@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --theme-color: #006e41;
  --theme-color1: #a93494;
  --heading-font: "Work Sans", sans-serif;
  --para-font: "Roboto", sans-serif;
}

.common-bg {
  background-color: #fafafa;
}

body {
  font-family: var(--para-font);
}

.whatsapp,
.phone-call {
  position: fixed;
  width: 50px;
  height: 50px;
  background-color: #00e676;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 26px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
  margin-top: 0px;
  line-height: 50px;
  transition: all ease-in-out 0.2s;
  left: 13px;
  bottom: 78px;
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

a {
  text-decoration: none;
  transition: 0.5s;
  color: inherit;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

.dropdown-item.active {
  background-color: transparent !important;
  color: var(--theme-color);
}

.dropdown-item:hover {
  background-color: transparent;
  color: var(--theme-color);
  font-weight: 400;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: transparent !important;
}

.common-reading {
  background-color: var(--theme-color);
  color: #fff;
  margin-top: -7px;
  padding: 60px 0;
}

.common-reading p {
  max-width: 70%;
  margin: 0 auto;
  font-size: 14px;
  line-height: 25px;
  position: relative;
}

.common-reading p::before {
  content: "";
  background-color: #f58634;
  position: absolute;
  left: 50%;
  border-radius: 15px;
  top: -30px;
  transform: translateX(-50%);
  width: 18px;
  height: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: var(--heading-font);
}

.mobile-banner {
  display: none;
}

.m-img {
  display: none;
}

.common-space {
  padding: 110px 0;
}

.common-space-small {
  padding: 80px 0;
}

.common-heading {
  margin-bottom: 30px;
  position: relative;
  color: #212121;
  font-size: 40px;
  font-weight: 700;
  padding-left: 2.5rem;
}

.common-heading:before {
  content: "";
  position: absolute;
  left: -10px;
  background-image: url("img/icon-main.png");
  background-size: contain;
  width: 63px;
  background-repeat: no-repeat;
  height: 70px;
  top: -9px;
}

.theme-color {
  color: var(--theme-color);
}

header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9;
}

header .navbar-expand-lg {
  padding: 0;
  background-color: #fff !important;
}

header .navbar-expand-lg .navbar-nav .nav-link {
  padding: 25px 10px 26px;
  font-size: 14px;
  color: #000;
  position: relative;
  border-radius: 20px;
}

header .navbar-expand-lg .navbar-nav .nav-link.active {
  font-weight: 600;
}

header .navbar-expand-lg .navbar-nav .nav-link.active:before {
  content: "";
  left: 0;
  width: 42px;
  height: 3px;
  background-color: #f1c114;
  position: absolute;
  bottom: 0px;
  border-radius: 12px;
  left: 50%;
  transform: translateX(-50%);
}

header .navbar-expand-lg .navbar-nav .nav-link:hover {
  color: var(--theme-color);
}

header .navbar-expand-lg .navbar-nav .dropdown-menu {
  border-radius: 0;
  padding-left: 10px;
  padding-right: 10px;
}

header .navbar-expand-lg .navbar-nav .dropdown-menu a {
  padding-left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 0;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}

header .cont-btn-iconss {
  margin-left: 4rem;
}

header .navbar-brand img {
  max-width: 144px;
}

header .menu-item-has-children:hover .dropdown-menu {
  display: block;
}

.common-btn {
  font-size: 16px;
  font-weight: 500;
  font-family: var(--para-font);
  background-color: var(--theme-color);
  color: #fff;
  padding: 11px 22px;
  border: 0;
  display: flex;
  transition: all 0.3s;
  width: -moz-fit-content;
  width: fit-content;
}

.common-btn:hover {
  background-color: var(--theme-color1);
}

.common-list li {
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 2rem;
}

.common-list li:before {
  color: var(--theme-color);
  content: "\f178";
  font-size: 20px;
  margin-right: 10px;
  font-family: "fontawesome";
  /* line-height: 2.2; */
  margin-top: 9px;
  position: absolute;
  left: 0;
  top: -10px;
}

.bredcrumb {
  background-position: center 54%;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 4rem;
  position: relative;
  padding: 8rem 0;
}

.bredcrumb:before {
  content: "";
  position: absolute;
  left: -40%;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #cbae85, transparent);
}

.bredcrumb.geeen-bred:before {
  content: "";
  left: -20%;
  background-image: linear-gradient(91deg, #006e41, transparent);
}

.bredcrumb h1 {
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.4117647059);
  font-weight: 700;
  margin-bottom: 1rem;
  text-transform: capitalize;
}

.bredcrumb .bred-wrappers {
  position: relative;
}

.bredcrumb .bred-list * {
  color: #fff;
}

.bredcrumb .bred-list ul {
  display: flex;
  align-items: center;
}

.bredcrumb .bred-list ul li {
  font-size: 14px;
  color: #fff;
}

.bredcrumb .bred-list ul li a {
  color: #fff;
  font-size: 14px;
}

.bredcrumb .bred-list ul li i {
  padding: 0 8px;
}

.home-video-section {
  width: 100%;
}

.home-video-section video {
  height: 100vh;
  overflow: hidden;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.home-video-section .banr-inner-contss {
  position: absolute;
  left: 0;
  width: 100%;
  top: 70%;
  transform: translateY(-50%);
}

.home-video-section .banr-inner-contss .bnr-inner {
  max-width: 70%;
}

.home-video-section .banr-inner-contss .bnr-inner h2 {
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.4117647059);
  font-weight: 700;
  margin-bottom: 1rem;
}

.home-video-section .banr-inner-contss .bnr-inner p {
  color: #fff;
  font-family: var(--heading-font);
  font-size: 16px;
  line-height: 30px;
}

.home-video-section .banr-inner-contss .bnr-inner .common-btn {
  margin-top: 2rem;
}

.reading {
  background-color: var(--theme-color);
  color: #fff;
  margin-top: -7px;
  padding: 60px 0;
}

.reading h1 {
  display: inline-block;
  margin: 0;
  font-family: var(--para-font);
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
}

.reading p {
  max-width: 70%;
  margin: 0 auto;
  font-size: 14px;
  line-height: 25px;
  position: relative;
  display: inline;
}

.reading p::before {
  content: "";
  background-color: #f58634;
  position: absolute;
  left: 27%;
  border-radius: 15px;
  top: -30px;
  transform: translateX(-50%);
  width: 18px;
  height: 18px;
}

.counter-section {
  background-color: #fafafa;
  background-image: url(img/lean-middle.png);
  background-size: contain;
  background-position: 56%;
  padding-bottom: 110px;
  background-repeat: no-repeat;
}

.counter-section .lean-first-row .lean-boxedd {
  transition: all 0.3s ease-in-out;
}

.counter-section .lean-first-row .lean-boxedd .lean-icnon-wrapper img {
  transition: all 0.3s ease-in-out;
  transform: scaleX(1);
  margin-bottom: 1rem;
  max-height: 56px;
}

.counter-section .lean-first-row .lean-boxedd .lean-main-ocnt p {
  font-weight: 500;
  margin-bottom: 5px;
}

.counter-section .lean-first-row .lean-boxedd .lean-main-ocnt h3 {
  font-family: "Roboto";
  font-size: 21px;
  font-weight: 700;
  line-height: 33px;
  color: var(--theme-color);
}

.counter-section .lean-first-row .lean-boxedd:hover .lean-icnon-wrapper img {
  transform: scaleX(-1);
}

.range {
  padding-top: 0;
  background-color: #fafafa;
  padding-bottom: 80px;
}

.range .range-row-sumbersible {
  display: flex;
}

.range .range-row-sumbersible .conetnt-partt {
  max-width: 195px;
  display: flex;
  padding-right: 1.5rem;
  flex-direction: column;
  justify-content: center;
}

.range .range-row-sumbersible .conetnt-partt h5 {
  display: none;
  margin-bottom: 0.5rem;
  font-size: 16px;
}

.range .range-row-sumbersible .conetnt-partt p {
  font-size: 24px;
  font-weight: 400;
  font-family: var(--para-font);
  color: var(--theme-color);
}

.range .range-row-sumbersible .pumps-part {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  width: 100%;
  position: relative;
}

.range .range-row-sumbersible .pumps-part.autoprime-row {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 0rem;
}

.range .range-row-sumbersible .pumps-part.autoprime-row .single-pumpss a {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
}

.range .range-row-sumbersible .pumps-part.autoprime-row .single-pumpss img {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.range .range-row-sumbersible .pumps-part.autoprime-row::before {
  background-color: var(--theme-color);
}

.range .range-row-sumbersible .pumps-part .single-pumpss {
  text-align: center;
  position: relative;
  z-index: 3;
}

.range .range-row-sumbersible .pumps-part .single-pumpss p {
  font-weight: bold;
  opacity: 0;
  margin-bottom: 0;
}

.range .range-row-sumbersible .pumps-part .single-pumpss:hover img {
  transform: scale(1.07);
}

.range .range-row-sumbersible .pumps-part .single-pumpss:hover p {
  opacity: 11;
}

.range .range-row-sumbersible .pumps-part .single-pumpss img {
  transition: all 0.3s;
  max-height: 270px;
}

.thin {
  font-weight: 500;
}

.experties {
  background: linear-gradient(180deg, var(--theme-color) 65%, #f0f0f0 50%);
}

.experties h2 {
  color: #fff;
  margin-bottom: 5.5rem;
}

.experties .exp-box {
  padding-left: 25px;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: all 0.3s;
  background-color: #fff;
}

.experties .exp-box h4 {
  font-size: 18px;
  text-transform: uppercase;
  padding-bottom: 1.5rem;
}

.experties .exp-box .common-btn {
  margin-top: -19px;
  color: #fff;
  margin-left: auto;
  transition: all 0.3s;
  padding: 12px 12px;
  position: relative;
}

.experties .exp-box:hover {
  box-shadow: 0 0 22px -10px #000;
}

.experties .exp-box:hover h4 {
  font-weight: 700;
}

.experties .exp-box:hover .common-btn {
  transform: scale(1.2);
}

.experties .owl-carousel .owl-nav {
  position: absolute;
  right: 0;
  top: -131px;
}

.experties .owl-carousel .owl-nav button {
  background-color: #f0f0f0;
  width: 48px;
  height: 48px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.experties .owl-carousel .owl-nav button:first-child {
  margin-right: 120px;
}

.experties .owl-carousel .owl-nav button:hover {
  background-color: var(--theme-color1);
  color: #fff;
}

.experties .owl-dots {
  position: absolute;
  right: 80px;
  top: -124px;
}

.experties .owl-dots button.owl-dot {
  background-color: #fff;
  width: 10px;
  height: 10px;
  display: inline-flex;
  border-radius: 10px;
  border: solid 1px #bcbcbc;
  align-items: center;
  margin-right: 10px;
}

.experties .owl-dots button.owl-dot.active {
  background-color: var(--theme-color1);
}

.cosmos-rentals {
  position: relative;
  padding: 60px 0;
  background: url(img/rental-main-bg.png), linear-gradient(101deg, #fff, #0bbfef 55%);
  background-size: contain;
  background-repeat: no-repeat;
  overflow: hidden;
}

.cosmos-rentals .img-logo {
  max-width: 360px;
}

.cosmos-rentals .right-imgss {
  position: absolute;
  right: -135px;
  top: 0;
  max-width: 767px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.cosmos-rentals .rental-text {
  margin-top: 3rem;
}

.cosmos-rentals .rental-text p {
  font-size: 25px;
  font-family: var(--heading-font);
  line-height: 35px;
}

.cosmos-rentals .rental-boxx-rwrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 30px;
  grid-column-gap: 100px;
  margin-top: 2.5rem;
}

.cosmos-rentals .rental-boxx-rwrapper .renta-single-box {
  display: grid;
  align-items: center;
  grid-template-columns: 68px 1fr;
}

.cosmos-rentals .rental-boxx-rwrapper .renta-single-box p {
  font-size: 14px;
}

.cosmos-rentals .rental-boxx-rwrapper .renta-single-box .rental-img-wrasp {
  width: 68px;
  display: flex;
  border-radius: 50px;
  height: 68px;
  background-color: #fff;
  align-items: center;
  justify-content: center;
}

.cosmos-rentals .rental-boxx-rwrapper .renta-single-box .rental-img-wrasp img {
  max-height: 32px;
}

.cosmos-rentals .rental-boxx-rwrapper .renta-single-box .reantal-main-cont {
  padding-left: 1.2rem;
}

.cosmos-rentals .rental-boxx-rwrapper .renta-single-box .reantal-main-cont p {
  margin-bottom: 0;
}

.cosmos-rentals .sratrt-rent .common-btn {
  background-color: #366fb2;
  margin-top: 1.7rem;
  padding: 7px 36px;
}

.cosmos-rentals .sratrt-rent .common-btn:hover {
  background-color: var(--theme-color1);
}

.future-ready {
  background-color: #f0f0f0;
  background-image: url(img/lean-middle.png);
  background-size: contain;
  background-position: 56%;
  background-repeat: no-repeat;
  padding-top: 2rem;
  position: relative;
  overflow: hidden;
}

.future-ready::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url(img/mobiles.png);
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  background-position: 98%;
}

.future-ready .common-btn {
  margin-top: 4rem;
}

.future-ready .play {
  display: flex;
  justify-content: center;
}

.future-ready .play .common-btn {
  align-items: center;
}

.future-ready .common-heading {
  margin-top: 4rem;
}

.future-ready .inner-boxes {
  margin-left: 1rem;
}

.future-ready .inner-boxes .future-new {
  text-align: center;
}

.future-ready .inner-boxes img {
  margin-right: 10px;
  max-width: 80px;
}

.future-ready .inner-boxes p {
  margin: 0;
  font-family: var(--heading-font);
}

.future-ready .right-imgs {
  margin-bottom: -60px;
  text-align: right;
}

.future-ready .right-imgs img {
  margin: 0 auto;
  margin-bottom: -60px;
}

.dewaring-acce {
  background-image: url("img/cosmos-s.jpg");
  background-size: cover;
  background-position: right bottom;
}

.dewaring-acce h2 {
  color: #fff;
  padding-left: 0;
  margin-bottom: 2.5rem;
}

.dewaring-acce h2::before {
  display: none;
}

.dewaring-acce p {
  color: #fff;
}

.dewaring-acce .common-btn {
  color: var(--theme-color);
  background-color: #fff;
  border: solid 1px #fff;
  margin-top: 2.5rem;
}

.dewaring-acce .common-btn:hover {
  background-color: var(--theme-color1);
  color: #fff;
}

.presenc-acc {
  background-color: #efefef;
}

.presenc-acc .btn-lists {
  text-align: right;
}

.presenc-acc .btn-lists ul {
  display: flex;
  justify-content: end;
}

.presenc-acc .btn-lists ul li {
  border: solid 1px var(--theme-color);
  color: var(--theme-color);
  cursor: pointer;
}

.presenc-acc .btn-lists ul li.common-btn {
  background-color: #fff;
}

.presenc-acc .btn-lists ul li.common-btn.active {
  background-color: var(--theme-color);
  color: #fff;
}

.presenc-acc .dealers-deatils-map {
  max-height: 400px;
  overflow-y: scroll;
}

.presenc-acc .dealers-items {
  padding: 20px;
  background: white;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  margin-bottom: 10px;
}

.presenc-acc .dealers-items h4 {
  color: var(--theme-color);
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed var(--theme-color);
}

.presenc-acc .dealers-items .add {
  padding-left: 20px;
  position: relative;
}

.presenc-acc .dealers-items .add::before {
  content: "\f3c5";
  position: absolute;
  left: 0;
  font-family: fontawesome;
  color: var(--theme-color);
}

.presenc-acc .dealers-items .num {
  display: flex;
  gap: 20px;
}

.presenc-acc .dealers-items i {
  color: var(--theme-color);
}

.presenc-acc .dealers-items p {
  margin-bottom: 5px;
}

.presenc-acc .dealers-items p i {
  margin-right: 5px;
}

.presenc-acc .reps {
  display: flex;
  justify-content: end;
}

.presenc-acc .reps .search-icnons {
  display: flex;
  margin-left: 0px;
  transition: all 0.3s;
  justify-content: end;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
  align-items: center;
}

.presenc-acc .reps .search-icnons .input11 {
  margin-right: 10px;
}

.presenc-acc .reps .search-icnons input {
  width: 100%;
  border-radius: 0;
  height: 50px;
  margin-right: 7px;
  line-height: 50px;
  padding-right: 7px;
}

.presenc-acc .reps .search-icnons.show-form {
  left: 0;
}

.presenc-acc .reps .search-icnons p {
  margin: 0;
  margin-right: 20px;
}

.presenc-acc .reps .search-icnons i {
  font-size: 22px;
  color: var(--theme-color);
  cursor: pointer;
  margin-right: 5px;
  position: relative;
}

.presenc-acc .tabs-cont-wrapper .tab-cont-boxed {
  display: none;
}

.presenc-acc .tabs-cont-wrapper .tab-cont-boxed.active {
  display: block;
}

footer {
  background-color: #fff;
  background-image: url(img/lean-middle.png);
  background-size: contain;
  background-position: 49%;
  background-repeat: no-repeat;
}

footer .footer-logos {
  margin-bottom: 1.5rem;
  max-width: 120px;
}

footer .first-boxxx {
  padding-right: 3rem;
}

footer .common-btn {
  background-color: var(--theme-color1);
  font-size: 14px;
  padding: 10px 22px;
}

footer h4 {
  text-transform: uppercase;
  font-family: "roboto";
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 30px;
}

footer p,
footer a {
  font-size: 14px;
  line-height: 1.6;
}

footer .midle-cont {
  padding-right: 3rem;
}

footer .footer-menu ul li a {
  padding: 7px 0px;
  display: flex;
  transition: 0.3s all;
}

footer .footer-menu ul li a:hover {
  padding: 7px 13px;
  color: var(--theme-color1);
}

footer .footer-menu ul li a:hover {
  border-color: var(--theme-color);
}

footer .footer-cont {
  border-left: solid 2px var(--theme-color1);
  padding-left: 22px;
}

footer .first-boxxx p {
  margin-bottom: 1.5rem;
}

footer .footer-social-media ul {
  display: flex;
  margin-top: 1.5rem;
}

footer .footer-social-media ul li {
  margin-right: 5px;
}

footer .footer-social-media ul li a {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  padding: 8px;
  border-radius: 25px;
  color: var(--theme-color1);
  border: solid 2px var(--theme-color1);
}

footer .footer-social-media ul li:nth-child(1) a {
  color: #316ff6;
  border-color: #316ff6;
}

footer .footer-social-media ul li:nth-child(2) a {
  color: #0077b5;
  border-color: #0077b5;
}

footer .footer-social-media ul li:nth-child(3) a {
  color: #000;
  border-color: #000;
}

footer .footer-social-media ul li:nth-child(4) a {
  color: #ff4b13;
  border-color: #ff4b13;
}

footer .footer-social-media ul li:nth-child(5) a {
  color: red;
  border-color: red;
}

footer .footer-copyright {
  margin-top: 1.5rem;
  padding-bottom: 1rem;
}

footer .footer-copyright p {
  margin-bottom: 0;
}

footer .subs-btns form {
  position: relative;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: end;
}

footer .subs-btns form input {
  line-height: 50px !important;
  display: flex;
  height: 50px;
  padding: 0 1rem;
  justify-content: center;
}

footer .subs-btns form input[type=submit] {
  border: 0;
  border-radius: 0;
  padding: 0 2rem;
}

footer .subs-btns form input[type=submit]:hover {
  background-color: var(--theme-color);
}

.main-popupss {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 800px;
  max-width: 97%;
  z-index: 999;
  transform: translate(-50%, -50%);
}

.main-popupss:before {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7607843137);
  content: "";
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
}

.main-popupss .mp-containerss {
  position: relative;
  z-index: 99;
}

.main-popupss .mp-containerss .close-btnss {
  position: absolute;
  right: -28px;
  z-index: 9;
  top: -119px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  /* background-color: #fff; */
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 28px;
  font-size: 19px;
  border: solid 4px #fff;
  color: #fff;
}

.main-popupss .cont-ppo-iner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  text-align: center;
  padding: 0 11px;
}

.main-popupss .cont-ppo-iner form {
  display: flex;
  background-color: #fff;
  width: 100%;
}

.main-popupss .cont-ppo-iner form input {
  height: 45px;
  line-height: 45px;
  width: 100%;
  color: #000;
}

.main-popupss .cont-ppo-iner form button {
  background-color: var(--theme-color);
  max-width: 300px;
}

.main-popupss .cont-ppo-iner * {
  color: #fff;
}

.main-popupss .cont-ppo-iner .btn {
  background-color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 8px 23px;
  border-radius: 4px;
  margin-top: 1rem;
  color: #000;
}

.ab-page-first-section {
  background-color: #fafafa;
}

.ab-page-first-section h3 {
  font-size: 25px;
  font-weight: 35px;
  font-weight: 700;
  padding-right: 2rem;
}

.ab-page-first-section p {
  line-height: 1.5;
}

.ab-page-first-section .ab-first-boxxz {
  padding-right: 55px;
}

.ab-page-first-section .ab-f-third-box {
  padding-left: 65px;
  padding-top: 3rem;
}

.ab-page-first-section .ab-f-third-box .f-box-this {
  margin-bottom: 50px;
}

.ab-page-first-section .ab-f-third-box h5 {
  font-weight: 700;
  color: var(--theme-color);
  font-size: 16px;
  font-family: var(--para-font);
  position: relative;
  margin-bottom: 20px;
}

.ab-page-first-section .ab-f-third-box h5::before {
  content: "";
  position: absolute;
  left: -15px;
  top: 7px;
  background-color: #000;
  width: 5px;
  height: 5px;
  border-radius: 10px;
}

.ab-page-first-section .ab-first-centerimg {
  position: relative;
}

.ab-page-first-section .ab-first-centerimg .ab-cos-pop {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 29px;
  color: #fff;
  cursor: pointer;
  width: 65px;
  height: 65px;
  background-color: var(--theme-color);
  display: flex;
  place-items: center;
  place-content: center;
}

.mision-vision-about {
  background-image: url(img/mision-vision-bgg.png), linear-gradient(45deg, var(--theme-color), var(--theme-color));
  padding-left: 20%;
  padding-right: 20%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0;
  position: relative;
  margin-bottom: 150px;
}

.mision-vision-about .mison-viso-inner {
  position: relative;
  padding-top: 40px;
}

.mision-vision-about .mison-viso-inner::before {
  content: "";
  position: absolute;
  top: -10px;
  width: 100%;
  height: 1px;
  background-color: #fff;
}

.mision-vision-about .mison-viso-inner .ab-mision-img {
  display: FLEX;
  position: relative;
  height: 100%;
}

.mision-vision-about .mison-viso-inner .ab-mision-img img {
  position: absolute;
  bottom: -110px;
}

.mision-vision-about .mison-viso-inner h2 {
  padding-left: 0;
  color: #fff;
}

.mision-vision-about .mison-viso-inner h2::before {
  display: none;
}

.mision-vision-about .mison-viso-inner .mission-boxx h4 {
  color: #fff;
  font-size: 20px;
}

.mision-vision-about .mison-viso-inner .mission-boxx p {
  color: #fff;
}

.mision-vision-about .mison-viso-inner .vision-boxx {
  background-color: #dffff2;
  margin-bottom: -245px;
  width: 113%;
}

.mision-vision-about .mison-viso-inner .common-inner-mision {
  display: flex;
  align-items: start;
  padding: 30px;
}

.mision-vision-about .mison-viso-inner .common-inner-mision h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 1rem;
}

.mision-vision-about .mison-viso-inner .common-inner-mision .vision-boxxx {
  padding-right: 8rem;
}

.mision-vision-about .mison-viso-inner .common-inner-mision .vision-boxxx h4 {
  color: var(--theme-color);
}

.mision-vision-about .mison-viso-inner .common-inner-mision .vision-boxxx p {
  line-height: 1.5;
}

.mision-vision-about .mison-viso-inner .common-inner-mision .icons-wraps i {
  width: 30px;
  height: 30px;
  background-color: #fff;
  display: flex;
  align-items: center;
  color: var(--theme-color1);
  margin-right: 20px;
  justify-content: center;
  border-radius: 25px;
}

.a-decade h2 {
  padding-right: 2rem;
}

.a-decade .deca-boxx {
  margin-top: 60px;
  padding-right: 65px;
}

.a-decade .deca-boxx h4 {
  font-size: 18px;
  font-weight: 700;
  color: var(--theme-color);
  margin-bottom: 2.5rem;
}

.leadershiop {
  background-color: #efefef;
}

.leadershiop .lead-box {
  display: flex;
  margin-top: 4rem;
  align-items: center;
}

.leadershiop .lead-box .img-wrapps {
  width: 207px;
  border-radius: 207px;
  overflow: hidden;
  height: 207px;
  outline: solid 3px var(--theme-color);
  outline-offset: 15px;
}

.leadershiop .lead-box .img-wrapps img {
  width: 100%;
  -o-object-position: top;
  object-position: top;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.leadershiop .lead-box .lead-main-cont {
  width: calc(100% - 255px);
  padding-left: 50px;
}

.leadershiop .lead-box .lead-main-cont p {
  line-height: 1.5;
  font-size: 14px;
  font-weight: 500;
}

.leadershiop .lead-box .lead-main-cont h3 {
  font-weight: 600;
  color: var(--theme-color);
  font-size: 21px;
}

.leadershiop .lead-box .lead-main-cont h4 {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  margin-bottom: 1.5rem;
}

.leadershiop .common-btn {
  margin-top: 1.5rem;
}

.join-us-journey {
  background-image: url("img/join-us-journey-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.join-us-journey .join-us-journey-inner {
  margin: 0 auto;
  max-width: 513px;
}

.join-us-journey .join-us-journey-inner h2 {
  color: #fff;
}

.join-us-journey .join-us-journey-inner h2::before {
  display: none;
}

.join-us-journey .join-us-journey-inner p {
  color: #fff;
}

.quality-policy {
  background-color: #fafafa;
  background-image: url(img/Quality-Policy-pattern.png);
  background-size: 244px;
  background-position: 57%;
  background-repeat: no-repeat;
}

.quality-policy h2 {
  margin-bottom: 3rem;
}

.quality-policy .quality-booxx {
  margin-bottom: 55px;
  margin-top: 2rem;
}

.quality-policy .quality-booxx img {
  max-width: 42px;
}

.quality-policy .quality-booxx h4 {
  font-size: 22px;
  margin-top: 1.5rem;
  font-weight: 600;
  color: var(--theme-color);
  font-family: var(--para-font);
}

.quality-policy .quality-booxx .quality-conts p {
  max-width: 244px;
}

.quality-policy .slider-quality {
  margin-left: 6rem;
}

.quality-policy .slider-quality .owl-nav {
  text-align: right;
  margin-top: 1rem;
  width: 100px;
  margin-left: auto;
}

.quality-policy .slider-quality .owl-next {
  background-color: var(--theme-color) !important;
  width: 48px;
  height: 48px;
  color: #fff;
}

.quality-policy .slider-quality .owl-next i {
  color: #fff;
}

.quality-policy .slider-quality .owl-next:hover {
  background-color: #f0f0f0 !important;
}

.quality-policy .slider-quality .owl-next:hover i {
  color: var(--theme-color);
}

.quality-policy .slider-quality .owl-prev {
  background-color: #f0f0f0 !important;
  width: 48px;
  height: 48px;
}

.quality-policy .slider-quality .owl-prev i {
  color: var(--theme-color);
}

.quality-policy .slider-quality .owl-prev:hover {
  background-color: var(--theme-color) !important;
}

.quality-policy .slider-quality .owl-prev:hover i {
  color: #fff;
}

.quality-policy .view-all-certi {
  position: relative;
  margin-top: -60px;
  z-index: 8;
  width: 125px;
}

.quality-policy .view-all-certi a {
  font-weight: 700;
  color: var(--theme-color);
}

.career-page {
  background-color: #fafafa;
  background-image: url(img/career-pattern-bg.png);
  background-size: 320px;
  background-position: 93% 12%;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}

.career-page h2 {
  margin-bottom: 50px;
}

.career-page:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -283px;
  background-image: url(img/caree-bottom-bg.png);
  width: 700px;
  height: 700px;
  background-position: bottom right;
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  /* background-size: 500px; */
}

.career-page .career-all-wrappers {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 50px;
  column-gap: 50px;
  row-gap: 35px;
}

.career-page .career-all-wrappers .career-box {
  background-color: #fff;
  padding: 20px;
  border: solid 1px #e9e9e9;
  z-index: 5;
  position: relative;
}

.career-page .career-all-wrappers .career-box .car-tops h4 {
  font-weight: 600;
  font-size: 18px;
  color: var(--theme-color);
}

.career-page .career-all-wrappers .career-box .car-middle .location-box {
  display: flex;
  align-items: start;
  margin-top: 0.5rem;
}

.career-page .career-all-wrappers .career-box .car-middle .location-box .icons-wrapper {
  display: flex;
  width: 25px;
  margin-right: 8px;
}

.career-page .career-all-wrappers .career-box .car-middle .location-box .location-car-conts {
  width: 100%;
}

.career-page .career-all-wrappers .career-box .car-middle .location-box h4 {
  font-size: 14px;
  font-weight: 600;
}

.career-page .career-all-wrappers .career-box .car-middle .location-box p {
  font-size: 14px;
  margin-top: 0.8rem;
}

.career-page .career-all-wrappers .career-box .car-ends {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.career-page .career-all-wrappers .career-box .car-ends .view-al-btn a {
  font-size: 14px;
  font-weight: 700;
  color: var(--theme-color);
  text-decoration: underline;
}

.clients-page {
  background-color: #fafafa;
  padding-bottom: 60px;
}

.clients-page .clients-logo {
  width: 157px;
  height: 161px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 150px;
  margin-bottom: 3rem;
  padding: 27px;
  box-shadow: 0 6px 10px -6px #000;
  overflow: hidden;
}

.blogs-page {
  background-color: #fafafa;
  padding-top: 40px;
  padding-bottom: 40px;
}

.blogs-page h2 {
  margin-bottom: 3rem;
}

.blogs-page .blogs-box-page {
  padding: 25px;
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 15px;
}

.blogs-page .blogs-box-page .bl-conts {
  padding-top: 1.5rem;
  padding-left: 0.7rem;
  padding-right: 0.7rem;
}

.blogs-page .blogs-box-page .bl-conts h4 {
  font-size: 22px;
}

.blogs-page .blogs-box-page .bl-conts p {
  font-size: 16px;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  font-family: var(--heading-font);
}

.blogs-page .blogs-box-page .bl-conts .date-wraps p {
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 5px;
}

.blogs-page .blogs-box-page .img-wras img {
  height: 214px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.blogs-page .blogs-tbs {
  margin-bottom: 5rem;
}

.blogs-page .blogs-tbs ul {
  display: flex;
  align-items: center;
}

.blogs-page .blogs-tbs ul li a {
  font-size: 16px;
  font-weight: 500;
  font-family: var(--para-font);
  background-color: #fff;
  color: #fff;
  padding: 11px 22px;
  display: flex;
  transition: all 0.3s;
  width: -moz-fit-content;
  width: fit-content;
  border: solid 1px #d4d4d4;
  color: var(--theme-color);
}

.blogs-page .blogs-tbs ul li a.active {
  background-color: var(--theme-color);
  color: #fff;
  border-color: var(--theme-color);
}

.contact-page.common-space {
  padding: 110px 0px 45px 0px;
}

.contact-page h2 {
  margin-bottom: 4rem;
}

.contact-page .offi-boxed-wrapper {
  display: flex;
  padding-right: 2rem;
}

.contact-page .offi-boxed-wrapper h4 {
  font-size: 24px;
  font-weight: 700;
  color: var(--theme-color);
  margin-bottom: 30px;
}

.contact-page .offi-boxed-wrapper .offi-boxed {
  border-right: solid 1px #a93494;
  padding-right: 45px;
}

.contact-page .offi-boxed-wrapper .offi-boxed:nth-child(2) {
  border-right: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.contact-page .offi-boxed-wrapper .offi-boxed .call-box {
  display: flex;
}

.contact-page .offi-boxed-wrapper .offi-boxed .call-box .icons {
  margin-right: 10px;
  width: 30px;
}

.contact-page .offi-boxed-wrapper .offi-boxed .call-box p {
  font-weight: 600;
}

.contact-page .contact-form-wrappers input {
  width: 100%;
  height: 52px;
  padding: 15px 20px;
  background-color: #f3f3f3;
  border: 0;
  margin-bottom: 20px;
}

.contact-page .contact-form-wrappers textarea {
  width: 100%;
  height: 72px !important;
  padding: 15px 20px;
  background-color: #f3f3f3;
  border: 0;
  margin-bottom: 20px;
}

.contact-page .contact-form-wrappers input[type=submit] {
  margin-left: auto;
  border: 0;
  width: -moz-fit-content;
  width: fit-content;
  background-color: var(--theme-color);
  color: #fff;
  padding: 11px 22px;
}

.products-page {
  background-color: #f3f3f3;
}

.products-page .product-slider {
  margin-top: 4rem;
}

.products-page .page-product-boxx .pro-img-wrappr {
  min-height: 310px;
}

.products-page .page-product-boxx .pro-img-wrappr img {
  max-height: 310px;
  width: -moz-fit-content !important;
  width: fit-content !important;
  margin: 0 auto;
}

.products-page .page-product-boxx .pro-cont-wrapper {
  border: solid 1px #e9e9e9;
  padding: 20px;
  background-color: #fff;
}

.products-page .page-product-boxx .pro-cont-wrapper h4 {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 0.7rem;
}

.products-page .owl-next {
  background-color: var(--theme-color) !important;
  width: 48px;
  height: 48px;
  color: #fff;
  position: absolute;
  right: 0;
  top: 30%;
}

.products-page .owl-next i {
  color: #fff;
}

.products-page .owl-next:hover {
  background-color: #ebebeb !important;
}

.products-page .owl-next:hover i {
  color: var(--theme-color);
}

.products-page .owl-prev {
  background-color: #ebebeb !important;
  width: 48px;
  height: 48px;
  position: absolute;
  left: 0;
  top: 30%;
}

.products-page .owl-prev i {
  color: var(--theme-color);
}

.products-page .owl-prev:hover {
  background-color: var(--theme-color) !important;
}

.products-page .owl-prev:hover i {
  color: #fff;
}

.f-greens {
  padding: 60px 0;
  background-color: var(--theme-color);
  color: #fff;
}

.f-greens p {
  text-align: center;
}

.cdw-series-page .title-wraps {
  margin-bottom: 20px;
}

.cdw-series-page .title-wraps h4 {
  color: var(--theme-color);
  font-weight: 400;
  font-size: 24px;
  font-family: var(--para-font);
}

.cdw-series-page .cdw-box {
  margin-top: 2rem;
  margin-bottom: 4rem;
}

.cdw-series-page .cdw-box .img-wraps img {
  max-width: 84px;
}

.cdw-series-page .cdw-box h4 {
  font-weight: 500;
  font-size: 16px;
  font-family: var(--para-font);
  margin: 20px 0;
}

.cdw-series-page .cdw-box p {
  color: var(--theme-color);
  font-weight: 600;
  font-size: 22px;
}

.cdw-series-page .cwi-rights {
  text-align: right;
}

.cdw-series-page .cwi-rights img {
  max-width: 329px;
  margin: 0 auto;
  width: 100%;
}

.why-choose {
  background-image: url(img/why-choose-us.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0;
}

.why-choose h2 {
  color: #fff;
  padding-left: 0;
  font-size: 40px;
  font-weight: 600;
}

.why-choose h2::before {
  display: none;
}

.why-choose p {
  color: #fff;
}

.why-choose .efi-box {
  display: flex;
  -moz-column-gap: 20px;
  column-gap: 20px;
  padding-right: 37px;
}

.why-choose .efi-box .icp {
  width: 40px;
  background-color: #fff;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  color: var(--theme-color);
  font-weight: 600;
}

.why-choose .efi-box .cony {
  width: calc(100% - 65px);
  display: flex;
}

.blogs-green-sec-page {
  background-color: var(--theme-color);
}

.blogs-green-sec-page p {
  color: #fff;
}

.blog-main-details h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 2rem;
}

.blog-red-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("img/red-bg.png");
}

.blog-red-bg p {
  color: #fff;
  font-size: 18px;
}

.bg-green {
  background-color: var(--theme-color);
}

.bg-green p {
  color: #fff;
  margin-bottom: 0;
}

.tunnerllll p {
  position: relative;
}

.tunnerllll p:before {
  content: "";
  background-color: #f58634;
  position: absolute;
  left: 50%;
  border-radius: 15px;
  top: -30px;
  transform: translateX(-50%);
  width: 18px;
  height: 18px;
}

.inner-case-study {
  background-color: #f3f3f3;
}

.inner-case-study .case-btn-wrappers {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.inner-case-study .case-btn-wrappers .ca-bt {
  width: 100%;
  text-align: center;
}

.inner-case-study .case-btn-wrappers .ca-bt a {
  padding: 12px 15px;
  color: #000;
  background-color: #fff;
  font-size: 16px;
  display: flex;
  text-align: center;
  justify-content: center;
  width: 100%;
  border-right: solid 3px var(--theme-color);
}

.inner-case-study .case-btn-wrappers .ca-bt:last-child a {
  border-right: 0;
}

.inner-case-study .case-btn-wrappers .ca-bt.active a {
  color: #fff;
  background-color: var(--theme-color);
}

.overcome-sec {
  background-color: #f3f3f3;
}

.overcome-sec h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 1rem;
  color: var(--theme-color);
  font-family: var(--para-font);
}

.overcome-sec .pump-used {
  margin-top: 2.5rem;
}

.overcome-sec .pump-used ul {
  margin-top: 1rem;
}

.overcome-sec .pump-used ul li {
  list-style: disc;
  font-size: 14px;
  text-decoration: underline;
  margin-left: 1rem;
  color: var(--theme-color);
}

.overcome-sec .righ-bot h4 {
  margin-bottom: 2rem;
}

.overcome-sec .objectie-box-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 90px;
  column-gap: 90px;
  row-gap: 20px;
}

.overcome-sec .objectie-box-wrapper .objec-box img {
  margin-bottom: 1rem;
  width: 60px;
}

.overcome-sec .objectie-box-wrapper p {
  font-size: 16px;
}

.solution-result {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.solution-result h2 {
  color: #fff;
  padding-left: 0;
}

.solution-result h2::before {
  display: none;
}

.solution-result p {
  padding-right: 9rem;
  font-size: 18px;
  line-height: 2rem;
}

.solution-result * {
  color: #fff;
}

.solution-result ul li {
  list-style: disc;
  margin-bottom: 1rem;
}

.project-out-come {
  background-color: #f3f3f3;
  position: relative;
  overflow: hidden;
}

.project-out-come:before {
  background-image: url(img/project-out-patteren.png);
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  width: 300px;
  content: "";
  right: 0;
  height: 467px;
  top: -189px;
}

.project-out-come h4 {
  font-weight: 600;
  font-size: 22px;
  color: var(--theme-color);
  margin-bottom: 2.5rem;
}

.project-out-come .enhansce-box {
  display: grid;
  grid-template-columns: 56px 1fr;
  -moz-column-gap: 25px;
  column-gap: 25px;
}

.project-out-come .enhansce-box .en-right {
  margin-bottom: 2rem;
}

.project-out-come .enhansce-box h5 {
  color: #000;
  font-weight: 600;
  margin-bottom: 0.5rem;
  font-size: 18px;
}

.project-out-come .enhansce-box img {
  width: auto;
}

.project-out-come .rib {
  margin-top: 2rem;
}

.case-studies {
  background-color: #fafafa;
  padding-top: 40px;
}

.case-studies .filter-wrapper {
  margin-bottom: 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.case-studies .filter-wrapper .filter-left .sear-input {
  position: relative;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
}

.case-studies .filter-wrapper .filter-left .sear-input input {
  padding: 5px 15px;
  height: 50px;
  margin-bottom: 0;
  line-height: 50px;
  background-color: #fff;
  border: transparent;
  border-radius: 25px;
  min-width: 350px;
}

.case-studies .filter-wrapper .filter-left .sear-input i {
  position: absolute;
  right: 20px;
  top: 50%;
  color: var(--theme-color);
  transform: translateY(-50%);
}

.case-studies .filter-wrapper .filter-right {
  display: flex;
  align-items: center;
  -moz-column-gap: 25px;
  column-gap: 25px;
}

.case-studies .filter-wrapper .filter-right .fileter-select-1 {
  background-color: transparent;
}

.case-studies .filter-wrapper .filter-right .fileter-select-1 select {
  padding: 5px 15px;
  border: transparent;
  height: 50px;
  border-radius: 30px;
  min-width: 200px;
}

.case-studies .filter-wrapper .filter-right .fileter-select-1 select option {
  padding: 5px 15px;
  height: 50px;
  margin-bottom: 0;
  line-height: 50px;
  background-color: #fff;
  border: transparent;
  border-radius: 25px;
  border: transparent;
}

.case-studies h2 {
  margin-bottom: 3rem;
}

.case-studies .blogs-box-page {
  padding: 20px 16px;
  background-color: #fff;
  border-radius: 5px;
}

.case-studies .blogs-box-page .bl-conts {
  padding-top: 1.5rem;
  padding-left: 0.7rem;
  padding-right: 0.7rem;
}

.case-studies .blogs-box-page .bl-conts h4 {
  font-size: 22px;
}

.case-studies .blogs-box-page .bl-conts p {
  font-size: 16px;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  font-family: var(--heading-font);
}

.case-studies .blogs-box-page .bl-conts .category-wraps p {
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 5px;
}

.sales-cordinator {
  background-color: #fafafa;
  overflow: hidden;
  position: relative;
}

.sales-cordinator h2 {
  margin-bottom: 65px;
}

.sales-cordinator .jobs-ul li {
  position: relative;
  padding-left: 41px;
  color: #5e4d4d;
  margin-bottom: 1rem;
  font-size: 16px;
}

.sales-cordinator .jobs-ul li:before {
  content: "";
  background-image: url(img/hang-icons.png);
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 25px;
  background-size: contain;
  background-repeat: no-repeat;
}

.sales-cordinator .jb-out {
  position: relative;
  z-index: 1;
}

.sales-cordinator .jb-out:before {
  content: "";
  background-color: var(--theme-color);
  width: 500px;
  right: -158px;
  height: 100px;
  position: absolute;
  z-index: 0;
  top: 50px;
}

.sales-cordinator .job-side-loca {
  background-color: #fff;
  padding: 22px;
  box-shadow: 0 0 15px -10px #000;
  margin-top: 70px;
  position: relative;
  z-index: 1;
}

.sales-cordinator .job-side-loca h4 {
  color: #000;
  font-size: 14px;
  font-family: var(--para-font);
  font-weight: 600;
}

.sales-cordinator .job-side-loca .ic {
  display: flex;
}

.sales-cordinator .job-side-loca .ic img {
  width: 18px;
  padding-top: 0px;
  margin-right: 5px;
}

.sales-cordinator .job-side-loca .jb-loca {
  display: flex;
  padding-right: 2rem;
  align-items: start;
  position: relative;
  z-index: 8;
}

.sales-cordinator .job-side-loca .jb-loca p {
  font-size: 14px;
}

.sales-cordinator:before {
  background-image: url(img/project-out-patteren.png);
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  width: 300px;
  content: "";
  right: 0;
  height: 467px;
  bottom: -189px;
}

.sales-cordinator .job-skills {
  margin-top: 25px;
}

.sales-apply-sec {
  padding: 40px;
}

.sales-apply-sec .common-btn {
  background-color: #fff;
  padding: 10px 40px;
  color: var(--theme-color);
  margin: 0 auto;
  margin-top: 2rem;
}

.dealers-sec {
  background-color: #efefef;
}

.dealers-sec .dealers-topbar {
  display: flex;
  justify-content: end;
  width: 100%;
}

.dealers-sec .loaction-bar {
  margin-right: 25px;
  position: relative;
}

.dealers-sec .loaction-bar i {
  position: absolute;
  right: 16px;
  top: 15px;
  color: var(--theme-color);
  font-size: 21px;
  cursor: pointer;
}

.dealers-sec .loaction-bar input {
  height: 51px;
  background-color: #fff;
  border: 0;
  padding-left: 20px;
  width: 100%;
  min-width: 450px;
  padding-right: 10px;
  border-radius: 40px;
}

.dealers-sec .grid-vewi-box-wrap {
  display: flex;
}

.dealers-sec .grid-vewi-box-wrap .gric-bpx {
  padding: 11px 21px;
  font-size: 16px;
  background-color: #fff;
  cursor: pointer;
  border: solid 2px var(--theme-color);
}

.dealers-sec .grid-vewi-box-wrap .gric-bpx.active {
  background-color: var(--theme-color);
  color: #fff;
}

.dealers-sec .dealer-tb-cont-w2rapper {
  padding-top: 40px;
}

.dealers-sec .dealer-tb-cont-w2rapper .dealer-tbc-cont {
  display: none;
}

.dealers-sec .dealer-tb-cont-w2rapper .dealer-tbc-cont.active {
  display: block;
}

.dealers-sec .grid-view-box-wrapper {
  display: grid;
  row-gap: 20px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  grid-template-columns: repeat(4, 1fr);
}

.dealers-sec .grid-view-box-wrapper .grid-view-box {
  border-radius: 20px;
  background-color: #fff;
  padding: 30px 40px 30px 25px;
  box-shadow: 0 4px 7px -3px rgba(0, 0, 0, 0.568627451);
}

.dealers-sec .grid-view-box-wrapper .grid-view-box h4 {
  font-size: 18px;
  font-weight: 700;
  color: var(--theme-color);
  line-height: 1.8;
}

.dealers-sec .grid-view-box-wrapper .grid-view-box p {
  font-size: 14px;
  color: #000;
  line-height: 1.6;
}

.dealers-sec .grid-view-box-wrapper .grid-view-box .c-details {
  display: flex;
  align-items: start;
}

.dealers-sec .grid-view-box-wrapper .grid-view-box .c-details p {
  font-weight: 600;
}

.dealers-sec .grid-view-box-wrapper .grid-view-box .c-details img {
  margin-right: 8px;
}

.cosmos-pumps-yearwise {
  overflow: hidden;
  padding-bottom: 0px;
  padding-top: 0;
}

.cosmos-pumps-yearwise .rearwise-wrapper {
  position: relative;
  max-width: 825px;
  margin: 0 auto;
}

.cosmos-pumps-yearwise .rearwise-wrapper .yearwi-boox-row {
  height: 240px;
  border-radius: 40px;
}

.cosmos-pumps-yearwise .rearwise-wrapper .yearwi-boox-row .single-year-box {
  position: absolute;
  max-width: 215px;
}

.cosmos-pumps-yearwise .rearwise-wrapper .yearwi-boox-row .single-year-box p {
  max-width: calc(100% - 70px);
  padding-top: 10px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
}

.cosmos-pumps-yearwise .rearwise-wrapper .yearwi-boox-row .single-year-box .circle-year {
  width: 80px;
  height: 80px;
  background-color: var(--theme-color);
  padding: 5px;
  color: #fff;
  display: flex;
  align-items: center;
  border-radius: 60px;
  justify-content: center;
  flex-direction: column;
  min-width: 80px;
}

.cosmos-pumps-yearwise .rearwise-wrapper .yearwi-boox-row .single-year-box .circle-year img {
  max-width: 35px;
  filter: brightness(0) invert(1);
}

.cosmos-pumps-yearwise .rearwise-wrapper .yearwi-boox-row.year-rw-1 .single-year-box:nth-child(1) {
  left: 390px;
  top: -35px;
}

.cosmos-pumps-yearwise .rearwise-wrapper .yearwi-boox-row.year-rw-1 .single-year-box:nth-child(2) {
  left: 590px;
  top: -35px;
}

.cosmos-pumps-yearwise .rearwise-wrapper .yearwi-boox-row.year-rw-1 .single-year-box:nth-child(3) {
  right: -179px;
  display: flex;
  align-items: center;
  top: 50%;
  transform: translateY(-50%);
}

.cosmos-pumps-yearwise .rearwise-wrapper .yearwi-boox-row.year-rw-1 .single-year-box:nth-child(3) p {
  padding-left: 20px;
  padding-top: 0;
  margin-bottom: 0;
}

.cosmos-pumps-yearwise .rearwise-wrapper .yearwi-boox-row.year-rw-2 .single-year-box:nth-child(1) {
  left: -35px;
  display: flex;
  top: 50%;
  align-items: center;
  transform: translateY(-50%);
}

.cosmos-pumps-yearwise .rearwise-wrapper .yearwi-boox-row.year-rw-2 .single-year-box:nth-child(1) p {
  padding-left: 20px;
  margin-bottom: 0;
  padding-top: 0;
}

.cosmos-pumps-yearwise .rearwise-wrapper .yearwi-boox-row.year-rw-2 .single-year-box:nth-child(2) {
  left: 290px;
  top: -35px;
}

.cosmos-pumps-yearwise .rearwise-wrapper .yearwi-boox-row.year-rw-2 .single-year-box:nth-child(3) {
  left: 540px;
  top: -35px;
}

.cosmos-pumps-yearwise .rearwise-wrapper .yearwi-boox-row.year-rw-3 .single-year-box {
  max-width: 265px;
}

.cosmos-pumps-yearwise .rearwise-wrapper .yearwi-boox-row.year-rw-3 .single-year-box:nth-child(1) {
  left: 210px;
  top: -35px;
}

.cosmos-pumps-yearwise .rearwise-wrapper .yearwi-boox-row.year-rw-3 .single-year-box:nth-child(2) {
  right: 30px;
  top: -35px;
}

.cosmos-pumps-yearwise .rearwise-wrapper .yearwi-boox-row.year-rw-3 .single-year-box:nth-child(2) p {
  max-width: calc(100% - 70px);
  padding-top: 10px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  max-width: 180px;
}

.cosmos-pumps-yearwise .rearwise-wrapper .yearwi-boox-row.year-rw-3 .single-year-box:nth-child(3) {
  right: -181px;
  display: flex;
  align-items: center;
  top: 50%;
  transform: translateY(-50%);
  max-width: 215px;
}

.cosmos-pumps-yearwise .rearwise-wrapper .yearwi-boox-row.year-rw-3 .single-year-box:nth-child(3) p {
  padding-left: 20px;
  padding-top: 0;
  margin-bottom: 0;
}

.cosmos-pumps-yearwise .rearwise-wrapper .yearwi-boox-row.year-rw-1 {
  border-bottom: 0;
  border-left: transparent;
  border-bottom-left-radius: 0;
  position: relative;
}

.cosmos-pumps-yearwise .rearwise-wrapper .yearwi-boox-row.year-rw-1:before {
  width: 70%;
  background-color: transparent;
  position: absolute;
  right: 0;
  pointer-events: none;
  top: -1px;
  content: "";
  height: 100%;
  border-top: solid 1px var(--theme-color);
  border-right: solid 1px var(--theme-color);
  border-radius: 0 30px 30px 0;
  border-bottom: transparent;
}

.cosmos-pumps-yearwise .rearwise-wrapper .yearwi-boox-row.year-rw-1::after {
  pointer-events: none;
  width: 93%;
  background-color: transparent;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
  content: "";
  height: 100%;
  border-bottom: solid 1px var(--theme-color);
}

.cosmos-pumps-yearwise .rearwise-wrapper .yearwi-boox-row.year-rw-2 {
  border-right: 0;
  position: relative;
}

.cosmos-pumps-yearwise .rearwise-wrapper .yearwi-boox-row.year-rw-2:before {
  pointer-events: none;
  width: 70%;
  background-color: transparent;
  position: absolute;
  left: 0;
  top: -1px;
  content: "";
  height: 100%;
  border-top: transparent;
  border-left: solid 1px var(--theme-color);
  border-radius: 30px 0px 0px 30px;
  border-bottom: solid 1px var(--theme-color);
}

.cosmos-pumps-yearwise .rearwise-wrapper .yearwi-boox-row.year-rw-3 {
  border-bottom: 0;
  border-left: transparent;
  border-bottom-left-radius: 0;
  position: relative;
}

.cosmos-pumps-yearwise .rearwise-wrapper .yearwi-boox-row.year-rw-3:before {
  width: 30%;
  background-color: transparent;
  position: absolute;
  right: 0;
  pointer-events: none;
  top: -2px;
  content: "";
  height: 100%;
  border-top: solid 1px var(--theme-color);
  border-right: solid 1px var(--theme-color);
  border-radius: 0 30px 0px 0;
  border-bottom: transparent;
}

.cosmos-pumps-yearwise .rearwise-wrapper .title-ares {
  max-width: 350px;
  background-color: var(--theme-color);
  color: #fff;
  margin-bottom: -175px;
  min-height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.cosmos-pumps-yearwise .rearwise-wrapper .title-ares::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 400%;
  background-color: var(--theme-color);
}

.cosmos-pumps-yearwise .rearwise-wrapper .title-ares h2 {
  color: #fff;
  font-family: var(--para-font);
  font-weight: 500;
  padding-left: 0;
  font-size: 37px;
  padding-right: 50px;
  margin-bottom: 0;
}

.cosmos-pumps-yearwise .rearwise-wrapper .title-ares h2::before {
  display: none;
}

.cosmos-pumps-yearwise .rearwise-wrapper .title-ares h2:after {
  position: absolute;
  bottom: -15px;
  width: 50px;
  content: "";
  left: 0;
  height: 2px;
  background-color: #fff;
}

.blogs-inner {
  margin-top: 75px;
}

.blogs-single-wrapper-main h2 {
  margin-bottom: 0;
}

.popup-forms {
  position: fixed;
  left: 0;
  top: 0px;
  background-color: rgba(0, 0, 0, 0.85);
  display: flex;
  overflow-y: scroll;
  align-items: self-start;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  z-index: 15;
}

.popup-forms h2 {
  font-size: 28px;
  margin-bottom: 30px;
}

.popup-forms .close-formss {
  justify-content: end;
  display: flex;
  font-size: 34px;
  margin-top: -12px;
}

.popup-forms .close-formss i {
  cursor: pointer;
}

.popup-forms .form-container {
  max-width: 550px;
  width: 98%;
  padding: 25px 23px 0px 25px;
  background-color: #fff;
  margin-top: 20px;
}

.popup-forms .form-container p {
  text-align: justify;
}

.popup-forms .form-container form input {
  height: 48px;
  background-color: #f3f3f3;
  line-height: 48px;
  border: 0;
  padding: 0 10px;
  margin-bottom: 0.5rem;
  width: 100%;
}

.popup-forms .form-container form input[type=file] {
  padding: 13px 0;
  height: auto;
  line-height: 23px;
  padding-left: 9px;
}

.popup-forms .form-container form textarea {
  height: 100px;
  padding: 0 10px;
  background-color: #f3f3f3;
  width: 100%;
  border: 0;
  margin-bottom: 0rem;
}

.popup-forms .form-container form input[type=submit] {
  width: -moz-fit-content;
  width: fit-content;
  background-color: var(--theme-color);
  color: #fff;
  padding-left: 22px;
  padding-right: 22px;
}

.blogs-bred {
  padding: 30px 0;
  border-top: solid 1px rgba(0, 0, 0, 0.1);
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}

.blogs-bred .bred-list ul {
  display: flex;
  align-items: center;
}

.blogs-bred .bred-list ul li {
  font-size: 14px;
  color: #000;
  display: flex;
}

.blogs-bred .bred-list ul li a {
  color: #000;
  font-size: 14px;
  margin: 0 5px;
}

.blogs-bred .bred-list ul li a.active-blogs {
  font-weight: 600;
}

.blogs-bred .bred-list ul li i {
  padding: 0 8px;
}

.blogs-dates {
  padding-top: 30px;
  margin-bottom: 15px;
  padding-bottom: 30px;
}

.blogs-dates .date-icon {
  margin-right: 10px;
}

.blogs-dates .date-inner-blogs {
  display: flex;
  align-items: center;
}

.blogs-dates .date-inner-blogs p {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
}

.main-contss-wraps {
  padding-bottom: 40px;
  font-size: 14px;
  line-height: 22px;
}

.main-contss-wraps h2 {
  font-size: 25px;
  font-weight: 400;
  margin-bottom: 15px;
  color: var(--theme-color);
}

.main-contss-wraps h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-weight: 600;
  font-family: var(--para-font);
  font-size: 20px;
  color: var(--theme-color1);
}

.blogs-sidebar-wrapper {
  border-left: solid 1px rgba(0, 0, 0, 0.1);
}

.blogs-sidebar-wrapper .search-blogs {
  padding-left: 20px;
}

.blogs-sidebar-wrapper .search-blogs input {
  background-color: #f3f3f3;
  height: 52px;
  line-height: 52px;
  border-radius: 0;
  border: 0;
}

.blogs-sidebar-wrapper .sidebar-recent-blogs h3 {
  font-size: 14px;
  font-weight: 800;
  margin-left: 20px;
  padding: 10px 5px 10px 20px;
  font-family: var(--para-font);
  border-left: solid 3px var(--theme-color);
}

.blogs-sidebar-wrapper .recent-blog-slistt ul li {
  padding: 18px 20px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}

.blogs-sidebar-wrapper .recent-blog-slistt ul li a:hover {
  color: var(--theme-color);
}

.article-sidebar {
  margin-top: 60px;
  padding-bottom: 50px;
}

.related-blogs {
  border-top: solid 1px rgba(0, 0, 0, 0.1);
}

.wp-pagenavi span,
.wp-pagenavi a {
  background-color: var(--theme-color);
  color: #fff;
  padding: 5px 23px !important;
  border: 0 !important;
  margin-top: 19px !important;
  display: inline-flex;
}

.wp-pagenavi .current {
  background-color: var(--theme-color1);
  color: #fff;
}

.listcount {
  -moz-column-count: 4;
  column-count: 4;
}

.navbar-collapse .cont-btn-iconss {
  display: none;
}

.case-studies.common-space-small {
  padding-top: 80px;
}

.sales-apply-sec .popup-forms {
  display: none;
}

.sales-apply-sec .popup-forms h2 {
  font-size: 28px;
  text-align: justify;
}

.sales-apply-sec .popup-forms .form-container form input[type=file] {
  padding: 13px 0;
  height: auto;
  line-height: 23px;
  padding-left: 9px;
  color: black;
}

.sales-apply-sec .popup-forms .form-container {
  padding: 25px 23px 15px 25px;
}

.pages-inner h2 {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 22px;
}

.pages-inner ul {
  margin-bottom: 10px;
}

.pages-inner ul li {
  position: relative;
  padding-left: 20px;
}

.pages-inner ul li:before {
  content: "\f00c";
  font-family: fontawesome;
  position: absolute;
  left: 0px;
  color: var(--theme-color1);
}

.pages-inner img {
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.pages-inner p {
  text-align: justify;
}

.pages-inner h3 {
  font-size: 19px;
  margin-bottom: 10px;
}

.page-news form {
  position: relative;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: end;
}

.page-news form input {
  line-height: 50px !important;
  display: flex;
  height: 50px;
  padding: 0 1rem;
  justify-content: center;
}

.page-news form input[type=submit] {
  border: 0;
  border-radius: 0;
  padding: 0 2rem;
}

.page-news form input[type=submit]:hover {
  background-color: var(--theme-color);
}

.blogs-inner .main-contss-wraps .the-content ul {
  margin-bottom: 20px;
}

.blogs-inner .main-contss-wraps .the-content ul li {
  position: relative;
  padding-left: 20px;
}

.blogs-inner .main-contss-wraps .the-content ul li:before {
  content: "\f00c";
  font-family: fontawesome;
  position: absolute;
  left: 0px;
  color: var(--theme-color1);
}

.blogs-inner ol,
.blogs-inner ul {
  padding-left: 0;
}

.inner-page-ul {
  margin-bottom: 20px;
}

.inner-page-ul li {
  position: relative;
  padding-left: 20px;
}

.inner-page-ul li:before {
  content: "\f00c";
  font-family: fontawesome;
  position: absolute;
  left: 0px;
  color: var(--theme-color1);
}

.dewatering-acc-p .common-heading:before {
  display: none;
}

.dewatering-acc-p .dewatring-main {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.dewatering-acc-p .dewatring-main .dewatring-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  transition: 0.3s;
}

.dewatering-acc-p .dewatring-main .dewatring-item .dew-img {
  text-align: center;
}

.dewatering-acc-p .dewatring-main .dewatring-item .dew-img img {
  max-width: 95%;
  margin-top: 17px;
  margin-bottom: 20px;
}

.dewatering-acc-p .dewatring-main .dewatring-item .name {
  padding: 20px;
  color: #455426;
  background-color: #ffbe02;
  width: 100%;
  transition: 0.3s;
  font-weight: 700;
  text-align: center;
  clip-path: polygon(0% 0%, 100% 0, 100% 76%, 50% 100%, 0 76%);
}

.dewatering-acc-p .dewatring-main .dewatring-item:hover {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.visit-popup {
  display: flex;
  height: 100vh;
  width: 100vw;
  align-items: center;
  justify-content: center;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6901960784);
  top: 0;
  left: 0;
  z-index: 99;
}

.visit-popup .popvisi-wraps {
  max-width: 98%;
  width: auto;
  position: relative;
  background-color: white;
}

.visit-popup .popvisi-wraps p {
  font-size: 16px;
}

.visit-popup .visi-popup-wrows {
  display: flex;
  align-items: center;
}

.visit-popup .visit-main-popup img {
  width: 350px;
  max-width: 100%;
}

.visit-popup .visit-close-btns {
  position: absolute;
  right: -50px;
  top: -50px;
  font-size: 32px;
  color: #fff;
}

.visit-popup .visit-close-btns i {
  cursor: pointer;
}

.ab-pg-popup {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 89;
  background-color: rgba(0, 0, 0, 0.7607843137);
}

.ab-pg-popup .ab-pop-wraps-new {
  width: 700px;
  background-color: #fff;
  padding: 15px;
  max-width: 98%;
  position: relative;
}

.ab-pg-popup .ab-pop-wraps-new i {
  position: absolute;
}

.ab-pg-popup .close-ab-pg-pop {
  position: absolute;
  top: -54px;
  background-color: transparent;
  width: 40px;
  right: 0;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 35px;
  color: #fff;
  border: solid;
}

.case-studies-faq .faq-answer {
  padding: 10px 30px 10px 30px;
  background-color: #f4f0e9;
  border-radius: 15px 15px 15px 15px;
  margin-bottom: 5px;
  margin-top: 10px;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 13px;
  display: inline-block;
}

.case-studies-faq h2 {
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.case-studies-faq .limg {
  display: flex;
  height: 100%;
  background-image: url("img/case-studies-home-page-banner1.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.case-studies-faq .limg img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.case-studies-faq .case-right {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  padding: 25px;
}

.case-studies-faq .case-right .case-tabs {
  border-radius: 20px;
}

.case-studies-faq .case-right .case-tabs ul {
  padding-left: 0;
  margin-bottom: 0;
}

.case-studies-faq .case-right .case-tabs ul li {
  list-style: none;
  margin-bottom: 5px;
}

.case-studies-faq .case-right .case-tabs ul li .tbs-conts {
  overflow: hidden;
  max-height: 0;
}

.case-studies-faq .case-right .case-tabs ul li .tbs-conts p {
  color: rgb(0, 0, 0);
  margin-bottom: 3px;
}

.case-studies-faq .case-right .case-tabs ul li .tbBtns {
  cursor: pointer;
  padding: 17px 17px 15px 15px;
  position: relative;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  background-color: var(--theme-color);
}

.case-studies-faq .case-right .case-tabs ul li .tbBtns::before {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  content: "+";
  font-family: "fontawesome";
  color: white;
}

.case-studies-faq .case-right .case-tabs ul li:nth-child(odd) {
  padding: 0px;
}

.case-studies-faq .case-right .case-tabs ul li:nth-child(even) {
  padding: 0px;
}

.case-studies-faq .case-right .case-tabs ul li.active .tbs-conts {
  overflow: hidden;
  max-height: 800px;
  color: #000;
  padding: 15px;
  border-top: 0;
  box-shadow: rgba(0, 0, 0, 0.11) 0px 1px 4px;
}

.case-studies-faq .case-right .case-tabs ul li.active .tbBtns::before {
  content: "\f068";
}

.case-studies-faq .common-btn {
  margin-top: 2rem;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
}

.case-studies-faq .no-border li {
  border: none !important;
  list-style: disc !important;
  margin-bottom: 10px;
}

#page-accommodation {
  /* Owl Nav Wrapper */
  /* Mobile Optimization */
}
#page-accommodation img {
  height: 445px;
  -o-object-fit: cover;
     object-fit: cover;
}
#page-accommodation .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}
#page-accommodation #clients {
  /* Common Button Style */
  /* Hover Effect */
  /* Left & Right Position */
  /* Remove default outline */
  /* Hide default text */
  /* Common button styles */
  /* Hover effect */
  /* Position */
  /* Icons */
}
#page-accommodation #clients .owl-nav button {
  width: 48px;
  height: 48px;
  background: #cc5500 !important;
  border-radius: 50%;
  color: #fff !important;
  font-size: 22px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px rgba(224, 2, 26, 0.35);
  transition: all 0.3s ease;
  pointer-events: all;
}
#page-accommodation #clients .owl-nav button:hover {
  background: #000 !important;
  transform: scale(1.08);
}
#page-accommodation #clients .owl-prev {
  margin-left: -24px;
}
#page-accommodation #clients .owl-next {
  margin-right: -24px;
}
#page-accommodation #clients .owl-nav button:focus {
  outline: none;
}
#page-accommodation #clients .owl-nav button span {
  display: none;
}
#page-accommodation #clients .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.6) !important;
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  transition: all 0.3s ease;
}
#page-accommodation #clients .owl-nav button:hover {
  background: #cc5500 !important; /* your main color */
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}
#page-accommodation #clients .owl-prev {
  left: -60px;
}
#page-accommodation #clients .owl-next {
  right: -60px;
}
#page-accommodation #clients .owl-prev::after {
  content: "❮";
}
#page-accommodation #clients .owl-next::after {
  content: "❯";
}
@media (max-width: 768px) {
  #page-accommodation .owl-nav button {
    width: 40px;
    height: 40px;
    font-size: 18px !important;
  }
}

