/*! 
 *   KC
 *   Author: Shashank Agarwal
 *   Project: KunalConnectronics
 */

/* +++++++++++++++++++++++++++++ THEME LEVEL GLOBAL STYLES +++++++++++++++++++++++++++++ */
@import url(https://fonts.googleapis.com/css?family=Raleway:800,900,600|Lato:400,700,900);
@import url("../../maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css");

html,
body {
    -webkit-font-smoothing: antialiased;
    min-height: 100%;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    line-height: 1.5;
}

body {
    color: #000;
    line-height: 1.5;
    font-size: 1.1rem;
}

a, a:focus, a:hover, a:active {
    color: inherit;
}

    a.knowmore {
        color: #805d5b;
        font-size: 1rem;
    }

h1, h2, h3, h4, h5, h6 {
    color: inherit;
    text-shadow: none;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    line-height: 1.5;
}

.h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: inherit;
}

h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
    font-family: inherit;
}

strong, b {
    font-family: 'Lato', sans-serif;
    font-weight: 800;
}
p{
    margin-bottom: 1.2rem;
}
.block {
    /*background: #fff;*/
    padding-top: 3rem;
    padding-bottom: 3rem;
    position: relative;
}

    .block.orange {
        background: #e9843e;
        color: #fff;
    }

    .block:not(#banner) h1 {
        position: relative;
        margin-bottom: 2rem;
    }

        .block:not(#banner) h1:after {
            content: '';
            display: block;
            width: 100px;
            background: #E9843E;
            height: 3px;
            margin: 0.8rem 0;
        }

    .block.orange h1 {
        color: #fff;
    }

    .block.orange:not(#banner) h1:after {
        background: #fff;
    }

@media screen and (min-width: 992px) {

    .block.orange {
        background: -moz-linear-gradient(left, #f3b045 50%, #e9843e 50%);
        background: -webkit-linear-gradient(left, #f3b045 50%,#e9843e 50%);
        background: linear-gradient(to right, #f3b045 50%,#e9843e 50%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3b045', endColorstr='#e9843e',GradientType=1 );
    }
}

.row + .row:not(section) {
    margin-top: 2rem;
}

a:hover {
    text-decoration: none;
}

.btn {
    border-radius: 0;
}

    .btn.btn-red {
        background: #ff0000;
        font-size: 1rem;
    }

.owl-carousel:not(.owl-loaded) {
    height: 0;
    overflow: hidden;
}
/* +++++++++++++++++++++++++++++ LAYOUT STYLES +++++++++++++++++++++++++++++ */


/* All images should be responsive */

img {
    max-width: 100% !important;
}


/* Remove border radius */

.flat {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

/* buttons */

/* Header */
#header {
    margin: 0;
    border: 0;
    z-index: 12;
    background: #fff;
}

    #header .container {
        position: relative;
    }

    #header #topnav {
        list-style: none;
        padding: 0;
    }

        #header #topnav li {
            display: block;
            text-align: center;
        }

            #header #topnav li .contactnumber {
                font-size: 1.75rem;
            }

                #header #topnav li .contactnumber .fa-stack {
                    font-size: 0.6em;
                }

                #header #topnav li .contactnumber .fa-circle {
                    color: #E9843E;
                }

@media screen and (min-width: 768px) {

    #header #topnav {
        position: absolute;
        top: 3rem;
        right: 15px;
    }

        #header #topnav li {
            margin-left: 15px;
            text-align: right;
        }
}

.navbar-brand {
    min-height: 0;
    height: auto;
    text-align: left;
}

    .navbar-brand img {
        padding: 1rem 0;
        width: 120px;
    }

.navbar-toggle .icon-bar {
    background: #ccc;
}

#header .menu-wrap {
    background: #805d5b;
}

    #header .menu-wrap #mainNav li {
        text-align: center;
        text-transform: uppercase;
        font-family: inherit;
    }


#header .navbar-nav > li > a {
    color: #fff;
    line-height: 1;
}

