@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,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 {
  font-family: "Montserrat", sans-serif;
  display: block;
  position: relative;
  font: 400 14px/1.1 "Roboto", 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: #000000;
  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: #2978bb;
}

.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: 35%;
}

.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: 35%;
}
.arrow-icon.active path {
  fill: #2978bb !important;
}

.nav-link.active {
  color: #2298dc !important;
  border-bottom: 2px solid #d90038;
}

.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: #2198d6;
  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: #2296db;
  margin-bottom: 0px;
  width: 100%;
  font-weight: 300;
  opacity: 0;
}
.f-slider-layer .f-slider-one-data p.second-para {
  font-size: 29px;
  line-height: 1.5;
  color: #000000;
  margin-bottom: 0px;
  width: 100%;
  font-weight: 300;
  opacity: 0;
}

.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;
}

/* banner End */


#footer {
  padding: 50px 0;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}

.footer-logo {
  margin-bottom: 30px;
}

.footer-logo img {
  width: 100%;
  max-width: 65%;
}

.footer-title {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
}

.widget_about p,
.widget_subscribe small {
  font-size: 14px;
  color: #7d7d7d;
}

.dlab-social-icon ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.dlab-social-icon ul li {
  display: inline-block;
  margin-right: 10px;
}

.dlab-social-icon ul li a {
  font-size: 16px;
  color: #333;
  transition: color 0.3s ease;
}

.dlab-social-icon ul li a:hover {
  color: #2978bb;
}

.widget_services ul,
.widget_getintuch ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.widget_services ul li,
.widget_getintuch ul li {
  margin-bottom: 10px;
}

.widget_services ul li a,
.widget_getintuch ul li .call-icons {
  font-size: 17px;
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
  line-height: 1.5;
  font-weight: 300;
}

.widget_services ul li a:hover,
.widget_getintuch ul li:hover span {
  color: #000000;
}

.widget_getintuch ul li i {
  font-size: 16px;
  margin-right: 10px;
  color: #000000;
}

.widget_subscribe .form-control {
  border: 1px solid #ddd;
  padding: 10px;
  font-size: 14px;
}

.widget_subscribe .btn {
  background-color: #2978bb;
  color: #fff;
  border: none;
  padding: 10px 20px;
  transition: background-color 0.3s ease;
}

.widget_subscribe .btn:hover {
  background-color: #3e4095;
  color: #fff;
}

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

.footer-bottom .copyright-text {
  font-size: 14px;
  color: #525050;
}

