@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&family=Roboto:wght@400;500&family=Rubik:wght@300;400;500;600;700;800&display=swap');
*
{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body{
    font-family: 'Poppins', sans-serif;
} 
.navbar .navbar-brand img{
    width: 150px;
}

.navbar .nav-item .nav-link{
    color: #000;
    font-size: 16px;
    font-weight: 600;
}

.navbar .nav-item .nav-link:hover,
.navbar .nav-item .dropdown-item:hover{
    color: #018002;
}

.navbar .nav-item .dropdown-item{
    color: #000;
    font-size: 16px;
    font-weight: 400;
}

.navbar .navbar-nav .nav-item{
    padding: 0 15px;
}

.header-top-strip{
    background-color: #018002;
    text-align: left;
  }

.header-top-strip a{
    text-decoration: none;
}

.header-top-strip button{
    outline: none;
}
/* end nav */

/* carousel */
.carousel img{
    width: 100%;
    height: auto;
}
/* carousel end */
.about-p1{
    padding: 40px 40px;
}

#about-app{
    text-align: center;
}

#about-app .video{
    width: 70%;
    height: 100%;
    margin: 30px auto 0 auto;
}

#about-app h1{
    font-size: 30px;
}

#contact-header{
    background-image: url(./image/contact_cover.jpeg);
    width: 100%;
    height: 40vh;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0;
}

#about-header{
    background-image: url(./image/about.jpg);
    width: 100%;
    height: 40vh;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0;
    opacity: 75%;
}

#vision-header{
    background-image: url(./image/vision-mission.jpg);
    width: 100%;
    height: 40vh;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0;
    opacity: 75%;
}

#strategic-header{
    background-image: url(./image/strategic_approach_cover.jpeg);
    width: 100%;
    height: 40vh;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0;
}

.description-title{
    font-size: 26px;
    color: #000;
    font-weight: 900;
    /* text-align: center; */
}

  .object-details .object-title,
  .program-title,
  .organizational-title{
    color: #018002;
    font-size: 20px;
    font-weight: 400;
  }

.collaboration-details h6{
    font-size: 16px;
}

.collaboration-network p{
    font-size: 16px;
    line-height: 20px;
    letter-spacing: .4px;
    text-align: justify;
  }



  #network-header{
    background-image: url(./image/green_nature.jpeg);
    width: 100%;
    height: 40vh;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0;
    /* opacity: 75%; */
}

  #program-header{
    background-image: url(./image/program_project_activities.jpg);
    width: 100%;
    height: 40vh;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0;
    opacity: 65%;
}

  .program-activities img{
    width: 100%;
  }
  
  .program-activities p{
    font-size: 16px;
    line-height: 20px;
    letter-spacing: .4px;
    text-align: justify;
  }
  
  .program-details h6{
    font-size: 16px;
}

.organizational-setup img{
    width: 100%;
    height: auto;
}

.organizational-setup p{
    font-size: 16px;
    line-height: 20px;
    letter-spacing: .4px;
    text-align: justify;
  }

.text{
color: #000;
font-size: 20px;
font-weight: 500;
}

.text:hover{
    color: red;
}

.about-title{
    font-size: 30px;
    color: #000;
    font-weight: 900;
}

.title-tag{
    font-size: 20px;
    color: #018002;
    font-weight: 700;
    margin-bottom: 30px;
}

.about-header{
    background-color: #ddd;
}
.about-header img{
    width: 100%;
    height: 100%;
}

.about-tag{
    font-size: 30px;
    color: #000;
    font-weight: 900;
}

.about-header p,
.about-director p{
  font-size: 16px;
  line-height: 20px;
  letter-spacing: .4px;
  text-align: justify;
}

.contact-details .span{
    justify-content: center
}

.about-director img{
    width: 100%;
    height: 709px;
    border: 2px solid #000;
}

.about-director h5{
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    padding: 5px;
    background-color: #f0e9e9;
}
.title-heading-line{
    border-bottom: 5px solid #018002;
    float: left;
    /* width: 200px; */
    margin-bottom: 50px;
}

.container-contact{
    background-color: #ececec;
}
.contact-details{
    width: 50%;
    padding: 10px;
}

.contact-details p{
    font-size: 16px;
}

.container-contact li a{
    text-decoration: none!important;
}

.contact-form{
    width: 50%;
    padding: 10px;
}

input[type='text'],
input[type='email'],
input[type='tel']
{
    width: 100%;
    padding: 15px;
    margin: 0px 0px 1px 0px;
    display: inline-block;
    border: none;
    background: whitesmoke;
}
input[type='text']:focus,
input[type='email']:focus,
input[type='tel']:focus{
    background-color: #ddd;
    outline: none;
}
.contact-form form textarea{
    width: 100%;
    padding: 12px 15px;
    outline: none;
    border: none;
}
.contact-form form textarea:focus{
    background-color: #ddd;
    outline: none;
}

.contact__button{
    background-color: teal;
    color: white;
    padding: 16px;
    border: none;
    cursor: pointer;
    width: 100%;
    opacity: 0.8;
}
.contact-title{
    font-size: 26px;
    font-weight: 500;
    line-height: 35px;
    text-align: left;
  }
.contact__button:hover{
    opacity: 1;
} 

/* footer */
footer{
    background-color: #4d4f52;
    color:#fff;
    padding-top: 3px;
    margin-top: 5px;
    justify-content: center;
}

footer .fab{
  color: white;
  width: 25px;
  height: 25px;
}

.footer-box .fa-solid{
    font-size: 20px;
    color: #fff;
    width: 20px;
    height: 20px;
    margin-right: 1px;
    text-align: center;
    
}

.footer-box input{
    border-radius: 0;
    border: none;
}
.footer-box button{
    border: none;
    padding: 8px 15px;
    margin-top: 15px;
    border-radius: 5px;
}