* {
    margin: 0;
    padding: 0;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
    padding: 0 !important;
    margin: 0 !important;
    font-family: 'Nunito Sans', sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-family: 'Arsenal', sans-serif !important;
}

ul li {
    list-style-type: none;
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
}

ul {
    margin-bottom: 0 !important;
}

ol,
ul {
    padding-left: 0 !important;
}

a {
    text-decoration: none !important;
    font-weight: 600;
}

a:hover {
    text-decoration: none !important;
    cursor: pointer;
}

p {
    color: #898989;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    position: relative;
}

img {
    max-width: 100%;
}


button:focus {
    outline: none;
    box-shadow: none !important;
}

.form-control:focus {
    border-color: #66afe9 !important;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6) !important;
}

.primary-btn {
    color: #fff !important;
    background-image: -webkit-linear-gradient(90deg, #d41818 0%, #e33d3d 100%);
    font-weight: 700;
    padding: 22px 30px !important;
    font-size: 16px;
    transition: .4s;
    max-width: max-content;
    text-transform: uppercase;
    border: none;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    display: block;
    line-height: 12px;
    font-family: "Raleway", sans-serif !important;
}

.primary-btn:hover {
    background-image: -webkit-linear-gradient(90deg, #099bd7 0%, #099bd7 100%);
}

.list-box {
    display: flex;
    flex-direction: column;
}

.list-box li {
    position: relative;
    padding-left: 30px;
    font-size: 18px;
}

.list-box li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    height: 15px;
    width: 15px;
    /* background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='' height='' x='0' y='0' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M433.139 67.108 201.294 298.953c-6.249 6.249-16.381 6.249-22.63 0L78.861 199.15 0 278.011 150.547 428.56a55.766 55.766 0 0 0 78.861 0L512 145.968l-78.861-78.86z' fill='%23303030'/%3E%3Cpath d='M485.921 119.888 187.59 418.22a61.044 61.044 0 0 1-29.847 16.391 55.755 55.755 0 0 0 32.235 10.28 55.766 55.766 0 0 0 39.43-16.333L512 145.966l-26.079-26.078z' fill='%23000000' opacity='0.1'/%3E%3C/g%3E%3C/svg%3E"); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/*=================Header Start=============*/
header {
    background: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    font-family: "Open Sans", sans-serif !important;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    transition: transform 0.3s ease, background-color 0.3s ease;
    z-index: 99;
}

header .container {
    position: relative;
    padding-top: 20px;
    padding-bottom: 60px;
}

/* Fixed header with slide-in effect */
header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    transform: translateY(-100%);
}

header.fixed.scrolled {
    transform: translateY(0);
    background-color: rgba(255, 255, 255, 0.98);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* Slide into view */
header.scrolled {
    top: 0;
    background: linear-gradient(to bottom, #37a1de 50%, #1b8ed0 50%)
}

header.scrolled .container {
    padding-bottom: 45px;
}

header.scrolled .navigation.navigation-desktop {
    top: 0;
}

header.scrolled .top-header,
header.scrolled .top-header {
    display: none;
}

header.scrolled .website-logo {
    max-width: 120px;
}

.navbar-toggler-icon {
    background-image: url(../images/navigation.png) !important;
    width: 35px !important;
    height: 35px !important;
}

.top-header .row {
    align-items: center;
}

.top-header-details ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    justify-content: end;
}

.top-header-details ul li {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
}

.top-header-details ul li:not(:last-child) {
    border-right: 1px solid #31526c;
    padding-right: 20px;
}

.website-logo {
    max-width: 160px;
}

.top-header-contact p {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #0c98d2;
    margin-bottom: 0;
}

.top-header-contact a {
    font-weight: 700;
    font-size: 18px;
    color: #2e6da4;
}

/*=================Header End =============*/
/*================= Body Section Start=============*/
.owl-banner .owl-dot.active span {
    background: #fff !important;
}

.owl-banner .owl-dots {
    margin-top: -50px;
    position: relative;
}

.home-banner {
    position: relative;
    height: 600px;
}

.home-banner .row {
    align-items: center;
}

.owl-banner .items:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: #0000005e;
}

.banner-content {
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%);
    width: 60%;
}

