/* ============================

Template Name: Construction Html Template
Template URI: 
Description: This is an Html Template
Author: Tausif Ahmed
Author URI:
Version: 1.0

============================ */

/* ============================

    Css Index:-
    ---------------------
    *Base Css
    *Header Css
    *Hero Area Css
    *Breadcrumb css
    *Menu & Dropdown Menu Css
    *Section title css
    *Service Css
    *Expert Item css
    *News Section Css
    *Product Section Css
    *Featured area css
    *Works css
    *Counter section css
    *News css
    *Testimonial css
    *owl-dots customized css
    *logo section css
    *cta Section
    *Pagination Css
    *Contact Form Css
    *Career Section Css
    *cart Css
    *404 css
    *Footer css
    *Copyright Section Css
    *Hover effect Css
    *Preloader Css
    *Colors Css

============================ */

/* ============================
Base Css
============================ */

.pop { width:50%;   } 
 

 @media (max-width: 767.98px) { .pop { width:95%!important  } }

 @media (max-width: 991.98px) {.pop { width:90%!important  } }

 @media (max-width: 1199.98px) {.pop { width:70%!important  } }
@media (max-width: 575.98px) { .pop { width:95%!important }  } 

 
.gorunur { display:flex; flex-row:column; text-align:center; background:rgba(0,0,0,.6); justify-content:center; position:fixed;top:0px; bottom:0px; right:0px; left:0px; z-index:150; align-items:center  }
.gorunmez { display:none}
.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

a:focus {
    outline: 0 solid;
}

img {
    max-width: 100%;
    height: auto;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 15px;
    font-weight: 700;
}

body {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
}

a:hover {
    text-decoration: none;
}

select:focus,
button:focus,
input:focus,
textarea {
    outline: none;
}

.margin-top-100 {
    margin-top: 100px;
}

.margin-bottom-100 {
    margin-bottom: 100px;
}

.section-padding {
    padding: 100px 0;
}

a.boxed-btn {
    color: #333;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    padding: 12px 30px;
    margin-top: 10px;
    border-radius: 3px;
    transition: 0.3s;
}

.gray-bg {
    background-color: #F8F7FD;
}

html, body {
    height: 100%;
}

/* ============================
Header Css
============================ */
.header-area {
    padding: 25px 0;
    transition: 0.3s;
    background-color: #fff;
    position: relative;
    z-index: 2;
}

.social-icons ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .social-icons ul li {
        display: inline-block;
    }

        .social-icons ul li a {
            color: #656565;
            display: block;
            padding: 10px;
            font-size: 20px;
            transition: 0.3s;
        }

.search-section a,
.search-section span {
    color: #656565;
    font-size: 20px;
    padding: 10px;
    display: inline-block;
    margin-left: 10px;
    padding-right: 0;
    transition: 0.3s;
}

.search-section span {
    cursor: pointer;
}

.header-top-area {
    border-bottom: 1px solid;
    padding: 5px 0;
}

.logo a {
    display: inline-block;
    padding: 6px 0;
}

    .logo a img {
        max-width: 200px;
        transition: 0.3s;
    }

.social-icons ul li:first-child a {
    padding-left: 0;
}

.search-window-wrap.search-active {
    opacity: 1;
    visibility: visible;
    z-index: 999;
}

.search-window {
    display: table;
    width: 100%;
    height: 100%;
}

.search-window-wrap {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: -1;
}

.search-window-tablecell {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}

    .search-window-tablecell input[type=search] {
        border: 1px solid #ddd;
        padding: 15px;
        width: 400px;
        border-radius: 3px;
    }

    .search-window-tablecell h1 {
        font-size: 45px;
        margin: 0;
    }

    .search-window-tablecell p {
        line-height: 1.8;
        margin: 20px 0;
    }

.search-window-wrap span {
    position: absolute;
    right: 3%;
    top: 5%;
    cursor: pointer;
    display: inline-block;
    padding: 5px;
}

.search-window-wrap:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #ffdd00;
    content: "";
    z-index: -1;
    opacity: 0.9;
}

.search-window-tablecell input[type=submit] {
    border: none;
    font-weight: 700;
    background-color: #333;
    color: #ffdd00;
    text-transform: uppercase;
    display: inline-block;
    padding: 15px;
    cursor: pointer;
    letter-spacing: 1px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.sticky-wrapper.is-sticky .header-area#sticker {
    z-index: 99 !important;
    background-color: #fff;
    box-shadow: 0 0 5px #999;
}

/* ============================
Hero Area Css
============================ */
.homepage-bg-1 {
    background-image: url(../img/homepage-slide-bg/slide-bg-1.jpg);
}

.homepage-bg-2 {
    background-image: url(../img/homepage-slide-bg/slide-bg-2.jpg);
}

.homepage-bg-3 {
    background-image: url(../img/homepage-slide-bg/slide-bg-3.jpg);
}

.single-homepage-slide {
    background-size: cover;
    background-position: center;
    background-color: #F6BE51;
    position: relative;
    z-index: 1;
    padding: 170px 0;
}

    .single-homepage-slide:before {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        content: "";
        z-index: -1;
        opacity: 0.8;
    }

.homepage-text p.subtitle {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 3px;
    word-spacing: 5px;
    font-size: 14px;
    margin: 0;
}

.homepage-text h1 {
    font-size: 55px;
    lin: uppercase;
}

.homepage-text h1 {
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 900;
    margin: 20px 0;
}

.homepage-text .home-content {
    font-size: 18px;
    line-height: 1.8;
    font-weight: 500;
}

.homepage-text a.boxed-btn {
    background-color: #333;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    padding: 15px 30px;
    border-radius: 3px;
    margin-top: 15px;
    transition: 0.3s;
}

.homepage-slides {
    position: relative;
}

    .homepage-slides .owl-nav {
        position: absolute;
        top: 50%;
        width: 100%;
    }

        .homepage-slides .owl-nav button {
            transition: 0.3s;
        }

            .homepage-slides .owl-nav button.owl-prev {
                position: absolute;
                left: 3%;
                top: 0;
                font-size: 45px;
                line-height: 45px;
                margin-top: -22.5px;
            }

            .homepage-slides .owl-nav button.owl-next {
                position: absolute;
                right: 3%;
                top: 0;
                font-size: 45px;
                line-height: 45px;
                margin-top: -22.5px;
            }

