* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --main-dark: #121212;
  --theme-green: #3f543e;
  --main-white: #fff;
  --white-bg: #fafafa;
  --bg-light: #f3f3f3;
}
ul li {
  list-style: none;
}
a {
  text-decoration: none;
}
@font-face {
  font-family: "chillax";
  src: url("fonts/chillax/Chillax-Regular.otf") format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: "inter";
  src: url("fonts/inter/Inter-Regular.otf") format("opentype");
  font-weight: 400;
}
body {
  font-family: "chillax";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: var(--main-dark);
}
.l-container {
  max-width: 1844px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.container {
  max-width: 1490px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.col50 {
  max-width: 50%;
  flex: 0 0 50%;
  padding: 0 15px;
}
.col25 {
  max-width: 25%;
  flex: 0 0 25%;
  padding: 0 15px;
}
h1 {
  font-family: "chillax";
  font-size: 70px;
  font-weight: 500;
  line-height: 0.97;
  text-transform: capitalize;
  margin-bottom: 17px;
}
h2 {
  font-family: "chillax";
  font-size: 55px;
  font-weight: 600;
  line-height: 1.5;
  text-transform: capitalize;
  color: var(--main-dark);
}
h3 {
  font-family: "chillax";
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--main-dark);
  text-transform: capitalize;
}
h4 {
  font-family: "chillax";
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--theme-green);
  margin-bottom: 8px;
}
img {
  max-width: 100%;
  height: auto;
}
figure {
  display: block;
}
.header {
  position: relative;
}
.logo a {
  display: block;
  max-width: 74px;
}
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav-li {
  margin-left: auto;
}
.navlinks {
  display: flex;
  align-items: center;
}
.navlinks li {
  padding: 0 20px;
}
.navlinks li a {
  text-transform: capitalize;
  color: var(--theme-green);
}
.navlinks li a:hover {
  color: var(--main-dark);
}
.head-button {
  display: flex;
}
.cmn-btn {
  display: inline-block;
  background: var(--theme-green);
  padding: 20px 40px;
  border-radius: 31px;
  text-transform: capitalize;
  color: var(--main-white);
  transition: 0.5s ease-in-out;
  border: 1px solid transparent;
}
.cmn-btn:hover {
  background: transparent;
  border: 1px solid var(--theme-green);
  color: var(--theme-green);
}
.head-button .cmn-btn {
  margin: 0 5px;
}
.headerbtn {
  background: transparent;
  border: 1px solid var(--theme-green);
  color: var(--theme-green);
}
.headerbtn:hover {
  background: var(--theme-green);
  border: 1px solid transparent;
  color: var(--main-white);
}
.hamburger {
  position: absolute;
  top: 40px;
  right: 0;
  display: none;
  cursor: pointer;
  width: 30px;
  height: 25px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.hamburger .bar {
  background-color: var(--theme-green);
  width: 100%;
  height: 4px;
  border-radius: 5px;
}
.banner {
  position: relative;
  color: var(--main-white);
  z-index: 1;
}
.banner .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 100vh;
  padding-left: 100px;
  padding-top: 50px;
  padding-bottom: 50px;
  border-radius: 20px;
}
.banner-slide1 {
  background: url("images/bannerslide1.png") no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 810px;
}
.banner-slide2 {
  background: url("images/bannerslide2.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 810px;
}
.banner-slide3 {
  background: url("images/bannerslide3.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 810px;
}
.banner-content {
  max-width: 659px;
  z-index: 2;
}
.banner-content .s-heading {
  text-transform: uppercase;
  font-weight: 600;
}
.banner-content p {
  margin-bottom: 25px;
  line-height: 1.5;
}
.banner-content .cmn-btn {
  background: var(--main-white);
  color: var(--theme-green);
}
.banner-content .cmn-btn:hover {
  background: var(--theme-green);
  color: var(--main-white);
}
.banner .mySwiper .swiper-button-next svg,
.banner .mySwiper .swiper-button-prev svg {
  display: none;
}
.banner .mySwiper .swiper-button-next,
.banner .mySwiper .swiper-button-prev {
  width: 72px;
  height: 72px;
  background: transparent;
  border: 1px solid var(--main-white);
  border-radius: 100%;
}
.banner .mySwiper .swiper-button-next i,
.banner .mySwiper .swiper-button-prev i {
  color: var(--main-white);
}
.about-us {
  padding: 96px 0;
}
.about-us .row {
  align-items: center;
}
.blogcard-50 {
  display: flex;
}
.blogcard-50 figure {
  padding: 0 11px;
}
.servicecard-50 {
  max-width: 563px;
  padding-left: 60px;
}
.servicecard-50 .s-heading,
.left-service-section .s-heading,
.testimoninalcontent .s-heading,
.post-job-left .s-heading {
  color: var(--theme-green);
  text-transform: uppercase;
  font-weight: 600;
}
.service-text p {
  margin-bottom: 15px;
}
.service-text p:last-child {
  margin-bottom: 28px;
}
.service-banner {
  padding: 95px 0;
  background: var(--white-bg);
}
.service-heading,
.comm-heading {
  display: flex;
  justify-content: space-between;
}
.service-banner .swiper {
  padding: 36px 0;
}
.left-service-section {
  max-width: 324px;
}
.right-servive-section {
  max-width: 461px;
}
.service-card {
  max-width: 468px;
  min-height: 506px;
  margin: 0 15px;
  padding: 25px 25px 39px 25px;
  background: var(--white-bg);
  border: 1px solid #ededed;
  border-radius: 20px;
  box-shadow: 0px 6px 45px -20px #d7d7d7;
}
.service-card figure,
.service-card h3 {
  margin-bottom: 15px;
}
.service-card p {
  max-width: 418px;
}
.w {
  background: var(--white-bg);
  color: var(--theme-green);
}
.w p,
.w h3 {
  color: var(--theme-green);
}

.g {
  background: var(--theme-green);
  color: var(--bg-light);
}
.g p,
.g h3 {
  color: var(--bg-light);
}

.service-banner .swiper-button-next svg,
.service-banner .swiper-button-prev svg {
  display: none;
}
.service-banner .swiper-button-next,
.service-banner .swiper-button-prev {
  width: 68px;
  height: 68px;
  background: var(--white-bg);
  border-radius: 100%;
  box-shadow: 0px 6px 71px 11px #d7d7d7;
  color: var(--theme-green);
}
.service-btn,
.testimoninalcontent {
  text-align: center;
}
.testimonials .swiper-button-next svg,
.testimonials .swiper-button-prev svg {
  display: none;
}

.testimonials .swiper-button-next,
.testimonials .swiper-button-prev {
  width: 68px;
  height: 68px;
  background: var(--white-bg);
  border-radius: 100%;
  color: var(--theme-green);
}
/* testimonials */
.testimonials{
   padding: 60px 0;
   width: 100%;
   
}
 
 
  .testimonials .mySwiper {
  width: 100%;
  padding: 50px 10px;
}
 
.s-heading h2, .s-heading h3, .s-heading h4, .s-heading h5, .s-heading p{
     text-align: center;
}
 
.s-heading h3{
     font-size: 16px;
}
 
 
.s-container{
     max-width: 1170px;
     width:100%;
     margin:0 auto;
     padding:0 15px;
}
 
.testimonials .swiper-slide {
  width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.5;
  transform: scale(0.8);
  transition: all 0.3s ease;
}
 
.testimonials .swiper-slide-active {
  opacity: 1;
  transform: scale(1.2);
}
 
.testimonials .swiper-slide img {
  max-width: 90px;
  height: 90px;
  display: block;
  border-radius: 10px;
}

.post-job {
  padding: 54px 0;
  background: var(--theme-green);
}
.post-job-left {
  max-width: 472px;
}
.post-job-left .s-heading {
  margin-bottom: 12px;
}
.post-job-left .s-heading,
.post-job-left h2,
.post-description p {
  color: var(--main-white);
}
.comm-heading h2 {
  line-height: 1;
}
.post-description {
  max-width: 461px;
}
.post-description p {
  margin-bottom: 27px;
}
.post-description .cmn-btn {
  background: var(--white-bg);
  color: var(--theme-green);
}
.post-description .cmn-btn:hover {
  background: var(--main-dark);
  color: var(--white-bg);
}
.upper-footer {
  padding: 85px 0 72px 0;
}
.footerlogo a {
  max-width: 82px;
  display: block;
}
.footerlogo a {
  margin-bottom: 16px;
}
.footerhead {
  position: relative;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  text-transform: capitalize;
  padding-left: 12px;
}
.footerhead::after {
  position: absolute;
  content: "";
  width: 52px;
  height: 1px;
  background: var(--main-dark);
  left: 17px;
  bottom: -8px;
}
.footerdata {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footerlogo {
  align-items: start !important;
}
.footerdata ul {
  padding-top: 20px;
}
.footerdata ul li {
  margin-bottom: 17px;
}
.footerdata ul li a {
  text-transform: capitalize;
  color: var(--main-dark);
}
.footerdata ul li a:hover {
  color: var(--theme-green);
}
.social-links {
  display: flex;
  margin: 0 -7px;
  padding-left: 75px;
}
.social-links li {
  margin: 0 7px;
  width: 52px;
  height: 52px;
  background: transparent;
  border: 1px solid var(--theme-green);
  border-radius: 100%;
  margin-bottom: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.social-links li:last-child {
  margin-right: 0;
}
.copyright-section {
  padding: 16px 0;
  background: #f3f3f3;
  text-align: center;
}
.copyright-section a {
  color: var(--main-dark);
}
.copyright-section a:hover {
  color: var(--theme-green);
  font-weight: 700;
}
.lower-footer {
  padding-bottom: 48px;
}
/*Media query starts from here */
@media (max-width: 1199px) {
  .navlinks li {
    padding: 0 14px;
  }
  .head-button .cmn-btn {
    margin: 0 5px;
    padding: 20px 20px;
  }
  h1 {
    font-size: 60px;
  }
  h2 {
    font-size: 50px;
  }
  .service-text p:last-child {
    margin-bottom: 20px;
  }
  .service-text p {
    margin-bottom: 15px;
  }
  .social-links li {
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 1024px) {
  .navlinks li {
    padding: 0 10px;
  }
  .head-button .cmn-btn {
    margin: 0 5px;
    padding: 17px 14px;
  }
}
@media (max-width: 991px) {
  .hamburger {
    display: flex;
    right: 10px;
  }
  .navlinks {
    position: absolute;
    top: 0;
    left: -100%;
    max-width: 300px;
    width: 100%;
    height: 100vh;
    background: var(--theme-green);
    color: var(--white-bg);
    flex-direction: column;
    justify-content: center;
    padding: 50px 0;
    transition: 0.4s ease-in-out;
    z-index: -1;
  }
  .navlinks li {
    margin: 20px 0;
    text-align: center;
  }
  .navlinks li a {
    color: var(--text-white);
  }
  .navlinks.active {
    left: 0;
    z-index: 999;
  }
  .head-button {
    margin-right: 30px;
  }
  .banner-content {
    max-width: 100%;
    text-align: center;
  }
  .banner .swiper-slide,
  .servicecard-50 {
    padding-left: 0;
  }
  .banner .mySwiper .swiper-button-next,
  .banner .mySwiper .swiper-button-prev {
    width: 55px;
    height: 55px;
  }
  .col50 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .blogcard-50 {
    flex-direction: column;
    margin-bottom: 10px;
  }
  .blogcard-50 img {
    width: 100%;
    object-fit: cover;
  }
  .servicecard-50 {
    max-width: 100%;
    text-align: center;
  }
  .about-us {
    padding: 85px 0;
  }
  .service-heading,
  .comm-heading {
    flex-direction: column;
  }
  .left-service-section,
  .right-servive-section,
  .post-job-left,
  .post-description {
    max-width: 100%;
    text-align: center;
  }
  .post-job-left {
    margin-bottom: 10px;
  }
  .social-links {
    padding-left: 40px;
  }
  .col25 {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .footerhead {
    padding-left: 0;
  }
  .footerlogo {
    align-items: center;
  }
}
/* @media (max-width: 768px) {
  h1 {
    font-size: 52px;
  }
  h2 {
    font-size: 40px;
  }
  .service-card {
    max-width: 100%;
  }
  .service-card figure:nth-child(1) img {
    width: 100%;
    object-fit: cover;
  }
  .col25 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .social-links {
    padding-left: 0;
  }
  .footerlogo p {
    text-align: center;
  }
  .footerdata {
    margin-bottom: 10px;
  }
  .footerhead::after {
    left: 50%;
    transform: translate(-50%, 0);
  }
  .testimonials .swiper-button-prev, .testimonials .swiper-button-next{
    top:70%;
  }
}
@media (max-width: 575px) {
  h1 {
    font-size: 45px;
  }
  .banner .mySwiper .swiper-button-next,
  .banner .mySwiper .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
  .service-banner .swiper-button-next,
  .service-banner .swiper-button-prev {
    width: 45px;
    height: 45px;
  }
  .head-button .cmn-btn:first-child {
    display: none;
  }
  .s-heading {
    font-size: 14px;
  }
  h1 {
    font-size: 37px;
  }
  h2 {
    font-size: 34px;
  }
  .testimonials .swiper-button-prev, .testimonials .swiper-button-next{
    top:80%;
  }
}
@media(max-width:480px){
  .navlinks{
    max-width: 250px;
  }
  .s-heading{
    font-size: 11px;
  }
      h1 {
        font-size: 29px;
    }
    h2{
      font-size: 30px;
    }
    .banner-content p, .contentSwiper p{
      font-size: 14px;
    }
    .cmn-btn{
      padding: 20px 30px;
    }
} */
