*, :after, :before {

	margin: 0;

	padding: 0;

	-webkit-box-sizing: border-box;

	box-sizing: border-box;

	-moz-box-sizing: border-box;

}

body, html {

	height: 100%;

}

body {

	font-family: 'Source Sans Pro', sans-serif;

}

.img-fluid {

	max-width: 100%;

}

h1 {

}

h2 {

	font-size: 24px;

	font-weight: 600;

	color: #141313;

}

p, ul, li {

	font-size: 18px;

	color: #888888;

	font-weight: 500;

	line-height: 28px;

}

.hamburger {

    padding: 6px 5px!important;

}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {

	background-color:#fff!important;

	

}

.sidebar {

	position: fixed;

	top: 0;

	left: 0;

	bottom: 0;

	z-index: 10;

	display: block;

	width: 380px;

	background-color: #cccc99;

	-webkit-box-orient: vertical;

	-webkit-box-direction: normal;

	-ms-flex-direction: column;

	flex-direction: column;

	display: flex;

	-ms-flex-negative: 0;

	flex-shrink: 0;

	-webkit-transform: translateX(-380px);

	transform: translateX(-380px);

	padding: 0;

	-webkit-box-shadow: 10px 0px 34px -12px rgba(0,0,0,0.46);

	-moz-box-shadow: 10px 0px 34px -12px rgba(0,0,0,0.46);

	box-shadow: 10px 0px 34px -12px rgba(0,0,0,0.46);

}



.sidebar.active {

	-webkit-transform: translateX(0);

	transform: translateX(0);

}



.sidebar-toggle {

position: fixed;

    z-index: 99;

    height: 52px;

	line-height:52px;

	text-align:center;

	color:#fff;

	font-weight:600;

    background: #a47b92;

    width: 60px;

    border: 0;

    outline: 0;

    top: 60px;

	left:380px;

	    -webkit-box-shadow: 10px 0px 34px -12px rgba(0,0,0,0.46);

    -moz-box-shadow: 10px 0px 34px -12px rgba(0,0,0,0.46);

    box-shadow: 10px 0px 34px -12px rgba(0,0,0,0.46);

}

.sidebar-toggle:hover {

	cursor:pointer;

}

@media screen and (max-width: 1199px) {

body.sidebaractive .page-content {

	left: 0;

	margin-left: 380px;

}

}



@media screen and (min-width: 1599px) {

.sidebar {

	-webkit-transform: translateX(0px);

	transform: translateX(0px);

	padding: 30px 0;

}

.page-content {

	left: 0;

}

.page-content .push {

	margin-left: 380px;

}

.sidebar-toggle {

display:none;	

}

}

.page-content, .sidebar {

	-webkit-transition: left .4s cubic-bezier(.15, .8, .3, 1.01), right .4s cubic-bezier(.15, .8, .3, 1.01), margin-left .4s cubic-bezier(.15, .8, .3, 1.01), -webkit-transform .4s cubic-bezier(.15, .8, .3, 1.01);

	transition: left .4s cubic-bezier(.15, .8, .3, 1.01), right .4s cubic-bezier(.15, .8, .3, 1.01), margin-left .4s cubic-bezier(.15, .8, .3, 1.01), -webkit-transform .4s cubic-bezier(.15, .8, .3, 1.01);

	transition: left .4s cubic-bezier(.15, .8, .3, 1.01), right .4s cubic-bezier(.15, .8, .3, 1.01), transform .4s cubic-bezier(.15, .8, .3, 1.01), margin-left .4s cubic-bezier(.15, .8, .3, 1.01);

	transition: left .4s cubic-bezier(.15, .8, .3, 1.01), right .4s cubic-bezier(.15, .8, .3, 1.01), transform .4s cubic-bezier(.15, .8, .3, 1.01), margin-left .4s cubic-bezier(.15, .8, .3, 1.01), -webkit-transform .4s cubic-bezier(.15, .8, .3, 1.01);

}

