:host {
  --swiper-theme-color: #0078bd;
}
h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
}
:root {
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
}

.dark-theme svg .st0 {
  fill: #ffffff !important;
}

body {
  font-family: "Poppins", sans-serif !important;
  font-size: 15px !important;
  background-color: #f4f7fc;
  font-weight: 300;
}

/* Smooth theme transition */
* {
  transition: background-color 0.3s ease, color 0.3s ease,
    border-color 0.3s ease;
}

p {
  font-size: 18px;
  word-break: break-word;
}

/* *********************************   SCROLLBAR ********************************** */
/*::-webkit-scrollbar {
width: 10px;
}
::-webkit-scrollbar-track {
-webkit-border-radius: 10px;
border-radius: 10px;
}
::-webkit-scrollbar-thumb {
-webkit-border-radius: 10px;
border-radius: 10px;
background: #0078bd;
}*/
/* *********************************HEADINGS********************************** */
.main-head {
  font-family: "Poppins", sans-serif !important;
  font-size: 30px !important;
  font-weight: 700;
  padding-bottom: 25px;
  text-transform: uppercase;
}

/* *********************************NAVBAR********************************** */
.navbar-default .navbar-brand {
  color: #ffffff;
  font-size: 21px;
  height: auto;
  margin-left: 5px;
  margin-right: 5px;
  padding: 0px;
  margin-top: -5px;
  *margin-bottom: 5px;
  margin-bottom: 0px;
}

.navbar-default {
  background-color: transparent;
  border-color: transparent;
}

.navbar-brand {
  padding: 0px;
  /* firefox bug fix */
}

.navbar-brand > img {
  height: 100%;
  padding: 5px 0;
  /* firefox bug fix */
  max-width: 250px;
  transition: all 0.6s ease;
}

.navbar-default .navbar-nav > li > a {
  color: #fff;
  font-family: "Poppins", sans-serif !important;
  font-size: 14px !important;
  font-weight: 600;
}

.navbar-default .navbar-nav > li > a:hover {
  color: #ff85df;
}

.navbar-default .navbar-nav > li > a:focus {
  color: #ff85df !important;
}

navbar-default .navbar-toggle {
  border-color: #fff;
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 10px 10px;
  margin-top: 8px;
  *margin-right: 15px;
  margin-right: 0px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 3px solid transparent;
  /* border-radius: 4px; */
  -moz-border-radius-topleft: 90px;
  -webkit-border-top-left-radius: 90px;
  border-top-left-radius: 90px;
  -moz-border-radius-topright: 90px;
  -webkit-border-top-right-radius: 90px;
  border-top-right-radius: 90px;
  -moz-border-radius-bottomleft: 90px;
  -webkit-border-bottom-left-radius: 90px;
  border-bottom-left-radius: 90px;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  color: #ff85df;
  background-color: rgb(13 110 253 / 75%);
}

.navi .nav-item {
  padding: 0 10px !important;
  font-weight: 300 !important;
}

.navbar-toggler {
  border: none;
}

/* *********************************NAVBAR********************************** */
/* *********************************CAROUSEL- SLIDER********************************** */
#site-header {
  position: relative;
  font-family: "Poppins", sans-serif;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/*#site-header:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(243,129,129,0.1); 
    background: -webkit-linear-gradient(top, rgba(243,129,129,0.1), rgba(252, 227, 138, 0.1));
    background: -o-linear-gradient(top, rgba(243,129,129,0.1), rgba(252, 227, 138, 0.1));
    background: linear-gradient(to bottom, rgba(243,129,129,0.1), rgba(252, 227, 138, 0.1));
}*/
#site-header:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
  /* background: rgba(243, 129, 129, 1); */
  background: -webkit-linear-gradient(
    top,
    rgba(243, 129, 129, 0.1),
    rgba(252, 227, 138, 0.1)
  );
  background: -o-linear-gradient(
    top,
    rgba(243, 129, 129, 0.1),
    rgba(252, 227, 138, 0.1)
  );
  background: linear-gradient(
    to bottom,
    rgb(0 0 0 / 80%),
    rgba(252, 227, 138, 0.01)
  );
  z-index: 1;
}

#site-header-inner {
  /* position: relative; */
  z-index: 5;
}

/*=======================main navbar section===========================*/
#top-navbar {
  background: none;
  border: none;
  border-radius: 0;
}

#top-navbar .navbar-brand {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
}

#top-navbar .navbar-nav > li > a {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
}

#top-navbar .navbar-nav > li > a:hover,
#top-navbar .navbar-nav > .active > a,
#top-navbar .navbar-nav > .active > a:hover {
  color: #fce38a;
  border-color: #fce38a;
  background: none;
}

#top-navbar .main-nav > li > a {
  font-weight: 400;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
  padding: 15px 5px 5px;
  margin: 0 12px;
  color: #fff;
  text-align: center;
}

#top-navbar .navbar-collapse {
  border-top-width: 0;
  padding-top: 10px;
  margin-top: 5px;
}

.fixed-me {
  transition: all 0.5s;
}

.fixed-me {
  background-color: rgba(241, 114, 114, 0.96) !important;
  padding: 0 !important;
  margin-bottom: 5px;
  position: fixed;
  top: 0;
  z-index: 888;
  width: 100%;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.site-logo {
  padding: 15px 16px;
  margin: 15px 0;
}

.navbar-me {
  min-height: 70px;
  background-color: transparent;
  top: 0;
  border: 0;
  border-radius: 0;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: transparent;
}

.menu-collapsed-button {
  margin: 20px 15px 10px 15px !important;
}

/*======================main slider section style===================*/
#noa-slider {
  padding: 40px 0 0;
  padding-top: 180px;
}

#noa-slider .carousel-inner {
  height: auto;
  overflow: initial;
}

.wave-one .carousel-inner {
  overflow: initial;
}

#noa-slider .carousel-inner > .item {
  text-align: center;
  color: #fff;
}

#noa-slider .carousel-indicators {
  width: 100%;
  left: 0;
  position: static;
  margin: 0;
  margin-top: 80px;
}

#noa-slider .carousel-indicators li,
#noa-slider .carousel-indicators li.active {
  float: left;
  width: 25%;
  height: auto;
  margin: 0;
  text-indent: initial;
  border-radius: 0;
  background: none;
  text-align: left;
  border: none;
}

#noa-slider .carousel-indicators li .inner {
  border-top: 2px solid #f7eac4;
  position: relative;
  color: #faf3e0;
  text-transform: uppercase;
  margin: 0 12px;
  padding: 10px 0;
}

#noa-slider .carousel-indicators li:hover .inner,
#noa-slider .carousel-indicators li.active .inner {
  border-color: #fff;
  color: #fff;
}

#noa-slider .carousel-indicators li:hover .inner:after,
#noa-slider .carousel-indicators li.active .inner:after {
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  width: 60px;
  height: 2px;
  background: #f38181;
}

#noa-slider .carousel-indicators li .number {
  font-weight: 700;
  font-size: 18px;
  margin-right: 3px;
}

/*==============slider content===================*/
#noa-slider .noa-slider-title {
  *font-size: 50px;
  color: #fff;
}

#noa-slider .noa-slider-title .noa-slider-sub {
  font-size: 30px;
}

.noa-slider-title .noa-slider-sub {
  display: block;
  text-transform: none;
  font-weight: 100;
  font-family: "Poppins", cursive;
  font-size: 20px;
  margin-bottom: 5px;
}

.noa-slider-title {
  font-weight: 700;
  font-size: 25px;
  line-height: 1;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
  text-align: center;
  color: #333;
  text-transform: uppercase;
}

.noa-slider-sub {
  font-weight: 700;
  font-size: 25px;
  line-height: 1;
  position: relative;
  padding-bottom: 0px;
  margin-bottom: 0px;
  text-align: center;
  color: #fff;
}

.noa-slider-title .noa-slider-sub:after {
  background: #fff;
}

.noa-slider-title:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 50px;
  height: 2px;
  background: #fff;
  transform: translateX(-50%);
}

.slider-btn {
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 20px;
  text-align: center;
  border: 2px solid #fff;
  font-size: 12px;
  line-height: 100%;
}

/* *********************************CAROUSEL- SLIDER END********************************** */
/* *********************************SKEW ********************************** */
.skew-Footer {
  padding: 80px 0;
  background-color: blue;
  text-align: center;
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}

.skew-Footer :after {
  width: 100%;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 10%;
  -webkit-transform: skewY(-4deg);
  -moz-transform: skewY(-4deg);
  -ms-transform: skewY(-4deg);
  -o-transform: skewY(-4deg);
  transform: skewY(-4deg);
  background-color: red;
  z-index: 2;
}

.skew-bottom {
  position: relative;
  z-index: 1;
  padding-bottom: 15px;
}

.skew-bottom:after {
  position: absolute;
  display: block;
  z-index: -1;
  left: 0;
  right: 0;
  height: 100%;
  background-color: inherit;
  -webkit-transform: skewY(-3deg);
  transform: skewY(-3deg);
  -webkit-transform-origin: right;
  transform-origin: right;
  bottom: 0;
  content: "";
}

.skew-top {
  position: relative;
  z-index: 1;
  padding-top: 15px;
}

.skew-top:before {
  position: absolute;
  display: block;
  z-index: -1;
  left: 0;
  right: 0;
  height: 100%;
  background-color: inherit;
  -webkit-transform: skewY(-3deg);
  transform: skewY(-3deg);
  -webkit-transform-origin: left;
  transform-origin: left;
  top: 0;
  content: "";
}

.skew-bottom-In {
  position: relative;
  z-index: 1;
  padding-bottom: 15px;
}

