:root {
  --insur-font: 'DM Sans', sans-serif;
  --insur-reey-font: "reeyregular";
  --insur-gray: #696e77;
  --insur-gray-rgb: 105, 110, 119;
  --insur-white: #ffffff;
  --insur-white-rgb: 255, 255, 255;
  --insur-base: #015fc9;
  --insur-base-rgb: 1, 95, 201;
  --insur-black: #16243d;
  --insur-black-rgb: 22, 36, 61;
  --insur-primary: #0ce0ff;
  --insur-primary-rgb: 12, 224, 255;
  --insur-extra: #f2f5f9;
  --insur-extra-rgb: 242, 245, 249;
  --insur-bdr-color: #e0e4e8;
  --insur-bdr-color-rgb: 224, 228, 232;
  --insur-bdr-radius: 10px;
}

/*--- Back To Top ---*/
#back-to-top {
  font-size: 16px;
  width: 40px;
  height: 40px;
  line-height: 42px;
  text-align: center;
  background: #00A79D;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  border-radius: 50%;
  cursor: pointer;
  animation: waveBtn 2s infinite;
}

@keyframes waveBtn {
  0% {
    box-shadow: 0 0 0 0 rgb(0, 167, 157)
  }

  50% {
    box-shadow: 0 0 0 40px transparent
  }

  100% {
    box-shadow: 0 0 0 0 transparent
  }
}


.cstm-navbar {
  position: absolute;
  background-color: #fff;
  z-index: 99999;
  width: 100%;
  font-family: "Montserrat", sans-serif;
}

.cstm-navbar .navbar-toggler-icon {
  position: relative;
  color: #000;
}

.cstm-navbar .navbar-toggler-icon i {
  position: absolute;
  top: 50%;
  left: 97%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.brandLogo {
  width: 171px;
}

.cstm-navbar .nav-link {
  font-size: 15px;
  color: #000;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
}

.cstm-navbar .nav-link:hover {
  color: #00A79D;
}

.cstm-navbar .nav-link .active {
  color: #00A79D;
}

.nav-link.active {
  color: #00A79D;
}


.cstm-navbar .navbar-nav>.active>a,
.cstm-navbar .navbar-nav>.active>a:hover,
.cstm-navbar.navbar-nav>.active>a:focus {
  color: #00A79D;

}

.cstm-navbar .cstm-btn-out-bright {
  border: 1px solid #fff;
  background-color: transparent;
  color: #000;
  border-radius: 0;
  font-size: 14px;
  margin-left: 10px;
  text-transform: uppercase;
  border-radius: 5px;
  display: flex;
  align-items: center;
}

.cstm-navbar .cstm-btn-out-bright:hover {
  background-color: #000;
  color: #4341a1;
}


#global-nav {
  position: fixed;
  box-shadow: 0px 2px 4px rgb(0 0 0 / 8%);
  width: 100%;
  color: #fff;
  -webkit-transition: height 0.5s, line-height 0.5s;
  transition: height 0.5s, line-height 0.5s;
  border-bottom: 1px solid #fff;
  /* padding: 18px; */
}

.dropdown-menu {
  width: 57%;
  margin: 0px auto;
  left: 142px;
  padding: 0;
  right: 0;
  border-radius: 0;
  background-color: #fff;
  overflow-x: hidden;
  border: 0px;
  box-shadow: 0px 2px 4px rgb(0 0 0 / 8%);
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
  height: 86px;
}

.service-one__img {
  position: relative;
  display: block;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
  z-index: 1;
}

.service-one__img:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-color: rgba(0, 168, 157, 0.4);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  transition: all 500ms ease;
  transform: translate3d(0px, -100%, 0px);
  z-index: 1;
}

.services-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.services-one__single:hover .service-one__img:before {
  transform: translate3d(0px, 0, 0px);
}

.service-one__img img {
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-one__single:hover .service-one__img img {
  transform: scale(1.05);
}

.dropdown-menu-2 {
  width: 18%;
  margin: 0px auto;
  left: 195px;
  padding: 0;
  right: 0;
  border-radius: 0;
  background-color: #fff;
  overflow-x: hidden;
  border: 0px;
  box-shadow: 0px 2px 4px rgb(0 0 0 / 8%);
}

.dropdown-menu-2 svg {
  width: 20px;
}

.dropdown-menu .mega-menu-content {
  position: relative;
}

.dropdown-menu.solution-drop {
  border-top: 1px solid #00A79D;
}

.drop-link:hover,
.drop-link:hover svg path {
  background-color: #00A79D;
  color: #fff;
  transition: ease-in 0.5s all;
  text-decoration: none;
  /* stroke: #fff; */
  fill: #fff;
}

.why-itgs-before-image {
  content: "";
  background-image: url(./images/Frame-2.svg);
  width: 90%;
  height: 98%;
  top: 0;
  left: -56px;
  transform: rotate(347deg);
  position: absolute;
  background-repeat: no-repeat;
}


.header-after-shape::after {
  content: "";
  background-image: url(./images/design-1.svg);
  width: 280px;
  height: 187px;
  bottom: 72px;
  left: -126px;
  /* transform: rotate(98deg); */
  position: absolute;
  background-repeat: no-repeat;
}

/* .dropdown-menu .mega-menu-content:before {
  position: absolute;
  content: "";
  background: url("./images/bg.png") no-repeat;
  height: 100%;
  width: 166px;
  top: 0;
  right: 0;
} */

.dropdown-menu .mega-menu-content h3 {
  color: #00A79D;
  font-size: 24px;
  font-weight: 600;
  margin: 20px 0 0px;
}

.dropdown-menu .mega-menu-content ul li a:hover {
  color: #00A79D;
}

.dropdown-menu .mega-menu-content p {
  color: #000;
  font-size: 14px;
  width: 268px;
  margin: 13px 0 13px;
}

.drop-link {
  background: transparent;
  /* width: 300px; */
  color: #000;
  /* border-radius: 0px;
  transition: ease-in 0.5s all;
  height: 76px; */
}

.drop-link h2 {
  font-weight: 400;
  font-size: 13px;
}

.drop-link svg {
  width: 20px !important;
}

@media(min-width:992px) {
  .dropdown-menu .mega-menu-content h3 {
    margin: 40px 100px 10px;
  }

  .dropdown-menu .mega-menu-content p {
    margin: 15px 100px 50px;
  }
}

/* .dropdown-menu .mega-menu-content img {
  margin: 40px 40px 50px;
} */

.dropdown-menu .mega-menu-content ul {
  list-style: none;
}

.dropdown-menu .mega-menu-content ul li {
  font-weight: 400;
}

.dropdown-menu .mega-menu-content ul li a {
  color: #000;
}

.show>.btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}


