body {
  font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
  color: #444444;
}

a {
  color: #0a369c;
  text-decoration: none;
}

a:hover {
  color: #0a369c;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
}


/* thank you page */

.thankyoucontent {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: rgb(255, 255, 255);
  z-index: 10000;
  display: none;
}

.wrapper-1 {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  /* background-color: rgb(13, 193, 40); */
}

.wrapper-2 {
  padding: 30px;
  text-align: center;
}

.wrapper-1 h1 {
  font-family: 'Raleway', Arial Black, Sans-Serif;
  font-size: 4em;
  font-weight: 900;
  letter-spacing: 3px;
  color: #081989;
  margin: 0;
  /*margin-top: 40px;*/
  margin-bottom: 40px;
}

.wrapper-2 p {
  margin: 0;
  font-size: 1.3em;
  color: #000000;
  font-family: 'Raleway', sans-serif;
  letter-spacing: 1px;
  line-height: 1.5;
}

.go-home {
  background: #e83890;
  border: none;
  padding: 25px 30px;
  margin: 30px 0;
  border-radius: 5px;
  cursor: pointer;
}

.go-home:hover {
  opacity: 0.9;
}

.go-home a {
  font-family: 'Raleway', Arial Black;
  font-size: 1rem;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: 2px;

}

.footer-like {
  margin-top: auto;
  background: rgb(31, 38, 130);
  padding: 6px;
  text-align: center;
}

.footer-like p {
  margin: 0;
  padding: 4px;
  color: #fafafa;
  font-family: 'Raleway', sans-serif;
  letter-spacing: 1px;
}

.footer-like p a {
  text-decoration: none;
  color: #5892FF;
  font-weight: 600;
}

.footer-like p a:hover {
  color: #FFF;
}

.error {
  color: #ff3860;
  font-size: 9px;
  height: 13px;
}

@media (min-width:360px) {
  .wrapper-1 h1 {
    font-size: 4.5em;
  }

  .go-home {
    margin-bottom: 20px;
  }
}

@media (min-width:600px) {
  .thankyoucontent {
    /* max-width:1000px; */
    margin: 0 auto;
  }

  .wrapper-1 {
    height: initial;
    max-width: 620px;
    margin: 0 auto;
    margin-top: 50px;
  }


}

/* thank you page */
/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #d4d4d4;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid rgb(13, 193, 40);
  border-top-color: rgb(13, 193, 40);
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


/* swiper js  */
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}


.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-wrapper {
  margin-bottom: 55px !important;
}

.swiper.mySwiper {
  margin-top: 25px;
}

/* swiper js  */

/* form design css  */
.form-section {
  width: 60%;
  background-color: rgba(19, 18, 18, 0.301);
  margin: 0px auto;
  height: 100%;
  padding: 10px 20px;
  border-radius: 10px;
  margin-right: -5px;
  /* backdrop-filter: blur(5px); */
  box-shadow: 0px 25px 45px rgba(0, 0, 0, 0.1);
  border: 1px solid rgb(255, 255, 255, 0.5);
  border-right: 1px solid rgb(255, 255, 255, 0.5);
  border-bottom: 1px solid rgb(255, 255, 255, 0.5);
}

.heading-form h1 {
  text-align: center;
  font-size: 28px !important;
  font-weight: 600 !important;
  color: #204694 !important;
  /* color: white !important; */
  /* color: var(--green1) !important; */
  letter-spacing: 1px !important;
  line-height: 30px !important;
  margin-bottom: 10px;
  padding: 10px 0;
}

.inputcheck4 {
  width: 100%;
  margin-bottom: 5px;
  border: none;
  outline: none;
  background: rgb(255 255 255 / 91%);
  padding: 6px 20px;
  border-radius: 35px;
  border: 1px solid rgb(255, 255, 255, 0.5);
  border-right: 1px solid rgb(255, 255, 255, 0.5);
  border-bottom: 1px solid rgb(255, 255, 255, 0.5);
  font-size: 14px;
  letter-spacing: 1px;
  color: rgb(0, 0, 0);
  box-shadow: 0px 5px 15px rgb(0 0 0 / 5%);
  margin-bottom: 10px;
}

.input-wrapper input,
.input-wrapper textarea {
  width: 100%;
  margin-bottom: 5px;
  border: none;
  outline: none;
  background: rgb(255 255 255 / 91%);
  padding: 6px 20px;
  border-radius: 35px;
  border: 1px solid rgb(255, 255, 255, 0.5);
  border-right: 1px solid rgb(255, 255, 255, 0.5);
  border-bottom: 1px solid rgb(255, 255, 255, 0.5);
  font-size: 14px;
  letter-spacing: 1px;
  color: rgb(0, 0, 0);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
  margin-bottom: 10px;
}

