
*{
  padding: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
  text-decoration: none;
}

body{
  height: 120vh;
}

/* scroll bar css start  */

body::-webkit-scrollbar-thumb{
  background-color: #faa70cc4;
}

body::-webkit-scrollbar{
  width: 13px;
}

/* scroll bar css end  */

.navba{
  height: 70px;
  width: 100%;
  background: white;
  position: fixed;
  top: 0px;
  z-index: 11;
  box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.596);
  display: flex;
  justify-content: space-between;

}

.navba img{
  height: 70px;
  width: 70px;
  margin: 0rem 2rem;
}

#ulall{
  float:right;
  margin-right:  10px;
}

#ulall li{
  display: inline-block;  
  line-height: 70px;
  margin: 4px 4px;
}

#ulall li a{
  font-size: 18px;
  font-weight: 500;
  font-family:Arial, Helvetica, sans-serif;
  color: #57A0D3;
  padding: 0 5px;
  text-decoration: none;
}

#ulall a:hover{
  color: #f9c449;
}

#drop-li li a {
  color: #222;
  font-weight: normal;
  line-height: 30px;
  margin: 1px 1px;
}
#drop-li li a:hover{
  font-weight: 500;
  color: #57A0D3;
  letter-spacing: .1rem;
  transition: all;
}


.dn-btn{
  outline: none;
  border: none;
  border-radius: 5rem;
  background: white;
  border-style: groove;
  border-color: #002e5f;
  font-size: 1rem;
  cursor: pointer;
  height: 2.7rem;
  width: 9rem;
  align-self: flex-end;
  box-shadow: 0 .2rem .5rem rgba(0,0,0,.3);
  margin: 1rem 2rem;
  
}
.dn-btn:hover{
  letter-spacing: .1rem;
  opacity: .9;
  color: white;
  background: #002e5f;
}



#menu-btn{
  color: #222;
  float: right;
  line-height: 70px;
  margin: 0 30px;
  font-size: 16px;
  display: none;
}


.bg img{
  width: 100%;
  height: 120vh;
  background-size: cover;
  background-attachment: fixed;
}



/* media quries  */

@media (max-width: 1141px)
{

  label.logo{
      font-size: 27px;
      padding: 0 23px;
  }
  .navba img{
    margin: 0rem 1rem;
  }

  nav ul li a{
      font-size: 18px;
  }
  
}

@media (max-width: 1050px)
{

  #menu-btn{
      display: block;
      order: 2;
      font-size: 25px;
  }

  nav ul{
      width: 80%;
      height: auto;
      position: fixed;
      top: 70;
      left: 0%;
      background:#57A0D3;  
      text-align: center;
     justify-content: center;
      transition: all .4s;
       /* align-items: ;  */
      backdrop-filter: blur(10px);
  }

  #ulall li{
      display: block;
      line-height: 30px;
      margin: 20px 0;
  }
  #ulall li a{
    color: #222;
  }

  nav ul{
      left: -120%;
  }

  nav ul.active{
      left: 0%;
  }
   .dn-btn{
      width: 7.5rem;
      font-size: 17px;
      height: 2.5rem;
      margin: 1rem 0;
    }


}



/*COUROSEL center*/

.center-caro p{
  color:#fff;
  margin: 20px;
  letter-spacing: 4px;
  font-size: 1.8rem;
  font-weight: 900;
  padding-top: 12px;

}
.center-caro{
  max-width: 100%;
  height: 65vh;
  margin-top: 4rem;
}
.center-caro .top{
  height: 30px;
  font-weight: 900;
  font-size: 4rem;
   color: #57A0D3;  
  
}
#carouselExampleDark .carousel-caption  {
  position: absolute; 
  left: 0; 
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5); 
  color: #f1f1f1; 
  width: 600px; 
  padding: 10px;
  height: 300px;
  top: 70px;
  margin-left: 40px;
}
.carousel-inner #item1{
  min-height: 65vh;
  width: 100%;
  background-image: url(../images/IMG_1858.jpg);
  background-size:   cover; 
}
 .carousel-inner #item2{
  height: 65vh;
  width: 100%;
  background-image: url(../images/IMG_0041.jpg);
  background-size: cover;
  background-position: center;
}
.carousel-inner #item3{
  min-height: 65vh;
  width: 100%;
  background-image: url(../images/EYW_JCTRIP_12.jpg);
  background-size: cover;
  background-position: center; 
} 
/* End of carosel*/

