@charset "utf-8";


@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800,900|Poppins:300,400,500,600,700,800,900');

/*********************************
2. Body and some general stuff
*********************************/

* {
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}
html{
	scroll-behavior: smooth;
}
#about_us{
	scroll-margin-top: 80px;
	padding-top: 60px;
}

body {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 400;
	background: #FFFFFF;
	color: #a5a5a5;
}

div {
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

ul {
	list-style: none;
	margin-bottom: 0px;
}

p {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	line-height: 1.71;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.5);
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}

p a {
	display: inline;
	position: relative;
	color: inherit;
	border-bottom: solid 1px #ffa07f;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

p:last-of-type {
	margin-bottom: 0;
}

a,
a:hover,
a:visited,
a:active,
a:link {
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}

p a:active {
	position: relative;
	color: #FF6347;
}

p a:hover {
	color: #FFFFFF;
	background: #ffa07f;
}

p a:hover::after {
	opacity: 0.2;
}

::selection {}

p::selection {}

h1 {
	font-size: 40px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}

h1::selection,
h2::selection,
h3::selection,
h4::selection,
h5::selection,
h6::selection {}

.form-control {
	color: #db5246;
}

section {
	display: block;
	position: relative;
	box-sizing: border-box;
}

.clear {
	clear: both;
}

.clearfix::before,
.clearfix::after {
	content: "";
	display: table;
}

.clearfix::after {
	clear: both;
}

.clearfix {
	zoom: 1;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.trans_200 {
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.trans_300 {
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.trans_400 {
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}

.trans_500 {
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.fill_height {
	height: 100%;
}

.super_container {
	width: 100%;
	overflow: hidden;
}

.prlx_parent {
	overflow: hidden;
}

.prlx {
	height: 130% !important;
}

.parallax-window {
	min-height: 400px;
	background: transparent;
}

.nopadding {
	padding: 0px !important;
}

/*********************************
3. Header
*********************************/

.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.025);
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.header.scrolled {
	top: -51px;
}

/*********************************
3.1 Top Bar
*********************************/

.top_bar {
	width: 100%;
	background: #0a4271;
	border-bottom: solid 1px #ebebeb;
	z-index: 10;
}

.top_bar_container {
	width: 100%;
}

.top_bar_content {
	height: 49px;
	font-size: 12px;
	color: rgba(0, 0, 0, 0.4);
	font-weight: 600;
}

.top_bar_phone a {
	color: white !important;
}

.top_bar_title {
	margin-right: 5px;
	letter-spacing: 0.075em;
	text-transform: uppercase;
	color: white;
}

.top_bar_social {
	display: inline-block;
	margin-left: 79px;
	margin-right: -6px;
}

.social_title {
	margin-right: 13px;
	color: white;
}

.top_bar_social ul {
	display: inline-block;
}

.top_bar_social ul li {
	display: inline-block;
}

.top_bar_social ul li a i {
	font-size: 12px;
	color: rgb(255, 255, 255);
	padding: 6px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.top_bar_social ul li a i:hover {
	color: rgb(218, 218, 218);
}

/*********************************
3.2 Header Content
*********************************/

.header_container {
	width: 100%;
	background: #FFFFFF;
}

.header_content {
	height: 80px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.header.scrolled .header_content {
	height: 80px;
}

/*********************************
3.3 Logo
*********************************/
.logo_img {
	height: 100%;
	display: flex;
	align-items: center;
}

.logo_img img {
	height: 80%;
}

.logo,
.logo_text {
	display: inline-block;
}

.logo_container a {
	height: 100%;
}

.logo_container {
	height: 100%;
}

.logo {
	width: 60px;
	height: 60px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.logo img {
	max-width: 100%;
}

.logo_text {
	font-family: 'Poppins', serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 0.75;
	color: #0a4271;
	vertical-align: middle;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.header.scrolled .logo {
	width: 40px;
	height: 40px;
}

.header.scrolled .logo_text {
	font-size: 18px;
}

/*********************************
3.4 Main Nav
*********************************/

.main_nav_contaner {}

.main_nav,
.user {
	display: inline-block;
}

.main_nav li {
	display: inline-block;
	position: relative;
}

.main_nav li:not(:last-child) {
	margin-right: 20px;
}

.main_nav li a {
	font-size: 14px;
	font-weight: 600;
	color: rgba(0, 0, 0, 0.45);
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.main_nav li a:hover,
.main_nav li.active a {
	color: rgba(0, 0, 0, 0.8);
}

/*.header_content_right {*/
/*	width: 100px;*/
/*}*/

.header_search {
	display: inline-block;
	width: 18px;
	height: 42px;
	vertical-align: middle;
}

.search_form_container {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	background: #FFFFFF;
	width: auto;
	height: 42px;
	overflow: hidden;
}

.search_form_container.active .search_form {
	left: 0;
}

.search_form {
	display: block;
	position: relative;
	left: 196px;
	width: 212px;
	height: 42px;
}

.header_search_input {
	width: 100%;
	background: transparent;
	height: 42px;
	border: none;
	outline: none;
	padding-left: 33px;
	visibility: hidden;
	opacity: 0;
}

.header_search_input:focus {
	border-bottom: solid 2px #0a4271 !important;
}

.header_search_input::-webkit-input-placeholder {
	font-family: 'Poppins', sans-serif;
	font-size: 14px !important;
	font-weight: 500 !important;
	color: rgba(0, 0, 0, 0.15) !important;
}

.header_search_input:-moz-placeholder {
	font-family: 'Poppins', sans-serif;
	font-size: 14px !important;
	font-weight: 500 !important;
	color: rgba(0, 0, 0, 0.15) !important;
}

.header_search_input::-moz-placeholder {
	font-family: 'Poppins', sans-serif;
	font-size: 14px !important;
	font-weight: 500 !important;
	color: rgba(0, 0, 0, 0.15) !important;
}

.header_search_input:-ms-input-placeholder {
	font-family: 'Poppins', sans-serif;
	font-size: 14px !important;
	font-weight: 500 !important;
	color: rgba(0, 0, 0, 0.15) !important;
}

.header_search_input::input-placeholder {
	font-family: 'Poppins', sans-serif;
	font-size: 14px !important;
	font-weight: 500 !important;
	color: rgba(0, 0, 0, 0.15) !important;
}

.search_form_container.active .header_search_input {
	visibility: visible;
	opacity: 1;
	border-bottom: solid 2px #d9d9d9;
}

.search_button {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
}

.user {
	display: inline-block;
	width: 40px;
	height: 40px;
	text-align: center;
	margin-left: 38px;
	cursor: pointer;
	background: #f1f1f1;
	border-radius: 50%;
	vertical-align: middle;
}

.search_button i,
.user i {
	font-size: 18px;
	color: rgba(0, 0, 0, 0.3);
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.user i {
	line-height: 40px;
}

.search_button:hover i,
.user:hover i {
	color: rgba(0, 0, 0, 0.8);
}

/*********************************
3.5 Hamburger
*********************************/

.hamburger_container {}

.hamburger {
	display: none;
	cursor: pointer;
}

.hamburger i {
	font-size: 20px;
	color: #000000;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.hamburger:hover i {
	color: #0a4271;
}

/*********************************
4. Menu
*********************************/

.menu {
	position: fixed;
	top: 0;
	right: -400px;
	width: 400px;
	height: 100vh;
	background: #FFFFFF;
	z-index: 101;
	padding-right: 60px;
	padding-top: 87px;
	padding-left: 50px;
	box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
}

.menu .logo a {
	color: #000000;
}

.menu.active {
	right: 0;
}

.menu_close_container {
	position: absolute;
	top: 30px;
	right: 60px;
	width: 18px;
	height: 18px;
	transform-origin: center center;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	cursor: pointer;
}

.menu_close {
	width: 100%;
	height: 100%;
	transform-style: preserve-3D;
}

.menu_close div {
	width: 100%;
	height: 2px;
	background: #232323;
	top: 8px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.menu_close div:last-of-type {
	-webkit-transform: rotate(90deg) translateX(-2px);
	-moz-transform: rotate(90deg) translateX(-2px);
	-ms-transform: rotate(90deg) translateX(-2px);
	-o-transform: rotate(90deg) translateX(-2px);
	transform: rotate(90deg) translateX(-2px);
	transform-origin: center;
}

.menu_close:hover div {
	background: #937c6f;
}

.menu .logo {
	margin-bottom: 60px;
}

.menu_nav ul li {
	margin-bottom: 9px;
}

.menu_nav ul li a {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: rgba(0, 0, 0, 1);
	font-weight: 700;
	letter-spacing: 0.1em;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.menu_nav ul li a:hover {
	color: #0a4271;
}

.menu .search {
	width: 100%;
	margin-bottom: 67px;
}

.search {
	display: inline-block;
	width: 400px;
	-webkit-transform: translateY(2px);
	-moz-transform: translateY(2px);
	-ms-transform: translateY(2px);
	-o-transform: translateY(2px);
	transform: translateY(2px);
}

.menu .header_search_form {
	width: 100%;
}

.search form {
	position: relative;
}

.menu .search_input {
	width: 100%;
	background: transparent;
	height: 42px;
	border: none;
	outline: none;
	padding-left: 20px;
	border-bottom: solid 2px #d9d9d9;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.menu .search_input::-webkit-input-placeholder {
	font-family: 'Poppins', sans-serif;
	font-size: 14px !important;
	font-weight: 500 !important;
	color: rgba(0, 0, 0, 0.15) !important;
}

.menu .search_input:-moz-placeholder {
	font-family: 'Poppins', sans-serif;
	font-size: 14px !important;
	font-weight: 500 !important;
	color: rgba(0, 0, 0, 0.15) !important;
}

.menu .search_input::-moz-placeholder {
	font-family: 'Poppins', sans-serif;
	font-size: 14px !important;
	font-weight: 500 !important;
	color: rgba(0, 0, 0, 0.15) !important;
}

.menu .search_input:-ms-input-placeholder {
	font-family: 'Poppins', sans-serif;
	font-size: 14px !important;
	font-weight: 500 !important;
	color: rgba(0, 0, 0, 0.15) !important;
}

.menu .search_input::input-placeholder {
	font-family: 'Poppins', sans-serif;
	font-size: 14px !important;
	font-weight: 500 !important;
	color: rgba(0, 0, 0, 0.15) !important;
}

.menu .search_input:focus {
	border-bottom: solid 2px #0a4271;
}

.header_search_button {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 100%;
	border: none;
	outline: none;
	cursor: pointer;
	background: transparent;
}

.header_search_button:focus {
	outline: none;
}

.header_search_button i {
	font-size: 16px;
	color: #d9d9d9;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.header_search_button:hover i {
	color: rgba(0, 0, 0, 0.8);
}

.menu_extra {
	position: absolute;
	right: 60px;
	bottom: 30px;
}

.menu_phone,
.menu_social {
	font-size: 12px;
}

.menu_social {
	margin-right: -6px;
	margin-top: 5px;
}

.menu_title {
	text-transform: uppercase;
	margin-right: 10px;
}

.menu_social ul {
	display: inline-block;
}

.menu_social ul li {
	display: inline-block;
}

.menu_social ul li a i {
	font-size: 12px;
	color: rgba(0, 0, 0, 0.4);
	padding: 6px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.menu_social ul li a i:hover {
	color: rgba(0, 0, 0, 1);
}

/*********************************
5. Home
*********************************/



.home {
	margin-top: 130px;
	position: relative;
	width: 100%;
	aspect-ratio: 16/5;
	overflow: hidden;
}

.home_content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	color: #fff;
	text-align: center;
}

.home_slider .home_slide {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.home_slider {
	position: relative;
	z-index: 1;
}

.home_slider::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(2, 9, 46, 0.582);
	z-index: 1;
}

.slider_nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 3;
	color: #fff;
	font-size: 24px;
	cursor: pointer;
}

.slider_prev {
	left: 10px;
}

.slider_next {
	right: 10px;
}

.home_button {
	width: 225px;
	height: 43px;
	background-color: #ffffff;
	text-align: center;
	border-radius: 3px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}

.home_button:hover {
	box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.3);
}

.home_button a {
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #0a4271;
	font-weight: 600;
	line-height: 43px;
	letter-spacing: 0.1em;
}

/*********************************
6. Language
*********************************/

.language {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
}

.language_slider_container {
	width: 100%;
	padding-left: 52px;
	padding-right: 52px;
}

.language_item {
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
	cursor: pointer;
}

.flag {
	width: 50px;
	margin: 0 auto;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}

.flag img {
	max-width: 100%;
}

.lang_name {
	font-size: 12px;
	font-weight: 600;
	color: rgba(0, 0, 0, 0.4);
	margin-top: 14px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.language_item:hover .lang_name {
	color: rgba(0, 0, 0, 0.8);
}

.language_item:hover .flag {
	-webkig-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
	box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.25);
}

.lang_nav {
	position: absolute;
	top: 45%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 30px;
	height: 30px;
	background: transparent;
	text-align: center;
	cursor: pointer;
}

.lang_nav i {
	font-size: 18px;
	line-height: 30px;
	color: rgba(0, 0, 0, 0.3);
	font-weight: 700;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.lang_nav:hover i {
	color: rgba(0, 0, 0, 0.8);
}

.lang_prev {
	left: -13px;
}

.lang_next {
	right: -13px;
}

/*********************************
7. Courses
*********************************/
#courses-me .blog_category_title{
	font-size: 14px;
	text-align: center;
}
.courses {
	padding-top: 165px;
	padding-bottom: 80px;
	background: #FFFFFF;
}

.courses_background {
	position: absolute;
	left: 0;
	top: 339px;
	width: 100%;
	height: calc(100% - 339px);
	background: #f8f8f8;
}

.courses_row {
	margin-top: 54px;
}

.course {
	border: solid 1px #f1f1f1;
}

.course_image {
	width: 100%;
}

.course_image img {
	max-width: 100%;
}

.course_body {
	padding: 19px;
	background: #FFFFFF;
}

.course_title a {
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: #000000;
	-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: #0a4271;
}

.course_info {
	margin-top: 5px;
}

.course_info ul li {
	display: inline-block;
	position: relative;
}

.course_info ul li a {
	font-size: 14px;
	font-weight: 500;
	color: rgba(0, 0, 0, 0.4);
	-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_info ul li a:hover {
	color: #0a4271;
}

.course_info ul li:not(:last-child)::after {
	display: inline-block;
	font-family: 'FontAwesome';
	color: #b8b8b8;
	font-size: 4px;
	margin-left: 7px;
	margin-right: 5px;
	content: '\f111';
	vertical-align: middle;
}

.course_text {
	margin-top: 16px;
}

.course_footer {
	width: 100%;
	height: 50px;
	padding-left: 30px;
	padding-right: 30px;
	border-top: solid 1px #ebebeb;
	background: #FFFFFF;
}

.course_students,
.course_rating {
	color: rgba(0, 0, 0, 0.4);
}

.course_students i,
.course_rating i {
	font-size: 18px;
	margin-right: 15px;
	vertical-align: middle;
}

.course_mark {
	position: absolute;
	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%);
	width: 61px;
	height: 25px;
	background: #f9cf0e;
	border-radius: 3px;
	text-align: center;
}

.course_mark:hover {
	box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.35);
}

.course_mark a {
	display: block;
	font-size: 12px;
	font-weight: 600;
	color: #FFFFFF;
	line-height: 25px;
}

.course_free {
	background: #0a4271;
}

/*********************************
8. Instructors
*********************************/

.instructors {
	width: 100%;
	padding-top: 88px;
	padding-bottom: 30px;
	background: #f8f8f8;
}

.instructors_background {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 567px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.instructors_row {
	margin-top: 79px;
}

.instructor {
	padding-top: 40px;
	padding-bottom: 34px;
	padding-left: 30px;
	padding-right: 30px;
}

.instructor_image_container {
	width: 165px;
	height: 165px;
	border: solid 14px #FFFFFF;
	border-radius: 50%;
	overflow: hidden;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
	margin-left: auto;
	margin-right: auto;
}

.instructor_image {
	position: absolute;
	top: -14px;
	left: -14px;
	width: 165px;
	height: 165px;
}

.instructor_image img {
	max-width: 100%;
}

.instructor_name {
	margin-top: 18px;
}

.instructor_name a {
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	color: rgba(0, 0, 0, 0.9);
	font-weight: 700;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.instructor_name a:hover {
	color: #0a4271;
}

.instructor_title {
	font-size: 14px;
	font-weight: 500;
	color: rgba(0, 0, 0, 0.3);
	margin-top: 5px;
}

.instructor_text {
	margin-top: 16px;
}

.instructor_social {
	margin-top: 12px;
}

.instructor_social ul li {
	display: inline-block;
}

.instructor_social ul li:not(:last-child) {
	margin-right: 5px;
}

.instructor_social ul li a i {
	font-size: 14px;
	color: #0a4271;
	padding: 6px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.instructor_social ul li a i:hover {
	color: rgba(0, 0, 0, 1);
}

/*********************************
9. Register
*********************************/

.register {
	padding-top: 120px;
	padding-bottom: 120px;
	background: #f8f8f8;
}

.register_form_container {
	width: 100%;
	background: #FFFFFF;
	border: solid 1px #ebebeb;
	padding-top: 38px;
	padding-left: 49px;
	padding-right: 49px;
	padding-bottom: 70px;
}

.register_form_title {
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: rgba(0, 0, 0, 0.9);
}

.register_row {
	margin-top: 38px;
}

.register_col {
	margin-bottom: 45px;
}

.register_col:nth-child(odd) {
	padding-right: 20px;
}

.register_col:nth-child(even) {
	padding-left: 20px;
}

.form_input {
	width: 100%;
	height: 36px;
	background: transparent;
	border: none;
	outline: none;
	border-bottom: solid 1px #b2b2b2;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.form_input:hover,
.form_input:focus {
	border-bottom: solid 2px #0a4271;
}

.form_input::-webkit-input-placeholder {
	font-size: 14px !important;
	font-weight: 600 !important;
	color: rgba(0, 0, 0, 0.4) !important;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.form_input:-moz-placeholder {
	font-size: 14px !important;
	font-weight: 600 !important;
	color: rgba(0, 0, 0, 0.4) !important;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.form_input::-moz-placeholder {
	font-size: 14px !important;
	font-weight: 600 !important;
	color: rgba(0, 0, 0, 0.4) !important;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.form_input:-ms-input-placeholder {
	font-size: 14px !important;
	font-weight: 600 !important;
	color: rgba(0, 0, 0, 0.4) !important;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.form_input::input-placeholder {
	font-size: 14px !important;
	font-weight: 600 !important;
	color: rgba(0, 0, 0, 0.4) !important;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

/*Input Hover*/
.form_input:hover::-webkit-input-placeholder,
.form_input:focus::-webkit-input-placeholder {
	color: rgba(0, 0, 0, 0.8) !important;
}

.form_input:hover:-moz-placeholder,
.form_input:focus:-moz-placeholder {
	color: rgba(0, 0, 0, 0.8) !important;
}

.form_input:hover::-moz-placeholder,
.form_input:focus::-moz-placeholder {
	color: rgba(0, 0, 0, 0.8) !important;
}

.form_input:hover:-ms-input-placeholder,
.form_input:focus:-ms-input-placeholder {
	color: rgba(0, 0, 0, 0.8) !important;
}

.form_input:hover::input-placeholder,
.form_input:focus::input-placeholder {
	color: rgba(0, 0, 0, 0.8) !important;
}

.form_button {
	width: 100%;
	height: 43px;
	background: #0a4271;
	color: #FFFFFF;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: 700;
	border: none;
	outline: none;
	cursor: pointer;
	border-radius: 3px;
	margin-top: 5px;
}

.form_button:hover {
	box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.3);
}

.form_button:focus {
	outline: none;
}

.register_timer_container {
	padding-left: 68px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.register_timer_title {
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	color: #000000;
	font-weight: 700;
}

.register_timer_text {
	margin-top: 20px;
}

.timer_container {
	margin-top: 82px;
}

.timer_list li {
	display: inline-block;
	height: 80px;
	text-align: center;
}

.timer_list li:not(:last-child) {
	margin-right: 45px;
}

.timer_num {
	font-family: 'Montserrat', sans-serif;
	font-size: 40px;
	font-weight: 700;
	line-height: 0.75;
	color: rgba(0, 0, 0, 0.9);
}

.timer_ss {
	font-size: 10px;
	line-height: 0.75;
	font-weight: 700;
	color: rgba(0, 0, 0, 0.3);
	text-transform: uppercase;
	letter-spacing: 0.3em;
	margin-top: 16px;
}

/*********************************
10. Events
*********************************/

.events {
	width: 100%;
	padding: 89px 0;
	background: #FFFFFF;
}

.events_row {
	margin-top: 54px;
}

.event {}

.event_image {
	width: 100%;
}

.event_image img {
	max-width: 100%;
}

.event_date {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 80px;
	height: 80px;
	background: #FFFFFF;
	border: solid 1px #ebebeb;
}

.event_day {
	font-family: 'Montserrat', sans-serif;
	font-size: 40px;
	font-weight: 700;
	color: rgba(0, 0, 0, 0.9);
	line-height: 0.75;
}

.event_month {
	font-family: 'Montserrat', sans-serif;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	color: rgba(0, 0, 0, 0.5);
	line-height: 0.75;
	margin-top: 12px;
}

.event_body {
	width: 100%;
	height: 70px;
	border-left: solid 1px #ebebeb;
	border-right: solid 1px #ebebeb;
	border-bottom: solid 1px #ebebeb;
	padding-left: 22px;
	padding-right: 22px;
}

.event_title a {
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: #000000;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.event_title a:hover {
	color: #0a4271;
}

.event_tag {
	width: 61px;
	height: 25px;
	background: #0a4271;
	border-radius: 3px;
	font-size: 12px;
	text-align: center;
	line-height: 25px;
	color: #FFFFFF;
	font-weight: 600;
}

/*********************************
11. Blog
*********************************/

.blog {
	width: 100%;
	padding-top: 165px;
	padding-bottom: 150px;
	background: #f8f8f8;
}

.blog_left {
	width: 100%;
}

.blog_title {
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	font-weight: 700;
	color: #000000;
}

.blog_text {
	margin-top: 15px;
}

.categories_row {
	margin-top: 67px;
}

.blog_categories {
	width: 100%;
}

.blog_category {
	width: 100%;
	border-radius: 3px;
	overflow: hidden;
}

.blog_category_image {
	width: 100%;
}

.blog_category_image img {
	max-width: 100%;
}

.blog_category_image::after {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: #0a4271c4;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.blog_category:hover .blog_category_image::after {
	background: rgba(46, 33, 223, 0);
}

.blog_category_title {
	position: absolute;
	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%);
	font-size: 12px;
	font-weight: 600;
	color: #FFFFFF;
	text-transform: uppercase;
	letter-spacing: 0.075em;
}

.blog_category_col:not(:nth-last-child(-n+3)) {
	margin-bottom: 30px;
}

.blog_right {
	width: 100%;
	height: 100%;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.15);
	overflow: hidden;
}

.blog_image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.blog_title_container {
	position: absolute;
	left: 0;
	top: calc(100% - 120px);
	width: 82%;
	height: 100%;
	background: #FFFFFF;
	border: solid 1px #ebebeb;
	padding-left: 39px;
	padding-right: 40px;
	padding-top: 28px;
	-webkit-transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
	-moz-transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
	-ms-transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
	-o-transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
	transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
}

.blog_right:hover .blog_title_container {
	top: 0;
}

.blog_right_category a {
	font-size: 12px;
	font-weight: 600;
	color: rgba(0, 0, 0, 0.4);
	text-transform: uppercase;
	letter-spacing: 0.075em;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.blog_right_category a:hover {
	color: #0a4271;
}

.blog_right_title {
	padding-left: 1px;
}

.blog_right_title a {
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	color: #000000;
	font-weight: 700;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.blog_right_title a:hover {
	color: #0a4271;
}

.blog_right_text {
	margin-top: 16px;
}

.blog_right_text p {
	font-size: 16px;
	line-height: 2;
	color: rgba(0, 0, 0, 0.6);
}

.read_more {
	margin-top: 31px;
}

.read_more a {
	font-size: 14px;
	font-weight: 500;
	color: #0a4271;
}

.read_more img {
	display: inline-block;
	margin-left: 14px;
	vertical-align: middle;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.read_more a:hover img {
	transform: translateX(5px);
}

/*********************************
12. Footer
*********************************/

.footer {
	background: #0a4271;

}

.footer_col {
	padding-right: 50px;
}

.footer_col:first-child {
	padding-right: 15px;
}

.footer_logo {
	margin-top: -10px;
}

.footer_logo a {
	font-size: 24px;
	font-weight: 700;
	color: #FFFFFF;
}

.footer_body {
	padding-top: 43px;
	padding-bottom: 44px;
}

.footer_title {
	font-size: 14px;
	font-weight: 700;
	color: #FFFFFF;
}

.newsletter_container {
	width: 100%;
	height: 100%;
}

.newsletter_form {
	display: block;
	position: relative;
	width: 100%;
	margin-top: 20px;
}

.newsletter_input {
	width: 100%;
	height: 36px;
	background: transparent;
	border: none;
	outline: none;
	border-bottom: solid 1px #929292;
	color: #FFFFFF;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.newsletter_input::-webkit-input-placeholder {
	font-size: 14px !important;
	font-weight: 600 !important;
	color: rgba(255, 255, 255, 0.4) !important;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.newsletter_input:-moz-placeholder {
	font-size: 14px !important;
	font-weight: 600 !important;
	color: rgba(255, 255, 255, 0.4) !important;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.newsletter_input::-moz-placeholder {
	font-size: 14px !important;
	font-weight: 600 !important;
	color: rgba(255, 255, 255, 0.4) !important;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.newsletter_input:-ms-input-placeholder {
	font-size: 14px !important;
	font-weight: 600 !important;
	color: rgba(255, 255, 255, 0.4) !important;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.newsletter_input::input-placeholder {
	font-size: 14px !important;
	font-weight: 600 !important;
	color: rgba(255, 255, 255, 0.4) !important;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}


.newsletter_input:hover::-webkit-input-placeholder,
.newsletter_input:focus::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 1) !important;
}

.newsletter_input:hover:-moz-placeholder,
.newsletter_input:focus:-moz-placeholder {
	color: rgba(255, 255, 255, 1) !important;
}

.newsletter_input:hover::-moz-placeholder,
.newsletter_input:focus::-moz-placeholder {
	color: rgba(255, 255, 255, 1) !important;
}

.newsletter_input:hover:-ms-input-placeholder,
.newsletter_input:focus:-ms-input-placeholder {
	color: rgba(255, 255, 255, 1) !important;
}

.newsletter_input:hover::input-placeholder,
.newsletter_input:focus::input-placeholder {
	color: rgba(255, 255, 255, 1) !important;
}

.newsletter_button {
	position: absolute;
	top: 0;
	right: 0;
	width: 18px;
	height: 36px;
	background: transparent;
	border: none;
	outline: none;
}

.newsletter_button:focus {
	outline: none;
}

.newsletter_button i {
	font-size: 16px;
	color: #7c7c7c;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.newsletter_form:hover .newsletter_input {
	border-bottom: solid 1px #FFFFFF;
}

.newsletter_input:focus {
	border-bottom: solid 1px #0a4271 !important;
}

.newsletter_form:hover .newsletter_button i {
	color: #FFFFFF;
}

.footer_list {
	margin-top: 11px;
}

.footer_list li a {
	font-size: 12px;
	font-weight: 500;
	color: #ffffff99;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.footer_list li a:hover {
	color: rgba(255, 255, 255, 1);
}

.footer_list li:not(:last-child) {
	margin-bottom: 1px;
}

.footer_col:last-child {
	padding-right: 15px;
}

.footer_col:nth-child(2)>div {
	left: -30px;
}

.footer_col:last-child>div {
	display: inline-block;
	float: right;
}

.copyright {
	width: 100%;
	background: #03233d;
}

.copyright_content {
	width: 100%;
	height: 49px;
}

.cr {
	font-size: 12px;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.726);
}

.footer_phone,
.footer_social {
	display: inline-block;
}

.footer_social {
	margin-right: -6px;
}

.footer_social ul {
	display: inline-block;
}

.footer_social ul li {
	display: inline-block;
}

.footer_phone {
	font-size: 12px;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.664);
	margin-right: 81px;
}

.cr_title {
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	margin-right: 10px;
	letter-spacing: 0.075em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.644);
}

.cr_social_title {
	font-size: 12px;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.644);
	text-transform: uppercase;
	margin-right: 20px;
}

.footer_social ul li a i {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.644);
	padding: 6px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.footer_social ul li a i:hover {
	color: rgba(255, 255, 255, 1);
}

.gap {
	gap: 10px;
}

.gap-1 {
	gap: 15px;
}

.gap-2 {
	gap: 20px;
}

.gap-3 {
	gap: 25px;
}

.section_title {
	text-transform: uppercase;
	color: #000000;
}

.services-2 .icon {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: #0a4271;
	-webkit-box-shadow: 0px 10px 30px -4px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 10px 30px -4px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 10px 30px -4px rgba(0, 0, 0, 0.15);
}

.services-2 .icon i {
	font-size: 30px;
	color: #ffffff;
}

.services-2 .text {
	width: calc(100% - 60px);
	color: black;
}

.services-2 .text h4 {
	font-size: 18px;
}
.job_col {
    margin-bottom: 30px;
}

.job {
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    /* box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.job:hover {
    box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.2);
}

.job_image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.job_date {
    background-color: #f8f9fa;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    color: #6c757d;
}

.job_day {
    font-size: 16px;
    color: #007bff;
}

.job_month {
    font-size: 14px;
    text-transform: uppercase;
}

.job_body {
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: start;
}

.job_title {
    font-size: 18px;
    font-weight: bold;
    color: #343a40;
    margin-bottom: 8px;
}

.job_title a {
    text-decoration: none;
    color: inherit;
}

.job_title a:hover {
    color: #007bff;
}

.job_location {
    font-size: 14px;
    color: #6c757d;
    margin-bottom: 5px;
}
.job_description {
    font-size: 14px;
    color: #495057;
    margin-bottom: 15px;
}
.btn {
    background-color: #0a4271;
    color: #fff;
    padding: 8px 12px;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    text-align: center;
}
.btn:hover {
    background-color: #0e5792;
    color: #fff;
}

.partner-logo {
	width: 100px;
	height: 100px;
	object-fit: contain; /* Ensures logos maintain their aspect ratio */
	margin: auto;
}
.owl-carousel .item {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: white;
	border-radius: 10px;
}

#partners{
	background-color: #f1f1f1;

}
.main-container {
	position: relative;
	display: inline-block;
}
.main-image {
	border-radius: 15px;
	width: 100%;
	height: auto;
}
.overlay-image {
	position: absolute;
	bottom: -75px; /* Adjust the overlap position */
	right: -15px; /* Adjust the overlap position */
	width: 50%; /* Adjust the size of the overlay image */
	border-radius: 15px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}


.contact_map
{
	width: 100%;
	padding-top: 130px;
}
.map
{
	width: 100%;
}
.google_map
{
	width: 100%;
	height: 400px;
}
.map_container
{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#map
{
	width: 100%;
	height: calc(100% + 30px);
}
.contact
{
	padding-top: 54px;
	padding-bottom: 80px;
	/* background: #ffffff; */
	background: url('./../img/about.webp') no-repeat center center/cover;
	position: relative;
}
.contact::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #021a2ec9;
}
.contact_details
{
	width: 100%;
}
.contact_details_title
{
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: rgb(255, 255, 255);
}
.contact_details ul
{
	-webkit-columns: 2;
  	-moz-columns: 2;
	columns: 2;
	margin-top: 26px;
}
.contact_details ul li
{
	position: relative;
	margin-bottom: 17px;
	display: flex;
	align-items: flex-start;
	gap: 5px;
}
.contact_details ul li span
{
	font-size: 14px;
	font-weight: 600;
	color: rgb(255, 255, 255);
}
/* .contact_details ul li svg
{
	position: absolute;
	top: -1px;
	left: -2px;
	width: 22px;
	height: 22px;
	color: rgba(0,0,0,0.4);
	vertical-align: middle;
}
.contact_form_container
{
	position: absolute;
	right: 15px;
	bottom: 20px;
	width: calc(100% - 30px);
	background: #FFFFFF;
	border: solid 1px #ebebeb;
	padding-top: 38px;
	padding-left: 49px;
	padding-right: 49px;
	padding-bottom: 70px;
	} */
.contact_form_container{
	background: #FFFFFF;
	padding: 25px;

}
.form_title
{
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: rgb(8, 8, 8);
}
.contact_row
{
	margin-top: 38px;
}
.contact_col
{
	margin-bottom: 39px;
}
.contact_col:nth-child(odd)
{
	padding-right: 20px;
}
.contact_col:nth-child(even)
{
	padding-left: 20px;
}
.form_input
{
	width: 100%;
	height: 36px;
	background: transparent;
	border: none;
	outline: none;
	border-bottom: solid 1px #b2b2b2;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.form_text
{
	height: 101px;
	padding-top: 13px;
}
.form_input:hover,
.form_input:focus
{
	border-bottom: solid 2px #0a4271;
}
.form_input::-webkit-input-placeholder
{
	font-size: 14px !important;
	font-weight: 600 !important;
	color: rgb(0, 0, 0) !important;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.form_input:-moz-placeholder
{
	font-size: 14px !important;
	font-weight: 600 !important;
	color: rgb(0, 0, 0) !important;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.form_input::-moz-placeholder
{
	font-size: 14px !important;
	font-weight: 600 !important;
	color: rgb(0, 0, 0) !important;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
} 
.form_input:-ms-input-placeholder
{ 
	font-size: 14px !important;
	font-weight: 600 !important;
	color: rgb(0, 0, 0) !important;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.form_input::input-placeholder
{
	font-size: 14px !important;
	font-weight: 600 !important;
	color: rgb(0, 0, 0) !important;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
/*Input Hover*/
.form_input:hover::-webkit-input-placeholder,
.form_input:focus::-webkit-input-placeholder
{
	color: rgb(129, 129, 129) !important;
}
.form_input:hover:-moz-placeholder,
.form_input:focus:-moz-placeholder
{
	color: rgb(143, 143, 143) !important;
}
.form_input:hover::-moz-placeholder,
.form_input:focus::-moz-placeholder
{
	color: rgb(133, 133, 133) !important;
} 
.form_input:hover:-ms-input-placeholder,
.form_input:focus:-ms-input-placeholder
{ 
	color: rgb(146, 146, 146) !important;
}
.form_input:hover::input-placeholder,
.form_input:focus::input-placeholder
{
	color: rgb(141, 141, 141) !important;
}
.form_button
{
	width: 100%;
	height: 43px;
	background: #0a4271;
	color: #FFFFFF;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: 700;
	border: none;
	outline: none;
	cursor: pointer;
	border-radius: 3px;
	margin-top: 44px;
}
.form_button:hover
{
	box-shadow: 0px 10px 40px rgba(0,0,0,0.3);
}
.form_button:focus
{
	outline: none;
}
.contact_form .form_input{
	color: rgb(0, 0, 0);
}
.about_image_section{
	background: url(./../img/slide1.jpg) no-repeat center center/cover;
	background-attachment: fixed;
}

.address-cards {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 15px;
}

.address-card {
	background-color: #f9f9f9e0;
	border: 1px solid #ddd;
	border-radius: 8px;
	padding: 10px;
	min-width: 300px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	flex:1;
}

.address-card strong {
	display: block;
	font-size: 16px;
	margin-bottom: 10px;
}

.address-card p {
	font-size: 14px;
	color: #000000;
}


.blog
{
	width: 100%;
	background: #f8f8f8;
	padding-top: 165px;
	padding-bottom: 150px;
}
.welcome_title
{
	font-family: 'Montserrat', sans-serif;
	font-size: 40px;
	font-weight: 700;
	color: rgba(0,0,0,0.9);
}
.categories_row
{
	margin-top: 44px;
}
.blog_category
{
	width: 100%;
	border-radius: 3px;
	overflow: hidden;
}
.blog_category_image
{
	width: 100%;
}
.blog_category_image img
{
	max-width: 100%;
}
.blog_category:hover .blog_category_image::after
{
	background: rgba(46, 33, 223, 0);
}
.blog_category_title
{
	position: absolute;
	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%);
	font-size: 12px;
	font-weight: 600;
	color: #FFFFFF;
	text-transform: uppercase;
	letter-spacing: 0.075em;
}
.blog_category_col:not(:nth-last-child(-n+3))
{
	margin-bottom: 30px;
}
.blog_row
{
	margin-top: 70px;
}
.blog_post
{
	width: 100%;
	height: 355px;
	box-shadow: 0px 0px 2px rgba(0,0,0,0.15);
	overflow: hidden;
	margin-bottom: 30px;
}
.blog_image
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.blog_title_container
{
	position: absolute;
	left: 0;
	top: calc(100% - 120px);
	width: 82%;
	height: 100%;
	background: #FFFFFF;
	border: solid 1px #ebebeb;
	padding-left: 39px;
	padding-right: 40px;
	padding-top: 28px;
	-webkit-transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
	-moz-transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
	-ms-transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
	-o-transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
	transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
}
.blog_post:hover .blog_title_container
{
	top: 0;
}
.blog_post_category a
{
	font-size: 12px;
	font-weight: 600;
	color: rgba(0,0,0,0.4);
	text-transform: uppercase;
	letter-spacing: 0.075em;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.blog_post_category a:hover
{
	color: #0a4271;
}
.blog_post_title
{
	padding-left: 1px;
}
.blog_post_title a
{
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	color: #000000;
	font-weight: 700;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.blog_post_title a:hover
{
	color: #0a4271;
}
.blog_post_text
{
	margin-top: 16px;
}
.blog_post_text p
{
	font-size: 16px;
	line-height: 2;
	color: rgba(0,0,0,0.6);
}
.read_more
{
	margin-top: 31px;
}
.read_more a
{
	font-size: 14px;
	font-weight: 500;
	color: #0a4271;
}
.read_more img
{
	display: inline-block;
	margin-left: 14px;
	vertical-align: middle;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.read_more a:hover img
{
	transform: translateX(5px);
}
.load_more_button
{
	width: 195px;
	height: 43px;
	background: #f8f8f8;
	border: solid 1px #dfdfdf;
	border-radius: 3px;
	cursor: pointer;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 70px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.load_more_button:hover
{
	box-shadow: 0px 5px 20px rgba(0,0,0,0.1);
}
.load_more_button a
{
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-size: 10px;
	font-weight: 700;
	color: rgba(0,0,0,0.3);
	text-transform: uppercase;
	line-height: 41px;
	letter-spacing: 0.3em;
}


.blog_top_image
{
	width: 100%;
}
.blog_top
{
	width: 100%;
	height: 600px;
}
.blog_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.blog_container
{
	width: 100%;
	background: #f8f8f8;
	padding-bottom: 150px;
}
.blog_content
{
	width: 100%;
	background: #FFFFFF;
	border: solid 1px #ebebeb;
	margin-top: -150px;
	padding-left: 97px;
	padding-right: 97px;
	padding-bottom: 40px;
}
.blog_post_title_container
{
	padding-top: 33px;
}
.blog_category a
{
	font-size: 12px;
	font-weight: 600;
	color: rgba(0,0,0,0.4);
	text-transform: uppercase;
	line-height: 0.75;
}
.blog_title
{
	font-family: 'Montserrat', sans-serif;
	font-size: 36px;
	color: #000000;
	font-weight: 700;
}
.blog_text
{
	margin-top: 29px;
}
.blog_quote
{
	font-size: 30px;
	line-height: 1.6;
	color: #2e21df;
	padding-left: 37px;
	padding-right: 60px;
	margin-top: 46px;
	margin-bottom: 46px;
}
.blog_quote span
{
	padding-left: 6px;
}
.blog_quote::before
{
	display: block;
	position: absolute;
	top: 5px;
	left: 0;
	font-family: 'FontAwesome';
	content: '\f10d';
	font-size: 16px;
}
.blog_post_image
{
	margin-top: 64px;
	margin-bottom: 36px;
}
.blog_text figure
{
	width: 100%;
}
.blog_text figure img
{
	max-width: 100%;
}
.blog_text figure figcaption
{
	font-size: 12px;
	font-weight: 400;
	color: rgba(0,0,0,0.3);
	text-align: center;
	margin-top: 14px;
}
.blog_tags
{
	margin-top: 39px;
}
.blog_tags ul li
{
	display: inline-block;
	height: 24px;
	background: #f8f8f8;
	border-radius: 3px;
	margin-bottom: 10px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.blog_tags ul li:not(:last-child)
{
	margin-right: 6px;
}
.blog_tags ul li a
{
	display: block;
	line-height: 24px;
	font-size: 10px;
	font-weight: 500;
	color: rgba(0,0,0,0.4);
	padding-left: 12px;
	padding-right: 11px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.blog_tags ul li:hover
{
	background: #f1f1f1;
}
.blog_tags ul li:hover a
{
	color: rgba(0,0,0,0.5);
}
.blog_post_footer
{
	margin-top: 40px;
}
.author_image div
{
	width: 34px;
	height: 34px;
	border-radius: 50%;
	overflow: hidden;
}
.author_info
{
	padding-left: 19px;
}
.author_info ul li
{
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	color: rgba(0,0,0,0.4);
}
.author_info ul li a
{
	font-size: 14px;
	font-weight: 600;
	color: rgba(0,0,0,0.4);
}
.author_info ul li:not(:last-child)::after
{
	display: inline-block;
    font-family: 'FontAwesome';
    color: #b8b8b8;
    font-size: 4px;
    margin-left: 7px;
    margin-right: 5px;
    content: '\f111';
    vertical-align: middle;
}
.blog_post_share
{

}
.blog_post_share span
{
	font-size: 12px;
	font-weight: 600;
	color: rgba(0,0,0,0.4);
	text-transform: uppercase;
	margin-right: 20px;
	letter-spacing: 0.075em;
}
.blog_post_share ul
{
	display: inline-block;
}
.blog_post_share ul li
{
	display: inline-block;
}
.blog_post_share ul li:not(:last-child)
{
	margin-right: 7px;
}
.blog_post_share ul li a
{
	padding: 5px;
}
.blog_post_share ul li a i
{
	color: #584de5;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.blog_post_share ul li a i:hover
{
	color: rgba(0,0,0,0.4);
}
.similar_posts
{
	margin-top: 80px;
}
.blog_post
{
	width: 100%;
	height: 355px;
	box-shadow: 0px 0px 2px rgba(0,0,0,0.15);
	overflow: hidden;
	margin-bottom: 30px;
}
.blog_image
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.blog_title_container
{
	position: absolute;
	left: 0;
	top: calc(100% - 120px);
	width: 82%;
	height: 100%;
	background: #FFFFFF;
	border: solid 1px #ebebeb;
	padding-left: 39px;
	padding-right: 40px;
	padding-top: 28px;
	-webkit-transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
	-moz-transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
	-ms-transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
	-o-transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
	transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
}
.blog_post:hover .blog_title_container
{
	top: 0;
}
.blog_post_category a
{
	font-size: 12px;
	font-weight: 600;
	color: rgba(0,0,0,0.4);
	text-transform: uppercase;
	letter-spacing: 0.075em;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.blog_post_category a:hover
{
	color: #2e21df;
}
.blog_post_title
{
	padding-left: 1px;
}
.blog_post_title a
{
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	color: #000000;
	font-weight: 700;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.blog_post_title a:hover
{
	color: #2e21df;
}
.blog_post_text
{
	margin-top: 16px;
}
.blog_post_text p
{
	font-size: 16px;
	line-height: 2;
	color: rgba(0,0,0,0.6);
}
.read_more
{
	margin-top: 31px;
}
.read_more a
{
	font-size: 14px;
	font-weight: 500;
	color: #2e21df;
}
.read_more img
{
	display: inline-block;
	margin-left: 14px;
	vertical-align: middle;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.read_more a:hover img
{
	transform: translateX(5px);
}
.register
{
	margin-top: 41px;
}
.register_form_container
{
	width: 100%;
	background: #FFFFFF;
	border: solid 1px #ebebeb;
	padding-top: 7px;
	padding-left: 49px;
	padding-right: 49px;
	padding-bottom: 70px;
	margin-top: 32px;
}
.register_form_title
{
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: rgba(0,0,0,0.8);
	text-align: center;
}
.register_row
{
	margin-top: 38px;
}
.register_col
{
	margin-bottom: 40px;
}
.register_col:nth-child(odd)
{
	padding-right: 20px;
}
.register_col:nth-child(even)
{
	padding-left: 20px;
}
.form_input
{
	width: 100%;
	height: 36px;
	background: transparent;
	border: none;
	outline: none;
	border-bottom: solid 1px #b2b2b2;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.form_input:hover,
.form_input:focus
{
	border-bottom: solid 2px #2e21df;
}
.form_text
{
	height: 101px;
	padding-top: 13px;
}
.form_input::-webkit-input-placeholder
{
	font-size: 14px !important;
	font-weight: 600 !important;
	color: rgba(0,0,0,0.4) !important;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.form_input:-moz-placeholder
{
	font-size: 14px !important;
	font-weight: 600 !important;
	color: rgba(0,0,0,0.4) !important;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.form_input::-moz-placeholder
{
	font-size: 14px !important;
	font-weight: 600 !important;
	color: rgba(0,0,0,0.4) !important;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
} 
.form_input:-ms-input-placeholder
{ 
	font-size: 14px !important;
	font-weight: 600 !important;
	color: rgba(0,0,0,0.4) !important;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.form_input::input-placeholder
{
	font-size: 14px !important;
	font-weight: 600 !important;
	color: rgba(0,0,0,0.4) !important;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
/*Input Hover*/
.form_input:hover::-webkit-input-placeholder,
.form_input:focus::-webkit-input-placeholder
{
	color: rgba(0,0,0,0.8) !important;
}
.form_input:hover:-moz-placeholder,
.form_input:focus:-moz-placeholder
{
	color: rgba(0,0,0,0.8) !important;
}
.form_input:hover::-moz-placeholder,
.form_input:focus::-moz-placeholder
{
	color: rgba(0,0,0,0.8) !important;
} 
.form_input:hover:-ms-input-placeholder,
.form_input:focus:-ms-input-placeholder
{ 
	color: rgba(0,0,0,0.8) !important;
}
.form_input:hover::input-placeholder,
.form_input:focus::input-placeholder
{
	color: rgba(0,0,0,0.8) !important;
}
.form_button
{
	width: 100%;
	height: 43px;
	background: #2e21df;
	color: #FFFFFF;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: 700;
	border: none;
	outline: none;
	cursor: pointer;
	border-radius: 3px;
	margin-top: 44px;
}
.form_button:hover
{
	box-shadow: 0px 10px 40px rgba(0,0,0,0.3);
}
.form_button:focus
{
	outline: none;
}
.comments
{
	margin-top: 70px;
}
.comments_title
{
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: rgba(0,0,0,0.8);
	text-align: center;
}
.comments_container
{
	margin-top: 40px;
}
.comment
{
	background: #FFFFFF;
}
.comments_container > ul > li
{
	border: solid 1px #ebebeb;
	margin-bottom: 30px;
}
.comments_container > ul > li ul li .comment_content
{
	border-top: solid 1px #ebebeb;
}
.comment_content
{
	padding-left: 29px;
	padding-top: 27px;
	padding-right: 30px;
	padding-bottom: 23px;
}
.comment_image div
{
	width: 34px;
	height: 34px;
	border-radius: 50%;
	overflow: hidden;
}
.comment_image div img
{
	max-width: 100%;
}
.comment_title_container
{

}
.comment_info
{
	padding-left: 18px;
}
.comment_name a
{
	font-size: 14px;
	font-weight: 600;
	color: rgba(0,0,0,0.8);
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.comment_name a:hover
{
	color: #2e21df;
}
.comment_time
{
	font-size: 10px;
	font-weight: 600;
	color: rgba(0,0,0,0.3);
	margin-top: 1px;
}
.comment_text
{
	margin-top: 19px;
}
.comment_text p
{
	font-size: 14px;
	font-weight: 500;
	line-height: 1.71;
}
.comments_more_button
{
	width: 100%;
	height: 49px;
	border: solid 1px #ebebeb;
	background: #FFFFFF;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	text-align: center;
	border-radius: 3px;
}
.comments_more_button:hover
{
	box-shadow: 0px 5px 20px rgba(0,0,0,0.1);
}
.comments_more_button a
{
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: 700;
	color: rgba(0,0,0,0.3);
	text-transform: uppercase;
	letter-spacing: 0.3em;
	line-height: 47px;
}

/*#preloader {*/
/*    position:fixed;*/
/*    top:0;*/
/*    left:0;*/
/*    right:0;*/
/*    bottom:0;*/
/*     background: #0a4271 ; */
/*    -webkit-background-size: cover;*/
/*    -moz-background-size: cover;*/
/*    -o-background-size: cover;*/
/*    background-size: cover;*/
/*    height: 100%;*/
/*    z-index:10000; */
/*}*/

#status {
    width:50px;
    height:30px;
    position:fixed;
    left:50%; /* centers the loading animation horizontally one the screen */
    top:50%; /* centers the loading animation vertically one the screen */
   margin:-25px 0 0 -15px; /* is width and height divided by two */
}

.spinner {
  margin: 0px auto;
  width: 70px;
  height: 45px;
  text-align: center;
  font-size: 10px;
}

.spinner > div {
  background-color: #fff;
  height: 100%;
  width: 6px;
  display: inline-block;
  
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.auth-btn.company-btn{
    background:#d8a63c;
}

.home_title, .home_content h4 {
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}

/* Desktop typewriter effect */
@media (min-width: 769px) {
  .home_title {
    white-space: nowrap;
    border-right: .15em solid white;
    width: 0;
    animation: typing-title 3.5s steps(40, end) forwards,
               blink-caret .75s step-end 8 forwards;
  }

  .home_content h4 {
    white-space: nowrap;
    border-right: .15em solid white;
    width: 0;
    animation: typing-subtitle 4s steps(50, end) 3.5s forwards,
               blink-caret .75s step-end 8 3.5s forwards;
  }

  @keyframes typing-title {
    from { width: 0 }
    to { width: 100% }
  }
  
  @keyframes typing-subtitle {
    from { width: 0 }
    to { width: 100% }
  }
  
  @keyframes blink-caret {
    from, to { border-color: transparent }
    50% { border-color: white; }
  }
}

/* Mobile line-by-line reveal animation */
@media (max-width: 768px) {
  .home_title {
    white-space: normal;
    border-right: none;
    clip-path: inset(0 100% 0 0);
    animation: reveal-text 2s cubic-bezier(0.77, 0, 0.18, 1) forwards;
  }

  .home_content h4 {
    white-space: normal;
    border-right: none;
    clip-path: inset(0 100% 0 0);
    animation: reveal-text 2s cubic-bezier(0.77, 0, 0.18, 1) 1.5s forwards;
  }

  @keyframes reveal-text {
    from { clip-path: inset(0 100% 0 0); }
    to { clip-path: inset(0 0 0 0); }
  }
}

/* Button animation for all devices */
.home_button {
  opacity: 0;
  animation: fadeIn 1s ease 3s forwards;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

@-webkit-keyframes stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}