.w-100{
    width: 100%;
}
.text-center{
    text-align: center;
}

.ourvalues-text-item {
    font-size: 1.5em;
    line-height: 1.2em;
}

.mt-12 {
    margin-top: 12px;
}

@font-face {
    font-family: fontku;
    src: url(../fonts/horizon.otf) format("opentype");
}
.font-horizon{
    font-family: fontku !important;
}

@media (min-width: 1px) {
    .text-ssm-center{
        text-align:center;
    }

    .mb-40{
        margin-bottom: 40px !important;
    }
}

@media (min-width: 576px) {
    .text-center{
        text-align:center;
    }

    .mb-sm-40{
        margin-bottom: 40px !important;
    }

    .mt-sm-2{
        margin-top: 2px !important;
    }

    .w-sm-fitcontent{
        width: fit-content !important;
    }
}

@media (min-width: 768px) { 
    .w-md-fitcontent {
        width: fit-content !important;
    }

    .text-md-center{
        text-align: center !important;
    }

    .text-md-left{
        text-align: left !important;
    }


}

@media (min-width: 992px) {
    .text-lg-center{
        text-align: center !important;
    }

}

@media (min-width: 1200px) { 
    .text-xl-center{
        text-align: center !important;
    }

}

.input-style {
    border: 1px solid #ffa800;
    border-radius: 5px;
}

.pr-0{
    padding-right: 0px !important;
}