@import url("../plugins/wow/animate.css");
@import url("../plugins/videojs/video-js.css");
@import url("../plugins/light-gallery/lightgallery.min.css");
@import url("../plugins/swiper/swiper-bundle.min.css");
@import url("../plugins/font-awesome/icons.css");
@import url("../plugins/bootstrap/bootstrap.min.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: "Roboto", sans-serif;
    font-size: 15px;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    color: #333;
}
::-webkit-input-placeholder {
    font-family: "Roboto", sans-serif;
	color:#c2c2c2;
	font-weight:300;
	line-height:1.3;
	font-size:13px;
}
:-moz-placeholder {
    font-family: "Roboto", sans-serif;
    color: #c2c2c2;
	font-weight:300;
	line-height:1.3;
	font-size:13px;
}
::-moz-placeholder {
    font-family: "Roboto", sans-serif;
    color: #c2c2c2;
	font-weight:300;
	line-height:1.3;
	font-size:13px;
}
:-ms-input-placeholder {
    font-family: "Roboto", sans-serif;
    color: #c2c2c2;
	font-weight:300;
	line-height:1.3;
	font-size:13px;
}
/* Header */

.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;
    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: 20px;
    right: 20px;
}
.mil-preloader .mil-preloader-animation .mil-pos-abs p {
    font-weight: 400;
    opacity: 0;
    margin: 0 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 picture,
.mil-preloader .mil-preloader-animation .mil-pos-abs picture img {
    display: table;
    max-height: 200px;
	max-width:100%;
	height: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;
    }
}

p {
    line-height: 1.7;
    margin: 0 0 20px 0;
    font-weight: 300;
}
ul {
    margin-bottom: 30px;
}
li {
    line-height: 1.7;
    margin: 0 0 5px 0;
    font-weight: 300;
}
strong {
    font-weight: 500;
}
p:first-child,
ul:first-child,
ol:first-child {
    margin-top: 0;
}
p:last-child,
ul:last-child,
ol:last-child {
    margin-bottom: 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;
}

@-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);
    }
}
@media (min-width: 1200px) {
    .animate-button,
    .animate-button-white,
    .animate-button-white-transparent {
        padding: 20px 25px;
        border: 2px solid;
    }
    .animate-button.small,
    .animate-button-white.small,
    .animate-button-white-transparent.small {
        padding: 14px 22px;
		font-size:13px;
    }
}
@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-button,
.animate-button-white,
.animate-button-white-transparent {
    display: inline-block;
	cursor:pointer;
    line-height: 1;
    text-decoration: none;
    z-index: 1;
    overflow: hidden;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}
.animate-button,
.animate-button-white-transparent {
    color: var(--theme-color-1);
    border-color: var(--theme-color-1);
}
.animate-button-white {
    color: #fff;
    border-color: #fff;
}
.animate-button,
.animate-button:before,
.animate-button-white,
.animate-button-white:before,
.animate-button-white-transparent,
.animate-button-white-transparent:before {
    position: relative;
    -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;
}
.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-1);
}
.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-1) !important;
}
.animate-button-white:hover {
    color: var(--theme-color-1) !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-1) !important;
    border-color: var(--theme-color-1) !important;
}
.animate-button-white:hover:before {
    border-color: #fff !important;
}


