:root {
    --roboto: 'Roboto', sans-serif;

}

html {
    scroll-behavior: smooth;
}

body {
    max-width: 100vw;
    overflow-x: hidden;
    position: relative;
    font-family: var(--roboto);
}

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

ul {

    padding: 0px;
    margin: 0px;
}

img {
    width: 90%;
}

a {
    text-decoration: none;
}

p, h1, h2, h3, h4, h5, h6 {
    margin: 0px;
}

.tp-head {
    display: flex;
    justify-content: flex-start;
    padding: 8px 20px;
    background-color: #FFFFFF;
}

.tp-head .tp-col {
    padding-right: 20px;
    font-size: 12px;
    color: #000000;
}

.column {
  float: left;
  width: 25%;
}
/* Stops the float property from affecting content after the columns */
.columns:after {
  content: "";
  display: table;
  clear: both;
}

.tp-head.top-widgets-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.tp-head.top-widget {
    border-right: 1px solid #000000;
    margin-right: 10px;
    padding-right: 10px;
    vertical-align: middle;
    margin-bottom: -1px;
    position: relative;
}

header .head-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 20px;
}

header .logo img {
    max-width: 250px;
}

header nav .nav-list {
    list-style: none;
    display: flex;
}

nav {
    display: flex;
    align-items: center;
}

.burger {
    display: none;
}

nav .req-btn {
    margin-left: 10px;
    /* background-color: #005AA7;
    color: #fff; */
    padding: 28px 27px;

}

.nav-list li {
    margin: 0px 10px;
}

.nav-list li a {
    color: #000;
    font-weight: 500;
}

.nav-list li a:hover,.nav-list li a.active {
    color: #005AA7;
}

.section-hero .slide {
    min-height: 250px;
    background-image: url(../img/slider-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    position: relative;
    align-items: center;
}



.section-hero .slide .tp-txt {
    max-width: 570px;
    color: #fff;
}

.section-hero .slide .tp-txt h1 {
    font-weight: 600;
}

.section-hero .slide .tp-cap {
    color: #fff;
    font-size: .9rem;
}

.section-hero .sd-btn {
    margin: 10px 0px;
}

.section-hero .sd-btn a {
    padding: 12px 22px;
}

.hero-car .owl-theme .owl-nav {
    position: absolute;
    top: 31%;
    width: 100%;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    background: 0 0;
    color: #fff;
    border: none;
    padding: 0 !important;
    font: inherit;
    font-size: 5rem;
    font-weight: 300;
}

.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: 20px;
}

.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: 20px;

}

.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: transparent;
}

.section-info {
    margin-top: 2rem;
}

.info-row {
    justify-content: center;
    height: 100%;
    align-items: center;
}

.info-row .info-col {
    height: 100%;
}

.section-info .le-sec {
    position: relative;
}

.section-info .le-sec img {
    min-height: 492px;
}

.section-info .le-sec .le-cap {
    position: absolute;
    top: 49%;
    right: -36px;
    background-color: #005AA7;
    color: #fff;
    border-radius: 10px;
    padding: 35px 30px;
    font-size: 25px;
    font-weight: 600;
}

.section-info .re-wrap {
    padding-left: 39px;
}

.section-info .icon-col {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: .9rem;
}

.section-info .icon-col img {
    max-width: 75px;
}

.section-head {
    font-weight: 600;
    font-size: 23px;
}

.section-info .re-para p {
    font-weight: 400;
    font-size: .9rem;
}

.section-service {
    margin-top: 2rem;
    background-image: url(../img/service-bg.png);
    background-size: cover;
    padding: 20px 0px;
   
}

.section-service .ser-crd {
    background-color: #fff;
}

.section-service .crd-body {
    padding: 20px;
}

.section-service .btn-group {
    width: 100%;
    padding: 10px 20px;
}

.section-service .btn-group a {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #000;
    border-radius: 5px;
    padding: 7px 16px;
    font-size: .9rem;
    color: #000;
    font-weight: 600;
}
.section-service .btn-group a:hover
{
    color: #fff;

}
.section-reach .row>*
{
    padding-left: 7px;
    padding-right: 8px;
}
.section-service .crd-para p {
    font-weight: 400;
    font-size: .9rem;
}

.section-reach {
    margin-top: 2rem;
}

.section-reach .reach-bx {
    margin: 20px 0px;
}

.section-reach .sec-head {
    margin-bottom: 0rem;
}