.banner-content h1 {
    font-size: 64px;
    font-weight: 400;
    text-transform: capitalize;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

.banner-content h1 span {
    display: block;
    font-size: 30px;
    line-height: 30px;
    padding: 20px 0;
}

.banner-btns {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding-top: 20px;
    align-items: center;
}

.owl-banner,
.owl-banner .owl-stage-outer,
.owl-banner .owl-stage,
.owl-banner .owl-item,
.owl-banner .items,
.owl-banner .items img {
    height: 100%;
    object-fit: cover;
}

.owl-banner button.owl-prev {
    position: absolute;
    top: 50%;
    left: 1%;
}

.owl-banner button.owl-next {
    position: absolute;
    top: 50%;
    right: 1%;
}

.owl-banner button.owl-prev:hover,
.owl-banner button.owl-next:hover {
    background-color: transparent !important;
}

.owl-banner button.owl-prev i,
.owl-banner button.owl-next i {
    border: none;
    background-color: #000;
    height: 45px;
    width: 45px;
    line-height: 45px;
    opacity: 0.3;
    transition: .6s;
    font-size: 12px;
    color: #fff;
}

.owl-banner button.owl-prev i:hover,
.owl-banner button.owl-next i:hover {
    transition: .4s;
    opacity: 1;
}

.owl-banner .container {
    height: 100%;
}

.banner-contents {
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    left: 10%;
}

.banner-contents h1 {
    text-transform: uppercase;
    color: #fff;
    transition: all 300ms linear 0s;
    background: #1f98dd;
    font-size: 45px;
    padding: 10px;
    margin-bottom: 0;
    font-weight: 500;
    max-width: max-content;
    font-family: Mulish, sans-serif !important;
}

.banner-contents h2 {
    text-transform: uppercase;
    color: #073a5e;
    transition: all 300ms linear 0s;
    background: #fff;
    font-size: 45px;
    padding: 10px;
    font-weight: 800;
    max-width: max-content;
    font-family: Mulish, sans-serif !important;
}

.banner-contents .list-box {
    padding-top: 10px;
    padding-bottom: 10px;
}

.banner-contents .list-box li {
    color: #fff;
    letter-spacing: 0.3px;
    font-weight: 500;
    font-size: 20px;
    line-height: 35px;
    font-family: Raleway, sans-serif !important;
}

.banner-contents .list-box li::before {
    background-image: url("../images/banner-list-check.jpg");
}

.banner-footer {
    background-image: linear-gradient(#1b8ed0, #37a1de);
}

.banner-footer h2 {
    font-family: "PT Serif", serif !important;
    color: #fff;
    font-size: 32px;
    padding: 32px 0;
    font-style: italic;
    font-weight: normal;
}

/* --- Banner End --- */
/* ------ Why Trust Start ----------- */
.why-trust {
    padding: 50px 0;
}

.why-trust .list-box {
    width: 80%;
}

.why-trust-left {
    border-top: 1px solid #eee;
    margin-top: 30px;
    padding-top: 50px;
}

.why-trust .primary-title {
    font-weight: bold;
    font-size: 20px;
    line-height: 26px;
    font-family: "PT Serif", serif !important;
    margin-top: 0;
    margin-bottom: 20px;
    color: #424242;
    text-align: center;
}

.why-trust .list-box li {
    padding-left: 30px;
    font-size: 16px;
    font-family: "Open Sans", sans-serif !important;
    margin-top: 10px;
    text-transform: uppercase;
}

.why-trust .list-box li::before {
    top: 3px;
}

.why-trust .list-box li::before {
    background-image: url("../images/why-trust-icons.png");
}

.why-trust-award-img {
    padding: 50px 30px;
    text-align: center;
}

.why-trust-award-img img {
    background: #fff;
    padding: 10px;
    margin-right: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.enquiry-form {
    padding: 23px 16px 30px;
    background: #2b9cbe;
}

.form-header p {
    margin-bottom: 25px;
    font-weight: 400;
    font-style: italic;
    font-size: 17px;
    line-height: 24px;
    font-family: "Open Sans", sans-serif !important;
    color: #fff;
}

.enquiry-form label {
    color: #000;
}

.enquiry-form .row {
    row-gap: normal;
}

.enquiry-form .primary-btn {
    margin: 30px auto 0 auto !important;
    padding: 20px 100px !important;
}

.enquiry-form input.form-control,
.enquiry-form .form-select {
    height: 45px;
}

.enquiry-form textarea {
    height: 100px;
}

.enquiry-form .form-control,
.enquiry-form .form-select {
    font-size: 14px;
    font-weight: 500;
    border-radius: 0;
    padding: 8px 20px;
}

.enquiry-form .form-control::placeholder,
.enquiry-form .form-control[type="text"],
.enquiry-form .form-control[type="email"],
.enquiry-form select,
.enquiry-form .form-control {
    border-color: #30303000 !important;
}

.enquiry-form .form-control:focus,
.enquiry-form select:focus {
    box-shadow: 0 0 25px #37980671 !important;
}

.enquiry-form-title {
    color: #fff;
    font-family: "Raleway", sans-serif !important;
    font-weight: 800;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 15px;
}

.enquiry-form-col {
    position: relative;
}

/* ------- Why Trust End ------- */
/* ------- Why choose Start ------- */
.why-choose .primary-title {
    font-family: 'Mulish', sans-serif !important;
    color: #0e3c7b;
    font-weight: bold;
    font-size: 39px;
    line-height: 48px;
}

.why-choose .list-box li {
    padding-left: 28px;
    font-size: 18px;
    line-height: 26px;
    font-family: 'Mulish', sans-serif !important;
    position: relative;
    margin-top: 10px;
    color: #333;
}

.why-choose .list-box li::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='512' height='512' x='0' y='0' viewBox='0 0 474.8 474.801' style='enable-background:new 0 0 512 512' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M396.283 257.097c-1.14-.575-2.282-.862-3.433-.862-2.478 0-4.661.951-6.563 2.857l-18.274 18.271c-1.708 1.715-2.566 3.806-2.566 6.283v72.513c0 12.565-4.463 23.314-13.415 32.264-8.945 8.945-19.701 13.418-32.264 13.418H82.226c-12.564 0-23.319-4.473-32.264-13.418-8.947-8.949-13.418-19.698-13.418-32.264V118.622c0-12.562 4.471-23.316 13.418-32.264 8.945-8.946 19.7-13.418 32.264-13.418H319.77c4.188 0 8.47.571 12.847 1.714 1.143.378 1.999.571 2.563.571 2.478 0 4.668-.949 6.57-2.852l13.99-13.99c2.282-2.281 3.142-5.043 2.566-8.276-.571-3.046-2.286-5.236-5.141-6.567-10.272-4.752-21.412-7.139-33.403-7.139H82.226c-22.65 0-42.018 8.042-58.102 24.126C8.042 76.613 0 95.978 0 118.629v237.543c0 22.647 8.042 42.014 24.125 58.098 16.084 16.088 35.452 24.13 58.102 24.13h237.541c22.647 0 42.017-8.042 58.101-24.13 16.085-16.084 24.134-35.45 24.134-58.098v-90.797c-.002-3.994-1.915-6.752-5.72-8.278z' fill='%23447dcb'/%3E%3Cpath d='m467.95 93.216-31.409-31.409c-4.568-4.567-9.996-6.851-16.279-6.851-6.275 0-11.707 2.284-16.271 6.851L219.265 246.532l-75.084-75.089c-4.569-4.57-9.995-6.851-16.274-6.851-6.28 0-11.704 2.281-16.274 6.851l-31.405 31.405c-4.568 4.568-6.854 9.994-6.854 16.277 0 6.28 2.286 11.704 6.854 16.274l122.767 122.767c4.569 4.571 9.995 6.851 16.274 6.851 6.279 0 11.704-2.279 16.274-6.851l232.404-232.403c4.565-4.567 6.854-9.994 6.854-16.274s-2.283-11.706-6.851-16.273z' fill='%23447dcb'/%3E%3C/g%3E%3C/svg%3E");
    left: 5px;
    top: 5px;
    font-weight: normal;
    padding-right: 8px;
    height: 17px;
    width: 17px;
}

/* ------- Why choose End ------- */
/* ------- Services Start ------- */
.services {
    padding: 50px 0 50px;
}

.services .primary-title {
    font-family: 'Mulish', sans-serif !important;
    z-index: 9;
    color: #000;
    position: relative;
    font-weight: 700;
    text-align: center;
    font-size: 40px;
}

.services .section-title p {
    color: #150d0d;
    letter-spacing: 0.3px;
    margin-bottom: 25px;
    position: relative;
    font-weight: 500;
    font-size: 17px;
    text-align: justify;
}

.service-grid {
    padding: 15px;
}

.services-box {
    box-shadow: 0px 10px 13px -7px #565b5e, 5px 5px 15px 5px rgba(0, 0, 0, 0);
    min-height: 530px;
    background: #fff;
    position: relative;
}

.services-box::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    z-index: 9;
    border-left: 60px solid transparent;
    border-top: 60px solid #1b8ed0;
    content: "";
    height: 0;
    position: absolute;
    width: 0;
    transform: rotate(-90deg);
}

.services-box::after {
    position: absolute;
    bottom: 0;
    right: 0;
    content: '';
    z-index: 9;
    border-left: 60px solid transparent;
    border-top: 60px solid #1b8ed0;
    content: "";
    height: 0;
    position: absolute;
    width: 0;
    transform: rotate(90deg);
}

.services-box-img {
    margin-bottom: 20px;
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.services-box-img img {
    width: 100%;
    opacity: 1;
    transition: all 300ms linear 0s;
}

.services-box:hover img {
    transform: scale(1.1);
}

.services-box-title {
    font-family: 'Montserrat', sans-serif !important;
    letter-spacing: 0.3px;
    margin-bottom: 15px;
    text-align: center;
    font-weight: 600;
    color: #242424;
    font-size: 24px;
    text-transform: uppercase;
}

.services-box-title:hover {
    color: #099bd7;
    text-decoration: underline !important;
}

.services-box-contents {
    text-align: center;
}

.services-box-description {
    letter-spacing: 0.4px;
    color: #150d0d;
    margin-bottom: 15px;
    text-align: center;
    padding: 10px;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 17px;
}

.services-box-btn {
    font-size: 14px;
    background-image: -webkit-linear-gradient(90deg, #d41818 0%, #e33d3d 100%);
    background-image: -ms-linear-gradient(90deg, #d41818 0%, #e33d3d 100%);
    background-image: -moz-linear-gradient(90deg, #d41818 0%, #e33d3d 100%);
    transition: all 300ms linear 0s;
    text-align: center;
    margin: 0 auto 50px auto;
    line-height: 37px;
    padding: 12px 20px;
    border-radius: 3px;
    text-transform: uppercase;
    font-family: "Raleway", sans-serif !important;
    font-weight: bold;
    color: #fff;
    border: none;
}

.services-box-btn:hover {
    background-image: -webkit-linear-gradient(90deg, #099bd7 0%, #099bd7 100%);
    background-image: -ms-linear-gradient(90deg, #099bd7 0%, #099bd7 100%);
    background-image: -moz-linear-gradient(90deg, #099bd7 0%, #099bd7 100%);
}

/* ------- Services End ------- */
/* ------- Professional Start ------- */
.professional-title {
    color: #fff;
    font-family: 'Mulish', sans-serif !important;
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 600;
    letter-spacing: 0.15px;
}

.professional-description {
    font-family: "Open Sans", sans-serif !important;
    line-height: 26px;
    text-align: justify;
    margin-bottom: 0;
    color: #b5c9db;
    letter-spacing: 0.3px;
    position: relative;
    font-weight: 500;
    font-size: 17px;
}

.professional-list {
    padding: 35px 0 28px 0;
    display: inline-block;
    margin: 0;
}

.professional-list li {
    float: left;
    list-style: none;
    border-right: 1px dashed #6e6e6e;
    width: 200px;
}

.professional-list li img {
    margin: 0 20px 0 10px;
}

.professional-left {
    padding: 80px 0 0 100px;
    /* background-color: #113c5f; */
    background: url(../images/professional-left-bg.jpg);
    min-height: 494px;
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
}

.professional-content-inn {
    width: 80%;
}

.professional-right {
    min-height: 494px;
    background-image: url('../images/professional-right-bg.jpg');
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
}

.professional-list span {
    color: #fff;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
}

.professional-list li:last-child {
    border-right: 1px solid transparent;
}

/* ------- Professional End ------- */
/* -- Emmergency Leaks Section Start ---- */
.emmergency-leaks {
    text-align: center;
    background: url(../images/bg3.webp) no-repeat scroll 0 0;
    background-size: cover;
    padding: 65px 0 55px;
    text-align: center;
    color: #fff;
    letter-spacing: 0.3px;
    margin-top: 30px;
}

.emmergency-leaks .this-intro {
    font-size: 20px;
    font-family: "Raleway", sans-serif !important;
    margin: 0 0 10px;
    font-weight: 300;
}

.emmergency-leaks .this-title {
    font-size: 34px;
    margin: 0 0 18px;
    font-family: "Raleway", sans-serif !important;
    font-weight: bold;
    text-transform: uppercase;
}

.emmergency-leaks .call-link {
    display: inline-block;
    color: #f9bb27;
    font-size: 40px;
    line-height: 1;
    font-family: "Open Sans", sans-serif !important;
    font-weight: bold;
}

/* -- Emmergency Leaks Section End ---- */
/* -- Blogs Section Start ---- */
.blogs-row {
    padding: 82px 0;
}

.blogs-row .section-title {
    margin-bottom: 40px;
    font-family: 'Mulish', sans-serif !important;
    margin-top: 0;
    color: #242424;
    font-weight: 600;
    letter-spacing: 0.15px;
}

.blog-grid {
    padding: 15px;
    position: relative;
}

.blog-grid::before {
    position: absolute;
    top: 15px;
    left: 12px;
    content: '';
    z-index: 9;
    border-left: 60px solid transparent;
    border-top: 60px solid #4cc704;
    content: "";
    height: 0;
    position: absolute;
    width: 0;
    transform: rotate(-90deg);
}

.blog-grid::after {
    position: absolute;
    bottom: 31px;
    right: 12px;
    content: '';
    z-index: 9;
    border-left: 60px solid transparent;
    border-top: 60px solid #4cc704;
    content: "";
    height: 0;
    position: absolute;
    width: 0;
    transform: rotate(90deg);
}

.bg-featured-image {
    display: block;
    margin-bottom: 35px;
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #000;
}

.bg-featured-image img {
    width: 100%;
    opacity: 1;
    transition: all 300ms linear 0s;
}

.bg-post-title,
.bl-post-title {
    margin-top: 0;
}

.bg-post-title a,
.bl-post-title a {
    display: inline-block;
    color: #000;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: .3px;
    text-align: left;
}

.bg-post-excerpt {
    font-size: 15px;
    line-height: 26px;
    font-family: "Open Sans", sans-serif !important;
    color: #150d0d;
    padding-bottom: 15px;
    margin-bottom: 19px;
    border-bottom: 1px dashed #e2e2e2;
    text-align: justify;
    width: 95%;
}

.more-blog-lists {
    padding: 15px;
}

.blog-line {
    margin: 0 0 -1px;
    padding: 20px 34px 24px;
    border: 1px solid #d9d9d9;
    position: relative;
    background-size: cover;
    transition: all 300ms linear 0s;
    background-image: url(images/blog3.jpg);
}

.blog-line:before {
    content: '';
    display: block;
    position: absolute;
    background: #fff;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 300ms linear 0s;
}

.blog-line h4,
.blog-line ul {
    position: relative;
    z-index: 2;
    transition: all 300ms linear 0s;
}

.bg-post-title a,
.bl-post-title a {
    display: inline-block;
    color: #000;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: bold;
    line-height: 26px;
    letter-spacing: .3px;
}

.blog-line {
    margin: 0 0 -1px;
    border: 1px solid #d9d9d9;
    position: relative;
    background-size: cover;
    transition: all 300ms linear 0s;
    padding: 20px 34px;
    text-align: center;
    background: #37a1de;
}

.blog-line-btn {
    margin: 0 0 -1px;
    border: 1px solid #d9d9d9;
    position: relative;
    background-size: cover;
    transition: all 300ms linear 0s;
    padding: 20px 34px;
    text-align: center;
    background: #37a1de;
}

.blog-line-btn .redirect-link {
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    line-height: 1;
    font-family: "Open Sans", sans-serif !important;
    font-size: 20px;
    position: relative;
    z-index: 1;
}

.blog-line-btn .redirect-link:hover {
    color: #000;
}

/* -- Blogs Section End ---- */
/* -- BG-Column Section Start ---- */
.bg-column {
    position: relative;
    padding-top: 30px;
    padding-bottom: 50px;
    background-image: url(../images/smart-banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 40px;
}

.bg-column-left {
    box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgb(0 0 0 / 0%);
    background-image: linear-gradient(#37a1de, #1b8ed0);
    padding: 15px;
    border-radius: 5px;
}

.bg-column-left h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.1;
    margin-top: 20px;
    margin-bottom: 10px;
}

.bg-column-left p {
    color: #fff;
    font-size: 15px;
    line-height: 26px;
    font-family: "Open Sans", sans-serif !important;
}

.bg-column-right {
    padding: 10px;
    border: 2px solid #36a0dd;
    position: relative;
    margin-left: -35px;
    border-radius: 5px;
}

.bg-column-right h2 {
    margin-top: 0;
    margin-bottom: 20px;
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    font-family: "PT Serif", serif !important;
}

.bg-column-right p {
    text-align: justify;
    color: #fff;
    margin-top: -10px;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 15px;
    line-height: 26px;
    font-family: "Raleway", sans-serif !important;
}

.bg-column-right ul {
    display: inline-table;
    margin-top: 20px;
}

.bg-column-right ul li {
    padding-left: 30px;
    font-size: 16px;
    font-family: "Open Sans", sans-serif !important;
    margin-bottom: 10px;
    background: url(../images/list-check2.png) no-repeat scroll left 3px;
    color: #fff;
}

/* -- BG-Column Section End ---- */
/* -- Testimonial Section End ---- */
.testimonial2-row {
    padding: 0;
    background: url(../images/bg2.jpg) repeat scroll 0 0;
    background-size: cover;
}

.testimonial-text-box2 {
    text-align: center;
    flex-direction: column;
    align-items: center;
}

.testimonial-text-box2 .this-quote {
    width: 92px;
    text-align: center;
    display: inline-block;
    padding: 40px 0 30px 0;
}

.testimonial-text-box2 .this-texts {
    width: 950px;
    margin: 0 auto;
    color: #fff;
    font-family: 'PT Serif', sans-serif !important;
    font-style: normal;
    font-size: 20px;
    letter-spacing: 0.25px;
    font-style: italic;
}

.testimonial-author2 .media-body {
    text-align: center;
    padding: 35px 0;
    margin: auto;
    display: block;
}

.testimonial-author2 .this-title {
    font-size: 18px;
    color: #fff;
    line-height: 20px;
    margin: 0;
    font-style: italic;
    font-family: 'PT Serif', sans-serif !important;
}

.testimonial2-row .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 15px !important;
    color: #fff !important;
    border: 2px solid #fff !important;
    width: 35px;
    text-align: center;
    height: 35px;
    padding: 0 !important;
}

.testimonial2-row .owl-prev {
    left: 0;
}

.testimonial2-row .owl-next {
    right: 0;
}

/* -- Testimonial Section End ---- */
/* -- Served Areas Section Start ---- */
.served-areas {
    position: relative;
    padding-top: 30px;
    padding-bottom: 50px;
}

.served-areas-title {
    text-align: center;
    padding-bottom: 20px;
    font-family: 'Raleway', sans-serif !important;
    font-weight: 500;
    font-size: 36px;
    line-height: 40px;
}

.served-areas-title span {
    color: #1b8ed0;
}

.service-area li {
    padding: 5px;
    background: #1b8ed0;
    color: #fff;
    border-radius: 10px;
    position: relative;
}

.service-area li a {
    color: #fff;
    text-transform: capitalize;
    padding-left: 20px;
}

.service-area li::before {
    content: '\f3c5';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    left: 5px;
    top: 3px;
    color: #fff;
    font-size: 14px;
}

/* -- Served Areas Section End ---- */
/* -- Footer Section Start ---- */
.footer-contacts {
    padding: 23px 0 22px 0;
    background: #010101;
}

.footer-contact {
    font-size: 15px;
    line-height: 22px;
    font-family: "Open Sans", sans-serif !important;
    color: #fff;
    letter-spacing: 0.3px;
}

.footer-contact .media {
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(1, 17, 32, 0.7);
}

.footer-contact .media-left {
    vertical-align: middle;
    padding: 0;
    background: rgba(0, 0, 0, 0.5);
    font-size: 30px;
    color: #489dc5;
}

.footer-contact .media-left i {
    text-align: center;
    width: 70px;
    font-size: 25px;
}

.footer-contact .media-body {
    padding: 24px 18px;
    font-family: "Open Sans", sans-serif !important;
}

.footer-contact .media-body a {
    color: #fff;
    font-family: "Open Sans", sans-serif !important;
    font-weight: 500;
}

.footer-contact strong {
    text-transform: uppercase;
    display: block;
    color: #9bb2c7;
    font-family: "Open Sans", sans-serif !important;
}

.media-left,
.media-right,
.media-body {
    display: table-cell;
    vertical-align: top;
}

.site-footer {
    background: #111f2d;
    background-size: cover;
}

.footer-sidebar {
    padding: 32px 0 0;
}

.widget-footer .widget-title {
    color: #eeeeee;
    font-family: "Open Sans", sans-serif !important;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.15px;
    line-height: 1;
    text-transform: uppercase;
    margin: 38px 0 30px;
}

.widget-footer p {
    font-family: "Open Sans", sans-serif !important;
    line-height: 24px;
    color: #fff;
    letter-spacing: 0.3px;
}

.widget-footer p a {
    color: #337ab7;
}

.widget-footer .widget-title:after {
    content: '';
    width: 45px;
    height: 1px;
    background: #6dd1ff;
    display: block;
    margin: 15px 0 0;
}

.widget-footer .menu {
    list-style: none;
    padding: 0;
    margin: 0 0 45px;
}

.widget-footer .menu li {
    position: relative;
}

.widget-footer .menu li::before {
    content: '\f105';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    font-size: 12px;
}

.widget-footer .menu li a {
    color: #fff;
    text-transform: capitalize;
    padding-left: 20px;
    font-size: 14px;
    font-weight: 400;
}

.widget-footer .menu li+li {
    margin-top: 15px;
}

.footer-social {
    margin-top: 28px;
}

.footer-social li a {
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 26px;
    border: 1px solid #fff;
    border-radius: 100%;
    padding: 0;
    color: #fff;
    display: block;
}

.footer-social li+li {
    margin-left: 10px;
}

.newsletter-form {
    margin-top: 50px !important;
    padding: 20px 30px !important;
    border: 1px dashed rgba(255, 255, 255, 0.25);
    background: rgba(7, 15, 23, 0.25);
    align-items: center;
    justify-content: space-between;
}

.nform-texts {
    float: left;
    width: 40% !important;
    font-style: italic;
    font-size: 17px;
    line-height: 24px;
    font-family: "Open Sans", sans-serif !important;
    color: #4ba4cd;
    letter-spacing: 0.3px;
}

.nform-input {
    float: left;
    width: 40% !important;
    border-radius: 0 !important;
    height: 43px;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    background: rgba(0, 0, 0, 0.2) !important;
}

.nform-input::placeholder {
    color: #999999 !important;
}

.nform-btn {
    float: left;
    padding: 0 30px !important;
    line-height: 46px !important;
    background-image: -webkit-linear-gradient(90deg, #d41818 0%, #e33d3d 100%);
    background-image: -ms-linear-gradient(90deg, #d41818 0%, #e33d3d 100%);
    transition: all 300ms linear 0s;
    border: none !important;
    max-width: max-content;
    width: max-content;
    width: 15% !important;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: bold !important;
    font-size: 18px !important;
    line-height: 50px;
    font-family: "Raleway", sans-serif !important;
    padding: 0 35px;
    color: #fff;
    border: none;
    transition: all 300ms linear 0s;
}

.nform-btn:hover,
.nform-btn:focus {
    background: #099bd7 !important;
}

.copyright-row {
    margin: 25px 0 40px !important;
    font-size: 14px;
    line-height: 26px;
    font-family: "Open Sans", sans-serif !important;
    letter-spacing: 0.3px;
    color: #fff;
}

.copyright-texts {
    float: left;
}

.credit-texts {
    float: right;
}

/* Blog Page */
.blogs-row {
    padding: 82px 0;
}

@media (max-width: 767px) {
    .blogs-row {
        padding: 65px 0 60px;
    }
}

.blogs-row .section-title {
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .blogs-row .section-title {
        margin-bottom: 15px;
    }
}

.bg-featured-image {
    display: block;
    margin-bottom: 35px;
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #000;
}

.bg-featured-image img {
    width: 100%;
    opacity: 1;
    transition: all 300ms linear 0s;
}

.bg-featured-image:hover img,
.bg-featured-image:focus img {
    transform: scale(1.1);
    opacity: 0.8;
}

.bg-post-excerpt {
    font-size: 15px;
    line-height: 26px;
    font-family: "Open Sans", sans-serif !important;
    color: #150d0d;
    padding-bottom: 15px;
    margin-bottom: 19px;
    border-bottom: 1px dashed #e2e2e2;
}

.bg-post-meta {
    display: table;
    margin: 0;
}

.bg-post-meta li+li {
    border-left: 1px solid #c1c1c1;
    margin-left: 15px;
    padding-left: 15px;
}

.bg-post-meta li a {
    color: #c1c1c1;
    font-size: 13px;
    line-height: 14px;
    display: block;
}

.bg-post-meta li a i {
    margin-right: 8px;
    color: #95aac6;
    font-size: 18px;
}

.more-blog-lists {
    padding: 15px;
}

@media (max-width: 767px) {
    .more-blog-lists {
        margin: 0 auto;
        max-width: 400px;
    }
}

.blog-line {
    margin: 0 0 -1px;
    padding: 20px 34px 24px;
    border: 1px solid #d9d9d9;
    position: relative;
    background-size: cover;
    transition: all 300ms linear 0s;
}

@media (max-width: 1199px) {
    .blog-line {
        padding: 15px 20px;
    }
}

.blog-line:before {
    content: '';
    display: block;
    position: absolute;
    background: #fff;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 300ms linear 0s;
}

.blog-line:last-child {
    padding: 20px 34px;
    text-align: center;
    background: #37a1de;
}

@media (max-width: 1199px) {
    .blog-line:last-child {
        padding: 15px 20px;
    }
}

.blog-line:last-child:before {
    display: none;
}

.blog-line h4,
.blog-line ul {
    position: relative;
    z-index: 2;
    transition: all 300ms linear 0s;
}

.blog-line ul {
    display: table;
    margin: 0;
}

.blog-line ul li+li {
    margin-left: 18px;
}

.blog-line ul li a {
    display: inline-block;
    font-size: 15px;
    line-height: 1;
    font-family: "Open Sans", sans-serif !important;
    color: #898989;
}

.blog-line a.redirect-link {
    color: #ffffff;
    font-weight: bold;
    font-size: 15px;
    line-height: 1;
    font-family: "Open Sans", sans-serif !important;
    font-size: 20px;
}

.blog-line a.redirect-link:hover,
.blog-line a.redirect-link:focus {
    color: #000;
}

.blog-line:hover:before,
.blog-line:focus:before {
    background: #00527a;
    opacity: 0.85;
}

.blog-line:hover h4 a,
.blog-line:hover ul li a,
.blog-line:focus h4 a,
.blog-line:focus ul li a {
    color: #fff;
}

.bg-post-title,
.bl-post-title {
    margin-top: 0;
}

.bg-post-title a,
.bl-post-title a {
    display: inline-block;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    line-height: 26px;
    letter-spacing: .3px;
}

.bg-post-title a:hover,
.bg-post-title a:focus,
.bl-post-title a:hover,
.bl-post-title a:focus {
    color: #09a3d5;
    text-decoration: underline;
}

.bl-post-title {
    margin-bottom: 15px;
}

.blog-loop {
    margin: 0 30px 75px 0;
}

@media (max-width: 1199px) {
    .blog-loop {
        margin-right: 0;
    }
}

@media (max-width: 991px) {
    .blog-loop {
        margin-bottom: 50px;
    }
}

.blog-loop .featured-image {
    display: block;
    margin-bottom: 38px;
    height: auto;
    text-align: center;
    background: #000;
    overflow: hidden;
}

.blog-loop .featured-image img {
    max-width: 100%;
    opacity: 1;
    transition: all 300ms linear 0s;
}

.blog-loop .featured-image:hover img,
.blog-loop .featured-image:focus img {
    transform: scale(1.1);
    opacity: 0.8;
}

.blog-loop .this-date {
    margin: 0 0 20px;
    line-height: 1;
    font-weight: bold;
    font-size: 20px;
    line-height: 1;
    font-family: "Open Sans", sans-serif;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

.blog-loop .this-date a {
    display: inline-block;
    color: #b8b8b8;
}

.blog-loop .this-date a:hover,
.blog-loop .this-date a:focus {
    color: #464646;
}

.blog-loop .this-title {
    font-weight: bold;
    font-size: 28px;
    line-height: 1.15;
    font-family: "Alegreya", serif !important;
    margin: 0 0 28px;
}

.blog-loop .this-title a {
    display: inline-block;
    color: #464646;
}

.blog-loop .this-title a:hover,
.blog-loop .this-title a:focus {
    color: #0874cf;
    text-decoration: underline !important;
}

.blog-loop .this-excerpt {
    margin: 0 0 32px;
    font-size: 15px;
    line-height: 26px;
    font-family: "Open Sans", sans-serif !important;
    color: #8e8d8d;
    letter-spacing: 0.3px;
}

.blog-loop .this-footer {
    display: table;
    width: 100%;
    border-top: 1px solid #e4e4e4;
    padding-top: 28px;
    margin: 0;
}

@media (max-width: 1199px) {
    .blog-loop .this-footer {
        padding-top: 15px;
    }
}

.blog-loop .this-footer li {
    line-height: 1;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: #b8b8b8;
    margin-right: 15px;
}

@media (max-width: 1199px) {
    .blog-loop .this-footer li {
        font-size: 12px;
        font-weight: 600;
        margin-right: 10px;
        line-height: 1.7;
    }
}

.blog-loop .this-footer li a {
    color: #b8b8b8;
    margin: 0 5px;
}

.blog-loop .this-footer li a:hover,
.blog-loop .this-footer li a:focus {
    color: #0874cf;
}

.blog-loop .this-footer li:first-child a:hover,
.blog-loop .this-footer li:first-child a:focus {
    color: #b8b8b8;
}

.blog-loop .this-footer li i {
    font-size: 17px;
    margin-right: 10px;
}

@media (max-width: 1199px) {
    .blog-loop .this-footer li i {
        font-size: 14px;
        margin-right: 5px;
    }
}

@media (max-width: 991px) {
    .blog-pagination {
        margin-bottom: 50px;
    }
}

.blog-pagination li+li {
    margin-left: 10px;
}

.blog-pagination li a {
    border-radius: 0;
    min-width: 44px;
    height: 44px;
    line-height: 40px;
    text-align: center;
    padding: 0;
    color: #242424;
    border: 2px solid #b4b4b4;
    display: block;
    font-weight: 500;
}

.blog-pagination li a:hover,
.blog-pagination li a:focus {
    color: #448ed8;
    border-color: #448ed8;
    background: none;
}

.blog-pagination li.active a,
.blog-pagination li.active a:hover,
.blog-pagination li.active a:focus {
    color: #448ed8;
    border-color: #448ed8;
    background: none;
}

@media (max-width: 991px) {
    .blog-sidebar {
        padding-top: 40px;
    }
}

.blog-sidebar .widget {
    position: relative;
    z-index: 1;
}

.blog-sidebar .widget+.widget {
    margin-top: 50px;
}

.blog-sidebar .widget-title {
    margin-top: 0;
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 28px;
    line-height: 1;
    font-family: "Alegreya", serif !important;
    color: #242424;
}

.blog-sidebar .menu {
    padding: 0;
    margin: -15px 0 0;
    list-style: none;
}

.blog-sidebar .menu li+li {
    border-top: 1px solid #e6e6e6;
}

.blog-sidebar .menu li a {
    display: block;
    font-size: 15px;
    line-height: 40px;
    font-family: "Open Sans", sans-serif !important;
    color: #898989;
    padding-right: 45px;
    position: relative;
}

.blog-sidebar .menu li a:after {
    content: '\f105';
    font-family: "FontAwesome";
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    text-align: center;
    color: #c8c8c8;
    font-size: 14px;
}

.blog-sidebar .menu li a:hover,
.blog-sidebar .menu li a:focus {
    color: #09a3d5;
}

.blog-sidebar .menu li a:hover:after,
.blog-sidebar .menu li a:focus:after {
    color: #09a3d5;
}

.blog-sidebar .tag {
    float: left;
    margin: 0 10px 10px 0;
    line-height: 36px;
    padding: 0 22px;
    border: 1px solid #e4e4e4;
    font-family: "Open Sans", sans-serif;
    color: #a6a6a6;
}

.blog-sidebar .tag:hover,
.blog-sidebar .tag:focus {
    background: #266fac;
    color: #fff;
    border-color: #266fac;
}

.read-more.primary-btn {
    padding: 15px 20px !important;
}

.blog-listing-row {
    justify-content: space-between;
}

.search-form {
    border: 1px solid #e4e4e4;
    background: #f0f0f0;
}

.search-form .form-control {
    box-shadow: none;
    border-radius: 0;
    height: 49px;
    border: none;
    background: none;
    font-family: "Open Sans", sans-serif;
    letter-spacing: 0.3px;
    padding: 0 20px;
}

.search-form .form-control.placeholder {
    color: #909090;
}

.search-form .form-control::-moz-placeholder {
    color: #909090;
}

.search-form .form-control::-webkit-input-placeholder {
    color: #909090;
}

.search-form .form-control::-ms-input-placeholder {
    color: #909090;
}

.search-form .input-group-addon {
    border: none;
    padding: 0;
    background: none;
    border-radius: 0;
}

.search-form .input-group-addon button {
    padding: 0 10px;
    line-height: 49px;
    background: none;
    color: #7c7c7c;
    border: none;
    font-size: 16px;
}

.download-btn {
    display: block;
    padding-left: 22px;
    font: 700 22px/60px "Open Sans Condensed", sans-serif;
    color: #fff;
    text-transform: capitalize;
    position: relative;
}

.download-btn:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #266fac;
    z-index: -2;
    transition: all 300ms linear 0s;
}

.download-btn:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: calc(100% - 57px);
    background: #105fa1;
    z-index: -1;
    transition: all 300ms linear 0s;
}

.download-btn span {
    width: 57px;
    line-height: 53px;
    height: 60px;
    text-align: center;
    float: right;
    position: relative;
    z-index: 1;
}

.download-btn:hover,
.download-btn:focus {
    color: #fff;
}

.download-btn:hover:after,
.download-btn:focus:after {
    left: 0;
}

.recent-posts {
    display: table;
    width: 100%;
    border: 1px solid #e4e4e4;
    margin: 0;
}

.recent-posts li {
    padding: 26px 20px;
    transition: all 300ms linear 0s;
}

.recent-posts li:hover,
.recent-posts li:focus {
    background: #f7f7f7;
}

.recent-posts li+li {
    border-top: 1px solid #e4e4e4;
}

.recent-posts li a {
    display: block;
}

.recent-posts li a.title {
    line-height: 22px;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    color: #404040;
}

.recent-posts li a.title:hover,
.recent-posts li a.title:focus {
    color: #0874cf;
}

.recent-posts li a.date {
    margin-top: 16px;
    font-family: "Open Sans", sans-serif;
    color: #898989;
    line-height: 1;
}

.recent-posts li a.date:hover,
.recent-posts li a.date:focus {
    color: #404040;
}

.recent-posts li a.read-more {
    font: bold 15px/1 "Open Sans", sans-serif;
    color: #0874cf;
}

.recent-posts li a.read-more:hover,
.recent-posts li a.read-more:focus {
    color: #404040;
}

.single-post {
    margin-bottom: 0 !important;
}

.single-post .this-title {
    color: #464646;
}

.single-post .this-contents {
    margin: 0 0 25px;
}

.single-post .this-contents p {
    margin-bottom: 25px;
    font: 15px/26px "Open Sans", sans-serif;
    color: #8e8d8d;
    letter-spacing: 0.3px;
}

.single-post .this-footer {
    margin-bottom: 50px !important;
}

.comment-title {
    margin-top: 0;
    margin-bottom: 22px;
    font: bold 28px/1 "Alegreya", serif;
    color: #242424;
}

.comment-form {
    padding: 50px 25px;
    border: 1px solid #e4e4e4;
}

.comment-form .row {
    margin: 0 -25px;
}

.comment-form .row .col-sm-6 {
    padding: 0 25px;
}

.comment-form .row .form-control {
    height: 45px;
}

.social-shares li+li {
    margin-left: 6px;
}

.social-shares li:first-child {
    margin-right: 12px;
    border: 2px solid #e4e4e4;
    line-height: 46px;
    width: 50px;
    text-align: center;
    color: #a5a5a5;
    font-size: 18px;
    position: relative;
}

.social-shares li:first-child:after {
    content: '';
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    border-top: 2px solid #e4e4e4;
    border-right: 2px solid #e4e4e4;
    background: #fff;
    display: block;
    position: absolute;
    top: 50%;
    right: -7px;
    margin-top: -7px;
}

.social-shares li a {
    padding: 0 16px;
    line-height: 50px;
    text-transform: capitalize;
    font-family: "Raleway", sans-serif;
    font-weight: bold;
    color: #fff;
    border-radius: 0;
    letter-spacing: 0.3px;
    display: block;
}

.social-shares li a i {
    display: none;
}

@media (max-width: 767px) {
    .social-shares li a i {
        display: block;
        line-height: 50px;
        padding: 0 2px;
    }
}

@media (max-width: 767px) {
    .social-shares li a span {
        display: none;
    }
}

.social-shares li:nth-child(2) a {
    background: #4cc5f3;
}

.social-shares li:nth-child(3) a {
    background: #758ab7;
}

.social-shares li:nth-child(4) a {
    background: #e78074;
}

.social-shares li:nth-child(5) a {
    background: #4ca2cc;
}

.blog-contents {
    width: 95%;
}

/* === */
.testimonial-row .section-title {
    margin-bottom: 20px;
}

.testimonial2-row {
    padding: 0;
    min-height: 391px;
    background-size: cover;
}

.testimonial2-row .section-title {
    margin-bottom: 20px;
}

.testimonial2-row .owl-controls .owl-nav div {
    position: absolute;
    top: 0;
    font-size: 22px;
    color: #fff;
    border: 2px solid #fff;
    width: 35px;
    text-align: center;
    height: 35px;
    top: 200px;
    padding: 0;
}

.testimonial2-row .owl-prev {
    left: 0;
}

.testimonial2-row .owl-next {
    right: 0;
}

.testimonial-block {
    padding: 15px;
}

.testimonial-text-box {
    margin: 0 0 30px;
    padding: 32px 20px 35px 0;
    background: #fff;
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
    display: table;
    position: relative;
}

.testimonial-text-box:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    bottom: -25px;
    left: 69px;
    border-top: 25px solid #fff;
    border-right: 25px solid transparent;
}

.testimonial-text-box .this-quote img {
    margin: 0 20px;
    width: auto;
}

.testimonial-text-box .this-texts {
    display: table-cell;
    width: 88%;
    margin-left: auto;
    vertical-align: top;
    color: #9d9d9d;
    font: 15px/30px "Open Sans", sans-serif;
    letter-spacing: 0.25px;
}

.testimonial-text-box2 {
    text-align: center;
}

.testimonial-text-box2 .this-quote {
    width: 92px;
    text-align: center;
    display: inline-block;
    padding: 40px 0 30px 0;
}

.testimonial-text-box2 .this-texts {
    width: 950px;
    margin: 0 auto;
    color: #fff;
    font-family: 'PT Serif';
    font-style: normal;
    font-size: 20px;
    letter-spacing: 0.25px;
    font-style: italic;
}

.testimonial-author .media-left {
    padding-right: 30px;
}

.testimonial-author .media-left a {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 100%;
}

.testimonial-author .this-title {
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
    color: #9d9d9d;
    line-height: 20px;
    margin: 0;
}

.testimonial-author .loc {
    font-family: "Open Sans", sans-serif;
    color: #099bd7;
    line-height: 20px;
    margin: 0;
    text-transform: uppercase;
}

.testimonial-author .media-body {
    vertical-align: middle;
}

.testimonials-contents {
    padding: 85px 0 50px;
    background: #f0f0f0;
}

.testimonials-contents .testimonial-block {
    padding-bottom: 50px;
}

.testimonial-author2 .media-left {
    padding-right: 30px;
}

.testimonial-author2 .media-left a {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 100%;
}

.testimonial-author2 .this-title {
    font-size: 18px;
    color: #fff;
    line-height: 20px;
    margin: 0;
    font-style: italic;
    font-family: 'PT Serif';
}

.testimonial-author2 .loc {
    font-family: "Open Sans", sans-serif;
    color: #099bd7;
    line-height: 20px;
    margin: 0;
    text-transform: uppercase;
}

.testimonial-author2 .media-body {
    text-align: center;
    padding: 35px 0;
}

.testimonials-contents2 {
    padding: 85px 0 50px;
    background: #f0f0f0;
}

.testimonials-contents2 .testimonial-block2 {
    padding-bottom: 50px;
}

.testimonial-carousel2 .owl-item {
    padding: 10px;
}

/*  */

.service-para {
    color: #000;
}

.service-section {
    border: 2px solid #9e9a9a;
    -webkit-box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgb(0 0 0 / 0%);
    box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgb(0 0 0 / 0%);
    padding: 10px;
    margin-bottom: 20px;
    margin-bottom: 20px;
}

.service-section .service-heading {
    border-bottom: 2px dashed gray;
    width: 250px;
    margin-bottom: 12px;
    padding-bottom: 12px;
}

.servicing li {
    border: 1px solid #37a1de;
    border-radius: 20px;
    width: 180px;
    background: #37a1de;
    color: #fff;
    margin-top: 8px;
    margin-bottom: 13px;
    text-align: center;
    font-size: 16px;
}

.location {
    width: 80%;
    margin: 0 auto;
}


summary {
    padding: 1em;
    background: #37a1de;
    margin-bottom: 1em;
    cursor: pointer;
    outline: none;
    border-radius: 0.3em;
    font-weight: bold;
    font-size: 18px;
    color: #fff;

    &:hover {
        background: rgb(255 200 5);
    }
}

details[open] summary~* {
    animation: open 0.5s ease-in-out;
}

@keyframes open {
    from {
        opacity: 0;
        margin-top: -10px;
    }

    to {
        opacity: 1;
        margin-top: 0;
    }
}


.request-service-form {
    padding: 23px 16px 30px;
    background: #2b9cbe;
}

.request-service-form .this-title {
    color: #fff;
    font-family: "Raleway", sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 15px;
}

.request-service-form p {
    margin-bottom: 25px;
    font: 400 italic 17px/24px "Open Sans", sans-serif;
    color: #fff;
}

.request-service-form .form-control {
    border-radius: 0;
    box-shadow: none;
    border: none;
    margin-bottom: 8px;
    padding: 8px 20px;
    height: 42px;
}

.request-service-form textarea.form-control {
    margin-bottom: 20px;
    height: 120px;
    resize: none;
}

.carpet-img {
    padding: 5px;
    border: 1px solid #e3dddd;
    -webkit-box-shadow: 0px 10px 13px -7px #423e3e, 5px 5px 15px 5px rgb(0 0 0 / 0%);
    box-shadow: 0px 10px 13px -7px #423e3e, 5px 5px 15px 5px rgb(0 0 0 / 0%);
}

.about-us-lists .nav {
    display: inline-table;
}

.about-us-lists .nav li {
    padding-left: 30px;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 10px;
    background: url(../images/list-check2.png) no-repeat scroll left 3px;
}

.forest-lake-appoint {
    position: relative;
    margin-bottom: 26px;
}

.forest-lake-appoint h2.ab-title {
    margin: 0;
    color: aliceblue;
    font: bold 24px/42px "Alegreya", serif;
    text-align: center;
}

.forest-lake-appoint h2.ab-title span {
    display: block;
    color: #feda4e !important;
    text-transform: uppercase;
    margin-bottom: 0 !important;
}

.forest-lake-appoint h2.ab-title a {
    color: #fff;
}

.feauried-img h4 {
    font-size: 16px;
    font-weight: 600;
    background: #1b8ed0;
    color: #fff;
    text-transform: capitalize;
    padding: 20px 10px;
    text-align: center;
}

.this-featured-images img {
    float: unset !important;
    margin: 0 !important;
}

.forest-lake-appoint .media-body {
    margin-right: 20px !important;
    display: inline-block;
}

.choose-box {
    position: relative;
    background: #f5f5f5;
    height: 272px;
    padding: 18px;
    margin-bottom: 22px;
    -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    -moz-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.table-choose {
    display: flex;
    margin-bottom: 18px;
}

.box-left {
    background-color: #2875b1;
    height: 40px;
    width: 60px;
    position: relative;
    padding: 30px;
}

.box-left img {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.box-left,
.box-right {
    display: table-cell;
}

.box-right h4 {
    padding-left: 16px;
    font-weight: 600;
}

.contact-us-page-form {
    width: 60%;
    margin: auto;
}

.contacts-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contacts-box i {
    font-size: 35px;
}

.contacts-box-content a {
    color: #1c5784;
}

.contacts-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 20px;
    padding: 50px 10px;
    row-gap: 20px;
}

.contacts-box-content strong {
    display: block;
    text-align: center;
    text-transform: capitalize;
}

.contacts-box-content {
    text-align: center;
}

.contact-us-page-contacts {
    padding-bottom: 60px;
}

.contact-us-page-map {
    padding-top: 60px;
}

.contact-us-page-map iframe {
    width: 100%;
}

/* -- Footer Section End ---- */
/*<!-- ----------------- Bottom to Top Scroll Button Start ------------------>*/
#scrollTopBtn {
    position: fixed;
    bottom: 110px;
    right: 20px;
    display: none;
    border: none !important;
    color: #fff;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    font-size: 20px;
    z-index: 9;
}

#scrollTopBtn.show {
    display: block;
}

/*<!-- ----------------- Bottom to Top Scroll Button End ------------------>*/

/*<!-- ----------------- Whatsapp Chat Start ------------------>*/
.whatsapp-chat {
    position: fixed;
    bottom: 50px;
    right: 20px;
    width: 120px;
    z-index: 9;
    filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.199));
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    padding: 10px 20px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 24px;
}

.whatsapp-chat img {
    width: 30px;
    filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.374));
}

.whatsapp-chat:hover {
    scale: 1.05;
}

/*<!-- ----------------- Whatsapp Chat End ------------------>*/
/*===================================Responsive Start==========================*/
@media only screen and (max-width: 1199.5px) {}

@media only screen and (max-width: 1024.5px) {}

@media only screen and (max-width: 978px) {}

@media only screen and (min-width: 992.5px) {}

@media only screen and (max-width: 480.5px) {}

@media only screen and (max-width: 991.5px) {
    header .container {
        position: relative;
        padding-top: 0;
        padding-bottom: 10px;
    }

    .top-header-details-sec {
        display: none !important;
    }

    .banner-contents h1 {
        font-size: 24px;
    }

    .banner-contents h2 {
        font-size: 24px;
    }

    .banner-contents .list-box li {
        font-size: 18px;
        line-height: 26px;
    }

    header.fixed {
        position: unset !important;
    }

    .container.navbar-fixed-bottom {
        position: fixed;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: 9;
        padding: 0 !important;
    }

    .enquiry-form-col {
        padding: 0 !important;
    }

    .why-choose {
        display: none;
    }

    .services-box {
        min-height: 480px;
    }

    .professional-left {
        padding: 35px 0 0 35px !important;
        min-height: 400px;
    }

    .testimonial2-row .owl-nav button {
        top: 10%;
    }

    .served-areas .row {
        row-gap: 10px;
    }

    form.newsletter-form {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }

    .site-footer {
        padding-bottom: 70px;
    }

    .credit-texts {
        float: unset;
    }

    .navigation-portrait .nav-menu>li {
        border-bottom: 1px solid #feda4e;
        background: #f2cb35;
    }

    .navigation-portrait .nav-menu>li>a {
        font-size: 15px;
        line-height: 25px;
        color: #443c1a;
    }

    .navigation-portrait .nav-menus-wrapper {
        background: #063459 !important;
    }

    .header-social {
        justify-content: center;
        gap: 20px;
    }

    .header-social li {
        border: none;
        background: none;
    }

    .header-social li a {
        font-size: 15px;
        color: #443c1a;
    }

    .header-social li a i {
        color: #fff;
    }

    .nav-menu .primary-btn {
        margin-right: auto;
        max-width: 100%;
        width: 100%;
        text-align: center;
    }

    .header-btn-sec {
        width: 95%;
        padding: 20px 0 !important;
        flex-direction: column;
        gap: 20px;
    }

    .page-cover2 .container {
        padding: 105px 25px 63px !important;
    }

    .blog-contents {
        width: 100%;
    }
}

@media only screen and (max-width: 575.5px) {
    .banner-contents h1 {
        font-size: 18px;
    }

    .banner-contents h2 {
        font-size: 18px;
    }

    .banner-contents .list-box li {
        font-size: 14px;
        line-height: 24px;
        padding-left: 22px;
    }

    .list-box li::before {
        top: 6px;
        height: 12px;
        width: 12px;
    }

    .home-banner {
        height: 500px;
    }

    .banner-contents {
        top: 50%;
        transform: translate(-50%, -50%);
        left: 50%;
        width: 90%;
    }

    .banner-footer h2 {
        font-size: 20px;
        padding: 15px 0 !important;
    }

    .why-trust {
        padding: 0 !important;
    }

    .why-trust .list-box {
        width: 100%;
    }

    .why-trust-award-img {
        padding: 50px 0 !important;
    }

    .why-trust-award-img img {
        width: 32%;
    }

    .enquiry-form .primary-btn {
        padding: 20px 50px !important;
    }

    .services .primary-title {
        font-size: 22px;
    }

    .professional-left {
        padding: 35px 0 0 0 !important;
        min-height: 650px;
    }

    .professional-content-inn {
        width: 90%;
        margin: auto;
    }

    .professional-list {
        padding: 35px 0 15px 0 !important;
        display: inline-block;
        margin: 0;
    }

    .professional-list li {
        border-right: none;
        width: 100%;
        margin-bottom: 25px;
    }

    .services-box {
        min-height: 100%;
        padding-bottom: 40px;
    }

    .faq-page {
        padding: 30px 0 !important;
    }

    .faq-page .row {
        row-gap: 30px !important;
    }
}

/*===================================Responsive End==========================*/

/*=================================== Mega Menu Start ==========================*/
.navigation.navigation-mobile {
    display: none !important;
}

.navigation.navigation-desktop {
    display: table !important;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 85%;
    width: 100%;
    z-index: 999;
}

.navigation {
    display: table;
    position: relative;
    background: linear-gradient(to bottom, #37a1de 50%, #1b8ed0 50%);
    padding: 5px;
    border-radius: 4px;
}

.navigation * {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

.navigation-portrait {
    height: 48px;
    transform: unset !important;
    left: 0 !important;
    background: none;
    top: 18% !important;
}

.navigation-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 19998;
}

.navigation-hidden {
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.navigation-portrait .nav-brand {
    font-size: 18px;
    line-height: 48px;
}

.nav-logo>img {
    height: 48px;
    margin: 11px auto;
    padding: 0 15px;
    float: left;
}

.nav-logo:focus>img {
    outline: initial;
}

.navigation-portrait .nav-logo>img {
    height: 36px;
    margin: 6px auto 6px 15px;
    padding: 0;
}

.nav-toggle {
    width: 30px;
    height: 30px;
    padding: 6px 2px 0;
    position: absolute;
    top: 50%;
    margin-top: -14px;
    right: 15px;
    display: none;
    cursor: pointer;
}

.nav-toggle:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: #eab206;
    mask-image: url("data:image/svg+xml,%3Csvg%20aria-hidden%3D'true'%20focusable%3D'false'%20role%3D'presentation'%20viewBox%3D'0%200%2064%2064'%20xmlns%3D'http%3A//www.w3.org/2000/svg'%3E%3Cpath%20d%3D'M7%2015h51M7%2032h43M7%2049h51'%20stroke%3D'black'%20stroke-width%3D'5'/%3E%3C/svg%3E");
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: center;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20aria-hidden%3D'true'%20focusable%3D'false'%20role%3D'presentation'%20viewBox%3D'0%200%2064%2064'%20xmlns%3D'http%3A//www.w3.org/2000/svg'%3E%3Cpath%20d%3D'M7%2015h51M7%2032h43M7%2049h51'%20stroke%3D'black'%20stroke-width%3D'5'/%3E%3C/svg%3E");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    -webkit-mask-position: center;
}

.navigation-portrait .nav-toggle {
    display: block;
}

.navigation-portrait .nav-menus-wrapper {
    width: 70%;
    height: 100%;
    top: 0;
    left: -72%;
    position: fixed;
    background-color: #fff;
    z-index: 20000;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition-duration: 0.2s;
    transition-timing-function: ease;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
    left: auto;
    right: -400px;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
    left: 0;
    width: 90%;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
    left: auto;
    right: 0;
}

.nav-menus-wrapper-close-button {
    width: 30px;
    height: 40px;
    margin: 10px 7px;
    display: none;
    float: right;
    color: #fff;
    font-size: 26px;
    cursor: pointer;
}

.navigation-portrait .nav-menus-wrapper-close-button {
    display: block;
}

.nav-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: normal;
    font-size: 0;
    width: 100%;
    display: inline-flex;
    align-items: center;
    border: 1px solid #e7e7e7;
}

.navigation-portrait .nav-menu {
    width: 100%;
    flex-direction: column;
}

.navigation-landscape .nav-menu.nav-menu-centered {
    float: none;
    text-align: center;
}

.navigation-landscape .nav-menu.nav-menu-centered>li {
    float: none;
}

.nav-menu>li {
    display: inline-block;
    float: left;
    text-align: left;
    line-height: 10px;
    position: relative;
}

.nav-menu>li:not(:last-child):not(:nth-child(7))::after {
    content: '';
    position: absolute;
    background: #f3f3f4;
    right: 0;
    height: 70%;
    width: 1px;
    top: 50%;
    transform: translateY(-50%);
}

.nav-menu>li:last-child {
    padding-left: 80px;
}

.navigation-portrait .nav-menu>li {
    width: 100%;
    position: relative;
    border-top: solid 1px #f0f0f0;
}

.navigation-portrait .nav-menu>li:last-child {
    border-bottom: solid 1px #f0f0f0;
}

.nav-menu+.nav-menu>li:first-child {
    border-top: none;
}

.navigation-portrait .nav-menu>li>a {
    width: 100%;
    height: auto;
    padding: 12px 15px 12px 26px;
}

.nav-menu>li>a>i,
.nav-menu>li>a>[class*="ion-"] {
    width: 18px;
    height: 16px;
    line-height: 16px;
    transform: scale(1.4);
}

.nav-menu>li>a>[class*="ion-"] {
    width: 16px;
    display: inline-block;
    transform: scale(1.8);
}

.navigation-portrait .nav-menu.nav-menu-social {
    width: 100%;
    text-align: center;
}

.nav-menu.nav-menu-social>li {
    text-align: center;
    float: none;
    border: none !important;
}

.navigation-portrait .nav-menu.nav-menu-social>li {
    width: auto;
}

.nav-menu.nav-menu-social>li>a>[class*="ion-"] {
    font-size: 12px;
}

.nav-menu.nav-menu-social>li>a>.fa {
    font-size: 14px;
}

.navigation-portrait .nav-menu.nav-menu-social>li>a {
    padding: 15px;
}

.submenu-indicator {
    margin-left: 8px;
    /* margin-top: 6px; */
    float: right;
    transition: all 0.2s;
}

.navigation-portrait .submenu-indicator {
    width: 54px;
    height: 44px;
    margin-top: 0;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    z-index: 20000;
}

.submenu-indicator-chevron {
    height: 8px;
    width: 8px;
    display: block;
    border-style: solid;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    transition: border 0.2s;
}

.navigation-portrait .submenu-indicator-chevron {
    position: absolute;
    top: 18px;
    left: 24px;
}

.nav-menu>li:hover>a .submenu-indicator-chevron,
.nav-menu>.active>a .submenu-indicator-chevron,
.nav-menu>.focus>a .submenu-indicator-chevron {
    border-color: transparent #ffffff #ffffff transparent;
}

.navigation-portrait .submenu-indicator.submenu-indicator-up {
    transform: rotate(-180deg);
}

.nav-dropdown.nav-submenu {
    box-shadow: rgba(0, 0, 0, 0.176) 0px 6px 12px;
}

.nav-overlay-panel {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: none;
    z-index: 19999;
}

.no-scroll {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.nav-button {
    margin: 18px 15px 0;
    padding: 8px 14px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
}

.nav-button:hover,
.nav-button:focus {
    color: #fff;
    text-decoration: none;
}

.navigation-portrait .nav-button {
    width: calc(100% - 52px);
    margin: 17px 26px;
}

.nav-text {
    margin: 25px 15px;
    display: inline-block;
    color: #343a40;
    font-size: 14px;
}

.navigation-portrait .nav-text {
    width: calc(100% - 52px);
    margin: 12px 26px 0;
}

.navigation-portrait .nav-text+ul {
    margin-top: 15px;
}

.nav-dropdown {
    min-width: 180px;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    list-style: none;
    z-index: 98;
    white-space: nowrap;
}

.navigation-portrait .nav-dropdown {
    width: 100%;
    position: static;
    left: 0;
}

.nav-dropdown .nav-dropdown {
    left: 100%;
}

.nav-menu>li>.nav-dropdown {
    border-top: solid 1px #f0f0f0;
    background-color: #1b8ed0;
}

.nav-dropdown>li {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
    text-align: left;
}

.nav-dropdown>li>a {
    width: 100%;
    padding: 16px 20px;
    display: inline-block;
    text-decoration: none;
    float: left;
    font-size: 15px;
    font-weight: normal;
    color: #fff;
    background-color: #1b8ed0;
    text-transform: capitalize;
}

.nav-dropdown>li:not(:last-child) a {
    border-bottom: 1px solid #feda4e;
}

.nav-dropdown>li:hover>a,
.nav-dropdown>li.focus>a {
    color: #fff;
}

.nav-dropdown.nav-dropdown-left {
    right: 0;
}

.nav-dropdown>li>.nav-dropdown-left {
    left: auto;
    right: 100%;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left>li>a {
    text-align: right;
}

.navigation-portrait .nav-dropdown>li>a {
    padding: 12px 20px 12px 30px;
}

.navigation-portrait .nav-dropdown>li>ul>li>a {
    padding-left: 50px;
}

.navigation-portrait .nav-dropdown>li>ul>li>ul>li>a {
    padding-left: 70px;
}

.navigation-portrait .nav-dropdown>li>ul>li>ul>li>ul>li>a {
    padding-left: 90px;
}

.navigation-portrait .nav-dropdown>li>ul>li>ul>li>ul>li>ul>li>a {
    padding-left: 110px;
}

.nav-dropdown .submenu-indicator {
    right: 15px;
    top: 10px;
    position: absolute;
}

.navigation-portrait .nav-dropdown .submenu-indicator {
    right: 0;
    top: 0;
}

.nav-dropdown .submenu-indicator .submenu-indicator-chevron {
    transform: rotate(-45deg);
}

.navigation-portrait .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
    transform: rotate(45deg);
}

.nav-dropdown>li:hover>a .submenu-indicator-chevron,
.nav-dropdown>.focus>a .submenu-indicator-chevron {
    /* border-color: transparent var(--theme-main) var(--theme-main) transparent; */
}

.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
    left: 10px;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator .submenu-indicator-chevron {
    transform: rotate(135deg);
}

.nav-dropdown-horizontal {
    width: 100%;
    left: 0;
    background-color: #fdfdfd;
    border-top: solid 1px #f0f0f0;
}

.nav-dropdown-horizontal .nav-dropdown-horizontal {
    width: 100%;
    top: 100%;
    left: 0;
}

.navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal {
    border-top: none;
}

.nav-dropdown-horizontal>li {
    width: auto;
    clear: none;
    position: static;
}

.navigation-portrait .nav-dropdown-horizontal>li {
    width: 100%;
}

.nav-dropdown-horizontal>li>a {
    position: relative;
}

.nav-dropdown-horizontal .submenu-indicator {
    height: 18px;
    top: 11px;
    transform: rotate(90deg);
}

.navigation-portrait .nav-dropdown-horizontal .submenu-indicator {
    height: 42px;
    top: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.navigation-portrait .nav-dropdown-horizontal .submenu-indicator.submenu-indicator-up {
    transform: rotate(-180deg);
}

.megamenu-panel {
    width: 100%;
    padding: 15px;
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-size: 14px;
    z-index: 98;
    text-align: left;
    color: inherit;
    border-top: solid 1px #f0f0f0;
    background-color: #fdfdfd;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.075);
}

.navigation-portrait .megamenu-panel {
    padding: 25px;
    position: static;
    display: block;
    transform: unset;
}

.megamenu-panel [class*="container"] {
    width: 100%;
}

.megamenu-panel [class*="container"] [class*="col-"] {
    padding: 0;
}

.megamenu-panel-half {
    width: 50%;
}

.megamenu-panel-quarter {
    width: 25%;
}

.navigation-portrait .megamenu-panel-half,
.navigation-portrait .megamenu-panel-quarter {
    width: 100%;
}

.megamenu-panel-row {
    width: 100%;
}

.megamenu-panel-row:before,
.megamenu-panel-row:after {
    content: "";
    display: table;
    line-height: 0;
}

.megamenu-panel-row:after {
    clear: both;
}

.megamenu-panel-row [class*="col-"] {
    display: block;
    min-height: 20px;
    float: left;
    margin-left: 3%;
}

.megamenu-panel-row [class*="col-"]:first-child {
    margin-left: 0;
}

.navigation-portrait .megamenu-panel-row [class*="col-"] {
    float: none;
    display: block;
    width: 100% !important;
    margin-left: 0;
    margin-top: 15px;
}

.navigation-portrait .megamenu-panel-row:first-child [class*="col-"]:first-child {
    margin-top: 0;
}

.megamenu-panel-row .col-1 {
    width: 5.583333333333%;
}

.megamenu-panel-row .col-2 {
    width: 14.166666666666%;
}

.megamenu-panel-row .col-3 {
    width: 22.75%;
}

.megamenu-panel-row .col-4 {
    width: 31.333333333333%;
}

.megamenu-panel-row .col-5 {
    width: 39.916666666667%;
}

.megamenu-panel-row .col-6 {
    width: 48.5%;
}

.megamenu-panel-row .col-7 {
    width: 57.083333333333%;
}

.megamenu-panel-row .col-8 {
    width: 65.666666666667%;
}

.megamenu-panel-row .col-9 {
    width: 74.25%;
}

.megamenu-panel-row .col-10 {
    width: 82.833333333334%;
}

.megamenu-panel-row .col-11 {
    width: 91.416666666667%;
}

.megamenu-panel-row .col-12 {
    width: 100%;
}

.megamenu-tabs {
    width: 100%;
    float: left;
    display: block;
}

.megamenu-tabs-nav {
    width: 20%;
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
}

.navigation-portrait .megamenu-tabs-nav {
    width: 100%;
}

.megamenu-tabs-nav>li>a {
    width: 100%;
    padding: 10px 16px;
    float: left;
    font-size: 13px;
    text-decoration: none;
    color: #343a40;
    border: solid 1px #eff0f2;
    outline: 0;
    background-color: #fff;
}

.megamenu-tabs-nav>li.active a,
.megamenu-tabs-nav>li:hover a {
    background-color: #f5f5f5;
}

.megamenu-tabs-pane {
    width: 80%;
    min-height: 30px;
    padding: 20px;
    float: right;
    display: none;
    font-size: 13px;
    color: #343a40;
    border: solid 1px #eff0f2;
    background-color: #fff;
}

.megamenu-tabs-pane.active {
    display: block;
}

.navigation-portrait .megamenu-tabs-pane {
    width: 100%;
}

.megamenu-lists {
    width: 100%;
    display: table;
}

.megamenu-list {
    width: 100%;
    margin: 0 0 15px;
    padding: 0;
    display: inline-block;
    float: left;
    list-style: none;
}

.megamenu-list:last-child {
    margin: 0;
    border: none;
}

.navigation-landscape .megamenu-list {
    margin: -15px 0;
    padding: 20px 0;
    border-right: solid 1px #f0f0f0;
}

.navigation-landscape .megamenu-list:last-child {
    border: none;
}

.megamenu-list>li>a {
    width: 100%;
    padding: 10px 15px;
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    text-transform: uppercase;
}

.megamenu-list>li>a:hover {
    color: #fff;
}

.megamenu-list>li.megamenu-list-title>a {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.megamenu-list>li.megamenu-list-title>a:hover {
    background-color: transparent;
}

.navigation-landscape .list-col-4 {
    width: 20%;
}

.nav-menu>li>a {
    text-transform: uppercase;
    /* height: 70px; */
    padding: 20px 25px;
    display: inline-block;
    font-size: 16px;
    color: #f0f0f0;
    font-weight: 700;
    transition: color 0.3s, background 0.3s;
}

.nav-menu .primary-btn {
    padding: 20px 20px !important;
    background: linear-gradient(to bottom, #2875b1 50%, #0f5e9b 50%);
    border-radius: 0;
    color: #ffffff;
    margin-left: auto;
    font-family: "Open Sans", sans-serif !important;
}

.nav-menu .primary-btn:hover {
    background: #e33d3d;
}

.nav-dropdown>li>a:hover,
.nav-dropdown>li>a:focus {
    color: #fff;
    background-color: #37a1de;
}

.main_header_area.sticky {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 9999;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}

.transparent-menu {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
}

.navigation-portrait .nav-menu>li>a {
    width: 100%;
    height: auto;
    padding: 10px 10px 10px 30px;
}

.submenu-indicator.dropdown-toggle-only.d-inline-block.d-lg-none {
    display: none;
}

@media only screen and (max-width: 978px) {
    .submenu-indicator.dropdown-toggle-only.d-inline-block.d-lg-none {
        display: inline-block;
    }

    .submenu-indicator.dropdown-toggle-only.d-none.d-lg-inline-block {
        display: none;
    }

    .nav-menu {
        flex-direction: column;
    }

    .navigation.navigation-mobile {
        display: table !important;
    }

    .navigation.navigation-mobile .nav-toggle {
        right: unset;
        left: 0;
    }

    .row {
        margin: 0 !important;
        --bs-gutter: unset !important;
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {

    .nav-dropdown>li>a,
    .megamenu-list>li>a {
        width: 65%;
    }
}

/*=================================== Mega Menu End ==========================*/
@media only screen and (min-width: 1281px) {
    .container {
        width: 1200px;
    }
}

@media only screen and (max-width: 767px) and (min-width: 361px) {
    .container {
        padding: 0 5px !important;
    }
}

@media only screen and (max-width: 1199px) {
    p {
        font-size: 14px;
        line-height: 24px;
    }
}

@media only screen and (max-width: 767px) {
    .site-contents {
        padding: 70px 0 !important;
    }
}

@media only screen and (max-width: 767px) {
    .section-title {
        font-size: 33px;
    }
}

@media only screen and (min-width: 992px) {
    .top-header .header-contacts {
        display: none;
    }
}

@media only screen and (max-width: 1199px) {
    .welcome-texts {
        font-size: 14px;
    }
}

@media only screen and (max-width: 1199px) {
    .header-social li a {
        font-size: 14px;
        padding: 0 5px !important;
    }
}

@media only screen and (max-width: 991px) {
    .header-searchform {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 1199px) {
    .header-searchform .form-control {
        padding-left: 15px;
        font-size: 14px;
    }
}

@media only screen and (max-width: 1199px) {
    .header-searchform .input-group-addon button[type="submit"] {
        padding: 0 10px !important;
    }
}

/*--------------------------------------------------------------------*/
/*--------------------------------------------------------------------*/
/*Main Header*/
@media only screen and (max-width: 991px) {
    .main-header {
        padding-top: 0;
    }
}

@media only screen and (max-width: 991px) {
    .main-header .this-inner {
        border: none;
        padding: 15px 0 !important;
    }
}

@media only screen and (max-width: 991px) {
    .main-header2 {
        padding-top: 0 !important;
    }
}

@media only screen and (max-width: 991px) {
    .main-header2 .this-inner {
        border: none;
        padding: 15px 0 !important;
    }
}

@media only screen and (max-width: 991px) {
    .main-header3 {
        padding-top: 0 !important;
    }
}

@media only screen and (max-width: 991px) {
    .main-header3 .this-inner {
        border: none;
        padding: 15px 0 !important;
    }
}

@media only screen and (max-width: 1199px) {
    .main-header3 .header-right-info {
        width: 100%;
    }
}

@media only screen and (max-width: 1199px) {
    .main-header3 .header-right-info ul {
        margin: 0;
        padding: 0 !important;
    }
}

@media only screen and (max-width: 767px) {
    .main-header3 .header-right-info ul li {
        margin: 0 0 15px 0;
        padding: 0 0 0 20px !important;
        width: 100%;
    }
}

@media only screen and (max-width: 1199px) {
    .main-header3 .header-right-info ul li+li .single-header-right-info {
        margin: 0 0 0 10px;
    }
}

@media only screen and (max-width: 767px) {
    .main-header3 .header-right-info ul li+li .single-header-right-info {
        border-left: none;
        margin: 0;
    }
}

@media only screen and (max-width: 767px) {
    .main-header3 .header-right-info ul li .single-header-right-info .icon-box {
        padding: 0 20px 0 0 !important;
    }
}

@media only screen and (max-width: 1199px) {
    .main-header3 .main-logo {
        margin: 0 auto 10px auto;
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .main-header3 .main-logo {
        position: absolute;
        bottom: 0;
    }
}

@media only screen and (max-width: 991px) {
    .main-header4 {
        padding-top: 0 !important;
    }
}

@media only screen and (max-width: 1199px) {
    .main-header4 .this-inner {
        border: none;
        padding: 15px 0 !important;
        min-height: auto;
    }
}

@media only screen and (max-width: 991px) {
    .main-logo {
        max-width: 199px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    section.about-section.section-padding {
        display: none !important;
    }

    input.btn.btn-primary {
        margin-top: 20px;
    }

}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .img-video-holder img {
        width: 100%;
    }

    section.about-section.section-padding {
        display: none !important;
    }

    .service-offers2 {
        padding: 0px 0 !important;
    }

    .service-offers2 .section-service {
        font-size: 30px;
    }

    .about-us-srow {
        margin-top: 0 !important;
    }

    .about-us-section2 {
        padding: 30px 0 !important;
    }

    .service-offers2 .section-service {
        font-size: 32px;
    }

    .professional-row .professional-right .content-inn ul li {
        width: 164px !important;
    }
}


@media only screen and (max-width: 479px) {
    .img-video-holder img {
        width: 100%;
    }

    section.about-section.section-padding {
        display: none !important;
    }

}

@media only screen and (max-width: 1199px) {
    .plumber-navbar {
        left: calc(50% - 485px);
        right: calc(50% - 485px);
    }
}

@media only screen and (max-width: 991px) {
    .plumber-navbar {
        margin: 0;
        min-height: 0;
        left: auto;
        right: auto;
        position: relative;
    }
}

@media only screen and (max-width: 991px) {
    .plumber-navbar .container {
        background: #3baed4;
        padding: 0 !important;
    }
}

@media only screen and (max-width: 991px) {
    .plumber-navbar #plumber-nav {
        border: none;
    }

    .plumber-navbar #plumber-nav .nav {
        margin: 0;
    }
}

@media only screen and (max-width: 991px) {
    .plumber-navbar #plumber-nav li {
        border-bottom: 1px solid #4fc2e8;
    }
}

@media only screen and (max-width: 991px) {

    .plumber-navbar #plumber-nav li:after,
    .plumber-navbar #plumber-nav li:before {
        display: none;
    }
}

@media only screen and (max-width: 1199px) {
    .plumber-navbar #plumber-nav li a {
        padding: 0 15px !important;
        font-size: 14px;
    }
}

@media only screen and (max-width: 991px) {
    .plumber-navbar #plumber-nav li a {
        font-size: 15px;
        line-height: 52px;
    }
}

@media only screen and (max-width: 767px) and (min-width: 361px) {
    .plumber-navbar #plumber-nav li a {
        padding: 0 25px !important;
    }
}

@media only screen and (max-width: 991px) {

    .plumber-navbar #plumber-nav li a:hover,
    .plumber-navbar #plumber-nav li a:focus {
        color: #fff;
    }
}

@media only screen and (max-width: 991px) {
    .plumber-navbar #plumber-nav li.active a {
        color: #fff;
    }
}

@media only screen and (min-width: 1025px) {
    .plumber-navbar #plumber-nav li .dropdown-menu {
        display: block;
        transform: scale(1, 0);
        transform-origin: top;
        transition: all 300ms linear 0s;
        transition-duration: 200ms;
    }
}

@media only screen and (max-width: 991px) {
    .plumber-navbar #plumber-nav li .dropdown-menu {
        background: #4fc2e8;
    }
}

