body{overflow-x:hidden}.about-text h4{font-weight:300}.courses h2{color:#fff}.courses h2 span{font-weight:300;color:#7ec242 !important}.events .section-title{margin-bottom:20px}.events .section-title span{font-weight:300}.useful-links ul li{float:left;width:50%}.useful-links ul li a:hover{color:#7ec242 !important}.homegallery{padding:0px 0px 0px 0px}.homegallery .single-event{margin:0px}.homegallery [class='col-md-3']{padding:0px !important}.todayprogrammes{position:relative}.todayprogrammes .news{padding-left:auto;position:relative}.todayprogrammes .news:before{font-family:'Poppins', sans-serif;content:attr(data-title);position:absolute;left:0px;top:0px;text-align:center;width:auto;height:40px;line-height:40px;color:white;background:#009344;z-index:5;font-weight:500;text-transform:uppercase;padding:0px 10px 0px 10px}.todayprogrammes .news:after{content:"";position:absolute;top:0;left:107px;border-top:20px solid transparent;border-left:20px solid #009344;border-bottom:20px solid transparent}.todayprogrammes .news marquee{display:block;width:100%}.todayprogrammes .news marquee ul{padding:0px;margin:0px}.todayprogrammes .news marquee ul li{display:inline-block}.todayprogrammes .news marquee ul li a{display:block;color:#fff;text-decoration:none;font-size:14px;position:relative;font-weight:400;height:40px;line-height:40px;padding-left:10px;padding-right:30px}.todayprogrammes .news marquee ul li a small{background:#dd8b0d;font-weight:300;color:white;padding:5px 10px;margin-right:10px}.todayprogrammes .news marquee ul li a:before{content:"\f138";font-family:"Font Awesome 5 Pro";padding-right:5px;color:#d7df23}.yrsexce{float:right}.yrsexce img{max-width:inherit;height:90px}



/*=======================================MOBILE MENU==============================================*/

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 50px;
}
.sidenav li {
	list-style:none !important
}
.sidenav a {
    padding: 10px 10px 10px 32px;
    text-decoration: none;
    font-size: 15px;
    color: #fff;
    display: block;
    transition: 0.3s;
    border-bottom:1px solid#818181;
}
.sidenav a:hover, .offcanvas a:focus {
    /* background:#5e9831; */
    color: #faa61a;
}
.sidenav .closebtn {
    border:medium none;
    position: absolute;
    top: 0;
    right: 20px;
    font-size: 36px;
    margin-left: 50px;
}
.droup-arrow {
    float:right;
    margin-right:20px;
}
.mbl-logo a img {
    text-align:center;
    display:block;
    vertical-align:middle;
    margin:20px 0px;
    border:medium none;
}
.mbl-logo a img:hover {
    background:none!important;
}
 @media screen and (max-height: 450px) {
 .sidenav {
padding-top: 15px;
}
 .sidenav a {
font-size: 18px;
}
}

/*# sourceMappingURL=custom.css.map */
.panel-tabs {
    position: relative;
    bottom: 30px;
    clear:both;
    border-bottom: 1px solid transparent;
}

.panel-tabs > li {
    float: left;
    margin-bottom: -1px;
}

.panel-tabs > li > a {
    margin-right: 2px;
    margin-top: 4px;
    line-height: .85;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    color: #ffffff;
}

.panel-tabs > li > a:hover {
    border-color: transparent;
    color: #ffffff;
    background-color: transparent;
}

.panel-tabs > li.active > a,
.panel-tabs > li.active > a:hover,
.panel-tabs > li.active > a:focus {
    color: #fff;
    cursor: default;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: rgba(255,255,255, .23);
    border-bottom-color: transparent;
}


p {
	font-size: 16px;
}
.red {color:#F00}