@charset "utf-8";
/* CSS Document */

/* thin,light,regular,bold,black */
body{padding:0; margin:0; font-family: "Poppins", sans-serif;font-size:16px; line-height:24px; background-color: #fff;}
input, textarea, label, samp, big, small{font-family: "Poppins", sans-serif;}
div, p, form, ul, li, h1, h2, h3, h4, h5, h6, a, span, form, img, br, input, textarea, label, samp, figure, section, aside, article, big, small{padding:0; margin:0;}
a, input{text-decoration:none; outline:none;}
img{border:0; outline:none;}
ul{list-style-type:none;}
*:focus{outline:none;}	
*, ::after, ::before{-webkit-box-sizing:border-box;	-moz-box-sizing:border-box; box-sizing:border-box;}
input[type="button"],input[type="submit"],.input-checkbox{-webkit-appearance:none;-moz-appearance:none;appearance:none;}
.clear{clear:both; line-height:0 !important; font-size:0 !important; height:0px !important;}
.left{float:left;}
.right{float:right !important;}
.block{display:block;}
.inlineblock{display:inline-block;}
.relative{position:relative}
.absolute{position:absolute;}

.fadeOut{opacity:0;} 
.fadeIn{opacity:1;}
.fadeOutRight {opacity:0; position:relative; left:50%;}
.fadeInRight{opacity:1; left:0%;}
.fadeOutLeft {opacity:0; position:relative; right:50%;}
.fadeInLeft{opacity:1; right:0%;}
.fadeOutBottom{opacity:0; position:relative; top:50px;}  
.fadeInBottom{opacity:1; top:0px;}
.fadeOutTop{opacity:0; position:relative; margin-top:-50%;}  
.fadeInTop{opacity:1; margin-top:0%;}

.addAnimate{-webkit-transition: all 0.3s ease-in; -moz-transition: all 0.3s ease-in;  -o-transition: all 0.3s ease-in; transition: all 0.3s ease-in-out;}
.addAnimate2{-webkit-transition: all 0.3s ease-in; -moz-transition: all 0.3s ease-in;  -o-transition: all 0.3s ease-in; transition: all 0.3s ease-in-out;}
.transition{-webkit-transition: all 0.7s ease-in-out; -moz-transition: all 0.7s ease-in-out;  -o-transition: all 0.7s ease-in-out; transition: all 0.7s ease-in-out;}
.transition2{-webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out;  -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}
.transition3{-webkit-transition: all 12s ease-in-out; -moz-transition: all 12s ease-in-out;  -o-transition: all 12s ease-in-out; transition: all 12s ease-in-out;}
.transition4{-webkit-transition: all 1.2s ease-in-out; -moz-transition: all 1.2s ease-in-out;  -o-transition: all 1.2s ease-in-out; transition: all 1.2s ease-in-out;}

.delay5{-webkit-transition-delay:0.5s; -moz-transition-delay:0.5s; -o-transition-delay:0.5s; -ms-transition-delay:0.5s; transition-delay:0.5s;}
.delay8{ -webkit-transition-delay:0.8s; -moz-transition-delay:0.8s; -o-transition-delay:0.8s; -ms-transition-delay:0.8s; transition-delay:0.8s;}

.middle{ vertical-align:middle; text-align:center;}
.middle>*{ display:inline-block; vertical-align:middle; margin-right:-4px !important;}
.middle:after{content:''; height:100%; width:1px;display:inline-block; vertical-align:middle; }

.heading1_b{color:#243267; font-size:36px; font-weight:400; margin-bottom:30px;}
.heading1_b strong{ font-weight:700;}

.heading1_w{color:#FFF; font-size:36px; font-weight:400; margin-bottom:30px;}
.heading1_w strong{ font-weight:700;}

.heading2_b{color:#000; font-size:24px; font-weight:400; margin-bottom:30px;}
.heading2_b strong{ font-weight:700;}

.heading2_w{color:#FFF; font-size:24px; font-weight:400; margin-bottom:30px;}
.heading2_w strong{ font-weight:700;}

.more{height:43px; line-height:43px; padding:0 35px; color:#FFF; text-transform:uppercase; background:#cd2629; font-size:12px; display:inline-block; position:relative;}
.more:after{content:'';width:48px; height:9px; position:absolute; top:14px; right:-25px; background:url(../images/arrow.png) no-repeat 0 0; z-index:1;}
.more:before{content:'';width:22px; height:1px; position:absolute; top:22px; right:0px; background:#FFF; z-index:2;}

.more2{color:#e71f38; font-size:12px; font-weight:400; text-transform:uppercase; padding-right:30px; height:10px; line-height:10px; position:relative;display:inline-block;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;-ms-transition:all 1s ease;transition:all .5s ease}
.more2:after{content:'';width:24px;height:7px;position:absolute;right:0;top:0px;background:url(../images/arrow2.png) no-repeat 100% 0;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;-ms-transition:all 1s ease;transition:all .5s ease}
.more2:hover:after{background:url(../images/arrow2.png) no-repeat 0px 0;}

/*.more3{color:#e71f38; font-size:12px; font-weight:400; text-transform:uppercase; padding-right:20px; height:10px; line-height:10px; position:relative;display:inline-block; cursor:pointer;}
.more3:after{content:'';width:24px;height:10px;position:absolute;right:0;top:0px;background:url(../images/plus.gif) no-repeat 100% 0;}*/

.more4{color:#fff; font-size:12px; font-weight:400; padding-left:20px; height:10px; line-height:10px; position:relative;display:inline-block; cursor:pointer;}
.more4:after{content:'';width:14px;height:10px;position:absolute;left:0;top:0px;background:url(../images/plus_w.png) no-repeat 100% 0;}


.more5{color:#424141; font-size:12px; font-weight:400; padding-left:20px; height:10px; line-height:10px; position:relative;display:inline-block; cursor:pointer;}
.more5:after{content:'';width:10px;height:10px;position:absolute;left:0;top:0px;background:url(../images/plus.gif) no-repeat 100% 0;}


.more6{color:#fff; font-size:14px; font-weight:400; padding-right:20px; height:10px; line-height:10px; position:relative;display:inline-block; cursor:pointer;}
.more6:after{content:'';width:24px;height:10px;position:absolute;right:0;top:0px;background:url(../images/plus.gif) no-repeat 100% 0;}
/* .zoomIn{-webkit-transform: scale(1.2); transform: scale(1.2);}
.zoomOut{-webkit-transform: scale(0.7); transform: scale(0.7);} */

/* ------------------------------------- */

.center{ width:95%; max-width:1160px; margin:0 auto;}
.center:after{content:''; display:block; clear:both;}
header{/* background:rgba(255,255,255,0.60); */height: 100px;/* -webkit-box-shadow:0px 6px 15px -1px rgba(0,0,0,0.09); */-moz-box-shadow:0px 6px 15px -1px rgba(0,0,0,0.09);/* box-shadow:0px 6px 15px -1px rgba(0,0,0,0.09); */z-index:9;position:fixed;width:100%;top:0;left:0;}
header:after, .headerSec1:after, headerSec2:after, .topLinks:after, .topSearch:after, footerSec1:after, footerSec2:after{content:''; display:block; clear:both;}

.content_panel{ position:relative; z-index:1;}

.headerSec1{ margin: 20px 0 0;}
.headerSec1 aside:first-of-type{ float:left;}
.headerSec1 aside:last-of-type{ float:right;}

.topLinks li{ float:left; line-height:36px; margin-right:15px; padding-right:15px; position:relative;}
.topLinks li:last-of-type:after{ display:none;}
.topLinks li a{color:#9491ad; font-size:12px;}
.topLinks li a:hover{color:#FFF;}
.sm{}
.sm span{ float:left; height:36px; line-height:36px; padding-right:20px; font-size:12px; color:#9491ad;}
.sm a{ float:left; width:36px; height:36px; border-right:1px solid rgba(255,255,255,0.2); font-size:0; color:transparent; line-height:0; position:relative;}
.sm a:first-of-type{ border-left:1px solid rgba(255,255,255,0.2);}
.sm a:after{content:''; width:16px; height:16px; position:absolute; left:0; right:0; top:0; bottom:0; margin:auto;-webkit-transition: all 0.3s ease-in; -moz-transition: all 0.3s ease-in;  -o-transition: all 0.3s ease-in; transition: all 0.3s ease-in-out;}
.sm a.fb:after{ background:url(../images/icon-social.png) no-repeat 0 0;}
.sm a.twitter:after{ background:url(../images/icon-social.png) no-repeat -16px 0;}
.sm a.linkdin:after{ background:url(../images/icon-social.png) no-repeat -32px 0;}

.sm a.fb:hover:after{ background:url(../images/icon-social.png) no-repeat 0 100%;}
.sm a.twitter:hover:after{ background:url(../images/icon-social.png) no-repeat -16px 100%;}
.sm a.linkdin:hover:after{ background:url(../images/icon-social.png) no-repeat -32px 100%;}

.headerSec2{ position:relative;}

.headerSec2 aside{float: left;}
.headerSec2 aside:after{content:''; display:block; clear:both;}
.menu-top-right {
    float: right;
}

.headerSec2 aside.search {
    float: right;
    margin-top: 12px;
    margin-left: 24px;
}

.headerSec2 aside.search span {
    background: url(../images/searchic_active.png) no-repeat left;
    color: #131313;
    padding-left: 22px;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    cursor: pointer;
    background-size: 100%;
    width: 34px;
    height: 35px;
    display: inline-block;
}
.headerSec2 aside.search.active span {
    background: url(../images/closeactive.png) no-repeat left;
    filter: brightness(0) invert(1);
}
.searchblock{background: rgba(255,255,255,1.00);  -webkit-box-shadow: 0px 6px 15px -1px rgba(0,0,0,0.09); -moz-box-shadow: 0px 6px 15px -1px rgba(0,0,0,0.09);  box-shadow: 0px 6px 15px -1px rgba(0,0,0,0.09); width: 100%; padding: 15px 0 0px; position: absolute; top: 80px; left: 0; z-index: 9; display: none; height: 80px;}



.searchwrap {
  position: relative;
  margin: 0 auto;
  border-bottom: 1px solid #bdbdbd;
  width: 95%;
  max-width: 1160px;
}

.searchTerm {
  width:calc(100% - 50px);
  border: 0px solid #00B4CC;
  border-right: none;
  padding: 5px;
  height: 40px;
  border-radius: 5px 0 0 5px;
  outline: none;
  color: #232323; font-size: 18px;
}

.searchTerm:focus{
  color: #004ea6;
}

.searchButton {
  width: 40px;
  height: 20px;
  border: 0px solid #00B4CC;
  background: url("../images/searcharrow.png") no-repeat center;
  text-align: center;
  color: #fff;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  font-size: 20px; 
}
.logo{float:left;position: relative;margin: 6px 0 0 0;}
nav{ float:left;}
nav ul li{ float:left; padding:0 18px;height:66px; line-height:66px;}
nav ul li a{font-size:15px; font-weight:700; color:#080907;}
.siteSearchHolder{ float:left; height:66px; position:relative;}
.insuranceBtn{ float:left; background:#cd2629 url(../images/icon-insurance.png) no-repeat 50% 16px; height:66px; width:110px; padding-top:40px; color:#FFF; text-transform:uppercase; font-size:10px; text-align:center;}

#navTrigger{ display:none;}

.topSearch { width:60px; overflow:hidden; height:66px; position:relative; background:#fff; padding-top:20px;}
.topSearchFild { border: 0; display: inline-block; border-bottom:1px dotted #ccc; padding:5px 10px; float: left; position: relative; z-index: 1;}
.topSearchBtn { border: 0; background: url(../images/search-icon.png) 53% 0 no-repeat #fff; width:61px; height: 28px; position: absolute; top:24px; right:0px; z-index: 2; cursor: pointer;}
.searchTrigger { background:#f3f3f3 url(../images/search-icon.png) no-repeat 50% 50%; padding-left:40px; height:66px; width:60px; display:inline-block; position:absolute; right:0; top:0; z-index:2; border-left:1px solid #e7e7e7; cursor:pointer;}
.stClose{ background:#d2d2d2 url(../images/close.png) no-repeat 50% 50%;}

section.footer {
  background: #1b0f0a;
  padding: 60px 0px;
}
.footer_mid_box .footer_first_box p {
  font-size: 16px;
  color: #bebebe;
  font-weight: 300;
  margin: 40px 0px;
}

.footer_mid_box {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.footer_mid_box .footer_first_box {
  width: 20%;
}
.footer_mid_box .footer_first_box:first-child {width: 32%;margin-right: 46px;}

.subscribe_box {
  background: #fff;
  /* height: 42px; */
  border-radius: 50px;
  display: flex;
  overflow: hidden;
}

input.subscribe_fild_box {
  width: 60%;
  height: 50px;
  border-radius: 20px;
  border: none;
  padding-left: 16px;
  padding-right: 10px;
}

button.subscribe_button {
  background: #cd7700;
  width: 40%;
  border: none;
  height: 50px;
  border-radius: 50px;
  font-size: 16px;
  color: #fff;
  font-weight: 300;
}
.footer_first_box h4 {
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 20px;
}
.footer_first_box ul li a {
  font-size: 16px;
  color: #bebebe;
  padding: 8px 0px;
  display: block;
  transition: 0.4s;
}
.footer_first_box ul li a:hover {
  color: #fff;
  padding-left: 6px;
}
.address_box {
  font-size: 16px;
  color: #bebebe;
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

.address_box span {
  padding-left: 14px;
}

.address_box span a {
  color: #bebebe;
}
ul.social_box {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 40px;
}

ul.social_box li {
  width: 44px;
  height: 44px;
  border: 1px solid #6c615c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.6s;
}

ul.social_box li a {
  padding: 0px;
  font-size: 0px;
  display: flex;
}
ul.social_box li a:hover {
  padding-left:0px;
}

ul.social_box li:hover {
  background: #cd7700;
  border: none;
}
.copy_box {
  border-top: 1px solid #6c615c;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
}

.copy_box span {
  font-size: 16px;
  color: #7e7e7e;
  font-weight: 400;
}

.copy_box a {
  font-size: 16px;
  color: #7e7e7e;
  font-weight: 400;
}


 
/* Inner banner section start*/
.hbDex {width: 100%; height: 100%; object-fit: cover;  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out; -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */       -moz-animation: fadein 2s; /* Firefox < 16 */        -ms-animation: fadein 2s; /* nternet Explorer */         -o-animation: fadein 2s; /* Opera < 12.1 */            animation: fadein 2s;}
.innerbannerInfo{position: absolute; bottom: 130px; text-align: center; margin: 0 auto; left: 0; right: 0;}
.innerbannerInfo h1{color: #fff; font-size: 16px; position: relative; padding: 0 0 15px; margin: 0 0 15px; text-transform: uppercase;}
.innerbannerInfo h1:after{position: absolute; content: ""; width: 52px; height: 3px; left: 0; right: 0; bottom: 0; background-color: #eb0e17; margin: 0 auto;}
.innerbannerInfo h3{color: #ffffff; font-size: 24px; position: relative;}
.innerbannerInfo h3 strong{ font-weight: 800; display: inline-block; width: 100%; padding: 15px 0 0;} 
 .container{width:95%; max-width:1183px; margin:0 auto;}
 .row{float:left; width:100%; position: relative;  }
 
.bredcrub_single{float:left; width:100%; background-color: #f4f4f4; height: 72px;}
.bredcrub_single li{float: left; font-size: 14px; line-height: 72px; height: 100%; padding: 0 30px; color: #393939;}
.bredcrub_single li:last-child{background-color: #fff;}
.bredcrub_single li.home{background-color:#0054a6;}
.bredcrub_single li a{padding:0;   padding: 0 0px; color:#393939; position:relative;}
.bredcrub_single li span{/*background:#fff url(../images/bredcramb_arrow.png) 92% center no-repeat; */  height: 100%; float: left; color: #393939;}



.breadcrumb{ padding:0px 0 0px; background-color: #f4f4f4;height: 72px; float: left; width: 100%;}
.bcHome{ float: left; height: 100%; background:#0054a6 url(../images/home.png) no-repeat center; font-size: 1; color: transparent; line-height: 0; margin: 0 0px; padding: 0 15px;}
.breadcrumb>span{float: left; line-height: 15px; font-size: 15px; display: block; line-height: 72px; background-color: #fff; padding: 0 30px; color: #393939;}

.full_block{float: left; width: 100%;}

header.scrolled{background: rgb(0 0 0);-webkit-transition: all 0.7s ease-in-out;-moz-transition: all 0.7s ease-in-out;-o-transition: all 0.7s ease-in-out;transition: all 0.7s ease-in-out;}
.mob {
  display: none;
}

 @media screen and (max-width:1085px){
	/*  header{ position:relative; width:100%; top:0; left:0;} */
	 header {height: 80px;}
	 
	 .headerSec1{display: none;}
	 .headerSec2.center{ width:100%;}
	 .headerSec1 .center{ width:100%;}
	 .headerSec1 aside:first-of-type, .logo{ margin:8px 20px;}
	 .siteSearchHolder{ position:inherit;}
	 .searchTrigger{ position:relative; right:auto; top:auto; }
	 .topSearch{ position:absolute; left:0; top:100%; background:#FFF; width:100%; border-top:1px solid #DDD; padding:20px 70px 0 30px; display:none;}
	 .topSearchFild{ width:100%;}
	 #navTrigger{ display:block; float:left; width:66px; background:#192553 url(../images/snavbtn.png) no-repeat 50% 50% ; height:66px; cursor:pointer;border-top: 1px solid rgba(255,255,255,0.2); cursor:pointer;}
	 #navTrigger.ntClose{background:#192553 url(../images/close2.png) no-repeat 50% 50% ;}
	 
	 nav{ position:fixed; top:0; right:-250px; height:100%; width:250px; background:#192553; overflow:auto; z-index:5;}
	 nav ul{}
	 nav ul li {float: none; padding: 0 18px; height: auto; line-height:20px;}
	 nav ul li a{ color:#FFF;}
	 
	 .navShow { margin: 0 250px 0 -250px;}
	 nav.navActive { right: 0;}	 
 }
  @media screen and (max-width:900px){
 }
 @media screen and (max-width:680px){
  .mob {
    display:block;
  }
  .desktop {
    display: none;
  }
  .headerSec1 aside:first-of-type, .logo {
    margin-top: 18px;
}
.headerSec2 aside.search {
  margin-top: 24px;
  margin-right: 20px;
}
  .footer_mid_box {
    flex-wrap: wrap;
}
.footer_mid_box .footer_first_box:first-child {
  width: 100%;
  margin-right: 0px;
}
.footer_mid_box .footer_first_box {
  width: 100%;
}
	 .headerSec1{ display:none;}
	 
.heading1_b{ font-size:24px;}
.heading1_w{font-size:24px;}

.inner_banner {margin: 65px 0 0;}
.inner_banner .banner_info {position: relative; width: 100%; bottom: auto; background-color:#192553 ; float:left; padding:30px;}
.inner_banner img{display:block;}
.inner_banner .banner_info .bredcrub{display:none;}
.inner_banner .banner_info h3{padding:0px; font-size:20px;}	 
.bredcrub_single{height: auto; display: none;}
.bredcrub_single li {font-size: 13px; line-height: 35px;}
.bredcrub_single li:last-child{width: 100%;}
}

@media screen and (max-width:479px){
.searchTrigger { width: 45px;}
.inner_banner .banner_info { padding: 10px;}	
	
}