/*Common Class*/
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {display: block;}
audio, canvas, progress, video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}
audio, canvas, iframe, img, svg, video {
    vertical-align: middle;
}
ul, ol {
	list-style: none;
}
a{transition: all .3s ease-in-out;}
a:active, a:focus {
	outline: none;
	border: 0 none;
	text-decoration: none;
}
.clearfix:before, .clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.clearfix:after {
    clear: both;
}
.txtcenter {text-align: center;}
.fleft {float: left;}
.fright{float: right;}
.clear{clear: both;}


/*Custom Reset*/
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    background: transparent;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 21px;
    font-weight: 300;
    color: #212121;
    box-sizing:border-box;
}

#global {
	width: 100%;
	overflow: hidden;
}
.container {
	width: 100%;
	max-width: 1140px;
}
#header {
	position: relative;
	z-index: 0;
}
.videobox {
	width: 100%;
	position: static;
}
.hmain {
	position: absolute;
	z-index: 10px;
	width: 100%;
	left: 0px;
	bottom: 6px;
}
.hmain .container {
	height: 90px;
	border-top: 10px solid #ffc626;
	background: #fff;
	border-bottom: 1px solid #e5e5e5;
}
.logo {
	display: block;
	float: left;
	margin: 13px 30px 0 10px;
}
#mainnav {
	float: left;
}
#mainnav > ul > li {
	float: left;
	padding: 22px 0;
}
#mainnav > ul > li > a {
	display: block;
	height: 35px;
	line-height: 35px;
	border-right: 1px solid #e5e5e5;
	padding: 0 30px;
	color: #333333;
	font-size: 16px;
	font-weight: 400;
	position: relative;
	z-index: 1;
}
#mainnav > ul > li:last-child > a {
	border-right: 0 none;
}
#mainnav > ul > li > a:hover {
	color: #0c559b;
	text-decoration: none;
}
#page {
	margin-top: -34px;
}
.bg-grey {
	background: #f8f8f8;
}
section {
	padding: 60px 0;
}
section p {
	margin: 0px;
	padding: 0 0 25px 0;
}
h1, .greytitle {
	font-size: 28px;
	color: #393836;
	line-height: 38px;
	font-weight: 400;
	text-transform: uppercase;
	padding: 0 0 30px 0;
	margin: 0 0 25px 0;
	background: url(../images/stroke.png) center bottom no-repeat;
}
h1 strong, .greytitle strong {
	font-weight: 400;
}
.subdescp {
	font-size: 24px;
	color: #808080;
	line-height: 28px;
	margin: 0 auto;
	max-width: 640px;
	font-weight: 300;
}
.subdescp strong {
	display: inline-block;
	color: #0c559b;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 24px;
}
.elitebox {
	background: url(../images/elite_logo.jpg) right 0 no-repeat;
	min-height: 280px;
	padding-right: 310px;
	padding-top: 10px;
	margin: 40px 0;
	float: right;
	max-width: 1000px;
}
.specialtitle {
	font-family: 'Playfair Display', serif;
	font-size: 36px;
	color: #737373;
	line-height: 42px;
	max-width: 480px;
	float: right;
	margin: 0 0 15px 0;
}
.elitebox p {
	color: #999999;
	font-size: 18px;
	line-height: 24px;
}
.btngrp {
	display: inline-block;
	position: relative;
	z-index: 1;
}
.btnblue {
	background: #0c559b;
	color: #fff;
	border: 0 none;
	height: 42px;
	width: 170px;
	line-height: 42px;
	font-size: 15px;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0 3px;
	display: inline-block;
	border-radius: 4px;
	text-align: center;
}
.btnblue:hover {
	color: #fff;
	background: #0f62b2;
	text-decoration: none;
}
.btnylow {
	background: #f1ca2d;
	color: #fff;
	border: 0 none;
	height: 42px;
	width: 170px;
	line-height: 42px;
	font-size: 15px;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0 3px;
	display: inline-block;
	border-radius: 4px;
	text-align: center;
}
.btnylow:hover {
	color: #fff;
	background: #e6bf24;
	text-decoration: none;
}
.bxor {
	position: absolute;
	z-index: 1;
	height: 32px;
	width: 32px;
	background: #fff;
	border-radius: 32px;
	left: 50%;
	margin-left: -16px;
	line-height: 30px;
	top: 5px;
	text-align: center;
	font-size: 15px;
	font-weight: 700;
	color: #666;
}
.titlebg {
	background: url(../images/titlebg_left.png) center 0 repeat-y;
	min-height: 210px;
	margin-top: -60px;
	margin-bottom: 60px;
}
.bluebox {
	display: table;
	width: 100%;
	background: #0c559b;
}
.bluebox .specialtitle {
	color: #fff;
	display: table-cell;
	vertical-align: middle;
	height: 210px;
	float: none;
}
.greybox {
	display: table;
	width: 100%;
	background: #ececec;
	text-align: center;
}
.greybox p {
	color: #fff;
	display: table-cell;
	vertical-align: middle;
	height: 210px;
	float: none;
	font-size: 30px;
	font-weight: 100;
	color: #6f6f6f;
	line-height: 36px;
}
.greybox p strong {
	font-weight: 700;
	font-size: 30px;
	color: #6f6f6f;
}
.featurelist {
	background: url(../images/houseplan.jpg) center 0 no-repeat;
	min-height: 500px;
	width: 100%;
	position: relative;
	z-index: 2;
	margin: 20px 0 60px;
}
.featurelist > li {
	position: absolute;
	z-index: 5;
	padding-bottom: 10px;
}
.featurelist > li h3 {
	font-family: 'Playfair Display', serif;
	font-size: 26px;
	color: #0c559b;
	line-height: 36px;
	margin: 0px 0 8px;
	padding: 0 15px 8px 0;
	text-align: right;
	background: url(../images/steps_head_stroke.png) right bottom no-repeat;
}
.featurelist > li.step1, .featurelist > li.step2 {
	background: url(../images/step_right.png) right 0 no-repeat;
	padding-right: 164px;
	width: 374px;
	left: 0px;
}
.step2 {
	top: 290px;
}
.featurelist > li.step3, .featurelist > li.step4 {
	background: url(../images/step_left.png) 0 0 no-repeat;
	padding-left: 164px;
	width: 460px;
	text-align: left;
}
.step3 {
	right: -20px;
	top: 10px;
}
.featurelist > li.step3 h3, .featurelist > li.step4 h3 {
	padding: 0 0 8px 15px;
	background: url(../images/steps_head_stroke.png) 0 bottom no-repeat;
	text-align: left;
}

