
body {
    font-family: "Open Sans",sans-serif;
    font-size: 15px;
    line-height: 26px;
    color: #808080;
    /*color: #f50707;*/
    font-weight: 400;
}

@media screen and (min-width:1440px) {
    .container {
        max-width: 1366px;
    }
}

a {
    -webkit-transition: 0.3s all ease-in;
    -moz-transition: 0.3s all ease-in;
    -ms-transition: 0.3s all ease-in;
    transition: 0.3s all ease-in;
    color: #35de80;
}

    a:hover,
    a:focus {
        cursor: pointer;
        outline: none;
        text-decoration: none;
        color: #2d2d2d;
    }

h1 {
    font-size: 60px;
}

h2 {
    font-size: 45px;
    line-height: 1.33em;
}

@media screen and (max-width: 767px) {
    h2 {
        font-size: 30px;
    }
}

h3 {
    font-size: 19px;
    line-height: 1.37em;
}

h4 {
    font-size: 15px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 10px;
}

h1, h2, h3, h4, h5, h6 {
    color: #2d2d2d;
    font-family: Montserrat,sans-serif;
    font-weight: 700;
    letter-spacing: .2em;
    text-transform: uppercase;
}

ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.small, small {
    font-size: 60%;
    font-weight: 400;
}

strong {
    font-weight: 700;
}

img {
    max-width: 100% !important;
}

.list li {
    position: relative;
    padding: 0 0 15px 15px;
    transition: all ease 1s;
}

    .list li:before {
        position: absolute;
        top: 12px;
        left: 0;
        content: '';
        background-color: #5c5b6b;
        height: 2px;
        width: 20px;
    }

    .list li:hover,
    .list li:focus,
    .list li.active {
        padding-left: 25px;
    }

        .list li.active a,
        .list li:hover a,
        .list li:focus a {
            color: #ffffff;
        }

.readmore {
    position: relative;
    padding-right: 14px;
}

    .readmore:before {
        content: 'Read Less';
    }

    .readmore.collapsed:before {
        content: 'Read More';
    }

    .readmore.collapsed:after,
    .readmore:after {
        position: absolute;
        top: 1px;
        font-family: fontawesome;
        right: 0;
    }

    .readmore.collapsed:after {
        content: '\f103';
    }

    .readmore:after {
        content: '\f102';
    }

/*Lightbox*/
.lg-toolbar .lg-icon, #lg-counter {
    color: #000;
}

.lg-outer .lg-thumb-outer {
    background-color: #ffffff66;
}

.lg-outer.lg-visible {
    background: rgba(255, 255, 255, 0.76);
}

#lg-download {
    display: none;
}

@media screen and (max-width:767px) {
    .lg-actions .lg-next, .lg-actions .lg-prev {
        display: none;
    }
}

@media screen and (min-width:1440px) {
    #lg-actual-size {
        opacity: .5;
        cursor: default;
    }

        #lg-actual-size:hover {
            color: #000;
        }

    .lg-zoomed #lg-actual-size {
        opacity: 1;
        cursor: pointer;
    }

        .lg-zoomed #lg-actual-size:hover {
            color: #fff;
        }
}

.block {
    padding: 60px 0;
}

.content-wrap .block:first-child {
    padding: 50px 0;
}

/*Section Padding*/
.section-title {
    text-align: center;
    color: #2d2d2d;
    margin-bottom: 60px;
}

#left-sidebar .section-title {
    color: #ffffff;
}

@media screen and (max-width:767px) {
    .section-title {
        font-size: 25px;
    }



    .block {
        padding: 60px 0;
    }
}
/*Buttons*/

.btn {
    display: inline-block;
    position: relative;
    outline: 0;
    padding: 11px 48px;
    font-style: normal;
    font-weight: 700;
    font-family: Montserrat,sans-serif;
    font-size: 14px;
    line-height: 1.8em;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: .1em;
    cursor: pointer;
    -webkit-transition: color .25s ease-out,background-color .25s ease-out,border-color .25s ease-out;
    -moz-transition: color .25s ease-out,background-color .25s ease-out,border-color .25s ease-out;
    transition: color .25s ease-out,background-color .25s ease-out,border-color .25s ease-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}


.btn-primary {
    background-color: #35de80;
    border: 1px solid #35de80;
    color: #fff;
}

