@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;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 {
  display: block;
  position: relative;
  font: 400 14px/1.1 "Lato", 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: 40px;
  margin-bottom: 20px;
  color: #121212;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.5;
  position: relative;
}

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

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

input,
select,
textarea {
  background: #fff;
  background: #fff;
  border: 1px solid rgb(70 70 70 / .3);
  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
}


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

section {
  padding: 90px 0;
  overflow: hidden;
  position: relative;
}

.btn {
  border: 1px solid #3b3a82;
  padding: 10px 30px;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 500;
  margin-top: 10px;
  background-color: transparent;
  display: inline-block;
  color: #fff;
  transition: 0.4s;
  background-color: #3b3a82;
  letter-spacing: 0.4px;
}

.btn:hover {
  text-decoration: none;
  background-color: #ffffff;
  color: #3b3a82;
  border: 1px solid #3b3a82;
}


.creative-parallax--slider .f-slider-layer {
  position: relative;
}

.creative-parallax--slider .swiper-slide.swiper-slide-active:before {
  content: "";
  width: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 15%;
  transform: translateX(-50%) skew(-20deg, 0deg);
  z-index: 1;
  opacity: .4;
  background-color: #f88e3a;
  animation-name: fadeInTwo;
  animation-duration: 2.3s;
  animation-delay: 0s;
  display: none;
}

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

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

}

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

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

.creative-parallax--slider .f-slider-one-data h2 {
  font-size: 50px;
  line-height: 1.4;
  color: #fff;
  margin-bottom: 10px;
  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: 70px;
}

.f-slider-layer .f-slider-one-data p {
  font-size: 69px;
  line-height: 1.5;
  color: #fff;
  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;
}

.swiper-nav {
  position: absolute;
  bottom: -62px;
  right: -47px;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.swiper-nav button {
  width: 80px;
  height: 115px;
  background: transparent;
  color: #fff;
  border: 0;
  position: relative;
  z-index: 0;
  border-color: #ffee02;
  transition: .3s ease-in-out;
  cursor: pointer;
}

.swiper-nav button:first-child {
  margin-right: 10px;
}

.swiper-nav button:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #3a398587;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border: 2px solid;
  transform: skew(-23deg, 0deg);
  border-color: #3a3985;
  display: none;
}

.swiper-nav button:hover:before {
  border-color: #c1c1c1;
}

@keyframes fadeInThree {
  0% {
    opacity: 0;
  }

  40% {
    opacity: .2;
  }

  100% {
    opacity: 1;
  }
}

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

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

@keyframes fadeInTwo {
  0% {
    opacity: 0;
    transform: translateX(-50%) skew(-20deg, 0deg);
  }

  40% {
    opacity: 0;
    transform: translateX(-30%) skew(-20deg, 0deg);
  }

  100% {
    opacity: .4;
    transform: translateX(-50%) skew(-20deg, 0deg);
  }
}

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

.banner-forms {
  padding: 0px;
}

@media screen and (min-width:1360px) {
  .banner-forms {
    position: absolute;
    top: 20.9%;
    right: 6%;
    bottom: 1%;
    z-index: 1;
    height: 100%;
    width: 100%;
    max-width: 32%;
  }
}


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

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

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

.scrolled {
  position: fixed;
  top: 0;
  background-color: #fff;
  padding: 12px 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: 60%;
}

.arrow-icon.active path {
  fill: #3a3985 !important;
}

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

.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 60px;
  transition: 0.4s;
}

.navbar .navbar-nav .nav-link {
  font-size: 21px;
  font-weight: 600 !important;
  color: #ffffff;
  opacity: 1;
  margin: 0 22px;
  cursor: pointer;
  letter-spacing: 0.3px;
  padding: 8px 0;
}

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


.about-us-img {
  border-radius: 24px;
  overflow: hidden;
}


.about-wrapper {
  margin-left: 50px;
  position: relative;
}

