﻿@import url('https://fonts.googleapis.com/css?family=PT+Serif:400,400i,700|Montserrat:100,200,300,300i,400,500,600,700,800,900|Lato:300,400|Crimson+Text:400,400i,600');

html, body {
    font-family: 'Montserrat', sans-serif;
    color: #404040;
}

@media (min-width: 1200px) {
    .container {
        width: 88% !important;
    }
}

.center-1000 {
    margin: auto;
    max-width: 1000px;
    padding: 10px;
}

.center-1300 {
    margin: auto;
    max-width: 1300px;
    padding: 10px;
}

.pb-2{
    padding-bottom:20px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    margin: 15px 0 25px;
}

h1 {
    font-weight: 900;
    font-size: 42px;
}

    h1.product-name {
        font-weight: 700;
        font-size: 24px;
        margin: 15px 0 25px;
    }

h2 {
    font-weight: 800;
    font-size: 38px;
}

h3 {
    font-weight: 700;
    font-size: 24px;
}

h4 {
    font-weight: 500;
    font-size: 20px;
}

h5 {
    font-weight: 500;
    font-size: 16px;
}

h6 {
    font-weight: 500;
    font-size: 14px;
}

p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 12.5px;
    line-height: 1.8;
    letter-spacing: .5px;
}

    p.title {
        font-weight: 800;
        font-size: 38px;
        color: #404040;
        margin-bottom: 10px;
        display: block;
        max-width: 600px;
        margin: 0 auto;
    }

    p.page-heading {
        font-weight: 900;
        font-size: 42px;
        margin: 15px 0 25px;
        line-height: normal;
        font-family: 'Montserrat', sans-serif;
    }

a {
    color: #007078;
    font-weight: 500;
}

    a:hover, a:focus {
        text-decoration: none;
        color: #777;
    }

span.other-products {
    font-weight: 700;
    font-size: 24px;
    margin: 15px 0 25px;
    font-family: 'Montserrat', sans-serif;
}

#page {
    padding: 30px 0;
}


/*----------------
Navigation
-----------------*/
/*---------------- Full With Dropdown -----------------*/
.navbar {
    margin-bottom: 0;
    
}

.navbar-default {
    box-shadow: none;
    border: none;
    background-color: #007078 !important;
    background-image: none !important;
    border-radius: 0px !important;
}

    .navbar-default .navbar-nav > li > a
    {
        color: #fff !important;
    }

    .navbar-header {
        float: none;
    }

    .navbar-header .detail {
        text-align: right;
        margin-top: 20px;
        font-size: 12px;
        float: right;
    }

        .navbar-header .detail li {
            border-right: 1px solid #888;
        }

            .navbar-header .detail li a {
                color: #007078;
            }

        .navbar-header .detail img {
            max-height: 85px;
            margin-top: -10px;
        }

        .navbar-header .detail form {
            margin: 3px 0;
        }

    .navbar-header .logo {
        display: none;
    }

.navbar-brand {
    height: 60px;
    margin-left: 0 !important;
}

    .navbar-brand img {
        margin: 0 auto;
        max-height: 60px;
        max-width: 200px;
    }

.navbar-nav > li > .dropdown-menu {
    /*border-top-left-radius: 4px;
    border-top-right-radius: 4px;*/
    background-color: #47a747;
}

.navbar-nav .detail img {
    max-height: 120px;
    margin: 0 auto;
    display: block;
    float: right;
}

@media screen and (max-width: 480px) {
    .navbar-nav .detail img {
        float: none;
    }
}

.navbar-default .navbar-nav > li > form {
    padding: 15px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    display: inline-block;
}

.navbar-default .navbar-nav > li > a {
    padding: 15px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    display: inline-block;
}

    .navbar-default .navbar-nav > li > a:hover {
        width: 100%;
        color: #fff !important;
        box-shadow: none;
    }

.navbar-toggle {
    margin-top: 15px;
    margin-bottom: 0;
    border: none;
}

    .navbar-toggle:hover {
        background-color: transparent !important;
    }

    .navbar-toggle i {
        position: relative;
        display: -moz-inline-stack;
        display: inline-block;
        zoom: 1;
        width: 25px;
        height: 3px;
        font: bold 14px/.4 Helvetica;
        text-transform: uppercase;
        text-indent: -55px;
        background: #007078;
        transition: all .2s ease-out;
        top: -5px;
        right: 0;
    }

    .navbar-toggle.active i {
        background: none;
    }

        .navbar-toggle i::before, .navbar-toggle i::after {
            content: '';
            width: 25px;
            height: 3px;
            background: #fff;
            position: absolute;
            left: 0;
            -webkit-transition: 0.2s;
            -o-transition: 0.2s;
            transition: 0.2s;
        }

        .navbar-toggle i::before {
            top: -7px;
        }

        .navbar-toggle i::after {
            bottom: -7px;
        }

    .navbar-toggle.active i::before {
        top: 0;
        -webkit-transform: rotateZ(45deg);
        -moz-transform: rotateZ(45deg);
        -ms-transform: rotateZ(45deg);
        -o-transform: rotateZ(45deg);
        transform: rotateZ(45deg);
    }

    .navbar-toggle.active i::after {
        bottom: 0;
        -webkit-transform: rotateZ(-45deg);
        -moz-transform: rotateZ(-45deg);
        -ms-transform: rotateZ(-45deg);
        -o-transform: rotateZ(-45deg);
        transform: rotateZ(-45deg);
    }

.navbar-collapse {
    margin-top: 20px;
}

.mega-dropdown {
    position: static !important;
}

