/*[font Variables]*/

@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css");
/*[debugging.css]*/

@import url('header.css');
@import url('page-css/about-page.css');
@import url('page-css/services-page-style.css');
@import url('page-css/gallery-style.css');
@import url('page-css/team-page-style.css');
@import url('page-css/testimonials-page-style.css');
@import url('page-css/faq-page-style.css');
@import url('page-css/blog-pages-style.css');
@import url('page-css/contact-page-style.css');
@import url('footer.css');
@import url('hover.css');
@import url('animate.css');
@font-face {
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    src: url("http://netdna.bootstrapcdn.com/font-awesome/2.0/font/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("http://netdna.bootstrapcdn.com/font-awesome/2.0/font/fontawesome-webfont.woff") format("woff"), url("http://netdna.bootstrapcdn.com/font-awesome/2.0/font/fontawesome-webfont.ttf") format("truetype"), url("http://netdna.bootstrapcdn.com/font-awesome/2.0/font/fontawesome-webfont.svg#FontAwesome") format("svg");
}

;
/*** 

====================================================================
  Global Settings
====================================================================

 ***/

@font-face {
    font-family: 'FontAwesome';
    src: url('../fontawesome-webfont.eot');
    src: url('../fontawesome-webfont.eot?#iefix') format('embedded-opentype'), url('../fontawesome-webfont.woff') format('woff'), url('../fontawesome-webfont.ttf') format('truetype'), url('../fontawesome-webfont.svg#FontAwesome') format('svg');
    font-weight: normal;
    font-style: normal
}

[class^="icon-"]:before, [class*=" icon-"]:before {
    /* font-family: FontAwesome; */
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit
}

body, p, h1, h2, h3, h4, h5, h6 {
    margin: 0px;
    padding: 0px;
    font-family: 'Heebo', sans-serif;
}

p {
    margin-bottom: 0rem;
}

a.navbar-brand {
    height: auto;
}

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

a {
    text-decoration: none;
    font-family: 'Heebo', sans-serif;
}

a:hover, a:focus {
    text-decoration: none;
    outline: none;
    font-family: 'Heebo', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Heebo', sans-serif;
    /*font-family: "Poppins", sans-serif;*/
    color: #000;
    margin: 0;
    padding: 0;
}

p {
    font-size: 16px;
    color: #363636;
    line-height: 28px;
    font-family: 'Heebo', sans-serif;
}

.overlay {
    background: rgba(0,0,0,0.3);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all 0.5s ease;
}

.inner-overlay {
    width: 100%;
    float: left;
    background: #000000e8;
    padding: 100px 0px 0px 0px;
}

.inline-panel {
    display: inline-block;
    position: relative;
}

.flex-panel {
    display: flex;
    flex-wrap: wrap;
}

.full-width {
    width: 100%;
}

/*** 

====================================================================
  Scroll To Top style
====================================================================

***/

#scroll {
    position: fixed;
    z-index: 999;
    right: 12px;
    bottom: 10px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background-color: #01c3ff;
    border: solid 2px #01c3ff;
    /*border-radius: 50px;*/
    /*box-shadow: 0px 0px 3px 4px rgb(123, 123, 123);*/
}

#scroll span {
    position: absolute;
    top: 25%;
    left: 31%;
    /*margin-left: -8px;
    margin-top: -17px;*/
    font-size: 22px;
    font-weight: bold;
    color: #fff;
}

#scroll:hover {
    border: solid 2px #01c3ff;
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
}

/*** 

====================================================================
  End Scroll To Top style
====================================================================

***/

.row.m0 {
    margin: 0px;
}

.p0 {
    padding: 0px;
}

.padd-r-none {
    padding-right: 0;
}

.padd-l-none {
    padding-left: 0;
}

.pd-left-50 {
    padding-left: 50px;
}

.mr-btm-0 {
    margin-bottom: 0 !important;
}

.mb-60 {
    margin-bottom: 45px;
}

.brd-r-0 {
    border-right: 0 !important;
}

.spacer-50 {
    width: 100%;
    height: 20px;
    float: left;
}

.bg-gray-light {
    background-color: #f7f7f7;
}

/*** 

====================================================================
  image block style
====================================================================

***/

img {
    max-width: 100%;
}

.image_thumb {
    overflow: hidden;
    /*display: inline-block;*/
    position: relative;
    z-index: 3;
    cursor: pointer;
    box-shadow: 0 0px 17px #d2cfcf;
    background-color: #FFF;
    padding: 6px;
}

.image_thumb:before {
    content: "";
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
    cursor: pointer;
}

.image_thumb img {
    max-width: 100%;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
}

.image_thumb:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.image_thumb:hover:before {
    opacity: 1;
}

#success {
    display: none;
}

#error {
    display: none;
}

.display_table {
    display: table;
    width: 100%;
}

.display_table_row {
    display: table-row;
}

.display_table_cell {
    display: table-cell;
    float: none !important;
}

iframe {
    border: none;
}

i:before {
    margin-left: 0px !important;
}

/* Btn css*/

