/* =============================================================================
   CUSTOM
   ========================================================================== */
.header_right_top > div{
 height: 100%;
}
.header_bttn{
  height: 100%;
  display: block;
  text-align: center;
}
  .header_top_desktop .header_bttn a{
    font-size: 16px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    width: 100%;
    height: 100%;
    display: block;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    ackground-color: #00b9ff;
    background-color: #ff5d63;
  }
  .header_bttn a:hover{
    ackground-color: #33c7ff;
    background-color: #ce262c;
  }
  .header_top_desktop.shrink .header_bttn a{
    padding: 5px 10px;
  }



.header_right_top a p {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  color: #fff;
  letter-spacing: 0px;
  font-weight: 600;
  font-size: 13px;
}
.header_right_top .contact_wrapper{
  display: inline-block;
  vertical-align: middle;
}
  .header_top_desktop .header_right_top .contact_wrapper a{
    margin: 10px 0 0 60px;
    display: inline-block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
    .header_top_desktop.shrink .header_right_top .contact_wrapper a{
      margin-top: 5px;
    }

  .header_right_top .connect_social_icon{
    width: 20px;
    height: 20px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
  }
  .header_right_top .connect_social_icon svg{
    width: 20px;
    height: 20px;
  }
  .header_right_top .connect_social_icon .SI_solid{
    ill: #00b9ff;
    fill: #fff;
  }
  .header_right_top .connect_social_icon .SI_stroke{
    troke: #00b9ff;
    stroke: #fff;
  }
  .header_right_top .connect_social_icon .SI_void{
    fill: none !important;
  }

/* =============================================================================
DESKTOP
========================================================================== */
.pad_top_header, .pad_top_header2 {}
.pad_top_header2 {}
.pad_top_header.shrink { padding-top: 100px;}
.pad_top_header2.shrink { padding-top: 100px;}

.marg_top_header, .marg_top_header2 {}
.marg_top_header2 {}
.marg_top_header.shrink { margin-top: 100px;}
.marg_top_header2.shrink { margin-top: 100px;}

.pos_top_header, .pos_top_header2 {}
.pos_top_header2 {}
.pos_top_header.shrink { top: 100px;}
.pos_top_header2.shrink { top: 100px;}

.header_top_desktop {
  height: 130px;
  -webkit-box-shadow: 0 5px 15px -5px rgba(0,0,0,.25);
  box-shadow: 0 5px 15px -5px rgba(0,0,0,.25);
}
  .header_top_desktop.shrink {
    height: 100px;
  }
.header_left {}
.header_right {}
.header_right_top{
  background: #ec1c24;
}
.header_right_bottom{}
  .header_right_bottom nav {}

.header_nav_wrapper{}
.header_social_wrapper{}

/* =============================================================================
   LOGO
   ========================================================================== */
.header_top_desktop .header_logo_wrapper{
  padding: 0% 0;
}
.header_top_desktop.shrink .header_logo_wrapper{
  padding: 0% 0;
}
  .header_logo_wrapper a{}
  .header_logo_wrapper .header_logo{}

/* =============================================================================
   FOR ALERTS
   ========================================================================== */
.header_spacer_normal{}
.header_spacer_alert{}

/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 979px) {}
@media screen and (max-width: 859px) {}
@media screen and (max-width: 767px) {}
@media screen and (max-width: 640px) {}
@media screen and (max-width: 479px) {}/* =============================================================================
 NAV
 ========================================================================== */