/**************** Header ********************/
header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    -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;
}
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 a {
    text-decoration: none;
    outline: 0 !important;
}
/********* Menu ********/
header .header-top .header-top-right .drop-menu{
	position: relative;
}
header .header-top .header-top-right .drop-menu .title: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: -1px;
	line-height: 1;
}
header .header-top .header-top-right .drop-menu .list{
	visibility:hidden;
	opacity:0;
	position: absolute;
    top: 100%;
	right: 0;
	padding: 15px 0;
    text-align: right;
	z-index: 5;
	background-color: #fff;
	-moz-transform: translate(0px, 20px);
	-webkit-transform: translate(0px, 20px);
	-o-transform: translate(0px, 20px);
	-ms-transform: translate(0px, 20px);
	transform: translate(0px, 20px);
	-webkit-transition: all 0.2s 0s ease-in-out;
	-moz-transition: all 0.2s 0s ease-in-out;
	-o-transition: all 0.2s 0s ease-in-out;
	transition: all 0.2s 0s ease-in-out;
    -webkit-box-shadow: 0 0 7px 0 rgb(0 0 0 / 25%);
    -moz-box-shadow: 0 0 7px 0 rgb(0 0 0 / 25%);
    box-shadow: 0 0 7px 0 rgb(0 0 0 / 25%);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
header .header-top .header-top-right .drop-menu .list:before{
    content: "";
    width: 9px;
    height: 9px;
    display: block;
    background-color: #fff;
    position: absolute;
    top: -5px;
    right: 13px;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: -1;
}
header .header-top .header-top-right .drop-menu.active .list{
	visibility:visible;
	opacity:1;
    -moz-transform: none;
    -webkit-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
}
header .header-top .header-top-right .drop-menu .list ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
header .header-top .header-top-right .drop-menu .list li{
    margin: 0;
    line-height: 1;
}
header .header-top .header-top-right .drop-menu .list li a{
	padding:6px 20px;
    white-space: nowrap;
    color: #333;
    font-weight: 400;
    line-height: 1.4;
    display: block;
}
@media (min-width: 1200px) {
	
	header .header-top .header-top-left,
	header .header-top .header-top-left .phone,
	header .header-top .header-top-left .socials,
	header .header-top .header-top-left .socials a,
	header .header-top .header-top-center .header-top-center-wrap .swiper-slide a,
	header .header-top .header-top-right,
	header .header-top .header-top-right .link,
	header .header-top .header-top-right .link .title,
	header .header-top .header-top-right .drop-menu .title{
		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;
	}
	header .header-top{
        background-color: #f6f7f8;
        padding: 10px 0;
	}
	
	header .header-top .header-top-left .phone{
        margin: 0 10px 0 0;
        padding: 0 10px 0 0;
        border-right: 1px solid rgb(221 221 221 / 25%);
        color: var(--theme-color-4);
        font-weight: 900;
        font-size: 18px;
        width: 100px;
        line-height: 16px;
        text-align: right;
	}
	header .header-top .header-top-left .socials{
        padding: 4px 5px;
        background-color: #ededed;
        border: 1px solid #ddd;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        border-radius: 100px;
        gap: 2px;
	}
	header .header-top .header-top-left .socials a{
        font-size: 10px;
        padding: 0;
        background-color: var(--theme-color-1);
        color: #fff;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        border-radius: 100px;
        width: 20px;
        height: 20px;
        text-align: center;
        justify-content: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
	}
	header .header-top .header-top-center{
		width:100%;
	}
	header .header-top .header-top-center .header-top-center-wrap,
	header .header-top .header-top-center .header-top-center-wrap .swiper-slide,
	header .header-top .header-top-center .header-top-center-wrap .swiper-slide .item,
	header .header-top .header-top-center .header-top-center-wrap .swiper-slide .item a{
		height:33px;
	}
	header .header-top .header-top-center .header-top-center-wrap {
		width:100%;
		padding:0 0 0 30px;
		position:relative;
	}
	header .header-top .header-top-center .header-top-center-wrap .swiper-container{
		overflow:hidden;
		height:100%;
	}
	header .header-top .header-top-center .header-top-center-wrap .prev,
	header .header-top .header-top-center .header-top-center-wrap .next{
        position: absolute;
        left: 0;
        width: 14px;
        line-height: 15px;
        font-size: 15px;
        height: 50%;
        text-align: center;
        color: var(--theme-color-1);
        cursor: pointer;
	}
	header .header-top .header-top-center .header-top-center-wrap .prev i,
	header .header-top .header-top-center .header-top-center-wrap .next i{
		position: relative;
		left: -1px;
	}
	header .header-top .header-top-center .header-top-center-wrap .prev{
		top:0;
	}
	header .header-top .header-top-center .header-top-center-wrap .next{
		bottom:0;
	}
	header .header-top .header-top-center .header-top-center-wrap .swiper-slide{
		height:100%;
	}
	header .header-top .header-top-center .header-top-center-wrap .swiper-slide a{
		color: #333;
		text-decoration: none;
        height: 100%;
	}
	header .header-top .header-top-center .header-top-center-wrap .swiper-slide a i{
        color: var(--theme-color-1);
        font-size: 14px;
        position: relative;
        top: -1px;
	}
	header .header-top .header-top-center .header-top-center-wrap .swiper-slide a p{
		width: 100%;
		padding: 0 0 0 10px;
        font-weight: 400;
        font-size: 12px;
	}
	header .header-top .header-top-right .link{
		display:block;
		text-decoration:none;
	}
	header .header-top .header-top-right .link .title,
	header .header-top .header-top-right .drop-menu .title{
        white-space: nowrap;
        height: 33px;
        padding: 0 12px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        color: #fff;
        font-weight: 500;
		cursor:pointer;
	}
	header .header-top .header-top-wrap{
		padding-left:250px;
	}
	body.other-pages header .header-top .header-top-wrap{
		padding-left:150px;
	}
	body.fixed-header header .header-top{
		display:none;
	}
	
	
	
	
	header .header-middle{
		background-color:var(--theme-color-1);
	}
	body.fixed-header header .header-middle{
		background-color:#fff
	}
	body.fixed-header header .header-middle > .container > div:first-child{
		position:relative;
	}
	
	
	header .logo{
        position: absolute;
        left: 0;
        right: 0;
        top: -55px;
        display: table;
        padding: 20px 25px 15px 25px;
        z-index: 2;
	}
	body.fixed-header header .logo{
        padding: 15px 25px 15px 25px;
	}
	header .logo:before{
        content: "";
        background-image: url(../temp/img/logo-bg-white.png);
        position: absolute;
        top: 0;
        left: -71px;
        right: -70px;
        bottom: -5px;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: center top;
	}
	header .logo picture,
	header .logo picture img{
		max-height:150px;
		width:auto;
        display: block;
        position: relative;
	}
	body.other-pages header .logo img{
		max-height:80px;
	}
	body.other-pages header .logo:before{
        left: -40px;
        right: -40px;
        bottom: 0px;
	}
	body.fixed-header header .logo{
        margin: 0;
        top: 0;
	}
	body.fixed-header header .logo:before{
        background-image: url(../temp/img/logo-bg-white.png);
        left: -40px;
        right: -39px;
        bottom: 3px;
        background-size: 100% 100%;
	}
	
	
	body.fixed-header header .logo img{
		max-height:100px;
	}
	
	
}
@media (max-width: 1200px) {
	
	
	
	header .header-top .header-top-left,
	header .header-top .header-top-left .phone,
	header .header-top .header-top-left .socials,
	header .header-top .header-top-left .socials a,
	header .header-top .header-top-center .header-top-center-wrap .swiper-slide a,
	header .header-top .header-top-right,
	header .header-top .header-top-right .link,
	header .header-top .header-top-right .link .title,
	header .header-top .header-top-right .drop-menu .title{
		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;
	}
	header .header-top{
        background-color: #fff;
        padding: 5px 0;
	}
	header .header-top .header-top-left .phone{
        margin: 0 6px 0 0;
        padding: 0 6px 0 0;
        border-right: 1px solid rgb(221 221 221 / 25%);
        color: var(--theme-color-1);
        font-weight: 900;
        font-size: 13px;
        width: 67px;
        line-height: 13px;
        text-align: right;
	}
	header .header-top .header-top-left .phone picture,
	header .header-top .header-top-left .phone picture img{
		display:block;
		max-height: 24px;
		width: auto;
	}
	header .header-top .header-top-left .socials{
        padding: 4px 5px;
        background-color: #ededed;
        border: 1px solid #ddd;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        border-radius: 100px;
        gap: 2px;
	}
	header .header-top .header-top-left .socials a{
        font-size: 10px;
        padding: 0;
        background-color: var(--theme-color-1);
        color: #fff;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        border-radius: 100px;
        width: 20px;
        height: 20px;
        text-align: center;
        justify-content: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
	}
	header .header-top .header-top-center{
        display: none;
	}
	
	
	h
	header .header-top .header-top-right .link{
		display:block;
		text-decoration:none;
	}
	header .header-top .header-top-right .link .title,
	header .header-top .header-top-right .drop-menu .title{
        white-space: nowrap;
        height: 30px;
        padding: 0 10px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        color: #fff;
        font-weight: 300;
		cursor:pointer;
	}
	body.fixed-header header .header-top{
		display:none;
	}
	
	
	header .header-middle{
		background-color:var(--theme-color-1);
        padding: 15px 0;
	}
	body.fixed-header header .header-middle{
		background-color:#fff;
        padding: 10px 0;
	}
	
	
	header .logo{
        position: absolute;
        left: 0;
        right: 0;
        top: -15px;
        display: table;
        padding:0 15px 10px 15px;
        z-index: 100;
	}
	header .logo:before{
        content: "";
        background-image: url(../temp/img/logo-bg-white.png);
        position: absolute;
        top: 0;
        left: -20px;
        right: -20px;
        bottom: 5px;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: center top;
	}
	header .logo picture,
	header .logo picture img{
		max-height:65px;
		width:auto;
        display: block;
        position: relative;
	}
	body.fixed-header header .logo{
        margin: 0;
        top: -10px;
        padding-top: 4px;
	}
	body.fixed-header header .logo:before{
        left: -15px;
        right: -15px;
        bottom: 7px;
        background-size: 100% 100%;
	}
	body.fixed-header header .logo img{
		max-height:50px;
	}
	
}
@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;
		justify-content: flex-end;
		-webkit-justify-content: flex-end;
		-moz-justify-content: flex-end;
    }
    body.fixed-header .menu-wrap .bottom > ul {
		justify-content: flex-end;
		-webkit-justify-content: flex-end;
		-moz-justify-content: flex-end;
    }
    .menu-wrap .bottom ul li.menu-item {
        border: 0;
        padding: 0;
		margin-left:40px;
    }

    .menu-wrap .bottom ul li.menu-item > a {
        font-weight: 400;
        position: relative;
        line-height: 55px;
        color: #fff;
        text-decoration: none;
        z-index: 1;
        display: block;
        white-space: nowrap;
        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;
    }
    body.fixed-header .menu-wrap .bottom ul li.menu-item > a {
        line-height: 50px;
		color:#333;
    }
    .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.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: -1px;
        line-height: 1;
    }
    .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;
    }
   
   
   
   
	header .header-middle ul li a{
		position:relative;
	}
	header .header-middle .sub-menu{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        max-height: 100vh;
        padding: 75px 15px 30px 15px;
        background-color: #fff;
        z-index: -1;
		opacity:0;
		visibility:hidden;
		-moz-transform: translate(0px, 50px);
		-webkit-transform: translate(0px, 50px);
		-o-transform: translate(0px, 50px);
		-ms-transform: translate(0px, 50px);
		transform: translate(0px, 50px);
        -webkit-transition: all 0.2s 0s ease-in-out;
        -moz-transition: all 0.2s 0s ease-in-out;
        -o-transition: all 0.2s 0s ease-in-out;
        transition: all 0.2s 0s ease-in-out;
        -webkit-box-shadow: 0 5px 18px 0 rgb(0 0 0 / 10%);
        -moz-box-shadow: 0 5px 18px 0 rgb(0 0 0 / 10%);
        box-shadow: 0 5px 18px 0 rgb(0 0 0 / 10%);
	}
	body.fixed-header header .header-middle .sub-menu{
        padding-top: 75px;
        background-color: #f6f7f8;
	}
	header .header-middle li.sub-item.active .sub-menu,
	body.header-sub-menu-active header .header-middle li.sub-item.active .sub-menu{
		opacity:1;
		visibility:visible;
		-moz-transform: translate(0px, 0px);
		-webkit-transform: translate(0px, 0px);
		-o-transform: translate(0px, 0px);
		-ms-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
	}
	header .header-middle li.sub-item .sub-menu ul{
        list-style-type: none;
        padding: 0;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        margin: 0 auto;
        max-width: 1294px;
        padding-left: 250px;
        justify-content: flex-end;
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
	}
	header .header-middle li.sub-item .sub-menu ul li {
        flex: 0 0 auto;
        width: 25%;
        padding-left: 2px;
        padding-right: 2px;
        margin-top: 4px;
	}
	header .header-middle li.sub-item .sub-menu ul li a{
        padding: 18px 25px;
        color: var(--theme-color-1);
        display: block;
        border: 2px solid #ddd;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        font-weight: 600;
        text-transform: uppercase;
        text-decoration: none;
        background-color: #fff;
        text-align: right;
	}
	header .header-middle li.sub-item .sub-menu ul li a:hover{
        background-color: #f6f7f8;
	}
	header .header-middle li.sub-item .sub-menu ul li a span{
		margin: 0;
        line-height: 1;
        display: block;
        font-weight: 400;
        opacity: 0.4;
        text-transform: initial;
        font-size: 12px;
        color: #000;
	}
	
	
	
	
   
   
}
@media (max-width: 1200px) {
    .menu-toggle {
        width: 25px;
        height: 20px;
        position: relative;
        cursor: pointer;
    }
    .menu-toggle span {
        height: 1px;
        background-color: #fff;
        position: absolute;
        right: 0;
        -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;
        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.fixed-header .menu-toggle span,
    body.fixed-header.mobile-menu-open .menu-toggle span {
        background-color: #000;
	}
    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: 28px 15px 12px 42px;
        position: relative;
        font-size: 14px;
        border-bottom: 1px solid #f1f1f1;
        background-color: #f6f7f8;
    }
    .menu-list .back-link > span {
		position:relative;
		top:1px;
	}
    .menu-list .back-link > i {
        display: block;
        cursor: pointer;
        position: absolute;
        left: 0;
        top: 0;
        text-align: right;
        z-index: 5;
        padding: 33px 15px 10px 20px;
    }
    .menu-wrap {
        position: fixed;
        left: 0;
        top: 90px;
        bottom: 0;
        width: 100%;
        background-color: #fff;
        z-index: 99;
        -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;
        -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: 40px;
    }
    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: 46px;
        height: 46px;
        text-align: center;
        border-left: 1px solid #f1f1f1;
        margin: -46px 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;
        -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;
        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: 13px;
        padding: 16px 20px;
        border-top: 1px solid #f1f1f1;
        text-decoration: none;
        min-height: 46px;
    }
    .menu-list li:first-child a {
        border-top:0;
    }
    .menu-list>li.menu-item:first-child>a {
        padding-top: 35px;
    }
    .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;
        -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;
        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;
	background-color:#f6f7f8;
	padding:20px;
    border-bottom: 1px solid #ededed;
    border-top: 1px solid #ededed;
}
@media(min-width:992px){
	.breadcrumb ul {
		margin: 0;
	}
}
@media(max-width:992px){
	.breadcrumb ul {
		margin: 0 auto;
	}
}
.breadcrumb ul {
    list-style-type: none;
    padding: 0;
	display:table;
	width:100%;
}
.breadcrumb ul li {
    display: inline-block;
    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 .footer-middle {
    background-color: #212121;
}
footer .footer-logo{
	display:block;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #f6f7f8;
    padding: 50px 20px 20px 20px;
    -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;
}
footer .footer-logo img{
	display: block;
}
footer .list-items .title{
    color: #fff;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 900;
    font-size: 20px;
}
footer .list-items ul{
    margin-bottom:0;
    list-style-type: none;
    padding: 0;
}
footer .list-items ul li{
    margin: 10px 0 0 0;
}
footer .list-items ul li a{
    text-decoration: none;
    color: #fff;
    line-height: 1.3;
    display: block;
    font-weight: 400;
}

footer .footer-socials,
footer .footer-phone{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
@media(min-width:992px){
	footer .footer-socials{
		margin-top: 245px;
	}
	footer .footer-address,
	footer .footer-email{
		text-align: right;
	}
	footer .footer-logos-links a{
		display: inline-block;
		margin: 10px 10px 0 0;
	}
	footer .footer-logo img{
		max-height: 140px;
	}
}
@media(max-width:992px){
	footer .footer-logos-links a{
		display: block;
		margin: 10px 0 0 0;
	}
	footer .footer-logo img{
		max-height: 70px;
	}
}
footer .footer-socials{
    gap: 10px;
}
footer .footer-socials a{
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: var(--theme-color-1);
    font-size: 25px;
    background-color: #fff;
    text-align: center;
}
footer .footer-socials a:hover{
    background-color: #fff;
    color: var(--theme-color-1);
}


footer .footer-address,
footer .footer-email{
    display: block;
    margin: 20px 0 0 0;
    text-decoration: none;
    color: #fff;
    line-height: 1.5;
    font-weight: 300;
}
footer .footer-phone{
    gap: 10px;
    color: var(--theme-color-1);
    text-decoration: none;
    background-color: #fff;
    float: right;
    padding: 25px;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
}
footer .footer-phone i{
    font-size: 30px;
}
footer .footer-phone i + span{
	font-size: 25px;
    text-align: right;
    font-weight: 900;
    line-height: 1;
    display: block;
    margin: 0 0 0 15px;
}



footer .footer-logos-links{
	display:table;
    max-width: 950px;
    width: 100%;
}
footer .footer-logos-links a picture{
    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;
}
footer .footer-logos-links a picture{
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    padding: 12px;
    background-color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
footer .footer-logos-links a picture img{
    display: block;
    max-height: 45px;
    width: auto;
}
footer .footer-bottom {
    color: #fff;
    background-color: #212121;
    font-weight: 300;
}
footer .footer-bottom picture,
footer .footer-bottom picture img{
    max-height: 15px;
}
footer iframe{
	width:100%;
	height:300px;
	display:block;
	border: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 ********************/
.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: 50px;
		position: sticky;
	}
}
.sidebar-menu{
	height: 100%;
}
.sidebar-menu .menu-list-item a{
    padding: 15px 20px;
    display: block;
    text-decoration: none;
    color: #000;
    border-bottom: 1px solid #ededed;
    margin: 0;
}
.sidebar-menu .menu-list-item a:hover,
.sidebar-menu .menu-list-item a.active{
    background-color: #f6f7f8;
}
.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;
}
.board-member-list a{
    color: #000;
    display: block;
    text-align: center;
    border: 1px solid #ededed;
	text-decoration:none;
}
.board-member-list a .image{
    border-bottom: 1px solid #ededed;
    display: block;
    height: 300px;
    width: 100%;
    margin: 0 auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #f6f7f8;
}
.board-member-list a .title{
    margin: 0;
    font-weight: 500;
}
.board-member-list a .text{
	padding:20px 15px
}
.board-member-list a p{
    line-height: 1;
    margin: 10px 0 0 0;
    opacity: 0.5;
}
/**************** Accordions ********************/
.accordions .accordion-item{
    border: 1px solid var(--theme-color-1);
    margin: -1px 0 0 0;
    background-color: #fff;
}
.accordions .accordion-item:first-child {
    margin: 0;
}
.accordions .accordion-item .accordion-item-title {
    position: relative;
    font-weight: 400;
	letter-spacing:1px;
    cursor: pointer;
	color:var(--theme-color-1);
    padding: 20px 80px 20px 20px;
    line-height: 1.4;
}
.accordions .accordion-item .accordion-item-title:before {
    font-family: "Font Awesome 5 Pro";
    color: var(--theme-color-1);
    z-index: 1;
    font-weight: 900;
    content: "\f067";
    margin: 0;
    position: absolute;
    top: 23px;
    right: 15px;
    bottom: 0;
    font-size: 17px;
    text-align: center;
    line-height: 1;
}
.accordions .accordion-item.active .accordion-item-title:before {
    content: "\f068";
}
.accordions .accordion-item .accordion-item-caption {
    line-height: 1.7;
    font-weight: 400;
    background-color: #fff;
}
.accordions .accordion-item:hover .accordion-item-title,
.accordions .accordion-item:hover .accordion-item-title:before,
.accordions .accordion-item.active .accordion-item-title,
.accordions .accordion-item.active .accordion-item-title:before{
    border-color: var(--theme-color-1);
    background-color: var(--theme-color-1);
	color:#fff;
}
.accordions .accordion-item:not(.active) .accordion-item-caption {display: none;}


.home-online-steps .accordions .accordion-item{
    border: 1px solid var(--theme-color-1);
}
.home-online-steps .accordions .accordion-item .accordion-item-title,
.home-online-steps .accordions .accordion-item .accordion-item-title:before {
    color: var(--theme-color-1);
}
.home-online-steps .accordions .accordion-item:hover .accordion-item-title:before,
.home-online-steps .accordions .accordion-item:hover .accordion-item-title,
.home-online-steps .accordions .accordion-item.active .accordion-item-title,
.home-online-steps .accordions .accordion-item.active .accordion-item-title:before{
	color:#fff;
}
/**************** Accordions ********************/
/**************** Post ********************/
.author,
.pagination li a {
    color: #000;
    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;
    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;
    padding: 0 15px;
    font-size: 12px;
    font-weight: 300;
    margin: 0 0 0 5px;
    color: #fff;
}
.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 {
    background-color: #f6f7f8;
}
.pagination li.active a {
    border-color: var(--theme-color-1);
    background-color: var(--theme-color-1);
    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%;
}
.text-lines a{
    color: var(--theme-color-1);
    text-decoration: none;
    font-weight: 500;
}
.posts-block .item.link-none {
    padding: 30px
}
.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: 600;
    line-height: 1.4;
}
.posts-block .item .text a {
    text-decoration: none;
    color: #000;
    line-height: 1.5;
}
.posts-block .item .text .project-info {
	
}
.posts-block .item .text .project-info .i_item {
	margin-top:10px;
    font-weight: 300;
    font-size: 14px;
}
.posts-block .item .text .project-info .i_item strong {
    font-weight: 500;
    margin: 0 5px 0 0;
}
.posts-block .item .text .project-info .i_item:first-child {
	margin-top:0;
}
.posts-block .item .text .more {
    color: #fff;
    font-weight: 300;
    position: absolute;
    right: 30px;
    bottom: 30px;
    padding: 14px 16px;
    line-height: 1;
    background-color: var(--theme-color-1);
}
.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;
}
.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;
}
.page-documents .item,
.page-links .item {
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ededed;
    position: relative;
}
.page-documents .item .top {
    color: #000;
    text-decoration: none;
    display: block;
}
.page-documents .item .top .image picture,
.page-documents .item .top .image picture img{
    display: table;
    margin: 0 auto;
}
@media(min-width:992px){
	.page-documents .item .top,
	.page-links .item .top {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		-ms-flex-align: center;
		-webkit-align-items: center;
		-webkit-box-align: center;
		align-items: center;
	}
	.page-documents .item .top .image {
		width:150px
	}
	.page-documents .item .top .text {
        width: calc(100% - 150px);
        padding: 0 0 0 20px;
	}
}
@media(max-width:992px){
	.page-documents .item .top {
		text-align:center;
	}
	.page-documents .item .top .text {
		padding:15px 0 0 0
	}
	.page-documents .item .top .text .info {
		justify-content: center;
		-webkit-justify-content: center;
		-moz-justify-content: 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,
.gallery-item-video: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 10px 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-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 ********************/
@media (min-width: 1200px) {
	.container-wrap{
		padding:50px;
	}
	.container-wrap-small{
		padding:30px;
	}
	.container-wrap-extra-small{
		padding:20px;
	}
	main{
        padding: 108px 0 0 0;
	}
}
@media (max-width: 1200px) {
	.container-wrap,
	.container-wrap-small,
	.container-wrap-extra-small{
		padding:20px;
	}
	main{
        padding: 90px 0 0 0;
	}
}
/**************** Main ********************/
.fixed-whatsapp{
    border: 2px solid #fff;
    position: fixed;
    color: #fff;
    height: 45px;
    width: 45px;
    text-align: center;
    line-height: 42px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -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: 22px;
    z-index: 5;
    text-decoration: none;
    -webkit-animation: pulse 3s linear infinite;
    animation: pulse 3s linear infinite;
}
.fixed-whatsapp{
	background-color:#4FCE5D;
    right: 30px;
    bottom: 30px;
}


.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 {
    overflow: hidden;
    width: 100%;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-decoration: none;
    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 .swiper-slide .swiper-slide-wrap:before {
    content: "";
    background: rgb(0 0 0 / 60%);
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: #000000;
	background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.86) 100%);
	background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.86) 100%);
	background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.86) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
}
.home-video-images-block .swiper-slide .video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.home-video-images-block .swiper-slide .video video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.home-video-images-block .prev,
.home-video-images-block .next {
    position: absolute;
    z-index: 2;
    color: #fff;
    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 {
    text-align: center;
    z-index: 3;
    position: absolute;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-flex-align: unset;
    -webkit-align-items: flex-end;
    -webkit-box-align: end;
    align-items: flex-end;
}
.home-video-images-block .pagi {
    position: absolute;
    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;
	bottom: 0;
	right: 0;
	left: 0;
}
.home-video-images-block .pagi .swiper-pagination-bullet.prog {
    overflow: hidden;
    cursor: pointer;
    display: block;
    background-color: rgb(255 255 255 / 20%);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    overflow: hidden;
	height: 5px;
}
.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{
	width: 100%;
}
.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: rgb(255 255 255 / 40%);
}
.home-video-images-block
    .pagi
    .swiper-pagination-bullet.prog.swiper-pagination-bullet-active.active
    span {
    animation-play-state: running;
}
@media (min-width: 1400px) {
	
    .home-video-images-block .swiper-slide .swiper-slide-wrap {
        height: 70vh;
    }
	.home-video-images-block .swiper-slide .swiper-slide-wrap .caption {
		padding: 0 0 180px 0;
	}
    .home-video-images-block .prev,
    .home-video-images-block .next {
        font-size: 15px;
        height: 38px;
        width: 38px;
        top: 50%;
        line-height: 39px;
        color: rgba(255, 255, 255, 0.8);
        -moz-transform: translate(0px, -50%);
        -webkit-transform: translate(0px, -50%);
        -o-transform: translate(0px, -50%);
        -ms-transform: translate(0px, -50%);
        transform: translate(0px, -50%);
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        border-radius: 100px;
        border: 1px solid rgba(255, 255, 255, 0.8);
		z-index:3;
    }
    .home-video-images-block .prev:hover,
    .home-video-images-block .next:hover {
        background-color: var(--theme-color-2);
    }
    .home-video-images-block .prev {
        left: 20px;
    }
    .home-video-images-block .next {
        right: 20px;
    }
	
	
	.home-video-images-block .swiper-slide-wrap .title{
        color: #fff;
        text-transform: uppercase;
        line-height: 1.4;
        font-weight: 900;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        font-size: 40px;
        letter-spacing: 1px;
        display: table;
        margin: 0 auto;
	}
	.home-video-images-block .swiper-slide-wrap .text{
        color: #fff;
        line-height: 1.4;
        font-weight: 300;
        max-width: 950px;
	}
	
}
@media (max-width: 1400px) and (min-width: 992px) {
	
    .home-video-images-block .swiper-slide .swiper-slide-wrap {
        height: 100vh;
    }
	.home-video-images-block .swiper-slide .swiper-slide-wrap .caption {
		padding: 0 0 180px 0;
	}
    .home-video-images-block .prev,
    .home-video-images-block .next {
        font-size: 15px;
        height: 38px;
        width: 38px;
        top: 50%;
        line-height: 39px;
        color: rgba(255, 255, 255, 0.8);
        -moz-transform: translate(0px, -50%);
        -webkit-transform: translate(0px, -50%);
        -o-transform: translate(0px, -50%);
        -ms-transform: translate(0px, -50%);
        transform: translate(0px, -50%);
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        border-radius: 100px;
        border: 1px solid rgba(255, 255, 255, 0.8);
		z-index:3;
    }
    .home-video-images-block .prev:hover,
    .home-video-images-block .next:hover {
        background-color: var(--theme-color-2);
    }
    .home-video-images-block .prev {
        left: 20px;
    }
    .home-video-images-block .next {
        right: 20px;
    }
	
	
	.home-video-images-block .swiper-slide-wrap .title{
        color: #fff;
        text-transform: uppercase;
        line-height: 1.4;
        font-weight: 900;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        font-size: 40px;
        letter-spacing: 1px;
        display: table;
        margin: 0 auto;
	}
	.home-video-images-block .swiper-slide-wrap .text{
        color: #fff;
        line-height: 1.4;
        font-weight: 300;
        max-width: 950px;
	}
	
}
@media (max-width: 992px) {
	
    .home-video-images-block .swiper-slide .swiper-slide-wrap {
        height: 400px;
    }
	.home-video-images-block .swiper-slide .swiper-slide-wrap .caption {
		padding: 0 20px 20px 20px;
	}
    .home-video-images-block .prev,
    .home-video-images-block .next {
        font-size: 15px;
        height: 38px;
        width: 38px;
        top: 135px;
        line-height: 39px;
        color: rgba(255, 255, 255, 0.8);
        -moz-transform: translate(0px, -50%);
        -webkit-transform: translate(0px, -50%);
        -o-transform: translate(0px, -50%);
        -ms-transform: translate(0px, -50%);
        transform: translate(0px, -50%);
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        border-radius: 100px;
        border: 1px solid rgba(255, 255, 255, 0.8);
		z-index:3;
    }
    .home-video-images-block .prev:hover,
    .home-video-images-block .next:hover {
        background-color: var(--theme-color-2);
    }
    .home-video-images-block .prev {
        left: 20px;
    }
    .home-video-images-block .next {
        right: 20px;
    }
	
	
	.home-video-images-block .swiper-slide-wrap .title{
        color: #fff;
        text-transform: uppercase;
        line-height: 1.4;
        font-weight: 900;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        font-size: 25px;
        letter-spacing: 1px;
        display: table;
        margin: 0 auto;
	}
	.home-video-images-block .swiper-slide-wrap .text{
        color: #fff;
        line-height: 1.4;
        font-weight: 300;
        max-width: 950px;
	}
	
}
@keyframes progress {
    from {
        width: 0%;
    }
    to {
        width: 100%;
    }
}

