@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');

@font-face {
  font-family: 'Mont';
  src: url('../fonts/Mont-Regular.woff2') format('woff2'),
    url('../fonts/Mont-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Mont';
  src: url('../fonts/Mont-HeavyItalic.woff2') format('woff2'),
    url('../fonts/Mont-HeavyItalic.woff') format('woff');
  font-weight: 900;
  font-style: italic;
}

:root {
  --primary: #2c3e50;
  --secondary: #28a555;
  --accent: #29454f;
  --light: #ecf0f1;
}

*,
*: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;
}


::-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: #294452;
  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 !important;
  line-height: 1.68;
  margin-bottom: 15px;
  /* letter-spacing: 0.7px; */
  font-family: 'Mont', sans-serif;
}

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

input,
select,
textarea {
  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
}

#slider-forms input , #slider-forms textarea{
  font-size: 19px !important;
  padding: 10px 18px !important;
  background: #F6F6F6;
  border: 1px solid #F6F6F6;
  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
}
#slider-forms textarea::placeholder{
  color: rgb(230, 230, 230);
}

.line-show {
  background-color: #28a555;
  color: #ffffff;
}

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

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

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: 90px 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: #28a555; */

  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  background-color: transparent;
  border: none;
  cursor: pointer;
  margin: 0px 25px 15px;
  min-width: 150px;
  padding: 0;
}

.btn span {
  position: relative;
  display: inline-block;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px 35px;
  transition: 0.3s;
  color: #27a756;
}

.btn-2::before {
  background-color: #27a756;
  transition: 0.3s ease-out;
}

.btn-2 span {
  color: #27a756;
  border: 1px solid #27a756;
  transition: 0.2s;
}

.modal-footer .btn-2 span {
  color: #27a756;
  border: 1px solid #27a756;
  transition: 0.2s;
  padding: 14px 18px;
  display: flex;
  align-items: center;
}

.btn-2 span input {
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1.1;
  color: #27a756;
}

.btn-2 span:hover {
  color: rgb(255, 255, 255);
  transition: 0.2s 0.1s;
}

.btn-2 span:hover input {
  color: rgb(255, 255, 255);
  transition: 0.2s 0.1s;
}


.btn.hover-slide-down::before {
  top: 0;
  left: 0;
  right: 0;
  height: 0%;
  width: 100%;
}

.btn.hover-slide-down:hover::before {
  height: 100%;
}

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

.btn:active,
.btn:hover,
.btn:focus {
  outline: 0 !important;
  outline-offset: 0;
}

.btn::before,
.btn::after {
  position: absolute;
  content: "";
}


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

.home_banner_form {
  width: 280px;
  padding: 15px;
  background-color: rgb(0 0 0 / 49%);
  border-radius: 10px;
  position: relative;
  padding-top: 40px;
  position: absolute;
  top: 50%;
  right: 90px;
  z-index: 1;
  transform: translateY(-50%);
  display: none;

}

.home_banner_form h5 {
  background-color: #f8b186;


  display: inline-block;
  color: #fff;
  padding: 9px 30px;
  border-radius: 5px;
  line-height: normal;
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 14px;
}

.home_banner_form .form-group {
  margin-bottom: 10px;
}


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

img.mobile {
  display: none;
}

img.desktop {
  display: block;
}

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: #fff;
}

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

.arrow-icon.active path {
  fill: #28a555 !important;
}

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

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

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

.navbar .navbar-nav .nav-link {
  font-size: 21px;
  font-weight: 600 !important;
  color: #000000;
  opacity: 1;
  margin: 0 20px;
  cursor: pointer;
  letter-spacing: 0.8px;
  font-family: 'Mont', sans-serif;
}

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

.sm-icons {
  flex-direction: row
}

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


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

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-area {
  background-color: #f7f7f7;
}

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

.video-tag-div video {
  border-radius: 24px;
  overflow: hidden;
}

.about-wrapper {
  margin-right: 115px;
}

.slider-information {
  position: absolute;
  bottom: 30%;
  left: 5vw;
  width: 100%;
  max-width: 25%;
}

.slider-information h2 {
  color: #fff;
  font-size: 96px;
  line-height: 1.1;
  text-transform: capitalize;
}

.slider-information p {
  color: #fff;
}

.about-big-title {
  font-size: 130px;
  font-weight: 700;
  margin-bottom: 14px;
  color: #e9e9e9ab;
  margin-left: -14px;
  text-transform: capitalize;
}

.about-wrapper .pera,
p.pera-wrapper {
  font-size: 18px;
  font-weight: 300;
  color: #4e4e4e;
  line-height: 1.5;
  letter-spacing: 0.8px;
}

.aboutt-bottom-img {
  height: 100px;
  margin-top: 40px;
  display: none;
}

