*{
    margin: 0;
    padding: 0;

}
#banner{
    background:url(New\ folder/fof.jpg);
    background-size: cover;
    background-position: center;
    height: 100vh;
}
.logo{
    width: 90px;
    position: absolute;
    top: 2%;
    left:2%;
}
.banner-text{
    text-align: center;
    color: rgb(11, 88, 124);
    padding-top: 490px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;

}

.banner-text h1{
    font-size: 130px;

    
}

.banner-text p{
    font-size: 18px;
    font-style: italic;
    font-family: Arial, Helvetica, sans-serif;
    
}

@media screen and (max-width:770px){
    .banner-text h1{
        font-size: 44px;
    
        
    }
    #banner{
        
        background-size: cover;
        background-position: center;
        height: 80vh;
        width: 100%;
    }
    .logo{
        width: 70px;
        position: absolute;
        top: 2%;
        left:2%;
    }
}
#sideNav{
    width: 250px;
    height: 100vh;
    position: fixed;
    right: -250px;
    top: 5px;
    transition: 0.5s;
    background: rgb(13, 110, 155);
    z-index: 2;
}
nav ul li{
    list-style: none;
    margin: 50px 20px;

}
nav ul li a{
    text-decoration: none;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    
}
#manuButton{
    width: 35px;
    height: 35px;
    background: #fff;
    text-align: center;
    position: fixed;
    right: 30px;
    top: 20px;
    border-radius: 100px;
    z-index: 3;
    cursor: pointer;
}
#manuButton img{
    width: 35px;


}


#feature{
    width: 100%;
    padding: 70px 0;
}
.title-text {
    text-align: center;
    padding-bottom: 70px;
    
    
}
.i{
    color: #009688;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
    z-index: 1;
    display: inline-block;
    font-size: h1;
}
.i::after{
    content: '';
    width: 50px;
    height: 35px;
    background: linear-gradient(#019587,#fff);
    position: absolute;
    top: -20px;
    left: 0;
    z-index: -1;
    transform: rotate(10deg);
    border-top-left-radius: 35px;
    border-bottom-right-radius: 35px;
}
.title-text p{
    margin: auto;
    font-size: 20px;
    text-align: left;
}
.feature-box{
    width: 80%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
}
.features-img{
    flex-basis: 70%;
    margin: auto;
}
.features-img img{
    width: 100%;
}
.features{
    font-family: Arial, Helvetica, sans-serif;
    color: #009688;
    font-size: larger;
}
.tt{
    width: 100%;
    height: 100%;
}
.hj{
    width: 100%;
    height: 100%;
}
.ll{
    width: 100%;
    height: 100%;
}
.features h1{
    text-align: left;
}
.features p{
    font-size: small;
}
.feature-desc{
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
.feature-text{
    width: 50px;
    height: 50px;
    font-size: 30px;
    line-height: 50px;
    border-radius: 8px;
    color: rgb(11, 88, 124);
    border: 1px splid #009688;
    font-family: Arial, Helvetica, sans-serif;
}
@media screen and (max-width:770px){
    .title-text p{
        margin: auto;
        font-size: 10px;
        text-align: center;
    }
    
}
#service{
    width: 100%;
    padding: 70px 0;
    background: #efefef;
}
#service h2{
    color: #020202;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 50px;
}
.service-box{
    width: 80%;
    display: flex;
    justify-content: space-around;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
   
}
.single-service{
    flex-basis: 48%;
    text-align: center;
    border-radius: 90px;
    margin-bottom: 20px;
    color: #fff;
    position: relative;
    
    
    }