.btn-full {
    width: 100% !important;
    display: inline-block;
    text-align: center;
}

.btn-xlg {
    padding: 15px 50px
}

.btn-lg {
    padding: 12px 30px;
    display: inline-block;
}

.btn-md {
    padding: 11px 20px;
    display: inline-block;
}

.btn-xs {
    padding: 11px 15px 10px;
    display: inline-block;
}

.theme-btn {
    display: inline-block;
    padding: 14px 25px;
    background: #ffdc4f;
    border: solid 1px #fff;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    line-height: initial;
    border-radius: 4px;
    border: none;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    outline: none;
}

.theme-btn:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #ffc411;
    left: 0px;
    top: 0px;
    border-radius: 4px;
    display: block;
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transform: scalex(0);
    -ms-transform: scalex(0);
    transform: scalex(0);
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
}

.theme-btn:hover:before, .theme-btn:focus:before {
    outline: none;
    color: #000;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    -o-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.theme-btn:hover, .theme-btn:focus {
    color: #000;
}

.theme-btn-second {
    color: #FFF;
    background-color: #4f5368;
    border-radius: 4px;
    font-size: 16px;
    margin-top: 10px;
    float: left;
    letter-spacing: 0.3px;
}

.theme-btn-second:hover {
    background: #000;
    color: #FFF;
    text-decoration: none;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.theme-btn-brd {
    color: #649a38;
    background-color: #FFF;
    border: 2px solid #649a38;
    border-radius: 0px;
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 30px;
    letter-spacing: 0.3px;
}

.theme-btn-brd:hover {
    background: #649a38;
    border: 2px solid #649a38;
    color: #FFF;
    text-decoration: none;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

/* End btn css*/

/* Main title css
============================================================================================ */

.sec_middle_title {
    text-align: center;
    max-width: 1040px;
    margin: auto;
    padding-bottom: 60px;
}

.sec_middle_title h1 {
    font-size: 40px;
    color: #242424;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: .90px;
    padding-bottom: 20px;
}

.sec_middle_title h1::after {
    content: "";
    width: 50px;
    height: 2px;
    background: #000;
    display: block;
    position: relative;
    top: 10px;
    left: 0;
    margin: auto;
}

.sec_middle_title h1 span {
    font-size: 40px;
    color: #e6760c;
    font-weight: 300;
}

.sec_middle_title h2 span {
    color: #18ba60;
}

.sec_middle_title p {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: .34px;
}

.parent-btn {
    width: 100%;
    float: left;
}

.common-btn {
    display: inline-block;
    padding: 10px 22px;
    background: #ec1918;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: initial;
    border-radius: 4px;
    border: none;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    outline: none;
}

.common-btn span {
    padding-right: 12px;
}

.common-btn i {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: #fff;
    border-radius: 50%;
    font-size: 14px;
    color: #ec1918;
    text-align: center;
    line-height: 26px;
}

.common-btn:hover, .common-btn:focus {
    background: #fff;
    color: #000;
    text-decoration: none;
    outline: none;
}

.common-btn:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #fff;
    left: 0px;
    top: 0px;
    border-radius: 4px;
    display: block;
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transform: scaley(0);
    -ms-transform: scalex(0);
    transform: scalex(0);
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.common-btn:hover:before, .common-btn:focus:before {
    outline: none;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    /*    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    -o-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);*/
}

.btn-style2 {
    display: inline-block;
    padding: 14px 25px;
    background: #ede739;
    color: #000;
    border: none;
    outline: none;
    font-size: 18px;
    font-weight: bold;
    border-radius: 4px;
    position: relative;
    z-index: 2;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
}

.btn-style2:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #bc0b1d;
    border-radius: 4px;
    z-index: -1;
    left: 0px;
    top: 0px;
    display: block;
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
}

.btn-style2:hover:before {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    -o-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.page-heading {
    width: 100%;
    float: left;
    padding-bottom: 60px;
    text-align: center;
    color: #fff;
}

.page-heading h2 {
    padding-bottom: 18px;
    font-size: 45px;
    color: #242424;
    font-weight: 600;
    line-height: 45px;
    text-transform: uppercase;
    position: relative;
}

.page-heading h2:before {
    content: "";
    width: 80px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0px;
    right: 0;
    bottom: 0px;
    margin: auto;
}

.page-heading h5 {
    padding-bottom: 10px;
    font-size: 26px;
    color: #000;
    font-weight: 400;
}

.page-heading p {
    padding-top: 8px;
    font-size: 16px;
    color: #3e3e3e;
}

.yellow-bg {
    background: #ffdc4f !important;
}

.fullheight {
    height: 100%;
}

.blue-bg {
    background: #2472a6 !important;
}

/*CSS3 Bounce Animation*/

@-webkit-keyframes bounce {
    0% {
        -webkit-transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(20px);
        opacity: 0;
    }
}

@-moz-keyframes bounce {
    0% {
        -moz-transform: translateY(0);
    }
    50% {
        -moz-transform: translateY(20px);
        opacity: 0;
    }
}

@-o-keyframes bounce {
    0% {
        -o-transform: translateY(0);
    }
    50% {
        -o-transform: translateY(20px);
        opacity: 0;
    }
}

@keyframes bounce {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(20px);
        opacity: 0;
    }
}

/*** 

====================================================================
  Main Slider style
====================================================================

***/

.slider_area.mr_top {
    margin-top: 125px;
}

.slider_area {
    min-width: 0;
    height: calc(100vh - 125px);
    overflow: hidden;
    background: #eceef3;
}
.slider_area.h-none{
    min-width: 0;
    height: auto !important;
    overflow: hidden;
  
}
.slider_area .container-fluid {
    position: relative;
    padding-right: 0;
    padding-left: 0;
}

.slider_area .row {
    height: 100%;
}

.slider_area .col-lg-12 {
    position: relative;
    padding: 0;
    height: 100%;
}

.slider_area .slide {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: right;
}

.nobanner-slider.slider_area .slide {
    background: url(../img/home-slider/slide-1.png) 120% top no-repeat;
    background-size: contain;
}

.slider_area .slide img {
    max-width: 100%;
}

.bannervideo-main .slide-overlay {
    background-color: #0c0d0ecf !important;
}

.banner-video {
    width: 100%;
    height: 100%;
    float: left;
}

.banner-video video {
    width: 100%;
    height: 100%;
}

.banner-video video source {
    width: 100%;
    height: 100%;
}

.slider_area .owl-carousel {
    padding: 0;
    position: relative;
}

.slider_area .slide-overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: #0c0d0ea3;
}

