@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Onest:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

header {
  width: 100%;
  position: absolute;
  padding: 20px 0;
  transition: all 0.5s ease;
  z-index: 1111;
}
header .main-navigation-div {
  width: 95%;
  float: left;
}
@media (max-width: 991px) {
  header .main-navigation-div {
    width: 100%;
  }
}
header .menu-certificate-img {
  width: 4%;
  display: block;
  float: right;
  position: relative;
  top: -20px;
}
@media (max-width: 991px) {
  header .menu-certificate-img {
    display: none;
  }
}
header .menu-certificate-img img {
  width: 100%;
}
@media (max-width: 991px) {
  header {
    padding: 10px 0;
    background-color: #fff;
  }
}
header .navbar-brand {
  padding: 0;
  width: 130px;
  position: absolute;
  top: -48px;
}
@media (max-width: 1101px) {
  header .navbar-brand {
    width: 110px;
  }
}
@media (max-width: 991px) {
  header .navbar-brand {
    width: 80px;
    position: static;
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  header .navbar-brand {
    width: 55px;
  }
}
@media (max-width: 500px) {
  header .navbar-brand {
    width: 65px;
  }
}
header .navbar-brand img {
  width: 100%;
}
header .top-navigations {
  width: 100%;
  text-align: right;
  margin-bottom: 15px;
}
@media (max-width: 1101px) {
  header .top-navigations {
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  header .top-navigations {
    display: none;
  }
}
header .top-navigations ul.header-contact-info {
  text-align: right;
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: end;
  gap: 28px;
}
header .top-navigations ul.header-contact-info li {
  display: inline-block;
  font-size: 14px;
  position: relative;
}
header .top-navigations ul.header-contact-info li.active {
  color: #fff;
}
@media (max-width: 991px) {
  header .top-navigations ul.header-contact-info li.active {
    color: #008cd1;
  }
}
header .top-navigations ul.header-contact-info li.active:before {
  position: absolute;
  content: "";
  width: 55%;
  height: 2px;
  background-color: #008cd1;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s ease;
}
header .top-navigations ul.header-contact-info li:after {
  content: "|";
  position: absolute;
  right: -15px;
  top: 4px;
  color: #fff;
}
@media (max-width: 1600px) {
  header .top-navigations ul.header-contact-info li:after {
    top: 3px;
  }
}
header .top-navigations ul.header-contact-info li a {
  text-decoration: none;
  color: #fff;
  transition: 0.5s;
  font-weight: 400;
  font-size: 18px;
  font-family: "DM Sans", sans-serif;
  position: relative;
}
@media (max-width: 1470px) {
  header .top-navigations ul.header-contact-info li a {
    font-size: 18px;
  }
}
@media (max-width: 1366px) {
  header .top-navigations ul.header-contact-info li a {
    font-size: 17px;
  }
}
@media (max-width: 1101px) {
  header .top-navigations ul.header-contact-info li a {
    font-size: 15px;
  }
}
header .top-navigations ul.header-contact-info li a:hover {
  color: #008cd1;
  transition: 0.5s;
}
header .top-navigations ul.header-contact-info li:last-child:after {
  display: none;
}
header .navbar-nav {
  font-family: "DM Sans", sans-serif;
  gap: 20px;
}
@media (max-width: 991px) {
  header .navbar-nav {
    gap: 0px;
    background-color: #fff;
  }
}
header .navbar-nav .nav-link {
  color: #fff;
  font-size: 18px;
  transition: 0.5s;
  position: relative;
  font-family: "DM Sans", sans-serif;
}
@media (max-width: 1470px) {
  header .navbar-nav .nav-link {
    font-size: 18px;
  }
}
@media (max-width: 1366px) {
  header .navbar-nav .nav-link {
    font-size: 17px;
  }
}
@media (max-width: 1101px) {
  header .navbar-nav .nav-link {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  header .navbar-nav .nav-link {
    color: #1e1e1e;
  }
}
header .navbar-nav .nav-link:hover {
  color: #008cd1;
  transition: 0.5s;
}
header .navbar-nav .nav-link.active {
  color: #fff;
}
@media (max-width: 991px) {
  header .navbar-nav .nav-link.active {
    color: #008cd1;
  }
}
header .navbar-nav .nav-link.active:before {
  position: absolute;
  content: "";
  width: 55%;
  height: 2px;
  background-color: #008cd1;
  bottom: 15%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s ease;
}
@media (max-width: 991px) {
  header .navbar-nav .nav-link.active:before {
    display: none;
  }
}
header .navbar-toggler {
  margin-right: 0 !important;
  padding: 0;
}
header .navbar-toggler:focus {
  box-shadow: none;
}
header .navbar-toggler-icon {
  background-image: url("../svg/hamber-icon.svg");
}
header.set-top {
  position: fixed;
  top: 0;
  transition: all 0.5s ease;
  height: 80px;
  z-index: 1000;
  background-color: #fff;
}
@media (max-width: 991px) {
  header.set-top {
    display: flex;
    align-items: center;
    height: auto;
  }
}
header.set-top .navbar-brand {
  padding: 0;
  width: 82px;
  position: absolute;
  top: -14px;
}
@media (max-width: 991px) {
  header.set-top .navbar-brand {
    position: static;
  }
}
@media (max-width: 500px) {
  header.set-top .navbar-brand {
    width: 65px;
  }
}
header.set-top .navbar-nav .nav-link {
  color: #1e1e1e;
}
header.set-top .dropdown-toggle::after {
  color: #1e1e1e;
}
header .navbar .nav-item .dropdown-menu {
  display: none;
  border: none;
  margin-top: 0;
  top: 150%;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  padding: 10px;
}
@media (max-width: 991px) {
  header .navbar .nav-item .dropdown-menu {
    padding: 0;
  }
}
@media (max-width: 991px) {
  header .navbar .nav-item.d-none {
    display: block !important;
  }
}
header .navbar .dropdown-item {
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 17px;
}
@media (max-width: 1366px) {
  header .navbar .dropdown-item {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  header .navbar .dropdown-item {
    font-size: 15px;
    padding: 5px 10px;
  }
}
header .navbar .dropdown-item.active {
  background-color: #008cd1;
  color: #fff;
}
header .navbar .dropdown-item:hover {
  background-color: #008cd1;
  color: #fff;
}
header .dropdown-toggle::after {
  position: absolute;
  content: "\ea4e";
  color: #fff;
  font-size: 17px;
  font-family: remixicon !important;
  font-style: normal;
  border: none;
  right: -10px;
  bottom: 7px;
}
@media (max-width: 991px) {
  header .dropdown-toggle::after {
    color: #1e1e1e;
  }
}

.search-input {
  width: 0;
  border: 1px solid #ccc;
  border-radius: 20px;
  transition: width 0.3s ease, opacity 0.3s ease;
  opacity: 0;
  outline: none;
  display: none;
}

.search-box.active .search-input {
  width: 550px;
  opacity: 1;
  margin-right: 8px;
  position: absolute;
  right: 20px;
  top: 0;
  display: block;
  padding: 8px 20px;
  z-index: 1;
  color: #1e1e1e;
}
@media (max-width: 991px) {
  .search-box.active .search-input {
    left: 20px;
    right: 0;
    width: 100%;
  }
}

.search-btn {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 20px;
}

.hero-banner {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
@media (max-width: 768px) {
  .hero-banner {
    height: 100%;
  }
}
.hero-banner .overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(3px);
  justify-content: center;
  align-items: center;
  z-index: 2000;
}
.hero-banner .overlay.active {
  display: flex;
}
.hero-banner .popup {
  background: #fff;
  padding: 20px;
  max-width: 750px;
  width: 90%;
  position: relative;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
  animation: slideIn 0.25s ease;
  display: flex;
  align-items: center;
  border-radius: 5px;
  z-index: 2001;
}
@media (max-width: 768px) {
  .hero-banner .popup {
    display: block;
  }
}
@keyframes slideIn {
  from {
    transform: translateY(-30px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.hero-banner .popup-title {
  font-size: 24px;
  font-weight: 600;
  text-align: left;
  margin-bottom: 7px;
  color: #1e1e1e;
  font-family: "DM Sans", sans-serif;
}
.hero-banner .popup-body p {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 26px;
  line-height: 24px;
  margin-bottom: 10px;
}
@media (max-width: 1366px) {
  .hero-banner .popup-body p {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .hero-banner .popup-body p {
    font-size: 16px;
  }
}
.hero-banner .popup-body p:nth-last-child(1) {
  margin-bottom: 0;
}
.hero-banner .popup .img-div {
  width: 40%;
  float: left;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .hero-banner .popup .img-div {
    margin: 0 auto 20px;
    float: none;
  }
}
.hero-banner .popup .img-div img {
  width: 100%;
  border-radius: 5px;
}
.hero-banner .popup .content-div {
  width: 60%;
  float: right;
}
@media (max-width: 768px) {
  .hero-banner .popup .content-div {
    width: 100%;
  }
}
.hero-banner .close-btn {
  position: absolute;
  top: -12px;
  right: -9px;
  background: none;
  border: none;
  font-size: 26px;
  cursor: pointer;
  color: #008cd1;
  line-height: 1;
  transition: color 0.2s;
  font-weight: 700;
}
.hero-banner .mil-video-background {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.2s ease-out;
}
.hero-banner .home-hero-content {
  position: absolute;
  top: 40%;
  width: 100%;
  z-index: 1;
}
@media (max-width: 991px) {
  .hero-banner .home-hero-content {
    text-align: center;
  }
}
.hero-banner .home-hero-content h1 {
  color: #fff;
  font-size: 55px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 18px;
  font-family: "Onest", sans-serif;
  text-align: left;
  letter-spacing: 1px;
  opacity: 0;
  /* Initially hide the element */
  animation: reveal 1.2s cubic-bezier(0.77, 0, 0.175, 1) 0.5s forwards;
  /* 'forwards' keeps the final state after animation */
}
@media (max-width: 1280px) {
  .hero-banner .home-hero-content h1 {
    font-size: 50px;
  }
}
@media (max-width: 1101px) {
  .hero-banner .home-hero-content h1 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .hero-banner .home-hero-content h1 {
    text-align: center;
    font-size: 50px;
  }
}
@media (max-width: 768px) {
  .hero-banner .home-hero-content h1 {
    font-size: 36px;
  }
}
@media (max-width: 480px) {
  .hero-banner .home-hero-content h1 {
    font-size: 28px;
  }
}
@media (max-width: 500px) {
  .hero-banner .home-hero-content h1 br {
    display: none;
  }
}
.hero-banner .home-hero-content p {
  color: #fff;
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  opacity: 0;
  /* Initially hide the element */
  animation: reveal 1.5s cubic-bezier(0.77, 0, 0.175, 1) 0.5s forwards;
  /* 'forwards' keeps the final state after animation */
}
@media (max-width: 1280px) {
  .hero-banner .home-hero-content p {
    font-size: 19px;
    line-height: 28px;
  }
}
@media (max-width: 500px) {
  .hero-banner .home-hero-content p br {
    display: none;
  }
}

/*******************************Scroll To Top Css*********************************/
.progress-wrap {
  right: 25px;
  bottom: 25px;
  color: #008cd1;
  position: fixed;
  right: 50px;
  bottom: 50px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px #008cd1;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
@media (max-width: 500px) {
  .progress-wrap {
    bottom: 90px;
  }
}
.progress-wrap input {
  z-index: 10001;
}
.progress-wrap input:checked + html {
  scroll-snap-type: unset;
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.progress-wrap::after {
  position: absolute;
  content: "↑";
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  color: #008cd1;
  left: 2px;
  top: 0px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.progress-wrap:hover::after {
  opacity: 0;
}
.progress-wrap:hover::before {
  opacity: 1;
}
.progress-wrap::before {
  position: absolute;
  content: "↑";
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  opacity: 0;
  left: 2px;
  top: 0px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.progress-wrap svg path {
  fill: none;
}
.progress-wrap svg.progress-circle path {
  stroke: #fff;
  stroke-width: 4;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

/************************homepage about us section*************************/
.home-about-us {
  width: 100%;
  padding: 4% 0;
}
.home-about-us .counter-grid {
  width: 100%;
  display: grid;
  grid-auto-rows: auto;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  grid-gap: 5em;
}
@media (max-width: 1470px) {
  .home-about-us .counter-grid {
    grid-gap: 4em;
  }
}
@media (max-width: 1366px) {
  .home-about-us .counter-grid {
    grid-gap: 3em;
    grid-template-columns: repeat(auto-fill, minmax(205px, 1fr));
  }
}
@media (max-width: 1280px) {
  .home-about-us .counter-grid {
    grid-gap: 4em;
  }
}
@media (max-width: 1101px) {
  .home-about-us .counter-grid {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    grid-auto-rows: auto;
  }
}
@media (max-width: 768px) {
  .home-about-us .counter-grid {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    grid-gap: 1em;
  }
}
.home-about-us .counter-grid .counter-box {
  position: relative;
  text-align: center;
}
@media (max-width: 768px) {
  .home-about-us .counter-grid .counter-box {
    background-color: #f6f6f6;
    padding: 20px;
    border-radius: 15px;
  }
}
.home-about-us .counter-grid .counter-box::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  background-color: #b3b3b3;
  top: 0px;
  right: -42px;
}
@media (max-width: 1536px) {
  .home-about-us .counter-grid .counter-box::before {
    right: -21%;
  }
}
@media (max-width: 1470px) {
  .home-about-us .counter-grid .counter-box::before {
    right: -13%;
  }
}
@media (max-width: 1366px) {
  .home-about-us .counter-grid .counter-box::before {
    right: -10%;
  }
}
@media (max-width: 1280px) {
  .home-about-us .counter-grid .counter-box::before {
    right: -14%;
  }
}
@media (max-width: 1101px) {
  .home-about-us .counter-grid .counter-box::before {
    right: -16%;
  }
}
@media (max-width: 768px) {
  .home-about-us .counter-grid .counter-box::before {
    display: none;
  }
}
.home-about-us .counter-grid .counter-box:last-child::before {
  display: none;
}
.home-about-us .counter-grid .counter-box .count-number {
  font-size: 70px;
  font-family: "Onest", sans-serif;
  color: #008cd1;
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 1600px) {
  .home-about-us .counter-grid .counter-box .count-number {
    font-size: 65px;
  }
}
@media (max-width: 1366px) {
  .home-about-us .counter-grid .counter-box .count-number {
    font-size: 55px;
  }
}
@media (max-width: 1280px) {
  .home-about-us .counter-grid .counter-box .count-number {
    font-size: 45px;
  }
}
@media (max-width: 500px) {
  .home-about-us .counter-grid .counter-box .count-number {
    font-size: 35px;
  }
}
.home-about-us .counter-grid .counter-box .count-number.plus-sign {
  position: relative;
}
.home-about-us .counter-grid .counter-box .count-number.plus-sign::after {
  position: relative;
  content: "+";
  left: 0;
  top: 0;
  color: #008cd1;
  font-size: 75px;
}
@media (max-width: 1600px) {
  .home-about-us .counter-grid .counter-box .count-number.plus-sign::after {
    font-size: 65px;
  }
}
@media (max-width: 1366px) {
  .home-about-us .counter-grid .counter-box .count-number.plus-sign::after {
    font-size: 55px;
  }
}
@media (max-width: 1280px) {
  .home-about-us .counter-grid .counter-box .count-number.plus-sign::after {
    font-size: 45px;
  }
}
.home-about-us .counter-grid .counter-box .count-number.percent-sign {
  position: relative;
}
.home-about-us .counter-grid .counter-box .count-number.percent-sign::after {
  position: relative;
  content: "%";
  left: 0;
  top: 0;
  color: #008cd1;
  font-size: 60px;
}
@media (max-width: 1600px) {
  .home-about-us .counter-grid .counter-box .count-number.percent-sign::after {
    font-size: 50px;
  }
}
@media (max-width: 1366px) {
  .home-about-us .counter-grid .counter-box .count-number.percent-sign::after {
    font-size: 45px;
  }
}
@media (max-width: 1280px) {
  .home-about-us .counter-grid .counter-box .count-number.percent-sign::after {
    font-size: 40px;
  }
}
.home-about-us .counter-grid .counter-box span {
  display: block;
  font-family: "Onest", sans-serif;
  color: #1e1e1e;
  font-size: 21px;
  font-weight: 500;
  margin-top: 8px;
  line-height: 28px;
}
@media (max-width: 1366px) {
  .home-about-us .counter-grid .counter-box span {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 1101px) {
  .home-about-us .counter-grid .counter-box span {
    line-height: 24px;
  }
}
@media (max-width: 500px) {
  .home-about-us .counter-grid .counter-box span {
    font-size: 17px;
    margin-top: 5px;
  }
}
.home-about-us .counter-grid .counter-box p {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 26px;
}
@media (max-width: 1366px) {
  .home-about-us .counter-grid .counter-box p {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .home-about-us .counter-grid .counter-box p {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .home-about-us .counter-grid .counter-box p {
    text-align: left;
  }
}
.home-about-us .our-impact {
  width: 100%;
  display: flex;
  gap: 60px;
}
@media (max-width: 1470px) {
  .home-about-us .our-impact {
    gap: 50px;
  }
}
@media (max-width: 1366px) {
  .home-about-us .our-impact {
    gap: 35px;
  }
}
@media (max-width: 991px) {
  .home-about-us .our-impact {
    flex-direction: column;
    gap: 25px;
  }
}
.home-about-us .our-impact .our-impact-left {
  width: 45%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  justify-content: center;
}
@media (max-width: 1470px) {
  .home-about-us .our-impact .our-impact-left {
    width: 45%;
    gap: 13px;
  }
}
@media (max-width: 1101px) {
  .home-about-us .our-impact .our-impact-left {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .home-about-us .our-impact .our-impact-left {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .home-about-us .our-impact .our-impact-left {
    gap: 10px;
  }
}
.home-about-us .our-impact .our-impact-left h1 {
  font-family: "DM Sans", sans-serif;
  font-size: 40px;
  text-transform: capitalize;
  color: #1e1e1e;
  font-weight: 600;
  position: relative;
  padding-left: 10px;
}
@media (max-width: 1536px) {
  .home-about-us .our-impact .our-impact-left h1 {
    padding-left: 15px;
  }
}
@media (max-width: 1280px) {
  .home-about-us .our-impact .our-impact-left h1 {
    padding-left: 10px;
  }
}
.home-about-us .our-impact .our-impact-left h1::before {
  width: 5px;
  height: 100%;
  position: absolute;
  background-color: #008cd1;
  left: 0;
  top: 0;
  content: "";
}
@media (max-width: 1470px) {
  .home-about-us .our-impact .our-impact-left h1::before {
    width: 4px;
    height: 85%;
    top: 5px;
    content: "";
  }
}
@media (max-width: 1366px) {
  .home-about-us .our-impact .our-impact-left h1::before {
    width: 4px;
    height: 60%;
    top: 6px;
    content: "";
  }
}
@media (max-width: 1280px) {
  .home-about-us .our-impact .our-impact-left h1::before {
    top: 8px;
    width: 3px;
  }
}
@media (max-width: 1101px) {
  .home-about-us .our-impact .our-impact-left h1::before {
    height: 65%;
    top: 5px;
  }
}
@media (max-width: 768px) {
  .home-about-us .our-impact .our-impact-left h1::before {
    top: 6px;
  }
}
@media (max-width: 1600px) {
  .home-about-us .our-impact .our-impact-left h1 {
    font-size: 35px;
  }
}
@media (max-width: 1470px) {
  .home-about-us .our-impact .our-impact-left h1 {
    font-size: 36px;
    line-height: 45px;
  }
}
@media (max-width: 1366px) {
  .home-about-us .our-impact .our-impact-left h1 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (max-width: 1280px) {
  .home-about-us .our-impact .our-impact-left h1 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 1101px) {
  .home-about-us .our-impact .our-impact-left h1 {
    font-size: 28px;
    line-height: 34px;
  }
}
@media (max-width: 500px) {
  .home-about-us .our-impact .our-impact-left h1 {
    letter-spacing: 0;
    font-size: 22px;
    line-height: 28px;
  }
}
.home-about-us .our-impact .our-impact-left p {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 26px;
}
@media (max-width: 1366px) {
  .home-about-us .our-impact .our-impact-left p {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .home-about-us .our-impact .our-impact-left p {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .home-about-us .our-impact .our-impact-left p {
    text-align: left;
  }
}
.home-about-us .our-impact .our-impact-left a {
  color: #12a4df;
  font-family: "Onest", sans-serif;
  font-size: 15px;
  border-radius: 5px;
  display: inline-block;
  text-transform: capitalize;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
  border: 1px solid transparent;
}
.home-about-us .our-impact .our-impact-left ul {
  margin: 0;
  padding: 0;
}
.home-about-us .our-impact .our-impact-left ul li {
  margin-bottom: 15px;
}
.home-about-us .our-impact .our-impact-left ul li:nth-last-child(1) {
  margin-bottom: 0;
}
.home-about-us .our-impact .our-impact-left span {
  font-size: 19px;
  font-family: "DM Sans", sans-serif;
  color: #008cd1;
  font-weight: 500;
  line-height: 28px;
}
@media (max-width: 1280px) {
  .home-about-us .our-impact .our-impact-left span {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 991px) {
  .home-about-us .our-impact .our-impact-left span {
    font-size: 17px;
    line-height: 24px;
  }
}
.home-about-us .our-impact .our-impact-left span br {
  display: none;
}
.home-about-us .our-impact .our-impact-left .portfolio-grid {
  width: 100%;
}
.home-about-us .our-impact .our-impact-left .portfolio-grid .portfolio-box {
  margin-bottom: 22px;
}
.home-about-us .our-impact .our-impact-left .portfolio-grid .portfolio-box a {
  text-decoration: none;
}
.home-about-us .our-impact .our-impact-left .portfolio-grid .portfolio-box a.portfolio-content {
  text-decoration: none;
  display: flex;
  gap: 5px;
  flex-direction: column;
}
.home-about-us .our-impact .our-impact-left .portfolio-grid .portfolio-box a h2 {
  font-size: 22px;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  color: #008cd1;
}
@media (max-width: 1280px) {
  .home-about-us .our-impact .our-impact-left .portfolio-grid .portfolio-box a h2 {
    font-size: 21px;
  }
}
@media (max-width: 991px) {
  .home-about-us .our-impact .our-impact-left .portfolio-grid .portfolio-box a h2 {
    font-size: 20px;
  }
}
.home-about-us .our-impact .our-impact-left .portfolio-grid .portfolio-box a p {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 26px;
  line-height: 23px;
  color: #212529;
}
@media (max-width: 1366px) {
  .home-about-us .our-impact .our-impact-left .portfolio-grid .portfolio-box a p {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .home-about-us .our-impact .our-impact-left .portfolio-grid .portfolio-box a p {
    font-size: 16px;
  }
}
.home-about-us .our-impact .our-impact-left .portfolio-grid .portfolio-box .icon {
  width: 25px;
  height: 25px;
  transform: rotate(180deg);
  background: #12a4df;
  border-radius: 50px;
  display: flex;
  justify-content: center;
}
.home-about-us .our-impact .our-impact-left .portfolio-grid .portfolio-box .icon img {
  width: 85%;
}
.home-about-us .our-impact .our-impact-right {
  width: 55%;
  border-radius: 10px;
}
.home-about-us .our-impact .our-impact-right.img-box {
  border-radius: 10px;
  background-image: none !important;
  overflow: hidden;
}
.home-about-us .our-impact .our-impact-right.img-box img {
  width: 100%;
  border-radius: 10px;
  transition: all 0.5s ease;
  height: 100%;
  object-fit: cover;
}
.home-about-us .our-impact .our-impact-right.img-box:hover img {
  transform: scale(1.1);
  transition: all 0.5s ease;
}
.home-about-us .our-impact .our-impact-right.career-img {
  background-image: url("../img/career-right-img.webp") !important;
}
@media (max-width: 991px) {
  .home-about-us .our-impact .our-impact-right {
    width: 100%;
    height: 35vh;
  }
}
.home-about-us.scs .common-h2 {
  font-size: 18px;
  color: #1e1e1e;
  line-height: 28px;
}

/************************home our services css**************************/
.home-our-services {
  width: 100%;
  padding: 4% 0;
  background-color: #f8f8f8;
}
.home-our-services .homepage-services-slider .slick-track {
  display: flex;
}
.home-our-services .homepage-services-slider .slick-slide {
  width: 600px !important;
  padding: 0;
  margin: 0 15px;
}
@media (max-width: 991px) {
  .home-our-services .homepage-services-slider .slick-slide {
    margin: 0 9px;
  }
}
.home-our-services .homepage-services-slider .slick-slide:hover a span {
  transform: rotate(45deg);
  transition: all 0.5s ease;
}
.home-our-services .homepage-services-slider .slick-slide:hover a span.no-rotate {
  transform: rotate(0);
}
.home-our-services .homepage-services-slider .image-box {
  overflow: hidden;
  cursor: pointer;
  border-radius: 10px;
}
.home-our-services .homepage-services-slider .image-box img {
  width: 100%;
}
.home-our-services .homepage-services-slider .slide-arrow {
  position: absolute;
  top: 45%;
  margin-top: -15px;
  z-index: 1;
}
.home-our-services .prev-arrow {
  left: -70px;
  transition: all 0.5s ease;
}
@media (max-width: 1366px) {
  .home-our-services .prev-arrow {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 1280px) {
  .home-our-services .prev-arrow {
    left: -45px;
  }
}
@media (max-width: 1101px) {
  .home-our-services .prev-arrow {
    left: 0px;
  }
}
@media (max-width: 991px) {
  .home-our-services .prev-arrow {
    left: 0px;
  }
}
.home-our-services .prev-arrow::before {
  position: absolute;
  background-image: url("../img/left-chevron.png");
  left: 50%;
  top: 50%;
  background-size: 12px 25px;
  display: inline-block;
  width: 12px;
  height: 25px;
  content: "";
}
.home-our-services .next-arrow {
  right: -70px;
  transition: all 0.5s ease;
}
@media (max-width: 1366px) {
  .home-our-services .next-arrow {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 1280px) {
  .home-our-services .next-arrow {
    right: -45px;
  }
}
@media (max-width: 1101px) {
  .home-our-services .next-arrow {
    right: 0px;
  }
}
@media (max-width: 991px) {
  .home-our-services .next-arrow {
    right: 0px;
  }
}
.home-our-services .next-arrow::before {
  position: absolute;
  background-image: url("../img/left-chevron.png");
  left: 50%;
  top: 50%;
  background-size: 12px 25px;
  display: inline-block;
  width: 12px;
  height: 25px;
  content: "";
  transform: rotate(180deg);
}
.home-our-services .homepage-services-slider .slide img {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.home-our-services .homepage-services-slider .slide img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  /* IE 9 */
  transform: scale(1.1);
}
.home-our-services .home-product-carousel-content {
  width: 100%;
  padding: 15px 5px;
}
@media (max-width: 1280px) {
  .home-our-services .home-product-carousel-content {
    padding: 10px 0;
  }
}
@media (max-width: 1101px) {
  .home-our-services .home-product-carousel-content {
    padding: 10px 0;
  }
}
.home-our-services .home-product-carousel-content h4 {
  font-size: 28px;
  font-family: "Onest", sans-serif;
  color: #008cd1;
  font-weight: 600;
  line-height: 30px;
}
@media (max-width: 1600px) {
  .home-our-services .home-product-carousel-content h4 {
    font-size: 27px;
  }
}
@media (max-width: 1470px) {
  .home-our-services .home-product-carousel-content h4 {
    font-size: 26px;
  }
}
@media (max-width: 1366px) {
  .home-our-services .home-product-carousel-content h4 {
    font-size: 22px;
  }
}
@media (max-width: 1101px) {
  .home-our-services .home-product-carousel-content h4 {
    font-size: 20px;
  }
}
@media (max-width: 500px) {
  .home-our-services .home-product-carousel-content h4 {
    font-size: 25px;
  }
}
.home-our-services .home-product-carousel-content p {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 26px;
  margin: 12px 0;
  color: #1e1e1e;
}
@media (max-width: 1366px) {
  .home-our-services .home-product-carousel-content p {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .home-our-services .home-product-carousel-content p {
    font-size: 16px;
  }
}
@media (max-width: 1536px) {
  .home-our-services .home-product-carousel-content p {
    margin: 10px 0;
  }
}
@media (max-width: 1470px) {
  .home-our-services .home-product-carousel-content p {
    font-size: 17px;
    line-height: 24px;
  }
}
@media (max-width: 1366px) {
  .home-our-services .home-product-carousel-content p {
    font-size: 16px;
    margin: 5px 0;
    line-height: 24px;
  }
}
@media (max-width: 1280px) {
  .home-our-services .home-product-carousel-content p {
    font-size: 16px;
    margin: 5px 0;
  }
}
@media (max-width: 1101px) {
  .home-our-services .home-product-carousel-content p {
    font-size: 15px;
  }
}
@media (max-width: 500px) {
  .home-our-services .home-product-carousel-content p {
    font-size: 16px;
  }
}
@media (max-width: 500px) and (max-width: 500px) {
  .home-our-services .home-product-carousel-content p {
    text-align: left;
  }
}
.home-our-services .home-product-carousel-content a {
  color: #008cd1;
  font-size: 17px;
  text-decoration: none;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  margin-top: 0px;
  display: block;
}
.home-our-services .home-product-carousel-content a span {
  transition: all 0.5s ease;
  display: inline-block;
  font-weight: 500;
  margin-top: 0;
}
@media (max-width: 1536px) {
  .home-our-services .home-product-carousel-content a {
    margin-top: -5px;
  }
}
@media (max-width: 1366px) {
  .home-our-services .home-product-carousel-content a {
    font-size: 16px;
    margin-top: 0px;
  }
}
@media (max-width: 1280px) {
  .home-our-services .home-product-carousel-content a {
    margin-top: 0px;
  }
}
@media (max-width: 1101px) {
  .home-our-services .home-product-carousel-content a {
    font-size: 15px;
  }
}
@media (max-width: 500px) {
  .home-our-services .home-product-carousel-content a {
    font-size: 16px;
  }
}

/************************home partners css**************************/
.home-partners {
  width: 100%;
  padding: 4% 0;
  background-color: #fff;
}
.home-partners h1 {
  font-family: "DM Sans", sans-serif;
  font-size: 40px;
  text-transform: capitalize;
  color: #1e1e1e;
  font-weight: 600;
  position: relative;
  padding-left: 10px;
}
@media (max-width: 1536px) {
  .home-partners h1 {
    padding-left: 15px;
  }
}
@media (max-width: 1280px) {
  .home-partners h1 {
    padding-left: 10px;
  }
}
.home-partners h1::before {
  width: 5px;
  height: 100%;
  position: absolute;
  background-color: #008cd1;
  left: 0;
  top: 0;
  content: "";
}
@media (max-width: 1470px) {
  .home-partners h1::before {
    width: 4px;
    height: 85%;
    top: 5px;
    content: "";
  }
}
@media (max-width: 1366px) {
  .home-partners h1::before {
    width: 4px;
    height: 60%;
    top: 6px;
    content: "";
  }
}
@media (max-width: 1280px) {
  .home-partners h1::before {
    top: 8px;
    width: 3px;
  }
}
@media (max-width: 1101px) {
  .home-partners h1::before {
    height: 65%;
    top: 5px;
  }
}
@media (max-width: 768px) {
  .home-partners h1::before {
    top: 6px;
  }
}
@media (max-width: 1600px) {
  .home-partners h1 {
    font-size: 35px;
  }
}
@media (max-width: 1470px) {
  .home-partners h1 {
    font-size: 36px;
    line-height: 45px;
  }
}
@media (max-width: 1366px) {
  .home-partners h1 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (max-width: 1280px) {
  .home-partners h1 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 1101px) {
  .home-partners h1 {
    font-size: 28px;
    line-height: 34px;
  }
}
@media (max-width: 500px) {
  .home-partners h1 {
    letter-spacing: 0;
    font-size: 22px;
    line-height: 28px;
  }
}
.home-partners .common-h2 {
  color: #008cd1 !important;
}
.home-partners p {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 26px;
}
@media (max-width: 1366px) {
  .home-partners p {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .home-partners p {
    font-size: 16px;
  }
}

/************************why choose us css*************************/
.why-choose-us {
  width: 100%;
  overflow: hidden;
  padding: 4% 0;
}
.why-choose-us .why-choose-us-box {
  width: 100%;
  display: flex;
  gap: 80px;
}
@media (max-width: 1536px) {
  .why-choose-us .why-choose-us-box {
    gap: 60px;
  }
}
@media (max-width: 1280px) {
  .why-choose-us .why-choose-us-box {
    gap: 45px;
  }
}
@media (max-width: 768px) {
  .why-choose-us .why-choose-us-box {
    gap: 0px;
    flex-direction: column;
  }
}
.why-choose-us .why-choose-us-box .why-choose-us-left {
  width: 45%;
  background-image: url("../img/why-choose-us-left-img.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .why-choose-us .why-choose-us-box .why-choose-us-left {
    height: 35vh;
    width: 100%;
  }
}
.why-choose-us .why-choose-us-box .why-choose-us-left img {
  width: 100%;
}
.why-choose-us .why-choose-us-box .why-choose-us-right {
  width: 55%;
  float: right;
}
@media (max-width: 768px) {
  .why-choose-us .why-choose-us-box .why-choose-us-right {
    width: 100%;
  }
}
.why-choose-us .why-choose-us-box .why-choose-us-right .why-choose-us-container {
  width: 100%;
}
@media (max-width: 768px) {
  .why-choose-us .why-choose-us-box .why-choose-us-right .why-choose-us-container {
    margin-top: 25px;
  }
}
.why-choose-us .why-choose-us-box .why-choose-us-right h1 {
  font-family: "DM Sans", sans-serif;
  font-size: 40px;
  text-transform: capitalize;
  color: #1e1e1e;
  font-weight: 600;
  position: relative;
  padding-left: 10px;
}
@media (max-width: 1536px) {
  .why-choose-us .why-choose-us-box .why-choose-us-right h1 {
    padding-left: 15px;
  }
}
@media (max-width: 1280px) {
  .why-choose-us .why-choose-us-box .why-choose-us-right h1 {
    padding-left: 10px;
  }
}
.why-choose-us .why-choose-us-box .why-choose-us-right h1::before {
  width: 5px;
  height: 100%;
  position: absolute;
  background-color: #008cd1;
  left: 0;
  top: 0;
  content: "";
}
@media (max-width: 1470px) {
  .why-choose-us .why-choose-us-box .why-choose-us-right h1::before {
    width: 4px;
    height: 85%;
    top: 5px;
    content: "";
  }
}
@media (max-width: 1366px) {
  .why-choose-us .why-choose-us-box .why-choose-us-right h1::before {
    width: 4px;
    height: 60%;
    top: 6px;
    content: "";
  }
}
@media (max-width: 1280px) {
  .why-choose-us .why-choose-us-box .why-choose-us-right h1::before {
    top: 8px;
    width: 3px;
  }
}
@media (max-width: 1101px) {
  .why-choose-us .why-choose-us-box .why-choose-us-right h1::before {
    height: 65%;
    top: 5px;
  }
}
@media (max-width: 768px) {
  .why-choose-us .why-choose-us-box .why-choose-us-right h1::before {
    top: 6px;
  }
}
@media (max-width: 1600px) {
  .why-choose-us .why-choose-us-box .why-choose-us-right h1 {
    font-size: 35px;
  }
}
@media (max-width: 1470px) {
  .why-choose-us .why-choose-us-box .why-choose-us-right h1 {
    font-size: 36px;
    line-height: 45px;
  }
}
@media (max-width: 1366px) {
  .why-choose-us .why-choose-us-box .why-choose-us-right h1 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (max-width: 1280px) {
  .why-choose-us .why-choose-us-box .why-choose-us-right h1 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 1101px) {
  .why-choose-us .why-choose-us-box .why-choose-us-right h1 {
    font-size: 28px;
    line-height: 34px;
  }
}
@media (max-width: 500px) {
  .why-choose-us .why-choose-us-box .why-choose-us-right h1 {
    letter-spacing: 0;
    font-size: 22px;
    line-height: 28px;
  }
}
.why-choose-us .why-choose-us-box .why-choose-us-right p {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 15px;
}
@media (max-width: 1366px) {
  .why-choose-us .why-choose-us-box .why-choose-us-right p {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .why-choose-us .why-choose-us-box .why-choose-us-right p {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .why-choose-us .why-choose-us-box .why-choose-us-right p {
    text-align: left;
  }
}
.why-choose-us .why-choose-us-box .why-choose-us-right ul.features-list {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 1600px) {
  .why-choose-us .why-choose-us-box .why-choose-us-right ul.features-list {
    gap: 15px;
  }
}
@media (max-width: 1470px) {
  .why-choose-us .why-choose-us-box .why-choose-us-right ul.features-list {
    gap: 7px;
  }
}
@media (max-width: 1280px) {
  .why-choose-us .why-choose-us-box .why-choose-us-right ul.features-list {
    gap: 9px;
  }
}
@media (max-width: 500px) {
  .why-choose-us .why-choose-us-box .why-choose-us-right ul.features-list {
    flex-direction: column;
  }
}
.why-choose-us .why-choose-us-box .why-choose-us-right ul.features-list li {
  list-style: none;
  flex-grow: 1;
  text-align: center;
  margin-bottom: 0;
}
.why-choose-us .why-choose-us-box .why-choose-us-right ul.features-list li span {
  padding: 20px;
  -webkit-box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.09);
  border-radius: 40px;
  display: block;
  font-size: 20px;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  background-color: rgba(18, 164, 223, 0.168627451);
}
.why-choose-us .why-choose-us-box .why-choose-us-right ul.features-list li span i {
  margin-right: 5px;
  color: #008cd1;
}
@media (max-width: 1600px) {
  .why-choose-us .why-choose-us-box .why-choose-us-right ul.features-list li span {
    font-size: 18px;
  }
}
@media (max-width: 1366px) {
  .why-choose-us .why-choose-us-box .why-choose-us-right ul.features-list li span {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .why-choose-us .why-choose-us-box .why-choose-us-right ul.features-list li span {
    font-size: 15px;
  }
}

/*************************lets create future CSS************************/
/***************************home in the news css*****************************/
.home-in-the-news {
  width: 100%;
  padding: 4% 0;
  background-color: #f8f8f8;
}
.home-in-the-news .home-news-grid {
  width: 100%;
  display: grid;
  grid-auto-rows: 400px;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-gap: 2em;
  margin-top: 70px;
}
@media (max-width: 1600px) {
  .home-in-the-news .home-news-grid {
    margin-top: 50px;
    grid-gap: 1em;
  }
}
@media (max-width: 1470px) {
  .home-in-the-news .home-news-grid {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  }
}
@media (max-width: 1366px) {
  .home-in-the-news .home-news-grid {
    grid-template-columns: repeat(auto-fill, minmax(265px, 1fr));
  }
}
@media (max-width: 1101px) {
  .home-in-the-news .home-news-grid {
    margin-top: 35px;
  }
}
@media (max-width: 500px) {
  .home-in-the-news .home-news-grid {
    margin-top: 20px;
  }
}
.home-in-the-news .home-news-grid .home-news {
  width: 100%;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.home-in-the-news .home-news-grid .home-news:hover img {
  transform: scale(1.1);
  transition: 0.5s;
}
.home-in-the-news .home-news-grid .home-news:hover .home-news-content i {
  background-color: #008cd1;
  transition: 0.5s;
}
.home-in-the-news .home-news-grid .home-news img {
  width: 100%;
  border-radius: 10px;
  transition: 0.5s;
  height: 100%;
  object-fit: cover;
}
.home-in-the-news .home-news-grid .home-news::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  background: linear-gradient(180deg, rgba(7, 7, 7, 0), rgba(7, 7, 7, 0) 0%, rgba(7, 7, 7, 0.57) 55%, #070707);
  height: 100%;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.home-in-the-news .home-news-grid .home-news .home-news-content {
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 20px;
}
.home-in-the-news .home-news-grid .home-news .home-news-content h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  font-family: "Onest", sans-serif;
  line-height: 26px;
}
@media (max-width: 1470px) {
  .home-in-the-news .home-news-grid .home-news .home-news-content h4 {
    font-size: 19px;
  }
}
@media (max-width: 1366px) {
  .home-in-the-news .home-news-grid .home-news .home-news-content h4 {
    font-size: 18px;
  }
}
.home-in-the-news .home-news-grid .home-news .home-news-content i {
  width: 45px;
  height: 45px;
  background-color: #008cd1;
  transition: 0.5s;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  color: #fff;
  font-size: 20px;
}
.home-in-the-news .home-news-grid .home-news a {
  width: 100%;
  height: 100%;
  display: inline-block;
}

/*******************New Homepage Carousel Css**********************/
.wrap {
  width: 100%;
  height: 100%;
}

.hero {
  position: relative;
  overflow: hidden;
  background: #0b0f1a;
  height: 100%;
}

/* ---------- PROGRESS BAR ---------- */
.progress-bar-div {
  position: absolute;
  top: 376px;
  left: 143px;
  display: flex;
  gap: 10px;
  z-index: 5;
  pointer-events: auto;
  width: 420px;
}
@media (max-width: 1600px) {
  .progress-bar-div {
    top: 300px;
  }
}
@media (max-width: 1536px) {
  .progress-bar-div {
    top: 240px;
  }
}
@media (max-width: 1470px) {
  .progress-bar-div {
    top: 330px;
  }
}
@media (max-width: 1366px) {
  .progress-bar-div {
    top: 290px;
  }
}
@media (max-width: 991px) {
  .progress-bar-div {
    left: 50px;
  }
}
@media (max-width: 768px) {
  .progress-bar-div {
    width: 250px;
    left: 10px;
    top: auto;
    bottom: 15px;
    display: none;
  }
}

.prog-seg {
  flex: 1;
  height: 2px;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  overflow: hidden;
  cursor: pointer;
  backdrop-filter: blur(6px);
}
@media (max-width: 768px) {
  .prog-seg {
    height: 17px;
    width: 17px;
    flex: none;
  }
}

.prog-fill {
  width: 0%;
  height: 100%;
  background: #fff;
  border-radius: 999px;
  will-change: width;
}

/* ---------- SLICK ---------- */
.slider {
  width: 100%;
  height: 100%;
}

.slick-list,
.slick-track {
  height: 100%;
}

.slick-dots,
.slick-prev,
.slick-next {
  display: none !important;
}

/* ---------- SLIDE ---------- */
#slider .slide {
  position: relative;
}

#slider .slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#slider .slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4705882353);
  pointer-events: none;
}

.content {
  position: absolute;
  inset: 0;
  padding: 0px 144px;
  z-index: 3;
}
@media (max-width: 991px) {
  .content {
    padding: 0px 50px;
  }
}
@media (max-width: 768px) {
  .content {
    padding: 0px 37px;
  }
}

.content-inner {
  opacity: 1;
  transform: translateY(0);
  will-change: opacity, transform;
  position: absolute;
  top: 45%;
}
@media (max-width: 1600px) {
  .content-inner {
    top: 40%;
  }
}
@media (max-width: 1470px) {
  .content-inner {
    top: 45%;
  }
}
@media (max-width: 768px) {
  .content-inner {
    top: auto;
    bottom: 125px;
  }
}
@media (max-width: 575px) {
  .content-inner {
    top: auto;
    bottom: 50px;
    padding: 0 70px 0 0;
  }
}

.slide.prep .content-inner {
  opacity: 0;
  transform: translateY(22px);
}

.kicker {
  font-size: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  opacity: 0.85;
  margin: 0 0 10px 0;
  font-weight: 700;
  color: #008cd1;
}

.content-inner h1 {
  font-size: 60px;
  font-family: "DM Sans", sans-serif;
  color: #fff;
  line-height: 1.08;
  margin: 0 0 20px 0;
  font-weight: 500;
  letter-spacing: 1px;
}
@media (max-width: 1600px) {
  .content-inner h1 {
    margin: 0 0 15px 0;
    font-size: 55px;
  }
}
@media (max-width: 1536px) {
  .content-inner h1 {
    font-size: 50px;
  }
}
@media (max-width: 1366px) {
  .content-inner h1 {
    font-size: 40px;
  }
}
@media (max-width: 1101px) {
  .content-inner h1 {
    font-size: 35px;
  }
}
@media (max-width: 500px) {
  .content-inner h1 {
    margin: 0 0 10px 0;
    font-size: 32px;
  }
}

.desc {
  margin: 0 0 22px 0;
  font-size: 20px !important;
  line-height: 1.5;
  opacity: 0.92;
  margin: 0 0 35px !important;
  font-family: "DM Sans", sans-serif;
  color: #fff;
}
@media (max-width: 1600px) {
  .desc {
    margin: 0 0 30px !important;
  }
}
@media (max-width: 1536px) {
  .desc {
    font-size: 19px !important;
  }
}
@media (max-width: 1366px) {
  .desc {
    font-size: 18px !important;
    margin: 0 0 25px !important;
  }
}
@media (max-width: 1280px) {
  .desc {
    font-size: 17px !important;
  }
}
@media (max-width: 1101px) {
  .desc {
    font-size: 16px !important;
  }
}
@media (max-width: 500px) {
  .desc {
    margin: 0 0 15px !important;
  }
}

/* ---------- BUTTON ---------- */
.content-inner .btn {
  border: 0;
  background: #008cd1;
  color: #fff;
  padding: 8px 12px;
  border-radius: 999px;
  font-weight: 500;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-family: "DM Sans", sans-serif;
  transition: all 0.5s ease;
}
@media (max-width: 1280px) {
  .content-inner .btn {
    font-size: 15px;
  }
}
.content-inner .btn:hover {
  background-color: #fff;
  color: #008cd1;
  transition: all 0.5s ease;
}

.btn a {
  color: inherit;
  text-decoration: none;
}

/* ---------- MOBILE ---------- */
@media (max-width: 720px) {
  .content {
    padding: 28px 10px;
  }
  .progress {
    width: calc(100% - 24px);
  }
}
ul {
  margin: 0;
  padding: 0;
  margin-top: 10px;
}
ul li {
  text-align: left;
  font-family: "Onest", sans-serif;
}
ul li span {
  display: block;
  font-size: 20px;
  color: #008cd1;
  font-weight: 500;
  font-family: "DM Sans", sans-serif;
  margin-bottom: 5px;
}
@media (max-width: 600px) {
  ul li span {
    font-size: 18px;
  }
}
ul li:nth-last-child(1) {
  margin-bottom: 0;
}

.office-locations {
  width: 100%;
  padding: 2% 0 5% 0;
}
.office-locations .locations-main-box {
  width: 100%;
  margin-top: 160px;
}
@media (max-width: 1280px) {
  .office-locations .locations-main-box {
    margin-top: 215px;
  }
}
@media (max-width: 768px) {
  .office-locations .locations-main-box {
    float: left;
    margin-top: 50px;
    padding-bottom: 5%;
  }
}
@media (max-width: 500px) {
  .office-locations .locations-main-box {
    margin-top: 30px;
  }
}
.office-locations .locations-main-box h1 {
  font-family: "DM Sans", sans-serif;
  font-size: 40px;
  text-transform: capitalize;
  color: #1e1e1e;
  font-weight: 600;
  position: relative;
  padding-left: 10px;
}
@media (max-width: 1536px) {
  .office-locations .locations-main-box h1 {
    padding-left: 15px;
  }
}
@media (max-width: 1280px) {
  .office-locations .locations-main-box h1 {
    padding-left: 10px;
  }
}
.office-locations .locations-main-box h1::before {
  width: 5px;
  height: 100%;
  position: absolute;
  background-color: #008cd1;
  left: 0;
  top: 0;
  content: "";
}
@media (max-width: 1470px) {
  .office-locations .locations-main-box h1::before {
    width: 4px;
    height: 85%;
    top: 5px;
    content: "";
  }
}
@media (max-width: 1366px) {
  .office-locations .locations-main-box h1::before {
    width: 4px;
    height: 60%;
    top: 6px;
    content: "";
  }
}
@media (max-width: 1280px) {
  .office-locations .locations-main-box h1::before {
    top: 8px;
    width: 3px;
  }
}
@media (max-width: 1101px) {
  .office-locations .locations-main-box h1::before {
    height: 65%;
    top: 5px;
  }
}
@media (max-width: 768px) {
  .office-locations .locations-main-box h1::before {
    top: 6px;
  }
}
@media (max-width: 1600px) {
  .office-locations .locations-main-box h1 {
    font-size: 35px;
  }
}
@media (max-width: 1470px) {
  .office-locations .locations-main-box h1 {
    font-size: 36px;
    line-height: 45px;
  }
}
@media (max-width: 1366px) {
  .office-locations .locations-main-box h1 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (max-width: 1280px) {
  .office-locations .locations-main-box h1 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 1101px) {
  .office-locations .locations-main-box h1 {
    font-size: 28px;
    line-height: 34px;
  }
}
@media (max-width: 500px) {
  .office-locations .locations-main-box h1 {
    letter-spacing: 0;
    font-size: 22px;
    line-height: 28px;
  }
}
.office-locations .locations-main-box .location-div {
  width: 100%;
  display: flex;
  margin-top: 55px;
  gap: 90px;
}
@media (max-width: 1600px) {
  .office-locations .locations-main-box .location-div {
    margin-top: 45px;
  }
}
@media (max-width: 1536px) {
  .office-locations .locations-main-box .location-div {
    gap: 55px;
  }
}
@media (max-width: 1470px) {
  .office-locations .locations-main-box .location-div {
    margin-top: 50px;
  }
}
@media (max-width: 1280px) {
  .office-locations .locations-main-box .location-div {
    margin-top: 45px;
  }
}
@media (max-width: 1101px) {
  .office-locations .locations-main-box .location-div {
    margin-top: 20px;
  }
}
@media (max-width: 1024px) {
  .office-locations .locations-main-box .location-div {
    margin-top: 40px;
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .office-locations .locations-main-box .location-div {
    flex-direction: column;
    gap: 0px;
  }
}
@media (max-width: 500px) {
  .office-locations .locations-main-box .location-div {
    margin-top: 25px;
  }
}
.office-locations .locations-main-box .location-div.home-location-div {
  margin-top: 0 !important;
}
.office-locations .locations-main-box .location-div.home-location-div h1 {
  margin-bottom: 70px;
}
@media (max-width: 1101px) {
  .office-locations .locations-main-box .location-div.home-location-div h1 {
    margin-bottom: 35px;
  }
}
.office-locations .locations-main-box .locations-left {
  width: 50%;
  z-index: 1;
}
@media (max-width: 768px) {
  .office-locations .locations-main-box .locations-left {
    width: 100%;
  }
}
@media (max-width: 1600px) {
  .office-locations .locations-main-box .locations-left ul li {
    margin-bottom: 10px;
  }
}
.office-locations .locations-main-box .locations-left .nav-item:nth-last-child(1) .nav-link:after {
  display: none;
}
.office-locations .locations-main-box .locations-left .nav-item .nav-link {
  border-radius: 0;
  font-family: "Onest", sans-serif;
  color: #1e1e1e;
  font-size: 16px;
  outline: none;
  font-weight: 500;
  position: relative;
  padding: 10px 15px;
  text-transform: capitalize;
}
@media (max-width: 1600px) {
  .office-locations .locations-main-box .locations-left .nav-item .nav-link {
    font-size: 15px;
    padding: 8px 12px;
  }
}
@media (max-width: 1024px) {
  .office-locations .locations-main-box .locations-left .nav-item .nav-link {
    padding: 8px 10px;
  }
}
.office-locations .locations-main-box .locations-left .nav-item .nav-link:after {
  position: absolute;
  content: "";
  right: -2px;
  top: 9px;
  width: 2px;
  height: 60%;
  background-color: #7e7e7e;
}
@media (max-width: 1600px) {
  .office-locations .locations-main-box .locations-left .nav-item .nav-link:after {
    height: 50%;
  }
}
@media (max-width: 1280px) {
  .office-locations .locations-main-box .locations-left .nav-item .nav-link:after {
    height: 50%;
    top: 10px;
  }
}
.office-locations .locations-main-box .locations-left .nav-item .nav-link.active {
  background-color: #008cd1;
  color: #fff;
}
.office-locations .locations-main-box .locations-left .nav-item .nav-link.active:after {
  display: none;
}
.office-locations .locations-main-box .locations-left .tab-content {
  margin-top: 50px;
}
@media (max-width: 1600px) {
  .office-locations .locations-main-box .locations-left .tab-content {
    margin-top: 40px;
  }
}
@media (max-width: 1024px) {
  .office-locations .locations-main-box .locations-left .tab-content {
    margin-top: 30px;
  }
}
@media (max-width: 500px) {
  .office-locations .locations-main-box .locations-left .tab-content {
    margin-top: 20px;
  }
}
.office-locations .locations-main-box .locations-left h2 {
  font-family: "Onest", sans-serif;
  color: #008cd1;
  font-size: 28px;
  margin-bottom: 25px;
  text-transform: uppercase;
  font-weight: 600;
}
@media (max-width: 1600px) {
  .office-locations .locations-main-box .locations-left h2 {
    font-size: 26px;
  }
}
@media (max-width: 1366px) {
  .office-locations .locations-main-box .locations-left h2 {
    font-size: 24px;
  }
}
@media (max-width: 500px) {
  .office-locations .locations-main-box .locations-left h2 {
    margin-bottom: 20px;
    font-size: 21px;
  }
}
.office-locations .locations-main-box .locations-left .address-box .footer-box .footer-social-media-list i {
  margin-right: 0;
}
.office-locations .locations-main-box .locations-left .address-box .footer-box .footer-social-media-list li:hover {
  margin-left: 0;
}
@media (max-width: 768px) {
  .office-locations .locations-main-box .locations-left .address-box {
    margin-bottom: 40px;
  }
}
@media (max-width: 500px) {
  .office-locations .locations-main-box .locations-left .address-box {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .office-locations .locations-main-box .locations-left .address-box.lst-box {
    margin-bottom: 0px;
  }
}
@media (max-width: 500px) {
  .office-locations .locations-main-box .locations-left .address-box.lst-box {
    margin-bottom: 0px !important;
  }
}
.office-locations .locations-main-box .locations-left .address-box h4 {
  font-family: "Onest", sans-serif;
  color: #008cd1;
  margin-bottom: 18px;
  font-weight: 600;
  font-size: 22px;
}
@media (max-width: 1470px) {
  .office-locations .locations-main-box .locations-left .address-box h4 {
    font-size: 22px;
  }
}
@media (max-width: 1366px) {
  .office-locations .locations-main-box .locations-left .address-box h4 {
    margin-bottom: 20px;
    font-size: 22px;
  }
}
@media (max-width: 1199px) {
  .office-locations .locations-main-box .locations-left .address-box h4 {
    font-size: 21px;
  }
}
@media (max-width: 768px) {
  .office-locations .locations-main-box .locations-left .address-box h4 {
    font-size: 22px;
  }
}
@media (max-width: 500px) {
  .office-locations .locations-main-box .locations-left .address-box h4 {
    margin-bottom: 13px;
    font-size: 23px;
  }
}
.office-locations .locations-main-box .locations-left .address-box ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (max-width: 500px) {
  .office-locations .locations-main-box .locations-left .address-box ul {
    gap: 10px;
  }
}
.office-locations .locations-main-box .locations-left .address-box ul li {
  transition: all 0.5s ease;
  color: #fff;
  display: flex;
  align-items: center;
}
@media (max-width: 1366px) {
  .office-locations .locations-main-box .locations-left .address-box ul li {
    margin-bottom: 6px;
  }
}
@media (max-width: 1024px) {
  .office-locations .locations-main-box .locations-left .address-box ul li {
    margin-bottom: 4px;
  }
}
.office-locations .locations-main-box .locations-left .address-box ul li:hover {
  margin-left: 5px;
  transition: all 0.5s ease;
}
.office-locations .locations-main-box .locations-left .address-box ul li:hover a {
  color: #008cd1 !important;
  text-decoration: underline;
}
.office-locations .locations-main-box .locations-left .address-box ul li a {
  color: #1e1e1e !important;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 1366px) {
  .office-locations .locations-main-box .locations-left .address-box ul li a {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .office-locations .locations-main-box .locations-left .address-box ul li a {
    font-size: 16px;
  }
}
@media (max-width: 1536px) {
  .office-locations .locations-main-box .locations-left .address-box ul li a {
    font-size: 16px;
  }
}
@media (max-width: 1470px) {
  .office-locations .locations-main-box .locations-left .address-box ul li a {
    font-size: 17px;
  }
}
@media (max-width: 1366px) {
  .office-locations .locations-main-box .locations-left .address-box ul li a {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .office-locations .locations-main-box .locations-left .address-box ul li a {
    font-size: 15px;
  }
}
.office-locations .locations-main-box .locations-left .address-box ul li:nth-last-child(1) {
  margin-bottom: 0;
}
.office-locations .locations-main-box .locations-left .address-box ul li i {
  font-size: 20px;
  margin-right: 15px;
  color: #008cd1;
}
@media (max-width: 1470px) {
  .office-locations .locations-main-box .locations-left .address-box ul li i {
    margin-right: 10px;
  }
}
.office-locations .locations-main-box .locations-left .address-box p {
  font-family: "Onest", sans-serif;
  font-size: 16px;
  color: #1e1e1e;
  line-height: 30px;
  display: flex;
  font-weight: 500;
}
@media (max-width: 1536px) {
  .office-locations .locations-main-box .locations-left .address-box p {
    font-size: 16px;
  }
}
@media (max-width: 1470px) {
  .office-locations .locations-main-box .locations-left .address-box p {
    font-size: 17px;
  }
}
@media (max-width: 1366px) {
  .office-locations .locations-main-box .locations-left .address-box p {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 1024px) {
  .office-locations .locations-main-box .locations-left .address-box p {
    font-size: 15px;
    line-height: 24px;
  }
}
.office-locations .locations-main-box .locations-left .address-box p i {
  font-size: 22px;
  margin-right: 10px;
  color: #008cd1;
}
@media (max-width: 1470px) {
  .office-locations .locations-main-box .locations-left .address-box p i {
    margin-right: 10px;
  }
}
@media (max-width: 600px) {
  .office-locations .locations-main-box .locations-left .address-box p br {
    display: none;
  }
}
.office-locations .locations-main-box .locations-right {
  width: 50%;
}
@media (max-width: 768px) {
  .office-locations .locations-main-box .locations-right {
    width: 100%;
  }
}
.office-locations .locations-main-box .locations-right #location-map {
  width: 100%;
  height: 500px;
  border-radius: 15px;
}
@media (max-width: 1470px) {
  .office-locations .locations-main-box .locations-right #location-map {
    height: 450px;
  }
}
@media (max-width: 1024px) {
  .office-locations .locations-main-box .locations-right #location-map {
    height: 400px;
  }
}
@media (max-width: 500px) {
  .office-locations .locations-main-box .locations-right #location-map {
    height: 300px;
  }
}
.office-locations .locations-main-box .locations-right #location-map iframe {
  border-radius: 15px;
}
.office-locations .locations-main-box .locations-right.home-locations-right .get-in-touch-form h4 {
  display: none;
}
.office-locations .locations-main-box .locations-right.home-locations-right .get-in-touch-form h2 {
  display: none;
}
.office-locations .locations-main-box.home-locations {
  margin-top: 0 !important;
}
.office-locations.home-section {
  padding: 4% 0;
  background-color: #f2f2f2;
  position: relative;
}
.office-locations.home-section::before {
  position: absolute;
  width: 50%;
  height: 100%;
  content: "";
  background-color: #fff;
  left: 0;
  top: 0;
  -webkit-box-shadow: inset -5px 0px 12px -2px rgb(230, 230, 230);
  -moz-box-shadow: inset -5px 0px 12px -2px rgb(230, 230, 230);
  box-shadow: inset -5px 0px 12px -2px rgb(230, 230, 230);
}
@media (max-width: 768px) {
  .office-locations.home-section::before {
    box-shadow: none;
    width: 100%;
  }
}

.get-in-touch-form-desktop {
  top: 40%;
  background-color: #fff;
  padding: 30px;
  border-radius: 5px;
  width: 85%;
  float: right;
  position: relative;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  z-index: 0;
}
@media (max-width: 1280px) {
  .get-in-touch-form-desktop {
    width: 100%;
  }
}
@media (max-width: 1101px) {
  .get-in-touch-form-desktop {
    top: 35%;
  }
}
@media (max-width: 500px) {
  .get-in-touch-form-desktop {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .get-in-touch-form-desktop {
    display: none;
  }
}

.get-in-touch-form h4 {
  font-size: 17px;
  font-family: "Onest", sans-serif;
  color: #1e1e1e;
  position: relative;
  padding-left: 8px;
}
@media (max-width: 1101px) {
  .get-in-touch-form h4 {
    font-size: 16px;
  }
}
.get-in-touch-form h4:before {
  width: 2px;
  height: 25px;
  position: absolute;
  background-color: #008cd1;
  left: 0;
  top: -2px;
  content: "";
}
.get-in-touch-form h2 {
  font-size: 24px;
  font-family: "DM Sans", sans-serif;
  color: #008cd1;
  margin: 13px 0 20px 0;
}
@media (max-width: 1536px) {
  .get-in-touch-form h2 {
    margin: 13px 0 30px 0;
  }
}
@media (max-width: 1101px) {
  .get-in-touch-form h2 {
    font-size: 20px;
    margin: 13px 0 25px 0;
  }
}
.get-in-touch-form .form-submit-btn {
  padding: 10px 20px;
  background-color: #008cd1;
  color: #fff;
  font-family: "Onest", sans-serif;
  width: auto;
  outline: none;
  border: none;
  border-radius: 35px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  margin-top: 0px;
  transition: all 0.5s ease;
}
@media (max-width: 1600px) {
  .get-in-touch-form .form-submit-btn {
    font-size: 15px;
  }
}
@media (max-width: 1101px) {
  .get-in-touch-form .form-submit-btn {
    padding: 8px 20px;
  }
}
.get-in-touch-form .form-submit-btn:hover {
  background-color: #1e1e1e;
  transition: all 0.5s ease;
}
.get-in-touch-form .form-submit-btn:disabled {
  opacity: 0.8;
  cursor: not-allowed;
  min-width: 120px;
}
.get-in-touch-form .form-submit-btn span {
  white-space: nowrap;
}
.get-in-touch-form form {
  width: 100%;
}
.get-in-touch-form form input {
  padding: 10px 0px;
  color: #1e1e1e;
  font-family: "Onest", sans-serif;
  font-size: 16px;
  border: none;
  font-weight: 400;
  border-bottom: 1px solid #1e1e1e;
  border-radius: 0;
  background-color: transparent;
}
@media (max-width: 1600px) {
  .get-in-touch-form form input {
    font-size: 15px;
  }
}
@media (max-width: 1280px) {
  .get-in-touch-form form input {
    font-size: 16px;
  }
}
@media (max-width: 1101px) {
  .get-in-touch-form form input {
    font-size: 15px;
  }
}
.get-in-touch-form form input::placeholder {
  opacity: 1;
  color: var(--black);
}
.get-in-touch-form form input::-ms-input-placeholder {
  color: var(--black);
  opacity: 1;
}
.get-in-touch-form form select {
  width: 100%;
  padding: 10px 0px;
  color: #1e1e1e;
  font-family: "Onest", sans-serif;
  font-size: 16px;
  border: none;
  font-weight: 400;
  border-bottom: 1px solid #1e1e1e;
  border-radius: 0;
  background-color: transparent;
}
@media (max-width: 1600px) {
  .get-in-touch-form form select {
    font-size: 15px;
  }
}
@media (max-width: 1280px) {
  .get-in-touch-form form select {
    font-size: 16px;
  }
}
@media (max-width: 1101px) {
  .get-in-touch-form form select {
    font-size: 15px;
  }
}
.get-in-touch-form form select::placeholder {
  opacity: 1;
  color: var(--black);
}
.get-in-touch-form form select::-ms-input-placeholder {
  color: var(--black);
  opacity: 1;
}
.get-in-touch-form form textarea {
  font-family: "Onest", sans-serif;
  color: #1e1e1e;
  font-size: 16px;
  border: none;
  font-weight: 400;
  border-bottom: 1px solid #1e1e1e;
  background-color: transparent;
  border-radius: 0;
  height: 80px;
}
@media (max-width: 1600px) {
  .get-in-touch-form form textarea {
    font-size: 15px;
    height: 65px;
  }
}
@media (max-width: 1101px) {
  .get-in-touch-form form textarea {
    height: 50px;
  }
}
.get-in-touch-form form textarea::placeholder {
  opacity: 1;
  color: var(--black);
}
.get-in-touch-form form textarea::-ms-input-placeholder {
  color: var(--black);
  opacity: 1;
}
.get-in-touch-form input::-webkit-outer-spin-button,
.get-in-touch-form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.get-in-touch-form .form-control:focus {
  box-shadow: none;
  background-color: transparent;
}
.get-in-touch-form .row {
  gap: 30px 0;
}
@media (max-width: 1366px) {
  .get-in-touch-form .row {
    gap: 25px 0;
  }
}
@media (max-width: 1101px) {
  .get-in-touch-form .row {
    gap: 15px 0;
  }
}

@media (max-width: 768px) {
  .get-in-touch-form-mobile.d-none {
    display: block !important;
    float: left;
    margin-top: 40px;
  }
}
@media (max-width: 500px) {
  .get-in-touch-form-mobile.d-none {
    margin-top: 20px;
  }
}

.in-the-news {
  width: 100%;
  padding: 2% 0 5% 0;
}
.in-the-news.homepage-clientele {
  padding: 4% 0;
  background-color: #f8f8f8;
}
.in-the-news.homepage-clientele .btn {
  background-color: #008cd1;
  color: #fff;
  font-family: "Onest", sans-serif;
  font-size: 16px;
  padding: 8px 15px;
  border-radius: 5px;
  display: inline-block;
  text-transform: capitalize;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
  border: 1px solid transparent;
  margin: 55px auto 0;
  display: block;
}
.in-the-news.homepage-clientele .btn:hover {
  background-color: transparent;
  color: #008cd1;
  border: 1px solid #008cd1;
  text-decoration: none;
}
@media (max-width: 1470px) {
  .in-the-news.homepage-clientele .btn {
    font-size: 15px;
  }
}
@media (max-width: 1366px) {
  .in-the-news.homepage-clientele .btn {
    font-size: 15px;
    padding: 6px 10px;
  }
}
@media (max-width: 1536px) {
  .in-the-news.homepage-clientele .btn {
    margin: 45px auto 0;
  }
}
@media (max-width: 600px) {
  .in-the-news.homepage-clientele .btn {
    margin: 30px auto 0;
  }
}
.in-the-news .in-the-news-grid {
  width: 100%;
  display: grid;
  grid-auto-rows: auto;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-gap: 3em;
}
@media (max-width: 1600px) {
  .in-the-news .in-the-news-grid {
    grid-gap: 1.5em;
  }
}
.in-the-news .in-the-news-grid .in-the-news-div {
  background-color: rgba(237, 236, 235, 0.4117647059);
  padding: 15px;
  border-radius: 10px;
}
.in-the-news .in-the-news-grid .in-the-news-div:hover img {
  transform: scale(1.1);
  transition: all 0.5s ease;
  filter: grayscale(100%);
}
.in-the-news .in-the-news-grid .in-the-news-div .img-div {
  width: 100%;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 200px;
}
.in-the-news .in-the-news-grid .in-the-news-div .img-div img {
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  transition: all 0.5s ease;
  object-fit: cover;
  height: 100%;
}
.in-the-news .in-the-news-grid .in-the-news-div .content-div {
  width: 100%;
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.in-the-news .in-the-news-grid .in-the-news-div .content-div p {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 26px;
}
@media (max-width: 1366px) {
  .in-the-news .in-the-news-grid .in-the-news-div .content-div p {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .in-the-news .in-the-news-grid .in-the-news-div .content-div p {
    font-size: 16px;
  }
}
.in-the-news .in-the-news-grid .in-the-news-div .content-div h4 {
  font-size: 14px;
  font-family: "DM Sans", sans-serif;
  color: #1e1e1e;
  background-color: rgba(18, 164, 223, 0.1411764706);
  padding: 7px 10px;
  width: max-content;
  font-weight: 600;
}
@media (max-width: 1101px) {
  .in-the-news .in-the-news-grid .in-the-news-div .content-div h4 {
    font-size: 13px;
  }
}
.in-the-news .in-the-news-grid .in-the-news-div .content-div h2 {
  font-size: 20px;
  font-family: "Onest", sans-serif;
  color: #1e1e1e;
  line-height: 26px;
}
@media (max-width: 1101px) {
  .in-the-news .in-the-news-grid .in-the-news-div .content-div h2 {
    font-size: 18px;
    line-height: 24px;
  }
}
.in-the-news .in-the-news-grid .in-the-news-div .content-div a {
  color: #008cd1;
  font-size: 15px;
  text-decoration: none;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  margin-top: 0px;
  display: block;
}
.in-the-news .in-the-news-grid .in-the-news-div .content-div a span {
  transition: all 0.5s ease;
  display: inline-block;
  font-weight: 500;
  margin-top: 0;
}
@media (max-width: 1536px) {
  .in-the-news .in-the-news-grid .in-the-news-div .content-div a {
    margin-top: -5px;
  }
}
@media (max-width: 1366px) {
  .in-the-news .in-the-news-grid .in-the-news-div .content-div a {
    font-size: 16px;
    margin-top: 0px;
  }
}
@media (max-width: 1280px) {
  .in-the-news .in-the-news-grid .in-the-news-div .content-div a {
    margin-top: 0px;
  }
}
@media (max-width: 1101px) {
  .in-the-news .in-the-news-grid .in-the-news-div .content-div a {
    font-size: 15px;
  }
}
@media (max-width: 500px) {
  .in-the-news .in-the-news-grid .in-the-news-div .content-div a {
    font-size: 15px;
  }
}
.in-the-news .load-more-btn {
  text-align: center;
  padding: 10px;
  background-color: #008cd1;
  color: white;
  border: none;
  cursor: pointer;
  margin: 65px auto 0;
  display: block !important;
  font-size: 16px;
  font-family: "Onest", sans-serif;
  border-radius: 5px;
  font-weight: 600;
}
.in-the-news .load-more-btn:hover {
  background-color: #0056b3;
}

.openings-main-section {
  width: 100%;
  padding: 4% 0;
  background-color: #ededed;
}
.openings-main-section .openings-filter-main {
  width: 100%;
  display: flex;
  justify-content: end;
  gap: 20px;
  padding: 25px;
}
@media (max-width: 1536px) {
  .openings-main-section .openings-filter-main {
    gap: 15px;
  }
}
@media (max-width: 1101px) {
  .openings-main-section .openings-filter-main {
    padding: 15px 0;
    justify-content: start;
  }
}
@media (max-width: 768px) {
  .openings-main-section .openings-filter-main {
    flex-direction: column;
  }
}
.openings-main-section .openings-filter-main a {
  background-color: #008cd1;
  color: #fff;
  font-family: "Onest", sans-serif;
  font-size: 16px;
  padding: 8px 15px;
  border-radius: 5px;
  display: inline-block;
  text-transform: capitalize;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
  border: 1px solid transparent;
}
.openings-main-section .openings-filter-main a:hover {
  background-color: transparent;
  color: #008cd1;
  border: 1px solid #008cd1;
  text-decoration: none;
}
@media (max-width: 1470px) {
  .openings-main-section .openings-filter-main a {
    font-size: 15px;
  }
}
@media (max-width: 1366px) {
  .openings-main-section .openings-filter-main a {
    font-size: 15px;
    padding: 6px 10px;
  }
}
@media (max-width: 991px) {
  .openings-main-section .openings-filter-main a {
    padding: 7px 10px;
  }
}
@media (max-width: 768px) {
  .openings-main-section .openings-filter-main .openings-filter-box {
    text-align: left;
  }
}
.openings-main-section .openings-filter-main .openings-filter-box p {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 8px;
  font-size: 19px;
  font-weight: 500;
}
@media (max-width: 1366px) {
  .openings-main-section .openings-filter-main .openings-filter-box p {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .openings-main-section .openings-filter-main .openings-filter-box p {
    font-size: 16px;
  }
}
.openings-main-section .openings-filter-main .openings-filter-box select {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 26px;
  padding: 8px 12px;
  border: 1px solid #ccc;
  border-radius: 5px;
  width: 200px;
  font-size: 16px;
}
@media (max-width: 1366px) {
  .openings-main-section .openings-filter-main .openings-filter-box select {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .openings-main-section .openings-filter-main .openings-filter-box select {
    font-size: 16px;
  }
}
@media (max-width: 1470px) {
  .openings-main-section .openings-filter-main .openings-filter-box select {
    width: 180px;
  }
}
@media (max-width: 500px) {
  .openings-main-section .openings-filter-main .openings-filter-box select {
    width: 100%;
  }
}
.openings-main-section .openings-filter-main .openings-filter-box select.focus-visible {
  outline: none;
  border-color: #008cd1;
}
.openings-main-section .openings-filter-main .openings-filter-box.align-box-bottom {
  display: flex;
  align-items: end;
}

.subsidiaries-main-div {
  width: 100%;
  display: flex;
  gap: 50px;
}
@media (max-width: 1470px) {
  .subsidiaries-main-div {
    gap: 35px;
  }
}
@media (max-width: 991px) {
  .subsidiaries-main-div {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .subsidiaries-main-div {
    flex-direction: column;
  }
}
.subsidiaries-main-div .subsidiaries-left {
  width: 45%;
}
@media (max-width: 991px) {
  .subsidiaries-main-div .subsidiaries-left {
    width: 100%;
  }
}
.subsidiaries-main-div .subsidiaries-left ul {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 15px;
}
.subsidiaries-main-div .subsidiaries-left ul li {
  width: 100%;
  background-color: #fff;
  color: #1e1e1e;
  transition: all 0.5s;
}
.subsidiaries-main-div .subsidiaries-left ul li .nav-link {
  border-radius: 0;
  background-color: transparent;
  width: 100%;
  color: #1e1e1e;
  text-align: left;
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  border: 1px solid #fff;
  min-height: 125px;
  height: 100%;
  justify-content: center;
}
@media (max-width: 1366px) {
  .subsidiaries-main-div .subsidiaries-left ul li .nav-link {
    gap: 8px;
    min-height: 120px;
  }
}
@media (max-width: 768px) {
  .subsidiaries-main-div .subsidiaries-left ul li .nav-link {
    gap: 5px;
    padding: 15px;
    min-height: auto;
  }
}
.subsidiaries-main-div .subsidiaries-left ul li .nav-link:hover {
  border: 1px solid #008cd1;
  transition: all 0.5s;
}
.subsidiaries-main-div .subsidiaries-left ul li .nav-link:hover h2 {
  color: #008cd1;
  transition: all 0.5s;
}
.subsidiaries-main-div .subsidiaries-left ul li .nav-link h4 {
  font-size: 16px;
  font-family: "DM Sans", sans-serif;
}
.subsidiaries-main-div .subsidiaries-left ul li .nav-link h2 {
  font-size: 22px;
  color: #464646;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  transition: all 0.5s;
}
@media (max-width: 1280px) {
  .subsidiaries-main-div .subsidiaries-left ul li .nav-link h2 {
    font-size: 21px;
  }
}
@media (max-width: 991px) {
  .subsidiaries-main-div .subsidiaries-left ul li .nav-link h2 {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 768px) {
  .subsidiaries-main-div .subsidiaries-left ul li .nav-link h2 {
    font-size: 20px;
  }
}
.subsidiaries-main-div .subsidiaries-left ul li .nav-link p {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 26px;
}
@media (max-width: 1366px) {
  .subsidiaries-main-div .subsidiaries-left ul li .nav-link p {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .subsidiaries-main-div .subsidiaries-left ul li .nav-link p {
    font-size: 16px;
  }
}
@media (max-width: 1600px) {
  .subsidiaries-main-div .subsidiaries-left ul li .nav-link p {
    line-height: 23px;
  }
}
@media (max-width: 767px) {
  .subsidiaries-main-div .subsidiaries-left ul li .nav-link p {
    text-align: left;
  }
}
.subsidiaries-main-div .subsidiaries-left ul li .nav-link a {
  font-size: 15px;
  color: #008cd1;
  font-weight: 500;
}
.subsidiaries-main-div .subsidiaries-left ul li .nav-link a i {
  font-size: 16px;
}
.subsidiaries-main-div .subsidiaries-left ul li .nav-link.active {
  border: 1px solid #008cd1;
}
.subsidiaries-main-div .subsidiaries-left ul li .nav-link.active h2 {
  color: #008cd1;
}
.subsidiaries-main-div .subsidiaries-left.current-openings-left {
  height: 935px;
  overflow-x: hidden;
  overflow-y: scroll;
  overscroll-behavior: contain;
  scroll-behavior: auto;
  scrollbar-width: thin;
  scrollbar-color: #008cd1 transparent;
  padding-right: 5px;
}
@media (max-width: 767px) {
  .subsidiaries-main-div .subsidiaries-left.current-openings-left {
    height: 280px;
  }
}
.subsidiaries-main-div .subsidiaries-left.current-openings-left::-webkit-scrollbar {
  width: 5px;
}
.subsidiaries-main-div .subsidiaries-left.current-openings-left::-webkit-scrollbar-track {
  background: transparent;
}
.subsidiaries-main-div .subsidiaries-left.current-openings-left::-webkit-scrollbar-thumb {
  background: #008cd1;
  border-radius: 10px;
}
.subsidiaries-main-div .subsidiaries-right {
  width: 55%;
  background-color: #fff;
  padding: 30px;
}
@media (max-width: 991px) {
  .subsidiaries-main-div .subsidiaries-right {
    width: 100%;
    padding: 15px;
  }
}
.subsidiaries-main-div .subsidiaries-right h4 {
  font-size: 16px;
  font-family: "DM Sans", sans-serif;
}
.subsidiaries-main-div .subsidiaries-right h2 {
  font-size: 26px;
  color: #008cd1;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  margin-top: 15px;
}
@media (max-width: 991px) {
  .subsidiaries-main-div .subsidiaries-right h2 {
    font-size: 22px;
    margin-top: 0px;
  }
}
.subsidiaries-main-div .subsidiaries-right span {
  display: block;
  font-size: 18px;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  color: #464646;
  margin-top: 30px;
  margin-bottom: 5px;
}
@media (max-width: 1366px) {
  .subsidiaries-main-div .subsidiaries-right span {
    margin-top: 15px;
  }
}
@media (max-width: 991px) {
  .subsidiaries-main-div .subsidiaries-right span {
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  .subsidiaries-main-div .subsidiaries-right span {
    margin-top: 15px;
  }
}
.subsidiaries-main-div .subsidiaries-right p {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 26px;
}
@media (max-width: 1366px) {
  .subsidiaries-main-div .subsidiaries-right p {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .subsidiaries-main-div .subsidiaries-right p {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .subsidiaries-main-div .subsidiaries-right p {
    font-size: 15px;
    line-height: 22px;
  }
}
.subsidiaries-main-div .subsidiaries-right ul {
  margin: 0;
  padding: 0;
}
.subsidiaries-main-div .subsidiaries-right ul li {
  list-style: none;
  position: relative;
  font-size: 16px;
  font-family: "DM Sans", sans-serif;
  padding-left: 12px;
  line-height: 28px;
  margin-bottom: 0px;
}
@media (max-width: 768px) {
  .subsidiaries-main-div .subsidiaries-right ul li {
    line-height: 22px;
    margin-bottom: 10px;
  }
  .subsidiaries-main-div .subsidiaries-right ul li:nth-last-child(0) {
    margin-bottom: 0;
  }
}
.subsidiaries-main-div .subsidiaries-right ul li:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50px;
  background-color: #464646;
  left: 0;
  top: 12px;
}
@media (max-width: 768px) {
  .subsidiaries-main-div .subsidiaries-right ul li:before {
    top: 9px;
  }
}
.subsidiaries-main-div .subsidiaries-right a {
  background-color: #008cd1;
  color: #fff;
  font-family: "Onest", sans-serif;
  font-size: 16px;
  padding: 8px 15px;
  border-radius: 5px;
  display: inline-block;
  text-transform: capitalize;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
  border: 1px solid transparent;
  font-size: 15px;
  padding: 6px 10px;
  margin-top: 25px;
}
.subsidiaries-main-div .subsidiaries-right a:hover {
  background-color: transparent;
  color: #008cd1;
  border: 1px solid #008cd1;
  text-decoration: none;
}
@media (max-width: 1470px) {
  .subsidiaries-main-div .subsidiaries-right a {
    font-size: 15px;
  }
}
@media (max-width: 1366px) {
  .subsidiaries-main-div .subsidiaries-right a {
    font-size: 15px;
    padding: 6px 10px;
  }
}

/*******************************career popup css*********************************/
.career-form-popup {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.75);
  z-index: 999;
}

.career-form-popup-inner {
  max-width: 730px;
  width: 90%;
  padding: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 3px;
  background: #fff;
}

.career-form-popup-close {
  width: 30px;
  height: 30px;
  padding-top: 4px;
  display: inline-block;
  position: absolute;
  top: 0px;
  right: 0px;
  transition: ease 0.25s all;
  transform: translate(50%, -50%);
  border-radius: 1000px;
  background: #008cd1;
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
  text-align: center;
  line-height: 100%;
  color: #fff;
}
.career-form-popup-close:hover {
  background: rgb(0, 0, 0);
  text-decoration: none;
  color: #fff;
}

/**********careers testimonials css***********/
.careers-testimonials {
  width: 100%;
  padding: 4% 0;
}
.careers-testimonials h1 {
  font-family: "DM Sans", sans-serif;
  font-size: 40px;
  text-transform: capitalize;
  color: #1e1e1e;
  font-weight: 600;
  position: relative;
  padding-left: 10px;
}
@media (max-width: 1536px) {
  .careers-testimonials h1 {
    padding-left: 15px;
  }
}
@media (max-width: 1280px) {
  .careers-testimonials h1 {
    padding-left: 10px;
  }
}
.careers-testimonials h1::before {
  width: 5px;
  height: 100%;
  position: absolute;
  background-color: #008cd1;
  left: 0;
  top: 0;
  content: "";
}
@media (max-width: 1470px) {
  .careers-testimonials h1::before {
    width: 4px;
    height: 85%;
    top: 5px;
    content: "";
  }
}
@media (max-width: 1366px) {
  .careers-testimonials h1::before {
    width: 4px;
    height: 60%;
    top: 6px;
    content: "";
  }
}
@media (max-width: 1280px) {
  .careers-testimonials h1::before {
    top: 8px;
    width: 3px;
  }
}
@media (max-width: 1101px) {
  .careers-testimonials h1::before {
    height: 65%;
    top: 5px;
  }
}
@media (max-width: 768px) {
  .careers-testimonials h1::before {
    top: 6px;
  }
}
@media (max-width: 1600px) {
  .careers-testimonials h1 {
    font-size: 35px;
  }
}
@media (max-width: 1470px) {
  .careers-testimonials h1 {
    font-size: 36px;
    line-height: 45px;
  }
}
@media (max-width: 1366px) {
  .careers-testimonials h1 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (max-width: 1280px) {
  .careers-testimonials h1 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 1101px) {
  .careers-testimonials h1 {
    font-size: 28px;
    line-height: 34px;
  }
}
@media (max-width: 500px) {
  .careers-testimonials h1 {
    letter-spacing: 0;
    font-size: 22px;
    line-height: 28px;
  }
}
.careers-testimonials .cards-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
@media (max-width: 768px) {
  .careers-testimonials .cards-grid {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
}
.careers-testimonials .cards-grid .card {
  background: #ffffff;
  border: 1.5px solid #c9eaf7;
  border-radius: 14px;
  padding: 22px 24px 24px 24px;
  position: relative;
  box-shadow: 0 2px 12px rgba(26, 158, 212, 0.06);
  background: linear-gradient(to bottom, #ffffff 80%, #d6f0fb 100%);
}
.careers-testimonials .cards-grid .card .quote-icon {
  position: absolute;
  top: -30px;
  right: 20px;
  color: #1a9ed4;
  font-weight: 700;
  font-size: 40px;
}
.careers-testimonials .cards-grid .card .card-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
  border-bottom: none;
  background-color: transparent;
  padding: 0;
}
.careers-testimonials .cards-grid .card .card-header .avatar {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #d6f0fb;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.careers-testimonials .cards-grid .card .card-header .avatar svg {
  width: 25px;
  height: 25px;
  fill: #1a9ed4;
}
.careers-testimonials .cards-grid .card .card-header .card-name {
  font-size: 22px;
  color: #333333;
  font-family: "DM Sans", sans-serif;
}
@media (max-width: 1280px) {
  .careers-testimonials .cards-grid .card .card-header .card-name {
    font-size: 20px;
  }
}
.careers-testimonials .cards-grid .card .card-header .card-name strong {
  color: #1a9ed4;
  font-weight: 700;
}
.careers-testimonials .cards-grid .card .card-header .card-name span {
  color: #1a9ed4;
  font-weight: 400;
}
.careers-testimonials .cards-grid .card .card-text {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}
@media (max-width: 1366px) {
  .careers-testimonials .cards-grid .card .card-text {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .careers-testimonials .cards-grid .card .card-text {
    font-size: 16px;
  }
}

/************Why Work With Sigma Byte Css************/
.why-work-with-sigma-byte {
  width: 100%;
  padding: 4% 0;
  background-image: url("../img/why-work-with-sigma-byte-bg.webp");
  background-repeat: no-repeat;
  background-size: 100%;
}
.why-work-with-sigma-byte h1 {
  font-family: "DM Sans", sans-serif;
  font-size: 40px;
  text-transform: capitalize;
  color: #1e1e1e;
  font-weight: 600;
  position: relative;
  padding-left: 10px;
  color: #fff;
}
@media (max-width: 1536px) {
  .why-work-with-sigma-byte h1 {
    padding-left: 15px;
  }
}
@media (max-width: 1280px) {
  .why-work-with-sigma-byte h1 {
    padding-left: 10px;
  }
}
.why-work-with-sigma-byte h1::before {
  width: 5px;
  height: 100%;
  position: absolute;
  background-color: #008cd1;
  left: 0;
  top: 0;
  content: "";
}
@media (max-width: 1470px) {
  .why-work-with-sigma-byte h1::before {
    width: 4px;
    height: 85%;
    top: 5px;
    content: "";
  }
}
@media (max-width: 1366px) {
  .why-work-with-sigma-byte h1::before {
    width: 4px;
    height: 60%;
    top: 6px;
    content: "";
  }
}
@media (max-width: 1280px) {
  .why-work-with-sigma-byte h1::before {
    top: 8px;
    width: 3px;
  }
}
@media (max-width: 1101px) {
  .why-work-with-sigma-byte h1::before {
    height: 65%;
    top: 5px;
  }
}
@media (max-width: 768px) {
  .why-work-with-sigma-byte h1::before {
    top: 6px;
  }
}
@media (max-width: 1600px) {
  .why-work-with-sigma-byte h1 {
    font-size: 35px;
  }
}
@media (max-width: 1470px) {
  .why-work-with-sigma-byte h1 {
    font-size: 36px;
    line-height: 45px;
  }
}
@media (max-width: 1366px) {
  .why-work-with-sigma-byte h1 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (max-width: 1280px) {
  .why-work-with-sigma-byte h1 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 1101px) {
  .why-work-with-sigma-byte h1 {
    font-size: 28px;
    line-height: 34px;
  }
}
@media (max-width: 500px) {
  .why-work-with-sigma-byte h1 {
    letter-spacing: 0;
    font-size: 22px;
    line-height: 28px;
  }
}
.why-work-with-sigma-byte .values-wrapper {
  background: transparent;
  border-radius: 18px;
  padding: 0;
  width: 100%;
  margin: 0 auto;
  border: none;
  margin-bottom: 100px;
  margin-top: 100px;
}
@media (max-width: 1101px) {
  .why-work-with-sigma-byte .values-wrapper {
    margin-bottom: 75px;
  }
}
@media (max-width: 1024px) {
  .why-work-with-sigma-byte .values-wrapper {
    margin-top: 60px;
  }
}
@media (max-width: 768px) {
  .why-work-with-sigma-byte .values-wrapper {
    margin-top: 35px;
    margin-bottom: 35px;
  }
}
@media (max-width: 600px) {
  .why-work-with-sigma-byte .values-wrapper {
    margin-top: 15px;
    margin-bottom: 20px;
  }
}
.why-work-with-sigma-byte .values-header {
  text-align: center;
  margin-bottom: 36px;
}
.why-work-with-sigma-byte .values-header h3 {
  font-family: "DM Sans", sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #008cd1;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.why-work-with-sigma-byte .values-header p {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
}
@media (max-width: 1366px) {
  .why-work-with-sigma-byte .values-header p {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .why-work-with-sigma-byte .values-header p {
    font-size: 16px;
  }
}
.why-work-with-sigma-byte .values-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
@media (max-width: 1366px) {
  .why-work-with-sigma-byte .values-grid {
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
  }
}
@media (max-width: 1024px) {
  .why-work-with-sigma-byte .values-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .why-work-with-sigma-byte .values-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .why-work-with-sigma-byte .values-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.why-work-with-sigma-byte .value-card {
  text-align: center;
  padding: 24px 14px;
  border-radius: 10px;
  background: #eef9fd;
  border: none;
  transition: background 0.3s, border-color 0.3s, transform 0.3s;
  box-shadow: inset 0 -10px 20px -4px rgba(56, 198, 244, 0.25);
}
.why-work-with-sigma-byte .value-card:hover {
  background: #eef9fd;
  border: none;
  transform: translateY(-4px);
}
.why-work-with-sigma-byte .value-card .vicon {
  font-size: 35px;
  color: #002a53;
  margin-bottom: 12px;
  display: block;
}
@media (max-width: 1366px) {
  .why-work-with-sigma-byte .value-card .vicon {
    margin-bottom: 10px;
  }
}
.why-work-with-sigma-byte .value-card h4 {
  font-family: "Onest", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #002a53;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}
@media (max-width: 1280px) {
  .why-work-with-sigma-byte .value-card h4 {
    font-size: 18px;
  }
}
.why-work-with-sigma-byte .value-card h4 span {
  font-size: 28px;
  font-weight: 500;
  color: #002a53;
}
.why-work-with-sigma-byte .value-card p {
  font-size: 15px;
  font-family: "DM Sans", sans-serif;
  color: #002a53;
  line-height: 20px;
}
.why-work-with-sigma-byte .counter-grid {
  width: 85%;
  display: grid;
  grid-auto-rows: auto;
  grid-template-columns: repeat(auto-fill, minmax(310px, 1fr));
  grid-gap: 5em;
  margin: 0 auto;
}
@media (max-width: 1600px) {
  .why-work-with-sigma-byte .counter-grid {
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  }
}
@media (max-width: 1470px) {
  .why-work-with-sigma-byte .counter-grid {
    grid-gap: 4em;
  }
}
@media (max-width: 1366px) {
  .why-work-with-sigma-byte .counter-grid {
    grid-gap: 3em;
    grid-template-columns: repeat(auto-fill, minmax(218px, 1fr));
  }
}
@media (max-width: 1280px) {
  .why-work-with-sigma-byte .counter-grid {
    grid-gap: 4em;
  }
}
@media (max-width: 1101px) {
  .why-work-with-sigma-byte .counter-grid {
    grid-template-columns: repeat(auto-fill, minmax(165px, 1fr));
    grid-auto-rows: auto;
  }
}
@media (max-width: 1024px) {
  .why-work-with-sigma-byte .counter-grid {
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    grid-auto-rows: auto;
  }
}
@media (max-width: 768px) {
  .why-work-with-sigma-byte .counter-grid {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    grid-gap: 1em;
  }
}
.why-work-with-sigma-byte .counter-grid .counter-box {
  position: relative;
  text-align: center;
}
@media (max-width: 768px) {
  .why-work-with-sigma-byte .counter-grid .counter-box {
    background-color: #f6f6f6;
    padding: 20px;
    border-radius: 15px;
  }
}
.why-work-with-sigma-byte .counter-grid .counter-box::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #12a4df;
  top: 0px;
  right: -42px;
}
@media (max-width: 1536px) {
  .why-work-with-sigma-byte .counter-grid .counter-box::before {
    right: -21%;
  }
}
@media (max-width: 1470px) {
  .why-work-with-sigma-byte .counter-grid .counter-box::before {
    right: -13%;
  }
}
@media (max-width: 1366px) {
  .why-work-with-sigma-byte .counter-grid .counter-box::before {
    right: -10%;
  }
}
@media (max-width: 1280px) {
  .why-work-with-sigma-byte .counter-grid .counter-box::before {
    right: -14%;
  }
}
@media (max-width: 1101px) {
  .why-work-with-sigma-byte .counter-grid .counter-box::before {
    right: -16%;
  }
}
@media (max-width: 768px) {
  .why-work-with-sigma-byte .counter-grid .counter-box::before {
    display: none;
  }
}
.why-work-with-sigma-byte .counter-grid .counter-box:last-child::before {
  display: none;
}
.why-work-with-sigma-byte .counter-grid .counter-box .count-number {
  font-size: 70px;
  font-family: "Onest", sans-serif;
  color: #12a4df;
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 1600px) {
  .why-work-with-sigma-byte .counter-grid .counter-box .count-number {
    font-size: 65px;
  }
}
@media (max-width: 1366px) {
  .why-work-with-sigma-byte .counter-grid .counter-box .count-number {
    font-size: 55px;
  }
}
@media (max-width: 1280px) {
  .why-work-with-sigma-byte .counter-grid .counter-box .count-number {
    font-size: 45px;
  }
}
@media (max-width: 500px) {
  .why-work-with-sigma-byte .counter-grid .counter-box .count-number {
    font-size: 35px;
  }
}
.why-work-with-sigma-byte .counter-grid .counter-box .count-number.plus-sign {
  position: relative;
}
.why-work-with-sigma-byte .counter-grid .counter-box .count-number.plus-sign::after {
  position: relative;
  content: "+";
  left: 0;
  top: 0;
  color: #12a4df;
  font-size: 75px;
}
@media (max-width: 1600px) {
  .why-work-with-sigma-byte .counter-grid .counter-box .count-number.plus-sign::after {
    font-size: 65px;
  }
}
@media (max-width: 1366px) {
  .why-work-with-sigma-byte .counter-grid .counter-box .count-number.plus-sign::after {
    font-size: 55px;
  }
}
@media (max-width: 1280px) {
  .why-work-with-sigma-byte .counter-grid .counter-box .count-number.plus-sign::after {
    font-size: 45px;
  }
}
.why-work-with-sigma-byte .counter-grid .counter-box .count-number.percent-sign {
  position: relative;
}
.why-work-with-sigma-byte .counter-grid .counter-box .count-number.percent-sign::after {
  position: relative;
  content: "%";
  left: 0;
  top: 0;
  color: #12a4df;
  font-size: 60px;
}
@media (max-width: 1600px) {
  .why-work-with-sigma-byte .counter-grid .counter-box .count-number.percent-sign::after {
    font-size: 50px;
  }
}
@media (max-width: 1366px) {
  .why-work-with-sigma-byte .counter-grid .counter-box .count-number.percent-sign::after {
    font-size: 45px;
  }
}
@media (max-width: 1280px) {
  .why-work-with-sigma-byte .counter-grid .counter-box .count-number.percent-sign::after {
    font-size: 40px;
  }
}
.why-work-with-sigma-byte .counter-grid .counter-box .count-number-text {
  font-size: 70px;
  font-family: "Onest", sans-serif;
  color: #12a4df;
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 1600px) {
  .why-work-with-sigma-byte .counter-grid .counter-box .count-number-text {
    font-size: 65px;
  }
}
@media (max-width: 1366px) {
  .why-work-with-sigma-byte .counter-grid .counter-box .count-number-text {
    font-size: 55px;
  }
}
@media (max-width: 1280px) {
  .why-work-with-sigma-byte .counter-grid .counter-box .count-number-text {
    font-size: 45px;
  }
}
@media (max-width: 500px) {
  .why-work-with-sigma-byte .counter-grid .counter-box .count-number-text {
    font-size: 35px;
  }
}
.why-work-with-sigma-byte .counter-grid .counter-box span {
  display: block;
  font-family: "Onest", sans-serif;
  color: #1e1e1e;
  font-size: 19px;
  font-weight: 500;
  margin-top: 8px;
  line-height: 25px;
}
.why-work-with-sigma-byte .counter-grid .counter-box span strong {
  font-size: 21px;
  color: #12a4df;
}
@media (max-width: 991px) {
  .why-work-with-sigma-byte .counter-grid .counter-box span strong {
    font-size: 20px;
  }
}
@media (max-width: 1366px) {
  .why-work-with-sigma-byte .counter-grid .counter-box span {
    font-size: 18px;
    line-height: 26px;
    margin-top: 5px;
  }
}
@media (max-width: 1101px) {
  .why-work-with-sigma-byte .counter-grid .counter-box span {
    line-height: 24px;
  }
}
@media (max-width: 991px) {
  .why-work-with-sigma-byte .counter-grid .counter-box span {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .why-work-with-sigma-byte .counter-grid .counter-box span {
    font-size: 17px;
    margin-top: 5px;
  }
}
.why-work-with-sigma-byte .counter-grid .counter-box p {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 26px;
}
@media (max-width: 1366px) {
  .why-work-with-sigma-byte .counter-grid .counter-box p {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .why-work-with-sigma-byte .counter-grid .counter-box p {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .why-work-with-sigma-byte .counter-grid .counter-box p {
    text-align: left;
  }
}

/*************great place to work css*************/
.great-place-to-work {
  width: 100%;
  padding-top: 4%;
  position: relative;
  margin-top: 45px;
}
@media (max-width: 1101px) {
  .great-place-to-work {
    margin-top: 25px;
  }
}
@media (max-width: 600px) {
  .great-place-to-work {
    margin-top: 0px;
  }
}
.great-place-to-work img {
  width: 100%;
}
.great-place-to-work img.desktop-image {
  display: block;
}
@media (max-width: 768px) {
  .great-place-to-work img.desktop-image {
    display: none;
  }
}
.great-place-to-work img.mobile-image {
  display: none;
}
@media (max-width: 768px) {
  .great-place-to-work img.mobile-image {
    display: block;
  }
}
.great-place-to-work .right-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(10%, -15%);
}
@media (max-width: 1600px) {
  .great-place-to-work .right-content {
    transform: translate(10%, -20%);
  }
}
@media (max-width: 1470px) {
  .great-place-to-work .right-content {
    transform: translate(10%, -25%);
  }
}
@media (max-width: 1280px) {
  .great-place-to-work .right-content {
    transform: translate(10%, -20%);
  }
}
@media (max-width: 768px) {
  .great-place-to-work .right-content {
    display: none;
  }
}
.great-place-to-work .right-content h2 {
  font-size: 42px;
  font-family: "DM Sans", sans-serif;
  line-height: 50px;
  color: #012173;
}
@media (max-width: 1600px) {
  .great-place-to-work .right-content h2 {
    font-size: 40px;
  }
}
@media (max-width: 1470px) {
  .great-place-to-work .right-content h2 {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (max-width: 1280px) {
  .great-place-to-work .right-content h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 1101px) {
  .great-place-to-work .right-content h2 {
    font-size: 26px;
    line-height: 34px;
  }
}
.great-place-to-work .right-content h2 span {
  color: #b50010;
}

#no-jobs-msg {
  padding: 28px 20px;
  text-align: center;
  color: #1e1e1e;
  font-size: 17px;
}
#no-jobs-msg i {
  display: block;
  font-size: 32px;
  margin-bottom: 10px;
  color: #008cd1;
}

.our-clientele-div {
  width: 100%;
  display: grid;
  grid-auto-rows: 190px;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-gap: 3em;
}
@media (max-width: 1600px) {
  .our-clientele-div {
    grid-auto-rows: 225px;
    grid-gap: 2em;
  }
}
@media (max-width: 1536px) {
  .our-clientele-div {
    grid-auto-rows: 200px;
    grid-template-columns: repeat(auto-fill, minmax(245px, 1fr));
  }
}
@media (max-width: 1470px) {
  .our-clientele-div {
    gap: 2em;
  }
}
@media (max-width: 1101px) {
  .our-clientele-div {
    grid-template-columns: repeat(auto-fill, minmax(195px, 1fr));
    grid-auto-rows: 160px;
    gap: 1.5em;
  }
}
@media (max-width: 500px) {
  .our-clientele-div {
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
    gap: 1em;
    grid-auto-rows: 130px;
  }
}
.our-clientele-div .clientele-box {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.our-clientele-div .clientele-box img {
  width: 70%;
}
@media (max-width: 1600px) {
  .our-clientele-div .clientele-box img {
    width: 80%;
  }
}
@media (max-width: 1101px) {
  .our-clientele-div .clientele-box img {
    width: 85%;
  }
}

.testimonials-section {
  width: 100%;
  padding: 4% 0;
  background-image: url("../img/testimonial-bg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.testimonials-section .item {
  margin: 0 50px;
  position: relative;
}
@media (max-width: 1366px) {
  .testimonials-section .item {
    margin: 0 35px;
  }
}
@media (max-width: 991px) {
  .testimonials-section .item {
    margin: 0 0px;
  }
}
.testimonials-section .item:before {
  position: absolute;
  content: url("../img/inverted-up.png");
  left: 50%;
  top: 0;
}
@media (max-width: 1101px) {
  .testimonials-section .item:before {
    left: 65%;
  }
}
@media (max-width: 991px) {
  .testimonials-section .item:before {
    left: 50%;
  }
}
@media (max-width: 500px) {
  .testimonials-section .item:before {
    left: 65%;
  }
}
.testimonials-section .item .testimonialImg {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 500px) {
  .testimonials-section .item .testimonialImg {
    gap: 15px;
  }
}
.testimonials-section .item .testimonialImg img {
  width: 17%;
  border-radius: 50%;
  box-shadow: 5px 6px 5px -2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 5px 6px 5px -2px rgba(0, 0, 0, 0.3);
}
@media (max-width: 991px) {
  .testimonials-section .item .testimonialImg img {
    width: 12%;
  }
}
@media (max-width: 500px) {
  .testimonials-section .item .testimonialImg img {
    width: 20%;
  }
}
.testimonials-section .item .testimonialImg h2 {
  font-family: "DM Sans", sans-serif;
  font-size: 28px;
  color: #1e1e1e;
  font-weight: 600;
  margin-bottom: 10px;
}
@media (max-width: 1366px) {
  .testimonials-section .item .testimonialImg h2 {
    font-size: 26px;
  }
}
@media (max-width: 500px) {
  .testimonials-section .item .testimonialImg h2 {
    font-size: 24px;
  }
}
.testimonials-section .item .testimonialImg h4 {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  color: #008cd1;
}
.testimonials-section .item p {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 26px;
  margin-top: 12px;
}
@media (max-width: 1366px) {
  .testimonials-section .item p {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .testimonials-section .item p {
    font-size: 16px;
  }
}
.testimonials-section .testimonial-slider .slide-arrow {
  position: absolute;
  top: 45%;
  margin-top: -15px;
  z-index: 1;
}
@media (max-width: 600px) {
  .testimonials-section .testimonial-slider .slide-arrow {
    display: none !important;
  }
}
.testimonials-section .prev-arrow {
  left: -70px;
  width: 55px;
  height: 55px;
  border: none;
  border-radius: 50px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  background-color: #fff;
  transition: all 0.5s ease;
}
@media (max-width: 1366px) {
  .testimonials-section .prev-arrow {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 1280px) {
  .testimonials-section .prev-arrow {
    width: 40px;
    height: 40px;
    left: -15px;
  }
}
@media (max-width: 1101px) {
  .testimonials-section .prev-arrow {
    left: 0px;
  }
}
@media (max-width: 991px) {
  .testimonials-section .prev-arrow {
    left: -20px;
  }
}
.testimonials-section .prev-arrow::before {
  position: absolute;
  content: "\ea64";
  color: #008cd1;
  left: 50%;
  top: 50%;
  font-family: "remixicon";
  font-style: normal;
  transform: translate(-50%, -50%);
  font-size: 27px;
}
.testimonials-section .prev-arrow:hover {
  background-color: #008cd1;
  transition: all 0.5s ease;
}
.testimonials-section .prev-arrow:hover::before {
  color: #fff;
  transition: all 0.5s ease;
}
.testimonials-section .next-arrow {
  right: -70px;
  width: 55px;
  height: 55px;
  border: none;
  border-radius: 50px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  background-color: #fff;
  transition: all 0.5s ease;
}
@media (max-width: 1366px) {
  .testimonials-section .next-arrow {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 1280px) {
  .testimonials-section .next-arrow {
    width: 40px;
    height: 40px;
    right: -15px;
  }
}
@media (max-width: 1101px) {
  .testimonials-section .next-arrow {
    right: 0px;
  }
}
@media (max-width: 991px) {
  .testimonials-section .next-arrow {
    right: -20px;
  }
}
.testimonials-section .next-arrow::before {
  position: absolute;
  content: "\ea6e";
  color: #008cd1;
  left: 50%;
  top: 50%;
  font-family: "remixicon";
  font-style: normal;
  transform: translate(-50%, -50%);
  font-size: 27px;
}
.testimonials-section .next-arrow:hover {
  background-color: #008cd1;
  transition: all 0.5s ease;
}
.testimonials-section .next-arrow:hover::before {
  color: #fff;
  transition: all 0.5s ease;
}

.filter-select-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
  margin-top: 80px;
  gap: 2px;
}
@media (max-width: 1536px) {
  .filter-select-wrapper {
    margin-bottom: 60px;
    margin-top: 60px;
  }
}
@media (max-width: 575px) {
  .filter-select-wrapper {
    margin-bottom: 35px;
    margin-top: 35px;
  }
}
.filter-select-wrapper .filter-by-sectors {
  background-color: #008cd1;
  display: flex;
  align-items: center;
  padding: 0 15px;
  border-radius: 5px;
}
.filter-select-wrapper .filter-by-sectors h2 {
  font-size: 17px;
  color: #fff;
  font-family: "DM Sans", sans-serif;
}
@media (max-width: 1366px) {
  .filter-select-wrapper .filter-by-sectors h2 {
    font-size: 16px;
  }
}

.filter-select-wrapper select {
  appearance: none;
  -webkit-appearance: none;
  padding: 12px 48px 12px 20px;
  font-size: 17px;
  font-weight: 600;
  color: #1e1e1e;
  border: 1px solid #008cd1;
  border-radius: 5px;
  background-color: #fff;
  cursor: pointer;
  outline: none;
  transition: all 0.25s ease;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%234f46e5' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  min-width: 300px;
  font-family: "DM Sans", sans-serif;
}
@media (max-width: 1366px) {
  .filter-select-wrapper select {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .filter-select-wrapper select {
    min-width: 250px;
    padding: 8px 8px 8px 15px;
  }
}

/* Result count */
.result-count {
  text-align: center;
  color: #a0aec0;
  font-size: 0.88rem;
  margin-bottom: 28px;
  transition: all 0.3s;
}

.result-count span {
  font-weight: 700;
  color: #4f46e5;
}

/* Hide state */
.clientele-box.hide {
  display: none;
}

/* No results */
.no-results {
  text-align: center;
  color: #a0aec0;
  font-size: 1rem;
  grid-column: 1/-1;
  padding: 50px 0;
  display: none;
}

.no-results.show {
  display: block;
}

.management-team {
  width: 100%;
  padding: 4% 0;
}
.management-team .dynamic-management-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(390px, 1fr));
  gap: 80px;
}
@media (max-width: 1600px) {
  .management-team .dynamic-management-grid {
    gap: 40px;
  }
}
@media (max-width: 1470px) {
  .management-team .dynamic-management-grid {
    grid-template-columns: repeat(auto-fill, minmax(285px, 1fr));
  }
}
@media (max-width: 1366px) {
  .management-team .dynamic-management-grid {
    gap: 30px;
  }
}
@media (max-width: 1101px) {
  .management-team .dynamic-management-grid {
    grid-template-columns: repeat(auto-fill, minmax(315px, 1fr));
  }
}
@media (max-width: 1024px) {
  .management-team .dynamic-management-grid {
    gap: 60px;
  }
}
@media (max-width: 768px) {
  .management-team .dynamic-management-grid {
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  }
}
@media (max-width: 600px) {
  .management-team .dynamic-management-grid {
    gap: 15px;
  }
}
.management-team .dynamic-management-grid .dynamic-management-div {
  width: 100%;
}
.management-team .dynamic-management-grid .dynamic-management-div:hover .image-box .content-overlay {
  opacity: 1;
  transition: all 0.5s ease;
}
.management-team .dynamic-management-grid .dynamic-management-div:hover .content-box h4 {
  color: #008cd1;
  transition: all 0.5s ease;
}
.management-team .dynamic-management-grid .dynamic-management-div .image-box {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}
.management-team .dynamic-management-grid .dynamic-management-div .image-box:hover img {
  transform: scale(1.1);
  transition: all 0.5s ease;
}
.management-team .dynamic-management-grid .dynamic-management-div .image-box img {
  width: 100%;
  transform: scale(1);
  transition: all 0.5s ease;
}
.management-team .dynamic-management-grid .dynamic-management-div .image-box .content-overlay {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8901960784);
  position: absolute;
  top: 0;
  left: 0;
  padding: 30px;
  border-radius: 15px;
  height: 100%;
  opacity: 0;
  transition: 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 15px;
}
.management-team .dynamic-management-grid .dynamic-management-div .image-box .content-overlay p {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
}
@media (max-width: 1366px) {
  .management-team .dynamic-management-grid .dynamic-management-div .image-box .content-overlay p {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .management-team .dynamic-management-grid .dynamic-management-div .image-box .content-overlay p {
    font-size: 16px;
  }
}
@media (max-width: 1600px) {
  .management-team .dynamic-management-grid .dynamic-management-div .image-box .content-overlay p {
    font-size: 15px;
    line-height: 24px;
  }
}
@media (max-width: 1470px) {
  .management-team .dynamic-management-grid .dynamic-management-div .image-box .content-overlay p {
    font-size: 15px;
    line-height: 20px;
  }
}
@media (max-width: 1101px) {
  .management-team .dynamic-management-grid .dynamic-management-div .image-box .content-overlay p {
    line-height: 24px;
  }
}
.management-team .dynamic-management-grid .dynamic-management-div .content-box {
  width: 100%;
  padding: 20px;
}
.management-team .dynamic-management-grid .dynamic-management-div .content-box hr {
  margin: 0.8rem 0;
  background-color: #008cd1;
}
@media (max-width: 1280px) {
  .management-team .dynamic-management-grid .dynamic-management-div .content-box hr {
    margin: 0.5rem 0;
  }
}
.management-team .dynamic-management-grid .dynamic-management-div .content-box h4 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 1px;
  transition: all 0.5s ease;
  font-family: "DM Sans", sans-serif;
  color: #008cd1;
}
@media (max-width: 1600px) {
  .management-team .dynamic-management-grid .dynamic-management-div .content-box h4 {
    font-size: 26px;
  }
}
@media (max-width: 1366px) {
  .management-team .dynamic-management-grid .dynamic-management-div .content-box h4 {
    font-size: 24px;
  }
}
@media (max-width: 500px) {
  .management-team .dynamic-management-grid .dynamic-management-div .content-box h4 {
    font-size: 20px;
    margin-bottom: 0;
  }
}
.management-team .dynamic-management-grid .dynamic-management-div .content-box span {
  font-size: 18px;
  font-weight: 500;
  font-family: "DM Sans", sans-serif;
  color: #061757;
}
@media (max-width: 1600px) {
  .management-team .dynamic-management-grid .dynamic-management-div .content-box span {
    font-size: 16px;
  }
}
@media (max-width: 1470px) {
  .management-team .dynamic-management-grid .dynamic-management-div .content-box span {
    line-height: 22px;
  }
}
@media (max-width: 500px) {
  .management-team .dynamic-management-grid .dynamic-management-div .content-box span {
    font-size: 14px;
  }
}
.management-team .dynamic-management-grid .dynamic-management-div .content-box p {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 26px;
  text-align: justify;
}
@media (max-width: 1366px) {
  .management-team .dynamic-management-grid .dynamic-management-div .content-box p {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .management-team .dynamic-management-grid .dynamic-management-div .content-box p {
    font-size: 16px;
  }
}
.management-team .dynamic-management-grid .dynamic-management-div .content-box .content-info {
  width: 100%;
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.management-team .dynamic-management-grid .dynamic-management-div .content-box a {
  background: #12a4df;
  width: 35px;
  height: 35px;
  border-radius: 74px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  color: #fff;
  text-decoration: none;
}

.blogs-container {
  width: 70%;
  margin: 0 auto;
  display: block;
}
@media (max-width: 1101px) {
  .blogs-container {
    width: 85%;
  }
}
@media (max-width: 991px) {
  .blogs-container {
    width: 95%;
  }
}
@media (max-width: 500px) {
  .blogs-container {
    width: 100%;
  }
}
.blogs-container .latest-blogs-main {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media (max-width: 1366px) {
  .blogs-container .latest-blogs-main {
    gap: 65px;
  }
}
@media (max-width: 1280px) {
  .blogs-container .latest-blogs-main {
    gap: 60px;
  }
}
@media (max-width: 768px) {
  .blogs-container .latest-blogs-main {
    gap: 40px;
  }
}
@media (max-width: 500px) {
  .blogs-container .latest-blogs-main {
    gap: 30px;
  }
}
.blogs-container .latest-blogs-main .latest-blogs-box {
  width: 100%;
  display: flex;
  gap: 60px;
}
@media (max-width: 1536px) {
  .blogs-container .latest-blogs-main .latest-blogs-box {
    gap: 65px;
  }
}
@media (max-width: 1101px) {
  .blogs-container .latest-blogs-main .latest-blogs-box {
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .blogs-container .latest-blogs-main .latest-blogs-box {
    flex-direction: column;
    gap: 10px;
  }
}
@media (max-width: 500px) {
  .blogs-container .latest-blogs-main .latest-blogs-box {
    gap: 5px;
  }
}
.blogs-container .latest-blogs-main .latest-blogs-box .latest-blogs {
  width: 50%;
  display: flex;
  align-items: center;
  overflow: hidden;
  cursor: pointer;
}
@media (max-width: 768px) {
  .blogs-container .latest-blogs-main .latest-blogs-box .latest-blogs {
    width: 100%;
  }
}
.blogs-container .latest-blogs-main .latest-blogs-box .latest-blogs.text-block {
  order: 1;
}
@media (max-width: 768px) {
  .blogs-container .latest-blogs-main .latest-blogs-box .latest-blogs.text-block {
    order: 2;
  }
}
.blogs-container .latest-blogs-main .latest-blogs-box .latest-blogs.image-block {
  order: 2;
}
@media (max-width: 768px) {
  .blogs-container .latest-blogs-main .latest-blogs-box .latest-blogs.image-block {
    order: 1;
  }
}
.blogs-container .latest-blogs-main .latest-blogs-box .latest-blogs:hover img {
  scale: 1.1;
  transition: all 0.5s ease;
}
.blogs-container .latest-blogs-main .latest-blogs-box .latest-blogs img {
  width: 100%;
  border-radius: 15px;
  transition: all 0.5s ease;
}
.blogs-container .latest-blogs-main .latest-blogs-box .latest-blogs .latest-blog-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (max-width: 1366px) {
  .blogs-container .latest-blogs-main .latest-blogs-box .latest-blogs .latest-blog-content {
    gap: 12px;
  }
}
@media (max-width: 768px) {
  .blogs-container .latest-blogs-main .latest-blogs-box .latest-blogs .latest-blog-content {
    padding-top: 20px;
  }
}
.blogs-container .latest-blogs-main .latest-blogs-box .latest-blogs .latest-blog-content p {
  text-align: left;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 26px;
}
@media (max-width: 1366px) {
  .blogs-container .latest-blogs-main .latest-blogs-box .latest-blogs .latest-blog-content p {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .blogs-container .latest-blogs-main .latest-blogs-box .latest-blogs .latest-blog-content p {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .blogs-container .latest-blogs-main .latest-blogs-box .latest-blogs .latest-blog-content p {
    text-align: left;
  }
}
.blogs-container .latest-blogs-main .latest-blogs-box .latest-blogs .latest-blog-content h2 {
  font-size: 30px;
  font-family: "DM Sans", sans-serif;
  color: #1e1e1e;
  line-height: 34px;
}
@media (max-width: 1470px) {
  .blogs-container .latest-blogs-main .latest-blogs-box .latest-blogs .latest-blog-content h2 {
    font-size: 26px;
    line-height: 32px;
  }
}
@media (max-width: 1366px) {
  .blogs-container .latest-blogs-main .latest-blogs-box .latest-blogs .latest-blog-content h2 {
    font-size: 23px;
    line-height: 28px;
  }
}
@media (max-width: 1024px) {
  .blogs-container .latest-blogs-main .latest-blogs-box .latest-blogs .latest-blog-content h2 {
    font-size: 20px;
  }
}
.blogs-container .latest-blogs-main .latest-blogs-box .latest-blogs .latest-blog-content h4 {
  font-size: 17px;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  background-color: rgba(18, 164, 223, 0.1411764706);
  padding: 5px 10px;
  display: inline-block;
}
@media (max-width: 1366px) {
  .blogs-container .latest-blogs-main .latest-blogs-box .latest-blogs .latest-blog-content h4 {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .blogs-container .latest-blogs-main .latest-blogs-box .latest-blogs .latest-blog-content h4 {
    font-size: 15px;
  }
}
.blogs-container .latest-blogs-main .latest-blogs-box .latest-blogs .latest-blog-content h4 i {
  margin-right: 5px;
  color: #fff;
  font-weight: 100;
}
.blogs-container .latest-blogs-main .latest-blogs-box .latest-blogs .latest-blog-content a {
  color: #008cd1;
  font-family: "Onest", sans-serif;
  font-size: 15px;
}
.blogs-container .latest-blogs-main .blogs-pagination {
  width: 100%;
}
.blogs-container .latest-blogs-main .blogs-pagination .pagination {
  justify-content: center;
}
.blogs-container .latest-blogs-main .blogs-pagination .pagination .active a {
  color: #008cd1;
  background-color: transparent;
  font-weight: 600;
  padding-bottom: 2px;
  border-bottom: 1px solid;
}
.blogs-container .latest-blogs-main .blogs-pagination .pagination .active a:hover {
  background-color: transparent;
  color: #143361;
  border: 0px;
}
.blogs-container .latest-blogs-main .blogs-pagination .pagination .active a:focus {
  background-color: transparent;
  color: #143361;
  outline: none;
}
.blogs-container .latest-blogs-main .blogs-pagination .pagination li a {
  border: 1px;
  margin-left: 0px;
  color: #1e1e1e;
  padding: 7px 2px;
  margin: 0px 20px;
}
@media (max-width: 1280px) {
  .blogs-container .latest-blogs-main .blogs-pagination .pagination li a {
    font-size: 14px;
    margin: 0px 15px;
  }
}
@media (max-width: 1024px) {
  .blogs-container .latest-blogs-main .blogs-pagination .pagination li a {
    margin: 0px 15px;
  }
}
@media (max-width: 991px) {
  .blogs-container .latest-blogs-main .blogs-pagination .pagination li a {
    margin: 0px 10px;
    padding: 5px 8px;
  }
}
.blogs-container .latest-blogs-main .blogs-pagination .pagination li a:hover {
  background-color: transparent;
  color: #008cd1;
  padding-bottom: 2px;
  border-bottom: 1px solid;
}
.blogs-container .latest-blogs-main .blogs-pagination .pagination li a:focus {
  outline: none;
  background-color: transparent;
}
.blogs-container .latest-blogs-main .blogs-pagination .pagination li:first-child a,
.blogs-container .latest-blogs-main .blogs-pagination .pagination li:last-child a {
  border: 1px solid #008cd1 !important;
  border-radius: 6px;
  margin: 0px;
  padding: 6px 12px;
  border: 2px solid;
  font-size: 14px;
  color: #1e1e1e;
}
.blogs-container .latest-blogs-main .blogs-pagination .pagination li:first-child a:hover,
.blogs-container .latest-blogs-main .blogs-pagination .pagination li:last-child a:hover {
  text-decoration: none !important;
  color: #fff;
  background-color: #008cd1;
}
.blogs-container .latest-blogs-main .blogs-pagination .pagination li:first-child a:focus,
.blogs-container .latest-blogs-main .blogs-pagination .pagination li:last-child a:focus {
  outline: none;
}

.blogs-landing-section {
  width: 100%;
}
.blogs-landing-section .blogs-landing-container {
  width: 100%;
}
.blogs-landing-section .blogs-landing-container .blogs-landing-main {
  width: 100%;
  display: flex;
  gap: 55px;
}
@media (max-width: 1101px) {
  .blogs-landing-section .blogs-landing-container .blogs-landing-main {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .blogs-landing-section .blogs-landing-container .blogs-landing-main {
    flex-direction: column;
  }
}
.blogs-landing-section .blogs-landing-container .blogs-landing-main .blogs-landing-content {
  width: 65%;
}
@media (max-width: 768px) {
  .blogs-landing-section .blogs-landing-container .blogs-landing-main .blogs-landing-content {
    width: 100%;
  }
}
.blogs-landing-section .blogs-landing-container .blogs-landing-main .blogs-landing-content .above-heading h4 {
  font-size: 16px;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  background-color: rgba(18, 164, 223, 0.1411764706);
  padding: 5px 10px;
  display: inline-block;
}
@media (max-width: 991px) {
  .blogs-landing-section .blogs-landing-container .blogs-landing-main .blogs-landing-content .above-heading h4 {
    font-size: 15px;
  }
}
.blogs-landing-section .blogs-landing-container .blogs-landing-main .blogs-landing-content .above-heading h4 i {
  margin-right: 5px;
  color: #fff;
  font-weight: 100;
}
.blogs-landing-section .blogs-landing-container .blogs-landing-main .blogs-landing-content span {
  display: block;
  font-size: 19px;
  margin-bottom: 5px;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  position: relative;
  padding-left: 12px;
}
@media (max-width: 1366px) {
  .blogs-landing-section .blogs-landing-container .blogs-landing-main .blogs-landing-content span {
    font-size: 18px;
  }
}
.blogs-landing-section .blogs-landing-container .blogs-landing-main .blogs-landing-content span:before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 10px;
  top: 10px;
  left: 0;
  background-color: #008cd1;
}
.blogs-landing-section .blogs-landing-container .blogs-landing-main .blogs-landing-content h2 {
  font-size: 36px;
  font-family: "DM Sans", sans-serif;
  margin-bottom: 15px;
  margin-top: 10px;
  font-weight: 500;
}
@media (max-width: 1470px) {
  .blogs-landing-section .blogs-landing-container .blogs-landing-main .blogs-landing-content h2 {
    font-size: 30px;
  }
}
@media (max-width: 1366px) {
  .blogs-landing-section .blogs-landing-container .blogs-landing-main .blogs-landing-content h2 {
    font-size: 26px;
  }
}
@media (max-width: 1280px) {
  .blogs-landing-section .blogs-landing-container .blogs-landing-main .blogs-landing-content h2 {
    font-size: 26px;
  }
}
@media (max-width: 1101px) {
  .blogs-landing-section .blogs-landing-container .blogs-landing-main .blogs-landing-content h2 {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .blogs-landing-section .blogs-landing-container .blogs-landing-main .blogs-landing-content h2 {
    font-size: 24px;
    margin-bottom: 10px;
    margin-top: 0px;
  }
}
@media (max-width: 500px) {
  .blogs-landing-section .blogs-landing-container .blogs-landing-main .blogs-landing-content h2 {
    font-size: 25px;
  }
}
.blogs-landing-section .blogs-landing-container .blogs-landing-main .blogs-landing-content h3 {
  font-size: 28px;
  margin-bottom: 10px;
  font-family: "DM Sans", sans-serif;
}
@media (max-width: 1470px) {
  .blogs-landing-section .blogs-landing-container .blogs-landing-main .blogs-landing-content h3 {
    font-size: 24px;
  }
}
@media (max-width: 1366px) {
  .blogs-landing-section .blogs-landing-container .blogs-landing-main .blogs-landing-content h3 {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .blogs-landing-section .blogs-landing-container .blogs-landing-main .blogs-landing-content h3 {
    font-size: 20px;
  }
}
@media (max-width: 500px) {
  .blogs-landing-section .blogs-landing-container .blogs-landing-main .blogs-landing-content h3 {
    font-size: 19px;
  }
}
.blogs-landing-section .blogs-landing-container .blogs-landing-main .blogs-landing-content p {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 20px;
}
@media (max-width: 1366px) {
  .blogs-landing-section .blogs-landing-container .blogs-landing-main .blogs-landing-content p {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .blogs-landing-section .blogs-landing-container .blogs-landing-main .blogs-landing-content p {
    font-size: 16px;
  }
}
.blogs-landing-section .blogs-landing-container .blogs-landing-main .blogs-landing-content p:nth-last-child(1) {
  margin-bottom: 0px;
}
.blogs-landing-section .blogs-landing-container .blogs-landing-main .blogs-landing-content .image-box {
  width: 100%;
  margin: 30px 0;
}
.blogs-landing-section .blogs-landing-container .blogs-landing-main .blogs-landing-content .image-box img {
  width: 100%;
  border-radius: 15px;
}
.blogs-landing-section .blogs-landing-container .blogs-landing-main .other-blogs-content {
  width: 35%;
  padding: 28px;
  background-color: #f6f6f6;
  border-radius: 5px;
  height: fit-content;
}
@media (max-width: 1280px) {
  .blogs-landing-section .blogs-landing-container .blogs-landing-main .other-blogs-content {
    padding: 24px;
  }
}
@media (max-width: 1024px) {
  .blogs-landing-section .blogs-landing-container .blogs-landing-main .other-blogs-content {
    font-size: 100%;
  }
}
@media (max-width: 768px) {
  .blogs-landing-section .blogs-landing-container .blogs-landing-main .other-blogs-content {
    width: 100%;
  }
}
.blogs-landing-section .blogs-landing-container .blogs-landing-main .other-blogs-content h4 {
  font-size: 34px;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  margin-bottom: 10px;
}
@media (max-width: 1600px) {
  .blogs-landing-section .blogs-landing-container .blogs-landing-main .other-blogs-content h4 {
    font-size: 32px;
  }
}
@media (max-width: 1366px) {
  .blogs-landing-section .blogs-landing-container .blogs-landing-main .other-blogs-content h4 {
    font-size: 26px;
  }
}
@media (max-width: 1280px) {
  .blogs-landing-section .blogs-landing-container .blogs-landing-main .other-blogs-content h4 {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .blogs-landing-section .blogs-landing-container .blogs-landing-main .other-blogs-content h4 {
    font-size: 24px;
  }
}
.blogs-landing-section .blogs-landing-container .blogs-landing-main .other-blogs-content p {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 20px 0;
}
@media (max-width: 1366px) {
  .blogs-landing-section .blogs-landing-container .blogs-landing-main .other-blogs-content p {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .blogs-landing-section .blogs-landing-container .blogs-landing-main .other-blogs-content p {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .blogs-landing-section .blogs-landing-container .blogs-landing-main .other-blogs-content p {
    line-height: 22px;
  }
}
.blogs-landing-section .blogs-landing-container .blogs-landing-main .other-blogs-content .investors-blog-div {
  width: 100%;
}
.blogs-landing-section .blogs-landing-container .blogs-landing-main .other-blogs-content .investors-blog-div ul {
  margin: 0;
  padding: 0;
}
.blogs-landing-section .blogs-landing-container .blogs-landing-main .other-blogs-content .investors-blog-div ul li {
  list-style: none;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #008cd1;
}
.blogs-landing-section .blogs-landing-container .blogs-landing-main .other-blogs-content .investors-blog-div ul li:nth-last-child(1) {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}
.blogs-landing-section .blogs-landing-container .blogs-landing-main .other-blogs-content .investors-blog-div ul li .home-campaigns-content {
  width: 100%;
  display: flex;
  gap: 20px;
}
@media (max-width: 1536px) {
  .blogs-landing-section .blogs-landing-container .blogs-landing-main .other-blogs-content .investors-blog-div ul li .home-campaigns-content {
    gap: 15px;
  }
}
@media (max-width: 1024px) {
  .blogs-landing-section .blogs-landing-container .blogs-landing-main .other-blogs-content .investors-blog-div ul li .home-campaigns-content {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .blogs-landing-section .blogs-landing-container .blogs-landing-main .other-blogs-content .investors-blog-div ul li .home-campaigns-content {
    gap: 10px;
  }
}
.blogs-landing-section .blogs-landing-container .blogs-landing-main .other-blogs-content .investors-blog-div ul li .home-campaigns-content .img-div {
  width: 55%;
  border-radius: 15px;
}
@media (max-width: 1536px) {
  .blogs-landing-section .blogs-landing-container .blogs-landing-main .other-blogs-content .investors-blog-div ul li .home-campaigns-content .img-div {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .blogs-landing-section .blogs-landing-container .blogs-landing-main .other-blogs-content .investors-blog-div ul li .home-campaigns-content .img-div {
    width: 28%;
  }
}
@media (max-width: 500px) {
  .blogs-landing-section .blogs-landing-container .blogs-landing-main .other-blogs-content .investors-blog-div ul li .home-campaigns-content .img-div {
    width: 35%;
  }
}
.blogs-landing-section .blogs-landing-container .blogs-landing-main .other-blogs-content .investors-blog-div ul li .home-campaigns-content .img-div img {
  width: 100%;
  border-radius: 15px;
}
.blogs-landing-section .blogs-landing-container .blogs-landing-main .other-blogs-content .investors-blog-div ul li .home-campaigns-content .content-div {
  width: 60%;
}
@media (max-width: 1024px) {
  .blogs-landing-section .blogs-landing-container .blogs-landing-main .other-blogs-content .investors-blog-div ul li .home-campaigns-content .content-div {
    width: 100%;
  }
}
.blogs-landing-section .blogs-landing-container .blogs-landing-main .other-blogs-content .investors-blog-div ul li .home-campaigns-content .content-div h3 {
  font-size: 17px;
  font-weight: 500;
  color: #1e1e1e;
  font-family: "Onest", sans-serif;
  margin-bottom: 3px;
  line-height: 24px;
}
@media (max-width: 1470px) {
  .blogs-landing-section .blogs-landing-container .blogs-landing-main .other-blogs-content .investors-blog-div ul li .home-campaigns-content .content-div h3 {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 1280px) {
  .blogs-landing-section .blogs-landing-container .blogs-landing-main .other-blogs-content .investors-blog-div ul li .home-campaigns-content .content-div h3 {
    font-size: 15px;
  }
}
@media (max-width: 1101px) {
  .blogs-landing-section .blogs-landing-container .blogs-landing-main .other-blogs-content .investors-blog-div ul li .home-campaigns-content .content-div h3 {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .blogs-landing-section .blogs-landing-container .blogs-landing-main .other-blogs-content .investors-blog-div ul li .home-campaigns-content .content-div h3 {
    font-size: 18px;
  }
}
.blogs-landing-section .blogs-landing-container .blogs-landing-main .other-blogs-content .investors-blog-div ul li .home-campaigns-content .content-div p {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #1e1e1e;
  margin-bottom: 3px;
  font-size: 15px;
  line-height: 22px;
}
@media (max-width: 1366px) {
  .blogs-landing-section .blogs-landing-container .blogs-landing-main .other-blogs-content .investors-blog-div ul li .home-campaigns-content .content-div p {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .blogs-landing-section .blogs-landing-container .blogs-landing-main .other-blogs-content .investors-blog-div ul li .home-campaigns-content .content-div p {
    font-size: 16px;
  }
}
@media (max-width: 1470px) {
  .blogs-landing-section .blogs-landing-container .blogs-landing-main .other-blogs-content .investors-blog-div ul li .home-campaigns-content .content-div p {
    font-size: 14px;
    margin: 0;
    line-height: 20px;
  }
}
@media (max-width: 1101x) {
  .blogs-landing-section .blogs-landing-container .blogs-landing-main .other-blogs-content .investors-blog-div ul li .home-campaigns-content .content-div p {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .blogs-landing-section .blogs-landing-container .blogs-landing-main .other-blogs-content .investors-blog-div ul li .home-campaigns-content .content-div p {
    font-size: 16px;
    margin-bottom: 8px;
  }
}
@media (max-width: 360px) {
  .blogs-landing-section .blogs-landing-container .blogs-landing-main .other-blogs-content .investors-blog-div ul li .home-campaigns-content .content-div p {
    font-size: 15px;
  }
}
.blogs-landing-section .blogs-landing-container .blogs-landing-main .other-blogs-content .investors-blog-div ul li .home-campaigns-content .content-div a {
  color: #008cd1;
  font-size: 14px;
}
@media (max-width: 1366px) {
  .blogs-landing-section .blogs-landing-container .blogs-landing-main .other-blogs-content .investors-blog-div ul li .home-campaigns-content .content-div a {
    font-size: 13px;
  }
}
@media (max-width: 1101px) {
  .blogs-landing-section .blogs-landing-container .blogs-landing-main .other-blogs-content .investors-blog-div ul li .home-campaigns-content .content-div a {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .blogs-landing-section .blogs-landing-container .blogs-landing-main .other-blogs-content .investors-blog-div ul li .home-campaigns-content .content-div a {
    font-size: 15px;
  }
}

.pagination li {
  display: flex;
}

.other-services {
  width: 100%;
  padding: 4% 0;
}
.other-services h1 {
  text-align: center;
  margin-bottom: 10px;
  font-family: "DM Sans", sans-serif;
  font-size: 40px;
  text-transform: capitalize;
  color: #1e1e1e;
  font-weight: 600;
  position: relative;
  padding-left: 10px;
}
@media (max-width: 1536px) {
  .other-services h1 {
    padding-left: 15px;
  }
}
@media (max-width: 1280px) {
  .other-services h1 {
    padding-left: 10px;
  }
}
.other-services h1::before {
  width: 5px;
  height: 100%;
  position: absolute;
  background-color: #008cd1;
  left: 0;
  top: 0;
  content: "";
}
@media (max-width: 1470px) {
  .other-services h1::before {
    width: 4px;
    height: 85%;
    top: 5px;
    content: "";
  }
}
@media (max-width: 1366px) {
  .other-services h1::before {
    width: 4px;
    height: 60%;
    top: 6px;
    content: "";
  }
}
@media (max-width: 1280px) {
  .other-services h1::before {
    top: 8px;
    width: 3px;
  }
}
@media (max-width: 1101px) {
  .other-services h1::before {
    height: 65%;
    top: 5px;
  }
}
@media (max-width: 768px) {
  .other-services h1::before {
    top: 6px;
  }
}
@media (max-width: 1600px) {
  .other-services h1 {
    font-size: 35px;
  }
}
@media (max-width: 1470px) {
  .other-services h1 {
    font-size: 36px;
    line-height: 45px;
  }
}
@media (max-width: 1366px) {
  .other-services h1 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (max-width: 1280px) {
  .other-services h1 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 1101px) {
  .other-services h1 {
    font-size: 28px;
    line-height: 34px;
  }
}
@media (max-width: 500px) {
  .other-services h1 {
    letter-spacing: 0;
    font-size: 22px;
    line-height: 28px;
  }
}
.other-services h1::before {
  display: none;
}
.other-services h2 {
  text-align: center;
}
.other-services .other-services-carousel {
  width: 100%;
}
.other-services .other-services-carousel .slide-arrow {
  display: none !important;
}
.other-services .other-services-carousel .slick-slide {
  margin: 0 15px;
}
.other-services .other-services-carousel .item {
  text-align: center;
}
.other-services .other-services-carousel .item .img-box {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.other-services .other-services-carousel .item .img-box img {
  width: 100%;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}
.other-services .other-services-carousel .item:hover .img-box img {
  transform: scale(1.05);
  transition: all 0.3s ease-in-out;
  filter: grayscale(50%);
}
.other-services .other-services-carousel .item:hover .other-services-content h3 {
  color: #1e1e1e;
  transition: 0.5s;
}
.other-services .other-services-carousel .item .other-services-content {
  width: 100%;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px 10px;
}
.other-services .other-services-carousel .item .other-services-content h3 {
  font-size: 27px;
  font-family: "DM Sans", sans-serif;
  color: #008cd1;
  font-weight: 600;
  margin-top: 10px;
  transition: 0.5s;
}
@media (max-width: 1600px) {
  .other-services .other-services-carousel .item .other-services-content h3 {
    font-size: 25px;
    margin-top: 5px;
  }
}
@media (max-width: 1101px) {
  .other-services .other-services-carousel .item .other-services-content h3 {
    font-size: 23px;
  }
}
@media (max-width: 768px) {
  .other-services .other-services-carousel .item .other-services-content h3 {
    font-size: 20px;
  }
}
.other-services .other-services-carousel .item .other-services-content a {
  color: #008cd1;
  font-size: 16px;
  text-decoration: none;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  margin-top: 0px;
  display: block;
}
.other-services .other-services-carousel .item .other-services-content a span {
  transition: all 0.5s ease;
  display: inline-block;
  font-weight: 500;
  margin-top: 0;
}
.other-services .other-services-carousel .item .other-services-content p {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #1e1e1e;
  margin-top: 7px;
}
@media (max-width: 1366px) {
  .other-services .other-services-carousel .item .other-services-content p {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .other-services .other-services-carousel .item .other-services-content p {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .other-services .other-services-carousel .item .other-services-content p {
    text-align: left;
    line-height: 22px;
  }
}
.other-services .other-services-carousel .item:hover a span {
  transform: rotate(45deg);
  transition: all 0.5s ease;
}

/*************************Our Partners Section**************************/
.our-partners-section {
  width: 100%;
  background-color: #f6f6f6;
  padding: 4% 0;
}
.our-partners-section .partners-carousel {
  width: 100%;
  mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 12.5%, rgb(0, 0, 0) 87.5%, rgba(0, 0, 0, 0));
}
.our-partners-section .partners-carousel .slick-list {
  padding: 20px 0;
}
.our-partners-section .partners-carousel .slick-arrow {
  display: none !important;
}
.our-partners-section .partners-carousel .slick-slide {
  margin: 0 20px;
}
@media (max-width: 768px) {
  .our-partners-section .partners-carousel .slick-slide {
    margin: 0 10px;
  }
}
.our-partners-section .partners-carousel .item {
  background-color: #fff;
  padding: 15px;
  border-radius: 10px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.our-partners-section .partners-carousel .item img {
  width: 80%;
  margin: 0 auto;
}

/******************************Partners Call to Action**************************/
.partners-call-to-action {
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: rgba(18, 164, 223, 0.231372549);
  padding: 4% 0;
}
.partners-call-to-action .main-backward-box {
  width: 100%;
}
@media (max-width: 991px) {
  .partners-call-to-action .main-backward-box .fully-backward-left-div {
    width: 65%;
  }
}
@media (max-width: 768px) {
  .partners-call-to-action .main-backward-box .fully-backward-left-div {
    width: 90%;
  }
}
@media (max-width: 500px) {
  .partners-call-to-action .main-backward-box .fully-backward-left-div {
    width: 100%;
  }
}
.partners-call-to-action .main-backward-box .fully-backward-left-div h2 {
  font-size: 50px;
  font-family: "DM Sans", sans-serif;
  color: #1e1e1e;
  font-weight: 600;
  margin-bottom: 20px;
  letter-spacing: 1px;
  line-height: 60px;
}
@media (max-width: 1600px) {
  .partners-call-to-action .main-backward-box .fully-backward-left-div h2 {
    font-size: 45px;
    line-height: 55px;
  }
}
@media (max-width: 1366px) {
  .partners-call-to-action .main-backward-box .fully-backward-left-div h2 {
    font-size: 38px;
    line-height: 46px;
  }
}
@media (max-width: 1280px) {
  .partners-call-to-action .main-backward-box .fully-backward-left-div h2 {
    font-size: 32px;
    line-height: 38px;
  }
}
@media (max-width: 1101px) {
  .partners-call-to-action .main-backward-box .fully-backward-left-div h2 {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .partners-call-to-action .main-backward-box .fully-backward-left-div h2 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (max-width: 500px) {
  .partners-call-to-action .main-backward-box .fully-backward-left-div h2 {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .partners-call-to-action .main-backward-box .fully-backward-left-div h2 br {
    display: none;
  }
}
.partners-call-to-action .main-backward-box .fully-backward-left-div p {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}
@media (max-width: 1366px) {
  .partners-call-to-action .main-backward-box .fully-backward-left-div p {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .partners-call-to-action .main-backward-box .fully-backward-left-div p {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .partners-call-to-action .main-backward-box .fully-backward-left-div p {
    line-height: 24px;
  }
}
@media (max-width: 500px) {
  .partners-call-to-action .main-backward-box .fully-backward-left-div p {
    text-align: left;
  }
}
@media (max-width: 768px) {
  .partners-call-to-action .main-backward-box .fully-backward-left-div p br {
    display: none;
  }
}
.partners-call-to-action .main-backward-box .fully-backward-left-div a {
  background-color: #008cd1;
  color: #fff;
  font-family: "Onest", sans-serif;
  font-size: 16px;
  padding: 8px 15px;
  border-radius: 5px;
  display: inline-block;
  text-transform: capitalize;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
  border: 1px solid transparent;
  margin-top: 25px;
}
.partners-call-to-action .main-backward-box .fully-backward-left-div a:hover {
  background-color: transparent;
  color: #008cd1;
  border: 1px solid #008cd1;
  text-decoration: none;
}
@media (max-width: 1470px) {
  .partners-call-to-action .main-backward-box .fully-backward-left-div a {
    font-size: 15px;
  }
}
@media (max-width: 1366px) {
  .partners-call-to-action .main-backward-box .fully-backward-left-div a {
    font-size: 15px;
    padding: 6px 10px;
  }
}
@media (max-width: 500px) {
  .partners-call-to-action .main-backward-box .fully-backward-left-div a {
    margin-top: 15px;
  }
}
.partners-call-to-action .main-backward-box .fully-backward-right-div {
  position: absolute;
  right: 0;
  bottom: 0;
}
.partners-call-to-action .main-backward-box .fully-backward-right-div img {
  width: 100%;
  float: right;
}
@media (max-width: 1280px) {
  .partners-call-to-action .main-backward-box .fully-backward-right-div img {
    width: 75%;
  }
}
@media (max-width: 991px) {
  .partners-call-to-action .main-backward-box .fully-backward-right-div img {
    width: 65%;
  }
}
@media (max-width: 768px) {
  .partners-call-to-action .main-backward-box .fully-backward-right-div img {
    width: 65%;
    display: none;
  }
}

/**************************Solution Offerings css**************************/
.solution-offerings {
  width: 100%;
  padding: 4% 0;
  background-image: url("../img/partners-bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-attachment: fixed;
  background-color: #f6f6f6;
}
.solution-offerings:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8392156863);
}
.solution-offerings ul.features-list {
  padding: 0;
  margin: 0;
  display: grid;
  grid-auto-rows: auto;
  grid-template-columns: repeat(auto-fill, minmax(385px, 1fr));
  grid-gap: 2em;
}
@media (max-width: 1366px) {
  .solution-offerings ul.features-list {
    grid-template-columns: repeat(auto-fill, minmax(370px, 1fr));
  }
}
@media (max-width: 1280px) {
  .solution-offerings ul.features-list {
    grid-gap: 1em;
  }
}
@media (max-width: 500px) {
  .solution-offerings ul.features-list {
    grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  }
}
.solution-offerings ul.features-list li {
  list-style: none;
  flex-grow: 1;
  text-align: center;
}
.solution-offerings ul.features-list li span {
  padding: 20px;
  -webkit-box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.09);
  border-radius: 40px;
  display: block;
  font-size: 22px;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  background-color: rgba(255, 255, 255, 0.1882352941);
  line-height: 30px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.1882352941);
}
@media (max-width: 1101px) {
  .solution-offerings ul.features-list li span {
    font-size: 18px;
    padding: 16px;
    line-height: 28px;
  }
}
.solution-offerings ul.features-list li span i {
  margin-right: 5px;
  color: #008cd1;
  display: block;
}
.solution-offerings .heading-div .heading-div-left {
  width: 100%;
}
@media (max-width: 1600px) {
  .solution-offerings .heading-div .heading-div-left {
    gap: 15px;
  }
}
@media (max-width: 1280px) {
  .solution-offerings .heading-div .heading-div-left {
    gap: 10px;
  }
}
@media (max-width: 500px) {
  .solution-offerings .heading-div .heading-div-left {
    gap: 5px;
  }
}
.solution-offerings .heading-div .heading-div-left h1 {
  color: #fff;
  padding-left: 0;
}
.solution-offerings .heading-div .heading-div-left h1:before {
  display: none;
}
.solution-offerings .heading-div .heading-div-left h2 {
  color: #94dcff;
}
.solution-offerings .heading-div .heading-div-left p {
  color: #fff;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 26px;
  margin-top: 10px;
}
@media (max-width: 1366px) {
  .solution-offerings .heading-div .heading-div-left p {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .solution-offerings .heading-div .heading-div-left p {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .solution-offerings .heading-div .heading-div-left p {
    text-align: left;
  }
}
@media (max-width: 1280px) {
  .solution-offerings .heading-div .heading-div-left p br {
    display: none;
  }
}

/**************************Our Services Encompass Section css**************************/
.our-services-encompass {
  width: 100%;
  padding: 4% 0;
}
.our-services-encompass .services-encompass-div {
  width: 100%;
  display: flex;
  gap: 100px;
  border-radius: 40px;
}
@media (max-width: 1600px) {
  .our-services-encompass .services-encompass-div {
    gap: 50px;
  }
}
@media (max-width: 768px) {
  .our-services-encompass .services-encompass-div {
    flex-direction: column;
    gap: 0;
  }
}
.our-services-encompass .services-encompass-div .services-compass-left {
  width: 50%;
}
@media (max-width: 768px) {
  .our-services-encompass .services-encompass-div .services-compass-left {
    width: 100%;
  }
}
.our-services-encompass .services-encompass-div .services-compass-left .accordion-item {
  background-color: transparent;
  font-family: "DM Sans", sans-serif;
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
}
.our-services-encompass .services-encompass-div .services-compass-left .accordion-item .accordion-button {
  background-color: transparent;
  font-size: 26px;
  font-weight: 500;
  border: none;
  box-shadow: none;
  font-family: "DM Sans", sans-serif;
  color: #454545;
  transition: all 0.3s ease;
  padding: 20px 10px;
  line-height: 32px;
}
@media (max-width: 1470px) {
  .our-services-encompass .services-encompass-div .services-compass-left .accordion-item .accordion-button {
    font-size: 24px;
  }
}
@media (max-width: 1280px) {
  .our-services-encompass .services-encompass-div .services-compass-left .accordion-item .accordion-button {
    font-size: 24px;
    padding: 15px;
  }
}
@media (max-width: 991px) {
  .our-services-encompass .services-encompass-div .services-compass-left .accordion-item .accordion-button {
    font-size: 22px;
    padding: 10px;
  }
}
@media (max-width: 500px) {
  .our-services-encompass .services-encompass-div .services-compass-left .accordion-item .accordion-button {
    font-size: 20px;
    font-weight: 500;
  }
}
.our-services-encompass .services-encompass-div .services-compass-left .accordion-item .accordion-button:focus {
  box-shadow: none;
}
.our-services-encompass .services-encompass-div .services-compass-left .accordion-item .accordion-button::after {
  background-image: none !important;
  content: "\ea6c";
  font-family: remixicon !important;
  font-style: normal;
  position: absolute;
  right: 15px;
  font-size: 28px;
  width: auto;
  height: auto;
  font-weight: 100;
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  .our-services-encompass .services-encompass-div .services-compass-left .accordion-item .accordion-button::after {
    font-size: 24px;
  }
}
@media (max-width: 500px) {
  .our-services-encompass .services-encompass-div .services-compass-left .accordion-item .accordion-button::after {
    font-size: 20px;
  }
}
.our-services-encompass .services-encompass-div .services-compass-left .accordion-item .accordion-button:not(.collapsed) {
  background-color: rgba(18, 164, 223, 0.0784313725);
  color: #008cd1;
}
.our-services-encompass .services-encompass-div .services-compass-left .accordion-item .accordion-button:not(.collapsed)::after {
  transform: rotate(36deg);
}
.our-services-encompass .services-encompass-div .services-compass-left .accordion-item .accordion-button:hover {
  background-color: rgba(18, 164, 223, 0.0784313725);
  color: #008cd1;
  transition: all 0.3s ease;
}
.our-services-encompass .services-encompass-div .services-compass-left .accordion-item .accordion-button:hover::after {
  transform: rotate(36deg);
  transition: all 0.3s ease;
}
.our-services-encompass .services-encompass-div .services-compass-left .accordion-item .accordion-collapse p {
  font-size: 18px;
  padding: 10px 10px 15px 10px;
  background-color: #f0f2f3;
}
.our-services-encompass .services-encompass-div .services-compass-left .accordion-item .accordion-body {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-size: 17px;
}
@media (max-width: 1366px) {
  .our-services-encompass .services-encompass-div .services-compass-left .accordion-item .accordion-body {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .our-services-encompass .services-encompass-div .services-compass-left .accordion-item .accordion-body {
    font-size: 16px;
  }
}
.our-services-encompass .services-encompass-div .services-compass-left .accordion-item:nth-last-child(1) {
  border-bottom: none;
}
.our-services-encompass .services-encompass-div .services-compass-right {
  width: 50%;
  background-size: cover;
  transition: background-image 0.3s ease-in-out;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .our-services-encompass .services-encompass-div .services-compass-right {
    width: 100%;
    display: none;
  }
}

.default-image {
  background-image: url("../img/why-choose-us-left-img.webp");
}

.ip-elv-image {
  background-image: url("../img/homepage-services-img1.webp");
}

.conducting-image {
  background-image: url("../img/partners-bg.webp");
}

.generating-image {
  background-image: url("../img/homepage-services-img1.webp");
}

.optimizing-image {
  background-image: url("../img/partners-bg.webp");
}

.maintenance-image {
  background-image: url("../img/homepage-services-img1.webp");
}

.integrating-image {
  background-image: url("../img/partners-bg.webp");
}

.seamless-image {
  background-image: url("../img/homepage-services-img1.webp");
}

.collaborating-image {
  background-image: url("../img/partners-bg.webp");
}

.planning-for-fttx {
  background-image: url("../img/services/fttx/encompass-img1.webp");
}

.fttx-network-deployment {
  background-image: url("../img/services/fttx/encompass-img2.webp");
}

.aggregator-switch {
  background-image: url("../img/services/fttx/encompass-img3.webp");
}

.integrating-wireless {
  background-image: url("../img/services/fttx/encompass-img4.webp");
}

.fttx-usps {
  width: 100%;
  display: grid;
  grid-auto-rows: auto;
  grid-template-columns: repeat(auto-fill, minmax(385px, 1fr));
  grid-gap: 2em;
}
@media (max-width: 1366px) {
  .fttx-usps {
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
  }
}
@media (max-width: 1024px) {
  .fttx-usps {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  }
}
@media (max-width: 768px) {
  .fttx-usps {
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  }
}
@media (max-width: 1101px) {
  .fttx-usps {
    grid-gap: 1em;
  }
}
@media (max-width: 500px) {
  .fttx-usps {
    grid-gap: 0.5em;
  }
}
.fttx-usps .fttx-usps-box {
  text-align: left;
  font-family: "DM Sans", sans-serif;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: #fff;
  border-radius: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  position: relative;
  z-index: 1;
  border-radius: 10px;
  cursor: pointer;
}
.fttx-usps .fttx-usps-box::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(to top, #001323, rgba(0, 0, 0, 0.15));
  z-index: 0;
  border-radius: 10px;
}
@media (max-width: 1470px) {
  .fttx-usps .fttx-usps-box::before {
    background: linear-gradient(to top, #001323, rgba(0, 0, 0, 0.62));
  }
}
.fttx-usps .fttx-usps-box img {
  width: 100%;
  border-radius: 10px;
}
.fttx-usps .fttx-usps-box .fttx-content {
  position: absolute;
  bottom: 0;
  padding: 30px;
}
@media (max-width: 1470px) {
  .fttx-usps .fttx-usps-box .fttx-content {
    padding: 15px;
  }
}
@media (max-width: 1600px) {
  .fttx-usps .fttx-usps-box {
    padding: 20px;
    gap: 8px;
  }
}
@media (max-width: 1536px) {
  .fttx-usps .fttx-usps-box {
    padding: 5px;
  }
}
.fttx-usps .fttx-usps-box:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(30, 30, 30, 0.8784313725);
  left: 0;
  top: 0;
  border-radius: 10px;
  z-index: -1;
  transition: 0.5s ease all;
}
.fttx-usps .fttx-usps-box i {
  font-size: 28px;
  color: #fff;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #008cd1;
  margin-bottom: 15px;
}
@media (max-width: 1470px) {
  .fttx-usps .fttx-usps-box i {
    margin-bottom: 10px;
  }
}
@media (max-width: 1101px) {
  .fttx-usps .fttx-usps-box i {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 500px) {
  .fttx-usps .fttx-usps-box i {
    width: 45px;
    height: 45px;
    font-size: 24px;
  }
}
.fttx-usps .fttx-usps-box h3 {
  font-size: 28px;
  color: #fff;
  margin-bottom: 12px;
}
@media (max-width: 1600px) {
  .fttx-usps .fttx-usps-box h3 {
    font-size: 26px;
  }
}
@media (max-width: 1470px) {
  .fttx-usps .fttx-usps-box h3 {
    font-size: 24px;
    margin-bottom: 8px;
  }
}
@media (max-width: 1280px) {
  .fttx-usps .fttx-usps-box h3 {
    font-size: 22px;
  }
}
.fttx-usps .fttx-usps-box p {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
}
@media (max-width: 1366px) {
  .fttx-usps .fttx-usps-box p {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .fttx-usps .fttx-usps-box p {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .fttx-usps .fttx-usps-box p {
    text-align: left;
  }
}
.fttx-usps .fttx-usps-box:hover:after {
  background-color: rgba(30, 30, 30, 0.5882352941);
  transition: 0.5s ease all;
}

.core-data-center-enhancements {
  width: 100%;
  background-image: url("../img/mobility-solution-bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 4% 0;
  position: relative;
}
.core-data-center-enhancements::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4196078431);
}
.core-data-center-enhancements .heading-div .heading-div-left h1 {
  color: #fff;
}
.core-data-center-enhancements .horizontal-scoll-wrapper {
  overflow: hidden;
  height: auto;
}
.core-data-center-enhancements .horizontal-scoll-wrapper .owl-stage {
  display: flex;
}
.core-data-center-enhancements .horizontal-scoll-wrapper .owl-item {
  padding: 0 20px;
  display: flex;
  height: auto !important;
}
@media (max-width: 1366px) {
  .core-data-center-enhancements .horizontal-scoll-wrapper .owl-item {
    padding: 0 10px;
  }
}
.core-data-center-enhancements .horizontal-scoll-wrapper .slide-box {
  width: 100%;
  border-radius: 14px;
  display: flex;
  font-size: 60px;
  color: #fff;
  background-color: #fff;
  flex-direction: column;
  padding: 30px;
  transition: all 0.5s;
}
.core-data-center-enhancements .horizontal-scoll-wrapper .slide-box h1 {
  font-family: "DM Sans", sans-serif;
  font-size: 32px;
  line-height: 36px;
  margin-bottom: 15px;
  color: #008cd1;
}
@media (max-width: 1600px) {
  .core-data-center-enhancements .horizontal-scoll-wrapper .slide-box h1 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 8px;
  }
}
@media (max-width: 1470px) {
  .core-data-center-enhancements .horizontal-scoll-wrapper .slide-box h1 {
    font-size: 26px;
    line-height: 30px;
  }
}
@media (max-width: 1101px) {
  .core-data-center-enhancements .horizontal-scoll-wrapper .slide-box h1 {
    font-size: 25px;
    line-height: 32px;
  }
}
.core-data-center-enhancements .horizontal-scoll-wrapper .slide-box span {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-size: 17px;
  color: #1e1e1e;
}
@media (max-width: 1366px) {
  .core-data-center-enhancements .horizontal-scoll-wrapper .slide-box span {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .core-data-center-enhancements .horizontal-scoll-wrapper .slide-box span {
    font-size: 16px;
  }
}
.core-data-center-enhancements .horizontal-scoll-wrapper .owl-item.is-big .slide-box {
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
  background-color: #008cd1;
  transition: all 0.5s;
}
.core-data-center-enhancements .horizontal-scoll-wrapper .owl-item.is-big .slide-box h1 {
  color: #fff;
  transition: all 0.5s;
}
.core-data-center-enhancements .horizontal-scoll-wrapper .owl-item.is-big .slide-box span {
  color: #fff;
  transition: all 0.5s;
}

.our-service-methodology {
  width: 100%;
  padding: 4% 0;
}
.our-service-methodology h2 {
  font-family: "DM Sans", sans-serif;
  font-size: 40px;
  text-transform: capitalize;
  color: #1e1e1e;
  font-weight: 600;
  position: relative;
  padding-left: 10px;
  text-align: center;
  color: #008cd1;
}
@media (max-width: 1536px) {
  .our-service-methodology h2 {
    padding-left: 15px;
  }
}
@media (max-width: 1280px) {
  .our-service-methodology h2 {
    padding-left: 10px;
  }
}
.our-service-methodology h2::before {
  width: 5px;
  height: 100%;
  position: absolute;
  background-color: #008cd1;
  left: 0;
  top: 0;
  content: "";
}
@media (max-width: 1470px) {
  .our-service-methodology h2::before {
    width: 4px;
    height: 85%;
    top: 5px;
    content: "";
  }
}
@media (max-width: 1366px) {
  .our-service-methodology h2::before {
    width: 4px;
    height: 60%;
    top: 6px;
    content: "";
  }
}
@media (max-width: 1280px) {
  .our-service-methodology h2::before {
    top: 8px;
    width: 3px;
  }
}
@media (max-width: 1101px) {
  .our-service-methodology h2::before {
    height: 65%;
    top: 5px;
  }
}
@media (max-width: 768px) {
  .our-service-methodology h2::before {
    top: 6px;
  }
}
@media (max-width: 1600px) {
  .our-service-methodology h2 {
    font-size: 35px;
  }
}
@media (max-width: 1470px) {
  .our-service-methodology h2 {
    font-size: 36px;
    line-height: 45px;
  }
}
@media (max-width: 1366px) {
  .our-service-methodology h2 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (max-width: 1280px) {
  .our-service-methodology h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 1101px) {
  .our-service-methodology h2 {
    font-size: 28px;
    line-height: 34px;
  }
}
@media (max-width: 500px) {
  .our-service-methodology h2 {
    letter-spacing: 0;
    font-size: 22px;
    line-height: 28px;
  }
}
.our-service-methodology h2::before {
  display: none;
}
.our-service-methodology .custom-container {
  position: relative;
}
.our-service-methodology .custom-nav {
  width: 100%;
  position: absolute;
  top: 55%;
}
.our-service-methodology .custom-nav .owl-prev,
.our-service-methodology .custom-nav .owl-next {
  position: absolute;
  color: inherit;
  background: none;
  border: none;
  z-index: 100;
  background: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  transition: all 0.5s;
}
.our-service-methodology .custom-nav .owl-prev i,
.our-service-methodology .custom-nav .owl-next i {
  font-size: 25px;
  color: #008cd1;
  transition: all 0.5s;
}
.our-service-methodology .custom-nav .owl-prev:hover,
.our-service-methodology .custom-nav .owl-next:hover {
  background: #008cd1;
  transition: all 0.5s;
}
.our-service-methodology .custom-nav .owl-prev:hover i,
.our-service-methodology .custom-nav .owl-next:hover i {
  transition: all 0.5s;
  color: #fff;
}
.our-service-methodology .custom-nav .owl-prev {
  left: -15px;
}
.our-service-methodology .custom-nav .owl-next {
  right: -15px;
}
.our-service-methodology .owl-stage {
  display: flex;
}
.our-service-methodology .owl-item {
  display: flex;
  height: auto !important;
}
@media (max-width: 1101px) {
  .our-service-methodology .owl-item {
    display: block;
  }
}
.our-service-methodology .slide {
  display: flex;
  flex-direction: column;
  gap: 20px;
  background-color: #f6f6f6;
  padding: 40px;
  border-radius: 10px;
  margin: 0 15px;
}
@media (max-width: 1366px) {
  .our-service-methodology .slide {
    margin: 0 5px;
  }
}
@media (max-width: 1101px) {
  .our-service-methodology .slide {
    gap: 15px;
  }
}
@media (max-width: 500px) {
  .our-service-methodology .slide {
    padding: 20px;
  }
}
.our-service-methodology .slide h1 {
  font-family: "DM Sans", sans-serif;
  font-size: 32px;
  font-weight: 500;
}
@media (max-width: 1366px) {
  .our-service-methodology .slide h1 {
    font-size: 30px;
  }
}
@media (max-width: 1101px) {
  .our-service-methodology .slide h1 {
    font-size: 28px;
  }
}
.our-service-methodology .slide p {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 26px;
}
@media (max-width: 1366px) {
  .our-service-methodology .slide p {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .our-service-methodology .slide p {
    font-size: 16px;
  }
}
.our-service-methodology .slide span {
  display: block;
  font-family: "DM Sans", sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #008cd1;
}
@media (max-width: 1101px) {
  .our-service-methodology .slide span {
    font-size: 20px;
  }
}
.our-service-methodology .slide ul {
  margin: 0;
  padding: 0;
}
.our-service-methodology .slide ul li {
  font-family: "DM Sans", sans-serif;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 400;
}
.our-service-methodology .slide ul li:nth-last-child(1) {
  margin-bottom: 0;
}
.our-service-methodology .slide ul li strong {
  font-size: 17px;
}
.our-service-methodology .slide .phase-includes span,
.our-service-methodology .slide .key-benefits span,
.our-service-methodology .slide .heading-box-div h1 {
  margin-bottom: 8px;
}
.our-service-methodology .slide .key-benefits ul {
  margin: 0;
  padding: 0;
}
.our-service-methodology .slide .key-benefits ul li {
  position: relative;
  padding-left: 10px;
  font-weight: 500;
}
.our-service-methodology .slide .key-benefits ul li:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  left: 0;
  top: 8px;
  background-color: #061757;
  border-radius: 5px;
}

.services-right-video {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.services-right-video::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.services-right-video .mil-video-background {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.2s ease-out;
}

.services-mobility-products ul.features-list {
  padding: 0;
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 1470px) {
  .services-mobility-products ul.features-list {
    margin-top: 45px;
  }
}
@media (max-width: 500px) {
  .services-mobility-products ul.features-list {
    flex-direction: column;
  }
}
.services-mobility-products ul.features-list li {
  list-style: none;
  flex: 0 0 auto;
  text-align: center;
}
.services-mobility-products ul.features-list li span {
  padding: 20px;
  box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.09);
  border-radius: 40px;
  display: block;
  font-size: 20px;
  background-color: rgba(18, 164, 223, 0.168627451);
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
}
@media (max-width: 1470px) {
  .services-mobility-products ul.features-list li span {
    font-size: 19px;
    padding: 15px;
  }
}
@media (max-width: 1366px) {
  .services-mobility-products ul.features-list li span {
    padding: 10px;
    font-size: 17px;
  }
}
.services-mobility-products ul.features-list li span i {
  margin-right: 5px;
  color: #008cd1;
}

.fttx-services {
  width: 100%;
  padding: 4% 0;
  background-image: url("../img/fttx-services-bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
@media (max-width: 1280px) {
  .fttx-services {
    background-attachment: fixed;
  }
}
.fttx-services::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.67);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: none;
}
@media (max-width: 1280px) {
  .fttx-services::before {
    display: block;
  }
}
.fttx-services .fttx-services-content {
  width: 100%;
  padding-left: 35%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  z-index: 1;
  position: relative;
}
@media (max-width: 1280px) {
  .fttx-services .fttx-services-content {
    padding-left: 0;
  }
}
.fttx-services .fttx-services-content h1 {
  font-family: "DM Sans", sans-serif;
  font-size: 40px;
  text-transform: capitalize;
  color: #1e1e1e;
  font-weight: 600;
  position: relative;
  padding-left: 10px;
  color: #fff;
}
@media (max-width: 1536px) {
  .fttx-services .fttx-services-content h1 {
    padding-left: 15px;
  }
}
@media (max-width: 1280px) {
  .fttx-services .fttx-services-content h1 {
    padding-left: 10px;
  }
}
.fttx-services .fttx-services-content h1::before {
  width: 5px;
  height: 100%;
  position: absolute;
  background-color: #008cd1;
  left: 0;
  top: 0;
  content: "";
}
@media (max-width: 1470px) {
  .fttx-services .fttx-services-content h1::before {
    width: 4px;
    height: 85%;
    top: 5px;
    content: "";
  }
}
@media (max-width: 1366px) {
  .fttx-services .fttx-services-content h1::before {
    width: 4px;
    height: 60%;
    top: 6px;
    content: "";
  }
}
@media (max-width: 1280px) {
  .fttx-services .fttx-services-content h1::before {
    top: 8px;
    width: 3px;
  }
}
@media (max-width: 1101px) {
  .fttx-services .fttx-services-content h1::before {
    height: 65%;
    top: 5px;
  }
}
@media (max-width: 768px) {
  .fttx-services .fttx-services-content h1::before {
    top: 6px;
  }
}
@media (max-width: 1600px) {
  .fttx-services .fttx-services-content h1 {
    font-size: 35px;
  }
}
@media (max-width: 1470px) {
  .fttx-services .fttx-services-content h1 {
    font-size: 36px;
    line-height: 45px;
  }
}
@media (max-width: 1366px) {
  .fttx-services .fttx-services-content h1 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (max-width: 1280px) {
  .fttx-services .fttx-services-content h1 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 1101px) {
  .fttx-services .fttx-services-content h1 {
    font-size: 28px;
    line-height: 34px;
  }
}
@media (max-width: 500px) {
  .fttx-services .fttx-services-content h1 {
    letter-spacing: 0;
    font-size: 22px;
    line-height: 28px;
  }
}
.fttx-services .fttx-services-content p {
  color: #fff;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 26px;
}
@media (max-width: 1366px) {
  .fttx-services .fttx-services-content p {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .fttx-services .fttx-services-content p {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .fttx-services .fttx-services-content p {
    text-align: left;
  }
}

.client-value {
  width: 100%;
  padding: 4% 0;
}
.client-value h1 {
  font-family: "DM Sans", sans-serif;
  font-size: 40px;
  text-transform: capitalize;
  color: #1e1e1e;
  font-weight: 600;
  position: relative;
  padding-left: 10px;
  text-align: center;
  color: #1e1e1e;
}
@media (max-width: 1536px) {
  .client-value h1 {
    padding-left: 15px;
  }
}
@media (max-width: 1280px) {
  .client-value h1 {
    padding-left: 10px;
  }
}
.client-value h1::before {
  width: 5px;
  height: 100%;
  position: absolute;
  background-color: #008cd1;
  left: 0;
  top: 0;
  content: "";
}
@media (max-width: 1470px) {
  .client-value h1::before {
    width: 4px;
    height: 85%;
    top: 5px;
    content: "";
  }
}
@media (max-width: 1366px) {
  .client-value h1::before {
    width: 4px;
    height: 60%;
    top: 6px;
    content: "";
  }
}
@media (max-width: 1280px) {
  .client-value h1::before {
    top: 8px;
    width: 3px;
  }
}
@media (max-width: 1101px) {
  .client-value h1::before {
    height: 65%;
    top: 5px;
  }
}
@media (max-width: 768px) {
  .client-value h1::before {
    top: 6px;
  }
}
@media (max-width: 1600px) {
  .client-value h1 {
    font-size: 35px;
  }
}
@media (max-width: 1470px) {
  .client-value h1 {
    font-size: 36px;
    line-height: 45px;
  }
}
@media (max-width: 1366px) {
  .client-value h1 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (max-width: 1280px) {
  .client-value h1 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 1101px) {
  .client-value h1 {
    font-size: 28px;
    line-height: 34px;
  }
}
@media (max-width: 500px) {
  .client-value h1 {
    letter-spacing: 0;
    font-size: 22px;
    line-height: 28px;
  }
}
.client-value h1::before {
  display: none;
}
.client-value .common-h2 {
  text-align: center;
  margin-top: 15px;
}
@media (max-width: 600px) {
  .client-value .common-h2 {
    margin-top: 10px;
  }
}
.client-value .clients-value-grid {
  width: 100%;
  display: grid;
  grid-auto-rows: auto;
  grid-template-columns: repeat(auto-fill, minmax(375px, 1fr));
  grid-gap: 3em;
  margin-top: 60px;
}
@media (max-width: 1600px) {
  .client-value .clients-value-grid {
    grid-gap: 2em;
  }
}
@media (max-width: 1366px) {
  .client-value .clients-value-grid {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  }
}
@media (max-width: 600px) {
  .client-value .clients-value-grid {
    margin-top: 25px;
    grid-gap: 2em;
  }
}
.client-value .clients-value-grid .clients-value-box {
  border-radius: 10px;
  box-shadow: rgba(99, 99, 99, 0.19) 0px 2px 8px 0px;
  text-align: center;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
}
.client-value .clients-value-grid .clients-value-box .value-icon {
  width: 65px;
  height: 65px;
}
.client-value .clients-value-grid .clients-value-box .value-icon img {
  width: 100%;
}
.client-value .clients-value-grid .clients-value-box h2 {
  font-size: 28px;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
}
@media (max-width: 1600px) {
  .client-value .clients-value-grid .clients-value-box h2 {
    font-size: 24px;
  }
}
@media (max-width: 1280px) {
  .client-value .clients-value-grid .clients-value-box h2 {
    font-size: 21px;
  }
}
.client-value .clients-value-grid .clients-value-box h3 {
  font-size: 27px;
  font-family: "DM Sans", sans-serif;
  color: #008cd1;
  line-height: 36px;
  font-weight: 600;
}
@media (max-width: 1600px) {
  .client-value .clients-value-grid .clients-value-box h3 {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 1366px) {
  .client-value .clients-value-grid .clients-value-box h3 {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 1024px) {
  .client-value .clients-value-grid .clients-value-box h3 {
    font-size: 20px;
    line-height: 24px;
  }
}
.client-value .clients-value-grid .clients-value-box p {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-size: 17px;
}
@media (max-width: 1366px) {
  .client-value .clients-value-grid .clients-value-box p {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .client-value .clients-value-grid .clients-value-box p {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .client-value .clients-value-grid .clients-value-box p {
    text-align: center;
  }
}

.services-offerings-section {
  width: 100%;
  padding: 4% 0;
}
.services-offerings-section h1 {
  font-family: "DM Sans", sans-serif;
  font-size: 40px;
  text-transform: capitalize;
  color: #1e1e1e;
  font-weight: 600;
  position: relative;
  padding-left: 10px;
  text-align: center;
}
@media (max-width: 1536px) {
  .services-offerings-section h1 {
    padding-left: 15px;
  }
}
@media (max-width: 1280px) {
  .services-offerings-section h1 {
    padding-left: 10px;
  }
}
.services-offerings-section h1::before {
  width: 5px;
  height: 100%;
  position: absolute;
  background-color: #008cd1;
  left: 0;
  top: 0;
  content: "";
}
@media (max-width: 1470px) {
  .services-offerings-section h1::before {
    width: 4px;
    height: 85%;
    top: 5px;
    content: "";
  }
}
@media (max-width: 1366px) {
  .services-offerings-section h1::before {
    width: 4px;
    height: 60%;
    top: 6px;
    content: "";
  }
}
@media (max-width: 1280px) {
  .services-offerings-section h1::before {
    top: 8px;
    width: 3px;
  }
}
@media (max-width: 1101px) {
  .services-offerings-section h1::before {
    height: 65%;
    top: 5px;
  }
}
@media (max-width: 768px) {
  .services-offerings-section h1::before {
    top: 6px;
  }
}
@media (max-width: 1600px) {
  .services-offerings-section h1 {
    font-size: 35px;
  }
}
@media (max-width: 1470px) {
  .services-offerings-section h1 {
    font-size: 36px;
    line-height: 45px;
  }
}
@media (max-width: 1366px) {
  .services-offerings-section h1 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (max-width: 1280px) {
  .services-offerings-section h1 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 1101px) {
  .services-offerings-section h1 {
    font-size: 28px;
    line-height: 34px;
  }
}
@media (max-width: 500px) {
  .services-offerings-section h1 {
    letter-spacing: 0;
    font-size: 22px;
    line-height: 28px;
  }
}
.services-offerings-section h1::before {
  display: none;
}
.services-offerings-section .leadership-page-carousel {
  width: 100%;
  margin-top: 60px;
}
.services-offerings-section .leadership-page-carousel .leader-tabs {
  position: relative;
  display: flex;
  gap: 100px;
  padding: 0 0 5px;
  margin: 0;
  list-style: none;
  overflow: auto hidden;
  scrollbar-width: thin;
  border-bottom: 1px solid #e7e9ee;
  justify-content: center;
}
.services-offerings-section .leadership-page-carousel .leader-tabs.directors-profiles-main-grid {
  gap: 50px;
}
@media (max-width: 1470px) {
  .services-offerings-section .leadership-page-carousel .leader-tabs.directors-profiles-main-grid {
    gap: 75px;
  }
}
@media (max-width: 1366px) {
  .services-offerings-section .leadership-page-carousel .leader-tabs.directors-profiles-main-grid {
    gap: 45px;
  }
}
@media (max-width: 1280px) {
  .services-offerings-section .leadership-page-carousel .leader-tabs.directors-profiles-main-grid {
    gap: 30px;
  }
}
@media (max-width: 1101px) {
  .services-offerings-section .leadership-page-carousel .leader-tabs.directors-profiles-main-grid {
    gap: 25px;
    justify-content: start;
  }
}
@media (max-width: 991px) {
  .services-offerings-section .leadership-page-carousel .leader-tabs.directors-profiles-main-grid {
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .services-offerings-section .leadership-page-carousel .leader-tabs.directors-profiles-main-grid {
    gap: 25px;
  }
}
@media (max-width: 768px) {
  .services-offerings-section .leadership-page-carousel .leader-tabs.directors-profiles-main-grid {
    gap: 0;
    flex-direction: column;
  }
}
@media (max-width: 1101px) {
  .services-offerings-section .leadership-page-carousel .leader-tabs.directors-profiles-main-grid li h3 {
    font-size: 17px;
    text-align: left;
  }
}
@media (max-width: 991px) {
  .services-offerings-section .leadership-page-carousel .leader-tabs.directors-profiles-main-grid li h3 {
    font-size: 16px;
    text-align: left;
  }
}
@media (max-width: 768px) {
  .services-offerings-section .leadership-page-carousel .leader-tabs.directors-profiles-main-grid li h3 {
    text-align: center;
    font-size: 18px;
  }
}
.services-offerings-section .leadership-page-carousel .leader-tabs.directors-profiles-main-grid li h4 {
  text-align: center;
}
@media (max-width: 1101px) {
  .services-offerings-section .leadership-page-carousel .leader-tabs.directors-profiles-main-grid li h4 {
    font-size: 13px;
    text-align: left;
  }
}
@media (max-width: 768px) {
  .services-offerings-section .leadership-page-carousel .leader-tabs.directors-profiles-main-grid li h4 {
    text-align: center;
    font-size: 15px;
  }
}
@media (max-width: 1470px) {
  .services-offerings-section .leadership-page-carousel .leader-tabs {
    gap: 100px;
  }
}
@media (max-width: 1366px) {
  .services-offerings-section .leadership-page-carousel .leader-tabs {
    gap: 80px;
  }
}
@media (max-width: 1101px) {
  .services-offerings-section .leadership-page-carousel .leader-tabs {
    gap: 50px;
  }
}
@media (max-width: 991px) {
  .services-offerings-section .leadership-page-carousel .leader-tabs {
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .services-offerings-section .leadership-page-carousel .leader-tabs {
    gap: 40px;
  }
}
@media (max-width: 500px) {
  .services-offerings-section .leadership-page-carousel .leader-tabs {
    gap: 0;
    flex-direction: column;
  }
}
.services-offerings-section .leadership-page-carousel .leader-tabs li {
  white-space: nowrap;
  font-weight: 600;
  font-size: 16px;
  color: #6c6f75;
  cursor: pointer;
  padding: 8px 0;
  position: relative;
  transition: color 0.2s ease;
  flex: 0 0 auto;
}
.services-offerings-section .leadership-page-carousel .leader-tabs li:focus {
  outline: none;
}
.services-offerings-section .leadership-page-carousel .leader-tabs li h3 {
  font-size: 22px;
  text-align: center;
  font-family: "DM Sans", sans-serif;
}
@media (max-width: 1536px) {
  .services-offerings-section .leadership-page-carousel .leader-tabs li h3 {
    font-size: 20px;
  }
}
@media (max-width: 1366px) {
  .services-offerings-section .leadership-page-carousel .leader-tabs li h3 {
    font-size: 19px;
  }
}
@media (max-width: 1280px) {
  .services-offerings-section .leadership-page-carousel .leader-tabs li h3 {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .services-offerings-section .leadership-page-carousel .leader-tabs li h3 {
    font-size: 19px;
  }
}
@media (max-width: 500px) {
  .services-offerings-section .leadership-page-carousel .leader-tabs li h3 {
    font-size: 16px;
  }
}
.services-offerings-section .leadership-page-carousel .leader-tabs li h4 {
  font-size: 16px;
  margin-top: 4px;
}
@media (max-width: 1366px) {
  .services-offerings-section .leadership-page-carousel .leader-tabs li h4 {
    font-size: 15px;
  }
}
@media (max-width: 1280px) {
  .services-offerings-section .leadership-page-carousel .leader-tabs li h4 {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .services-offerings-section .leadership-page-carousel .leader-tabs li h4 {
    font-size: 13px;
  }
}
@media (max-width: 500px) {
  .services-offerings-section .leadership-page-carousel .leader-tabs li h4 {
    margin-left: 0;
  }
}
.services-offerings-section .leadership-page-carousel .leader-tabs li.is-active h3 {
  color: #008cd1;
}
.services-offerings-section .leadership-page-carousel .leader-tabs li.is-active h4 {
  color: #008cd1;
}
.services-offerings-section .leadership-page-carousel .leader-tabs::-webkit-scrollbar {
  height: 8px;
}
.services-offerings-section .leadership-page-carousel .leader-tabs::-webkit-scrollbar-thumb {
  background: #dcdfe6;
  border-radius: 99px;
}
.services-offerings-section .leadership-page-carousel .leader-underline {
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 3px;
  width: 80px;
  background: #008cd1;
  border-radius: 3px;
  transform: translateX(0);
  transition: transform 0.25s ease, width 0.25s ease;
}
.services-offerings-section .leadership-page-carousel .leader-card {
  display: flex;
  gap: 35px;
  margin-top: 40px;
}
@media (max-width: 1280px) {
  .services-offerings-section .leadership-page-carousel .leader-card {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .services-offerings-section .leadership-page-carousel .leader-card {
    flex-direction: column;
  }
}
.services-offerings-section .leadership-page-carousel .leader-photo {
  overflow: hidden;
  background: #f7f7f9;
  width: 35%;
  border-radius: 15px;
}
@media (max-width: 1366px) {
  .services-offerings-section .leadership-page-carousel .leader-photo {
    width: 40%;
  }
}
@media (max-width: 1024px) {
  .services-offerings-section .leadership-page-carousel .leader-photo {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .services-offerings-section .leadership-page-carousel .leader-photo {
    width: 100%;
  }
}
.services-offerings-section .leadership-page-carousel .leader-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 15px;
}
.services-offerings-section .leadership-page-carousel .leader-meta {
  width: 65%;
  padding: 30px;
}
.services-offerings-section .leadership-page-carousel .leader-meta .sub-services {
  margin: 30px 0;
}
.services-offerings-section .leadership-page-carousel .leader-meta .sub-services h3 {
  font-size: 22px;
  font-family: "DM Sans", sans-serif;
}
.services-offerings-section .leadership-page-carousel .leader-meta .sub-services p {
  margin-top: 10px !important;
}
@media (max-width: 768px) {
  .services-offerings-section .leadership-page-carousel .leader-meta {
    width: 100%;
    padding: 0;
  }
}
.services-offerings-section .leadership-page-carousel .leader-meta span {
  display: block;
  font-size: 20px;
  font-weight: 600;
  margin-top: 18px;
}
@media (max-width: 1280px) {
  .services-offerings-section .leadership-page-carousel .leader-meta span {
    margin-top: 10px;
    line-height: 24px;
  }
}
@media (max-width: 1101px) {
  .services-offerings-section .leadership-page-carousel .leader-meta span {
    font-size: 17px;
  }
}
.services-offerings-section .leadership-page-carousel .leader-meta h4 {
  font-size: 17px;
  font-weight: 600;
  margin-top: 5px;
}
.services-offerings-section .leadership-page-carousel .leader-meta h2 {
  margin-top: 8px;
  font-size: 32px;
  font-weight: 600;
  font-family: "DM Sans", sans-serif;
  color: #008cd1;
}
@media (max-width: 1536px) {
  .services-offerings-section .leadership-page-carousel .leader-meta h2 {
    font-size: 30px;
  }
}
@media (max-width: 1280px) {
  .services-offerings-section .leadership-page-carousel .leader-meta h2 {
    font-size: 28px;
    line-height: 34px;
  }
}
@media (max-width: 500px) {
  .services-offerings-section .leadership-page-carousel .leader-meta h2 {
    font-size: 22px;
  }
}
.services-offerings-section .leadership-page-carousel .leader-meta .role {
  font-weight: 700;
  color: #008cd1;
  text-transform: uppercase;
  font-size: 16px;
}
@media (max-width: 1024px) {
  .services-offerings-section .leadership-page-carousel .leader-meta .role {
    font-size: 15px;
  }
}
@media (max-width: 500px) {
  .services-offerings-section .leadership-page-carousel .leader-meta .role {
    letter-spacing: 0;
    font-size: 14px;
  }
}
.services-offerings-section .leadership-page-carousel .leader-meta p {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 26px;
  margin-top: 15px;
}
@media (max-width: 1366px) {
  .services-offerings-section .leadership-page-carousel .leader-meta p {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .services-offerings-section .leadership-page-carousel .leader-meta p {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .services-offerings-section .leadership-page-carousel .leader-meta p {
    margin-top: 10px;
  }
}
@media (max-width: 500px) {
  .services-offerings-section .leadership-page-carousel .leader-meta p {
    margin-top: 0;
  }
}
.services-offerings-section .leadership-page-carousel .owl-theme .owl-nav [class*=owl-] {
  margin: 0 6px;
  padding: 8px 12px;
  border-radius: 999px;
  background: #f5f6fa;
}
.services-offerings-section .leadership-page-carousel .owl-theme .owl-dots {
  margin-top: 16px;
}
@media (max-width: 720px) {
  .services-offerings-section .leadership-page-carousel .leader-card {
    grid-template-columns: 1fr;
  }
}

.solutions-offerings {
  width: 100%;
  padding: 4% 0;
}
.solutions-offerings h1 {
  font-family: "DM Sans", sans-serif;
  font-size: 40px;
  text-transform: capitalize;
  color: #1e1e1e;
  font-weight: 600;
  position: relative;
  padding-left: 10px;
  text-align: center;
}
@media (max-width: 1536px) {
  .solutions-offerings h1 {
    padding-left: 15px;
  }
}
@media (max-width: 1280px) {
  .solutions-offerings h1 {
    padding-left: 10px;
  }
}
.solutions-offerings h1::before {
  width: 5px;
  height: 100%;
  position: absolute;
  background-color: #008cd1;
  left: 0;
  top: 0;
  content: "";
}
@media (max-width: 1470px) {
  .solutions-offerings h1::before {
    width: 4px;
    height: 85%;
    top: 5px;
    content: "";
  }
}
@media (max-width: 1366px) {
  .solutions-offerings h1::before {
    width: 4px;
    height: 60%;
    top: 6px;
    content: "";
  }
}
@media (max-width: 1280px) {
  .solutions-offerings h1::before {
    top: 8px;
    width: 3px;
  }
}
@media (max-width: 1101px) {
  .solutions-offerings h1::before {
    height: 65%;
    top: 5px;
  }
}
@media (max-width: 768px) {
  .solutions-offerings h1::before {
    top: 6px;
  }
}
@media (max-width: 1600px) {
  .solutions-offerings h1 {
    font-size: 35px;
  }
}
@media (max-width: 1470px) {
  .solutions-offerings h1 {
    font-size: 36px;
    line-height: 45px;
  }
}
@media (max-width: 1366px) {
  .solutions-offerings h1 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (max-width: 1280px) {
  .solutions-offerings h1 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 1101px) {
  .solutions-offerings h1 {
    font-size: 28px;
    line-height: 34px;
  }
}
@media (max-width: 500px) {
  .solutions-offerings h1 {
    letter-spacing: 0;
    font-size: 22px;
    line-height: 28px;
  }
}
.solutions-offerings h1::before {
  display: none;
}
.solutions-offerings h2 {
  text-align: center;
  margin-top: 15px;
}

.section-wrapper {
  width: 100%;
  padding: 4% 0;
  background-image: url("../img/offering/technology-and-cyber-defence/offerings-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.section-wrapper h1 {
  font-family: "DM Sans", sans-serif;
  font-size: 40px;
  text-transform: capitalize;
  color: #1e1e1e;
  font-weight: 600;
  position: relative;
  padding-left: 10px;
  text-align: center;
  color: #fff;
}
@media (max-width: 1536px) {
  .section-wrapper h1 {
    padding-left: 15px;
  }
}
@media (max-width: 1280px) {
  .section-wrapper h1 {
    padding-left: 10px;
  }
}
.section-wrapper h1::before {
  width: 5px;
  height: 100%;
  position: absolute;
  background-color: #008cd1;
  left: 0;
  top: 0;
  content: "";
}
@media (max-width: 1470px) {
  .section-wrapper h1::before {
    width: 4px;
    height: 85%;
    top: 5px;
    content: "";
  }
}
@media (max-width: 1366px) {
  .section-wrapper h1::before {
    width: 4px;
    height: 60%;
    top: 6px;
    content: "";
  }
}
@media (max-width: 1280px) {
  .section-wrapper h1::before {
    top: 8px;
    width: 3px;
  }
}
@media (max-width: 1101px) {
  .section-wrapper h1::before {
    height: 65%;
    top: 5px;
  }
}
@media (max-width: 768px) {
  .section-wrapper h1::before {
    top: 6px;
  }
}
@media (max-width: 1600px) {
  .section-wrapper h1 {
    font-size: 35px;
  }
}
@media (max-width: 1470px) {
  .section-wrapper h1 {
    font-size: 36px;
    line-height: 45px;
  }
}
@media (max-width: 1366px) {
  .section-wrapper h1 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (max-width: 1280px) {
  .section-wrapper h1 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 1101px) {
  .section-wrapper h1 {
    font-size: 28px;
    line-height: 34px;
  }
}
@media (max-width: 500px) {
  .section-wrapper h1 {
    letter-spacing: 0;
    font-size: 22px;
    line-height: 28px;
  }
}
.section-wrapper h1::before {
  display: none;
}

.tabs-nav {
  display: flex;
  border-radius: 0;
  overflow: hidden;
  margin-top: 45px;
  gap: 25px;
}
@media (max-width: 1101px) {
  .tabs-nav {
    gap: 15px;
  }
}

.tab-btn {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 12px;
  padding: 28px 28px 24px;
  background: #fff;
  border: none;
  cursor: pointer;
  position: relative;
  border-radius: 5px;
  border-bottom: none;
  border: 1px solid rgba(255, 255, 255, 0.7215686275);
}
@media (max-width: 1366px) {
  .tab-btn {
    padding: 20px 20px 20px;
  }
}
.tab-btn img {
  width: 65px;
  height: 65px;
}
.tab-btn:last-child {
  border-right: none;
}
.tab-btn span {
  font-size: 22px;
  font-weight: 500;
  text-align: left;
  line-height: 28px;
  letter-spacing: 0.02em;
  font-family: "Onest", sans-serif;
  color: #004a6f;
}
@media (max-width: 1366px) {
  .tab-btn span {
    font-size: 20px;
  }
}
@media (max-width: 1101px) {
  .tab-btn span {
    font-size: 18px;
    line-height: 24px;
  }
}
.tab-btn.active {
  background-color: #0051a8;
  border: 1px solid rgba(255, 255, 255, 0.7215686275);
}
.tab-btn.active i,
.tab-btn.active span {
  color: #fff;
}

.tabs-content {
  border: 1px solid #115d9c;
  margin-top: 25px;
  border-radius: 5px;
}

.tab-panel {
  display: none;
  padding: 0;
}
.tab-panel.active {
  display: block;
}

.panel-desc {
  padding: 36px 48px;
  text-align: center;
  font-size: 17px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.6;
}

.panel-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}
@media (max-width: 991px) {
  .panel-features {
    grid-template-columns: repeat(1, 1fr);
  }
}

.feature-card {
  padding: 40px 36px;
  border-right: 1px solid rgba(0, 171, 255, 0.51);
  border-bottom: 1px solid rgba(0, 171, 255, 0.51);
  transition: background 0.3s ease;
}
@media (max-width: 1366px) {
  .feature-card {
    padding: 34px 30px;
  }
}
@media (max-width: 991px) {
  .feature-card {
    padding: 20px 30px;
    border-left: 1px solid rgba(0, 171, 255, 0.51);
  }
}
.feature-card:last-child {
  border-right: 1px solid rgba(0, 171, 255, 0.51);
}
.feature-card .accordion .accordion-item {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #08527d;
  border-radius: inherit;
}
.feature-card .accordion .accordion-item .accordion-header {
  font-family: "DM Sans", sans-serif;
}
.feature-card .accordion .accordion-item .accordion-button {
  background-color: transparent;
  color: #00b5ff;
  box-shadow: none;
  padding: 1rem 0;
  font-size: 18px;
}
@media (max-width: 991px) {
  .feature-card .accordion .accordion-item .accordion-button {
    padding: 1rem 1rem;
    font-size: 20px;
    font-weight: 600;
  }
}
.feature-card .accordion .accordion-item .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  width: 15px;
  height: 15px;
  background-size: cover;
}
.feature-card .accordion .accordion-item .accordion-body {
  color: #fff;
  padding: 0 0 1.25rem 0;
}
@media (max-width: 991px) {
  .feature-card .accordion .accordion-item .accordion-body {
    padding: 1.25rem 0 1.25rem 0;
  }
}

.feature-icon {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}
@media (max-width: 1366px) {
  .feature-icon {
    margin-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .feature-icon {
    margin-bottom: 8px;
  }
}
.feature-icon h3 {
  font-size: 21px;
  font-weight: 500;
  color: #00b5ff;
  line-height: 28px;
  font-family: "DM Sans", sans-serif;
}
@media (max-width: 1101px) {
  .feature-icon h3 {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .feature-icon h3 {
    font-size: 20px;
  }
}
.feature-icon h3.white-color {
  color: #fff;
}

.feature-card p {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
}
@media (max-width: 1366px) {
  .feature-card p {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .feature-card p {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .feature-card p {
    text-align: left;
  }
}

.our-consultative-approach {
  width: 100%;
  padding: 4% 0;
  background-repeat: no-repeat;
  background-size: cover;
  float: left;
  background-attachment: fixed;
}
@media (max-width: 1101px) {
  .our-consultative-approach {
    position: relative;
  }
  .our-consultative-approach::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(6, 23, 87, 0.7411764706);
    left: 0;
    top: 0;
  }
}
.our-consultative-approach h1 {
  font-family: "DM Sans", sans-serif;
  font-size: 40px;
  text-transform: capitalize;
  color: #1e1e1e;
  font-weight: 600;
  position: relative;
  padding-left: 10px;
  color: #13a4de;
  padding-left: 0;
}
@media (max-width: 1536px) {
  .our-consultative-approach h1 {
    padding-left: 15px;
  }
}
@media (max-width: 1280px) {
  .our-consultative-approach h1 {
    padding-left: 10px;
  }
}
.our-consultative-approach h1::before {
  width: 5px;
  height: 100%;
  position: absolute;
  background-color: #008cd1;
  left: 0;
  top: 0;
  content: "";
}
@media (max-width: 1470px) {
  .our-consultative-approach h1::before {
    width: 4px;
    height: 85%;
    top: 5px;
    content: "";
  }
}
@media (max-width: 1366px) {
  .our-consultative-approach h1::before {
    width: 4px;
    height: 60%;
    top: 6px;
    content: "";
  }
}
@media (max-width: 1280px) {
  .our-consultative-approach h1::before {
    top: 8px;
    width: 3px;
  }
}
@media (max-width: 1101px) {
  .our-consultative-approach h1::before {
    height: 65%;
    top: 5px;
  }
}
@media (max-width: 768px) {
  .our-consultative-approach h1::before {
    top: 6px;
  }
}
@media (max-width: 1600px) {
  .our-consultative-approach h1 {
    font-size: 35px;
  }
}
@media (max-width: 1470px) {
  .our-consultative-approach h1 {
    font-size: 36px;
    line-height: 45px;
  }
}
@media (max-width: 1366px) {
  .our-consultative-approach h1 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (max-width: 1280px) {
  .our-consultative-approach h1 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 1101px) {
  .our-consultative-approach h1 {
    font-size: 28px;
    line-height: 34px;
  }
}
@media (max-width: 500px) {
  .our-consultative-approach h1 {
    letter-spacing: 0;
    font-size: 22px;
    line-height: 28px;
  }
}
.our-consultative-approach h1::before {
  display: none;
}
@media (max-width: 1536px) {
  .our-consultative-approach h1 {
    padding-left: 0;
  }
}
.our-consultative-approach .common-h2 {
  color: #fff;
  margin-top: 15px;
}
@media (max-width: 1101px) {
  .our-consultative-approach .common-h2 {
    font-size: 18px;
  }
}
.our-consultative-approach .approach-main-div {
  width: 100%;
}
.our-consultative-approach .approach-grid {
  width: 100%;
  display: grid;
  grid-auto-rows: auto;
  grid-template-columns: repeat(auto-fill, minmax(325px, 1fr));
  grid-gap: 3.7em;
  margin-top: 60px;
}
@media (max-width: 1600px) {
  .our-consultative-approach .approach-grid {
    grid-template-columns: repeat(auto-fill, minmax(225px, 1fr));
  }
}
@media (max-width: 1366px) {
  .our-consultative-approach .approach-grid {
    grid-gap: 2em;
  }
}
@media (max-width: 768px) {
  .our-consultative-approach .approach-grid {
    margin-top: 40px;
  }
}
.our-consultative-approach .approach-grid .approach-box {
  border-left: 3px solid #00b5ff;
  padding-left: 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 1366px) {
  .our-consultative-approach .approach-grid .approach-box {
    border-left: 2px solid #00b5ff;
  }
}
.our-consultative-approach .approach-grid .approach-box h3 {
  font-family: "Onest", sans-serif;
  color: #13a4de;
  font-size: 23px;
  font-weight: 500;
}
@media (max-width: 1366px) {
  .our-consultative-approach .approach-grid .approach-box h3 {
    font-size: 21px;
  }
}
@media (max-width: 768px) {
  .our-consultative-approach .approach-grid .approach-box h3 {
    font-size: 19px;
  }
}
.our-consultative-approach .approach-grid .approach-box p {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
}
@media (max-width: 1366px) {
  .our-consultative-approach .approach-grid .approach-box p {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .our-consultative-approach .approach-grid .approach-box p {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .our-consultative-approach .approach-grid .approach-box p {
    text-align: left;
  }
}
.our-consultative-approach.consultancy-bg {
  background-image: url("../img/services/consultancy-consultative-approach-bg.webp");
}
.our-consultative-approach.managed-services-bg {
  background-image: url("../img/services/managed-services-manage-your-estate-bg.webp");
}
.our-consultative-approach.sigma-serve-bg {
  background-image: url("../img/services/sigma-serve-our-technical-strength-bg.webp");
}

.mobile-accordion-tabs .accordion-item {
  background-color: transparent;
  border: none;
  border-radius: inherit;
  margin-bottom: 10px;
}
.mobile-accordion-tabs .accordion-item .accordion-header {
  font-family: "DM Sans", sans-serif;
  background: #044484;
}
.mobile-accordion-tabs .accordion-item .accordion-button {
  background-color: transparent;
  color: #fff;
  box-shadow: none;
  padding: 0.5rem 0.5rem 0.5rem 0.5rem;
  font-size: 24px;
  border-bottom: 1px solid #fff;
}
@media (max-width: 991px) {
  .mobile-accordion-tabs .accordion-item .accordion-button {
    font-size: 20px;
  }
}
.mobile-accordion-tabs .accordion-item .accordion-button img {
  width: 6%;
  margin-right: 15px;
}
@media (max-width: 991px) {
  .mobile-accordion-tabs .accordion-item .accordion-button img {
    width: 5%;
    margin-right: 10px;
  }
}
@media (max-width: 768px) {
  .mobile-accordion-tabs .accordion-item .accordion-button img {
    width: 9%;
  }
}
.mobile-accordion-tabs .accordion-item .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  width: 15px;
  height: 15px;
  background-size: cover;
}
@media (max-width: 600px) {
  .mobile-accordion-tabs .accordion-item .accordion-button {
    font-size: 22px;
  }
}
.mobile-accordion-tabs .accordion-item .accordion-body {
  color: #fff;
  padding: 0 0 1.25rem 0;
}

.hero-banner-top.thank-you {
  height: auto;
}

.privacy-policy h2 {
  font-family: "DM Sans", sans-serif;
  font-size: 30px;
  margin-bottom: 25px;
}
@media (max-width: 1536px) {
  .privacy-policy h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1280px) {
  .privacy-policy h2 {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  .privacy-policy h2 {
    font-size: 22px;
    margin-bottom: 15px;
  }
}
@media (max-width: 500px) {
  .privacy-policy h2 {
    font-size: 20px;
  }
}
.privacy-policy p {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 25px;
}
@media (max-width: 1366px) {
  .privacy-policy p {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .privacy-policy p {
    font-size: 16px;
  }
}
@media (max-width: 1536px) {
  .privacy-policy p {
    margin-bottom: 20px;
  }
}
@media (max-width: 1024px) {
  .privacy-policy p {
    margin-bottom: 15px;
  }
}
@media (max-width: 500px) {
  .privacy-policy p {
    text-align: left;
  }
}
.privacy-policy ul {
  margin-bottom: 25px;
}
@media (max-width: 1536px) {
  .privacy-policy ul {
    margin-bottom: 20px;
  }
}
@media (max-width: 1024px) {
  .privacy-policy ul {
    margin-bottom: 15px;
  }
}
.privacy-policy ul li {
  font-family: "DM Sans", sans-serif;
  font-size: 17px;
  position: relative;
  padding-left: 12px;
  margin-bottom: 12px;
}
.privacy-policy ul li:nth-last-child(0) {
  margin-bottom: 0;
}
.privacy-policy ul li:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background-color: #008cd1;
  left: 0;
  top: 8px;
  border-radius: 10px;
}

.thank-page-content {
  width: 100%;
  height: 100vh;
  background-color: #000e43;
  display: flex;
  align-items: center;
  justify-content: center;
}
.thank-page-content .thank-you-content {
  text-align: center;
}
.thank-page-content .thank-you-content h1 {
  font-family: "DM Sans", sans-serif;
  color: #2bb9ff;
  font-size: 65px;
  line-height: 75px;
}
@media (max-width: 1366px) {
  .thank-page-content .thank-you-content h1 {
    font-size: 55px;
    line-height: 70px;
  }
}
@media (max-width: 991px) {
  .thank-page-content .thank-you-content h1 {
    font-size: 50px;
    line-height: 65px;
  }
}
@media (max-width: 500px) {
  .thank-page-content .thank-you-content h1 {
    font-size: 36px;
    line-height: 50px;
  }
}
.thank-page-content .thank-you-content p {
  font-family: "Onest", sans-serif;
  color: #fff;
  font-size: 24px;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .thank-page-content .thank-you-content p {
    font-size: 22px;
  }
}
@media (max-width: 500px) {
  .thank-page-content .thank-you-content p {
    font-size: 20px;
    margin-top: 15px;
  }
}
.thank-page-content .thank-you-content .cta-btn {
  padding: 8px 13px;
  background-color: #008cd1;
  font-family: "Onest", sans-serif;
  color: #fff;
  font-size: 18px;
  border-radius: 35px;
  font-weight: 500;
  transition: all 0.5s ease;
  border: 1px solid #008cd1;
  display: inline-block;
}
.thank-page-content .thank-you-content .cta-btn:hover {
  color: #008cd1;
  background-color: #fff;
  transition: all 0.5s ease;
}

.awards-achievements-carousel {
  width: 100%;
}
.awards-achievements-carousel .slick-slide {
  outline: none;
}
.awards-achievements-carousel .slick .item .bg {
  background-position: center;
  background-size: cover;
  transition: 0.3s;
  margin: 0 -35px;
  opacity: 1;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
  height: 450px;
  background-color: #d7d7d7;
}
.awards-achievements-carousel .slick .item .bg .content-box {
  width: 100%;
  position: absolute;
  bottom: 20px;
  padding: 0 20px;
}
.awards-achievements-carousel .slick .item .bg .content-box h4 {
  color: #fff;
  font-family: "DM Sans", sans-serif;
  font-size: 22px;
  line-height: 30px;
  opacity: 1;
  padding: 15px 15px;
  border-radius: 10px;
  font-weight: 300;
}
.awards-achievements-carousel .slick .item .bg img {
  width: 100%;
  border-radius: 10px;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(0px, 35px);
}
.awards-achievements-carousel .slick .slick-list {
  padding: 20px 0 !important;
}
.awards-achievements-carousel .slick .slick-center .bg {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  z-index: 1;
  position: relative;
  background-color: #b0b0b0;
}
.awards-achievements-carousel .slick .slick-center .bg h4 {
  background: #008cd1;
  font-weight: 500 !important;
}

.awards-achievements-carousel .slide-arrow {
  position: absolute;
  top: 45%;
  margin-top: -15px;
  z-index: 1;
}

.prev-arrow {
  left: 20px;
  width: 55px;
  height: 55px;
  border: none;
  border-radius: 50px;
  background-color: transparent;
  transition: all 0.5s ease;
}
@media (max-width: 1366px) {
  .prev-arrow {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 1101px) {
  .prev-arrow {
    left: 0px;
  }
}
@media (max-width: 991px) {
  .prev-arrow {
    left: 0px;
  }
}
.prev-arrow::before {
  position: absolute;
  content: "\ea64";
  color: #008cd1;
  left: 50%;
  top: 50%;
  font-family: "remixicon";
  font-style: normal;
  transform: translate(-50%, -50%);
  font-size: 35px;
}

.next-arrow {
  right: 20px;
  width: 55px;
  height: 55px;
  border: none;
  border-radius: 50px;
  background-color: transparent;
  transition: all 0.5s ease;
}
@media (max-width: 1366px) {
  .next-arrow {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 1101px) {
  .next-arrow {
    right: 0px;
  }
}
@media (max-width: 991px) {
  .next-arrow {
    right: 0px;
  }
}
.next-arrow::before {
  position: absolute;
  content: "\ea6e";
  color: #008cd1;
  left: 50%;
  top: 50%;
  font-family: "remixicon";
  font-style: normal;
  transform: translate(-50%, -50%);
  font-size: 35px;
}

.our-achievements-section {
  width: 100%;
  padding: 2% 0 5% 0;
  background-color: #fff;
}
.our-achievements-section .our-clientele-div {
  width: 100%;
  display: grid;
  grid-auto-rows: auto;
  grid-template-columns: repeat(auto-fill, minmax(490px, 1fr));
  grid-gap: 2em;
}
@media (max-width: 1600px) {
  .our-achievements-section .our-clientele-div {
    grid-template-columns: repeat(auto-fill, minmax(419px, 1fr));
    grid-gap: 4em 3em;
  }
}
@media (max-width: 1536px) {
  .our-achievements-section .our-clientele-div {
    grid-auto-rows: auto;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  }
}
@media (max-width: 1470px) {
  .our-achievements-section .our-clientele-div {
    gap: 2em;
  }
}
@media (max-width: 1101px) {
  .our-achievements-section .our-clientele-div {
    grid-template-columns: repeat(auto-fill, minmax(245px, 1fr));
    gap: 1em;
  }
}
@media (max-width: 991px) {
  .our-achievements-section .our-clientele-div {
    grid-template-columns: repeat(auto-fill, minmax(245px, 1fr));
  }
}
@media (max-width: 500px) {
  .our-achievements-section .our-clientele-div {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  }
}
.our-achievements-section .our-clientele-div .clientele-box {
  border-radius: 10px;
  display: block;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.our-achievements-section .our-clientele-div .clientele-box .img-box {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  padding: 25px;
  position: relative;
  box-shadow: none;
}
.our-achievements-section .our-clientele-div .clientele-box .img-box::before {
  position: absolute;
  content: "";
  width: 300px;
  height: 156px;
  background-image: url(../img/awards/leaf-vector.png);
  left: 50%;
  bottom: 40px;
  background-repeat: no-repeat;
  background-size: cover;
  transform: translate(-50%, 0);
  opacity: 0.4;
}
@media (max-width: 1366px) {
  .our-achievements-section .our-clientele-div .clientele-box .img-box::before {
    width: 270px;
    height: 140px;
  }
}
@media (max-width: 1024px) {
  .our-achievements-section .our-clientele-div .clientele-box .img-box::before {
    width: 250px;
    height: 130px;
  }
}
.our-achievements-section .our-clientele-div .clientele-box .img-box img {
  width: 35%;
  margin: 0 auto;
  display: block;
  z-index: 1;
  position: relative;
  transition: all 0.5s ease;
}
@media (max-width: 1024px) {
  .our-achievements-section .our-clientele-div .clientele-box .img-box img {
    width: 40%;
  }
}
.our-achievements-section .our-clientele-div .clientele-box h4 {
  font-family: "DM Sans", sans-serif;
  font-size: 22px;
  line-height: 28px;
  padding: 15px;
  color: #008cd1;
  text-align: center;
  font-weight: 600;
}
@media (max-width: 1600px) {
  .our-achievements-section .our-clientele-div .clientele-box h4 {
    font-size: 19px;
    line-height: 24px;
  }
}
@media (max-width: 1366px) {
  .our-achievements-section .our-clientele-div .clientele-box h4 {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 1101px) {
  .our-achievements-section .our-clientele-div .clientele-box h4 {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 1024px) {
  .our-achievements-section .our-clientele-div .clientele-box h4 br {
    display: none;
  }
}
.our-achievements-section .our-clientele-div .clientele-box:hover img {
  transform: scale(1.1);
  transition: all 0.5s ease;
}
.our-achievements-section .our-clientele-div .clientele-box:hover {
  background-color: rgba(7, 184, 255, 0.0705882353);
  transition: all 0.5s ease;
}
.our-achievements-section .our-clientele-div .clientele-box.hidden {
  display: none !important;
  opacity: 0;
  transform: translateY(20px);
}
.our-achievements-section .our-clientele-div .clientele-box.reveal {
  opacity: 0;
  transform: translateY(20px);
  display: block !important;
}

.achievements-bg-clr {
  padding: 2% 0 0 0 !important;
}

#loadMoreAwards {
  background-color: #008cd1;
  color: #fff;
  font-family: "Onest", sans-serif;
  font-size: 16px;
  padding: 8px 15px;
  border-radius: 5px;
  display: inline-block;
  text-transform: capitalize;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
  border: 1px solid transparent;
  margin: 55px auto 0;
  display: block;
}
#loadMoreAwards:hover {
  background-color: transparent;
  color: #008cd1;
  border: 1px solid #008cd1;
  text-decoration: none;
}
@media (max-width: 1470px) {
  #loadMoreAwards {
    font-size: 15px;
  }
}
@media (max-width: 1366px) {
  #loadMoreAwards {
    font-size: 15px;
    padding: 6px 10px;
  }
}
@media (max-width: 1536px) {
  #loadMoreAwards {
    margin: 45px auto 0;
  }
}
@media (max-width: 600px) {
  #loadMoreAwards {
    margin: 30px auto 0;
  }
}

.corporate-events-top {
  width: 100%;
}
.corporate-events-top .corporate-events-top-main {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .corporate-events-top .corporate-events-top-main {
    flex-direction: column;
    gap: 25px;
  }
}
.corporate-events-top .corporate-events-top-main .corporate-events-box-left {
  width: 55%;
  float: left;
}
@media (max-width: 768px) {
  .corporate-events-top .corporate-events-top-main .corporate-events-box-left {
    width: 100%;
  }
}
.corporate-events-top .corporate-events-top-main .corporate-events-box-left h1 {
  font-family: "DM Sans", sans-serif;
  font-size: 40px;
  text-transform: capitalize;
  color: #1e1e1e;
  font-weight: 600;
  position: relative;
  padding-left: 10px;
  font-size: 50px;
  padding-left: 0;
  font-weight: 500;
}
@media (max-width: 1536px) {
  .corporate-events-top .corporate-events-top-main .corporate-events-box-left h1 {
    padding-left: 15px;
  }
}
@media (max-width: 1280px) {
  .corporate-events-top .corporate-events-top-main .corporate-events-box-left h1 {
    padding-left: 10px;
  }
}
.corporate-events-top .corporate-events-top-main .corporate-events-box-left h1::before {
  width: 5px;
  height: 100%;
  position: absolute;
  background-color: #008cd1;
  left: 0;
  top: 0;
  content: "";
}
@media (max-width: 1470px) {
  .corporate-events-top .corporate-events-top-main .corporate-events-box-left h1::before {
    width: 4px;
    height: 85%;
    top: 5px;
    content: "";
  }
}
@media (max-width: 1366px) {
  .corporate-events-top .corporate-events-top-main .corporate-events-box-left h1::before {
    width: 4px;
    height: 60%;
    top: 6px;
    content: "";
  }
}
@media (max-width: 1280px) {
  .corporate-events-top .corporate-events-top-main .corporate-events-box-left h1::before {
    top: 8px;
    width: 3px;
  }
}
@media (max-width: 1101px) {
  .corporate-events-top .corporate-events-top-main .corporate-events-box-left h1::before {
    height: 65%;
    top: 5px;
  }
}
@media (max-width: 768px) {
  .corporate-events-top .corporate-events-top-main .corporate-events-box-left h1::before {
    top: 6px;
  }
}
@media (max-width: 1600px) {
  .corporate-events-top .corporate-events-top-main .corporate-events-box-left h1 {
    font-size: 35px;
  }
}
@media (max-width: 1470px) {
  .corporate-events-top .corporate-events-top-main .corporate-events-box-left h1 {
    font-size: 36px;
    line-height: 45px;
  }
}
@media (max-width: 1366px) {
  .corporate-events-top .corporate-events-top-main .corporate-events-box-left h1 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (max-width: 1280px) {
  .corporate-events-top .corporate-events-top-main .corporate-events-box-left h1 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 1101px) {
  .corporate-events-top .corporate-events-top-main .corporate-events-box-left h1 {
    font-size: 28px;
    line-height: 34px;
  }
}
@media (max-width: 500px) {
  .corporate-events-top .corporate-events-top-main .corporate-events-box-left h1 {
    letter-spacing: 0;
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 1536px) {
  .corporate-events-top .corporate-events-top-main .corporate-events-box-left h1 {
    padding-left: 0px;
  }
}
.corporate-events-top .corporate-events-top-main .corporate-events-box-left h1::before {
  display: none;
}
.corporate-events-top .corporate-events-top-main .corporate-events-box-left .latest-events-gallery {
  margin: 25px 0;
  width: 100%;
}
@media (max-width: 1280px) {
  .corporate-events-top .corporate-events-top-main .corporate-events-box-left .latest-events-gallery {
    margin: 15px 0;
  }
}
.corporate-events-top .corporate-events-top-main .corporate-events-box-left .latest-events-gallery .photo-lightgallery {
  position: relative;
}
.corporate-events-top .corporate-events-top-main .corporate-events-box-left .latest-events-gallery .photo-lightgallery:after {
  position: absolute;
  content: "\f2db";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.55);
  opacity: 0;
  transition: all 0.5s;
  z-index: 1;
  border-radius: 10px;
  font-family: remixicon !important;
  font-style: normal;
  color: #008cd1;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  transition: all 0.5s ease;
}
@media (max-width: 1366px) {
  .corporate-events-top .corporate-events-top-main .corporate-events-box-left .latest-events-gallery .photo-lightgallery:after {
    font-size: 30px;
  }
}
.corporate-events-top .corporate-events-top-main .corporate-events-box-left .latest-events-gallery .photo-lightgallery:hover:after {
  transition: all 0.5s ease;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 1;
}
.corporate-events-top .corporate-events-top-main .corporate-events-box-left .latest-events-gallery img {
  width: 100%;
  border-radius: 10px;
}
.corporate-events-top .corporate-events-top-main .corporate-events-box-left .latest-events-gallery .owl-carousel .owl-dots {
  position: absolute;
  bottom: 25px;
  z-index: 1111111111;
  display: flex;
  gap: 5px;
  width: 100%;
  justify-content: center;
  gap: 5px;
}
.corporate-events-top .corporate-events-top-main .corporate-events-box-left .latest-events-gallery .owl-carousel .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50px;
}
.corporate-events-top .corporate-events-top-main .corporate-events-box-left .latest-events-gallery .owl-carousel .owl-dots .owl-dot.active {
  background-color: #008cd1;
}
.corporate-events-top .corporate-events-top-main .corporate-events-box-right {
  width: 30%;
  float: right;
}
@media (max-width: 1366px) {
  .corporate-events-top .corporate-events-top-main .corporate-events-box-right {
    width: 35%;
  }
}
@media (max-width: 768px) {
  .corporate-events-top .corporate-events-top-main .corporate-events-box-right {
    width: 100%;
  }
}
.corporate-events-top .corporate-events-top-main .corporate-events-box-right h1 {
  font-family: "DM Sans", sans-serif;
  font-size: 40px;
  text-transform: capitalize;
  color: #1e1e1e;
  font-weight: 600;
  position: relative;
  padding-left: 10px;
  font-size: 50px;
  padding-left: 0;
  font-weight: 500;
}
@media (max-width: 1536px) {
  .corporate-events-top .corporate-events-top-main .corporate-events-box-right h1 {
    padding-left: 15px;
  }
}
@media (max-width: 1280px) {
  .corporate-events-top .corporate-events-top-main .corporate-events-box-right h1 {
    padding-left: 10px;
  }
}
.corporate-events-top .corporate-events-top-main .corporate-events-box-right h1::before {
  width: 5px;
  height: 100%;
  position: absolute;
  background-color: #008cd1;
  left: 0;
  top: 0;
  content: "";
}
@media (max-width: 1470px) {
  .corporate-events-top .corporate-events-top-main .corporate-events-box-right h1::before {
    width: 4px;
    height: 85%;
    top: 5px;
    content: "";
  }
}
@media (max-width: 1366px) {
  .corporate-events-top .corporate-events-top-main .corporate-events-box-right h1::before {
    width: 4px;
    height: 60%;
    top: 6px;
    content: "";
  }
}
@media (max-width: 1280px) {
  .corporate-events-top .corporate-events-top-main .corporate-events-box-right h1::before {
    top: 8px;
    width: 3px;
  }
}
@media (max-width: 1101px) {
  .corporate-events-top .corporate-events-top-main .corporate-events-box-right h1::before {
    height: 65%;
    top: 5px;
  }
}
@media (max-width: 768px) {
  .corporate-events-top .corporate-events-top-main .corporate-events-box-right h1::before {
    top: 6px;
  }
}
@media (max-width: 1600px) {
  .corporate-events-top .corporate-events-top-main .corporate-events-box-right h1 {
    font-size: 35px;
  }
}
@media (max-width: 1470px) {
  .corporate-events-top .corporate-events-top-main .corporate-events-box-right h1 {
    font-size: 36px;
    line-height: 45px;
  }
}
@media (max-width: 1366px) {
  .corporate-events-top .corporate-events-top-main .corporate-events-box-right h1 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (max-width: 1280px) {
  .corporate-events-top .corporate-events-top-main .corporate-events-box-right h1 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 1101px) {
  .corporate-events-top .corporate-events-top-main .corporate-events-box-right h1 {
    font-size: 28px;
    line-height: 34px;
  }
}
@media (max-width: 500px) {
  .corporate-events-top .corporate-events-top-main .corporate-events-box-right h1 {
    letter-spacing: 0;
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 1536px) {
  .corporate-events-top .corporate-events-top-main .corporate-events-box-right h1 {
    padding-left: 0px;
  }
}
.corporate-events-top .corporate-events-top-main .corporate-events-box-right h1::before {
  display: none;
}
.corporate-events-top .corporate-events-top-main .corporate-events-box-right img {
  width: 100%;
  border-radius: 10px;
  margin: 25px 0;
}
@media (max-width: 1600px) {
  .corporate-events-top .corporate-events-top-main .corporate-events-box-right img {
    margin: 20px 0;
  }
}
@media (max-width: 1280px) {
  .corporate-events-top .corporate-events-top-main .corporate-events-box-right img {
    margin: 15px 0;
  }
}
.corporate-events-top .corporate-events-top-main .corporate-events-box-right h5 {
  font-size: 22px;
  font-weight: 500;
  margin: 30px 0 25px 0;
  font-family: "Onest", sans-serif;
}
@media (max-width: 1600px) {
  .corporate-events-top .corporate-events-top-main .corporate-events-box-right h5 {
    font-size: 20px;
    margin: 20px 0 0 0;
  }
}
@media (max-width: 1536px) {
  .corporate-events-top .corporate-events-top-main .corporate-events-box-right h5 {
    font-size: 20px;
  }
}
@media (max-width: 1366px) {
  .corporate-events-top .corporate-events-top-main .corporate-events-box-right h5 {
    font-size: 18px;
    margin: 10px 0 0 0;
  }
}
@media (max-width: 1101px) {
  .corporate-events-top .corporate-events-top-main .corporate-events-box-right h5 {
    font-size: 17px;
  }
}
@media (max-width: 500px) {
  .corporate-events-top .corporate-events-top-main .corporate-events-box-right h5 {
    margin: 15px 0 0 0;
  }
}

.events-main-div {
  position: relative;
  padding-bottom: 4% !important;
}
.events-main-div::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  right: 40%;
  top: 0;
  background-color: #ccc;
}
@media (max-width: 1536px) {
  .events-main-div::before {
    right: 39%;
  }
}
@media (max-width: 1280px) {
  .events-main-div::before {
    right: 41%;
  }
}
@media (max-width: 768px) {
  .events-main-div::before {
    display: none;
  }
}

.latest-events-content p {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 26px;
}
@media (max-width: 1366px) {
  .latest-events-content p {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .latest-events-content p {
    font-size: 16px;
  }
}

.above-heading {
  background-color: #008cd1;
  display: inline-block;
  padding: 7px;
  margin-bottom: 20px;
  width: max-content;
}
@media (max-width: 1600px) {
  .above-heading {
    margin-bottom: 15px;
  }
}
.above-heading h4 {
  font-family: "DM Sans", sans-serif;
  color: #fff;
  font-size: 18px;
}
@media (max-width: 1366px) {
  .above-heading h4 {
    font-size: 17px;
  }
}
@media (max-width: 500px) {
  .above-heading h4 {
    font-size: 15px;
  }
}

.events-date {
  margin-top: 10px;
  display: flex;
  gap: 3px;
  flex-direction: column;
}
@media (max-width: 1600px) {
  .events-date {
    margin-top: 10px;
  }
}
@media (max-width: 1101px) {
  .events-date {
    margin-top: 5px;
  }
}
.events-date span {
  font-size: 18px;
  color: #000000;
  font-family: "DM Sans", sans-serif;
  display: block;
  font-weight: 400;
}
@media (max-width: 1366px) {
  .events-date span {
    font-size: 17px;
  }
}

.all-events-section {
  width: 100%;
  background-color: #f0f0f0;
  padding: 4% 0;
  border-top: 1px solid #ccc;
}
.all-events-section h4 {
  font-family: "DM Sans", sans-serif;
  color: #008cd1;
  font-size: 30px;
  margin-top: 50px;
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 1366px) {
  .all-events-section h4 {
    font-size: 28px;
  }
}
@media (max-width: 1101px) {
  .all-events-section h4 {
    font-size: 26px;
  }
}
.all-events-section p {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}
@media (max-width: 1366px) {
  .all-events-section p {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .all-events-section p {
    font-size: 16px;
  }
}
.all-events-section .all-events-exhibitions-grid {
  display: grid;
  grid-auto-rows: auto;
  grid-template-columns: repeat(auto-fill, minmax(370px, 1fr));
  grid-gap: 3em;
  margin-top: 50px;
}
.all-events-section .all-events-exhibitions-grid .photo-lightgallery {
  position: relative;
}
.all-events-section .all-events-exhibitions-grid .photo-lightgallery:after {
  position: absolute;
  content: "\f2db";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.55);
  opacity: 0;
  transition: all 0.5s;
  z-index: 1;
  border-radius: 10px;
  font-family: remixicon !important;
  font-style: normal;
  color: #008cd1;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  transition: all 0.5s ease;
}
@media (max-width: 1366px) {
  .all-events-section .all-events-exhibitions-grid .photo-lightgallery:after {
    font-size: 30px;
  }
}
.all-events-section .all-events-exhibitions-grid .photo-lightgallery:hover:after {
  transition: all 0.5s ease;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 1;
}
@media (max-width: 1600px) {
  .all-events-section .all-events-exhibitions-grid {
    grid-gap: 2em;
  }
}
@media (max-width: 1536px) {
  .all-events-section .all-events-exhibitions-grid {
    margin-top: 40px;
  }
}
@media (max-width: 1366px) {
  .all-events-section .all-events-exhibitions-grid {
    grid-template-columns: repeat(auto-fill, minmax(375px, 1fr));
  }
}
@media (max-width: 500px) {
  .all-events-section .all-events-exhibitions-grid {
    gap: 2em;
  }
}
.all-events-section .all-events-exhibitions-grid h2 {
  font-size: 28px;
  line-height: 32px;
  font-family: "DM Sans", sans-serif;
  margin-top: 15px;
}
@media (max-width: 1600px) {
  .all-events-section .all-events-exhibitions-grid h2 {
    font-size: 26px;
  }
}
@media (max-width: 1366px) {
  .all-events-section .all-events-exhibitions-grid h2 {
    font-size: 24px;
  }
}
@media (max-width: 1280px) {
  .all-events-section .all-events-exhibitions-grid h2 {
    font-size: 22px;
  }
}
.all-events-section .all-events-exhibitions-grid p {
  margin-top: 6px;
}
.all-events-section .all-events-exhibitions-grid img {
  width: 100%;
  border-radius: 10px;
}
.all-events-section .nav-tabs {
  justify-content: center;
  border-bottom: none;
  gap: 20px;
  font-family: "DM Sans", sans-serif;
}
.all-events-section .nav-tabs .nav-link {
  border-radius: 10px;
  padding: 20px;
  color: #1e1e1e;
  font-size: 20px;
  border: 1px solid #008cd1;
  font-weight: 500;
  transition: all 0.5s ease;
}
.all-events-section .nav-tabs .nav-link.active {
  border: none;
  background-color: #008cd1;
  color: #fff;
  border: 1px solid #008cd1;
}
.all-events-section .nav-tabs .nav-link:hover {
  background-color: #008cd1;
  color: #fff;
  transition: all 0.5s ease;
}
@media (max-width: 1536px) {
  .all-events-section .nav-tabs .nav-link {
    padding: 15px;
  }
}
@media (max-width: 1280px) {
  .all-events-section .nav-tabs .nav-link {
    font-size: 17px;
  }
}
@media (max-width: 600px) {
  .all-events-section .nav-tabs .nav-link {
    padding: 10px;
  }
}

.all-events-exhibitions-grid-box .owl-carousel .owl-dots,
.latest-events-gallery .owl-carousel .owl-dots {
  position: absolute;
  bottom: 25px;
  z-index: 1111111111;
  display: flex;
  gap: 5px;
  width: 100%;
  justify-content: center;
  gap: 5px;
}
.all-events-exhibitions-grid-box .owl-carousel .owl-dots .owl-dot,
.latest-events-gallery .owl-carousel .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50px;
}
.all-events-exhibitions-grid-box .owl-carousel .owl-dots .owl-dot.active,
.latest-events-gallery .owl-carousel .owl-dots .owl-dot.active {
  background-color: #008cd1;
}

.about-the-company {
  width: 100%;
  position: relative;
}
.about-the-company .img-box {
  width: 100%;
}
.about-the-company .img-box img {
  width: 100%;
}
.about-the-company .about-content-div {
  width: 95%;
  margin: 0 auto;
  background-color: #fff;
  padding: 45px 30px;
  border-radius: 15px;
  margin-top: -170px;
  position: relative;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
@media (max-width: 1536px) {
  .about-the-company .about-content-div {
    margin-top: -220px;
  }
}
@media (max-width: 1101px) {
  .about-the-company .about-content-div {
    padding: 30px 30px;
  }
}
@media (max-width: 768px) {
  .about-the-company .about-content-div {
    margin-top: 15px;
    width: 100%;
  }
}
.about-the-company .heading-div {
  gap: 50px;
}
@media (max-width: 1101px) {
  .about-the-company .heading-div {
    gap: 5px;
  }
}
@media (max-width: 1536px) {
  .about-the-company .heading-div .heading-div-left {
    width: 40%;
  }
}
@media (max-width: 1470px) {
  .about-the-company .heading-div .heading-div-left {
    width: 45%;
    gap: 25px;
  }
}
@media (max-width: 1280px) {
  .about-the-company .heading-div .heading-div-left {
    gap: 20px;
  }
}
@media (max-width: 991px) {
  .about-the-company .heading-div .heading-div-left {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .about-the-company .heading-div .heading-div-left {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .about-the-company .heading-div .heading-div-left {
    gap: 10px;
  }
}
@media (max-width: 768px) {
  .about-the-company .heading-div .heading-div-right {
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  .about-the-company .heading-div .heading-div-right p {
    margin-top: 5px;
  }
}

.daily-operations {
  width: 100%;
  padding: 4% 0;
  background-image: url("../img/daily-operations-bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-attachment: fixed;
  background-position: center;
}
.daily-operations::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7215686275);
}
.daily-operations .daily-operations-main {
  width: 100%;
  display: flex;
  gap: 100px;
}
@media (max-width: 1536px) {
  .daily-operations .daily-operations-main {
    gap: 80px;
  }
}
@media (max-width: 1101px) {
  .daily-operations .daily-operations-main {
    gap: 50px;
  }
}
@media (max-width: 991px) {
  .daily-operations .daily-operations-main {
    display: grid;
  }
}
.daily-operations .daily-operations-main .daily-operations-left {
  width: 50%;
  display: flex;
  align-items: center;
}
.daily-operations .daily-operations-main .daily-operations-left.order-1 {
  order: 1 !important;
}
@media (max-width: 991px) {
  .daily-operations .daily-operations-main .daily-operations-left.order-1 {
    order: 2 !important;
  }
}
@media (max-width: 991px) {
  .daily-operations .daily-operations-main .daily-operations-left {
    width: 100%;
  }
}
.daily-operations .daily-operations-main .daily-operations-left .home-counter-grid {
  width: 100%;
  display: grid;
  grid-auto-rows: 220px;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-gap: 3em;
}
@media (max-width: 1600px) {
  .daily-operations .daily-operations-main .daily-operations-left .home-counter-grid {
    grid-gap: 2em;
    grid-auto-rows: 251px;
    grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
  }
}
@media (max-width: 1536px) {
  .daily-operations .daily-operations-main .daily-operations-left .home-counter-grid {
    grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
    grid-gap: 2em;
    grid-auto-rows: 245px;
  }
}
@media (max-width: 1470px) {
  .daily-operations .daily-operations-main .daily-operations-left .home-counter-grid {
    grid-auto-rows: 230px;
  }
}
@media (max-width: 1366px) {
  .daily-operations .daily-operations-main .daily-operations-left .home-counter-grid {
    grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
    grid-auto-rows: 211px;
  }
}
@media (max-width: 1280px) {
  .daily-operations .daily-operations-main .daily-operations-left .home-counter-grid {
    grid-auto-rows: 196px;
  }
}
@media (max-width: 991px) {
  .daily-operations .daily-operations-main .daily-operations-left .home-counter-grid {
    grid-template-columns: repeat(auto-fill, minmax(138px, 1fr));
    grid-auto-rows: 170px;
    grid-gap: 1.5em;
  }
}
@media (max-width: 768px) {
  .daily-operations .daily-operations-main .daily-operations-left .home-counter-grid {
    grid-template-columns: repeat(auto-fill, minmax(245px, 1fr));
    grid-auto-rows: auto;
    grid-gap: 1.5em;
  }
}
@media (max-width: 500px) {
  .daily-operations .daily-operations-main .daily-operations-left .home-counter-grid {
    grid-auto-rows: 170px;
  }
}
.daily-operations .daily-operations-main .daily-operations-left .home-counter-grid .home-counter {
  border-radius: 50px;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.5s ease;
  justify-content: center;
  position: relative;
}
.daily-operations .daily-operations-main .daily-operations-left .home-counter-grid .home-counter.left-top-border::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid #00a2ff;
  border-radius: 26px;
  box-sizing: border-box;
  pointer-events: none;
  background: transparent;
  -webkit-mask: radial-gradient(90px at 0 0, transparent 0 170%, #000 61%);
  mask: radial-gradient(90px at 0 0, transparent 0 170%, #000 61%);
}
@media (max-width: 991px) {
  .daily-operations .daily-operations-main .daily-operations-left .home-counter-grid .home-counter.left-top-border::before {
    mask: none;
  }
}
.daily-operations .daily-operations-main .daily-operations-left .home-counter-grid .home-counter.right-top-border::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid #00a2ff;
  border-radius: 26px;
  box-sizing: border-box;
  pointer-events: none;
  background: transparent;
  -webkit-mask: radial-gradient(90px at 100% 0, transparent 0 170%, #000 61%);
  mask: radial-gradient(90px at 100% 0, transparent 0 170%, #000 61%);
}
@media (max-width: 991px) {
  .daily-operations .daily-operations-main .daily-operations-left .home-counter-grid .home-counter.right-top-border::before {
    mask: none;
  }
}
.daily-operations .daily-operations-main .daily-operations-left .home-counter-grid .home-counter.left-bottom-border::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid #00a2ff;
  border-radius: 26px;
  box-sizing: border-box;
  pointer-events: none;
  background: transparent;
  -webkit-mask: radial-gradient(90px at 0 100%, transparent 0 170%, #000 61%);
  mask: radial-gradient(90px at 0 100%, transparent 0 170%, #000 61%);
}
@media (max-width: 991px) {
  .daily-operations .daily-operations-main .daily-operations-left .home-counter-grid .home-counter.left-bottom-border::before {
    mask: none;
  }
}
.daily-operations .daily-operations-main .daily-operations-left .home-counter-grid .home-counter.right-bottom-border::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid #00a2ff;
  border-radius: 26px;
  box-sizing: border-box;
  pointer-events: none;
  background: transparent;
  -webkit-mask: radial-gradient(90px at 100% 100%, transparent 0 170%, #000 61%);
  mask: radial-gradient(90px at 100% 100%, transparent 0 170%, #000 61%);
}
@media (max-width: 991px) {
  .daily-operations .daily-operations-main .daily-operations-left .home-counter-grid .home-counter.right-bottom-border::before {
    mask: none;
  }
}
.daily-operations .daily-operations-main .daily-operations-left .home-counter-grid .home-counter .counter-box {
  padding: 35px;
}
@media (max-width: 1101px) {
  .daily-operations .daily-operations-main .daily-operations-left .home-counter-grid .home-counter .counter-box {
    padding: 20px;
  }
}
.daily-operations .daily-operations-main .daily-operations-left .home-counter-grid .home-counter .counter-box .count-number {
  text-align: center;
}
.daily-operations .daily-operations-main .daily-operations-left .home-counter-grid .home-counter .counter-box .count-number.plus-sign {
  position: relative;
}
.daily-operations .daily-operations-main .daily-operations-left .home-counter-grid .home-counter .counter-box .count-number.plus-sign::after {
  position: relative;
  content: "+";
  left: 5px;
  top: 0;
  color: #008cd1;
  font-size: 80px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .daily-operations .daily-operations-main .daily-operations-left .home-counter-grid .home-counter .counter-box .count-number.plus-sign::after {
    font-size: 60px;
  }
}
@media (max-width: 500px) {
  .daily-operations .daily-operations-main .daily-operations-left .home-counter-grid .home-counter .counter-box .count-number.plus-sign::after {
    font-size: 50px;
  }
}
.daily-operations .daily-operations-main .daily-operations-left .home-counter-grid .home-counter .counter-box h2 {
  font-family: "DM Sans", sans-serif;
  color: #fff;
  font-size: 70px;
  font-weight: 700;
}
@media (max-width: 1600px) {
  .daily-operations .daily-operations-main .daily-operations-left .home-counter-grid .home-counter .counter-box h2 {
    font-size: 65px;
  }
}
@media (max-width: 1536px) {
  .daily-operations .daily-operations-main .daily-operations-left .home-counter-grid .home-counter .counter-box h2 {
    font-size: 70px;
  }
}
@media (max-width: 1470px) {
  .daily-operations .daily-operations-main .daily-operations-left .home-counter-grid .home-counter .counter-box h2 {
    font-size: 60px;
  }
}
@media (max-width: 1280px) {
  .daily-operations .daily-operations-main .daily-operations-left .home-counter-grid .home-counter .counter-box h2 {
    font-size: 55px;
  }
}
@media (max-width: 1101px) {
  .daily-operations .daily-operations-main .daily-operations-left .home-counter-grid .home-counter .counter-box h2 {
    font-size: 50px;
  }
}
@media (max-width: 1024px) {
  .daily-operations .daily-operations-main .daily-operations-left .home-counter-grid .home-counter .counter-box h2 {
    font-size: 45px;
  }
}
@media (max-width: 500px) {
  .daily-operations .daily-operations-main .daily-operations-left .home-counter-grid .home-counter .counter-box h2 {
    font-size: 40px;
  }
}
.daily-operations .daily-operations-main .daily-operations-left .home-counter-grid .home-counter .counter-box h2 span {
  font-weight: 300;
  font-size: 55px;
}
@media (max-width: 1470px) {
  .daily-operations .daily-operations-main .daily-operations-left .home-counter-grid .home-counter .counter-box h2 span {
    font-size: 30px;
  }
}
@media (max-width: 1024px) {
  .daily-operations .daily-operations-main .daily-operations-left .home-counter-grid .home-counter .counter-box h2 span {
    font-size: 30px;
  }
}
.daily-operations .daily-operations-main .daily-operations-left .home-counter-grid .home-counter .counter-box P {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-size: 22px;
  color: #fff;
  line-height: 30px;
}
@media (max-width: 1366px) {
  .daily-operations .daily-operations-main .daily-operations-left .home-counter-grid .home-counter .counter-box P {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .daily-operations .daily-operations-main .daily-operations-left .home-counter-grid .home-counter .counter-box P {
    font-size: 16px;
  }
}
@media (max-width: 1600px) {
  .daily-operations .daily-operations-main .daily-operations-left .home-counter-grid .home-counter .counter-box P {
    font-size: 22px;
  }
}
@media (max-width: 1536px) {
  .daily-operations .daily-operations-main .daily-operations-left .home-counter-grid .home-counter .counter-box P {
    line-height: 28px;
  }
}
@media (max-width: 1366px) {
  .daily-operations .daily-operations-main .daily-operations-left .home-counter-grid .home-counter .counter-box P {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 1280px) {
  .daily-operations .daily-operations-main .daily-operations-left .home-counter-grid .home-counter .counter-box P {
    line-height: 27px;
  }
}
@media (max-width: 1101px) {
  .daily-operations .daily-operations-main .daily-operations-left .home-counter-grid .home-counter .counter-box P {
    font-size: 17px;
  }
}
@media (max-width: 500px) {
  .daily-operations .daily-operations-main .daily-operations-left .home-counter-grid .home-counter .counter-box P {
    font-size: 18px;
    text-align: center;
  }
}
.daily-operations .daily-operations-main .daily-operations-right {
  width: 50%;
}
.daily-operations .daily-operations-main .daily-operations-right.order-2 {
  order: 2 !important;
}
@media (max-width: 991px) {
  .daily-operations .daily-operations-main .daily-operations-right.order-2 {
    order: 1 !important;
  }
}
@media (max-width: 991px) {
  .daily-operations .daily-operations-main .daily-operations-right {
    width: 100%;
  }
}
.daily-operations .daily-operations-main .daily-operations-right .heading-div {
  display: block;
  position: relative;
}
.daily-operations .daily-operations-main .daily-operations-right .heading-div .heading-div-left {
  width: 100%;
}
.daily-operations .daily-operations-main .daily-operations-right .heading-div .heading-div-left h1 {
  color: #fff;
}
.daily-operations .daily-operations-main .daily-operations-right .heading-div .heading-div-left p {
  color: #fff;
}

.conduct-section {
  position: relative;
  width: 100%;
  padding: 4% 0;
}
.conduct-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #022f5c;
  opacity: 1;
}
.conduct-section .conduct-inner {
  position: relative;
  z-index: 2;
  text-align: center;
}
.conduct-section .conduct-inner h1 {
  font-family: "DM Sans", sans-serif;
  font-size: 40px;
  text-transform: capitalize;
  color: #1e1e1e;
  font-weight: 600;
  position: relative;
  padding-left: 10px;
  color: #008cd1;
}
@media (max-width: 1536px) {
  .conduct-section .conduct-inner h1 {
    padding-left: 15px;
  }
}
@media (max-width: 1280px) {
  .conduct-section .conduct-inner h1 {
    padding-left: 10px;
  }
}
.conduct-section .conduct-inner h1::before {
  width: 5px;
  height: 100%;
  position: absolute;
  background-color: #008cd1;
  left: 0;
  top: 0;
  content: "";
}
@media (max-width: 1470px) {
  .conduct-section .conduct-inner h1::before {
    width: 4px;
    height: 85%;
    top: 5px;
    content: "";
  }
}
@media (max-width: 1366px) {
  .conduct-section .conduct-inner h1::before {
    width: 4px;
    height: 60%;
    top: 6px;
    content: "";
  }
}
@media (max-width: 1280px) {
  .conduct-section .conduct-inner h1::before {
    top: 8px;
    width: 3px;
  }
}
@media (max-width: 1101px) {
  .conduct-section .conduct-inner h1::before {
    height: 65%;
    top: 5px;
  }
}
@media (max-width: 768px) {
  .conduct-section .conduct-inner h1::before {
    top: 6px;
  }
}
@media (max-width: 1600px) {
  .conduct-section .conduct-inner h1 {
    font-size: 35px;
  }
}
@media (max-width: 1470px) {
  .conduct-section .conduct-inner h1 {
    font-size: 36px;
    line-height: 45px;
  }
}
@media (max-width: 1366px) {
  .conduct-section .conduct-inner h1 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (max-width: 1280px) {
  .conduct-section .conduct-inner h1 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 1101px) {
  .conduct-section .conduct-inner h1 {
    font-size: 28px;
    line-height: 34px;
  }
}
@media (max-width: 500px) {
  .conduct-section .conduct-inner h1 {
    letter-spacing: 0;
    font-size: 22px;
    line-height: 28px;
  }
}
.conduct-section .conduct-inner h1::before {
  display: none;
}
.conduct-section .conduct-inner p {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  margin-top: 20px;
}
@media (max-width: 1366px) {
  .conduct-section .conduct-inner p {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .conduct-section .conduct-inner p {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .conduct-section .conduct-inner p {
    text-align: center;
  }
}
@media (max-width: 1024px) {
  .conduct-section .conduct-inner p br {
    display: none;
  }
}

.vision-section {
  background: #f0f4f8;
  color: #1a2535;
  width: 100%;
  padding: 4% 0;
}

.section-label {
  text-align: center;
  margin-bottom: 48px;
}
@media (max-width: 600px) {
  .section-label {
    margin-bottom: 20px;
  }
}
.section-label h1 {
  font-family: "DM Sans", sans-serif;
  font-size: 40px;
  text-transform: capitalize;
  color: #1e1e1e;
  font-weight: 600;
  position: relative;
  padding-left: 10px;
  color: #1e1e1e;
}
@media (max-width: 1536px) {
  .section-label h1 {
    padding-left: 15px;
  }
}
@media (max-width: 1280px) {
  .section-label h1 {
    padding-left: 10px;
  }
}
.section-label h1::before {
  width: 5px;
  height: 100%;
  position: absolute;
  background-color: #008cd1;
  left: 0;
  top: 0;
  content: "";
}
@media (max-width: 1470px) {
  .section-label h1::before {
    width: 4px;
    height: 85%;
    top: 5px;
    content: "";
  }
}
@media (max-width: 1366px) {
  .section-label h1::before {
    width: 4px;
    height: 60%;
    top: 6px;
    content: "";
  }
}
@media (max-width: 1280px) {
  .section-label h1::before {
    top: 8px;
    width: 3px;
  }
}
@media (max-width: 1101px) {
  .section-label h1::before {
    height: 65%;
    top: 5px;
  }
}
@media (max-width: 768px) {
  .section-label h1::before {
    top: 6px;
  }
}
@media (max-width: 1600px) {
  .section-label h1 {
    font-size: 35px;
  }
}
@media (max-width: 1470px) {
  .section-label h1 {
    font-size: 36px;
    line-height: 45px;
  }
}
@media (max-width: 1366px) {
  .section-label h1 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (max-width: 1280px) {
  .section-label h1 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 1101px) {
  .section-label h1 {
    font-size: 28px;
    line-height: 34px;
  }
}
@media (max-width: 500px) {
  .section-label h1 {
    letter-spacing: 0;
    font-size: 22px;
    line-height: 28px;
  }
}
.section-label h1::before {
  display: none;
}
.section-label h2 {
  margin-top: 15px;
}

.mv-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  width: 100%;
  margin: 0 auto 25px;
}
@media (max-width: 768px) {
  .mv-grid {
    grid-template-columns: auto;
  }
}

.mv-card {
  background: #022f5c;
  border-radius: 14px;
  padding: 32px 28px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  border: 1px solid rgba(0, 180, 255, 0.15);
  transition: border-color 0.3s, transform 0.3s;
}
.mv-card:hover {
  border-color: rgba(0, 180, 255, 0.45);
  transform: translateY(-4px);
}

.mv-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(0, 180, 255, 0.12);
  border: 1px solid rgba(0, 180, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.mv-icon i {
  font-size: 1.5rem;
  color: #00b4ff;
}

.mv-body h3 {
  font-family: "DM Sans", sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #008cd1;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
@media (max-width: 600px) {
  .mv-body h3 {
    font-size: 24px;
  }
}
.mv-body p {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
}
@media (max-width: 1366px) {
  .mv-body p {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .mv-body p {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .mv-body p {
    text-align: left;
  }
}

/* Values section */
.values-wrapper {
  background: #022f5c;
  border-radius: 18px;
  padding: 44px 36px;
  width: 100%;
  margin: 0 auto;
  border: 1px solid rgba(0, 180, 255, 0.12);
}

.values-header {
  text-align: center;
  margin-bottom: 36px;
}
.values-header h3 {
  font-family: "DM Sans", sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #008cd1;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.values-header p {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
}
@media (max-width: 1366px) {
  .values-header p {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .values-header p {
    font-size: 16px;
  }
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
@media (max-width: 1366px) {
  .values-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 1024px) {
  .values-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .values-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .values-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.value-card {
  text-align: center;
  padding: 24px 14px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(0, 180, 255, 0.1);
  transition: background 0.3s, border-color 0.3s, transform 0.3s;
}
.value-card:hover {
  background: rgba(0, 180, 255, 0.07);
  border-color: rgba(0, 180, 255, 0.35);
  transform: translateY(-4px);
}
.value-card .vicon {
  font-size: 1.8rem;
  color: #008cd1;
  margin-bottom: 12px;
  display: block;
}
.value-card h4 {
  font-family: "Onest", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}
.value-card h4 span {
  font-size: 28px;
  font-weight: 500;
  color: #1ebaf9;
}
.value-card p {
  font-size: 15px;
  font-family: "DM Sans", sans-serif;
  color: #b5d0db;
  line-height: 20px;
}

.md-section {
  position: relative;
  width: 100%;
  background-color: #bce6f6;
  padding: 4% 0;
}

.md-inner {
  position: relative;
}

.md-content {
  width: 100%;
  margin-top: -80px;
}
@media (max-width: 1366px) {
  .md-content {
    margin-top: -30px;
  }
}
@media (max-width: 1280px) {
  .md-content {
    margin-top: -50px;
  }
}
@media (max-width: 768px) {
  .md-content {
    margin-top: 15px;
  }
}
.md-content h2 {
  font-family: "DM Sans", sans-serif;
  font-size: 40px;
  text-transform: capitalize;
  color: #1e1e1e;
  font-weight: 600;
  position: relative;
  padding-left: 10px;
  color: #008cd1;
  padding-left: 0;
}
@media (max-width: 1536px) {
  .md-content h2 {
    padding-left: 15px;
  }
}
@media (max-width: 1280px) {
  .md-content h2 {
    padding-left: 10px;
  }
}
.md-content h2::before {
  width: 5px;
  height: 100%;
  position: absolute;
  background-color: #008cd1;
  left: 0;
  top: 0;
  content: "";
}
@media (max-width: 1470px) {
  .md-content h2::before {
    width: 4px;
    height: 85%;
    top: 5px;
    content: "";
  }
}
@media (max-width: 1366px) {
  .md-content h2::before {
    width: 4px;
    height: 60%;
    top: 6px;
    content: "";
  }
}
@media (max-width: 1280px) {
  .md-content h2::before {
    top: 8px;
    width: 3px;
  }
}
@media (max-width: 1101px) {
  .md-content h2::before {
    height: 65%;
    top: 5px;
  }
}
@media (max-width: 768px) {
  .md-content h2::before {
    top: 6px;
  }
}
@media (max-width: 1600px) {
  .md-content h2 {
    font-size: 35px;
  }
}
@media (max-width: 1470px) {
  .md-content h2 {
    font-size: 36px;
    line-height: 45px;
  }
}
@media (max-width: 1366px) {
  .md-content h2 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (max-width: 1280px) {
  .md-content h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 1101px) {
  .md-content h2 {
    font-size: 28px;
    line-height: 34px;
  }
}
@media (max-width: 500px) {
  .md-content h2 {
    letter-spacing: 0;
    font-size: 22px;
    line-height: 28px;
  }
}
.md-content h2::before {
  display: none;
}
@media (max-width: 1366px) {
  .md-content h2 {
    padding-left: 0;
  }
}
.md-content p {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #02608f;
  margin-top: 15px;
  font-size: 17px;
  line-height: 28px;
  font-weight: 500;
}
@media (max-width: 1366px) {
  .md-content p {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .md-content p {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .md-content p {
    font-size: 15px;
    margin-top: 10px;
    line-height: 24px;
  }
}
@media (max-width: 600px) {
  .md-content p {
    margin-top: 10px;
  }
}
.md-content .title-main {
  font-size: 22px;
  font-weight: 700;
}

.md-image-wrap {
  position: relative;
  width: 100%;
  top: -145px;
  z-index: 0;
}
@media (max-width: 1366px) {
  .md-image-wrap {
    top: -100px;
  }
}
@media (max-width: 1024px) {
  .md-image-wrap {
    top: -85px;
  }
}
@media (max-width: 768px) {
  .md-image-wrap {
    top: 0px;
  }
}
.md-image-wrap::before {
  position: absolute;
  content: "";
  width: 65%;
  height: 52%;
  background-image: url(../img/md-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  top: 0px;
  left: 115px;
  z-index: 0;
}
@media (max-width: 1366px) {
  .md-image-wrap::before {
    left: 100px;
  }
}
@media (max-width: 768px) {
  .md-image-wrap::before {
    display: none;
  }
}
.md-image-wrap .top-img-box {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 70px;
}
@media (max-width: 768px) {
  .md-image-wrap .top-img-box {
    top: 0px;
    gap: 22px;
    display: grid;
  }
}
.md-image-wrap .top-img-box .top-img-left {
  width: 55%;
}
@media (max-width: 768px) {
  .md-image-wrap .top-img-box .top-img-left {
    width: 100%;
  }
}
.md-image-wrap .top-img-box .top-img-left img {
  width: 100%;
  position: relative;
  z-index: 1;
}
.md-image-wrap .top-img-box .top-img-right {
  width: 45%;
}
@media (max-width: 768px) {
  .md-image-wrap .top-img-box .top-img-right {
    width: 100%;
  }
}
.md-image-wrap .top-img-box .top-img-right span {
  font-size: 25px;
  color: #2b7fa6;
  font-family: "DM Sans", sans-serif;
  position: relative;
  top: 75px;
  font-weight: 500;
}
@media (max-width: 1470px) {
  .md-image-wrap .top-img-box .top-img-right span {
    font-size: 23px;
  }
}
@media (max-width: 1366px) {
  .md-image-wrap .top-img-box .top-img-right span {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .md-image-wrap .top-img-box .top-img-right span {
    top: 0;
  }
}
.md-image-wrap .top-img-box .top-img-right span::before {
  position: absolute;
  content: "\ec51";
  font-family: "remixicon";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  left: -30px;
  top: -15px;
}
@media (max-width: 1366px) {
  .md-image-wrap .top-img-box .top-img-right span::before {
    left: -20px;
  }
}
.md-image-wrap .top-img-box .top-img-right span::after {
  position: absolute;
  content: "\ec52";
  font-family: "remixicon";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  right: -30px;
  bottom: 5px;
}
@media (max-width: 1366px) {
  .md-image-wrap .top-img-box .top-img-right span::after {
    right: -20px;
  }
}

.pd-45 {
  padding-top: 43px;
}
@media (max-width: 768px) {
  .pd-45 {
    padding-top: 33px;
  }
}
@media (max-width: 600px) {
  .pd-45 {
    padding-top: 0px;
  }
}

footer {
  background-color: #f6f6f6;
  padding: 3% 0 1% 0;
}
@media (max-width: 768px) {
  footer .col-lg-3 {
    width: 100%;
  }
}
@media (max-width: 1470px) {
  footer {
    padding: 5% 0 1% 0;
  }
}
@media (max-width: 768px) {
  footer {
    padding: 5% 0;
    float: left;
    width: 100%;
  }
}
footer .footer-box {
  width: 100%;
  margin-top: 20px;
}
footer .footer-box.left {
  flex: 1 1 360px;
}
@media (max-width: 1280px) {
  footer .footer-box.left {
    flex: 1 1 300px;
  }
}
@media (max-width: 1024px) {
  footer .footer-box.left {
    flex: 1 1 260px;
  }
}
@media (max-width: 991px) {
  footer .footer-box.left {
    margin-top: 0px;
  }
}
@media (max-width: 768px) {
  footer .footer-box.left {
    margin-bottom: 0px;
    flex: 1 1 200px;
  }
}
footer .footer-box .footer-social-media-list {
  margin-top: 15px;
}
@media (max-width: 1280px) {
  footer .footer-box .footer-social-media-list {
    margin-top: 5px;
  }
}
@media (max-width: 1101px) {
  footer .footer-box .footer-social-media-list {
    margin-top: 25px;
  }
}
@media (max-width: 991px) {
  footer .footer-box .footer-social-media-list {
    margin-top: 0px;
  }
}
@media (max-width: 768px) {
  footer .footer-box .footer-social-media-list {
    margin-top: 0px;
  }
}
footer .footer-box .footer-social-media-list li:hover a {
  text-decoration: none;
}
footer .footer-box h4 {
  font-size: 18px;
  color: #008cd1;
  margin-top: 10px;
  font-family: "Onest", sans-serif;
}
@media (max-width: 1600px) {
  footer .footer-box h4 {
    font-size: 17px;
  }
}
@media (max-width: 1366px) {
  footer .footer-box h4 {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  footer .footer-box h4 {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  footer .footer-box {
    margin-bottom: 30px;
  }
}
@media (max-width: 500px) {
  footer .footer-box {
    margin-bottom: 30px;
  }
}
footer .footer-box img {
  width: 30%;
}
@media (max-width: 1024px) {
  footer .footer-box img {
    width: 60%;
  }
}
@media (max-width: 991px) {
  footer .footer-box img {
    width: 35%;
  }
}
@media (max-width: 960px) {
  footer .footer-box img {
    width: 15%;
  }
}
@media (max-width: 500px) {
  footer .footer-box img {
    width: 20%;
  }
}
footer .footer-box span {
  font-family: "Onest", sans-serif;
  font-size: 15px;
  color: #1e1e1e;
  line-height: 24px;
  display: block;
  margin: 15px 0 10px;
  padding-right: 8%;
}
@media (max-width: 1536px) {
  footer .footer-box span {
    margin: 10px 0 10px 0;
    line-height: 27px;
    font-size: 16px;
  }
}
@media (max-width: 1470px) {
  footer .footer-box span {
    font-size: 17px;
    line-height: 28px;
    margin: 15px 0 15px 0;
  }
}
@media (max-width: 1366px) {
  footer .footer-box span {
    font-size: 16px;
    line-height: 26px;
    margin: 13px 0 13px 0;
  }
}
@media (max-width: 1280px) {
  footer .footer-box span {
    font-size: 15px;
  }
}
@media (max-width: 1199px) {
  footer .footer-box span {
    padding-right: 0;
  }
}
@media (max-width: 1024px) {
  footer .footer-box span {
    font-size: 15px;
    line-height: 22px;
  }
}
@media (max-width: 500px) {
  footer .footer-box span {
    margin: 10px 0;
  }
}
footer .footer-box ul {
  margin: 0;
  padding: 0;
  display: inline-flex;
  gap: 10px;
}
@media (max-width: 991px) {
  footer .footer-box ul {
    gap: 5px;
  }
}
footer .footer-box ul li {
  display: flex;
  list-style: none;
  border: 1px solid #008cd1;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  float: left;
  transition: all 0.5s ease;
}
@media (max-width: 1024px) {
  footer .footer-box ul li {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 500px) {
  footer .footer-box ul li {
    width: 40px;
    height: 40px;
  }
}
footer .footer-box ul li a {
  color: #008cd1;
  transition: all 0.5s ease;
}
footer .footer-box ul li a i {
  font-size: 20px;
}
@media (max-width: 1024px) {
  footer .footer-box ul li a i {
    font-size: 20px;
  }
}
@media (max-width: 500px) {
  footer .footer-box ul li a i {
    font-size: 24px;
  }
}
footer .footer-box ul li:hover {
  background-color: #008cd1;
  transition: all 0.5s ease;
}
footer .footer-box ul li:hover i {
  color: #fff;
  transition: all 0.5s ease;
}
footer .footer-links-box span {
  font-size: 18px;
  font-family: "Onest", sans-serif;
  color: #1e1e1e;
  display: block;
  margin-bottom: 15px;
  font-weight: 500;
}
@media (max-width: 1470px) {
  footer .footer-links-box span {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  footer .footer-links-box span {
    font-size: 17px;
  }
}
footer .footer-links-box.mid, footer .footer-links-box.services, footer .footer-links-box.contact, footer .footer-links-box.left {
  width: 100%;
  margin-top: -195px;
}
@media (max-width: 1600px) {
  footer .footer-links-box.mid, footer .footer-links-box.services, footer .footer-links-box.contact, footer .footer-links-box.left {
    margin-top: -185px;
  }
}
@media (max-width: 1280px) {
  footer .footer-links-box.mid, footer .footer-links-box.services, footer .footer-links-box.contact, footer .footer-links-box.left {
    margin-top: -150px;
  }
}
@media (max-width: 991px) {
  footer .footer-links-box.mid, footer .footer-links-box.services, footer .footer-links-box.contact, footer .footer-links-box.left {
    margin-top: 0px;
  }
}
footer .footer-links-box .footer-box .footer-social-media-list i {
  margin-right: 0;
}
footer .footer-links-box .footer-box .footer-social-media-list li:hover {
  margin-left: 0;
}
@media (max-width: 768px) {
  footer .footer-links-box {
    margin-bottom: 20px;
  }
}
@media (max-width: 500px) {
  footer .footer-links-box {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  footer .footer-links-box.lst-box {
    margin-bottom: 0px;
  }
}
@media (max-width: 500px) {
  footer .footer-links-box.lst-box {
    margin-bottom: 0px !important;
  }
}
footer .footer-links-box h4 {
  font-family: "Onest", sans-serif;
  color: #008cd1;
  margin-bottom: 18px;
  font-weight: 600;
  font-size: 21px;
}
@media (max-width: 1366px) {
  footer .footer-links-box h4 {
    margin-bottom: 12px;
  }
}
@media (max-width: 1280px) {
  footer .footer-links-box h4 {
    margin-bottom: 10px;
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  footer .footer-links-box h4 {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  footer .footer-links-box h4 {
    font-size: 20px;
    margin-bottom: 12px;
  }
}
@media (max-width: 960px) {
  footer .footer-links-box h4 {
    margin-bottom: 6px;
  }
}
@media (max-width: 768px) {
  footer .footer-links-box h4 {
    font-size: 22px;
  }
}
@media (max-width: 500px) {
  footer .footer-links-box h4 {
    margin-bottom: 5px;
    font-size: 19px;
  }
}
footer .footer-links-box li {
  margin-bottom: 7px;
  transition: all 0.5s ease;
  color: #fff;
  display: flex;
}
@media (max-width: 1366px) {
  footer .footer-links-box li {
    margin-bottom: 6px;
  }
}
@media (max-width: 1024px) {
  footer .footer-links-box li {
    margin-bottom: 4px;
  }
}
footer .footer-links-box li:hover {
  margin-left: 5px;
  transition: all 0.5s ease;
}
footer .footer-links-box li:hover a {
  color: #008cd1 !important;
  text-decoration: underline;
}
footer .footer-links-box li a {
  color: #1e1e1e !important;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-family: "Onest", sans-serif;
  font-weight: 500;
}
@media (max-width: 1366px) {
  footer .footer-links-box li a {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  footer .footer-links-box li a {
    font-size: 16px;
  }
}
@media (max-width: 1536px) {
  footer .footer-links-box li a {
    font-size: 16px;
  }
}
@media (max-width: 1470px) {
  footer .footer-links-box li a {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 1366px) {
  footer .footer-links-box li a {
    font-size: 15px;
  }
}
@media (max-width: 1280px) {
  footer .footer-links-box li a {
    font-size: 15px;
  }
}
@media (max-width: 1024px) {
  footer .footer-links-box li a {
    font-size: 15px;
  }
}
footer .footer-links-box li:nth-last-child(1) {
  margin-bottom: 0;
}
footer .footer-links-box li i {
  font-size: 20px;
  margin-right: 15px;
  color: #008cd1;
}
@media (max-width: 1470px) {
  footer .footer-links-box li i {
    margin-right: 10px;
  }
}
footer .footer-links-box p {
  font-family: "Onest", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #1e1e1e;
  line-height: 30px;
  display: block;
  margin-bottom: 15px;
  display: flex;
}
@media (max-width: 1280px) {
  footer .footer-links-box p br {
    display: none;
  }
}
@media (max-width: 1536px) {
  footer .footer-links-box p {
    font-size: 16px;
  }
}
@media (max-width: 1470px) {
  footer .footer-links-box p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 1366px) {
  footer .footer-links-box p {
    font-size: 15px;
  }
}
@media (max-width: 1280px) {
  footer .footer-links-box p {
    font-size: 15px;
  }
}
@media (max-width: 1024px) {
  footer .footer-links-box p {
    font-size: 15px;
  }
}
footer .footer-links-box p i {
  font-size: 20px;
  margin-right: 15px;
  color: #008cd1;
}
@media (max-width: 1536px) {
  footer .footer-links-box p i {
    margin-right: 10px;
  }
}
footer .footer-hr {
  width: 100%;
  height: 1px;
  background-color: #008cd1;
  margin: 40px 0 20px;
}
@media (max-width: 1536px) {
  footer .footer-hr {
    margin: 35px 0 20px;
  }
}
@media (max-width: 1470px) {
  footer .footer-hr {
    margin: 25px 0 20px;
  }
}
@media (max-width: 1366px) {
  footer .footer-hr {
    margin: 20px 0 20px;
  }
}
@media (max-width: 768px) {
  footer .footer-hr {
    margin: 0px 0 20px;
  }
}
@media (max-width: 500px) {
  footer .footer-hr {
    margin: 0px 0 15px;
  }
}
footer .copyright-box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 500px) {
  footer .copyright-box {
    display: block;
    text-align: center;
  }
}
footer .copyright-box p {
  font-size: 12px;
  font-family: "Onest", sans-serif;
  color: #1e1e1e;
}
@media (max-width: 1280px) {
  footer .copyright-box p {
    font-size: 12px;
  }
}
@media (max-width: 500px) {
  footer .copyright-box p {
    font-size: 11px;
  }
}
footer .copyright-box p a {
  color: #1e1e1e;
  text-decoration: underline;
}

.footer-above-img {
  width: 92.5%;
  float: right;
}
@media (max-width: 1280px) {
  .footer-above-img {
    width: 95%;
  }
}
@media (max-width: 991px) {
  .footer-above-img {
    display: none;
  }
}
.footer-above-img img {
  width: 100%;
}

.footer-grid {
  display: flex;
  gap: 0;
  width: 80%;
  margin-left: auto;
}
@media (max-width: 1280px) {
  .footer-grid {
    gap: 15px;
  }
}
@media (max-width: 991px) {
  .footer-grid {
    flex-direction: column;
    width: 100%;
  }
}
@media (max-width: 960px) {
  .footer-grid {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .footer-grid {
    gap: 0px;
  }
}

.desk-show-none {
  display: none;
}
@media (max-width: 991px) {
  .desk-show-none {
    display: block;
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .desk-show-none {
    margin-bottom: 30px;
  }
}
.desk-show-none img {
  width: 20%;
}

/*****************heading and paragraph fonts****************/
*:focus-visible {
  outline: none;
}

.custom-container {
  width: 85%;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .custom-container {
    width: 90%;
  }
}
@media (max-width: 500px) {
  .custom-container {
    width: 95%;
  }
}

.d-none {
  display: none;
}

.display-none {
  display: none;
}
@media (max-width: 991px) {
  .display-none {
    display: block !important;
  }
}

.display-block {
  display: block;
}
@media (max-width: 991px) {
  .display-block {
    display: none !important;
  }
}

.mt-100 {
  margin-top: 100px;
}
@media (max-width: 1536px) {
  .mt-100 {
    margin-top: 80px;
  }
}
@media (max-width: 1470px) {
  .mt-100 {
    margin-top: 100px;
  }
}
@media (max-width: 1280px) {
  .mt-100 {
    margin-top: 80px;
  }
}
@media (max-width: 1101px) {
  .mt-100 {
    margin-top: 80px;
  }
}
@media (max-width: 768px) {
  .mt-100 {
    margin-top: 35px;
  }
}

.mt-80 {
  margin-top: 80px;
}
@media (max-width: 1600px) {
  .mt-80 {
    margin-top: 50px;
  }
}
@media (max-width: 1101px) {
  .mt-80 {
    margin-top: 35px;
  }
}

.mb-20 {
  margin-bottom: 20px;
}
@media (max-width: 500px) {
  .mb-20 {
    margin-bottom: 5px;
  }
}

.mb-60 {
  margin-bottom: 60px;
}
@media (max-width: 1470px) {
  .mb-60 {
    margin-bottom: 50px;
  }
}
@media (max-width: 1366px) {
  .mb-60 {
    margin-bottom: 35px;
  }
}
@media (max-width: 500px) {
  .mb-60 {
    margin-bottom: 15px;
  }
}

.mt-60 {
  margin-top: 60px !important;
}
@media (max-width: 1536px) {
  .mt-60 {
    margin-top: 50px !important;
  }
}
@media (max-width: 1366px) {
  .mt-60 {
    margin-top: 30px !important;
  }
}

/***************************** Common Top Banners CSS *********************/
.hero-banner-top {
  width: 100%;
  position: relative;
}
@media (max-width: 500px) {
  .hero-banner-top {
    height: 235px;
  }
}
.hero-banner-top img {
  width: 100%;
}
@media (max-width: 500px) {
  .hero-banner-top img {
    height: 100%;
  }
}
.hero-banner-top .top-heading {
  position: absolute;
  top: 50%;
  left: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
}
@media (max-width: 360px) {
  .hero-banner-top .top-heading {
    top: 30%;
    line-height: 34px;
  }
}
.hero-banner-top .top-heading h1 {
  text-align: center;
  font-size: 50px;
  font-weight: 500;
  font-family: "DM Sans", sans-serif;
  color: #fff;
}
@media (max-width: 1366px) {
  .hero-banner-top .top-heading h1 {
    font-size: 45px;
  }
}
@media (max-width: 1280px) {
  .hero-banner-top .top-heading h1 {
    font-size: 36px;
  }
}
@media (max-width: 1101px) {
  .hero-banner-top .top-heading h1 {
    font-size: 40px;
  }
}
@media (max-width: 500px) {
  .hero-banner-top .top-heading h1 {
    font-size: 30px;
  }
}
.hero-banner-top::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6705882353);
  left: 0;
  top: 0;
}
.hero-banner-top .banner-content-box {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.hero-banner-top .banner-content-box h1 {
  font-family: "DM Sans", sans-serif;
  font-size: 45px;
  color: #fff;
  line-height: 55px;
  position: absolute;
  top: 50%;
  font-weight: 400;
  letter-spacing: 1px;
}
@media (max-width: 1600px) {
  .hero-banner-top .banner-content-box h1 {
    font-size: 40px;
    line-height: 48px;
  }
}
@media (max-width: 1366px) {
  .hero-banner-top .banner-content-box h1 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 1280px) {
  .hero-banner-top .banner-content-box h1 {
    line-height: 40px;
  }
}
@media (max-width: 1101px) {
  .hero-banner-top .banner-content-box h1 {
    font-size: 28px;
    line-height: 36px;
  }
}
@media (max-width: 1024px) {
  .hero-banner-top .banner-content-box h1 {
    font-size: 26px;
    line-height: 32px;
    letter-spacing: 0;
  }
}
@media (max-width: 768px) {
  .hero-banner-top .banner-content-box h1 {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (max-width: 500px) {
  .hero-banner-top .banner-content-box h1 {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0;
  }
}

/***************************** Breadcrumb Css *********************/
.bread-crumb {
  width: 100%;
  position: relative;
  z-index: 1;
}
.bread-crumb ul li {
  float: left;
  padding: 0 10px;
  position: relative;
}
.bread-crumb ul li:nth-child(1)::before {
  display: none;
}
.bread-crumb ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: -9px;
  background: url(../img/right_arrow.png);
  background-size: 30%;
  height: 14px;
  width: 20px;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 991px) {
  .bread-crumb ul li::before {
    top: 8px;
  }
}
.bread-crumb ul li a {
  font-size: 14px;
  line-height: 19px;
  color: #1e1e1e;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.5s ease;
}
@media (max-width: 1024px) {
  .bread-crumb ul li a {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .bread-crumb ul li a {
    font-size: 12px;
  }
}
.bread-crumb ul li a.active {
  color: #008cd1;
  font-weight: 500 !important;
}
.bread-crumb ul li:nth-child(1) {
  padding-left: 0;
}

.heading-div {
  width: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 1101px) {
  .heading-div {
    flex-direction: column;
    align-items: start;
  }
}
.heading-div .heading-div-left {
  width: 50%;
  display: flex;
  gap: 20px;
  flex-direction: column;
}
@media (max-width: 1470px) {
  .heading-div .heading-div-left {
    gap: 13px;
  }
}
@media (max-width: 1101px) {
  .heading-div .heading-div-left {
    gap: 5px;
    width: 100%;
  }
}
.heading-div .heading-div-left h1 {
  font-family: "DM Sans", sans-serif;
  font-size: 40px;
  text-transform: capitalize;
  color: #1e1e1e;
  font-weight: 600;
  position: relative;
  padding-left: 10px;
}
@media (max-width: 1536px) {
  .heading-div .heading-div-left h1 {
    padding-left: 15px;
  }
}
@media (max-width: 1280px) {
  .heading-div .heading-div-left h1 {
    padding-left: 10px;
  }
}
.heading-div .heading-div-left h1::before {
  width: 5px;
  height: 100%;
  position: absolute;
  background-color: #008cd1;
  left: 0;
  top: 0;
  content: "";
}
@media (max-width: 1470px) {
  .heading-div .heading-div-left h1::before {
    width: 4px;
    height: 85%;
    top: 5px;
    content: "";
  }
}
@media (max-width: 1366px) {
  .heading-div .heading-div-left h1::before {
    width: 4px;
    height: 60%;
    top: 6px;
    content: "";
  }
}
@media (max-width: 1280px) {
  .heading-div .heading-div-left h1::before {
    top: 8px;
    width: 3px;
  }
}
@media (max-width: 1101px) {
  .heading-div .heading-div-left h1::before {
    height: 65%;
    top: 5px;
  }
}
@media (max-width: 768px) {
  .heading-div .heading-div-left h1::before {
    top: 6px;
  }
}
@media (max-width: 1600px) {
  .heading-div .heading-div-left h1 {
    font-size: 35px;
  }
}
@media (max-width: 1470px) {
  .heading-div .heading-div-left h1 {
    font-size: 36px;
    line-height: 45px;
  }
}
@media (max-width: 1366px) {
  .heading-div .heading-div-left h1 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (max-width: 1280px) {
  .heading-div .heading-div-left h1 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 1101px) {
  .heading-div .heading-div-left h1 {
    font-size: 28px;
    line-height: 34px;
  }
}
@media (max-width: 500px) {
  .heading-div .heading-div-left h1 {
    letter-spacing: 0;
    font-size: 22px;
    line-height: 28px;
  }
}
.heading-div .heading-div-left p {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 26px;
}
@media (max-width: 1366px) {
  .heading-div .heading-div-left p {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .heading-div .heading-div-left p {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .heading-div .heading-div-left p {
    text-align: left;
  }
}
.heading-div .heading-div-left .about-icons-list {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 600px) {
  .heading-div .heading-div-left .about-icons-list {
    gap: 6px;
  }
}
.heading-div .heading-div-left .about-icons-list li {
  display: flex;
  align-items: center;
  width: calc(49% - 8px);
}
@media (max-width: 1470px) {
  .heading-div .heading-div-left .about-icons-list li {
    gap: 5px;
  }
}
@media (max-width: 600px) {
  .heading-div .heading-div-left .about-icons-list li {
    width: calc(100% - 8px);
  }
}
.heading-div .heading-div-left .about-icons-list li i {
  font-size: 30px;
  color: #008cd1;
  margin-right: 3px;
}
.heading-div .heading-div-left .about-icons-list li p {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 1366px) {
  .heading-div .heading-div-left .about-icons-list li p {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .heading-div .heading-div-left .about-icons-list li p {
    font-size: 16px;
  }
}
@media (max-width: 1600px) {
  .heading-div .heading-div-left .about-icons-list li p {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .heading-div .heading-div-left .about-icons-list li p {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .heading-div .heading-div-left .about-icons-list li p {
    font-size: 14px;
  }
}
.heading-div .heading-div-right {
  width: 65%;
}
@media (max-width: 1101px) {
  .heading-div .heading-div-right {
    margin-top: 20px;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .heading-div .heading-div-right {
    margin-top: 10px;
  }
}
@media (max-width: 500px) {
  .heading-div .heading-div-right {
    margin-top: 10px;
    width: 100%;
  }
}
.heading-div .heading-div-right p {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 26px;
}
@media (max-width: 1366px) {
  .heading-div .heading-div-right p {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .heading-div .heading-div-right p {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .heading-div .heading-div-right p {
    text-align: left;
  }
}

.common-h2 {
  font-family: "DM Sans", sans-serif;
  font-size: 25px;
  color: #008cd1;
  font-weight: 500;
}
@media (max-width: 1600px) {
  .common-h2 {
    font-size: 23px;
  }
}
@media (max-width: 1366px) {
  .common-h2 {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .common-h2 {
    font-size: 18px;
  }
}
@media (max-width: 500px) {
  .common-h2 {
    font-size: 17px;
    line-height: 24px;
  }
}
@media (max-width: 500px) {
  .common-h2 br {
    display: none;
  }
}

.order-1 {
  order: 1 !important;
}
@media (max-width: 768px) {
  .order-1 {
    order: 2 !important;
  }
}

.order-2 {
  order: 2 !important;
}
@media (max-width: 768px) {
  .order-2 {
    order: 1 !important;
  }
}

@keyframes reveal {
  0% {
    transform: translate(0, 100%);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@media (max-width: 768px) {
  .order-sm-last-custom {
    order: 6;
  }
  .order-sm-first-custom {
    order: -1;
  }
}
@media (max-width: 991px) {
  .order-991-1 {
    order: 1;
  }
  .order-991-2 {
    order: 2;
  }
}
.mobile-accordion-tabs {
  display: none;
}

@media (max-width: 991px) {
  .tabs-nav,
  .tabs-content {
    display: none !important;
  }
  .mobile-accordion-tabs {
    display: block !important;
    margin-top: 30px;
  }
}
.brands-container {
  width: 80%;
  margin: 0 auto;
  display: block;
  margin-top: 80px;
}

.brands-container .brands-carousel1 {
  mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 12.5%, rgb(0, 0, 0) 87.5%, rgba(0, 0, 0, 0) 100%);
}

.brands-container .brands-carousel2 {
  mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 12.5%, rgb(0, 0, 0) 87.5%, rgba(0, 0, 0, 0) 100%);
}

.why-choose-us-bg {
  background-image: url("../img/why-choose-us-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
}

.why-choose-us-bg::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7215686275);
  z-index: 0;
}

.brands-carousel {
  width: 100%;
}

.brands-carousel .slick-list {
  height: 90px;
}

.mt-50 {
  margin-top: 25px;
}
@media (max-width: 1536px) {
  .mt-50 {
    margin-top: 5px;
  }
}

.brands-carousel .img-box {
  box-shadow: var(--tc-shadow-1);
  background-color: var(--white);
  padding: 10px;
  border-radius: 10px;
  border: none;
  outline: none;
  cursor: pointer;
}

.brands-carousel .img-box:hover img {
  transform: scale(1.1);
  transition: all 0.5s ease;
}

.brands-carousel .img-box img {
  width: 75%;
  margin: 0 auto;
  transition: all 0.5s ease;
}

.brands-carousel .slick-slide {
  margin-right: 30px;
}

.brands-carousel1 {
  margin-top: 50px;
}
@media (max-width: 1536px) {
  .brands-carousel1 {
    margin-top: 40px;
  }
}
@media (max-width: 1470px) {
  .brands-carousel1 {
    margin-top: 30px;
  }
}

.brands-carousel1,
.brands-carousel2 {
  mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 12.5%, rgb(0, 0, 0) 87.5%, rgba(0, 0, 0, 0));
}

.place-details-compact-container {
  display: none;
}

/*# sourceMappingURL=style.css.map */
