@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500');

body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    overflow-x: hidden;
}

a, a:link, a:visited, a:active, a:hover, button, input, select, textarea, i {
    text-decoration: none;
    outline: none;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

input, select, textarea {
    width: 100%;
    outline: none;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

    input:focus, select:focus, textarea:focus {
        outline: none;
        box-shadow: none;
    }

img {
    max-width: 100%;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.container-fluid {
    padding: 0 50px;
}

.container {
    width: 1300px;
}

.h1 {
    font-size: 45px;
    color: #000;
    font-weight: 300;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 40px;
}

    .h1:after {
        content: "";
        width: 85px;
        height: 1px;
        background: #376796;
        margin: 20px auto 0px auto;
        display: block;
    }

.h2 {
    font-size: 35px;
    color: #000;
    font-weight: 300;
    text-transform: capitalize;
    margin-bottom: 20px;
    border-bottom: 1px solid;
    display: table;
    padding-bottom: 7px;
}
/*--------------------------------------   Header Css Start Here   --------------------------------------*/

header {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 1;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-image: none;
}

header .navbar-default {
    box-shadow: none;
}

.logo {
    position: absolute;
    top: -40px;
    z-index: 1;
}

.social_link {
    /*padding: 7px 50px;*/
    padding: 7px 20px;
    border-bottom: 1px solid #a6a6a6;
    text-align: right;
    font-size: 14px;
    color: #fff;
}

    .social_link span {
        margin: 0 5px;
    }

        .social_link span i {
            font-size: 17px;
        }

            .social_link span i.fa.fa-globe {
                margin-left: 15px;
            }

header .social_link a {
    font-size: 14px;
    color: #fff;
    margin: 0;
    margin-left: 5px;
}

.social_link a i {
    font-size: 14px;
    color: #505050;
    background: #fff;
    width: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
}

    .social_link a i:hover {
        color: #fff;
        background: #505050;
    }

/*=========   Navbar Css Start Here   =========*/

.navbar-nav {
    float: left;
    margin: 0;
    margin-right: 25px;
    padding-right: 20px;
    border-right: 1px solid #fff;
}

.navbar-collapse {
    padding: 0;
    position: relative;
}

.navbar-default {
    float: right;
    background: none;
    border: none;
    margin-top: 30px;
}

    .navbar-default .navbar-nav > li > a {
        color: #ffffff;
        font-size: 20px;
        text-transform: capitalize;
        font-weight: 300;
    }

.navbar li a i {
    font-size: 10px;
    font-weight: 300;
    vertical-align: middle;
}

.navbar-default .navbar-nav > .active > a:after {
    content: "";
    height: 3px;
    background: #fff;
    display: block;
    margin-top: 8px;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    background: none;
    color: #fff;
    box-shadow: none;
}
/*.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    box-shadow: none;
}*/

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    background-color: transparent;
    color: #ffffff;
    box-shadow: none;
}

.navbar-nav > li > .dropdown-menu {
    padding: 0;
    background: #f0f0f0;
    border-radius: 10px;
}

.dropdown-menu > li a:before {
    content: "";
    width: 7px;
    height: 3px;
    background: #376796;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 7px;
    margin: auto;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.dropdown-menu > li a:hover:before {
    background: #fff;
}

.dropdown-menu > li {
    position: relative;
    padding-left: 0;
}

    .dropdown-menu > li > a {
        display: block;
        padding: 5px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.42857143;
        color: #444;
        white-space: nowrap;
        position: relative;
        font-size: 16px;
        border-bottom: 2px dashed #dde1e6;
    }

    .dropdown-menu > li:last-child a {
        border-bottom: none;
        border-radius: 0 0 9px 9px;
    }

    .dropdown-menu > li:first-child a {
        border-bottom: none;
        border-radius: 9px 9px 0 0;
    }

.search_icon {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    /* border-left: 1px solid #fff; */
    /* width: 50px; */
    text-align: right;
    margin: 12px 0px 12px 15px;
    cursor: pointer;
    float: left;
}

.serch_box {
    position: absolute;
    width: 100%;
    top: 0px;
    right: 20px;
    display: none;
}

    .serch_box input {
        width: 100%;
        height: 65px;
        padding: 10px 30px 10px 10px;
        font-size: 22px;
        text-transform: capitalize;
        background: none;
        color: #fff;
        border: none;
        border-bottom: 2px dashed #fff;
    }

        .serch_box input::-webkit-input-placeholder {
            color: #fff;
        }

        .serch_box input::-moz-placeholder {
            color: #fff;
        }
        /* firefox 19+ */
        .serch_box input:-ms-input-placeholder {
            color: #fff;
        }
        /* ie */
        .serch_box input:-moz-placeholder {
            color: #fff;
        }

    .serch_box i {
        position: absolute;
        color: #fff;
        font-size: 30px;
        cursor: pointer;
        top: 15px;
        bottom: 0;
        right: 0;
        margin: auto;
        height: 40px;
    }

/*--------------------------------------   Banner Css Start Here   --------------------------------------*/


.banner img {
    width: 100%;
}

.carousel-caption {
    text-align: left;
    bottom: auto;
    top: 30%;
    right: auto;
    left: 50px;
    width: 50%;
    text-shadow: none;
    padding: 0;
}

    .carousel-caption h3 {
        font-size: 45px;
    }

    .carousel-caption p {
        font-size: 22px;
        margin: 30px 0;
    }

    .carousel-caption button {
        background: #376796;
        color: #fff;
        font-size: 18px;
        text-align: center;
        width: 240px;
        line-height: 40px;
        border: none;
        text-transform: capitalize;
        letter-spacing: 1px;
        border-radius: 10px;
    }

    .carousel-caption a {
        background: #376796;
        color: #fff;
        font-size: 18px;
        text-align: center;
        width: 240px;
        line-height: 40px;
        border: none;
        text-transform: capitalize;
        letter-spacing: 1px;
        border-radius: 10px;
        display: block;
    }

    .carousel-caption button:hover {
        background: #fff;
        color: #376796;
    }

    .carousel-caption a:hover {
        background: #fff;
        color: #376796;
    }

.carousel-indicators li {
    background: #fff;
    width: 19px;
    height: 19px;
    margin: 0px 5px;
    border: 4px solid #ffff;
    vertical-align: middle;
}

.carousel-indicators .active {
    background: #376796;
    border: 4px solid #fff;
    width: 19px;
    margin: 0px 5px;
    height: 19px;
}

#myCarousel .carousel-indicators {
    position: absolute;
    bottom: 50px;
    left: 0;
    z-index: 15;
    width: 200px;
    margin-left: 0;
    padding-left: 0;
    list-style: none;
    text-align: center;
    margin: auto;
    right: 0;
}

.caption-animate .item.active .carousel-caption {
    -webkit-animation-duration: .9s;
    animation-duration: .9s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

    .caption-animate .item.active .carousel-caption.infinite {
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }

    .caption-animate .item.active .carousel-caption.hinge {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
    }

    .caption-animate .item.active .carousel-caption.flipOutX,
    .caption-animate .item.active .carousel-caption.flipOutY,
    .caption-animate .item.active .carousel-caption.bounceIn,
    .caption-animate .item.active .carousel-caption.bounceOut {
        -webkit-animation-duration: .75s;
        animation-duration: .75s;
    }

.caption-animate .item .carousel-caption.fadeIn,
.caption-animate .item .carousel-caption.fadeInDown,
.caption-animate .item .carousel-caption.fadeInDownBig,
.caption-animate .item .carousel-caption.fadeInLeft,
.caption-animate .item .carousel-caption.fadeInLeftBig,
.caption-animate .item .carousel-caption.fadeInRight,
.caption-animate .item .carousel-caption.fadeInRightBig,
.caption-animate .item .carousel-caption.fadeInUp,
.caption-animate .item .carousel-caption.fadeInUpBig {
    opacity: 0;
}


/*--------------------------------------   Brand Css Start Here   --------------------------------------*/

.brand span {
    background: url(../img/brand-bg.png) no-repeat;
    background-size: cover;
    padding: 30px 0;
    display: block;
    font-size: 35px;
    color: #376796;
    padding-left: 25px;
}

#demo {
    position: relative;
}

#owl-demo .item {
    padding: 15px 0px;
    margin: 10px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: right;
}

#owl-demo .owl-controls {
    display: none !important;
}