.input-wrapper textarea {
  padding-left: 25px;
}

.input-wrapper input::placeholder, .input-wrapper textarea::placeholder {
  color: black;
  font-size: 14px;
}

.input-wrapper input[type="submit"], .submitbtn11 {
  background: rgb(67, 201, 9) !important;
  /* color: white !important; */
  max-width: 150px;
  cursor: pointer;
  /* margin-bottom: 20px; */
  font-weight: 600;
}

.input-wrapper input[type="submit"], .leadsubmit11 {
  max-width: fit-content;
}

.input-wrapper input[type="submit"]:hover,
.submitbtn11:hover {
  transform: scale(1.05);
  color: white;
}

.jobseeker-popup {
  display: none;
  /* Ensures no flash */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99999;
  align-items: center;
  justify-content: center;
}

.jobseeker-popup .popup-content {
  background: white;
  padding: 30px;
  border-radius: 8px;
  max-width: 400px;
  text-align: center;
}

.jobseeker-popup button {
  padding: 10px 20px;
  background-color: #333;
  color: white;
  border: none;
  border-radius: 4px;
}

.submitbtn11[disabled] {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}

/* form design css  */


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #47b2e4;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #6bc1e9;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
  background-color: white;
}

#header.header-scrolled,
#header.header-inner-pages {
  background: rgb(255, 255, 255);
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  max-height: 65px;
}

@media (max-width: 768px) {
  .appointment-btn {
    margin: 0 15px 0 0;
    padding: 6px 18px;
  }
}

.appointment-btn {
  margin-left: 25px;
  background: #1977cc;
  color: #fff;
  border-radius: 50px;
  padding: 8px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #47b2e4;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 50px;
  color: #084298;
  font-size: 14px;
  border: 2px solid #47b2e4;
  font-weight: 600;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: #31a9e1;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  font-weight: 500;
  color: #0c3c53;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #47b2e4;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(40, 58, 90, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #37517e;
}


.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #47b2e4;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
  color: #37517e;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #47b2e4;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
@media (max-width : 576px) {
  .about .row.content h3 img {
    width: 100%;
    height: 300px;

  }

  #hero .container>.row {
    flex-direction: column-reverse !important;
  }
}

#hero .btn-get-started {
  margin-bottom: 40px;
}

#hero {
  width: 100%;
  height: 100vh;
  background-image: url(../img/reqimg.jpg);
  background-size: cover;
  /* background-repeat: no-repeat;
  background-size: 100% 100%; */
}

#hero .container {
  padding-top: 72px;
}

#hero h1 {
  margin: 0 0 6px 0px;
  font-size: 44px;
  font-weight: 700;
  line-height: 56px;
  /* color: #006e0d; */
  color: #204694;
}

#hero h3 {
  color: rgb(0, 0, 0);
  margin-bottom: 50px;
  font-size: 24px;
  /*font-weight: 800;*/
}

#hero .btn-get-started {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px 11px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px 0 0 0;
  color: #fff;
  background: #002cde;
}

#hero .btn-get-started:hover {
  background: #209dd8;
}

#hero .btn-watch-video {
  font-size: 16px;
  display: flex;
  align-items: center;
  transition: 0.5s;
  margin: 10px 0 0 25px;
  color: #fff;
  line-height: 1;
}

#hero .btn-watch-video i {
  line-height: 0;
  color: #fff;
  font-size: 32px;
  transition: 0.3s;
  margin-right: 8px;
}

#hero .btn-watch-video:hover i {
  color: #47b2e4;
}

#hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

/* Default desktop style */
ul.hero-list {
  list-style: none;
  padding-left: 0;
}

/* Mobile adjustments */
@media (max-width: 768px) {
  ul.hero-list {
    text-align: left;
    font-size: 10px;
    width: 70%;
    padding-left: 8px;
  }

  #hero h1 {
    margin: 0 0 6px 6px;
  }
}



.service-box-container {
  justify-content: center;
}

.box-down {
  position: relative;
  top: 100px;
}



@media (max-width: 1025px) {

  .box-down {
    position: unset;
    top: 0px;
  }

}

