@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap');

/*
Regular 400
Medium 500
Bold 700

font-family: 'DM Sans', sans-serif;
*/

*{
	margin: 0px;
	padding: 0px;
	}

	
.clr {
	clear:both;
	display:block;
	width:100%;
	height:0px;
	}

a {
   	text-decoration: none;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	box-shadow:none;
	}

a:focus, a:active {
	outline: none;
	}
	
a, a img {
	border:none;
	}
	
img {
	max-width:100%;
	}
	
h1, h2, h3, h4, h5, h6 {
	font-family: 'DM Sans', sans-serif;
    font-weight: bold;
	margin:0px;
	padding:0px;
	letter-spacing:0px;
	text-transform:none;
	line-height: 1.4;
	}
	
h1 {
	font-size:32px;
	}
	
h2 {
	font-size:28px;
	}
	
h3 {
	font-size:25px;
	}
	
h4 {
	font-size:21px;
	}
	
h5 {
	font-size:17px;
	}
	
h6 {
	font-size:14px;
	}
	
p{
	margin-bottom:15px;	
	padding-bottom:0px;
	}

iframe{
	width: 100%;
	}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder{
	/*color: #131313;*/
	font-family: 'DM Sans', sans-serif;
	}

:-moz-placeholder{
	/*color: #131313;*/
	font-family: 'DM Sans', sans-serif;
	}

::-moz-placeholder{
	font-family: 'DM Sans', sans-serif;
	opacity: 1;
	}

:-ms-input-placeholder{
	font-family: 'DM Sans', sans-serif;
	}

textarea{
	height: 120px;
}

body{
	font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    color: #535353;
	font-size: 16px;
	line-height: 28px;
	}

.home .entry-header, .header-titles .site-description{
	display: none;
	}

.header-inner{
	max-width: 120rem;
	}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6{
	margin: 0 0 2rem 0;
	}

.entry-content p, .entry-content li, .widget-content{
	line-height: 28px;
	font-size: 16px;
	}

/*body:not(.home) #site-header{
	border-bottom: solid 1px #f2f2f2;
	}*/

.section-inner.medium{
	max-width: 120rem;
	width: calc(100% - 8rem);
	}

.entry-content > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide), 
.panel-layout, .footer-inner, .services-row, .hdr-topbar-inner, .primary-menu-wrapper, .hdr-inner{
	width: 100%;
	max-width: 1240px;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0 auto;
	}

.widget_text p, .widget_text ol, .widget_text ul, 
.widget_text dl, .widget_text dt, .widget-content .rssSummary{
	font-size: 16px;
	}

.search-toggle .toggle-icon, .search-toggle svg{
	height: 1.8rem;
	max-width: 1.8rem;
	width: 1.8rem;
	}

.modal-menu a, .modal-menu > li > a, .modal-menu > li > .ancestor-wrapper > a, .modal-menu ul li a{
	color: #4f4f4f;
	font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
	}

.singular .entry-header{
	background-color: #6e1609;
	padding: 0 0 0 0;
	margin-bottom: 6rem;
	}

.singular .entry-header h1.entry-title{
	color: #ffffff;
	font-family: 'DM Sans', sans-serif;
    font-weight: bold;
	font-size: 36px;
	padding: 4rem 0;
	letter-spacing: 0;
	text-transform: capitalize;
	position: relative;
	}

.single-product .entry-header{
	background-color: #ffffff;
	padding: 0 0 0 0;
	margin-bottom: 6rem;
	}

.single-product .entry-header h1.entry-title{
	color: #2d2d2d;
	font-family: 'DM Sans', sans-serif;
    font-weight: bold;
	font-size: 28px;
	padding: 4rem 0 1rem 0;
	letter-spacing: 0;
	text-transform: uppercase;
	position: relative;
	}


/*
.singular .entry-header h1.entry-title:after{
	content: "";
	background-color: #c62a2c;
	position: absolute;
	width: 30px;
	height: 1px;
	bottom: -13px;
	left: 0;
	right: 0;
	margin: 0 auto;
	}

*/

