*{
	font-family: 'Roboto', sans-serif;
	
}
.dropdown-submenu {
	position: relative;
}
	
.dropdown-submenu a::after {
	transform: rotate(-90deg);
	position: absolute;
	right: 6px;
	top: .8em;
}
	
.dropdown-submenu .dropdown-menu {
	top: 0;
	left: 100%;
	margin-left: .1rem;
	margin-right: .1rem;
}
		
.hidden-md{
	display: none;
}
h1{
	font-size: 36px;
}
h2{
	font-size: 34px;
}
h3{
	font-size: 28px;
}
h4{
	font-size: 24px;
}
h5{
	font-size: 20px;
}
h6{
	font-size: 17px;
}

p{	
	line-height: 25px;
	font-size: 16px;
	text-align: justify;
}
a{
	color: #333;
	text-decoration: none;
}
.mb-20{
	margin-bottom: 20px;
}
.fancybox-image, .fancybox-spaceball {
    border-radius: 50%;
    border: 5px solid white;
	padding:25px;
	background: #ECAB18;
}
.fancybox-thumbs__list a {
    border-radius: 50%;
    border: 3px solid #ECAB18;
    height: 97px;
    width: 100px;
}
.fancybox-thumbs__list a::before {
    border: none;
}
.fancybox-thumbs__list a.fancybox-thumbs-active{
	border: 7px solid #ECAB18;
}

.input-group {
    position: relative;
    display: flex;
    align-items: stretch;
    width: 100%;
}
.input-group-prepend {
    display: -ms-flexbox;
    display: flex;
}
.input-group>.input-group-prepend>.input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
	display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #555;
    text-align: center;
    white-space: nowrap;
    background-color: #f3f3f3;
    border: 1px solid #ced4da;
}
.input-group>.input-group-prepend>.input-group-text i {
    font-size: 18px;
}
.d-flex{
	display: flex;
	/* align-items: center; */
}
.contact-information-detail .circle-icon {
    border: 2px solid #f3f3f3;
    border-radius: 100px;
    color: #43A826;
    font-size: 22px;
    height: 45px;
    line-height: 45px;
    transform: rotate(0deg);
    text-align: center;
    transition: all 0.7s ease 0s;
    display: table;
}
.contact-information-detail  .iconbox_bg {
    background-color: #f3f3f3;
    border-radius: 100px;
    color: #43A826;
    line-height: 45px;
	padding: 2px;
    height: 45px;
    width: 45px;
    transform: scale(0.85);
    transition: all 0.7s ease 0s;
}
.contact-information-detail .circle-icon i{
	font-size: 25px;
}
.contact-information-detail  .info{
	padding-left: 20px;
}
.contact-information-detail .info p{
	text-align: left;
}
.contact-information-detail .address-info{
	margin-top: 20px;
}
.contact-information-detail  .circle-icon:hover .iconbox_bg {
    transform: scale(1);
}
.hidden-md{
	display: none;
}

.nav-background .container{
	max-width: 1200px;
}

.navbar-expand-lg .navbar-nav .nav-item{
	color: #1c1c1c;
	font-size: 19px;
	padding: 0px 15px; 
}
 .navbar-nav .latest .nav-link{
	padding-right: 0px;
}
.nav-background .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 21px;
}
.navbar-expand-lg .navbar-nav .nav-item.active>.nav-link , .navbar-nav .nav-link:hover{
	color: #a67e4f;
	border-bottom: 2px solid #a67e4f;
	padding-bottom: 0px;
}

.navbar-expand-lg{
	padding: 0px;
}
.col-lg-9 {
	padding:0px;
}
#navbarNavDropdown{
	justify-content: flex-end;
}
#demo.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
#demo.carousel .carousel-item{
	background-size: cover;
	min-height: 720px;
	max-height: 720px;
  	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
	
	/* box-shadow: inset 0 0 0 2000px rgb(227 188 138 / 50%); */
}
#demo.carousel .carousel-item::before{
	content: "";
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(171,122,43,0.5) 50%, rgba(255,255,255,1) 100%);
}
#demo.carousel .item-1{
	background-image: url("/images/slider1.jpg");
}
#demo.carousel .item-2{
	background-image: url("/images/slider2.jpg");
}
#demo.carousel .item-3{
	background-image: url("/images/slider3.jpg");
}
#demo.carousel .item-4{
	background-image: url("/images/slider4.jpg");
}
.logo{
	display: flex;
	align-items: center;
}
.logo h4{
	font-size: 19px;
	color: #9d6b2a;
	padding-left: 15px;
}
header{
	position: absolute;
	width: 100%;
	z-index: 2;
}

