@font-face {
  font-family: 'Segoe Script';
  src: url('../fonts/SegoeScript-Bold.eot');
  src: url('../fonts/SegoeScript-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SegoeScript-Bold.woff2') format('woff2'),
    url('../fonts/SegoeScript-Bold.woff') format('woff'),
    url('../fonts/SegoeScript-Bold.ttf') format('truetype'),
    url('../fonts/SegoeScript-Bold.svg#SegoeScript-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Bold.eot');
  src: url('../fonts/Raleway-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Raleway-Bold.woff2') format('woff2'),
    url('../fonts/Raleway-Bold.woff') format('woff'),
    url('../fonts/Raleway-Bold.ttf') format('truetype'),
    url('../fonts/Raleway-Bold.svg#Raleway-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Outfit';
  src: url('../fonts/Outfit-Bold.eot');
  src: url('../fonts/Outfit-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Outfit-Bold.woff2') format('woff2'),
    url('../fonts/Outfit-Bold.woff') format('woff'),
    url('../fonts/Outfit-Bold.ttf') format('truetype'),
    url('../fonts/Outfit-Bold.svg#Outfit-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Outfit';
  src: url('../fonts/Outfit-Medium.eot');
  src: url('../fonts/Outfit-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Outfit-Medium.woff2') format('woff2'),
    url('../fonts/Outfit-Medium.woff') format('woff'),
    url('../fonts/Outfit-Medium.ttf') format('truetype'),
    url('../fonts/Outfit-Medium.svg#Outfit-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Outfit';
  src: url('../fonts/Outfit-Regular.eot');
  src: url('../fonts/Outfit-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Outfit-Regular.woff2') format('woff2'),
    url('../fonts/Outfit-Regular.woff') format('woff'),
    url('../fonts/Outfit-Regular.ttf') format('truetype'),
    url('../fonts/Outfit-Regular.svg#Outfit-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Outfit';
  src: url('../fonts/Outfit-SemiBold.eot');
  src: url('../fonts/Outfit-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Outfit-SemiBold.woff2') format('woff2'),
    url('../fonts/Outfit-SemiBold.woff') format('woff'),
    url('../fonts/Outfit-SemiBold.ttf') format('truetype'),
    url('../fonts/Outfit-SemiBold.svg#Outfit-SemiBold') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}


/* Reset css  */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: 'Outfit';
}

ul {
  list-style: none;
}

ul,
li {
  margin: 0;
  padding: 0;
}

a {
  color: #000;
  transition: all 0.5s ease !important;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

.sub-heading-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.common-sub-heading {
  font-size: 16px;
  color: #1d552a;
  font-weight: bold;
  font-family: "Segoe Script";
}

.common-heading {
  font-size: 32px;
  line-height: 44px;
  text-transform: uppercase;
  color: #363636;
  font-weight: 700;
  font-family: "Raleway";
}

.common-text {
  font-size: 15px;
  line-height: 24px;
  color: #525252;
}

.common-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  padding: 15px 10px 15px 25px;
  width: fit-content;
  background-color: #214a21;
  border-radius: 30px;
  font-size: 15px;
  color: #ffffff;
  text-align: center;
  text-decoration: none !important;
  overflow: hidden;
  z-index: 1;
  transition: background-color 0.3s ease;
}

.common-btn::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  transform: scaleX(0);
  transform-origin: left;
  z-index: -1;
  transition: transform 0.3s ease;
}

.common-btn:hover {
  color: #214a21;
}

.common-btn:hover img {
  /* filter: brightness(0) invert(1); */
}

.common-btn:hover::before {
  transform: scaleX(1);
}

.common-btn:hover {
  box-shadow: 0 0 5px #a5a5a5;
}

.common-btn-2 {
  color: #ffffff;
  filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.82));
  background-image: linear-gradient(90deg, #d5b56b 0%, #9d7010 100%);
  padding: 12px 10px 12px 20px;
}

.common-btn-2::before {
  background-color: #9d7010;
}

.common-btn-icon img {
  width: 30px;
  transition: all 0.5s ease;
}

.common-btn-2:hover {
  color: #ffffff;
}

.common-btn-3 {
  filter: drop-shadow(0px 1px 4px rgba(0, 0, 0, 0.27));
  background-color: #ffffff;
  font-size: 15px;
  color: #313131;
  font-weight: 500;
  padding: 10px 20px 10px 10px;
}

.common-btn-icon {
  width: 27px;
  min-width: 27px;
  height: 27px;
  border-radius: 13px;
  background-color: #052805;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
}

.common-btn-3:hover {
  color: #ffffff;
}

.common-btn-3:hover .common-btn-icon {
  background-color: #ffffff;
}

.common-btn-3::before {
  background-color: #214a21;
}

.animate {
  animation: slideDown 0.7s ease-in-out;
}

@keyframes slideDown {
  from {
    transform: translateY(-150%);
  }

  to {
    transform: translateY(0);
  }
}

.padding-0 {
  padding: 0;
}

/* main header section css here  */
.main-header {
  position: fixed;
  padding: 10px 0;
  top: 0px;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: transparent;
  transition: all 0.5s ease;
}

.logo-container {
  position: relative;
  transition: all 0.5s ease;
}

.logo-container img {
  width: 156px;
  transition: all 0.5s ease;
}


.header-manu-container {
  transition: all 0.5s ease;
  margin-left: -20px;
  margin-right: 20px;
}
/* 
.header-manu-container ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
  transition: all 0.5s ease;
} */

.main-header ul li {
  transition: all 0.5s ease;
  margin-right: 30px;
}

.main-header ul li:last-child {
  margin-right: 0;
}

.main-header ul li a {
  font-size: 15px;
  color: #151515;
  font-weight: 500;
  padding: 0;
  text-transform: capitalize;
}

.header-btn-container {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 10px;
  transition: all 0.5s ease;
  margin-left: -20px;

}

.header-btn-container .common-btn.common-btn-2 img {
  width: 23px;
}

.header-btn-container .common-btn img {
  width: 14px;
}

.header-btn-container .common-btn:hover img {
  filter: brightness(0) saturate(100%);
}

.pos-fixed {
  top: 0;
  background: #fff;
  padding: 10px 0;
  transition: all 0.5s ease;
  box-shadow: 0 0 5px #c7c7c7;
}

.pos-fixed .logo-container img {
  width: 120px;
  position: relative;
  transition: all 0.5s ease;
}

.main-header.pos-fixed ul li {
  margin-right: 35px;
}

.main-header.pos-fixed ul li:last-child {
  margin-right: 0px;
}

.pos-fixed .header-manu-container {
  margin-top: 0px;
}

.pos-fixed .header-btn-container {
  margin-top: 0px;
}



/* banner css here  */
.banner-sec {
  position: relative;
  margin-top: 0px;
}

.banner-sec::before {
  content: '';
  background: url("../images/grass-shape.png") repeat-x;
  background-size: cover;
  width: 100%;
  height: 21px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.banner-img img {
  width: 100%;
}

.banner-container {
  max-width: 450px;
  width: 100%;
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  z-index: 1;
}

.banner-container .common-heading {
  font-size: 50px;
  line-height: 60px;
  text-transform: capitalize;
  color: #333333;
}

.banner-container .common-sub-heading {
  font-size: 40px;
  line-height: 54px;
  color: #6d9039;
  margin-top: 5px;
}

.banner-container .common-text {
  max-width: 420px;
  font-size: 15px;
  color: #151515;
  padding: 15px 0 0;
}

.banner-info {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 30px 0;
}

.banner-info-card {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
}

.banner-info-card::before {
  content: '';
  background: #ccc3bc;
  width: 2px;
  height: 26px;
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
}

.banner-info-card:nth-child(3)::before {
  display: none;
}

.banner-info-card-icon img {
  width: 26px;
}

.banner-info-card-heading {
  font-size: 16px;
  line-height: 25px;
  text-transform: uppercase;
  color: #151515;
  font-weight: 600;
}

.banner-btn-container .common-btn .common-btn-icon {
  background: none;
}

.banner-btn-container .common-btn:hover img {
  filter: brightness(0) saturate(100%);
}


/* banner-bottom-sec */
.banner-bottom-sec {
  margin-top: -30px;
}

.banner-bottom-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding: 17px;
  border-radius: 8px;
  filter: drop-shadow(0px 3px 8px rgba(0, 0, 0, 0.28));
  background-color: #ffffff;
  border: 1px solid #e2e3e4;
}

.banner-bottom-text {
  font-size: 17px;
  line-height: 24px;
  color: #333333;
  font-weight: 600;
  padding-left: 35px;
  position: relative;
}

.banner-bottom-text::before {
  content: '';
  background: url("../images/check-button.png") no-repeat;
  background-size: cover;
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.banner-bottom-text::after {
  content: '';
  background: #d9d9d9;
  width: 2px;
  height: 100%;
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
}

.banner-bottom-text:last-child:after {
  display: none;
}

/* about-sec */
.about-sec {
  padding: 60px 0;
  overflow: hidden;
}

.about-sec-inner {
  position: relative;
}

.about-sec-inner::before {
  content: '';
  background: url("../images/about-shape-1.png") no-repeat;
  background-size: cover;
  width: 395px;
  height: 480px;
  position: absolute;
  bottom: -65px;
  left: -227px;
}

.about-sec-inner::after {
  content: '';
  background: url("../images/about-shape-2.webp") no-repeat;
  background-size: cover;
  width: 299px;
  height: 354px;
  position: absolute;
  bottom: -60px;
  right: -190px;
}

.about-sec-left {
  position: relative;
  padding-right: 20px;
}

.about-sec-left::before {
  content: '';
  background: url("../images/logo.png") no-repeat;
  background-size: cover;
  width: 80px;
  height: 60px;
  position: absolute;
  right: 35px;
  top: 30px;
}

.about-sec-left img {
  width: 100%;
}

.about-sec-mid {
  margin: 0 -15px 0 -10px;
}

.about-sec-mid .common-sub-heading {
  padding-bottom: 25px;
  position: relative;
  width: fit-content;
}

.about-sec-mid .common-sub-heading::before {
  content: '';
  width: 100%;
  height: 3px;
  background-color: #1d552a;
  position: absolute;
  left: 0;
  bottom: 18px;
}

.about-sub-heading {
  font-size: 18px;
  color: #214a21;
  font-weight: 600;
  padding: 5px 0 13px;
}

.about-sec-mid .common-btn {
  gap: 15px;
  padding: 10px 10px 10px 30px;
  margin-top: 25px;
}

.about-sec-mid .common-btn img {
  width: 24px;
  transition: all 0.5s ease;
}

.about-sec-mid .common-btn:hover img {
  filter: brightness(0) saturate(100%);
}

.about-sec-right {
  border-radius: 10px;
  background-color: #052805;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.about-sec-right::before {
  content: '';
  background: url("../images/about-sec-right-shape.png") no-repeat;
  background-size: cover;
  width: 69px;
  height: 93px;
  position: absolute;
  top: 0;
  right: 0;
}

.about-right-top {
  padding: 20px 15px 10px;
}

.about-right-heading {
  font-size: 20px;
  line-height: 28px;
  color: #f9ffee;
  font-weight: 600;
  position: relative;
  padding-bottom: 30px;
  width: fit-content;
}

.about-right-heading::before {
  content: '';
  width: 100%;
  height: 3px;
  border-radius: 2px;
  background-color: #ffffff;
  position: absolute;
  bottom: 20px;
  left: 0;
}

.about-right-top ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.about-right-top ul li {
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 35px;
  color: #ffffff;
  font-weight: 600;
  padding: 0px 15px 0 32px;
  position: relative;
  background-color: #749903;
  margin-bottom: 13px;
  width: 95%;
  border-radius: 0 10px 10px 0;
  z-index: 1;
}

.about-right-top ul li::before {
  content: '';
  background: url("../images/check-button.png") no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 3px;
  top: 50%;
  transform: translateY(-50%);
  filter: brightness(0) invert(100%);
}

.about-right-top ul li::after {
  content: '';
  background: url("../images/about-right-shape.png") no-repeat;
  background-size: contain;
  width: 50px;
  height: 46px;
  position: absolute;
  left: -16px;
  top: 0px;
  z-index: -1;
}

.about-right-bottom {
  padding: 10px;
}

.about-right-bottom img {
  border-radius: 10px;
}

.about-sec-right .common-btn {
  padding: 3px 10px 3px 5px;
}

.about-sec-right .common-btn .common-btn-icon img {
  width: 15px;
  rotate: 45deg;
}

.about-sec-right .common-btn:hover .common-btn-icon img {
  rotate: 90deg;
}

/* our-services-sec */
.our-services-sec {
  background: url("../images/service-bg.png") no-repeat;
  background-size: 100%;
  padding: 70px 0 0;
}

.services-sub-heading-container {
  width: fit-content;
  margin: 0 auto;
}

.our-services-top .common-sub-heading {
  text-align: center;
  color: #d2b166;
  position: relative;
}

.our-services-top .common-sub-heading::before {
  content: '';
  width: 86px;
  height: 2px;
  background-color: #ffffff;
  position: absolute;
  right: -100px;
  top: 50%;
  transform: translateY(-50%);
}

.our-services-top .common-sub-heading::after {
  content: '';
  width: 86px;
  height: 2px;
  background-color: #ffffff;
  position: absolute;
  left: -100px;
  top: 50%;
  transform: translateY(-50%);
}

.our-services-top .common-heading {
  font-size: 34px;
  color: #ffffff;
  text-align: center;
  padding: 20px 0 10px;
}

.our-services-top .common-heading strong {
  color: #d2b166;
}

.our-services-top .common-text {
  text-align: center;
  color: #ffffff;
  padding-bottom: 50px;
  position: relative;
}

.our-services-top .common-text::before {
  content: '';
  width: 186px;
  height: 3px;
  filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.82));
  background-image: linear-gradient(90deg, #d5b56b 0%, #9d7010 100%);
  position: absolute;
  left: 50%;
  bottom: 35px;
  transform: translateX(-50%);
}

.our-services-sec .container {
  max-width: 1324px;
}

.our-services-inner {
  background-color: #f7f7f7;
  padding: 20px 30px 70px;
  border-radius: 10px;
}

.our-services-inner .col-lg-2 {
  padding: 0;
}

.our-services-card {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-direction: column;
  gap: 15px;
  position: relative;
  padding: 0 15px;
  min-height: 100%;
}

.our-services-card::before {
  content: '';
  width: 2px;
  height: 100%;
  background: #f0e9da;
  position: absolute;
  right: 0;
  top: 0;
}

.our-services-card::after {
  content: '';
  width: 100%;
  height: 2px;
  background: #f0e9da;
  position: absolute;
  left: 0;
  bottom: -25px;
}

.our-services-inner .col-lg-2:nth-child(6) .our-services-card::before,
.our-services-inner .col-lg-2:nth-child(12) .our-services-card::before,
.our-services-inner .col-lg-2:nth-child(18) .our-services-card::before,
.our-services-inner .col-lg-2:nth-child(24) .our-services-card::before {
  display: none;
}

.our-services-inner .col-lg-2:nth-child(19) .our-services-card::after,
.our-services-inner .col-lg-2:nth-child(20) .our-services-card::after,
.our-services-inner .col-lg-2:nth-child(21) .our-services-card::after,
.our-services-inner .col-lg-2:nth-child(22) .our-services-card::after,
.our-services-inner .col-lg-2:nth-child(23) .our-services-card::after,
.our-services-inner .col-lg-2:nth-child(24) .our-services-card::after {
  display: none;
}

.services-card-icon {
  width: 57px;
  height: 57px;
  border-radius: 28px;
  background-color: #031303;
  border: 2px solid #d2b166;
  display: flex;
  align-items: center;
  justify-content: center;
}

.services-card-icon img {
  width: 30px;
}

.services-card-img img {
  border-radius: 8px;
}

.services-card-heading {
  font-size: 15px;
  line-height: 22px;
  color: #112616;
  font-weight: 600;
  text-align: center;
  position: relative;
  padding-bottom: 30px;
}

.services-card-heading::before {
  content: '';
  width: 59px;
  height: 3px;
  filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.82));
  background-image: linear-gradient(90deg, #d5b56b 0%, #9d7010 100%);
  position: absolute;
  left: 50%;
  bottom: 15px;
  transform: translateX(-50%);
}