.mega-dropdown-menu {
    max-height: calc(100vh - 120px);
    overflow-y: auto !important; /* Ensure scrolling is enabled */
    max-width: 300px;
    box-shadow: none;
    -webkit-box-shadow: none;
    margin-top: -1px !important;
    left: auto;
}

    .mega-dropdown-menu > li > ul {
        padding: 0;
        margin: 0;
        height: auto;
    }

        .mega-dropdown-menu > li > ul > li {
            list-style: none;
        }

            .mega-dropdown-menu > li > ul > li > a {
                display: block;
                padding: 3px 35px;
                clear: both;
                font-weight: normal;
                line-height: 1.428571429;
                color: #ededed;
                white-space: normal;
            }

    .mega-dropdown-menu > li ul > li > a:hover,
    .mega-dropdown-menu > li ul > li > a:focus {
        text-decoration: none;
        color: #444;
        background-color: #f5f5f5;
    }

    .mega-dropdown-menu .dropdown-header, .mega-dropdown-menu .dropdown-header a {
        color: #fff;
        font-size: 16px;
        font-weight: 500;
        white-space: normal;
        text-transform: uppercase;
    }

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .open > a {
    background-image: linear-gradient(to bottom,#5cb85c 0,#419641 100%) !important;
}

@media screen and (max-width: 991px) {
    .mega-dropdown-menu .dropdown-header, .mega-dropdown-menu .dropdown-header a {
        font-size: 14px;
    }
}

@media (min-width: 768px) {
    .navbar-nav {
        float: none !important;
        margin-top: 0px;
        text-align: center;
    }

    .navbar-nav > li {
        display: inline-block;
        float: none;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .navbar-default .navbar-nav > li > a {
        padding: 10px;
    }
}

@media screen and (max-width: 767px) {
    .navbar-brand {
        float: left;
        display: block;
        height: 65px;
    }

        .navbar-brand img {
            max-height: 50px;
            margin-top: -8px;
            background: none;
            padding: 0;
        }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
    }

    .navbar-header .logo {
        display: block;
    }

    .mega-dropdown-menu > li > ul {
        margin-bottom: 10px;
    }

    .mega-dropdown-menu > li > ul {
        min-height: unset;
    }

}


/*----------------
SubPage Header
-----------------*/
.page-header {
    position: relative;
    padding: 120px 0;
    border-top: 0;
    margin-top: 0;
    margin-bottom: 30px !important;
    background-color: #007078;
    border-bottom: rgba(0,0,0,0.05) 1px solid;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
}

    .page-header p {
        color: #fff;
        font-size: 60px;
        font-weight: 900;
        margin: 0 auto;
        position: relative;
        z-index: 10;
        letter-spacing: 1px;
        margin-left: 10px;
        line-height: normal;
        font-family: 'Montserrat', sans-serif;
    }

        .page-header h1.product-details-title {
            width: 80%;
            float: left;
            color: #fff;
            font-size: 25px;
            font-weight: 500;
            margin: 0 auto;
            position: relative;
            z-index: 10;
            letter-spacing: 1px;
            margin-top: 10px;
        }

    .page-header h1.product-details-brand {
        width: 80%;
        float: left;
        color: #fff;
        font-size: 50px;
        font-weight: 900;
        margin: 0 auto;
        position: relative;
        z-index: 10;
        letter-spacing: 1px;
        margin-top: 10px;
    }

.page-header .breadcrumb {
    position: absolute;
    font-size: 12px;
    top: 50%;
    margin-top: -15px;
    background: transparent;
    margin-bottom: 0;
    z-index: 10;
}

    .page-header .breadcrumb > li + li:before {
        content: "/\00a0";
    }

    .page-header .breadcrumb a {
        color: #000;
    }

    .page-header .breadcrumb a:hover, .page-header .breadcrumb a:focus {
        color: #ccc;
    }

    .page-header .breadcrumb .active {
        color: #fff;
    }

/*.page-header.parallax .breadcrumb li.active,
.page-header.parallax .breadcrumb a {
    color: #fff;
}*/

    .page-header .breadcrumb.breadcrumb-inverse {
        left: 0;
        right: auto;
    }

    .page-header .breadcrumb.breadcrumb-center {
        left: auto;
        right: auto;
        position: relative;
        margin-top: 20px;
    }
    
    .subpage-banner {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.overlay {
    background: rgba(0,0,0, 0.2);
    position: absolute !important;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1; /* required for IE */
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

@media screen and (min-width: 1200px) {
    .page-header .breadcrumb {
        left: 80%;
    }
}

@media screen and (max-width: 1199px) {
    .page-header {
        text-align: center;
    }

        .page-header p {
            text-align: center;
        }

        .page-header .breadcrumb {
            position: relative;
            display: block;
            margin: 0;
        }
}

@media only screen and (max-width: 767px) {
        .page-header .container.text-right,
        .page-header .container.text-left {
            text-align: center;
        }

        .page-header p {
            margin-left: 0;
            font-size: 50px;
        }

            .page-header h1.product-details-title {
                width: 100%;
            }
}

@media screen and (max-width: 480px) {
    .page-header {
        padding: 80px 0;
    }

        .page-header p {
            font-size: 30px;
        }

        .page-header h1.product-details-title {
            font-size: 20px;
        }
}


/*----------------
About us Sections
-----------------*/

#about-us-block {
    padding: 100px 0;
    background-color: #f8f8f8;
}

    #about-us-block p.title {
        font-weight: 800;
        font-size: 38px;
        color: #404040;
        margin-bottom: 10px;
        display: block;
        max-width: 600px;
        margin: 0 auto;
    }

    #about-us-block .section-title {
        margin-bottom: 30px;
    }

        #about-us-block .section-title h1 {
            color: #6f6f6f;
            font-size: 16px;
            font-weight: 500;
            max-width: 800px;
            margin: 0 auto;
            padding: 10px;
            letter-spacing: 0.5px;
        }

    #about-us-block .more {
        text-align: center;
        margin-top: 20px;
    }

        #about-us-block .more .btn {
            letter-spacing: 2px;
            border-radius: 20px;
            -webkit-transition: 0.5s;
            -o-transition: 0.5s;
            transition: 0.5s;
            padding: 15px;
            font-size: 12px;
            font-weight: 600;
            color: #fff;
            background: #007078;
            border: none;
            text-shadow: none;
        }

            #about-us-block .more .btn:hover, #about-us-block .more .btn:focus {
                box-shadow: 0 5px 7px rgba(0, 0, 0, 0.25);
                color: #007078;
                background: #ddd;
            }

