@import 'common.css';

main{
	margin-top: 75px;
}

header {
	background: #fff;
	position: absolute;
	top: 0;
	z-index: 999;
	width: 100%;
}

.head-social {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;
	text-align: center;
	gap: 8px;
	padding: 5px 0px;
}

.head-social a {
	display: flex;
	justify-content: center;
	align-items: center;
	background: var(--black-color);
	color: var(--white-color);
	transition: var(--transition-05s);
	width: 24px;
	height: 24px;
	font-size: 13px;
}

.head-social a:hover,
.head-social a:focus {
	background: var(--main-color);
	color: var(--white-color);
}

.hec-list {
	font-family: var(--poppins-font);
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 30px;
}

.hec-list li {
	position: relative;
	padding: 8px 0px;
}

.hec-list li:first-child:after {
	width: 0px;
}

.hec-list li::after {
	content: '';
	position: absolute;
	width: 0.8px;
	height: 100%;
	top: 0px;
	left: -15px;
	background: rgba(255, 255, 255, 0.1);
}

.hec-list a {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	color: var(--white-color);
	font-size: 13px;
}

.hec-list a i {
	color: var(--main-color);
	font-size: 11px;
}

.navbar {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	top: 0;
	z-index: 9999;
	width: 100%;
	box-shadow: 0 0px 8px 0 rgb(0 0 0 / 0%), 0 8px 26px 0 rgb(101 101 101 / 19%);
	background-color: #ffffff24;
}

.navbar.header-fixed {
	position: fixed;
	background: rgba(255, 255, 255, 0.829);
	border: none;
	animation: slideDown 0.35s ease-out;
	backdrop-filter: blur(5px);
}

@keyframes slideDown {
	from {
		transform: translateY(-100%);
	}

	to {
		transform: translateY(0);
	}
}

.navbar-brand {
	width: 113px;
	height: 73px;
	margin-right: 5%;
	position: relative;
}

.navbar-brand img {
	object-fit: contain;
}

.navbar-toggler {
    padding: 10px;
    border: none;
background-color: #03289b75 !important;
}

.navbar-toggler .navbar-toggler-icon {
	background: var(--white-color);
	width: 1.5em;
	height: 2px;
	position: relative;
	display: block;
}

.navbar-toggler-icon.bar-2 {
	margin: 5px 0px;
}

.navbar .navbar-nav .nav-item .nav-link {
	color: var(--main-color);
	transition: var(--transition-05s);
	font-weight: 500;
	padding: 22px 10px;
	margin-right: 15px;
	font-size: 16px;
	position: relative;
}

.navbar .navbar-nav .nav-item .nav-link.active,
.navbar .navbar-nav .nav-item .nav-link:hover,
.navbar .navbar-nav .nav-item .nav-link:focus,
.navbar .navbar-nav .nav-item .nav-link[aria-current="page"] {
	color: var(--main-color);
}

.navbar.header-fixed .navbar-nav .nav-item .nav-link::after {
	bottom: 0px;
}

.head-btns button.btn.common-btn.head-rq-btn {
	border-radius: 10px;
}

.dropdown-menu {
	padding: 0px;
	border: 0;
	border-radius: 0;
	margin: 0 !important;
	transition: var(--transition-05s);
}

.banner-section {
	padding: 0px;
	overflow: hidden;
	--banner-hvh: 50vh;
	--banner-hhp: 100%;
	min-height: var(--banner-hvh);
	height: var(--banner-hhp);
	position: relative;
	background: #dbdbdbab;
}

.banner_text{
	background: #dbdbdbab;
    padding: 90px 0px;
	width: 100%;
    height: 100%;
	position: relative;
}

.banner_text_in {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    width: 70%;
}

.banner-BgImg::after {
	content: '';
	position: absolute;
	inset: 0px;
	display: inline-block;
	width: 100%;
	height: 100%;
	opacity: 0.7;
	background: #00000052;
}

.banner-SubTitle,
.banner-box>span {
	color: var(--main-color);
	font-weight: 400;
	position: relative;
	margin-bottom: 10px;
	text-transform: capitalize;
	font-size: 35px;
}

.banner-title,
.banner-box h1 {
	padding: 0 0px 16px 0px;
	color: var(--main-color);
	font-weight: 700;
	position: relative;
	margin-bottom: 10px;
	text-transform: capitalize;
	font-size: 79px;
}

.banner-BgImg>* {
	width: 100%;
	height: 100vh;
    object-fit: cover;
}

