@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");
@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: "Space Grotesk", sans-serif;
    font-size: 14px;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    color: #000;
}
::-webkit-input-placeholder {
    font-family: "Space Grotesk", sans-serif;
	color:#333;
	font-weight:300;
	line-height:1.3;
    font-size: 14px;
}
:-moz-placeholder {
    font-family: "Space Grotesk", sans-serif;
	color:#333;
	font-weight:300;
	line-height:1.3;
    font-size: 14px;
}
::-moz-placeholder {
    font-family: "Space Grotesk", sans-serif;
	color:#333;
	font-weight:300;
	line-height:1.3;
    font-size: 14px;
}
:-ms-input-placeholder {
    font-family: "Space Grotesk", sans-serif;
	color:#333;
	font-weight:300;
	line-height:1.3;
    font-size: 14px;
}

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: 800;
}
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);
    }
}
@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: 14px;
    }
}
@media (max-width: 1200px) {
    .animate-button,
    .animate-button-white,
    .animate-button-white-transparent {
        padding: 10px 12px;
        font-size: 12px;
        font-weight: 300;
        border: 1px solid;
        text-align: center;
    }
    .animate-button i,
    .animate-button-white i,
    .animate-button-white-transparent i {
        margin: 5px 0 0 0;
        display: block;
    }
}
.animate-button,
.animate-button-white,
.animate-button-white-transparent {
    display: inline-block;
    line-height: 1;
    text-decoration: none;
    z-index: 1;
    overflow: hidden;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.animate-button,
.animate-button-white-transparent {
    color: var(--theme-color-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;
}


/**************** Preloader ********************/
.mil-preloader {
    position: fixed;
    z-index: 99999999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #f6f7f8;
}
.mil-preloader .mil-preloader-animation {
    opacity: 0;
    position: relative;
    height: 100vh;
}
.mil-preloader .mil-preloader-animation .mil-pos-abs {
    position: absolute;
    color: #212121;
    height: 100vh;
    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;
    }
}
/**************** Preloader ********************/
/**************** Language ********************/
.languages-caption{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding:20px;
	background-color: rgb(0 0 0 / 50%);
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
    z-index: 10;
	-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;
	visibility:hidden;
	opacity:0
}
body.language-list-open .languages-caption{
	-moz-transform: translate(0px, 0px);
	-webkit-transform: translate(0px, 0px);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
	visibility:visible;
	opacity:1
}
.languages-caption .wrap{
	padding:40px;
	position: relative;
	width: 100%;
	background-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-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;
	-moz-transform: translate(0px, -30px);
	-webkit-transform: translate(0px, -30px);
	-o-transform: translate(0px, -30px);
	-ms-transform: translate(0px, -30px);
	transform: translate(0px, -30px);
	visibility:hidden;
	opacity:0
}
body.language-list-open .languages-caption .wrap{
    max-width: 550px;
	-moz-transform: translate(0px, 0px);
	-webkit-transform: translate(0px, 0px);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
	visibility:visible;
	opacity:1
}
.languages-caption .wrap a{
	text-decoration: none;
	color: #000;
	font-weight: 500;
}
.languages-caption .wrap a.active{
	color:var(--theme-color-1)
}
.languages-caption .wrap [data-closed]{
	cursor: pointer;
	position: absolute;
	top: 15px;
	right: 15px;
	font-size: 19px;
	height: 20px;
	width: 20px;
	line-height: 21px;
	text-align: center;
}
/**************** Language ********************/
/**************** Header ********************/
header {
    left:0;
    right:0;
    background-color: transparent;
    position: fixed;
    top: 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;
}
header a {
    text-decoration: none;
    outline: 0 !important;
}
/********* Menu ********/
header .header-middle .header-left .logo,
header .header-middle .header-left .logo picture,
header .header-top .links,
header .header-top .links a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    line-height: 1;
    position: relative;
    white-space: nowrap;
}
header .header-middle .header-left .logo img {
	width: auto;
	display: block;
}
@media (min-width: 1200px) {
	
	header .header-top{
		padding:20px 0 20px 0;
	}
	body:not(.fixed-header) header .header-middle{
		padding:0 0 20px 0;
	}
	
	header .header-top .languages{
		margin: 0 0 0 20px;
        position: relative;
	}
	header .header-top .languages .title{
        cursor: pointer;
        line-height: 1;
        font-weight: 300;
        font-size: 13px;
	}
	body.fixed-header header .header-top{
		display:none;
	}
	
	header .header-top a{
        color: #333;
        margin: 0 0 0 20px;
        font-size: 13px;
	}
	header .header-top a:first-child{
        margin: 0;
	}
	
	
	header .header-middle .header-left .logo{
        position: absolute;
        top: -53px;
        left: 0;
        background-color: #fff;
        padding: 18px 0;
        z-index: 2;
	}
	body.fixed-header header .header-middle .header-left .logo{
        top: 0;
        padding: 5px 0;
	}
	header .header-middle .header-left .logo,
	header .header-middle .header-left .logo picture{
        display: block;
	}
	header .header-middle .header-left .logo picture img{
        display: block;
        height: 80px;
        width: auto;
	}
	body.fixed-header header .header-middle .header-left .logo picture img{
        height: 39px;
	}
	
	header .header-middle .header-right{
		width:100%;
	}
	header .header-middle .header-right .offer-button{
        padding: 0 20px;
        background-color: var(--theme-color-1);
        color: #fff;
        text-decoration: none;
        font-weight: 500;
        letter-spacing: 1px;
        text-transform: uppercase;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        font-size: 13px;
        height: 43px;
        line-height: 43px;
	}
	header .header-middle .header-right .search{
        margin: 0 20px 0 30px;
        cursor: pointer;
	}
	
	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;
	}

}
@media (max-width: 1200px) {
	
	header .header-top{
		padding:10px 0 10px 0
	}
	body:not(.fixed-header) header .header-middle{
		padding:0 0 10px 0;
	}
	
	header .header-top .languages{
		margin: 0 0 0 20px;
        position: relative;
	}
	header .header-top .languages .title{
        cursor: pointer;
        line-height: 1;
        font-weight: 300;
        font-size: 13px;
        color: #000;
	}
	header .header-top .languages .title i{
		position:relative;
		top:-2px;
	}
	body.fixed-header header .header-top{
		display:none;
	}
	
	header .header-top a{
        color: #000;
        margin: 0 0 0 20px;
        font-size: 13px;
	}
	header .header-top a:first-child{
        margin: 0;
	}
	
	
	header .header-middle .header-left .logo{
        position: absolute;
        top: -33px;
        left: 0;
        background-color: #fff;
        padding: 17px 0;
        z-index: 2;
	}
	body.fixed-header header .header-middle .header-left .logo{
        top: -5px;
        padding: 5px 0;
	}
	header .header-middle .header-left .logo,
	header .header-middle .header-left .logo picture{
        display: block;
	}
	header .header-middle .header-left .logo picture img{
        display: block;
        height: 39px;
        width: auto;
	}
	body.fixed-header header .header-middle .header-left .logo picture img{
        height: 30px;
	}
	
	header .header-middle .header-right{
		width:100%;
	}
	header .header-middle .header-right .offer-button{
        padding: 0 10px;
        background-color: var(--theme-color-2);
        color: #fff;
        text-decoration: none;
        font-weight: 500;
        letter-spacing: 1px;
        text-transform: uppercase;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        font-size: 13px;
        height: 30px;
        line-height: 32px;
	}
	
	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;
	}
	
	
	body.fixed-header header .header-middle{
		padding:5px 0;
	}
	body.mobile-menu-open header .header-middle{
		padding-bottom:10px;
	}
	body.mobile-menu-open.fixed-header header .header-middle{
		padding-bottom:6px;
	}
	body.fixed-header header .header-middle .header-right .search,
	body.mobile-menu-open header .header-middle .header-right .search,
	body.fixed-header header .header-top .languages .title,
	body.mobile-menu-open header .header-top .languages .title,
	body.fixed-header header .header-top a,
	body.mobile-menu-open header .header-top a{
        color: #333;
	}
	
}

