@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
/***** General CSS *****/

body {
  word-break: break-word;
  font-family: "poppins", sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #7c7c7c;
  overflow-x: hidden;
  font-weight: 400;
}

a {
  text-decoration: none;
  color: #a5772b;
  white-space: initial;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #393939;
}

a:hover {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
}

img {
  max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

ul {
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;
}

/***** Font Files *****/

@font-face {
  font-family: "asgard";
  src: url("../fonts/AsgardTrial-Medium.ttf") format("truetype");
}
/***** Custom Classes *****/

h1,
h2,
h3,
h4,
h5 {
  font-family: "asgard";
}

h1 {
  font-size: 58px;
  line-height: 63px;
}

h2 {
  font-size: 50px;
  line-height: 55px;
}

h3 {
  font-size: 30px;
  line-height: 34px;
}

h4 {
  font-size: 25px;
  line-height: 30px;
}

h5 {
  font-size: 20px;
  line-height: 25px;
}

h6 {
  font-size: 18px;
  line-height: 23px;
}

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

::-webkit-input-placeholder {
  color: #575757;
}

::-moz-placeholder {
  color: #575757;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #575757;
}

:-moz-placeholder {
  color: #575757;
  opacity: 1;
}

/*header css start */

header .menuSec {
  padding: 10px 0 10px;
}

.menuSec img {
  margin: 0;
}

.menuSec ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}

.menuSec ul li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.menuSec li ul {
  display: none;
}

.menuSec ul li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-family: poppins;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  color: #a5772b;
}

.menuSec li:hover > ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 38px;
}

.menuSec li > ul > li > a {
  border: none;
  padding: 13px 20px !important;
  color: #fff !important;
  overflow: hidden;
  font-size: 13px;
  line-height: 20px;
}

.menuSec li > ul > li,
.menuSec li > ul > li > a {
  display: block;
  margin: 0;
}

.menuSec li:hover li {
  float: none;
}

.menuSec li ul li a:hover {
  background-color: #ffffff;
  color: #000000 !important;
}

.menuSec ul ul ul {
  left: 100%;
  top: 0;
}

.menuSec li > ul > li:hover > ul {
  left: 230px;
  top: 0px;
  width: 270px;
}

.droopdwon li:hover > ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 40px;
}

.droopdwon {
  float: left;
}

.droopdwon li:hover li a:hover {
  background-color: #ffffff;
  color: #000 !important;
}

/*header css start */

.dropdown-menu {
  position: absolute !important;
  z-index: 1000;
  display: block;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left !important;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

/*banner css start */
.carousel-caption {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: left;
  display: -webkit-box;
  display: flex;
  align-items: flex-start;
}

/*banner css end*/

/* ---------------------------------- Header --------------- */

.sitebtn {
  display: inline-block;
}

header .sitebtn {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  top: 10px;
  right: -10px;
}

.sitebtn .btn {
  display: inline-block;
  padding: 12px 25px 12px 20px;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  background: #a5772b;
  font-family: "Poppins";
  font-weight: 500;
  border-radius: 6px;
  line-height: 24px;
  transition: 0.3s;
  position: relative;
  clip-path: polygon(
    0 0,
    85% 0%,
    100% 45%,
    100% 85%,
    100% 100%,
    30% 100%,
    0 100%,
    0% 32%
  );
}

.btn:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #a5772b;
  top: 0;
  left: 0;
  transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
  opacity: 1;
}

.sitebtn .btn span {
  display: inline-block;
  position: relative;
  z-index: 12;
}

/* ====== Header Header ========= */

header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 12;
  padding: 0 80px;
}

header .menuSec .row {
  position: relative;
  padding: 12px 0;
}

img.banner-poster {
  height: 930px;
  width: 100%;
  object-fit: cover;
}

.banTopSec {
  position: relative;
  padding: 160px 80px 40px;
}

.banner_text h1 {
  display: inline-block;
}

.banner_text p {
  width: 50%;
  opacity: 60%;
  padding: 5px 0px 2px;
  line-height: 26px;
}

header .menuSec .row:before {
  position: absolute;
  content: "";
  width: 90%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-image: url(../images/headerShape.png);
  background-size: 100% 100%;
  right: 0;
  margin: 0px auto;
  transform: scaleX(1.1);
  z-index: -1;
}

