body {
  margin: 0;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  background-color: #eef2f5;
}
body {
  margin: 0;
  min-height: 100%;
  font-family: Arial,sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}
a{
	color: #333;
}
body {
  margin: 0;
}
* {
  padding: 0;
  margin: 0;
}
*, ::before, ::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.header{
	position:fixed;
	height:135px;
	background:var(--white);
	left:0;
	right:0;
	z-index:5;
}
.container{
	width:90%;
	margin-left:auto;
	margin-right:auto;
}
ul{
	list-style:none;
}
a{
	text-decoration:none;
}
.remain-inline{
	display:inline-block;
	vertical-align:top;
}
.site-name{
	color:var(--primary);
	padding:25px 10px 10px 10px;
	font-weight:bold;
	font-size:18px;
	text-transform:uppercase;
}
.logo-box{
	float:left;
	padding:10px 0px 10px 0px;
}
.top-right{
	float:right;
	text-align:center;
	margin-top: 20px;
}
.top-right b{
	color:var(--primary);
	text-transform:uppercase;
}
.top-right li{
	display:inline-block;
	margin-left:20px;
}
.top-right li i{
	color:var(--secondary);
	margin-right:10px;
	font-weight:bold;
}
.menu-box{
	background:var(--primary);
	margin-top:10px;
	box-shadow: 0 2px 3px #00000063;
}
.menu{
	display:block;
}
.menu li{
	float:left;
	font-size: 15px;
	font-weight: 600;
	text-transform:uppercase;
}
.menu li a{
	color:var(--white);
	display:block;
	padding:10px;
}
.menu li:hover a{
	background:var(--secondary);
	color:var(--white);
}
.menu li.current a{
	background:var(--secondary);
	color:var(--white);
}
.push{
	height:146px;
}
.pull-right{
	float:right;
}
.clear{
	clear:both;
}
.banner{
	margin-top:20px;
}
.banner-left{
	float:left;
	width:70%;
	padding:20px;
}
.banner-right{
	float:right;
	width:30%;
}
.start-application-banner{
	background:var(--primary);
	color:var(--white);
	margin-top:40px;
	padding:50px 0px 50px 0px;
}
.start-application-banner h4{
	color:var(--white);
	font-size:30px;
	margin-bottom:40px;
}
.start-application-banner .btn{
	font-size:18px;
	text-transform:uppercase;
	padding:15px 40px 15px 40px;
	border:1px solid var(--white);
}
h1,h2,h3,h4{
	color:var(--primary);
}
.center{
	text-align:center;
}
input[type="submit"],.btn,.button{
  padding: 5px 20px 5px 20px;
  background-color: var(--secondary);
  border:1px solid var(--secondary);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1.8;
  box-shadow: 0 2px 3px #00000063;
  transition: all .3s ease-in-out;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 20px;
  cursor:pointer;
}
.button{
	display:block;
}
.error p i,.success p i{
	margin-left: 10px;
}
input[type="submit"]:hover,.btn:hover{
  background-color: var(--primary);
  border:1px solid var(--primary);
}
.banner .btn{
	font-size:18px;
	text-transform:uppercase;
	padding:15px 40px 15px 40px;
}
.contact-btn:hover{
  background-color: var(--tertiary) ! important;
  border:1px solid var(--tertiary) ! important;
}
input[type="text"],input[type="password"],input[type="email"]{
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 12px;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #dfe7f3;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	margin-bottom:5px;
}
select{
	display: block;
    width: 100%;
	font-size: 12px;
	background-color: #fff;
	border-radius: .25rem;
	padding: .375rem .75rem;
    font-size: 12px;
	border: 1px solid #dfe7f3;
}
TextArea{
	 width: 100%;
    padding: .375rem .75rem;
    font-size: 12px;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #dfe7f3;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	margin-bottom:5px;
	resize:none;
}
.field-container{
	margin-top:10px;
}
#animation,#dialog_animation{
	display:none;
}
.spinner {
  height: 30px;
  width: 30px;
  animation: rotate 0.8s infinite linear;
  border: 8px solid var(--secondary);
  border-right-color: transparent;
  border-radius: 50%;
  margin-left:auto;
  margin-right:auto;
}

