.header .logo img {
	max-height: 60px;
	margin-right: 6px;
}
.hero {
	background: url("../img/hero-bg.jpg");
	width: 100%;
	background-size: cover;
	position: relative;
	height: 110vh;
	padding: 160px 0 60px 0;	
}
.hero-form {
	float: right;
	width: 100%;
	display: flex;
	align-items: flex-end;
	justify-content: end;
}
.book-demo {
	background: #ffffffe5;
	max-width: 380px;
	padding: 30px 40px;
	box-shadow: 0 0 20px #000;
	width: 100%;
	text-align: left;
}
.book-demo .btn.btn-primary {
	background: #ff5c01;
	border-color: #ff5c01;
	border-radius: 25px;
	width: 100%;
	text-align: center;
	margin: 15px 0 0;
}
.book-demo h3 {
	font-size: 22px;
	border-bottom: 2px dashed #ff5c01;
	padding: 0 0 8px;
	margin: 0 0 20px;
}
.hero h2, .hero p, .hero .btn-watch-video{
	color: #fff;
}
.hero h2 {
	font-size: 38px;
	font-family: var(--font-default);
}
.section-header p {
	margin: 0;
	font-size: 30px;
	font-weight: 600;
	font-family: var(--font-default);
}
.why-us .why-box {
	box-shadow: 0 0 20px #0000004d;
}
.about .about-img {
	min-height: 500px;
	background-size: contain;
	background-repeat: no-repeat;
}
.about .call-us {
	background: linear-gradient(to right, #FF5C01, #FD8E4E);
}
.about .call-us p {
	color: #fff !important;
}
.call-us.position-absolute span.telephoneDemo {
	color: #fff !important;
	font-size: 28px;
  	font-weight: 700;
}
.features-Pos i {
	color: var(--color-primary);
	margin-bottom: 30px;
	font-size: 32px;
	margin-bottom: 30px;
	background: rgba(206, 18, 18, 0.1);
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	margin-left: auto;
	margin-right: auto;
}
.features-Pos h3 {
	font-size: 20px;
}
.features-Pos {
	margin: 10px 0 45px;
	text-align: center;
}
.error {
	font-size: 13px;
	color: red;
}
.redastrik {
	margin-left: 5px;
	color: red;
}
.contact .php-email-form button[type="submit"]:hover {
	background: #ff7f00;
}
.scroll-top:hover {
	background: #ff7f00;
	color: #fff;
}
.contact .php-email-form input {
	height: 40px;
}
.form-control {
	min-height: 40px;
	border-radius: 0;
}
.form-control:focus {
	box-shadow: none;
}
.addtopborder {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	font-size: 12px;
}
.footer .copyright {
	text-align: left;
	border: none;
	padding: 0;
}
.footer {
	font-size: 14px;
	background-color: #1f1f24;
	padding: 50px 0 0;
	color: rgba(255, 255, 255, 0.7);
}
.priacy-links {
	display: flex;
	flex-direction: row;
	gap: 15px;
	align-content: center;
	justify-content: center;
	width: 100%;
}
.priacy-links a {
	color: rgba(255, 255, 255, 0.7);
}
.priacy-links a:hover {
	color: #ff5c01;
}
.downloadapp {
	text-align: right;
	width: 100%;
}
.downloadapp img {
	width: 120px;
}
.footer-bottom {
	padding: 15px 0;
	display: flex;
	align-items: center;
}
.header {

	box-shadow: 0 0 10px #ccc;
}
#privacy-policy .section-header {
	padding-top: 30px;
}
.privacy-content h4 {
	font-size: 18px;
	font-weight: 600;
}
@media only screen and (max-width:992px){
    .footer-bottom {
	padding: 15px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.downloadapp {
	text-align: center;
	width: 100%;
}
}
@media (max-width: 575px) {
.header .logo img {
	max-height: 60px;
}
}