button.close-nav-toggle svg, button.close-nav-toggle .toggle-text{
	color: #000000;
}

.toggle.nav-toggle svg, .toggle-inner .toggle-text{
	display: none;
}

button.close-nav-toggle svg, button.close-nav-toggle .toggle-text {
    color: #000000;
    font-size: 0px;
}

.nav-toggle .toggle-icon, .nav-toggle svg{
	height: 2rem;
	width: 2.6rem;
}

.menu-modal.active {
    z-index: 999;
}

/* sub menu */

ul.sub-menu li:nth-child(3){
	margin-right: 0px;
}

/*.primary-menu > li.menu-item-has-children > a{
	padding-right: 0;
}*/

.primary-menu ul{
	border-radius: 0;
	background: #95200f;
}

.primary-menu ul::before{
	height: 0;
}

.primary-menu li.menu-item-has-children:hover > ul{
	right: calc(100% + -20rem);
	top: calc(100% + 0rem);
}

.primary-menu > li > .icon, .primary-menu ul li.menu-item-has-children .icon{
	display: none;
}

.primary-menu .sub-menu{
	padding: 0;
}

.sub-menu li a:hover{
	background-color: #e0280e !important;
	color: #ffffff !important;
}

.primary-menu ul li.menu-item-has-children:hover > ul,
.primary-menu ul li.menu-item-has-children:hover > ul, .primary-menu ul li.menu-item-has-children:focus > ul, 
.primary-menu ul li.menu-item-has-children.focus > ul{
	left: calc(100% + 0rem);
	top: 0;
}

.primary-menu ul::after {
	display: none;
}

.search-results .post-inner{
	padding-top: 4rem;
	}

.search-results hr{
	margin: 4rem auto;
	}

.search-results h2.entry-title{
	font-size: 45px;
	}
	
/* ---------- */

.header-top{
	background: #173142;
	display: none;
}

.header-top .section-inner{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header-top ul{
	margin: 0;
}

.header-top ul li{
	display: inline-block;
	vertical-align: top;
	list-style-type: none;
	margin-top: 0;
}

.socials-top ul li{
	margin-right: 15px;
}

.header-top ul li a{
	color: #ffffff;
}

.top-right-links ul li a{
	padding: 14px 0;
	display: block;
}

.top-right-links ul li{
	margin-left: 34px;
}

.top-right-links ul li:first-child{
	position: relative;
}

.top-right-links ul li:first-child:after{
	content: "";
	position: absolute;
	background: #ffffff;
	width: 2px;
	height: 15px;
	top: 19px;
	right: -22px;
}

.hdr-right ul{
	margin: 0;
}

.hdr-right ul li{
	list-style-type: none;
	display: inline-block;
	vertical-align: top;
	margin-left: 40px;
}

/*.hdr-right ul li a{
	background-image: url(../images/email-icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 11px 0 12px 55px;
	background-size: 25% auto;
	margin: 0;
}
*/

.hdr-right ul li.top-mail a, .hdr-right ul li.top-login a{
	position: relative;
}

.hdr-right ul li.top-mail a:before{
	content: "\f003";
	position: absolute;
	font-size: 18px;
	font-family: fontawesome;
	top: -1px;
	left: -30px;
}

.hdr-right ul li.top-login a:before{
	content: "\f2c0";
	position: absolute;
	font-size: 18px;
	font-family: fontawesome;
	top: -1px;
	left: -27px;
}

.header-inner{
	padding: 10px 0;
}

ul.primary-menu{
	justify-content: flex-start;
	border-left: solid 1px #bfbfbf;
	margin: 0;
}

.header-navigation-wrapper{
	border-top: solid 1px #bfbfbf;
	border-bottom: solid 1px #bfbfbf;
}

.primary-menu > li.current_page_item a, .primary-menu > li.current_page_item a:active,
.primary-menu > li.current_page_item a:focus, .primary-menu > li.current_page_item a:hover,
.primary-menu > li a:hover{
	background: #95200f;
	color: #ffffff;
}

.primary-menu a{
	font-family: 'DM Sans', sans-serif;
    font-weight: 400;
	padding: 16px 24px !important;
	color: #4f4f4f;
	font-size: 16px;
	text-transform: capitalize;
	border-right: solid 1px #bfbfbf;
}

/*.primary-menu > li > .icon{
	color: #ffffff;
}*/

.primary-menu > li{
	margin: 0;
}

.nav-toggle .toggle-icon {
	position: relative;
}

.nav-toggle .toggle-icon::after {
    content: "";
    position: absolute;
    background-image: url("../images/toggle-open-icon1.png");
    background-repeat: no-repeat;
    width: 33px;
    height: 17px;
    right: 0;
    top: 0;
}

#homeslider .metaslider .caption-wrap{
	background: transparent;
	height: 100%;
	opacity: 1;
}

