*{
	text-rendering: optimizelegibility;
    box-sizing: border-box;
    word-break: break-word;
    outline: none;
    text-decoration: none;
    margin: 0px;
    -webkit-font-smoothing: antialiased;
    overscroll-behavior: none;
    font-family: AvertaStd, -apple-system, BlinkMacSystemFont, sans-serif !important;
}

.card-body{ padding:10px !important; }

.selectedOption
{
    background: #08bd80;
    color: #FFF;
}

.form-lg-radio{ width:20px; height:20px; }

.pointer{ cursor:pointer; }


.hide{ display:none; }
.mt3{ margin-top:30px; }
.mt2{ margin-top:20px; }
.mt1{ margin-top:10px; }

.centreHeading{ font-weight: bold; text-align: center; }

.heading-padding{ padding: 50px 0px; }

.footer-heading{ font-weight: bold;  }

.slidenavicon{ background: #CCC;
    width: 35px;
    height: 35px;
    padding: 10px; margin: 20px;
}

.counter-count
{
    font-size: 40px;
    font-weight: bold;
    position: relative;
    color: #000000;
    text-align: center;
    display: inline-block;
}

.counter .card-body{ text-align: center; }
.card-header button{ color:#000; text-decoration:none; }
.card-header button:focus{ box-shadow:none !important; }

.multix .col-md-4{ margin-top:15px; }
#multiItemCarousel{ margin-bottom:25px; }
#multiItemCarousel h3{ text-align:left; font-size:20px; color:rgb(60, 72, 82); font-weight:Bold; }
#multiItemCarousel ul{ list-style:none; margin:0px; text-align:left; padding:0px; }
#multiItemCarousel ul li img{ width:20px; }

.icon-block{ margin-top: 40px !important;  }
.icon-block h3,.icon-block p{ text-align:left; }
.icon-block h3{ margin-top:30px; }
.icon-block .card .card-body{min-height:284px !important;}
.icon
{ max-width: 50px;
    position: absolute;
    top: -31px;
    left: 45px; 
}
.icon img{ width: 100%; }

.logo-header{ width: 100%; max-width: 170px; }
.logo-footer{ width: 100%; margin-bottom: 20px; }

.col-md-6 a,.col-md-6 a:hover{ color: #FFF !important; text-decoration: none;  }

.heading{ margin:30px 0px; font-size: 25px; font-weight: bold; color:#438ef8; }
#myTable{border-radius: 20px; overflow: hidden;}
#myTable tr th{ background-color: #08bd80;    }
.container{
	max-width: 1136px;
}
nav{ padding: 16px 0px !important; }
.nav{
	background: #FCFCFC; border-bottom: 1px #E9EEF2 solid; margin-bottom: 15px;

}

.navbar-brand {
    margin-right: 5rem !important;
}

.top{ background-color: #F00; }
.explore{ padding: 35px 5px; }
.explore div{ text-align: center; }
.scholarship{ padding: 35px 5px; }
.scholarship div{ text-align: center; }
.scholarship img{ overflow: hidden; border-radius: 20px; margin-top: 10px; }
.whytrust,.latest,.faq{ text-align: center;  }
.whytrust .col-md-4{ margin-top: 15px; }
.faq div{ text-align: left; }
.footer{ padding: 50px 5px; margin-top: 10px; background-color: #000; color: #FFF; } 
.footer-form input,button{ border-radius: 20px !important; }
.menu-footer{ padding: 0px; }
.menu-footer li{ list-style: none; margin: 10px 0px; }
.menu-footer li a{ color: #CCC; }
.formcontactus{ padding: 20px; border-radius: 10px; border:1px solid #CCC; }


@media only screen and (max-width: 600px) {
    .navbar-brand 
        {
                    margin-right: 1rem !important;
        }   
}