/* Slider */
.slider-container {
	height: 550px
}
.uikit-container, .uk-position-relative, .uk-slider-items, .uk-panel {
	height: 100%;
}
.uk-panel img {
	width: 100%;
	height: 100%;
}
/* Slider */

/* Why Join */
.whyjoin,
.latest-items {
	padding: 60px 0
}
.sec-title,
.whyjoin-heading {
	font-weight: bold;
	font-size: 35px;
	margin-bottom: 10px
}
.sec-text {
	color: #979797;
	font-size: 15px;
	width: 510px;
	margin: 0 auto 50px;
	
}
.whyjoin-box img {
	width: 130px;
	height: 130px;
}
.whyjoin-heading {
	font-size: 16px;
	margin: 20px 0;
	position: relative
}
.whyjoin-heading:before {
	content: "";
    position: absolute;
    top: 44px;
    left: 50%;
    width: 35%;
    height: 2px;
    background-color: #b6e3db;
    transform: translateX(-50%);
}
.whyjoin-text {
	color: #979797;
	font-size: 14px;
	margin: 40px 0 20px;
	line-height: 1.8
}
/* Why Join */

/* Learn Skills */
.learn-skills,
.search-section {
	background-color: #59dac3;
	padding: 40px 0
}
.learn-skills-text {
	font-weight: bold;
	font-size: 26px;
	letter-spacing: 1px
}
.site-sub {
	font-size: 34px;
	font-weight: normal
}
.learn-skills .subscribe-submit {
	margin-top: 15px;
	padding: 8px 50px;
	font-size: 16px
}
/* Learn Skills */

/* Latest Courses */
.browse-link {
	font-weight: bold;
	font-size: 14px;
	color: #55ceb8;
	margin-bottom: 50px;
	display: inline-block
}
.browse-link:hover {
	color: #02c8a4
}

.browse-link:active, .browse-link:focus {
	color: #0d9b81
}
.latest-items .sec-text {
	margin-bottom: 20px
}
/* Latest Courses */

/* Search For Courses */
.search-section {
	padding: 80px 0
}
.search-heading {
	font-size: 32px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 30px;
	text-shadow: 2px 1px 1px #00000029;
	position: relative
}
.search-heading:before {
	content: "";
	position: absolute;
	bottom: -17px;
	left: 50%;
	transform: translateX(-50%);
	width: 10%;
	height: 1px;
	background-color: #FFF
}
.search-text {
	font-size: 15px;
    letter-spacing: 1px;
    margin-bottom: 30px;
    text-shadow: 1px 1px 1px #00000029;
    font-weight: bold;
}
.search-box-form {
	display: flex;
	justify-content: center
}
.selectboxit-container {
	margin-right: 25px
}
.input-section-search {
	background-color: #FFF;
	border-radius: 3px;
	font-size: 13px;
	padding: 0 15px;
	margin-right: 25px;
	width: 230px
}
.input-section-search::placeholder {
	color: #909090
}
.input-section-submit {
	padding: 5px 50px
}
/* Search For Courses */

/* Latest Tutorials */
.latest-tutorials {
	background-color: #f9fcfc
}
/* Latest Tutorials */

/** Extra small devices (portrait phones, less than 576px) **/
@media (max-width: 575.98px) {
	
	/* Slider */
	.slider-container {
		height: auto
	}
	.uk-overlay {
		padding: 13px
	}
	.uk-overlay-primary h3 {
		font-size: 17px
	}
	.uk-margin-remove {
		font-size: 13px
	}
	/* Slider */
	
	/* Whyjoin */
	.whyjoin-box {
		margin-bottom: 50px
	}
	.learn-skills-text {
		font-size: 20px
	}
	/* Whyjoin */
	
	/* Search Box Form */
	.search-box-form {
		display: block
	}
	/* Search Box Form */
	
	/* Search For Courses */
	.selectboxit-container {
		display: block;
		margin-right: 0;
		margin-bottom: 15px;
	}
	.selectboxit {
		width: 100% !important;
	}
	.input-section-search {
		width: 100%;
		display: block;
		padding: 10px;
		margin-bottom: 15px
	}
	.input-section-submit {
		padding: 10px;
		width: 100%;
		margin: 0;
	}
	/* Search For Courses */
	
}

/** Small devices (landscape phones, 576px and up) **/
@media (min-width: 576px) and (max-width: 767.98px) {
	
	/* Slider */
	.slider-container {
		height: auto
	}
	.uk-overlay {
		padding: 15px
	}
	.uk-overlay-primary h3 {
		font-size: 18px
	}
	.uk-margin-remove {
		font-size: 14px
	}
	/* Slider */
	
	/* Learn Skills */
	.learn-skills-text {
		font-size: 23px
	}
	/* Learn Skills */
	
	/* Search For Courses */
	.search-section {
		height: 380px
	}
	.search-box-form {
		display: block;
		overflow: hidden
	}
	.selectboxit-container.selectboxit-container:first-of-type {
		float: left;
		width: 48%;
		margin-right: 2%;
		margin-bottom: 15px
	}
	.selectboxit-container {
		margin-right: 0;
	}
	.selectboxit-container.selectboxit-container:last-of-type {
		float: left;
		width: 48%;
		margin-left: 2%;
		margin-bottom: 15px
	}
	.selectboxit.category-box.selectboxit-enabled.selectboxit-btn,
	.selectboxit.tipe-box.selectboxit-enabled.selectboxit-btn {
		width: 100% !important
	}
	.input-section-search {
		width: 48%;
		padding: 10px;
		margin-bottom: 15px;
		float: left !important;
		margin-right: 2% !important
	}
	.input-section-submit {
		padding: 10px;
		width: 48%;
		margin: 0;
		float: left !important;
		margin-left: 2% !important
	}
	/* Search For Courses */
	
}

/** Medium devices (tablets, 768px and up) **/
@media (min-width: 768px) and (max-width: 991.98px) {
	
	/* Slider */
	.slider-container {
		height: auto
	}
	.uk-overlay {
		padding: 20px
	}
	.uk-overlay-primary h3 {
		font-size: 20px
	}
	.uk-margin-remove {
		font-size: 15px
	}
	/* Slider */
	
	/* Search For Courses */
	.selectboxit-container {
		margin-right: 5px
	}
	/* Search For Courses */
	
}

/** Large devices (desktops, 992px and up) **/
@media (min-width: 992px) and (max-width: 1199.98px) {
	
	/* Slider */
	.slider-container {
		height: auto
	}
	/* Slider */
	
}

/** Extra large devices (large desktops, 1200px and up) **/
@media (min-width: 1200px) {}