:root {
  --primary-color: #f37408;
  --secondary-color: #046a38;
  --light-gray: #302f2f;
  --heading-font: "Maiandra GD";
  --body-font: "Maiandra GD";
  --body-font-medium: "Maiandra GD";
}
.relative,
body,
html {
  position: relative;
}

body,
ul {
  margin: 0;
  padding: 0;
}
html {
  max-width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}

body {
  font-weight: 400;
  line-height: 1.4 !important;
  font-size: 0.9em;
  font-family: var(--body-font);
  color: var(--bs-gray);
  background: var(--bs-white);
  overflow: hidden;
}

html {
  height: 100%;
}

ul {
  list-style: none;
}

.btn,
a,
button {
  display: inline-block;
  outline: 0 !important;
  box-shadow: none !important;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.btn,
a,
a:focus,
a:hover,
button {
  text-decoration: none;
  outline-style: none;
}
.btn {
  padding: 10px 30px;
  font-family: var(--body-font-medium);
  text-transform: uppercase;
  border-radius: 30px;
  letter-spacing: 2px;
  font-size: 0.8rem;
  position: relative;
}
.btn:hover::before {
  width: 100%;
}
i {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  line-height: 1.1;
  font-family: var(--heading-font);
  font-weight: bold;
}
.p-v-30 {
  padding: 30px 0;
}
.p-v-50 {
  padding: 50px 0;
}
.p-v-60 {
  padding: 60px 0;
}
h1 {
  font-size: 4vw;
}

h2 {
  font-size: 4vw;
}

h3 {
  font-size: calc(20px + (55 - 20) * ((100vw - 300px) / (1920 - 300)));
}

h4 {
  font-size: calc(20px + (28 - 20) * ((100vw - 300px) / (1920 - 300)));
}

h5 {
  font-size: calc(18px + (24 - 18) * ((100vw - 300px) / (1920 - 300)));
}

h6 {
  font-size: calc(18px + (20 - 18) * ((100vw - 300px) / (1920 - 300)));
}

.tshadow {
  text-shadow: 2px 7px 4px rgba(0, 0, 0, 0.5);
}
.bg-primary {
  background-color: var(--primary-color) !important;
}
.logo a {
  display: flex;
  /* text-align: center; */
  font-family: var(--heading-font);
  color: var(--bs-dark);
  align-items: center;
}
.logo a img {
  width: 60px;
  flex: 0 0 60px;
}
.logo a span {
  margin-left: 5px;
  font-size: 16px;
  font-weight: 700;
}

.logo a:hover span{
  color: #f37408;
}
/* .navBar .logo a img{
  width: 100%;
} */
header {
  position: relative;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 99;
  font-size: 80%;
}
.infos li {
  padding: 0 25px;
  border-right: #eee 1px solid;
}
.infos li:last-child {
  padding-right: 0;
  border-right: transparent;
}
.infos li a {
  color: var(--bs-secondary);
}
.infos li span {
  display: block;
  font-size: 1.5rem;
  color: var(--primary-color);
  font-family: var(--heading-font);
  font-weight: bold;
}
.infos li i {
  margin-right: 15px;
  font-size: 2.3rem;
  color: var(--primary-color);
}
.navBar {
  padding: 10px 0;
}
.navBar li a {
  color: var(--bs-white);
}
.siteNav {
  width: auto !important;
  float: left;
}
.siteNav ul {
  flex-direction: row;
  display: flex;
}
.siteNav li {
  padding: 0 15px !important;
}
.siteNav ul a {
  color: var(--bs-dark);
  text-transform: uppercase;
  font-size: 1rem;
  position: relative;
  padding: 0 !important;
}
.navBar .btn {
  font-size: 1rem;
}
.siteNav ul a:hover {
  color: var(--primary-color);
}
.siteNav ul a::before {
  position: absolute;
  width: 0;
  height: 3px;
  left: 0;
  content: "";
  opacity: 0;
  top: 100%;
  -webkit-box-shadow: 0px 3px 0px 0px rgba(255, 255, 255, 0.75);
  -moz-box-shadow: 0px 3px 0px 0px rgba(255, 255, 255, 0.75);
  box-shadow: 0px 3px 0px 0px rgba(255, 255, 255, 0.75);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.siteNav ul a:hover::before,
.siteNav ul li.active a:before {
  opacity: 1;
  width: 100%;
}
.logo {
  width: 260px;
  flex: 0 0 260px;
}

.banner {
  position: relative;
  color: var(--bs-white);
  background: var(--primary-color);
}
.banner .swiper-slide {
  position: relative;
}
.banner .swiper-slide::before {
  position: absolute;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.27) 0%,
    rgba(0, 0, 0, 0.74) 100%
  );
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 1;
}
.banner .swiper-slide .row {
  height: 80vh;
  align-items: center;
  position: relative;
  z-index: 3;
}
.banner .swiper-slide .image-container {
  transition: 5s ease-out;
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
}
.banner .swiper-slide p {
  margin: 15px 0;
  font-size: 1.2em;
}
.banner .cta span {
  color: var(--bs-white);
  letter-spacing: normal;
}
.banner .cta svg {
  stroke: var(--bs-white);
}

