@font-face {
    font-family: "AndersonGrotesk";
    src:url("../fonts/AndersonGrotesk.otf");
}
@font-face {
    font-family: "AndersonGrotesk-Bold";
    src:url("../fonts/AndersonGrotesk-Bold.otf");
}
@font-face {
    font-family: "Agape-Regular";
    src:url("../fonts/Agape-Regular.otf");
}

p{
    font-family: "Agape", sans-serif;
    font-size: 18px;
    font-weight: 500;
	line-height: 1.5 !important;
}
button{
    font-family: "Agape", sans-serif;
}
a{
    font-family: "Agape", sans-serif;
}
h1, h2, h3, h4, h5, h6{
    font-family: "AndersonGrotesk-Bold", sans-serif;
}
body {
	font-family: "Agape", sans-serif;
}
.container{
	max-width: 1350px;
}
.border{
	width: 48px;
	border-color: #9A1D21 !important;
}
.banner-section{
	background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
	align-items: center;
	height: 100vh;
}
.banner-section .overlay{
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
    opacity: 0.6;
	background-color: #0a0a0a;
}
.banner-section .content{
	z-index: 2;
	position: relative;
	text-align: left;
}
.banner-section h1, .banner-section h2{
	color: #fff;
}
.banner-section h1{
	font-size: 48px;
	margin-bottom: 20px;
}
.banner-section p{
	font-size: 24px;
	font-weight: 300;
	max-width: 50%;
	color: #fff;
}
.btn{
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	font-weight: 500;
    background: #9A1D21;
    padding: 17px 42px 17px 42px;
    border-radius: 50px;
    transition: 0.2s ease all;
    /*text-transform: capitalize;*/
}
.btn:hover{
	background: #000;
    transition: 0.2s ease all;
	color: #fff;
	opacity: 0.9;
}


/*Header section*/
.header{
	background-color: transparent;
	position: absolute;
	top: 0;
	z-index: 10;
	width: 100%;
}
.header.white-bg{
	background-color: #fff;
}
.header.white-bg .nav-link{
	color: #000;
}
.header .offcanvas .nav-link{
	color: #fff;
}
.header .row{
	justify-content: space-between;
}
.header .container{
	max-width: 95%;
}
.desktop-nav{
	flex-wrap: nowrap;
}
.offcanvas{
	display: none;
}
.navbar-section{
	display: flex;
    align-items: center;
    justify-content: flex-end;
}
.navbar-section .dropdown-menu{
	padding: 0;
	width: 200px;
/*		top: 60px;*/
	border-top: 2px solid #fff;
}
.navbar-section .dropdown-item{
	background-color: #8D233C;
	color: #fff;
	font-size: 14px;
	padding: 10px;
}
.img-fluid.logo{
	width: 43%;
	padding: 10px 0;
	height: auto;
}
.nav-item{
	font-family: "AndersonGrotesk-Bold", sans-serif;
	font-size: 18px;
	padding: 17px 0;
	text-transform: capitalize;
}
.nav-link{
	font-family: "AndersonGrotesk-Bold", sans-serif;
	color: #fff !important;
	font-size: 17px;
	font-weight: 400;
	border-bottom: 2px solid transparent;
}
.nav-link:hover{
	opacity: 0.8;
	color: #fff;
	border-color: #fff;
}
.dropdown:hover>.dropdown-menu {
  display: block;
}
.nav-socials{
	display: flex;
	align-items: center;
}
.sociallinks{
	display: flex;
	margin: 0;
}
.sociallink{
	display: block;
	list-style: none;
}
.sociallink a{
	color: #D49604;
}
.sociallink i{
	font-size: 16px;
	padding: 10px 12px;
	border-radius: 50px;
}
.sociallink i:hover{
	background-color: #37589b;

}
.border.full{
	border-color: #cfd0d3 !important;
	width: 100%;
	margin: 20px 0;
}


/*homepage*/
.home.banner-section{
	background-image: url("../images/home-banner.jpg");
	background-position: center center;
	height: 100vh;
}
.home.banner-section .overlay{
	background-color: #0a0a0a;
	opacity: 0.3;
}
.video{
	padding: 80px 0;
	margin: auto;
	text-align: center;
}
.video iframe{
	max-width: 1250px;
	max-height: 700px;
}
.course-list{
	background-color: #F5F6F6;
	padding: 130px 0;
}
.course-list .col-md-3{
	padding-right: 60px;
}
.course-list .head .border{
    margin: 30px 0;
}
.course-list .border{
    margin: 30px 0;
}
.course-list h2{
	font-size: 34px;
}