.slider_area .carousel-captions {
    position: absolute;
    top: 50%;
    width: 500px;
    z-index: 2;
    -webkit-transform: translateY(-48%);
    transform: translateY(-48%);
}

.slider_area .carousel-captions.caption-align-center {
    width: 50%;
    margin: auto;
    text-align: left;
}

.slider_area .carousel-captions .caption-align-center-wrap {
    margin: 0 auto;
}

.slider_area .carousel-captions .heading {
    font-size: 50px;
    color: #2472a6;
    font-weight: 800;
    line-height: 52px;
}

.slider_area .carousel-captions .heading small {
    display: block;
    color: #000;
    font-size: 35px;
}

.slider_area .carousel-captions p {
    padding: 18px 0px 28px 0px;
    color: #000;
    font-size: 24px;
}

.slider_area .parent-btn {
    margin-top: 14px;
}

.slider_area .parent-btn .common-btn:last-child {
    margin-left: 25px;
}

.slider_area .owl-nav [class*=owl-] {
    width: 37px;
    height: 37px;
    color: #242424;
    line-height: 35px;
    padding: 0;
    background: transparent;
    border: 1px solid #242424;
    text-align: center;
    border-radius: 0;
    font-size: 20px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.slider_area .owl-nav .owl-prev {
    margin-right: 10px;
    top: 40%;
    left: 30px;
    position: absolute;
    color: #FFF;
    font-size: 26px;
    margin: 5px;
    padding: 0px;
    background: rgba(0, 0, 0, 0.5);
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 5px;
    width: 58px;
    height: 58px;
    border: none;
    border-radius: 100%;
    line-height: 62px;
}

.slider_area .owl-nav .owl-next {
    margin-right: 10px;
    top: 40%;
    right: 30px;
    position: absolute;
    color: #FFF;
    font-size: 26px;
    margin: 5px;
    padding: 0px;
    background: rgba(0, 0, 0, 0.5);
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 5px;
    width: 58px;
    height: 58px;
    border: none;
    border-radius: 100%;
    line-height: 62px;
}

/*...................End Slder...................*/

/*...................whoweare-section-Start...................*/

.whoweare-section {
    width: 100%;
    float: left;
}

.whoweare-imggrid {
    width: 100%;
    float: left;
}

.whoweare-imggroup {
    width: 100%;
    float: left;
}

.whoweare-imggroup:first-child img:last-child {
    margin-left: 25px;
    vertical-align: super;
}

.whoweare-imggroup:last-child img:last-child {
    border: solid 10px #fff;
    position: relative;
    top: -80px;
}

.whoweare-imgalign {
    border: solid 10px #fff;
    position: relative;
    top: -80px;
}

.whoweare-imgalign .overlay {
    background: #0000002b;
}

.whoweare-contents {
    width: 100%;
    float: left;
}

.whoweare-contents h4 {
    font-size: 20px;
    color: #ec1918;
    font-weight: 500;
}

.whoweare-contents h2 {
    padding: 12px 0px;
    font-size: 35px;
    color: #000000;
    font-weight: 700;
}

.whoweare-contents p {
    padding: 20px 0px 30px 0px;
    margin: 0px;
    font-size: 16px;
    color: #242424;
    line-height: 26px;
}

/*...................whoweare-section-End...................*/

/*...................howitwork-section-Start...................*/

.howitwork-section {
    width: 100%;
    float: left;
    padding: 80px 0px;
    position: relative;
    z-index: 2;
}

.howitwork-section .page-heading {
    padding-bottom: 40px
}

.howitwork-main {
    width: 100%;
    float: left;
}

.howitwork-panel {
    width: 100%;
    float: left;
    color: #fff;
    text-align: center;
    position: relative;
    background: #2472a6;
}

/*.howitwork-panel:after {
    content: '';
    position: absolute;
    width: 25px;
    height: 100%;
    top: 0;
    bottom: 0;
    right: -8px;
    margin: auto;
    background: #afcadf;
    clip-path: polygon(100% 100%, 100% 100%, 0% 100%, 0% 100%, 80% 0%);
    border-bottom-right-radius: 12px;
    transform: skew(-4deg);
}*/

.howitwork-panel img {
    width: 100%;
}

.offer {
    position: absolute;
    left: 0;
    top: 35%;
    right: 0;
    display: inline-block;
    bottom: 0;
    font-size: 75px;
    font-weight: bold;
    color: #fff;
    line-height: 50px;
    text-align: center;
}

.offer small {
    padding-top: 3px;
    display: block;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase
}

.yellow-line {
    position: absolute;
    display: none;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ff9a00;
    height: 30px;
    border-top-left-radius: 100%;
    border-bottom-left-radius: 0%;
    border-top-right-radius: 100%;
    border-bottom-right-radius: 0%;
}

.howitwork-content {
    width: 100%;
    margin-top: -45px;
    text-align: center;
    background-color: #2472a6;
    padding: 64px 15px 25px 15px;
    transition: all 0.5s ease;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: ease;
    transition-delay: 0s;
    background: url(../img/how-work/yellow-stripe.png) left 0% no-repeat;
    background-size: 100%;
    position: relative;
    z-index: 99;
}
.yellow-stripe {
    width: 100%;
    height: 60px;
    background: url(../img/how-work/yellow-stripe.png) left 0% no-repeat;
    background-size: 100%;
}
.howitwork-content h4 {
    padding-top: 10px;
    padding-bottom: 22px;
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    line-height: 25px;
    text-transform: uppercase;
    vertical-align: middle;
}
/*.howitwork-panel .overlay {
    background: #00000000;

}*/
/*...................emergencyplumb-section-End...................*/

.emergencyplumb-section {
    width: 100%;
    float: left;
    background: #34c5f4;
}

.emergencyplumb-main {
    width: 100%;
    float: left;
    overflow: hidden;
}

.call-now {
    background: #34c5f4;
    height: 100%;
    padding: 40px 20px 30px 20px;
    text-align: center;
}

.call-now h3 {
    color: #fff;
    font-size: 50px;
    line-height: 58px;
}

.call-now h3 strong {
    display: block;
}

.emergencyplumb-list {
    width: 100%;
    float: left;
    height: 100%;
    padding: 0px 20px 0px 70px;
    background: #2472a6;
    clip-path: polygon(100% 0%, 100% 100%, 6% 100%, 0% 50%, 6% 0%);
}

.emergencyplumb-text {
    display: table-cell;
    padding-left: 30px;
    vertical-align: middle;
}

.emergencyplumb-text h3 {
    padding-bottom: 12px;
    font-size: 24px;
    color: #fff;
    font-weight: 700;
}

.emergencyplumb-text p {
    margin: 0px;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}

.emergencyplumb-text p a {
    text-decoration: underline;
    color: #34c5f4;
}

.emergencyplumb-panel {
    width: 100%;
    float: left;
    padding: 50px 0px 18px 10px;
    display: table;
}

.emergencyplumb-panel span {
    display: table-cell;
}

.emergencyplumb-panel strong {
    width: 80px;
    height: 80px;
    padding: 5px;
    display: inline-block;
    border-radius: 100%;
    font-size: 30px;
    color: #fff;
    text-align: center;
    line-height: 70px;
    border: dashed 2px #b6c4d8;
}

/*...................emergencyplumb-section-End...................*/

/*===================================================mediavideo-section-Start===================================================*/

.video-grid {
    height: 100%;
    width: 100%;
    display: table;
    text-align: center;
}

.video-grid a {
    display: table-cell;
    vertical-align: middle;
}

.play-video {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    bottom: 0;
    text-align: center;
    margin: auto;
    font-size: 45px;
    color: #fff;
    letter-spacing: 12px;
    font-weight: 800;
    cursor: pointer;
    position: relative;
}

.play-video i {
    width: 80px;
    height: 80px;
    background: #262626;
    padding: 10px;
    text-align: center;
    border-radius: 50%;
    border: solid 8px #ffffffa8;
    line-height: 45px;
    font-size: 25px;
    letter-spacing: 0px;
    color: #ec1918;
    -webkit-animation: pulsewhite 3s infinite;
    -o-animation: pulsewhite 3s infinite;
    animation: pulsewhite 3s infinite;
    position: relative;
}

.play-video i:before {
    text-align: center;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    bottom: 0;
    padding-left: 5px;
    cursor: pointer;
    position: relative;
}

@keyframes pulsewhite {
    50% {
        box-shadow: 0 0 0 5px rgb(244, 249, 243), 0 0 0 10px rgba(236, 247, 235, 0.53)
    }
}

/*===================================================mediavideo-section-end===================================================*/

/*====================================whychooseus-section-Start=====================================*/

.whychooseus-section {
    width: 100%;
    float: left;
    padding: 90px 0px;
}

.whychooseus-heading {
    font-size: 45px;
    color: #242424;
}

.whychooseus-para {
    padding-bottom: 60px;
    font-size: 16px;
    color: #242424;
    font-weight: 400;
    line-height: 26px;
}

.whychooseus-img {
    width: 100%;
    height: 100%;
    float: left;
}

.whychooseus-img img {
    max-width: 100%;
    height: 100%;
}

.whychooseus-panel {
    width: 100%;
    float: left;
    height: 100%;
    background: #e9eaeb;
    padding: 45px 20px 30px 20px;
}

.whychooseus-icon {
    width: 70px;
    height: 70px;
    display: inline-block;
    background: #fff;
    font-size: 30px;
    color: #2472a6;
    line-height: 72px;
    text-align: center;
    border-radius: 100%;
}

.whychooseus-panel h3 {
    padding: 22px 0px 22px 0px;
    font-size: 20px;
}

.whychooseus-panel p {
    font-size: 16px;
    line-height: 24px;
}

.whychooseus-panel.blue-bg h3, .whychooseus-panel.blue-bg p {
    color: #fff;
}

/*====================================whychooseus-section-End=====================================*/

/*===================================================gallery-section-Start===================================================*/

.photogallery-section {
    width: 100%;
    float: left;
    padding: 0px 0px 90px 0px;
}

.photogallery-section .page-heading {
    padding-bottom: 40px;
}

.photogallery-section .page-heading h2:before {
    background: #de0606;
}

.photogallery-mainpanel {
    width: 100%;
    float: left;
}

.gallery-mainpanel {
    width: 100%;
    float: left;
}

.gallery-grouppanel {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
}

.gallery-grouppanel img {
    width: 100%;
}

.img-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: #de0606d4;
    text-align: center;
    opacity: 0;
    transition: all .3s ease;
}

