@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  outline: none
}

*,
*:focus {
  outline: none;
  -webkit-tap-highlight-color: #fff0
}

html {
  scroll-behavior: smooth;
}

body {
  display: block;
  position: relative;
  font: 400 14px/1.1 "Montserrat", sans-serif;
  background: #fff;
  margin: 0;
  padding: 0 0;
  -webkit-font-smoothing: antialiased;
  display: block;
  position: relative;
  letter-spacing: 0.3px;
}

.bg-logo {
  position: fixed;
  z-index: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  width: 80%;
  height: 100%;
  opacity: .02
}

#fader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  pointer-events: none;
  background: #FDFCFB;
  animation-duration: 1s;
  animation-timing-function: ease-in-out
}

#fader.fade-out {
  opacity: 0;
  animation-name: fade-out
}

#fader.fade-in {
  opacity: 1;
  animation-name: fade-in
}

@keyframes fade-out {
  from {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

@keyframes fade-in {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.shipping_banners:not(.slick-initialized) .slider-box:not(:first-child) {
  display: none
}

::-webkit-input-placeholder {
  color: #000;
  opacity: 1
}

:-moz-placeholder,
::-moz-placeholder {
  color: #000;
  opacity: 1
}

:-ms-input-placeholder {
  color: #000;
  opacity: 1
}

a {
  color: #464646;
  text-decoration: none
}

a:hover {
  color: #464646;
  outline: none;
  text-decoration: none
}

img {
  max-width: 100%;
  vertical-align: middle
}

svg {
  display: inline-block;
  vertical-align: middle;
  fill: currentColor
}

h1,
.h1 {
  font-size: 30px
}

h2,
.h2 {
  font-size: 28px;
  line-height: 1
}

h3,
.h3 {
  font-size: 24px
}

h4,
.h4 {
  font-size: 18px
}

h5,
.h5 {
  font-size: 16px
}

h6,
.h6 {
  font-size: 15px
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0 0 15px;
  font-style: normal;
  font-size: 36px;
  margin-bottom: 20px;
  color: #000000;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.5;
  position: relative;
}

p {
  margin: 0 0 10px;
  overflow: hidden;
  text-align: left;
  color: #686868;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.66;
  margin-bottom: 15px;
}

.pt-60 {
  padding-top: 60px
}

input,
select,
textarea {
  background: #fff;
  background: #fff;
  border: 1px solid rgb(70 70 70 / .3);
  font: 500 15px/1 'Montserrat', sans-serif;
  width: 100%;
  display: block;
  color: #282828;
  padding: 11px 16px;
  border-radius: 5px;
  letter-spacing: 0;
  height: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

input::-webkit-input-placeholder {
  color: rgb(40 40 40 / 50%)
}

input::-moz-placeholder {
  color: rgb(40 40 40 / 50%)
}

input:-ms-input-placeholder {
  color: rgb(40 40 40 / 50%)
}

input:-moz-placeholder {
  color: rgb(40 40 40 / 50%)
}

textarea {
  min-height: 120px;
  padding: 14px
}

ul {
  list-style: none;
  padding: 0;
  margin: 0
}

strong,
b {
  font-weight: 700
}

table {
  border-spacing: 0;
  border-collapse: collapse
}

.w-left {
  width: 100%;
  float: left
}



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

input[type="search"]::-webkit-search-cancel-button {
  display: none
}

section {
  padding: 70px 0;
  overflow: hidden;
}

.btn {
  border: 1px solid #919191;
  padding: 11px 40px;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  margin-top: 10px;
  background-color: transparent;
  display: inline-block;
  /* color: #fff; */
  transition: 0.4s;
  background-color: #fff;
}

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

.btn-5 {
  border: 0 solid;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
  outline: 1px solid;
  outline-color: #aaaf44;
  outline-offset: 0px;
  text-shadow: none;
  transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
}

.btn-5:hover {
  border: 1px solid;
  /* box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.5), 0 0 20px rgb(227 62 62 / 15%); */
  outline-color: rgb(103 24 24 / 0%);
  outline-offset: 15px;
  color: #ffffff !important;
  background: #aaaf44;
}

input.edu-btn.btn-medium.btn:hover {
  background: #aaaf44;
  color: #fff;
  transition: all 0.7s;
}
input.edu-btn.btn-medium.btn{
  transition: all 0.7s;
}
.main-heading-title {
  text-align: center;
}

.main-heading-title h2 {
  font-size: 75px;
  color: #000;
}

.main-heading-title span {
  font-size: 75px;
  color: #1e77be;
}

.title_underline {
  background-color: #3f4192;
  border-radius: 20px;
  display: block;
  height: 4px;
  margin: 0 auto;
  position: relative;
  width: 220px;
  padding-bottom: 10px;
  left: 2%;
  transform: translate(-40px, 0px);
}

.title_underline::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 10px;
  width: 10px;
  background: #fff;
  border-radius: 50%;
  animation: move_dot 5s linear infinite;
}

@keyframes move_dot {
  0% {
    transform: translateX(100px);
  }

  50% {
    transform: translateX(calc(100% - 10px));
  }

  100% {
    transform: translateX(100px);
  }
}

.header-bg {
  z-index: 999;
  position: relative;
}

.btn-6 {
  color: #fff !important;
  position: relative !important;
  display: inline-block !important;
  overflow: hidden;
  margin: 0;
  text-transform: uppercase !important;
  border: none;
  background: #f8b186;
  font-size: 14px !important;
  padding: 12px 30px !important;
}

.btn-6 p {
  z-index: 99;
  position: relative;
  font-style: normal;
  margin: 0;
  line-height: normal;
  color: #fff;
  font-size: 14px;
}

.btn-6 p {
  text-transform: uppercase !important;
  font-size: 14px;
}

.btn-6 span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #0d97a6;
  -webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
  transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 9;
}

.bg-color {
  background-color: #dd00746e;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: rotet;
  color: #fff;
  padding-top: 0%;
}

.navbar-brand {
  padding: 0;
  margin: 0;
  margin-top: 0px;
}

.navbar-brand img {
  max-width: 100%;
  height: auto;
  max-width: 50%;
}

.nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 30px;
  height: 2px;
  background-color: var(--main-color);
  transform: scale(0, 1);
  transform-origin: center right;
  transition: transform .5s;
  margin: auto;

}

.nav-item .nav-link:hover::before {
  transform: scale(1, 1);
  transform-origin: left center;
}

.nav-item .nav-link:hover {
  color: #3f4192;
}

.main-sticky-header.scrolled {
  box-shadow: 5px 5px 5px #a5a0a0;
}

.nav-item.dropdown ul.dropdown-menu.show {
  background-color: #fff;
  border-top: 2px solid #3f4192 !important;
  border: none;
  border-radius: 0;
  margin-top: 36px;
  padding: 0;
}

a.dropdown-item {
  font-size: 14px;
  padding: 15px;
  border-bottom: 1px solid #ccc;
  background-color: #ffff;
}

.main-sticky-header {
  transition: width 0.9s ease-in-out, top 0.9s ease-in-out, left 0.8s ease-in-out, right 0.8s ease-in-out;
}

header {
  position: relative
}

.navbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  transition: 0.4s;
  /* background-color: #0000003b;
  backdrop-filter: blur(20px); */
}