/* 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;
}

footer .widget_getintuch ul li {
  position: relative;
  padding: 8px 0;
  display: flex;
  align-items: baseline;
}
footer .widget_getintuch ul li a ,footer .widget_getintuch ul li a p{
  font-size: 17px;
  line-height: 1.7;
  color: #161616;
  font-weight: 300;
}

.widget.widget_subscribe {
  margin-top: 21px;
}

.widget.widget_about.style-1 {
  margin-right: 50px;
}

.widget.widget_getintuch {
  margin-top: 30px;
}

.widget_getintuc ul li i svg {
  height: 20px;
  width: 20px;
}

.widget_getintuch span a {
  color: #000;
  text-decoration: none;
}

span.copyright-text {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.widget.widget_about.style-1 p {
  font-size: 17px;
  line-height: 1.7;
  color: #161616;
  font-weight: 300;
}

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

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

.ontop {
  padding: 0 4px !important;
}

.ontop .img,
.brands-item .brand-box {
  border: 1px solid #8080801f;
  background: #f9f9f9;
  margin-bottom: 8px;
  border-radius: 12px;
  overflow: hidden;
  padding: 28px;
}

.clients-titles h4 {
  display: inline-block;
  font-weight: 700;
  position: relative;
  font-size: 32px;
  color: #0b0b0b;
  text-transform: capitalize;
}

.clients-titles h4:before {
  content: "";
  width: 100%;
  height: 4px;
  background: #1e77bee8;
  position: absolute;
  left: 0;
  bottom: 2px;
  mix-blend-mode: multiply;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  border-radius: 20px;
}

.clients-titles p {
  font-size: 16px;
  line-height: 1.4;
  margin-top: 15px;
  color: #6c6c6c;
  font-weight: 300;
}

.brand-box .box-bord {
  border: 1px solid rgba(0, 0, 0, 0.08);
  padding: 140px 30px 60px;
}

.img-scale {
  position: relative;
  height: 600px;
}

.img-scale .top-curve {
  position: absolute;
  top: -2px;
  right: 0;
  background: #fff;
  padding: 40px;
  border-radius: 0 0 0 30px;
  z-index: 3;
}

.img-scale .top-curve .shap-left-top {
  position: absolute;
  top: 0;
  left: -2.05rem;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.img-scale .top-curve .shap-left-top svg {
  width: 2.1rem;
  height: 2.1rem;
}

.img-scale .top-curve .shap-right-bottom {
  position: absolute;
  bottom: -2.12rem;
  right: 0;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.img-scale .top-curve .shap-right-bottom svg {
  width: 2.1rem;
  height: 2.1rem;
}

.img-scale .bottom-curve {
  position: absolute;
  left: -1px;
  bottom: -1px;
  padding: 30px 140px;
  background: #fff;
  border-radius: 0 30px 0 0;
  z-index: 3;
}

.img-scale .bottom-curve .shap-left-top {
  position: absolute;
  top: -2.05rem;
  left: 1px;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.img-scale .bottom-curve .shap-left-top svg {
  width: 2.1rem;
  height: 2.1rem;
}

.img-scale .bottom-curve .shap-right-bottom {
  position: absolute;
  bottom: 0;
  right: -2.1rem;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.img-scale .bottom-curve .shap-right-bottom svg {
  width: 2.1rem;
  height: 2.1rem;
}

.img-scale .image {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.img-scale .image>.img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.img-scale .image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.img-scale .vid-circle {
  width: 200px;
  height: 200px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 5;
}

.heading span {
  text-align: left;
  color: #202020;
  font-size: 17px;
  line-height: 1.66;
  margin-bottom: 15px;
  width: 100%;
  max-width: 100%;
  font-family: "Edu AU VIC WA NT Hand", cursive;
  color: #1e77be;
  font-weight: 400;
}

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

.brand-box {

  margin: auto;
  margin-bottom: 20px;
  text-align: center;
}

.brand-box img {
  border-radius: 10px;
  width: 100%;
  height: 100%;

}

.sec-title {
  margin-bottom: 30px;
}

.sec-title h2 {
  font-size: 43px;
  color: #333;
  font-weight: 600;
}

.sec-title .text {
  font-size: 16px;
  color: #666;
  margin-top: 10px;
}

.products-slider1 .single-client-logo {

  padding: 15px;
  border: 1px solid #e6e6e6;
  margin: 10px;
  text-align: center;
  overflow: hidden;
  border-radius: 20px;
}

.products-slider1 .single-client-logo .product-title {
  color: #000000;
  font-size: 20px;
  font-weight: 400;
  margin-top: 20px;
  border: 1px solid #ffffff;
  padding: 20px 10px;
  background-color: #3179b842;
  border-radius: 8px;
  margin-bottom: 0;
}

.products-slider1 .single-client-logo .btn-more {
  display: inline-block;
  margin-top: 10px;
  padding: 5px 15px;
  background-color: #333;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s;
}

.products-slider1 .single-client-logo .btn-more:hover {
  background-color: #e91e63;
}

.product-picture img {
  max-width: 100%;
  height: auto;
  transition: transform 0.3s ease-in-out;
}

.product-picture img.zoom:hover {
  transform: scale(1.1);
}

.owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}

.owl-nav button {
  background-color: #333;
  color: #fff;
  padding: 10px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
}

.owl-nav button:hover {
  background-color: #e91e63;
}

.owl-dots {
  text-align: center;
  margin-top: 20px;
}

.products-slider1 {
  margin-top: 0px;
  padding-top: 0px;
  background-repeat: no-repeat;
  background-position: top center;
}

.container-site {
  padding-right: 8%;
  padding-left: 8%;
}

.application-trasaction {
  position: absolute;
  bottom: 0;
  padding: 30px 52px 35px;
  background-color: #000;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  opacity: 0;
  z-index: 2;
  color: #fff;
  width: 70%;
}

.application-trasaction h2 {
  font-size: 25px;
  font-weight: 600;
  line-height: 1.5;
}

.application-trasaction p {
  margin-bottom: 0;
  line-height: 1.7;
  color: #fff;
  font-size: 15px;
}

.wptb-album-one .swiper-gallery-two .swiper-wrapper {
  padding-top: 50px;
  padding-bottom: 100px;
}

.wptb-album-one .swiper-gallery-two .swiper-slide.swiper-slide {
  overflow: hidden;
  box-shadow: 0px 25px 60px 15px rgb(0, 0, 0, 0.35);
  border-radius: 20px;
}

.wptb-album-one .swiper-gallery-two .swiper-slide.swiper-slide-active .grid-item {
  border-radius: 20px;
  box-shadow: 0px 25px 60px 15px rgb(0, 0, 0, 0.35);
}

.swiper-slide .grid-item .wptb-item--inner {
  border-radius: 20px;
  overflow: hidden;
}

.swiper-container {
  position: relative;
  overflow: hidden;
}

.wptb-item--image img {
  width: 100%;
}

section.application-slider {
  background-color: #f1f1f196;
}

.swiper-slide .grid-item .wptb-item--holder {
  position: absolute;
  left: 0;
  bottom: -100%;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: end;
  justify-content: start;
  padding: 40px;
  margin-top: 0px;
  text-align: left;
  background: #00000091;
  transition: all 1.5s ease-in-out;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  border-radius: 17px;
}

.swiper-slide.swiper-slide-active .grid-item .wptb-item--holder {
  bottom: 0%;
  opacity: 1;
  visibility: visible;
}

.swiper-slide .grid-item .wptb-item--meta h4 {
  transform: translateY(10px);
  transition: all 1.5s ease-in-out;
  transition-delay: 0.3s;
  opacity: 0;
  transition: all 1.5s ease-in-out;
  transition-delay: 0.3s;
  color: #fff;
  font-size: 35px;
}

.swiper-slide .grid-item .wptb-item--meta h4 a {
  color: #fff;
  font-size: 35px;
}

.swiper-slide.swiper-slide-active .grid-item .wptb-item--meta h4 {
  transform: translateY(-40px);
  opacity: 1;
}

.swiper-slide .grid-item .wptb-item--meta p {
  text-transform: capitalize;
  letter-spacing: 1px;
  transform: translateY(10px);
  transition: all 2s ease-in-out;
  transition-delay: 0.8s;
  opacity: 0;
}

.swiper-slide.swiper-slide-active .grid-item .wptb-item--meta p {
  transform: translateY(-22px);
  opacity: 1;
  line-height: 1.5;
}

.application-text {
  font-size: 45px;
  line-height: 1.4;
  font-weight: 700;
  color: #2978bb;
  border-bottom: 2px solid #ccc;
  width: 480px;
  padding-bottom: 20px;
}

.swiper-slide .wptb-item--link {
  position: absolute;
  top: 35px;
  right: 35px;
  z-index: 1;
  width: 54px;
  height: 54px;
  font-size: 24px;
  color: #b90808;
  background-color: #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(-10px);
  transition: all 2s ease-in-out;
  opacity: 0;
}

.swiper-slide.swiper-slide-active .grid-item .wptb-item--link {
  transform: translateX(0px);
  opacity: 1;
}

.swiper-gallery-two .wptb-swiper-navigation.style2 {
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 52%;
}

.grid-item .wptb-item--meta p {
  color: #fff;
  font-size: 19px;
  font-weight: 400;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.shadow-heading {
  position: relative;
  text-align: center;
  margin-top: -300px;
  margin-left: -50px;
  z-index: 0;
}

.shadow-heading .wptb-item--title {
  font-size: 15vw;
  font-weight: 500;
  line-height: 20vw;
  color: #1e1e1e00;
  text-transform: uppercase;
}

.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: #1e77be;
  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;
}

.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;
}

.testimonial-slider-rtl {
  width: 100%;
  height: 100%;
  padding-top: 20px;
  overflow: hidden;
}

.swiper-button-prev {
  right: -48px;
  left: auto;
}

.testimonial-slider-rtl img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-slider-rtl .swiper-slide {
  clip-path: polygon(12% 0, 100% 0%, 88% 100%, 0% 100%);
}

.slider-box-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 10px 0;
}

.slider-box-content .slider-content {
  padding: 18px;
  background-color: #2977bba4;
  color: #fff;
  backdrop-filter: blur(5px);
}

.slider-box-content .slider-content h2 {
  margin: 0;
}

.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;
}

.about-two__content-text1 p {
  font-size: 19px;
}

.products-img figure {
  overflow: hidden;
}

.about-wrapper h3 {
  font-size: 45px;
}

.content-wrapper span {
  font-size: 24px;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 25px;
  text-align: center;
  display: block;
}

.hidden-row {
  display: none;
}

.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;
}

/* about */
.featured-icon-box.style1 {
  border-bottom-width: 4px;
  border-bottom-style: solid;
  border-bottom-color: transparent;
  transition: all .4s;
}

