@charset "utf-8";
/* CSS Document */



/*** Sidebars ***/
.sidebar_section_title {
	line-height: 1.2em;
}

.sidebar_section ul {
	color: #76777a;
	padding-left: 21px;
	list-style: none;
}

.sidebar_section ul.grad {
	padding-left: 25px;
}

.sidebar_section ul li {
	margin-bottom: 10px;
}

.sidebar_section ul.grad li {
	margin-bottom: 18px;
}

.sidebar_section ul li:before {    
	font-family: 'FontAwesome';
	margin:0 7px 0 -20px;
	color: #007bff;
}

.sidebar_section ul.grad li:before {
	margin:0 7px 0 -25px;
}

.sidebar_section ul.grad li:before {    
	content: '\f19d';
}

.sidebar_section ul.book li:before {    
	content: '\f02d';
}

.sidebar_section ul.file li:before {    
	content: '\f15b';
}

.sidebar_section ul.link li:before {    
	content: '\f0c1';
}

.sidebar_section ul li.facebook:before {    
	content: '\f09a';
}

.sidebar_section ul li.instagram:before {    
	content: '\f16d';
}

.sidebar_section ul li.twitter:before {    
	content: '\f099';
}

.sidebar_section ul li.youtube:before {    
	content: '\f16a';
}

.sidebar_section ul li.linkedin:before {    
	content: '\f08c';
}

.sidebar_section ol {
	color: #76777a;
	padding-left: 17px;
}

.sidebar_section ol li {
	margin-bottom: 20px;
}

.sidebar_section ol li:before {    
	margin:0 7px 0 -20px;
}

.sidebar_section ol li::marker {
    color: #007bff;
}

.sidebar_image img {
	width: 100%;
}

.sidebar_center {
	text-align: center;
}

.sidebar hr {
	margin-top: 30px;
}



/*** Partners carousel ***/
.partners {
	width: 100%;
	background-color: #14bdee;;
}

.partners_slider_container {
	width: calc(100% + 100px);
	left: -50px;
}

.partners_slider {
	height: 132px;
}

.partner_item {
	height: 100%;
	cursor: pointer;
}

