@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
:root{
	--orange: #EC411B;
	--yellow: #FFBE00;
	/* --red: #E20B1B; */
	--red: #E92928;
	--light-grey:#f5f5f7;
}
body{
	color: #000;
	font-family: "Montserrat", sans-serif;
	font-size: 0.9em;
}
input{
	border: solid 1px rgb(179, 179, 179);
	border-radius: 15px;
}
button:enabled { outline: none; }
@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
a{
	color: var(--orange);
}
a:hover{
	color: var(--red);
	text-decoration: none;
}

body > section{
	padding-top: 100px;
	min-height: 650px;
}
.mg-left-50{
	margin-left: 50px;
}
.p-20{
	font-size: 20px;
}
.fw-800{
	font-weight: 800;
}
/*buttons*/
.mcd-btn-plain{
	border:solid 0px black;
    font-size: 14px;
    font-weight: 600;
    padding:10px 30px 10px 30px;
    border-radius:50px;
    color: black;
}
.mcd-btn-plain:hover{
	border-width: 1px;
	text-decoration:none;
	color: black;
}
.mcd-btn-primary{
    border:solid 1px var(--red);
    padding:10px 50px 10px 50px;
    border-radius:50px;
    color:white;
    font-size: 14px;
    font-weight: 600;
    background-color:var(--red);
}
.mcd-btn-primary:hover{
	background-color: white;
	color: var(--red);
	text-decoration:none;
}
.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
    border: solid 1px rgba(255,255,255,0.0);
    padding: 10px 30px 10px 30px !important;
    border-radius: 50px;
    color: white;
    /* font-size: 14px; */
    font-weight: 600;
    /* background-color: var(--red); */
    margin-left: 5px;
	color: #000 !important;
}
.navbar-nav .nav-link:hover{
	background-color: var(--red);
	color: white !important;
}
/*Home page*/ 
#home-section-1 .row > div:nth-child(1) {
    display: flex;
    align-items: center;
}
#home-section-2{
	text-align: center;
	display: flex;
	align-items: center;
}
#home-section-2 .row>div{
	padding: 1em;

}
#home-section-3 .col-md-6{
	padding: 2em;
}
#home-section-3 .col-md-2{
	text-align: center;
}
#home-section-3 .col-md-2>img{
	width: 100%;
}
#btn-yt-vid{
	width: 540px;
	height: 304px;
	background-image: url('../images/home/dlonra-academy-start-YT-thumbnail-v1.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
}
#home-section-4 {
	text-align: center;
}
#btn-yt-vid:hover{
	background-image: linear-gradient(to bottom, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.6) 100%), url('../images/home/dlonra-academy-start-YT-thumbnail-v1.png');
}
#home-section-4 i{
	font-size: 50px;
	color: red;
}
#home-section-4 h2{
	text-align: center;
	margin-bottom: 100px;
}
.modal-header iframe {
	width: 100%;
	height:750px;
}
#videoModal .modal-dialog-centered {
    min-height: 100%;
    align-items: flex-start;
}
#videoModal .modal-dialog-centered {
    min-width: 80%;
}
#videoModal .modal-body , #videoModal .modal-header{
	padding: 0px;
}
/* about-us */
#about-section-1 .row > div{
	display: flex;
	align-items: center; /* Vertical */
}
#about-section-2 .col-md-6{
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 2em;
}
#about-section-2 .col-md-6>div{
	border: solid 1px;
	border-color: rgba(0, 0, 0, 0.0);
	padding: 2em;
	border-radius: 15px;
	width: 400px;
}
#about-section-2 .col-md-6>div:hover{
	border-color:  rgb(245, 245, 245);
	box-shadow: 5px 5px 30px 10px rgba(0, 0, 0, 0.3);
}
#about-section-3{
	text-align: center;
}
#about-section-4 .container table,#about-section-4 .container,#about-section-4 {
	width: 100%;
}
/*Courses-page*/
#course-section-1{
	padding-top: 0px;
	display: grid;
	grid-template-columns: 300px auto;
	grid-template-rows: auto;
	background-color: rgb(240, 240,240);
}
.mcd-courses-content{
	min-width: 300px;
}
#course-section-1 .mcd-sidebar{
	padding: 2em;
}
#course-section-1 .mcd-content{
	padding: 2em;
}
#courses-sidebar{
	padding-left: 0px;
	margin-bottom: 0px;
}
#courses-sidebar > li > a{
	font-weight: 600;
}
#courses-sidebar > li{
	padding-top: 1em;
}
#courses-sidebar > li > a , #child-courses > li > a, #child-subjects > li > a {
	color:#000;
}
#courses-sidebar, #courses-sidebar > li > ul {
	list-style: none;
}
.mcd-1em{
	position: relative;
	padding: 2em;
}
.h1-page{
	width: 100%;
	background-color: red;
	text-align: center;
	padding: 0.5em;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 0px;
	font-weight: 800;
}
#courses-sidebar > li:nth-child(1){
	padding-top: 0;
}
.mcd-mission-vission-image{
	width: 150px;
}
#footer-logo{
	width: 400px;
}
#child-courses > li, #child-subjects > li{
	padding-left: 1.5em;
	border: solid var(--red) 0px;
}
#child-courses > li:hover a , #child-subjects > li:hover a{
	color: var(--red) !important;
}
#child-courses , #child-subjects{
	padding-left: 0;
}
footer{
	background-color: var(--light-grey);
	color: #333;
	font-size: 13px;
}
footer ul{
	list-style: none;
}
footer ul>li{
	padding-bottom: 1em;
}
footer ul>li>a{
	color: #333;
}
footer > .container{
	padding-top: 100px;
	padding-bottom: 50px;
}
#footer-logo{
	padding-bottom: 50px;
}
#nav-logo{
	width: 200px;
}
.roundEdge{
	border: solid #999 1px;
	border-radius: 50px;
	padding: 5px 15px 5px 15px;
}
.ul-social i{
	font-size: 30px;
}
.ul-social button{
	background-color: white;
	color: var(--red);
	border-color: var(--red);
}
.ul-social button:hover{
	background-color: var(--red);
	color: #fff;
}