.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}
.carousel-caption {
    position: absolute;
    top:40%;
	text-align: left;
}
.carousel-caption h1{
	font-size: 50px;
	line-height: 70px;
	color: #070706;
}
.home-slider-shape{
	margin-top: -45px;
	position: absolute;
}
.home-about h2{
	color: #9d6b2a;
	padding-left: 30px;
	
}
.home-about .title{
	display: flex;
	align-items: flex-end;
}
.home-about .home-about-image{
	border-radius: 10px;
	border: 2px solid #9d6b2a;
}
.home-about p{
	color: #1a1a1a;
	text-indent: 40px;
	margin-top: 30px;
}
a:hover{
	text-decoration: none;
}
.home-about {
	margin-top: -50px;
	padding-bottom: 70px;
}
.more-button a{
	border-radius: 50px;
	border: 2px solid #9d6b2a;
	padding: 8px 40px 5px 40px;
	font-size: 18px;
	color: #9d6b2a;
	margin-top: 20px;
	margin-bottom: 20px;
	transition: all 0.7s ease 0s;
	text-decoration: none;
	display: inline-block;
}
.more-button a:hover{
	background-color: #9d6b2a;
	color: white;
}
.home-page h2{
	
	font-size: 30px;
}
.home-page h6{
	text-transform: uppercase;
	font-size: 12px;
	color: #9d6b2a;
	margin-top: 20px;
}
.h-services{
	overflow: hidden;
	position: relative;
	background-color: #f1f1f1;
}
.h-services .container{
	padding: 50px 15px;
}
.h-services::before{
	content: ' ';
	border-top: 86vh solid #fff8f0;
	border-right: 105vw solid transparent;
	width: 0;
	overflow: hidden;
	position: absolute;
}
.h-services .h-service-card .text{
	max-height: 180px;
}
.h-services .h-service-card{
	border-radius: 40px;
	margin-top: 50px;
	border: 1px solid #9d6b2a;
}
.h-services .h-service-card h4{
	font-size: 18px;
	color: #9d6b2a;
	padding-left: 10px;
}
.h-services .h-service-card .icon{
	border-radius: 50px;
	width: 100%;
	height: 68px;
	max-width: 68px;
	display: flex;
    justify-content: center;
    align-items: center;
	border: 1px solid #9d6b2a;
	
}
.h-services .h-service-card .icon img{
	max-width: 50px;
	padding: 5px;
	height: auto;
	width: 50px;
}
.h-services .h-service-card .title{
	display: flex;
	padding: 30px 20px 0px 20px;
	align-items: center;
}
.h-services .h-service-card .text{
	padding:20px 30px ;
}
.h-services .h-service-card .text p{
	margin-bottom: 5px;
	text-indent: 40px;
}
.h-services .h-service-card .text .ul{
	text-indent: 0px;
}
.h-services .h-service-card .read-more{
	padding: 0px 25px;
	padding-bottom: 20px;
	text-align: right;
}
.h-services .h-service-card .read-more a{
	color: #9d6b2a;
	text-decoration: none;
}
.h-group{
	box-shadow: inset 0 0 0 2000px rgba(99, 66, 23, 0.8);
	background-image: url(/images/h-group-bg.png);
	background-size: cover;
	background-position: top center;
	padding: 50px 0px 10px 0px ;
	background-repeat: no-repeat;
	color: white;
}
.h-group-bg-img {
	position: absolute;
}
.h-group h2{
	color: white;
	margin-bottom: 40px;
	text-transform: uppercase;
}
.h-group .container-fluid{
	padding: 0px;
	overflow: hidden;
}
.h-group .owl-carousel .owl-nav.disabled {
    display: block;
}
.h-group .owl-theme .owl-dots{
	display: none;
}
.h-group .owl-carousel .owl-item img {
    display: block;
    width: auto;
    margin: auto;
    border-radius: 50%;
}
.h-group .owl-carousel p{
	text-align: center;
	font-weight: 400;
}
.h-group .owl-carousel .owl-item h4{
	font-size: 20px;
	margin-top: 20px;
	padding-top: 20px;
	margin-bottom: 20px;
}
.h-group .owl-carousel .owl-item .text{
	border-right: 2px solid #ced4da;
	min-height: 155px;
}
.h-group .owl-carousel .item p{
	margin-bottom: 0px;
} 
.h-group .owl-carousel .owl-nav button.owl-prev span,.h-group .owl-carousel .owl-nav button.owl-next span{
	font-size: 50px;
	padding: 0px;
}
.h-group .owl-carousel .owl-nav button.owl-prev ,.h-group .owl-carousel .owl-nav button.owl-next {
	outline: none;
	background-color: transparent;
	margin: 0px 15px;
}
footer .first h4{
	font-size: 20px;
}
footer .first h6{
	font-size: 12px;
}
footer .first {
	background-color: #9d6b2a;
	color: white;
	padding: 60px 0px 30px 0px;
}
footer .first p{
	color: white;
	font-weight: 400;
}
footer a:hover{
	text-decoration: none;
	color: whitesmoke;
}
footer .first a{
	color: white;
}
footer .first .menu h4{
	margin-bottom: 30px;
}