@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;
    }
    .menu-wrap .bottom ul li.menu-item {
        border: 0;
        padding: 0;
        margin: 0 0 0 30px;
		position:relative;
    }

    .menu-wrap .bottom ul li.menu-item a {
        font-weight: 400;
        position: relative;
        color: #212121;
        text-decoration: none;
        z-index: 1;
        display: block;
    }
    .menu-wrap .bottom ul li {
        margin-bottom: 0;
    }
    .menu-wrap .bottom > ul > li.menu-item:first-child {
        margin-left: 0;
    }
    .menu-wrap .bottom > ul > li.menu-item > a {
        white-space: nowrap;
        line-height: 43px;
        color: #000;
        font-weight: 500;
        letter-spacing: 1px;
        text-transform: uppercase;
        text-decoration: none;
    }
    .menu-wrap .bottom > ul > li.sub-item > a:after {
        content: "\f078";
        font-family: "Font Awesome 5 Pro";
        font-weight: 500;
        text-align: center;
        font-size: 10px;
        margin: 0 0 0 5px;
        position: relative;
        top: 0;
    }
    .menu-wrap .bottom > ul > li.sub-item > a {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -webkit-box-align: center;
        align-items: center;
    }
    .menu-wrap .bottom > ul > li.menu-item > a > span,
    .menu-wrap .bottom > ul > li.sub-item > .next-link,
    .menu-wrap .bottom > ul > li.sub-item .sub-menu .next-link,
    .menu-wrap .bottom .menu-list .back-link {
		display:none;
    }
    body.fixed-header .menu-wrap .bottom ul li.menu-item a {
        color: #333;
        line-height: 49px;
    }
    .menu-wrap .bottom > ul > li.menu-item.sub-item > .sub-menu {
        visibility: hidden;
        opacity: 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;
        top: 100%;
        position: absolute;
        width: auto;
        left: 0;
        min-width: 300px;
        -moz-transform: translate(0, 30px);
        -webkit-transform: translate(0, 30px);
        -o-transform: translate(0, 30px);
        -ms-transform: translate(0, 30px);
        transform: translate(0, 30px);
        padding: 15px 0;
    }
    body.fixed-header .menu-wrap .bottom > ul > li.menu-item.sub-item > .sub-menu {
        top: 100%
    }
	.menu-wrap .bottom > ul > li.menu-item:nth-last-child(1) .sub-menu,
	.menu-wrap .bottom > ul > li.menu-item:nth-last-child(2) .sub-menu,
	.menu-wrap .bottom > ul > li.menu-item:nth-last-child(3) .sub-menu{
        left: auto;
        right: 0;
    }
	
    .menu-wrap .bottom ul li.menu-item.sub-item .sub-menu ul {
        overflow: hidden;
        background-color: #fff;
        padding: 15px 0 15px 0;
        -webkit-box-shadow: 0 3px 10px 0 rgb(0 0 0 / 9%);
        -moz-box-shadow: 0 3px 10px 0 rgb(0 0 0 / 9%);
        box-shadow: 0 3px 10px 0 rgb(0 0 0 / 9%);
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
    }
    .menu-wrap .bottom ul li.menu-item.sub-item .sub-menu a {
        line-height: 30px;
        padding: 0 25px;
        color: #000;
        font-size: 14px;
        font-weight: 300;
        border-top: 1px solid #fff;
		white-space:nowrap;
    }
    .menu-wrap .bottom ul li.menu-item.sub-item .sub-menu li:first-child a {
        border-top: 0;
    }
    .menu-wrap .bottom ul li.menu-item.sub-item .sub-menu a:hover {
        position: relative;
		color:var(--theme-color-1)
    }
    .menu-wrap .bottom ul li.menu-item.sub-item:hover > .sub-menu {
        visibility: visible;
        opacity: 1;
        -moz-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    .menu-wrap
        .bottom
        > ul
        > li.sub-item
        > .sub-menu
        ul
        li.sub-item:hover
        > .sub-menu {
        top: 0;
        left: 100%;
        right: auto;
        text-align: left;
    }
    .menu-wrap .bottom > ul > li > ul > li.sub-item:hover > .sub-menu {
        right: 400px;
    }
    body.mobile-menu-open .menu-wrap {
        -moz-transform: translate(0, 0px);
        -webkit-transform: translate(0, 0px);
        -o-transform: translate(0, 0px);
        -ms-transform: translate(0, 0px);
        transform: translate(0, 0px);
    }
}
@media (max-width: 1200px) {
    .menu-toggle {
        width: 25px;
        height: 20px;
        position: relative;
        cursor: pointer;
    }
    .menu-toggle span {
        height: 1px;
        background-color: #000;
        position: absolute;
        right: 0;
        -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.mobile-menu-open .menu-toggle span {
        background-color: #333;
	}
    body.mobile-menu-open .menu-toggle span:nth-child(1) {
        width: 100%;
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        top: calc(50% - 0.5px);
    }
    body.mobile-menu-open .menu-toggle span:nth-child(2) {
        width: 0;
    }
    body.mobile-menu-open .menu-toggle span:nth-child(3) {
        width: 100%;
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        bottom: calc(50% - 0.5px);
    }

    .menu-list .back-link {
        cursor: pointer;
        display: block;
        padding: 0 15px 0 65px;
        height: 46px;
        line-height: 46px;
        border-top: 1px solid #f1f1f1;
        border-bottom: 1px solid #f1f1f1;
        position: relative;
        font-size: 14px;
    }
    .menu-list .back-link > i {
        display: block;
        cursor: pointer;
        position: absolute;
        left: 0;
        top: 0;
        line-height: 47px;
        width: 46px;
        height: 46px;
        text-align: center;
        z-index: 5;
        border-right: 1px solid #f1f1f1;
    }
    .menu-wrap {
        position: fixed;
        left: 0;
        top: 73px;
        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: 41px;
    }
    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% - 46px);
        overflow-y: auto;
        overflow-x: hidden;
    }
    .menu-list,
    .menu-list > ul,
    .menu-list > ul div.sub-menu {
        list-style-type: none;
        padding: 0;
        margin: 0;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        overflow-y: auto;
        overflow-x: hidden;
    }
    .menu-list li.sub-item > .next-link {
        display: block;
        cursor: pointer;
        position: absolute;
        right: 0;
        line-height: 48px;
        width: 45px;
        height: 45px;
        text-align: center;
        border-left: 1px solid #f1f1f1;
        margin: -45px 0 0 0;
    }
    .menu-list li.sub-item > .next-link + .back-link {
        position: fixed;
        right: 0;
        left: auto;
        width: 100%;
        top: 33px;
        z-index: 5;
        line-height: 1;
        -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: 14px;
        padding: 15px 20px;
        border-top: 1px solid #f1f1f1;
        text-decoration: none;
    }
    .menu-list .back-link + ul li:first-child a {
        border-top: 0
    }
    .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: #fff;
    background-color: #444444;
}
.breadcrumb ul {
    list-style-type: none;
    padding: 0;
    margin: 0 auto;
    display: table;
}
.breadcrumb ul li {
    float: left;
    margin: 0;
    color: #fff;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 13px;
}
.breadcrumb ul li p {
    line-height: 1.7;
    margin: 0 !important;
}
.breadcrumb ul li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-weight: 300;
    color: #fff;
    text-decoration: none;
}
.breadcrumb ul li a:after {
    content: "-";
    float: right;
    line-height: 1.7;
    margin: 0 6px;
}
/**************** Breadcrumb ********************/
/**************** Footer ********************/
footer {
	position:relative;
    background-color: #fff;
	z-index:2;
    color: rgb(64 72 79 / 1);
}
footer .footer-title{
    color:#000;
    font-weight: 900;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    text-decoration: none;
}
footer .footer-link-list{
    margin: 0;
    padding:0;
    list-style-type: none;
}
footer .footer-link-list li{
    margin:0;
}
footer .footer-link-list a{
    display: block;
    font-weight: 700;
    text-decoration: none;
    margin-top:20px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    --tw-text-opacity: 1;
    color: rgb(64 72 79 / 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;
}
footer .footer-link-list a:hover{
    color:#000;
}
footer .footer-logo,
footer .footer-logo picture{
    display: block;
}
footer .footer-logo picture img{
    display: block;
    max-height: 40px;
    height: auto;
}
footer .footer-socials a{
    text-decoration: none;
    color: #000;
    display: block;
}
footer .footer-bottom,
footer .footer-bottom a{
    color: rgb(148 163 184 / 1);
    font-weight: 900;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    text-decoration: none;
}
footer .footer-contact-link{
    text-decoration: none;
    border-bottom: 2px solid #000;
    color: #000;
    display: table;
    font-weight: 700;
}
/**************** Footer ********************/
/**************** Accordions ********************/
.accordions .accordion-item {
    border: 1px solid var(--theme-color-1);
    margin: -1px 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 30px;
    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: 300;
    content: "\f067";
    margin: 0;
    position: absolute;
    top: 21px;
    right: 20px;
    bottom: 0;
    font-size: 22px;
    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.active .accordion-item-title,
.accordions .accordion-item.active .accordion-item-title:before,
.accordions .accordion-item:hover .accordion-item-title,
.accordions .accordion-item:hover .accordion-item-title:before {
    border-color: var(--theme-color-2);
    background-color: var(--theme-color-2);
    color: #fff;
}
.accordions .accordion-item:not(.active) .accordion-item-caption {
    display: none;
}
/**************** Accordions ********************/
/**************** Contact / Table ********************/
.c-items .c-item a,
.form-item-icons i {
    background-color: var(--theme-color-2);
}
.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: 300;
    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 ********************/
/**************** 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;
    left: 0;
    right: 0;
    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: #f6f7f8;
}
.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;
    min-height: 82px;
    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;
}
.post-single-page-next-prev .page-next i,
.post-single-page-next-prev .page-prev i {
    width: 30px;
}
.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 {
    border-color: var(--theme-color-1);
    background-color: var(--theme-color-1);
    color: #fff;
}
.pagination li.active a {
    border-color: var(--theme-color-3);
    background-color: var(--theme-color-3);
    color: #fff;
}
.posts-block .item {
    padding: 30px 30px 100px;
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 6%);
    -moz-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 6%);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 6%);
    height: 100%;
}
.posts-block .item .image {
    text-decoration: none;
    display: block;
    background-color: #f6f7f8;
    position: relative;
}
.posts-block .item .date {
    color: var(--theme-color-1);
    line-height: 1;
    font-size: 12px;
}
.posts-block .item .image picture img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
}
.posts-block .item .text h3 {
    text-decoration: none;
    color: #000;
    font-weight: 400;
    line-height: 1.4;
}
.posts-block .item .text a {
    text-decoration: none;
    color: #000;
    line-height: 1.5;
}
.posts-block .item .text .more {
    color: #fff;
    font-weight: 300;
    position: absolute;
    right: 30px;
    bottom: 30px;
    padding: 14px 16px;
    line-height: 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;
    -webkit-box-shadow: 0 5px 10px 0 rgb(0 0 0 / 6%);
    -moz-box-shadow: 0 5px 10px 0 rgb(0 0 0 / 6%);
    box-shadow: 0 5px 10px 0 rgb(0 0 0 / 6%);
    position: relative;
}
.page-documents .item .top {
    color: #000;
    text-decoration: none;
    display: block;
    text-align: 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,
.page-documents .item .top .icon,
.page-links .item .top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
}
.page-documents .item .top .icon,
.page-documents .item .top .image {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 0 0 20px;
    width: 100%;
    background-color: #f6f7f8;
    padding: 15px;
}
.page-documents .item .top .icon {
    height: 230px;
    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;
}
.page-documents .item .top .image picture {
    display: block;
    width: 100%;
    background-color: #f6f7f8;
}
.page-documents .item .top .image picture img {
    display: block;
    height: auto;
    width: auto;
    max-height: 200px;
    max-width: 100%;
    margin: 0 auto;
}
.page-documents .item .top .info p,
.page-links .item .top .info p {
    margin: 0 20px 0 0;
    text-transform: uppercase;
    line-height: 1;
}
.page-links .item .top {
    position: relative;
    display: flex;
    text-decoration: none;
    font-weight: 600;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
}
.page-links .item .top .icon {
    width: 35px;
    line-height: 1;
}
.page-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;
    -webkit-box-shadow: 0 2px 6px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 2px 6px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 10%);
}
.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: var(--theme-color-1);
    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 ********************/
/**************** Popup ********************/
.popupModal>.caption{padding:0;}
.popupModal>.caption img{max-width:100%;height:auto;}
.popupModal>.caption .p-item{
	padding-top:30px;
	margin-top:30px;
	border-top:1px solid #ededed;
}
.popupModal>.caption .p-item:first-child{
	padding-top:0;
	margin-top:0;
	border-top:0;
}
.popupModal>.caption .p-item .p-item-block.images picture,
.popupModal>.caption .p-item .p-item-block.images picture img{
	width:100%;
	height:auto
}
.popupModal>.caption .p-item .p-item-block picture,
.popupModal>.caption .p-item .p-item-block iframe{
	margin-top:20px;
	display:block;
	width:100%;
}
.popupModal>.caption .p-item .p-item-block picture:first-child,
.popupModal>.caption .p-item .p-item-block iframe:first-child{
	margin-top:0
}
.popupModal>.caption .p-item .p-item-block iframe{
	height:400px;
}
.popupModal.theme-modal [data-close=theme-modal].closed {
    height: 40px;
    width: 40px;
    line-height: 43px;
    background-color: #fff;
    font-size: 30px;
}
/**************** Popup ********************/
/**************** Main ********************/
@media(min-width:1200px){
	main{
        margin: 0 auto;
        padding: 116px 0 0 0;
        position: relative;
	}
}
@media(max-width:1200px){
	main{
        overflow: hidden;
        margin: 0 auto;
        padding: 73px 0 0 0;
        position: relative;
	}
}
/**************** Main ********************/
.wow {
    visibility: hidden;
}
.fixed-whatsapp{
    border: 3px solid #fff;
    position: fixed;
    color: #fff;
    height: 55px;
    width: 55px;
    text-align: center;
    line-height: 46px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    -webkit-box-shadow: 5px 5px 10px 0 rgb(0 0 0 / 19%);
    -moz-box-shadow: 5px 5px 10px 0 rgb(0 0 0 / 19%);
    box-shadow: 5px 5px 10px 0 rgb(0 0 0 / 19%);
    font-size: 23px;
    z-index: 5;
    text-decoration: none;
    -webkit-animation: pulse 3s linear infinite;
    animation: pulse 3s linear infinite;
}
.fixed-whatsapp{
	background-color:#4FCE5D;
    right: 30px;
    bottom: 30px;
}

.main-slider .swiper-slide .swiper-slide-wrap video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main-slider .swiper-slide .swiper-slide-wrap {
    background-color: #f6f7f8;
    overflow: hidden;
    width: 100%;
    position: relative;
    text-decoration: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.main-slider .prev,
.main-slider .next {
    position: absolute;
    z-index: 2;
    cursor: pointer;
    text-align: center;
}
.main-slider .swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}
@keyframes jumpInfinite {
    0% {
        top: 0;
    }
    50% {
        top: -10px;
    }
    100% {
        top: 0;
    }
}
.main-slider .pagi {
    position: absolute;
    z-index: 2;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.main-slider .pagi .swiper-pagination-bullet.prog {
    overflow: hidden;
    cursor: pointer;
    display: block;
    background-color: rgb(255 255 255 / 20%);
    overflow: hidden;
}
.main-slider .pagi.passive {
	display:none !important;
}
.main-slider .pagi .swiper-pagination-bullet.prog:first-child {
    margin: 0;
}
.main-slider
    .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;
    -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;
}
.main-slider
    .pagi
    .swiper-pagination-bullet.prog.swiper-pagination-bullet-active
    span.active {
    background-color: #fff;
}
.main-slider
    .pagi
    .swiper-pagination-bullet.prog.swiper-pagination-bullet-active.active
    span {
    animation-play-state: running;
}


.container-small {
    max-width: 1200px;
}
.main-slider .swiper-slide-wrap .tag{
    background-color: var(--theme-color-1);
    color:#fff;
    display: table;
}
.main-slider .swiper-slide-wrap .title{
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}
.main-slider .swiper-slide-wrap .title:after{
    content: "";
    display: table;
    height: 5px;
    background-color: #000;
    width: 100%;
}
.main-slider .swiper-slide-wrap .text{
    line-height: 1.625;
    font-weight: 300;
}
.main-slider .swiper-slide-wrap .buttons a{
    border-bottom: 2px solid #ddd;
    text-decoration: none;
    display: block;
    padding: 0 0 6px 0;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgb(64 72 79 / 1);
    font-weight: 500;
}
.main-slider .swiper-slide-wrap .buttons a:hover{
    border-bottom-color:#333
}
.main-slider .swiper-slide-wrap .buttons div:first-child a{
    border-bottom: 0;
    background-color: rgb(0 86 125 / 1);
    text-decoration: none;
    color: #fff;
    line-height: 1;
}
.main-slider .swiper-slide-wrap .image picture,
.main-slider .swiper-slide-wrap .image picture img{
    display: block;
    width: 100%;
    height: auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    z-index: 2;
}
.main-slider .swiper-slide-wrap .image{
    position: relative
}
.main-slider .swiper-slide-wrap .image:before{
    content: "";
    position: absolute;
    border: 1px solid var(--theme-color-1);
    opacity: 0.2;
}
.main-slider .swiper-slide-wrap .image .opacity-text{
    color: rgb(226 232 240 / 0.4);
    font-weight: 900;
    line-height: 0.7;
    position: absolute;
    z-index: 1;
}
.main-slider .swiper-slide-wrap .precision-text{
    background-color: #000;
    position: absolute;
    z-index: 3;
}
.main-slider .swiper-slide-wrap .precision-text .precision-text-number{
    color:#fff;
    font-weight: 900;
    line-height: 1;
}
.main-slider .swiper-slide-wrap .precision-text .precision-text-text{
    color: rgb(225 225 255 / 0.6);
    display: block;
    line-height: 1;
}


@media (min-width: 1200px) {
	
    .main-slider .swiper-slide-wrap .tag{
        padding:10px 14px;
    }
    .main-slider .swiper-slide-wrap .title{
        font-size: 80px;
    }
    .main-slider .swiper-slide-wrap .title:after{
        max-width: 300px;
        margin: 15px 0 0 0;
    }
    .main-slider .swiper-slide-wrap .buttons a{
        margin: 15px 40px 0 0;
    }
    .main-slider .swiper-slide-wrap .buttons div:first-child a{
        padding: 25px 35px;
    }
    .main-slider .swiper-slide-wrap .image:before{
        top: 30px;
        right: -30px;
        bottom: -30px;
        left: 30px;
    }
    .main-slider .swiper-slide-wrap .image .opacity-text{
        font-size: 200px;
        top: 15px;
        right: -50px;
    }
    .main-slider .swiper-slide-wrap .precision-text{
        padding: 40px 50px;
        bottom: -30px;
        left: -30px;
    }
    .main-slider .swiper-slide-wrap .text{
        color: rgb(64 72 79 / 1);
    }

    .main-slider .prev,
    .main-slider .next {
        font-size: 30px;
        top: calc(50% - 15px);
        line-height: 1;
        color:#000;
    }
    .main-slider .prev {
        left: 50px;
    }
    .main-slider .next {
        right: 50px;
    }

}
@media (max-width: 1200px) {
	
    .main-slider .swiper-slide-wrap .tag{
        padding:10px 14px;
    }
    .main-slider .swiper-slide-wrap .title{
        font-size: 45px;
        color: #fff;
        line-height: 1.2;
    }
    .main-slider .swiper-slide-wrap .title:after{
        max-width: 150px;
        margin: 10px 0 0 0;
        background-color: rgb(255 255 255 / 35%);
        height: 2px;
    }
    .main-slider .swiper-slide-wrap .buttons a{
        margin: 10px 20px 0 0;
        padding: 12px 0;
        color: #fff;
    }
    .main-slider .swiper-slide-wrap .buttons div:first-child a{
        padding: 12px 15px;
    }
    .main-slider .swiper-slide-wrap .image:before{
        top: 10px;
        right: -10px;
        bottom: -10px;
        left: 10px;
    }
    .main-slider .swiper-slide-wrap .image .opacity-text{
        font-size: 80px;
        top: 10px;
        right: -20px;
    }
    .main-slider .swiper-slide-wrap .precision-text{
        padding: 15px 20px;
        right: 0;
        font-size: 14px;
        background-color: #fff;
        position: relative;
        left: 0;
        top: 0;
        margin-top: 20px;
    }
    .main-slider .swiper-slide-wrap .precision-text .precision-text-number {
        color: #000;
    }
    .main-slider .swiper-slide-wrap .text {
        color: rgb(255 255 255 / 50%);
    }
    .main-slider .swiper-slide-wrap .precision-text .precision-text-text {
        color: rgb(0 0 0 / 0.6);
    }

    .main-slider .swiper-slide-wrap .caption{
        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;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgb(0 0 0 / 80%);
        padding: 30px;
    }

    .main-slider .prev,
    .main-slider .next {
        font-size: 21px;
        top: 20px;
        line-height: 1;
        color:#fff;
    }
    .main-slider .prev {
        right: 55px;
    }
    .main-slider .next {
        right: 20px;
    }

}
@keyframes progress {
    from {
        width: 0%;
    }
    to {
        width: 100%;
    }
}



@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }

}
@media (min-width: 1200px) {
    .home-marque-block .marque-block{
        gap: 70px;
    }
}
@media (max-width: 1200px) {
    .home-marque-block .marque-block{
        gap: 30px;
    }
}
/*.home-marque-block .marque-block{
    animation: marquee 25s linear infinite;
}*/
.home-marque-block .title{
    letter-spacing: 1px;
    text-transform: uppercase;
    color: rgb(64 72 79 / 1);
    font-weight: 500;
}
.home-marque-block .marque-block picture img{
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    opacity: 0.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;
    max-height: 60px;
    display: block;
    height: auto;
    width: auto;
}
.home-marque-block .marque-block picture:hover img{
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    opacity: 1;
}