/* Class content-one*/
.news, .dev-head h1, .mission-head, .heading, .collaboration-head{
  margin: auto;
  padding-top: 6rem;
  display: flexbox;
  font-size: 3.5rem;
  color: #57A0D3;
  position: relative;
  letter-spacing: .2rem;
  
}
.news::before, .news::after, .dev-head h1::before, .dev-head h1::after, .mission-head::before, .mission-head::after, .heading::before, .heading::after, .collaboration-head::before, .collaboration-head::after{
  content: '';
  position: absolute;
  height: 2.5rem;
  width: 2.5rem;
  border-top: .4rem solid #57A0D3;
  border-left: .4rem solid #57A0D3;
  margin: auto;
}

.news::before, .dev-head h1::before, .mission-head::before, .heading::before, .collaboration-head::before{
  top: 5.8rem;
  left: -2rem;
  
}

.news::after, .dev-head h1::after, .mission-head::after, .heading::after, .collaboration-head::after{
  bottom: -.5rem;
  right: -2rem;
  transform: rotate(180deg);
}

.content-one .news{ 
  text-align: center;
  width: 950px;
}
.content-one{
  background: #fff; 
  margin-top: -3rem;

}

.content-one .row{
  text-align: start;
  font-size: 20px;
  width: 70%;
  margin: auto;
  padding-top: 30px;
  letter-spacing: 1.5px;
  
}
.content-one .nilinde{
  text-align: center;
  font-size: 22px;
}
.content-one .nilinde i{
  text-align: center;
  font-size: 25px;
  font-weight: bolder;
  color:  rgb(103, 230, 45);
  padding: 0 20px 0 0;
}
.content-one p i{
  color:  rgb(103, 230, 45);
}
.content-one #line{
 background-color: rgb(103, 230, 45);
  height: 10px;
  padding-top: 0px;
}
/* Class content-two*/
.content-two{
  background: #57A0D3;
  
}
.content-two .row{
  font-size: 20px;
  padding-top: 100px;
  letter-spacing: 1px;
 
}
.content-two .row h4{
  text-align: center;
  font-weight: 700;
  color: rgb(1, 1, 59);
  
}
.content-two .row span{
  font-size: 20px;
  color: #fff;
}
.content-two .row  .far{
  font-size: 30px;
  color: rgb(133, 7, 7);
  font-weight: 900;
}



/* Class development*/

.development{
  background-color:#fff ;

}

.dev-head h1{
  text-align: center;
  width: 680px;
  
}
.dev-head{
  margin-bottom: 60px;
  text-align: center;
  margin-top: -8rem;
  padding-top: 100px;
  
}
.dev-head p{
  padding-top: 30px;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color:#0a0101c4;
  width: 70%;
  margin: auto;
  letter-spacing: 1.5px;
}
.activity img{
  font-size:40px;
  background-size: cover;
  margin-bottom: 25px;
  width: 400px;
  height: 300px;
  line-height: 96px;
  border-radius: 50px;
}

#ac-one{
  
  background: rgb(145, 221, 110);
  margin-bottom: 2rem;
}
#ac-one:hover{
  background:#c8d8e4;
}
#ac-two{
  background:rgb(223, 194, 110);
  margin-bottom: 2rem;
}
#ac-two:hover{
  background:#c8d8e4;
}
.activity{
  text-align: center;
  padding:4px 25px;
  box-shadow: 0 0 25px rgba(0,0,0,0.07);
  border-radius: 20px;
  border:5px solid rgba(0,0,0,0.07);
  -webkit-transition:all 0.5s ease 0s;
  transition:all 0.5s ease 0s;
  display: flex;
  width: 900px;
  height: auto;
  margin: auto;
}
.activity:hover{
  background:#c8d8e4;
  box-shadow: 0 8px 20px 0 rgba(0,0,0,0.2);
  -webkit-transition:all 0.5s ease 0s;
  transition:all 0.5s ease 0s;
} 
.activity span img {
  object-fit: cover;
}

.activity:hover span img{
  background:#fff;
  border-radius: 10px;
  -webkit-transition:all 0.5s ease 0s;
  transition:all 0.5s ease 0s;
}
.activity h6{
    font-size: 2rem;
    margin-bottom: 20px;
    color: rgb(3, 3, 80);
    font-weight: 700;
    letter-spacing: 2px;
    
}
.activity:hover h6{
  color: #fff;
  font-weight: bold;
}

.activity:hover p{
  color:#2b6777;
  -webkit-transition:all 0.5s ease 0s;
  transition:all 0.5s ease 0s;
}