footer .first .col-lg-5{
	padding-right: 100px;
}
footer .copy p{
	text-align: center;
	margin-bottom: 0px;
	font-size: 14px;
	padding: 5px 0px;
}
footer .copy p a{
	color: #9d6b2a;
}
footer .copy p a:hover{
	color: #a67e4f;
}
.banner {
    overflow: hidden;
    position: relative;
}
.banner:before {
    content: "";
    background: rgba(255,255,255, 0.6);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}
.banner-content{
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    z-index: 999;
    color: #fff;
}
.contact-us-content.banner-content{
	top: 20.3%;
}
/* -------contact-us--------- */
.contact-us-shape{
	position: absolute;
    bottom: 0px;
    /* z-index: 9999; */
    display: block;
}
.contact-us-page .location-map iframe{
	margin-top: -80px;
    border-radius: 20px;
    padding: 4px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    background: #fff;
    margin-bottom: 50px;
}
.banner-content-area.align-items-center{
	margin-bottom: 120px;
}
.banner-content-area.align-items-center ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner-content-area.align-items-center li {
    font-size: 16px;
	color: #9d6b2a;
}
.banner-content-area.align-items-center a {
    color: #333333de;
}
.banner-content-area.align-items-center h1 {
    font-size: 40px;
    margin-bottom: 20px;
	color: #333333c5;
}
.banner-content-area.align-items-center iconify-icon {
    display: block;
    margin-top: -1px;
    color:  #333333de;
}
.form-control, .input-group>.form-control:focus {
	border-radius: 0px;
	box-shadow: unset;
	min-height: 44px;
	border: none;
}
.btn-submit{
	display: flex;
	background-color: #9d6b2a;
	color: white;
	padding: 8px 20px;
	border-radius: 0px;
	outline: none;
}
.contact-us-page .contact-section .information h3{
	margin-bottom: 30px;
	color: #9d6b2a;
}
.contact-us-page .contact-section .information p{
	display: flex;
	align-items: center;
	color: #333;
	text-align: left;
}
.contact-us-page .contact-section .information p iconify-icon{
	min-width: 50px;
}
.contact-us-page .contact-section .information a:hover{
	color: #070706;
}
/* .about us page */
.about-section .about-us-text{
	padding: 0px 150px ;
}
.about-section .about-us-text h6{
	color: #9d6b2a;
}
.about-section .about-us-text h2{
	margin-bottom: 20px;
}
.about-section {
	padding:70px 0px 50px 0px;
}
.mission-vision-section .icon-card{
	min-height: 350px;
	padding: 30px 30px 10px 60px;
    border-radius: 30px;
	border: 1px solid #9d6b2a;
	background: linear-gradient(90deg, #ccc 13%, rgba(0, 0, 0, 0) 13%), linear-gradient(90deg, #fff 80%, #fff 66%);
}
.mission-vision-section {
	padding: 0px 0px 70px 0px;
}
.mission-vision-section .icon-card h4{
	padding-left: 40px;
	color: #9d6b2a;
	margin-bottom: 20px;
	margin-top: 0px;
}
.mission-vision-section .icon-card p{
	text-align: left;
	margin-top: 50px;
}
.mission-vision-section .icon-card .icon{
	display: inline-block;
    position: absolute;
    top: 10px;
    left: 25px;
    background: #9d6b2a;
    padding: 10px;
    width: 80px;
	border: 5px solid #ccc;
    height: 80px;
    border-radius: 50px;
}
.services-page .services-section{
	padding: 70px 0px 50px 0px;
}
.services-page .services-section .service-charge-card{
	margin-top: 50px;
	background-color: #9d6b2a;
	min-height: 300px;
	border-radius: 10px;
	margin-bottom: 30px;
}
.services-page .services-section .service-charge-card h4{
	color: white;
    margin-bottom: 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.493);
    padding: 15px 0px 15px 0px;
}
.services-page .services-section .service-charge-card .details{
	padding:20px 15px;
}
.services-page .services-section .service-charge-card .details p{
	text-align: left;
	color: #f0f2f5;
	border-radius: 50px;
	margin-bottom: 10px;
	display: flex;
    align-items: flex-start;
    padding-left: 15px;

}
.services-page .services-section .service-charge-card .details p::before{
	content: "";
	margin-top: 5px;
	background: url('https://api.iconify.design/ic/sharp-double-arrow.svg?color=%23edddc9&width=16') no-repeat center center / contain;
	width: 14px;
    position: absolute;
    height: 14px;
    left: 25px;

}
.services-page .services-section .service-charge-card .details p.no-b-radious{
	border-radius: 2px;
}
.services-page .services-section .service-charge-card .details p.no-b-radious::before{
	background: url('https://api.iconify.design/pepicons-print/square-filled.svg?color=%23edddc9&width=15') no-repeat center center / contain;
}
.services-page .services-section .service-charge-card .details .col-lg-6{
	padding: 0px;
}
.services-page .services-section .service-charge-card .details .col-lg-6 p::before{
	left: 0px;
	margin-top: 5px;
}
.services-page .services-section .service-charge-card .details .col-lg-6 p{
	padding-left: 20px;
}
.services-page .service-details h4{
	margin-bottom: 30px;
	color: #9d6b2a;
	text-transform: uppercase;
}
.services-page .service-details{
	padding-top: 40px;
	padding-bottom: 20px;
	position: relative;
}
.services-page .service-details .icon img{
	max-width: 70px;
	margin: auto;
}
.services-page .service-details .icon{
	background-color: #f0f2f5;
	padding: 20px;
	min-height: 175px;
	border-radius: 120px;
	border: 1px solid #dddddd3b;
	display: flex;
}
.services-page .service-details .col-lg-2{
	padding-right: 0px;
}
.services-page .service-details .col-lg-10{
	padding-left: 40px;
}
.services-page .services-section hr{
	width: 100%;
	border-width: 2px;
	border-color: #9d6b2a;
}
.services-page .service-details  b p{
	color: #9d6b2a;
	margin-bottom: 0px;
}
.services-page .service-details  h5{
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
}
.services-page .service-details  .tranparent-img{
	opacity: 0.15;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
.mm-menu_offcanvas.mm-menu_opened {
    z-index: 9;
}
.mm-navbars_top img{
	max-width: 70px;
}
.mm-listitem_selected>.mm-listitem__text{
	color: #9d6b2a !important;
}












@media (min-width: 1200px) and (max-width: 1500px) {
	#demo.carousel .carousel-item{
		max-height: 530px;
		height: 530px;
		min-height: 530px;
	}
	.carousel-caption h1{
		font-size: 42px;
		line-height: 60px;
	}
	.home-slider-shape {
		margin-top: -30px;
	}
	.home-about .title img{
		max-width: 60px;
	}
	.navbar-expand-lg .navbar-nav .nav-item{
		font-size: 18px;
	}
	.more-button a {
		padding: 7px 40px 5px 40px;
		font-size: 17px;
	}
	.h-services::before {
		border-top: 150vh solid #fff8f0;
		border-right: 115vw solid transparent;
	}
	footer .first p {
		font-size: 15px;
	}
	.banner-content-area.align-items-center {
		margin-bottom: 50px;
	}
	.form-control, .input-group>.form-control:focus {
		min-height: 40px;
	}
	.contact-us-page .location-map iframe {
		margin-top: -50px;
		height: 350px;
	}
	
}