#demo .customNavigation {
    text-align: center;
    width: 50px;
    position: absolute;
    top: 15px;
    left: -100px;
}

    #demo .customNavigation i {
        font-size: 40px;
    }

    #demo .customNavigation a {
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }

/*--------------------------------------   Provided Services Css Start Here   --------------------------------------*/

.Provided_Services {
    padding: 40px 0;
    background: #f7f7f7;
    text-align: center;
}

#owl-demo2 .owl-item {
    padding: 0 15px;
}

#owl-demo2 .item {
    display: block;
    cursor: pointer;
    padding: 30px 0px;
    margin: 5px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

#owl-demo2 .owl-pagination {
    margin-top: 25px;
}

    #owl-demo2 .owl-pagination span {
        background: #b5b5b5;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        display: inline-block;
    }

    #owl-demo2 .owl-pagination .owl-page.active span {
        background: #376796;
    }

#owl-demo2 .item img {
    border: 1px solid #e6e6e6;
    border-radius: 50%;
}

#owl-demo2 .item img {
    border: 1px solid #e6e6e6;
    border-radius: 50%;
}

#owl-demo2 .item h4 {
    font-size: 23px;
    color: #444;
    margin: 30px 0 20px 0;
}

#owl-demo2 .item p {
    font-size: 17px;
    color: #444;
    height: 75px;
    overflow: hidden;
}