.section-title a { /*position:relative; margin-top:-64px; margin-right:8px;*/
    float: right;
    padding: 12px 50px;
    font-size: 11px;
    line-height: 1.42857143;
    border-radius: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    background-color: transparent;
    border: 2px #d9d9d9 solid;
    color: #404040;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.8px;
    margin-top: -43px;
    text-align: right;
}

    .section-title a:hover {
        background-color: #ff4a5b;
        border: 2px #ff4a5b solid;
        color: #fff;
        transition: all 0.6s;
        -moz-transition: all 0.6s;
        -webkit-transition: all 0.6s;
        text-decoration: none;
    }

.col-about-us {
    text-align: center;
    padding: 10px 15px;
}

    .col-about-us i {
        font-size: 67px;
        color: #007078;
        font-weight: 100;
        margin-bottom: 40px;
    }

    .col-about-us p {
        color: #73757d;
        font-size: 16px;
        line-height: 1.3;
        font-family: 'Crimson Text', serif;
    }

    .col-about-us h4 {
        color: #404040;
        font-weight: 600;
    }

@media screen and (max-width: 767px) {
    #about-us-block .section-title h1 {
        font-size: 14px;
    }
}

/*----------------
_Products
-----------------*/

#our-work-block {
    color: #fff;
    text-align: center;
    padding: 0 0 100px;
}

    #our-work-block .section-title {
       /* background: #007078;*/
        padding: 50px 0 0 0;
        margin-bottom: 30px;
    }

   /* #our-work-block .section-title:after {
        content: "";
        display: inline-block;
        width: 70px;
        height: 70px;
        background: #007078;
        border-radius: 5px;
        position: relative;
        margin-bottom: -90px;
        transform: rotate(45deg);
    }*/

    #our-work-block p.title {
        color: #333;
        margin-bottom: 0px;
    }

    #our-work-block .section-title, #process-block .section-title {
        margin-bottom: 30px;
    }

    #our-work-block .works {
        height: 350px;
        background: #fff;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.04), 0 2px 10px 0 rgba(0, 0, 0, 0.06);
        display: block;
        margin: 5px;
        position: relative;
        overflow: hidden;
    }

        #our-work-block .works figure > div {
            width:auto;
            height:250px;
        }

        #our-work-block .works figure {
            transition: all .5s;
            transform: scale(1);
        }

        #our-work-block .works:hover figure {
            transform: scale(1.25);
            overflow: hidden;
            position: relative;
            display: block;
        }

        #our-work-block .works figure {
            position: relative;
            overflow: hidden;
            height: 250px;
        }

            #our-work-block .works figure img {
                width: auto;
                max-height: 250px;
                overflow: hidden;
                object-fit: cover;
                -webkit-transition: all 300ms ease-in-out;
                transition: all 300ms ease-in-out;
                margin: 0 auto;
            }

#our-work-block .works figure:hover img, #our-work-block .works figure:focus img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

#our-work-block .works figcaption {
    
}

    #our-work-block .works figcaption h1 {
        text-transform: uppercase;
        color: #000;
        font-weight: 500;
        font-size: 14px;
        margin: 0;
    }

    #our-work-block .works figcaption .caption-content {
        height: 70px;
        padding: 20px 5px 5px 5px;
    }

    #our-work-block .works figure:hover figcaption h6, #our-work-block .works figure:focus figcaption h6 {
        color: #007078;
    }

.more-links {
    float: none;
    display: inline-block;
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    margin-top: 15px;
    background: #007078;
    padding: 15px;
    border-radius: 20px;
    letter-spacing: 2px;
}

    .more-links:hover, .more-links:focus {
        transition: all 300ms ease-in-out;
        box-shadow: 0 5px 7px rgba(0, 0, 0, 0.25);
        color: #007078;
        background: #ddd;
    }

/*----------------
_Brands
-----------------*/
#clients-block {
    background: #fff;
    padding: 50px 0;
}

    #clients-block .item {
        padding: 0;
        margin: 0;
        color: #FFF;
        text-align: center;
        height: 200px;
        background: #fff;
    }

        #clients-block .item img {
            max-height: 200px;
            width: auto;
            margin: 0 auto;
        }

@media screen and (max-width: 599px) {
    #clients-block .owl-theme .owl-controls {
        display: none;
    }
}


