/*-- Hero Slider Settings --*/

.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;width:100%;margin:0 auto 0 0%;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}

.slick-next,.slick-prev{font-size:0;line-height:0;position:absolute;
display:block;padding:0;cursor:pointer;color:transparent;border:none;outline:0;background:0 0;}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{font-size:30px;line-height:0.5;color:#fff!important;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}[dir=rtl] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:'‹'}[dir=rtl] .slick-prev:before{content:'›'}.slick-next{right:-25px}[dir=rtl] .slick-next{right:auto;left:-25px}.slick-next:before{content:'›'}[dir=rtl] .slick-next:before{content:'‹'}.slick-dots{position:absolute;bottom:55px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:0;background:0 0}.slick-dots li button:focus,.slick-dots li button:hover{outline:0}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{content:"";border-radius:30px;border:2px solid #fff;position:absolute;top:0;left:0;width:15px;height:15px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{background:#fff}

#community .slick-dots {
text-align: left; left: 6%;
}

.fade-in,
.fade-in-left,
.fade-in-right,
.fade-in-top,
.fade-in-bottom {
  opacity: 0;
  transform: translate(0, 0);
  transition: all 0.8s ease-out;
  will-change: opacity, transform;
}

.fade-in {
  transform: translateY(20px);
}

.fade-in-left {
  transform: translateX(-20px);
}

.fade-in-right {
  transform: translateX(20px);
}

.fade-in-top {
  transform: translateY(-20px);
}

.fade-in-bottom {
  transform: translateY(20px);
}

.animate-in {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}


section {padding: 100px 0px;}

section {
  padding: 100px 0px;
}
#hero {
  height: 600px;
  width: 100%;
  background: #eaeaea
}
.slick-arrow {
  background: #444;
  z-index: 999;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
}
#course-offer .slick-list {
  width: 94%;
  margin: 0px auto;
}
.slick-prev {
  left: -2%
}
.slick-next {
  right: -2%;
}
.button {
  display: flex;
}
.button a {
  padding: 20px 40px;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-decoration: none;
  font-weight: 800;
  color: #FFF;
  font-size: 13px;
  display: flex;
  align-items: center;
}
.button svg {
  height: 13px;
  width: auto;
  margin-left: 15px;
}
h1, h2 {
  font-size: 50px;
  letter-spacing: 0px;
}
#welcome {
  .container {
	max-width: 1200px;
  }
  .welcome-cont {
	display: flex;
	justify-content: space-between;
  }
  .welcome-message {
	width: 60%
}
  .welcome-message p {
	color: #FFF;
  }
  .video {
	width: 35%;
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
  }
  .video:before {
	background: #1d1d1d80;
	content: "";
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 2;
	position: absolute;
  }
  .video svg {
	height: 70px;
	width: 70px;
	margin-bottom: 20px
}
  .video a {
	width: 100%;
	height: 100%;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	flex-direction: column;
	text-decoration: none;
	color: #FFF;
	font-weight: 800;
	font-size: 19px;
	z-index: 99;
  }
}
section.cta {
  padding: 70px 0px;
  .container {
	width: 90%;
	display: flex ;
	align-content: center;
	align-items: center;
	justify-content: space-between;
  }
  .cta-text {
	color: #FFF;
	font-size: 50px;
  }
}
#course-offer,#why-study,#latest-news {
  background: #FFF;
}
section#courses {
  padding: 100px 0px 40px;
  .container {
	display: flex ;
	flex-direction: column;
	align-items: center;
  }
  h2 {
	color: #FFF;
  }
}
section#why-study {
  .stat-list {
	display: flex;flex-wrap: wrap;
  }
  .box {
	width: 30%;
	margin-right: 3%;
	padding: 70px 40px;
	margin-top: 20px;
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
  }
  .number {
	font-size: 80px;
	font-weight: 600;
	color: #FFF;
	line-height: 1;
	margin-bottom: 30px;
  }
  .text {
	font-size: 18px;
	max-width: 80%;
	color: #FFF;
  }
}
section#book {
  .button {
  }
  .number {
	font-size: 85px;
	font-weight: 600;
	margin-left: 80px; margin-right: 80px;
  }
}
#hero .title {
  position: absolute;
  color: #FFF;
  bottom: 150px;
  line-height: 1;
  text-transform: uppercase;
  width: 100%;
}
#hero .container {
  position: relative;
  height: 100%;
}
#hero .title .tagline {
  font-size: 90px;
  text-align: right;
  font-weight: 500;
  span {
	font-weight: 700;
  }
}
#community {
  padding: 0px;
  overflow: hidden;
  
  .container {
	height: 800px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
  }
  .community-details {
	width: 50%;
	padding: 0px 110px;
	top: calc(50% - 55px);
	position: absolute;
	transform: translateY(-50%);
  }
  h2, h3, p {
	color: #FFF
}
  h3 {
	font-size: 36px;
	margin-bottom: 15px;
  }
  p {
	font-size: 19px;
  }
  .community-image {
	width: 50%;
	height: 100%;
	position: absolute;
	right: 0px;
	background-size: cover !important;
	top: 0px;
  }
  svg {
	height: 50px;
	width: 50px;
	margin-right: 20px;
  }
  #welcome-video {
	display: flex;
	text-decoration: none;
	align-items: center;
	color: #FFF;
	font-size: 19px;
	font-weight: 700;
  }
}
.news-list {
  display: flex;
}
#latest-news article {
  background: #FFF;
  display: table !important;
  text-align: center;
  transition: all .2s ease-in-out;
  box-shadow: rgba(0, 0, 0, 0.03) 2px 2px 1px;
  width: 30% !important;
  margin: 0px auto;
  padding: 0px;
}
#latest-news article:hover {
  opacity: 0.8;
}
#latest-news article h3 {
  width: 90%;
  margin: 20px auto 10px;
  font-size: 1.1em;
  line-height: 1.5;
  display: table;
  text-align: center;
}
#latest-news article h3 a:link,#latest-news article h3 a:visited {
  text-decoration: none;
  color: #767676;
}
#latest-news article .date {
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 3px;
  font-size: 12px;
  display: table;
  padding-bottom: 20px;
  width: 100%;
}
#latest-news article .postimage {
  height: 250px;
  width: 100%;
  overflow: hidden;
  margin-left: 0%;
}
#latest-news article .postimage img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  max-width: 100%;
  max-height: 100%;
}

