

/* Whats app icon starts */
.whatsapp-icon {
    position: fixed;
    bottom: 20px;
    right: 20px;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    border-radius: 100%;
    scroll-behavior: smooth;
  }
  
  .whatsapp-icon i{
    font-size: 30px;
    padding: 8px 14px;

   border-radius: 100px;
    /* border-radius: 100%; */
    background-color: #25d366;
    color: white;
  }

  /* whats app icon ends */



html,body
{
	margin: 0;
	padding: 0;
    overflow-x: hidden;
    width: 100%;
/* height: 100%; */
}



#nav1
{
	min-height: 20px;
	background-color: #FF971D;
	margin-right: 50px;
    padding: 0px 80px;
       
}

#nav1 .email{
    display: flex;
  justify-content: flex-start;
  
}

#nav1 i
{
	padding: 5px;
    margin-left: 10px;
    color: white;
    font-family: Nunito;
    /* font-weight: bold; */
    font-size: 12px;
}

#nav1 .icons{
    justify-content: flex-end;
     padding: 0 30px;
    display: flex;
  }

  #nav1 .icons a{
    color: white;
    text-decoration: none;
    padding: 5px;
    font-family: Nunito;
    font-size: 12px;

  }

  #nav1 .icons a:hover{
    text-decoration: underline;
  }

  #nav1 .icons span{
    /* border-right: 1px solid white; */
    padding-right: 10px;
  }

  #nav1 .icons .login{
    position: relative;
  }

  #nav1 .icons .login::before{
    position: absolute;
    content: attr(data-text);
    text-shadow: 0px 0px 20px white;
    filter: blur(10px) brightness(0);
    animation: flicker 2s linear infinite;
    animation-delay: 1s;
  }

  @keyframes flicker{
    0% {filter: blur(6px) brightness(1)}
    3% {filter: blur(6px) brightness(0)}
    6% {filter: blur(6px) brightness(0)}
    7% {filter: blur(6px) brightness(1)}
    8% {filter: blur(6px) brightness(0)}
    9% {filter: blur(6px) brightness(1)}
    10% {filter: blur(6px) brightness(0)}
    20%{filter: blur(6px) brightness(1)}
    50%{filter: blur(6px) brightness(1)}
    99% {filter: blur(6px) brightness(0)}
    100% {filter: blur(6px) brightness(1)}
}


.login-container {
  max-width: 400px;
  margin: 0 auto;
  padding: 10px;
  border: 1px solid #eaeaea;
  background-color: #ffffff;
  margin-top: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.login-container h2 {
  text-align: center;
  margin-bottom: 30px;
}

.login-container .form-control {
  border-radius: 20px;
}

.login-container .btn-success {
  border-radius: 20px;
  width: 100%;
}


.signup-container {
  max-width: 400px;
  margin: 0 auto;
  padding: 10px;
  border: 1px solid #eaeaea;
  background-color: #ffffff;
  margin-top: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.signup-container h2 {
  text-align: center;
  margin-bottom: 15px;
}

.signup-container .form-control {
  border-radius: 20px;
}

.signup-container .btn-success{

  border-radius: 20px;
  width: 100%;
}

.signup-container .btn-primary:hover {
  background-color: #534bd9;
  border-color: #534bd9;
}


  @media screen and (max-width:1000px){
    #nav1{
        display: block;
        width: 100%;
    }

    #nav1 .email{
      padding: 4px 0;
      justify-content: center;
      
    }

    #nav1 .icons{
        justify-content: center;
         margin-top: 1%;
      }
 
      #nav1 i
   {
	padding: 1px;
    margin-left: 10px;
    font-size: 11px;
    color: white;
    font-family: Nunito;
   }

  }


#navbar_background
{
	background-image: url(../images/navbar_img.jpg);
	background-repeat: no-repeat;
	background-size: cover;
    min-height: 20px;
    padding: 0px 100px;
    
}


#logo
{
	display: flex;
}



#logo img
{
	width: 46px;
  height: 46px;

}
#logo h4
{
	font-family: Nunito;
	margin-top: 23px;
	margin-left: 2px;
	font-weight: bold;
  font-size: 18px;
}
#logo p
{
    font-family: Nunito;
	margin-top: -5px;
	margin-left: 5px;
	font-weight: bold;
	font-size: 16px;
}


.navbar ul{
    flex-grow: 1;
    justify-content: end;
}