@media (min-width: 992px) and (max-width: 1199px) {
	h1{
		font-size: 34px;
	}
	h2{
		font-size: 26px;
	}
	h3{
		font-size: 24px;
	}
	h4{
		font-size: 22px;
	}
	h5{
		font-size: 18px;
	}
	h6{
		font-size: 16px;
	}
	
	p{	
		line-height: 25px;
		font-size: 15px;
	}
	#demo.carousel .carousel-item{
		max-height: 330px;
		height: 330px;
		min-height: 330px;
	}
	.carousel-caption h1{
		font-size: 29px;
		line-height: 40px;
	}
	.home-slider-shape {
		margin-top: -20px;
	}
	.home-about .title img{
		max-width: 50px;
	}
	.navbar-expand-lg .navbar-nav .nav-item{
		font-size: 16px;
	}
	.more-button a {
		margin-top: 0px;
		margin-bottom: 0px;
		padding: 7px 30px 5px 30px;
		font-size: 16px;
	}
	.h-services::before {
		border-top: 150vh solid #fff8f0;
		border-right: 115vw solid transparent;
	}
	.carousel-caption{
		top: 30%;
	}
	.home-about p{
		margin-top: 10px;
	}
	.h-services .h-service-card .text {
		max-height: 220px;
	}
	.home-page h2 {
		font-size: 26px;
	}
	.about-section .about-us-text {
		padding: 0px 100px;
	}
	.mission-vision-section .icon-card {
		min-height: 370px;
	}
	.services-page .service-details .icon {
		min-height: 145px;
	}
	
	.form-control, .input-group>.form-control:focus {
		min-height: 35px;
		font-size: 15px;
	}
	textarea.form-control{
		max-height: 80px;
	}
	.banner-content-area.align-items-center h1 {
		font-size: 28px;
	}
	.banner-content-area.align-items-center ul{
		display: none;
	}
	.banner-content {
		top: 50%;
	}
	.services-page .services-section {
		padding: 50px 0px 30px 0px;
	}
	.services-page .services-section h2{
		margin-bottom: 0px;
	}
	.contact-us-content.banner-content {
		top: 25%;
	}
	.banner-content-area.align-items-center {
		margin-bottom: 40px;
	}
	.contact-us-page .location-map iframe {
		margin-top: 50px;
		max-height: 300px;
	}
	.contact-us-shape{
		display: none;
	}
	.contact-us-page .contact-section .information p {
		margin-bottom: 0px;
	}
	.form-group {
		margin-bottom: 0.5rem;
	}
	.contact-us-page .contact-section .information h3 {
		margin-bottom: 15px;
	}
	.btn-submit {
		padding: 5px 10px;
	}
	footer .first {
		padding: 40px 0px 10px 0px;
	}
	footer .first p {
		font-size: 14px;
		font-weight: 400;
		margin-bottom: 0.5rem;
		line-height: 22px;
	}
	footer .first h4 {
		font-size: 16px;
	}
	footer .copy p{
		font-size: 12px;
		font-weight: 400;
	}
	.h-group .owl-carousel .item p{
		font-weight: 400px;
	}
	.h-group .owl-carousel .owl-item img{
		width: 120px;
	}
	header .logo img{
		max-width: 150px;
	}
	.nav-background .navbar-expand-lg .navbar-nav .nav-link {
		font-size: 18px !important;
	}
	/* footer .first img{
		max-width: 80px;
	} */
}












