@font-face {
    font-family: "ChampagneLimousines";
    src: url('../font/champagne_limousines/Champagne & Limousines.ttf') format('truetype'), url('../font/champagne_limousines/Champagne & Limousines Italic.ttf') format('truetype'), url('../font/champagne_limousines/Champagne & Limousines Bold.ttf') format('truetype'), url('../font/champagne_limousines/Champagne & Limousines Bold Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "ChampagneLimousines";
    src: url('../font/champagne_limousines/Champagne & Limousines Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: "ChampagneLimousines";
    src: url('../font/champagne_limousines/Champagne & Limousines Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "ChampagneLimousines";
    src: url('../font/champagne_limousines/Champagne & Limousines Bold Italic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: "MadeEvolvedSans";
    src: url('../font/made_evolve_sans/MADE Evolve Sans Regular (PERSONAL USE).otf')
}

html {
    font-size: 14px;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    overflow-x: hidden;
}

body {
    font-family: "MadeEvolvedSans", sans-serif;
    background-color: #faf9f3;
    color: black;
}

.mobile-logo {
    display: none;
}

#about_us p {
    font-size: 18px;
}

.logo-middle {
    text-align: center;
    padding-bottom: 24px;
}

    .logo-middle img {
        max-width: 260px;
    }

h1, h2, h3, h4, h5 {
    font-family: "ChampagneLimousines", sans-serif;
    font-weight: bold;
    color: #018a77;
}


.text-left {
    text-align: left;
}

.pad-top-250 {
    padding-top: 250px;
}

.min-height400 {
    min-height: 400px;
}

.min-height600 {
    min-height: 600px;
}

.min-height900 {
    min-height: 900px;
    border-bottom: #018a77 solid 24px;
}

.width60 {
    width: 60%;
}

.width40 {
    width: 40%;
}

.maxwidth40 {
    max-width: 40%;
}

.services_hr {
    opacity: 1;
    min-height: 24px;
    background-color: #018a77;
}

.left {
    float: left;
}

.right {
    float: right;
}

.bg-white {
    background-color: white;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.padding-12 {
    padding-left: 12px;
}

.header_section {
    width: 100%;
    float: left;
    height: auto;
    background-size: 100%;
    padding: 0px 0px 20px 0px;
}

.bg-light {
    background-color: transparent !important;
}

.logo {
    position: absolute !important;
    left: 25% !important;
    width: initial !important;
    padding: 0 !important;
    float: left;
    text-align: center;
}

.logo_mobile {
    width: 100%;
    float: left;
    text-align: center;
    padding-bottom: 20px;
}

.mobile_menu {
    width: 100%;
    float: left;
    display: none;
}

.navbar-light .navbar-nav .nav-link {
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
}

.navbar-nav {
    align-items: center;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
    border-radius: 20px;
    border: 2px solid #fff;
    color: #fff;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 20px;
    padding-left: 20px;
}

.nav-item {
    position: relative;
}

#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    background-color: #018a77;
    border-color: #018a77;
    padding: 6px;
    border-radius: 12px;
}

    #btn-back-to-top img {
        width: 40px;
    }

.menu_main {
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

    .menu_main ul {
        margin: 0px;
        padding: 0px;
        list-style: none;
        display: inline-flex;
    }

    .menu_main li {
        float: left;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 18px;
        text-transform: uppercase;
        padding-top: 10px;
        padding-bottom: 10px;
        color: #018a77;
        border-radius: 40px;
    }

        .menu_main li a {
            color: #018a77;
            padding: 10px 20px;
            border-radius: 10px;
        }

            .menu_main li a:hover {
                color: #ffffff;
                background-color: #018a77;
                padding: 10px 20px;
                border-radius: 10px;
            }

    .menu_main .active {
        color: #ffffff !important;
        background-color: #018a77;
    }

.mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
    width: 20%;
    float: left;
}

.header_main {
    width: 100%;
    background-size: 100%;
    padding: 10px 0px 30px 0px;
}

.footer_section {
    width: 100%;
    float: left;
    background-image: url(../images/footer-bg.png);
    height: auto;
    padding-top: 150px;
    background-size: 100% 100%;
    padding-bottom: 400px;
    background-repeat: no-repeat;
}
/*layout end*/

/*index content*/
.banner_video {
    width: 100%;
    float: left;
    /*    background-color: #00000070;
    background-image: url(../images/video_thumbnail_home.png);*/
    height: auto;
    background-repeat: no-repeat;
    background-size: 100%;
    background-blend-mode: darken;
}

#MainBannerVideo {
    width: 100%;
}

.banner_video_header {
    background-color: #00000070;
    background-blend-mode: darken;
    font-family: "ChampagneLimousines", sans-serif;
    width: 100%;
    float: left;
    font-size: 60px;
    color: #ffffff;
    font-weight: bold;
    padding-top: 30px;
    text-align: center;
    text-shadow: 2px 2px black;
    top: 5%;
    position: absolute;
}


.play_icon_main {
    width: 100%;
    margin-top: 150px;
    float: left;
}

.play_icon {
    width: 200px;
    margin: 0 auto;
    position: relative;
    z-index: 5;
}

    .play_icon::before {
        content: '';
        position: absolute;
        top: 49%;
        left: 70px;
        width: 130px;
        height: 130px;
        transform: translate(-50%, -50%);
        background-color: #ffffff;
        border-radius: 100%;
        z-index: -1;
        animation: fadeEffect 1.3s infinite ease;
        box-shadow: 0px 0px 10px 0px;
        right: inherit;
    }

@keyframes fadeEffect {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1
    }

    100% {
        transform: translate(-50%, -50%) scale(1.2);
        opacity: 0;
    }
}