.about-innder-img {
  width: 100%;
  padding: 30px 30px 0px 0px;
  overflow: hidden;
  display: flex;
  margin-top: 4%;
}

.about-innder-img img {
  width: 100%;
  display: block;
}

@media screen and (min-width:1440px) {
  .container-fluid {
    padding: 0 100px;
  }
}

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


.our-quality {
  position: relative;
}

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

.about-items {
  padding: 0 40px 40px;
  position: relative;
}

.about-items::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 89%;
  background-color: #fff;
  border-radius: 50px;
  z-index: 0;
}

.about-items .row {
  z-index: 1;
  position: relative;
}




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

footer .footer-titles {
  font-size: 15vw;
  color: #ffffff33;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.1;
  margin: 0;
  text-align: center;
}

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

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

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


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

.widget_subscribe .btn {
  background-color: #28a555;
  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: 18px;
  color: #ffffff;
}

.copyright-text a {
  color: #fff;
  font-weight: 800;
}

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

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


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: 17px;
  line-height: 1.7;
  color: #161616;
  font-weight: 500;
}

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

.heading span {
  text-align: left;
  color: #202020;
  font-size: 19px;
  line-height: 1.66;
  margin-bottom: 15px;
  width: 100%;
  max-width: 100%;
  color: #28a555;
  font-weight: 400;
}

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

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


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


.product-content h3 {
  font-size: 48px;
  letter-spacing: 1.2px;
  text-transform: capitalize;
  line-height: 1.2;
  margin-bottom: 20px;
}

.product-content p {
  font-size: 20px;
}

.products-info-show table tr {
  margin-bottom: 0px;
  display: inline-flex;
}

.products-info-show {
  margin-top: 20px;
}

.products-slider {
  padding: 24px 48px 0 49px;
}

.products-wrapper {
  /* background: #fff;
  box-shadow: -2px 4px 17px #b4b4b4;
  border-radius: 20px;
  overflow: hidden; */
}

.products-slider span.swiper-pagination-total,
.products-slider .swiper-pagination-current,
.products-slider .swiper-pagination {
  font-size: 26px;
  color: #28a555;
  font-weight: 900;
}

.product-body {
  padding: 20px 10px 20px 0;
}

.product-picture img {
  width: 100%;
}

.products-info-show table tr th {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.7px;
  margin-right: 12px;
  display: block;
}

.products-info-show table tr td {
  font-weight: 300;
}

.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: 55%;
  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: 20px;
  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: 'Mont', sans-serif;
  font-weight: 400;
}

.modal-header {
  background-color: #28a555;
  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;
}

form .form-group.has-feedback label {
  color: #555;
  font-family: 'Mont', sans-serif;
  margin-bottom: 8px;
  font-size: 17px;
  letter-spacing: 0.8px;
}

form .form-group.has-feedback input::placeholder {
  color: rgb(218, 218, 218);
}

form .form-group.has-feedback #slider-forms form .form-group.has-feedback {
  margin-bottom: 26px;
}

label.error {
  color: red !important;
  font-weight: 400 !important;
  position: absolute !important;
  bottom: -19px !important;
  font-size: 11px !important;
  text-transform: capitalize;
  font-style: normal !important;
}

#slider-forms label.error {
  color: red !important;
  font-weight: 400 !important;
  position: absolute !important;
  bottom: -22px !important;
  font-size: 12px !important;
  text-transform: capitalize;
  font-style: normal !important;
}

#slider-forms .slider-form-submit span,
.quick-sections .slider-form-submit span {
  padding: 0;
}

#slider-forms .slider-form-submit input,
.quick-sections .slider-form-submit input[type="submit"] {
  background-color: transparent;
  font-size: 18px;
  letter-spacing: 0.8px;
  color: #28a653;
}

#slider-forms .slider-form-submit .btn:hover input,
.quick-sections .slider-form-submit .btn:hover input[type="submit"] {
  color: #fff;
}

.slider-form-side .has-feedback {
  margin-bottom: 20px !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: 36px;
  color: #000000;
  line-height: 1.4;
  text-transform: capitalize;
}

.slider-form-side {
  background-color: #ffffff;
  backdrop-filter: blur(12px);
  border-radius: 25px;
  padding: 38px 28px;
  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;
} */


.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: #28a555;
  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;
  margin: 0;
}

.about-wrapper h3 {
  font-size: 46px;
  line-height: 1.4;
  letter-spacing: 0.2px;
  font-weight: 500;

}

.about-big-title {
  font-size: 64px;
  font-weight: 600;
  margin-bottom: 14px;
  color: #294452;
  margin-left: 0;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  position: relative;
  /* padding-left: 15px; */
}

/* .about-big-title::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: linear-gradient(to bottom, #28a555, #28a555);
} */
.about-contents {
  padding: 48px 0 28px;
}