a.siteLogo {
  display: inline-block;
  position: relative;
  top: 2px;
}

/* ====== Header Header ========= */

/* Banner  */

.impact-box {
  z-index: 1;
  padding: 40px 30px 30px 44px;
  border: 1px solid #00000030;
  border-radius: 12px;
  transition: 0.4s cubic-bezier(0.4, 0, 1, 1);
  width: 400px;
  background: #a5772b;
  clip-path: polygon(13% 0, 77% 0%, 100% 0, 100% 100%, 0 99%, 0 13%);
  position: absolute;
  right: 0;
  top: 50px;
}

.bx-head {
  position: relative;
  margin-bottom: 16px;
}

.bx-head h3 {
  padding-bottom: 5px;
}

.bx-head p {
  opacity: 60%;
}

.impact-box .mls {
  display: flex;
  flex-direction: column;
  gap: 50px;
  align-items: flex-start;
  justify-content: center;
  margin-top: 30px;
  position: relative;
}

.impact-box .mls h3 {
  font-family: "Poppins";
  font-size: 40px;
  line-height: 46px;
}

.impact-box .mls h6 {
  opacity: 60%;
  font-weight: 300;
}

.impact-box .mls .bx-link a {
  display: inline-block;
  position: absolute;
  right: 3px;
  top: 30px;
  color: #fff;
  font-size: 22px;
  transition: 0.3s;
  transform: rotate(-35deg);
}

.impact-box .mls:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
  left: 0;
  opacity: 13%;
}

.impact-box .mls .bx-link a:hover {
  color: #244e3a;
}

.banTopSec .row {
  position: relative;
}

.banner_img img {
  border-radius: 10px;
  height: 440px;
  width: 100%;
  object-fit: cover;
}

.mls-bx {
  width: 100%;
  position: relative;
}

/* Banner  */

/* About Us  */

.c-blk {
  color: #000;
}

section.about {
  padding: 100px 0;
}

section.about img:hover {
  filter: brightness(0.7);
  transform: translate(0px, 2px);
}

section.about img {
  width: 100%;
  object-fit: cover;
  transition: 0.3s;
  margin-top: 24px;
}

/* About Us  */

.sitebtn .btn.big {
  padding: 12px 36px 12px 34px;
}

/* Services  */

.s-card {
  position: relative;
  overflow: hidden;
  transition: 0.2s;
  border-radius: 10px;
}

.s-card .s-img {
  position: relative;
}

.s-card .s-img img {
  width: 100%;
  position: relative;
  z-index: 12;
  transition: 0.2s;
}

.s-card-txt {
  padding: 38px 28px 30px;
  border-radius: 10px;
  position: relative;
  margin-top: -20px;
  transition: 0.3s;
  border: 1px solid #e4e4e4;
}

.s-card-txt h4 {
  color: #000;
  transition: 0.3s;
}

.s-card:hover .s-card-txt {
  background: #153e2a;
}

.s-card:hover .s-card-txt h4 {
  color: #fff;
}

.s-card:hover .s-img img {
  transform: scale(1.1);
}

.s-card:hover .s-card-txt p {
  color: #fff;
}

section.agri-sec {
  position: relative;
  overflow: hidden;
  padding: 100px 0;
}

section.service {
  padding-bottom: 100px;
}

.agri-bg-img {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  padding: 0;
}

.agri-bg-img img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}

section.agri-sec h2 {
  position: relative;
  text-align: center;
  color: #fff;
}

section.agri-sec .row p {
  position: relative;
  text-align: center;
  color: #fff;
  width: 67%;
  margin: 5px auto 50px;
  opacity: 60%;
}

section.agri-sec .slick-slide {
  opacity: 1;
}

section.agri-sec .s-card-txt {
  padding-bottom: 8px;
}

/* Services  */

section.agri-sec .slick-next {
  right: -10px;
  opacity: 50%;
}

section.agri-sec .slick-prev {
  left: -50px;
  opacity: 50%;
}
/* ==================== */

.slick-prev,
.slick-next {
  top: 45%;
  width: 0px;
  padding: 0px;
  height: auto;
  outline: 0;
  border: 0;
}

