/*--------------------------------------------------------------
#0.3	header
--------------------------------------------------------------*/
.site-header {
    /* navigation open and close btn hide for width screen */
    /* style for navigation less than 992px */
    /*navbar collaps less then 992px*/
}

.site-header .navigation {
    width: 100%;
    margin-bottom: 0;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    border-radius: 0;
}

.site-header .navigation > .container {
    position: relative;
}

.site-header .navigation ul {
    list-style: none;
}

.site-header #navbar {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    /*** mega-menu style ***/
}

.site-header #navbar > ul li a:hover,
.site-header #navbar > ul li a:focus {
    text-decoration: none;
    color: #a5ce2b;
}

@media screen and (min-width: 992px) {
    .site-header #navbar {
        /*** hover effect ***/
    }

    .site-header #navbar li {
        position: relative;
    }

    .site-header #navbar > ul > li > a {
        font-size: 16px;
        font-size: 1.06667rem;
    }

    .site-header #navbar > ul .sub-menu {
        background-color: #fff;
        width: 220px;
        border-top: 2px solid rgb(255, 1, 1);
        position: absolute;
        left: 0;
        top: 50px;
        z-index: 10;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s;
    }

    .site-header #navbar > ul > li .sub-menu li {
		    border-bottom: 1px solid #00000059;
    }

    .site-header #navbar > ul > li .sub-menu a {
        font-size: 14px;
        font-size: 0.93333rem;
        color: #000;
        display: block;
        padding: 12px 15px;
    }

    .site-header #navbar > ul > li > .sub-menu .sub-menu {
        left: 110%;
        top: 0;
    }

    .site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a {
        position: relative;
    }



    .site-header #navbar > ul > li:hover > .sub-menu {
        top: 100%;
        visibility: visible;
        opacity: 1;
    }

    .site-header #navbar .sub-menu > li:hover > .sub-menu {
        left: 100%;
        visibility: visible;
        opacity: 1;
    }
}

@media (max-width: 991px) {
    .site-header #navbar > ul > li a {
        display: block;
        font-size: 14px;
        font-size: 0.93333rem;
    }

    .site-header #navbar > ul > li .sub-menu li {
        border-bottom: 1px solid #e6e6e6;
		list-style:none;
    }

    .site-header #navbar > ul .sub-menu > li:last-child {
        border-bottom: 0;
    }

    .site-header #navbar > ul > li > .sub-menu a {
        padding: 8px 15px 8px 0;
    }

    .site-header #navbar > ul > li > .sub-menu .sub-menu a {
        padding: 8px 15px 8px 0;
    }

    .site-header #navbar > ul .menu-item-has-children > a {
        position: relative;
    }
}

@media screen and (min-width: 992px) {
    .site-header #navbar {
        /*** hover effect ***/
    }

    .site-header #navbar .has-mega-menu {
        position: static;
    }

    .site-header #navbar .mega-menu,
    .site-header #navbar .half-mega-menu {
        background-color: #fff;
        padding: 20px;
        border-top: 2px solid #16242d;
        position: absolute;
        right: 0;
        top: 120%;
        z-index: 10;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s;
    }

    .site-header #navbar .mega-menu {
        width: 1140px;
        right: 15px;
    }

    .site-header #navbar .half-mega-menu {
        width: 585px;
    }

    .site-header #navbar .mega-menu-box-title {
        font-size: 14px;
        font-size: 0.93333rem;
        text-transform: uppercase;
        font-weight: bold;
        display: block;
        padding-bottom: 7px;
        margin-bottom: 7px;
        border-bottom: 1px solid #e6e6e6;
    }

    .site-header #navbar .mega-menu-list-holder li a {
        font-size: 14px;
        font-size: 0.93333rem;
        display: block;
        padding: 7px 8px;
        margin-left: -8px;
    }

    .site-header #navbar .has-mega-menu:hover > ul {
        top: 100%;
        visibility: visible;
        opacity: 1;
    }

    .navbar-header {
        float: left;
    }

    .navbar-collapse {
        flex-basis: inherit;
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }


    .navbar-nav {
        display: inherit;
        float: right;
        padding: 0
    }

    .navbar-nav li {
        display: inline-block;
    }

    .navbar-nav li a {
        padding: 0 10px;
        color: #ffffff;
    }
    .site-header #navbar>ul .sub-menu{
        padding: 0;
    }
}

@media (max-width: 1199px) {
    .site-header #navbar > ul .mega-menu {
        width: 950px;
        right: 15px;
    }

    .site-header #navbar > ul .half-mega-menu {
        width: 485px;
    }
}

