
.base_bg_class .body_bg{
background-color: white;
}



.carousel-item {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


.image-one {

  background-image: url("/static/slider_photos/slider_1.jpg") ;
}

.image-two {

  background-image: url("/static/slider_photos/slider_2.jpg") ;

}

.image-three {

  background-image: url("/static/slider_photos/slider_3.jpg") ;

}

.image-four {

  background-image: url("/static/slider_photos/slider_4.jpg") ;

}

.image-five {

  background-image: url("/static/slider_photos/slider_5.jpg") ;

}

.image-six {

  background-image: url("/static/slider_photos/slider_6.jpg") ;

}


.navbar {
  margin-bottom: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
  font-family: "Montserrat","Helvetica Neue",Helvetica,Arial,sans-serif;
  background-color: #333; }

.navbar-brand {
  font-size: 20px;
  font-weight: 700; }

.navbar-brand:focus {
  outline: none; }

.navbar-custom a {
  color: #f4f4f4; }

.navbar-custom .nav li a {
  -webkit-transition: background .3s ease-in-out;
  -moz-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out; }

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active {
  outline: none;
  background-color: #158e8f ; }

.navbar-dark .navbar-nav .nav-link {
  font-size: 20px;
  font-weight:700;
  color: white;
  padding:10px;
}




.aboutus-section {
    width: 100%;
    height: 60vh; /* fill screen height */
    background: url("/static/sections_bgs/aboutus_bg_mobile.jpg") no-repeat center center;
    background-size: cover; /* scale and crop to fill */
    text-align: center;
}

.card-body {
  background-color: white;

}
.card-title {
  color:#0a253a;

  text-align: center;
}

.card-text {
  text-align: center;
  color:#0a253a;

}
.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}

h2, h3, h4 {
  font-family: "Times New Roman", Times, serif;
   font-style: italic;
}

body {

  color:black;

}

a {
  color:black;
}



.dropdown-container {
  position: relative;
  width:200px;

  }

.dropdown-menu .dropdown-item {
      color:white;
    }






@media (max-width: 769px) {

  .carousel {
    padding: 55px 0 0 0;
  }

  .aboutus-section {
    padding: 1px 0 0 0 ;
    height:250px;
    width : 100%;
    max-width: 100%;

    background-image: url("/static/sections_bgs/aboutus_bg_mobile.jpg") ;
    text-align: center;

  }




  .mission {

    padding: 5px 0 0 -1px ;
    text-align: center;



  }
  .vision {
    padding: -1px 0 0 -1px ;
    text-align: center;

  }

  .search-section {
  margin: auto;

  }

  .dropdown-menu {
      background-color: #158e8f;
      position: absolute;
    top: 100%; /* Bottom of button */
    right: 0;
    margin-left: -20px;


  }
}




@media (min-width: 768px) {
  .container-fluid{
    max-width: 100%;
  }

  .navbar {
    padding: 1.4rem 0;
    border-bottom: none;
    letter-spacing: 1px;
    background-color:  rgba(21, 142, 143, 0.6) !important;
    -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
    -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
    transition: background .5s ease-in-out,padding .5s ease-in-out;
  }

  .top-nav-collapse {

    padding: 0;
    background-color: #333; }

  .navbar-custom.top-nav-collapse {

    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .navbar-nav {
      border-radius: 10px;
  }
  .navbar-nav.navbar-center {
    position: absolute;
    left: 80%;
    transform: translatex(-50%);
  }

.aboutus-section {
    display: flex;
    justify-content: center;   /* horizontal centering */
    align-items: center;       /* vertical centering */
    flex-direction: column;    /* stack items if you have multiple */
    
    width: 100%;
    height: 75vh; /* fill full screen height */
    
    background: url("/static/sections_bgs/aboutus_bg_mobile.jpg") no-repeat center center;
    background-size: cover;
    text-align: center;
    margin-top:  30px;
    margin-bottom: 30px;
    border-radius: 25px;
}

.aboutus-box {
  border-radius: 50px;
  text-align: center;
  background: rgba(21, 142, 143, 0.2);
  width: 700px;
  height: 250px;
  margin-left: 20px;
  align-items: center; 
}

  .dropdown-menu {
      background-color: #158e8f;
      position: absolute;
    top: 100%; /* Bottom of button */
    right: 0;
    margin-left: -25px;



  }

}




#search-section {
  padding-bottom: 25px;
}

.search-title{
  color : #0a253a;
  text-align: center;
  font-size: 25px;
  font-weight:500;


}

.instructor-search-icon{
  padding: 10px 0;
  text-align: center;
  color : #158e8f;
}

.course-search-icon {
  padding: 10px 0;
  text-align: center;
  color : #158e8f;
}

.profile-instructor-icon{
  color : #158e8f;
  display: flex;
  justify-content: center;

}


.profile-student-icon {
  color : #158e8f;
  display: flex;
  justify-content: center;

}

.profile-button{
  display: flex;
  justify-content: center;

}



.modal-header {
  display: flex;
  justify-content: center;
}

.modal-title {
  display: flex;
  justify-content: center;
}

.notification .notif_badge {
  position: absolute;
  top: -1px;
  left: 60px;
  padding: 5px 10px;
  border-radius: 70%;
  background: red;
  color: white;
}


.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}




.whatsapp-button{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.whatsapp-icon{
	margin-top:16px;
}
