body{
	/*margin: 0px;
	font-family: 'Roboto', sans-serif;
	background: url(../images/body-bg.png) no-repeat;
	background: url(../images/body.jpg) repeat;
	background-position: center top;
	background-attachment: fixed;*/
}
#body-inner{
	background: #fff;
	margin-top: 10px;
}
.cimg{
	/*border-radius: 16px;*/
    width: 100%;
    
}
.orange{
	color: #be2925;
}
.vcenter{
    display: flex;
    align-items: center;
}
.tagline-center{
	font-weight: 500;
	font-size: 18px;
	text-align: center;
	padding: 15px 0px;
}
.container{
	padding: 0px !important;
}
.testimonial{
	display: none;
}
/* Banner */
.banner{
	width: 100%;
	padding: 0px !important;
	margin: auto;
}
.testimonial{
	height: 124px;
	background: #f5f5f5;
	background-image: url(../images/testimonial-bg.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px solid #ede9e9;
	border-top: none;
	border-bottom-left-radius: 2em;
	border-bottom-right-radius: 2em;
}
.message-wrp{
	width: 90%;
	margin: auto;
	text-align: justify;
	padding-top: 25px;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
}
.message{
	color: #202338;
}
.t-name{
	color: #be2925;
}
/* Welcome Wrp */
.welcome-wrp{
	width: 100%;
	padding: 10px 0px 30px 0px !important;
	margin: auto;
	background: none;
}
.welcome-h1{
	font-size: 46px;
	color: #be2925;
	line-height: 70px;
	margin-top: 10px;
}
.welcome-wrp .welcome-sub-h{
	font-size: 22px;
	color: #202338;
	    line-height: 38px;
}
.welcome-wrp p{
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: #4d4d4d;
	text-align: justify;
}
/* Grid Wrapper */
.grid-wrp{
	width: 100%;
	padding: 20px 0px !important;
	margin: auto;
}
.our-cleaning{
	width: 100%;
	height: auto;
	text-align: justify;
	border: 1px solid #969696;
	padding-bottom: 20px;
	border-bottom-left-radius: 2em;
	border-top-right-radius: 2em;
}
.our-cleaning .image{
	width: 100%;
	height: 160px;
	text-align: center;
	overflow: hidden;
	border-top-right-radius: 2em;
}
.our-cleaning .image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: 100%;
	display: block;
	-webkit-transition: all .5s ease-in-out; 
    -moz-transition: all .5s ease-in-out; 
    -o-transition: all .5s ease-in-out; 
    -ms-transition: all .5s ease-in-out; 
    transition: all .5s ease-in-out;
}
.our-cleaning .image img:hover{
	-webkit-transform:scale(1.1); 
    -moz-transform:scale(1.1); 
    -ms-transform:scale(1.1); 
    -o-transform:scale(1.1); 
     transform:scale(1.1);
}
.our-cleaning .text{
	padding: 0px 20px;
	min-height: 70px;
}
.our-cleaning h2{
	font-size: 22px;
	color: #be2925;
	text-align:left;
}
.our-cleaning p{
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: 300;
	color: #4d4d4d;
	margin-bottom: 0px;
}
.button-wrp{
	margin: auto;
	max-width: 104px;
	margin-top: 15px;
}
.btn-our-cleaning{
	text-align: center !important;
	margin: auto;
	background: url(../images/buttton-bg.png) repeat !important;
	color: #fff;
	padding: 3px 12px !important;
}
.btn-our-cleaning:hover{
	color: #fff !important;
	background: #191d36 !important;
}
/* Clients */
.clients{
	width: 100%;
	margin: auto;
	padding:25px 0px !important;
}
.clients h1{
	font-size: 30px;
	text-align: center;
	color: #be2925;
	margin-top: 0px;
}
.clients .container{
	padding: 0px !important;
}
.nbs-flexisel-container {
    padding: 0em 0 0 !important;
}
.nbs-flexisel-inner{
	width: 96% !important;
}