/*----------------
Awards
-----------------*/
#awards {
    text-align: center;
    padding: 50px 0;
}

    #awards p {
        font-size: 32px;
        color: #404040;
        font-weight: 800;
        margin: 20px 0;
        display: block;
        text-align: center;
    }

    #awards .works {
        height: 350px;
        background: #fff;
        background: #fff;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.04), 0 2px 10px 0 rgba(0, 0, 0, 0.06);
        display: block;
        margin: 5px;
        position: relative;
        overflow: hidden;
    }

        #awards .works figure {
            height: 250px;
            width: 100%;
            margin: 0 auto;
            overflow: hidden;
            position: relative;
            background: #fff;
        }

            #awards .works figure img {
                max-height: 100%;
                max-width: 100%;
                width: auto;
                height: auto;
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
                margin: auto;
                padding: 10px;
                -webkit-transition: all 300ms ease-in-out;
                transition: all 300ms ease-in-out;
            }

                #awards .works figure img:hover {
                    -webkit-transform: scale(1.25);
                    -ms-transform: scale(1.25);
                    transform: scale(1.25);
                }

        #awards .works figcaption {
            width: 100%;
            height: 100px;
            padding: 10px;
            display: table;
            overflow: hidden;
        }

            #awards .works figcaption .caption-content {
                display: table-cell;
                vertical-align: middle;
            }

                #awards .works figcaption .caption-content h1 {
                    color: #000;
                    margin: 10px 0;
                    font-size: 13px;
                    font-weight: 500;
                    text-transform: uppercase;
                }

                #awards .works figcaption .caption-content h6 {
                    color: #555;
                }


/*----------------
Products
-----------------*/
.panelPadding {
    padding: 0px 10px 20px 10px;
}

.margintop {
    margin-top: 20px;
}

.product-info {
    margin: 50px 20px;
}

.highlighBox {
    background: #fff;
    border: solid 1px #ccc;
    box-shadow: 0 1px 1px 0 rgba(50, 50, 50, 0.1);
    width: 100%;
    padding: 10px 20px;
}


.highlighBox{
    background:#fff;
    border:solid 1px #ccc;
    box-shadow: 0 1px 1px 0 rgba(50, 50, 50, 0.1);
    width:100%;
    padding:10px 20px;
}

.c-product-item {
    display: block;
    box-sizing: border-box;
    position: relative;
    background-color: transparent;
    border: 1px solid transparent;
    transition: border-color .15s ease-in;
    text-decoration: none;
    height:380px;
    overflow:hidden;
}
.c-product-item:hover {
    text-decoration: none;
}
    .c-product-item .c-product-item__img {
        height: 280px;
        border: 1px solid rgba(25, 25, 25, 0.2);
        overflow: hidden;
        margin: 0 0 0px;
        text-align: center;
        display: block;
    }
.c-product-item_detail {
    border:solid 1px #ccc;
     height: 360px;
}
.c-product-item_detail .c-product-item__img {
    height: 100%;
    padding:2px;
}

.c-product-item_detail_small {
    height: 70px;
    width: 70px;
    border:solid 1px #ccc;
    margin:2px;
}
.c-product-item_detail_small:hover {
    border:solid 1px red;
}

.c-product-item_detail_small .c-product-item__img {
    height: 100%;
}

.c-img-lazy_loaded .c-img-lazy__img,
.c-img-lazy_loaded .c-img-lazy__img-background {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}
.c-img-lazy {
    display: inline-block;
    position: relative;
    background: #fff;
    font-size: 0;
    white-space: nowrap;
    text-align: center
}
.c-img-lazy:after {
    content: '';
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle
}
.c-img-lazy__img {
    display: inline-block !important;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    margin: 0 auto;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: opacity .85s
}
.c-img-lazy__img-background {
    display: block;
    width: 100%;
    height: 100%;
    background: transparent no-repeat 50%;
    background-size: cover;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: opacity .7s
}


.c-product-item img
{
        transition: all .5s;
        padding:5px;
}

.c-product-item img:hover, .c-product-item img:focus{
        
    -webkit-transform:scale(1.25); /* Safari and Chrome */
        -moz-transform:scale(1.25); /* Firefox */
        -ms-transform:scale(1.25); /* IE 9 */
        -o-transform:scale(1.25); /* Opera */
         transform:scale(1.25);
}

.c-img-lazy_size_relative {
    width: 100%;
    height: 100%
}
.c-img-lazy_loaded .c-img-lazy__img,
.c-img-lazy_loaded .c-img-lazy__img-background {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.nopadding-top {
    padding-top: 0 !important;
}


/*----------------
Items
-----------------*/
.responsive-container {
    height: 350px;
    width: 100%;
    overflow: hidden;
}

.info-container h1 {
    height: 70px;
    width: 100%;
    text-align: center;
    margin: 0 0 0 0;
    overflow: hidden;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 15px 5px 0px 5px;
    background-color: #007078;
    z-index: 999;
    display: block;
}

.info-container .price {
    height: 50px;
    width: 100%;
    text-align: center;
    margin: 0 0 3px 0;
    overflow: hidden;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 0px 10px 0px 10px;
    background-color: #007078;
    z-index: 999;
    display: block;
}


.item-link {
    display: block;
    box-sizing: border-box;
    position: relative;
    background-color: rgb(255, 255, 255);
    border: 0px solid transparent;
    transition: all .5s ease-in;
    color: rgb(28, 28, 28);
    text-align: left;
    line-height: 1.4;
    text-decoration:none !important;
    padding: 0px;
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
}

    .item-wrap{
        max-height:250px; width:100%; overflow: hidden; 
        padding:5px;
        display:block;
    }

    .item-link-img{
        transition: all .15s ease-in;
    }

    .item-link:hover .item-link-img,
    .item-link:focus .item-link-img{
        -webkit-transform:scale(1.25); /* Safari and Chrome */
        -moz-transform:scale(1.25); /* Firefox */
        -ms-transform:scale(1.25); /* IE 9 */
        -o-transform:scale(1.25); /* Opera */
         transform:scale(1.25);
         
    }

.c-product-item:hover .info-container h1,
.c-product-item:focus .info-container h1 {
    color: #fff;
}

.c-brand-item {
    height: 280px;
    border: 1px solid rgba(25, 25, 25, 0.2);
    overflow: hidden;
    margin: 0 0 0px;
    text-align: center;
    display: block;
    margin-bottom: 30px;
}

    .c-brand-item:hover {
        text-decoration: none;
    }

    .c-brand-item img {
        padding: 10px;
    }

    .c-brand-item .c-product-item__img {
        height: 280px;
        overflow: hidden;
        margin: 0 0 0px;
        text-align: center;
        display: block;
    }

.c-brand-item__info {
    display: none;
}


/*----------------
Contact Us
-----------------*/
#contacts-block {
    padding: 50px 0 100px;
    background: #effef6;
}

    #contacts-block .contact-details {
    }

    #contacts-block .contact-map {
        margin-top: 50px;
    }

        #contacts-block .contact-map .google_m {
            margin-bottom: 10px;
            margin-top: 20px;
        }