.header_nav4 ul {
  float: right;
  margin-top: 65px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
  .header_top_desktop.shrink .header_nav4 ul {
      margin-top: 50px;
  }
.header_nav4 .nav_item{
  margin: 0px 15px;
  border: 0;
  height: 100%;
}
  .header_nav4 .nav_item.CTA_button{
    margin-left: 150px;
  }
  
  .header_nav4 .nav_item:hover{
   
  }
  .header_nav4 .nav_item:hover h5{ 
    color: #ec1c24;
  }
  .header_top_desktop .header_nav4 .nav_item a{
    padding: 28px 18px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  } 
    .header_top_desktop.shrink .nav_item a{
      padding: 18px 18px;
    }    
    .header_nav4 .nav_item a h5{
      font-size: 18px;
      margin: 0;
      color: #999;
      font-weight: 600;
      letter-spacing: 1px;
      font-family: 'Poppins', sans-serif; 
    }

.header_nav4 .nav_active { 

}
  .header_nav4 .nav_item.nav_active a h5{
   color: #ec1c24;
  }

.header_extra_wrapper .header_nav4 .nav_item a h5{
    font-weight: 300;
    letter-spacing: 3px;
    font-size: 10px;
}
 /* =============================================================================
   DROPDOWN MENU
   ========================================================================== */
.header_nav4 .nav_dropdown_menu{
  background: rgba(255,255,255, .95);
  min-width: 0px;
  min-width: 220px;
  margin-top: 3px;
  -webkit-box-shadow: 0 10px 15px -5px rgba(0,0,0,.25);
  box-shadow: 0 10px 15px -5px rgba(0,0,0,.25);
}
.header_nav4 .nav_dropdown_item{
}
  .header_top_desktop .header_nav4 .nav_dropdown_item a{
    padding: 15px 0;
    display: block;
  }
    .header_top_desktop.shrink .header_nav4 .nav_dropdown_item a{
      padding: 15px 0;
      display: block;
    }
  .header_nav4 .nav_dropdown_item a:hover h6{
    color: #ec1c24;
    text-shadow: 0 0 0 transparent;
  }
  .header_nav4 .nav_dropdown_item:hover{
    background: rgba(255,255,255,.95);
  }
.header_nav4 .nav_dropdown_text{ 
  color: #333;
  font-size: 14px;
  font-weight: 600;
}
/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@media screen and (max-width: 1600px) {
 .header_nav4 .nav_item a h5{
    font-size: 16px;
    letter-spacing: 0px;
  }
}
@media screen and (max-width: 1400px) {
  .header_top_desktop .header_nav4 .nav_item a{
    padding: 28px 0px;
  } 
    .header_top_desktop.shrink .nav_item a{
      padding: 18px 0px;
    }    
}
@media screen and (max-width: 1200px) {
  .header_nav4 .nav_item.CTA_button{
    margin-left: 80px;
  }
  .header_nav4 .nav_item {
      margin: 0px 10px;
  }
  .header_top_desktop .header_nav4 .nav_item a{
    padding: 28px 0px;
  } 
    .header_top_desktop.shrink .nav_item a{
      padding: 18px 0px;
    }    
}
@media screen and (max-width: 979px) {}
@media screen and (max-width: 859px) {}
@media screen and (max-width: 767px) {}
@media screen and (max-width: 640px) {}
@media screen and (max-width: 479px) {}/* =============================================================================
   HEADER Social
   ========================================================================== */
.header_top_desktop .header_social_wrapper1{
	position: inherit;
	padding: 22px 18px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.header_top_desktop.shrink .header_social_wrapper1{
	padding: 12px 18px;
}
	.header_social_wrapper1 .header_social_content{
	}
	.header_social_wrapper1 .header_social_icon{  
		height: 40px;
		width: 40px;
	}
		.header_social_wrapper1 .header_social_icon svg{
			height: 40px;
			width: 40px;
		}
		.header_social_wrapper1 .header_social_icon .SI_solid{
			fill: #ccc;
		}
		.header_social_wrapper1 .header_social_icon .SI_stroke{
			stroke: #ccc;
		}
		.header_social_wrapper1 .header_social_icon .SI_void{}

/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 979px) {}
@media screen and (max-width: 859px) {}
@media screen and (max-width: 767px) {}
@media screen and (max-width: 640px) {}
@media screen and (max-width: 479px) {}/* =============================================================================
   WRAPPERS
   ========================================================================== */
#mobile_header1.mobile{
}
#mobile_header1.header_top_mobile{
  background: #fff;
}
#mobile_header1 #mobile_menu_back {
  background: #fff;
}
#mobile_header1 #mobile_menu_wrap {
}
/* =============================================================================
   NAV
   ========================================================================== */