@media only screen and (max-width: 991px) {
    .plumber-navbar #plumber-nav li .dropdown-menu li {
        padding-left: 15px !important;
        border-bottom: none;
        border-top: 1px solid #75dbfd;
    }
}

@media only screen and (max-width: 991px) {
    .plumber-navbar #plumber-nav li .dropdown-menu li:last-child {
        border-top: 1px solid #75dbfd;
    }
}

@media only screen and (max-width: 991px) {
    .plumber-navbar #plumber-nav li .dropdown-menu li a {
        padding: 0 15px !important;
    }

    .plumber-navbar #plumber-nav li .dropdown-menu li a:before {
        content: '-';
        padding-right: 10px !important;
    }
}

@media only screen and (max-width: 991px) {

    .plumber-navbar #plumber-nav li:hover,
    .plumber-navbar #plumber-nav li:focus {
        background: #4fc2e8;
    }
}

@media only screen and (max-width: 991px) {

    .plumber-navbar #plumber-nav li:hover a,
    .plumber-navbar #plumber-nav li:focus a {
        color: #fff;
    }
}

@media only screen and (max-width: 991px) {
    .plumber-navbar #plumber-nav li.dropdown>a:after {
        display: block;
        float: right;
    }
}

@media only screen and (min-width: 1025px) {

    .plumber-navbar #plumber-nav li.dropdown:hover .dropdown-menu,
    .plumber-navbar #plumber-nav li.dropdown:focus .dropdown-menu {
        transform: scale(1, 1);
    }
}

