@import url("../plugins/wow/animate.css");
@import url("../plugins/swiper/swiper-bundle.min.css");
@import url("../plugins/font-awesome/icons.css");
@import url("../plugins/font-awesome/font-awesome-animation.min.css");
@import url("../plugins/bootstrap/bootstrap.min.css");
@import url("../plugins/light-gallery/lightgallery.min.css");
@import url("../plugins/videojs/video-js.css");
@import url("fonts.css");
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    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:16px;
}
:-moz-placeholder {
    font-family: "Roboto", sans-serif;
    color: #c2c2c2;
	font-weight:300;
	line-height:1.3;
	font-size:16px;
}
::-moz-placeholder {
    font-family: "Roboto", sans-serif;
    color: #c2c2c2;
	font-weight:300;
	line-height:1.3;
	font-size:16px;
}
:-ms-input-placeholder {
    font-family: "Roboto", sans-serif;
    color: #c2c2c2;
	font-weight:300;
	line-height:1.3;
	font-size:16px;
}
.light-gallery-images .image-item,
.search-fixed-block .wrap .right .top label input,
.search-fixed-block,
.search-fixed-block .wrap,
.menu-wrap,
.menu-list li.sub-item > .next-link + .back-link,
.menu-list li.sub-item > div.sub-menu,
.home-shares .e-dergi a span,
.home-shares .events-list .event-item:after,
.home-news .news-item .text,
.home-news .prev-next .prev,
.home-news .prev-next .next,
.home-news .prev-next a,
.home-shares .prev-next .prev,
.home-shares .prev-next .next,
.home-shares .prev-next a,
.home-announcements-vali .important-announcements .right .paginations .paginations-item,
.home-announcements-vali .important-announcements .right .paginations .paginations-item *,
.home-announcements-vali .important-announcements .right .paginations .paginations-item:before,
.home-announcements-vali .vali-block .buttons a,
.animate-button,
.animate-button:before,
.animate-button-white,
.animate-button-white:before,
.animate-button-white-transparent,
.animate-button-white-transparent:before,
header,
header .header-top .links,
header .header-top .links a,
header .header-top .links a.social,
header .header-middle .web-menu ul li a,
header .header-middle .web-menu .sub-menu-list,
header .header-middle .web-menu li.sub-menu .sub-menu-list ul,
header .header-middle .web-menu li.sub-menu .sub-menu-list ul li a,
.menu-toggle span,
.mobile-menu,
.menu-list li.sub-menu > .next-link + .back-link,
.menu-list li.sub-menu > div.sub-menu,
.home-video-images-block .pagi .swiper-pagination-bullet.prog.swiper-pagination-bullet-active span,
.home-video-images-block .prev,
.home-video-images-block .next,
.slider-bottom-buttons a,
.slider-bottom-buttons .search-button,
.slider-bottom-buttons a i,
.slider-bottom-buttons .search-button i,
.footer .footer-buttons a,
.home-announcements .left-slider .pagi-images [data-index].active .image:after,
.home-announcements .right-announcements-links .announcements-item,
.home-service-groups .service-item,
header .header-middle .web-menu .web-menu-left > ul > li > a:before,
header .header-middle .web-menu .web-menu-right > ul > li > a:before,
.scroll-spay-wrap .spylinks-wrap .spylinks ul li a,
.home-banner-block .wrap .buttons a div:before,
.home-banner-block .wrap .buttons a div:after,
.home-banner-block .wrap .buttons a i,
.home-banner-block .wrap .buttons a div,
.slider-bottom-buttons a,
.slider-bottom-buttons .search-button,
.slider-bottom-buttons a i,
.slider-bottom-buttons .search-button i,
.home-background .item,
.home-about .item .link,
.home-services .item,
.home-sss .accordions .accordion-item,
.home-sss .accordions .accordion-item .accordion-item-title,
.home-sss .accordions .accordion-item .accordion-item-title:before,
.scroll-spay-wrap .spylinks-wrap .spylinks ul li a div{
	-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;
}
.lines-preloader span{
	-webkit-transition: all 1s 0s ease-in;
	-moz-transition: all 1s 0s ease-in;
	-o-transition: all 1s 0s ease-in;
	transition: all 1s 0s ease-in;
}
/* Header */
.mil-preloader {
    position: fixed;
    z-index: 99999999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #fff;
}
.mil-preloader .mil-preloader-animation {
    opacity: 0;
    position: relative;
    height: 100vh;
}
.mil-preloader .mil-preloader-animation .mil-pos-abs {
    position: absolute;
    color: #333;
    height: 100vh;
    width: 100%;
    padding-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    max-width: 550px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.mil-preloader .mil-preloader-animation .mil-pos-abs .t {
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
    line-height: 1.2;
    display: 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;
    width: auto;
    margin: 0 auto;
}
.mil-preloader .mil-preloader-animation .mil-pos-abs .t: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 .t {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    z-index: 0;
}
.mil-preloader.mil-hidden {
    pointer-events: none;
}
@media (max-width: 769px) {
    .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 .t {
        margin-right: 0;
        margin-bottom: 15px;
    }
}
.lines-preloader{
	position:fixed;
	top:0;
	bottom:0;
	right:0;
	left:0;
	background-color:#fff;
    z-index: 0;
}
.lines-preloader span{
	position:absolute;
    background-color: rgb(255 90 0 / 12%);
}
.lines-preloader span.l1{
	top:30px;
	left:30px;
	right:30px;
	height:1px;
	width:0
}
body.onloadsite .lines-preloader span.l1{
    width: calc(100% - 60px);
}
.lines-preloader span.l2{
	top:20%;
	left:0;
	right:0;
	height:1px;
	width:0
}
body.onloadsite .lines-preloader span.l2{
    width: 100%;
}

.lines-preloader span.l4{
	top:30px;
	bottom:0;
	left:30px;
	width:1px;
    height:0;
}
.lines-preloader span.l5{
	top:0;
	bottom:0;
	left:calc(16.66% + 30px);
	width:1px;
    height:0;
}
.lines-preloader span.l6{
	top:0;
	bottom:0;
	left:calc(33.32% + 30px);
	width:1px;
    height:0;
}
.lines-preloader span.l7{
	top:0;
	bottom:0;
	left:calc(49.98% + 30px);
	width:1px;
    height:0;
}
.lines-preloader span.l8{
	top:0;
	bottom:0;
	left:calc(66.64% + 30px);
	width:1px;
    height:0;
}
.lines-preloader span.l9{
	top:30px;
	bottom:0;
	left:calc(83.30% + 30px);
	width:1px;
    height:0;
}
.lines-preloader span.l10{
	top:30px;
	bottom:0;
	left:calc(99.96% + 30px);
	width:1px;
    height:0;
}
body.onloadsite .lines-preloader span.l4,
body.onloadsite .lines-preloader span.l10{
    height: calc(100% - 30px);
}
body.onloadsite .lines-preloader span.l5,
body.onloadsite .lines-preloader span.l6,
body.onloadsite .lines-preloader span.l7,
body.onloadsite .lines-preloader span.l8,
body.onloadsite .lines-preloader span.l9{
    height: 100%;
}



p {
    line-height: 1.7;
    margin: 0 0 20px 0;
    font-weight: 300;
}
ul {
    margin-bottom: 40px;
}
li {
    line-height: 1.7;
    margin: 0 0 5px 0;
    font-weight: 300;
}
strong {
    font-weight: 500;
}
p:last-child,
p:last-child,
ul:first-child {
    margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 20px;
    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: 20px;
    }
}

