body {
    font-family: "Roboto", sans-serif !important;
}

P {
    color: #000;
    font-size: 18px;
}

.bg-light {
    background-color: #dfdafd !important;
}

.w-100 {
    width: 100%;
}

.pd-0 {
    padding: 0 !important;
}

/* whatsapp icon */

.floating_btn {
    position: fixed;
    bottom: 70px;
    right: 0px;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

@keyframes pulsing {
    to {
        box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
}

.contact_icon {
    background-color: #42db87;
    color: #fff;
    width: 60px;
    height: 60px;
    font-size: 30px;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translatey(0px);
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 0 0 #42db87;
    -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    font-weight: normal;
    font-family: sans-serif;
    text-decoration: none !important;
    transition: all 300ms ease-in-out;
}

.text_icon {
    margin-top: 8px;
    color: #707070;
    font-size: 13px;
}

/* whatsapp icon */

/* blockquote */

.quote {
    --c-text: #f1f1f1;
    --c-quotes: #a5a5a5;
    --c-author: #c4c4c4;
    display: flex;
    flex-direction: column;
    font-size: 24px;
    text-align: center;
    align-items: center;
}

.quote__text {
    position: relative;
    display: block;
    padding: 2em 0;
    min-width: 240px;
    max-width: 600px;
    line-height: 1.5;
    color: #000;
    font-weight: bold;
}

.quote__text::before,
.quote__text::after {
    position: absolute;
    font-size: 3em;
    line-height: 1;
    color: #000;
}

.quote__text::before {
    content: open-quote;
    top: 0;
    left: 0;
}

.quote__text::after {
    content: close-quote;
    right: 0;
    bottom: -0.5em;
}

/* blockquote */

.mt-0 {
    margin-top: 0;
}

.mb-0 {
    margin-bottom: 0;
}

.mr-5 {
    margin-right: 5px;
}

.navbar-light .navbar-nav .nav-link {
    color: #CC0606;
}

.nav-bar {
    background: #fff;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: #2a1a7d !important;
}

.display-5 {
    font-size: 2rem;
    font-family: "Roboto", serif !important;
    font-weight: bold !important;
}

.display-1 {
    font-family: "Roboto", serif !important;
    font-weight: bold !important;
}

.color-000 {
    color: #000;
}

.color-fff {
    color: #fff;
}

.btn-primary {
    color: #fff;
    background-color: #CC0606;
    border: 1px solid #CC0606 !important;
}

.btn.btn-primary:hover {
    color: #CC0606 !important;
    background-color: #fff !important;
}

/* floating icon */

.floating_download .fl-fl {
    background: #CC0606;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 4px;
    width: 190px;
    position: fixed;
    right: -150px;
    z-index: 1000;
    font: normal normal 10px Arial;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.floating_download .fa {
    font-size: 20px;
    color: #fff;
    padding: 10px 0;
    width: 40px;
    margin-left: 8px;
}

.floating_download .fl-fl:hover {
    right: 0;
}

.floating_download .fl-fl a {
    color: #fff !important;
    text-decoration: none;
    text-align: center;
    line-height: 43px !important;
    vertical-align: top !important;
    font-size: 12px;
}

.floating_download .float-fb {
    top: 360px;
}

/* //floating icon */

.color-CC0606 {
    color: #CC0606;
}

.navbar-collapse p a:hover {
    color: #2a1a7d !important;
}

.btn-primary:active,
.btn-primary:focus {
    color: #fff;
    background-color: #CC0606;
    box-shadow: 0 0 0 .25rem rgba(204, 6, 6, 0.4) !important;
}

.text-justify {
    text-align: justify;
}

.ff_playball p {
    font-family: 'Playball', cursive !important;
    color: #fff !important;
}

.ff_playball .bg-primary {
    background-color: #CC0606 !important;
}

.ff_playball h1 {
    color: #fff !important;
}

.service .service-item {
    border: 1px solid #dfdafd;
}

.service-content::after {
    background: #fff;
}

.service-item:hover .service-content-icon p {
    color: #CC0606;
    font-weight: 600;
}

.service-item:hover .service-content-icon h4 {
    color: #000;
    font-weight: 600;
}

.border-primary {
    border-color: #CC0606 !important;
}

.form-control{
    color: #000;
}

.form-select{
    color: #000;
}

.form-control::placeholder {
    color: #000;
}

.form-control:focus {
    color: #000;
}

.bg-grad{
    background: linear-gradient(355deg, #CC0606, #2a1a7d);
}

.bg-grad .display-1{
    color: #fff;
}

.contact_address p a:hover{
    color: #CC0606 !important;
}

.contact_icons .text-primary{
    color: #CC0606 !important;
}

.menu_icon .text-primary{
    color: #CC0606 !important;
}

.menu .nav-item a.active {
    background:#CC0606 !important;
}

.menu .nav-item span {
    color: #CC0606;
}

.menu .nav-item a.active span{
    color:#fff !important;
}

.bg-332489{
    background: #332489;
}

.mr-0{
    margin: 0;
}

.error {
    color: red;
}