.slider-bottom-buttons a,
.slider-bottom-buttons .search-button{
    text-align: 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;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    color: #fff;
    line-height: 1;
    font-weight: 300;
    text-decoration: none;
}
.slider-bottom-buttons a,
.slider-bottom-buttons .search-button{
    background-color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    cursor: pointer;
    color: #333;
}
.slider-bottom-buttons .search-button{
    background-color: var(--theme-color-1);
    color: #fff;
}
.slider-bottom-buttons a picture{
	display:block;
}
.slider-bottom-buttons a img{
    width: auto;
    display: table;
    margin: 0 auto;
}
.slider-bottom-buttons a:hover picture,
.slider-bottom-buttons .search-button:hover i{
    -moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
@media(min-width:1200px){
	.slider-bottom-buttons{
		text-align: center;
		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;
		justify-content: center;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		margin: 0 auto;
		z-index: 2;
		position: absolute;
		gap: 10px;
        bottom: 30px;
        left: 30px;
        right: 30px;
		max-width: 950px;
	}
	.slider-bottom-buttons .search-button picture + div{
		line-height: 1.4;
		text-transform: uppercase;
		font-size: 12px;
	}
	.slider-bottom-buttons a picture + div,
	.slider-bottom-buttons .search-button picture + div{
        font-size: 13px;
        font-weight: 500;
        margin: 15px 0 0 0;
        line-height: 1.3;
	}
	.slider-bottom-buttons .search-button i{
		font-size: 30px;
		line-height: 1;
		margin: 0 0 10px 0;
	}
	.slider-bottom-buttons a picture img{
		max-height: 40px;
	}
	.slider-bottom-buttons .item-wrap,
	.slider-bottom-buttons a,
	.slider-bottom-buttons .search-button{
		height: 125px;
		width: 100%;
	}
	.slider-bottom-buttons .search-button{
        min-width: 130px;
        width: 130px;
        margin: 0 10px;
	}
}
@media(max-width:1200px) and (min-width:400px){
	.slider-bottom-buttons .search-button picture + div{
		line-height: 1.4;
		text-transform: uppercase;
		font-size: 12px;
	}
	.slider-bottom-buttons a picture + div,
	.slider-bottom-buttons .search-button picture + div{
        font-size: 13px;
        font-weight: 500;
        margin: 15px 0 0 0;
        line-height: 1.3;
	}
	.slider-bottom-buttons .search-button i{
		font-size: 30px;
		line-height: 1;
		margin: 0 0 10px 0;
	}
	.slider-bottom-buttons a picture img{
		max-height: 40px;
	}
	.slider-bottom-buttons a,
	.slider-bottom-buttons .search-button{
		height: 125px;
	}
	
	
	.slider-bottom-buttons{
		padding:1px 5px 5px 5px;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		margin-right: -2px;
		margin-left: -2px;
	}
	.slider-bottom-buttons .item-wrap{
		margin-top:4px;
		flex: 0 0 auto;
		width: 33.33%;
		padding:0 2px;
	}
	.slider-bottom-buttons .search-button-wrap,
	.slider-bottom-buttons .search-button-wrap .search-button{
		width: 100%;
		flex: 0 0 auto;
	}
	
}
@media(max-width:400px){
	.slider-bottom-buttons .search-button picture + div{
		line-height: 1.4;
		text-transform: uppercase;
		font-size: 12px;
	}
	.slider-bottom-buttons a picture + div,
	.slider-bottom-buttons .search-button picture + div{
        font-size: 13px;
        font-weight: 500;
        margin: 15px 0 0 0;
        line-height: 1.3;
	}
	.slider-bottom-buttons .search-button i{
		font-size: 30px;
		line-height: 1;
		margin: 0 0 10px 0;
	}
	.slider-bottom-buttons a picture img{
		max-height: 40px;
	}
	.slider-bottom-buttons a,
	.slider-bottom-buttons .search-button{
		height: 125px;
	}
	
	
	.slider-bottom-buttons{
		padding:1px 5px 5px 5px;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		margin-right: -2px;
		margin-left: -2px;
	}
	.slider-bottom-buttons .item-wrap{
		margin-top:4px;
		width: 100%;
		flex: 0 0 auto;
		padding:0 2px;
		order:1;
	}
	.slider-bottom-buttons .search-button-wrap{
		order:0;
	}
	
}


.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;
}
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: 30%;
        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 #026b02;
        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: 70%;
        height: 100%;
		background-color: #fff;
    }
    .search-fixed-block {
        padding: 70px 30px 30px 30px;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -webkit-box-align: center;
        align-items: center;
    }
    .search-fixed-block .wrap {
        max-width: 950px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }
    .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: 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-post-item {
    display: block;
    text-decoration: none;
    color: #333;
    padding: 20px;
    border-top: 1px solid #ededed;
}
.search-fixed-block .wrap .right .bottom .search-post-items .search-post-item:first-child{
    margin: 0;
    border-top: 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;
	line-height:1.4;
}
.search-fixed-block .wrap .right .bottom .search-post-items .search-post-item .tag{
    margin: 5px 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;
}