.margin_top_90 {
    margin-top: 90px;
}

.center_banner {
    font-size: 20px;
    margin-left: 20%;
    align-content: center;
    margin-top: 30px;
    padding-top: 30px;
    width: 60%;
    float: left;
    height: auto;
    text-align: center;
    background-color: white;
    border-radius: 20px;
    background-image: url('../images/swan.png');
    background-position: center;
    background-size: 20%;
    background-repeat: no-repeat;
}



.center_banner_headline {
    position: relative;
    text-align: center;
    padding: 0px 30% 0px 30%;
    color: #018a77;
}

.center_banner img {
    border-radius: 20px;
}

.center_banner_inner {
    width: 45%;
    min-height: 200px;
}

    .center_banner_inner hr {
        position: relative;
        width: 55%;
        height: 1px;
        opacity: 1;
        margin-top: 6%;
        margin-bottom: 0px;
    }

.ico1 {
    margin-left: 5%;
    background-image: url('../images/center_banner_ico1.png');
    background-repeat: no-repeat;
    text-align: left;
}

    .ico1 hr {
        left: 13%;
    }

.ico2 {
    background-image: url(../images/center_banner_ico2.png);
    background-repeat: no-repeat;
    text-align: right;
    background-position: top right;
    margin-right: 5%
}

    .ico2 hr {
        left: 32%;
    }

.ico3 {
    margin-left: 5%;
    background-image: url('../images/center_banner_ico3.png');
    background-repeat: no-repeat;
    text-align: left;
}

    .ico3 hr {
        left: 13%;
    }

.ico4 {
    background-image: url(../images/center_banner_ico4.png);
    background-repeat: no-repeat;
    text-align: right;
    background-position: top right;
    margin-right: 5%
}

    .ico4 hr {
        left: 32%;
    }

.banner-text-1 {
    padding-left: 14%;
    width: 70%;
}

.banner-text-2 {
    padding-right: 14%;
    margin-left: 30%;
}

.banner-text-3 {
    padding-left: 14%;
    width: 73%;
}

.banner-text-4 {
    padding-right: 14%;
    margin-left: 14.5%;
}

.center_banner_footer {
    margin-top: 40%;
    min-height: 100px;
    background-image: url(../images/center_banner_footer.png);
    background-repeat: no-repeat;
    border-radius: 0 0 20px 20px;
}

.center_banner_footer_inner1 {
    color: white;
    margin: 15px 0 0 35px;
}

.center_banner_footer_inner2 {
    min-width: 12%;
    max-height: 60px;
    background-color: #018a77;
    margin: 2%;
    padding: 1%;
    border-radius: 40px;
}

    .center_banner_footer_inner2 img {
        width: 42px;
    }

.services_banner {
    margin-top: 50px;
    padding-top: 10px;
    width: 100%;
    float: left;
    /*height: 900px;*/
    background-color: #018a77;
    background-image: url('../images/watermark_top_left.png'), url('../images/watermark_top_right.png'), url('../images/watermark_bottom_left.png'), url('../images/watermark_bottom_right.png');
    background-repeat: no-repeat;
    background-position: top left, top right, bottom left, bottom right;
    background-size: 20%;
    margin-bottom: 50px;
}

.services_head {
    padding-bottom: 120px;
}