.skew-bottom-In:after {
  position: absolute;
  display: block;
  z-index: -1;
  left: 0;
  right: 0;
  height: 100%;
  background-color: inherit;
  -webkit-transform: skewY(3deg);
  transform: skewY(3deg);
  -webkit-transform-origin: left;
  transform-origin: left;
  bottom: 0;
  content: "";
}

.skew-top-In {
  position: relative;
  z-index: 1;
  padding-top: 15px;
}

.skew-top-In:before {
  position: absolute;
  display: block;
  z-index: -1;
  left: 0;
  right: 0;
  height: 100%;
  background-color: inherit;
  -webkit-transform: skewY(3deg);
  transform: skewY(3deg);
  -webkit-transform-origin: right;
  transform-origin: right;
  top: 0;
  *top: -30px;
  content: "";
}

/* *********************************SKEW END********************************** */
/* *********************************Shrink Start********************************** */
.shrink {
  /* height: 70px !important; */
  padding-top: 5px;
  transition: all 0.6s ease;
  background: rgba(255, 255, 255, 0.65);
  position: fixed;
  backdrop-filter: blur(5px);
  width: 100%;
  z-index: 10000;
  box-shadow: 0 4px 10px 0 rgb(0 0 0 / 10%);
  position: fixed !important;
  top: 0;
}

.shrink nav {
  height: 70px !important;
  padding-top: 5px;
  transition: all 0.6s ease;
  background-color: #333;
}

.shrink .navbar-brand > img {
  height: 100%;
  padding: 5px 0;
  width: 170px;
  transition: all 0.6s ease;
}

/* *********************************Shrink END********************************** */
/* ==================== Scroll to Top =============== */
#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  border-radius: 90px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 99;
  border: 7px solid #4f5cec;
}

#return-to-top i {
  color: #4f5cec;
  margin: 0;
  position: relative;
  left: 8px;
  top: 7px;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#return-to-top:hover {
  background: rgba(80, 92, 235, 0.95);
}

#return-to-top:hover i {
  color: #fff;
  top: 8px;
}

/* ==================== Scroll to Top End =============== */
/* ==================== Padding & Margin =============== */
.padding-TB-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.padding-TB-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.padding-T-50 {
  padding-top: 50px;
}

.padding-T-100 {
  padding-top: 100px;
}

.padding-B-50 {
  padding-bottom: 50px;
}

.padding-B-100 {
  padding-bottom: 100px;
}

.padding-B-25 {
  padding-bottom: 25px;
}

.margin-TB-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.margin-TB-100 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.margin-T-50 {
  margin-top: 50px;
}

.margin-T-100 {
  margin-top: 100px;
}

.margin-B-50 {
  margin-bottom: 50px;
}

.margin-B-100 {
  margin-bottom: 100px;
}

.margin-B-25 {
  margin-bottom: 25px;
}

/* ==================== Padding & Margin End =============== */
/* ==================== COLORS BG =============== */
.bg-color-ash {
  background-color: #e0dfdf;
}

.bg-color-ash-new {
  background-color: #f6f6f6;
}

.bg-color-ash-dark {
  background-color: #2d3e50;
}

.bg-color-white {
  background-color: #fff;
}

.bg-color-ash-dark {
  background-color: #141b2e;
}

.bg-color-purple {
  background-color: #0078bd;
}

/* ====================  Text BG  =============== */
.txt-color-white {
  color: #fff !important;
}

/* ====================  Services  =============== */
.serv img {
  margin-right: 10px;
  max-width: 70px;
}

.serv h4 {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  margin: 0;
  display: inline-flex;
}

#Services {
}

#Services h3 {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  margin: 0;
  display: inline-flex;
}

#About {
}

#About h1 {
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  font-weight: 300;
  text-align: left;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #0078bd;
}

#About h1 span {
  font-weight: 700;
}

#About h3 {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
}

#WHY h1 {
  font-family: "Poppins", sans-serif;
  margin-top: 10px;
  color: #ffffff;
  margin-bottom: 50px;
  font-weight: 100 !important;
}

#WHY p {
  font-weight: 200;
  color: #ffffff;
}

#WHY .inside-box-L {
  *margin-right: 100px;
}

#WHY .inside-box-R {
  *margin-left: 100px;
}

#WHY .fit-space {
  display: block;
  height: 90px;
}

#WHY .inside-box-L h3 {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 5px;
  color: #fff;
}

#WHY .inside-box-R h3 {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 5px;
  color: #fff;
}

#Work-process h1 {
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #0078bd;
}

#Work-process h1 span {
  font-weight: 700;
}

#Work-process h2 {
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
}

#Work-process h2 span {
  font-weight: 700;
}

#contact {
}

#contact h1 {
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #fff;
}

#contact h1 span {
  font-weight: 700;
}

#contact h4 {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  *text-transform: capitalize;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #fff;
  line-height: 20px;
}

footer {
  position: relative;
  padding: 25px 0;
  margin-top: 300px;
}

footer::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 135%;
  bottom: 90%;
  left: 0;
  display: inline-block;
  background-image: url(../images/divider-footer.svg);
  background-position: center;
  /* background-attachment: fixed; */
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: -1;
}

footer {
  background-color: #1a1072;
  /* position: sticky; */
  /* bottom: 0;
	left: 0;
	width: 100%;
	display: grid;
	place-items: center;
	padding: 50px 15px; */
}

#Footer {
  color: #fff;
}

#Footer a {
  color: #fff !important;
  text-decoration: none !important;
  font-size: 12px;
  font-weight: 300;
}

#Footer a:hover {
  color: #f550c1;
  text-decoration: none !important;
}

#Footer h5 {
  font-weight: 200;
  color: aliceblue;
}

.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}

.footer-logo {
  width: 200px;
  margin: 10px 0;
}

/*=========================
  Icons
 ================= */
/* footer social icons */
ul.social-network {
  list-style: none;
  display: inline;
  margin-left: 0 !important;
  padding: 0;
  padding-left: 30px;
}

ul.social-network li {
  display: inline;
  margin: 0 5px;
}

ul.social-network a {
  background-color: #fff;
  box-shadow: 0px 4px 14px 0px #00000026;
}

.social-network a.icoInsta:hover {
  background-color: #e1306c;
}

.social-network a.icoFacebook:hover {
  background-color: #3b5998;
}

.social-network a.icoTwitter:hover {
  background-color: #33ccff;
}

.social-network a.icoGoogle:hover {
  background-color: #bd3518;
}

.social-network a.icoVimeo:hover {
  background-color: #0590b8;
}

.social-network a.icoLinkedin:hover {
  background-color: #007bb7;
}

.social-network a.icoRss:hover i,
.social-network a.icoFacebook:hover i,
.social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i,
.social-network a.icoVimeo:hover i,
.social-network a.icoLinkedin:hover i,
.social-network a.icoInsta:hover i {
  color: #fff;
}

a.socialIcon:hover,
.socialHoverClass {
  color: #44bcdd;
}

.social-circle li a {
  display: inline-block;
  position: relative;
  margin: 0 auto 0 auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  width: 35px;
  height: 35px;
  font-size: 16px;
}

.social-circle li i {
  margin: 0;
  line-height: 35px;
  text-align: center;
}

.social-circle li a:hover i,
.triggeredHover {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms--transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

.social-circle i {
  color: #000;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

footer .border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) #b3b3b3 !important;
}

/* ==================== Timeline  =============== */
.hexa {
  border: 0px;
  float: left;
  text-align: center;
  height: 35px;
  width: 60px;
  font-size: 22px;
  background: #f0f0f0;
  color: #3c3c3c;
  position: relative;
  margin-top: 15px;
}

.hexa:before {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  height: 0;
  border-bottom: 15px solid #f0f0f0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  top: -15px;
}

.hexa:after {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 15px solid #f0f0f0;
  bottom: -15px;
}

.timeline {
  position: relative;
  padding: 0;
  width: 100%;
  margin-top: 20px;
  list-style-type: none;
}

.timeline:before {
  position: absolute;
  left: 50%;
  top: 0;
  content: " ";
  display: block;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  background: rgb(213, 213, 213);
  background: -moz-linear-gradient(
    top,
    rgba(213, 213, 213, 0) 0%,
    rgb(213, 213, 213) 8%,
    rgb(213, 213, 213) 92%,
    rgba(213, 213, 213, 0) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(30, 87, 153, 1)),
    color-stop(100%, rgba(125, 185, 232, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(213, 213, 213, 0) 0%,
    rgb(213, 213, 213) 8%,
    rgb(213, 213, 213) 92%,
    rgba(213, 213, 213, 0) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(213, 213, 213, 0) 0%,
    rgb(213, 213, 213) 8%,
    rgb(213, 213, 213) 92%,
    rgba(213, 213, 213, 0) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(213, 213, 213, 0) 0%,
    rgb(213, 213, 213) 8%,
    rgb(213, 213, 213) 92%,
    rgba(213, 213, 213, 0) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(213, 213, 213, 0) 0%,
    rgb(213, 213, 213) 8%,
    rgb(213, 213, 213) 92%,
    rgba(213, 213, 213, 0) 100%
  );
  z-index: 5;
}

.timeline li {
  padding: 2em 0;
}

.timeline .hexa {
  width: 16px;
  height: 10px;
  position: absolute;
  background: #0078bd;
  z-index: 5;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: -30px;
  margin-top: 0;
}

.timeline .hexa:before {
  border-bottom: 4px solid #0078bd;
  border-left-width: 8px;
  border-right-width: 8px;
  top: -4px;
}

.timeline .hexa:after {
  border-left-width: 8px;
  border-right-width: 8px;
  border-top: 4px solid #0078bd;
  bottom: -4px;
}

.direction-l,
.direction-r {
  float: none;
  width: 100%;
  text-align: center;
}

.flag-wrapper {
  text-align: center;
  position: relative;
}

.flag {
  position: relative;
  display: inline;
  background: rgb(255, 255, 255);
  font-weight: 400;
  text-transform: uppercase;
  z-index: 15;
  padding: 6px 10px;
  text-align: left;
  border-radius: 5px;
}

.direction-l .flag:after,
.direction-r .flag:after {
  content: "";
  position: absolute;
  left: 50%;
  top: -15px;
  height: 0;
  width: 0;
  margin-left: -8px;
  border: solid transparent;
  border-bottom-color: rgb(255, 255, 255);
  border-width: 8px;
  pointer-events: none;
}

.direction-l .flag {
  -webkit-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15),
    0 0 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
}

