
@import url("../../plugins/fontawesome-free-5.0.1/css/fontawesome-all.css");

@import url('https://fonts.googleapis.com/css2?family=Ubuntu&display=swap');

:root {
	--font-family: 'Ubuntu';
}

.courses
{
	width: 100%;
	padding-top: 30px;
}
.courses_row
{
	margin-top: 45px;
}
.course
{
	width: 100%;
	border-radius: 6px;
	background: #FFFFFF;
	box-shadow: 0px 1px 10px rgba(29,34,47,0.1);
	transition: 0.5s;
}
.course:hover
{
	transform: scale(1.1);
	transition: 0.5s;
}
.course_image
{
	width: 100%;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	overflow: hidden;
}
.hero_slide_background::after {
	background: #3a5b80 none repeat scroll 0 0!important;
}
.course_image img
{
	max-width: 100%;
	padding: 10px;
}
.course_body
{
	padding-top: 22px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 23px;
}
.course_title a
{
	font-family: var(--font-family), serif;
	font-size: 20px;
	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;
}
.course_title a:hover
{
	color: #053d78;
}
.course_teacher
{
	font-size: 15px;
	text-align: justify;
	font-weight: 400;
	color: #384158;
	margin-top: 6px;
	height: 130px;
}
.course_text
{
	margin-top: 13px;
}
.course_footer
{
	padding-left: 30px;
	padding-right: 30px;
}
.course_footer_content
{
	width: 100%;
	border-top: solid 1px #e5e5e5;
	padding-top: 9px;
	padding-bottom: 11px;
}
.course_info
{
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	color: #55555a;
}
.course_info:first-child
{
	margin-right: 18px;
}
.course_info i
{
	color: #ffc80a;
}
.course_price
{
	font-family: var(--font-family), serif;
	font-size: 16px;
	font-weight: 700;
	color: #053d78;
}
.course_price span
{
	font-family: var(--font-family), serif;
	font-size: 14px;
	font-weight: 400;
	text-decoration: line-through;
	color: #b5b8be;
	margin-right: 10px;
}
.courses_button
{
	width: 210px;
	height: 46px;
	border-radius: 3px;
	background: #053d78ba;
	text-align: center;
	margin: 0 auto;
	margin-top: 41px;
	box-shadow: 0px 5px 40px rgba(29,34,47,0.15);
}
.courses_button:hover
{
	box-shadow: 0px 5px 40px rgba(29,34,47,0.45);
}
.courses_button a
{
	display: block;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 46px;
	color: #FFFFFF;
}
@media (min-width: 1200px){
	.container {
		max-width: 1200px!important;
	}

}
@media only screen and (max-width: 1380px){
	.header_content.new {
		width: calc(100% - 25%);
	}
		.header_side.new {
			width: 63%;
		}
	.header_side.new span {
		font-size: 16px!important;
	}
	.another.new {
		margin-left: 6px;
	}
	.mt1{
		margin-top: 3px;
	}
	.header_content.new1 {
		width: 100%;
	}

}
.section_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.parallax-window
{
	min-height: 400px;
	background: transparent;
}