.listSpace i{
	padding-right: 1em;
}
.listSpace input{
	margin-right: 1em;
	width: 250px;
}

#footer-contact td:nth-child(1){
	width: 50px;
	text-align: center;
}
.center{
	text-align: center;
}
.copyright{
	color:#999;
}
.copyright a{
	font-weight: 600;
	color: #333;
}
.copyright hr{
	background-color: rgb(230, 230, 230);
}
/*COURSES*/
#btn-show-all-courses{
	border:solid 1px rgb(179, 179, 179);
	padding: 1em 2em 1em 2em;
	background-color: white;
	border-radius: 15px;
	margin: 2em auto 2em auto;
}
.course-banner-div{
	height: 500px;
	width: 100%;
	background-repeat: none;
	background-position: center;
	background-size: 100%;
}
.mcd-show-all-courses{
	display: none;
}
img.course-banner {
    width: 100%;
}
#btn-show-all-courses:hover{
	cursor: pointer;
}
.mcd-all-courses-outer{
	width: 100%;
	text-align: center;
}
.mcd-field-row{
	display: grid;
	grid-template-columns: repeat(auto-fit, 300px);
	grid-template-rows: auto;
}
.mcd-course-block{
	grid-column: span 1;
	grid-row: span 1;
	padding: 2em;
}
.mcd-block-inner>img{
	margin-bottom: 1em;
	width: 100%;
	border: solid 0px;
	border-radius: 10px 10px 0px 0px;
}
.mcd-block-inner{
	min-width: 250px;
	border: solid 0px;
	border-radius: 10px;
	background-color:#fff;
}
.mcd-block-inner:hover{
	box-shadow: 5px 5px 30px 10px rgb(200, 200, 200);
}
.mcd-price{
	float: right;
	margin-bottom: 1em;
	color: #777;
	background-color: white;
	color: #000;
}
.mcd-inner-txt{
	padding: 1em ;
}
.mcd-inner-txt > h5{
	font-size: 1em;
	font-weight: 600;
	color: #000;
}
.mcd-inner-txt > a{
	font-size: 0.8em;
	font-weight: 600;
}
.mcd-inner-txt > a:hover{
	color: var(--red);
}
.mcd-course-image{
	width: 100%;
	height: 200px;
	background-size: 100%;
	border: solid 0px;
	border-radius: 10px 10px 0px 0px;
	position: relative;
}
.mcd-n-level{
	position: absolute;
	background-color: rgba(255, 0, 0, 0.5);
	bottom: 1em;
	right: 0px;
	color: white;
	padding: 0.5em 1em 0.5em 1em;
}
.mcd-sidebar-inner{
	border: solid 0px;
	border-radius: 15px;
	background-color: #fff;
}
.padding-left1-5{
	padding-left: 1.5em;
}
.course-content{
	padding: 4em;
}
.mg-right{
	margin-right: 1em;
}
.mcd-bg-round, .btn-apply{
	border: solid var(--red) 1px;
	padding:10px 50px 10px 50px;
    border-radius:50px;
}
h3{
	font-size: 1.5em;
	font-weight: 600;
}
.btn-apply{
	background-color: var(--red);
	color: #fff;
	font-size: 24px;
	font-weight: 600;
}
.mcd-bg-round{
	font-size: 24px;
	font-weight: 600;
}
.btn-apply:hover{
	color: #fff;
}
.padding-0{
	padding: 0px;
}
.btn-subject{
	border: solid var(--red) 1px;
	padding:10px 50px 10px 50px;
    border-radius:50px;
	margin-right: 1em;
	color: #000;
	background-color: #fff;
	margin-top: 1em;
}
.btn-subject:hover{
	background-color: var(--red);
	color: #fff;
}
/*TRADE*/
.pr-100{
	padding-right: 100px;
}