#mobile_header1 #mobile_menu {
  background: #fff;
}
  #mobile_header1 .bttn_mobile_menu:hover {
  }
  #mobile_header1 .bttn_mobile_menu svg{
  }
  #mobile_header1 .bttn_mobile_menu .icon_solid{
    fill: #000;
  }
#mobile_header1 .nav_item{
}
  #mobile_header1 .nav_item .a{
    padding-top: 18px;
  }
  #mobile_header1 .mob_sub_menu_indicator {
    background: #ec1c24;
  }
  #mobile_header1 .nav_item .label{
    color: #000;
    font-size: 13px;
    font-weight: 600;
  }
    #mobile_header1 .nav_item > .a:hover{
    }
    #mobile_header1 .nav_item > .a:hover .label{ 
    }
#mobile_header1 .nav_active {
}
#mobile_header1 .nav_active .mob_sub_menu_indicator{
  background: #ec1c24;
}
#mobile_header1 .menu{
}

/* =============================================================================
   SUB MENU
   ========================================================================== */
#mobile_header1 .mob_sub_menu_back {
}
#mobile_header1 .mob_sub_menu {
  background: #ff5d63;
  background: #f7f7f7;
}
#mobile_header1 .mob_sub_menu .menu{
}
#mobile_header1 .mob_sub_menu .sub_menu_item{
}
  #mobile_header1 .mob_sub_menu .sub_menu_item a{
  }
  #mobile_header1 .mob_sub_menu .sub_menu_item a .sub_menu_label{
    color: #000;
  }
  #mobile_header1 .mob_sub_menu .sub_menu_item a:hover .sub_menu_label{
  }
  #mobile_header1 .mob_sub_menu .sub_menu_item:hover{
  }
#mobile_header1 .sub_menu_label{ 
}


.sub_menu_close svg{
  }
  .sub_menu_close .icon_solid{
    fill:  #000;
  }
  .sub_menu_close .icon_stroke{
  }
  .sub_menu_close .icon_void{
  }
    .sub_menu_close:hover .icon_solid{
      fill: #ff5d63;
    }
    .sub_menu_close:hover .icon_stroke{
    }
/* =============================================================================
   MENU BTTN
   ========================================================================== */
#mobile_header1 .bttn_mobile_menu {
}
  #mobile_header1 .bttn_mobile_menu:hover {
  }
  #mobile_header1 .bttn_mobile_menu svg{
  }
  #mobile_header1 .bttn_mobile_menu .icon_solid{
  }
  #mobile_header1 .bttn_mobile_menu .icon_stroke{
  }
#mobile_header1 .bttn_mobile_menu_active{
}
  #mobile_header1 .bttn_mobile_menu_active .icon_solid{
  }
  #mobile_header1 .bttn_mobile_menu_active .icon_stroke{
  }
  #mobile_header1 .bttn_mobile_menu .icon_void{
  }

/* =============================================================================
   LOGO
   ========================================================================== */
#mobile_header1 .mobile_header_logo_wrapper{
  padding: 10px 0;
  height: 40px;
}
#mobile_header1 .mobile_header_logo_wrapper .header_logo{
}


/* =============================================================================
   FOR ALERTS
   ========================================================================== */
.header_spacer_normal{
}
.header_spacer_alert{
}


/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 979px) {}
@media screen and (max-width: 859px) {}
@media screen and (max-width: 767px) {}
@media screen and (max-width: 640px) {}
@media screen and (max-width: 479px) {}/* =============================================================================
   NAV
   ========================================================================== */
#mobile_menu {
}
.mobile_menu_item{
	padding-top: 10px;
	padding-bottom: 10px;
}
.mobile_menu_item h5{
	color: #333;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
}
  .mobile_menu_item:hover {
    background: #fff;
  }
    .mobile_menu_item:hover *{
      color: #f400a0;
    }
.mobile_menu_item_active {
    border-right: 4px solid #f400a0 !important;
}
.mobile_menu_item_active h5 {
    color: #f400a0;
}
/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 979px) {}
@media screen and (max-width: 859px) {}
@media screen and (max-width: 767px) {}
@media screen and (max-width: 640px) {}
@media screen and (max-width: 479px) {}/* =============================================================================
   SIDE Social1
   ========================================================================== */