.page-content {

	width: 100%;

	max-width: 100%;

	flex: 100%;

	left: 0;

	will-change: left, margin-left;

	padding-top: 0px;

	padding-bottom: 0px;

	padding-right: 0;

	padding-left: 0;

	background-color: #f3f3f3;

	position: relative;

	z-index: 9;

}

.page-content .hero {

	padding-left: 90px;

}

/* Switch */

.switch {

	padding: 60px 30px;

}

.switch a {

	display: block;

	padding: 12px;

	font-size: 20px;

	font-weight: 600;

	color: white;

	text-align: center;

}

.switch a:hover {

	text-decoration: none;

	color: #88446a;

}

.switch a.active {

	background: #a47b92;

	font-size: 20px;

}

.switch a.active:hover {

	background: #88446a;

	color: white;

}

/* Navigation */

ul.menu {

	margin: 0;

	padding: 60px 30px;

	list-style: none;

}

ul.menu li {

	margin-bottom: 30px;

}

ul.menu li a {

	font-size: 28px;

	color: white;

	font-weight: 500;

}



ul.menu li a:hover {

color: #828956;

    text-decoration: none;

    background-color: transparent!important;	

}



ul.menu li.active a {

	color: #828956;

	background: transparent;

    outline: none;

    border-bottom: 1px solid #e0e0a0;

}

/* Hero */

.cover-bg {

	background-attachment: fixed;

	background-size: cover;

	background-position: 0 0;

	/* min-height: 700px; */

	position: relative;

}

.cover-bg.small {
background-attachment: fixed;
    background-size: auto;
    background-position: top right;
    /* min-height: 700px; */
    position: relative;
    background-repeat: no-repeat;

}

.cover-bg .overlay {

	position: absolute;

	top: 0;

	left: 0;

	/* max-height: 700px; */

}

/* .cover-bg.small {

	min-height: 400px;

} */

.cover-bg.small .overlay {

	position: absolute;

	top: 0;

	left: 0;

	/* max-height: 400px; */

}

/* .cover-bg.small .overlay img {

	max-height: 400px;

} */

/* .cover-bg .hero-content {

	position: absolute;

	z-index: 99;

	bottom: 270px;

	left: 10%;

} */

/* .cover-bg.small .hero-content {

	position: absolute;

	z-index: 99;

	bottom: 90px;

	left: 10%;

} */

.cover-bg .hero-content h1 {

	color: white;

	font-size: 44px;

	font-weight: 700;

}

.cover-bg .hero-content p {

	color: white;

	font-size: 28px;

	font-weight: 500;

	max-width: 650px;

}

.breadcrumbs {

	margin: 30px 0;

	padding: 0;

	list-style: none;

}

.breadcrumbs, .breadcrumbs a {

	font-size: 18px;

	color: white;

}

/* Content blocks */

section {

	margin: 50px auto;

	position: relative;

	width: 100%;

	max-width: 100%;

	flex: 100%;

}

.white {

	background: white;

	padding: 60px;

	float: left;

	width: 100%;

	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.12);

	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.12);

	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.12);

}

.white ul {
	
float:left;
width:100%;
margin:30px 0 30px 15px;
}

.white p a {
    color: #9a9a30;

}

section.courses {

}

section.courses ul {

	margin: 30px 0;

	padding: 0;

	float: left;

	width: 100%;

	flex: 100%;

	list-style: none;

}

section.courses ul li {

margin-bottom:30px;

}

section.courses ul li a {

	text-decoration: none;

}

section.courses ul li a h2 {

	color: #141313;

	font-size: 24px;

	font-weight: 600;

	margin: 0;
min-height:52px;
}

section.courses ul li a span {

	color: #888888;

	font-size: 16px;

	font-weight: 600;

	font-style: italic;

}

.secondary-btn span,
a.secondary-btn,
button.secondary-btn {

	display: block!important;

	padding: 12px!important;

	text-align: center!important;

	background: #a47b92!important;

	font-weight: 600!important;

	color: white!important;

	font-style: normal!important;

	width: auto!important;

	max-width: 150px!important;

}

