/*@media only screen and (max-width:767px) {
    .mbl_hei{position: relative; padding-bottom: 78%; display: flex; width: 100%;
        img{position: absolute; top: 0; left: 0; width: 100%;}
        &.v2{padding-bottom: 108%;}
    }
}*/
/* contact us start*/
.form-control.is-valid, .was-validated .form-control:valid {
  background-image: none;
  border-color: #cdcdcd;
}

.modal {
  background-color: rgba(0, 0, 0, 0.7);
}

.modal-header {
  border-bottom: 0;
}

.form-control:focus {
  border-color: #ced4da;
  box-shadow: none;
}

.modal-footer {
  border-top: 0;
}

.modal-title {
  font-size: 30px;
}

#frm_contactus .form-control, #frm_contactus.form-control:placeholder-shown {
  font-style: italic;
}

.form-control option {
  font-style: normal;
}

.modal-footer .btn-primary {
  background-color: #393a7e;
  border: 1px solid #393a7e;
  color: #ffffff;
  text-transform: uppercase;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 0;
}

#frm_contactus .form-control, #frm_contactus .form-control:placeholder-shown {
  font-style: normal;
  font-size: 13px;
}

#contactus_overlay .form-control.err_v2 + .invalid-feedback {
  display: block;
}

#contactus_overlay .invalid-feedback {
  display: none;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
  background-image: none;
  border-color: #cdcdcd;
}

.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
  border-color: #cdcdcd;
  box-shadow: none;
}

#frm_contactus .err_v2 {
  border-color: #dc3545;
}

#contactus_overlay .overlay_wrp {
  width: 750px;
  padding: 14px 20px 20px 20px;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  background: #ffffff;
  border-radius: 5px;
}

.overlay .overlay_wrp .overlayHeader .clsBtn_000 {
  float: right;
}

.overlay .overlay_wrp .overlayHeader .clsBtn_000:before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  content: "\e907";
  color: #333333;
}

.modal-body .form-group.row {
  margin-bottom: 1rem;
}

#frm_contactus .custom-select {
  -webkit-appearance: menulist;
}

#contactModal .modal-content {
  background-image: url("../images/www/v2/conatcus_bg.png");
  background-repeat: no-repeat;
  background-position: bottom left;
  background-color: #ffffff;
}

@media only screen and (max-width: 767px) {
  p {
    font-size: 14px;
    font-family: Poppins;
  }
  #contactus_overlay .overlay .overlay_wrp {
    width: 100%;
    box-sizing: border-box;
  }
}

/* contact us end*/
/*Newsletter Start */
.bRedtxt.error {
  color: red;
}

.bRedtxt.success {
  color: green;
}

.footer_dv .footer-newsletter .btn-get-started:active {
  background-color: #193e6c;
}

/*Newsletter end */
/* Forgot pwd start*/
.frgt_pd_txt {
  padding-top: 30px;
  padding-left: 15px;
}

.frgt_pd_txt {
  padding-top: 30px;
  padding-left: 15px;
}

#forgot_modal .modal_btn.disable {
  background-color: #cccccc;
  border-color: #cccccc;
}

#forgot_modal .modal_btn {
  background-color: #f6821f;
  border-color: #f6821f;
}

#forgot_modal .modal-dialog {
  max-width: 750px;
}

#forgot_modal .err_v2 {
  border-color: #dc3545;
}

#forgot_modal .err_v2.invalid-feedback {
  display: block;
}

#forgot_modal .invalid-feedback {
  display: none;
}

#forgot_modal .form-control.err_v2 + .invalid-feedback {
  display: block;
}

#forgot_modal .invalid-feedback {
  display: none;
}

#frm_recovery_reset .invalid-feedback {
  display: none;
}

#frm_recovery_reset .frmfield_confirm_password {
  margin-top: 10px;
}

#frm_recovery_reset .act .invalid-feedback {
  display: block;
}

/* Forgot pwd end*/
/* placeholder color change start*/
#frm_contactus input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #666666 !important;
  opacity: 1;
  /* Firefox */
}

#frm_contactus input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #666666 !important;
}

#frm_contactus input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #666666 !important;
}

/* placeholder color change End*/
#contactus_overlay #contactModal .modal-title {
  margin-left: 0 !important;
}

#contactus_overlay #contactModal #frm_contactus .row {
  width: auto;
}

.cookie_policy {
  padding: 10px 50px 10px 20px;
  background: #e0e1e5;
  position: relative;
  font-family: "glacialIndifference-regular";
  color: #212121;
  font-size: 16px;
}

.cookie_policy .fa-cookie-bite {
  color: #bfbfc3;
  font-size: 38px;
  width: 38px;
  height: 38px;
  display: flex;
}

.cookie_policy .coolie_txt {
  padding-left: 16px;
  color: #212121;
}

.cookie_policy .cls_btn {
  height: 100%;
  position: absolute;
  top: 0;
  right: 20px;
  text-decoration: none;
}

.cookie_policy .fa-xmark {
  font-size: 20px;
  color: #6a6a6a;
}

.cookie_policy .cookie_link {
  color: #212121;
  z-index: 2;
  position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .cookie_policy .coolie_txt {
    font-size: 28px;
  }
}

@media only screen and (max-width: 991px) {
  .cookie_policy .coolie_txt {
    width: calc(100% - 48px);
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .cookie_policy {
    height: 98px;
  }
  .cookie_policy .coolie_txt {
    font-size: 18px;
  }
}

@media only screen and (max-width: 575px) {
  .cookie_policy .coolie_txt {
    font-size: 12px;
  }
}

/* header start */
.sptr {
  height: 128px;
  display: none;
}

.gl_pre_header_v4 {
  padding: 30px 20px;
  font-family: "glacialIndifference-regular";
  width: 100%;
  z-index: 4;
  position: relative;
  background: #f3f9fd;
  /*transition: all 0.3s ease;*/
}

.gl_pre_header_v4 .prelogo img {
  max-width: 100%;
}

.gl_pre_header_v4 .nav_list {
  list-style: none;
  display: flex;
}

.gl_pre_header_v4 .nav_list > li {
  position: relative;
}

.gl_pre_header_v4 .nav_list > li > a {
  font-size: 18px;
  color: #21aaca;
  font-weight: bold;
  text-decoration: none;
  padding: 0 18px;
  display: flex;
  align-items: center;
}

.gl_pre_header_v4 .nav_list > li > a i {
  margin: 3px 0 0 5px;
}

.gl_pre_header_v4 .nav_list > li > a:hover {
  color: #212121;
}

.gl_pre_header_v4 .nav_list > li:hover .ddlist {
  display: block;
}

.gl_pre_header_v4 .ddlist {
  list-style: none;
  width: 210px;
  background: #ffffff;
  border: 1px solid #666666;
  box-sizing: border-box;
  border-radius: 4px;
  position: absolute;
  top: 20px;
  right: 0;
  display: none;
  z-index: 2;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  border: solid 1px #ebebeb;
  background-color: #ffffff;
}

.gl_pre_header_v4 .ddlist > li {
  padding: 0 20px;
  margin: 0;
}

.gl_pre_header_v4 .ddlist > li a {
  opacity: 1;
  display: flex;
  align-items: center;
  border-top: 1px solid #ebebeb;
  padding: 15px 0;
  color: #21aaca;
  text-decoration: none;
  font-size: 16px;
}

.gl_pre_header_v4 .ddlist > li a:hover {
  color: #212121;
}

.gl_pre_header_v4 .ddlist > li:first-child a {
  border: none;
}

.gl_pre_header_v4.fixed {
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  padding-top: 22px;
  padding-bottom: 22px;
}

/*.gl_pre_header_v4.fixed + .sptr{display: flex;}*/
/*.cookie_policy + .gl_pre_header_v4{top: 78px;}*/
.hdr_btn_wrp .border_btn {
  min-width: 140px;
}

.hdr_btn_wrp .gradient_btn {
  min-width: 185px;
}

.nav_list_wrp .colaps_bar {
  display: none;
}

.nav_list_wrp .colaps_bar i {
  color: #21aaca;
  font-size: 30px;
}

.mbl {
  display: none;
}

@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  .gl_pre_header_v4 .prelogo {
    max-width: 165px;
  }
  .gl_pre_header_v4 .nav_list > li > a {
    font-size: 18px;
    padding: 0 10px;
  }
}

