:root {
  --primary-color: #166534;
  --secondary-color: #40724b;
  --text-light: #ffffff;
  --text-dark: #333333;
  --hover-color: #e9f3ec;
  --link-hover-color: #a2fcbd;
  --footer-bg: #166534;
  --footer-section-border: rgba(255, 255, 255, 0.2);
  --icon-bg-hover: rgba(255, 255, 255, 0.2);
  --facebook-color: #3b5998;
  --twitter-color: #0f1e27;
  --pinterest-color: #E60023;
  --youtube-color: #FF0000;
  --instagram-color: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  --linkedin-color: #0077B5;
}
body, html {
    overflow-x: hidden;
    background-color: white;
}

.fa-brands{
  font-size:30px;
  bottom:500px;
  background-color:white;
}
.brands img{
  width: 50%;
  height: auto;
}
.brands h3{
  color: darkcyan;
}
.form-label-f{
  color:white;
  font-size: 14px;
}
.form-control-f {
  width:11rem;
  padding: 15px;
  box-sizing: border-box;
  border: 2px solid #454908;
  border-radius: 5px;
  height: 5px;  
  color:black;
  font-size:12px;
  background-color: white;
}
.form-control-f:focus {
  border-color: #66afe9;
  outline: none;
  box-shadow: 0 0 8px rgba(102, 175, 233, 0.6);
}
.btn-submit-f{
  width: 70px;
  padding: 3px;
  background-color:rgb(188 241 188 / 28%);
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  border-width: thick;
  font-size:14px;
  border: 1px solid;
  border-color: darkgreen;
  border: 1px solid;
}
.btn-submit-f:hover {
  background-color: #40974b;
}
body {
  margin: 0;
  padding: 0;
}
a {
  color: #000;
}
* {
  box-sizing: border-box;
}
.form-label {
    display: block;
    margin-bottom: 8px;
    color: yellow;
    animation: blink-animation 2s infinite;
    font-size: smaller;
}

@keyframes blink-animation {
  0% {
      opacity: 1;
  }
  50% {
      opacity: 0;
  }
  100% {
      opacity: 1;
  }
}
.form-control {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 5px;
    color: black;
    font-size: 14px;
}
.form-control:focus {
  border-color: #66afe9;
  outline: none;
  box-shadow: 0 0 8px rgba(102, 175, 233, 0.6);
}



.btn-custom {
  background-color: darkgreen;
  margin-left: 15px;
  width: 50%;
  background-color: #adb84c4d;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  border-width: thick;

}

