body {
	margin: 0;
	font-family: 'Libre Franklin', sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background: #fefeff;
}

.text-white {
	color: #fff;
}

.green {
	color: #00c06d;
}

.font15 {
	font-size: 15px;
}

.font18 {
	font-size: 18px;
}

.font20 {
	font-size: 20px;
}

.font22 {
	font-size: 22px;
}

.font24 {
	font-size: 24px;
}

.font30 {
	font-size: 30px;
}

.font40 {
	font-size: 40px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #021420;
	font-family: 'Libre Franklin', sans-serif;
}

.l-h {
	line-height: 30px;
}

.lists ul {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	line-height: 25px;
	font-size: 15px;
}

.lists ul li {
	color: #fff;
}

.lists ul li a {
	color: #fff;
}

.lists ul li:hover {
	color: #8c9eb3;
}

.lists ul li a:hover {
	color: #8c9eb3;
	text-decoration: none;
}

p {
	font-size: 15px;
	color: #210111;
	line-height: 25px;
}

a:hover {
	text-decoration: none;
}

.success {
	color: #2dbd2d;
}

.error {
	color: #d71700;
}

header {
	background: #1f2935;
}

.navbar {
	padding: 0px;
}

.navbar-toggler {
	padding: 0px;
}

.navbar-light .navbar-nav .nav-link {
	color: #8c9eb3;
	font-weight: 500;
	font-family: 'Libre Franklin', sans-serif;
	font-size: 15px;
}

.navbar-light .navbar-nav .nav-link {
	color: #8c9eb3;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
	color: #00c06d;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
	color: #00c06d;
}

.navbar-light .navbar-toggler {
	border-color: rgb(31 41 53);
}

.navbar-toggler {
	font-size: 1.6rem;
}

button:focus {
	outline: 0px dotted;
	outline: 0px auto -webkit-focus-ring-color;
}

.navbar-light .navbar-toggler-icon {
	background-image: url("../img/menu-bar.png");
}

.modal-backdrop.show {
	opacity: .7;
}

.green-btns {
	color: #fff;
	background-color: #00c06d;
	font-size: 15px;
	font-weight: 600;
	padding: 8px 20px;
	border-color: #00c06d;
	border-radius: 5px;
}

.btn.focus,
.btn:focus {
	outline: 0;
	box-shadow: none;
}

@media (min-width: 992px) {
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 1.7rem;
		padding-left: 1.7rem;
	}
}

@media (max-width: 768px) {
	.container {
		max-width: 100%;
	}

	.xs-hide {
		display: none !important;
	}
}

@media (max-width: 576px) {
	.container {
		max-width: 100%;
	}
}

@media (max-width: 992px) {
	.container {
		max-width: 100%;
	}
}

.banner-bg {
	background-image: url("../img/banner-bg.jpg");
	background-size: cover;
}

.rd-circle {
	background: rgb(0 0 0 / 68%);
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px !important;
	border: 1px solid #384152;
	border-radius: 60px;
}

.pr-features {
	background-image: url("../img/pr-features-bg.jpg");
	background-size: cover;
}

.pr-features i {
	background: #fefeff;
	padding: 15px;
	font-size: 25px;
	border-radius: 5px;
	color: #00c06d;
}

.f-b {
	background: #fff;
	box-shadow: 0px 0px 15px rgb(24 128 83 / 5%);
	border-radius: 10px;
}

.shadow {
	box-shadow: 0px 0px 15px rgb(24 128 83 / 5%) !important;
}

.collapsible-link::before {
	content: '';
	width: 14px;
	height: 3px;
	background: #020321;
	position: absolute;
	top: calc(50% - 1px);
	right: 1rem;
	display: block;
	transition: all 0.3s;
}

.collapsible-link::after {
	content: '';
	width: 3px;
	height: 14px;
	background: #020321;
	position: absolute;
	top: calc(50% - 7px);
	right: calc(1rem + 6px);
	display: block;
	transition: all 0.3s;
}

.collapsible-link[aria-expanded='true']::after {
	transform: rotate(90deg) translateX(-1px);
	background: #00c06d;
}

.collapsible-link[aria-expanded='true']::before {
	transform: rotate(180deg);
	background: #00c06d;
}

.card-header a {
	color: #020320;
}

footer {
	background: #1f2935;
}

.f-heads h4 {
	color: #fff;
}

.f-heads p {
	color: #fff;
}

.form-control {
	border-radius: 5px;
	color: #8c9eb3;
	background: #f7f8f8;
	border: 1px solid #e2e8e8;
	font-size: 15px;
}

.form-group {
	margin-bottom: .5rem;
}

.social-icon .fab {
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	width: 30px;
	height: 30px !important;
	line-height: 1;
	font-size: 14px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	color: #fff;
	border-radius: 3px;
	background: none;
}

.social-icon:hover .fab {
	opacity: .8;
}

.social-icon .fa-facebook-f {
	background-color: #3b5998;
}

.social-icon-large:hover .fa-facebook-f {
	background-color: #3b5998;
}

.social-icon .fa-twitter {
	background-color: #00aced;
}

.social-icon-large:hover .fa-twitter {
	background-color: #00aced;
}

.loginform input {
	width: 140px !important;
	background: #0e141c;
	border: solid 1px #364961;
	height: 40px;
	font-size: 15px;
}

@media (max-width: 768px) {
	.mobilemnu {
		float: none;
		display: block;
		width: 100%;
		text-align-last: center;
	}

	.loginform form {
		display: -webkit-inline-box;
		text-align: center;
		position: relative;
	}

	.loginform input {
		width: 100px !important;
		margin-left: 0px !important;
	}

	.loginform button {
		margin-left: 0px !important;
	}
}

@media (min-width: 992px) {
	.navbar-expand-lg .navbar-toggler {
		display: none;
	}
}

@media (min-width: 991px) and (max-width: 1200px) {

	.loginform input {
		width: 90px !important;
	}
}

.form-bg {
	background: #fff;
	border-radius: 10px;
	box-shadow: 0px 0px 20px #00050c;
}

.form-bg input {
	line-height: 27px;
}

html {
	scroll-behavior: smooth;
}