#homeslider .metaslider .caption{
	width: 100%;
	max-width: 1240px;
	padding-right: 20px;
	padding-left: 20px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 100%;
	margin: 0 auto;
}

.slider-txt{
	color: #ffffff;
	text-align: left;
	padding: 2%;
	background-color: rgba(23, 49, 66, 0.8);
}

.slider-txt h3{
	font-family: 'DM Sans', sans-serif;
    font-weight: bold;
	font-size: 28px;
	line-height: 34px;
	color: #ffffff;
}


.slider-txt.mainslider, .slider-txt.demoslider{
	width: auto;
	max-width: inherit;
	padding: 0;
	background-color: transparent;
}

.slider-txt.mainslider h3, .slider-txt.demoslider h3{
	background-color: #1E88E5;
	padding: 10px;
	margin-bottom: 8px;
}

.slider-txt.mainslider h4, .slider-txt.demoslider h4{
	background-color: #95200f;
	max-width: max-content;
	padding: 10px;
	font-size: 26px;
	line-height: 34px;
	margin-bottom: 0;
}

.slider-btn{
	width: 100%;
	max-width: 240px;
	display: block;
	margin-top: 2%;
}

.slider-btn a{
	border: solid 1px #ffffff;
	background-color: #ffffff;
	text-transform: uppercase;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	border-bottom-right-radius: 0;
	color: #173142;
	text-align: center;
	padding: 12px 6px;
	width: 100%;
	max-width: 240px;
	display: block;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: 1.5px;
}

.slider-btn a:hover{
	border: solid 1px #ffffff;
	background-color: transparent;
	color: #ffffff;
	letter-spacing: 2px;
}

#homeslider .metaslider .flex-control-nav{
	bottom: 30px;
}

#homeslider .flex-control-paging li a.flex-active, #homeslider .metaslider .flex-control-nav li a{
	background: #ffffff;
	border: none;
}

#homeslider .flex-control-paging li a{
	width: 15px;
	height: 15px;
}

#homeslider .flex-control-paging li a.flex-active{
	background: #95200f;
}

#homeslider .metaslider .flexslider{
	margin-bottom: 0;
}

#homeslider .metaslider .flexslider .flex-direction-nav li a {
    width: 47px;
    height: 47px;
}

.welcm{
	width: 100%;
	max-width: 730px;
	margin: 0 auto;
	text-align: center;
}

.welcm p{
	margin-bottom: 0;
}

.welcm h3.widget-title, .home-courses-left h3.widget-title{
	font-size: 24px;
	color: #173142;
	margin-bottom: 18px;
}

.three-boxes-row{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	text-align: center;
}

.three-boxes{
	background: #ffffff;
	border: solid 1px #e4e4e4;
	/* Firefox */
	width: -moz-calc(100% /2 - 20px);
	/* WebKit */
	width: -webkit-calc(100% /2 - 20px);
	/* Opera */
	width: -o-calc(100% /2 - 20px);
	/* Standard */
	width: calc(100% /2 - 20px);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding: 3%;
	margin: 10px;
}