@media (max-width: 991px) {
  #hero {
    height: 100vh;
    text-align: center;
  }

  #hero .animated {
    -webkit-animation: none;
    animation: none;
  }

  #hero .hero-img {
    text-align: center;
  }

  #hero .hero-img img {
    width: 50%;
  }

  .box-down {
    position: unset;
    top: 0px;
  }

}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 21px;
    line-height: 24px;
    text-align: left;
  }

  #hero h3 {
    font-size: 12px;
    line-height: 18px;
    margin-left: 8px;
    margin-bottom: 30px;
    text-align: left;
    width: 61%;
  }

  #hero .hero-img img {
    width: 70%;
  }

  #hero .container {
    padding-top: 20px;
  }

  #hero {
    height: 125vh;
  }

  .form-section {
    width: 100%;
    /* margin-right: +45px; */
    /* background-color: white; */
    margin: 0 0;

  }

  .box-down {
    position: unset;
    top: 0px;
  }

  #hero {
    background-repeat: no-repeat;
    width: 100%;
    /* height: 106vh; */
    background-size: 135% 100%;
    background-position-x: -5px;
    background-position-y: 46px;
    background-origin: content-box;
    background-image: url(../img/reqimg.jpg);


  }
}


@media (max-width: 575px) {
  #hero .hero-img img {
    width: 80%;
  }

  #hero .btn-get-started {
    font-size: 16px;
    padding: 10px 24px 11px 24px;
  }

  .box-down {
    position: unset;
    top: 0px;
  }
}

@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 25px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #ffffff;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  /* text-transform: uppercase; */
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #000d85;
}

.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #47b2e4;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients .clients-slider .swiper-slide img {
  transition: 0.3s;
}

.clients .clients-slider .swiper-slide img:hover {
  opacity: 1;
}

.clients .clients-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.clients .clients-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #4154f1;
}

.clients .clients-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #4154f1;
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-left: 28px;
  position: relative;
}

.about .content ul li+li {
  margin-top: 10px;
}

.about .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #47b2e4;
  line-height: 1;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .content .btn-learn-more {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 4px;
  transition: 0.3s;
  line-height: 1;
  color: #47b2e4;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #47b2e4;
}

.about .content .btn-learn-more:hover {
  background: #47b2e4;
  color: #fff;
  text-decoration: none;
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us .content {
  padding: 60px 100px 0 100px;
}

.why-us .content h3 {
  font-weight: 400;
  font-size: 34px;
  color: #062b6c;
}

.why-us .content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}

.why-us .content p {
  font-size: 15px;
  color: #848484;
}

.why-us .img {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.why-us .accordion-list {
  padding: 0 100px 60px 100px;
}

.why-us .accordion-list ul {
  padding: 0;
  list-style: none;
}

.why-us .accordion-list li+li {
  margin-top: 15px;
}

.why-us .accordion-list li {
  padding: 20px;
  background: rgb(64 212 53 / 47%);
  border-radius: 4px;
}

.why-us .accordion-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  padding-right: 30px;
  outline: none;
  cursor: pointer;
}

.why-us .accordion-list span {
  color: #47b2e4;
  font-weight: 600;
  font-size: 18px;
  padding-right: 10px;
}

.why-us .accordion-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.why-us .accordion-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.why-us .accordion-list .icon-show {
  display: none;
}

.why-us .accordion-list a.collapsed {
  color: #343a40;
}

.why-us .accordion-list a.collapsed:hover {
  color: #47b2e4;
}

.why-us .accordion-list a.collapsed .icon-show {
  display: inline-block;
}

.why-us .accordion-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1024px) {

  .why-us .content,
  .why-us .accordion-list {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 992px) {
  .why-us .img {
    min-height: 400px;
  }

  .why-us .content {
    padding-top: 30px;
  }

  .why-us .accordion-list {
    padding-bottom: 30px;
  }
}

@media (max-width: 575px) {
  .why-us .img {
    min-height: 200px;
  }
}


/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
  padding: 50px 30px;
  transition: all ease-in-out 0.4s;
  background: #fff;
}

.services .icon-box .icon {
  margin-bottom: 10px;
}

.services .icon-box .icon i {
  color: #ffffff;
  font-size: 36px;
  transition: 0.3s;
}

.services .icon-box h4 {
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 24px;
}

.services .icon-box h4 a {
  color: #37517e;
  transition: ease-in-out 0.3s;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  transform: translateY(-10px);
}