.mobile_social_wrapper1{
}
	.mobile_social_wrapper1 .header_social_content{
	}
		.mobile_social_wrapper1 .header_social_content:last-of-type{
		}
	.mobile_social_wrapper1 .header_social_icon{  
	}
		.mobile_social_wrapper1 .header_social_icon svg{
		}
		.mobile_social_wrapper1 .header_social_icon .SI_solid{
			fill: #222;
		}
		.mobile_social_wrapper1 .header_social_icon .SI_stroke{
			stroke: #222;
		}
		.mobile_social_wrapper1 .header_social_icon .SI_void{
		}
/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 979px) {}
@media screen and (max-width: 859px) {}
@media screen and (max-width: 767px) {}
@media screen and (max-width: 640px) {}
@media screen and (max-width: 479px) {}/* =============================================================================
   SIDE Social2
   ========================================================================== */
.mobile_social_wrapper2{
}
	.mobile_social_wrapper2 .header_social_content{
	}
	  .mobile_social_wrapper2 .header_social_content:last-of-type{
	  }
	.mobile_social_wrapper2 .header_social_icon{
	}
		.mobile_social_wrapper2 .header_social_icon svg{
		}
		.mobile_social_wrapper2 .header_social_icon .SI_solid{
			fill: #222;
		}
		.mobile_social_wrapper2 .header_social_icon .SI_stroke{
			stroke: #222;
		}
		.mobile_social_wrapper2 .header_social_icon .SI_void{
		}
/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 979px) {}
@media screen and (max-width: 859px) {}
@media screen and (max-width: 767px) {}
@media screen and (max-width: 640px) {}
@media screen and (max-width: 479px) {}/* =============================================================================
   FOOTER
   ========================================================================== */
.footer1{
	background: #264785;
	color: #fff;
	z-index: 30;
	position: relative;
}
#footer_nav{
	width: 70%;
	margin-right: 30%;
	text-align: center;
}

/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 979px) {}
@media screen and (max-width: 859px) {}
@media screen and (max-width: 767px) {}
@media screen and (max-width: 640px) {}
@media screen and (max-width: 479px) {}/* =============================================================================
   EXTRA
   ========================================================================== */  
.footer_extra p{
	color: #fff;
}
.company_stamp {
}
.copyright{
}
.footer_signin {
}
  .footer_signin a {
  	color: #eee;  
  }
.fiveone_stamp {
}
  .fiveone_stamp a{
  	color: #eee;
    text-decoration: none;
  }
/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 979px) {	
}
@media screen and (max-width: 859px) {	
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 640px) { 
}
@media screen and (max-width: 479px) {	
}/* =============================================================================
   FOOTER NAV
   ========================================================================== */  
.footer_nav_item{
}
  .footer_nav_item h6{
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 10px;
  }
    .footer_nav_item:hover h6{
      color: #eee;
    }
  .footer_nav_item:hover, .footer_nav_active{
    border-bottom: 1px solid #00b9ff;
  }
.footer_nav_active h6{
}
/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 979px) {}
@media screen and (max-width: 859px) {}
@media screen and (max-width: 767px) {}
@media screen and (max-width: 640px) {}
@media screen and (max-width: 479px) {}/* =============================================================================
   FOOTER ORG HRS
   ========================================================================== */
.footer_org_hrs_wrapper {
}
	.footer_org_hrs_wrapper p{
	}
/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 979px) {}
@media screen and (max-width: 859px) {}
@media screen and (max-width: 767px) {}
@media screen and (max-width: 640px) {}
@media screen and (max-width: 479px) {}/* =============================================================================
   FOOTER Social
   ========================================================================== */
.footer_social1 .footer_social_item { 
}
	.footer_social1 .footer_social_item a > *{ 
		color: #fff;
	}
.footer_social1 .footer_social_icon{
}
	.footer_social1 .footer_social_icon svg{
	}
	.footer_social1 .footer_social_icon .SI_solid{
		ill: #00b9ff;
		fill:  #fff;
	}
	.footer_social1 .footer_social_icon .SI_stroke{
		troke: #00b9ff;
		stroke: #fff;
	}
	.footer_social1 .footer_social_icon .SI_void{}