.three-boxes:hover{
	background: #ffffff;
	border: solid 1px #ffffff;
	box-shadow: 2px 2px 24px 6px rgba(227, 223, 223, 0.6);
	-webkit-box-shadow: 2px 2px 24px 6px rgba(227, 223, 223, 0.6);
	-moz-box-shadow: 2px 2px 24px 6px rgba(227, 223, 223, 0.6);
	-webkit-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

.three-boxes img{
	margin: 0 auto;
	max-width: 44px;
	min-height: 44px
}

.three-boxes h4{
	margin-bottom: 0;
	line-height: 24px;
}

.three-boxes h4 a{
	margin: 13px 0;
	display: block;
	font-size: 24px;
	color: #173142;
}

.welcm-btn{
	margin: 2em 0;
}

.home-counter-row{
	position: relative;
	z-index: 2;
}

.home-counter-row:before{
	content: "";
	position: absolute;
	background-color: rgba(23, 49, 66, 0.8);
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: -999;
}

.home-counter{
	text-align: center;
	width: 100%;
	max-width: 680px;
	margin: 0 auto;
}

.home-counter .statistics{
	padding: 0;
}

.home-counter .statistics h3, .my-testimonials .tss-wrapper .tss-layout1 .item-content-wrapper::before, 
.my-testimonials .tss-wrapper .tss-carousel1 .item-content-wrapper::before,
.my-testimonials .tss-wrapper .tss-layout1 .item-content-wrapper::after, 
.my-testimonials .tss-wrapper .tss-carousel1 .item-content-wrapper::after,
.our-courses .rt-tpg-container .rt-pagination-wrap{
	display: none;
}

.home-counter .statistics-inner{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	text-align: center;
	width: 100%;
}

.home-counter .statistics .stat{
	float: none;
}

.home-counter .statistics .stat{
	margin: 0;
}

.home-counter .stat .number{
	font-size: 36px;
}

.home-counter h3.widget-title{
	font-size: 36px;
	font-weight: 400;
	line-height: 44px;
	color: #ffffff;
}

.our-courses-outer .panel-layout{
	padding-left: 0;
	padding-right: 0;
}

.our-courses .rt-tpg-container .layout1 .rt-holder{
	box-shadow: none;
	background: transparent;
	padding: 0;
}

.our-courses  .rt-tpg-container .layout1 .rt-holder .rt-detail{
	background: transparent;
	padding: 0;
}

.our-courses .rt-tpg-container .rt-detail .entry-title a{
	font-size: 20px;
	font-weight: bold;
	color: #173142;
	display: block;
	margin: 20px 0;
	letter-spacing: 1px;
}

.rt-tpg-container .layout1 .rt-holder .rt-detail .post-meta{
	display: block;
	margin: 0;
}

.my-testimonials-row{
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

.my-testimonials{
	max-width: 750px;
	margin: 0 auto;
	text-align: center;
	color: #ffffff;
}

.my-testimonials h3.widget-title{
	margin-bottom: 5px;
}

.my-testimonials .tss-wrapper .tss-img-circle .profile-img-wrapper img{
	margin: 0 auto;
}

.my-testimonials .tss-wrapper .single-item-wrapper h3.author-name{
	font-size: 18px;
	font-weight: normal;
}

.my-testimonials .tss-wrapper .tss-carousel1 .item-content-wrapper, 
.my-testimonials .tss-wrapper .tss-layout1 .item-content-wrapper{
	background: transparent;
	text-align: left;
	padding: 0 30px 30px 30px;
}

.my-testimonials .tss-wrapper .tss-layout1 .item-content, 
.my-testimonials .tss-wrapper .tss-carousel1 .item-content{
	font-style: normal;
}

.my-testimonials .tss-wrapper .tss-layout1 .tss-meta-info.tss-left, 
.my-testimonials .tss-wrapper .tss-carousel1 .tss-meta-info.tss-left{
	flex: 1;
}

.my-testimonials .tss-wrapper .tss-layout1 .single-item-wrapper, 
.my-testimonials .tss-wrapper .tss-carousel1 .single-item-wrapper{
	margin-bottom: 0;
	margin-top: 1em;
}

.my-testimonials .tss-wrapper .tss-even .tss-grid-item{
	padding: 0;
	margin: 0;
}

.my-testimonials .slick-dotted.slick-slider{
	margin-bottom: 0;
}

.my-testimonials .tss-wrapper .slick-dots li button{
	background: transparent;
}

.my-testimonials .tss-wrapper .slick-dots li button::before{
	width: 7px;
	height: 7px;
	background: transparent;
	border: solid 3px #fff;
}

.btn1 .so-widget-sow-button .ow-button-base a, .read-btn .so-widget-sow-button .ow-button-base a,
.download-btn .so-widget-sow-button .ow-button-base a, .apply-btn1 .so-widget-sow-button .ow-button-base a{
	border: solid 1px #95200f;
	background-color: #95200f;
	text-transform: uppercase;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	border-bottom-right-radius: 0;
	color: #ffffff;
	text-align: center;
	padding: 12px 6px;
	width: 100%;
	max-width: 160px;
	display: block;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: 1.5px;
	margin: 0 auto;
}

.btn1 .so-widget-sow-button .ow-button-base a.ow-button-hover:hover, 
.read-btn .so-widget-sow-button .ow-button-base a.ow-button-hover:hover,
.download-btn .so-widget-sow-button .ow-button-base a.ow-button-hover:hover,
.apply-btn1 .so-widget-sow-button .ow-button-base a.ow-button-hover:hover{
	border: solid 1px #95200f;
	background-color: transparent;
	color: #95200f !important;
	letter-spacing: 2px;
}

.download-btn .so-widget-sow-button .ow-button-base a{
	width: 100%;
	max-width: 340px;
	padding: 15px;
}

.read-btn{
	margin-top: 3%;
}

.apply-btn1 .so-widget-sow-button .ow-button-base a{
	margin: 0;
}

.footer-nav-widgets-wrapper{
	background: transparent;
	background-image: url(../images/ftr-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	font-family: 'DM Sans', sans-serif;
    font-weight: 400;
	color: #ffffff;
	position: relative;
}

.footer-widgets{
	width: 100%;
}

.footer-widgets.column-one .half-fields-row, .contact-page-form .half-fields-row, .footer-widgets.column-one,
.half-fields-row, .three-fields-row{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}

.half-fields{
	/* Firefox */
	width: -moz-calc(100% /2 - 10px);
	/* WebKit */
	width: -webkit-calc(100% /2 - 10px);
	/* Opera */
	width: -o-calc(100% /2 - 10px);
	/* Standard */
	width: calc(100% /2 - 10px);
}

.footer-widgets.column-one .widget{
	/* Firefox */
	width: -moz-calc(100% /2 - 10px);
	/* WebKit */
	width: -webkit-calc(100% /2 - 10px);
	/* Opera */
	width: -o-calc(100% /2 - 10px);
	/* Standard */
	width: calc(100% /2 - 10px);
	margin-top: 0;
}
.two-fields {  width: calc(100% /2 - 10px);  }
.three-fields{
	/* Firefox */
	width: -moz-calc(100% /3 - 10px);
	/* WebKit */
	width: -webkit-calc(100% /3 - 10px);
	/* Opera */
	width: -o-calc(100% /3 - 10px);
	/* Standard */
	width: calc(100% /3 - 10px);
}
 

.footer-widgets.column-one{
	width: 62%;
}

.footer-widgets.column-two{
	width: 35%;
}

.footer-widgets.column-one .widget_nav_menu{
	padding-left: 16%;
}

.footer-nav-widgets-wrapper .widget-title{
	font-family: 'DM Sans', sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-transform: inherit;
	letter-spacing: 0;
	color: #ffffff;
}

.footer-nav-widgets-wrapper .widget_nav_menu li a{
	color: #fff;
	font-weight: 400;
	line-height: 30px;
}

.footer-nav-widgets-wrapper .widget_nav_menu li a:hover{
	margin-left: 3px;
	color: #95200f;
}

.tnp-subscription{
	max-width: 100%;
}

.btm-details-list, .socials-btm ul{
	margin: 0;
}

.btm-details-list li.location,
.btm-details-list li.email,
.btm-details-list li.call{
	position: relative;
	margin-right: 0;
	margin-top: 0;
}

.btm-details-list li{
	padding-bottom: 15px;
	padding-left: 40px;
	margin-bottom: 10px;
	list-style-type: none;
	line-height: 30px;
	color: #ffffff;
}

.btm-details-list li a{
	color: #ffffff;
}

.btm-details-list li a:hover{
	color: #95200f;
}

.btm-details-list li.location:before{
	content: "";
	background-image: url(../images/mapicon.png);
	background-repeat: no-repeat;
	position: absolute;
	width: 18px;
	height: 27px;
	top: 8px;
	left: 0;
}

.btm-details-list li.email:before{
	content: "";
	background-image: url(../images/mailicon.png);
	background-repeat: no-repeat;
	position: absolute;
	width: 16px;
	height: 12px;
	top: 10px;
	left: 0;
}

.btm-details-list li.call:before{
	content: "";
	background-image: url(../images/phoneicon1.png);
	background-repeat: no-repeat;
	position: absolute;
	width: 19px;
	height: 20px;
	top: 6px;
	left: 0;
}

.socials-btm ul{
	margin-left: 0;
}

.socials-btm ul li{
	display: inline-block;
	margin-top: 0;
}

.socials-btm ul li a{
	color: #ffffff;
	background: #95200f;
	border: solid 1px #95200f;
	margin-right: 10px;
	width: 44px;
	height: 44px;
	display: block;
	line-height: 44px;
	text-align: center;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

.socials-btm ul li a:hover{
	background: rgba(0, 0, 0, 0.1);
	border: solid 1px #ffffff;
	color: #ffffff;
}

.footer-widgets.column-two .tnp-subscription input[type="email"]{
	background-color: rgba(44, 44, 44, 0.3);
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	outline: none;
	padding: 18px 24px;
	height: auto;
	margin: 24px 0;
}

.footer-widgets.column-two .tnp-field input[type="submit"]{
	background: #95200f;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	padding: 13px 36px;
	letter-spacing: 1.5px;
}

.footer-widgets.column-two .tnp-field input[type="submit"]:hover{
	background: #ffffff;
	color: #95200f;
}

.footer-widgets-outer-wrapper{
	padding: 8rem 0 6rem 0;
}

.search-results h2.entry-title{
	font-size: 30px;
}

#site-footer{
	background-color: rgba(44, 44, 44, 0.3);
	position: relative;
	padding: 14px 0;
}

.woocommerce-shop .footer-nav-widgets-wrapper{
	margin-top: 0;
}

.footer-credits{
	width: 100%;
	justify-content: space-between;
}

.footer-credits p{
	font-family: 'DM Sans', sans-serif;
    font-weight: 400;
}

.footer-credits a{
	color: #95200f;
}

.footer-credits a:hover{
	color: #ffffff;
}

ul.ftr-btm-links{
	margin: 0;
}

ul.ftr-btm-links li{
	display: inline-block;
	vertical-align: top;
	margin-top: 0;
	list-style-type: none;
	position: relative;
	margin-left: 24px;
}

ul.ftr-btm-links li:before{
	content: "";
	position: absolute;
	background: #ffffff;
	width: 1px;
	height: 12px;
	top: 7px;
	left: -14px;
}

ul.ftr-btm-links li:first-child:before{
	display: none;
}

ul.ftr-btm-links li a{
	color: #ffffff;
}

ul.ftr-btm-links li a:hover{
	color: #95200f;
}

a.to-the-top{
	background: #95200f;
	width: 30px;
	height: 30px;
	line-height: 24px;
	font-size: 12px;
	text-align: center;
	bottom: 100px;
	right: 0px;
	color: #fff;
	position: absolute;
}

.contact-page-left input[type="submit"], .apply-formpage input[type="submit"]{
	width: 160px;
	letter-spacing: 1px;
	border: solid 1px #95200f;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	padding: 14px;
	margin-top: 1em;
}

.contact-page-left input[type="submit"]:hover, .apply-formpage input[type="submit"]:hover{
	letter-spacing: 2px;
	background: transparent;
	border: solid 1px #000000;
	color: #000000;
}

.wppb-form-field input[type="text"], .wppb-form-field input[type="number"], 
.wppb-form-field input[type="email"], .wppb-form-field input[type="url"], 
.wppb-form-field input[type="password"], .wppb-form-field input[type="search"], 
.wppb-form-field select, .wppb-form-field textarea, .wppb-checkboxes, .wppb-radios, 
#wppb-login-wrap .login-username input, #wppb-login-wrap .login-password input, #wppb-login-wrap .login-auth input{
	padding: 10px;
}

.wppb-user-forms li h4{
	margin-bottom: 0;
}

.blog-page .post-meta{
	margin: 0;
}

.single-post .entry-header{
	background-color: transparent;
	margin-bottom: 18px;
}

.single-post .entry-header h1.entry-title{
	color: #000000;
	padding: 0;
}

.page-id-7 .entry-header, .page-id-131 .entry-header, .page-id-153 .entry-header, .page-id-157 .entry-header,
.post-294 .entry-header, .page-id-18 .entry-header, .page-id-318 .entry-header, .page-id-27 .entry-header, 
.page-id-205 .entry-header, .page-id-371 .entry-header, .page-id-379 .entry-header, .post-393 .entry-header,
.page-id-190 .entry-header, .page-id-446 .entry-header, .page-id-455 .entry-header, .page-id-461 .entry-header,
.page-id-467 .entry-header, .page-id-490 .entry-header, .page-id-500 .entry-header, .page-id-512 .entry-header,
.page-id-521 .entry-header, .page-id-474 .entry-header, .page-id-536 .entry-header, .page-id-199 .entry-header,
.page-id-581 .entry-header, .page-id-599 .entry-header, .page-id-616 .entry-header, .page-id-627 .entry-header,
.page-id-636 .entry-header, .page-id-640 .entry-header, .page-id-665 .entry-header, .page-id-668 .entry-header,
.page-id-671 .entry-header, .page-id-687 .entry-header, .page-id-691 .entry-header, .page-id-819 .entry-header, .page-id-831 .entry-header, .page-id-843 .entry-header, .page-id-848 .entry-header, 
.single-post .post-meta-wrapper{
	display: none;
}

.entry-categories{
	margin-top: 4rem;
    margin-bottom: 1rem;
}

.archive-header{
	padding: 4rem 0;
}

body:not(.singular).archive main > article:first-of-type{
	padding: 0;
}

body:not(.singular).archive main > article, .single-post main > article{
	text-align: center;
}

.archive h2.entry-title{
	font-size: 30px;
	line-height: 30px;
}

.archive h2.entry-title a{
	color: #000000;
}

.archive .post-inner, .single-post .post-inner{
	padding-top: 3rem;
}

.archive .featured-media{
	margin-top: 3rem;
}

.single-post #site-content, .archive #site-content{
	max-width: 1240px;
	padding: 0 20px;
	margin: 0 auto;
}

.single-post .featured-media-inner{
	left: 0;
	width: 100%;
}

/*.comments-wrapper{
	display: none;
}*/

.about-page-content h4, body:not(.home) .entry-content h3.widget-title, .inner-page h4{
	font-size: 24px;
    color: #173142;
    margin-bottom: 14px;
}

.inner-page h2{
	color: #95200f;
	font-size: 32px;
	position: relative;
	margin-bottom: 30px;
}

.inner-page h2:after{
	content: "";
	position: absolute;
	background: #95200f;
	width: 50px;
	height: 3px;
	left: 0;
	right: 0;
	bottom: -15px;
}

.contact-pgform input[type="text"], .contact-pgform input[type="email"], .contact-pgform textarea,
.contact-pgform select, .apply-formpage input[type="text"], .apply-formpage input[type="email"],
.apply-formpage textarea, .apply-formpage select, .apply-formpage input[type="date"]{
	outline: none;
	margin-bottom: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #ffffff;
	border: 1px solid #d8d8d8;
}

.contact-pgform select, .apply-formpage select{
	width: 100%;
	max-width: 100%;
	padding: 1.5rem 1.8rem;
	font-size: 1.6rem;
	letter-spacing: -0.015em;
}

.contact-pgform ul{
	margin-bottom: 12px;
}

.wpcf7-not-valid-tip,
.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output, 
.wpcf7 form.payment-required .wpcf7-response-output{
	font-size: 14px;
}

.hig-eduction .sp-easy-accordion .sp-ea-single .ea-header a{
	font-weight: 400;
	font-size: 17px;
}

.hig-eduction .sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a .ea-expand-icon{
	font-size: 11px !important;
}

.entry-content, table{
	font-size: 16px;
}

.hig-eduction table{
	margin: 0;
	width: 100%;
	max-width: 775px;
}

body:not(.home) .entry-content .qualification-right h3.widget-title{
	background: #95200f;
	color: #ffffff;
	padding: 15px;
	margin-bottom: 0;
}

.qualification-right .widget_nav_menu{
	margin-bottom: 30px;
}

.qualification-right nav{
	background: #f2f2f2;
	padding: 15px;
}

.qualification-right .widget_nav_menu a{
	font-weight: 400;
	color: #535353;
}

.qualification-right .widget_nav_menu a:hover{
	text-decoration: underline;
}

.qualification-right .sub-menu li a:hover{
	background-color: transparent !important;
	color: #535353 !important;
}

a.qualifications{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 15px 20px;
	background: #95200f;
	color: #fff;
	margin-bottom: 15PX;
}

.qualification-name{
	font-size: 20px;
	font-weight: bold;
	width: 70%;
}

.qualification-btn{
	padding: 15px;
	background: transparent;
	border: solid 2px #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

.qualification-btn:hover{
	background-color: rgba(255, 255, 255, 0.3);
}

.level-btm{
	background: #95200f;
	color: #ffffff;
	padding: 20px 30px;
}

.sidebar-info{
	background-color: #95200f;
	color: #ffffff;
	padding: 10px;
	position: relative;
	z-index: 2;
}

.sidebar-info a{
	color: #ffffff;
	font-size: 22px;
	font-weight: bold;
}

.sidebar-info ul{
	margin-bottom: 1em;
}

.sidebar-info:after{
	content: "C";
	color: #ffffff;
	opacity: 0.2;
	position: absolute;
	font-size: 14em;
	right: 0;
	bottom: 0;
	font-weight: bold;
	transform-origin: right center;
	transform: rotate(-63deg);
	z-index: -999;
}

body:not(.home) .entry-content .qualification-right .sidebar-info h3.widget-title{
	background: transparent;
}

.hospitality-img .sow-image-container .so-widget-image{
	width: 100%;
}

.hospitality-table table th{
	background: #942013;
	color: #ffffff;
}

.hospitality-table table{
	background: #ffffff;
}

.course-boxs-row, .contact-pgform{
	margin-top: 2.7em;
}

.course-boxs-row .course-boxs{
	display: inline-block;
	vertical-align: top;
	/* Firefox */
	width: -moz-calc(100% /3 - 10px);
	/* WebKit */
	width: -webkit-calc(100% /3 - 10px);
	/* Opera */
	width: -o-calc(100% /3 - 10px);
	/* Standard */
	width: calc(100% /3 - 10px);
}

.course-boxs-row .course-boxs h5{
	margin-bottom: 0;
}

.course-boxs-row .course-boxs h5 a{
	background: #173142;
	color: #ffffff;
	padding: 7%;
	text-align: center;
	margin: 10px;
	height: 250px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 900;
	line-height: 28px;
}

.apply-formpage{
	box-shadow: 0px 0px 15px 2px rgba(206, 202, 202, 0.21);
	-webkit-box-shadow: 0px 0px 15px 2px rgba(206, 202, 202, 0.21);
	-moz-box-shadow: 0px 0px 15px 2px rgba(206, 202, 202, 0.21);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding: 20px;
	/*margin-top: 2em;*/
}

.apply-formpage .wpcf7{
	padding-top: 15px;
}
#otherqualifications { display:none; }