/* @import url("./assets/web-fonts/SegoeUI.css"); */
@import url("https://fonts.cdnfonts.com/css/ws-paradose");

@import url("https://fonts.googleapis.com/css2?family=Bree+Serif&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto+Slab:wght@100..900&display=swap");

/*
 *****************************************
    >>> | 01 Browser Reset & Common CSS|
 *****************************************
*/

html,
body {
  height: 100%;
  overflow-x: hidden;
}

body {
  font-family: "Roboto Slab", serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  color: rgba(0, 0, 0, 0.7);
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a:focus,
a:hover,
a:visited,
input,
.bootstrap-select>.dropdown-toggle,
input:hover,
.bootstrap-select>.dropdown-toggle:hover,
input:focus,
.bootstrap-select>.dropdown-toggle:focus,
input:active,
.bootstrap-select>.dropdown-toggle:active,
select {
  text-decoration: none;
  outline: none;
}

button:focus {
  outline: 0px;
}

img {
  max-width: 100%;
}

a {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:hover {
  text-decoration: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: "Roboto Slab", serif;
  margin: 0 0 15px;
}

.inter p {
  font-family: "Inter", sans-serif;
}

.paradose {
  font-family: "Ws Paradose", sans-serif;
  font-weight: 400;
}

.bree {
  font-family: "Bree Serif", serif;
}

/* 
font-family: "Ws Paradose", sans-serif; 
*/

.container {
  max-width: 1560px;
}

.container-fluid {
  padding: 0px 2%;
}

/*
 *****************************************
 >>> | 03. navigation css Start
 *****************************************
*/

.header__menu {
  background: #006298;
}

.mainMenu ul {
  display: flex;
  align-items: center; /* makes all items equal height */
   justify-content: space-between;
}

.mainMenu ul li {
    position: relative;
  padding: 0 20px;
  display: flex;
  align-items: center; /* vertically centers text */
  position: relative;
 
}



.mainMenu ul li a {
  color: #fff;
  padding: 46px 0px;
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 22px;
  /* border-right: 1px; */
}



.mainMenu ul li:not(:last-child):not(:nth-last-child(2))::after {
  content: "";
  position: absolute;
  right: 0;
  top: 38%;          /* center it */
  height: 25%;       /* half of the menu bar */
  width: 1px;
  background-color: #fff;
}





.headerBottom {
  position: absolute;
  bottom: -60px;
  color: #fff;
  font-size: 16px;
  left: 5px;
}

.logo {
  position: relative;
  z-index: 1;
  text-align: center;
}

.logo img {
  height: 120px;
}

.search__form {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 10px;
}

.headee__top__right {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
}

.header__wrap {
  position: relative;
}

/* .header__video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
} */
.header__video video {
  width: 100%;
}

.search__form input {
  background: none;
  border-radius: 7px;
  border: 1px solid #fff;
  height: 30px;
  font-size: 20px;
  color: #fff;
  padding: 3px 12px;
}

.search__form input::placeholder {
  color: #fff;
}

.search__form button {
  background: none;
  border: none;
  padding: 0;
}

.header__top {
  padding: 12px 0px;
}

.logo:after {
  position: absolute;
  left: 50%;
  top: -40px;
  height: 210px;
  width: 210px;
  content: "";
  background: #006298;
  border-radius: 50%;
  z-index: -1;
  transform: translateX(-50%);
}

.wrapTop__part {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 2;
}

.header__video {
  position: relative;
  z-index: 1;
}

.headerHomeTxt {
  position: absolute;
  left: 0;
  top: 57%;
  transform: translateY(-55%);
  width: 100%;
  padding-left: 4%;
}

.heroTxt h1 {
  color: #fff;
  text-shadow: 0 4px 4px #000;
  font-size: 180px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: capitalize;
}

.heroTxt h3 {
  color: #fff;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.page__heading h4 {
  color: #023c4f;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.page__heading h1 br {
  display: none;
}

@media (min-width: 992px) {
  .page__heading h1 br {
    display: block;
  }

  .page__heading h4 {
    padding-top: 50px;
    padding-right: 150px;
  }
}

p {
  margin: 30px 0px;
}

.page__heading {
  padding-top: 50px;
}

.top__img {
  position: relative;
  margin-top: -150px;
  z-index: 1;
  text-align: right;
  max-width: 761px;
}

.top__img:after {
  position: absolute;
  right: -20px;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  border-radius: 666px;
  background: #55c0e4;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.25);
  z-index: -1;
}

.top__img img {
  padding: 20px;
  width: 100%;
}

.section__titleArea {
  position: relative;
}

.homeImage__edgeRight {
  position: absolute;
  bottom: 0;
  right: 0;
}

.fast__cta {
  background: #246396;
  margin-top: 70px;
  padding: 10px 0px;
}

.cta__txt {
  color: #fff;
  display: flex;
  gap: 50px;
  align-items: center;
}

.cta__txt h3 {
  font-size: 45px;
  font-weight: 700;
  margin: 0;
}

.cta__txt h4 {
  font-size: 55px;
  margin: 0;
}

.additionalTxt {
  text-align: center;
  position: relative;
  z-index: 1;
  padding-left: 55px;
  padding-right: 80px;
}

.additionalTxt:after {
  position: absolute;
  left: 0;
  top: -85px;
  content: "";
  background: url(assets/img/home-img3.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
  height: 280px;
  width: 300px;
}

.service__area {
  padding-top: 70px;
}

.service__area .row {
  justify-content: center;
}

@media (min-width: 1900px) {
  .service__area .row .col-md-6 {
    max-width: 370px;
  }

  .service__area .service__txt {
    display: flex;
    flex-direction: column;
    height: 224px;
  }
}

.service__logo {
  height: 300px;
}

.single__service {
  text-align: center;
  margin-bottom: 20px;
}

.service__txt h4 {
  color: #023c4f;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.service__txt p {
  margin-top: 0;
  margin-bottom: 10px;
  color: #76777a;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px;
}

.service__txt h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 50px;
  color: #e57025;
}

@media (min-width: 481px) {
  .service__txt h4 {
    font-size: 30px;
  }

  .service__txt p {
    font-size: 27px;
  }

  .service__txt h3 {
    font-size: 48px;
  }
}

.service__logo img {
  height: 100%;
}

.bdr hr {
  border-color: #000000;
}

.news__slider__area {
  padding-top: 50px;
}

.news__title h2 {
  color: #023c4f;
  text-align: center;
  font-family: "Ws Paradose";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
}

.heroTxt h1 span {
  margin-left: 50px;
}

.news__singleSlide h4 {
  color: #246396;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px;
  /* 125% */
  margin: 0;
}

.news__singleSlide p {
  color: #313030;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin-top: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}

.moreNews img {
  width: auto !important;
  margin-top: -16px;
}

.moreNews {
  position: absolute;
  left: 50%;
  z-index: 2;
  bottom: 0;
  transform: translateX(-50%);
  bottom: 10px;
}

.news__singleSlide {
  position: relative;
  padding-bottom: 75px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 30px;
  height: 460px;
}

.moreNews a {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  /* 200% */
  text-transform: capitalize;
}

.news__singleSlide.bgBlue {
  background: rgba(0, 179, 228, 0.23);
}

.news__singleSlide.bgGray {
  background: rgba(2, 60, 79, 0.17);
}

.news__slider__area .owl-nav div {
  position: absolute;
  left: -35px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 70px;
  color: #163761;
}

.news__slider__area .owl-nav .owl-next {
  left: auto;
  right: -35px;
}

.about__area {
  background-size: cover !important;
  background-position: center !important;
  min-height: 650px;
  padding-top: 530px;
  position: relative;
  z-index: 1;
}

.about__title h2 {
  text-align: center;
  color: #fff;
  text-align: center;
  font-family: "Ws Paradose";
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.about__title .column2 {
  align-items: center;
}

.about__txtGrid h4 {
  color: #fff;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.about__txtGrid {
  display: grid;
  grid-template-columns: 6fr 6fr;
  gap: 50px;
}

.about__area:after {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50%;
  width: 100%;
  content: "";
  background: linear-gradient(0deg, #000 0% 0%, #ffffff00 100%);
  background-blend-mode: multiply;
  z-index: -1;
}

.footer__area {
  padding-top: 60px;
}

.footer__logo {
  text-align: center;
}

.bdr__style2 {
  width: 100%;
  height: 1px;
  background: #2a4666;
}

.footerMenu ul {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  align-items: center;
}

.footerMenu ul li a {
  color: #006298;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 20px 0px;
  display: block;
}

.footerMenu {
  margin-top: 20px;
  margin-bottom: 40px;
}

.footer__txt h4 {
  color: #023c4f;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

.footer__txt p {
  color: #2a4666;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  /* 25.6px */
  font-family: "Inter", sans-serif;
  margin: 0;
}

.logo__365 p {
  margin: 0;
  color: #76777a;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
  font-family: "Inter", sans-serif;
  padding-right: 20px;
}

.logo__365 {
  text-align: right;
  padding-right: 15%;
}

.footer__menu {
  padding-bottom: 30px;
}

.slicknav_menu {
  display: none;
}

.headerBottom.inner {
  position: inherit;
  bottom: auto;
  left: auto;
  margin-top: 10px;
}

.headerBottom.inner p {
  margin: 0;
  color: #006298;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

.header__wrap.innerPage .search__form input {
  border-radius: 7px;
  border: 1px solid #023c4f;
}

.header__wrap.innerPage .search__form input::placeholder {
  color: #023c4f;
}

.video-container {
  position: relative;
  width: 100%;
}

.thumbnail {
  width: 100%;
  display: block;
  cursor: pointer;
}

.videoMiddle .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.videoMiddle .play-button:hover {
  transform: translate(-50%, -50%) scale(1.1);
}

.videoMiddle .play-button::before {
  content: "▶";
  font-size: 40px;
  color: black;
  margin-left: 5px;
}

.videoMiddle video {
  display: none;
  width: 100%;
}

.page__heading h1 {
  color: #006298;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.page__heading ul li {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 15px;
  margin-top: 15px;
}

.bold__list {
  font-weight: 700;
}

.page__heading ul {
  margin: 30px 0px;
}

.btnBlue {
  display: inline-block;
  padding: 13px 30px;
  background: #00b3e4;
  color: #fff;
  text-align: center;
  font-family: "Ws Paradose";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.page__heading h5 {
  color: #006298;
  font-family: "Roboto Slab";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}

.btnBlue:hover {
  color: #fff;
}

.videoCenter {
  margin-top: 100px;
}

.videoMiddle {
  padding: 30px;
  background: #006298;
}

.header__wrap.innerPage.TopBlend:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  content: "";
  background: #ffffffab;
  background-blend-mode: multiply;
}

.top__img.top-0 {
  margin-top: 50px;
}

.top__img.bgPink:after {
  background: #e57025;
}

.v2 .cta__txt {
  justify-content: center;
}

.v2 .cta__txt h1 {
  margin: 0;
  padding: 10px;
}

.v2 .service__logo {
  height: 180px;
  margin-bottom: 20px;
}

.v2 .service__txt br {
  display: none;
}

.v2 .single__service {
  margin-top: 30px;
  margin-bottom: 30px;
}

.about__txtGrid p {
  color: #fff;
  font-family: "Inter", sans-serif;
}

.style2 .page__heading {
  padding-right: 0;
}

.vertical__txtImg {
  display: grid;
  grid-template-columns: 1fr 11fr;
  margin-bottom: 40px;
}

.verticalTxt {
  writing-mode: sideways-lr;
  text-orientation: mixed;
  padding: 10px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #0074c7;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}

.verticalTxt h1 {
  color: #00b3e4;
  text-align: center;
  font-size: 88px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.verticalTxt.item2 h1 {
  color: #006298;
}

.verticalTxt.item3 h1 {
  color: #e57025;
}

.verticalTxt.item4 h1 {
  color: #2a4666;
}

.page__heading h1 span {
  font-size: 55px;
}

.page__heading ul.style2 li {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-left: 0;
  margin-top: 30px;
  margin-bottom: 30px;
}

.page__heading h3 {
  color: #006298;
  font-family: "Ws Paradose";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}

.bgBlueBox {
  padding: 20px;
  background: rgba(0, 179, 228, 0.23);
}

.bgBlueBox h3 {
  color: #006298;
  font-family: "Ws Paradose";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.bgBlueBox p {
  margin: 0;
  margin-bottom: 20px;
}

.about__txtGrid.noGrid {
  display: block;
  text-align: center;
}

.about__txtGrid h3 {
  color: #fff;
  font-size: 22px;
}

.targetGrid {
  display: grid;
  grid-template-columns: 6fr 6fr;
  gap: 20px;
}

.targetGrid .top__img {
  margin-top: 0;
  text-align: left;
}

.targetGrid .top__img:after {
  right: auto;
  left: -20px;
  background: #2a4666;
}

.top__img.bgBlue:after {
  background: #006298;
}

.top__img.bgDarkBlue:after {
  background: #023c4f;
}

.table__head {
  background: #00b3e4;
  /* padding: 10px 30px; */
}

.tableColumn {
  display: grid;
  grid-template-columns: 4fr 4fr 4fr;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 10px 30px;
  gap: 20px;
}

.tableColumn h4 {
  margin: 0;
}

.table__head h4 {
  color: #fff;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.table__body {
  border: 1px solid #006298;
  border-top: none;
  margin-top: 20px;
}

.tableSingle__item {
  border-top: 1px solid #000000;
}

.table__txt h4 {
  color: #006298;
  font-family: "Roboto Slab";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.table__logo {
  height: 125px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.table__logo img {
  height: 100%;
}

.table__area p {
  text-align: right;
  margin: 0;
  padding-top: 16px;
  color: #000;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.employers__table {
  padding-top: 80px;
}

a.link {
  color: #00b3e4;
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  text-decoration-line: underline;
}

.bgBlueBox.style5 h4 {
  color: #006298;
  font-family: "Roboto Slab";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  /* 125% */
}

.bgBlueBox.style5 strong {
  color: #000;
  font-family: "Roboto Slab";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
}

.source {
  font-size: 24px;
  color: #000000;
  font-family: "Inter", sans-serif;
  text-align: center;
  margin-top: 0;
}

.quotes {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}

.quotes::before,
.quotes::after {
  content: "“";
  font-size: 128px;
  font-weight: 700;
  color: white;
  line-height: 1;
}

.quotes::after {
  content: "”";
}

.contactForm b {
  text-decoration: underline;
}

.contactForm p {
  margin-bottom: 0;
}

.contactusbutton {
  border: 1px solid #ffffff;
  padding: 10px !important;
}

.page__heading strong {
  color: #006298;
}

.header__bg {
  text-align: center;
}



.header__bg img{
  width: 100%;
}