.services .icon-box:hover h4 a {
  color: #47b2e4;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  /* background: url(../img/cta-bg.jpg) fixed center center; */
  background: linear-gradient(135deg, #204694, #1977cc, #0c2c6c);
  background-size: cover;
  padding: 57px 0;
}

.cta h3 {
  color: white;
  font-size: 34px;
  font-weight: 700;
}

.cta h4 {
  color: white;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}

.cta p {
  color: rgb(21, 11, 153);
}

.cta .cta-btn {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 24px;
  background-color: #00aaff;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  /*border: 2px solid rgb(17, 17, 17);*/
  color: black;
  background-color: #43c909;
  box-shadow: 0 4px 12px rgba(40, 167, 69, 0.4);
}

.cta .cta-btn:hover {
  /* background: linear-gradient(135deg, #0044aa, #007bff); */
  cursor: pointer;
  /* border: 2px solid #47b2e4; */
  background: linear-gradient(135deg, #219638, #2fd658);
  transform: scale(1.08);
  color: white;

}

@media (max-width: 1024px) {
  .cta {
    background-attachment: scroll;
  }
}

@media (min-width: 769px) {
  .cta .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}



/* swiper js  */
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  border-radius: 10px;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide .pic {
  width: 30%;
}

.swiper-slide img {
  display: block;
  width: 155px;
  height: 100%;
  /*object-fit: cover;*/
}



.swiper-wrapper {
  margin-bottom: 55px !important;
}

.swiper.mySwiper {
  margin-top: 25px;
}

/* swiper js  */
/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/


.testimonials .testimonial-wrap {
  padding-left: 10px;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px;
  /* margin: 30px 10px; */
  position: relative;
  /* background: #fff; */

}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50px;
  margin-right: 15px;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #000;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item .stars {
  margin: 10px 0;
}

.testimonials .testimonial-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #009d8b;
  font-size: 26px;
  line-height: 0;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
  transform: scale(-1, -1);
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 15px auto 15px auto;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 1;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-primary);
}

@media (max-width: 767px) {
  .testimonials .testimonial-wrap {
    padding-left: 0;
  }

  .testimonials .testimonial-item {
    padding: 30px;
    margin: 15px;
  }

  .testimonials .testimonial-item .testimonial-img {
    position: static;
    left: auto;
  }
}

.read-more-container {
  display: flex;
  flex-direction: column;
  color: #111;
  gap: 1rem;
}

.containers {
  line-height: 1.4rem;
}

.read-more-btn {
  color: #0984e3;
}

.read-more-text {
  display: none;
}

