.elementor-kit-25471{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.elementor-widget:not(:last-child){margin-bottom:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1025px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:768px;}}/* Start custom CSS */html {
    font:300 16.5px / 30px 'Montserrat';
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
	background:#fff;
	color:#5d5d5d;
}

body {
    margin: 0;
}

a{
	background:transparent;
	color:#e5c500;
	text-decoration:none;
	cursor:pointer;
}
a:active,a:hover{
	outline:0;
	color:#f3c91d;
	text-decoration:underline;
}

/* Headlines */
h1,h2,h3,h4,h5,h6{
	margin:0 0 20px 0;
	font-family:'Montserrat';
	font-weight:300;color:#111;
	text-transform:none;
}
*+h1,*+h2,*+h3,*+h4,*+h5,*+h6{
	margin-top:30px;
}
h1{
	font-size:48px;
	line-height:56px;
}
h2{
	font-size:38px;
	line-height:44px;
}
h3{
	font-size:28px;
	line-height:34px;
}
h4{
	font-size:21px;
	line-height:28px;
}
h5{
	font-size:18px;
	line-height:22px;
}
h6{
	font-size:14px;
	line-height:18px;
}
/* Navigation */
#primary-menu > li > a {  color: #111 !important;
}

#primary-menu > li > a:before,#primary-menu > li > a:after  {  
   content:'';
	position:absolute;
	width:10px;
	height:10px;
	opacity:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	border:2px solid #fe0;
	-webkit-transition:-webkit-transform 0.3s, opacity 0.3s;
	transition:transform 0.3s, opacity 0.3s;
	-webkit-transition-timing-function:cubic-bezier(0.17, 0.67, 0.05, 1.29);
	transition-timing-function:cubic-bezier(0.17, 0.67, 0.05, 1.29);
}

#primary-menu > li:hover > a {  color: #efc004 !important;
}


.ast-search-icon > .astra-search-icon{
   color: #111 !important;
}

/* Courses */
.course-slider a {
    margin: 0;
}

.course-slider li {
    display: inline;
    list-style-type: none;
    padding: 0 20px 0 0;
}

.course-slider li:first {
    padding: 0;
}

.course-slider a {
    color: #fff !important;
}

/* Bottom */
.tm-bottom {
    background: #111;
    color: #ffee00;
    padding: 60px !important;
}

.tm-bottom h1, .tm-bottom h2, .tm-bottom h3, .tm-bottom h4, .tm-bottom h5, .tm-bottom h6  {
    color: #fcd846;
}



/* Footer */
.tm-footer {
    background-color: #1b1b1b;
    padding: 20px 0 !important;
    color: #ffee00;
}

.tm-footer p {
    margin: 0 0 20px 0;
}/* End custom CSS */