.contacts-block {
    margin: 20px 0;
}

    .contacts-block i {
        text-align: center;
        display: inline-block;
        background: #007078;
        color: #fff;
        font-size: 24px;
        width: 70px;
        height: 70px;
        border-radius: 50%;
        float: left;
        padding: 22px;
        margin-right: 15px;
        margin-top: 14px;
    }

    .contacts-block .contacts-content {
        display: inline-block;
        width: 75%;
        float: right;
    }

        .contacts-block .contacts-content h6 {
            text-transform: uppercase;
            font-weight: 500;
            letter-spacing: 0.8px;
        }

        .contacts-block .contacts-content p {
            font-family: 'Crimson Text', serif;
            color: #73757d;
            font-size: 16px;
            line-height: 1.4;
        }

        .contacts-block .contacts-content a {
            font-family: 'Montserrat', sans-serif;
            font-size: 13px;
            font-weight: 700;
            color: #000;
        }

@media (max-width: 767px) {
    #contacts-block {
        padding: 50px 0 50px;
    }

        #contacts-block .contact-map {
            margin-top: 20px;
        }
}

@media (max-width: 370px) {
    .contacts-block .contacts-content {
        width: 68%;
    }
}


/*----------------
Carousel
-----------------*/
.carousel-inner img {
    display: block;
    margin: auto;
    width: 100%;
}

.owl-carousel .owl-stage {
    margin: 0 auto;
    display: block;
}

.owl-carousel .owl-controls .owl-nav .owl-prev {
    position: absolute;
    left: 20px;
    top: 50%;
    background-color: transparent !important;
    display: block;
    padding: 0 .3em !important;
    font-size: 3em;
    margin: 0;
    cursor: pointer;
    color: #fff;
    transform: translate(-50%, -50%);
}

.owl-carousel .owl-controls .owl-nav .owl-next {
    position: absolute;
    right: -23px;
    top: 50%;
    background-color: transparent !important;
    display: block;
    padding: 0 .3em !important;
    font-size: 3em;
    margin: 0;
    cursor: pointer;
    color: #fff;
    transform: translate(-50%, -50%);
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: transparent;
}

@media screen and (max-width: 767px) {
    .carousel-caption {
        display: none;
    }

    #myCarousel{
        padding-top: 65px;
    }
}


/*--------------------
7.0 Footer
----------------------*/
.bottom-footer {
    padding: 30px 0;
    background: #007078;
}

    .bottom-footer h1 {
        color: #fff;
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        font-size: 12.5px;
        line-height: 1.8;
        letter-spacing: .5px;
        margin: 0;
    }

    .bottom-footer p {
        color: #fff;
    }

    .bottom-footer a {
        color: #fff;
        font-size: 11px;
    }

    .bottom-footer a:hover {
        color: #ccc;
    }

    .bottom-footer .footer-menu {
        float: right;
        margin: 0 0 30px;
        padding: 0;
        font-size: 13px;
    }

        .bottom-footer .footer-menu li {
            display: inline-block;
            margin-left: 20px;
            text-transform: uppercase;
        }

            .bottom-footer .footer-menu li:first-child {
                margin-left: 0;
            }

    .bottom-footer i {
        background: #3b5998;
        color: #fff;
        display: inline-block;
        height: 25px;
        width: 25px;
        line-height: 25px;
        margin: auto 3px;
        text-align: center;
        border-radius: 30px;
    }

    .bottom-footer span.facebook {
        color: #3b5998;
    }

        .bottom-footer span.facebook:hover {
            color: #fff;
        }

@media screen and (max-width: 767px) {
    .bottom-footer {
        text-align: center;
    }
}

/*--------------------
8.0 Back To Top
----------------------*/
/*#toTop {
    position: fixed;
    display: none;
    background: linear-gradient(45deg, #1de099, #1dc8cd);
    color: #fff;
    padding: 2px 20px 8px 20px;
    font-size: 16px;
    border-radius: 4px 4px 0 0;
    right: 15px;
    bottom: 0;
    transition: none;
    height: 35px;
    width: 60px;
    border: none;
}*/

/*--------------------
9.0 Google Map Buttons
----------------------*/
.google_m {
    margin-bottom: 10px;
}

    .google_m .buttons {
        background: #007078;
        padding: 5px 10px;
        font-size: 12px;
        margin-bottom: 10px;
        display: inline-block;
        border-radius: 10px;
    }

        .google_m .buttons a {
            color: #fff;
        }



/*--------------------
11.0 News & Event
----------------------*/
#Blog-post article {
    margin-bottom: 30px;
    height: 600px;
}

.entry-header p.news-title {
    font-size: 28px;
    font-weight: 600;
    color: #404040;
    font-style: normal;
    height: 80px;
    margin: 10px 0;
}

.readmore-btn {
    background: #007078;
    color: #fff;
    margin-top: 10px;
    font-weight: 600;
    font-size: 12px;
}

article img, article header.entry-header img {
    max-height: 300px;
    border-radius: 6px;
    width: 500px;
    object-fit: cover;
    margin-bottom: 26px;
}

