 html,body{
        width: 100%;
        margin: 0;
        padding: 0;
        overflow-x: hidden;
    

        

    }

    section{
    background-color: #14BFC9;
    
}

body{
    padding: 0;
    margin: 0;
    
}

section{
    background-color: #14BFC9;
    margin-left: -1rem;
}

a, a:hover{
    text-decoration: none;
}

.mt-20px{
    margin-top: 20px;

}

.border{
    border-right: 1px solid rgb(255, 255, 255,  0.4);
    
}



.row{
    margin-top: 5%;
    display: flex;
    justify-content: space-between;
}

.btn-green{
    display: inline-block;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 900;
    color: #fff;
    padding: 10px 30px;
    border-radius: 2px;
    position: relative;
    border: 1px solid#01ca8b;
    box-shadow: 0 0 0 4em #01ca8b inset;
    transition:all 350ms ease ;
}

.btn-green:hover{
    box-shadow: 0 0 0 0 #01ca8b inset;
    background: #fff;
    color: #01ca8b;
}

.btn-transparent{
    border: 1px solid #fff;
}
.logo-company{
    width: 100px;
    background-color: #fff;
    border-radius: 100%;
    border:1px solid blue;
}

header{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    margin-top: -3.5rem;
    border-bottom: 1px solid #fff;
    
}

.header-active{
    position: fixed;
    background: #000;
    z-index: 1;
    top: 0;
    animation-name: example;
    animation-duration: 0.8s;
}

@keyframes example{
    from{top:-200px;}
    to{top:0;}
}

.logo{
    display: inline-block;
    padding-right: 30px;
}

.menu{
    display:inline-block
}

.menu ul{
    padding: 0;
    margin: 0;
}

.menu ul li{
    list-style-type: none;
    display: inline-block;
    margin: 0 20px;

}

.menu ul li a{
    color: #fff;
    text-transform: capitalize;
    font-weight: 900;
    font-size: 14px;
    letter-spacing: 1px;
    position: relative;
}

.menu ul li a::before{
    content: '';
    position: absolute;
    background: #fff;
    width: 0;
    height: 2px;
    bottom: -5px;
    left:0;
    transition: 0.2s ease-in-out;

}

.menu ul li a:hover::before{
    width: 100%;
}

.header-social{
    margin-top: 21px;
}

.header-social ul{
    margin: 0;
    padding: 0;
}

.header-social ul li{
    list-style-type: none;
    display: inline-block;
    margin: 0 10px;
}


.header-social ul li a{
    color: #fff;
    background: rgba(40, 41, 39, 0.22);
    width: 41px;
    height: 41px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
}

.header-social ul li a i{
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%); 
   display: inline-block;
   font-size: 16px;
   transition: 0.2s ease-in-out;
}

.header-social ul li a:hover{
    color: #01ca8b;
}

/*banner*/
.banner{
background-position: 30% 0;
background-size: cover;
background-repeat: no-repeat;
padding: 8em 0 14em 0;
box-shadow: -5px -5px 30px 5px #e1f3ff 5px 5px 30px 5px #e1f3ff;

}



.banner-content{
    width: 80%;
}

.banner-content h1{
    color: #fff;
    font-size: 70px;
    font-weight: 800;
    text-align: center;
    margin-top:10px;
    line-height: 80px;
}

.service{
    border-radius: 10px;
    background: #ffffff45;
    border: 1px solid #dfdfdf94;
    margin-top: 100px;
    margin-left: 3rem;
    margin-right: 3rem;
    margin-bottom: 2rem;

}

.service a{
    display: inline-block;
    width: 33%;
    color: #fff;
    font-size: 25px;
    font-weight: 800;
    border-right: 1px solid #fff;
    padding: 34px 20px;
    margin: 0 -2px;
    height: 180px;
    vertical-align: top;

}

.service a:last-child{
    border: none;
    background-image: url(/images/card3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 34.2%;
}



.service-content{
    width:calc(100% -47px) ;
    display: inline-block;
    vertical-align: middle;
    position: relative;

}

.service-content::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    background: #fff;
    height: 2px;
    width: 0;
    transition: 0.2 ease-in-out;
}

.service a:hover .service-content::before{
    width: 50%;
}

.service-btn{
   width: 40px; 
   display: inline-block;
   height: 40px;
   background: #ffffff45;
   border-radius: 50%;
   position: relative;
   vertical-align: middle;
}


.service-btn i{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% -50%);
    transition: 0.2s ease-in-out;
}

.service a:hover .service-btn i{
    transform: rotate(-40deg);
    top: 26%;
    left: 32%;
}

.service-icon{
    font-size: 40px;
    margin-top: 22px;
}

.call{
    display: inline-block;
    width: 40px;
    vertical-align: middle;
}

.call-number{
    width: calc(100% -54px);
    display: inline-block;
    vertical-align: middle;
}

.call-number p{
    font-size: 14px;
    text-transform: uppercase;
}

.call-number h3{
    margin: 0;
    font-weight: 600;
    letter-spacing: 1px;
}

.work{
    position: relative;
    margin-top: -7px;
}

.hours{
    background: #01ca8b;
    border-radius: 10px;
    padding: 40px 50px;
}

