* {
  margin: 0;
  padding: 0;
  font-family: var(--theme-font);
}

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

:root {
  --theme-color: #006e41;
  --theme-hover: #a93494;
  --theme-font:"Poppins", sans-serif;
  --head-font: "DM Sans", sans-serif;
}

a {
  text-decoration: none;
  color: inherit;
}

p {
  color: #505050;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}

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

.common-heading {
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: -2%;
  margin-bottom: 25px;
}
.common-heading span {
  font-family: var(--head-font);
  color: var(--theme-color);
}

.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;
  transition: 0.3s;
}
.common-btn:hover {
  background-color: var(--theme-hover);
  color: white;
}

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

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

.header-top .main-wrap {
  width: 100%;
  display: flex;
  justify-content: right;
  position: relative;
  padding: 10px 0px;
}
.header-top .main-wrap .navbar-brand {
  position: absolute;
  left: 0;
  top: 50%;
}
.header-top .main-wrap ul {
  display: flex;
  margin-bottom: 0;
}
.header-top .main-wrap ul li {
  list-style: none;
}
.header-top .main-wrap ul li a {
  color: #000;
}
.header-top .main-wrap .left-wrap {
  padding-left: 15rem;
}
.header-top .main-wrap .left-wrap ul {
  gap: 20px;
}
.header-top .main-wrap .left-wrap ul li a {
  font-size: 14px;
  font-weight: 400;
  font-family: var(--theme-font);
  line-height: 24px;
}
.header-top .main-wrap .left-wrap ul li a img {
  margin-right: 10px;
}

.lang .dropdown {
  display: flex;
}
.lang .dropdown .dropdown-item {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  border-bottom: 0px solid #000;
  line-height: 16px;
}
.lang .dropdown .dropdown-item img {
  max-width: 25px;
  margin-right: 8px;
}
.lang .dropdown .btn.btn-secondary {
  background-color: transparent;
  border-radius: 0;
  border: none;
  color: #000;
  padding: 0px 1.8rem;
}
.lang .dropdown .btn.btn-secondary .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.8em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.lang .dropdown .dropdown-menu {
  padding: 0;
  border: 1px solid #000;
  border-radius: 0;
  border-bottom: 0;
  min-width: 103px;
}
.lang .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  padding: 5px 10px;
  font-size: 18px;
  font-weight: 400;
  border-bottom: 1px solid #000;
  color: #000;
}
.lang .dropdown .dropdown-menu .dropdown-item img {
  max-width: 25px;
  margin-right: 8px;
}