h2,
.h2 {
    font-size: calc(1.325rem + 0.9vw);
    font-weight: 300;
}
@media (min-width: 1199px) {
    h2,
    .h2 {
        font-size: 4rem;
        margin-bottom: 20px;
    }
}

h3,
.h3 {
    font-size: calc(1.3rem + 0.6vw);
    font-weight: 400;
}
@media (min-width: 1199px) {
    h3,
    .h3 {
        font-size: 3rem;
        margin-bottom: 20px;
    }
}

h4,
.h4 {
    font-size: calc(1.275rem + 0.3vw);
    font-weight: 400;
}
@media (min-width: 1199px) {
    h4,
    .h4 {
        font-size: 2rem;
        margin-bottom: 20px;
    }
}

h5,
.h5 {
    font-size: 1.25rem;
    margin-bottom: 20px;
    font-weight: 500;
}

h6,
.h6 {
    font-size: 1rem;
    margin-bottom: 20px;
    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: 768px) {
    .animate-button,
    .animate-button-white,
    .animate-button-white-transparent {
        padding: 20px 30px;
        border: 2px solid;
    }
    .animate-button.small,
    .animate-button-white.small,
    .animate-button-white-transparent.small {
        padding: 14px 16px;
    }
}
@media (max-width: 768px) {
    .animate-button,
    .animate-button-white,
    .animate-button-white-transparent {
        padding: 10px 15px;
        font-size: 12px;
        font-weight: 300;
        border: 1px solid;
        text-align: center;
		width:100%;
		margin:0;
    }
    .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 {
	cursor:pointer;
    display: inline-block;
    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-2);
    border-color: var(--theme-color-2);
}
.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;
}
.animate-button:before,
.animate-button-white:before,
.animate-button-white-transparent:before {
    content: "";
    width: 0px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}
.animate-button:before {
    background-color: var(--theme-color-2);
}
.animate-button-white:before {
    background-color: #fff;
}
.animate-button-white-transparent:before {
    background-color: transparent;
}
.animate-button:hover,
.animate-button-white-transparent:hover {
    color: #fff !important;
    border-color: var(--theme-color-2) !important;
}
.animate-button-white:hover {
    color: var(--theme-color-2) !important;
}
.animate-button:hover:before,
.animate-button-white:hover:before,
.animate-button-white-transparent:hover:before {
    width: 100% !important;
}
.animate-button:hover:before,
.animate-button-white-transparent:hover:before {
    background-color: var(--theme-color-2) !important;
    border-color: var(--theme-color-2) !important;
}
.animate-button-white:hover:before {
    border-color: #fff !important;
}

