@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');

*{
  padding: 0px;
  margin:0px; 
}

body{
  font-family: 'Roboto', sans-serif !important;
  overflow-x: hidden;
}
.HeaderNavigation a {
  color: #fff;
}
header{
  background-color: #F2F2F2;
}
.logoContainer {
  margin-left: 70px;
  padding: 5px;
}
.logoContainer img {
    width: 100%;
}
ul.ctaMenu li {
  width: 16.2%;
  background-color: #f9bd4e;
  position: relative;
  right: -2px;
}
.services ul {
  list-style: none;
}
.MainBanner {
    /* height: 435px; */
   /* padding-bottom: 80px;*/
}
.services {
  padding: 80px 0 0;
}
.serviceIcon img {
  width: 100%;
}
.userIcon.text_format {
  /* border: 2px dashed #c08a26; */
  display: inline-block;
  padding: 8px 8px 0 8px;
  margin-bottom: 0;
  /* background-color: #dca43c; */
  color: #0A4D84;
  font-weight: 400;
  font-size: 13px;
}
.services ul li {
  color: #124378;
  text-align: center;
  display: inline-block;
  font-weight: bold;
  width: 80px;
  margin: 4px 6px 8px 10px;
}
/*.customSelect::before, .select::before {
  background-image: url("../imgs/loginIcon.png");
  width: 25px;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: block;
  position: absolute;
  height: 25px;
  left: 0
}*/
#tabs-nav {
  list-style: none;
}
.tab-content {
  position: relative;
}
.login_ctaBox {
  padding: 20px;
  width: 58%;
  margin-left: 90px;
  margin-top: 80px;
  background-color: #FFFFFF;
  border-radius: 13px;
  position: relative;
  /* box-shadow: 4px 7px 13px -7px rgba(0,82,127,0.5); */
  overflow: hidden;
  border: 3px solid #0071BC;
}
.customSelect {
  position: relative;
  padding-left: 27px;
}
.login_ctaBox .submitBtn {
  background-color: #0A4D84 !important;
  color: #fff !important;
  margin-bottom: 0px !important;
  border: none !important;
  width: auto !important;
  padding: 10px 30px !important;
}
.submitBtn {
  background-color: #0A4D84 !important;
  color: #fff !important;
  margin-bottom: 0px !important;
  border: none !important;
}
.customSelect select {
  background-color: transparent;
  border: none;
  -moz-appearance: none;
  -webkit-appearnce: none;
  color: #124378;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 17px;
  margin-left: 1px;
  width: 100%;
}
/*.customSelect::after, .select::after {
  content: "";
  display: block;
  position: absolute;
  right: 15px;
  border-top: 10px solid #124378;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  top: 32%;
  pointer-events: none;
}*/
.form_field input {
  width: 100%;
  padding: 12px;
  margin-bottom: 10px;
  border-bottom: 1px solid #333333 !important;
  color: #999999;
  font-weight: 500;
  font-size: 15px;
  border: none;
}
.accountBtn {
  color: #333333;
  font-size: 12px;
  font-weight: 400;
  margin-top: 7px;
  display: inline-block;
  width: 49%;
}
.callbtn {
  display: block;
  background-color: #124378;
  color: #f9bd4e;
  text-align: center;
  position: absolute;
  left: 0;
  width: 100%;
  margin-top: 10px;
  border-radius: 0 0 13px 13px;
  padding: 5px 0;
  font-size: 12px;
  font-weight: 500;
}
.serviceHead {
  text-transform: uppercase;
  display: block;
  margin-top: 5px;
}
.launchingSoon {
  opacity: 0.5;
}
.serviceIcon {
  display: block;
}
ul.ctaMenu li:nth-child(2n) {
  background-color: #e5a342;
}
ul.ctaMenu li:hover a {
  color: #124378 !important;
}
.bgimg {
  position: absolute;
  left: 0;
  width: 100% !important;
}

.bgimg img{
  width: 100% !important;
}
.HeaderNavigation {
    margin-left: 163px;
    width: 52% !important;
    padding-right: 0 !important;
}
/* Important stuff */
ul.menu {
  padding: 0;
  text-align: right;
  margin-bottom: 0px;
  width: 100%;
  margin-top: 20px;
}
ul.menu li {
  list-style-type: none;
  display: inline-block;
  margin: 0;
  text-align: center;
}
ul.menu li a {
  display: block;
  padding: 14px 18px;
  color: #0B4D78;
}
ul.menu li:hover a, ul.menu li.active a{
  color: #0B4D78;
  text-decoration: none;
}
.pad_right_0 {
  padding-right: 0px !important;
}
span.open-panel, span.close-panel {
  display: none !important;
}

.twobox li {
  width: 49% !important;
}
.twobox span {
    display: inline-block;
    vertical-align: middle;
}
.USP_box .twobox img {
    width: 85px !important;
}
.twobox span.uspHeaders strong {
  font-size: 15px;
}
@media only screen and (max-width: 43.750em) {
  #content {
    padding-top: 0;
  }

  /* Move nav off screen, setup transitions */
.HeaderNavigation {
  width: 205px !important;
  position: absolute !important;
  left: 0;
  top: 0;
  height: 100%;
  visibility: hidden;
  background: #f8f8f8;
}
html.openNav .HeaderNavigation {
  visibility: visible;
}
  /* Display nav items vertically */
  ul.menu {
    border-top: 1px solid #888;
  }
  ul.menu li {
    float: none;
    width: 100%;
    text-align: left;
    padding: .5em 1em;
    box-sizing: border-box;
    border-bottom: 1px solid #888;
  }
span.close-panel {
  right: 18px !important;
  left: auto !important;
}
  /* Reveal open/close buttons */
span.open-panel, span.close-panel {
  display: inline-block !important;
  position: absolute;
  left: 14px;
  top: 25px;
  font-size: 21px;
  color: #0B4D78;
  z-index: 999;
}
.HeaderNavigation {
  padding: 0 !important;
}
ul.ctaMenu li {
  right: 0;
  width: 33.3% !important;
  float: left;
  padding: 0;
  text-align: center;
  font-size: 12px;
}
ul.menu li a {
  padding: 14px 8px;
}
.services ul {
  text-align: center;
}
.services {
  padding: 40px 0 0;
}
.login_ctaBox {
  padding: 20px 20px 37px 20px;
  width: 100%;
  margin-left: 0;
  margin-top: 0px;
}

.logoContainer {
  margin-left: 20px;
}

  .close-panel {
    position: relative;
    top: .5em;
    left: 1em;
  }

  .openNav #page {
    left: 0;
    /*-webkit-transform: translate3d(70%, 0, 0);
    -moz-transform: translate3d(70%, 0, 0);
    -ms-transform: translate3d(70%, 0, 0);
    -o-transform: translate3d(70%, 0, 0);
    transform: translate3d(70%, 0, 0);*/
    -webkit-transition: -webkit-transform 500ms ease;
    -moz-transition: -moz-transform 500ms ease;
    -o-transition: -o-transform 500ms ease;
    transition: transform 500ms ease;
  }

  /* When the panel is closed, transition the page back to the left */
  #page {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 500ms ease;
    -moz-transition: -moz-transform 500ms ease;
    -o-transition: -o-transform 500ms ease;
    transition: transform 500ms ease;
  }
}