@media (max-width: 991px) {
    .site-header #navbar > ul .mega-menu,
    .site-header #navbar > ul .half-mega-menu {
        width: auto;
    }
    li.menu-item-has-children{
        width: 100% !important;
    }


    .site-header #navbar > ul .mega-menu .row,
    .site-header #navbar > ul .half-mega-menu .row {
        margin: 0;
    }

    .site-header #navbar .mega-menu-content > .row > .col {
        margin-bottom: 25px;
    }
}

@media (max-width: 991px) {
    .site-header #navbar .mega-menu .mega-menu-list-holder a {
        padding: 5px 15px 5px 40px;
    }

    .site-header #navbar .mega-menu .mega-menu-box-title {
        font-size: 14px;
        font-size: 0.93333rem;
        text-transform: uppercase;
        display: block;
        border-bottom: 1px dotted #b3b3b3;
        padding: 0 0 4px 5px;
        margin: 0 25px 8px 25px;
    }
    .site-header #navbar>ul>li .sub-menu li{
        float: left !important;
		border-bottom: 1px solid #192934;
    }
    ul.sub-menu{

		background-color: #fff;
    border-top: 2px solid #a5ce2b;
    }
}

@media screen and (min-width: 992px) {
    .site-header .navbar-header .open-btn {
        display: none;
    }

    .site-header #navbar .close-navbar {
        display: none;
    }
}

@media (max-width: 991px) {
    .site-header {
        /* class for show hide navigation */
    }

    .site-header .container {
        width: 100%;
    }

    .site-header .navbar-header button {
        background-color: #3398dc;
        width: 40px;
        height: 35px;
        border: 0;
        padding: 5px 10px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -o-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
        outline: 0;
        position: absolute;
        right: 15px;
        top: 22px;
        z-index: 20;
    }

    .site-header .navbar-header button span {
        background-color: #fff;
        display: block;
        height: 2px;
        margin-bottom: 5px;
    }

    .site-header .navbar-header button span:last-child {
        margin: 0;
    }

    .site-header #navbar {
        background: #fff;
        display: block !important;
        width: 280px;
        height: 100% !important;
        margin: 0;
        padding: 0;
        border-left: 1px solid #cccccc;
        border-right: 1px solid #cccccc;
        position: fixed;
        right: -300px;
        top: 0;
        z-index: 100;
    }

    .site-header #navbar ul a {
        color: #000;
    }

    .site-header #navbar ul a:hover,
    .site-header #navbar ul li.current a {
        color: #16242d;
    }

    .site-header #navbar .navbar-nav {
        overflow: auto;
        height: 100%;
        float: left;
        width: 100%;
		display:inline-block;
    }

    .site-header #navbar .close-navbar {
        background-color: #16242d;
        width: 35px;
        height: 35px;
        color: #fff;
        border: 0;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        outline: none;
        position: absolute;
        left: -18px;
        top: 10px;
        z-index: 20;
    }

    .site-header #navbar > ul > li {
        border-bottom: 1px solid #cccccc;
    }

    .site-header #navbar > ul > li > a {
        padding: 10px 15px 10px 35px;
    }

    .site-header .slideInn {
        right: 0 !important;
    }
	.menu-item-has-children a.drop_arrow:after {
		border-top: 5px solid #000!important;
	}
	.menu-item-has-children a.drop_arrow:after {
		content: '';
		border: 5px solid transparent;
		border-top: 5px solid #fff;
		margin-left: 2px;
		margin-bottom: 4px;
		display: inline-block;
		vertical-align: bottom;
	}
}

@media (max-width: 767px) {
    .site-header .navbar-header .navbar-brand {
        font-size: 24px;
    }

    .site-header #navbar .navbar-nav {
        margin: 0;
    }
}

@media (max-width: 991px) {
    .site-header .navbar-collapse.collapse {
        display: none;
    }

    .site-header .navbar-collapse.collapse.in {
        display: block;
    }

    .site-header .navbar-header .collapse,
    .site-header .navbar-toggle {
        display: block;
    }

    .site-header .navbar-header {
        float: none;
    }

    .site-header .navbar-right {
        float: none;
    }

    .site-header .navbar-nav {
        float: none;
    }

    .site-header .navbar-nav > li {
        float: left;
		width:100%;
    }
}

/******************************
	header style 1
******************************/
.header-style-1, .header-style-2, .header-style-3, .header-style-4, .header-style-5, .header-style-6 {
    /*** search-social ***/
}

