.reasons-why ul li,
h2,
h3,
h4,
p {
  font-family: var(--font-family-text);
}
#review-frame,
.footer-section .footer-logo img {
  max-width: 200px;
}
.dot,
.marquee {
  user-select: none;
}
@font-face {
  font-family: Poppins;
  src: url("../fonts/poppins-regular-webfont.woff2") format("woff2"),
    url("../fonts/poppins-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Outfit;
  src: url("../fonts/Outfit-ExtraBold.woff") format("woff"),
    url("../fonts/Outfit-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Playpen Sans";
  src: url("../fonts/PlaypenSans-Bold.woff") format("woff"),
    url("../fonts/PlaypenSans-Bold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
}
body {
  --highlight-text-color: #1694d4;
  --font-family-hero: Satoshi, sans-serif;
  --font-family-highlight-text: "Playpen Sans", cursive;
  --font-family-subheading-text: "Outfit", sans-serif;
  --font-family-text: "Poppins", sans-serif;
  --custom-button-background-color: #1694d4;
  --main-title-font-color: #01303a;
  --custom-paragraph-color: #424242;
}
section {
  padding: 40px 0;
  position: relative;
}
p {
  color: var(--custom-paragraph-color);
}
.pt-80 {
  padding-top: 80px;
}
.pt-60 {
  padding-top: 60px;
}
.pb-80 {
  padding-bottom: 80px;
}
.pl-60,
.pl-60-lg {
  padding-left: 60px;
}
.pr-60,
.pr-60-lg {
  padding-right: 60px;
}
.footer-section .footer-logo,
.mb-30 {
  margin-bottom: 30px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-50 {
  margin-top: 50px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mt-100 {
  margin-top: 100px;
}
.fs-30 {
  font-size: 30px;
}
.fs-40 {
  font-size: 40px;
}
.fs-60 {
  font-size: 60px;
}
.fs-21 {
  font-size: 21px;
}
.fs-26 {
  font-size: 26px;
}
.fs-18 {
  font-size: 18px;
}
.fs-h1 {
  font-size: 2.5rem;
}
.fs-50,
.review-title {
  font-size: 50px;
}
.fs-subtitle,
.review-sub-title {
  font-size: 1.375rem;
}
.footer-section .footer-content p,
.new-tech-description p,
.text-justify {
  text-align: justify;
}
.w-50-lg {
  width: 50%;
}
.brand-color,
.footer-section .copyright-text p a,
.footer-section .footer-menu li:hover a,
.footer-section .footer-widget ul li a:hover {
  color: #1694d4;
}
.highlight-link {
  color: #424242;
  text-underline-offset: 5px;
  font-weight: 700;
}
.w-45 {
  width: 45% !important;
}
img {
  pointer-events: none !important;
}
.main-title-font {
  color: var(--main-title-font-color) !important;
  font-family: var(--font-family-subheading-text);
  font-weight: 800;
  text-align: center;
  line-height: normal;
  text-transform: capitalize;
}
.highlight-text {
  font-weight: 700;
  white-space: nowrap;
  color: var(--highlight-text-color);
}
.form-message,
.read-more {
  display: none;
}
.main_menu_area {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 30;
  padding: 20px 0;
}
.main_menu_area:has(.navbar-collapse.collapse.show) {
  border-bottom-left-radius: 10%;
  border-bottom-right-radius: 10%;
}
.main-container {
  height: 100%;
}
.btn {
  padding: 0.575rem 1.6rem;
  border-radius: 100px;
  background-color: #b37df9;
  color: #fff;
}
.header-btn {
  width: 100%;
  -webkit-animation: 0.6s infinite alternate bounce;
  -moz-animation: 0.6s infinite alternate bounce;
  animation: 0.6s infinite alternate bounce;
}
.blue-text {
  color: #0077b5 !important;
}
.blue-text:hover {
  opacity: 0.7;
}
.navbar .navbar-toggler {
  border: none;
  border-radius: 0;
  padding: 0;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.navbar .navbar-toggler span + span {
  margin-top: 4px;
}
.navbar .navbar-toggler span {
  height: 2px;
  width: 22px;
  display: block;
  background: #0b1033;
  transition: 0.3s;
  border-radius: 1px;
}
.navbar .navbar-toggler .top-bar {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 10% 10%;
  -ms-transform-origin: 10% 10%;
  transform-origin: 10% 10%;
}
.navbar .navbar-toggler .middle-bar {
  opacity: 0;
}
.navbar .navbar-toggler .bottom-bar {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 10% 90%;
  -ms-transform-origin: 10% 90%;
  transform-origin: 10% 90%;
}
.navbar .navbar-toggler.collapsed .bottom-bar,
.navbar .navbar-toggler.collapsed .top-bar {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.navbar .navbar-toggler.collapsed .middle-bar {
  opacity: 1;
}
.main_menu_area .navbar .navbar-nav li a,
.main_menu_area .navbar .navbar-nav li button {
  font-size: 14px;
  position: relative;
  font-weight: 500;
  text-transform: uppercase;
  color: #000;
  line-height: 50px;
  -webkit-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition: 0.4s linear;
}
.main_menu_area .navbar .show .navbar-nav li a {
  color: #000;
}
.main_menu_area .navbar .navbar-nav li:last-child {
  margin-right: 0;
}
.main_menu_area .navbar .navbar-nav li.submenu .dropdown-menu li {
  margin-right: 0;
  display: block;
}
.main_menu_area .navbar .navbar-nav li.submenu .dropdown-menu li a {
  display: block;
  line-height: 38px;
  color: #fff;
  letter-spacing: 0.48px;
  font-size: 16px;
  padding: 0 30px;
  text-transform: inherit;
  -webkit-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition: 0.4s linear;
  font-weight: 400;
  text-shadow: none;
}
.main_menu_area .navbar .navbar-nav li.submenu .dropdown-menu li:hover a {
  color: #97ccfe;
}
.navbar-nav--centered {
  align-items: center;
}
.navbar_transparent {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -o-transition: transform 0.4s ease-out, background 0.4s ease-out;
  transition: transform 0.4s ease-out, background 0.4s ease-out,
    -webkit-transform 0.4s ease-out;
  -webkit-transition: transform 0.4s ease-out, background 0.4s ease-out;
}
.navbar_fixed {
  position: fixed;
  width: 100%;
  top: -70px;
  left: 0;
  right: 0;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -webkit-transform: translateY(70px);
  -ms-transform: translateY(70px);
  transform: translateY(70px);
  -o-transition: transform 0.4s ease-in, background 0.4s ease-in;
  transition: transform 0.4s ease-in, background 0.4s ease-in,
    -webkit-transform 0.4s ease-in;
  -webkit-transition: transform 0.4s ease-in, background 0.4s ease-in;
  z-index: 9999;
}
.brand-logo img {
  width: 110px;
  pointer-events: all !important;
}
#navbarSupportedContent {
  justify-content: flex-end;
  top: 0;
  position: relative;
}
.main_menu_area.navbar_fixed #navbarSupportedContent {
  top: 0;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 0.6rem;
  padding-left: 0.6rem;
}
.navbar-expand-lg .navbar-nav .nav-link.active {
  color: var(--highlight-text-color) !important;
}
.navbar-expand-lg .navbar-nav .nav-link.active:after {
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 10%;
  position: absolute;
  background: var(--highlight-text-color);
  transition: width 0.3s, left 0.3s;
  width: 80%;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #000;
}
.main_menu_area .navbar {
  padding: 10px 0;
  border-radius: 0;
  background: 0 0 !important;
}
.company_profile {
  background-color: #eeefff;
}
@media (min-width: 992px) {
  .main_menu_area.navbar_transparent {
    background: 0 0;
  }
  .brand-logo img {
    width: 130px;
  }
  .main_menu_area .navbar .navbar-nav li:hover.submenu .dropdown-menu {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    visibility: visible;
  }
  .main_menu_area .navbar .navbar-nav li.submenu .dropdown-menu {
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: 0.4s ease-out;
    -o-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
    display: block;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    min-width: 250px;
    background: #171717;
    left: auto;
    right: 0;
    top: 90%;
    border-radius: 0;
    border: none;
    padding: 30px 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    visibility: hidden;
  }
  .navbar .navbar-nav li a:after {
    background: #b37df9;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    transition: width 0.3s, left 0.3s;
    width: 0;
  }
  .navbar .navbar-nav li a:hover:after {
    width: 80%;
    left: 10%;
  }
  .main_menu_area .navbar .navbar-nav li a {
    line-height: 30px;
    font-weight: 700;
  }
}
.contact-form-inputs .submit button,
.custom-hero-section .custon-button a {
  box-shadow: rgba(0, 0, 0, 0.4) 0 2px 4px, rgba(0, 0, 0, 0.3) 0 7px 13px -3px,
    rgba(0, 0, 0, 0.2) 0 -3px 0 inset;
}
@media screen and (-ms-high-contrast: active),
  (-ms-high-contrast: none) and (max-width: 991px) {
  .slide-1::after,
  .slide-2::after,
  .slide-3::after {
    top: 45%;
  }
}
@media (max-width: 991px) {
  .main_menu_area .navbar .navbar-nav {
    display: block;
  }
  .main_menu_area .navbar .navbar-nav li a {
    padding: 0 20px !important;
    border-bottom: 1px solid rgba(151, 204, 254, 0.1);
  }
  .navbar .navbar-nav li a {
    display: block;
    line-height: 40px !important;
    padding: 0 15px;
  }
}
@media (min-width: 1280px) {
  .main_menu_area.navbar_fixed {
    padding: 8px 0;
  }
  .brand-logo img {
    width: 12vw;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.4rem;
    padding-left: 1.4rem;
  }
}
.hero-bg {
  background-image: url(../images/home/background-sec.webp);
  height: auto;
  width: 100%;
  background-attachment: scroll;
  background-size: cover;
  display: flex;
  flex-direction: column;
}
.hero-section {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
}
.hero-inner-section {
  align-items: center;
  display: flex;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 0;
  height: min-content;
  justify-content: center;
  max-width: 1000px;
  padding: 180px 0 170px;
  position: relative;
  width: 100%;
}
.review-container {
  row-gap: 0.25rem;
}
.fixed-height {
  height: 100vh;
  overflow: hidden;
}
.review-block-section {
  display: flex;
  flex-direction: row;
  text-align: left;
  align-items: center;
  justify-content: center;
  row-gap: 1rem;
  column-gap: 40px;
}
.review-block-image-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  min-width: fit-content;
}
.review-block-image {
  position: relative;
  max-height: 79px;
  min-height: 79px;
  min-width: 79px;
  max-width: 79px;
  border-radius: 0.75rem;
}
.review-block-detail-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.custom-contact-info .review-block-detail-section h4,
.review-block-detail-section h4 {
  font-size: 20px;
}
.review-block-border {
  position: relative;
  margin-left: 25px;
  margin-right: 25px;
  display: inline-block;
  height: 223px;
  border: 1px solid grey;
}
.review-block-description {
  font-size: 22px;
  color: var(--custom-paragraph-color);
}
.review-block-desktop {
  position: absolute;
  top: 85px;
  left: -28px;
}
.review-block-description-one {
  max-width: 1024px;
}
.c-mt-90px {
  margin-top: 90px;
}
.read-more,
.read-more-less {
  cursor: pointer;
}
@media (max-width: 992px) {
  .main_menu_area {
    padding: 0;
    background-color: #fff;
  }
  .header-btn {
    animation: none;
  }
  .main_menu_area .container,
  .sub-nav .container {
    max-width: 100%;
  }
  .navbar-light .brand-logo {
    padding: 10px;
  }
  .main_menu_area .navbar .navbar-nav li {
    display: block;
    margin-right: 0;
  }
  .navbar-expand-lg .navbar-nav .nav-link.active:after {
    content: none;
  }
  .main_menu_area .navbar .navbar-nav li.active a,
  .main_menu_area .navbar .navbar-nav li:hover a {
    color: #b37df9;
  }
  .navbar .navbar-nav {
    text-align: left;
  }
  .main_menu_area .navbar .navbar-collapse {
    background: #fff;
    max-height: 100%;
    z-index: 1000;
    border-bottom-left-radius: 10%;
    border-bottom-right-radius: 10%;
  }
  .navbar .navbar-toggler {
    padding: 10px;
    margin-left: auto;
    cursor: pointer;
  }
  .main_menu_area .navbar .navbar-nav li.submenu .dropdown-menu {
    background: 0 0;
    border: none;
    margin: 0;
    padding: 0;
  }
  .main_menu_area .navbar .navbar-nav li.submenu .dropdown-menu li a {
    line-height: 50px;
    padding: 0 20px;
  }
  .navbar_fixed {
    padding: 0;
  }
  .footer-section .cta-text h4 {
    font-size: 18px !important;
  }
  .footer-section .cta-text a {
    font-size: 12px !important;
  }
  .footer-section .contact-icon {
    height: 35px !important;
    min-width: 35px !important;
  }
  .footer-section .cta-text p {
    font-size: 14px;
  }
  .footer-section .contact-icon svg {
    height: 18px !important;
    width: 18px !important;
  }
  .review-title {
    font-size: 40px;
  }
  .review-sub-title {
    font-size: 20px;
  }
  .review-block-description {
    font-size: 1.225rem;
    text-align: center;
  }
}
.insta-background {
  --background: linear-gradient(115deg, #f9ce34, #ee2a7b, #6228d7);
}
.twitter-background {
  --background: #14171a;
}
.linkedin-background {
  --background: #0077b5;
}
.facebook-background {
  --background: #316ff6;
}
#contact-us .row .contact-details {
  align-items: flex-start;
  align-self: stretch;
  gap: 30px;
  overflow: visible;
  position: relative;
  margin: 40px 0 0;
}
#contact-us .row .contact-details .contact-info {
  display: flex;
  flex-wrap: nowrap;
  border-radius: 40px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.055);
  height: 97%;
  flex-direction: column;
  gap: 10px;
  padding: 25px 32px;
  background: radial-gradient(
    circle at 20% 40%,
    rgba(91, 192, 255, 0.27),
    rgba(255, 255, 255, 0.24),
    rgba(185, 209, 255, 0.14)
  );
}
.contact-img {
  position: absolute;
  bottom: 0;
  right: -1.3rem;
  width: 72%;
  height: auto;
}
.social-card {
  width: 80%;
  height: fit-content;
  background: #ffffff27;
  border-radius: 2.1rem;
  display: flex;
  flex-direction: column;
  padding: 15px 25px;
  margin: 0 20px 20px;
  gap: 20px;
  box-shadow: 10px 10px 10px rgba(91, 192, 255, 0.121);
}
.social-card-section {
  display: flex;
  align-items: center;
}
.social-icon-links {
  text-decoration: none;
  color: #000;
}
.social-text {
  position: relative;
  margin-left: 10px;
  font-size: 17px;
}
.social-text::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  border-radius: 4px;
  background: var(--background);
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
}
#goTopButton,
.service-box:hover {
  background-color: #1694d4;
}
.social-icon-links:hover .social-text::before {
  transform-origin: left;
  transform: scaleX(1);
}
.socialContainer {
  width: 52px;
  height: 52px;
  background-color: var(--main-title-font-color);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 50%;
  transition-duration: 0.3s;
}
.contact-form-inputs input,
.tech-icon {
  height: 40px;
}
.social-icon-links:hover .containerOne {
  background: var(--background);
  transition-duration: 0.3s;
}
.social-icon-links:hover .containerFour,
.social-icon-links:hover .containerThree,
.social-icon-links:hover .containerTwo {
  background-color: var(--background);
  transition-duration: 0.3s;
}
.socialContainer:active {
  transform: scale(0.9);
  transition-duration: 0.3s;
}
.socialSvg {
  width: 18px;
}
.socialSvg path {
  fill: rgb(255, 255, 255);
}
.social-icon-links:hover .socialSvg {
  animation: 0.3s both slide-in-top;
}
@keyframes slide-in-top {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
#contact-us .row .contact-details .contact-info .contact-text p,
.contact-form-text p {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #737373;
}
.form-text {
  margin: 10px 0 0 10px;
  font-size: 16px;
  font-weight: 500;
  color: var(--main-title-font-color);
}
#contact-us .row .contact-details .contact-info .contact-head h3,
.contact-form-text h3 {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  color: var(--main-title-font-color);
}
#contact-us .contact-form,
.custom-hero-section .highlight-text {
  position: relative;
}
#contact-us .contact-form .contact-form-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #fff;
  background: linear-gradient(0deg, #fff 0, rgba(212, 230, 255, 0.504) 100%);
  border-radius: 40px;
  padding: 25px 35px;
  box-shadow: rgba(133, 189, 215, 0.538) 0 20px 30px -20px;
  margin: 40px 0 20px 20px;
}
#contact-us .contact-form .contact-form-container form .form-name-tel {
  display: grid;
  grid-auto-flow: column;
  gap: 10px;
}
#contact-us .contact-form .contact-form-container form {
  display: grid;
  grid-template-rows: max-content 1fr max-content;
  grid-template-columns: 1fr;
  gap: 8px;
  width: 100%;
  height: 100%;
  min-height: 320px;
}
#contact-us .contact-form .contact-form-container form .form-inputs {
  width: 100%;
  display: grid;
  grid-auto-flow: row;
  gap: 5px;
}
#contact-us .contact-form .contact-form-container form .form-inputs input,
#contact-us .contact-form .contact-form-container form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: 100%;
  line-height: 1.4em;
  outline: 0;
  font-family: "jost Medium", jost, Inter, system-ui, -apple-system,
    BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 500;
  font-size: 16px;
  border: 0.5px solid #d9d9ff;
  color: var(--main-title-font-color);
  box-shadow: transparent 0 0 0 1px inset;
  max-height: 200px;
  resize: vertical;
  min-height: 60px;
  padding: 15px 20px;
  border-radius: 20px;
  margin-top: 15px;
  box-shadow: #bbd7ff43 0 15px 15px -5px;
}
#contact-us .contact-form .contact-form-container form button {
  display: inline-block;
  width: 100%;
  line-height: 1.4em;
  outline: 0;
  border: none;
  border-radius: 25px;
  padding: 16px;
  font-weight: 600;
  font-size: 15px;
  background: var(--highlight-text-color);
  cursor: pointer;
  color: #fff;
  margin: 20px auto;
  box-shadow: rgba(133, 189, 215, 0.8784313725) 0 20px 10px -15px;
  transition: 0.3s ease-in-out;
}
.custon-button .button,
.read-more-btn {
  transition: 0.2s;
  align-items: center;
  text-transform: uppercase;
  text-decoration: none;
  display: flex;
  cursor: pointer;
}
.custon-button .button {
  font-weight: 700;
  font-family: Helvetica, "sans-serif";
  padding: 10px 20px;
  border-radius: 100px;
  background: #1694d4;
  border: 1px solid transparent;
  font-size: 15px;
  color: #fff;
}
.card-title,
.contact-form-content,
.custom-contact-info .review-title,
.dropdown-menu h4.mega-menu-header a,
.life-at-200-text,
.why-title {
  font-family: var(--font-family-subheading-text);
}
#contact-us .contact-form .contact-form-container form button:hover,
#goTopButton:hover,
.custon-button .button:hover {
  background: var(--main-title-font-color);
}
.custon-button .button > svg {
  width: 34px;
  margin-left: 10px;
  transition: transform 0.3s ease-in-out;
}
.custon-button .button:hover svg {
  transform: translateX(5px);
}
.custon-button .button:active {
  transform: scale(0.95);
}
.service-work {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
}
.card-title {
  font-size: 25px;
  color: var(--main-title-font-color) !important;
  font-weight: 800;
}
.read-more-btn {
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 100px;
  background: #000;
  border: 1px solid transparent;
  font-size: 12px;
  color: #fff !important;
  width: max-content;
}
.service-box,
.service-box a {
  text-decoration: none !important;
}
.tech-icon {
  width: 40px;
  box-shadow: 5px 2px 8px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  padding: 5px;
}
.tech-icon:nth-child(n + 2) {
  margin-left: 20px;
}
.contact-us-form {
  --primary-border: 1.8px solid rgba(0, 0, 0, 0.275);
  --primary-box-shadow: 0px 15px 15px -5px #1695d432;
  display: flex;
  align-items: center;
  justify-items: center;
  font-size: 16px;
  color: var(--primary-font-color);
  background: var(--bg-image);
}
.contact-link,
.main_menu_area .navbar .navbar-nav .dropdown:hover a#serviceMenu,
.swiper-slide-content a:hover h2 {
  color: var(--highlight-text-color);
}
.contact-form-content {
  border-radius: 16px;
  grid-template-areas: "header header" "form details" "footer footer";
  background: radial-gradient(
    circle at 70% 60%,
    rgba(91, 192, 255, 0.27),
    rgba(255, 255, 255, 0.24),
    rgba(185, 209, 255, 0.14)
  );
  padding: 40px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.096);
}
.contact-form-header {
  grid-area: header;
  padding-bottom: 70px;
  width: 100%;
}
.contact-form-header h2 {
  font-size: 40px;
  font-weight: 900;
  text-align: center;
  color: var(--main-title-font-color);
}
.contact-form-inputs {
  padding: 0 40px;
}
.contact-form-inputs .name {
  display: flex;
  justify-content: space-between;
}
.contact-form-inputs button,
.contact-form-inputs input,
.contact-form-inputs textarea {
  font-family: var(--font-family-text);
  background-color: transparent;
  outline: 0;
  font-size: 18px;
}
.contact-form-inputs input,
.contact-form-inputs textarea {
  line-height: 40px;
  border: 0;
  border-bottom: var(--primary-border);
}
.contact-form-inputs input[type="email"],
.contact-form-inputs textarea {
  margin-top: 20px;
  width: 100%;
  max-height: 100px;
}
.contact-form-inputs input[type="tel"],
.contact-form-inputs input[type="text"] {
  width: 45%;
}
.contact-form-inputs .submit {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.contact-form-inputs .submit button {
  line-height: 28px;
  letter-spacing: 1.5px;
  padding: 14px 24px;
  border: 0;
  color: #fff;
  border-radius: 50px;
  background: var(--custom-button-background-color);
  transition: 0.2s ease-in-out;
  font-weight: 700;
  font-size: 16px;
}
.contact-form-inputs .submit button:hover {
  background: var(--main-title-font-color);
  box-shadow: 0 15px 15px -5px #012f3a63;
}
.contact-form-inputs .submit h2 {
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  border: 0;
  font-size: 18px;
}
.contact-form-inputs .submit h2 a:hover {
  text-decoration: none;
}
.reasons-why {
  border-left: var(--primary-border);
  padding-left: 30px;
}
.reasons-why h2 {
  font-size: 25px;
  font-weight: 700;
  color: var(--main-title-font-color);
}
.reasons-why ul {
  margin-top: 40px;
  padding-left: 40px;
}
.reasons-why ul li {
  margin: 15px 0;
  font-size: 18px;
  color: var(--custom-paragraph-color);
}
.service-box-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.service-box {
  display: flex;
  border: 1px solid #bcbcbc;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #cedcf294;
  margin-right: 3px;
  margin-bottom: 3px;
  color: #fff;
  width: 33%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding: 15px 20px 30px 35px;
  -webkit-transition: 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.service-box:before {
  content: "";
  padding-top: 10%;
  display: block;
}
.service-box a {
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: end;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  max-height: 280px;
  margin-top: 1rem;
}
.service-box img {
  -webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.service-box h3 {
  -webkit-transform: translateY(60px);
  transform: translateY(60px);
  text-decoration: none;
  font-size: 1.5rem;
  -webkit-transition: 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  color: #000;
  font-weight: 500;
  text-transform: capitalize;
}
.service-box p {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  text-decoration: none;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 1rem;
}
.service-box:after {
  position: absolute;
  top: 20px;
  right: 20px;
  opacity: 0.6;
  content: "";
  display: block;
  background-image: url(../images/right-arrow_9383963.webp);
  background-size: 15px 15px;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  rotate: -50deg;
  z-index: 9998;
}
.service-box:hover img {
  opacity: 0;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.service-box:hover h3 {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  color: #fff;
  text-decoration: none;
}
.service-box:hover p {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  text-decoration: none;
}
.case-study-content,
.round:before {
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
#footer .footer-container .locations a:hover,
.footer-section a:hover {
  text-decoration: underline;
}
.case-study-container:hover > .case-study-details {
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}
.case-study-container:hover > .case-study-details > .case-study-content {
  display: block !important;
}
.case-study-img-container {
  height: 100%;
  position: relative;
  z-index: 1;
}
.case-study-details {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.case-study-content {
  position: absolute;
  z-index: 20;
  width: 70%;
  display: none;
}
.case-study-img {
  height: 500px;
  width: 100%;
}
.case-study-title {
  font-size: 1.5em;
  font-weight: 900;
  color: #fff;
}
.case-study-subtitle {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
.why-subtitle,
.why-title {
  color: var(--main-title-font-color) !important;
}
.swiper-button-next,
.swiper-button-prev {
  top: 50%;
}
.container--column {
  display: flex;
  margin: 0 auto;
  width: 1140px;
  max-width: 94%;
  z-index: 2;
  position: relative;
  flex-direction: column;
  align-items: flex-start;
}
.why-title-wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 50px;
}
.why-subtitle {
  font-size: 45px;
  text-transform: none;
  padding-bottom: 0 !important;
  line-height: 1.3;
}
.why-title {
  font-size: 50px;
  padding-bottom: 0;
  text-transform: capitalize;
  line-height: 1.1;
  font-weight: 800;
}
.empty-space-50 {
  padding-bottom: 50px;
  background-color: transparent;
}
.tech-wrapper .tech-box.active,
.we-offer {
  width: 100%;
}
.we-offer__block {
  position: relative;
  width: 100%;
  min-height: 360px;
}
.we-offer__item {
  width: 100%;
  text-transform: capitalize;
}
.we-offer__item-header {
  display: flex;
  align-items: center;
}
.we-offer__item-title,
.we-offer__item-title.active {
  align-items: center;
  width: 265px;
  padding-bottom: 20px;
}
.we-offer__item-title.active {
  color: var(--bs-dark);
  font-weight: 600;
  line-height: 130%;
  font-size: 18px;
  display: flex;
}
.we-offer__item-title.active::before {
  content: "•";
  color: var(--bs-dark);
  border-color: var(--bs-dark);
}
.we-offer__item-title.active + .we-offer__item-description {
  visibility: visible;
  opacity: 1;
}
.we-offer__item-description {
  opacity: 1;
  position: absolute;
  left: 50%;
  top: 0;
  visibility: hidden;
  opacity: 0;
  transition: visibility, opacity 0.5s linear;
}
.we-offer .round.user-search {
  background: linear-gradient(
    180deg,
    rgba(167, 78, 244, 0.7) 0,
    rgba(130, 61, 247, 0.7) 100%
  );
  box-shadow: 10px 10px 35px rgba(149, 70, 246, 0.21);
  width: 55px;
  height: 55px;
  border-radius: 75px;
  position: relative;
  flex-shrink: 0;
}
.we-offer__item-header .description {
  display: block;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  margin-left: 16px;
  padding-bottom: 0;
  margin-bottom: 0;
}
#review-frame,
.custom-hero-section .hero-inner-section .custon-button {
  margin-left: auto;
}
.we-offer__item-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 180%;
  color: #515c6a;
  margin-top: 24px;
  text-align: justify;
}
.we-offer__item-title {
  display: flex;
  font-style: normal;
  line-height: 130%;
  color: #515c6a;
  cursor: pointer;
  border-bottom: 1px solid #ececec;
  font-weight: 400;
}
.we-offer__item-title:before {
  content: "•";
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  width: 24px;
  height: 24px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  border: 2px solid #d3d3d3;
}
.we-offer__block .we-offer__item:not(:first-child) {
  margin-top: 20px;
}
.industry-icon::before {
  background-image: url(../images/home/industry-experience.webp);
}
.comprehensive-icon::before {
  background-image: url(../images/home/comprehensive-services.webp);
}
.efficiency-icon::before {
  background-image: url(../images/home/cost-efficiency.webp);
}
.transparency-icon::before {
  background-image: url(../images/home/transparency.webp);
}
.healthy-work-icon::before {
  background-image: url(../images/home/work-environement.webp);
}
.round:before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 30px;
  height: 30px;
}
#goTopButton {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  cursor: pointer;
  color: #fff;
  border: none;
  border-radius: 15px;
  padding: 12px 14px;
  transition: 0.2s ease-in;
}
.up-arrow {
  height: 20px;
  width: 20px;
}
.life-at-200-text-div {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: -1;
  position: relative;
}
.gallery-five,
.gallery-four,
.gallery-one,
.gallery-six,
.gallery-three,
.gallery-two {
  position: absolute;
}
.life-at-200-text {
  font-size: 45px;
  line-height: 60px;
  letter-spacing: 0;
  font-weight: 800;
  color: #fff;
  border: 1px solid #fff;
  padding: 20px;
  background: #00000085;
  border-radius: 10px;
}
.gallery-img {
  height: 100%;
  width: 100%;
  border-radius: 10px;
  opacity: 0;
  transition: opacity 0.5s;
  object-fit: fill;
}
.gallery-one {
  left: 0;
  top: 0;
  width: 200px;
  height: 380px;
}
.gallery-two {
  left: 50%;
  top: 0;
  width: 380px;
  height: 220px;
}
.gallery-three {
  left: 0;
  bottom: 0;
  width: 200px;
  height: 200px;
}
.gallery-four {
  left: 52%;
  bottom: 2%;
  width: 240px;
  height: 230px;
}
.gallery-five {
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.gallery-six {
  left: 17%;
  bottom: 1%;
  width: 300px;
  height: 220px;
}
.gallery-eight,
.gallery-seven {
  height: 200px;
  position: absolute;
  top: 0;
}
.gallery-seven {
  right: 0;
  width: 312px;
}
.gallery-eight {
  right: 76%;
  width: 200px;
}
.gallery-nine {
  position: absolute;
  right: 0;
  bottom: 2%;
  width: 260px;
  height: 250px;
}
.gallery-ten {
  position: absolute;
  right: 65%;
  bottom: 2%;
  width: 181px;
  height: 360px;
}
.gallery-section {
  height: 600px;
  position: relative;
}
#footer .footer-container {
  align-items: center;
  display: flex;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 40px;
  height: -moz-min-content;
  height: min-content;
  justify-content: flex-start;
  max-width: 800px;
  overflow: visible;
  padding: 0 0 64px;
  position: relative;
  width: 100%;
}
#footer .footer-container .content {
  width: 80%;
}
#footer .footer-container .content p {
  font-size: 32px;
  line-height: 48px;
  text-align: center;
}
#footer .social-links {
  align-items: center;
  display: flex;
  flex: none;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 20px;
  height: -moz-min-content;
  height: min-content;
  justify-content: flex-start;
  overflow: visible;
  padding: 0;
  position: relative;
  width: -moz-min-content;
  width: min-content;
}
#footer .footer-bottom,
#footer .footer-container .locations {
  height: -moz-min-content;
  display: flex;
  position: relative;
  overflow: visible;
}
#footer .social-links a svg {
  margin: 20px 10px;
}
#footer .footer-container .locations {
  align-items: center;
  flex: none;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 16px;
  height: min-content;
  justify-content: flex-start;
  padding: 0;
  width: -moz-max-content;
  width: max-content;
}
#footer .footer-container .locations a {
  font-size: 18px;
  text-decoration: none;
  color: #484848;
  font-weight: 500;
}
#footer .footer-container .locations .separator p {
  line-height: 0;
  font-size: 25px;
}
#footer .footer-bottom {
  align-items: center;
  flex: none;
  flex-direction: row;
  flex-wrap: nowrap;
  height: min-content;
  justify-content: space-between;
  padding: 40px 0 20px;
  width: 100%;
  border-top: 1px solid #cecece;
}
#footer .footer-bottom .menu {
  align-items: flex-start;
  display: flex;
  flex: none;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 18px;
  height: -moz-max-content;
  height: max-content;
  justify-content: flex-start;
  overflow: visible;
  padding: 0;
  position: relative;
  width: -moz-max-content;
  width: max-content;
}
#footer .footer-bottom .menu .menu-item a {
  color: #444;
  text-decoration: none;
  font-size: 16px;
  font-weight: 0;
  margin: 0 10px;
}
#footer .footer-bottom .menu .menu-item a:hover {
  color: #000;
  text-decoration: underline;
}
@media (max-width: 1199px) and (min-width: 769px) {
  .service-box {
    width: 49%;
  }
  .w-50-lg {
    width: 100%;
  }
  .swiper-pagination-bullets {
    bottom: 0 !important;
  }
  #footer .footer-bottom .menu {
    gap: 10px;
  }
  #footer .social-links {
    gap: 20px;
  }
  .hero-inner-section {
    padding: 100px 0;
  }
}
@media screen and (max-width: 992px) {
  #contact-us .row {
    flex-wrap: wrap;
    margin: 0;
    padding: initial;
  }
  #contact-us .row .contact-details .contact-info {
    padding: 50px 10px;
  }
  .social-card {
    width: 90%;
    margin: 0 0 10px;
    gap: 12px;
  }
  .contact-img {
    width: 65%;
  }
  #footer .footer-container {
    padding: 0 0 40px;
  }
  #footer .footer-container .locations {
    flex-direction: column;
    gap: 4px;
  }
  #footer .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
  }
  #footer .footer-bottom .copyright {
    order: 3;
  }
  #footer .footer-bottom .menu {
    order: 1;
  }
  #footer .footer-bottom .social-links {
    order: 2;
  }
}
@media screen and (max-width: 768px) {
  .hero-bg {
    background-position: center;
  }
  .hero-inner-section {
    padding: 100px 0 80px;
  }
  .pl-60-lg {
    padding-left: 0;
  }
  .pr-60-lg {
    padding-right: 0;
  }
  .fs-h1 {
    font-size: 2rem;
  }
  .text-center-xs {
    text-align: center;
  }
  .fs-16-xs {
    font-size: 16px;
  }
  .fs-18-xs {
    font-size: 18px;
  }
  .mt-20-xs {
    margin-top: 20px;
  }
  .w-50-lg {
    width: 100%;
  }
  .service-box {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }
  .why:before {
    font-size: 135px;
    top: 60px;
  }
  .why-title-wrap {
    padding-bottom: 20px;
  }
  .we-offer__item-title {
    width: 100% !important;
  }
  .we-offer__item-description {
    position: relative;
    width: 100%;
    height: 0;
    left: 0;
  }
  .we-offer__item-title.active + .we-offer__item-description {
    height: auto;
    max-width: 100%;
  }
  .we-offer__item-header .description {
    display: none;
    margin-bottom: 0;
  }
  .we-offer .round {
    width: 45px !important;
    height: 45px !important;
    border-radius: 50px;
    position: absolute !important;
    z-index: -1;
    top: -50px;
    right: 0;
    opacity: 0.3;
    display: none;
  }
  .review-block-section {
    flex-direction: column;
  }
  .review-block-border {
    height: 1px;
    width: 223px;
    margin: 25px;
  }
  .review-block-desktop {
    position: absolute;
    top: -28px;
    left: 85px;
  }
  .c-mt-90px {
    margin-top: 40px;
  }
  .gallery-eight,
  .gallery-nine,
  .gallery-six,
  .gallery-three,
  .gallery-two {
    display: none;
  }
  .gallery-section {
    height: 900px;
  }
  .gallery-one {
    left: 8px;
  }
  .gallery-ten {
    right: 55%;
  }
  .gallery-seven {
    width: 200px;
    right: 2%;
  }
  .gallery-four {
    position: absolute;
    left: 52%;
    bottom: 2%;
    width: 190px;
    height: 230px;
  }
  .footer-section .cta-text p {
    font-size: 14px;
  }
  .team-section-image {
    display: none !important;
  }
}
.custom-contact-info .review-title {
  font-size: 40px;
  color: #01303a;
  font-weight: 800;
}
.custom-contact-info .review-sub-title {
  font-size: 22px;
}
.custom-contact-info .review-block-description {
  font-size: 20px;
  text-align: justify;
}
.custom-contact-info #contact-us .row {
  background-color: #fff0;
}
.custom-contact-info
  #contact-us
  .contact-form
  .contact-form-container
  form
  .form-inputs
  input,