.headingClass {
  color: #0A4D84;
  font-size: 26px;
  font-weight: bold;
  display: block;
  margin-bottom: 15px;
}
.colorGray{
  color: #5b5b5b;
}
.USP_box ul {
  list-style: none;
}
.USP_box li {
  display: inline-block;
  width: 32.3%;
  margin-bottom: 20px;
}
.uspIcons {
  display: block;
}
.uspHeaders {
  color: #4D4D4D;
  font-size: 16px;
  font-weight: 300;
  display: block;
}
.uspHeaders strong {
  font-weight: bold;
  font-size: 19px;
  color: #0A4D84;
  text-transform: capitalize;
}
.USP_box .uspIcons img {
    width: 95px;
}
.USP_box {
  margin-top: 25px;
}
.testimonialSection_homepage {
  margin-top: 30px !important;
  padding: 13px;
  border-radius: 13px;
  width: 80%;
  position: relative;
  border: 2px solid #f9bd4e;
  margin: 0 auto;
}
#testimonial p {
  color: #fff !important;
}
.martop36 {
  margin-top: 36px;
}
.martop6 {
  margin-top: 6px;
}
.viewMore {
  position: absolute;
  width: 100%;
  left: 0;
  text-align: right;
  padding-right: 25px;
  margin-top: 13px;
  z-index: 999;
}
.viewMore::before {
  content: "";
  display: block;
  position: absolute;
  left: 30px;
  width: 40px;
  height: 40px;
  background-image: url("../imgs/quotesImg.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.testimonialBtn {
  float: right;
  margin-top: 2px;
}
.testimonialBtn a {
  color: #fff;
  background-color: #0A4D84;
  padding: 8px 16px;
  border-radius: 7px;
}
.testimonialBtn a:hover {
  color: #f9bd4e;
  text-decoration: none;
}

.userImg {
  display: inline-block;
  overflow: hidden;
  width: 100px;
}
.userImg img {
    width: 100%;
}
.userIcon {
  display: block;
  text-align: center;
}
.PersonName_desig {
  color: #0A4D84;
}
#testimonial .PersonName_desig, #testimonial .travelDate {
  color: #fff;
}

.PersonName_desig strong {
  font-weight: 900;
  display: block;
  font-size: 18px;
}
.testimonialCont p {
  color: #fff;
  font-size: 14px;
  padding: 10px 0;
}
.overlaySlide {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 99999;
  display: block;
  top: 0;
  left: 0;
  opacity: 0.7;
}
.font16{
font-size: 16px;  
}
.aboutCompany {
  padding: 20px 0;
}
.margin_top_30 {
  margin-top: 30px;
}
.margin_top_15 {
  margin-top: 15px;
}
#testimonial .owl-controls .owl-page span {
  background: #fff;
}
.colorYellow {
  color: #f9bd4e;
}
.bgBlue {
  background-color: #0A4D84;
}
.pad_tb_30 {
  padding: 30px 0;
}
.RegisterCont {
  display: inline-block;
  float: none !important;
  width: 30% !important;
  margin-top: 15px;
}
.iconBox {
  display: block;
}
.caption {
  display: block;
  color: #fff;
  font-size: 16px;
}
.Yellowbtn {
  display: block;
}
.Yellowbtn a {
  background-color: #f9bd4e;
  display: inline-block;
  margin-top: 10px;
  border-radius: 7px;
  padding: 9px 15px;
  color: #0A4D84 !important;
  font-size: 15px;
  transition: 0.2s ease all 0s;
}
.Yellowbtn a:hover {
  text-decoration: none;
  background-color: #021b31;
  color: #f9bd4e !important;
}
.vdoBox {
  width: 85%;
  margin: 0 auto;
  cursor: pointer;
}
.vdoBox img {
  width: 100%;
}
.overlay_popup {
  background-color: rgba(0,0,0,0);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  z-index: 9999999 !important;
  transform: translateY(-100vh);
  -webkit-transform: translateY(-100vh);
  -o-transform: translateY(-100vh);
}
.overlay_popup .main-video {
  border: 5px solid rgb(204, 204, 204);
  height: 430px !important;
  margin-top: 0 !important;
  width: 100%;
  background-color: #000;
  opacity: 0;
}
.overlay_popup.is-on, .overlay_popup.is-on .main-video {
  background-color: rgba(0,0,0,0.9);
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
}
.overlay_popup.is-on .content {
  opacity: 1;
  visibility: visible;
  top: 0;
}
.overlay_popup .content {
  background: #fff;
  position: absolute;
  top: -50vh;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 50%;
  height: 65%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#close {
  color: #F6A833;
  cursor: pointer;
  font-size: 35px;
  position: absolute;
  right: -10px;
  top: -18px;
  z-index: 9;
}
#businessUSP1 .owl-controls.clickable {
  position: absolute;
  z-index: 999;
  width: 100%;
  top: 30%;
}
#businessUSP1 .owl-controls .owl-buttons div {
  background: transparent;
  color: #0A4D84;
  font-size: 40px;
  opacity: 1;
}
#businessUSP1 .owl-prev {
  float: left;
  margin-left: -35px;
}
#businessUSP1 .owl-next {
  float: right;
  margin-right: -35px;
}
#businessUSP2 img, #businessUSP1 img  {
  width: 100%;
}
#businessUSP2 .owl-item {
  border: 1px solid #f7b027;
  width: 7.4% !important;
  margin: 7px 0.5%;
  transition: 0.2s ease all 0s;
  -webkit-transition: 0.2s ease all 0s;
  -moz-transition: 0.2s ease all 0s;
  -o-transition: 0.2s ease all 0s;
  cursor: pointer;
}
#businessUSP2 .owl-item.currentActive {
  /* transform: scale(1.4); */
  /* -webkit-transform: scale(1.4); */
  /* -moz-transform: scale(1.4); */
  z-index: 9999;
  width: 11% !important;
  margin-top: 0;
}
#businessUSP2 .owl-item:first-child {
  margin-left: 20px;
}
#businessUSP2 {
  width: 67%;
  margin: 15px auto;
  height: 60px;
}
.bg_y {
  background-color: #f9bd4e;
}
.pad_ltr_0{
  padding-right: 0px !important;
  padding-left: 0px !important;
}
.pad_l_0{
   padding-left: 0px !important;
}
.masonryLayoutimg img {
  width: 100%;
}
.column1 {
  width: 29.1% !important;
  float: none !important;
  display: inline-block;
  vertical-align: top;
}
.column2 {
  width: 26.6% !important;
  float: none !important;
  display: inline-block;
  vertical-align: top;
}
.column3 {
  width: 37.3% !important;
  float: none !important;
  display: inline-block;
  vertical-align: top;
}
.margin_bottom_15{
  margin-bottom: 15px;
}
.inlineBlock {
  display: inline-block;
  float: none !important;
}
.Bluebtn a:hover {
  text-decoration: none;
  background-color: #021b31;
  color: #f9bd4e !important;
}
.margin_right_15{
  margin-right: 15px;
}
.CallToAction {
  color: #fff;
  margin-bottom: 18px;
  display: block;
  font-size: 19px;
  font-weight: 300;
}
.colorY {
  color: #f9bd4e;
}
.CallToAction strong {
  font-size: 25px;
}
footer {
  background-color: #282828;
  text-align: center;
}
.footerNav{
  margin-bottom:0px; 
}
.footerNav li {
  display: inline-block;
}
.footerNav li a {
  padding: 10px;
  display: block;
  color: #333333;
  font-size: 13px;
  position: relative;
}
.footerNav li a::after {
  content: "";
  width: 1px;
  height: 30%;
  background-color: #b3b3b3;
  position: absolute;
  right: -2px;
  top: 14px;
}
.footerNav li:last-child a::after {
  display: none;
}
.pad_tb_90{
  padding: 90px 0;
}
.pad_left_0{
  padding-left: 0px !important;
}
.bg_g{
  background-color: #e0ddd5;
}
.contactNumber {
  color: #333333;
  display: block;
  font-size: 20px;
  font-weight: 400 !important;
  margin-top: 4px;
  margin-bottom: 1px;
}
.contactHead a, .contactDetails a, .blue{
color: #124378 !important;
}
.smallHeader {
  font-size: 22px;
  display: block;
  color: #124378;
  font-weight: bold;
  margin-bottom: 12px;
}
.yellow {
  color: #e5a342;
}
.contactInfo {
  margin: 0;
  list-style: none;
}
.contactInfo li {
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #fafafb;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24);
}
.address, .contactAddressInfo {
  display: inline-block !important;
  vertical-align: bottom;
  float: none !important;
  font-size: 15px;  
}
.address {
  color: #666666;
  padding-left: 0px !important;
}
.subHeader {
  font-size: 19px;
  font-weight: 400 !important;
}
.extraMar li {
  margin-bottom: 30px;
  overflow: hidden;
}
.innerForms {
  padding: 0;
  list-style: none;
}
.formField input, .formField textarea {
  background-color: #eaeaea;
  padding: 10px;
  width: 100%;
  margin-bottom: 8px;
  border: 2px solid #eaeaea;
  transition: 0.2s ease all;
}
.formField textarea {
  min-height: 160px;
}
.formField input:focus {
  background-color: transparent;
}
.innerForms li {
  width: 24.75%;
  display: inline-block;
  overflow: hidden;
  padding: 0 4px;
}
.fullwidthField input, .fullwidthField, .fullwidthField textarea {
  width: 100% !important;
}
.input_width74 {
  width: 74.9% !important;
}
.customSelectStyle2 select {
  background-color: #eaeaea;
  border: none;
  padding: 10px;
  width: 100%;
  -moz-appearance:none;
  -webkit-appearance:none;
}
.threeCol {
  width: 33.1% !important;
}
.customSelectStyle2{
  position: relative;
}
.customSelectStyle2::after {
  content: "";
  display: block;
  position: absolute;
  right: 12px;
  top: 16px;
  border-top: 9px solid #124378;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  pointer-events: none;
}
.margin_top_30 {
  margin-top: 30px;
}
.boxes {
  margin: 12px -11px;
  padding: 0;
  background: transparent;
}
/*Checkboxes styles*/
.boxes input[type="checkbox"] { display: none; }