.btn-grey {
    background-color: #2d2d2d;
    border: 1px solid #2d2d2d;
    color: #fff;
}

    .btn-grey:hover,
    .btn-grey:focus {
        border-color: #3e3e3e;
        background-color: #3e3e3e;
        color: #fff;
    }

.btn-outline {
    background: transparent;
    color: #35de80;
    border: 2px solid #35de80;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-outline:hover,
    .btn-outline:focus {
        background-color: #35de80cc;
        border: 1px solid #35de80cc;
        color: #fff;
        box-shadow: none;
    }

    .btn-outline:hover,
    .btn-outline:focus {
        border: 2px solid #35de80cc;
    }

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    background-color: #35de80;
    border-color: #35de80;
    box-shadow: none;
    color: #fff;
}

    .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
        box-shadow: none;
    }

@media screen and (max-width:767px) {
    .btn {
        padding: 11px 20px;
    }
}
/*Header*/
#header {
    background: #000000;
}


    #header .header-wrap .logo img {
        max-height: 50px;
        transition: .5s all ease-in-out;
    }


.header .navbar {
    padding: 0;
}


.header .MainMenu li a {
    color: #ccc !important;
    white-space: nowrap;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    font-family: Montserrat,sans-serif;
    letter-spacing: .1em;
    padding: 0 23px;
}


.header .MainMenu li .dropdown-menu a {
    font-size: 11px;
    color: #808080 !important;
    padding: 7px 22px;
    transition-delay: 0.1s;
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    line-height: 15px;
}

.affix-wrap {
    height: auto !important;
}

#header .contact span > span {
    display: block;
    color: #2d2d2d;
}

#header .contact img {
    max-height: 30px;
    margin-right: 15px;
}

@media screen and (min-width:992px) {
    .content-wrap {
        margin-top: 90px;
    }

    #header {
        transition: 0.3s all;
    }


        #header.fix {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            z-index: 1000;
        }

    .header .MainMenu li a {
        padding: 1rem;
    }

    .header .MainMenu > li {
        margin-right: 1rem;
    }

    .header .MainMenu li a:hover,
    .header .MainMenu li:hover > a,
    .header .MainMenu li a:focus,
    .header .MainMenu li.active > a {
        color: #fff !important;
    }

        .header .MainMenu li.active > a:hover {
            background: none;
        }


    .header .MainMenu li .dropdown-item:hover,
    .header .MainMenu li .dropdown-item:focus {
        color: #35de80 !important;
        background: transparent;
    }

    .header .MainMenu li .dropdown-item {
        position: relative;
    }

        .header .MainMenu li .dropdown-item:before {
            content: '';
            position: absolute;
            width: 6px;
            height: 6px;
            left: -35px;
            top: calc(50% - 3px);
            border-radius: 50%;
            opacity: 0;
            background-color: #35de80;
            -webkit-transition: width .2s ease-out .2s,left .2s cubic-bezier(.73,-.26,.08,1.54) .2s,right .2s cubic-bezier(.73,-.26,.08,1.54) .2s,opacity .2s cubic-bezier(.73,-.26,.08,1.54);
            -moz-transition: width .2s ease-out .2s,left .2s cubic-bezier(.73,-.26,.08,1.54) .2s,right .2s cubic-bezier(.73,-.26,.08,1.54) .2s,opacity .2s cubic-bezier(.73,-.26,.08,1.54);
            transition: width .2s ease-out .2s,left .2s cubic-bezier(.73,-.26,.08,1.54) .2s,right .2s cubic-bezier(.73,-.26,.08,1.54) .2s,opacity .2s cubic-bezier(.73,-.26,.08,1.54);
        }

        .header .MainMenu li .dropdown-item:hover:before {
            opacity: 1;
            left: 6px;
        }

    .header .MainMenu > li:last-child {
        margin-right: 0;
    }

        .header .MainMenu > li:last-child .dropdown-menu {
            left: auto;
            right: 0;
            border-radius: 4px 0 4px 4px;
        }



    .header .MainMenu li .dropdown-menu {
        left: 0;
        margin: 0;
        top: 130%;
        position: absolute;
        display: block;
        visibility: hidden;
        overflow: hidden;
        opacity: 0;
        z-index: 10;
        -webkit-transition: top .15s ease-out,opacity .2s ease-out,height 0s ease-out .25s;
        transition: top .15s ease-out,opacity .2s ease-out,height 0s ease-out .25s;
    }

    .header .MainMenu > li:hover > .dropdown-menu {
        opacity: 1;
        visibility: visible;
        top: 100%;
    }
}


