body {
    font-family: 'Rubik', sans-serif;
}

h1,
h2,
h3,
h4 {
    color: #CF3435;
}

.brand-logo img {
    width: 235px;
}

.brand-header {
    background-color: #fff !important;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 12%);
    padding: 0px 0px 0px 0px;
}

.brand-nav-icon a {
    color: #151f2b !important;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
}

.navbar-dark .navbar-toggler {
    color: #000;
    border-color: #000;
}

.navbar-dark .navbar-toggler-icon {
    background: url(../images/collapse-icon.svg) top center no-repeat;
    color: red;
}

.top-header-number a::before {
    content: 'Local Agents Available!';
    position: absolute;
    color: #2e2e2e;
    bottom: -14px;
    font-size: 9px;
    right: 0;
    width: 100%;
    text-align: center;
}

.top-header-number {
    display: flex;
    align-items: center;
}

.top-header-number a {
    padding: 7px 15px;
    color: #fff !important;
    font-weight: 600;
    letter-spacing: 1px;
    border: 1px solid #CF3435;
    margin-left: 10px;
    background-color: #CF3435;
    position: relative;
    border-radius: 6px;
    text-decoration: none;
}

.header_container {
    padding-top: 70px;
    background-color: #f9fafc;
    padding-left: 15px;
    padding-right: 15px;
}

.header_wrap {
    padding-top: 120px;
}

.header_wrap {
    height: 100%;
    max-width: 1600px;
    margin: auto;
}

.header_h1_wrap h1 {
    text-align: center;
    font-size: 44px;
    line-height: 1.1;
    margin-bottom: 25px;
    font-weight: 700;
    letter-spacing: -1px;
}

.header_h1_sub_wrap p {
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.3;
    color: #575756;
    margin-bottom: 30px;
}

.header_call_btn_wrap {
    display: flex;
}

.header_call_btn_wrap a {
    display: inline-block;
    margin: auto;
    text-align: center;
    background-color: #CF3435;
    color: #fff;
    padding: 15px 25px;
    border-radius: 7px;
    font-size: 17px;
    margin-bottom: 40px;
    text-decoration: none;
}

.header_serv_flex_container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.header_serv_fi {
    width: 23%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    border-radius: 9px;
    background-color: #fff;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.header_serv_fi_img_wrap {
    background-color: #fff;
    border-radius: 50%;
    padding: 10px;
    position: relative;
    width: 60px;
    height: 60px;
    border: 1px solid #eee;
    margin-bottom: 10px;
    z-index: 5;
}

.header_serv_fi_img_wrap img {
    width: 60%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    background-color: #fff;
}

.header_serv_fi::after {
    content: '';
    background-color: #000000;
    width: 200%;
    height: 200%;
    position: absolute;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -101%);
    opacity: 0.1;
    z-index: -1;
}

.header_serv_fi_text_wrap p {
    color: #233246;
}

.header_final_text p {
    font-family: 'Open Sans', sans-serif;
    color: #233246;
    text-align: justify;
    line-height: 1.4;
    padding-bottom: 35px;
}

.main_h2_wrap h2 {
    color: #233246;
    text-align: center;
    font-size: 25px;
    margin-bottom: 25px;
    line-height: 1.2;
}

.main_container {
    padding: 45px 15px;
}

.main_logo_flex_container {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 25px;
}

.main_logo_flex_item {
    width: 31%;
    margin: 1.16%;
    opacity: 1;
    transition: 350ms ease;
}

.main_logo_img_wrap img {
    width: 80%;
    height: auto;
    display: block;
    margin: auto;
}

.main_logo_show_more_container {
    display: flex;
    justify-content: center;
}

.main_logo_show_more_wrap p {
    text-align: center;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    color: #CF3435;
    border: 1px solid #CF3435;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 9px;
    font-size: 14px;
    line-height: 18px;
    cursor: pointer;
}

.last_text_p_wrap p {
    color: #233246;
    font-family: 'Open Sans', sans-serif;
    text-align: justify;
    line-height: 1.6;
    font-size: 400;
    margin-bottom: 35px;
}

.last_text_a_wrap {
    display: flex;
    justify-content: center;
}

.last_text_a_wrap a {
    display: inline-block;
    text-align: center;
    background-color: #2196F3;
    color: #CF3435;
    padding: 15px 25px;
    border-radius: 7px;
    font-size: 17px;
    border: 1px solid #CF3435;
    background-color: rgba(255, 255, 255, 0.1);
    text-decoration: none;
}

.last_text_container {
    padding: 45px 15px;
    background-color: #f2f2f2;
}

.footer-bottom {
    background-color: #233246;
}

.footer__links a {
    color: #fff !important;
    font-family: 'Open Sans', sans-serif;
}

.footer__links ul li {
    list-style-type: none;
    display: inline-block;
}

.copyright-title {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
}


@media screen and (max-width: 991px) {
    .top-header-number a {
        margin-left: 0px;
    }
    .footer__links ul li {
        display: inline-block;
    }
    .footer__links ul li a {
        padding: 0px 3px 0px 3px;
    }
    .copyright-title {
        border-top: 1px solid #395272;
    }
    .navbar-dark .navbar-toggler {
        display: none !important;
    }
}

@media screen and (max-width: 768px) {
    .brand-logo img {
        width: 115px;
    }
    .navbar-brand {
        margin-right: 0px;
    }
    .navbar-dark .navbar-toggler {
        display: none;
    }
    .top-header-number a {
        padding: 5px 10px;
    }
    .header_wrap {
        padding-top: 70px;
    }
    .header_h1_wrap h1 {
        font-size: 37px;
    }
}

@media only screen and (max-width: 376px) {
    .header_h1_wrap h1 {
        font-size: 37px;
    }
}


#showMoreLogos {
    margin-bottom: 0px;
    display: none;
}


.animateme {
    display: flex!important;
    animation: animate 550ms linear;
}