@media all and (max-width:767px){
    .h-350{
    height:auto;
}
    body {
    font-size: 14px;
    line-height: 26px;
}
    .full-height {
    height: 500px;
}
.container {
    width: 100%;
}
    .absolute-center {
        margin-top: 0;
    top: 9%;
    transform: translateY(0%);
}
.banner-description>p, .f-25 {
    line-height: 28px;
}
.h2-heading::before, .h2-heading::after {
    margin-top: 12px;
}
.f-20 {
    font-size: 1rem;
    line-height: 1.9rem;
}
.navbar-brand img {
    height: 50px;
}
ul.custom-lists li{
    background-size: 20px;
    padding-left:30px;
    font-size: 1.1rem;
}
.pl-40 {
    padding-left: 30px;
}
.mt-75{
    margin-top:50px;
}
.f-45 {
    font-size: clamp(18px, 5vw, 45px);
    line-height: 28px;
}
.h4, h4 {
    font-size: 1.25rem;
}
	h1{
		font-size: 38px;
	}
	.nav-item:after{
		display: none;
	}
	.nav-item::before {
		position: absolute;
		display: block;
		top: 15px;
		left: 0;
		width: 11px;
		height: 1px;
		content: "";
		border: none;
		background-color: #000;
		vertical-align: 0;
	}
	.dropdown-toggle::after {
		position: absolute;
		display: block;
		top: 10px;
		left: -23px;
		width: 1px;
		height: 11px;
		content: "";
		border: none;
		background-color: #000;
		vertical-align: 0;
		transition: all 200ms linear;
	}
	.dropdown-toggle[aria-expanded="true"]::after{
		transform: rotate(90deg);
		opacity: 0;
	}
	.dropdown-menu {
		padding: 0 !important;
		background-color: transparent;
		box-shadow: none;
		transition: all 200ms linear;
	}
	.dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
		margin-top: 10px !important;
		margin-bottom: 20px !important;
	}
	body.dark .nav-item::before {
		background-color: #fff;
	}
	body.dark .dropdown-toggle::after {
		background-color: #fff;
	}
	body.dark .dropdown-menu {
		background-color: transparent;
		box-shadow: none;
	}
	.contact-banner{
	height:250px;
}
.footer-logo>a>img{
    max-width:200px;
}
.w-40px {
    width: 30px;
}
.max-wm-200{
    max-width: 200px;
}
.modal button.close {
    width: 35px;
    height: 35px;
    font-size: 1.8rem;
}
.project-title-section {
    font-size: 14px;
}
.carousel-control-next, .carousel-control-prev {
    width: 10%;
}
.fa-3x {
    font-size: 2.2em;
}
.plus-readmore {
    width: 35px;
    height: 35px;
    font-size: 1.5rem;
    bottom: 20%;
}
.carousel-indicators {
    bottom: -40px !important;
}
}
