@import url("../plugins/wow/animate.css");
@import url("../plugins/swiper/swiper-bundle.min.css");
@import url("../plugins/font-awesome/font-awesome-new.min.css");
@import url("../plugins/bootstrap/bootstrap.min.css");
@import url("../plugins/cookieconsent/cookieconsent.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: 'Lora', sans-serif;letter-spacing:0.5px;font-size:16px;padding:0;margin:0;overflow-x: hidden;color:#000}
.font-montserrat{font-family: 'Montserrat', sans-serif;}
.font-roboto{font-family: 'Roboto', sans-serif;}
.font-ataturk{font-family: 'Ataturk', sans-serif;}
.font-alex{font-family: 'Alex', sans-serif;}
/* Header */

body>.loader{
	display:none;
}
body.onloadsite>.loader{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background-color: #fff;
	display:block;
}
@media(min-width:992px){
	body.onloadsite>.loader .img{
		height: 150px;
		top: calc(50% - 75px);
	}
}
@media(max-width:992px){
	body.onloadsite>.loader .img{
		height: 70px;
		top: calc(50% - 35px);
	}
}
body.onloadsite>.loader .img{
    position: fixed;
    left: 20px;
    right: 20px;
    width: auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-animation: pulse 1.5s linear infinite;
    animation: pulse 1.5s linear infinite;
    margin: 0 auto;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
}

p{line-height:1.7;margin:0 0 20px 0;font-weight:400;}
li{line-height:1.7;margin:0 0 10px 0;font-weight:400;}
strong{font-weight:600}
p:last-child,li:last-child,ul:last-child,ol:last-child{margin:0}
h1,h2,h3,h4,h5,h6{margin-top: 20px;margin-bottom: 15px;line-height: 1.7;}
h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child,h6:first-child{margin-top: 0;}

/**************** Header ********************/
header {
	top:0;
    left: 0;
    right: 0;
    z-index: 9;
	-webkit-transition: all 0.3s 0s ease-in-out;
	-moz-transition: all 0.3s 0s ease-in-out;
	-o-transition: all 0.3s 0s ease-in-out;
	transition: all 0.3s 0s ease-in-out;
    position: fixed;
	background-color:#fff;
}
html.fixed-header header,
html.mobile-menu-open header {
    -webkit-box-shadow: 0 10px 20px 0 rgb(0 0 0 / 13%);
    -moz-box-shadow: 0 10px 20px 0 rgb(0 0 0 / 13%);
    box-shadow: 0 10px 20px 0 rgb(0 0 0 / 13%);
}
header a {
    text-decoration: none;
    outline: 0 !important;
}
header .logo-wrap a,
header .logo-wrap a picture,
header .logo-wrap a picture img{
	width:auto;
	display:block;
	position:relative;
	z-index: 1;
}

header .header-top .menu-languages,
header .header-top .menu-languages a,
header .header-top .links,
header .header-top .links a{
	color:#fff;
	text-decoration:none;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -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;
}

/********* Menu ********/

.fixed-search form{
	visibility:hidden;
	opacity:0;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 10;
    top: 0;
	bottom:0;
	opacity:0;
	visibility:hidden;
}
.fixed-search form>div{
    width: 100%;
    max-width: 850px;
}
.fixed-search form input{
    display: block;
    width: 100%;
    border: 0;
    font-weight: 300;
    line-height: 1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    outline: none !important;
    box-shadow: none !important;
    font-family: 'Sofia Sans Semi Condensed', sans-serif;
}
.fixed-search form button{
    outline: none !important;
    box-shadow: none !important;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    padding: 0;
}
.fixed-search .menu-search-closed{
	color: #fff;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
}
@media(min-width:1200px){
	header .languages a{
        color: #fff;
        font-weight: 400;
        margin: 0 0 0 15px;
        height: 50px;
        font-size: 16px;
        line-height: 1;
	}
	html.fixed-header header .languages a{
        color: #000;
        height: 65px;
	}
	header .languages a:first-child{
        margin: 0
	}
	header .languages a.active{
        padding: 0 10px;
		color:#fff !important;
        background-color: var(--theme-color-1);
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        border-radius: 100px;
	}
	html.fixed-header header .languages a.active{
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
	}
	html.fixed-header header .menu-search{
        color: #fff;
        margin-left: 20px;
	}
	header .menu-search{
        color: var(--theme-color-1);
        cursor: pointer;
        line-height: 51px;
        height: 50px;
        padding: 0 0 0 20px;
        position: relative;
        font-size: 15px;
	}
	header .menu-search:before{
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: -9999px;
        background-color: #fff;
        -webkit-border-top-left-radius: 100px;
        -webkit-border-bottom-left-radius: 100px;
        -moz-border-radius-topleft: 100px;
        -moz-border-radius-bottomleft: 100px;
        border-top-left-radius: 100px;
        border-bottom-left-radius: 100px;
	}
	html.fixed-header header .menu-search:before{
        background-color: var(--theme-color-1);
	}
	header .menu-search i{
		position:relative;
		z-index:1;
	}
	.fixed-search .menu-search-closed{
		font-size: 40px;
		width: 100px;
		height: 100px;
		line-height: 101px;
	}
	.fixed-search form input{
		padding: 20px 65px 20px 20px;
		font-size:30px;
	}
	.fixed-search form button{
        width: 59px;
        height: 76px;
		font-size:25px;
	}
}
@media(max-width:1200px){
	header .languages a{
        color: #fff;
        font-weight: 400;
        margin: 0 0 0 10px;
        height: 40px;
        font-size: 14px;
        line-height: 1;
	}
	html.mobile-menu-open header .languages a,
	html.fixed-header header .languages a{
        color: #000;
	}
	header .languages a:first-child{
        margin: 0
	}
	header .menu-search{
		color: var(--theme-color-1);
        cursor: pointer;
        line-height: 42px;
        height: 40px;
        padding: 0 0 0 14px;
        position: relative;
        font-size: 14px;
	}
	html.mobile-menu-open header .menu-search,
	html.fixed-header header .menu-search{
        color: #fff
	}
	header .menu-search:before{
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: -200px;
        background-color: #fff;
        -webkit-border-top-left-radius: 100px;
        -webkit-border-bottom-left-radius: 100px;
        -moz-border-radius-topleft: 100px;
        -moz-border-radius-bottomleft: 100px;
        border-top-left-radius: 100px;
        border-bottom-left-radius: 100px;
	}
	html.fixed-header header .menu-search:before,
	html.mobile-menu-open header .menu-search:before{
        background-color: var(--theme-color-1);
	}
	html.fixed-header header .menu-search:before{
        background-color: var(--theme-color-1);
	}
	header .menu-search i{
		position:relative;
		z-index:1;
	}
	.fixed-search .menu-search-closed{
        font-size: 17px;
        width: 50px;
        height: 50px;
        color: #fff;
        cursor: pointer;
	}
	.fixed-search form input{
        padding: 15px 60px 15px 15px;
        font-size: 17px;
	}
	.fixed-search form button{
        font-size: 18px;
        width: 50px;
        height: 50px;
        line-height: 50px;
	}
}
.fixed-search form{
    background-color: rgb(0 0 0 / 90%);
	-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;
}
.fixed-search.active{visibility:visible;opacity:1;}
.fixed-search.active form{
	visibility:visible;
	opacity:1;
}



.menu-languages a{
    color: #fff;
    text-decoration: none;
}
.menu-languages a.active{
    color: var(--theme-color-1) !important;
    background-color: #fff;
    display: block;
}
header .header-top .container>div:before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: -999999px;
	z-index: -1;
	background-color: rgb(127 3 3 / 100%);
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-left-radius: 20px;
}