/**************** Header ********************/
header {
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
}
@media (min-width: 1201px) {
	header{
        padding: 60px 50px 30px 50px;
	}
	header .header-middle{
		position:relative;
	}
	
	header .header-top .links,
	header .header-top .links a {
        text-decoration: none;
        color: #fff;
		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 .links a {
		color:#333;
		margin:0 20px 0 0;
	}
	header .header-top .links a:last-child {
		margin:0
	}
	header .header-top .links a.social {
        line-height: 1;
        text-align: center;
        justify-content: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        margin: 0 0 0 20px;
        color: #333;
        padding: 0 0 0 1px;
	}
	header .header-top .links a.social:first-child {
		margin:0
	}
	header .header-top .links a.social i{
        font-size: 18px;
        line-height: 1;
        display: table;
	}
	header .header-top .links a.social i:before{
        line-height: 0;
        display: block;
        position: relative;
        top: 1px;
	}
	header .header-top .phone i{
        font-size: 28px;
        line-height: 1;
        position: relative;
        top: 1px;
	}
	header .header-top .phone span{
        font-size: 24px;
        font-weight: 900;
	}
	
	header .header-middle .logo {
        position: absolute;
        top: -25px;
        left: 0;
        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;
        padding: 0;
        gap: 20px;
        text-decoration: none;
        color: #333;
	}
	header .header-middle .logo h2{
        font-size: 25px;
        font-weight: 600;
	}
	header .header-middle .logo picture,
	header .header-middle .logo picture img {
		display:block;
		position:relative;
	}
	header .logo picture img {
        max-height: 40px;
        width: auto;
	}
}
@media (max-width: 1201px) {
	
	
	header{
        padding: 10px;
	}
	body.mobile-menu-open header{
		background-color:#fff;
        padding: 10px 10px 18px 10px;
	}
	header .header-middle{
		position:relative;
	}
	
	header .header-top .links,
	header .header-top .links a {
        text-decoration: none;
        color: #fff;
		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 .links a {
		color:#333;
		margin:0 20px 0 0;
	}
	header .header-top .links a:last-child {
		margin:0
	}
	header .header-top .links a.social {
        line-height: 1;
        text-align: center;
        justify-content: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        margin: 0 0 0 20px;
        color: #333;
        padding: 0 0 0 1px;
	}
	header .header-top .links a.social:first-child {
		margin:0
	}
	header .header-top .links a.social i{
        font-size: 18px;
        line-height: 1;
        display: table;
	}
	header .header-top .links a.social i:before{
        line-height: 0;
        display: block;
        position: relative;
        top: 1px;
	}
	header .header-top .phone i{
        font-size: 18px;
        line-height: 1;
        position: relative;
        top: 1px;
	}
	header .header-top .phone span{
        font-size: 24px;
        font-weight: 900;
	}
	
	header .header-middle .logo {
        position: absolute;
        top: 0;
        left: 0;
        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;
        padding: 0;
        gap: 10px;
        text-decoration: none;
        color: #333;
	}
	header .header-middle .logo h2{
        font-size: 25px;
        font-weight: 600;
        margin: 0;
	}
	header .header-middle .logo picture,
	header .header-middle .logo picture img {
		display:block;
		position:relative;
	}
	header .logo picture img {
        max-height: 30px;
        width: auto;
	}
	
}
/********* Menu ********/
@media (min-width: 1201px) {
	
	header .header-middle .mobile-menu{display:none;}
	header .header-middle .web-menu,
	header .header-middle .web-menu .web-menu-left,
	header .header-middle .web-menu .web-menu-right,
	header .header-middle .web-menu .web-menu-left > ul,
	header .header-middle .web-menu .web-menu-right > 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;
        margin: 0;
        padding: 0;
        list-style-type: none;
	}
	header .header-middle .web-menu {
		justify-content: space-between;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
	}
	
	
	header .header-middle .web-menu ul li a{
		position:relative;
	}
	header .header-middle .web-menu .sub-menu-list{
        opacity: 0;
        visibility: hidden;
        position: absolute;
        top: 100%;
        right: 0;
        padding: 30px 0;
        background-color: #fff;
        z-index: -1;
        text-align: right;
        -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-box-shadow: 0 4px 5px 0 rgb(0 0 0 / 12%);
		-moz-box-shadow: 0 4px 5px 0 rgb(0 0 0 / 12%);
		box-shadow: 0 4px 5px 0 rgb(0 0 0 / 12%);
	}
	header .header-middle .web-menu li.sub-menu:hover .sub-menu-list{
		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 .web-menu li.sub-menu .sub-menu-list ul{
        list-style-type: none;
        padding: 0;
	}
	header .header-middle .web-menu li.sub-menu .sub-menu-list ul li {
		margin:0;
	}
	header .header-middle .web-menu li.sub-menu .sub-menu-list ul li a{
		white-space:nowrap;
        display: block;
        font-weight: 600;
        text-transform: uppercase;
        text-decoration: none;
        color: #333;
        margin-top: 30px;
        padding: 0 45px;
	}
	header .header-middle .web-menu li.sub-menu .sub-menu-list ul li:first-child a{
		margin:0;
	}
	header .header-middle .web-menu li.sub-menu .sub-menu-list ul li a span{
		margin: 4px 0 0 0;
        line-height: 1;
        display: block;
        font-weight: 400;
        opacity: 0.4;
        text-transform: initial;
        font-size: 14px;
	}
	
	
	
	
	header .header-middle .web-menu .web-menu-right,
	header .header-middle .web-menu .web-menu-right > ul{
		justify-content: flex-end;
		-webkit-justify-content: flex-end;
		-moz-justify-content: flex-end;
	}
	header .header-middle .web-menu .web-menu-left > ul > li,
	header .header-middle .web-menu .web-menu-right > ul > li{
        margin: 0 0 0 20px;
		position:relative;
	}
	header .header-middle .web-menu .web-menu-left > ul > li:first-child,
	header .header-middle .web-menu .web-menu-right > ul > li:first-child{
        margin: 0
	}
	header .header-middle .web-menu .web-menu-left > ul > li > a,
	header .header-middle .web-menu .web-menu-right > ul > li > a{
        overflow: hidden;
        text-decoration: none;
        color: #333;
        padding: 0;
        display: block;
        font-size: 20px;
        line-height: 1;
        text-transform: uppercase;
        font-weight: 600;
	}
	header .header-middle .web-menu .web-menu-left > ul > li > a:before,
	header .header-middle .web-menu .web-menu-right > ul > li > a:before{
		content:"";
        position: absolute;
        left: 0;
        right: auto;
        bottom: calc(50% - 1px);
        height: 2px;
        width: 50px;
        background-color: var(--theme-color-1);
        display: block;
        -moz-transform: translate(-50px, 0px);
        -webkit-transform: translate(-50px, 0px);
        -o-transform: translate(-50px, 0px);
        -ms-transform: translate(-50px, 0px);
        transform: translate(-50px, 0px);
	}
	header .header-middle .web-menu .web-menu-left > ul > li:hover > a:before,
	header .header-middle .web-menu .web-menu-right > ul > li:hover > a:before{
        -moz-transform: translate(50px, 0px);
        -webkit-transform: translate(50px, 0px);
        -o-transform: translate(50px, 0px);
        -ms-transform: translate(50px, 0px);
        transform: translate(50px, 0px);
        left: auto;
        right: 0;
	}
	
}
@media (max-width: 1201px) {
	header .header-middle .web-menu{display:none;}
    .menu-toggle {
        width: 25px;
        height: 20px;
        position: relative;
        cursor: pointer;
    }
    .menu-toggle span {
        height: 1px;
        background-color: #333;
        position: absolute;
        right: 0;
        width: 25px;
    }
    body.mobile-menu-open .menu-toggle span {
        background-color: #333;
    }
    .menu-toggle span:nth-child(1) {
        top: 0;
    }
    .menu-toggle span:nth-child(2) {
        top: calc(50% - 0.5px);
    }
    .menu-toggle span:nth-child(3) {
        bottom: 0;
    }
    body.mobile-menu-open .menu-toggle span:nth-child(1) {
        width: 100%;
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        top: calc(50% - 0.5px);
    }
    body.mobile-menu-open .menu-toggle span:nth-child(2) {
        width: 0;
    }
    body.mobile-menu-open .menu-toggle span:nth-child(3) {
        width: 100%;
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        bottom: calc(50% - 0.5px);
    }

    .menu-list .back-link {
        cursor: pointer;
        display: block;
        padding: 0 15px 0 65px;
        height: 45px;
        line-height: 45px;
        border-top: 1px solid #f1f1f1;
        position: relative;
        font-size: 14px;
    }
    .menu-list .back-link > i {
        display: block;
        cursor: pointer;
        position: absolute;
        left: 0;
        top: 0;
        line-height: 46px;
        width: 45px;
        height: 45px;
        text-align: center;
        z-index: 5;
        border-right: 1px solid #f1f1f1;
        border-bottom: 1px solid #f1f1f1;
    }
    .mobile-menu {
        position: fixed;
        left: 0;
        top: 48px;
        bottom: 0;
        width: 100%;
        background-color: #fff;
        z-index: 99;
        -webkit-transform: translate(0, 100%);
        -o-transform: translate(0, 100%);
        -ms-transform: translate(0, 100%);
        transform: translate(0, 100%);
    }
    body.mobile-menu-open .mobile-menu {
        -webkit-transform: translate(0%, 0px);
        -o-transform: translate(0%, 0px);
        -ms-transform: translate(0%, 0px);
        transform: translate(0%, 0px);
    }
    .menu-list,
    .menu-list ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }
    .menu-list ul {
        height: calc(100% - 37px);
        overflow-y: auto;
        overflow-x: hidden;
    }
    .menu-list,
    .menu-list > ul,
    .menu-list > ul div.sub-menu {
        list-style-type: none;
        padding: 0;
        margin: 0;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        overflow-y: auto;
        overflow-x: hidden;
    }
    .menu-list li.sub-item > .next-link {
        display: block;
        cursor: pointer;
        position: absolute;
        right: 0;
        line-height: 48px;
        width: 45px;
        height: 45px;
        text-align: center;
        border-left: 1px solid #f1f1f1;
        margin: -45px 0 0 0;
    }
    .menu-list li.sub-item > .next-link + .back-link {
        position: fixed;
        right: 0;
        left: auto;
        width: 100%;
        top: 33px;
        z-index: 5;
        line-height: 1;
        background-color: #fff;
        -webkit-transform: translate(-100%, 0px);
        -o-transform: translate(-100%, 0px);
        -ms-transform: translate(-100%, 0px);
        transform: translate(-100%, 0px);
    }
    .menu-list li.sub-menu.open > .next-link + .back-link {
        -webkit-transform: translate(0%, 0px);
        -o-transform: translate(0%, 0px);
        -ms-transform: translate(0%, 0px);
        transform: translate(0%, 0px);
    }
    .menu-list li:last-child a {
        border-bottom: 1px solid #f1f1f1;
    }
    .menu-list li {
        margin: 0;
    }
    .menu-list li a h3 {
        margin-bottom: 5px;
    }
    .menu-list li a h3 + p {
        opacity: 0.7;
    }
    .menu-list li a {
        display: block;
        line-height: 1;
        color: #000;
        font-size: 14px;
        padding: 15px 20px;
        border-top: 1px solid #f1f1f1;
        text-decoration: none;
    }
    .menu-list li.sub-item a {
        padding-right: 50px;
    }
    .menu-list li.sub-item > div.sub-menu {
        position: fixed;
        top: 0;
        bottom: 0;
        left: auto;
        right: 0;
        width: 100%;
        z-index: 5;
        background-color: #fff;
        -webkit-transform: translate(-100%, 0px);
        -o-transform: translate(-100%, 0px);
        -ms-transform: translate(-100%, 0px);
        transform: translate(-100%, 0px);
    }
    .menu-list li.sub-item li.sub-item > div.sub-menu {
        top: 0;
    }
    .menu-list li.sub-item.open > div.sub-menu {
        -webkit-transform: translate(0%, 0px);
        -o-transform: translate(0%, 0px);
        -ms-transform: translate(0%, 0px);
        transform: translate(0%, 0px);
    }
}
/********* Menu ********/
/**************** Header ********************/
/**************** Breadcrumb ********************/
.breadcrumb {
    color: #333;
}
.breadcrumb .wrap {
    background-color: #f7f7f7;
}
.breadcrumb ul {
    list-style-type: none;
    padding: 0;
    margin: 0 auto;
    display: table;
}
.breadcrumb ul li {
    display: inline-block;
    margin: 0;
    color: #000;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 13px;
}
.breadcrumb ul li a {
    font-weight: 300;
    color: #333;
    text-decoration: none;
    padding: 15px 0;
    display: block;
}
.breadcrumb ul li a:after {
    content: "-";
    float: right;
    margin: 0 10px;
}
/**************** Breadcrumb ********************/
/**************** .footer ********************/
.footer {
	position:relative;
	background-color:#383838;
	z-index:2;
}
.footer iframe {
	border:0;
	display:block;
	width:100%;
	height:350px;
}
.footer .footer-middle{
    padding: 50px 0;
}
.footer .phone,
.footer .whatsapp{
    display: block;
    color: #fff;
    text-decoration: none;
}
.footer .phone .text,
.footer .whatsapp .text {
    display: block;
    margin: 0 0 10px 0;
    line-height: 1;
    font-weight: 600;
}
.footer .phone p,
.footer .whatsapp p {
    font-size: 35px;
    font-weight: 600;
    line-height: 1;
}
.footer .email,
.footer .fax,
.footer .address {
    display: block;
    color: #fff;
    text-decoration: none;
}
.footer .email .text,
.footer .fax .text,
.footer .address .text {
    display: block;
    margin: 0 0 10px 0;
    line-height: 1;
    font-weight: 600;
}
.footer .email p,
.footer .fax p{
    font-size: 25px;
    line-height: 1;
}
.footer .address p {
    font-size: 18px;
    line-height: 1.3;
}
.footer .footer-logo picture,
.footer .footer-logo img{
    width: auto;
    display: table;
}
.footer .footer-links a{
    display: block;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    text-align: center;
	cursor:pointer;
}
.footer .footer-socials{
    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;
    gap: 30px;
}
.footer .footer-socials a{
    color: #fff;
    text-decoration: none;
    font-size: 30px;
    line-height: 1;
}
.footer .footer-company-logo,
.footer .footer-company-logo img{
    display: block;
    max-height: 60px;
    width: auto;
}
.footer .footer-buttons a:hover{
    -moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.footer .footer-buttons a{
    position: relative;
    text-decoration: none;
    color: #fff;
    line-height: 1;
    display: table;
    margin-left: auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #252525;
    padding: 26px 26px 26px 80px;
    width: 100%;
}
.footer .footer-buttons a i{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 80px;
    text-align: center;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    font-size: 38px;
}
.footer .footer-buttons a span{
    display: block;
    line-height: 1;
}
.footer .footer-buttons a p{
    display: block;
    line-height: 1;
    margin: 5px 0 0 0;
    font-size: 13px;
    opacity: 0.4;
}
.footer .signature img{
    max-height: 17px;
    display: block;
    margin: 0 auto;
}
@media(min-width:1200px){
	.footer .footer-buttons a{
		max-width: 265px;
	}
	.footer .footer-logo picture,
	.footer .footer-logo img{
		max-height: 200px;
		margin: 0 auto;
	}
	.footer .footer-links{
		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;
		gap:30px;
	}
}
@media(max-width:1200px){
	.footer .footer-logo picture,
	.footer .footer-logo img{
		max-height: 100px;
		margin: 15px auto 0 auto;
	}
	.footer .footer-links a{
		margin-top:15px;
	}
	.footer .footer-links a:first-child{
		margin-top:0;
	}
}
.footer .fadeBigletter{
    display: block;
    position: absolute;
    top:0;
	left:0;
	right:0;
	bottom:0;
    background-color: var(--theme-color-1);
}
.footer .footer-text {
	max-width:600px;
}
/**************** Footer ********************/
.content {
    position: relative;
    z-index: 1;
}
@media(min-width:1201px){
	
	.scroll-spay-wrap .spylinks-wrap{
		position:fixed;
		z-index:5;
		left:50px;
		top:0;
		bottom:0;
		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;
		-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.spylinks-hidden .scroll-spay-wrap .spylinks-wrap{
		-moz-transform: translate(calc(-100% - 50px), 0px);
		-webkit-transform: translate(calc(-100% - 50px), 0px);
		-o-transform: translate(calc(-100% - 50px), 0px);
		-ms-transform: translate(calc(-100% - 50px), 0px);
		transform: translate(calc(-100% - 50px), 0px);
	}
	.scroll-spay-wrap .spylinks-wrap .spylinks{
		position:relative;
	}
	.scroll-spay-wrap .spylinks-wrap .spylinks:after{
        content: "";
        position: absolute;
        top: -136px;
        bottom: -200px;
        left: -270px;
        right: 45px;
        background-color: rgb(33 92 92 / 9%);
        -moz-transform: skew(-26deg, 48deg);
        -webkit-transform: skew(-26deg, 48deg);
        -o-transform: skew(-26deg, 48deg);
        -ms-transform: skew(-26deg, 48deg);
        transform: skew(-26deg, 48deg);
        z-index: -1;
	}
	.scroll-spay-wrap .spylinks-wrap .spylinks:before{
		content:"";
		position: absolute;
		left: 7px;
		top: 16px;
		bottom: 16px;
		border-left: 1px dashed var(--theme-color-1);
	}
	.scroll-spay-wrap .spylinks-wrap .spylinks .top,
	.scroll-spay-wrap .spylinks-wrap .spylinks .bottom{
		width: 15px;
		height: 15px;
		display: block;
		border: 2px solid var(--theme-color-1);
		-webkit-border-radius: 100%;
		-moz-border-radius: 100%;
		border-radius: 100%;
	}
	.scroll-spay-wrap .spylinks-wrap .spylinks ul{
		list-style-type:none;
		margin:0;
		padding: 10px 0 10px 0;
	}
	.scroll-spay-wrap .spylinks-wrap .spylinks ul li{
		padding: 10px 0 10px 20px;
		position: relative;
	}
	.scroll-spay-wrap .spylinks-wrap .spylinks ul li:before{
		content: "";
		position: absolute;
		left: 2px;
		width: 11px;
		height: 11px;
		border: 2px solid var(--theme-color-1);
		top: calc(50% - 5px);
		-webkit-border-radius: 100%;
		-moz-border-radius: 100%;
		border-radius: 100%;
		background-color: #fff;
	}
	.scroll-spay-wrap .spylinks-wrap .spylinks ul li.active:before{
		background-color: var(--theme-color-1);
	}
	.scroll-spay-wrap .spylinks-wrap .spylinks ul li a {
		color: #333;
		font-weight: 300;
		text-decoration: none;
		line-height: 1.2;
		display: block;
		position: relative;
		padding: 0 0 0 25px;
		text-transform: uppercase;
		font-size: 15px;
	}
	.scroll-spay-wrap .spylinks-wrap .spylinks ul li:hover a div,
	.scroll-spay-wrap .spylinks-wrap .spylinks ul li.active a div {
		-moz-transform: translate(25px, 0px);
		-webkit-transform: translate(25px, 0px);
		-o-transform: translate(25px, 0px);
		-ms-transform: translate(25px, 0px);
		transform: translate(25px, 0px);
	}
	.scroll-spay-wrap .spylinks-wrap .spylinks ul li a span{
		font-size: 50px;
		line-height: 0.8;
		display: block;
		position: absolute;
		left: 0;
		top: calc(50% - 21px);
		opacity: 0.08;
		font-weight: 300;
		font-family: serif;
	}
	.scroll-spay-wrap .spy-contents .spy-content{
		width:100%;
	}
    
	.scroll-spay-wrap .spylinks-wrap .spylinks .languages{
        position: absolute;
        top: calc(100% + 20px);
        left: 0;
	}
	.scroll-spay-wrap .spylinks-wrap .spylinks .languages a{
        text-decoration: none;
        color: #333;
        display: block;
        line-height: 1;
        margin: 5px 0 0 0;
        text-align: center;
        width: 40px;
        height: 40px;
        line-height: 41px;
        background-color: #fff;
        color: var(--theme-color-1);
	}
	.scroll-spay-wrap .spylinks-wrap .spylinks .languages a.active{
        font-weight: 600;
        background-color: var(--theme-color-1);
        color: #fff;
	}
	header .languages{
		display:none;
	}
}
@media(max-width:1201px){
	
	.scroll-spay-wrap .spylinks-wrap{
		display:none;
	}
	header .languages{
		-ms-flex-align: center;
		-webkit-align-items: center;
		-webkit-box-align: center;
		align-items: center;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}
	header .languages a{
        text-decoration: none;
        color: #333;
        display: block;
        line-height: 1;
        margin: 0 0 0 5px;
        text-align: center;
        width: 25px;
        height: 25px;
        line-height: 25px;
        background-color: #fff;
        color: var(--theme-color-1);
        font-size: 13px;
	}
	header .languages a.active{
        font-weight: 500;
        background-color: var(--theme-color-1);
        color: #fff;
	}
	
}








.home-banner-block .wrap{
    max-width: 850px;
    position: relative;
    z-index: 2;
}
@media(min-width:1201px){
	.home-banner-block .wrap .buttons a{
		margin: 15px 25px 0 0;
		padding: 20px 40px;
	}
}
@media(max-width:1201px){
	.home-banner-block .wrap .buttons a{
		margin: 8px 8px 0 0;
		padding: 12px 15px;
        font-size: 12px;
	}
}
.home-banner-block .wrap h3,
.home-banner-block .wrap h4{
    font-family: serif;
}
.home-banner-block .wrap .buttons a{
    text-decoration: none;
    color: var(--theme-color-1);
    font-weight: 500;
    line-height: 1;
    border: 2px solid var(--theme-color-1);
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
	display:block;
}
.home-banner-block .wrap .buttons a div{
	position:relative;
}
.home-banner-block .wrap .buttons a:hover div{
	padding-right:30px;
}
.home-banner-block .wrap .buttons a:hover i{
	opacity:0;
}
.home-banner-block .wrap .buttons a div:before{
    content: "";
    width: 20px;
    height: 2px;
    background-color: var(--theme-color-1);
    display: block;
    position: absolute;
    left: 0;
    top: calc(50% - 1px);
    bottom: 0;
	opacity:0;
}
.home-banner-block .wrap .buttons a div:after{
    font-family: "Font Awesome 6 Pro";
    content: var(--fa);
    --fa: "\f054";
    --fa--fa: "\f054\f054";
    position: absolute;
    top: 0;
    bottom: 0;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    left: 100%;
    opacity: 0;
}
.home-banner-block .wrap .buttons a:hover div:before{
	opacity:1;
    left: calc(100% - 11px);
}
.home-banner-block .wrap .buttons a:hover div:after{
	opacity:1;
}
.home-banner-block .image{
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    background-position: right bottom;
    background-size: contain;
    background-repeat: no-repeat;
    right: 0;
}
.slider-bottom-buttons,
.slider-bottom-buttons a{
    color: #333;
    line-height: 1;
    font-weight: 300;
    text-decoration: none;
}
.slider-bottom-buttons{
    max-width: 750px;
    z-index: 2;
    -ms-flex-align: unset;
    -webkit-align-items: flex-end;
    -webkit-box-align: end;
    align-items: flex-end;
}
.slider-bottom-buttons a{
	white-space:nowrap;
	border:2px solid #333;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	cursor:pointer;
}
@media(min-width:992px){
	.slider-bottom-buttons,
	.slider-bottom-buttons 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;
	}
	.slider-bottom-buttons{
		max-width: 750px;
		gap: 15px;
	}
	.slider-bottom-buttons a i + div{
		line-height: 1.2;
		font-size: 13px;
	}
	.slider-bottom-buttons a i{
		font-size: 28px;
		line-height: 1;
	}
	.slider-bottom-buttons a{
		padding: 20px 20px;
		gap: 15px;
	}
	.slider-bottom-buttons a: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);
	}
}
@media(max-width:992px){
	.slider-bottom-buttons{
		width: 100%;
	}
	.slider-bottom-buttons a i{
		font-size: 15px;
		line-height: 1;
		margin: 0;
	}
	.slider-bottom-buttons a{
        padding: 10px;
		gap:10px;
		margin-top:10px;
		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;
	}
	.slider-bottom-buttons a i + div{
		line-height: 1.2;
		font-size: 13px;
	}
}