/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 979px) {}
@media screen and (max-width: 859px) {}
@media screen and (max-width: 767px) {}
@media screen and (max-width: 640px) {}
@media screen and (max-width: 479px) {}.banner1_wrap{
  z-index: 10;
  position: relative;
}
  .banner1_wrap .banner_inner{}
  .banner1_wrap .banner_overlay1,
  .banner1_wrap .banner_overlay2{}
  
  .banner1_wrap .banner_overlay1{
    background-repeat: no-repeat;
    background-image: url('../../../inc/css/img/bgs/banner/overlay.png');
    background-position: center bottom;
    background-size: cover;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: .5;
    -khtml-opacity: .5;
    opacity: .5;
  }
  .banner1_wrap .banner_overlay2{
      background-color: rgba(255,252,248, .25);
  }
  .banner1_wrap .banner_media{
    height: 350px;
    background-position: center;
  }
      .banner1_wrap .banner_media video.bg_video {}
      .banner1_wrap .banner_media.tall{
          height: 550px;
          height: 40vw;
          max-height: 800px;
          min-height: 300px;
      }
  .banner1_wrap .banner_content_wrap{
    width: 100%;
    bottom: 50px;
    left: 10%;
  }
  .banner1_wrap .banner_content_wrap .banner_title{
      color: #fff;
      margin: 0;
      letter-spacing: 1px;
  }
  .banner1_wrap .banner_content_wrap .banner_subtitle{}
  .banner1_wrap .banner_content_wrap .banner_text{}
  
/* =============================================================================
   CUSTOM
   ========================================================================== */
.banner1_wrap.dark_bg .banner_content_wrap .banner_title{
    color: #fff;
}
/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 979px) {
  .banner1_wrap .banner_media{
    height: 350px;
    height: 30vw;
  }
  .banner1_wrap .banner_content_wrap{
    bottom: 0;
    left: 5%;
  }
}
@media screen and (max-width: 859px) {}
@media screen and (max-width: 767px) {}
@media screen and (max-width: 640px) {
  .banner1_wrap .banner_media{
    height: 350px;
    height: 50vw;
  }
}
@media screen and (max-width: 479px) {}/* =============================================================================
   LIST
   ========================================================================== */
.faq1_list{}
  .faq1_list li{
    color: #333;
    order-bottom: 1px solid rgba(0,0,0, .05);
    margin-bottom: 10px;
  }
  .faq1_list .faq_q_wrapper{
    background: #f7f7f7;
    padding: 10px 40px;
  }
    .faq1_list .faq_q_wrapper:hover{
      background: #fcfcfc;
    }
    .faq1_list .faq_q_wrapper .h4{
      color: #111;
      text-align: left;
      font-weight: 600;
      font-size: 14px;
    }
    .faq1_list .faq_q_wrapper.active .h4{
      color: #00b9ff;
    }
  .faq1_list .faq_a_wrapper{
    background: transparent;
  }
  .faq1_list .faq_a{
  }
.faq_cat_title_wrapper{
  cursor: pointer;
  padding-left: 20px;
}
.faq_cat_title_wrapper h3{
  font-weight: normal;
  color: #666;
  font-size: 24px;
  font-weight: 500;
}
.faq_cat_wrapper{
  background: #eee;
}
.faq_cat_wrapper *{
  color: #333;
}
.faq_cat_wrapper:nth-of-type(2n){
  background: #e9e9e9;
}
  .faq_cat_wrapper:hover{
    opacity: .9;
  }
  .faq_cat_wrapper:hover .faq_cat_title_wrapper > *{
    color: #333;
  }
.faq_cat_items_wrapper{
  display: none;
}
  .faq_cat_items_wrapper li{
    padding-left: 50px;
  }
.faq1_arrow{
  ackground: url('img/option_arrow.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 979px) {  
}
@media screen and (max-width: 859px) {  
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 640px) {
}
@media screen and (max-width: 479px) {  
}