.section-reach .reach-crd {
    border: 2px solid #005AA7;
    min-height: 210px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px 8px;
    border-radius: 12px;
    position: relative;
    z-index: 1;
}
.section-reach .reach-crd::after {
    
    position:absolute;
    width:0%;
    height:100%;
    left:50%;
    top:0px;
    content:'';
    background-color: #005AA7;
    transition: linear .4s all;
    border-radius: 10px;

    z-index: -1;
}
.section-reach .reach-crd::before {
    
    position:absolute;
    width:90%;
    height:100%;
    left:5%;
    top:0px;
    content:'';
    border-radius: 10px;

    background-color: #fff;
    transition: linear .4s all;
    z-index: -1;
}
.section-reach .reach-crd:hover::after {
    width: 100%;
    left: 0%;
}
.section-reach .reach-crd:hover::before {
    width: 0%;
    left: 50%;
}
.section-reach .reach-crd:hover .crd-cap {
    color: #Fff;
}
.section-reach .reach-crd:hover .crd-number {
    color: #Fff;
}
.section-reach .reach-crd:hover svg path {
    fill: #fff;
    transition: ease .4s all;
}

.section-reach .reach-crd img {
    width: 65px;
}

.section-reach .crd-number {
    font-weight: 600;
    font-size: 2.4rem;
    color: #005AA7;
    margin: 1px 0px;
    transition: ease .4s all;
}

.section-reach .crd-cap {
    color: #005AA7;
    font-weight: 600;
    transition: ease .4s all;
}

