/*==========================================================================
Author's custom styles
==========================================================================*/
.no-padding{
	padding: 0px;
}
:root{
	--navfont: 'Oxygen', sans-serif;
	--mainfont: 'Oxygen', sans-serif;
	--mainfontsize: 16px;
}
body{
    font-family: var(--mainfont);
    overflow-x: hidden;
}

/*header section*/
header{
    padding: 1px 0px;
    background-image: url("../img/header-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.top-bar{
    display: flex;
    align-content: center;
    justify-content: space-between;
}
.logo-container{
    flex-basis: 25%;
}
.logo-container img{
    width: 100%;
}
.top-contact{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-basis: 63%;
}
.top-contact ul{
    display: flex;
    align-items: center;
    justify-content: center;
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: relative;
    left: 0;
}
.top-contact ul li{
    margin-right: 15px;
}
.top-contact ul li a{
    font-size: 16px;
    line-height: 26px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.top-contact ul li a p{
    padding: 0;
    margin: 0;
}
.top-social{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-basis: 12%;
}
.top-social ul{
    display: flex;
    align-items: center;
    justify-content: center;
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: relative;
    left: 0;
}
.top-social ul li{
    margin-right: 15px;
}
.top-social ul li a{
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    width: 35px;
    height: 35px;
    background-color: #000;
}
.bottom-bar{
    display: flex;
    align-items: stretch;
    justify-content: center;
    margin-top: 15px;
}
nav{
    flex-basis: 85%;
    background-color: #28DF99;
}
.special-button{
    flex-basis: 15%;
    display: flex;
}
.special-button a{
    font-size: 16px;
    line-height: 26px;
    color: #28DF99;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-basis: 100%;
    text-align: center;
    background-color: #fff;
    border: 1px solid #28DF99;
}
/*header section*/

/*banner bottom section*/
.banner-bottom-buttons ul{
    display: flex;
    align-items: center;
    justify-content: center;
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: relative;
    left: 0;
}
.banner-bottom-buttons ul li{
    flex-basis: 33.33%;
}
.banner-bottom-buttons ul li .bottom-button-box{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-basis: 100%;
    background-color: #26D793;
    text-decoration: none;
    padding: 4px;
}
.left-button{
    font-size: 30px;
    line-height: 40px;
    color: #28DF99;
    font-weight: 900;
    background: #FFFFFF;
    box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.25);
    border-radius: 5px;
    flex-basis: 17%;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.right-button{
    font-size: 25px;
    line-height: 30px;
    color: #FFFFFF;
    text-transform: uppercase;
    flex-basis: 83%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 15px;
}
.right-button span{
    font-weight: 900;
    margin-right: 5px;
}
/*banner bottom section*/

/*about us section*/
.aboutus-container{
    padding: 50px 0px;
}
.title-main h5{
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    padding: 0;
    margin: 0;
}
.title-main h1{
    font-size: 25px;
    line-height: 36px;
    color: #000000;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}
.about-details{
    margin: 15px 0px;
}
.about-details p{
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    padding: 0;
    margin: 0;
}
.readmore-btn{
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    transition: all linear 0.5s;
}
.readmore-btn:hover{
    color: #26D793;
    text-decoration: none;
}
.d-flex{
    display: flex;
    align-items: center;
    justify-content: center;
}
/*about us section*/

/*features & facilities section*/
.title-special{
    position: relative;
}
.title-special::before{
    position: absolute;
    content: '';
    left: 0;
    right: 94%;
    top: 0;
    bottom: 0;
    background-color: #fff;
}
.title-special h5{
    position: relative;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 900;
    z-index: 8;
    padding: 10px 0 10px 40px;
    margin: 0;
}
.feature-container{
    padding: 50px 0px;
    background-image: url("../img/facility-bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.feature-carousel-container{
    margin-top: 50px;
}
.facility-icon-box{
    width: 91px;
    height: 91px;
    background-color: #fff;
    
}
.facility-icon-box img{
    width: 100%;
}
.facility-box h5{
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    padding: 0;
    margin: 15px 0;
}
.facility-box p{
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    padding: 0;
    margin: 0;
}
/*features & facilities section*/

/*education section*/
.education-transform-container{
    padding: 50px 0px;
    display: flex;
    align-items: stretch;
    justify-content: center;
}
.edu-image-wrapper{
    width: 100%;
    height: 500px;
    background-color: #28DF99;
    clip-path: polygon(0 5%, 0 100%, 93% 90%, 100% 0);
    display: flex;
    align-items: center;
    justify-content: center;
}
.edu-image{
    width: 100%;
    height: 95%;
    clip-path: polygon(0 0, 0 100%, 86% 100%, 100% 0);
    background-image: url("../img/education-image.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}
.title-sub h5{
    position: relative;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 900;
    z-index: 8;
    margin: 0;
}
.edu-details-container .title-sub h5{
    color: #28DF99;
}
.edu-details-container p{
    font-size: 16px;
    line-height: 26px;
    color: #000;
    text-align: justify;
    padding: 0;
    margin: 15px 0;
}
.edu-details-container a{
    background-color: #28DF99;
    display: block;
    padding: 15px 15px 15px 15px;
    font-size: 16px;
    line-height: 26px;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    font-weight: 900;
}
/*education section*/

/*governing body section*/
.governing-body-container{
    padding: 50px 0px;
}
.governing-carousel{
    margin-top: 25px;
}
.governing-image-box{
    border-radius: 8px;
    overflow: hidden;
}
.governing-image-box img{
    width: 100%;
}
.governing-body-container .title-sub h5{
    color: #28DF99;
}
.governing-caption-box{
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    background-color: #28DF99;
    padding: 15px;
    margin: 0 15px;
}
.governing-caption-box h6{
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0;
    margin: 0;
}
.governing-caption-box h4{
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    text-align: center;
    padding: 0;
    margin: 0;
}
/*governing body section*/

/*enroll section*/
.apply-box{
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    border: 1px solid #26D793;
    background-color: #fff;
    padding: 30px 25px;
    margin: 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.apply-box h5{
    font-size: 32px;
    line-height: 42px;
    color: #000;
    text-align: center;
    padding: 0;
    margin: 0;
}
.apply-box h5 span{
    text-transform: uppercase;
    font-weight: 800;
}
.apply-box a{
    font-size: 16px;
    line-height: 26px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 700;
    background-color: #28DF99;
    border-radius: 150px;
    padding: 1px 1px 1px 20px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.apply-box a span{
    width: 45px;
    height: 55px;
    font-size: 33px;
    line-height: 32px;
    color: #28df99;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFFFFF;
    border-radius: 2px 28.5px 28.5px 2px;
    margin-left: 15px;
}
/*enroll section*/

/*footer section*/
.footer-logo-container{
    width: 100%;
}
footer{
	padding: 50px 0px 0px;
	background-image: url("../img/footer-bg.jpg");
}
.footer-logo-container img{
	width: 100%;
}
.footer-top-container{
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-social-media-container ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
	left: 0;
	position: relative;
	vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.footer-social-media-container ul li{
    margin-right: 10px;
}
.footer-social-media-container ul li:last-child{
	margin-right: 0;
}
.footer-title{
	margin: 15px 0px;
}
.footer-title h5{
	font-size: 25px;
	line-height: 35px;
	color: #26D793;
	font-weight: bold;
	padding: 0;
	margin: 0;
}
.footer-about p{
	font-size: 16px;
	line-height: 26px;
	color: #000;
    text-align: justify;
	padding: 0;
	margin: 0;
}
.footer-contact-container ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
	left: 0;
	position: relative;
	vertical-align: middle;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.footer-contact-container ul li{
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: 50%;
    position: relative;
    padding-left: 58px;
    margin-bottom: 25px;
}
.footer-contact-container ul li img{
    position: absolute;
    left: 0;
    top: 0;
}
.footer-contact-container ul li h6{
	font-size: 18px;
	line-height: 28px;
	font-weight: 700;
	color: #294062;
	padding: 0;
	margin: 0;
}
.footer-contact-container ul li p{
	font-size: 16px;
	line-height: 26px;
	color: #000000;
	padding: 0;
	margin: 0;
}
.footer-quick-contact{
	padding: 15px 15px;
	background: #FFFFFF;
	margin-top: 25px;
    border-radius: 150px;
}
.footer-quick-contact ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
	left: 0;
	position: relative;
	vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-quick-contact ul li{
	margin-right: 15px;
}
.footer-quick-contact ul li:last-child{
	margin-right: 0;
}
.footer-quick-contact ul li a{
	font-size: 16px;
	line-height: 26px;
	color: #000000;
	text-decoration: none;
	text-transform: capitalize;
}
.copy-right-container{
	padding: 15px 15px;
	background-image: url("../img/footer-bg.jpg");
}
.copy-right-container p{
	font-size: 16px;
	line-height: 26px;
	color: #000000;
	padding: 0;
	margin: 0;
}
.copy-right-container p a{
    text-decoration: none;
	color: #3A9188;
	font-weight: 700;
}
/*footer section*/
.facility-box p span{
    color: #fff !important;
}
@media only screen and (min-width: 769px) and (max-width: 1024px){
}
@media only screen and (min-width: 641px) and (max-width: 768px){
}
@media only screen and (min-width: 481px) and (max-width: 640px){
    .logo-container, .top-contact, .top-social{
        flex-basis: 100%;
    }
    .top-bar{
        display: block;
    }
    .top-contact ul{
        flex-direction: column;
    }
    .bottom-bar, .banner-bottom-buttons ul{
        flex-direction: column;
    }
    .banner-bottom-buttons ul li{
        flex-basis: 100%;
        width: 100%;
    }
    .right-button{
        font-size: 16px;
        line-height: 26px;
    }
    .aboutus-container .d-flex{
        flex-direction: column-reverse;
    }
    .d-flex{
        flex-direction: column;
    }
    .about-img img{
        width: 100%;
    }
    .education-transform-container{
        flex-direction: column;
    }
    .edu-image-wrapper{
        height: 270px;
        clip-path: none;
    }
    .edu-image{
        height: 100%;
        clip-path: none;
    }
    .apply-box{
        flex-direction: column;
    }
    .apply-box h5{
        font-size: 22px;
        line-height: 32px;
    }
    .apply-box a{
        margin-top: 15px;
    }
    .footer-contact-container ul{
        flex-direction: column;
    }
    .footer-quick-contact ul{
        flex-direction: column;
    }
    .footer-quick-contact{
        display: none;
    }
}
@media only screen and (max-width: 480px){
    .logo-container, .top-contact, .top-social{
        flex-basis: 100%;
    }
    .top-bar{
        display: block;
    }
    .top-contact ul{
        flex-direction: column;
    }
    .bottom-bar, .banner-bottom-buttons ul{
        flex-direction: column;
    }
    .banner-bottom-buttons ul li{
        flex-basis: 100%;
        width: 100%;
    }
    .right-button{
        font-size: 16px;
        line-height: 26px;
    }
    .aboutus-container .d-flex{
        flex-direction: column-reverse;
    }
    .d-flex{
        flex-direction: column;
    }
    .about-img img{
        width: 100%;
    }
    .education-transform-container{
        flex-direction: column;
    }
    .edu-image-wrapper{
        height: 270px;
        clip-path: none;
    }
    .edu-image{
        height: 100%;
        clip-path: none;
    }
    .apply-box{
        flex-direction: column;
    }
    .apply-box h5{
        font-size: 22px;
        line-height: 32px;
    }
    .apply-box a{
        margin-top: 15px;
    }
    .footer-contact-container ul{
        flex-direction: column;
    }
    .footer-quick-contact ul{
        flex-direction: column;
    }
    .footer-quick-contact{
        display: none;
    }
}

.innerpage_bnr.banner_cnt {
    position: relative;
    padding: 5vh 1vw;
    background-image: url(/img/innerpage.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.innerpage_bnr.banner_cnt h6 {
    position: relative;
    /* z-index: 8888; */
    color: #181818;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}


.ckEditor-page {
    width: 100%;
  }
  .ckEditor-page h1,
  .ckEditor-page h2,
  .ckEditor-page h3,
  .ckEditor-page h4,
  .ckEditor-page h5,
  .ckEditor-page h6 {
    margin: 10px 15px;
  }
  .ckEditor-page p {
    line-height: 1.2;
    margin-bottom: 15px;
  }
  .ckEditor-page ul,
  .ckEditor-page ol {
    padding-left: 10px;
    margin: 10px 0;
    width: 100%;
  }
  .ckEditor-page ul li,
  .ckEditor-page ol li {
    line-height: 1;
    margin-bottom: 15px;
  }
  .ckEditor-page ul li:last-child,
  .ckEditor-page ol li:last-child {
    margin-bottom: 0;}
    .flashnews_cnt {
        position: relative;
        top:13px; 
        z-index:33 ;
    }
    .flashnews_cnt span {
        background-color: #0304047d;
        color: #fff;
        font-size: 20px;
        line-height: 41px;
        padding: 3px 15px;
        position: absolute;
        z-index: 1;     
      }
      marquee b{
        margin-right: 45px;
      }
      marquee a{
        font-size: 16px;
        line-height: 26px;
        color: white;
        font-weight: bold;
        text-transform: capitalize;
      }
      marquee a:hover{
        color:#26D793;
        text-decoration: none;
      }
      marquee {
        margin-top: 2px;
        background-color: #0304044d;
        width: 90%;
        margin-left: 10%;
      
        padding: 8px;
    
      }
      .banner_container {
        margin-top: -35px;
        /* position: absolute; */
      }    