.header-style-1 .topbar, .header-style-2 .topbar, .header-style-3 .topbar, .header-style-4 .topbar, .header-style-5 .topbar, .header-style-6 .topbar {
    background-color: #14212a;
    color: #fff;
    padding: 15px 0;
    border-top: 1px solid #0f191f;
    border-bottom: 1px solid #0f191f;
    /*** language ***/
}

.header-style-1 .topbar .contact-info, .header-style-2 .topbar .contact-info, .header-style-3 .topbar .contact-info, .header-style-4 .topbar .contact-info, .header-style-5 .topbar .contact-info, .header-style-6 .topbar .contact-info {
    list-style: none;
    margin-top: 5px;
}

.header-style-1 .topbar .contact-info li, .header-style-2 .topbar .contact-info li, .header-style-3 .topbar .contact-info li, .header-style-4 .topbar .contact-info li, .header-style-5 .topbar .contact-info li, .header-style-6 .topbar .contact-info li {
    display: inline-block;
}

@media (max-width: 767px) {
    .header-style-1 .topbar .contact-info li, .header-style-2 .topbar .contact-info li, .header-style-3 .topbar .contact-info li, .header-style-4 .topbar .contact-info li, .header-style-5 .topbar .contact-info li, .header-style-6 .topbar .contact-info li {
        display: block;
        text-align: center;
    }
}

.header-style-1 .topbar .contact-info > li + li, .header-style-2 .topbar .contact-info > li + li, .header-style-3 .topbar .contact-info > li + li, .header-style-4 .topbar .contact-info > li + li, .header-style-5 .topbar .contact-info > li + li, .header-style-6 .topbar .contact-info > li + li {
    margin-left: 30px;
}

@media (max-width: 767px) {
    .header-style-1 .topbar .contact-info > li + li, .header-style-2 .topbar .contact-info > li + li, .header-style-3 .topbar .contact-info > li + li, .header-style-4 .topbar .contact-info > li + li, .header-style-5 .topbar .contact-info > li + li, .header-style-6 .topbar .contact-info > li + li {
        margin-left: 0;
        margin-top: 5px;
    }
}

.header-style-1 .topbar .contact-info i, .header-style-2 .topbar .contact-info i, .header-style-3 .topbar .contact-info i, .header-style-4 .topbar .contact-info i, .header-style-5 .topbar .contact-info i, .header-style-6 .topbar .contact-info i {
    display: inline-block;
    padding-right: 3px;
    color: #3398dc;
}

.header-style-1 .topbar .language, .header-style-2 .topbar .language, .header-style-3 .topbar .language, .header-style-4 .topbar .language, .header-style-5 .topbar .language, .header-style-6 .topbar .language {
    float: right;
}

@media (max-width: 767px) {
    .header-style-1 .topbar .language, .header-style-2 .topbar .language, .header-style-3 .topbar .language, .header-style-4 .topbar .language, .header-style-5 .topbar .language, .header-style-6 .topbar .language {
        float: none;
        text-align: center;
    }
}

.header-style-1 .topbar .language i, .header-style-2 .topbar .language i, .header-style-3 .topbar .language i, .header-style-4 .topbar .language i, .header-style-5 .topbar .language i, .header-style-6 .topbar .language i {
    color: #3398dc;
}

.header-style-1 .topbar .select-box, .header-style-2 .topbar .select-box, .header-style-3 .topbar .select-box, .header-style-4 .topbar .select-box, .header-style-5 .topbar .select-box, .header-style-6 .topbar .select-box {
    display: inline;
}

.header-style-1 .topbar .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn), .header-style-2 .topbar .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn), .header-style-3 .topbar .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn), .header-style-4 .topbar .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn), .header-style-5 .topbar .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn), .header-style-6 .topbar .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 65px;
}

.header-style-1 .topbar .bootstrap-select > .btn, .header-style-2 .topbar .bootstrap-select > .btn, .header-style-3 .topbar .bootstrap-select > .btn, .header-style-4 .topbar .bootstrap-select > .btn, .header-style-5 .topbar .bootstrap-select > .btn, .header-style-6 .topbar .bootstrap-select > .btn {
    background-color: transparent;
    color: #fff;
    border: 0;
}

.header-style-1 .navbar-brand, .header-style-2 .navbar-brand, .header-style-3 .navbar-brand, .header-style-4 .navbar-brand, .header-style-5 .navbar-brand, .header-style-6 .navbar-brand {
    margin-top: 12px;
    display: inline-block;
    padding: 0 15px;
}