.banner_video video {
    width: 100%;
	height: 100vh;
    object-fit: cover;
	margin-bottom: -6px;
}


.baa-bg-box,
.ap-bg-box {
	right: 0;
}

.baa-bg-box {
	margin-left: -62px;
}

.baa-bg-box,
.ab-bg-box,
.ap-bg-box {
	position: absolute;
	width: 60%;
	height: 100%;
	top: 0;
	overflow: hidden;
}

.banner-title .subbanner {
	display: block;
}

.years-title-box>* button.btn.common-btn {
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
}

.large h1 {
	font-size: 56px;
	font-weight: 700;
	color: var(--main-color);
}

.location-form {
	position: relative;
	margin-top: 30px;
}

.location-form .input-group input {
	background: #ffffff;
}

.location-form .form-control,
.location-form .form-control:hover,
.location-form .form-control:focus {
	border-radius: 50px;
	padding-left: 40px;
	border-color: var(--white-color);
	min-height: 60px;
}

.select-box,
.form-control,
.select-box:hover,
.form-control:hover,
.select-box:focus,
.form-control:focus {
	position: relative;
	background: var(--white-color);
	color: var(--black-color);
	border: 1px solid var(--black-color);
	border-radius: 0px;
}

.select-box,
.form-control {
	position: relative;
	background: var(--white-color);
	color: var(--black-color);
}

.form-control,
.form-select {
	padding: 10px 15px;
	font-size: 14px;
	min-height: 40px;
	border: none;
}

.years-section {
	padding: 50px 0px;
}

.common-box {
	margin-bottom: 30px;
}

.years-title-box .common-title,
.years-title-box.common-box h2 {
	color: var(--main-color);
	font-size: 45px;
}

.years-title-box .common-title span,
.years-title-box.common-box h2 span {
	color: var(--white-color);
}

.years-section::after {
	content: '';
	position: absolute;
	inset: 0px;
	display: inline-block;
	width: 100%;
	height: 100%;
	opacity: 1;
	background: #6f6a6ac9;
}

.services-section {
	padding: 40px 0px 40px;
	background-color: #e7e7e7;
}

.services-section .common-box .common-title,
.work-section .common-box {
	color: #1d3f9a;
	font-size: 50px;
	text-align: center;
	margin-bottom: 30px;
}

.video-section {
	background: #0026ff44 no-repeat center center / cover;
	padding: 110px 0px;
	height: 463px;
}

.service-box {
	padding: 20px 30px;
	background: rgba(var(--white-color), 1);
	border: 2px solid var(--main-color);
}

.service-box:hover {
	background: var(--main-color);
	border-color: var(--white-color);
	color: var(--white-color);
}

.service-box:hover .service-title {
	color: var(--white-color);
}

.service-img {
	width: 60px;
	height: 60px;
	margin-bottom: 9px;
}

.service-img img {
	object-fit: contain;
	transition: var(--transition-05s);
}

.service-img .hover-block,
.service-box:hover .service-img .hover-none {
	display: none;
}

.service-title {
	font-size: 20px;
	font-weight: 700;
	color: var(--black-color);
}

.service-para {
	font-size: 14px;
	color: #7B7B7B;
	color: rgba(var(--black-color), 0.65);
	display: -webkit-box;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.service-para p:last-child {
	margin-bottom: 0px;
}

.about-section {
	background: #e7e7e7;
	padding: 50px 0px;
}

.join-video-bg::before {
	content: '';
	display: inline-block;
	position: absolute;
	inset: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.473);
}

.about-section .about-inner-section {
	background: var(--white-color);
	margin-top: -237px;
}

.about-inner-box {
	padding: 50px;
}

.about-img {
	width: 100%;
	height: 350px;
	padding-left: 20%;
	margin-bottom: 20%;
	position: relative;
}

.about-img img {
	object-position: right;
}

.about-sub-img {
	position: absolute;
	bottom: -20%;
	left: 0px;
	height: 265px;
	width: 80%;
	border: 6px solid var(--white-color);
}

.count-section {
	display: grid;
	align-items: center;
	justify-content: center;
	position: relative;
	grid-template-columns: repeat(2, 1fr);
	border-bottom: 1px solid #CECECE;
	border-top: 1px solid #CECECE;
	padding: 35px 20px;
	gap: 70px;
}