.course-list h4{
	font-size: 24px;
}
.course-list p{
	font-size: 16px;
	color: #4F4F56;
	font-weight: 300;
}
.course-list a{
	color: #000;
	text-decoration: none;
}

.highlight{
	background-color: #0a0a0a;
    background-repeat: no-repeat;
    background-image: url("./images/home-highlight.png");
    background-attachment: scroll;
    background-position: bottom right;
    background-size: contain;
    padding: 50px 0;
}
.highlight .highlight-heading{
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 26px;
}
.highlight .row{
	align-items: center;
}
.highlight .col-md-4{
	text-align: right;
}

.text-with-image{
	padding: 130px 0;
}
.text-with-image .border{
    border-top-width: 2px !important;
    margin-bottom: 40px;
}
.text-with-image .heading{
	padding-bottom: 20px;
    color: #000;
    font-size: 35px;
}
.text-with-image p{
	color: #4F4F56;
	max-width: 90%;
}
.text-with-image .btn{
	background-color: #9A1D21;
    border: none;
    color: #fff;
}
.text-with-image .btn:hover{
	background-color: #000;
	opacity: 0.9;
}

.testimonial{
	padding: 130px 0;
	background-image: url('../images/test-banner.png');
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: contain;
	position: relative;
}
.testimonial.about{
	background: #F7F7F7 !important;
}
.testimonial .overlay{
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
    opacity: 0.9;
	background-color: #afa060;
}
.testimonial h2{
	text-align: center;
	margin-bottom: 20px;
	font-size: 24px;
}
.testimonial .border{
	margin: auto;
}
.testimonial.about .carousel-item{
	margin-top: 20px;
}
.testimonial .carousel-inner{
	padding: 0 180px;
	z-index: 2;
}
.testimonial .carousel-control-prev-icon, .testimonial .carousel-control-next-icon{
	width: 20px;
    background-color: #000;
    color: #fff !important;
    padding: 20px;
    border-radius: 100px;
    filter: none;
    background-size: 50% 50%;
}
.testimonial .carousel-control-prev, .testimonial .carousel-control-next{
	opacity: 1;
	height: 100px;
	z-index: 2;
}
.testimonial .carousel-control-prev{
	left: -40px;
	top: 0;
}
.testimonial .carousel-control-next{
	right: -40px;
	top: 0;
}
.testimonial .content{
	color: #fff;
	font-weight: 300;
	font-size: 23px;
}
.testimonial.about .content{
	color: #000;
	text-align: center;
	font-style: italic;
}
.testimonial .info{
	display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.testimonial .info .image{
	width: 80px;
    height: 80px;
    border-radius: 100px;
    background-size: contain;
    background-position: center center;
}
.testimonial .info .name{
	color: #000;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
}
.testimonial .info .name p{
	font-size: 17px;
	color: #000;
	font-weight: 400;
	text-align: center;
}

footer{
	padding-top: 70px;
	background-color: #0a0a0a;
	position: relative;
}
footer .overlay{
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
    opacity: 0.9;
	background-image: url('../images/footer-banner.png');
	opacity: 0.1;
    background-color: #000000;
}
footer .content{
	z-index: 2;
	position: relative;
}
footer h5{
	font-size: 18px;
	color: #fff;
}
footer p{
	font-size: 15px;
	color: #fff;
}
footer .border{
	border: 1px solid #d8d8d8 !important;
	width: 30% !important;
    margin: 20px 0;
}
.footer-img{
	text-align: center;
	display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    margin-bottom: 50px;
}
.footer-img .footer-logo{
	width: 250px;
}
.footer-img .footer-logo2{
	width: 200px;
}
footer .footer-links{
	display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
}
.footer-links .footer-sociallinks .sociallink i{
	font-size: 16px;
    padding: 10px 12px;
    border-radius: 0px;
    background: #D49604;
    color: #fff !important;
    padding: 10px;
    margin-right: 10px;
}

footer .link-list{
	list-style: none;
	display: flex;
	gap: 15px;
	margin-bottom: 40px;
}
footer .list-item{
	font-size: 18px;
	text-transform: uppercase;
	padding: 0 12px;
}
footer .link-list .list-item a{
	color: #fff;
	text-decoration: none;
}
footer .link-list .list-item a:hover{
	color: #8D233C;
}
footer .footer-sociallinks{
	display: flex;
	margin: 0;
	padding: 0;
}
footer .footer-sociallinks{
	display: flex;
	list-style: none;
}
footer .footer-sociallinks a{
	color: #fff;
}
footer .footer-sociallinks i{
	font-size: 16px;
	padding: 10px 12px;
	border-radius: 0px;
	background: #9A1D21;
    color: #fff !important;
    padding: 10px;
    margin-right: 10px;
}
footer .footer-sociallinks i:hover{
	background-color: #9A1D21;

}
footer .copyright{
	color: #EEEEEE;
	font-family: "Agape", sans-serif;
	font-size: 14px;
	text-align: center;
	padding: 15px 0px;
	background-color: #000;
	margin-top: 80px;
}



/*about us page*/

.about.banner-section{
    background-image: url("../images/about-banner.jpg");
    background-position: center center;
    position: relative;
    background-attachment: fixed;
    background-size: cover;
}
.about.banner-section .overlay{
	background-color: #000;
	opacity: 0.4;
}
.about.banner-section .border{
    margin-bottom: 20px;
}
.about.banner-section p{
	text-shadow: 0 2px 10px black;
	font-size: 24px;
}
.text-with-image.about{
	padding: 70px 0;
}
.text-with-image.about .container{
	max-width: 1350px;
}
.text-with-image.about .row{
	gap: 50px;
	flex-wrap: nowrap;
}
.services{
    padding: 70px 0;
    background-color: #F7F7F7;
}
.services .container{
	text-align: center;
}
.services h2{
	margin-bottom: 20px;
	font-size: 34px;
}
.services .border{
    margin: auto;
}
.services .row{
	margin-top: 30px;
}
.services h4{
	font-size: 26px;
	color: #000;
	padding: 10px 0;
}

.shelf{
	padding: 50px 0;
}
.shelf h2{
	font-size: 36px;
	color: #000;
}
.shelf .border{
	margin: 30px 0;
}
.shelf img{
	margin-bottom: 20px;
}
.shelf h5{
	color: #1F1F26;
	font-size: 24px;
	padding: 10px 0;
}
.shelf p{
	color: #48487F;
	font-size: 16px;
	font-style: italic;
	font-weight: 700;
}
.shelf .btn{
	background-color: #9A1D21;
}
.shelf .btn:hover{
	background-color: #191919;
}
.shelf .col-md-4{
	text-align: center;
}

/*contact us page*/

.contact.banner-section{
	background-repeat: no-repeat;
    background-image: url("../images/contact-banner.jpg");
    background-attachment: scroll;
    background-position: center center;
    position: relative;
}
.contact.banner-section .overlay{
	background-color: #000;
	opacity: 0.4;
}
.contact-highlight{
	background: #D49404 !important;
	padding: 40px 0;
}

.contact-highlight-heading{
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 24px;
	text-align: center;
}
.contact-form{
	padding: 70px 0 130px;
}
.contact-form .container{
	max-width: 1350px;
}
.contact-form .container >.row{
	gap: 50px;
	flex-wrap: nowrap;
	justify-content: center;
}
.contact-form label{
	color: #696969;
	font-size: 16.5px;
}
.contact-form input, .contact-form select, .contact-form textarea{
    background-color: #f8f8f8;
    color: #7d7d7d;
    padding: 18px;
    font-weight: 400;
    border-radius: 2px;
    border: 1px solid #e1e1e1;
}
.contact-form .btn{
	background-color: #9A1D21;
	border-radius: 2px;
	font-family: "Agape", sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	padding: 16px 20px;
}

/*Host page*/

.host.banner-section{
	background-image: url('../images/host-banner.jpg');
	background-attachment: fixed;
    background-position: center center;
}
.host.banner-section .overlay{
	opacity: 0.4;
    background-color: #000000;
}
.banner-section.host p{
	font-size: 24px;
}
.text-with-image.host h5{
	font-size: 18px;
}
.text-with-image.host li{
	padding: 3px 0;
	font-size: 18px;
	line-height: 29.7px;
	color: #696969;
}

.services.req .col-md-4{
	padding: 40px;
}
.services.req img{
	width: 56px;
}
.services.req .col-md-4:nth-child(2){
	border-left: 1px solid #808285;
	border-right: 1px solid #808285;
}
.services.req h4{
	font-size: 24px;
}
.services.req p{
	font-size: 16px;
	color: #000;
	font-weight: 500 !important;
}
.host-form{
	padding: 70px 0;
	background-color: #9A1D21;
}
.host-form .container{
	max-width: 55%;
}
.host-form h2{
	color: #fff;
	font-size: 36px;
	margin-bottom: 20px;
}
.host-form form{
	margin-top: 30px;
	text-align: center;
}
.host-form .form-control, .host-form .btn{
	background-color: transparent;
	border: 2px solid #fff;
	color: #fff;
	font-size: 18px;
	border-radius: 2px;
	padding: 13px;
}
.host-form .form-control::placeholder{
	color: #fff;
	opacity: 0.8;
}
.host-form .btn{
	padding: 16px 20px;
	min-width: 142px;
	text-transform: uppercase;
	display: block;
}

/*onsite page*/

.banner-section.onsite{
	background-image: url('../images/onsite-banner.jpg');
	background-attachment: fixed;
    background-position: center center;
}
.banner-section.onsite .overlay{
	opacity: 0.4;
    background-color: #000000;
}
.banner-section.onsite p{
	font-size: 24px;
}
.course-list.onsite,.course-list.online {
	background-color: #fff;
}
.course-list.onsite .row{
	flex-wrap: nowrap;
    gap: 20px;
}
.course-list.onsite .col-md-3{
	padding: 0;
	max-width: 20%;
}
.course-list.onsite .head h2, .course-list.online .head h2{
	font-size: 40px;
	color: #0A0A0A;
}
.course-list.onsite img{
	border-radius: 5px;
}
.course-list.onsite h4, .course-list.online h4{
	color: #000000;
	padding-top: 10px;
}
.course-list.onsite li{
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 5px;
	color: #000;
	font-family: "Agape", sans-serif;
	line-height: 24px;
}
.course-list.onsite .btn{
	background-color: #9A1D21;
	color: #fff;
	padding: 15px 30px 13px;
}
.course-list.onsite .btn:hover{
	background-color: #A43337;
}

.text-with-image.onsite{
	background-color: #F6F6F6;
	padding: 70px 0;
}
.text-with-image.onsite .content{
	align-content: center;
}
.text-with-image.onsite li{
	font-size: 16px;
	color: #000;
	padding: 3px 0;
	font-family: "Agape", sans-serif;
}

.course-list.locations{
	background-color: #fff;
}
.course-list.locations h2{
	font-size: 48px;
}
.course-list.locations img{
	width: 52px;
	margin-bottom: 20px;
}

/*online page*/

.banner-section.online{
	background-image: url('../images/online-banner.jpg');
	background-attachment: fixed;
    background-position: center center;
}

.banner-section.online .overlay{
	opacity: 0.4;
    background-color: #000000;
}
.banner-section.online p{
	font-size: 24px;
}
.course-list.online p{
	font-size: 16px;
	color: #000;
	line-height: 16px;
}
.course-list.online a{
	font-weight: 600;
}

.course-detail{
	padding: 70px 0;
}
.course-detail .head p{
	color: #000;
}
.course-detail h4{
	padding-top: 10px;
}
.course-detail strong{
	margin-bottom: 15px;
	display: block;
}
.course-detail .btn{
	padding: 16px 28px;
	font-size: 15px;
	color: #fff;
	background-color: #9A1D21;
}
.course-detail .col-md-9 .row{
	padding-bottom: 20px;
}

/*Free Sample Course page*/

.sample.banner-section{
	background-image: url('../images/sample-course.jpg');
	background-attachment: fixed;
    background-position: center center;
	height: 50vh;
}

.bg-red {
	background-color: #9A1D21;
}

@media (max-width:768px){
	.header {
		background-color: #fff;
		position: relative;
	}
	.header .col-sm-10{
		max-width: 80%;
	}
	.header .col-sm-2{
		max-width: 20%;
	}
	.img-fluid.logo{
		width: 60%;
		height: auto;
	}
	.desktop-nav{
		display: none;
	}
	.navbar-toggler{
		display: block !important;
		background-color: transparent !important;
		border: none !important;
		padding: 0;
	}
	.offcanvas-header{
		padding: 1rem 3rem;
	}
	.offcanvas-body{
		padding: 0;
	}
	.offcanvas-start{
		display: block;
		width: 80%;
		background-color: #111111;
	}
	.mobile-nav{
		display: flex;
	    justify-content: center;
	    height: 100svh;
	}
	.mobile-nav .nav-item{
		padding: 0;
	}
	.mobile-nav .nav-link{
		color: #fff !important;
		font-family: "Agape", sans-serif;
		letter-spacing: 2px;
		font-size: 15px;
		font-weight: 700;
		padding: 15px 50px;
		border-bottom: 1px solid #383838;
	}
	.dropdown-menu{
		width: 100% !important;
		padding: 0 50px !important;
		background-color: #111111;
		position: relative;
		border: none !important;
	}
	.navbar-section .dropdown-item{
		background-color: transparent;
		font-size: 15px;
		font-weight: 700;
		letter-spacing: 2px;
	}
	.nav-socials{
		display: none;
	}
	.navbar-toggler-icon {
	  	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
		-webkit-filter: invert(100%);
	    filter: invert(100%);
	    width: 30px;
	}
	.banner-section h1{
		font-size: 38px;
	}
	.banner-section p{
		max-width: 100%;
	}
	.video iframe{
		height: 300px;
	}
	.course-list{
		padding: 0px 20px;
	}
	.course-list .col-md-3{
		padding: 0;
		padding-bottom: 30px;
	}
	.text-with-image{
		padding: 70px 0;
	}
	.text-with-image .btn{
		margin: 30px 0;
	}
	.container{
		padding: 0 20px !important;
	}
	.highlight .highlight-heading{
		font-size: 20px;
	}
	.highlight .col-md-4{
		text-align: center;
	}
	.text-with-image .heading{
		padding: 20px 0;
		font-size: 28px;
	}
	.text-with-image .subheading{
		font-size: 24px;
	}
	.text-with-image p{
		max-width: 100%;
	}
	.text-with-image.about .row{
		flex-wrap: wrap;
	}
	.testimonial .carousel-inner{
		padding: 0;
	}
	.testimonial .carousel-control-prev{
	    left: -10px;
		top: 155px;
	}
	.testimonial .carousel-control-next{
	    right: -10px;
		top: 155px;
	}
	.testimonial .content{
		font-size: 19px;
		text-align: center;
	}
	.shelf .col-md-4{
		padding-bottom: 20px;
	}
	.host-form .container{
		max-width: 100%;
	}
	.services.req .col-md-4:nth-child(2){
		border: 0;
	}
	.course-detail .btn{
		margin: 10px 0;
	}
	.banner-section.online p,.banner-section.onsite p,.banner-section.about p{
		/* display: none; */
	}
	.banner-section h5{
		margin-top: 10px;
	}
	footer .row{
		gap: 20px;
	}
	footer .footer-logo {
	    width: 80% !important;
	}
	footer .link-list{
		padding: 0;
		flex-wrap: wrap;
		gap: 10px;
		justify-content: center;
	}
	footer .footer-sociallinks{
		padding: 0;
	}
	footer .copyright{
		padding: 20px;
		font-size: 14px;
	}

	.course-list.onsite .row{
		flex-wrap: wrap;
	}
	.course-list.onsite .col-md-3{
		max-width: 100%;
	}

	.contact-banner-section{
		display: flex;
		align-items: center;
	}
	.contact-banner-section h1{
		font-size: 45px;
	}
	.contact-highlight-heading{
		font-size: 18px;
	}
	.contact-form .container >.row{
		flex-wrap: wrap;
	}
	.contactinfo .row{
		gap: 30px;
	}
	.blog-body .breadcrumbs .data{
		flex-direction: column;
	}
	.form-section{
		padding: 20px;
	}
	.form-container .form-message{
		font-size: 18px;
	}
	.form-container p{
		font-size: 16px;
	}
	.form h5{
		font-size: 18px;
	}
	.form label{
		font-size: 12px;
	}
	.form button{
		font-size: 14px;
		padding: 10px 30px;
	}


	.text-with-image.about, .text-with-image.host, .text-with-image.onsite{
		padding: 30px 0 !important;
	}
	.services {
		padding: 15px 0 !important;
	}
	.testimonial {
		padding: 60px 0 80px 0 !important;
	}
	.sm-mb-30 {
		margin-bottom: 30px;
	}
	.ml-btn-banner {
		margin-left: 0px !important;
		margin-top: 20px;
	}
	.btn {
		width: 100%;
	}
	footer .copyright{
		margin-top: 40px;
	}
	.video{
		padding: 10px 0;
	}


}


.banner-subtitle {
	font-size: 24px;
	font-style: italic;
}

a {
    color: #9A1D21 !important;
	font-weight: 800;
	text-decoration: none;
}

.btn {
	color: #FFF !important;
	font-size: 17px;
	font-weight: 600;
}

.mb-30 {
	margin-bottom: 30px;
}

.mb-40 {
	margin-bottom: 40px;
}

.mt-30 {
	margin-top: 30px;
}

.ml-btn-banner {
	margin-left: 40px;;
}

ol, ul {
    padding-left: 1rem;
}

