*{
	padding: 0px;
	margin: 0px;
	font-family: "Poppins", sans-serif;
}

body{
	font-family: "Poppins", sans-serif;
}
img{
	width: 100%;
}
a{
	text-decoration: none;
}
.header{
	padding: 10px 0px;
}
.logo img{
	max-height: 65px;
	width: 100%;
	margin-bottom: 15px;
}

.logo span{
	background: #d9261c;
	padding: 10px 15px;
	border-radius: 3px;
	color: #fff;
	margin-top: 20px;
	display: inline;
	font-size: 12px;
}

.mardd{
	background: #d9261c;
	padding: 0px;
	color: #fff;
	margin-top: 10px;
}

.header-extra-menu {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    align-items: center;
}

.header-admission a {
    background-color: #d9261c;
    border-radius: 4px;
    color: #fff;
    display: block;
    font-weight: 900;
    font-size: 15px;
    margin-top: 7px;
    padding: 6px 15px;
    border: none;
    margin-right: 10px;
}

.header-admission a:hover{
	background-color: #d9261c;
}

.header-foundation{
	margin-left: 20px;
}

.slider{
	margin-top: 0px;
}

.programme-section {
    background-color: rgb(240, 250, 240);
    margin: 0px;
    padding: 50px 0px;
}

.section-header {
    position: relative;
    margin: 0px 0px 50px;
}

.section-title {
    position: relative;
    line-height: 30px;
    margin: 0px 0px 15px;
}

.section-subtitle {
    color: rgb(103, 103, 103);
    font-size: 16px;
    position: relative;
    margin-bottom: 0px;
}

.programme-wrap {
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 3px;
    margin-bottom: 30px;
    position: relative;
}

.programme-image {
    background-color: rgb(217, 38, 28);
}

.programme-image a {
    display: block;
    overflow: hidden;
}

.programme-summery {
    padding: 10px;
}

.programme-title {
    margin: 0px;
}

.programme-link {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    max-width: 150px;
    opacity: 0;
    visibility: hidden;
    margin: 0px auto;
}

.programme-title a{
	color: #000;
	text-decoration: none;
	font-size: 20px;
}

.about-welcome-section {
    padding: 50px  0;
}

.page-box-wrap {
    background-color: #fe625a;
    border: 5px solid transparent;
    border-radius: 4px;
    padding: 25px 25px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: flex
;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
}

.page-box-icon {
    margin-bottom: 25px;
}

.page-box-icon img {
    max-width: 150px;
    text-align: left;
        -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
   
}

.page-box-summery{
	margin-left: 20px;
}

.page-box-title {
    margin-bottom: 15px;
}

.page-box-title a {
    color: #fff;
    display: block;
}

.page-box-link {
    color: #fff;
    display: block;
}

.footer {
    background-color: #303030;
    /* border-top: 1px solid #f0f0f0; */
    position: relative;
}

.footer-top {
    padding: 40px 0 0;
    position: relative;
    z-index: 1;
}

.footer-widget-outer {
    padding: 0;
}

.footer-column {
    margin-bottom: 25px;
}

.footer-widget-title {
    color: #fff;
    font-weight: 600;
    position: relative;
    margin-bottom: 30px;
}

.footer-widget-title::after {
    content: "";
    border-bottom: 2px solid #d9261c;
    width: 50px;
    display: block;
    margin: 15px 0 0;
}

.footer-contact > p {
    position: relative;
    color: #fff;
    display: flex;
    font-size: 14px;
}

.footer-contact > p i{
	margin-right: 10px;
	margin-top: 5px;
}

.footer-contact span {
    display: table-cell;
}

.footer-column li {
    display: block;
    position: relative;
    margin-bottom: 6px;
}

.footer-column li a {
    display: block;
    line-height: 24px;
    padding: 3px 0;
    color: #fff;
    font-size: 13px;
}

.menu-information-container li {
    width: 49%;
    display: inline-block;
}


.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
}

.copyright p {
    margin: 18px 0;
    color: #fff;
}

.footer-bottom-right {
    text-align: right;
}

.footer-social-icon {
    margin: 10px 0;
}

.footer-social-icon li {
    display: inline-block;
    margin: 0 5px;
    width: auto;
}

.footer-social-icon li.facebook a {
    background-color: #3b5998;
}


.footer-social-icon li a {
    background-color: rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    display: block;
    font-size: 16px;
    height: 40px;
    text-align: center;
    width: 40px;
    border-radius: 100%;
    padding: 9px 0px;
    l
}


.footer-social-icon li.twitter a {
    background-color: rgb(0, 189, 236);
}
.footer-social-icon li.youtube a {
    background-color: rgb(196, 48, 43);
}
.footer-social-icon li.instagram a {
    background-color: rgb(138, 58, 185);
}

@media only screen and (max-width: 600px) {
  .logo{
    text-align: center;
            margin-bottom: 20px;
  }

  .header-extra-menu{
    justify-content: center;
  }

 .header-foundation{
    margin-left: 0px;
    margin-top: 20px;
 }

 ul#menu-quick-links {
    padding-left: 0px;
}
ul#menu-information {
    padding-left: 0px;
}
.copyright p{
    text-align: center;
}

.footer-bottom-right{
    text-align: center;
}
.footer-social-icon{
    padding-left: 0px;
}

}