@import url("https://fonts.googleapis.com/css2?family=Open+Sans&display=swap");
@font-face {
  font-family: "dinotmedium";
  src: url("../fonts/dinot-medium-webfont.woff2") format("woff2"), url("../fonts/dinot-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "dinotbold";
  src: url("../fonts/dinot-bold-webfont.woff2") format("woff2"), url("../fonts/dinot-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "din_otregular";
  src: url("../fonts/dinot_font-webfont.woff2") format("woff2"), url("../fonts/dinot_font-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat-regular-webfont.woff2") format("woff2"), url("../fonts/montserrat-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
body,
html {
  scroll-behavior: smooth;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 28px;
  color: #000;
  font-family: "montserrat";
  font-weight: 400;
  background-color: #051322;
}

.style-guide {
  padding: 50px;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

input,
select,
textarea {
  outline: none;
}

img {
  width: 100%;
  display: block;
}

.prim-cta {
  background: #021323;
  border: 2px solid #007dc9;
  color: white;
  text-align: center;
  padding: 10px 40px;
  text-decoration: none;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 500;
  font-size: 16px;
  font-family: "Montserrat";
  text-transform: lowercase;
  display: inline-block;
}
.prim-cta:hover {
  background: linear-gradient(89deg, #3478F5 0.7%, #5AC3F9 100%);
  border: none;
  padding: 12px 42px;
}
.prim-cta::first-letter {
  text-transform: capitalize;
}

.sec-cta {
  color: white;
  text-align: center;
  padding: 10px 40px;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 500;
  font-size: 16px;
  font-family: "Montserrat";
  border: 2px solid #007dc9;
  display: inline-block;
}
@media screen and (max-width: 1200px) {
  .sec-cta {
    padding: 10px 20px;
  }
}
.sec-cta:hover {
  background: linear-gradient(89deg, #3478F5 0.7%, #5AC3F9 100%);
  border: none;
  padding: 12px 42px;
}

.text-field {
  max-width: 500px;
}

.swiper-button-next,
.swiper-button-prev {
  border: solid 1px #6D7479;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #FFF;
  margin-top: 40px;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  border: solid 2px #5AC3F9;
  color: #FFF;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 20px;
}

.swiper-button-next.btm-center {
  left: 50%;
  margin-left: 5;
  right: inherit;
}

.swiper-button-prev.btm-center {
  right: 50%;
  margin-right: 5px;
  left: inherit;
}

h1 {
  font-size: 60px;
  font-family: "Montserrat";
  line-height: 62px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 38px;
    font-size: 44px;
  }
}

h2 {
  font-size: 42px;
  font-family: "Montserrat";
  line-height: 46px;
  font-weight: 700;
}
h3 {
  font-size: 28px;
  font-family: "Montserrat";
  line-height: 30px;
  font-weight: 500;
}
h4 {
  font-size: 24px;
  font-family: "Montserrat";
  line-height: 26px;
  font-weight: 500;
}
h5 {
  font-size: 24px;
  font-family: "Montserrat";
  line-height: 26px;
}
p {
  font-size: 18px;
  line-height: 32px;
  font-family: "montserrat", sans-serif;
}
.font-12 {
  font-size: 12px;
  line-height: 20px;
}

.font-14 {
  font-size: 14px;
  line-height: 22px;
}

.font-16 {
  font-size: 16px;
  line-height: 24px;
}

.font-18 {
  font-size: 18px;
  line-height: 26px;
}

.font-20 {
  font-size: 20px;
  line-height: 28px;
}

.font-22 {
  font-size: 22px;
  line-height: 30px;
}

.font-24 {
  font-size: 24px;
  line-height: 32px;
}

.font-26 {
  font-size: 26px;
  line-height: 34px;
}

a {
  color: #58bfef;
  font-weight: 500;
  font-family: "Montserrat";
  font-weight: 500;
}

a:hover {
  color: #fff;
}

.component {
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  .component {
    padding: 30px 0;
  }
}

.inner_banner .carousel-inner .carousel-item {
  max-height: 600px;
}
.inner_banner .carousel-inner .carousel-item:after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 0;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.inner_banner .carousel-inner .carousel-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.inner_banner .carousel-inner .inner-caption {
  z-index: 1;
  position: absolute;
  padding: 1.25rem;
  color: #fff;
  text-align: left;
  transform: translate(0%, -50%);
  left: 10%;
  right: 10%;
  top: 50%;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .inner_banner .carousel-inner .inner-caption {
    left: 0;
    right: 0;
  }
}
.inner_banner .carousel-inner .inner-caption h1 {
  font-family: "dinotmedium";
  font-weight: 500;
  font-size: 56px;
  line-height: 66px;
  max-width: 50%;
}
@media screen and (max-width: 1199px) {
  .inner_banner .carousel-inner .inner-caption h1 {
    max-width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .inner_banner .carousel-inner .inner-caption h1 {
    max-width: 100%;
    font-size: 38px;
    line-height: 44px;
  }
}
.inner_banner .carousel-inner .inner-caption h6 {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .inner_banner .carousel-inner .inner-caption h6 {
    font-size: 16px;
    line-height: 26px;
  }
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

._animate.ami {
  transition-property: all;
  transition-timing-function: linear;
  transition-duration: 0.7s;
  transform: translateY(100px);
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  opacity: 0;
}
@media screen and (max-width: 767px) {
  ._animate.ami {
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
  }
}

._animate.ami._inview {
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  opacity: 1;
}

.delay1 {
  transition-delay: 0.5s;
}

.delay2 {
  transition-delay: 0.8s;
}

.delay3 {
  transition-delay: 1.1s;
}

.delay4 {
  transition-delay: 2s;
}

.home-bg {
  background-position: bottom center;
  background-size: 100% auto;
}

.about-bg {
  background: url(../images/about-wave-bg.svg) no-repeat;
  background-position: top center;
  background-size: 100% 100%;
  padding-top: 100px;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .about-bg {
    background: url(../images/about-wave-bg-m.svg) no-repeat;
    background-position: top center;
    background-size: 100% 100%;
    padding-top: 60px;
    padding-bottom: 0px;
  }
}

.nice-select {
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-bottom: solid 1px #1E3D69;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-right: 30px;
  position: relative;
  text-align: left;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: "";
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.15s ease-in-out;
  width: 5px;
}

.nice-select.open:after {
  transform: rotate(-135deg);
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #cccccc;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  transform-origin: 50% 0;
  transform: scale(0.75) translateY(-21px);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
  width: 100%;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  transition: all 0.2s;
}

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  color: #58BFEF;
}

.nice-select .option.selected {
  font-weight: bold;
}

.nice-select .option.disabled {
  background-color: transparent;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

.wave-bg {
  background: #021323 url(../images/about-wave-bg.svg) no-repeat;
  background-position: top center;
  background-size: 100% 100%;
}

.filterByTeam .nice-select ul.list {
  height: 28rem;
  overflow-y: auto;
  overflow-x: hidden !important;
}

.form-btns {
  text-transform: inherit !important;
}

/*Navbar Start*/
ul.navbar-nav a.nav-link {
  padding: 20px;
  color: white;
  font-weight: 400;
  text-decoration: none;
  font-family: "Montserrat";
  white-space: nowrap;
}
ul.navbar-nav a.nav-link.active, ul.navbar-nav a.nav-link.show, ul.navbar-nav a.nav-link:hover {
  color: #00b4ff;
}

@media screen and (max-width: 991px) {
  .navbar {
    padding: 0px;
  }
}
.navbar .container {
  max-width: 100%;
}

.navbar-nav .dropdown-toggle.show:after {
  transform: rotate3d(0, 17, 71, 180deg);
  top: 8px;
  left: -10px;
}
.navbar-nav .dropdown-toggle::after {
  margin-left: 10px;
  vertical-align: 2px;
  background: url(../images/drop-down-icon.png) no-repeat;
  width: 27px;
  height: 16px;
  border: 0px solid #fff;
  background-size: 50%;
  background-position: left bottom;
  top: 2px;
  position: relative;
}

.navbar-expand-lg .navbar-nav .dropdown-menu.shadow.show {
  padding: 0px 0px;
  margin: 0px;
  top: 85%;
  overflow: visible;
  background: #007afd;
}
.navbar-expand-lg .navbar-nav .dropdown-menu.shadow.show li .dropdown-menu.show {
  position: absolute;
  right: 0;
  top: 0;
  transform: translate3d(160px, 0px, 10px);
  overflow: visible;
  z-index: 9;
  background: #007afd;
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 991px) {
  .navbar-expand-lg .navbar-nav .dropdown-menu.shadow.show li .dropdown-menu.show {
    position: relative;
    transform: translate3d(0px, 0px, 0px);
  }
}
.navbar-expand-lg .navbar-nav .dropdown-menu.shadow.show li .dropdown-menu.show li {
  padding: 0px 0px;
}
.navbar-expand-lg .navbar-nav .dropdown-menu.shadow.show li .dropdown-menu.show li a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Montserrat";
  padding: 5px 16px;
  padding: 5px 16px 5px;
  display: block;
}
.navbar-expand-lg .navbar-nav .dropdown-menu .dropend.custom a.dropdown-item {
  padding: 20px;
  font-weight: 700;
}
.navbar-expand-lg .navbar-nav .dropdown-menu .dropend.custom a.dropdown-item:focus {
  background: #007afd;
}
.navbar-expand-lg .navbar-nav .dropdown-menu .dropend.custom a.dropdown-item.dropdown-toggle.show {
  background: #58BFEF;
  color: white;
}
.navbar-expand-lg .navbar-nav .dropdown-menu .dropend.custom a.dropdown-item.dropdown-toggle.show:after {
  content: "";
  border-left: 5px solid #58BFEF;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  position: absolute;
  right: -5px;
  z-index: 999;
  top: 45%;
}
.navbar-expand-lg .navbar-nav .dropdown-menu .dropend.custom ul.dropdown-menu.shadow.show {
  top: 0;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  min-width: 300px;
  border: 0;
  z-index: 10;
  padding: 20px 10px;
}
.navbar-expand-lg .navbar-nav .dropdown-menu .dropend.custom ul.dropdown-menu.shadow.show li a.dropdown-item {
  color: #142E4C;
  font-size: 16px;
  text-transform: none;
  font-weight: 400;
}
.navbar-expand-lg .navbar-nav .dropdown-menu .dropend.custom ul.dropdown-menu.shadow.show li a.dropdown-item:focus {
  background: #007afd;
}
.navbar-expand-lg .navbar-nav .dropdown-menu li:after {
  content: "";
  display: block;
  border-bottom: 1px solid #fff;
  width: 90%;
  margin: 0px auto;
}
@media screen and (max-width: 991px) {
  .navbar-expand-lg .navbar-nav .dropdown-menu li:after {
    width: 96%;
  }
}
.navbar-expand-lg .navbar-nav .dropdown-menu li:last-child::after {
  border-bottom: 0px solid #fff;
}
.navbar-expand-lg .navbar-nav .dropdown-menu li a.dropdown-item {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Montserrat";
  padding: 5px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.navbar-expand-lg .navbar-nav .dropdown-menu li a.dropdown-item:after {
  background: url("../images/drop-down-inner-icon.png") no-repeat;
  width: 8px;
  height: 14px;
  position: relative;
  top: 0px;
  position: relative;
  transform: translate3d(0px, 0px, 0px);
  left: 0px;
}
.navbar-expand-lg .navbar-nav .dropdown-menu li a.dropdown-item:hover {
  color: #fff;
  background: #007afd;
  opacity: 0.8;
}
.navbar-expand-lg .navbar-nav .dropdown-menu li a.dropdown-item:focus {
  color: #fff;
  background: #007afd;
  opacity: 0.8;
}
.navbar-expand-lg .navbar-nav .dropdown-menu li .dropdown-item:active {
  background: #58BFEF;
  color: #FFF !important;
}
.navbar-expand-lg .navbar-nav .dropdown-menu li.dropend a.dropdown-item:after {
  content: none;
}
.navbar-expand-lg .navbar-nav .dropdown-menu li.dropend.custom ul.dropdown-menu.shadow.show li a.dropdown-item {
  padding: 10px 20px;
}
.navbar-expand-lg .navbar-nav li.nav-item {
  margin-left: 16px;
}

.subdropdowntoogle:hover + ul.submenu {
  display: block;
}

ul.submenu:hover {
  display: block;
}

ul.submenu.show {
  display: block;
}

.subdropdowntoogle.active {
  background-color: blue;
  color: white;
}

.dropdown-submenu {
  position: relative;
}
.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
}

.navbar-toggler .hamburger-toggle .hamburger:before {
  width: 30px;
  height: 5px;
  background: #02c6ff;
  content: "";
  margin: 0px 0px 10px 0px;
  display: block;
  position: relative;
  transition: 0.25s ease-in;
}
.navbar-toggler .hamburger-toggle .hamburger:after {
  width: 20px;
  height: 5px;
  background: #02c6ff;
  content: "";
  margin: 0px 0px 10px 0px;
  display: block;
  position: relative;
  transition: 0.25s ease-in;
}

@media screen and (max-width: 991px) {
  ul.navbar-nav a.nav-link {
    padding: 10px;
    display: flex;
    justify-content: space-between;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu .dropend.custom a.dropdown-item.dropdown-toggle.show:after {
    content: none !important;
  }
  .navbar-expand-lg .navbar-nav li.nav-item {
    margin-left: 0px !important;
    border-bottom: 1px solid #c4c4c4;
  }
  .navbar-expand-lg .navbar-nav li:last-child {
    margin-top: 30px;
  }
}
@media screen and (max-width: 580px) {
  .sec-cta {
    margin-top: 20px;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.dropdown-menu.show {
  animation: fadeIn 0.3s alternate;
}

.nav-item.dropdown.dropdown-mega {
  position: static;
}
.nav-item.dropdown.dropdown-mega .dropdown-menu {
  width: 90%;
  top: auto;
  left: 5%;
}

.navbar-toggler {
  border: none;
  padding: 0;
  outline: none;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.navbar-toggler .hamburger-toggle {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  z-index: 11;
  float: right;
}
.navbar-toggler .hamburger-toggle .hamburger {
  position: absolute;
  transform: translate(-50%, -50%) rotate(0deg);
  left: 50%;
  top: 50%;
  width: 50%;
  height: 50%;
  pointer-events: none;
}
.navbar-toggler .hamburger-toggle .hamburger span {
  width: 100%;
  height: 4px;
  position: absolute;
  background: #333;
  border-radius: 2px;
  z-index: 1;
  transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out;
  left: 0px;
}
.navbar-toggler .hamburger-toggle .hamburger span:first-child {
  top: 10%;
  transform-origin: 50% 50%;
  transform: translate(0% -50%) !important;
}
.navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {
  top: 50%;
  transform: translate(0, -50%);
}
.navbar-toggler .hamburger-toggle .hamburger span:last-child {
  left: 0px;
  top: auto;
  bottom: 10%;
  transform-origin: 50% 50%;
}
.navbar-toggler .hamburger-toggle .hamburger.active span {
  position: absolute;
  margin: 0;
}
.navbar-toggler .hamburger-toggle .hamburger.active span:first-child {
  top: 45%;
  transform: rotate(45deg);
}
.navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(2) {
  left: 50%;
  width: 0px;
}
.navbar-toggler .hamburger-toggle .hamburger.active span:last-child {
  top: 45%;
  transform: rotate(-45deg);
}

.icons {
  display: inline-flex;
  margin-left: auto;
}
.icons a {
  transition: all 0.2s ease-in-out;
  padding: 0.2rem 0.4rem;
  color: #ccc !important;
  text-decoration: none;
}
.icons a:hover {
  color: white;
  text-shadow: 0 0 30px white;
}

.nav {
  margin: 0px auto;
}
@media screen and (max-width: 1024px) {
  .nav {
    margin: 0px auto;
    position: absolute;
    left: 0px;
    top: 70px;
    height: 100vh;
    background: #021323;
    width: 100%;
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .nav .menu-primary-menu-container {
    width: 100%;
  }
}

.nav-menu {
  position: relative;
  list-style: none;
  display: block;
  padding: 0px;
  background: none;
  margin-top: 10px;
  margin-bottom: 0px;
}

.nav-menu > li {
  float: left;
  position: relative;
  cursor: pointer;
  margin: 0px 25px;
}
@media screen and (max-width: 1024px) {
  .nav-menu > li {
    float: none;
    display: block;
    margin-top: 15px;
    border-bottom: 1px solid #CCC;
    padding-bottom: 10px;
  }
}

.nav-menu > li.menu-item-has-children {
  padding-right: 18px;
  position: relative;
}

.nav-menu > li.menu-item-has-children:after {
  width: 7px;
  height: 7px;
  position: absolute;
  right: 2px;
  top: 50%;
  margin-top: -6px;
  content: "";
  border-right: 2px solid #00b4ff;
  border-bottom: 2px solid #00b4ff;
  transform: rotate(45deg);
}
@media screen and (max-width: 1024px) {
  .nav-menu > li.menu-item-has-children:after {
    top: 10px;
    right: 11px;
    margin-top: 0px;
    z-index: 1;
  }
}

@media screen and (max-width: 1024px) {
  .nav-menu > li.menu-item-has-children:before {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0px;
    top: 0px;
    border: 1px solid #FFF;
    content: "";
  }
}

.nav-menu > li .sub-menu-toggle {
  display: none;
}

@media screen and (min-width: 1025px) {
  .nav-menu > li:hover > ul {
    display: block;
  }
}

.nav-menu > li > a {
  font-size: 16px;
  line-height: 30px;
  color: #FFF;
  font-family: "Montserrat";
  text-decoration: none;
  font-weight: 400;
  display: inline-block;
}
@media screen and (min-width: 1025px) and (max-width: 1100px) {
  .nav-menu > li > a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .nav-menu > li > a {
    line-height: 30px;
    font-size: 16px;
  }
}

.nav-menu > li:hover > a {
  color: #00b4ff;
}

.nav-menu > li > ul {
  list-style: none;
  position: absolute;
  left: 0px;
  background: #007afd;
  border-radius: 6px;
  top: 30px;
  display: none;
  width: 150px;
  padding: 0px 10px 5px;
}
@media screen and (max-width: 1024px) {
  .nav-menu > li > ul {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .nav-menu > li > ul {
    position: inherit;
    top: inherit;
    left: inherit;
    display: block;
    width: 100%;
    background: none;
    padding: 0px 15px;
    display: none;
  }
}

.nav-menu > li > ul > li {
  font-weight: 500;
  font-family: "Montserrat";
  margin-top: 5px;
  font-size: 14px;
  display: block;
  border-bottom: 1px solid #FFF;
}
.nav-menu > li > ul > li:last-child {
  border-bottom: none;
}
@media screen and (max-width: 1024px) {
  .nav-menu > li > ul > li {
    margin-bottom: 15px;
  }
}
.nav-menu > li > ul > li.view-all-cta {
  margin-top: 20px;
}
.nav-menu > li > ul > li.view-all-cta a {
  display: inline-block;
  background: #0097D6;
  color: #FFF;
  border-radius: 30px;
  font-size: 16px;
  height: 40px;
  padding: 0px 20px;
  line-height: 40px;
}
.nav-menu > li > ul > li.view-all-cta a:hover {
  color: #FFF;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .nav-menu > li > ul > li {
    font-size: 16px;
    margin-top: 15px;
  }
}

.nav-menu > li > ul > li > a {
  color: #FFF;
}
.nav-menu > li > ul > li > a:hover {
  opacity: 0.8;
}

.m-nav {
  display: none;
}
@media screen and (max-width: 1024px) {
  .m-nav {
    display: block;
    width: 30px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    height: 30px;
    cursor: pointer;
  }
  .m-nav span {
    width: 30px;
    height: 3px;
    background: #00b4ff;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -1px;
    border-radius: 1px;
  }
  .m-nav span:after {
    width: 30px;
    height: 3px;
    background: #00b4ff;
    position: absolute;
    left: 0px;
    top: 10px;
    border-radius: 1px;
    content: "";
  }
  .m-nav span:before {
    width: 30px;
    height: 3px;
    background: #00b4ff;
    position: absolute;
    left: 0px;
    bottom: 10px;
    border-radius: 1px;
    content: "";
  }
}

.get-in-touch {
  color: white;
  text-align: center;
  padding: 10px 40px;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 500;
  font-size: 16px;
  font-family: "Montserrat";
  border: 2px solid #007dc9;
  display: inline-block;
  box-sizing: border-box;
  margin-left: 50px;
}
@media screen and (min-width: 1025px) and (max-width: 1100px) {
  .get-in-touch {
    font-size: 14px;
    padding: 10px 30px;
  }
}
@media screen and (max-width: 1024px) {
  .get-in-touch {
    display: flex;
    justify-content: center;
    max-width: -moz-max-content;
    max-width: max-content;
    margin: 20px auto;
  }
}
@media screen and (max-width: 1024px) {
  .get-in-touch {
    margin-left: 15px;
  }
}

.sec-cta:hover {
  border: 2px solid transparent !important;
  padding: 10px 40px;
}

/*Navbar End*/
.backtotop {
  position: fixed !important;
  background-color: #00b4ff;
  border: solid 1px #00b4ff;
  width: 35px;
  height: 35px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  display: none;
  cursor: pointer;
  transition: all ease 0.5s;
}
.backtotop:after {
  content: "";
  background: url("../images/backtoptop-arrow.png") no-repeat;
  background-size: contain;
  width: 21px;
  height: 13px;
  display: block;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
.backtotop:hover {
  background-color: #000;
}

footer {
  overflow: hidden;
}
footer.nav-footer {
  z-index: 8;
  position: relative;
  margin-top: 150px;
  padding-bottom: 90px;
}
@media screen and (max-width: 992px) {
  footer.nav-footer {
    margin-top: 40px;
  }
}
@media screen and (min-width: 991px) {
  footer.nav-footer .footer-row .col-lg-10 .col-lg-1, footer.nav-footer .footer-row .col-lg-10 .col-lg-2 {
    width: 13%;
  }
}
footer.nav-footer .nav-footer-item.nav.open .link-list {
  height: auto;
  max-height: 500px;
  transition: max-height 0.5s ease-in !important;
  margin: 10px 0 0 !important;
}
@media screen and (max-width: 992px) {
  footer.nav-footer .nav-footer-item.nav.open .footer-head:after {
    color: #fff;
    content: "-";
    font-size: 22px;
    background-image: none !important;
    float: right;
  }
}
@media screen and (max-width: 992px) {
  footer.nav-footer .nav-footer-item.nav {
    display: inline-block !important;
    width: 100%;
    margin-top: 16px !important;
    height: auto !important;
    position: static !important;
  }
}
@media screen and (max-width: 992px) {
  footer.nav-footer .nav-footer-item.nav .link-list {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out;
  }
}
footer.nav-footer .nav-footer-item.nav .footer-head {
  color: white;
  font-family: "Montserrat";
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  line-height: 24px;
  text-transform: capitalize;
}
@media screen and (max-width: 992px) {
  footer.nav-footer .nav-footer-item.nav .footer-head {
    color: #E5E5E5;
    cursor: pointer;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(236, 238, 240, 0.25);
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (min-width: 1025px) {
  footer.nav-footer .nav-footer-item.nav .footer-head {
    pointer-events: none;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1500px) {
  footer.nav-footer .nav-footer-item.nav .footer-head {
    font-size: 18px;
  }
}
@media screen and (max-width: 992px) {
  footer.nav-footer .nav-footer-item.nav .footer-head:after {
    color: #fff;
    content: "+";
    font-size: 22px;
    background-image: none !important;
    float: right;
  }
}
@media screen and (max-width: 1090px) {
  footer.nav-footer .nav-footer-item {
    position: static !important;
    display: block !important;
    height: auto !important;
  }
}
footer.nav-footer .get-in-touch-container {
  display: flex;
  justify-content: flex-end;
  padding: 0px;
}
@media screen and (max-width: 992px) {
  footer.nav-footer .get-in-touch-container {
    justify-content: center;
  }
}
footer .footer-link {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 35px;
  font-family: "Montserrat";
  color: white;
}
@media screen and (min-width: 1024px) and (max-width: 1500px) {
  footer .footer-link {
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) {
  footer .footerLogo {
    position: relative;
  }
}
footer .footerLogo img {
  height: 61px;
  width: auto;
}
footer .location {
  color: #FFF;
  font-family: "Montserrat";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
  gap: 10px;
}
footer .location p {
  font-size: 18px;
  line-height: 29px;
}
@media screen and (min-width: 1024px) and (max-width: 1500px) {
  footer .location p {
    font-size: 14px;
  }
}
footer .contact-numbers {
  color: #FFF;
  font-family: "Montserrat";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  display: flex;
  justify-content: flex-start;
  gap: 10px;
}
@media screen and (min-width: 1024px) and (max-width: 1500px) {
  footer .contact-numbers p {
    font-size: 14px;
    margin-top: 6px;
  }
}
@media screen and (max-width: 767px) {
  footer .copyright-container {
    margin-top: 40px !important;
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 767px) {
  footer .copyright-container .col {
    flex-direction: column-reverse !important;
  }
}
footer .copyright-container .col .copyright {
  color: #F5F5F5;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  footer .copyright-container .col .copyright {
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1500px) {
  footer .copyright-container .col .copyright {
    font-size: 14px;
  }
}
footer .copyright-container .col .copyright a {
  color: #F5F5F5;
}
footer .contact-btn .link {
  border-radius: 50px;
  color: #FFF;
  font-family: "Montserrat";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.8px;
  padding: 15px 35px;
  background: linear-gradient(89deg, #3478F5 0.7%, #5AC3F9 100%);
}
@media screen and (min-width: 1024px) and (max-width: 1500px) {
  footer .contact-btn .link {
    font-size: 14px;
  }
}
footer .footer-icon img {
  height: 52px;
  top: -10px;
  position: relative;
}
footer .bootom-footer-border {
  border: 1px solid #3A5C8B;
  margin-bottom: 15px;
}

.footer-head.get-in-touch-footer {
  color: #E5E5E5;
  font-family: "Montserrat";
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  line-height: 24px;
  margin-bottom: 30px;
  text-transform: capitalize;
  padding-bottom: 3px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .footer-head.get-in-touch-footer {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: -0.27px;
    text-transform: capitalize;
    text-align: center;
    margin-top: 15px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1500px) {
  .footer-head.get-in-touch-footer {
    font-size: 18px;
    padding-bottom: 3px;
    text-align: center;
  }
}

/*Banner Section CSS Start*/
h1,
h2 {
  font-size: 50px;
  font-weight: 600;
  line-height: 65px;
  padding-bottom: 20px;
  color: white;
}
@media screen and (max-width: 1200px) {
  h1,
  h2 {
    font-size: 40px;
    line-height: 50px;
  }
}

p {
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 20px;
  color: #fff;
  margin: 0;
}

.banner {
  position: relative;
}
.banner .slide-caption {
  max-width: 58%;
  padding: 8% 0;
  color: white;
}
@media screen and (max-width: 1200px) {
  .banner .slide-caption {
    max-width: 90%;
  }
}
.banner .slide-caption h1 {
  font-size: 60px;
  line-height: 72px;
}
@media screen and (min-width: 560px) and (max-width: 749px) {
  .banner .slide-caption h1 {
    font-size: 36px;
    line-height: 44px;
  }
}
@media screen and (min-width: 560px) and (max-width: 749px) {
  .banner .slide-caption h1 {
    font-size: 36px;
    line-height: 44px;
  }
}
.banner .slide-caption p {
  color: white;
}
.banner .banner-image {
  position: absolute;
}
@media screen and (min-width: 992px) {
  .banner .banner-image {
    top: 15%;
  }
}
@media screen and (max-width: 991px) {
  .banner .banner-image {
    top: 10%;
    height: 100%;
    position: absolute;
  }
}

nav.navbar.navbar-expand-lg.navbar-light {
  position: sticky !important;
  position: -webkit-sticky !important;
  top: 0;
  z-index: 999;
  background: #021323;
}

@media screen and (max-width: 550px) {
  h1,
  h2 {
    font-size: 26px !important;
    line-height: 40px !important;
    font-weight: 600;
    text-align: center !important;
  }
  .banner p {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
  }
  .banner .slide-caption {
    position: relative;
    max-width: 100%;
    padding: 10px;
  }
  .navbar-nav a.custom-link {
    padding: 0 20px !important;
  }
}
/*Banner CSS End*/
/* Resource Card */
section.resources .resources-lists {
  margin-top: 30px;
}
section.resources .resources-lists .sec-cta {
  min-width: auto;
  padding: 9px 29px;
}
@media screen and (max-width: 767px) {
  section.resources .resources-lists .slick-slide {
    margin-right: 10px;
    margin-left: 10px;
    min-width: 210px !important;
  }
}
section.resources .resources-lists .resourece-select-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  section.resources .resources-lists .resourece-select-container {
    padding-top: 20px;
  }
}
section.resources .resources-lists .resourece-select-container p {
  padding-bottom: 0px !important;
  font-size: 16px;
  line-height: 22px;
}
section.resources .resources-lists .resourece-select-container .resourece-select-option {
  position: relative;
}
section.resources .resources-lists .resourece-select-container .resourece-select-option select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  color: white;
  text-align: center;
  padding: 8px 42px 8px 20px;
  text-decoration: none;
  border-radius: 10px;
  font-weight: 500;
  font-size: 16px;
  font-family: "Montserrat";
  border: 2px solid #007dc9;
  cursor: pointer;
}
section.resources .resources-lists .resourece-select-container .resourece-select-option select option {
  background: #021323;
  text-align: left;
  color: white;
  border: none;
  cursor: pointer;
  font-weight: 500;
}
section.resources .resources-lists .resourece-select-container .resourece-select-option:after {
  border: solid #fff;
  border-width: 0 2px 2px 0;
  content: "";
  display: inline-block;
  padding: 4px;
  pointer-events: none;
  position: absolute;
  right: 18px;
  top: 44%;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
}
section.resources ul .tab-pills {
  text-align: center;
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: block;
  text-align: center;
}
section.resources .nav-center {
  width: 100%;
  text-align: center;
}
section.resources ul.tab-pills li.nav-item {
  display: inline-block;
}
section.resources ul.tab-pills li.nav-item a {
  color: white;
  padding: 10px 40px;
  text-decoration: none;
  border-radius: 30px;
  font-weight: 500;
  font-size: 16px;
  transition: all 0.25s linear;
  border: 2px solid #007dc9;
  background: #021323;
  display: inline-block;
}
section.resources li.nav-item a.nav-link.active {
  background: linear-gradient(90deg, rgb(2, 127, 253) 0%, rgb(2, 198, 255) 100%);
}
section.resources .tab-content {
  z-index: 2;
  position: relative;
}
section.resources .resources-details p {
  color: #FFF;
}
section.resources .resourceCard .resourceWrapper {
  padding: 0px 4px 4px 4px;
  background: linear-gradient(90deg, rgb(2, 127, 253) 0%, rgb(2, 198, 255) 100%);
}
section.resources .resourceCard .resourceWrapper .resourceContent {
  background: #000;
  padding: 15px;
}
section.resources .resourceCard .resourceWrapper .resourceContent h3 {
  color: #CBCBCB;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 20px;
  display: block;
}
section.resources .resourceCard .resourceWrapper .resourceContent .know-more {
  background: linear-gradient(90deg, #3478F5 0%, #5AC3F9 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 0px 0px;
  text-decoration: none;
  font-size: 16px;
  font-family: "montserrat";
  font-weight: 500;
  transition: all 0.25s linear;
  display: inline-block;
}
section.resources .resourceCard .resourceWrapper .resourceContent .read-more {
  color: #CBCBCB;
  text-decoration: none;
  font-size: 16px;
  font-family: "montserrat";
  font-weight: 500;
  transition: all 0.25s linear;
  cursor: pointer;
}
section.resources .resourceCard .resourceWrapper .resourceContent .read-more img {
  width: auto !important;
  display: inline-block;
  margin-left: 14px;
}
section.resources .resourceCard .iconContainer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section.resources .resourceCard .iconContainer .playIcon {
  cursor: pointer;
}
section.resources .resourceCard .iconContainer .playIcon img {
  width: auto !important;
  height: 34px;
}
section.resources ul#resourceTab {
  justify-content: center;
  border-bottom: none !important;
  gap: 20px;
}
@media screen and (max-width: 1090px) {
  section.resources ul#resourceTab {
    justify-content: center !important;
    border-bottom: none !important;
    gap: 15px;
    position: static !important;
    height: auto !important;
    display: flex !important;
  }
}
@media screen and (max-width: 510px) {
  section.resources ul#resourceTab {
    width: 100%;
    overflow-x: scroll;
    flex-wrap: nowrap;
    justify-content: flex-start !important;
    padding: 6px 0;
  }
}
section.resources .banner-image {
  position: absolute;
  bottom: -50%;
  z-index: -1;
}

.youtube-video {
  -webkit-backdrop-filter: brightness(0);
          backdrop-filter: brightness(0);
}
.youtube-video .modal-dialog {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  padding: 0 15px;
  height: 100%;
  max-width: 900px !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.youtube-video .modal-dialog .modal-content {
  background: none !important;
  border: none;
}
.youtube-video .modal-dialog .modal-content .close-button {
  color: #fff !important;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .youtube-video .modal-dialog .modal-content .close-button {
    scale: 0.6;
    right: 0px;
    top: -7px;
  }
}
.youtube-video .modal-dialog .modal-content .close:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.75;
}
.youtube-video .modal-dialog .modal-content .video-container {
  position: relative;
  padding-bottom: 50%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.youtube-video .modal-dialog .modal-content .video-container iframe#youtubevideo {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.youtube-video .modal-dialog .modal-content .close-button {
  position: absolute;
  right: -18px;
  top: -30px !important;
  width: 32px;
  height: 32px;
}
.youtube-video .modal-dialog .modal-content .close-button:hover {
  opacity: 1;
}
.youtube-video .modal-dialog .modal-content .close-button:before,
.youtube-video .modal-dialog .modal-content .close-button:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 33px;
  width: 2px;
  background-color: #fff;
}
.youtube-video .modal-dialog .modal-content .close-button:before {
  transform: rotate(45deg);
}
.youtube-video .modal-dialog .modal-content .close-button:after {
  transform: rotate(-45deg);
}
@media screen and (min-width: 767px) and (max-width: 991px) and (orientation: landscape) {
  .youtube-video .modal-dialog {
    max-width: 600px !important;
  }
}

/* Resource Ends Here */
/*Footer Start*/
.form-control {
  padding: 0 0 0 20px;
}

input.form-control.subscribe {
  min-height: 50px;
  background-color: transparent;
  font-size: 16px;
  color: #fff;
  border: 1px solid #021323;
  border-radius: 6px;
}
@media screen and (min-width: 550px) and (max-width: 767px) {
  input.form-control.subscribe {
    font-size: 14px;
  }
}

input.form-control.subscribe:focus {
  background-color: transparent;
  box-shadow: none;
}

.subscribe button {
  top: 0px;
  height: 50px;
  right: 1px;
  font-size: 14px;
  color: #fff;
  background: #021323;
  border-radius: 6px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 0 20px;
  border: 1px solid #021323;
  border-left: 0;
  width: 146px;
}
@media screen and (min-width: 550px) and (max-width: 749px) {
  .subscribe button {
    width: 115px;
  }
}
@media screen and (min-width: 750px) and (max-width: 767px) {
  .subscribe button {
    width: 115px;
  }
}
.subscribe button:focus, .subscribe button:hover {
  color: #021323;
  background: #fff;
  box-shadow: none;
  outline: 0 none;
}

.bg-cBlue {
  background: linear-gradient(163deg, #5AC3F9 6.82%, #3478F5 93.23%);
}
@media screen and (max-width: 550px) {
  .bg-cBlue {
    border-radius: 0;
  }
}

.footer-social-icon span {
  display: block;
}
.footer-social-icon i {
  color: #021323;
  padding: 10px;
}
.footer-social-icon i:hover {
  color: #fff;
}

.subscribeSec {
  max-width: 40%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .subscribeSec {
    max-width: 50%;
  }
}
@media screen and (max-width: 550px) {
  .subscribeSec {
    max-width: 100%;
  }
}

@media screen and (max-width: 550px) {
  .resources ul .tab-pills li .nav-item a {
    padding: 5px 0px !important;
    min-width: 180px !important;
  }
}

@media screen and (max-width: 767px) {
  .heading h2 {
    font-size: 26px;
    line-height: 40px;
    padding-bottom: 20px;
  }
  .subscribe.position-relative.w-50 {
    width: 100% !important;
  }
  button#pills-whitePapers-tab {
    min-width: 170px;
    padding: 5px 20px;
  }
  button#pills-pressRelease-tab {
    min-width: 170px;
    padding: 5px 20px;
  }
  section.resources ul.tab-pills li.nav-item a {
    padding: 5px 20px;
  }
  .dropdown {
    margin-bottom: 15px;
  }
  .navbar-nav a.custom-link {
    margin-bottom: 15px;
  }
  .navbar-nav {
    margin: 15px 0;
  }
}
@media screen and (max-width: 992px) and (orientation: landscape) {
  .wave .wave-text {
    margin: 0 200px 0 65px;
  }
  section.resources ul.tab-pills li.nav-item a {
    padding: 5px 30px;
  }
}
.services-card.service-img .service-icon-box span {
  font-weight: 500;
}

/*Footer End*/
/*Partnership Start*/
.partnership h4 {
  font-size: 30px;
  font-weight: 500;
  line-height: 35px;
  letter-spacing: 0.2px;
  margin: 0;
  padding: 0;
  font-weight: 700;
  background: linear-gradient(90deg, #3478F5 0%, #57BCF9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.partnership .viewAll-CTA {
  margin: 20px 0;
}
@media screen and (max-width: 767px) {
  .partnership .viewAll-CTA {
    text-align: center;
    margin-bottom: 50px;
  }
}
.partnership .growthSection {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .partnership .growthSection {
    flex-direction: column;
  }
}
.partnership .growthSection .leftSec {
  flex-basis: 55%;
}
.partnership .growthSection .leftSec h2 {
  font-size: 60px;
  line-height: 72px;
}
@media screen and (min-width: 550px) and (max-width: 992px) {
  .partnership .growthSection .leftSec h2 {
    font-size: 36px;
    line-height: 44px;
  }
}
.partnership .growthSection .rightSec {
  flex-basis: 55%;
}
.partnership .growthSection .iconBox-wrapper {
  list-style: none;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  height: 100%;
  flex-direction: row;
}
.partnership .growthSection .iconBox-wrapper > li {
  flex-basis: 48%;
  padding: 4px;
  background: linear-gradient(90deg, rgb(2, 127, 253) 0%, rgb(2, 198, 255) 100%);
  border-top-right-radius: 70px;
}
.partnership .growthSection .iconBox-wrapper > li .iconBox {
  background: #051322;
  border-top-right-radius: 70px;
  padding: 15px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 30px;
  height: 100%;
}
@media screen and (max-width: 560px) {
  .partnership .growthSection .iconBox-wrapper > li .iconBox {
    min-height: 26vh;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1210px) {
  .partnership .growthSection .iconBox-wrapper > li .iconBox {
    align-content: baseline;
    flex-wrap: wrap;
    justify-content: end;
  }
}
@media screen and (max-width: 991px) {
  .partnership .growthSection .iconBox-wrapper > li .iconBox img {
    max-height: 80px;
    min-height: 70px;
  }
}
@media screen and (min-width: 992px) and (orientation: landscape) {
  .partnership .growthSection .iconBox-wrapper > li .iconBox img {
    max-height: 100px;
    min-height: 90px;
  }
}
.partnership .growthSection .iconBox-wrapper > li .iconBox h3 {
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
  color: #CBCBCB;
  margin: 0;
}
@media screen and (max-width: 1200px) {
  .partnership .growthSection .iconBox-wrapper > li .iconBox h3 {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .partnership .growthSection .iconBox-wrapper > li .iconBox h3 {
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
}
@media screen and (max-width: 1200px) {
  .partnership .growthSection .iconBox-wrapper > li {
    flex-basis: 45%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1210px) {
  .partnership .growthSection .iconBox-wrapper > li {
    margin-right: 10px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 991px) {
  .partnership .growthSection .iconBox-wrapper {
    padding: 0;
    height: auto;
  }
  .partnership .growthSection .iconBox-wrapper > li {
    height: auto;
  }
}
@media screen and (max-width: 1200px) {
  .partnership .growthSection .leftSec {
    flex-basis: 50%;
  }
  .partnership .growthSection .rightSec {
    flex-basis: 50%;
  }
}
@media screen and (max-width: 768px) {
  .partnership h2 {
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
  }
  .partnership p {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
  }
  .partnership h4 {
    font-size: 20px;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
  }
}
@media screen and (min-width: 992px) {
  .partnership {
    margin: 7% 0 7% 0;
  }
}

/*Partnership End*/
/*Advantage Start*/
.advantage {
  position: relative;
}
@media screen and (max-width: 991px) {
  .advantage .banner-image {
    position: absolute;
  }
}
@media screen and (min-width: 992px) {
  .advantage .banner-image {
    position: absolute;
    bottom: 15%;
  }
}
.advantage .row-sm {
  margin-left: -5px;
  margin-right: -5px;
}
.advantage .row-sm > * {
  padding-left: 5px;
  padding-right: 5px;
}
.advantage .iconBox-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.advantage .iconBox-wrapper .iconBox {
  background: #000;
  padding: 4px;
  margin: 4px;
  background: linear-gradient(90deg, rgb(2, 127, 253) 0%, rgb(2, 198, 255) 100%);
}
.advantage .iconBox-wrapper .iconBox img {
  background: #051322;
  max-height: 245px;
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  .advantage .iconBox-wrapper .iconBox img {
    max-height: 147px !important;
    min-height: 147px;
  }
}
@media screen and (min-width: 550px) and (max-width: 749px) {
  .advantage .iconBox-wrapper .iconBox img {
    max-height: 240px !important;
    min-height: 250px !important;
  }
}
@media screen and (max-width: 1440px) {
  .advantage .iconBox-wrapper .iconBox img {
    max-height: 185px;
  }
}
.advantage .iconBox-wrapper .textBox h3 {
  font-size: 28px;
  font-weight: 600;
  background: linear-gradient(90deg, #4599F7 0%, #5AC3F9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.advantage .iconBox-wrapper .textBox p {
  color: #CBCBCB;
}
@media screen and (max-width: 768px) {
  .advantage h2 {
    font-size: 38px;
    line-height: 44px;
  }
  .advantage .textBox p {
    font-size: 16px;
    line-height: 26px;
  }
  .advantage .textBox h3 {
    font-size: 20px !important;
  }
}

/*Advantage End*/
/*Features Start*/
.features .featuresList {
  margin: 50px auto 0 auto;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
  gap: 60px 10px;
  max-width: 100%;
}
.features .featuresList .service-card {
  display: flex;
  gap: 20px;
  max-width: 32%;
}
@media screen and (max-width: 767px) {
  .features .featuresList .service-card {
    flex-direction: column;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .features .featuresList .service-card .service-icon-box {
    margin: 0px auto;
  }
}
.features .featuresList .service-card .service-icon-box > img {
  min-width: 75px;
}
@media screen and (max-width: 767px) {
  .features .featuresList .service-card .service-icon-box > img {
    max-width: 78px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1210px) {
  .features .featuresList .service-card .service-icon-box > img {
    max-width: 70px;
  }
}
.features .featuresList .service-card .service-icon-box .img-fluid {
  width: 100%;
}
.features .featuresList .service-card .icon-box-desc {
  text-align: left;
}
.features .featuresList .service-card .icon-box-desc h5 {
  font-size: 17px;
  line-height: 25px;
  font-weight: 400;
  margin: 0;
  color: #CBCBCB;
}
.features .featuresList .service-card .icon-box-desc h5 b {
  display: block;
  font-weight: 700;
  color: white;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .features .featuresList .service-card .icon-box-desc h5 {
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  .features .featuresList .service-card .icon-box-desc h5 {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .features .featuresList .service-card {
    max-width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .features .featuresList {
    max-width: 100%;
    gap: 30px 10px;
  }
  .features .featuresList .service-card {
    max-width: 49%;
  }
}
@media screen and (max-width: 767px) {
  .features .featuresList {
    max-width: 100%;
  }
  .features .featuresList .service-card {
    max-width: 92%;
  }
}
@media screen and (max-width: 768px) {
  .features h2 {
    font-size: 38px;
    line-height: 44px;
  }
}

/*Features End*/
/*Meet the Team Start*/
.meetTheTeam {
  position: relative;
  z-index: 0;
}
.meetTheTeam .contentSec {
  padding: 30px 60px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 60px;
  z-index: 1;
  position: relative;
}
.meetTheTeam .contentSec .text h3 {
  padding: 20px 8%;
}
.meetTheTeam .contentSec .text h2 {
  color: white;
  padding: 20px 13%;
}
.meetTheTeam .contentSec .text h3 {
  font-size: 22px;
  font-weight: 400;
  line-height: 35px;
  padding-bottom: 20px;
  color: #CBCBCB;
  margin: 0;
}
.meetTheTeam .contentSec .img-wrapper {
  padding: 5px;
  background: linear-gradient(90deg, rgb(2, 127, 253) 0%, rgb(2, 198, 255) 100%);
}
@media screen and (min-width: 1024px) and (max-width: 1210px) {
  .meetTheTeam .contentSec .img-wrapper {
    margin-top: 15px;
  }
}
.meetTheTeam .contentSec .img-wrapper .img {
  background: #000;
  padding: 10px;
  overflow: hidden;
}
.meetTheTeam .contentSec .img-wrapper .img img {
  background: url("../images/team-photo.png") lightgray 50%/cover no-repeat;
  mix-blend-mode: luminosity;
}
@media screen and (max-width: 767px) {
  .meetTheTeam .contentSec {
    padding: 10px;
  }
  .meetTheTeam .contentSec .text {
    padding: 10px;
  }
  .meetTheTeam .contentSec .text h2 {
    font-size: 26px;
    line-height: 40px;
  }
  .meetTheTeam .contentSec .text h3 {
    font-size: 16px;
    line-height: 26px;
  }
}
.meetTheTeam .banner-image {
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .meetTheTeam .banner-image {
    position: absolute;
    top: auto;
    bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .meetTheTeam .banner-image {
    position: absolute;
    bottom: -10%;
  }
}

/*Meet the Team End*/
.cta-btn {
  z-index: 0;
  margin-top: 65px;
  position: relative;
}
.cta-btn h2 {
  color: #000;
}
@media screen and (max-width: 767px) {
  .cta-btn h2 {
    font-size: 26px;
    line-height: 40px;
  }
}

.container {
  z-index: 2;
  position: relative;
}

@media screen and (min-width: 750px) and (max-width: 992px) {
  .features .featuresList .service-card {
    max-width: 49%;
    margin-bottom: 10px;
  }
  .features .featuresList .service-icon-box {
    margin-right: 1rem;
  }
  .partnership .growthSection .iconBox-wrapper {
    gap: 40px !important;
  }
  .partnership .growthSection .iconBox-wrapper > li {
    margin: 10px 5px;
    flex-basis: 44% !important;
  }
  .meetTheTeam .contentSec .img-wrapper {
    margin-top: 20px;
  }
  section.resources ul.tab-pills li.nav-item {
    margin-right: 1rem;
  }
  .banner .slide-caption {
    max-width: 100%;
  }
  .banner .slide-caption h1 {
    font-size: 48px;
    line-height: 60px;
  }
}
@media screen and (max-width: 510px) {
  section.resources ul.tab-pills li.nav-item a {
    width: -moz-max-content;
    width: max-content;
  }
}
@media screen and (max-width: 450px) {
  .meetTheTeam .contentSec .img-wrapper {
    margin-top: 5px;
  }
  section.resources ul.tab-pills li.nav-item {
    margin-right: 5px;
  }
  .partnership .growthSection .iconBox-wrapper > li {
    flex-basis: 44%;
    margin: 10px 5px;
  }
}
.banner.sustainable-banner {
  min-height: 100vh;
}
@media screen and (max-width: 820px) {
  .banner.sustainable-banner {
    min-height: 100vw;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .banner.sustainable-banner {
    min-height: 100%;
    margin-bottom: 15%;
  }
}
@media screen and (max-width: 820px) {
  .banner.sustainable-banner .banner-image {
    height: auto;
    top: 50%;
  }
}
.banner.sustainable-banner .slide-caption {
  max-width: 75%;
}
@media screen and (max-width: 550px) {
  .banner.sustainable-banner .slide-caption {
    max-width: 100%;
  }
}
.banner.sustainable-banner .slide-caption h1 {
  font-weight: 600;
}
@media screen and (min-width: 750px) and (max-width: 1110px) {
  .banner.sustainable-banner .slide-caption h1 {
    font-size: 40px;
    line-height: 48px;
  }
}
@media screen and (min-width: 750px) and (max-width: 1110px) {
  .banner.sustainable-banner .slide-caption p {
    font-size: 16px;
    line-height: 24px;
  }
}

.promise {
  margin: 50px 0px 50px;
  top: 100px;
  position: relative;
}
@media screen and (max-width: 550px) {
  .promise {
    top: auto;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .promise {
    top: auto;
  }
}
.promise .banner-image {
  position: absolute;
  top: 26%;
}
.promise .img-wrapper .img img {
  max-width: 400px;
}
@media screen and (min-width: 560px) and (max-width: 767px) {
  .promise .img-wrapper .img img {
    margin: 0 auto;
  }
}

.commitments {
  position: relative;
}
.commitments .featuresList .service-card {
  align-items: center;
}
.commitments .featuresList .service-card .service-icon-box > img {
  min-width: 115px;
  max-width: 115px;
}
@media screen and (max-width: 767px) {
  .commitments .featuresList .service-card .service-icon-box > img {
    min-width: 78px;
  }
}

.renewable {
  position: relative;
  min-height: 500px;
}
.renewable img.banner-image {
  position: absolute;
  bottom: -60%;
}

.initiatives .border-gradient {
  border: 10px solid;
  border-image-slice: 1;
  border-width: 2px;
  text-decoration: none;
  padding: 5px 30px;
  font-size: 16px;
  font-family: "montserrat";
  font-weight: 500;
  transition: all 0.25s linear;
}
.initiatives .border-gradient-blue {
  border-image-source: linear-gradient(90deg, rgb(2, 127, 253) 0%, rgb(2, 198, 255) 100%);
}

@media screen and (max-width: 992px) {
  .resourceCard {
    margin-bottom: 45px;
  }
}

.banner.about-us-banner {
  min-height: 100vh;
}
@media screen and (max-width: 991px) {
  .banner.about-us-banner {
    min-height: 100%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .banner.about-us-banner {
    min-height: 100%;
    margin-bottom: 15%;
  }
}
.banner.about-us-banner .banner-image {
  top: 0%;
}
@media screen and (max-width: 991px) {
  .banner.about-us-banner .banner-image {
    top: 0%;
    height: 100%;
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
}
.banner.about-us-banner .slide-caption {
  max-width: 49%;
}
@media screen and (max-width: 767px) {
  .banner.about-us-banner .slide-caption {
    max-width: 100%;
  }
}
.banner.about-us-banner .slide-caption h1 {
  font-weight: 600;
}
@media screen and (min-width: 750px) and (max-width: 1110px) {
  .banner.about-us-banner .slide-caption h1 {
    font-size: 40px;
    line-height: 48px;
  }
}
@media screen and (min-width: 750px) and (max-width: 1110px) {
  .banner.about-us-banner .slide-caption p {
    font-size: 16px;
    line-height: 24px;
  }
}

.about-us-container {
  margin: 0px 0px 50px;
  top: 0px;
  padding-top: 0px;
  position: relative;
}
@media screen and (max-width: 749px) {
  .about-us-container {
    margin-bottom: 0px;
  }
}
.about-us-container .banner-image {
  position: absolute;
  top: 26%;
}
.about-us-container .row {
  position: relative;
}
.about-us-container .img.border-gradient {
  border: 10px solid;
  border-image-slice: 1;
  border-width: 2px;
  text-decoration: none;
  padding: 20px 20px;
  font-size: 16px;
  font-family: "montserrat";
  font-weight: 500;
  transition: all 0.25s linear;
}
.about-us-container .img.border-gradient-blue {
  border-image-source: linear-gradient(90deg, rgb(2, 127, 253) 0%, rgb(2, 198, 255) 100%);
}
.about-us-container .img img {
  filter: grayscale(100%);
}
.about-us-container .about-us-content-section {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.about-us-container .about-us-content-section .about-us-social-link {
  max-width: 45px;
  display: block;
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 991px) {
  .about-us-container .about-us-content-section .about-us-social-link {
    position: relative;
    max-width: 35px;
  }
}
.about-us-container .about-us-content-section .about-us-content {
  display: block;
  position: absolute;
  top: 0;
  padding-right: 5%;
}
@media screen and (max-width: 991px) {
  .about-us-container .about-us-content-section .about-us-content {
    position: relative;
  }
}
@media screen and (max-width: 991px) {
  .about-us-container .about-us-content-section .about-us-content h2 {
    text-align: left !important;
    margin-top: 0px;
    font-size: 24px;
    line-height: 32px;
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 991px) {
  .about-us-container .about-us-content-section .about-us-content p {
    text-align: left !important;
    font-size: 15px;
    line-height: 22px;
  }
}
.about-us-container .container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}
.about-us-container .container-fluid section {
  position: relative;
  display: block;
  margin-left: 0px;
  margin-right: 0px;
}
.about-us-container .container-fluid section.about-even-section {
  position: relative;
  background: rgba(0, 122, 253, 0.1803921569);
  padding: 60px 0px 10px;
  display: block;
}
.about-us-container .container-fluid section.about-even-section .banner-image {
  top: -65%;
}
.about-us-container .container-fluid section.about-odd-section {
  margin-top: 50px;
}

.innovator h2 {
  font-weight: 600;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 750px) {
  .innovator p {
    margin-top: 10px;
    text-align: center;
  }
}
.innovator .prim-cta {
  margin: 2rem 0;
}
@media screen and (max-width: 750px) {
  .innovator .prim-cta {
    display: flex;
    justify-content: center;
    max-width: -moz-max-content;
    max-width: max-content;
    margin: 2rem auto !important;
  }
}

@media screen and (min-width: 750px) and (max-width: 992px) {
  .cta-btn h2 {
    font-size: 28px;
    line-height: 34px;
    padding-bottom: 0;
  }
}

.ac-campus {
  position: relative;
}
.ac-campus .ac-main {
  position: relative;
}
.ac-campus .ac_main_sub {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.ac-campus .ac_main_sub .ac-header h1 {
  font-size: 50px;
  font-weight: 600;
  line-height: 65px;
  padding-bottom: 20px;
  color: white;
  font-family: Montserrat;
}
.ac-campus .ac_main_sub p {
  max-width: 545px;
  font-family: Montserrat;
}

.highlight {
  position: relative;
}
.highlight .highlight-contain {
  min-height: 340px;
  overflow-x: hidden !important;
}
.highlight .mySlider-campus {
  height: auto;
}
.highlight .mySliderHigh {
  position: relative;
  padding-bottom: 40px;
}
.highlight .mySliderHigh .h-textBox {
  border: 2px solid;
  -o-border-image: linear-gradient(to right, #3acfd5 0%, #3a4ed5 100%) 1;
     border-image: linear-gradient(to right, #3acfd5 0%, #3a4ed5 100%) 1;
  min-height: 175px;
  align-content: space-evenly;
  padding: 1rem 0.8rem;
}
.highlight .mySliderHigh .h-textBox .textBox-h {
  font-size: 26px;
  font-family: "Montserrat";
  font-weight: 700;
  color: #00a7ff;
}
.highlight .mySliderHigh .h-textBox .textBox-p {
  font-size: 26px;
  color: #c6c6c6;
  padding-bottom: 0px;
}
.highlight .mySliderHigh .slick-list {
  padding-right: 15% !important; /* Show 15% of the next slide on the right */
  margin-left: 20px;
  min-height: 170px;
}
.highlight .mySliderHigh .slick-slide {
  margin-right: 10px !important; /* Optional: adds spacing between slides */
}
.highlight .mySliderHigh .banner-outer__inner .slick-list {
  padding-right: 30% !important; /* Show 10% of the next slide on the right */
}
.highlight .mySliderHigh .banner-outer__inner .slick-slide {
  margin-right: 70px !important; /* Optional: adds spacing between slides */
}
.highlight .mySliderHigh .slick-dots {
  display: block;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  margin: 0;
  list-style: none;
  bottom: -40px;
}
.highlight .mySliderHigh .slick-dots li {
  display: inline-block;
  margin-right: 10px;
  width: 12px;
  border-radius: 0;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.6);
  border: 0;
  height: 12px;
  border-radius: 50%;
  margin-right: 10px;
}
.highlight .mySliderHigh .slick-dots li button {
  display: none;
}
.highlight .mySliderHigh .slick-dots li.slick-active {
  background-color: #2b9fdf !important;
}

.brochure-c {
  margin: auto 0;
}
.brochure-c .brochure-cd {
  min-height: 200px;
  align-content: center;
  background: rgba(79, 172, 209, 0.1);
  overflow-x: hidden;
}
.brochure-c .db-para {
  margin: 0 auto;
  max-width: 666px;
  padding: 0 2rem;
}
.brochure-c .db-para p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 0.2px;
  color: #fff;
  margin: 0;
}
@media screen and (max-width: 749px) {
  .brochure-c .db-para p {
    text-align: center;
  }
}
.brochure-c .db-btn-m {
  margin: auto 0;
}
.brochure-c .db-btn-m .db-btn .db-btn-b {
  border-radius: 8px;
  color: #fff;
  font-family: "Montserrat";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.8px;
  padding: 15px 35px;
  border: none;
  background: linear-gradient(89deg, #3478f5 0.7%, #5ac3f9 100%);
}

.bf_n .m-align {
  margin: auto;
}
.bf_n .build-for-header h2 {
  font-size: 50px;
  font-weight: 600;
  line-height: 65px;
  padding-bottom: 45px;
  color: white;
  max-width: 500px;
  font-family: "Montserrat";
}
.bf_n .bfn_i_text {
  min-height: 160px;
}
.bf_n .bfn_i_text h4 {
  font-size: 25px;
  font-family: "Montserrat";
  line-height: 26px;
  color: #fff;
  font-weight: 600;
}
.bf_n .bfn_i_text p {
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 20px;
  color: #e6e6e6;
  margin: 0;
}
.bf_n .bfn_ico {
  padding-bottom: 1.5rem;
}
.bf_n .bfn_ico img {
  width: 35%;
}

@media screen and (max-width: 1200px) {
  .highlight .mySliderHigh .h-textBox {
    border: 2px solid;
    -o-border-image: linear-gradient(to right, #3acfd5 0%, #3a4ed5 100%) 1;
       border-image: linear-gradient(to right, #3acfd5 0%, #3a4ed5 100%) 1;
    min-height: 175px;
    align-content: center;
    padding: 1rem 0.8rem;
  }
  .highlight .mySliderHigh .h-textBox .textBox-h {
    font-size: 26px;
    font-family: "Montserrat";
    font-weight: 700;
    color: #00a7ff;
  }
  .highlight .mySliderHigh .h-textBox .textBox-p {
    font-size: 20px;
    color: #c6c6c6;
  }
}
@media screen and (max-width: 992px) {
  .bf_n .build-for-header h2 {
    font-size: 50px;
    font-weight: 600;
    line-height: 65px;
    padding-bottom: 45px;
    color: white;
    max-width: 500px;
    font-family: "Montserrat";
  }
  .bf_n .bfn_i_text {
    min-height: 160px;
  }
  .bf_n .bfn_i_text h4 {
    font-size: 20px;
    font-family: "Montserrat";
    line-height: 26px;
    color: #fff;
    font-weight: 600;
  }
  .bf_n .bfn_i_text p {
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 20px;
    color: #e6e6e6;
    margin: 0;
  }
  .bf_n .bfn_ico {
    padding-bottom: 1.5rem;
  }
  .bf_n .bfn_ico img {
    width: 32%;
  }
  .brochure-c .brochure-cd {
    padding: 3rem 0rem;
  }
  .brochure-c .db-btn-m {
    text-align: center;
    padding-top: 2rem;
  }
}
@media screen and (max-width: 576px) {
  .bf_n .bfn_text_container {
    padding-bottom: 1rem;
  }
  .bf_n .build-for-header h2 {
    font-size: 50px;
    font-weight: 600;
    line-height: 65px;
    padding-bottom: 45px;
    color: white;
    max-width: 100%;
    text-align: center;
    font-size: 36px;
    font-family: "Montserrat";
  }
  .bf_n .bfn_ico {
    padding-bottom: 1.5rem;
  }
  .bf_n .bfn_ico img {
    width: 15%;
  }
  .bf_n .bfn_ico-n {
    display: block;
    margin: 0 auto;
  }
  .bf_n .bfn_i_text {
    min-height: auto;
    max-width: 370px;
    text-align: center;
    margin: 0 auto;
  }
  .bf_n .bfn_i_text h4 {
    font-size: 24px;
    font-family: "Montserrat";
    line-height: 26px;
    color: #fff;
    font-weight: 600;
  }
  .bf_n .bfn_i_text p {
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 20px;
    font-family: "Montserrat";
    padding-top: 20px;
    color: #e6e6e6;
    margin: 0;
  }
}
.form-btn.cs_btn {
  margin-top: 20px;
}
@media screen and (max-width: 749px) {
  .form-btn.cs_btn {
    display: flex;
  }
}

.career-banner .caption h1 {
  font-size: 60px;
  line-height: 72px;
  font-weight: 600;
}
@media screen and (min-width: 750px) and (max-width: 992px) {
  .career-banner .caption h1 {
    font-size: 36px;
    line-height: 42px;
  }
}
.career-banner .caption p {
  color: #CACACA;
  font-size: 24px;
  line-height: 32px;
}
@media screen and (max-width: 749px) {
  .career-banner .caption p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (min-width: 750px) and (max-width: 992px) {
  .career-banner .caption p {
    font-size: 20px;
    line-height: 28px;
  }
}
@media screen and (max-width: 749px) {
  .career-banner .caption .ctaHolder {
    display: flex;
    justify-content: center;
    margin-top: 0px !important;
    margin-bottom: 40px;
  }
}

.whyLumina {
  padding: 60px 0;
  margin: 10px 0;
  position: relative;
}
.whyLumina .head h2 {
  background: #008AFF;
  background: linear-gradient(to right, #008AFF 30%, #00B6FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 80px;
  line-height: 96px;
}
@media screen and (max-width: 749px) {
  .whyLumina .head h2 {
    font-size: 40px !important;
    line-height: 48px !important;
  }
}
@media screen and (min-width: 750px) and (max-width: 992px) {
  .whyLumina .head h2 {
    font-size: 40px !important;
    line-height: 48px !important;
  }
}
.whyLumina .head p {
  color: #CACACA;
  font-size: 24px;
  line-height: 32px;
}
@media screen and (max-width: 749px) {
  .whyLumina .head p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (min-width: 750px) and (max-width: 992px) {
  .whyLumina .head p {
    font-size: 20px;
    line-height: 28px;
  }
}
.whyLumina .subHead h3 {
  font-size: 60px;
  line-height: 72px;
  font-weight: 600;
  color: #FFF;
}
@media screen and (max-width: 749px) {
  .whyLumina .subHead h3 {
    font-size: 26px !important;
    line-height: 40px !important;
  }
}
@media screen and (min-width: 750px) and (max-width: 992px) {
  .whyLumina .subHead h3 {
    font-size: 32px !important;
    line-height: 40px !important;
  }
}
.whyLumina .withInBlock {
  padding: 20px 5px;
}
@media screen and (max-width: 749px) {
  .whyLumina .withInBlock .imgBlock {
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 750px) and (max-width: 992px) {
  .whyLumina .withInBlock .imgBlock {
    display: flex;
    justify-content: center;
  }
}
.whyLumina .withInBlock .imgBlock img {
  max-width: 150px;
}
@media screen and (max-width: 749px) {
  .whyLumina .withInBlock .imgBlock img {
    max-width: 100px;
  }
}
.whyLumina .withInBlock .descBlock {
  padding: 20px 0px;
}
@media screen and (max-width: 992px) {
  .whyLumina .withInBlock .descBlock {
    text-align: center;
  }
}
.whyLumina .withInBlock .descBlock h3 {
  color: #FFF;
  font-weight: 600;
  font-size: 38px;
  line-height: 42px;
}
@media screen and (max-width: 749px) {
  .whyLumina .withInBlock .descBlock h3 {
    font-size: 24px;
    line-height: 28px;
  }
}
@media screen and (min-width: 750px) and (max-width: 992px) {
  .whyLumina .withInBlock .descBlock h3 {
    font-size: 24px;
    line-height: 28px;
  }
}
.whyLumina .withInBlock .descBlock p {
  color: #CACACA;
  font-size: 24px;
  line-height: 32px;
}
@media screen and (max-width: 749px) {
  .whyLumina .withInBlock .descBlock p {
    font-size: 16px;
    line-height: 24px;
    padding: 0 15%;
  }
}
@media screen and (min-width: 750px) and (max-width: 992px) {
  .whyLumina .withInBlock .descBlock p {
    font-size: 18px;
    line-height: 24px;
  }
}

.lifeAtLumina {
  padding: 60px 0;
  margin: 10px 0;
  position: relative;
}
.lifeAtLumina .heading h3 {
  font-size: 60px;
  line-height: 72px;
  font-weight: 600;
  color: #FFF;
  text-align: center;
}
@media screen and (max-width: 749px) {
  .lifeAtLumina .heading h3 {
    font-size: 26px !important;
    line-height: 40px !important;
  }
}
@media screen and (min-width: 750px) and (max-width: 992px) {
  .lifeAtLumina .heading h3 {
    font-size: 32px !important;
    line-height: 40px !important;
  }
}

@media screen and (max-width: 760px) {
  .center-slider {
    padding: 0 15px 0 35px;
  }
}
@media screen and (max-width: 510px) {
  .center-slider {
    padding: 0 15px 0 15px;
  }
}
.center-slider .slick-slide {
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0.75);
  transition: all 0.4s ease-in-out;
  padding: 0 10px;
  margin-bottom: 0px;
}
.center-slider .slick-slide img, .center-slider .slick-slide .video-container video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.center-slider .slick-slide .videoIcon {
  display: none;
}
.center-slider .slick-slide[aria-hidden=true]:not(.slick-cloned) ~ .slick-cloned[aria-hidden=true] {
  transform: scale(0.75);
  transition: all 0.4s ease-in-out;
  padding: 0 10px;
  margin-bottom: 0px;
}
.center-slider .slick-slide[aria-hidden=true]:not([tabindex="-1"]) + .slick-cloned[aria-hidden=true] {
  transform: scale(1.25);
}
.center-slider .slick-current.slick-active {
  transform: scale(1.25);
  position: relative;
}
.center-slider .slick-current.slick-active .videoIcon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  cursor: pointer;
}
.center-slider .slick-center {
  transform: scale(1.25);
}
.center-slider .slick-center img, .center-slider .slick-center .video-container video {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.center-slider .slick-arrow {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  cursor: pointer;
  border: none;
  position: absolute;
  background: #FFF;
  overflow: hidden;
  text-indent: 1000px;
  z-index: 1;
  font-family: "re cw";
  padding: 0px;
  bottom: -60px;
}
.center-slider .slick-arrow::before {
  position: absolute;
  left: 50%;
  top: 50%;
  color: #001424;
  margin-top: -4px;
  height: 8px;
  width: 8px;
  content: "";
  border-bottom: 2px solid #001424;
}
.center-slider button.slick-prev.slick-arrow {
  left: 46%;
}
.center-slider button.slick-prev.slick-arrow::before {
  border-left: 2px solid #001424;
  transform: rotate(45deg);
  margin-left: -2px;
}
@media screen and (max-width: 749px) {
  .center-slider button.slick-prev.slick-arrow {
    left: 10%;
  }
}
@media screen and (max-width: 510px) {
  .center-slider button.slick-prev.slick-arrow {
    left: 5%;
  }
}
.center-slider button.slick-next.slick-arrow {
  right: 46%;
}
@media screen and (max-width: 749px) {
  .center-slider button.slick-next.slick-arrow {
    right: 5%;
  }
}
.center-slider button.slick-next.slick-arrow::before {
  border-right: 2px solid #001424;
  transform: rotate(-45deg);
  margin-left: -5px;
}
.center-slider .video-container {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.center-slider .video-container video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.joinTheTeam {
  position: relative;
  padding: 30px 0;
}
.joinTheTeam .heading h3 {
  font-size: 60px;
  line-height: 72px;
  font-weight: 600;
  color: #FFF;
  text-align: center;
}
@media screen and (max-width: 749px) {
  .joinTheTeam .heading h3 {
    font-size: 26px !important;
    line-height: 40px !important;
  }
}
@media screen and (min-width: 750px) and (max-width: 992px) {
  .joinTheTeam .heading h3 {
    font-size: 32px !important;
    line-height: 40px !important;
  }
}
.joinTheTeam form.form-container input.form-control {
  background: transparent;
  border: none;
  color: #FFF !important;
  border-bottom: 2px solid #007dc9;
  border-radius: 0px;
  padding: 0 0 15px 5px;
}
.joinTheTeam form.form-container .form-control::-moz-placeholder {
  color: #FFF;
}
.joinTheTeam form.form-container .form-control::placeholder {
  color: #FFF;
}
.joinTheTeam form.form-container input, .joinTheTeam form.form-container select, .joinTheTeam form.form-container textarea {
  outline: none;
}
.joinTheTeam form.form-container input:active, .joinTheTeam form.form-container select:active, .joinTheTeam form.form-container textarea:active {
  outline: none;
  box-shadow: inset 0 -1px 0 transparent;
}
.joinTheTeam form.form-container input:focus, .joinTheTeam form.form-container select:focus, .joinTheTeam form.form-container textarea:focus {
  outline: none;
  box-shadow: inset 0 -1px 0 transparent;
}
.joinTheTeam form.form-container .file-upload {
  display: inline-block;
}
.joinTheTeam form.form-container .file-upload .txt-label {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  text-transform: none;
  color: #FFF;
  padding-bottom: 5px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 5px;
}
.joinTheTeam form.form-container .file-upload label.file-upload-btn {
  width: auto;
  border: 2px solid #007dc9;
  position: relative;
  overflow: hidden;
  display: inline-block;
  border-radius: 25px;
  padding: 5px 20px;
  cursor: pointer;
  margin-right: 15px;
}
.joinTheTeam form.form-container .file-upload .file-upload-btn input {
  font-size: 100px;
  position: absolute;
  right: 0px;
  cursor: pointer;
  top: 0;
  opacity: 0;
}
.joinTheTeam form.form-container .file-upload .file-upload-btn .txt {
  text-align: center;
}
.joinTheTeam form.form-container .file-upload .file-upload-btn .txt i {
  display: inline-block;
  font-size: 15px;
  background: linear-gradient(to right, #008AFF 30%, #00B6FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.joinTheTeam form.form-container .file-upload .file-upload-btn .txt span {
  display: inline-block;
  font-size: 14px;
  color: #FFF;
  padding-left: 10px;
}
.joinTheTeam form.form-container button.sec-cta {
  background: transparent;
  font-weight: 600;
}
.joinTheTeam form.form-container button.sec-cta:hover {
  background: linear-gradient(89deg, #3478F5 0.7%, #5AC3F9 100%);
  border: none;
  padding: 12px 42px;
}
.joinTheTeam .join-i-contain {
  margin: auto 0;
  padding-top: 3rem;
}

.subscribeSec .footer-social-icon i {
  padding: 0;
  font-size: 25px;
  margin-right: 10px;
}
.subscribeSec .footer-social-icon a:last-child i {
  margin-right: 0;
}

@media screen and (max-width: 510px) {
  .slider-news {
    margin-bottom: 0px !important;
  }
}

@media screen and (max-width: 748px) {
  .lifeAtLumina.career .center-slider {
    padding: 0 35px;
  }
}
@media screen and (max-width: 748px) {
  .lifeAtLumina.career .center-slider button.slick-next.slick-arrow {
    right: 10%;
  }
}

@media screen and (max-width: 749px) {
  .joinTheTeam .form-button {
    display: flex;
    justify-content: center;
  }
}

.wave_form {
  overflow: hidden;
}
.wave_form .cs-wave {
  position: absolute;
  left: -1%;
  top: 800px;
  transform: rotate(-3deg);
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
}

.form-section .form-contain {
  margin: auto 0;
}
.form-section .form-contain .form-container input {
  padding-left: 0;
  outline: none !important;
  box-shadow: none;
  max-height: 35px !important;
  font-family: "Montserrat", sans-serif;
  border-color: cyan;
  border-radius: 0px !important;
}
.form-section .form-contain .form-container input::-moz-placeholder {
  color: #c6c6c6 !important;
}
.form-section .form-contain .form-container input::placeholder {
  color: #c6c6c6 !important;
}
.form-section .form-contain .form-container textarea {
  padding-left: 0;
  font-size: 1rem;
  outline: none;
  box-shadow: none;
  border-color: cyan;
  font-family: "Montserrat", sans-serif;
  border-radius: 0;
}
.form-section .form-contain .form-container textarea::-moz-placeholder {
  color: #c6c6c6;
}
.form-section .form-contain .form-container textarea::placeholder {
  color: #c6c6c6;
}
.form-section .form-group {
  height: 68px !important;
}
.form-section .form-control {
  height: 50px;
  background-color: transparent !important;
  color: white;
  border-left: 0px;
  border-right: 0px;
  border-top: 0px;
  border-color: cyan;
  border-radius: 0px;
}
.form-section .form-control:valid {
  border-color: red;
  background-image: none;
  outline: none;
  box-shadow: none;
}
.form-section .form-control:invalid {
  border-left: 0px;
  border-right: 0px;
  border-top: 0px;
  border-radius: 0px;
  background-image: none;
  outline: none;
  box-shadow: none;
}
.form-section .cs_btn {
  padding-top: 1rem;
}
.form-section .form-button button {
  color: #fff;
  background: linear-gradient(-13deg, #4da9c9, #0049c4);
  font-size: 18px;
  font-weight: 400;
  padding: 0.5rem 2.2rem;
  border: none;
  font-family: "Montserrat";
}

.connect {
  position: relative;
}
.connect .cws_header h2 {
  padding-bottom: 5rem;
  font-size: 48px;
  background: linear-gradient(163deg, #1d07a4, #003bf4, #1cb96b, #0d8c54);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.connect .connect_cws .space-bl {
  width: 80px !important;
}
.connect .connect_cws .cws-details {
  min-height: 180px;
}
.connect .connect_cws .locate_ico {
  opacity: 0;
}
.connect .connect_cws .cws-details-locate {
  min-height: 110px !important;
  padding-top: 2rem;
  padding-left: 2rem;
}
.connect .connect_cws .cws-details-locate a {
  position: relative;
  cursor: pointer;
  padding: 1rem 4rem;
  text-align: center;
  color: #ffffff !important;
  text-decoration: none;
  font-weight: 600;
  font-size: 35px;
}
.connect .connect_cws .cws-details-locate a:hover {
  border-radius: 35px !important;
}
.connect .connect_cws .cws-details-locate a::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid transparent;
  border-radius: 35px;
  background: linear-gradient(to right, #3acfd5 0%, #3a4ed5 100%) border-box; /*3*/
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor; /*5'*/
  mask-composite: exclude; /*5*/
}
.connect .connect_cws .cws-para {
  max-width: 360px;
  padding-right: 50px;
}
.connect .connect_cws a {
  color: #c6c6c6;
  font-weight: 400;
  font-size: 18px;
  text-decoration: none;
  font-family: "Montserrat";
}
.connect .connect_cws h4 {
  font-size: 35px;
  font-weight: 600;
  color: #fff;
  padding-bottom: 1rem;
  font-family: "Montserrat";
}
.connect .connect_cws p {
  font-size: 15px;
  font-weight: 400;
  color: #c6c6c6;
  line-height: 1.4;
  font-family: "Montserrat";
}

@media screen and (min-width: 1400px) {
  .connect .connect_cws .space-bl {
    min-width: 200px;
  }
}
@media screen and (max-width: 1400px) {
  .connect .connect_cws .space-bl {
    min-width: 0px;
  }
}
@media screen and (max-width: 992px) {
  .connect .connect_cws .space-bl {
    width: 40px !important;
  }
  .connect .connect_cws .cws-details-locate a {
    padding: 1rem 2rem;
  }
}
@media screen and (max-width: 768px) {
  .connect .connect_cws {
    padding: 1rem 0;
  }
  .connect .connect_cws h2 {
    padding-bottom: 2rem;
  }
  .connect .connect_cws .cws-details {
    min-height: auto;
  }
  .connect .connect_cws .cws-details-locate {
    min-height: 110px !important;
    padding-top: 2.5rem !important;
    padding-left: 20px;
    width: 100%;
  }
  .connect .connect_cws .cws-details-locate a {
    display: block;
    padding: 1rem 2rem;
    font-size: 25px;
  }
  .connect .connect_cws .space-bl {
    width: 0px !important;
  }
  .connect .connect_cws .locate_ico {
    display: none;
  }
  .form-button button {
    color: #fff;
    background: linear-gradient(-30deg, #35a9d9, #2971eb);
    font-size: 14px !important;
    font-weight: 500;
    margin: 0 auto;
    font-family: "Montserrat" !important;
  }
}
@media screen and (max-width: 550px) {
  .connect .cws_header h2 {
    padding-bottom: 1rem;
  }
  .connect .connect_cws h4 {
    font-size: 20px;
  }
  .connect .connect_cws .ico_n img {
    width: 86%;
  }
}
@media screen and (max-width: 376px) {
  .connect .connect_cws .ico_n {
    height: 70px;
  }
  .connect .connect_cws .cws-details-locate {
    margin: 0 auto;
    padding-left: 0px;
  }
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.btn.btn-info {
  color: #fff;
  background: linear-gradient(-13deg, #4da9c9, #0049c4);
  font-size: 18px;
  font-weight: 400;
  padding: 0.5rem 2.2rem;
  border: none;
  font-family: "Montserrat";
  max-height: -moz-fit-content !important;
  max-height: fit-content !important;
}

span.wpcf7-not-valid-tip {
  font-size: 10px;
  margin: 5px 0 10px;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  color: #FFF;
  text-align: center;
}

.wpcf7 form.sent .wpcf7-response-output {
  color: #FFF;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .form-button.form-btn .form-btn.cs_btn {
    justify-content: center;
  }
  .form-section .form-contain .form-container input {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 550px) {
  .connect .connect_cws .cws-details-locate {
    padding-left: 0;
  }
}
.flipBox {
  padding: 60px 0;
  margin: 10px 0;
  position: relative;
  perspective: 1000px;
}
.flipBox .heading h3 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
  color: #FFF;
  text-align: center;
}
@media screen and (max-width: 749px) {
  .flipBox .heading h3 {
    font-size: 26px;
    line-height: 40px;
  }
}
@media (min-width: 992px) {
  .flipBox .ps-lg-6 {
    padding-left: 5rem !important;
  }
}
.flipBox .box {
  width: 100%;
  height: 100%;
  position: relative;
  border-image-slice: 1;
  border-width: 2px;
  border-style: solid;
  border-image-source: linear-gradient(90deg, rgb(2, 127, 253) 0%, rgb(2, 198, 255) 100%);
  display: flex;
  justify-content: center;
  padding: 20px;
  margin-right: 25px;
  cursor: pointer;
  transform-style: preserve-3d;
  transition: transform 0.8s ease;
  min-height: 200px;
}
@media screen and (max-width: 749px) {
  .flipBox .box {
    padding: 10px 1rem;
  }
}
.flipBox .box:hover {
  transform: rotateY(180deg);
  border-width: 2px;
  border-style: solid;
  border-image-source: linear-gradient(85deg, rgb(58, 56, 196) 0%, rgb(37, 127, 175) 100%);
}
.flipBox .box .boxContent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  backface-visibility: hidden;
}
.flipBox .box .boxContent img.img-fluid {
  padding: 25px 1rem 15px;
  max-width: 150px;
}
@media screen and (max-width: 749px) {
  .flipBox .box .boxContent img.img-fluid {
    padding: 15px 1rem 5px;
  }
}
.flipBox .box .boxContent h3 {
  color: #cacaca;
  font-size: 20px;
  text-align: center;
  line-height: 26px;
  margin-bottom: 10px;
}
@media screen and (max-width: 749px) {
  .flipBox .box .boxContent h3 {
    font-size: 18px;
    line-height: 24px;
  }
}
.flipBox .box .boxContentBack {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  backface-visibility: hidden;
  background: linear-gradient(85deg, rgb(37, 127, 175) 0%, rgb(58, 56, 196) 100%);
  transform: rotateY(180deg);
  padding: 16px;
}
.flipBox .box .boxContentBack p {
  color: #cacaca;
  font-size: 20px;
  text-align: center;
  line-height: 26px;
  margin-bottom: 10px;
}
@media screen and (max-width: 749px) {
  .flipBox .box .boxContentBack p {
    font-size: 16px;
    line-height: 24px;
  }
}

.customerSatisfaction {
  margin: 60px 0 60px !important;
}
@media screen and (max-width: 767px) {
  .customerSatisfaction .rhs {
    text-align: center;
    margin-bottom: 50px;
  }
}
.customerSatisfaction .rhs h3 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
  color: #FFF;
}
@media screen and (max-width: 992px) {
  .customerSatisfaction .rhs h3 {
    font-size: 26px;
    line-height: 34px;
  }
}
.customerSatisfaction .rhs p {
  color: #cacaca;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 10px;
  padding-bottom: 0px;
  padding-top: 10px;
}
@media screen and (max-width: 992px) {
  .customerSatisfaction .rhs p {
    font-size: 16px;
    line-height: 28px;
  }
}

@media screen and (min-width: 768px) {
  .resourceCard {
    margin-bottom: 30px;
  }
}

.unitGrid {
  position: relative;
  padding: 45px 0;
}
@media screen and (max-width: 767px) {
  .unitGrid {
    padding: 30px 0;
  }
}
.unitGrid .heading h3 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
  color: #FFF;
}
@media screen and (max-width: 749px) {
  .unitGrid .heading h3 {
    font-size: 26px;
    line-height: 40px;
    margin-bottom: 0;
  }
}
.unitGrid .heading p {
  color: #cacaca;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 10px;
  padding-bottom: 0px;
  padding-top: 5px;
}
@media screen and (max-width: 992px) {
  .unitGrid .heading p {
    font-size: 16px;
    line-height: 28px;
  }
}
@media screen and (min-width: 1100px) {
  .unitGrid .heading p {
    max-width: 45%;
  }
}
.unitGrid .grid {
  margin-bottom: 20px;
}
.unitGrid .grid .gridContent img.img-fluid {
  max-width: 125px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .unitGrid .grid .gridContent img.img-fluid {
    max-width: 90px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .unitGrid .grid .gridContent img.img-fluid {
    max-width: 100px;
  }
}
.unitGrid .grid .gridContent h3 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  color: #cacaca;
}
@media screen and (max-width: 749px) {
  .unitGrid .grid .gridContent h3 {
    font-size: 18px;
    line-height: 26px;
  }
}
.unitGrid .grid .gridContent p {
  color: #cacaca;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 10px;
  padding-bottom: 0px;
  padding-top: 5px;
}
@media screen and (max-width: 992px) {
  .unitGrid .grid .gridContent p {
    font-size: 14px;
    line-height: 24px;
  }
}

.dataCenterCampus {
  position: relative;
  padding: 45px 0;
}
@media screen and (max-width: 767px) {
  .dataCenterCampus {
    margin: 30px 0;
  }
}
.dataCenterCampus .heading h3 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
  color: #FFF;
}
@media screen and (max-width: 749px) {
  .dataCenterCampus .heading h3 {
    font-size: 26px;
    line-height: 40px;
    margin-bottom: 0;
  }
}
.dataCenterCampus .heading p {
  color: #cacaca;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 10px;
  padding-bottom: 0px;
  padding-top: 5px;
}
@media screen and (max-width: 992px) {
  .dataCenterCampus .heading p {
    font-size: 16px;
    line-height: 28px;
  }
}
.dataCenterCampus .desc h4 {
  font-size: 26px;
  line-height: 34px;
  font-weight: 600;
  color: #FFF;
}
@media screen and (max-width: 749px) {
  .dataCenterCampus .desc h4 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 0;
  }
}
.dataCenterCampus .desc p {
  color: #cacaca;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 10px;
  padding-bottom: 0px;
  padding-top: 5px;
}
@media screen and (max-width: 992px) {
  .dataCenterCampus .desc p {
    font-size: 16px;
    line-height: 28px;
  }
}

.highlightIconsWrapper {
  padding: 30px 0 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .highlightIconsWrapper {
    padding: 45px 0 25px;
  }
}
.highlightIconsWrapper .iconBox {
  width: 100%;
  height: 100%;
  position: relative;
  border-image-slice: 1;
  border-width: 2px;
  border-style: solid;
  border-image-source: linear-gradient(90deg, rgb(2, 127, 253) 0%, rgb(1, 128, 165) 100%);
  display: flex;
  justify-content: center;
  padding: 20px;
  align-items: center;
  cursor: pointer;
}
.highlightIconsWrapper .iconBox .content {
  margin: 40px 0;
  text-align: center;
}
.highlightIconsWrapper .iconBox .content p {
  color: #cacaca;
  font-size: 20px;
  line-height: 32px;
  padding-bottom: 0px;
  padding-top: 5px;
  font-weight: 500;
}
@media screen and (max-width: 992px) {
  .highlightIconsWrapper .iconBox .content p {
    font-size: 16px;
    line-height: 28px;
  }
}

.infrastructre {
  padding: 30px 0;
  position: relative;
}
.infrastructre .heading h3 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
  color: #FFF;
}
@media screen and (max-width: 749px) {
  .infrastructre .heading h3 {
    font-size: 26px;
    line-height: 40px;
    margin-bottom: 0;
  }
}
.infrastructre .grid {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}
.infrastructre .grid .gridContent img.img-fluid {
  max-width: 125px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .infrastructre .grid .gridContent img.img-fluid {
    max-width: 90px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .infrastructre .grid .gridContent img.img-fluid {
    max-width: 100px;
  }
}
.infrastructre .grid .gridContent p {
  color: #cacaca;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 10px;
  padding-bottom: 0px;
  padding-top: 5px;
}
@media screen and (max-width: 992px) {
  .infrastructre .grid .gridContent p {
    font-size: 14px;
    line-height: 24px;
  }
}

.customisedSolution {
  position: relative;
  padding: 45px 0;
}
@media screen and (max-width: 767px) {
  .customisedSolution {
    margin: 30px 0;
  }
}
.customisedSolution .heading h3 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
  color: #FFF;
}
@media screen and (max-width: 749px) {
  .customisedSolution .heading h3 {
    font-size: 26px;
    line-height: 40px;
    margin-bottom: 0;
  }
}
.customisedSolution .heading p {
  color: #cacaca;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 10px;
  padding-bottom: 0px;
  padding-top: 5px;
}
@media screen and (max-width: 992px) {
  .customisedSolution .heading p {
    font-size: 16px;
    line-height: 28px;
  }
}
.customisedSolution .desc h4 {
  font-size: 36px;
  line-height: 34px;
  font-weight: 600;
  color: #FFF;
}
@media screen and (max-width: 749px) {
  .customisedSolution .desc h4 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 750px) and (max-width: 992px) {
  .customisedSolution .desc h4 {
    font-size: 28px;
    line-height: 32px;
  }
}
.customisedSolution .desc p {
  color: #cacaca;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 10px;
  padding-bottom: 0px;
  padding-top: 5px;
}
@media screen and (max-width: 992px) {
  .customisedSolution .desc p {
    font-size: 16px;
    line-height: 28px;
  }
}
.customisedSolution .solutionBlock {
  width: 100%;
  height: 100%;
  position: relative;
  border-image-slice: 1;
  border-width: 2px;
  border-style: solid;
  border-image-source: linear-gradient(90deg, rgb(2, 127, 253) 0%, rgb(1, 128, 165) 100%);
  padding: 20px;
}
.customisedSolution .solutionBlock .contentImage img.img-fluid {
  max-width: 100px;
  display: block;
  margin: 0 auto;
}
.customisedSolution .solutionBlock .headDesc {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .customisedSolution .solutionBlock .headDesc {
    text-align: center;
  }
}
.customisedSolution .solutionBlock .headDesc h3 {
  font-size: 30px;
  line-height: 38px;
  color: #FFF;
  margin-bottom: 16px;
}
@media screen and (max-width: 749px) {
  .customisedSolution .solutionBlock .headDesc h3 {
    font-size: 24px;
    line-height: 32px;
  }
}
@media screen and (min-width: 750px) and (max-width: 992px) {
  .customisedSolution .solutionBlock .headDesc h3 {
    font-size: 24px;
    line-height: 32px;
  }
}
.customisedSolution .solutionBlock .headDesc p {
  font-size: 18px;
  line-height: 32px;
  color: #cacaca;
}
@media screen and (max-width: 749px) {
  .customisedSolution .solutionBlock .headDesc p {
    font-size: 16px;
    line-height: 28px;
  }
}
@media screen and (min-width: 750px) and (max-width: 992px) {
  .customisedSolution .solutionBlock .headDesc p {
    font-size: 18px;
    line-height: 28px;
  }
}

.logoBox {
  padding: 60px 0;
  margin: 10px 0;
  position: relative;
  perspective: 1000px;
}
.logoBox .heading h3 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
  color: #FFF;
  text-align: center;
}
@media screen and (max-width: 749px) {
  .logoBox .heading h3 {
    font-size: 26px;
    line-height: 40px;
  }
}
@media (min-width: 992px) {
  .logoBox .ps-lg-6 {
    padding-left: 5rem !important;
  }
}
.logoBox .logoBoxSlider .box {
  width: 100%;
  height: 100%;
  position: relative;
  border-image-slice: 1;
  border-width: 2px;
  border-style: solid;
  border-image-source: linear-gradient(90deg, rgb(2, 127, 253) 0%, rgb(1, 128, 165) 100%);
  display: flex;
  justify-content: center;
  padding: 20px;
  align-items: center;
  cursor: pointer;
  margin-right: 25px;
}
.logoBox .logoBoxSlider .box .boxContent img.img-fluid {
  padding: 10px 1rem 10px;
  max-width: 200px;
  margin: 0 auto;
}
.logoBox .logoBoxSlider .box .boxContent h3 {
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  line-height: 26px;
  margin-bottom: 10px;
}
.logoBox .slick-arrow {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  cursor: pointer;
  border: none;
  position: absolute;
  background: #FFF;
  overflow: hidden;
  text-indent: 1000px;
  z-index: 1;
  font-family: "re cw";
  padding: 0px;
  bottom: -85px;
}
@media screen and (max-width: 767px) {
  .logoBox .slick-arrow {
    bottom: -55px;
  }
}
.logoBox .slick-arrow::before {
  position: absolute;
  left: 50%;
  top: 50%;
  color: #001424;
  margin-top: -4px;
  height: 8px;
  width: 8px;
  content: "";
  border-bottom: 2px solid #001424;
}
.logoBox button.slick-prev.slick-arrow {
  left: 44%;
}
.logoBox button.slick-prev.slick-arrow::before {
  border-left: 2px solid #001424;
  transform: rotate(45deg);
  margin-left: -2px;
}
@media screen and (max-width: 767px) {
  .logoBox button.slick-prev.slick-arrow {
    left: 5%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .logoBox button.slick-prev.slick-arrow {
    left: 45%;
  }
}
.logoBox button.slick-next.slick-arrow {
  right: 48%;
}
@media screen and (max-width: 767px) {
  .logoBox button.slick-next.slick-arrow {
    right: 5%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .logoBox button.slick-next.slick-arrow {
    right: 45%;
  }
}

@media screen and (min-width: 1025px) {
  .customisedSolution.partner .heading h3 {
    max-width: 48%;
    margin: 0 auto;
  }
}

.nav-menu > li > ul > li ul.sub-menu {
  list-style: none;
  padding-left: 10px;
}

.nav-menu > li > ul > li ul.sub-menu li a {
  color: #FFF;
  font-size: 12px;
  line-height: 16px;
}

@media screen and (min-width: 750px) and (max-width: 1110px) {
  .aboutUsBanner .caption {
    margin: 30px 0;
  }
}
.aboutUsBanner .caption h1 {
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  padding-bottom: 0px;
}
@media screen and (min-width: 750px) and (max-width: 1110px) {
  .aboutUsBanner .caption h1 {
    font-size: 40px;
    line-height: 48px;
  }
}
.aboutUsBanner .caption p {
  font-size: 16px;
  color: #cacaca;
  line-height: 28px;
}
@media screen and (max-width: 767px) {
  .aboutUsBanner .caption p {
    text-align: center;
  }
}

@media screen and (min-width: 750px) and (max-width: 1110px) {
  .aimComponent {
    padding: 60px 0;
  }
}
.aimComponent .caption h3 {
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  padding-bottom: 0px;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .aimComponent .caption h3 {
    font-size: 26px;
    line-height: 40px;
    font-weight: 600;
    text-align: center;
  }
}
@media screen and (min-width: 750px) and (max-width: 1110px) {
  .aimComponent .caption h3 {
    font-size: 32px;
    line-height: 40px;
  }
}
.aimComponent .caption p {
  font-size: 16px;
  color: #cacaca;
  line-height: 28px;
}
@media screen and (min-width: 1100px) {
  .aimComponent .caption p {
    max-width: 85%;
  }
}
@media screen and (max-width: 767px) {
  .aimComponent .caption p {
    text-align: center;
  }
}

.flipBox.aboutPage {
  padding: 0px;
}
.flipBox.aboutPage .heading h3 {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .flipBox.aboutPage .heading h3 {
    font-size: 26px;
    line-height: 40px;
    font-weight: 600 !important;
    text-align: center !important;
  }
}
@media screen and (min-width: 750px) and (max-width: 1110px) {
  .flipBox.aboutPage .heading h3 {
    font-size: 40px;
    line-height: 48px;
  }
}
.flipBox.aboutPage .box .boxContent img.img-fluid {
  padding: 0px;
}
.flipBox.aboutPage .box .boxContent h3 {
  color: #FFF;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}
@media screen and (max-width: 767px) {
  .flipBox.aboutPage .box .boxContent h3 {
    font-size: 20px;
    line-height: 28px;
    padding: 0 1rem;
  }
}
@media screen and (min-width: 750px) and (max-width: 1110px) {
  .flipBox.aboutPage .box .boxContent h3 {
    font-size: 22px;
    line-height: 28px;
    padding: 0 10px;
  }
}
.flipBox.aboutPage .box .boxContentBack {
  padding: 16px 32px;
  align-items: baseline;
}
@media screen and (max-width: 767px) {
  .flipBox.aboutPage .box .boxContentBack {
    padding: 16px 22px;
  }
}
@media screen and (min-width: 750px) and (max-width: 1110px) {
  .flipBox.aboutPage .box .boxContentBack {
    padding: 16px 24px;
  }
}
.flipBox.aboutPage .box .boxContentBack h3 {
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-align: left;
}
.flipBox.aboutPage .box .boxContentBack p {
  font-size: 14px;
  line-height: 22px;
  text-align: left;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.effortComponent .caption h3 {
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  padding-bottom: 0px;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .effortComponent .caption h3 {
    font-size: 26px;
    line-height: 40px;
    font-weight: 600;
    text-align: center;
  }
}
@media screen and (min-width: 750px) and (max-width: 1110px) {
  .effortComponent .caption h3 {
    font-size: 40px;
    line-height: 48px;
  }
}
.effortComponent .caption p {
  font-size: 16px;
  color: #cacaca;
  line-height: 28px;
}
@media screen and (min-width: 1100px) {
  .effortComponent .caption p {
    max-width: 85%;
  }
}
@media screen and (max-width: 767px) {
  .effortComponent .caption p {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .effortComponent .caption a.prim-cta {
    display: flex;
    justify-content: center;
    max-width: -moz-max-content;
    max-width: max-content;
    margin: 0 auto;
  }
}

.meetTheTeamGrid {
  padding: 60px 0;
}
.meetTheTeamGrid .heading h3 {
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  padding-bottom: 0px;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .meetTheTeamGrid .heading h3 {
    font-size: 26px;
    line-height: 40px;
    font-weight: 600;
    text-align: center;
  }
}
@media screen and (min-width: 750px) and (max-width: 1110px) {
  .meetTheTeamGrid .heading h3 {
    font-size: 40px;
    line-height: 48px;
  }
}
.meetTheTeamGrid .heading p {
  font-size: 16px;
  color: #cacaca;
  line-height: 28px;
}
@media screen and (max-width: 767px) {
  .meetTheTeamGrid .heading p {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .meetTheTeamGrid .heading a.prim-cta {
    display: flex;
    justify-content: center;
    max-width: -moz-max-content;
    max-width: max-content;
    margin: 0 auto;
  }
}
.meetTheTeamGrid .ppSlider .ppSlide {
  position: relative;
}
.meetTheTeamGrid .ppSlider .ppSlide:hover .caption {
  visibility: visible;
  transition: all 0.5s ease-in-out;
}
.meetTheTeamGrid .ppSlider .ppSlide .ppImage {
  position: relative;
}
.meetTheTeamGrid .ppSlider .ppSlide .caption {
  visibility: hidden;
  position: absolute;
  bottom: 0;
  padding: 20px 15px 5px;
  width: -webkit-fill-available;
  background: linear-gradient(to bottom, rgba(35, 31, 32, 0) 0%, rgba(14, 12, 14, 0.81) 60%, rgba(1, 1, 1, 0.88) 100%);
}
.meetTheTeamGrid .ppSlider .ppSlide .caption h5 {
  font-size: 18px;
  color: #FFF;
  line-height: 18px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .meetTheTeamGrid .ppSlider .ppSlide .caption h5 {
    font-size: 14px;
    line-height: 14px;
  }
}
.meetTheTeamGrid .ppSlider .ppSlide .caption p {
  color: #FFF;
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .meetTheTeamGrid .ppSlider .ppSlide .caption p {
    font-size: 10px;
    line-height: 14px;
  }
}

.airoli-banner {
  position: relative;
}
.airoli-banner .caption-slide {
  max-width: 60%;
}
.airoli-banner .airoli-caption {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.advantage {
  position: relative;
}
.advantage .textBox .sm-text {
  color: #fff !important;
}
.advantage .iconBox img {
  -o-object-fit: cover;
     object-fit: cover;
}

.iconBox-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.iconBox-wrapper .iconBox-airoli {
  min-height: 200px;
  padding: 30px;
  margin: 4px;
  align-content: center !important;
  text-align: center !important;
  background: linear-gradient(90deg, rgb(2, 127, 253) 0%, rgb(2, 198, 255) 100%);
}
.iconBox-wrapper .iconBox-airoli h4 {
  color: #fff;
}
.iconBox-wrapper .iconBox-airoli p {
  padding: 0;
  color: #fff;
}

.advantage-bottom-txt {
  padding: 20px 12px;
  max-width: 825px;
}
.advantage-bottom-txt .ad-1 p {
  line-height: 1.2;
}

.data-center {
  position: relative;
  overflow: hidden;
}
.data-center .dc_contain .dc_container {
  position: relative;
  margin-bottom: 2rem;
}
.data-center .dc_contain .dc_container .dc_text-contain {
  position: absolute;
  bottom: 20px;
  left: 10%;
  transform: translateX(-10%);
}
.data-center .dc_contain .dc_container .txt-top {
  position: relative;
  display: flex;
  width: 100%;
}
.data-center .dc_contain .dc_container .txt-top .acres {
  padding: 6px 12px;
  font-size: 10px;
  font-weight: 600;
  color: #000;
  background-color: #fff;
  border-radius: 5px;
  margin-right: 10px;
}
.data-center .dc_contain .dc_container .txt-btm p,
.data-center .dc_contain .dc_container .txt-btm span {
  cursor: pointer;
}
.data-center .dc_contain .dc_container .txt-btm .mw {
  width: 100%;
  align-items: center;
  padding-left: 0px !important;
  padding-bottom: 0;
  font-size: 22px;
  font-weight: 500;
}
.data-center .dc_contain .dc_container .txt-btm .arrow_right {
  width: 50px;
  height: 50px;
}
.data-center .dc_contain .dc_container .txt-btm .arrow_right img {
  width: 100%;
  height: 100%;
}
.data-center .dc_contain .dc_container .txt-btm img {
  height: 50px;
}

.why-choose {
  position: relative;
}
.why-choose .wcm-header h2 {
  background: linear-gradient(163deg, #1d07a4, #003bf4, #1cb96b, #0d8c54);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.why-choose .slider-contain {
  display: flex !important;
  flex-direction: row !important;
}
.why-choose .slider-contain .slide {
  display: flex;
}
.why-choose .mySlider {
  position: relative;
  padding-bottom: 40px;
}
.why-choose .mySlider .slick-list {
  padding-right: 15% !important; /* Show 15% of the next slide on the right */
  margin-left: 20px;
}
.why-choose .mySlider .slick-slide {
  margin-right: 10px !important; /* Optional: adds spacing between slides */
}
.why-choose .banner-outer__inner .slick-list {
  padding-right: 30% !important; /* Show 10% of the next slide on the right */
}
.why-choose .banner-outer__inner .slick-slide {
  margin-right: 70px !important; /* Optional: adds spacing between slides */
}
.why-choose .slick-dots {
  display: block;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  margin: 0;
  list-style: none;
  bottom: 0px !important;
}
.why-choose .slick-dots li {
  display: inline-block;
  margin-right: 10px;
  width: 12px;
  height: 12px;
  border: 0;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  text-indent: -999999px;
  overflow: hidden !important;
}
.why-choose .slick-dots li.slick-active {
  background-color: #2b9fdf !important;
}
.why-choose .iconBox-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-height: 380px !important;
}
.why-choose .iconBox-wrapper img {
  background: #000;
  max-height: 245px;
  padding-top: 0px !important;
}
.why-choose .iconBox-wrapper .textBox .wcm-h {
  text-align: left;
  padding-left: 4px !important;
  color: #fff !important;
  background: transparent;
  -webkit-text-fill-color: #fff;
}
.why-choose .iconBox-wrapper .textBox .wcm-p {
  text-align: left;
  padding-left: 4px !important;
}

.explore-location {
  overflow: hidden;
}
.explore-location .dc_container {
  position: relative;
}
.explore-location .dc_container .dc_text-contain {
  position: absolute;
  bottom: 0;
}
.explore-location .dc_container .dc_text-contain .mw {
  padding: 0 22px 10px 22px;
  font-size: 22px;
  font-weight: 500;
}
.explore-location .txt-btm {
  display: flex;
}
.explore-location .txt-btm .mw {
  align-items: center;
}
.explore-location .txt-btm .arrow_right {
  height: 50px;
  width: 50px;
  align-items: center;
}
.explore-location .txt-btm .arrow_right img {
  width: 100%;
  height: 100%;
}

.dc-banner-image {
  position: absolute;
  left: -5%;
  top: 198px;
  transform: rotate(-12deg);
  width: 108%;
  -o-object-fit: cover;
     object-fit: cover;
}

.banner-image-wave-btm {
  position: absolute;
  left: -4px;
  top: -14px !important;
  transform: rotate(-2deg);
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 992px) {
  .airoli-banner {
    position: relative;
  }
  .airoli-banner .caption-slide {
    width: 80% !important;
  }
  .airoli-banner .airoli-caption {
    margin: 0;
    position: absolute;
    text-align: center;
    align-content: center;
  }
  .dc-banner-image {
    position: absolute;
    left: 0%;
    top: 72px;
    transform: rotate(11deg);
    width: 108%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (min-width: 820px) and (max-width: 1106px) {
  .advantage .iconBox-airoli {
    min-height: 160px;
    padding-left: 30px;
    padding-right: 30px;
    margin: 4px;
    align-content: center !important;
    text-align: center !important;
  }
  .advantage .iconBox-airoli .textBox {
    margin: auto 0;
  }
}
@media screen and (max-width: 768px) {
  .advantage .iconBox-wrapper .iconBox img {
    max-height: 240px !important;
    min-height: 200px;
  }
  .advantage .iconBox-airoli {
    min-height: 160px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10%;
    margin: 4px;
    align-content: center !important;
    text-align: center !important;
  }
  .advantage .iconBox-airoli .textBox {
    margin: auto 0;
  }
  .why-choose {
    position: relative;
    margin-bottom: 15px !important;
  }
  .why-choose .textBox .wcm-h {
    text-align: left;
    padding-left: 5px !important;
  }
  .why-choose .textBox .wcm-p {
    text-align: left;
    padding-left: 5px !important;
  }
  .data-center .slick-dots {
    display: block;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    margin-top: 10px !important;
    list-style: none;
  }
}
@media screen and (max-width: 576px) {
  .advantage .iconBox-wrapper .iconBox img {
    max-height: 225px !important;
    min-height: 225px;
  }
  .advantage .iconBox-airoli {
    min-height: 130px !important;
    padding: 30px;
    margin: 4px;
    align-content: center !important;
    text-align: center !important;
  }
  .advantage .iconBox-airoli h4 {
    font-size: 18px !important;
    margin-bottom: 0 !important;
  }
  .advantage .iconBox-airoli p {
    font-size: 12px !important;
    line-height: 17px !important;
  }
  .data-center {
    position: relative;
    overflow: hidden;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .data-center .dc_contain .data-heading h2 {
    font-weight: 400 !important;
    margin-bottom: 2.5rem;
  }
  .why-choose {
    position: relative;
    overflow: hidden;
  }
  .why-choose .iconBox-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
    min-height: 300px !important;
  }
  .why-choose .iconBox-wrapper img {
    background: #000;
    max-height: 245px;
    padding-top: 0px !important;
  }
}
@media screen and (max-width: 389px) {
  .iconBox-airoli {
    padding: 5px;
    margin: 4px;
    align-content: center !important;
    text-align: center !important;
  }
  .iconBox-airoli h4 {
    font-size: 16px !important;
    margin-bottom: 0;
  }
  .iconBox-airoli h4 .iconBox_span {
    font-size: 12px !important;
  }
  .iconBox-airoli p {
    font-size: 12px !important;
    line-height: 18px !important;
  }
}
.customerTestimonials-banner {
  min-height: 65vh;
  position: relative;
}
.customerTestimonials-banner .banner-image {
  top: 0%;
  position: absolute;
  top: 0%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.customerTestimonials-banner .slide-caption {
  max-width: 49%;
  margin: 8% 0;
}
@media screen and (max-width: 767px) {
  .customerTestimonials-banner .slide-caption {
    max-width: 100%;
    margin: 0;
  }
}
.customerTestimonials-banner .slide-caption h1 {
  font-weight: 600;
}
@media screen and (min-width: 750px) and (max-width: 1110px) {
  .customerTestimonials-banner .slide-caption h1 {
    font-size: 40px;
    line-height: 48px;
  }
}
@media screen and (min-width: 750px) and (max-width: 1110px) {
  .customerTestimonials-banner .slide-caption p {
    font-size: 16px;
    line-height: 24px;
  }
}

.slick-arrow {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  cursor: pointer;
  border: none;
  position: absolute;
  background: #FFF;
  overflow: hidden;
  text-indent: 1000px;
  z-index: 1;
  font-family: "re cw";
  padding: 0px;
  bottom: -60px;
}
.slick-arrow::before {
  position: absolute;
  left: 50%;
  top: 50%;
  color: #001424;
  margin-top: -4px;
  height: 8px;
  width: 8px;
  content: "";
  border-bottom: 2px solid #001424;
}

button.slick-prev.slick-arrow {
  left: 46%;
}
button.slick-prev.slick-arrow::before {
  border-left: 2px solid #001424;
  transform: rotate(45deg);
  margin-left: -2px;
}
@media screen and (max-width: 749px) {
  button.slick-prev.slick-arrow {
    left: 10%;
  }
}
@media screen and (max-width: 510px) {
  button.slick-prev.slick-arrow {
    left: 5%;
  }
}

button.slick-next.slick-arrow {
  right: 46%;
}
@media screen and (max-width: 749px) {
  button.slick-next.slick-arrow {
    right: 5%;
  }
}
button.slick-next.slick-arrow::before {
  border-right: 2px solid #001424;
  transform: rotate(-45deg);
  margin-left: -5px;
}

.customerTestimonials {
  padding: 60px 0;
  margin: 10px 0;
  position: relative;
}
.customerTestimonials .heading h3 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
  color: #FFF;
  text-align: center;
}
@media screen and (max-width: 749px) {
  .customerTestimonials .heading h3 {
    font-size: 26px !important;
    line-height: 40px !important;
  }
}
@media screen and (min-width: 750px) and (max-width: 992px) {
  .customerTestimonials .heading h3 {
    font-size: 32px !important;
    line-height: 40px !important;
  }
}
@media screen and (max-width: 760px) {
  .customerTestimonials .testimonials-slider {
    padding: 0 15px 0 35px;
  }
}
@media screen and (max-width: 510px) {
  .customerTestimonials .testimonials-slider {
    padding: 0 15px 0 15px;
  }
}
.customerTestimonials .testimonials-slider .slick-track {
  padding: 43px 0 140px 0;
}
@media screen and (max-width: 510px) {
  .customerTestimonials .testimonials-slider .slick-track {
    padding: 43px 0 70px 0;
  }
}
.customerTestimonials .testimonials-slider .slick-slide {
  background: #011323;
  color: #FFF;
  transform: scale(0.95);
  transition: all 0.4s ease-in-out;
  padding: 10px 40px 30px 40px;
  margin: 15px 0;
  border-image-slice: 1;
  border-width: 2px;
  border-style: solid;
  border-image-source: linear-gradient(90deg, rgb(2, 127, 253) 0%, rgb(2, 198, 255) 100%);
  text-align: center;
}
.customerTestimonials .testimonials-slider .slick-slide .quote {
  max-width: 50px;
  margin: 0 auto;
}
.customerTestimonials .testimonials-slider .slick-slide p {
  font-size: 15px;
  color: #cacaca;
  line-height: 27px;
  text-align: left;
}
.customerTestimonials .testimonials-slider .slick-slide .profileDtls {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  position: absolute;
  bottom: -75px;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;
  align-items: center;
  gap: 5px;
}
.customerTestimonials .testimonials-slider .slick-slide .profileDtls img {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.customerTestimonials .testimonials-slider .slick-slide .profileDtls h4 {
  font-size: 15px;
  margin: 0;
}
.customerTestimonials .testimonials-slider .slick-slide[aria-hidden=true]:not(.slick-cloned) ~ .slick-cloned[aria-hidden=true] {
  transform: scale(0.95);
  transition: all 0.4s ease-in-out;
  padding: 0 10px;
  margin-bottom: 0px;
}
.customerTestimonials .testimonials-slider .slick-slide[aria-hidden=true]:not([tabindex="-1"]) + .slick-cloned[aria-hidden=true] {
  transform: scale(1.5);
}
.customerTestimonials .testimonials-slider .slick-current.slick-active {
  transform: scale(1.5);
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 510px) {
  .customerTestimonials .testimonials-slider .slick-current.slick-active {
    transform: scale(1);
  }
}
.customerTestimonials .testimonials-slider .slick-center {
  transform: scale(1.5);
}
@media screen and (max-width: 510px) {
  .customerTestimonials .testimonials-slider .slick-arrow {
    bottom: 0;
  }
}

@media screen and (max-width: 760px) {
  .dedicated-team .dedicated-team-slider {
    padding: 0 15px 0 35px;
  }
}
.dedicated-team .dedicated-team-slider .slick-list {
  padding: 0px 6% 0px 6%;
}
@media screen and (max-width: 510px) {
  .dedicated-team .dedicated-team-slider {
    padding: 0 15px 0 15px;
  }
}
.dedicated-team .dedicated-team-slider .slick-track {
  padding: 40px 0 0px 0;
}
.dedicated-team .dedicated-team-slider .slick-slide {
  background: #011323;
  color: #FFF;
  transition: all 0.4s ease-in-out;
  padding: 10px 20px;
  margin: 15px;
  border-image-slice: 1;
  border-width: 2px;
  border-style: solid;
  border-image-source: linear-gradient(90deg, rgb(2, 127, 253) 0%, rgb(2, 198, 255) 100%);
}
.dedicated-team .dedicated-team-slider .slick-slide h3 {
  font-size: 16px;
  line-height: normal;
  color: #cacaca;
  margin: 0;
  padding-bottom: 15px;
}
.dedicated-team .dedicated-team-slider .slick-slide p {
  font-size: 14px;
  color: #cacaca;
  margin: 0;
  padding-bottom: 15px;
}
.dedicated-team .dedicated-team-slider .slick-slide a {
  font-size: 12px;
  margin-bottom: 15px;
  display: inline-block;
}
.dedicated-team .dedicated-team-slider .slick-slide .profileDtls {
  display: flex;
  align-items: center;
  gap: 10px;
}
.dedicated-team .dedicated-team-slider .slick-slide .profileDtls img {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.dedicated-team .dedicated-team-slider .slick-slide .profileDtls h4 {
  font-size: 14px;
  margin: 0;
}
.dedicated-team .dedicated-team-slider .slick-slide[aria-hidden=true]:not(.slick-cloned) ~ .slick-cloned[aria-hidden=true] {
  transition: all 0.4s ease-in-out;
  padding: 0 10px;
  margin-bottom: 0px;
}
.dedicated-team .dedicated-team-slider .slick-current.slick-active {
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 760px) {
  .case-studies .case-studies-slider {
    padding: 0 15px 0 35px;
  }
}
@media screen and (max-width: 510px) {
  .case-studies .case-studies-slider {
    padding: 0 15px 0 15px;
  }
}
.case-studies .case-studies-slider .slick-list {
  padding: 0px 6% 0px 6%;
}
.case-studies .case-studies-slider .slick-track {
  padding: 0px 0 0 0;
}
.case-studies .case-studies-slider .slick-slide {
  background: #011323;
  color: #FFF;
  transition: all 0.4s ease-in-out;
  padding: 15px 20px 10px 20px;
  margin: 15px;
  border-image-slice: 1;
  border-width: 2px;
  border-style: solid;
  border-image-source: linear-gradient(90deg, rgb(2, 127, 253) 0%, rgb(2, 198, 255) 100%);
}
.case-studies .case-studies-slider .slick-slide .img {
  width: 100%;
  margin-bottom: 15px;
}
.case-studies .case-studies-slider .slick-slide h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
  color: #fff;
  margin: 0;
  padding-bottom: 10px;
}
.case-studies .case-studies-slider .slick-slide p {
  font-size: 14px;
  color: #cacaca;
  margin: 0;
  padding-bottom: 10px;
}
.case-studies .case-studies-slider .slick-slide a {
  font-size: 12px;
  margin: 0;
  display: inline-block;
}
.case-studies .case-studies-slider .slick-slide[aria-hidden=true]:not(.slick-cloned) ~ .slick-cloned[aria-hidden=true] {
  transition: all 0.4s ease-in-out;
  padding: 0 10px;
  margin-bottom: 0px;
}
.case-studies .case-studies-slider .slick-current.slick-active {
  z-index: 1;
  position: relative;
}/*# sourceMappingURL=style.css.map */