@import url('https://fonts.googleapis.com/css?family=Bungee');

body{
  margin: 0;
  padding: 0;
}

.title-color{
  color: #27aee3;
  font-family: 'Bungee';
}

.banner{
   background: url(../img/img1.jpeg) no-repeat center;
   background-size: cover;
   height: 100vh;
   position: relative;
}

header{
  padding: 10px 30px;
  background-color:rgba(225, 225, 225, 0.7);
}

header h1{
  font-family: 'Bungee';
}

.hat{
  float: left;
  display: inline-block;
}

.search-my{
  float: right;
  border: 3px #333 solid;
  background-color: #fff;
  border-radius: 4px;
}
.search1{
  border: none;
  background-color: #fff;
  width: 150px;
  font-size: 20px;
  padding-left: 10px;
}

.button1{
  color: #fff;
  background-color: #333;
  border: none;
  height: 40px;
  width: 40px;
}

.nav1{
  background-color: #f8f9fa;
}
.navbar{
  padding: 0px;
}

.navbar-nav li{
  z-index: 1;
}

.navbar-nav li a{
  font-size: 17px;
  padding: 15px 60px !important;
  transition: 0.2s all;
}

.navbar li a:hover{
  border-right: 3px solid #27aee3;
  border-left: 3px solid #27aee3;
}

.navbar-light .navbar-nav .nav-link{
  color: #333;
}

.navbar-toggler{
  margin: 10px 0px 10px 20px;
  background-color: #fff;
  transition: 0.2s all;
}

.navbar-toggler:hover{
  background-color: #d3d3d3;
}