.gallery-grouppanel:hover .img-overlay {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;
}

.gallery-grouppanel .img-overlay .gallery-contentpanel {
    display: table;
    width: 100%;
    height: 100%;
    /*    position: relative;*/
}

.gallery-grouppanel .img-overlay .galleryzoom-panel {
    display: table-cell;
    vertical-align: middle;
    /*    position: relative;*/
}

.gallery-grouppanel .galleryzoom-panel i.fa {
    font-size: 35px;
    color: #fff;
    line-height: 55px;
}

.gallery-slider.owl-carousel .owl-item {
    padding: 0px 15px;
}

.gallery-slider .owl-nav .owl-prev, .gallery-slider .owl-nav .owl-next {
    top: 40%;
    left: -30px;
    position: absolute;
    color: #bebebe;
    font-size: 40px;
    margin: 5px;
    padding: 0px;
    background: rgba(255, 255, 255, 0.3);
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 5px;
    border: none;
    line-height: 56px;
}

.gallery-slider .owl-nav .owl-next {
    margin-right: 10px;
    top: 40%;
    left: inherit !important;
    right: -30px;
}

/*===================================================gallery-section-End===================================================*/

/*====================================testimonials-section-Start=====================================*/

.testimonials-section {
    width: 100%;
    float: left;
    background: url(../img/testimonial/testi-bg.jpg);
    background-size: cover;
}