.count-section::before {
	content: '';
	position: absolute;
	inset: 0px;
	margin: auto;
	height: 100%;
	width: 1px;
	background: #CECECE;
}

.count-section .count-box:first-child {
	text-align: right;
}

.count-title {
	font-weight: 700;
	margin-bottom: 0px;
	font-size: 19px;
	color: #979797;
}

.count-title .count-text {
	color: var(--main-color);
	margin-right: 10px;
	font-size: 30px;
}

.ac-icon2 {
	opacity: 0.25;
	overflow: hidden;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 278px;
	height: 507px;
}

.ac-icon2 .ac-flight-img {
	position: absolute;
	top: 34%;
	left: 60%;
	transform: rotate(324deg);
	animation: ac-flightUp 5s ease-out;
}

.ac-icon {
	opacity: 0.25;
	overflow: hidden;
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 278px;
	height: 507px;
}

.ac-icon .ac-line-img {
	transform: rotate(-40deg);
	position: relative;
	right: -36%;
}

.ac-icon .ac-flight-img {
	position: absolute;
	top: 7%;
	left: 3%;
	transform: rotate(-36deg);
	animation: ac-flightUp 5s ease-out;
}

@keyframes ac-flightUp {
	0% {
		transform: rotate(-36deg) translate(19px, 30px);
	}

	100% {
		transform: rotate(-36deg) translate(0px, 0px);
	}
}

.common-section.features-section {
	background: no-repeat center center / cover;
	padding: 50px 0px;
}

.features-section::before {
	content: '';
	position: absolute;
	inset: 0px;
	display: inline-block;
	width: 100%;
	height: 100%;
	background: var(--white-color);
	opacity: 0.95;
}

.features-box {
	display: block;
	background: var(--transparent-color);
	padding: 20px;
	border: 1px solid var(--main-color);
	transition: var(--transition-05s);
}

.features-box:hover {
	background: var(--white-color);
	border-color: var(--white-color);
	box-shadow: 0px 5px 20px 0px rgb(14 13 14 / 50%);
}

.features-icon {
	--ehw-features-icon: 45px;
	width: var(--ehw-features-icon);
	height: var(--ehw-features-icon);
	margin-bottom: 15px;
}

.features-icon img {
	object-fit: contain;
}

.features-list-title {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	text-overflow: ellipsis;
	overflow: hidden;
	font-weight: 700;
	margin-bottom: 10px;
	font-size: 20px;
}

.features-list-para {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #959595;
	font-size: 14px;
}

.features-list-para p {
	margin-bottom: 10px;
}

.features-list-para p:last-child {
	margin-bottom: 0px;
}

.testimonial-section {
	padding: 50px 0px;
}

.testimonial-section {
	background: var(--white-color) no-repeat center center / cover;
}

.quote-img {
	width: 45px;
	margin: 0 auto 25px;
}

.testimonial-section .testimonial-box {
	text-align: center;
	padding-right: 0;
}

.testimonial-slider {
	width: 74%;
	padding: 0px 8%;
	margin: auto;
}

.test-user-para {
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: calc(var(--spacing) * 2);
	font-size: 14px;
	text-align: center;
	margin-bottom: 30px;
}

.test-user-dtl {
	text-align: center;
}

.test-user-dtl img,
.testimonial-slider .test-user-dtl img {
	--ehw-user-img: 70px;
	width: calc(var(--ehw-user-img));
	height: calc(var(--ehw-user-img));
	border-radius: 50%;
	margin: 0 auto 10px;
}

.test-user-dtl>p,
.test-user-dtl>*:nth-child(2) {
	color: var(--main-color);
	text-transform: uppercase;
	margin-bottom: 0px;
	font-weight: 800;
	font-size: 20px;
	letter-spacing: calc(var(--spacing) * 2);
}

.test-user-dtl>span,
.test-user-dtl>*:last-child {
	color: var(--main-color);
	text-transform: uppercase;
	margin-bottom: 0px;
	font-weight: 500;
	letter-spacing: calc(var(--spacing) * 2);
	font-size: 15px;
}

.testimonial-slider.owl-carousel .owl-nav button.owl-prev,
.testimonial-slider.owl-carousel .owl-nav button.owl-next {
	position: absolute;
	--ehw-nav: 45px;
	--erl: -8%;
	top: 40%;
	line-height: 1;
	font-size: 35px;
	color: var(--main-color);
	width: calc(var(--ehw-nav));
	height: calc(var(--ehw-nav));
}