#owl-demo2 .item a {
    font-size: 18px;
    color: #376796;
    text-transform: capitalize;
}

    #owl-demo2 .item a:hover {
        color: #376796;
    }

#owl-demo2 .owl-pagination .owl-page {
    display: inline-block;
    margin: 0 5px;
}

/*--------------------------------------   Recent Highlights  Css Start Here   --------------------------------------*/

.Recent_Highlights {
    padding: 30px 0;
}

.recent_box {
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

    .recent_box img {
        width: 100%;
    }

    .recent_box p {
        font-size: 20px;
        color: #444444;
        height: 55px;
        /*height: 70px;*/
        overflow: hidden;
    }

    .recent_box span {
        font-size: 20px;
        color: #fff;
        width: 75px;
        line-height: 22px;
        height: 75px;
        text-align: center;
        border-radius: 50%;
        background: #376796;
        padding-top: 10px;
        float: right;
        position: relative;
        margin-top: -35px;
        margin-right: 20px;
        box-shadow: 0 0 15px #2a2a2a;
    }

    .recent_box a {
        display: block;
    }

    .recent_box .recent_link,
    #owl-demo3 .item a {
        color: #2b5279;
        border: 1px solid #2b5279;
        border-radius: 10px;
        display: inline-block;
        font-size: 18px;
        text-transform: capitalize;
        display: inline-block;
        padding: 7px 20px;
        margin-top: 10px;
    }

    .recent_box:hover {
        box-shadow: 0 0 10px rgba(0,0,0,0.35);
    }

        .recent_box:hover .recent_link,
        #owl-demo3 .item a:hover {
            background: #376796;
            color: #fff;
        }




.recent_box_text {
    padding: 15px 30px;
}

/*--------------------------------------   REDEFINING  Css Start Here   --------------------------------------*/

.REDEFINING {
    background: url(../img/REDEFINING-bg.jpg) no-repeat;
    background-size: 100% 100%;
    padding: 30px 0;
    border-bottom: 3px solid #fff;
    box-shadow: 0px 7px 0px #444;
}

#carousel-example-generic .carousel-caption {
    position: initial;
    text-align: center;
    width: 100%;
    font-weight: 300;
    padding: 0;
}

    #carousel-example-generic .carousel-caption p {
        font-size: 35px;
        margin: 30px 0;
    }

    #carousel-example-generic .carousel-caption span {
        font-size: 45px;
    }

#carousel-example-generic .carousel-indicators {
    position: initial;
    width: 100%;
    text-align: center;
    margin: 0;
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

    .carousel-fade .carousel-inner .active.left,
    .carousel-fade .carousel-inner .active.right {
        left: 0;
        opacity: 0;
        z-index: 1;
    }

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

/*--------------------------------------   Featured Products  Css Start Here   --------------------------------------*/

.Featured_Products {
    padding: 40px 0;
}

    .Featured_Products h3 {
        position: relative;
        z-index: 1;
        display: table;
        text-align: center;
        margin: 0 auto 40px auto;
    }