#hero {
	height: 600px;
	width: 100%;
	background: #eaeaea; position: relative;
}

#welcome .container {
max-width: 1200px;
}

#hero .buttons {
	position: absolute; bottom: 50px; right: 10px; display: flex;
}

#hero .buttons .button {
	margin-left: 30px
}


#hero:before {
	position: absolute; width: 100%; height: 100%; top: 0px; content: ""; background: rgba(51, 51, 51, 0.448)
}

#welcome h1{ 
	margin-bottom: 30px;
}

#welcome .video {
	height: 390px;
}

.courses {
width: 100%
}
.courses img {height: 100%;
	width: 100%;
	object-fit: cover;
	max-width: 100%;
	max-height: 100%;
}

#course-offer .container {
	position: relative; display: block !important;
}

article#courses {
	width: 90%
} 

.postimage {
	position: relative; width: 90%; margin-left: 5%;height: 280px;
}

.latest-news-title {
	position: absolute;
	bottom: 0px;
	right: 0px; padding: 15px 32px; text-align: right;
	background: #FFF;
}

.latest-news-title a {
	color: #333;
	text-decoration: none;
}

#course-offer .button {
	display: flex; margin-top: 30px;
		justify-content: flex-end; margin-right: 4%;
}

#course-offer h2 {
	margin-bottom: 40px; 
	padding-left: 4%;
}

h2 {
	font-weight: 400 !important;
}

#call-to-actions {
	padding: 0px;
	
	.container {
		width: 100%;
		display: flex;
	}
	
	.box:before {
		z-index: 9;
		background: rgba(51, 51, 51, 0.211);
		content: ""; position: absolute; left: 0px; top: 0px; width: 100%; height: 100%;
	}
	
	.box img {height: 100%;
		width: 100%;
		object-fit: cover;
		max-width: 100%;
		max-height: 100%;
}
	
	.box {
		width: 33.3%; height: 600px; position: relative;
	}
	
	.box img:before {
		background: rgba(51, 51, 51, 0.407); z-index: 99; width: 100%; height: 100%; content: "";position: absolute;
	}
	
	.box-title {
		position: absolute;
		background: #FFF;
		padding: 16px 40px;
		z-index: 99;
		right: 0px;
		bottom: 0px;
		font-size: 24px;
		color: #333;
	}
}