nav.navbar.scrolled a.btn.btn-5 {
  color: #000000;
}

.scrolled {
  position: fixed;
  top: 0;
  background-color: #fff;
  padding: 22px 20px;
  box-shadow: 1px 9px 20px #525252a8;
  transition: 0.4s;
}

.white-logo {
  display: block !important
}

.normal-logo {
  display: none !important
}

.scrolled .white-logo {
  display: none !important
}

.scrolled .normal-logo {
  display: block !important;
  width: 100%;
  max-width: 50%;
}

.arrow-icon.active path {
  fill: #2978bb !important;
}

.nav-link.active {
  color: #214385 !important;
  border-bottom: 2px solid #aaaf44;
}

.navbar.scrolled .navbar-nav .nav-link {
  color: #000
}

.navbar .navbar-nav.sm-icons .nav-link svg {
  fill: #000000
}

.navbar.scrolled .navbar-nav.sm-icons .nav-link svg {
  fill: #000
}

.navbar .container-fluid {
  padding: 14px 83px;
}

.navbar.scrolled .container-fluid {
  padding: 4px 40px;
  transition: 0.4s;
}

.navbar .navbar-nav .nav-link {
  font-size: 21px;
  font-weight: 600 !important;
  color: #000000;
  opacity: 1;
  margin: 0 20px;
  cursor: pointer;
}

.navbar-brand {
  width: 100%;
  max-width: 25%
}

.sm-icons {
  flex-direction: row
}

.sm-icons .nav-link {
  padding-right: 1em
}

body[data-page="thankyou.php"] .navbar .nav-link {
  color: #000;
}

body[data-page="thankyou-catalogue.php"] .navbar .nav-link {
  color: #000;
}

body[data-page="thankyou.php"] .navbar .white-logo {
  display: none !important;
}

body[data-page="thankyou.php"] .navbar .normal-logo {
  display: block !important;
}

/* banner */
.creative-fullpage--slider {
  background-color: #fff;
  z-index: 2;
  width: 100%;
  position: relative;
  flex-direction: column;
  height: 100%;
  font-size: 16px;
  display: flex;
  clip-path: none !important;
  padding-bottom: 0px
}

.creative-fullpage--slider .slider-inner {
  background: #000;
  height: 100%;
  position: relative
}

.creative-fullpage--slider .swiper-slide {
  position: relative;
  display: flex;
  justify-content: center;
  text-align: left;
  flex-direction: column;
  overflow: hidden
}

.creative-fullpage--slider .swiper-slide .slider-inner img {
  object-fit: cover;
  width: 100%;
  height: 100vh
}

.creative-fullpage--slider .swiper-slide .slider-inner video {
  object-fit: cover;
  width: 100%;
  height: 100%
}

.creative-fullpage--slider .swiper-slide .slider-inner .swiper-content {
  position: absolute;
  top: 22%;
  left: 50px;
  z-index: 1
}

