/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


.bg-color, .bg-color #header-wrap {
    background-color: #ea0606 !important;
}

.top-links-item > a {
    text-transform: none;
    color: #fff !important;
    font-size: 15px;
    font-weight: 600;
    padding: 18px 24px;
}
.menu-item:hover > .menu-link, .menu-item.current > .menu-link {
    color: #008bff;
}
.color {
    color: #008bff !important;
}
.fbox-icon i, .fbox-icon img {
    border-radius: 50%;
    background-color: #008bff;
}
#footer {
    position: relative;
    background-color: #0622ea;
    border-top: 5px solid rgba(0,0,0,0.2);
    color: #ffffff;
}
.content-wrap {
    position: relative;
    padding: 0 0;
    overflow: hidden;
}
.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 0rem !important;
}

#copyrights {
    padding: 20px 0;
    background-color: #DDD;
    font-size: 0.875rem;
    line-height: 1.8;
}

.si-light {
    background-color: rgba(0,0,0,0.05);
    color: #fff !important;
    border-color: transparent;
}

.top-links-item > a {
    text-transform: none;
    color: #fff !important;
    font-size: 15px;
    font-weight: 600;
    padding: 11px 24px;
}

.dark .fbox-content p {
    color: #fbfbfb;
}

.fbox-content p {
    margin-top: 0.5rem;
    margin-bottom: 0px;
    color: #fff;
}


.whatsapp-button{
    position: fixed;
    bottom: 285px;
    right: 15px;
    z-index: 99;
    background-color: #65BC54;
    border-radius: 50px;
    color: #ffffff;
    text-decoration: none;
    width: 50px;
    height: 50px;
    font-size: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -webkit-box-shadow: 0px 0px 25px -6px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 25px -6px rgba(0,0,0,1);
    box-shadow: 0px 0px 25px -6px rgba(0,0,0,1);
    animation: effect 5s infinite ease-in;
}

.phone-button{
    position: fixed;
    bottom: 225px;
    right: 15px;
    z-index: 99;
    background-color: #ff0000;
    border-radius: 50px;
    color: #ffffff;
    text-decoration: none;
    width: 50px;
    height: 50px;
    font-size: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -webkit-box-shadow: 0px 0px 25px -6px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 25px -6px rgba(0,0,0,1);
    box-shadow: 0px 0px 25px -6px rgba(0,0,0,1);
    animation: effect 5s infinite ease-in;
}