/*! 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;
}

/*
 * 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;
    }
}
h1,h2,h3,h4,h5,h6,p{
    margin: 0;
    padding: 0;
}
ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.no_margin{
    margin: 0px;
}
.no_padding{
    padding: 0;
}
.padding_left{
    padding-left:0px;
}
.padding_right{
    padding-right:0px;
}
body{
    font-family: 'Open Sans', sans-serif;
}
.babas{
    font-family: 'bebas';
}
.column {width:1000px}






h2,h3{
  font-family: 'Montserrat', sans-serif;
}

.banner_area {
  background-image: url("img/banner.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 70px;
  padding-top: 30px;
}
.left_banner {
  text-align: center;
}
.left_top > h2 {
  color: #FFFFFF;
  font-size: 50px;
  font-weight: 700;
  letter-spacing: -1.5px;
  line-height: 1.3;
  margin-bottom: 70px;
  text-align: center;
}
.left_top h2 span {
  color: #E93233;
}
.left_top span.hot {
  color: #7BDBFF;
}

.left_top > h3 {
  color: #FFFFFF;
  font-size: 52px;
  font-weight: 500;
  line-height: 1.1;
  text-transform: uppercase;
}
.left_top h3 span {
  color: inherit;
  display: block;
}
.left_top a {
  color: #FFFFFF;
  font-weight: 900;
  text-decoration: none;
}
.left_top > img {
  margin-top: 35px;
}
.bottom_left > p {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 26px;
  margin-top: 16px;
  position: relative;
  text-transform: uppercase;
}
.bottom_left > p:before {
  background: url("img/dot.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  content: "";
  height: 3px;
  left: 8%;
  position: absolute;
  top: 12px;
  width: 27%;
}

.bottom_left > p:after {
  background: url("img/dot.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  content: "";
  height: 3px;
  right: 8%;
  position: absolute;
  top: 12px;
  width: 27%;
}

.bottom_left:before {
  background-image: url("img/tir1.png");
  content: "";
  height: 174px;
  left: -25px;
  position: absolute;
  top: 59px;
  width: 57px;
}
.bottom_left {
  position: relative;
}
.discount {
  background: none repeat scroll 0 0 #E93233;
  border-radius: 100px;
  margin: 0 auto;
  overflow: hidden;
  padding: 25px;
  width: 82%;
}
.discount > img {
  float: left;
  margin-right: 5%;
}
.discount_text {
  text-align: left;
}
.discount_text > h3 {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 8px;
  text-transform: uppercase;
}
.discount_text > h2 {
  color: #FFFFFF;
  font-size: 38px;
  font-weight: 600;
  text-transform: uppercase;
}
.form_setting {
  margin-bottom: 40px;
  overflow: hidden;
}
.form_setting > img {
  float: left;
}
.form_setting > h2 {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  margin-left: 14%;
  padding-top: 5px;
  text-transform: uppercase;
}
.form_setting span {
  display: block;
}
.main_form {
  background-image: url("img/form.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-bottom: 34px;
  padding: 12px 18px;
  position: relative;
  text-align: center;
}
.main_form:before {
  background-image: url("img/sub.png");
  background-repeat: no-repeat;
  bottom: -81px;
  content: "";
  height: 80px;
  left: -105px;
  position: absolute;
  width: 404px;
}
.main_form > h2 {
  background: none repeat scroll 0 0 #84D7F6;
  color: #323232;
  font-size: 28px 15px;
  font-weight: 300;
  padding: 28px;
  text-transform: uppercase;
}
.main_form h2 span {
  color: #323232;
  font-size: 70px;
  font-weight: 600;
}
.form_area {
  padding: 0 25px;
}
.single_form {
  overflow: hidden;
}
.text {
  float: left;
  width: 40%;
}
.text > p {
  color: #959595;
  font-size: 14px;
  padding-top: 33px;
  text-align: right;
  text-transform: uppercase;
  padding-right:10px;
}
.service_require {
  float: left;
  width: 60%;
}
.form_area input, select, textarea {
  border: 1px dotted #DDDDDE;
  color: #959595;
  font-size: 12px;
  margin-top: 18px;
  padding: 12px;
  text-transform: uppercase;
  width: 100%;
}
.form_area textarea {
  height: 100px;
}
.form_area input[type="submit"] {
  background: none repeat scroll 0 0 #E93233;
  border: medium none;
  border-radius: 35px;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 28px;
  padding: 19px;
}
.service_area {
  background-image: url("img/bg1.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 80px;
  padding-top: 40px;
}

.service > h2 {
  color: #323232;
  font-size: 45px;
  font-weight: 300;
  margin-bottom: 39px;
  margin-left: 25%;
  text-transform: uppercase;
}
.service span {
  background: none repeat scroll 0 0 #65C7EC;
  border: 1px solid #FFFFFF;
  border-radius: 35px;
  color: #FFFFFF;
  display: inline-block;
  font-family: 'Open Sans',sans-serif;
  font-size: 20px;
  padding: 10px;
  vertical-align: top;
}
.service h2 span:last-child {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: medium none;
  color: #323232;
  text-transform: none;
}
.service_item {
  text-align: center;
}
.service_item > img {
  margin-right: 1%;
  width: 88%;
}
.single_service_are {
  overflow: hidden;
}
.single_servie {
  float: left;
  text-align: center;
  width: 33.33%;
}
.single_servie > h3 {
  background: none repeat scroll 0 0 #E93233;
  border-radius: 35px;
  color: #FFFFFF;
  font-size: 20.5px;
  font-weight: 700;
  height: 40px;
  margin: 20px auto;
  padding: 10px;
  width: 40px;
}
.single_servie > h2 {
  color: #323232;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
.trend_area {
  background: none repeat scroll 0 0 #EEEEEE;
  padding: 30px 0;
}
.trend_title > h2 {
  font-size: 60px;
  font-weight: 300;
  text-transform: uppercase;
}
.trend_title > p {
  color: #323232;
  font-size: 20px;
  text-transform: uppercase;
}
.trend_pic {
  text-align: center;
}
.about_us_area {
  padding: 74px 0 160px;
}
.about_us > h2 {
  border-bottom: 1px solid #D7D7D7;
  color: #323232;
  font-size: 60px;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 35px;
  margin-left: 15px;
  padding-bottom: 35px;
  text-transform: uppercase;
}
.about_us span {
  color: #7BDBFF;
  display: block;
}
.about_us > p {
  background-image: url("img/tik.png");
  background-repeat: no-repeat;
  color: #7BDBFF;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
  margin-left: 15px;
  padding: 13px 13px 13px 63px;
  text-transform: uppercase;
}
.common_text > p {
  color: #323232;
  font-size: 16px;
}
.emergency_area {
  background-image: url("img/bg2.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 150px;
  padding-left: 0;
  padding-top: 120px;
  text-align: center;
}
.emergency_content {
  padding-right: 9%;
}
.emergency_content > h2 {
  color: #FFFFFF;
  font-size: 52px;
  font-weight: 700;
  text-transform: uppercase;
}
.emergency_content span {
  display: block;
}
.emergency_content > a {
  background-image: url("img/btn1.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: #323232;
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  margin-top: 20px;
  padding: 19px 5%;
  text-decoration: none;
}
.single_servie > img {
  display: none;
}
.testimonial_area {
  background-image: url("img/bg3.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 20px solid #7BDBFF;
  padding: 120px 0 34px;
}
.testimonial {
  background-image: url("img/red.png");
  background-position: 103% 0;
  background-repeat: no-repeat;
  background-size: 89% auto;
  padding: 50px 0 90px;
}
.testimonial > h2 {
  color: #FFFFFF;
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 22px;
  margin-left: 27%;
  text-transform: uppercase;
}
.testimonial_item {
  margin-top: -50px;
}
.single_testi.item {
  overflow: hidden;
}
.testi_pic {
  float: left;
  width: 27%;
}
.testi_content {
    float: right;
    width: 73%;
}
.testi_content > h2 {
  background-image: url("img/quote.png");
  background-position: 0 center;
  background-repeat: no-repeat;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 700;
  margin-top: 64px;
  padding: 10px 10px 10px 55px;
  text-transform: uppercase;
}
.testi_content > p {
  color: #FFFFFF;
  font-size: 14px;
  margin-top: 25px;
}
.hot_water_area {
  background: none repeat scroll 0 0 #252525;
  padding: 35px 0;
}
.hot_water > h2 {
  color: #FFFFFF;
  font-size: 33px;
  font-weight: 900;
  padding-left: 41%;
}
.lingle_footer.text_right {
  text-align: right;
}
.lingle_footer.text_right li {
  display: inline;
}
.lingle_footer.text_right a {
  color: #FFFFFF;
  display: inline-block;
  font-size: 12px;
  padding: 26px 10px;
  text-decoration: none;
}
.lingle_footer > p span {
  color: #E93233;
}
.lingle_footer > p {
  color: #FFFFFF;
  font-size: 12px;
  padding: 25px 0;
}
.lingle_footer.text_center {
  text-align: center;
}
footer {
  background: none repeat scroll 0 0 #000000;
  font-family: 'Montserrat',sans-serif;
  margin-top: 0;
  padding: 18px 0;
}
.owl-pagination {
  margin-bottom: 35px;
  margin-left: 27%;
  margin-top: 35px;
}
.owl-page {
  display: inline;
}
.owl-page.active .owl-numbers{
  background: #FFFFFF;
}
.owl-numbers {
  background: none repeat scroll 0 0 #F07071;
  border-radius: 15px;
  display: inline-block;
  font-size: 0;
  height: 15px;
  margin: 5px;
  width: 15px;
}
#rc-imageselect{
	margin-top:15px;
}
.thank-you-content{
	text-align:center;
	padding:30px 0px;
	background-color:yellow;
}
.thank-you-content h1{
	font-weight:900;
	color:#000;
}

    
    