#owl-demo3 .item p {
    font-size: 20px;
    color: #444;
    margin: 15px 0;
}

#owl-demo3 .item span {
    font-size: 20px;
    color: #376796;
    width: 110px;
    display: inline-block;
}

#owl-demo3 .owl-item {
    padding: 0 10px;
}

#owl-demo3 .img_div a {
    padding-top: 30px;
    margin-bottom: 20px;
    text-align: center;
    border-top: 2px solid #f1f1f1;
    border-left: 2px solid #f1f1f1;
    border-right: 2px solid #f1f1f1;
    border-bottom: 5px solid #376796;
    background: none;
    display: block;
    border-radius: 0;
}

    #owl-demo3 .img_div a:hover {
        background: none;
    }

#demo3 .customNavigation {
    position: absolute;
    width: 100%;
    top: -110px;
    left: 0;
}

    #demo3 .customNavigation i {
        font-size: 40px;
        color: #bcbcbc;
    }

#demo3 .prev {
    font-size: 40px;
    color: #bcbcbc;
    float: right;
}

/*--------------------------------------   Contact  Css Start Here   --------------------------------------*/

.contact {
    background: url(../img/contact-bg.jpg) no-repeat;
    background-size: 100% 100%;
    padding: 40px 0;
    font-size: 20px;
    color: #444;
    border-top: 3px solid #376796;
}

    .contact p {
        margin: 20px 0 0 0;
    }

    .contact aside {
        font-size: 45px;
        color: #444;
    }

        .contact aside span {
            font-size: 45px;
            color: #376796;
        }

/*--------------------------------------   Footer Css Start Here   --------------------------------------*/

footer {
    padding: 30px 0;
    border-bottom: 8px solid #2a4b73;
}

    footer h5 {
        font-size: 20px;
        color: #376796;
        margin-bottom: 30px;
        font-weight: 400;
    }

    footer li a:before {
        content: "\f105";
        font-family: fontawesome;
        color: #376796;
        font-size: 18px;
        position: absolute;
        left: 0;
        top: 0;
    }

    footer li a {
        font-size: 17px;
        color: #444;
        margin-bottom: 15px;
        display: inline-block;
        position: relative;
        padding-left: 20px;
        text-transform: capitalize;
    }

        footer li a:hover {
            color: #376796;
        }

.footer_logo img {
    margin-bottom: 30px;
}

.footer_logo i {
    width: 35px;
    color: #376796;
    font-size: 24px;
}

.footer_logo p {
    font-size: 20px;
    color: #444;
    border-bottom: 1px solid #e2e2e2;
    padding: 10px 0;
}

.footer_logo a {
    color: #444;
}

.footer_logo p:last-child {
    border-bottom: none;
}

.newslatter p {
    font-size: 16px;
    color: #444;
}

.newslatter input {
    width: 88%;
    float: left;
    border: none;
    border-bottom: 1px solid #8a8a8a;
    padding: 5px;
}

.newslatter i {
    float: right;
    background: #376796;
    color: #fff;
    font-weight: bold;
    margin-top: 7px;
    width: 22px;
    line-height: 22px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
}

.follow {
    margin-top: 50px;
}

    .follow span {
        font-size: 20px;
        color: #376796;
        display: block;
        margin-bottom: 25px;
    }

    .follow a {
        margin-right: 20px;
    }

        .follow a:last-child {
            margin-right: 0px;
        }

.bottom_footer {
    padding: 10px 80px;
    text-align: center;
    font-size: 16px;
    color: #000;
    margin: 5px 0;
}

    .bottom_footer p {
        margin: 0;
    }

/*--------------------------------------   Inner Page Css Start Here   --------------------------------------*/

.container-fluid.white_bg {
    background: #fff;
    height: 70px;
}

.white_bg {
    background: #fff;
}

.inner_page header {
    position: relative;
}

.inner_page .social_link {
    background: #444;
}

.inner_page .navbar-default .navbar-nav > li > a {
    color: #444;
    padding: 0px 15px;
}

    .inner_page .navbar-default .navbar-nav > .active > a,
    .inner_page .navbar-default .navbar-nav > .active > a:hover,
    .inner_page .navbar-default .navbar-nav > .active > a:focus,
    .inner_page .navbar-default .navbar-nav > .open > a,
    .inner_page .navbar-default .navbar-nav > .open > a:hover,
    .inner_page .navbar-default .navbar-nav > .open > a:focus,
    .inner_page .navbar-default .navbar-nav > li > a:hover,
    .inner_page .navbar-default .navbar-nav > li > a:focus {
        background: none;
        color: #376796;
    }