.home-announcements .important-announcements .slider{
	overflow:hidden;
	position:relative;
}
.home-announcements .important-announcements a{
    display: table;
    text-decoration: none;
    color: #fff;
	position:relative;
    width: 100%;
}
.home-announcements .important-announcements a .image{
	width:100%;
	height:100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	position:relative;
}
.home-announcements .important-announcements a .image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: #000000;
    background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.76) 0%, rgba(0, 0, 0, 0) 100%);
    background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.76) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.76) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
}
.home-announcements .important-announcements a .caption{
    position: absolute;
    z-index: 2;
}
.home-announcements .important-announcements a .caption h4{
    margin: 0;
    font-weight: 600;
	line-height:1.4;
}
.home-announcements .important-announcements a .caption .date{
    font-size: 13px;
    font-weight: 300;
    margin: 10px 0 0 0;
    line-height: 1;
	display:block;
}
.home-announcements .important-announcements a .caption p{
    margin: 20px 0 0 0;
    line-height: 1.5;
}
.home-announcements .important-news .list{
	border:1px solid #ededed;
}
.home-announcements .important-news a{
    text-decoration: none;
    color: #333;
    display: block;
    padding: 30px;
    border-top: 1px solid #ededed;
}
.home-announcements .important-news .item:first-child a{
    border-top: 0
}
.home-announcements .important-news a h4{
    color: var(--theme-color-1);
    font-weight: 500;
    margin: 0;
}
.home-announcements .important-news a span{
    display: block;
    margin: 5px 0 0 0;
    font-weight: 400;
    opacity: 0.5;
    font-size: 12px;
}
.home-announcements .important-news a p{
    line-height: 1.4;
    margin: 10px 0 0 0;
    font-size: 12px;
    font-weight: 400;
}
@media(min-width:992px){
	.home-announcements .important-news .list,
	.home-announcements .important-announcements .slider{
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
	}
	.home-announcements .important-news .list,
	.home-announcements .important-announcements a{
		height:500px;
	}
	.home-announcements .important-news .list{
		overflow-y:auto;
        background-color: #fff;
	}
	.home-announcements .important-announcements a .caption{
		max-width:650px;
		left: 50px;
		right: 50px;
		bottom: 50px;
	}
	.home-announcements .important-announcements .paginations{
		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;
        gap: 10px;
        position: absolute;
        bottom: 20px;
        right: 20px;
        z-index: 2;
	}
	.home-announcements .important-announcements .paginations .paginations-item{
		width:15px;
		height:15px;
		cursor:pointer;
		border:2px solid #fff;
		-webkit-border-radius: 100px;
		-moz-border-radius: 100px;
		border-radius: 100px;
	}
	.home-announcements .important-announcements .paginations .paginations-item.swiper-pagination-bullet-active{
		background-color:#fff;
	}
}
@media(max-width:992px){
	.home-announcements .important-news .list,
	.home-announcements .important-announcements .slider{
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
	}
	.home-announcements .important-news .list,
	.home-announcements .important-announcements a{
		height:500px;
	}
	.home-announcements .important-news .list{
		overflow-y:auto;
        background-color: #fff;
	}
	.home-announcements .important-announcements a .caption{
		max-width:650px;
		left: 50px;
		right: 50px;
		bottom: 50px;
	}
	.home-announcements .important-announcements .paginations{
		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;
        gap: 10px;
        position: absolute;
        bottom: 20px;
        right: 20px;
        z-index: 2;
	}
	.home-announcements .important-announcements .paginations .paginations-item{
		width:15px;
		height:15px;
		cursor:pointer;
		border:2px solid #fff;
		-webkit-border-radius: 100px;
		-moz-border-radius: 100px;
		border-radius: 100px;
	}
	.home-announcements .important-announcements .paginations .paginations-item.swiper-pagination-bullet-active{
		background-color:#fff;
	}
}