.navbar ul li a{
    margin: 0 5px;
    font-size: 16px;
    font-weight: 600;
    font-family: Nunito;
    transition: ease all 0.4s;
    color: white;
}

.navbar-nav .dropdown-menu{
    background-color: #00B2F2;
}

.navbar ul li a:hover{
    color: #FF971D;
}


.books{
    padding:5px 30px;
    border:none;
    border-radius:5px;
    background-color:white;
    color:black !important;
    font-family:Nunito;
    font-weight:bold;
    transition:all ease 0.4s;
}

.books:hover{
    background-color:#FF971D;
    color:white !important;
}


.navbar-toggler{
    margin-right: 20px;
}





@media screen and (max-width:992px){
    #navbar_background{
        background-image: none;
        padding: 0px 10px;
    }
    .navbar {
         text-align: center;

   
    }

    .navbar ul{
        background-color: #00B2F2;
    }

    .navbar ul li a{
        margin: 20px 0;
        color: white;
    }

    

    .navbar a{
        margin: 20px 0;
    }

    #logo img
   {
	/* width: 80px; */
	margin-left: 10px;
   }
  

}

@media screen and (max-width:450px)
{
    #logo h4
    {
     display: none;
    }
    #logo p
    {
     display: none;
     }
}



/******Navbar Ends Here*****/



/*Carousel start*/



.carousel-wrapper2{
  width: 100%;
  height: 500px;
  /* max-width: 900px; */
  /* aspect-ratio: 16/9; */
  overflow: hidden;
  /* margin: 0 2rem; */
  /* margin-top: 5px; */

}

.carousel-wrapper2 img{
  width: 100%;
  height: 500px;
  position: relative;
}

.carousel_bg_overlay{
  width: 100%;
    height: 100%;
    top:0;
    left:0;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
}

.slide2 {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  position: absolute;
  transition: transform 300ms ease-out;
}

.slide2 img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  /* border-radius: inherit; */
}


.carousel-wrapper2  .btn{
  font-size: 2rem;
  background: rgba(0, 0, 0, 0.7);
  color: #00c2d8;
  padding: 8px 10px;
  border-radius: 50%;
  border: none;
  margin: 10px;
  position: absolute;
  /* transform: translateY(-50%); */
  cursor: pointer;
}
.carousel-wrapper2 .btn:hover {
  background: rgba(0, 0, 0, 1);
}

.btn.previous {
  top: 40%;
  left: 0;
}
.btn.next {
  top: 40%;
  right: 0;
}


.image-caption {
  position: absolute;
  bottom: 20%;
  /* left: 50%; */
  /* transform: translateX(-50%); */
  text-align: center;
  width: 100%;
}

.image-caption h1 {
  color: white;
  font-size: 35px;
  
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.image-caption p{
  color: white;
  font-weight: bold;
  font-family: Nunito;
}

@media screen and (max-width:750px)
{

  .carousel-wrapper2{
    height: 250px;
  }

  .carousel-wrapper2 img{
    height: 250px;
  }

  .image-caption h1
     {
       font-size: 17px;
     }

     .image-caption p{

      font-size: 12px;
  
    }

} 



/* 
#inner1 img
{
  height: 600px;

}

#inner2
{
    margin-bottom: 100px;
}

#inner2 h1
{
    font-family: nunito;
    font-weight: bold;
    color: white;
}

@media screen and (max-width:992px)
{
    #inner1 img
     {
       height: 300px;
     }
    #inner2
     {
       margin-bottom: 0px;
     }
     #inner2 h1
     {
        font-size: 20px;
     }
} */

/*carousel ends*/



/*about us start*/

#aboutus
{
    padding: 50px;
}

#aboutus h1{
  color: #00B2F2;
  font-family: Nunito;
  font-weight: bold;
  line-height: 45px;
}

#aboutus p
{
    font-family: Nunito;
    font-weight: bold;
    color: #3e4555; 
}

#about2 img
{
    width: 50%;
    height: 350px;
    border-radius: 30px;
    margin-left: 150px;
}

@media screen and (max-width:992px)
{
   #aboutus
    {
      padding: 20px;
      
    }
   #about2 img
    {
      width: 50%;
      height: auto;
      border-radius: 30px;
      margin-left: 0px;
      text-align: center;
    }

    #aboutus p{
      font-size: 14px;
    }

}