.single-service img{
    width: 100%;
    border-radius: 7px;
    
    height: 200px;
    
}
.overlay1{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    border-radius: 7px;
    cursor: pointer;
    background: linear-gradient(rgba(0,0,0,0.5),#a09efa);
    opacity: 0;
    transition: 1s;
    border-color: black;

}
.single-service:hover .overlay1{
    opacity: 1;
}
.overlay2{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    border-radius: 7px;
    cursor: pointer;
    background: linear-gradient(rgba(0,0,0,0.5),#cfcfca);
    opacity: 0;
    transition: 1s;
    border-color: black;

}
.single-service:hover .overlay2{
    opacity: 1;
}
.overlay3{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    border-radius: 7px;
    cursor: pointer;
    background: linear-gradient(rgba(0,0,0,0.5),#fca2ff);
    opacity: 0;
    transition: 1s;
    border-color: black;

}
.single-service:hover .overlay3{
    opacity: 1;
}
.overlay4{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    border-radius: 7px;
    cursor: pointer;
    background: linear-gradient(rgba(0,0,0,0.5),#99ecf7);
    opacity: 0;
    transition: 1s;
    border-color: black;

}
.single-service:hover .overlay4{
    opacity: 1;
}
.overlay5{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    border-radius: 7px;
    cursor: pointer;
    background: linear-gradient(rgba(0,0,0,0.5),#e9f799);
    opacity: 0;
    transition: 1s;
    border-color: black;

}
.single-service:hover .overlay5{
    opacity: 1;
}
.overlay6{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    border-radius: 7px;
    cursor: pointer;
    background: linear-gradient(rgba(0,0,0,0.5),#9de282);
    opacity: 0;
    transition: 1s;
    border-color: black;

}
.single-service:hover .overlay6{
    opacity: 1;
}
.service-desc{
    color: rgb(11, 88, 124);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

}
.service-desc p{
    font-size: 14px;
}
@media screen and (max-width:770px){
    .single-service{
        flex-basis: 100%;
        margin-bottom: 30px;

    }
    .service-desc p{
        font-size: 12px;
    }
    hr{
        margin: 5px auto ;
    }
    .single-service:hover .service-desc{
        bottom: 25% !important;
    }
}
#Testimonials {
    width: 100%;
    padding: 70px 0;
   
}
#Testimonials h2{
    color: #020202;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 50px;
}
.testimonial-row{
    width: 80%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.testimonial-col{
    flex-basis: 28%;
    padding: 10px;
    margin-bottom: 30px;
    border-radius: 5px;
    box-shadow: 0 10px 20px 3px #00968814;
    cursor: pointer;
    transition: transform .5s;
}
.testimonial-col p{
    font-size: 14px;

}
.user{
    display: flex;
    align-items: center;
    margin: 20px 0;
}
.user img{
    width: 55px;
    margin-right: 20px;
    border-radius: 3px;
}
.testimonial-col:hover{
    transform: translateY(-7px);


}
@media screen and (max-width:770px){
    .testimonial-col{
        flex-basis: 100%;
    }
}
#Download h2{
    color: #020202;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 50px;
}
.downlod-row{
    width: 80%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.download-col{
    flex-basis: 28%;
    padding: 10px;
    margin-bottom: 30px;
    border-radius: 5px;
    box-shadow: 0 10px 20px 3px #00968814;
    cursor: pointer;
    transition: transform .5s;
}
.download-col h1{
    font-size: 20px;
    text-align: center;
}
.download-col:hover{
    transform: translateY(-7px);


}
@media screen and (max-width:770px){
    .download-col{
        flex-basis: 100%;
       
    }
}
#featt {
    width: 100%;
    padding: 70px 0;
   
}
#featt h2{
    color: #020202;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 50px;
}
@media screen and (max-width:770px){
    .featt .title-text{
        flex-basis: 100%;
       
    }
}
.ttt{
    text-align: center;
    margin-left: 335px;
}
.to{
    width: 400px;
    height: 400px;
    align-items: center;
    margin: auto;
    margin-left: 335px;
}
.hdd{
    width: 100%;
    height: 100%;
}
.terp{
    width: 100%;
    height: 100%;
}
.ticker{
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    height: 60px;
    margin: 0 auto;
}
.tile{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 25px;
    color: rgb(13, 110, 155);
    margin-top: 1%;
    text-align: center;
    position: relative;
    
}
.news{
    width: 76px;
    padding: 0.2;
}
.news marquee p{
    text-align: center;
    margin-top: 0.1%;
    color: #019587;
}

#us h2{
    font-family: Arial, Helvetica, sans-serif;
    color: #020202;
    font-size: 50px;
}
#us p{
    margin-left: 2%;
    margin-right: 2%;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;

}
#us .imgabs{
    position: relative;
    width: 400px;

}


#Contact h2{
   padding-top: 5px;
    margin-top: 5px;
    font-family: Arial, Helvetica, sans-serif;
    color: #020202;
    font-size: 50px;

}
.contact-row{
    width: 80%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.contact-col{
    flex-basis: 28%;
    padding: 10px;
    margin-bottom: 30px;
    border-radius: 5px;
    box-shadow: 0 10px 20px 3px #00968814;
    cursor: pointer;
    transition: transform .5s;
}
.contact-col p{
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;

}
.contact-col h4{
    font-size: 14px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;

}
.user img{
    width: 55px;
    margin-right: 20px;
    border-radius: 3px;
}
.contact-col:hover{
    transform: translateY(-7px);


}
@media screen and (max-width:770px){
    .contact-col{
        flex-basis: 100%;
    }
}