@media screen and (min-width:992px) and (max-width:1199px) {
    .header .MainMenu li a {
        font-size: 13px;
    }

    .header .MainMenu > li > a {
        padding-right: .2rem;
        padding-left: .2rem;
    }

    #header .header-wrap .logo img {
        max-height: 30px;
    }
}



@media screen and (max-width:991px) {
    #header .header-wrap .logo img {
        max-height: 30px;
    }


    .header {
        padding: 10px 0;
    }

        .header .navbar {
            position: inherit;
        }

        .header .MainMenu {
            position: absolute;
            top: 52px;
            left: 0;
            width: 100%;
            background: #fff;
            padding: 15px;
            margin: 0;
            z-index: 9;
            text-align: center;
        }

            .header .MainMenu li a {
                color: #808080 !important;
                margin-bottom: .5rem;
            }


                .header .MainMenu li a:hover, .header .MainMenu li:hover > a, .header .MainMenu li a:focus, .header .MainMenu li.active > a, .header .MainMenu li .dropdown-item:hover, .header .MainMenu li .dropdown-item:focus {
                    color: #35de80 !important;
                    background: transparent;
                }

            .header .MainMenu li .dropdown-menu a {
                text-align: center;
            }

    .navbar-nav > li > .dropdown-menu .dropdown-submenu:hover .dropdown-menu {
        border-width: 0px 0px 1px 0px;
        border-radius: 0;
    }

    .navbar-light .navbar-toggler:focus {
        outline: 0;
    }

    .navbar-toggler-icon {
        background-image: none !important;
    }


    .header .header-top .logo {
        text-align: center;
    }

    .navbar-toggler {
        font-size: 1rem;
        border: none;
        padding: 0;
        overflow: hidden;
        border-radius: 0;
    }

        .navbar-toggler span.navbar-toggler-icon {
            display: block;
            position: relative;
            width: 22px;
            height: 15px;
            cursor: pointer;
            -moz-transform: rotate(0deg);
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
            -webkit-transition: all 0.25s ease-in-out;
            -moz-transition: all 0.25s ease-in-out;
            -o-transition: all 0.25s ease-in-out;
            transition: all 0.25s ease-in-out;
            color: #fff;
            font-weight: bold;
            margin: 0 auto;
            perspective: 200px;
        }

        .navbar-toggler:not(.collapsed) span.navbar-toggler-icon {
            height: 20px;
        }

        .navbar-toggler span.navbar-toggler-icon span:nth-child(1) {
            top: 0px;
        }

        .navbar-toggler span.navbar-toggler-icon span:nth-child(2) {
            top: 6px;
        }

        .navbar-toggler span.navbar-toggler-icon span:nth-child(3) {
            top: 12px;
        }

        .navbar-toggler span.navbar-toggler-icon span {
            display: block;
            position: absolute;
            left: 0;
            width: 20px;
            height: 3px;
            background: #fff;
            opacity: 1;
            z-index: 1;
            -moz-transform: rotate(0deg);
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
            -webkit-transition: all 0.25s ease-in-out;
            -moz-transition: all 0.25s ease-in-out;
            -o-transition: all 0.25s ease-in-out;
            transition: all 0.25s ease-in-out;
        }

        .navbar-toggler:not(.collapsed) span.navbar-toggler-icon span {
            background: #35de80;
        }

            .navbar-toggler:not(.collapsed) span.navbar-toggler-icon span:nth-child(1) {
                top: 10px;
                -moz-transform: rotate(135deg);
                -webkit-transform: rotate(135deg);
                transform: rotate(135deg);
            }

            .navbar-toggler:not(.collapsed) span.navbar-toggler-icon span:nth-child(2) {
                opacity: 0;
                left: -60px;
            }

            .navbar-toggler:not(.collapsed) span.navbar-toggler-icon span:nth-child(3) {
                top: 10px;
                -moz-transform: rotate(-135deg);
                -webkit-transform: rotate(-135deg);
                transform: rotate(-135deg);
            }

    .navbar-toggler-icon .fa {
        margin-top: 3px;
    }

    .header .MainMenu li .dropdown-menu a {
        padding: 3px 10px;
    }
}

