:root {
  --color-primary: #163969;
  --color-secondary: #00a5d8;
  --color-rose: #971362;
  scroll-behavior: initial;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
body {
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
}
.fp-watermark,
.body.home footer.site-footer{
  display: none !important;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span,
.swiper-container > .swiper-pagination-bullets .swiper-pagination-bullet {
  background: #ffffff85;
  width: 8px;
  height: 8px;
  border: 0;
  transition: all 0.5s ease;
  opacity: 1;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
.swiper-container > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 15px;
  height: 15px;
  background: none;
  border: 1px solid var(--color-secondary);
}
.swiper-container .swiper-pagination {
  display: flex;
  flex-direction: column;
  row-gap: 9px;
  align-items: center;
  bottom: auto;
  left: auto;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
}
.fullpage .section .media video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  display: block;
}
.fullpage .section::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("../images/shadow-bg.webp") no-repeat center bottom / 100%;
  z-index: 1;
}
.fullpage .section .content-wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  padding: 0 0 100px;
  z-index: 2;
  color: #ffffff;
}
.global-heading {
  font-size: 54px;
  font-weight: 400;
  text-transform: uppercase;
  font-weight: 300;
}
.global-heading b {
  color: #00AEB0;
  font-weight: 700;
}
.fullpage .section .global-heading {
  padding-right: 130px;
  line-height: 1;
}
.fullpage .section.fueling-growth .global-heading b {
  color: #F2852B;
}
.fullpage .section.ideas .global-heading b {
  color: #783CE2;
}
.fullpage .section.technology .global-heading b {
  color: #FCD739;
}
.fullpage .section.collective-impact .global-heading b {
  color: #00A5D8;
}
.fullpage .section .content {
  font-weight: 200;
  font-size: 18px;
}
.fullpage .section .col-left {
  background: url("../images/line.webp") right 65px top no-repeat;
}
.global-btn {
  display: inline-block;
  padding: 18px 50px;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.5s ease;
  font-size: 16px;
  border: 2px solid #e20087;
}
.global-btn:hover {
  color: #ffffff;
}
.fullpage .section.fueling-growth .global-btn {
  border-color: #00d457;
}
.fullpage .section.ideas .global-btn {
  border-color: #05f1f4;
}
.fullpage .section.technology .global-btn {
  border-color: #ffad69;
}
.fullpage .section.collective-impact .global-btn {
  border-color: #a774ff;
}
.fullpage .content .global-btn {
  margin: 30px 0 0;
}
.skip-button {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  background: var(--color-secondary);
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 99;
  color: #d5f0f9;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  gap: 5px;
}
/*...........loader...........*/
.loader-container .loader3 {
  width: 50px;
  height: 50px;
  display: inline-block;
  padding: 0px;
  text-align: left;
  position: relative;
}
.loader-container .loader3 span {
  position: absolute;
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background: #ffffff;
  -webkit-animation: loader3 1.5s linear infinite;
  animation: loader3 1.5s linear infinite;
  left: -25px;
  top: -25px;
}
.loader-container .loader3 span:last-child {
  animation-delay: -0.9s;
  -webkit-animation-delay: -0.9s;
}
@keyframes loader3 {
  0% {
    transform: scale(0, 0);
    opacity: 0.8;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
@-webkit-keyframes loader3 {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.8;
  }

  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
  }
}
.loader-container {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999999;
  background: #010814;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999999999;
}
#ast-scroll-top{
  display: none;
}
body.home .footer {
  display: none;
}
.top-header .sub-arrow i {
  color: var(--color-secondary);
}
.top-header .hfe-nav-menu .menu-item{
  align-self: center;
}
.top-header .hfe-menu-item.elementor-button {
  margin-left: 10px;
}
.top-header .hfe-nav-menu .sub-menu a.hfe-sub-menu-item {
  padding-left: 20px!important;
}
body.home .top-header .hfe-nav-menu > .menu-item > a,
body.home .top-header .hfe-nav-menu > .menu-item > div > a{
  color: #ffffff!important;
}
body.home .top-header .hfe-nav-menu > .menu-item > a:hover{color: #F2852B !important;}
body.home .top-header .hfe-nav-menu > .menu-item > a.elementor-button:hover{background-color: #F2852B !important;color: #ffffff !important;}

.top-header .logo-white,
body.home .top-header .logo-color {
  display: none;
}
body.home .top-header .logo-white {
  display: inline-block;
}
body.home .top-header {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 1),  rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0))!important;
}
body.home .header_lang .elementor-icon-list-text{color: #FFFFFF !important;}
body.home .header_lang .elementor-icon-list-icon svg{fill: #FFFFFF !important;}
/*=========elementor css=========*/
.singup-form .form-control {
    background: none;
    border: 0;
    padding: 16px 185px 16px 40px !important;
    height: auto;
    color: #ffffff;
    font-size: 18px;
    border-bottom: 2px solid #ffffff;
    border-radius: 0;
    box-shadow: none;
}
.singup-form .input-wrap {
    position: relative;
}
.singup-form .input-wrap svg {
  position: absolute;
  left: 0;
  top: 20px;
}
.singup-form .form-control::placeholder {
  color: #ffffff;
}
.singup-form button,.singup-form .wpcf7-submit {
  background: #ffffff;
  border-radius: 0;
  padding: 14px 41px;
  font-weight: 500;
  position: absolute;
  right: 0;
  bottom: 0;
  color: #0355A2;
  font-size: 18px;
}
.singup-form button:hover,.singup-form .wpcf7-submit:hover  {
  background: #ffffff;
  color: var(--wp--preset--color--vivid-purple);
}
.singup-form .wpcf7-spinner{position: absolute;}
.timeline-list .timeline-box::before,
.timeline-list .timeline-box::after {
  content: "";
  width: calc(50% - 115px);
  height: 50%;
  border-radius: 60px 0 0 0;
  border: 1px dashed var(--color-rose);
  border-width: 1px 0 0 1px;
  position: absolute;
  left: 115px;
  top: 0;
}
.timeline-list .timeline-box:nth-child(odd)::after {
  top: auto;
  bottom: 0;
  border-radius: 0 0 0 60px;
  border-width: 0 0 1px 1px;
}
.timeline-list .timeline-box:nth-child(even)::before,
.timeline-list .timeline-box:nth-child(even)::after {
  left: auto;
  right: 115px;
  top: -1px;
  border-radius: 0 60px 0 0;
  border-width: 1px 1px 0 0;
}
.timeline-list .timeline-box:nth-child(even)::after {
  top: auto;
  bottom: -1px;
  border-radius: 0 0 60px 0;
  border-width: 0 1px 1px 0;
} 
.timeline-list .timeline-box:last-child::after {
  display: none;
}
.timeline-list .timeline-box:first-child::before {
  width: 100px;
}
.timeline-list::before {
  content: "";
  width: 100px;
  height: 70px;
  border: 1px dashed var(--color-rose);
  border-width: 0 1px 1px 0;
  border-radius: 0 0 60px 0;
  position: absolute;
  left: 215px;
  top: -69px;
}
.timeline-list::after {
  content: "";
  width: 14px;
  height: 14px;
  background: var(--color-rose);
  border-radius: 100%;
  position: absolute;
  left: 308px;
  top: -80px;
}
.tec-group-box:hover .elementor-heading-title,
.tec-group-box:hover .elementor-widget-text-editor {
  color: #ffffff!important;
}
.top-header,
.top-header .logo img,
#masthead.fixed-header .top-header > .e-con-inner {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
#masthead.fixed-header .logo img {
  max-width: 100px;
}
#masthead.fixed-header .top-header {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#masthead.fixed-header .top-header > .e-con-inner {
  padding: 10px 0;
}
body:not(.home) #masthead + div,
body:not(.home) #masthead + section {
  margin-top: 131px;
}
.scroll-top-button {
  transform: scale(0);
  -webkit-transform: scale(0); 
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease; 
  -o-transition: all 0.5s ease; 
  cursor: pointer;  
}
.scroll-top-button.show-btn {
  transform: scale(1);
  -webkit-transform: scale(1); 
  -moz-transform: scale(1);
  -o-transform: scale(1);
}
/* ===== POPUP ===== */
.popup-overlay{
  position:fixed;
  inset:0;
  background:rgba(0,0,0,0.7);
  display:none;
  align-items:center;
  justify-content:center;
  z-index:9999;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.popup-box{
  width:490px;
  background:#fff;
  position:relative;
  box-shadow:0 20px 60px rgba(0,0,0,.5);
  margin: 280px auto 0;
}

.popup-close{
  position:absolute;
  top: -35px;
  right: 0;
  width: 35px;
  height: 35px;
  background:#FCD739;
  border:none;
  font-weight:bold;
  cursor:pointer;
  color: #233D88;
  display: inline-block;
  font-size: 23px;
  line-height: 24px;

}

.popup-content{
  padding:70px 20px 60px;
  text-align:center;
}

.popup-content h2{
  margin: 0;
  font-size: 48px;
  letter-spacing: 1px;
  color: #0355A2;
  font-weight: bold;
}

.button_group li a {
  border: 1px solid #0355A25C;
  padding: 10px 20px;
  display: inline-block;
  text-decoration: none;
  font-size: 18px;
  color: #ffffff;
  font-weight: 400;
  position: relative;
  overflow: hidden;
  transition: color 0.2s ease-in-out;
}

.button_group li a::after {
  content: '';
  position: absolute;
  inset: 0;
  background: #0355A2;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease-in-out;
  z-index: -1;
}

.button_group li a:hover {
  color: #fff;
}

.button_group li a:hover::after {
  transform: scaleX(1);
}


.button_group{
  margin: 40px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 30px;
}
.bold-text-underline b{font-weight: bold; text-decoration: underline;}

.audience-slider-wrap { margin: 10px 0; }

.audience-slider .slick-slide { padding: 0; margin: 0 8px;}
.audience-slider .slick-list { margin: 0 -16px; }

.aud-card{
  background:#f4f4f4;
  border-radius: 0px;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  height: 100%;
}

.aud-card__image{
  width:100%;
  height: 175px;
  background:#f3f4f6;
  overflow:hidden;
}
.aud-card__image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.aud-card__body{
  padding: 18px 18px 30px;
  display:flex;
  flex-direction:column;
  height: 100%;
  min-height: 340px;
}

.aud-card__title{
  font-size: 22px;
  line-height: 1.25;
  margin: 0 0 10px;
  font-weight: 700;
  color:#163969;
}

.aud-card__content{
  color:#475569;
  font-size: 13.5px;
  line-height: 1.6;
  margin-bottom: 16px;
  flex: 1;
}

.aud-card__content strong{
  color:#4A4A4A;
  font-weight: 700;
}
.aud-card__content p{
  margin: 0 0 10px;
  color: #4A4A4A;
  line-height: 19px;
}
.aud-card__content ul{
  margin: 8px 0 0 0px;
  padding: 0 0 0 18px;
}
.aud-card__content li{
  margin: 2px 0;
  color: #4A4A4A;
  line-height: 18px;
}

.aud-card__btn{
  align-self:flex-start;
  padding: 11px 18px;
  border-radius: 0px;
  border: 2px solid #971362;
  color: #971362;
  font-weight: 600;
  font-size: 13px;
  text-decoration:none;
  transition: .2s ease;
}
.aud-card__btn:hover{
  background:#971362;
  color:#fff;
  text-decoration:none;
}
.aud-card__content.bythemes ul {
  padding: 0;
  list-style: none;
}
.aud-card__content.bythemes ul li{
  border-top: 1px solid #C7C7C7;
  padding: 10px 0;
  background: url(../images/icons/list-arrow.svg) right center no-repeat;
  color: #163969;
}
.aud-card__content.bythemes ul li:last-child{border-bottom: 1px solid #C7C7C7;}

.audience-slider-wrap .slick-prev:before,
.audience-slider-wrap .slick-next:before{
  opacity: .8;
}

.audience-nav{
  display:flex;
  justify-content:center;
  gap:14px;
  margin-top:30px;
}

.aud-nav{
  width:44px;
  height:44px;
  border-radius:0px;
  font-size:20px;
  line-height:1;
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  transition:.2s ease;
}

.aud-prev{
  background:#971362;
  color:#fff;
  border:2px solid #971362;
}

.aud-next{
  background:#fff;
  color:#971362;
  border:2px solid #971362;
}

.aud-nav:hover{
  transform:translateY(-1px);
}

.aud-nav.slick-disabled{
  opacity:.35;
  cursor:not-allowed;
  transform:none;
}

/* =========================
   Shared
========================= */
.w2b-empty{ padding:16px; text-align:center; color:#666; }
.w2b-pager{ display:flex; justify-content:center; margin-top:18px; }

.w2b-pages{ display:flex; gap:6px; align-items:center; }
.w2b-page{
  display:inline-flex; align-items:center; justify-content:center;
  min-width:30px; height:30px; padding:0 10px;
  border:1px solid #cfd7e6; background:#fff; color:#163b6b;
  font-size:13px; line-height:1; text-decoration:none;
}
.w2b-page.is-nav{ min-width:32px; padding:0 10px; font-size:16px; }
.w2b-page.is-active{ background:#163b6b; color:#fff; border-color:#163b6b; }
.w2b-page.is-disabled{ opacity:.5; pointer-events:none; }
.w2b-page.is-dots{ border:none; background:transparent; min-width:auto; padding:0 6px; }

/* =========================
   PRESS RELEASES (Grid)
========================= */
.w2b-press-grid{
  display:grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap:22px;
}

.w2b-press-card{
  background:#f2f4f7;
  overflow:hidden;
}
.w2b-press-card__top{ display:block; position:relative; text-decoration:none; }
.w2b-press-card__img{
  height:132px;
  background-size:cover; background-position:center;
  background-color:#0355A2;
}
.w2b-press-card__img--fallback{
  background: #0355A2 url(../images/icons/press_circle.svg) right bottom no-repeat;
}
.w2b-press-card__imgOverlay{
  position:absolute; inset:0;
  display:flex; align-items:flex-start; justify-content:flex-start;
  padding:18px;
}
.w2b-press-card__imgTitle{
  color: #87C5FF;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.1;
}
.w2b-press-card__body{ padding:16px 16px 18px; background:#F4F4F4;position:relative; }
.w2b-press-card__body .w2b-headline__accent{background: #00AEB0;}
.w2b-press-card__date{
  color:#00AEB0;
  font-size:11px;
  font-weight:600;
  margin-bottom:0px;
}
.w2b-press-card__title{
  margin:0 0 8px;
  font-size:14px;
  line-height:1.35;
  font-weight:700;
}
.w2b-press-card__title a{ color:#4A4A4A; text-decoration:none; }
.w2b-press-card__title a:hover{ text-decoration:underline; }
.w2b-press-card__excerpt{
  margin:0;
  font-size:12px;
  color:#59636e;
  line-height:1.5;
}

.w2b-headlines-grid{
  display:grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap:18px 22px;
}


.w2b-headline__box{
  display:block;
  position:relative;
  background:#ffffff;
  padding:18px 18px 16px;
  border:1px solid #e6ebf2;
  text-decoration:none;
  transition: .18s ease;
}

.w2b-headline__box:hover{
  background:#163969;
  border-color:#163969;
}
.w2b-headline__box:hover .w2b-headline__meta,
.w2b-headline__box:hover .w2b-headline__title,
.w2b-headline__box:hover .w2b-headline__read{
  color:#ffffff;
}

.w2b-headline__meta{
  color:#783CE2;
  font-size:12px;
  display:flex;
  gap:8px;
  align-items:center;
  margin-bottom:10px;
}
.w2b-press-card .w2b-headline__meta,.w2b-press-card .w2b-headline__dot{color: #00AEB0;}
.w2b-headline__dot{ color:rgba(123,61,240,.7); }
.w2b-headline__title{
  margin:0 0 12px;
  font-size:14px;
  line-height:1.4;
  color:#0355A2;
  font-weight:700;
}
.w2b-headline__read{
  color:#F2852B;
  font-size:12px;
  font-weight:600;
}
.w2b-headline__accent{
  position: absolute;
  right: 18px;
  top: 0;
  width: 50px;
  height: 5px;
  background: #783CE2;
}
.form-style1 .form-group input,.form-style1 .form-group select{
  border: 1px solid #9C84F4;
}
.form-style1 .form-group input.wpcf7-submit{
  background: #233D88;
  width: 100%;
  color: #fff;
  padding: 18px 20px;
  border: none;
  font-weight: bold;
  font-size: 16px;
  outline: 0;
}
.form-style1  .wpcf7-spinner{position: absolute;left: 0;}

.modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1040;
}

.custom-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1050;
}

.custom-modal-content {
  background: #F7F5FF;
  width: 560px;
  max-width: 90%;
  margin: 10% auto;
  padding: 30px;
  border-radius: 0;
  position: relative;
  animation: zoomIn 0.3s ease;
}
.custom-modal-content h5{font-size: 32px;font-weight: bold;}
.custom-modal-content p{font-size: 16px; color: #163969;}
.close {
  position: absolute;
  right: 12px;
  top: 10px;
  font-size: 22px;
  cursor: pointer;
}

@keyframes zoomIn {
  from { transform: scale(0.9); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}

.w2b-event-slick-wrap { position: relative; }
.w2b-event-slick .w2b-slide { padding: 0 10px; box-sizing: border-box; }
.w2b-event-card-mini {
  background: #fff;
  border: 1px solid #eee;
  overflow: hidden;
}
.w2b-event-date {
  padding: 34px 16px;
  color: #fff;
  font-weight: 800;
  text-align: center;
  font-size: 20px;
  line-height: 1.2;
  min-height: 160px;
  display:flex;
  align-items:center;
  justify-content:center;
  white-space: normal;
}
.w2b-event-body {
  background: #f6f7f8;
  padding: 18px 16px;
  min-height: 180px;
}
.w2b-event-cat {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 6px;
  display: inline-block;
}
.w2b-event-title {
  font-size: 18px;
  font-weight: 800;
  margin: 0 0 10px;
  line-height: 1.2;
  color: #163969;

}
.w2b-event-title a { color:#0b2b55; text-decoration:none; }
.w2b-event-meta {
  display:flex;
  flex-direction:column;
  gap:6px;
  font-size: 12px;
  color:#777;
}
.w2b-event-meta span { display:flex; align-items:center; gap:8px; }
.w2b-event-meta i { opacity:.65; }

/* Slick arrows (simple, clean) */
.w2b-event-slick-wrap .w2b-nav {
  position:absolute; top: -46px; right: 0;
  display:flex; gap:10px;
}
.w2b-event-slick-wrap .w2b-btn {
  width: 34px; height: 34px;
  border: 1px solid #dfe3e8;
  background:#fff;
  cursor:pointer;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:18px;
  line-height:1;
}
.w2b-event-slick-wrap .w2b-btn:hover { border-color:#0b5cab; }

.jobs-wrapper {
    display:flex;
    flex-wrap:wrap;
    gap:30px;
}

.job-card {
  width:30%;
  background:#f7f7f7;
  padding:25px;
  box-shadow:0 8px 20px rgba(0,0,0,.08);
  position: relative;
}
.job-card:before{
  content: '';
  width: 67px;
  height: 6px;
  background: #064E94;
  position: absolute;
  top: 0;
  left: 26px;
}
.job-card h3{
  font-size: 24px;
  font-weight: bold;
  color: #064E94;
}
.apply-btn {
  border: 2px solid #F2852B;
  padding: 8px 40px;
  background: transparent;
  cursor: pointer;
  color: #F2852B;
  font-size: 16px;
  position: absolute;
  bottom: 30px;
  left: 25px;
}
.apply-btn:hover{
  background: #F2852B;
  color: #fff;
}
.job-popup-overlay {
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.6);
    display:none;
    z-index:9999;
}

.job-popup {
    background:#fff;
    max-width:900px;
    margin:50px auto;
    padding:0px;
    position:relative;
    display: flex;
}
.job-popup .job-popup-left{
  flex: 0 0 50%;
  padding: 30px;
}
.popup-close {
  position: absolute;
  right: 0;
  top: -30px;
  cursor: pointer;
  text-align: center;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
}
.apply-form-wrapper {
    max-width: 520px;
    margin: auto;
    background: #F7F5FF;
    padding: 25px;
    border-radius: 6px;
    margin-bottom: 0 !important;
}

.apply-title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #000;
}

.apply-subtitle {
  font-size: 12px;
  color: #163969;
  margin-bottom: 13px;
}

.apply-form-wrapper .field {
    margin-bottom: 12px;
}

.apply-form-wrapper input,
.apply-form-wrapper textarea {
    width: 100%;
    padding: 14px;
    border: 1px solid #9C84F4;
    border-radius: 0px;
    font-size: 14px;
    background: #fff;
}

.apply-form-wrapper textarea {
    height: 90px;
    resize: none;
}

.upload-section {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 10px;
    margin-bottom: 18px;
}

.upload-section label {
    font-size: 14px;
    flex: 50%;
}
.upload-section label .greytext{font-size: 12px;color: #AEAEAE;}
.upload-section input[type="file"] {
    background: #f4821f;
    color: #fff;
    padding: 8px;
    border: none;
}

.submit-section input[type="submit"] {
    width: 100%;
    background: #233D88;
    color: #fff;
    padding: 14px;
    border: none;
    font-size: 15px;
    font-weight: 500;
    border-radius: 0;
    cursor: pointer;
}

.submit-section input[type="submit"]:hover {
    background: #243873;
}

.job-popup-left .popup-title{
  font-size: 24px;
  font-weight: bold;
  margin: 0;
}
.job-popup-left .location-style{
  color: #783CE2;
  font-size: 14px;
  margin: 0;
}
.popup-about,.popup-resp{font-size: 14px;}
.job-popup-left .popup-about{margin-bottom: 16px;}
.apply-form-wrapper .wpcf7-spinner{position: absolute;}
.divider01{
  width: 67px;
  height: 6px;
  background: #064E94;
  margin: 16px 0 18px;
}
.job-card .job-location{
  font-size: 14px;
  color: #9C84F4;
}
.job-card .job-location img{margin-right: 4px;}
.job-card .job-short{
  font-size: 14px;
  color: #4A4A4A;
  font-weight: 300;
  min-height: 164px;
}

.iwg-form.form-style1 .form-group{
  margin-bottom: 10px;
}