@import url('https://fonts.googleapis.com/css2?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&display=swap');


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}


/*Navar Code Start*/
html,body{
    overflow-x: auto;
    scroll-behavior: smooth;
  }
  
  
  .btn-1{
    align-items: center;
    border: 0;
    border-radius: 8px;
    background-color: #00BF63;
    box-shadow: rgba(151, 65, 252, 0.2) 0 15px 30px -5px;
    box-sizing: border-box;
    color: #FFFFFF;
    display: flex;
    font-family: Phantomsans, sans-serif;
    font-size: 0.9rem;
    justify-content: center;
    line-height: 1em;
    max-width: 100%;
    min-width: 60px;
    padding: 10px 20px;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    cursor: pointer;
  }
  
  .btn-2 {    
    padding: 8px 18px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    width: 8rem;
    border-radius: 10px;
    display: block;
    border: 0px;
    font-weight: 400;
    box-shadow: 0px 0px 14px -7px #f09819;
    background-color: #00BF63;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    font-size: 0.8rem;
    max-width: 100%;
    text-decoration: none;
    min-width: 60px;
  }
  
  .co-btn{
      padding: 12px 28px;
      text-align: center;
      text-transform: uppercase;
      transition: 0.5s;
      background-size: 200% auto;
      color: white;
      border-radius: 10px;
      display: block;
      border: 0px;
      font-weight: 600;
      box-shadow: 0px 0px 14px -7px #f09819;
      background-color: #00BF63;
      cursor: pointer;
      user-select: none;
      -webkit-user-select: none;
      touch-action: manipulation;
      font-size: 0.7rem;
      max-width: 100%;
      min-width: 60px;
  }
  
  .btn-2:hover {
    background-position: right center;
    /* change the direction of the change here */
    color: #fff;


  }
  
  .btn-2:active {
    transform: scale(0.95);
  }
  
  .btn-1:active,
  .btn-1:hover {
    outline: 0;
    color: white;
  }
  
  .nav-section{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
  }
  #navbar.nav-item.nav-link.color{
    color: black;
  }
  #navbar{
      display: flex;
      align-items: center;
      justify-content:space-between;
      background: transparent;
      position: fixed;
      margin: 0px auto;
      top: 0;
  }
  .dropdown-menu{
    width: 200%;
  }
  #navbar.bg-white {
      background-color: white; /* Override Bootstrap styles for background */
      box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
      transition: 0.3s ease all;
  }
  #navbar.bg-white .nav-link {
    color: black !important; /* Change the color of the links to black */
  }
  .nav-link{
      font-size: 0.9rem;
      margin: 0rem 1.3rem;
      color: white;
      font-weight: 500;
      transition: 0.3s ease all;
  }
  
  
  .dropdown-menu.dropdown-item:hover{
    background: linear-gradient(90deg, #4776E6 0%, #8E54E9 100%);
  }
  .nav-link:hover{
    color: white;
  }

  .testimonial-img{
    width:6rem !important;
    
  }

  /*Navbar Code End*

  









/*

Colour Codes
green - #00BF63

*/

.blog-btn{
    background-color: #00BF63 !important;
   
}
#about-heading{
    color: #00BF63;
}

#aboutus-hero-section{
    margin-top: 5rem;
}


.join-us-butt{
    background-color: #00BF63 !important;
    color: white;
    font-weight: 500;
}

#hero-main-container{
    padding-top: 5rem;
    background-image:url(/images/hero-banner-background.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#hero-img-col{
    padding: 0;
    background-color: transparent;
}

#hero-text-col{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#hero-text-col h1{
    font-size: 3.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
}


#hero-img-col img{
    width: 100%;
}

.hero-heading-span{
    color: #00BF63;

}

#hero-text-col p{
    margin-bottom: 1rem;

}

#join-us-btn{
    width: 30%;
    background-color: #00BF63;
    text-align: center;
    height: auto;
    padding: 0.5rem 1rem;
    color: white;
    text-decoration: none;
    font-weight: 600;
}




#services-container h1{
    margin-bottom: 3rem;
    font-size: 3rem;
}

.card-col{
    /* background-color: green; */
    width: auto;
}

#message-btn{
    background-color: #00BF63;
    color: white;
}


.contact-icon{
    color: #00BF63;
}
/*Contact US page Code Start*/


#contact-hero-container{
    margin-top: 5rem;


}



 
/*Contact Us Page Code End*/

.bi-check-all, .bi-check-circle-fill{
    color: #00BF63;
}

#exp-btn{
    background-color: #00BF63;
    color: white;

}

footer{
    margin-top: 3rem;
    padding: 2rem;
    /* background-color: black; */

}

#registration-modal{
    width: 100%;
}

#registration-modal-content{
    background-color: red;
    padding: 0 !important;
    margin: 0;
}

#register-btn{
    background-color: #00BF63;
    color: white;
}

#modal-text-col{
    background-color: #00BF63;
    color: white;
}