.custom-contact-info
  #contact-us
  .contact-form
  .contact-form-container
  form
  textarea {
  background: rgb(255 255 255);
  border: 1px solid #bebbbb;
}
@media (max-width: 576px) {
  .review-title {
    font-size: 35px;
  }
  .review-block-description {
    font-size: 1rem;
    text-align: center;
  }
  .footer-section .cta-text a {
    font-size: 14px !important;
  }
  .custom-contact-info .review-title {
    font-size: 30px;
  }
  .custom-contact-info .review-sub-title {
    font-size: 20px;
    line-height: 25px;
  }
  .custom-contact-info .review-block-description {
    font-size: 16px;
    margin-bottom: 35px;
  }
  .custom-contact-info #contact-us {
    margin-top: 40px;
  }
  .custom-contact-info #contact-us .contact-form {
    padding: 0;
    margin-top: 20px;
  }
  #contact-us .contact-form .contact-form-container form .form-name-tel {
    grid-auto-flow: row;
  }
  #contact-us .row .contact-details .contact-info {
    padding: 50px 10px;
  }
  .social-card {
    width: 100%;
    margin: 0 0 10px;
    gap: 12px;
  }
  .contact-img {
    width: 65%;
  }
  #contact-us .contact-form .contact-form-container {
    padding: 3em 1em;
    margin-top: 4em;
    width: 100%;
    margin-left: 0 !important;
  }
  .footer-section .footer-logo img {
    max-width: 150px;
  }
}
.custom-hero-section .hero-bg {
  background-image: url("../images/home/hero-background.webp");
  background-position: center;
  height: 100vh;
  min-height: 800px;
}
.custom-hero-section .hero-inner-section {
  align-items: start;
  max-width: initial;
}
.custom-hero-section .main-title-font {
  letter-spacing: -1px;
  font-family: var(--font-family-hero);
  font-weight: 600;
  color: #191919;
  margin-top: 0;
  margin-bottom: 0;
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0)
    rotateZ(0) skew(0deg, 0deg);
  opacity: 1;
  transform-style: preserve-3d;
  text-align: start;
  line-height: 80px;
  font-size: 60px;
}
.custom-hero-section .hero-inner-section p {
  color: var(--custom-paragraph-color);
  font-size: 25px;
}
.custom-hero-section .custon-button a {
  background-color: var(--custom-button-background-color);
  border-radius: 50px;
  letter-spacing: 2px;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  gap: 5px;
  text-transform: capitalize;
  padding: 14px 20px;
}
.custom-hero-section .custom-container {
  width: 100%;
  height: 100%;
  background: radial-gradient(rgba(255, 255, 255, 0.712) 15%, transparent 10%)
    rgba(135, 210, 248, 0);
  background-size: 11px 11px;
  position: absolute;
}
#home.custom-hero-section .custom-container {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.01453081232492992) 0,
    rgba(255, 255, 255, 0.20220588235294112) 28%,
    rgba(255, 255, 255, 0.5159313725490196) 60%,
    rgba(255, 255, 255, 0.8856792717086834) 76%,
    rgba(255, 255, 255, 0.9613095238095238) 85%,
    #fff 100%
  );
}
.custom-hero-section .highlight-text svg {
  position: absolute;
  left: 0;
  bottom: -24px;
  z-index: -1;
  width: -webkit-fill-available;
}
#connect {
  z-index: 2;
  transform: rotateY(0);
}
#connect,
#thank_you_message {
  backface-visibility: hidden;
  transition: transform 0.5s ease-in;
}
.contact-form-container {
  transform-style: preserve-3d;
}
.rotate-back {
  transform: rotateY(0) !important;
}
.rotate-front {
  transform: rotateY(180deg) !important;
}
#thank_you_message {
  position: absolute;
  transform: rotateY(180deg);
  z-index: 0;
}
.thank_you_home {
  bottom: 50%;
  left: 30%;
}
.swiper-container {
  padding-bottom: 20px;
}
.copyright > p {
  text-align: center;
}
.lazyloading {
  background-image: url("../images/home/hero-background-compress.webp");
  height: 100%;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@-moz-document url-prefix() {
  .custom-hero-section .highlight-text svg {
    width: 100%;
  }
}
.service-grid {
  z-index: 110;
  height: 100%;
  grid-column-gap: 5rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.4fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
  text-align: justify;
}
.service-item-container {
  max-width: 100%;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: grid;
  position: static;
}
.single-service {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border: 2px solid #f0e3c9;
  background-image: linear-gradient(-20deg, #e9defa 0, #fbfcdb 100%);
  border-radius: 12px;
  align-items: flex-start;
  padding: 3rem 2rem;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 140px;
  overflow: visible;
}
.footer-section .footer-content .footer-text,
.service-items {
  padding-right: 10px;
}
.service-link {
  text-decoration: none;
  color: var(--main-title-font-color);
  transition: 0.1s;
}
.service-items {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  display: flex;
}
.service-content h3 {
  font-size: 25px;
  font-weight: 800;
}
.service-icon {
  width: 64px;
  height: 64px;
}
#grid-area-1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.tittle-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 140px;
}
@media screen and (max-width: 991px) {
  .service-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }
  .service-item-container {
    max-width: none;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }
  .single-service {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
  }
}
.new-tech-wrapper,
.tech-icons,
.tech-wrapper {
  grid-auto-rows: min-content;
  grid-template-rows: repeat(2, min-content);
}
@media screen and (max-width: 479px) {
  .service-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }
  .service-item-container {
    margin-top: 10px;
  }
  .single-service {
    padding: 20px;
  }
  .service-items {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    align-items: flex-start;
    display: flex;
  }
  .service-icon {
    width: 56px;
    height: 56px;
  }
  .service-content h3 {
    font-size: 22px;
    text-align: start;
  }
}
/* new blog button css  */

