/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

















/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

.bottom_phone {
    display: block;
    color: #fff;
    font-size: 30px;
    margin-bottom: 30px;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@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 */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        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) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
body{
    font-family: 'Open Sans', sans-serif;
}
h1,h2,h3,h4,p{
    margin: 0;
    padding: 0;

}
ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.no_padding{
    padding: 0;
}

.right_head > h2 {
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  padding: 20px;
  text-align: center;
}
.right_head {
  background: #ffb607 none repeat scroll 0 0;
}
.left_content span {
  color: #02a5d6;
  font-weight: 400;
}
.left_content > p {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  padding: 20px 0;
}
.main_header_area {
  background-image: url("img/bgs.jpg");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 41.65% 100%;
}
.main_headers {
  overflow: hidden;
}
.lgo {
  padding: 30px 0;
}
.header_call {
  padding: 30px 0 30px 5%;
}
.header_call > h2 {
  color: #464646;
  font-size: 27px;
  font-weight: 700;
}
.header_call > a {
  background-image: url("img/get-bg.png");
  background-size: 100% 100%;
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  margin-top: 12px;
  padding: 5px 28px;
  text-decoration: none;
}
.header_info::before {
  background-image: url("img/phon.png");
  background-repeat: no-repeat;
  content: "";
  height: 78px;
  left: 5%;
  position: absolute;
  top: 33px;
  width: 81px;
}
.header_info {
  background: #03a5d6 none repeat scroll 0 0;
  padding: 30px 0 30px 26%;
  position: relative;
}
.header_info > h2 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
}
.header_info > a {
  color: #ffffff;
  display: inline-block;
  font-size: 49px;
  font-weight: 700;
  line-height: 52px;
  padding-top: 1px;
  text-decoration: none;
}
.header_area {
  background: #000000 none repeat scroll 0 0;
}

.total_banner_section {
  position: relative;
}

.banner_section > img {
  min-height: 400px;
  width: 100%;
}

.contact_form_section {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.contact_form::before {

  background-repeat: no-repeat;
  background-size: 140px auto;
  content: "";
  height: 115px;
  position: absolute;
  right: -12%;
  top: 84px;
  width: 140px;
}
.contact_form {
  background: rgba(35, 36, 38, 0.9) url("img/bgh.png") no-repeat scroll 0 0 / 100% auto;
  padding: 75px 80px 0;
  position:relative;
}
.contact_form > h2 span{
    color: #45c2f3;
}
.contact_form > h2 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 22px;
  text-align: center;
}
.contact_form > h3 {
  color: #ffffff;
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 22px;
}
.contact_form li::before {
  background-image: url("img/li1.png");
  background-repeat: no-repeat;
  content: "";
  height: 25px;
  left: 0;
  position: absolute;
  top: 11px;
  width: 25px;
}
.contact_form li {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  padding: 7px 0 7px 12%;
  position: relative;
}
.form {
  margin-top: 15px;
}
.form input,.form select ,.form textarea{
  border: 1px solid #9b9b9b;
  color: #444;
  font-size: 11.5px;
  font-weight: 600;
  margin-bottom: 7px;
  padding: 6px 10px;
  width: 100%;
}
.g-recaptcha {
    width: 100%;
    overflow: hidden;
    margin: 0 auto 7px;
}

.g-recaptcha>div {
    margin: auto;
}
.form input[type="submit"] {
  background-image: url("img/sub.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 7px;
}
.form p {
  color: #ffffff;
  font-size: 9px;
  font-weight: 600; 
  margin-bottom: 0px;
}
.form > img {
  padding-bottom: 5px;
  width: 76%;

}
.res{
  margin-left:35px;
}

.call_now_section {
  background: #ffcd54 none repeat scroll 0 0;
  padding: 20px;
  z-index: 9999;
}

.call_no > h2::before {
  background-image: url("img/phon1.png");
  background-repeat: no-repeat;
  content: "";
  height: 50px;
  left: 0;
  position: absolute;
  top: -9px;
  width: 50px;
}
.call_no > h2 {
  font-size: 24px;
  font-weight: 700;
  padding-left: 5%;
  position: relative;
}

.call_no span {
  font-weight: 800;
}

.list_section_area {
  background: #454444 none repeat scroll 0 0;
  padding: 14px 0;
}
.list li::before {
  background-image: url("img/li2.png");
  background-repeat: no-repeat;
  content: "";
  height: 50px;
  left: 0;
  position: absolute;
  top: 13px;
  width: 50px;
}
.list li {
  color: #fff;
  font-size: 31px;
  font-weight: 700;
  line-height: 31px;
  padding: 10px 10px 10px 4%;
  position: relative;
}

.white_bg_area {
  background-image: url("img/b.jpg");
}
.white_bg_areas {
  background: #02a5d6 none repeat scroll 0 0;
  border-bottom: 1px solid #fff;
  overflow: hidden;
  padding: 40px 0;
}
.white_bg {
  background: #fff none repeat scroll 0 0;
}
.welcome_content {
  overflow: hidden;
  padding: 52px 0;
}
.left_welcome {
  text-align: right;
}
.left_welcome > h2 {
  color: #02a5d6;
  font-size: 30px;
  font-weight: 700;
  padding-left: 33%;
}
.left_welcome span {
  color: #000;
}
.left_cleaning > h2 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  padding-left: 50%;
  text-align: right;
}
.top_service_area {
  overflow: hidden;
}
.single_service {
  padding: 0 1px;
}
.single_service > img {
  width: 100%;
}
.single_service > h2 {
  background: #ffb607 none repeat scroll 0 0;
  color: #000000;
  font-size: 20px;
  font-weight: 700;
  padding: 10px;
  text-align: center;
  border-bottom: 1px solid #fff;
}