@media (min-width: 1200px) {
	header .header-top .container>div:before{
		-webkit-border-bottom-left-radius: 30px;
		-moz-border-radius-bottomleft: 30px;
		border-bottom-left-radius: 30px;
		left: -15px;
	}

	header .logo-wrap a img{
		max-height: 87px;
	}
	header .logo-wrap a{
        padding: 15px 0;
        position: absolute;
        top: -40px;
	}
	html.fixed-header header {top:0;}
	
	
	
	header .header-middle > div{
		-ms-flex-align: unset;
		-webkit-align-items: flex-end;
		-webkit-box-align: end;
		align-items: flex-end;
	}
	html.fixed-header header .header-middle > div{
		-ms-flex-align: center;
		-webkit-align-items: center;
		-webkit-box-align: center;
		align-items: center;
	}
	header .header-top .links a{
		margin: 0 0 0 30px;
		font-weight: 100;
        height: 40px;
        font-size: 14px;
	}
	header .header-top .links a i{
		position:relative;
		top:1px;
	}
	header .header-top .links.socials a{
		margin:0 0 0 10px
	}
	header .header-top .links a p{
		margin: 0 0 0 8px;
	}
	

	.menu-languages a{
		margin: 0 0 0 10px;
		height: 40px;
        font-size: 14px;
	}
	.menu-languages a.active{
		padding: 0 10px;
	}
}
@media (max-width: 1200px) {
	header .header-top .container>div:before{
        -webkit-border-bottom-left-radius: 20px;
        -moz-border-radius-bottomleft: 20px;
        border-bottom-left-radius: 20px;
		left: -12px;
	}
	header .logo-wrap a{
        padding: 15px 0;
        position: absolute;
        top: -58px;
	}
	header .logo-wrap a img{
		max-height: 55px;
	}
	header .header-middle{
		padding: 15px 0
	}
	html.fixed-header header {top:0;}
	
	
	
	header .header-middle > div{
		-ms-flex-align: unset;
		-webkit-align-items: flex-end;
		-webkit-box-align: end;
		align-items: flex-end;
	}
	html.fixed-header header .header-middle > div{
		-ms-flex-align: center;
		-webkit-align-items: center;
		-webkit-box-align: center;
		align-items: center;
	}
	header .header-top .links a{
        margin: 0 0 0 10px;
        font-weight: 100;
        height: 30px;
        font-size: 13px;
	}
	header .header-top .links a p{
		margin: 0 0 0 15px;
	}
	
	.menu-languages a{
		margin: 0 0 0 10px;
		height: 30px;
        font-size: 13px;
	}
	.menu-languages a.active{
		padding: 0 10px;
	}
}
header .header-top .links a p{
	font-weight: 300;
}
header .header-top .links a:first-child{
	margin: 0
}


.menu-toggle {
	width:30px;
	height: 24px;
	position: relative;
	cursor: pointer;
}
.menu-toggle span {
	height: 2px;
	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: 30px;
}
html.fixed-header .menu-toggle span,
html.mobile-menu-open .menu-toggle span {
	background-color: #fff;
}
.menu-toggle span:nth-child(1) {
	top: 0;
}
.menu-toggle span:nth-child(2) {
	top: calc(50% - 1px);
}
.menu-toggle span:nth-child(3) {
	bottom: 0;
}
html.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% - 1px);
}
html.mobile-menu-open .menu-toggle span:nth-child(2) {
	width: 0;
}
html.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% - 1px);
}