@media (min-width: 768px) and (max-width: 991px) {
	h1{
		font-size: 30px;
	}
	h2{
		font-size: 28px;
	}
	h3{
		font-size: 24px;
	}
	h4{
		font-size: 22px;
	}
	h5{
		font-size: 17px;
	}
	h6{
		font-size: 15px;
	}
	p,ul{
		font-size: 14px;
	}
	.contact-us-page .form-control {
		font-size: 13px;
	}	
	.clearfix .btn {
		padding: 7px 15px;
	}
	.hidden-md{
		display: block;
	}
	.hidden-sm{
		display: none;
	}
	.navbar-expand-lg{
		justify-content: flex-end;
	}
	#demo.carousel .carousel-item{
		max-height: 350px;
		min-height: 350px;
	}
	.home-slider-shape {
		margin-top: -20px;
	}
	.home-about {
		margin-top: 50px;
	}
	.carousel-caption h1 {
		font-size: 30px;
		line-height: 40px;
	}
	.carousel-caption {
		top: 24%;
	}
	.home-about .home-about-image {
		max-width: 400px;
		display: flex;
		margin: auto;
	}
	.more-button a {
		padding: 5px 20px 3px 20px;
		font-size: 14px;
	}
	.home-about p{
		margin-top: 20px;
	}
	.h-about-text{
		margin-top: 40px;
	}
	.home-about {
		padding-bottom: 30px;
	}
	.home-page h6{
		margin-top: 10px;
	}
	.h-services .h-service-card {
		margin-top: 30px;
	}
	.h-group .owl-carousel .item p {
		font-weight: 400;
	}
	footer .first {
		padding: 40px 0px 20px 0px;
	}
	footer .first p {
		font-weight: normal;
		text-align: left;
	}
	footer .first h4 {
		font-size: 18px;
	}
	.h-group .owl-carousel .owl-item img{
		max-width: 120px;
	}
	footer .first .col-lg-5 {
		padding-right: 50px;
	}
	.banner-content-area.align-items-center h1 {
		font-size: 30px;
	}
	.banner-content-area.align-items-center ul{
		display: none;
	}
	.banner-content {
		top: 40%;
	}
	.about-section .about-us-text {
		padding: 0px 0px;
	}
	.navbar-fixed-top {
		width: 100%;
		background: rgb(247, 245, 243) !important;
	}
	.pages-content{
		padding-top: 100px;
	}
	.about-section {
		padding: 50px 0px 30px 0px;
	}
	.mission-vision-section .icon-card{
		min-height: 0px;
		margin-bottom: 20px;
		background: linear-gradient(90deg, #ccc 14%, rgba(0, 0, 0, 0) 14%), linear-gradient(90deg, #fff 80%, #fff 66%)
	}
	.home-page h2 {
		font-size: 28px;
	}
	.mission-vision-section .icon-card p {
		margin-top: 20px;
		padding-left: 10%;
	}
	.mission-vision-section .icon-card ul{
		padding-left: 12%;
	}
	.mission-vision-section {
		padding: 0px 0px 40px 0px;
	}
	.services-page .services-section {
		padding: 50px 0px 30px 0px;
	}
	.services-page .services-section .service-charge-card {
		margin-top: 30px;
		min-height: 275px;
		margin-bottom: 0px;
	}
	.services-page .service-details {
		padding-top: 50px;
		padding-bottom: 0px;
	}
	.services-page .service-details .icon{
		display: none;
	}
	.services-page .service-details h4 {
		margin-bottom: 20px;
	}
	.contact-us-content.banner-content {
		top: 14%;
	}
	.banner-content-area.align-items-center {
		margin-bottom: 55px;
	}
	.form-control, .input-group>.form-control:focus {
		min-height: 35px;
		font-size: 14px;
	}
	.btn-submit {
		padding: 5px 10px;
		font-size: 14px;
	}
	.contact-us-page .contact-section .information h3 {
		margin-bottom: 20px;
	}
	.contact-us-page .contact-section .information p{
		margin-bottom: 5px;
	}
	.contact-us-page .contact-section .information p iconify-icon {
		min-width: 40px;
	}
	.form-group{
		margin-bottom: 7px;
	}
	.contact-us-page .location-map iframe {
		margin-top: -50px;
		max-height: 250px;
	}
	footer .copy p{
		font-size: 13px;
	}
	.logo > img{
		max-width: 195px !important;
	}
}

