.text-end i {
    margin-left: 10px;
    color: #ffffff;
    transition: color 0.3s ease;
}

.text-end i:hover {
    color: #007bff;
}

.top {
    color: white;
    margin-left: 10px;
    transition: all 0.3s ease;
    text-decoration: none;
    font-weight: 700;
}

.top:hover {
    color: #007bff;

}

.navbar-brand {
    font-size: 27px;
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: italic;
}

.nav-link {
    font-size: 18px;
    font-weight: 600;
    color: black;
}

.nav-link:hover {
    color: #1E70B8;
}

.hero {
    background-color: #66bdff;
}

.btn {
    background-color: white;
    transition: all 1s ease;
}

.btn:hover {
    background-color: #ED2E33;

}

.hero_heading {
    /* font-family: "Roboto", sans-serif; */
    color: white;
    text-shadow: 2px 2px 2px #1E73B3;
}

#service {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    margin: 8px;
}

.services {
    /* background-color: #F1F5F9; */
    background-image: repeating-linear-gradient(135deg, rgba(0,0,0, 0.03137254901960784) 0px, rgba(0,0,0, 0.03137254901960784) 2px,transparent 2px, transparent 4px),linear-gradient(45deg, rgb(241,245,249),rgb(241,245,249));
}

.service_title {
    color:black;
}

.fit{
    color: white;
    text-decoration: none;
    font-weight: 500;
}

.fit:hover{
    color:red;
}

#serv{
    transition-property: all;
    transition-duration: 1s;
}

#serv img{
    transition-property: all;
    transition-duration: 1s;
}

#serv:hover{
    border-radius: 20px;
    /* background-color:#ED2E33; */
    transform: scale(1.1);
    cursor: pointer;
    color: #007bff; 
}

#serv:hover > img{
    transform: rotateY(180deg);
    filter: contrast(150%);   
}

#serv:hover > h4{
    color: white;
}

#who{
    background-color: #007bff;
    /* background-image: url(images/hero.png); */
    background-attachment: fixed;
    padding: 20px;
}

#grp button {
    background-color: #ED2E33;

    transition: all 1s ease;
}

#grp button:hover {
    background-color:navy;
    transform: translate(2px,2px);
    box-shadow: -2px -2px 2px white;

}

#abt{
    width: 100%;
    height: 500px;
}

#about{
    filter: drop-shadow(30px 30px 10px gray);
}

#sub{
    background-color: #007bff;
}

#sub:hover{
    background-color:#ED2E33;
}

#contact h6{
    color: black;
}

.top1{
    margin: 6px;
    padding: 6px;
    border-radius: 50%;
    color: black;
    /* background-color: red; */
    transition: all;
    transition-duration: 1s;
}

.top1:hover{
    margin: 6px;
    padding: 6px;
    border-radius: 20%;
    color: white;
    background-color: black;
}