/*about us ends*/



/*contact start*/

#contact
{
 width: 85%;
}

.contact_inner1{
  background-color: #00B2F2;
  /* background-color: red; */
  border-radius: 10px;
  padding: 50px;
}

.contact_inner1 h2{
  font-size: 25px;
  color: white !important;
  font-family: Nunito;
  
}

.contact_inner1 p{
  color: white;
  font-size: 15px;
}

.contact_inner2{
  margin-top: 20px;
  
}


.contact_inner2_inner{
  width: 40%;
  display: flex;
  justify-content: space-between;
}

.contact_inner2_inner i{
  /* color: #FF971D; */
  padding: 6px;
  border-radius: 20%;
  background-color: #FF971D;
  color: white;
transition: all ease 1s;
}

.contact_inner2_inner i:hover{
  background-color: #f9f9f9;
  color: #FF971D;
}

#contact button
{
    background-color: #FF971D;
    color: white;
    font-family: nunito;
}

#contact h1
{
    font-family: nunito;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5%;
    color: #00B2F2;
}


#contact2
{
    display: flex;
    margin-top: 20px;
}

#contact2 i
{
    font-size: 16px;
    color: white;
    /* background-color: #8DD8F7; */
    /* padding: 10px 14px; */
    /* border-radius: 80px; */

}

#contact2 i:hover
{
    font-size: 25px;
    color: white;
    background-color: #0D6EFD;
    padding: 10px 14px;
    border-radius: 80px;
    transition: all ease 0.9s;

}

#contact2 h4
{
  font-size: 18px;
  color: white;
  margin-left: 10px;
  font-family: nunito;
  /* font-weight: bold; */
}

#contact2 p
{
  color: white;
  margin-left: 10px;
  font-family: nunito;
  /* font-weight: bold; */
  font-size: 13px;
  margin-top: -10px;
}

#form
{
    padding: 50px;
    margin-top: 4%;
}

#form1
{
    display: flex;
    justify-content: space-between;
}

#form1 input
{
    width: 250px;
    justify-content: space-between;
}

#map{
    height: 200px;
    color: #000000;
    margin-bottom: 10px;
    border-radius: 10px;
    margin-top: 5%;
    }

@media screen and (max-width:992px)
{
  #contact
   {
     width: 100%;
     padding: 20px;
   } 

   #contact h1
    {
      font-family: nunito;
      font-weight: bold;
      margin-top: 30px;
    }
    #contact2 i:hover
    {
     background-color: #0D6EFD;
     color: white;
    }
    #form
    {
     padding: 20px;
    }
    #form1
    {
        display: block;
    }
    #form1 input
    {
     width: 335px;
     margin-top: 10px;
    }
 
}

/*contact ends*/


/*team start*/


/*@import url(//fonts.googleapis.com/css?family=Montserrat:300,500);*/
#faculty{
  /* background-image: radial-gradient(circle, #00B2F2,#ffffff); */
  background-image: url("../images/faculty_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border: none;
  margin-top: 5%;
  border-top: 2px solid white;
    
  }
  
  .team4 {
    font-family:Nunito;
      color: #3e4555;
    font-weight: 300;
    padding: 120px;
    
  }
  
  .team4 h3{
    color: white;
    font-weight: bolder;
    font-size: 30px !important;
    font-family: Nunito;
  }

  @media screen and (max-width:992px)
  {
    .team4 {

      padding: 30px;
      
    } 

    .team4 h3{
      font-size: 23px !important;

    }

    .team4 h6{
      font-size: 14px;
    }

    
  }
  
  .member3{
    /* box-shadow: 1px 1px 1px 1px #ccc; */
   border-radius: 20px;
   margin-right: 2%;
   background-color: white;
   height: 400px;
   text-align: left;
    
  }
  
  .member3 img{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  
  .member3 h5{
    color: #19191B !important;
    font-weight: bold;
    font-size: 17px;
  }
  
  .member3 p{
    color: #6236F5;
    font-size: 13px !important;
    margin-top: 1%;
  }
  
  .member3 h6{
    color: #787A82 !important;
    font-size: 11px;
  }
  
  .team4 h1, .team4 h2, .team4 h4, .team4 h6 {
    color: #3e4555;
    font-family: nunito;
    font-weight: bold;
  }
  
  .team4 .font-weight-medium {
      font-weight: 500;
  }
  
  
  
  .team4 ul li a {
    color: #3e4555;
    padding-right: 15px;
    -webkit-transition: 0.1s ease-in;
    -o-transition: 0.1s ease-in;
    transition: 0.1s ease-in;
  }
  
  .team4 ul li a:hover {
    -webkit-transform: translate3d(0px, -5px, 0px);
    transform: translate3d(0px, -5px, 0px);
      color: #316ce8;
  }
  
  #team
  {
      justify-content: space-evenly;
  }
/*team ends*/


/* Courses starts here */

#courses{
  background-color: #f9f9f9;
  padding-top: 20px;
  padding-bottom: 50px;
}