@media only screen and (min-width: 992px) {
    .plumber-navbar #plumber-nav .header-social {
        display: none;
    }
}

@media only screen and (max-width: 1199px) {
    .plumber-navbar2 {
        left: calc(50% - 485px);
        right: calc(50% - 485px);
    }
}

@media only screen and (max-width: 991px) {
    .plumber-navbar2 {
        margin: 0;
        min-height: 0;
        left: auto;
        right: auto;
        position: relative;
    }
}

@media only screen and (max-width: 991px) {
    .plumber-navbar2 .container {
        background: #3baed4;
        padding: 0 !important;
    }
}

@media only screen and (max-width: 991px) {
    .plumber-navbar2 #plumber-nav {
        border: none;
        background: #063459;
    }

    .plumber-navbar2 #plumber-nav .nav {
        margin: 0;
    }
}

@media only screen and (max-width: 991px) {
    .plumber-navbar2 #plumber-nav li {
        border-bottom: 1px solid #feda4e;
        background: #f2cb35;
    }
}

@media only screen and (max-width: 991px) {

    .plumber-navbar2 #plumber-nav li:after,
    .plumber-navbar2 #plumber-nav li:before {
        display: none;
    }
}

@media only screen and (max-width: 1199px) {
    .plumber-navbar2 #plumber-nav li a {
        padding: 0 15px !important;
        font-size: 14px;
    }
}