@media screen and (max-width:767px) {


    .header .MainMenu {
        top: 50px;
    }

    .navbar-toggler {
        padding: 0.2rem;
        font-size: 0.9rem;
    }
}

/*Home Sliders*/
#banner {
    /*background: #f7f7f7;*/
}

    #banner .slider-box {
        background-size: cover;
        background-repeat: no-repeat;
        height: calc(100vh - 90px);
        background-position: center;
    }

    /*#banner .slider-box:before {
            position: absolute;
            top: 0;
            left: 0;
            content: '';
            height: 100%;
            width: 100%;
            background: #35de80;
            opacity: .6;
        }*/

  


        #banner .caption .text-small {
            font-size: 19px;
            line-height: 30px;
            color: rgb(255, 255, 255);
            letter-spacing: 4px;
            font-weight: 600;
            font-family: Montserrat,sans-serif;
            margin: 0;
        }

        #banner .caption .title {
            color: #ffffff;
            font-size: 55px;
            line-height: 102px;
            padding: 0;
            font-weight: 600;
            margin: 0;
            letter-spacing: 15px;
        }



    #banner .slick-slider {
        margin-bottom: 0;
        overflow: hidden;
    }

    #banner .slick-dots {
        bottom: 60px;
    }


.slick-dots li button:before {
    top: -5px;
    left: -5px;
    color: transparent;
}

.slick-dots li button {
    width: 10px;
    height: 10px;
    padding: 5px;
    border: 1px solid #fff;
    border-radius: 50%;
}

.slick-dots li.slick-active button {
    background: #fff;
}

    .slick-dots li.slick-active button:before {
        opacity: 1;
        color: #fff;
    }

.slick-slide {
    outline: none;
}

@media screen and (min-width:992px) {
    #banner {
        margin-top: 90px;
    }
        #banner .caption {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            height: calc(100vh - 90px);
            position: relative;
        }
}

@media screen and (max-width:991px) {
    #banner .slick-dots {
        display: none !important;
    }
    #banner .slider-box {
        background-image: none !important;
        background: #070707;
        height: auto;
    }
    #banner .caption {
        padding: 30px 0;
        position: absolute;
        bottom: 0;
        left: 30px;
    }
}

@media screen and (max-width:991px) and (min-width:768px) {
    #banner .caption .title {
        font-size: 35px;
        line-height: 60px;
    }
}
@media screen and (min-width:768px){
  
}
@media screen and (max-width:767px) {
    #banner .caption .title {
        font-size: 25px;
        line-height: 36px;
        letter-spacing: 8px;
        margin: 10px 0;
    }
    #banner .caption {
        text-align: center;
        left: 0;
    }
        #banner .caption .btn {
            line-height: 0.8em;
        }
  
}



.slick-prev, .slick-next {
    background: #ccc;
    width: 30px;
    height: 30px;
    z-index: 9;
    border-radius: 3px;
}

.slick-prev {
    left: 0;
}

.slick-next {
    right: 0;
}

.slick-disabled.slick-prev:hover,
.slick-disabled.slick-next:hover {
    background: transparent;
    border-color: #2d2d2d;
}

    .slick-disabled.slick-prev:hover:before,
    .slick-disabled.slick-next:hover:before {
        color: #2d2d2d;
    }

.slick-disabled {
    opacity: 0.25;
}

.slick-next:before {
    content: '\f105';
}

.slick-prev:before {
    content: '\f104';
}

.slick-prev:before, .slick-next:before {
    opacity: 1;
    font-family: fontawesome;
    color: #2d2d2d;
    font-size: 29px;
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
}

.slick-prev:hover,
.slick-next:hover {
    background: #2d2d2d;
    border-color: #2d2d2d;
}

    .slick-prev:hover:before,
    .slick-next:hover:before {
        color: #fff;
    }

/*Home Page*/

#products {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/product-bg.jpg);
    background-color: #f7f7f7;
}