.inner_page .dropdown-menu {
    top: 180%;
}


.inner_page .active .dropdown-menu {
    top: 120%;
}

.inner_page .navbar-default .navbar-nav > .active > a:after {
    content: "";
    height: 3px;
    background: #376796;
    display: block;
    margin-top: 8px;
}

.inner_page .navbar-default {
    margin-bottom: 5px;
    margin-top: 30px;
    min-height: inherit;
}

.inner_page .search_icon {
    color: #376796;
}

.inner_page .navbar-nav {
    border-right: 1px solid #444;
}
/*.inner_page .serch_box{
	position: initial;
	top: 0;
}*/
.inner_page .search_icon {
    margin: 0;
}

.inner_page .serch_box input {
    color: #444;
    border-bottom: 2px dashed #444;
}

.inner_page .serch_box i {
    color: #444;
}

.inner_page .serch_box input::-webkit-input-placeholder {
    color: #444;
}

.inner_page .serch_box input::-moz-placeholder {
    color: #444;
}
/* firefox 19+ */
.inner_page .serch_box input:-ms-input-placeholder {
    color: #444;
}
/* ie */
.inner_page .serch_box input:-moz-placeholder {
    color: #444;
}


.inner_banner {
    position: relative;
}

    .inner_banner img {
        width: 100%;
    }

.part1 {
    padding: 30px 0;
}

    .part1 img {
        margin-bottom: 0;
        height: 160px;
    }

    .part1 p {
        font-size: 20px;
        color: #444;
        font-weight: 300;
        text-align: justify;
        line-height: 36px;
    }

.inner_social {
    float: right;
}

    .inner_social img {
        width: auto;
    }

    .inner_social a {
        width: 35px;
        height: 35px;
        text-align: center;
        line-height: 33px;
        font-size: 18px;
        color: #444444;
        border: 2px solid #aaa;
        border-radius: 50%;
        display: inline-block;
        margin-left: 6px;
    }

    .inner_social span {
        font-size: 20px;
        color: #376796;
    }


.breadcrumb {
    list-style: none;
    background-color: #376796;
    border-radius: 50px;
    padding: 10px 20px 10px 90px;
    height: 50px;
    text-align: left;
    width: 500px;
    position: relative;
    margin-bottom: 0px;
    margin-top: -30px;
}

    .breadcrumb li a {
        font-size: 20px;
        color: #fff;
        text-transform: capitalize;
    }

    .breadcrumb > a i {
        text-align: center;
    }

    .breadcrumb > .active {
        color: #ffffff;
        font-size: 20px;
    }

    .breadcrumb i {
        color: #fff;
        font-size: 36px;
        position: absolute;
        left: 0;
        background: #376796;
        border-radius: 50%;
        width: 70px;
        line-height: 68px;
        top: -10px;
        border: 1px solid #fff;
        box-shadow: 0 0 0 3px #376796;
    }

.arrow1 {
    background: url(../img/arrow-1.png) no-repeat;
    width: 31px;
    height: 31px;
}

.arrow2 {
    background: url(../img/arrow-2.png) no-repeat;
    width: 31px;
    height: 31px;
}


.carousel-caption {
    -webkit-animation-delay: 1.0s;
    -moz-animation-delay: 1.0s;
    animation-delay: 1.0s;
    -webkit-animation-duration: 2.8s;
    -moz-animation-duration: 2.8s;
    -ms-transition-animation-duration: 2.8s;
}

@keyframes fadeInRight {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}


/*==== FADE IN RIGHT ===*/
@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}




.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: none;
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .dropdown-menu > li > a {
        color: #000;
        font-size: 18px;
        text-transform: capitalize;
        background-image: none;
    }

        .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
            color: #fff;
            text-decoration: none;
            background-image: none;
            background-color: #376796;
        }

.banner,
.banner img {
    height: 100vh !important;
}
/*------------------------------------------------------------------------------------*/
/*-----------------------------News List (16-5 Jayesh)--------------------------------*/