.home-galleries .prev,
.home-galleries .next{
	color:#fff;
    line-height: 1;
    display: block;
    cursor: pointer;
}
.home-galleries .b-title h4{
	font-family:Nosifer;
}
.home-galleries .b-title{
	max-width:750px;
}
.home-galleries .bg{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: top center;
    background-size: 100% auto;
    background-repeat: no-repeat;
}
@media(min-width:1200px){
	.home-galleries .bg{
		top: -70px;
	}
}
@media(max-width:1200px){
	.home-galleries .bg{
		top: -35px;
	}
}
.home-galleries [data-gallery-item-video]{
    display: block;
	position:relative;
	text-decoration:none;
}
.home-galleries [data-gallery-item-video] .image:after{
    font-family: "Font Awesome 6 Pro";
    content: var(--fa);
    --fa: "\f04b";
    --fa--fa: "\f04b\f04b";
    font-weight: 900;
    position: absolute;
    top: calc(50% - 20px);
    left: 0;
    right: 0;
    margin: 0 auto;
    display: table;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0 0 0 4px;
    text-align: center;
    color: #fff;
    font-size: 21px;
    background-color: var(--theme-color-1);
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}
.home-galleries [data-gallery-item-video] .image{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
	height:150px;
	position:relative;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
    overflow: hidden;
}
.home-galleries [data-gallery-item-video] .title{
    font-weight: 500;
    margin: 15px 0 0 0;
    color: #fff;
    line-height: 1.4;
    font-size: 14px;
}



