@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

/* Preloader Start */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999999;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.6s ease;
}

.loader {
  width: 80px;
  height: 80px;
  position: relative;
}

.loader-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 4px solid transparent;
  border-top-color: #1d935c;
  animation: rotate 1.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) infinite;
}

.loader-inner:nth-child(2) {
  width: 70%;
  height: 70%;
  top: 15%;
  left: 15%;
  border-top-color: #83c73a;
  animation-duration: 1.2s;
  animation-direction: reverse;
}

.loader-inner:nth-child(3) {
  width: 40%;
  height: 40%;
  top: 30%;
  left: 30%;
  border-top-color: #38921b;
  animation-duration: 1s;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.preloader.fade-out {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100%);
}

/* Preloader End */

/***** General CSS *****/
body {
  word-break: break-word;
  font: 15px / 25px "Montserrat", sans-serif;
  color: #000;
  overflow-x: hidden;
  overflow-y: scroll;
}

body.loaded {
  opacity: 1;
}

a {
  text-decoration: none;
  color: #000;
  white-space: initial;
  font-family: "Montserrat", serif;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #000;
}

a:hover {
  transition: all 0.2s ease-in-out;
}

img {
  object-fit: cover;
  max-width: 100%;
  width: 100%;
}

input:focus,
textarea:focus,
select:focus {
  transition: all 0.5s ease;
  outline: none;
}

select,
input,
textarea {
  appearance: auto;
}

/***** Font Files *****/
@font-face {
  font-family: "Fonts Awesome";
  src: url(../fonts/fontawesome-webfont.eot);
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Jersey";
  src: url(../fonts/Jersey.ttf);
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

/***** Custom Classes *****/
select {
  background: #fff url("../images/arrow.png") no-repeat right;
  padding: 0 40px 0 30px;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder {
  color: #575757;
}

.noPadding {
  padding: 0;
}

.noLeft {
  padding-left: 0;
}

.noRight {
  padding-right: 0;
}

.centerCol {
  float: none;
  margin: 0 auto;
}

.pt_8,
.pb_8,
.py_8,
.sec {
  padding: 80px 0;
}

.flexRow,
.flexCol {
  display: flex;
  align-items: center;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Jersey";
  text-transform: uppercase;
  margin: 0 0 10px;
}

h1 {
  font-size: 75px;
  line-height: 1.1;
  color: #000;
  font-weight: 500;
}

h2 {
  font-size: 75px;
  line-height: 1.2;
  color: #000;
  font-weight: 500;
}

h3 {
  font-size: 60px;
  line-height: 1.2;
  color: #000;
  font-weight: 500;
}

h4 {
  font-size: 45px;
  line-height: 1.2;
  color: #000;
  font-weight: 500;
}

h5 {
  font-size: 30px;
  line-height: 1.2;
  color: #000;
  font-weight: 500;
}

h6 {
  font-size: 25px;
  color: #ffff;
  font-weight: 400;
}

p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  color: #000;
  font-family: "Montserrat", serif;
  opacity: 0.7;
  margin: 0 0 10px 0;
}

/* Menu */
.nav ul {
  list-style: none;
  text-align: center;
  justify-content: space-around;
  display: flex;
  align-items: center;
  height: 100%;
  background: #ffff;
}

.nav ul li a {
  transition: 0.3s ease-in-out;
  text-transform: uppercase;
  transition: all 0.5s;
  position: relative;
  color: #000;
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 14px;
  padding: 30px 20px;
  display: block;
}

section.header .nav.stroke {
  display: block;
  position: relative;
  z-index: 11;
}

.nav.stroke ul li a:after,
.nav.fill ul li a:after {
  transition: 0.3s ease-in-out;
  position: absolute;
  bottom: 20px;
  left: 50%;
  right: 0;
  width: 0%;
  content: ".";
  color: transparent;
  background: #249226;
  height: 2px;
  transform: translateX(-50%);
}

.nav.stroke ul li a:hover:after {
  width: 100%;
}

.nav.stroke ul li a.active:after {
  width: 100%;
}

.nav.stroke ul li a.active::before {
  height: 100%;
}

.nav.stroke ul li a.active {
  color: #000 !important;
}

/* Buttons Css Start*/
.theme-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  font-size: 14px;
  position: relative;
  z-index: 1;
  transition: 0.5s ease-in-out;
  gap: 20px;
  padding: 0 0 0 20px;
  border-radius: 5px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
}