.featured-icon-box.style1 {
  overflow: visible;
  border-radius: 15px;
  text-align: center;
  font-size: 16px;
  background-color: #fff;
  border-radius: 15px;
  padding: 0 25px 30px;
  position: relative;
  margin-top: 10px;
  filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.099));
  min-height: 260px;
}

.featured-icon-box {
  position: relative;
  margin: 15px 0 50px;
}

.featured-icon-box.style1:before {
  display: block;
  content: "";
  position: absolute;
  border-top: 4px solid;
  border-top-color: transparent;
  top: -15px;
  left: 0px;
  right: 0;
  height: 50px;
  transform: rotate(-5deg);
  background: #fff;
  border-radius: 19px;
  transition: all .4s;
  z-index: -1;
}

.featured-icon-box.style1.icon-align-top-content .featured-content {
  padding-top: 39px;
  padding-bottom: 20px;
}

.featured-title h3 {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 12px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 30px;
}

.featured-icon-box.style1:hover {
  border-bottom-color: rgb(225, 36, 84);
}

.featured-icon-box.style1:hover::before {
  border-top-color: rgb(192, 9, 28);
}

.featured-icon-box.style1:hover:before {
  transform: rotate(5deg);
}

.featured-content-text p {
  font-size: 17px;
  line-height: 1.4;
  color: #161616;
  font-weight: 300;
  text-align: center;
}