@-webkit-keyframes show {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@media (max-width: 740px) and (orientation: landscape) {
  .cstm-navbar {
    background-color: #fff;
    text-align: center;
    height: auto !important;
  }
}


.header-slider-img {
  margin-left: 0px !important;
}

.header-btn button {
  background-color: #00A79D;
  border-radius: 30px;
  padding: 8px 33px 8px 33px;
  border: none;
  color: #fff;
}

.header-inner-img {
  width: 70% !important;
}

.carousel-item .header-slider-img {
  height: 90vh;
}

.header-slider-content h5 {
  font-size: 47px;
  color: #fff;
  font-weight: bold;
  text-align: left;
}

.header-slider-content p {
  font-size: 20px;
  color: #fff;
}

.header-slider-content button {
  background-color: #00A79D;
  border: none;
  border-radius: 20px;
  color: #fff;
  padding: 9px 28px 9px 28px;
}

#hero .carousel-caption {
  position: absolute;
  right: 5%;
  right: 5%;
  left: 5%;
  bottom: 20%;
  top: 20%;
  left: 5%;
  text-align: left;
  padding-top: 0px;
  padding-bottom: 0px;
}

#hero {
  padding-top: 88px;
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity;
}

#hero .carousel-indicators li {
  background-color: #00A79D;
}

.header-inner-img {
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-10px);
  }
}



/* Feature CSS */

.feature-icon {
  background-color: #00A79D;
  border-radius: 50px;
  width: 90px;
  height: 90px;
  margin: 0 auto;
}

.feature-box h1 {
  font-size: 20px;
  font-weight: 700;
}

.feature-box p {
  color: #65676B;
  font-size: 14px;
  text-align: justify;
}


/* Footer CSS */

#footer {
  background-color: #00A79D;
}

.footer-links h2 {
  font-size: 20px;
  font-weight: 700;
}

.footer-links p {
  font-size: 14px;
}

.footer_log-content h3 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}

.footer_log-content p {
  font-size: 14px;
  color: #fff;
}

.footer_log-content a {
  font-size: 14px;
  color: #fff;
}

#footer .footer-bg::before {
  content: "";
  background-image: url(./images/map-img.svg);
  width: 70%;
  height: 36%;
  position: absolute;
  background-repeat: no-repeat;
}


/* ITGS Digital CSS */
.itgs-digital_content h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 45px;
}

.itgs-digital_content p {
  font-size: 14px;
  color: #6C757D;
  text-align: justify;
}

.itgs-digital_card {
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.075);
  border-radius: 8px;
  z-index: 9999;
  position: relative;
}

.itgs-digital_card-content h3 {
  font-size: 20px;
  font-weight: 700;
  color: #267DF4;
}

.itgs-digital_card-content p {
  font-size: 14px;
  color: #555555;
}

.bg-circle::before {
  content: "";
  background-image: url(./images/circle-bg.svg);
  width: 227px;
  height: 225px;
  top: 0;
  left: -95px;
  /* transform: rotate(347deg); */
  position: absolute;
  background-repeat: no-repeat;
  animation: rotated 20s infinite linear;
}

.bg-circle-2::before {
  content: "";
  background-image: url(./images/circle-bg.svg);
  width: 222px;
  height: 226px;
  top: 0;
  left: -89px;
  /* transform: rotate(98deg); */
  position: absolute;
  background-repeat: no-repeat;
  animation: rotated 20s infinite linear;
}

.itgs-digital_card img {
  width: 100%;
}

/* .image {
  animation: spin 4s linear infinite;
} */

/* @keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
} */
.image {
  height: 212px;
  animation: halfBounce2 2s infinite;
}

.shape-1 {
  animation: 3s ease-in-out .6s infinite upAndDown;
}

.shape-4 {
  animation: 3s ease-in-out .6s infinite float-bob-x;
}

.shape-2 {
  animation: 3s ease-in-out .6s infinite float-bob-x;
}

.shape-3 {
  animation: 3s ease-in-out .6s infinite float-bob-y;
}

@keyframes upAndDown {

  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, -4%, 0);
  }
}

@keyframes upAndDown2 {

  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, 4%, 0);
  }
}

@keyframes upAndDown3 {

  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(5%, 0, 5%);
  }
}

@keyframes upAndDown4 {

  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, -5%, 0);
  }
}

@keyframes float-bob-x {
  0% {
    transform: translateX(-30px);
  }

  50% {
    transform: translateX(-10px);
  }

  100% {
    transform: translateX(-30px);
  }
}

@keyframes float-bob-y {
  0% {
    transform: translateY(-20px);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(-20px);
  }
}

@keyframes halfBounce2 {

  0%,
  100% {
    transform: scale(.9)
  }

  50% {
    transform: scale(1)
  }
}

@keyframes halfBounce2 {

  0%,
  100% {
    transform: scale(.9)
  }

  50% {
    transform: scale(1)
  }
}

.shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  height: 225px;
}

.shape-2 {
  position: absolute;
  top: 0;
  right: -9px;
  height: 282px;
}

.shape-3 {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 282px;
}

.shape-4 {
  position: absolute;
  bottom: 17px;
  left: 0;
  height: 222px;
}