.read-more-text--show {
  display: inline;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .row {
  padding-top: 40px;
}

.pricing .box {
  padding: 60px 40px;
  box-shadow: 0 3px 20px -2px rgba(20, 45, 100, 0.1);
  background: #fff;
  height: 100%;
  border-top: 4px solid #fff;
  border-radius: 5px;
}

.pricing h3 {
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 20px;
  color: #37517e;
}

.pricing h4 {
  font-size: 48px;
  color: #37517e;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  margin-bottom: 25px;
}

.pricing h4 sup {
  font-size: 28px;
}

.pricing h4 span {
  color: #47b2e4;
  font-size: 18px;
  display: block;
}

.pricing ul {
  padding: 20px 0;
  list-style: none;
  color: #999;
  text-align: left;
  line-height: 20px;
}

.pricing ul li {
  padding: 10px 0 10px 30px;
  position: relative;
}

.pricing ul i {
  color: #28a745;
  font-size: 24px;
  position: absolute;
  left: 0;
  top: 6px;
}

.pricing ul .na {
  color: #ccc;
}

.pricing ul .na i {
  color: #ccc;
}

.pricing ul .na span {
  text-decoration: line-through;
}

.pricing .buy-btn {
  display: inline-block;
  padding: 12px 35px;
  border-radius: 50px;
  color: #47b2e4;
  transition: none;
  font-size: 16px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  transition: 0.3s;
  border: 1px solid #47b2e4;
}

.pricing .buy-btn:hover {
  background: #47b2e4;
  color: #fff;
}

.pricing .featured {
  border-top-color: #47b2e4;
}

.pricing .featured .buy-btn {
  background: #47b2e4;
  color: #fff;
}

.pricing .featured .buy-btn:hover {
  background: #23a3df;
}

@media (max-width: 992px) {
  .pricing .box {
    max-width: 60%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 767px) {
  .pricing .box {
    max-width: 80%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 420px) {
  .pricing .box {
    max-width: 100%;
    margin: 0 auto 30px auto;
  }
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-list {
  padding: 0 100px;
}

.faq .faq-list ul {
  padding: 0;
  list-style: none;
}

.faq .faq-list li+li {
  margin-top: 15px;
}

.faq .faq-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
  cursor: pointer;
}

.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #47b2e4;
}

.faq .faq-list .icon-show,
.faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  font-size: 17px;
  padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #37517e;
  transition: 0.3s;
}

.faq .faq-list a.collapsed:hover {
  color: #47b2e4;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f3f5fa;
  min-height: 40px;
  margin-top: 72px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 68px;
  }
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 600;
  color: #37517e;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #4668a2;
  content: "/";
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/


/* new  footer start  */
footer {
  background: #002083;
  padding: 60px 0px;
  color: white;
}

.img-column img {
  height: 100px;
}

.about-footer {
  font-size: 16px;
  line-height: 30px;
  margin-top: 10px;
}

.three-box-col {
  margin-top: 10px;
}

.three-box-col .icon img {
  width: 40px;
}

.location-column {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.location-column .icon, .location-column .text {
  width: 33%;
}

.location-column .text {
  display: flex;
  justify-content: center;
  align-items: center;
}

.location-column .text div {
  width: 10px;
  height: 10px;
  background-color: white;
  border-radius: 50%;
  margin-right: 10px;
}

@media (max-width: 992px) {
  .location-column {
    /* margin-top: 20px; */
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    align-items: flex-start;
    flex-direction: column;
  }

  .location-column .text {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
  }
}

/* new  footer end */


/* provider start */
.provider {
  padding: 0px 0px;
}

.provider .header {
  text-align: center;
  color: black;
}

.provider .header h1 {
  font-size: 35px;
}

.provider .box {
  padding: 20px 10px 10px 10px;
  margin-top: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.provider .box .innerdiv {
  width: 80%;
  margin: auto;
  transition: all 0.5s;
  border-radius: 50px;
  box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;

}

.innerdiv .icon {
  margin-top: 10px;
}

.innerdiv .icon, .innerdiv .title {
  text-align: center;
}

.provider .box .innerdiv:hover {
  background-color: #ffffffe1;
}

.provider .box .innerdiv:hover .title h1 {
  color: white;
}

.provider .box .title h4 {
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  margin: 20px;
}

.provider .box .text-box {
  font-size: 15px;
  width: 80%;
  font-weight: 700;
  margin: auto;
  text-align: center;
  color: rgb(5, 20, 161);
}

.provider .trust-card {
  height: 200px;
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 16px;
  padding: 20px;
  margin-bottom: 10px;
  /* box-shadow:
    rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset,
    rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px; */
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.1);

  transition: all 0.5s ease;
}

.provider .trust-card:hover {
  transform: translateY(-20px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.511);
  /* background-color: #ffffffe1; */

}

.provider .card-image {
  flex: 0 0 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}

.provider .card-image img {
  max-height: 100px;
  width: auto;
}

.provider .card-content {
  flex: 1;
  text-align: left;
}

.provider .card-content h4 {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  color: #204694;
}

.provider .card-content p {
  margin-top: 8px;
  font-size: 15px;
  color: #333;
  font-weight: 500;
}


@media (max-width : 576px) {
  .provider .box .text-box {
    width: 98%;
  }

  .provider .box .text-box {
    font-size: 15px;
    width: 80%;
    font-weight: 700;
    margin: auto;
    text-align: center;
    color: rgb(5, 20, 161);
  }

  .provider .box .title h4 {
    color: #000000;
    font-size: 20px;
    font-weight: 700;
    margin: 20px;
  }

  .section-title h2 {
    font-size: 25px;
    font-weight: bold;
    /* text-transform: uppercase; */
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    color: #000d85;
  }

}

@media (max-width: 768px) {
  .provider .trust-card {
    flex-direction: row;
    /* text-align: center; */
  }

  .provider .card-image {
    margin: 0 0 15px 0;
  }

  .provider .card-content h4 {
    font-size: 18px;
  }

  .provider .card-content p {
    font-size: 14px;
  }
}




/* provider end */


.fixed-topheader {
  position: sticky;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}


.parent {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  padding: 15px 32px;
  width: 90%;
  transition: all ease-in-out 0.3s;
  background: #fefefe;
  box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.1);
  border-radius: 18px;
  border-bottom: 5px solid #fff;
}

.services .icon-box .icon {
  width: 64px;
  height: 64px;
  background: #08e322;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: ease-in-out 0.3s;
  color: #fff;
}

.services .icon-box .icon i {
  font-size: 28px;
}

.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 21px;
}

.services .icon-box h4 a {
  color: #282828;
  transition: ease-in-out 0.3s;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  transform: translateY(-10px);
  border-color: #0400fe;
}

.services .icon-box:hover h4 a {
  color: #0400fe;
}


.features .icon-box h4 {
  font-size: 20px;
  font-weight: 800;
  color: #0a369c;
  margin: 5px 0 10px 60px;
}

