@charset "UTF-8";
* {
  box-sizing: border-box;
}
html {
  font-size: 16px;
  scroll-behavior: smooth;
  overflow-x: hidden;
  overflow-y: auto;
}
body {
  width: 100vw;
  min-height: 100vh;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
}
a {
  text-decoration: none;
  font-family: "Quicksand";
  font-style: normal;
  outline: none !important;
}
nav a:visited {
  color: #ffffff !important;
}
.primary-cta {
  display: block;
  width: fit-content;
  position: relative;
  padding: 20px 30px;
  background-color: #FFFFFF;
  color: #001a64;
  font-weight: 700;
  font-size: 15px;
  line-height: 19px;
  text-transform: uppercase;
  position: relative;
}
.primary-cta::after {
  content: "";
  position: absolute;
  width: 0%;
}
.primary-cta:hover {
  transition: all 0.2s ease !important;
  background-color: #001a64;
  color: #ffffff;
}
.primary-cta-btn {
  padding: 10px 20px;
  background: #3653A4;
  border-radius: 20%;
  border-radius: 116px;
  display: block;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
  transition: all 0.3s ease;
}
.primary-cta-btn:hover, .primary-cta-btn:focus, .primary-cta-btn:focus-visible {
  background: #001a64;
  color: #FFFFFF;
  box-shadow: 0px 2px 8px rgba(0, 27, 100, 0.291);
}
.contact-btn-1 {
  font-family: "Quicksand" !important;
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 15px !important;
  line-height: 19px !important;
  text-align: center !important;
  text-transform: uppercase !important;
  color: #FFFFFF !important;
  background: #1F2041 !important;
  border: none !important;
  padding: 20px 30px !important;
  transition: all 0.2s ease;
  margin-top: 20px !important;
}
.contact-btn-1:hover {
  background-color: #FFFFFF !important;
  color: #1F2041 !important;
}
p {
  font-family: "Quicksand";
  font-style: normal;
  margin-bottom: 0px;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: rgba(31, 32, 65, 0.75);
}
.p-14-500 {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
}
.p-16-500 {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
}
.normal-paragraph {
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  color: #1f2041;
  margin-bottom: 10px;
}
ul {
  padding-left: 20px;
}
ul li {
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  color: #1f2041;
}
p {
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  color: #1f2041;
  margin-bottom: 10px;
}
.normal-paragraph-container li {
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  color: #1f2041;
}
.normal-paragraph-container h3.h3-24-600 {
  margin-bottom: 16px;
}
.normal-paragraph-container .highlight-box {
  margin-top: 30px;
}
.se-p {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 20px;
  color: #1f2041;
}
.p-20-500 {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
}
.small-text-12 {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
}
.p-16-600 {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}
.p-18-600 {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
}
.p-24-600 {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
}
.p-20-700 {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
}
.dark-text {
  color: #1F2041;
}
.light-text {
  color: #1f2041;
}
.section-p-2 {
  padding: 2.5rem 0px 5rem 0px;
}
.se-sec-padding {
  padding: 80px 0px;
}
.multisection-wrap {
  padding: 80px 0px;
  display: flex;
  flex-direction: column;
  gap: 80px;
}
h1, h2, h3, h4, h5 {
  font-family: "Domine";
  font-style: normal;
  margin-bottom: 0px;
}
.hero-h1 {
  font-family: "Domine";
  font-style: normal;
  font-weight: 400;
  font-size: 64px;
  line-height: 73px;
  color: #ffffff;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 600px) {
  .hero-h1 {
    font-size: 34px;
    line-height: 40px;
  }
}
.se-h2 {
  font-family: "Domine";
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 41px;
  margin-bottom: 30px;
}
.se-h2-v2 {
  font-weight: 400;
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 30px;
}
.h2-36 {
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 48px;
}
.h2-32-400 {
  font-family: "Domine";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 36px;
}
.h3-24-600 {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
}
.h3-20-400 {
  font-family: "Domine";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  letter-spacing: -0.02em;
}
.h4-20-700 {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}
@media only screen and (max-width: 1400px) and (min-width: 1201px) {
  .container {
    max-width: 1188px;
  }
}
@media only screen and (max-width: 1400px) and (min-width: 1201px) {
  .container-sm {
    max-width: 1083px;
  }
}
.container-xsm {
  max-width: 768px;
}
header {
  z-index: 15;
}
header .main-navbar-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0px 35px;
}
header .main-navbar-container .logo-wrapper {
  padding-top: 24px;
}
header .main-navbar-container .logo-wrapper a {
  display: block;
}
header .main-navbar-container .logo-wrapper img {
  object-fit: cover;
  max-width: 280px;
  transition: all 0.25s ease;
}
@media only screen and (max-width: 600px) {
  header .main-navbar-container .logo-wrapper img {
    max-width: clamp(140px, 48vw, 200px);
  }
}
header .main-navbar-container .nav-social-link-wrapper {
  display: flex;
  gap: 30px;
  align-items: center;
}
header.landing-page-header {
  position: absolute;
  width: 100%;
}
.header-over-image {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 84px;
  transition: position, padding, background 0.3s ease;
}
.header-over-image.sticked-top {
  position: fixed;
  top: 0px;
  background: rgba(31, 32, 65, 0.9);
  height: 74px;
  padding: 16px 0px;
}
@media only screen and (max-width: 600px) {
  .header-over-image.sticked-top {
    position: relative;
  }
  .header-over-image.sticked-top .main-navbar-container {
    position: fixed;
    top: 0px;
    background: rgba(31, 32, 65, 0.9);
    height: 74px;
  }
}
.header-over-image.sticked-top .logo-wrapper {
  padding-top: 0px;
}
.header-over-image.sticked-top .logo-wrapper a img {
  max-width: 200px;
}
@media only screen and (max-width: 600px) {
  .header-over-image.sticked-top .logo-wrapper a img {
    margin-top: 18px;
    transform: scale(0.85);
  }
}
nav.menu {
  display: none;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  grid-template-columns: 30% 30% 40%;
  grid-template-rows: 50% 50%;
  grid-template-areas: "item3 item5 item1" "item4 item2 item1";
}
nav.menu.menu--open {
  display: block;
}
@media only screen and (max-width: 600px) {
  nav.menu {
    display: none !important;
  }
  nav.menu.menu--open {
    display: flex !important;
    flex-direction: column;
    height: auto;
    overflow-y: scroll;
    position: relative;
  }
}
@media only screen and (min-width: 992px) {
  nav.menu.menu--open {
    display: grid;
  }
  nav.menu .menu__item--1 {
    grid-area: item1;
  }
  nav.menu .menu__item--2 {
    grid-area: item2;
  }
  nav.menu .menu__item--3 {
    grid-area: item3;
  }
  nav.menu .menu__item--4 {
    grid-area: item4;
  }
  nav.menu .menu__item--5 {
    grid-area: item5;
  }
}
.action {
  background: none;
  border: 0;
  color: #fff;
  cursor: pointer;
  padding: 0;
}
.collapse-btns-wrapper {
  position: relative;
  width: 76px;
  height: 30px;
  z-index: 101;
  transition: all 0.25s ease;
}
.action--menu {
  display: flex;
  pointer-events: auto;
  z-index: 1000;
}
.action--close {
  display: none;
  position: fixed;
  top: -30px;
  right: -30px;
}
.menu__item {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.menu__item-inner {
  overflow: hidden;
  transform: translate3d(100%, 0, 0);
  height: 100%;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 5px;
}
.menu__item--1 .menu__item-inner {
  background: #9f0107;
}
.menu__item--2 .menu__item-inner {
  background: #2c35b7;
}
.menu__item--3 .menu__item-inner {
  background: #102256;
}
.menu__item--4 .menu__item-inner {
  background: #0f1013;
}
.menu__item--5 .menu__item-inner {
  background: #0f1013;
}
.mainmenu {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-left: 21%;
  justify-content: center;
  position: relative;
}
.mainmenu .sidemenu__item__heading {
  color: #cd8f8f !important;
}
.mainmenu .sidemenu__item__heading::before {
  background: #cd8f8f !important;
}
.sidemenu {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-left: 21%;
  justify-content: center;
}
.sidemenu .multiliks-block {
  align-items: center;
}
.sidemenu .multiliks-block .v-s {
  background-color: white !important;
  margin: 0px;
}
.mainmenu__item {
  width: fit-content;
  color: #FFFFFF;
  font-size: 16px;
  text-transform: capitalize;
  overflow: visible;
  margin: 0.5rem 0;
  padding: 0 0rem;
  position: relative;
  transition: color 0.3s;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .mainmenu__item {
    font-size: clamp(30px, 3vw, 44px);
  }
}
.mainmenu__item::after {
  position: absolute;
  width: 0px;
  content: "";
  bottom: 0px;
  left: 0px;
  transition: width 0.3s ease;
  height: 1px;
  background-color: #f4ed1a;
}
.mainmenu__item:hover {
  color: #f4ed1a;
}
.mainmenu__item:hover::after {
  position: absolute;
  width: 0px;
  content: "";
  bottom: 0px;
  left: 0px;
  transition: width 0.3s ease;
  width: 75%;
  height: 3px;
}
.contact-box-links {
  color: #FFFFFF;
  margin-bottom: 5px;
  width: fit-content;
  font-size: 1rem !important;
  line-height: 20px !important;
  text-transform: capitalize;
  overflow: visible;
  padding: 0px 0px 3px 0rem !important;
  position: relative;
  transition: color 0.3s;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .contact-box-links {
    font-size: clamp(14px, 1.025vw, 18px) !important;
  }
}
.contact-box-links:hover {
  color: #f4ed1a !important;
}
.contact-box-links:hover::after {
  background-color: #f4ed1a;
}
.contact-box-links::after {
  position: absolute;
  width: 0px;
  content: "";
  bottom: 2px;
  left: 0px;
  transition: width 0.3s ease;
  height: 1px;
  background-color: #FFFFFF;
}
.sidemenu__item {
  color: #FFFFFF;
  width: fit-content;
  font-size: 1rem;
  line-height: 20px;
  text-transform: capitalize;
  overflow: visible;
  padding: 0px 0px 3px 0rem;
  position: relative;
  transition: color 0.3s;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .sidemenu__item {
    font-size: clamp(14px, 1.025vw, 18px);
  }
}
.sidemenu__item.sidemenu__item__heading {
  pointer-events: none;
  font-size: 1.1rem;
  font-weight: bold;
  position: absolute;
  transform: rotate(270deg) translateY(-100%) translateX(-50%);
  left: 9px;
  top: 9px;
  /* font-family: 'Domine'; */
  letter-spacing: 0.02em;
  color: #494d54;
  overflow: visible;
}
@media only screen and (min-width: 992px) {
  .sidemenu__item.sidemenu__item__heading {
    font-size: clamp(18px, 1.2vw, 22px);
  }
}
.sidemenu__item.sidemenu__item__heading::before {
  content: "";
  position: absolute;
  width: 40%;
  height: 2px;
  background: #494d54;
  left: 0px;
  transform: translateX(-120%) translateY(-50%);
  top: 50%;
}
.sidemenu__item.sidemenu__item__heading:hover::before {
  background: #FFFFFF;
}
.sidemenu__item.sidemenu__item__heading:hover::after {
  content: none;
}
.sidemenu__item::after {
  position: absolute;
  width: 0px;
  content: "";
  bottom: 0px;
  left: 0px;
  transition: width 0.3s ease;
  height: 1px;
  background-color: #f4ed1a;
}
.sidemenu__item:hover {
  color: #f4ed1a;
}
.sidemenu__item:hover::after {
  width: 75%;
}
.label {
  display: none;
}
.mainmenu__item {
  opacity: 0;
}
.mainmenu__item, .sidemenu__item {
  position: relative;
  overflow: hidden;
  transition: color 0.1s;
  margin: 0.25rem 0;
  display: block;
}
.sidemenu__item-inner {
  display: block;
  transform: translate3d(0, 110%, 0);
}
.multiliks_block {
  display: block;
  overflow: hidden;
  transform: translate3d(0, 110%, 0);
}
.menu__item-map {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover !important;
  background-position: center;
  transition: transform 0.8s cubic-bezier(0.2, 1, 0.8, 1);
  z-index: 0;
}
.map-menu-items {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 21%;
}
.map-menu-items a {
  font-size: 24px !important;
  color: #ffffff;
  font-weight: 400;
  width: fit-content;
  margin-bottom: 20px;
  padding-bottom: 5px !important;
}
.map-menu-items a:hover {
  color: #ffffff;
}
.map-menu-items a:hover::after {
  width: 75%;
}
.menu__item--3 .sidemenu__item__heading {
  color: rgba(255, 255, 255, 0.3);
}
.menu__item--3 .sidemenu__item__heading::before {
  background: rgba(255, 255, 255, 0.3);
}
.map-overlay {
  background-color: rgba(25, 110, 59, 0.8);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 333;
}
.menu__item-inner:hover .menu__item-map {
  transform: scale3d(1.1, 1.1, 1);
}
.menu__item-hoverlink {
  font-weight: bold;
  text-transform: capitalize;
  position: relative;
  z-index: 1000;
  display: block;
}
.menu__item-hoverlink:hover {
  color: var(--color-link);
}
.menu__item-link {
  text-align: left;
  align-self: flex-start;
  justify-self: start;
  font-size: 1.5rem;
  width: 100%;
  line-height: 1;
  padding: 2rem;
  margin: 3rem 0 auto;
  display: flex;
  flex-direction: column;
  height: calc(100% - 3rem);
}
.menu__item-link::after {
  content: "⟶";
  display: block;
  margin-top: auto;
  font-size: 0.95rem;
}
.hamburger-icon {
  cursor: pointer;
  align-items: center;
  gap: 5px;
  background-color: transparent;
  border: none;
  padding: 0px 9px 0px 9px;
  transition: all 0.3 ease;
}
.hamburger-icon:hover {
  border-radius: 4px;
}
.hamburger-icon p {
  margin: 0px;
  color: #FFFFFF;
}
.hamburger-icon svg {
  fill: #FFFFFF;
}
.hamburger-icon svg path {
  stroke: #FFFFFF;
}
.h1-landing {
  font-family: "Domine";
  font-style: normal;
  font-weight: 400;
  font-size: 72px;
  line-height: 104%;
  color: #FFFFFF;
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .h1-landing {
    font-size: 53px;
    max-width: 670px !important;
  }
}
@media only screen and (max-width: 600px) {
  .h1-landing {
    font-size: 30px;
  }
}
.p-landing {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  color: rgba(255, 255, 255, 0.6);
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .p-landing {
    font-size: 17px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 600px) {
  .p-landing {
    font-size: 15px;
    line-height: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .s-1-h1 {
    max-width: 912px;
  }
}
@media only screen and (min-width: 992px) {
  .s-1-p {
    max-width: 661px;
  }
}
@media only screen and (min-width: 992px) {
  .s-2-h1 {
    max-width: 904px;
  }
}
@media only screen and (min-width: 992px) {
  .s-2-p {
    max-width: 661px;
  }
}
@media only screen and (min-width: 992px) {
  .s-3-h1 {
    max-width: 912px;
  }
}
@media only screen and (min-width: 992px) {
  .s-3-p {
    max-width: 661px;
  }
}
@media only screen and (min-width: 992px) {
  .s-4-h1 {
    max-width: 996px;
  }
}
@media only screen and (min-width: 992px) {
  .s-4-p {
    max-width: 661px;
  }
}
@media only screen and (min-width: 992px) {
  .s-5-h1 {
    max-width: 1076px;
  }
}
@media only screen and (min-width: 992px) {
  .s-5-p {
    max-width: 661px;
  }
}
.main-hero-slider-section .main-hero-slider-wrapper {
  position: relative;
  width: 100%;
  display: block;
  overflow: hidden;
  height: 100vh;
  background-color: #000000;
}
.main-hero-slider-section .main-hero-slider-wrapper .main-hero-links-wrapper {
  position: absolute;
  top: 52%;
  right: 0px;
  z-index: 10;
  width: auto;
  margin: 0;
  padding: 0;
  transform: translateY(-50%);
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1px;
}
@media only screen and (max-width: 991px) {
  .main-hero-slider-section .main-hero-slider-wrapper .main-hero-links-wrapper {
    position: absolute;
    bottom: 30px;
    display: flex;
    flex-direction: row;
    gap: 1px;
    margin-top: 176px;
    order: 2;
    flex-wrap: wrap;
    gap: 15px;
    align-items: center;
    justify-content: center;
    transform: none;
    top: auto;
  }
  .main-hero-slider-section .main-hero-slider-wrapper .main-hero-links-wrapper h4 {
    font-size: 14px;
  }
  .main-hero-slider-section .main-hero-slider-wrapper .main-hero-links-wrapper .link-p {
    display: none;
  }
}
@media only screen and (max-width: 991px) and (max-width: 600px) {
  .main-hero-slider-section .main-hero-slider-wrapper .main-hero-links-wrapper {
    gap: 0px;
    bottom: 20px;
  }
}
.main-hero-slider-section .main-hero-slider-wrapper .main-hero-links-wrapper .main-hero-slide-name {
  overflow: hidden;
  flex-direction: column;
  transition: all 0.3s ease;
  cursor: pointer;
  width: 273px;
}
@media only screen and (max-width: 600px) {
  .main-hero-slider-section .main-hero-slider-wrapper .main-hero-links-wrapper .main-hero-slide-name {
    width: 90%;
    max-width: 300px;
  }
}
.main-hero-slider-section .main-hero-slider-wrapper .main-hero-links-wrapper .main-hero-slide-name a {
  display: block;
  padding: 20px 25px;
  position: relative;
  list-style: none;
  transition: all 0.3s ease;
  width: 100%;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.6);
  border-left: 1px solid transparent;
}
@media only screen and (min-width: 1400px) {
  .main-hero-slider-section .main-hero-slider-wrapper .main-hero-links-wrapper .main-hero-slide-name a {
    padding: 20px 30px;
  }
}
@media only screen and (max-width: 600px) {
  .main-hero-slider-section .main-hero-slider-wrapper .main-hero-links-wrapper .main-hero-slide-name a {
    padding: 10px 5px;
  }
}
.main-hero-slider-section .main-hero-slider-wrapper .main-hero-links-wrapper .main-hero-slide-name a h4 {
  font-family: "Domine";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.7);
  transition: all 0.3s ease;
}
@media only screen and (max-width: 600px) {
  .main-hero-slider-section .main-hero-slider-wrapper .main-hero-links-wrapper .main-hero-slide-name a h4 {
    font-size: 16px;
    text-align: center;
  }
}
.main-hero-slider-section .main-hero-slider-wrapper .main-hero-links-wrapper .main-hero-slide-name a p {
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0px;
}
.main-hero-slider-section .main-hero-slider-wrapper .main-hero-links-wrapper .main-hero-slide-name.active {
  width: 315px;
}
.main-hero-slider-section .main-hero-slider-wrapper .main-hero-links-wrapper .main-hero-slide-name.active a {
  width: 100%;
  border-left: 1px solid #FFFFFF;
}
.main-hero-slider-section .main-hero-slider-wrapper .main-hero-links-wrapper .main-hero-slide-name.active a h4 {
  font-size: 24px;
  color: #FFFFFF;
  line-height: 30px;
}
@media only screen and (max-width: 600px) {
  .main-hero-slider-section .main-hero-slider-wrapper .main-hero-links-wrapper .main-hero-slide-name.active a h4 {
    font-size: 20px;
  }
}
.main-hero-slider-section .main-hero-slider-wrapper .main-hero-images-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 2;
  padding-left: 0px;
}
.main-hero-slider-section .main-hero-slider-wrapper .main-hero-images-wrapper li {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  list-style: none;
  transition: all 300ms linear;
  z-index: -5;
}
.main-hero-slider-section .main-hero-slider-wrapper .main-hero-images-wrapper li .img-hero-background {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  overflow: hidden;
  list-style: none;
  opacity: 0;
  transform: translateY(-30px);
  transition: all 0.5s linear;
}
.main-hero-slider-section .main-hero-slider-wrapper .main-hero-images-wrapper li .headings-wrapper-hero {
  position: absolute;
  width: 100%;
  top: 10.5vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 22;
}
@media only screen and (max-width: 600px) {
  .main-hero-slider-section .main-hero-slider-wrapper .main-hero-images-wrapper li .headings-wrapper-hero {
    transform: translateY(0px) !important;
    margin-top: 150px !important;
  }
}
@media only screen and (max-width: 991px) {
  .main-hero-slider-section .main-hero-slider-wrapper .main-hero-images-wrapper li .headings-wrapper-hero {
    position: relative;
    top: 0px;
    left: 0px;
    transform: none;
    margin-top: 50%;
    transform: translateY(-35%);
  }
}
.main-hero-slider-section .main-hero-slider-wrapper .main-hero-images-wrapper li .headings-wrapper-hero .texts {
  position: relative;
  opacity: 0;
  transition: all 300ms ease;
}
@media only screen and (max-width: 991px) {
  .main-hero-slider-section .main-hero-slider-wrapper .main-hero-images-wrapper li .headings-wrapper-hero .texts {
    max-width: none;
  }
}
.main-hero-slider-section .main-hero-slider-wrapper .main-hero-images-wrapper li .headings-wrapper-hero .texts > p {
  margin-bottom: 30px;
  transition: all 0.5s ease;
}
.main-hero-slider-section .main-hero-slider-wrapper .main-hero-images-wrapper li .headings-wrapper-hero h1 {
  margin-bottom: 22px;
  line-height: none;
  animation: moveUp 0.5s ease 0s 1 normal forwards;
  transition: all 0.5s ease;
}
.main-hero-slider-section .main-hero-slider-wrapper .main-hero-images-wrapper li .headings-wrapper-hero a {
  opacity: 0;
  animation: moveUp 0.5s ease 0s 1 normal forwards;
  transition: all 0.5s ease;
}
.main-hero-slider-section .main-hero-slider-wrapper .main-hero-images-wrapper li.show {
  z-index: 5;
}
.main-hero-slider-section .main-hero-slider-wrapper .main-hero-images-wrapper li.show .texts {
  opacity: 1;
}
.main-hero-slider-section .main-hero-slider-wrapper .main-hero-images-wrapper li.show .img-hero-background {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.main-hero-slider-section .main-hero-slider-wrapper .main-hero-images-wrapper li.show .headings-wrapper-hero h1 {
  animation: moveDown 1s ease 0s 1 normal forwards !important;
}
.main-hero-slider-section .main-hero-slider-wrapper .main-hero-images-wrapper li.show .headings-wrapper-hero > p {
  animation: moveDown 1s ease 0s 1 normal forwards !important;
}
.main-hero-slider-section .main-hero-slider-wrapper .main-hero-images-wrapper li.show .headings-wrapper-hero a {
  animation: moveDown 1s ease 0s 1 normal forwards !important;
}
.link-p {
  display: block;
  margin-top: 5px;
  animation: linkPMoveUp 0.3s ease 0s 1 normal forwards;
}
@keyframes linkPMoveUp {
  0% {
    position: relative;
    display: block;
    transform: translateY(50px) scale(0.5);
  }
  100% {
    transform: translateY(0px) scale(1);
  }
}
.slide-tab-link {
  opacity: 0;
  animation: linkBtnSlideLeft 0.3s ease 0s 1 normal forwards;
  display: none;
}
.main-hero-slide-name.clicked a {
  pointer-events: auto !important;
}
.main-hero-slide-name.clicked .link-p {
  animation: linkPMoveDown 0.3s ease 0s 1 normal forwards;
}
.main-hero-slide-name.clicked .slide-tab-link.show {
  animation: linkBtnSlideRight 0.3s ease 0s 1 normal forwards;
  opacity: 1;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 5px 15px 5px 0px;
  width: fit-content;
}
@media only screen and (max-width: 600px) {
  .main-hero-slide-name.clicked .slide-tab-link.show {
    display: none;
  }
}
.main-hero-slide-name.clicked .slide-tab-link.show p {
  margin: 0px;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #64BC46 !important;
}
.main-hero-slide-name.clicked .slide-tab-link.show .arrow-block {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
  overflow: hidden;
}
.main-hero-slide-name.clicked .slide-tab-link.show .arrow-container {
  width: 15px;
  height: 100%;
  margin: 0px auto;
  display: block;
  position: relative;
  animation: toRight 1s cubic-bezier(0.17, 0.67, 0.73, 0.91) 0s infinite normal forwards;
}
.main-hero-slide-name.clicked .slide-tab-link.show .arrow-container .bar {
  display: block;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  width: 15px;
  height: 2px;
  background-color: #FFFFFF;
}
.main-hero-slide-name.clicked .slide-tab-link.show .arrow-container .tip {
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  border: 2px solid #FFFFFF;
  right: 0px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  border-bottom: none;
  border-left: none;
}
@keyframes linkPMoveDown {
  0% {
    position: absolute;
    transform: translateY(0px) scale(1);
  }
  100% {
    transform: translateY(50px) scale(0);
    display: none;
  }
}
@keyframes linkBtnSlideLeft {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(-50px);
    display: none;
  }
}
@keyframes linkBtnSlideRight {
  0% {
    display: flex;
    transform: translateX(-50px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes toRight {
  0% {
    opacity: 0;
    transform: translateX(-30px);
  }
  50% {
    opacity: 1;
    transform: translateX(0px);
  }
  100% {
    opacity: 0;
    transform: translateX(30px);
  }
}
.other-info {
  max-width: 856px;
  margin-top: 4.11vw;
  margin-left: 0px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  padding: 30px 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .other-info {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .other-info {
    display: none;
  }
}
.transparent-card {
  position: relative;
  padding: 0 30px;
}
.transparent-card a:hover {
  text-decoration: underline;
}
.transparent-card p {
  margin-bottom: 0px;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  color: #ffffff;
}
.transparent-card p.title-p {
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 36px;
}
.more-link {
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  color: #ffffff;
  text-decoration: underline;
}
.landing-page-c-title {
  line-height: 1 !important;
  margin-bottom: 10px !important;
}
.left-dashed-border {
  position: relative;
  border-right: 1px dashed rgba(255, 255, 255, 0.4);
}
.left-dashed-border::after {
  position: absolute;
  content: "";
  right: 0px;
}
.text-image-content-section h2 {
  margin-bottom: 10px;
}
.text-image-content-section .n-p {
  margin-bottom: 10px;
}
@keyframes moveUp {
  0% {
    opacity: 1;
    margin-top: 0;
  }
  100% {
    opacity: 0;
    margin-top: -30px;
    z-index: 0;
    display: none;
    color: transparent;
  }
}
@keyframes moveDown {
  0% {
    display: block;
    opacity: 0;
    margin-top: -30px;
    color: transparent;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}
.quotes {
  display: block;
  font-family: serif;
  font-style: normal;
  font-weight: 400;
  font-size: 64px;
  line-height: 49%;
  position: absolute;
}
.quotes svg {
  fill: white;
}
.quotes.open-quote {
  left: -35px;
  transform: rotate(180deg);
}
.quotes.closed-quote {
  right: -15px;
  top: -10px;
  transform: rotate(0deg);
}
.page-hero-section {
  position: relative;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  padding-top: calc(100px + 84px);
  padding-bottom: calc(120px - 2.5rem);
}
.page-hero-section .gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-hero-section.page-hero-section {
  background: linear-gradient(180deg, #3653A4 0%, #1F2041 100%);
}
.page-hero-section > .container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.leadership-page {
  background-size: cover !important;
  background-position: bottom !important;
  background-repeat: no-repeat !important;
}
.leadership-page .gradient-overlay {
  background: linear-gradient(180deg, rgba(99, 188, 70, 0.75) 0%, rgba(31, 32, 65, 0.772) 100%);
}
.contact-us-page {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.contact-us-page .gradient-overlay {
  background: linear-gradient(180deg, rgba(237, 28, 36, 0.75) 0%, rgba(31, 32, 65, 0.75) 100%);
}
.careers-page {
  background-size: cover !important;
  background-position: bottom !important;
  background-repeat: no-repeat !important;
}
.careers-page .gradient-overlay {
  background: linear-gradient(180deg, rgba(237, 28, 36, 0.75) 0%, rgba(31, 32, 65, 0.75) 100%);
}
.breadcrumbs {
  display: flex;
  gap: 20px;
  margin-bottom: 15px;
  transition: all 0.3s ease;
  left: 50%;
}
.breadcrumbs span {
  display: block;
  pointer-events: none;
}
.breadcrumbs .parent-page, .breadcrumbs .current-page {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: #ffffff;
  opacity: 0.5;
  position: relative;
}
.breadcrumbs .parent-page::after, .breadcrumbs .current-page::after {
  content: "/";
  position: absolute;
  top: 0px;
  height: 100%;
  right: -15px;
  opacity: 0.5;
}
.breadcrumbs .parent-page:last-child::after, .breadcrumbs .current-page:last-child::after {
  content: "";
  display: none;
}
.breadcrumbs .parent-page::before, .breadcrumbs .current-page::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 0px;
  background-color: #ffffff;
  opacity: 0.5;
  bottom: 0px;
  transition: all 0.3s ease;
}
.breadcrumbs .parent-page::before, .breadcrumbs .current-page::before {
  right: 0px;
}
.breadcrumbs .parent-page:hover, .breadcrumbs .parent-page:focus, .breadcrumbs .parent-page:focus-visible, .breadcrumbs .current-page:hover, .breadcrumbs .current-page:focus, .breadcrumbs .current-page:focus-visible {
  opacity: 1;
}
.breadcrumbs .parent-page:hover::before, .breadcrumbs .parent-page:focus::before, .breadcrumbs .parent-page:focus-visible::before, .breadcrumbs .current-page:hover::before, .breadcrumbs .current-page:focus::before, .breadcrumbs .current-page:focus-visible::before {
  right: 40%;
  width: 60%;
}
.breadcrumbs .current-page {
  color: #f4ed1a;
  opacity: 1;
}
.breadcrumbs .current-page::before {
  background-color: #f4ed1a;
}
@media only screen and (min-width: 992px) {
  .breadcrumbs.sticky-top {
    position: fixed;
    top: 22px;
    transform: translateX(-50%);
    z-index: 20;
  }
}
.full-page-menu--open .sticky-top {
  display: none;
}
.c-key-points-wrap {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.c-key-point {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  max-width: 255px;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  .c-key-point {
    max-width: none;
  }
}
.c-key-point .c-key-point-header {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  width: 140px;
  height: 140px;
}
.c-key-point .c-key-point-header img {
  object-fit: contain;
}
.c-key-point .c-key-point-header.bg-1 {
  background: #EBEEF6;
}
.c-key-point .c-key-point-header.bg-2 {
  background: #F0F9ED;
}
.c-key-point .c-key-point-header.bg-3 {
  background: #FBE8EA;
}
.c-key-point .c-key-point-header.bg-4 {
  background: #FFFFD9;
}
.c-key-point-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.c-p-left-col h2 {
  line-height: 41px;
}
.c-p-left-col .h-bar-red {
  margin: 25px 0px 30px 0px;
}
.highlight-box {
  background: rgba(31, 32, 65, 0.05);
  padding: 25px;
}
.highlight-box p {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  color: #1F2041;
}
.page-template-company-page blockquote {
  background: rgba(31, 32, 65, 0.05);
  padding: 25px;
}
.page-template-company-page blockquote p {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  color: #1F2041;
}
.c-p-right-col {
  position: relative;
}
@media only screen and (max-width: 991px) {
  .c-p-right-col {
    padding-top: 30px;
  }
}
.c-p-right-col .dots-pattern-img {
  position: absolute;
  top: -30px;
  right: -30px;
  z-index: -1;
}
.c-p-right-col .col-right-main-img {
  object-fit: contain;
  display: block;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .c-p-right-col .col-right-main-img {
    position: absolute;
    width: 90%;
    right: 0px;
    height: 100%;
  }
}
.h-bar-red {
  display: block;
  width: 60px;
  height: 2px;
  background: #ED1C24;
  border-radius: 40px;
}
.hr-bar-red {
  position: relative;
  padding-bottom: 10px;
  width: fit-content;
}
.hr-bar-red::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: block;
  width: 60px;
  height: 2px;
  background: #ED1C24;
  border-radius: 40px;
}
.hr-bar-red.se-h2 {
  padding-bottom: 20px;
}
.hr-bar-red.hr-middle::after {
  left: 50%;
  transform: translateX(-50%);
}
.v-bar-yellow {
  position: relative;
  padding-left: 28px;
}
.v-bar-yellow::after {
  position: absolute;
  content: "";
  width: 3px;
  height: 100%;
  top: 0px;
  left: 0;
  background: #F4ED1A;
  border-radius: 20px;
}
.v-bar-red {
  position: relative;
  padding-left: 28px;
}
.v-bar-red::after {
  position: absolute;
  content: "";
  width: 3px;
  height: 100%;
  top: 0px;
  left: 0;
  background: #ED1C24;
  border-radius: 20px;
}
.client-testimonials {
  padding: 4rem 0px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.client-testimonials h2 {
  color: #FFFFFF;
}
.testimonials-slider-wrap {
  margin: 25px -15px 0px -15px;
}
.testimonials-slider-wrap .slick-dots {
  margin-top: 15px;
  margin-left: 0px;
  padding-left: 0px;
}
.slick-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.slick-dots li {
  list-style: none;
}
.slick-dots li button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  padding: 0px;
  background: #D9D9D9;
  position: relative;
  font-size: 0px;
  color: transparent;
  border: none;
  transition: all 0.2s ease;
}
.slick-dots li.slick-active button {
  width: 10px;
  height: 10px;
  background-color: #FFFFFF;
}
.testimonial-box {
  background-color: #ffffff;
  padding: 30px 50px;
  margin: 0px 15px;
}
.testimonial-box p {
  text-align: center;
  margin-bottom: 20px;
}
.testimonial-box p:last-child {
  margin-bottom: 0px;
}
.testimonial-box p.c-review {
  color: rgba(31, 32, 65, 0.75);
}
.testimonial-box p.about-client {
  color: #1F2041;
}
.computech-family {
  padding: 4rem 0px;
}
.computech-family > .container p {
  color: rgba(31, 32, 65, 0.75);
}
@media only screen and (max-width: 600px) {
  .computech-family > .container p {
    text-align: center;
    font-size: 14px;
    line-height: 18px;
  }
}
@media only screen and (max-width: 600px) {
  .computech-family h2 {
    text-align: center;
  }
}
.on-homepage {
  position: absolute;
  right: 25%;
  bottom: 0px;
  z-index: 11;
}
@media only screen and (min-width: 992px) {
  .on-homepage {
    padding: 30px 20px 15px 20px;
  }
}
@media only screen and (min-width: 1400px) {
  .on-homepage {
    padding: 30px 20px 50px 20px;
  }
}
.on-homepage .c-f-logos-wrapper {
  margin-top: 0px;
  gap: 30px;
}
.on-homepage .c-f-logos-wrapper .c-f-logo img {
  transition: all 0.2s ease;
}
@media only screen and (min-width: 992px) {
  .on-homepage .c-f-logos-wrapper .c-f-logo img {
    max-height: 25px;
  }
}
@media only screen and (min-width: 1400px) {
  .on-homepage .c-f-logos-wrapper .c-f-logo img {
    max-height: 48px;
  }
}
.on-homepage .c-f-logos-wrapper .c-f-logo:hover img {
  transform: scale(1.1);
}
.c-f-logos-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
}
.c-f-logos-wrapper .c-f-logo {
  display: block;
}
.c-f-logos-wrapper .c-f-logo img {
  object-fit: contain;
  max-height: 48px;
}
@media only screen and (max-width: 600px) {
  .c-f-logos-wrapper {
    flex-direction: column;
    gap: 20px;
  }
}
.scrollToTopbtn {
  transition: all 0.3s ease;
  position: fixed;
  width: 30px;
  height: 30px;
  bottom: 30px;
  right: 30px;
  border-radius: 15px;
  border: 1px solid #001a64;
  overflow: hidden;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 11111;
  cursor: pointer;
}
.scrollToTopbtn svg {
  max-width: 20px;
}
.scrollToTopbtn:hover {
  background: #000000;
  border: none;
}
.scrollToTopbtn:hover svg path {
  stroke: #ffffff;
}
.footer-contact-section {
  background-size: cover !important;
  background-position: center !important;
  padding: 4rem 0px;
}
.footer-contact-section p {
  color: #FFFFFF;
  text-align: center;
}
.footer-contact-section > .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.footer-contact-section > .container button {
  margin-top: 15px;
}
.social-links-wrapper {
  gap: 20px;
  display: flex;
  align-items: center;
}
.social-links-wrapper .icon-box {
  width: 20px;
  height: 20px;
}
.social-links-wrapper .icon-box a svg {
  fill: rgba(31, 32, 65, 0.5);
}
.social-links-wrapper a:hover svg {
  fill: #1F2041;
}
.company-address {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: rgba(31, 32, 65, 0.75);
}
.f-icon-links {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: rgba(31, 32, 65, 0.75);
}
.f-icon-links svg {
  fill: rgba(31, 32, 65, 0.75);
}
footer {
  background: rgba(31, 32, 65, 0.05);
}
footer .action-link {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: rgba(31, 32, 65, 0.75);
}
footer .action-link:hover {
  color: #1f2041;
}
footer .action-link:hover svg {
  fill: #001a64;
}
footer .footer-menu {
  padding: 90px 15px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  footer .footer-menu {
    gap: 40px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
footer .footer-menu .site-logo-description {
  display: flex;
  gap: 10px;
  flex-direction: column;
}
footer .footer-menu .site-logo-description img {
  width: 160px;
  object-fit: contain;
  margin-bottom: 20px;
}
footer .footer-menu .footer-menu-col {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media only screen and (max-width: 991px) {
  footer .footer-menu .footer-menu-col {
    flex: 0 1 40%;
  }
}
footer .footer-menu .footer-menu-col a {
  font-family: "Quicksand";
  font-style: normal;
  position: relative;
  overflow: hidden;
  padding-bottom: 3px;
  width: fit-content;
  white-space: nowrap;
}
footer .footer-menu .footer-menu-col a.f-m-heading {
  color: #1F2041;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
footer .footer-menu .footer-menu-col a.f-m-link {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: rgba(31, 32, 65, 0.75);
}
footer .footer-menu .footer-menu-col a::after, footer .footer-menu .footer-menu-col a::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 0px;
  background-color: rgba(31, 32, 65, 0.75);
  bottom: 0px;
  transition: all 0.25s ease;
}
footer .footer-menu .footer-menu-col a::after {
  right: 0px;
}
footer .footer-menu .footer-menu-col a:hover, footer .footer-menu .footer-menu-col a:focus, footer .footer-menu .footer-menu-col a:focus-visible {
  color: #1f2041;
}
footer .footer-menu .footer-menu-col a:hover::after, footer .footer-menu .footer-menu-col a:focus::after, footer .footer-menu .footer-menu-col a:focus-visible::after {
  right: 40%;
  width: 60%;
}
footer .footer-menu .footer-menu-col .f-m-heading {
  pointer-events: none;
}
footer .footer-copyright-section {
  background-color: #FFFFFF;
  padding: 20px 0px;
}
footer .footer-copyright-section > .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 600px) {
  footer .footer-copyright-section > .container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
  }
}
footer .footer-copyright-section p {
  margin: 0px;
  color: rgba(31, 32, 65, 0.75);
}
.multiliks-block {
  display: flex;
  gap: 10px;
  align-items: center;
}
.multiliks-block .v-s {
  height: 14px;
  width: 1px;
  background-color: rgba(31, 32, 65, 0.5);
  margin-bottom: 5px;
}
.leader-details-row {
  margin-top: 50px;
  margin-bottom: 100px;
}
.leader-title {
  display: flex;
  gap: 10px;
  align-items: center;
}
.leader-title .linkedin-icon {
  display: inline-block;
}
.leader-designation {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 20px;
  color: rgba(31, 32, 65, 0.5);
}
.swap-order .leader-col-left {
  order: 2;
}
@media only screen and (min-width: 992px) {
  .swap-order .leader-col-left {
    padding-right: 12px;
  }
}
.swap-order .leader-col-right {
  order: 1;
}
@media only screen and (min-width: 992px) {
  .swap-order .leader-col-right {
    padding-right: 50px;
  }
}
.leader-col-left h2 {
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) {
  .leader-col-left {
    padding-right: 50px;
  }
}
.leader-col-left span.h-bar-red {
  margin: 30px 0px 25px 0px;
}
.leader-col-right img {
  max-width: 100%;
  object-fit: contain;
}
.transparent-title-box {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  transition: all 0.4s ease-in-out 0s;
  z-index: 3;
  display: block;
  margin-bottom: 0px;
  padding: 1rem;
  text-align: center;
}
.our-team {
  overflow: hidden;
  border-radius: none;
  position: relative;
  cursor: pointer;
}
.our-team img {
  width: 100%;
  height: auto;
  position: relative;
  right: 0;
  transition: all 0.4s ease-in-out 0s;
}
.our-team:hover > img {
  right: 60%;
}
.our-team:hover > .transparent-title-box {
  display: none;
}
.leader-block {
  margin-bottom: 40px;
  padding: 0px 20px;
}
.our-team .team-content {
  width: 85%;
  height: 100%;
  background: #f1f1f1;
  padding: 20px 20px;
  position: absolute;
  top: 0;
  right: -85%;
  transition: all 0.4s ease-in-out 0s;
}
.our-team .team-content .leader-title {
  font-size: 20px;
  font-weight: bold;
}
.our-team .team-content .highlight-box {
  background: none;
  padding: 0px;
}
.our-team .team-content .h-bar-red {
  margin: 20px 0px;
}
.our-team .team-content p {
  font-size: 15px;
  line-height: 20px;
}
.our-team:hover .team-content {
  right: 0;
}
@media only screen and (max-width: 990px) {
  .our-team {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 360px) {
  .team-content {
    padding: 15% 15px 0;
  }
  .our-team .social li {
    margin-right: 0;
  }
}
.action-link {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: rgba(31, 32, 65, 0.75);
  display: flex;
  align-items: center;
  gap: 10px;
}
.action-link span.action-icon {
  display: block;
}
.action-link svg {
  fill: rgba(31, 32, 65, 0.75);
}
.computech-onsite-locations-wrap > .container {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 600px) {
  .computech-onsite-locations-wrap > .container {
    flex-direction: column;
    gap: 15px;
  }
}
.locations-box {
  max-width: 790px;
  width: 75%;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media only screen and (max-width: 600px) {
  .locations-box {
    width: 100%;
  }
}
.locations-box .location {
  flex: 1 1 calc(50% - 15px);
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-bottom: 30px;
  padding-top: 30px;
}
.locations-box .location.border-t {
  border-top: 1px solid rgba(31, 32, 65, 0.25);
}
.location-type-box {
  max-width: 218px;
  padding-bottom: 20px;
  position: relative;
  height: max-content;
}
.location-type-box:after {
  content: "";
  position: absolute;
  width: 60px;
  height: 2px;
  background: #ED1C24;
  border-radius: 40px;
  left: 0px;
  bottom: 0px;
}
.computech-map {
  width: 100%;
  height: 379px;
}
.contact-us-form-wrapper form input, .contact-us-form-wrapper form textarea {
  padding: 6px 10px;
  width: 100%;
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 34px;
  color: black;
  border: 1px solid rgba(31, 32, 65, 0.75);
  margin-bottom: 22px;
}
.contact-us-form-wrapper form input::placeholder, .contact-us-form-wrapper form textarea::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.contact-us-form-wrapper form textarea {
  height: 200px;
}
.contact-us-form-wrapper form button.submit-btn {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 34px;
  width: 100%;
  padding: 9px 10px;
  text-align: center;
  background-color: #001a64;
  color: #FFFFFF;
  border: 3px solid #001a64;
  transition: all 0.2s ease;
}
.contact-us-form-wrapper form button.submit-btn:hover {
  background-color: #000000;
  color: #ffffff;
}
form input, form textarea, form select {
  padding: 6px 10px !important;
  width: 100%;
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 34px;
  color: black;
  border: 1px solid rgba(31, 32, 65, 0.75) !important;
  margin-bottom: 22px;
}
form input::placeholder, form textarea::placeholder, form select::placeholder {
  color: rgba(0, 0, 0, 0.5) !important;
}
form select {
  padding: 13px 10px !important;
  border-radius: 3px;
}
form select option:first-child {
  color: rgba(0, 0, 0, 0.5) !important;
}
form textarea {
  height: 200px !important;
}
form .submit-btn {
  font-family: "Quicksand" !important;
  font-style: normal;
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 34px !important;
  width: 100%;
  padding: 9px 10px !important;
  text-align: center;
  background-color: #001a64 !important;
  color: #FFFFFF !important;
  border: 3px solid #001a64 !important;
  transition: all 0.2s ease;
}
form .submit-btn:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
}
form .contact-us-page-form input, form .contact-us-page-form textarea, form .contact-us-page-form select {
  margin-bottom: 0px !important;
}
form .contact-us-page-form input.error, form .contact-us-page-form textarea.error, form .contact-us-page-form select.error {
  border-color: #900 !important;
}
form .contact-us-page-form textarea {
  height: 160px !important;
}
form .contact-us-page-form p {
  margin-bottom: 16px !important;
}
form .contact-us-page-form .wpcf7-not-valid-tip {
  display: none;
}
.white-text {
  color: #ffffff;
}
.hero-h1-sevices {
  font-family: "Domine";
  font-style: normal;
  font-weight: 400;
  font-size: 64px;
  line-height: 73px;
  letter-spacing: -0.02em;
  color: #FFFFFF;
}
@media only screen and (max-width: 600px) {
  .hero-h1-sevices {
    font-size: 34px;
    line-height: 40px;
  }
}
.services-hero-section {
  width: 100vw;
  padding-top: 84px;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
@media only screen and (min-width: 992px) {
  .services-hero-section {
    height: 100vh;
    max-height: 768px;
  }
}
.services-hero-section h1 {
  max-width: 685px;
}
.services-hero-container {
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.hero-content-row {
  margin-top: auto;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 600px) {
  .hero-content-row {
    margin: 0px;
  }
}
.hero-content-row .hero-content-text {
  padding: 5rem 0px;
  height: 100%;
}
.hero-content-case-studies {
  align-self: end;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.hero-case-study-card a:hover h3 {
  color: #64BC46 !important;
}
.hero-case-studies-wrapper {
  height: 100%;
  max-width: 473px;
  max-height: 577px;
  margin: 0px auto;
  margin-bottom: -10px;
  position: relative;
  background-color: #FFFFFF;
}
@media only screen and (max-width: 600px) {
  .hero-case-studies-wrapper {
    width: 100%;
  }
}
.hero-case-studies-wrapper .case-study-title {
  padding-top: 40px;
  margin: 0px 50px 0px 50px;
}
.hero-case-studies-wrapper ul.slick-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
  margin-left: 0px;
  margin-top: 10px;
}
.hero-case-studies-wrapper ul.slick-dots li.slick-active button {
  background: #ED1C24;
}
.hero-case-studies-wrapper ul.slick-dots li:hover button {
  background: #ED1C24;
}
.hero-case-study-card {
  background-color: #FFFFFF;
  padding: 40px 50px;
  width: fit-content;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.hero-case-study-card h2 {
  margin-bottom: 30px;
  flex: 1 0 auto;
}
.hero-case-study-card img {
  width: 100%;
  object-fit: cover;
  display: block;
  object-position: center;
  margin-bottom: 30px;
  flex: 1 1 auto;
  aspect-ratio: 1.3333333333;
  max-height: 289px;
}
.hero-case-study-card h3 {
  margin-bottom: 30px;
  flex: 1 0 auto;
}
.key-benefits-body {
  margin-top: 60px;
  gap: 40px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 991px) {
  .key-benefits-body {
    justify-content: center;
  }
}
.k-p-icon {
  max-width: 100%;
}
.key-benefit-card {
  flex: 1 0 231.5px;
  max-width: 235.5px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1400px) {
  .key-benefit-card {
    flex: 0 0 22%;
    max-width: none;
  }
}
.key-benefit-card img.b-icon {
  object-fit: contain;
  margin-bottom: 15px;
  max-width: 65px;
}
.key-benefit-card .h3-text {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 10px;
}
.key-benefit-card p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
.certificates-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 23px;
  margin-top: 50px;
}
.v-bar-light {
  width: 0px;
  height: 102px;
  border: 1px solid rgba(31, 32, 65, 0.1);
  display: block;
}
.cert-box {
  flex: 0 1 auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  margin: 0px auto;
}
.cert-box p {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 5px;
  color: rgba(0, 0, 0, 0.7);
}
.solutions-hero-section {
  padding-top: calc(215px - 5rem);
  padding-bottom: calc(142px - 5rem);
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.solutions-hero-section h1 {
  text-align: center;
}
.solutions-hero-section .breadcrumbs {
  justify-content: center;
}
.benefit-grid-box {
  padding: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
  background-position: center !important;
  transition: 0.3s ease;
}
.benefit-grid-box h4 {
  font-family: "Domine";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  width: 250px;
  height: 160px;
  color: #FFFFFF;
  position: relative;
  display: block;
  padding: 30px 25px;
  z-index: 1;
}
.benefit-grid-box h4::after {
  position: absolute;
  content: "";
  background: rgba(15, 15, 32, 0.85);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.benefit-grid-box:hover {
  background-size: 120% 120% !important;
}
.loading-animation {
  position: absolute;
  width: 300px;
  height: 800px;
  left: 50%;
  top: 50%;
}
.loading-animation p {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
}
.loading-animation p::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 300px;
  height: 300px;
  border-bottom: 3px solid #1F2041;
  border-radius: 50%;
  animation: rotate 2s ease 0s infinite normal forwards;
}
#job-posts-iframe {
  opacity: 0;
  transition: all 0.2s ease;
}
@keyframes rotate {
  0% {
    transform: translateX(-50%) translateY(-50%) rotate(0deg);
  }
  100% {
    transform: translateX(-50%) translateY(-50%) rotate(359deg);
  }
}
.career-boxes-wrap {
  max-width: 75%;
}
.career-box {
  margin-bottom: 30px;
}
.career-box:last-child {
  margin-bottom: 0px;
}
.career-box h3 {
  margin-bottom: 10px;
}
.career-box .job-location {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: rgba(31, 32, 65, 0.5);
}
.career-box .job-description {
  margin-bottom: 20px;
}
.service-offerings-section .service-offerings-header {
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  max-width: 700px;
}
.service-offerings-section .service-offerings-header .hr-bar-red::after {
  left: 50%;
  transform: translateX(-50%);
}
.service-offerings-section .service-offerings-header p {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  color: #001a64;
}
.service-offerings-section .service-offerings-body {
  justify-content: space-between;
}
.service-offerings-section .service-offerings-body .key-benefit-card img {
  display: block;
  margin: 0 auto 15px auto;
  width: 64px;
  height: 64px;
}
.service-offerings-section .service-offerings-body .key-benefit-card .h3-text {
  text-align: center;
}
.sec-header {
  max-width: 700px;
  margin: 0px auto;
}
.case-studies-section-v2 {
  background: #F2F8FD;
}
.case-studies-wrapper {
  margin: 30px -20px 0px -20px;
}
.case-studies-wrapper .slick-dots {
  margin-top: 30px;
  margin-left: 0px;
  padding-left: 0px;
}
.case-studies-wrapper .slick-dots .slick-active button {
  background: rgba(31, 32, 65, 0.5);
}
.case-study-box {
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
  background-position: center !important;
  transition: background-size 0.3s ease;
  padding: 30px 40px;
  height: 280px;
  position: relative;
  margin: 0 20px;
}
.case-study-box:hover {
  background-size: 120% 120% !important;
}
.case-study-box .gradient-overlay {
  position: absolute;
  width: 100%;
  left: 0px;
  top: 0;
  height: 100%;
  border-radius: 8px;
  background: linear-gradient(360deg, #1F2041 0%, rgba(31, 32, 65, 0) 100%);
  z-index: 0;
}
.case-study-box .case-study-category-ribbon {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  position: absolute;
  top: 42px;
  left: -4px;
  background: #ffffff;
  color: #000000;
  padding: 10px;
  border-left: 1px solid #ED1C24;
}
.case-study-box p.case-study-content {
  font-family: "Quicksand";
  display: flex;
  align-items: flex-end;
  position: relative;
  height: 100%;
  width: 100%;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
  z-index: 10;
}
.case-studies-multisections-wrapper {
  display: flex;
  flex-direction: column;
  gap: 54px;
  padding: 80px 0px;
}
.case-study-process-title {
  max-width: 236px;
}
.case-study-process-grid ul {
  margin: 0px;
}
.cp_v_tab_wrapper .cp_v_tab_title {
  height: 61px;
  top: -91px !important;
  border-bottom: 1px solid #ED1C24;
}
.cp_v_tab_wrapper .cp_v_tab_links {
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 40px;
}
.cp_v_tab_wrapper .cp_v_tab_links .cp-v_tabs_links_wrapper {
  display: flex;
  flex-direction: column;
  gap: 26px;
}
.cp_v_tab_wrapper .cp_v_tab_links a {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #1F2041;
  display: flex;
  align-items: flex-start;
  opacity: 0.7;
  gap: 15px;
}
.cp_v_tab_wrapper .cp_v_tab_links a.t-active {
  opacity: 1;
  font-weight: 800;
  outline: 0px !important;
}
.cp_v_tab_wrapper .cp_v_tab_links a span {
  line-height: 24px;
}
.cp_v_tab_body {
  padding-top: 92px;
}
.page-template-services-page .cp_v_tab_content p em {
  display: block;
  padding: 20px;
  background: rgba(31, 32, 65, 0.1);
  margin-bottom: 20px;
}
.page-template-industries-page .blockquote {
  display: block;
  padding: 20px;
  background: rgba(31, 32, 65, 0.1);
  margin-bottom: 20px;
}
.cp_v_tab_content {
  display: none;
}
.cp_v_tab_content h3 {
  margin-bottom: 15px;
}
.cp_v_tab_content.active {
  display: block;
}
.cp_v_tab_content:first-child {
  display: block;
}
.kt-inside-inner-col figure img {
  display: block;
  margin-left: auto;
}
.bg-light-bluezodiac {
  background-color: rgba(31, 32, 65, 0.05);
}
.p-100 {
  padding: 100px 0px;
}
.mt-50 {
  margin-top: 50px;
}
.partner-img-wrapper img {
  height: 200px;
  object-fit: contain;
  object-position: center;
  margin-bottom: 15px;
}
ol {
  font-weight: 600;
  font-size: 18px !important;
  line-height: 30px;
  color: #1f2041;
}
.page-template-company-page .hero-h1 {
  text-align: center;
}
.case-studies-grid-wrapper {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
}
.case-studies-grid-wrapper a.case-study-box {
  width: calc(33.33% - 20px);
  margin: 0px;
}
@media only screen and (max-width: 600px) {
  .single-case_studies .breadcrumbs {
    display: none;
  }
}
.corner-triangle {
  position: absolute;
  right: 0;
  top: 0;
}
@media only screen and (max-width: 991px) {
  .cyber-table-headings h2 {
    font-size: 45px !important;
    line-height: 48px !important;
    max-width: 300px !important;
  }
  .cyber-table-headings img {
    width: 135px !important;
  }
  .assessment-table .kb-row-layout-wrap:nth-child(1) {
    margin-top: 10px !important;
    margin-bottom: 13px !important;
  }
  .assessment-table .kb-row-layout-wrap:nth-child(1) p {
    font-size: 16px !important;
    padding: 5px 10px !important;
  }
}
@media only screen and (max-width: 600px) {
  .cyber-table-headings .kt-inside-inner-col h2 {
    font-size: 31px !important;
    line-height: 33px !important;
    max-width: 182px !important;
    letter-spacing: -1px !important;
  }
  .cyber-table-headings .kt-inside-inner-col img {
    width: 65px !important;
  }
  .cyber-table-headings .kt-inside-inner-col .corner-triangle {
    display: none !important;
  }
  .assessment-table .kt-row-column-wrap {
    grid-template-columns: 4fr 0.8fr 0.8fr !important;
    gap: 0 !important;
    padding-right: 3px !important;
    padding-left: 3px !important;
  }
  .assessment-table .kt-row-column-wrap .kt-inside-inner-col p {
    font-size: 13px !important;
    line-height: 18px !important;
    padding: 2px 5px !important;
  }
  .assessment-table .kt-row-column-wrap .kt-inside-inner-col .table-head {
    transform: rotate(270deg) translate(33px, -2px);
    letter-spacing: 0px !important;
  }
  .assessment-table .kt-row-column-wrap .kt-inside-inner-col .kb-svg-icon-wrap svg {
    width: 0.7em !important;
  }
}
