body{
    font-family: 'Poppins', sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #212112;
	overflow-x: hidden;
}

.container{
  max-width: 1440px;
}
@media screen and (max-width: 1600px){
  .container {
  max-width: 1250px;
}
}
@media screen and (max-width: 1500px){
  .container{
  max-width: 1140px;
}
}
@media screen and (max-width: 1200px){
  .container{
  max-width: 960px;
}
}
h1,h2,h3,h4,h5,h6{
	font-family: "Abhaya Libre", serif;
}
.start-header {
	opacity: 1;
	transform: translateY(0);
	padding: 5px 0;
	box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.start-header.scroll-on {
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
	padding: 5px 0;position: fixed;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.start-header.scroll-on .navbar-brand img{
	height: 50px;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navigation-wrap{
	position: relative;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navbar{
	padding: 0;
}
.navbar-brand img{
	height: 70px;
	width: auto;
	display: block;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}

@media screen and (max-width: 1400px){
  .navbar-brand img{
    height: 40px;
  }
}



.carousel-control-next {
  right: 0;
  width: 60px;
  background: #000;
  height: 60px;
  top: 40%;
  right: 20px;
  border-radius: 31px;
}
.carousel-control-prev{
	width: 60px;
  background: #000;
  height: 60px;
  top: 40%;
  left: 20px;
  border-radius: 31px;
}
.navbar-toggler {
	float: right;
	border: none;
	padding-right: 0;
}
.navbar-toggler:active,
.navbar-toggler:focus {
	outline: none;
}
.navbar-light .navbar-toggler-icon {
	width: 24px;
	height: 17px;
	background-image: none;
	position: relative;
	border-bottom: 1px solid #000;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after, 
.navbar-light .navbar-toggler-icon:before{
	width: 24px;
	position: absolute;
	height: 1px;
	background-color: #000;
	top: 0;
	left: 0;
	content: '';
	z-index: 2;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after{
	top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
	transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
	transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	border-color: transparent;
}
.nav-link{
	color: #212121 !important;
	font-weight: 500;
    transition: all 200ms linear;font-family: "Abhaya Libre", serif;font-size: 21px;
}
.nav-item:hover .nav-link{
	color: #d00000 !important;
}
.nav-item.active .nav-link{
	color: #777 !important;
}
.nav-link {
	position: relative;
	padding: 5px 0 !important;
	display: inline-block;
}
.nav-item:after{
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 2px;
	content: '';
	background-color: #d00000;
	opacity: 0;
    transition: all 200ms linear;
}
.nav-item:hover:after{
	bottom: 0;
	opacity: 1;
}
.nav-item.active:hover:after{
	opacity: 0;
}
.nav-item{
	position: relative;
    transition: all 200ms linear;
}


.bg-light {
	background-color: #fff !important;
    transition: all 200ms linear;
}
.section {
    position: relative;
	width: 100%;
	display: block;
}
.full-height {
    height: 100vh;
}
.over-hide {
    overflow: hidden;
}
.absolute-center {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
  margin-top: 40px;
	transform: translateY(-50%);
	z-index: 20;
}

.nav-item .dropdown-menu {
    transform: translate3d(0, 10px, 0);
    visibility: hidden;
    opacity: 0;
	max-height: 0;
    display: block;
	padding: 0;
	margin: 0;
    transition: all 200ms linear;
}
.nav-item.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
	max-height: 999px;
    transform: translate3d(0, 0px, 0);
}
.dropdown-menu {
	padding: 10px!important;
	margin: 0;
	font-size: 13px;
	letter-spacing: 1px;
	color: #212121;
	background-color: #fcfaff;
	border: none;
	border-radius: 3px;
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    transition: all 200ms linear;
}
.dropdown-toggle::after {
	display: none;
}

.dropdown-item {
	padding: 3px 15px;
	color: #212121;
	border-radius: 2px;
    transition: all 200ms linear;
}
.dropdown-item:hover, 
.dropdown-item:focus {
	color: #fff;
	background-color: rgba(129,103,169,.6);
}


@media (max-width: 767px) { 
	
	.nav-item:after{
		display: none;
	}
	
	.dropdown-menu {
		padding: 0 !important;
		background-color: transparent;
		box-shadow: none;
		transition: all 200ms linear;
	}
	.dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
		margin-top: 10px !important;
		margin-bottom: 20px !important;
	}
	
}

/* #Link to page
================================================== */

.logo {
	position: absolute;
	bottom: 30px;
	right: 30px;
	display: block;
	z-index: 100;
	transition: all 250ms linear;
}
.logo img {
	height: 26px;
	width: auto;
	display: block;
  filter: brightness(10%);
	transition: all 250ms linear;
}

.topbar {
	background: #d00000;
	padding: 5px 0
}

.topbar ul li {
	display: inline-block;
	color: #fff;
	margin-right: 20px
}

.topbar ul li a {
	font-size: 14px;
	padding-left: 5px;
	color: #fff !important
}

ul {
	padding: 0;
	margin: 0
}
.carousel-indicators li{
	background-color: #cf0100;
}
.social {
	float: right
}


.topbar ul {
	float: left
}

.pbl-0 {
	padding: 0
}


.social {
	padding-right: 0px;
	float:right !important;
}

a {
	text-decoration: none !important
}


@media screen and (max-width:1199px){
	.nav-link{
		font-size: 15px;
	}
	.navbar-brand img {
  height: 30px;
}  .ml-md-4, .mx-md-4 {
    margin-left: 1rem !important;
  }
}


@media screen and (max-width:767px){
	.topbar{
		display: none;
	}
	
}


.herosection{
  padding: 150px 0;
}
.herosection a{
padding: 10px 20px;
  margin-right: 20px;
  background-color: #d00000;
  color: #fff;
  border-radius: 5px;
  position: relative;
  border:1px solid #d00000;
  transition: 0.5s ease;
}
.herosection a:hover{
 color: #d00000; 
 background-color: #fff;
 transition: 0.5s ease;
}
.btns a{
padding: 10px 20px;
  margin-right: 20px;
  background-color: #d00000;
  color: #fff;
  border-radius: 5px;
  position: relative;
  border:1px solid #d00000;
  transition: 0.5s ease;
}
.btns a:hover{
 color: #d00000; 
 background-color: #fff;
 transition: 0.5s ease;
}
.herosection p {
  margin-bottom: 30px;
  font-size: 1.9em;
  margin-top: 20px;
  line-height: 1.5;
}
.herosection h1{
  font-size: 4.1em;
  line-height: 1;
}

.about{
  padding: 60px 0;
  background: #fff;
}

.aboutdivleft{
 width: 100%;
  height: 100%;
  background: #f1f1f1;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  margin: auto;
  flex-direction: column;
  text-align: center;
  padding: 20px;
}
.aboutdivleft h2{
  margin-bottom: 0;
}
.aboutdivright{
 width: 100%;
  height: 100%;
  background: #f1f1f1;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  margin: auto;
  flex-direction: column;
  text-align: left;
  padding: 30px;
}
.aboutdivright p{
  margin-bottom: 0;
}
.benefits__item {
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding: 0;
  border-radius: 10px;
  text-align: center;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  margin: auto;
  flex-direction: column;
  text-align: center;
  height: 100%;
  width: 100%;
  margin-bottom: 25px !important;
}
.benefits__item__content {
  position: relative;
  z-index: 2;
}
.benefits__item__title {
  font-size: 30px;
  font-weight: 700;
  margin: 0 0;
}
.benefits__item__title a {
  color: #d00000;
  text-transform: uppercase;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.benefits__item::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  z-index: -1;
  opacity: 0;
  border-radius: 10px;
  background-color: #d00000;
  transition: all 0.5s;
}
.about-one__content__box__icon {
  width: 64px;
  height: 64px;
  font-size: 38px;
  display: flex;
  border-radius: 50%;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  transition: all 500ms ease;
  position: absolute;
  left: 0;
  top: 0;
}

.about-one__content__box__title {
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 5px;
}.about-one__content__box {
  position: relative;
  min-height: 64px;
  margin-top: 30px;
  padding: 3px 0 0 85px;
}
.benefits__item:hover::after {
  height: 100%;
  opacity: 1;
}
.benefits .col-md-4{
  margin-bottom: 20px;
}
.benefits{
  padding: 60px 0;
}
.heading h2{
  background: #d00000;
  color: #fff;
  text-align: center;
  padding: 10px 20px;
  border-radius: 10px;
  margin-bottom: 40px;
}
.benefits__item:hover .benefits__item__title a {
  color: #fff;
}
.statistics{
  padding: 60px 0 120px;
  background: #ffeced;
}

footer{
  padding: 60px 0 50px;
  background-color: #1b1b1b;
}
footer ul li{
  display: block;
  font-size: 18px;
  margin-bottom: 10px;
  color: #fff;
}
footer ul li a{
  color: #fff;
  transition: 0.5s ease;
}
footer ul li a:hover{
  color:#d00000;
  transition: 0.5s ease;
}


@media screen and (max-width:1600px){
  .herosection h1{
    font-size: 3.5em;
  }
  .herosection p{
    font-size: 1.5em;
  }
}

@media screen and (max-width:1500px){
  .herosection h1{
    font-size: 3.2em;
  }
  .herosection p{
    font-size: 1.3em;
  }
}
@media screen and (max-width:1199px){
  .benefits__item__title {
  font-size: 26px;
}
.benefits__item{
  padding: 50px 20px;
}
}

@media screen and (max-width:991px){
   .herosection h1 {
    font-size: 2.7em;
  }
    .herosection p {
    font-size: 1.1em;
  }
   .benefits__item__title {
    font-size: 24px;
  }
    .benefits__item {
    padding: 30px 10px;
  }
}


@media screen and (max-width:767px){
 .herosection h1 {
    font-size: 30px;
  }
  .herosection p {
    font-size: 16px;
  }
  .herosection {
  padding: 30px 0 40px;
}
.about {
  padding: 30px 0;
}
.aboutdivright{
  margin-top: 20px;
}
.aboutdivleft h2{
  font-size: 28px;
}
.aboutdivright{
  padding: 20px;
}
 .about {
    padding: 30px 0 50px;
  }
  .benefits {
  padding: 30px 0 15px;
}
  .benefits__item {
    padding: 20px 6px;
  }
   .benefits__item__title {
    font-size: 20px;
  }
  .statistics {
  padding: 30px 0 5px;
}
.heading h2{
  font-size: 28px;
  margin-bottom: 25px;
}
footer {
  padding: 30px 0 16px;
}
 .nav-link {
    font-size: 18px;
  }
}

.banner{
  padding: 60px 0 50px;
  background: #d00107;
  color: #fff;
}

.formlayout{
  padding: 60px 0;
}
.form-control:focus {
  border-color: #d00107;
  box-shadow: 0 0 0 .2rem rgba(208, 1, 7, 0.11);
}
form button img{
  height: 20px;
  filter: brightness(0) invert(1);
  margin-left: 10px;
  margin-top: -4px;
  transition: 0.5s ease;
}
form button{
  padding: 10px 30px;
  background: #d00107;
  border-radius: 42px;
  border: 1px solid #d00107;
  color: #fff;
  margin-top: 10px;
  transition: 0.5s ease;
  cursor: pointer;
}

form button:hover{
  color: #d00107;
  background-color: #fff;
  transition: 0.5s ease;
}

form button:hover img{
  filter: none;
  transition: 0.5s ease;
}
.formlayout textarea{
  height: 150px;
}
.formlayout hr{
  margin-bottom: 25px;
}

@media screen and (max-width:767px){
  .banner {
  padding: 20px 0 13px;
}
.banner h1{
  font-size: 30px;
}
.formlayout {
  padding: 20px 0 25px;
}
.formlayout h2{
  font-size: 28px;
}
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 1px;
  top: 1px;
    width: 18px;
    height: 18px;
    border: 1px solid #b7b7b7;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #D00107;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.enrolment p{
  margin-bottom: 0;
}
.mbt20{
  margin:20px 0;
}
.enrolment h4{
  text-decoration: underline;
  font-size: 26px;
  padding-bottom: 0px;
}
.mb9 p{
  margin-bottom: 10px;
}
footer h4{
  color: #fff;
  margin-bottom: 15px;
  font-size: 30px;
}
.cardpp p{
  border-radius: 10px;
  text-align: center;
  padding: 20px;
  margin-top: 30px;
  background: #d20606;
  color: #fff;
  font-size: 18px;
}
.space2{
  height: 10px;
}

.terms ul{
margin-left: 15px;
}

.terms ul li{
  list-style: disclosure-closed;
  margin-bottom: 15px;
}

.terms ul li b, .terms ul li::marker{
  color: #d00107;
}


@media screen and (max-width: 767px){
  footer h4{
  margin-bottom:10px;
  margin-top: 20px;
  font-size: 30px;
}  footer {
    padding: 10px 0 16px;
  }
}

.program h2{
 color: #d00107;
  font-weight: 900;
}
.program ul, .program ol {
  margin-left: 17px;padding-left: 0;
  margin-bottom: 30px;
}

.program ul li{
  list-style: disclosure-closed;
}
.program ul li::marker{
   color: #d00107;
}

.program li a {
  color: #d00000 !important;
  }
  .coming p {
  text-align: center;
  font-size: 50px;
  color: #d00107;
  font-family: "Abhaya Libre", serif;
  line-height: 1;
}

@media screen and (max-width: 767px){
  .coming p{
    font-size: 30px;
  }
  .coming{
    padding-bottom: 15px;
  }
}


.bggrey, .program, .coming, .formlayout{
   background:#f1f1f1; 
}

.herosection, .benefits {
    background:#f1f1f1;
}

.btnt{
        padding: 10px 20px;
    margin-right: 20px;
    background-color: #d00000;
    color: #fff;
    border-radius: 5px;
    position: relative;
    border: 1px solid #d00000;
    transition: 0.5s ease;
    
}
.btnt:hover {
    color: #d00000;
    background-color: #f1f1f1;
    transition: 0.5s ease;
}
.benefits .flex{
    margin-top:20px;
}

.copyright {
  background:#d00000;
  padding: 10px 0;
  color: #fff;
  text-align: center;
}.copyright p {
  margin-bottom: 0;
}
.copyright p a{
  color: #fff !important;
}

@media screen and (max-width:767px){
    .benefits .flex {
    margin-top: 20px;
    margin-left: 20px;
    margin-bottom: 20px;
}
}