.creative-fullpage--slider .swiper-slide .slider-inner::after {
  content: "";
  position: absolute;
  width: 101%;
  height: 100%;
  top: 0;
  left: -1px;
  background-color: #fff0;
  background-image: radial-gradient(at center right, #ffffff00 50%, #00000096 100%)
}

.swiper-slide .slider-inner .swiper-content .title-area .tag {
  color: #fff;
  font-weight: 900;
  font-size: 24px;
  margin-bottom: 10px;
  margin-top: 0
}

.swiper-slide .slider-inner .swiper-content .title-area .title {
  margin-top: 50px;
  color: #fff;
  font-size: 8vw;
  font-family: "Inter", sans-serif;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 50px;
  margin-left: -12px;
  text-decoration: none
}

.swiper-slide .slider-inner .swiper-content p.disc {
  font-size: 20px;
  width: 100%;
  margin-top: 15px;
  margin: 20px 0 40px 0;
  font-weight: 400;
  line-height: 32px;
  color: #ffffffb0
}

.creative-btn--wrap .creative-slide--btn {
  color: #fff;
  margin-left: 18px;
  font-size: 1.4em;
  transition: margin-left 300ms cubic-bezier(.49, 0, .01, 1);
  font-weight: 400;
  display: inline-flex;
  position: relative;
  white-space: nowrap;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  user-select: none;
  outline: none;
  outline-color: #fff0;
  box-shadow: none;
  will-change: transform;
  backface-visibility: hidden
}

.creative-btn--circle .circle {
  position: absolute;
  right: calc(100% - 10px);
  top: 0;
  bottom: 0;
  margin: auto;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  clip-path: circle(25% at 50% 50%);
  transition: clip-path 500ms cubic-bezier(.49, 0, .01, 1)
}

.creative-btn--circle .circle .circle-fill {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 100%;
  background-color: #fff;
  will-change: transform;
  transform: scale(0);
  z-index: 1;
  transition: transform 500ms cubic-bezier(.49, 0, .01, 1), background-color 500ms cubic-bezier(.49, 0, .01, 1)
}

.creative-btn--circle .circle-icon {
  transform: translate(-100%, 0%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  z-index: 2;
  transition: all 500ms cubic-bezier(.49, 0, .01, 1)
}

.creative-btn--circle .circle-icon .icon-arrow {
  width: 20px;
  height: 20px;
  stroke: none;
  fill: #000
}

.creative-btn--circle .circle-outline {
  fill: #fff0;
  width: 10px;
  stroke: #fff
}

.creative-btn--wrap .creative-slide--btn .creative-btn--label {
  margin-left: 4pt;
  transition: transform 500ms cubic-bezier(.49, 0, .01, 1)
}

.creative-btn--wrap .creative-slide--btn .creative-btn__border {
  position: absolute;
  left: 4pt;
  right: 0;
  bottom: 0;
  height: 1px;
  background: currentColor;
  transform-origin: right;
  transition: transform 500ms cubic-bezier(.49, 0, .01, 1)
}

.creative-btn--wrap .creative-slide--btn:hover .creative-btn--label {
  transform: translateX(18px)
}

.creative-btn--wrap .creative-slide--btn:hover .creative-btn__border {
  transform: scale(0, 1)
}

.creative-btn--wrap .creative-slide--btn:hover {
  margin-left: 38px !important
}

.creative-btn--wrap .creative-slide--btn:hover .circle {
  clip-path: circle(50% at 50% 50%)
}

.creative-btn--wrap .creative-slide--btn:hover .circle-fill {
  transform: scale(1, 1)
}

.creative-btn--wrap .creative-slide--btn:hover .circle-icon {
  transform: translate(0%, 0%);
  opacity: 1
}

.creative-fullpage--slider .swiper-container-h .swiper-button-next,
.creative-fullpage--slider .swiper-container-h .swiper-button-prev {
  bottom: 5%;
  top: unset;
  transform: scale(1);
  transition: all 0.4s;
  background-color: #0000003b;
  backdrop-filter: blur(20px);
  height: 85px;
  width: 85px;
  line-height: 85px;
  border-radius: 50%;
  transition: all 0.4s;
  background-image: unset
}

.creative-fullpage--slider .swiper-container-h .swiper-button-next {
  right: 50px
}

.creative-fullpage--slider .swiper-container-h .swiper-button-prev {
  left: 50px
}

.swiper-container-h .slider-pagination-area {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: unset;
  right: unset;
  bottom: 80px;
  left: 50% !important;
  transform: translateX(-50%);
  width: 500px;
  z-index: 1
}

.swiper-container-h .slider-pagination-area .slide-range {
  font-size: 16px;
  font-weight: 500;
  margin: 0 15px;
  color: #fff;
  line-height: 0;
  position: absolute;
  font-size: 20px
}

.swiper-container-h .slider-pagination-area .slide-range.one {
  left: -50px
}

.swiper-container-h .slider-pagination-area .slide-range.three {
  right: -50px
}

.swiper-container-h .slider-pagination-area .swiper-pagination {
  bottom: 0 !important;
  width: 500px !important
}

.swiper-container-h .slider-pagination-area .swiper-pagination .swiper-pagination-progressbar-fill {
  background: #fff
}

.swiper-container-h .swiper-button-next::after {
  content: "";
  background: none;
  color: #fff;
  font-size: 60px
}

.swiper-container-h .swiper-button-prev::after {
  content: "";
  background: none;
  color: #fff;
  font-size: 60px
}

.swiper-container-h .swiper-button-next:hover,
.swiper-container-h .swiper-button-prev:hover {
  background: #ffffff0d
}

@media (max-width:991px) {
  .creative-fullpage--slider .swiper-slide .slider-inner .swiper-content {
    width: 100%;
    text-align: center;
    left: 0
  }

  .creative-fullpage--slider .swiper-container-h .swiper-button-next,
  .creative-fullpage--slider .swiper-container-h .swiper-button-prev {
    height: 50px;
    width: 50px;
    line-height: 50px
  }

  .swiper-container-h .slider-pagination-area {
    width: 200px !important
  }

  .swiper-container-h .swiper-button-next::after,
  .swiper-container-h .swiper-button-prev::after {
    font-size: 30px
  }

  .creative-fullpage--slider .swiper-container-h .swiper-button-next,
  .creative-fullpage--slider .swiper-container-h .swiper-button-prev {
    background: #ffffff3b
  }

  .swiper-container-h .slider-pagination-area .swiper-pagination {
    bottom: 0 !important;
    width: 200px !important
  }
}

@media screen and (max-width:767px) {
  .swiper-slide .slider-inner .swiper-content .title-area .title {
    font-size: 64px
  }

  .swiper-slide .slider-inner .swiper-content .title-area .tag {
    margin-bottom: 0
  }

  .swiper-slide .slider-inner .swiper-content p.disc {
    margin: 20px auto 20px auto;
    font-size: 16px;
    width: 95%
  }

  .swiper-container-h .slider-pagination-area {
    display: none
  }

  .swiper-slide .slider-inner .swiper-content p.disc br {
    display: none
  }
}

.dots-image img {
  display: block;
  position: relative;
  z-index: 1
}

.creative-parallax--slider .f-slider-layer {
  position: relative;
  /* Ensure proper positioning for the overlay */
}

.creative-parallax--slider .f-slider-layer:before {
  content: "";
  background: #ffffff;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .7;
  display: block;
}

/* .creative-parallax--slider .f-slider-layer:after {
  background-color: #1e77becc;
  content: "";
  width: 280px;
  height: 540px;
  position: absolute;
  top: 60%;
  right: 15.5%;
  transform: translate(-50%, -50%) skew(-20deg, 0deg);
  z-index: 1;
  display: block;

} */

.creative-parallax--slider .swiper-slide-active .f-slider-layer:after {
  animation-name: fadeInThree;
  animation-duration: 2.3s;
  animation-delay: 0s;

}

.creative-parallax--slider .f-slider-layer .f-slider-one-data {
  position: absolute;
  top: 14%;
  transform: translateY(0%);
  right: 5%;
  left: 4%;
  z-index: 9;
  display: flex;
  align-items: start;
}

.f-slider-one-data .row {
  align-items: center;
}

.creative-parallax--slider .f-slider-one-data h1 {
  font-size: 102px;
  line-height: 1.25;
  color: #214385;
  margin-bottom: 10px;
  margin-top: 0px;
  opacity: 0;
  text-transform: capitalize;
}

.creative-parallax--slider .f-slider-one-data h2 {
  font-size: 42px;
  line-height: 1.4;
  color: #fff;
  margin-bottom: 7px;
  margin-top: 0px;
  opacity: 0;
}

.slider-form {
  transition: opacity 0.5s ease, filter 0.5s ease;
  animation: fadeInUp 1s ease forwards;
  animation-delay: 0s;
  opacity: 0;
  width: 100%;
}

.horizontal-lines {
  color: #c1c1c1;
  transition: opacity 0.5s ease, filter 0.5s ease;
  animation: fadeInUp 1s ease forwards;
  animation-delay: 1s;
  opacity: 0;
}

.creative-parallax--slider .swiper-slide-active .f-slider-one-data h1 {
  transition: opacity 0.5s ease, filter 0.5s ease;
  animation: fadeInUp 1s ease forwards;
  animation-delay: 1s;
}

.creative-parallax--slider .swiper-slide-active .f-slider-one-data h2 {
  transition: opacity 0.5s ease, filter 0.5s ease;
  animation: fadeInUp 1s ease forwards;
  animation-delay: 1s;
}

.sldier-title-tab {
  margin-top: 32px;
}

.f-slider-layer .f-slider-one-data p {
  font-size: 69px;
  line-height: 1.5;
  color: #214385;
  margin-bottom: 0px;
  width: 100%;
  font-weight: 300;
  opacity: 0;
}
p.span {
  font-size: 33px !important;
  font-weight: 500 !important;
}
.swiper-slide-active .f-slider-layer .f-slider-one-data p {
  transition: opacity 0.5s ease, filter 0.5s ease;
  animation: fadeInUp 1s ease forwards;
  animation-delay: 1.5s;
}

.f-slider-layer .slide-btn {
  text-decoration: none;
  background-color: #ffee02;
  padding: 18px 70px 18px 50px;
  font-size: 16px;
  font-family: Epilogue, sans-serif;
  color: #000;
  display: inline-flex;
  position: relative;
  border: 2px solid #ffee02;
  font-weight: 700;
  transition: .3s ease-in-out;
  opacity: 0;
}

.swiper-slide-active .f-slider-layer .slide-btn {
  transition: opacity 0.5s ease, filter 0.5s ease;
  animation: fadeInUp 1s ease forwards;
  animation-delay: 2s;
}

.f-slider-layer .slide-btn:hover {
  background-color: transparent;
  color: #fff;
}

.f-slider-layer .slide-btn:after {
  content: "";
  width: 30px;
  height: 100%;
  position: absolute;
  top: -2px;
  right: -32px;
  background: transparent;
  border-left: 0 solid transparent;
  border-right: 30px solid transparent;
  border-top: 65px solid #ffee02;
}

.f-slider-layer .slide-btn i {
  width: 40px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -14px;
  z-index: 1;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  transition: .5s ease-in-out;

}

.f-slider-layer .slide-btn:hover i {
  color: #000;
  width: 45px;
}

.f-slider-layer .slide-btn i:after {
  content: "";
  background: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  transform: skew(-24deg, 0deg);
  transition: .5s ease-in-out;
}

.f-slider-layer .slide-btn:hover i:after {
  background-color: #ffee02;
}

.slider-form-side .has-feedback {
  margin-bottom: 24px !important;
}

.slider-form-side .has-feedback select {
  appearance: auto;
  -webkit-appearance: auto;
}

.slider-form-title {
  margin: 10px 0 20px;
}

.slider-form-title h2 {
  font-size: 24px;
  color: #fff;
  line-height: 1.4;
  text-transform: capitalize;
}

.slider-form-side {
  background-color: #00000040;
  backdrop-filter: blur(12px);
  border-radius: 25px;
  padding: 18px 20px 40px;
  position: relative;
  margin-top: 25px;
}

.slider-form-side::before {
  content: "";
  position: absolute;
  top: -8px;
  left: -8px;
  width: calc(100% + 16px);
  height: calc(100% + 16px);
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  background-position: 50%;
  filter: blur(18px);
  z-index: -1;
}

/* banner End */
/* about */
.about-section-title span::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 15px 15px;
  border-color: transparent transparent #214385 transparent;
  left: -28px;
  top: 0px;
}

.about-section-title span {
  color: #214385;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  display: inline-block;
  margin-bottom: 13px;
  margin-left: 30px;
}

.about-section-title h1 {
  font-weight: 800;
  font-size: 45px;
  margin-bottom: 30px;
  font-family: "Montserrat", sans-serif;
}

.about-section-title p {
  font-size: 15px;
  font-weight: 500;
  line-height: 27px;
  color: #8a8a8a;
  text-align: justify;
  font-family: "Montserrat", sans-serif;
}

.btn-icon {
  -moz-user-select: none;
  background: #214385;
  border: medium none;
  display: inline-block;
  font-size: 20px;
  margin-bottom: 0;
  padding: 22px 38px 22px 38px;
  text-align: center;
  text-transform: capitalize;
  border-radius: 5px;
  position: relative;
  color: #ffffff;
  font-weight: 500;
  transition: .3s;
  line-height: 1;
  transition: all 0.5s ease-in-out;
}

a.btn-icon:hover {
  color: #fff;
}

.about-img {
  position: relative;
}

.about-us-info {
  position: absolute;
  background: #214385;
  bottom: 40px;
  right: 168px;
  left: -39px;
  padding: 34px 53px 30px 51px;
}

.about-info {
  position: relative;
}

.about-info::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 40px 30px 0;
  border-color: transparent #214385 transparent transparent;
  left: -51px;
  bottom: -80px;
}

