* {
    /* font-family: 'Inter', sans-serif;
    font-family: 'Montserrat', sans-serif;
    font-family: 'Mulish', sans-serif;
    font-family: 'Open Sans', sans-serif;
    font-family: 'Oswald', sans-serif;
    font-family: 'Roboto', sans-serif;
    font-family: 'Roboto Condensed', sans-serif;
    font-family: 'Source Sans Pro', sans-serif;
    font-family: 'Work Sans', sans-serif; */
}

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


.navbar {
    background-color: #FFFFFF !important;
    /* box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px; */
    box-shadow: 0 0 3px #6c6c6c;
    opacity: 1;

}

.nav-item .nav-link {
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-size: 15.5px;
    margin-right: 20px;
    font-weight: 600;
}

.navbar-nav .nav-link {
    /* color: #fff; */
}

.dropdown-toggle:after {
    /* content: none !important; */
}

.dropend .dropdown-toggle {
    color: black;
    margin-left: 1em;
}

.dropdown-item:hover {
    /* background-color: lightsalmon; */
    /* color: #fff; */
}

.dropdown .dropdown-menu {
    display: none;
}

.dropdown:hover>.dropdown-menu,
.dropend:hover>.dropdown-menu {
    display: block;
    margin-top: .125em;
    margin-left: .125em;
    opacity: 1 !important;
}




.animate {
    animation-duration: 0.4s;
    -webkit-animation-duration: 0.4s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
}



@keyframes slideIn {
    0% {
        transform: translateY(1rem);
        opacity: 0;
    }

    100% {
        transform: translateY(0rem);
        opacity: 1;
    }

    0% {
        transform: translateY(1rem);
        opacity: 0;
    }
}

@-webkit-keyframes slideIn {
    0% {
        -webkit-transform: transform;
        -webkit-opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        -webkit-opacity: 1;
    }

    0% {
        -webkit-transform: translateY(1rem);
        -webkit-opacity: 0;
    }
}

.slideIn {
    -webkit-animation-name: slideIn;
    animation-name: slideIn;
}


@media screen and (min-width:769px) {
    .dropend:hover>.dropdown-menu {
        position: absolute;
        top: 0;
        left: 100%;
    }

    .dropend .dropdown-toggle {
        margin-left: .5em;
    }
}

/* NAVBAR-END */



/* FOOTER */
.footer-container {
    background: #0C2636;
    /* background: #b1f2a5; */
    /* background: rgb(78, 76, 76); */
    min-height: 320px;
}

.quick-links h6 a {
    text-decoration: none;
    /* color: black; */
    color: #FFFFFF;
}

.quick-links h5 {
    font-weight: 600;
}

.quick-links h5,
h6 {
    font-family: 'Montserrat', sans-serif;
}

.footer-icon a {
    text-decoration: none;
    /* color: black; */
    color: #FFFFFF;
}

/* FOOTER-END */


/* STICKY-SOCIAL-ICON  */
.icons {
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    position: fixed;
    z-index: 100;
}

.icons ul {
    width: 33px;
    /* background: #FC616C; */
    /* background: #0C2636; */
    background: #62BA46;
    border-radius: 25px 0px 0px 25px;
}

.icons ul li {
    list-style-type: none;
    padding: 8px 3px;
    margin-right: 25px;
}


/* STICKY-CHATS */
.chats {
    bottom: 0;
    right: 0.5%;
    transform: translateY(-50%);
    position: fixed;
    z-index: 100;
}

.chats ul {
    background: #FC616C;
    border-radius: 25px 25px 0px 0px;
}

.chats ul li {
    list-style-type: none;
    padding: 8px 3px;
    margin-right: 25px;
}

.chats ul li a {
    text-decoration: none;
}


.sticky-social-icon i:hover{
    color: #FC616C !important;
}