.hours h2{
    color: #fff;
    font-weight: 900;
    margin: 0 0 30px;
}

.time{
    border-top: 1px solid rgb(255, 255, 255, 0.52);
    padding: 30px 0;
}

.time:last-child{
    padding-bottom: 0;
}

.time h4, .time p{
    text-align: left;
    color: #fff;
    font-weight: 600;
}

.booking{
    display: inline-block;
    width: 33%;
    margin-left: -4px;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
}

.btn-white{
    background: #fff;
    color: #01ca8b;
    border: none;
    outline: none;
    border-radius: 2px;
    padding: 4px 10px;
}

.btn-white i{
    margin-right:4px ;
}

.response{
    border-radius: 10px;
    border: 1px solid #ebebeb;
    overflow: hidden;
}

.response-bg{
    height: 260px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transition: 0.4s ease-in-out;
}

.response a:hover .response-bg{
    transform: scale(1.04);
}

.response-content{
    padding: 90px 30px 30px;
    text-align: left;
    clip-path: polygon(0 0, 100% 20%, 100% 100%, 0% 100%);
    background: #fff;
    position: relative;
    margin-top: -70px;
}

.response-icon{
    background: #01ca8b;
    border-radius: 2px;
    width: 70px;
    height: 70px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.response-icon i{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 30px;

}

.response-content h2{
     color: #000;
     font-weight: 800;
     line-height: 36px;
}

.response-content p{
    color: #8b8b8b;
    font-size: 15px;
    margin: 24px 0 0;
}

.read-more{
    border: none;
    outline: none;
    background: transparent;
    color: #01ca8b;
    text-transform: uppercase;
    font-weight: 600;
    transition: 0.2s ease-in-out;
}

.read-more{
  margin-left: 4px;  
  transition: 0.2s ease-in-out;
}

.response a:hover .read-more{
    color: #000;
}

.response a:hover .read-more i{
    color: #01ca8b;
    margin-left: 6px;
}


/*-------scroll--------*/


.serv{
    color: aqua;
    margin-left: 1rem;
    margin-bottom: 1rem;
}


.hero-btn{
    display: inline-block;
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
    padding: 12px 34px;
    font-size: 13px;
    background: transparent;
    position: relative;
    cursor: pointer;
}

.hero-btn:hover{
    border: 1px solid#f44336;
    background: #f44336;
    transition: 1s;
}



.container{
    background: url(/images/first-pics.png) #b7e9f3 no-repeat center;
    margin-top: 4rem;
     box-shadow: 0 30px 50px #525050;
    margin-left: 3.5rem;
    margin-right: 3.5rem;
    border-radius: 10px;
    margin-bottom: 2rem;
    padding-top: 3rem;
    
}

.services{
    margin-left: 5rem;
    margin-top: 1rem;
    margin-bottom: 2rem;
}

.serv-head{
    display: inline-flex;
    color: #fff;
    font-size: 45px;
    margin-bottom: 0.1rem;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bolder;
}

.para-head{
    color: #fff;
    margin-left: 0.1rem;
    margin-top: 0.1rem;
}

.serv{
    color: #000;
    margin-left: 1rem;
    margin-bottom: 1rem;
}



.slider-wrapper{
    overflow: hidden;
    max-width: 1000px;
    margin: 0 70px 55px;
    
}

.card-list .card-item{
    color: #fff;
    user-select: none;
    padding: 35px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    backdrop-filter: blur(50px);
    background:#fff ;
    border: rgba(255, 255, 255, 0.5);
}

.user-name{
    color: #4658ff;
    font-size: 20px;
}

.card-list .card-item .user-image{
    width: 300px;
    height: 250px;
    border-radius: 5%;
    margin-bottom: 40px;
    border: 3px solid #fff;
    padding: 4px;
}

.card-list .card-item .user-profession{
    font-size: 1.12rem;
    color: green;
    font-weight: 500;
    margin: 14px 0 40px;
}

.card-list .card-item .message-button{
    font-size: 1.18rem;
    padding: 10px 35px;
    color: #030728;
    border-radius: 6px;
    font-weight: 500;
    cursor: pointer;
    background:#fff;
    border: 1px solid greenyellow;
    transition: 0.2s ease;

}

.card-list .card-item .message-button:hover{
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid #000;
    color: #88fc04;
}

.slider-wrapper .swiper-pagination-bullet{
    background: #fff;
    height: 15px;
    width: 15px;
}

.slider-wrapper .swiper-slide-button{
    color: #fff;
    margin-top: -50px;
     transition: 0.2s ease;
     align-items: center;
     justify-content: center;
     margin-top: 2.5rem;
}

.slider-wrapper .swiper-slide-button:hover{
    color: #4658ff;
}

.service a:first-child{
    border: none;
    background-image: url(images/laundry-5.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  
}

.sav{
    margin-bottom: 2rem;
}

.service a{
    border: none;
    background-image: url(images/industrial-cleaning.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  
}

.service a:last-child{
    border: none;
    background-image: url(images/mountain-landscape-natural-background-83_1028035-3091.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 34.2%;
}

@media (max-width:780px) {
    .container{
        margin-top:50rem;
    }
    .slider-wrapper{
        margin: 0 10px 40px;
    }

    .slider-wrapper .swiper-slide-button{
        display: none;
    }

    .serv-head{
    font-size: 25px;
    margin-left: -2rem;
}

.container{
    width: 20rem;
    margin-bottom: 2rem;
margin-top: 1rem;
margin-left: 3rem;
}


.banner-content h1{
    color: #fff;
    font-size: 30px;
    font-weight: 800;
    text-align: center;
    margin-top:10px;
    line-height: 80px;
}




.service a{
    display: inline-block;
    width: 33%;
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    border-right: 1px solid #fff;
    padding: 34px 20px;
    margin: 0 -2px;
    height: 180px;
    vertical-align: top;

}

.service a:last-child{
    border: none;
    background-image: url(images/mountain-landscape-natural-background-83_1028035-3091.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 34.2%;
}



.service-content{
    width:calc(50% -27px) ;
    display: inline-block;
    vertical-align: middle;
    position: relative;

}

.service-content::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    background: #fff;
    height: 2px;
    width: 0;
    transition: 0.2 ease-in-out;
}

.service a:hover .service-content::before{
    width: 50%;
}

.service-btn{
   width: 20px; 
   display: inline-block;
   height: 20px;
   background: #ffffff45;
   border-radius: 50%;
   position: relative;
   vertical-align: middle;
}


.service-btn i{
    width: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% -50%);
    transition: 0.2s ease-in-out;
}

.service a:hover .service-btn i{
    transform: rotate(-40deg);
    top: 26%;
    left: 32%;
}

.service-icon{
    width: 20px;
    font-size: 20px;
    margin-top: 22px;
}

.call{
    display: inline-block;
    width: 20px;
    vertical-align: middle;
}

.call-number{
    width: calc(50% -23px);
    display: inline-block;
    vertical-align: middle;
}

.call-number p{
    font-size: 8px;
    margin-top: -2rem;
    text-transform: uppercase;
}

.call-number h3{
    margin: 0;
    margin-top: -1rem;
    font-weight: 500;
    font-size: 10px;
    letter-spacing: 1px;
}

}


.whatsapp_float{
    position: fixed;
    bottom: 40px;
    right: 20px;
}

.cta{
    margin: 100px auto;
    width: 80%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),url(images/laundry-6.jpeg);
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    text-align: center;
    padding: 100px 0;

}

.cta h1{
    color: #fff;
    margin-bottom: 40px;
    padding: 0;
}


footer{
    
   margin-top: 15rem;
    color: #dfd8d8;
    background-color: #060013;
    border-radius: 5rem 0rem 0rem 0rem;
    padding-bottom: 1rem;

 
}

.wrap{
    margin-left: 8rem;
    
}

.horis{
    width: 5rem;

}

.small{
    background-color: #fff;
    border-color: #fff;
    height: 2px;

}

.big{
    display: flex;
    border-color:  rgb(0, 102, 255);
    background-color:  rgb(0, 17, 255);
    
    width: 2rem;
    height: 3px ;
    margin-left: 3rem;
    margin-top: rem;
}
h5{
    font-size: 18px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: #fff;

}

.input {
    width: 15rem;
    height: 2rem;
    border: none;
    background:none ;
    text-decoration: none;
    margin-left: 3rem;
    color: #dfd8d8;
}

.li{
    display: grid;
    margin-left: 43rem;
    margin-top: -23rem;
    margin-bottom: 3rem;
}

.li a{
    margin-top: 1rem;
    color: #817272;
}

.linn{
    margin-bottom: 1rem;
}

 
::placeholder{
    font-size: 16px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: #423333;
    margin-bottom: 0.5rem;
    
}

.new-mail{
    margin-top: 1rem;
    margin-bottom: 3rem;
    width: 18rem;
    height: 3px ;
    background-color: #461d1d;
    color: #423333;
    border-color: #461d1d;

}

.soc{
    margin-top: 1rem;
    margin-bottom: 4rem;
    margin-right: 1rem;
    
}

.new{
    width: 7rem;
    height: 3px;
    background-color: #fff;
    margin-top: 1rem;
    margin-bottom: 2rem;
}

.off{
    width: 14rem;
    height: 2px;
    margin-top: -0.1rem;
    margin-bottom: 1rem;
    background-color: #fff;
}

.gap{
    margin: 1.6rem;
}


.social{
    
    float: right;
    margin-right: 7rem;
    margin-top: -17rem;
}

.so{
    color:#fff;
    font-size: 25px;

}

.office{
    display: grid;
    margin-left: 23rem;
    margin-top: -12rem;
    margin-bottom: 6rem;
}

.add{
    margin-top: 1rem;
    margin-bottom: 6rem;
}

.house{
    
    color: white;
    width: 100px;
    height: 50px;

}

.pi{
    display: flex;
    margin-top: 3rem;
    
}

.envelop{
    color: #fff;
}

.log-icon{
    display: flex;
    margin-top: 5.2rem;
    width: 150px;
    height: 150px;
}

.subscribe{
    margin-top: 18rem;
    margin-left: -9.5rem;
    line-height: 20px;
}

.las-hr hr{
    margin-top: 3rem;
    margin-right: 4rem;
    margin-right: 4rem;

}


.copy{
    text-align: center;
    color: #fff;
    margin-top: 1rem;
    margin-bottom: 1rem;
    
}




/*@media (max-width:780px) {
    .container{
        margin-top:50rem;
    }
    .slider-wrapper{
        margin: 0 10px 40px;
    }

    .slider-wrapper .swiper-slide-button{
        display: none;
    }

    .cta h1{
        font-size: 20px;
    }

    .serv-head{
    font-size: 25px;
    margin-left: -2rem;
}

.para-head{
    display: none;
    text-align: center;
    color: red;
}*/


footer{
    
   margin-top: 15rem;
    color: #dfd8d8;
    background-color: #060013;
    border-radius: 5rem 0rem 0rem 0rem;
    padding-bottom: 1rem;

 
}

.wrap{
    margin-left: 8rem;
    
}

.horis{
    width: 5rem;

}

.small{
    background-color: #fff;
    border-color: #fff;
    height: 2px;

}

.big{
    display: flex;
    border-color:  rgb(0, 102, 255);
    background-color:  rgb(0, 17, 255);
    
    width: 2rem;
    height: 3px ;
    margin-left: 3rem;
    margin-top: rem;
}
h5{
    font-size: 18px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: #fff;

}

.input {
    width: 15rem;
    height: 2rem;
    border: none;
    background:none ;
    text-decoration: none;
    margin-left: 3rem;
    color: #dfd8d8;
}

.li{
    display: grid;
    margin-left: 43rem;
    margin-top: -23rem;
    margin-bottom: 3rem;
}

.li a{
    margin-top: 1rem;
    color: #817272;
}

.linn{
    margin-bottom: 1rem;
}

 
::placeholder{
    font-size: 16px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: #423333;
    margin-bottom: 0.5rem;
    
}

.new-mail{
    margin-top: 1rem;
    margin-bottom: 3rem;
    width: 18rem;
    height: 3px ;
    background-color: #461d1d;
    color: #423333;
    border-color: #461d1d;

}

.soc{
    margin-top: 1rem;
    margin-bottom: 4rem;
    margin-right: 1rem;
    
}

.new{
    width: 7rem;
    height: 3px;
    background-color: #fff;
    margin-top: 1rem;
    margin-bottom: 2rem;
}

.off{
    width: 14rem;
    height: 2px;
    margin-top: -0.1rem;
    margin-bottom: 1rem;
    background-color: #fff;
}

.gap{
    margin: 1.6rem;
}


.social{
    
    float: right;
    margin-right: 7rem;
    margin-top: -17rem;
}

.so{
    color:#fff;
    font-size: 25px;

}

.office{
    display: grid;
    margin-left: 23rem;
    margin-top: -16rem;
    margin-bottom: 6rem;
}

.add{
    margin-top: 1rem;
    margin-bottom: 6rem;
}

.house{
    
    color: white;
    width: 100px;
    height: 50px;

}

.pi{
    display: flex;
    margin-top: 3rem;
    
}

.envelop{
    color: #fff;
}

.log-icon{
    display: flex;
    margin-top: 5.2rem;
    width: 150px;
    height: 150px;
}

.subscribe{
    margin-top: 18rem;
    margin-left: -9.5rem;
    line-height: 20px;
}

.las-hr hr{
    margin-top: 3rem;
    margin-right: 4rem;
    margin-right: 4rem;

}


.copy{
    text-align: center;
    color: #fff;
    margin-top: 1rem;
    margin-bottom: 1rem;
    
}

.vdeo-col{
    display: flex;
    background-color: #f44336;
    width: 100%;
    padding-bottom: rem;

}

 .bt-vid {
    text-align: center;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bolder;
    font-size: 25px;
    letter-spacing: 0.5rem;
    margin-top: -1rem;
}
.vid {
    display: flex;
    float: right;
    margin-left: 40rem;
    margin-top: -10rem;
    margin-bottom: 12rem;
    text-align: center;
    justify-content: center;
    font-size: 20px;
    padding: 15px 5rem 0px 5rem;
    
}

.video-play video{
    display: flex;
    width: 40rem;
    align-items: center;
    margin-left: 7rem;
    border-radius: 2rem;
    border: 2px solid #060013;
    

}

.description-text{
    display: flex;
    text-align: right;
    background-color: #030728;
    justify-content: center;
    margin-left: rem;
    
    margin-top: -1.5rem;
    

}




.description-text h2{
    margin-right: -4rem;
}




    


@media(max-width:700px){

	 html,body{
        width: 100%;
        margin: 0;
        padding: 0;
        overflow-x: hidden;
    

        

    }

    section{
    background-color: #14BFC9;
    max-width: 1000px;
}
    footer{
    
   margin-top: 20rem;
    color: #dfd8d8;
    background-color: #060013;
    border-radius: 5rem 0rem 0rem 0rem;
    padding-bottom: 1rem;
    width: 120vh;

 
}

.wrap{
    margin-left: 4rem;
    
}

.horis{
    width: 5rem;

}

.small{
    background-color: #fff;
    border-color: #fff;
    height: 2px;

}

.big{
    display: flex;
    border-color:  rgb(0, 102, 255);
    background-color:  rgb(0, 17, 255);
    
    width: 2rem;
    height: 3px ;
    margin-left: 3rem;
    margin-top: rem;
}
h5{
    font-size: 18px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: #fff;

}

.input {
    width: 15rem;
    height: 2rem;
    border: none;
    background:none ;
    text-decoration: none;
    margin-left: 3rem;
    color: #dfd8d8;
}

.li{
    display: grid;
    margin-left: 1rem;
    margin-top: 3rem;
}

.li a{
    margin-top: 1rem;
    color: #817272;
}

.linn{
    margin-bottom: 1rem;
}

 
::placeholder{
    font-size: 16px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: #423333;
    margin-bottom: 0.5rem;
    
}

.new-mail{
    margin-top: 1rem;
    margin-bottom: 3rem;
    width: 18rem;
    height: 3px ;
    background-color: #461d1d;
    color: #423333;
    border-color: #461d1d;

}

.soc{
    margin-top: 1rem;
    margin-bottom: 4rem;
    margin-right: 1rem;
    
}

.new{
    width: 7rem;
    height: 3px;
    background-color: #fff;
    margin-top: 1rem;
    margin-bottom: 2rem;
}

.off{
    width: 14rem;
    height: 2px;
    margin-top: -0.1rem;
    margin-bottom: 1rem;
    background-color: #fff;
}

.gap{
    margin: 1.6rem;
}


.social{
    
    float: right;
    margin-right: 7rem;
    
}

.so{
    color:#fff;
    font-size: 25px;

}

.office{
    display: grid;
    margin-left: 23rem;
    margin-top: -37rem;
    margin-bottom: 5rem;
}

.add{
    margin-top: 1rem;
    margin-bottom: 6rem;
}

.house{
    
    color: white;
    width: 100px;
    height: 50px;

}

.pi{
    display: flex;
    margin-bottom: 20rem;
    
}

.envelop{
    color: #fff;
}

.log-icon{
    display: flex;
    margin-top: 5.2rem;
    width: 150px;
    height: 150px;
}

.subscribe{
    margin-top: 18rem;
    margin-left: -9.5rem;
    line-height: 20px;
}

.las-hr hr{
    margin-top: 5rem;
    margin-right: 4rem;
    

}


.copy{
    text-align: center;
    color: #fff;
    margin-top: 1rem;
    margin-bottom: 1rem;
    
}

.vdeo-col{
    display: flex;
    background-color: #0213fff6;
    width: 100%;
    padding-bottom: rem;

}

 .bt-vid {
    text-align: center;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bolder;
    font-size: 25px;
    letter-spacing: 0.5rem;
    margin-top: -1rem;
}
.vid {
    display: flex;
    float: right;
    margin-left: -1rem;
    margin-top: 3rem;
    
    text-align: center;
    justify-content: center;
    font-size: 20px;
    padding: 15px 5rem 0px 5rem;
    
}

.video-play video{
    display: flex;
    width: 25rem;
    align-items: center;
    margin-left: 2rem;
    border-radius: 2rem;
    border: 2px solid #060013;
    

}

.description-text{
    display: flex;
    text-align: right;
    
    justify-content: center;
    
    
    margin-top: -1.5rem;
    

}




   

  

    
}

@media(max-width:480px){

	 html,body{
        width: 100%;
        margin: 0;
        padding: 0;
        overflow-x: hidden;
    

        

    }

    section{
    background-color: #14BFC9;
    max-width: 1000px;
}
    section{
        margin-left: 1rem;
    }

    body{
        width: 100%;
        overflow: 0;
    }

    .whatsapp_float{
    position: fixed;
    bottom: 40px;
    right: 20px;
    left: 200px;
    top: 30rem;
}

.container{
    margin-top: rem;
}

.last-response{
    margin-bottom: -70rem;
}

.service a{
    display: inline-block;
    width: 33%;
    text-align: start;
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    border-right: 1px solid #fff;
    padding: 34px 20px;
    margin: 0 -2px;
    height: 180px;
    vertical-align: top;

}

.service a:last-child{
    border: none;
    background-image: url(/images/card3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 34.2%;
}





.service-content{
    width:calc(40% -20px) ;
    display: inline-block;
    vertical-align: middle;
    position: relative;

}

.service-content::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    background: #fff;
    height: 2px;
    width: 0;
    transition: 0.2 ease-in-out;
}

.service a:hover .service-content::before{
    width: 50%;
}

.service-btn{
   width: 20px; 
   display: inline-block;
   height: 20px;
   background: #ffffff45;
   border-radius: 50%;
   position: relative;
   vertical-align: middle;
}


.service-btn i{
    width: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% -50%);
    transition: 0.2s ease-in-out;
}

.service a:hover .service-btn i{
    transform: rotate(-40deg);
    top: 26%;
    left: 32%;
}

.service-icon{
    width: 20px;
    font-size: 20px;
    margin-top: 22px;
}

.call{
    display: inline-block;
    width: 20px;
    vertical-align: middle;
}

.call-number{
    width: calc(50% -23px);
    display: inline-block;
    vertical-align: middle;
}

.call-number p{
    font-size: 8px;
    margin-top: -2rem;
    text-transform: uppercase;
}

.call-number h3{
    margin: 0;
    margin-top: -1rem;
    font-weight: 500;
    font-size: 8px;
    letter-spacing: 1px;
}


footer{
    
   margin-top: 20rem;
    color: #dfd8d8;
    background-color: #060013;
    border-radius: 5rem 0rem 0rem 0rem;
    padding-bottom: 1rem;
    width:80vh;
    height: 100rem;

 
}

.wrap{
    margin-left: 4rem;
    
}

.horis{
    width: 5rem;

}

.small{
    background-color: #fff;
    border-color: #fff;
    height: 2px;

}

.big{
    display: flex;
    border-color:  rgb(0, 102, 255);
    background-color:  rgb(0, 17, 255);
    
    width: 2rem;
    height: 3px ;
    margin-left: 3rem;
    margin-top: rem;
}
h5{
    font-size: 18px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: #fff;

}

.input {
    width: 15rem;
    height: 2rem;
    border: none;
    background:none ;
    text-decoration: none;
    margin-left: 3rem;
    color: #dfd8d8;
}

.li{
    display: grid;
    margin-left: 1rem;
    margin-top: 3rem;
}

.li a{
    margin-top: 1rem;
    color: #817272;
}

.linn{
    margin-bottom: 1rem;
}

 
::placeholder{
    font-size: 16px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: #423333;
    margin-bottom: 0.5rem;
    
}

.new-mail{
    margin-top: 1rem;
    margin-bottom: 3rem;
    width: 18rem;
    height: 3px ;
    background-color: #461d1d;
    color: #423333;
    border-color: #461d1d;

}

.soc{
    margin-top: 1rem;
    margin-bottom: 4rem;
    margin-right: 1rem;
    
}

.new{
    width: 7rem;
    height: 3px;
    background-color: #fff;
    margin-top: 1rem;
    margin-bottom: 2rem;
}

.off{
    width: 14rem;
    height: 2px;
    margin-top: -0.1rem;
    margin-bottom: 1rem;
    background-color: #fff;
}

.gap{
    margin: 1.6rem;
}


.social{
float: left;
margin-left: 1rem;
margin-top: 1rem;
    
}

.so{
    color:#fff;
    font-size: 25px;

}

.office{
    display: grid;
    margin-left: 1rem;
    margin-top: -15rem;
    margin-bottom: 5rem;
}

.add{
    margin-top: 1rem;
    margin-bottom: 6rem;
}

.house{
    
    color: white;
    width: 100px;
    height: 50px;

}

.pi{
    display: flex;
    margin-bottom: 20rem;
    
}

.envelop{
    color: #fff;
}

.log-icon{
    display: flex;
    margin-top: 5.2rem;
    width: 150px;
    height: 150px;
}

.subscribe{
    margin-top: 18rem;
    margin-left: -9.5rem;
    line-height: 20px;
}

.las-hr hr{
    margin-top: 5rem;
    margin-right: 4rem;
    

}


.copy{
    text-align: left;
    color: #fff;
    margin-top: 1rem;
    margin-bottom: 1rem;
    
}



 .bt-vid {
    text-align: center;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bolder;
    font-size: 18px;
    letter-spacing: 0.5rem;
    margin-top: -1rem;
}
.vid {
    display: flex;
    float: right;
    margin-left: -1rem;
    margin-top: 3rem;
    
    text-align: center;
    justify-content: center;
    font-size: 20px;
    padding: 15px 5rem 0px 5rem;
    
}

.video-play video{
    display: flex;
    width: 20rem;
    align-items: center;
    margin-left: 0.6rem;
    border-radius: 2rem;
    border: 2px solid #060013;
    

}


}

.capt{
    margin-left: 2rem;
}

strong{
	
	color: #14BFC9;

}


/*-----slide-----*/

.hera{
    background: #14BFC9;
    height: 100vh;
    width: 105%;
    top: 10rem;
    
    margin-left: -1rem;
    margin-top: 5rem;
    padding-bottom: 5rem;
   
    justify-content: center;
    align-items: center;

    
}

.hera h1{
    text-align: center;
    padding-top: 80px;
    font-size: 40px;
    color: #fff;
}

.slide-row{
    display: flex;
    width: 3200px;
    transition: 0.5s;
}

.slide-col{
    width: 800px;
    height: 400px;
    position: relative;

}



.user-img{
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    


}

.user-img img{
    height: 100%;
    border-radius: 10px;
    width: 350px
}

.user-text{
    background: #2d3a59;
    width: 520px;
    height: 270px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 10px;
    color: #d3d4d6;
    padding: 45px;
    box-sizing: border-box;
    z-index: 2;
}

.user-text p{
    font-size: 18px;
    line-height: 24px;
}

.user-text h3{
    margin: 35px 0 5px;
    color: #fff;
}

.containee{
    width: 800px;
    height: 400px;
    position: absolute;
    top: 630%;
   
    left: 50%;
    transform: translate(-50%, -50%);
}

.indicator{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -50px;
}

.btc{
    display: inline-block;
    height: 15px;
    width: 15px;
    margin: 4px;
    border-radius:15px ;
    background: #fff;
    cursor: pointer;
    transition: 0.5s;
}

.active{
    width: 45px;
}

.testimonial{
    width: 100%;
    height: 100%;
    overflow: hidden;
}

@media(max-width:480px){
    .hera{
    background: #14BFC9;
    height: 100vh;
    width: 105%;
    top: rem;
    
    margin-left: -1rem;
    margin-top: 10rem;
    padding-bottom: 5rem;
   
    justify-content: center;
    align-items: center;

    
}

.hera h1{
    text-align: center;
    padding-top: 80px;
    font-size: 40px;
    color: #fff;
}

.slide-row{
    display: flex;
    width: 3200px;
    transition: 0.5s;
}

.slide-col{
    width: 800px;
    height: 400px;
    position: relative;

}



.user-img{
    position: relative;
    top:0 ;
    right: 0;
    height: 100%;
    margin-left: 23rem;
    margin-top: -rem;

    
    


}

.user-img img{
    height: 100%;
    border-radius: 10px;
    width: 250px
    
    
}

.user-text{
    background: #2d3a59;
    width: 200px;
    height: 300px;
    position: absolute;
    left: 0;
    top: 90%;
    margin-left: 13rem;
    transform: translateY(-100%);
    border-radius: 10px;
    color: #d3d4d6;
    padding: 25px;
    box-sizing: border-box;
    z-index: 2;
}

.user-text p{
    font-size: 10px;
    line-height: 20px;
}

.user-text h3{
    margin: 30px 0 2px;
    margin-bottom: 2rem;
    color: #fff;

}

.containee{
    width: 800px;
    height: 300px;
    position: absolute;
    top: 810%;
   
    left: 50%;
    transform: translate(-50%, -50%);
}

.indicator{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -50px;
}

.btc{
    display: inline-block;
    height: 15px;
    width: 15px;
    margin: 4px;
    border-radius:15px ;
    background: #fff;
    cursor: pointer;
    transition: 0.5s;
}

.active{
    width: 45px;
}

.testimonial{
    width: 100%;
    height: 100%;
    overflow: hidden;
}



}


/*------contact-us----*/

.location{
    width: 80%;
    margin: auto;
    padding: 80px 0;
}

.location iframe{
    width: 100%;
}


.contact-us{
    
    width: 100%;
    margin: auto;
}

.contact-col{
    flex-basis: 48%;
    margin-bottom: 30px;
}



.contact-col div{
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.contact-col div .fa{
    font-size: 28px;
    color: #f44336;
    margin: 10px;
    margin-right: 30px;
}

.contact-col div p{
    padding: 0;
}

.contact-col div h5{
    font-size: 15px;
    margin-bottom: 5px;
    color: yellow;
    font-weight: 400;
}

 .contact-col .heed {
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    font-weight: 600;
    text-decoration: underline;
    text-transform: uppercase;
}

.logo-company{
    width: 100px;
    background-color: #fff;
    border-radius: 100%;
    border: 1px solid blue;
}


.btn{
    display: inline-block;
    text-decoration: none;
    color: #f44336;
    border: 1px solid #f44336;
    padding: 12px 34px;
    font-size: 13px;
    background: transparent;
    border-radius: 4rem;
    position: relative;
    cursor: pointer;
}


.bn{
    font-size:20px;
    color: #fff;
    border: 2px solid #f44336;


}

.bn:hover{
    color: #000;
}




.contact-col input, .contact-col textarea{
    width: 100%;
    padding: 15px;
    margin-bottom: 17px;
    border-radius: 10px;
    outline: none;
    border: 2px solid #777;
    box-sizing: border-box;
}

@media(max-width:480px){
    .contact-col input, .contact-col textarea{
    width: 150%;
    padding: 15px 15px 15px 15px;
    padding-right: 25px;
    margin-left: 1rem;
    margin-bottom: 17px;
    border-radius: 10px;
    outline: none;
    border: 2px solid #777;
    box-sizing: border-box;
}


.btn{
    display: inline-block;
    text-decoration: none;
    color: #f44336;
    border: 1px solid #f44336;
    padding: 15px 35px;
    font-size: 13px;
    background: transparent;
    border-radius: 4rem;
    position: relative;
    cursor: pointer;
}


.bn, button{
    font-size:20px;
    color: #fff;
    margin-left: 2rem;
    border: 2px solid #f44336;


}

.bn:hover{
    color: #000;
}
}

.about-us{
  width: 80%;
  margin-right: 2rem;  

}



/*.about-us{
    width: 80%;
    margin: auto;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 4.5rem;
    padding-right: 8rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
}*/
.about-col{
    flex-basis:48% ;
    padding: 30px 2px;
    margin-left: 1rem;


}

.about-col img{
    width: 50%;
    margin-left: 50rem;
    margin-top: -25rem;
    border-radius: 2rem;
    
}

.btn{
    display: inline-block;
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
    padding: 12px 34px;
    margin-left: 5rem;
    font-size: 13px;
    background: transparent;
    border-radius: 4rem;
    position: relative;
    cursor: pointer;
}

.btn:hover{
    background: #f44336;
    color: #fff;
}

 

.about-col h1{
    padding-top: 0;
    font-size: 30px;
    text-decoration: underline;
    color: #fff;

    margin-left: 4rem;
}

.about-col p{
    padding: 15px 0 25px;
    margin-left: 4rem;
    line-height: 2rem;
    color: #fff;
    font-size: 18px;
}

@media(max-width:700px){
    .about-col img{
    display: flex;
    width: 120%;
    margin-left: -1rem;
    margin-top: -1rem;
}

.about-col h1{
    padding-top: 0;
    text-align: center;
    color: #fff;

    margin-left: 1rem;
}

.about-col p{
    padding: 15px 0 25px;
    margin-left: 1rem;
    line-height: 1.5rem;
}

}

@media(max-width:480px){

    .about-col img{
    display: flex;
    width: 120%;
    margin-left: -3rem;
    margin-top: -1rem;
}

.about-col h1{
    padding-top: 0;
    text-align: center;
    color: #fff;
    font-size: 20px;

    margin-left: 1rem;
}

.about-col p{
    padding: 15px 0 25px;
    margin-left: 1rem;
    line-height: 1.5rem;
}

.abouth, section{
    background-color: #14BFC9;
    

}



}

.abouth{
	width: 85rem;
	height: 40rem;
	margin-bottom: 2rem;
	padding-top: 1rem;
	padding-left: 1rem;
	padding-right: 5rem;
	margin-left: 3rem;
	margin-top: 5rem;
	border-radius: 5rem 5rem 70rem 5rem;
	background-color: #F4F9F3;
 }




.about-head{
	text-align: center;
	color: #000;
     background-color: #F4F9F3;
    
   
 }

 .combined-pics{
	display: flex;
	width: 550px;
	margin-left: 40rem;
	margin-top: -7rem;
 }

 .ckeck-mark-1{
	width: 30px;
	height: 30px;
	background-color: #14BFC9 ;
	border-radius: 100%;
	margin-top: -19rem;
	margin-left: 2rem;
 }

 .years{
	margin-left: 5rem;
	margin-top: -1.6rem;
	font-family: 'Times New Roman', Times, serif;
	font-size: 25px;
	line-height: 1.5rem;

 }

 .years-15{
	margin-bottom: 1rem;
	font-size: 22px;
 }

 .years-satisfy{
	color: #696767;
 }


.chec i{
	color:#fff;
	font-size: 20px;
	margin-left: 5px;
	margin-top: 5px;
}

.check-2{
	margin-top: 1.5rem;
}


.revive-head{
     background-color: #F4F9F3;

}

 .revive-h{
	margin-left: 2rem;
	margin-top: 1rem;
	font-stretch: 1rem;
	color: #000;
     background-color: #F4F9F3;
	word-spacing: 0.5rem;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 2.5rem;
 }

 .revive-p{
	margin-left: 2rem;
	margin-top: 1rem;
	line-height: 1.5rem;
	color: #14BFC9;
	font-family: Arial, Helvetica, sans-serif;

	
	
	
 }



 .about-b{
	color:#14BFC9 ;
	font-style: italic;
	font-weight: bolder;
	margin-left: 0.5rem;
	text-decoration: overline underline;
 }


 .bt{
	background-color: #1AA6AD;
	border-radius: 20px;
	padding: 12px;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	margin-left: -1rem;
	margin-right: 1rem;
}


.btt{
padding: 20px 35px 20px 35px;
border-radius: 10rem;
margin-left: 2rem;
margin-top: 2rem;
border-style: none;
cursor: pointer;
}


@media(max-width:480px){
    .abouth{
        margin-left: -0rem;
    }
    .about-head{
	text-align: start;
	color: #000;
     background-color: #F4F9F3;
     margin-left: 3rem;
    
   
 }

 

 .ckeck-mark-1{
	width: 30px;
	height: 30px;
	background-color: #14BFC9 ;
	border-radius: 100%;
	margin-top: -19rem;
	margin-left: 2rem;
 }

 .years{
	margin-left: 5rem;
	margin-top: -1.6rem;
	font-family: 'Times New Roman', Times, serif;
	font-size: 25px;
	line-height: 1.5rem;

 }

 .years-15{
	margin-bottom: 1rem;
	font-size: 22px;
 }

 .years-satisfy{
	color: #696767;
 }


.chec i{
	color:#fff;
	font-size: 20px;
	margin-left: 5px;
	margin-top: 5px;
}

.check-2{
	margin-top: 1.5rem;
}


.revive-head{
     background-color: #F4F9F3;

}

 .revive-h{
	margin-left: 2rem;
	margin-top: 1rem;
	font-stretch: 1rem;
	color: #000;
     background-color: #F4F9F3;
	word-spacing: 0.5rem;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 2.5rem;
 }

 .revive-p{
	margin-left: 2rem;
	margin-top: 1rem;
	line-height: 1.5rem;
    font-size: 15px;
	color: #14BFC9;
	font-family: Arial, Helvetica, sans-serif;

	
	
	
 }



 .about-b{
	color:#14BFC9 ;
	font-style: italic;
	font-weight: bolder;
	margin-left: 0.5rem;
	text-decoration: overline underline;
 }


 .bt{
	background-color: #1AA6AD;
	border-radius: 20px;
	padding: 12px;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	margin-left: -1rem;
	margin-right: 1rem;
}


.btt{
padding: 20px 35px 20px 35px;
border-radius: 10rem;
margin-left: 2rem;
margin-top: 2rem;
border-style: none;
cursor: pointer;
}



}

.log-icon{
    display: flex;
    margin-top: 5.2rem;
    width: 100px;
    height: 150px;
}











 