.lang ul a img {
  max-width: 40px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

header {
  background-color: #ffffff;
  width: 100%;
  z-index: 9;
  transition: all 0.3s;
}
header .cont-btn {
  margin: 0px 0rem 0px 1.8rem;
}
header .cont-btn .common-btn:hover {
  background: var(--theme-hover);
}
header .navbar a.navbar-brand {
  opacity: 0;
}
header .header-inner-wrapper {
  display: flex;
  align-items: center;
}
header.sticky {
  background-color: #fff;
  position: fixed;
  box-shadow: 0 0 16px -12px #000;
}
header.sticky .sticky-logo {
  display: none;
}
header.sticky .navbar a.navbar-brand {
  opacity: 1;
}
header.sticky .navbar-brand img {
  max-width: 180px;
}
header .navbar {
  padding: 17px 0px;
}
header .navbar .navbar-nav .nav-item .dropdown-menu {
  border-radius: 0px;
  border: 0;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 0;
}
header .navbar .navbar-nav .nav-item .dropdown-menu li a {
  border-bottom: 1px solid grey;
  padding: 10px;
  transition: 0.3s;
  font-weight: 600;
}
header .navbar .navbar-nav .nav-item .dropdown-menu li a:hover {
  background-color: var(--theme-color);
  color: white;
}
header .navbar .navbar-nav .nav-item:hover .dropdown-menu {
  display: block;
}
header .navbar-expand-lg .navbar-nav .nav-link {
  padding: 1px 1.8rem;
  font-weight: 600;
  color: #777E90;
  text-transform: capitalize;
  font-family: var(--head-font);
  font-size: 14px;
  transition: 0.3s;
}
header .navbar-expand-lg .navbar-nav .nav-link.active {
  color: var(--theme-color);
}
header .navbar-expand-lg .navbar-nav .nav-link:hover {
  color: var(--theme-color);
}
header .navbar-expand-lg .navbar-collapse {
  justify-content: space-between;
  padding-left: 24px;
}
header .logo-wrappers img {
  max-width: 82%;
}
header .sticky-logo {
  display: none;
}

.banner-home .bnr-img-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 0;
  background: #000;
  opacity: 0.3;
}
.banner-home .img-wrapper-bnr img {
  width: 100%;
  top: 0;
  height: 86.9vh;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.banner-home .banner-cont-1 {
  position: absolute;
  top: 40%;
  z-index: 31;
  width: 100%;
  right: 0;
  transform: translateY(-50%);
}
.banner-home .banner-cont-1 .row {
  justify-content: end;
}
.banner-home .banner-cont-1 p {
  color: white;
  font-weight: 500;
  font-size: 22px;
  line-height: 24px;
}
.banner-home .banner-cont-1 img {
  position: absolute;
  top: 100%;
  max-width: 100%;
  width: auto;
  right: 90%;
}
.banner-home .banner-cont-1 .banner-text {
  position: relative;
}
.banner-home .banner-content {
  position: absolute;
  top: 70%;
  z-index: 31;
  width: 100%;
  left: 0;
  transform: translateY(-50%);
}
.banner-home .banner-content h2 {
  font-weight: 700;
  font-size: 64px;
  line-height: 64px;
  letter-spacing: -2%;
  color: white;
}
.banner-home .banner-content h2 span {
  display: block;
  color: white;
}
.banner-home .banner-content p {
  line-height: 2rem;
  font-size: 18px;
  color: inherit;
}
.banner-home .banner-content .break {
  display: block;
}
.banner-home .banner-content .ban-title {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 30px;
  padding-bottom: 12px;
  color: rgb(0, 0, 0);
  position: relative;
}
.banner-home .banner-content .ban-title::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 35px;
  height: 4px;
  background-color: #ffb545;
}
.banner-home .banner-content .ban-title:after {
  position: absolute;
  content: "";
  left: 35px;
  bottom: 0;
  width: 54px;
  height: 2px;
  background-color: var(--theme-yellow);
}
.banner-home .banner-content .ban-title.sec {
  color: white;
}
.banner-home .banner-content .common-heading.sec {
  color: white;
}
.banner-home .banner-content .img-box {
  position: relative;
}
.banner-home .banner-content .img-box .circle-one {
  position: absolute;
  left: 74px;
  top: 28px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: #e3a751;
  z-index: 1;
}
.banner-home .banner-content .img-box .circle-two {
  background-color: var(--theme-color);
  position: absolute;
  left: 484px;
  top: 87px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  z-index: 1;
}
.banner-home .banner-content img {
  border-radius: 50%;
  max-width: 75%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
.banner-home .banner-content .title {
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
  color: #14243b;
}
.banner-home .banner-btns {
  margin-top: 35px;
  display: flex;
  justify-content: center;
}
.banner-home .banner-btns a {
  transition: all 0.3s;
  border: solid var(--theme-colo2) 3px;
  font-size: 16px;
  line-height: 1.1;
  padding: 15px 30px;
  font-weight: 400;
  border-radius: 25px;
  text-transform: uppercase;
  background-color: var(--theme-colo2);
  border-color: transparent;
  color: #ffffff;
  display: inline-block;
  position: relative;
}
.banner-home .banner-btns a:hover {
  background-color: transparent;
  border: solid var(--theme-colo2) 3px;
}
.banner-home .banner-btns a:first-child {
  margin-right: 15px;
}
.banner-home .banner-btns a i {
  padding: 0 6px;
}
.banner-home .owl-theme .owl-nav [class*=owl-]:hover {
  background-color: unset;
}
.banner-home button.owl-prev {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.banner-home button.owl-prev span {
  font-size: 40px;
  font-weight: 200;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 2px;
  color: #fff;
  padding-left: 1px;
  background-color: var(--theme-color);
}
.banner-home button.owl-prev span:hover {
  background-color: var(--theme-yellow);
  border-color: transparent;
}
.banner-home button.owl-next {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.banner-home button.owl-next span {
  font-size: 40px;
  color: #fff;
  font-weight: 200;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 2px;
  padding-left: 1px;
  background-color: var(--theme-color);
}
.banner-home button.owl-next span:hover {
  background-color: var(--theme-yellow);
  border-color: transparent;
}

.live-thearpy .live-head {
  text-align: center;
  margin-bottom: 3.5rem;
}
.live-thearpy .live-video {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.live-thearpy .live-video span {
  background-color: var(--theme-yellow);
  color: white;
  padding: 5px 7px;
  font-weight: 700;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -20px;
  min-width: 15.3125rem;
  text-align: center;
  font-size: 20px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
}
.live-thearpy .live-video img {
  border-radius: 10px;
}
.live-thearpy .common-heading {
  margin-bottom: 10px;
}
.live-thearpy .top-cl {
  display: inline;
  color: black;
}

.treatment {
  background-image: url("img/parallax-bg7.jpg");
  background-size: cover;
  position: relative;
}
.treatment::before {
  background-color: #122136;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0.95;
}
.treatment .treat-head {
  text-align: center;
  margin-bottom: 20px;
}
.treatment .treat-head h2 {
  color: white;
  margin-bottom: 10px;
}
.treatment .treat-head span {
  color: white;
  display: inline;
  position: relative;
}
.treatment .treat-main {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
  z-index: 2;
}
.treatment .treat-main .treat-box {
  border-bottom: 1px dashed #808080;
  border-right: 1px dashed #808080;
  padding: 1.875rem;
  min-height: 14.0625rem;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
.treatment .treat-main .treat-box:last-child {
  border-right: none;
}
.treatment .treat-main .treat-box h4 {
  color: white;
  font-weight: 700;
  z-index: 0;
}
.treatment .treat-main .treat-box::before {
  background-color: var(--theme-yellow);
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 90%;
  z-index: 0;
  opacity: 0;
  transition: 0.5s;
}
.treatment .treat-main .treat-box img {
  transition: 0.5s;
  max-width: 90px;
}
.treatment .treat-main .treat-box:hover::before {
  bottom: 0;
  opacity: 1;
}
.treatment .treat-main .treat-box:hover img {
  filter: brightness(0) invert(1);
  transform: rotateY(180deg);
}
.treatment .treatmain-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
  z-index: 2;
}
.treatment .treatmain-2 .treat-box {
  border-bottom: none;
}
.treatment .bottom-para {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 20px;
  z-index: 1;
  color: white;
  text-align: center;
  margin-top: 2rem;
  position: relative;
}
.treatment .bottom-para a {
  color: var(--theme-orange);
  text-decoration: underline;
}

.blog-home .treat-head {
  text-align: center;
  margin-bottom: 20px;
}
.blog-home .treat-head h2 {
  color: rgb(0, 0, 0);
  margin-bottom: 10px;
}
.blog-home .treat-head span {
  color: rgb(0, 0, 0);
  display: inline;
  position: relative;
}
.blog-home a .blog-box .img-box {
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}
.blog-home a .blog-box .img-box img {
  width: 100%;
  transition: 0.3s;
}
.blog-home a .blog-box .content {
  padding: 30px;
  background-color: #f3f7fe;
}
.blog-home a .blog-box .content h4 {
  font-weight: 700;
  font-size: 22px;
}
.blog-home a .blog-box .content .autor {
  display: flex;
}
.blog-home a .blog-box .content .autor p {
  font-weight: 700;
  font-size: 15px;
}
.blog-home a .blog-box .content .autor .date {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid rgb(121, 122, 123);
  color: rgb(121, 122, 123);
}
.blog-home a .blog-box .content .autor .name {
  color: var(--theme-orange);
}
.blog-home a:hover .img-box img {
  transform: scale(1.1);
}

.choose-us {
  position: relative;
}
.choose-us .bg-1 {
  position: absolute;
  right: 50px;
  top: 0;
}
.choose-us .bg-1 img {
  width: 80%;
}
.choose-us .chosse-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 60px;
}
.choose-us .chosse-grid .choose-item {
  padding: 20px 100px 20px 0px;
}
.choose-us .chosse-grid .choose-item .icon {
  border-bottom: 2px solid #E6E8EC;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.choose-us .chosse-grid .choose-item h3 {
  font-family: var(--theme-font);
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 25px;
}
.choose-us .chosse-grid .choose-item p {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0%;
}

.tailored-solution {
  background: #FCFCFD;
  overflow: hidden;
  position: relative;
}
.tailored-solution .bg-img {
  transform: scale(1.5);
  position: absolute;
  left: -50px;
  top: 0;
}
.tailored-solution .bg-img img {
  width: 80%;
}
.tailored-solution .exp-box {
  padding-left: 25px;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: all 0.3s;
  background-color: #fff;
}
.tailored-solution .exp-box h4 {
  font-size: 18px;
  text-transform: uppercase;
  padding-bottom: 1.5rem;
}
.tailored-solution .exp-box .common-btn {
  margin-top: -19px;
  color: #fff;
  margin-left: auto;
  transition: all 0.3s;
  padding: 12px 12px;
  position: relative;
}
.tailored-solution .exp-box:hover {
  box-shadow: 0 0 22px -10px #000;
}
.tailored-solution .exp-box:hover h4 {
  font-weight: 700;
}
.tailored-solution .exp-box:hover .common-btn {
  transform: scale(1.2);
}
.tailored-solution .exp-box:hover .common-btn:hover {
  border-radius: 0;
}
.tailored-solution .owl-carousel .owl-nav {
  position: absolute;
  right: 200px;
  bottom: -63px;
}
.tailored-solution .owl-carousel .owl-nav button {
  background-color: #F0F0F0;
  width: 48px;
  height: 48px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: var(--theme-color);
  font-size: 35px;
  border-radius: 0;
}
.tailored-solution .owl-carousel .owl-nav button:first-child {
  margin-right: 120px;
}
.tailored-solution .owl-carousel .owl-nav button:hover {
  background-color: var(--theme-color);
  color: #fff;
}
.tailored-solution .owl-dots {
  position: absolute;
  right: 269px;
  bottom: -45px;
}
.tailored-solution .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;
}
.tailored-solution .owl-dots button.owl-dot.active {
  background-color: var(--theme-hover);
}
.tailored-solution .solution-grid {
  margin-top: 50px;
}
.tailored-solution.common-space {
  padding-bottom: 150px;
}

.we-can-help {
  text-align: center;
  background: var(--theme-color);
}
.we-can-help * {
  color: white;
}
.we-can-help .help-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 15px 0px 0px 0px;
}
.we-can-help .help-btn input {
  border: 1px solid white;
}
.we-can-help .help-btn .common-btn {
  border: 1px solid white;
}
.we-can-help .help-btn .wpcf7-spinner {
  display: none;
}
.we-can-help .contact-form {
  background-color: rgba(255, 255, 255, 0);
  margin: 35px 0px 0px 0px;
}
.we-can-help .contact-form .con-form {
  display: flex;
  gap: 20px;
}
.we-can-help .contact-form .con-form ul.country-list {
  color: #000 !important;
}
.we-can-help .contact-form .con-form ul.country-list .country-name {
  color: #000 !important;
}
.we-can-help .contact-form .con-form ul.country-list .dial-code {
  color: #000 !important;
}
.we-can-help .contact-form label {
  margin: 0 0 8px 0;
}
.we-can-help .contact-form .form-control {
  margin: 0 0 23px 0;
  border-radius: 0;
  background: #207D57;
  border: 1px solid #8E8E8E;
  font-size: 14px;
  color: white;
}
.we-can-help .contact-form .form-control:focus {
  border-color: var(--theme-color);
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
}
.we-can-help .contact-form .form-control::-moz-placeholder {
  color: white;
}
.we-can-help .contact-form .form-control::placeholder {
  color: white;
}
.we-can-help .contact-form button {
  border: 1px solid white;
}
.we-can-help .contact-form button:hover {
  background: var(--theme-hover);
}

.product {
  position: relative;
}
.product .page-product-boxx {
  text-align: center;
}
.product .page-product-boxx .pro-img-wrappr {
  min-height: 310px;
  background: #F4F5F6;
  border-radius: 16px;
  display: flex;
  align-items: center;
  padding: 20px;
  justify-content: center;
}
.product .page-product-boxx .pro-img-wrappr img {
  max-height: 310px;
  width: -moz-fit-content !important;
  width: fit-content !important;
  margin: 0 auto;
}
.product .page-product-boxx .pro-cont-wrapper {
  padding: 20px;
  background-color: rgba(255, 255, 255, 0);
}
.product .page-product-boxx .pro-cont-wrapper h4 {
  font-family: var(--head-font);
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #23262F;
}
.product .page-product-boxx .pro-cont-wrapper .view-btns {
  display: flex;
  justify-content: center;
}
.product .page-product-boxx .pro-cont-wrapper .common-btn {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  background: none;
  color: #000;
  display: flex;
  align-items: center;
  gap: 10px;
}
.product .page-product-boxx .pro-cont-wrapper .common-btn:hover {
  gap: 20px;
  color: var(--theme-color);
}
.product .spares .owl-carousel .owl-nav button:first-child {
  margin-right: 280px;
}
.product .submersible .owl-carousel .owl-nav button:first-child {
  margin-right: 136px;
}
.product .owl-carousel .owl-nav {
  position: absolute;
  right: 0;
  bottom: -82px;
}
.product .owl-carousel .owl-nav button {
  background-color: #F0F0F0;
  width: 48px;
  height: 48px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: var(--theme-color);
  font-size: 35px;
  border-radius: 0;
}
.product .owl-carousel .owl-nav button:first-child {
  margin-right: 120px;
}
.product .owl-carousel .owl-nav button:hover {
  background-color: var(--theme-color);
  color: #fff;
}
.product .owl-dots {
  position: absolute;
  right: 72px;
  bottom: -64px;
}
.product .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;
}
.product .owl-dots button.owl-dot.active {
  background-color: var(--theme-hover);
}
.product.common-space {
  padding-bottom: 150px;
}
.product .bg-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.product .bg-1 img {
  width: 100%;
}
.product .bg-2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.product .bg-2 img {
  width: 100%;
}
.product .client-testi {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.product .client-testi .common-btn {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0%;
  vertical-align: middle;
  font-family: var(--head-font);
  border-radius: 100px;
  font-weight: 700;
}
.product .nav {
  gap: 20px;
  justify-content: center;
  margin: 20px 0px 60px 0px !important;
}
.product .nav-pills {
  border-radius: 0px;
}
.product .nav-link.active {
  color: #ffffff;
  background-color: var(--theme-color);
}
.product .nav-link.active:hover {
  color: white;
  background-color: var(--theme-color);
}
.product .nav-link {
  color: #777E90;
  background-color: transparent;
  border: none;
}
.product .nav-link:hover {
  color: white;
  background-color: var(--theme-color);
}
.product .nav-link:focus, .product .nav-link:hover {
  color: white !important;
}
.product .tab-pane p {
  text-align: center;
  font-size: 16px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.product .tab-pane .gal-box img {
  width: 100%;
  transition: all 0.3s;
}
.product .tab-pane .gal-box:hover img {
  transform: scale(1.05);
}
.product .tab-pane .name-box {
  background: rgba(100, 11, 99, 0.6588235294);
  width: auto;
  color: white;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  text-align: center;
  padding: 7px 15px;
  font-family: var(--heading-font);
  font-weight: 600;
}

.case-studies.common-space {
  padding-top: 0;
}
.case-studies .case-para {
  font-size: 16px;
  margin-top: -5px;
  margin-bottom: 30px;
}
.case-studies .case-item {
  box-shadow: rgba(99, 99, 99, 0.05) 0px 2px 8px 0px;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  background: #fff;
  padding: 21px;
  position: relative;
  border-radius: 5px;
}
.case-studies .case-item .content {
  padding: 25px 0px;
}
.case-studies .case-item .content p {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0%;
}
.case-studies .case-item .content h4 {
  font-weight: 500;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: -1%;
  margin-bottom: 20px;
}
.case-studies .case-item .img {
  border-radius: 20px;
  overflow: hidden;
}
.case-studies .case-item .img img {
  transition: 0.3s;
  width: 100%;
}
.case-studies .case-item:hover .img img {
  transform: scale(1.05);
}
.case-studies .case-item:hover h4 {
  color: var(--theme-color);
}
.case-studies .date {
  background-color: var(--theme-color);
  display: inline-block;
  padding: 5px 10px;
  border-radius: 5px;
  margin-bottom: 20px;
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 16px;
  z-index: 2;
}
.case-studies .date p {
  margin-bottom: 0;
  color: white;
  font-size: 14px;
}
.case-studies .date span {
  display: block;
  font-size: 24px;
}
.case-studies .secound-btn {
  font-size: 18px;
  color: var(--theme-color);
  transition: 0.3s;
}
.case-studies .secound-btn i {
  transform: rotate(300deg);
  transition: 0.3s;
  margin-left: 10px;
}
.case-studies .secound-btn:hover {
  color: var(--theme-color);
}
.case-studies .secound-btn:hover i {
  transform: rotate(360deg);
  color: var(--theme-color);
}
.case-studies .owl-carousel .owl-nav {
  position: absolute;
  right: 0;
  bottom: -67px;
}
.case-studies .owl-carousel .owl-nav button {
  background-color: #F0F0F0;
  width: 48px;
  height: 48px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: var(--theme-color);
  font-size: 35px;
  border-radius: 0;
}
.case-studies .owl-carousel .owl-nav button:first-child {
  margin-right: 120px;
}
.case-studies .owl-carousel .owl-nav button:hover {
  background-color: var(--theme-color);
  color: #fff;
}
.case-studies .owl-dots {
  position: absolute;
  right: 74px;
  bottom: -51px;
}
.case-studies .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;
}
.case-studies .owl-dots button.owl-dot.active {
  background-color: var(--theme-hover);
}

.imp-number {
  background: #F4F5F6;
}
.imp-number .imp-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 65px;
}
.imp-number .imp-grid .imp-items {
  background: #FCFCFD;
  box-shadow: 0px 64px 64px -48px rgba(0, 0, 0, 0.1019607843);
  border-radius: 16px;
  padding: 40px;
  transition: 0.3s;
}
.imp-number .imp-grid .imp-items .icon {
  margin-bottom: 25px;
}
.imp-number .imp-grid .imp-items .ot-counter.icounter {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-right: 2px solid #000;
}
.imp-number .imp-grid .imp-items .ot-counter.icounter:last-child {
  border: 0px;
}
.imp-number .imp-grid .imp-items span {
  font-weight: 300;
  font-size: 64px;
  line-height: 64px;
  letter-spacing: -2%;
}
.imp-number .imp-grid .imp-items h6 {
  font-family: var(--theme-font);
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0%;
  margin-top: 25px;
  transition: 0.3s;
}
.imp-number .imp-grid .imp-items:hover {
  box-shadow: 0px 64px 64px -48px rgba(0, 0, 0, 0.39);
}
.imp-number .imp-grid .imp-items:hover h6 {
  color: var(--theme-color);
}