.services_header {
    font-family: "ChampagneLimousines", sans-serif;
    width: 100%;
    float: left;
    font-size: 60px;
    color: #ffffff;
    font-weight: bold;
    padding-top: 30px;
    text-align: center;
    text-shadow: 2px 2px black;
}

.services_text {
    font-family: "ChampagneLimousines", sans-serif;
    width: 100%;
    float: left;
    font-size: 30px;
    color: #ffffff;
    text-align: center;
    margin: 0px;
    text-shadow: 1px 1px black;
}

.services_carousel_section h1 {
    font-family: "ChampagneLimousines", sans-serif;
    color: #018a77;
    font-weight: bold;
    padding-left: 2px;
}

.services_carousel_section h2 {
    font-family: "ChampagneLimousines", sans-serif;
    color: #018a77 !important;
    padding-left: 2px;
}

.services_carousel_section {
    width: 40%;
    margin: 0 auto;
    min-height: 700px;
    background-color: #ffffff;
    box-shadow: 0px 1px 16px -6px;
    border-radius: 30px;
    padding: 10px;
    margin-top: 50px;
    margin-left: 2%;
    margin-right: 2%;
}

.modal-70 {
    text-align: center;
    max-width: 70%;
}

.modal-content {
    border: none;
    background-color: none;
}

.modal-body {
    background-color: white;
}

#videoPlayer, #imgPlayer {
    width: 90%;
}

.carousel_service_frame {
    width: 100%;
    font-size: 18px;
    text-align: center;
    margin: 0px;
    color: #0d0d0d;
    /*border: 1px solid #0d0d0d;*/
    /*padding: 90px 30px;*/
    border-radius: 30px;
    /*    background-color: #faf9f3;*/
}

    .carousel_service_frame video {
        border-radius: 6px;
    }

.carousel-item p {
    font-size: 18px;
}

.carousel-control-prev {
    left: -10%;
    height: fit-content;
    top: 50%;
}

.carousel-control-next {
    height: fit-content;
    top: 50%;
    right: -10%;
}

.carousel-indicators {
    bottom: -10%;
}

.hover-image-play-btn:hover {
    cursor: pointer;
    content: url(../images/play-icon-hover.png);
}

.hover-image-expand-btn:hover {
    content: url(../images/expand_hover.png);
}
/*Services*/




.Carpet_Service_1 {
}

.Carpet_Service_2 {
    background-image: url(../images/services/Carpet_2.jpg);
    width: 90%;
    background-size: cover;
}

.Carpet_Service_3 {
    background-image: url(../images/services/Carpet_3.jpeg);
    width: 90%;
    background-size: cover;
}

.Windows_Service_2 {
    background-image: url(../images/services/Windows_2.jpg);
    width: 90%;
    background-size: cover;
}

.Windows_Service_3 {
    background-image: url(../images/services/Windows_3.jpg);
    width: 90%;
    background-size: cover;
}

.HotPressure video {
}


.HotPressure_Service_2 {
    background-image: url(../images/services/Pressure_2.jpg);
    width: 90%;
    background-size: cover;
}

.HotPressure_Service_3 {
    background-image: url(../images/services/Pressure_3.jpeg);
    width: 90%;
    background-size: cover;
}


.Upholstery_Service_2 {
    background-image: url('../images/services/Upholstery 2.jpg');
    width: 90%;
    background-size: cover;
}

.Upholstery_Service_3 {
    background-image: url(../images/services/Upholstery_3.jpeg);
    width: 90%;
    background-size: cover;
}


.Tiles_Service_1 {
}

.Tiles_Service_2 {
    background-image: url('../images/services/Tiles_1.jpg');
    width: 90%;
    background-size: cover;
}

.Tiles_Service_3 {
    background-image: url(../images/services/Tiles_2.jpeg);
    width: 90%;
    background-size: cover;
}

.Solar img {
    width: 100%;
    border-radius: 6px;
}

.Solar_Service_1 {
    background-image: url('../images/services/Solar_2.jpg');
    background-size: cover;
}