@media screen and (min-width: 992px) {
    .header-style-1 #navbar > ul > li > a, .header-style-2 #navbar > ul > li > a, .header-style-3 #navbar > ul > li > a, .header-style-4 #navbar > ul > li > a, .header-style-5 #navbar > ul > li > a, .header-style-6 #navbar > ul > li > a {
        font-family: 'Montserrat', sans-serif;
        font-size: 12px;
        font-weight: 500;
        color: #fff;
        padding: 30px 12px;
        text-transform: uppercase;
        letter-spacing: 2px;
    }

    .header-style-1 #navbar, .header-style-2 #navbar, .header-style-3 #navbar, .header-style-4 #navbar, .header-style-5 #navbar, .header-style-6 #navbar {
        margin-right: 115px;
    }
}

@media screen and (min-width: 1199px) {
    .header-style-1 #navbar > ul > li > a, .header-style-2 #navbar > ul > li > a, .header-style-3 #navbar > ul > li > a, .header-style-4 #navbar > ul > li > a, .header-style-5 #navbar > ul > li > a, .header-style-6 #navbar > ul > li > a {
        padding: 30px 16px;
    }

    .header-style-1 #navbar, .header-style-2 #navbar, .header-style-3 #navbar, .header-style-4 #navbar, .header-style-5 #navbar, .header-style-6 #navbar {
        margin-right: 130px;
    }
}

@media (max-width: 991px) {
    .header-style-1 .navbar-header, .header-style-2 .navbar-header, .header-style-3 .navbar-header, .header-style-4 .navbar-header, .header-style-5 .navbar-header, .header-style-6 .navbar-header {
        padding-bottom: 15px;
    }
}

.header-style-1 .search-social, .header-style-2 .search-social, .header-style-3 .search-social, .header-style-4 .search-social, .header-style-5 .search-social, .header-style-6 .search-social {
    position: absolute;
    right: 15px;
    top: 32px;
}

@media (max-width: 991px) {
    .header-style-1 .search-social, .header-style-2 .search-social, .header-style-3 .search-social, .header-style-4 .search-social, .header-style-5 .search-social, .header-style-6 .search-social {
        right: 75px;
    }
}

@media (max-width: 767px) {
    .header-style-1 .search-social, .header-style-2 .search-social, .header-style-3 .search-social, .header-style-4 .search-social, .header-style-5 .search-social, .header-style-6 .search-social {
        display: none;
    }
}

.header-style-1 .search-social > div, .header-style-2 .search-social > div, .header-style-3 .search-social > div, .header-style-4 .search-social > div, .header-style-5 .search-social > div, .header-style-6 .search-social > div {
    display: inline-block;
}

.header-style-1 .search-social .social ul li, .header-style-2 .search-social .social ul li, .header-style-3 .search-social .social ul li, .header-style-4 .search-social .social ul li, .header-style-5 .search-social .social ul li, .header-style-6 .search-social .social ul li {
    float: left;
}

.header-style-1 .search-social .social ul > li + li, .header-style-2 .search-social .social ul > li + li, .header-style-3 .search-social .social ul > li + li, .header-style-4 .search-social .social ul > li + li, .header-style-5 .search-social .social ul > li + li, .header-style-6 .search-social .social ul > li + li {
    margin-left: 10px;
}

.header-style-1 .search-social .social ul a, .header-style-2 .search-social .social ul a, .header-style-3 .search-social .social ul a, .header-style-4 .search-social .social ul a, .header-style-5 .search-social .social ul a, .header-style-6 .search-social .social ul a {
    color: #fff;
}

.header-style-1 .search-social .open-btn, .header-style-2 .search-social .open-btn, .header-style-3 .search-social .open-btn, .header-style-4 .search-social .open-btn, .header-style-5 .search-social .open-btn, .header-style-6 .search-social .open-btn {
    background-color: transparent;
    color: #fff;
    padding: 0;
    border: 0;
    margin-right: 40px;
    position: relative;
    top: -8px;
}

@media (max-width: 1199px) {
    .header-style-1 .search-social .open-btn, .header-style-2 .search-social .open-btn, .header-style-3 .search-social .open-btn, .header-style-4 .search-social .open-btn, .header-style-5 .search-social .open-btn, .header-style-6 .search-social .open-btn {
        margin-right: 30px;
    }
}

/******************************
	header style 2
******************************/
.header-style-2, .header-style-3, .header-style-4, .header-style-5, .header-style-6 {
    position: relative;
}

