@charset "utf-8";



@media screen and (max-width:1200px) {

}

@media screen and (max-width:991px) {

.banner .banner_text h1 {
	font-size: 20px;
	line-height: normal;
}
section.video_section {
	margin: 0px 0 30px;
}
.video_section iframe {
	width: 100%;
	height: auto;
}

section.about_us .title h2 {
	font-size: 25px;
}

.service_section .title h1 {
	font-size: 25px;
}
.contact_us .title h1 {
	font-size: 25px;
}
footer .ftr_menu ul li a {
	font-size: 14px;
}

#service {
	background: none !important;
	padding: 0px 0px;
}

header {
	padding-bottom: 0px;
	padding: 10px 0px;
}

header.sticky .navbar-brand {
	padding-top: 5px;
}

.banner .info {
	margin: 0px auto 0px;
}
.banner .info ul {
	padding: 20px 20px;
	border-radius: 0px;
	column-gap: 30px;
	flex-wrap: wrap;
}

.banner .info ul li {
	text-align: left;
	border-right: 0px solid #bf998b;
}
.banner .info ul li a {
	display: flex;
	justify-content: center;
}
.banner .info ul li a .icon {
	position: relative;
	top: 3px;
}

.navbar-light .navbar-brand {
	padding-top: 0px;
	margin: 0px;
	max-width: 190px;
}

header nav .navbar-nav .nav-item a::before {
	display: none;
}
.navbar-nav {
	padding-top: 15px;
}
header nav .navbar-nav .nav-item a {
	font-size: 16px;
	padding: 10px 15px !important;
	color: #000 !important;
}
header nav .navbar-nav .nav-item a:hover {
	background: #dec3b9 !important;
}

.banner .info {
	margin: 40px auto 0px;
}


.banner .banner_text h3 {
	font-size: 20px;
	line-height: normal;
}

.banner .banner_text p {
	font-size: 14px;
	line-height: normal;
}
.banner_content {
	background: url("../images/banner-img.png") no-repeat scroll center top / 100% 100%;
	padding: 40px 15px;
}
.banner_bg img {
	display: none;
}

.banner .banner_text {
	position: unset;
	top: auto;
}

.banner .info {
	margin: 30px auto 0px;
}


.banner .info ul {
	max-width: 100%;
	margin: 0 auto;
}

section {
	margin: 50px 0px 0px;
}

section .title h2 {
	font-size: 35px;
	padding-bottom: 30px;
	margin-bottom: 20px;
}

#service {
	justify-content: center !important;
	background: url("../images/service_img.png") no-repeat scroll center left / 100%;
	padding: 25px 0px;
	padding-bottom: 0px;
}

.service_section .content_box {
	padding: 30px 0px 40px;
	max-width: 100%;
	margin: 0px 0px 0px;
	box-shadow: none;
	padding-top: 0px;
}
#about .image {
	max-width: 85%;
	margin: 30px auto 0px;
}

.service_section .content_box .redmore_btn {
	margin-top: 30px;
}

.hide_me{
  display: block;
}

.service_section .content_box .image {
	margin-bottom: 30px;
}
section#contact {
	background: #dec3b9;
	padding: 40px 0px;
	margin-top: 0px;
}
section#contact .map_section {
	padding-top: 40px;
}

.form-box input {
	padding: 20.5px 15px;
}

.form-box .form-group {
	margin-bottom: 15px;
}

.copyright p {
	text-align: center !important;
	padding-top: 4px;
}

.banner .banner_text .btn a {
	padding: 11.5px 41px;
	font-size: 10.8pt;
	margin-top: 28px;
}

footer .ftr_menu ul {
	padding: 30px 0px;
	flex-wrap: wrap;
	justify-content: center;
	column-gap: 30px;
}
footer .ftr_logo a {
	display: block;
	max-width: 240px;
	margin: 0 auto;
}
footer .ftr_menu ul li a::after {
	bottom: 0px;
}

.service_section .content_box .redmore_btn a {
	font-size: 10.52pt;
	padding: 10px 38px;
}



}


@media screen and (max-width:768px) {
.banner .info ul li a {
	justify-content: start;
}

.banner .info ul {
	max-width: 460px;
	margin: 0 auto;
}


}


@media screen and (max-width:470px) {
.banner .info ul li a {
	justify-content: start;
}


}