.form-wrapper {
  background-color: #fff;
  box-shadow: 0px 0px 0px 2px #f8f0f0;
  padding: 22px 29px;
}

.form-wrapper h4 {
  font-size: 30px;
  line-height: 40px;
}

.form-wrapper form {
  background-color: #f1f1f1;
  padding: 20px;
}

.expand-title h3 {
  text-align: center;
  font-size: 42px;
  margin-bottom: 0px;
  font-weight: 700;
}

.loader-line {
  width: 140px;
  height: 4px;
  position: relative;
  overflow: hidden;
  background-color: #2198d8;
  margin: 12px 0 15px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.loader-line:before {
  content: "";
  position: absolute;
  left: -50%;
  height: 3px;
  width: 20%;
  background-color: #000000;
  -webkit-animation: lineAnim 1s linear infinite;
  -moz-animation: lineAnim 1s linear infinite;
  animation: lineAnim 1s linear infinite;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

@keyframes lineAnim {
  0% {
    left: -40%;
  }

  50% {
    left: 20%;
    width: 80%;
  }

  100% {
    left: 100%;
    width: 100%;
  }
}

.expand-title {
  display: grid;
  justify-content: center;
  margin-bottom: 65px;
}

.ttm-col-bgimage-yes.col-bg-img-one .ttm-col-wrapper-bg-layer {
  background-image: url(../images/about-us/about-us.jpg);
  height: 600px;
  background-position: center;
  background-size: cover;
  margin-left: -100%;
}

.ttm-col-bgcolor-yes {
  background-color: #304d72;
  padding: 50px 0 16px 140px;
  margin-left: -80px;
  margin-top: -71px;
  margin-right: -500px;
  z-index: -1;
  position: relative;
}

.ttm-col-wrapper-bg-colo {
  width: auto;
  right: 0;
  position: relative;
  height: 100%;
  top: 0;
  left: 0;
}

.title-header h3 {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 15px;
  font-weight: 700;
  color: #ffffff;
}

.section-title h2.title {
  font-weight: 700;
  text-transform: capitalize;
  font-size: 45px;
  line-height: 55px;
  margin-bottom: 0;
  color: #fff;
}

.title-desc p, .about-lists ul li {
    font-size: 16px;
    line-height: 26px;
    padding-bottom: 15px;
    margin: 0;
    color: #fff;
    width: 70%;
    font-weight: 300;
}
.about-lists {
    margin-bottom: 10px;
}
.about-lists ul li{
   padding-bottom: 8px;
}
.about-lists h5 {
    margin-bottom: 10px;
    font-size: 25px;
    letter-spacing: 0.9px;
}

.title-desc {
  margin-top: 20px;
}

.featured-icon-box-style2 {
  margin: 30px 0 0px;
  padding-left: 40px;
  display: flex;
}

.featured-icon-box-style2 .featured-icon-text {
  vertical-align: top;
  padding-top: 4px;
}

.featured-icon-box-style2 .ttm-icon_element-color-white {
  height: 79px;
  width: 79px;
  line-height: 79px;
  background-color: rgba(255, 255, 255, .04);
  border-color: rgba(255, 255, 255, .11);
  color: #fff;
}

.ttm-icon_element-color-white {
  margin-bottom: 25px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  border: 1px solid transparent;
  position: relative;
  transition: all .4sease-in-out;
  -moz-transition: all .4s ease-in-out;
  -webkit-transition: all .4sease-in-out;
  -o-transition: all .4s ease-in-out;
  box-sizing: content-box;
  position: relative;
}

.featured-icon-box-style2 .ttm-icon_element-color-white::before {
  position: absolute;
  content: "";
  height: 85px;
  width: 85px;
  background-color: rgba(255, 255, 255, .04);
  top: -40px;
  left: -40px;
  z-index: -1;
  border-radius: 50%;
}

.featured-content {
  padding-left: 30px;
  padding-top: 40px;
}

.featured-title-in h3 {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 12px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 30px;
  color: #fff;
}

.featured-desc.mb-hidde p {
    font-size: 16px;
    line-height: 26px;
    padding-bottom: 15px;
    margin: 0;
    color: #fff;
    width: 58%;
    font-weight: 300;
}

.wwww .card-container {
  display: flex;
  padding: 2rem 1rem;
}

.wwww .card-container .cardww {
  flex: 1;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
  padding: 32px;
  border-radius: 10px;
  box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  display: flex;
  align-items: start;
  justify-content: start;
  flex-direction: column;
  text-align: start;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, rgb(239 229 232) 0%, rgb(249 249 249) 100%);
}

.wwww .cardww h2 {
  font-size: 22px;
  transition: all 0.5s ease-in-out;
  margin-bottom: 35px;
}

.wwww .cardww svg {
  margin-bottom: 30px;
  transition: all 0.5s ease-in-out;
}

.wwww .card-container .cardww:not(:first-child) {
  margin-left: -10rem;
}

.wwww .cardww img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.wwww .card-container .cardww:hover,
.wwww .card-container .cardww:focus,
.wwww .card-container .cardww.active {
  transform: translateY(-3rem);
  outline: none;
  padding: 26px;
}

.wwww .card-container .cardww:hover img,
.wwww .card-container .cardww:focus img,
.wwww .card-container .cardww.active img {
  opacity: 0.8;
}

.wwww .card-container .cardww:hover svg,
.wwww .card-container .cardww:focus svg,
.wwww .card-container .cardww.active svg {
  opacity: 0;
}

.wwww .card-container .cardww:hover h2,
.wwww .card-container .cardww:focus h2,
.wwww .card-container .cardww.active h2 {
  background-color: #00000073;
  backdrop-filter: blur(7px);
  color: #fff;
  padding: 10px 6px;
  border-radius: 12px;
  font-weight: 500;
  text-align: center;
  width: 100%;
  margin-bottom: 5px;
}
.wwww .card-container .cardww:hover~.cardww,
.wwww .card-container .cardww.active~.cardww,
.wwww .card-container .cardww:focus~.cardww {
  transform: translateX(11rem);
}

@media (max-width: 767px) {
  #demo {
    margin-top: 0px;
  }

  .wwww .card-container {
    flex-wrap: wrap;
    justify-content: center;
    padding: 0rem 1rem 2rem;
  }

  .wwww .card-container .cardww {
    flex: 1 1 100%;
    max-width: 200px;
  }

  .wwww .card-container .cardww:not(:first-child) {
    margin-left: 0rem;
    margin-top: 2rem;
  }

  .wwww .card-container .cardww:hover,
  .wwww .card-container .cardww:focus,
  .wwww .card-container .cardww.active {
    transform: translateX(0rem);
  }

  .wwww .card-container .cardww:hover~.cardww,
  .wwww .card-container .cardww:focus~.cardww,
  .wwww .card-container .cardww.active~.cardww {
    transform: translateY(0rem);
  }

  .wwww .cardww img {
    padding: 5px;
  }
}

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 {
  position: relative;
}