.testimonial-slider.owl-carousel .owl-nav button.owl-prev {
	left: var(--erl);
}

.testimonial-slider.owl-carousel .owl-nav button.owl-next {
	right: var(--erl);
}

.testimonial-slider.owl-carousel .owl-nav button.owl-prev.disabled,
.testimonial-slider.owl-carousel .owl-nav button.owl-next.disabled {
	opacity: 0.7;
}

.testimonial-slider.owl-carousel .owl-nav button.owl-prev::after,
.testimonial-slider.owl-carousel .owl-nav button.owl-next::after {
	--ehw-nav-after: 26px;
	content: '';
	position: absolute;
	width: calc(var(--ehw-nav-after));
	height: calc(var(--ehw-nav-after));
	border: 1px solid var(--main-color);
	border-radius: 50%;
	top: 20%;
	transition: var(--transition-05s);
}

.testimonial-slider.owl-carousel .owl-nav button.owl-prev:hover::after,
.testimonial-slider.owl-carousel .owl-nav button.owl-next:hover::after {
	--ehw-nav-after: 100%;
	top: 0;
}

.testimonial-slider.owl-carousel .owl-nav button.owl-prev::after {
	left: 0%;
}

.testimonial-slider.owl-carousel .owl-nav button.owl-next::after {
	right: 0%;
}

.footer-section {
	background: no-repeat center center / cover;
	position: relative;
	color: var(--white-color);
}

.footer-section::before {
	content: '';
	position: absolute;
	display: inline-block;
	width: 100%;
	height: 100%;
	background: var(--black-color);
	opacity: 0.85;
}

.inner-footer {
	padding: 50px 0px;
}

.foot-logo {
	margin-bottom: 20px;
}

.foot-para {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 7;
	text-overflow: ellipsis;
	overflow: hidden;
	color: var(--white-color);
	font-size: 14px;
}

.foot-para p {
	margin-bottom: 10px;
}

.foot-para p:last-child {
	margin-bottom: 0px;
}

.foot-title,
.footer-box h5 {
	font-size: 18px;
	font-weight: 600;
	color: var(--white-color);
	margin-bottom: 20px;
}

.foot-list li {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 10px;
}

.foot-list li:last-child,
.contact-list li:last-child {
	margin-bottom: 0;
}

.foot-list li a,
.contact-list li a {
	display: flex;
	align-items: flex-start;
	font-weight: 500;
	color: #B2B2B2;
	transition: var(--transition-05s);
	font-size: 13px;
}

.foot-list li a:hover,
.foot-list li a:focus {
	color: var(--main-color);
}

.footer-box .navbar-brand {
	margin-top: -39px;
	margin-left: -20px;
}

.contact-list li {
	margin-bottom: 15px;
}

.contact-list li a i {
	color: var(--main-color);
	margin-top: 5px;
	margin-right: 8px;
}

.contact-list li a:hover,
.contact-list li a:focus,
.contact-list li a:active {
	color: var(--main-color);
}

.social-list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 5px;
}

.social-list li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background: var(--transparent-color);
	font-size: 15px;
	margin: 0 auto;
	color: var(--white-color);
	transition: var(--transition-05s);
}

.social-list li a:hover,
.social-list li a:focus,
.social-list li a:active {
	background: var(--white-color);
	color: var(--main-color);
}

.copy-box {
	padding: 15px 0;
	border-top: 1px solid #2A2A2A;
}

.copy-text {
	color: #606060;
	text-align: left;
	font-size: 14px;
}


/* about */

.about-inner-img {
	margin-bottom: 24px;
}

.banner-inner-slider.inner-page-banner {
	height: 60vh;
}


@media (min-width: 576px) {
	.quote-box .modal-dialog {
		max-width: 100%;
		height: 100vh;
		margin: 0;
	}

	.quote-box .modal-dialog .modal-content {
		max-width: 500px;
		margin: 0 auto;
	}
}

@media (min-width: 1400px) {

	header .container,
	.banner-section .container {
		max-width: 1240px;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1140px;
	}

	.about-inner-img {
		width: 50%;
		padding-right: 25px;
		float: left;
	}

	.iframe-box {
		height: 460px;
	}
}

@media (min-width: 992px) {
	.project-section .container {
		max-width: 100%;
	}

	.nav-item.dropdown:hover>.dropdown-menu,
	.nav-item.dropdown .dropdown-menu.show,
	.dropdown-menu ul li:hover>.dropdown-menu.dropdown-submenu {
		opacity: 1;
		display: block;
		visibility: visible;
	}
}