.boxes input[type="checkbox"] + label {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.boxes input[type="checkbox"] + label:last-child { margin-bottom: 0; }

.boxes input[type="checkbox"] + label:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #696969;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .6;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}

.boxes input[type="checkbox"]:checked + label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.transparent_Bg_testimonial .item {
  margin-top: 45px;
  padding: 13px;
  border-radius: 13px;
  width: 87%;
  position: relative;
  border: 2px solid #f7ac1b;
  margin-left: 40px;
}
.transparent_Bg_testimonial #testimonial {
  margin-top: 0;
}
.transparent_Bg_testimonial .testimonialCont {
  margin-top: -55px;
}
.bg_w .owl-controls .owl-page span {
  background: #f7ac1b !important;
}
.bg_y .owl-controls .owl-page span, .bg_y .owl-dots .owl-dot span {
  background: #ffffff !important;
}
.color_white {
  color:#fff !important;
}
.pad_tb_60 {
  padding:60px 0; 
}
.bg_w .transparent_Bg_testimonial .viewMore::before {
  background-image: url("../imgs/quotesImg_grey.png");
}
.bg_y .transparent_Bg_testimonial .viewMore::before {
  background-image: url("../imgs/quotesImg_yellow.png");
}
.agentBg {
  background-image: url(../imgs/agent_sec.jpg);
}
.bgCover {
  padding: 0;
  background-size: contain;
  background-repeat: no-repeat;
}
.bg_b{
  background-color: #124378;
}
.agentLogin_cta {
  background-color: #124378;
  float: right;
  width: 63%;
  padding: 70px 55px;
}
.agentLogin_cta .ctaBox {
  margin-left: 38px;
}
.ctaBox .ctaCont {
  color: #fff;
  font-size: 29px;
  text-align: left;
  display: block;
  line-height: 1.5;
  font-weight: 500;
}
.yellowBor {
  display: inline-block;
  border-bottom: 4px solid #f9bd4e;
}
.dividerBox {
  color: #f9bd4e;
  text-align: left;
  display: block;
  font-size: 45px;
  font-weight: bold;
}
.btnYellow {
  background-color: #f9bd4e !important;
  color: #124378 !important;
}
.disclaimer {
  display: block;
  text-align: center;
  margin-top: 23px;
  color: #b0b0b0;
  font-size: 12px;
}
.border_right_blue::after {
  border-right: 2px solid #ffffff;
  content: "";
  display: block;
  position: absolute;
  right: -25px;
  height: 100%;
  top: 0;
  opacity: 0.1;
}
.aboutBusiness .fontBig {
  font-size: 30px;
}
.aboutBusiness strong span {
  display: block;
  font-size: 45px;
  line-height: 0.8;
}
.aboutBusiness {
  color: #fff;
}
.aboutBusiness strong {
  text-transform: uppercase;
}
.blueText{
  color: #0A4D84;
}
.aboutBusiness p {
  margin-top: 15px;
  font-size: 16px;
}
.instruction {
  font-size: 17px;
  margin-top: 30px;
  font-weight: 500;
}
.distributorBg {
  background-image: url(../imgs/distributor.jpg);
}
.distributor_sec {
  width: 55%;
  float: right;
  padding: 40px;
}
.distributor_sec .ctaBox .ctaCont {
  text-align: left;
}
.distribution_usp {
  list-style: none;
  padding: 0;
  color: #fff;
}
.distribution_usp li {
  display: inline-block;
  width: 32.3%;
  margin-bottom: 15px;
  font-size: 15px;
}
.bor_yellow {
  border-color: #f9bd4e;
  margin: 39px 0;
}
.pad_b_0 {
  padding-bottom: 0px;
}
.blueHeader {
  font-size: 22px;
  color: #124378;
  font-weight: bold;
  line-height: normal;
  display: inline-block;
  vertical-align: top;
}
.formBox {
  width: 80% !important;
  display: inline-block;
  padding-left: 20px;
}
.formBox .innerForms li {
  width: 49%;
  vertical-align: top;
}
.formBox .disclaimer {
  margin-top: 6px;
  color: #fff;
}
.formBox .innerForms:first-child {
  width: 65%;
  display: inline-block;
}
.formBox .innerForms:last-child {
  width: 32%;
  display: inline-block;
  vertical-align: top;
}
.supplierBg {
  background-image: url(../imgs/supplier.jpg);
}
.careersBg {
  background-image: url(../imgs/careers.jpg);
}
.supplier_sec {
  width: 50%;
  float: right;
  padding: 30px 40px;
}
.supplier_sec strong {
  font-size: 29px;
  color: #fff;
}
.supplier_sec .services {
  padding: 0;
  margin-top: 40px;
}
.supplier_sec .serviceHead {
  text-transform: inherit;
  display: block;
  margin-top: 5px;
  color: #fff;
  font-weight: 400;
}
.supplier_sec .services ul li {
  width: 117px;
}
.supplier_sec .serviceIcon {
  display: block;
  width: 90px;
  margin: 0 auto;
}
.supplier_sec .services ul li:first-child {
  margin: 0 !important;
}
.circleTicked {
  list-style: none;
  margin-top: 50px;
  padding-left: 25px;
}
.circleTicked > li {
  color: #124378;
  font-weight: 500;
  padding: 6px 0;
  position: relative;
  font-size: 23px;
}
.circleTicked span {
  display: inline-block;
  width: 78%;
  padding-left: 20px;
  vertical-align: middle;
}
.circleTicked > li::before {
  background-image: url("../imgs/checkMark.png");
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 100%;
  content: "";
  display: inline-block;
  height: 50px;
  left: 0;
  position: relative;
  top: 0;
  width: 50px;
  vertical-align: middle;
}
.bg_light_gray{
 background-color: #e3e3e3;
}
#dailyQuote {
  padding: 100px 150px;
}
.blueQuotes {
  font-size: 25px;
  color: #124378;
  font-style: italic;
}
.ctaBtns {
  list-style: none;
}
.ctaBtns li {
  width: 32.33%;
  display: inline-block;
  vertical-align: top;
}
.iconContent {
  color: #0A4D84;
  font-size: 22px;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
.iconLeft {
  display: inline-block;
  width: 110px;
  vertical-align: middle;
}
.iconLeft img {
  width: 100%;
}
.getInTouch {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}
.yellowbor {
  width: 17%;
  margin: 0 auto 20px;
  border-color: #f9bd4e;
}
.bigText p {
  font-size: 33px;
  margin-top: 80px !important;
  color: #ffffff;
  font-weight: 900;
  border-bottom: 1px solid #f9bd4e;
  padding-bottom: 10px;
  display: inline-block;
}
.locations {
  list-style: none;
}
.Regionheads {
  border-bottom: 2px solid #f9bd4e;
  display: block;
  font-size: 25px;
  text-align: center;
  width: 50%;
  margin: 0 auto 20px;
  padding-bottom: 2px;
  color: #124378;
  font-weight: 500;
}
.blueLink{
  color: #124378;
}
.instruction .blueLink:hover {
  color: #0A4D84;
}
a.colorY:hover {
  color: #fff;
}
.bluebtn a {
  background-color: #124378;
  display: inline-block;
  margin-top: 10px;
  border-radius: 7px;
  padding: 9px 65px;
  color: #f9bd4e !important;
  font-size: 15px;
  transition: 0.2s ease all 0s;
}
.bluebtn:hover a {
    text-decoration: none;
    background-color: #021b31;
    color: #f9bd4e !important;
}

/* ///////////////////////////////////////////////////////////////////// 
//  Important CSS
/////////////////////////////////////////////////////////////////////*/


table.careerTable > tbody .view.open {
  background: #124378;
  color: white;
}
.careersInner .previous, .careersInner .next {
  color: #e5a342;
  cursor: pointer;
}
.careersInner .previous{
  margin-right: 5px; 
}
.careersInner .next{
  margin-left: 5px; 
}
.careersInner .dataTables_paginate{
  text-align: right;
  font-size: 16px;
}
.careersInner .dataTables_paginate span {
  color: #124378;
}
.careersInner .dataTables_paginate span a.current {
  font-weight: bold ;
}
.careersInner .dataTables_paginate span a {
  padding: 0 7px;
  cursor: pointer;
  transition: 0.2s ease all 0s;
  -webkit-transition: 0.2s ease all 0s;
  -moz-transition: 0.2s ease all 0s;
  -o-transition: 0.2s ease all 0s;
}
.careersInner .dataTables_paginate span a:hover {
  background-color: #124378;
  text-decoration: none;
  color: #fff;
  border-radius: 16px;
}
table.careerTable .fold {
  display: none;
  transition: 0.2s ease all 0s;
  -webkit-transition: 0.2s ease all 0s;
  -moz-transition: 0.2s ease all 0s;
  -o-transition: 0.2s ease all 0s;
}

table.careerTable .fold.open {
  display: block;
}
.view.open .designation, .view.open .yearOfExp, .view.open .yearOfExp small, .view.open .number_vacancy, .view.open .number_vacancy small {
  color: #fff;
}
.view.open .applybtn .btnBlue{
  background-color: #fff;
}
.currentOpenings {
  color: #999999;
  font-size: 16px;
  margin-bottom: 11px;
}
.careerTable td {
  padding: 0 !important;
  display: block;
  width: 100%;
  border: none !important;
}
.careerTable tr {
  margin-bottom: 6px !important;
  display: block;
  width: 100%;
}
.view {
  background-color: #f2f2f2;
  padding: 15px 25px;
  cursor: pointer;
  padding-right: 90px;
  position: relative;
  transition: 0.2s ease all 0s;
  -webkit-transition: 0.2s ease all 0s;
  -moz-transition: 0.2s ease all 0s;
  -o-transition: 0.2s ease all 0s;
}
.view::after {
  content: "";
  display: block;
  position: absolute;
  right: 30px;
  top: 35px;
  border-top: 10px solid #124378;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  transition: 0.2s ease all 0s;
  -webkit-transition: 0.2s ease all 0s;
  -moz-transition: 0.2s ease all 0s;
  -o-transition: 0.2s ease all 0s;
}
.view.open::after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  border-top-color: #fff;
}
.designation {
  color: #e5a342;
  font-size: 20px;
  float: left;
  width: 300px;
  margin-top: 7px;
}
.yearOfExp, .number_vacancy {
  color: #e5a342;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  width: 230px;
}
.yearOfExp small, .number_vacancy small {
  color: #124378;
  display: block;
  font-size: 14px;
}
.applybtn .btnBlue {
  background-color: #124378;
  padding: 13px 30px;
  color: #f9bd4e;
  font-size: 18px;
  font-weight: 500;
  border-radius: 9px;
  border: 1px solid #124378;
  transition: 0.2s ease all 0s;
  -webkit-transition: 0.2s ease all 0s;
  -moz-transition: 0.2s ease all 0s;
  -o-transition: 0.2s ease all 0s;
}
.applybtn .btnBlue:hover {
  background-color: #f9bd4e;
  color: #124378;
  text-decoration: none;
  border-color: #f9bd4e;
}
.applybtn {
  float: right;
  margin-top: 9px;
}