/* info-sec */
.info-sec {
  margin-top: -40px;
  padding-bottom: 70px;
}

.info-sec .container {
  max-width: 1327px;
}

.info-sec-inner {
  border-radius: 18px;
  background-color: #051a11;
  padding: 30px 15px;
}

.info-card {
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative;
}

.info-card::before {
  content: '';
  width: 2px;
  height: 100%;
  background-color: #d2b166;
  position: absolute;
  right: -7px;
  top: 0;
}

.info-sec-inner .col-lg-3:last-child .info-card::before {
  display: none;
}

.info-card img {
  width: 50px;
}

.info-heading {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 23px;
  color: #d5b56b;
  font-weight: 600;
}

.info-text {
  font-size: 14px;
  line-height: 23px;
  color: #ffffff;
}

/* gallery-sec */
.gallery-sec {
  background-color: #f8f8f8;
  padding: 80px 0;
  overflow: hidden;
}

.gallery-sec-inner {
  position: relative;
}

.gallery-sec-inner::before {
  content: '';
  background: url("../images/about-shape-2.webp") no-repeat;
  background-size: cover;
  width: 280px;
  height: 380px;
  position: absolute;
  right: -230px;
  bottom: 50px;
}

.gallery-top-left .common-sub-heading {
  padding-bottom: 15px;
  position: relative;
  width: fit-content;
}