#header .navbar-nav li a:after {
    content: '\f0d7';
    font-family: fontAwesome;
    margin-left: 10px;
    vertical-align: middle;
    display: inline-block;
    line-height: 0;
}

#header .navbar-nav li a:only-child:after {
    display: none;
}

#header .navbar-nav .dropdown-menu {
    background: #e9843e;
    border: 0;
}

    #header .navbar-nav .dropdown-menu a {
        text-align: left;
        color: #fff;
    }

    #header .navbar-nav .dropdown-menu li > a:hover,
    #header .navbar-nav .dropdown-menu li > a:active,
    #header .navbar-nav .dropdown-menu li.open > a:focus,
    #header .navbar-nav .dropdown-menu li.open > a:active,
    #header .navbar-nav .dropdown-menu li.open > a {
        background: #805d5b;
    }

@media screen and (max-width: 767px) {

    .navbar-brand {
        text-align: center;
        float: none;
    }
}

@media screen and (max-width: 991px) {
    .navbar-toggle {
        float: none;
        display: block;
        margin-left: auto;
        margin-right: 0;
    }

    .navbar-nav {
        max-width: none;
        max-height: none;
        height: auto;
        overflow: visible;
    }
}

@media screen and (min-width: 768px) {


    #header #mainNav {
        float: none;
    }

        #header #mainNav li {
            float: none !important;
        }


    #header .navbar-nav > li > a {
        padding: 15px 10px;
        display: block;
        position: relative;
        color: #fff;
    }

        #header .navbar-nav > li > a span {
            position: relative;
        }

        #header .navbar-nav > li.active > a,
        #header .navbar-nav > li.open > a,
        #header .navbar-nav > li:hover > a,
        #header .navbar-nav > li > a:focus {
            background: #E9843E;
        }
}

@media screen and (min-width: 992px) {

    #header .navbar-brand {
        display: table;
        padding: 15px 0;
    }

        #header .navbar-brand > div {
            display: table-cell;
            padding: 0 15px;
            font-weight: normal;
        }

            #header .navbar-brand > div.logo {
                background: #fff;
            }

                #header .navbar-brand > div.logo a {
                    display: block;
                }


    #header #mainNav {
        display: table !important;
        margin: 0 auto;
        width: auto;
        transition: 0.3s all;
    }

        #header #mainNav > li {
            display: table-cell;
        }

    #header .navbar-nav > li > a {
        padding: 15px;
    }

    #header #topnav {
        top: 4.2rem;
    }

    #header .navbar-nav .dropdown-menu .dropdown-menu {
        left: 100%;
    }
}
/* Banner */


#banner {
    background: #fff;
    z-index: 11;
    padding: 0;
}

    #banner:after {
        position: absolute;
        top: 0;
        bottom: 0;
        z-index: -1;
        left: 0;
        right: 0;
        content: '';
        width: 100%;
        background-image: url(../images/bg/slider-bg.jpg);
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
        opacity: 0.1;
        display: block;
    }

    #banner .container {
        position: relative;
    }



    #banner #kcBanner .slide {
        padding: 4rem 0;
    }

        #banner #kcBanner .slide .first {
            -moz-animation: none;
            -webkit-animation: none;
            animation: none;
        }

        #banner #kcBanner .slide .sliderImage img {
            width: auto;
        }


        #banner #kcBanner .slide .sliderContent h1 {
            font-weight: 600;
            font-size: 2rem;
        }

            #banner #kcBanner .slide .sliderContent h1 strong {
                font-size: 1.3em;
            }