.slider{
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.slides p{
  font-weight: bold;
}

.flex-caption{
  padding: 2%;
  left: 0%;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.more-btn{
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  background: #27aee3;
  padding: 10px 22px;
  border: 2px solid #27aee3;
  transition: 0.2s all;
}

.more-btn:hover{
  color: #333;
  background: #fff;
}

.modal-body img{
  width: 100%;
}

.about{
  margin-top: 80px;
}

.about h1, h3, p{
  text-align: center;
}

.about h1{
  letter-spacing: 12px;
  margin-bottom: 15px;
}

.about h3{
  color: #27aee3;
}

.about p{
  padding: 10px 137px 0px;
}

.crl1{
  background: #146eb4;
}

.crl2{
  background: #2dde98;
}

.crl3{
  background: #8e43e7;
}

.about-grid{
  text-align: center;
  padding: 30px;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
}

.about-grid h4{
  color: #27aee3;
}

.about-grid p{
  padding: 0%;
  color: #fff;
  margin-bottom: 25px;
}

.about-grid i{
  font-size: 50px;
  color: #fff;
  margin-bottom: 10px;
}

.about-grid i:hover{
  color: #333;
}

.about-grid:hover{
  box-shadow: 2px 15px 70px 2px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 2px 15px 70px 2px rgba(0, 0, 0, 0.75); 
  -moz-box-shadow: 2px 15px 70px 2px rgba(0, 0, 0, 0.75); 
}

.services{
  background-color: #333;
  margin-top: 40px;
  padding-bottom: 40px;
}

.services h1{
  color: #fff;
  text-align: center;
  letter-spacing: 12px;
  text-transform: uppercase;
  padding: 80px 0px 20px;
}

.services h3{
  color: #27aee3;
  margin-bottom: 20px;
}

.services p{
  color: #fff;
  padding: 10px 137px 0px;
}

.services-grid{
  background: aliceblue;
  text-align: center;
  padding: 20px;
  margin-bottom: 20px;
}

.services-grid1{
  padding: 20px 15px;
  width: 100%;
  text-align: center;
}

.services-grid1 i{
  font-size: 26px;
  color: #fff;
  text-align: center;
  line-height: 63px;
  height: 64px;
  width: 64px;
  border-radius: 164px;
  background-color: #27aee3;
}

.services-grid2{
  padding: 20px 15px;
}

.services-grid2 p{
  color: #333;
  padding: 0;
  margin-bottom: auto;
}

.services-grid2 i{
  color: #27aee3;
  margin-right: 10px;
  font-size: 25px;
}

.services-grid-right{
  border-right: 2px solid #27aee3;
  text-align: center;
}

.more-details{
  color: #111;
  background-color: #fff;
  text-decoration: none;
  font-size: 14px;
  margin-top: 25px;
  text-align: center;
  display: inline-block;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -moz-transition: 0.5s all;
  border: 1px solid #333;
  padding: 8px 24px;
  border-radius: 20px;
  letter-spacing: 2px;
  background-clip: white;
}

.more-details:hover{
  color: #fff;
  background-color: #27aee3;
  border-color: #146eb4;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -moz-transition: 0.5s all;
}

.gallery h1{
  color: #111;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 5px;
  padding-top: 80px;
  padding-bottom: 30px;
}

.gallery-grids{
  padding: 0px 15px;
}

.gallery-grid-img{
  padding: 0;
}

.lecture{
  background-color: #111;
  padding-bottom: 80px;
}

.lecture h1{
  color: #fff;
  letter-spacing: 12px;
  text-transform: uppercase;
  padding: 80px 0px 20px;
  text-align: center;
}

.l-img{
  width: 100%;
  position: relative;
  display: block;
  overflow: hidden;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  opacity: 1;
  filter: alpha(opacity=100);
}

.l-img img{
  width: 100%;
}

.l-img:hover{
  cursor: pointer;
}

.l-img:hover .l-caption{
  transform: translateY(0%) scale(1);
  -webkit-transform: translateY(0%) scale(1);
  -ms-transform: translateY(0%) scale(1);
  -moz-transform: translateY(0%) scale(1);
  -o-transform: translateY(0%) scale(1);
}

.l-caption{
  background-color: rgba(1, 4, 6, 0.45);
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 15px 20px;
  right: 0;
  text-align: center;
  z-index: 99;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  transform: translateY(150%) scale(1.5);
  -webkit-transform: translateY(150%) scale(1.5);
  -ms-transform: translateY(150%) scale(1.5);
  -moz-transform: translateY(150%) scale(1.5);
  -o-transform: translateY(150%) scale(1.5);
}

.l-caption ul{
  display: inline-block;
  margin: 0;
  padding: 0;
}

.l-caption ul li{
  display: inline-block;
}

.l-caption ul li a{
  color: #fff;
  margin: 0px 5px;
  text-align: center;
  line-height: 30px;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}

.l-caption i{
  font-size: 20px;
  border-radius: 50%;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -o-transition: 0.3s all;
}

.l-caption i:hover{
  font-size: 30px;
}

.l-info{
  text-align: center;
  border: 1px solid #111;
  padding: 5px 5px 0px 5px;
  background-color: #27aee3;
}

.l-info p{
  font-size: 15px;
  letter-spacing: 2px;
  color: #fff;
}

.l-info h5{
  font-size: 15px;
  letter-spacing: 1.5px;
  color: #fff;
}

.inform{
  background: url(../img/inf1.jpeg) 0px 0px fixed;
  background-size: cover;
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
}

.inform h1{
  color: #fff;
  letter-spacing: 10px;
  text-align: center;
}

.inform-form{
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.form-left{
  padding-left: 0;
}

.inform input[type="text"], input[type="email"], input[type="phone"]{
  width: 100%;
  color: #fff;
  background: none;
  outline: none;
  font-size: 1em;
  padding: 0.8em 1em;
  margin-bottom: 2em;
  border: none;
  border-bottom: solid 2px #fff;
  display: inline-block;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.inform textarea{
  resize: none;
  width: 100%;
  color: #fff;
  background: none;
  outline: none;
  font-size: 1em;
  padding: 0.6em 1em;
  min-height: 10em;
  border: none;
  border-bottom: solid 2px #fff;
  display: inline-block;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.inform input[type="submit"]{
  outline: none;
  color: #fff;
  padding: 0.7em 1em;
  font-size: 14px;
  margin: 1em 0 0 0;
  border: 1px solid #fff;
  background: #27aee3;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
}

.inform input[type="submit"]:hover{
  background: none;
  color: #fff;
  border: 1px solid #fff;
}

.inform input[type="text"]:hover, .inform input[type="text"]:focus, .inform input[type="email"]:hover, .inform input[type="email"]:focus, .inform input[type="phone"]:hover, .inform input[type="phone"]:focus, .inform textarea:hover, .inform textarea:focus{
  border-color: #27aee3;
}

.map{
  border-radius: 2px solid #111;
  background: #fff;
  padding: 1em;
}

.map h1{
  margin: 20px;
}

.map iframe{
  width: 100%;
  height: 400px;
  border: none;
}

footer{
  background-color: #111;
}

.three-clo{
  color: #fff;
  padding: 10px;
  margin-top: 40px;
}

.three-clo h4{
  letter-spacing: 2px;
  color: #27aee3;
}

.three-clo p{
  text-align: left;
}

.three-clo input[type="email"]{
  width: 84%;
  display: inline-block;
  background-color: #fff;
  border: 1px solid #27aee3;
  outline: none;
  padding: 0.5em;
  font-size: 12px;
  color: #999;
}

.btn1{
  color: #dec9be;
  font-size: 18px;
  border: 1px solid #27aee3;
  width: 14%;
  height: 37px;
  text-decoration: none;
  background-color: #27aee3;
  cursor: pointer;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
}

.btn1:hover{
  background-color: #146eb4;
  border-color: #146eb4;
}

.mid-row{
  border: 4px solid #27aee3;
  color: #111;
  padding: 35px;
  text-align: center;
  background: #fff;
  margin-top: 10px;
}

.mid-row h4{
  font-size: 30px;
  color: #27aee3;
  letter-spacing: 2px;
}

.social-icon i{
  margin-top: 0.5em;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 37px;
  border: 1px solid #27aee3;
  font-size: 16px;
  color: #27aee3;
  cursor: pointer;
}

.social-icon i:hover{
  color: #111;
}

.contact{
  color: #fff;
  padding: 10px;
  margin-top: 40px;
}

.contact h4{
  letter-spacing: 2px;
  color: #27aee3;
}

.contact p{
  text-align: left;
}

.contact i{
  color: #27aee3;
  padding-right: 20px;
}

.number{
  color: #27aee3;
}

.number a{
  color: #27aee3;
}

#back-to-top{
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 999;
  width: 40px;
  height: 40px;
  text-align: center;
  background: url(../img/uparrow2.jpeg) no-repeat 0px 0px;
  color: #444;
  cursor: pointer;
  border: none;
  text-decoration: none;
  background-size: 40px;
  opacity: 0;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
}

#back-to-top.show{
  opacity: 1;
}

@media(max-width:1200px){
  .navbar-nav li{
    font-size: 15px;
  }

  .services-grid1 i{
    font-size: 20px;
    line-height: 53px;
    height: 54px;
    width: 54px;
  }
}

@media(max-width:992px){

  .navbar-light{
    background-color: #fff;
  }

  .navbar-nav li a{
    text-align: center;
    background-color: aliceblue;
  }

  .navbar-nav li a:hover{
    background-color: #27aee3;
  }

  .services-grid1{
    padding: 10px 0px;
  }

  .services p{
    padding: 10px 50px 0px;
  }
}

@media(max-width:768px){
  .about p{
    padding: 10px 10px 0px;
  }

  .services p{
    color: #fff;
    padding: 10px 10px 0px;
  }

  .services-grid1 i{
    margin: auto;
  }

  .services-grid-right{
    border-bottom: 2px solid #27aee3;
    border-right: none;
  }
  
}