.header-style-2 .topbar, .header-style-3 .topbar, .header-style-4 .topbar, .header-style-5 .topbar, .header-style-6 .topbar {
    background-color: #fff;
    padding: 0;
    border: 0;
}

.header-style-2 .upper-topbar, .header-style-3 .upper-topbar, .header-style-4 .upper-topbar, .header-style-5 .upper-topbar, .header-style-6 .upper-topbar {
    background-color: #16242d;
    padding: 4px 0;
}

@media (max-width: 767px) {
    .header-style-2 .upper-topbar, .header-style-3 .upper-topbar, .header-style-4 .upper-topbar, .header-style-5 .upper-topbar, .header-style-6 .upper-topbar {
        text-align: center;
        padding: 8px 0;
    }
}

.header-style-2 .upper-topbar p, .header-style-3 .upper-topbar p, .header-style-4 .upper-topbar p, .header-style-5 .upper-topbar p, .header-style-6 .upper-topbar p {
    color: #fff;
    margin: 3px 0 0;
}

@media (max-width: 767px) {
    .header-style-2 .upper-topbar p, .header-style-3 .upper-topbar p, .header-style-4 .upper-topbar p, .header-style-5 .upper-topbar p, .header-style-6 .upper-topbar p {
        margin: 3px 0 10px;
        line-height: 1.4em;
    }
}

@media (max-width: 767px) {
    .header-style-2 .site-logo, .header-style-3 .site-logo, .header-style-4 .site-logo, .header-style-5 .site-logo, .header-style-6 .site-logo {
        text-align: center;
    }
}

.header-style-2 .lower-topbar, .header-style-3 .lower-topbar, .header-style-4 .lower-topbar, .header-style-5 .lower-topbar, .header-style-6 .lower-topbar {
    padding: 12px 0;
}

@media screen and (min-width: 992px) {
    .header-style-2 .lower-topbar, .header-style-3 .lower-topbar, .header-style-4 .lower-topbar, .header-style-5 .lower-topbar, .header-style-6 .lower-topbar {
        padding-bottom: 50px;
    }
}

.header-style-2 .lower-topbar .contact-info, .header-style-3 .lower-topbar .contact-info, .header-style-4 .lower-topbar .contact-info, .header-style-5 .lower-topbar .contact-info, .header-style-6 .lower-topbar .contact-info {
    float: right;
    overflow: hidden;
}

@media (max-width: 767px) {
    .header-style-2 .lower-topbar .contact-info, .header-style-3 .lower-topbar .contact-info, .header-style-4 .lower-topbar .contact-info, .header-style-5 .lower-topbar .contact-info, .header-style-6 .lower-topbar .contact-info {
        border-top: 1px solid #dedede;
        padding-top: 15px;
        margin-top: 10px;
        float: none;
        text-align: center;
    }
}

.header-style-2 .lower-topbar .contact-info > div, .header-style-3 .lower-topbar .contact-info > div, .header-style-4 .lower-topbar .contact-info > div, .header-style-5 .lower-topbar .contact-info > div, .header-style-6 .lower-topbar .contact-info > div {
    float: left;
    padding-left: 45px;
    position: relative;
}

@media (max-width: 767px) {
    .header-style-2 .lower-topbar .contact-info > div, .header-style-3 .lower-topbar .contact-info > div, .header-style-4 .lower-topbar .contact-info > div, .header-style-5 .lower-topbar .contact-info > div, .header-style-6 .lower-topbar .contact-info > div {
        float: none;
        display: inline-block;
        text-align: left;
        padding-left: 40px;
        margin-right: 15px;
        margin-bottom: 15px;
    }
}

.header-style-2 .lower-topbar .contact-info > div + div, .header-style-3 .lower-topbar .contact-info > div + div, .header-style-4 .lower-topbar .contact-info > div + div, .header-style-5 .lower-topbar .contact-info > div + div, .header-style-6 .lower-topbar .contact-info > div + div {
    margin-left: 45px;
}

@media (max-width: 767px) {
    .header-style-2 .lower-topbar .contact-info > div + div, .header-style-3 .lower-topbar .contact-info > div + div, .header-style-4 .lower-topbar .contact-info > div + div, .header-style-5 .lower-topbar .contact-info > div + div, .header-style-6 .lower-topbar .contact-info > div + div {
        margin-left: 0;
    }
}

.header-style-2 .lower-topbar .contact-info i, .header-style-3 .lower-topbar .contact-info i, .header-style-4 .lower-topbar .contact-info i, .header-style-5 .lower-topbar .contact-info i, .header-style-6 .lower-topbar .contact-info i {
    font-size: 36px;
    font-size: 2.4rem;
    color: #3398dc;
    position: absolute;
    left: 0;
    top: 0;
}

