/*--------Header Section Starts-----------*/
.headerOuter {
	padding: 0;
	width: 100%;
	z-index: 1;
	background-color: #f7eecb;
	height: 110px;
} 
.innerHeaderOuter {position:relative; padding:0;}
.headerOuter .container_12 {
	padding: 0 15px;
	box-sizing: border-box;
	position:relative;
}
.logoWrapper {
	display: block;
	width: 104px;
	display: block;
	text-align: center;
	margin-top: 11px;
	float: left;
	margin-right: 193px;
}
.logoWrapper img {
	width: 100%;
	height: auto;
	transition: All .5s ease;
	-webkit-transition: All .5s ease;
	-moz-transition: All .5s ease;
	-o-transition: All .5s ease;
}

.logoWrapper img:hover {
	transform: scale(1.1);
}
.mainNavigation .off {
	display: none;
}
.mainNavigation ul li {
	float:none;
	margin-right: 2px;
	position:relative;
	display:inline-block;
}
.mainNavigation ul li a {
	color: #000;
	text-decoration: none;
	line-height: 63px;
	margin: 0 21px;
	display: block;
	transition: All .5s ease;
	-webkit-transition: All .5s ease;
	-moz-transition: All .5s ease;
	-o-transition: All .5s ease;
	text-transform: uppercase;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
}
.mainNavigation ul li a:hover {color:#2e93ff; transform: scale(1.1);}
.navHeader ul.sub-menu {
	position: absolute;
	left: 0;
	top: 60px;
	z-index: 99;
	background: rgba(00, 00, 00, 0.9);
	padding: 15px 0;
	width: 285px;
	box-sizing: border-box;
	color: #f3f3f3;
	opacity: 0;
	visibility: hidden;
	transition: opacity 300ms linear;
	font-size: 15px;
	border-top: #6c6c6c 5px solid;
}
.mainNavigation ul.sub-menu li {
	float: left;
	margin-right: 0;
	padding: 10px 20px;
	width: 100%;
	box-sizing: border-box;
	text-align:left;
}
.navHeader ul.sub-menu li a {
	color: #bfbfbf;
	padding: 0;
	background: none;
	line-height: 25px;
}
.mainNavigation ul li:hover ul.sub-menu {
	opacity: 1;
	visibility: visible;
}

.socialBlock {
	float: left;
	margin-left: 34px;
}
.socialBlock i {
	float: left;
	font-size: 26px;
	margin-right: 11px;
}
.socioText {float:left;}

.sticky .bottomHeader {
	padding-top: 16px;
}
.headerCartoon {
	position: absolute;
	right: 0;
	top: -63px;
}
.sticky .headerCartoon { display:none;}




.header, .nextHdr {

}

.sticky {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 100;
	border-top: 0;
	background:#f7eecb;
	height:90px;
	transition: all .3s ease-in-out;
	padding: 0;
}
.sticky .logoWrap {
	width: 185px;
	float: left;
}
.sticky .logoWrap img { width:100%;}
.nextHdr .schlDTour { display:none;}
.sticky .schlDTour {
	display: inline-block;
	text-align: right;
	margin-top: 6px;
}
.sticky .schlDTour a {
	font-weight: 600;
	font-size: 15px;
	padding: 7px 23px;
}

.sticky .navHeader {
	float: left;
	width: auto;
	/* padding-top: 8px; */
	padding-right: 0;
	margin-top: 0;
	background: none;
	margin-right: 0;
	margin-left: 0;
	padding-top: 16px;
}
.sticky .mainNavigation ul li a {
	color: #000;
text-decoration: none;
line-height: 63px;
padding: 0 16px;
display: block;
transition: all .3s ease-in-out;
text-transform: uppercase;
font-weight: 600;
font-family: 'Poppins', sans-serif;
}
.sticky .logoWrapper {
	float: left;
	width: 6%;
	margin-right: 198px;
	/* margin-top: -18px; */
}
.sticky .logoWrapper img { width:100%; height:auto;}

/**/
.sticky .callBlock {
	padding-top: 19px;
	padding-bottom: 16px;
	border-top: #f93734 4px solid;
	border-bottom: #f93734 4px solid;
}
.sticky .followBlock {
	padding-top: 21px;
	padding-bottom: 22px;
	border-top: #2e93ff 4px solid;
	border-bottom: #2e93ff 4px solid;
}
#mobile-header {
	cursor: pointer;
	position: absolute;
	right: 81px !important;
	margin: 0;
	top: 16px;
	display: none;
}
.sticky #mobile-header {
	top: 16px;
	display: none;
}
#mobile-header a {
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: none;
	-ms-transition: none;
}