.features .icon-box i {
  font-size: 48px;
  float: left;
  color: #009961;
}

.features .icon-box p {
  font-size: 17px;
  color: #000000;
  margin-left: 60px;
  font-weight: 700;
}

.features .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
}

/* .innerdiv {
  background: #fff;
  padding: 30px 20px;
  border-radius: 10px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  position: relative;
} */

.innerdiv:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
  border-bottom: 8px solid #0a369c;
}


/*  approach section  */
.our-approach {
  padding: 70px 20px 50px;
  background: #fff;
  text-align: center;
}

.our-approach .section-title h2 {
  font-size: 28px;
  color: #60B746;
  font-weight: 800;
}

.our-approach .section-title p {
  max-width: 800px;
  margin: 10px auto 10px;
  color: #555;
  font-size: 17px;
}

.approach-timeline {
  display: flex;
  /* flex-wrap: wrap; */
  justify-content: space-between;
  gap: 15px;
}

.approach-step {
  flex: 1;
  min-width: 180px;
  max-width: 200px;
  padding: 10px;
  text-align: center;
  position: relative;
}

.approach-step .circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0 auto 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #fff;
}

.approach-step.red .circle {
  background-color: #f44336;
}

.approach-step.orange .circle {
  background-color: #ff9800;
}

.approach-step.green .circle {
  background-color: #4caf50;
}

.approach-step.blue .circle {
  background-color: #2196f3;
}

.approach-step.purple .circle {
  background-color: #9c27b0;
}

.approach-step h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #333;
}

.approach-step p {
  font-size: 14px;
  color: #666;
}

/* Responsive */
@media (max-width: 768px) {
  .approach-timeline {
    flex-direction: column;
    align-items: center;
  }

  .approach-step {
    max-width: 100%;
  }
}

/* specialized hiring */
.specialized-hiring {
  padding: 60px 20px;
  /* background: #f9f9f9; */
  text-align: center;
}

.specialized-hiring .section-title h2 {
  font-size: 28px;
  color: #0a369c;
  font-weight: 800;
  margin-bottom: 40px;
}

.hiring-cards {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
}

.hiring-card {
  background: #fff;
  padding: 30px 25px;
  border-radius: 16px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  flex: 1;
  min-width: 300px;
  max-width: 480px;
  text-align: left;
}

.hiring-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  z-index: 1;
}


.hiring-card .icon-wrap {
  font-size: 36px;
  color: #0a369c;
  margin-bottom: 15px;
  text-align: center;
}

.hiring-card h3 {
  font-size: 20px;
  color: #222;
  font-weight: 700;
  margin-bottom: 20px;
}

.hiring-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.hiring-card ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  font-size: 15px;
  color: #444;
}

.hiring-card ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #0a369c;
  font-weight: bold;
}

.hiring-card .subtitle {
  font-size: 14px;
  color: #555;
  margin-bottom: 15px;
}


/* Responsive */
@media (max-width: 768px) {
  .hiring-cards {
    flex-direction: column;
    align-items: center;
  }

  .cta .cta-btn {
    font-size: 20px;
  }
}

/* tabel */
.results-section {
  padding: 50px 20px;
  background: #f9f9f9;
  position: relative;
}

.results-section h2 {
  text-align: center;
  font-size: 28px;
  margin-bottom: 30px;
  font-weight: 700;
  color: #0a369c;
}

.results-section .section-title::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.results-section .section-title::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #47b2e4;
  bottom: 0;
  left: calc(50% - 20px);
}

.table-wrapper {
  overflow-x: auto;
}

.results-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.results-table th,
.results-table td {
  padding: 16px 20px;
  text-align: left;
  border-bottom: 1px solid #eee;
  font-size: 16px;
}

.results-table th {
  background-color: #0a369c;
  color: #fff;
  font-weight: 600;
}

.results-table tr:hover {
  background-color: #f0f8ff;
}

/* about  */
/* .about-prompt {
  background: linear-gradient(135deg, #f3f4f7, #e0e3eb);
  padding: 50px 20px;
  font-family: "Segoe UI", sans-serif;
}

.about-prompt h2 {
  text-align: center;
  font-size: 2.5rem;
  color: #60B746;
  font-weight: 700;
} */

