
*{
    padding: 0;
    margin: 0;
}

body{
    height: 100%;
    width: 100%;
     ;
}


/* Global Class */
.bg-green{
    background-color: #00D084 !important;
}
.text-green{
    color: #00D084 !important
}
.text-black{
    color: #111111 !important;
}
.bg-white{
    background-color: #ffff !;
}
.hover-green:hover{
    color: #00D084 !important;
}
.bg-hover-green:hover{
    background-color: #00D084 !important;
}

.transition{
    transition: .5s all ease !important;
}
/* Font size */
.fs-14{
    font-size: 14px !important;
}
.fs-15{
    font-size: 15px !important;
}
.fs-16{
    font-size: 16px !important;
}
.fs-17{
    font-size: 17px !important;
}
.fs-18{
    font-size: 18px !important;
}
.fs-19{
    font-size: 19px !important;
}

 


/* Navbar  */
.navbar-naves{
    position: sticky !important;
    top: 0 !important;
    z-index: 3;
}
.actives{
    color: #00D084 !important;
    position: relative;
}
.navbtn{
    position: relative !important;
}
.actives::after{
    content: '';
    width: 100%;
    height: .2rem;
    background-color: #00D084;
    position: absolute !important;
    bottom: 0;
    left: 0;
    transition: .4s all ease;
}
.navbtn::after{
    content: '';
    width: 100%;
    height: .2rem;
    background-color: #00D084;
    position: absolute !important;
    bottom: 0;
    left: 0;
    opacity: 0;
    scale: .1;
    transition: .4s all ease;
}.navbtn:hover::after{
    opacity: 100%;
    scale: 1;
}
.dropdown-menu.items{
    margin-top: 60px !important;
}
.nav-item.dropdown:hover .dropdown-menu{
    display: block;
}

/* first-img-slider */
.first-slider{
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.first-slider::after{
    content: '';
    height: 100%;
    width: 100%;
    background-color: #1b1d1cb6;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    
}
.first-img-slider{
    position: absolute;
    top: 0;
    left: 0;
    height: 100% !important;
    width: 100% !important;
    animation: firstImages 5s linear infinite;
    z-index: -2;
}
/* animation */
@keyframes firstImages {
     0%{
        scale: 1;
     }
     50%{
        scale: 1.1;
     }
     100%{
        scale: 1;
     }
}

.slider-btn1:hover{
    background-color: #00D084 !important;
    color: white !important;
    iconify-icon{
        color: white !important;
    }
}
.slider-btn2:hover{
    background-color:black!important;
    color: #00D084 !important;
    iconify-icon{
        color: white !important;
    }
}

.social-icons{
    width: 40px;
    height: 40px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    transition: .5s all ease;
}
.social-icons:hover{
    background-color: #00D084 !important;
    iconify-icon{
        color: white !important;
    }
}
/* Arroes */
.slider{
    position: relative;
}
.next-arrow,
.prev-aeeow{
    height: 50px !important;
    width: 50px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #00D084;
    border-radius: 50% !important;
    position: absolute;
    z-index: 2;
    cursor: pointer;
}
.next-arrow{
    top: 85%;
    left: 125px;
}
.prev-aeeow{
    top: 85%; 
    left: 45px;
}
@media only screen and (max-width: 580px) {
  .next-arrow{
        top: 88%;
        left: 95px;
    }
    .prev-aeeow{
        top: 88%; 
        left: 20px;
    }
}
.second-section-img{
    position: relative;
}
.about-1,
.about-2{
    position: absolute;
    
     
}
.about-1{
    width: 110px;
    top: 0px;
    right: 0px !important;
    transform: rotate(90deg);
}
.about-2{
    width: 110px;
    top: 0px;
    left: 0px !important;
    transform: rotate(90deg);
}

/* Service */
.Service-card:hover{
    box-shadow:  0 1rem 3rem rgba(0, 0, 0, 0.175);
    img{
        scale: 1.2;
        transition: .4s all ease;
    }
}

/* Features-card */
.Features-card{
    transition: .4s all ease;
}
.Features-card:hover{
    border: 1px solid #00D084 !important;
    transition: .4s all ease;
}

/* Offer */
.offer-button {
    background-color:white !important;
    
}
.offer-button:hover{
    background-color: #00D084 !important;
    color: white !important;
}
.offerss{
    background-color: #00D084 !important;
    color: white !important;
}
.offer-items{
    transition: .5s all ease !important;
}
.close{
    display: none;
}
.open{
    display: flex !important;
}
/* News */
.news-img{
    position: relative;
    z-index: 1;
}
.news-img::after{
    content: '';
    width: 100%;
    height: 100%;
    background-color: #00d08433;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: .5s ease;
}
.news-img-icons{
    position: absolute;
    bottom: 18px;
    left: 10px;
    z-index: 2;
}
.news-profile-img{
    width: 50px;
    height: 50px;
    object-fit: cover;
    border:1px solid #00D084;
}
.news-card{
    transition: .8s all ease;
}
.news-card:hover{
    transition: .8s ease;
    .news-img img{
        transition: .8s ease;
        scale: 1.1;
    }
    .news-img::after{
        opacity: 1;
    }
}  


/* news */
.next-arrow2,
.prev-aeeow2{
    height: 35px !important;
    width: 75px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #00D084;
     
    position: absolute;
    z-index: 2;
    cursor: pointer;
}

.next-arrow2{
    top: 0;
    right: 10px;
}
.prev-aeeow2{
    top: 0;
    left: 10px;
}

/* Team */
.team-card{
    position: relative;
}
.team-card:hover{
    transition: .5s ease !important;
    color: #fffF;
    h4{
        transition: .5s ease !important;
        color: #fffF !important;
    }
    .team-card-main::after{
        transform: translateY(0);
    }
    .team-social-icon{
        transition: .5s ease !important;
        background-color: #ffff !important;
        iconify-icon{
            color: #00D084 !important;
        }
    }
    #team-img-box{
        transition: .8s ease !important;
        border:4px dotted #ffff !important;
    }
}
.team-card .img{
    border:4px dotted #00d084;
    overflow: hidden;
    z-index: 5;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
 

.team-card-main{
    position: absolute;
    margin-top: -135px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-top-left-radius: .5rem !important;
    border-top-right-radius: .5rem !important;
}
.team-card-main::after{
    content: '';
    width: 100%;
    height: 100%;
    background-color: #00d084;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: .5s ease;
    transform: translateY(101%);
}



/* testimonials */
.testimonials{
    position: relative;
}
.testimonial-img{
    position: absolute;
    top: -20%;
    left: 50%;
    transform: translateX(-50%);
}
.first-coma{
    position: absolute;
    left: 10px;
    top: -25px;
}
.second-coma{
    position: absolute;
    right: 10px;
    bottom: -25px;
     
}

/* footer */
footer{
    background-color: #17303B !important;
}
.footer-link:hover{
    opacity: 1 !important;
    letter-spacing: 2px;
    transition: .5s ease;
    color: #00D084 !important;
    iconify-icon{
        color: #00D084 !important;
    }
}