/* popup styles */
.popup {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
}
.popup-overlay {
  background: rgba(0,0,0,0.9);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.popup-content {
  background: #f9bd4e;
  left: 55%;
  margin: -58px 0 0 -264px;
  padding: 30px;
  position: absolute;
  top: 25%;
  width: 400px;
  z-index: 11;
}
.popup-content h5 {
  color: #124378;
  font-size: 22px;
  line-height: 1.3;
  text-align: center;
  margin-top: -20px;
  width: 85%;
  margin: -21px auto 10px;
}
.popup-content .dropdown, .popup-content .dropup {
  margin-top: 30px;
  z-index: 9999;
}
.btn.open-popup {
  color: #3bafda;
  float: right;
  font-size: 13px;
  font-weight: 700;
  margin-top: 16px;
  text-transform: uppercase;
}
.close-popup {
  background-color: #29303a;
  border-radius: 100%;
  color: #fff;
  display: inline-block;
  font-size: 30px;
  height: 30px;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 10px;
  width: 30px;
  line-height: 0.8;
}
/* Animations */
.fadeIn {
  animation: fadeIn 0.5s ease-in both;
  -webkit-animation: fadeIn 0.5s ease-in both;
}
@keyframes fadeIn {
  from { opacity: 0; }
}
@-webkit-keyframes fadeIn {
  from { opacity: 0; }
}

.fadeOut {
  animation: fadeOut 0.5s ease-out both;
  -webkit-animation: fadeOut 0.5s ease-out both;
}
@keyframes fadeOut {
  to { opacity: 0; }
}
@-webkit-keyframes fadeOut {
  to { opacity: 0; }
}

.scaleIn {
  animation: scaleIn 0.5s ease-in both;
  -webkit-animation: scaleIn 0.5s ease-in both;
}
@keyframes scaleIn {
  from { opacity: 0; transform: scale(0.5); }
}
@-webkit-keyframes scaleIn {
  from { opacity: 0; -webkit-transform: scale(0.5); }
}

.scaleOut {
  animation: scaleOut 0.5s ease-out both;
  -webkit-animation: scaleOut 0.5s ease-out both;
}
@keyframes scaleOut {
  to { opacity: 0; transform: scale(0.5); }
}
@-webkit-keyframes scaleOut {
  to { opacity: 0; -webkit-transform: scale(0.5); }
}

.scaleUpIn {
  animation: scaleIn 0.5s ease-in both;
  -webkit-animation: scaleIn 0.5s ease-in both;
}
.scaleUpOut {
  animation: scaleUpOut 0.5s ease-in both;
  -webkit-animation: scaleUpOut 0.5s ease-in both;
}
@keyframes scaleUpOut {
  to { opacity: 0; transform: scale(1.2); }
}
@-webkit-keyframes scaleUpOut {
  to { opacity: 0; -webkit-transform: scale(1.2); }
}

.scaleDownIn {
  animation: scaleDownIn 0.5s ease-in both;
  -webkit-animation: scaleDownIn 0.5s ease-in both;
}
.scaleDownOut {
  animation: scaleOut 0.5s ease-in both;
  -webkit-animation: scaleOut 0.5s ease-in both;
}
@keyframes scaleDownIn {
  from { opacity: 0; transform: scale(1.2); }
}
@-webkit-keyframes scaleDownIn {
  from { opacity: 0; -webkit-transform: scale(1.2); }
}

.slideIn {
  animation: slideIn 0.5s ease-in both;
  -webkit-animation: slideIn 0.5s ease-in both;
}
@keyframes slideIn {
  from { opacity: 0; transform: translateY(-50%); }
}
@-webkit-keyframes slideIn {
  from { opacity: 0; -webkit-transform: translateY(-50%); }
}

.slideOut {
  animation: slideOut 0.5s ease-out both;
  -webkit-animation: slideOut 0.5s ease-out both;
}
@keyframes slideOut {
  to { opacity: 0; transform: translateY(50%); }
}
@-webkit-keyframes slideOut {
  to { opacity: 0; -webkit-transform: translateY(50%); }
}

.slideLeftIn {
  animation: slideLeftIn 0.5s ease-in both;
  -webkit-animation: slideLeftIn 0.5s ease-in both;
}
@keyframes slideLeftIn {
  from { opacity: 0; transform: translateX(-50%); }
}
@-webkit-keyframes slideLeftIn {
  from { opacity: 0; -webkit-transform: translateX(-50%); }
}

.slideLeftOut {
  animation: slideLeftOut 0.5s ease-out both;
  -webkit-animation: slideLeftOut 0.5s ease-out both;
}
@keyframes slideLeftOut {
  to { opacity: 0; transform: translateX(50%); }
}
@-webkit-keyframes slideLeftOut {
  to { opacity: 0; -webkit-transform: translateX(50%); }
}

.flipLeftIn {
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: flipLeftIn .5s both ease-out;
    -moz-animation: flipLeftIn .5s both ease-out;
    animation: flipLeftIn .5s both ease-out;
}
@-webkit-keyframes flipLeftIn {
    from {-webkit-transform: translateZ(-1000px) rotateY(90deg); opacity: .2;}
}
@keyframes flipLeftIn {
    from {transform: translateZ(-1000px) rotateY(90deg);opacity: .2;}
}

.flipLeftOut {
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: flipLeftOut .5s both ease-in;
    -moz-animation: flipLeftOut .5s both ease-in;
    animation: flipLeftOut .5s both ease-in;
}

@-webkit-keyframes flipLeftOut {
    to {-webkit-transform: translateZ(1000px) rotateY(-90deg); opacity: 0;}
}
@keyframes flipLeftOut {
    to {transform: translateZ(1000px) rotateY(-90deg); opacity: 0;}
}

.flipRightIn {
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: flipRightIn .5s both ease-out;
    -moz-animation: flipRightIn .5s both ease-out;
    animation: flipRightIn .5s both ease-out;
}
@-webkit-keyframes flipRightIn {
    from {-webkit-transform: translateZ(-1000px) rotateY(-90deg); opacity: .2;}
}
@keyframes flipRightIn {
    from {transform: translateZ(-1000px) rotateY(-90deg);opacity: .2;}
}

.flipRightOut {
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: flipRightOut .5s both ease-in;
    -moz-animation: flipRightOut .5s both ease-in;
    animation: flipRightOut .5s both ease-in;
}

@-webkit-keyframes flipRightOut {
    to {-webkit-transform: translateZ(1000px) rotateY(90deg); opacity: 0;}
}
@keyframes flipRightOut {
    to {transform: translateZ(1000px) rotateY(90deg); opacity: 0;}
}


.rotateIn {
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: rotateIn .5s both ease-out;
    -moz-animation: rotateIn .5s both ease-out;
    animation: rotateIn .5s both ease-out;
}
@-webkit-keyframes rotateIn {
    from { -webkit-transform: translateZ(-3000px) rotateZ(-360deg); opacity: 0;}
}
@-moz-keyframes rotateIn {
    from {-moz-transform: translateZ(-3000px) rotateZ(-360deg);opacity: 0;}
}
@keyframes rotateIn {
    from {transform: translateZ(-3000px) rotateZ(-360deg);opacity: 0;}
}

.rotateOut {
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: rotateOut .5s both ease-in;
    -moz-animation: rotateOut .5s both ease-in;
    animation: rotateOut .5s both ease-in;
}
@-webkit-keyframes rotateOut {
    to {-webkit-transform: translateZ(-3000px) rotateZ(360deg);opacity: 0;}
}
@-moz-keyframes rotateOut {
    to {-moz-transform: translateZ(-3000px) rotateZ(360deg);opacity: 0;}
}
@keyframes rotateOut {
    to { transform: translateZ(-3000px) rotateZ(360deg); opacity: 0;}
}

.rotateCubeIn {
    -webkit-transform-origin: 50% 100%;
    -webkit-animation: rotateCubeIn .6s both ease-in;
    -moz-transform-origin: 50% 100%;
    -moz-animation: rotateCubeIn .6s both ease-in;
    transform-origin: 50% 100%;
    animation: rotateCubeIn .6s both ease-in;
}
@-webkit-keyframes rotateCubeIn {
    0% {opacity: .3;
        -webkit-transform: translateY(-100%) rotateX(90deg);}
    50% {-webkit-animation-timing-function: ease-out;
        -webkit-transform: translateY(-50%) translateZ(-200px) rotateX(45deg); }
}
@-moz-keyframes rotateCubeIn {
    0% {opacity: .3;
        -moz-transform: translateY(-100%) rotateX(90deg); }
    50% {-moz-animation-timing-function: ease-out;
        -moz-transform: translateY(-50%) translateZ(-200px) rotateX(45deg);}
}
@keyframes rotateCubeIn {
    0% {opacity: .3;
        transform: translateY(-100%) rotateX(90deg);}
    50% {animation-timing-function: ease-out;
        transform: translateY(-50%) translateZ(-200px) rotateX(45deg);}
}

.rotateCubeOut {
    -webkit-transform-origin: 50% 0;
    -webkit-animation: rotateCubeOut .6s both ease-in;
    -moz-transform-origin: 50% 0;
    -moz-animation: rotateCubeOut .6s both ease-in;
    transform-origin: 50% 0;
    animation: rotateCubeOut .6s both ease-in;
}
@-webkit-keyframes rotateCubeOut {
    50% {-webkit-animation-timing-function: ease-out;-webkit-transform: translateY(50%) translateZ(-200px) rotateX(-45deg);  }
    100% { opacity: .3; -webkit-transform: translateY(100%) rotateX(-90deg); }
}
@-moz-keyframes rotateCubeOut {
    50% { -moz-animation-timing-function: ease-out;-moz-transform: translateY(50%) translateZ(-200px) rotateX(-45deg);  }
    100% { opacity: .3;-moz-transform: translateY(100%) rotateX(-90deg); }
}
@keyframes rotateCubeOut {
    50% {animation-timing-function: ease-out;
        transform: translateY(50%) translateZ(-200px) rotateX(-45deg); }
    100% { opacity: .3; transform: translateY(100%) rotateX(-90deg);}
}


.popup {
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    perspective: 1200px;
}
.popup-content {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}



.masonryLayoutimg a {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
}
.masonryLayoutimg a img{
  opacity: 0;
}
.bgCareers {
  margin-top: -30px;
  margin-bottom: 20px;
}
.numbers {
  font-weight: 900;
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -4px;
  color: #124378;
}
.otherDetails {
  margin-bottom: 0;
  width: 70%;
  display: inline-block;
}
.otherDetails li {
  padding: 0;
  list-style: none !important;
  font-size: 15px;
}
.fold {
  padding: 14px;
  background-color: #f1f1f1;
  overflow: hidden;
}
.innerForm {
  width: 103%;
  display: inline-block;
  vertical-align: top;
  background-color: #d5d3d3;
  text-align: center;
  margin-top: 35px;
  margin-bottom: -14px;
  margin-left: -14px;
}
.innerForm .form_field {
  width: 24.3%;
  display: inline-block;
  margin-top: 20px;
}
.innerForm h5 {
  font-size: 18px;
  color: #333;
  padding: 6px;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin: 26px 0;
}
.innerForm form {
  width: 90%;
  display: inline-block;
}
.form_field textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 10px;
  background-color: #f2f2f2;
  border: none;
  color: #999999;
  font-weight: 500;
  font-size: 15px;
}
.form_field .customSelectStyle2 {
    color: #c9c9c9;
}    
.innerForm .form_field input, .innerForm .form_field textarea {
  margin-bottom: 4px;
}
.lastBtn .submitBtn {
  margin-top: -30px !important;
  display: block;
  width: 100% !important;
  margin: 0 auto !important;
  position: relative !important;
  /* top: -28px !important; */
}
.form_field input[type="file"] {
  display: block;
  padding: 10px 10px;
  margin: 0;
}
.width20{
  width: 20% !important;
}
.width10 {
  width: 10% !important;
  float: right;
  margin-right: 40px;
}


