.home-about .wrap h4{
    font-family: serif;
}
.home-about .wrap .big-tag {
    display: table;
    overflow: hidden;
    line-height: 0.8;
    font-weight: 900;
    position: absolute;
    color: var(--theme-color-2);
    z-index: -1;
}
@media(min-width:1201px){
	.home-about .wrap .big-tag{
        padding: 0;
        font-size: 200px;
        right: 0;
        top: 0;
        opacity: 0.1;
	}
	.home-about .wrap .left{
        position: absolute;
        top: -150px;
        bottom: -150px;
        right: 20px;
        width: 200px;
        background: #ffffff;
        background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
        background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#FFFFFF", GradientType=1);
        z-index: 2;
	}
	.home-about .wrap .left-wrap{
		right:-60px;
	}
}
@media(max-width:1201px){
	.home-about .wrap .big-tag{
        padding: 0;
        font-size: 40px;
        right: 0;
        top: 0;
        opacity: 0.1;
	}
}
.home-about .wrap .buttons{
	max-width:650px;
}
.home-about .wrap .buttons a{
	margin: 10px 10px 0 0
}
.home-about .wrap .fadeBigletter{
    display: block;
    position: absolute;
    top:0;
	left:0;
	right:0;
	bottom:0;
    background-color: var(--theme-color-1);
}
.home-about .item .link {
    display: block;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-decoration: none;
    position: relative;
    -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 38%);
    -moz-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 38%);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 38%);
	cursor:pointer;
}
.home-about .item .link: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-about .item .link picture,
.home-about .item .link picture img{
	display:block;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	overflow:hidden;
    width: 100%;
    height: auto;
}
.home-about .item .link .title {
    font-weight: 600;
    padding: 20px 30px;
    position: absolute;
    bottom: 20px;
    left: 20px;
    display: table;
    right: 20px;
    background-color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    line-height: 1;
    margin: 0 auto;
}