.Solar_Service_2 {
    background-image: url(../images//carousel_services/WS_Services_Solar.jpg);
    width: 90%;
    background-size: cover;
}

.Solar_Service_3 {
    background-image: url(../images/services/Solar_3.jpg);
    width: 90%;
    background-size: cover;
}


.Flood_Restoration_Service_1 {
}

.Flood_Restoration_Service_2 {
    background-image: url('../images/services/Flood_2.jpeg');
    width: 90%;
    background-size: cover;
}

.Flood_Restoration_Service_3 {
    background-image: url(../images/services/Flood_3.jpg);
    width: 90%;
    background-size: cover;
}


.Vacate_Restoration_Service_1 {
}

.Vacate_Restoration_Service_2 {
    background-image: url('../images/services/End_2.jpeg');
    width: 90%;
    background-size: cover;
}

.Vacate_Restoration_Service_3 {
    background-image: url(../images/services/End_3.jpg);
    width: 90%;
    background-size: cover;
}

.contact-div-service {
    margin-top: 90px;
    text-align: center;
    margin-bottom: 100px;
}

    .contact-div-service .btn-primary {
        border: none;
        color: #018a77;
        border-radius: 20px;
        padding: 12px 24px;
        background-color: white;
    }

        .contact-div-service .btn-primary:hover {
            border: none;
            color: #055551;
            border-radius: 20px;
            padding: 12px 24px;
            background-color: seashell;
        }

.more_about_us {
    margin-top: 25px;
}



.about_us_left {
    width: 50%;
    float: left;
    text-align: center;
}

    .about_us_left td {
        margin-left: 12px;
        text-align: left;
    }

    .about_us_left img {
        max-width: 128px;
        width: 128px;
    }

.about_us_right {
    width: 50%;
    float: right;
    text-align: center;
}

    .about_us_right .img1 {
        width: 90%;
        margin-bottom: 5%;
        border-radius: 12px;
    }

    .about_us_right .img2 {
        float: left;
        width: 43%;
        margin-left: 5%;
        border-radius: 12px;
    }

    .about_us_right .img3 {
        width: 43%;
        border-radius: 12px;
    }

.about_us_subttitle {
    width: 80%;
}
/*footer*/


.flex-container {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}

.round_container_group {
    min-width: 19%;
}

.footer_img {
    padding-left: 10%;
}

.round_container {
    max-height: 60px;
    background-color: #018a77;
    margin: 2%;
    padding-right: 4%;
    padding-left: 8%;
    border-radius: 40px;
    padding-bottom: 3%;
    padding-top: 2%;
    position: relative;
    width: 70%;
}

    .round_container img {
        width: 46px;
    }

    .round_container b {
        color: white;
        font-size: 28px;
        padding-left: 6%;
        text-align: center;
        letter-spacing: .1rem;
    }

.map_frame {
    width: 25%;
    height: 250px;
}

.navigation {
    text-align: right;
}

    .navigation h2, h3, a {
        color: #242928;
    }

    .navigation a:hover {
        color: #008e7b;
    }


/*contact page*/
.contact_page {
    /*background-color: #018a77;*/
}

.contact_page_header {
    color: white;
    padding-top: 125px;
    padding-bottom: 125px;
    text-align: center;
}

.contact_page_panel {
    max-width: 45%;
    min-width: 45%;
    background-color: white;
    padding: 26px;
    border-radius: 10px;
}

    .contact_page_panel img {
        width: 90%;
        border-radius: 10px;
        padding-bottom: 8px;
    }

.contact_page .container {
    min-height: 600px;
}

.contact_page .form-control {
    border-radius: 6px;
}

.btn-contact {
    width: 100%;
    background-color: #018a77;
}

    .btn-contact:hover {
        background-color: #024b41;
    }

.div_accordion {
    width: 40%;
}

.accordion-header {
    border: none;
}

.accordion-item {
    border: none;
    margin-bottom: 10px;
    border-radius: 12px;
    padding-left: 24px;
}

.new-accordion-button {
    border: none;
    background-color: white;
    padding: 10px;
    border-radius: 24px;
    text-align: left;
    width: 100%;
    font-weight: bold;
    color: #30534e;
}

.collapsed .minus_sign {
    display: none !important;
}

.collapsed .plus_sign {
    display: block !important;
}

.new-accordion-button .minus_sign {
    display: block;
}

.new-accordion-button .plus_sign {
    display: none;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.container-header {
    margin-left: 20%;
    width: 60%;
}

.service_page_header {
    padding-top: 125px;
    padding-bottom: 125px;
    text-align: center;
}

.service_page_panel {
    background-color: white;
    padding: 14px;
}

.service_page_panel_footer {
    background-color: white;
    text-align: center;
    padding-left: 15%;
    padding-right: 15%;
}

.service_page_panel div {
    background-color: white;
}

.service_page_panel h1, h2 {
    font-family: "MadeEvolvedSans", sans-serif;
}

.service_page_panel ul {
    margin-bottom: 1px;
}

.service_page_panel_innertext {
    padding-top: 20px;
    padding-left: 5%;
}

.service_page_panel img {
    margin-top: 120px;
}
