.demo-request a:hover {
	background: #aa131a !important;
}

.navbar .login {
	background: #d71821;
	padding: 8px 20px;
	margin-left: 30px;
	border-radius: 4px;
	color: #fff;
}

.login:hover {
	background: #aa131a;
}

.login:before {
	content: "";
	position: absolute;
	width: 0;
	height: 2px;
	bottom: 3px;
	left: 30px;
	background-color: transparent !important;
	visibility: hidden;
	width: 0;
	transition: all 0.3s ease-in-out 0s;
}

body {
	font-family: "Open Sans", sans-serif;
	color: #444;
}

a {
	color: #d71821;
	text-decoration: none;
}

a:hover {
	color: #aa131a;
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Montserrat, sans-serif;
}

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	overflow: hidden;
	background: #fff;
}

#preloader:before {
	content: "";
	position: fixed;
	top: calc(50% - 30px);
	left: calc(50% - 30px);
	border: 6px solid #d71821;
	border-top-color: #d2f9eb;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	-webkit-animation: animate-preloader 1s linear infinite;
	animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
	0% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(360deg);
	}
}

@keyframes animate-preloader {
	0% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(360deg);
	}
}

.back-to-top {
	position: fixed;
	visibility: hidden;
	opacity: 0;
	right: 15px;
	bottom: 15px;
	z-index: 996;
	background: #d71821;
	width: 40px;
	height: 40px;
	border-radius: 50px;
	transition: all 0.4s;
}

.back-to-top i {
	font-size: 28px;
	color: #fff;
	line-height: 0;
}

.back-to-top:hover {
	background: #aa131a;
	color: #fff;
}

.back-to-top.active {
	visibility: visible;
	opacity: 1;
}

@media screen and (max-width: 768px) {
	[data-aos-delay] {
		transition-delay: 0 !important;
	}
}

#header {
	height: 80px;
	transition: all 0.5s;
	z-index: 997;
	transition: all 0.5s;
	background: rgba(1, 4, 136, 0.9);
}

#header.header-transparent {
	background: 0 0;
}

#header .logo h1 {
	font-size: 28px;
	margin: 0;
	padding: 0;
	line-height: 1;
	font-weight: 700;
}

#header .logo h1 a,
#header .logo h1 a:hover {
	color: #fff;
	text-decoration: none;
}

#header .logo img {
	padding: 0;
	margin: 0;
	max-height: 40px;
}

.navbar {
	padding: 0;
}

.navbar ul {
	margin: 0;
	padding: 0;
	display: flex;
	list-style: none;
	align-items: center;
}

.navbar li {
	position: relative;
}

.navbar a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0 10px 30px;
	font-size: 15px;
	font-weight: 500;
	font-family: Poppins, sans-serif;
	color: rgba(255, 255, 255, 0.7);
	white-space: nowrap;
	transition: 0.3s;
}

.navbar a i {
	font-size: 12px;
	line-height: 0;
	margin-left: 5px;
}

.navbar > ul > li > a:before {
	content: "";
	position: absolute;
	width: 0;
	height: 2px;
	bottom: 3px;
	left: 30px;
	background-color: #d71821;
	visibility: hidden;
	width: 0;
	transition: all 0.3s ease-in-out 0s;
}

.navbar .active:before,
.navbar a:hover:before,
.navbar li:hover > a:before {
	visibility: visible;
	width: 25px;
}

.navbar .active,
.navbar a:hover,
.navbar li:hover > a {
	color: #fff;
}

.mobile-nav-toggle {
	color: #fff;
	font-size: 28px;
	cursor: pointer;
	display: none;
	line-height: 0;
	transition: 0.5s;
}

@media (max-width: 991px) {
	.mobile-nav-toggle {
		display: block;
	}
	.navbar ul {
		display: none;
	}
}

.navbar-mobile {
	position: fixed;
	overflow: hidden;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(1, 3, 91, 0.9);
	transition: 0.3s;
	z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
	position: absolute;
	top: 15px;
	right: 15px;
}

.navbar-mobile ul {
	display: block;
	position: absolute;
	top: 55px;
	right: 15px;
	bottom: 15px;
	left: 15px;
	padding: 10px 0;
	border-radius: 8px;
	background-color: #fff;
	overflow-y: auto;
	transition: 0.3s;
}

.navbar-mobile > ul > li > a:before {
	left: 20px;
}

.navbar-mobile a {
	padding: 10px 20px;
	font-size: 15px;
	color: #0205a1;
}

.navbar-mobile .active,
.navbar-mobile a:hover,
.navbar-mobile li:hover > a {
	color: #d71821;
}

#hero {
	width: 100%;
	background: url(../img/hero-bg.jpg);
	position: relative;
	padding: 120px 0 0 0;
}

#hero:before {
	content: "";
	background-image: linear-gradient(
		180deg,
		rgba(244, 93, 31, 0.9),
		rgba(215, 24, 33, 0.9)
	);
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
}

