@import url('../fonts/RobotoCondensed-Regular.ttf');
/* width */
::-webkit-scrollbar {
  width: 10px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #ccff0028; 
} 
/* Handle */
::-webkit-scrollbar-thumb {
  background: rgb(34, 255, 0); 
  border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #15b300; 
}
/* Navs */
.top-navs{
    position: fixed;
    top: 0;
    right: 0px;
}

/* Logo safs */
.safs-logo{
    width: 75px;
    height: 77px;
    opacity: 9;
}

/* Search btn */
.bi-search{
    font-size: 20px;
    font-weight: bold;
}
/* Nav */
nav a:is(:link, :active, :visited){
  color: black;
  text-decoration: none;
}

a:is(:link, :active, :visited).navactive{
  color: white;
  background: #000;
}
/* .nav a:hover,
.nav button:hover{
  color: rgb(255, 255, 255);
  background: #000;
} */
/* submenu */
.submenu-nav-ul{
  position: absolute;
  right: 35px;
  top: 72px;
  display: none;
}
.submenu-nav-ul li {
  display: inline;
  z-index: 999;
}
.submenu-nav-ul li a{
  font-size: 15px;
  padding: 2px 15px;
}
/* .submenu-nav-ul li a:hover{
  background-color: #000;
  color: #fff;
} */
.sidebar{
  display: none;
  -webkit-display: none;
  width: 100%;
  height: auto;
  position: fixed;
  background-color: #03a10384;
  top: 0;
  z-index: 9999;
  
}
.sidebar a{
  text-decoration: none;
  color: #eee;
  display: block;
  text-align: center;
  padding: 8px 10px;
}
.sidebar-close{
  position: absolute;
  right: 0;
}
.mobileview{
  position: fixed;
  right: 0;
  z-index: 999;
}
/* sidebar */
@media (max-width: 760px) {
  .sidebar{
    display: block;
    -webkit-display: block;
  }
  .mobileview{
    z-index: 9999;
  }
  #agriDropDownList,
  #servDropDownList{
    margin-right: -500%;
  }
  .topnav{
    margin-right: -500%;
  }
  .about-lp-heading{
    font-size: 10px;
  }
}
/*Dropdown btns */

.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
  }
  
  .dropdown {
    position: relative;
    display: inline-block;
  }
  
  .dropdown-content {
    display: none;
    width: 150px;
    position: absolute;
    left: -20px;
    background-color: #f9f9f9;
    /* min-width: 160px; */
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    padding: 12px 16px;
  }

  .dropdown-content a {
    color: black;
    padding: 8px 19px;
    text-decoration: none;
    /* display: block; */
  }
  
  .dropdown-content a:hover {
    color: rgb(255, 255, 255);
  background: #000;
  }
  
  /* .dropdown:hover .dropdown-content {
    display: block;
  } */

  .agri-dropdown-content{
    display: none;
    width: 300px;
    position: absolute;
    top: 85px;
    left: -110px;
    background-color: #ffffff;
    min-width: 200px;
    z-index: 1;
    padding: 5px 10px;
  }

  .agri-dropdown-content a {
    color: black;
    padding: 5px 10px;
    text-decoration: none;
  }

  .agri-down-arr{
    position: absolute;
  }

  /* services */
.services-dropdown-content{
  display: none;
  width: 370px;
  position: absolute;
  top: 35px;
  left: -220px;
  background-color: #ffffff;
  min-width: 200px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  padding: 5px 10px;
}

.services-dropdown-content a {
  color: black;
  padding: 5px 10px;
  text-decoration: none;
}
  /* Modal */
  .search-modal-box{
    background-color: rgba(170, 221, 238, 0.98);
  }
  /* Modal Close btn */
  .modalCloseBtn{
    position: absolute;
    top: 0;
    right: 10px;
  }

  /* About page css */

.about-lp-heading{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 75px;
  font-weight: 800;
  font-variant: small-caps;
  color: #fff;
}

@media (max-width: 760px) {
  .about-lp-heading{
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: 35px;
      font-weight: 800;
      font-variant: small-caps;
      color: #fff;
  }
}
.cActive{
  color: #4CAF50;
}

.grid-container {
  display: grid;
  grid: auto / auto auto ;
  grid-gap: 10px;
  padding: 10px;
}

.grid-container > div {
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  padding: 20px 0;
  font-size: 30px;
  border-radius: 5px;
}

