*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html,body{
    scroll-behavior: smooth;
}

/* ---------------- Topmenu ------------- */
.topMenu{
    border-bottom: 1px solid #d8dada;
    background-color: #fafafa;
    width: 100%;
    height: auto;
}
.left_menu ul{
    list-style-type: none;
    margin-bottom: 0px;
}
.left_menu ul li{
    display: inline-block;
}
.right_menu ul{
    list-style-type: none;
    margin-bottom: 0px;
}
.right_menu ul li{
    display: inline-block;
}
.right_menu{
    text-align: end;
}
.left_menu ul li a i{
    font-size: 18px;
    color: #3fc567;
    padding-left: 12px;
    padding-right: 12px;
}
.left_menu ul li{
    padding-top: 8px;
    padding-bottom: 10px;
}
.left_menu ul li:first-child{
    border-left: 1px solid #d8dada;
    border-right: 1px solid #d8dada;
}
.left_menu ul li:nth-child(3){
    border-left: 1px solid #d8dada;
    border-right: 1px solid #d8dada;
}
.left_menu ul li a{
    font-size: 14px;
    color: #4f5757;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-decoration: none;
}
.top_text{
    padding: 0px 26px 0px 13px;
}

.right_menu ul li{
    padding-top: 8px;
    padding-bottom: 10px;
}
.right_menu ul li a i{
    font-size: 18px;
    color: #4f5757;
    padding-left: 12px;
    padding-right: 12px;
    transition: all 0.5s;
}
.right_menu ul li a i:hover{
    color: #3fc567;
}
.contact_btn a{
    font-size: 14px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    padding-left: 9px;
    padding-right: 9px;
    transition: all 0.5s;
}
.contact_btn{
    background-color: #3fc567;
    transition: all 0.5s;
}
.contact_btn:hover a{
    color: #3fc567;
    text-decoration: none;
}
.contact_btn:hover{
    background-color: #4f5757;
}
.right_menu ul li:first-child{
    border-left: 1px solid #d8dada;
    border-right: 1px solid #d8dada;
    padding-right: 5px;
    padding-left: 5px;
}
.right_menu ul li:nth-child(2){
    border-right: 1px solid #d8dada;
}

/* --------------- navBar -------------- */
.sqmNav{
    padding: 13px 0px;
    background-color: #fff;
    width: 100%;
    height: auto;
}
.logo{
    width: 300px;
    height: auto;
}
.sqm_nav{
    padding: 0px 0px !important;
}
.sqm_nav_bar ul li a{
  padding-left: 22px !important;
  padding-right: 22px !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  border-right: 2px solid #4f5757;
  font-size: 14px;
  color: #4f5757;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.5s;
  line-height: 14px;
}
.sqm_nav_bar ul li a:hover{
    color: #3fc567;
}
.last_item{
    border-right: none !important;
}