#hero h1 {
	margin: 0 0 20px 0;
	font-size: 48px;
	font-weight: 700;
	line-height: 56px;
	color: rgba(255, 255, 255, 0.8);
}

#hero h1 span {
	color: #fff;
	border-bottom: 4px solid #d71821;
}

#hero h2 {
	color: rgba(255, 255, 255, 0.8);
	margin-bottom: 40px;
	font-size: 24px;
}

#hero .btn-get-started {
	font-family: Montserrat, sans-serif;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 10px 30px;
	border-radius: 50px;
	transition: 0.5s;
	color: #fff;
	background: #d71821;
}

#hero .btn-get-started:hover {
	background: #aa131a;
}

#hero .animated {
	animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media (min-width: 1024px) {
	#hero {
		background-attachment: fixed;
	}
}

@media (max-width: 991px) {
	#hero {
		padding-top: 80px;
	}
	#hero .animated {
		-webkit-animation: none;
		animation: none;
	}
	#hero .hero-img {
		text-align: center;
	}
	#hero .hero-img img {
		max-width: 50%;
	}
	#hero h1 {
		font-size: 28px;
		line-height: 32px;
		margin-bottom: 10px;
	}
	#hero h2 {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 30px;
	}
}

@media (max-width: 575px) {
	#hero .hero-img img {
		width: 80%;
	}
}

@-webkit-keyframes up-down {
	0% {
		transform: translateY(10px);
	}
	100% {
		transform: translateY(-10px);
	}
}

@keyframes up-down {
	0% {
		transform: translateY(10px);
	}
	100% {
		transform: translateY(-10px);
	}
}

.hero-waves {
	display: block;
	margin-top: 60px;
	width: 100%;
	height: 60px;
	z-index: 5;
	position: relative;
}

.wave1 use {
	-webkit-animation: move-forever1 10s linear infinite;
	animation: move-forever1 10s linear infinite;
	-webkit-animation-delay: -2s;
	animation-delay: -2s;
}

.wave2 use {
	-webkit-animation: move-forever2 8s linear infinite;
	animation: move-forever2 8s linear infinite;
	-webkit-animation-delay: -2s;
	animation-delay: -2s;
}

.wave3 use {
	-webkit-animation: move-forever3 6s linear infinite;
	animation: move-forever3 6s linear infinite;
	-webkit-animation-delay: -2s;
	animation-delay: -2s;
}

@-webkit-keyframes move-forever1 {
	0% {
		transform: translate(85px, 0);
	}
	100% {
		transform: translate(-90px, 0);
	}
}

@keyframes move-forever1 {
	0% {
		transform: translate(85px, 0);
	}
	100% {
		transform: translate(-90px, 0);
	}
}

@-webkit-keyframes move-forever2 {
	0% {
		transform: translate(-90px, 0);
	}
	100% {
		transform: translate(85px, 0);
	}
}

@keyframes move-forever2 {
	0% {
		transform: translate(-90px, 0);
	}
	100% {
		transform: translate(85px, 0);
	}
}

@-webkit-keyframes move-forever3 {
	0% {
		transform: translate(-90px, 0);
	}
	100% {
		transform: translate(85px, 0);
	}
}

@keyframes move-forever3 {
	0% {
		transform: translate(-90px, 0);
	}
	100% {
		transform: translate(85px, 0);
	}
}

section {
	padding: 60px 0;
	overflow: hidden;
}

.section-title {
	padding-bottom: 40px;
}

.section-title h2 {
	font-size: 14px;
	font-weight: 500;
	padding: 0;
	line-height: 1px;
	margin: 0 0 5px 0;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #aaa;
	font-family: Poppins, sans-serif;
}

.section-title h2::after {
	content: "";
	width: 120px;
	height: 1px;
	display: inline-block;
	background: #d71821;
	margin: 4px 10px;
}

.section-title p {
	margin: 0;
	margin: 0;
	font-size: 36px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: Poppins, sans-serif;
	color: #f45d1f;
}

.about {
	padding: 40px 0 0 0;
}

.about .icon-boxes h3 {
	font-size: 28px;
	font-weight: 700;
	color: #f45d1f;
	margin-bottom: 15px;
}

.about .icon-box {
	margin-top: 40px;
}

.about .icon-box .icon {
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	border: 2px solid #d71821;
	border-radius: 50px;
	transition: 0.5s;
}

.about .icon-box .icon i {
	color: #f45d1f;
	font-size: 32px;
}

.about .icon-box:hover .icon {
	background: #d71821;
	border-color: #d71821;
}

.about .icon-box:hover .icon i {
	color: #fff;
}

.about .icon-box .title {
	margin-left: 85px;
	font-weight: 700;
	margin-bottom: 10px;
	font-size: 18px;
}

.about .icon-box .title a {
	color: #343a40;
	transition: 0.3s;
}

.about .icon-box .title a:hover {
	color: #d71821;
}

.about .icon-box .description {
	margin-left: 85px;
	line-height: 24px;
	font-size: 14px;
}

