h1, h2, h3, h4, h5, h6, a, p, li, span {
    /* font-family: "jost", sans-serif !important; */
    font-family: "Poppins", sans-serif !important;
}
#hero p {
    color: #ffffff;
    margin-bottom: 50px;
    font-size: 15px;
    line-height: 20px;
    margin-top: 15px;
}

.navbar a.web-none, .navbar a.web-none:focus {
    display: none;
}

#hero {
    background-image: linear-gradient(to right, #ac1c93 , #4250da);
}

#header {
    padding: 3px 0;
    background-color: #ffffff;
    box-shadow: 4px 0 5px #dcdcdc;
}

#header.header-scrolled, #header.header-inner-pages {
    /* background-image: linear-gradient(to right, #ac1c93 , #4250da);
    opacity: 0.9; */
    background-color: #ffffff;
}

#footer {
    background-image: linear-gradient(to right, #ac1c93 , #4250da);
}


.about .col-md-6 {
    margin-top: 50px;
}

.card.about-card {
    border: none;
    border-radius: 10px;
    height: 100%;
    box-shadow: 0 0 10px #091f3a29;
    border-top: 3px solid #f68f21;;
}

.card.about-card .card-body {
    padding: 50px 30px;
}

.card.about-card img {
    max-width: 100px;
    max-height: 70px;
    margin: 30px 0;
}

.section-title h2::after {
    background: #f68f21;
}

.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
    color: #f68f21;
}

.contact .info {
    border-top: 3px solid #f68f21;
    border-bottom: 3px solid #f68f21;
}

.contact .info i {
    color: #f68f21;
    background: #f68f211a;
}

.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
    background: #f68f21;
    color: #ffffff;
}

.back-to-top {
    background: #f68f21;
}

.back-to-top:hover {
    background: #fcb63b;
}

#footer .footer-top .social-links a {
    background: #f68f21;
}

#footer .footer-top .social-links a:hover {
    background: #fcb63b;
}

.section-title h2,
#footer .footer-top h4,
#footer .footer-top .footer-contact h3 {
    /* color: #42bd9c; */
    color: #f68f21;
}

.section-title.text-left {
    text-align: left;
}
.section-title.text-left h2::before {
    left: 0;
}

.section-title.text-left h2::after {
    left: 40px;
}

#footer .footer-top .footer-links ul i {
    color: #f68f21;
}

#footer .footer-top .footer-links ul a:hover {
    color: #fcb63b;
}

@media (max-width: 991px) {
    .contact .info {
        margin-bottom: 30px;
    }

    .navbar a.web-none, .navbar a.web-none:focus {
        display: flex;
    }
}


@media(max-width: 768px) {
    #hero p {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 30px;
    }

    .contact .info {
        margin-bottom: 20px;
    }

    .about .col-md-6 {
        margin-top: 30px;
    }

    #header .logo img {
        max-height: 60px;
    }
}

@media(max-width: 575px) {
    .section-title h2 {
        text-align: center;
    }

    .section-title.text-left h2::before {
        left: calc(50% - 60px);
    }

    .section-title.text-left h2::after {
        left: calc(50% - 20px);
    }
}