@font-face {
    font-family: "AvenirNextLTPro";
    src: url("/fonts/AvenirNextLTPro-Regular.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "AvenirNextLTPro";
    src: url("/fonts/AvenirNextLTPro-Bold.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "AvenirLTStd";
    src: url("/fonts/AvenirLTStd/AvenirLTStd-Black.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
}


:root {
    --bs-primary: #ffc10e;
}
body {
    font-family: "AvenirNextLTPro", sans-serif;
}



.social__icon a {
    color: var(--bs-primary);
    font-size: 2.5rem;
    margin: 0 5px;
}

#hero-text span {
    color: var(--bs-primary);
}

.hero-img {
    width: 3.5%;
    margin-left: 1rem;
    cursor: pointer;
}

#home {
    width: 100%;
    height: auto;
}

.qoute {
    font-size: 1rem;
    font-weight: 600;
}

#hero-text {
    text-transform: none;
    font-size: 7rem !important;
    line-height: 1.1em !important;
    margin-left: 1rem;
    font-weight: 700;
    letter-spacing: 1px;
}

.sec__title #hero-text{
    font-size: 5rem !important;
}



#hero-p {
    text-transform: none;
    width: 83%;
    text-align: none;
    /* padding-top: 1rem; */
    margin-left: 1rem;
    font-size: 1.25rem;
    line-height: 38.4px;
    text-align: justify;
}
.about__us #hero-p{
    margin-left: 0rem;
    width: 100%;
}
.txt-primary{
    color: var(--bs-primary) !important;
}
.team__member .t__info{

}
.client-box {
    width: 100%;
    height: 151px;
    background-color: #242424;
    display: block;
    margin: 0;
    border: 1px solid #ededed;
}
#hero-h6 {
    text-transform: none;
    color: #ffc10e;
    margin-left: 1rem;
    font-size: 1.625rem;
    margin-top: 20px;
    margin-bottom: 14px !important;
    /* font-weight: 100; */
}

.btn__contact a{
    background: #c4161c;
    width: 149px;
    height: 58px;
    padding-top: 13px;
    font-size: 1.3rem;
}

@media screen and (max-width: 500px) {
    #hero-text {
        text-transform: none;
        font-size: 4rem !important;
        letter-spacing: normal;
        line-height: normal;
    }

    #hero-p {
        width: 95% !important;
    }

    .hero-img {
        width: 4.5% !important;
    }
}

@media (min-width: 500px) and (max-width: 768px) {
    #hero-text {
        text-transform: none;
        font-size: 4rem !important;
        letter-spacing: normal;
        line-height: normal;
    }

    #hero-p {
        width: 100% !important;
    }

    .hero-img {
        width: 4.5% !important;
    }
}