@import url("../plugins/wow/animate.css");
@import url("../plugins/swiper/swiper-bundle.min.css");
@import url("../plugins/font-awesome/icons.css");
@import url("../plugins/font-awesome/font-awesome-animation.min.css");
@import url("../plugins/bootstrap/bootstrap.min.css");
@import url("../plugins/light-gallery/lightgallery.min.css");
@import url("../plugins/videojs/video-js.css");
@import url("fonts.css");
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    font-family: "Poppins", serif;
    font-size: 15px;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    color: #000;
}
::-webkit-input-placeholder {
    font-family: "Poppins", serif;
	color:#333;
	font-weight:300;
	line-height:1.3;
    font-size: 15px;
}
:-moz-placeholder {
    font-family: "Poppins", serif;
	color:#333;
	font-weight:300;
	line-height:1.3;
    font-size: 15px;
}
::-moz-placeholder {
    font-family: "Poppins", serif;
	color:#333;
	font-weight:300;
	line-height:1.3;
    font-size: 15px;
}
:-ms-input-placeholder {
    font-family: "Poppins", serif;
	color:#333;
	font-weight:300;
	line-height:1.3;
    font-size: 15px;
}
/* Preloader */
.mil-preloader {
    position: fixed;
    z-index: 99999999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #f6f7f8;
}
.mil-preloader .mil-preloader-animation {
    opacity: 0;
    position: relative;
    height: 100vh;
}
.mil-preloader .mil-preloader-animation .mil-pos-abs {
    position: absolute;
    color: #212121;
    height: 100vh;
    width: 100%;
    padding-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    max-width: 750px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.mil-preloader .mil-preloader-animation .mil-pos-abs p {
    font-weight: 400;
    opacity: 0;
    margin: 30px 30px 0 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
    line-height: 1.6;
    display: inline-block;
}
.mil-preloader .mil-preloader-animation .mil-pos-abs p:first-child {
    margin: 0 30px 0 0;
}
.mil-preloader .mil-preloader-animation .mil-pos-abs p:nth-child(2n+1) {
	color:var(--theme-color-1)
}
.mil-preloader .mil-preloader-animation .mil-pos-abs picture,
.mil-preloader .mil-preloader-animation .mil-pos-abs picture img {
    display: table;
    max-height: 60px;
    width: auto;
}
.mil-preloader .mil-preloader-animation .mil-pos-abs p:last-child {
    margin-right: 0;
}
.mil-preloader .mil-preloader-animation .mil-pos-abs .mil-reveal-frame {
    position: relative;
    padding: 0 30px;
}
.mil-preloader
    .mil-preloader-animation
    .mil-pos-abs
    .mil-reveal-frame
    .mil-reveal-box {
    position: absolute;
    z-index: 9;
    opacity: 1 !important;
    height: 100%;
    background-color: var(--theme-color-1);
}
.mil-preloader .mil-preloader-animation .mil-pos-abs .mil-reveal-frame p {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    z-index: 0;
}
.mil-preloader.mil-hidden {
    pointer-events: none;
}
@media (max-width: 768px) {
    .mil-preloader .mil-preloader-animation .mil-pos-abs {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .mil-preloader .mil-preloader-animation .mil-pos-abs p {
        margin-right: 0;
        margin-bottom: 15px;
    }
}
/* Preloader */
/* Transition */
.sectors-page .item .buttons a,
.search-fixed-block .wrap .right .top label input,
.search-fixed-block,
.search-fixed-block .wrap,
.home-blog .right .blog-item a:before,
.animate-button,
.animate-button:before,
.animate-button-white,
.animate-button-white:before,
.animate-button-white-transparent,
.animate-button-white-transparent:before,
.home-video-images-block .swiper-slide .swiper-slide-wrap .buttons a,
.home-product-groups .group-item,
.languages-caption,
.languages-caption .wrap,
header,
.menu-wrap .bottom > ul > li.menu-item.sub-item > .sub-menu,
.menu-toggle span,
.menu-wrap,
.menu-list li.sub-item > .next-link + .back-link,
.menu-list li.sub-item > div.sub-menu,
.home-video-images-block .pagi .swiper-pagination-bullet.prog.swiper-pagination-bullet-active span,
.home-video-images-block .swiper-slide .swiper-slide-wrap .media .image,
.home-video-images-block .swiper-slide .swiper-slide-wrap .media .image {
    -webkit-transition: all 0.3s 0s ease-in-out;
    -moz-transition: all 0.3s 0s ease-in-out;
    -o-transition: all 0.3s 0s ease-in-out;
    transition: all 0.3s 0s ease-in-out;
}
/* Transition */

p {
    line-height: 1.7;
    margin: 0 0 20px 0;
    font-weight: 300;
}
ul {
    margin-bottom: 40px;
}
li {
    line-height: 1.7;
    margin: 0 0 5px 0;
    font-weight: 300;
}
strong {
    font-weight: 500;
}
p:last-child,
p:last-child,
ul:first-child {
    margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 30px;
    font-weight: 500;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
    margin-top: 0;
}
h1,
.h1 {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 300;
}
@media (min-width: 1199px) {
    h1,
    .h1 {
        font-size: 5rem;
        margin-bottom: 30px;
    }
}

h2,
.h2 {
    font-size: calc(1.325rem + 0.9vw);
    font-weight: 300;
}
@media (min-width: 1199px) {
    h2,
    .h2 {
        font-size: 4rem;
        margin-bottom: 30px;
    }
}

h3,
.h3 {
    font-size: calc(1.3rem + 0.6vw);
    font-weight: 400;
}
@media (min-width: 1199px) {
    h3,
    .h3 {
        font-size: 3rem;
        margin-bottom: 30px;
    }
}

h4,
.h4 {
    font-size: calc(1.275rem + 0.3vw);
    font-weight: 400;
}
@media (min-width: 1199px) {
    h4,
    .h4 {
        font-size: 2rem;
        margin-bottom: 30px;
    }
}

h5,
.h5 {
    font-size: 1.25rem;
    margin-bottom: 30px;
    font-weight: 500;
}

h6,
.h6 {
    font-size: 1rem;
    margin-bottom: 30px;
    font-weight: 500;
}

@media (min-width: 1200px) {
    .animate-button,
    .animate-button-white,
    .animate-button-white-transparent {
        padding: 20px 25px;
        border: 2px solid;
    }
    .animate-button.medium,
    .animate-button-white.medium,
    .animate-button-white-transparent.medium {
        padding: 15px 20px;
        border: 2px solid;
    }
    .animate-button.small,
    .animate-button-white.small,
    .animate-button-white-transparent.small {
        padding: 10px 15px;
        border: 2px solid;
    }
    .animate-button.small,
    .animate-button-white.small,
    .animate-button-white-transparent.small {
        padding: 12px 14px;
    }
}
@media (max-width: 1200px) {
    .animate-button,
    .animate-button-white,
    .animate-button-white-transparent {
        padding: 10px 12px;
        font-size: 12px;
        font-weight: 300;
        border: 1px solid;
        text-align: center;
    }
    .animate-button i,
    .animate-button-white i,
    .animate-button-white-transparent i {
        margin: 5px 0 0 0;
        display: block;
    }
}

.animate-buttons{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.animate-buttons > *{
	margin:10px 10px 0 0
}
.animate-button,
.animate-button-white,
.animate-button-white-transparent {
	position:relative;
	cursor:pointer;
    display: inline-block;
    line-height: 1;
    text-decoration: none;
    z-index: 1;
    overflow: hidden;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.animate-button,
.animate-button-white-transparent {
    color: var(--theme-color-2);
    border-color: var(--theme-color-2);
}
.animate-button-white {
    color: #fff;
    border-color: #fff;
}
.animate-button:before,
.animate-button-white:before,
.animate-button-white-transparent:before {
    content: "";
    width: 0px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}
.animate-button:before {
    background-color: var(--theme-color-2);
}
.animate-button-white:before {
    background-color: #fff;
}
.animate-button-white-transparent:before {
    background-color: transparent;
}
.animate-button:hover,
.animate-button-white-transparent:hover {
    color: #fff !important;
    border-color: var(--theme-color-2) !important;
}
.animate-button-white:hover {
    color: var(--theme-color-2) !important;
}
.animate-button:hover:before,
.animate-button-white:hover:before,
.animate-button-white-transparent:hover:before {
    width: 100% !important;
}
.animate-button:hover:before,
.animate-button-white-transparent:hover:before {
    background-color: var(--theme-color-2) !important;
    border-color: var(--theme-color-2) !important;
}
.animate-button-white:hover:before {
    border-color: #fff !important;
}
.animate-button-multiple{
	display:table;
	width:100%;
}
.animate-button-multiple a{
    float: left;
    display: block;
	margin: 15px 15px 0 0
}




/**************** Header ********************/
/**************** Language ********************/
.languages-caption{
	position: fixed;
	top: 0;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgb(0 0 0 / 50%);
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
    z-index: 10;
	visibility:hidden;
	opacity:0
}
body.language-list-open .languages-caption{
	-moz-transform: translate(0px, 0px);
	-webkit-transform: translate(0px, 0px);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
	visibility:visible;
	opacity:1
}
.languages-caption .wrap{
	position: relative;
	width: 100%;
	background-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-transform: translate(0px, -30px);
	-webkit-transform: translate(0px, -30px);
	-o-transform: translate(0px, -30px);
	-ms-transform: translate(0px, -30px);
	transform: translate(0px, -30px);
	visibility:hidden;
	opacity:0;
    max-width: 650px;
    margin: 0 auto;
}
body.language-list-open .languages-caption .wrap{
	-moz-transform: translate(0px, 0px);
	-webkit-transform: translate(0px, 0px);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
	visibility:visible;
	opacity:1
}
.languages-caption .wrap a{
	text-decoration: none;
	color: #000;
	font-weight: 500;
}
.languages-caption .wrap a.active{
	color:var(--theme-color-1)
}
.languages-caption .wrap [data-closed]{
	cursor: pointer;
	position: absolute;
	top: 15px;
	right: 15px;
	font-size: 19px;
	height: 20px;
	width: 20px;
	line-height: 21px;
	text-align: center;
}
/**************** Language ********************/
@-webkit-keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 100px rgba(255, 255, 255, 0);
        -moz-box-shadow: 0 0 0 100px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 100px rgba(255, 255, 255, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}
@keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 100px rgba(255, 255, 255, 0);
        -moz-box-shadow: 0 0 0 100px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 100px rgba(255, 255, 255, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}
@-webkit-keyframes translateHeader {
    0% {
        opacity: 0;
        -moz-transform: translate(0px, -75px);
        -webkit-transform: translate(0px, -75px);
        -o-transform: translate(0px, -75px);
        -ms-transform: translate(0px, -75px);
        transform: translate(0px, -75px);
    }
    100% {
        opacity: 1;
        -moz-transform: translate(0, 0px);
        -webkit-transform: translate(0, 0px);
        -o-transform: translate(0, 0px);
        -ms-transform: translate(0, 0px);
        transform: translate(0, 0px);
    }
}
header {
    background-color: transparent;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
	background-color:#fff;
    z-index: 9;
}
header a {
    text-decoration: none;
    outline: 0 !important;
}
/********* ADS ********/
.ads-text-block{
	text-align:center;
}
/********* ADS ********/
/********* Menu ********/
header .header-middle .logo,
header .header-middle .logo picture,
header .header-top .links,
header .header-top .links a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    line-height: 1;
    position: relative;
    white-space: nowrap;
}
header .header-middle .logo img {
	width: auto;
	display: block;
}
header .header-search .form-block{
	position: relative;
	cursor:pointer;
}
header .header-search .form-block .input-block{
	background-color:#fff;
	width: 100%;
	display: block;
	border: 1px solid #ededed;
	outline: none !important;
	box-shadow: none !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
header .header-search .form-block .button-block{
	line-height: 1;
	border: 0;
	padding: 0;
	background-color: transparent;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	text-align: center;
	font-size: 14px;
	opacity: 0.4;
}
@media (min-width: 1200px) {
	header .header-search .form-block .input-block{
        padding: 0 15px;
        font-size: 12px;
        height: 40px;
        line-height: 38px;
	}
	header .header-search .form-block .button-block{
        width: 40px;
        height: 40px;
        line-height: 40px;
	}
	
	header .header-top .languages{
		margin: 0 0 0 20px;
        position: relative;
	}
	header .header-top .languages .title{
        cursor: pointer;
        line-height: 1;
        font-weight: 300;
        font-size: 13px;
	}
	header .header-top .languages .title i{
		position:relative;
		top:-2px;
	}
	body.fixed-header header .header-top{
		display:none;
	}
	
	
	header .header-top{
		position:relative;
		overflow:hidden;
	}
	header .header-top:before{
        content: "";
        top: 0;
        left: 0;
        right: 0;
		bottom:0;
        position: absolute;
        background-color: var(--theme-color-1);
	}
	header .header-top .header-top-wrap{
        margin: 0 0 0 auto;
        padding: 15px 0 15px 0;
        color: #fff;
        position: relative;
	}
	header .header-top a{
        color: #fff;
        margin: 0 0 0 20px;
        font-size: 13px;
	}
	header .header-top a:first-child{
        margin: 0;
	}
	header .header-top .header-top-right:before{
        content: "";
        position: absolute;
        right: -30px;
        left: -30px;
        top: -30px;
        bottom: -30px;
        background-color: var(--theme-color-2);
        -moz-transform: skew(-25deg, 0deg);
        -webkit-transform: skew(-25deg, 0deg);
        -o-transform: skew(-25deg, 0deg);
        -ms-transform: skew(-25deg, 0deg);
        transform: skew(-25deg, 0deg);
	}
	
	
	body.fixed-header header .header-middle-top{
		display:none;
	}
	header .header-middle-top a{
		text-decoration:none;
		color:#333
	}
	header .header-middle-top a .image{
		height:123px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
	}
	header .header-middle-top{
		padding:20px 0;
	}
	header .header-middle-bottom{
        padding: 20px 0;
        border-top: 1px solid #ededed;
        background-color: #f6f7f8;
	}
	body.fixed-header header .header-middle-bottom{
		padding:5px 0;
	}
	header .header-middle .logo,
	header .header-middle .logo picture{
        display: table;
	}
	header .header-middle .logo picture img{
        display: block;
        height: 40px;
        width: auto;
	}
	body.fixed-header header .header-middle .logo{
        padding: 0
	}
	body.fixed-header header {
		-webkit-box-shadow: 0 0 7px 0 rgb(0 0 0 / 13%);
		-moz-box-shadow: 0 0 7px 0 rgb(0 0 0 / 13%);
		box-shadow: 0 0 7px 0 rgb(0 0 0 / 13%);
		-webkit-animation: translateHeader 0.8s;
		animation: translateHeader 0.8s;
	}
	body.fixed-header header,
	body.mobile-menu-open header {
		background-color: #fff;
		border-bottom: 0;
	}
	
	
	
	header .header-bottom{
        border-bottom: 1px solid #ededed;
        border-top: 5px solid var(--theme-color-1);
        -webkit-box-shadow: 0 -4px 5px 0 rgb(0 0 0 / 13%);
        -moz-box-shadow: 0 -4px 5px 0 rgb(0 0 0 / 13%);
        box-shadow: 0 -4px 5px 0 rgb(0 0 0 / 13%);
	}

}
@media (max-width: 1200px) {
	header .header-search .form-block .input-block{
        padding: 0 12px;
        font-size: 12px;
        height: 35px;
        line-height: 33px;
	}
	header .header-search .form-block .button-block{
        width: 35px;
        height: 35px;
        line-height: 35px;
	}
	
	header .header-top .languages{
		margin: 0 0 0 20px;
        position: relative;
	}
	header .header-top .languages .title{
        cursor: pointer;
        line-height: 1;
        font-weight: 300;
        font-size: 13px;
	}
	header .header-top .languages .title i{
		position:relative;
		top:-2px;
	}
	body.fixed-header header .header-top{
		display:none;
	}
	
	
	header .header-top{
		position:relative;
		overflow:hidden;
	}
	header .header-top:before{
        content: "";
        top: 0;
        left: 0;
        right: 0;
		bottom:0;
        position: absolute;
        background-color: var(--theme-color-1);
	}
	header .header-top .header-top-wrap{
        margin: 0 0 0 auto;
        padding: 10px 0 10px 0;
        color: #fff;
        position: relative;
	}
	header .header-top a{
        color: #fff;
        margin: 0 0 0 20px;
        font-size: 13px;
	}
	header .header-top a:first-child{
        margin: 0;
	}
	header .header-top .header-top-right:before{
        content: "";
        position: absolute;
        right: -30px;
        left: -30px;
        top: -30px;
        bottom: -30px;
        background-color: var(--theme-color-2);
        -moz-transform: skew(-25deg, 0deg);
        -webkit-transform: skew(-25deg, 0deg);
        -o-transform: skew(-25deg, 0deg);
        -ms-transform: skew(-25deg, 0deg);
        transform: skew(-25deg, 0deg);
	}
	
	
	body.fixed-header header .header-middle-top{
		display:none;
	}
	header .header-middle-top a{
		text-decoration:none;
		color:#333
	}
	header .header-middle-top .container{
		padding:0 5px;
	}
	header .header-middle-top{
		padding:5px 0;
	}
	header .header-middle-bottom{
        padding: 15px 0;
        border-top: 1px solid #ededed;
        background-color: #f6f7f8;
	}
	body.fixed-header header .header-middle-bottom{
		padding:10px 0;
	}
	header .header-middle .logo,
	header .header-middle .logo picture{
        display: table;
		margin:0 auto;
	}
	header .header-middle .logo picture img{
        display: block;
        height: 35px;
        width: auto;
	}
	body.fixed-header header .header-middle .logo{
        padding: 0
	}
	body.fixed-header header {
		-webkit-box-shadow: 0 0 7px 0 rgb(0 0 0 / 13%);
		-moz-box-shadow: 0 0 7px 0 rgb(0 0 0 / 13%);
		box-shadow: 0 0 7px 0 rgb(0 0 0 / 13%);
		-webkit-animation: translateHeader 0.8s;
		animation: translateHeader 0.8s;
	}
	body.fixed-header header,
	body.mobile-menu-open header {
		background-color: #fff;
		border-bottom: 0;
	}
	
	
	
	header .header-bottom{
        border-top: 5px solid var(--theme-color-1);
        -webkit-box-shadow: 0 -4px 5px 0 rgb(0 0 0 / 13%);
        -moz-box-shadow: 0 -4px 5px 0 rgb(0 0 0 / 13%);
        box-shadow: 0 -4px 5px 0 rgb(0 0 0 / 13%);
	}
	
}
@media (min-width: 1200px) {
    .menu-toggle {
        display: none;
    }
    .menu-wrap .bottom ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }
    .menu-wrap .bottom > ul {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -webkit-box-align: center;
        align-items: center;
    }
    .menu-wrap .bottom ul li.menu-item {
        position: relative;
        border: 0;
        padding: 0;
        margin: 0 0 0 30px;
    }

    .menu-wrap .bottom ul li.menu-item a {
        font-weight: 400;
        position: relative;
        color: #212121;
        text-decoration: none;
        z-index: 1;
        display: block;
    }
    .menu-wrap .bottom ul li {
        margin-bottom: 0;
    }
    .menu-wrap .bottom > ul > li.menu-item:first-child {
        margin-left: 0;
    }
    .menu-wrap .bottom > ul > li.menu-item > a {
        white-space: nowrap;
        line-height: 48px;
    }
    .menu-wrap .bottom > ul > li.sub-item > a:after {
        content: "\f078";
        font-family: "Font Awesome 5 Pro";
        font-weight: 500;
        text-align: center;
        font-size: 10px;
        margin: 0 0 0 5px;
        position: relative;
        top: 0;
    }
    .menu-wrap .bottom > ul > li.sub-item > a {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -webkit-box-align: center;
        align-items: center;
    }
    .menu-wrap .bottom > ul > li.menu-item > a > span,
    .menu-wrap .bottom > ul > li.sub-item > .next-link,
    .menu-wrap .bottom > ul > li.sub-item .sub-menu .next-link,
    .menu-wrap .bottom .menu-list .back-link {
		display:none;
    }
    body.fixed-header .menu-wrap .bottom ul li.menu-item a {
        color: #000;
        line-height: 56px;
    }
    .menu-wrap .bottom > ul > li.menu-item.sub-item > .sub-menu {
        visibility: hidden;
        opacity: 0;
        top: 100%;
        position: absolute;
        width: 250px;
        left: 0;
        -moz-transform: translate(0, 30px);
        -webkit-transform: translate(0, 30px);
        -o-transform: translate(0, 30px);
        -ms-transform: translate(0, 30px);
        transform: translate(0, 30px);
        padding: 1px 0 0 0;
    }
    body.fixed-header .menu-wrap .bottom > ul > li.menu-item.sub-item > .sub-menu {
        top: 100%
    }
	.menu-wrap .bottom > ul > li.menu-item:nth-last-child(1) .sub-menu,
	.menu-wrap .bottom > ul > li.menu-item:nth-last-child(2) .sub-menu,
	.menu-wrap .bottom > ul > li.menu-item:nth-last-child(3) .sub-menu{
        left: auto;
        right: 0;
    }
	
    .menu-wrap .bottom ul li.menu-item.sub-item .sub-menu ul {
		-webkit-border-bottom-right-radius: 5px;
		-webkit-border-bottom-left-radius: 5px;
		-moz-border-radius-bottomright: 5px;
		-moz-border-radius-bottomleft: 5px;
		border-bottom-right-radius: 5px;
		border-bottom-left-radius: 5px;
        overflow: hidden;
		background-color:#fff;
        padding: 15px 0;
		-webkit-box-shadow: 0 3px 10px 0 rgb(0 0 0 / 9%);
		-moz-box-shadow: 0 3px 10px 0 rgb(0 0 0 / 9%);
		box-shadow: 0 3px 10px 0 rgb(0 0 0 / 9%);
    }
    .menu-wrap .bottom ul li.menu-item.sub-item .sub-menu a {
        line-height: 40px;
        padding: 0 25px;
        color: #000;
        font-size: 14px;
        font-weight: 300;
        border-top: 1px solid #fff;
    }
    .menu-wrap .bottom ul li.menu-item.sub-item .sub-menu li:first-child a {
        border-top: 0;
    }
    .menu-wrap .bottom ul li.menu-item.sub-item .sub-menu a:hover {
        position: relative;
		color:var(--theme-color-1)
    }
    .menu-wrap .bottom ul li.menu-item.sub-item:hover > .sub-menu {
        visibility: visible;
        opacity: 1;
        -moz-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    .menu-wrap
        .bottom
        > ul
        > li.sub-item
        > .sub-menu
        ul
        li.sub-item:hover
        > .sub-menu {
        top: 0;
        left: 100%;
        right: auto;
        text-align: left;
    }
    .menu-wrap .bottom > ul > li > ul > li.sub-item:hover > .sub-menu {
        right: 400px;
    }
    body.mobile-menu-open .menu-wrap {
        -moz-transform: translate(0, 0px);
        -webkit-transform: translate(0, 0px);
        -o-transform: translate(0, 0px);
        -ms-transform: translate(0, 0px);
        transform: translate(0, 0px);
    }
}
@media (max-width: 1200px) {
    .menu-toggle {
        width: 25px;
        height: 20px;
        position: relative;
        cursor: pointer;
    }
    .menu-toggle span {
        height: 1px;
        background-color: #000;
        position: absolute;
        right: 0;
        width: 25px;
    }
    .menu-toggle span:nth-child(1) {
        top: 0;
    }
    .menu-toggle span:nth-child(2) {
        top: calc(50% - 0.5px);
    }
    .menu-toggle span:nth-child(3) {
        bottom: 0;
    }
    body.mobile-menu-open .menu-toggle span:nth-child(1) {
        width: 100%;
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        top: calc(50% - 0.5px);
    }
    body.mobile-menu-open .menu-toggle span:nth-child(2) {
        width: 0;
    }
    body.mobile-menu-open .menu-toggle span:nth-child(3) {
        width: 100%;
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        bottom: calc(50% - 0.5px);
    }

    .menu-list .back-link {
        cursor: pointer;
        display: block;
        padding: 0 15px 0 65px;
        height: 46px;
        line-height: 46px;
        border-top: 1px solid #f1f1f1;
        position: relative;
        font-size: 14px;
    }
    .menu-list .back-link > i {
        display: block;
        cursor: pointer;
        position: absolute;
        left: 0;
        top: 0;
        line-height: 47px;
        width: 46px;
        height: 46px;
        text-align: center;
        z-index: 5;
        border-right: 1px solid #f1f1f1;
        border-bottom: 1px solid #f1f1f1;
    }
    .menu-wrap {
        position: fixed;
        left: 0;
        top: 224px;
        bottom: 0;
        width: 100%;
        background-color: #fff;
        z-index: 99;
        -webkit-transform: translate(0, 100%);
        -o-transform: translate(0, 100%);
        -ms-transform: translate(0, 100%);
        transform: translate(0, 100%);
    }
    body.fixed-header .menu-wrap {
        top: 108px;
    }
    body.mobile-menu-open .menu-wrap {
        -webkit-transform: translate(0%, 0px);
        -o-transform: translate(0%, 0px);
        -ms-transform: translate(0%, 0px);
        transform: translate(0%, 0px);
    }
    .menu-list,
    .menu-list ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }
    .menu-list ul {
        height: calc(100% - 37px);
        overflow-y: auto;
        overflow-x: hidden;
    }
    .menu-list,
    .menu-list > ul,
    .menu-list > ul div.sub-menu {
        list-style-type: none;
        padding: 0;
        margin: 0;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        overflow-y: auto;
        overflow-x: hidden;
    }
    .menu-list li.sub-item > .next-link {
        display: block;
        cursor: pointer;
        position: absolute;
        right: 0;
        line-height: 48px;
        width: 45px;
        height: 45px;
        text-align: center;
        border-left: 1px solid #f1f1f1;
        margin: -45px 0 0 0;
    }
    .menu-list li.sub-item > .next-link + .back-link {
        position: fixed;
        right: 0;
        left: auto;
        width: 100%;
        top: 33px;
        z-index: 5;
        line-height: 1;
        background-color: #fff;
        -webkit-transform: translate(-100%, 0px);
        -o-transform: translate(-100%, 0px);
        -ms-transform: translate(-100%, 0px);
        transform: translate(-100%, 0px);
    }
    .menu-list li.sub-item.open > .next-link + .back-link {
        -webkit-transform: translate(0%, 0px);
        -o-transform: translate(0%, 0px);
        -ms-transform: translate(0%, 0px);
        transform: translate(0%, 0px);
    }
    .menu-list li:last-child a {
        border-bottom: 1px solid #f1f1f1;
    }
    .menu-list li {
        margin: 0;
    }
    .menu-list li a h3 {
        margin-bottom: 5px;
    }
    .menu-list li a h3 + p {
        opacity: 0.7;
    }
    .menu-list li a {
        display: block;
        line-height: 1;
        color: #000;
        font-size: 14px;
        padding: 15px 20px;
        border-top: 1px solid #f1f1f1;
        text-decoration: none;
    }
    .menu-list li.sub-item a {
        padding-right: 50px;
    }
    .menu-list li.sub-item > div.sub-menu {
        position: fixed;
        top: 0;
        bottom: 0;
        left: auto;
        right: 0;
        width: 100%;
        z-index: 5;
        background-color: #fff;
        -webkit-transform: translate(-100%, 0px);
        -o-transform: translate(-100%, 0px);
        -ms-transform: translate(-100%, 0px);
        transform: translate(-100%, 0px);
    }
    .menu-list li.sub-item li.sub-item > div.sub-menu {
        top: 0;
    }
    .menu-list li.sub-item.open > div.sub-menu {
        -webkit-transform: translate(0%, 0px);
        -o-transform: translate(0%, 0px);
        -ms-transform: translate(0%, 0px);
        transform: translate(0%, 0px);
    }
}
/********* Menu ********/
/**************** Header ********************/
/**************** Breadcrumb ********************/
.breadcrumb {
    color: #333;
	padding:20px 30px 0 30px;
}
.breadcrumb ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
	display:table;
	width:100%;
}
.breadcrumb ul li {
    float: left;
    margin: 0;
    color: #000;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 13px;
}
.breadcrumb ul li p {
	margin:0;
}
.breadcrumb ul li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    font-weight: 300;
    color: #333;
    text-decoration: none;
}
.breadcrumb ul li a:after {
    content: "-";
    float: right;
    margin: 0 10px;
}
/**************** Breadcrumb ********************/

/**************** .footer ********************/
.footer {
	position:relative;
    background-color: var(--theme-color-2);
	z-index:2;
}
.footer iframe {
	border:0;
	display:block;
	width:100%;
	height:350px;
}
.footer .footer-middle{
    padding: 50px 0;
}
.footer .phone,
.footer .whatsapp{
    display: block;
    color: #fff;
    text-decoration: none;
}
.footer .phone .text,
.footer .whatsapp .text {
    display: block;
    margin: 0 0 10px 0;
    line-height: 1;
    font-weight: 300;
}
.footer .phone p,
.footer .whatsapp p {
    font-size: 35px;
    font-weight: 600;
    line-height: 1;
}
.footer .email,
.footer .fax,
.footer .address {
    display: block;
    color: #fff;
    text-decoration: none;
}
.footer .email .text,
.footer .fax .text,
.footer .address .text {
    display: block;
    margin: 0 0 10px 0;
    line-height: 1;
    font-weight: 300;
}
.footer .email p,
.footer .fax p{
    font-size: 25px;
    line-height: 1;
}
.footer .address p {
    font-size: 18px;
    line-height: 1.5;
}
.footer .footer-logo picture,
.footer .footer-logo img{
    width: auto;
    display: table;
}
.footer .footer-links a{
    display: block;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    text-align: center;
}
.footer .footer-socials{
    text-align: center;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
    gap: 30px;
}
.footer .footer-socials a{
    color: #fff;
    text-decoration: none;
    font-size: 30px;
    line-height: 1;
}
.footer .footer-company-logo,
.footer .footer-company-logo img{
    display: block;
    max-height: 60px;
    width: auto;
}
.footer .footer-buttons a:hover{
    -moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.footer .footer-buttons a{
    position: relative;
    text-decoration: none;
    color: #fff;
    line-height: 1;
    display: table;
    margin-left: auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #6c1700;
    padding: 26px 26px 26px 80px;
    width: 100%;
}
.footer .footer-buttons a i{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 80px;
    text-align: center;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    font-size: 38px;
}
.footer .footer-buttons a span{
    display: block;
    line-height: 1;
}
.footer .footer-buttons a p{
    display: block;
    line-height: 1;
    margin: 5px 0 0 0;
    font-size: 13px;
    opacity: 0.4;
}
.footer .signature img{
    max-height: 17px;
    display: block;
    margin: 0 auto;
}
@media(min-width:1200px){
	.footer .footer-buttons a{
		max-width: 265px;
	}
	.footer .footer-logo picture,
	.footer .footer-logo img{
		max-height: 50px;
	}
	.footer .footer-links{
		text-align: center;
		justify-content: center;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-align: center;
		-webkit-align-items: center;
		-webkit-box-align: center;
		align-items: center;
		gap:30px;
	}
}
@media(max-width:1200px){
	.footer .footer-logo picture,
	.footer .footer-logo img{
		max-height: 100px;
		margin: 15px auto 0 auto;
	}
	.footer .footer-links a{
		margin-top:15px;
	}
	.footer .footer-links a:first-child{
		margin-top:0;
	}
}
/**************** Footer ********************/
/**************** Cookies ********************/
.cookies {
    -moz-box-shadow: 0 0 12px 0 rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 0 12px 0 rgb(0 0 0 / 10%);
    -o-box-shadow: 0 0 12px 0 rgb(0 0 0 / 10%);
    -ms-box-shadow: 0 0 12px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 0 12px 0 rgb(0 0 0 / 10%);
    position: fixed;
    z-index: 15;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
}
@media (min-width: 768px) {
    .cookies {
        max-width: 400px;
        bottom: 30px;
        left: 30px;
        padding: 30px;
    }
    .cookies .theme-btn {
        padding: 11px 16px 10px;
    }
}
@media (max-width: 768px) {
    .cookies {
        right: 90px;
        bottom: 20px;
        left: 20px;
        padding: 20px;
    }
    .cookies .theme-btn {
        padding: 11px 16px 10px;
    }
}
.cookies h4 {
    margin: 0 0 20px;
    font-weight: 400;
}
.cookies p {
    line-height: 1.5;
}
.cookies a {
    cursor: pointer;
}
/**************** Cookies ********************/
/**************** Sidebar ********************/
.wrap-row,
.wrap-row > .col-12 {
    margin: 0;
    padding: 0;
}
@media (min-width: 992px) {
    .sidebar-menu {
        border-right: 1px solid #ededed;
	}
	.sidebar-menu .list {
		top: 178px;
		position: sticky;
	}
	body.header-ads-true .sidebar-menu .list {
		top: 341px;
	}
	body.fixed-header .sidebar-menu .list {
		top: 113px !important;
	}
	.sidebar-menu .menu-list-item a:hover {
		background-color:#f6f7f8
	}
}
.sidebar-menu {
    height: 100%;
}
.sidebar-menu .menu-list-item a {
    padding: 15px 20px;
    display: block;
    text-decoration: none;
    color: #000;
    border-top: 1px solid #ededed;
    margin: 0;
}
.sidebar-menu .menu-list-item:first-child a {
	border-top:0;
}
.sidebar-menu .menu-list-item a.active {
    background-color: var(--theme-color-2);
    color: #fff;
    border-color: var(--theme-color-2);
}
.sidebar-menu .menu-list-item a h4 {
    margin: 0;
    line-height: 1.4;
}
.sidebar-menu .menu-list-item a .date {
    opacity: 0.2;
    line-height: 1;
    display: block;
    margin: 0 0 3px 0;
}
/**************** Sidebar ********************/
/**************** Post ********************/
.author,
.pagination li a {
    color: #000;
    text-decoration: none;
}
.single-text a{
    color: red;
    font-weight: 500;
    text-decoration: none;
}
.post-single-page-next-prev .page-next a,
.post-single-page-next-prev .page-prev a,
.post-single-page-next-prev .page-prev-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    text-decoration: none;
    color: #000;
}
.post-single-page-next-prev {
    position: fixed;
    bottom: 20px;
	left:20px;
    right: 20px;
    z-index: 5;
    max-width: 400px;
    margin: 0 auto;
}
.post-single-page-next-prev.divider {
    max-width: 800px;
}
.post-single-page-next-prev .page-prev-wrap {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 6%);
    -moz-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 6%);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 13%);
    overflow: hidden;
    background-color: #fff;
    position: relative;
}
.post-single-page-next-prev.divider .page-prev-wrap:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(50% - 0.5px);
    width: 1px;
    background-color: #ededed;
}
.post-single-page-next-prev .page-next,
.post-single-page-next-prev .page-prev {
    background-color: #fff;
    max-width: 400px;
    width: 100%;
}
.post-single-page-next-prev .page-next a,
.post-single-page-next-prev .page-prev a {
    padding: 20px;
    width: 100%;
}
.post-single-page-next-prev .page-next h5,
.post-single-page-next-prev .page-prev h5 {
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}
.author {
    padding: 15px 30px 15px 15px;
    border: 1px solid #ededed;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: table;
}
.author picture {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: block;
    overflow: hidden;
}
.author picture img {
    display: block;
}
.author .caption {
    padding: 0 0 0 20px;
}
.author .caption h4 {
    margin: 0 0 10px;
    line-height: 1.4;
}
.post-single-page .post-single-details div,
.post-single-page .share-links a {
    min-height: 40px;
    line-height: 40px;
    height: 40px;
    padding: 0 12px;
    font-size: 17px;
    font-weight: 300;
    margin: 0 0 0 5px;
    color: #fff;
    text-align: center;
    min-width: 40px;
}
.post-single-page .post-single-details div{
    line-height: 38px;
}
.block-sing-item {
    background-color: #f6f7f8;
    border-top: 1px solid #ededed;
}
.pagination {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.page-documents .item .top .info p:last-child,
.page-links .item .top .info p:last-child,
.pagination li,
.post-single-page .post-single-details div:first-child,
.post-single-page .share-links a:first-child,
.posts-block .item .text p {
    margin: 0;
}
.pagination li a {
    padding: 0 15px;
    height: 50px;
    line-height: 50px;
    background-color: #fff;
    display: block;
    border: 1px solid #ededed;
    margin: 0 0 0 -1px;
    min-width: 50px;
    text-align: center;
}
.pagination li:first-child a {
    margin: 0;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.pagination li:last-child a {
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.pagination li:hover a {
    border-color: var(--theme-color-1);
    background-color: var(--theme-color-1);
    color: #fff;
}
.pagination li.active a {
    border-color: var(--theme-color-2);
    background-color: var(--theme-color-2);
    color: #fff;
}
.posts-block .item {
    padding: 30px 30px 100px;
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 6%);
    -moz-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 6%);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 6%);
    height: 100%;
}
.posts-block.fair-block .item.date-active {
    padding: 30px 30px 180px;
}
.posts-block.fair-block .countdown-wrap strong{
    display: block;
    margin: 0 0 5px 0;
    line-height: 1;
    font-weight: 400;
    font-size: 13px;
}
.posts-block.fair-block .countdown-wrap{
    position: absolute;
    bottom: 70px;
    left: 30px;
    right: 30px;
}
.post-single-page .posts-block.fair-block .countdown-wrap{
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
}
.posts-block.fair-block .countdown-wrap .countdown-row{
	display: -webkit-box;
	display: -moz-box; 
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
    gap: 1px;
}
.posts-block.fair-block .countdown-wrap .countdown-row .countdown-section{
    background-color: #f6f7f8;
    text-align: center;
	width: 100%;
	padding: 15px 10px;
}
.posts-block.fair-block .countdown-wrap .countdown-row .countdown-section .countdown-amount{
    line-height: 0.8;
    font-size: 23px;
    font-family: fantasy;
    letter-spacing: 1px;
    display: block;
	color:var(--theme-color-1)
}
.posts-block.fair-block .countdown-wrap .countdown-row .countdown-section .countdown-period{
    display: block;
    line-height: 0.8;
    padding: 5px 0 0 0;
    font-size: 11px;
}