.single-room p {
  margin-bottom: 10px;
}
.single-room form input {
  margin-bottom: 15px;
}
.single-room form .book-now-button {
  cursor: pointer;
  background-color: #cc5500;
  padding: 12px 18px;
  color: #fff;
  border-radius: 4px;
  /* margin-top: 14px; */
}
.single-room form .book-now-button:hover {
  background-color: #a04200;
}
.single-room form textarea {
  height: 100px;
}

.single-page p {
  margin-bottom: 1rem;
  text-align: justify;
}
.single-page h2 {
  font-size: 35px;
  font-weight: 700;
}
.single-page ul li {
  margin-bottom: 15px;
  list-style: none;
  list-style: disc;
  margin-left: 1.5rem;
}
.single-page h3 {
  font-weight: 600;
  font-size: 19px;
}

.single-blogs p {
  margin-bottom: 15px;
  text-align: justify;
}
.single-blogs .img-wrappers {
  position: relative;
  margin-bottom: 15px;
}
.single-blogs .img-wrappers .date-blogs {
  position: absolute;
  top: 5px;
  right: 5px;
  background-color: var(--theme-color);
  color: #fff;
  border-radius: 5px;
  padding: 5px;
}

#page-contact form textarea {
  height: 100px;
}
#page-contact form input[type=submit] {
  cursor: pointer;
  background-color: #cc5500;
  padding: 12px 18px;
  color: #fff;
  border-radius: 4px;
  margin-top: 14px;
}

/* Responsive */
@media (max-width: 768px) {
  .custom-owl .owl-nav button {
    width: 40px;
    height: 40px;
  }
  .custom-owl .owl-prev {
    left: 10px;
  }
  .custom-owl .owl-next {
    right: 10px;
  }
}
@media only screen and (max-width: 1024px) {
  .talk-button {
    display: none !important;
  }
  #menu-main-menu li a {
    font-size: 11px !important;
  }
}
@media only screen and (max-width: 991px) {
  #menu-main-menu {
    position: absolute;
    top: 65px;
    padding: 5px;
    left: 0;
    padding: 14px;
    width: 100%;
    background-color: #000;
  }
}
@media only screen and (max-width: 991px) {
  #page-contact form p {
    margin-bottom: 15px;
  }
}/*# sourceMappingURL=style.css.map */