.part1 .list_breadcrumb li {
    margin: 0 15px;
}

.news_Recent_Highlights {
    padding-top: 30px;
}

    .news_Recent_Highlights .recent_box {
        margin-bottom: 60px;
    }

.part1 .news_Recent_Highlights p {
    font-size: 20px;
    color: #444444;
    height: 55px;
    /* height: 70px; */
    overflow: hidden;
    font-weight: 400;
    line-height: normal;
}

.part1 .news_Recent_Highlights img {
    margin: 0;
}

.custom_pagination {
    display: table;
    margin: 20px auto;
}

    .custom_pagination a {
        color: #ffffff;
        background-color: #444444;
        border: none;
        margin: 0 8px;
        border-radius: 50%;
        padding: 13px;
        height: 50px;
        width: 50px;
        text-align: center;
        display: inline-block;
        font-size: 18px;
    }

.custom_pag_inside span {
    color: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,.40);
    background-color: #376796;
    border: none;
    margin: 0 8px;
    border-radius: 50%;
    padding: 13px;
    height: 50px;
    width: 50px;
    text-align: center;
    display: inline-block;
    font-size: 18px;
}

.custom_pagination .page-item-prev, .custom_pagination .page-item-next {
    width: 130px;
    border-radius: 13px;
    margin: 0 30px;
}

.custom_pagination a:hover, .custom_pagination a:focus {
    z-index: 2;
    color: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,.40);
    background-color: #376796;
}

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus {
    z-index: 2;
    color: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,.40);
    background-color: #376796;
}
/*.banner .carousel-inner > .item {
    -webkit-transition: 0.6s ease-in-out left;
    -moz-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}*/

.custom_model .modal-body span {
    text-align: center;
    font-size: 20px;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
    color: #376796;
    display: block;
}

    .custom_model .modal-body span::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        background: #376796;
        height: 1px;
        width: 60px;
    }

.custom_model .modal-body p {
    text-align: center;
}

.custom_model .custom_btn {
    border: 1px solid #376796;
    border-radius: 10px;
    display: table;
    margin: auto;
    padding: 7px 20px;
    margin-top: 18px;
}

.custom_model .modal-body {
    padding: 25px 15px;
}

.modal-content {
    box-shadow: 0 3px 18px rgba(0,0,0,0.25);
    border-radius: 0;
    border: 2px solid #ccc;
}

.addthis_inline_share_toolbox, .addthis_inline_follow_toolbox {
    display: inline-block;
}

.at-share-tbx-element .at-share-btn {
    margin: 0;
}

.addthis_inline_follow_toolbox .at-follow-tbx-element p {
    display: none;
}

.at-follow-tbx-element .at300b, .at-follow-tbx-element .at300m {
    margin: 0;
    float: none;
}

.addthis_toolbox a.at300b, .addthis_toolbox a.at300m {
    margin: 0 5px !important;
    border: none;
}

.at-share-tbx-element .at-share-btn {
    margin: 0 2px !important;
}

.addthis_inline_follow_toolbox {
    float: right;
}

.at-icon-wrapper span {
    border: 2px solid #ccc;
    border-radius: 50%;
}

.at-follow-btn .at-icon-wrapper {
    border: 2px solid #bbb;
    border-radius: 50%;
}

    .at-icon-wrapper span svg, .at-follow-btn .at-icon-wrapper svg {
        width: 22px !important;
        height: 22px !important;
        height: 28px !important;
    }

.custom_social_ strong {
    position: relative;
    top: 5px;
    font-weight: normal;
    font-size: 20px;
    color: #376796;
    display: inline-block;
    margin-left: 5px;
}




/*================================== Product List Css Start Here (20180612)==================================*/

.new_social {
    text-align: right;
    margin: 20px 0 30px 0;
}

    .new_social span {
        font-size: 20px;
        color: #376796;
        margin-right: 10px;
    }

.thumbnail .caption {
    float: right;
    padding: 10px 15px;
    width: 70%;
}
.thumbnail .list-group-image{
    width:30%;
    float:left;
}
.thumbnail .list-group-item-heading {
    margin: 5px 0;
    font-size: 18px;
    margin-top: 0;
    height: 38px;
    overflow: hidden;
}
#products .thumbnail address {
    margin-bottom: 0;
    height: 42px;
    overflow: hidden;
}

