#banner{
  background: linear-gradient(rgba(0,0,0,0.1),blue), url(images/B1.jpg);
  background-size: cover;
  background-position: center;
  height: 100vh;
}
#img{
  width: 15%;
  position: absolute;
  top: 4%;
  left: 10%;
  border-radius: 5px;
  border-style: double;
  border-color: red;
}
.src{
  text-align: center;
  color: white;
  padding-top: 180px;
}
.src h1{
  font-size: 100px;
}
.src p{
  font-size: 40px;
  font-style: italic;
}

.btn{
  margin: 70px auto 0;
}
.btn a{
  width: 150px;
  text-decoration: none;
  display: inline-block;
  margin: 0 10px;
  padding: 12px 0;
  color: white;
  border: .5px solid white;
  font-weight: 500;
}
.btn a:hover{
  border-radius: 10px;
  border-color: red;
  transition: .5s;
  background-color: black;
  color: white;
}

#navbar{
  width: 250px;
  height: 100vh;
  position: fixed;
  right: -250px;
  top: 0;
  background: blue;
  z-index: 2;
  transition: 0.5s;
}
nav ul li{
  list-style: none;
  margin: 50px 20px;
}
nav ul li a{
  text-decoration: none;
  color: lightblue;
  font-size: 20px;
}
nav ul li a:hover{
  /* border: .5px solid red; */
  /* background-color: black; */
  color: white;
  transition: .5s;
}

.img2{
  width: 50px;
  height: 50px;
  background: blue;
  text-align: center;
  position: fixed;
  right: 30px;
  top: 20px;
  border-radius: 3px;
  z-index: 3;
  cursor: pointer;
}
.img2 img{
  width: 20px;
  margin-top: 15px;
}

#crs{
  display: none;
}

/* Media Section */

@media screen and (max-width: 770px){  
  .src h1{
    font-size: 44px;
  }
  .btn a{
    display: block;
    margin: 20px auto;
  }
  .text h1{
    font-size: 35px;
  }
} 

#section{
  width: 100%;
  padding: 70px 0;
}
.text{
  text-align: center;
  padding-bottom: 70px;
}
.text p{
  margin: auto;
  font-size: 20px;
  color: blue;
  font-weight: bold;
  position: relative;
  z-index: 1;
  display: inline-block;
}
.text p::after{
  content: '';
  width: 50px;
  height: 35px;
  background: linear-gradient(blue, white);
  position: absolute;
  top: -20px;
  left: 0;
  z-index: -1;
  transform: rotate(10deg);
  border-top-left-radius: 35px;
  border-bottom-right-radius: 35px;
}
.text h1{
  font-size: 50px;
}

.box{
  width: 80%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
  padding-top: 5%;
}
.box2{
  flex-basis: 50%;
}

.box-img{
  flex-basis: 50%;
  margin: auto;
}
.box-img img{
  width: 70%;
  border-radius: 10px;
}
.box-img img:hover{
  opacity: 0.9;
}
.box2 h1{
  text-align: left;
  margin-bottom: 10px;
  font-weight: 100;
  color: blue;
}
.paper{
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.icon {
  width: 50px;
  height: 40px;
  font-size: 40px;
  line-height: 50px;
  border-radius: 4px;
  color: blue;
  border: 1px solid blue;
}
.text2 p{
   padding: 0 20px;
   text-align: initial;
   text-align: justify;
}

/* Media Section */

@media screen and (max-width: 770px){
  .box2{
    flex-basis: 100%;
  }
  .box-img{
    flex-basis: 100%;
  }
  .box-img img{
    width: 100%;
  }
  .text2 p{
    text-align: justify;
  }
}

/* Services */

#service{
  width: 100%;
  padding: 70px 0;
  background: honeydew;
}
.service2{
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: auto;
}
.single{
  flex-basis: 48%;
  text-align: center;
  border-radius: 7px;
  margin-bottom: 20px;
  color: white;
  position: relative;
}
.single img{
    width: 100%;
    border-radius: 7px;
}
.layout{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  border-radius: 7px;
  cursor: pointer;
  background: linear-gradient(rgb(0,0,0,0.5),blue);
  opacity: 0;
  transition: 1s;
}
.single:hover .layout{
  opacity: 1;
}
#out{
  width: 80%;
  position: absolute;
  bottom: 0;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%);
  transition: 1s;
}
hr{
  background: white;
  height: 2px;
  border: 0;
  margin: 15px auto;
  width: 60%;
}
#out p{
  font-size: 14px;
}
.single:hover #out{
   bottom: 40%;
   opacity: 1;    
}