/* About Page */
.inner-banner{
	margin: 10px 12px;
	border-bottom: 3px solid #be2925;
	height: 315px;
}
.inner-banner img{
	width: 100%;
	/*height: 100%;*/
	object-fit: cover;
}
.inner-pg-cnt{
	width: 100%;
	padding: 0px !important;
	margin: auto;
}
.inner-pg-cnt .grid-left{
	/*float: right;*/
}
.inner-pg-cnt .grid-right{
	float: right;
	 
}
.inner-pg-cnt .heading{
	font-size: 36px;
	font-weight: 300;
	margin-top: 4px;
	color: #be2925;
}
ul.h-menu{
	list-style-type: none;
    margin: 0;
    padding: 0;
	text-align: right;
	padding-top: 22px;
}
ul.h-menu li {
    display: inline;
	padding: 0px 3px;
	color: #be2925;
	font-size: 14px;
}
ul.h-menu li > a{
	color: #4d4d4d;
}
ul.h-menu li > a:hover{
	color: #be2925;
	text-decoration: none;
}
.about-desc{
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	color: #4d4d4d;
	text-align: justify;
	line-height: 22px;
	padding-bottom: 15px;
}
.about-image{
	width: 630px;
	height: 243px;
	margin: auto;
}
.about-image img{
	max-width: 100%;
	height: auto;
}
.our-mission{
	width: 100%;
	margin: auto;
	padding: 35px 0px !important;
	padding-top:0px !important;
	background: #fff;
	
/*	background: -webkit-radial-gradient(#303557, #22263d); 
    background: -o-radial-gradient(#303557, #22263d);
    background: -moz-radial-gradient(#303557, #22263d);
    background: radial-gradient(#303557, #22263d); */
	
}
.our-mission h2{
	font-family: 'Roboto', sans-serif;
	font-size: 25px;
	color: #be2925;
	font-weight: bold;
	text-align: center;
	margin: auto;
}
.our-mission p{
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: #4d4d4d;
	width: 96%;
	text-align: center;
	margin: auto;
	padding-top: 18px;
	line-height: 23px;
}
.about-services{
	width: 100%;
	padding: 35px 0px !important;
	margin: auto;
	background: #fff;
}
.about-services h2{
	font-family: 'Roboto', sans-serif;
	font-size: 32px;
	color: #be2925;
	font-weight: bold;
	text-align: center;
	margin: auto;
}
.hex-wrp{
	overflow: auto;
	padding-top: 15px;
}
.hex-grid{
	margin: 15px 0px;
}
.hex{
	display: inline-block;
	text-align: center;
	width: 100%;
	height: auto;
}
.hex img{
	width: 100%;
	height: auto
}
.hex-grid h3{
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	color: #be2925;
	font-weight: bold;
	text-align: center;
	margin: auto;
	text-transform: uppercase;
	margin-top: 15px;
	text-decoration: none;
}
a.hex-grid:hover{
	text-decoration: none !important;
}
a.hex-grid:hover .hex{
	transform:translateY(-10px);
	transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
}
a.hex-grid:hover h3{
	color: #202338;
}