.testimonials-inner {
    width: 100%;
    float: left;
    background: #2472a6e3;
    padding: 100px 0px;
}

.testimonials-section .page-heading h2 {
    color: #fff;
}

.testimonials-mainpanel {
    width: 100%;
    float: left;
}

.testimonials-slider {
    width: 100%;
    float: left;
}

.testimonials-slider .owl-nav {
    position: absolute;
    width: 100%;
    top: 50%;
}

.testimonials-slider .owl-dot {
    display: inline-block;
    width: 13px;
    height: 13px;
    margin: 0px 3px;
    border: solid 1px #fff;
    border-radius: 100%;
}

.testimonials-slider .owl-dots {
    padding-top: 20px;
    text-align: center;
}

.testimonials-slider .owl-dot.active {
    background: #fe9a01;
    border: solid 1px #fe9a01;
}

.testimonials-details {
    width: 80%;
    overflow: hidden;
    margin: auto;
}

.testimonials-content img {
    width: auto !important;
    min-width: 34px;
    display: table-cell !important;
}

.testimonials-content {
    width: 100%;
    float: left;
    text-align: center;
}

.testimonials-content p {
    padding-bottom: 75px;
    margin: 0px;
    display: table;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    line-height: 30px;
}

.testimonials-content span {
    display: table-cell;
    padding: 0px 15px;
}

.testimonials-content h3 {
    padding-bottom: 8px;
    font-size: 20px;
    color: #ff9a00;
    font-weight: 500;
}

/*===================================================testimonials-section-End===================================================*/

/*===================================================latestpost-section-Start===================================================*/