.slick-prev:before {
  content: "\f060";
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  height: 40px;
  width: 40px;
  opacity: 3 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: 500;
  transition: 0.2s;
  font-size: 18px;
  background: #a5772b;
  color: #fff;
  opacity: 0.1;
}

.slick-next:before {
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  content: "\f061";
  height: 40px;
  width: 40px;
  opacity: 3 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: 500;
  transition: 0.2s;
  font-size: 18px;
  background: #a5772b;
  color: #fff;
}

section.agri-sec .slick-prev:hover {
  opacity: 1 !important;
}

section.agri-sec .slick-next:hover {
  opacity: 1 !important;
}

/* Services Arrows  */

/* Chose Start  */

section.chose {
  position: relative;
  overflow: hidden;
}

section.chose .chose-img img {
  width: 100%;
}

section.chose .row {
  position: relative;
}

.chose-txt {
  width: 74%;
  position: relative;
  padding-left: 20px;
}

.chos-listing {
  display: flex;
  flex-direction: column;
  gap: 20px;
  background: #163f2b;
  padding: 20px 32px 24px;
  border-radius: 10px;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 880px;
  clip-path: polygon(
    0 0,
    95% 0%,
    100% 21%,
    100% 85%,
    100% 100%,
    30% 100%,
    0 100%,
    0% 32%
  );
}

.chos-listing * {
  color: #fff;
}

.chos-listing .list-it {
  display: flex;
  gap: 20px;
  border-bottom: 2px solid #ffffff14;
  padding: 10px 6px;
}

.chos-listing .list-it .list-i img {
  width: 24px;
}

.chos-listing .list-it p {
  opacity: 60%;
  width: 80%;
}

.chos-listing .list-it.last {
  padding-bottom: 0px;
  border: 0px;
}

.chos-listing .list-it.last p {
  margin-bottom: 0px;
}

/* Chose Start  */

/* Client Client Client  */

section.rves {
  position: relative;
  padding: 100px 0;
}

section.rves .row p {
  width: 50%;
  margin: 0px auto 40px;
}

.rev-msg {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
  position: relative;
  transition: 0.3s;
  border: 1px solid #d1d1d1;
  
}

.rev-msg .name {
  position: relative;
  margin-bottom: 10px;
}

.rev-msg .name .quote-img {
  width: 40px;
  position: absolute;
  right: 0;
  top: 0;
}

section.rves .slick-slide {
  opacity: 1;
}

.rev-msg .client-img {
  width: 32%;
}

.rev-msg .client-img img {
  width: 100%;
  height: 100%;
  background: #fff;
}

.rev-msg .client-text {
    width: 90%;
    padding: 50px 21px 15px 30px;
}

.rev-msg .client-text p {
  margin: 0px;
  line-height: 22px;
}

.rev-msg .name h5 {
  color: #000;
  margin: 0;
}

section.rves button.slick-prev {
  left: -50px;
  opacity: 50%;
}

section.rves button.slick-next {
  right: -10px;
  opacity: 50%;
}

section.rves button.slick-next:hover {
  opacity: 1;
}

section.rves button.slick-prev:hover {
  opacity: 1;
}

/* Client Client Client  */

/* Contact  */

section.contactSec {
  position: relative;
  padding: 10px 0 60px;
}

.contct_text h3 {
  color: #000;
  font-size: 45px;
  line-height: 50px;
}

.contct_text form {
  position: relative;
  margin-top: 38px;
}

.contct_text form .formField {
  margin-bottom: 14px;
  position: relative;
}

