body {
    margin: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.7;
    color: #333;
}

.navik-menu ul ul li > a {
    font-style: normal;
}

.text-gray{
color: #818181;
}
 
.logo img {
    max-width: 95%;
}

.burger-menu {
    top: 20px;
}


@media (max-width: 592px) {

.bg-white-50 {
	background-color: rgba(255,255,255,0.5) !important;
}

}

.bg-white-70 {
	background-color: rgba(255,255,255,0.7) !important;
}


.bg-pai {
    background-color: #ab0c0c !important;
}

.btn-wood {
    color: #ab0c0c;
    background: #e5dee1 url('../../assets/img/btn-wood.jpg') left;
	box-shadow: 0 12px 35px -10px rgb(171 12 12 / 55%), 0 8px 10px -5px rgb(0 0 0 / 9%), 0 4px 25px -2px rgb(0 0 0 / 14%);
}

.btn-wood:hover {
 color: #ab0c0c; 
}

.navik-header .logo img {
    width: 246px;
}

.bg-image2 {
    background-repeat: no-repeat;
    background-position: top center;
	background-size: unset;
} 

@media (min-width: 1280px){
.page-header-block-height {
    min-height: 350px !important;
}}
@media (min-width: 768px){
.page-header-block-height {
    min-height: 350px !important;
}}
.page-header-block-height {
    min-height: 350px !important;
}

.main-content {
    padding: 20px 0;
	font-size: 1em;
}

.main-content .bg-image-t {
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: unset;
	min-height: 900px;
} 

.circle-progress-inner .p2 {
    bottom: 49%;
    font-size: 4rem;
    font-weight: 800;
    line-height: 1em;
}

.table {
    color: #111;
    font-weight: 600;
}

@media (min-width: 1280px){
.header-transparent-on .navik-menu > ul > li > a, .header-opacity-on .navik-menu > ul > li > a {
    color: #fff;
    text-shadow: 0px 0px 5px rgb(0 0 0 / 50%);
}
}

@media (max-width: 1280px){
.navik-header .logo img {
    width: 146px;
}
}

.nm_post_image img{
	max-width: 100%;
}