.newsarticle-section {
    width: 100%;
    float: left;
    padding: 90px 0px;
}

.newsarticle-section .page-heading h2:before {
    background-color: #000;
}

.newsblog-mainpanel {
    width: 100%;
    float: left;
}

.newsblog-gridpanel {
    width: 100%;
    float: left;
}

.fullblog {
    margin-bottom: 0px !important;
    height: 100%;
}

.newsblog-group {
    width: 100%;
    float: left;
    margin-bottom: 30px;
    border: solid 1px #ebebeb;
}

.newsblog-group:last-child {
    margin-bottom: 0px;
}

.newsblog-imgpanel {
    width: 100%;
    float: left;
    height: 100%;
    overflow: hidden;
}

.newsblog-imgpanel img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
    transform-origin: bottom;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transform-origin: top left;
}

.fullblog .newsblog-imgpanel {
    height: auto;
}

.fullblog .newsblog-imgpanel img {
    height: auto;
}

.newsblog-group:hover .newsblog-imgpanel img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.newsarticle-slider .owl-item.active.center .newsblog-group img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}

.newsblog-conents {
    width: 100%;
    float: left;
    padding: 10px 20px 15px 25px;
}

.fullblog .newsblog-conents {
    padding: 15px 25px 25px 25px;
}

.newsblog-conents h3 {
    padding-top: 15px;
    font-size: 22px;
    color: #0c0c0c;
    font-weight: 600;
}

.newsblog-conents p {
    padding: 8px 0px 15px 0px;
    margin: 0px;
    font-size: 16px;
    color: #6a6a6a;
    font-weight: 400;
    line-height: 24px;
}

.newsblog-conents .common-btn {
    padding: 9px 22px;
    background: #34c5f4;
    font-size: 12px;
    font-weight: 500;
    border-radius: 24px;
}

.newsblog-conents .common-btn:hover, .newsblog-conents .common-btn:focus {
    background: #29b3e0;
    color: #fff;
    border-radius: 24px ;
}

.newsblog-conents .common-btn:before {
   display: none;
}

.newsblog-conents a {
    font-size: 16px;
    color: #ec1918;
    font-weight: bold;
}

.newsblog-mainpanel .parent-btn {
    padding-top: 80px;
    text-align: center;
}

/*...................latestpost-section-End...................*/

/*...................whatwedo-section-Start...................*/

.whatwedo-section {
    width: 100%;
    float: left;
    background: url(../img/whatwedo/whatwedo-bg.jpg) left top no-repeat;
    background-size: cover;
}

.whatwedo-main {
    width: 100%;
    float: left;
    padding: 90px 0px;
}

.whatwedo-grid {
    width: 100%;
    float: left;
}

.whatwedo-main .page-heading h2 {
    color: #fff;
}

.whatwedo-panel {
    width: 100%;
    float: left;
    border-radius: 6px;
    background-color: #fff;
    transition: border 0.5s ease;
    position: relative;
    box-shadow: 0px 1px 8px 1px rgba(0, 0, 0, 0.10980392156862745);
    transition: all 0.5s ease-in;
}

.whatwedo-img {
    width: 100%;
    float: left;
    transition: all 0.2s ease-in;
}

.whatwedo-img img {
    max-width: 100%;
    display: inline-block !important;
    width: auto !important;
    transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
}

.whatwedo-panel:hover .whatwedo-img, .whatwedo-panel.active .whatwedo-img {
    background: #fff;
}

.whatwedo-imgpanel:hover img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.whatwedo-content {
    width: 100%;
    float: left;
    padding: 25px 25px 25px 0px;
}

.whatwedo-content h3 {
    padding: 0px 0px 10px 0px;
    font-size: 22px;
    color: #2472a6;
    font-weight: 700;
}

.whatwedo-content h5 {
    font-size: 14px;
    color: #4f4f4f;
    font-weight: 500;
}

.whatwedo-content p {
    padding: 18px 0px 20px 0px;
    margin: 0px;
    font-size: 15px;
    color: #222222;
    font-weight: 400;
    line-height: 24px;
}

/*...................whatwedo-section-End...................*/

/*...................appointment-section-Start...................*/

.appointment-section {
    width: 100%;
    float: left;
    min-height: 440px;
    background: url(../img/appointment-bg.jpg) left top no-repeat;
    background-size: cover;
    position: relative;
}

.appointment-main {
    width: 100%;
    float: left;
    padding: 100px 0px;
    background: #2472a6e0;
}

.appointment-section .container {
    height: 100%;
}

.car-imgpanel {
    width: 32%;
    position: absolute;
    right: 0;
    bottom: -55px;
    margin: 0px;
    text-align: right;
}

.appointment-content {
    width: 70%;
    margin: auto;
    text-align: center;
}

.appointment-content h3 {
    padding-bottom: 40px;
    font-size: 45px;
    color: #ffffff;
    font-weight: bold;
    line-height: 55px;
    text-transform: uppercase;
}

.appointment-content p {
    padding-bottom: 30px;
    margin: 0px;
    font-size: 24px;
    color: #fff;
    font-weight: 200;
}