.home-background .wrap h4{
    font-family: serif;
}
.home-background .wrap .big-tag {
    display: table;
    overflow: hidden;
    font-weight: 900;
    position: absolute;
    color: var(--theme-color-2);
    z-index: -1;
}
@media(min-width:1201px){
	.home-background .wrap .big-tag{
        padding: 0;
        font-size: 150px;
        left: -65px;
        top: -40px;
        opacity: 0.1;
	}
	.home-background .wrap .left{
        position: absolute;
        top: -150px;
        bottom: -150px;
        right: 20px;
        width: 200px;
        background: #ffffff;
        background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
        background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#FFFFFF", GradientType=1);
        z-index: 2;
	}
	.home-background .wrap .left-wrap{
		right:-60px;
	}
}
@media(max-width:1201px){
	.home-background .wrap .big-tag{
        padding: 0;
        font-size: 40px;
        right: 0;
        top: 0;
        opacity: 0.1;
	}
}
.home-background .item{
    background-color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 8%);
    -moz-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 8%);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 8%);
}
.home-background .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-background .item .title{
    font-weight: 600;
    color: var(--theme-color-1);
}





.home-services .wrap h4{
    font-family: serif;
}
.home-services .wrap .big-tag {
    display: table;
    overflow: hidden;
    font-weight: 900;
    position: absolute;
    color: var(--theme-color-2);
    z-index: -1;
}
@media(min-width:1201px){
	.home-services .wrap .big-tag{
        padding: 0;
        font-size: 150px;
        left: -65px;
        top: -40px;
        opacity: 0.1;
	}
}
@media(max-width:1201px){
	.home-services .wrap .big-tag{
        padding: 0;
        font-size: 40px;
        right: 0;
        top: 0;
        opacity: 0.1;
	}
}
.home-services .item{
    background-color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 17%);
    -moz-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 17%);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 17%);
	text-decoration:none;
	color:#333;
	display:block;
	height:100%;
}
.home-services .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-services .item i{
	color:var(--theme-color-1);
	line-height:1;
}
.home-services .item .title{
	line-height:1.3;
	margin:0 0 15px 0;
	font-weight:600;
}
.home-services .item p{
    opacity: 0.7;
    font-size: 14px;
	font-weight:400;
}