.grid-container p{
  font-size: 18px;
  text-align: left;
  word-wrap: break-word;
  padding: 0 20px;
}
.grid-container h3{
  text-align: left;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0 20px;
  background: -webkit-linear-gradient(#16e000, #03a103);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 1024px){
  .grid-container p{
    font-size: 15px;
    text-align: left;
    word-wrap: break-word;
    padding: 0 20px;
  }
  .grid-container h3{
    text-align: left;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0 20px;
    background: -webkit-linear-gradient(#16e000, #03a103);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .grid-container img{
    width: 350px;
  }
  .testi-title{
    font-size: 15px;
  }
  .card-body .card-text{
    font-size: 10px;
  }

}

.about-image{
  width: 100%;
  height: 56vh;
  z-index: 1;
}
#maploc{
  height: 700px;
}

.card-body{
  text-align: center;
}
.card-body i{
  color: #77b122;
  font-weight: 600;
}
.card-body p{
  font-size: 15px;
}
.card-text a{
  text-decoration: none;
  color: black;
}
.card-title b {
  background: -webkit-linear-gradient(#15d400, #018601);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.container .card{
  border: none;
}

/* Home */
.home-first-content-box{
  margin-top: -30px;
}
.home-first-content-header{
  background: -webkit-linear-gradient(#15d400, #018601);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 35px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: -20px;
}
.agri-first-content-headers{
  font-size: 35px;
}
/* Customer Testimonial */
.cardbody-custTestimonial:hover{
  background-color: #16e000;
  z-index: 0;
}

.testi-title:hover{
  background: -webkit-linear-gradient(#15d400, #018601);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.logo-round{
  width: 75px;
  height: 75px;
  background-color: #77b122;
  border-radius: 50%;
  position: relative;
  top: 10%;
  left: 38%;
}

.logo-round i{
  position: absolute;
  top: 12%;
  left: 26%;
  font-size: 35px;
  color: #fff;
}
/* Footer */
.footer-container{
  background-image: url('../imgs/assets/window-images/footer-bg.jpeg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
  position: fixed;
  bottom: 40px;
  left: 0;
  right: 0;
  z-index: 99;
}
.footer-compywrite{
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
.footer-container-bg-bk{
  background: #00000070;
}

.stayyedin{
  background:none; 
  color:white;
  border:none;
  padding-right:20px;
  font-size:20px;
}

.fs-span {
  font-size: 12px;
  letter-spacing: 1px;
}

.text-success-contact{
  color: #77b122;
}

.F-connect{
  margin-right: 10px;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  font-size: 18px;
  font-weight: 600;
  background: transparent;
  color: #fff;
  border: 2px solid #77b122;
  box-shadow: 0 4px 8px 0 rgb(255, 255, 255);
}

.connectstay-text span{
  margin-left: 10px;
  color: #fff;
}

.connectstay-text > .f:hover{
  background: rgb(24,119,242);
  color: #fff;
}
.connectstay-text > .w:hover{
  background: rgb(37,211,102);
  color: #fff;
}
.connectstay-text > .i:hover{
  background-color: #4158D0;
  background-image: linear-gradient(43deg, #4158D0 0%, #C850C0 46%, #FFCC70 100%);  
  color: #fff;
}
.connectstay-text > .y:hover{
  background:rgb(244,67,54);  /* fallback for old browsers */
  color: #fff;
}
.connectstay-text > .c:hover{
  background:rgb(174, 174, 174);  /* fallback for old browsers */
  color: #fff;
}
.connectstay-text > .em:hover{
  background-color: #4158D0;
  background-image: linear-gradient(43deg, #3e65cf 0%, #c71610 22%, #f2a60c 49%, #3b60c4 75%, #08851b 100%);
  color: #fff;
}
.copy{
  font-size: 12px;
  margin-bottom: 0;
  font-weight: 400;
  color: #b6b6b6;
}

.copy a{
  text-decoration: none;
  color: #fff;
  font-weight: 600;
}

.copy a:hover{
  color: #77b122;
}

/* Gallery */

div.gallery {
  border: 1px solid #ccc;
}

div.gallery:hover {
  border: 1px solid #777;
}

div.gallery .g-img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 15px;
  text-align: center;
}

* {
  box-sizing: border-box;
}

.responsive {
  padding: 0 6px;
  float: left;
  width: 24.99999%;
}

@media only screen and (max-width: 700px) {
  .responsive {
    width: 49.99999%;
    margin: 6px 0;
  }
}

@media only screen and (max-width: 500px) {
  .responsive {
    width: 100%;
  }
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* service */
.clipy-content-box{
  margin-top: -10px;
}
.clipy{
  width: 100%;
  -webkit-clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
  background: #fffbd5;
  background: -webkit-linear-gradient(to right, #0a5eb2, #16c606);
  background: linear-gradient(to right, #0a5eb2, #16c606);
  font-size: 40px;
}
.clipy-1{
  -webkit-clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
  background: #fffbd5;
  background: -webkit-linear-gradient(to right, #930ab2, #109504);
  background: linear-gradient(to right, #930ab2, #16c606);
  font-size: 40px;
  z-index: 1;
}
.clipy-1-text{
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 50%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 50%, 100% 100%, 0% 100%);
  background: #fffbd5;
  background: -webkit-linear-gradient(to right, #0a5eb2, #16c606);
  background: linear-gradient(to right, #0a5eb2, #16c606);
  font-size: 30px;
  position: relative;
  left: -45px;
  z-index: 0;
}
.service-article{
  font-size: 25px;
  margin-top: 100px;
}
.clip-text-5 h3{
  font-size: 30px;
  background: -webkit-linear-gradient(#15d400, #018601);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.clip-text-5 ol{
  font-size: 25px;
  margin-left: 55px;
  margin-top: 20px;
}

/* Products */
.column_product {
  float: left;
  width: 33.33%;
  padding: 5px;
}

.product-image{
  width: 100%;
  height: 58vh;
  z-index: 1;
}
/* Clearfix (clear floats) */
.row_product::after {
  content: "";
  clear: both;
  display: table;
}

/* Style the counter cards */
.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 16px;
  text-align: center;
  background-color: #f1f1f1;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #0000007e;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}

.card:hover .overlay {
  height: 100%;
}

.text {
  color: white;
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

/* nav products filter */
.nav_product{
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  font-family: 'Roboto Condensed', sans-serif;
}

.nav_product ul li{
  list-style: none;
  display: inline-block;
  background-color: #0ab2189b;
  padding: 10px 15px; 
  border-radius: 5px;
  cursor: pointer;
  outline: none;
}
/* 
.nav_product ul li:hover{
  background: #0a5eb2;
} */

/* Testimonial */
.testi-bg{
  background-image: url("../imgs/assets/window-images/testi-bg.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  width: 100%;
  height: 100vh;
}
.box-testi-info{
  height: 100vh;
  overflow: scroll;
  overflow-x: hidden;
  position: absolute;
  right: 5px;
}
.box-testi-info .card .card-body .card-title{
  text-align: left;
  text-decoration: underline;
  color: #03a103;
  cursor: pointer;
}
.box-testi-info .card .card-body .card-title:hover{
  color: #15d400;
}
.box-testi-info .card .card-body .card-text{
  text-align: left;
}
.box-testi-info .card{
  margin-top: 25px;
}
.box-testi-info .card:hover{
  transition: 0.7s;
  padding: 10px;
  box-shadow: 2px 5px 15px rgba(4, 255, 0, 0.432);
}

/* Projects */
.projects-last-cards{
  width: 100%;
}

.projects-last-cards h2{
  background: -webkit-linear-gradient(#15d400, #018601);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/* projects imgs */
.projects-durrate-ai-img{
  width: 100%;
  max-width: 700px;
  height: 350px;
}
/* contact */
.contact-emails{
  text-align: left;
  font-size: 15px;
  color: #000;
}
.contact-emails tr td{
  border: 1px solid rgba(0, 0, 0, 0.216);
  padding: 5px 5px;
}
.contact-emails .td2{
  font-size: 15px;
  text-align: left;
  width: 220px;
}
.contact-emails .td1{
  font-size: 15px;
  text-align: left;
  width: 80px;
}
#contactNum1{
  color: #000000;
}
.contact-phone-tips{
  font-size: 10px;
  font-weight: 600;
  color: #018601;
}


/* Engagementmodal */
.engagementmodel-first-content{
  /* margin-top: -180px; */
  /* margin-bottom: -100px; */
}
.engagementmodel-first-content h2{
  margin-top: -90px;
  background: -webkit-linear-gradient(#15d400, #018601);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.agri-first-content-headers,
.gallery-first-content-headers,
.about-first-content-headers,
.contact-first-content-headers{
  margin-top: -50px;
  background: -webkit-linear-gradient(#15d400, #018601);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.projects-content-headers{
  margin-top: -50px;
  background: -webkit-linear-gradient(#15d400, #018601);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.product-first-content{
  margin-top: -50px;
}
.process-content-section{
  /* margin-top: -75px; */
}

/* process */
.process-carousel-1{
  margin: auto;
  width: 85%;
  height: auto;
  border-radius: 5px;
}

.process-carousel-i{
  box-shadow: 2px 10px 15px rgba(4, 255, 0, 0.432);
}
.process-carousel-ii{
  box-shadow: 2px 5px 10px rgba(4, 255, 0, 0.432);
}
/* projects */
.carousel-control-prev-icon{
  background-color: #018601;
  padding: 25px 25px;
  position: absolute;
  left: 0;
}
.carousel-control-next-icon{
  background-color: #018601;
  padding: 25px 25px;
  position: absolute;
  right: 0;
}
.index-img2{
  width: 100%;
  height: auto;
}


/* Customer testimonial */
.testimonial-boxes{
  max-width: 900px;
}
@media (max-width: 1024px){
  .clipy-content-box{
    margin-top: -50px;
  }
  .engagementmodel-first-content{
    margin-top: -120px;
    margin-bottom: -100px;
  }
  .engagementmodel-first-content h2{
    margin-top: -90px;
    background: -webkit-linear-gradient(#15d400, #018601);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
@media (max-width: 680px){
  .safs-logo{
    width: 40px;
    height: 40px;
    opacity: 9;
  }
  
  .stayyedin{
    background:none; 
    color:white;
    border:none;
    padding-right:20px;
    font-size:12px;
  }
  .F-connect{
    width: 25px;
    height: 25px;
    font-size: 12px;
    font-weight: 600;
  }
  .copy{
    font-size: 8px;
  }
  .clipy-content-box{
    margin-top: 5px;
  }
  .process-img{
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 550px){
  .engagementmodel-first-content{
    margin-top: -10px;
    margin-bottom: -100px;
  }
  .engagementmodel-first-content h2{
    margin-top: -90px;
    background: -webkit-linear-gradient(#15d400, #018601);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .testimonial-boxes{
    max-width: 300px;
  }
  .F-connect{
    width: 25px;
    height: 25px;
    font-size: 9px;
  }
  .stayyedin{
    font-size:15px;
  }
}
@media (max-width: 430px){

  .F-connect{
    width: 20px;
    height: 20px;
    font-size: 9px;
  }
  .stayyedin{
    font-size:10px;
  }
  .copy{
    font-size: 8px;
    margin-bottom: 0;
    font-weight: 400;
    color: #b6b6b6;
  }
  
  .grid-container > div {
    padding: 10px 0;
    font-size: 9px;
  }
  
  .grid-container p{
    font-size: 9px;
  }
  .grid-container h3{
    padding: 0 10px;
  }
  .engagementmodel-first-content{
    margin-top: -50px;
    margin-bottom: -100px;
  }
  .engagementmodel-first-content h2{
    margin-top: -90px;
    background: -webkit-linear-gradient(#15d400, #018601);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .home-first-content-box{
    margin-top: -130px;
  }
  
}
@media (max-width: 395px){
  .testimonial-boxes{
    max-width: 300px;
  }
}
@media (max-width: 350px){
  .engagementmodel-first-content{
    margin-top: -10px;
    margin-bottom: -100px;
  }
  .engagementmodel-first-content h2{
    margin-top: -90px;
    background: -webkit-linear-gradient(#15d400, #018601);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .testimonial-boxes{
    max-width: 300px;
  }
}

/* process */
.process-img{
  /* position: absolute;
  top: 555px; */
  width: 100%;
  height: 500px;
}

/* Engagement */
.engagemodal-text-card{
  margin-left: 50px;
  margin-right: 50px;
  margin-bottom: 150px;
}

.engagemodal-text-card h2{
  text-align: left;
  word-wrap: break-word;
  background: -webkit-linear-gradient(#15d400, #018601);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.engagemodal-text-card p{
  text-align: left;
  word-wrap: break-word;
}

