.header-top-one .right .social-wrapper-one::after {
    display: none;
}
.header-top .row {
	align-items: center;
}
.header-main-one .row {
	align-items: center;
}
.hd-logo a {
	font-size: 30px;
	font-weight: 700;
	color: #000;
	line-height: 35px;
}
.hd-logo span {
	color: #e00a0a;
}
.main-header .button-area {
	margin-left: 0px;
}
.header-main-one {
	padding: 0 50px;
}
.main-header .nav-main ul li {
	margin-right: 28px;
}
#side-bar {
    display: none;
}
#menu-btn {
	display: none;
}
.rts-title-area::after {
	display: none;
}
.rts-section-gap {
	padding: 80px 0;
}
.service-one-inner-four {
	margin-bottom: 100px;
}
.small-hd h3 {
	margin-bottom: 10px;
}
.body-end > a {
	display: none;
}
.body-end .star-icon {
	width: 100%;
}
.review-header img {
	width: 100%;
	max-width: 80px;
}
.rts-customer-feedback-area-six .pre-title {
	margin-bottom: 10px;
}
.ft-cont .single {
	display: flex;
	align-items: center;
}
.ft-cont ul {
	margin: 0px 15px;
	padding: 0 0 0 0px;
}
.ft-cont ul li {
	color: #df0a0a;
	background: #fff;
	border-radius: 50%;
	padding: 10px;
	width: 35px;
	height: 35px;
	justify-content: center;
	text-align: center;
	display: flex;
	align-items: center;
}
.ft-about {
	font-size: 17px;
	text-align: justify;
	line-height: 25px;
	padding-right: 35px;
	color: #c9c9c9;
}
.footer-one-single-wized .quick-link-inner .links li a {
	color: #c9c9c9;
}
.info a {
	color: #c9c9c9;
}
.btn-right {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding-right: 100px;
}
.background-cta .row {
	align-items: center;
}
.btn-right .rts-btn.btn-primary {
	background: #fff;
	color: #000;
}
.single-banifits i {
	color: #df0a0a;
	margin-right: 5px;
}
.single-banifits {
	margin-bottom: 5px;
}
.choose h5 {
	margin: 20px 0;
}
.choose p {
	margin-bottom: 10px;
}
.rts-breadcrumb-area .title {
	font-size: 35px;
	line-height: 40px;
}
.banner-three-inner .title {
	font-size: 50px;
	line-height: 60px;
}
.banner-three-inner::after {
	display: none;
}
.rts-banner-area-two.eight .bg_banner-three .banner-three-inner {
	max-width: 800px;
}
.banner-three-inner .disc {
	width: 75%;
}

.bg_banner-three.eight {
	background-image: url(images/1.jpg);
	padding-top: 240px;
}
.bg_banner-three.eight-2 {
	background-image: url(images/2.jpg);
	padding-top: 240px;
}
.bg_banner-three.eight-3 {
	background-image: url(images/3.jpg);
	padding-top: 240px;
}
.rts-banner-area-two.eight::before {
	display: none;
}
.rts-banner-area-two.eight .bg_banner-three::after {
	background: rgba(0, 0, 0, 0.2);
}
.mission img {
	max-height: 520px;
	width: 95%;
	object-fit: cover;
	border-radius: 10px;
}
.rts-contact-area h5 {
	font-size: 16px;
	line-height: normal;
}
.single-contact-one-inner .content {
	padding: 20px;
	background-color: #fff;
}
.service-one-inner-four .big-thumbnail-area .thumbnail img {
	height: 100%;
	min-height: 400px;
	object-fit: cover;
	object-position: center;
}
.service-one-inner-four .big-thumbnail-area .content img {
	max-width: 75px;
	background: #fff;
	border-radius: 5px;
}
.rts-working-process-1 img {
	width: 45px;
	height: auto;
}


/* responsive css */
@media(max-width:767px){
    #side-bar {
        display: block;
    }
    #menu-btn {
        display: block;
    }
	.header-main-one {
		padding: 0 10px;
	}
	.hd-logo a {
		font-size: 20px;
		font-weight: 700;
		color: #000;
		line-height: 25px;
	}
	.hd-logo a br{
		display: none;
	}
	.banner-three-inner .title {
		font-size: 25px;
		line-height: 35px;
	}
	.banner-three-inner .disc {
		display: none;
	}
	.banner-three-inner .button-group .rts-btn:nth-child(1) {
		display: none;
	}
	#banner .rts-section-gap {
		padding: 200px 10px 50px !important;
	}
	.rts-btn {
		padding: 12px 30px;
		font-size: 14px;
		line-height: 19px;
	}
	.rts-section-gap {
		padding: 40px 10px;
	}
	.rts-breadcrumb-area .title {
		font-size: 25px;
		line-height: 35px;
	}
   
}