.secondary-btn span:hover,
a.secondary-btn:hover,
button.secondary-btn:hover  {

	background: #88446a!important;

	color: white!important;

}

section.courses ul li .content {

	padding-top: 15px;

}

section.courses .white:hover {

	background: white;

	padding: 60px;

	float: left;

	width: 100%;

	-webkit-box-shadow: none;

	-moz-box-shadow: none;

	box-shadow: none;

}

/* Footer */

footer {

	padding: 60px 0;

	background: white;

}



footer ul {

list-style:none;

margin:60px 0 0 0 ;

padding:0;	

float:left;

width:100%;

flex:100%;

}

footer ul li {}

footer ul li h2 {

font-size:18px;

font-weight:600;

color: #141313;	

margin:0;

}

.secondary-btn.green {

	display: block!important;

	padding: 12px!important;

	text-align: center!important;

	background: #cccc99!important;

	font-weight: 600!important;

	color: white!important;

	font-style: normal!important;

	width: max-content!important;

}

.secondary-btn.green:hover {

	background: #b9b95b!important;

	color: white!important;

	text-decoration:none!important;

}



/* Courses */

section.tabs {

margin-top:-58px;	

}

section.tabs .nav-pills>li>a {

    border-radius: 0;

	background-color:#828956;

	color:#fff;

	font-size:18px;

	font-weight:600;

}

section.tabs .nav-pills>li.active>a, section.tabs .nav-pills>li.active>a:focus, section.tabs .nav-pills>li.active>a:hover {

    color: #141313;

    background-color: white;

}



section.tabs .nav-pills>li {

    float: left;

-webkit-box-shadow: 0px -5px 10px 0px rgba(0,0,0,0.12);

-moz-box-shadow: 0px -5px 10px 0px rgba(0,0,0,0.12);

box-shadow: 0px -5px 10px 0px rgba(0,0,0,0.12);

}

section.tabs .nav>li>a {

    position: relative;

    display: block;

    padding: 15px 30px;

}

section.tabs .link {

padding:15px;	

float:left;

width:100%;

    font-size: 14px;

    color: #888888;

    font-weight: 500;

}



section.tabs .tab-pane h2,

section.tabs .tab-pane h3,

section.tabs .tab-pane strong {

font-size:21px;	

}



section.tabs .tab-pane ul,

.apply ul {

list-style-position: inside;

}

section.tabs .tab-pane ul li,

.apply ul li {

    position: relative;

    padding: 5px 0 5px 10px;

}

.side-fixed {

width: 300px;

    position: fixed;

    right: 0;	

	top:200px;

	z-index:999;

}



.side-fixed h3 {

font-size:17px;	

font-weight:500;

color: #888888;

}



a.secondary-btn {

	display: block;

	padding: 12px;

	text-align: center;

	background: #a47b92;

	font-weight: 600;

	color: white;

	font-style: normal;

	width: max-content;

	max-width: 100%;

	margin-top:15px;

	text-decoration:none;

	outline:none;

	border:0;

}

 a.secondary-btn:hover {

	background: #88446a;

	color: white;

	text-decoration:none;

}



input.wpcf7-form-control, .wpcf7-select {

width:100%;

padding:12px;

    font-size: 16px;

    color: #888888;

    font-weight: 500;

    line-height: 28px;	

}



.wpcf7-select {

	min-height:56px;

	

}



.wpcf7-submit {

    background: #a47b92;

    font-size: 21px!important;

	color:white!important;

	max-width:150px;

	border:0;

	outline:none;

	font-weight:600!important;

}



.color-wrap {

background:#9a9a30;

display:block;

padding:30px;	

}

.color-wrap h1,

.color-wrap h2 {

margin-top:0;	

margin-bottom:0;

color:white;

}



.contact-info {

padding:30px;

color:white;

border-top:1px solid #e0e0a0;

}

.contact-info h2 {

font-size:18px;

font-weight:600;

color:white;	

}

.contact-info a {

color: #9a9a30;

}



/* Menu */

