@media(min-width:993px){
.responsvenav-header{
    display: none;
}
}
@media(max-width:992px){
    .banner {
        padding-top: 63px;
    }
    .nav-link {
        font-size: 17px;
        padding: 14px 0px;
    }
    .close-btn::before {
		transform: rotate(45deg);
        position: absolute;
    left: 15px;
    content: ' ';
    height: 23px;
    width: 2px;
    background-color: #fff;
	}
    .close-btn::after {
        position: absolute;
        left: 15px;
        content: ' ';
        height: 23px;
        width: 2px;
        background-color: #fff;
        transform: rotate(137deg);
    }
    .nav-link.menu-btn {
        width: 80%;
        margin-left: 20px;
        margin-top: 20px;
    }
    .collapse.show .navbar-nav {
        left: 0;
    }
    .responsvenav-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 17px;
        margin-bottom: 6px;
        background: #3a3939;
    }
    .responsvenav-header h2 {
        color: #fff;
        font-size: 24px;
        margin: 0;
        padding: 0;
    }
    .close-btn {
		position: relative;
		background: transparent;
		border: 0;
		color: #fff;
		bottom: 9px;
		right: 0;
		width: 31px;
		height: 30px;
	}

	.close-btn::before {
		position: absolute;
		left: 15px;
		content: ' ';
		height: 23px;
		width: 2px;
		background-color: #fff;
	}

	.close-btn::before {
		transform: rotate(45deg);
	}
     .navbar-nav {
        display: block;
        height: 100%;
        width: 300px !important;
        background: #fff;
        position: fixed;
        z-index: 99;
        top: 0;
        left: -310px;
        overflow-x: hidden;
        padding-top: 0;
        transform: translate3d(0, 0, 300px);
        transition: all .5s ease 0s;
    }
    .navbar-toggler {
        background: #f49420;
        padding: 4px 12px;
        display: flex;
        align-content: center;
        align-items: center;
        justify-content: center;
    }
    .navbar-toggler-icon {
        width: auto;
        height: auto;
    }
    .navbar-toggler-icon span {
        width: 26px;
        height: 3px;
        display: block;
        background: #fff;
        margin: 5px 00px;
    }
    .flex-list li {
        width: 48%;
        margin-bottom: 20px;
    }
    .cta-wrap {
        padding: 60px 00px;
        width: 100%;
        margin: 0 0 0 auto;
        text-align: center;
    }
    .cta-wrap h2 {
        font-size: 52px;
    }
    .cta-wrap h3 {
        font-size: 35px;
        margin-bottom: 10px;
    }
    .cta{
        position: relative;
        z-index: 1;
    }
    .cta .cta-btn {
        margin: 0 auto;
        display: block;
    }
    .cta::after {
        position: absolute;
        z-index: -1;
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #bb464bb2;
    }
    .banner-text {
        text-align: center;
    }
    .banner-text {
        padding-bottom: 49px;
    }
    .about-us img {
        margin: 0 auto 28px auto;
        display: block;
    }
    .about-us .main-heading {
        text-align: center;
    }
    .about-us p {
        text-align: center;
    }
    .main-heading {
        font-size: 35px;
    }
    .u-gallery-wrap img {
        height: 211px;
    }
}
@media(max-width:768px){
    .banner-text h1 {
        font-size: 41px;
        line-height: 45px;
    }
    .banner-text h1 span {
        font-size: 27px;
    }
    
    footer ul li {
        width: 48%;
        margin-bottom: 20px;
    }
    .copywrite img {
        max-width: 189px;
    }
}

@media(max-width:576px){
.banner-form-wrap {
	background-color: #f49420;
	padding: 25px;
	border-radius: 10px;
	width: 100%;
	margin: 0 auto;
}
.copywrite img {
    max-width: 220px;
    margin: 0 auto;
    display: block;
}
.copywrite p {
    margin: 0;
    margin-top: 10px;
    text-align: center;
}
footer .cta-btn {
	justify-content: center;
	display: flex;
}
footer p {
	font-size: 17px;
	color: #fff;
	margin-top: 25px;
	margin-bottom: 65px;
	text-align: center;
}
footer h6 {
	font-size: 25px;
	color: #fff;
	text-align: center;
}
footer h2 {
	font-size: 36px;
	margin-top: 29px;
	text-align: center;
}
.u-gallery-wrap img {
	height: 211px;
	margin: 0 auto;
	display: block;
}
footer ul li {
	width: 100%;
	margin-bottom: 20px;
}
.main-heading {
	text-align: center;
	font-size: 28px;
}
.sec-padd {
	padding: 50px 00px;
}
.flex-list li {
	width: 100%;
	margin-bottom: 20px;
}
.our-services-wrap {
	text-align: center;
}
.cta-btn {
	font-size: 26px;
}
.cta {
	margin-top: 54px;
}
.about-us p {
	font-size: 17px;
}
}