.cta {
  position: relative;
  margin: auto;
  padding: 19px 22px;
  transition: all 0.2s ease;
  color: var(--bs-dark);
}
.cta:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-radius: 28px;
  background: rgba(243, 116, 08, 0.6);
  width: 56px;
  height: 56px;
  transition: all 0.3s ease;
}
.cta span {
  position: relative;
  line-height: 18px;
  font-weight: 900;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  vertical-align: middle;
}
.cta svg {
  position: relative;
  top: 0;
  margin-left: 10px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: var(--bs-dark);
  stroke-width: 2;
  transform: translateX(-5px);
  transition: all 0.3s ease;
}
.cta:hover:before {
  width: 100%;
  background: var(--primary-color);
}
.cta:hover svg {
  transform: translateX(0);
}
.cta:active {
  transform: scale(0.96);
}
.cta:hover {
  color: var(--bs-white);
}

.box {
  background: var(--bs-white);
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.12);
  width: 100%;
  float: left;
}
.box p {
  margin: 15px 0 30px;
  padding: 0 3em;
}
.box h3 {
  margin-top: 40px;
}
.innerBox strong {
  display: block;
  color: var(--bs-dark);
  text-transform: uppercase;
  margin-top: 10px;
}
.innerBox p {
  margin: 8px 0 30px;
}
.innerBox h4 {
  color: var(--bs-white);
  background: var(--primary-color);
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  margin-top: 30px;
}
.innerBox {
  border-right: #ddd 1px solid;
}
.innerBox:last-child {
  border-color: transparent;
}
.box hr {
  margin-bottom: 0;
}
.headings strong {
  /* padding-left: 60px; */
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.text-primary {
  color: var(--primary-color) !important;
}
/* .headings strong::before {
  position: absolute;
  left: 0;
  width: 50px;
  background: var(--primary-color);
  height: 2px;
  bottom: 0;
  content: "";
} */
.borderLeft {
  border-left: #ddd 1px solid;
}

.testimony .headings strong::before {
  background: var(--bs-white);
}

.lists li {
  margin-bottom: 15px;
  padding-left: 35px;
  position: relative;
}
.lists li a {
  color: var(--bs-secondary);
  font-family: var(--body-font-medium);
  font-size: 18px;
}
.lists li a:hover {
  color: var(--primary-color);
  padding-left: 15px;
}
.lists li i {
  position: absolute;
  left: 0;
  top: 0;
  color: var(--primary-color);
  font-size: 22px;
  -webkit-text-fill-color: var(--primary-color);
  -webkit-text-stroke: 0px;
}
.services .box {
  padding: 40px;
}
.box2 {
  padding: 40px;
}
.overview {
  padding-bottom: 60px;
}
.overview h3 {
  margin-bottom: 15px;
}
.overview .box2 {
  padding: 40px 30px;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.12);
  margin-top: 30px;
  height: calc(100% - 30px);
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.overview .box2 i {
  font-size: 2.5em;
  color: var(--primary-color);
}
.overview .box2 h5 {
  color: var(--bs-dark);
  margin: 10px 0;
}
.overview .box2::before {
  position: absolute;
  background: var(--primary-color);
  bottom: 0;
  right: -10%;
  width: 10%;
  height: 0;
  content: "";
  transition: all 0.3s ease;
  z-index: -1;
  border-radius: 50%;
}
.overview .box2:hover::before {
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 25%;
}
.overview .box2:hover,
.overview .box2:hover i,
.overview .box2:hover h5 {
  color: var(--bs-white);
}
.overview .cta:hover {
  color: var(--bs-white);
}
.overview .cta:hover svg,
.text-white.cta:hover svg,
.text-white.cta svg {
  stroke: var(--bs-white);
}
.overview .cta {
  margin-top: 30px;
}

/* process */

.title {
  font: bold 42px/52px Open Sans Condensed, sans-serif;
  text-align: center;
  padding: 20px;
  transition: all 0.8s ease-in-out;
}

.each-event {
  color: var(--bs-white);
  padding: 30px 30px 15px;
  margin: 0 20px;
  width: 40%;
  position: relative;
  border-radius: 4px;
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;
  border: rgba(255, 255, 255, 0.3) 1px solid;
}
.each-event:before {
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  left: -27px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 4px 20px -4px rgba(64, 64, 64, 0.8);
}
.each-event:nth-child(odd) {
  margin-left: calc(50% + 20px);
}
.each-event:nth-child(even) {
  margin-left: calc(50% - 42%);
}
.each-event:nth-child(even):before {
  left: calc(100% + 14px);
}

.title.non-focus {
  font-size: 24px;
  line-height: 34px;
  transition: all 0.8s ease-in-out;
}

.each-event.non-focus {
  color: #d2d2d2;
  background: #e6e6e6;
  margin-top: 90px;
  transform: rotateZ(45deg);
  transition: all 0.8s ease-in-out;
}
.each-event.non-focus:before {
  opacity: 0;
  background-color: #aaa;
}
.block {
  z-index: 1;
  position: relative;
  margin-top: 50px;
}
.block:before {
  content: "";
  position: absolute;
  height: calc(100% - 180px);
  width: 1px;
  background-color: #f2f2f2;
  left: 50%;
  margin-top: 90px;
  top: -4px;
}
.each-event h4 {
  margin-bottom: 15px;
}
.block .badge.bg-light {
  background: rgba(255, 255, 255, 1) !important;
  padding: 10px 20px;
  border-radius: 30px;
  margin-bottom: 10px;
  font-weight: 400;
  position: absolute;
  top: -15px;
  color: var(--bs-dark);
}

.accordion-button::after {
  background-image: none !important;
  content: "\f0fe";
  font-family: var(--fa-style-family, "Font Awesome 6 Pro");
  transition: all 0.5s;
  font-size: 20px;
}
.accordion-button:not(.collapsed)::after {
  background-image: none !important;
  content: "\f146";
  font-family: var(--fa-style-family, "Font Awesome 6 Pro");
}
.accordion-button::after {
  transition: all 0.5s;
}
.accordion-button:not(.collapsed) {
  color: var(--primary-color);
  background-color: transparent;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.accordion-item {
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0;
  padding: 30px 15px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.accordion-item::after {
  position: absolute;
  right: -100px;
  top: -100px;
  background: var(--primary-color);
  height: 100px;
  width: 100px;
  border-radius: 100%;
  z-index: -1;
  content: "";
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.accordion-item:hover::after {
  width: calc(100% + 100px);
  border-radius: 0;
  top: 0;
  height: 100%;
}
.accordion-button {
  background-color: transparent;
  font-family: var(--body-font-medium);
  text-transform: capitalize;
}
.accordion-item:hover {
  color: var(--bs-white);
}
.accordion-item:hover .accordion-button {
  color: var(--bs-white);
}
.faqs .headings {
  margin-bottom: 30px;
}

.testimony {
  position: relative;
  color: var(--bs-white);
}
.testimony h4 {
  margin: 30px 0 20px;
  line-height: 1.5;
}
.clientDetails {
  max-width: 310px;
  width: 100%;
  margin: 0 auto;
}
.clientDetails span {
  flex: 0 0 80px;
  width: 80px;
  margin-right: 15px;
}
.text-left {
  text-align: left !important;
}
.clientDetails small {
  margin-top: 10px;
  display: inline-block;
}
.quotes {
  position: absolute;
  top: -30px;
  left: 15px;
  font-size: 6vw;
}
.relative {
  position: relative;
}
.testimony .swiper-wrapper {
  padding-bottom: 60px;
}
.testimony .swiper-pagination-bullet {
  background: var(--swiper-pagination-bullet-inactive-color, #fff);
}

footer {
  background: var(--bs-light);
  padding: 50px 0 20px;
  font-size: 100%;
  color: var(--bs-dark);
}
footer .infos li {
  margin-bottom: 15px;
  position: relative;
  padding-left: 30px;
  border: none;
}
footer .infos li a {
  color: var(--bs-dark);
}
footer .infos li a:hover {
  color: var(--primary-color);
}
footer .infos li i {
  position: absolute;
  left: 0;
  top: 4px;
  font-size: 18px;
  color: var(--bs-dark);
}
.flinks a {
  color: var(--bs-dark);
  margin-top: 8px;
  font-size: 100%;
}
.flinks a:hover {
  color: var(--primary-color);
}
footer .followus a {
  color: var(--bs-dark);
  padding-right: 10px;
}
footer .form-control {
  border-radius: 0;
  border-color: var(--secondary-color);
}
footer .btn {
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 0;
  padding: 0 15px;
  height: 38px;
  color: var(--bs-white);
}
.followus li a {
  font-size: 2em;
}
.followus li a:hover {
  color: var(--primary-color);
}
.card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.6;
  transition: all 0.48s cubic-bezier(0.23, 1, 0.32, 1);
  border: none;
}

.content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  color: #ffffff;
  overflow: hidden;
  transition: all 0.48s cubic-bezier(0.23, 1, 0.32, 1);
  background: var(--bs-light) !important;
  padding: 15px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}

.content::before {
  position: absolute;
  content: "";
  top: -4%;
  left: 50%;
  width: 90%;
  height: 90%;
  transform: translate(-50%);
  background: #d4fce9;
  z-index: -1;
  transform-origin: bottom;
  border-radius: inherit;
  transition: all 0.48s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
}

.content::after {
  position: absolute;
  content: "";
  top: -8%;
  left: 50%;
  width: 80%;
  height: 80%;
  transform: translate(-50%);
  background: #b4dbc8;
  z-index: -2;
  transform-origin: bottom;
  border-radius: inherit;
  transition: all 0.48s cubic-bezier(0.23, 1, 0.32, 1);
}

.card:hover {
  transform: translate(0px, -16px);
}

.card:hover .content::before {
  rotate: -5deg;
  top: 0;
  width: 100%;
  height: 100%;
}

.card:hover .content::after {
  rotate: 5deg;
  top: 0;
  width: 100%;
  height: 100%;
}
.products {
  position: relative;
  z-index: 1;
}
.products::before {
  position: absolute;
  left: 0;
  top: 0;
  background: var(--secondary-color);
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  /* clip-path: polygon(0 0, 100% 0%, 68% 100%, 0% 100%); */
}

.products.ourProduct::before {
  clip-path: polygon(32% 100%, 100% 100%, 100% 0%, 0 0);
}

#our-product .swiper-button-next,
#our-product .swiper-button-prev {
  position: relative;
  left: 65%;
}
/* #our-product{
  margin-top: 50px;
} */
.products .swiper-button-next,
.products .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: 50px;
  height: var(--swiper-navigation-size);
  color: var(--bs-white);
  position: static;
  border: var(--bs-white) 1px solid;
  margin-right: 10px;
}
.products .swiper-button-next:after,
.products .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: 25px;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.products .swiper-button-next,
.products .swiper-rtl .swiper-button-prev {
  float: left;
  margin-top: 10px;
}
.products .swiper-button-prev,
.products .swiper-rtl .swiper-button-next {
  float: left;
  margin-top: 10px;
}
.serviceBoxs .swiper-wrapper {
  padding: 15px 0;
}
.serviceBox a {
  background: var(--bs-white);
  padding: 20px;
  display: block;
  color: var(--bs-dark);
  /* border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px; */
  box-shadow: 4px 4px 15px -3px rgba(0, 0, 0, 0.1) !important;
  -webkit-box-shadow: 4px 4px 15px -3px rgba(0, 0, 0, 0.1) !important;
  -ms-box-shadow: 4px 4px 15px -3px rgba(0, 0, 0, 0.1) !important;
  -o-box-shadow: 4px 4px 15px -3px rgba(0, 0, 0, 0.1) !important;
  -moz-box-shadow: 4px 4px 15px -3px rgba(0, 0, 0, 0.1) !important;
  clip-path: polygon(0 0, 89% 0, 100% 12%, 100% 100%, 0 100%);
}
.serviceBox a img {
  clip-path: polygon(0 0, 92% 0, 100% 12%, 100% 100%, 0 100%);
  /* border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px; */
}
.serviceBox a p {
  margin-bottom: 0;
}
.serviceBox h6 {
  position: absolute;
  bottom: 0;
  right: 0;
  background: var(--bs-white);
  padding: 15px;
  font-size: 16px;
  /* border-radius: 0 0 15px 0; */
}
.serviceBox h6 i {
  color: var(--primary-color);
  margin-left: 10px;
}
.sideEffect {
  position: relative;
  z-index: 1;
}
.sideEffect::before {
  background: url(../images/2.webp) no-repeat top right;
  background-size: contain;
  position: absolute;
  right: -200px;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  z-index: -1;
}
.productBox {
  clip-path: polygon(0 0, 83% 0, 100% 12%, 100% 100%, 0 100%);
  background: #f8f8f8;
  padding: 10px;
  position: relative;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.productBox::before {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  content: "";
  z-index: 1;
}
.productBox img {
  width: 100%;
  clip-path: polygon(0 0, 83% 0, 100% 12%, 100% 100%, 0 100%);
  object-fit: contain;
  max-height: 100%;
}
.floatContent {
  position: absolute;
  width: calc(100% - 30px);
  padding: 0 10px;
  bottom: -57px;
  z-index: 2;
  color: var(--bs-white);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.productBox:hover .floatContent {
  bottom: 20px;
}
/* .productsec .swiper {
  position: relative;
  left: -30px;
} */
.productsec .swiper-button-next,
.productsec .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: 50px;
  height: var(--swiper-navigation-size);
  color: var(--bs-dark);
  position: static;
  border: var(--bs-dark) 1px solid;
  margin-right: 10px;
}
.productsec .swiper-button-next:hover,
.productsec .swiper-button-prev:hover {
  color: var(--primary-color);
  border: var(--primary-color) 1px solid;
}
.productsec .swiper-button-next:after,
.productsec .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: 25px;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.productsec .swiper-button-next,
.productsec .swiper-rtl .swiper-button-prev {
  float: right;
  margin-top: -80px;
  margin-right: 0;
}
.productsec .swiper-button-prev,
.productsec .swiper-rtl .swiper-button-next {
  float: right;
  margin-top: -80px;
  margin-right: 60px;
}
.productsec .box {
  padding: 100px 40px 50px;
  width: 95%;
  margin: -70px auto 0;
  float: none;
  z-index: -1;
  color: var(--bs-white);
}
.productsec h5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.bg-secondary {
  background-color: var(--secondary-color) !important;
}
ul.breadcrumb {
  padding: 0 0;
  list-style: none;
}
ul.breadcrumb li {
  display: inline;
}
ul.breadcrumb li + li:before {
  padding: 8px;
  color: #eee;
  content: "/\00a0";
}
ul.breadcrumb li a {
  color: #eee;
  text-decoration: none;
}
ul.breadcrumb li a:hover {
  color: var(--primary-color);
  text-decoration: underline;
}
.innerbanner {
  position: relative;
  z-index: 1;
  padding: 80px 0;
}
.innerbanner::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  content: "";
  z-index: -1;
}
.productDetails ul {
  margin: 15px 0;
  list-style-type: disc;
  padding-left: 20px;
}
.productDetails ul b {
  margin-bottom: 5px;
  display: block;
}
.productDetails ul li {
  margin-bottom: 10px;
}
.productDetails b {
  color: var(--bs-dark);
}

/* sonali */

/* privacy policy */
.article-content-wrapper {
  padding: 50px 70px;
  background: #fff;
  box-shadow: 0 15px 34px 0 rgba(175, 181, 204, 0.32);
  overflow: hidden;
}
.article-content-wrapper .privacy-content {
  padding: 25px;
  padding-bottom: 0;
  font-size: 18px;
  line-height: 1.5;
}
.display-6 {
  font-size: 1.8rem;
  margin-right: 0.6rem;
}
.article-content-wrapper .privacy-content svg {
  position: absolute;
  top: 5px;
  left: 0;
  margin-left: 10px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: var(--secondary-color);
  stroke-width: 2;
  transform: translateX(-5px);
  transition: all 0.3s ease;
}
.article-content-wrapper .privacy-content ul {
  /* padding-left: 25px; */
  margin-bottom: 15px;
}
.article-content-wrapper .privacy-content h4 {
  color: #000;
  margin-bottom: 15px;
}

/* contact-page */
.contactBox {
  border: 1px solid #efe4da;
  padding: 25px;
  transition: all 0.3s linear;
  border-radius: 5px;
  text-align: center;
}
.contactBox .icon {
  width: 100%;
  display: flex;
  justify-content: center;
}
.contactBox .icon i {
  background: var(--primary-color);
  color: #ffffff;
  border-radius: 50%;
  display: inline-block;
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  position: relative;
  text-align: center;
  width: 50px;
  transition: var(--DTBaseTransition);
}
.contactContent h5 {
  margin: 15px 0;
}
.contactContent a {
  color: inherit;
}
.contactContent li a:hover {
  color: #000;
}
.contactForm h5 {
  margin-bottom: 15px;
}
.contactForm .form-label {
  color: #000;
  margin-bottom: 3px;
}
.contactForm .form-label span{
  color: red;
}
#contact-form .input-box textarea.form-control{
  resize: none;
}
.contactForm .input-box {
  margin-bottom: 10px;
}
#contact-form {
  background: #fff;
  padding: 25px;
}
#contact-form .btn-outline-success {
  padding: 10px 50px;
  line-height: 1.5;
  border-radius: 25px;
}
#contact-form .cta:hover {
  color: #000;
}

