html {
    scroll-behavior: smooth;
}
header {
    padding: 15px 0;
}
body {
    color: #595a5c;
}
.logo a {
    display: block;
}
.logo a img {
    height: 55px;
}
.r_btn a {
    display: inline-block;
    color: #595a5c;
    font-size: 20px;
    border: 1.5px solid #595a5c;
    padding: 2px 9px;
    border-radius: 4px;
}
.r_btn a:hover {
    background: #e8e9ed;
    transition: 0.3s ease all;
}
.mc {
    color: #BBD775;
}
.page_title {
    background: url(../images/Naslovnaslika4_Tribune.jpg);
    
    background-size: cover;
}
.page_title_layer {
    padding: 155px 0;
    background: rgb(0 0 0 / 32%);
}
.page_title h3 {
    color: white;
    text-align: center;
    margin: 0;
    font-size: 45px;
    text-transform: uppercase;
}
section.section {
    padding: 60px 0;
}

.title {

}
.title h2 {
    text-align: center;
    font-size: 38px;
    margin: 0;
}
.title hr {
    border-top: 4px solid #9fc63b;
    max-width: 60px;
}

.s_content ul li {
    font-size: 20px;
}


.s_content .row {
    margin: 0 -10px;
}
.s_content .col-lg-4 {
    padding: 0 10px;
}
.s_img img {
    width: 100%;

    padding: 10px 0;
}

.btn_cs {
    transition: 0.3s ease all;
    color: #595a5c;
    font-weight: 600;
    font-size: 20px;
    border: 1px solid #595a5c;
    padding: 5px 20px;
    display: inline-block;
}
.btn_cs:hover {
    background: #e8e9ed;
    transition: 0.3s ease all;
   color: #595a5c;
   text-decoration: none;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #9fc63b;
}
.s_row_pd .row {
    margin: 0 -7px;
}
.s_row_pd .row .col-6 {
    padding: 0 7px;
}

footer {
    background: #595A5C;
    padding: 15px;
}
footer p {
    margin: 0;
    text-align: center;
    font-weight: 600;
    color: white;
}

.simng2 img {
    max-width: 460px;
    display: block;
    margin: auto;
}

@media screen and (max-width: 767px) {
    .logo a img {
    height: 37px;
}
.r_btn a {
    font-size: 16px;
    padding: 4px 6px;
}
.page_title h3 {
    font-size: 38px;
}
.page_title_layer {
    padding: 90px 0;
}
.s_content {
    padding: 10px 0;
}
.s_content ul li {
    font-size: 17px;
}
.cta {
    text-align: center;
}
}