.contct_text form .formField input {
  width: 100%;
  padding: 18px 20px;
  background-image: url(../images/fields-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border: 0px;
}

.contct_text form .formField textarea {
  width: 100%;
  padding: 14px 20px;
  height: 170px;
  resize: unset;
  border: 0px;
  background-image: url(../images/textarea-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

/* .contct_text form button {
  border: 0px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
} */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  display: none;
}

.contact-img img {
  width: 100%;
  border-radius: 10px;
  object-fit: fill;
}

section.contactSec .contact-box {
  padding: 24px;
  box-shadow: 0px 4px 7px 0px #0000000f;
  background: #fff;
  border-radius: 12px;
}

.contct_text h3 ~ p {
  width: 80%;
  padding-top: 14px;
  padding-left: 4px;
}

.contct_text form .sitebtn {
  width: 100%;
}

.contct_text form .sitebtn button {
  width: 100%;
  text-align: center;
}

select#svs {
  width: 100%;
  padding: 18px 20px;
  background-image: url(../images/select-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border: 0px;
  cursor: pointer;
  pointer-events: all;
}

.sitebtn button.btn {
  clip-path: polygon(
    0 0,
    97% 0%,
    100% 45%,
    100% 85%,
    100% 100%,
    30% 100%,
    0 100%,
    0% 32%
  );
  padding: 18px 36px 18px 34px;
  border-radius: 10px;
  background-color: transparent;
  overflow: hidden;
  font-size: 18px;
}

/* Contact  */

img.down-img {
  position: absolute;
  right: 20px;
  top: 25px;
}

/* Footer Footer Footer  */

footer {
  background: linear-gradient(45deg, #153f2b, #295941);
  padding-top: 140px;
}

.footer-btm {
  border-top: 1px solid #496c5b;
  padding: 24px 0;
  margin-top: 50px;
}

.ftabout {
  position: relative;
  height: 100%;
}

.ftabout a.ftlogo {
  display: inline-block;
  margin-bottom: 18px;
}

.ftabout p {
  margin: 0;
  color: #fff;
  opacity: 30%;
  width: 80%;
}

.ft-links {
  position: relative;
  width: 50%;
  margin: 0px auto;
  height: 100%;
}

footer h5 {
  color: #fff;
  font-weight: 400;
  margin-bottom: 24px;
}

footer ul {
  display: flex;
  flex-direction: column;
  gap: 9px;
  align-items: flex-start;
  justify-content: center;
}

footer ul a {
  display: inline-block;
  color: #fff;
  opacity: 50%;
  transition: 0.3s;
}

footer ul a:hover {
  opacity: 1;
  text-decoration: underline;
  color: #fff;
}

.ft-social {
  float: right;
  position: relative;
  height: 100%;
}

footer .ft-contact {
  width: 60%;
  margin: 0px auto;
  position: relative;
  height: 100%;
}

.ftabout:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 84%;
  right: -9px;
  background: #fff;
  opacity: 24%;
  top: 20px;
}

.ft-links:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 83%;
  right: -70px;
  background: #fff;
  opacity: 24%;
  top: 24px;
}

footer .ft-contact:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 85%;
  right: -79px;
  background: #fff;
  opacity: 24%;
  top: 18px;
}

.footer-btm p {
  opacity: 60%;
}

section.homeContact {
  padding-bottom: 0px;
  margin-bottom: -50px;
}

/* Footer Footer Footer  */

.sitebtn .btn:hover {
  opacity: 85%;
}

.banner_text .sitebtn .btn {
  clip-path: polygon(
    0 0,
    93% 0%,
    100% 45%,
    100% 90%,
    100% 100%,
    32% 100%,
    0 100%,
    0% 28%
  );
}

header .sitebtn .btn {
  clip-path: polygon(14% 0, 78% 0%, 100% 0, 100% 100%, 0 99%, 0 47%);
  padding-left: 30px;
}

footer .ft-contact ul {
  gap: 20px;
}

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

@media only screen and (min-width: 1200px) and (max-width: 1365px){}

@media only screen and (min-width: 992px) and (max-width: 1199px){}

@media only screen and (min-width: 768px) and (max-width: 991px){}

@media only screen and (min-width: 520px) and (max-width: 767px){}

@media only screen and (min-width: 300px) and (max-width: 519px){

.menuSec .col-lg-2.col-md-2 {
    width: 50%;
}
header {
    padding: 0 5px;
   top: 31px;
}
img.custom-logo { 
    position: relative !important;
    width: 74%;
    left: 0 !important;
  top: 0 !important;
}

.sitebtn .btn {
        font-size: 12px;
        padding-left: 10px !important;
        padding-right: 5px !important;
    }
.banTopSec {
    padding: 120px 0px;
}    
  .banner_text h1 {
    font-size: 26px;
    line-height: 40px;
}


.impact-box {
    padding: 20px;
    width: 240px;
            top: 358px !important;
}

.bx-head h3 {
    font-size: 15px;
    padding-bottom: 0;
}

.impact-box .mls h3 {
    font-size: 20px;
    line-height: 20px;
}  
    
}






















































