@font-face {
  font-family: "segoeui";
  src: url("fonts/segoeui.ttf")
}

* {

  margin: 0;
  padding: 0;

}

body {
  font-family: 'segoeui', sans-serif;
  color: #fff;
  background-color: #000 !important;

}

p {
  color: #fff;
}

.fenz {
  background: url(../images/bg_title.png) !important;
  background-repeat: no-repeat;
}

.container-fluid {
  width: 90%;
}

section.gal-slide {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

h1.abt-title {
  color: #AFE93A;
  font-size: 50px;
  position: relative;
  bottom: 6px;
}

h2.head-title {
  color: #AFE93A;
  font-size: 50px;
  position: relative;
  bottom: 6px;
}

.swiper-pagination {
  position: unset !important;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

img.duns {
  width: 40%;
}

.logo_grp {
  display: flex;
  align-items: center;
  gap: 1vw;
}

.navbar-brand1 {
  width: 184px;
}

.navbar-brand1 img {
  width: 100%;
}

.navbar-brand2 {
  width: 68px;
}

.navbar-brand2 img {
  width: 100%;
}

.agri-duns {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

img.w-100 {
  border: 1px solid #ffffff30;
}

video {
  border: 1px solid #ffffff30;
}







nav.navbar.navbar-expand-lg.fixed-top {
  background-color: #000;
}

a.nav-link {
  color: #fff !important;
  position: relative;
}

a.nav-link:hover {
  color: #fff !important;
}

a.nav-link:active {
  color: #fff !important;
}

img.inner-img.elep {
  width: 100%;
}

.banner {
  position: relative;
  overflow: hidden;
}

.banner-text h2 {
  position: absolute;
  top: 25rem;
  left: 13rem;
  font-size: 60px;
  color: #fff;
  display: flex;
  align-items: baseline;
}

.banner-text p {
  font-size: 22px;
  font-weight: 400;
  color: #fff;
}

.overlay {
  position: absolute;
  bottom: 0;
}

.para-text {
  width: 80%;
}

.img-wrapper {
  width: 94%;
  height: auto;
  overflow: hidden;
}

.inner-img {
  transition: 0.3s;
}

.inner-img:hover {
  transform: scale(1.3);
}

.agri-fenz {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.agri-fenz-one {
  margin-top: 7rem;
  margin-bottom: 7rem;
}

.agri-fenz-three {
  margin-top: 2rem;
  margin-bottom: 6rem;
}

.agri-fenz-two {
  margin-top: 1rem;
  margin-bottom: 6rem;
}

address p {
  font-size: 16px;
  margin-bottom: 1.5rem;
}

address a {
  text-decoration: none;
  color: #ebebeb;
  font-size: 16px;
  margin-bottom: 1.5rem;
}

address a:hover {
  color: #ebebeb;
}

img.locate {
  width: 30px;
  margin-top: -8px;
}



.social img {
  width: 20px;
  margin: 0 5px 0 5px;
}


.img-wrapper-sec {
  overflow: hidden;
}

.inner-img-sec {
  transition: 0.3s;
}

.two-imgs:hover .inner-img-sec {
  transform: scale(1.1);
}

.grey-sec {
  background-color: #141414 !important;
  padding: 8rem 0 8rem 0;
}

.ban-text h2 {
  color: #fff;
  font-size: 50px;
}

.ban-text p {
  font-size: 24px;
  font-weight: lighter;
}

.ban-text {
  display: flex;
  align-items: center;
  justify-content: center;
}

h3.bhead-hd {
  color: #afe93a !important;
  margin-bottom: 1rem;
}

p.enq {
  margin-bottom: -2rem !important;
}

.adrs {
  padding: 6rem 0 6rem 0;
}

.fot-border {
  border-top: 1px solid #f6f6f65c;
  padding: 1.2rem 0 1.2rem 0;
}


.brand-sec {
  overflow: hidden;
  position: relative;
}

.brand-sec div {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  filter: opacity(1);
  transition: all 1.2s;
}

.brand-sec:hover>div {
  left: 100%;
  filter: opacity(0);
}

.brand-sec p {
  margin: 0;
  text-decoration: unset;
}

.brand-sec .brand-sec:hover>.sig-logo {
  display: none;
}

a.brand-sec {
  text-decoration: none;
}

a.nav-link:active {
  color: #AFE93A;
}

a.nav-link:hover:after {
  content: "";
  display: block;
  height: 1px;
  top: 0;
  right: 0%;
  left: 50%;
  position: absolute;
  width: 50%;
  border-bottom: 7px double #AFE93A;
  animation: anima-cut 0.5s;

}

@keyframes anima-cut {
  from {
    width: 0%;
  }

  to {

    width: 50%;
  }
}

a.nav-link:hover::before {
  content: "";
  display: block;
  height: 1px;
  bottom: 0;
  right: 50%;
  left: 0;
  position: absolute;
  width: 50%;
  border-bottom: 7px double #AFE93A;
  animation: anima 0.5s;
}

@keyframes anima {
  from {
    width: 0%;
  }

  to {
    width: 50%;
  }
}


h2.head-title-talk {
    color: #fff;
    font-size: 32px;
    line-height: 4.9rem;
    cursor: pointer;
}

h2.head-title-talk:hover {
  color: #AFE93A;
  transition: all .5s ease;
}

.fenz-lets {
  background: url(../images/bg_letstalk.png) !important;
  background-repeat: no-repeat;
  background-size: contain;
}

input.design {
  background: transparent;
  outline: unset;
  border: unset;
  border-bottom: 2px solid #fff;
  width: 80%;
  padding: 0.5rem 0 0.5rem 0;
  color: #fff;
}

input.design:hover {
  border-bottom: 2px solid #AFE93A;
}

.form-design {
  margin: 2rem 0 2rem 0;
}



.fenz-lets-form {
  display: none;
}

.emails {
  position: relative;
}

.emails:after {
  content: '';
  width: 0;
  position: absolute;
  background: #AFE93A;
  bottom: 0;
  left: 12%;
  height: 2px;
  transition: all 0.2s;
}

.emails:hover:after {
  width: 90%;
}


.locate {
  position: relative;
  display: inline-block;
}

.locate:after {
  content: '';
  width: 0;
  position: absolute;
  background: #AFE93A;
  bottom: 0;
  left: 0;
  height: 2px;
  transition: all 0.2s;
}

.locate:hover:after {
  width: 100%;
}



.ban-text h2 {
  display: flex;
  align-items: baseline;
}

/* img.forest {
  width: 100%;
  height: 45vh;
} */



input.text:hover {
  background-color: #AFE93A;
  color: #000;
}

input.text {
  border: unset;
  background: unset;
  color: #fff;
  padding: 8px 16px 8px 16px;
  background-image: url(../images/bg_button.png);
}

.banner img {
  width: 100vw;
}

.navbar-toggler-icon {
  color: #fff;
}

.suc-msg {
  margin-top: 1rem !important;
}

.kisska {
  --bs-alert-color: #afe93a !important;
  --bs-alert-bg: #000 !important;
  --bs-alert-border-color: #000 !important;
}

/* Change the white to any color */

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #000 inset !important;
  -webkit-text-fill-color: #fff !important;
}




/*slide*/

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

span.swiper-pagination-bullet {
  background: #AFE93A;
}

.swiper-button-next,
.swiper-button-prev {
  color: #AFE93A !important;
}

.swiper.mySwiper.swiper-initialized.swiper-horizontal.swiper-pointer-events {
  margin-bottom: 6rem;
}


/*gallery*/

.sec-gal {
  margin-top: 2rem !important;
}

.gall {
  margin: 2rem 0 5rem 0;
}


/*dummy*/

.lightbox {
  /* Hidden lightbox image */
  display: none;
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
}

.lightbox img {
  max-width: 90%;
  max-height: 80%;
  margin-top: 2%;
}

.lightbox:target {
  /* Show the lightbox */
  display: block;
}

.close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 3em;
  color: #fff;
  text-decoration: none;
}

.thumbnail {
  max-width: 180px;
}

.thumbnail-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}