.call-appointment {
    display: table;
    padding-top: 10px;
    margin: auto;
}

.call-appointment i {
    display: table-cell;
    vertical-align: middle;
}

.call-appointment i small {
    width: 44px;
    height: 44px;
    display: inline-block;
    background: #fff;
    border-radius: 100px;
    line-height: 42px;
}

.call-appointment span {
    display: table-cell;
    padding-left: 15px;
    font-size: 26px;
    color: #fff;
    font-weight: 400;
    text-align: left;
}

.call-appointment span small {
    display: block;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
}

.appointment-content .parent-btn {
    padding-top: 10px;
}

/*...................appointment-section-End...................*/

/*====================================index-page-2-Start=====================================*/

.bannerform-main {
    width: 45%;
    float: left;
    height: 100%;
    position: relative;
    left: -50px;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
    box-shadow: -3px 0px 19px rgba(0, 0, 0, 0.07);
    background-color: #34c5f4;
    top: 20%;
}

.arrange-appointment {
    padding-bottom: 40px;
}

.arrange-appointment h2 {
    padding-bottom: 10px;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    color: #FFF;
}

.arrange-appointment p {
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    color: #FFF;
}

.banner-form .form-control {
    height: 40px;
    font-size: 16px;
    color: #8b8a8a;
    border-radius: 4px;
    border: none;
}

.banner-form textarea.form-control {
    font-size: 16px;
    color: #8b8a8a;
    height: 100px;
    margin-bottom: 20px;
    resize: none;
}

.banner-form .form-group input.placeholder {
    font-size: 16px;
    color: #8b8a8a;
}

.banner-form .form-group input:-moz-placeholder {
    font-size: 16px;
    color: #8b8a8a;
}

.banner-form .form-group input::-moz-placeholder {
    font-size: 16px;
    color: #8b8a8a;
}

.banner-form .form-group input::-webkit-input-placeholder {
    font-size: 16px;
    color: #8b8a8a;
}

.banner-form .form-group textarea.placeholder {
    font-size: 16px;
    color: #8b8a8a;
}

.banner-form .form-group textarea:-moz-placeholder {
    font-size: 16px;
    color: #8b8a8a;
}

.banner-form .form-group textarea::-moz-placeholder {
    font-size: 16px;
    color: #8b8a8a;
}

.banner-form .form-group textarea::-webkit-input-placeholder {
    font-size: 16px;
    color: #8b8a8a;
}

.banner-form .form-group textarea:focus {
    border-color: #dedbdb;
}

/*====================================index-page-2-End=====================================*/

/*====================================index-page-3-Start=====================================*/