@media only screen and (max-width: 991px) {
    .plumber-navbar2 #plumber-nav li a {
        font-size: 15px;
        line-height: 52px;
        color: #443c1a;
    }
}

@media only screen and (max-width: 767px) and (min-width: 361px) {
    .plumber-navbar2 #plumber-nav li a {
        padding: 0 25px !important;
    }
}

@media only screen and (max-width: 991px) {

    .plumber-navbar2 #plumber-nav li a:hover,
    .plumber-navbar2 #plumber-nav li a:focus {
        color: #fff;
    }
}

@media only screen and (max-width: 991px) {
    .plumber-navbar2 #plumber-nav li.active a {
        color: #fff;
    }
}

@media only screen and (min-width: 1025px) {
    .plumber-navbar2 #plumber-nav li .dropdown-menu {
        display: block;
        transform: scale(1, 0);
        transform-origin: top;
        transition: all 300ms linear 0s;
        transition-duration: 200ms;
    }
}

@media only screen and (max-width: 991px) {
    .plumber-navbar2 #plumber-nav li .dropdown-menu {
        background: #f2cb35;
    }
}

@media only screen and (max-width: 991px) {
    .plumber-navbar2 #plumber-nav li .dropdown-menu li {
        padding-left: 15px !important;
        border-bottom: none;
        border-top: 1px solid #feda4e;
    }
}

@media only screen and (max-width: 991px) {
    .plumber-navbar2 #plumber-nav li .dropdown-menu li:last-child {
        border-top: 1px solid #f2cb35;
    }
}

@media only screen and (max-width: 991px) {
    .plumber-navbar2 #plumber-nav li .dropdown-menu li a {
        padding: 0 15px !important;
    }

    .plumber-navbar2 #plumber-nav li .dropdown-menu li a:before {
        content: '-';
        padding-right: 10px !important;
    }
}

@media only screen and (max-width: 991px) {

    .plumber-navbar2 #plumber-nav li:hover,
    .plumber-navbar2 #plumber-nav li:focus {
        background: #e7b207;
    }
}

@media only screen and (max-width: 991px) {

    .plumber-navbar2 #plumber-nav li:hover a,
    .plumber-navbar2 #plumber-nav li:focus a {
        color: #fff;
    }
}

@media only screen and (max-width: 991px) {
    .plumber-navbar2 #plumber-nav li.dropdown>a:after {
        display: block;
        float: right;
    }
}

@media only screen and (min-width: 1025px) {

    .plumber-navbar2 #plumber-nav li.dropdown:hover .dropdown-menu,
    .plumber-navbar2 #plumber-nav li.dropdown:focus .dropdown-menu {
        transform: scale(1, 1);
    }
}

@media only screen and (min-width: 992px) {
    .plumber-navbar2 #plumber-nav .header-social {
        display: none;
    }
}

@media only screen and (max-width: 1199px) {
    .navhere3 .container {
        padding: 0 !important;
    }
}

@media only screen and (max-width: 1199px) {
    .plumber-navbar3 .plumber-nav-left {
        padding: 0 !important;
        float: none;
    }

    .plumber-navbar3 .plumber-nav-left ul {
        border: none;
    }
}

@media only screen and (max-width: 1199px) {
    .plumber-navbar3 {
        left: calc(50% - 485px);
        right: calc(50% - 485px);
    }
}

@media only screen and (max-width: 991px) {
    .plumber-navbar3 {
        margin: 0;
        min-height: 0;
        left: auto;
        right: auto;
        position: relative;
    }
}

@media only screen and (max-width: 991px) {
    .plumber-navbar3 .container {
        background: #3baed4;
        padding: 0 !important;
    }
}

@media only screen and (max-width: 991px) {
    .plumber-navbar3 #plumber-nav {
        border: none;
    }

    .plumber-navbar3 #plumber-nav .nav {
        margin: 0;
    }
}

@media only screen and (max-width: 991px) {
    .plumber-navbar3 #plumber-nav li {
        border-bottom: 1px solid #4fc2e8;
    }
}

@media only screen and (max-width: 991px) {

    .plumber-navbar3 #plumber-nav li:after,
    .plumber-navbar3 #plumber-nav li:before {
        display: none;
    }
}

@media only screen and (max-width: 1199px) {
    .plumber-navbar3 #plumber-nav li a {
        padding: 0 15px !important;
        font-size: 14px;
    }
}

@media only screen and (max-width: 991px) {
    .plumber-navbar3 #plumber-nav li a {
        font-size: 15px;
        line-height: 52px;
    }
}

@media only screen and (max-width: 767px) and (min-width: 361px) {
    .plumber-navbar3 #plumber-nav li a {
        padding: 0 25px !important;
    }
}

@media only screen and (max-width: 991px) {

    .plumber-navbar3 #plumber-nav li a:hover,
    .plumber-navbar3 #plumber-nav li a:focus {
        color: #fff;
    }
}

@media only screen and (max-width: 991px) {
    .plumber-navbar3 #plumber-nav li.active a {
        color: #fff;
    }
}

@media only screen and (min-width: 1025px) {
    .plumber-navbar3 #plumber-nav li .dropdown-menu {
        display: block;
        transform: scale(1, 0);
        transform-origin: top;
        transition: all 300ms linear 0s;
        transition-duration: 200ms;
    }
}

@media only screen and (max-width: 991px) {
    .plumber-navbar3 #plumber-nav li .dropdown-menu {
        background: #4fc2e8;
    }
}

@media only screen and (max-width: 991px) {
    .plumber-navbar3 #plumber-nav li .dropdown-menu li {
        padding-left: 15px !important;
        border-bottom: none;
        border-top: 1px solid #75dbfd;
    }
}

@media only screen and (max-width: 991px) {
    .plumber-navbar3 #plumber-nav li .dropdown-menu li:last-child {
        border-top: 1px solid #75dbfd;
    }
}

@media only screen and (max-width: 991px) {
    .plumber-navbar3 #plumber-nav li .dropdown-menu li a {
        padding: 0 15px !important;
    }

    .plumber-navbar3 #plumber-nav li .dropdown-menu li a:before {
        content: '-';
        padding-right: 10px !important;
    }
}

@media only screen and (max-width: 991px) {

    .plumber-navbar3 #plumber-nav li:hover,
    .plumber-navbar3 #plumber-nav li:focus {
        background: #4fc2e8;
    }
}

@media only screen and (max-width: 991px) {

    .plumber-navbar3 #plumber-nav li:hover a,
    .plumber-navbar3 #plumber-nav li:focus a {
        color: #fff;
    }
}

@media only screen and (max-width: 991px) {
    .plumber-navbar3 #plumber-nav li.dropdown>a:after {
        display: block;
        float: right;
    }
}

@media only screen and (min-width: 1025px) {

    .plumber-navbar3 #plumber-nav li.dropdown:hover .dropdown-menu,
    .plumber-navbar3 #plumber-nav li.dropdown:focus .dropdown-menu {
        transform: scale(1, 1);
    }
}

@media only screen and (min-width: 992px) {
    .plumber-navbar3 #plumber-nav .header-social {
        display: none;
    }
}

@media only screen and (max-width: 1199px) {
    .plumber-navbar4 .plumber-nav-left {
        padding: 0 !important;
        float: none;
    }

    .plumber-navbar4 .plumber-nav-left ul {
        border: none;
    }
}

@media only screen and (max-width: 1199px) {
    .plumber-navbar4 {
        left: calc(50% - 485px);
        right: calc(50% - 485px);
    }
}

@media only screen and (max-width: 991px) {
    .plumber-navbar4 {
        margin: 0;
        min-height: 0;
        left: auto;
        right: auto;
        position: relative;
    }
}

@media only screen and (max-width: 991px) {
    .plumber-navbar4 .container {
        background: #3baed4;
        padding: 0 !important;
    }
}

@media only screen and (max-width: 1199px) {
    .plumber-navbar4 #plumber-nav {
        border: none;
        background: #000;
    }

    .plumber-navbar4 #plumber-nav .nav {
        margin: 0;
    }
}

@media only screen and (max-width: 1199px) {
    .plumber-navbar4 #plumber-nav li {
        margin: 0;
    }
}

@media only screen and (max-width: 991px) {
    .plumber-navbar4 #plumber-nav li {
        border-bottom: 1px solid #4fc2e8;
    }
}

@media only screen and (max-width: 991px) {

    .plumber-navbar4 #plumber-nav li:after,
    .plumber-navbar4 #plumber-nav li:before {
        display: none;
    }
}

@media only screen and (max-width: 1199px) {
    .plumber-navbar4 #plumber-nav li a {
        padding: 0 15px !important;
        font-size: 14px;
        line-height: 48px;
    }
}

@media only screen and (max-width: 991px) {
    .plumber-navbar4 #plumber-nav li a {
        font-size: 15px;
    }
}

@media only screen and (max-width: 767px) and (min-width: 361px) {
    .plumber-navbar4 #plumber-nav li a {
        padding: 0 25px !important;
    }
}

@media only screen and (max-width: 991px) {

    .plumber-navbar4 #plumber-nav li a:hover,
    .plumber-navbar4 #plumber-nav li a:focus {
        color: #fff;
    }
}

@media only screen and (max-width: 991px) {
    .plumber-navbar4 #plumber-nav li.active a {
        color: #fff;
    }
}

@media only screen and (min-width: 1025px) {
    .plumber-navbar4 #plumber-nav li .dropdown-menu {
        display: block;
        transform: scale(1, 0);
        transform-origin: top;
        transition: all 300ms linear 0s;
        transition-duration: 200ms;
    }
}

@media only screen and (max-width: 991px) {
    .plumber-navbar4 #plumber-nav li .dropdown-menu {
        background: #1d2121;
    }
}

@media only screen and (max-width: 991px) {
    .plumber-navbar4 #plumber-nav li .dropdown-menu li {
        border-bottom: none;
        border-top: 1px solid #75dbfd;
    }
}

@media only screen and (max-width: 991px) {
    .plumber-navbar4 #plumber-nav li .dropdown-menu li:last-child {
        border-top: 1px solid #75dbfd;
    }
}

@media only screen and (max-width: 991px) {
    .plumber-navbar4 #plumber-nav li .dropdown-menu li a {
        padding: 0 15px !important;
    }

    .plumber-navbar4 #plumber-nav li .dropdown-menu li a:before {
        content: '-';
        padding-right: 10px !important;
    }
}

@media only screen and (max-width: 991px) {

    .plumber-navbar4 #plumber-nav li:hover,
    .plumber-navbar4 #plumber-nav li:focus,
    .plumber-navbar4 #plumber-nav li.active {
        background: #1d2121;
    }
}

@media only screen and (max-width: 991px) {

    .plumber-navbar4 #plumber-nav li:hover a,
    .plumber-navbar4 #plumber-nav li:focus a,
    .plumber-navbar4 #plumber-nav li.active a {
        color: #fff;
    }
}

@media only screen and (max-width: 991px) {
    .plumber-navbar4 #plumber-nav li.dropdown>a:after {
        display: block;
        float: right;
    }
}

@media only screen and (min-width: 1025px) {

    .plumber-navbar4 #plumber-nav li.dropdown:hover .dropdown-menu,
    .plumber-navbar4 #plumber-nav li.dropdown:focus .dropdown-menu {
        transform: scale(1, 1);
    }
}

@media only screen and (min-width: 992px) {
    .plumber-navbar4 #plumber-nav .header-social {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    .plumber-navbar5 {
        margin: 0;
        min-height: 0;
        left: auto;
        right: auto;
        position: relative;
    }
}

@media only screen and (max-width: 991px) {
    .plumber-navbar5 .container {
        background: #3baed4;
        padding: 0 !important;
    }
}

@media only screen and (max-width: 991px) {
    .plumber-navbar5 #plumber-nav {
        border: none;
    }

    .plumber-navbar5 #plumber-nav .nav {
        margin: 0;
    }
}

@media only screen and (max-width: 991px) {
    .plumber-navbar5 #plumber-nav li {
        border-bottom: 1px solid #4fc2e8;
    }
}

@media only screen and (max-width: 991px) {

    .plumber-navbar5 #plumber-nav li:after,
    .plumber-navbar5 #plumber-nav li:before {
        display: none;
    }
}

@media only screen and (max-width: 1199px) {
    .plumber-navbar5 #plumber-nav li a {
        padding: 0 15px !important;
        font-size: 14px;
    }
}

@media only screen and (max-width: 991px) {
    .plumber-navbar5 #plumber-nav li a {
        font-size: 15px;
        line-height: 52px;
    }
}

@media only screen and (max-width: 767px) and (min-width: 361px) {
    .plumber-navbar5 #plumber-nav li a {
        padding: 0 25px !important;
    }
}

@media only screen and (max-width: 991px) {

    .plumber-navbar5 #plumber-nav li a:hover,
    .plumber-navbar5 #plumber-nav li a:focus {
        color: #fff;
    }
}

@media only screen and (max-width: 991px) {
    .plumber-navbar5 #plumber-nav li.active a {
        color: #fff;
    }
}

@media only screen and (min-width: 1025px) {
    .plumber-navbar5 #plumber-nav li .dropdown-menu {
        display: block;
        transform: scale(1, 0);
        transform-origin: top;
        transition: all 300ms linear 0s;
        transition-duration: 200ms;
    }
}

@media only screen and (max-width: 991px) {
    .plumber-navbar5 #plumber-nav li .dropdown-menu {
        background: #4fc2e8;
    }
}

@media only screen and (max-width: 991px) {
    .plumber-navbar5 #plumber-nav li .dropdown-menu li {
        padding-left: 15px !important;
        border-bottom: none;
        border-top: 1px solid #75dbfd;
    }
}

@media only screen and (max-width: 991px) {
    .plumber-navbar5 #plumber-nav li .dropdown-menu li:last-child {
        border-top: 1px solid #75dbfd;
    }
}

@media only screen and (max-width: 991px) {
    .plumber-navbar5 #plumber-nav li .dropdown-menu li a {
        padding: 0 15px !important;
    }

    .plumber-navbar5 #plumber-nav li .dropdown-menu li a:before {
        content: '-';
        padding-right: 10px !important;
    }
}

@media only screen and (max-width: 991px) {

    .plumber-navbar5 #plumber-nav li:hover,
    .plumber-navbar5 #plumber-nav li:focus {
        background: #4fc2e8;
    }
}

@media only screen and (max-width: 991px) {

    .plumber-navbar5 #plumber-nav li:hover a,
    .plumber-navbar5 #plumber-nav li:focus a {
        color: #fff;
    }
}