@media (max-width: 767px) {
    .header-style-2 .lower-topbar .contact-info i, .header-style-3 .lower-topbar .contact-info i, .header-style-4 .lower-topbar .contact-info i, .header-style-5 .lower-topbar .contact-info i, .header-style-6 .lower-topbar .contact-info i {
        font-size: 32px;
        font-size: 2.13333rem;
        top: 5px;
    }
}

.header-style-2 .lower-topbar .contact-info span, .header-style-3 .lower-topbar .contact-info span, .header-style-4 .lower-topbar .contact-info span, .header-style-5 .lower-topbar .contact-info span, .header-style-6 .lower-topbar .contact-info span {
    color: #16242d;
}

.header-style-2 .lower-topbar .contact-info p, .header-style-3 .lower-topbar .contact-info p, .header-style-4 .lower-topbar .contact-info p, .header-style-5 .lower-topbar .contact-info p, .header-style-6 .lower-topbar .contact-info p {
    margin: 0;
    color: #666;
}

@media screen and (min-width: 992px) {
    .header-style-2 .navigation, .header-style-3 .navigation, .header-style-4 .navigation, .header-style-5 .navigation, .header-style-6 .navigation {
        background-color: transparent;
        width: 100%;
        position: absolute;
        bottom: -73px;
        z-index: 10000;
    }

    .header-style-2 .navigation .container, .header-style-3 .navigation .container, .header-style-4 .navigation .container, .header-style-5 .navigation .container, .header-style-6 .navigation .container {
        background-color: transparent;
        border-radius: 10px;
    }
}

@media (max-width: 991px) {
    .header-style-2 .navigation, .header-style-3 .navigation, .header-style-4 .navigation, .header-style-5 .navigation, .header-style-6 .navigation {
        height: 70px;
    }

    .header-style-2 .navigation .navbar-header button, .header-style-3 .navigation .navbar-header button, .header-style-4 .navigation .navbar-header button, .header-style-5 .navigation .navbar-header button, .header-style-6 .navigation .navbar-header button {
        top: 17px;
    }
}

@media screen and (min-width: 1199px) {
    .header-style-2 #navbar > ul > li > a, .header-style-3 #navbar > ul > li > a, .header-style-4 #navbar > ul > li > a, .header-style-5 #navbar > ul > li > a, .header-style-6 #navbar > ul > li > a {
        padding: 20px 16px;
    }

    .header-style-2 .search-social, .header-style-3 .search-social, .header-style-4 .search-social, .header-style-5 .search-social, .header-style-6 .search-social {
        top: 21px;
        right: 0;
    }
}

@media (max-width: 1100px) {
    .header-style-2 #navbar > ul > li > a, .header-style-3 #navbar > ul > li > a, .header-style-4 #navbar > ul > li > a, .header-style-5 #navbar > ul > li > a, .header-style-6 #navbar > ul > li > a {
        padding: 20px 6px;
    }
}

@media (max-width: 991px) {
    .header-style-2 .search-social, .header-style-3 .search-social, .header-style-4 .search-social, .header-style-5 .search-social, .header-style-6 .search-social {
        top: 35px;
        right: 60px;
    }
}

/******************************
	header style 3
******************************/
.header-style-3 {
    /*** social and serach ***/
}

.header-style-3 .topbar {
    background-color: #05090b;
    padding: 28px 0;
}

@media (max-width: 767px) {
    .header-style-3 .topbar {
        padding: 28px 0 13px;
    }
}

@media (max-width: 767px) {
    .header-style-3 .site-logo {
        border-bottom: 1px solid #0e161c;
        padding-bottom: 15px;
    }
}

.header-style-3 .contact-info-s2 {
    float: right;
    overflow: hidden;
}

@media (max-width: 767px) {
    .header-style-3 .contact-info-s2 {
        float: none;
        margin-top: 20px;
    }
}

.header-style-3 .contact-info-s2 > div {
    float: left;
    padding-left: 45px;
    position: relative;
}

@media (max-width: 991px) {
    .header-style-3 .contact-info-s2 > div {
        padding-left: 35px;
    }
}

@media (max-width: 767px) {
    .header-style-3 .contact-info-s2 > div {
        float: none;
        width: 200px;
        margin: 0 auto 15px;
    }
}

.header-style-3 .contact-info-s2 > div + div {
    margin-left: 50px;
}