/* why ITGS CSS */

.why-itgs_heading h2 {
  font-size: 28px;
  font-weight: 700;
}

.why-choose-one__single {
  position: relative;
  display: block;
  background-color: #00A79D;
  padding: 35px 20px 32px;
  overflow: hidden;
  border-radius: 8px;
  width: 100%;
  text-align: center;
}

.why-choose-one__list-icon {
  position: relative;
  display: block;
  margin-bottom: 9px;
}

.why-choose-one__list-icon span {
  font-size: 45px;
  color: #fff;
  position: relative;
  display: inline-block;
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.why-choose-one__single:hover .why-choose-one__list-icon span {
  transform: scale(.9);
}

.why-choose-one__list-title-box {
  position: relative;
  display: block;
}

.why-choose-one__list-title-inner {
  position: relative;
  display: block;
  transform: translateY(0%);
  transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
  visibility: visible;
  opacity: 1;
}

.why-choose-one__single:hover .why-choose-one__list-title-inner {
  transform: translateY(100px);
  transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
  visibility: hidden;
  opacity: 0;
}

.why-choose-one__list-title {
  font-size: 18px;
  color: #fff;
  line-height: 28px;
  font-weight: 700;
}

.why-choose-one__list-text-box {
  position: absolute;
  top: -6px;
  left: 0;
  right: 0;
  transform: translateY(-100px);
  transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
  visibility: hidden;
  opacity: 0;
}

.why-choose-one__single:hover .why-choose-one__list-text-box {
  visibility: visible;
  transform: translateY(0%);
  opacity: 1;
}

.why-choose-one__list-text {
  font-size: 14px;
  color: #fff;
  text-align: center;
}


/* Our Customer Say CSS */

.customer_card {
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.075);
  border-radius: 8px;
}

.customer_card img {
  width: 100%;
}

.customer_card-content h4 {
  font-size: 14px;
  color: #65676B;
}

.customer_card-content span {
  font-size: 14px;
  color: #00A79D;
}

.customer_card-content p {
  font-size: 15px;
  color: #65676B;
}

.customer_card-content h3 {
  font-size: 20px;
  color: #000;
}

.customer_card:hover {
  /* background-color: #00A79D; */
  transform: translateY(-3px);
  /* color: #fff; */
  transition: 0.5s all ease-in-out;
}

/* .customer_card-content h3:hover {
  color: #fff;
} */

/* .customer_card-content p:hover {
  color: #fff;
} */

.customer-view p {
  color: #65676B;
  font-size: 16px;
}

.customer-view a {
  color: #00A79D;
  text-decoration: none;
  font-size: 16px;
}

/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/
.testimonials .testimonial-wrap {
  padding-left: 50px;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px 30px 30px 60px;
  margin: 0 15px 30px 0;
  min-height: 271px;
  box-shadow: 0px 2px 20px rgba(82, 86, 94, 0.1);
  position: relative;
  background: #00A79D;
  border-radius: 8px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border: 6px solid #ffffff;
  position: absolute;
  left: 39%;
  margin: 0 auto;
  top: -36px;
  box-shadow: 0px 2px 20px rgba(82, 86, 94, 0.1);
  border-radius: 6px;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  margin: 10px 0 5px 0;
  color: #000;
  text-align: center;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #fff;
  margin: 0;
  text-align: center;
}



.testimonials .testimonial-item p {
  font-style: italic;
  margin: 15px auto 15px auto;
  text-align: center;
  color: #fff;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #00A79D;
}

@media (max-width: 767px) {
  .testimonials .testimonial-wrap {
    padding-left: 0;
  }

  .testimonials .testimonials-carousel,
  .testimonials .testimonials-slider {
    overflow: hidden;
  }

  .testimonials .testimonial-item {
    padding: 30px;
    margin: 15px;
  }

  /* 
  .testimonials .testimonial-item .testimonial-img {
    position: static;
    left: auto;
  } */
}



/* Contact Form CSS */

#contact {
  background-color: #00A79D;
}

#contact .contactinfo {
  position: relative;
  top: -3px;
  width: 350px;
  height: calc(100% - 80px);
  background-color: #fff;
  z-index: 1;
  padding: 40px;
  left: 28px;
  display: flex;
  justify-content: space-between;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.06);
  border-radius: 8px;
}

#contact .contactinfo::before {
  content: "";
  background-image: url(./images/OR-icon.svg);
  width: 91px;
  height: 118px;
  position: absolute;
  top: 238px;
  right: -18px;
  bottom: 0;
}

#contact .contactinfo h2 {
  color: #000;
  font-size: 30px;
  font-weight: 500;
}

#contact .contactForm {
  position: absolute;
  padding: 70px 50px;
  background-color: #fff;
  box-shadow: 0px 0px 40px rgb(0 0 0 / 6%);
  border-radius: 8px;
  margin-left: 182px;
  top: 17px;
  left: 131px;
  width: 100%;
}

#contact .contactForm h2 {
  padding-left: 83px;
}

#contact .formBox {
  padding-left: 83px;
}

#contact .formBox h2 {
  color: #000;
  font-size: 30px;
  font-weight: 300;
}

#contact .formBox .form-control {
  border: none;
  border-bottom: 1px solid #00A79D;
  border-radius: 0px;
}

#contact .formBox .form-control:focus {
  box-shadow: none !important;
}

#contact .formBox button {
  border: none;
  border-radius: 20px;
  background-color: #00A79D;
  color: #fff;
  padding: 10px 35px 10px 35px;
}

#contact .polygon {
  width: 177px;
  position: relative;
  height: 150px;
  left: 177px;
  bottom: -27px;
  border-bottom-left-radius: 9px;
  padding: 0;
  background-color: #00A79D;
  background-size: cover;
  clip-path: polygon(0% 100%, 100% 100%, 0% 0%);
  transform: rotate(270deg);
  margin: 0;

}

@-webkit-keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Service CSS */