/*Styling Selectbox*/
.dropdown {
  width: 100%;
  display: inline-block;
  /* background-color: #fff; */
  border-radius: 5px;
  /* box-shadow: 0 0 2px rgb(204, 204, 204); */
  transition: all .5s ease;
  position: relative;
  font-size: 14px;
  color: #474747;
  height: 100%;
  text-align: left;
  margin-bottom: 0;
}
.dropdown .select {
  background-color: transparent;
  border: none;
  -moz-appearance: none;
  -webkit-appearnce: none;
  color: #124378;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 17px;
  margin-left: 1px;
  width: 100%;
}
.dropdown .select {
  cursor: pointer;
  display: block;
  padding: 7px 10px 7px 34px;
  position: relative;
}
.ctaMenu {
    display: none;
}
.dropdown.active:hover{
    box-shadow: 0 0 4px rgb(0, 0, 0);
    border-radius: 5px 5px 0 0;
    background-color: #f8f8f8
}
.dropdown .dropdown-menu {
    position: absolute;
    background-color: #fff;
    width: 100%;
    left: 0;
    margin-top: 1px;
    box-shadow: 0 1px 2px rgb(0, 0, 0);
    border-radius: 0 1px 5px 5px;
    overflow: hidden;
    display: none;
    max-height: 144px;
    overflow-y: auto;
    z-index: 9
}
.dropdown .dropdown-menu li {
    padding: 10px;
    transition: all .2s ease-in-out;
    cursor: pointer
} 
.dropdown .dropdown-menu {
    padding: 0;
    list-style: none
}
.dropdown .dropdown-menu li:hover {
    background-color: #f2f2f2
}