.home-product-groups .b-title{
    text-transform: uppercase;
}
.home-product-groups .product-item{
    background-color: #fff;
    height: 100%;
    -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;
}
.home-product-groups .product-item:hover{
    background-color: var(--theme-color-1);
}
.home-product-groups .product-item .image{
    display: block;
    position: relative;
    text-decoration: none;
}
.home-product-groups .product-item .image .number{
    text-decoration: none;
    font-weight: 900;
    color: #000;
    opacity: 0.04;
    font-size: 80px;
    line-height: 0.7;
    position: absolute;
    right: 0;
    top: 0;
}
.home-product-groups .product-item .image picture,
.home-product-groups .product-item .image picture img{
    display: block;
    width: 100%;
    height: auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.home-product-groups .product-item .content .title a{
    text-transform: uppercase;
    font-weight: 900;
    color:var(--theme-color-1);
    text-decoration: none;
}
.home-product-groups .product-item .content .text{
    color: #8d8d8d;
    min-height: 130px;
}
.home-product-groups .product-item:hover .image .number,
.home-product-groups .product-item:hover .content .title a{
    color: #fff;
}
.home-product-groups .product-item:hover .content .text{
    color: #ccc;
}
.home-product-groups .product-item .content .more,
.home-product-groups .product-item .content .more-file{
    border-bottom: 2px solid #ddd;
    text-decoration: none;
    display: block;
    padding: 0 0 6px 0;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgb(64 72 79 / 1);
    font-weight: 500;
    font-size: 12px;
}
.home-product-groups .product-item:hover .content .more,
.home-product-groups .product-item:hover .content .more-file{
    border-bottom-color: #fff;
    color:#fff;
}



.home-bg-black-information-block .b-tag{
    letter-spacing: 5px;
}
.home-bg-black-information-block .b-tag,
.home-bg-black-information-block .b-title{
    text-transform: uppercase;
}
.home-bg-black-information-block .b-title strong{
    color: rgb(100 116 139 / 1);
}
.home-bg-black-information-block .link-list .link-list-item{
    text-decoration: none;
    color: #fff;
    padding: 10px 10px 10px 30px;
    display: block;
    border-left: 2px solid var(--theme-color-1);
}
.home-bg-black-information-block .link-list .link-list-item .title{
    font-weight: 600;
    line-height: 1.4;
}
.home-bg-black-information-block .link-list .link-list-item .text{
    font-weight: 300;
    line-height: 1.7;
    color: rgb(255 255 255 / 62%);
}
@media(min-width:1200px){
    .home-bg-black-information-block .bg-text{
        font-size: 120px;
        right: -30px;
        top: -45px;
    }
}
@media(max-width:1200px){
    .home-bg-black-information-block .bg-text{
        font-size: 60px;
        left: 15px;
        margin:0 auto;
        right: 15px;
        top: 20px;
        text-align: center;
        display: table;
    }
}
.home-bg-black-information-block .bg-text{
    text-transform: uppercase;
    font-weight: 700;
    position: absolute;
    color: rgb(255 255 255 / 0.09);
}
.home-bg-black-information-block .link-list-box-item{
    background-color: var(--theme-color-1);
}
.home-bg-black-information-block .link-list-box-item,
.home-bg-black-information-block .link-list-box-item-first{
    display: block;
    color: #fff;
    position: relative;
    z-index: 2;
    text-decoration: none;
}
@media(min-width:1200px){
    .home-bg-black-information-block .link-list-box-item,
    .home-bg-black-information-block .link-list-box-item-first{
        padding: 60px;
    }
    .home-bg-black-information-block .link-list-box-item i,
    .home-bg-black-information-block .link-list-box-item-first i{
        font-size: 40px;
        position: absolute;
        left: 0;
        top: 0;
    }
    .home-bg-black-information-block .link-list-box-item .wrap,
    .home-bg-black-information-block .link-list-box-item-first .wrap{
        padding: 0 0 0 70px;
    }
}
@media(max-width:1200px){
    .home-bg-black-information-block .link-list-box-item,
    .home-bg-black-information-block .link-list-box-item-first{
        padding: 40px 30px;
        text-align: center;
    }
    .home-bg-black-information-block .link-list-box-item i,
    .home-bg-black-information-block .link-list-box-item-first i{
        font-size: 40px;
        margin-bottom: 20px;
    }
    .home-bg-black-information-block .link-list-box-item .wrap,
    .home-bg-black-information-block .link-list-box-item-first .wrap{
        padding: 0;
    }
    .home-bg-black-information-block .link-list-box-item .more,
    .home-bg-black-information-block .link-list-box-item-first .more{
        margin-left: auto;
        margin-right: auto;
    }
}
.home-bg-black-information-block .link-list-box-item .wrap,
.home-bg-black-information-block .link-list-box-item-first .wrap{
    position: relative;
}
.home-bg-black-information-block .link-list-box-item .title,
.home-bg-black-information-block .link-list-box-item-first .title{
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.home-bg-black-information-block .link-list-box-item .text,
.home-bg-black-information-block .link-list-box-item-first .text{
    line-height: 1.7;
}
.home-bg-black-information-block .link-list-box-item .more{
    border-bottom: 1px solid rgb(255 255 255 / 20%);
    display: table;
    padding: 0 0 8px 0;
}
.home-bg-black-information-block .link-list-box-item-first{
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border: 1px solid rgb(255 255 255 / 19%);
    background-color: rgb(255 255 255 / 0.05);
}
.home-bg-black-information-block .link-list-box-item-first .title,
.home-bg-black-information-block .link-list-box-item-first i{
    color: var(--theme-color-1);
}
.home-bg-black-information-block .link-list-box-item-first .more{
    border-bottom: 1px solid rgb(255 255 255 / 20%);
    display: table;
    padding: 0 0 8px 0;
}




.home-news .b-tag{
    letter-spacing: 5px;
}
.home-news .b-tag,
.home-news .b-title{
    text-transform: uppercase;
}
.home-news .prev,
.home-news .next{
    cursor: pointer;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: var(--theme-color-2);
    border: 1px solid #ededed;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    color: #fff;
    font-size: 18px;
}
.home-news .swiper-wrapper{
    z-index: 2;
    background-color: #fff;
}
.home-news .news-slider{
    -webkit-box-shadow: 0 15px 30px 0 rgb(0 0 0 / 9%);
    -moz-box-shadow: 0 15px 30px 0 rgb(0 0 0 / 9%);
    box-shadow: 0 15px 30px 0 rgb(0 0 0 / 9%);
}
.home-news .news-slider:before{
    content: "";
    position: absolute;
    bottom: -30px;
    right: -30px;
    z-index: 1;
    background-color: rgb(0 86 125 / 0.05);
    width: 150px;
    height: 150px;
}
.home-news .news-slider .before,
.home-news .news-slider .after{
    position: absolute;
    opacity: 0.05;
    font-size: 50px;
    line-height: 0.7;
    cursor: pointer;
    z-index: 3;
}
.home-news .news-slider .before{
    left: 40px;
    bottom: 40px;
}
.home-news .news-slider .after{
    right: 40px;
    top: 40px;
}
@media(min-width:1200px){
    .home-news .news-item{
        padding: 120px;
        min-height: 450px;
    }
}
@media(max-width:1200px){
    .home-news .news-item{
        padding: 80px 50px;
    }
}
.home-news .news-item{
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: block;
    text-decoration: none;
    color: #000;
    position: relative;
    z-index: 2;
}
.home-news .news-item .title{
    font-weight: 500;
    line-height: 1.5;
}
.home-news .news-item .text{
    line-height: 1.5;
    font-weight: 300;
}
.home-news .news-item .date{
    display: table;
    padding: 0 0 7px 0;
    border-bottom: 2px solid rgb(0 0 0 / 15%)
}



.home-partners .b-title{
    text-transform: uppercase;
}
.home-parners .item{
    height: 100%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #ededed;
    border-bottom: 5px solid;
}
.home-parners .item picture,
.home-parners .item picture img{
    max-height: 60px;
    display: block;
}
.home-parners .item .content .title{
    line-height: 1.4;
    font-weight: 900;
}
.home-parners .item .content .address{
    line-height: 1.4;
    font-weight: 300;
}
.home-parners .item .content .emails a,
.home-parners .item .content .phones a{
    text-decoration: none;
    border-bottom: 2px solid #000;
    color: #000;
    display: table;
    font-weight: 700;
    margin: 15px 0 0 0;
}
.home-parners .item .content .address span,
.home-parners .item .content .emails a span,
.home-parners .item .content .phones a span{
    display: block;
    margin-bottom:10px;
}
.home-parners .item .content .emails a:first-child,
.home-parners .item .content .phones a:first-child{
    margin-top:0;
}