@media screen and (min-width: 992px) {


    #banner #kcBanner {
        padding-left: 100px;
    }

        #banner #kcBanner .carousel-indicators {
            margin: 0;
            left: 0;
            top: 0;
            bottom: 0;
            display: -moz-flex;
            display: -webkit-flex;
            display: flex;
            -moz-flex-direction: column;
            -webkit-flex-direction: column;
            flex-direction: column;
            -moz-align-items: center;
            -webkit-align-items: center;
            align-items: center;
            -moz-justify-content: center;
            -webkit-justify-content: center;
            justify-content: center;
            text-align: center;
            width: auto;
        }

            #banner #kcBanner .carousel-indicators li {
                text-indent: 0;
                width: 50px;
                height: auto;
                float: none;
                display: inline-block;
                border: 0;
                border-radius: 50%;
                opacity: 0.5;
                margin: 0;
                border: 1px solid #442612;
                border-radius: 0;
            }

                #banner #kcBanner .carousel-indicators li + li {
                    margin-top: 5px;
                }

                #banner #kcBanner .carousel-indicators li.active {
                    background: none;
                    opacity: 1;
                }

        #banner #kcBanner .slide {
            display: -moz-flex;
            display: -webkit-flex;
            display: flex;
        }

            #banner #kcBanner .slide > div {
                -moz-flex: 1;
                -webkit-flex: 1;
                flex: 1;
                -moz-align-items: center;
                -webkit-align-items: center;
                align-items: center;
                -moz-justify-content: center;
                -webkit-justify-content: center;
                justify-content: center;
                -moz-align-self: center;
                -webkit-align-self: center;
                align-self: center;
            }

            #banner #kcBanner .slide .sliderImage {
                flex: none;
                max-width: 65%;
            }

            #banner #kcBanner .slide .sliderContent {
                text-align: right;
            }

                #banner #kcBanner .slide .sliderContent .animated {
                    position: relative;
                }

                    #banner #kcBanner .slide .sliderContent .animated.d1 {
                        animation-delay: 0.5s;
                    }

                    #banner #kcBanner .slide .sliderContent .animated.d2 {
                        animation-delay: 1s;
                    }
                    
                    #banner #kcBanner .slide .sliderContent .animated.d3 {
                        animation-delay: 1.5s;
                    }
                    #banner #kcBanner .slide .sliderContent .animated.d4 {
                        animation-delay: 2s;
                    }
}

.cta {
    background: #E9843E;
    background: url('../images/bg/banner.jpg');
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
}

    .cta h4 {
        font-weight: normal;
        font-size: 1.5rem;
    }

    .cta .btn {
        background: #E3803E;
        color: #fff;
        border: 0;
        border-radius: 4px;
        margin: 0;
        margin-left: auto;
        display: block;
        max-width: 150px;
    }



/* products */
#products {
    z-index: 1;
    background-color: #ccbebd;
    background-image: url(../images/bg/body-bg.png);
}

    #products h1 {
        color: #442612;
    }

    #products .product {
        overflow: hidden;
        display: block;
        padding-bottom: 60px;
    }

        #products .product:after {
            position: absolute;
            content: 'Know More';
            bottom: -100px;
            padding: 5px 10px;
            left: 30px;
            transition: 0.3s all;
            background: #E9843E;
            border-radius: 25px;
        }

        #products .product .product-image {
            border: 1px solid #805D5B;
            transition: 0.3s all;
            box-shadow: 0 0 0 0 #ccc;
        }

        #products .product .product-name {
            text-align: left;
            transition: 0.3s all;
            margin: 0;
            position: absolute;
            left: 16px;
            right: 16px;
            bottom: 0;
            top: auto !important;
            min-height: 0;
            padding: 0 15px;
        }

            #products .product .product-name h4 {
                margin: 0;
                font-size: 1.2rem;
                font-weight: 600;
                min-height: 40px;
            }



@media screen and (max-width: 991px) {
    #products .product .product-name {
        text-align: center;
        padding: 5px 15px;
    }
}

@media screen and (min-width: 992px) {
    #products .product:hover:after {
        bottom: 22px;
    }

    #products .product:hover .product-name {
        top: -50px;
        background: rgba(255,255,255,0.7);
        bottom: 61px;
        padding: 15px;
    }

        #products .product:hover .product-name h4 {
            min-height: 0;
        }
}