@keyframes rotate {
  0%    { transform: rotate(0deg); }
  100%  { transform: rotate(360deg); }
}
.cursor{
	cursor:pointer;
}
#feedback{
	position: fixed;
	bottom:-2px;
	right: 0;
	z-index: 10000000000;
}
.information p, .success p, .warning p,.validation p,.error p{
	padding-bottom: 3px;
}
.information {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url('../images/info.png');
}
.success {
	color: #4F8A10;
	background-color: #88ffd1;
	background-image:url('../images/success.png');
}
.warning {
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url('../images/warning.png');
}
.error,.success,.warning,.information {
	margin: 10px 0px;
	padding: 5px 5px 5px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
}
.error {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('../images/error.png');
}
.faq{
	margin-top:20px;
}
.faq li{
	float:left;
	width:32%;
	margin-right:20px;
	background:var(--white);
	margin-bottom:20px;
	padding:10px;
}
.faq li:nth-child(3n){
	margin-right:0px;
}
.faq li a{
	display:block;
}
.faq li a i{
	float:right;
	margin-top: 2px;
}
.faq li:hover a{
	color:var(--secondary);
}
.latest-news{
	margin-top:20px;
}
.news-bullet{
	display:inline-block;
	vertical-align:top;
	width:32%;
	margin-right:20px;
	background:var(--white);
	margin-bottom:20px;
	border-radius:20px 20px 0px 0px;
	height:500px;
	border: 1px solid rgba(0, 0, 0, 0.125);
	overflow:hidden;
}
.latest-news .news-bullet:nth-child(3n){
	margin-right:0px;
}
.news-bullet:hover{
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	margin-top:-10px;
}
.news-bullet-image{
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.news-bullet-image img{
	width:100%;
	height:250px;
	border-radius:20px 20px 0px 0px;
}
.news-bullet-title{
	font-weight:bold;
	padding:10px 15px 10px 15px;
}
.news-bullet-brief{
	padding:10px 15px 10px 15px;
	height:100px;
}
.main-event-title{
	font-weight:bold;
	font-size:25px;
	margin-bottom:20px;
}
.bullet{
	display:inline-block;
	width:30px;
	vertical-align:top;
	color:var(--secondary);
}
.bullet-content{
	display:inline-block;
	width:calc(100% - 40px);
	vertical-align:top;
}
.event-left{
	float:left;
	width:calc(70% - 40px);
	background:#fff;
	padding:20px;
}
.event-right{
	float:right;
	width:28%;
}
.events-ul li{
	background:#fff;
	padding:10px;
	margin-bottom:10px;
}
.events-ul{
	margin-top:20px;
}
.event-thumbnail{
	width:20%;
	float:left;
}
.event-thumbnail img{
	width:100%;
}
.event-title{
	font-weight:bold;
	width:78%;
	float:right;
}
.event-im img{
	width:100%;
	margin-bottom:20px;
}
.form-row{
	margin-bottom:10px;
}
.left-field{
	float:left;
	width:48%;
}
.right-field{
	float:right;
	width:48%;
}
.bold{
	font-weight:bold;
}
/* */
.courses{
	margin-top:20px;
}
.course-summary{
	float:left;
	width:32%;
	margin-right:20px;
	background:var(--white);
	margin-bottom:20px;
	border-radius:20px 20px 0px 0px;
	height:300px;
	border: 1px solid rgba(0, 0, 0, 0.125);
}
.courses .course-summary:nth-child(3n){
	margin-right:0px;
}
.course-summary-image{
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.course-summary-image img{
	width:100%;
	height:auto;
}
.course-summary-title{
	font-weight:bold;
	padding:10px 15px 10px 15px;
	text-align:center;
}
.course-summary-intro{
	padding:10px 15px 10px 15px;
}
.course-subs i{
	color:var(--secondary);
	margin-right:10px;
}
.course-subs li{
	margin-bottom:5px;
}
.header-cover{
	position:relative;
}
.page-title{
	position:absolute;
	width:100%;
	color: var(--secondary);
	text-align:center;
	font-weight:bold;
	text-shadow: 1px 1px #000;
	top: 50%;
	font-size: 30px;
}
.content-box{
	background:#fff;
	padding:10px;
	box-shadow: 1px 6px 24px 0 rgb(7 94 84/24%);
	margin-top:20px;
}
.footer{
  background-color: #202126;
  padding: 50px 0px 30px 0px;
  color: #888;
  font-size: 16px;
  margin-top:50px;
}
.divider-1{
	float:left;
	width:40%;
}
.divider-2{
	float:left;
	width:40%;
}
.divider-3{
	float:left;
	width:20%;
}
.footer h4{
	color:var(--white);
}
.social{
	margin-top:20px;
}
.social li{
	display:inline-block;
}
.social li a{
	display:block;
	margin-right:10px;
	color:var(--secondary);
	font-size:18px;
}
.social li a:hover{
	color:#888;
}
.contact,.featured{
	margin-top:20px;
}
.contact li,.featured li{
	margin-bottom:10px;
}
.contact li a,.featured li a{
	color:#888;
}
.contact li i,.featured li i{
	color:var(--secondary);
	margin-right:10px;
}
.copyright-top{
	margin-top:40px;
	height:2px;
	border-top:1px dotted #888;
}
.quote{
	background: var(--secondary);
	border-radius: 50%;
	box-shadow: 1px 6px 24px 0 rgb(7 94 84/24%);
	cursor: pointer;
	transition: background-color .2s linear;
	color: #fff;
	font-size: 30px;
	width: 60px;
	display: block;
	height: 60px;
	text-align: center;
	margin-bottom:5px;
}
.quote:hover{
	background:#03a84e;
}
.quote i{
	margin: 15px 2px 5px 4px;
}
.whatsapp{
	background: #25d366;
	border-radius: 50%;
	box-shadow: 1px 6px 24px 0 rgb(7 94 84/24%);
	cursor: pointer;
	transition: background-color .2s linear;
	color: #fff;
	font-size: 40px;
	width: 60px;
	display: block;
	height: 60px;
	text-align: center;
}
.whatsapp:hover{
	background:#178b82;
}
.whatsapp i{
	margin: 9px 2px 5px 4px;
}
.float_buttons{
	position:fixed;
	right: 30px;
	bottom: 120px;
}
.content{
	background:var(--white);
	margin-top:30px;
	padding: 40px 0px 40px 0px;
}
.contacts{
  padding: 40px;
  -webkit-box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
  box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
  margin-bottom: 30px;
  float:left;
  width:30%;
  background:var(--white);
}
.send-message-box{
  padding: 40px;
  -webkit-box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
  box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
  margin-bottom: 30px;
  float:right;
  width:68%;
  background:var(--white);
}
.apply-contacts{
  padding: 40px;
  -webkit-box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
  box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
  margin-bottom: 30px;
  float:right;
  width:30%;
  background:var(--white);
}
.apply-box{
  padding: 40px;
  -webkit-box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
  box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
  margin-bottom: 30px;
  float:left;
  width:68%;
  background:var(--white);
}
.left-form-field{
	float:left;
	width: 48%;
}
.right-form-field{
	float:right;
	width: 48%;
}
.send-message-box form input,.send-message-box form TextArea,.apply-box form input,.apply-box form TextArea,.apply-box form select{
	margin-top:5px;
}
.ajax-form-spinner {
  height: 10px;
  width: 10px;
  animation: rotate 0.8s infinite linear;
  border: 8px solid var(--secondary);
  border-right-color: transparent;
  border-radius: 50%;
  margin-left:auto;
  margin-right:auto;
}
@keyframes rotate {
  0%    { transform: rotate(0deg); }
  100%  { transform: rotate(360deg); }
}
.bordered-btn{
	background:#ffffff ! important;
	border:1px solid var(--secondary) ! important;
	color:var(--color-secondary) ! important;
}
.bordered-btn:hover{
	background: var(--secondary)  ! important;
	color:#ffffff  ! important;
}
.dialog{
	position: fixed;
	z-index: 100000;
	content:'';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	display:none;
}
.form-content{
	background:#ffffff;
}
.form-heading{
	padding:10px;
	color:#fa8c5c;
	font-weight:bold;
	border-bottom:1px solid #818a91;
}
.form-content-elements{
	padding: 10px 24px 20px 10px;
}
.form-content-elements p{
	margin-top:10px;
}
.dialog-content{
	margin: 1em auto;
	display:none;
	width: 95%;
	max-width: 900px;
	margin:50px auto 40px auto;
	position:relative;
	background-color: #fff;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	background-clip: padding-box;
	outline: 0;
	text-align:left;
}
.dialog-content .dialog-body{
	max-height: 400px;
	overflow: auto;
	padding: 0.4em 0.8em;
	min-height: 5em;
}
.dialog-content .dialog-body select{
	font-size: 14px;
	line-height: 1.42857;
	padding: 6px 12px;
	width:100%;
}
.dialog-content .dialog-footer {
  border-top: 1px solid #e5e5e5;
  padding: 0.4em 0.8em;
}
.dialog-content .dialog-header {
  border-bottom: 1px solid #e5e5e5;
  border-bottom-color: rgb(229, 229, 229);
  padding: 0.4em 0.8em;
  font-weight:bold;
}
.mobile-menu-button{
	display:none;
	float:right;
	font-size: 40px;
	margin-top: 25px;
}
.news-bullet-title {
	height:50px;
	overflow:hidden;
}
#feedback{
	position: fixed;
	bottom:-10px;
	right: 0;
	z-index: 10000000000;
}
.information p, .success p, .warning p,.validation p,.error p{
	padding-bottom: 3px;
}
.information {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url('../images/info.png');
}
.success {
	color: #4F8A10;
	background-color: #88ffd1;
	background-image:url('../images/success.png');
}
.warning {
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url('../images/warning.png');
}
.error,.success,.warning,.information {
	margin: 10px 0px;
	padding: 5px 5px 5px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
}
.error {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('../images/error.png');
}
.white-container{
	background:#ffffff;
	padding:20px 0px 20px 0px;
	line-height: 25px;
}
.primary-container{
	background:var(--primary);
	padding:20px 0px 20px 0px;
	color:#fff;
	line-height: 25px;
}
.notification{
  background-color: #d7edf9;
  border-left-color: #2980b9;
  border-left-width: 3px;
  border-left-style: solid;
  margin: 20px 0 20px 0;
  padding: 20px;
}
.success-notification{
  background-color: #d7edf9;
  border-left-color: green;
  border-left-width: 3px;
  border-left-style: solid;
  margin: 20px 0 20px 0;
  padding: 20px;
}
.error-notification{
  background-color: #d7edf9;
  border-left-color: red;
  border-left-width: 3px;
  border-left-style: solid;
  margin: 20px 0 20px 0;
  padding: 20px;
}
.contact-heading {
  font-size: 30px;
}
.contact-infos p {
  margin-bottom: 10px;
}
.contact-infos i {
  color: var(--primary);
  margin-right: 10px;
}
.inline-block, .remain-inline {
  display: inline-block;
  vertical-align: top;
}
.contact-form {
  background: var(--primary);
  padding: 20px;
  border-radius: 20px;
  color: #fff;
}
.service{
	background:#fff;
	padding:10px;
	border-bottom:1px solid black;
}
.service li{
	list-style-type: circle;
}
.services .service:last-child{
	border-bottom:0px solid black;
}
.animation-box{
  display: inline-block;
  vertical-align: top;
  margin-top: -3px;
}
.animation{
	display:none;
}
.cart-box{
  position: fixed;
  top: 100px;
  right: 80px;
  color: var(--white);
}
.cart-box a{
	color: var(--white);
}
.cart-item-box{
	position:relative;
	margin-left:15px;
}
.cart-item{
  position: absolute;
  background-color: red;
  color: var(--white);
  height: 1.7rem;
  width: 1.7rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 11px;
  left: 8px;
  top:-10px;
  line-height: 10px;
}
@media only screen and (max-width: 800px) {
	.inline-block {
		width: 100% !important;
		margin-bottom: 20px;
	}
	.header{
		height: 170px ! important;
	}
	.push{
		height: 170px ! important;
	}
	.cart-box{
	  right: 40px ! important;
	  color: var(--primary) ! important;
	}
	.cart-box a{
		color: var(--primary) ! important;
	}
	#menu{
		display:none;
		position:fixed;
		top:90px;
		right:0;
		width:calc(100% - 50px);
		background: var(--primary);
		box-shadow: 0 0 6px #000;
	}
	#menu li{
		display:block ! important;
		border-bottom:1px solid #000;
		float: none !important;
	}
	#menu li a{
		padding:10px 20px 10px 20px ! important;
	}
	#menu li:last-child{
		border-bottom:0px;
	}
	.mobile-menu-button{
		display:inline-block ! important;
	}
	.top-right{
		width: 100%;
		display:block ! important;
		text-align: left !important;
	}
	.news-bullet {
	  display: block ! important;
	  width: 100% ! important;
	  margin-right: 0px ! important;
	  height: auto ! important;
	}
	.news-bullet-image img {
		height:auto ! important;
	}
	.news-bullet-title {
		height: auto ! important;
	}
	.news-bullet-brief {
		height:auto ! important;
	}
	.course-summary {
	  float: none ! important;
	  width: 100% ! important;
	  margin-right: 0px ! important;
	  height: auto ! important;
	}
	.faq li {
	  float: none ! important;
	  width: 100% ! important;
	  margin-right: 0px ! important;
	}
	.divider-1,.divider-2,.divider-3{
	  float: none ! important;
	  width: 100% ! important;
	  display:block;
	  margin-bottom:50px;
	}
	.event-left {
	  float: none ! important;
	  width: 100% ! important;
	  margin-bottom:50px;
	}
	.event-right {
	  float: none ! important;
	  width: 100% ! important;
	}
	.dialog-content{
		width:100% ! important;
	}
	.left-field,.right-field{
		float:none ! important;
		width:100% ! important;
        margin-bottom:10px ! important;
	}
	.form-row{
		margin-bottom:0px ! important;
	}
}
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #000;
  --secondary: #7ed957;
  --tertiary: #28a745;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}