@import url('https://cdn-uicons.flaticon.com/2.4.0/uicons-regular-rounded/css/uicons-regular-rounded.css');
@import url('https://cdn-uicons.flaticon.com/2.4.0/uicons-solid-straight/css/uicons-solid-straight.css');

*{
    padding: 0;
    margin: 0;
}
ul{
    margin-left: 0;
    padding-left: 0;
}

li{
    list-style: none;
}

a{
    text-decoration: none;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Roboto', sans-serif;
}

body{
    font-family: 'Poppins', sans-serif;
}

.title{
    position: relative;
    
}

.span-title{
    position: relative;
    display: inline-block;
    padding-left: 40px;
    font-size: 20px;
    text-transform: uppercase;
}


.span-title:before, .span-title:after {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    height: 2px;
    width: 20px;
    background: #d90000;
}

.span-title::before{
    width: 30px;
    top: 15px;
    bottom: 7px;
}

/* header */
header{
    position: absolute;
    width:100%;
    z-index: 1111;
}
.header-top{
    background: #141414;
    color: #fff;
    padding: 20px 35px;
    padding-right: 0;
}

.header-top ul{
    margin-bottom: 0;
}
.header-top li{
    display: inline-block;
    margin-right: 10px;
}

.header-top a{
    color: #fff;
}

.header-top i{
    margin-right: 10px;
}

.h-btn{
    background: #d90000;
    padding: 20px 25px;
    height: 100%;
}
.header-bottom{
    background: #fff;
}

.navbar-brand{
    width: 15rem;
}

.navbar-collapse{
    justify-content: end;
}

.header-bottom .nav-item{
    padding: 0 15px;
}

.header-bottom .nav-link.active{
    color: #d90000;
    font-weight: 700;
}

.header-bottom .nav-link{
    color: #141414;
}

/* banner */
.banner{
    overflow: hidden;
    position: relative;
}
.strike{
    padding: 10rem 0 20rem;
    transform: scale(1);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    z-index: 1;
    filter: grayscale(0);
    background-position: center top;
}
.b1{
    background:linear-gradient(rgba(0, 0, 0, 0.521),rgba(0,0,0,0.6)), url(./img/b1.jpg);
    background-size: cover;
}
.b2{
    background:linear-gradient(rgba(0, 0, 0, 0.521),rgba(0,0,0,0.6)), url(./img/b2.jpg);
    background-size: cover;
}

.xs{
    padding:18rem 0 20rem;
    color: #fff;
    /* background: rgba(0, 0, 0, 0.582); */
    position: relative;
    z-index: 11;
    text-align: center;
    
}


.xs h3{
    color: #F3F1F2;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 10px;
}

.xs h1{
    font-weight: 700;
    margin-bottom: 20px;
}

.banner-button{
    margin-top: 30px;
}