.gallery-top-left .common-sub-heading::before {
  content: '';
  width: 100%;
  height: 3px;
  background-color: #1d552a;
  position: absolute;
  left: 0;
  bottom: 10px;
}

.gallery-top-mid {
  margin: 0 15px;
}

.gallery-top-right {
  display: flex;
  justify-content: end;
}

.gallery-top-right .common-btn {
  padding: 12px 10px 12px 30px;
}

.gallery-top-right .common-btn img {
  width: 30px;
  transition: all 0.5s ease;
}

.gallery-top-right .common-btn:hover img {
  filter: brightness(0) invert(0);
}

.h-gallery-img img {
  width: 100%;
  border-radius: 10px;
}

.compare {
  position: relative;
  width: 100%;
  height: 350px;
  aspect-ratio: 4/3;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #d6d2c7;
  user-select: none;
}

.compare::before {
  content: '';
  background: #020202;
  opacity: 0.702;
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: 28px;
  left: 0;
  z-index: 1;
}

.panel {
  position: absolute;
  inset: 0;
}

.after {
  background: url(../images/h-gal-1A.png) no-repeat 0 0;
  background-size: cover;
}

.before {
  background: url(../images/h-gal-1B.png) no-repeat 0 0;
  background-size: cover;
  clip-path: inset(0 calc(100% - var(--pos)) 0 0);
}

.after2 {
  background: url(../images/h-gal-2A.png) no-repeat 0 0;
  background-size: cover;
}

.before2 {
  background: url(../images/h-gal-2B.png) no-repeat 0 0;
  background-size: cover;
  clip-path: inset(0 calc(100% - var(--pos)) 0 0);
}

.after3 {
  background: url(../images/h-gal-3A.png) no-repeat 0 0;
  background-size: cover;
}

.before3 {
  background: url(../images/h-gal-3B.png) no-repeat 0 0;
  background-size: cover;
  clip-path: inset(0 calc(100% - var(--pos)) 0 0);
}

.divider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--pos);
  width: 4px;
  background: #fff;
  pointer-events: none;
  z-index: 3;
}

.divider::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 41px;
  height: 41px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.divider::after {
  background: url(../images/arw2.png) no-repeat 0 0;
  background-size: cover;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 18px;
  height: 18px;
  z-index: 2;
}

.slider {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: ew-resize;
  z-index: 3;
}

.label {
  position: absolute;
  bottom: 40px;
  /* background: rgba(0, 0, 0, 0.55); */
  color: #fff;
  font-size: 15px;
  border-radius: 0;
  text-transform: uppercase;
  z-index: 2;
}

.label-before {
  left: 30%;
  transform: translateX(-50%);
}

.label-after {
  right: 30%;
  transform: translateX(80%);
}

.gallery-img-heading {
  font-size: 20px;
  line-height: 25px;
  color: #525252;
  font-weight: 600;
  font-family: "Raleway";
  padding: 15px 0 3px;
}

.gallery-img-text {
  font-size: 14px;
  line-height: 25px;
  color: #008620;
}

/* counter-sec */
.counter-sec {
  background: url("../images/counter-bg.jpg") no-repeat;
  background-size: cover;
  padding: 50px 0;
}

.counter-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 110px;
}

.counter-card {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 15px;
}

.counter-card img {
  width: 50px;
}

.counter-number {
  font-size: 40px;
  line-height: 25px;
  color: #ffffff;
  font-weight: 600;
  font-family: "Raleway";
  transition: transform .3s ease;
}

.counter-card:hover .counter-number {
  transform: scale(1.08);
}

.counter-heading {
  font-size: 15px;
  line-height: 25px;
  color: #ffffff;
}