@media only screen and (max-width: 991px) {
    .plumber-navbar5 #plumber-nav li.dropdown>a:after {
        display: block;
        float: right;
    }
}

@media only screen and (min-width: 1025px) {

    .plumber-navbar5 #plumber-nav li.dropdown:hover .dropdown-menu,
    .plumber-navbar5 #plumber-nav li.dropdown:focus .dropdown-menu {
        transform: scale(1, 1);
    }
}

@media only screen and (min-width: 992px) {
    .plumber-navbar5 #plumber-nav .header-social {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    .navbar-container3 {
        border: none;
    }
}

@media only screen and (max-width: 991px) {
    .navbar-container2 {
        border: none;
    }
}

@media only screen and (max-width: 991px) {
    .navbar-container {
        border: none;
    }
}

@media only screen and (max-width: 1199px) {
    .plumber-nav-right {
        width: 100%;
        float: left;
    }

    .plumber-nav-right .get-appointment-btn3 {
        border: none;
    }
}

@media only screen and (max-width: 991px) {
    .get-appointment-btn2 {
        float: none;
        display: block;
        margin: 25px 15px 20px;
    }
}

@media only screen and (max-width: 767px) and (min-width: 361px) {
    .get-appointment-btn2 {
        margin: 25px 25px 20px;
    }
}

@media only screen and (max-width: 991px) {
    .get-appointment-btn {
        float: none;
        display: block;
        margin: 25px 15px 20px;
    }
}

@media only screen and (max-width: 767px) and (min-width: 361px) {
    .get-appointment-btn {
        margin: 25px 25px 20px;
    }
}

@media only screen and (max-width: 1199px) {
    .plumber-navbar4 {
        width: 100%;
    }

    .navhere4 {
        padding: 15px 0 0 0 !important;
        position: static !important;
    }
}

@media only screen and (max-width: 1199px) {
    .top-header2 .col-md-3 {
        text-align: center;
    }

    .top-header2 .col-md-3 .get-appointment-btn4 {
        float: none;
        margin: 0 0 14px 0;
    }
}

@media only screen and (max-width: 1199px) {
    .top-header2 .nav {
        text-align: center;
    }
}

@media only screen and (max-width: 1199px) {
    .top-header2 .nav li {
        float: none;
        display: inline-block;
    }
}

@media only screen and (max-width: 1199px) {
    .navhere4 .logo .logo-big {
        display: none;
    }

    .navhere4 .logo .logo-small {
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    .navhere4.affix {
        position: static;
    }
}

@media only screen and (max-width: 1199px) {
    .top-header3 {
        text-align: center;
    }

    .top-header3 ul.nav {
        float: none !important;
        display: inline-block;
    }
}

@media only screen and (max-width: 1199px) {
    .top-header3 .welcome-texts {
        height: auto;
        padding: 10px !important;
        line-height: normal;
    }
}


@media only screen and (max-width: 1440px) {
    .slider-caption {
        top: 120px;
    }
}

@media only screen and (max-width: 1199px) {
    .slider-caption {
        top: 80px;
    }
}

@media only screen and (max-width: 991px) {
    .slider-caption {
        top: 20px;
    }
}

@media only screen and (max-width: 1199px) {

    .slider-caption .this-ttitle,
    .slider-caption .this-mtitle {
        font-size: 24px;
        margin-bottom: 5px;
    }
}

@media only screen and (max-width: 767px) {

    .slider-caption .this-ttitle,
    .slider-caption .this-mtitle {
        font-size: 18px;
    }
}

@media only screen and (max-width: 1199px) {
    .slider-caption .this-mtitle {
        font-size: 36px;
        margin-bottom: 12px;
    }
}

@media only screen and (max-width: 767px) {
    .slider-caption .this-mtitle {
        font-size: 26px;
    }
}

@media only screen and (max-width: 1199px) {
    .slider-caption .btn {
        font-size: 16px;
        padding: 0 25px !important;
        line-height: 52px;
    }
}

@media only screen and (max-width: 767px) {
    .main-slider .owl-item img {
        height: 264px;
        width: auto;
    }
}

@media only screen and (max-width: 991px) {

    .main-slider .owl-prev,
    .main-slider .owl-next {
        opacity: 1;
    }
}

@media only screen and (max-width: 767px) {

    .main-slider .owl-prev,
    .main-slider .owl-next {
        display: none;
    }
}

@media only screen and (max-width: 1199px) {
    .slider-list {
        margin-bottom: 20px;
    }
}

.slider-list li {
    letter-spacing: 0.3px;
    font-weight: 500;
    font-size: 20px;
    line-height: 35px;
    font-family: "Raleway", sans-serif !important;
    color: #fff;
    padding-left: 35px;
    background: url('../images/list-check.jpg') no-repeat scroll left center;
}

@media only screen and (max-width: 1199px) {
    .slider-list li {
        font-size: 18px;
        line-height: 26px;
    }
}

@media only screen and (max-width: 767px) {
    .slider-list li {
        font-size: 14px;
        line-height: 24px;
    }
}

@media only screen and (max-width: 1199px) {
    #minimal-bootstrap-carousel .carousel-caption .thm-container {
        max-width: 970px;
    }
}

@media only screen and (max-width: 991px) {
    #minimal-bootstrap-carousel .carousel-caption .thm-container {
        max-width: 750px;
    }
}

@media only screen and (max-width: 1199px) {

    #minimal-bootstrap-carousel .carousel-caption .thm-container .box .content .this-ttitle,
    #minimal-bootstrap-carousel .carousel-caption .thm-container .box .content .this-mtitle {
        font-size: 24px !important;
    }
}

@media only screen and (max-width: 767px) {

    #minimal-bootstrap-carousel .carousel-caption .thm-container .box .content .this-ttitle,
    #minimal-bootstrap-carousel .carousel-caption .thm-container .box .content .this-mtitle {
        font-size: 18px !important;
    }
}

@media only screen and (max-width: 1199px) {
    #minimal-bootstrap-carousel .carousel-caption .thm-container .box .content .this-mtitle {
        font-size: 36px;
        margin-bottom: 12px;
    }
}

@media only screen and (max-width: 767px) {
    #minimal-bootstrap-carousel .carousel-caption .thm-container .box .content .this-mtitle {
        font-size: 26px;
    }
}

@media only screen and (max-width: 1199px) {
    #minimal-bootstrap-carousel .carousel-caption .thm-container .box .content .btn {
        font-size: 16px;
        padding: 0 25px !important;
        line-height: 52px;
    }
}

@media only screen and (max-width: 991px) {
    #minimal-bootstrap-carousel .carousel-inner .item {
        min-height: 500px;
    }
}

@media only screen and (max-width: 767px) {
    #minimal-bootstrap-carousel .carousel-inner .item {
        min-height: 400px;
    }
}

@media only screen and (max-width: 991px) {
    #minimal-bootstrap-carousel .slide-1 .carousel-caption .content {
        padding-top: 120px !important;
    }
}

@media only screen and (max-width: 767px) {
    #minimal-bootstrap-carousel .slide-1 .carousel-caption .content {
        padding-top: 100px !important;
    }
}

@media only screen and (max-width: 991px) {

    #minimal-bootstrap-carousel .slide-2 .carousel-caption .content,
    #minimal-bootstrap-carousel .slide-3 .carousel-caption .content {
        padding-top: 140px !important;
    }
}

@media only screen and (max-width: 767px) {

    #minimal-bootstrap-carousel .slide-2 .carousel-caption .content,
    #minimal-bootstrap-carousel .slide-3 .carousel-caption .content {
        padding-top: 120px !important;
    }
}

@media only screen and (max-width: 991px) {
    #minimal-bootstrap-carousel.shop-slider3 .carousel-inner .item {
        min-height: 500px;
    }
}

@media only screen and (max-width: 1199px) {
    #minimal-bootstrap-carousel.shop-slider3 .carousel-caption p {
        font-size: 18px;
        line-height: normal;
    }
}

@media only screen and (max-width: 767px) {
    #minimal-bootstrap-carousel.shop-slider3 .carousel-caption p {
        font-size: 14px;
    }
}

@media only screen and (max-width: 991px) {
    #minimal-bootstrap-carousel.shop-slider4 {
        background: #02668a;
    }
}

@media only screen and (max-width: 991px) {
    #minimal-bootstrap-carousel.shop-slider4 .carousel-inner .item {
        min-height: 930px;
    }
}

@media only screen and (max-width: 767px) {
    #minimal-bootstrap-carousel.shop-slider4 .carousel-caption .box img {
        width: 100%;
    }
}

@media only screen and (max-width: 1199px) {
    #minimal-bootstrap-carousel.shop-slider4 .carousel-caption .box.box-bottom .content.text-right {
        text-align: center;
    }
}

@media only screen and (max-width: 1199px) {
    #minimal-bootstrap-carousel.shop-slider4 .carousel-caption .box.box-middle {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    #minimal-bootstrap-carousel.shop-slider4 .carousel-caption .box.box-bottom {
        display: table-row;
    }
}

@media only screen and (max-width: 1199px) {
    .form-appointment {
        display: inline-block;
    }
}

@media only screen and (max-width: 478px) {
    .form-appointment .appointment-service-form {
        width: 100%;
    }

    .form-appointment .appointment-service-form h2.this-title {
        min-height: 100% !important;
    }
}

@media only screen and (max-width: 767px) {
    .maintance-row {
        padding: 25px 0 !important;
    }
}

@media only screen and (max-width: 767px) {
    .maintance-row .col-sm-6 {
        padding: 15px !important;
    }
}

@media only screen and (max-width: 991px) {
    .maintance-row .col-sm-6:first-child {
        background: none;
    }
}

@media only screen and (max-width: 1199px) {
    .maintance-media {
        padding: 0 !important;
    }
}

@media only screen and (max-width: 767px) {
    .welcome-section {
        padding: 70px 0 !important;
    }
}

@media only screen and (max-width: 1199px) {
    .welcome-textss {
        padding-right: 15px !important;
    }
}

@media only screen and (max-width: 1199px) {
    .welcome-textss .this-title {
        font-size: 36px;
    }
}

@media only screen and (max-width: 1199px) {
    .welcome-textss .this-stitle {
        font-size: 20px;
    }
}

@media only screen and (max-width: 991px) {
    .welcome-box {
        padding: 15px !important;
    }
}