.slider-img img {
  position: relative;
  bottom: -23px;
}

.item {
  padding: 25px 24px;
  padding-bottom: 0;
  background-color: #fff;
  overflow: visible;
  margin-bottom: 50px;
  border-radius: 6px;
  box-shadow: 0px 2px 10px 0px rgb(43 52 59 / 20%);
}

.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: #324e70;
  z-index: -1;
}
.cta-content .content-title {
  width: calc(100% - 120px);
  margin-left: 20px;
}
.content-title h2 {
  font-size: 42px;
  color: #fff;
}
.cta-btn .btn:nth-child(1) {
  margin-right: 15px;
}
.btn.style2 {
  background-color: #2297da;
  color: #fff;
  border-radius: 5px;
}
.modal-content a, .modal-content div.d-flex {
  margin-bottom: 15px;
}
.form-wrapper {
  background-color: #fff;
  box-shadow: 0px 0px 0px 2px #f8f0f0;
  padding: 22px 29px;
  border-radius: 15px;
  border-top: 4px solid #2298da;
}

.pcd-contents h3 {
  line-height: 1.2;
  font-size: 40px;
  letter-spacing: 0.99px;
  text-transform: capitalize;
  color: #339eda;
}
.pcd-contents p {
  font-weight: 300;
  font-size: 18px;
  text-align: justify;
  color: #000;
  letter-spacing: 0.7px;
}
.products-type-item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
}
.product-type-box {
  padding: 28px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #d4f0ff;
  border: 1px solid #2198da;
}
.products-types-name h6 {
  margin: 0;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0.8px;
  margin-top: 7px;
  text-align: center;
  font-weight: 700;
}
.products-type-main .products-type-boxs:nth-child(1) {
  padding-right: 40px;
  border-right: 1px dashed#2495d9;
}
.products-type-main .products-type-boxs:nth-child(2) {
  padding-left: 40px;
}
.products-types h4 {
  text-align: center;
  text-transform: capitalize;
  font-size: 32px;
}
.product-btn {
  display: flex;
  justify-content: center;
  margin-top: 35px;
}
.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: 18px;
  line-height: 27px;
  font-weight: 400;
  color: #4a4a4a;
}
.brochure-title {
  background-color: #214385;
  padding: 10px;
  border-radius: 0px 0px 20px 20px;
}
h4.Herbal {
  font-size: 24px;
  text-align: center;
  margin-bottom: 0;
  color: #fff;
}
.brochure {
  margin-bottom: 30px;
}
.product-btn a.btn.btn-5 {
  font-size: 20px;
  font-weight: 600;
}


