.body{
	overflow: hidden;
}
.button,
.FontSpace *{
	font-family: Oswald, sans-serif !important;
}
p{
	margin-bottom: 0px;
}
.nopadding_bottom{
	padding-bottom: 0px !important;
}
.imgautowidth img{
	margin: 0 auto;
	display: table;
	width: auto;
}
.imgLeftauto img{
	width: auto;
}
.imgLeftauto .box-image{
	margin-left: 0px;
}
.imgcenter{
	margin: 0 auto;
	display: table;
}
#header .header-wrapper.stuck{
	background-color: #fff;
    box-shadow: none;
}
#header{
	position: fixed;
	z-index: 999;
}
.header-main #logo img{
	margin-top: 3px;
	max-height: 55px;
    padding: 5px;
    border-radius: 10px;
    background-color: hsl(0deg 0% 100% / 81%);
}
#header .header-wrapper.stuck .header-main{
	border-radius: 0;
	max-width: 100%;
	background-color: #fff;
    padding-bottom: 10px;
    border-bottom: 1px solid #f1f1f1;
}
#header .stuck #logo img {
    max-height: 50px !important;
    padding: 0;
    background-color: transparent;
}
#header .header-main .header-inner{
	max-width: 1700px !important;
}
#header a.button{
    border-radius: 99px;
    height: 48px;
    line-height: 48px;
    min-height: 48px;
}
#header a.button i{
    top: -2px;
    position: relative;
}
#header a.button span:after{
	display: none;
}
#header a.button span{
	height: 35px;
    display: inline-flex;
    padding: 0px;
    position: relative;
    top: 0px;
    font-family: Oswald, sans-serif;
    font-size: 18px;
}
#header-contact li a{
	color: #7c0025;
    font-size: 20px;
    font-family: Oswald, sans-serif;
}
#header-contact li a i{
	font-size: 16px;
    width: 38px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    color: #7c0025;
    border-radius: 50%;
}
.header-wrapper.stuck #header-contact li a{
	color: #7c0025;
}
.header-wrapper.stuck #header-contact li a i{
	background-color: #7c0025;
    color: #fff;
}
.header-nav-main li ul.sub-menu {
    background-color: #7c0025;
    min-width: 300px;
}
.nav-dropdown-default {
    padding: 0;
    border: none !important;
}
.nav-dropdown-has-arrow.nav-dropdown-has-border li.has-dropdown:before,
.nav-dropdown-has-arrow.nav-dropdown-has-border li.has-dropdown:after{
    display: none;
}