.bgCareers img {
    width: 100%;
}
/*div#page {
    overflow-x: hidden;
}*/
.dropdown .dropdown-menu li{
  position: relative;
}
.dropdown .dropdown-menu li:not(:last-child)::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    width: 95%;
    border-bottom: 1px solid #ccc;
}
.margin_top_28 {
  margin-top: 28px;
}
.margin_top_35 {
  margin-top: 35px;
}
.supplierForm .innerForms li {
  width: 100% !important;
}
.supplierForm li.fullwidthField {
  width: 100% !important;
  padding: 0px 11px;
}
.supplierForm li.fullwidthField .disclaimer {
  text-align: right !important;
}
.margin_top_8 {
  margin-top: 8px;
}
.contactForm {
  border: 3px solid #0071BC;
  overflow: hidden;
  background-color: #fff;
  border-radius: 13px;
  /*box-shadow: 0 0px 3px rgba(0,0,0,0.12),0 0px 2px rgba(0,0,0,0.24);*/
  padding-bottom: 16px;
  padding-top: 10px;
}
.contactForm input, .contactForm select, .contactForm textarea {
  background-color: #fff;
}
.form_field .customSelectStyle2, .form_field textarea {
    border-bottom: 1px solid #333;
}

.contactForm select option {
    background: #fff;
    color: #000;
}
.supplierForm {
  /* border: 1px solid #ccc; */
  overflow: hidden;
  padding: 33px 0;
  background-color: #f9bd4e;
  border-radius: 8px;
  /*box-shadow: 0 0px 3px rgba(0,0,0,0.12),0 0px 2px rgba(0,0,0,0.24);*/
}
.supplierForm input, .supplierForm textarea{
  background-color: #fff;
  border-color: #fff;
}
.uploadCV label{
  width: 100%;
  margin-bottom: 8px;
}
#preloader {
    background-color: #fff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999999;
}
#loading-animation {
    background-image: url("http://www.flyingmachine.biz/beta/_assets/frontend/assets/images/logo.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 400px;
    left: 50%;
    margin: -255px 0 0 -174px;
    position: absolute;
    top: 50%;
    width: 350px;
    -webkit-animation:fadeinout 2s linear infinite;
    -moz-animation:fadeinout 2s linear infinite;
    animation:fadeinout 2s linear infinite;
}
body.loadanimation
{
 position:fixed;
 overflow:hidden;
}

@-webkit-keyframes fadeinout {
  0%   { opacity: 0; }
  50%   { opacity: 0.5; }
  100% { opacity: 0; }
}
@-moz-keyframes fadeinout {
  0%   { opacity: 0; }
  50%   { opacity: 0.5; }
  100% { opacity: 0; }
}
@-o-keyframes fadeinout {
  0%   { opacity: 0; }
  50%   { opacity: 0.5; }
  100% { opacity: 0; }
}
@keyframes fadeinout {
  0%   { opacity: 0; }
  50%   { opacity: 0.5; }
  100% { opacity: 0; }
}
.spinner {
  margin: 100px auto;
  width: 20px;
  height: 20px;
  position: relative;
}
#noVacany .popup-content {
  width: 660px;
  left: 45%;
  margin: -58px 0 0 -264px;
  top: 40%;
  background-image: url(../imgs/popupBg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 30px;
}
#noVacany .popup-content h5 {
  font-size: 23px;
  width: 100%;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 25px;
}
#noVacany p {
  font-size: 16px;
  margin: 0 auto;
}