.about-big-title {
  font-size: 90px;
  font-weight: 700;
  margin-bottom: 0;
  color: #e9e9e9ab;
  margin-left: 0;
  margin-top: 0;
  position: absolute;
  left: -79px;
  top: -8px;
}

.about-wrapper .pera,
p.pera-wrapper {
  font-size: 18px;
  font-weight: 400;
  color: #5e5e5e;
  line-height: 1.5;
}


.space-area h1 {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #000000;
}


@media (max-width: 1366px) {
  .creative-parallax--slider .f-slider-layer .f-slider-one-data {
    left: 5%;
    top: 50%;
  }

  .creative-parallax--slider .swiper-slide.swiper-slide-active:before {
    width: 265px;
  }

  .creative-parallax--slider .f-slider-layer:after {
    width: 185px;
    height: 75%;
    right: 6.5%;
    top: 50%;
  }

  .creative-parallax--slider .f-slider-one-data h1 {
    font-size: 50px;
    line-height: 60px;
  }

}

@media (max-width: 992px) {

  .creative-parallax--slider .f-slider-one-data h1 {
    font-size: 50px;
    line-height: 60px;
  }
}

@media (max-width: 767px) {
  .creative-parallax--slider .f-slider-layer .f-slider-one-data {
    width: 90%;
    top: 40%;
    text-align: center;
  }

  /* .creative-parallax--slider .f-slider-one-data h1 {
    font-size: 30px;
    line-height: 40px;
  } */

  .f-slider-layer .f-slider-one-data p {
    font-size: 15px;
    line-height: 25px;
  }

  .creative-parallax--slider .swiper-slide.swiper-slide-active:before {
    right: -100%;
  }

  .creative-parallax--slider .f-slider-layer:after {
    display: none;
  }

  .f-slider-layer .slide-btn {
    padding: 13px 55px 13px 25px;
  }

  .swiper-nav {
    left: 50%;
    transform: translate(-50%, -50%);
    right: unset;
    bottom: 2%;
  }

  .swiper-nav button {
    width: 50px;
    height: 50px;
    border-width: 1px;
    transform: unset;
  }

  .swiper-nav button:before {
    transform: unset;
  }
}


.our-quality {
  position: relative;
  background: #3c3b7f00;
}

.our-quality::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-image: url(../images/bg.jpg);
  background-size: cover;
  opacity: 0.1;
  z-index: -1;
}

.sub-title h2 {
  text-transform: uppercase;
  will-change: transform;
  transform: translateX(0);
  white-space: nowrap;
  font-size: 200px;
  font-weight: 900;
  color: #e9e9e9ab;
  font-size: 70px;
  font-weight: 800 !important;
  -webkit-text-fill-color: inherit;
  -webkit-text-stroke-width: 0;
  transform: rotate(180deg);
  writing-mode: vertical-lr;
}

.about-item.position-absolute {
  left: 45px;
}

.content-wrapper {
  text-align: center;
  border-right: 3px dotted #d4d4d4;
  padding-right: 50px;
}

.content-wrapper h2 {
  font-size: 49px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 25px;
  display: inline-block;
  border-bottom: 3px dashed #3c3b7f;
  color: #3c3b7f;
}

.content-wrapper p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 20px;
  text-align: justify;
  color: #5e5e5e;
}


.line-show {
  background-color: #3a3985;
  color: #ffffff;
}

.line-text {
  padding: 30px 0;
}

.line-text h1 {
  font-size: 3.8vw;
  text-transform: capitalize;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-align: center;
}

.counter-items .col-lg-3 {
  padding: 0;
}

.quality-wrapper h2 {
  padding-right: 0;
  position: relative;
  text-transform: capitalize;
  line-height: 1;
  text-align: center;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 42px;
  color: rgb(255 255 255);
}

.quality-wrapper p {
  width: 87%;
  margin: 0 auto;
  line-height: 1.6;
  margin-top: 40px;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 21px;
  color: #e9e9e9;
  padding-right: 0;
  text-transform: capitalize;
  text-align: center;
}