.counter
{
	width: 100%;
	background: #FFFFFF;
	z-index: 2;
}
.counter_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.counter_content
{
	padding-top: 119px;
	padding-bottom: 125px;
}
.counter_title
{
	font-family: var(--font-family), serif;
	color: #FFFFFF;
	font-weight: 700;
}
.counter_text
{
	margin-top: 19px;
}
.counter_text p
{
	color: #FFFFFF;
}
.milestones {
	margin-top: 100px;
}
.milestone
{
	text-align: center;
}
.milestone:not(:last-child)::after
{
	display: block;
	position: absolute;
	top: 0;
	right: -45px;
	width: 1px;
	height: 70px;
	background: rgba(255,255,255,0.2);
	content: '';
	-webkit-transform: rotate(30deg);
	-moz-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	-o-transform: rotate(30deg);
	transform: rotate(30deg);

}
.milestone_counter
{
	font-size: 42px;
	font-weight: 700;
	line-height: 0.75;
	color: #ffffff;
}
.milestone_text
{
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	text-transform: uppercase;
	margin-top: 14px;
}
.counter_form
{
	position: absolute;
	top: 0;
	right: 30px;
	width: 380px;
	height: 100%;
	background: #FFFFFF;
	padding-left: 40px;
	padding-right: 40px;
	box-shadow: 0px 5px 40px rgba(29,34,47,0.15);
}
.counter_form_content
{
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}
.counter_form_title
{
	font-family: var(--font-family), serif;
	font-size: 24px;
	font-weight: 700;
	color: #384158;
	text-transform: uppercase;
	line-height: 0.75;
	margin-bottom: 41px;
}
.counter_input
{
	width: 100%;
	height: 46px;
	border: solid 1px #e5e5e5;
	border-radius: 3px;
	padding-left: 20px;
	outline: none;
	color: #384158;
	font-size: 14px;
}
.counter_input:not(:last-child)
{
	margin-bottom: 10px;
}
.counter_text_input
{
	height: 90px;
	padding-top: 10px;
}
.counter_options
{
	position: relative;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	-webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
	-webkit-user-select: none;

	background-position: center right;
	background-repeat: no-repeat;
}
.counter_input::-webkit-input-placeholder,
.counter_text_input::-webkit-input-placeholder
{
	font-size: 14px !important;
	font-weight: 400 !important;
	color: #b5b8be !important;
}
.counter_input:-moz-placeholder,
.counter_text_input:-moz-placeholder
{
	font-size: 14px !important;
	font-weight: 400 !important;
	color: #b5b8be !important;
}
.counter_input::-moz-placeholder,
.counter_text_input::-moz-placeholder
{
	font-size: 14px !important;
	font-weight: 400 !important;
	color: #b5b8be !important;
}
.counter_input:-ms-input-placeholder,
.counter_text_input:-ms-input-placeholder
{
	font-size: 14px !important;
	font-weight: 400 !important;
	color: #b5b8be !important;
}