.about-right-wrapper {
  margin-left: 70px;
}

.about-info h3 {
  color: #fff;
  font-size: 28px;
}

.about-info h3 a {
  border-bottom: 2px solid #ffffff;
  color: #ffffff;
}

/* end about */
/* product */
section.expand {
  background-color: #f7f5f5;
}

.title-inner {
  margin-bottom: 60px;
}

.products-section .swiper {
  width: 100%;
  height: 100%;
}

.products-section .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

.products-slider-items {
  margin-top: 50px;
}

.product-name h4 {
  font-size: 28px;
  margin: 0;
  padding: 17px;
  text-transform: capitalize;
  color: #ffffff;
  background-color: #30338c;
}

.prodcuts-item {
  border-radius: 20px;
  overflow: hidden;
}

.products-slider .swiper-wrapper {
  margin-bottom: 90px;
}

.slider-arrows-control {
  position: absolute;
  right: 49%;
  bottom: 60px;
}



.slider-arrows-control .swiper-button-next {
  right: 20px;
}

.slider-arrows-control .swiper-button-prev,
.slider-arrows-control .swiper-button-next {
  background-image: unset;
}

.slider-arrows-control .swiper-button-prev:after,
.slider-arrows-control .swiper-rtl .swiper-button-next:after {
  content: '';
}