/* Contact Page */
.map{
	width: 100%;
	height: 100%; 
}
.adrs-form-wrp{
	padding-top: 26px;
}
.address-wrp{
	padding-left: 34px;
}
.our-office{
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #4d4d4d;
	margin: auto;
	text-transform: uppercase;
	margin-bottom: 12px;
}
.address{
	margin-bottom: 12px;
	overflow: auto;
}
.adrs-image{
	float: left;
}
.adrs-desc{
	float: left;
}
.adrs-desc p{
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #4d4d4d;
	margin-left: 14px;
	margin-bottom: 0px;
}
.phone{
	display: inline-block;
	padding-right: 3px;
}
.form{
	width: 90%;
	height: auto;
	overflow: auto;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #4d4d4d;
	padding-bottom: 25px;
}
.field-wrp{
	width: 48%;
	float: left;
	height: 72px;
}
.field-wrp-right{
	float: right
}
.field-wrp-select{
	width: 100%;
}
.field-wrp-area{
	width: 100%;
	height: 175px;
}
.field, .select{
	width: 100%;
	height: 32px;
	border: 1px solid #4d4d4d;
	padding: 2px 10px;
	display: block;
}
.area{
	width: 100%;
	height: 133px;
	border: 1px solid #4d4d4d;
	padding: 2px 10px;
	display: block;
}
.field, .select, .area{
	border-radius: 2px;
}
.form-label{
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #4d4d4d;
	margin: auto;
	margin-bottom: 8px;
}
.btn-send{
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	background: #be2925;
	color: #fff;
	padding: 10px 15px 8px 15px !important;
	text-transform: uppercase;
}
.btn-send:hover{
	color: #fff !important;
	background: #f54814;
}
/* Services Page */
.services{
	padding: 5px 0px !important;
}
/* Clients Page */
.client-grid-wrp{
	padding: 10px 0px;
}
.client-grid .image{
	padding: 22px 0px;
}
.client-grid .image img{
	display: block;
	margin: auto;
	max-width: 100%;
	height: auto;
}
/* Why Choose Us */
.sub-h{
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: 500;
	text-align: left;
}
ul.cnt-ul{
	list-style-image: url('../images/li-image.png');
	padding-left: 14px;
}
.customer{
	padding: 1px 0px;
}
.customer .sub-h{
	margin: 5px 0px;
}
/* House Keeping Services Page */
.kitchen-wrp{
	margin-top: 15px;
	margin-bottom: 15px;
	clear: both;
}
.service-inner-grid-wrp{
	padding-top: 5px;
}
.kitchen-wrp .image{
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}
.kitchen-wrp .image img{
	border: 3px solid #d7d7d7;
	max-width: 100%;
	height: auto;
}
.kitchen-h{
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-weight: 500;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 10px;
}
ul.social{
	list-style-type:none;
	padding-left:0px;
}
ul.social li{
	display:inline-block;
	padding-right:3px;
}
ul.social li a img{
	width:32px;
	height:auto
	transition: all .8s ease;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -o-transition: all .8s ease;
}

ul.social li a:hover img{
	-webkit-transform:rotateY(180deg);
	-moz-transform:rotateY(180deg);
	transform:rotateY(180deg);
}



/************ RESPONSIVE ************/
@media screen and (min-width: 1601px){
body{
	background-size: cover;
}
}
@media screen and (max-width: 1199px){
.address-wrp {
    padding-left: 5px;
}
}
@media screen and (max-width: 991px){
/* Banner */
.message-wrp{
    font-size: 14px;
}
/* Welcome */
.welcome-h1 {
    line-height: 55px;
}
.welcome-wrp {
    padding: 10px 0px 0px 0px !important;
}
/* Grids */
.grid-wrp {
    padding: 10px 0px !important;
}
.our-cleaning .text {
    padding: 0px 8px;
    min-height: 148px;
}
.our-cleaning h2 {
    font-size: 17px;
}
.our-cleaning p {
    font-size: 14px;
}
/* Clients */
.clients {
    padding: 10px 0px !important;
}
.clients h1{
	margin-bottom: 0px;
}
.nbs-flexisel-container{
	padding-top: 8px !important;
}
/* About Page */
.our-mission p {
    font-size: 15px;
    width: 95%;
    padding-top: 8px;
    line-height: 22px;
}
/* Contact Page */
.form-cnt{
	padding-top: 30px;
}
.form{
	width: 100%;
}
/* House Keeping Service */
.kitchen-h{
	margin-top: 0px;
	font-size: 17px;
}
}
@media screen and (max-width: 767px){
#body-inner{
	padding: 0px !important;
}
.container{
	padding: 0px 15px !important;
}
.testimonial{
	background-size: 100% 80%;
	background-position: center center;
}
/* Welcome */
.welcome-h1 {
    font-size: 40px;
    line-height: 47px;
}
/* Grids */
.grid{
	float: none !important;
	margin: 20px auto;
}
.our-cleaning .text {
    padding: 0px 15px;
    min-height: 0px;
}
/* About Page */
.inner-banner{
	height: auto;
}
.inner-banner img{
	max-width: 100%;
	height: auto;
}
.inner-pg-cnt .heading{
	font-size: 36px;
}
.about-image{
	width: 88%;
	height: auto;
}
.our-mission {
    padding: 24px 0px !important;
}
.our-mission h2 {
    font-size: 22px;
}
.hex{
	width: 75%;
	display: block;
	margin: auto;
}
/* Clients Page */
.client-grid .image img{
	max-width: 70%;
}
}
@media screen and (max-width: 730px){
.message-wrp{
	padding-top: 20px;
	padding-bottom: 20px;
}
}
@media screen and (max-width: 640px){
.inner-pg-cnt .grid-left{
	float: none;
	width: 100%;
}
.inner-pg-cnt .grid-right{
	float: none;
	width: 100%;
}
}