.direction-r .flag {
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15),
    0 0 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
}

.time-wrapper {
  display: block;
  position: relative;
  margin: 4px 0 0 0;
  z-index: 14;
  line-height: 1em;
  vertical-align: middle;
  color: #fff;
}

.direction-l .time-wrapper {
  float: none;
}

.direction-r .time-wrapper {
  float: none;
}

.time {
  *background: #0078bd;
  background: #f7f7f7;
  border-radius: 5px;
  display: inline-block;
  padding: 8px;
}

.desc {
  position: relative;
  margin: 1em 0 0 0;
  padding: 1em;
  background: rgb(254, 254, 254);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  z-index: 15;
}

.direction-l .desc,
.direction-r .desc {
  position: relative;
  margin: 1em 1em 0 1em;
  padding: 1em;
  z-index: 15;
}

@media (min-width: 768px) {
  .navbar-nav .nav-link.active,
  .navbar-nav .show > .nav-link {
    color: #0d6efd !important;
  }

  .nav-link:focus,
  .nav-link:hover {
    color: #0d6efd !important;
  }

  .timeline {
    width: 660px;
    margin: 0 auto;
    margin-top: 20px;
  }

  .timeline li:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }

  .timeline .hexa {
    left: -28px;
    right: auto;
    top: 8px;
  }

  .timeline .direction-l .hexa {
    left: auto;
    right: -28px;
  }

  .direction-l {
    position: relative;
    width: 310px;
    float: left;
    text-align: right;
  }

  .direction-r {
    position: relative;
    width: 310px;
    float: right;
    text-align: left;
  }

  .flag-wrapper {
    display: inline-block;
  }

  .flag {
    font-size: 18px;
  }

  .direction-l .flag:after {
    left: auto;
    right: -16px;
    top: 50%;
    margin-top: -8px;
    border: solid transparent;
    border-left-color: rgb(254, 254, 254);
    border-width: 8px;
  }

  .direction-r .flag:after {
    top: 50%;
    margin-top: -8px;
    border: solid transparent;
    border-right-color: rgb(254, 254, 254);
    border-width: 8px;
    left: -8px;
  }

  .time-wrapper {
    display: inline;
    vertical-align: middle;
    margin: 0;
  }

  .direction-l .time-wrapper {
    float: left;
  }

  .direction-r .time-wrapper {
    float: right;
  }

  .time {
    padding: 5px 10px;
    top: -15px;
    position: relative;
  }

  .direction-r .desc {
    margin: 1em 0 0 0.75em;
  }
}

@media (min-width: 992px) {
  .timeline {
    width: 800px;
    margin: 0 auto;
    margin-top: 20px;
  }

  .direction-l {
    position: relative;
    width: 380px;
    float: left;
    text-align: right;
  }

  .direction-r {
    position: relative;
    width: 380px;
    float: right;
    text-align: left;
  }
}

/* ====================  Noa Shape  & Parallax =============== */
.noa-shape {
  width: 300px;
  height: 300px;
  -moz-border-radius-topleft: 90px;
  -webkit-border-top-left-radius: 90px;
  border-top-left-radius: 90px;
  -moz-border-radius-topright: 90px;
  -webkit-border-top-right-radius: 90px;
  border-top-right-radius: 90px;
  -moz-border-radius-bottomleft: 90px;
  -webkit-border-bottom-left-radius: 90px;
  border-bottom-left-radius: 90px;
}

.heading {
  text-align: center;
  color: #fff;
  font-size: 60px;
  font-family: "Amaranth", sans-serif;
}

.scene {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: left;
  display: none;
  pointer-events: none;
}

@media (min-width: 992px) {
  .scene {
    display: block;
  }
}

.parallax-scene-wrapper {
  position: relative;
  z-index: 6;
  *padding: 35px 0 40px;
  vertical-align: middle;
  text-align: center;
  top: 265px;
}

.parallax-scene-wrapper .shell {
  position: relative;
  z-index: 1;
}

.scene [class^="layer-"] {
  position: absolute;
  pointer-events: none;
}

.scene [class^="layer-"] img {
  max-width: none;
}

.scene .layer-01 {
  left: 80px;
}

.scene .layer-02 {
  left: 14%;
  top: 35%;
  *display: none;
}

.scene .layer-03 {
  left: 10%;
  top: 75%;
}

.scene .layer-04 {
  left: 86%;
  top: 3%;
}

.scene .layer-05 {
  left: 80%;
  top: 50%;
}

.scene .layer-06 {
  left: 85%;
  top: 60%;
  *display: none;
}

@media (min-height: 750px) and (min-width: 1200px) {
  .scene .layer-04 {
    top: 2%;
  }

  .scene .layer-05 {
    top: 38%;
  }

  .scene .layer-02,
  .scene .layer-06 {
    display: block;
  }
}

/* ====================  Dropdown  =============== */
.dropdown-menu {
  background-color: rgb(13 110 253 / 75%);
  *text-transform: uppercase;
  font-weight: 400;
  --bs-dropdown-link-active-bg: #003c97;
}

.dropdown-menu > li > a {
  color: #fff;
}

.dropdown-toggle::after {
  border: none !important;
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f107" !important;
  /* the desired FontAwesome icon */
  vertical-align: 0;
  /* to center vertically */
}

.dropdown-item {
  font-weight: 400;
}

/* .dropdown-toggle::after {
    display: none;
} */
.nav-link {
  text-transform: uppercase;
}
.navbar-nav .nav-link.active,
.navbar-nav .show > .nav-link {
  color: #0d6efd;
}

.navbar-collapse .nav-link {
  color: #fff;
}

.shrink .navbar-collapse .nav-link {
  color: #000;
}

.navbar-collapse .nav-link.btn-primary {
  color: #fff;
}

.navbar-collapse .dropdown-menu {
  background-color: rgb(13 110 253 / 75%);
  font-weight: 600;
  --bs-dropdown-link-active-bg: #003c97;
}

.megamenu.dropdown-menu {
  background-color: #d1e1f7;
}

/* ====================  List Style =============== */
.list-type4 {
  width: 80%;
  margin: 0 auto;
  font-weight: 600;
}

.list-type4 ol {
  counter-reset: li;
  list-style: none;
  *list-style: decimal;
  font-size: 15px;
  font-family: "Raleway", sans-serif;
  padding: 0;
  margin-bottom: 4em;
}

.list-type4 a {
  position: relative;
  display: block;
  padding: 0.4em 0.4em 0.4em 2em;
  *padding: 0.4em;
  margin: 0.5em 0;
  background: #ececec;
  color: #0078bd;
  text-decoration: none;
  box-shadow: inset 0.5em 0 #141b2e;
  -webkit-transition: box-shadow 1s;
  /* For Safari 3.1 to 6.0 */
  transition: box-shadow 1s;
}

.list-type4 a:hover {
  box-shadow: inset 1.5em 0 #141b2e;
}

/* ====================  Vertical Align  =============== */
.Deep-Vertical-Center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px dashed deeppink;
}

.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

.vertical-align {
  display: flex;
  flex-direction: row;
}

.vertical-align > [class^="col-"],
.vertical-align > [class*=" col-"] {
  display: flex;
  align-items: center;
  justify-content: center;
}

.vertical-align > [class^="col-"] > div,
.vertical-align > [class*=" col-"] > div {
  /* flex: 1; */
  flex-grow: 1;
}

table td {
  vertical-align: middle !important;
}

/* =========================================================================================  Media Querys  =============== */
@media (min-width: 768px) {
  .shrink .navbar-nav {
    /* display: table;
	float: none;
	table-layout: fixed; */
    *padding-top: 10px;
    padding-top: 5px;
    transition: all 0.6s ease;
  }

  .navbar-right {
    float: right !important;
    margin-right: 0px;
    transition: all 0.6s ease;
  }

  .navbar-nav {
    /* padding-top: 30px; */
    background-color: transparent !important;
  }
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #ff85df;
  }

  .logo {
    width: 208px;
    margin-top: 5px;
  }
}

@media (max-width: 1920px) and (min-width: 1112px) {
  .logo-wrapper {
    left: 0;
    position: absolute;
    right: 0;
    top: 60px;
    z-index: 21;
  }

  .logo {
    width: 190px;
    padding: 10px;
  }
}

/*==========  Mobile First Method  ==========*/
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
  .navbar-nav {
    /* background-color: rgba(13, 110, 253, 0.75) */
    background-color: rgba(13, 110, 253, 0.75);
  }

  #noa-slider .noa-slider-title {
    font-size: 30px !important;
  }

  .navbar-collapse .navbar-nav .nav-link.active,
  .navbar-collapse .navbar-nav .show > .nav-link {
    color: #ffffff;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
  .navbar-nav {
    background-color: rgba(13, 110, 253, 0.75);
  }
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  #noa-slider .noa-slider-title {
    font-size: 40px !important;
    color: #fff;
  }
}

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  #noa-slider .noa-slider-title {
    font-size: 50px !important;
    color: #fff;
  }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
}