/*------------------- banner -------------------*/
.banner-one{
    background-image: url(../images/banner_one.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.banner-two{
    background-image: url(../images/banner_two.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.banner-three{
    background-color: #305d41;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.banner-content h1{
    font-size: 50px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    padding-top: 180px;
    padding-bottom: 30px;
    margin-bottom: 0px;
}
.banner-content h1 span{
    color: #03e347;
}
.banner-content p{
    font-size: 18px;
    color: #fffefe;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin-bottom: 0px;
    width: 70%;
    margin: 0 auto;
    padding-bottom: 40px;
}
.banner-content a{
    text-decoration: none;
    font-size: 15px;
    color: #fff;
    background-color: #1cb049;
    padding: 13px 35px;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    transition: all 0.5s;
    border: 2px solid #1cb049;
    border-radius: 4px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2), 0 -3px 5px 0 rgba(0, 0, 0, 0.19);
}
.banner-content a:hover{
    color: #fff;
    background-color: transparent;
    text-decoration: none;
}
.banner-content a:last-child{
    margin-left: 14px;
}
.banner-content {
    padding-bottom: 158px;
}
/* down_btn */
.down_btn{
    display: flex;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background-color: #03e347;
    text-align: center;
    justify-content: center;   
    box-shadow: 0px 0px 1px 14px #03e3466f;
    bottom: -35px;
    left: 48.5%;
}
.down_btn i{
    color: #fff;
    font-size: 24px;
    padding-top: 8px;
    text-shadow: 2px 2px 8px #000000;
}

.arrow_btn{
    width: 14px !important;
    height: 14px !important;
    border-radius: 50% !important;
    opacity: 1 !important;
    transition: all 0.5s;
}
.arrow_btn:hover{
    background-color: #03e347;
}
.custom_indicators{
    display: block !important;
    bottom: 35% !important;
    right: 5% !important;
    left: auto !important;
}

/* ------- service-section ------------- */
.service_head h1{
    font-size: 30px;
    color: #3e3e3e;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-bottom: 0px;
    padding-top: 50px;
    padding-bottom: 25px;
    border-bottom: 1px solid #d8dada;
    position: relative;
}
.service_head h1::after{
    position: absolute;
    content: "";
    width: 50px;
    height: 3px;
    background-color: #1cb049;
    bottom: -2px;
    left: 48%;
}
.service_row{
    padding-top: 30px;
    /* padding-bottom: 22px; */
    margin-bottom: 55px;
}
.custom_padding{
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.service-box{
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2), 0 -3px 12px 0 rgba(0, 0, 0, 0.19);
    padding-top: 35px;
    position: relative;
    overflow: hidden;
}
.discount{
    position: absolute;
    top: 6%;
    left: 0;
    padding: 10px 25px 10px 20px;
    color: #fff;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    background-color: #1cb049;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    margin-bottom: 0px;
    box-shadow: 0px 2px 2px 3px #158c39;
    z-index: 2;
}
.service_icon{
    width: 112px !important;
    height: auto !important;
    margin: 0 auto;
}
.service-box h3{
    font-size: 20px;
    color: #3e3e3e;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-bottom: 0px;
    text-transform: uppercase;
    padding-top: 25px;
    padding-bottom: 20px;
}
.service-box p{
    font-size: 14px;
    color: #747272;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin-bottom: 0px;
    padding-bottom: 25px;
}
.service-box a{
    font-size: 15px;
    color: #747272;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    padding: 9px 14px;
    display: inline-block;
    border-radius: 30px;
    border: 1px solid #d4d4d4;
    text-decoration: none;
    transition: all 0.5s;
}
.service-box a:hover{
    color: #227f24;
    text-decoration: none;
    border: 1px solid #227f24;
}
.read_more_btn a{
    font-size: 14px;
    color: #227f24;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-bottom: 0px;
    border: none;
    padding: 0px;
    margin-top: 30px;
    margin-bottom: 22px;
    text-decoration: none;
    transition: all 0.5s;
}
.read_more_btn a:hover{
    color: #3e3e3e;
    text-decoration: none;
    border: none;
}
.custom_carousal_padding{
    padding-left: 14px;
    padding-right: 14px;
}
.carousel .prev_btn{
    opacity: 1;
    width: 50px;
    height: 50px;
    top: 40%;
    left: -5%;
    color: #c2c2c2;
}
.carousel .prev_btn i{
    font-size: 25px;
    color: #c2c2c2;
    opacity: 1;
}
.carousel .nxt_btn{
    opacity: 1;
    width: 50px;
    height: 50px;
    top: 40%;
    right: -5%;
    color: #c2c2c2;
}
.carousel .nxt_btn i{
    font-size: 25px;
    color: #c2c2c2;
    opacity: 1;
}
.carousel-indicators .dot{
    width: 25px !important;
    height: 8px !important;
    background-color: #c3c3c3 !important;
    border-radius: 5px !important;
}
.carousel-indicators .active{
    background-color: #158c39 !important;
}

/*----------------- Cleaning ------------*/
.Cleaning{
    width: 100%;
    height: auto;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    margin-bottom: 50px;
}
.cleaning_left{
    width: 52%;
    float: left;
}
.right_swiper_img{
    position: absolute;
    top: 0;
    right: 0;
    width: 48%;
}
.img-swiper{
    width: 100%;
    height: auto;
}
.cleaning_left h2{
    font-size: 30px;
    color: #2d2d2d;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-bottom: 0px;
    padding-top: 40px;
    padding-bottom: 30px;
}
.cleaning_left p{
    font-size: 16px;
    color: #3e3e3e;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin-bottom: 0px;
    padding-right: 50px;
}
.cleaning_left h3{
    font-size: 24px;
    color: #3e3e3e;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-bottom: 0px;
    padding-top: 30px;
    padding-left: 40px;
    position: relative;
}
.cleaning_left h3::after{
    position: absolute;
    content: "";
    width: 30px;
    height: 5px;
    background-color: #3e3e3e;
    top: 41px;
    left: 0px;
}
.paragraph{
    padding-top: 20px;
}
.cleaning_left a{
    display: inline-block;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    text-transform: capitalize;
    color: #fff;
    background-color: #1cb049;
    padding: 10px 20px;
    border-radius: 4px;
    text-decoration: none;
    margin-top: 30px;
    margin-bottom: 30px;
    border: 2px solid #1cb049;
    transition: all 0.5s;
}
.cleaning_left a i{
    padding-left: 8px;
}
.cleaning_left a:hover{
    color: #1cb049;
    background-color: transparent;
    text-decoration: none;
}

/* ------------- service2 --------------- */
.servicetwo_head h1{
    font-size: 30px;
    color: #3e3e3e;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-bottom: 0px;
    padding-bottom: 25px;
    border-bottom: 1px solid #d8dada;
    position: relative;
}
.servicetwo_head h1::after{
    position: absolute;
    content: "";
    width: 50px;
    height: 3px;
    background-color: #1cb049;
    bottom: -2px;
    left: 48%;
}
.serviceImg{
    width: 100%;
    height: auto;
}
.serviceTwo_box h4{
    font-size: 19px;
    color: #3e3e3e;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-bottom: 0px;
    text-transform: uppercase;
    padding-bottom: 18px;
}
.serviceTwo_box p{
    font-size: 14px;
    color: #535353;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin-bottom: 0px;
    padding-bottom: 22px;
}
.serviceTwo_box a{
    display: inline-block;
    font-size: 14px;
    color: #227f24;
    padding: 11px 15px;
    border: 2px solid #227f24;
    border-radius: 25px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.5s;
}
.serviceTwo_box a:hover{
    background-color: #227f24;
    color: #fff;
    text-decoration: none;
}
.serviceTwo_box{
    margin-top: 33px;
    padding-bottom: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 3px 16px 0 rgba(0, 0, 0, 0.19);
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}
.service_main_img{
    overflow: hidden;
    position: relative;
}
.buttom_img{
    position: absolute;
    bottom: 0px;
    left: 7%;
    transition: all 0.5s;
    z-index: 2;
}
.service_main_img:hover .buttom_img{
    bottom: -80px;
}
.middle_icon{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(96, 107, 108, 0.5);
    top: -100%;
    left: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    transition: all 0.5s;
}
.service_main_img:hover .middle_icon{
    top: 0%;
}
.miidleHref{
    border: none !important;
}
.miidleHref:hover{
    background-color: transparent !important;
}
.all_service_btn a{
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    padding: 12px 22px;
    background-color: #000;
    border: 2px solid #000;
    border-radius: 8px;
    margin-top: 30px;
    margin-bottom: 50px;
    transition: all 0.5s;
}
.all_service_btn a:hover{
    color: #000;
    background-color: transparent;
    text-decoration: none;
}

/*---------------- whoesCompany --------------*/
.whoesCompany{
    background-image: url(../images/who_banner.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
}
.companyBox{
    border: 1px solid #7a756e;
    padding: 22px 28px;
    margin-top: 55px;
    margin-bottom: 55px;
}
.companyBox h3{
    font-size: 30px;
    color: #ffff;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    padding-top: 18px;
    padding-bottom: 13px;
    margin-bottom: 0px;
}
.companyBox p{
    font-size: 19px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    margin-bottom: 0px;
    text-transform: capitalize;
}

/*-------------- whychooseus -------------------*/
.whychooseUS{
    background-color: #fafafa;
    width: 100%;
    height: auto;
    padding-bottom: 60px;
}
.chooseHead h1{
    font-size: 30px;
    color: #3e3e3e;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-bottom: 0px;
    padding-top: 50px;
    padding-bottom: 27px;
    border-bottom: 1px solid #e2e2e2;
    text-transform: uppercase;
    position: relative;
}
.chooseHead h1::after{
    position: absolute;
    content: "";
    width: 50px;
    height: 3px;
    background-color: #1cb049;
    bottom: -2px;
    left: 48%;
}
.chooseBox{
    padding: 17px 10px;
    border: 2px solid #f5f4f4;
    background-color: #fff;
    margin-top: 30px;
    transition: all 0.5s;
    cursor: pointer;
}
.chooseBox:hover{
    background-color: #1cb048;
}
.chooseBox:hover h1{
    color: #fff;
}
.chooseBox:hover p{
    color: #fff;
}
.chooseBox:hover img{
    filter: brightness(0) invert(1);
}
.chooseBox img{
    transition: all 0.5s;
}
.chooseBox h1{
    font-size: 18px;
    color: #3e3e3e;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-bottom: 0px;
    padding-top: 15px;
    padding-bottom: 12px;
    text-transform: uppercase;
    transition: all 0.5s;
}
.chooseBox p{
    font-size: 14px;
    color: #535353;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin-bottom: 0px;
    transition: all 0.5s;
}
.custom_line{
    position: relative;
}
.custom_line::after{
    position: absolute;
    content: "";
    width: 70px;
    height: 2px;
    background-color: #e2e2e2;
    top: 50%;
    right: -70px;
}

/*----------------- contact-section -----------*/
.contact_section{
    background-color: #1cb049;
    width: 100%;
    height: auto;
    padding-top: 52px;
    padding-bottom: 48px;
    position: relative;
    overflow: hidden;
}
.contactHead h2{
    font-size: 32px;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    margin-bottom: 0px;
}
.contactBtn a{
    font-size: 15px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    display: inline-block;
    text-decoration: none;
    padding: 15px 15px;
    background-color: #000;
    text-transform: uppercase;
    transition: all 0.5s;
    border: 2px solid #000;
    margin-top: 15px;
    border-radius: 8px;
    margin-left: 40px;
}
.contactBtn a:hover{
    text-decoration: none;
    background-color: transparent;
    color: #000;
}
.contactBtn a i{
    padding-right: 8px;
}

.phonecall{
    width: 25%;
    height: auto;
    background-color: #8ed8a4;
    display: flex;
    align-items: center;
    padding: 10px;
    border-top-left-radius: 45px;
    border-bottom-left-radius: 45px;
    position: absolute;
    top: 22%;
    right: 0%;
}
.orBtn {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}
.orBtn p{
    font-size: 23px;
    color: #1cb049;
    margin-bottom: 0px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    text-transform: capitalize;
}
.call p{
    font-size: 19px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-transform: capitalize;
    padding-left: 12px;
    margin-bottom: 0px;
}
.call a{
    display: inline-block;
    font-size: 22px;
    color: #fff;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    padding-left: 12px;
    transition: all 0.5s;
}
.call a:hover{
    color: #1cb049;
    text-decoration: none;
}

/*-------------- footer-section ---------------*/
.footer_section{
    background-image: url(../images/footer-banner.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
}
.footer_one {
    padding-top: 60px;
    padding-bottom: 8px;
}
.footer_one p{
    font-size: 15px;
    color: #e1e1e1;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin-bottom: 0px;
    padding-top: 30px;
    padding-bottom: 25px;
}
.footer_one a{
    font-size: 17px;
    color: #1cb049;
    text-transform: capitalize;
    margin-bottom: 0px;
    display: inline-block;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}
.footer_one a i{
    padding-left: 5px;
}
.footer_one a:hover{
    color: #03e347;
    text-decoration: none;
}
.footer_sub{
    padding-left: 20px;
    padding-top: 70px;
}
.footer_sub h5{
    font-size: 18px;
    color: #1cb049;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-bottom: 0px;
    text-transform: uppercase;
    padding-bottom: 25px;
}
.footer_sub ul{
    list-style-type: none;
    margin-bottom: 0px;
}
.footer_sub ul li{
    display: block;
    padding-bottom: 10px;
}
.footer_sub ul li a{
    font-size: 14px;
    color: #e1e1e1;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-decoration: none;
    text-transform: capitalize;
}
.last_footer h5{
    font-size: 18px;
    color: #1cb049;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-bottom: 0px;
    text-transform: uppercase;
    padding-bottom: 25px;
}
.last_footer span{
    font-size: 14px;
    color: #1cb049;
    margin-bottom: 0px;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
.last_footer p{
    font-size: 14px;
    color: #e1e1e1;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin-bottom: 0px;
    padding-top: 4px;
}
.last_footer ul{
    margin-bottom: 0px;
    padding-top: 12px;
    list-style-type: none;
}
.last_footer ul li{
    display: block;
    padding-bottom: 8px;
}
.last_footer ul li a{
    font-size: 14px;
    color: #e1e1e1;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-decoration: none;
}
.follow_icon ul{
    margin-bottom: 0px;
    list-style-type: none;
    padding-top: 0px;
}
.follow_icon ul li{
    display: inline-block;
    width: 38px;
    height: 38px;
    background-color: #1cb049;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 0px;
    margin-right: 8px;
    transition: all 0.5s;
}
.follow_icon ul li:hover{
    background-color: #fff;
}
.follow_icon ul li:hover a{
    color: #1cb048;
}
.follow_icon ul li a{
    font-size: 18px;
    color: #e1e1e1;
    padding-bottom: 0px;
    transition: all 0.5s;
}
.last_footer h6{
    font-size: 14px;
    color: #1cb049;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    margin-bottom: 0px;
    text-transform: uppercase;
    padding-top: 15px;
    padding-bottom: 12px;
}
.last_footer{
    padding-top: 70px;
}
/*------- clickTotop -------*/

.clickTotop button{
    width: 40px;
    height: 40px;
    background-color: #1cb049;
    border: none;
    font-size: 18px;
    color: #e1e1e1;
}
.clickTotop{
    text-align: end;
}
/* -----------copyright ----------*/
.copyright{
    background-color: #000;
}
.copyright p{
    font-size: 15px;
    color: #6c6c6c;
    margin-bottom: 0px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    padding-top: 25px;
    padding-bottom: 25px;
}
