
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200&display=swap');
*{
  font-family: 'Poppins', sans-serif;

}
{
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
html{
  height: -webkit-fill-available;
}
.all{
  background-color: #98c1d9;
  width: 100vw;
}
nav{
  width: 100vw;
  height: 75px;
  line-height: 100px;
  padding: 0px 10px;
  position:absolute;
  background-image: linear-gradient(#033747,#012733);
}
nav .logo p{
  font-size: 30px;
  font-weight: bold;
  float: left;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  cursor: pointer;
}
nav ul{
  float: right;
}
nav li{
  display: inline-block;
  list-style: none;
}
nav li a{
  font-size: 10px;
  text-transform: uppercase;
  padding: 0px 30px;
  color: white;
  text-decoration: none;
}
nav li a:hover{
  color: #ff8c69;
  transition: all 0.4s ease 0s;
}
 .content-items
 {
   margin: 0;
   padding: 0;
   font-family: 'poppins', sans-serif;
   box-sizing: border-box;

 }


.container{
  width: 80%;
  display: block;
  margin: auto;
  padding-top: 100px;
}
.content-section{
  float: left;
  width: 55%;

}
.image-section{
  float: right;
  width: 41%;

}
.image-section img{
  position: absolute;
  width: 40%;


}
.content-section .title{
  text-transform: uppercase;
  font-size: 28px;

}
.content-section .text h3{
  margin-top: 20px;
  color: #5d5d5d;
  font-size: 21px;
}
.content-section .text p{
  margin-top: 50px;
  font-family: sans-serif;
  font-size: 18px;
  line-height: 1.5;
}
.content-section .text .button-a{
  margin-top: 30px;
}
.content-section .text .button-a a{
  background-color: #3d3d3d;
  padding: 12px 40px;
  text-decoration: none;
  color: #fff;
  font-size: 25px;
  letter-spacing: 1.5px;
}
.content-section .text .button-a a:hover{
  background-color: #a52a2a;
  color: #fff;
}
@media screen and (max-width: 768px) {
.container{
    width: 80%;
    display: block;
    margin: auto;
    padding-top: 50px;
  }
  .content-section{
    float: none;
    width: 98%;
    display: block;
    margin: auto;
  }
  image-section{
    float: none;
    width: 100%;

  }
  .image-section img{
    width: 100%;
    height: auto;
    display: block;
    margin: auto;
  }
  .content-section .title{
    text-align: center;
    font-size: 19px;
  }
  .content-section .text .button-a{
text-align: center;
  }
  .content-section .text .button-a a{
    padding: 9px 30px;
  }

}
.gallary .wrapper, .slider{
overflow: hidden;
  width: 100%;
  height: 100%;
;
}
.slider::before{
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;

  z-index: 10;
}
.gallary .slider .image-s{

  height: 100%;
  width: 95%;
  object-fit: cover;
  object-position: center;
}
.slider .image-data{
  position: absolute;
  bottom: -70%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align:center;
  z-index: 10;
}

.image-data .text{
  font-size: 35px;
  font-weight: bold;
  color: #fff;
}
.image-data h2{
  font-size: 65px;
  font-weight: 600;
  color: #fff;
}
a.button-pic{
  display: inline-block;
  padding: 10px 20px;
  border-radius: 25px;
  background: #000000;
  text-decoration: none;
  margin-top: 25px;
  transition: ease;
}
a.button-pic:hover{
  color: #fff;
  background-color: #c87e4f;
}
.team{
  margin: 75px 0;
}

.containsteam h1
{
  text-align: center;
  font-weight: bold;
  letter-spacing: 2px;
  color: #333;
  padding-bottom: 10px;
}
h1:after{
  content: '';
  background: #333;
  display:block;
  height: 3px;
  width: 150px;
  margin: 10px auto;
}
.profile{
  margin-top: 25px;
}
.profile .img-box{
  opacity: 1;
  display: block;
  position: relative;
}
.img-box img{
  height: 280px;
  width: 280px;
  border-radius: 50%;
  border: 1px solid #fff;
  display: block;
  margin: auto;
}
.profile h2{
  font-size: 22px;
  font-weight: bold;
  margin-top: 15px;
}
footer{
  background: #111;
  height: auto;
  width: 100vw;
  font-family: "open sans";
  padding-top: 40px;
  color: #fff;
}
.footer-content{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.footer-bottomc{
  background: #000;
  width: 100vw;
  padding: 20px 0;
  text-align: center;
}
.footer-bottomc p{
  font-size: 14px;
  word-spacing: 2px;
  text-transform: capitalize;
}
.footer-bottomc span{
  text-transform: uppercase;
  opacity: -4;
  font-weight: 200;
}
.exp-text{
  background: #800000;
  height: auto;
  width: 100%;
  font-family: "open sans";
  padding-top: 40px;
  color: #fff;
  text-align: center;
  font-size: 20px;
}
.phot-ab  img{

  max-width: 100%;
  max-height: 100%;

}
.title-about{
  color: #FFD700;
}
.subt-ab{
  color: #FFD700;
}
.activity-phots{
  max-width: 1200px;
  margin: auto;
  background: #f2f2f2;
  overflow: auto;
  
}
.gallary-img{
  margin: 5px;
  border: 1px solid #ccc;
  float: left;
  width: 390x;
}
.gallary-img img{
  width: 100%;
  height: auto;
}
.desc-img{
  padding: 15px;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}
.contactpage{
  position:relative;
  min-height: 100vh;
  padding: 50px 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #87CEEB;
  background-size: cover;

}
.contactpage .contact-content{
  max-width: 800px;
  text-align: center;
}
.contactpage .contact-content h2{
  font-size: 36px;
  font-weight: 500;
  color: #fff;
}
.contactpage .contact-content p{
  font-weight: 300;
  color: #000000;
}
.contact-container{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px
}
.contact-container .contactinfo{
  width: 50%;
  display: flex;
  flex-direction: column;
}
.contact-container .contactinfo .box-cont{
  position: relative;
  padding: 20px 0;
  display: flex;
}
.contact-container .contactinfo .box-cont .contact-icon{
  min-width: 60px;
  height: 60px;
  background: #0000FF;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 22px;
}
.contact-container .contactinfo .box-cont .contact-text{
  display: flex;
  margin-left: 20px;
  font-size: 16px;
  color: #000000;
  flex-direction: column;
font-weight: 300;
}
.contact-container .contactinfo .box-cont .contact-text h3{
  font-weight: 500;
  color: #FF0000;
}
.contact-form{
  width: 40%;
  padding: 40px;
  background: #fff;
}
.contact-form h2{
  font-size: 30px;
  color: #333;
  font-weight: 500;
}
.contact-form .input-box{
  position: relative;
  width: 100%;
  margin-top: 10px;

}
.contact-form .input-box input,
.contact-form .input-box textarea{
  width: 100%;
  padding: 5px 0;
  font-size: 16px;
  margin: 10px 0;
  border: none;
  border-bottom: 2px solid #333;
  outline: none;
  resize:none;

}
.contact-form .input-box span{
  position: absolute;
  left: 0;
  padding: 5px 0;
  font-size: 16px;
  margin: 10px 0;
  pointer-events: none;
  transition: 0.5s;
  color: #666;
}
.contact-form .input-box input:focus ~ span,
.contact-form .input-box input:valid ~ span,
.contact-form .input-box textarea:focus ~ span,
.contact-form .input-box textarea:valid ~ span{
  color: #e91e63;
  font-size: 12px;
  transform: translateY(-20px);

}
.contact-form .input-box input[type="submit"]{
  width: 100px;
  background: #00bcd4;
  color: #fff;
  border: none;
  cursor: pointer;
  padding: 10px;
  font-size: 18px;
}
@media (max-width: 991px)  {
  .contactpage{
    padding: 50px;

  }
  .contact-container{
    flex-direction: column;
  }
  .contact-container .contactinfo{
    margin-bottom: 40px;
  }
  .contact-container .contactinfo{
    width: 100%;
  }
}

.checkbtn{
  font-size: 30px;
  color: #FFFFFF;
  float: right;
  line-height: 80px;
  margin-right: 40px;
  cursor: pointer;
  display: none;
}
#check{
  display: none;
}
@media (max-width:832px) {
  .checkbtn{
    display: block;
    }
  ul{
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #2c3e50;
    top: 80px;
    left: -100%;
    text-align: center;
    transition: all .5s;
  }
  nav ul li{
  display: block;
  margin: 50px 0;
  line-height: 30px;
  }
  nav ul li a{
  font-size: 20px;
  }
  a:hover,a.active{
  background: none;
  color: #0082e6;
  }
  #check:checked ~ ul{
    left: 0;
  }
}
.wrapperabout{
  width: 100%;

}
.titleabout h1{
  color: #fff;
  font-size: 46px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  padding: 100px 0px;

}
.aboutnew{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -120px;
  padding: 0px 80px;
}
.image-sectionabout{
  width: 90%;
  height: auto;
  margin: auto;

}
.image-sectionabout img{
  height: 280px;
  width: 280px;
  border-radius: 50%;
  border: 1px solid #fff;
  display: block;
  margin: auto;
}
article{
  width: 90;
}
article h3{
  font-size: 22px;
  font-weight: 500;
  color: #7d7d7d;
}
article p{
  font-size: 17px;
  color: #FFF;
  margin-top: 25px;
}
article .button-n{
  margin-top: 35px;
}
article a{
  background-color: #3d3d3d;
  padding: 12px 40px;
  text-decoration: none;
  color: #fff;
  font-size: 25px;
  letter-spacing: 1.5px;
}
@media screen and (max-width: 768px){
  .wrapperabout{
    margin-top: 15px;
  }
  .titleabout h1{
    font-size: 28px;
    text-align: center;
  }
  .image-sectionabout img{
    height: 200px;
    width: 200px;
  }
  article{
    margin-top: 30px;
  }
  article h3{
    font-size: 18px;
    color: #ffffff;
  }
  article p{
    font-size: 15px;
  }
  article .button-n{
    margin-bottom: 50px;
  }
  article a{
    padding: 8px 20px;
  }

}
@media screen and (max-width: 1258px){
  .image-data{
    top: 150%;
  }
  .image-data .text h2{
    font-size: 30px;
    text-align: center;
  }
  .image-data .text a{
    padding: 8px 20px;
  }
}
@media screen and (max-width: 916px){
  .image-data{
    top: 160%;
  }

}
@media screen and (max-width: 799px){
  .image-data{
    top: 170%;
  }

}
@media screen and (max-width: 664px){
  .image-data{
    top: 180%;
  }

}
@media screen and (max-width: 620px){
  .image-data{
    top: 190%;
  }

}
@media screen and (max-width: 583px){
  .image-data{
    top: 200%;
  }

}
@media screen and (max-width: 561px){
  .image-data{
    top: 220%;
  }

}
@media screen and (max-width: 428px){
  .image-data{
    top: 288%;
  }

}
@media screen and (max-width: 366px){
  .image-data{
    top: 280%;
    font-size: 10px;
  }

}
@media screen and (max-width: 544px){
  .image-data{
    top: 238%;
  }

}
@media screen and (max-width: 520px){
  .image-data{
    top: 249%;
  }

}
@media screen and (max-width: 507px){
  .image-data{
    top: 260%;
  }

}
@media screen and (max-width: 497px){
  .image-data{
    top: 285%;
  }

}
@media screen and (max-width: 300px){
  .image-data{
    top: 278%;
  }

}
@media screen and (max-height:113px){
  .image-data{
    top: 700%;
  }

}
@media screen and (min-height:389px){
  .image-data{
    top: 250%;
  }

}
@media screen and (min-height:440px){
  .image-data{
    top: 200%;
  }

}
@media screen and (min-height:548px){
  .image-data{
    top: 150%;
  }

}
@media screen and (min-height:742px){
  .image-data{
    top: 130%;
  }

}
@media screen and (min-height:948px){
  .image-data{
    top: 120%;
  }

}
@media screen and (min-height:1139px){
  .image-data{
    top: 100%;
  }

}
@media screen and (min-height:1763px){
  .image-data{
    top: 93%;
  }

}
@media screen and (min-height:640px)and (max-width: 360px){
  .image-data{
    top: 255%;
  }

}
@media screen and (min-height:667px)and (max-width: 375px){
  .image-data{
    top: 243%;
  }

}
@media screen and (min-height:896px)and (max-width: 414px){
  .image-data{
    top: 180%;
  }

}
@media screen and (min-height:844px)and (max-width: 390px){
  .image-data{
    top: 195%;
  }

}
@media screen and (min-height:851px)and (max-width: 393px){
  .image-data{
    top: 188%;
  }

}
@media screen and (min-height:740px)and (max-width: 360px){
  .image-data{
    top: 220%;
  }

}
@media screen and (min-height:1180px)and (max-width: 820px){
  .image-data{
    top: 110%;
  }

}
@media screen and (min-height:720px)and (max-width: 540px){
  .image-data{
    top: 188%;
  }

}
@media screen and (min-height:653px)and (max-width: 280px){
  .image-data{
    top: 245%;
  }

}
@media screen and (min-height:914px)and (max-width: 512px){
  .image-data{
    top: 176%;
  }

}
@media screen and (min-height:731px)and (max-width: 411px){
  .image-data{
    top: 220%;
  }

}
.school-name{
  font-size: 35px;
}