.step4 {
	top: 340px;
	right: -70px;
}
.itemslist > li {
	color: #7c7c7c;
	font-size: 16px;
	font-weight: 100;
	text-align: right;
	padding: 0 15px 0 0;
	line-height: 24px;
}
.featurelist > li.step3 .itemslist > li, .featurelist > li.step4 .itemslist > li {
	text-align: left;
	padding: 0 0 0 15px;
}
.lightbg {
	background: #f8f8f8;
}
.testimonlist {
	background: url(../images/testimonial_stroke.png) center center no-repeat;
	width: 100%;
	overflow: hidden;
	margin: 50px 0 10px;
}
.testimonlist li {
	width: 50%;
	float: left;
	position: relative;
	z-index: 1;
	padding: 40px 30px 20px 140px;
	height: 180px;
}

.testimonlist li p {
	color: #7c7c7c;
	font-size: 15px;
}
.sectiontitle {
	font-size: 27px;
	color: #444444;
	line-height: 36px;
	text-align: center;
	text-transform: uppercase;
	margin: 30px 0 0 0;
}
.sectiontitle strong {
	font-size: 27px;
	color: #0c559b;
	font-weight: 700;
}
.userthumb {
	display: block;
	width: 80px;
	height: 80px;
	border-radius: 80px;
	position: absolute;
	z-index: 1;
	left: 40px;
	top: 30px;
	overflow: hidden;
}
.userthumb img {
	width: 100%;
	min-width: 100%;
	height: auto;
	min-height: 100%;
	max-width: 100%;
}
.username {
	color: #0c559b;
	font-size: 13px;
	text-transform: uppercase;
	display: block;
	font-weight: 400;
}
.freeestimatetop {
	background: url(../images/maids_car.jpg) right center no-repeat;
	min-height: 220px;
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 10px;
	margin-bottom: 30px;
	padding-top: 80px;
	margin-top: -30px;
}
.sechead {
	color: #444444;
	font-size: 24px;
	line-height: 30px;
}
.sechead strong {
	color: #444444;
	font-size: 24px;
	font-weight: 700;
}
.callusbtm {
	padding: 15px 0 0 0;
}
.mintitle {
	font-size: 19px;
	color: #444;
	padding-bottom: 10px;
}
.lightxt {
	color: #999;
	font-size: 15px;

}
.push20 {
	margin-top: 20px;
}
#footer {
	clear: both;
	background: #0c559b;
	padding: 20px 0;
}
.copyright {
	display: block;
	color: #fff;
	padding: 10px 0 0 0;
}
.iconsocial {
	display: inline-block;
	width: 64px;
	height: 64px;
	margin: 20px 3px 0;
	text-indent: -999999px;
	transition: none;
	text-align: left;
}
.ictw {
	background: url(../images/social_icons.png) 0 bottom no-repeat;
}
.ictw:hover {
	background-position: 0 0;
}
.icfb {
	background: url(../images/social_icons.png) -75px bottom no-repeat;
}
.icfb:hover {
	background-position: -75px 0;
}
.icgp {
	background: url(../images/social_icons.png) -150px bottom no-repeat;
}
.icgp:hover {
	background-position: -150px 0;
}
#mobilenav {
	display: none;
}