.home-sss .wrap h4{
    font-family: serif;
}
.home-sss .wrap .big-tag {
    display: table;
    overflow: hidden;
    font-weight: 900;
    position: absolute;
    color: var(--theme-color-2);
    z-index: -1;
}
@media(min-width:1201px){
	.home-sss .wrap .big-tag{
        padding: 0;
        font-size: 150px;
        left: -65px;
        top: -40px;
        opacity: 0.1;
	}
}
@media(max-width:1201px){
	.home-sss .wrap .big-tag{
        padding: 0;
        font-size: 40px;
        right: 0;
        top: 0;
        opacity: 0.1;
	}
}
@media(min-width:1200px){
	.home-sss .accordions .accordion-item .count{
		font-size: 15px;
		margin:0 0 5px -20px
	}
	.home-sss .accordions .accordion-item .accordion-item-title:before {
        font-size: 25px;
	}
	.home-sss .accordions .accordion-item:first-child {
		margin-top:-17px
	}
	.home-sss .accordions .accordion-item .accordion-item-caption {
		padding: 0 40px 40px 40px;
	}
	.home-sss .accordions .accordion-item.active .accordion-item-title {
		padding: 40px 40px 20px 40px;
	}
}
@media(max-width:1200px){
	.home-sss .accordions .accordion-item .count{
		font-size: 15px;
		margin: 0 0 5px 0;
	}
	.home-sss .accordions .accordion-item .accordion-item-title:before {
		font-size: 20px;
	}
	.home-sss .accordions .accordion-item .accordion-item-caption {
		padding: 0 20px 20px 20px;
	}
	.home-sss .accordions .accordion-item.active .accordion-item-title {
		padding: 20px 20px 20px 20px;
	}
}
.home-sss .accordions .accordion-item{
	line-height:1.3;
    border-top: 1px solid #ededed;
    margin: 0 0 0 auto;
}
.home-sss .accordions .accordion-item.active {
    background-color: #fff;
}
.home-sss .accordions .accordion-item .count{
    margin: 0 0 5px 0;
    display: block;
    font-weight: 900;
    color: var(--theme-color-1);
}
.home-sss .accordions .accordion-item:first-child {
    border-top: 0;
}
.home-sss .accordions .accordion-item .accordion-item-title {
    position: relative;
    font-weight: 400;
	line-height:1.3;
    letter-spacing: 1px;
    cursor: pointer;
    color: #333;
    padding: 17px 80px 17px 0;
}
.home-sss .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: 50%;
    right: 0;
    text-align: center;
    line-height: 1;
    -moz-transform: translate(0px, -50%);
    -webkit-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
}
.home-sss .accordions .accordion-item.active .accordion-item-title:before {
    content: "\f068";
    right: 17px;
}
.home-sss .accordions .accordion-item .accordion-item-caption {
    line-height: 1.7;
    font-weight: 400;
}
.home-sss .accordions .accordion-item:hover .accordion-item-title:before,
.home-sss .accordions .accordion-item:hover .accordion-item-title,
.home-sss .accordions .accordion-item.active .accordion-item-title,
.home-sss .accordions .accordion-item.active .accordion-item-title:before{
	color:var(--theme-color-2);
}
.home-sss .accordions .accordion-item:not(.active) .accordion-item-caption {display: none;}