/* .about-prompt .section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.about-prompt .section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #47b2e4;
  bottom: 0;
  left: calc(50% - 20px);
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}
.card-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap:55px;
  justify-items: center;
}

.info-card {
  position: relative;
  background: white;
  border-radius: 20px;
  padding: 60px 20px 30px;
  text-align: center;
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 350px;
  transition: transform 0.3s ease;
}

.info-card:hover {
  transform: translateY(-10px);
}

.info-card .icon {
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  background: #47b2e4;
  color: white;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.info-card h3 {
  margin-top: 20px;
  font-size: 1.15rem;
  font-weight: 600;
  color: #333;
}

.info-card p {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.6;
  margin-top: 10px;
}

@media (max-width: 991px) {
  .card-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .card-wrapper {
    grid-template-columns: 1fr;
  }
} */

.about-prompt {
  /* background: linear-gradient(135deg, #f3f4f7, #e0e3eb); */
  background: rgb(249, 249, 249);
  padding: 60px 20px;
  font-family: "Segoe UI", sans-serif;
}

.about-prompt .section-title {
  text-align: center;
  padding-bottom: 0px;
}

.info-card {
  position: relative;
  background: #fff;
  border-radius: 20px;
  padding: 60px 25px 30px;
  text-align: center;
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.08);
  margin-top: 50px;
  transition: transform 0.3s ease;
}

.info-card:hover {
  transform: translateY(-10px);
}

.info-card .icon {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  /* background: #47b2e4; */
  background: #204694;
  color: white;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.info-card h3 {
  margin-top: 20px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #333;
}

.info-card p {
  font-size: 0.95rem;
  color: #555;
  margin-top: 10px;
}


/*--------------------------------------------------------------
# content
--------------------------------------------------------------*/
/* .content {
  padding: 120px 10px;
} */
.content h2 {
  font-weight: 600;
  font-size: 36px;
  color: #204694;
}

.content .container {
  margin: 60px auto;
}

.content .content h3 {
  font-weight: 600;
  font-size: 32px;
  color: #2c4964;

  font-weight: 600;
  font-size: 32px;
  color: #2c4964;
}

.content .content ul {
  list-style: none;
  padding: 0;
}

.content .content ul li {
  padding-bottom: 10px;
  font-weight: 600;
}

.content .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #5846f9;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 1.6;
}

.content .content p:last-child {
  margin-bottom: 0;
}

.content .content .read-more {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 50px 10px 28px;
  border-radius: 5px;
  transition: 0.5s;
  color: #fff;
  background: linear-gradient(45deg, #5846f9 0%, #7b27d8 100%);
  position: relative;
}

.content .content .read-more:hover {
  background: linear-gradient(180deg, #5846f9 0%, #7b27d8 100%);
}

.content .content .read-more i {
  font-size: 22px;
  position: absolute;
  right: 20px;
  top: 12px;
}







.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-border-width: 1px;
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: 0.375rem;
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(0.375rem - 1px);
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(0, 0, 0, 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: #fff;
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  word-wrap: break-word;
  background-clip: border-box;
  /* border: var(--bs-card-border-width) solid var(--bs-card-border-color); */
  border-radius: var(--bs-card-border-radius);
}





/* pop up */


[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}



#overlayed {
  position: fixed;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  right: 0;
  z-index: 99999;
  display: none;
}

#popedup {
  background: rgb(255, 255, 255);
  padding: 20px;
  max-width: 520px;
  border-radius: 16px;
  margin: 6% auto;
  position: relative;
  color: #0e0e0e;
}

.closed {
  position: absolute;
  top: 4px;
  right: 8px;
  font-size: 20px;
  cursor: pointer;
  z-index: 5;
}


.heading-form .form-note {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  margin: 0;
  padding: 0;
}



/* new */
#hiring-challenges {
  background: rgb(249, 249, 249);
  padding: 4rem 1rem;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

#hiring-challenges .hiring-container {
  max-width: 900px;
  margin: 0 auto;
}

#hiring-challenges .hiring-heading {
  color: #204694;
  font-weight: 700;
  font-size: 25px;
  margin-bottom: 3rem;
  text-align: center;
  font-size: 32px;
  /* font-weight: bold; */
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

#hiring-challenges .hiring-heading::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

#hiring-challenges .hiring-heading::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #47b2e4;
  bottom: 0;
  left: calc(50% - 20px);
}

#hiring-challenges .hiring-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
}

#hiring-challenges .hiring-card {
  flex: 1 1 42%;
  background: #fff;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 3px 8px rgba(32, 70, 148, 0.1);
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: default;
}

#hiring-challenges .hiring-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 12px rgba(32, 70, 148, 0.15);
}

#hiring-challenges .hiring-icon img {
  flex-shrink: 0;
  height: 40px;
  width: 40px;
}

#hiring-challenges .hiring-text {
  margin: 0;
  font-size: 1.1rem;
  color: #333;
}