.sidr {
	
	color: #ffffff;
	padding: 0;
	z-index: 9999;
	font-size: 16px;
	font-weight: 400;
	line-height: 2;
	width:100%;
	height: 100vh;
	overflow-y: hidden;
	background:rgba(46, 147, 255, 0.9);
}
.sidr .sidr-inner {
padding:63px 18px 18px 18px !important;
height:100vh;
}
.sidr ul {
margin:0;
padding:0;
}
.sidr ul li {
padding:12px 14px;
margin: 0;
background: none;
border-bottom:1px solid rgba(0,0,0,0.10);
position:relative;
}
.sidr ul li ul li {
	
	font-size: 14px;
	background: url(images/arrow_icon.png) no-repeat left center;
	border-bottom: none;
	padding: 0px 14px;
}
.sidr .sidr-inner li ul li:last-child {

}
.sidr .sidr-inner li ul.sidr-class-sub-menu{
background: transparent;
padding: 0 10px;
margin: 10px 0;
box-sizing: border-box;
}
.sidr ul li ul.sidr-class-sub-menu {
margin-top:15px;
margin-bottom:5px;
}
.sidr ul li ul li a, .sidr ul li ul li span {
padding-left: 20px;
font-size:15px;
}
.sidr ul li ul li:hover, .sidr ul li ul li.active, .sidr ul li ul li.sidr-class-active {
	line-height: 40px;
}
.sidr ul li ul li:last-child {
border-bottom: none;
margin-bottom: 0;
padding-bottom: 0;
}
.sidr-class-mb_close_btn {
display:none;
}
.sidr ul li a, .sidr ul li span {
padding:0;
}

.navHeader {
	display: block;
	float: left;
	width: auto;
	margin-top: 0;
	text-align: center;
	margin-left: 0;
	margin-top: 29px;
}
.innerHeaderOuter .navHeader { background-color:#298cd0;}
#mobile-header a {
transition:none;
-moz-transition:none;
-webkit-transition:none;
;
-o-transition:none;
-ms-transition:none;
}
#mobile-header .mobile_menu.on {
font-size: 0px;
line-height:1.2;
z-index: 9;
position: relative;
color: #fff;
background:url(../images/bergerIco.png) no-repeat center center;
width:45px;
height:31px;
display:block;
}
.sidr .sidr-class-dropIc{
background:url(../images/arrow_icon_dwn.png) no-repeat center center;
}
.sidr .sidr-inner .active .sidr-class-dropIc {
transform: rotate(90deg);
}
.sidr .sidr-inner .active .sidr-class-dropIc, .sidr-class-dropIc {
position: absolute;
right: 0;
height: 55px;
width: 40px;
margin-top: 0;
cursor: pointer;
top: 0;
}
/*.mainNavigation .off {
display:none;
}*/


.sidr .sidr-class-off {
	display: block;
	position: absolute;
	z-index: 9999999;
	top: 10px;
	left: 9px;
	background: url(../images/cross_icon.png) no-repeat center center;
	padding: 0;
	border-radius: 0;
	color: #fff;
	font-size: 0;
	width: 43px;
	height: 43px;
	z-index: 999;
	border: none;
}

.sticky .headerTopbar { display:none;}


/*.hdrRight {float:right;}*/
.socialIco {
	margin-top: 17px;
	margin-right: 45px;
}
.socialIco img {width:21%; height:auto;}
.hdrSrch {
	margin-top: -45px;
	float: right;
	position:relative;
}
.hdrSrch .searchbar {
	display: none;
	color: #fff;
	position: absolute;
	z-index: 999999;
	background-color: #2c2c2c;
	width: 375px;
	right: 0;
}
.shd {background: url(../images/searchIco.png) no-repeat center center; width:62px; height:61px; font-size:0; border:none; padding:0; margin:0;}
.hdrSrch input[type="text"]  {
	width: 100%;
	padding: 17px;
	background: #2c2c2c;
	border: navajowhite;
	color: #fff;
}

.callBlock {
	padding-top: 29px;
	padding-bottom: 15px;
	border-top: #f93734 4px solid;
	border-bottom: #f93734 4px solid;
	margin-left: 50px;
	margin-right: -3px;
}
.callBlock i {
	float: left;
	font-size: 16px;
	margin-right: 15px;
	color: #f93734;
	/* font-weight: 500; */
	padding-top: 15px;
}
.callBlock a {
	color: #f93734;
	text-decoration: none;
	font-size: 19px;
	display: block;
	transition: All .5s ease;
	-webkit-transition: All .5s ease;
	-moz-transition: All .5s ease;
	-o-transition: All .5s ease;
}
.callBlock a:hover {transform: scale(1.1); color:#2e93ff;}
.socialBlock h5 {
	font-weight: 400;
	padding-bottom: 0;
	font-family: 'Poppins', sans-serif;
}
.mainNavigation ul li a {
	margin: 0 8px !important;
	font-size: 14px;
}
.jobWrap {
	
	right: 455px !important;
}
.followBlock {
	padding-top: 29px;
	padding-bottom: 16px;
	border-top: #2e93ff 4px solid;
	border-bottom: #2e93ff 4px solid;
}
.butterfly {
	float: right;
	width: 125px;
	padding-top: 29px;
}
.butterflyMobile {
	width: 125px;
	padding-top: 29px;
	display:none;
}
@media (max-width:1024px) {
#mobile-header {display:block;}
.navHeader {display:none;}
.sticky #mobile-header {
	
	margin-right:0;display:block;
	
}

}
@media (max-width:768px) {
	.butterflyMobile {
	width: 108px;
	padding-top: 35px;
	position: absolute;
	right: 101px;
}
.butterflyMobile {display:block;}
}