/* working-process-sec */
.working-process-sec {
  padding: 75px 0 80px;
  position: relative;
}

.working-process-sec::before {
  content: '';
  background: #f3faf8;
  width: 100%;
  height: 70%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.working-process-sec::after {
  content: '';
  background: url("../images/working-process-shape.png");
  width: 343px;
  height: 237px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.working-process-sub-heading {
  width: fit-content;
  margin: 0 auto;
  position: relative;
}

.working-process-sub-heading .common-sub-heading {
  color: #214a21;
  position: relative;
}

.working-process-sub-heading .common-sub-heading::before {
  content: "";
  width: 86px;
  height: 2px;
  background-color: #2f302f;
  position: absolute;
  right: -100px;
  top: 50%;
  transform: translateY(-50%);
}

.working-process-sub-heading .common-sub-heading::after {
  content: '';
  width: 86px;
  height: 2px;
  background-color: #2f302f;
  position: absolute;
  left: -100px;
  top: 50%;
  transform: translateY(-50%);
}

.working-process-top .common-heading {
  text-align: center;
  font-family: "Outfit";
  padding: 10px 0 30px;
  position: relative;
}

.working-process-card {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  filter: drop-shadow(0px 1px 12px rgba(0, 0, 0, 0.06));
  background-color: #ffffff;
  border-radius: 8px;
  position: relative;
  z-index: 2;
}

.working-process-card-img {
  border-radius: 8px 8px 0 0;
}

.working-process-card-icon {
  width: 63px;
  height: 63px;
  border-radius: 31px;
  background-color: #008b21;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -33px;
}

.working-process-card-icon img {
  width: 30px;
}

.working-process-card-sub-heading {
  font-size: 14px;
  text-transform: uppercase;
  color: #008b21;
  font-weight: 600;
  text-align: center;
  padding: 15px 0 0;
}

.working-process-card-heading {
  font-size: 18px;
  color: #112616;
  font-weight: 600;
  text-align: center;
  padding: 5px 0 30px;
}


/* why-choose-us-sec */
.why-choose-us-sec {
  padding: 0 0 80px;
  position: relative;
}

.why-choose-us-sec::before {
  content: '';
  background: url("../images/choose-us-shape.png") no-repeat;
  width: 171px;
  height: 177px;
  position: absolute;
  left: 0;
  bottom: 20px;
}

.why-choose-us-sec .container {
  max-width: 1300px;
}

.why-choose-us-sec .common-text {
  padding: 15px 0 20px;
}

.choose-us-info-container {
  display: flex;
  align-items: center;
  gap: 40px;
}

.choose-us-info-container ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}

.choose-us-info-container ul::before {
  content: '';
  background: #dcdcdc;
  width: 2px;
  height: 100%;
  position: absolute;
  right: -20px;
  top: 0;
}

.choose-us-info-container ul:last-child:before {
  display: none;
}

.choose-us-info-container ul li {
  font-size: 14px;
  line-height: 38px;
  color: #525252;
  font-weight: 600;
  padding-left: 27px;
  position: relative;
}

.choose-us-info-container ul li::before {
  content: '';
  background: url("../images/check-button.png") no-repeat;
  background-size: cover;
  filter: brightness(0) saturate(100%) invert(10%) sepia(14%) saturate(2313%) hue-rotate(85deg) brightness(92%) contrast(93%);
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.choose-us-right img {
  border-radius: 240px 0 0 0;
}

.choose-us-btn {
  margin-top: 20px;
}

.choose-us-btn .common-btn {
  padding: 10px 10px 10px 20px;
  background-color: #112616;
}

.choose-us-btn .common-btn img {
  width: 30px;
  transition: all 0.5s ease;
}

.choose-us-btn .common-btn:hover img {
  filter: brightness(0) invert(0);
}

.choose-us-btn {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-right: -30px;
}

.choose-us-btn .common-btn {
  font-size: 14px;
}

.choose-us-btn-2 {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #234c21;
  width: fit-content;
  border-radius: 25px;
  padding-right: 20px;
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  color: #313131;
  font-weight: 600;
}

.choose-us-btn-2-icon {
  width: 49px;
  height: 49px;
  border-radius: 24px;
  background-color: #052805;
  display: flex;
  align-items: center;
  justify-content: center;
}

.choose-us-btn-2-icon img {
  width: 25px;
}

/* testimonial-sec */
.testimonial-sec {
  padding: 80px 0;
  position: relative;
  background: url("../images/testimonial-bg.jpg") no-repeat;
  background-size: cover;
}

.testimonial-sec::before {
  content: '';
  background: url("../images/testimonial-shape-1.png") repeat-x;
  width: 100%;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
}

.testimonial-sec::after {
  content: '';
  background: url("../images/testimonial-shape-2.png") repeat-x;
  width: 100%;
  height: 20px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.testimonial-sec-inner {
  position: relative;
}

.testimonial-sec-inner::before {
  content: '';
  background: url("../images/leaf-shape-2.png") no-repeat;
  background-size: cover;
  width: 200px;
  height: 230px;
  position: absolute;
  top: -50px;
  left: -150px;
  opacity: 0.2;
}

.testimonial-sub-heading {
  width: fit-content;
  margin: 0 auto;
}

.testimonial-top .common-sub-heading {
  color: #b3c65b;
  position: relative;
}

.testimonial-sub-heading .common-sub-heading::before {
  content: "";
  width: 86px;
  height: 2px;
  background-color: #ffffff;
  position: absolute;
  right: -100px;
  top: 50%;
  transform: translateY(-50%);
}

.testimonial-sub-heading .common-sub-heading::after {
  content: '';
  width: 86px;
  height: 2px;
  background-color: #ffffff;
  position: absolute;
  left: -100px;
  top: 50%;
  transform: translateY(-50%);
}

.testimonial-top .common-heading {
  color: #ffffff;
  font-weight: 600;
  text-align: center;
  padding: 10px 0;
}

.testimonial-top .common-text {
  color: #ffffff;
  text-align: center;
  margin-bottom: 30px;
}

.testimonial-right {
  border-radius: 20px;
  background-color: #ffffff;
  padding: 20px 15px 15px;
  font-size: 16px;
  line-height: 25px;
  color: #282828;
  font-weight: 500;
  text-align: center;
}

.testimonial-right-bottom {
  border-radius: 18px;
  background-color: #052805;
  font-size: 15px;
  line-height: 25px;
  color: #ffffff;
  font-weight: 400;
  padding: 15px 0;
  margin-top: 20px;
  text-align: center;
}

#sp-testimonial-free-wrapper-33 .sp-testimonial-free {
  position: relative;
  padding: 70px 0 0;
}

#sp-testimonial-free-wrapper-33 .sp-testimonial-free::before {
  content: '';
  background: url("../images/quote.png") no-repeat;
  background-size: cover;
  width: 70px;
  height: 60px;
  position: absolute;
  left: 50%;
  top: 35px;
  transform: translate(-50%, -50%);
}

.sp-testimonial-free-section .sp-testimonial-client-testimonial,
.sp-testimonial-free-section .sp-testimonial-client-testimonial p {
  margin: 0 !important;
}

.sp-testimonial-free-section .sp-testimonial-client-testimonial p {
  padding: 0 15px !important;
  font-size: 18px !important;
  line-height: 33px !important;
  color: #ffffff !important;
}

#sp-testimonial-free-wrapper-33 .sp-testimonial-free-section .sp-testimonial-client-name {
  font-size: 16px !important;
  line-height: 30px !important;
  color: #baff6f !important;
  font-weight: 700;
  font-family: "Raleway";
  margin: 10px 0 5px;
}