@media only screen and (max-width: 1024px) {
  .hdr_btn_wrp .border_btn {
    min-width: auto;
  }
  .hdr_btn_wrp .gradient_btn {
    min-width: auto;
  }
  .prelogo {
    width: 36%;
  }
  .prelogo img {
    width: 100%;
  }
  .hdr_btn_wrp {
    width: 64%;
    justify-content: end;
  }
  .hdr_btn_wrp .gradient_btn {
    width: 40%;
  }
  .hdr_btn_wrp .border_btn {
    width: 40%;
  }
  .gl_pre_header_v4 {
    padding-right: 65px;
  }
  .gl_pre_header_v4 .nav_list_wrp {
    position: absolute;
    top: 40px;
    right: 20px;
  }
  .gl_pre_header_v4 .nav_list_wrp .nav_list {
    display: none;
    position: absolute;
    top: 26px;
    right: 0;
    background: #ffffff;
    border-radius: 4px;
    width: 215px;
    border: 1px solid #cccccc;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    z-index: 2;
  }
  .gl_pre_header_v4 .nav_list_wrp .nav_list > li a {
    border-top: 1px solid #cccccc;
    padding: 10px;
  }
  .gl_pre_header_v4 .nav_list_wrp .nav_list > li a i {
    display: none;
  }
  .gl_pre_header_v4 .nav_list_wrp .nav_list > li a.mbl_none {
    display: none;
  }
  .gl_pre_header_v4 .nav_list_wrp .nav_list > li:first-child a {
    border-top: none;
  }
  .gl_pre_header_v4 .nav_list_wrp .nav_list > li .ddlist {
    display: block;
    width: 100%;
    position: static;
    box-shadow: none;
    border: none;
  }
  .gl_pre_header_v4 .nav_list_wrp .nav_list > li .ddlist li {
    padding: 0;
  }
  .gl_pre_header_v4 .nav_list_wrp .nav_list > li .ddlist li a {
    border-top: 1px solid #cccccc;
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
  }
  .gl_pre_header_v4 .nav_list_wrp .colaps_bar {
    display: block;
  }
  .gl_pre_header_v4 .nav_list_wrp .colaps_bar .fa.fa-bars {
    display: none;
  }
  .gl_pre_header_v4.fixed .nav_list_wrp {
    top: 31px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .gl_pre_header_v4 .nav_list_wrp .colaps_bar i {
    font-size: 36px;
  }
}

@media only screen and (max-width: 991px) {
  .gl_pre_header_v4 .nav_list_wrp {
    top: 35px;
  }
  .gl_pre_header_v4.fixed .nav_list_wrp {
    top: 27px;
  }
}

@media only screen and (max-width: 767px) {
  .gl_pre_header_v4 {
    padding: 20px 55px 20px 16px;
    height: 76px;
  }
  .gl_pre_header_v4 .nav_list_wrp {
    top: 26px;
    right: 16px;
  }
  .gl_pre_header_v4 .prelogo {
    padding-right: 10px;
    width: 67%;
  }
  .dsktp {
    display: none;
  }
  .mbl {
    display: flex;
  }
  .hdr_btn_wrp .border_btn {
    padding: 0 5px;
  }
  .hdr_btn_wrp .gradient_btn {
    margin-left: 10px;
    padding: 0 5px;
  }
  .hdr_btn_wrp .gradient_btn .mbl_none {
    display: none;
  }
  /*.gl_pre_header_v4 {
        &.fixed{
            .nav_list_wrp{top: 27px;}
        }
    }*/
}

@media only screen and (max-width: 575px) {
  .hdr_btn_wrp .border_btn, .hdr_btn_wrp .gradient_btn {
    font-size: 13px;
    width: 50%;
  }
}

/* header end */
/* footer start */
.gl_pre_footer_v4 {
  padding: 40px 16px 20px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.social_list {
  list-style: none;
}

.social_list li {
  display: flex;
  margin: 0 10px;
}

.social_list li a {
  display: flex;
  color: #ffffff;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 45px;
  height: 45px;
  text-decoration: none;
  font-size: 22px;
  position: relative;
  overflow: hidden;
}

.social_list li a i {
  position: relative;
  z-index: 3;
}

.social_list li a:hover::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 2;
  border-radius: 100%;
}

.social_list li.facebook a {
  background: #3a5b98;
}

.social_list li.linkedin a {
  background: #4a87c5;
}

.social_list li.linkedin::before {
  content: "";
  display: none;
}

.social_list li.twitter a {
  background: #1b9df0;
}

.social_list li.instagram a {
  background: #0f4f83;
}

.ftxt {
  font-size: 12px;
  color: #4a4a4a;
  text-transform: uppercase;
  line-height: 22px;
  margin-top: 25px;
  z-index: 2;
}

.ftxt a {
  color: #4a4a4a;
}

.ftxt a:hover {
  font-weight: bold;
  color: #212121;
}

.welovesme_img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 162px;
  height: 169px;
  background: url(images/welovesme.png) no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

.welovesme_img img {
  max-width: 100%;
  position: absolute;
  bottom: 20px;
  left: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .social_list li a {
    width: 73px;
    height: 73px;
    font-size: 34px;
  }
  .ftxt {
    font-size: 22px;
    line-height: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ftxt {
    padding: 0 60px;
  }
  .gl_pre_footer_v4 {
    padding-top: 40px;
  }
}

@media only screen and (max-width: 1024px) {
  .welovesme_img {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .gl_pre_footer_v4 {
    padding-top: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .ftxt {
    font-size: 12px;
    line-height: 26px;
  }
}

/* footer end */
.gen_fill_btn {
  border-radius: 4px;
  font-size: 14px;
  padding: 0 10px;
  color: #ffffff;
  background: #212121;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pre_header_v5_supporter {
  width: 100%;
  height: 89px;
}

.pre_header_v5 {
  display: flex;
  padding: 12px 40px;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e6e6e6;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 4;
  background: #ffffff;
  box-sizing: border-box;
  transition: all 0.5s ease;
  height: 89px;
}

.header_v5_lhs {
  display: flex;
  width: calc(100% - 485px);
}

.header_v5_lhs .v5_logo {
  width: 100%;
  max-width: 143px;
}

@media only screen and (max-width: 767px) {
  .header_v5_lhs .v5_logo {
    min-width: 143px;
  }
}

.header_v5_lhs .v5_logo .prelogo_v5 {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
}

.header_v5_lhs .v5_logo .prelogo_v5 img {
  max-width: 100%;
  max-height: 100%;
}

.header_v5_lhs .search_bar_wrp {
  display: flex;
  align-items: center;
  margin-left: 30px;
  width: 460px;
  position: relative;
}

.header_v5_lhs .search_bar_wrp > form {
  display: flex;
  align-items: center;
  width: 100%;
}

.header_v5_lhs .search_bar_wrp .search_bar_v5 {
  position: relative;
  width: calc(100% - 40px);
  display: flex;
}

.header_v5_lhs .search_bar_wrp .search_bar_v5 .search_inp2 {
  width: 100%;
  height: 40px;
  border: 1px solid #c4c4c4;
  background: #f4f4f4;
  padding: 0 52px 0 16px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  font-size: 14px;
  color: #9a9a9a;
  box-sizing: border-box;
}

.header_v5_lhs .search_bar_wrp .search_bar_v5 .fa-sliders {
  position: absolute;
  top: 4px;
  right: 8px;
  z-index: 2;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 20px;
  color: #6a6a6a;
}

.header_v5_lhs .search_bar_wrp .search_bar_v5 .advance_search_option.act {
  background: #ffffff;
}

.header_v5_lhs .search_bar_wrp .search_btn_wrp {
  width: 40px;
  height: 40px;
  background: #212121;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  z-index: 1;
}

.header_v5_lhs .search_bar_wrp .search_btn_wrp .fa-magnifying-glass {
  font-size: 20px;
}

.header_v5_rhs .header_v5_nav_list {
  display: flex;
  list-style: none;
}

.header_v5_rhs .header_v5_nav_list li {
  position: relative;
  display: flex;
}

.header_v5_rhs .header_v5_nav_list li .header_v5_ic {
  width: 64px;
  height: 64px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  color: #4a4a4a;
  text-decoration: none;
}

.header_v5_rhs .header_v5_nav_list li .header_v5_ic i {
  font-size: 15px;
}

.header_v5_rhs .header_v5_nav_list li .header_v5_ic .header_v5_nav_txt {
  font-size: 12px;
  margin-top: 5px;
  display: flex;
  align-items: center;
}

.header_v5_rhs .header_v5_nav_list li .header_v5_ic .header_v5_nav_txt i {
  font-size: 12px;
  padding: 2px 0 0 2px;
}

.header_v5_rhs .header_v5_nav_list li .header_v5_dd_wrp {
  position: absolute;
  /*top: 64px;*/
  top: 100%;
  right: 0;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  min-width: 260px;
  z-index: 2;
  display: none;
}

.header_v5_rhs .header_v5_nav_list li .header_v5_dd_wrp .header_v5_dd_inner .header_v5_signin_wrp {
  width: 100%;
  padding: 16px 0 20px 0;
  border-bottom: 1px solid #e6e6e6;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}

.header_v5_rhs .header_v5_nav_list li .header_v5_dd_wrp .header_v5_dd_inner .header_v5_signin_wrp .gen_fill_btn {
  min-width: 100px;
  height: 36px;
}

.header_v5_rhs .header_v5_nav_list li .header_v5_dd_wrp .header_v5_dd_inner .header_v5_signin_wrp .join_txt_link {
  font-size: 14px;
  color: #6a6a6a;
  margin-top: 5px;
}

.header_v5_rhs .header_v5_nav_list li .header_v5_dd_wrp .header_v5_dd_inner .header_v5_signin_wrp .join_txt_link a {
  font-size: 14px;
  color: #212121;
  font-weight: 500;
}

.header_v5_rhs .header_v5_nav_list li .header_v5_dd_wrp .header_v5_dd_inner .header_v5_dd_list {
  display: flex;
  flex-flow: column;
}

.header_v5_rhs .header_v5_nav_list li .header_v5_dd_wrp .header_v5_dd_inner .header_v5_dd_list li {
  display: flex;
  width: 100%;
}

.header_v5_rhs .header_v5_nav_list li .header_v5_dd_wrp .header_v5_dd_inner .header_v5_dd_list li a {
  display: flex;
  width: 100%;
  padding: 10px 20px;
  font-size: 14px;
  color: #4a4a4a;
  display: flex;
  align-items: center;
}

.header_v5_rhs .header_v5_nav_list li .header_v5_dd_wrp .header_v5_dd_inner .header_v5_dd_list li a .header_v5_dd_ic {
  margin-right: 10px;
}

.header_v5_rhs .header_v5_nav_list li .header_v5_dd_wrp .header_v5_dd_inner .header_v5_dd_list li a:hover {
  background: #f4f4f4;
  color: #212121;
  text-decoration: none;
}

.header_v5_rhs .header_v5_nav_list li:hover {
  text-decoration: none;
}

.header_v5_rhs .header_v5_nav_list li:hover .header_v5_ic {
  background: #f4f4f4;
  text-decoration: none;
}

.header_v5_rhs .header_v5_nav_list li:hover .header_v5_dd_wrp {
  display: block;
  text-decoration: none;
}

@media only screen and (min-width: 992px) and (max-width: 1023px) {
  .pre_header_v5 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pre_header_v5 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .header_v5_lhs .search_bar_wrp {
    margin-left: 20px;
    width: 380px;
  }
  .header_v5_lhs .search_bar_wrp .search_bar_v5 .search_inp2 {
    /*width: 330px;*/
  }
}

@media only screen and (max-width: 767px) {
  .pre_header_v5_supporter {
    height: 110px;
  }
  .pre_header_v5 {
    padding: 5px 10px;
    align-items: flex-start;
    height: 110px;
  }
  .header_v5_lhs {
    padding-top: 15px;
  }
  .header_v5_lhs.v5postlogin {
    padding-top: 0;
  }
  .header_v5_lhs.v5postlogin .search_bar_wrp {
    top: 52px;
  }
  .header_v5_lhs .search_bar_wrp {
    width: 100%;
    margin: 0;
    position: fixed;
    top: 55px;
    padding: 0 10px;
    left: 0;
  }
  .header_v5_rhs .header_v5_nav_list li .header_v5_ic {
    width: 54px;
    height: 46px;
  }
}

/* search postlogin header start */
@media only screen and (min-width: 992px) and (max-width: 1069px) {
  .postlogin_header .inner_container .v5postlogin.header_v5_lhs {
    width: calc(100% - 435px);
  }
  .postlogin_header .inner_container .v5postlogin.header_v5_lhs .search_bar_wrp {
    margin-left: 15px;
    width: 400px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .postlogin_header .inner_container .v5postlogin.header_v5_lhs {
    width: calc(100% - 200px);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .postlogin_header .inner_container .v5postlogin.header_v5_lhs .search_bar_wrp .Search_dd_wrp .search_list2 li {
    margin: 4px;
    width: calc(33.33% - 8px);
  }
  .postlogin_header .inner_container .v5postlogin.header_v5_lhs .search_bar_wrp .Search_dd_wrp .search_list2 li {
    margin: 4px;
    width: calc(33.33% - 8px);
  }
}

/* search postlogin header End */
/* search dropdown start */
.search_list2 {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 4px 0 0 -10px;
  width: calc(100% + 20px);
}

.search_list2 li {
  margin: 4px 10px;
  width: calc(33.33% - 20px);
  position: relative;
}

.search_list2 li a {
  border: 1px solid #cccccc;
  padding: 4px 8px;
  font-size: 14px;
  color: #6a6a6a;
  display: flex;
  align-items: center;
}

.search_list2 li a label {
  margin: 0 0 0 5px;
}

.search_list2 li a label::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}

.Search_dd_wrp {
  width: 100%;
  background: #ffffff;
  padding: 20px;
  position: absolute;
  top: 100%;
  left: 0;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  display: none;
}

.Search_dd_wrp .Search_dd_inner .Search_dd_hd {
  font-size: 16px;
  color: #212121;
  font-weight: 500;
}

.Search_dd_wrp .Search_dd_inner .Search_dd_hd2 {
  font-size: 14px;
  color: #212121;
  margin-top: 4px;
}

@media only screen and (max-width: 767px) {
  .Search_dd_wrp {
    padding: 20px 10px;
  }
  .search_list2 {
    margin: 4px 0 0 -4px;
    width: calc(100% + 8px);
  }
  .search_list2 li {
    margin: 4px;
    width: calc(33.33% - 8px);
  }
}

/* search dropdown End */
.prelogin_header.pre_header_v5 * {
  box-sizing: border-box;
}

@font-face {
  font-family: 'glacialIndifference-regular';
  font-display: swap;
  src: url("fonts/glacialIndifference/GlacialIndifference-Regular.otf") format("truetype");
}

@font-face {
  font-family: 'glacialIndifference-bold';
  font-display: swap;
  src: url("fonts/glacialIndifference/GlacialIndifference-Bold.otf") format("truetype");
}

.font_regular_glacial {
  font-family: "glacialIndifference-regular";
}

.font_bold_glacial {
  font-family: "glacialIndifference-bold";
}

body {
  line-height: normal;
}

dl, ol, ul, p, h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
  line-height: normal;
}

.ml_20 {
  margin-left: 20px;
}

.blue_bg {
  background: #f3f9fd;
}

.grey_bg {
  background: #dfe1e5;
}

.grey_bg2 {
  background-image: linear-gradient(to right, #c5c5c5 2%, #f0f0f0 92%);
  position: relative;
}

.border_btn {
  font-size: 16px;
  border: 1px solid #a6a6a6;
  height: 36px;
  padding: 0 20px;
  outline: none;
  box-shadow: none;
  color: #393a7e;
  background: #f3f9fd;
  font-family: "glacialIndifference-regular";
  text-transform: uppercase;
}

.border_btn:hover {
  background-image: linear-gradient(to right, #393a7e, #00adcd);
  color: #ffffff;
  border: none;
}

.gradient_btn {
  font-size: 16px;
  height: 36px;
  background-image: linear-gradient(to right, #393a7e, #00adcd);
  border: none;
  outline: none;
  box-shadow: none;
  color: #ffffff;
  font-family: "glacialIndifference-regular";
  text-transform: uppercase;
  position: relative;
  text-decoration: none;
}

.gradient_btn .btn_txt_wrp {
  position: relative;
  z-index: 3;
}

.gradient_btn i {
  margin-right: 15px;
}

.gradient_btn:hover {
  color: #ffffff;
}

.gradient_btn:hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2;
}

p {
  font-family: "glacialIndifference-regular";
}

/* WORLD OF OPPORTUNITIES, on a single platform Start */
.infographics_wrp {
  padding: 20px 16px 100px;
  position: relative;
}

.infographics_wrp .scroll_hide {
  height: 63px;
  overflow: hidden;
}

.infographics_wrp .left_info_img {
  position: absolute;
  bottom: 100px;
  left: 0;
  width: 269px;
  z-index: 1;
}

.infographics_wrp .left_info_img img {
  max-width: 100%;
}

.infographics_wrp .right_info_img {
  position: absolute;
  bottom: 100px;
  right: 0;
  width: 257px;
  z-index: 1;
}

.infographics_wrp .right_info_img img {
  max-width: 100%;
}

.infographics_wrp.v2 .right_info_img .mbl {
  display: none;
}

.hd1 {
  font-size: 38px;
  color: #212121;
  margin-top: 40px;
  position: relative;
  z-index: 2;
}

.hd1.mt1 {
  margin-top: 20px;
}

.hd2 {
  font-size: 16px;
  color: #212121;
  margin-top: 20px;
  z-index: 2;
  position: relative;
}

.block_2 {
  max-width: 800px;
  margin: 60px auto 0;
  display: flex;
  justify-content: space-between;
  /*align-items: baseline;*/
  z-index: 2;
  position: relative;
}

.block_2 .block_2_col {
  width: 324px;
  display: flex;
  align-items: center;
  flex-flow: column;
}

.block_2 .block_2_col .img_wrp {
  /*max-width: 224px;*/
}

.block_2 .block_2_col .img_wrp img {
  max-width: 100%;
}

.gradient_btn.cstm {
  height: 48px;
  font-size: 24px;
  margin-top: 40px;
  max-width: 324px;
}

.txtx_wrp {
  margin: 70px 0 0 0;
  z-index: 2;
  position: relative;
}

.txtx_wrp .txtx_wrp_inr {
  padding: 0 25px;
}

.txtx_wrp .txtx_wrp_inr .big_txt {
  font-size: 40px;
  color: #212121;
}

.txtx_wrp .txtx_wrp_inr .small_txt {
  font-size: 12px;
  color: #6a6a6a;
}

.scroll_hide {
  /*height: 63px; overflow: hidden;*/
}

.scroll_hide .ci_logo_list_wrp {
  padding-bottom: 10px;
}

@media only screen and (max-width: 1619px) {
  .scroll_hide .ci_logo_list_wrp .ci_logo_list {
    justify-content: flex-start;
  }
}

@media only screen and (max-width: 1024px) {
  .scroll_hide {
    height: 93px;
  }
}

.scroll_hide.v2 .ci_logo_list_wrp .ci_logo_list {
  justify-content: center;
}

@media only screen and (max-width: 599px) {
  .scroll_hide.v2 .ci_logo_list_wrp .ci_logo_list {
    justify-content: flex-start;
  }
}

.scroll_hide2 {
  height: 113px;
  overflow: hidden;
}

.scroll_hide2 .ci_logo_list_wrp {
  padding-bottom: 10px;
}

.scroll_hide3 {
  height: 150px;
  overflow: hidden;
}

@media only screen and (min-width: 1025px) and (max-width: 1042px) {
  .scroll_hide3 {
    height: 120px;
  }
}

.scroll_hide3 .ci_logo_list_wrp {
  padding-bottom: 10px;
}

.scroll_hide3 .ci_logo_list_wrp .ci_logo_list {
  justify-content: center;
}

@media only screen and (max-width: 1042px) {
  .scroll_hide3 .ci_logo_list_wrp .ci_logo_list {
    justify-content: flex-start;
  }
}

.ul_wrp.v2 {
  padding-bottom: 10px;
}

.ul_wrp.v2::before {
  content: "";
  width: 100%;
  height: 10px;
  background: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
}

.scroll_hide4 {
  height: 87px;
  overflow: hidden;
}

.scroll_hide4 .ci_logo_list_wrp {
  padding-bottom: 10px;
}

.scroll_hide4 .ci_logo_list_wrp .ci_logo_list {
  justify-content: center;
}

@media only screen and (max-width: 1024px) {
  .scroll_hide4 .ci_logo_list_wrp .ci_logo_list {
    justify-content: flex-start;
  }
}

.ci_logo_list_wrp {
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  position: relative;
  z-index: 2;
  /*&.a3{
        .ci_logo_list{justify-content: center;}
        @media only screen and (max-width:1024px){
            &::before{content: ""; width: 100%; height: 10px; background: #ffffff; position: absolute; bottom: 0; left: 0; z-index: 3;}
            .ci_logo_list{justify-content: flex-start;}
        }
    }*/
  /*&::-webkit-scrollbar {display: none;}
    &:-webkit-scrollbar {display: none;}
    -ms-overflow-style: none;
    scrollbar-width: none;  */
}

.ci_logo_list {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  /*min-width: 880px;*/
}

.ci_logo_list li {
  display: flex;
}

.ci_logo_list li a, .ci_logo_list li .lg_wrp {
  display: flex;
  padding: 0 10px;
}

.ci_logo_list.v2 li a, .ci_logo_list.v2 li .lg_wrp {
  padding: 0 20px;
}

.shadow_wrp {
  width: 100%;
  /*height: 44px;*/
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0.45;
  display: flex;
}

.shadow_wrp img {
  width: 100%;
}

.shadow_wrp.v2 {
  transform: rotate(-180deg);
  bottom: inherit;
  top: 0;
}

.dsk_none {
  display: none;
}

@media only screen and (max-width: 1279px) {
  .ci_logo_list {
    justify-content: flex-start;
  }
}

@media only screen and (max-width: 1024px) {
  .dsk_none {
    display: block;
  }
  .block_2 .block_2_col {
    width: calc(50% - 25px);
    padding-bottom: 100px;
    position: relative;
  }
  .block_2 .block_2_col .gradient_btn.cstm {
    position: absolute;
    bottom: 0;
    font-size: 22px;
  }
  .infographics_wrp.v1 .left_info_img, .infographics_wrp.v1 .right_info_img {
    display: none;
  }
  .infographics_wrp.v2 .left_info_img {
    width: 200px;
  }
  .infographics_wrp.v2 .right_info_img {
    width: 290px;
  }
  .infographics_wrp.v2 .right_info_img .mbl {
    display: block;
  }
  .infographics_wrp.v2 .right_info_img .desk {
    display: none;
  }
  .ci_logo_list li a, .ci_logo_list li .lg_wrp {
    padding: 0 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .gradient_btn, .border_btn {
    height: 50px;
    font-size: 28px;
  }
  .gradient_btn.cstm, .border_btn.cstm {
    height: 70px;
    font-size: 31px;
    max-width: inherit;
  }
  .hd1 {
    font-size: 50px;
  }
  .hd2 {
    font-size: 38px;
  }
  .block_2 .block_2_col .img_wrp img {
    height: 332px !important;
  }
  .bg_devider {
    height: 30px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .infographics_wrp.v2 .left_info_img {
    width: 175px;
  }
  .infographics_wrp.v2 .right_info_img {
    width: 200px;
  }
  .block_2 .block_2_col .img_wrp img {
    height: 260px !important;
  }
}

@media only screen and (max-width: 767px) {
  .hd1 {
    font-size: 28px;
    margin-top: 40px;
  }
  .hd2 {
    font-size: 20px;
  }
  .infographics_wrp {
    padding-bottom: 70px;
  }
  .infographics_wrp.v1 .hd1 {
    margin-top: 0;
  }
  .gradient_btn.cstm {
    height: 40px;
    margin-top: 30px;
    font-size: 20px;
    /* max-width: 100%;*/
  }
  .gradient_btn.cstm i {
    margin-right: 5px;
  }
  .infographics_wrp.v2 .left_info_img {
    width: 150px;
  }
  .infographics_wrp.v2 .right_info_img {
    width: 180px;
  }
  /*.block_2{margin-top: 35px; flex-flow: column; align-items: center; margin-top: 10px;
        .block_2_col{margin-top: 30px; width: 100%;
            .img_wrp{max-width: inherit;}
        }
    }*/
  .txtx_wrp {
    margin: 40px 0 0 0;
  }
  .txtx_wrp .txtx_wrp_inr {
    padding: 0 5px;
  }
  .txtx_wrp .txtx_wrp_inr .big_txt {
    font-size: 24px;
  }
  .block_2 .block_2_col .img_wrp img {
    height: 180px !important;
  }
}

@media only screen and (max-width: 479px) {
  .block_2 .block_2_col .img_wrp img {
    height: 120px !important;
  }
}

@media only screen and (max-width: 1024px) {
  .txtx_wrp {
    display: none !important;
  }
  .ci_logo_list {
    margin-top: 60px;
  }
  .ci_logo_list li a {
    /*img{width: auto;}*/
  }
}

@media only screen and (max-width: 479px) {
  .block_2 .block_2_col {
    width: calc(50% - 10px);
    padding-bottom: 70px;
  }
  /*.block_2{flex-flow: column; align-items: center; margin-top: 10px;
        .block_2_col{margin-top: 30px; width: 100%;
            .img_wrp{max-width: inherit;}
        }
    }
    .gradient_btn.cstm{max-width: 100%;}*/
}

/* WORLD OF OPPORTUNITIES, on a single platform End */
/* BUILD YOUR BUSINESS start */
.infographics_wrp.v2 {
  padding-bottom: 70px;
}

.infographics_wrp.v2 .left_info_img {
  margin-top: 40px;
  bottom: 0;
}

.infographics_wrp.v2 .right_info_img {
  bottom: 20px;
}

.byb_wrp {
  padding: 50px 0 10px;
  max-width: 1260px;
  margin: 0 auto;
  /*align-items: flex-start;*/
  z-index: 2;
  position: relative;
}

.byb_wrp .block_2_col {
  width: 455px;
}

.byb_wrp .block_2_col .img_wrp img {
  max-width: 100%;
}

.byb_wrp .block_2_col .gradient_btn {
  margin-top: 60px;
}

.byb_wrp .rght_wrp {
  flex-wrap: wrap;
  padding-left: 40px;
  margin-top: -25px;
  width: calc(100% - 455px);
}

.byb_wrp .rght_wrp.v2 {
  padding: 0 40px 0 0;
}

.byb_wrp .rght_wrp .hd1 {
  margin-top: 75px;
  text-align: center;
}

.byb_wrp.v2 .arrow_link {
  margin-top: 55px;
}

.byb_wrp.v3 {
  padding: 0;
}

.byb_block {
  width: 240px;
  padding: 25px;
}

.byb_block .img_wrp img {
  max-width: 100%;
}

.byb_block .byb_txt {
  line-height: 24px;
  font-size: 16px;
  color: #212121;
  margin-top: 15px;
}

.arrow_link {
  line-height: normal;
  text-decoration: none;
  font-size: 18px;
  color: #21aaca;
  margin-top: 40px;
}

.arrow_link i {
  font-size: 24px;
  margin: 3px 0 0 5px;
}

.arrow_link:hover {
  color: #212121;
}

@media only screen and (min-width: 1200px) and (max-width: 1279px) {
  .byb_wrp .block_2_col {
    width: 375px;
  }
  .byb_wrp .rght_wrp {
    width: calc(100% - 375px);
  }
  .byb_wrp .byb_block {
    padding: 25px 15px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  .byb_wrp .block_2_col {
    width: 435px;
  }
  .byb_wrp .rght_wrp {
    width: calc(100% - 435px);
  }
}

@media only screen and (max-width: 1024px) {
  .byb_wrp {
    flex-flow: column-reverse;
    align-items: center;
  }
  .byb_wrp .rght_wrp {
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 0 0 40px 0;
  }
  .byb_wrp .rght_wrp .byb_block {
    width: 50%;
  }
  .byb_wrp .rght_wrp .arrow_link {
    display: none !important;
  }
  .byb_wrp.v2 {
    flex-flow: column;
  }
  .byb_wrp.v3 .rght_wrp .hd1 {
    text-align: center;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .byb_block .byb_txt {
    font-size: 38px;
    line-height: 54px;
  }
  .byb_wrp .rght_wrp .byb_block {
    width: 50%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .byb_wrp {
    padding-top: 40px;
  }
  .byb_wrp .rght_wrp .byb_block .byb_txt {
    line-height: 36px;
    font-size: 28px;
  }
}

@media only screen and (max-width: 767px) {
  .mbl_wh {
    max-width: 80%;
  }
  .mbl_wh2 {
    max-width: 75%;
  }
  .byb_wrp {
    padding-top: 40px;
  }
  .byb_wrp .block_2_col {
    max-width: 100%;
  }
  .byb_wrp .rght_wrp {
    justify-content: space-between;
    align-items: baseline;
  }
  .byb_wrp .rght_wrp .byb_block {
    width: 48%;
    padding: 20px 0;
  }
  .infographics_wrp.v2 {
    padding-bottom: 40px;
  }
  .byb_wrp .rght_wrp .byb_block .byb_txt {
    line-height: 34px;
    font-size: 24px;
  }
}

/* BUILD YOUR BUSINESS End */
/* WE GIVE YOU THE WORLD... start */
.hgf_wrp {
  padding: 75px 16px;
}

.hgf {
  justify-content: center;
  align-items: center;
}

.hgf .globe_infographics {
  width: 360px;
}

.hgf .globe_infographics img {
  max-width: 100%;
}

.hgf .globe_info_txt_wrp {
  width: calc(100% - 360px);
  padding-left: 0;
  max-width: 700px;
  padding-left: 60px;
}

.hgf .globe_info_txt_wrp .arrow_link {
  margin-top: 25px;
}

.hgf .globe_info_txt_wrp .hd1 {
  margin-top: 0;
}

@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  .hgf {
    /*.globe_infographics{width: 500px;}
        .globe_info_txt_wrp{padding-right: 0;}*/
  }
}

@media only screen and (max-width: 1024px) {
  .hgf_wrp {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .hgf {
    /*flex-flow: column-reverse;*/
  }
  .hgf .globe_infographics {
    max-width: 100%;
  }
  .hgf .globe_info_txt_wrp {
    width: 100%;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .hgf_wrp {
    padding-top: 0;
  }
  .hgf {
    /*flex-flow: column-reverse;*/
  }
  .hgf .globe_infographics {
    max-width: 100%;
    width: 150px;
  }
  .hgf .globe_info_txt_wrp {
    width: calc(100% - 150px);
    padding-left: 10px;
  }
}

/* WE GIVE YOU THE WORLD... End */
/* JOIN THE JOURNEY... Start */
.graphics_2 {
  width: 100%;
  height: 170px;
  background: #f3f9fd;
  position: relative;
  overflow: hidden;
}

.graphics_2 .graphics_2_inner {
  width: 100%;
  height: 170px;
  background: #dfe1e5;
  width: 170%;
  height: 170px;
  background: #dfe1e5;
  transform: rotate(-4deg);
  position: absolute;
  top: 33px;
  left: -50px;
}

.graphics_2 .grey_circle {
  width: 500px;
  height: 400px;
  border-radius: 100%;
  background: #dfe1e5;
  position: absolute;
  left: 50%;
  margin-left: -250px;
}

.graphics_3_wrp {
  display: flex;
  width: 100%;
  overflow: hidden;
  height: 140px;
  margin-top: -94px;
}

.graphics_3 {
  width: calc(100% + 15px);
  height: 140px;
  background: #dfe1e5;
  position: relative;
  overflow: hidden;
  position: absolute;
  bottom: -70px;
  left: -20px;
  transform: rotate(-7deg);
  z-index: 2;
  display: none;
}

.journey_wrp {
  padding: 0 16px;
}

.hd3 {
  font-size: 36px;
  color: #212121;
}

.card_block_list {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 35px;
  flex-wrap: wrap;
}

.card_block_list li {
  box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.15);
  border: solid 5px #ffffff;
  padding: 5px;
  padding: 0;
  width: 248px;
  cursor: pointer;
  margin: 5px;
}

.card_block_list li .nrml_div {
  width: 100%;
  height: 100%;
  background: #21aaca;
  position: relative;
}

.card_block_list li .nrml_div .img_wrp {
  width: 100%;
  height: 100%;
}

.card_block_list li .nrml_div .img_wrp img {
  max-width: 100%;
}

.card_block_list li .nrml_div .bg_wrp {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px 16px 55px;
  background: #21aaca;
}

.card_block_list li .nrml_div .bg_wrp .card_hd {
  font-size: 18px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: -0.4px;
}

.card_block_list li .nrml_div .bg_wrp .card_hd2 {
  font-size: 18px;
  color: #ffffff;
  line-height: 24px;
  margin-top: 16px;
}

.card_block_list li .nrml_div .bg_wrp .fa-arrow-right {
  color: #ffffff;
  font-size: 22px;
  position: absolute;
  right: 16px;
  bottom: 16px;
}

.card_block_list li .nrml_div .bg_wrp .hoverd_txt {
  display: none;
}

.card_block_list li .nrml_div .bg_wrp .learn_more {
  color: #ffffff;
  font-size: 18px;
  position: absolute;
  left: 16px;
  bottom: 20px;
  display: none;
}

.card_block_list li .nrml_div .partnr_link {
  width: 100%;
  height: 100%;
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
}

.card_block_list li:hover .bg_wrp {
  height: 100%;
  background: rgba(33, 170, 202, 0.8);
}

.card_block_list li:hover .bg_wrp .nrml_txt {
  display: none;
}

.card_block_list li:hover .bg_wrp .hoverd_txt {
  display: block;
}

.card_block_list li:hover .bg_wrp .learn_more {
  display: block;
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .journey_wrp .hd3 {
    font-size: 44px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .graphics_2 {
    height: 115px;
  }
}

@media only screen and (max-width: 767px) {
  .graphics_2 {
    height: 110px;
  }
  .graphics_2 .graphics_2_inner {
    transform: rotate(-10deg);
  }
  .graphics_2 .grey_circle {
    width: 300px;
    height: 200px;
    margin-left: -150px;
  }
}

/* JOIN THE JOURNEY... End */
/* bg_ingographics start */
.bg_ingographics {
  background: url(images/bg_image.png) no-repeat;
  margin: 35px auto 0;
  /* max-width: 1366px;*/
  padding: 230px 16px 80px;
  background-size: cover;
}

.bdgtm_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.bdgtm_list li {
  display: flex;
  flex-flow: column;
  border-left: 1px dashed #ffffff;
  padding: 0 20px 0 40px;
  width: 25%;
  margin: 20px 0;
  /*.fd_txt2{font-size: 16px; color: #ffffff; line-height: 24px; margin-top: 25px;
            a{color: #ffffff;
                &:hover{font-weight: bold; text-decoration: none;}
            }
        }*/
}

.bdgtm_list li:first-child {
  border-left: 1px;
}

.bdgtm_list li .img_wrp {
  width: 50px;
  height: 50px;
}

.bdgtm_list li .img_wrp img {
  max-width: 100%;
}

.bdgtm_list li .fd_txt {
  font-size: 24px;
  color: #ffffff;
  padding-left: 20px;
  width: calc(100% - 50px);
}

.bdgtm_list li .fd_txt2 {
  font-size: 16px;
  color: #ffffff;
  line-height: 24px;
  margin-top: 25px;
  display: flex;
  flex-flow: column;
}

.bdgtm_list li .fd_txt2 a {
  color: #ffffff;
  margin-top: 25px;
}

.bdgtm_list li .fd_txt2 a:first-child {
  margin-top: 0;
}

.bdgtm_list li .fd_txt2 a:hover {
  font-weight: bold;
  text-decoration: none;
}

.bdgtm_list li .fd_txt2 span {
  margin-top: 25px;
}

.bdgtm_list li .fd_txt2 span:first-child {
  margin-top: 0;
}

.bdgtm_list li .fd_txt2 span + a {
  margin-top: 0;
}

.pdm {
  display: none;
}

.mbl_txt {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .graphics_3 {
    display: block;
  }
  .bg_ingographics {
    padding: 0;
    background: #21aaca;
    display: none;
  }
  .bdgtm_list li {
    width: 50%;
    padding-left: 16px;
    padding-right: 16px;
  }
  .bdgtm_list li:nth-child(3) {
    border: none;
  }
  .mbl_none {
    display: none;
  }
  .pdm {
    display: flex;
    width: 100%;
    height: 65px;
  }
  .card_block_list {
    justify-content: space-between;
    margin-top: 40px;
  }
  .card_block_list li {
    width: calc(50% - 25px);
    margin: 25px 0;
    border: none;
  }
  .card_block_list li .nrml_div .img_wrp {
    display: none;
  }
  .card_block_list li .nrml_div .bg_wrp {
    position: relative;
    left: inherit;
    bottom: inherit;
    padding-bottom: 20px;
  }
  .card_block_list li .nrml_div .bg_wrp .learn_more {
    display: block;
    font-size: 38px;
    position: static;
    margin-top: 25px;
  }
  .card_block_list li .nrml_div .bg_wrp .hoverd_txt {
    display: none;
  }
  .card_block_list li .nrml_div .bg_wrp .nrml_txt {
    display: none;
  }
  .card_block_list li .nrml_div .bg_wrp .mbl_txt {
    margin-top: 50%;
    display: block;
    font-size: 38px;
    line-height: normal;
  }
  .card_block_list li .nrml_div .bg_wrp .card_hd {
    font-size: 38px;
  }
  .card_block_list li .nrml_div .bg_wrp .fa-arrow-right {
    font-size: 30px;
    bottom: 20px;
  }
  .card_block_list li:last-child {
    margin: 5px auto;
    z-index: 3;
  }
}

@media only screen and (max-width: 991px) {
  .card_block_list {
    justify-content: space-between;
    margin-top: 40px;
  }
  .card_block_list li {
    width: calc(50% - 25px);
    margin: 25px 0;
    border: none;
  }
  .card_block_list li .nrml_div .img_wrp {
    display: none;
  }
  .card_block_list li .nrml_div .bg_wrp {
    position: relative;
    left: inherit;
    bottom: inherit;
    padding-bottom: 20px;
  }
  .card_block_list li .nrml_div .bg_wrp .learn_more {
    display: block;
    font-size: 30px;
    position: static;
    margin-top: 25px;
  }
  .card_block_list li .nrml_div .bg_wrp .hoverd_txt {
    display: none;
  }
  .card_block_list li .nrml_div .bg_wrp .nrml_txt {
    display: none;
  }
  .card_block_list li .nrml_div .bg_wrp .mbl_txt {
    margin-top: 10%;
    display: block;
    font-size: 30px;
    line-height: normal;
  }
  .card_block_list li .nrml_div .bg_wrp .card_hd {
    font-size: 30px;
  }
  .card_block_list li .nrml_div .bg_wrp .fa-arrow-right {
    font-size: 30px;
    bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .bdgtm_list li .bdgtm_wrp {
    flex-flow: column;
    justify-content: center;
  }
  .bdgtm_list li .bdgtm_wrp .fd_txt {
    width: 100%;
    padding: 10px 0 0 0;
    text-align: center;
  }
  .card_block_list li {
    width: calc(50% - 5px);
    margin: 5px 0;
  }
  .card_block_list li .nrml_div .bg_wrp .card_hd {
    font-size: 18px;
  }
  .card_block_list li .nrml_div .bg_wrp .card_hd2 {
    font-size: 18px;
    min-height: 44px;
  }
  .card_block_list li .nrml_div .bg_wrp .learn_more {
    font-size: 18px;
    margin-top: 0;
  }
  .card_block_list li .nrml_div .bg_wrp .fa-arrow-right {
    font-size: 18px;
    bottom: 16px;
  }
  .graphics_3_wrp {
    margin-top: -25px;
    height: 110px;
  }
  .graphics_3 {
    bottom: -55px;
  }
}

/* bg_ingographics end */
/* bottom block list start */
.bdgtm_list2 {
  list-style: none;
  display: flex;
  justify-content: center;
  padding: 50px 16px 0;
  width: 100%;
  max-width: 1275px;
  margin: 0 auto;
}

.bdgtm_list2 li {
  display: flex;
}

.bdgtm_list2 li .li_wrp {
  display: flex;
  flex-flow: column;
  padding: 35px;
  width: 320px;
  align-items: center;
  justify-content: flex-start;
}

.bdgtm_list2 li .li_wrp.v2 {
  width: auto;
}

.bdgtm_list2 li .bdgtm_list_txt {
  font-size: 24px;
  color: #212121;
  text-transform: uppercase;
}

.bdgtm_list2 li .img_wrp {
  /*max-width: 225px;*/
  height: 240px;
  margin-top: 25px;
  align-items: center;
}

.bdgtm_list2 li .img_wrp img {
  max-width: 100%;
}

.bdgtm_list2 li .gradient_btn {
  margin-top: 25px;
  width: 100%;
  max-width: 250px;
}

.bdgtm_list2 li .fgbt {
  margin-top: 25px;
}

.bdgtm_list2 li .fgbt a {
  position: relative;
}

.bdgtm_list2 li .fgbt a:hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.bdgtm_list2 li .links_wrp {
  margin-top: 30px;
  line-height: 27px;
  display: flex;
  flex-flow: column;
}

.bdgtm_list2 li .links_wrp a {
  color: #21aaca;
  font-size: 16px;
  font-family: "glacialIndifference-bold";
  text-decoration: none;
}

.bdgtm_list2 li .links_wrp a:hover {
  color: #212121;
}

@media only screen and (min-width: 1025px) and (max-width: 1076px) {
  .bdgtm_list2 li .li_wrp {
    width: 300px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .bdgtm_list2 li .li_wrp {
    width: 280px;
  }
}

@media only screen and (max-width: 1199px) {
  .bdgtm_list2 li .li_wrp {
    padding: 35px 15px;
  }
  .bdgtm_list2 li .bdgtm_list_txt {
    font-size: 18px;
  }
}

@media only screen and (max-width: 1024px) {
  .bdgtm_list2 {
    justify-content: space-between;
    padding-top: 160px;
  }
  .bdgtm_list2 li {
    flex-flow: column;
    width: 50%;
  }
  .bdgtm_list2 li .li_wrp {
    padding: 10px 0;
    flex-flow: initial;
    align-items: center;
    min-width: auto;
    width: auto;
  }
  .bdgtm_list2 li .li_wrp .bdgtm_list_txt {
    display: none !important;
  }
  .bdgtm_list2 li .li_wrp .img_wrp.mbl_none {
    display: none !important;
  }
  .bdgtm_list2 li .li_wrp .gradient_btn {
    margin: 0;
  }
  .bdgtm_list2 li .li_wrp .links_wrp {
    margin: 0;
    padding-left: 50%;
  }
  .bdgtm_list2 li .li_wrp .img_wrp {
    margin: 0;
    height: auto;
  }
  .bdgtm_list2 li .li_wrp .fgbt {
    margin: 0;
    flex-flow: column;
    padding-left: 20px;
  }
  .bdgtm_list2 li .gradient_btn {
    max-width: inherit;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .fgbt a {
    width: 236px;
    height: 72px;
  }
  .fgbt a img {
    width: 100%;
    height: auto;
  }
  .bdgtm_list2 li .li_wrp .links_wrp a {
    font-size: 34px;
    padding-bottom: 20px;
  }
  .bdgtm_list2 li .li_wrp .gradient_btn {
    height: 70px;
    font-size: 36px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bdgtm_list2 li .li_wrp .links_wrp a {
    font-size: 28px;
    padding-bottom: 20px;
  }
  .bdgtm_list2 li .li_wrp .gradient_btn {
    height: 50px;
    font-size: 28px;
  }
  .fgbt a {
    width: 180px;
    height: 60px;
  }
  .fgbt a img {
    width: 100%;
    height: auto;
  }
}

@media only screen and (max-width: 767px) {
  .bdgtm_list2 {
    padding-top: 135px;
  }
  .bdgtm_list2 li {
    width: 40%;
  }
  .bdgtm_list2 li .li_wrp .links_wrp {
    padding-left: 20px;
  }
  .bdgtm_list2 li .li_wrp .links_wrp a {
    font-size: 18px;
    padding-bottom: 3px;
  }
  .bdgtm_list2 li:first-child {
    width: 60%;
  }
  .bdgtm_list2 li .li_wrp .gradient_btn i {
    margin-right: 5px;
  }
  .fgbt a {
    width: 160px;
    height: 50px;
  }
  .fgbt a img {
    width: 100%;
    height: auto;
  }
}

@media only screen and (min-width: 370px) and (max-width: 376px) {
  .bdgtm_list2 li .li_wrp .gradient_btn {
    font-size: 15px;
  }
}

@media only screen and (max-width: 369px) {
  .bdgtm_list2 li .li_wrp .gradient_btn {
    font-size: 13px;
  }
}

@media only screen and (max-width: 320px) {
  .bdgtm_list2 li .li_wrp .gradient_btn {
    font-size: 12px;
  }
}

/* bottom block list End */
@media only screen and (max-width: 575px) {
  .hd1 {
    font-size: 24px;
  }
  .block_2 .block_2_col .gradient_btn.cstm {
    font-size: 12px;
  }
  .byb_wrp .rght_wrp {
    padding-bottom: 0;
  }
  .byb_wrp .rght_wrp .byb_block .byb_txt {
    line-height: 24px;
    font-size: 18px;
  }
  .hd3 {
    font-size: 28px;
  }
  .card_block_list li .nrml_div .bg_wrp .card_hd {
    font-size: 14px;
    min-height: 34px;
  }
  .card_block_list li .nrml_div .bg_wrp .card_hd2 {
    font-size: 14px;
    min-height: 55px;
  }
  .fgbt a {
    width: 120px;
    height: 30px;
  }
}

@media only screen and (max-width: 349px) {
  .block_2 .block_2_col .gradient_btn.cstm {
    font-size: 11px;
  }
}

@media only screen and (max-width: 327px) {
  .block_2 .block_2_col .gradient_btn.cstm {
    font-size: 10px;
  }
}

/* 404 page start */
.header_404 .gl_pre_header_v4 {
  background: #ffffff;
  padding-bottom: 22px;
}

.header_404 .gl_pre_header_v4 .border_btn {
  background: #ffffff;
}

.header_404 .gl_pre_header_v4 .border_btn:hover {
  background-image: linear-gradient(to right, #393a7e, #00adcd);
}

.subhd {
  font-size: 24px;
  color: #212121;
  text-transform: uppercase;
  margin-top: 15px;
}

.page_404 {
  padding: 0 16px 95px;
}

.txt404 {
  font-size: 200px;
  padding-top: 0;
  color: #a6a6a6;
}

.txt404hd2 {
  font-size: 40px;
  color: #212121;
  margin-top: 10px;
  text-transform: uppercase;
}

.block_2.v2 {
  max-width: 1210px;
  /*margin-top: 120px;*/
}

.block_2.v2 .block_2_col {
  width: 100%;
  max-width: 333px;
}

.block_2.v2 .block_2_col .img_wrp {
  max-width: 333%;
  width: 100%;
  height: 250px;
  align-items: center;
}

.footer_wrp {
  margin-top: 100px;
}

.footer_wrp .welovesme_img {
  display: none;
}

.footer_wrp .ftxt {
  display: none;
}

.link_list {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-top: 30px;
  color: #21aaca;
  flex-wrap: wrap;
}

.link_list a {
  color: #21aaca;
  font-family: "glacialIndifference-regular";
  padding: 5px 15px;
  text-decoration: none;
  font-size: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .block_2.v2 .block_2_col {
    width: 33%;
  }
}

@media only screen and (max-width: 1024px) {
  .block_2.v2 {
    flex-wrap: wrap;
  }
  .block_2.v2 .block_2_col {
    margin-top: 30px;
  }
  .block_2.v2 .block_2_col .gradient_btn.cstm {
    height: 48px;
    font-size: 24px;
  }
}

@media only screen and (max-width: 991px) {
  .block_2.v2 {
    flex-wrap: wrap;
    justify-content: center;
  }
  .block_2.v2 .block_2_col {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .txt404 {
    font-size: 150px;
    padding-top: 40px;
  }
  .txt404hd2 {
    font-size: 24px;
  }
  .block_2.v2 {
    margin-top: 40px;
  }
  .block_2.v2 .block_2_col .img_wrp {
    height: auto;
  }
  .link_list {
    justify-content: space-between;
  }
  .link_list a {
    width: 48%;
    font-size: 18px;
  }
  .link_list .devider_li {
    display: none;
  }
  .footer_wrp {
    margin-top: 40px;
  }
}

/* 404 page End */
#contactus_overlay .modal-header .close {
  background: no-repeat;
  outline: none;
  border: none;
  padding: 0;
  font-size: 24px;
  position: absolute;
  top: 5px;
  right: 15px;
  margin: 0;
}

#contactus_overlay .modal-footer .btn-primary {
  outline: none;
  box-shadow: none;
}

.offer_banner_wrp .scroll_hide {
  height: auto;
}
