/*! 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{
    font-family: 'Exo 2', sans-serif;
}
header {
  background-image: url("img/bg1.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 25px 0;
}
.logo > img {
  width: 100%;
}
.logo_text {
  text-align: center;
}
.logo_text > h2 {
  color: #FFFFFF;
  font-size: 19px;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 12px;
  padding-top: 12px;
  text-transform: uppercase;
}
.header_contact {
  text-align: right;
}
.header_contact > a {
  color: #FFFFFF;
  display: block;
  font-family: bebas;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}
.header_contact > a.button:before {
  background: url("img/phone.png") no-repeat scroll 0 center rgba(0, 0, 0, 0);
  content: "";
  height: 20px;
  left: 7%;
  position: absolute;
  top: 10px;
  width: 20px;
}
.header_contact > a.button {
  background-image: url("img/btn1.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: #011C49;
  display: inline-block;
  font-family: 'Open Sans',sans-serif;
  font-size: 13px;
  margin-top: 1px;
  padding: 13px 15px 13px 50px;
  position: relative;
  text-transform: uppercase;
}




.banner_area {
  background-image: url("img/bg2.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 25px 0;
}
.top_banner {
  margin-top: 13px;
  overflow: hidden;
}
.top_banner > h2 {
  color: #00ACA2;
  float: left;
  font-size: 36px;
  font-weight: 700;
  padding: 16px 0;
  text-align: left;
  text-transform: uppercase;
  width: 50%;
}
.top_banner > h3 {
  background: none repeat scroll 0 0 #00ACA2;
  color: #FFFFFF;
  display: inline-block;
  float: left;
  font-family: 'Exo 2',sans-serif;
  font-size: 30px;
  font-weight: 700;
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
  width: 40%;
}
.middle_banner {
  margin-bottom: 25px;
  padding-left: 6%;
}
.bottom_banner > img {
  float: left;
  width: 49.5%;
}



.written_quote > img {
  padding: 30px 0;
  width: 100%;
}
.banner_form {
  background: none repeat scroll 0 0 #011C49;
  font-family: 'Open Sans',sans-serif;
  padding: 0 15px;
  text-align: center;
}
.banner_form > h2 {
  color: #FFFFFF;
  font-family: 'Open Sans',sans-serif;
  font-size: 26px;
  font-weight: 700;
  padding-bottom: 26px;
  padding-top: 35px;
  text-align: center;
}
.banner_form > ul {
  margin-bottom: 29px;
}
.banner_form li {
  background-image: url("img/li1.png");
  background-repeat: no-repeat;
  color: #FFFFFF;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.8;
  padding-left: 26px;
  padding-right: 7px;
  text-transform: uppercase;
}
.form_area input,select{
  border: medium none;
  border-radius: 5px;
  color: #555555;
  font-size: 14px;
  margin-bottom: 10px;
  padding: 10px;
  width: 100%;
}

.form_area input[type="submit"] {
  background-image: url("img/sub.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 30px;
  padding: 18px;
  text-transform: uppercase;
}
.form_text {
  background: none repeat scroll 0 0 #1B335C;
  overflow: hidden;
  padding: 10px 10px 20px;
}
.form_pic {
  float: left;
  text-align: center;
  width: 35%;
}
.form_desc {
  float: left;
  padding-left: 5%;
  text-align: left;
  width: 65%;
}
.form_desc > h2 {
  color: #8DC63F;
  font-size: 13px;
  font-weight: 700;
  margin-top: 20px;
}
.form_desc > p {
  color: #FFFFFF;
  font-size: 11px;
  font-weight: 400;
  padding-top: 8px;
  text-align: left;
}

.written_quote_area {
  background: none repeat scroll 0 0 #143D8D;
}
.written_quote > img {
  padding: 30px 0;
  width: 100%;
}
.main_quote_area {
  margin-bottom: 12px;
  overflow: hidden;
}
.bottom_quote > p {
  color: #F7DB1C;
  font-size: 19px;
  font-weight: 700;
  line-height: 1;
  padding-top: 5px;
  text-transform: uppercase;
}
.bottom_quote span {
  font-size: 30px;
  vertical-align: super;
}
.bottom_quote > h2 {
  color: #FFFFFF;
  font-family: 'Exo 2',sans-serif;
  font-size: 78px;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 15px;
}
.single_quote:last-child {
  margin-right: 0;
}
.single_quote {
  background: none repeat scroll 0 0 #23C4BB;
  float: left;
  margin-right: 1%;
  width: 24.25%;
}
.single_quote > h2 {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  padding: 10px 2px;
  text-align: center;
  text-transform: uppercase;
}
.single_quote > img {
  width: 100%;
}
.bottom_quote {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: none repeat scroll 0 0 #ED1C24;
  border-color: -moz-use-text-color #34E6DC #34E6DC;
  border-image: none;
  border-right: 1px solid #34E6DC;
  border-style: none solid solid;
  border-width: medium 1px 1px;
  font-family: 'Exo 2',sans-serif;
  height: 110px;
  text-align: center;
}
.bottom_quote > a {
  background: url("img/btn2.png") no-repeat scroll 0 0 / 100% 100% rgba(0, 0, 0, 0);
  color: #011C49;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  margin-top: 32px;
  padding: 10px 18%;
  text-decoration: none;
  text-transform: uppercase;
}

.why_chose_area {
  padding: 70px;
}
.why_chose > h2 {
  color: #23C4BB;
  font-size: 46px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
.main_chose_area {
  margin-top: 70px;
  overflow: hidden;
  padding: 0 4%;
}
.main_chose_area {
  margin-top: 70px;
  overflow: hidden;
  padding: 0 4%;
}
.single_chose {
  overflow: hidden;
}
.chose_pic {
  float: left;
  width: 20%;
}
.chose_txt {
  float: left;
  padding-right: 17%;
  width: 80%;
}
.chose_txt > p {
  color: #555555;
  font-size: 14px;
}

.home_area {
  background: none repeat scroll 0 0 #011C49;
  height: 266px;
}
.left_home > img {
  margin-top: -7px;
  width: 100%;
}
.right_home {
  padding-left: 1%;
}
.right_home > h2 {
  color: #FFFFFF;
  font-size: 27px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 70px;
  text-transform: uppercase;
}
.right_home span {
  color: #23C4BB;
  display: block;
}
.right_home > a {
  background-image: url("img/btn3.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: #FFFFFF;
  display: inline-block;
  padding: 12px 28px;
  text-decoration: none;
  text-transform: uppercase;
}
.real_state_area {
  padding: 80px;
  text-align: center;
}
.real_state {
  background-image: url("img/bg3.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.real_state > h2 {
  color: #FFFFFF;
  font-size: 33px;
  font-weight: 700;
  padding-bottom: 50px;
  padding-top: 115px;
  text-transform: uppercase;
}
.real_state > img {
  margin-bottom: 70px;
}
.mobile_client {
  display: none;
}
.mobile_client > img {
  margin-bottom: 5px;
}
.water_leaking_area {
  background: none repeat scroll 0 0 #EBEBEB;
  padding-bottom: 65px;
  padding-top: 55px;
}
.left_leaking > h2 {
  color: #143D8D;
  font-family: 'Open Sans',sans-serif;
  font-size: 47px;
  font-weight: 700;
  line-height: 1;
  padding-top: 16px;
}
.left_leaking span {
  color: #23C4BB;
  display: block;
}
.left_leaking > h3 {
  color: #959595;
  font-size: 35px;
  font-weight: 700;
  letter-spacing: -1px;
  padding-top: 10px;
}
.left_leaking h4 {
  color: #0A0A0A;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  padding-bottom: 38px;
  padding-top: 31px;
}
.left_leaking > p {
  color: #464646;
  font-size: 16px;
  line-height: 1.5;
}
.right_leaking {
  background: none repeat scroll 0 0 #23C4BB;
  overflow: hidden;
  padding: 0 27px;
  text-align: center;
}
.right_leaking > h3 {
  color: #FFFFFF;
  font-size: 27px;
  font-weight: 700;
  line-height: 1;
  padding: 20px;
}
.right_leaking > h2:before {
  background: none repeat scroll 0 0 #F7DB1C;
  bottom: 0;
  content: "";
  height: 6px;
  position: absolute;
  width: 80px;
}
.right_leaking > h2 {
  color: #FFFFFF;
  font-family: 'Open Sans',sans-serif;
  font-size: 37px;
  font-weight: 700;
  margin-bottom: 25px;
  padding-bottom: 15px;
  position: relative;
}
.right_leaking > p {
  color: #FFFFFF;
  font-size: 19px;
  line-height: 1.4;
  margin-bottom: 40px;
}
.left_text_phon {
  background: none repeat scroll 0 0 #F7DB1C;
  margin-bottom: 20px;
  overflow: hidden;
  padding: 8px 10px;
}
.left_text_phon > p {
  color: #143D8D;
  float: left;
  font-family: 'Exo 2',sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 1;
  padding-top: 6px;
  text-align: center;
  width: 28%;
}
.left_text_phon > a {
  color: #143D8D;
  display: inline-block;
  float: left;
  font-family: 'Exo 2',sans-serif;
  font-size: 51px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  width: 72%;
}

.cost-area {
  background: none repeat scroll 0 0 #143D8D;
  margin-top: 70px;
  overflow: hidden;
  padding: 80px 60px;
}
.left_coslt > h2 {
  color: #FFFFFF;
  font-family: 'Open Sans',sans-serif;
  font-size: 30px;
  font-weight: 700;
}
.left_coslt span {
  color: #F7DB1C;
}
.left_coslt > p {
  color: #8A9EC6;
  font-size: 16px;
  line-height: 1.7;
  padding-top: 20px;
}
.right-cost > h2 {
  color: #FFFFFF;
  font-family: 'Open Sans',sans-serif;
  font-size: 37px;
  font-weight: 700;
}
.right-cost span {
  color: #F7DB1C;
  display: block;
}   
.testimonial_area {
  background-image: url("img/bg4.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 40px;
  padding-top: 105px;
  text-align: center;
}
.testimonial > h2 {
  color: #FFFFFF;
  font-size: 33px;
  font-weight: 700;
  padding-bottom: 40px;
  text-transform: uppercase;
}
.single_testimonial_area {
  position: relative;
}
.single_testi.item {
  background: url("img/tbg.png") no-repeat scroll 0 0 / 100% 100% rgba(0, 0, 0, 0);
  float: left;
  margin-right: 1%;
  width: 98%;
  height:600px;
}
.single_testi.item > h2 {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 43px;
  padding-top: 32px;
  text-transform: uppercase;
}
.single_testi.item > img {
  margin: 0 25% 30px;
}
.single_testi.item > p {
  color: #232323;
  font-size: 16px;
  margin-bottom: 90px;
  padding: 0 6%;
}
.water_leak_king_area {
  background: none repeat scroll 0 0 #EBEBEB;
  padding-bottom: 75px;
  padding-top: 60px;
}
.water_leak_king {
  text-align: center;
}

.water_leak_king > h2 {
  color: #143D8D;
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 35px;
  padding-bottom: 35px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
} 
.water_leak_king {
  text-align: center;
}
.water_leak_king.step_area > h2:before{
  width: 0px;
}
.water_leak_king.step_area > h2 {
  margin-top: 65px;
  position: relative;
}
.water_leak_king > h2:before {
  background: none repeat scroll 0 0 #F7DB1C;
  bottom: 0;
  content: "";
  height: 7px;
  left: calc(50% - 85px);
  position: absolute;
  width: 170px;
}


.single_step_area {
  overflow: hidden;
}
.single_step {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #D7D7D7;
  float: left;
  margin-bottom: 10px;
  margin-right: 1%;
  width: 24.25%;
}
.single_step h1 {
  color: #143D8D;
  font-size: 47px;
  font-weight: 700;
  padding: 15px 8px 20px;
  text-align: left;
}
.stp_pic {
  height: 110px;
}

.single_step > p {
  background: none repeat scroll 0 0 #143D8D;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  height: 130px;
  padding: 16px;
}
.single_step:last-child {
  margin-right: 0;
}
#last_step {
  background: none repeat scroll 0 0 #23C4BB;
  margin-right: 0;
}

#last_step > h2 {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 25px;
  padding-top: 100px;
  text-transform: uppercase;
}
#last_step > a {
  background-image: url("img/btn4.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: #011C49;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 86px;
  padding: 10px 35px;
  text-transform: uppercase;
}
.bottom_before_area {
  background: none repeat scroll 0 0 #011C49;
  padding-bottom: 60px;
  padding-top: 65px;
  text-align: center;
}
.bottom_before > h2 {
  color: #F7DB1C;
  font-weight: 700;
  text-transform: uppercase;
}
.bottom_before > p {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 50px;
  padding-top: 15px;
}
.bottom_before > img {
  width: 100%;
}
footer {
  background: none repeat scroll 0 0 #000000;
  padding: 25px 0;
}
.fsingle_ft > p {
  color: #FFFFFF;
  font-size: 12px;
  padding: 20px 0;
}
.fsingle_ft span {
  color: #23C4BB;
}
.flogo {
  text-align: center;
}
.fmenu {
  text-align: right;
}
.fmenu li {
  display: inline;
}
.fmenu a {
  color: #FFFFFF;
  display: inline-block;
  font-size: 12px;
  padding: 20px 10px;
  text-decoration: none;
}
.owl-prev > img {
  left: -40px;
  position: absolute;
  top: 45%;
}
.owl-next > img {
  position: absolute;
  right: -40px;
  top: 45%;
}
.thank-you-content{
	text-align:center;
	padding:30px 0px;
	background-color:red;
}
.thank-you-content h1{
	font-weight:900;
	color:#fff;
}

.owl-item img {
    max-width: 100%;
}