/* Offerings */
#offerings .container {
    position: relative;
    z-index: 2;
}

#offerings .content {
    overflow: hidden;
    text-shadow: 0px 1px 1px #000;
    font-size: 1.4rem;
}

    #offerings .content h1 {
        text-shadow: 0px 1px 1px #000;
    }

/*#offerings .content:before {
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        right: 0;
        bottom: 0;
        background: url('../images/bg/quality.jpg');
        background-size: cover;
        background-position: bottom left;
        opacity: 0.1;
    }

    #offerings .content:after {
        content: '';
        position: absolute;
        top: 0;
        right: 50%;
        left: 0;
        bottom: 0;
        background: url('../images/bg/services.jpg');
        background-size: cover;
        background-position: center;
        opacity: 0.1;
    }*/

#offerings .bg-carousel {
    width: 100%;
    top: 0;
    bottom: 0;
    opacity: 0.5;
    left: 0;
    position: absolute;
    display: none;
}

    #offerings .bg-carousel.owl-carousel .owl-stage-outer,
    #offerings .bg-carousel.owl-carousel .owl-stage-outer .owl-stage,
    #offerings .bg-carousel.owl-carousel .owl-stage-outer .owl-stage .owl-item,
    #offerings .bg-carousel.owl-carousel .owl-stage-outer .owl-stage .owl-item .item,
    #offerings .bg-carousel.owl-carousel .owl-stage-outer .owl-stage .owl-item .item img {
        height: 100%;
        width: auto;
        max-width: none !important;
    }
    
#offerings #rightCarousel.bg-carousel {
    right: 0;
    left: auto;
}

#offerings #leftCarousel.bg-carousel img{
    margin-right: 0;
    margin-left: auto;
}
@media screen and (min-width: 992px) {
    
    #offerings .bg-carousel {
    width: 50%;
    display: block;
    }
}
/*Page */
.page .inner-image img {
    margin: 0 auto;
    display: block;
}
.inner-image:not(.nolight) img[data-src] {
    cursor: pointer;
}
.page .InnerCarousel.owl-carousel .owl-item img {
    width: auto;
    margin: 0 auto;
}

.page .block h1.text-center:after {
    margin: 0.8rem auto !important;
}

.page .block h1 {
    margin-top: 0;
}

.page .glands-page ol.glands li:not(.accessories) h4 {
    background: #000;
    color: #fff;
    padding: 8px;
    margin-bottom: 0;
}

.page .glands-page ol.counter {
    list-style: none;
    counter-reset: section;
}

    .page .glands-page ol.counter li {
        position: relative;
        border-top: 1px dashed #E9843E;
        margin-top: 2rem;
        padding-top: 1.5rem;
    }

        .page .glands-page ol.counter li:before {
            counter-increment: section;
            content: counter(section) ".";
            position: absolute;
            right: 100%;
            margin-right: 10px;
            font-size: 1.8rem;
            font-weight: 900;
            background: #E9843E;
            color: #FFF;
            line-height: 1.8rem;
            width: 1.8rem;
            text-align: center;
            margin-top: 4px;
            top: 1.5rem;
        }

        .page .glands-page ol.counter li h3 {
            margin-top: 0;
        }

.page .glands-page .table-responsive {
    background: rgba(233, 132, 62, 0.2);
}

.page .glands-page .table-responsive {
    margin-top: 1rem;
}

    .page .glands-page .table-responsive table tbody tr:first-of-type th,
    .page .glands-page .table-responsive table tbody tr:first-of-type td {
        border-top: 0;
    }

    .page .glands-page .table-responsive table tbody tr:not(.ignore) th:first-of-type,
    .page .glands-page .table-responsive table tbody tr:not(.ignore) td:first-of-type {
        width: 150px;
    }

    .page .glands-page .table-responsive table tbody tr th,
    .page .glands-page .table-responsive table tbody tr td {
        border-color: #fff;
    }

    .page .glands-page .table-responsive table tbody tr th {
        background: #E9843E;
    }

        .page .glands-page .table-responsive table tbody tr th[colspan],
        .page .glands-page .table-responsive table tbody tr td[colspan],
        .page .glands-page .table-responsive table tbody tr th:not(:first-of-type),
        .page .glands-page .table-responsive table tbody tr.ignore th {
            text-align: center;
        }

        .page .glands-page .table-responsive table tbody tr th + th,
        .page .glands-page .table-responsive table tbody tr th + td {
            width: auto !important;
        }

    .page .glands-page .table-responsive table tbody tr td small {
        display: block;
        background: #444;
        color: #fff;
        margin: -8px;
        padding: 4px 8px;
    }