@media(min-width:992px){
	.home-buttons-users .left:before{
		content: "";
		position: absolute;
		top: -500px;
		bottom: -500px;
		left: -9999px;
		background-color: #fff;
		z-index: 2;
		right: 0;
		border-right: 1px solid #ededed;
	}
}
.home-buttons-users .user-item{
	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:20px;
    text-decoration: none;
    color: #333;
    padding: 34px;
    -webkit-box-shadow: 0 1px 4px 0 rgb(0 0 0 / 13%);
    -moz-box-shadow: 0 1px 4px 0 rgb(0 0 0 / 13%);
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 13%);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
}
.home-buttons-users .user-item .image{
	width:50%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	overflow:hidden;
}
.home-buttons-users .user-item .image picture,
.home-buttons-users .user-item .image picture img{
    width: 100%;
    height: auto;
	display:block;
}
.home-buttons-users .user-item .detail{
	width:50%;
}
.home-buttons-users .user-item .detail h4{
    font-weight: 600;
    font-size: 20px;
    color: var(--theme-color-1);
    margin: 0;
}
.home-buttons-users .user-item .detail p{
    font-weight: 400;
    margin: 5px 0 0 0;
    line-height: 1.2;
}
.home-buttons-users .button-item{
    -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;
    text-align: center;
    padding: 0 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 4px 0 rgb(0 0 0 / 9%);
    -moz-box-shadow: 0 1px 4px 0 rgb(0 0 0 / 9%);
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 9%);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
    color: #333;
    height: 145px;
    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;
    border-bottom: 3px solid var(--theme-color-1);
}
.home-buttons-users .button-item: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);
}
.home-buttons-users .button-item picture,
.home-buttons-users .button-item picture img{
	display:block;
	margin:0 auto;
    max-width: 100%;
    max-height: 40px;
}
.home-buttons-users .button-item picture + div{
    color: var(--theme-color-1);
    margin: 20px 0 0 0;
    font-weight: 600;
    font-size: 14px;
}