.slider-arrows-control .swiper-button-next:after,
.slider-arrows-control .swiper-rtl .swiper-button-prev:after {
  content: '';
}

.slider-arrows-control .swiper-button-next:after,
.slider-arrows-control .swiper-button-prev:after {
  font-size: unset;
}

.slider-arrows-control .swiper-button-prev,
.slider-arrows-control .swiper-button-next {
  width: 50px;
  height: 50px;
  margin-top: 0;
  background: #ffffff3d;
  border-radius: 50%;
  padding: 3px;
  border: 1px solid #e80d2e;
  backdrop-filter: blur(11px);
  box-shadow: 2px 6px 10px grey;
}

.products-slider .slider-arrows-control .swiper-button-next,
.products-slider .slider-arrows-control .swiper-button-prev {
  border: 2px solid #2298da;
}

.slider-form-side .form-control {
  border: 0;
  border-radius: 26px;
  border-bottom: 1px solid #ccc;
  padding: 13px;
  font-size: 15px;
  color: #000000 !important;
  box-shadow: none;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.section-wrapper {
  background-color: #f1f5f7;
}

.slider-img {
  display: flex;
  justify-content: center;
}

.product-info h4 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 0px;
}
.swiper-slider::before {
  content: "";
  position: absolute;
  margin: auto;
  margin-top: 10px;
  width: 200px;
  height: 5px;
  background-color: #aaaf44;
  border-radius: 5%;
  transition: all 0.5s ease-in-out;
  top: -11px;
  left: 25%;
}
.swiper-slider {
  margin: auto;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 2px 10px 0px rgb(43 52 59 / 20%);
  border-radius: 15px;
  transition: all 2s;
  align-items: start;
  overflow: hidden;
  margin-bottom: 25px;
  padding: 45px 25px;
  position: relative;
  transition: all 0.8s ease-in-out;
}
.product-list {
  opacity: 0;
  position: absolute;
  transition: all 0.5s ease-in-out;
  top: 0;
  left: 0;
  padding: 22px 30px;
  overflow: hidden;
  overflow-y: auto;
  height: 100%;
}
.product-list p{
  margin-bottom: 5px;
  text-transform: capitalize;
}
.swiper-slider:hover .slider-img svg path {
  fill: #fff;
  transition: all 0.5s ease-in-out;
}
.swiper-slider:hover .product-list {
  opacity: 1;
  transition: all 0.5s ease-in-out;
}
.swiper-slider:hover .product-list p {
  color: #fff;
  transition: all 0.5s ease-in-out;
  font-size: 16px;
  font-weight: 600;
}
.product-list {
  display: flex;
}
ul.right {
  margin-left: 27px;
}
li.flex-circle {
  display: flex;
  align-items: baseline;
}
.circle {
  margin-right: 6px;
}