.homepage-area-wrap.theme-2 .homepage-text p.home-content {
    max-width: 565px;
    margin: 0 auto;
    margin-bottom: 15px;
    line-height: 2;
}

.homepage-area-wrap.theme-2 .homepage-text h1 {
    margin: 0;
}

.homepage-area-wrap.theme-3 .single-homepage-slide {
    background-color: transparent;
}

/* ============================
Breadcrumb css
============================ */
.bread-crumb-bg-1 {
    background-image: url(../img/breadcrumb-bg/breadcrumb-bg-1.jpg);
}

.bread-crumb-bg-2 {
    background-image: url(../img/breadcrumb-bg/breadcrumb-bg-2.jpg);
}

.bread-crumb-bg-3 {
    background-image: url(../img/breadcrumb-bg/breadcrumb-bg-3.jpg);
}

.bread-crumb-bg-4 {
    background-image: url(../img/breadcrumb-bg/breadcrumb-bg-4.jpg);
}

.breadcrumb-area {
    position: relative;
    z-index: 1;
    background-size: cover;
    background-position: center;
    padding: 50px 0;
}

    .breadcrumb-area:before {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        content: "";
        opacity: 0.9;
    }

.breadcrumb-text p {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
}

    .breadcrumb-text p a {
        color: #333;
    }

.breadcrumb-text i.fa.fa-angle-right {
    margin: 0 7px;
}

.breadcrumb-text h1 {
    line-height: 1.3;
}

.breadcrumb-text {
    max-width: 100%;
    margin: 0 auto;
}

/* ============================
Menu & Dropdown Menu Css
============================ */
.mainmenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .mainmenu ul li {
        display: inline-block;
    }

        .mainmenu ul li a {
            display: block;
            color: #656565;
            font-weight: 700;
            font-size: 16px;
            padding: 16px;
            transition: 0.3s;
        }

            .mainmenu ul li a.bordered-btn {
                border: 2px solid #656565;
                border-radius: 50px;
                padding: 10px 30px;
                display: inline-block;
                margin-left: 15px;
            }

.mainmenu > ul > li {
    position: relative;
}

.mainmenu ul > li ul.dropdown {
    position: absolute;
    z-index: 2;
    background-color: #232323;
    width: 200px;
    text-align: left;
    padding: 20px 0px;
    border-radius: 2px;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
}

    .mainmenu ul > li ul.dropdown li a {
        font-size: 13px;
        padding: 0;
        color: #9d9d9d;
        font-weight: 600;
        padding: 0px 20px;
    }

    .mainmenu ul > li ul.dropdown li {
        display: block;
        margin-bottom: 16px;
        position: relative;
    }

        .mainmenu ul > li ul.dropdown li:last-child {
            margin: 0;
        }

.mainmenu ul > li:hover ul.dropdown {
    opacity: 1;
    visibility: visible;
}

ul.dropdown.multilevel li a {
    position: relative;
}

    ul.dropdown.multilevel li a:after {
        position: absolute;
        right: 20px;
        font-family: fontAwesome;
        content: "\f105";
    }

ul.dropdown > ul.dropdown {
    position: absolute;
    right: -200px;
    background-color: #232323;
    width: 200px;
    top: -5px;
    padding: 20px 0;
    border-radius: 2px;
}

.mainmenu ul > li ul.dropdown > li:hover ul.dropdown {
    opacity: 1;
    visibility: visible;
}

.mainmenu ul > li ul.dropdown > li ul.dropdown {
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    position: absolute;
    left: 100%;
    top: 0;
}

    .mainmenu ul > li ul.dropdown > li ul.dropdown li a:after {
        display: none;
    }

ul.dropdown li a i {
    margin-right: 10px;
}

.slicknav_menu {
    display: none;
    opacity: 0;
    visibility: hidden;
}

.slicknav_nav .slicknav_row:hover,
.slicknav_nav a:hover {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 0;
    background: #ffdd00;
    color: #333;
}

    .slicknav_nav .slicknav_row:hover > a {
        color: #333;
    }

/* ============================
Section title css
============================ */
.section-title p:first-child {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 3px;
    color: #656565;
    font-weight: 700;
}

.section-title h3 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 800;
    position: relative;
    z-index: 1;
    padding-bottom: 15px;
}

    .section-title h3:after {
        position: absolute;
        left: 50%;
        bottom: 0;
        width: 60px;
        height: 3px;
        content: "";
        margin-left: -30px;
        border-radius: 5px;
    }

.section-title p:nth-child(3) {
    font-size: 17px;
    line-height: 1.8;
    color: #656565;
    font-weight: 500;
}
/*.section-title {
   margin-bottom: 100px;
}
*/
/* ============================
Service Css
============================ */
.service-wrap {
    display: table;
    width: 100%;
    height: 100px;
}

    .service-wrap .service-icon-tablecell {
        height: 50px;
        display: table-cell;
        vertical-align: middle;
    }

.service-icon-tablecell img {
    max-width: 50px;
}

.service-text h3 {
    font-size: 18px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 15px;
}

    .service-text h3:after {
        position: absolute;
        left: 50%;
        bottom: 0;
        width: 20px;
        height: 2px;
        background-color: #333;
        content: "";
        margin-left: -10px;
        border-radius: 5px;
        transition: 0.3s;
    }

.service-text p {
    font-size: 16px;
    line-height: 1.8;
    color: #656565;
    font-weight: 500;
}

.single-service-item {
    padding: 20px;
    margin-bottom: 30px;
}

    .single-service-item a.read-more {
        color: #333;
        font-weight: 700;
        display: inline-block;
        transition: 0.3s;
    }

        .single-service-item a.read-more i.fa {
            margin-left: 5px;
            transition: 0.3s;
        }

.right-service-text h3 {
    font-size: 25px;
}

.right-service-text p {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
}

    .right-service-text p:last-child {
        margin: 0;
    }

.right-service-text {
    padding: 98px 30px;
}

.left-renovation-list h3 {
    font-size: 25px;
}

.left-renovation-list p {
    font-size: 15px;
    line-height: 1.8;
}

.single-renovation-item h3 {
    font-size: 23px;
}

    .single-renovation-item h3:before {
        position: absolute;
        left: 0;
        top: 0;
        content: "\f1ce";
        font-family: fontAwesome;
    }

.single-renovation-item {
    padding-left: 40px;
}

.single-renovation-item {
    position: relative;
    margin-bottom: 20px;
}

.renovation-items {
    margin-top: 30px;
}

