/*==============================================
    Main Header Css        
===============================================*/
.main-header {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
    margin: 0px;
	z-index: 999;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.sticky-header {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	padding: 0px 0px;
    background: rgba(255, 255, 255, 0.95);
	opacity: 0;
    visibility: hidden;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	z-index: 0;
}
.fixed-header .sticky-header {
	visibility: visible;
	-ms-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-op-animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-ms-animation-duration: 500ms;
	-moz-animation-duration: 500ms;
	-op-animation-duration: 500ms;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-op-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-ms-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-op-animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
    box-shadow: 0 0 10px rgba(0,0,0, .1);
	opacity: 1;
	z-index: 999999;
}
.sticky-header .logo {
    position: relative;
    display: block;
    padding: 17px 0 17px;
}
.sticky-header .logo a{
    position: relative;
    display: inline-block;
}
.sticky-header .main-menu .navigation> li {}
.sticky-header .main-menu .navigation> li> a {
    color: #222222;
    padding: 35px 0;
}
.sticky-header .main-menu .navigation>li>a.home .home_icon {
    width: 80px;
    height: 100px;
    line-height: 100px
}



.header-style-one {
    
}
.header-top{
    position: relative;
    display: block;
    background: #e9ebf4;
    padding: 7px 0px 7px;
}
.header-top .outer-box{
    position: relative;
    display: block;
}
.header-top-left {
    position: relative;
    display: flex;
    align-items: center;
}



.global-site-select-box .bootstrap-select {
    position: relative;
    display: block;
    width: 140px !important;
    height: 35px;
}
.global-site-select-box .bootstrap-select>.dropdown-toggle {
    position: relative;
    display: block;
    outline: none !important;
    border-radius: 0px;
    border: 0px solid #cccccc;
    background-color: #2739a7 !important;
    max-width: 100%;
    width: 100%;
    height: 35px;
    margin: 0;
    padding: 0;
    padding-left: 20px;
    padding-right: 15px;
    color: #ffffff !important;
    font-size: 14px;
    line-height: 35px;
    font-weight: 400;
    letter-spacing: normal;
    text-transform: capitalize;
    box-shadow: none !important;
    font-family: 'Lato', sans-serif;
}
.global-site-select-box .bootstrap-select .dropdown-toggle:focus{
    outline: none !important;
}
.global-site-select-box .bootstrap-select .dropdown-menu li a span.text {
    display: inline-block;
    margin: 0;
    padding: 0;
}
.global-site-select-box .bootstrap-select>.dropdown-toggle::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    width: auto;
    height: auto;
    font-family: FontAwesome;
    content: "\f107";
    color: #ffffff;
    font-size: 14px;
    margin: 0;
    border: none;
}

.global-site-select-box .bootstrap-select .dropdown-menu {
    margin: 0;
    padding: 0;
    border-radius: 0px;
    border: 0px solid #ddd;
    background: #eae8e4;
    font-size: 16px;
    color: #000000;
}
.global-site-select-box .bootstrap-select .dropdown-menu li {
    position: relative;
    border-bottom: 1px solid #d7d7d7;
}
.global-site-select-box .dropdown-item {
    display: block;
    width: 100%;
    padding: 7px 15px 7px;
    color: #222222;
    font-size: 14px;
    font-weight: 700;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    transition: all 500ms ease;
    font-family: 'Lato', sans-serif;
}

.header-top-left .text{
    position: relative;
    display: block;
    padding-left: 20px;
}
.header-top-left .text p{
    margin: 0;
}



