@font-face {
    font-family: augie;
    src: url(../font/augie.ttf);
}
.mt-6 {
    margin-top: 60px;
}
.font-augie {
    font-family: augie;
}
.font-weight {
    font-weight: 700;
}
.sm-spacing {
    letter-spacing: -0.053em;
}
.ferst_color {
    background-color: magenta !important;
}
.text-gray{
    color: lightgray!important;
}
.ferst_text {
    color: magenta !important;
}

.second_color {
    background-color: blue;
}

.second_text {
    color: blue;
}

.btn-hover1:hover {
    background-color: #d81fd8 !important;
}

.btn-hover:hover {
    background-color: #4b4ba8;
}

.bg-unset {
    background-color: unset;
}

.right-0 {
    right: 0;
}

.left-0 {
    left: 0;
}

.bg-box {
    background-color: #f7f7f7 !important;
}

.z-index {
    z-index: 1;
}

.font-12 {
    font-size: 12px;
}

.font-15 {
    font-size: 15px;
}

.font-19 {
    font-size: 19px;
}
@media (min-width:450px) {
    .px-6 {
        padding-right: 8rem !important;
        padding-left: 8rem !important;
    }
}
#main {
    overflow: hidden;
}
.line_48 {
    line-height: 48px;
}
.line_28 {
    line-height: 28px;
}

@media screen and (max-width: 991.5px) {
    header .header-style-three .main-nav ul li {
        display: block !important;
    }
}

.custom-btn-archive {
    background: #efefef;
    padding: 8px 15px;
    border-radius: 5px;
    float: left;
}

.text-truncate-5
{
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}