@import url("bootstrap.min.css");
@import url("font-awesome.min.css");
@import url("swiper.css");
@import url("style.css");
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;800&display=swap');

/* Theme 510 migration pages */
.navigation .navbar-nav .nav-item.theme510-auth-link,
.navfix .navbar-nav .nav-item.theme510-auth-link {
	margin-left: 8px;
}

.navigation .navbar-nav .nav-item.theme510-auth-link .nav-link,
.navfix .navbar-nav .nav-item.theme510-auth-link .nav-link {
	display: inline-block;
	min-width: 54px;
	padding: 8px 13px;
	border: 1px solid #6bb02e;
	background: #6bb02e;
	color: #fff !important;
	line-height: 20px;
	text-align: center;
	white-space: nowrap;
}

.navigation .navbar-nav .nav-item.theme510-register-link .nav-link,
.navfix .navbar-nav .nav-item.theme510-register-link .nav-link {
	background: #222;
	border-color: #222;
}

.theme510-soft {
	background: #f5f8f1;
}

.theme510-dark-panel {
	min-height: 100%;
	padding: 42px 38px;
	background: #1f3320;
	color: #fff;
	box-shadow: rgba(0, 0, 0, 0.12) 0 12px 30px;
}

.theme510-dark-panel span {
	display: block;
	margin-bottom: 10px;
	color: #b7dd80;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.theme510-dark-panel h2,
.theme510-dark-panel p,
.theme510-dark-panel li {
	color: #fff;
}

.theme510-dark-panel h2 {
	font-size: 34px;
	line-height: 1.3;
	margin-bottom: 18px;
}

.theme510-dark-panel ul {
	margin: 20px 0 0;
	padding-left: 18px;
}

.theme510-dark-panel li {
	margin-bottom: 9px;
}

.theme510-form-card {
	background: #fff;
	padding: 42px 38px;
	box-shadow: rgba(0, 0, 0, 0.1) 0 10px 28px;
}

.theme510-form-card h3,
.theme510-form-card p,
.theme510-form-card label {
	color: #222;
}

.theme510-form-card .form-control {
	background: #fff;
	border: 1px solid #d8d8d8;
	color: #222;
}

.theme510-form-card .form-control::-webkit-input-placeholder {
	color: #707070;
}

.theme510-form-card .form-control:-ms-input-placeholder {
	color: #707070;
}

.theme510-actions {
	font-size: 0;
	margin-top: 10px;
}

.theme510-actions .btn,
.theme510-actions a.btn {
	display: inline-block;
	height: 50px;
	min-width: 128px;
	line-height: 50px;
	margin: 0 10px 10px 0;
	padding: 0 22px;
	border: 0;
	font-size: 15px;
	vertical-align: top;
	text-align: center;
	white-space: nowrap;
}

.theme510-actions .theme510-btn-dark,
.theme510-btn-dark {
	background: #222 !important;
	color: #fff !important;
}

.theme510-card {
	min-height: 100%;
	margin-bottom: 30px;
	padding: 30px 24px;
	background: #fff;
	box-shadow: rgba(0, 0, 0, 0.08) 0 10px 24px;
}

.theme510-card h4,
.theme510-step h4,
.theme510-timeline h4 {
	color: #222;
}

.theme510-card p,
.theme510-step p,
.theme510-timeline p {
	color: #585858;
}

.theme510-card a {
	color: #6bb02e;
	font-weight: 700;
}

.theme510-step {
	min-height: 100%;
	margin-bottom: 30px;
	padding: 30px 24px;
	background: #fff;
	border-bottom: 6px solid #6bb02e;
	box-shadow: rgba(0, 0, 0, 0.08) 0 10px 24px;
}

.theme510-step b,
.theme510-timeline b {
	display: inline-block;
	width: 44px;
	height: 44px;
	line-height: 44px;
	margin-bottom: 16px;
	background: #6bb02e;
	color: #fff;
	text-align: center;
}

.theme510-image-card {
	padding: 14px;
	background: #fff;
	box-shadow: rgba(0, 0, 0, 0.1) 0 10px 26px;
}

.theme510-image-card img {
	display: block;
	width: 100%;
	height: auto;
}

.theme510-list p {
	margin-bottom: 8px;
	color: #222;
	font-weight: 600;
}

.theme510-timeline {
	display: table;
	width: 100%;
	table-layout: fixed;
	box-shadow: rgba(0, 0, 0, 0.08) 0 10px 24px;
}

.theme510-timeline > div {
	display: table-cell;
	padding: 30px 24px;
	border-right: 1px solid #dce9d1;
	background: #fff;
	vertical-align: top;
}

.theme510-timeline > div:last-child {
	border-right: 0;
}

.theme510-breadcrumb .crumb-name {
	font-size: 42px;
	line-height: 1.25;
}

.theme510-news-title {
	color: #222;
	font-size: 34px;
	line-height: 1.35;
	margin-bottom: 18px;
}

.theme510-crumb-heading {
	color: #fff;
	font-size: 42px;
	line-height: 1.25;
}

.serv-box-wrap .serv-img img,
.blog-img img,
.post-img img,
.theme510-blog-thumb img {
	width: 100%;
	max-height: 260px;
	object-fit: cover;
}

@media (max-width: 1199px) {
	.navigation .navbar-nav .nav-link,
	.navfix .navbar-nav .nav-link {
		font-size: 13px;
	}
	.navigation .navbar-nav .nav-item.theme510-auth-link .nav-link,
	.navfix .navbar-nav .nav-item.theme510-auth-link .nav-link {
		min-width: 48px;
		padding-left: 9px;
		padding-right: 9px;
	}
}

@media (max-width: 991px) {
	.theme510-dark-panel,
	.theme510-form-card {
		margin-bottom: 30px;
		padding: 30px 24px;
	}
	.theme510-timeline,
	.theme510-timeline > div {
		display: block;
		width: 100%;
	}
	.theme510-timeline > div {
		border-right: 0;
		border-bottom: 1px solid #dce9d1;
	}
}

@media (max-width: 767px) {
	.theme510-breadcrumb .crumb-name,
	.theme510-crumb-heading,
	.theme510-news-title {
		font-size: 28px;
	}
	.theme510-dark-panel h2 {
		font-size: 27px;
	}
	.theme510-actions .btn,
	.theme510-actions a.btn {
		display: block;
		width: 100%;
		margin-right: 0;
	}
}