/*==========  Non-Mobile First Method  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
}

div.gallery {
  border: 1px solid #ccc;
  margin: 10px;
}

div.gallery:hover {
  border: 1px solid #4f5cec;
}

div.gallery img {
  width: 100%;
  height: auto;
}

* {
  box-sizing: border-box;
}

.responsive {
  padding: 0 6px;
  float: left;
  width: 24.99999%;
}

@media only screen and (max-width: 700px) {
  .responsive {
    width: 49.99999%;
    margin: 6px 0;
  }
}

@media only screen and (max-width: 500px) {
  .responsive {
    width: 100%;
  }
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

#myCarousel .carousel-item .mask {
  /* position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-attachment: fixed; */
}

#myCarousel h4 {
  font-size: 50px;
  margin-bottom: 15px;
  color: #0078bd;
  line-height: 108%;
  letter-spacing: 0px;
  font-weight: 600;
  padding-left: 8%;
}

#myCarousel h4 span {
  color: #000;
}

#myCarousel p {
  font-size: 24px;
  margin-bottom: 15px;
  color: #d5d5d5;
}

#myCarousel .carousel-item a {
  /* background: #8c1d6e; */
  /* font-size: 14px; */
  /* padding: 13px 32px; */
  text-decoration: none;
  border-radius: 5px;
  display: inline-block;
}

#myCarousel .carousel-item a:hover {
  background: #4b0d3a;
  text-decoration: none;
}

#myCarousel .carousel-item h1 {
  font-weight: 200;
  font-size: 50px;
  color: #fff;
}
#myCarousel .carousel-item h3 {
  font-weight: 200;
  color: #fff;
}

#myCarousel .carousel-item h3 span {
  font-weight: 600;
  color: #982068;
}

#myCarousel .carousel-item p {
  font-weight: 200;
  line-height: 30px;
  color: #fff;
}
#myCarousel .carousel-item p span {
  font-weight: 300;
  font-size: 18px;
  text-shadow: 0px 0px 2px #000;
}
#myCarousel .carousel-item h3 {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  /*  */
}
#myCarousel .carousel-item h1 {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  /* text-shadow: 0px 0px 2px #000; */
}

#myCarousel .carousel-item h4 {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

#myCarousel .carousel-item p {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

#myCarousel .carousel-item a {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

#myCarousel .carousel-item .mask img {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
  display: block;
  height: auto;
  max-width: 100%;
  max-height: 520px;
}

#myCarousel h4,
#myCarousel h1,
#myCarousel h3,
#myCarousel p,
#myCarousel a,
#myCarousel .carousel-item .mask img {
  -webkit-animation-duration: 1s;
  animation-duration: 1.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

#myCarousel .container {
  max-width: 1430px;
}

#myCarousel .carousel-item {
  height: 100%;
  height: 100vh;
}

#myCarousel .carousel-item .resp {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.carousel-item {
  /* Other Properties */
  transition: transform 0.3s ease-out;
}

#myCarousel {
  position: relative;
  z-index: 1;
  background-size: cover;
}

#myCarousel .carousel {
  position: absolute;
  top: 0;
}

.navbar {
  position: absolute;
  top: 0px;
  z-index: 10;
  width: 100%;
}

.carousel-control-next,
.carousel-control-prev {
  height: 40px;
  width: 40px;
  padding: 12px;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  background-color: #0d6efd;
}

.carousel-item {
  position: relative;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
  opacity: 1;
}

.carousel-fade .carousel-item-left.active,
.carousel-fade .carousel-item-right.active {
  opacity: 0;
}

.carousel-fade .carousel-item-left.active,
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item-prev.active,
.carousel-fade .carousel-item.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

@supports (transform-style: preserve-3d) {
  .carousel-fade .carousel-item-left.active,
  .carousel-fade .carousel-item-next,
  .carousel-fade .carousel-item-prev,
  .carousel-fade .carousel-item-prev.active,
  .carousel-fade .carousel-item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.carousel-fade .carousel-item-left.active,
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item-prev.active,
.carousel-fade .carousel-item.active {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

.carousel-caption {
  position: absolute;
  /* max-width: 100%;
  width: 100%; */
  padding-left: 3%;
  padding-right: 3%;
  /* top: 35%; */
  bottom: initial;
  /* left: 0; */
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
  color: #fff;
  text-align: left;
  top: 65%;
  transform: translateY(-50%);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: center !important;
    background-color: rgb(0 0 0 / 45%);
  border-radius: 5px;
}

.carousel-caption .btn {
  padding: 12px 22px;
  border-radius: 50px !important;
  font-size: 12px;
  font-weight: 200;
  cursor: pointer;
}

/* header {
	position: relative;
	background-color: black;
	height: 75vh;
	min-height: 25rem;
	width: 100%;
	overflow: hidden;
}
header video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 0;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
header .container {
	position: relative;
	z-index: 2;
}
header .overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: black;
	opacity: 0.5;
	z-index: 1;
} */
/* This will use a fallback image instead of a video for devices that commonly do not support the HTML5 video element */
@media (pointer: coarse) and (hover: none) {
  header {
    /* background: url('') black no-repeat center center scroll; */
  }

  header video {
    display: none;
  }
}

.card {
  /* width: 33.33%;
	height: 520px; */
  /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
  background: #fff;
  transition: all 0.5s ease;
  cursor: pointer;
  user-select: none;
  /* z-index: 10; */
  overflow: hidden;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}

.card .backgroundEffect {
  bottom: 0;
  height: 0px;
  width: 100%;
}

.card:hover {
  /* color: #fff; */
  color: #6422c7;
  background-image: linear-gradient(45deg, #6422c7 50%, #028fe2 100%);
  background-clip: text;
  -webkit-background-clip: text;
  /* -webkit-text-fill-color: transparent; */
  /* display: inline-block; */

  transform: scale(1.025);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 5px 10px;
}

.card:hover .backgroundEffect {
  bottom: 0;
  height: 320px;
  width: 100%;
  position: absolute;
  z-index: -1;
  background: #1b9ce3;
  animation: popBackground 0.3s ease-in;
}

@keyframes popBackground {
  0% {
    height: 20px;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
  }

  50% {
    height: 80px;
    border-top-left-radius: 75%;
    border-top-right-radius: 75%;
  }

  75% {
    height: 160px;
    border-top-left-radius: 85%;
    border-top-right-radius: 85%;
  }

  100% {
    height: 320px;
    border-top-left-radius: 100%;
    border-top-right-radius: 100%;
  }
}

.card .pic {
  position: relative;
}

.card .pic img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}

.card .date {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 70px;
  background-color: #1b9ce3;
  color: white;
  position: absolute;
  bottom: 0px;
  transition: all ease;
}

.card .date .day {
  font-size: 14px;
  font-weight: 600;
}

.card .date .month,
.card .date .year {
  font-size: 10px;
}

.card .text-muted {
  font-size: 12px;
}

.card:hover .text-muted {
  color: #fff !important;
}

.card .content {
  padding: 0 20px;
}

.card .content .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  background-color: #1b9ce3;
  border-radius: 25px;
  font-size: 12px;
  border: none;
}

.card:hover .content .btn {
  background: #fff;
  color: #1b9ce3;
  box-shadow: #0000001a 0px 3px 5px;
}

.card .content .btn .fas {
  font-size: 10px;
  padding-left: 5px;
}

.card .content .foot .admin {
  color: #1b9ce3;
  font-size: 12px;
}

.card:hover .content .foot .admin {
  color: #fff;
}

.card .content .foot .icon {
  font-size: 12px;
}

.cont_custom {
  padding-top: 20px !important;
  padding-right: 90px !important;
}

/* .services .owl-stage-outer {
	overflow: visible !important;
}
.services .owl-item {
	opacity: 0 !important;
	transition: opacity 500ms !important;
}
.services .owl-item.active {
	opacity: 1 !important;
} */
.owl-nav div.owl-next:before,
.owl-nav div.owl-prev:before {
  font-size: 18px;
  box-sizing: border-box;
  /* position: absolute; */
  width: 36px;
  height: 36px;
  left: 0;
  top: 0;
  line-height: 36px;
}

.owl-nav div.owl-prev:before {
  content: "\e901";
}

.owl-nav div:before {
  content: "\e900";
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-family: "ekko-font";
  box-sizing: border-box;
  font-weight: bold;
  transition: 0.2s;
}

.owl-nav div:before {
  content: "\e900";
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-family: "ekko-font";
  box-sizing: border-box;
  font-weight: bold;
  transition: 0.2s;
}

.key-icon-box .sec-wrapper {
  padding: 40px;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  border-radius: 7px;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: transparent;
  background-color: #1e62e0;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff !important;
}
.key-icon-box .sec-wrapper p {
  color: #fff;
}
.key-icon-box.icon-default.icon-left.cont-left .sec-wrapper {
  float: left;
}

.key-icon-box:hover .sec-wrapper {
  box-shadow: 0 44px 98px 0 rgb(0 0 0 / 30%);
  border-bottom-style: solid;
  background: rgb(217 217 217 / 0%);
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  color: #000;
}

h5.service-heading {
  font-size: 26px;
  font-weight: 700;
}

.vc_column_container {
  padding-left: 0;
  padding-right: 0;
}

.key-reviews {
  background-color: white;
  padding: 50px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  box-shadow: 0 4px 10px 0 rgb(0 0 0 / 10%);
  text-align: left;
  overflow: hidden;
  border-radius: 7px;
  padding-bottom: 45px;
}

.registration-form .form-group input {
  background-color: transparent;
  font-weight: 400;
  font-size: 16px;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  width: 100%;
  box-sizing: border-box;
  min-width: 100%;
  border: none;
  margin-bottom: 10px;
  box-shadow: none;
  font-size: inherit;
  letter-spacing: 0;
  outline: none;
  line-height: 50px;
  height: 50px;
  padding: 0 10px;
  text-align: left;
  font-family: inherit;
  border-radius: 0px;
  border-bottom: 1px solid #b3b3b3;
}

.registration-form .form-group textarea {
  background-color: transparent;
  font-weight: 400;
  font-size: 16px;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  width: 100%;
  box-sizing: border-box;
  min-width: 100%;
  border: none;
  margin-bottom: 10px;
  box-shadow: none;
  font-size: inherit;
  letter-spacing: 0;
  outline: none;
  line-height: 50px;
  height: 150px;
  padding: 0 1dvb;
  text-align: left;
  font-family: inherit;
  border-radius: 0px;
  border-bottom: 1px solid #b3b3b3;
}

.rw-author-details {
  vertical-align: top;
  text-align: left;
  margin-bottom: 16px;
}

.large-counter .kd_number_string {
  display: inline-block;
  float: none;
  width: auto;
  margin: 0;
  color: inherit;
  font-size: 62px;
  font-weight: 600;
  text-align: center;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.03em;
}

.large-counter .kd_counter_units {
  font-size: 62px;
  margin-top: 0;
  font-weight: 300;
  line-height: 1;
}

main {
  min-height: 100vh;
  z-index: 1;
}

.google-maps {
  position: relative;
  /* margin: 50px 0 50px; */
  margin: 50px 0 0px;
  overflow: hidden;
  height: 100%;
  height: 450px;
}

.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  *pointer-events: none;
}