#blog a,
.explore-link {
  text-decoration: none;
  color: #292929;
  font-weight: bold;
  padding: 10px 30px;
  border-radius: 50px;
  cursor: pointer;
  border: 0;
  background-color: white;
  border: 2px solid#1694d4;
  text-transform: uppercase;
  font-size: 14px;
  transition: all 0.5s ease;
}

#blog a:hover,
.explore-link:hover {
  background-color: #01303a;
  color: hsl(0, 0%, 100%);
  box-shadow: #01303a 0px 7px 20px 0px;
}

@media (max-width: 992px) {
  .custom-hero-section .main-title-font {
    font-size: 50px;
    line-height: 60px;
  }
  .custom-hero-section .hero-inner-section p {
    font-size: 25px;
  }
  .custom-hero-section .hero-inner-section .custon-button {
    margin: 20px auto auto;
  }
  .custom-hero-section .custon-button a {
    padding: 14px 24px;
    letter-spacing: 1.5px;
    font-size: 16px;
  }
  .custom-hero-section .highlight-text svg {
    bottom: -28px !important;
    stroke-width: 5px !important;
  }
  .custom-hero-section .highlight-text svg path {
    stroke-width: 6px !important;
  }
  .custom-hero-section .hero-bg {
    height: min-content;
    min-height: 680px;
  }
  #review-frame {
    margin: auto;
  }
  .contact-form-content {
    padding: 20px;
  }
  #blog,
  .contact-form-inputs,
  .reasons-why {
    padding: 10px;
  }
  .contact-form-inputs input,
  .contact-form-inputs textarea {
    font-size: 15px;
  }
  .contact-form-header h2 {
    font-size: 32px;
  }
  .reasons-why {
    margin-top: 30px;
    border: none;
    border-left: none;
  }
  #blog {
    margin: 15px auto;
  }
  #blog a {
    display: block;
    width: fit-content;
  }
}
.swiper-slide-content,
.swiper-slide-img {
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.dot {
  position: fixed;
  width: 8em;
  height: 8rem;
  fill: #24a9d978;
  top: -4em;
  left: -4em;
  opacity: 0;
  transform: scale(0);
  transform-origin: 50% 50%;
  pointer-events: none;
  z-index: 1;
}
.dot text {
  font: 3px sans-serif;
  text-transform: uppercase;
  fill: #ffffff;
  opacity: 0;
  text-align: center;
}
.error_text,
.list-items li {
  font-family: var(--font-family-text);
}
.main-swiper {
  position: relative;
  width: 70%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 3rem;
  padding: 0 5rem;
}
.swiper-container-2,
.swiper-container-case-study {
  width: 50%;
  padding: 1.875rem 0;
}
.swiper-container-2 .swiper-slide,
.swiper-container-case-study .swiper-slide {
  height: 22rem;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: self-start;
  box-shadow: 0.063rem 0.5rem 1.25rem hsl(0deg 0% 0% / 12.16%);
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.swiper-slide-img {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transform: rotate(180deg);
  line-height: 0;
  bottom: -0.063rem;
  pointer-events: none;
}
.swiper-svg {
  position: relative;
  display: block;
  width: calc(300% + 1.3px);
  height: 5rem;
  transition: 0.3s ease-in-out;
  transform: rotateY(180deg);
}
.shape-fill {
  fill: #ffffff !important;
}
.swiper-slide-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  z-index: -1;
  transition: 0.3s ease-in-out;
  transform: rotate(-180deg);
  pointer-events: none;
}
.swiper-slide-content {
  background: #fff;
  padding: 0 1.65rem;
  width: 100%;
}
.swiper-slide-content h3 {
  color: var(--main-title-font-color);
  font-weight: 800;
  font-size: 1.5rem;
  line-height: 1.4;
  margin-bottom: 0.425rem;
  text-transform: capitalize;
  letter-spacing: 0.02rem;
}
.swiper-slide-content p {
  color: var(--custom-paragraph-color);
  line-height: 1.6;
  font-size: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.swiper-slide-content .show-more {
  width: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--highlight-text-color);
  border-radius: 50%;
  box-shadow: 0 0.125rem 0.875rem #24aad96b;
  margin-top: 1em;
  height: 0;
  opacity: 0;
  transition: opacity 0.3s ease-in;
  margin-bottom: 1rem;
  margin-left: auto;
}
.swiper-slide-content .show-more:hover {
  background: #1184ac;
}
.swiper-slide-content .show-more svg {
  width: 1.75rem;
  color: #fff;
}
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right {
  background-image: none;
}
.swiper-slide-active:hover .swiper-slide-img img {
  transform: scale(1.2) rotate(185deg);
}
.swiper-slide-active:hover .show-more {
  opacity: 1;
  height: 3.125rem;
}
.swiper-slide-active:hover .swiper-svg {
  height: 5.5rem;
}
.swiper-slide-active:hover p {
  display: block;
  overflow: visible;
}
.swiper-slide-content a {
  text-decoration: none;
  color: var(--main-title-font-color);
  transition: 0.5s;
}
.swiper-slide-content a:hover h2 {
  transform: scale(1.02);
}
@media screen and (max-width: 992px) {
  .swiper-container-2,
  .swiper-container-case-study {
    width: 100%;
  }
  .main-swiper {
    width: 90%;
  }
  .dot {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .main-swiper {
    width: 90%;
    padding: 0;
  }
  .swiper-container-2,
  .swiper-container-case-study {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .main-swiper .swiper-button-next,
  .main-swiper .swiper-button-prev {
    display: none;
  }
  #web-console-section .swiper-container-case-study .swiper-slide {
    width: 500px !important;
  }
}
.dropdown-toggle:after {
  border: none;
}
.serviceButtonIcon {
  transition: 0.4s linear;
  line-height: 0;
}
.nav-link.dropdown-toggle {
  display: flex;
  gap: 4px;
  align-items: center;
}
.dropdown-menu ul {
  list-style: none;
  padding: 0;
}
.dropdown-menu h4.mega-menu-header a:hover::after {
  width: 0;
}
.dropdown-menu h4.mega-menu-header a:hover,
.dropdown-menu h4.mega-menu-header a:hover::after {
  background: 0 0;
}
.dropdown-menu h4.mega-menu-header a {
  font-weight: 400 !important;
  font-size: 1.2em !important;
  text-transform: uppercase !important;
  color: var(--highlight-text-color) !important;
  padding: 0.25rem 1rem;
}
.dropdown-menu li .dropdown-item {
  color: gray;
  font-size: 1em;
  padding: 0.5em 1em;
}
.dropdown-menu a.dropdown-item {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 8px 25px;
  transition: 0.2s;
}
.service-list {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  font-weight: 400;
}
.footer-section .cta-text h4,
.highlight-text-black {
  color: var(--main-title-font-color);
  font-weight: 600;
}
.dropdown-menu .dropdown-item:first-of-type {
  padding-top: 18px;
}
.dropdown-menu .dropdown-item:last-of-type {
  padding-bottom: 18px;
}
.dropdown-menu .dropdown-item:not(:first-of-type):before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 20px;
  border-bottom: 1px solid #e5e5e5;
}
.dropdown-menu a.dropdown-item.active svg,
.dropdown-menu a.dropdown-item:hover svg {
  transform: translate(5px);
}
.dropdown-menu a.dropdown-item.active,
.dropdown-menu a.dropdown-item:hover {
  background: 0 0;
  color: var(--highlight-text-color) !important;
}
.dropdown-menu a.dropdown-item:hover::after {
  width: 0 !important;
}
.main_menu_area
  .navbar
  .navbar-nav
  .dropdown
  a#serviceMenu
  .serviceButtonIcon
  svg {
  transition: 0.5s;
}
.main_menu_area
  .navbar
  .navbar-nav
  .dropdown:hover
  a#serviceMenu
  .serviceButtonIcon
  svg {
  transform: rotate(180deg);
  color: var(--highlight-text-color);
}
.main_menu_area .navbar .navbar-nav .dropdown:hover a#serviceMenu:after {
  background: var(--highlight-text-color);
  width: 80%;
  left: 10%;
}
.dropdown-menu {
  min-width: 350px;
  border: none;
  display: block;
  padding: 0;
  flex-direction: column;
  transform: translate(-50%, 0);
  left: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  max-height: 0;
  transition: max-height 0.5s ease-out;
  overflow: hidden;
}
.main_menu_area .navbar .show .navbar-nav li a {
  color: var(--main-title-font-color);
}
@media only screen and (min-width: 992px) {
  .dropdown:hover .dropdown-menu {
    max-height: 400px;
    transition: max-height 0.5s ease-in;
  }
  .dropdown-menu.show {
    visibility: visible;
    opacity: 1;
  }
}
.navbar-dark .navbar-nav a.nav-link {
  color: #fff;
  font-size: 1.1em;
}
@media only screen and (max-width: 992px) {
  .main_menu_area .navbar .show .navbar-nav li a.dropdown-item {
    padding: 0.8rem !important;
  }
  .main_menu_area .navbar .show .navbar-nav li a {
    color: var(--main-title-font-color);
  }
  .dropdown-menu {
    background: #f0f8ff;
    padding: 0 0.7em;
    transform: translate(0, 0);
    width: 100%;
    border-radius: 0;
    box-shadow: none;
  }
  .dropdown-menu.show {
    overflow-y: auto;
    max-height: 300px;
    flex-direction: row;
    visibility: visible;
    opacity: 1;
  }
  .thank_you_home {
    left: 20% !important;
  }
}
.error_text {
  color: #8b0000;
  font-size: 12px;
  padding: 0 16px;
}
.footer-section ul {
  margin: 0;
  padding: 0;
}
.footer-section {
  background: #f2f4f58a;
  position: relative;
  margin-top: 40px;
  border-top-right-radius: 70px;
  border-top-left-radius: 70px;
}
.footer-section .footer-cta {
  border-bottom: 1px solid #3736362f;
}
.footer-section .cta-text {
  padding-left: 15px;
  display: inline-block;
}
.footer-section .cta-text h4 {
  font-size: 20px;
  margin-bottom: 2px;
}
.footer-section .cta-text span {
  color: #757575;
  font-size: 15px;
}
.footer-section .cta-text a {
  font-size: 14px;
  font-weight: 700;
}
.footer-section .footer-content {
  position: relative;
  z-index: 2;
  margin-top: 35px;
}
.footer-section .footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-section .footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
  color: var(--custom-paragraph-color);
}
.footer-section .footer-widget-heading h3 {
  color: var(--main-title-font-color);
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.footer-section .footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  height: 2px;
  width: 70px;
  background: #1694d4;
}
.footer-section .footer-widget ul li {
  margin: 7px 0;
  font-size: 16px;
  list-style-type: none;
}
.footer-section .footer-links-box {
  display: flex;
  column-gap: 50px;
  justify-content: start;
}
.footer-section .footer-widget ul li a {
  color: var(--main-title-font-color);
  text-transform: capitalize;
}
.footer-section .copyright-area {
  background: #01303a0d;
  padding: 25px 0;
}
.footer-section .copyright-text p {
  margin: 0;
  text-align: center;
  font-size: 14px;
  color: var(--custom-paragraph-color);
}
.footer-section .footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-section .footer-menu li a {
  font-size: 14px;
  color: #878787;
}
.footer-section .contact-icon {
  min-width: 50px;
  height: 50px;
  background-color: #ececec;
  border-radius: 50%;
  display: grid;
  justify-content: center;
  align-content: center;
  grid-auto-flow: column;
}
.footer-section a {
  color: var(--main-title-font-color);
  text-decoration: none;
}
.footer-section a:hover {
  color: var(--highlight-text-color);
}
.footer-section .social-links {
  align-items: center;
  display: flex;
  flex: none;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 30px;
  height: -moz-min-content;
  height: min-content;
  justify-content: flex-start;
  overflow: visible;
  padding: 0;
  position: relative;
  width: -moz-min-content;
  width: min-content;
}
.footer-section .social-links .social-link:hover svg {
  opacity: 0.5;
}
.tech-box {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 2.5rem;
}
.tech-icons,
.tech-popover {
  position: absolute;
  transform: translate(9999px);
}
.tech-wrapper {
  display: grid;
  flex: none;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(101px, 1fr));
  justify-content: start;
}
.new-tech-cards,
.tech-cards {
  padding: 10px;
  height: 7rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #ededed;
  transition: 0.3s ease-in-out;
  border-radius: 14px;
  cursor: pointer;
}
.new-tech-cards:hover,
.tech-cards:hover {
  box-shadow: 0 0 8px 1px #3d3d3d;
  opacity: 1;
  transform: none;
}
.tech-icons {
  display: grid;
  flex: none;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(101px, 1fr));
  height: min-content;
  justify-content: start;
  overflow: visible;
  padding: 0;
  width: min-content;
}
.new-tech-cards img,
.tech-cards img {
  width: 3.5rem;
}
.new-tech-cards p,
.tech-cards p {
  font-size: 14px;
  margin: 0;
}
.tech-popover {
  margin-bottom: 0;
  opacity: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 2rem;
}
.new-tech-description a,
.tech-popover a {
  padding: 5px 15px;
  position: relative;
  text-decoration: none;
  color: #444;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.8px;
  text-transform: none;
}
.new-tech-description h3,
.tech-title {
  color: var(--main-title-font-color);
  font-weight: 800;
  line-height: 1.4;
  margin-bottom: 0.425rem;
  text-transform: capitalize;
  font-size: 1.5rem;
}
.tech-title {
  letter-spacing: 0.02rem;
  width: 450px;
}
.tech-box.active .tech-popover {
  position: relative;
  transition: opacity 1s linear;
  opacity: 1;
  transform: translate(0);
}
@media (max-width: 1180px) {
  .tech-icons {
    grid-template-columns: repeat(2, minmax(101px, 1fr));
  }
  .tech-box {
    align-items: center;
  }
  .tech-description {
    width: fit-content;
  }
}
.tech-wrapper {
  height: 500px;
  border-radius: 4px;
  background: #fff;
  display: flex;
  gap: 10px;
  padding: 0.4em;
}
.tech-wrapper .tech-box {
  height: 100%;
  width: 100px;
  overflow: hidden;
  cursor: pointer;
  border-radius: 30px;
  transition: 1s;
  background: #fff;
  border: 2px solid #1694d482;
  background-color: #f0f8ff57;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.tech-icons {
  display: grid;
}
.tech-icons.active {
  position: relative;
  transform: translate(0);
}
.tech-title {
  min-width: 14em;
  text-align: center;
  transform: rotate(-90deg);
  text-transform: uppercase;
  color: #1694d4;
  letter-spacing: 0.1em;
}
.tech-wrapper .tech-box.active .tech-title {
  transform: rotate(0);
}
.new-tech-box {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 2.5rem 5rem;
}
.new-tech-wrapper {
  display: grid;
  flex: none;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(101px, 1fr));
  height: min-content;
  justify-content: start;
  border-radius: 10px 70px;
  background: linear-gradient(
    180deg,
    rgba(229, 249, 251, 0.5) 0,
    rgba(251, 241, 229, 0.5) 50.27%,
    rgba(248, 251, 229, 0.5) 70.27%,
    rgba(229, 251, 249, 0.5) 95.27%,
    rgba(245, 246, 250, 0.258) 112.98%
  );
}
.new-tech-icons {
  max-width: 100%;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(101px, 1fr));
}
.new-tech-description {
  align-content: flex-start;
  align-items: flex-start;
  display: flex;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  height: min-content;
  justify-content: flex-start;
  overflow: visible;
  padding: 0;
  position: relative;
  width: 500px;
}
.new-tech-popover {
  background-color: #fff;
  left: 0;
  opacity: 0;
  padding: 24px;
  position: absolute;
  top: calc(100% + 1px);
  box-shadow: rgba(255, 255, 255, 0.1) 0 1px 1px 0 inset,
    rgba(50, 50, 93, 0.25) 0 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0 30px 60px -30px;
  transition: opacity 0.16s ease-in-out, visibility 0s 0.16s;
  visibility: hidden;
  width: 730px;
  z-index: 3;
  border-radius: 20px;
}
.new-tech-description:hover .new-tech-popover,
.new-tech-popover.active {
  opacity: 1;
  transition: opacity 0.16s ease-in-out, visibility;
  visibility: visible;
}
.new-tech-popover::before {
  position: absolute;
  content: "";
  height: 1em;
  width: 1em;
  background: #fff;
}
.new-tech-popover.left {
  left: 494px;
}
.new-tech-popover.right {
  left: -740px;
}
.new-tech-popover.left::before {
  transform: translate(-50%) rotate(45deg);
  left: 0;
}
.new-tech-popover.right::before {
  transform: translate(50%) rotate(45deg);
  right: 0;
}
@media (max-width: 1400px) {
  .new-tech-popover {
    width: 630px;
  }
  .new-tech-popover.left {
    left: 400px;
  }
  .new-tech-popover.right {
    left: -650px;
  }
}
@media (max-width: 1200px) {
  .custom-hero-section .hero-bg {
    min-height: 680px;
  }
  .new-tech-popover {
    display: none;
  }
  .new-tech-wrapper {
    grid-template-columns: repeat(1, minmax(101px, 1fr));
  }
  .new-tech-box {
    align-items: center;
  }
  .new-tech-description {
    width: fit-content;
  }
}
.list-items {
  padding-left: 0;
}
.list-items li {
  color: var(--custom-paragraph-color);
  margin-bottom: 10px;
  list-style: none;
  display: flex;
  gap: 12px;
}
.life-at-200 {
  --space-x: 4rem;
  --space: 2rem;
  display: grid;
  align-content: center;
  overflow: hidden;
  gap: var(--space);
  width: 100%;
  font-size: 1.5rem;
  line-height: 1.5;
  padding: 2rem 0;
}
.marquee {
  --duration: 60s;
  --gap: var(--space);
  display: flex;
  overflow: hidden;
  gap: var(--gap);
}
.marquee__group {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
  animation: scroll var(--duration) linear infinite;
}
.marquee.marquee--borders .marquee__group,
.marquee__text {
  gap: var(--space-x);
}
@media (prefers-reduced-motion: reduce) {
  .marquee__group {
    animation-play-state: paused;
  }
}
.marquee__group img {
  max-width: clamp(15rem, 1rem + 28vmin, 20rem);
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 1rem;
}
.marquee__group .inverse {
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--main-title-font-color);
}
.marquee__group .inverse span {
  -webkit-text-stroke-width: 0;
}
.marquee__text {
  display: flex;
  align-items: center;
}
.marquee__group h2 {
  font-size: 40px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  color: var(--main-title-font-color);
  margin: 0 !important;
}
.marquee__group h2 span {
  font-weight: 900;
}
.marquee--borders {
  border-block: 3px solid dodgerblue;
  padding-block: 0.75rem;
}
.marquee--reverse .marquee__group {
  animation-direction: reverse;
  animation-delay: calc(var(--duration) / -2);
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-100% - var(--gap)));
  }
}
@media (max-width: 768px) {
  .custom-hero-section .main-title-font {
    font-size: 40px;
    line-height: 45px;
  }
  .custom-hero-section .hero-inner-section p {
    font-size: 20px;
    margin-top: 30px !important;
  }
  .custom-hero-section .hero-inner-section .custon-button {
    margin: 20px auto auto;
  }
  .custom-hero-section .custon-button a {
    padding: 14px 24px;
    letter-spacing: 1.5px;
    font-size: 16px;
  }
  .custom-hero-section .hero-bg {
    min-height: 540px;
  }
  .main-title-font,
  .why-subtitle,
  .why-title {
    font-size: 30px;
    line-height: initial;
  }
  .fs-subtitle {
    font-size: 16px;
  }
  .we-offer__item-text {
    line-height: 25px;
    font-size: 16px;
  }
  .new-tech-box {
    padding: 1rem !important;
  }
  .life-at-200 {
    --space-x: 1em;
  }
  .marquee__group img {
    max-width: clamp(10rem, 1rem + 28vmin, 20rem);
  }
  .marquee__group h2 {
    font-size: 30px;
  }
  .thank_you_home {
    left: 10% !important;
  }
}