@media screen and (max-width: 580px){
.testimonial{
	height: auto;
	background: url(../images/testimonial-bg-small.png) no-repeat;
	background-size: auto;
	background-position: center center;
}
.message-wrp {
    padding-top: 12px;
    padding-bottom: 8px;
	font-size: 13px;
	width: 93%;
}
/* Clients Page */
.client-grid{
	width: 50% !important;
}
.client-grid .image{
    padding: 12px 0px;
}
/* House Keeping Services */
.kitchen-wrp .image{
	width: 200px;
}
}
@media screen and (max-width: 479px){
/* Welcome */
.welcome-h1 {
    font-size: 25px;
    line-height: 35px;
}
.welcome-wrp .welcome-sub-h{
	margin-top: 8px;
    font-size: 20px;
}
.welcome-wrp p{
    font-size: 15px;
}
/* Grid */
.grid-wrp {
    padding: 0px 0px !important;
}
.grid{
	width: 90% !important;
}
.button-wrp {
    margin-top: 15px;
}
/* CLients */
.clients {
    padding: 5px 0px !important;
}
.clients h1{
	margin-top: 8px;
}
/* About Page */
.inner-pg-cnt .heading {
    font-size: 25px;
}
ul.h-menu {
    padding-top: 10px;
}
.about-desc{
	font-size: 14px;
}
.inner-pg-cnt .grid-left{
	float: none;
	width: 100%;
}
.inner-pg-cnt .grid-right{
	float: none;
	width: 100%;
}
ul.h-menu li {
    font-size: 13px;
}
.our-mission h2 {
    font-size: 20px;
}
.our-mission p {
    font-size: 14px;
    padding-top: 5px;
    line-height: 21px;
	text-align: justify;
	-moz-text-align-last: center; /* Code for Firefox */
    text-align-last: center;
}
.about-services{
	padding: 28px 0px !important;
}
.about-services h2{
	font-size: 25px;
}
.hex-grid{
    margin: 8px 0px;
}
.hex-grid h3{
	font-size: 14px;
	margin-top: 8px;
}
/* Contact Page */
.field, .select{
	height: 25px;
}
.field-wrp{
	height: 60px;
}
.field-wrp-area{
	height: 128px;
}
.area{
	height: 90px;
}
.btn-send{
	padding: 6px 15px 4px 15px !important;
	font-size: 12px !important;
	display: block;
	float: none;
	margin: auto;
}
/* House Keeping Services */
.kitchen-wrp .image{
	width: 100%;
	float: none;
}
}
@media screen and (max-width: 380px){
.grid{
	width: 90% !important;
}
/* About Page */
.inner-pg-cnt .grid-left{
	width: auto;
}
.inner-pg-cnt .grid-right{
	width: auto;
}
.our-mission {
    padding: 15px 0px !important;
}
/* Clients Page */
.client-grid .image img {
    max-width: 80%;
}
}
@media screen and (max-width: 350px){
.phone{
	display: block;
}
.br-phone{
	display: none;
}
}
@media screen and (max-width: 320px){
.hex-grid{
    float: none !important;
	margin: auto !important;
}
.hex {
    width: 35%;
}
.hex-grid h3 {
    font-size: 13px;
    margin-top: 4px;
}
.hex-wrp .visible-xs-block{
	display: none !important;
}
/* Contact page */
.field-wrp{
	width: 100%;
}
.address-wrp {
    padding-left: 0px;
}
.adrs-image {
    width: 20px;
    height: auto;
}
.adrs-image img{
	max-width: 100%;
	height: auto;
}
.adrs-desc p {
    font-size: 13px;
    margin-left: 3px;
}
}