.contact-right {
  padding-top: 60px !important;
  padding-bottom: 20px !important;
  padding-left: 150px !important;
}

.contact-form-pos {
  z-index: 9999;
  right: 10%;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.contact-form {
  min-width: 300px;
}

.contact-right h2 {
  color: #565656;
  font-weight: 600;
  font-size: 30px;
  line-height: 46px;
  text-transform: none;
  letter-spacing: -0.75px;
  text-align: left;
}

.card-shade {
  background: #ffffff;
  box-shadow: 0px 89.4598px 71.5678px rgba(0, 0, 0, 0.07),
    0px 37.3742px 29.8993px rgba(0, 0, 0, 0.0503198),
    0px 19.982px 15.9856px rgba(0, 0, 0, 0.0417275),
    0px 11.2018px 8.96141px rgba(0, 0, 0, 0.035),
    0px 5.94917px 4.75934px rgba(0, 0, 0, 0.0282725),
    0px -9px 19px rgb(0 0 0 / 5%);
  border-radius: 25px;
  /* min-width: 315px;
	min-height: 345px; */
  padding: 35px;
  margin: 0 23px;
}

.btn-primary,
.btn-primary:active {
  background-color: #0078bd;
  border-color: #0078bd;
  color: #fff;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #0078bd;
  border-color: #0078bd;
  color: #d4d4d4 !important;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0078bd;
  --bs-btn-border-color: #0078bd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: ##0078bd;
  --bs-btn-hover-border-color: #0078bd;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #880c67;
  --bs-btn-active-border-color: #880c67;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #96377c;
  --bs-btn-disabled-border-color: #96377c;
}

.btn-pad {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.contact-location,
.contact-head,
.contact-email,
.contact-phone {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.contact-head:before {
  content: " ";
  display: inline-flex;
  width: 24px;
  height: 24px;
  background: none;
  box-sizing: border-box;
  transition: 0.2s;
  margin-right: 15px;
  margin-top: 2px;
}

.contact-location:before {
  content: "";
  display: inline-flex;
  width: 24px;
  height: 24px;
  background: url(../images/location.svg) no-repeat center center / cover;
  box-sizing: border-box;
  transition: 0.2s;
  margin-right: 15px;
  margin-top: 2px;
}

.contact-phone:before {
  content: "";
  display: inline-flex;
  width: 24px;
  height: 20px;
  background: url(../images/phone.svg) no-repeat center center / contain;
  box-sizing: border-box;
  transition: 0.2s;
  margin-right: 15px;
  margin-top: 7px;
}

.contact-email:before {
  content: "";
  display: inline-flex;
  width: 24px;
  height: 16px;
  background: url(../images/mail.svg) no-repeat center center / contain;
  box-sizing: border-box;
  transition: 0.2s;
  margin-right: 15px;
  margin-top: 0px;
}

.loc-head {
  margin: 0px 0 0px 0px;
  padding: 0;
  font-size: 18px;
  color: #a6198a;
}

.serviceSwiper .swiper-wrapper {
  margin-bottom: 180px !important;
}

.serviceSwiper .swiper-pagination {
  bottom: 15% !important;
}

.serviceSwiper .swiper {
  padding: 15px;
}

.serviceSwiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  /* margin-bottom: 100px !important; */
  margin-top: 35px;
}

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

.swiper-pagination-bullet-active {
  background: #0078bd !important;
}

.techSwiper .swiper-slide {
  max-width: 250px;
  margin: 0 auto;
  text-align: center;
}

.techSwiper .swiper-slide img {
  width: 95%;
  height: 67px;
  object-fit: scale-down;
  margin: 0;
  padding: 0;
}

.techSwiper.swiper-free-mode > .swiper-wrapper {
  display: flex;
  align-items: center;
}

.card-shade .h6,
.card-shade h6 {
  font-size: 26px;
  font-weight: 300;
  min-height: 44px;
  background-color: #4158d0;
  background-image: linear-gradient(
    43deg,
    #4158d0 0%,
    #c850c0 46%,
    #ffcc70 100%
  );
  background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
}

.card-shade img {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  margin-bottom: 20px;
  object-fit: contain;
}

.btn-noa {
  --bs-btn-font-weight: 600;
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: var(--bd-violet-bg);
  --bs-btn-border-color: var(--bd-violet-bg);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: #{shade-color($bd-violet, 10%)};
  --bs-btn-hover-border-color: #{shade-color($bd-violet, 10%)};
  --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
  --bs-btn-active-color: var(--bs-btn-hover-color);
  --bs-btn-active-bg: #{shade-color($bd-violet, 20%)};
  --bs-btn-active-border-color: #{shade-color($bd-violet, 20%)};
}

.btn-rounded {
  border-radius: 25px;
}

.readmore-button {
  background-color: #0078bd;
  color: #fff;
  padding: 7px 10px;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 400;
  font-size: 16px;
  max-width: 131px;
  margin: 0 auto;
  margin-top: 10px;
  border-radius: 8px;
}

.readmore-button a {
  color: #fff;
  text-decoration: none;
}

.row.mission {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: stretch;
  min-height: 100%;
}

.row.mission > [class*="col-"] {
  display: flex;
  /* flex-direction: column;
	align-items: center; */
  align-items: stretch;
  justify-content: center;
  min-height: 100%;
}

h5.service-heading {
}

.max-img-width {
  max-width: 420px;
}

.max-img-width-xs {
  max-width: 480px;
}

.mid-img-width {
  max-width: 300px;
}

.min-img-width {
  max-width: 225px;
}

.nav-link {
  position: relative;
}

.nav-link.active::after {
  width: 100%;
  content: "";
  height: 4px;
  background-color: #2778bc;
  position: absolute;
  bottom: 2px;
  left: 0;
  transition: width 0.3s ease;
}

@media (max-width: 767px) and (min-width: 300px) {
  .navbar-nav .nav-link {
    color: #ffffff;
  }

  .navbar-collapse .navbar-nav .nav-link.active,
  .navbar-collapse .navbar-nav .show > .nav-link {
    color: #ffffff !important;
  }

  .contact-form-pos {
    position: initial;
    z-index: 9999;
    right: 0;
    top: 0;
    transform: inherit;
  }

  .google-maps {
    position: initial;
    margin: 50px 0 50px;
    overflow: hidden;
    height: 100%;
    /* height: inherit; */
    /* margin-bottom: 500px; */
    min-height: 580px;
  }

  .google-maps iframe {
    position: inherit;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    padding-bottom: 60px;
  }
}

/*Moc Animation*/
@-webkit-keyframes moc-animation {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
  }
}

@keyframes moc-animation {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

.anim-moc {
  /* background-image: url(../img/hero-moc.png); */
  /* background-repeat: no-repeat;
    background-position: right center; 
    position: absolute;
    width: 100%;
    height: 100%;
    right: 100px;
    bottom: -60px;*/
  animation-name: moc-animation;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: moc-animation;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  z-index: -2;
}

.wave-one {
  position: relative;
}

.wave-one::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px; /* 👈 custom height, adjust as needed */

  background-image: url(../images/bg-shape.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 100% 100%; /* 👈 no scaling by width, only height */

  pointer-events: none;
}

/* .wave-one::before {
	position: absolute;
	content: "";
	left: 0;
	
	bottom: 0px;
	width: 100%;
	height: 100%;
	background-position-y: bottom;
	background-repeat: repeat-x;
	background-size: cover;
	background-image: url(../images/bg-shape.png);
} */

.slider-gradietn-red {
  background: linear-gradient(-35deg, #9119b3 0%, #e64c4c 88%);
  position: relative;
}

.wave-one #myCarousel .carousel-item {
  height: 100%;
  min-height: 200px;
}

.wave-one #myCarousel .carousel-item .mask img {
  max-height: 355px;
}

.gradient-blue {
  background-color: #ab46f8;
  background-image: -moz-linear-gradient(45deg, #ab46f8 0%, #5225f8 100%);
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0%, #ab46f8),
    color-stop(100%, #5225f8)
  );
  background-image: -webkit-linear-gradient(45deg, #ab46f8 0%, #5225f8 100%);
  background-image: -o-linear-gradient(45deg, #ab46f8 0%, #5225f8 100%);
  background: -ms-linear-gradient(45deg, #ab46f8 0%, #5225f8 100%);
  background: -webkit-linear-gradient(45deg, #ab46f8 0%, #5225f8 100%);
  background: -o-linear-gradient(45deg, #ab46f8 0%, #5225f8 100%);
  background: linear-gradient(45deg, #ab46f8 0%, #5225f8 100%);
}

.gradient-lite-1 {
  background: #ffffff;
  background: -webkit-linear-gradient(to right, #ffd1f9, #e7bbee);
  background: linear-gradient(to right, #ffd1f9, #e7bbee);
}

ul.service-menu {
  display: inline-block;
  margin-bottom: 40px;
  max-width: 900px;
}

.service-menu li {
  display: inline-block;
  padding: 1px 10px;
  border-right: 1px solid #c3c2c2;
  margin: 3px;
}

.service-menu li a {
  text-decoration: none;
  color: #0d6efd;
}

.service-menu li a:hover {
  text-decoration: none;
  color: #38012b;
}

.service-img {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.technologies-logo {
}

.technologies-logo-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.technologies-logo-wrapper .swiper-slide {
  flex-shrink: 0;
  width: 194px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 36px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 10px;
  padding: 15px;
}

.technologies-logo-wrapper .swiper-slide:hover {
  transition: all 0.6s ease;
  box-shadow: rgb(157 40 142 / 29%) 0px 7px 29px 0px;
}

.technologies-logo-wrapper .swiper-slide img {
  object-fit: scale-down;
  height: 50px;
  width: 150px;
}

.privacy p {
  margin-top: 10px;
  margin-bottom: 10px;
}

.min-ht-lg {
  min-height: 285px;
}

.text-gradient-purple {
  background: linear-gradient(
    to right top,
    rgb(255, 30, 128) 15.923566878980886%,
    rgb(156, 50, 176) 50.63694267515923%,
    rgb(96, 0, 255) 99.68152866242038%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-gradient-purple-new {
  background: -webkit-linear-gradient(
      0deg,
      rgb(255, 0, 123) 15%,
      rgb(164, 25, 190) 65%,
      rgb(123, 22, 218) 100%
    )
    text;
  -webkit-text-fill-color: transparent;
  visibility: inherit;
  transition: none 0s ease 0s;

  color: rgb(255, 255, 255);
  /* filter: blur(0px);
	opacity: 1;
	transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	transform-origin: 50% 50% 0px; */
}

.text-gradient-1 {
  background-color: #4158d0;
  background-image: linear-gradient(
    43deg,
    #4158d0 0%,
    #c850c0 46%,
    #ffcc70 100%
  );
  background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
}

.text-gradient-2 {
  background-color: #0093e9;
  background-image: linear-gradient(160deg, #0093e9 0%, #80d0c7 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
}

.text-gradient-3 {
  background-color: #0085de;
  background-image: linear-gradient(90deg, #0085de 0%, #ff00c8 100%);
  background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
}

.text-gradient-4 {
  background-color: #21d4fd;
  background-image: linear-gradient(19deg, #21d4fd 0%, #b721ff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
}

.btn-grad {
  background-image: linear-gradient(
    to right,
    #ff512f 0%,
    #dd2476 51%,
    #ff512f 100%
  );
  margin: 10px;
  padding: 15px 45px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  /* box-shadow: 0 0 20px #eee; */
  border-radius: 10px;
  display: block;
}

.btn-grad:hover {
  background-position: right center;
  /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}
.bg-0 {
  background-color: #024392;
}
.bg-1 {
  background-color: #227fbb;
}

.bg-2 {
  background-color: #9c56b8;
}

.bg-3 {
  background-color: #e16a7c;
}

.bg-4 {
  background-color: #6b9e78;
}

.bg-5 {
  background-color: #95a5a6;
}

.bg-6 {
  background-color: #1aaf5d;
}

.bg-7 {
  background-color: #d55400;
}

.bg-8 {
  background-color: #5b47a4;
}

.bg-9 {
  background-color: #5b47a4;
}

.box-area {
  padding: 15px;
}

.row-flex {
  display: flex;
  flex-wrap: wrap;
  padding: 0 10px;
}
.mission .content-area-box.inner-box:before {
  background-color: #ffffff;
   -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  transition: all 600ms ease;
  background: linear-gradient(to bottom,  #ee0979, #284acc) right / 6px 100% no-repeat, #fff;

}
.mission .content-area-box {
  height: 100%;
  padding: 35px;
  color: #000 !important;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  min-height: 250px;
  background: linear-gradient(to bottom, #284acc, #fd2eb3) right / 6px 100% no-repeat, #fff;
}

.mission .content-area-box p {
  color: #000 !important;
}
.content-area-box p {
  color: #fff;
}
.content-area-box {
  height: 100%;
  padding: 35px;
  color: #fff !important;
  min-height: 250px;
}

.dropdown-menu .content-area-box {
  height: 100%;
  padding: 35px;
  color: #fff;
  min-height: 50px;
}

.content-area-box-head {
  display: inline-flex;
  align-items: center;
  margin-bottom: 10px;
}

.content-area-box-head .icon {
  width: 40px;
  max-height: 40px;
}

.inner-box:hover .content-area-box-head .icon {
  transition: all 600ms ease;
  filter: invert(100%) sepia(100%) saturate(1%) hue-rotate(194deg)
    brightness(150%) contrast(101%);
}

.content-area-box-head h4 {
  margin-bottom: 0;
  padding: 10px;
  background: #0000004a;
  font-size: 16px;
  font-weight: 300;
  border-radius: 3px;
  margin-left: 5px;
}
.content-area-box:hover .content-area-box-head h4 {
  transition: all 600ms ease;
  /* font-size: 14px;
	font-weight: 400; */
  color: #fff;
}
.content-area-box:hover .text p {
  transition: all 600ms ease;
  /* font-size: 14px;
	font-weight: 400; */
  color: #fff;
}

.content-area-box a {
  color: initial;
  text-decoration: none;
  color: inherit;
}

.content-area-box a i {
  font-size: 25px;
  padding-left: 5px;
}

.row.row-flex > [class^="col-"],
.row.row-flex > [class*=" col-"] {
  padding: 10px;
}

.inner-box {
  position: relative;
  overflow: hidden;
  padding: 45px 45px;
  border-radius: 6px;
  transition: all 600ms ease;
}

.inner-box:hover {
  transform: translateY(-5px);
  box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.3);
}

.inner-box:before {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 50%;
  opacity: 0;
  background-color: #141d38;
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  transition: all 600ms ease;
}

.inner-box .shape-one {
  content: "";
  width: 250px;
  height: 250px;
  background: #0060ff;
  border-radius: 50%;
  position: absolute;
  top: -120px;
  opacity: 0.4;
  right: -120px;
  transform: scale(0);
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
}

.inner-box .shape-two {
  content: "";
  width: 373px;
  height: 373px;
  background: #0060ff;
  border-radius: 50%;
  position: absolute;
  top: -180px;
  right: -180px;
  z-index: 1;
  opacity: 0;
  transform: scale(0);
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
}

.inner-box .icon-box {
  position: relative;
  font-size: 65px;
  line-height: 1em;
  color: #0060ff;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.inner-box .icon-box {
  position: relative;
  z-index: 2;
}

.inner-box .icon-box {
  position: relative;
  font-size: 65px;
  line-height: 1em;
  color: #0060ff;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.inner-box h4 {
  position: relative;
  z-index: 2;
  /* color: #222222; */
}

.inner-box .text {
  position: relative;
  /* color: #222222; */
  z-index: 2;
  /* line-height: 1.8em; */
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.inner-box:hover::before {
  height: 100%;
  opacity: 1;
}

.inner-box:hover .shape-one {
  transform: scale(1);
  webkit-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
  transition-delay: 300ms;
}

.inner-box:hover .shape-two {
  opacity: 0.4;
  transform: scale(1);
  webkit-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
  transition-delay: 600ms;
}

.inner-box:hover .icon-box,
.inner-box:hover h5 a,
.inner-box:hover .text {
  color: #ffffff;
}

.inner-box:hover .icon-box,
.inner-box:hover h4 a,
.inner-box:hover .text {
  color: #ffffff;
}

.inner-box:hover .icon-box,
.inner-box:hover h4 a,
.inner-box:hover .text {
  color: #ffffff;
}

.megamenu .inner-box {
  padding: 20px;
}

.megamenu .content-area-box-head {
  display: inline-flex;
  align-items: center;
  margin-bottom: 10px;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

.megamenu .content-area-box-head .icon {
  width: initial;
  max-height: 55px;
  margin-bottom: 12px;
}

a.get-in {
  display: block;
  min-width: 150px;
  text-decoration: none;
  text-align: center;
  border-radius: 50px;
  border: 2px solid #00dff9;
  color: #00dff9;
  font-size: 13px;
  position: relative;
  overflow: hidden;
  background: transparent;
  text-transform: uppercase;
  transition: all 0.35s;
      padding: 5px 20px;
}

a.get-in:before,
a.get-in:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: -100%;
  left: 0;
  background: #00dff9;
  z-index: -1;
  transition: all 0.35s;
}

a.get-in:before {
  opacity: 0.5;
}

a.get-in:after {
  transition-delay: 0.2s;
}

a.get-in:hover {
  color: #fff !important;
}

a.get-in:hover:before,
a.get-in:hover:after {
  top: 0;
}

  .navbar-nav  .nav-link.get-in:hover, .navbar-nav .nav-link.get-in:focus {
    color: #000000 !important;
}
.img-area {
  height: 200px;
  position: relative;
  display: flex;
  justify-content: center;
  margin: 25px;
}

.img-area-pix:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background-size: contain;
  min-width: 500px;
  min-height: 190px;
  z-index: -1;
}

.img-01:before {
  background-image: url(../images/01.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.img-02:before {
  background-image: url(../images/02.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.img-03:before {
  background-image: url(../images/03.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.img-04:before {
  background-image: url(../images/04.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.img-05:before {
  background-image: url(../images/05.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.img-06:before {
  background-image: url(../images/06.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.img-07:before {
  background-image: url(../images/07.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.img-08:before {
  background-image: url(../images/08.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.svg-content-area-left {
  z-index: 1;
  /* position: absolute; */
  display: flex;
  padding: 42px 45px 23px 10px;
  top: 19px;
  align-items: center;
  max-width: 480px;
  margin: 0 auto;
  align-content: center;
  justify-content: center;
}

.svg-content-area-right {
  z-index: 1;
  /* position: absolute; */
  display: flex;
  padding: 43px 10px 20px 75px;
  top: 19px;
  align-items: center;
  max-width: 480px;
  margin: 0 auto;
  align-content: center;
  justify-content: center;
}

.svg-content-area-left h4,
.svg-content-area-right h4 {
  font-weight: 300;
}

.svg-content-area-left img.ico,
.svg-content-area-right img.ico {
  width: 55px;
  margin: 10px;
  margin-right: 20px;
}

.cards-new {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cards-new .card-new {
  height: 385px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 20px 30px -10px rgba(0, 0, 0, 0.1);
  max-width: 300px;
  min-width: 225px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  position: relative;
  transition: all 0.4s ease;
  margin: 0 10px;
}

.cards-new .card-new:before {
  height: 190px;
  width: calc(100% + 100px);
  content: "";
  position: absolute;
  background-image: linear-gradient(to top, #4481eb 0%, #04befe 100%);
  border-radius: 4px 4px 100% 100%;
  transition: all 0.4s ease-out;
  top: 0;
}

.cards-new .card-new .close:hover {
  background-size: 100%;
  opacity: 0.8;
}

.cards-new .card-new .arrow {
  display: none;
}

.cards-new .card-new article {
  z-index: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.cards-new .card-new article h2 {
  color: white;
  margin: 0;
  padding: 12px 20px 10px 20px;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.5px;
}

.cards-new .card-new article .title {
  color: white;
  padding: 10px 20px;
  letter-spacing: 0.8px;
  transition: all 0.4s ease;
}

.cards-new .card-new article .desc-new {
  padding: 10px 30px;
  font-size: 14px;
  text-align: center;
  line-height: 24px;
  color: #666;
  height: 90px;
  transition: all 0.4s ease-out;
  margin-top: 30px;
}

.cards-new .card-new article .pic {
  width: 55px;
  height: 55px;
  overflow: hidden;
  border-radius: 100%;
  margin: 20px 0;
  box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.3);
  transition: all 0.6s ease;
  margin-top: 50px;
}

.cards-new .card-new article .pic img {
  width: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.cards-new .card-new .actions {
  width: 100%;
  display: flex;
  justify-content: space-between;
  background: white;
  z-index: 1;
}

.cards-new .card-new .actions .btn {
  border: 0;
  background-color: transparent;
  box-sizing: border-box;
  width: calc(50% - 1px);
  height: 36px;
  margin: 0;
  text-transform: uppercase;
  font-size: 10px;
  transition: all 0.6s ease-in-out;
  cursor: pointer;
  color: #4481eb;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-family: "Barlow", sans-serif;
  letter-spacing: 0.5px;
  background: rgba(68, 129, 235, 0.08);
}

.cards-new .card-new .actions .btn span {
  z-index: 1;
  opacity: 1;
  transition: all 0.4s ease-in-out;
}

.cards-new .card-new .actions .btn .icon {
  width: 10px;
  opacity: 0;
  position: absolute;
  transition: all 0.2s ease-in-out;
}

.cards-new .card-new .actions .btn:before {
  content: "";
  width: 100%;
  height: 0%;
  position: absolute;
  background: #4481eb;
  transition: all 0.4s ease;
  bottom: 0;
  opacity: 0.2;
}

.cards-new .card-new .actions .btn:focus {
  outline: 0;
}

.cards-new .card-new .actions .btn:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

.cards-new .card-new .actions .btn:hover span {
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.cards-new .card-new .actions .btn:hover .icon {
  width: 22px;
  opacity: 1;
  transition: all 0.4s ease-in-out;
}

.cards-new .card-new .actions .btn:hover:nth-child(3) .icon {
  width: 18px;
}

.cards-new .card-new .actions .btn:hover:before {
  height: 100%;
}

.cards-new .card-new .actions .btn.clicked span {
  display: none;
}

.cards-new .card-new .actions .btn.clicked .icon {
  width: 22px;
  opacity: 1;
  animation: icon 0.5s ease forwards;
}

@keyframes icon {
  0% {
    width: 22px;
  }

  50% {
    width: 40px;
  }

  100% {
    width: 22px;
  }
}

.cards-new .card-new .actions .btn.clicked:before {
  opacity: 0.3;
  height: 100%;
}

.cards-new .card-new:hover {
  transform: translateY(-10px);
  box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.3);
}

.cards-new .card-new:hover:before {
  height: 100%;
  border-radius: 4px;
}

.cards-new .card-new:hover .desc-new {
  color: white;
}

.cards-new .card-new:hover .pic {
  box-shadow: 0px 0px 0px 8px rgba(255, 255, 255, 0.3);
}

.cards-new .card-new:hover .pic img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.section-title h2 {
  font-weight: 200;
  position: relative;
  text-align: left;
  margin-bottom: 30px;
  font-size: 3rem;
}

.section-title h2:after {
  content: "";
  position: absolute;
  height: 2px;
  margin-top: 10px;
  width: 150px;
  display: block;
  background: red;
}

.create-account {
  border-radius: 0;
  margin-top: 15px;
  min-width: 200px;
}

/*Dialog box-Customer*/
.customer .dialog_box {
  position: relative;
  padding: 25px;
  margin: 10px;
  margin-bottom: -25px;
  background: #fff;
  border-radius: 8px !important;
  box-shadow: 0 2px 20px rgb(0 0 0 / 12%);
  border: 1px solid #ebebeb;
  transition: all 0.6s ease;
  z-index: 1;
  height: 100%;
  isolation: isolate;
  overflow: hidden;
  padding: 25px 20px;
  /* transition: all .4s; */
}

.customer .dialog_box:hover {
  transition: all 0.6s ease;
  background: #fbe4f2;
  box-shadow: inset 0 2px 40px rgb(0 0 0 / 12%);
  border: 1px solid #d6d6d6;
}

/* .customer .dialog_box:hover:before {
    height: 100%;
}
.customer .dialog_box:before {
    background-color: #7432ff;
    content: " ";
    height: 0;
    inset: 0;
    position: absolute;
    transition: .6s;
    z-index: -1;
}
 */
.customer .dialog_box h6 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

.customer .dialog_box p {
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 10px;
  font-style: italic;
}

.customer .dialog_box:after,
.customer .dialog_box:before {
  display: none;
}

/*Arrow pointing BOTTOM*/
/* 
.customer .dialog_box:after {
	border-width: 10px;
}
.customer .dialog_box:before {
	border-width: 16px;
}
.customer .dialog_box.bottom:after,
.customer .dialog_box.bottom:before {
	left: 49%;
	top: 100%;
}
.customer .dialog_box.bottom:after {
	border-color: #fff transparent transparent transparent;
	margin-left: -4px;
}
.customer .dialog_box.bottom:before {
	border-color: #f1f1f179 transparent transparent transparent;
	margin-left: -10px;
} */
.customer.dialog_box-main-area {
  text-align: center;
  margin-bottom: 35px;
}

.customer .client-speak-area {
  position: relative;
  z-index: 2;
}

.customer .client-speak-area h5 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 2px;
}

.customer .client-speak-area p {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 2px;
}

.customer .client-img {
  width: 50px;
  margin-bottom: 10px;
}

/*Dialog box*/
.dialog_box {
  position: relative;
  padding: 25px;
  margin: 10px;
  margin-bottom: 25px;
  background: #fff;
  border-radius: 8px !important;
  box-shadow: 0 2px 20px rgb(0 0 0 / 12%);
}

.dialog_box h6 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

.dialog_box p {
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 10px;
  font-style: italic;
}

.dialog_box:after,
.dialog_box:before {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
}

.dialog_box:after {
  border-width: 10px;
}

.dialog_box:before {
  border-width: 16px;
}

/*Arrow pointing BOTTOM*/
.dialog_box.bottom:after,
.dialog_box.bottom:before {
  left: 49%;
  top: 100%;
}

.dialog_box.bottom:after {
  border-color: #fff transparent transparent transparent;
  margin-left: -4px;
}

.dialog_box.bottom:before {
  border-color: #f1f1f179 transparent transparent transparent;
  margin-left: -10px;
}

.dialog_box-main-area {
  text-align: center;
}

.client-speak-area h5 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 2px;
}

.client-speak-area p {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 2px;
}

.client-img {
  width: 50px;
  margin-bottom: 10px;
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: none !important;
  /* background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0)); */
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: none !important;
  /* background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0)); */
}

.translateEffect2:hover {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.translateEffect2 {
  transition: all 0.3s;
}

.pad-R-20pct {
  padding-right: 20% !important;
}
.pad-R-15pct {
  padding-right: 15% !important;
}

.grid-inner {
  background: linear-gradient(0deg, #181520, #181520),
    linear-gradient(180deg, #18b1ef, rgba(24, 21, 32, 0));
  margin: 1px 2px 0;
  padding: 40px 50px;
  text-align: center;
}

.dropdown-menu .dropdown-menu {
  position: absolute;
  top: 0;
  left: 100%;
  margin-top: -6px;
}

/* ============ Mega menu ============ */
.navbar .megamenu {
  padding: 1rem;
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
  .navbar .has-megamenu {
    position: static !important;
  }

  .navbar .megamenu {
    left: 0;
    right: 0;
    width: 100%;
    margin-top: 0;
  }
}

/* ============ desktop view .end// ============ */
/* ============ mobile view ============ */
@media (max-width: 991px) {
  .navbar.fixed-top .navbar-collapse,
  .navbar.sticky-top .navbar-collapse {
    overflow-y: auto;
    max-height: 90vh;
    margin-top: 10px;
  }
}

.col-pic-1 {
  background-image: url("../images/col-pic-1.jpg");
  background-size: cover;
  background-position: center;
}

.col-pic-2 {
  background-image: url("../images/col-pic-2.jpg");
  background-size: cover;
  background-position: center;
}

.col-pic-3 {
  background-image: url("../images/col-pic-3.jpg");
  background-size: cover;
  background-position: center;
}

.col-pic-1:hover,
.col-pic-2:hover,
.col-pic-3:hover {
  animation: myAnim 2s ease 0s 1 normal forwards;
}

@keyframes myAnim {
  0% {
    background-position: center center;
    background-size: 100%;
  }

  100% {
    background-position: center center;
    background-size: 150%;
  }
}

.col-pic-1 img,
.col-pic-2 img,
.col-pic-3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.grd-color-switch {
  background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@media only screen and (max-width: 768px) {
  .max-width-lg {
    max-width: 85% !important;
  }
}

.fs-lite {
  font-weight: 200 !important;
}

h1.fs-lite {
  font-size: 64px !important;
}

.circle-pix {
  flex: 0 0 auto;
  padding: 5px;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background-color: #f4f5f7;
  box-shadow: rgba(0, 0, 0, 0.85) 0px 18px 50px -10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 38px;
}

.circle-pix img {
  width: 40px;
  height: 40px;
  padding: 2px;
  margin: 0 auto;
}

.content-circle {
  display: flex;
  color: #ffffff;
}

.content-circle h3 {
  font-weight: 200;
  color: #fff;
}

.what-we-do-content {
  padding-bottom: 10%;
}

.what-we-do-content:first-child {
  padding-top: 5%;
}

/*base code*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

/*the animation definition*/
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -ms-transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -ms-transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -ms-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip:hover {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

.hero {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.cube {
  position: absolute;
  top: 80vh;
  left: 45vw;
  width: 10px;
  height: 10px;
  /* border: solid 1px #003298; */
  background: url(../images/logo.png);
  transform-origin: top left;
  transform: scale(0) rotate(0deg) translate(-50%, -50%);
  -webkit-animation: cube 12s ease-in forwards infinite;
  animation: cube 12s ease-in forwards infinite;
  z-index: 10;
}

.cube:nth-child(2n) {
  border-color: #0051f4;
}

.cube:nth-child(2) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  left: 25vw;
  top: 40vh;
}

.cube:nth-child(3) {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  left: 75vw;
  top: 50vh;
}

.cube:nth-child(4) {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
  left: 90vw;
  top: 10vh;
}

.cube:nth-child(5) {
  -webkit-animation-delay: 8s;
  animation-delay: 8s;
  left: 10vw;
  top: 85vh;
}

.cube:nth-child(6) {
  -webkit-animation-delay: 10s;
  animation-delay: 10s;
  left: 50vw;
  top: 10vh;
}

@-webkit-keyframes cube {
  from {
    transform: scale(0) rotate(0deg) translate(-50%, -50%);
    opacity: 1;
  }

  to {
    transform: scale(20) rotate(960deg) translate(-50%, -50%);
    opacity: 0;
  }
}

@keyframes cube {
  from {
    transform: scale(0) rotate(0deg) translate(-50%, -50%);
    opacity: 1;
  }

  to {
    transform: scale(20) rotate(960deg) translate(-50%, -50%);
    opacity: 0;
  }
}

header .air {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: url(../images/wave.png);
  background-size: 1000px 100px;
}

header .air.air1 {
  animation: wave 30s linear infinite;
  z-index: 1000;
  opacity: 1;
  animation-delay: 0s;
  bottom: 0;
}

header .air.air2 {
  animation: wave2 15s linear infinite;
  z-index: 999;
  opacity: 0.5;
  animation-delay: -5s;
  bottom: 10px;
}

header .air.air3 {
  animation: wave 30s linear infinite;
  z-index: 998;
  opacity: 0.2;
  animation-delay: -2s;
  bottom: 15px;
}

header .air.air4 {
  animation: wave2 5s linear infinite;
  z-index: 997;
  opacity: 0.7;
  animation-delay: -5s;
  bottom: 20px;
}

@keyframes wave {
  0% {
    background-position-x: 0px;
  }

  100% {
    background-position-x: 1000px;
  }
}

@keyframes wave2 {
  0% {
    background-position-x: 0px;
  }

  100% {
    background-position-x: -1000px;
  }
}

@media (max-width: 5000px) and (min-width: 1112px) {
  .max-width-lg {
    max-width: 85% !important;
  }
}

@media (max-width: 600px) and (min-width: 320px) {
  .svg-content-area-left {
    display: flex;
    padding: 5px;
    top: 0;
    align-items: center;
    max-width: auto;
    margin: 0 auto;
    align-content: center;
    justify-content: center;
  }

  .svg-content-area-right {
    z-index: 1;
    /* position: absolute; */
    display: flex;
    padding: 5px;
    top: 0;
    align-items: center;
    max-width: auto;
    margin: 0 auto;
    align-content: center;
    justify-content: center;
  }

  .img-area-pix:before {
    display: none;
  }

  .inner-box {
    position: relative;
    overflow: hidden;
    padding: 20px 25px;
  }

  .img-area {
    height: auto;
  }

  .collab .ps-5 {
    padding-left: 0px !important;
  }

  .max-width-lg {
    max-width: 95% !important;
  }

  .max-width-lg .mb-5 {
    margin-bottom: 0 !important;
  }
}
.inner-banner-area {
  padding-top: 160px;
  margin-bottom: 40px;
  text-align: center;
}
.inner-banner-area h4 {
  font-weight: 200 !important;
  font-size: 48px !important;
  margin-bottom: 0px !important;
  line-height: inherit !important;
  letter-spacing: 0px;
  padding-left: 0 !important;

  text-align: center;

  text-transform: uppercase;
}

.inner-banner-area p {
  font-size: 26px !important;
  font-weight: 200 !important;
}

.contact-offices .card-shade {
  transition: 0.3s;
  background: transparent !important;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 30px;
  text-align: center;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.contact-offices h5 {
  font-weight: 200 !important;
  font-size: 30px !important;
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
.contact-offices p i {
  font-size: 22px !important;
  display: block;
  background-color: #0093e9;
  background-image: linear-gradient(160deg, #0093e9 0%, #80d0c7 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
}
.contact-offices p a {
  color: #222222 !important;
  font-size: 16px !important;
  font-weight: 300 !important;
  text-decoration: none !important;
}
.pillar-framework {
  background-color: #f9f9f9 !important;
  padding: 10px 0 !important;
  text-align: center;
}

.pillar-framework span {
  font-size: 35px !important;
  font-weight: 200 !important;
  color: #aca4a4 !important;
  display: block !important;
  margin-bottom: 8px;
}
.training-domains {
  background-color: #f9f9f9 !important;
  padding: 10px 0 !important;
  text-align: center;
}
.global-list p {
  font-size: 18px !important;
}
.global-list p span {
  padding: 2px 5px !important;
}
.industries h3 {
  font-weight: 200 !important;
}
ul.list-new li {
  font-size: 18px;
  margin-bottom: 5px;
  word-break: break-word;
}
.core-values {
  padding: 0px 20px 80px 20px;
}

.core-container {
 
  margin: 0 auto;
  text-align: center;
}

.core-values h2 {
  font-size: 36px;
  margin-bottom: 12px;
}

.core-subtitle {
  max-width: 900px;
  margin: 0 auto 60px;
  color: #555;
  line-height: 1.7;
}
.industries a.get-in:hover {
  color: #000000 !important;
}
.core-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.core-card {
  flex: 0 0 calc(33.333% - 20px);
  max-width: calc(33.333% - 20px);
}

.core-card {
  position: relative;
  background: #fff;
  padding: 30px;
  border-radius: 18px;
  text-align: left;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.core-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 6px;
  width: 100%;
  border-radius: 18px 18px 0 0;
}

.core-card h3 {
  font-size: 26px;
  margin-bottom: 12px;
  text-align: center;
}

.core-card p {
  /* font-size: 14px; */
  color: #666;
  line-height: 1.6;
    text-align: center;
}

/* Gradient Variants */
.gradient-red::before {
  background: linear-gradient(90deg, #ff512f, #f09819);
}

.gradient-pink::before {
  background: linear-gradient(90deg, #ff2a68, #ff5f8a);
}

.gradient-purple::before {
  background: linear-gradient(90deg, #7f00ff, #b721ff);
}

.gradient-indigo::before {
  background: linear-gradient(90deg, #3f51b5, #5c6cff);
}

.gradient-blue::before {
  background: linear-gradient(90deg, #00c6ff, #0072ff);
}

@media (max-width: 900px) {
  .core-card {
    flex: 0 0 calc(50% - 15px);
    max-width: calc(50% - 15px);
  }
}

@media (max-width: 600px) {
  .core-card {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.navbar-nav .get-in::after {
  display: none;
}
/* NAV LINK UNDERLINE HOVER EFFECT */
.navbar-nav .nav-link {
  position: relative;
  padding-bottom: 6px;
}

/* underline */
.navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: currentColor;

  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease 0.05s;

}

/* hover + active */
.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after {
  transform: scaleX(1);
}




 .pillar-framework .card {
  background-color: #ffffff;
   -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  transition: all 600ms ease;
 background: linear-gradient(to right, #ee0979, #284acc) top / 100% 6px no-repeat, #fff;
}


 .training-domains ul li{
	list-style: none;
 }