span.theme-btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: #fff;
  border: 1px solid #90cc5f;
  border-radius: 5px;
}

img.btn-arrow {
  object-fit: scale-down;
  width: auto;
}

.theme-btn::before {
  background: linear-gradient(0deg, rgba(29, 147, 92, 1) 0%, rgba(131, 199, 58, 1) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  content: "";
  transition: 0.5s ease-in-out;
  border-radius: 5px;
}

.theme-btn::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  content: "";
  transition: 0.5s ease-in-out;
}

.theme-btn:hover::before {
  transition: 0.5s ease-in-out;
}

.theme-btn:hover::after {
  transition: 0.5s ease-in-out;
}

.theme-btn:hover {
  transition: 0.5s ease-in-out;
}

/* Buttons Css End*/

/* Loader start */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  transition: all 1s ease;
  flex-direction: column;
  gap: 5px;
}

#loader.hide {
  transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
}

img.loader {
  width: 10vw;
}

/* Loader end */

/* Custom Scrollbar  */
#style-6::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

#style-6::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}

#style-6::-webkit-scrollbar-thumb {
  background-color: #249226;
  background-image: -webkit-linear-gradient(45deg,
      rgba(255, 255, 255, 0.2) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.2) 50%,
      rgba(255, 255, 255, 0.2) 75%,
      transparent 75%,
      transparent);
}

.scrollbar {
  overflow-y: scroll;
}

/* Custom Scrollbar  */

/* Home Page start*/

/* Header */
.hdr_logo a img {
  object-fit: scale-down;
  display: block;
  width: fit-content;
}

.hdr_btn {
  z-index: 99;
  position: relative;
  display: flex;
  justify-content: end;
}



.hdr_btn h6 {
  width: auto;
  display: inline-block;
  margin: 0;
  font-family: 'Montserrat';
  font-size: 16px;
}

.hdr_btn h6 a {
  color: #fff;
  font-size: 21px;
  display: block;
}


/* Header end*/

/* Banner */
.banner_sec {
  position: relative;
  z-index: 1;
}

.banner_text {
  padding: 30px 30px 30px 0;
  margin: -30% 0 0 0;
  background: white;
  position: relative;
  z-index: 1;
}

img.banner-img {
  height: 700px;
  object-position: top;
}


.banner_sec::before {
  position: absolute;
  bottom: 0;
  left: 65%;
  height: 100vw;
  width: 100vw;
  background: #249226;
  content: '';
  z-index: -1;
}


.banner_text h1::before {
  position: absolute;
  top: 33%;
  right: 50%;
  width: 100vw;
  height: 2px;
  z-index: -2;
  content: '';
  background: #00000024;
}

.banner_text h1::after {
  position: absolute;
  top: 33%;
  right: 50%;
  width: 10%;
  height: 2px;
  z-index: -1;
  content: '';
  background: #38921b;
}

.banner_text h1 {
  position: relative;
  z-index: 1;
}


/* Banner end*/

/* section start */
.about_image {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  padding: 50px 0px 50px 20px;
}

span.years {
  font-size: 39px;
  font-family: 'Jersey';
  writing-mode: sideways-lr;
  line-height: 1.5;
  color: #fff;
}

img.about-img {
  height: 520px;
  border: 5px solid #fff;
}

.about_image::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;
  height: 100%;
  z-index: -1;
  content: '';
  background: linear-gradient(0deg, rgba(29, 147, 92, 1) 0%, rgba(131, 199, 58, 1) 100%);
}

ul.list li {
  padding: 0 0 0 30px;
  margin: 0 0 25px 0;
  position: relative;
  z-index: 1;
}