.marquee-slider-block .b-title{
	max-width:1000px;
	margin-left:auto;
	margin-right:auto;
}
.marquee-slider-1{
	margin:0 auto;
	display:table;
}
.marquee-slider-1 .swiper-slide a{
	position:relative;
    text-decoration: none;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: url(desaturate.svg#greyscale);
    filter: gray;
    -webkit-filter: grayscale(1);
    -webkit-box-shadow: 0 3px 3px 0 rgb(0 0 0 / 40%);
    -moz-box-shadow: 0 3px 3px 0 rgb(0 0 0 / 40%);
    box-shadow: 0 3px 3px 0 rgb(0 0 0 / 40%);
	-webkit-transition: all 0.2s 0s ease-in-out;
	-moz-transition: all 0.2s 0s ease-in-out;
	-o-transition: all 0.2s 0s ease-in-out;
	transition: all 0.2s 0s ease-in-out;
}
.marquee-slider-1 .swiper-slide a:hover{
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: unset;
    -webkit-filter: grayscale(0);
}
.marquee-slider-1 .swiper-slide a:after{
    font-family: "Font Awesome 6 Pro";
    --fa: "\f424";
    --fa--fa: "\f424\f424";
    content: var(--fa);
    font-weight: 900;
    text-decoration: none;
    color: #fff;
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 20px;
    line-height: 1;
}
@media(min-width:992px){
	.marquee-slider-1 .swiper-slide,
	.marquee-slider-1 .swiper-slide a{
		width: 130px;
		height: 130px;
		-webkit-border-radius: 34px;
		-moz-border-radius: 34px;
		border-radius: 34px;
	}
}
@media(max-width:992px) and (min-width:768px){
	.marquee-slider-1 .swiper-slide,
	.marquee-slider-1 .swiper-slide a{
		width: 100px;
		height: 100px;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		border-radius: 15px;
	}
}
@media(max-width:768px){
	.marquee-slider-1 .swiper-slide,
	.marquee-slider-1 .swiper-slide a{
		width: 80px;
		height: 80px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}
}
.marquee-slider-1 .swiper-slide{
    -webkit-box-shadow: 0 1px 6px 0 rgb(0 0 0 / 8%);
    -moz-box-shadow: 0 1px 6px 0 rgb(0 0 0 / 8%);
    box-shadow: 0 1px 6px 0 rgb(0 0 0 / 8%);
}
.marquee-slider-1 .swiper-slide,
.marquee-slider-1 .swiper-slide a{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    flex: none;
    display: flex;
}
.marquee-slider-1 .cloned{
	display:none !important;
}



.home-events .prev,
.home-events .next{
    line-height: 1;
    display: block;
    cursor: pointer;
}
.home-events .title{
    content: "";
	max-width:600px;
}
.home-events .event-item{
    position: relative;
    min-height: 100%;
    background-color: #fff;
    border-bottom: 2px solid var(--theme-color-1);
    -webkit-box-shadow: 0 3px 6px 0 rgb(0 0 0 / 9%);
    -moz-box-shadow: 0 3px 6px 0 rgb(0 0 0 / 9%);
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 9%);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -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;
}
.home-events .event-item-ads,
.home-events .event-item-ads a{
	height:100%;
	width:100%;
	background-color:#fff;
	display:block;
}
.home-events .event-item-ads a{
	min-height:400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
	border:1px solid #ededed;
}
.home-events .event-item .image{
    display: block;
    height: 190px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.home-events.type-2 .event-item{
    border: 1px solid #ededed;
}
.home-events .event-item .company-count{
    font-weight: 500;
    color: var(--theme-color-1);
}
.home-events .event-item .text{
    min-height: 135px;
}
.home-events .event-item .text h4{
	margin:0 0 15px 0;
}
.home-events .event-item .text h4 a{
    text-decoration: none;
    color: var(--theme-color-1);
    font-weight: 700;
}
.home-events .event-item .text p{
    line-height: 1.4;
	opacity:0.7
}
.home-events .event-item .informations{
	font-weight:300;
}
.home-events .event-item .informations strong{
	display:block;
	margin:0 0 5px 0
}
.home-events .event-item .more{
    text-align: center;
    text-decoration: none;
    line-height: 1;
    position: absolute;
    color: var(--theme-color-1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 2px solid var(--theme-color-1);
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    display: table;
    margin: 0 auto;
	font-size: 12px;
	font-weight: 500;
	background-color: #fff;
}
.home-events .event-item .finished-message,
.home-events .event-item .countdown-wrap{
    position: absolute;
}
@media(min-width:1200px){
	.home-events .event-item .event-item-wrap{
		padding: 25px 25px 120px 25px;
	}
	.home-events .event-item:hover{
		-moz-transform: translate(0px, -10px);
		-webkit-transform: translate(0px, -10px);
		-o-transform: translate(0px, -10px);
		-ms-transform: translate(0px, -10px);
		transform: translate(0px, -10px);
	}
	.home-events .event-item .text p{
		min-height: 70px;
	}
	.home-events .event-item .more{
        left: 25px;
        right: 25px;
        padding: 10px 15px;
        bottom: -18px;
	}
	.home-events .event-item .more:hover{
        background-color: var(--theme-color-1);
        color: #fff
	}
	.home-events .event-item .finished-message{
        left: 10px;
        right: 10px;
        bottom: 10px;
	}
	.home-events .event-item .countdown-wrap{
        left: 10px;
        right: 10px;
        bottom: 10px;
	}
	.home-events .countdown-wrap .countdown-row .countdown-section{
		padding: 20px 10px;
	}
	.home-events .event-item .finished-message{
        padding: 14px 10px;
		text-align:center;
	}
}
@media(max-width:1200px){
	.home-events .event-item .event-item-wrap{
		padding: 25px 25px 120px 25px;
	}
	.home-events .event-item:hover{
		-moz-transform: translate(0px, -10px);
		-webkit-transform: translate(0px, -10px);
		-o-transform: translate(0px, -10px);
		-ms-transform: translate(0px, -10px);
		transform: translate(0px, -10px);
	}
	.home-events .event-item .text p{
		min-height: 70px;
	}
	.home-events .event-item .more{
        left: 25px;
        right: 25px;
        padding: 10px 15px;
        bottom: -18px;
	}
	.home-events .event-item .more:hover{
        background-color: var(--theme-color-1);
        color: #fff
	}
	.home-events .event-item .countdown-wrap{
        left: 10px;
        right: 10px;
        bottom: 10px;
	}
	.home-events .countdown-wrap .countdown-row .countdown-section{
		padding: 20px 10px;
	}
}
.home-events .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-events .countdown-wrap .countdown-row .countdown-section{
    background-color: #f6f7f8;
    text-align: center;
	width: 100%;
}
.home-events .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-events .countdown-wrap .countdown-row .countdown-section .countdown-period{
    display: block;
    line-height: 0.8;
    padding: 5px 0 0 0;
    font-size: 11px;
}