.b-btn{
    padding: 15px 35px;
    background: #d90000;
    color: #fff;
    font-weight: 800;
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.banner .owl-item.active .strike{
    transform: scale(1.15);
    transition: all 6000ms ease-in-out;
}

.slide{
    position: relative;
    overflow: hidden;
}


.banner .owl-item.active h3{
    animation-name: fadeInDown;
    animation-duration: 2s;
    animation-delay: 200ms;
    visibility: visible;
}
.banner .owl-item.active h1{
    animation-name: fadeInDown;
    animation-duration: 2s;
    animation-delay: 300ms;
    visibility: visible;
}
.banner .owl-item.active p{
    animation-name: fadeInUp;
    animation-duration: 2s;
    animation-delay: 400ms;
    visibility: visible;
}
.banner .owl-item.active .banner-button{
    animation-name: fadeInUp;
    animation-duration: 2s;
    animation-delay: 500ms;
    visibility: visible;
}

.shape{
    margin-top: -250px;
    position: relative;
    z-index: 1111;
   
}



/* about */
.about{
    padding: 2rem 0 5rem;
}

.about h3 .span-title{
    font-size: 16px;
    color: #d90000;
    font-weight: 700;
}

.about h1{
    font-weight: 700;
    font-size: 28px;
}

.about .title{
    margin-bottom: 20px;
}

.about p{
    font-size: 14px
}

.about-img{
    position: relative;
}

.about-img .a-img2{
    position: absolute;
    left: 0;
    right: 0;
    width: 60%;
    bottom: -30px;
    border: 2px solid #fff;
}

.about-btn{
    margin-top: 40px;
}

.about-btn a{
    position: relative;
    padding: 15px 40px;
    font-size: 16px;
    background: #d90000;
    color: #fff;
    font-weight: 700;
    border-radius: 5px;
    overflow: hidden;
}


.about-grid1{
    margin-top: 50px;
    border-top: 1px solid #cfcfcf ;
    padding-top: 30px;
    display: flex;
}

.about-grid1 h4{
    font-size: 80px;
    /* background: url(./img/services/lanscaping.jpg);
    background-clip: text;
    background-size: cover;
    color: transparent; */
    color: #d90000;
    font-weight: 800;
    margin-right: 25px
}

.about-grid1 .grid-text{
    font-weight: 700;
    margin-top: 15px;
    font-size: 18px;
}

/* services */
.services{
    padding: 5rem 0;
    background: #141414;
    
}

.services title{
    text-align: center;
    
}

.services h3{
    text-align: center;
    color: #d90000;
}

.services h1{
    color: #fff;
    font-size: 34px;
    text-align: center;
    font-weight: 700
}

.services .item{
    margin-bottom: 70px;
}

.service-card{
    position: relative;
}

.service-img{
    position: relative;
    z-index: 1111;
    height: 15rem;
    margin: 0 15px;
}

.service-img img{
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.service-content{
    padding: 60px 25px 35px;
    background: #fff;
    margin-top: -30px;
    border-top: 4px solid #d90000;
    text-align: center;
}

.service-content h5{
    margin-bottom: 10px;
}

.service-content h5 a{
    color: #d90000;
    font-weight: 700;
    font-size: 22px;
}

.service-content p{
    font-size: 14px;
}

.service-icon{
    position: relative;
    margin-bottom:-60px;
    text-align: center;
    z-index: 111;
    
}

.service-icon i{
    font-size: 35px;
    color: #fff;
    height: 65px;
    width: 65px;
    border-radius:50% ;
    background: #d90000;
    display: inline-block;
    font-weight: 700;
    line-height: 78px;
}

/* projects */
.projects{
    padding: 5rem 0;
}

.projects .title{
    text-align: center;
    margin-bottom: 35px;
}

.projects .span-title{
    color: #d90000;
    position: relative;
}

.projects .col-md-3{
    padding: 0 5px !important;
}

.projects h1{
    font-size: 40px;
}

.g-box{
    height: 15rem;
    overflow: hidden;
    margin-bottom: 15px;
    box-shadow: 0 10px 10px rgba(0,0,0,0.1);
}

.g-box img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    
    transition: all .5s ease-in-out;
    
}


.g-box img:hover{
    transform: scale(1.1);
    
}

/* reviews */
.reviews{
    padding: 5rem 0;
    background: #141414;
}

.reviews .title{
    text-align: center;
    color: #fff;
}

.reviews h3 .span-title{
    color: #d90000;
    font-size: 18px;
}

.reviews h1{
    font-weight: 700;
}

.testi-card{
    height: 100%;
}

.testi-content{
    background: linear-gradient(180deg, rgb(255, 255, 255) 0%, #F3F1F2 100%);
    padding: 82px 30px 40px;
    position: relative;
    margin-top: -62px;
    z-index: 1;
    height: 100%;
    transition:all 0.5s ease-in-out;
    text-align: center;
}

.testi-content:hover{
    background: #d90000;
    color: #fff;
}

.testi-content h5{
    font-weight: 700;
}

.testi-content p{
    font-size: 14px;
}

.testi-img{
    position: relative;
    z-index: 1111;
    width: 10rem;
    margin: 0 auto;
}

.testi-img img{
    border-radius: 50%;
    
    margin: 0 auto;
    

}

.stars{
    color: #ffd900;
}

.testi-header{
    margin-bottom: 20px;
}

/* quote */

.quote{
    background: #d90000;
    padding: 50px 0;
    color: #fff;
}

.quote h3{
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}

.quote p{
    font-size: 14px;
}

.quote h1{
    font-size: 28px;
    text-transform: capitalize;
    font-weight: 800;
}

.quote-btn{
    margin-top: 20px;
    text-align: end;
}

.quote-btn a{
   
    background: #141414;
    color: #fff;
    padding: 15px 35px;
    border-radius: 10px;
    font-weight: 700;
}


/* .choose */
.choose{
    padding: 5rem 0;
}

.choose .title{
    text-align: center;
}

.choose h3 .span-title{
    color: #d90000;
    font-size: 16px;
}

.choose h1{
    font-weight: 700;
}

.choose-box{
    box-shadow: 0 10px 15px rgba(0,0,0,0.15);
    padding: 70px 30px 20px;
    margin-top: 38px;
    position: relative;
    border-top: 4px solid #d90000;
    margin-bottom: 30px;
}

.shape-box{
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
}

.shape-box img{
    width: 100%;
    opacity: 0.4;
}

.choose-icon{
    position: absolute;
    top: -30px;
    width:5rem;
   left: 10%;
   z-index: 1;
    margin-bottom: 30px;
}  

.choose-icon img{
    width: 100%;
}

.choose-box h5{
    color: #d90000;
    font-weight: 700;
    font-size: 18px
}

.choose-box p{
    font-size: 14px;
}

/* footer */
.footer-top{
    padding: 6rem 0;
    background:linear-gradient(rgba(0, 0, 0, 0.849),rgba(0, 0, 0, 0.61)), url(./img/Footer.webp);
    background-size: cover;
    background-position: center;
    color: #fff;

}

.da{
    margin-bottom: 25px;
}

.footer-top h3{
    font-weight: 700;
    margin-bottom: 20px;
}

.footer-top h3{
    font-size: 24px;
}

.footer-top p{
    font-size: 15px;
}

.footer-top li{
    margin-bottom: 7px;
}

.footer-top li i{
    margin-right: 10px;
}

.footer-top a{
    color: #fff;
}

.footer-bottom{
    padding: 20px 0 10px;
    background: #141414;
    color: #fff;
}

.footer-bottom a{
    color: #d90000;
}

.footer-social i{
    margin-right: 4px;
    height: 40px;
    width: 40px;
    background: #d90000;
    border-radius: 50%;
    line-height: 38px;
    text-align: center;
}

/* breadcrumb */
.breadcrumb{
    padding: 20rem 0 10rem;
    background:linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.6)), url(img/bread.jpg);
    background-size: cover;
    background-position: center;
    color: #fff;
    position: relative;
}