.btn-submit:hover {
  background-color: #45a049;
}
.banner{
  width: 100%
}
.banner{
  display:flex;
}
.banner a {
  	width: 100%;
    height: auto;
    transition: transform 0.5s ease;
    border-radius: 10px;
    box-shadow: 2px 2px 5px rgb(182, 181, 181), -2px -2px 5px rgb(182, 181, 181), 2px -2px 5px rgb(182, 181, 181), -2px 2px 5px rgb(182, 181, 181);
    border: 2px solid rgb(182, 181, 181);
    margin: 1rem;
}
.banner a img{
	width:100%;
	height: auto;
}
.heading {
  		color: white;
    	display: inline-block;
    	font-family: math;
    	font-size: 22px;
    	border-bottom: 3px solid #ffc100;
    	margin: auto;
    	border-radius: 20px 0;
    	padding: 0 60px;
    	background-image:linear-gradient(to left, rgb(1, 46, 1), green, rgb(1, 46, 1));
}
.top_headder {
  	display: flex;
  	gap: 10px;
  	color: white;
  	font-size: 15px;
  	justify-content:end;
  	align-items: center;
    background-color: #074d23;
    height: 3rem;
}
.top_headder div {
 	display: flex;
  gap: 5px;
  font-size: 17px;

}
.top_headder div a {
  color: #fff;
}
.top_headder div i{
  	margin: auto;
    color: goldenrod;
    font-size: 22px !important;
}
@keyframes shake {
  0% { transform: translateX(0); }
  25% { transform: translateX(-5px); }
  50% { transform: translateX(10px); }
  75% { transform: translateX(-5px); }
  100% { transform: translateX(0); }
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: white;
}
#menu-mobile {
  display: none;
}
.logo {
  display: flex;
  align-items: center;
  margin: auto;
  color: darkgreen;
}
.logo img {
  height: 55px;
  object-fit: contain;
  margin: auto;
}
.logo a {
    color: #215d0e;
    padding:5px 20px;
	  font-weight: bold;

}
@keyframes blink1{
	0% {box-shadow:0 0.5px 0.5px gray; background-image:linear-gradient(45deg,#ffc100,wheat,#ffc100);}
	50% {box-shadow:2px 3px 5px gray; background-image:linear-gradient(45deg,wheat,#ffc100,wheat);}
	100%{box-shadow:0 0.5px 0.5px gray; background-image:linear-gradient(45deg,#ffc100,wheat,#ffc100);}
}
.logo a:hover{
  color:rgb(58, 177, 74);
}
.menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: auto;
}
.menu li {
    padding: 0 10px;
}
.menu a {
  	color: black;
    text-decoration: none;
    font-size: 16px;
    position: relative;
    padding: 2px;

}
.menu a:hover {
  color: green;
  	border-radius: 5px;
}
.menu a::before{
	content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: goldenrod;
    transform: scaleX(0);
    transition: transform 0.2s ease-in-out;
}
.menu a:hover::before {
  transform: scaleX(1);
}
.menu-icon {
  display: none;
  font-size: 1.5rem;
  cursor: pointer;
}
.vismisdiffobj{
  margin: auto;
  width: 80%;
}
.list{
  	text-align:justify;
  	color:white;
  	font-size:15px !important;
	text-shadow: 2px 1px 1px black;
}
 .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height:normal;
}
.material-icons.mobile-menu-icon{
  display: none;
}
@media (max-width: 768px) {
  #menu-mobile {
    display: none;
    width: 200px;
    height: 90vh;
    background-color: var(--footer-bg);
    background-image: linear-gradient(308deg, #0f2e38, var(--primary-color));
    z-index: 9999;
    position: fixed;
    top: 101px;
    margin-left: auto;
    padding: 10px;
    right: 0;
  }
  #menu-mobile li{
    margin-bottom: 39px;
    border-radius: 10px;
  }

  #menu-mobile li a{
    color:white;
    text-decoration: none;
  }
  .menu {
    display: none;
  }
  .menu-icon {
    display: block;
  }
  .material-icons.mobile-menu-icon {
        display: flex !important;
        margin: 2px auto;
        font-weight: bold;
        font-size: 2.1rem;
        color: rgb(7, 46, 7);
        border-radius: 8px;
        background-color: white;
        text-align: left;
        border: 1px solid;
        padding: 2px 3px;
        right: 10px;
        position: absolute;
  }
  @keyframes come{
  		0%{background-color:wheat;}
  		100%{background-color:transparent;}
   }
   
  .home_content{
    margin-left:40px;
    margin-right:460px;
    border-radius:0;
  }
  #menu-toggle:checked ~ .menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position:fixed;
    top: 90px;
    left:190px;
    width: 50%;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
    z-index: 1;
    border-radius:5px;
  }

  .menu li {
    margin: 0.5rem 0;
  }
  .menu li:hover{
    padding:1rem 0.5rem;
  }
}
.swiper-slide-active {
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

:root {
  --white-100: hsl(206, 5%, 100%);
  --white-200: hsl(206, 5%, 90%);
  --white-300: hsl(206, 5%, 80%);
  --white-400: hsl(206, 5%, 65%);
  --white-500: hsl(206, 5%, 45%);

  --black-100: hsl(210, 20%, 10%);
  --black-200: hsl(210, 20%, 8%);
  --black-300: hsl(210, 20%, 6%);
  --black-400: hsl(210, 20%, 4%);
  --black-500: hsl(210, 20%, 1%);
}

*,
*::before,
*::after {
  margin: 0;
  box-sizing: border-box;
  list-style: none;
  list-style-type: none;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

html {
  font-size: 100%;
  box-sizing: inherit;
  scroll-behavior: smooth;
  height: -webkit-fill-available;
}

body {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--black-500);
  background-color: var(--white-100);
}

main {
  overflow: hidden;
}

img {
  /* max-width: 90%;  */
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -moz-crisp-edges;
  image-rendering: crisp-edges;
  display: block;
  margin: auto;
}
.popup-form img{
  width: 10%;
}
.section {
  margin: 0 auto;
  padding-block: 0rem 10px;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 800;
  padding: 1rem;
  width: 2rem;
  height: 2rem;
  opacity: 0.75;
  border-radius: 50%;
  color: var(--white-100);
  background: var(--black-300);
}
.clip_div {
  	width: 50%;
    margin: auto;
    color: #050505;
    padding: 10px 45px;
    border-radius: 10px;
    line-height: 45px;
    margin-bottom: 40px;

}
.clip_div p{
  	text-align: center;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;

}
.hhighlight {
  display: flex;
  justify-content: space-around;
  width: 97%;
  margin: auto;
  padding:5px 50px;
}
.hhighlight div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hhighlight div a{
  width:100%;
  margin:auto;
  text-align: center;
  word-wrap: break-word;
  text-decoration: none;
}

.hhighlight a strong {
  font-size: 15px;
  color: black;
  font-family: 'Times New Roman', Times, serif;
  margin: auto;
}
.hhighlight a strong:hover {
  color:black;
}
.web-link{
  	font-size: 1rem;
    padding: 0 30px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    color: black;
}
.web-image{
  width:7rem;
  margin:auto;
  border-radius:50%;
  padding:2px;
}
@keyframes ripple{
  0%{
    box-shadow:0 0 0 0 white;
  }
  100%{
    box-shadow:0 0 0 2px darkgreen;
  }
}
.hhighlight div p{
  font-size:small;
  font-weight:bold;
  color:black;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
@-webkit-keyframes flash {
	0% { opacity: 1; } 
	50% { opacity: .1; } 
	100% { opacity: 1;}
}
@keyframes flash {
	0% { opacity: 1;} 
	50% { opacity: .1; } 
	100% { opacity: 1; }
}
.link-div{
  	display:flex;
  	gap:5px;
  	position: relative;
  	top:-1%;
	overflow-y:hidden;
}
.link-div i{
  color:goldenrod;
  position:absolute;
  top:-15%;
}
@keyframes link {
  0%{
    left:-2%;
  }
  100%{
   left:0%;
  }
}
.home_content {
  display: flex;
  margin: auto;
  width: 80%;

}
.content_one {
  width: 80%;
  text-align: justify;
  color: #215d0e;
  padding: 20px 30px;
}
.content_one p{
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif !important;
  line-height: 25px;
  font-size: 15px;
	text-shadow: 0 0 BLACK;
}
.content_two {
  flex-basis: 30%;
}
.content_two img{
  height:auto;
  width:100%;
  margin: auto;
}
.svg_fern {
  position: absolute;
  width: 130px;
  rotate: 95deg;
}
.svg_flower {
  position: absolute;
  width: 130px;
  bottom: 0;
  right: 0;
}
/* ///////mission vision///////// */
.mission_vision {
  color: #000041;
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  gap: 10px;
}
.mv_one {
  width: 49%;
}
.mv_same img {
  width: 100px;
  height: 100px;
  margin: 5%;
}
.topic-icon h4{
  display:flex;
  justify-content: center;
  gap:30px;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
	text-shadow: 2px 2px black;
}
.svg_wave {
  height: 300px;
  margin-top: -15%;
  z-index: 2;
  position: relative;
}
/* ///////banners/////// */

/* ///////////brands/////////// */
:root {
  --color-text: navy;
  --color-bg: papayawhip;
  --color-bg-accent: #ecdcc0;
  --size: clamp(10rem, 1rem + 40vmin, 30rem);
  --gap: calc(var(--size) / 8);
  --duration: 60s;
  --scroll-start: 0;
  --scroll-end: calc(-100% - var(--gap));
}


@media (prefers-color-scheme: dark) {
  :root {
    --color-text: papayawhip;
    --color-bg: navy;
    --color-bg-accent: #2626a0;
  }
}

* {
  box-sizing: border-box;
}
.marquee {
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: var(--gap);
}

.marquee__group {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
}

@media (prefers-reduced-motion: reduce) {
  .marquee__group {
    animation-play-state: paused;
  }
}

.marquee--vertical {
  --mask-direction: to bottom;
}

.marquee--vertical,
.marquee--vertical .marquee__group {
  flex-direction: column;
}

.marquee--vertical .marquee__group {
  animation-name: scroll-y;
}

.marquee--reverse .marquee__group {
  animation-direction: reverse;
  animation-delay: -3s;
}

@keyframes scroll-x {
  from {
    transform: translateX(var(--scroll-start));
  }
  to {
    transform: translateX(var(--scroll-end));
  }
}

@keyframes scroll-y {
  from {
    transform: translateY(var(--scroll-start));
  }
  to {
    transform: translateY(var(--scroll-end));
  }
}

/* Element styles */
.marquee svg {
  display: grid;
  place-items: center;
  width: var(--size);
  fill: var(--color-text);
  background: var(--color-bg-accent);
  aspect-ratio: 16/9;
  padding: calc(var(--size) / 10);
  border-radius: 0.5rem;
}
.marquee--vertical svg {
  aspect-ratio: 1;
  width: calc(var(--size) / 1.5);
  padding: calc(var(--size) / 6);
}
.wrappero {
  display: flex;
  flex-direction: column;
  gap: var(--gap);
  margin: auto;
  max-width: 100vw;
  margin: 20px 10%;
}
.online_service{
  background-color:white;
  z-index: 3;
  position: relative;
  margin:0 90px;
}
.wrappero--vertical {
  flex-direction: row;
  height: 100vh;
}
.marquee__group img {
  width: 100%;
  height: 125px;
  padding: 10px;
  border-radius: 10px;
}
/* ///////////services////////// */
.none {
  background-color: #c7ffc7;
  width: 100px;
  border-radius: 50%;
  height: 100px;
  position: absolute;
}
.services_same img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: absolute;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
.services_main img {
  border-radius: 50%;
  padding: 5px;
  position: relative;
  background: #fff;
	box-shadow: 2px 3px 15px black;
}
.services_same img:hover {
  scale: 1.2;
  transition: 0.3s;
  box-shadow: rgb(0, 124, 21) 0px 2px 4px 0px, rgb(160, 163, 0) 0px 2px 16px 0px;
}
.services_section {
  z-index: 3;
  position: relative;
}
.s_leaf {
  position: absolute;
  z-index: 100;
  width: 270px;
  bottom: -25px;
}
.s_flower {
  position: absolute;
  z-index: 100;
  width: 100px;
  bottom: -25px;
  right: 0;
}
.wrap2 ul{
   line-height: 43px;
}
.wrap2 ul h5{
    font-size: 16px;
    color: rgb(4, 4, 102);
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    background-color: goldenrod;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 2px 8px gray;
    line-height: 33px;
    margin-bottom: 10px;
	background-image: linear-gradient(180deg, goldenrod, transparent);

}
.wrap2 ul li{
    list-style-type: disc;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif !important;
    font-size: 15px;
    line-height: 30px;
    width: 80%;
    margin: auto;
    color: #215d0e;
}
.info li{
  	list-style-type:none !important;
  	font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  	width:90% !important;
  	text-align:justify;
  	color:#215d0e;
    margin: auto;
	margin-top:10px;
}
.info1 li{
  	list-style-type:disc !important;
  	font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  	width:85% !important;
  	margin:auto;
  	text-align:justify;
  	color:#215d0e;
	margin-top: 10px;
}
@media (min-width:771px) and (max-width:1366px){
	.wrap1{
  		flex: 0 0 50%; 
  		height:auto; 
  		margin-top:20px;
  		margin-left:0;
	}
	.container1 {
  		margin-left:55px;
  		margin-top:10px;
  		border:5px solid goldenrod;
  		width:500px;
	}
	.wrap2{
  		flex: 0 0 48%; 
  		text-align:justify;
  		font-size:15px;
      	margin: auto;
	}
	.footer_info{
  		display:grid;
    	grid-template-columns: 1fr 1fr 1fr;
    	gap:30px;
	}
	.topic-icon{
  		display:flex;
  		align-items:center;
  		justify-content: space-around;
  		background: darkgreen;
  		color: #ffc100;
  		padding:3px;
  		border-radius: 5px;
    	background-image: linear-gradient(180deg, green, #215d0e);
    	position:relative;
	}
	.topic-icon::after{
		content: "";
    	display: block;
    	position: absolute;
    	width: 0;
    	height: 0;
    	right: 250px;
    	bottom: -10px;
    	border-left: 20px solid transparent;
    	border-right: 20px solid transparent;
    	border-top: 10px solid #215d0e;
	}
	.info li, .info1 li{
  		font-size:15px !important;
  		line-height: 25px;
	}
  	.agri-img{
    	position: absolute;
    	top: 52%;
    	left: 48%;
    	transform: translate(-50%, -50%);
    	z-index: 2;
    	width: 29%;
    	height: 7%;
    	border-radius: 50px;
    	background-color: white;
    	box-shadow: 2px 2px 8px black;
  	}
  	.agri-img:hover{
    	width:29.2%;
    	height:7.2%;
    	box-shadow:5px 5px 5px 5px rgba(0, 80, 0, 0.5);
  	}
  .kab-img{
    position: absolute;
    top: 31%;
    left: 25%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 13%;
    height: 15%;
    border-radius: 50%;
    background-color: white;
    box-shadow: 2px 2px 8px black;
  }
  .kab-img:hover{
    width:13.3%;
    height:15.3%;
    box-shadow:5px 5px 5px 5px rgba(0, 80, 0, 0.5);
  }
  .agritech-img{
    position: absolute;
    top: 38%;
    left: 67%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 13%;
    height: 15%;
    border-radius: 50%;
    background-color: white;
    box-shadow: 2px 2px 8px black;
  }
  .agritech-img:hover{
    width:13.3%;
    height:15.3%;
    box-shadow:5px 5px 5px 5px rgba(0, 80, 0, 0.5);
  }
  .foods-img{
    position: absolute;
    top: 88%;
    left: 49%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 13%;
    height: 15%;
    border-radius: 50%;
    background-color: white;
    box-shadow: 2px 2px 8px black;
  }
  .foods-img:hover{
    width:13.3%;
    height:15.3%;
    box-shadow:5px 5px 5px 5px rgba(0, 80, 0, 0.5);
  }
  .smartfarmer-img{
    position: absolute;
    top: 37.5%;
    left: 83%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 13%;
    height: 15%;
    border-radius: 50%;
    background-color: white;
    box-shadow: 2px 2px 8px black;
  }
  .smartfarmer-img:hover{
    width:13.3%;
    height:15.3%;
    box-shadow:5px 5px 5px 5px rgba(0, 80, 0, 0.5);
  }
  .pt-img{
    position: absolute;
    top: 13%;
    left: 63.5%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 13%;
    height: 15%;
    border-radius: 50%;
    background-color: white;
    box-shadow: 2px 2px 8px black;
  }
  .pt-img:hover{
    width:13.3%;
    height:15.3%;
    box-shadow:5px 5px 5px 5px rgba(0, 80, 0, 0.5);
    }
    .dsh-img{
   	position: absolute;
    top: 23.5%;
    left: 75%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 13%;
    height: 15%;
    border-radius: 50%;
    background-color: white;
    box-shadow: 2px 2px 8px black;
  }
  .dsh-img:hover{
    width:13.3%;
    height:15.3%;
    box-shadow:5px 5px 5px 5px rgba(0, 80, 0, 0.5);
  }
  .fn-img{
    position: absolute;
    top: 54%;
    left: 85%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 13%;
    height: 15%;
    border-radius: 50%;
    background-color: white;
    box-shadow: 2px 2px 8px black;
  }
  .fn-img:hover{
    width:13.3%;
    height:15.3%;
    box-shadow:5px 5px 5px 5px rgba(0, 80, 0, 0.5);
  }
  .veg-img{
    position: absolute;
    top: 80%;
    left: 65%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 13%;
    height: 15%;
    border-radius: 50%;
    background-color: white;
    box-shadow: 2px 2px 8px black;
  }
  .veg-img:hover{
    width:13.3%;
    height:15.3%;
    box-shadow:5px 5px 5px 5px rgba(0, 80, 0, 0.5);
  }
  .grocery-img{
    position: absolute;
    top: 89%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 13%;
    height: 15%;
    border-radius: 50%;
    background-color: white;
    box-shadow: 2px 2px 8px black;
  } 
  .grocery-img:hover{
    width:13.3%;
    height:15.3%;
    box-shadow:5px 5px 5px 5px rgba(0, 80, 0, 0.5);
  }
  .uab-img{
    position: absolute;
    top: 80%;
    left: 33%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 13%;
    height: 15%;
    border-radius: 50%;
    background-color: white;
    box-shadow: 2px 2px 8px black;
  }
  .uab-img:hover{
    width:13.3%;
    height:15.3%;
    box-shadow:5px 5px 5px 5px rgba(0, 80, 0, 0.5);
  }
  .f4f-img{
    position: absolute;
    top: 17%;
    left: 37%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 13%;
    height: 15%;
    background-color: white;
    border-radius: 65%;
    box-shadow: 2px 2px 8px black;
  }
  .f4f-img:hover{
    width:13.3%;
    height:15.3%;
    box-shadow:5px 5px 5px 5px rgba(0, 80, 0, 0.5);
  }
  .fbi-img{
    position: absolute;
    top: 52%;
    left: 18%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 8%;
    height: 17%;
    border-radius: 5px;
    background-color: white;
    box-shadow: 2px 2px 8px black;
  }
  .fbi-img:hover{
    width:8.3%;
    height:17.3%;
    box-shadow:5px 5px 5px 5px rgba(0, 80, 0, 0.5);
  }
  .cm-img{
    position: absolute;
    top: 31%;
    left: 22%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 8%;
    height: 16%;
    border-radius: 5px;
    background-color: transparent;
    box-shadow: 2px 2px 8px black;
  }
  .cm-img:hover{
    width:8.3%;
    height:16.3%;
    box-shadow:5px 5px 5px 5px rgba(0, 80, 0, 0.5);
  }
}
@media (min-width:1367px){
	.info li, .info1 li{
  		font-size:18px !important;
  		line-height: 35px;
	}
	.wrap1{
  		flex-basis:40%;
    	margin: auto;
	}
	.container1 {
    	border: 5px solid goldenrod;
    	width: 450px;
    	margin: auto;
	}
	.wrap2{
  		flex-basis: 60%;
    	text-align: justify;
    	font-size: 20px;
    	margin: auto;
	}
	.footer_info{
  		display:grid;
    	grid-template-columns: 1fr 1fr 1fr;
    	gap:20px;
	}
	.topic-icon{
  		display:flex;
  		align-items:center;
  		justify-content: space-around;
  		background: #215d0e;
  		color: #ffc100;
  		padding:3px;
  		border-radius: 10px;
    	position:relative;
	}
	.topic-icon::after{
		content: "";
    	display: block;
    	position: absolute;
    	width: 0;
    	height: 0;
    	right: 350px;
    	bottom: -10px;
    	border-left: 20px solid transparent;
    	border-right: 20px solid transparent;
    	border-top: 10px solid #215d0e;
	}
  	.agri-img{
    	top: 51.5%;
    	left: 47%;
    	width: 24%;
    	height: 8%;
    	position: absolute;
    	transform: translate(-50%, -50%);
    	z-index: 2;
    	border-radius: 50px;
    	background-color: white;
	}
	.agri-img:hover{
      	width:24.2%;
    	height:8.2%;
    	box-shadow:5px 5px 5px 5px rgba(0, 80, 0, 0.5);
	}
	.f4f-img{
    	top: 17%;
    	left: 38%;
    	width: 10%;
    	height: 15%;
    	position: absolute;
    	transform: translate(-50%, -50%);
    	z-index: 2;
    	background-color: white;
    	border-radius: 65%;
 	}
	.f4f-img:hover{
      	width:10.2%;
    	height:15.2%;
   	 	box-shadow:5px 5px 5px 5px rgba(0, 80, 0, 0.5);
 	}
	.agritech-img{
    	top: 40%;
    	left: 61.5%;
    	width: 10%;
    	height: 15%;
    	position: absolute;
    	transform: translate(-50%, -50%);
    	z-index: 2;
    	border-radius: 50%;
    	background-color: white;
    	border-color: transparent;
    	overflow: hidden;
 	}
	.agritech-img:hover{
  		width:10.2;
    	height: 15.2%;
    	box-shadow:5px 5px 5px 5px rgba(0, 80, 0, 0.5);
 	}
	.foods-img{
   		top: 88%;
    	left: 48%;
    	width: 10%;
    	height: 15%;
    	position: absolute;
    	transform: translate(-50%, -50%);
    	z-index: 2;
    	border-radius: 50%;
    	background-color: white;
 	}
	.foods-img:hover{
  		width:10.2;
      	height: 15.2%;
    	box-shadow:5px 5px 5px 5px rgba(0, 80, 0, 0.5);
 	}
	.smartfarmer-img{
    	top: 38%;
    	left: 74%;
    	width: 10%;
    	height: 15%;
    	position: absolute;
    	transform: translate(-50%, -50%);
    	z-index: 2;
    	border-radius: 50%;
    	background-color: white;
 	}
	.smartfarmer-img:hover{
  		width:10.2;
    	height: 15.2%;
    	box-shadow:5px 5px 5px 5px rgba(0, 80, 0, 0.5);
 	}
	.pt-img{
    	width: 10%;
    	position: absolute;
    	top: 23.5%;
    	left: 68%;
    	transform: translate(-50%, -50%);
    	z-index: 2;
    	height: 15%;
    	border-radius: 50%;
    	background-color: white;
 	}
	.pt-img:hover{
      	width:10.2%;
    	height:15.2;
    	box-shadow:5px 5px 5px 5px rgba(0, 80, 0, 0.5);
 	}
	.dsh-img{
     	width: 10%;
    	top: 13%;
    	position: absolute;
    	left: 59%;
    	transform: translate(-50%, -50%);
    	z-index: 2;
    	height: 15%;
    	border-radius: 50%;
    	background-color: white;
 	}
	.dsh-img:hover{
    	width:10.2%;
    	height:15.2%;
    	box-shadow:5px 5px 5px 5px rgba(0, 80, 0, 0.5);
 	}
	.fn-img{
    	width: 10%;
    	position: absolute;
    	top: 54.5%;
    	left: 75%;
    	transform: translate(-50%, -50%);
    	z-index: 2;
    	height: 15%;
    	border-radius: 50%;
    	background-color: white;
 	}
	.fn-img:hover{
   	 	width:10.2%;
    	height:15.2;
    	box-shadow:5px 5px 5px 5px rgba(0, 80, 0, 0.5);
 	}
	.fbi-img{
    	left: 24%;
    	position: absolute;
    	top: 51%;
    	transform: translate(-50%, -50%);
    	z-index: 2;
    	width: 6%;
    	height: 18%;
    	border-radius: 5px;
    	background-color: transparent;
 	}
	.fbi-img:hover{
    	width:6.2;
    	height: 18.2%;
    	box-shadow:5px 5px 5px 5px rgba(0, 80, 0, 0.5);
	}
	.kab-img{
    	top: 32%;
    	left: 30%;
    	width: 10%;
    	position: absolute;
    	transform: translate(-50%, -50%);
    	z-index: 2;
    	height: 15%;
    	border-radius: 50%;
    	background-color: white;
 	}
	.kab-img:hover{
    	width:10.2%;
    	height:15.2;
    	box-shadow:5px 5px 5px 5px rgba(0, 80, 0, 0.5);
	}
	.veg-img{
    	position: absolute;
    	top: 81%;
    	left: 62%;
    	transform: translate(-50%, -50%);
    	z-index: 2;
    	width: 10%;
    	height: 15%;
    	border-radius: 50%;
    	background-color: white;
	}
	.veg-img:hover{
    	width:10.2%;
    	height:15.2;
    	box-shadow:5px 5px 5px 5px rgba(0, 80, 0, 0.5);
	}
	.grocery-img{
    	position: absolute;
    	top: 89%;
    	left: 48%;
    	transform: translate(-50%, -50%);
    	z-index: 2;
    	width: 10%;
    	height: 15%;
    	border-radius: 50%;
    	background-color: white;
	}
	.grocery-img:hover{
    	width: 10.2%;
    	height: 15.2%;
    	box-shadow:5px 5px 5px 5px rgba(0, 80, 0, 0.5);
	}
	.uab-img{
    	position: absolute;
    	top: 80%;
    	left: 35%;
    	transform: translate(-50%, -50%);
    	z-index: 2;
    	width: 10%;
    	height: 15%;
    	border-radius: 50%;
    	background-color: white;
	}
	.uab-img:hover{
    	width: 10.2%;
    	height: 15.2%;
    	box-shadow:5px 5px 5px 5px rgba(0, 80, 0, 0.5);
	}
	
}
/* /////////////////FOTTER///////////////////// */
.tproduct {
  margin-bottom: 10px;
  background: rgb(33, 93, 14);
  background: radial-gradient(
    circle,
    rgba(33, 93, 14, 1) 12%,
    rgba(0, 0, 0, 1) 100%
  );
  color: #ffc100;
  justify-content: center;
  padding: 50px 50px 0px 0px;
  width: 100%;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 2px;
}

.footer {
 	 padding: 15px 15px 10px 15px;
    background-color: var(--footer-bg);
    color: white;
    border-top: 1px solid #e5e5e5;
    /* background-image: linear-gradient(180deg, #134941, transparent); */
    position:relative;
    z-index:200;
}
.footer1 {
  display: flex;
  justify-content: space-between;
}
.footer2 {
  display: flex;
}
.share-links i {
  box-shadow: 2px 0px 5px black;
  padding: 7px;
  border-radius: 50%;
  display: inline-block;
  font-size: 20px;
  background-color: white;
  color: #215d0e;
}
.share-links i:hover {
  transform: scale(1.1);
  color: #215d0e;
  background-color: #ffc100;
}
.footer > * {
  flex: 1 100%;
}

.footer__addr {
  margin-right: 1.25em;
}
.footer__addr iframe {
  border-radius: 10px;
  width: 340px;
  height: 210px;
}
.footer div h1 {
  color: #ffc100;
  font-size: 20px;
  font-weight: 500;
	text-shadow: 3px 2px 2px black;
	font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif !important;
}
.footer__addr h2 {
  margin-top: 1.3em;
  font-size: 15px;
  margin-bottom: 5px;
  display: inline-block;
}

.nav__title {
  font-weight: 400;
  font-size: 15px;
}

.footer address {
  font-style: normal;
  color: white;
  font-size: 15px;
}
.footer__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  max-width: max-content;
  background-color: rgb(33, 33, 33, 0.07);
  border-radius: 100px;
  color: #2f2f2f;
  line-height: 0;
  margin: 0.6em 0;
  font-size: 1rem;
  padding: 0 1.3em;
}

.footer ul {
  list-style: none;
}

.footer a {
  text-decoration: none;
  font-size: 14px;
}
.footer a:hover {
  text-decoration: underline;
}

.footer__nav {
  display: flex;
  flex-flow: row wrap;
}

.footer__nav > * {
  flex: 1 50%;
  margin-right: 1.25em;
}

.nav__ul a {
  color: #999;
}

.nav__ul--extra {
  column-count: 2;
  column-gap: 1.25em;
}
.link a {
  color: #fff;
  text-decoration: underline;
}
.link a:hover {
  color: rgb(82, 216, 100);
}

.legal {
  	display: flex;
    justify-content: center;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    text-shadow: 3px 2px 2px black;
}
.legal p {
  font-size: 15px;
}
.footerb {
  padding: 2px 5px;
  background-color: #35871b;
  border-radius: 10px;
}
.text_font{
  	text-align: justify;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    line-height: 28px;
    text-shadow: 2px 1px 1px black;
}
.contact_div{
  margin:auto;
}
.text_font:hover{
  color:yellow !important;
}
.contact_div div a:hover{
  text-decoration: none !important;
}
.phone-sec{
	display:flex;
}
.phone-sec div{
	margin-top:10px;
  	width: 100px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    display: block !important;
    line-height: 28px;
    text-shadow: 2px 1px 1px black;
}
.phone-sec div a {
  font-size:15px;
  text-align:justify;
  color:white;
}
.phone-sec div a:hover{
	color:yellow;
}
.mail-sec{
  	font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    text-shadow: 2px 1px 1px black;
}
.mail-sec div{
  width:50px;
  display:block !important;
}
.mail-sec div a {
  font-size:15px;
  text-align:justify;
  color:white
}
.mail-sec div a:hover{
	color:yellow;
}
.contact_head{
  	padding-top: 15px;
    padding-bottom: 10px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    text-align: center;
    font-size: 18px;
    text-shadow: 3px 2px 2px black;
}
.contact_div div{
  display:flex;
  gap: 10px;
}
.loc_div h4{
  	padding-top: 15px;
    padding-bottom: 10px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 18px;
    text-align: center;
    text-shadow: 3px 2px 2px black;
}
.loc{
  text-align: center;
  height:280px;
  width:100%;
  border-radius:20px;
  border:2px solid goldenrod;
	box-shadow: 0 3px 5px black;
}
.link{
  	font-size: 13px !important;
    text-align: justify;
    color: yellow;
    white-space: wrap;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    text-shadow: 1px 0.5px 0.5px black;
}
.services_heading{
  	padding: 15px 0 10px 0;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 18px !important;
    text-shadow: 3px 2px 2px black;
}
.services_content{
  	display: grid;
    grid-template-columns: 11rem 11rem 11rem;
    gap: 1rem;
}
.services_content ul li{
  color: white;
  margin-bottom: 1.5rem;
  font-size: 15px;
}
.footer-div{
	display:flex;
	align-items:center;
}
.legal__links {
  display: flex;
  align-items: center;
}
.contact_div i{
	margin-top:10px;
	text-shadow: 3px 2px 2px black;
	font-size: x-large !important;
	color: wheat;
}
.services_content li i{
	font-size: x-large !important;
    text-shadow: 3px 2px 2px black;
    color: wheat;
}


.blue_mob {
  width: 50px;
  height: 100px;
  padding: 2px 0px;
  border-radius: 10px;
}
.fbi_img {
  width: 55px;
  height: 100px;
  padding: 2px 4px;
  border-radius: 10px;
  position: absolute;
}
.newone img {
  position: absolute;
  top: 215px;
  left: 370px;
}
.black_mob {
  width: 50px;
  height: 110px;
  padding: 2px 0px;
  border-radius: 5px;
}
.agf1 {
  display: none;
}
.phone_NO1 {
  display: flex;
  gap: 10px; 
  align-items: center;
  margin-right: 1rem;
}

/* //////////////FOOTER END////////////////////// */
/* ////////////Tab/////////////// */
@media screen and (min-width: 24.375em) {
  .legal .legal__links {
    margin-left: auto;
  }
}

@media screen and (min-width: 40.375em) {
  .footer__nav > * {
    flex: 1;
  }

  .nav__item--extra {
    flex-grow: 2;
  }

  .footer__addr {
    flex: 1 0px;
  }

  .footer__nav {
    flex: 2 0px;
  }
}
@media only screen and (max-width: 768px) {
  *{
    /* overflow-x: hidden; */
    line-height: normal;
  }
  .section{
    overflow-x:unset;
  }
  .swiper-wrapper{
    overflow-x:unset;
  }
  .swiper-slide{
    overflow-x:unset;
  }
  .logo a{
  	font-size: 0.5rem;
	}
  .mission_vision{
    width: 100%;
  	margin: auto;
   	display: block;
  }
  .mv_same{
		width: 100%;
    	margin: auto;
	}
	.hhighlight {
    display: flex;
    margin-top: 5px; 
  }
  .hhighlight div:first-child{
    flex: 0 0 100%;
    margin:0 20px;
    animation: slide 20s infinite;
  }
  .hhighlight div {
    flex: 0 0 100%;
    margin:0 80px;
    animation: slide 20s infinite;
  }
  @keyframes slide {
    0% {
      transform: translateX(0);
    }
    25%{
      transform: translateX(-150%);
    }
    50% {
      transform: translateX(-300%);
    }
    75% {
      transform: translateX(-150%);
    }
    100%{
      transform: translateX(0%);
    }
  }
  .web-image{
  	width: 6rem;
    margin: 2px auto;
  }
  .hhighlight div:last-child {
    margin-right: 0; 
  }
	.web-link{
  		font-size: 0.8rem;
	}
  .topic-icon{
  	display:flex;
  	align-items:center;
  	justify-content: space-around;
  	background: #215d0e;
  	color: #ffc100;
  	border-radius: 5px;
  	width:80%;
  	margin: auto;
  	padding: 2px 0;
  	position:relative;
  	overflow-x: visible;
  }
  .topic-icon::after{
	content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    right: calc(50% - 20px);;
    bottom: -10px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 10px solid #215d0e;
  }
  .info{
    width:100%;
    margin: auto;
  }
  .info li{
    width:75% !important;
    margin: auto;
  	font-size: 15px;
    font-family: times new roman;
    text-align: justify;
    color: green;
    line-height: 28px;
  	margin-top: 10px;
  }
  .info1 li{
    width: 70% !important;
    margin: auto;
    list-style-position: inside;
    font-size: 15px;
    font-family: times new roman;
    text-align: justify;
    color: green;
    line-height: 28px;
    list-style-type: disc;
  	margin-top: 10px;
  }
  .footer2 {
    flex-wrap: wrap;
  }
  .agtwo img {
    left: 140px;
    top: 75px;
  }
  .agf1 img {
    left: 35px;
    top: 175px;
  }
  .agthree img {
    top: 295px;
    left: 24px;
    position: absolute;
  }
  .services_same img {
    width: 85px;
    height: 85px;
  }
  .agone img {
    top: 210px;
    left: 140px;
  }
  .agf3 img {
    top: 435px;
    left: 270px;
  }
  .agf2 img {
    top: 555px;
    left: 270px;
  }
  .agf4 img {
    top: 520px;
    left: 150px;
  }
  .agf5 img {
    top: 540px;
    left: 390px;
  }
  .agseven img {
    top: 215px;
    left: 415px;
  }
  .agnine img {
    top: 310px;
    left: 560px;
  }
  .ageight img {
    top: 205px;
    left: 545px;
  }
  .agfive div img {
    top: 95px;
    left: 495px;
    position: absolute;
  }
  .agsix img {
    top: 35px;
    left: 390px;
  }
  .revert {
    flex-direction: column-reverse;
  }
  .s_leaf {
    width: 145px;
    bottom: 10;
  }
  .svg_wave {
    height: 150px;
  }
  .stakeholders_main {
    flex-wrap: wrap;
  }
  .revert {
    flex-direction: column-reverse;
  }
  .services_heading{
    margin:10px 0 10px 0;
  } 
  .services_heading center{
    margin-left:-10px;
  }
  .contact_head{
    font-size:18px !important;
  }
  .home_content{
  	display: block;
  	width: 100%;
  }
  .content_one{
    padding-bottom: 15px;
  }
  .online_service{
    margin-right:8px;
    margin-left:8px;
  }
  .wrap2{
    text-align:justify;
    font-size:15px;
  }
  .wrap2 ul{
		text-align: justify;
    	font-size: 15px;
    	line-height: 28px;
	}
  .wrap2 ul h5{
  		font-size: 18px;
    	color: green;
  		margin-top: 10px;
	}
	.wrap2 ul li{
   		list-style-position: inside;
    	list-style-type: disc;
	}
	.wrap2 ul h5:last-child{
    	margin-top:20px;
	}
  .way2agri{
    position: static;
    display: block;
    top:20%;
  }
  .footer1{
    display:flex;
    justify-content: space-between;
    gap:65px;
  }
  .contact_div{
    width:100%;
    height:auto;
    margin-left:0 !important;
  }
  .text_font{
    font-size:13px !important;
    width:18rem;
    white-space: wrap !important;
  }
  .contact_div div{
    margin-left: 0;
  }
  .mail-sec div{
    width:18rem;
  }
  .services_content{
    padding-left:5rem;
    width:20rem;
    display:block;
  }
  .list{
    font-size:15px !important;
    color:white;
  }
  .agriclinic_img{
    width:100%;
    display: block;
    margin-top:20px;
  }
  .agriclinic_img{
    border-radius:70%;
    width:100%;
  }

  .topic{
    padding-bottom:0;
    margin-right:0;
    margin-bottom: 0;
  }
  .web{
    text-align:left;
    word-wrap: break-word;
    white-space: normal;
    overflow-wrap: break-word;
  }
  .stakeholders_main {
    flex-wrap: wrap;
  }
  th, td {
    white-space:wrap;
    max-width: 100%;
  }
  .table {
    overflow-x:auto;
    overflow-y: hidden;
  }
  .revert {
    flex-direction: column-reverse;
  } 
  .stakeholders_main img {
    max-width:100%;
    max-height: 420px;
  }   
  .agri-img{
    position:absolute;
    width: 30%;
    height: 7%;
    left: 46%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    z-index: 2;
    border-radius: 50px;
    background-color: white;
  }
  .pt-img{
    position:absolute;
    left:64%;
    top:13%;
    width:15%;
  	position: absolute;
    transform: translate(-50%, -50%);
    z-index: 2;
    border-radius: 50%;
    background-color: white;
  }
  .dsh-img{
    position:absolute;
    left:79%;
    top:23%;
    width:15%;
  	position: absolute;
    transform: translate(-50%, -50%);
    z-index: 2;
    border-radius: 50%;
    background-color: white;
  }
  .fn-img{
    position:absolute;
    left:89.5%;
    top:55%;
    width:15%;
  	position: absolute;
    transform: translate(-50%, -50%);
    z-index: 2;
    border-radius: 50%;
    background-color: white;
  }
  .smartfarmer-img{
    position:absolute;
    top:38%;
    left:88%;
    width:15%;
  	position: absolute;
    transform: translate(-50%, -50%);
    z-index: 2;
    border-radius: 50%;
    background-color: white;
  }
  .agritech-img{
    position:absolute;
    top:40%;
    left:68%;
    width:15%;
  	position: absolute;
    transform: translate(-50%, -50%);
    z-index: 2;
    border-radius: 50%;
    background-color: white;
  }
  .foods-img{
    position:absolute;
    top: 89%;
    left:50%;
    width:15%;
  	position: absolute;
    transform: translate(-50%, -50%);
    z-index: 2;
    border-radius: 50%;
    background-color: white;
  }
  .veg-img{
    position:absolute;
    top:80%;
    left:70%;
    width:15%;
  	position: absolute;
    transform: translate(-50%, -50%);
    z-index: 2;
    border-radius: 50%;
    background-color: white;
  }
  .grocery-img{
    position:absolute;
    top:90%;
    left:50%;
    width:15%;
  	position: absolute;
    transform: translate(-50%, -50%);
    z-index: 2;
    border-radius: 50%;
    background-color: white;
  }
  .uab-img{
    position:absolute;
    top:80%;
    left:30%;
    width:15%;
  	position: absolute;
    transform: translate(-50%, -50%);
    z-index: 2;
    border-radius: 50%;
    background-color: white;
  }
  .kab-img{
    position:absolute;
    top: 33%;
    left: 16%;
    width:15%;
  	position: absolute;
    transform: translate(-50%, -50%);
    z-index: 2;
    border-radius: 50%;
    background-color: white;
  }
  .f4f-img{
    position:absolute;
    top:19%;
    left:31%;
    width:15%;
  	position: absolute;
    transform: translate(-50%, -50%);
    z-index: 2;
    border-radius: 50%;
    background-color: white;
  }
  .fbi-img{
    position:absolute;
    top:54%;
    left:10%;
    width:8%;
  	position: absolute;
    transform: translate(-50%, -50%);
    z-index: 2;
    border-radius: 5px;
    background-color: white;
  }
  .cm-img{
    position:absolute;
    top:33%;
    left:16%;
    width:8%;
  	position: absolute;
    transform: translate(-50%, -50%);
    z-index: 2;
    border-radius: 7px;
    background-color: transparent;
  }
  .content_one{
  	width: 100%;
  }
  .banner a img{
  	border-radius:5px
  }
  .clip_div {
    padding: 5px 5px;
    font-size: 18px;
    width: 95%;
  }

  .phone_div1{
    margin-top:0px;
    margin-left:15px;;  
    margin-bottom:0px;

  }
  
  .form-label-f{
    font-size: 10px;
    font-weight: bold;
  }
  
  .form-control-f {
    width:auto;
    padding: 5px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 19px;  
    color: black; 
    font-size:10px;
    margin-left:0px;
  }

  .btn-submit-f{
    margin-left: 5px;
    width: 40px;
    padding: 3px;
    background-color: rgb(29, 145, 29);
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    border-width: thick;
    font-size:11px;
  }
  .no-1{
    font-size: 11px;
    margin-top:17px;
    width:105px;
    margin-right:5px;
  }
  .fa-phone{
    margin-right: 5px;
    /* font-size:6px;
    padding:10px; */
  }
}
@media only screen and (max-width: 400px) {
  
  .vismisdiffobj{
    width:25rem;
    margin-left:-1rem;
  }
  .newone img {
    position: absolute;
    top: 115px;
    left: 35px;
  }
  .fivetofive img {
    top: 25px;
    left: 90px;
  }
  .svg_fern {
    width: 45px;
    z-index: 2;
  }
  .content_two {
    width: 100%;
  }
  .content_one {
    width: 100%;
  }
  .svg_flower {
    top: 80px;
    width: 55px;
  }
  .marquee__group img {
    width: 150px;
    height: 90px;
  }
  .services_same img {
    width: 48px;
    height: 48px;
    padding: 2px;
  }
  .fbi_img {
    width: 40px;
    height: 70px;
  }
  .agf1 img {
    left: 20px;
    top: 100px;
  }
  .fbi_img {
    width: 35px;
    height: 55px;
  }
  .blue_mob,
  .black_mob {
    width: 30px;
    height: 55px;
  }
  .agfive img {
    position: absolute;
    top: 59px;
    left: 265px;
  }
  .agtwo img {
    left: 55px;
    top: 60px;
  }
  .agthree img {
    top: 170px;
    left: 15px;
  }
  .agone img {
    top: 115px;
    left: 75px;
  }
  .agf3 img {
    top: 240px;
    left: 150px;
  }
  .s_leaf {
    width: 50px;
    bottom: 5px;
  }
  .s_flower {
    width: 50px;
    bottom: 5px;
  }
  .svg_wave {
    height: 80px;
  }
  .agf4 img {
    top: 280px;
    left: 80px;
  }
  .agf2 img {
    top: 300px;
    left: 150px;
  }
  .agf5 img {
    top: 285px;
    left: 220px;
  }
  .agseven img {
    top: 110px;
    left: 225px;
  }
  .agnine img {
    top: 165px;
    left: 305px;
  }
  .ageight img {
    top: 110px;
    left: 295px;
  }
  .agsix img {
    top: 20px;
    left: 215px;
  }
  .agfive div img {
    top: 55px;
    left: 270px;
  }
	.banner-container{
    	width:100%;
	}
	.banner{
    	width:100%;
	}
	.web-image {
        width: 6rem;
        margin: 2px auto;
    }
    .fa-brands{
    	font-size:30px;
    }
    .side-icons{
    	top:25%;
    	gap:0px;
    	margin-top:2px;
    }
}
.hero-section{
  background-image: url('https://i.pinimg.com/736x/59/73/e0/5973e099147f06a5a14dbb3846fab840.jpg');
  width: 100%;
  object-position: top;
  object-fit: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 80vh;

}


.hero-sec {
  background-color: #f5f5f5;
}

.hero-sec h1 {
  color: #2d572c;
}

.hero-sec p {
  color: #333;
}

.carousel-item img {
  max-height: 400px;
  object-fit: cover;
}

.mini-sec{
  width: 100%;
  height: 80vh;
  background-color: #00000033;
  display: flex;
  justify-content: center;  
  align-items: center;
}
.section3{
  display: block;
  margin: 20px auto;
  text-align: justify;
  background-color: #12572c;
  color: white;
  height: auto;
}
.section4 h4{
  text-align: center;
}
.section4{
  display: block;
  margin: 20px auto;
}
.section5 img{
  width: 71%;
  display: block;
  margin: 20px auto;
  transition: transform 0.3s ease;
}
.section5 img:hover{
  transform: scale(1.2);
}
.section5{
  display: block;
  margin: 20px auto;
}
.box{
    width: 59%;
    height: 69vh;
    background-color: #ffffff5e;
    margin: auto;
    border-radius: 1rem;

}

/* Footer styling */
.footer {
  background-color: var(--footer-bg);
  font-size: 14px;
  height: auto;
  padding: 3rem 0 2rem;
}

.footer h4 {
  color: var(--text-light);
  font-weight: 600;
}

.footer h5 {
  color: var(--text-light);
  font-weight: 500;
  border-bottom: 1px solid var(--footer-section-border);
  padding-bottom: 10px;
  margin-bottom: 20px;
  text-align: center;
}

.footer hr {
  border-color: var(--footer-section-border);
  opacity: 0.5;
}

.footer p {
  color: var(--text-light);
  opacity: 0.9;
}

/* Footer section styling */
.footer-section {
  padding: 0 15px;
  margin-bottom: 10px;
  border-right: 1px solid var(--footer-section-border);
  height: auto;
}

.footer-section:last-child {
  border-right: none;
}

.footer-section-icons {
  padding: 0 15px;
  margin-bottom: 10px;
  border-right: 1px solid var(--footer-section-border);
  height: auto;
}

/* Footer link styling */
.footer a {
  color: var(--text-light);
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer a:hover {
  color: var(--link-hover-color);
  text-decoration: underline;
}

/* Social icons */
.social-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 15px;
}

.social-icon {
  color: var(--text-light);
  transition: all 0.3s ease;
  margin-bottom: 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
}

/* Social media icon hover colors */
.social-icon.facebook:hover {
  background-color: var(--facebook-color);
  color: var(--text-light);
  transform: translateY(-2px);
}

.social-icon.twitter:hover {
  background-color: var(--twitter-color);
  color: var(--text-light);
  transform: translateY(-2px);
}

.social-icon.pinterest:hover {
  background-color: var(--pinterest-color);
  color: var(--text-light);
  transform: translateY(-2px);
}

.social-icon.youtube:hover {
  background-color: var(--youtube-color);
  color: var(--text-light);
  transform: translateY(-2px);
}

.social-icon.instagram:hover {
  background: var(--instagram-color);
  color: var(--text-light);
  transform: translateY(-2px);
}

.social-icon.linkedin:hover {
  background-color: var(--linkedin-color);
  color: var(--text-light);
  transform: translateY(-2px);
}

/* Map styles */
.map-container {
  border-radius: 8px;
  overflow: hidden;
}

.google-map {
  width: 100%;
  border-radius: 8px;
}

.services-links i {
  margin-right: 8px;
  width: 16px;
  text-align: center;
}

.service-link {
  transition: all 0.3s ease;
}

.contact-info p {
  margin-bottom: 10px;
}

button {
  display: block;
  margin: 20px auto;
}

.text-wrapper {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.text-primary {
  color: white;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.text-secondary {
  color: #cccccc;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.5px;
}
.rating-stars-container {
  width: 100%;
  height: 30px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
}
.star-label svg {
  fill: rgb(210, 210, 210);
  width: 20px;
  height: auto;
}
.rating-stars-container input {
  appearance: unset;
}
.rating-stars-container input:hover ~ .star-label svg {
  fill: rgb(255, 204, 185);
}
.rating-stars-container input:checked ~ .star-label svg {
  fill: rgb(255, 102, 47);
  animation: slide-in-fwd-center 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
@keyframes slide-in-fwd-center {
  0% {
    transform: scale(1.6);
  }
  100% {
    transform: scale(1);
  }
}

.socials-container {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding-top: 20px;
  border-top: 1px solid rgb(150, 150, 150);
}
.social-button {
  text-decoration: none;
}
.social-button svg {
  width: 15px;
  fill: rgb(228, 228, 228);
}
.social-button:hover svg {
  fill: rgb(255, 102, 47);
}
.rating{
	display: flex;
	justify-content: center;
}
.rating a{
	text-decoration: none;
	color: white;
}
.rating a:hover{
	color: rgb(31, 31, 87);
}


@media (max-width: 768px) {
  .hero-section{
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 37vh;
    
  }
  .mini-sec{
  width: 100%;
  height: 30vh;
  background-color: #00000033;
  display: flex;
  justify-content: center;  
  align-items: center;
}
  .box{
    width: 80%;
    height: 30vh;
    background-color: #ffffff5e;
    margin: auto;
    border-radius: 1rem;
  }
  .navbar-brand {
    font-size: 1.2rem;
  }
  
  .footer {
    text-align: left;
  }
  
  .google-map {
    height: 180px;
  }
}

@media (max-width: 576px) {
  
  .footer {
    padding: 2rem 0 1rem;
  }
   .footer-section {
    border-right: none;
    border-bottom: 1px solid var(--footer-section-border);
    padding-bottom: 20px;
    margin-bottom: 1px;
    height: auto;
  }
  
  .footer-section:last-child {
    border-bottom: none;
  }
}


    
@media (min-width: 769px) {
    body{
        max-width:100%;
    }
    .wrap{
        display:flex;
        flex-wrap: wrap; 
        align-items: flex-start;
    }
    .vjs-tech{
        height:300px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
.material-icons.mobile-menu-icon {
        display: flex !important
;
        margin: 2px auto;
        font-weight: bold;
        font-size: 2.1rem;
        color: rgb(7, 46, 7);
        border-radius: 8px;
        background-color: white;
        text-align: left;
        border: 1px solid;
        padding: 2px 3px;
        right: 10px;
        position: absolute;
}
#menu-mobile {
        display: none;
        width: 200px;
        height: 90vh;
        background-color: var(--footer-bg);
        background-image: linear-gradient(308deg, #0f2e38, var(--primary-color));
        z-index: 9999;
        position: fixed;
        top: 101px;
        margin-left: auto;
        padding: 10px;
        right: 0;
    }
        #menu-mobile li {
        margin-bottom: 39px;
        border-radius: 10px;
    }
        #menu-mobile li a {
        color: white;
        text-decoration: none;
    }
    .menu {
        display: none;
    }
}