@media (min-width: 1200px) {
	 .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;
	}
	.menu-wrap .bottom ul li{
		position:relative;
		margin:0;
	}
	.menu-wrap .bottom>ul>li{
		margin:0 0 0 20px;
	}
	.menu-wrap .bottom ul li a{
		white-space: nowrap;
		font-weight: 400;
		position: relative;
		line-height: 77px;
		color: #000;
		letter-spacing: 1px;
		text-decoration: none;
	}
	.menu-wrap .bottom>ul>li.sub-item>.next-link{
		text-align: center;
		-moz-transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
		color: #000;
		font-size: 10px;
		margin: 0 0 0 5px;
		display: inline-block;
		position: relative;
		top: -1px;
	}
	.menu-wrap .bottom>ul>li.sub-item .sub-menu .next-link{
		position: absolute;
		right: 20px;
		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;
		justify-content: center;
		font-size: 12px;
		line-height: 1;
	}
	.menu-wrap .bottom ul li.sub-item:last-child .sub-menu .next-link,
	.menu-wrap .bottom ul li.sub-item:nth-last-child(2) .sub-menu .next-link{
		right: auto;
		left:20px;
	}
	.menu-wrap .bottom ul li.sub-item:last-child .sub-menu .next-link i:before,
	.menu-wrap .bottom ul li.sub-item:nth-last-child(2) .sub-menu .next-link i:before{
		content: "\f053";
	}
	body.fixed-header .menu-wrap .bottom ul li a{
		color:#333;
		font-size: 14px;
        font-weight: 400;
		line-height: 70px;
	}
	body.fixed-header .menu-wrap .bottom ul li.sub-item>.next-link{
		top: -1px;
		color:#333;
		font-size: 9px;
	}
	.menu-wrap .bottom .menu-list .sub-menu,
	.menu-wrap .bottom .menu-list .back-link{
		display:none;
	}
	.menu-wrap .bottom ul li.sub-item>.sub-menu>ul{
		padding:20px 0;
	}
	.menu-wrap .bottom ul li.sub-item>.sub-menu>ul a{
		display:block;
		padding: 10px 30px;
		text-transform: unset;
		font-weight: 500;
		line-height: 1;
		color: #333;
		font-size: 14px;
	}
	.menu-wrap .bottom ul li.sub-item>.sub-menu>ul a:hover{
		background-color:#fff;
	}
	.menu-wrap .bottom ul li.sub-item>.sub-menu{
		min-width: 250px;
		display:none;
		background-color: #f1f1f1;
		-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%;
		left:0;
		position: absolute;
	}
	.menu-wrap .bottom ul li.sub-item:last-child>.sub-menu,
	.menu-wrap .bottom ul li.sub-item:nth-last-child(2)>.sub-menu{
		right:0;
		left:auto;
	}
	.menu-wrap .bottom ul li.sub-item:hover>.sub-menu {
		display: block;
	}
	.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.sub-item:last-child ul li.sub-item:hover>.sub-menu,
	.menu-wrap .bottom ul li.sub-item:nth-last-child(2) ul li.sub-item:hover>.sub-menu {
		top: 0;
		right: 100%;
		left:auto;
		text-align:right;
	}
	.menu-wrap .bottom>ul>li>ul>li.sub-item:hover>.sub-menu{
		right: 400px;
	}
	html.mobile-menu-open:before {
		content: "";
		position: fixed;
		cursor: pointer;
		left: 0;
		top: 0;
		bottom: 0;
		right: 0;
		background-color: rgb(0 0 0 / 75%);
		z-index: 10;
		display:block;
	}
	html.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) {
	.mobile-menu-open main:before{
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgb(0 0 0 / 50%);
        z-index: 5;
	}
	.menu-list .back-link {
        cursor: pointer;
        display: block;
        padding: 0 15px 0 80px;
        height: 58px;
        line-height: 58px;
        border-top: 1px solid #ededed;
        border-bottom: 1px solid #ededed;
        position: relative;
        color: #000;
	}
	.menu-list .back-link > i {
		display: block;
		cursor: pointer;
		color: #000;
		position: absolute;
		left: 0;
		top: 0;
		line-height: 60px;
		width: 58px;
		height: 57px;
		text-align: center;
		z-index: 5;
		border-right: 1px solid #ededed;
	}
	.menu-wrap {
        overflow: hidden;
        position: fixed;
        left: auto;
        top: 100px;
        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(100%, 0);
        -o-transform: translate(100%, 0);
        -ms-transform: translate(100%, 0);
        transform: translate(100%, 0);
        right: 0;
	}
	html.mobile-menu-open .menu-wrap {
		-webkit-transform: translate(0px, 0px);
		-o-transform: translate(0px, 0px);
		-ms-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
	}
	.menu-list,
	.menu-list ul {
		list-style-type: none;
		padding: 0;
		margin: 0;
	}
	.menu-list ul {
		height: calc(100% - 58px);
		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: 61px;
        width: 57px;
        height: 57px;
        text-align: center;
        border-left: 1px solid #ededed;
        margin: -57px 0 0 0;
        color: #000;
	}
	.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 #ededed;
	}
	.menu-list li a h3 {
		margin-bottom:5px;
	}
	.menu-list li a h3 + p {
		opacity:0.7;
	}
	.menu-list .back-link + ul>li:first-child a {
		border-top: 0
	}
	.menu-list li {
		margin:0;
	}
	.menu-list li a {
		display: block;
		line-height: 1;
		color: #000;
        padding: 20px 25px;
        border-top: 1px solid #ededed;
		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;
		-webkit-transition: all 0.3s 0s ease-in-out;
		-moz-transition: all 0.3s 0s ease-in-out;
		-o-transition: all 0.3s 0s ease-in-out;
		transition: all 0.3s 0s ease-in-out;
		background-color: #fff;
		-webkit-transform: translate(100%, 0px);
		-o-transform: translate(100%, 0px);
		-ms-transform: translate(100%, 0px);
		transform: translate(100%, 0px);
	}
	.menu-list li.sub-item li.sub-item > div.sub-menu {
		top: 0;
	}
	.menu-list li.sub-item.open > div.sub-menu {
		-webkit-transform: translate(0%, 0px);
		-o-transform: translate(0%, 0px);
		-ms-transform: translate(0%, 0px);
		transform: translate(0%, 0px);
	}
}
/********* Menu ********/
/**************** Header ********************/
/**************** Breadcrumb ********************/
.breadcrumb {
    color: #333;
	position:relative;
}
.breadcrumb .wrap {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.breadcrumb .wrap .wrap-line:before {
	content:"";
	position:absolute;
	left:-99999px;
	top:0;
	bottom:0;
	right:0;
    background-color: rgb(127 3 3 / 80%);
}
.breadcrumb .wrap .wrap-line {
    position: absolute;
    left: 0;
    bottom: 20px;
}
@media(min-width:992px){
	.breadcrumb .wrap {
		min-height:300px;
	}
	.breadcrumb .wrap .wrap-line {
        padding: 15px 7% 15px 30px;
        max-width: 85%;
	}
}
@media(max-width:992px) and (min-width:768px){
	.breadcrumb .wrap {
		min-height:200px;
	}
	.breadcrumb .wrap .wrap-line {
		padding:20px 30px;
	}
}
@media(max-width:768px){
	.breadcrumb .wrap {
		min-height:180px;
	}
	.breadcrumb .wrap .wrap-line {
		padding:12px 15px;
	}
}
.breadcrumb ul {
    list-style-type: none;
    padding: 0;
    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.4;
	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;
    margin: 0 10px;
	line-height:1.4;
}

/**************** Breadcrumb ********************/
/**************** Footer ********************/
footer{
	color:#fff;
	font-weight:300;
	background-color:var(--theme-color-1)
}
footer img{
    display: table;
	margin:0 auto;
    max-height: 15px;
}


footer .footer-socials a,
footer .links a{
    -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;
    color: #fff;
    display: block;
}
footer .links a{
    margin: 15px 0 0 0;
    text-decoration: none;
    font-weight: 300;
}
footer .links a:before{
    content: "";
    float: left;
    width: 5px;
    height: 5px;
    background-color: #fff;
    position: relative;
    top: 9px;
    margin: 0 15px 0 0;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
footer .footer-socials 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;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
	
    margin: 0 0 0 30px;
	text-decoration:none;
    text-align: center;
    padding: 0 0 0 2px;
}
footer .footer-socials a:first-child{
    margin: 0;
}

footer .footer-contact {
    list-style-type: none;
    padding: 0;
}
footer .footer-contact li>* {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
footer .footer-contact li a {
    cursor: pointer;
    text-decoration: none;
    color: #fff;
}
footer .footer-contact li i {
    position: relative;
    width: 14px;
    margin-right: 15px;
    text-align: center;
    top: 3px;
}
footer .footer-contact li i + div {
    width: calc(100% - 29px);
    line-height: 1.7;
    margin: -4px 0 0 0;
}
footer .footer-bottom picture,
footer .footer-bottom picture img{
	display: block;
}
@media (min-width: 1400px) {
	footer iframe{
		display: block;
		height: 100%;
		width: 32%;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
	}
	footer .footer-bottom picture,
	footer .footer-bottom picture img{
		max-height: 30px;
	}
}
@media (max-width: 1400px) {
	footer iframe{
		display: block;
		height:250px;
		width: 100%;
	}
	footer .footer-bottom picture img{
		display: block;
		max-height: 20px;
	}
	footer .footer-bottom picture{
		display: table;
		margin: 10px auto 0 auto;
	}
	footer .footer-bottom picture:first-child{
		margin:0 auto;
	}
}

/**************** Footer ********************/
/**************** Cookies ********************/
.cookies {
    -moz-box-shadow: 0 0 12px 0 rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 0 12px 0 rgb(0 0 0 / 10%);
    -o-box-shadow: 0 0 12px 0 rgb(0 0 0 / 10%);
    -ms-box-shadow: 0 0 12px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 0 12px 0 rgb(0 0 0 / 10%);
    position: fixed;
    z-index: 15;
    background-color: #fff;
    color: #333;
    bottom: 3px;
    left: 3px;
    right: 3px;
    padding: 12px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.cookies .accept{
    z-index: 2;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}
.cookies h4 {
    margin: 0 0 10px;
    font-weight: 400;
}
.cookies p {
    line-height: 1.5;
}
.cookies a {
    cursor: pointer;
	color:var(--theme-color-1);
}

/**************** Cookies ********************/

.block-title h2{
	position:relative;
}
.block-title h2:before{
    content: "";
    display: block;
    background-color: var(--theme-color-2);
}

@media(min-width:1200px){
	body main{
		padding-top:130px;
	}
	.block-title.left{
		padding-left:100px;
	}
	.block-title.left h2:before{
		right: calc(100% + 30px);
		width: 9999px;
	}
}
@media(max-width:1200px){
	body main{
		padding-top:100px;
	}
	.block-title.left{
		padding-left:30px;
	}
	.block-title.left h2:before{
		right: calc(100% + 15px);
		width: 9999px;
	}
}
.block-title.left h2:before{
    height: 2px;
    position: absolute;
    top: calc(50% - 1px);
}


.block-title.center h2:before{
	margin:0 auto 30px auto;
    width: 100px;
	height:3px;
}



.theme-btn {
	border:0;
	cursor:pointer;
    text-decoration: none;
    line-height: 1;
    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;
    padding: 20px 40px 20px 40px;
    background-color: var(--theme-color-1);
    color: #fff;
    letter-spacing: 1px;
    font-weight: 400;
    overflow: hidden;
	-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;
	position:relative;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}
.theme-btn *{
	position:relative;
	z-index:1;
}
.theme-btn.hovered-white:before,
.theme-btn.hovered:before {
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    bottom: auto;
    z-index: 0;
    content: "";
    position: absolute;
	-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:var(--theme-color-1);
}
.theme-btn.hovered-white:before {
	background-color:var(--theme-color-1);
}
.theme-btn.hovered:hover:before,
.theme-btn.hovered-white:hover:before {
    top: auto;
    bottom: 0;
    height: 100%;
}
.theme-btn.hovered:hover {
    color: #fff;
    border-color: var(--theme-color-1);
}
.theme-btn.hovered-white:hover {
    color: #000;
}

.content{
    position: relative;
    z-index: 1;
}
@media (min-width: 1200px) {
	.main-slider-block .swiper-slide{
		padding:0 30px 30px 30px
	}
	.main-slider-block .swiper-slide .swiper-slide-wrap{
		height:calc(100vh - 160px);
	}
}
@media (max-width: 1200px) {
	.main-slider-block .swiper-slide .swiper-slide-wrap .caption{
		bottom: 75px;
	}
	.main-slider-block .swiper-slide .swiper-slide-wrap{
        height: 45vh;
	}
}


.main-slider-block .swiper-slide .swiper-slide-wrap{
	width:100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.main-slider-block .swiper-slide .swiper-slide-wrap .manuel-video,
.main-slider-block .swiper-slide .swiper-slide-wrap .manuel-video video{
	width:100%;
	height:100%;
	object-fit:cover;
}
.main-slider-block .swiper-slide.overlay .swiper-slide-wrap:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / 40%);
    z-index: 1;
}
.main-slider-block .swiper-slide .swiper-slide-wrap .caption > div .wrap{
    max-width:850px;
    background-color: rgb(127 3 3 / 80%);
}
.main-slider-block .swiper-button-disabled{
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}
@keyframes jumpInfinite {
	0% {
		top: 0;
	}
	50% {
		top: -10px;
	}
	100% {
		top: 0;
	}
}
.main-slider-block .bottom-link{
    color: #fff;
    position: absolute;
    z-index: 2;
    text-align: center;
}
.main-slider-block .bottom-link:before{
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    content: "\f078";
	position:relative;
    -webkit-animation: jumpInfinite 2s linear infinite;
    animation: jumpInfinite 2s linear infinite;
}
.main-slider-block .links,
.main-slider-block .link{
    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;
}
.main-slider-block .link{
    background-color: transparent;
    color: #fff;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    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;
    position: relative;
    font-weight: 400;
    letter-spacing: 1px;
    background-color: var(--theme-color-1);
    color: #fff;
}
.main-slider-block .link:last-child{
    margin: 0;
    background-color: #fff;
    color: var(--theme-color-2);
}
.main-slider-block .swiper-slide .swiper-slide-wrap .caption{
    z-index: 1;
    color: #fff;
    position: absolute;
	top:0;
	left:0;
    right: 0;
	bottom:0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    margin: 0 auto;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
}
.main-slider-block .pagi {
    position: absolute;
    z-index: 2;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0 auto;
    left: 0;
    right: 0;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
}
.main-slider-block .pagi .swiper-pagination-bullet.prog {
    overflow: hidden;
    cursor: pointer;
    height: 5px;
    width: 0;
    display: block;
    background-color: rgb(255 255 255 / 10%);
}
.main-slider-block .pagi .swiper-pagination-bullet.prog.swiper-pagination-bullet-active {
	width:100%;
}
.main-slider-block .pagi .swiper-pagination-bullet.prog.swiper-pagination-bullet-active span {
	height:100%;
	display:block;
    animation-name: progress;
    animation-timing-function: linear;
    animation-iteration-count: 1;
	animation-play-state: paused;
    -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-block .pagi .swiper-pagination-bullet.prog.swiper-pagination-bullet-active span.active {
    background-color: rgb(255 255 255 / 40%);
}
.main-slider-block .pagi .swiper-pagination-bullet.prog.swiper-pagination-bullet-active.active span {
	animation-play-state: running;
}


@media(min-width:992px){
	.main-slider-block .link{
		margin: 0 20px 0 0;
	}
	.main-slider-block .pagi {
		bottom: 0;
	}
	.main-slider-block .link{
		padding: 20px 30px;
	}
	.main-slider-block .link:hover{
		background-color:#fff;
		color:var(--theme-color-1);
	}
	.main-slider-block .bottom-link{
		bottom: 0;
		width: 70px;
		height: 50px;
		left: calc(50% - 35px);
		line-height: 50px;
	}
}
@media(max-width:992px){
	.main-slider-block .link{
		margin: 0 10px 0 0;
	}
	.main-slider-block .swiper-slide .swiper-slide-wrap .caption > div .borders{
		display:none !important
	}
	.main-slider-block .pagi {
		top: 0;
	}
	.main-slider-block .link{
		padding: 12px 15px;
	}
	.main-slider-block .bottom-link{
		bottom:0;
		width: 40px;
		height: 30px;
		left: calc(50% - 15px);
		line-height: 30px;
	}
}
@keyframes progress {
    from {
        width: 0%;
    }
    to {
        width: 100%;
    }
}


@media(min-width:992px){
	.home-counters .item{
		min-height: 300px;
	}
	.home-counters .col-6:nth-child(2n+2) .item{
		top: -30px;
	}
}
@media(max-width:992px){
	.home-counters .item{
		min-height: 200px;
		border-bottom:1px solid var(--theme-color-2);
	}
	.home-counters .col-6:nth-child(2n+2) .item{
		border-bottom:1px solid var(--theme-color-1);
		top: -10px;
	}
	.home-counters .col-6:nth-last-child(1) .item,
	.home-counters .col-6:nth-last-child(2) .item{
		border-bottom:0;
	}
}
.home-counters .item{
    width: 100%;
    background-color: var(--theme-color-1);
}
.home-counters .item .number{
	color: #fff;
}
.home-counters .item p{
	color: #ccc;
}
.home-counters .col-6:nth-child(2n+2) .item{
	position:relative;
    background-color: var(--theme-color-2);
	color: #fff;
    z-index: 1;
}




.home-about picture,
.home-about picture img{
	display: block;
    width: auto;
	max-width:100%;
}
.home-about .title:after{
    content: "";
    display: table;
    height: 2px;
    width: 100px;
    background-color: var(--theme-color-1);
    margin: 30px 0 0 0;
}
.home-about .caption{
    background-color: #fff;
}
@media(min-width:1400px){
	.home-about .caption{
        max-width: 50%;
        top: 80px;
	}
}
@media(max-width:1400px) and (min-width:1200px){
	.home-about .caption{
        max-width: 40%;
        top: 50px;
	}
}
@media(min-width:1200px){
	.home-about .image{
        position: absolute;
        top: 0;
        left: 0;
	}
	.home-about .caption{
        -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
        box-shadow: 2px 2px 10px 0 rgb(0 0 0 / 16%);
        margin: 0 0 0 auto;
        display: table;
        position: relative;
        z-index: 1;
	}
}
.home-about .more{
	font-size:14px;
    display: table;
    padding: 12px 15px 13px 15px;
    text-decoration: none;
    color: var(--theme-color-1);
    border: 1px solid var(--theme-color-1);
    line-height: 1;
}
.home-about .more:hover{
    color: #fff;
    background-color: var(--theme-color-1);
}



.home-services-down .item{
    display: block;
    background-color: #fff;
    height: 100%;
	text-decoration:none;
	color:#000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.home-services-down .item .image picture,
.home-services-down .item .image picture img{
	display:block;
	width:100%;
	height:auto;
}


.home-services .row{
	margin-left:-1px;
	margin-right:-1px;
}
.home-services .row>div{
	padding-left:1px;
	padding-right:1px;
}
.home-services .item .wrap{
    perspective: 1000px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
@media(min-width:1200px){
	.home-services .col-xxl-4 .item .wrap .frontend,
	.home-services .col-xxl-4 .item .wrap .backend {
		min-height: 400px;
	}
	.home-services .col-xxl-3 .item .wrap .frontend,
	.home-services .col-xxl-3 .item .wrap .backend {
		min-height: 300px;
	}
	.home-services .col-xxl-2-5 .item .wrap .frontend,
	.home-services .col-xxl-2-5 .item .wrap .backend {
		min-height: 250px;
	}
}
@media(max-width:1200px){
	.home-services .col-xxl-4 .item .wrap .frontend,
	.home-services .col-xxl-4 .item .wrap .backend {
		min-height: 300px;
	}
	.home-services .col-xxl-3 .item .wrap .frontend,
	.home-services .col-xxl-3 .item .wrap .backend {
		min-height: 250px;
	}
	.home-services .col-xxl-2-5 .item .wrap .frontend,
	.home-services .col-xxl-2-5 .item .wrap .backend {
		min-height: 200px;
	}
}
.home-services .item .wrap .frontend,
.home-services .item .wrap .backend {
    color: #fff;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    perspective: inherit;
	-webkit-transition: transform .8s cubic-bezier(.5,.2,.2,.8);
	-moz-transition: transform .8s cubic-bezier(.5,.2,.2,.8);
	-ms-transition: transform .8s cubic-bezier(.5,.2,.2,.8);
	-o-transition: transform .8s cubic-bezier(.5,.2,.2,.8);
	transition: transform .8s cubic-bezier(.5,.2,.2,.8);
}
.home-services .item .wrap .frontend h3,
.home-services .item .wrap .backend h3{
	font-weight:400;
	line-height:1.4;
	letter-spacing:1px;
}
.home-services .item .wrap .frontend p,
.home-services .item .wrap .backend p{
    margin: 0;
    font-weight: 300;
    line-height: 1.5;
}
.home-services .item .wrap .frontend {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-flex-align: unset;
    -webkit-align-items: flex-end;
    -webkit-box-align: end;
    align-items: flex-end;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.home-services .item .wrap .frontend:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgb(0 0 0 / 45%);
    text-align: center;
}
.home-services .item .wrap .frontend .caption {
    position: relative;
    z-index: 1;
    width: 100%;
	-webkit-transform: translate3d(0,0,70px) scale(.86);
	-moz-transform: translate3d(0,0,70px) scale(.86);
	-ms-transform: translate3d(0,0,70px) scale(.86);
	-o-transform: translate3d(0,0,70px) scale(.86);
	transform: translate3d(0,0,70px) scale(.86);
}
.home-services .item .wrap .frontend .caption picture,
.home-services .item .wrap .frontend .caption picture img{
	display:table;
}
.home-services .item .wrap .frontend .caption picture img{
	width:auto;
	max-height:30px;
}
.home-services .item .wrap .backend {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    background-color: #000;
}
.home-services .item .wrap .backend .caption {
    transform-style: preserve-3d;
    perspective: inherit;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
	-webkit-transform: translateZ(70px) scale(.86);
	-moz-transform: translateZ(70px) scale(.86);
	-ms-transform: translateZ(70px) scale(.86);
	-o-transform: translateZ(70px) scale(.86);
    transform: translateZ(70px) scale(.86);
    width: 100%;
}
.home-services .item .wrap .backend .caption .more {
    border: 1px solid rgb(255 255 255 / 20%);
    display: table;
    line-height: 1;
	font-size:13px;
    padding: 14px 20px 13px 20px;
    margin: 30px 0 0 0;
    font-weight: 300;
    letter-spacing: 1px;
    text-decoration: none;
    color: #fff;
}
.home-services .item .wrap .backend .caption .more:hover {
    background-color: rgb(255 255 255 / 20%);
}
.home-services .item:hover .frontend {
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
	-o-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}
.home-services .item:hover .backend {
	-webkit-transform: rotateY(0);
	-moz-transform: rotateY(0);
	-ms-transform: rotateY(0);
	-o-transform: rotateY(0);
	transform: rotateY(0);
}




.partner-slider .swiper-slide picture{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
}
.partner-slider .swiper-slide picture img{
    height: auto;
	display:block;
    max-width: 100%;
    width: auto;
}





.home-news .home-news-b-title:before,
.home-teams .home-teams-b-title:before,
.home-services .home-services-b-title:before,
.home-services-down .home-services-b-title:before,
.home-contact .home-contact-b-title:before{
	content:"";
	position:absolute;
	top:0;
	bottom:0;
	left:-99999px;
	right:0;
    background-color: var(--theme-color-1);
	-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;
}
.home-news .home-news-b-title,
.home-teams .home-teams-b-title,
.home-services .home-services-b-title,
.home-services-down .home-services-b-title,
.home-contact .home-contact-b-title{
    display: table;
    padding: 20px 100px 20px 30px;
	position:relative;
}
.home-news .home-news-b-title *,
.home-teams .home-teams-b-title *,
.home-services .home-services-b-title *,
.home-services-down .home-services-b-title *,
.home-contact .home-contact-b-title *{
	position:relative;
}
.home-news .prev,
.home-news .next,
.home-news .all{
    background-color: var(--theme-color-1);
    color: #fff;
    min-width: 45px;
    height: 40px;
    line-height: 40px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    text-decoration: none;
    font-weight: 300;
}
.home-news .all{
	padding:0 15px;
    background-color: var(--theme-color-2);
}
.home-news .item,
.home-news .item a{
	height:100%;
}
.home-news .item a{
    background-color: #fff;
    display: block;
    text-decoration: none;
    color: var(--theme-color-2);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	overflow:hidden;
}
.home-news .item .image{
	width:100%;
	height:180px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.home-news .item .title{
	color:var(--theme-color-1)
}
@media(min-width:992px){
	.home-news .item .caption{
		min-height: 320px;
		position:relative;
		padding-bottom:30px;
	}
	.home-news .item:hover .more{
		color: var(--theme-color-2);
	}
}
@media(max-width:992px){
	.home-news .item .caption{
		min-height: 280px;
		position:relative;
		padding-bottom:30px;
	}
}
.home-news .item .more{
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 14px;
    display: table;
    padding: 0 0 12px 0;
    text-decoration: none;
    color: var(--theme-color-1);
    border-bottom: 1px solid var(--theme-color-1);
    line-height: 1;
}






.c-items .c-item a,
.form-item-icons i {
    background-color: var(--theme-color-1);
}
.c-items{
    background-color: #fff;
}
.form-item-icons i:after{
    color: var(--theme-color-1);
    font-weight: 600;
}
.c-items {
    padding: 30px;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ebebeb;
    height: 100%;
}
.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;
}
.contact-map iframe {
    width: 100%;
    height: 250px;
	display:block;
	border:0;
	box-shadow:none;
	outline: none;
}
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);
}
.c-items .c-item a{
    text-decoration: none;
    display: block;
    line-height: 1.6;
}



.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;
    text-decoration: none;
    color: #000;
}
.pagination li:first-child a{
	margin:0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.pagination li:last-child a{
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.pagination li:hover a{
    border-color: var(--theme-color-1);
    background-color: var(--theme-color-1);
    color: #fff;
}
.pagination li.active a{
    border-color: var(--theme-color-2);
    background-color: var(--theme-color-2);
    color: #fff;
}


.image-theme picture{
	margin-top:10px;
	margin-left:10px;
}
.image-theme picture img{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.image-theme picture:before{
    content: "";
    position: absolute;
    top: -10px;
    right: 10px;
    background-color: var(--theme-color-1);
    bottom: 10px;
    left: -10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.post-block .top-info .top-info-item {
    font-size: 12px;
    padding: 11px 15px;
    background-color: #f6f7f8;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ededed;
    line-height: 1.084;
}
.post-block .top-info .top-info-item i{
    font-size: 13px;
    line-height: 1;
    position: relative;
    top: 1px;
}
.post-block .tags .tags-list a{
    display: inline-block;
    padding: 12px 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
    font-weight: 500;
    font-size: 12px;
	background-color:var(--theme-color-1);
	color:#fff;
}
.post-block .tags .tags-list a:hover{
	background-color:var(--theme-color-2);
}


table {
	background-color:#fff;
	caption-side: bottom;
	border-collapse: collapse;
}
table:last-child{
	margin:0;
}

thead,
tbody,
tfoot,
tr,
td,
th {
	border-color: inherit;
	border-style: solid;
	border-width: 0;
}

.post-block .light-gallery .gallery-item,
.post-block .gallery-item-videos [data-poster]{
	position:relative;
    text-decoration: none;
    border: 2px solid #fff;
}
.post-block .light-gallery .gallery-item:after,
.post-block .gallery-item-videos [data-poster]:after{
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    color: var(--theme-color-1);
    font-size: 25px;
    position: absolute;
    top: calc(50% - 26px);
    left: calc(50% - 26px);
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #fff;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    border: 2px solid var(--theme-color-1);
}
.post-block .light-gallery .gallery-item:after{
    content: "\f31e";
}
.post-block .gallery-item-videos [data-poster]:after{
    content: "\f04b";
    padding: 0 0 0 4px;
}


.share-buttons {
	padding: 0;
	list-style: none;
}
.share-buttons li {
	float:left;
	margin-bottom:0;
    margin: 10px 15px 0 0;
}
.share-buttons li:last-child{
	margin:10px 0 0 0;
}
.share-buttons li a {
    border: 0;
    display: block;
    text-decoration: none;
    font-size: 25px;
    color: var(--theme-color-1);
}




.page-documents .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%);
}
.page-documents .item>a{
    text-align: center;
    color: #000;
    text-decoration: none;
    display: block;
}
.page-documents .item>a .icon,
.page-documents .item>a .image{
    height: 250px;
    width: auto;
}
.page-documents .item>a .icon{
	color:var(--theme-color-2);
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
}
.page-documents .item>a .image picture,
.page-documents .item>a .image picture img{
    max-height: 250px;
    max-width: 100%;
    display: table;
    margin: 0 auto;
    width: auto;
}
.page-documents .item>a .info p{
    margin: 0 20px 0 0;
    text-transform: uppercase;
    line-height: 1;
}
.page-documents .item>a .info p:last-child{
    margin: 0
}
.page-documents .item .text{
    border-top: 1px solid #ededed;
    color: #000;
}


.text-line a{
    text-decoration: none;
    color: var(--theme-color-1);
    font-weight: 600;
}



.home-teams .item{
    display: block;
    text-decoration: none;
    position: relative;
}
.home-teams .item picture,
.home-teams .item picture img{
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	filter: gray;
	-webkit-filter: grayscale(100%);
    width: 100%;
    height: auto;
    display: block;
}
.home-teams .item:hover picture,
.home-teams .item:hover picture img{
	filter: none;
	-webkit-filter: grayscale(0%);
    width: 100%;
    height: auto;
    display: block;
}
.home-teams .item .caption{
    position: absolute;
    left: -20px;
    margin: 0;
    bottom: 20px;
    color: #fff;
    background-color: var(--theme-color-1);
    padding: 20px 40px;
    z-index: 2;
}

.team-page .socials a{
	text-decoration:none;
	color:var(--color-theme-2);
    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;
    background-color: #f6f7f8;
    padding: 0 15px 0 0;
}
.team-page .socials a .icon{
    height: 40px;
    width: 40px;
    line-height: 44px;
    background-color: var(--theme-color-2);
    color: #fff;
    text-align: center;
}
.team-page .socials a p{
	line-height:1;
    padding: 0 0 0 12px;
}





.search-page .item a {
    display: block;
    background-color: #fff;
    padding: 20px 30px;
    text-decoration: none;
    color: #000;
    border: 1px solid #ededed;
	border-bottom:0;
}
.search-page .item a h4{
	margin:0;
	font-weight:400;
}
.search-page .item a h4 + p{
    margin: 6px 0 0 0;
    font-weight: 300;
    line-height: 1;
    font-size: 13px;
}
.search-page .item:first-child a {
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.search-page .item:last-child a {
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
    border-bottom: 1px solid #ededed;
}


.tabs .tab-links {
    padding:0;
	margin:0;
    list-style-type: none;
    overflow-y: auto;
}
.tabs .tab-links li{
	margin:0 0 0 20px;
}
.tabs .tab-links li:first-child{
	margin:0
}
.tabs .tab-links li a{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 15px 20px;
	text-decoration:none;
    position: relative;
    cursor: pointer;
    display: block;
    color: #000;
    font-weight: 400;
    letter-spacing: 1px;
    white-space: nowrap;
    background-color: #fff;
    border: 1px solid #ededed;
}
.tabs .tab-links li a.active {
    border-color: var(--theme-color-1);
    background-color: var(--theme-color-1);
    color:#fff;
}
