
/* navigation baar  */
li{
    list-style: none;
}
a{
    text-decoration: none;
    font-size: 15px;
    color: #ffffff;
}
a:hover{
    
    color: #e4dedef3;
}
/*header start */
header{
    position: relative;
    padding: 0 2rem;
    background: linear-gradient(60deg, #117200 0%, #1cb900e3 60%);
    
    
}
.navbar{
    width: 100%;
    height: 60px;
    max-width: 1200px;
    margin:0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #0a0a0a;
}
.navbar .logo a{
  font-size: 25px;
  color: #ffffff;
}
.navbar .links{
    text-decoration: none;
    display: flex;
    gap: 2rem;
    margin-top: 12px;
}
.navbar .toggle_btn{
    color: #fff;
    font-size: 1.5rem;
    cursor: pointer;
    display: none;
}
.action_btn{
    background:rgba(21, 136, 1, 0.979);
    outline: 1px solid rgb(232, 233, 232);
    color: #f1f1f1;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-weight: bold;
    cursor: pointer;
    transition: scale 0.2 ease;
  }
  .action_btn:hover{
    outline: 1px solid rgb(184, 184, 184);
    background:rgb(18, 119, 1);
     color: rgb(237, 236, 236);    
     box-shadow: 1px 2px 15px 2px #1a0404;
     cursor: pointer;
}
.action_btn:active{
    scale: 0.95;
}
.dropdown_menu{
    display: none;
    position: absolute;
    right: 2rem;
    height: 0;
    z-index: 1;
    top: 60px;
    width: 500px;
    background: rgba(0, 0, 0, 0.267);
    backdrop-filter: blur(15px);
    border-radius: 10px;
    overflow: hidden;
    transition: height 1.0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.dropdown_menu.open{
    height: 253px;
    border-bottom: 3px solid rgb(125, 247, 77);
}
.dropdown_menu li{
    padding: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dropdown_menu .action_btn{
    width: 100%;
    display: flex;
    justify-content: center;
}
.fa-bars{
  color: #ffffff;;
}
/* responsive design*/
@media(max-width: 992px){
    .navbar .links,
    .navbar .action_btn{
        display: none;
    }
    .navbar .toggle_btn{
        display: block;
        color: #000000;
    }
    .dropdown_menu{
        display: block;        
    }
}
@media(max-width: 576px){
    .dropdown_menu{
        left: 2rem;
        width:unset;
    }
    .navbar .logo a{
      font-size: 17px;
}
}



















footer{
	width: 100%;
  background: linear-gradient(60deg, #117200 0%, #1cb900e3 60%);
  box-shadow: 0px 1px 6px 0px #454840;
    padding: 100px 0 30px;
    font-size: 13px;
    line-height: 20px;
  }
  .footer-row{
    background: #178803;
    box-shadow: 0px 1px 4px 0px #454840;

	width: 85%;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
  }
  .col{
	flex-basis: 25%;
	padding: 10px;
  color: white;
  }
  .logo-footer img{
	width: 80px;
	margin-bottom: 30px;
  }
  .col .foo-link{
	width: fit-content;
	margin-bottom: 40px;
	position: relative;
  }
  .email-id{
	width: fit-content;
	border-bottom: 1px solid #ccc;
	margin: 20px 0;
  }
  ul li{
	list-style: none;
	margin-bottom: 12px;

  }
  .footer-link
  ul li a{
	text-decoration: none;
	color: #ffffff;
  }
  .footer-one-form{
	padding-bottom: 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #ccc;
	margin-bottom: 50px;
  }
  .footer-one-form,.far{
	font-size: 18px;
	margin-right: 10px;
  }
  .footer-one-form input{
	width: 100%;
	background-color: transparent;
	color: #ccc;
	border:0;
	outline: none;
  }
  .footer-one-form button{
	background: transparent;
	border: 0;
	outline: none;
	cursor: pointer;
  }
  .footer-one-form button .fas{
	font-size: 16px;
	color: #ccc;
  }
  .social-icons .fab{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
	line-height: 40px;
	font-size: 20px;
	color: #000;
	background: #fff;
	margin-right: 15px;
	cursor: pointer;
  }
  .footer-hr-line{
	width: 90%;
	border: 0;
	border-bottom: 1px solid #ccc;
	margin: 20px auto;
  }
  .copyright{
	text-align: center;
}
.copyright a{
	color: #ffffff;
  }
  .underline{
	width: 100%;
	height: 5px;
	background: #767676;
	border-radius: 3px;
	position: absolute;
	top:25px;
	left: 0;
	overflow: hidden;
  }
  .underline span{
	width: 15%;
	height: 100%;
	background: #fff;
	border-radius: 3px;
	position: absolute;
	top: 0;
	left: 10px;
	animation: moving 2s linear infinite;
  }
  .col a{
	color: #ffffff;
  }
  @keyframes moving{
	0%{
		left: -20px;
	}
    100%{
		left: 100%;
	}  
}
@media(max-width:700px){
.col{
	flex-basis: 100%;
	
  }
 .col:nth-child(2), .col:nth-child(3){	
	flex-basis: 100%;
}
}
/* footer end */





.All-Button {
  background: linear-gradient(60deg, #117200 0%, #1cb900e3 60%);

  color: white;
  border: none;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  display: inline-block;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
}

/* Hover Effect */
.All-Button:hover {
  background: linear-gradient(60deg,  #1cb900e3 0%, #117200 60%);

  transform: translateY(-3px);
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.3);
}

/* Click Effect */
.All-Button:active {
  transform: scale(0.95);
}

/* Add a subtle glowing effect */
@keyframes glow {
  0% {
      box-shadow: 0px 4px 10px #2d8f1c;
  }
  50% {
      box-shadow: 0px 4px 20px #23db02;
  }
  100% {
      box-shadow: 0px 4px 10px #0f5e01;
  }
}

.All-Button:hover {
  animation: glow 1s infinite alternate;
}