.about .video-box {
	background: url(../img/form-svg.png) center center no-repeat;
	background-size: contain;
	min-height: 300px;
}

@-webkit-keyframes pulsate-btn {
	0% {
		transform: scale(0.6, 0.6);
		opacity: 1;
	}
	100% {
		transform: scale(1, 1);
		opacity: 0;
	}
}

@keyframes pulsate-btn {
	0% {
		transform: scale(0.6, 0.6);
		opacity: 1;
	}
	100% {
		transform: scale(1, 1);
		opacity: 0;
	}
}

.features .icon-box {
	display: flex;
	align-items: center;
	padding: 20px;
	background: #f5f5ff;
	transition: ease-in-out 0.3s;
}

.features .icon-box i {
	font-size: 32px;
	padding-right: 10px;
	line-height: 1;
}

.features .icon-box h3 {
	font-weight: 700;
	margin: 0;
	padding: 0;
	line-height: 1;
	font-size: 16px;
}

.features .icon-box h3 a {
	color: #f45d1f;
	transition: ease-in-out 0.3s;
}

.features .icon-box h3 a:hover {
	color: #d71821;
}

.features .icon-box:hover {
	background: #ebebff;
}

.details .content + .content {
	margin-top: 100px;
}

.details .content h3 {
	font-weight: 700;
	font-size: 28px;
	color: #f45d1f;
}

.details .content ul {
	list-style: none;
	padding: 0;
}

.details .content ul li {
	padding-bottom: 10px;
}

.details .content ul i {
	font-size: 20px;
	padding-right: 4px;
	color: #d71821;
}

.details .content p:last-child {
	margin-bottom: 0;
}

.contact .info {
	width: 100%;
	background: #fff;
}

.contact .info i {
	font-size: 20px;
	color: #f45d1f;
	float: left;
	width: 44px;
	height: 44px;
	background: #f0f0ff;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
	transition: all 0.3s ease-in-out;
}

.contact .info h4 {
	padding: 0 0 0 60px;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 5px;
	color: #f45d1f;
}

.contact .info p {
	padding: 0 0 0 60px;
	margin-bottom: 0;
	font-size: 14px;
	color: #6c757d !important;
}

.contact .info .email,
.contact .info .phone {
	margin-top: 40px;
}

.contact .info .address:hover i,
.contact .info .email:hover i,
.contact .info .phone:hover i {
	background: #d71821;
	color: #fff;
}

.contact .php-email-form {
	width: 100%;
	background: #fff;
}

.demo-request a {
	background: #d71821;
	border: 0;
	padding: 10px 30px;
	color: #fff;
	transition: 0.4s;
	border-radius: 50px;
}

.demo-request {
	margin-top: 40px;
}

@-webkit-keyframes animate-loading {
	0% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(360deg);
	}
}

@keyframes animate-loading {
	0% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(360deg);
	}
}

#footer {
	background: #ed3c0d;
	padding: 0 0 30px 0;
	color: #fff;
	font-size: 14px;
}

#footer .footer-top {
	padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
	margin-bottom: 15px;
	background: rgba(244, 93, 31, 0.9);
	color: #fff;
	border-top: 4px solid #d71821;
	text-align: center;
	padding: 30px 20px;
}

#footer .footer-top .footer-info h3 {
	font-size: 24px;
	margin: 0 0 20px 0;
	padding: 2px 0 2px 0;
	line-height: 1;
	font-weight: 700;
}

#footer .footer-top .footer-info p {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 0;
	font-family: Montserrat, sans-serif;
}

#footer .footer-top .social-links a {
	font-size: 18px;
	display: inline-block;
	color: #fff;
	line-height: 1;
	padding: 8px 0;
	margin-right: 4px;
	border-radius: 50%;
	text-align: center;
	width: 36px;
	height: 36px;
	transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
	background: #d71821;
	color: #fff;
	text-decoration: none;
}

#footer .footer-top h4 {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	position: relative;
	padding-bottom: 12px;
}

#footer .footer-top .footer-links {
	margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#footer .footer-top .footer-links ul i {
	padding-right: 2px;
	color: #61ebba;
	font-size: 18px;
	line-height: 1;
}

#footer .footer-top .footer-links ul li {
	padding: 10px 0;
	display: flex;
	align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
	padding-top: 0;
}

#footer .footer-top .footer-links ul a {
	color: #fff;
	transition: 0.3s;
	display: inline-block;
	line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
	color: #aa131a;
}

#footer .copyright {
	border-top: 1px solid #d71821;
	text-align: center;
	padding-top: 30px;
}

#footer .credits {
	padding-top: 10px;
	text-align: center;
	font-size: 13px;
	color: #fff;
}

@media (max-width: 575px) {
	#footer .footer-top .footer-info {
		margin: -20px 0 30px 0;
	}
}

#header.header-scrolled {
	background: rgba(244, 93, 31, 0.9);
	height: 60px;
}
