/* @font-face {
  font-family: "Inter";
  src: url("../font/Inter_18pt-Regular.ttf") format("opentype");
} */
 @font-face {
  font-family: "Open Sans";
  src: url("../font/open-sans-v34-latin-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Open Sans";
  src: url("../font/open-sans-v34-latin-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Open Sans";
  src: url("../font/open-sans-v34-latin-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

html {
  scroll-padding-top: 90px;
}
html,
body {
  overflow-x: hidden;
  font-family: "Open Sans", sans-serif !important;
}
.window-loaded .fadeIn {
    animation-play-state: running;
}
sup {
  font-size: 85% !important;
  top: -6px !important;
  left: -5px !important;
}
.m-b-5{
  margin-bottom: 5px;
}

/* Ensure the toggler shows the hamburger icon */
.navbar-toggler {
  border: 1px solid #ddd;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  background-color: transparent;
  cursor: pointer;
}
.navbar-toggler:focus {
  outline: none;
  box-shadow: 0 0 0 0.1rem rgba(0, 123, 255, 0.25);
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
}

/* Header Start */
header {
  font-family: "Open Sans", sans-serif;
  position: fixed;
  width: 100%;
  z-index: 99;
  background: #fff;
  padding: 0;
  box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 0.3);
}
.f-workforce{
    height: 29px;
    vertical-align: bottom;
    padding-left: 20px;
    border-left: 1px solid #acacac;
}
.header-text {
  max-height: 100px;
}

.vertical-line {
  width: 3px;
  height: 50px;
  background-color: #ccc;
}
.header-logo{
  object-fit: cover;
  display: inline-block;
  height: 61px;
  padding-right: 20px;
  margin-left: 20px;
  vertical-align: middle;
}

header .navbar-brand {
  margin-left: 25px;
}

header .nav-item {
  margin: 0 20px;
}

header .nav-item .nav-link {
  color: #0073cf;
  position: relative;
  font-size: 16px;
  font-weight: bold !important;
  padding: 0px !important;
}
header .nav-item .nav-link:hover{
  position: relative;
}
header .nav-item .nav-link:hover:after{
    content: "";
    width: calc(100% - 0px);
    height: 4px;
    background-color: #e01933;
    bottom: 0;
    display: block;
    position: absolute;
    top: 34px;
}
.navbar-expand-lg .navbar-collapse {
  flex-basis: auto;
}
.visit-link{
  position: absolute;
  right: 4%;
  top: 18%;
}
.visit-link a{
  color: #FFFFFF;
  text-decoration: none;
}
.visit-link a:hover{
  color: #FFFFFF;
  text-decoration: none;
}
.visit-link .arrow .fa{
  font-size: 15px;
  transform: translate(111px, -34px) rotate(-36deg) scaleX(1.5);
  color: white;
  width: 30px;
  height: 40px;
}
.career-view{
  text-align: right;
  line-height: 13px;
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
}
.career-view a{
  display: inline-block;
  color: #000;
  opacity: 0.7;
  font-size: 13px;
  text-decoration: none;
  padding-right: 40px;
  margin-top: 11px;
}
.career-view a:hover {
  opacity: 1;
  color:#000;
  text-decoration: none;
}
.career-view::after{
  content: '';
  opacity: 0.7;
  width: 8px;
  height: 8px;
  position: absolute;
  background: url(../images/arrow-icon.svg) no-repeat right 0;
  background-size: 8px 8px;
  right: 20px;
  margin-top: 14px;
}
/* Header End */

/* section1 */
.section1{
    height: 580px;
    margin-top: 77px;
    overflow-x: hidden;
    width: 100%;
    left: 0;
    position: relative;
}
.section1 .bg-img{
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/section1-bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.section1 .content{
    text-align: left;
    padding-top: 160px;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    max-width: 1024px;
    margin: 0 auto 0 auto;
}
.section1 .text{
    transform: translate3d(0px, 0px, 0px);
    opacity: 1;
    left: 50%;
    width: calc(50% - 20px);
    padding-left: 50px;
    position: absolute;
    display: inline-block;
    animation-play-state: running;
}
.section1 .text h1 {
    font-size: 54px;
    color: #003087;
    text-align: left;
    padding-bottom: 25px;
    font-weight: 400;
    margin: 0px;
}
.section1 .text p {
    font-size: 20px;
    line-height: 26px;
    margin: 0 0 25px 0;
}
.primary-button, .primary-button:visited, .primary-button:focus {
    display: inline-block;
    position: relative;
    line-height: 56px;
    height: 56px;
    vertical-align: middle;
    padding: 0 30px !important;
    font-size: 16px;
    border: none;
    border-color: transparent;
    background: linear-gradient(180deg, #e01933 0, #e01933 50%, #b30032 0, #b30032);
    color: #ffffff;
    text-decoration: none;
    transition: .3s;
    border-radius: 5px;
    font-weight: bold;
}
.primary-button:hover {
    color: #FFF;
    display: inline-block;
    line-height: 56px;
    padding: 0 30px;
    text-decoration: none;
    background: linear-gradient(180deg, #b31429 0, #b31429 50%, #a0042b 0, #a0042b);
}
.section1 a:hover{
  text-decoration: none !important;
  font-size: 16px;
  color: white;
}

/* mid section */
.mid-section{
  align-items: flex-start;
  width: 100%;
  /* max-width: 960px; */
  max-width: 1024px;
  margin: 0 auto 0 auto;
  padding: 100px 0 100px 0;
}
.mid-section h2{
  padding-bottom: 20px;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  color: #003087;
  margin: 0px;
}
.section2 sup {
    font-size: 75% !important;
    top: -12px !important;
    left: -9px !important;
}
.section2 p, .section3 p, .section4 p, .section6 p, footer p{
  margin: 0 0 25px 0;
  font-size: 16px;
}
.section2 img, .section3 img, .section4 img{
  width: calc(50% - 50px);
  display: inline-block;
  vertical-align: top;
  object-fit: contain;
}
.section2 .content, .section3 .content, .section4 .content{
  width: calc(50% - 50px);
  display: inline-block;
  vertical-align: top;
}

/* section2 */
.section2 .content{
    margin-right: 50px;
    display: inline-block;
}
.section2 a{
  color: #0073cf;
  text-decoration: underline;
  transition: color .3s;
  font-weight: bold;
}
.section2 a:hover{
  color: #003087;
}
.section2 .learn a{
  font-size: 20px;
}
.section2 img{
  margin-top: 50px;
}

/* section3 */
.section3{
  background-color: #DBE6F5;
}
.section3 img{
  margin-right: 100px;
}

/* section4 */
.section4 .content{
  margin-right: 100px;
}

/* section5 */
.section5{
    overflow: hidden;
    background-color: #f2f2f2;
    width: 100%;
}
.how-it-works{
  height: 380px;
  position: relative;
  width: 910px;
  margin: 40px auto;
}
.how-it-works img{
  position: absolute;
  width: 100%;
  max-width: 910px;
}
.section5 a, .section5 a:hover{
  color:#000;
  text-decoration: none;
}
.section5 .steps{
    position: absolute;
    width: 180px;
    font-size: 18px;
    text-align: center;
}
.section5 .step-1{
    left: -35px;
    top: 110px;
}
.section5 .step-2{
    left: 27%;
    top: 230px;
}
.section5 .step-3{
    left: 57%;
    top: 110px;
}
.section5 .step-4{
    left: 87%;
    top: 230px;
}

/* section6 */
.section6 a{
  color: #0073cf;
  text-decoration: underline;
  font-weight: bold;
}
.section6 a:hover{
    color: #003087;
}

/* footer */
footer{
  background-color: #003087;
  color: #6683B7;
  font-size: 14px;
}
footer .section{
    padding: 50px 20px 20px 20px;
}
footer a{
  color: #A8B9D6;
  text-decoration: none;
  font-weight: normal;
  font-size: 15px;
}
footer a:hover, .clickable-text:hover{
  text-decoration: none;
  color: #FFF;
}


/* Responsive */
/* Header */
@media screen and (max-width: 991px) {
  header .navbar-brand {
    margin-left: 5px;
  }
  .header-logo {
    width: 110px;
  }
  .header-text {
    width: 130px;
    margin-bottom: 10px;
  }
  header .nav-item {
    padding: 8px 0;
    border-bottom: 1px solid #f1f1f1;
    margin: 0;
  }
  header .nav-item:last-child {
    border-bottom: none;
  }
  header .nav-item .nav-link {
    padding-left: 5px;
  }
}
/* Footer */
@media screen and (max-width: 767px) {
  footer .link-wrapper {
    text-align: center;
    margin-top: 20px;
  }
}
@media screen and (max-width: 991px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: white;
    padding: 10px 20px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
  }
  header .nav-item {
    padding: 10px 0;
    border-bottom: 1px solid #f1f1f1;
  }
  header .nav-item:last-child {
    border-bottom: none;
  }
  .header-logo {
    max-height: 40px;
  }
  .header-text {
    max-height: 30px;
  }
}
/* tab */
@media screen and (max-width: 768px) {
  .header{
    left: 0px !important;
    z-index: 3 !important;
  }
  .nav-item{
    margin: 10px 0px;
  }
  .navbar-nav{
    text-align: center !important;
  }
  .navbar-toggler{
    background-color: #FFFFFF !important;
  }
  .modal-content{
    width: 320px !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0px !important;
  }
  .section1{
    margin-top: 57px;
    background: #E7EAF0;
    height: auto;
  }
  .section2 .content, .section3 .content, .section4 .content{
    width: 100%;
  }
  .section1 .bg-img, .f-workforce, .career-view{
    display: none;
  }
  .section1 .content, .mid-section{
    padding: 50px 20px !important;
  }
  .section1 .text{
    width: 100%;
    padding: 0;
    position: static;
  }
  .section1 .text h1 {
    font-size: 40px;
    line-height: 42px;
  }
  .section1 .text p{
    font-size: 18px;
  }
  .primary-button{
    width: 100%;
    text-align: center;
  }
  body .mid-section{
    display: block !important;
  }
  .section2 img, .section3 img, .section3 .content, .section4 img{
    width: 100%;
  }
  .section2 .content, .section4 .content{
    margin: 0px !important;
  }
  .section3 .content{
    padding-top: 50px;
  }
  .how-it-works{
    height: auto;
    width: 100%;
  }
  .how-it-works img {
    position: static;
  }
  .section5 .steps{
    position: static;
    width: 100%;
    margin-top: 40px;
    text-align: center;
  }
  body .far-block{
    display: block !important;
  }
  body .footer-settings{
    text-align: left !important;
    margin-top: 40px;
  }
  .footer-settings img{
    width: 50%;
    height: 50%;
  }
  .header-view{
    position: absolute;
    left: 50%;
    margin-left: -57px;
    margin-top: 10px;
  }
  .header-view .header-logo{
    width: 100%;
    height: 100%;
  }
  .navbar{
    height: 80px;
  }
  header .header-items{
    align-items: center !important;
  }
  .navbar-toggler{
    position: absolute;
    right: 20px;
  }
}
/* iPad mini */
  @media screen and (min-width: 767px) and (max-width: 1024px) {
  .header{
    left: 0px !important;
    z-index: 3 !important;
  }
  .navbar-toggler{
    background-color: #FFFFFF !important;
  }
  .navbar-collapse{
    left: 350px !important;
  }
  .nav-item{
    margin: 10px 0px;
  }
}

/* ipad air */
@media only screen and (max-width: 980px) {
  .mid-section{
    padding: 50px;
  }
  .section1{
    height: 400px;
  }
  .section1 .content{
    padding-top: 50px;
  }
  .section1 h1{
    font-size: 40px !important;
  }
  .navbar{
    height: 77px;
  }
  .navbar-toggler{
    margin-top: 19px;
    border: none !important;
    padding: 0px 12px !important;
  }
  .navbar-nav{
    text-align: center !important;
  }
}


/*Animations*/
.fade-in-section { opacity: 0; transform: translateY(20vh); visibility: hidden; transition: opacity 0.4s ease-out, transform 0.8s ease-out; will-change: opacity, visibility; }
.fade-in-section.is-visible { opacity: 1; transform: none; visibility: visible; }
 
.fadeInRight { animation-play-state: paused; -webkit-animation-name: fadeInRight; animation-name: fadeInRight; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }
.window-loaded .fadeInRight { animation-play-state: running; }
 
@-webkit-keyframes fadeInRight {
    0% { opacity: 0; -webkit-transform: translate3d(50%, 0, 0); transform: translate3d(50%, 0, 0); }
    100% { opacity: 1; -webkit-transform: none; transform: none; }
}
 
@keyframes fadeInRight {
    0% { opacity: 0; -webkit-transform: translate3d(50%, 0, 0); transform: translate3d(50%, 0, 0); }
    100% { opacity: 1; -webkit-transform: none; transform: none; }
}

.pb-80 {
padding-bottom: 80px;
}