.activity p{
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 1px;
  
}
.development .btn{
  outline: none;
  border: none;
  border-radius: 3rem;
  background: white;
  border-style: groove;
  border-color: #222;
  font-size: 18px;
  cursor: pointer;
  height: 3rem;
  width: 8rem;
  box-shadow: 0 .2rem .5rem rgba(0,0,0,.3);
  color: #57A0d3;
}
.development .btn:hover{
  color:  rgb(133, 7, 7);
  background: #fff;
  font-weight: 500;
}

/*class cooperative*/
.cooperatives{
  background-color: #f5f4f4dc; 
}
.cooperatives .activity img{
  width: 300px;
  height: 280px;
}
.cooperatives .dev-head h1{
  text-align: center;
  width: 530px;
}

.cooperatives .row h6{
  color: rgb(103, 230, 45);
  font-weight: 700;
}
.cooperatives .activity:hover h6{
 color: #fff;
}
#flex{
  display: block;
  width: auto;
  margin-bottom: 3rem;
}
.cooperatives .btn{
  outline: none;
  border: none;
  border-radius: 3rem;
  background: white;
  border-style: groove;
  border-color: #57A0d3;
  font-size: 18px;
  cursor: pointer;
  height: 3rem;
  width: 8rem;
  box-shadow: 0 .2rem .5rem rgba(0,0,0,.3);
  color: #57A0d3;
  margin: 1rem auto;
}
.cooperatives .btn:hover{
  color:  rgb(133, 7, 7);
  background: #fff;
  font-weight: 500;
}

/*class TEAM*/


.team{
  min-width: 100vw;
  min-height: 95vh;
  text-align: center;
  background-color: #222;
  
  
}
.team .heading{ 
  text-align: center;
  width: 300px;
  color: #00bfff;
}

.team .heading::before, .team .heading::after{
  border-color: #00bfff;
}

.team .row{
  display: inline-block;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding-top: 50px;
}

.team .row .card{
  height: 22rem;
  width: 17rem;
  background-color: #fff;
  text-align: center;
  margin: 0 2rem;
  position: relative;
  overflow: hidden;
  -webkit-box-reflect: below 5px linear-gradient(transparent 70%, #0004);
  transition: 0.5s;
  margin-bottom: 30px;
}

.team .row .card:hover{
  transform: translateY(-10px);
  cursor: pointer;
}


.team .row .card .image{
  margin: 1rem 0;
  padding-top: 2rem;
}

.team .row .card .image img{
  height: 8rem;
  width: 8rem;
  border-radius: 50%;
  border: .5rem solid #fff;
  box-shadow: 0 0 .5rem rgba(0,0,0,.3);
  object-fit: cover;
}

.team .row .card .info h3{
  font-size: 1.7rem;
  color: #333;
}

.team .row .card .info span{
  font-size: 1.5rem;
  color: #00bfff;
  letter-spacing: 1px;
}

.team .row .card::before, .team .row .card::after{
  content: '';
  position: absolute;
  border-radius: 50%;
  height: 13.5rem;
  width: 13.5rem;
  z-index: -1;
}

.team .row .card::before{
  background: #00bfff;
  top: -3rem;
  right: -4rem;
}

.team .row .card::after{
  background: #ccc;
  bottom: -3rem;
  left: -4rem;
}

/*class collaboration*/
.collaboration{
  background: #fff;
}
.collaboration .collaboration-head{ 
  text-align: center;
  width: 580px;
}
.collaboration .row{
  width: 70%;
  margin: auto;
}
.collaboration .row img{
  width: 200px;
  width: 200px;
  padding: 20px;
}

/* FOOTER*/
.footer {
  position: relative;
  padding: 0 0 30px 0;
  background: #333;
}
.footer .footer-top .row img{
  height: 100px;
  width: 100px;
  object-fit: contain;
  border-radius: 50%;
}

.footer .footer-top {
  background: #57A0D3;
  padding: 60px 0 30px 0;
}

.footer .footer-top .footer-info,
.footer .footer-top .footer-links,
.footer .footer-top .footer-contact,
.footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}

.footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background-color: #ffffff;
  line-height: 1;
  padding: 9px 0;
  margin-right: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

.footer .social-links #fb:hover {
  background: #1877F2;
  color: #ffffff;
}
.footer .social-links #insta:hover {
  background: #8a3ab9;
  color: #ffffff;
}
.footer .social-links #gmail:hover {
  background: #4285F4;
  color: #ffffff;
}