.prod-wrap .prod-box {
    text-align: center;
    background-color: #000000;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.08);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.08);
    box-shadow: 0 1px 3px rgba(0,0,0,.08);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin: 15px !important;
}

    .prod-wrap .prod-box:hover {
        -webkit-transform: translate3d(0,-6px,0);
        -moz-transform: translate3d(0,-6px,0);
        transform: translate3d(0,-6px,0);
        -webkit-box-shadow: 5px 8.66px 30px 0 rgba(31,35,37,.078);
        -moz-box-shadow: 5px 8.66px 30px 0 rgba(31,35,37,.078);
        box-shadow: 5px 8.66px 30px 0 rgba(31,35,37,.078);
    }

    .prod-wrap .prod-box .prod-img {
        position: relative;
    }

        .prod-wrap .prod-box .prod-img .fa-search-plus {
            position: absolute;
            bottom: 15px;
            right: 15px;
            font-size: 24px;
            opacity: 0;
        }

    .prod-wrap .prod-box:hover .prod-img .fa-search-plus {
        opacity: 1;
    }

    .prod-wrap .prod-box .prod-details {
        padding: 20px;
    }

        .prod-wrap .prod-box .prod-details .title {
            margin-bottom: 20px;
            color: #35de80;
        }

        .prod-wrap .prod-box .prod-details span {
            display: block;
            text-align: center;
        }

            .prod-wrap .prod-box .prod-details span strong {
                display: block;
            }

    .prod-wrap .prod-box a {
        color: #808080;
    }

#authentification {
    background: #262525;
    padding: 100px 0;
}

    #authentification .section-title {
        color: #fff;
    }

    #authentification .form-control {
        border-radius: 30px 0 0 30px;
    }

#about {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    background-image: url(../images/about-bg.jpg);
    background-color: #f7f7f7;
}

#why {
    background: #fff;
}

    #why .why-wrap .why-box {
        text-align: center;
    }

        #why .why-wrap .why-box .why-details .title {
            margin: 30px 0 20px 0;
        }

        #why .why-wrap .why-box .why-img {
            position: relative;
            top: 0;
            -webkit-transform: translate3d(0,0,0);
            -moz-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
            -webkit-transition: -webkit-transform .25s ease-in-out 0s,top .25s ease-in-out .25s;
            transition: transform .25s ease-in-out 0s,top .25s ease-in-out .25s;
        }

        #why .why-wrap .why-box:hover .why-img {
            -webkit-transform: translate3d(0,-30px,0);
            -moz-transform: translate3d(0,-30px,0);
            transform: translate3d(0,-30px,0);
            top: 30px;
        }

#testimonials {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    background-attachment: fixed;
    background-image: url(../images/testi-bg.jpg);
}

    #testimonials:before {
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        height: 100%;
        width: 100%;
        background: #35de80;
        opacity: .8;
    }

    #testimonials .testi-box .testi-text {
        font-style: italic;
        font-size: 17px;
        margin-bottom: 2rem;
    }

    #testimonials .testi-box {
        background: #fff;
        padding: 30px;
        margin: 0 15px;
        text-align: center;
        border-radius: 4px;
        position: relative;
    }

        #testimonials .testi-box .pic img {
            display: inline-block;
            max-height: 80px;
            border-radius: 50%;
            background: #f5f5f5;
        }

        #testimonials .testi-box .pic {
            margin-bottom: 15px;
        }

    #testimonials .slick-dots {
        bottom: -40px;
    }

@media screen and (min-width:768px) {
    .prod-wrap .prod-box,
    #why .why-wrap .why-box {
        width: 28%;
        margin: 0 15px;
    }

    .prod-wrap {
        margin: 0 -15px;
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .prod-wrap .prod-box,
    #why .why-wrap .why-box {
        width: 45%;
    }
}

@media screen and (min-width:992px) {
    #about {
        padding: 230px 0;
    }
}

@media screen and (max-width:991px) {
    .prod-wrap .prod-box,
    #why .why-wrap .why-box {
        margin-bottom: 30px;
    }


    #about {
        background-image: none;
    }
}

/* Back to Top*/
#back-to-top {
    position: fixed;
    bottom: -100%;
    right: 15px;
    transition: 0.5s bottom 0.2s, 0.3s opacity;
}

    #back-to-top.stuck {
        bottom: 50px;
        z-index: 9;
    }

#back-to-top {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    color: #fff;
    display: block;
    font-size: 16px;
    background: #35de80;
    border-radius: 50%;
}

    #back-to-top:hover {
        background-color: #35de80cc;
        color: #fff;
    }

/*Footer*/