.posts-block .item .image {
    text-decoration: none;
    display: block;
    background-color: #f6f7f8;
    position: relative;
}
.posts-block .item .date {
    color: var(--theme-color-1);
    line-height: 1;
    font-size: 12px;
}
.posts-block .item .image picture img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
}
.posts-block .item .text h3 {
    text-decoration: none;
    color: #000;
    font-weight: 400;
    line-height: 1.4;
}
.posts-block .item .text a {
    text-decoration: none;
    color: #000;
    line-height: 1.5;
}
.posts-block .item .text h3 a {
    color: var(--theme-color-1);
}
.posts-block .item .text .more {
    font-weight: 400;
    position: absolute;
    right: 30px;
    bottom: 30px;
    padding: 11px 12px;
    line-height: 1;
    border: 2px solid var(--theme-color-1);
    color: var(--theme-color-1);
}
.posts-block.fair-block .item .text .more {
    left: 30px;
	text-align:center;
}
.posts-block .pagination + .row {
    margin-top: 10px;
}
.posts-block .row + .pagination {
    margin-top: 20px;
}
.post-single-page .post-single-details div {
    background-color: var(--theme-color-1);
    border: 1px solid #ededed;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
}
.post-single-page .share-links .point {
    height: 40px;
    width: 60px;
    text-align: center;
    line-height: 40px;
    background-color: var(--theme-color-1);
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.post-single-page .share-links a {
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.post-single-page .share-links a.email,
.post-single-page .share-links a.facebook {
    background-color: #568fce;
}
.post-single-page .share-links a.x {
    background-color: #000;
}
.post-single-page .share-links a.whatsapp {
    background-color: #17c242;
}
.post-single-page .share-links a.linkedin {
    background-color: #0e76a8;
}
.page-documents .item,
.page-links .item {
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 3px 10px 0 rgb(0 0 0 / 13%);
    -moz-box-shadow: 0 3px 10px 0 rgb(0 0 0 / 13%);
    box-shadow: 0 3px 10px 0 rgb(0 0 0 / 13%);
    position: relative;
}
.page-documents .item .top {
    color: #000;
    text-decoration: none;
    display: block;
    text-align: center;
	height:100%;
}
.page-documents .item .top .icon{
	background-color:#f6f7f8;
}
.page-documents .item .top picture{
	display:block;
    height: 100%;
}
.page-documents .item .top picture img{
	display:table;
	margin:0 auto;
    max-height: 100%;
    width: auto;
}
@media (min-width: 992px) {
    .page-links .item .top {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
    }
}
@media (min-width: 768px) {
	.page-documents .item .top .icon{
		height:200px;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		justify-content: center;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		-webkit-box-align: center;
		align-items: center;
	}
}
.page-documents .item .top .icon,
.page-documents .item .top .image,
.page-documents .item .top h3,
.page-links .item .top {
    color: var(--theme-color-1);
}
.gallery-item-image:before {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
}
.page-documents .item .top .info p,
.page-links .item .top .info p {
    margin: 0 20px 0 0;
    text-transform: uppercase;
    line-height: 1;
}
.page-links .item .top {
    position: relative;
    display: flex;
    text-decoration: none;
    font-weight: 600;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
}
.page-links .item .top .icon {
    width: 35px;
    line-height: 1;
}
.page-documents .item a + .text,
.page-links .item .text {
    border-top: 1px solid #f8f8f8;
}
.gallery-item-image,
.gallery-item-video {
    position: relative;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
}
.gallery-item-image picture,
.gallery-item-image picture img,
.gallery-item-video picture,
.gallery-item-video picture img {
    display: block;
    width: 100%;
    height: auto;
}
.gallery-item-image:before,
.gallery-item-video:before {
    position: absolute;
    top: 15px;
    right: 15px;
    line-height: 1;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    font-size: 20px;
    color: #fff;
    text-align: center;
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
}
.gallery-item-image:before {
    content: "\f31d";
}
.gallery-item-video:before {
    content: "\f04b";
}
/**************** Post ********************/
/**************** Contact / Table ********************/
.c-items .c-item a,
.form-item-icons i {
    background-color: var(--theme-color-1);
}
.c-items {
    background-color: #fff;
    padding: 30px;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ebebeb;
    height: 100%;
}
.form-item-icons i:after {
    color: var(--theme-color-1);
    font-weight: 600;
}
.c-items h3 {
    font-weight: 600;
    font-size: 13px;
}
.c-items .c-item {
    line-height: 1.5;
}
.c-items .c-item a {
    font-weight: 400;
    padding: 15px 13px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    color: #fff !important;
    text-decoration: none;
    display: block;
    line-height: 1.6;
}
.contact-map iframe {
    width: 100%;
    height: 250px;
}
blockquote {
    border-left: 10px solid #ececec;
    padding: 30px;
    margin: 30px 10px;
    background-color: #f6f7f8;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
blockquote a {
    text-decoration: none;
    color: var(--theme-color-2);
}
table {
    caption-side: bottom;
    border-collapse: collapse;
}
th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}
tbody,
td,
tfoot,
th,
thead,
tr {
    border: 0 solid;
    border-color: inherit;
}
/**************** Contact / Table ********************/
/**************** Search ********************/

.search-fixed-block,
.search-fixed-block .wrap,
.search-fixed-block .wrap .left .bottom a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.search-fixed-block {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 15;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
}
.search-fixed-block:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    background-color: rgb(50 78 121 / 61%);
    -webkit-backdrop-filter: blur(3px);
    -moz-backdrop-filter: blur(3px);
    -ms-backdrop-filter: blur(3px);
    -o-backdrop-filter: blur(3px);
    backdrop-filter: blur(5px);
}
.search-fixed-block [data-closed] {
    cursor: pointer;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: table;
    color: #fff;
    font-size: 30px;
    width: 50px;
    text-align: center;
    background-color: #fff;
    color: var(--theme-color-1);
    -webkit-border-bottom-right-radius: 100px;
    -webkit-border-bottom-left-radius: 100px;
    -moz-border-radius-bottomright: 100px;
    -moz-border-radius-bottomleft: 100px;
    border-bottom-right-radius: 100px;
    border-bottom-left-radius: 100px;
}
.search-fixed-block .wrap {
    width: 100%;
    z-index: 2;
    -moz-transform: translate(0px, 10px);
    -webkit-transform: translate(0px, 10px);
    -o-transform: translate(0px, 10px);
    -ms-transform: translate(0px, 10px);
    transform: translate(0px, 10px);
    margin: 0 auto;
    height: 100%;
    overflow: hidden;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
body.search-fixed-block-active .search-fixed-block {
    opacity: 1;
    visibility: visible;
}
body.search-fixed-block-active .search-fixed-block .wrap {
    -moz-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}
.search-fixed-block .wrap .right .top {
    height: 84px;
}
.search-fixed-block .wrap .right .top label {
    position: relative;
}
.search-fixed-block .wrap .right .top label input {
    outline: none !important;
    box-shadow: none !important;
    border: 0;
    line-height: 1;
    font-size: 16px;
    color: #666;
    width: 100%;
    height: 84px;
    font-weight: 500;
    border-bottom: 3px solid #f3f3f3;
    padding: 30px 30px 30px 70px;
}
.search-fixed-block .wrap .right .top label input:focus,
.search-fixed-block .wrap .right .top label input:active {
    border-bottom-color: var(--theme-color-1);
}
.search-fixed-block .wrap .right .top label input + i {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 30px;
    text-align: center;
    font-size: 20px;
    line-height: 1;
    opacity: 0.3;
}
@media (min-width: 992px) {
    .search-fixed-block .wrap .left {
        width: 350px;
        background-color: var(--theme-color-1);
        height: 100%;
    }
    .search-fixed-block .wrap .left .top {
        padding: 30px;
        color: #fff;
        text-transform: uppercase;
        border-bottom: 3px solid #a02100;
        height: 84px;
    }
    .search-fixed-block .wrap .left .top i {
        margin: 0 10px 0 0;
        line-height: 1;
        font-size: 20px;
    }
    .search-fixed-block .wrap .left .top i + span {
        font-weight: 900;
        font-size: 19px;
        line-height: 1;
    }
    .search-fixed-block .wrap .left .bottom {
        padding: 10px;
        height: calc(100% - 84px);
    }
    .search-fixed-block .wrap .left .bottom a {
        -ms-flex-align: center;
        -webkit-align-items: center;
        -webkit-box-align: center;
        align-items: center;
        padding: 15px 20px 15px 20px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        color: #fff;
        text-decoration: none;
        font-weight: 500;
        display: block;
        position: relative;
        font-size: 16px;
    }
    .search-fixed-block .wrap .left .bottom a:hover {
        background-color: rgb(255 255 255 / 19%);
    }
    .search-fixed-block .wrap .left .bottom a:before {
        font-family: "Font Awesome 6 Pro";
        content: var(--fa);
        --fa: "\f054";
        --fa--fa: "\f054\f054";
        font-size: 13px;
        line-height: 1;
        position: relative;
        top: -1px;
        margin: 0 15px 0 0;
    }
    .search-fixed-block .wrap .right {
        width: calc(100% - 350px);
        height: 100%;
		background-color: #fff;
    }
    .search-fixed-block {
        padding: 90px 30px 30px 30px;
        -ms-flex-align: unset;
        -webkit-align-items: flex-end;
        -webkit-box-align: end;
        align-items: flex-end;
    }
    .search-fixed-block [data-closed] {
        padding: 15px 0 10px 0;
    }
}
@media (max-width: 992px) {
    .search-fixed-block .wrap .left {
        display: none;
    }
    .search-fixed-block .wrap .right {
        height: 100%;
        width: 100%;
		background-color: #fff;
    }
    .search-fixed-block {
        padding: 45px 15px 15px 15px;
        -ms-flex-align: unset;
        -webkit-align-items: flex-end;
        -webkit-box-align: end;
        align-items: flex-end;
    }
    .search-fixed-block .wrap {
        max-height: calc(100% - 45px);
    }
    .search-fixed-block [data-closed] {
        padding: 10px 0 8px 0;
    }
}
.search-fixed-block .wrap .right .bottom {
    height: calc(100% - 84px);
    position: relative;
}
.search-fixed-block.search-load .wrap .right .bottom:before{
    content: "";
	position:absolute;
    top: 0;
    left: 0;
    right: 0;
	bottom:0;
    z-index: 10;
    background-color: #fff;
}
.search-fixed-block.search-load .wrap .right .bottom:after{
    -webkit-animation: 1.5s linear infinite spin;
    font-weight: 300;
    font-family: "Font Awesome 6 Pro";
    content: "\f3f4";
    animation: 1.5s linear infinite spin;
    z-index: 11;
    font-size: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
    line-height: 31px;
    height: 30px;
	color:#333;
	position:absolute;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
}
.search-fixed-block .wrap .right .bottom .search-post-items {
    height: 100%;
    overflow-y: auto;
}
.search-fixed-block .wrap .right .bottom .search-post-items .search-text-block {
    padding: 20px;
    border-top: 1px solid #ededed;
}
.search-fixed-block .wrap .right .bottom .search-post-items .search-text-block:first-child {
    border-top: 0;
}
.search-fixed-block .wrap .right .bottom .search-post-items .search-text-block .stitle{
    font-weight: 600;
    color: var(--theme-color-1);
    text-transform: uppercase;
}
.search-fixed-block .wrap .right .bottom .search-post-items .search-post-item {
    display: block;
    text-decoration: none;
    color: #333;
    margin: 20px 0 0 0;
}
.search-fixed-block .wrap .right .bottom .search-post-items .search-post-item .date{
    line-height: 1;
    font-size: 12px;
    opacity: 0.4;
    margin: 0 0 10px 0;
    display: block;
}
.search-fixed-block .wrap .right .bottom .search-post-items .search-post-item .title{
    font-weight: 600;
}
.search-fixed-block .wrap .right .bottom .search-post-items .search-post-item .tag{
    margin: 10px 0 0 0;
    display: block;
    font-size: 14px;
    line-height: 1.3;
    opacity: 0.7;
}
.search-fixed-block .wrap .right .bottom .empty-item {
	margin:20px;
	max-width:100%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: rgb(0 0 0 / 21%);
    background-color: #f6f7f8;
    padding: 20px 15px;
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1;
}
/**************** Search ********************/
.text-lines a {
    color: var(--theme-color-1);
    font-weight: 500;
}
.post-tags {
	display:table;
}
.post-tags a {
    text-decoration: none;
    background-color: var(--theme-color-1);
    padding: 10px 16px;
    float: left;
    margin: 10px 0 0 10px;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.post-tags a:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    content: "\f02b";
    margin: 0 10px 0 0;
}
.post-tags a:first-child {
    margin: 10px 0 0 0;
}
.alert-theme {
    padding: 15px 20px;
	border:0;
    margin: 10px;
    text-align: center;
    background-color: var(--theme-color-1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    border: 1px solid #1790a0;
}
.alert-theme strong {
    color: #fff;
    font-weight: 600;
}

.fixed-whatsapp{
    border: 3px solid #fff;
    position: fixed;
    color: #fff;
    height: 55px;
    width: 55px;
    text-align: center;
    line-height: 46px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    -webkit-box-shadow: 5px 5px 10px 0 rgb(0 0 0 / 19%);
    -moz-box-shadow: 5px 5px 10px 0 rgb(0 0 0 / 19%);
    box-shadow: 5px 5px 10px 0 rgb(0 0 0 / 19%);
    font-size: 23px;
    z-index: 5;
    text-decoration: none;
    -webkit-animation: pulse 3s linear infinite;
    animation: pulse 3s linear infinite;
}
.fixed-whatsapp{
	background-color:#4FCE5D;
}

.content {
    position: relative;
    z-index: 1;
}
@media(min-width:1200px){
	.fixed-whatsapp{
		right: 30px;
		bottom: 30px;
	}
	.container-wrap{
		padding:50px;
	}
	.container-wrap-small{
		padding:30px;
	}
	.container-wrap-extra-small{
		padding:20px;
	}
	main{
		padding-top:178px;
	}
	body.header-ads-true main{
		padding-top:341px;
	}
}
@media(max-width:1200px){
	.fixed-whatsapp{
		right: 10px;
		bottom: 10px;
	}
	.container-wrap,
	.container-wrap-small,
	.container-wrap-extra-small{
		padding:20px;
	}
	main{
		padding-top:149px;
	}
}


.home-video-images-block .swiper-slide .swiper-slide-wrap video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home-video-images-block .swiper-slide .swiper-slide-wrap {
    background-color: #fff;
    overflow: hidden;
    width: 100%;
    position: relative;
    text-decoration: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.home-video-images-block .swiper-slide.item-type-1 .swiper-slide-wrap {
    -webkit-box-shadow: 0 2px 4px 0 rgb(0 0 0 / 7%);
    -moz-box-shadow: 0 2px 4px 0 rgb(0 0 0 / 7%);
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 7%);
}
.home-video-images-block .swiper-slide .buttons a {
    text-decoration: none;
    color: var(--theme-color-2);
    border: 2px solid var(--theme-color-2);
    display: table;
    float: left;
    -moz-transform: skew(-10deg, 0deg);
    -webkit-transform: skew(-10deg, 0deg);
    -o-transform: skew(-10deg, 0deg);
    -ms-transform: skew(-10deg, 0deg);
    transform: skew(-10deg, 0deg);
}
.home-video-images-block .swiper-slide .buttons a div,
.home-video-images-block .swiper-slide .buttons a div i:before {
    -moz-transform: skew(10deg, 0deg);
    -webkit-transform: skew(10deg, 0deg);
    -o-transform: skew(10deg, 0deg);
    -ms-transform: skew(10deg, 0deg);
    transform: skew(10deg, 0deg);
    display: block;
}
.home-video-images-block .swiper-slide .buttons a div i{
	margin: 0;
	background-color: var(--theme-color-1);
	text-align: center;
	color: #fff;
	position: absolute;
	top: 5px;
	right: 5px;
	bottom: 5px;
	-moz-transform: skew(-10deg, 0deg);
	-webkit-transform: skew(-10deg, 0deg);
	-o-transform: skew(-10deg, 0deg);
	-ms-transform: skew(-10deg, 0deg);
	transform: skew(-10deg, 0deg);
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
}
.home-video-images-block .prev,
.home-video-images-block .next {
    position: absolute;
    z-index: 2;
    color: var(--theme-color-1);
    cursor: pointer;
    text-align: center;
}
.home-video-images-block .swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}
@keyframes jumpInfinite {
    0% {
        top: 0;
    }
    50% {
        top: -10px;
    }
    100% {
        top: 0;
    }
}
.home-video-images-block .swiper-slide .swiper-slide-wrap .caption {
    z-index: 3;
    color: #333;
    position: absolute;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    background-color: rgb(255 255 255 / 87%);
    overflow: hidden;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
	text-align:center;
}
.home-video-images-block .swiper-slide .swiper-slide-wrap .caption .informations{
	gap:1px;
    text-align: center;
}
.home-video-images-block .swiper-slide .swiper-slide-wrap .caption .informations .start,
.home-video-images-block .swiper-slide .swiper-slide-wrap .caption .informations .end{
    padding: 15px;
    background-color: #fff;
    font-size: 12px;
}
.home-video-images-block .swiper-slide .swiper-slide-wrap .caption .informations{
    z-index: 2;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
}
.home-video-images-block .pagi .swiper-pagination-bullet.prog {
    overflow: hidden;
    cursor: pointer;
    display: block;
    background-color: rgb(187 39 0 / 15%);
    overflow: hidden;
}
.home-video-images-block .pagi.passive {
	display:none !important;
}
.home-video-images-block .pagi .swiper-pagination-bullet.prog:first-child {
    margin: 0;
}
.home-video-images-block
    .pagi
    .swiper-pagination-bullet.prog.swiper-pagination-bullet-active
    span {
    height: 100%;
    display: block;
    animation-name: progress;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    animation-play-state: paused;
}
.home-video-images-block
    .pagi
    .swiper-pagination-bullet.prog.swiper-pagination-bullet-active
    span.active {
    background-color: var(--theme-color-1);
}
.home-video-images-block
    .pagi
    .swiper-pagination-bullet.prog.swiper-pagination-bullet-active.active
    span {
    animation-play-state: running;
}

.home-video-images-block .swiper-slide.item-type-2 .swiper-slide-wrap .ads{
	height:100%;
    width: 100%;
	background-color:#f6f7f8
}
.home-video-images-block .swiper-slide.item-type-2 .swiper-slide-wrap .ads .ads-item{
    width: 100%;
}
.home-video-images-block .swiper-slide.item-type-2 .swiper-slide-wrap .ads .ads-item:first-child{
	margin-top:0;
}
.home-video-images-block .swiper-slide.item-type-2 .swiper-slide-wrap .ads .ads-item a{
	display:block;
    height: 100%;
}
.home-video-images-block .swiper-slide.item-type-2 .swiper-slide-wrap .ads .ads-item a .ads-item-image{
	width:100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    background-color: #fff;
}
.home-video-images-block .swiper-slide.item-type-1 .swiper-slide-wrap .countdown-row{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
    gap: 1px;
}
.home-video-images-block .swiper-slide.item-type-1 .swiper-slide-wrap .countdown-row .countdown-section{
    background-color: #fff;
    text-align: center;
	width: 100%;
}
.home-video-images-block .swiper-slide.item-type-1 .swiper-slide-wrap .countdown-row .countdown-section .countdown-amount{
    line-height: 0.8;
    font-size: 23px;
    font-family: fantasy;
    letter-spacing: 1px;
    display: block;
	color:var(--theme-color-1)
}
.home-video-images-block .swiper-slide.item-type-1 .swiper-slide-wrap .countdown-row .countdown-section .countdown-period{
    display: block;
    line-height: 0.8;
    padding: 5px 0 0 0;
    font-size: 11px;
}
@media (min-width: 1200px) {
	.home-video-images-block .swiper-slide.item-type-1 .swiper-slide-wrap .countdown-row .countdown-section{
		padding: 20px 10px;
	}
	.home-video-images-block .swiper-slide.item-type-2 .swiper-slide-wrap .ads .ads-item{
		margin-top: 20px;
		height: calc(50% - 10px);
	}
    .home-video-images-block .swiper-slide .swiper-slide-wrap {
        height: 550px;
    }
	.home-video-images-block .swiper-slide .buttons a div {
        padding: 14px 60px 14px 18px;
        line-height: 1;
		position:relative;
	}
	.home-video-images-block .swiper-slide .buttons a div i{
		width: 40px;
	}
    .home-video-images-block .swiper-slide .swiper-slide-wrap .media {
        position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		right: 0;
        overflow: hidden;
        border: 3px solid #ffff;
	}
    .home-video-images-block .swiper-slide .swiper-slide-wrap .media .image{
		width:100%;
		height:100%;
		object-fit:cover;
		background-position:center;
		background-size:cover;
		background-repeat:no-repeat;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }
    .home-video-images-block .swiper-slide:hover .swiper-slide-wrap .media .image{
		-moz-transform: scale(1.2) rotate(8deg);
		-webkit-transform: scale(1.2) rotate(8deg);
		-o-transform: scale(1.2) rotate(8deg);
		-ms-transform: scale(1.2) rotate(8deg);
		transform: scale(1.2) rotate(8deg);
    }
	
	
    .home-video-images-block .pagi .swiper-pagination-bullet.prog {
        margin: 0 0 0 10px;
        height: 2px;
        width: 40px;
    }
    .home-video-images-block .prev,
    .home-video-images-block .next {
        font-size: 25px;
        top: 30px;
        line-height: 1;
    }
    .home-video-images-block .prev {
        right: 65px;
    }
    .home-video-images-block .next {
        right: 30px;
    }
}
@media (max-width: 1200px) {
	.home-video-images-block .swiper-slide.item-type-1 .swiper-slide-wrap .countdown-row .countdown-section{
		padding: 10px 8px;
	}
	.home-video-images-block .swiper-slide.item-type-2 .swiper-slide-wrap .ads .ads-item{
		margin-top: 4px;
		height: calc(50% - 2px);
	}
    .home-video-images-block .swiper-slide .swiper-slide-wrap {
        height: 400px;
    }
	.home-video-images-block .swiper-slide .buttons a div {
        padding: 14px 60px 14px 18px;
        line-height: 1;
		position:relative;
	}
	.home-video-images-block .swiper-slide .buttons a div i{
		width: 40px;
	}
    .home-video-images-block .swiper-slide .swiper-slide-wrap .media {
        position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		right: 0;
        overflow: hidden;
        border: 3px solid #ffff;
	}
    .home-video-images-block .swiper-slide .swiper-slide-wrap .media .image{
		width:100%;
		height:100%;
		object-fit:cover;
		background-position:center;
		background-size:cover;
		background-repeat:no-repeat;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }
    .home-video-images-block .swiper-slide:hover .swiper-slide-wrap .media .image{
		-moz-transform: scale(1.2) rotate(8deg);
		-webkit-transform: scale(1.2) rotate(8deg);
		-o-transform: scale(1.2) rotate(8deg);
		-ms-transform: scale(1.2) rotate(8deg);
		transform: scale(1.2) rotate(8deg);
    }
	
	
    .home-video-images-block .pagi .swiper-pagination-bullet.prog {
        margin: 0 0 0 5px;
        height: 2px;
        width: 10px;
    }
    .home-video-images-block .prev,
    .home-video-images-block .next {
        font-size: 17px;
        top: 5px;
        line-height: 1;
    }
    .home-video-images-block .prev {
        right: 35px;
    }
    .home-video-images-block .next {
        right: 10px;
    }
}
@keyframes progress {
    from {
        width: 0%;
    }
    to {
        width: 100%;
    }
}





.home_news .title a{
    display: table;
    text-decoration: none;
    color: #000;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    -ms-flex-align: unset;
    -webkit-align-items: flex-end;
    -webkit-box-align: end;
    align-items: flex-end;
    line-height: 1;
}
.home_news .title a:after{
    content: "";
    width: 20px;
    height: 1px;
    background-color: var(--theme-color-2);
    margin: 0 0 7px 15px;
}
.home_news .left .news-item{
    background-color: #fff;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	overflow:hidden;
    box-shadow: 0 3px 4px 0 rgb(0 0 0 / 8%);
    -webkit-box-shadow: 0 3px 4px 0 rgb(0 0 0 / 8%);
    -moz-box-shadow: 0 3px 4px 0 rgb(0 0 0 / 8%);
}
.home_news .left .news-item .image{
    background-color: #cfcfcf;
    width: 100%;
    display: block;
    height: 238px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.home_news .left .news-item .text{
    padding: 36px;
}
.home_news .left .news-item .text span.date{
    display: table;
    line-height: 1;
    margin: 0 0 8px 0;
    opacity: 0.4;
    font-size: 12px;
}
.home_news .left .news-item .text h4{
	margin:0;
}
.home_news .left .news-item .text h4 a{
    text-decoration: none;
    color: #000;
    font-weight: 600;
}
.home_news .left .news-item .text p{
	margin: 10px 0 0 0;
    min-height: 95px;
}
.home_news .left .news-item .more{
    margin: 20px 0 0 0;
    display: table;
    border-bottom: 1px solid var(--theme-color-1);
    text-decoration: none;
    color: var(--theme-color-1);
    padding: 0 0 7px 0;
    line-height: 1;
}
.home_news .right .news-item{
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
}
.home_news .right .news-item .image{
    background-color: #fff;
    width: 150px;
    min-width: 150px;
    height: 150px;
    display: block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	overflow:hidden;
    box-shadow: 0 3px 4px 0 rgb(0 0 0 / 8%);
    -webkit-box-shadow: 0 3px 4px 0 rgb(0 0 0 / 8%);
    -moz-box-shadow: 0 3px 4px 0 rgb(0 0 0 / 8%);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.home_news .right .news-item .text{
	padding:0 0 0 30px;
    width: calc(100% - 130px);
}
.home_news .right .news-item .text span.date{
    display: table;
    line-height: 1;
    margin: 0 0 8px 0;
    opacity: 0.4;
    font-size: 12px;
}
.home_news .right .news-item .text h4{
	margin:0;
}
.home_news .right .news-item .text h4 a{
    text-decoration: none;
    color: #000;
    font-weight: 600;
}
.home_news .right .news-item .text p{
	margin: 10px 0 0 0;
    line-height: 1.3;
    min-height: 36px;
}
.home_news .right .news-item .more{
    margin: 14px 0 0 0;
    display: table;
    border-bottom: 1px solid var(--theme-color-1);
    text-decoration: none;
    color: var(--theme-color-1);
    padding: 0 0 7px 0;
    line-height: 1;
}





@media(min-width:1200px){
	.home_past_fairs.type-1 .title{
		position: sticky;
		top: 100px;
	}
}
.home_past_fairs .title a{
    display: table;
    text-decoration: none;
    color: #000;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    -ms-flex-align: unset;
    -webkit-align-items: flex-end;
    -webkit-box-align: end;
    align-items: flex-end;
    line-height: 1;
}
.home_past_fairs .title a:after{
    content: "";
    width: 20px;
    height: 1px;
    background-color: var(--theme-color-2);
    margin: 0 0 7px 15px;
}
.home_past_fairs .fair-item{
    position: relative;
    min-height: 100%;
    background-color: #fff;
    border-bottom: 1px solid var(--theme-color-2);
}
.home_past_fairs .fair-item-ads,
.home_past_fairs .fair-item-ads a{
	height:100%;
	width:100%;
	background-color:#fff;
	display:block;
}
.home_past_fairs .fair-item-ads a{
	min-height:400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
	border:1px solid #ededed;
}
.home_past_fairs .fair-item .image{
    display: block;
    height: 250px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.home_past_fairs.type-2 .fair-item{
    border: 1px solid #ededed;
}
.home_past_fairs .fair-item .company-count{
    font-weight: 500;
    color: var(--theme-color-1);
}
.home_past_fairs .fair-item .text h4{
	margin:0 0 15px 0;
}
.home_past_fairs .fair-item .text h4 a{
    text-decoration: none;
    color: var(--theme-color-2);
    font-weight: 700;
}
.home_past_fairs .fair-item .text p{
    line-height: 1.4;
}
.home_past_fairs .fair-item .informations{
	font-weight:300;
}
.home_past_fairs .fair-item .informations strong{
	display:block;
	margin:0 0 5px 0
}
.home_past_fairs .fair-item .more{
    text-align: center;
    display: block;
    text-decoration: none;
    line-height: 1;
    position: absolute;
    background-color: var(--theme-color-1);
    color: #fff;
    padding: 15px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
@media(min-width:1200px){
	.home_past_fairs .fair-item .fair-item-wrap{
		padding: 40px 40px 96px 40px;
	}
	.home_past_fairs .fair-item .text p{
		min-height: 90px;
	}
	.home_past_fairs .fair-item .more{
        left: 40px;
        right: 40px;
        bottom: 40px;
	}
	.home_past_fairs .countdown-wrap .countdown-row .countdown-section{
		padding: 20px 10px;
	}
}
@media(max-width:1200px){
	.home_past_fairs .fair-item .fair-item-wrap{
		padding: 20px 20px 85px 20px;
	}
	.home_past_fairs .fair-item .more{
        left: 20px;
        right: 20px;
        bottom: 20px;
	}
	.home_past_fairs .countdown-wrap .countdown-row .countdown-section{
		padding: 10px 8px;
	}
}
.home_past_fairs .countdown-wrap .countdown-row{
	display: -webkit-box;
	display: -moz-box; 
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
    gap: 1px;
}
.home_past_fairs .countdown-wrap .countdown-row .countdown-section{
    background-color: #f6f7f8;
    text-align: center;
	width: 100%;
}
.home_past_fairs .countdown-wrap .countdown-row .countdown-section .countdown-amount{
    line-height: 0.8;
    font-size: 23px;
    font-family: fantasy;
    letter-spacing: 1px;
    display: block;
	color:var(--theme-color-1)
}
.home_past_fairs .countdown-wrap .countdown-row .countdown-section .countdown-period{
    display: block;
    line-height: 0.8;
    padding: 5px 0 0 0;
    font-size: 11px;
}



.home__about .years{
    border-top-left-radius: 200px;
    border-top-right-radius: 200px;
    border-bottom-right-radius: 200px;
    border-bottom-left-radius: 0px;
    padding: 30px 40px;
    background-color: var(--theme-color-1);
    text-align: center;
    margin: 0 0 0 auto;
    color: #fff;
    display: table;
}
.home__about .image-1,
.home__about .image-2{
    width: 100%;
    border-top-left-radius: 200px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 200px;
    border-bottom-left-radius: 200px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.home__about .image-1{
    height: 400px;
}
.home__about .image-2{
    height: 500px;
}




.ads_banner a{
	height:250px;
	width:100%;
	display:block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}



.home_video_archives .video-item{
	height:100%;
    background-color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
	overflow:hidden;
    -webkit-box-shadow: 0 0 7px 0 rgb(0 0 0 / 13%);
    -moz-box-shadow: 0 0 7px 0 rgb(0 0 0 / 13%);
    box-shadow: 0 0 7px 0 rgb(0 0 0 / 13%);
}
.home_video_archives .video-item .image{
    height: 145px;
    width: 100%;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	text-decoration:none;
	position:relative;
}
.home_video_archives .video-item .image:after{	
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    content: "\f04b";
    background-color: var(--theme-color-1);
    color: #fff;
    height: 40px;
    width: 40px;
    display: block;
    line-height: 40px;
    text-align: center;
    position: absolute;
    left: calc(50% - 20px);
    top: calc(50% - 20px);
}
.home_video_archives .video-item .text{
    padding: 20px;
}
.home_video_archives .video-item .text .date{
    display: block;
    margin: 8px 0 0 0;
    color: #333;
    font-size: 12px;
}
.home_video_archives .video-item .text h4{
    margin: 0;
}
.home_video_archives .video-item .text h4 a{
    text-decoration: none;
    color: var(--theme-color-1);
    font-weight: 500;
    margin: 0;
    line-height: 1.2;
    display: block;
}
.home_video_archives .video-item .text p{
	margin:10px 0 0 0;
	line-height:1.3;
	font-size:12px;
	opacity:0.7
}
.home_video_archives .video-item .text .tags{
    display: table;
    width: 100%;
}
.home_video_archives .video-item .text .tags a{
    float: left;
    color: #fff;
	text-decoration:none;
    margin: 2px 2px 0 0;
    font-weight: 300;
    background-color: #7e7e7e;
    padding: 9px;
    line-height: 1;
	font-size:11px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.home_video_archives .video-item .video-company{
    display: block;
    color: #333;
    text-decoration: none;
}




.main-fairs,
.main-categories{
    background-color: #f6f7f8;
    border: 1px solid #ededed;
}
.main-fairs .main-fairs-search form,
.main-categories .main-categories-search form{
	position: relative;
}
.main-fairs .main-fairs-search form input,
.main-categories .main-categories-search form input{
	width: 100%;
	display: block;
	border: 1px solid #ededed;
	outline: none !important;
	box-shadow: none !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding:15px 20px;
}
.main-fairs .main-fairs-search form button,
.main-categories .main-categories-search form button{
	line-height: 1;
	border: 0;
	padding: 0;
	background-color: transparent;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 30px;
	text-align: left;
}
.main-fairs .list .item,
.main-categories .list .item{
    padding: 15px 0;
    border-top: 1px solid #ededed;
}
.main-fairs .list .item:first-child,
.main-categories .list .item:first-child{
    border-top: 0;
    padding-top: 0;
}
.main-fairs .list .item:last-child,
.main-categories .list .item:last-child{
    padding-bottom: 0;
}
.main-fairs .list .item .top,
.main-categories .list .item .top{
    text-decoration: none;
    color: var(--theme-color-1);
    font-weight: 500;
    position: relative;
    display: block;
	line-height:1.4;
    padding: 0 80px 0 0;
}
.main-fairs .list .item .top p,
.main-categories .list .item .top p{
    color: #333;
    opacity: 0.7;
    line-height: 1.3;
    font-size: 12px;
    margin: 5px 0 0 0;
}
.main-fairs .list .item .top .count{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
}
.main-fairs .list .item .top .count,
.main-categories .list .item .top .count{
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px;
    color: #fff;
    font-size: 12px;
    background-color: #333;
}
.main-fairs .list .item .top .count i{
    display: block;
	margin:0 0 2px 0
}
.main-categories .list .item .top .count i{
	margin:0 5px 0 0
}
.main-fairs .list .item .bottom{
	margin-top:10px;
    display: table;
}
.main-fairs .list .item .bottom a{
    text-decoration: none;
    padding: 10px 12px;
    color: #333;
    border: 1px solid #333;
    line-height: 1;
    font-size: 12px;
    display: block;
	font-weight:400;
    display: table;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.main-fairs .list .item:hover .bottom a{
	border-color:var(--theme-color-1);
	background-color:var(--theme-color-1);
	color:#fff;
}
.main-fairs .list + .add-list,
.main-categories .list + .add-list{
    cursor: pointer;
	text-decoration:none;
    padding: 15px 20px;
    margin: 20px 0 0 0;
    display: block;
    background-color: var(--theme-color-2);
    color: #fff;
    text-align: center;
    line-height: 1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}


.main-fairs .list .countdown-wrap .countdown-row{
	display: -webkit-box;
	display: -moz-box; 
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
    gap: 1px;
}
.main-fairs .list .countdown-wrap .countdown-row .countdown-section{
    background-color: #fff;
    text-align: center;
	width: 100%;
		padding: 10px;
}
.main-fairs .list .countdown-wrap .countdown-row .countdown-section .countdown-amount{
    line-height: 0.8;
    font-size: 23px;
    font-family: fantasy;
    letter-spacing: 1px;
    display: block;
	color:var(--theme-color-1)
}
.main-fairs .list .countdown-wrap .countdown-row .countdown-section .countdown-period{
    display: block;
    line-height: 0.8;
    padding: 5px 0 0 0;
    font-size: 11px;
}


.sectors-page .item{
	
}
.sectors-page .item{
    padding: 30px;
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 6%);
    -moz-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 6%);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 6%);
    height: 100%;
    text-decoration: none;
    display: block;
    color: #333;
    text-align: center;
}
.sectors-page .item .count{
    line-height: 1;
    margin: 0 0 15px 0;
    font-size: 16px;
}
.sectors-page .item .title{
    color: var(--theme-color-1);
    font-weight: 600;
}
.sectors-page .item p{
    margin: 15px 0 0 0;
    line-height: 1.3;
    font-size: 13px;
    opacity: 0.5;
}
.sectors-page .item .buttons{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	gap:15px;
	margin-top:15px;
}
.sectors-page .item .buttons a{
    text-decoration: none;
    color: #333;
    padding: 10px 15px;
    line-height: 1;
    border: 1px solid #333;
    font-size: 13px;
}
.sectors-page .item .buttons a:hover{
	border-color:var(--theme-color-1);
	background-color:var(--theme-color-1);
	color:#fff;
}

.video-sing-wrap{
	width:100%;
	height:420px;
}
.video-sing-wrap iframe{
	height:100%;
	width:100%;
	border:0;
	display:block;
}
.informations .item{
	font-weight:300;
}
.informations .item a{
	text-decoration:none;
	color:var(--theme-color-1);
}
.informations .item strong{
	font-weight:600;
}