/* media section */

@media screen and (max-width: 770px){
  .single{
    flex-basis: 100%;
    margin-bottom: 30px;
  }
  #out p{
    font-size: 12px;
  }
  hr{
    margin: 5px auto;
  }
  .single:hover #out{
    bottom: 25% !important;   
 }
}

/* Meet us */

#meet{
  width: 100%;
  padding: 70px 0;
}
.space{
  width: 80%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.alter img{
  width: 100%;
}
.space2{
  flex-basis: 28%;
  padding: 10px;
  margin-bottom: 30px;
  border-radius: 5px;
  box-shadow: 0 10px 20px 3px blue;
  cursor: pointer;
  transition: transform .5s;
}
.space2 p{
  font-size: 16px;
  text-align: justify;
}
.alter-info{
  text-align: center;
}
.alter-info hr{
    background: blue;
    height: 2px;
    border: 0;
    margin: 15px auto;
    width: 60%;
}
.space2:hover{
  transform: translateY(-8px);
}
/* Media Section */
@media screen and (max-width: 770px){
  .space2{
    flex-basis: 100%;
  }
  .space2 img{
    width: 100%;
  }
}

/* Footer */
#footer{
  padding: 100px 0 20px;
  background: honeydew;
  position: relative;
}
.row{
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.left, .right{
    flex-basis: 45%;
    padding: 10px;
    margin-bottom: 20px;
}
.right{
  text-align: right;
}
.row h1{
  margin: 10px 0;
}
.row p{
  line-height: 35px;
}
.left .polor, .right .polor{
  font-size: 20px;
  color: blue;
  margin: 10px;
}
.footer-img{
  max-width: 370px;
  opacity: 0.1;
  position: absolute;
  left: 50%;
  top: 25%;
  transform: translate(-50%,-50%);
}
.links{
  text-align: center;
}
.links .link{
    height: 40px;
    width: 40px;
    font-size: 20px;
    line-height: 40px;
    border: 1px solid blue;
    margin: 40px 5px 0;
    color: blue;
    cursor: pointer;
    transition: .5s;
}
.links .link:hover{
  background: blue;
  color: white;
  transform: translateY(-7px);
}
.links h3{
  margin-top: 20px;
  color: black;
  font-size: 20px;
}
.footer-col ul li{
  list-style: none;
  color: black;
  font-size: 20px;
}
.footer-col ul li a{
  text-decoration: none;
  color: black;
  font-size: 20px;
}
.footer-col ul li a:hover{
  color: red;
  transition: .5s;
}
.row{
  display: flex;
  flex-direction: row;
}
.footer-col h2{
  color: blue;
}

/* Media Section */
@media screen and (max-width: 500px){
      /* .row,.left,.right{
        flex-basis: 100%;
      }   */
      .footer-img{
        top: 15%;
      }
      .row{
        flex-direction: column;
      }
}

.slide{
  position: relative;
  width: 754px;
  height: 292px;
  margin: 0px auto 0;
  /* padding-bottom: 5%; */
}
.slide .prev, .slide .next{
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  border-radius: 50px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  background-color: blue;
  color: white;
  transition: all 0.7s;
  font-size: 20px;
  font-weight: bold;
}

.slide .prev:hover, .slide .next:hover{
  opacity: 1;
  background-color: blue;
}
.slide .prev{
  left: -70px;
}
.slide .prev::before{
  content: '<';
}
.slide .next{
  right: -70px;
}
.slide .next::before{
  content: '>';
}
.slide > ul{
  list-style: none;
  position: relative;
  width: 754px;
  height: 292px;
  margin: 0;
  padding: 0;
}
.slide > ul > li{
  overflow: hidden;
  position: absolute;
  z-index: 0;
  left: 377px;
  top: 147px;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  border: 3px solid blue;
  background-color: chocolate;
  cursor: pointer;
}
.slide > ul > li > img{
  width: 100%;
  height: 100%;
  background-position: center;
}
@media screen and (max-width: 770px){
  .slide{
    display: none;
  }
}