.callBackbox {
  transition: all 0.4s ease 0s;
  transform: scale(1);
}
.ForgotPasswordBox {
  /* left: -175%; */
  position: absolute;
  top: 10%;
  width: 100%;
  transform: scale(2);
  opacity: 0;
  visibility: hidden;
}
.moveOut {
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  visibility: hidden;
  opacity: 0;
}
.moveIn {
  /* left: 0px; */
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.BackBtn .fa {
  margin-right: 4px;
}

.numberRset {
  width: 34%;
  display: inline-block;
  margin-right: 5px;
}
.emailRset {
  width: 62%;
  display: inline-block;
}

.bg_lightGray{
background-color: #F2F2F2; 
}

.fourIcons li {
    width: 23%;
}
.threebox li{
 width: 28%;
}
.Bluebtn{
  display: block;
}
.Bluebtn a {
    background-color: #094D84;
    display: inline-block;
    margin-top: 10px;
    border-radius: 7px;
    padding: 9px 15px;
    color: #F9BD4E !important;
    font-size: 15px;
    transition: 0.2s ease all 0s;
}
.bgBlue .headingClass {
    color: #fff;
}
.colorWhite {
  color: #fff;
}
.bgBlue .uspHeaders, .bgBlue .uspHeaders strong {
    color: #fff;
}
.disclaimerTxt {
  color: #FFFFFF;
}
.disclaimerTxt {
    padding: 11px 0;
    font-weight: 300;
    font-size: 12px;
}
.disclaimerTxt a{
  color: #fff;
  text-decoration: none;
}
.travelDate {
    list-style: none;
    margin-top: 12px;
    margin-bottom: 0;
    text-align: right;
}
.overlapBox {
  position: absolute;
  right: 0;
  top: 50px;
  width: 45%;
}
.bannerBox {
    margin: 0 !important;
}

.loginTitle {
  background-color: transparent;
  border: none;
  -moz-appearance: none;
  -webkit-appearnce: none;
  color: #124378;
  font-weight: bold;
  display: block;
  text-align: center;
  font-size: 20px;
  margin-left: 1px;
  width: 100%;
}

.subHeads {
  background-color: transparent;
  border: none;
  color: #124378;
  font-weight: 300;
  display: block;
  text-align: center;
  font-size: 18px;
  margin: 6px 0;
  width: 100%;
  border-top: 1px solid #cccc;
  padding-top: 4px;
}
.email input {
    padding-left: 30px;
}
.form_field.email::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  width: 30px;
  height: 30px;
  background-image: url(../imgs/email.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.form_field.email, .form_field.password {
    position: relative;
}
.email input, .password input {
    padding-left: 37px;
}
.form_field.password::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  width: 30px;
  height: 30px;
  background-image: url(../imgs/password.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.customCheckbox {
  margin-bottom: 0;
}
.customCheckbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.customCheckbox label {
  position: relative;
  cursor: pointer;
  font-weight: 500;
  font-size: 13px;
  color: #666;
}

.customCheckbox label::before {
  content: '';
  -webkit-appearance: none;
  background-color: transparent;
  padding: 6px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 9px;
  background-color: #b2b2b2;
  margin-top: -4px;
}

.customCheckbox input:checked + label::after {
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  left: 4px;
  width: 4px;
  height: 8px;
  border: solid #fefefe;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
}
.rememberBoxes {
  padding: 0;
  list-style: none;
  margin: 10px 0 0;
}
.rememberBoxes li {
  display: inline-block;
  width: 49%;
  text-align: left;
}
.rememberBoxes li:nth-child(2) {
  text-align: right;
}
.rememberBoxes li:nth-child(2) a {
  font-size: 13px;
  color: #666;
  font-weight: 500;
}
.signupOptions {
  width: 100%;
  display: block;
  padding: 0;
  margin-top: 10px;
}
.signupOptions ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.signupOptions ul li {
  display: inline-block;
width: 47%;
text-align: center;
}
.signupOptions ul li a {
  display: block;
  background-color: #0A4D84;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 300;
  padding: 10px 0;
  text-decoration: none;
  border: 1px solid #0F6095;
  -webkit-transition: 0.2s ease all 0s;
  -moz-transition: 0.2s ease all 0s;
  -ms-transition: 0.2s ease all 0s;
  -o-transition: 0.2s ease all 0s;
  transition: 0.2s ease all 0s;
}
.signupOptions ul li a:hover{
  background-color: transparent;
  color: #0F6095;
}
.signupOptions ul li:first-child {
    margin-right: 15px;
}

.callBackbox form {
  width: 78%;
  margin: 0 auto;
}
.HeaderNavigation span {
    position: relative;
    display: block;
}
.HeaderNavigation span::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 3px;
  background-color: #094D84;
  -webkit-transition: 0.2s ease all 0s;
  -moz-transition: 0.2s ease all 0s;
  -ms-transition: 0.2s ease all 0s;
  -o-transition: 0.2s ease all 0s;
  transition: 0.2s ease all 0s; 
}
.HeaderNavigation li.active span::after, .HeaderNavigation li a:hover span::after{
  width: 100%;
}
.bannerBox .slick-slide img {
  display: block;
  width: 100%;
}
.testimonialCont {
    position: relative;
}
.testimonialCont::before {
  content: "";
  display: block;
  position: relative;
  width: 50px;
  height: 50px;
  background-image: url(../imgs/quotes.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  margin: 0 auto;
}
.breadCrumbArea h1 {
    margin: 0;
    font-size: 32px;
}
.breadCrumbArea {
    text-align: center;
    color: #124378;
    padding: 25px 0;
}
.headerImg {
    background-image: url(../imgs/bookingCenterPic.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 120px 0;
}
.franchise {
    background-image: url(../imgs/franchiseCenterPic.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 120px 0;
}
.ctaBox .ctaCont {
  color: #fff;
  font-size: 44px;
  text-align: left;
  display: block;
  line-height: 1.5;
  font-weight: 500;
}
.yellowBor {
    display: inline-block;
    border-bottom: 4px solid #f9bd4e;
}
.headingClass_style2 {
  color: #0A4D84;
  font-size: 26px;
  font-weight: bold;
  display: block;
  margin-bottom: 15px;
}
.headingClass_style2 i {
    display: inline-block;
    vertical-align: middle;
}
.headingClass_style2 span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  text-align: left;
}
.imgCont img {
    width: 100%;
}
.listedIcons {
    font-size: 16px;
    line-height: 2.5;
    font-weight: 300;
}
.listedIcons strong {
    color: #094D80;
}
.listedIcons li {
    list-style: none;
    position: relative;
}
.listedIcons li::before {
  content: "";
  display: block;
  position: absolute;
  left: -15px;
  top: 17px;
  width: 6px;
  height: 6px;
  background-color: #094D80;
  border-radius: 100%;
}
.bigUspBoxes .threebox {
  list-style: none;
  padding: 0;
}
.bigUspBoxes li {
  display: inline-block;
}
.bigUspBoxes li {
  display: inline-block;
  width: auto;
  margin: 0 40px;
}
.bigUspBoxes .uspHeaders strong {
  font-size: 35px;
}
.bigUspBoxes .uspHeaders {
  color: #F2B64E;
  font-size: 23px;
  font-weight: 300;
}
.bigUspBoxes img {
  width: 110px;
}
.registrationForm {
    width: 800px;
    margin: 0 auto;
}












/*
    Common 
*/

.wizard,
.tabcontrol
{
    display: block;
    width: 100%;
    overflow: hidden;
}

.wizard a,
.tabcontrol a
{
    outline: 0;
}

.wizard ul,
.tabcontrol ul
{
    list-style: none !important;
    padding: 0;
    margin: 0;
}

.wizard ul > li,
.tabcontrol ul > li
{
    display: block;
    padding: 0;
}

/* Accessibility */
.wizard > .steps .current-info,
.tabcontrol > .steps .current-info
{
    position: absolute;
    left: -999em;
}

.wizard > .content > .title,
.tabcontrol > .content > .title
{
    position: absolute;
    left: -999em;
}



/*
    Wizard
*/

.wizard > .steps
{
    position: relative;
    display: block;
    width: 100%;
}

.wizard.vertical > .steps
{
    display: inline;
    float: left;
    width: 30%;
}

.wizard > .steps .number
{
    font-size: 1.429em;
}

.wizard > .steps > ul > li
{
    width: 25%;
}

.wizard > .steps > ul > li,
.wizard > .actions > ul > li
{
    float: left;
}

.wizard.vertical > .steps > ul > li
{
    float: none;
    width: 100%;
}

.wizard > .steps a,
.wizard > .steps a:hover,
.wizard > .steps a:active
{
    display: block;
    width: auto;
    margin: 0 0.5em 0.5em;
    padding: 1em 1em;
    text-decoration: none;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.wizard > .steps .disabled a,
.wizard > .steps .disabled a:hover,
.wizard > .steps .disabled a:active
{
    background: #eee;
    color: #aaa;
    cursor: default;
}

.wizard > .steps .current a,
.wizard > .steps .current a:hover,
.wizard > .steps .current a:active
{
    background: #2184be;
    color: #fff;
    cursor: default;
}

.wizard > .steps .done a,
.wizard > .steps .done a:hover,
.wizard > .steps .done a:active
{
    background: #9dc8e2;
    color: #fff;
}

.wizard > .steps .error a,
.wizard > .steps .error a:hover,
.wizard > .steps .error a:active
{
    background: #ff3111;
    color: #fff;
}

.wizard > .content
{
    
    display: block;
    margin: 0.5em;
    overflow: hidden;
    position: relative;
    width: auto;
}

.wizard.vertical > .content
{
    display: inline;
    float: left;
    margin: 0 2.5% 0.5em 2.5%;
    width: 65%;
}

.wizard > .content > .body
{
    float: left;
    width: 95%;
}

.wizard > .content > .body ul
{
    list-style: disc !important;
}

.wizard > .content > .body ul > li
{
    display: list-item;
}

.wizard > .content > .body > iframe
{
    border: 0 none;
    width: 100%;
    height: 100%;
}

.wizard > .content > .body input {
  display: block;
  border: 1px solid #E9E9E9;
  background-color: #E9E9E9;
  padding: 15px;
  font-size: 16px;
  width: 100%;
}

.wizard > .content > .body input[type="checkbox"]
{
    display: inline-block;
}

.wizard > .content > .body input.error
{
    background: rgb(251, 227, 228);
    border: 1px solid #fbc2c4;
    color: #8a1f11;
}

.wizard > .content > .body label
{
    display: inline-block;
    margin-bottom: 0.5em;
}

.wizard > .content > .body label.error
{
    color: #8a1f11;
    display: inline-block;
    margin-left: 1.5em;
}

.wizard > .actions
{
    position: relative;
    display: block;
    text-align: right;
    width: 100%;
}

.wizard.vertical > .actions
{
    display: inline;
    float: right;
    margin: 0 2.5%;
    width: 95%;
}

.wizard > .actions > ul
{
    display: inline-block;
    text-align: right;
}

.wizard > .actions > ul > li
{
    margin: 0 0.5em;
}

.wizard.vertical > .actions > ul > li
{
    margin: 0 0 0 1em;
}

.wizard > .actions a,
.wizard > .actions a:hover,
.wizard > .actions a:active
{
    background: #2184be;
    color: #fff;
    display: block;
    padding: 0.5em 1em;
    text-decoration: none;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.wizard > .actions .disabled a,
.wizard > .actions .disabled a:hover,
.wizard > .actions .disabled a:active
{
    background: #eee;
    color: #aaa;
}

.wizard > .loading
{
}

.wizard > .loading .spinner
{
}



/*
    Tabcontrol
*/

.tabcontrol > .steps
{
    position: relative;
    display: block;
    width: 100%;
}

.tabcontrol > .steps > ul
{
    position: relative;
    margin: 6px 0 0 0;
    top: 1px;
    z-index: 1;
}

.tabcontrol > .steps > ul > li
{
    float: left;
    margin: 5px 2px 0 0;
    padding: 1px;

    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.tabcontrol > .steps > ul > li:hover
{
    background: #edecec;
    border: 1px solid #bbb;
    padding: 0;
}

.tabcontrol > .steps > ul > li.current
{
    background: #fff;
    border: 1px solid #bbb;
    border-bottom: 0 none;
    padding: 0 0 1px 0;
    margin-top: 0;
}

.tabcontrol > .steps > ul > li > a
{
    color: #5f5f5f;
    display: inline-block;
    border: 0 none;
    margin: 0;
    padding: 10px 30px;
    text-decoration: none;
}

.tabcontrol > .steps > ul > li > a:hover
{
    text-decoration: none;
}

.tabcontrol > .steps > ul > li.current > a
{
    padding: 15px 30px 10px 30px;
}

.tabcontrol > .content
{
    position: relative;
    display: inline-block;
    width: 100%;
    height: 35em;
    overflow: hidden;
    border-top: 1px solid #bbb;
    padding-top: 20px;
}

.tabcontrol > .content > .body
{
    float: left;
    position: absolute;
    width: 95%;
    height: 95%;
    padding: 2.5%;
}

.tabcontrol > .content > .body ul
{
    list-style: disc !important;
}

.tabcontrol > .content > .body ul > li
{
    display: list-item;
}


.customRadio:checked, .customRadio:not(:checked) {
    position: absolute;
    left: 19px !important;
    z-index: -1;
}
.customRadio:checked + label,
.customRadio:not(:checked) + label
{
    position: relative;
    padding-left: 23px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
    font-weight: 300;
}
.radioBtns span {
    margin-right: 18px;
}
.customRadio:checked + label:before,
.customRadio:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #C4C4C4;
}
.customRadio:checked + label::after, .customRadio:not(:checked) + label::after {
  content: '';
  width: 10px;
  height: 10px;
  background: #1261A7;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.customRadio:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.customRadio:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}





.customCheck:checked, .customCheck:not(:checked) {
    position: absolute;
    left: 19px !important;
    z-index: -1;
}
.customCheck:checked + label,
.customCheck:not(:checked) + label
{
    position: relative;
    padding-left: 23px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
    font-weight: 300;
}
.radioBtns span {
    margin-right: 18px;
}
.customCheck:checked + label:before,
.customCheck:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    background: #C4C4C4;
}
.customCheck:checked + label::after, .customCheck:not(:checked) + label::after {
  content: '';
  width: 10px;
  height: 10px;
  background: #1261A7;
  position: absolute;
  top: 4px;
  left: 4px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.customCheck:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.customCheck:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


.wizard-card form{
  width: 770px !important;
  margin: 0 auto;
}
.formHeads {
  display: block;
  color: #124378;
  font-size: 20px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
}
.wizard-card .tab-content {
    position: relative;
    border-bottom: 2px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.pad_left_0 {
  padding-left: 0px !important;
}


.formHeads .error {
    font-size: 14px;
  line-height: 1.42857143;
  color: red;
  margin-left: 8px;
  font-weight: 400;
}
.form-group .error, .picture-container .error {  
  color: red;
}
.wizard-footer .btn-previous {
    margin-right: 10px;
}
.customSelect2 select{
  background-color: #F3F2EE;
border: 1px solid #e8e7e3;
border-radius: 0;
color: #c0c0c0;
font-size: 14px;
padding: 7px 18px;
height: 40px;
-webkit-box-shadow: none;
box-shadow: none;
width: 100%;
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
appearance: none;
}
.customSelect2 {
    position: relative;
}
.customSelect2::after {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  top: 17px;
  border-right: 7px solid transparent;
  border-top: 7px solid #C4C4C4;
  border-left: 7px solid transparent;
  pointer-events: none;
}




.imageThumb {
  max-height: 75px;
}
.pip {
  display: inline-block;
  margin: 10px 10px 0 0;
  width: 44%;
  overflow: hidden;
  border: 1px solid;
  padding: 1px;
  cursor: pointer;
  position: relative;
}
.remove {
  display: block;
  color: #fff;
  text-align: center;
  cursor: pointer;
  position: absolute;
  right: 3px;
  top: 3px;
  background-color: red;
  width: 20px;
  height: 20px;
  line-height: 16px;
  border-radius: 100%;
}
.remove:hover {
  background: black;
  color: #fff;
}
.form-group {
    margin-top: 15px;
}
.transparent_Bg_testimonial #testimonial p {
  color: #464646 !important;
}
.innerTestimonial #testimonial2 .PersonName_desig, .innerTestimonial #testimonial2 .travelDate {
    color: #fff;
}
.innerTestimonial #testimonial3 p {
  color: #464646;
}
.innerTestimonial #testimonial2 p {
    color: #fff !important;
}
#testimonial2 p {
    color: #333333 !important;
}

.smalltitles {
  color: #124378;
  font-weight: bold;
  margin-bottom: -10px;
  display: block;
}

.mobileLogin {
  position: fixed;
  z-index: 999;
  bottom: 10px;
  right: 10px;
  cursor: pointer;
  text-align: right;
}

.mobileLogin.activated {
  width: 100%;
}
.loginBox.displaySocial {
  transform: scale(1);
  width: 100%;
  right: -10px;
  top: -330px;
  opacity: 1;
}
.trigger {
  z-index: 999;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 0;
  border-radius: 100px;
  color: #051239;
  border: 1px solid #F9BD4D;
  padding: 4px;
  display: inline-block;
}
.trigger .fa {
  width: 28px;
  height: 28px;
  background-color: #F9BD4D;
  line-height: 27px;
  border-radius: 100px;
  font-size: 17px;
  color: #134278;
  box-shadow: 0 0 10px -3px rgba(0,0,0,.5);
}

.pip strong {
    position: absolute;
    display: none;
}

.navbar-header-right > li {
    margin-left: 30px;
}  
a.trackBooking:hover {
    background-color: #FFED00;
}

a.trackBooking {
  display: inline-block !important;
   background-color: #F8BC4e !important; 
  color: #01427A !important;
  border-radius: 25px !important;
  /* box-shadow: 0 0 9px -2px rgba(0,0,0,.7); */
  margin-top: -4px !important;
  padding-right: 8px !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  padding-left: 0px !important;
  z-index: 9;
  position: relative;
}
span.icon-text {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  font-weight: 300;
  font-size: 14px;
}
span.icon-hold::after, .trackBooking span::after {
  display: none;
}
span.icon-hold {
  display: inline-block;
  width: 50px;
  margin-right: 0;
  background-color: #f8bc4e;
  border-radius: 40px;
  height: 50px;
  padding: 9px 7px;
  position: relative;
  vertical-align: middle;
  margin-left: 5px;
}
span.icon-hold img {
  width: 100%;
}
.icon-text strong {
  font-size: 16px;
  font-weight: 600;
}
a.mobile.trackBooking {
    display: none !important;
}

/* modal popup style */

.modal-backdrop {
    z-index: 999;
}
.modal-body li {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.singleBlock {
    display: block;
    width: 77%;
    font-size: 13px;
}
.titles {
    width: 120px;
    margin-right: 10px;
}
.tripleBlock {
    display: flex;
    flex-wrap: wrap;
    width: 77%;
    justify-content: space-between;
}
.tripleBlock :first-child {
    width: 85px;
}
.tripleBlock :nth-child(2), .tripleBlock :nth-child(3) {
    width: 160px;
}
.doubleBlock {
    display: flex;
    flex-wrap: wrap;
    width: 77%;
    justify-content: space-between;
}
.doubleBlock :first-child {
    width: 69px;
}
.doubleBlock :nth-child(2) {
    width: 350px;
}
#myModal1 .modal-dialog {
    width: 450px;
}
#myModal1 .singleBlock {
    width: 68%;
}