@media (min-width: 1800px) {
	
	#hero .container,
	section.cta .container,
	#course-offer .container,
	section#why-study .container,
	#latest-news .container {
	max-width: 1700px;
	}
	
}



@media (max-width: 1250px) {
	
	#hero .title .tagline { font-size: 90px; }
	
	section#why-study {
		.number {
			font-size: 60px;
		}
	}
	
}

@media (max-width: 1050px) {
	
section#why-study {
	.number {
		font-size: 30px;		margin-bottom: 20px;
	}
}
	
	section.cta {
		.cta-text {
			color: #FFF;
			font-size: 41px;
		}
	}
	
	h2 {
		font-size: 45px;
	}
	
}

@media (max-width: 900px) {
	
	
	#hero .title .tagline { font-size: 60px;}
	
	section {
		padding: 60px 0px;
	}
	
	#call-to-actions {
	.box-title {
		font-size: 18px
	}
	
	h2 {
		font-size: 40px;
	}
	
}
	
	section#book {
		.button {
			margin-top: 30px
		}
	}
	
	section.cta {
	.cta-text {
	line-height: 1.2
	}
	}
	
	section.cta {
	.container {
		flex-direction: column;
		align-items: flex-start;
	}
	
}
	
	#course-offer {
		padding: 70px 0px;
	}
	
	#community {
		.community-details {
			width: 60%;
			padding: 0px 50px;
		}
	}
	
	#community {
		.community-image {
		width: 40%;
	}
}
		
}


@media (max-width: 800px) {
	
#welcome .welcome-cont {
		flex-direction: column;
	}	
	
#welcome 	.welcome-message {
	width: 100%;
}

#welcome {
.video {
	width: 100%;
	margin-top: 20px;
}
}

.cta-text {
	font-size: 30px;
}

.button a {
	font-size: 12px;
}

h2 {
	font-size: 38px;
}



	
}
	
@media (max-width: 700px) {
	
	#community {
		p {
			font-size: 15px;
		}
	}
	
	#community {
		h3 {
			font-size: 29px;
			margin-bottom: 9px;
		}
	}
	#community {
		#welcome-video {
			display: flex
	;
			text-decoration: none;
			align-items: center;
			color: #FFF;
			font-size: 14px;
			font-weight: 700;
		}
	}
	
	#hero .title .tagline {font-size: 40px;}
	
	.button a { padding: 16px 33px;font-size: 12px;}
	
	#hero .buttons .button {
		margin-left: 20px;
	}
	
	#hero .title {
		bottom: 140px;
	}
	
#call-to-actions .container  {
	flex-direction: column;
}

#call-to-actions {
.box  {
	width: 100%;
	height: 370px;
}
	
}

.news-list {
	display: flex;
	flex-direction: column;
}

#latest-news article {
	width: 100% !important; margin-bottom: 30px;
}
section.cta {
	.cta-text {
		color: #FFF;
		font-size: 33px;
	}
}

section.cta {
	padding: 40px 0px;
}
section#book {
	.button {
		margin-top: 10px;
	}
}

	section#why-study {
	.number {
		font-size: 30px;
	}
}


section#why-study {
.box { 
	width: 100%;
}
}

}

@media(max-width: 600px) {
	#hero .title .tagline {
		font-size: 30px !important;
	}
	
	section#why-study {
	.box	
	
	
}


@media (max-width: 500px) {
	
	section {
		padding: 40px 0px;
	}
	
	#hero .title .tagline {text-align: center; margin-bottom: 60px;}
	
	#hero .buttons { 	bottom: 30px;flex-direction: column; align-items: center;left: 50%;
		transform: translateX(-50%);	}
	#hero .buttons .button { margin-left: 0px; margin-bottom: 10px;}
}
	
	