article a img {
    max-height: 350px;
    width: 100%;
    object-fit: cover;
    display: block;
}

article header {
    padding: 0;
}

    article header .date-article, .single article header.entry-header .date-article {
        color: #fff;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 0.8px;
        font-family: 'Montserrat', sans-serif;
        font-style: normal;
        background: #54ddea;
        display: inline-block;
        float: right;
        position: relative;
        top: 32px;
        padding: 6px 10px;
        border-top-right-radius: 4px;
    }

    article header .author.vcard a, .single article header.entry-header .author.vcard a {
        text-transform: none;
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 0.8px;
        font-family: 'Montserrat', sans-serif;
        font-style: normal;
        color: #b6b6b6;
        margin-right: 50px;
    }

    article header.entry-header h1 {
        color: #a1aaba;
        font-family: 'Droid Serif', serif;
        text-transform: none;
        font-size: 14px;
        font-weight: 400;
        font-style: italic;
        margin: 0;
    }

article a h5 {
    color: #404040;
    margin-top: 30px;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
}

article a {
    text-decoration: none !important;
}

    article a h5:hover {
        color: #51dde9;
        transition: all 0.6s;
        -moz-transition: all 0.6s;
        -webkit-transition: all 0.6s;
    }

article p {
    color: #73757d;
    font-weight: 400;
    margin-top: 15px;
    letter-spacing: 0.5px;
    display: block;
    display: -webkit-box;
    max-width: 500px;
    height: calc(14px*1.4*3);
    font-size: 14px;
    line-height: 1.4;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media screen and (min-width: 768px) {

}

@media (max-width: 767px) and (min-width: 481px) {
    #Blog-post article {

    }

    .entry-header p.news-title {
        font-size: 25px;
    }
}

@media (max-width: 480px) {
    .entry-header p.news-title {
        font-size: 20px;
    }

    #our-work-block .works {
        height: 220px;
    }

        #our-work-block .works figure {
            height: 120px;
        }

            #our-work-block .works figure > div {
                height: 120px;
                width: auto;
            }

    .px-xs-5 {
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom:5px;
    }

    .info-container .price
    {
        height:30px;
    }
}

/*--------------------
12.0 News & Event
----------------------*/
.Page {
    padding: 30px 20px;
}

.newsdetails .prod-title {
    margin: 50px 0;
}

    .newsdetails .prod-title h3 {
        font-size: 25px;
        font-weight: 900;
        letter-spacing: 3px;
        text-align: center;
        margin: 30px 0;
        text-transform: uppercase;
    }

    .newsdetails .prod-title img {
        margin: 0 auto;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.04), 0 2px 10px 0 rgba(0, 0, 0, 0.06);
        max-height: 500px;
    }

.newsdetails .details {
    margin: 50px 0;
    text-align: center;
}

    .newsdetails .details p {
        font-weight: 500;
        font-size: 15px;
        letter-spacing: 0;
    }

    .newsdetails .details .description {
        margin-bottom: 50px;
    }

@media screen and (max-width: 480px) {
    .newsdetails .prod-title h3 {
        font-size: 22px;
    }
}


/*--------------------
13.0 Address Map
----------------------*/
.address_map h1 {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
}



/*--------------------
14.0 Dealer
----------------------*/
.dealer-box {
    min-height: 820px;
    margin: 10px;
    background: #fff;
    border: 1px solid rgba(25, 25, 25, 0.2);
}

    .dealer-box .box-content {
        padding: 20px;
    }

        .dealer-box .box-content h1 {
            font-size: 25px;
            height: 80px;
            margin: 10px 0 30px;
        }

        .dealer-box .box-content span {
            margin-left: 10px;
        }

        .dealer-box .box-content p {
            color: #666;
        }

            .dealer-box .box-content p.dealer-box-title {
                color: #000;
                font-size: 18px;
                margin: 10px 0;
            }

        .dealer-box .box-content a {
            color: #666;
        }

            .dealer-box .box-content a:hover {
                color: #000;
            }

        .dealer-box .box-content i {
            width: 15px;
            margin-right: 5px;
        }

        .dealer-box .box-content .dealer-photo {
            overflow: hidden;
            padding: 10px;
            margin-bottom: 20px;
        }

        .dealer-box .box-content .top {
            height: 170px;
            margin-bottom: 20px;
            border-bottom: 2px solid #e0e0e0;
        }

        .dealer-box .box-content .middle-details {
            height: 150px;
            margin-bottom: 20px;
            padding-bottom: 20px;
            border-bottom: 2px solid #e0e0e0;
        }

        .dealer-box .box-content .middle span {
            margin-left: 10px;
        }

        .dealer-box .box-content .bottom {
            text-align: center;
        }

            .dealer-box .box-content .bottom a {
                color: #fff;
            }

@media screen and (max-width: 767px) {
    .dealer-box {
        min-height: unset;
    }
}

@media screen and (max-width: 480px) {
    .dealer-box .box-content h2 {
        font-size: 22px;
    }
}


/*--------------------
15.0 Photo Gallery
----------------------*/
.album-cover {
    height: 350px;
    overflow: hidden;
    padding: 10px;
    margin: 0;
    text-align: center;
    display: block;
    border: 1px solid rgba(25, 25, 25, 0.2);
}

    .album-cover img {
        height: 250px;
        overflow: hidden;
        position: relative;
        margin: 0 auto 10px;
    }

.album-name {
    height: 70px;
}

    .album-name h4 {
        font-weight: 700;
    }

.album-details-title {
    margin: 10px 0 30px;
}

    .album-details-title a {
        font-size: 14px;
        padding: 10px;
        transition: 0.3s;
        display: inline-block;
        border: 1px solid rgba(25, 25, 25, 0.2);
    }

