body {
    /* font-family: 'Merriweather', serif; */
    color: #333
}

a {
    color: #ae0318
}

a:hover {
    color: #bd3342;
    text-decoration: none
}
.text-cpred{
    color: #ae0318 !important;
}
.ep-red{
    background-color: #ae0318;
    color: #fff !important;
    display: inline-block !important;
    margin: 5px;
}
.bg-red{
    background-color: #f9edef;
    color: #fff !important;
}
.text-black{
    color: #161616 !important;
}
.text-red{
    color: #ae0318 !important;
}
.btn-red {
    border-radius: 5px;
    background-color: #ae0318;
    /* font-size: 20px;
    line-height: 32px;
    font-weight: 800; */
    text-align: center;
    color: #fff
}

.btn-red-las {
    border-radius: 5px;
    background-color: #ae0318;
    /* font-size: 34px; */
    /* line-height: 35px; */
    /* font-weight: 500; */
    text-align: center;
    color: #fff;
    padding: 23px 35px 23px 35px;
}

.btn-white {
    /* font-size: 20px; */
    line-height: 32px;
    /* font-weight: 800 */
}

.btn-red:hover {
    background-color: #bd3342;
    color: #fff
}

p {
    /* font-size: 20px; */
    color: #161616;
    /* line-height: 30px */
}

@media screen and (max-width:768px) {
    [data-aos-delay] {
        transition-delay: 0 !important
    }

    /* p {
        font-size: 16px;
        line-height: 24px
    } */

    /* .btn-red {
        font-size: 18px;
        line-height: 28px
    } */
}

.banner {
    width: 100%;
    background: #fafafa;
    border-bottom: 2px solid #eee
}

.banner h1 {
    margin: 0 0 10px 0;
    /* font-size: 36px;
    font-weight: 600;
    line-height: 44px; */
    color: #333
}

.banner h2 {
    color: #161616;
    margin-bottom: 30px;
    /* font-size: 25px;
    line-height: 35px;
    font-weight: 400 */
}

.banner .animated {
    animation: up-down 2s ease-in-out infinite alternate-reverse both
}

@media (max-width:991px) {
    .banner .animated {
        -webkit-animation: none;
        animation: none
    }

    .banner .hero-img {
        text-align: center
    }

    .banner .hero-img img {
        width: 50%
    }
}

@media (max-width:768px) {
    /* .banner h1 {
        font-size: 28px;
        line-height: 36px
    } */

    /* .banner h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px
    } */

    .banner .hero-img img {
        width: 70%
    }
}

@media (max-width:575px) {
    .btn-red-las {
        /* font-size: 21px; */
        padding: 10px 5px 10px 5px;
    }
    .banner .hero-img img {
        width: 80%
    }

    section:not(.dark-bg) {
        padding: 50px 0 !important
    }
}

@-webkit-keyframes up-down {
    0% {
        transform: translateY(10px)
    }

    100% {
        transform: translateY(-10px)
    }
}

@keyframes up-down {
    0% {
        transform: translateY(10px)
    }

    100% {
        transform: translateY(-10px)
    }
}

/* section:not(.dark-bg) {
    padding: 75px 0
} */

.section-bg {
    background-color: #f8f8f8
}

.section-title {
    text-align: center;
    padding-bottom: 30px
}

.section-title h3 {
    margin-bottom: 15px;
    position: relative;
    /* font-size: 36px;
    font-weight: 600;
    line-height: 44px; */
    color: #333;
    padding-bottom: 15px
}

.section-title h3::after {
    content: '';
    position: absolute;
    display: block;
    width: 60px;
    height: 2px;
    background: #ae0318;
    bottom: 0;
    left: calc(50% - 30px)
}

@media (max-width:768px) {
    section {
        padding: 40px 0
    }

    .section-title h3 {
        /* font-size: 26px;
        line-height: 36px; */
        padding-bottom: 10px
    }
}

.about {
    position: relative
}

.about h3 {
    /* font-weight: 600;
    font-size: 34px; */
    color: #333
}

.about h4 {
    /* font-size: 20px;
    font-weight: 700; */
    margin-top: 5px;
    color: #333
}

.about i {
    /* font-size: 48px; */
    margin-top: 15px;
    color: #ae0318
}

@media (max-width:991px) {
    .about .about-img img {
        max-width: 70%
    }
}

@media (max-width:767px) {
    .about .about-img img {
        max-width: 90%
    }

    .about h3 {
        font-size: 28px
    }

    .about iframe {
        margin-bottom: 20px
    }

    .solutions .btn-red {
        margin-bottom: 20px
    }
}

.services .icon-box {
    padding: 30px;
    position: relative;
    overflow: hidden;
    margin: 0 0 40px 0;
    background: #fff;
    box-shadow: 0 10px 29px 0 rgba(68, 88, 144, .1);
    transition: all .3s ease-in-out;
    border-radius: 15px;
    text-align: center;
    border-bottom: 3px solid #fff
}

.services .icon-box:hover {
    transform: translateY(-5px);
    border-color: #bd3342
}

.services .icon i {
    /* font-size: 60px; */
    line-height: 1;
    margin-bottom: 15px;
    color: #bd3342
}

.services .title {
    /* font-weight: 500; */
    margin-bottom: 15px;
    /* font-size: 20px; */
    color: #333;
    /* line-height: 26px */
}

.services .title a {
    color: #111
}

.icon-box img {
    width: 100%;
    object-fit: contain
}

.faq .faq-list {
    padding: 0;
    list-style: none
}

.faq .faq-list li {
    padding: 0 0 20px 25px
}

.faq .faq-list a {
    display: block;
    position: relative;
    /* font-family: #ae0318;
    font-size: 18px;
    font-weight: 600; */
    color: #ae0318
}

.faq .faq-list i {
    /* font-size: 16px; */
    position: absolute;
    left: -25px;
    top: 6px
}

.faq .faq-list p {
    padding-top: 5px;
    margin-bottom: 20px;
    /* font-size: 16px */
}

.faq .faq-list a.collapse {
    color: #ae0318
}

.faq .faq-list a.collapsed {
    color: #343a40
}

.faq .faq-list a.collapsed:hover {
    color: #ae0318
}

.faq .faq-list a.collapsed i::before {
    content: "\f078" !important
}

.contact .php-email-form {
    width: 100%;
    border-top: 3px solid #ae0318;
    border-bottom: 3px solid #ae0318;
    padding: 30px;
    background: #fff;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, .12)
}

.contact .php-email-form .form-group {
    padding-bottom: 8px
}

.contact .php-email-form .validate {
    display: none;
    color: red;
    margin: 0;
    /* font-weight: 400;
    font-size: 13px */
}

.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600
}

.contact .php-email-form .error-message br+br {
    margin-top: 25px
}

.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    /* font-weight: 600 */
}

.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px
}

.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite
}

.contact .php-email-form input,
.contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    /* font-size: 14px */
}

/* .contact .php-email-form input[type=submit] {
    font-size: 20px
} */

.contact .php-email-form input,
.contact .php-email-form select {
    height: 44px
}

.contact .php-email-form textarea {
    padding: 10px 12px
}

.contact .php-email-form button[type=submit] {
    background: #ae0318;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: .4s;
    border-radius: 4px
}

.contact .php-email-form button[type=submit]:hover {
    background: #bd3342
}

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}