/* faq-contact-sec */
.faq-contact-sec {
  padding: 80px 0;
  position: relative;
}

.faq-contact-sec::before {
  content: '';
  background: url("../images/leaf-shape-2.png") no-repeat;
  background-size: cover;
  width: 280px;
  height: 310px;
  position: absolute;
  top: 0;
  left: -125px;
  rotate: 15deg;
}

.faq-sec .common-sub-heading {
  padding-bottom: 20px;
  width: fit-content;
  position: relative;
}

.faq-sec .common-sub-heading::before {
  content: '';
  width: 100%;
  height: 3px;
  background-color: #1d552a;
  position: absolute;
  left: 0;
  bottom: 15px;
}

.faq-sec {
  position: relative;
  z-index: 1;
}

.faq-content {
  margin-top: 23px;
}

.sp-easy-accordion .sp-ea-single .ea-header a {
  font-size: 15px !important;
  line-height: 46px !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  font-family: "Raleway";
  padding: 0 20px !important;
  background-color: #282929;
}

.sp-easy-accordion .ea-expand.sp-ea-single .ea-header a {
  background-color: #0d2514;
}

#sp-ea-34.sp-easy-accordion>.sp-ea-single>.ea-header a .ea-expand-icon {
  color: #ffffff !important;
}

.sp-easy-accordion>.sp-ea-single>.sp-collapse>.ea-body p {
  margin-bottom: 0 !important;
}

.contact-sec {
  border-radius: 15px;
  background-color: #0d2514;
  padding: 20px;
  position: relative;
}

.contact-sec::before {
  content: '';
  background: #86928a;
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  top: 65px;
}

.contact-sec .common-heading {
  font-size: 28px;
  line-height: 30px;
  color: #ffffff;
  text-transform: capitalize;
}

.contact-sec-form {
  padding-top: 45px;
  position: relative;
}

.contact-sec-form .inner-form-container {
  margin-top: 0px;
  padding: 0;
  border-radius: 0px;
  box-shadow: none;
}

.contact-sec-form p {
  margin-bottom: 0 !important;
}

.contact-sec-form .inner-form-label {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 5px;
}

.form-btn input[type="submit"] {
  font-size: 17px;
  line-height: 30px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
  font-family: "Raleway";
  width: 100%;
  padding: 10px 40px;
  text-align: center;
  border-radius: 8px;
  filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.82));
  background-image: linear-gradient(90deg, #d5b56b 0%, #9d7010 100%);
}

.form-btn input[type="submit"]:hover {
  background-image: linear-gradient(90deg, #9d7010 0%, #d5b56b 100%);
}

.form-btn .wpcf7-spinner {
  display: none;
}

/* cta-loc-sec */
.cta-loc-sec {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}

/* .cta-loc-sec::before {
  content: '';
  background: url("../images/about-shape-2.webp") no-repeat;
  width: 299px;
  height: 354px;
  position: absolute;
  top: -150px;
  right: -150px;
} */

.cta-sec {
  filter: drop-shadow(0px 1px 12px rgba(0, 0, 0, 0.06));
  background-color: #052805;
  margin-right: 30px;
  padding: 25px 20px;
  position: relative;
  overflow: hidden;
}

.cta-sec::before {
  content: '';
  background: url("../images/cta-sec-img.png") no-repeat;
  background-size: cover;
  width: 250px;
  height: 260px;
  position: absolute;
  right: 0;
  top: 0;
}

.cta-sec-sub-heading {
  font-size: 14px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 500;
  font-family: "Raleway";
  padding: 5px 0 10px;
}

.cta-sec .common-text {
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
  max-width: 414px;
}

.cta-sec .common-heading {
  font-size: 28px;
  line-height: 30px;
  color: #ffffff;
  text-transform: capitalize;
}

.cta-sec .common-heading strong {
  color: #9bc943;
}

.cta-loc-sec-btn {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
}

.cta-loc-sec-btn .common-btn-icon img {
  width: 14px;
}

.cta-loc-sec-btn .common-btn.common-btn-2 img {
  width: 24px;
}

.loc-sec {
  background: url("../images/loc-sc-bg.png") no-repeat;
  background-size: cover;
  padding: 30px 20px;
  margin: 0 -12px;
}

.loc-sec .common-heading {
  color: #ffffff;
  font-size: 24px;
  text-align: center;
  padding-bottom: 40px;
  position: relative;
}

.loc-sec .common-heading::before {
  content: '';
  width: 89px;
  height: 4px;
  background-color: #9bc943;
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
}

.loc-sec ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  row-gap: 0;
  position: relative;
}