.header-main .header-nav-main li ul.sub-menu li a{
    font-size: 16px;
    color: #fff;
    transition: all .5s;
    border-bottom: 1px solid #83052a;
}
.header-main .header-nav-main li ul.sub-menu li a:hover{
    padding-left: 10px;
    transition: all .5s;
}
.header-main .header-nav-main > li > ul..sub-menu > li{
    width: 100%;
    position: relative;
    display: table;
}
.header-main .header-nav-main > li ul.sub-menu li.menu-item-has-children a,
.header-main .header-nav-main > li ul.sub-menu li.active a{
    text-transform: unset;
    font-weight: normal;
    font-size: 14px;
    color: #ffff00;
}
.header-main .header-nav-main > li ul.sub-menu li.menu-item-has-children a{
    color: #fff;
}
.header-main .header-nav-main > li ul.sub-menu li ul{
    border: 1px solid #ffffff52 !important;
    margin-top: -40px;
    box-shadow: 2px 2px 5px #828282;
    display: none;
    position: absolute;
    left: 100%;
    z-index: 9;
    background-color: #0076be;
    min-width: 300px;
}
.header-main .header-nav-main > li ul.sub-menu li:hover > ul{
    display: block !important;
}
.header-main .header-nav-main > li ul.sub-menu li.active>ul.sub-menu{
    display: none !important;
}
#header .header-main .header-nav-main > li ul.sub-menu li.active:hover > ul.sub-menu{
    display: block !important;
}
.header-nav-main > li > ul.sub-menu li.menu-item-has-children > a:hover:after {
    transform: rotate(45deg);
    transition: all .3s;
}
.header-nav-main > li > ul.sub-menu li.menu-item-has-children > a:after {
    content: "";
    position: absolute;
    top: 15px;
    right: 3px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(135deg);
    transition: all .3s;
}
/*.header-wrapper.stuck .header-main .header-nav-main > li > a{*/
/*    padding: 7px 5px;*/
/*}*/
.absolute-footer{
	display: none;
}
.breadcrumd_core{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
    overflow: hidden;
}
.col12BreadCrumd{
	height: 380px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.breadcrumd_core:after{
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgb(0 0 0 / 69%);
    width: 100%;
    height: 100%;
    z-index: 1;
}
.rowbread_core{
	position: relative;
	z-index: 2;
}
.tit_archive_core h3{
	text-transform: uppercase;
    color: #fff;
    font-size: 40px;
    margin: 0;
}
.tit_archive_core h3 a{
	color: #fff;
}
.rank-math-breadcrumb p{
	overflow: hidden;
    display: -webkit-inline-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    margin-bottom: 0px;
}
.rank-math-breadcrumb p,
.rank-math-breadcrumb p a{
	color: #fff;
	font-size: 14px;
}
.rank-math-breadcrumb p a{
	color: #f84f80;
}
.PopupStyle{
	border-radius: 20px;
}
.imgPopupDktv .img-inner,
.imgPopupDktv .img-inner img{
	height: 100%;
	object-fit: cover;
}
.DevmdPopupDknt{
	width: 100%;
}
.NdPopupDktv .box-text{
	text-shadow: none !important;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*.NdPopupDktv .box-text{*/
/*    overflow: auto;*/
/*}*/
.NdPopupDktv .box-text .box-text-inner{
	width: 100%;
}
.popup-overlay {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}
.popup-content {
    background: #fff;
    padding: 0px;
    border-radius: 5px;
    overflow: hidden;
    max-width: 650px;
    text-align: center;
    position: relative;
    animation: fadeIn 0.3s ease;
    width: 100%;
}
.popup-content h2 { margin-bottom: 10px; }
.popup-content input { width: 80%; padding: 8px; margin-bottom: 10px; }
.popup-content button { padding: 8px 16px; cursor: pointer; background: #0073aa; color: white; border: none; border-radius: 5px; }
.popup-close {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 22px;
    cursor: pointer;
    color: #000;
    font-size: 38px;
    background-color: #ececec;
    z-index: 222;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 27px;
    border-radius: 50%;
}
@keyframes fadeIn { from { opacity: 0; transform: scale(0.95);} to { opacity: 1; transform: scale(1);} }
.popup-close span{
	position: relative;
	top: -1px;
	color: #7c0025;
}
.NdPopupDktv .wpcf7-form .wpcf7-email,
.NdPopupDktv .wpcf7-form select,
.NdPopupDktv .wpcf7-form input{
	width: 100%;
    height: 35px;
    margin-bottom: 5px;
    background-color: #fcfcfc;
    border-color: #e7e7e7;
}
.NdPopupDktv .wpcf7-form .wpcf7-submit{
	width: 100%;
    border-radius: 5px;
    height: 40px;
    background-color: #7c0025;
    line-height: 26px;
}
.NdPopupDktv .wpcf7-form{
	margin-bottom: 0px;
}
.wpcf7-spinner{
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.col12BreadCrumd > .col-inner{
	padding-top: 20px;
}
.textCtPopup ul li{
    margin-bottom: 0px;
    font-size: 12px;
}

@media only screen and (min-width: 950px){
	.header-main .flex-col:nth-child(3){
		width: 40%;
	}
	.header-main .flex-col:nth-child(4){
		width: 30%;
	}
	.header-main #logo{
		width: 30%;
		margin-right: 0px;
	}
	.header-main .flex-col:nth-child(3) .header-nav-main.header-nav{
		justify-content: center;
		background-color: #7c0025;
		border-radius: 0 0 20px 20px;
	}
	.header-main .flex-col:nth-child(3) .header-nav.header-nav-main:before,
	.header-main .flex-col:nth-child(3) .header-nav.header-nav-main:after{
		content: "";
        position: absolute;
        background-color: transparent;
        height: 40px;
        width: 20px;
        top: 0;
        box-shadow: 0 -20px 0 0 #7c0025;
	}
	.header-main .flex-col:nth-child(3) .header-nav.header-nav-main:before{
		right: 100%;
        border-top-right-radius: 20px;
	}
	.header-main .flex-col:nth-child(3) .header-nav.header-nav-main:after{
		left: 100%;
        border-top-left-radius: 20px;
	}
	.header-wrapper .header-main{
		border-top: 20px solid #7c0025;
		max-width: 96%;
	    margin: 0 auto;
	    border-radius: 30px 30px 0px 0px;
	}
	.slideHomes{
		max-width: 96%;
    	margin: 0 auto;
    	border-radius: 30px;
    	overflow: hidden;
	}
	.breadcrumd_core{
		max-width: 96%;
    	margin: 0 auto;
    	border-radius: 30px;
	}
}