#hiring-challenges .hiring-summary {
  margin-top: 3rem;
  font-size: 1.15rem;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  color: #555;
  text-align: center;
}

#hiring-challenges .icon-bg {
  padding: 15px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(32, 70, 148, 0.1);
  transition: transform 0.3s ease;
}

#hiring-challenges .icon-bg img {
  width: 40px;
  height: 40px;
}

.hiring-card:hover .icon-bg {
  transform: scale(1.05);
}

/* Pastel Background Colors */
.bg-pink {
  background: rgba(255, 173, 199, 0.25);
}

.bg-yellow {
  background: rgba(255, 243, 173, 0.25);
}

.bg-blue {
  background: rgba(173, 216, 255, 0.25);
}

.bg-green {
  background: rgba(87, 255, 78, 0.484);
}





/* new about */
.new-about-section {
  padding: 80px 20px;
  /* background: #f9fafc; light subtle bg */
}

.new-about-section .container {
  max-width: 1100px;
  margin: 0 auto;
}

.new-about-section h2 {
  position: relative;
  padding-bottom: 10px;
}

.new-about-section h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.new-about-section h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #47b2e4;
  bottom: 0;
  left: calc(50% - 20px);
}

.about-card {
  background: #fff;
  border-radius: 16px;
  padding: 50px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.about-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}

.about-card h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #204694;
  margin-bottom: 20px;
  line-height: 1.3;
}

.about-card p {
  font-size: 1.1rem;
  color: #555;
  line-height: 1.7;
  max-width: 850px;
  margin: 0 auto;
}

/* Responsive */
@media (max-width: 1200px) {
  .about-card {
    padding: 40px;
  }

  .about-card h2 {
    font-size: 1.8rem;
  }

  .about-card p {
    font-size: 1rem;
  }
}

@media (max-width: 1024px) {
  .new-about-section {
    padding: 60px 15px;
  }

  .about-card {
    padding: 35px;
  }

  .about-card h2 {
    font-size: 1.6rem;
  }
}

@media (max-width: 768px) {
  .about-card {
    padding: 25px 20px;
    text-align: left;
    /* feels natural on mobile */
  }

  .about-card h2 {
    font-size: 1.4rem;
    text-align: center;
  }

  .about-card p {
    font-size: 0.95rem;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .about-card {
    padding: 20px 15px;
  }

  .about-card h2 {
    font-size: 1.2rem;
  }

  .about-card p {
    font-size: 0.9rem;
  }
}




/*  */
.header-employe-class {
  font-weight: 600;
  font-size: 35px;
  color: #0a369c;
  text-align: center;
}

/* For screens ≥1200px (large desktops) */
@media (min-width: 1200px) {
  .header-employe-class {
    font-size: 32px;
  }
}

/* For screens ≤1024px (tablets) */
@media (max-width: 1024px) {
  .header-employe-class {
    font-size: 28px;
  }
}

/* For screens ≤768px (mobiles) */
@media (max-width: 768px) {
  .header-employe-class {
    font-size: 22px;
  }
}

.submitbtn11.disabled-look {
  /* background-color: #ccc !important;
  color: #666 !important; */
  cursor: not-allowed;
  /* opacity: 0.7; */
  pointer-events: none;
}



@media (max-width: 1200px) {
  .form-section {
    width: 75%;
  }
}

@media (max-width: 450px) {
  .form-section {
    width: 100%;
  }
}

.inputcheck4-small {
  font-size: 13px;
  margin-bottom: 7px;
}

.input-wrapper-small input,
.input-wrapper-small textarea {
  font-size: 12px;
  margin-bottom: 7px;
}

.responsive-heading {
  max-width: 75%;
  margin-bottom: 5px;
  color: rgb(17, 17, 17);
  font-size: 20px; /* default desktop size */
}

/* Mobile view */
@media (max-width: 768px) {
  .responsive-heading {
    max-width: 100%;
    font-size: 11px;
    text-align: left;
    margin-left: 8px;
  }
}

.hero-section {
  position: relative;
  overflow: hidden;
}

/* Hide overlay by default */
.hero-section .overlay {
  display: none;
}

/* Show overlay only on mobile */
@media (max-width: 768px) {
  .hero-section .overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(32, 70, 148,0.6) ; /* blue overlay */
    z-index: 1;
  }

  /* Ensure content appears above overlay */
  .hero-section .container {
    position: relative;
    z-index: 2;
  }
  .hero-section h1,.hero-section h3,.hero-section .hero-list{
    color: white !important;
  }
    #hero {
  
    /* background-position-x: -5px; */
    /* background-position-y: 46px; */
   
  }
}