@media (max-width: 991px) {
    .header-style-3 .contact-info-s2 > div + div {
        margin-left: 25px;
    }
}

@media (max-width: 767px) {
    .header-style-3 .contact-info-s2 > div + div {
        margin-left: auto;
    }
}

.header-style-3 .contact-info-s2 .icon {
    position: absolute;
    left: 0;
    top: 0;
}

.header-style-3 .contact-info-s2 .icon .fi:before {
    font-size: 32px;
    color: #3398dc;
}

@media (max-width: 991px) {
    .header-style-3 .contact-info-s2 .icon .fi:before {
        font-size: 25px;
    }
}

.header-style-3 .contact-info-s2 p,
.header-style-3 .contact-info-s2 span {
    color: #c1c5c8;
    margin: 0;
}

@media (max-width: 991px) {
    .header-style-3 .contact-info-s2 p,
    .header-style-3 .contact-info-s2 span {
        font-size: 12px;
        font-size: 0.8rem;
    }
}

@media (max-width: 991px) {
    .header-style-3 .contact-info-s2 p {
        line-height: 1.3em;
    }
}

.header-style-3 .navigation {
    background-color: rgba(22, 36, 45, 0.9);
}

@media screen and (min-width: 992px) {
    .header-style-3 .navigation {
        position: absolute;
        width: 100%;
        z-index: 10;
    }
}

.header-style-3 .navigation .container {
    background-color: transparent;
}

@media screen and (min-width: 992px) {
    .header-style-3 #navbar > ul > li > a {
        position: relative;
    }

    .header-style-3 #navbar > ul > li > a:after {
        content: "";
        border: 5px solid transparent;
        border-bottom: 5px solid #3398dc;
        position: absolute;
        left: 50%;
        bottom: 8px;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        opacity: 0;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        -ms-transition: all 0.2s;
        transition: all 0.2s;
    }

    .header-style-3 #navbar > ul > li > a:hover:after {
        opacity: 1;
    }
}

.header-style-3 .search-social {
    display: block;
}

@media screen and (min-width: 992px) {
    .header-style-3 .search-social {
        right: -25px;
    }
}

.header-style-3 .social-links {
    width: 150px;
    position: absolute;
    right: 235px;
    top: -8px;
}

@media (max-width: 1199px) {
    .header-style-3 .social-links {
        right: 135px;
    }
}

.header-style-3 .social-links ul {
    overflow: hidden;
}

@media (max-width: 991px) {
    .header-style-3 .social-links ul {
        display: none;
    }
}

.header-style-3 .social-links ul li {
    float: left;
}

.header-style-3 .social-links ul > li + li {
    margin-left: 15px;
}

.header-style-3 .social-links ul li a {
    font-size: 16px;
    color: #fff;
}

.header-style-3 .social-links ul li a:hover {
    color: #a5ce2b;
}

@media screen and (min-width: 992px) {
    .header-style-3 .navigation {
        bottom: -60px;
    }
}

/******************************
	header style 4
******************************/
.header-style-4 .upper-topbar, .header-style-5 .upper-topbar, .header-style-6 .upper-topbar {
    background-color: #dfdfdf;
    padding: 12px 0;
}

.header-style-4 .upper-topbar ul, .header-style-5 .upper-topbar ul, .header-style-6 .upper-topbar ul {
    list-style: none;
    overflow: hidden;
}

.header-style-4 .upper-topbar ul li, .header-style-5 .upper-topbar ul li, .header-style-6 .upper-topbar ul li {
    float: left;
}

.header-style-4 .upper-topbar li, .header-style-5 .upper-topbar li, .header-style-6 .upper-topbar li,
.header-style-4 .upper-topbar a, .header-style-5 .upper-topbar a, .header-style-6 .upper-topbar a {
    color: #777;
}

.header-style-4 .upper-topbar-contact i, .header-style-5 .upper-topbar-contact i, .header-style-6 .upper-topbar-contact i {
    display: inline-block;
    padding-right: 5px;
}

@media (max-width: 767px) {
    .header-style-4 .upper-topbar-contact ul li, .header-style-5 .upper-topbar-contact ul li, .header-style-6 .upper-topbar-contact ul li {
        float: none;
    }
}

.header-style-4 .upper-topbar-contact ul > li + li, .header-style-5 .upper-topbar-contact ul > li + li, .header-style-6 .upper-topbar-contact ul > li + li {
    margin-left: 40px;
}