.header-top-right {
    position: relative;
    display: flex;
    align-items: center;
}
.header-menu-1{
    position: relative;
    display: block;
}
.header-menu-1 ul{
    position: relative;
    display: block;
    overflow: hidden;
}
.header-menu-1 ul li{
    position: relative;
    display: inline-block;
    float: left;
    line-height: 22px;
    padding-right: 11px;
    margin-right: 10px;
}
.header-menu-1 ul li:last-child{
    padding-right: 0;
    margin-right: 0;
}
.header-menu-1 ul li:before{
    position: absolute;
    top: 4px;
    right: 0;
    bottom: 4px;
    width: 1px;
    background:#222222;
    content: "";
}
.header-menu-1 ul li:last-child:before{
    display: none;
}
.header-menu-1 ul li a{
    color: #222222;
    font-size: 16px;
    font-weight: 400;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}


.header-social-link-1{
    position: relative;
    display: block;
    padding-left: 20px;
}
.header-social-link-1 .social-link{
    position: relative;
    display: block;
}
.header-social-link-1 .social-link ul{}
.header-social-link-1 .social-link ul li{
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 5px;
}
.header-social-link-1 .social-link ul li:last-child{
    margin-right: 0;
}
.header-social-link-1 .social-link ul li a{
    position: relative;
    display: block;
    height: 35px;
    width: 35px;
    background: #fbfbfd;
    border-radius: 50%;
    color: #222222;
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 1;
}
.header-social-link-1 .social-link ul li a:before{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    border-radius: 50%;
    z-index: -1;
    transform: scale(0.0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}
.header-social-link-1 .social-link ul li:hover a:before{
    transform: scaleX(1.0);      
}
.header-social-link-1 .social-link ul li:hover a{
    color: #ffffff;
}



.header {
    position: relative;
    display: block;
    background: #ffffff;
}
.header .outer-box {
    position: relative;
    display: block;
}
.header-left {
    position: relative;
    display: block;
}
.header-left .logo {
    position: relative;
    display: block;
    padding-top: 29px;
    padding-bottom: 30px;
}
.header-left .logo a{
    position: relative;
    display: inline-block;
}


.header-right {
    position: relative;
    display: flex;
    align-items: center;
    padding: 37px 0 38px;
}
.header-contact-info{
    position: relative;
    display: block;
}
.header-contact-info ul{
    position: relative;
}
.header-contact-info ul li{
    position: relative;
    display: block;
    float: left;
    padding-left: 45px;
    padding-right: 26px;
    margin-right: 25px;
    min-height: 45px;
}
.header-contact-info ul li:before{
    position: absolute;
    top: -2px;
    right: 0;
    bottom: -2px;
    width: 1px;
    background-color: #e9ebf4;
    content: "";
}
.header-contact-info ul li:last-child:before{
    display: none;
}
.header-contact-info ul li:last-child{
    padding-right: 0;
    margin-right: 0;
}
.header-contact-info ul li .icon{
    position: absolute;
    top: 5px;
    left: 0;
}
.header-contact-info ul li .icon span:before {
    font-size: 30px;
    line-height: 30px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.header-contact-info ul li:hover .icon span:before{
    color: #222222;
}
.header-contact-info ul li .text {
    position: relative;
}
.header-contact-info ul li .text p{
    color: #222222;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    margin: 0 0 12px;
}
.header-contact-info ul li .text h4{
    color: #222222;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
}
.header-contact-info ul li .text h4 a{
    color: #222222;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}



.header-bottom{
    position: relative;
    display: block;
}
.header-bottom .outer-box{
    position: relative;
    display: block;
    background: #2739a7;
}
.header-bottom_left{
    position: relative;
    display: block;
}


.header-bottom_left .nav-outer {
    position: relative;
    display: block;
    float: left;
}
.main-menu.style1{}
.main-menu {
    position: relative;
    display: block;
    float: left;
}
.main-menu .navbar-collapse{
	padding:0px;
	display:block !important;
}
.main-menu .navigation {
	position: inherit;
	display: block;
}
.main-menu .navigation> li {
    position: inherit;
    display: inline-block;
    float: left;
    margin-right: 55px;
}
.main-menu .navigation> li:last-child{
    margin-right: 0;
}
.main-menu .navigation>li>a {
	position: relative;
	display: block;
    padding: 22px 0 23px;
	color: #ffffff;
	font-size: 16px;
	line-height: 30px;
	font-weight: 700;
	text-transform: uppercase;
    transition: all 500ms ease;
    font-family: 'Lato', sans-serif;
	opacity: 1;
}
.main-menu .navigation>li>a.home{
    padding: 0;
}
.main-menu .navigation>li>a.home .home_icon{
    position: relative;
    display: block;
    width: 70px;
    height: 75px;
    color: #ffffff;
    font-size: 30px;
    line-height: 70px;
    font-weight: 400;
    text-align: center;
}
.main-menu .navigation>li.dropdown>a {}
.main-menu .navigation>li.dropdown>a:before {}


.main-menu .navigation> li> ul,
.main-menu .navigation> li> .megamenu {
	position: absolute;
	top: 100%;
    left: inherit;
	width: 340px;
	padding: 0px 0;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
	-moz-transform: translateY(30px);
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	-o-transform: translateY(30px);
    transform: translateY(30px);
    transition:all 100ms ease;
	z-index: 100;
}
.main-menu .navigation> li> ul:before,
.main-menu .navigation> li> .megamenu:before{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: '';
    background: #ffffff;
    border-radius: 0;
	-webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    z-index: -1;
}
.main-menu .navigation> li.dropdown:hover> ul,
.main-menu .navigation> li.dropdown:hover .megamenu{
	opacity:1;
	visibility:visible;
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
    transform: translateY(0);
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}


.main-menu .navigation> li> ul> li,
.main-menu .navigation> li> .megamenu li{
	position: relative;
    display: block;
    padding: 0 20px;
	width: 100%;
}
.main-menu .navigation> li> ul> li> a,
.main-menu .navigation> li> .megamenu li> a {
	position: relative;
	display: block;
    border-bottom: 1px solid #e9e9e9;
	padding: 10px 0px 10px;
	color: #222222;
	font-size: 15px;
	line-height: 24px;
	font-weight: 600;
	text-align: left;
	text-transform: capitalize;
	transition: all 500ms ease;
}
.main-menu .navigation> li> ul> li:last-child> a,
.main-menu .navigation> li> .megamenu li:last-child a{
    border: none;
} 
.main-menu .navigation> li> ul> li> a:hover,
.main-menu .navigation> li> .megamenu li> a:hover {
    padding-left: 15px;
}

.main-menu .navigation> li> ul> li> a:before,
.main-menu .navigation> li> .megamenu li> a:before {
    position: absolute;
    top: 0;
    left: 0px;
    bottom: 0;
    content: "";
    margin: 15px 0;
    width: 0px;
    opacity: 0;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.main-menu .navigation> li> ul> li:hover> a:before,
.main-menu .navigation> li> .megamenu li:hover a:before {
    width: 5px; 
    opacity: 1;
}
.main-menu .navigation> li> ul> li:hover> a:before{
	opacity: 1;
}
.main-menu .navigation> li> ul> li.dropdown> a:after {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0;
    font-family: FontAwesome;
    content: "\f105";
    font-size: 14px;
    font-weight: 700;
    margin: 12px 0;
    text-align: right;
    z-index: 5;
}
.main-menu .navigation> li> ul> li> ul {
	position: absolute;
	top: 0%;
	left: 100%;
	width: 300px;
	padding: 0;
	display: none;
	background: #ffffff;
    border-radius: 0;
	-webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -moz-transform: translateY(30px);
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	-o-transform: translateY(30px);
    transform: translateY(30px);
    transition:all 100ms ease;
	z-index: 100;
}
.main-menu .navigation li> ul> li.dropdown:hover ul {
	opacity:1;
	visibility:visible;
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;	
}
.main-menu .navigation>li>ul>li>ul> li {
	position: relative;
    display: block;
    padding: 0 20px;
	width: 100%;
}
.main-menu .navigation> li> ul> li> ul> li> a {
	position: relative;
	display: block;
    border-bottom: 1px solid #e9e9e9;
	padding: 5px 0px 5px;
	color: #222222;
	font-size: 14px;
	line-height: 24px;
	font-weight: 600;
	text-align: left;
	text-transform: capitalize;
	transition: all 500ms ease;
}
.main-menu .navigation> li> ul> li> ul> li:last-child> a{
    border: none;
}
.main-menu .navigation> li> ul> li:hover > a{
    padding-left: 15px;
}
.main-menu .navigation> li> ul> li> ul> li> a:hover {
    padding-left: 15px;
}
.main-menu .navigation> li> ul> li> ul> li a:before{
    position: absolute;
    top: 0;
    left: 0px;
    bottom: 0;
    content: "";
    margin: 15px 0;
    width: 0px;
    transition: all 500ms ease;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.main-menu .navigation> li> ul> li> ul> li:hover> a:before{
    width: 5px;
}


/** Megamenu Style **/
.main-menu .navigation > li.dropdown > .megamenu {
    position: absolute;
    width: 100%;
    padding: 0px 0px;
    left: 0px;
}
.main-menu .navigation li.dropdown .megamenu li h4{
  font-weight: 500;
  padding: 3px 0px;
  color: #fff;
}
.main-menu .navbar-collapse>ul li.dropdown .dropdown-btn {
    position: absolute;
    right: 0px;
    top: 0;
    width: 50px;
    height: 42px;
    border-left: 1px solid #04102a;
    text-align: center;
    font-size: 16px;
    line-height: 42px;
    color: #ffffff;
    cursor: pointer;
    display: none;
    z-index: 5;
}



.header-bottom_right{
    position: relative;
    display: flex;
    align-items: center;
}

.outer-search-box-style1{
    position: relative;
    display: block;
}
.outer-search-box-style1 .seach-toggle {
    position: relative;
    display: block;
    width: 80px;
    height: 75px;
    color: #fff;
    font-size: 22px;
    line-height: 75px;
    cursor: pointer;
    text-align: center;
    margin: 0;
    transition: all 500ms ease;
    border-left: 1px solid rgba(255, 255, 255, 0.20);
}
.outer-search-box-style1 .search-box {
    position: absolute;
    top: 120%;
    right: 0%;
    background: rgba(0, 0, 0, 0.90);
    opacity: 0;
    padding: 20px;
    transition: all 500ms ease 0s;
    visibility: hidden;
    z-index: 100;
    margin-left: 0;
}
.outer-search-box-style1 .search-box.now-visible {
    top: 100%;
    opacity: 1;
    visibility: visible;
    z-index: 100;
}
.outer-search-box-style1 .search-box .form-group{
    position:relative;
    padding: 0px;
    margin: 0px;
    width: 100%;
    min-width: 250px;
}
.outer-search-box-style1 .search-box .form-group input[type="search"] {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #1f1f23;
    color: #000;
    display: block;
    font-size: 13px;
    line-height: 24px;
    position: relative;
    transition: all 500ms ease 0s;
    width: 100%;
    height: 45px;
    padding-left: 15px;
    padding-right: 50px;
}
.outer-search-box-style1 .search-box .form-group input[type="search"]:focus{
    border-color: #f5f5f5;	
}
.outer-search-box-style1 .search-box .form-group button, 
.outer-search-box-style1 .search-box .form-group input[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.95);
    color: #fff;
    font-size: 13px;
    height: 45px;
    line-height: 45px;
    width: 45px;
    transition: all 500ms ease 0s;
}
.outer-search-box-style1 .search-box .form-group button:hover,
.outer-search-box-style1 .search-box .form-group input:focus + button{
    color: #222222;
    background: #f5f5f5;
}

.header-bottom_right__btn{
    position: relative;
    display: block;
}
.header-bottom_right__btn a {
    line-height: 75px;
    padding-left: 35px;
    padding-right: 35px;
}



/*** 
=====================================================
	Main Header style Two Css
=====================================================
***/
.header-style-two { }
.sticky-header .main-menu.style2 .navigation>li>a.home .home_icon {
    width: 80px;
    height: 100px;
    font-size: 30px;
    line-height: 100px;
}
.sticky-header .main-menu.style2 .navigation>li>a {
    color: #222222;
    padding: 35px 0 35px;
}

.header-top-style2{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 12px 0px 13px;
}
.header-top-style2 .outer-box{
    position: relative;
    display: block;
}

.header-top-style2_left {
    position: relative;
    display: block;
}
.header-contact-info1{
    position: relative;
    display: block;
}
.header-contact-info1 ul{
    overflow: hidden;
}
.header-contact-info1 ul li{
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 25px;
    color: #222222;
    font-size: 16px;
    font-weight: 400;
}
.header-contact-info1 ul li:last-child{
    margin-right: 0;
}
.header-contact-info1 ul li span::before{
    position: relative;
    display: inline-block;
    font-size: 18px;
    top: 2px;
    left: 1px;
    font-weight: 600;
    padding-right: 10px;
}
.header-contact-info1 ul li a{
    color: #222222;
    font-weight: 700;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}


.header-social-link-2 .social-link ul li a {
    background: #ffffff;
    line-height: 33px;
    border: 1px solid rgba(31, 103, 176, 0.10);
}
.header-social-link-2 .social-link ul li a:before {
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    background: #1f67b0;
}




.header-style2 {
    position: relative;
    display: block;
    padding-top: 47px;
}
.header-style2 .outer-box {
    position: relative;
    display: block;
}
.header-style2_left {
    position: relative;
    display: block;
}
.header-style2_left .logo {
    position: relative;
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
}
.header-style2_left .logo a{
    position: relative;
    display: inline-block;
}


.header-style2_right {
    position: relative;
    display: flex;
    align-items: center;
    padding: 3px 0;
}

.main-menu.style2 .navigation> li {
    margin-right: 35px;
}
.main-menu.style2 .navigation>li>a.home {
    padding: 0;
}
.main-menu.style2 .navigation>li>a.home .home_icon {
    width: 55px;
    height: 60px;
    font-size: 24px;
    line-height: 60px;
}
.main-menu.style2 .navigation>li>a {
    color: #ffffff;
    padding: 15px 0 15px;
}



.outer-search-box-style2 .seach-toggle {
    width: 60px;
    height: 45px;
    color: #fff;
    font-size: 18px;
    line-height: 45px;
    border-left: 1px solid rgba(255, 255, 255, 0.20);
}
.outer-search-box-style2 .search-box {
    top: 150%;
}
.outer-search-box-style2 .search-box.now-visible{
    top: 130%;
}

.header-style2_right__btn a {
    line-height: 60px;
    padding-left: 30px;
    padding-right: 30px;
}



/*** 
=====================================================
	Main Header style Three Css
=====================================================
***/
.header-style-three{}
.sticky-header .main-menu.style3 .navigation>li>a {
    color: #222222;
    padding: 35px 0 35px;
}
.sticky-header .main-menu.style3 .navigation>li>a.home {
    padding: 38px 0;
}

.header-top-style3{
    position: relative;
    display: block;
    padding: 15px 0px 15px;
}
.header-top-style3 .outer-box{
    position: relative;
    display: block;
}


.header-top-style3_left{
    position: relative;
    display: block;
}
.header-contact-info2{
    position: relative;
    display: block;
}
.header-contact-info2 ul{
    overflow: hidden;
}
.header-contact-info2 ul li{
    position: relative;
    display: flex;
    align-items: center;
    float: left;
    margin-right: 20px;
    color: #ffffff;
    font-size: 16px;
}
.header-contact-info2 ul li:last-child{
    margin-right: 0;
}
.header-contact-info2 ul li span::before{
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 8px;
    height: 32px;
    width: 32px;
    border: 1px solid rgba(255, 255, 255, 0.40);
    border-radius: 50%;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
}
.header-contact-info2 ul li a{
    color: #ffffff;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;    
}



.header-top-style3_right{
    position: relative;
    display: block;
}
.header-social-link-3 .social-link ul li a {
    height: 32px;
    width: 32px;
    background: transparent;
    color: #ffffff;
    font-size: 14px;
    line-height: 30px;
    border: 1px solid rgba(255, 255, 255, 0.40);
}
.header-social-link-3 .social-link ul li a:before {
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    background: #ffffff;
}
.header-social-link-3 .social-link ul li a:hover{
    color: #222222;
}


.header-style3 {
    position: relative;
    display: block;
}
.header-style3 .outer-box {
    position: relative;
    display: block;
    background: #ffffff;
}
.header-style3 .outer-box::before{
    position: absolute;
    left: 10px;
    bottom: -10px;
    right: 10px;
    height: 10px;
    background: #ffffff;
    opacity: 0.25;
    content: "";
}

.header-style3_left {
    position: relative;
    display: block;
}
.header-style3_left .logo {
    position: relative;
    display: block;
    padding-top: 22px;
    padding-left: 35px;
    padding-bottom: 22px;
    z-index: 1;
}
.header-style3_left .logo .logo-bg{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 310px;
    height: 110px;
    z-index: -1;
}
.header-style3_left .logo a{
    position: relative;
    display: inline-block;
}


.header-style3_right {
    position: relative;
    display: flex;
    align-items: center;
}
.main-menu.style3 .navigation> li {
    margin-right: 30px;
}
.main-menu.style3 .navigation>li>a.home {
    padding: 43px 0;
}
.main-menu.style3 .navigation>li>a.home .home_icon {
    width: auto;
    height: auto;
    font-size: 24px;
    line-height: 24px;
    background:transparent;
}
.main-menu.style3 .navigation>li>a {
    color: #222222;
    padding: 40px 0 40px;
}

.outer-search-box-style3 .seach-toggle {
    width: 60px;
    height: 45px;
    color: #222222;
    font-size: 18px;
    line-height: 45px;
    border-left: 1px solid #dddddd;
}
.outer-search-box-style3 .search-box {
    top: 160%;
}
.outer-search-box-style3 .search-box.now-visible{
    top: 175%;
}


.header-style3_right__btn{
    position: relative;
    display: block;
}
.header-style3_right__btn a {
    color: #222222;
    font-size: 18px;
    line-height: 110px;
    font-weight: 900;
    padding-left: 30px;
    padding-right: 30px;
}
.header-style3_right__btn .btn-one .txt i.left {
    font-weight: 700;
}



/*** 
=====================================================
	Main Header style Four Css
=====================================================
***/
.header-style-four{
    position: relative;
}
.sticky-header .main-menu.style4 .navigation>li>a {
    color: #222222;
    padding: 35px 0 35px;
}
.sticky-header .main-menu.style4 .navigation>li>a.home {
    padding: 38px 0;
}


.header-top-style4 {
    position: relative;
    display: block;
    background: #e9ebf4;
    padding: 0px 0px 0px;
}
.header-top-style4 .outer-box{
    position: relative;
    display: block;
}

.header-top-style4_left{
    position: relative;
    display: block;
    padding: 15px 0;
    z-index: 1;
}
.header-top-style4_left::before{
    content: "";
    position: absolute;
    top: 0;
    left: -1000000px;
    bottom: 0;
    right: -50px;
    background: #2739a7 ;
    z-index: -1;
}

.header-contact-info3{
    position: relative;
    display: block;
}
.header-contact-info3 ul{
    overflow: hidden;
}
.header-contact-info3 ul li{
    position: relative;
    display: flex;
    align-items: center;
    float: left;
    padding-left: 36px;
    margin-right: 35px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    border-left: 1px solid rgba(255, 255, 255, 0.20);
}
.header-contact-info3 ul li:last-child{
    margin-right: 0;
}
.header-contact-info3 ul li span::before{
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 8px;
    font-size: 14px;
    line-height: 30px;
}
.header-contact-info3 ul li a{
    color: #ffffff;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;    
}


.header-top-style4_right {
    position: relative;
    display: block;
    padding: 12px 0 13px;
}
.header-social-link-4 {
    padding-left: 0px;
}


.header-style4 {
    position: relative;
    display: block;
    background: #ffffff;
}
.header-style4 .outer-box {
    position: relative;
    display: block;
}

.header-style4_left {
    position: relative;
    display: block;
}
.header-style4_left .logo {
    position: relative;
    display: block;
    padding-top: 29px;
    padding-bottom: 30px;
}
.header-style4_left .logo a{
    position: relative;
    display: inline-block;
}


.header-style4_right {
    position: relative;
    display: flex;
    align-items: center;
}

.main-menu.style4 .navigation> li {
    margin-right: 30px;
}
.main-menu.style4 .navigation>li>a.home {
    padding: 50px 0 51px;
}
.main-menu.style4 .navigation>li>a.home .home_icon {
    color: #222222;
    width: auto;
    height: auto;
    font-size: 24px;
    line-height: 24px;
    background:transparent;
}
.main-menu.style4 .navigation>li>a {
    color: #222222;
    padding: 47px 0 48px;
}




.outer-search-box-style4 .seach-toggle {
    width: 60px;
    height: 45px;
    color: #222222;
    font-size: 18px;
    line-height: 45px;
    border-left: 1px solid #e9ebf4;
}
.outer-search-box-style4 .search-box {
    top: 160%;
}
.outer-search-box-style4 .search-box.now-visible{
    top: 195%;
}

.header-style4_right__btn{
    position: relative;
    display: block;
}



/*** 
=====================================================
	Main Header style Five Css
=====================================================
***/
.header-style-five{}

.sticky-header .main-menu.style5 .navigation>li>a {
    color: #222222;
    padding: 35px 0 35px;
}
.sticky-header .main-menu.style5 .navigation>li>a.home {
    padding: 38px 0;
}

.header-top-style5 .bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: -18px;
    right: 0;
    background: #2739a7;
}

.header-top-style5_left{
    position: relative;
    display: block;
}
.header-top-style5_left .header-contact-info2 ul li span::before {
    border: 1px solid rgba(255, 255, 255, 0.20);
    font-weight: 600;
}


.header-top-style5_right{
    position: relative;
    display: flex;
    align-items: center;
}
.header-top-style5_right .header-menu-1 ul li:before {
    background: #ffffff;
}
.header-top-style5_right .header-menu-1 ul li a {
    color: #ffffff;
}


.header-style5_right {
    position: relative;
    display: flex;
    align-items: center;
}
.main-menu.style5 .navigation> li {
    margin-right: 30px;
}
.main-menu.style5 .navigation>li>a.home {
    padding: 43px 0;
}
.main-menu.style5 .navigation>li>a.home .home_icon {
    width: auto;
    height: auto;
    font-size: 24px;
    line-height: 24px;
    background:transparent;
}
.main-menu.style5 .navigation>li>a {
    color: #222222;
    padding: 40px 0 40px;
}

.outer-search-box-style5 .seach-toggle {
    width: 60px;
    height: 45px;
    color: #222222;
    font-size: 18px;
    line-height: 45px;
    border-left: 1px solid #dddddd;
}
.outer-search-box-style5 .search-box {
    top: 160%;
}
.outer-search-box-style5 .search-box.now-visible{
    top: 175%;
}



.header-style5_right__btn{
    position: relative;
    display: block;
}
.header-style5_right__btn a {
    color: #ffffff;
    font-size: 18px;
    line-height: 110px;
    font-weight: 900;
    padding-left: 30px;
    padding-right: 30px;
}
.header-style5_right__btn .btn-one .txt i.left {
    font-weight: 700;
}













