ul.list li::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 15px;
  height: 15px;
  z-index: -1;
  content: '';
  background-image: url(../images/check.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}

ul.list {
  column-count: 2;
}

ul.list li p {
  margin: 0;
}

p.heading {
  opacity: 1;
  font-size: 16px;
}

/* section end */

/* section start */
.services-sec {
  position: relative;
  z-index: 1;
}

.services-sec::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 64%;
  z-index: -2;
  content: '';
  background-image: url(../images/service-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.services-sec::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 64%;
  z-index: -1;
  content: '';
  background: #000000c4;
}

.white-heading * {
  color: #fff;
}

img.service-card-img {
  height: 380px;
  width: 100%;
  object-fit: cover;
}

.service-card {
  margin: 30px 0;
  position: relative;
  z-index: 1;
  height: 630px;
  background: #f9f9f9;
}

.service-card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 25px 0;
  background: #f9f9f9;
  width: 100%;
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.4s ease-in-out;
}

.service-card:hover .service-card-content {
  z-index: 3;
  padding-bottom: 40px;
  background-color: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  left: 10px;
  bottom: 10px;
  width: calc(100% - 20px);
}

.service-card-image {
  overflow: hidden;
  height: 380px;
  transition: height 0.4s ease-in-out;
}

.service-card-image img.service-card-img {
  transition: 0.3s ease-in-out;
}

.service-card:hover .service-card-image img.service-card-img {
  height: 100%;
}

ul.list.list1 {
  column-count: 1 !important;
}

.service-card-content ul.list.list1 {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.4s ease-in-out, opacity 0.3s ease-in-out, padding 0.4s ease-in-out;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.service-card:hover .service-card-content ul.list.list1 {
  max-height: 500px;
  opacity: 1;
  padding-top: 15px;
}

.service-card:hover .service-card-image {
  height: 100%;
}

ul.list1 li {
  margin: 0 0 15px 0;
}


.why-image {
  position: relative;
  z-index: 1;
  padding: 30px;
}

.why-image::before {
  position: absolute;
  content: '';
  background: linear-gradient(0deg, rgba(29, 147, 92, 1) 0%, rgba(131, 199, 58, 1) 100%);
  z-index: -1;
}

img.why-img1 {
  height: 600px;
  box-shadow: 0 0 9px 0 #0000004d;
}


.why-image1::before {
  bottom: 0;
  left: 0;
  width: 80%;
  height: 80%;
}

img.why-img2 {
  height: 500px;
  border: 5px solid #fff;
}

.why-image2::before {
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
}

/* section end */

/* section start */

.dom-sec {
  position: relative;
  z-index: 1;
}

.dom-sec::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  content: '';
  background-image: url(../images/dom-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.dom-sec::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  content: '';
  background: #000000c4;
}

.montserrat {
  font-family: 'Montserrat';
  text-transform: capitalize;
}

.montserrat {
  font-family: 'Montserrat';
  text-transform: capitalize;
}

.dom-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}


/* section end */

/* section start */

img.gal-img {
  height: 350px;
  margin: 10px 0;
}

.gallery-row.reverse .row {
  flex-direction: row-reverse;
}


/* section end */

/*What Our Clients Say Start */

.testi-slider .slick-slide.slick-current .testi-slider-item::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(27%) hue-rotate(98deg) brightness(106%) contrast(109%);
}


.testimonials {
  padding: 0 0 80px 0;
}

.test-txt h2 {
  margin-bottom: 5px;
}

.test-txt p {
  width: 60%;
  margin: 0 auto;
  line-height: 25px;
}

.test-txt {
  text-align: center;

}

.testi-user-details img {
  width: 80px;
  border-radius: 50%;
  border: 3px solid #1d935c;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testi-slider-item {
  padding: 60px 20px 40px 35px;
  position: relative;
  background: #fff;
  box-shadow: unset;
  height: 267px;
  margin-top: 10px;
  transition: 0.5s;
}




.testi-slider-item-icon {
  position: absolute;
  top: -22px;
}