.partner_item img {
	position: relative;
	width: 110px !important;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
  	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.partner_item:hover img {
	-webkit-filter: brightness(0.8);
	filter: brightness(0.9);
}



/*** Home page ***/
.welcome .head .section_subtitle p {
	font-size: 16px;
}

.welcome .event_text p {
	font-size: 15px;
}

.welcome a {
	color: #14bdee;
	border-bottom: none;
}

.welcome a:hover {
	color: #ffffff;
	background: #14bdee;
}

.intro .counter_background {
	background-image: url("../images/introduction-bg.jpg");
}

.intro .counter_text ul {
	padding-left: 15px;
	list-style: none;
}

.intro .counter_text ul li {
	margin-bottom: 15px;
	color: #ffffff;
}

.intro .counter_text ul li:before {    
	font-family: 'FontAwesome';
	content: '\f0da';
	color: #14bdee;
	margin:0 7px 0 -13px;
}

.features .section_subtitle p {
	font-size: 16px;
}

.features .feature_icon i {
	font-size: 64px;
	color: #14bdee;
}

.features h3.feature_title {
	margin-bottom: 10px;
}

.news .section_subtitle p {
	font-size: 16px;
}

.news {
	width: 100%;
	padding-top: 93px;
	padding-bottom: 100px;
	background: #FFFFFF;
}

.news .about_row {
	margin-top: 56px;
}

.news .about_col_left {
	padding-right: 25px;	
}

.news .about_col_right {
	padding-left: 25px;
}

.news .about_col_middle {
	padding-left: 20px;
	padding-right: 20px;
}

.news .about_item_image {
	width: 100%;
	overflow: hidden;
}

.news .about_item_image img {
	max-width: 100%;
	-webkit-transition: all 2000ms ease;
	-moz-transition: all 2000ms ease;
	-ms-transition: all 2000ms ease;
	-o-transition: all 2000ms ease;
	transition: all 2000ms ease;
}

.news .about_item:hover .about_item_image img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.news .about_item_title {
	margin-top: 22px;
}

.news .about_item_title a {
	font-family: 'Roboto Slab', serif;
	font-size: 20px;
	font-weight: 700;
	color: #384158;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.news .about_item_title a:hover {
	color: #14bdee;
}

.news .about_item_text {
	margin-top: 12px;
}

.news .about_item_text {
	line-height: 2;
}



/*** Page headings ***/
.blog_title {
	margin-top: 40px;
	margin-bottom: -15px;
}

.blog_content h3 {
	margin-top: 35px;
	margin-bottom: -15px;
}

.blog_content h4 {
	margin-bottom: -15px;
}



/*** Page content ***/
.blog_content p a {
	border-bottom: solid 1px #14bdee;
}

.blog_content p a:hover {
	color: #ffffff;
	background: #14bdee;
}

.blog_content ul {
	margin-top: 20px;
	padding-left: 15px;
	list-style: none;
}

.blog_content ul.check {
	padding-left: 27px;
}

.blog_content ul li {
	margin-bottom: 25px;
	font-size: 16px !important;
	font-weight: 400 !important;
	color: #76777a !important;
}

.blog_content ul li a {
	color: #14bdee;
}

.blog_content ul li a:hover {
	color: #ffffff;
	background: #14bdee;
}

.blog_content ul li:before {    
	font-family: 'FontAwesome';
	margin:0 7px 0 -13px;
	color: #14bdee;
}

.blog_content ul.check li:before {    
	margin:0 7px 0 -25px;
}

.blog_content ul.bullets li:before {    
	content: '\f0da';
}

.blog_content ul.check li:before {    
	content: '\f00c';
}

.blog_content ul.times li:before {    
	content: '\f00d';
}

.blog_content ul.book li:before {    
	content: '\f02d';
}

.blog_content ul.file li:before {    
	content: '\f15b';
}

.blog_content ul.m-gap li {
	margin-bottom: 15px;
}

.blog_content ul.s-gap li {
	margin-bottom: 10px;
}



/*** Tables ***/
.myp-table {
	color: #76777a;
}

.myp-table table thead th {
	background-color: #f1f1f1;
	border-color: #bbbbbb;
	border-bottom: none;
	text-align: center;
	vertical-align: middle;
}

.myp-table table td {
	border-color: #bbbbbb;
	vertical-align: middle;
}

.myp-table td.left {
	background-color: #f1f1f1;
}

.myp-5-cols table td {
	width: 20%;
}

.myp-table table th.narrow {
	width: 15%;
}

.myp-table td.center {
	text-align: center;
}



/*** Feedback page ***/
.feedback .course_title {
	color: #14bdee;
}



/*** Subjects page ***/
.subjects h3.course_title {
	margin-bottom: 20px;
}

.subjects .course_text p {
	margin-bottom: 7px;
}

.subjects p a {
	color: #14bdee;
	border: none;
}

.subjects p a:hover {
	color: #ffffff;
	background: #14bdee;
}

.subjects .course_info, .course_price {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #384158;
}

.subjects .course_info i, .course_price i {
	color: #384158;
}

.subjects .course_text a {
	white-space: nowrap;
}

.subject_info .blog_content ul.link li:before {    
	content: '\f0c1';
}


/*** Resources page ***/
.resources .course_text ul {
	margin-top: 20px;
	padding-left: 30px;
	list-style: none;
}

.resources .course_text ul li {
	margin-bottom: 15px;
	font-size: 14px !important;
	font-weight: 400 !important;
	color: #76777a !important;
}

.resources .course_text ul li a {
	color: #14bdee;
}

.resources .course_text ul li a:hover {
	color: #ffffff;
	background: #14bdee;
}

.resources .course_text ul li:before {    
	font-family: 'FontAwesome';
	margin:0 7px 0 -22px;
	color: #14bdee;
}

.resources .course_text ul.book li:before {    
	content: '\f02d';
}

.resources .course_text ul.link li:before {    
	content: '\f0c1';
}



/*** Contact page ***/
.contact p.error_msg {
	font-size: 16px;
	font-weight: 700;
	color: #ff0000;
}

.contact p.send_success {
	font-size: 16px;
	font-weight: 700;
	color: #008000;
}



/*** About pages ***/
.about .section_subtitle p {
	font-size: 16px;
}

.about h3.profile {
	margin-bottom: 20px;
}

.about h4.profile {
	margin-bottom: 15px;
}

.features .feature_video_background {
	background-image: url("../images/steven-why.jpg");
}

.team .section_subtitle p {
	font-size: 16px;
}



/*** Link buttons ***/
.link_button {
	width: 400px;
	height: 46px;
	border-radius: 3px;
	background: #14bdee;
	text-align: center;
	margin: 0 auto;
	margin-top: 41px;
	box-shadow: 0px 5px 40px rgba(29,34,47,0.15);
}

.link_button:hover {
	box-shadow: 0px 5px 40px rgba(29,34,47,0.45);
}

.link_button a {
	display: block;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 46px;
	color: #FFFFFF;
}

.sidebar_section .link_button {
	width: 200px;
}

.resources .course_text .link_button {
	width: 200px;
}

.student-rego .link_button {
	width: 225px;
	float: left;
	margin: 41px 10px 0 0;
}

/*** Footer ***/
.footer_background {
	background-image: url("../images/footer_background.png");
}