@media only screen and (max-width: 479px) {
    .welcome-box {
        width: 300px;
        max-resolution: 100%;
        float: none;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 767px) {
    .welcome-box2-img img {
        width: 100%;
    }
}

@media only screen and (max-width: 1199px) {
    .welcome-box2 {
        margin: 0;
        padding: 20px !important;
    }
}

@media only screen and (max-width: 767px) {
    .welcome-box2 ul li {
        margin: 10px 0;
        border-right: 1px solid transparent;
    }
}

@media only screen and (max-width: 1199px) {
    .welcome-section2 .img {
        float: left;
    }
}

@media only screen and (max-width: 767px) {
    .welcome-section2 .welcome-textss {
        padding: 30px 0 !important;
        display: inline-table;
    }
}

/*====================================================*/
@media only screen and (max-width: 767px) {
    .service-offers {
        padding: 65px 0 70px !important;
    }
}

@media only screen and (max-width: 1179px) {
    .service-offers2 {
        padding: 40px 0 !important;
    }
}

@media only screen and (max-width: 1179px) {
    .service-offers3 {
        padding: 40px 0 !important;
    }
}

@media only screen and (max-width: 767px) {
    .service-offers4 hr {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .service-offers4 .single-service .col-md-6:first-child {
        padding: 0 0 50px 0 !important;
    }

    .service-offers4 .single-service .col-md-6:last-child {
        padding: 0 !important;
    }
}

@media only screen and (max-width: 767px) {
    .service-offers4 .single-service {
        padding: 30px 0 !important;
    }
}

@media only screen and (max-width: 1199px) {
    .service-offers4 .single-service h2.this-title2 {
        margin: 20px 0 15px 0;
    }
}

@media only screen and (max-width: 1199px) {
    .service-offer-carousel2 .item {
        width: 48%;
        margin: 1%;
    }
}

@media only screen and (max-width: 767px) {
    .service-offer-carousel2 {
        padding: 10px !important;
    }

    .service-offer-carousel2 .item {
        width: 100%;
        margin: 10px 0;
    }
}

@media only screen and (max-width: 767px) {
    .service-grid {
        max-width: 400px;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 479px) {
    .service-grid {
        max-width: 320px;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 1199px) {
    .service-grid .featured-image {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 1199px) {
    .service-grid .read-more {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 991px) {
    .download-btn2 {
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 1199px) {
    .single-services-menu li a {
        padding: 15px !important;
    }
}

@media only screen and (min-width: 1200px) {
    .s_service-content {
        margin-left: 30px;
    }
}

@media only screen and (max-width: 1199px) {
    .appointment-banner .media-right {
        padding-left: 10px !important;
    }
}

@media only screen and (max-width: 991px) {
    .appointment-banner .media-right {
        padding-top: 10px !important;
        padding-left: 0 !important;
        display: block;
    }
}

@media only screen and (max-width: 479px) {
    .appointment-banner .btn {
        line-height: 48px;
        padding: 0 10px !important;
        width: 100%;
        font-size: 14px;
    }
}

@media only screen and (max-width: 1199px) {
    .ab-title {
        font-size: 28px;
        line-height: 36px;
    }
}

@media only screen and (max-width: 991px) {
    .key-features .media-left {
        padding-right: 0 !important;
        padding-bottom: 20px !important;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    .key-features .media-right {
        padding-left: 0 !important;
        padding-top: 40px !important;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {

    .key-features .media-left .kfeatues-texts,
    .key-features .media-right .kfeatues-texts {
        width: auto;
        margin: 0;
    }
}

@media only screen and (max-width: 1199px) {

    .key-feature-list li:nth-child(odd),
    .key-feature-list li:nth-child(even) {
        margin: 0;
        width: 100%;
    }
}

@media only screen and (max-width: 991px) {
    .service-desc .media-right {
        padding-left: 0 !important;
        padding-bottom: 15px !important;
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .check-video {
        padding: 70px 0 !important;
    }
}

@media only screen and (max-width: 1199px) {
    .check-video .media-left {
        padding-right: 20px !important;
    }
}

@media only screen and (max-width: 991px) {
    .check-video .media-left {
        display: block;
        padding-right: 0 !important;
        padding-bottom: 20px !important;
    }
}

@media only screen and (max-width: 991px) {
    .check-video .media-left a {
        display: table;
    }
}

@media only screen and (max-width: 767px) {
    .check-video .media-left a {
        max-width: 100%;
    }

    .check-video .media-left a img {
        max-width: 100%;
    }
}

@media only screen and (max-width: 1199px) {
    .check-video .this-stitle {
        font-size: 18px;
    }
}

@media only screen and (max-width: 767px) {
    .latest-projects {
        padding: 70px 0 55px !important;
    }
}

@media only screen and (max-width: 767px) {
    .latest-projects .section-title {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 1179px) {
    .latest-projects2 {
        padding: 40px 0 !important;
    }
}

@media only screen and (max-width: 767px) {
    .latest-projects2 .section-title {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .filterable-gallery {
        max-width: 400px;
        margin: 0 auto;
    }

    .filterable-gallery.row {
        max-width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .filterable-gallery.full-width-project-gallery {
        max-width: 740px;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 599px) {
    .filterable-gallery.full-width-project-gallery {
        max-width: 370px;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 1199px) {
    .lp-gallery-item2 {
        width: 50%;
    }
}

@media only screen and (max-width: 767px) {
    .lp-gallery-item2 {
        width: 100%;
        padding: 10px !important;
    }
}

@media only screen and (max-width: 991px) {
    .project-filters li+li {
        margin-left: 15px;
    }
}

@media only screen and (max-width: 1199px) {

    .full-width-project-gallery .gallery-item,
    .full-width-project-gallery .grid-sizer {
        width: calc(100% / 3);
    }
}

@media only screen and (max-width: 767px) {

    .full-width-project-gallery .gallery-item,
    .full-width-project-gallery .grid-sizer {
        width: calc(100% / 2);
    }
}

@media only screen and (max-width: 599px) {

    .full-width-project-gallery .gallery-item,
    .full-width-project-gallery .grid-sizer {
        width: 100%;
    }
}

@media only screen and (max-width: 991px) {

    .project-images,
    .project-descs {
        width: 600px;
        max-width: 100%;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 479px) {

    .project-images,
    .project-descs {
        width: 100%;
    }
}

@media only screen and (max-width: 479px) {
    .pr-img-holder {
        width: 100%;
        text-align: center;
    }

    .pr-img-holder img {
        display: inline-block;
    }
}

@media only screen and (max-width: 1179px) {
    .latest-projects3 {
        padding: 40px 0 !important;
    }
}

@media only screen and (max-width: 767px) {
    .latest-projects3 .section-title {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 1199px) {
    .lp-gallery-item3 {
        width: 50%;
    }
}

@media only screen and (max-width: 767px) {
    .lp-gallery-item3 {
        width: 100%;
        padding: 10px !important;
    }
}

@media only screen and (max-width: 767px) {
    .latest-projects4 {
        min-height: auto;
    }
}

.latest-projects4 .projects4-carousel {
    padding: 25px 0 0 0 !important;
}

@media only screen and (max-width: 767px) {
    .latest-projects4 .projects4-carousel {
        padding: 80px 0 0 0 !important;
    }
}

@media only screen and (max-width: 1199px) {
    .latest-projects4 .owl-controls .owl-nav {
        width: 750px;
    }
}

@media only screen and (max-width: 767px) {
    .latest-projects4 .owl-controls .owl-nav {
        top: 0;
        width: calc(100% - 10px);
        text-align: left;
        left: 10px;
    }
}

@media only screen and (max-width: 1179px) {
    .latest-projects4 {
        padding: 40px 0 !important;
    }
}

@media only screen and (max-width: 767px) {
    .latest-projects4 .section-title {
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 1800px) {
    .professional-row .professional-left {
        width: 745px;
    }
}

@media only screen and (max-width: 1600px) and (min-width: 1200px) {
    .professional-row .professional-left {
        width: 40% !important;
    }

    .professional-row .professional-right {
        width: 60% !important;
    }
}

@media only screen and (max-width: 1179px) {
    .professional-row .professional-left {
        width: 100% !important;
        background-size: cover;
    }

    .professional-row .professional-right {
        width: 100% !important;
        min-height: 100%;
        padding: 40px 0 !important;
    }

    .professional-row .professional-right .content-inn {
        width: 100%;
        padding: 0 20px !important;
        box-sizing: border-box;
    }
}

@media only screen and (max-width: 767px) {
    .professional-row .professional-right {
        height: auto;
    }

    .professional-row .professional-right .content-inn ul li {
        border-right: 1px solid transparent;
        margin: 10px 0;
    }
}

@media only screen and (max-width: 767px) {
    .professional-row2 .professional-left {
        background-position: left center;
    }
}

@media only screen and (min-width: 1800px) {
    .professional-row2 .professional-left {
        width: 745px;
    }
}

@media only screen and (max-width: 1600px) and (min-width: 1200px) {
    .professional-row2 .professional-left {
        width: 40% !important;
    }

    .professional-row2 .professional-right {
        width: 60% !important;
    }
}

@media only screen and (max-width: 1179px) {
    .professional-row2 .professional-left {
        width: 100% !important;
        background-size: cover;
    }

    .professional-row2 .professional-right {
        width: 100% !important;
        min-height: 100%;
        padding: 40px 0 !important;
    }

    .professional-row2 .professional-right .content-inn {
        width: 100%;
        padding: 0 20px !important;
        box-sizing: border-box;
    }
}

@media only screen and (max-width: 767px) {
    .professional-row2 .professional-right {
        height: auto;
    }

    .professional-row2 .professional-right .content-inn ul li {
        border-right: 1px solid transparent;
        margin: 10px 0;
    }
}

@media only screen and (max-width: 1199px) {
    .general-question-all .single-tip {
        margin: 0 0 40px 0;
    }
}

@media only screen and (max-width: 1199px) {
    .general-question-all .single-tip:last-child {
        margin: 0;
    }
}

@media only screen and (max-width: 1199px) {
    .general-question-all .single-tip:last-child .bg-featured-image {
        margin: 0 0 50px 0;
    }
}

@media only screen and (max-width: 1199px) {
    .general-question-all .general-questions {
        padding: 0 !important;
    }
}

@media only screen and (max-width: 1199px) {
    .emmergency-leaks h4 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 991px) {
    .emmergency-leaks h4 {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1199px) {
    .emmergency-leaks h2 {
        font-size: 26px;
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 1199px) {
    .emmergency-leaks .call-link {
        font-size: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .about-us-section {
        padding: 70px 0 !important;
    }
}

@media only screen and (max-width: 767px) {
    .about-us-section2 {
        padding: 70px 0 !important;
    }
}

@media only screen and (max-width: 1199px) {
    .about-us-srow {
        margin-left: 0;
    }
}

@media only screen and (max-width: 991px) {
    .about-us-srow {
        margin-top: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .about-us-srow .about-us-lists-img img {
        width: 100%;
    }
}

@media only screen and (max-width: 1199px) {
    .request-service-form {
        padding: 30px 25px !important;
    }
}

@media only screen and (max-width: 1199px) {
    .request-service-form .this-title {
        font-size: 26px;
    }
}

@media only screen and (max-width: 1199px) {
    .request-service-form p {
        font-size: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .about-us-lists .list1 li {
        min-width: 0;
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .mission-statement {
        padding: 70px 0 !important;
    }
}

@media only screen and (max-width: 1199px) {
    .mission-statement .this-textss {
        margin: 0;
    }
}

@media only screen and (max-width: 767px) {
    .mission-statement .this-textss {
        margin-top: 40px;
    }
}

@media only screen and (min-width: 992px) {
    .vision-trust-row {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }
}

@media only screen and (min-width: 1200px) {
    .vision-part {
        width: calc(50% + 115px);
    }
}

@media only screen and (min-width: 1200px) {
    .vision-part .this-inner {
        width: 630px;
        margin-right: 55px;
    }
}

@media only screen and (min-width: 1200px) {
    .trust-part {
        width: calc(50% - 115px);
    }
}

@media only screen and (min-width: 1200px) {
    .trust-part .this-inner {
        width: 400px;
        margin-left: 50px;
    }
}

@media only screen and (max-width: 1199px) {
    .trust-part .this-inner {
        margin-left: 20px;
    }
}

@media only screen and (max-width: 991px) {
    .trust-part .this-inner {
        margin-left: 0;
        padding: 90px 0 !important;
    }
}

@media only screen and (max-width: 767px) {
    .our-plumbers {
        padding: 68px 0 55px !important;
    }
}

@media only screen and (max-width: 767px) {
    .our-plumbers .section-title {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 550px) {
    .our-plumber {
        max-width: 300px;
        float: none;
        width: 100%;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 767px) {
    .our-company {
        padding: 70px 0 !important;
    }
}

@media only screen and (max-width: 767px) {
    .our-company .section-title+p {
        margin-bottom: 25px;
    }
}

@media only screen and (max-width: 991px) {
    .our-company .econtacts {
        text-align: center;
    }
}

@media only screen and (min-width: 992px) {
    .company-econtacts {
        position: absolute;
        top: 20px;
        right: 145px;
        margin: 0;
    }
}

@media only screen and (max-width: 991px) {
    .job-header .media-right {
        display: none;
    }
}

@media only screen and (max-width: 479px) {
    .coupon .media-left {
        display: block;
        padding-right: 0 !important;
        padding-bottom: 20px !important;
    }
}

@media only screen and (max-width: 1199px) {
    .about-us-section4 {
        padding: 60px 0 !important;
    }

    .about-us-section4 .pull-right {
        float: left !important;
    }
}

@media only screen and (max-width: 767px) {
    .why-choose-us {
        background-position: bottom right;
    }
}

@media only screen and (max-width: 767px) {
    .testimonial-row {
        padding: 65px 0 55px !important;
    }
}

@media only screen and (max-width: 767px) {
    .testimonial-row .section-title {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .testimonial2-row .section-title {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 1199px) {
    .testimonial2-row .owl-nav div {
        top: 10px !important;
    }

    .testimonial2-row .owl-prev {
        left: auto;
        right: 60px;
    }

    .testimonial2-row .owl-next {
        right: 10px;
    }
}

@media only screen and (max-width: 1199px) {
    .testimonial-text-box .this-texts {
        font-size: 14px;
        line-height: 24px;
    }
}

@media only screen and (max-width: 1199px) {
    .testimonial-text-box2 .this-texts {
        font-size: 16px;
        line-height: 24px;
        width: 100%;
        padding: 10px !important;
    }
}

@media only screen and (max-width: 1199px) {
    .emmergency-contact-numbers {
        padding: 30px !important;
    }
}

@media only screen and (max-width: 991px) {
    .emmergency-contact-numbers {
        margin-top: 40px;
    }
}

@media only screen and (max-width: 1199px) {
    .emmergency-contact-number .this-title {
        font-size: 18px;
    }
}

@media only screen and (max-width: 767px) {
    .appointment-form {
        padding: 25px !important;
    }
}


@media only screen and (max-width: 360px) {
    .appointment-form .btn-primary {
        padding: 0 15px !important;
        width: 100%;
        font-size: 14px;
        line-height: 50px;
    }
}

@media only screen and (max-width: 479px) {

    .appointment-form .form-control.month-picker,
    .appointment-form .form-control.day-picker,
    .appointment-form .form-control.year-picker {
        padding-right: 0 !important;
        padding-left: 10px !important;
    }
}

@media only screen and (max-width: 479px) {
    .input-set-label {
        font-size: 12px;
    }
}

@media only screen and (max-width: 479px) {
    .month-picker {
        width: 80px;
        padding-right: 0 !important;
    }
}

.day-picker {
    width: 75px;
    float: left;
    margin-right: 10px;
}

@media only screen and (max-width: 479px) {
    .day-picker {
        width: 60px;
    }
}

@media only screen and (max-width: 479px) {
    .year-picker {
        width: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .blogs-row {
        padding: 65px 0 60px !important;
    }
}

@media only screen and (max-width: 767px) {
    .blogs-row .section-title {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .blog-grid {
        max-width: 400px;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 479px) {
    .blog-grid {
        max-width: 320px;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 767px) {
    .more-blog-lists {
        margin: 0 auto;
        max-width: 400px;
    }
}

@media only screen and (max-width: 1199px) {
    .blog-line {
        padding: 15px 20px !important;
    }
}

@media only screen and (max-width: 1199px) {
    .blog-line:last-child {
        padding: 15px 20px !important;
    }
}

@media only screen and (max-width: 1199px) {
    .blog-loop {
        margin-right: 0;
    }
}

@media only screen and (max-width: 991px) {
    .blog-loop {
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 1199px) {
    .blog-loop .this-footer {
        padding-top: 15px !important;
    }
}

@media only screen and (max-width: 1199px) {
    .blog-loop .this-footer li {
        font-size: 12px;
        font-weight: 600;
        margin-right: 10px;
        line-height: 1.7;
    }
}

@media only screen and (max-width: 1199px) {
    .blog-loop .this-footer li i {
        font-size: 14px;
        margin-right: 5px;
    }
}

@media only screen and (max-width: 991px) {
    .blog-pagination {
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 991px) {
    .blog-sidebar {
        padding-top: 40px !important;
    }
}

@media only screen and (max-width: 767px) {
    .social-shares li a i {
        display: block;
        line-height: 50px;
        padding: 0 2px !important;
    }
}

@media only screen and (max-width: 767px) {
    .social-shares li a span {
        display: none;
    }
}

@media only screen and (max-width: 1199px) {
    .page-cover5 .bread-cumb {
        float: left;
    }
}

@media only screen and (max-width: 1199px) {
    .price-grid .media-left {
        padding-right: 20px !important;
    }
}

@media only screen and (max-width: 479px) {
    .price-grid .media-left {
        padding-right: 0 !important;
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    .price-grid .media-left a {
        width: 200px;
    }
}

@media only screen and (max-width: 767px) {
    .price-grid .media-left a {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .price-grid .media-body {
        padding: 20px !important;
    }
}

@media only screen and (max-width: 1199px) {
    .price-grid-contact {
        padding: 27px !important;
    }
}

@media only screen and (max-width: 1199px) {
    .price-grid-contact .price-grid-title {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 1199px) {
    .price-grid-contact .btn {
        line-height: 45px;
        padding: 0 25px !important;
    }
}

@media only screen and (min-width: 1200px) {
    .transparency-contents .big-p {
        padding-right: 100px !important;
    }
}

@media only screen and (max-width: 767px) {
    .pmethod-contents p+img {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 1199px) {
    .shop-header .this-contents {
        padding: 35px 0 45px 50px !important;
    }
}

@media only screen and (max-width: 767px) {
    .shop-header .this-contents {
        width: 100%;
        padding: 35px 20px 45px !important;
    }
}

@media only screen and (max-width: 767px) {

    .shop-header .this-contents:before,
    .shop-header .this-contents:after {
        display: none;
    }
}

@media only screen and (max-width: 1199px) {
    .shop-header .this-ftitle {
        font-size: 24px;
    }
}

@media only screen and (max-width: 991px) {
    .shop-header .this-ftitle {
        font-size: 20px;
    }
}

@media only screen and (max-width: 1199px) {
    .shop-header .this-mtitle {
        font-size: 42px;
    }
}

@media only screen and (max-width: 991px) {
    .shop-header .this-mtitle {
        font-size: 36px;
    }
}

@media only screen and (max-width: 1199px) {
    .shop-header .this-ttitle {
        font-size: 25px;
    }
}

@media only screen and (max-width: 991px) {
    .shop-header .this-ttitle {
        font-size: 22px;
    }
}

@media only screen and (max-width: 991px) {
    .shop-header .btn {
        padding: 0 15px !important;
    }
}

@media only screen and (max-width: 767px) {
    .shop-header .btn {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .shop-header .btn+.btn {
        margin-left: 0;
        margin-top: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .shop-feature+.shop-feature {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 991px) {
    .shop-feature .media-left {
        padding-right: 15px !important;
    }
}

@media only screen and (max-width: 767px) {
    .product {
        max-width: 300px;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 767px) {
    .shop-banner .media {
        padding: 20px 30px 30px !important;
        background-position: center center;
    }
}

@media only screen and (max-width: 767px) {
    .shop-banner .media-right {
        display: block;
        padding-top: 20px !important;
        padding-left: 0 !important;
    }
}

@media only screen and (max-width: 767px) {
    .shop-banner .this-title {
        font-size: 30px;
        width: auto;
    }

    .shop-banner .this-title br {
        display: none;
    }
}

@media only screen and (max-width: 1199px) {
    .collection-texts .inner {
        padding-left: 0 !important;
    }
}

@media only screen and (max-width: 1199px) {
    .collection-texts .this-ftitle {
        font-size: 40px;
    }
}

@media only screen and (max-width: 1199px) {
    .collection-texts .this-stitle {
        font-size: 32px;
    }
}

@media only screen and (max-width: 1199px) {
    .prod-details .media-left {
        padding-right: 25px !important;
    }
}

@media only screen and (max-width: 767px) {
    .prod-details .media-left {
        padding-right: 0 !important;
        display: block;
        padding-bottom: 25px !important;
    }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
    .prod-details .media-object {
        width: 350px;
    }

    .prod-details .media-object img {
        max-width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .prod-details .media-object {
        width: 100%;
    }

    .prod-details .media-object img {
        max-width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .proTab li {
        float: none;
        display: block;
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 767px) {
    .proTab li+li {
        margin-left: 0;
    }
}

@media only screen and (max-width: 767px) {

    .proTab li.active a,
    .proTab li.active a:hover,
    .proTab li.active a:focus {
        border-bottom: 2px solid #e1ba60;
    }
}

@media only screen and (max-width: 767px) {
    .cart-contents .thm-btn {
        float: none;
        margin-top: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .cart-contents .table-responsive {
        margin: 0;
    }
}

@media only screen and (max-width: 479px) {
    .bottom-box {
        padding: 15px 0 !important;
    }
}

@media only screen and (max-width: 479px) {
    .bottom-box input {
        width: 120px;
    }
}

@media only screen and (max-width: 767px) {
    .cart-total-box ul li {
        padding-right: 25px !important;
    }
}

@media only screen and (max-width: 767px) {
    section.plumbing-repairing .plumbing-repairing-left .nav-tabs {
        width: 100%;
    }
}

@media only screen and (max-width: 1600px) and (min-width: 1200px) {
    section.plumbing-repairing .plumbing-repairing-left {
        width: 40%;
    }
}

@media only screen and (min-width: 1800px) {
    section.plumbing-repairing .plumbing-repairing-left {
        width: 745px;
    }
}

@media only screen and (max-width: 1199px) {
    section.plumbing-repairing .plumbing-repairing-right {
        width: 100%;
    }
}

@media only screen and (max-width: 1199px) {
    section.plumbing-repairing .plumbing-repairing-right .tab-content {
        width: 100%;
        padding: 20px !important;
    }
}

/*====================================================*/
@media only screen and (max-width: 1199px) {

    .map .map-l,
    .map .map-r {
        width: 100% !important;
    }

    .map .map-l img,
    .map .map-r img {
        width: 100%;
    }
}

@media only screen and (max-width: 1199px) {
    .footer-contact {
        font-size: 14px !important;
    }
}

@media only screen and (max-width: 991px) {
    .footer-contact+.footer-contact {
        margin-top: -1px;
    }
}

@media only screen and (max-width: 767px) {
    .footer-contact .media-body {
        word-break: break-all;
    }
}

@media only screen and (max-width: 991px) {
    .emmergency-support-banner {
        display: table;
        margin: 0 auto;
        float: none;
    }
}

@media only screen and (max-width: 1199px) {
    .nform-texts {
        margin-right: 15px;
        width: 430px;
    }
}

@media only screen and (max-width: 991px) {
    .nform-texts {
        margin-right: 0;
        margin-bottom: 15px;
        width: 100% !important;
    }
}

.nform-input {
    float: left;
    width: 436px;
    margin-right: 30px;
    border-radius: 0;
    background: none;
    height: 43px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 1199px) {
    .nform-input {
        width: 265px;
        margin-right: 15px;
    }
}

@media only screen and (max-width: 991px) {
    .nform-input {
        width: 100% !important;
    }
}

@media only screen and (max-width: 767px) {
    .nform-input {
        width: 100%;
        margin-right: 0;
    }
}

@media only screen and (max-width: 1199px) {
    .nform-btn {
        padding: 0 25px !important;
    }
}

@media only screen and (max-width: 991px) {
    .nform-btn {
        padding: 0 24px;
        width: 150px;
        width: 100% !important;
    }
}

@media only screen and (max-width: 767px) {
    .nform-btn {
        width: 100%;
        margin-top: 15px;
    }
}

@media only screen and (max-width: 767px) {

    .copyright-texts,
    .credit-texts {
        width: 100%;
    }
}

/*===============end=============*/

/*====================================================*/
@media only screen and (max-width: 425px) {
    .vision-list li {
        width: 100%;
    }

    .mission-statement {
        display: none;
    }

    .main-header2 .this-inner {
        padding: 6px 0 !important;
    }

    .mobile-quote {
        display: block;
    }

    .emmergency-leaks {
        padding: 30px 0 30px !important;
        margin-top: 0;
    }

    .get-appointment-contents {
        display: none;
    }

    #minimal-bootstrap-carousel .slide-1 .carousel-caption .content,
    #minimal-bootstrap-carousel .slide-2 .carousel-caption .content,
    #minimal-bootstrap-carousel .slide-3 .carousel-caption .content {
        padding-top: 90px !important;
    }

    .request-service-form .form-control {
        height: 52px !important;
    }

    .vision-part {
        padding: 22px 15px 22px !important;
    }

    .vision-part .section-title {
        margin-bottom: 5px;
    }

    .trust-part .this-inner {
        padding: 20px 0 !important;
    }

    .trust-part .section-title {
        margin-bottom: 15px
    }

    .emmergency-leaks h2 {
        font-size: 23px !important;
        line-height: 37px;
    }

    .emmergency-leaks .call-link {
        font-size: 34px !important;
        line-height: 39px !important;
    }

    .our-company {
        padding: 15px 0 !important;
    }

    .our-company .section-title {
        margin-bottom: 3px;
    }

    .site-contents {
        padding: 30px 0 !important;
    }

    .appointment-form .section-title {

        font-size: 30px;
        text-transform: uppercase;
    }

    .services-contents.site-contents {
        padding: 37px 0 35px !important;
    }

    .container {
        padding: 0 5px !important;
    }

    .request-service-form textarea.form-control {
        height: 100px !important;
    }

    .page-cover2 .container {
        padding: 46px 25px 46px !important;
    }

    .request-service-form {
        margin-top: 20px;
    }

    #minimal-bootstrap-carousel .carousel-caption .thm-container .box .content .btn {
        padding: 0 12px !important;
    }

    .maintance2-row h2.section-title {
        font-size: 21px;
        margin: 5px 0;
        line-height: 30px;
    }

    .about-us-section2 {
        padding: 0px 0px !important;
    }

    .request-service-form textarea.form-control {
        height: 100px;
    }

    .section-title {
        font-size: 25px;
    }

    .service-grid {
        max-width: 100%;
    }

    .professional-row {
        margin-bottom: 700px !important;
    }

    .emmergency-leaks h2 {
        font-size: 33px;
        line-height: 42px;

    }

    .emmergency-leaks h4 {
        font-size: 16px;
        line-height: 25px;
    }

    .emmergency-leaks .call-link {
        font-size: 43px;
        line-height: 52px;
    }

    .blog-grid {
        max-width: 100%;
    }
}

@media only screen and (max-width: 320px) {
    .main-header2 .this-inner {
        padding: 6px 0 !important;
    }

    #minimal-bootstrap-carousel .slide-1 .carousel-caption .content,
    #minimal-bootstrap-carousel .slide-2 .carousel-caption .content,
    #minimal-bootstrap-carousel .slide-3 .carousel-caption .content {
        padding-top: 70px !important;
    }

    #minimal-bootstrap-carousel .carousel-caption .thm-container .box .content .btn {
        padding: 0 10px !important;
        margin-top: 7px;
        margin-left: 0px !important;
    }
}

@media only screen and (max-width: 360px) {
    .main-header2 .this-inner {
        padding: 6px 0 !important;
    }

    #minimal-bootstrap-carousel .slide-1 .carousel-caption .content,
    #minimal-bootstrap-carousel .slide-2 .carousel-caption .content,
    #minimal-bootstrap-carousel .slide-3 .carousel-caption .content {
        padding-top: 70px !important;
    }

    #minimal-bootstrap-carousel .carousel-caption .thm-container .box .content .btn {
        padding: 0 10px !important;
        margin-top: 7px;
        margin-left: 0px !important;
    }
}

@media only screen and (max-width: 411px) {
    .main-header2 .this-inner {
        padding: 6px 0 !important;
    }

    #minimal-bootstrap-carousel .slide-1 .carousel-caption .content,
    #minimal-bootstrap-carousel .slide-2 .carousel-caption .content,
    #minimal-bootstrap-carousel .slide-3 .carousel-caption .content {
        padding-top: 70px !important;
    }

    #minimal-bootstrap-carousel .carousel-caption .thm-container .box .content .btn {
        padding: 0 10px !important;
        margin-top: 7px;
        margin-left: 0px !important;
    }

    .emmergency-leaks .call-link {
        font-size: 27px !important;
    }
}

@media only screen and (max-width: 414px) {
    .main-header2 .this-inner {
        padding: 6px 0 !important;
    }

    #minimal-bootstrap-carousel .slide-1 .carousel-caption .content,
    #minimal-bootstrap-carousel .slide-2 .carousel-caption .content,
    #minimal-bootstrap-carousel .slide-3 .carousel-caption .content {
        padding-top: 70px !important;
    }

    #minimal-bootstrap-carousel .carousel-caption .thm-container .box .content .btn {
        padding: 0 10px !important;
        margin-top: 7px;
        margin-left: 0px !important;
    }

    .img-video-holder img {
        width: 100%;
    }

    .service-offers2 .section-service {
        font-size: 22px;
    }

    .about-section h2 {
        font-size: 25px !important;
        line-height: 33px !important;
        text-align: center !important;
    }

}

/* ========================== Inner Page ====================== */
/* --------- About Page --------------- */
.page-cover2 {
    position: relative;
}

.page-cover2:before,
.page-cover2:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    content: '';
    background-size: cover;
}

.page-cover2 .container {
    position: relative;
    z-index: 3;
    padding: 140px 25px 63px;
}

.page-cover2:before,
.page-cover2:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    content: '';
    background-size: cover;
}

.page-title {
    margin: 0;
    font-family: "Alegreya", serif !important;
    font-size: 50px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
}

.page-subtitle {
    margin: 0;
    position: relative;
    font-family: "Open Sans", sans-serif !important;
    line-height: 33px;
    color: #fff;
    font-size: 18px;
}

.page-subtitle:after {
    content: '';
    display: inline-block;
    margin-left: 15px;
    background: #fff;
    width: 72px;
    height: 2px;
}

.breadcrumb-row {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
    background: #fafafa;
}

.breadcrumb-row .breadcrumb {
    background: none;
    margin: 0;
    padding: 0;
}

.breadcrumb-row .breadcrumb li {
    float: left;
    line-height: 55px;
    font-family: "Open Sans", sans-serif !important;
    font-weight: bold;
    color: #000;
    font-size: 14px;
}

.breadcrumb-row .breadcrumb li+li:before {
    content: "\f105";
    font-family: "FontAwesome";
    color: #000;
    padding: 0 5px;
}

.breadcrumb-row .breadcrumb li a {
    color: #000;
    font-weight: 700;
}

.mission-statement {
    padding: 100px 0;
}

.mission-statement .this-textss {
    margin-left: 50px;
    margin-right: 0;
}

.mission-statement .this-title {
    font-weight: bold;
    font-size: 38px;
    line-height: 1.2;
    font-family: "Alegreya", serif !important;
    color: #242424;
    margin-top: 0;
    margin-bottom: 32px;
    letter-spacing: 0.3px;
}

.mission-statement p {
    font-size: 15px;
    line-height: 26px;
    font-family: "Open Sans", sans-serif !important;

    color: #151414;
}

.mission-statement .this-title:after {
    content: '';
    display: inline-block;
    margin-left: 16px;
    background: #099bd7;
    width: 35px;
    height: 2px;
}

.mission-statement img {
    width: 100%;
}

.about-page-description {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.vision-part {
    padding: 90px 15px 95px;
    order: 1;
    background: #e6e9ec;
}

.vision-part .this-inner {
    display: table;
    margin-left: auto;
}

.vision-part .section-title {
    margin-bottom: 30px;
}

.section-title {
    font-family: 'Mulish', sans-serif !important;
    margin-top: 0;
    margin-bottom: 15px;
    color: #242424;
    font-weight: 600;
    letter-spacing: 0.15px;
}

.vision-part p {
    font-size: 16px;
    line-height: 30px;
    font-family: "Open Sans", sans-serif !important;
    letter-spacing: 0.3px;
    color: #424242;
    margin-bottom: 20px;
}

.section-title+p {
    color: #150d0d;
    letter-spacing: 0.3px;
    margin-bottom: 25px;
    position: relative;
    font-weight: 500;
    font-size: 17px;
}

.vision-list li {
    padding-left: 30px;
    background-image: url('../images/list-check3.png');
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: left 8px;
    font-weight: bold;
    font-size: 16px;
    line-height: 30px;
    font-family: "Open Sans", sans-serif !important;
    letter-spacing: 0.3px;
    color: #1e75a7;
}

.trust-part {
    position: relative;
    background-image: url('../images/trust-image.webp');
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: 0 0;
}

.trust-part:before {
    content: '';
    background: #1778aa;
    opacity: 0.9;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.trust-part .this-inner {
    padding-top: 105px;
    position: relative;
    z-index: 2;
}

.trust-part .section-title {
    color: #fff;
    font-size: 28px;
    line-height: 34px;
    letter-spacing: 0.3px;
    margin-bottom: 35px;
}

.trust-part p {
    font-style: italic;
    font-size: 20px;
    line-height: 30px;
    font-family: "PT Serif", serif !important;
    letter-spacing: 0.3px;
    color: #fff;
    margin-bottom: 45px;
}

.emmergency-leaks h2 span {
    color: #1dbee8;
}

.our-company {
    padding: 100px 0;
    background: #ededf1;
}

.our-company .section-title {
    margin-bottom: 32px;
}

.our-company .section-title+p {
    font-size: 15px;
    line-height: 26px;
    font-family: "Open Sans", sans-serif !important;
    letter-spacing: 0.3px;
    color: #150d0d;
    margin: 0;
}

.our-company .econtacts {
    position: relative;
}

.company-econtacts {
    margin-top: 20px;
}

.company-econtacts .this-title {
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 24px;
    font-family: "Raleway", sans-serif !important;
    font-size: 22px;
    font-weight: 800;
    line-height: 28px;
    color: #092942;
    text-transform: uppercase;
}

.company-econtacts .this-title span {
    color: #0f6fb9;
}

.company-econtacts .this-no {
    font-size: 20px;
    line-height: 1;
    font-family: "Open Sans", sans-serif !important;
    color: #151515;
    margin: 0 0 10px;
    letter-spacing: 0.3px;
}

.company-econtacts .this-texts {
    margin: 0;
    text-transform: capitalize;
    font-style: italic;
    font-size: 17px;
    line-height: 1;
    font-family: "Open Sans", sans-serif !important;
    color: #151515;
}

.site-contents {
    padding: 50px 0;
}

/* ============ Light Box Gallery Start ================= */
.lightboxpreview {
    transition: all .3s linear;
    padding-top: 60%;
    cursor: pointer;
    background-size: cover;
}

.lightbox-content {
    max-height: 75vh;
    height: 75vh;
    width: 100%;
    max-width: 1000px;
}

.lightbox-close {
    cursor: pointer;
    margin-left: auto;
    position: absolute;
    right: -30px;
    top: -30px;
    color: white;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
}

.modal_inner_image {
    min-height: 400px;
    z-index: 1000;
}

.modal-content {
    width: 100%;
}


.modalscale {
    transform: scale(0);
    opacity: 0;
}



.lightbox-container,
.lightbox-btn,
.lightbox-image-wrapper,
.lightbox-enabled {
    transition: all .4s ease-in-out;
}

.lightbox_img_wrap {
    padding-top: 65%;
    position: relative;
    overflow: hidden;
}

.lightbox-enabled:hover {
    transform: scale(1.1)
}

.lightbox-enabled {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    object-fit: cover;
    cursor: pointer;
}

.lightbox-container {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, .6);
    z-index: 9999;
    opacity: 0;
    pointer-events: none;
}

.lightbox-container.active {
    opacity: 1;
    pointer-events: all;
}

.lightbox-image-wrapper {
    display: flex;
    transform: scale(0);
    align-items: center;
    justify-content: center;
    max-width: 90vw;
    max-height: 90vh;
    position: relative;
}

.lightbox-container.active .lightbox-image-wrapper {
    transform: scale(1);
}

.lightbox-btn,
#close {
    color: white;
    z-index: 9999999;
    cursor: pointer;
    position: absolute;

    font-size: 50px;
}

.lightbox-btn:focus {
    outline: none;
}

.left {
    left: 50px;
}

.right {
    right: 50px;
}

#close {
    top: 50px;
    right: 50px;
}

.lightbox-image {
    width: 100%;
    -webkit-box-shadow: 5px 5px 20px 2px rgba(0, 0, 0, 0.19);
    box-shadow: 5px 5px 20px 2px rgba(0, 0, 0, 0.19);
    max-height: 95vh;
    object-fit: cover;
}

@keyframes slideleft {
    33% {
        transform: translateX(-300px);
        opacity: 0;
    }

    66% {
        transform: translateX(300px);
        opacity: 0;
    }
}


.slideleft {
    animation-name: slideleft;
    animation-duration: .5s;
    animation-timing-function: ease;
}

@keyframes slideright {
    33% {
        transform: translateX(300px);
        opacity: 0;
    }

    66% {
        transform: translateX(-300px);
        opacity: 0;
    }
}


.slideright {
    animation-name: slideright;
    animation-duration: .5s;
    animation-timing-function: ease;
}

/* ============ Light Box Gallery End ================= */
.website-lightbox-gallery {
    margin-top: -40px;
}

.content-gallery {
    padding-top: 20px;
    padding-bottom: 20px;
}

.content-gallery .row {
    row-gap: 30px;
}

.content-gallery-box {
    position: relative;
    width: 98%;
    height: 250px;
    transition: .4s;
    overflow: hidden;
}

.content-gallery-box::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 0%;
    width: 0%;
    background: rgba(4, 70, 121, 0.8);
}

.content-gallery-box:hover:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(4, 70, 121, 0.8);
    z-index: 1;
}

.content-gallery-box:hover img {
    transform: scale(1.1);
}

.content-gallery-box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: .4s;
}

.content-gallery-box-contents {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 95%;
    height: 95%;
    text-align: center;
    z-index: 1;
}

.content-gallery-box-contents h2 {
    font-weight: bold;
    font-family: "Open Sans", sans-serif !important;
    color: #fff;
    font-size: 18px;
    position: absolute;
    right: -100%;
    top: 35%;
    transition: .4s;
    text-transform: uppercase;
    width: 100%;
}

.content-gallery-box-contents .primary-btn {
    position: absolute;
    left: -50%;
    transition: .4s;
    top: 42%;
    margin-top: 20px;
}

.content-gallery-box:hover .content-gallery-box-contents h2 {
    right: 50%;
    transform: translateX(50%);
}

.content-gallery-box:hover .content-gallery-box-contents .primary-btn {
    left: 50%;
    transform: translateX(-50%);
}

.service-grid {
    padding: 15px;
}

.service-grid .featured-image {
    margin-bottom: 20px;
    display: block;
    position: relative;
    width: 100%;
    height: 250px;
    overflow: hidden;
}

.service-grid .featured-image img {
    width: 100%;
    opacity: 1;
    height: 100%;
    object-fit: cover;
    transition: all 300ms linear 0s;
}

.service-grid .featured-image:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0;
}

.service-grid .this-title {
    font-family: 'Montserrat', sans-serif !important;
    letter-spacing: 0.3px;
    margin-bottom: 15px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 24px;
}

.service-grid .this-title a {
    color: #242424;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.service-grid .this-excerpts {
    letter-spacing: 0.4px;
    color: #150d0d;
    margin-bottom: 15px;
    text-align: center;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 17px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.service-grid .read-more {
    font-size: 14px;
    margin: auto;
    padding: 12px 20px !important;
}

.services-contents .row {
    row-gap: 30px;
}

.service-grid:hover .featured-image img,
.service-grid:focus .featured-image img {
    transform: scale(1.1);
}

.service-grid .this-title a:hover,
.service-grid .this-title a:focus {
    color: #099bd7;
    text-decoration: underline !important;
}

.service-grid:hover .featured-image:after,
.service-grid:focus .featured-image:after {
    opacity: 0.1;
}

.accordion {
    max-width: 100%;
    margin-top: 35px;
}

.accordion-item {
    border-radius: 0 !important;
    background: #fff;
    margin-bottom: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.accordion-header {
    background: #1b8ed0;
    color: #fff;
    padding: 12px;
    cursor: pointer;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: none;
    outline: none;
    width: 100%;
    text-align: left;
    position: relative;
}

.accordion-header:after {
    content: '';
    display: block;
    width: 50px;
    height: 48px;
    background-image: none;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-color: transparent;
    background-image: url('../images/right1.png');
    position: absolute;
    top: 0;
    right: 0;
}

.accordion-item.active .accordion-header:after {
    background-image: url('../images/down1.png');
}

.accordion-content {
    padding: 0 15px;
    background: #fff;
    border-top: 1px solid #ddd;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out, padding 0.3s ease-out;
}

.accordion-item.active .accordion-content {
    padding: 15px;
}

.faq-page {
    padding: 60px 0;
}

.faq-page .row {
    row-gap: 60px;
}

.accordion-header span {
    width: 90%;
}

/*  */
.single-services-menu {
    border: none;
}

.single-services-menu li {
    display: block;
    float: none;
    width: 100%;
}

.single-services-menu li a {
    border-radius: 0;
    border: 1px solid #e4e4e4;
    border-left-width: 5px;
    background: #f8f8f8;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    font-family: "Open Sans", sans-serif !important;
    color: #585858;
    padding: 20px;
    margin: 0;
    width: 100%;
    display: block;
}

.single-services-menu li a:hover,
.single-services-menu li a:focus {
    color: #fff;
    background: #058dc5;
    border-left: 5px solid #042938;
}

.request-service-form .enquiry-form-title {
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 15px;
    text-align: center;
    font-size: 23px;
}

.banner-row {
    margin: 30px 0 !important;
}

.banner-row a {
    padding: 0 10px;
    background: #d3dde6;
    display: block;
    position: relative;
    overflow: hidden;
}

.btop-box {
    padding: 16px 80px 0 16px;
    background: #1c537f;
    margin: 0;
}

.banner-row .this-cursive {
    font-family: "Pacifico", cursive !important;
    color: #fff;
    margin: 12px 0 4px;
    letter-spacing: 0.3px;
}

.btop-box h2 {
    font-size: 37.57px;
}

.banner-row .this-stitle {
    font-size: 19.85px;
    font-family: "Open Sans Condensed", sans-serif !important;
    font-weight: bold;
    color: #fff;
    opacity: 0.7;
    text-transform: uppercase;
    margin-top: 0;
    line-height: 1;
    margin-bottom: 0;
    letter-spacing: 0.3px;
}

.banner-row .this-title {
    font-weight: 800;
    font-family: "Open Sans", sans-serif !important;
    text-transform: uppercase;
    color: #40bcf4;
    line-height: 1;
    margin-top: 2px;
}

.banner-row p {
    color: #154469;
    letter-spacing: 0.3px;
    font-style: italic;
    font-size: 16px;
    line-height: 20px;
    font-family: "Open Sans", sans-serif !important;
    padding-left: 7px;
    padding-right: 80px;
    margin: 10px 0;
}

.bphone {
    background: #1c5784;
    line-height: 1;
    margin: 0 -10px;
    display: block;
    padding: 10px 80px 12px 18px;
    color: #fff;
    font-family: "Open Sans Condensed", sans-serif !important;
    font-weight: bold;
}

.bovelay-img {
    position: absolute;
    bottom: 0;
    right: 0;
}

.stains {
    -webkit-box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0, 0, 0, 0);
    box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0, 0, 0, 0);
}

.stains img {
    width: 100%;
}

.inner {
    padding: 17px;
}

.offer-title {
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 27px;
    line-height: 38px;
    font-family: "Alegreya", sans-serif !important;
    color: #404040;
    letter-spacing: 0.3px;
    font-weight: 700;
    font-family: poppins !important;
}

.offer-title b {
    font-weight: 600 !important;
}

.s_service-content p {
    font-size: 15px;
    line-height: 26px;
    font-family: "Open Sans", sans-serif !important;
    letter-spacing: 0.3px;
    color: #0f0e0e;
    margin-bottom: 25px;
}

.s_service-content .this-featured-images {
    margin: 0 0 20px;
}

.s_service-content .this-featured-images img:last-child {
    margin-right: 0;
}

.s_service-content .this-featured-images img {
    max-width: 100%;
    width: 100%;
    margin-right: 30px;
    margin-bottom: 25px;
    float: left;
}

.bond-img {
    padding: 5px !important;
    border: 1px solid #e3dddd;
    -webkit-box-shadow: 0px 10px 13px -7px #423e3e, 5px 5px 15px 5px rgb(0 0 0 / 0%);
    box-shadow: 0px 10px 13px -7px #423e3e, 5px 5px 15px 5px rgb(0 0 0 / 0%);
}

.team li {
    padding-left: 30px;
    font-size: 15px;
    line-height: 34px;
    font-family: "Open Sans", sans-serif !important;

    color: #858585;
    background: url('../images/list-check2.png') no-repeat scroll left 12px;
    list-style: none;
}

.s_service-content a {
    color: #337ab7;
}

.s_service-content b {
    font-weight: 700 !important;
}

.appointment-banner {
    background: #0086b6;
    padding: 27px 30px;
    position: relative;
    margin-top: 40px;
}

.appointment-banner:before,
.appointment-banner:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images/carpet-cleaning-2.webp) no-repeat scroll right center #0087b8;
    background-size: cover;
    background-blend-mode: multiply;
    opacity: 0.2;
}

.appointment-banner .media-body {
    vertical-align: middle;
    position: relative;
    z-index: 2;
}

.appointment-banner .media-right {
    vertical-align: middle;
    position: relative;
    z-index: 2;
    width: 45%;
}

.appointment-banner .media-right .primary-btn {
    margin-left: auto;
}

.ab-title {
    margin: 0;
    color: #fff;
    font-weight: bold;
    font-size: 32px;
    line-height: 42px;
    font-family: "Alegreya", serif !important;
}

.appointment-banner .btn {
    line-height: 52px;
    font-size: 16px;
    padding: 0 17px;
}