@media (max-width: 1399px) {

	.banner-title,
	.banner-box h1 {
		font-size: 74px;
	}
}


@media (max-width: 1199px) {

	.banner_text_in {
		width: 78%;
	}

	.banner-title,
	.banner-box h1 {
		font-size: 68px;
	}

	.banner-title::after,
	.banner-box h1::after {
		bottom: -17%;
		width: 215px;
	}

	.project-list-title::before {
		width: 90%;
	}

	.project-list-title {
		padding-right: 50px;
		width: 100%;
		font-size: 19px;
	}
}

@media (max-width: 991px) {

	.banner-title, .banner-box h1 {
        font-size: 52px;
    }

	.navbar-menu {
		gap: 20px;
	}

	.navbar-collapse {
		background: var(--main-color);
		position: absolute;
		width: 100%;
		left: 0;
		top: 100%;
		padding: 30px;
	}

	.nav-item.dropdown .dropdown-menu {
		/* display: block; */
		opacity: 0;
		visibility: hidden;
	}

	.navbar .navbar-nav .nav-item .nav-link::after {
		background: var(--white-color);
	}

	.navbar .navbar-nav .nav-item .nav-link {
		display: inline-block;
		margin-right: 0;
		margin-bottom: 10px;
		padding: 8px 2px;
	}

	.navbar .navbar-nav .nav-item:first-child .nav-link {
		padding-top: 0px;
	}

	.navbar .navbar-nav .nav-item:last-child .nav-link {
		margin-bottom: 0px;
		padding-bottom: 0px;
	}

	.banner-box::after {
		--ewh-banner-round: 250px;
		top: -15%;
	}

	.banner-title::after,
	.banner-box h1::after {
		bottom: -45%;
		width: 125px;
		right: -10%;
	}

	.about-sub-img {
		bottom: -30%;
		height: 260px;
	}

	.project-list {
		grid-template-columns: repeat(2, 1fr);
		gap: 24px;
	}

	.blog-icon {
		width: 187px;
		height: 290px;
	}

	.blog-list.blog-list-50 {
		height: 225px;
	}

	.blog-list {
		height: 474px;
	}

	.serv-icons {
		top: 10%;
		bottom: auto;
		left: 40%;
	}

	.project-list-title {
		width: 90%;
	}

	.hec-list {
		gap: 15px;
	}

	.hec-list a {
		gap: 5px;
		font-size: 12px;
	}
}

@media (max-width: 767px) {

	.banner-title, .banner-box h1 {
        font-size: 45px;
    }

	.banner_video video {
		height: 65vh;
	}

	.navbar-menu {
		gap: 15px;
	}
	.ser{
		padding: 30px;
	}

	.navbar-brand::after {
		right: -15%;
	}

	.banner-box::after {
		--ewh-banner-round: 210px;
		top: -10%;
		left: -5%;
	}

	.banner-para,
	.banner-box p {
		margin-bottom: 30px;
		line-height: 22px;
		font-size: 14px;
	}

	.banner-title::after,
	.banner-box h1::after {
		bottom: -65%;
		width: 90px;
		right: -4%;
	}

	.banner-slider.owl-carousel .owl-nav button.owl-prev,
	.banner-slider.owl-carousel .owl-nav button.owl-next {
		font-size: 18px;
		width: 45px;
		height: 35px;
	}

	.serv-icons,
	.ac-icon,.ac-icon2
	.blog-icon {
		display: none;
	}

	.service-title-box {
		text-align: center;
	}

	.service-title-box .common-title {
		font-size: 28px;
	}

	.auto-play {
		justify-content: center;
	}

	.play-btn {
		--ehw-play-btn: 50px;
		font-size: 25px;
	}

	.play-btn::before {
		--ehw-play-btn-before: 70px;
	}

	.count-section {
		padding: 25px 15px;
		gap: 40px;
	}

	.count-title .count-text {
		margin-right: 4px;
		font-size: 22px;
	}

	.count-title {
		font-size: 15px;
	}

	.project-list-box a,
	.project-list-box>* {
		height: 350px;
	}

	.project-list-title {
		width: 100%;
		font-size: 17px;
	}

	.blog-list,
	.blog-list.blog-list-50 {
		height: 400px;
	}

	.blog-list-title {
		font-size: 20px;
	}

	.join-video-bg>* {
		width: auto;
		height: 100%;
	}
}

