.volkhov-regular {
     font-family: "Volkhov", serif;
     font-weight: 400;
     font-style: normal;
}

.volkhov-bold {
     font-family: "Volkhov", serif;
     font-weight: 700;
     font-style: normal;
}

.volkhov-regular-italic {
     font-family: "Volkhov", serif;
     font-weight: 400;
     font-style: italic;
}

.volkhov-bold-italic {
     font-family: "Volkhov", serif;
     font-weight: 700;
     font-style: italic;
}



.titull1bg {
     background-color: #970202;

}

.contentTitF1 {
     padding: 2rem;
}

.titull1 {
     color: #FFF;
     overflow: visible;
     word-break: break-word;
     overflow-wrap: break-word;
     margin-bottom: 33px;
}

.NentitullF1 {
     color: #DDD;
}


.fushat {
     font-size: 50px;
}

.publikim img {
     border: 1px solid #999;
}


.testimonials-viti {
     color: #970202 !important;

}


@media (min-width: 576px) {
     .titull1 {
          font-size: 33px;
          line-height: 42px;
     }

}

@media (min-width: 768px) {
     .titull1 {
          font-size: 20px;
          line-height: 28px;
     }
}

@media (min-width: 992px) {
     .titull1 {
          font-size: 32px;
          line-height: 40px;
     }
}

@media (min-width: 1200px) {
     .titull1 {
          font-size: 32px;
          line-height: 48px;
     }
}


.page-header {
     background-color: var(--primary-300);
     margin: 0 0 35px 0;
     padding: 30px 0;
     position: relative;
     text-align: left;
}

section.page-header .page-header-title-border {
     background-color: var(--dark) !important;
}

.nav-link,
.nav-link:hover,
.nav-link a:focus {
     color: var(--light);
}