.m-logo{
    
    object-fit:cover;
}

.h-logo{
    height: 60px !important;
    object-fit:cover;
}

.whatsapp{
    position:fixed;
    bottom:1rem;
    left:50%;
    z-index:10;
    
  }
  .whatsapp-bg{
    background-color:#22543d;
    background-color:rgba(34,84,61,1);
    padding-top:.75rem;
    padding-bottom:.75rem;
    padding-left:1.5rem;
    color:white;
    padding-right:1.5rem;
    border-radius:9999px;
    box-shadow:0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.12),0 1px 5px 0 rgba(0,0,0,.2);
    font-weight:600
  }
  .whatsapp-bg:hover{
    background-color:#2f855a;
    background-color:rgba(47,133,90,1)
  }
  

  .pt-20{
    padding-top: 20px;
  }

  .pb-20{
    padding-bottom: 20px;
  }



  .head-image {
    min-height: 600px;
}

.head-image img{
    object-fit: cover !important;
    min-height: 600px;
}

.align-justify{
    text-align: justify;
}




.scroll {
    position: relative;
    width: 100vw;
    background-color: '';
    overflow: hidden;
    z-index: 1;
    margin: 0;
    padding: 0;
  }
  
  .m-scroll {
    overflow: hidden;
    height: 100%;
    white-space: nowrap;
    animation: scrollText 50s infinite linear;
    margin: 0;
    font-size: 0;
    display: flex;
    justify-content: baseline;
    width: 100%;
  }
  
  .scroll span {
    display: inline-block;
    margin: 0;
    padding: 0;
    color: white;
    margin-left: 2rem;
    margin-right: 2rem;
  }
  
  @keyframes scrollText {
    from {
      transform: translateX(0%);
    }
    to {
      transform: translateX(-50%);
    }
  }


  .partner-image{
    
  }
  .partner-image img{
    height:80px;
    width: 100%;
    object-fit:contain;
  }


  .w-100p{
    max-width: 100% !important;
  }





  
.carousel {
	width: 650px;
	margin: 0 auto;
	padding-bottom: 50px;
}
.carousel .carousel-item {
	color: #999;
	font-size: 14px;
	text-align: center;
	overflow: hidden;
	min-height: 340px;
}
.carousel .carousel-item a {
	color: #eb7245;
}
.carousel .img-box {
	width: 145px;
	height: 145px;
	margin: 0 auto;
	border-radius: 50%;
}
.carousel .img-box img {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;
}
.carousel .testimonial {	
	padding: 30px 0 10px;
}
.carousel .overview {	
	text-align: center;
	padding-bottom: 5px;
}
.carousel .overview b {
	color: #333;
	font-size: 15px;
	text-transform: uppercase;
	display: block;	
	padding-bottom: 5px;
}
.carousel .star-rating i {
	font-size: 18px;
	color: #ffdc12;
}
.carousel-control-prev, .carousel-control-next {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #999;
	text-shadow: none;
	top: 4px;
}
.carousel-control-prev i, .carousel-control-next i {
	font-size: 20px;
	margin-right: 2px;
}
.carousel-control-prev {
	left: auto;
	right: 40px;
}
.carousel-control-next i {
	margin-right: -2px;
}
.carousel .carousel-indicators {
	bottom: 15px;
}
.carousel-indicators li, .carousel-indicators li.active {
	width: 11px;
	height: 11px;
	margin: 1px 5px;
	border-radius: 50%;
}
.carousel-indicators li {	
	background: #e2e2e2;
	border: none;
}
.carousel-indicators li.active {		
	background: #888;		
}

.news-image{
  max-height: 200px !important;
  min-height: 200px !important;
  object-fit: cover;
}

.event-image{
  max-height: 250px !important;
  min-height: 250px !important;
  object-fit: cover;
}

.gallery-image{
  min-height: 250px !important;
  max-height: 250px !important;
  object-fit: contain !important;
}
.banner-area{
 /*  background-color: #f4f6f9 !important; */
  display: flex;
  align-items: center;
  justify-content: center;
 
  max-height: 700px !important;
}
.mt-50{
  margin-top: 50px;
}
.m-0{
  margin: 0px 0px !important;
  padding:0px 0px !important;
}

.advert{
  min-width: 100%;
  object-fit: cover;
}

.advert img{
    max-height: 700px; 
    object-fit: contain;
}

.mb-80{
  margin-bottom: 80px;
}

.mb-30{
  padding-bottom: 30px;
}
.main-slides{
  
 
}

.mt-20{
  margin-top: 20px !important;
}
.caption-wrapper{
  padding:20px;
  background-image: linear-gradient(to left, rgba(9, 0, 51, 0), rgb(8, 1, 77));
  margin-bottom: 20px;
}

.mb-10{
  margin-bottom: 10px;
}

  .modal-body{
    height: calc(100vh - 5em);
    overflow: auto !important;
  }

.push-modal-right {
  top: 10vh !important;
}

.bg-transparent{

  background-color: transparent !important;
  padding: 0px !important;
  margin:0px !important;
  border-width: 0px;

}

.gallery{
  width: 100% !important;
  height: 300px !important;
  object-fit: contain;
  background-size: cover;
}

.radius-md{
  border-radius: 50% !important;
  max-height: 400px !important;
}

.pull-center{
  display: flex;
  justify-content: center;
  align-items: center;
}

.apply-now{
  letter-spacing: 1px;
  border-style: none;
  text-transform: uppercase;
  font-size: 20px !important;
  font-weight: bold !important;
  color: #fff !important;
  background-color: #1f588c !important;
  width: 200px !important;
  height: 50px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px !important;
  transition: all ease 0.5s;
  animation: glowing 1300ms infinite;
}

.apply-now:hover{
  background-color: #e32845 !important;

}
@keyframes glowing {
  0% {
    background-color: #e32845;
    box-shadow: 0 0 5px #e32845;
  }
  50% {
    background-color: #49e819;
    box-shadow: 0 0 20px #49e819;
  }
  100% {
    background-color: #e32845;
    box-shadow: 0 0 5px #e32845;
  }
}

.marquee-text{
  font-weight: bold !important;
  font-size: 20px !important;
}

.content-start{
  background-color: red !important;
}

.tab-wrapper{
 display: flex;
 flex-direction: column;
 justify-content: flex-start;
 align-items: flex-start;
 height: 100%;
}
.tab-wrapper .nav-link{
  width: 100%;
  justify-content: flex-start;
 align-items: flex-start;
 display: flex;
}
.learn h3{
  margin-left: 10px;
}