.blue_bg {
  background: #02a5d6 none repeat scroll 0 0;
  display: block;
  overflow: hidden;
  padding: 24px;
  width: 100%;
}
.right_button > a {
  background: #c03c3f none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  padding: 8px 36px;
  text-decoration: none;
}
.left_book > h2 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  padding-top: 7px;
  text-align: right;
}


.ace_image_area {
  background-image: url("img/bg1.jpg");
  padding: 20px 40px 160px;
  position: relative;
}
.left_image {
  left: 37%;
  position: absolute;
  text-align: right;
  top: 41px;
}
.left_image > img {
  width: 100%;
}
.right_img {
  position: absolute;
  top: 21px;
}
.special_area {
  background-image: url("img/bgt.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: block;
  overflow: hidden;
  padding-bottom: 26px;
  padding-top: 35px;
  width: 100%;
}
.left_special > h2 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  text-align: right;
}
.left_special span {
  display: block;
}
.right_specia > h3 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 20px;
}
.right_specia > p {
  color: #fff;
  padding-right: 8%;
}
.right_specia span {
  color: #fff;
  display: block;
  font-style: italic;
  font-weight: 600;
}
.contact_form_section {
  z-index: 999999;
}
.form form img {
  margin-bottom: 5px;
  max-height: 93px;
  width: 100%;
}
.right_specia > a {
  background: #c03c3f none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  margin-top: 13px;
  padding: 6px 25px;
  text-decoration: none;
}
.testimonial_area {
  background: #fff none repeat scroll 0 0;
  display: block;
  overflow: hidden;
  width: 100%;
}
.test_ttle span {
  display: block;
  font-size: 18px;
  font-weight: 800;
}
.test_ttle > h2::before {
  background-image: url("img/c.png");
  background-repeat: no-repeat;
  content: "";
  height: 80px;
  left: 26%;
  position: absolute;
  top: -58px;
  width: 80px;
}
.test_ttle > h2 {
  color: #363636;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  margin-top: 90px;
  position: relative;
  text-align: right;
}
.single_carusel.item > p {
  color: #363636;
  font-size: 14px;
  letter-spacing: -0.6px;
  line-height: 20px;
  margin-top: 40px;
  padding-right: 1%;
}
.single_carusel.item > h2 {
  color: #363636;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  padding-top: 20px;
}
.single_carusel.item span {
  display: block;
}
.single_carusel.item > h3 {
  color: #363636;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  margin-top: 5px;
}
.owl-next {
  left: 5%;
  position: absolute;
  top: 0;
}
.owl-buttons {
  margin-bottom: 30px;
  margin-top: 20px;
  position: relative;
}
.car_wash_area .car_wash img {
    max-height: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.getin_tuch_area {
  background-image: url("img/bg2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.left_tuch {
  background: rgba(28, 28, 26, 0.8) none repeat scroll 0 0;
  min-height: 450px;
  text-align: center;
}
.left_tuch > h2 {
  color: #fff;
  font-size: 30px;
  margin-bottom: 15px;
  padding-top: 120px;
  text-decoration: underline;
}
.right_touch {
  background: rgba(60, 183, 220, 0.8) none repeat scroll 0 0;
  margin-left: 1px;
  min-height: 450px;
  padding-top: 140px;
  text-align: center;
}
.right_touch > h2 {
  color: #fff;
  font-size: 37px;
  font-weight: 600;
}
.right_touch > p {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 30px 0;
}
.right_touch > a {
  background: #ffb607 none repeat scroll 0 0;
  border: 1px solid #fff;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  padding: 5px 25px;
  text-decoration: none;
}
.copy > p {
  color: #ffffff;
  padding: 38px 0;
}
.right_welcom > p {
  color: #000000;
  font-size: 18px;
  line-height: 24px;
}
.ace_area > img {
  width: 100%;
}
.fologs {
  padding: 20px 0;
  text-align: right;
}
.footer_area {
  background: #000000 none repeat scroll 0 0;
}


.banner_section {
  background-image: url("img/banner.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
}
