
@import url('https://fonts.googleapis.com/css2?family=Figtree:wght@300;400;500;600;700;800;900&display=swap');


body {
     font-family: "Figtree", sans-serif !important;
    font-size: 0.9rem;
    color: #0C1015;
    background-color: #F3F5FF;
    overflow-x: hidden!important;

}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Figtree", sans-serif !important;
    font-weight: 400;
}

.header-title{
    font-family: "Figtree", sans-serif !important;
    font-weight: 600;
    text-transform: uppercase;
    font-size:small;

}

a {
    font-family: "Figtree", sans-serif !important;
    text-decoration: none !important;
    outline: none;
}

p {
    font-family: "Figtree", sans-serif;
    line-height: 1.8;
    font-size: 15px;
}

label,table tr, table td,.header-title {
    font-family: "Figtree", sans-serif !important;
}

.bg-home {
    height: 70vh;
    width: 100%;
}

.text-dark {
    color: #0C1015 !important;

}

.table td,
.table th {
    vertical-align: middle !important;
}

.img-shadow {
    -webkit-filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.37));
    filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.37));
}


.navbar-custom .button-menu-mobile.navbar-toggle span {
    height: 2px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: block;
    margin-bottom: 5px;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease,-webkit-transform .5s ease;
}