.footer .footer-top h4 {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 20px;
  letter-spacing: 1px;
 
}

.footer .footer-top h4::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0;
  width: 50px;
  border-bottom: 2px solid #ffffff;
}

.footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  
}

.footer .footer-top .footer-links ul i {
  padding-right: 8px;
  color: #ffffff;
  font-size: 16px;
}

.footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #ffffff;
  padding: 7px 0;
  letter-spacing: 1px;
}

.footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-top .footer-links ul a {
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
}

.footer .footer-top .footer-links ul a:hover {
  color: black;
  font-weight: 700;
}

.footer .footer-top .footer-contact p {
  color: #ffffff;
  line-height: 26px;
  font-size: 16px;
  letter-spacing: 1px;
}

.footer .footer-top .footer-newsletter input[type="email"] {
  padding: 6px 8px;
  width: 60%;
  border: 1px solid #ffffff;
  background: transparent;
  color: #ffffff;
}

.footer .footer-top .footer-newsletter input[type="submit"] {
  border: 0;
  width: 40%;
  padding: 6px 0;
  text-align: center;
  color: black;
  border: 1px solid #ffffff;
  background: #ffffff;
  transition: 0.3s;
  cursor: pointer;
}

.footer .footer-top .footer-newsletter input[type="submit"]:hover {
  color: #ffffff;
  background: #00bfff;
  border: 1px solid #00bfff;
  letter-spacing: .2rem;
}

.footer .footer-top .footer-newsletter p {
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 1px;
}

.footer .credit,
.footer .copyright {
  text-align: center;
  padding-top: 25px;
  font-size: 20px;
  color: #fff;
}

@media(max-width:1000px){

  .center-caro{
    margin-top: 3rem;
  }
  #carouselExampleDark .carousel-caption  {
    position: absolute; 
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5); 
    color: #f1f1f1; 
    width: 280px; 
    height: 270px;
    align-self: center;
   
  }
  
  .center-caro .top{
    width: 300px;
    font-size: 2.1rem;
    font-weight: 900;
  }
  .center-caro p{
    font-size: 18px;
    letter-spacing: 0px;
    margin-top: 1rem; 
    
  }
   
  .content-one {
    margin-top: -2rem;
  }
  .content-one .news {
    font-size: 2rem;
    width: 280px;
    
  }
  .content-one .row{
    text-align: start;
    font-size: 18px;
    width: 90%;
  
  }
  .content-one .nilinde i{
    font-size: 21px;
   
  }


  .content-two .row span{
     font-size: 18px;
  }
  .content-two .row h4{
    font-size: 18px;
    font-weight: bold;
  }
  .content-two .row .far{
    font-size: 19px;
    
  }

  .development .dev-head h1{
    font-size: 2.1rem;
    width: 260px;
  }
  .dev-head p{
    width: 90%;
    margin: auto;
  }
  .development .activity{
    margin-left: 12px;
  }
  .activity img{
    width: 250px;
    height: 300px;
  }

  .activity{
   display: block;
    padding:15px 10px;
    border-radius: 20px;
    margin-bottom: 40px;
    height: auto;

  }
  .activity p{
    width: 90%;
    text-align: center;
    font-size: 18px;
  }
  .activity h6{
    font-size: 20px;
  }
  .dev-head p{
    text-align: start;
    font-size: 18px;
  }
  .development .btn{
    width: 7.5rem;
    font-size: 17px;
    height: 2.5rem;
  }

  .cooperatives .dev-head h1{
    font-size: 2.1rem;
    width: 250px;
  }
  .cooperatives .btn{
    width: 7.5rem;
    font-size: 17px;
    height: 2.5rem;
  }
  

  .collaboration .collaboration-head{ 
    text-align: center;
    width: 250px;
    font-size: 2.1rem;
  }
  .collaboration .row img{
    width: 150px;
    width: 150px;
   
  }
  


  .team .heading{ 
    font-size: 2.1rem;
    width: 200px;
    color: #00bfff;
  }
  .team .row .card .info h3{
    font-size: 20px 
  } 
  .team .row .card .info span{
    font-size: 18px;   
  }
  .team .row .card{
    height: 18rem;
    width: 17rem;
  }

   .footer .row h4{
     font-size: 20px;
   }
   .footer .copyright {
     font-size: 18px;
   }

  .footer .footer-top .row img{
    height: 70px;
    width: 70px;
    object-fit: contain;
    border-radius: 50%;
  }


 
  
}


  