.album-details-item {
    width: 100%;
    height: 300px;
    overflow: hidden;
    background: #fff;
    margin-bottom: 20px;
    border: 1px solid #eee
}

    .album-details-item .album-details-photo-item {
        width: auto;
        height: 100%;
        position: relative;
    }

        .album-details-item .album-details-photo-item img {
            max-height: 100%;
            max-width: 100%;
            width: auto;
            height: auto;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            padding: 10px;
        }

    .album-details-item .album-details-video-item {
        height: 300px;
        padding: 10px;
        display: table;
    }

        .album-details-item .album-details-video-item .video-item {
            display: table-cell;
            vertical-align: middle;
        }

            .album-details-item .album-details-video-item .video-item .video-thumbnail {
                overflow: hidden;
            }

            .album-details-item .album-details-video-item .video-item .video-name {
                overflow: hidden;
            }

                .album-details-item .album-details-video-item .video-item .video-name h4 {
                    font-size: 14px;
                    text-align: center;
                    font-weight: 600;
                }


/*--------------------------------------------------------------
# Video Gallery
--------------------------------------------------------------*/
.video {
    height: 340px;
    margin: 10px 0;
    padding: 10px;
    border: 1px solid rgba(25, 25, 25, 0.2);
}

    .video .video-thumbnail {
        width: 100%;
        height: 250px;
        overflow: hidden;
        position: relative;
    }

        .video .video-thumbnail img {
            max-height: 100%;
            max-width: 100%;
            width: auto;
            height: auto;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
        }

    .video .video-name {
        width: 100%;
        height: 60px;
        padding: 5px;
        display: table;
        overflow: hidden;
    }

        .video .video-name h4 {
            font-size: 14px;
            font-weight: 600;
            text-align: center;
            display: table-cell;
            vertical-align: middle;
        }

@media screen and (max-width: 480px) {
    .video {
        height: 290px;
    }

        .video .video-thumbnail {
            height: 200px;
        }
}