.left-renovation-list {
    padding: 50px 40px;
    border: 1px solid #eee;
    border-radius: 3px;
}

.single-renovation-item p {
    color: #666;
}

.right-renovation-form {
    background-color: #F8F7FD;
    padding: 50px 40px;
    border-radius: 3px;
}

.renovation-form-header h3 {
    font-size: 25px;
}

.renovation-form-header p {
    font-size: 15px;
}

form.renovation-form p {
    width: 100%;
}

    form.renovation-form p input, form.renovation-form p textarea {
        width: 100%;
        border: 1px solid #eee;
        padding: 15px;
    }

    form.renovation-form p textarea {
        height: 120px;
        resize: none;
    }

    form.renovation-form p input[type=submit] {
        font-weight: 600;
        text-transform: uppercase;
        border-radius: 3px;
        transition: 0.3s;
        cursor: pointer;
    }

    form.renovation-form p:last-child {
        margin: 0;
    }

form.renovation-form {
    margin-top: 30px;
}

/* ============================
Expert Item css
============================ */
.expert-img img {
    max-width: 100px;
    border-radius: 50%;
    margin-bottom: 25px;
}

.expert-meta h3 {
    font-weight: 500;
    font-size: 22px;
}

    .expert-meta h3 span {
        display: block;
        font-size: 70%;
        margin-top: 10px;
        color: #656565;
    }

.single-expert-item {
    background-color: #fff;
    padding: 40px 0;
}

/* ============================
News Section Css
============================ */
.news-bg-1 {
    background-image: url(../img/blog-img/blog-bg-1.jpg);
}

.news-bg-2 {
    background-image: url(../img/blog-img/blog-bg-2.jpg);
}

.news-bg-3 {
    background-image: url(../img/blog-img/blog-bg-3.jpg);
}

.news-bg-4 {
    background-image: url(../img/blog-img/blog-bg-4.jpg);
}

.news-bg-5 {
    background-image: url(../img/blog-img/blog-bg-5.jpg);
}

.news-bg-6 {
    background-image: url(../img/blog-img/blog-bg-6.jpg);
}

.news-bg-7 {
    background-image: url(../img/blog-img/blog-bg-7.jpg);
}

.news-bg-8 {
    background-image: url(../img/blog-img/blog-bg-8.jpg);
}

.news-details-bg {
    background-image: url(../img/single-news-bg.jpg);
}

.news-bg {
    height: 250px;
    background-size: cover;
    background-position: center;
    margin-bottom: 20px;
    transition: 0.3s;
}

.single-news-wrap .news-text h3 {
    font-size: 22px;
    line-height: 1.5;
    margin: 0;
}

.single-news-wrap .news-text p.date {
    color: #888;
    position: relative;
    margin: 15px 0;
}

    .single-news-wrap .news-text p.date:after {
        position: absolute;
        left: 20%;
        top: 50%;
        content: "";
        width: 45px;
        height: 2px;
        display: none;
        margin-top: -1px;
    }

.single-news-wrap .news-text p:last-child {
    color: #888;
    line-height: 1.8;
    font-size: 17px;
}

.single-news-wrap {
    margin-bottom: 50px;
}