.counter_form_button
{
	width: 100%;
	height: 46px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	border: none;
	outline: none;
	background: #053d78;
	cursor: pointer;
	margin-top: 30px;
	box-shadow: 0px 5px 40px rgba(29,34,47,0.15);
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.counter_form_button:hover
{
	box-shadow: 0px 5px 40px rgba(29,34,47,0.45);
}

@media only screen and (max-width: 991px) {
	.course_col:not(:last-child) {
		margin-bottom: 40px;
	}

	.counter_form {
		position: relative;
		top: 0;
		right: auto;
		width: 100%;
		height: auto;
		padding-left: 40px;
		padding-right: 40px;
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.milestone:not(:last-child) {
		margin-bottom: 50px;
	}
	.counter_content {
		padding-top: 100px;
		padding-bottom: 68px;
	}

	.counter {
		padding-bottom: 100px;
	}
}
.header.new{
	height: 30px;
	top: 0;
	position: fixed;
	width: 100%;
	background: #ffffff;
}
.header.new1 {
	height: 40px;
	bottom: 0;
	top: 95%;
	position: fixed;
	width: 100%;
	background:  #053d78;
	border: none;
}
button.close {
	margin-top: -6px;
}
/*////navbar///*/
.navbar11 {
	overflow: hidden;
	background-color: #333;
	position: fixed; /* Set the navbar to fixed position */
	top: 0; /* Position the navbar at the top of the page */
	width: 100%; /* Full width */
}

/* Links inside the navbar */
.navbar11 a {
	float: left;
	display: block;
	color: #f2f2f2;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
}

/* Change background on mouse-over */
.navbar11 a:hover {
	background: #ddd;
	color: black;
}
blink {
	-webkit-animation: 2s linear infinite condemned_blink_effect; /* for Safari 4.0 - 8.0 */
	animation: 2s linear infinite condemned_blink_effect;
}

/* for Safari 4.0 - 8.0 */
@-webkit-keyframes condemned_blink_effect {
	0% {
		visibility: hidden;
	}
	50% {
		visibility: hidden;
	}
	100% {
		visibility: visible;
	}
}

@keyframes condemned_blink_effect {
	0% {
		visibility: hidden;
	}
	50% {
		visibility: hidden;
	}
	100% {
		visibility: visible;
	}
}

.ftco-intro {
	position: relative;
	padding: 3em 0;
	z-index: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.mb-5, .my-5 {
	 margin-top: 2rem !important;
}
.justify-content-center {
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}
.text-center {
	text-align: center !important;
}
.heading-section.heading-section-white h2 {
	color: #fff;
}
.ftco-intro h2 {
	line-height: 1.2;
}
.heading-section h2 {
	font-size: 34px;
	font-weight: 700;
}
.ftco-intro:after {
	 background: #3e4254!important;
	background: -moz-linear-gradient(left, #3f4156 0%, #3e4254 100%)!important;
	 background: -webkit-linear-gradient(left, #3f4156 0%, #3e4254 100%);
	background: -o-linear-gradient(left, #3f4156 0%, #3e4254 100%);
	background: -ms-linear-gradient(left, #3f4156 0%, #3e4254 100%);
	 background: -webkit-gradient(linear, left top, right top, from(#3f4156), to(#3e4254));
	background: linear-gradient(to right, #3f4156 0%, #3e4254 100%)!important;
}
.ftco-intro:after {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	content: '';
	z-index: -1;
	opacity: .8;
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1566ad', endColorstr='#1b9de3', GradientType=1 );
}
#section-counter {
	position: relative;
	z-index: 0;
	padding-bottom: 1em;
}
.ftco-counter {
	overflow-x: hidden;
	position: relative;
	margin-top: -50px;
}
.align-items-center {
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
}
.justify-content-center {
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}
@media (min-width: 768px){

	.d-md-flex {

		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
		.col-md {
			-ms-flex-preferred-size: 0;
			flex-basis: 0;
			-webkit-box-flex: 1;
			-ms-flex-positive: 1;
			flex-grow: 1;
			max-width: 100%;
		}
}
	.row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-right: -15px;
		margin-left: -15px;
	}
.wrapper {
	width: 100%;
	max-width: 1110px;
	background: #fff;
	padding: 30px;
	-webkit-box-shadow: 0px 5px 18px -9px rgba(0, 0, 0, 0.14);
	-moz-box-shadow: 0px 5px 18px -9px rgba(0, 0, 0, 0.14);
	box-shadow: 0px 5px 18px -9px rgba(0, 0, 0, 0.14);
}
.ftco-counter .block-18 {
	display: block;
	width: 100%;
}
i.fas.fa-question-circle {
	font-size: 60px;
	margin-left: 50px;
	color: #ff5e00;
}
i.fas.fa-exclamation-circle {
	font-size: 60px;
	margin-left: 66px;
	color: red;
}
i.fas.fa-check-circle {
	font-size: 60px;
	margin-left: 70px;
	color: green;
}
.ftco-counter .text span {
	display: block;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.8);
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 800;
}
@media (max-width: 767.98px){
	.ftco-counter .counter-wrap {
		margin-bottom: 20px;
		padding-left: 75px;
	}
	.milestones {
		margin-top: 30px;
	}
	i.fas.fa-check-circle, i.fas.fa-question-circle, i.fas.fa-exclamation-circle {
		margin-left: 66px;
	}
	.counter_form {
		padding-left: 16px!important;
		padding-right: 16px!important;
		padding-top: 30px!important;
		padding-bottom: 30px!important;
	}
	.counter_text p {
		font-size: 16px!important;
		text-align: justify!important;
	}
}

.footer_bar.d-flex.flex-column.flex-sm-row.align-items-center {
	margin-bottom: 24px;
}
.dropdown-submenu {
	position: relative;
}
li.last{
	padding: 10px;
}

.dropdown-submenu>.dropdown-menu {
	top: 63px;
	left: 0;
	margin-top: -6px;
	margin-left: -1px;
	border: none;
}
.dropdown-submenu>.dropdown-menu.sec {
	top: 2px;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px 6px;
	border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
	display: block;
}

.dropdown-submenu>a:after {
	display: block;
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #cccccc;
	margin-top: 5px;
	margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
	border-left-color: #ffffff;
}

.dropdown-submenu.pull-left {
	float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}
.dropdown-toggle::after {
	content: none!important;
}

div#navbarNavDropdown {
	display: block;
}
a.nav-link {
	font-size: 20px;
	color: black;
	font-weight: 500;
}
.navbar-light .navbar-nav .nav-link {
	color: rgb(0 0 0) !important;
}
a.dropdown-item{
font-size: 20px;
color: black;
font-weight: 500;
}