.home3-banner.slider_area .slide-overlay {
    background-color: inherit;
    background-image: linear-gradient(to left, #0000, -40%, #282a2d00, #ccd9e17d);
}

/*====================================index-page-3-End=====================================*/

/*====================================index-page-4-Start=====================================*/

/*===================================================weprovide-section-Start===================================================*/

.weprovide-section {
    width: 100%;
    float: left;
    padding: 95px 0px 74px;
}
.weprovide-mainpanel {
    width: 100%;
    float: left;
}
.weprovide-section .page-heading h2{
    padding-bottom: 10px;
}
.weprovide-section .page-heading h2:before {
    background: #3ebce3;
}

.weprovide-section .page-heading {
    padding-bottom: 50px;
}
.weprovide-panel {
    width: 100%;
    float: left;
    background-color: #fff;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    text-align: center;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
}

.weprovide-icon {
    width: 170px;
    height: 170px;
    line-height: 170px;
    background: #fff;
    text-align: center;
    display: inline-block;
    border: solid 1px #fafafa;
    border-radius: 100%;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
    box-shadow: 0px 1px 12px 0px #dee5f07d;
    position: relative;
    z-index: 1;
}

.weprovide-panel:hover .weprovide-icon {
    color: #ffffff;
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
}

.weprovide-icon img {
    max-width: 80%;
    margin: auto;
}

.weprovide-content {
    padding: 20px 0px;
    color: #fff;
    text-align: center;
    -webkit-transition: bottom 0.5s ease;
    -o-transition: bottom 0.5s ease;
    transition: bottom 0.5s ease;
}

.weprovide-content h3 {
    font-size: 22px;
    color: #1e2442;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
}

/*===================================================weprovide-section-End===================================================*/

/*===================================================booktoday-section-Start===================================================*/

.booktoday-section {
    width: 100%;
    float: left;
    height: 350px;
    background: url(../img/booktoday.jpg) left top no-repeat;
    background-size: cover;
}

.booktoday-main {
    width: 100%;
    float: left;
    height: 100%;
    background: #2472a6e0;
    position: relative;
}

.booker-panel {
    width: 28%;
    float: left;
    position: absolute;
    bottom: 0;
    left: 0px;
}

.booker-panel img {
    max-width: 100%;
}

.booktoday-gridpanel {
    width: 80%;
    float: right;
}

.booktoday-gridpanel .col-lg-4.col-sm-4.col-xs-12 {
    position: static;
}

.booktoday-contents {
    width: 100%;
    float: right;
    padding: 60px 0px 30px 30px;
    text-align: center;
}

.booktoday-contents h3 {
    font-size: 42px;
    color: #fff;
    font-weight: bold;
}

.booktoday-contents p {
    padding: 13px 0px 25px 0px;
    font-size: 20px;
    color: #fff;
    font-weight: 300;
    line-height: 30px;
}

.booktoday-contents .common-btn {
    padding: 10px 40px;
    font-size: 22px;
    font-weight: bold;
}

/*===================================================booktoday-section-End===================================================*/

.commonpage-padding {
    padding: 90px 0px;
}

/*===================================================schedule-section-Start==================================================*/

.schedule-section {
    width: 100%;
    float: left;
    padding: 100px 0px 30px 0px;
    background: #ca0c0c url(../img/whatwedo/whatwedo-bg.jpg) left top no-repeat;
    position: relative;
    background-size: cover;
    overflow: hidden;
}

.schedule-section::after {
    content: '';
    width: 40%;
    height: 100%;
    background: #0d4363;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
}

.schedule-heading {
    width: 100%;
    float: left;
    padding-bottom: 40px;
    text-align: center;
}

.schedule-heading h2 {
    font-size: 35px;
    color: #ffffff;
    font-weight: 700;
    text-align: left;
}

.schedule-formmain {
    width: 100%;
    float: left;
    padding-right: 70px;
    padding-bottom: 70px;
}

.schedule-formmain .contact_us_form .form-group {
    margin-bottom: 10px;
}

.schedule-section .common-innerbtn {
    padding: 17px 30px;
    background: #fff;
    color: #000;
}

.schedule-section .contact_us_form .form-group input {
    background: #ffffff;
    height: 48px;
    border: none;
    border-radius: 8px;
}

.schedule-section .contact_us_form .form-group textarea {
    background: #ffffff;
    border: none;
    border-radius: 4px;
    height: 160px;
}

.schedule-img {
    width: 100%;
    float: left;
    position: relative;
    z-index: 9;
}

.schedule-img img {
    max-width: 100%;
    border: solid 9px #fff;
}

.rqstservice-btn {
    padding-top: 10px;
}

/*===================================================schedule-section-End==================================================*/

/*===================================================weprovide-section-End===================================================*/

/*====================================index-page-4-End=====================================*/

/*===================================================commonbanner-breadcrumb-css-Start===================================================*/

.banner_area {
    height: 400px;
    margin-top: 125px;
    background-size: cover;
    /*min-height: 352px;*/
    position: relative;
    z-index: 2;
}

.banner_area .container {
    height: 100%;
}

.content-align {
    display: table;
    height: 100%;
}

.content-center {
    display: table-cell;
    margin: auto;
    vertical-align: bottom;
}

.banner_area.banner_one {
    background: url(../img/banner/inner-banner.jpg) no-repeat 70% center;
    background-size: cover;
}

.banner_area:before {
    content: "";
    background:rgb(0 0 0 / 2%);
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.banner_content {
    width: 100%;
    float: left;
}

.banner_area .banner_content h3 {
    padding: 0px 0 100px 0;
    font-size: 55px;
    color: #2472a6;
    font-weight: 800;
}

.banner_link {
        background-color: #f7f7f7;
        box-shadow: 0 0 14.5px rgb(0 0 0 / 12%);
}

.abnner_link_inner {
    display: inline-block;
    padding: 20px 30px;
}

.banner_link .abnner_link_inner a {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    letter-spacing: .32px;
    padding-right: 20px;
    position: relative;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
}

.banner_link .abnner_link_inner a:before {
    content: "|";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    font-size: 16px;
    font-weight: 600;
    left: -15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color:#000;
}

.banner_link .abnner_link_inner a:last-child {
    margin-right: 0px;
}

.banner_link .abnner_link_inner a:first-child:before {
    display: none;
}

.banner_link .abnner_link_inner a:hover, .banner_link .abnner_link_inner a.active {
    color: #000;
    text-decoration: none;
}

.banner_area_plane {
    background: url(../img/banner/banner-bg.jpg) no-repeat scroll center center;
    background-size: auto auto;
    background-size: cover;
    min-height: 235px;
    position: relative;
    z-index: 2;
}

.banner_area_plane::before {
    content: "";
    background: rgba(143, 143, 143, 0.5);
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.banner_area_plane .banner_content h3 {
    padding-top: 100px;
    font-size: 38px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

/* End Banner Area*/

.our_about_area {
    background-color: #FFF;
}

.our_about_left_content {
    padding-right: 10px;
}

.our_about_left_content .section_title {
    padding-bottom: 30px;
}

.our_about_left_content h2 {
    text-align: left;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
}

.our_about_left_content h3 {
    font-size: 22px;
    line-height: 28px;
    letter-spacing: .44px;
    color: #242424;
}

.our_about_left_content p {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: .34px;
    padding-top: 30px;
}

/*===================================================commonbanner-breadcrumb-css-End===================================================*/