@media screen and (max-width: 767px) {

    .page .the-content {
        margin-top: 2rem;
    }
}
/* Sidebar */
.sidebar {
    margin-top: 1rem;
}

    .sidebar.affix {
        top: 0;
    }

    .sidebar .widget {
        border: 1px solid #e9843e;
    }

        .sidebar .widget .widget-title {
            background: #e9843e;
            color: #fff;
            text-align: center;
            margin: 0;
            padding: 10px 15px;
        }

        .sidebar .widget ul {
            list-style: none;
            padding: 10px 0;
            margin: 0;
        }

            .sidebar .widget ul li {
                position: relative;
                list-style: none;
            }

                .sidebar .widget ul li + li {
                    border-top: 1px dashed #e9843e;
                }

                .sidebar .widget ul li:before {
                    content: '\f101';
                    display: inline-block;
                    left: 0;
                    width: 40px;
                    text-align: center;
                    font-family: fontAwesome;
                    position: absolute;
                    top: 10px;
                }

                .sidebar .widget ul li a {
                    padding: 10px 10px 10px 40px;
                    display: block;
                }


/* Footer */
#address .panel{
    background: rgba(255,255,255,0.7);
}

#address .panel .panel-heading{
    background: #E9843E;
    color: #fff;
}
#address .panel .panel-collapse{
    padding: 0 15px
}
#map-canvas {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

    #map-canvas img {
        max-width: none !important;
    }

/* Footer */
#footer {
    text-align: center;
    padding: 3rem 0;
    color: #fff;
    background: #805d5b;
    z-index: 1;
}

    #footer p {
        margin: 0;
    }

    #footer a {
        color: inherit;
    }

    #footer #backToTop {
        position: absolute;
        bottom: 100%;
        width: 100%;
        text-align: center;
        left: 0;
    }

        #footer #backToTop a {
            background: #805d5b;
            padding: 15px;
            height: 45px;
            width: 45px;
            display: inline-block;
            margin-bottom: -25px;
        }

@media screen and (max-width: 767px) {

    #footer p {
        float: none !important;
        text-align: center;
        margin: 0.5rem 1rem;
    }
}


/*marketing */
#marketing #marketingContent {
    background: #f00;
    background: #000;
    text-align: center;
    padding: 1rem 0;
    font-weight: bold;
    color: #fff;
}

    #marketing #marketingContent.affix {
        bottom: 0;
        width: 100%;
        left: 0;
        z-index: 10;
    }



    /* Google Translate */
#googleTools {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    text-align: right;
    line-height: initial;
}

#googletranslate {
    display: block;
    float: none;
    margin: 0 5px;
}

    #googletranslate .goog-te-gadget img {
        display: none;
    }

    #googletranslate .goog-te-gadget-simple {
        padding: 2px 5px 3px;
        background-color: #805D5B;
        border: 0;
    }

        #googletranslate .goog-te-gadget-simple .goog-te-menu-value {
            color: #fff;
            text-decoration: none;
        }

            #googletranslate .goog-te-gadget-simple .goog-te-menu-value span {
                color: white !important;
            }

                #googletranslate .goog-te-gadget-simple .goog-te-menu-value span:nth-of-type(2) {
                    display: inline-block;
                    margin: 3px 7px;
                    height: 14px;
                    vertical-align: middle;
                }