.opportunity_wrap{
  padding: 20px 0;
}
.career_ul{
  width: 100%;
  float:left;
  display: inline-block;
  padding: 0;
  margin: 0;
  margin-top: 30px;
  text-align: center;
}
.career_ul li:nth-child(3n+0){
  margin-right: 0;
}
.career_ul li{
  width: 31.33%;
  float:left;
  display: inline-block;
  padding: 0;
  margin: 0;
  margin-right: 3%;
  margin-bottom: 30px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 10px;
  position: relative;
  cursor: pointer;
  
}

.career_ul li .title_wrap{
  position: relative;
  z-index: 12;    font-size: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.career_ul li:hover .title_wrap{
  transform: scale(1.1);
}
.career_ul li:hover:after{
  background: rgba(12,48,68,0.7);
}
.career_ul li:after{
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  height: 100%;
  background: rgba(32,128,195,0.7);
  z-index: 10;
  content: '';
}
.home_top_slider_wrap .common_anchor{
  background: transparent;
    border: 1px solid #fff;
    margin-right: 10px;
    margin-top: 10px;
}
.autocomplete_result {
  position: absolute;
  top: 100%;
  left: 0;
  width: 350px;
  z-index: 1000;
}
.autocomplete_result .autocomplete_result_inner {
  z-index: 10;
  background: white;
  border: 1px solid #cccccc;
}
.autocomplete_result .autocomplete_result_inner:empty {
  display: none;
}
.autocomplete_result .cat_list {
  padding: 5px;
}
.autocomplete_result .prod_list {
  width: 100%;
  float: left;
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding: 7px 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-bottom: 1px dashed #ccc;
}
.autocomplete_result .prod_list .prod_list_inner {
  overflow: hidden;
}
.autocomplete_result .prod_list .name {
  font-size: 15px;
  display: table-cell;
  vertical-align: middle;
  line-height: 22px;
  padding-top: 0px;
  padding-left: 10px;
  text-align: left;
  color: #000;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.autocomplete_result .prod_list .name b {
  color: #5d5d5d;
  font-size: 13px;
}
.autocomplete_result .prod_list .name .name_inner {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.autocomplete_result .prod_list .name del {
  color: #999;
  opacity: 0.5;
  font-size: 80%;
}
.autocomplete_result .prod_list .img {
  width: 50px;
  min-width: 50px;
  display: table-cell;
  vertical-align: middle;
}
.autocomplete_result .prod_list a {
  width: 100%;
  float: left;
  display: table;

  position: relative;
}
.autocomplete_result .prod_list:hover {
  background: #f1f1f1;
  text-decoration: none !important;
}
.autocomplete_result .prod_list:hover .name {
  color: #263038;
}
.autocomplete_result .prod_list a {
  text-decoration: none !important;
  background: transparent !important;
  color: #000 !important;
  padding: 0;
  border-radius: 0px;
  border: 0;
}
.margin_top_20{
  margin-top: 20px;
}
.form_left_side_wrap{
  width: 70%;
  float:left;
  display: inline-block;
  padding-right: 50px;
}
.form_right_side_wrap .common_header,
.form_right_side_wrap p{
  padding-top: 15px;
}
.form_right_side_wrap .common_anchor{
  margin-top: 15px;
  border: 1px solid #000;
  padding: 10px 20px;
}
body{
  overflow-x: clip;
}
.main_body{
  overflow: clip;
}
.form_right_side_wrap .sec_wrap{
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #e1e1e1;
}
.common_header.small{
  font-size:30px
}
.form_right_side_wrap .common_anchor img{
  margin-right: 10px;
  width: 30px;
}
.social_wrap {
  margin-top: 10px;
}
.social_wrap a{
  width: 30px;
  margin-right: 10px;
  display: inline-block;
}
.form_right_side_wrap{
  width: 30%;
  position: sticky;
  top: 120px;
  float:left;
  display: inline-block;
  padding: 30px;box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  background: #f3faff;
}
.form_wrap{
  width: 100%;
  float:left;
  display: inline-block;
  margin-bottom: 20px !important;
}
.form_wrap .form_field{
  margin-top: 10px;
}
.top_banner_wrap{
  height: 70vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 50px;
}
.top_banner_wrap .title_wrap{
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 0 20px;
}
.top_banner_wrap .title_wrap .common_header{
  color:#0c3044 !important
}
.form_btn_wrap .common_anchor{
  margin-top: 0;
}
.map_wrap iframe{
  width: 100%;
  float:left;
  display: inline-block;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  height: 300px;
  border: 10px solid #fffcf4 !important;
  margin-top: 30px;
}
.faq_wrap{
  margin-top: 30px;
}
.faq_wrap .ans_wrap{
  display: none;
}
.blog_list_ul{
  width: 100%;
  float:left;
  display: inline-block;
  position: relative;
  padding: 0;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0;
}
.blog_list_ul li{
  width: 48.5%;
  float:left;
  display: inline-block;
  position: relative;
  padding: 0;
  margin: 0;
  margin-right: 3%;
  margin-bottom: 30px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
}
.blog_list_ul li .date_cta_wrap{
  display: flex;
  align-items: center;
  margin-top: 10px;
  justify-content: space-between;
}
.blog_list_ul li .date_cta_wrap > *:last-child p{
  color:#2080c3;
  text-transform: uppercase;
}
.blog_list_ul li .date_cta_wrap p{
  padding-top: 0;
}
.blog_list_ul li:nth-child(even){
  margin-right: 0;
}
.blog_list_ul li .info_wrap{
  padding: 15px;
}
.blog_list_ul li .common_header{
  padding: 0;
  text-transform: initial;
  font-family: med_font;
  font-size:20px;
  color: #0c3044;
}
.information-contact .top_banner_wrap {
  margin-bottom: 0;
}
.full_map_wrap {
  
}
.full_map_wrap iframe{
  height: 100%;
  float:left;
  display: inline-block;
  width: 100%;
}
.new_contact_wrap{
  display: flex;
  align-items: stretch;

}
.information-contact .footer_wrap{
  margin-top: 0;
}
.contact_right_wrap .form_right_side_wrap{
  width: 100%;
  text-align: center;
  box-shadow: none;
  padding: 60px;
}
.contact_right_wrap .common_header{
  padding-top: 0;
}
.contact_right_wrap .map_form_wrap {
  padding: 60px;
}
.contact_right_wrap .map_form_wrap .common_header{
  margin-bottom: 30px;
  text-align: center;
}
.contact_right_wrap .form_right_side_wrap .sec_wrap{
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
}
.contact_right_wrap .form_right_side_wrap .social_wrap{
  margin-top: 0;
}
.contact_right_wrap .form_right_side_wrap .sec_wrap{
  margin-top: 15px;
  padding-top: 15px;
}
.contact_right_wrap .form_right_side_wrap .sec_wrap .common_header{
  font-size:20px
}
.contact_right_wrap .form_right_side_wrap .common_header.small{
  color:#0c3044;
}
.contact_right_wrap .form_right_side_wrap .sec_wrap > .full_wrap:last-child{
  text-align: right;
}
.contact_right_wrap .form_right_side_wrap .sec_wrap .common_header,
.contact_right_wrap .form_right_side_wrap .sec_wrap p{
  padding-top: 0;
}

.founder_wrap.services_lr{
  padding: 60px 0;
}
@media only screen and (min-width: 787px) and (max-width: 1100px) {
  .autocomplete_result {
    left: 0px;
    width: 100%;
  }
}
@media only screen and (max-width: 786px) and (min-width: 481px) {
  .form_right_side_wrap{
    position: relative;
    top: auto;
  }
  .new_contact_wrap{
    flex-wrap: wrap;
  }
  .new_contact_wrap .half_wrap{
    width: 100%;
  }
  .new_contact_wrap .full_map_wrap {
    height: 60vh;
  }
  .form_left_side_wrap{
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
  .form_right_side_wrap{
    width: 100%;
  }
  .home_top_slider_wrap .parent{
    bottom: 230px;
  }
  .home_top_slider_wrap .common_anchor{
    margin-top: 50px;
  }
  .autocomplete_result {
    left: 0px;
    width: 100%;
  }
}

@media only screen and (max-width: 481px){
  .founder_wrap.services_lr .lr_wrap .info_wrap{
    margin-top: 0;
  }
  .founder_wrap.services_lr .lr_wrap +  .lr_wrap{
    margin-top: 40px;
  }
  .form_right_side_wrap{
    position: relative;
    top: auto;
  }
  .career_ul li{
    width: 100%;
    margin-right: 0;
    padding: 70px 10px;
  }
  .career_ul li .title_wrap{
    font-size:12px;
  }
  .new_contact_wrap{
    flex-wrap: wrap;
  }
  .new_contact_wrap .half_wrap{
    width: 100%;
  }
  .new_contact_wrap .full_map_wrap {
    height: 60vh;
  }
  .contact_right_wrap .form_right_side_wrap,
  .contact_right_wrap .map_form_wrap{
    padding:50px 30px;
  }
  .contact_right_wrap .form_right_side_wrap .sec_wrap .common_header{
    font-size:15px;
  }
  .form_left_side_wrap{
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
  
  .form_right_side_wrap{
    width: 100%;
  }
  .home_top_slider_wrap .parent{
    bottom: 150px;
  }
  .home_top_slider_wrap .common_anchor{
    width: 48.5%;
    float:left;
    padding-left: 20px;
    padding-right: 20px;
    margin-right: 3%;
    margin-top: 30px;
  }
  .home_top_slider_wrap .common_anchor:nth-child(even){
    margin-right: 0;
  }
  .autocomplete_result {
    width: 100%;
  }
  .autocomplete_result {
    max-height: 500px;
    overflow: scroll;
  }
}

.whatsapp_fix{
  position:fixed;
  bottom:40px;
  right:40px;
  z-index:100;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.whatsapp_fix a{
  float:left;
  display:inline-block;
  position: relative;
  background:#fff;
  padding: 10px;
  padding-right: 20px;
  color:#000;
  font-size:14px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.whatsapp_fix a img{
  display:inline-block;
  width:40px;
  margin-right: 10px;
}
.whatsapp_fix.active{
}
.ping_notification_wrap,.ping_notification_bg_wrap,.add_to_cart_notification {
  display: none;
}
.product_slider_wrap ul .swiper-slide{
  width: auto;
}
.product_slider_wrap ul li{
  width: 100%;
}
.product_slider_wrap ul li img,
.product_slider_wrap ul li video{
  height:550px;
  width: auto;
}

.theme_arrow {
  width: 30px;
  height: 30px;
  background: #0c3044;
  line-height: 30px;
  border-radius: 30px;
}

.theme_arrow:after {
  font-size: 15px;
  color: #fff;
}
.product_data_warp .data_wrap ul{
  width: 100%;
  margin-right: 0;
}
.product_data_warp .data_wrap ul li{
  width: 33.33%;
  padding-right: 20px;
}
.product_data_warp .data_wrap ul li p{
  text-align: left;
}
.success_full_wrap{
  color:#218f21
}
.pinch_zoom {
  margin-top: 0px;
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: #fff;
  z-index: 1001;
  top: 26px;
  display: none;
}
.pinch_zoom_title_wrap {
  text-align: center;
  font-size: 13px;
  position: fixed;
  top: 0;
  display: none;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 40px;
  padding: 4px;
  z-index: 1000;
}
.pinch_zoom_title_wrap img {
  text-align: center;
  font-size: 13px;
  padding: 4px;
  position: absolute;
  top: -1px;
  right: 0;
  width: 28px;
}
.pinch_zoom .inner {
  float: left;
  width: 100%;
  height: 100vh;
}
.product_map_wrap{
  height: 80vh;
}
.gm-style-iw-chr{
  display: inline-flex;
    width: 48px;
    margin-left: auto;
    z-index: 5;
    position: absolute;
    top: 0;
    right: 0;
}
.map_window {
  padding-top: 15px;    max-width: 270px;
}
.map_window .common_header{
  font-size:14px;
  padding-top: 0;padding-right: 40px;
}
.map_window p{
  padding-top: 0;
  margin-top: 10px;
}
.map_window .common_anchor{
  padding: 8px 15px;
    margin-top: 10px;
    font-size: 12px;
    
}
.blog_info_parent_wrap{
  margin: 50px 0;
}
.blog_info_wrap .common_header{
  font-size:30px
}
.footer_wrap{
  padding: 80px 0;
  background: url("../images/footer_bottom.jpg") center center no-repeat;
  background-size: cover;
}
.footer_wrap .col{
  width: 25%;
  float:left;
  display: inline-block;
  padding-right: 30px;
}

.footer_wrap .flogo_wrap svg {
  width: 160px;
}
.footer_wrap .flogo_wrap svg path{
  fill:#fff;
}
.footer_wrap .a p{
  padding-top: 10px;
  font-size:11px;
  text-transform: uppercase;
  color:#fff;
}
.footer_wrap .a {
  width: 100%;
  text-decoration: none;
  float:left;
  display: inline-block;
}
.footer_wrap .title_wrap {
  color:#fff;
  font-size:13px;
  font-family: bold_font;
  text-transform: uppercase;

}
.footer_wrap{
  margin-top: 50px;
}
.common-home .footer_wrap{
  margin-top: 0px;
}
@media only screen and (min-width:1100px){
  .gridContainer.med{
    max-width: 1250px;
    min-width: 1250px;
  }
   .gridContainer.small{
    max-width: 1000px;
    min-width: 1000px;
  }
}
@media only screen and (max-width:1500px){
  .header_wrap .menu_ul ul li a:not(.common_anchor){
    font-size:11px;
  }
  .header_wrap .menu_ul ul li a.common_anchor{
    padding-left: 10px;
    padding-right: 10px;
  }
  .header_wrap .menu_ul ul li + li{
    margin-left: 20px;
  }
}
@media only screen and (max-width:1100px){
  .whatsapp_fix{
      right:20px;
      bottom:20px;
  }
  .product_slider_wrap ul li img,
  .product_slider_wrap ul li video{
    height:450px;
    width: auto;
  }
  
}
@media only screen and (max-width:786px){
  .footer_wrap .col.flogo_wrap{
    width: 100%;
    padding-right: 0;
    text-align: center;
    margin-bottom: 30px;
  }
  .footer_wrap .col{
    width: 33.33%;
  }
  .footer_wrap .col.flogo_wrap p{
    padding-left: 20%;
    padding-right: 20%;
  }
  .blog_top_slider_wrap{
    margin-top: 80px;
  }
  .blog_list_ul li{
    width: 100%;
    margin-right: 0;
  }
  .product_slider_wrap ul li img,
  .product_slider_wrap ul li video{
    height:400px;
    width: auto;
  }
}
@media only screen and (max-width:480px){
  .footer_wrap{
    background-image: url("../images/footer_bg_mobile.jpg");
  }
  .footer_wrap .col.flogo_wrap{
    
    
    text-align: left;
   
  }
  .footer_wrap .col{
    margin-bottom: 30px;padding-right: 0;width: 100%;
  }
  .footer_wrap .col.flogo_wrap p{
    padding-left: 0%;
    padding-right: 0%;
  }
  .blog_info_wrap .common_header{
    font-size:20px
  }
  .blog_list_ul li .common_header{
    font-size:15px
  }
  .map_window .common_header{
    font-size:11px;
  }
  .product_data_warp .data_wrap ul li{
    width: 100%;
    padding-right: 0px;
  }
  .product_slider_wrap ul li img,
  .product_slider_wrap ul li video{
    height:200px;
    width: auto;
  }
  .whatsapp_fix a{
      font-size:12px
  }
  .whatsapp_fix a img{
    width: 25px;
  }
}
.overview_why_wrap{
  padding: 80px 0;
}
.overview_why_wrap .left_wrap{
  width: 65%;
  float:left;
  display: inline-block;
  position: relative;
  padding-right: 50px;
  border-right: 1px solid rgba(255,255,255,0.5);
}
.overview_why_wrap .left_wrap .item_wrap {
  margin-top: 40px;
  width: 45%;
  margin-right: 5%;
  padding-top: 40px;
  border-top: 1px solid rgba(255,255,255,0.5);
}
.overview_why_wrap .left_wrap .item_wrap .common_header{
  font-family: reg_font;
  font-size:25px;
  color:#fff;
}
.common_anchor.borderedw{
  border: 1px solid #fff;
}
.overview_why_wrap .right_wrap .form_title {
  color:#fff
}
.overview_why_wrap .right_wrap .common_header{
  margin-bottom: 30px;
}
.common_header.regfont{
  font-family: reg_font !important;
  font-size:25px;
}
.overview_why_wrap .left_wrap .item_wrap p{
  color:#fff;
}
.overview_why_wrap .left_wrap .item_wrap .icon_wrap img{
  width: 100px;;
}
.overview_why_wrap .right_wrap {
  width: 35%;
  float:left;
  display: inline-block;
  position: relative;
  padding-left: 50px;

  
}
.contact_right_wrap .form_right_side_wrap{
  position: relative !important;
  top: auto !important;
}
.job_item_wrap{
  margin-bottom: 15px;
  border: 1px solid #e5e5e5;
  padding: 15px;
  display: flex;
  background: #f5fcff;
  align-items: stretch;
  justify-content: space-between;
}
.job_item_wrap .common_header{
  font-size:22px;
}
.job_item_wrap p{
  font-size:12px;
}
.job_item_wrap .common_header,
.job_item_wrap p{
  padding: 0;
}
.job_item_wrap .left_wrap{
  padding-right: 20px;
}
.job_item_wrap .cta_wrap{
  flex: 0 0 60px;
  border-left: 1px solid #e5e5e5;
  display: flex;
  align-items: center;
  width: 60px;
  padding-left: 20px;
}
.product_data_warp .actions_wrap .form_wrap{
  margin-bottom: 0 !important;
}
.product_data_warp .actions_wrap .form_wrap + .form_wrap{
  border-top: 1px solid #e1e1e1;
}
.pdp_mfg_wrap{
  display: flex;
  background: #e3f6ff !important;
  align-items: center;
}
.pdp_mfg_wrap .image_wrap{
  flex: 0 0 120px;
  width: 120px;
  border-radius: 120px;
  padding: 10px;
  background: #fff;
  margin-right: 20px;
  overflow: hidden;
}
.pdp_mfg_wrap .info_wrap .common_header{
  text-align: left !important;
  font-size:25px !important; 
}
.pdp_mfg_wrap .info_wrap p{
  padding-top: 0;
  text-align: left !important;
}
.pdp_mfg_wrap .info_wrap{
  text-align: left;
}
.product_data_warp .data_wrap ul{
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.product_data_warp .data_wrap ul li{
  width: 48.5%;
  background:#f3f3f3;
  padding: 15px;
  margin-right: 3%;        font-size: 1.1rem;
}
.product_data_warp .data_wrap ul li:nth-child(even){
  margin-right: 0;
}
.product_data_warp .data_wrap p:empty{
  display: none;
}
.carri_fix{
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
  width: 200px;
}
.for_mob{
  display: none !important;
}
.about_abs_icons_wrap{
  position: absolute;
  top: -100px;
  left:0;
  z-index: 10;
}
.about_abs_icons_wrap .col{
  width: 20%;
  float:left;
  display: inline-block;
  padding: 10px;
  text-align: center;
}
.about_bot_wrap{
  background: rgb(141,182,204);
  background: linear-gradient(90deg, rgba(141,182,204,1) 0%, rgba(152,189,208,1) 100%);
}
.founder_wrap{
  padding-bottom: 60px;
  background: #fff;
}
.founder_wrap .common_header{
  color:#d6d6d6
}
.lr_wrap{
  display: flex;
  align-items: center;
  justify-content: center;
}
.lr_wrap .image_wrap{
  padding-right: 40px;
}
.lr_wrap .info_wrap{
  padding-left: 40px;
}
.lr_wrap p:first-child{
  padding-top: 0;
}
.lr_wrap.even .image_wrap{
  order: 2;
  padding-left: 40px;
  padding-right: 0;
}
.lr_wrap.even .info_wrap{
  order: 1;
  padding-right: 40px;
  padding-left: 0;
}
[class^='information-information'] .footer_wrap{
  margin-top: 0;
}
.swiper-continous-play > .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.team_parent_wrap {
  padding-top: 30px;
  padding-bottom: 60px;
  background: #f4f4f4;
}
.team_parent_wrap ul{
  margin-top: 40px;
}
.team_parent_wrap  ul li .common_header{
  font-size: 16px;;
  text-align: center;
  padding-top: 10px;
  
}
.team_parent_wrap  ul li .common_header.small{
  font-size: 13px;;
  color:#0c3044 
}
.four_ul_wrap{
  background: #1c5a8e;
  padding: 80px 0;
  text-align: center;
}
.four_ul_wrap ul{
  width: 100%;
  float:left;
  display: inline-block;
  position: relative;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin-top: 40px;
}
.four_ul_wrap ul li{
  width: 25%;
  float:left;
  display: flex;
  position: relative;
  padding: 10px;
  margin: 0;
}
.four_ul_wrap ul li .inner_wrap {
  padding:20px;
  height: 100%;
  background: #fff;
}
.four_ul_wrap ul li .inner_wrap  .common_header,
.four_ul_wrap ul li .inner_wrap  p{
  padding-top: 10px;
}
.four_ul_wrap ul li .inner_wrap  .icon_wrap img{
  width: 60px;
}
.four_ul_wrap ul li .inner_wrap  .arrow{
  margin-top: 10px;
  width: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.four_ul_wrap ul li .inner_wrap:hover  .arrow{
  transform: rotate(180deg);
}
.four_ul_wrap ul li .inner_wrap  .common_header{
  font-size:15px;
}
.informative_parent_wrap{
  margin-bottom: 50px;
}
.faq-box{
  margin-bottom: 10px;
  background:#f3f3f3;
}
.faq-box > h3{
  width:100%;
  float:left;
  cursor: pointer;
  font-size:14px;
  text-transform: uppercase;
  position: relative;
  color:#000;
  letter-spacing: 0.1em;
  padding:20px;font-family: bold_font;
  padding-right: 50px;
  margin:0;
  
}
.faq-box > h3:after{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  font-size: 40px;
  z-index: 10;
  color: #000;
  line-height: 40px;
  content: '+';font-family: med_font;
}
.faq-box > h3.active:after{
  content: '-';
}
.faq-ans{
  padding: 20px;
  display:none;
  padding-top: 0;
}
.faq-ans > p:first-child{
  padding-top: 0;
}
.google_translate_wrap{
  float:left;
  display: inline-block;
  margin-left: 20px;
  position: relative;
  height: 40px;
  overflow: hidden;
  transform: scale(0.8);
}
.menu_ul{
  margin-right: -15px;
}
.google_translate_wrap select{
  padding: 0 8px ;
  line-height: 40px;
  border: 0 !important;
  height: 40px;
  margin: 0 !important;
  border: 1px solid #000;
}
.header_wrap .right_wrap{
  display: flex;
  align-items: center;

}
.sec_wrap .social_wrap a{
  margin: 2px;
}
@media only screen and (min-width: 1100px){
  .product_data_warp .actions_wrap{
    position: sticky;
    top: 120px;
  }
}
@media only screen and (min-width: 1100px) and (max-width: 1600px){
  .about_abs_icons_wrap{
    top: -70px;
  }
  .about_abs_icons_wrap img{
      width: 80%;
  }
  .bridge_wrap .large_title_wrap .common_header {
    font-size: 70px;
  }
  .carri_fix{
    width: 130px;
  }
}
@media only screen and (max-width: 1100px){
  .about_abs_icons_wrap{
    top: -50px;
  }
  .about_abs_icons_wrap img{
      width: 90%;
  }
  .carri_fix{
    width: 130px;
  }
}
@media only screen and (max-width: 786px){
  
  .four_ul_wrap ul li{
    width: 50%;
  }
  .overview_why_wrap .left_wrap{
    width: 100%;
    padding-right: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,0.5);
    padding-bottom: 50px;
  }
  .overview_why_wrap .right_wrap{
    padding-left: 0;
    padding-top: 40px;
    width: 100%;
  }
  .overview_why_wrap .left_wrap .item_wrap{
    width: 47.5%;
    margin-right: 5%;
  }
  .overview_why_wrap .left_wrap .item_wrap:nth-child(even){
    margin-right: 0;
  }
  .overview_why_wrap .left_wrap .item_wrap .common_header{
    font-size: 18px;
  }
}
@media only screen and (max-width: 480px){
  .header_wrap .menubar{
    margin-right: -15px;
  }
  .google_translate_wrap {
    width: 109px;
  }
  .google_translate_wrap select{
    padding: 0 8px ;
    font-size:12px;
  }
  .four_ul_wrap ul li{
    width: 100%;
  }
  .team_parent_wrap  ul li .common_header{
    font-size: 14px;;
    
  }
  .team_parent_wrap  ul li .common_header.small{
    font-size: 11px;;
  }
  .lr_wrap {
    flex-wrap: wrap;
  }
  .lr_wrap .image_wrap{
    width: 100%;
    padding-right: 0;
  }
  .lr_wrap .info_wrap{
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
 
  .lr_wrap.even .image_wrap{
    padding-left: 0px;
    padding-right: 0;
    order: 1;
  }
  .lr_wrap.even .info_wrap{
    padding-right: 0px;
    order: 2;
    padding-left: 0;
  }

  .about_bot_wrap{
    padding-top: 100px;
  }
  .about_abs_icons_wrap .gridContainer{
    display: flex;
    align-items: start;
    justify-content: center;
    flex-wrap: wrap;
  }
  .about_abs_icons_wrap .col{
    width: 33.33%;
    padding: 5px;
  }
  .about_abs_icons_wrap img{
    width: 80%;
  }
  .about_abs_icons_wrap{
    top: -50px;
    text-align: center;
  }
  .for_mob{
    display: inline-block !important;
  }
  .for_desk{
    display: none !important;
  }
  .carri_fix{
    width: 120px;
    bottom: 10px;
    right: 10px;
  }
  .product_data_warp .data_wrap ul li{
    width: 100%;
    margin-right: 0;
  }
  .job_item_wrap{
    padding: 10px;
  }
  .job_item_wrap .cta_wrap{
    padding-left: 10px;
    width: 40px;
    flex: 0 0 40px;
  }
  .job_item_wrap .left_wrap{
    padding-right: 10px;
  }
  .overview_why_wrap .left_wrap .item_wrap{
    width: 100%;
    margin-right: 0;
  }
  .overview_why_wrap .left_wrap .item_wrap .common_header{
    font-size: 18px;
  }
  .home_top_slider_wrap .common_anchor{
    padding-left: 10px;
    padding-right: 10px;        font-size: 10px;
    margin-top: 15px;
    width: auto;
  }
}
.information-contact .top_banner_wrap  .common_header{
	color:#fff !important;
}
.common-home .filler_content_wrap{
  margin-top: 0;
}

/* Landing Page Starts */
.bold{
  font-family: bold_font;
}
.common_header.vl_il{
  font-size:65px;
}
.common_header.vl_il span{
  font-size:100px;
  color:#28a2e5;
}
.common_anchor.headf{
  font-family: head_font;
  font-size:18px;
}
.information-information-13 .header_wrap,
.information-information-9 .header_wrap,
.information-information-12 .header_wrap {
  position: sticky;
}
.landing_banner_wrap .info_wrap{
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;

}
.landing_banner_wrap .info_wrap .half_wrap.left{
  float:left;
  width:45%
}
.landing_banner_wrap .info_wrap .half_wrap{
  width: 460px;
  float:right;
  max-width: 45%;
  display: inline-block;
}
.landing_inner_wrap {
  padding: 35px;
  background: #fff;
}
.landing_inner_wrap .head_wrap{
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  justify-content: space-between;
}
.landing_inner_wrap .head_wrap .common_header{
  font-size:35px;
  padding-top: 0;
}
.landing_inner_wrap .head_wrap img{
  width: 150px;
}
.landing_inner_wrap .common_anchor {
  margin-top: 10px;
}
.landing_inner_wrap .form_field{
  padding: 10px;
  border-radius: 0;
  background: #ebecf1;
  margin-top: 10px;
}
.landing_foot_form_wrap{
  padding: 40px 0;
  background: #d1efff;
}
.landing_bottom_wrap{
  display: flex;
  align-items: center;
  padding: 80px 0;
  justify-content: space-between;
}
.landing_bottom_wrap .image_wrap{
  margin-left: -20px;
}
.landing_bottom_wrap .info_wrap{
  padding:0 50px;
}
.items_ul{
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    margin-top: 25px;
}
.items_ul .item{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48.5%;
    margin-bottom: 20px;
    text-align: center;
    background: #f1f1f1;
    padding: 25px;
    font-family: bold_font;
    margin-right: 3%;
}
.items_ul .item:nth-child(even){
    margin-right: 0;
}
.items_ul .item p{
  font-family: head_font;
  font-size:30px;
  line-height: 30px;;
  color:#28a2e5;
  padding-top: 0;
}
.items_ul .item p span{
  color:#383838;
}
.items_ul a.item{
  color:#fff;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background:#28a2e5;
}
.items_ul a.item p{
  color:#fff;
}
.items_ul a.item:hover{
  color:#fff;
  background:#383838;
}

@media only screen and (max-width:1500px){
  .items_ul .item p{
    font-size:22px
  }
  .common_header.vl_il{
    font-size:45px;
  }
  .common_header.vl_il span{
    font-size:80px;
    color:#28a2e5;
  }
}
@media only screen and (max-width:1100px){
  .landing_bottom_wrap {
    flex-direction: column;
    padding: 40px 0;
    overflow: hidden;
  }
  .landing_bottom_wrap .half_wrap{
    width: 100%;
  }
  .landing_bottom_wrap .half_wrap.info_wrap{
    order: 1;
    padding: 0 20px;
  }
  .landing_bottom_wrap .half_wrap.image_wrap{
    order: 2;
    width: calc(100% + 30px);
    margin-top: 30px;
  }
  .common_header.vl_il{
    font-size:35px;
  }
  .common_header.vl_il span{
    font-size:70px;
  }
  .landing_banner_wrap .info_wrap{
    top: 30px;;
  }
  .landing_banner_wrap .info_wrap .half_wrap{
    width: 50%;
  }
  .landing_inner_wrap .head_wrap img{
    width: 100px;
  }
  .landing_inner_wrap .head_wrap .common_header{
    font-size:27px
  }
}
@media only screen and (max-width:786px){
  .common_header.vl_il{
    font-size:30px;
  }
  .common_header.vl_il span{
    font-size:55px;
    line-height: 1em;;
  }
  .landing_banner_wrap .info_wrap .half_wrap{
    max-width: 100%;
  }
  .landing_banner_wrap .info_wrap .half_wrap.left p{
    padding-top: 10px;
  }
  .landing_banner_wrap .info_wrap .half_wrap.left{
    position: absolute;
    top: 0px;
    width: 100%;
    padding-top: 10px;
    left: 0px;
    padding: 0 25px;
  }
  .landing_banner_wrap .info_wrap{
    top: auto;
    bottom: auto;
    position: initial;
    left: auto;
    width: 100%;
    display: inline-block;
    background: #dcf2ff;
  }
  .landing_banner_wrap .info_wrap .half_wrap{
    width: 100%;padding: 40px 0;
  }
}
@media only screen and (max-width:480px){
  .items_ul .item{
    width: 100%;
  }
  .common_header.vl_il{
    font-size:25px;
  }
  .common_header.vl_il span{
    font-size:35px;
  }
  .landing_banner_wrap .info_wrap .half_wrap.left .common_header{
    padding-top: 16px;
  }
  .landing_banner_wrap .info_wrap .half_wrap.left{
    padding: 0 15px;
  }
}
/* Landing Page Ends */