.about-contents p {
  font-size: 20px !important;
}

.about-us-img img {
  border-radius: 40px;
}

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

}

.application-title {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  text-align: center;
  background: #28a555ae;
  backdrop-filter: blur(10px);
  border-radius: 5px;
}

.application-title h4 {
  margin: 0;
  color: #fff;
  font-size: 26px;
  padding: 10px;
}

.application-img {
  position: relative;
  /* border-radius: 15px; */
  overflow: hidden;
}







.products-titles {
  margin: 40px 40px 0 20px;
  border-right: 2px solid grey;
  padding-right: 81px;
}

.products-features-item {
  text-align: center;
  margin-bottom: 25px;
}

.products-features-item img {
  margin-bottom: 14px;
  width: 80px;
}

.products-features-item p {
  font-size: 18px;
  color: #111;
  width: 100%;
  max-width: 70%;
  text-align: center;
  margin: auto;
  line-height: 1.3;
}

.services-section .swiper-button-next:after,
.services-section .swiper-button-prev:after {
  line-height: 1;
  background: #28a555;
  padding: 30px 12px;
  color: #ffffff;
  font-size: 25px;
}

.services-section .swiper-button-prev,
.swiper-rtl .swiper-button-next {
  top: 25%;
  left: 8px;
}

.services-section .swiper-button-next,
.swiper-rtl .swiper-button-prev {
  top: 25%;
  right: 8px;
}

.quick-sections .bottom-items {
  background-color: #f9f9f9;
  padding: 40px;
  border-radius: 40px;
}

.quick-sections .container-fluid {
  padding: 0 22px;
}

@media screen and (min-width:1240px) {
  .quick-sections .container-fluid {
    padding: 0 100px;
  }
}

.quick-sections span.choose {
  color: #a0a0a0;
  font-size: 22px;
  margin-bottom: 10px;
  display: block;
  font-style: italic;
}

.quick-sections h4 {
  color: #294452;
  font-size: 46px;
}

.quick-info ul {
  margin-bottom: 5px;
}

.quick-info ul li {
  display: flex;
  margin-bottom: 17px;
  align-items: flex-start;
}

.quick-info ul li svg {
  margin-top: 3px;
  margin-right: 4px;
}

.quick-info ul li p {
  margin: 0;
  color: #111;
  font-family: 'Lato';
  letter-spacing: 0.8px;
  line-height: 1.45;
}

.quick-info ul li p b {
  font-weight: 900;
  font-family: 'Lato';
}

.quick-img img {
  border-radius: 20px;
}

.tab-btn {
  background: #EFF4EB;
  border: none;
  text-align: center;
  padding: 16px 60px;
  cursor: pointer;
  font-weight: 500;
  font-size: 28px;
  color: #27a756;
  border: 1px solid #4CAF50;
}

.tab-btn.active {
  background: #4CAF50;
  color: #fff;
}

.tab-btn:hover {
  background: #4CAF50;
  color: #fff;
}

.process-step {
  padding: 21px 23px 21px 50px;
  background-color: #ffffff;
  font-weight: 500;
  color: #333;
  display: flex;
  flex-direction: column;
  margin-bottom: 26px;
  font-size: 24px;
  position: relative;

}

.process-step::after {
  content: "";
  position: absolute;
  left: 27px;
  top: 0;
  bottom: 0;
  width: 3px;
  height: 80%;
  margin: auto;
  background-color: #ADC59A;
}

.process-step p {
  color: #0C7839 !important;
  margin-bottom: 5px;
  margin-top: 12px;
  width: 100%;
  max-width: 30%;
  line-height: 1.4;
  font-weight: 700;
}

.process-step i {
  color: #4CAF50;
  margin-right: 8px;
  font-size: 48px;
}

.spec-table th {
  background-color: #4CAF50;
  color: white;
}

.tab-pane {
  display: none;
}

.tab-pane.active {
  display: block;
}

@media (max-width: 768px) {
  .tab-btn {
    width: 100%;
  }
}

.tab-pane h4 {
  font-size: 58px;
  line-height: 1.2;
  color: #294452;
}

.tab-pane p {
  font-size: 20px;
  color: #818181 !important;
  width: 100%;
  max-width: 90%;
}

.tab-pane table th,
.tab-pane table td {
  font-size: 22px;
}

.tab-pane table thead th {
  font-size: 22px;
  background-color: #27a756;
  color: #fff;
}

footer {
  background-color: #13A550;
}

.footer-top .footer-items {
  background-color: #fff;
  padding: 40px;
  border-radius: 60px;
  margin-top: -90px;
}