#footer {
    background: #000;
    color: #ccc;
}

    #footer h6 {
        color: #fff;
    }

    #footer .copyright {
        color: #fff;
    }

    #footer a {
        color: #ccc;
    }

        #footer a:hover {
            color: #fff;
        }

    #footer .footer-top {
        background: #000000;
        padding: 60px 0;
    }

    #footer .footer-title {
        color: #fff;
        font-size: 20px;
        margin-bottom: 15px;
    }

    #footer .footer-bottom {
        padding: 5px 0;
    }

    #footer .footer-list li a {
        color: #bbb;
        padding-left: 17px;
        position: relative;
        margin-bottom: 5px;
        display: block;
    }

        #footer .footer-list li a:before {
            position: absolute;
            top: 11px;
            left: 2px;
            content: '';
            width: 5px;
            height: 5px;
            box-shadow: 0 0 0px 2px #bbb, 0 0 0 8px #262626 inset;
            border-radius: 50%;
        }

        #footer .footer-list li a:hover:before {
            box-shadow: 0 0 0px 2px #fff, 0 0 0 8px #262626 inset;
        }

        #footer .footer-list li a:hover {
            color: #fff;
        }

.form-control,
.input-group-addon {
    height: 50px;
    border-radius: 0;
}

    .form-control:focus {
        border-color: #ddd;
        outline: 0;
        box-shadow: none;
    }

#footer .footer-wrap .footer-box .form-control {
    border-radius: 0;
    border-color: #fff;
}

#footer .footer-wrap .footer-box .input-group-text {
    border-radius: 0;
    color: #fff;
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    background: #35de80;
    cursor: pointer;
    border-color: #35de80;
}

    #footer .footer-wrap .footer-box .input-group-text:hover {
        background: #2d2d2d;
        border-color: #2d2d2d;
    }

@media screen and (min-width:768px) {
    #footer .footer-wrap .footer-box {
        width: 31%;
        margin-right: 15px;
    }
}

/*@media screen and (min-width:768px) and (max-width:991px) {
    #footer .footer-wrap .footer-box {
        width: 47%;
    }
}*/

.content-wrap {
    /*background-repeat: repeat-y;
    background-image: url('../images/innerpage-bg.jpg');*/
    background-color: #2d2d2d;
}

.innerBanner {
    position: relative;
}

    .innerBanner:before {
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        height: 100%;
        width: 100%;
        background: #35de80;
        opacity: .6;
    }

    .innerBanner * {
        color: #ffffff;
        position: relative;
        z-index: 1;
    }

.galleryItm:not(:first-of-type) {
    display: none;
}

.lg-outer .lg-thumb {
    margin: auto;
}

.contactForm label {
    font-size: 12px;
    color: #ffffff;
    font-family: Montserrat,sans-serif;
    font-weight: 700;
    letter-spacing: .2em;
    text-transform: uppercase;
}

.prod-list .section-title {
    font-size: 25px;
}

@media screen and (min-width: 768px) {
    #left-sidebar {
        display: block;
    }
}

.fa-times,
.fa-filter {
    color: #35de80;
    font-size: 24px;
    cursor: pointer;
    display: none;
    background: #ffffff;
    width: 40px;
    height: 40px;
    padding: 8px 0;
    text-align: center;
    border-radius: 100%;
}

@media screen and (max-width: 767px) {
    #left-sidebar {
        position: fixed;
        left: -100%;
        top: 0;
        background: #ffffff;
        height: 100%;
        z-index: 10;
        padding: 50px 30px;
        transition: all ease 0.5s;
        display: block;
    }

        #left-sidebar.show {
            left: 0;
        }

        #left-sidebar .fa-times {
            position: absolute;
            right: 20px;
            top: 20px;
        }

    .fa-times,
    .fa-filter {
        display: block;
    }

    .fa-filter {
        position: fixed;
        bottom: 54px;
        left: 15px;
        z-index: 9;
    }

    .list li.active a, .list li:hover a, .list li:focus a {
        color: #2d2d2d;
    }
}

.table td:first-child {
    width: 180px;
}

.semail {
    display: none;
}

#about-us p {
    text-align: justify;
}

#about p {
    text-align: justify;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.47);
}

.table td, .table th {
    border-color: rgba(222, 226, 230, 0.26);
}

.why-details {
    margin: 30px 0 0 0;
}