.modal-dialog {
	top: 18%;
	max-width: 500px;
}
.modal-title {
	font-size: 21px;
	font-weight: 500;
	text-align: center;
}
.btn-primary {
	background-color: #0C559B;
}
button.close {
	background-color: #0C559B;
	color: #fff;
	border-radius: 24px;
	width: 24px;
	height: 24px;
	opacity:1;
	line-height: 24px;
}
button.close:hover {
	opacity: 0.8;
}
button.close span {
	color: #fff;
	text-shadow: 0 none;
	line-height: 24px;
	position: relative;
	z-index: 1;
	top: -2px;
}

@media only screen and (max-width:1160px) {
	.featurelist {
		background: transparent;
		float: none;
		margin: 30px 0 0;
	}
	.featurelist > li {
		position: static!important;
		clear: both!important;
		padding: 0px 0 30px 0!important;
		background: transparent!important;
		text-align: center!important;
		width: auto!important;
	}
	.featurelist > li h3 {
		text-align: center!important;
		background-position: center bottom!important;
	}
	.itemslist > li {
		text-align: center!important;
		padding: 0px!important;
	}
}
@media only screen and (max-width:990px) {
	.titlebg {
		background: transparent;
		margin: 0 -15px;
	}
	.bluebox {
		text-align: center;
	}
	.testimonlist {
		background: transparent;
	}
	.testimonlist li {
		width: 100%;
		border-bottom: 1px dashed #ccc;
		height: auto;
	}
	.freeestimatetop {
		background-position: center bottom;
		padding-bottom: 220px;
		text-align: center;
		padding-top: 0px;
	}
	.mintitle, .lightxt {
		text-align: center;
	}
	.callusbtm .col-md-5.text-right {
		text-align: center;
	}
}

@media only screen and (max-width:910px) {
	#mainnav {
		float: right;
	}
	#mobilenav {
		display: block;
	    float: right;
	    background: url(../images/navigation_menu.png) right center no-repeat;
	    border: 0 none;
	    padding-right: 35px;
	    text-transform: uppercase;
	    font-size: 18px;
	    font-family: 'helvetica_lightregular';
	    transition: all .3s ease-in-out;
	    margin: 30px 0 0 0;
	}
	#mainnav > ul {
	    display: none;
	    width: 100%;
	    left: 0px;
	    background: #fff;
	    top: 100%;
	    margin: 0px;
	    float: none;
	    position: absolute;
	    border-top: 2px solid #0c559b;
	    box-shadow: 0 3px 3px rgba(0,0,0,0.3);
	  }
	  #mainnav > ul > li {
	    clear: both;
	    float: none;
	    border-bottom: 1px solid #ddd;
	    padding: 0px;
	  }
	  #mainnav > ul > li:last-child {
	  	border-bottom: 0 none;
	  }
	  #mainnav > ul > li.boxed {
	    border: 0 none;
	  }
	  #mainnav > ul > li > a {
	    line-height: 42px;
	    height: 42px;
	    border-right: 0 none;
	  }
	  #mainnav > ul > li > a:hover {
	  	background: #0c559b;
	  	color: #fff;
	  }
}

@media only screen and (max-width:768px) {
	.elitebox {
		padding-top: 280px;
		padding-right: 0px;
		text-align: center;
		background-position: center 0;
	}
	.specialtitle {
		float: none;
		max-width: 900px;
	}
	.logo {
		margin-right: 0px;
	}
	.subdescp {
		line-height: 36px;
	}
	#footer * {
		text-align: center!important;
	}
}
@media only screen and (max-width:420px) {
	.btngrp {
		display: block;
	}
	.btnblue {
		margin: 0 auto 10px;
		display: block;
	}
	.bxor {
		top: 33px;
	}
	.btnylow {
		display: block;
		margin: 0 auto;
	}
	.testimonlist li {
		padding: 20px 20px 20px;
		text-align: center;
	}
	.userthumb {
		position: static;
		display: inline-block;
	}

}


@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}
@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}

/* Makes a fixed background wrapper
which the user cannot interact with */

.iframe-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}

/* Make the iframe keep an aspect ratio, and
position it in the middle of its parent wrapper*/

.iframe-wrapper iframe {
  width: 100vw;
  height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*START Awards CSS*/
#awards{
    background:#ececec;
}
#awards ul{
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
#awards ul li{
    margin: 10px;
}
#awards img{
    max-width: 150px;
}
/*End Awards CSS*/