.review-home {
  background-image: linear-gradient(359deg, rgba(1, 108, 64, 0.8901960784), rgba(1, 108, 64, 0.8901960784)), url(img/TESTIMONIAL-BG.png);
  background-size: cover;
}
.review-home.common-space {
  padding: 110px 0px;
}
.review-home .common-heading {
  color: white;
  margin-bottom: 50px;
}
.review-home .reviews .reviw-box {
  background-color: white;
  text-align: left;
  padding-top: 35px;
  padding-right: 25px;
  padding-bottom: 35px;
  padding-left: 25px;
  border-radius: 16px;
}
.review-home .reviews .reviw-box .icon {
  margin-bottom: 20px;
  max-width: 20px;
  display: flex;
}
.review-home .reviews .reviw-box p {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #000;
  margin: 32px 0px;
}
.review-home .reviews .reviw-box .profile {
  display: flex;
  align-items: center;
  gap: 10px;
}
.review-home .reviews .reviw-box .profile img {
  border-radius: 50px;
  max-width: 37px;
}
.review-home .reviews .reviw-box .profile h4 {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 0;
}
.review-home .reviews .reviw-box .profile p {
  font-weight: 400;
  font-size: 12px;
  color: #505050;
  margin: 0px 0px;
}

footer {
  background: #F4F4F4;
}
footer .footer-widget {
  padding: 45px 0px;
}
footer .footer-widget.contact-details p a {
  display: flex;
  gap: 10px;
  color: #000;
  align-items: center;
}
footer .footer-widget h4 {
  font-family: var(--theme-font);
  font-weight: 700;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0%;
  text-transform: uppercase;
}
footer .footer-widget p {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  vertical-align: middle;
  margin-bottom: 0;
  padding: 15px 0px 0px 0px;
  color: #000;
}
footer .footer-widget p a {
  transition: 0.3s;
}
footer .footer-widget p a:hover {
  color: var(--theme-color);
}
footer .footer-widget ul li {
  list-style: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  vertical-align: middle;
  margin-bottom: 0;
  padding: 15px 0px 0px 0px;
  color: #000;
  transition: 0.3s;
}
footer .footer-widget ul li:first-child {
  padding-top: 0;
}
footer .footer-widget ul li:hover {
  color: var(--theme-color);
}
footer .footer-widget .contact-form {
  background-color: rgba(255, 255, 255, 0);
  margin-top: 23px;
}
footer .footer-widget .contact-form .con-form {
  display: flex;
  gap: 20px;
}
footer .footer-widget .contact-form .con-form ul.country-list {
  color: #000 !important;
}
footer .footer-widget .contact-form .con-form ul.country-list .flag-box {
  color: #000 !important;
}
footer .footer-widget .contact-form .con-form ul.country-list .flag-box .country-name {
  color: #000 !important;
}
footer .footer-widget .contact-form label {
  margin: 0 0 8px 0;
}
footer .footer-widget .contact-form .form-control {
  margin: 0 0 8px 0;
  border-radius: 0;
  background: transparent;
  border: 1px solid #575757;
  font-size: 14px;
}
footer .footer-widget .contact-form .form-control:focus {
  border-color: var(--theme-color);
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
}
footer .footer-widget .contact-form .form-control::-moz-placeholder {
  color: #575757;
}
footer .footer-widget .contact-form .form-control::placeholder {
  color: #575757;
}
footer .footer-widget .contact-form button {
  border: 1px solid var(--theme-hover);
  color: var(--theme-hover);
  background: transparent;
}
footer .footer-widget .contact-form button:hover {
  background: var(--theme-hover);
  color: white;
}
footer .footer-widget .mess-form {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
}
footer .footer-widget .mess-form .form-control {
  margin-bottom: 0;
}
footer .footer-widget .mess-form .help-btn .wpcf7-spinner {
  display: none;
}
footer .map {
  padding-bottom: 45px;
}
footer .bottom-footer ul {
  padding-left: 0;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
}
footer .bottom-footer ul li {
  list-style: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  vertical-align: middle;
  margin-bottom: 0;
  color: #575757;
  transition: 0.3s;
}
footer .bottom-footer ul li:hover {
  color: var(--theme-color);
}
footer .footer-social-media {
  display: flex;
  flex-direction: column;
  /* justify-content: stretch; */
  align-items: end;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
footer .footer-social-media h4 {
  width: 100%;
  font-family: var(--theme-font);
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #575757;
}
footer .footer-social-media ul {
  display: flex;
  margin-bottom: 0rem;
  list-style: none;
  justify-content: end;
  padding-left: 0;
}
footer .footer-social-media ul li {
  margin-right: 5px;
}
footer .footer-social-media ul li a {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  padding: 10px;
  border-radius: 25px;
  color: #575757;
  border: solid 1px rgba(87, 87, 87, 0.2509803922);
  transition: 0.3s;
}
footer .footer-social-media ul li a:hover {
  background: var(--theme-color);
  color: white;
  border: solid 1px var(--theme-color);
}
footer.common-space {
  padding: 40px 0px;
}

.whatsapp {
  position: fixed;
  width: 50px;
  height: 50px;
  background-color: var(--theme-color);
  color: #fff;
  border-radius: 0;
  text-align: center;
  font-size: 31px;
  z-index: 100;
  margin-top: 0px;
  line-height: 50px;
  transition: all ease-in-out 0.2s;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.gtranslate_wrapper.gt_container-hgeelv {
  display: none;
}

#gt_float_wrapper {
  display: none !important;
}/*# sourceMappingURL=styleg.css.map */