html,
body {
  overflow-x: hidden;
  /*background: url(../images/Neom-Grid-Black0001_.png);
  background-size: cover;
  background-position: center center;*/
  font-family: "Open Sans", sans-serif !important;
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .overlay1 {
    display: none;
  }
  .header .navbar .navbar-nav {
    background: transparent;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1336px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .header .navbar .navbar-nav {
    background: transparent !important;
  }
}
@media only screen and (max-width: 1024px) {
  .overlay1 {
    display: none;
  }
}
h3 {
  color: #1a3566 !important;
  font-family: "Poppins", sans-serif;
}
.paddingcss {
  padding: 40px 0px;
}
.header .logo-nav {
  width: 100px;
  height: auto;
}
.header .solid {
  background: linear-gradient(
    37deg,
    rgba(114, 208, 221, 1) 0%,
    rgba(42, 139, 178, 1) 100%
  ) !important;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translate3d(0, -20%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.header .solid .logo-nav {
  height: 90px;
  width: auto;
  animation: fadeIn 0.1s ease-in both;
}
.header .navbar .nav-link {
  color: white;
  font-size: 18px;
  padding: 15px;
  font-weight: 300 !important;
  font-family: "Poppins", sans-serif;
}
/*Banner animation css Start*/
.overlay-content {
  text-align: center;
  color: #fff;
  z-index: 1001;
  /* Ensure content is above navbar */
}
.hero-section {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.video-container video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hero-content p {
  font-size: 1.5rem;
}
.hide-on-scroll {
  opacity: 0;
  pointer-events: none;
}
/*Banner Animation CSS End*/
.first {
  padding: 40px 0px;
  background-image: url(../images/black-grid.png);
  background-size: 100%;
  background-repeat: repeat;
}
.first h2 {
  color: #303030;
  position: relative;
  font-size: xxx-large !important;
  margin-bottom: 30px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
.first h2 span {
  color: #11597b;
}
.first .con a .bi {
  font-size: 20px;
}
.first .con a {
  text-decoration: none;
  color: #1a3566;
  font-weight: 500;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
}
.first .about-para p {
  border-bottom: 2px solid #1d396c;
  padding-bottom: 20px;
}
.first .img-fluid {
  border-radius: 15px;
}
.about .text-container h1 span {
  color: #11597b;
  font-weight: 600;
  padding-bottom: 20px;
}
.about .about-para p:after {
  content: "";
  border-bottom: 1px solid #1d396c;
  display: block;
  max-width: 100%;
  margin-top: 8px;
}
.about .con {
  display: flex;
  gap: 10px;
  margin-top: 15px;
  height: 31px;
}
.about .con a {
  text-decoration: none;
  color: #1a3566;
  font-weight: 500;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
}
.about .con a .bi {
  font-size: 20px;
}
.about .spot {
  color: #11597b;
  padding-top: 35px;
  font-family: "Poppins", sans-serif;
  font-size: 33px;
  border-bottom: 2px solid #1d396c;
  padding-bottom: 20px;
}
.about .tab-pane .img-fluid {
  border-radius: 15px;
}
.career .img-fluid {
  border-radius: 15px;
}
.header .navbar-dark {
  padding: 0px;
}
.verticals h2 {
  color: #303030;
  font-family: "Poppins", sans-serif;
  font-weight: 400 !important;
  font-size: xxx-large !important;
}
.verticals h2 span {
  color: #223761;
}
.branch {
  position: relative;
}
.branch .country:hover:after {
  background: rgb(17 89 123 / 40%);
}
.branch .country:after {
  position: absolute;
  display: block;
  content: "";
  left: 0px;
  bottom: 0%;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.1);
}
.branch .col-md-6 {
  position: relative;
}
.branch .name h3 {
  color: white !important;
  font-family: "Poppins", sans-serif;
}
.branch .name {
  position: absolute;
  top: 50%;
  z-index: 1;
  left: auto;
  right: auto;
  width: 100%;
  text-align: center;
  color: white;
}
/*Footer css Start*/
.footer {
  background: #1a3566;
  color: #ffff;
  padding: 30px 0;
}
.footer .footer-one p {
  margin-top: 0px;
}
.footer .footer-one p a {
  color: white;
}
.footer h4 {
  font-family: "Poppins", sans-serif;
}
.footer .img-fluid {
  max-height: 90px; max-width: 75px;
  margin-top: -32px;
}
.footer p {
  margin-top: 30px;
}
.footer ul {
  margin-left: 0px;
  padding-left: 0;
  list-style: none;
}
.footer ul li a {
  text-decoration: none;
  color: #ffff;
}
.bottombar {
  background: #1a3566;
  color: #ffff;
  padding: 0px 0 15px 0;
}
.bottombar p a {
  text-decoration: none;
  color: white;
}
.bottombar p {
  margin-bottom: 0px;
  padding-top: 12px;
  border-top: 2px solid gray;
}
.footer ul li {
  margin-bottom: 12px;
}
.footer h4 {
  padding: 20px 0px;
}
/*
.footer h4:after {
  content: "";
  border-bottom: 2px solid #ffff;
  height: 2px;
  display: block;
  max-width: 100%;
  margin-top: 8px;
}
*/
/*Footer css end*/
.about .text-container h2 span {
  color: #11597b;
}
/*Animation css Start*/
@keyframes slideRight {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(4cm);
  }
}
.about h1:first-child {
  padding-bottom: 14px;
  position: relative;
  overflow: hidden;
  animation: slideRight 1s ease forwards;
  max-width: calc(100% - 4cm);
  white-space: nowrap;
}
.slide-animation {
  animation: slideRight 1s ease forwards;
}
.about {
  padding: 40px 0px;
  background-image: url(../images/black-grid.png);
  background-size: 100%;
  background-repeat: repeat;
}
.about h2.headtw span {
  color: #11597b;
}
.about h2.headtw {
  color: #303030;
  position: relative;
  font-size: 52px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
.about .head-clr {
  padding-bottom: 15px;
  font-size: 52px;
  color: #303030;
}
.missionvision {
  padding: 40px 0px;
  background-image: url(../images/black-grid.png);
  background-size: 100%;
  background-repeat: repeat;
}
.bg-white {
  background-image: none;
}
.missionvision h2.headtw span {
  color: #11597b;
}
.missionvision h2.headtw {
  color: #303030;
  position: relative;
  font-size: 42px;
  font-family: "Poppins", sans-serif;
  overflow: hidden;
  animation: slideRightToLeft 1s ease backwards;
  white-space: nowrap;
  font-weight: 400;
}
.missionvision .head-clr {
  padding-bottom: 15px;
  font-size: 52px;
  color: #303030;
}
.missionvision h2 {
  color: #303030;
  position: relative;
  font-size: 42px;
  font-family: "Poppins", sans-serif;
  animation: slideRightToLeft 1s ease backwards;
  font-weight: 400;
}
.missionvision h2 span {
  color: #11597b;
}
.missionvision .founder h3 {
  color: #11597b !important;
  font-family: "Poppins", sans-serif;
  font-size: 35px;
}
.missionvision .img-fluid {
  border-radius: 15px;
}
.missionvision .division {
  background: #f8f8f8;
  padding: 35px 30px;
}
.team {
  background: #f8f8f8;
  padding: 40px 0;
}
.team h2 {
  color: #303030;
  position: relative;
  font-size: 52px;
  font-family: "Poppins", sans-serif;
  animation: slideRightToLeft 1s ease backwards;
  font-weight: 400;
}
.team h2 span {
  color: #11597b;
}
.team .teammember h4 {
  font-weight: 300;
  color: #1d396c;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  margin-bottom: 0px;
}
.team .teammember h3 {
  color: #303030 !important;
  font-family: "Poppins", sans-serif;
  margin-bottom: 30px;
}
.team .teammember h5 {
  font-weight: 300;
  color: #1d396c;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
}
.team .teammember h5 a {
  font-weight: 300;
  color: #1d396c;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  text-decoration: none;
}
.team hr {
  border-top: 2px solid;
  opacity: 1;
  color: #1d396c;
}
@keyframes slideRightToLeft {
  0% {
    transform: translateX(4cm); /* Start from 4cm to the right */
  }
  100% {
    transform: translateX(0); /* Move to the original position */
  }
}
/*Animation css end*/
/*Animation for list start*/
@keyframes slide {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.about .row {
  animation: slide 1s ease forwards;
}
.about .row:nth-child(odd) .col-md-6 {
  order: 2;
}
.about .row:nth-child(odd) .col-md-6 img,
.about .row:nth-child(odd) .col-md-6 h2.spot,
.about .row:nth-child(odd) .col-md-6 .con {
  animation-delay: 0.5s;
}
.about .row:nth-child(even) .col-md-6 {
  order: 1;
}
.about .row:nth-child(even) .col-md-6 img,
.about .row:nth-child(even) .col-md-6 h2.spot,
.about .row:nth-child(even) .col-md-6 .con {
  animation-delay: 0.5s;
}
.border-list li {
  cursor: pointer;
}
/*Animation for list end*/
.about .border-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.about .border-list ul:before {
  content: "";
  display: inline-block;
  width: 2px;
  background: #4a9ca7;
  position: absolute;
  left: 3px;
  top: 5px;
  height: calc(100% - 10px);
}
.about .border-list ul li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 31px;
  font-size: 25px;
  color: #11597b;
}
.about .border-list ul li.active {
  color: #1d396c;
  font-style: italic;
}
.about .border-list ul li.active:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 12px;
  background: #11597b;
  position: absolute;
  left: 0;
  top: 5px;
  height: 30px;
  border-radius: 5px;
}
/*contact us css start*/
.btn-custom {
  background-color: #11597b !important;
  color: white !important;
  width: 100%;
}
.pb-120 {
  padding-bottom: 300px !important;
}
.abtus-sec .img-fluid {
  margin-top: -270px;
  width: 100%;
}
.abtus-sec p {
  margin-top: 1rem;
}
/* Breadcrumb Section */
.breadcrumb-bg {
  padding: 150px 0 20px 0;
  background: #2a8bb2;
  background-image: url("../images/white-grid.png"); /* fallback */
  background-image: url("../images/white-grid.png"),
    linear-gradient(#72d0dd, #2a8bb2);
  background-size: cover; /* Adjust as needed */
  background-position: center; /* Adjust as needed */
}
.breadcrumb-bg h1 {
  font-family: "Poppins", sans-serif;
  border-bottom: 1px solid;
  width: 50%;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.breadcrumb {
  background-color: transparent;
  padding: 0;
  margin: 0;
  list-style: none;
}
.breadcrumb-item {
  display: inline;
  color: white;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}
.breadcrumb-item::after {
  padding: 0 5px;
}
.breadcrumb-item:last-child::after {
  content: "";
}
.contact-sec {
  padding: 40px 0;
}
.contact-sec p a {
  color: black;
  font-weight: 100;
}
.contact-sec p .bi {
  vertical-align: middle;
  font-size: 20px;
}
.contact-sec h2 {
  font-family: "Poppins", sans-serif;
}
.contact-sec p a {
  color: #11597b;
  margin-top: 5px;
}
.contact-sec p {
  color: #11597b;
}
/* Image */
.col-md-5 img {
  width: 100%;
  height: auto;
}
.breadcrumb-item a {
  display: inline;
  font-size: 16px;
  color: white;
  /* Add this line */
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: white !important;
  content: var(--bs-breadcrumb-divider, "/");
}
.breadcrumb-item h1 {
  color: white !important;
}
/* Breadcrumb ends */
/* Contact-us pge */
.btn-custom {
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 40px;
  /* Adjust padding as needed */
}
.animate-from-right {
  animation: animateRightToLeft 1.5s ease;
}
.animate-from-left {
  animation: animateLeftToRight 1.5s ease;
}
@keyframes animateRightToLeft {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes animateLeftToRight {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
/*contact us ends   here*/
/*contact us css end*/
.img-fluid11 {
  position: absolute;
  left: -100%; /* Initially position the image outside the container on the left */
  transition: left 5.5s; /* Add transition for smooth animation */
  bottom: 0px;
}
.img-enter1 {
  left: 100%; /* Move the image to the left edge of the container */
}
.img-exit1 {
  left: -100%; /* Move the image to the right edge of the container */
}
//* Style for the pinned section */
#verticalsContainer {
  width: 100%;
  /* Adjust height as needed */
}
/* Style for the image */
.img-fluid1 {
  position: absolute;
  bottom: 0; /* Adjust vertical position as needed */
  left: -700px;
}
.verticals {
  height: 500px;
  padding: 62px 0;
  background: #f8f8f8;
  position: relative;
  overflow: hidden;
}
.img-fluid1 {
}
.about-scroll-container > div {
  min-height: 500px;
}
.about-scroll-container {
  overflow: hidden;
}
.solutionsec {
  padding: 50px 0px;
  background-image: url(../images/black-grid.png);
  background-size: 100%;
  background-repeat: repeat;
}
.solutionsec .img-fluid {
  border-radius: 15px;
}
.solutionsec h2 {
  color: #303030;
  position: relative;
  font-size: 44px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 30px;
  animation: slideRightToLeft 1s ease backwards;
  font-weight: 400;
}
.solutionsec h2 span {
  color: #11597b;
}
.career h2 {
  color: #303030;
  position: relative;
  font-size: 44px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 30px;
  animation: slideRightToLeft 1s ease backwards;
  font-weight: 400;
}
.career h2 span {
  color: #11597b;
}
.solutionsec1 {
  padding: 50px 0px;
  background: #f8f8f8;
}
.solutionsec1 .img-fluid {
  border-radius: 15px;
}
.solutionsec1 h2 {
  color: #303030;
  margin-bottom: 30px;
  position: relative;
  font-size: 44px;
  font-family: "Poppins", sans-serif;
  animation: slideRightToLeft 1s ease backwards;
  font-weight: 400;
}
.solutionsec1 h2 span {
  color: #11597b;
}
.help-block {
  margin-top: 5px;
  display: flex;
  color: red;
  font-size: 15px;
}
.solutionsec .verticl {
  background: #f8f8f8;
  padding: 15px 30px;
  border-radius: 15px;
  margin-right: -80px;
  z-index: 10;
  position: relative;
}
.solutionsec .verti .img-fluid {
  position: relative;
  z-index: 1;
}
.solutionsec .verticl h2 span {
  color: #11597b;
}
.solutionsec1 .verticl {
  background: #ffffff;
  padding: 15px 30px;
  border-radius: 15px;
  margin-left: -80px;
  z-index: 10;
  position: relative;
}
.solutionsec1 .verti .img-fluid {
  position: relative;
  z-index: 1;
}
.solutionsec1 .verticl h2 span {
  color: #11597b;
}
.navbar-nav .nav-link.active {
  color: #11597b !important;
}
@media only screen and (max-width: 767px) {
    
    
 .footer .img-fluid {display:none;}   
    
  .header .navbar .navbar-nav {
    background: linear-gradient(
      37deg,
      rgba(114, 208, 221, 1) 0%,
      rgba(42, 139, 178, 1) 100%
    ) !important;
  }
  .first .img-fluid,
  .first h2 {
    text-align: left;
    margin-bottom: 15px;
    font-size: 33px !important;
  }
  .hero-section {
    height: 110vh !important;
  }
  .contact-sec h2 {
    margin-bottom: 1rem !important;
  }
  .contact-sec .btn-custom {
    margin-bottom: 2rem !important;
  }
  .contact-sec p {
    margin-bottom: 2rem;
  }
  .verticals h2 {
    margin-bottom: 20px;
    font-size: 33px !important;
  }
  .about h2.headtw {
    font-size: 33px !important;
    transform: translate3d(-50.031px, 0px, 0px) !important;
  }
  .solutionsec1 .verticl {
    margin-top: 15px;
    margin-left: inherit;
  }
  .solutionsec .verticl {
    margin-bottom: 15px;
    margin-right: inherit;
  }
  .solutionsec1 .img-fluid {
    margin-bottom: 15px;
  }
  .pb-120 {
    padding-bottom: 200px !important;
  }
  .missionvision h2 {
    font-size: 40px;
  }
  .header .navbar .show .navbar-nav {
    background: linear-gradient(
      37deg,
      rgba(114, 208, 221, 1) 0%,
      rgba(42, 139, 178, 1) 100%
    ) !important;
  }
  .bottombar p {
    padding-bottom: 12px;
    text-align: center;
  }
  .bottombar {
    padding-bottom: 0px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .header .navbar .navbar-nav {
    background: linear-gradient(
      37deg,
      rgba(114, 208, 221, 1) 0%,
      rgba(42, 139, 178, 1) 100%
    );
  }
  .solutionsec1 h2,
  .solutionsec h2 {
    font-size: 40px;
  }
  .first h2 {
    font-size: 33px !important;
  }
}