.services-card_cirlce {
  border-radius: 50px;
  height: 79px;
  width: 80px;
  border: 1px solid #00A79D;
  margin: 0 auto;
  position: relative;
}

.service-card_content h2 {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.service-card_content p {
  font-size: 16px;
  text-align: center;
  color: #65676B;
}

.service-card_content a {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: #00A79D;
}

.services-card_cirlce span {
  position: absolute;
  z-index: 1;
}

.services-card_cirlce span::before {
  content: "";
  position: absolute;
  height: 262px;
  border-right: 1px dashed #00A79D;
  transform: rotate(90deg);
  top: -133px;
  left: 189px;
  z-index: -1;
}

.service-arrow-icon img {
  position: absolute;
  top: -20px;
  left: 178px;
  -webkit-animation: leftani 5s infinite linear;
  animation: leftani 5s infinite linear;
}

@keyframes leftani {
  0% {
    transform: translateX(-15px);
  }

  50% {
    transform: translateX(15px);
  }

  100% {
    transform: translateX(-15px);
  }
}

.slide img {
  width: 120px;
  text-align: center;
  margin-left: 135px;
}


/* Education Verification Service CSS */

.verification-service {
  position: relative;
  overflow: hidden;
  padding-top: 220px;
  /* padding-bottom: 140px; */
  text-align: center;
  /* background-color: #051242; */
  background-image: url(./images/services/education-verification/header-img.png);
  background-size: cover;
  background-repeat: no-repeat;
  /* background-color: var(--darkBlueColor); */
  height: 100%;
  z-index: 1;
}

.page-shape .shape1 {
  position: absolute;
  top: 58%;
  left: 5%;
  -webkit-animation: animationFramesOne 20s linear infinite;
  animation: animationFramesOne 20s linear infinite;
  opacity: 0.1;
}

.page-shape .shape3 {
  position: absolute;
  left: 25%;
  bottom: 15%;
  -webkit-animation: rotaed360 6s infinite linear;
  animation: rotaed360 6s infinite linear;
  opacity: 0.1;
}

.page-shape .shape4 {
  position: absolute;
  top: -40%;
  left: 48%;
  -webkit-animation: rotaed360 6s infinite linear;
  animation: rotaed360 6s infinite linear;
  opacity: 0.1;
}

.page-shape .shape5 {
  position: absolute;
  top: 15%;
  right: 3%;
  -webkit-animation: rotaed360 6s infinite linear;
  animation: rotaed360 6s infinite linear;
  opacity: 0.1;
}

.page-shape .shape6 {
  position: absolute;
  bottom: 27%;
  right: 22%;
  -webkit-animation: animationFramesOne 15s linear infinite;
  animation: animationFramesOne 15s linear infinite;
  opacity: 0.1;
}

.verification-service_content h2 {
  font-size: 35px;
  color: #fff;
  text-align: left;
  font-weight: bold;
}

.verification-service_content p {
  /* font-size: 35px; */
  color: #fff;
  text-align: left;
}

@keyframes rotaed360 {
  0% {
    transform: rotateZ(0deg);
  }

  100% {
    transform: rotateZ(-360deg);
  }
}

@keyframes animationFramesOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }

  20% {
    transform: translate(73px, -1px) rotate(36deg);
  }

  40% {
    transform: translate(141px, 72px) rotate(72deg);
  }

  60% {
    transform: translate(83px, 122px) rotate(108deg);
  }

  80% {
    transform: translate(-40px, 72px) rotate(144deg);
  }

  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}

.edu-verification-about h2 {
  font-size: 28px;
  color: #000;
  font-weight: bold;
}

.edu-verification-about p {
  font-size: 15px;
  color: #6C757D;
}

.rectangle-img-1 {
  position: absolute;
  top: -39px;
  left: 86px;
}

.rectangle-img-2 {
  position: absolute;
  bottom: -38px;
  right: 63px;

}

.edu-verification-about-img::before {
  content: "";
  background-image: url(./images/circle-bg.svg);
  width: 72%;
  height: 60%;
  top: 101px;
  right: -151px;
  transform: rotate(98deg);
  position: absolute;
  background-repeat: no-repeat;
}

.edu-verification-about::after {
  content: "";
  background-image: url(./images/design-1.svg);
  width: 280px;
  height: 187px;
  bottom: -95px;
  left: -82px;
  transform: rotate(98deg);
  position: absolute;
  background-repeat: no-repeat;
}

.what-expect-info img {
  width: 80%;
}

.edu-verification-fair-credit {
  background-color: #00A79D;
}

.edu-verification-fair-credit {
  background-color: #00A79D;
}

.edu-verification-fair-credit h2 {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}

.edu-verification-fair-credit p {
  color: #fff;
  font-size: 15px;
}

.edu-verification-equal-employe {
  background-color: #333333;
}

.edu-verification-equal-employe h2 {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}

.edu-verification-equal-employe p {
  color: #fff;
  font-size: 15px;
}

.edu-verification-fair-credit::after {
  content: "";
  background-image: url(./images/services/education-verification/edu-verification-icon-1.svg);
  width: 103px;
  height: 116px;
  bottom: 0;
  right: 0;
  position: absolute;
  background-repeat: no-repeat;
}

.edu-verification-equal-employe::after {
  content: "";
  background-image: url(./images/services/education-verification/edu-verification-icon-2.svg);
  width: 122px;
  height: 160px;
  bottom: 0;
  opacity: 0.5;
  right: 0;
  position: absolute;
  background-repeat: no-repeat;
}




/* Criminal Background Service CSS */

.criminal-background-about h2 {
  font-size: 28px;
  color: #000;
  font-weight: bold;
}

.criminal-background-about p {
  font-size: 16px;
  color: #65676B;
}

