/*Theme Default Colours*/
.has-prime-color, .prime { color: var(--prime); }
.has-prime-background-color, .primebg { background-color: var(--prime); }

.has-second-color, .second { color: var(--second); }
.has-second-background-color, .secondbg { background-color: var(--second); }

.has-accent-color, .accent { color: var(--accent); }
.has-accent-background-color, .accentbg { background-color: var(--accent); }

.has-black-color { color: #000; }
.has-black-background-color { background-color: #000 }

.has-darkgrey-color { color: #333; }
.has-darkgrey-background-color { background-color: #333 }

.has-grey-color { color: #ccc; }
.has-grey-background-color { background-color: #ccc }

.has-white-color { color: #fff; }
.has-white-background-color { background-color: #fff }

.has-blue-color { color: #0000ff; }
.has-blue-background-color { background-color: #0000ff }
/*Theme Default Colours*/


#wprmenu_bar{
	max-width: 100%;
}

html body{
	font-family: "Roboto", sans-serif;
	font-size: 18px;
	line-height: 1.5em;
	color: #fff;
	overflow-x: hidden;
	background: #3c3c3c;
}

body p{
	font-size: 20px;
	line-height: 1.5em;
}

body a{
	color: var(--second);
	font-weight: bold;
	text-decoration: none !important;	
	transition: 0.3s;
}

body a:hover, body a:focus{
	color: #fff;
	outline:none !important;
}

@media (max-width: 992px){
	.half2{
		margin-top:30px;
	}
}

input:focus, button:focus{
	outline: none !important;
	box-shadow:none !important;
	border-color: #000 !important;
}

blockquote{	
	background: #ccc;
	display: block;
    padding: 30px;
    font-style: italic;
    margin:0 50px;
}

body h1, body h2, body h3, body h4, body h5, body h6{
	font-family: "Lora", serif;
	font-weight: 500;
	letter-spacing: 0px;
	line-height: 1.1em;
}

body h1{font-size: 60px;}
body h2{font-size: 40px;}
body h3{font-size: 32px;}
body h4{font-size: 26px;}
body h5{font-size: 20px;}
body h6{font-size: 18px;}


strong{
	font-weight: 700;
}

.uc{
	text-transform: uppercase;
}

.ctn{
	position: relative;
	padding:70px 0;
}

@media (max-width: 992px){
	.ctn{
		padding:35px 0;	
	}

	.homeh1{
		font-size: 40px;
	}
}

.wc{
	max-width: 1600px;
}

.bi{
	border: 3px solid var(--second);
    box-shadow: 0 1px 6px -2px rgb(65 65 44 / 55%);
    border-radius: 20px;
}


body .brandbtn, body .wp-block-button .wp-block-button__link{
	background: var(--prime);
	border: 2px solid var(--prime);
	color: #000;
	transition: 0.3s;	
	font-size:20px;
	font-weight:500;
	padding:8px 25px;
	white-space: normal;
	border-radius: 50px;
}

.brandbtn:hover, body .wp-block-button .wp-block-button__link:hover{
	background: #000;
	color:  var(--prime);
	transition: 0.3s;	
}

body .altbtn{
	background: var(--second);
	border: 2px solid var(--second);
	color: #fff;
}

body .altbtn:hover{
	background: #000;
	color:  var(--second);
}

.brandbtn i{
	margin-right:10px;
}

/*THEME DEFAULTS*/


/*DEFAULT CF7 STYLING*/
.contactctn h5{
	color: var(--second);
}

.wpcf7{
	/*background: #ccc;*/
	/*padding: 30px;*/
}

.wpcf7 .frm{
	margin-bottom: 15px;
}

.wpcf7 label{
	width:100%;
}

.wpcf7 input, .wpcf7 textarea, .wpcf7 select{
	width:100%;
	padding: 8px 15px;
	outline:none !important;
	border:2px solid #333 !important;
	border-radius: 30px;
}

.wpcf7 textarea{
	height: 200px;
	border-radius: 30px;
}

.wpcf7 input:focus, .wpcf7 textarea:focus, .wpcf7 select:focus, .wpcf7 textarea:focus{
	border:2px solid var(--prime) !important;	
}

.wpcf7 input[type="checkbox"]{
	margin-right: 5px;
    height: 20px;
    width: 20px !important;
    position: relative;
    top: 3px;
}

.wpcf7 .frmgdpr{
	text-align: center;
}

.wpcf7 .frmgdpr a{
	color: var(--second);
	font-weight: bold;
}

.wpcf7 .wpcf7-submit{
	background: var(--second) !important;
	color: #000 !important;
	transition: 0.2s;
}

.wpcf7 .wpcf7-submit:hover{
	background: #000 !important;
	color: #fff !important;
	transition: 0.2s;
}
/*DEFAULT CF7 STYLING*/


/*CONTACT TEMPLATE*/
.themap{
	/*border-top: 1px solid var(--prime);*/
}

.acf-map {
	width: 100%;
	height: 600px;
	border: none;
	margin: 0;
}

.acf-map .companyname{
	font-weight: bold;
	font-size: 20px;
	margin:0 0 10px 0;
	color: #000;
}

.acf-map .companyaddress{
	font-size: 14px;
	margin:0 0 0px 0;
	color: #000;
}

.acf-map .companyaddress a{
	font-weight: bold;
	font-size: 14px;
	color: var(--second);
}

@media (max-width: 992px){
	.mapctn{
		margin-top: 40px;
	}
}
/*CONTACT TEMPLATE*/



/*SIDEBAR 2 COLUMN TEMPLATE*/
.sidebar-side{
	position: sticky !important;
	position: -webkit-sticky;
    top: 100px;
    z-index: 1;
}

.sidectn{
	margin-bottom: 30px;
}

.sidectn .heading{
	margin:0 0 10px 0;
	font-weight: bold;
	font-size: 22px;
}

.sideimgctn img{
	margin-bottom: 10px;
	width:100%;
}

.sidenav ul{
	list-style: none;
	padding-left: 0px;
	margin:0px;
}

.sidenav ul a{
	display: block;
	background: #000;
	color: #fff;
	padding: 5px;
	border:1px solid #000;
	margin-bottom: 2px;
}

.sidenav ul a:hover{
	background: #fff;
	color: #000;
	padding-left: 10px;
}
/*SIDEBAR 2 COLUMN TEMPLATE*/



/*.overlaypanel{
	position: relative;
}

.overlaypanel:after{
	background:rgba(0,0,0,0.5);
	position: absolute;
	content:'';
	width:100%;
	height: 100%;
	left:0px;
	top:0px;
}

.overlay-inner{
	position: relative;
	z-index: 10;
}*/


.slick-dots{
	position: relative;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 5px;
    margin: 0 5px;
    padding: 0;
    display: inline-block;
    background: #5D5E5E;
    border-radius:20px;
    cursor: pointer;
    transition: 0.2s;
}

.slick-dots li.slick-active{
	background: #0EABDB;
}


.slick-dots li button{
	background: none;
	border:none;
	font-size: 0px;
	outline: none;
}

/*.ekko-lightbox-nav-overlay a span{
	font-size:50px;
}*/


/**************HEADER***************/
.textshadow{
	text-shadow:rgba(0, 0, 0, 0.4) 0px 4px 3px, rgba(0, 0, 0, 0.1) 0px 8px 13px, rgba(0, 0, 0, 0.1) 0px 18px 23px
}


.header{
	padding:15px 0;	
	position: sticky !important;
	position: -webkit-sticky;
    top: 0px;
    z-index: 999;
    border-bottom: 1px solid var(--second);
    text-align: center;
    /*background-image: url('../img/headerimg.jpg');*/
}

.header .overlay{
	background: rgb(0,0,0, 0.5);
	background: linear-gradient(90deg, rgba(0,0,0,0.9) 53%, rgba(94,94,94,0.95) 89%);
	background: linear-gradient(90deg, rgba(0,0,0,1) 53%, rgba(94,94,94,1) 89%);
}

.header .logo img{
	width:250px;
	min-width:250px;
}

.header .nav{
	display: block;
}

.nav ul{
	margin: 0px !important;
	font-size: 0px;
	padding-left: 0px;
}

.nav ul li{
	display: inline-block;
	position: relative;	
	padding:10px 20px;
	/*width: 130px;
	max-width: 130px;*/
}

.nav ul li a{
	display:block;
	font-size: 19px;	
	font-weight: normal;
	color: #fff;	
	/*font-family: 'Bebas Neue', sans-serif;*/
	letter-spacing: -1px;
}

.nav ul li .sub-menu{
	position: absolute;	
	z-index: 20;
	display: none !important;
	left:0px;
}

.hr{
	text-align: right;
}

.hr .brandbtn{
	background: #000;
	color: #fff;
	border: 2px solid var(--second);
	transition: 0.5s;
	font-size: 18px;
}



.hr .brandbtn:hover{	
	background: var(--second);
	color: #fff;
	border: 2px solid #000;
	transition: 0.5s;
}


.hr .brandbtn i{
	color: #fff;
	transition: 0.5s;
}

.hr .brandbtn:hover i{	
	color: #000;	
	transition: 0.5s;
}


/*.nav ul li .sub-menu li{

	min-width:250px;

	text-align: left;

}



.nav ul li .sub-menu li:first-of-type{

    margin-top:15px;

}



.nav ul li .sub-menu li a{

	display: block;

	background: #333;

	color:#fff;

	padding: 10px;

}



.nav ul li.menu-item-has-children:hover .sub-menu{

	display: block;

}



.nav ul li .sub-menu li a:hover{

	background: #000;

}*/





.nav .current_page_item a, .nav ul li a:hover{
	color: var(--second);	
}

@media (max-width: 1350px){
	.homenav{
		display: none !important;
	}

	.nav ul li{
		padding: 10px 9px;
		font-size: 16px;
	}

}

@media only screen and (max-width: 992px){
	html {
	    padding-top: 60px !important;
	}
}



#wprmenu_bar{
	max-width: 100%;
}



#wprmenu_menu_ul .homenav{
	display: block !important;
}



#wprmenu_bar .bar_logo {
    border: none;
    margin: 0;
    padding: 0px 8px 0px 0px;
    width: auto;
    height: 45px;
    position: relative;
    top: -10px;
}

#wprmenu_menu_ul{	
	padding-top: 50px;
}

#mg-wprm-wrap li.menu-item{
	margin: 10px 0;
}

#mg-wprm-wrap li.menu-item a{
	font-size: 18px;
}
/**************HEADER***************/


/**************BREADCRUMBS***************/
.breadhead{
	position: relative;	
	background-position:  0 -100px;
}

.overlay{
	background: rgb(0,0,0,0.8);
}

.breadhead .container{
	padding: 100px 0;
	text-align: center;
}

.breadhead h1{
	margin:0px 0 10px 0;
	font-size:50px;
	color: var(--prime);	
	line-height: 50px;
}

.rank-math-breadcrumb{
	color: #fff;
	
}

.rank-math-breadcrumb a{
	font-weight: normal;
	color: var(--second);	
}



.rank-math-breadcrumb a:hover{
	color: var(--prime);
}

@media (max-width: 992px){
	.breadhead .container{
		padding: 50px 0;		
	}

	.breadhead{	
		background-position:  0 0px;
	}
}

/**************BREADCRUMBS***************/


/**************FOOTER***************/
.footer{	
	padding: 100px 0;
	position: relative;
	color: #fff;
	border-top: 4px solid var(--second);
	background-image: url('../img/bw/kbh7.jpeg');
}

.footvid{
	position: absolute;
	left: 0px;
	top: 0px;
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.footer .overlay{
	background: rgb(0,0,0);
	background: linear-gradient(270deg, rgba(0,0,0,0.7) 53%, rgba(94,94,94,0.9) 89%);
}

.footercol h3{
	color: var(--second);
	font-size: 32px;
}



.footercol ul{
	list-style: none;
	padding-left: 0px;
	margin-left: 0px;
}

.footercol ul li{
	margin: 2px 0;
}

.footercol ul li a{
	color: #fff;
	font-weight: normal;
}

.footercol ul li a:hover{
	color: var(--second);
}

.rwds{
	text-align: center;
	margin-top: 60px;
}

.rwds p{
	margin-bottom: 5px;
}

.rwds a{
	color: var(--second);
	font-weight: normal;
}

.rwds a:hover{
	color: #fff;	
}

.rwds img{
	width: 50px;
	transform: scale(1);
	transition: 0.2s;
}

.rwds img:hover{
	transform: scale(1.15);
	transition: 0.2s;
}

.footerlogo img{
	max-width: 80%;
}

@media (max-width: 768px){
	.footer{
		text-align: center;
	}

	.footercol{
		margin-bottom: 30px;
	}

	.footerlogo img{
		max-width: 100%;
	}
}


/*SOCIALS*/
.socials{
	list-style: none;
	padding-left: 0px;
	margin: 10px auto
}

.socials li{
	display: inline-block;
	margin:0 2px;
}

.socials li img{
	transition: 0.2s;
	width:35px;
}

.socials li img:hover{
	transition: 0.2s;
	transform: scale(0.90);
}
/**************FOOTER***************/



/**************MODAL***************/
.modal{
	z-index: 9999999;
}

.modal-open{
	overflow: visible !important;
}

body {
    padding-right: 0px !important;
}
/**************MODAL***************/


/**************BLOG INDEX***************/
.newsimg{
	width: 100%;
	height: 400px;
	object-fit: cover;
}

.newsrow{
	color: #fff !important;
	font-weight: normal;
	line-height: 23px;
	margin-bottom: 50px;
}

.newsrow h3{
	color: var(--prime);
	font-size: 40px;
	margin-bottom: 10px;
}

.rmn{
	margin-top: 20px;
}

.ntxt{
	padding: 50px;
}

.cats{
	text-align: center;
	font-size: 0px;
}


body .pagination{
	text-align: center;
	clear: both;
}

body .pagination{
	text-align: center;
	display: block;
}

body .pagination span, body .pagination a{
	font-weight: bold;
	margin-right:10px;
	font-size:16px;
}

@media (max-width: 992px){
	.newsouter a h3{
		margin-top:30px;
	}

	.newsimg{
		height: 300px;
	}

	.ntxt{
		padding: 30px 15px;
	}
}
/**************BLOG INDEX***************/

/**************SINGLE BLOG***************/
.single-title{
	margin-top:0px;
}

.single-ctn .mainimg{
	width:100%;
	margin-bottom: 30px;
}
/**************SINGLE BLOG***************/


/**************SEARCH***************/
/*form*/
.svg-icon {
    width: 1em;
    top: 3px;
    height: 1em;
    position: relative;
}

.svg-icon path,
.svg-icon polygon,
.svg-icon rect {
  fill: #000;
}

.svg-icon circle {
  stroke: #000;
  stroke-width: 1;
}
/*form*/

.searchresults a{
	color: #000;
}

.searchresults .pagination{
	margin-top: 30px;
}
/**************SEARCH RESULTS***************/



/*Reuseable Gut Blocks */
.bannerblock .wp-block-columns{
	margin-bottom: 0px;
}



.headcol{
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 10px;
}


@media (max-width: 992px){
	.headtxt h2{
		text-align: center !important;
	}

	body .brandbtn, body .wp-block-button .wp-block-button__link{
		width: 100%;
		margin-bottom: 10px;
	}
}


.ui-accordion-header{
	background: var(--second);	
}

.ui-accordion-header a{
	color: #000 !important;
	font-weight: bold
}

.wp-block-getwid-accordion__header{
	padding: 20px 15px !important;
}

.ui-accordion-header:hover a, .ui-accordion-header-active a{
	color: var(--prime);	
}

.wp-block-getwid-accordion__header-wrapper{
	margin-bottom: 10px;
}

.wp-block-getwid-accordion__content{
	border: none !important;
}




.gridctn{
	padding: 20px 0;
}

.gridctn h2{
	text-align: center;
	margin-bottom: 30px;
}

.imgctn{
	position: relative;
	overflow: hidden;
	border: 3px solid var(--second);
    box-shadow: 0 1px 6px -2px rgb(65 65 44 / 55%);
    border-radius: 10px;
}

.imgctn img{
	transition: 0.4s;
	transform: scale(1.0);
	object-fit: cover;
	height: 400px;
	width: 100%;
}

.childctn{
	margin-bottom: 30px;
	overflow: hidden;
}


.childctn i{
	color: var(--prime) !important;
}

.childctn h5{
	color: var(--second);
	font-size: 26px;
	margin-top: 10px;
}

.childctn:hover h5{
	color: #fff;
}

.childctn:hover img{
	transform: scale(1.1);
	transition: 0.4s;
}



@media (max-width: 992px){
	.imgctn img{
		height: 200px;		
	}	
}



.latestnewsctn h2{
	text-align: center;
	margin-bottom: 30px;
}

.outerlatest{
	margin-bottom: 30px;
	text-align: center;
}

.outerlatest a h3{
	color: #fff;
	font-size: 20px;
}

.outerlatest a:hover h3{
	color: var(--second);
}



.outercourses{
	margin-bottom: 30px;
}

.outercourses img{
	object-fit: cover;
	height: 350px;
	width: 100%;
}

.outercourses h4{
	margin-top: 20px;
	font-size: 20px;
}




.upcoming{
	background: #fff;
	margin-bottom: 30px;
	color: #000;
	font-weight: normal;
}

.upcoming img{
	object-fit: cover;
	height: 300px;
	width: 100%;
}

.cinfo{
	padding: 0 50px;
}

.cinfo h3{
	color: #000;
	font-size: 26px;
	margin-bottom: 10px;
}

.cinfo p{
	color: #000;
	font-weight: normal;
	font-size: 16px;
}

.cinfo .times{
	color: #000;
	font-weight: bold;
}

.rm{
	text-align: right;
}

@media (max-width: 992px){
	.cinfo{
		padding: 30px 20px;
	}

	.rm{
		margin-top: 30px;
	}
}