body{
    font-family: 'Inter', sans-serif;
}

.main-image{
    width: 100%;

    margin-top: 50px;

}

.bg-l{
    background-color: #fff;
    padding: 50px 5%;
}

.bg-lf{
    background-color: #fff;
    padding: 30px 0;
}

.bg-c{
    background: rgba(75, 187, 198, 0.1);
    padding: 50px 3%;
}

.cyan-head{
    color: #4BBBC6;
    font-weight: 600;
    font-size: 50px;
}
.about-text{
    color: #000;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 10px;
    text-align: left;
}

.g-b-button{
    font-weight: 500;
    margin-top: 15px;
    color: #fff;
    background: linear-gradient(92.41deg, #4BBBC6 0%, #293E43 100%);
    border-radius: 15px;
    padding: 12px 60px;
    border: none;
    font-size: 18px;
}

.service-card{
    padding: 10px 30px;
}

.service-img{
    width: 100%;
    margin-bottom: 10px;
}

.service-head{
    font-weight: 500;
    font-size: 25px;
    margin-bottom: 5px;
}

.service-text{
    color: #6b6b6b;
    font-weight: 400;
    font-size: 16px;
    padding: 0 5%;
}

.recent-slide{
    width: 100%;
    background-color: #2D4A50;
    padding: 60px 0 40px;
}



.slide-img{
    width: auto;
    height: 250px;
    margin-bottom: 10px;
}
.slide-name{
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
    margin: 0;
    padding-left: 20px;
}
.slide-location{
    color: #A9A9A9;
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
    margin: 0;
    padding-left: 20px;

}
.slide-dummy{
    background-color: transparent;
    width: 70px;
}
.contact-body{
    background-color: #2D4A50;
}

.white-head{
    color: #fff;
    font-weight: 600;
    font-size: 50px;
    margin: 0;
}
.white-text{
    font-size: 16px;
}
.form-div{
    width: 70%;
}
.inp-name{
    margin-top: 40px;
    background: rgba(90, 169, 185, 0.25);
    color: #fff;
    border: none;
    outline: none;
    font-weight: 500;
    width: 100%;
    margin-bottom: 15px;
    padding: 15px;
    border-radius: 10px;
}
.inp-name::placeholder{
    color: #fff;
}
.inp-msg{
    width: 100%;
    background: rgba(90, 169, 185, 0.25);
    color: #fff;
    border: none;
    outline: none;
    font-weight: 500;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 20px;
    resize: none;
}
.inp-msg::placeholder{
    color: #fff;
}

.inp-btn{
    background: #38616A;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
    color: #fff;
    padding: 8px 40px;
    border-radius: 20px;
    border: none;
    outline: none;
    font-weight: 600;
}
@media only screen and (max-width: 576px) {
    
    .bg-l{
        background-color: #fff;
        padding: 30px 5%;
    }
    .cyan-head{
        font-size: 30px;
        margin-bottom: 10px;
    }
    .about-text{
        font-size: 15px;
        text-align: justify;
    }
    .g-b-button{
        border-radius: 15px;
        padding: 10px 30px;
        border: none;
        font-size: 16px;
    }
    .service-head{
        font-size: 20px;
    }
    
    .service-text{
        font-size: 14px;
        padding: 0;
    }
    .slide-img{
        height: 100px;
    }
    .form-div{
        width: 100%;
    }
    .white-head{
        font-size: 30px;
    }
    .white-text{
        font-size: 13px;
    }
    .slide-dummy{
        width: 30px;
    }
}