.testi-slider-item-icon img {
  width: 59px;
  height: 40px;
  object-fit: contain;
  transform: scale(0.8);
}

.testi-slider .slick-track {
  padding: 30px 0;
  display: flex;
  justify-content: start;
}

.testi-slider .slick-slide {
  opacity: 1;
  margin: 0 10px;
}

.testi-user-details {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
  margin-left: 30px;
}

.testi-user-name h4 {
  color: #000000;
  font-size: 20px;
  line-height: 20px;
  margin: 0;
  text-transform: uppercase;
}

.testi-user-name span {
  font-size: 14px;
  color: #000;
  margin: 0;
  line-height: 12px;
  font-family: 'Montserrat';
  text-transform: capitalize;
  font-weight: 600;
}

.testi-slider-item .rating-star {
  margin-bottom: 15px;
}

.testi-slider .slick-slide.slick-current testi-slider-item {
  background: var(--lmustard);
}

.testi-slider .slick-slide.slick-current .testi-slider-item {
  background: linear-gradient(0deg, rgba(29, 147, 92, 1) 0%, rgba(131, 199, 58, 1) 100%);
  padding: 60px 20px 60px 35px;
  height: 360px;
}

.testi-slider-item p {
  margin-bottom: 0;
  font-size: 16px;
  font-style: italic;
}


.testi-slider .slick-slide.slick-current .testi-slider-item .testi-user-details {
  margin-top: 55px;
  margin-bottom: 20px;
}


.testi-slider .slick-slide.slick-current .testi-slider-item .rating-star ul li a {
  color: #f79a48;
}

.testi-slider .slick-slide.slick-current .testi-slider-item .rating-star ul li .grey-star {
  opacity: 1;
}

.testi-slider .slick-slide.slick-current .testi-slider-item .rating-star ul li.grey-star {
  opacity: 1;
}


.rating-star ul {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 10px;
}

.testi-item-single i.fas.fa-quote-left {
  background: #af8d53;
}

.testi-item-single {
  background: #141516;
}

span.desg {
  font-size: 13px;
  font-family: 'Montserrat';
  color: rgba(255, 255, 255, .8);
}


.testi-slider .slick-slide.slick-current .testi-slider-item p {
  color: #fff;
}

.testi-slider .slick-slide.slick-current .testi-slider-item h4 {
  color: #fff;
}

.testi-slider .slick-slide.slick-current .testi-slider-item span {
  color: #fff;
}

.test-head p {
  margin: 0 auto;
  text-align: center;
  width: 50%;
}

.rating-star a {
  text-decoration: none;
  color: #fd8f00;
  white-space: initial;
}

.testi-slider-item::before {
  position: absolute;
  content: "";
  background: url(../images/quote.png);
  height: 71px;
  width: 103px;
  left: 50%;
  top: 45%;
  z-index: 0;
  transform: translate(-50%);
}

.testi-slider .slick-slide.slick-current .testi-slider-item .testi-slider-item-icon img {
  transform: scale(1.3);
}

.testi-slider .slick-slide.slick-current .testi-slider-item .rating-star ul i {
  color: #ffff;
}

.gallery-heading {
  margin: 0 0 30px 0;
}

/*What Our Clients Say Ends*/


/*Footer Start*/

.footerSec {
  padding: 90px 0px 70px;
}

.footerSec {
  position: relative;
  z-index: 1;
}

.footerSec::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  content: '';
  background-image: url(../images/footer-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.footerSec::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  content: '';
  background: #000000e0;
}

.foot-abt img {
  margin-bottom: 30px;
}

.foot-abt p {
  color: white;
}

.foot-links {
  padding-left: 19%;
}

.news-letter p {
  color: white;
  font-family: 'Montserrat';
  font-size: 14px;
}

.foot-links.link {
  padding-left: 30px;
}

.footerSec h5 {
  color: white;
  font-size: 23px;
  line-height: 23px;
  display: inline-block;
  margin-bottom: 25px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 70px;
  font-family: "Rajdhani", serif;
  border-bottom: 2px solid #ffffffab;
}