.breadcrumb h1{
    font-weight: 900;
    text-align: center;
}
.bread{
    font-weight: 500;
    margin-top: 15px;
    font-size: 18px;
    position: absolute;
    top: 80%;
}

.bread a{
    margin-right: 15px;
    color: #ebebeb;
}
.bread i{
    margin-right: 10px;
}

/* contact */

.contact{
    padding: 5rem 0;
}
.ca-box{
    background: linear-gradient(90deg, #d90000, #ff0707);
    padding: 40px;
    border-radius: 5px;
    box-shadow: 5px 1px 10px rgba(0,0,0,0.15);
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}

.ca-box ul{
    margin-bottom: 0;
}

.ca-box li{
    color: #f3f3f3;
}

.ca-box li strong{
    color: #fff;
}

.ca-box i{
    margin-bottom: 20px;
    font-size: 40px;
}

.ca-box h5{
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 15px;
}

.ca-box a{
    color: #f3f3f3;
}

.connect{
    padding-top: 3rem;
}
.connect h3{
    font-size: 13px;
    color: #0B1215;
}

.connect h1{
    font-size: 30px;
    font-weight: 700;
}

.connect p{
    font-size: 14px;
}

.connect input, .connect textarea, .connect select{
    font-size: 15px;
    color: #707070;
    background: #f0f0f0;
    border: 1px solid #cecece;
    width: 100%;
    padding: 10px 35px;
    margin-bottom: 10px;
    outline: none;
}

.connect .aasd{
    color: #fff;
    background: linear-gradient(90deg, #d90000, #ff0707);
    padding: 14px 25px;
    font-size: 15px;
    border: 1px solid #d90000;
    font-weight: 700;
    box-shadow: 5px 1px 15px rgba(0,0,0,0.1);
}

/* sr-box */
.sr-box{
    box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.103);
    margin-bottom: 30px;
}

.sr-img{
    height: 100%;
}

.sr-img img{
    height: 100%;
    object-fit: cover;
}

.sr-content{
    padding: 50px;
    height: 100%;
}

.sr-content h2{
    font-size: 25px;
    margin-bottom: 15px;
    font-weight: 800;
}

.sr-content p{
    color: #707070;
    font-size: 14px;
}

.sr-content li{
    font-size: 14px;
    color: #707070;
}

.sr-content li i{
    color: #d90000;
    margin-right: 10px;
}

.sr-content.vc li i{
    color: #fff;
}

.sr-content.vc li{
    color: #fff;
}

.sr-content.vc{
    background: linear-gradient(90deg, #d90000, #ff0707);
    
}

.sr-content.vc h2{
    color: #fff;
}

.sr-content.vc p{
    color: #f3f3f3;
}


@media screen and (min-width:992px) and (max-width:1200px) {
    .about-img{
        margin-top: 38px;
        padding-left: 58px !important;
    }

    .about-img .a-img2{
        width: 66%;
    }
}

@media (max-width:992px){
    header{
        background: #fff;
    }
    
    .header-top{
        display: none;
    }

    .navbar-brand{
        width: 15rem;
    }

    .xs{
        padding-top: 14rem;
    }
}

@media (max-width:767px){
    .xs h3{
        font-size: 15px;
    }
    .xs h1{
        font-size: 25px;
    }

    .xs p{
        font-size: 14px;
    }
}

@media (min-width:575px){
    .about-img{
        padding-left:195px;
    }
}

@media (max-width:575px) {
    .about-img{
        padding-left: 50px;
        
    }

    .about-grid1 .grid-text{
        font-size: 15px;
    }
}