.get-in-touch-section {
  background-image: url(../images/get-in-touch-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 0;
}

.get-in-touch-content {
  padding: 45px 0;
}

.get-in-touch-content h3 {
  color: #fff;
  font-size: 64px;
}

.get-in-touch-content p {
  color: #fff;
  font-size: 28px;
}

.get-in-touch-section .view-btn {}

.get-in-touch-section .view-btn .btn-2::before {
  background-color: #28a653;
  transition: 0.3s ease-out;
}

.get-in-touch-section .view-btn .btn-2 span {
  color: #28a653;
  border: 1px solid #ffffff;
  background-color: #fff;
  transition: 0.2s;
  font-size: 28px;
  padding: 16px 40px;

}

.get-in-touch-section .view-btn .btn-2:hover span {
  color: #28a653;
  border: 1px solid #ffffff;
  transition: 0.2s;
}
.sub-send-inquiry-form {
    position: fixed;
    left: -99px;
    top: 35%;
    height: 25%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 999;
    bottom: auto
}

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

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

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

.sub-send-btn {
    background-color: #24a1e1;
    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: #28a653
    }

    50% {
        background-color: #28a653
    }
}

/* .get-in-touch-section .view-btn .btn-2 span {
    color: #ffffff;
    border: 1px solid #ffffff;
    transition: 0.2s;
     font-size: 28px;
} */






/* .feature-section {
  max-width: 1200px;
  margin: 0 auto;
} */
.feature-section p {}

.feature-card {
  background: rgba(255 255 255 / 0.1);
  border-radius: 24px;
  box-shadow: 0 1px 10px rgb(43 68 81 / 19%);
  padding: 32px 24px;
  text-align: center;
  position: relative;
  overflow: visible;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.4s ease;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}

.feature-card::before {
  content: '';
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 96px;
  height: 96px;
  /* background: linear-gradient(135deg, #8e2de2, #4a00e0); */
  border-radius: 50%;
  filter: blur(12px);
  opacity: 0.7;
  z-index: 0;
  transition: opacity 0.4s ease;
}

.feature-card:hover::before {
  opacity: 1;
}

.feature-card:hover {
  transform: translateY(-12px) scale(1.05);
  box-shadow: 0 20px 40px rgb(43 68 81 / 46%);
}

.feature-icon-wrapper {
  position: relative;
  z-index: 10;
  width: 72px;
  height: 72px;
  background: linear-gradient(135deg, #28a555 0%, #28a655 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  box-shadow: 0 8px 20px rgb(53 165 90);
  animation: floatIcon 3s ease-in-out infinite;
}

@keyframes floatIcon {

  0%,
  100% {
    transform: translateY(0);
  }

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

#process h4 {}

.feature-icon {
  font-size: 40px;
  color: #e0d7ff;
  display: flex;
}

.feature-title {
  font-size: 1.55rem;
  font-weight: 700;
  margin-bottom: 14px;
  background: linear-gradient(135deg, #28a655, #2b4451);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.3;
}

.feature-subtitle {
  font-size: 1rem;
  color: #d1d1e9;
  line-height: 1.5;
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
  color: #818181 !important;
  width: 100%;
  max-width: 100%;

}

@media (max-width: 767.98px) {

  .feature-card {
    padding: 28px 18px;
  }

  .feature-icon-wrapper {
    width: 56px;
    height: 56px;
    margin-bottom: 14px;
  }

  .feature-icon {
    font-size: 28px;
  }

  .feature-title {
    font-size: 1.6rem;
    max-width: 100%;
  }

  .feature-subtitle {
    max-width: 100%;
    font-size: 1.2rem;
  }
}


.roller-display {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  padding: 1.2rem 0.5rem;
  margin: 0 auto;
}

.roller-item {
  position: relative;
  width: 150px;
  height: 150px;
  perspective: 1000px;
}

.roller-card {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: all 0.8s ease;
}

.roller-item:hover .roller-card {
  transform: rotateY(180deg);
}

.roller-front,
.roller-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  padding: 0.8rem;
}

.roller-front {
  background: white;
}

.roller-back {
  background: var(--secondary);
  color: white;
  transform: rotateY(180deg);
}

.roller-icon {
  font-size: 3rem;
  margin-bottom: 1rem;
  color: var(--secondary);
}

.roller-back .roller-icon {
  color: white;
}

.roller-name {
  font-weight: 600;
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
  text-transform: capitalize;
}

.roller-index {
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.1);
}

.roller-display .header {
  text-align: center;
  padding: 4rem 0 2rem;
  background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
  color: white;
  margin-bottom: 2rem;
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
  padding-bottom: 5rem;
}

.roller-display .header h1 {
  font-weight: 800;
  font-size: 2.5rem;
}

@media (max-width: 768px) {
  .roller-display {
    gap: 1rem;
    padding: 1rem;
  }

  .roller-item {
    width: 150px;
    height: 150px;
  }

  .roller-icon {
    font-size: 2rem;
  }

  .roller-name {
    font-size: 0.9rem;
  }
}