.list-group-item-heading {
    margin: 10px 0;
    font-size: 20px;
    color: #376796;
    font-weight: 100;
}

.list_grid .thumbnail {
    margin-bottom: 20px;
    padding: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

#products address {
    font-size: 15px;
    color: #444;
    margin-bottom: 10px;
}

.list_grid .item.list-group-item {
    float: none;
    width: 100%;
    background-color: #fff;
    padding: 0 0 20px 0;
    margin-bottom: 20px;
    border: none;
    border-bottom: 1px solid #dddddd;
}

    .list_grid .item.list-group-item .thumbnail {
        margin-bottom: 0px;
    }

    .list_grid .item.list-group-item .caption {
        padding: 9px 9px 0px 9px;
    }


    .list_grid .item.list-group-item:before,
    .list_grid .item.list-group-item:after {
        display: table;
        content: " ";
    }

    .list_grid .item.list-group-item:after {
        clear: both;
    }

.list_grid .list-group-item-text {
    margin: 0 0 11px;
}

.well {
    background-color: #fff;
    border: none;
    text-align: right;
    box-shadow: none;
    padding: 30px 0;
    margin-bottom: 0;
    background-image: none;
}

    .well aside {
        font-size: 20px;
        color: #376796;
        display: block;
    }

a#grid,
a#list {
    font-size: 18px;
    padding: 0;
    width: 40px;
    display: inline-block;
    line-height: 30px;
    text-align: center;
}

.B_color {
    color: #376796;
}


#products h3 {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 17px;
    color: #444;
}

#custom-search-input {
    margin: 0;
    padding: 0;
}

    #custom-search-input .input-group {
        width: 100%;
    }

    #custom-search-input .input-group-btn {
        position: absolute;
        font-size: 0;
        white-space: nowrap;
        right: 22px;
        top: 0;
        bottom: 0;
        margin: auto;
        z-index: 4;
    }

    #custom-search-input .search-query {
        font-size: 17px;
        color: #444444;
        text-transform: capitalize;
        padding-right: 3px;
        padding-right: 4px \9;
        padding-left: 3px;
        padding-left: 4px \9;
        width: 100%;
        margin-bottom: 0;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
    }

    #custom-search-input .btn {
        border: none;
        background: none;
        color: #376796;
        padding: 5px;
        font-size: 18px;
    }


.search-query:focus + button {
    z-index: 3;
}

.btn:hover, .btn:focus, .btn.focus,
#custom-search-input .search-query:focus {
    outline: none;
    box-shadow: none;
}

.list-group-image {
    float: left;
    width: 50%;
    text-align: left;
}
    .list-group-image img {
        height: 105px;
        width: 105px;
    }
.pagi {
    text-align: center;
}

.pagination > li > a, .pagination > li > span {
    background-color: transparent;
    border: none;
    font-size: 20px;
    color: #376796;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 3;
    color: #444;
    background-color: #f5f5f5;
    cursor: default;
}


/*======================================== Check box css start here (20180612) ========================================*/

.bg {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.span_pseudo, .chiller_cb span:before, .chiller_cb span:after {
    content: "";
    display: inline-block;
    background: #fff;
    width: 0;
    height: 0.2rem;
    position: absolute;
    transform-origin: 0% 0%;
}

.chiller_cb {
    position: relative;
    height: 2rem;
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 15px;
}

    .chiller_cb input {
        display: none;
    }

        .chiller_cb input:checked ~ span {
            /* background: #fd2727;
  border-color: #fd2727;*/
        }

            .chiller_cb input:checked ~ span:before {
                width: 7px;
                height: 7px;
                background: #376796;
                transition: width 0.1s;
                transition-delay: 0.3s;
            }

        .chiller_cb input:disabled ~ span {
            background: #ececec;
            border-color: #dcdcdc;
        }

        .chiller_cb input:disabled ~ label {
            color: #dcdcdc;
        }

            .chiller_cb input:disabled ~ label:hover {
                cursor: default;
            }

    .chiller_cb label {
        padding-left: 2rem;
        position: relative;
        z-index: 2;
        cursor: pointer;
        margin-bottom: 0;
        font-size: 17px;
        font-weight: 100;
        text-transform: uppercase;
    }

    .chiller_cb span {
        display: inline-block;
        width: 13px;
        height: 13px;
        border: 2px solid #e4e4e4;
        position: absolute;
        left: -10px;
        transition: all 0.2s;
        z-index: 1;
        box-sizing: content-box;
    }

        .chiller_cb span:before {
            /*transform: rotate(-55deg);*/
            top: 3px;
            left: 3px;
        }

        .chiller_cb span:after {
            transform: rotate(35deg);
            bottom: 0.35rem;
            left: 0.2rem;
        }

    .chiller_cb aside {
        position: absolute;
        right: 0;
    }

#accordion .panel-default {
    border: none;
    box-shadow: none;
}