.slider-img svg path {
  transition: all 0.5s ease-in-out;
}

.swiper-slider:hover::before {
  background-color: #aaaf44;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  transition: all 0.8s ease-in-out;
  left: 0;
}

.swiper-slider:hover .product-info h4 {
  color: #ffffff;
  transition: all 0.5s ease-in-out;
}
.swiper-slider:hover .slidr-info {
  opacity: 0;
  transition: all 0.9s ease-in-out;
}

.about-us-button .btn-icon:hover {
  background-color: #aaaf44;
  transition: all 0.5s ease-in-out;
}
.about-us-button.product {
  display: flex;
  justify-content: center;
}
.item {
  position: relative;
}

.product-info {
  margin-top: 20px;
}

.heading h2 {
  font-size: 60px;
  margin-bottom: 10px;
  color: #000000;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.5;
  position: relative;
  text-align: center;
}

.product-btn {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.product-btn a.btn.btn-5 {
  background-color: rgb(36, 62, 138);
  color: rgb(255, 255, 255);
  border-color: rgb(170 175 78);
}

/* products */
/* capacity */
.all-clip {
  margin-top: 50px;
}

.clip {
  width: 300px;
  height: 300px;
  background-color: #aaaf44;
  clip-path: polygon(50% 0%,
      93% 25%,
      93% 75%,
      50% 100%,
      7% 75%,
      7% 25%);
  transition: all 0.7s;
}

.all-clip .all-clip-box:nth-child(even) .clip {
  background-color: #273f87;
}

.all-clip .all-clip-box:nth-child(even) .clip:hover {
  background-color: #aaaf44;
}

.all-clip-box {
  margin-top: 20px;
}

.clip:hover {
  transform: rotateY(180deg);
  transition: all 0.7s;
  background-color: #273f87;
}

.clip:hover .clip-info {
  transform: rotateY(180deg);
  transition: all 0.7s;

}

.svg-icon {
  display: flex;
  justify-content: center;
}

.svg-icon svg {
  margin-top: 40px;
}

.clip-info {
  text-align: center;
  margin-top: 15px;
}

.clip-info p {
  text-align: center;
}

h5.clip-title {
  margin-bottom: 0;
  color: #fff;
  font-size: 23px;
}

.clip-info p {
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

/*End Capacity  */
/* global */
section.global {
  background-color: #eeeeef;
}

.global-text p {
  font-size: 18px;
  text-align: center;
  color: #000;
  text-transform: capitalize;
}

/* end global */
/* footer */
.footer-background {
  padding: 50px 0;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}

.footer-background .logo-wrap {
  background-color: #ffffff;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 185px;
  height: 185px;
  position: relative;
  top: -50px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.footer-background .logo-wrap .footer-logo {
  justify-content: center;
  align-items: center;
  width: 150px;
}

h4.title-block {
  font-size: 24px;
  font-weight: 600;
}

.footer-links li.quick {
  padding: 10px 0;
}

li.quick a {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  text-transform: capitalize;
  color: #000;
}

.footer-links {
  position: relative;
}

h4.title-block {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}

.title-block::before {
  content: '';
  position: absolute;
  height: 3px;
  width: 50px;
  max-width: 100%;
  top: auto;
  bottom: -3px;
  left: 0;
  right: auto;
  background-color: #243e8a;
}

span.call-icons {
  margin-top: 0px;
  margin-left: 8px;
}

span.call-icons p {
  font-size: 17px;
  color: #000;
  font-weight: 500;
  text-transform: capitalize;
  margin: 0;
}

.call-icons span {
  font-size: 17px;
  color: #000000;
  text-decoration: none;
  transition: color 0.3s ease;
  line-height: 1.5;
  font-weight: 300;
  margin-left: 5px;
  font-weight: 500;
}

.call-icons a {
  font-size: 17px;
  color: #000000;
  text-decoration: none;
  transition: color 0.3s ease;
  line-height: 1.5;
  font-weight: 500;
}

.info-block {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.footer-bottom {
  border-top: 1px solid #ddd;
  padding: 20px 0;
  text-align: center;
}

.footer-bottom .copyright-text {
  font-size: 17px;
  color: #000000;
  text-decoration: none;
  transition: color 0.3s ease;
  line-height: 1.5;
  font-weight: 500;
}

.footer-links .form-control {
  border-bottom: 1px solid #d9d2d2 !important;
  padding: 10px;
  font-size: 14px;
  border: none;
  margin-bottom: 5px;
  border-radius: 0px;
  background-color: transparent;
}

.dlab-subscribe.style-5 {
  margin-top: 23px;
}

.footer-links ul {
  margin-top: 20px;
}

footer.footer-background .container-fluid {
  padding: 0px 9%;
}
/* End footer */
/*  Thank You */
.header-banner-content {
  position: absolute;
  top: auto;
  bottom: 25%;
  left: 7%;
  color: #5c5b5b;
  padding: 0 20px;
  right: 0;
}
h2.text-custom-white {
  font-size: 49px;
  font-weight: 700;
  letter-spacing: 0;
  width: 34%;
  line-height: 65px;
  margin-bottom: 25px;
  text-transform: capitalize;
  color: #fff;
}
ul.breadcrumbs {
  list-style: none;
  background: #ffffff;
  padding: .85rem;
  border-radius: .5rem;
  width: max-content;
}
ul.breadcrumbs a {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
}
h2.sec-title__title {
  position: relative;
  font-weight: 700;
  padding-bottom: 0px;
  font-size: 56px;
  text-transform: uppercase;
}
.about-two__content-text1 p {
  text-align: center;
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;
  color: #4a4a4a;
}
h4.Herbal {
  font-size: 24px;
  text-align: center;
  margin-bottom: 0;
  color: #fff;
}
.brochure-title {
  background-color: #214385;
  padding: 10px;
  border-radius: 0px 0px 20px 20px;
}
/* brochure */
.promo-wrap.style3 {
  position: relative;
  z-index: 1;
}
.promo-wrap.style3:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #214385;
  z-index: -1;
}
.cta-content .content-title {
  width: calc(100% - 120px);
  margin-left: 20px;
}
.content-title h2 {
  font-size: 42px;
  color: #fff;
}
.btn.style2 {
  background-color: #ffffff;
  color: #244482;
  border-radius: 5px;
}

/* Animations */
@keyframes fadeInUp {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.animated {
  visibility: visible;
  animation-duration: 2s;
  animation-fill-mode: both;
}

@media screen and (min-width:1024px) {
  .our-brands .container-fluid {
    padding: 0 4%;
  }
}

.modal-logo img {
  width: 100%;
  max-width: 80%;
  margin: auto;
  margin-bottom: 0px
}

.modal-call {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.modal-content {
  border-radius: 50px;
  overflow: hidden
}

.modal-content a,
.prev-digit {
  color: #1d242b;
  font-size: 16px;
  font-weight: 500;
  display: inline;
  padding: 0;
  width: 100%;
  align-items: center;
}

.modal-content a,
.modal-content div.d-flex {
  margin-bottom: 0px
}

.modal-body .has-feedback {
  margin-bottom: 12px
}

.modal-body .form-control {
  border: 0;
  background-color: #fff0;
  border-radius: 0;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  font-size: 15px;
  color: #000000 !important;
  box-shadow: none;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.modal-header {
  background-color: #214385;
  color: #ffffff;
  text-align: center;
}

.modal-header h5 {
  color: #ffffff;
  font-size: 24px;
  width: 100%;
  letter-spacing: .4px;
  font-weight: 600
}

.modal-header .btn-close {
  margin: 0;
  filter: invert(1);
}

.modal-logo {
  padding: 15px 0px 15px;
}

.modal-body {
  padding: 0
}

form .form-group.has-feedback {
  position: relative;
  margin-bottom: 22px;
}

label.error {
  color: red;
  font-weight: 400;
  position: absolute;
  bottom: -15px;
  font-size: 13px;
  text-transform: capitalize;
}

.sub-send-inquiry-form-2 {
  position: fixed;
  right: -86px;
  top: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
}

.sub-send-btn-2 {
  background-color: #2978bb;
  border-radius: 30px 30px 0px 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
  transform: rotate(-90deg);
  animation: blink 3s linear infinite;
}

.icon {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sub-send-btn-2 a {
  color: #ffffff;
  font-size: 19px;
  font-weight: 500;
  text-transform: uppercase;
  margin-left: 10px;
}

.sub-send-btn-2 a {
  color: #ffffff;
  font-size: 19px;
  font-weight: 500;
  text-transform: uppercase;
  margin-left: 10px;
}

.message {
  font-size: 20px;
}


.read-more-btn {
  cursor: pointer;
  color: rgb(30 119 190);
  text-decoration: dotted;
  margin-left: 5px;
  display: block;
  width: 100%;
  font-size: 17px;
  border: 2px solid #1e77be;
  background: transparent;
  text-align: center;
  padding: 13px 40px;
  margin: 35px auto 10px;
  width: auto;
  border-radius: 4px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all 0.4 ease-in-out;
}

.slide-area.renewal-main {
  overflow: hidden
}

th {
  font-size: 17px;
  line-height: 1.8;
  color: #000;
  font-weight: 500;
  text-align: left;
}

td {
  font-size: 17px;
  line-height: 1.8;
  color: #000;
  font-weight: 300;
  text-align: left;
}



/* Footer Whatsapp & Call icon Left Right */
.footer-whatsapp-left {
  position: fixed;
  bottom: 0;
  right: 0;
  margin: 0 20px 100px 0;
  z-index: 999999;
}

.footer-whatsapp-left a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-call-right {
  position: fixed;
  bottom: 0;
  right: 0;
  margin: 0 20px 180px 0;
  z-index: 999999;
}

.footer-call-right a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.vibrate-3 {
  -webkit-animation: vibrate-3 1s linear infinite both;
  animation: vibrate-3 1s linear infinite both;
}

@-webkit-keyframes vibrate-3 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  10% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }

  20% {
    -webkit-transform: translate(2px, -2px);
    transform: translate(2px, -2px);
  }

  30% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px);
  }

  40% {
    -webkit-transform: translate(2px, 2px);
    transform: translate(2px, 2px);
  }

  50% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }

  60% {
    -webkit-transform: translate(2px, -2px);
    transform: translate(2px, -2px);
  }

  70% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px);
  }

  80% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }

  90% {
    -webkit-transform: translate(2px, -2px);
    transform: translate(2px, -2px);
  }

  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