/* service */
.products.serviceMain::before {
  clip-path: none;
}
.serviceMain .serviceBox {
  margin-bottom: 25px;
}
.serviceMain .serviceBox h6 {
  position: relative;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 2em;
  line-height: 1.5em;
  padding: 10px 0;
}

.serviceMain .serviceBox p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 5em;
  line-height: 1.5em;
  padding: 10px 0;
}

.nextStep-img {
  width: 42%;
  float: left;
  padding-right: 20px;
}
.bottomText a {
  color: #fff;
}
.bottomText a:hover{
  color: #f37408;
}
.bottomText {
  text-align: center;
  margin-top: 25px;
  font-size: 18px;
}

/* materials */
.materials ul {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 20px;
}
.materials ul li {
  background-color: #e6e6e6;
  text-align: center;
  padding: 15px 0;
  box-shadow: 0 0 10px #39313230;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.materials ul li:hover {
  color: var(--bs-white);
  background: var(--primary-color);
}
.contents li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
}
.contents li b {
  color: var(--bs-dark);
}

#our-product .serviceBox .relative,
#ourServices .serviceBox .relative,
.serviceMain .serviceBox .relative {
  max-height: 280px;
  min-height: 280px;
}

#our-product .serviceBoxs img,
#ourServices .serviceBoxs img,
.serviceMain .serviceBox a img {
  height: 280px;
  width: 100%;
  object-fit: cover;
}

#our-product .serviceBoxs p,
#ourServices .serviceBoxs p {
  min-height: 60px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#our-product .serviceBoxs h6,
#ourServices .serviceBoxs h6 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  padding-bottom: 0;
}

.productmain .productBox img {
  height: 300px;
  object-fit: cover;
}

.contactForm .wpcf7 form .wpcf7-response-output{
  color: #fff;
}

.page-id-160 .p-v-50.services{
  padding-top: 100px;
}