.panel-heading a:before {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    transition: all 0.5s;
}

.panel-heading.active a:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.caption p {
    font-size: 15px;
    color: #444;
    border-top: 1px solid #ddd;
    padding-top: 10px;
}

.caption p,
.list_logo {
    display: none;
}

.list-group-item-heading .list_logo {
    float: right;
    height: auto;
}

.list-group-item .list-group-image {
    width: 25%;
    text-align: center;
    border: 1px solid #ddd;
}

.list-group-item .thumbnail .caption {
    float: right;
    padding: 15px;
    width: 75%;
}

.list-group-item .caption p,
.list-group-item .list_logo {
    display: block;
}

.list-group-item .thumbnail {
    border: none;
}

.panel-default > .panel-heading {
    color: #376796;
    background-color: transparent;
    background-image: none;
    border-color: #dddddd;
    padding-left: 0;
    font-size: 20px;
}

/*======================================================= product_detail css start here =======================================================*/


.product_detail {
    padding: 30px 0;
}

.border_R {
    border-right: 3px solid #f5f5f5;
}

.pro_des {
}

    .pro_des h1 {
        font-size: 40px;
        color: #376796;
        margin-top: 0;
        margin-bottom: 30px;
    }

        .pro_des h1 span {
            float: right;
        }

            .pro_des h1 span a i {
                color: #376796;
            }

            .pro_des h1 span a {
                font-size: 15px;
                color: #444;
            }

    .pro_des p, .pro_des span {
        font-size: 15px;
        color: #444;
        text-align: justify;
        font-weight: 100;
        line-height: 26px;
        margin-bottom: 0;
        display: block;
    }

        /*.pro_des p span {
            color: #376796;
            display: block;
        }*/

.Releted_product h3 {
    font-size: 20px;
    color: #376796;
    margin-top: 10px;
    font-weight: 100;
    text-transform: capitalize;
}

.Releted_product .thumbnail {
    padding: 0;
    border: none;
}

.Releted_product .list-group-image {
    width: 40%;
}

.Releted_product .thumbnail .caption {
    float: right;
    padding: 5px;
    width: 60%;
    font-size: 15px;
}

.Releted_product .list-group-item-heading {
    font-size: 15px;
}

.Releted_product ul {
    margin-top: 30px;
}

.Releted_product li {
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
}

    .Releted_product li:last-child {
        border-bottom: none;
    }

.Releted_product address {
    margin-bottom: 0;
}

.det_img {
    border: 2px solid #e4e4e4;
    margin-bottom: 20px;
    width: 100%;
    height: 350px;
}

    .det_img img {
        height:100%;
        width:100%;
    }

.pro_det_des ul {
    border-bottom: 1px solid #e4e4e4;
    margin: 21px 0;
}

.pro_det_des li {
    font-size: 15px;
    color: #444;
    margin-bottom: 15px;
}

    .pro_det_des li span {
        color: #376796;
        width: 120px;
        display: inline-block;
    }

.brand {
    color: #376796;
    margin-bottom: 21px;
    display: block;
}

.pdf {
    font-size: 15px;
    color: #444;
    padding-bottom: 30px;
}

    .pdf img {
        margin-right: 10px;
        vertical-align: baseline;
    }


.submit_btn {
    position: absolute;
    right: 0px;
    top: 0;
    z-index: 11;
    height: 34px;
    width: 40px;
}

    .submit_btn input {
        background-image: url('../img/search.png') !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
    }
/*.noprint {
    display: none;
}*/
#owl-demo3 .img_div a img {
    height: 195px;
    width: 360px;
}