.loc-sec ul::before {
  content: '';
  background: #234811;
  width: 2px;
  height: 85%;
  position: absolute;
  left: 48%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.loc-sec ul li {
  font-size: 15px;
  line-height: 39px;
  color: #ffffff;
  font-weight: 600;
  padding-left: 20px;
  width: 46%;
  position: relative;
}

.loc-sec ul li::before {
  content: '';
  background: url("../images/loc-icon.png") no-repeat;
  background-size: cover;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

/* brands-logo-sec */
.brands-logo-sec .container {
  max-width: 1366px;
}

.brands-logo-container {
  overflow: hidden;
  width: 100%;
  position: relative;
  padding: 30px 0;
}

.brands-track {
  display: flex;
  align-items: center;
  gap: 60px;
  width: max-content;
  animation: marquee 20s linear infinite;
}

.brands-track img {
  height: 40px;
  /* Adjust as needed */
  width: auto;
  object-fit: cover;
  flex-shrink: 0;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

/* Pause on hover (optional) */
.brands-track:hover {
  animation-play-state: paused;
}


/* .cts-sec */
.cts-sec {
  background-color: #052805;
  padding: 15px 0 10px;
}

.cts-sec .common-headng {
  font-size: 24px;
  color: #ffffff;
}

.cts-sec-mid {
  margin-left: -10px;
}

.cta-sub-heading {
  color: #8fbb3f;
  font-weight: 600;
  padding: 5px 0;
}

.cts-sec .common-text {
  font-size: 14px;
  color: #ffffff;
  line-height: 18px;
}

.cts-sec-right .common-btn img {
  width: 24px;
  filter: brightness(0) saturate(100%);
}

.cts-sec-right .common-btn:hover img {
  filter: none;
}

.cts-sec-right .common-btn {
  padding: 10px 10px 10px 20px;
}

.cts-sec-right .common-btn.common-btn-2 img {
  width: 24px;
  filter: none;
}

.cts-sec-right {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 10px;
}

/* footer */
.footer {
  position: relative;
  padding: 70px 0 0;
  position: relative;
  z-index: 1;
  background: url("../images/footer-bg.png") no-repeat;
  background-size: cover;
}

.footer .container {
  max-width: 1330px;
}

.f-logo-container {
  display: flex;
  align-items: center;
  gap: 35px;
}

.f-logo {
  width: 260px;
}

.footer-outer {
  position: relative;
}

.footer-text {
  font-size: 15px;
  line-height: 24px;
  color: #313131;
  margin: 15px 0;
}

.f-media {
  display: flex;
  align-items: center;
  gap: 10px;
}

.f-media a img {
  width: 36px;
}

.footer-info {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 10px;
  position: relative;
}

.footer-info-card-icon {
  display: flex;
  align-items: center;
}

.footer-info-card {
  display: flex;
  align-items: center;
  gap: 5px;
  position: relative;
}

.footer-info-card::before {
  content: '';
  background: #253824;
  width: 2px;
  height: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -10px;
}

.footer-info-card:last-child:before {
  display: none;
}

.footer-info-card-icon img {
  width: 20px;
  min-width: 20px;
}

.footer-info-card-heading {
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
}

.abn-number-outer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}

.abn-number {
  font-size: 17px;
  color: #ffffff;
  font-weight: 600;
  padding: 6px 20px;
  border: 1px solid #baff6f;
}

.footer-heading {
  font-size: 20px;
  line-height: 25px;
  color: #9bc943;
  font-weight: 600;
  margin-bottom: 25px;
  position: relative;
}

.footer-heading::before {
  content: '';
  width: 52px;
  height: 2px;
  background-color: #9bc943;
  position: absolute;
  bottom: -10px;
  left: 0;
}

.footer ul {
  list-style: none;
  margin: 0;
  position: relative;
  z-index: 3;
}

.footer ul li {
  font-size: 15px;
  color: #ffffff;
  padding-bottom: 5px;
}

.footer ul li a {
  font-size: 15px;
  color: #ffffff;
}

.footer ul li a:hover {
  color: #f0b31f;
  padding-left: 2px !important;
}

.f-contact-img {
  width: 30px;
  min-width: 30px;
  height: 30px;
  border-radius: 15px;
  filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.82));
  background-image: linear-gradient(90deg, #d5b56b 0%, #9d7010 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.f-contact-img img {
  width: 16px;
}

.f-sec-6 ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.f-sec-1 {
  margin-right: -100px;
}

.f-sec-2 {
  margin-left: 110px;
  margin-right: -60px;
}

.f-sec-4 {
  margin-left: 20px;
}

.f-sec-3 {
  margin-left: 50px;
}

.f-sec-5 {
  margin-left: 0;
}

.f-sec-6 {
  margin-left: -50px;
}

.lower-footer {
  position: relative;
  font-size: 16px;
  font-size: 14px;
  color: #ffffff;
  padding: 10px 0;
  margin-top: 20px;
  text-align: center;
  z-index: 5;
  border-top: 2px solid #c2c3c3;
}

.lower-footer a {
  color: #ffffff;
}

.lower-footer a:hover {
  color: #f0b31f;
}



/* scroll to top  */
.scroll-top {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  cursor: pointer;
  z-index: 9999;
  width: 50px;
  height: 50px;
  border-radius: 34px;
  background-color: #214a21;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
}


.scroll-top img {
  width: 25px;
  animation: bounce2 2s ease infinite;
}


@keyframes bounce2 {

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

  40% {
    transform: translateY(-10px);
  }

  60% {
    transform: translateY(-5px);
  }
}

/* banner css here */
.site-content,
.site-main .widecolumn {
  margin-left: 0px !important;
}

.page .entry-header,
.blog_page_header {
  background: url("../images/banner-img.jpg") #eee no-repeat !important;
  background-size: cover !important;
  max-width: 100% !important;
  padding: 150px 0 150px !important;
  margin: 0 0 50px !important;
  position: relative;
  overflow: hidden;
  text-align: center;
}

/* .page .entry-header:before,
.blog_page_header:before {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
} */

.page .entry-content {
  max-width: 100% !important;
  padding: 0px !important;
}

.content-area,
.content-sidebar {
  padding-top: 0px !important;
}

.page .entry-title,
.blog_page_title {
  color: #333333;
  position: relative;
  font-size: 32px;
  font-weight: 600;
  text-transform: none;
  z-index: 99;
  margin-bottom: 3px;
}

.breadcrumb-container {
  width: 100%;
  color: #ea0700;
  position: relative;
  font-size: 15px;
}

.breadcrumb-container a {
  color: #ea0700;
}

.page {
  margin-top: 0 !important;
}


/* inner page css  */
.inner_content p {
  margin-bottom: 0;
}

.inner_title {
  color: #131313;
  font-size: 26px;
  line-height: 1.2;
  font-weight: bold;
  position: relative;
}

.inner_title strong {
  color: #214a21;
}

.inner_txt {
  font-size: 16px;
  color: #2b2b2b;
  font-weight: normal;
  margin-top: 20px;
}

.margin-top {
  margin-top: 48px;
}

.inner_list_txt {
  margin-top: 20px;
}

.inner_list_txt ul {
  padding: 0;
  margin: 0;
}

.half-li ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.half-li ul li {
  width: 49%;
}

.inner_list_txt ul li {
  background: url("../images/check-button.png");
  background-position: top 4px left;
  padding-left: 28px;
	text-transform: capitalize;
  background-repeat: no-repeat;
  background-size: 18px;
  font-size: 16px;
  color: #2b2b2b;
  font-weight: normal;
  list-style: none;
  padding-bottom: 6px;
}

.inner_bottm_sec {
  background: #194d87;
  padding: 30px 20px;
  text-align: center;
}

.core-box {
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  padding: 30px 20px;
  background: #fff;
  border-radius: 5px;
  min-height: 100%;
}

.core-box img {
  width: 80px;
  padding-bottom: 20px;
}

.core-box_title {
  color: #131313;
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
  position: relative;
}

.core-box_title strong {
  color: #214a21;
}

.core-box_txt {
  font-size: 14px;
  color: #2b2b2b;
  font-weight: normal;
  margin-top: 20px;
}

.m-top {
  margin-top: 20px;
}

/* contact page css  */

.contact_page_heading {
  color: #131313;
  font-size: 26px;
  text-transform: capitalize;
  font-weight: bold;
  position: relative;
}

.contact_page_heading strong {
  color: #214a21;
}

.contact_page_info {
  position: relative;
  color: #000;
  margin-top: 25px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.contact-text a {
  transition: all 0.5s ease;
  text-decoration: none !important;
}

.contact-text strong {
  color: #000000;
  font-weight: 600;
}

.contact-img {
  background-image: linear-gradient(90deg, #d5b56b 0%, #9d7010 100%);
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  text-align: center;
  padding-top: 10px;
}

.contact-img img {
  width: 22px;
}

.contact_right {
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  padding: 25px;
  border-radius: 5px;
}

/* thank you page   */
.thankyou-btn-container {
  display: flex;
  justify-content: center;
}

.thankyou-btn-container a {
  text-decoration: none !important;
}

.thankyou-text {
  font-size: 18px;
  font-weight: 500;
  padding-top: 20px;
}

/* 404 page */

.not_found-text {
  font-size: 18px;
  font-weight: 500;
  padding: 10px;
}

.back_btn {
  display: flex;
  justify-content: center;
  margin: 15px 0 60px;
}

.back_btn a {
  text-decoration: none !important;
}

.back_btn .common-btn{
	padding: 10px 25px;
}

.thankyou-btn-container .common-btn{
	padding: 10px 25px;
}

/* footer_fixed_buttons css  */
.footer_fixed_buttons {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 99;
}

.footer_btn1 {
  background: #214a21;
  width: 50%;
  float: left;
  color: #fff !important;
  padding: 10px 0;
  text-decoration: none !important;
  text-transform: capitalize;
}

.footer_btn2 {
  background: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  height: 44px;
  width: 44px;
  border-radius: 50%;
  padding-top: 9px;
}

.footer_btn2 img {
  width: 18px;
}

.footer_btn3 {
  background: #9e7111;
  width: 50%;
  float: left;
  color: #fff !important;
  padding: 10px 0;
  text-decoration: none !important;
  text-transform: capitalize;
}

.outer-box {
  box-shadow: 0 0 5px #adadad;
  padding: 40px 30px;
  border-radius: 10px;
}


/* blog page css  */
.more-link {
  display: block;
  background: #009688;
  width: fit-content;
  margin: 15px 0;
  padding: 15px 25px;
  border-radius: 15px;
  color: #fff;
  text-transform: capitalize;
  transition: all 0.5s ease;
  text-decoration: none !important;
}

.more-link:hover {
  background: #ff8b00 !important;
  color: #fff !important;
}

.post .entry-title {
  font-size: 30px !important;
  font-weight: 600 !important;
}

.widget_block {
  position: relative;
}

.widget_block::before {
  content: '';
  width: 100%;
  height: 3px;
  background: #000;
  position: absolute;
  left: 0;
  top: -15px;
}

#block-8::before {
  content: none;
}

#block-7 {
  margin-bottom: 10px;
}

/* contact page  */
.contact-form-sec input {
  width: 100%;
  padding: 12px 10px 12px 20px;
  border-radius: 7px;
  color: #515151;
  font-size: 16px;
  text-transform: capitalize;
  border: 1px solid #efefef;
  background: #efefef;
  outline: none;
}

.contact-form-sec input:focus,
.contact-form-sec select:focus,
.contact-form-sec textarea:focus {
  border: 1px solid #7db2f3;
}

.contact-form-sec select {
  width: 100%;
  padding: 12px;
  border-radius: 7px;
  color: #515151;
  font-size: 16px;
  text-transform: capitalize;
  border: 1px solid #efefef;
  background: #efefef;
  outline: none;
}

.contact-form-sec textarea {
  width: 100%;
  padding: 12px 12px 12px 20px;
  border-radius: 7px;
  color: #515151;
  font-size: 16px;
  height: 90px;
  border: 1px solid #efefef;
  background: #efefef;
}

.contact-form-sec input[type="submit"] {
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
  border-radius: 5px;
  width: fit-content;
  background-image: linear-gradient(90deg, #d5b56b 0%, #9d7010 100%);
  padding: 13px 50px;
  transition: all 0.5s ease;
}

.contact-form-sec input[type="submit"]:hover {
  background-image: linear-gradient(90deg, #9d7010 0%, #d5b56b 100%);
}

.contact-form-sec p {
  margin-bottom: 0 !important;
}



/* inner form css here  */
.inner-form-container a {
  text-decoration: none !important;
}

.inner-form-page .inner_txt a {
  text-decoration: none;
}

.inner-form-label {
  font-size: 17px;
  font-weight: 500;
}

.inner-form-label p {
  margin-bottom: 8px;
}

.inner-form-input input {
  width: 100%;
  border: 1px solid #ffffff;
  border-radius: 8px;
  color: #2b2b2b;
  padding: 10px 20px;
}

.inner-form-input input[type="file"] {
  width: 100%;
  border: 1px solid #ffffff;
  color: #ffffff;
}

.inner-form-input select {
  width: 100%;
  border: 1px solid #ffffff;
  border-radius: 8px;
  color: #2b2b2b;
  padding: 10px 20px;
}

.inner-form-textarea textarea {
  width: 100%;
  border: 1px solid #ffffff;
  border-radius: 8px;
  color: #2b2b2b;
  padding: 10px 20px;
  height: 100px;
}

.inner-form-container {
  margin-top: 30px;
  padding: 40px 30px;
  border-radius: 20px;
  box-shadow: 0 0 5px #dfdfdf;
}

.inner-form-heading p {
  margin-bottom: 0;
}

.inner-form-heading {
  color: #131313;
  font-size: 26px;
  line-height: 1.2;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
}

.inner-form-heading strong {
  color: #138fbd;
}

.inner-form-heading::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 12px;
  width: 30px;
  height: 3px;
  background: #138fbd;
}

.inner-form-radio .wpcf7-list-item {
  display: block;
  margin: 0;
}

.inner-form-text {
  font-size: 17px;
  text-align: center;
  font-weight: 600;
}

.inner-form-submit-btn {
  display: flex;
  justify-content: center;
}

.inner-form-submit-btn input[type="submit"] {
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  border-radius: 27px;
  padding: 15px 40px;
  text-align: center;
  background-image: linear-gradient(92deg, #212b3f 0%, #138fbd 100%);
}

.inner-form-submit-btn input[type="submit"]:hover {
  background-image: linear-gradient(92deg, #138fbd 0%, #212b3f 100%);
}

.inner-form-submit-btn .wpcf7-spinner {
  display: none;
}



/* mediaquery start here */

@media only screen and (min-width : 300px) and (max-width : 1023px) {
    .top-header {
        display: none;
    }

    .header-mid {
        display: none;
    }

    .header-right {
        display: none;
    }
	
    .animate {
        animation: none;
	}
	.logo-container img {
		width: 100px;
	}
	.pos-fixed .logo-container img {
		width: 100px;
	}
	.banner-container {
		max-width: 350px;
	}
    .banner-sec .container {
        width: auto;
    }
	.banner-img img {
		width: 100%;
		height: 500px;
		object-fit: cover;
		object-position: left;
	}
	.banner-container .common-heading {
		font-size: 30px;
		line-height: 34px;
	}
	.banner-container .common-sub-heading {
		font-size: 18px;
		line-height: 26px;
	}
	.banner-info-card-icon img {
		width: 20px;
	}
	.banner-info-card-heading {
		font-size: 14px;
	}
	.banner-info {
		padding: 18px 0;
	}
	.banner-sec {
		overflow: hidden;
	}
	.banner-bottom-container {
		flex-wrap: wrap;
		justify-content: start;
		gap: 20px;
	}
	.banner-bottom-text::after{
		display:none;
	}
	.banner-bottom-sec {
		overflow: hidden;
	}
	.about-sec-mid {
		margin: 0;
	}
	.common-heading {
		font-size: 26px;
		line-height: 32px;
	}
	.about-right-bottom img {
		border-radius: 10px;
		width: 100%;
	}
	.our-services-top .common-heading {
		font-size: 26px;
	}
	.our-services-top .common-text {
		padding-bottom: 15px;
	}
	.our-services-card::before{
		display: none;
	}
	.our-services-inner .col-lg-2 {
		width: 50%;
	}
	.info-card::before{
		display: none;
	}
	.counter-sec {
		overflow: hidden;
	}
	.gallery-top-mid {
		margin: 0;
	}
	.gallery-top-right {
		justify-content: start;
	}
	.counter-container {
		gap: 25px;
		flex-wrap: wrap;
	}
	.counter-card {
		width: 45%;
	}
	.working-process-sec::after {
		background-size: cover;
		width: 110px;
		height: 77px;
	}
	.working-process-card-img {
		width: 100%;
	}
	.working-process-sec {
		padding: 75px 0 50px;
	}
	.why-choose-us-sec {
		overflow: hidden;
	}
	.choose-us-info-container {
		gap: 0;
		flex-wrap: wrap;
	}
	.choose-us-info-container ul::before{
		display: none;
	}
	.choose-us-btn {
		margin-right: 0;
		flex-direction: column;
	}
	.choose-us-btn-2-icon {
		min-width: 49px;
	}
	.faq-contact-sec {
		padding: 50px 0;
	}
	.contact-sec .common-heading {
		font-size: 24px;
	}
	.cta-sec {
		margin-right: 0;
	}
	.cta-sec::before{
		display: none
	}
	.cta-loc-sec-btn {
		flex-direction: column;
	}
	.cts-sec-mid {
		margin-left: 0;
	}
	.cts-sec-right {
		justify-content: start;
	}
	.footer {
		overflow: hidden;
		padding: 50px 0 0;
	}
	.f-logo {
		width: 180px;
	}
	.footer-info {
		justify-content: start;
	}
	.f-sec-1 {
		margin-right: 0;
	}
	.abn-number-outer {
		justify-content: start;
	}
	.f-sec-2 {
		margin-left: 0;
		margin-right: 0;
	}
	.f-sec-3 {
		margin-left: 0;
	}
	.f-sec-4 {
		margin-left: 0;
	}
	.f-sec-6 {
		margin-left: 0;
	}
	.lower-footer {
		padding: 10px 0 60px;
	}
	.scroll-top {
		bottom: 7rem;
		right: 1rem;
	}
	.page .entry-header:before,
	.blog_page_header:before {
		background: rgba(0, 0, 0, 0.7);
		position: absolute;
		content: "";
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	} 
	.page .entry-title, .blog_page_title {
		color: #ffffff;
	}
	.page .entry-header, .blog_page_header {
		padding: 120px 0 90px !important;
	}
}

@media only screen and (max-width : 320px) {}

/* mobile screen  iphone SE */
@media only screen and (min-width : 321px) and (max-width : 480px) {}

/* mobile screen rotate */
@media only screen and (min-width : 481px) and (max-width : 767px) {}

/* iPhone X/XS */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
	.our-services-inner .col-lg-2 {
		width: 25%;
	}
	.our-services-top .common-text {
		padding-bottom: 50px;
	}
	.counter-card {
		width: 25%;
	}
	.choose-us-info-container {
		gap: 40px;
		flex-wrap: wrap;
		row-gap: 0;
	}
	.choose-us-btn {
		flex-direction: row;
	}
	.cta-loc-sec-btn {
		flex-direction: row;
	}
	.loc-sec ul li {
		width: 29%;
	}
	.loc-sec ul::before{
		display: none;
	}
	.footer .container {
		max-width: 720px;
	}
}

/* iPhone XR */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
		.our-services-inner .col-lg-2 {
		width: 25%;
	}
	.our-services-top .common-text {
		padding-bottom: 50px;
	}
	.counter-card {
		width: 25%;
	}
	.choose-us-info-container {
		gap: 40px;
		flex-wrap: wrap;
		row-gap: 0;
	}
	.choose-us-btn {
		flex-direction: row;
	}
	.cta-loc-sec-btn {
		flex-direction: row;
	}
	.loc-sec ul li {
		width: 29%;
	}
	.loc-sec ul::before{
		display: none;
	}
	.footer .container {
		max-width: 720px;
	}
}

/* iPhone XS Max */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {}

/* ipad screen  */
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
		.our-services-inner .col-lg-2 {
		width: 25%;
	}
	.our-services-top .common-text {
		padding-bottom: 50px;
	}
	.counter-card {
		width: 25%;
	}
	.choose-us-info-container {
		gap: 40px;
		flex-wrap: wrap;
		row-gap: 0;
	}
	.choose-us-btn {
		flex-direction: row;
	}
	.cta-loc-sec-btn {
		flex-direction: row;
	}
	.loc-sec ul li {
		width: 29%;
	}
	.loc-sec ul::before{
		display: none;
	}
	.footer .container {
		max-width: 720px;
	}
}

/* ipad rotate */
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
	 .top-header {
        display: none;
    }

    .header-mid {
        display: none;
    }

    .header-right {
        display: none;
    }
	
    .animate {
        animation: none;
	}
	.logo-container img {
		width: 100px;
	}
	.pos-fixed .logo-container img {
		width: 100px;
	}
	.banner-container .common-heading {
		font-size: 30px;
		line-height: 34px;
	}
	.banner-container .common-sub-heading {
		font-size: 18px;
		line-height: 26px;
	}
	.banner-info-card-icon img {
		width: 20px;
	}
	.banner-info-card-heading {
		font-size: 14px;
	}
	.banner-info {
		padding: 18px 0;
	}
	.banner-bottom-container {
		flex-wrap: wrap;
		justify-content: start;
		gap: 20px;
	}
	.banner-bottom-text::after{
		display:none;
	}
	.common-heading {
		font-size: 26px;
		line-height: 32px;
	}
	.about-right-bottom img {
		border-radius: 10px;
		width: 100%;
	}
	.our-services-top .common-heading {
		font-size: 26px;
	}
	.our-services-top .common-text {
		padding-bottom: 15px;
	}
	.choose-us-info-container {
		gap: 30px;
		flex-wrap: wrap;
		row-gap: 0;
	}
	.contact-sec .common-heading {
		font-size: 24px;
	}
	.cta-loc-sec .col-lg-8 {
		width: 100%;
	}
	.cta-loc-sec .col-lg-4 {
		width: 100%;
	}
	.loc-sec ul li {
		width: 30%;
	}
	.loc-sec ul::before{
		display: none;
	}
	.footer-info {
		justify-content: start;
		gap: 20px;
		flex-wrap: wrap;
	}
	.f-sec-2 {
		margin-left: 65px;
	}
	.f-sec-3 {
		margin-left: 10px;
	}
	.f-sec-4 {
		margin-left: -20px;
	}
	.f-sec-5 {
		margin-left: -30px;
	}
	.f-sec-6 {
    margin-left: -60px;
}
	.footer ul li {
		font-size: 13px;
	}
	.footer ul li a {
		font-size: 13px;
	}
}

/* iPad Pro 10.5 inch */
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {}

/* iPad Pro 12.9 inch */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {}

@media screen and (min-width: 1424px) {}

@media screen and (min-width: 1624px) {}

@media screen and (min-width: 1920px) {}

@media screen and (min-width: 2048px) {}

@media screen and (min-width: 2550px) {}



@media (min-width: 1025px) and (max-width: 1199px) {}