@media (max-width: 767px) {
    .header-style-4 .upper-topbar-contact ul > li + li, .header-style-5 .upper-topbar-contact ul > li + li, .header-style-6 .upper-topbar-contact ul > li + li {
        margin-left: 0;
        margin-top: 8px;
    }
}

.header-style-4 .upper-topbar-social, .header-style-5 .upper-topbar-social, .header-style-6 .upper-topbar-social {
    float: right;
}

@media (max-width: 767px) {
    .header-style-4 .upper-topbar-social, .header-style-5 .upper-topbar-social, .header-style-6 .upper-topbar-social {
        float: none;
        display: inline-block;
        margin-top: 15px;
    }
}

.header-style-4 .upper-topbar-social ul > li + li, .header-style-5 .upper-topbar-social ul > li + li, .header-style-6 .upper-topbar-social ul > li + li {
    margin-left: 10px;
}

.header-style-4 .navigation, .header-style-5 .navigation, .header-style-6 .navigation {
    background-color: #16242d;
}

/******************************
	header style 5
******************************/
.header-style-5 .upper-topbar, .header-style-6 .upper-topbar {
    background-color: #16242d;
}

.header-style-5 .upper-topbar p, .header-style-6 .upper-topbar p,
.header-style-5 .upper-topbar li, .header-style-6 .upper-topbar li,
.header-style-5 .upper-topbar a, .header-style-6 .upper-topbar a {
    color: #c1c5c8;
}

.header-style-5 .upper-topbar-contact i, .header-style-6 .upper-topbar-contact i {
    color: #3398dc;
}

.header-style-5 .navigation, .header-style-6 .navigation {
    background-color: #fff;
}

.header-style-5 .navigation .container, .header-style-6 .navigation .container {
    background-color: #fff;
}

@media screen and (min-width: 992px) {
    .header-style-5 .navigation, .header-style-6 .navigation {
        bottom: -90px;
    }

    .header-style-5 #navbar, .header-style-6 #navbar {
        margin-right: 50px;
    }

    .header-style-5 #navbar > ul > li > a, .header-style-6 #navbar > ul > li > a {
        color: #a5acb4;
        padding: 35px 16px;
    }

    .header-style-5 #navbar > ul > li > a:hover, .header-style-6 #navbar > ul > li > a:hover {
        color: #16242d;
    }
}

@media screen and (min-width: 992px) {
    .header-style-5 .search-social, .header-style-6 .search-social {
        top: 45px;
        right: -25px;
    }
}

.header-style-5 .search-social .open-btn, .header-style-6 .search-social .open-btn {
    color: #16242d;
}

@media (max-width: 991px) {
    .header-style-5 .navbar-brand, .header-style-6 .navbar-brand {
        margin-top: 6px;
    }
}

/******************************
	header style 6
******************************/
.header-style-6 {
    position: relative;
}

@media screen and (min-width: 992px) {
    .header-style-6 .upper-topbar {
        padding-top: 20px;
        padding-bottom: 60px;
    }

    .header-style-6 .navigation {
        background-color: transparent;
        width: 100%;
        position: absolute;
        left: 0;
        bottom: -33px;
        z-index: 1;
    }

    .header-style-6 .navigation .container {
        background-color: #fff;
    }

    .header-style-6 #navbar > ul > li > a {
        color: #a5acb4;
        padding: 25px 16px;
    }

    .header-style-6 .search-social {
        top: 35px;
        right: -15px;
    }
}

.header-style-6 .upper-topbar a {
    color: #3398dc;
}

.header-style-6 .navbar-brand {
    margin-top: 7px;
}

.header-search-form {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.95);
}

.header-search-form form {
    width: 500px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
    .header-search-form form {
        width: 300px;
    }
}

.header-search-form form input {
    height: 60px;
    font-size: 20px;
    padding: 15px 25px;
}

@media (max-width: 767px) {
    .header-search-form form input {
        height: 45px;
        font-size: 17px;
    }
}

.header-search-form form input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.header-search-form form .btn {
    background-color: #16242d;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

.header-search-form form .btn:focus,
.header-search-form form .btn:active {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar-fixed-top.scrolled {
    background-color: #ffffff;
}

.navbar-fixed-top.scrolled .show_logo {
    display: block;
}

.navbar-fixed-top.scrolled .hidden_logo {
    display: none;
}

.navbar-fixed-top.scrolled li.menu-item a {
    color: #000000 !important;
}

.navbar-fixed-top.scrolled .navbar-light .navbar-nav .nav-link.chat_btn {
    color: #ffffff !important;
}

/*# sourceMappingURL=color-style3.css.map */