/*--------------------
 Brand Details
----------------------*/
.other-products {
    margin-top: 50px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

    .other-products p {
        padding: 0;
        font-size: 24px;
        font-weight: 700;
        margin: 0 0 20px 0;
    }

.brand-details-left {
    height: 400px;
}

    .brand-details-left img {
        max-height: 300px;
        height: auto;
        width: auto;
        display: block;
        margin: 20px auto;
        border: 1px solid #ececec;
    }

    .brand-details-left h3 {
        text-align: center;
    }

.brand-details-right {
    padding: 30px;
    min-height: 400px;
}


/** Extension
 **************************************************************** **/
.extension {
    background: #fff;
    height: 330px;
    padding: 5px;
    overflow: hidden;
    margin-bottom: 30px;
    transition: all 500ms ease;
}

    .extension .extension-photo {
        height: 240px;
        width: 100%;
        padding: 10px;
        margin: 0 auto;
        overflow: hidden;
        position: relative;
        border: 1px solid #ddd;
    }

        .extension .extension-photo img {
            max-height: 100%;
            max-width: 100%;
            width: auto;
            height: auto;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            transition: all 500ms ease;
        }

        .extension .extension-photo:hover img {
            transform: scale(1.2);
        }

    .extension .extension-name {
        height: 80px;
        padding: 5px;
        background: #007078;
    }

        .extension .extension-name h5 {
            color: #fff;
            margin: 10px 0;
            font-size: 15px;
            text-align: center;
        }

        .extension .extension-name h6 {
            color: #ddd;
            font-size: 13px;
            text-align: center;
            font-style: italic;
            margin: 0 auto;
            display: -webkit-box;
            max-width: 500px;
            height: calc(14px*1.1*2);
            line-height: 1.2;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media screen and (max-width: 767px) {
    .extension {
        height: 100%;
    }

        .extension .extension-name {
            height: 100%;
        }
}


/** Extention Details
 **************************************************************** **/
.extension-details-left {
    padding: 10px;
}

    .extension-details-left img {
        max-height: 400px;
        height: auto;
        width: auto;
        display: block;
        margin: 0 auto;
    }

    .extension-details-left .extension-details-name {
        padding: 10px;
    }

        .extension-details-left .extension-details-name h3 {
            margin: 10px 0;
            font-size: 20px;
            text-align: center;
        }

        .extension-details-left .extension-details-name h5 {
            color: #555;
            font-style: italic;
            text-align: center;
        }

        .extension-details-left .extension-details-name h4 {
            width: 100%;
            padding: 5px;
            font-size: 15px;
            line-height: 1.3;
            text-align: center;
            background: #007078;
            display: inline-block;
        }

        .extension-details-left .extension-details-name a {
            color: #fff;
        }

.extension-details-right {
    padding: 30px;
    min-height: 400px;
    border: 1px solid #eee;
}

@media screen and (max-width: 767px) {
    .extension-details-left {
        height: 100%;
        margin-bottom: 20px;
        border-bottom: 1px dotted #aaa;
    }

        .extension-details-left .extension-details-name {
            height: 100%;
        }
}


/** Back To Top
 **************************************************************** **/
.back-to-top {
    position: fixed;
    display: none;
    background: #166d38;
    color: #fff;
    padding: 10px 15px;
    font-size: 16px;
    right: 0;
    bottom: 0;
    z-index: 99;
    transition: all 0.3s ease-in-out;
}

    .back-to-top:focus, .back-to-top:hover {
        background: #eee;
        color: #166d38;
        outline: none;
    }

@media screen and (max-width: 767px) {
    .back-to-top {
        padding: 7px 12px;
    }
}

@media screen and (max-width: 480px) {
    .back-to-top {
        font-size: 14px;
    }
}


/** Whatsapp
 **************************************************************** **/
.whatsapp {
    position: fixed;
    bottom: 120px;
    right: 0;
    cursor: pointer;
    display: inline;
    vertical-align: middle;
    z-index: 999;
    background: #ddd;
}

    .whatsapp i {
        width: 40px;
        height: 40px;
        color: #fff;
        font-size: 20px;
        background: #25d366;
        line-height: 40px;
        position: relative;
        text-align: center;
    }

    .whatsapp span {
        width: 0;
        color: #444;
        font-size: 13px;
        font-weight: 600;
        overflow: hidden;
        align-items: center;
        white-space: nowrap;
        background: #ddd;
        display: none;
        letter-spacing: 1px;
        justify-content: center;
        display: -ms-inline-flexbox;
        display: -webkit-inline-flex;
        transition: width 500ms ease;
    }

    .whatsapp:hover span {
        width: 155px;
        display: inline-flex !important;
    }

@media screen and (max-width: 767px) {
    .whatsapp {
        bottom: 90px;
    }

        .whatsapp i {
            width: 35px;
            height: 35px;
            line-height: 35px;
        }

        .whatsapp:hover span {
            display: none !important;
        }
}


/** Facebook
 **************************************************************** **/
.facebook {
    position: fixed;
    bottom: 163px;
    right: 0;
    cursor: pointer;
    display: inline;
    vertical-align: middle;
    z-index: 999;
    background: #ddd;
}

    .facebook i {
        width: 40px;
        height: 40px;
        color: #fff;
        font-size: 17px;
        background: #3b5998;
        line-height: 40px;
        position: relative;
        text-align: center;
    }

    .facebook span {
        width: 0;
        color: #444;
        font-size: 13px;
        font-weight: 600;
        overflow: hidden;
        align-items: center;
        white-space: nowrap;
        background: #ddd;
        display: none;
        letter-spacing: 1px;
        justify-content: center;
        display: -ms-inline-flexbox;
        display: -webkit-inline-flex;
        transition: width 500ms ease;
    }

    .facebook:hover span {
        width: 155px;
    }

@media screen and (max-width: 767px) {
    .facebook {
        bottom: 128px;
    }

        .facebook i {
            width: 35px;
            height: 35px;
            line-height: 35px;
        }

        .facebook:hover span {
            display: none !important;
        }
}


/** Wechat
 **************************************************************** **/
.wechat {
    position: fixed;
    bottom: 206px;
    right: 0;
    cursor: pointer;
    display: inline;
    vertical-align: middle;
    z-index: 999;
    background: #ddd;
}

    .wechat i {
        width: 40px;
        height: 40px;
        color: #fff;
        font-size: 17px;
        background: #7bb32e;
        line-height: 40px;
        position: relative;
        text-align: center;
    }

    .wechat span {
        width: 0;
        color: #444;
        font-size: 13px;
        font-weight: 600;
        overflow: hidden;
        align-items: center;
        white-space: nowrap;
        background: #ddd;
        display: none;
        letter-spacing: 1px;
        justify-content: center;
        display: -ms-inline-flexbox;
        display: -webkit-inline-flex;
        transition: width 500ms ease;
    }

    .wechat:hover span {
        width: 155px;
    }

@media screen and (max-width: 767px) {
    .wechat {
        bottom: 166px;
    }

        .wechat i {
            width: 35px;
            height: 35px;
            line-height: 35px;
        }

        .wechat:hover span {
            display: none !important;
        }
}


/** Back Button
 **************************************************************** **/
.back-to-btn {
    margin: 10px 0 50px;
    display: inline-block;
}

    .back-to-btn a {
        background: #007078;
        color: #fff;
        padding: 10px;
        border: 2px solid #007078;
        transition: 0.3s all ease-in-out;
    }

        .back-to-btn a:hover {
            background: #fff;
            color: #007078;
        }



.thumbnail {
    top: -50px;
    left: -35px;
    display: inline;
    z-index: 999;
    cursor: pointer;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
}

    /*change the number below to scale to the appropriate size*/
    .thumbnail:hover {
        transform: scale(1.3);
    }


.catbox {
    z-index: 1000;
    line-height: 1.8;
}

.catbox-fxied {
    position: fixed;
    top: 80px;
}

/* Style for product tiles */
.product-tiles {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.product-tile {
    border: 1px solid #ccc;
    padding: 10px;
    width: calc(33.33% - 20px);
    box-sizing: border-box;
    text-align: center;
}

    .product-tile img {
        max-width: 100%;
        height: auto;
    }

/* Style for pagination */
.pagination {
    display: flex;
    justify-content: end;
    margin-top: 20px;
}

    .pagination button {
        background-color: #4cae4c;
        color: white;
        border: none;
        padding: 8px 12px;
        margin: 0 5px;
        cursor: pointer;
    }

        .pagination button:hover {
            background-color: #007078;
        }

    .pagination .page-btn.active {
        background-color: #007078;
        font-weight: bold;
    }

    .pagination .prev-btn[disabled],
    .pagination .next-btn[disabled] {
        opacity: 0.5;
        cursor: not-allowed;
    }

/* Custom Scrollbar */
.mega-dropdown-menu::-webkit-scrollbar {
    width: 6px !important; /* Ensure scrollbar width */
}

.mega-dropdown-menu::-webkit-scrollbar-track {
    background: #47a747 !important; /* No background */
}

.mega-dropdown-menu::-webkit-scrollbar-thumb {
    background: #aaa !important; /* Solid color */
    border-radius: 20px !important; /* Rounded top and bottom */
}

    .mega-dropdown-menu::-webkit-scrollbar-thumb:hover {
        background: #888 !important; /* Darker on hover */
    }