.dropdown-menu {

position: relative!important;

    display: none;

    background: transparent!important;

    border-radius: 0;

    -webkit-box-shadow: none;

    box-shadow: none;

    border: 0;

	min-width: auto;

    max-width: 100%;

}

.dropdown-menu li a {

    font-size: 16px!important;

    padding-left: 0;

    padding-bottom: 15px;

    border-bottom: 1px solid #e0e0a0;

}

.sidebar ul.menu li ul {

float:left;

width:100%;

padding:30px 0;	

}

.sidebar ul.menu li ul li {

    margin-bottom: 15px!important;

}

.sidebar .dropdown-menu>li>a:focus, .sidebar .dropdown-menu>li>a:hover {

    color: #9a9a30;

    text-decoration: none;

    background-color: transparent!important;

}



.current-menu-parent .dropdown-menu {

display:block;	

}



.form-group-contact {

    margin-bottom: 15px;

    float: left;

    width: 100%;

    margin: 15px -15px;	

}



.form-group-contact textarea,

.form-group-contact .subject {

	width:100%;

	min-height:150px;

	max-height:150px;

}



.radio-21 {

float:left;

width:100%;

padding:15px 0;	

}


@media screen and (min-width: 992px) and (max-width: 1399px) {	

	.side-fixed {

  display:none;

}

.show-xs {

	display:block!important;	

	max-width:200px!important;

	}

}



@media screen and (max-width: 419px) {

	.switch {

    padding: 150px 30px 0px 30px;

}

	.sidebar.active .sidebar-toggle {

		left:30px;

	}

	/* .cover-bg .hero-content p {

	display:none;	

	} */



	/* .cover-bg.small .hero-content {

	left:30px!important;	

	} */

	.show-xs {

	display:block;	

	}

}



@media screen and (max-width: 991px) {

		/* .cover-bg .hero-content {

    position: absolute;

    z-index: 99;

    bottom: 270px;

    left: 30px;

} */

	.show-xs {

	display:block;	

	}

	ul.contact-who li {

	margin-bottom:30px;	

	}

	ul.contact-who li img {

	margin-bottom:30px;	

	}

/* .cover-bg.small .hero-content {

    position: absolute;

    z-index: 99;

    left: 10%;

    max-width: 600px;

} */

.cover-bg .hero-content h1 {

    color: white;

    font-size: 34px;

    font-weight: 700;

}

.cover-bg .hero-content p {

    color: white;

    font-size: 18px;

    font-weight: 500;

    max-width: 650px;

}

.side-fixed {

    display:none;

}

input.wpcf7-form-control, .wpcf7-select {

  margin-bottom:15px;

}

/* .cover-bg.small .overlay img {

    max-height: 400px;

    min-height: 400px;

} */

}



section.subfooter {

margin:15px auto!important;	

font-size:13px;

color:#888888;

}

section.subfooter a {

color:#888888;

}


#courseTabs a.secondary-btn {
max-width:150px;	
float:left;
}

#courseTabs .tab-content>.active {
    display: block;
    padding: 0 90px 0 0;
}


/* 08-04-2021 */
.mx-auto {
    margin: 0 auto!important;
}
.mb-0 {
    margin-bottom: 0!important;
}
@media screen and (max-width: 768px) {
    .white {
        padding: 2rem 3rem;
    }
    ul.menu {
        margin-top: 40px;
    }
    .sidebar.active .sidebar-toggle {
        top: 20px;
    }
}
#menu-item-173:hover ul {
    display: block;
}

.hero-content-wrapper {
    display: flex !important;
    flex-basis: auto;
    justify-content: space-between !important;
    padding: 6rem 4rem;
}
.hero-content-wrapper .hero-content,
.hero-content-wrapper .logo {
    align-self: center !important;
    justify-content: center !important;
}
.hero-content-wrapper .logo {
    max-width: 200px;
}
.d-block {
    display: block;
}


#cursusDatums ul li {
    box-shadow: none;
}
#cursusDatums ul {
    margin: 0!important;
    float: none;
}

#cursusDatums .wpforms-description {
    font-size: 24px;
    padding-top: 2rem;
}