/*
Theme Name: Twenty Sixteen
Theme URI: https://wordpress.org/themes/twentysixteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 3.8
Tested up to: 7.0
Requires at least: 4.4
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog, block-patterns
Text Domain: twentysixteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print
 */


/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */

*{
	margin:0;
	padding:0;
}
.timing-table-wrapper {
    width: 100%;
    overflow-x: auto;
}

.timing-table {
    width: 100%;
    border-collapse: collapse;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.timing-table tr {
    border-bottom: 1px solid #e5e5e5;
}

.timing-table tr:last-child {
    border-bottom: none;
}

.timing-table td {
    padding: 18px 0;
    font-size: 16px;
    color: #333;
    font-weight: 500;
}

.timing-table td:last-child {
    text-align: right;
    font-weight: 600;
}


/* Responsive */
@media(max-width: 600px){

    .timing-table td {
        padding: 14px 0;
        font-size: 14px;
    }

}
.footer_link a{
	color:#fff;
}

.elementor-element-27201fe li{
    list-style:none;
}
.cleaning-form {
    font-family: 'Montserrat', sans-serif;
}
.cleaning-form .form-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px 20px;
    margin-bottom: 35px;
}


.cleaning-form .form-group label {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #071b49;
    margin-bottom: 0px;
}


.cleaning-form .form-control {
    width: 100%;
    height: 50px;
    border: 1px solid #e5e5e5;
    background: #f8f8f8;
    border-radius: 5px;
    padding: 0 18px;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    color: #071b49;
    outline: none;
}


.cleaning-form .form-control:focus {
    border-color: #5978ff;
    background: #fff;
}


.cleaning-form select.form-control {
    appearance: auto;
    cursor: pointer;
}


.cleaning-form .form-control::placeholder {
    color: #b7b7b7;
}


.cleaning-form .form-bottom {
    display: grid;
    grid-template-columns: 415px 1fr;
    align-items: center;
    gap: 35px;
    margin-top: 30px;
}


.cleaning-form .estimate-btn {
    width: 100%;
    height: 50px;
    background: #15355C;
    border: 1px solid #15355C;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    cursor: pointer;
    border-radius: 10px;
}


.cleaning-form .estimate-btn:hover {
    background: #fff;
    color:#15355C;
}


.cleaning-form .form-note {
    color: #999;
    font-size: 16px;
    font-style: italic;
    line-height: 1.6;
    max-width: 420px;
}


/* Responsive */

@media(max-width: 991px){

    .cleaning-form .form-row {
        grid-template-columns: 1fr 1fr;
    }

    .cleaning-form .form-bottom {
        grid-template-columns: 1fr;
    }

}


@media(max-width: 600px){

    .cleaning-form .form-row {
        grid-template-columns: 1fr;
        gap: 20px;
    }


    .cleaning-form .form-control {
        height: 55px;
    }


    .cleaning-form .form-group label {
        font-size: 15px;
    }


    .cleaning-form .form-note {
        font-size: 14px;
    }

}
.home_blog img {
    height: 240px !important;
    object-fit: cover;
    width: 100%;
}
.home_blog svg.e-font-icon-svg.e-fas-arrow-right {
    padding-left:3px;
}
.floatingimg img {
    animation: floating 3s ease-in-out infinite;
}

@keyframes floating {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-15px);
    }
    100% {
        transform: translateY(0px);
    }
}
.header-list svg {
    font-size:15px !important;
    height:15px !important;
    width:15px !important;
}
.header-list ul.elementor-icon-list-items.elementor-inline-items {
    display:flex;
}
.header-list ul.elementor-icon-list-items.elementor-inline-items li{
  list-style:none;
}
.service-gallery img{
    height:260px;
    width:100%;
    object-fit:cover;
}




.contact-form-row {
    display: flex;
    gap: 40px;
    margin-bottom: 35px;
}

.contact-page .contact-form-col {
    width: 50%;
}

.contact-page .contact-form-full {
    width: 100%;
    margin-bottom: 35px;
}

.contact-form-col label,
.contact-form-full label {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    color: #15355C;
    margin-bottom: 0px;
}

.contact-form-col input,
.contact-form-full textarea {
    width: 100%;
    border: none;
    outline: none;
    background: #fff;
    border-radius: 8px;
    padding: 18px 16px;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    color: #15355C;
    box-sizing: border-box;
}

.contact-form-col input {
    height: 62px;
}

.contact-form-full textarea {
    height: 200px;
    resize: none;
}

.contact-form-col input::placeholder,
.contact-form-full textarea::placeholder {
    color: #d8dce3;
}

.wpcf7-submit {
    background: #15355C;
    color: #fff;
    border: none;
    padding: 16px 32px;
    border-radius: 4px;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s ease;
    margin-top: 20px;
}

.wpcf7-submit:hover {
    opacity: 0.9;
}

@media(max-width:767px){

    .contact-form-row {
        display: block;
        margin-bottom: 0;
    }

    .contact-form-col {
        width: 100%;
        margin-bottom: 25px;
    }

    .contact-form-full {
        margin-bottom: 25px;
    }
}
.project-img img {
    height:400px;
    width:100%;
    object-fit:cover;
}
footer.elementor-slideshow__footer.elementor-lightbox-prevent-close {
    display: none !important;
}
@media only screen and (min-width: 768px) and (max-width: 992px){
    .box-bg {
    background:#dbecff;
  }
	.project-img img {
    height: 250px;
}
}
.elementor-element-5f4e1be svg {
    height: 15px;
}
@media only screen and (min-width: 320px) and (max-width: 767px){
    
	.project-img img {
    height: 250px;
}
	.contact-form-col input {
    height: 40px;
}
	.contact-page .contact-form-col {
    width: 100%;
}
	.contact-form-col {
    width: 100%;
    margin-bottom: 15px;
}
	.contact-form-full textarea {
    height: 100%;
}
	.contact-form-full {
    width: 100%;
}
	.project-tab .e-n-tabs-heading {
    display: flex !important;
}

.project-tab button {
    margin: 0 !important;
    padding: 5px !important;
    font-size:12px !important;
}
	.elementor-element-a3a1a63 {
    background: none !important;
}
}