.text-dark {
    color: #e94e1a !important;
}
.h-md-40px, .size-md-40px{
    height: 69px;
    margin-top: -10px;
    margin-bottom: -10px;
}
.pb-12, .py-12, .p-12 {
    padding-bottom: 3rem;
}
.section-title h2 {
    font-size: 16px;
    letter-spacing: 0px;
    font-weight: 700;
    padding: 8px 20px;
    margin: 0;
    background: #e7f1fd;
    color:#E94E1A;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 50px;
}
.section-title {
    text-align: center;
    padding-bottom: 30px;
    padding-top: 50px;
}
.section-title h3 {
    margin: 15px 0 0 0;
    font-size: 32px;
    font-weight: 700;
    color: black;
}
.img-fluid {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    animation-direction: left;
}
.about .content h3 {
    font-weight: 600;
    font-size: 26px;
    color: black;
}
.section-title h3 span {
    color: #E94E1A;
}
body{
    font-size: 14px;
}
.btn {
    padding: 0.6rem 1.2rem;
    font-size: 0.875rem;
    /*color: #ffffff;*/
    font-weight: inherit;
    margin-right: auto;
}
.pt-9, .py-9, .p-9 {
    padding-top: 1.5rem;
}
.opacity-60 {
    opacity: 100.6 !important;
}
.text-dark {
    color: #000 !important;
}a.whatsapp_static.float {
    position: fixed;
    bottom: 70px;
    right: 30px;
    font-size: 40px;
    background-color: #25d366;
    color: white;
    border-radius: 50px;
    padding: 0px 10px;
    box-shadow: 0px 0px 3px 1px rgb(102 102 102 / 25%);
    transition: .4s;
}

a.whatsapp_static.float:hover {
    transform: scale(1.2);
}