@media (max-width: 575px) {

	.banner_text_in {
		position: initial;
		transform: unset;
		width: 100%;
	}

	.banner_text {
		background: transparent;
		padding: 30px 30px 15px;
	}

	.banner-title .subbanner {
		display: inline-block;
	}

	.banner_video video {
		height: auto;
		object-fit: cover;
	}

	.navbar-brand {
		width: 100px;
		height: 73px;
	}
	.banner-section {
		padding: 0px 0px;
		--banner-hvh: 27vh;
	}
	.banner-title, .banner-box {
	padding: 0;
	}
	.baa-bg-box, .ab-bg-box, .ap-bg-box {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		overflow: hidden;
	}
	.navbar-collapse {
		padding: 25px 10px;
	}

	.navbar .navbar-nav .nav-item:last-child .nav-link {
		margin-bottom: 10px;
		padding-bottom: 8px;
	}

	.hec-list li::after {
		display: none;
	}

	.hec-list a {
		gap: 4px;
		font-size: 11px;
	}

	.hec-list {
		gap: 10px;
	}

	.head-social {
		justify-content: center;
	}

	.common-btn.head-rq-btn {
		font-size: 12px;
		padding: 10px 15px;
	}

	.banner-box::after {
		--ewh-banner-round: 150px;
		top: 0%;
		left: 0%;
	}

	.banner-title::after,
	.banner-box h1::after {
		display: none;
	}

	.banner-title,
	.banner-box h1 {
		font-size: 35px;
	}

	.banner-slider.owl-carousel .owl-nav {
		bottom: 5%;
		left: 5%;
	}

	.service-title-box .common-title {
		font-size: 25px;
	}

	.service-box {
		height: 250px;
	}

	.service-title {
		font-size: 17px;
	}

	.play-btn {
		--ehw-play-btn: 40px;
		font-size: 18px;
	}

	.play-btn i {
		margin-right: -3px;
	}

	.play-btn::before {
		--ehw-play-btn-before: 60px;
	}

	.about-inner-box {
		padding: 30px;
	}

	.about-img {
		height: 250px;
		padding-left: 10%;
		margin-bottom: 15%;
	}

	.about-sub-img {
		bottom: -20%;
		height: 115px;
	}

	.count-section {
		padding: 15px 10px;
		gap: 25px;
		grid-template-columns: repeat(1, 1fr);
	}

	.count-section::before {
		height: 1px;
		width: 100%;
	}

	.count-section .count-box,
	.count-section .count-box:first-child {
		text-align: center;
	}

	.project-list {
		grid-template-columns: repeat(1, 1fr);
	}

	.project-list-box a,
	.project-list-box>* {
		height: 300px;
	}

	.project-list-title {
		width: 90%;
		font-size: 16px;
		padding: 20px;
		padding-right: 50px;
	}

	.features-list-title {
		font-size: 18px;
	}

	.features-icon {
		--ehw-features-icon: 35px;
		margin-bottom: 12px;
	}

	.cta-from .form-control {
		padding: 15px 20px;
	}

	.blog-list-title {
		font-size: 18px;
	}

	.blog-list,
	.blog-list.blog-list-50 {
		height: 280px;
	}

	.foot-title,
	.footer-box h5 {
		font-size: 16px;
		margin-bottom: 14px;
	}

	.copy-text {
		text-align: center;
	}

	.inner-footer {
		padding: 35px 0px;
	}
}













/* Privacy Policy */

.content-section{
	padding: 80px 0px;
}

.content-section h1 {
    font-size: 40px;
    font-weight: 700;
    color: var(--main-color);
    margin-bottom: 20px;
}

.content-section h2{
	font-weight: 700;
    font-size: 24px;
    margin-bottom: 20px;
	color: var(--black-color);
}

.content-section h3{
	font-weight: 700;
    font-size: 18px;
    margin-bottom: 20px;
	color: var(--black-color);
}

.content-section ul{
	margin-bottom: 20px;
	padding-left: 25px;
	list-style: outside;
}

.content-section ul li{
	padding-bottom: 8px;
}

.content-section ul li::marker {
    color: var(--main-color);
}

.content-item{
	padding-bottom: 20px;
}

.time{
	margin-bottom: 20px;
}

.content-section p,
.content-section ul li{
	font-size: 15px;
    line-height: 22px;
    color: #595959;
}

.content-section strong{
	color: #101010;
}