.foot-links li a {
  color: white;
  font-size: 14px;
  line-height: 32px;
  font-family: 'Montserrat';
  text-transform: uppercase;
  font-weight: 500;
}

.foot-links li {
  margin-bottom: 9px;

  display: flex;
  align-items: center;
  gap: 19px;
}

.foot-abt ul {
  display: flex;
  align-items: center;
  margin-top: 0px;
}

.foot-abt ul a i {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #fff;
  border-radius: 50px;
  transition: 0.3s ease-in-out;
}

.fl-1 {
  background-color: #3b5998;
  display: flex;
}

.fl-2 {
  background-color: #0e76a8;
}

.fl-3 {
  background-color: #2296f9;
}

.fl-4 {
  background-color: #cd1f29;
}

.foot-abt ul a i:hover {

  transform: scale(1.08);
  box-shadow: 0 0 10px 0 #00000022;
  color: #fff;
}

.foot-abt ul li:not(:last-child) {
  margin-right: 10px;
}

.news-letter input[type="text"] {
  width: 90%;
  height: 46px;
  background-color: transparent;
  border: none;
  padding: 10px 20px;
  border-radius: 10px;
  border: 2px solid #ffffff7d;
  color: #ffffff;
  margin: 0 0 20px 0;
}

.news-letter input[type="text"]::placeholder {
  color: #fff;
}

.news-letter input[type="submit"] {
  width: 100%;
  margin-top: 20px;
  height: 45px;
  border: 0;
  color: #fff !important;
  font-size: 19px;
  text-transform: capitalize;
  border-radius: 50px;
  background-color: unset;
  border: 2px solid #fff;
  text-transform: uppercase;
}

.news-letter input[type="submit"]:hover {
  background: black;
  color: white;
}

.copy-txt p {
  margin: 0;
  color: white;
  font-size: 16px;
  padding: 0px 0;
  font-weight: 500;
  line-height: 1.5;
  font-family: 'Montserrat';
  opacity: 1;
}

.card-img {
  text-align: end;
}

.footer-btm .row {
  padding: 20px 0px;
}

.footer-btm {
  background: linear-gradient(0deg, rgba(29, 147, 92, 1) 0%, rgba(131, 199, 58, 1) 100%);
}

.copy-txt {
  text-align: left;
}

.footer_desc p {
  font-size: 14px;
  line-height: 1.7;
  font-weight: 500;
  margin: 8px 0 25px 0;
  color: #fff;
}

.foot-abt h3 {
  color: white;
  font-size: 31px;
  line-height: 35px;
  display: inline-block;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 300;
  margin-top: 20px;
}

.img-fluid.f-logo {
  height: 150px;
  width: 150px;
  object-fit: contain;
}

.copy-payment.text-end img {
  float: right;
}

.container-fluid {
  padding: 0 4%;
}

.foot-links ul li a span {
  display: block;
}

.foot-links.link ul li a {
  text-transform: capitalize;
}

.copy-txt ul {
  display: flex;
  align-items: center;
  gap: 65px;
  margin: 0;
}

.copy-txt ul li a {
  font-size: 16px;
  color: #fff;
  font-family: 'Montserrat';
}

.copy-txt ul li.lin {
  position: relative;
}

.copy-txt ul li.lin::before {
  position: absolute;
  top: 0;
  left: -22px;
  height: 31px;
  background-color: #fff;
  content: '';
  width: 1px;
}

.foot-links li img {
  width: 20px;
  object-fit: scale-down;
}

.footerSec h6 {
  border-bottom: 3px solid #fff;
  width: fit-content;
  margin: 0 0 20px 0;
}

.service-card-content ul.list.list1 p {
  font-size: 13px;
  text-transform: uppercase;
}

.why-right ul.list.list1 p {
  font-size: 20px;
}

.foot-links.link li {
  margin: 20px 0;
  gap: 12px;
}

.foot-links.link li i {
  font-size: 20px;
  color: #fff;
}

.footer_desc img {
  margin: 0 0 20px 0;
}

/*Footer End*/

/* Home Page end*/