.quality-wrapper {
  padding: 7%;
}


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

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

.footer-title {
  font-size: 18px;
  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: #3a3985;
}

.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: 18px;
}

.widget_subscribe .btn {
  background-color: #3a3985;
  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;
}

.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: 18px;
  line-height: 1.7;
  color: #010101;
  /* font-weight: 300; */
}

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

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


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


.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: #3b3a82;
  font-weight: 400;
}

.heading h2 {
  font-size: 58px;
  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: 0px;
  text-align: center;
  overflow: hidden;
  border-radius: 20px;
}

.products-slider1 .single-client-logo .product-title {
  color: #000000;
  font-size: 22px;
  font-weight: 600;
  margin-top: 20px;
  border: 1px solid #ffffff;
  padding: 15px 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;
  border-radius: 10px;
}

.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: #3a3985;
  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: 18px;
  font-weight: 500;
  display: inline;
  padding: 0;
  width: 100%;
  align-items: center;
}

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

.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: #3b3a82;
  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: 40px;
  color: #fff;
  line-height: 1.4;
  text-transform: capitalize;
  text-align: left;
}

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

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


.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: #3a3985;
  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: 52px;
  line-height: 1.3;
  margin-top: 64px;
}

.content-wrapper span,
.details-lists h6 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 25px;
  text-align: left;
  display: block;
  margin-bottom: 11px;
  text-transform: capitalize;
}

.hidden-row {
  display: none;
}

.read-more-btn {
  cursor: pointer;
  color: #3a3985;
  text-decoration: dotted;
  margin-left: 5px;
  display: block;
  width: 100%;
  font-size: 17px;
  border: 2px solid #3a3985;
  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: 28px;
    text-align: center;
    max-height: 100px;
  }

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

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

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

}

.details-lists li {
  display: flex;
  margin-bottom: 12px;
}

.details-lists li svg {
  margin-top: 4.5px;
}

.details-lists li p {
  line-height: 1.5;
  font-weight: 400;
  font-size: 18px;
  color: #5e5e5e;
}

.application-title {
  font-weight: 600;
  font-size: 2rem;
}

.applications-slider .swiper-slide {
  background: #f8f9fa;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
}

.applications-slider .swiper-slide img {
  max-width: 100%;
  height: 180px;
  object-fit: contain;
  margin-bottom: 15px;
}

.applications-slider .swiper-button-next,
.applications-slider .swiper-button-prev {
  color: #000;
}

.applications-slider-one {
  margin-top: 30px;
}

.application-info {
  position: absolute;
  bottom: 0;
  background: linear-gradient(359deg, #000000c7, #00000000);
  left: 0;
  right: 0;
  padding: 23px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.application-info h5 {
  font-size: 40px;
  margin: 0;
  color: #ffffff;
  margin-bottom: 0px;
  line-height: 1.3;
  text-align: center;
}

.application-info p {
  font-size: 15px;
  color: #ffffff;
  margin: 0;
  line-height: 1.5;
}

.application-slider .swiper-button-prev,
.application-slider .swiper-button-next {
  background-color: #00000000;
  padding: 20px;
  font-size: 20px;
  box-shadow: 1px 2px 10px #ffffff;
  top: 44%;
  backdrop-filter: blur(13px);
}

.application-slider .swiper-button-prev:after,
.application-slider .swiper-rtl .swiper-button-next:after,
.application-slider .swiper-button-next:after,
.application-slider .swiper-rtl .swiper-button-prev:after {
  font-size: 20px;
  font-weight: 900;
  color: #fff;
}

.application-item img {
  width: 100%;
}

.call-icons a,
.call-icons span {
  margin: 0 0 10px;
  overflow: hidden;
  text-align: left;
  color: #111111;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.68;
  margin-bottom: 15px;
}

.product-wrapper {
  padding-bottom: 50px;
  margin-bottom: 50px;

}

.product-img {
  margin-bottom: 20px;
}

.product-img img {
  width: 100%;
  border-radius: 20px;
}