.top-left-outer{
	display: flex;
	align-items: center;
	justify-content: right;
}
.top-left-block{
	max-width: 500px;
	margin-left: 100px;
}
#home-section-1>div{
	margin-right: 0px !important;
	padding-right: 0px;
}
.col-md-6.d-none.d-md-block {
    margin-right: 0px;
    padding-right: 0px;
}
#home-section-1 .top-right-block{
	background-image: url("../images/home/academy-home-hero-image-3-568x500.jpg");
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position-x: right;
	background-position-y: 30%;
}
.temp-home-section-1 h1{
	color:white;
}
#btn-all-CS{
	font-size: 0.7em;
}
#home-section-3{
	color: #000;
}
#home-section-3 .col-md-2> h5 {
    font-size: 1em;
    font-weight: 600;
}
.temp-home-section-1{
	background-image: url("../images/home/mask-header-fixed.png");
	background-size: auto auto;
	background-repeat: no-repeat;
	background-position:left;
	padding-top: 0px;
}
.mcd-temp-rblock>img{
	width: 100%;
}
.top-right-block{
	display: flex;
	align-items: center;
	justify-content: center;
}
.top-right-block>img{
	width: 80%;
}
.mcd-ul-flat{
	list-style: none;
	padding-left: 0px;
}
#interest-submit{
	float:right;
}
.mcd-temp-lblock{
	display: table-cell;
	min-height: 650px;
	vertical-align: middle;
	padding: 0px 4em 0px 4em;
}
table.dataTable td {
	padding: 1em 0px 1em 0px;
  }
  div.dataTables_wrapper div.dataTables_length select{
	color: #E10C1C;
  } 
  a.paginate_button {
    padding: 5px 15px 5px 15px;
    border: solid 1px rgb(214,214,214);
    margin-right: 5px;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #E10C1C;
    border-color: #E10C1C;
}
#input-search{
	margin-bottom: 1em;
	padding: 5px 1em 5px 1em;
}
#searched-field{
	width: 100%;
}
div.sticky {
	border-top-width: 1px;
	position: -webkit-sticky;
	position: sticky;
	bottom: 0;
	background-color: #E10C1C;
	padding: 50px 200px 20px 200px;
	text-align: center;
	color: #fff;
	
  }
  .mcd-btn-cookie{
	min-width: 150px;
	border: solid 0px #fff;
	border-radius: 50px;
	margin: auto 0.5em auto 0.5em;
	font-weight: 600;
	background-color: #fff;
  }
  button.mcd-price {
	background: red;
	color: white;
  }
  .mcd-final-form-table{
	border: solid 20px var(--red);
	
}
.btn-course-title{
	padding-left: 0;
	color: #333;
}
.btn-course-title :active, .btn-link:hover,.btn-course-title:hover{
	color: #555;
}
#home-section-3{
	min-height: 550px;;
}
.btn-link{
	color: #333;
}
.mcd-subject-list1{
	list-style: none;
	padding-left: 0px;
	text-align: left;
}
.mcd-h3-titles>i{
	color: red;
}
.mcd-h3-titles{
	margin-left: -20px;
}
.mcd-h3-titles:hover,.mcd-h3-titles:active{
	text-decoration: none;
}

#home-section-5 .row{
	height: 100%;
	height: 400px;
}
@media only screen and (min-width: 992px) {
	#home-section-5{
		min-height: initial;
		background-image: url('../images/ShapeBooks.png');
		background-position: 130%;
		background-repeat: no-repeat;
		background-size: 800px auto;
		padding-bottom: 100px;
	}
}
#home-section-5 .row>.col-lg-6{
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
#home-section-5 .col-lg-6,#home-section-5 .col-sm-12{
	padding-left: 0px;
}

.mcd-past-paper>.row>.col-sm-12{	
	border: solid #E10C1C 1px;
	border-radius: 5px;
	height: 100%;
	transition: 0.2 padding;
	padding: 0 0 0 0;
}

.mcd-past-paper .row>div>div:hover a{
	color: black;
}
#tableExamPaper td{
	padding-left: 1em;
}
.price-btn{
	display: none;
}
.course-price{
	display: none;
}