span.call-icons br {
  display: none;
}
.why-choose-us-contents {
    margin-top: 34px;
}
.why-choose-box {
    box-shadow: 6px 7px 6px #c7c5c5;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    padding: 20px;
    text-align: center;
    margin-bottom: 12px;
    background: #f2f7fa;
    border: 1px solid #6cbeeb;
}
.why-choose-info.why-choose-box {
    border: unset;
    box-shadow: 1px 2px 6px #c7c5c5;
    padding: 22px;
    background: #344e6e;
}
.why-choose-info span, .why-choose-box li {
    font-size: 24px;
    line-height: 1.45;
    margin-bottom: 10px;
    display: block;
    text-align: center;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: capitalize;
    font-family: "Roboto", sans-serif;
}
.why-choose-info span {
    font-size: 34px;
    color: #fff;
}
.why-choose-info p {
    font-weight: 300;
    font-size: 18px;
    text-align: center;
    color: #ffffff;
    width: 100%;
    max-width: 70%;
    margin: auto;
}
.why-choose-box ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.why-choose-box ul span {
    margin-bottom: 15px;
}





.sub-send-inquiry-form {
  position: fixed;
  left: -95px;
  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: #2978bb;
  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:#2978bb
  }

  50% {
      background-color: #1a598e;
  }
}

.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
  }
}
.banner-forms{
  padding: 40px;
}
@media screen and (min-width:1360px) {
  .banner-forms {
    position: absolute;
    top: 8%;
    right: 4%;
    bottom: 1%;
    z-index: 1;
    height: 100%;
    width: 100%;
    max-width: 28%;
  }
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}