@keyframes vibrate-3 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  10% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }

  20% {
    -webkit-transform: translate(2px, -2px);
    transform: translate(2px, -2px);
  }

  30% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px);
  }

  40% {
    -webkit-transform: translate(2px, 2px);
    transform: translate(2px, 2px);
  }

  50% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }

  60% {
    -webkit-transform: translate(2px, -2px);
    transform: translate(2px, -2px);
  }

  70% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px);
  }

  80% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }

  90% {
    -webkit-transform: translate(2px, -2px);
    transform: translate(2px, -2px);
  }

  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

.mobile-footer-social-icon-main {
  display: none;
}

@media screen and (max-width: 991px) {
  .footer-whatsapp-call {
    display: none;
  }

  .mobile-footer-social-icon-main {
    width: 100%;
    display: block;
    position: fixed;
    bottom: 0;
    z-index: 999;
  }

  .mobile-footer-social-icon {
    width: 33%;
    display: inline-block;
    text-align: center;
  }

  .book-app {
    width: 100%;
    padding: 1%;
    float: left;
    line-height: 40px;
    text-align: center;
    max-height: 100px;
  }

  .book-app a {
    font-size: 15px;
  }

  .footer-box-two {
    display: flex !important;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #0f4da2;
    color: #fff;
    text-align: center;
    z-index: 9;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 768px) {
  .mobile-footer-social-icon {
    width: 32.5%;
    display: inline-block;
    text-align: center;
  }

  .mobile-footer-social-icon a {
    font-size: 15px;
    font-weight: 400;
  }

}

img.mobile {
  display: none;
}

.modal-content a,
.modal-content div.d-flex {
  margin-bottom: 15px;
}
.certificat-img {
  margin-top: 25px;
}
.certificat-img img {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

section.counts {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url(../images/bg.jpg) repeat-y left center;
  background-position: center;
}

.js-splittext-lines {
  background-color: #0f137d00;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease-in-out;
  flex-direction: column;
  background-repeat: no-repeat;
  background-size: cover !important;
}

.md-card {
  margin-bottom: 0px;
  text-align: center;
}

.md-card h3 {
  margin-bottom: 5px;
  line-height: 1.4;
  position: relative;
}

.js-splittext-lines .counter-digite {
  font-size: 70px;
  font-weight: 600;
  color: #214385;
}

.js-splittext-lines p {
  color: #aaaf44;
  font-weight: 600;
}
.container-fluid.products-rooms {
  padding: 0 9%;
}
.about-us-wrapper {
  margin-bottom: 25px;
}

.md-card {
  margin-bottom: 30px;
}


.sub-send-inquiry-form {
  position: fixed;
  left: -105px;
  top: 30%;
  height: 37%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 99
}

.sub-send-inquiry-form a {
  color: #fff;
  font-size: 19px;
  font-weight: 500;
  text-transform: uppercase;
  margin-left: 10px
}

.sub-send-btn {
  background-color: #214385;
  border-radius: 0 0 30px 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 35px;
  padding-right: 35px;
  transform: rotate(-90deg);
  animation: blink 3s linear infinite
}

@keyframes blink {

  0%,
  100% {
      background-color: #214385
  }

  50% {
      background-color: #0b265d
  }
}

.sub-send-inquiry-form,
.sub-send-inquiry-form-2 {
  display: flex
}

.footer-whatsapp-call {
  display: block
}

@media screen and (max-width:991px) {

  .sub-send-inquiry-form,
  .sub-send-inquiry-form-2 {
      display: none
  }

  .sub-send-inquiry-form,
  .footer-whatup-icons {
      display: none
  }

  .footer-box {
      display: flex !important;
      position: fixed;
      left: 0;
      bottom: 0;
      width: 100%;
      background-color: #0f4da2;
      color: #fff;
      text-align: center;
      z-index: 999999;
      display: grid;
      grid-template-columns: 1fr 1fr
  }

  .book-app {
      width: 100%;
      padding: 1%;
      float: left;
      line-height: 40px;
      text-align: center;
      max-height: 100px
  }

  .book-app a {
      font-size: 15px
  }

  .sticklist {
      display: none !important
  }

  .footer-whatsapp-call {
      display: none
  }
}

.inner-banner-content {
  display: block !important
}
.infrastructure-item {
  margin-bottom: 26px;
  border-radius: 20px;
  overflow: hidden;
}
.infrastructure-item {
  display: none;
}
.infrastructure-item.visible {
  display: block;
}