@media(max-width: 991px){
	.logo {
		margin-bottom: -25px;
	}
}











@media(max-width: 767px){
	.hidden-xs{
		display: none;
	}
	.hidden-md{
		display: block;
	}
	h1{
		font-size: 26px;
	}
	h2{
		font-size: 22px;
	}
	h3{
		font-size: 18px;
	}
	h4{
		font-size: 16px;
	}
	h5{
		font-size: 15px;
	}
	h6{
		font-size: 14px;
	}
	p,li{
		font-size: 14px;
		line-height: 22px;
	}
	.logo h4 {
		font-size: 18px;
		padding-left: 10px;
		margin-bottom: 0px;
	}
	.hidden-xs{
		display: none;
	}
	.show-xs{
		display: block;
	}
	*{
		font-weight: 400;
	}
	.navbar-fixed-top .row.align-items-center{
		flex-wrap: nowrap;
	}
	/* .navbar-fixed-top .row.align-items-center .logo img{
		max-width: 70px;
	} */
	.navbar-fixed-top .row.align-items-center  .col-xs-9{
		width: 75%;
	}
	.navbar-fixed-top .row.align-items-center  .col-xs-3{
		width: 25%;
	}
	.contact-us-page .form-control {
		font-size: 13px;
	}	
	.clearfix .btn {
		padding: 7px 15px;
	}
	
	.navbar-expand-lg{
		justify-content: flex-end;
	}
	#demo.carousel .carousel-item{
		max-height: 300px;
		min-height: 300px;
	}
	.home-slider-shape {
		margin-top: -8px;
	}
	.home-about {
		margin-top: 30px;
	}
	.carousel-caption h1 {
        font-size: 25px;
        line-height: 24pt;
    }
	.carousel-caption {
		top: 24%;
	}
	.home-about .home-about-image {
		display: flex;
		margin: auto;
	}
	.more-button a {
		padding: 5px 20px 3px 20px;
		font-size: 14px;
	}
	.home-about p{
		margin-top: 20px;
	}
	.h-about-text{
		margin-top: 40px;
	}
	.home-about {
		padding-bottom: 20px;
	}
	.home-page h6{
		margin-top: 10px;
	}
	.h-services .h-service-card {
		margin-top: 30px;
	}
	.h-group .owl-carousel .item p {
		font-weight: 400;
	}
	footer .first {
		padding: 40px 0px 20px 0px;
	}
	footer .first p {
		font-weight: normal;
		text-align: left;
	}
	footer .first h4 {
		font-size: 17px;
	}
	.h-group .owl-carousel .owl-item img{
		max-width: 120px;
	}
	footer .first .col-lg-5 {
		padding-right: 15px;
	}
	.banner-content-area.align-items-center h1 {
		font-size: 20px;
	}
	.banner-content-area.align-items-center ul{
		display: none;
	}
	.banner-content {
		top: 40%;
	}
	.about-section .about-us-text {
		padding: 0px 0px;
	}
	.navbar-fixed-top {
		width: 100%;
		background: rgb(247, 245, 243) !important;
	}
	.pages-content{
		padding-top: 70px;
	}
	.about-section {
		padding: 50px 0px 30px 0px;
	}
	.mission-vision-section .icon-card{
		min-height: 0px;
		margin-bottom: 20px;
		background: linear-gradient(90deg, #ccc 14%, rgba(0, 0, 0, 0) 14%), linear-gradient(90deg, #fff 80%, #fff 66%)
	}
	.home-page h2 {
		font-size: 24px;
		
	}
	.home-about h2{
		padding-left: 15px;
	}
	.home-about .title img{
		max-width: 50px;
	}
	.mission-vision-section .icon-card p {
		margin-top: 20px;
		padding-left: 12%;
	}
	.mission-vision-section .icon-card h4{
		font-size: 18px;
		padding-left: 25px;
	}
	.mission-vision-section .icon-card .icon {
		padding: 5px;
		width: 70px;
		height: 70px;
		left: 20px;
	}
	.mission-vision-section .icon-card ul{
		padding-left: 12%;
	}
	.mission-vision-section {
		padding: 0px 0px 40px 0px;
	}
	.mission-vision-section {
		padding: 0px 0px 30px 0px;
	}
	.services-page .services-section {
		padding: 50px 0px 30px 0px;
	}
	.services-page .services-section .service-charge-card {
		margin-top: 20px;
		min-height: 0px;
		margin-bottom: 0px;
	}
	.services-page .services-section .flow-chart{
		margin-bottom: 20px;
	}
	.services-page .service-details h5 {
		font-size: 14px;

	}
	.services-page .service-details b p{
		text-align: left;
	}
	.services-page .services-section .service-charge-card h4{
		font-size: 18px;
	}
	.services-page .services-section .service-charge-card .details .col-lg-6{
		padding: 0px 5px;
	}
	.services-page .service-details .col-lg-10 {
		padding-left: 15px;
	}
	.services-page .service-details .tranparent-img {
		width: 100px;
	}
	.services-page .service-details {
		padding-top: 50px;
		padding-bottom: 0px;
	}
	.services-page .service-details {
		padding-top: 30px;
	}
	.services-page .service-details .icon{
		display: none;
	}
	.services-page .service-details h4 {
		margin-bottom: 20px;
	}
	.contact-us-content.banner-content {
		top: 14%;
	}
	.banner-content-area.align-items-center {
		margin-bottom: 5px;
		margin-top: 40px;
		display: none;
	}
	.contact-us-content.banner-content 	.banner-content-area.align-items-center {
		display: block;
	}
	.form-control, .input-group>.form-control:focus {
		min-height: 35px;
		font-size: 14px;
	}
	.btn-submit {
		padding: 5px 10px 3px 10px;
		font-size: 14px;
		margin-bottom: 40px;
	}
	.contact-us-page .contact-section .information h3 {
		margin-bottom: 20px;
	}
	.contact-us-page .contact-section .information p{
		margin-bottom: 5px;
	}
	.contact-us-page .contact-section .information p iconify-icon {
		min-width: 40px;
	}
	.form-group{
		margin-bottom: 7px;
	}
	.contact-us-page .location-map iframe {
		margin-top: -50px;
		max-height: 250px;
	}
	.h-services .h-service-card .read-more a{
		font-size: 14px;
	}
	.h-group .owl-carousel .owl-item h4 {
		margin-top: 0px;
		font-size: 18px;
		margin-bottom: 10px;
	}
	.owl-theme .owl-nav {
		margin-top: 0px;
	}
	.h-group .owl-carousel .owl-nav button.owl-prev span, .h-group .owl-carousel .owl-nav button.owl-next span {
		font-size: 40px;
	}
	.h-group .owl-carousel .owl-item .text {
		min-height: 0px;
	}
	footer .first{
		text-align: center;
	}
	footer .first p{
		text-align: center;
	}
	footer .copy p{
		font-size: 12px;
	}
	.contact-us-shape{
		display: none;
	}
	.contact-us-page .location-map iframe{
		margin-top: 50px;
		margin-top: 40px;

	}
	.input-group.xs-margin{
		margin-bottom: 10px;
	}
	.contact-us-content.banner-content{
		position: relative;
	}
	.form-control{
		background-color: #f0f2f5;
	}
	.services-section .show-xs.hidden-sm{
		color: #9d6b2a;
		text-transform: uppercase;
	}
	.services-page .services-section .service-charge-card .details p{
		align-items: flex-start;
		margin-bottom: 10px;
	}
	.services-page .services-section .service-charge-card .details p::before{
		margin-top: 3px;
	}
}
 
