@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  list-style: none;
}

body {
  color: #1a1a1a;
  background-color: #fff;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  overflow-x: hidden !important;
}

body.crev-agency h1,
body.crev-agency h2,
body.crev-agency h3,
body.crev-agency h4,
body.crev-agency h5,
body.crev-agency h6 {
  font-weight: 400;
}

main {
  position: relative;
  z-index: 5;
  overflow-x: hidden;
}

.row > * {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 0;
}

.container-xxl {
  max-width: 1500px;
}

.container-xl {
  max-width: 1400px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 0.2rem;
}

h1 {
  font-size: 70px;
}

h2 {
  font-size: 29px;
}

h3 {
  font-size: 40px;
}

h4 {
  font-size: 30px;
}

h5 {
  font-size: 25px;
}

h6 {
  font-size: 20px;
}

p {
  line-height: 1.8;
  font-size: 15px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  color: #777;
  margin: 0;
}

a,
a:hover {
  color: inherit;
}

span {
  display: inline-block;
}

a {
  display: inline-block;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

img {
  width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

.main-bg {
  background: #fff !important;
}

.sub-bg {
  background: #2667a7;
}

.btn:hover,
.btn:focus,
.btn:active {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 40px;
}

.customeAddressColor{
  color:#000;
}

/* Buttons
-----------------------------------------------------------------*/
.butn {
  border: 1px solid transparent;
}

.butn.butn-full {
  width: 100%;
  padding: 15px 25px;
  text-align: center;
}

.butn.butn-bord {
  border-color: #1a1a1a;
  background: transparent;
  color: #1a1a1a;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.butn.butn-bord:hover {
  background: #1a1a1a;
  color: #fff;
}

.butn.butn-bord:hover span {
  color: #fff;
}

.butn.butn-bord-thin {
  border-color: rgba(0, 0, 0, 0.12);
  background: transparent;
  color: #1a1a1a;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.butn.butn-bord-thin:hover {
  background: #1a1a1a;
  color: #fff;
}

.butn.butn-bord-thin:hover span {
  color: #fff;
}

.butn.butn-bg {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.butn.butn-bg:hover {
  background: transparent !important;
  border-color: #1a1a1a;
  color: #1a1a1a !important;
}

.butn .rolling-text {
  margin-bottom: -5px;
}

.go-more {
  position: relative;
  padding: 0 20px;
}

.go-more:after {
  content: "";
  position: absolute;
  right: 5px;
  top: -5px;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: #72cff9;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.go-more .text {
  position: relative;
  z-index: 2;
}
.go-more .icon {
  margin-left: 15px;
  bottom: 0px;
  position: relative;
}
.go-more .icon svg {
  position: relative;
  width: 15px;
  z-index: 1;
}

.go-more:after {
  width: 100%;
  right: 0;
}

.go-more:hover:after {
  width: 100%;
  right: 0;
}

/* Cursor
-----------------------------------------------------------------*/
.hover-this .hover-anim {
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  -o-transition: transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

.cursor {
  pointer-events: none;
  position: fixed;
  padding: 0.6rem;
  background-color: #093d8c;
  border-radius: 50%;
  /* mix-blend-mode: difference; */
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease, opacity 0.4s ease;
  transition: transform 0.3s ease, opacity 0.4s ease;
  transition: transform 0.3s ease, opacity 0.4s ease,
    -webkit-transform 0.3s ease;
  z-index: 99999;
}

.cursor-active {
  -webkit-transform: translate(-50%, -50%) scale(8);
  -ms-transform: translate(-50%, -50%) scale(8);
  transform: translate(-50%, -50%) scale(8);
  opacity: 0.1;
}

.rolling-text {
  display: inline-block;
  overflow: hidden;
  line-height: 50px;
  height: 50px;
}

.rolling-text.butn {
  padding: 0 35px;
}

.social-text .rolling-text {
  line-height: 30px;
  height: 30px;
}

.rolling-text:hover .letter,
.rolling-text.play .letter {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.rolling-text .letter {
  display: inline-block;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
  -o-transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
  transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
  transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1),
    -webkit-transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
}

.progress-wrap {
  position: fixed;
  bottom: 30px;
  right: 30px;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
  mix-blend-mode: difference;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  content: "";
  background: url("../images/icons/backtotop.svg") no-repeat;
  background-size: contain;
  left: 10px;
  top: 13px;
  height: 24px;
  width: 24px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: #ccc;
  stroke-width: 4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

/* ====================== [ Start Helper Classes  ] ====================== */
.o-hidden {
  overflow: hidden;
}

.position-re {
  position: relative;
}

.position-abs {
  position: absolute;
}

.cursor-pointer {
  cursor: pointer;
}

.ontop {
  position: relative;
  z-index: 7;
}

img.left {
  margin-left: -40%;
}

.no-bord {
  border: 0 !important;
}

.bord-thin-top {
  border-top: 1px solid rgba(0, 0, 0, 0.14);
}

.bord-thin-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.14);
}

.bord-thin-right {
  border-right: 1px solid rgba(0, 0, 0, 0.14);
}

.bord-thin-left {
  border-left: 1px solid rgba(0, 0, 0, 0.14);
}

.radius-5 {
  border-radius: 5px !important;
}

.radius-10 {
  border-radius: 10px !important;
}

.radius-15 {
  border-radius: 15px !important;
}

.radius-20 {
  border-radius: 20px !important;
}

.radius-25 {
  border-radius: 25px !important;
}

.radius-30 {
  border-radius: 30px !important;
}

.radius-50 {
  border-radius: 50px;
}

.order-md-1,
.order-md-2,
.order-md-3,
.order-md-4 {
  -webkit-box-ordinal-group: inherit !important;
  -ms-flex-order: inherit !important;
  order: inherit !important;
}

.full-width {
  width: 100% !important;
}

.bg-img {
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-top {
  background-position: center top;
}

.bg-bottom {
  background-position: center bottom;
}

.bg-center {
  background-position: center center;
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-repeat {
  background-size: auto;
  background-repeat: repeat;
}

.bg-auto {
  background-size: auto;
  background-repeat: no-repeat;
}

.section-padding {
  padding-top: 90px;
  padding-bottom: 140px;
}

.nowrap {
  white-space: nowrap;
}

.unlist {
  list-style: none;
}

.underline a {
  text-decoration: underline !important;
}

.underline span {
  text-decoration: underline;
}

.undecro:hover {
  text-decoration: none;
}

.inline {
  display: inline-block;
}

.valign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.horizontal-link li {
  display: inline-block;
}

.rest {
  margin: 0;
  padding: 0;
}

.rest li {
  padding: 10px 0;
}
.rest li a {
  color: #fff;
}

/*-------------------------------------------------------
           icon Size
-------------------------------------------------------*/
.icon-img-20 {
  width: 20px;
}

.icon-img-30 {
  width: 30px;
}

.icon-img-40 {
  width: 40px;
}

.icon-img-50 {
  width: 50px;
}

.icon-img-60 {
  width: 60px;
}

.icon-img-70 {
  width: 70px;
}

.icon-img-80 {
  width: 80px;
}

.icon-img-90 {
  width: 90px;
}

.icon-img-100 {
  width: 100px;
}

.icon-img-120 {
  width: 150px;
  margin-left: 25px;
}

/*-------------------------------------------------------
           Z-index
-------------------------------------------------------*/
.zindex-1 {
  z-index: 1;
}

.zindex-2 {
  z-index: 2;
}

.zindex-3 {
  z-index: 3;
}

.zindex-4 {
  z-index: 4;
}

.zindex-5 {
  z-index: 5;
}

.zindex-10 {
  z-index: 10;
}

.zindex-99 {
  z-index: 99;
}

/*-------------------------------------------------------
           opacity
-------------------------------------------------------*/
.opacity-05 {
  opacity: 0.05 !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-1 {
  opacity: 0.1 !important;
}

.opacity-2 {
  opacity: 0.2 !important;
}

.opacity-3 {
  opacity: 0.3 !important;
}

.opacity-4 {
  opacity: 0.4 !important;
}

.opacity-5 {
  opacity: 0.5 !important;
}

.opacity-6 {
  opacity: 0.6 !important;
}

.opacity-7 {
  opacity: 0.7 !important;
}

.opacity-8 {
  opacity: 0.8 !important;
}

.opacity-9 {
  opacity: 0.9 !important;
}

/*-------------------------------------------------------
           text color
-------------------------------------------------------*/
.text-white {
  color: #fff;
}

.text-black {
  color: #000;
}

.text-dark {
  color: #444;
}

.text-extra-light-gray {
  color: #b7b7b7;
}

.text-hover-inherit:hover {
  color: inherit !important;
}

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

/*-------------------------------------------------------
          font-weight
-------------------------------------------------------*/
.fw-100 {
  font-weight: 100 !important;
}

.fw-200 {
  font-weight: 200 !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

/*-------------------------------------------------------
           font-size
-------------------------------------------------------*/
.fz-10 {
  font-size: 10px !important;
}

.fz-12 {
  font-size: 12px !important;
}

.fz-13 {
  font-size: 13px !important;
}

.fz-14 {
  font-size: 14px !important;
}

.fz-15 {
  font-size: 15px !important;
}

.fz-16 {
  font-size: 16px !important;
}

.fz-18 {
  font-size: 18px !important;
}

.fz-20 {
  font-size: 20px !important;
}

.fz-22 {
  font-size: 22px !important;
}

.fz-24 {
  font-size: 24px !important;
}

.fz-25 {
  font-size: 25px !important;
}

.fz-26 {
  font-size: 26px !important;
}

.fz-28 {
  font-size: 28px !important;
}

.fz-30 {
  font-size: 30px !important;
}

.fz-35 {
  font-size: 35px !important;
}

.fz-40 {
  font-size: 40px !important;
}

.fz-42 {
  font-size: 42px !important;
}

.fz-44 {
  font-size: 44px !important;
}

.fz-45 {
  font-size: 45px !important;
}

.fz-46 {
  font-size: 46px !important;
}

.fz-48 {
  font-size: 48px !important;
}

.fz-50 {
  font-size: 50px !important;
}

.fz-55 {
  font-size: 55px !important;
}

.fz-60 {
  font-size: 60px !important;
}

.fz-65 {
  font-size: 65px !important;
}

.fz-70 {
  font-size: 70px !important;
}

.fz-80 {
  font-size: 80px !important;
}

.fz-100 {
  font-size: 100px !important;
  line-height: 1.1;
}

.fz-120 {
  font-size: 120px !important;
  line-height: 1.1;
}

/*-------------------------------------------------------
          text-transform
-------------------------------------------------------*/
.text-u {
  text-transform: uppercase !important;
}

.text-l {
  text-transform: lowercase !important;
}

.text-c {
  text-transform: capitalize !important;
}

.text-non {
  text-transform: none !important;
}

.text-i {
  font-style: italic;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

/*-------------------------------------------------------
       margin-top  (0/100) +5
-------------------------------------------------------*/
.mt-0 {
  margin-top: 0 !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-55 {
  margin-top: 55px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-62 {
  margin-top: 62px !important;
}

.mt-65 {
  margin-top: 65px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-75 {
  margin-top: 75px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-85 {
  margin-top: 85px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-95 {
  margin-top: 95px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mt-120 {
  margin-top: 120px !important;
}

.mt-140 {
  margin-top: 140px !important;
}

/*-------------------------------------------------------
       margin-bottom  (0/100) +5
-------------------------------------------------------*/
.mb-0 {
  margin-bottom: 0 !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-62 {
  margin-bottom: 62px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-85 {
  margin-bottom: 85px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-95 {
  margin-bottom: 95px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mb-120 {
  margin-bottom: 120px !important;
}

.mb-140 {
  margin-bottom: 140px !important;
}

/*-------------------------------------------------------
      padding-top  (0/100) +5
-------------------------------------------------------*/
.pt-0 {
  padding-top: 0 !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-55 {
  padding-top: 55px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-65 {
  padding-top: 65px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-75 {
  padding-top: 75px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-85 {
  padding-top: 85px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-95 {
  padding-top: 95px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pt-120 {
  padding-top: 120px !important;
}

.pt-140 {
  padding-top: 140px !important;
}

/*-------------------------------------------------------
     padding-bottom  (0/100) +5
-------------------------------------------------------*/
.pb-0 {
  padding-bottom: 0 !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-55 {
  padding-bottom: 55px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-65 {
  padding-bottom: 65px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-75 {
  padding-bottom: 75px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-85 {
  padding-bottom: 85px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pb-95 {
  padding-bottom: 95px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pb-120 {
  padding-bottom: 120px !important;
}

.pb-140 {
  padding-bottom: 140px !important;
}

.no-padding {
  padding: 0 !important;
}

.pr-30 {
  padding-right: 30px;
}

.pr-50 {
  padding-right: 50px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-50 {
  padding-left: 50px;
}

/* ====================== [ End Helper Classes  ] ====================== */

/* Preloader
-----------------------------------------------------------------*/
body.loaded {
  overflow: hidden !important;
  height: 100% !important;
}

.loader-wrap {
  position: fixed;
  z-index: 10;
  height: 100vh;
  width: 100%;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: transparent;
  z-index: 1000;
}

.loader-wrap .loader-curve {
  position: absolute;
  top: 0;
  width: 100vw;
  height: 110vh;
  fill: #e3fcfd;
}

.loader-wrap .loader-wrap-heading .load-text {
  font-size: 20px;
  font-weight: 200;
  letter-spacing: 15px;
  text-transform: uppercase;
  z-index: 20;
}

.loader-wrap .loader-wrap-heading .loading-icon {
  text-align: center;
  margin-bottom: 20px;
}
.loader-wrap .loader-wrap-heading .loading-icon svg {
  position: relative;
  top: 0;
  fill: #e3fcfd;
  overflow: visible;
  -webkit-animation: ripple 1s linear infinite;
  animation: ripple 1s linear infinite;
  border-radius: 150px;
}

@-webkit-keyframes ripple {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(102, 189, 101, 0.3),
      0 0 0 10px rgba(102, 189, 101, 0.3), 0 0 0 30px rgba(102, 189, 101, 0.3),
      0 0 0 60px rgba(102, 189, 101, 0.3);
    box-shadow: 0 0 0 0 rgba(102, 189, 101, 0.3),
      0 0 0 10px rgba(102, 189, 101, 0.3), 0 0 0 30px rgba(102, 189, 101, 0.3),
      0 0 0 60px rgba(102, 189, 101, 0.3);
    /* transform: translate(0px, 0px) scale(0.5); */
  }
  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(9, 62, 140, 0.3),
      0 0 0 30px rgba(9, 62, 140, 0.3), 0 0 0 60px rgba(9, 62, 140, 0.3),
      0 0 0 90px rgba(9, 62, 140, 0);
    box-shadow: 0 0 0 10px rgba(9, 62, 140, 0.3),
      0 0 0 30px rgba(9, 62, 140, 0.3), 0 0 0 60px rgba(9, 62, 140, 0.3),
      0 0 0 90px rgba(9, 62, 140, 0);
    /* transform: translate(0px, 0px) scale(1.5); */
  }
}

@keyframes ripple {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(102, 189, 101, 0.3),
      0 0 0 10px rgba(102, 189, 101, 0.3), 0 0 0 30px rgba(102, 189, 101, 0.3),
      0 0 0 60px rgba(102, 189, 101, 0.3);
    box-shadow: 0 0 0 0 rgba(102, 189, 101, 0.3),
      0 0 0 10px rgba(102, 189, 101, 0.3), 0 0 0 30px rgba(102, 189, 101, 0.3),
      0 0 0 60px rgba(102, 189, 101, 0.3);
    /* transform: translate(0px, 0px) scale(0.5); */
  }
  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(102, 189, 101, 0.3),
      0 0 0 30px rgba(102, 189, 101, 0.3), 0 0 0 60px rgba(102, 189, 101, 0.3),
      0 0 0 90px rgba(102, 189, 101, 0);
    box-shadow: 0 0 0 10px rgba(102, 189, 101, 0.3),
      0 0 0 30px rgba(102, 189, 101, 0.3), 0 0 0 60px rgba(102, 189, 101, 0.3),
      0 0 0 90px rgba(102, 189, 101, 0);
    /* transform: translate(0px, 0px) scale(1.5); */
  }
}

/* Menu
-----------------------------------------------------------------*/

.cheeseburger {
  width: calc((var(--copy-size-m) * 3) + 1em);
  height: var(--btn-height-small);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  margin-left: calc(var(--copy-size-m) * -1.5);
}
.cheeseburger-inner {
  width: 1.5em;
  height: 1.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.cheeseburger .bar:nth-child(1) {
  transform: translate(0%, -0.25em) rotate(0.001deg);
  transition-delay: 0s;
}
.cheeseburger .bar:nth-child(3) {
  transform: translate(-50%, 0.25em) rotate(0.001deg);
  width: 0.5em;
}
.cheeseburger .bar {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #000;
  transition: transform var(--animation-smooth),
    background-color var(--animation-nav);
  transform: translate(0%, 0em) rotate(0.001deg);
}
.cheeseburger .bar::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: var(--color-dark);
  transform: translateX(-150%);
}

.close {
  width: calc((var(--copy-size-m) * 3) + 1em);
  height: var(--btn-height-small);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  margin-left: calc(var(--copy-size-m) * -1.5);
  position: absolute;
  top: calc(var(--gap) * 1.1);
  left: var(--container-padding);
}
.close-inner {
  width: 1.1em;
  height: 1.1em;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transform: rotate(-45deg);
  overflow: hidden;
}
.close .bar:nth-child(1) {
  transform: rotate(90deg) translateX(0%);
  transition-delay: 0.1s;
}
.close .bar {
  position: absolute;
  width: 1.1em;
  height: 1px;
  background-color: #000;
  transition: transform var(--animation-smooth);
  transform: rotate(0.001deg) translateX(0%);
}
.close .bar::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: var(--color-dark);
  transform: translateX(-250%);
}

.navbar {
  position: absolute;
  left: 0;
  top: 0;
  padding: 15px 0;
  margin: 0;
  width: 100%;
  background: transparent;
  border-bottom: 2px solid transparent;
  z-index: 999;
}

.navbar.static {
  position: relative;
}

.navbar.main-bg {
  background: #fff;
  border-color: rgba(255, 255, 255, 0.05);
}

.navbar.sub-bg {
  background: #f5f7f9;
  border-color: rgba(255, 255, 255, 0.05);
}

.navbar.blur {
  border-color: rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.navbar.nav-scroll {
  background: #fff;
  border-color: rgba(255, 255, 255, 0.05);
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
  position: fixed;
  top: -80px;
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  -o-transition: transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  -webkit-transform: translateY(80px);
  -ms-transform: translateY(80px);
  transform: translateY(80px);
}

.navbar .navbar-nav .nav-link {
  font-size: 15px;
  font-weight: 400;
  color: #1a1a1a;
  padding: 0 15px;
}

.navbar .navbar-nav .nav-link .rolling-text {
  height: 30px;
  line-height: 30px;
}

.navbar .no-relative {
  position: static;
}

.navbar .dropdown {
  position: static;
}

.navbar .menu-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 0px;
  right: 0px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  z-index: 4;
}

.navbar .dropdown-toggle:after {
  margin-left: 5px;
  vertical-align: 12px;
}

.navbar .navbar-toggler {
  display: none;
}

.hamenu {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100vh;
  background: #fff;
  overflow: hidden;
  z-index: 9999;
  -webkit-transition: all 0.5s cubic-bezier(1, 0, 0.55, 1);
  -o-transition: all 0.5s cubic-bezier(1, 0, 0.55, 1);
  transition: all 0.5s cubic-bezier(1, 0, 0.55, 1);
}

.hamenu .logo {
  position: absolute;
  top: 40px;
  left: 40px;
}

.hamenu .close-menu {
  position: absolute;
  top: 30px;
  right: 40px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  z-index: 4;
}

.hamenu .logo,
.hamenu .close-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  transform: translateY(-100px);
  opacity: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.hamenu.open .logo,
.hamenu.open .close-menu {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}

.hamenu.open .menu-links .main-menu > li .link {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}

.hamenu.open .cont-info .item {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition-delay: 1.4s;
  -o-transition-delay: 1.4s;
  transition-delay: 1.4s;
}

.hamenu.open .menu-text .text {
  opacity: 1;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}

.hamenu.open .menu-text:after {
  height: 200vh;
  -webkit-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.hamenu .menu-links {
  color: #1a1a1a;
  height: 100vh;
  padding-top: 140px;
  overflow: auto;
}

.hamenu .menu-links::-webkit-scrollbar {
  width: 5px;
}

.hamenu .menu-links::-webkit-scrollbar-track {
  background: #eee;
}

.hamenu .menu-links::-webkit-scrollbar-thumb {
  background: #aaa;
  border-radius: 5px;
}

.hamenu .menu-links .main-menu {
  position: relative;
  z-index: 2;
}

.hamenu .menu-links .main-menu ul {
  margin: 0;
  padding: 0;
}

.hamenu .menu-links .main-menu > li {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.hamenu .menu-links .main-menu > li .link {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.2;
  padding: 20px 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  width: 100%;
  position: relative;
  display: block;
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  opacity: 0;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}

.hamenu .menu-links .main-menu > li .link i {
  position: absolute;
  width: 90px;
  top: 0;
  right: 0;
  bottom: 0;
  background: #f5f7f9;
}

.hamenu .menu-links .main-menu > li .link i:before {
  content: "";
  width: 1px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #1a1a1a;
}

.hamenu .menu-links .main-menu > li .link i:after {
  content: "";
  width: 16px;
  height: 1px;
  position: absolute;
  top: calc(50% + 8px);
  left: calc(50% - 8px);
  background: #1a1a1a;
}

.hamenu .menu-links .main-menu > li .link.dopen i:before {
  opacity: 0;
}

.hamenu .menu-links .main-menu > li .link .fill-text {
  position: relative;
  color: rgba(0, 0, 0, 0.4);
}

.hamenu .menu-links .main-menu > li .link .fill-text:after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  color: #1a1a1a;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  -webkit-transition: width 0.75s cubic-bezier(0.63, 0.03, 0.21, 1);
  -o-transition: width 0.75s cubic-bezier(0.63, 0.03, 0.21, 1);
  transition: width 0.75s cubic-bezier(0.63, 0.03, 0.21, 1);
}

.hamenu .menu-links .main-menu > li:last-of-type .link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.hamenu .menu-links .main-menu > li.hoverd .link .fill-text:after {
  width: 0;
}

.hamenu .menu-text {
  position: relative;
  height: 100%;
}

.hamenu .menu-text .text {
  position: absolute;
  right: 25%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.hamenu .menu-text .text h2 {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  font-size: 10vw;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  opacity: 0.05;
}

.hamenu .menu-text:after {
  content: "";
  width: 1px;
  height: 0;
  background: rgba(0, 0, 0, 0.05);
  position: absolute;
  right: -30px;
  bottom: -75vh;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

/* Titles
-----------------------------------------------------------------*/

.sec-head .bord {
  position: relative;
  padding-right: 30px;
}

.sec-head .bord:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.sub-title {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #2868a6;
}

/* About Intro
-----------------------------------------------------------------*/

.about .img-vid {
  display: flex;
  position: relative;
  border-radius: 30px 0px 0px 30px;
  overflow: hidden;
}

.about .img-vid .curv-butn {
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100px;
  height: 100px;
  line-height: 80px;
  text-align: center;
  border-radius: 50px;
  margin: 0 auto;
  transform: translateY(-50px);
}

.about .img-vid .curv-butn .vid {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
}

/* Contact
-----------------------------------------------------------------*/

.parallaxie {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.contact-crev {
  position: relative;
}

.contact-crev input,
.contact-crev textarea {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #fff;
  padding: 15px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.contact-crev input:focus,
.contact-crev textarea:focus {
  border-color: #1a1a1a;
}

.contact-crev textarea {
  min-height: 180px;
}

.social-icon {
  display: flex;
  margin-top: 20px;
}
.social-icon li {
  padding: 0 25px 0 0;
}
.social-icon li img {
  height: 20px;
}
.social-icon-circle a {
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.02);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.social-icon-circle a:hover {
  color: #14cf93;
}

/* Footer
-----------------------------------------------------------------*/

footer.sub-bg {
  background: #2667a7;
}
.footer-swiper {
  margin-top: 15px;
}
.footer-swiper img {
  max-width: 50px;
  margin-bottom: 20px;
  max-height: 50px;
  min-height: 50px;
}
.footer-swiper .item-box {
  display: flex;
  align-items: start;
}
.footer-swiper .item-box .icon {
  padding-right: 15px;
}
.footer-swiper .item-box h5 {
  color: #fff;
  font-weight: normal;
  font-size: 16px;
}
.management-software {
  position: relative;
}
.management-software h5 {
  font-size: 16px;
  color: #fff;
  padding-left: 65px;
  font-weight: normal;
  top: -40px;
  position: absolute;
}

/* Headers
-----------------------------------------------------------------*/

.crev-agency-header {
  min-height: 100%;
  background-attachment: fixed;
}

.crev-agency-header .caption {
  padding-left: 0px;
  width: calc(100% + 0px);
  position: relative;
  z-index: 3;
  text-align: center;
  margin-top: 80px;
  padding-bottom:100px;
}

.crev-agency-header .caption h1 {
  font-size: 50px;
  line-height: 1.1;
  margin-bottom: 5px;
}
.crev-agency-header .caption h4 {
  color: #2e3192;
  margin-bottom: 15px;
}

.crev-agency-header .left-clumn,
.crev-agency-header .right-clumn {
  padding: 0px;
}

.crev-agency-header .left-clumn .img,
.crev-agency-header .right-clumn .img {
  border-radius: 10px;
  margin-top: 0%;
}

.crev-agency-header .right-clumn .box-triangle {
  left: -10%;
}

@media (max-width: 991.98px) {
  .crev-agency-header .left-clumn .img {
    margin-top: 0;
    max-width: 400px;
  }
  .crev-agency-header .right-clumn .img {
    margin-top: 30%;
    max-width: 400px;
    float: right;
  }
  .contact-crev {
    background-position: bottom;
  }
}

@media (max-width: 600px) {
  .crev-agency-header .left-clumn .img,
  .crev-agency-header .right-clumn .img {
    max-width: 200px;
  }
  .hamenu .menu-links .main-menu > li {
    padding: 0;
  }
}

#bgVideo {
  width: 100%;
  background: #000;
  object-fit: cover;
}

#MuteButton::before {
  content: "";
  background: url("../images/icons/volume.svg");
  width: 20px;
  height: 20px;
  position: absolute;
  background-size: cover;
}

#MuteButton.muted::before {
  content: "";
  background: url("../images/icons/mute.svg");
  width: 20px;
  height: 20px;
  position: absolute;
  background-size: cover;
}

#MuteButton {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  background: rgba(0, 0, 0, 0.5);
  border: none;
  color: #fff;
  z-index: 5;
  font-size: 1.5rem;
  border-radius: 2rem;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  text-align: center;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.play-button-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  pointer-events: none;
}

.play-button-wrapper #circle-play-b {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  pointer-events: auto;
}

.play-button-wrapper #circle-play-b svg {
  width: 100px;
  height: 100px;
  fill: #fff;
  stroke: #fff;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  opacity: 0.9;
}

.box-triangle {
  position: absolute;
  right: 0;
  margin: 0;
  color: #000;
  background-size: cover;
  border-radius: 5px;
  font-size: 12px;
  margin: 0;
  padding: 1em;
  top: 28%;
  left: 82%;
  width: 160px;
  height: 78px;
  text-align: center;
  background-size: contain !important;
  width: 160px;
  height: 78px;
}
.box-triangle-1 {
  background: url("../images/icons/chat-box.svg") no-repeat;
}
.box-triangle-2 {
  background: url(../images/icons/chat-box2.svg) no-repeat;
  padding: 20px 0;
}
.box-triangle-1::after {
  content: "";
  position: absolute;
  height: 30px;
  width: 30px;
  background: url(../images/icons/success-icon.svg) no-repeat;
  background-size: contain;
  right: -20px;
  top: -10px;
  border-width: 1em;
  transform: translate(-50%, 0);
}

.box-triangle-2::after {
  content: "";
  position: absolute;
  height: 30px;
  width: 30px;
  background: url(../images/icons/success-icon.svg) no-repeat;
  background-size: contain;
  right: -30px;
  top: -10px;
  border-width: 1em;
  transform: translate(-50%, 0);
}

.intro-swiper {
  margin-top: 40px;
}
.intro-swiper .swiper-slide .img {
  max-width: 200px;
}

@media screen and (max-width: 768px) {
  .box-triangle {
    top: 10%;
    left: 82%;
  }
  .crev-agency-header .caption {
    margin-top: 20px !important;
  }
}

/* 
.box-triangle:before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: auto;
  right: 30px;
  bottom: -40px;
  border: 20px solid;
  border-color: #666 #666 transparent transparent;
}

.box-triangle:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: auto;
  right: 38px;
  bottom: -20px;
  border: 12px solid;
  border-color: lightyellow lightyellow transparent transparent;
}

.box-triangle:nth-of-type(2)::after {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  margin: 0;
  border: solid transparent;
  top: 50%;
  left: 100%;
  border-left-color: #227093;
  border-width: 0;
  transition: border-width 0.5s;
  transform: translate(0, -50%);
}
.box-triangle:nth-of-type(2):hover::after {
  content: "";
  border-width: 1.5em;
} */

/* Applications
-----------------------------------------------------------------*/

.application {
  background-repeat: no-repeat;
}
.application .row > * {
  padding: 0 30px;
}
.application .item:hover .img {
  opacity: 1;
}
.application .item {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  transition: all 1s ease;
}

.application .item .img {
  width: 100%;
  height: 440px;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}

.application .item .img::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  bottom: 0;
  opacity: 0.5;
  background: rgb(2, 0, 36);
  background: linear-gradient(
    0deg,
    rgb(9 62 140) 0%,
    rgb(0 0 0) 35%,
    rgb(0 0 0 / 0%) 100%
  );
}

.application .item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.application .item .img .cont {
  position: absolute;
  bottom: 15px;
  left: 0px;
  right: 15px;
  padding: 15px 15px;
  border-radius: 10px;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  color: #fff;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.application .item .img .cont h5 {
  font-size: 20px;
}

.application .item .img .cont p {
  color: #ddd;
  padding: 10px;
}

.application .item .img .cont img {
  width: 20px;
  -webkit-filter: invert(1);
  filter: invert(1);
}

@media (max-width: 600px) {
  .application .item .img {
    height: 250px;
  }
  .application .row > * {
    padding: 0 5px;
  }
  .application .item .img .cont h5 {
    font-size: 16px;
  }
  .application .item .img .cont {
    left: 0;
    padding: 5px 15px;
  }
  .featuresFlexWrapper {
    flex-flow: column !important;
    gap: 20px;
  }
}

/* Services
-----------------------------------------------------------------*/
#genio-advantages .swiper-slide.swiper-slide-active img {
  transition: all 1s ease;
  transform: scale(0.4);
}
#genio-advantages .swiper-slide.swiper-slide-active img {
  transform: scale(1.2);
}
.services .item-box {
  text-align: center;
  padding: 40px 40px;
  background-color: rgb(228 230 242 / 54%);
  box-shadow: 0px 5px 6px 0px #ccd1f1;
}
.services .serv-swiper .swiper-slide:nth-child(even) {
  margin-top: 50px;
}

.services .item-box .icon {
  width: 90px;
  margin: 0 auto;
  margin-bottom: 20px !important;
}
.services .item-box .icon img {
  height: 90px;
  object-fit: contain;
}

.services .item-box .icon-box {
  display: inline-block;
  -webkit-box-shadow: inset -2px -2px 2px rgba(65, 65, 65, 0.14),
    inset 2px 2px 5px rgba(7, 7, 7, 0.38);
  box-shadow: inset -2px -2px 2px rgba(65, 65, 65, 0.14),
    inset 2px 2px 5px rgba(7, 7, 7, 0.38);
  border-radius: 15px;
  width: 80px;
  height: 80px;
  padding: 15px;
}

.services .item-box h5 {
  font-size: 20px;
  font-weight: 400;
}
.services .item-box .icon-box img {
  opacity: 0.7;
}

.services .item-box.bg {
  background: #f5f7f9;
}

.services .dots {
  position: relative;
  padding-top: 30px;
  margin-top: 30px;
}
.services .dots span {
  background: #000;
  width: 10px;
  height: 10px;
  margin: 0 7px !important;
  border-radius: 50% !important;
  position: relative;
}

.services .dots span.swiper-pagination-bullet-active:after {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border: 1px solid #0b77e5;
  border-radius: 50%;
}

.services .serv-swiper {
  -webkit-clip-path: inset(-100vw -100vw -100vw 0);
  clip-path: inset(-100vw -100vw -100vw 0);
}

.services .swiper-container {
  overflow: visible;
}

.services-tab .serv-tab-cont .tab-content {
  display: none;
}

.services-tab .serv-tab-cont .tab-content.current {
  display: block;
}

.fadeInLeft {
  animation-name: fadeInLeft;
  animation-duration: 1.5s;
  animation-timing-function: ease-in-out;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}

.fadeInRight {
  animation-name: fadeInRight;
  animation-duration: 1.5s;
  animation-timing-function: ease-in-out;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(200px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.fadeInUp {
  animation-name: fadeInUp;
  animation-duration: 1.5s;
  animation-timing-function: ease-in-out;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.services-tab .serv-tab-cont .item {
  position: relative;
}

.services-tab .serv-tab-cont .item .cont {
  padding: 20px 0px;
}

.services-tab .serv-tab-cont .item-flex {
  margin-right: 20px;
}

@media (max-width: 1499px) {
  .services-tab .serv-tab-cont .item-flex {
    display: block !important;
  }
}
.services-tab .serv-tab-cont .item-flex div:first-child {
  padding-right: 10px;
}
.services-tab .serv-tab-link .item-link {
  position: relative;
  cursor: pointer;
  width: 100%;
  text-align: center;
}
.services-tab .serv-tab-link .item-link::after {
  transform: scaleX(0);
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: 0;
  background-color: #0b77e5;
  transition: transform 0.3s;
  z-index: 10;
}
.services-tab .serv-tab-link .item-link.current::after {
  transform: scaleX(1);
}

.services-tab .serv-tab-link .item-link span {
  margin-right: 30px;
}

.services-tab.revers .serv-tab-cont .item {
  position: relative;
  padding: 40px 0;
}

.services-tab.revers .serv-tab-cont .item:nth-child(1) {
  background-position: right;
  background-size: contain;
}

.services-tab.revers .serv-tab-cont .item .img {
  max-height: 600px;
}
#tabs-1 .item .img {
  height: 600px;
}

.services-tab.revers .serv-tab-cont .item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center center;
  object-position: center center;
}

.services-tab.revers .serv-tab-cont h3 {
  font-weight: 300;
  margin-bottom: 15px;
}

.services-tab.revers .serv-tab-cont .item .cont .bg-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: bottom;
  pointer-events: none;
}

.services-tab.revers .serv-tab-cont .tech-circle {
  max-width: 800px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.tech-wrap {
  position: relative;
  margin: 0 60px;
  padding-bottom: 60%;
}
@media (max-width: 1199.98px) {
  .tech-wrap {
    padding-bottom: 210px;
    height: 500px;
    max-width: 600px;
    margin: 0 auto;
  }
}
@media (max-width: 767.98px) {
  .tech-wrap {
    margin: 0 auto;
    padding-bottom: 48px;
  }
}
.tech-wrap .suitcase-image {
  text-align: center;
  margin-bottom: 15px;
}
.tech-wrap .home-tech__title {
  font-family: "Bai Jamjuree", sans-serif;
  font-size: 35px;
  font-weight: 600;
  color: #000;
  margin-bottom: 15px;
  text-align: center;
}
@media (max-width: 991.98px) {
  .tech-wrap .home-tech__title {
    font-size: 25px;
  }
}
.tech-wrap .home-tech__description {
  font-family: "Bai Jamjuree", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
  color: #000;
  margin-bottom: 38px;
  text-align: center;
  max-width: 40ch;
  margin: 0 auto;
  margin-bottom: 35px;
}
@media (max-width: 991.98px) {
  .tech-wrap .home-tech__description {
    font-size: 16px;
    line-height: 26px;
  }
}
.tech-wrap .home-tech__description span {
  font-weight: 700;
}
.tech-wrap .btn-wrap {
  text-align: center;
}
.tech-wrap .btn-wrap .btn {
  border-radius: 4px;
}

.tech-wrap .tech-thumbs .tech {
  position: absolute;
}
.tech-wrap .tech-thumbs .tech .image-wrap .tech-image {
  width: 125px;
  height: 125px;
  overflow: hidden;
  margin-bottom: 0;
}
.tech-wrap .tech-thumbs .tech-0 .image-wrap .tech-image {
  width: 100%;
  height: 230px;
}

.tech-wrap .tech-thumbs .tech-5 .image-wrap .tech-image {
  width: 100%;
  height: 350px;
}
.tech-wrap .tech-thumbs .tech-6 .image-wrap .tech-image {
  width: 100%;
  height: 350px;
}
.tech-wrap .tech-thumbs .tech .image-wrap .tech-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.tech-wrap .tech-thumbs .tech-0 {
  top: 180px;
  left: 30%;
}
.tech-wrap .tech-thumbs .tech-1 {
  top: 80px;
  left: 80px;
}

.tech-wrap .tech-thumbs .tech-2 {
  top: 60px;
  right: 0px;
}

.tech-wrap .tech-thumbs .tech-3 {
  top: 380px;
  left: 10%;
}

.tech-wrap .tech-thumbs .tech-4 {
  top: 380px;
  right: 60px;
}

.tech-wrap .tech-thumbs .tech-6 {
  top: 60px;
  right: 40px;
}

.pop-anim .tech-image {
  animation: popAnim 0.7s ease 3 alternate;
}
.tech-wrap .tech-thumbs .tech-0 .image-wrap .tech-image {
  animation: fadeInUp 2.7s ease 1 alternate;
}

.pop-anim .tech:nth-child(1) .tech-image {
  animation-delay: 0;
}
.pop-anim .tech:nth-child(2) .tech-image {
  animation-delay: 1.8s;
}
.pop-anim .tech:nth-child(3) .tech-image {
  animation-delay: 1.2s;
}
.pop-anim .tech:nth-child(4) .tech-image {
  animation-delay: 0.4s;
}
.pop-anim .tech:nth-child(5) .tech-image {
  animation-delay: 1.6s;
}
.pop-anim .tech-1::before,
.pop-anim .tech-1 .image-wrap::before,
.pop-anim .tech-1 .image-wrap::after,
.pop-anim .tech-2::before,
.pop-anim .tech-2 .image-wrap::before,
.pop-anim .tech-3::before,
.pop-anim .tech-3 .image-wrap::before,
.pop-anim .tech-3 .image-wrap::after,
.pop-anim .tech-4 .image-wrap::before,
.pop-anim .tech-4 .image-wrap::after {
  animation: popAnim 0.7s ease 3 alternate;
}
.pop-anim .tech-1::before {
  animation-delay: 0.1s;
}
.pop-anim .tech-1 .image-wrap::before {
  animation-delay: 0.3s;
}
.pop-anim .tech-1 .image-wrap::after {
  animation-delay: 0.8s;
}
.pop-anim .tech-2::before {
  animation-delay: 0.4s;
}
.pop-anim .tech-2 .image-wrap::before {
  animation-delay: 0.5s;
}
.pop-anim .tech-3::before {
  animation-delay: 0.2s;
}
.pop-anim .tech-3 .image-wrap::before {
  animation-delay: 0.6s;
}
.pop-anim .tech-3 .image-wrap::after {
  animation-delay: 1.2s;
}
.pop-anim .tech-4 .image-wrap::before {
  animation-delay: 1.4s;
}
.pop-anim .tech-4 .image-wrap::after {
  animation-delay: 1.8s;
}
.pop-anim .tech-5::before {
  animation-delay: 1s;
}
.pop-anim .tech-5 .image-wrap::before {
  animation-delay: 1.6s;
}
.pop-anim .tech-5 .image-wrap::after {
  animation-delay: 2s;
}
@keyframes popAnim {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

@media (max-width: 1599.98px) {
  .tech-wrap .tech-thumbs .tech-2::after {
    right: 15px;
  }
  .tech-wrap .tech-thumbs .tech-0 {
    top: 140px;
  }
}
@media (max-width: 1199px) {
  .tech-wrap .tech-thumbs .tech .image-wrap .tech-image {
    width: 100px;
    height: 100px;
  }
  .tech-wrap .tech-thumbs .tech-0 .image-wrap .tech-image {
    width: 200px;
    height: 200px;
  }
  .tech-wrap .tech-thumbs .tech-0 {
    top: 80px;
    left: 23%;
  }
  .tech-wrap .tech-thumbs .tech-1 {
    top: 40px;
    left: 40px;
  }
  .tech-wrap .tech-thumbs .tech-3 {
    top: 260px;
    left: 5%;
  }
  .tech-wrap .tech-thumbs .tech-4 {
    top: 260px;
    right: 0;
  }
}

@media (max-width: 991px) {
  .tech-wrap .tech-thumbs .tech .image-wrap .tech-image {
    width: 100px;
    height: 100px;
  }
  .tech-wrap .tech-thumbs .tech-0 .image-wrap .tech-image {
    width: 200px;
    height: 200px;
  }
  .tech-wrap .tech-thumbs .tech-0 {
    top: 130px;
    left: 200px;
  }
  .tech-wrap .tech-thumbs .tech-1 {
    top: 80px;
    left: 40px;
  }
  .tech-wrap .tech-thumbs .tech-3 {
    top: 260px;
    left: 5%;
  }
  .tech-wrap .tech-thumbs .tech-4 {
    top: 260px;
    right: 0;
  }
  .services-tab.revers .serv-tab-cont .tech-circle {
    max-width: 600px;
  }
}

@media (max-width: 1299.98px) {
  .tech-wrap .tech-thumbs .tech-2::after {
    transform: translate(100%, 100%) scale(0.9);
    transform-origin: left;
    right: 0;
  }
}

@media (max-width: 600px) {
  .tech-wrap .tech-thumbs .tech-0 {
    top: 80px;
    left: 80px;
  }
  .tech-wrap .tech-thumbs .tech-1 {
    top: 40px;
    left: 0;
  }
  .tech-wrap .tech-thumbs .tech-2 {
    top: 20px;
    right: 0px;
  }
  #tabs-1 .item .img {
    height: auto;
  }
  .services-tab.revers .serv-tab-cont .tech-circle img {
    width: 140% !important;
    height: 130%;
    margin-left: -70px;
  }
}

@media (min-width: 1599.98px) {
  .tech-wrap .tech-thumbs .tech-2,
  .tech-wrap .tech-thumbs .tech-4 {
    right: 160px;
  }
  .tech-wrap .tech-thumbs .tech-0 {
    top: 180px;
    left: 37%;
  }
  .tech-wrap .tech-thumbs .tech-1 {
    top: 80px;
    left: 130px;
  }
  .tech-wrap .tech-thumbs .tech-3 {
    top: 380px;
    left: 15%;
  }
}

/* Sliders
-----------------------------------------------------------------*/

.swiper-arrow-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px;
}

.swiper-arrow-control .swiper-button-next,
.swiper-arrow-control .swiper-button-prev {
  position: static;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.01);
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  color: inherit;
}

.swiper-arrow-control .swiper-button-next:after,
.swiper-arrow-control .swiper-button-prev:after {
  display: none;
}

.swiper-arrow-control .swiper-button-next {
  margin-left: 15px;
}

/* About
-----------------------------------------------------------------*/

.section-home-about {
  margin-top: -50px;
}
.section-home-about h2,
.section-home-about p {
  color: #fff;
}

.section-home-about .bg-solid-color {
  border-radius: 0 40px 40px 0px;
}

.section-home-about .bg-solid-color .cont {
  max-width: 600px;
}

footer .sub-footer p {
  color: #fff;
}

/* ====================== [ Start Responsive ] ====================== */
@media screen and (max-width: 992px) {
  .section-home-about {
    margin-top: -20px;
  }
  .md-mb10 {
    margin-bottom: 10px !important;
  }
  .md-mb15 {
    margin-bottom: 15px;
  }
  .md-mb20 {
    margin-bottom: 20px;
  }
  .md-mb30 {
    margin-bottom: 30px;
  }
  .md-mb40 {
    margin-bottom: 40px;
  }
  .md-mb50 {
    margin-bottom: 50px !important;
  }
  .md-mb80 {
    margin-bottom: 80px;
  }
  .md-no-mrg {
    margin: 0 !important;
  }
  .md-pb10 {
    padding-bottom: 10px;
  }
  .md-pb20 {
    padding-bottom: 20px;
  }
  .md-pb30 {
    padding-bottom: 30px;
  }
  .md-pb40 {
    padding-bottom: 40px;
  }
  .md-pb50 {
    padding-bottom: 50px;
  }
  .md-pb60 {
    padding-bottom: 60px;
  }
  .md-pb70 {
    padding-bottom: 70px;
  }
  .md-pb80 {
    padding-bottom: 80px;
  }
  .md-pt80 {
    padding-top: 80px !important;
  }
  .md-no-pad {
    padding: 0 !important;
  }
  .md-center {
    text-align: center !important;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  .md-hide {
    display: none;
  }
  .justify-end {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-end .vew-all {
    margin-left: 25px;
    margin-top: 25px;
  }
  .justify-end .swiper-controls {
    margin-top: 30px;
  }
  .justify-end .ml-auto {
    margin-left: 0;
    margin-top: 30px;
  }
  .row.sm-marg {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row.sm-marg > * {
    padding-left: 15px;
    padding-right: 15px;
  }
  .row.stand-marg {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row.stand-marg > * {
    padding-left: 15px;
    padding-right: 15px;
  }
  .row.md-marg {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row.md-marg > * {
    padding-left: 15px;
    padding-right: 15px;
  }
  .row.lg-marg {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row.lg-marg > * {
    padding-left: 15px;
    padding-right: 15px;
  }
  .row.xlg-marg {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row.xlg-marg > * {
    padding-left: 15px;
    padding-right: 15px;
  }
  .row.xxlg-marg {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row.xxlg-marg > * {
    padding-left: 15px;
    padding-right: 15px;
  }
  h1 {
    font-size: 50px;
  }
  h2 {
    font-size: 40px;
  }
  h3 {
    font-size: 30px;
  }
  h4 {
    font-size: 28px;
  }
  h5 {
    font-size: 23px;
  }
  h6 {
    font-size: 20px;
  }
  .fz-120 {
    font-size: 90px !important;
  }
  .fz-80 {
    font-size: 60px !important;
  }
  .fz-70 {
    font-size: 50px !important;
  }

  .hamenu .menu-links {
    height: calc(100vh - 0px);
  }
  .sec-head h2 {
    font-size: 35px;
  }
  .crev-agency-header {
    padding: 100px 0;
  }

  .crev-agency-header .right-clumn {
    padding: 0;
    border: 0;
  }
  .crev-agency-header .caption {
    width: 100%;
    padding: 0;
  }

  .services-tab.mb-80 {
    margin-bottom: 0 !important;
  }

  .img-column3 .img,
  .img-column .img {
    height: auto;
    min-height: auto;
  }
}

@media screen and (max-width: 768px) {
  .sm-mb10 {
    margin-bottom: 10px;
  }
  .sm-mb20 {
    margin-bottom: 20px;
  }
  .sm-mb30 {
    margin-bottom: 30px;
  }
  .sm-mb40 {
    margin-bottom: 40px;
  }
  .sm-mb50 {
    margin-bottom: 50px;
  }
  .sm-mb80 {
    margin-bottom: 80px;
  }
  .sm-p20 {
    padding: 20px;
  }
  .sm-pb20 {
    padding-bottom: 20px;
  }
  .sm-pb30 {
    padding-bottom: 30px;
  }
  .sm-pb40 {
    padding-bottom: 40px;
  }
  .sm-pb50 {
    padding-bottom: 50px;
  }
  .sm-pb60 {
    padding-bottom: 60px;
  }
  .sm-pb70 {
    padding-bottom: 70px;
  }
  .sm-pb80 {
    padding-bottom: 80px;
  }
  .sm-hide {
    display: none;
  }
  .fz-70 {
    font-size: 40px !important;
  }
  h1 {
    font-size: 50px;
  }
  h2 {
    font-size: 34px;
  }
  h3 {
    font-size: 30px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 23px;
  }
  h6 {
    font-size: 16px;
  }

  .progress-wrap {
    bottom: 15px;
    right: 15px;
  }
  .in-box {
    width: 100%;
  }
  .in-box.mb-15 {
    margin-bottom: 0 !important;
  }
  .hamenu .logo {
    left: 25px;
  }
  .hamenu .close-menu {
    top: 25px;
    right: 25px;
  }
  .hamenu .menu-links .main-menu > li .link {
    font-size: 16px;
  }
  .hamenu .menu-links .main-menu > li .sub-dmenu {
    font-size: 24px;
  }
  .hamenu .menu-links .main-menu .sub-menu li,
  .hamenu .menu-links .main-menu .sub-menu2 li {
    font-size: 20px;
  }
  .section-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .sec-head h2 {
    font-size: 28px;
  }
  .sec-head .go-more {
    margin-top: 10px;
  }
  .crev-agency-header .caption h1 {
    font-size: 35px;
  }
  .crev-agency-header .caption h4 {
    margin-bottom: 30px;
  }
  .services-tab.revers .serv-tab-cont .item {
    padding: 0px;
  }

  .about .cont .d-flex.mt-100 {
    display: block !important;
    margin-top: 80px !important;
  }
  .about .cont .d-flex .ml-80 {
    margin: 30px 0 0 !important;
  }
  .services-crev .item-box .d-flex {
    display: block !important;
  }
  .services-crev .item-box .icon {
    margin: 0 0 30px !important;
  }
  .services-crev .item-box .num {
    left: auto;
    right: 40px;
  }
  .services-tab .serv-tab-cont .item .img {
    width: 90%;
  }
  .services-tab .serv-tab-cont .item .cont {
    left: 15px;
  }
  .services-tab.revers .serv-tab-cont .item .img {
    width: 100%;
    margin-left: 0;
  }
  .services-tab.revers .serv-tab-cont .item .cont {
    right: 5%;
    padding: 20px 20px;
  }
  footer .sub-footer .links {
    -webkit-box-pack: inherit !important;
    -ms-flex-pack: inherit !important;
    justify-content: inherit !important;
  }
  footer .sub-footer .text-center {
    text-align: left !important;
  }
}

@media screen and (max-width: 600px) {
  .services-tab.revers .serv-tab-cont .item .cont {
    padding: 20px 0;
  }
  .services .item-box h5 {
    font-size: 14px;
  }
  .services .item-box {
    padding: 20px;
  }
  .tech-wrap {
    height: 400px;
  }
  .featuresBox{
    display: flex;
    width: 100% !important;
  }
}

/* ====================== [ End Responsive ] ====================== */

.businessDatawrappr{
  position: relative;
}

.businessDatawrapprBG1{
  background-color: #192e5259;
  min-height: 150px;
  width: 100%;
}

.businessDatawrapprBG{
  background-color: #192e52;
  min-height: 150px;
  position: absolute;
  width: 100%;
  opacity: 0.5;
  top: 0;
  z-index: -1;
}

.faqWrapper  p {
    line-height: 1.8;
    font-size: 13px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    color: #120e0e;
    margin: 0;
}

.faqWrapper ul li p:first-child {
  font-weight: 700;
}
.faqWrapper ul li p:last-child {
  padding: 10px;
  border-radius: 5px;
}


.featuresFlexWrapper ul li p:first-child {
  font-weight: 700;
}

.featuresFlexWrapper ul li p:last-child {
    background-color: white;
    padding: 10px;
    border-radius: 5px;
}


.faqliwrapper{
    padding: 15px;
    border-radius: 10px;
    min-height: 300px;
}

.image-container {
  width: 130px;
  height: 120px;
  overflow: hidden;
  border-radius: 50%;
  text-align: center;
  background-color: white;
}

.image-container img {
  width: 60%;
  height: 100%;
  object-fit: contain;
}

.FeatureImgWrapper{
  display: flex;
  justify-content: center;
  align-items: center;
}

.featuresFlexWrapper{
  display: flex;
    justify-content: start;
    align-items: stretch;
    flex-flow: row;
    gap: 20px;
    padding: 0px 20px;
}

.featuresBox{
  display: flex;
  width: 20%;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
  background-color: white;
  border-radius: 15px;
}

.faqliwrapper ul li p:first-child {
  padding: 15px 25px;
  border-bottom: 0px gray solid;
  cursor: pointer;
}

.faqAnswer{
  padding-left: 25px !important;
  padding-top: 0px !important;
}


.studentRegBtnPatch{
    width: 300px;
    margin: 0 auto;
    background-color: white;
    text-align: center;
    border-radius: 10px;
    padding-top: 30px;
    margin-top:0px;
}

.studentRegBtnPatch img{
    max-width:150px;
}

.glass-container {
    background: rgba(255, 255, 255, 0.1); /* Semi-transparent white background */
    backdrop-filter: blur(10px); /* Adjust the blur amount as needed */
    border-radius: 10px; /* Rounded corners for the container */
    padding: 20px; /* Add padding to the content inside the container */
    width: 300px; /* Set the container's width as needed */
    border:1px white solid;
}

.fancy-button {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border: none;
    border-radius: 5px;
    background-color: #3498db;
    color: #fff;
    transition: background-color 0.3s ease;
}

/* Hover effect */
.fancy-button:hover {
    background-color: #2980b9;
}

/* Add a shadow for depth */
.fancy-button::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: inherit;
    z-index: -1;
    transition: opacity 0.3s ease;
}

/* Shadow on hover */
.fancy-button:hover::after {
    opacity: 0;
}

/* Additional styles for different button states (optional) */
.fancy-button:active {
    background-color: #1e6091;
}


.loader {
    border: 10px solid #f3f3f3;
    border-radius: 50%;
    border-top: 10px solid #3498db;
    width: 60px;
    height: 60px;
    animation: spin 2s linear infinite;
    margin: 0 auto;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

  .overlay-text {
    position: absolute;
    bottom: 0 !important;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    padding: 10px;
    min-height: 200px;
    color: #fff;
    border-radius: 0px !important;
    }

   .overlay-text .businessDatawrapprBG1{
    background-color: transparent !important;
   } 

   .overlay-text h5 {
    font-size: 20px;
    padding-left: 10px;
  }
   .overlay-text p {
    color: #ddd;
    padding: 10px;
  }

  .faqliwrapper ul li p{
    padding: 15px 20px;
    border-bottom: 0px gray solid;
    cursor: pointer;
}


  .faqliwrapper ul li{
    background-color: white;
    border-radius: 15px;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    position:relative;
    margin-bottom: 20px;
  }

  .faqliwrapper ul li::before {
    background-color: #093e8c;
    content: '';
    width: 14px;
    height: var(--after-height, 54px);
    top: 0;
    position: absolute;
    z-index: 500;
    display: inline-block;
    border-radius: 15px 0px 0px 15px;
  }

  .faqliwrapper ul li::after {
    content: '\f078';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    width: 25px;
    height: 25px;
    top: 15px;
    right: 12px;
    position: absolute;
    z-index: 500;
    display: inline-block;
    transition: transform 0.3s ease;
    text-align: center;
    line-height: 23px;
    border: 2px #093e8c solid;
    border-radius: 50%;
    color: #093e8b;
  }
  .faqliwrapper ul li.rotate-icon::after {
    transform: rotate(180deg); /* Rotate the icon 180 degrees */
  }

  .contactContentWrapper{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .contactContent{
    width: 70%;
    text-align: center;
    padding:50px 0px;
  }

  .video-container {
    position: relative;
    width: 100%;
    max-width: 100%; /* Adjust as needed */
  }
  
  video {
    width: 100%;
    height: auto;
    display: block;
  }
  
  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
    opacity: 1;
    transition: opacity 0.3s ease;
  }
  
  .play-btn {
    font-size: 60px;
    color: white;
    background: none;
    border: none;
    cursor: pointer;
    outline: none;
  }
  
  .video-container:hover .overlay {
    opacity: 1;
  }
  
  #bgVideo:hover {
    cursor: pointer;
  }
  
  #bgVideo {
    width: 100%;
  }
  
 
  /* Hide the overlay when playing */
  video.playing + .overlay {
    display: none;
  }
  .foutypixel{
    padding-left: 40px;
  }
  
  @media screen and (max-width: 600px) {
    .foutypixel{
      padding-left:0px;
    } 
  }