.section-title{
    text-align:center;
}

.section-title h1 {
    margin: 0;
    margin: 0;
    font-size: 31px;
    font-weight: Bolder;
    /*text-transform: uppercase;*/
    font-family: Nunito;
    color: #00B2F2;
    margin-top: 2%;
    
	  
  }
  
  .section-title .subtitle{
    color: #3e4555;
    line-height: 24px;
        font-size: 14px;
        font-weight:600;
        font-family:Nunito;   
  }

  @media screen and (max-width:750px)
  {

    .section-title h1{
      font-size: 25px;
      
    }

    .section-title .subtitle{
      font-size: 12px;
      text-align: justify;
    }

    .section-title .subtitle br{
      display: none;
    }

  }

  
.program1 .slide{
    height: 400px;
    margin-top: 1%;

  }
  
  .program1 .member{
    box-shadow: 1px 1px 1px 1px #ccc;
    margin-top: 1%;
    width: 300px;
    min-height: 370px;
    /* margin-bottom: 1%; */
    /* background-color: #00B2F2; */
    position: relative;    
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
 border-bottom: 5px solid #FF971D;
 transition: all ease 0.9s;
  }

  .program1 .member:hover{
    border-bottom: 5px solid #00B2F2;
  }
  
  .program1 .member .card-img{
    width: 100%;
    height: 179px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  
  .program1 .member .card-img img{
    width: 100%;
    height: 179px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  
  
  
  .program1 .card-info{
    padding: 10px 10px;
 
  }
  
  .program1 .card-info .info-details{
    height: 100px;
    /* background-color: #00A553; */
  }

  .program1 .card-info p{
    color: #777795;
    font-size: 11px;
    font-family: Nunito;
  }
  
  .program1 .card-info h4{
    font-size: 15px;
    color: #00B2F2;
    font-weight: bold;
    font-family: Nunito;
  }

  .program1 .card-info .price_roll{
    display: flex;
    justify-content: space-between;

position: absolute;
bottom: 8px;
  }

  
  
  .program1 .card-info .span{
    font-size: 17px;
    color: #FF971D;
    font-family: Nunito;
    text-decoration: none;
    margin-top: 3%;
    font-weight: 600;
  }

  .program1 .card-info .btn-sm{
    /* margin-left: 25%; */
    /* margin-top: 8%; */
   background-color: #00B2F2;
   color: white;
   font-family: Nunito;
   font-weight: 600;    
   font-size: 16px;
transition: all ease 0.9s;
    
  }

  .program1 .card-info .btn-sm:hover{
    background-color: #FF971D;
  }


/* Courses ends here */

 
/* books starts */


.book_new_bg{
  background-image: url("../images/book_new_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
  width: 100%;
}

.book_new_bg_text{
  padding: 50px;
  margin-top: 3%;
}

.book_new_bg_text h1{
  color: white;
  font-family: Nunito;
  font-size: 38px;
  font-weight: bold;
}

.book_new_bg_text p{
  font-family: Nunito;
  font-size: 16px;
  line-height: 30px;
  margin-top: 5%;
}

.book_new_bg_text a{
  background-color: #FF971D;
  font-family: Nunito;
  color: white;
}


.book_new_bg_img{
margin-top: 3%;
text-align: end;
}

.book_new_bg_img img{
  height: 400px;

}


@media screen and (max-width:700px) {
  .book_new_bg_text h1{
    font-size: 30px;
  }

  .book_new_bg_img img{
    height: 300px;
  }
}



.program2 .slide{
  height: 300px;
  margin-top: 1%;

}



.program2 .member2{
  /* box-shadow: 1px 1px 1px 1px #ccc; */
  margin-top: 1%;
  width: 500px;
  height: 200px;
  /* border: 1px solid red; */
  /* margin-bottom: 1%; */
  /* background-color: #00B2F2; */
  position: relative;    
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
/* border-bottom: 5px solid #FF971D; */
transition: all ease 0.9s;
display: flex;
}


.program2 .member2 .card-img{
  width: 200px !important;
  height: 200px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;

}

.program2 .member2 .card-img img{
  /* width: 50%; */
  width: 100%;
  height: 180px;
  /* object-fit: cover; */

  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}



.program2 .card-info2{
  padding-top: 25px;
  padding-left: 25px;

}

.program2 .card-info2 .info-details2{
  height: 100px;
  /* background-color: #00A553; */
}

.program2 .card-info2 p{
  color: #777795;
  font-size: 11px;
  font-family: Nunito;
}

.program2 .card-info2 h4{
  font-size: 15px;
  color: #00B2F2;
  font-weight: bold;
  font-family: Nunito;
}

.program2 .card-info2 .price_roll2{
  display: flex;
  justify-content: space-between;
width: 250px;
position: absolute;
bottom: 20px;
}



.program2 .card-info2 .span{
  font-size: 17px;
  color: #FF971D;
  font-family: Nunito;
  text-decoration: none;
  margin-top: 3%;
  font-weight: 600;
}

.program2 .card-info2 .btn-sm{
  /* margin-left: 25%; */
  /* margin-top: 8%; */
 background-color: #00B2F2;
 color: white;
 font-family: Nunito;
 font-weight: 600;    
 font-size: 16px;
transition: all ease 0.9s;
  
}

.program2 .card-info2 .btn-sm2:hover{
  background-color: #FF971D;
}

/* books ends */

/*------------Our Gallery starts-----------*/
#gallery{

	width: 100%;
	min-height: 650px;
	padding: 20px;
}

.gallery-text{ 
	text-align: center;
	padding: 25px;
	  }
.gallery-text h1{
	  font-family: Nunito;
	  font-weight: bolder;
    color: #3e4555;
}
/*.gallery-text p{*/
/*   font-family: Nunito;*/
/*color: #3e4555;*/
/*}*/

.gallery-text .subtitle {
    color: #3e4555;
    line-height: 24px;
        font-size: 14px;
        font-weight:bold;
        font-family:Nunito;
}


.gallery-img .cell{
	/*width: 25%;*/
	max-height: 350px;
	margin: 0 15px;
	overflow: hidden;
	border-radius: 8px;
 text-align: center;
 border: 2px solid #ccc;
}

.gallery-img .cell p{
  font-size: 14px;
  font-weight: 600;
  font-family: Nunito;
  color: #3e4555;
}

.cell img{
	width: 100%;
	height: 300px;
	object-fit: cover;
}





/*------------Our Gallery ends-----------*/




/*footer start*/

footer{
    background-color: #00B2F2;
    min-height: 430px !important;
}

.footer_inner_1 p{
  font-family: Nunito;
  color: white;
  font-size: 17px;
  margin-top: 5%;

}



footer ul li{
    list-style-type: none;
    margin-top: 20px;
}

footer ul li a{
    font-size: 15px;
    font-weight: 500;
    font-family: Nunito;
    text-decoration: none;
    color: white;
    transition: all ease 0.4s;
    

}

footer ul li a h1{
    color:white;
    font-size: 23px;
    font-family: Nunito;
}


footer ul li a:hover{
    color: #00A553;
}


#social h1{
    color:white;
    font-size: 23px;
    font-family: Nunito;  
}

#social a{
    text-decoration: none;
    font-size: 17px;
    font-family: Nunito;
    margin-top: 2%;
    padding: 15px 10px;
    color: white;
}

footer .bottom-text{
    text-align: center;
    font-size: 16px;
    color: white;
    font-family: Nunito;

}

.footer_bottom{
  background-color: #FF971D;
  padding: 0;
  /* height: 100%; */
/* margin-top: 3%; */

/* height: 100px; */
}

footer .bottom-text2 a{
    text-align: center;
    font-size: 16px;
    color: white;
   font-family: Nunito;
   
}

@media screen and (max-width:572px) {
  footer .row{
    display: block;
  } 
  
  .program2 .card-info2 .price_roll2{
  display: block;
  justify-content: space-between;
width: 250px;
position: absolute;
bottom: 20px;
}
}


/* Footer ends */