.section-brands {
    margin-top: 0rem;
    background-color: #FFFFFF;
    min-height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.marginbottom{
    margin-bottom:0.5rem;
     margin-top:0.5rem;
}

.section-brands img {
    filter:none;
    
    max-height: 100px;
}

.section-brands .brand-row {
    align-items: center;
}

.section-brands .brand-col {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.section-brands .brand-col .image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.linesplitter {
    border-left: 3px solid rgba(255,255,255,.1);
}

.owl-carousel .owl-stage {
    display: flex;
    align-items: center;
}


.section-book {
    margin-top: 4rem;

    position: relative;
}

.section-book::before {
    position: absolute;
    width: 100%;
    height: 280px;
    left: 0px;
    top: 0px;
    content: '';
    
    background-size: cover;
    z-index: -1;
}

.section-book .form-wrap {
    padding: 20px;
    border-radius: 10px;
    margin-top: -10em;
    background-color: #fff;

}

.section-book .form-head {
    font-weight: 500;
    font-size: .9rem;
    margin-bottom: 2px;
}

.section-book .input-field {
    margin: 14px 0px;
}

.section-book .input-field input {
    height: 36px;
    padding-left: 5px;
    width: 100%;
    border: 1px solid #C4C4C4;
    border-radius: 6px;
    height: 36px;
    padding-left: 17px;
    width: 100%;
    border: 1px solid #C4C4C4;
    border-radius: 6px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.section-book .input-field input:hover, .section-book .input-field input:focus {
    outline: none;
}

.section-book .input-field select {
    border: 1px solid #C4C4C4;
    border-radius: 6px;
    width: 100%;
    height: 36px;
    padding-left: 17px;
}

.section-book .btn-field {
    margin: 14px 0px;

}

.section-book .btn-field button {

    width: 95%;
    padding: 9px 20px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 1.1rem;
}

footer {
    margin-top: -57px;
    background-color: #374A5A;
    padding-top: 30px;
    color: #fff;
    font-weight: 300;


}

footer .foot-list {
    list-style: none;
}

.contactleft{
    width: 70%;
    float: left;
}
.contactright{
    width: 30%;
    float: right;
}
footer a {
    color: #fff;
    font-weight: 300;
}

footer .head {
    margin: 34px 0px;
}

footer .foot-head {
    font-size: 1.1rem;
}

footer .add-col {
    margin: 34px 0px;
}

footer .foot-list li {
    margin: 2px 0px;
}

footer iframe {
    border-radius: 20px;
}

/* commercial cleaning page css */
.section-sub-hero {
    background-size: cover;
    min-height: 250px;
    background-position: bottom;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;

}

.section-sub-hero .sub-hero-head {
    font-size: 3rem;
    color: #fff;
    font-weight: 600;
    z-index: 2;

}

.section-sub-hero::before {
    position: absolute;
    width: 70%;
    opacity: .59;
    height: 100%;
    left: -10%;
    z-index: 1;
    top: 0px;
    content: '';
    transform: skewX(340deg);
    background-color: #005AA7;
}
.section-sub-hero::after {
    position:absolute;
    width:100%;
    height:100%;
    left:0px;
    background-repeat: no-repeat;
    background-position: center;
    top:0px;
    content:'';
    z-index: 0;
}
.comm-sub-hero::after
{
    background-image: url(../img/commercial-cleaning-1.png);
    
}
.staff-sub-hero::after
{
    background-image: url(../img/staff-supply-bg.png);
}
.section-sub-hero .container {
    z-index: 1;
}

.info-sec {
    margin: 3rem 0px;
    font-size: 1rem;
    font-weight: 400;
    text-align: center;
}

.regular-sec .btn-row {
    display: flex;
    flex-wrap: wrap;
}

.regular-sec a.active, .regular-sec a:hover {
    transition: linear .3s all;
    background-color: #005AA7;
    color: #fff;
}

.regular-sec a {
    margin: 0px 10px;
    max-width: 159px;
    font-size: 13px;
    padding: 0px 19px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    color: #9D9D9D;
    text-align: center;
}

.tech-sec a {
    padding: 10px 12px;
    max-width: 160px;
}

.regular-sec .btn-field {
    margin: 3rem 0px;

}

.regular-sec .btn-field a {
    color: #005AA7;
    width: 95%;
    border: 1px solid #005AA7;
    padding: 9px 20px;
    background-color: #fff;
    border-radius: 5px;
    font-weight: 600;
    font-size: 1.1rem;
}

.regular-sec .btn-field a:hover {
    color: #Fff;
}

.regular-sec .regular-col {
    padding-left: 28px;
}

.section-why {
    margin-top: 4rem;
}

.section-why .img-row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    height: 100%;
}

.section-why .img-row img {
    width: 100px;
}

.section-why .icon-col {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    min-height: 156px;
    text-align: center;
}

.sec-blank {
    background-color: #F5F5F5;
}

/* responsive */
@media only screen and (max-width:768px) {
    .burger {
        display: block;
        position: absolute;
        position: absolute;
        height: 100%;
        right: 20px;
        top: 21px;
        cursor: pointer;
        z-index: 4;
    }

    .burger .bar {
        width: 33px;
        height: 3px;
        background-color: #000;
        margin: 7px 0px;

    }

    nav {
        display: flex;
        flex-direction: column;
        position: absolute;
        position: absolute;
        width: 100%;
        height: fit-content;
        left: 0px;
        top: 0px;
        z-index: 3;
        background-color: #fff;
        transform: translateY(-130%);
        padding: 35px 0px;
        transition: linear .4s all;
    }

    nav .req-btn {
        padding: 8px 11px;
        margin-top: 20px;
        /* display: none; */
    }

    .nav-list {
        flex-direction: column;
        height: 100%;
    }

    header {
        padding: 20px 0px;
        position: sticky;
        top: 0px;
        width: 100%;
        z-index: 3;
        background-color: #fff;
    }

    .nav-list li {
        margin: 8px 10px;
    }

    nav.active {
        transform: translateY(0px);
    }

    .info-row .info-col {
        height: fit-content;
    }

    .section-info .re-wrap {
        margin-top: 1rem;
    }

    footer .logo img {
        max-width: 264px;
    }

    footer iframe {
        margin-top: 1rem;
    }

    .section-sub-hero .sub-hero-head {
        font-size: 2rem;
        text-align: center;
    }

    .regular-sec a {
        padding: 20px 20px;
    }

    .regular-sec .regular-col {
        margin-top: 1rem;
    }

    .section-why .icon-col {

        max-width: 171px;
        text-align: center;
    }
}

@media only screen and (max-width:600px) {
    .section-hero .slide {
        padding: 10px 40px;
        text-align: center;
    }
}

.icon-sec {
    padding-bottom: 9rem;
}

.icon-sec .card {
    height: 100%;
    padding: 16px 20px;
    border-radius: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 166px;
}

.icon-sec .card img {

    max-width: 65px;
    margin: auto;
    display: flex;

}

.icon-sec .card .card-cap {
    text-align: center;
    margin-top: 1rem;
}

.icon-sec .icon-col {
    margin: 10px 0px;
}

.icon-sec .row {
    height: 100%;

}

.icon-sec .icon-bx {
    height: 100%;
}
.icon-sec .card:hover
{
    background-color: #005AA7;
    color: #fff;
    transition: ease .4s ;
}
.icon-sec .card:hover svg
{
    fill: #fff;
    width: 110%;
    height: 110%;
    transition: linear .3s ;
}
.icon-sec .card:hover svg path
{
    fill: #fff;
}

.up-txt-xol {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.section-up {
    padding: 10px;
    background-color: #F5F5F5;
}

.section-up .up-head {
    margin: 20px 0px;
}

.section-up .up-para {
    color: #374A5A;
}

.section-up .up-col {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 30px;
    border-radius: 10px;
    background-color: #Fff;
    margin-bottom: 10px;
    margin-top: -100px;
}

.industry-icon-sec .card {

    padding: 12px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-clients {
    margin-top: 30px;
    margin-bottom: 100px;
}

.section-clients .brand-col {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto;
}

.section-book::after {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    content: '';

    z-index: -1;
    opacity: 0.4;

    background-color: #005AA7;
}

.touch-book-sec {
    padding: 20px 0px;
}

.touch-book-sec table td {
    color: #fff;
    padding: 3px 7px;
}

.touch-book-sec .form-wrap {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.review-sec {
    margin-bottom: 100px;
}

.review-sec .review-col {
    margin: 20px 0px;
}

.review-sec .review-crd {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    padding: 20px;
    border-radius: 10px;
}

.review-sec .tx-col {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 40px 0px;
}

.review-crd .tp-col {
    margin-bottom: 15px;
}

.review-crd .tp-col h1 {
    color: #374A5A;
}

.nor-head {
    margin-bottom: 3rem;
    color: #005AA7;
}

.section-clean-team {
    margin-bottom: 57px;
}

.section-clean-team .list-col {
    background-color: #005AA7;
    padding: 30px;
    color: #fff;
}

.section-clean-team .list-col li {
    margin: 20px 0px;
}

.section-clean-team .nor-txt {
    margin-top: 10px;
}
.contact-style{
    font-size:25px;
    color:black;
}
.section-clean-team .img-col {
    display: flex;
    justify-content: center;
    align-items: center;
}

.view .section-head {
    text-transform: uppercase;
}

.qoute-sec {
    margin: 50px 0px;
}

.qoute-sec .form-wrap {
    box-shadow: 0px 1px 27px rgba(0, 0, 0, 0.11);
    padding: 20px;
    border-radius: 10px;
   
   }
   
   .qoute-sec .form-header {
    color:red;
   
   }
   
   


.qoute-sec .input-field {
    display: flex;
    flex-direction: column;
    margin: 7px 0px;
}

.input-field label {
    padding-left: 10px;
    padding-bottom: 4px;
    font-size: .9rem;
    font-weight: 500;
    color: #005AA7;

}

.qoute-sec .input-header {
      color: Red;
}

.input-field input, .input-field select {
    padding-left: 10px;
    background-color: #fff;
    border: 1px solid #9D9D9D;
    height: 40px;
    width: 100%;
    border-radius: 6px;
    color: #000000;

}

input:hover, input:focus, select:hover, select:focus {
    outline: none;
}

.input-field input::placeholder {
    color: #C4C4C4;
}

.input-field .file-input {
    padding-top: 4px;
}

textarea {
    resize: none;
    border-radius: 6px;
}

.btn-field {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
}

.btn-field button {
    padding: 12px 39px;
    font-weight: 500;
    font-size: .9rem;
    background-color: #fff;
    outline: none;
    border: 1px solid #005AA7;
    color: #005AA7;
}

.foot-back {
    padding: 15px 0px;
    background-color: #F3F3F3;
    color: #374A5A;
    font-size: .9rem;
    font-weight: 500;
}

.primary-button {
    position: relative;
    z-index: 1;
    color: #005AA7;
    border: 1px solid #005AA7;
    background-color: #fff;
}

.primary-button::before {
    position: absolute;
    width: 0%;
    height: 100%;
    right: 0px;
    top: 0px;
    content: '';
    background-color: #005AA7;
    opacity: 0;
    transition: linear .4s all;
    z-index: -1;
}

.primary-button:hover::before {
    opacity: 1;
    left: 0px;
    width: 100%;
}

.primary-button:hover {
    color: #Fff;
}

.secondary-button {
    position: relative;
    z-index: 1;
    color: #fff;
    border: 1px solid #005AA7;
    background-color: #005AA7;
}

.secondary-button::before {
    position: absolute;
    width: 0%;
    height: 100%;
    right: 0px;
    top: 0px;
    content: '';
    background-color: #fff;
    opacity: 0;
    transition: linear .4s all;
    z-index: -1;
}

.secondary-button:hover::before {
    opacity: 1;
    left: 0px;
    width: 100%;
    background-color: #fff;
}

.secondary-button:hover {
    color: #005AA7;
}

.section-hero .slide .secondary-button:hover {
    background-color: transparent;

}

.third-img {
    margin-bottom: 13px;
}

.wp-btn {
    padding-bottom: 30px;
}

.wp-btn a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.wp-btn a i {
    font-size: 29px;
}

.regular-sec .regular-col img {
    border-radius: 6px;
}

.cli-sec a {
    padding: 6px 16px;
}
.section-why svg
{
    width: 91px;
}
.section-why .im-cap
{
    font-weight: 500;
}
.reach-crd svg
{
    width: 70px;
    height: 70px;
}
footer .logo 
{
    background-color: #fff;
    padding: 12px;
}
footer a:hover{
    color: #fff;
}
.list-sec
{
    margin: 30px;
}