.news-details-bg {
    height: 500px;
    background-size: cover;
    background-position: center;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.news-details-text-section {
    padding: 40px 30px;
    border: 1px solid #eee;
    border-top: none;
    border-radius: 3px;
}

.news-details-meta-wrap .news-details-meta {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .news-details-meta-wrap .news-details-meta li {
        display: inline-block;
    }

        .news-details-meta-wrap .news-details-meta li a {
            display: block;
            color: #777;
            margin-right: 15px;
            font-size: 15px;
            transition: 0.3s;
        }

            .news-details-meta-wrap .news-details-meta li a i.fa {
                margin-right: 5px;
            }

.news-details-text-section p {
    color: #333;
    font-size: 15px;
    line-height: 1.6;
}

.news-details-meta-wrap {
    margin-bottom: 15px;
}

ul.social-share-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

    ul.social-share-list li {
        display: inline-block;
    }

        ul.social-share-list li a {
            display: block;
            margin-right: 10px;
            color: #333;
            width: 35px;
            height: 35px;
            text-align: center;
            border-radius: 50%;
            line-height: 35px;
            transition: 0.3s;
        }

.social-share-section {
    margin-top: 25px;
}

.single-news-wrap a.link-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.single-news-wrap {
    position: relative;
}


/* ============================
Product Section Css
============================ */
.product-bg-1 {
    background-image: url(../img/product/single-product-1.jpg);
}

.product-bg-2 {
    background-image: url(../img/product/single-product-2.jpg);
}

.product-bg-3 {
    background-image: url(../img/product/single-product-3.jpg);
}

.product-bg-4 {
    background-image: url(../img/product/single-product-4.jpg);
}

.product-bg-5 {
    background-image: url(../img/product/single-product-5.jpg);
}

.product-bg-6 {
    background-image: url(../img/product/single-product-6.jpg);
}

.product-bg-7 {
    background-image: url(../img/product/single-product-7.jpg);
}

.product-bg-8 {
    background-image: url(../img/product/single-product-8.jpg);
}

.product-bg {
    height: 150px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.product-top-box {
    border: 1px solid #EEEEEE;
    padding: 35px 15px;
    border-radius: 3px;
    position: relative;
    transition: 0.3s;
}

.product-meta h4 {
    font-size: 20px;
}

    .product-meta h4 span {
        display: block;
        color: #888;
        font-weight: 500;
        margin-top: 10px;
        font-size: 18px;
    }

.product-meta {
    margin-top: 20px;
}

.product-bg a {
    position: absolute;
    top: 0;
    left: 0;
    color: #333;
    display: inline-block;
    padding: 10px 15px;
    border-top-left-radius: 3px;
    transition: 0.3s;
}

.single-product-item {
    margin-bottom: 70px;
}

.product-sort-wrap select {
    border: none;
    background-color: #f5f5f5;
    font-weight: 500;
    display: inline-block;
    padding: 15px;
    border-radius: 2px;
}

.products-result-text p {
    padding: 13px 0;
    margin: 0;
}

.product-section .container .row:first-child {
    margin-bottom: 30px;
}

ul.star-ratings {
    margin: 0;
    padding: 0;
    list-style: none;
}

    ul.star-ratings li {
        display: inline-block;
    }

.product-details p:nth-child(3) {
    color: #888;
    margin: 15px 0;
}

.product-details p:nth-child(4) {
    color: #888;
    line-height: 1.8;
}

.product-quantity-wrap a.boxed-btn {
    margin: 0;
    margin-right: 20px;
}

    .product-quantity-wrap a.boxed-btn i.fa {
        margin-right: 10px;
    }

.product-quantity-wrap select {
    border: none;
    background-color: #eee;
    padding: 13px;
    font-weight: 500;
}

.product-quantity-wrap {
    margin-top: 25px;
}

.product-details {
    padding: 42px 0;
}

.product-img {
    padding: 50px;
    border: 1px solid #eee;
    border-radius: 3px;
}

.product-review h4.review-title,
.comment-section h4.comment-section-title {
    font-size: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.product-review-img img,
.comment-avater-img img {
    max-width: 60px;
    border-radius: 50%;
}

.product-review-comment h4,
.single-comment-text h4 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
}

    .product-review-comment h4 span.date,
    .single-comment-text h4 span.date {
        font-size: 15px;
        color: #888;
        font-weight: 500;
        letter-spacing: 1px;
    }

.product-review-comment p,
.single-comment-text p {
    color: #888;
    line-height: 1.8;
    margin-top: 15px;
}

.single-product-review,
.single-comment-item {
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

    .single-product-review:last-child,
    .single-comment-item:last-child {
        border-bottom: none;
    }

.add-review-content p {
    margin: 0;
    color: #888;
    margin-right: 15px;
}

.add-review-content ul.star-ratings li {
    color: #888;
}

.add-review-content p, .add-review-content ul {
    display: inline-block;
}

.review-form-wrap,
.comment-form-wrap {
    margin-top: 30px;
}

    .review-form-wrap form p textarea,
    .comment-form-wrap form p textarea {
        border: 1px solid #eee;
        resize: none;
        width: 100%;
        height: 180px;
        padding: 15px;
        border-radius: 3px;
    }

    .review-form-wrap form p,
    .comment-form-wrap form p {
        width: 100%;
        margin-bottom: 25px;
    }

        .review-form-wrap form p input[type=text], .review-form-wrap form p input[type=email],
        .comment-form-wrap form p input[type=text], .comment-form-wrap form p input[type=email] {
            border: 1px solid #eee;
            padding: 15px;
            border-radius: 3px;
            width: 48.2%;
        }

        .review-form-wrap form p input[type=email],
        .comment-form-wrap form p input[type=email] {
            margin-left: 3%;
        }

        .review-form-wrap form p input[type=submit],
        .comment-form-wrap form p input[type=submit] {
            border: none;
            display: inline-block;
            padding: 15px 30px;
            text-transform: uppercase;
            font-weight: 700;
            font-size: 15px;
            border-radius: 3px;
            cursor: pointer;
            transition: 0.3s;
        }

.product-section h4 {
    margin-bottom: 20px;
}

a.reply-btn {
    color: #333;
    font-weight: 700;
    transition: 0.3s;
    letter-spacing: 1px;
}

/* ============================
Featured area css
============================ */
/*.featured-bg {background-image: url(../img/featured-img.jpg);}*/
.featured-bg {
    position: absolute;
    left: 0;
    width: 45%;
    height: 100%;
    background-size: cover;
    background-position: center right;
    top: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 0 0 20px #bfbfbf;
}

ul.featured-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

    ul.featured-list li {
        position: relative;
        line-height: 1.8;
        padding-left: 30px;
        color: #555;
        margin-bottom: 10px;
    }

        ul.featured-list li:before {
            position: absolute;
            left: 0;
            width: 100%;
            height: 100%;
            content: "\f00c";
            font-family: fontAwesome;
        }

.right-featured-text {
    color: #333;
    font-weight: 500;
    line-height: 1.8;
    padding: 37px 0;
}

.featured-section {
    padding: 60px 0;
}

.featured-section {
    position: relative;
}

/* ============================
Works css
============================ */
.work-bg-1 {
    background-image: url(../img/work-bgs/project-bg-1.jpg);
}

.work-bg-2 {
    background-image: url(../img/work-bgs/project-bg-2.jpg);
}

.work-bg-3 {
    background-image: url(../img/work-bgs/project-bg-3.jpg);
}

.work-bg-4 {
    background-image: url(../img/work-bgs/project-bg-4.jpg);
}

.work-bg-5 {
    background-image: url(../img/work-bgs/project-bg-5.jpg);
}

.work-bg-6 {
    background-image: url(../img/work-bgs/project-bg-6.jpg);
}

ul.work-titles {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    margin-bottom: 30px;
}

    ul.work-titles li {
        display: inline-block;
        text-transform: uppercase;
        font-weight: 700;
        margin: 15px;
        padding: 5px 10px;
        cursor: pointer;
        font-size: 15px;
    }

.work-hover, .work-hover-table {
    height: 100%;
}

.work-hover-table {
    display: table;
    width: 100%;
}

.work-hover-tablecell {
    display: table-cell;
    vertical-align: middle;
}

.work-hover {
    position: relative;
    z-index: 1;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.9);
}

    .work-hover:before {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        content: "";
        z-index: -1;
        opacity: 0.9;
    }

.single-work-item:hover .work-hover {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.single-work-item {
    height: 400px;
    background-size: cover;
    background-position: center;
    margin-bottom: 30px;
}

.row.work-row .col-md-4:nth-child(2) .single-work-item,
.row.work-row .col-md-4:nth-child(4) .single-work-item,
.row.work-row .col-md-4:nth-child(5) .single-work-item {
    height: 500px;
}

.work-hover .hover-text h4 {
    font-weight: 800;
    font-size: 22px;
    margin: 10px 0;
}

.work-hover .hover-text p {
    font-size: 16px;
    font-weight: 500;
    color: #444;
    margin: 0;
}

.works a.boxed-btn {
    margin-top: 30px;
}

.project-bg-1 {
    background-image: url(../img/project-backgrounds/project-bg-1.jpg);
}

.project-bg-2 {
    background-image: url(../img/project-backgrounds/project-bg-2.jpg);
}

.project-bg-3 {
    background-image: url(../img/project-backgrounds/project-bg-3.jpg);
}

.project-bg-1 {
    height: 630px;
}

.project-bg-2, .project-bg-3 {
    height: 300px;
}

.single-project-bg {
    background-size: cover;
    background-position: center;
}

.project-bg-3 {
    margin-top: 30px;
}

.work-details-text h3 {
    font-size: 30px;
    margin-bottom: 20px;
}

.work-details-text p {
    line-height: 2;
    color: #777;
    margin-bottom: 20px;
}

.project-details h3 {
    font-size: 30px;
}

.project-details p {
    color: #777;
    font-weight: 700;
    margin-bottom: 30px;
}

    .project-details p span {
        display: block;
        font-weight: 500;
        margin-top: 5px;
    }

    .project-details p:last-child {
        margin: 0;
    }

.project-details {
    background-color: #F8F7FD;
    padding: 50px 30px;
}

.project-gallary h3 {
    margin-bottom: 40px;
}

a.work-link {
    color: #333;
}

/* ============================
Counter section css
============================ */
.counter-bg {
    background-image: url(../img/counter-bg.jpg);
}

.counter-bg {
    position: relative;
    z-index: 1;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

    .counter-bg:before {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        content: "";
        opacity: 0.9;
        z-index: -1;
    }

.single-counter-item i.fa {
    display: inline-block;
    width: 80px;
    height: 80px;
    font-size: 30px;
    background-color: #333;
    line-height: 80px;
    border-radius: 50%;
    text-align: center;
}

.single-counter-item h3 {
    font-weight: 900;
    margin: 15px 0;
}

.single-counter-item p {
    font-weight: 500;
    margin: 0;
}

.counter-section {
    padding: 80px 0;
}

/* ============================
News css
============================ */
.single-news-item {
    padding: 45px 30px;
    border: 1px solid #E0E0E0;
    border-radius: 3px;
    transition: 0.3s;
}

.news-top-text p.tip {
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    padding: 2px 10px;
    border-radius: 50px;
}

.news-top-text h3 {
    font-size: 25px;
    line-height: 1.3;
}

.news-top-text p:nth-child(3) {
    line-height: 1.8;
    color: #656565;
    font-weight: 500;
}

.news-bottom-text {
    position: relative;
    margin-top: 20px;
}

    .news-bottom-text p.date {
        color: #656565;
        position: absolute;
        left: 0;
        top: 0;
        margin: 0;
    }

    .news-bottom-text a.read-more {
        position: absolute;
        right: 0;
        color: #656565;
        transition: 0.3s;
    }

        .news-bottom-text a.read-more i.fa {
            margin-left: 5px;
        }

.news-top-text {
    border-bottom: 1px solid #E0E0E0;
    transition: 0.3s;
}

.news-section.four-column .single-news-wrap .news-bg {
    height: 200px;
}

.news-section.four-column .single-news-wrap .news-text p.date:after {
    left: 30%;
}

.news-section.two-column .single-news-wrap .news-bg {
    height: 300px;
}

.news-section.two-column .single-news-wrap .news-text p.date:after {
    left: 15%;
}

.news-section.two-column .single-news-wrap {
    padding: 15px;
}

/* ============================
Testimonial css
============================ */
.single-testimonial-item img {
    max-width: 70px;
    margin: 0 auto;
    border-radius: 50%;
}

.single-testimonial-item p {
    color: #888;
    font-weight: 500;
    line-height: 1.8;
    margin: 20px 0;
}

.testimonial-meta h4 {
    font-size: 20px;
}

    .testimonial-meta h4 span {
        display: block;
        font-size: 15px;
        font-weight: 500;
        color: #656565;
        margin-top: 10px;
    }

/* ============================
owl-dots customized css
============================ */
.news-section .owl-dots button,
.testimonial-section .owl-dots button {
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid #656565;
    margin: 8px;
    border-radius: 50%;
    background: transparent;
    transition: 0.3s;
}

.news-section .owl-dots,
.testimonial-section .owl-dots {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: -70px;
}

    .news-section .owl-dots button.active,
    .testimonial-section .owl-dots button.active {
        background-color: #656565;
    }

/* ============================
logo section css
============================ */
.single-logo-slide img {
    max-width: 200px;
}

.logo-carousel-section {
    padding: 50px 0;
}

.single-logo-slide img {
    max-width: 100px;
    margin: 0 auto;
    transition: 0.3s;
}

/* ============================
cta Section
============================ */
.left-cta-text p {
    margin: 0;
}

.right-cta-btn a.boxed-btn {
    margin: 62px 0;
    margin-right: 45px;
}

.left-cta-text {
    position: relative;
    padding: 50px;
    padding-right: 0;
}

    .left-cta-text:before {
        position: absolute;
        left: 0;
        top: 0;
        content: "";
        width: 3px;
        height: 100%;
    }

.cta-section .container {
    box-shadow: 0 0 20px #e6e5e5;
    padding-left: 0;
    padding-right: 0;
}

/* ============================
Pagination Css
============================ */
ul.pagination {
    margin: 0;
    padding: 0;
    list-style: none;
}

    ul.pagination li {
        display: inline-block;
        margin-right: 5px;
    }

        ul.pagination li a {
            display: block;
            background-color: #F6F6F6;
            color: #333;
            font-weight: 700;
            padding: 10px 15px;
            font-size: 17px;
            border-radius: 3px;
            transition: 0.3s;
        }

.pagination-container {
    margin-top: 30px;
}

li.active a {
    background-color: #ffdd00 !important;
}

/* ============================
Contact Form Css
============================ */
.contact-form-wrap {
    background-color: #F8F7FD;
    padding: 60px 35px;
}

form.contact-form p input[type=text], form.contact-form p input[type=email] {
    border: none;
    border-bottom: 2px solid #CCCCCE;
    background-color: #F8F7FD;
    padding: 15px 0;
    width: 100%;
    font-weight: 500;
    transition: 0.7s;
}

form.contact-form p textarea {
    border: none;
    border-bottom: 2px solid #CCCCCE;
    background-color: #F8F7FD;
    width: 100%;
    height: 90px;
    resize: none;
    font-weight: 500;
    transition: 0.3s;
}

form.contact-form p {
    margin-bottom: 45px;
}

    form.contact-form p:last-child {
        margin: 0;
    }

    form.contact-form p input[type=submit] {
        border: none;
        color: #333;
        font-weight: 700;
        display: inline-block;
        padding: 12px 30px;
        text-transform: uppercase;
        border-radius: 3px;
        transition: 0.3s;
        cursor: pointer;
    }

.contact-form-wrap h4 {
    margin-bottom: 45px;
}

form.contact-form p input[type=email] {
    margin-left: 9%;
}

    form.contact-form p input[type=email]:focus,
    form.contact-form p input[type=text]:focus,
    form.contact-form p input[type=tel]:focus,
    form.contact-form p input[type=url]:focus,
    form.contact-form p textarea:focus {
        outline: none;
    }

.contact-information {
    padding: 62px 35px;
    border: 1px solid #F2F2F2;
    border-radius: 3px;
}

    .contact-information h2 {
        margin-bottom: 40px;
    }

.address-wrap {
    margin-top: 40px;
}

    .phone-number-wrap h4, .email-id-wrap h4, .address-wrap h4 {
        font-size: 20px;
    }

    .phone-number-wrap p, .email-id-wrap p, .address-wrap p {
        color: #777;
    }

/* ============================
Career Section Css
============================ */
.career-icon-wrap {
    display: table;
    width: 100%;
    height: 60px;
    margin-bottom: 25px;
}

.carrer-icon-tablecell {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}

    .carrer-icon-tablecell i.fa {
        font-size: 25px;
        display: inline-block;
        width: 90px;
        height: 90px;
        line-height: 90px;
        border-radius: 50%;
        text-align: center;
    }

.career-text p {
    color: #888;
    line-height: 1.8;
}

.single-career-item {
    padding: 15px;
}

ul.job-lists {
    margin: 0;
    padding: 0;
    list-style: none;
}

    ul.job-lists li {
        line-height: 2.5;
        color: #888;
    }

.left-job-list-wrap h4 {
    position: relative;
    padding-bottom: 20px;
}

    .left-job-list-wrap h4:after {
        position: absolute;
        left: 0;
        bottom: 0;
        content: "";
        height: 1px;
        width: 100%;
    }

.left-job-list-wrap {
    background-color: #F8F7FD;
    padding: 40px 30px;
}

.single-job-detailed-item p {
    color: #888;
    line-height: 2;
}

.single-job-detailed-item {
    margin-bottom: 80px;
}

    .single-job-detailed-item ul {
        margin: 0;
        list-style: none;
        padding: 0;
    }

        .single-job-detailed-item ul li {
            margin-bottom: 25px;
            line-height: 1.9;
            color: #888;
            position: relative;
            padding-left: 40px;
        }

            .single-job-detailed-item ul li:before {
                position: absolute;
                left: 0;
                width: 100%;
                height: 100%;
                content: "\f00c";
                font-family: fontAwesome;
                font-size: 20px;
                top: 0;
            }

    .single-job-detailed-item h4 {
        margin-bottom: 30px;
    }

.job-deteils-wrap > p {
    font-size: 16px;
    color: #888;
}

/* ============================
cart Css
============================ */
.cart-details img {
    max-width: 55px;
}

.cart-details img, .cart-details p {
    display: inline-block;
}

.cart-header-wrap h4 {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    padding: 10px 0;
}

.cart-header-wrap {
    border-bottom: 1px solid #eee;
}

.cart-table-row {
    border: 1px solid #eee;
}

.single-cart-item .row .col-md-2:last-child p, .single-cart-item .row .col-md-2:last-child a {
    display: inline-block;
}

.single-cart-item-wrap {
    border-bottom: 1px solid #eee;
    padding: 40px 0;
}

    .single-cart-item-wrap:last-child {
        border: none;
    }

.single-cart-item p {
    padding: 8px 0;
    margin: 0;
}

.single-cart-item select {
    margin: 6px 0;
    border: none;
    background-color: #eee;
    padding: 5px;
    border-radius: 2px;
    font-weight: 500;
}

.cart-details img {
    margin-right: 35px;
}

.cart-top-heading {
    padding: 10px 0;
}

.single-cart-item .row .col-md-2:last-child a {
    color: #333;
    margin-left: 40px;
}

.cart-coupon {
    margin-top: 30px;
}

form.coupon-form input[type=text] {
    border: 1px solid #eee;
    padding: 15px;
}

form.coupon-form input[type=submit] {
    border: none;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    padding: 15px 30px;
    margin-left: 15px;
    transition: 0.3s;
    cursor: pointer;
}

.cart-buttons {
    margin-top: 30px;
}

    .cart-buttons a.borderd-btn {
        color: #333;
        display: inline-block;
        border: 1px solid #E4E4E4;
        padding: 15px 30px;
    }

        .cart-buttons a.borderd-btn:last-child {
            margin-left: 15px;
        }

.cart-total-wrap {
    margin-top: 50px;
}

.single-total-item p {
    margin: 0;
}

.single-total-item {
    border-bottom: 1px solid #eee;
}

    .single-total-item:last-child {
        border-bottom: none;
    }

.single-total-item {
    padding: 15px;
    text-align: center;
}

.total-items {
    border: 1px solid #eee;
}

.cart-total-wrap a.boxed-btn {
    margin-top: 30px;
}

/* ============================
404 css
============================ */
.error-icon i.fa {
    font-size: 100px;
}

.error-text h1 {
    margin: 20px 0;
    font-size: 45px;
}

.error-text p {
    color: #333;
    font-size: 16px;
    line-height: 1.8;
}

/* ============================
Footer css
============================ */
.footer-box h3 {
    font-size: 25px;
    margin-bottom: 30px;
}

.footer-box.contact p {
    font-size: 15px;
    font-weight: 500;
    color: #656565;
    margin: 5px;
}

.footer-box.useful-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .footer-box.useful-links ul li {
        line-height: 2;
    }

        .footer-box.useful-links ul li a {
            color: #656565;
            font-weight: 500;
            position: relative;
            z-index: 1;
            padding-left: 20px;
            transition: 0.3s;
        }

            .footer-box.useful-links ul li a:before {
                position: absolute;
                left: 0;
                font-family: fontAwesome;
                content: "\f105";
            }

.footer-box.newslatter p {
    font-weight: 500;
    font-size: 15px;
    line-height: 1.8;
    color: #656565;
}

.newsletter-form form p input[type=email] {
    border: 1px solid #E0E0E0;
    padding: 10px 15px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    width: 63%;
}

.newsletter-form form p input[type=submit] {
    border: none;
    font-weight: 600;
    width: 35%;
    display: inline-block;
    padding: 11px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    cursor: pointer;
    text-transform: uppercase;
    transition: 0.3s;
}

.newslatter ul.social-icons {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .newslatter ul.social-icons li {
        display: inline-block;
    }

        .newslatter ul.social-icons li a {
            color: #656565;
            font-size: 20px;
            display: block;
            margin: 10px;
            transition: 0.3s;
        }

        .newslatter ul.social-icons li:first-child a {
            margin-left: 0;
        }

.footer {
    padding: 50px 0;
    border-top: 1px solid;
}

.footer-box.contact p a {
    color: #999;
}

.footer-box.contact p:last-child {
    line-height: 1.8;
}

/* ============================
Copyright Section Css
============================ */
.copyright-section p {
    margin: 0;
    color: #656565;
    font-weight: 500;
    font-size: 10px;
}

.copyright-section {
    padding: 15px 0;
}

/* ============================
Hover effect Css
============================ */

.logo a img:hover {
    opacity: 0.7;
}

.mainmenu ul > li ul.dropdown li:hover > a {
    color: #fff;
}

.mainmenu ul li:hover a.bordered-btn {
    background-color: #333;
    color: #fff;
}

.homepage-text a.boxed-btn:hover {
    background-color: #555;
}

.homepage-slides .owl-nav button:hover {
    opacity: 0.7;
}

.single-service-item a.read-more:hover i.fa {
    margin-left: 10px;
}

a.boxed-btn:hover {
    background-color: #333;
}

.single-logo-slide img:hover {
    opacity: 0.7;
}

.newsletter-form form p input[type=submit]:hover {
    background-color: #333;
}

form.coupon-form input[type=submit]:hover {
    background-color: #333;
}

form.contact-form p input[type=submit]:hover {
    background-color: #333;
}

.single-news-wrap:hover .news-bg {
    opacity: 0.9;
}

.review-form-wrap form p input[type=submit]:hover {
    background-color: #333;
}

.product-bg a:hover {
    background-color: #333;
}

.comment-form-wrap form p input[type=submit]:hover {
    background-color: #333;
}

form.renovation-form p input[type=submit]:hover {
    background-color: #333;
}

ul.social-share-list li:hover a {
    background-color: #333;
}

/* ============================
Preloader Css
============================ */
.preloader-wrap {
    height: 100%;
    position: fixed;
    width: 100%;
    background-color: #ffdd00;
    z-index: 9999;
    text-align: center;
}

    .preloader-wrap .spinner {
        position: absolute;
        top: 50%;
        margin-top: -20px;
        margin-left: -20px;
    }

.spinner {
    width: 40px;
    height: 40px;
    background-color: #333;
    display: inline-block;
    margin: 0;
    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
    animation: sk-rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotateplane {
    0% {
        -webkit-transform: perspective(120px);
    }

    50% {
        -webkit-transform: perspective(120px) rotateY(180deg);
    }

    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
    }
}

@keyframes sk-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }

    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }

    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

.Switcher.Switcher--show h5 {
    font-family: raleway;
}

ul#colors {
    margin: 0;
    padding: 0;
    margin-top: 20px;
}

    ul#colors li {
        border-radius: 50%;
        display: inline-block;
        margin-right: 4px;
    }


/* ============================
Colors Css
============================ */
.header-top-area, .footer, .single-news-item:hover, .single-news-item:hover .news-top-text, form.contact-form p input[type=email]:focus,
form.contact-form p input[type=text]:focus, form.contact-form p input[type=tel]:focus, form.contact-form p input[type=url]:focus,
form.contact-form p textarea:focus, .product-top-box:hover {
    border-color: #ffdd00;
}

.section-title h3:after, ul.work-titles li.active, .work-hover:before, a.boxed-btn, .counter-bg:before,
.news-top-text p.tip, .left-cta-text:before, .newsletter-form form p input[type=submit],
.single-service-item:hover .service-text h3:after, .breadcrumb-area:before, form.renovation-form p input[type=submit], .news-bg,
.single-news-wrap .news-text p.date:after, .news-details-bg, ul.social-share-list li a, .product-bg a,
.review-form-wrap form p input[type=submit], .comment-form-wrap form p input[type=submit], .featured-bg, .counter-bg,
ul.pagination-list li.active a, form.contact-form p input[type=submit], .carrer-icon-tablecell i.fa, .left-job-list-wrap h4:after,
form.coupon-form input[type=submit], ul.pagination-list li:hover a {
    background-color: #ffdd00;
}

.single-homepage-slide:before {
    background-color: #ffdd0000 !important;
}

ul.featured-list li:before, .single-counter-item i.fa.social-icons ul li:hover a, .search-section a:hover, .mainmenu ul li:hover a,
.search-section span:hover, .single-service-item a.read-more:hover, a.boxed-btn:hover, ul.featured-list li:before,
.single-counter-item i.fa, .social-icons ul li:hover a, .search-section a:hover, .mainmenu ul li:hover a,
.search-section span:hover, .news-bottom-text a.read-more:hover, .footer-box.useful-links ul li:hover a,
.newsletter-form form p input[type=submit]:hover, .newslatter ul.social-icons li:hover a, .single-renovation-item h3:before,
ul.star-ratings li, .single-job-detailed-item ul li:before, form.coupon-form input[type=submit]:hover,
form.contact-form p input[type=submit]:hover, .review-form-wrap form p input[type=submit]:hover, .product-bg a:hover,
a.reply-btn:hover, .comment-form-wrap form p input[type=submit]:hover, form.renovation-form p input[type=submit]:hover,
.news-details-meta-wrap .news-details-meta li:hover a, ul.social-share-list li:hover a {
    color: #ffdd00;
}


@media only screen and (min-width : 0px) and (max-width : 768px) {
    .single-homepage-slide:before {
        background-color: #ffdd00 !important;
    }

    .topmail {
        display: none !important;
    }

    .topmobile {
        display: block !important;
    }

    .hidden-xs {
        display: none !important;
    }
}

@media only screen and (min-width : 769px) and (max-width : 1199px) {


    .topmobile {
        display: none !important;
    }

    .topmail {
        display: block !important;
    }
}

@media only screen and (min-width : 1200px) and (max-width : 5000px) {

    .topmobile {
        display: none !important;
    }

    .topmail {
        display: block !important;
    }
}

.sans {
    font-family: sans-serif !important;
}

.m0 {
    margin: 0px;
}

.m10 {
    margin: 10px;
}

.m15 {
    margin: 15px;
}

.m20 {
    margin: 20px;
}

.m25 {
    margin: 25px;
}

.m30 {
    margin: 30px;
}

.m35 {
    margin: 35px;
}

.m40 {
    margin: 40px;
}

.m45 {
    margin: 45px;
}

.m50 {
    margin: 50px;
}

.m55 {
    margin: 55px;
}

.m60 {
    margin: 60px;
}

.m65 {
    margin: 65px;
}

.m70 {
    margin: 70px;
}

.m75 {
    margin: 75px;
}

.m80 {
    margin: 80px;
}

.m85 {
    margin: 85px;
}

.m90 {
    margin: 90px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb25 {
    margin-bottom: 25px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb35 {
    margin-bottom: 35px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb45 {
    margin-bottom: 45px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb55 {
    margin-bottom: 55px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb65 {
    margin-bottom: 65px;
}

.mb70 {
    margin-bottom: 70px;
}

.mb75 {
    margin-bottom: 75px;
}

.mb80 {
    margin-bottom: 80px;
}

.mb85 {
    margin-bottom: 85px;
}

.mb90 {
    margin-bottom: 90px;
}



.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt25 {
    margin-top: 25px;
}

.mt30 {
    margin-top: 30px;
}

.mt35 {
    margin-top: 35px;
}

.mt40 {
    margin-top: 40px;
}

.mt45 {
    margin-top: 45px;
}

.mt50 {
    margin-top: 50px;
}

.mt55 {
    margin-top: 55px;
}

.mt60 {
    margin-top: 60px;
}

.mt65 {
    margin-top: 65px;
}

.mt70 {
    margin-top: 70px;
}

.mt75 {
    margin-top: 75px;
}

.mt80 {
    margin-top: 80px;
}

.mt85 {
    margin-top: 85px;
}

.mt90 {
    margin-top: 90px;
}

.mr10 {
    margin-right: 10px;
}

.mr15 {
    margin-right: 15px;
}

.mr20 {
    margin-right: 20px;
}

.mr25 {
    margin-right: 25px;
}

.mr30 {
    margin-right: 30px;
}

.mr35 {
    margin-right: 35px;
}

.mr40 {
    margin-right: 40px;
}

.mr45 {
    margin-right: 45px;
}

.mr50 {
    margin-right: 50px;
}

.mr55 {
    margin-right: 55px;
}

.mr60 {
    margin-right: 60px;
}

.mr65 {
    margin-right: 65px;
}

.mr70 {
    margin-right: 70px;
}

.mr75 {
    margin-right: 75px;
}

.mr80 {
    margin-right: 80px;
}

.mr85 {
    margin-right: 85px;
}

.mr90 {
    margin-right: 90px;
}

.ml10 {
    margin-left: 10px;
}

.ml15 {
    margin-left: 15px;
}

.ml20 {
    margin-left: 20px;
}

.ml25 {
    margin-left: 25px;
}

.ml30 {
    margin-left: 30px;
}

.ml35 {
    margin-left: 35px;
}

.ml40 {
    margin-left: 40px;
}

.ml45 {
    margin-left: 45px;
}

.ml50 {
    margin-left: 50px;
}

.ml55 {
    margin-left: 55px;
}

.ml60 {
    margin-left: 60px;
}

.ml65 {
    margin-left: 65px;
}

.ml70 {
    margin-left: 70px;
}

.ml75 {
    margin-left: 75px;
}

.ml80 {
    margin-left: 80px;
}

.ml85 {
    margin-left: 85px;
}

.ml90 {
    margin-left: 90px;
}

.p0 {
    padding: 0px;
}

.p10 {
    padding: 10px;
}

.p15 {
    padding: 15px;
}

.p20 {
    padding: 20px;
}

.p25 {
    padding: 25px;
}

.p30 {
    padding: 30px;
}

.p35 {
    padding: 35px;
}

.p40 {
    padding: 40px;
}

.p45 {
    padding: 45px;
}

.p50 {
    padding: 50px;
}

.p55 {
    padding: 55px;
}

.p60 {
    padding: 60px;
}

.p65 {
    padding: 65px;
}

.p70 {
    padding: 70px;
}

.p75 {
    padding: 75px;
}

.p80 {
    padding: 80px;
}

.p85 {
    padding: 85px;
}

.p90 {
    padding: 90px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb15 {
    padding-bottom: 15px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb25 {
    padding-bottom: 25px;
}

.pb30 {
    padding-bottom: 30px;
}

.pb35 {
    padding-bottom: 35px;
}

.pb40 {
    padding-bottom: 40px;
}

.pb45 {
    padding-bottom: 45px;
}

.pb50 {
    padding-bottom: 50px;
}

.pb55 {
    padding-bottom: 55px;
}

.pb60 {
    padding-bottom: 60px;
}

.pb65 {
    padding-bottom: 65px;
}

.pb70 {
    padding-bottom: 70px;
}

.pb75 {
    padding-bottom: 75px;
}

.pb80 {
    padding-bottom: 80px;
}

.pb85 {
    padding-bottom: 85px;
}

.pb90 {
    padding-bottom: 90px;
}



.pt10 {
    padding-top: 10px;
}

.pt15 {
    padding-top: 15px;
}

.pt20 {
    padding-top: 20px;
}

.pt25 {
    padding-top: 25px;
}

.pt30 {
    padding-top: 30px;
}

.pt35 {
    padding-top: 35px;
}

.pt40 {
    padding-top: 40px;
}

.pt45 {
    padding-top: 45px;
}

.pt50 {
    padding-top: 50px;
}

.pt55 {
    padding-top: 55px;
}

.pt60 {
    padding-top: 60px;
}

.pt65 {
    padding-top: 65px;
}

.pt70 {
    padding-top: 70px;
}

.pt75 {
    padding-top: 75px;
}

.pt80 {
    padding-top: 80px;
}

.pt85 {
    padding-top: 85px;
}

.pt90 {
    padding-top: 90px;
}



.floatl {
    float: left;
}

.floatr {
    float: right;
}

.link {
    font-size: 15px;
    font-weight: 500;
    color: #656565;
    margin: 5px;
    font-family: 'Raleway', sans-serif;
}

    .link:hover {
        color: #ffdd00;
    }

.company {
    font-weight: bold;
    color: orange;
    text-decoration: none;
}

.news-title {
    min-height: 72px;
    margin-top: 15px;
    color: black;
}


.owl-carousel.owl-drag .owl-item {
   -ms-touch-action: auto;
        touch-action: auto;
}

.language {
    float: right;
    margin-right: 2px;
    cursor: pointer;
    margin-left: 4px;
}