.criminal-backg-service {
  position: relative;
  overflow: hidden;
  padding-top: 220px;
  text-align: center;
  background-image: url(./images/services/criminal-background/header-img.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  z-index: 1;
}

.criminal-background-about-img::before {
  content: "";
  background-image: url(./images/circle-bg.svg);
  width: 72%;
  height: 60%;
  top: 168px;
  top: 150px;
  right: 25px;
  transform: rotate(98deg);
  position: absolute;
  background-repeat: no-repeat;
  z-index: -1;
}

.criminal-background-about-img::after {
  content: "";
  background-image: url(./images/design-1.svg);
  width: 280px;
  height: 187px;
  bottom: 53px;
  left: 47px;
  z-index: -1;
  transform: rotate(98deg);
  position: absolute;
  background-repeat: no-repeat;
}


/* Identity Check Service CSS */

.identity-check-service {
  position: relative;
  overflow: hidden;
  padding-top: 220px;
  /* padding-bottom: 140px; */
  text-align: center;
  /* background-color: #051242; */
  background-image: url(./images/services/identity-check/identity-check-header.png);
  background-size: cover;
  background-repeat: no-repeat;
  /* background-color: var(--darkBlueColor); */
  height: 100%;
  z-index: 1;
}

.identity-check-about h2 {
  font-size: 28px;
  color: #000;
  font-weight: bold;
}

.identity-check-about p {
  font-size: 15px;
  color: #6C757D;
}



/* Reference Check Service CSS */

.reference-check-service {
  position: relative;
  overflow: hidden;
  padding-top: 220px;
  /* padding-bottom: 140px; */
  text-align: center;
  /* background-color: #051242; */
  background-image: url(./images/services/reference-check/reference-check-header.png);
  background-size: cover;
  background-repeat: no-repeat;
  /* background-color: var(--darkBlueColor); */
  height: 100%;
  z-index: 1;
  background-position: center;
}

.reference-check-about h2 {
  font-size: 28px;
  color: #000;
  font-weight: bold;
}

.reference-check-about p {
  font-size: 15px;
  color: #6C757D;
}



/* motor vehicle Check Service CSS */

.motor-vehicle-service {
  position: relative;
  overflow: hidden;
  padding-top: 220px;
  /* padding-bottom: 140px; */
  text-align: center;
  /* background-color: #051242; */
  background-image: url(./images/services/motor-vehicle/motor-vehicle-header.png);
  background-size: cover;
  background-repeat: no-repeat;
  /* background-color: var(--darkBlueColor); */
  height: 100%;
  z-index: 1;
  background-position: center;
}


/* civil litigation Check Service CSS */

.civil-litigation-service {
  position: relative;
  overflow: hidden;
  padding-top: 220px;
  /* padding-bottom: 140px; */
  text-align: center;
  /* background-color: #051242; */
  background-image: url(./images/services/civil-litigation/civil-litigation-header.png);
  background-size: cover;
  background-repeat: no-repeat;
  /* background-color: var(--darkBlueColor); */
  height: 100%;
  z-index: 1;
  background-position: center;
}



/* credit Check Service CSS */

.credit-check-service {
  position: relative;
  overflow: hidden;
  padding-top: 220px;
  /* padding-bottom: 140px; */
  text-align: center;
  /* background-color: #051242; */
  background-image: url(./images/services/credit-check//credit-check-header.png);
  background-size: cover;
  background-repeat: no-repeat;
  /* background-color: var(--darkBlueColor); */
  height: 100%;
  z-index: 1;
  background-position: center;
}

.credit-check-about-content h2 {
  font-size: 28px;
  color: #000;
  font-weight: bold;
}

.credit-check-about-content p {
  font-size: 15px;
  color: #6C757D;
}


/* drug screening Service CSS */

.drug-screen-service {
  position: relative;
  overflow: hidden;
  padding-top: 220px;
  /* padding-bottom: 140px; */
  text-align: center;
  /* background-color: #051242; */
  background-image: url(./images/services/drug-screening/drug-screen-header.png);
  background-size: cover;
  background-repeat: no-repeat;
  /* background-color: var(--darkBlueColor); */
  height: 100%;
  z-index: 1;
  background-position: center;
}

.drug-screen-about h2 {
  font-size: 28px;
  color: #000;
  font-weight: bold;
}

.drug-screen-about p {
  font-size: 15px;
  color: #6C757D;
}

/* tenant screening Service CSS */

.tenant-screen-service {
  position: relative;
  overflow: hidden;
  padding-top: 220px;
  text-align: center;
  background-image: url(./images/services/tenant-screening/tenant-screen-header.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  z-index: 1;
  background-position: center;
}

/* Social screening Service CSS */

.social-screen-service {
  position: relative;
  overflow: hidden;
  padding-top: 220px;
  text-align: center;
  background-image: url(./images/services/social-media-screen/social-media-header.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  z-index: 1;
  background-position: center;
}

.social-screening-about::before {
  content: "";
  background-image: url(./images/services/social-media-screen/Rectangle.png);
  width: 72%;
  height: 47%;
  bottom: -62px;
  left: -48px;
  position: absolute;
  background-repeat: no-repeat;
}

/* address verification Service CSS */

.address-verification-service {
  position: relative;
  overflow: hidden;
  padding-top: 220px;
  text-align: center;
  background-image: url(./images/services/address-verification/address-verification-header.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  z-index: 1;
  background-position: center;
}


/* employee due diligence Service CSS */

.employee-diligence-service {
  position: relative;
  overflow: hidden;
  padding-top: 220px;
  text-align: center;
  background-image: url(./images/services/employee-due-diligence/employee-due-header.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  z-index: 1;
  background-position: center;
}


/* citizenship by investment Service CSS */

.citizenship-service {
  position: relative;
  overflow: hidden;
  padding-top: 220px;
  text-align: center;
  background-image: url(./images/services/citizenship-investment/citizenship-investment-header.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  z-index: 1;
  background-position: center;
}

.citizenship-about h2 {
  font-size: 28px;
  color: #000;
  font-weight: bold;
}

.citizenship-about p {
  font-size: 15px;
  color: #6C757D;
}

/* Blogs Page CSS */

.blogs-header {
  position: relative;
  overflow: hidden;
  padding-top: 220px;
  text-align: center;
  background-image: url(./images/blogs-header-img.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  z-index: 1;
  background-position: center;
}

.blog-card {
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.125);
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  height: fit-content;
  width: 323px;
  margin: 0 auto;
}

.blog-card h2 {
  font-size: 22px;
  font-weight: 400;
  color: #00A79D;
}

.blog-card p {
  font-size: 15px;
  color: #65676B;
}

.blog-card h4 {
  font-size: 13px;
  color: #959595;
  font-weight: 400;
}

.blog-card span {
  font-size: 13px;
  color: #00A79D;
}

.card-position {
  position: relative;
  top: -180px;
  height: 819px !IMPORTANT;
}

.card-position-2 {
  position: relative;
  top: -120px;
  height: 758px !IMPORTANT;
}

.blog-detail h1 {
  font-size: 28px;
  color: #000;
  font-weight: bold;
}

.blog-detail h2 {
  font-size: 18px;
  color: #00A79D;
}

.blog-detail p {
  font-size: 15px;
  color: #65676B;
}

/* Our Company Page CSS */

.our-company-header {
  position: relative;
  overflow: hidden;
  padding-top: 220px;
  text-align: center;
  background-image: url(./images/our-company-header.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  z-index: 1;
  background-position: center;
}

.our-company-content h2 {
  font-size: 28px;
  color: #000;
  font-weight: bold;
}

.our-company-content p {
  font-size: 15px;
  color: #6C757D;
}


/* Contact Page CSS */

.contact-us-header {
  position: relative;
  overflow: hidden;
  padding-top: 220px;
  text-align: center;
  background-image: url(./images/contact-us-header.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  z-index: 1;
  background-position: center;
}

.contact-form .form-control {
  border: none;
  border-bottom: 1px solid #00A79D;
  border-radius: 0px;
}

.contact-form .form-control:focus {
  box-shadow: none;
}

.contact-form button {
  background-color: #00A79D;
  border-radius: 30px;
  padding: 8px 33px 8px 33px;
  border: none;
  color: #fff;
}


/* privacy policy Page CSS */

.privacy-policy-header {
  position: relative;
  overflow: hidden;
  padding-top: 220px;
  text-align: center;
  background-image: url(./images/privacy-policy-header.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  z-index: 1;
  background-position: center;
}

.privacy-policy-content h2 {
  font-size: 24px;
  color: #000;
  font-weight: bold;
}

.privacy-policy-content p {
  font-size: 15px;
  color: #65676B;
}

.privacy-policy-content a {
  font-size: 15px;
  color: #00A79D;
}

.privacy-policy-content h3 {
  font-size: 20px;
  color: #00A79D;
}

/* Cookies Ploicy Page CSS */

.cookies-policy-header {
  position: relative;
  overflow: hidden;
  padding-top: 220px;
  text-align: center;
  background-image: url(./images/cookies-policy-header.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  z-index: 1;
  background-position: center;
}

/* Legal Page CSS */

.legal-header {
  position: relative;
  overflow: hidden;
  padding-top: 220px;
  text-align: center;
  background-image: url(./images/legal-header-img.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  z-index: 1;
  background-position: center;
}

/* Terms of use Page CSS */

.terms-header {
  position: relative;
  overflow: hidden;
  padding-top: 220px;
  text-align: center;
  background-image: url(./images/terms-header-img.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  z-index: 1;
  background-position: center;
}


/* Career Page CSS */

.career-header {
  position: relative;
  overflow: hidden;
  padding-top: 220px;
  text-align: center;
  background-image: url(./images/career-header-img.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  z-index: 1;
  background-position: center;
}

.career-about-content h2 {
  font-size: 28px;
  color: #000;
  font-weight: bold;
}

.career-about-content p {
  font-size: 15px;
  color: #6C757D;
}

.career-about-content span {
  font-size: 15px;
  color: #00A79D;
}

.career-counter {
  overflow: hidden;
  text-align: center;
  background-image: url(./images/career-counter-header.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  z-index: 1;
  background-position: center;
}

.career-counter-content h1 {
  font-size: 40px;
  color: #fff;
}

.career-counter-content p {
  font-size: 17px;
  color: #fff;
}

.career-about-content button {
  background-color: #00A79D;
  border: none;
  padding: 10px 20px 10px 20px;
  border-radius: 5px;
  color: #fff;
}

.job-filter {
  font-size: 19px;
  color: #000;
}

.department-filters {
  font-size: 16px;
  color: #65676B
}

.designation-filters {
  font-size: 16px;
  color: #65676B
}

.btn-apply {
  border: 1px solid #00A79D;
  background-color: transparent;
  color: #00A79D;
  padding: 7px 12px;
}

.btn-apply:hover {
  border: 1px solid #00A79D;
  background-color: #00A79D;
  color: #fff;
}

.careers-row span {
  font-size: 14px;
  color: #65676B
}

.search-form .form-select {
  background-color: #00A79D;
  color: #fff;
  border-radius: 0px;
}

.search-jobs .input-group-text {
  background-color: #00A79D;
  color: #fff;
}

.search-jobs .form-control {
  border-radius: 0px;
}

.search-jobs .form-control:focus {
  box-shadow: none;
}

.owl-carousel .item {
  height: 20rem;
  width: 100%;
  display: flex;
  justify-content: center;
}

.core-value-content h4 {
  font-size: 28px;
  color: #00A79D;
  font-weight: bold;
}

.core-value-content p {
  font-size: 15px;
  text-align: center;
  color: #fff;
}

.owl-dots {
  display: none;
}

.owl-nav {
  text-align: end;
  margin: 10px 0px;
  position: relative;
}

.owl-carousel .owl-nav button.owl-prev {
  background-color: #00A79D !important;
  padding: 10px !important;
  margin: 3px;
}

.owl-carousel .owl-nav button.owl-next {
  background-color: #00A79D !important;
  padding: 10px !important;
  margin: 3px;
}

.owl-nav span {
  padding: 10px !important;
  color: #fff;
  font-size: 20px;
}

.slide-count-num {
  position: absolute;
  top: 1378px;
  right: 186px;
  /* left: 136px; */
  font-size: 24px;
}

.error {
  color: red;
  font-size: 15px;
  padding-top: 6px;
}

.core-value-heading h3 {
  font-size: 28px;
  color: #000;
  font-weight: bold;
}


.news-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.news-one__img {
  position: relative;
  display: block;
  overflow: hidden;
  border-top-left-radius: var(--insur-bdr-radius);
  border-top-right-radius: var(--insur-bdr-radius);
  z-index: 1;
}

.news-one__img:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-top-left-radius: var(--insur-bdr-radius);
  border-top-right-radius: var(--insur-bdr-radius);
  background-color: rgba(0, 168, 157, 0.4);
  -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease, -webkit-transform 500ms ease;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(-70%);
  transform: translateY(-70%);
  z-index: 1;
}

.news-one__single:hover .news-one__img:before {
  visibility: visible;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
}

.news-one__img img {
  width: 100%;
  border-top-left-radius: var(--insur-bdr-radius);
  border-top-right-radius: var(--insur-bdr-radius);
  transition: all 500ms ease;
}

.news-one__single:hover .news-one__img img {
  transform: scale(1.05);
}

.news-one__tag {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: var(--insur-base);
  padding: 14px 20px;
  border-top-left-radius: var(--insur-bdr-radius);
  z-index: 2;
}

.news-one__tag p {
  font-size: 12px;
  color: var(--insur-white);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 12px;
}

.news-one__tag p i {
  font-size: 12px;
  padding-right: 3px;
}

.news-one__arrow-box {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.news-one__arrow {
  height: 50px;
  width: 50px;
  border: 2px solid var(--insur-white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--insur-white);
  font-size: 15px;
  opacity: 0;
  transform: translateY(70px);
  transition: all 500ms ease;
}

.news-one__single:hover .news-one__arrow {
  opacity: 1;
  transform: translateY(0%);
  transition-delay: 500ms;
}

.news-one__arrow:hover {
  border: 2px solid var(--insur-primary);
  color: var(--insur-primary);
}

.news-one__content {
  position: relative;
  display: block;
  border-bottom-left-radius: var(--insur-bdr-radius);
  border-bottom-right-radius: var(--insur-bdr-radius);
  border: 1px solid var(--insur-bdr-color);
  border-top: 0;
  padding: 25px 38px 32px;
  transition: all 500ms ease;
}

.news-one__single:hover .news-one__content {
  background-color: #00A79D;
  color: #fff;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
}

.news-one__meta {
  position: relative;
  display: flex;
  align-items: center;
}

.icon-right-arrow1:before {
  content: "\f178";
}

.news-one__meta li+li {
  margin-left: 10px;
}

.news-one__meta li a {
  font-size: 13px;
  color: var(--insur-gray);
  font-weight: 500;
  letter-spacing: var(--insur-letter-spacing);
  transition: all 500ms ease;
}

.news-one__meta li a:hover {
  color: #000;
}

.news-one__meta li a i {
  font-size: 15px;
  color: #000;
  padding-right: 2px;
}

.news-one__title {
  font-size: 22px;
  line-height: 30px;
  letter-spacing: var(--insur-letter-spacing);
  font-weight: 500;
  margin-top: 8px;
  margin-bottom: 15px;
}

.news-one__title a {
  text-decoration: none;
  color: #333333;
  transition: all 500ms ease;
}

.news-one__single:hover .news-one__title a {
  color: #fff;
}

.news-one__text {
  font-size: 15px;
  line-height: 30px;
  letter-spacing: var(--insur-letter-spacing);
}

.news-one__read-more {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 11px;
}

.news-one__read-more a {
  font-size: 15px;
  color: var(--insur-black);
  font-weight: 500;
  display: flex;
  align-items: center;
  transition: all 500ms ease;
}

.news-one__read-more a i {
  font-size: 13px;
  position: relative;
  padding-left: 5px;
  top: 2px;
}

.news-one__single:hover .news-one__read-more a {
  color: #000;
}

.named-list {
  list-style: none;
  padding: 0;
}

.named-list li {
  background-image: url(./images/services/drug-screening/diamond-icon.svg);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: contain;
  padding-left: 33px;
  margin-bottom: 15px;
}

.testimonial-card {
  border-radius: 29px;
  border: 0;
  background-color: #f2fbfa !important;
}

.bg-light {
  background-color: #f2fbfa !important;
}

.service-blog {
  width: 100%;
}

.service-blog img {
  height: 272px;
  width: 100%;
}

.talk-sales-section {
  background-color: #00A79D;
}

.talk-sales-section h2 {
  line-height: 1.7em;
}

.talk-sales-section a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  border: 1px solid #fff;
  padding: 10px 24px;
  border-radius: 23px;
}

.talk-sales-section a:hover {
  color: rgba(255, 255, 255, 0.596);
  border: 1px solid rgba(255, 255, 255, 0.596);
}

.faq-accordion .card-header {
  background: transparent;
  border: 0;
}

.faq-accordion button {
  color: #000;
}

.faq-accordion button:hover {
  color: #000;
  text-decoration: none;
}

.faq-accordion button:focus {
  outline: none;
  box-shadow: none;
  text-decoration: none;
}

.faq-accordion .card {
  margin-bottom: 18px;
  border-color: #000;
}

.why-meta-global-section #pills-tab {
  text-align: center;
  justify-content: space-between;
  display: flex;
}

.why-meta-global-section #pills-tab .nav-link {
  color: #00A79D;
  border: 1px solid #00A79D;
  padding: 7px 30px;
  margin-bottom: 10px;
}

.why-meta-global-section #pills-tab .nav-link.active {
  color: #fff;
  background-color: #00A79D;
}

.why-meta-percent-wrap {
  border: 1px solid #00a79d;
  padding: 23px 23px;
  margin-bottom: 14px;
  height: 256px;
}

.why-meta-percent-wrap h2 {
  font-size: 42px;
  font-weight: bold;
}
.why-meta-percent-wrap span {
  font-size: 42px;
  font-weight: bold;
}

.service-banner-btn-1 {
  background-color: #00A79D;
  border: none;
  border-radius: 20px;
  color: #fff;
}

.service-banner-btn-1:hover,
.service-banner-btn-2:hover {
  color: #fff;
}

.service-banner-btn-2 {
  border: 1px solid #00A79D;
  color: #00A79D;
  border-radius: 20px;
}

.service-card-slider-wrapper {
  background-color: #fff;
  box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.12);
  padding: 33px;
  margin: 20px;
  height: 414px;
  width: 300px;
  position: relative;
  cursor: pointer;
}

.service-card-slider-wrapper:before {
  content: "";
  width: 0;
  height: 6px;
  background: #00A79D;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: width 0.5s;
}

.service-slider .slick-next:before {
  font-size: 34px;
  line-height: 1;
  opacity: .75;
  color: #00A79D;
}

.service-slider .slick-next {
  right: 28px;
}

.service-slider .slick-prev:before {
  font-size: 34px;
  line-height: 1;
  opacity: .75;
  color: #00A79D;
}

.service-slider .slick-prev {
  left: 24px;
  z-index: 1;
}

.service-card-slider-wrapper:hover::before {
  width: 100%;
  transition: all 0.5s ease-in-out;
}

.service-slider .slick-dots li button:before {
  color: #00A79D;
  font-size: 20px;
}

.service-slider .slick-dots {
  bottom: -48px;
}

@media (min-width: 300px) and (max-width: 650px) {
  #contact .contactForm {
    position: relative !important;
    margin-left: 0 !important;
    top: 10px;
    left: 0;
  }

  .new-testimonial .item{
    height: 512px;
  }

  .header-slider-content h5 {
    font-size: 21px;
  }

  .shape-1 {
    display: none;
  }

  .shape-2 {
    display: none;
  }

  .shape-3 {
    display: none;
  }

  .shape-4 {
    display: none;
  }

  /* .slide img{
    margin-left: 38px;
  } */
  #hero .carousel-caption {
    top: 76px;
  }

  .header-inner-img {
    display: none;
  }

  .slide-count-num {
    position: absolute;
    top: 1671px !important;
  }

  #contact .formBox {
    padding-left: 5px !important;
  }

  .what-expect-info img {
    width: 100%;
  }

  #contact .contactinfo {
    left: 0;
  }

  #contact .contactinfo::before {
    top: 546px !important;
  }

  #contact .contactForm h2 {
    padding-left: 5px !important;
  }

  .testimonials .testimonial-item .testimonial-img {
    left: 118px;
  }

  #contact .contactinfo::before {
    content: "";
    background-image: url(./images/OR-icon.svg);
    width: 91px;
    height: 118px;
    position: absolute;
    top: 394px;
    right: 163px;
    /* bottom: -71px; */
  }

  .service-arrow-icon {
    display: none !important;
  }

  .services-card_cirlce span::before {
    display: none !important;
  }

  .edu-verification-fair-credit::after {
    display: none !important;
  }

  .edu-verification-about-img::before {
    right: -50px !important;
    position: absolute;
  }


  .edu-verification-about-img {
    margin-top: 64px;
  }

  .edu-verification-about::after {
    display: none;
  }

  .rectangle-img-2 {
    position: absolute;
    bottom: -38px;
    right: 0px;
  }

  .rectangle-img-1 {
    position: absolute;
    top: -39px;
    left: -5px;
  }

  .social-screening-about::before {
    bottom: 1px;
  }

  .card-position {
    position: relative;
    top: 17px;
    height: 757px !IMPORTANT;
  }

  .card-position-2 {
    position: relative;
    top: 38px;
    height: 653px !IMPORTANT;
  }

  /* .header-inner-img {
    display: flex;
    justify-content: center;
    flex-direction: column;
  } */
  .carousel-item .header-slider-img {
    height: 56vh;
  }

  /* #hero .carousel-caption {
    text-align: center;
  } */
  .dropdown-menu {
    width: 100%;
  }

  .border-left {
    display: none !important;
  }

  #global-nav {
    padding: 18px !IMPORTANT;
  }
}

@media (min-width: 700px) and (max-width: 830px) {
  .services-card_cirlce span::before {
    display: none !important;
  }

  .itgs-frame-img {
    position: relative;
    top: 202px;
  }

  .service-arrow-icon img {
    display: none !important;
  }

  .slide-count-num {
    position: absolute;
    top: 1500px !important;
    right: 130px !important;
  }

  #contact .contactForm {
    position: absolute;
    padding: 70px 50px;
    background-color: #fff;
    box-shadow: 0px 0px 40px rgb(0 0 0 / 6%);
    border-radius: 8px;
    margin-left: -6px;
    top: 17px;
    width: 100%;
  }

  .testimonials .testimonial-item .testimonial-img {
    left: 307px;
  }

  #contact .contactinfo {
    position: relative;
    left: -13px;
  }

  .edu-verification-about-img::before {
    right: 20px;
    position: absolute;
  }

  .rectangle-img-2 {
    display: none;
  }

  .rectangle-img-1 {
    left: 51px;
  }

  .social-screening-about::before {
    bottom: 108px;
  }

  .card-position {
    position: relative;
    top: 24px;
    height: 745px !IMPORTANT;
  }

  .card-position-2 {
    position: relative;
    top: 25px;
    height: 744px !IMPORTANT;
  }

  .header-inner-img {
    width: 229px !important;
  }

  .dropdown-menu {
    width: 100%;
  }

  .border-left {
    display: none !important;
  }

  #global-nav {
    padding: 18px !IMPORTANT;
  }

}