@media(max-width: 767px) and (min-width: 576px){
	.logo > img{
		max-width: 155px;
	}
}
@media(max-width: 575px) and (min-width: 420px){
	.logo > img{
		max-width: 155px;
	}
}

@media(max-width: 419px) and (min-width: 350px){
	.logo > img{
		max-width: 165px;
	}
	.carousel-caption h1 {
        font-size: 23px;
        line-height: 24pt;
    }
}


@media (min-width: 391px) and (max-width: 450px) {
	/* .navbar-fixed-top .row.align-items-center .logo img{
		max-width: 90px;
	} */
	.pages-content {
		padding-top: 90px;
	}
}

@media (min-width:376px) and (max-width:  390px) {
   
}
@media (min-width: 361px) and (max-width: 375px) {
   
}
@media (min-width: 321px) and (max-width: 360px) {
    
}
@media (max-width: 320px) {
	  
}



/*......................go top button......................*/
.scrollTop{
    text-decoration: none;
    cursor: pointer;
    background-color: #9d6b2a;
    position: fixed;
    bottom: 10px;
    right: 10px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.07), 0 2px 4px rgba(0,0,0,0.07), 0 4px 8px rgba(0,0,0,0.07), 0 8px 16px rgba(0,0,0,0.07), 0 16px 32px rgba(0,0,0,0.07), 0 32px 64px rgba(0,0,0,0.07);
    width: 50px;
    height: 50px;
    display: none;
    z-index: 100;
    font-size: 20px;
    text-align: center;
    border-style: solid;
    border-color: #9d6b2a;
    justify-content: center;
	border-radius: 50px;
    align-items: center;
    color: #fff;
}
.scrollTop iconify-icon{
	margin-top: 1px;
	font-size: 30px;
}
.logo{
	margin-top: -20px;
}



























