@charset "utf-8";
/*======================================
 [ -Main Stylesheet-
  Theme: Cyberbokk
  Version: 1.0
  Last change: 26/03/2023 ]
	++Fonts++
	++Loader++
	++Header++
	++Hero++
	++Section++
	++Portfolio++
	++Blog++
	++Contacts++
	++Responsive++
*/

/*-------------General Style---------------------------------------*/
html{
	overflow-x:hidden !important;
	height:100%;
}
body{
	margin: 0;
	padding: 0;
	font-family: 'Rubik', sans-serif;
	font-weight: 400;
	font-size: 12px;
	background:#111;
	height:100%;
	text-align:center;
	color:#1e1e1e;
} 
@-o-viewport {width: device-width;}
@-ms-viewport {width: device-width;}
@viewport {width: device-width;}
/*--------------Typography--------------------------------------*/
p {
	text-align: left;
    font-size: 13px;
    line-height: 24px;
    padding-bottom: 10px;
    font-weight: 400;
    color: #5e646a;
}
blockquote {
	float:left;
	padding: 10px 20px 0;
	margin: 0 0 20px;
	border-left: 10px solid #eee;
	position:relative;
 
}
blockquote p {
	font-style:italic;
	font-size: 13px;
	color: #333;
}
/* ---------Page preload--------------------------------------*/
.main-loader-wrap {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index:10001;
	background: #111
}
.loading-spinner {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100px;
	height: 100px;
	line-height: 60px;
	z-index: 20;
	margin: -50px 0 0 -50px;
	
}
.loading-spinner.loading-spinner-circle {
	animation:k3d 3.5s infinite linear;
	-webkit-box-reflect: below 10px -webkit-linear-gradient(rgba(0,0,0,0.0), rgba(0,0,0,0.3));
	-webkit-box-reflect: below 10px -o-linear-gradient(rgba(0,0,0,0.0), rgba(0,0,0,0.3));
	-webkit-box-reflect: below 10px linear-gradient(rgba(0,0,0,0.0), rgba(0,0,0,0.3));
}

@keyframes k3d {
0% {
  transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(360deg);
	opacity:0.3;
  }
  100%{
     transform: rotateY(0deg);
  }	
}
.loading-spinner-fade img {
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
	-webkit-animation: 1.5s pulse-anim cubic-bezier(.17, .85, .438, .99) infinite;
	        animation: 1.5s pulse-anim cubic-bezier(.17, .85, .438, .99) infinite;
	-webkit-animation-duration: 3s;
	        animation-duration: 3s;
	-webkit-animation-delay: .15s;
	        animation-delay: .15s;
}
@-webkit-keyframes pulse-anim {

	0% {
		opacity: 1;
		-webkit-transform: scale(.5);
		        transform: scale(.5);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(.);
		        transform: scale(1);
	}

}

@keyframes pulse-anim {

	0% {
		opacity: 1;
		-webkit-transform: scale(.5);
		        transform: scale(.5);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(1);
		        transform: scale(1);
	}

}
/* ------Cursor------------------------------------------------------------ */
.element {
	position: fixed;
	left:0;
	top:0;
	width: 30px;
	height: 30px;
	pointer-events: none;
	z-index:10000;
}
.element-item {
	position: fixed;
	transform: translate(-50%, -50%) scale(1.0);
	width: 30px;
	height: 30px;
	border-radius: 50%;
	pointer-events: none;
	opacity:1;
	box-sizing:border-box;
	border:1px solid  #eee;
	box-shadow: 0px 0px 0px 16px rgb(255 255 255 / 5%);
}
.element-item:before {
	content:'';
	position:absolute;
	top:50%;
	left:50%;
	width:6px;
	height:6px;
	background: #000;
	margin:-3px 0 0 -3px;
	border-radius:50%;
	z-index:-1;
	transform: scale(1.0);
  	transition: all 1000ms cubic-bezier(.19,1,.22,1) 0ms;
}
.element-item.white_blur  {
	border-color: rgba(51,51,51,0.5);
}
.element-item.elem_hover:before {
	opacity:0.2;
	transform: scale(6.5);
}
.element-item.elem_hover {
	border-color:transparent;
}
.element-item:after {
	font-family: Font Awesome\ 5 Pro;
	content: "";
	position:absolute;
	font-size:7px;
	left:50%;
	color:#fff;
	top:50%;
	width: 14px;
	height: 14px;
	font-weight:100;
	line-height:14px;
	margin:-7px 0 0 -7px;
	opacity:0;
  	transition: all 1000ms cubic-bezier(.19,1,.22,1) 0ms;
	transform: scale(0);
}
.element-item.slider_hover:before , .element-item.close-icon:before , .element-item.showcase_elem:before {
	transform: scale(10.8);
}
.element-item.slider_hover , .element-item.close-icon , .element-item.showcase_elem {
	border-color:transparent;
	width: 90px;
	height: 90px;
	box-shadow: 0px 0px 0px 26px rgb(255 255 255 / 5%);
}
.element-item.slider_hover:after , .element-item.close-icon:after , .element-item.showcase_elem:after {
	transform: scale(1.0);
	opacity:1;
	content: "Swipe";
	text-transform:uppercase;
	font-size:10px !important;
	letter-spacing:2px;
	text-indent:-16px;
 	font-family: 'Orbitron', sans-serif;
}
.element-item.showcase_elem:after {
	content: "Move";
}
.element-item.close-icon:after {
	content: "Close";
}
.element-item.dark_elem  {
	background: rgb(0 0 0 / 5%);
	border-color: rgb(255 255 255 / 25%);
}
.element-item.dark_elem:before  {
	background: #111
}
/* ---------Content Styles--------------------------------------*/
#main{
	height:100%;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:2;
	opacity:0;
}
#wrapper{
	vertical-align:top;
	position: absolute;
	left:0;
	top:0;
	right:0;
	bottom: 0;
	z-index:2;
}
.content-holder{
	position: absolute;
	left:0;
	top:0;
	right: 0;
	z-index: 2;
	bottom:0;
	opacity: 1;
}
.container{
	width: min(100% - 25px, 990px);
	margin-inline:auto;
	position: relative;
	z-index:5;
}
.container.fl-container {
	float:left;
}
.content {
	background: #fff;
	z-index:4;
}
.fl-wrap {
	float:left;
	width:100%;
	position:relative;
}
.no-bg {
	background:none !important;
}
.full-height {
	height:100%;
}
.bg {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-size: cover;
	background-attachment: scroll  ;
	background-position: center  ;
	background-repeat:repeat;
	background-origin: content-box;
} 
.respimg , .single-slider img {
	width:100%;
	height:auto;
}
.overlay , .overlay-dec  {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.overlay {
	background:#000;
	opacity:0.4;
	z-index:2;	
}
.overlay-dec {
 	z-index:3;
}
.overlay-dec-dot {
	float: left;
	width: 33.3%;
	height: 33.3%;
	position: relative;
}
.overlay-dec-dot:before , .overlay-dec-dot:after {
	content: '';
	position: absolute;
	background: #fff;
	top: 50%;
	left: 50%;
	transition: all 0.3s ease-in;
}
.overlay-dec-dot:before  {
	width: 8px;
	height: 2px;
	margin: -1px 0 0 -4px;
}
.overlay-dec-dot:after  {
	width: 2px;
	height: 8px;
	margin: -4px 0 0 -1px;
}
.overlay-dec-dot.overlay-dec-vis:before , .overlay-dec-dot.overlay-dec-vis:after {
	transform: rotate(720deg) scale(1.5);
}
.overlay-dec-dot.overlay-dec-vis {
	background: rgba(0,0,0,.3);
	transition: all 0.3s ease-in;
}
.no-padding {
	padding:0 !important;
}
/*------   Header  ------------------------------------------------------*/
.main-header  {
	position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    height: 100px;
    width: 70%;
    background: #111;
    transform: translate3d(0,0,0);
	padding: 0 0 0 50px ;
}
.logo-holder {
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	height: 100px;
	line-height: 100px;
	overflow: hidden;
}
.logo-holder img {
	width: 150px;
	height: auto;
	position: relative;
	z-index: 2;
	transition: all 0.3s ease-in;
}
.logo-holder:hover img {
	opacity: .7;
	transform: scale(.9)
}
.social-container_title {
	float: left;
	margin-right: 20px;
	text-transform: uppercase;
	color:#fff;
    font-size: 11px;
    font-weight: 600;
	position: relative;
}
.social-container {
	position: absolute;
	top: 50%;
	margin-top:-5px; 
	left: 260px;
}
.social-container:before {
	content: '';
	position: absolute;
	right: -60px;
	width: 30px;
	height: 1px;
	top: 50%;
	background: rgba(255,255,255,.3);
}
.social-container a{
	float: left;
	margin-right: 14px;
	width: 20px;
	color: #fff;
    text-transform: uppercase;
    font-size: 11px;
	font-weight: 600;
}
.social-container a:hover {
	color:#fff;
}
.share_btn  {
	float: right;
	height: 100px;
	width: 100px;
 	transition: all 300ms linear;
	cursor: pointer;
	color: #fff;
	font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
	position: relative;
	background: #1E1E1E;
}
.share_btn strong {
	position: absolute;
	left: 50%;
	bottom: 6px;
	transform: translateX(-50%);
	opacity: 0;
	transition: all 300ms linear;
}
.share_btn:hover strong {
	opacity: 1;
	bottom: 8px;
	transition-delay: .4s;
}
.share_btn-icon {
	position: absolute;
	right: 50%;
	top: 50%;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #111;
	border: 2px solid #1e1e1e;
	box-sizing: border-box;
	margin: -10px -10px 0 0;
}
.share_btn-icon:before , .share_btn-icon:after {
	content: '';
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0px 0px 0px 2px #1e1e1e;
	transition: all 300ms linear;
}
.share_btn-icon:before {
	bottom: -3px;
	left: -3px;
}
.share_btn-icon:after {
	top: -3px;
	right: -3px;
}
.share_btn:hover .share_btn-icon:before {
	left: 50%;
	bottom: 50%;
	margin: 0  0 -3px -3px;
}
.share_btn:hover .share_btn-icon:after {
	top: 50%;
	right: 50%;
	margin:   -3px -3px  0 0 ;
}
.nav-button-wrap {
	float: right;
	height: 100px;
	background: rgba(255,255,255,.1);
	padding: 0 60px;
	position: relative;
}
.nav-button {
	float:right;
	width: 32px;
	height: 50px;
	cursor: pointer;
	position: relative;
	top: 42px;
	overflow: hidden;
	z-index: 2;
}
.nav-button span {
	width: 100%;
	float: left;
	margin-bottom: 6px;
	height: 2px;
	position: relative;
	overflow:hidden;
	z-index:2;
 	transition: all 0.3s ease-in;
 	transition-delay: .2s;
	left:0;
}
.nav-button:before  {
	font-family: Font Awesome\ 5 Pro;
	content: '\f00d';
	position: absolute;
	left: 0;
	right: 0;
	top: -2px;
	font-size: 24px;
	opacity: 0;
	transform: scale(.5) rotate(360deg);
}
.nav-button-wrap.cmenu .nav-button:before {
	transition: all .4s ease-in;
	transition-delay: .2s;
	opacity: 1;
	transform: scale(1.0) rotate(0deg);
}
.nav-button:hover span {
	width:100%;
}
.nav-button .ncs , .nav-button .nbs {
	width: 60%;
	background: #fff;
}
.nav-button-wrap.cmenu span   {
	left:200%;
}
.menu-button-text {
	float: left;
	margin: 46px 20px 0 0;
	position: relative;
	z-index: 2;
	color: #fff;
	font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
}
.nav-holder  {
	position: fixed;
	top: 0;
	left: 100%;
	bottom: 0;
	right: 0;
	z-index: 15;
}
.nh_vis {
	left: 0;
}
.nav-container {
	position: absolute;
	top: 100px;
	padding-bottom: 150px;
	background: #EFEFEF;
	width: 650px;
	right: 30%;
	transition: all .3s ease-out;
	opacity: 0;
	visibility: hidden;
	transform: translateX(50px);
}
.nav-container_vis {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);	
}
.nav-container:before {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 160px;
	background: #fff;
	z-index: 1;
	transition: all .3s ease-out;
	transition-delay: .6s;
}
.nav-container:after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	bottom: 160px;
	z-index: 18;
	transition: all .3s ease-out;
	transition-delay: .4s;
}
.nav-container_vis:after , .nav-container_vis:before {
	width: 162px;
}
.nav_arrow {
	position: absolute;
	right: 40px;
	top: 60px;
	z-index: 19;
	width: 40px;
	height: 60px;
} 
.nav_arrow  span.df_close {
	transform: rotate(0deg);
}
.nav_arrow span {
	position: absolute;
	width: 2px;
	height: 20px;
	background: #000;
	left: -1px;
	top: -1px;
	transform: rotate(45deg);
	transition: all 200ms ease-out;	 
}
.nav_arrow span:before , .nav_arrow span:after {
	content: '';
	position: absolute;
	width: 18px;
	height: 2px;
	top: 5px;
	background: #000;
}
.nav_arrow span:before {
	transform: rotate(-45deg);
	left: -14px;
}
.nav_arrow span:after {
	transform: rotate(45deg);
	right: -14px;
}
.nav-overlay , .share-overlay  {
	background: rgba(0,0,0,.6);
     -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
	display: none;
}
.share-overlay {
	z-index: 1;
}
.nav-title {
	position: absolute;
	right: 50px;
	bottom: 50px;
	font-size: 24px;
	font-weight: 900;
 	font-family: 'Orbitron', sans-serif;
	text-transform: uppercase;
	text-align: left;
	z-index: 2;
}
.nav-wrap {
	float: left;
	padding: 50px 60px;
	position: relative;
	width: 100%;
	margin-top: 30px;
}
nav.nav-inner {
	float: left;
	width: 300px;
	position: relative;
	overflow: hidden;
}
.sliding-menu ul {
	margin: 0;
	float: left;
	width: 100%;
	overflow: hidden;
}
.sliding-menu li {
	margin: 0;
	position: relative;
	float: left;
	width: 100%;
}
.sliding-menu a {
	float: left;
	padding: 0 0 0 20px;
	height: 44px;
	line-height: 44px;
	position: relative;
	font-weight: 600;
	font-size: 22px;
	text-align: left;
	color:#000;
 	font-family: 'Orbitron', sans-serif;
	z-index:2;
	width:100%;
}
.sliding-menu a.back:before {
	font-family: Font Awesome\ 5 Pro;
	content: '\f100';
	font-size: 18px;
}
.submen-dec:before {
	font-family: Font Awesome\ 5 Pro;
	content: '\f067';
	position: absolute;
	right: 6px;
	width: 10px;
	height: 10px;
	top: 14px;
	font-size:16px;
	z-index: 20;
}
.nav-container .hsd_dec2 {
	bottom: 40px;
	left: 80px;
	z-index: 3;
} 
.hid_vismen {
	opacity: 0;
	transform: translateX(10px);
}
.hid_vismen_act{
	opacity: 1;
	transform: translateX(0);
	transition: all .3s ease-out;
}
.pr_btn {
   	float: right;
	height: 56px;
	line-height: 56px;
	padding: 0 90px 0 60px;
	background: #1E1E1E;
	color:#fff;
	margin: 22px 40px 0 0;
	overflow: hidden;
	position: relative;
}
.pr_btn_dots {
	position: absolute;
	width: 20px;
	height: 20px;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
}
.pr_btn_dots2{
	position: absolute;
	width: 20px;
	height: 20px;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
}
.pr-button-dot {
	float: left;
	width: 50%;
	height: 50%;
	overflow: hidden;
	position: relative;
}
.pr-button-dot:before {
	content: '';
	position: absolute;
	width: 4px;
	height: 4px;
	background: #fff;
	left: 50%;
	top: 50%;
	transition: all 200ms ease-out;
	margin: -2px 0 0 -2px;
}
.pr_btn:hover .pr_btn_dots .pr-button-dot:first-child:before , .pr_btn:hover .pr_btn_dots .pr-button-dot:last-child:before , .content-nav_main:hover .pr_btn_dots2 .pr-button-dot:first-child:before  , .content-nav_main:hover .pr_btn_dots2 .pr-button-dot:last-child:before {
	transform: scale(1.5);
}
.pr_btn i {
	position: absolute;
	right: 30px;
	transition: all 200ms ease-out;
	top: 50%;
	transform: translateY(-50%);
	font-weight: 900;
}
.pr_btn:hover i {
	right: 20px;
}
/*------  hero ------------------------------------------------------*/
.hero-content {
	position: relative;
	z-index: 6;
	overflow: hidden;
}
.fs-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
}
.hero-slider-controls-wrap {
	position: absolute;
	right: 0;
	width: 30%;
	top: 0;
	height: 400px;
	z-index: 10;
} 
.hero-slider-controls-top {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
.fs-slider-item {
	overflow: hidden;
}
.hero-slider-counter-wrap {
	position: absolute;
	left: 0;
	top: 0;
	right:0;
	height: 100px;
	background: #000;
}
.hero-slider_details {
	position: absolute;
	left: 50px;
	bottom:60px;
	z-index: 10;
}
.hero-slider_detai ls:before {
	content: '';
	position: absolute;
	left: 0;
	top: -40px;
	width: 30px;
	height: 3px;
	background: #000;
}
.hero-slider_details li {
	float:left;
	width:50%;
	position:relative;
	text-align:left;
	font-size:12px;
	font-weight:700;
	color:#000;
	padding: 0 0 30px 0;
}
.hero-slider_details li span {
	opacity: 1;
	padding-top:10px;
	float:left;
	width:100%;
    font-weight:700;
	font-size:12px;
	text-transform:uppercase;
	font-family: 'Orbitron', sans-serif;
}
.det_title {
	position: absolute;
	top: 50px;
	z-index: 1;
	left: 50px;
	font-size: 26px;
	text-align: left;
	font-family: 'Orbitron', sans-serif;
	font-weight: 900;
	text-transform: uppercase;
	color:#000;
	letter-spacing: 10px;
}
.arrow_dec_wrap {
	position: absolute;
	right: 50px;
	top: 50px;
}
.arrow_dec {
	position: absolute;
	width: 44px;
	height: 44px;
	top: 0;
	right: 0;
}
.arrow_dec_dot {
	float: left;
	position: relative;
	width:33.3333333%;
	height:33.3333333%;
	overflow: hidden;
}
.arrow_dec_dot:before {
	content: '';
	position: absolute;
	left: 2px;
	top: 2px;
	bottom: 2px;
	right: 2px;
	background: #000;
}
.arrow_dec_dot:nth-child(4):before , .arrow_dec_dot:nth-child(7):before , .arrow_dec_dot:nth-child(8):before {
	display: none;
}
.hsd_dec {
	position: absolute;
	right: 40px;
	top: 40px;
	width: 20px;
	height: 20px;
	border-top: 2px solid #000;
	border-right:2px solid #000; 
} 
.hsd_dec2 {
    position: absolute;
    left: 50px;
    bottom: 40px;
} 
.hsd_dec2 span {
	margin-right: 10px;
	font-size: 14px;
} 
.hero-slider_buttons-wrap {
	position: absolute;
	right: 0;
	top: 400px;
	z-index: 20;
	width: 30%;
 	background: #1e1e1e;
}
.hero-slider_buttons-wrap:before {
	content: '';
	position: absolute;
	left: 50%;
	width: 1px;
	height: 20px;
	top: 50%;
	margin-top: -10px;
	background: rgba(255,255,255,.1);
	z-index: 10;
} 
.hsc {
	float: left;
	width: 50%;
	height: 100px;
	line-height: 100px;
	color:#fff;
	font-weight: 600;
	font-size: 10px;
	text-transform: uppercase;
	cursor: pointer;
}
.hsc:hover {
	background: #111;
}
.hsc i {
	font-size: 16px;
	position: relative;
	top: 3px;
}
.hsc-prev i {
	margin-right: 15px;
}
.hsc-next i {
	margin-left: 15px;
}
.hero-slider-pag {
	position: absolute;
	right: 55px;
	width: 6px;
	bottom: 120px;
	z-index: 21;
}
.hero-slider-pag .swiper-pagination-bullet  {
	background:none;
	position:relative;
	height: 6px;
	opacity:1;
}
.hero-slider-pag .swiper-pagination-bullet {
	margin-bottom: 30px;
	width: 20px;
}
.hero-slider-pag .swiper-pagination-bullet:before {
	content:'';
	position:absolute;
	left:50%;
	top:0;
	height:100%;
	width:6px;
	border-radius:100%;
	background:#000;
	margin-left:-3px;
    transition: all 0.5s ease;
}
.hero-slider-pag  .swiper-pagination-bullet:after  {
	content:'';
	position:absolute;
	left:50%;
	top:50%;
	width:22px;
	height:22px;
	margin:-11px 0 0 -11px;
	box-sizing:border-box;
	background: rgba(255,255,255,0.2);
	border-radius:100%;
    transition: all 0.3s ease;
    transform :scale(0.0);
}
.hero-slider-pag .swiper-pagination-bullet.swiper-pagination-bullet-active:after   {
    transform :scale(1.0);
}
.hero-slider-pag .swiper-pagination-bullet.swiper-pagination-bullet-active:before  {
	background: #fff;
}
.fs-slider {
	float: left;
	position: relative;
	width: 100%;
} 
.fs-slider_align_title {
	float:left;
	margin-left:150px;
	position:relative;
	top:50%;
	transform: translateY(-50%);
	z-index:20;
	text-align:left;
}
.fs-slider_align_title:before {
	content: '';
	position: absolute;
	left: -150px;
	width: 0;
	top: 0;
	bottom: 0;
	transition: all 0.2s ease-in;
}
.fs-slider .swiper-slide-active .fs-slider_align_title:before {
	width: 20px;
	transition-delay: 1.4s;
}
.fs-slider .fs-slider_align_title_container  {
	transition: all .8s ease-in-out;
	opacity: 0;
	transition-delay: 1.6s;
	position: relative;
	transform: scale(.95);
}
.fs-slider .swiper-slide-active .fs-slider_align_title_container {
	opacity: 1;
	transform: scale(1.0);
}
.hero_num {
	font-size: 21px;
	font-weight: 700;
	padding-bottom: 60px;
	color:#fff;
	position: relative;
}
.hero_num .total_s {
	color:#fff;
	padding-left: 50px;
	font-size: 21px;
	position: relative;
	top: -2px;
}
.hero_num  :before {
	content: '';
	position: absolute;
	left: 29px;
	bottom: 0;
	transform: rotate(45deg);
	width: 1px;
	height: 20px;
	background:#fff
}
.fs-slider_align_title h2 , .fs-slider_align_title h2 a {
	color:#fff;
}
.fs-slider_align_title h2 {
	font-weight: 800;
    font-size: 5.5em;
	font-family: 'Orbitron', sans-serif;
    line-height: 88px;
    padding: 30px 0;
	position:relative; 
}
 
.fs-slider_align_title p {
	color:rgba(255,255,255,.8);
	max-width:350px;
	font-size: 13px; 
}
.half-hero-wrap_link {
	float:left;
	color:#fff;
    font-size: 13px;
    font-weight: 500;
	margin-top:30px;
	padding-bottom: 10px;
	border-bottom: 2px solid rgba(255,255,255,0.3);
}
.half-hero-wrap_link:hover {
	color:rgba(255,255,255,0.6);
}
.det_num {
	position: absolute;
	bottom: 30px;
	right: 50px;
	width: 90px;
}
.det_num .current_s {
	display: block;
	font-size: 64px;
	font-weight: 900;
 	font-family: 'Orbitron', sans-serif;
	text-align: right;
}
.det_num .total_s {
	float: right;
	margin:0 2px 10px 0;
	font-weight: 600;
	position: relative;
	font-size: 14px;
}
.det_num .total_s:before {
	content: '';
	position: absolute;
	right: 0;
	bottom: -13px;
	width: 20px;
	height: 1px;
	background: #000;
}
.slide-progress-wrap {
	position: absolute;
	top: 170px;
	left: 50px;
	right: 50px;
	height: 1px;
	background: rgba(0,0,0,.2);
}
.slide-progress {
	position: absolute;
	height: 1px;
	left: 0;
	width: 0;
	top: 0;
	background: #000;
}
.hero-arrows_dec {
	position: absolute;
	right: 60px;
	top: 80px;
	z-index: 10;
} 
.h_a-dot {
	float: left;
	margin-right: 20px;
	color:#fff;
	font-size: 16px;
} 
.mousey {
	float: left;
	width: 20px;
	height: 30px;
	border-radius: 6px;
	padding: 0 6px;
	border: 1px solid #fff;
	box-sizing: border-box;
}
.scroll-down-wrap.transparent_sdw .mousey {
	border-color:#fff;
}
.scroller {
	position: relative;
	left: 50%;
	top: 6px;
	margin-left: -2px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	animation-name: scroll;
	animation-duration: 2.2s;
	animation-timing-function: cubic-bezier(.15, .41, .69, .94);
	animation-iteration-count: infinite;
}
@keyframes scroll {
	0% {
		opacity: 0;
	}
	10% {
		transform: translateY(0);
		opacity: 1;
	}
	100% {
		transform: translateY(10px);
		opacity: 0;
	}
}
.hero-video_single {
	position: absolute;
	right: 0;
	width: 30%;
	z-index: 10;
	top: 100px;
	height: 300px;
}
.hero-video_single .promo-video-btn {
	top: 50%;
	transform: translateY(-50%);
	z-index: 20;
	background: #111;
}
.promo-video-btn {
	width: 90px;
	height: 90px;
	line-height: 90px;
	background: #000;
	border-radius: 50%;
	display: inline-block;
	cursor: pointer;
	position: relative;
	transition: all 300ms linear;
}
.promo-video-btn:after {
	content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    border-radius: 50%;
    z-index: 1;
    box-shadow: 0px 0px 0px 26px rgb(255 255 255 / 10%);
    animation: sharedec_rotate 5s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
    border: 2px dotted rgba(255,255,255,.3);
}
.promo-video-btn:hover {
	background: #fff;
}
.start-btn_sin {
	position: absolute;
	height: 100px;
	line-height: 100px;
	background: #111;
	bottom: -100px;
	left: 0;
	right: 0;
	padding-right: 100px;
}
.start-btn_sin:before {
	content: '';
	position:absolute;
	left: 30px;
	width: 6px;
	top: 40px;
	bottom: 40px;
}
.start-btn_sin span {
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
}
.start-btn_sin i {
	position: absolute;
	height: 100px;
	line-height: 100px;
	width: 100px;
	background: #292929;
	top: 0;
	right: 0;
}
.hsv_title {
	position: absolute;
	right: 0;
	left: 0;
	height: 100px;
	line-height: 100px;
	background: #111;
	font-family: 'Orbitron', sans-serif;
    font-weight: 900;
	text-transform: uppercase;
	font-size: 14px;
    color: #000;
	top: -100px;
}
.hero-details_wrap {
	position: absolute;
	z-index: 20;
	width: 30%;
	height: 300px;
	right: 0;
	top: 0;
}
.fs-wrapper .corner-dec_wrap {
	top: 155px;
	background: none;
	left: 60px;
	right: 60px;
	bottom: 60px;
}
.multi-slideshow_1 {
	position: absolute;
	left: 0;
	right: 30%;
	top: 0;
	bottom: 0;
}
.multi-slideshow_2 {
	position: absolute;
	left: 70%;
	right: 0;
	top: 500px;
	bottom: 0;	
}
.fsat_single:before {
 	left: -200px;
	width: 20px;
}
.fs-slider_align_title.fsat_single {
	margin: 0 0 0 200px;
}
.fs-slider_align_title.fsat_single  h2:before {
	content: '';
	position: absolute;
	left: 0;
	top: -10px;
	width: 40px;
	height: 6px;
}
.play-pause_slider {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100px;
	height: 100px;
	line-height: 100px;
	background: #292929;
	z-index: 10;
	font-size: 14px;
	cursor: pointer;
}
.hsc_pp.auto_actslider i:before , .hsc_pp2.auto_actslider2 i:before  {
	content: "\f04c";
}
.hero-carousel .swiper-slide .bg {
    width: 130%;
    left: -15%;
    transform: translateZ(0);
}
.fwc_dec:before {
	content: '';
	position: absolute;
	left: 0;
	bottom:  0;
	height: 100px;
	width: 50%;
	z-index: 1;
}
.fwc_dec:after {
	content: '';
	position: absolute;
	left: 150px;
	right: calc(50% + 350px);
	height: 1px;
	background: #000;
	z-index: 2;
	bottom: 50px;
}
.hero-carousel {
	position: absolute;
	top: 105px;
	bottom: 105px;
	left: 0;
	right: 0;
	overflow: hidden;
}
.hero-carousel_counter-wrap{
	position: absolute;
	right: 0;
	top: 0;
	height: 100px;
	width: 30%;
	z-index: 5;
}
.hero-carousel_counter-wrap:before {
	content: '';
	position: absolute;
	right: 100px;
	top: 0;
	width: 1px;
	height: 100%;
	background: #000;
}
.hero-carousel_counter-wrap .slide-progress-wrap {
	top:50px;
	left: 105px;
	right: 200px;
}
.hero-carousel_counter-wrap .arrow_dec_wrap {
	right: 30px;
	top: 70px;
	transform: rotate(90deg)
}
.hero-carousel_counter-wrap .current_s , .hero-carousel_counter-wrap .total_s  {
	position: absolute;
	left: 48px;
	top: 42px;
	font-size: 14px;
 	font-weight: 600;
}
.hero-carousel_counter-wrap .total_s {
	left: auto;
	right: 140px;
}
.cbc_btn {
	position: absolute;
	top: 50%;
	background: #111;
	width: 60px;
	height: 60px;
	line-height: 60px;
	margin-top: -30px;
	cursor: pointer;
	z-index: 20;
	transition: all 0.3s linear; 
}
.cbc_btn:hover {
	background: #292929;
}
.grid-carousel-title {
	position:absolute;
	top:45%;
	left:0;
	right:0;
	padding:0 50px;
	z-index:3;
	opacity:0.3;
	margin-top:20px;
	transition: all 0.3s linear; 
}
.grid-carousel-title:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    box-shadow: 0px 0px 0px 46px rgb(255 255 255 / 8%);
    border: 2px dotted rgba(255,255,255,.2);
    margin: -175px 0 0 -125px;
    transform: rotate(180deg) scale(0);
	background: rgb(255 255 255 / 4%);
	-webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
 	transition: all .3s linear;
} 
.hero-carousel .swiper-slide-active .grid-carousel-title  {
	margin-top:0;
	opacity:1;
	transition-delay: 1.0s;
}
.hero-carousel .swiper-slide-active .grid-carousel-title:before {
	transform: rotate(0deg) scale(1.0);
	transition-delay: 1.5s;
}
.grid-carousel-title  h3 {
	font-size:44px;
	font-weight:800;
	color:#fff;
	position:relative;
	text-align:center;
    font-family: 'Orbitron', sans-serif;
	line-height: 50px;
}
.grid-carousel-title  h3 a{
	color:#fff;
}
.grid-carousel-title .half-hero-wrap_link {
	float: none;
	display: inline-block;
}
.grid-carousel-title  h4 {
	padding:10px 0 20px;
	font-size:13px;
	color: rgba(255,255,255,0.8);
	position:relative;
}
.grid-carousel-title  h3:before {
	content:'';
	position:absolute;
	left:50%;
	width:40px;
	height:3px;
	top:-15px;
	margin-left: -15px;
}
.hero-carousel_pagination_wrap {
	position: absolute;
	right:100px;
	left:70%;
	bottom: 0;
	padding: 0 70px;
	height: 100px;
	line-height: 100px;
	z-index: 10;
	overflow: hidden;
}
.hcpw2 {
	right: 0;
	padding: 0;
	background: rgba(0,0,0,.2);
	-webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
}
.hcp_wrap {
	position: relative;
}
.hcp_wrap .total_s , .hcp_wrap .current_s_wrap {
	position: absolute;
	top: 0;
	width: 100px;
	height: 100px;
	line-height: 100px;
	background: #292929;
}
.hcp_wrap .total_s {
	right: 0;
}
.hcp_wrap .current_s_wrap {
	left: 0;
}
.hero-carousel .swiper-slide  {
	overflow:hidden;
}
.carousle-item-number , .carousle-item-dec  , .grid-carousel-title .btn{
	transition: all 0.3s linear;
	transition-delay: 1.0s;
    transform: translateZ(0);
}
.grid-carousel-title .btn{
	opacity:0;
	top:20px;
}
.hero-carousel .swiper-slide-active .overlay {
	opacity:0.6;
	transition: all 0.3s linear;
	transition-delay: 1.0s;
    transform: translateZ(0);
}
.carousle-item-number {
	position:absolute;
	bottom:-70px;
	left:50%;
	margin-left: -40px;
	width: 70px;
	line-height: 70px;
	height: 70px;
	z-index:19;
	font-size:12px;
	text-align:center;
	font-weight: 700;
	font-family: 'Orbitron', sans-serif;
}
.hero-carousel .swiper-slide-active .carousle-item-number  {
	bottom:0;
}
.carousle-item-dec {
	position:absolute;
	left:50%;
	top:28px;
	width: 1px;
	height:0px;
	background:rgba(255,255,255,0.4);
	z-index:20;
}
.hero-carousel .swiper-slide-active .carousle-item-dec  {
	 height: 100px;
}
.hero-carousel .swiper-slide-active .grid-carousel-title .btn {
	opacity:1;
	top:0;
}
.hero-carousel .swiper-container {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
.carousel-btn_control-prev {
	left: calc(33.3% - 63px);
}
.carousel-btn_control-next {
 	right: calc(33.3% - 63px);
}
/*------half-carousel------------------------------------------------*/
.half-carousel-conatiner {
 	float: right;
	width: 100%;
	padding:   30px 30px 0 ;
}
 .half-carousel-content h3 {
	color: #fff;
	text-align: left;
	font-weight: 900;
	font-size: 26px;
 	font-family: 'Orbitron', sans-serif;
	padding-bottom: 20px;
}
.half-carousel-content h3 {
	padding-bottom:6px;
	position: relative;
}
.half-carousel-content h3:before {
	content: '';
	position: absolute;
	left: 0;
	top: -32px;
	width: 40px;
	height: 3px;
}
.half-carousel-content h3 a {
	color: #fff;
}
.half-carousel-title h2{
	position: relative;
	font-size: 46px;
	color: #1e1e1e;
	text-transform: uppercase;
	font-weight: 800;
	margin-top: 110px;
}
.half-carousel-title h5 {
	text-align: left;
	position: absolute;
	bottom: 140px;
	left: 60px;
	right: 60px;
	border-top: 1px solid #1e1e1e;
	padding-top: 30px;
 	text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
	font-size: 10px;
	line-height: 20px;
}
.half-carousel-title h2:before {
	content: '';
	position: absolute;
	left: 0;
	top: -22px;
	height: 6px;
	width: 50px;
	background: #1e1e1e;
}
.half-carousel-content p {
	color:rgba(255,255,255,.6);
	text-align: left;
}
.half-carousel-item {
	height: 400px;
}
.half-carousel-item .grid-det_category {
	bottom: auto;
	top: 30px;
}
.half-carousel-item  .grid-det_category a {
	float: left;
}
.half-carousel-content {
	position: absolute;
	left: 0;
	right: 0;
	padding: 0 40px;
	bottom: 20px;
	z-index: 10;
}
.half-carousel-content h3 {
	font-size: 24px;
	position: relative;
}
.half-carousel-content h3:before {
    content: '';
    position: absolute;
    left: 0;
    top: -20px;
    width: 40px;
    height: 3px;
}
.half-carousel-content:before {
	content: '';
	position: absolute;
	left: 40px;
	width: 0;
	bottom: -10px;
	height: 2px;
	transition: all .5s ease-in-out;
	transition-delay: 0.3s;
}
.swiper-slide-active .half-carousel-content:before {
	width: 60px;
}
.half-carousel-item .bg-parallax-wrap-gradien:before {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0, 0.99) 100%);
	transition: all 0.5s ease-in-out;
	top: -50px;
}
.swiper-slide-active .half-carousel-item .bg-parallax-wrap-gradien:before {
    top: 40%;
}
.half-carousel .bg {
    width: 130%;
    left: -15%;
}
.half-carousel_controls {
  	padding: 10px 0 30px;
}
.hcw_btn_wrap {
	float: left;
	margin: 18px 0 0 0;
}
.hcw_btn {
	float: left;
	width: 60px;
	height: 60px;
	line-height: 60px;
	background: #292929;
	margin-right: 1px;
	cursor: pointer;
	font-size: 18px;
}
.half-carousel_controls .cen-slider-pagination_wrap {
	float: left;
	margin: 40px 0 0 60px;
}
.half-carousel_controls .cen-slider-pagination_wrap .swiper-pagination-bullet {
	width: 6px;
	height: 6px;
}
.fpc_btn {
	position: absolute;
    top: 50%;
	transform: translateY(-50%);
    right: 0;
    padding: 0 100px 0 40px;
    height: 60px;
    line-height: 60px;
    text-align: left;
	background: #292929;
}
.fpc_btn  span {
    font-weight: 400;
    position: relative;
	color:rgba(255,255,255,.7);
    transition: all .3s ease-in-out;
}
.fpc_btn:hover span {
	color:#fff;
} 
.fpc_btn i {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
	font-weight: 900;
	transition: all .3s ease-in-out;
}
.fpc_btn:hover i {
	right: 20px;
}
/*------  content ------------------------------------------------------*/
.scroll-nav-container {
	position: fixed;
	bottom: 0;
	width: 70%;
	left: 0;
	z-index: 34;
	transition: all  .3s linear;
}
.hidesnc {
 	bottom: -250px;
}
.page-scroll-nav{
  	padding: 0  180px 0 100px;
	background: #111;
	height:  100px;
	border-bottom: none;
	box-sizing: border-box;
}
.page-scroll-nav li {
	float: left;
}
.page-scroll-nav_wrap {
	margin:26px 0 0  0;
	border-right: none;
	display: inline-block;
}
.page-scroll-nav li a {
	position: relative;
	display: block;
	transition: all  .3s linear;
	height: 50px;
	line-height: 50px;
	font-size: 11px;
	text-transform: uppercase;
	padding: 0 30px;
 	font-family: 'Orbitron', sans-serif;
	font-weight: 600;
	color:rgba(255,255,255,.7);
	background: #1e1e1e;
}
.page-scroll-nav li a:hover {
	color:#fff;
} 
.page-scroll-nav li a.act-sec {
	background: #292929;
} 
.scroll-down-container {
	position: absolute;
	left: 0;
	top: 0;
	height: 100px;
	width: 100px;
	background: #292929;
} 
.scroll-down-container .scroll-down-wrap {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateY(-50%) translateX(-50%);
} 
.scroll-down-container .scroll-down-wrap .mousey , .fci_progress-bar-wrap2 .mousey-wrap .mousey  {
	border:1px solid rgba(255,255,255,.3); 
}
.section-counter {
    position: absolute;
    right: 0;
    top: 0;
    width: 180px;
	height: 100px;
	line-height: 100px;
    color: #000;
    font-weight: 600;
	font-size: 14px;
	border-right: 1px solid #000;
}
.section-counter div {
    display: inline-block;
    margin: 0 10px;
    width: 20px;
    position: relative;
}
.section-counter:before {
    content: '';
    position: absolute;
    left: 50%;
    width: 1px;
    height: 20px;
    top: 50%;
    margin-top: -10px;
	background: #000;
}
.column-wrap {
	float: left;
	width: 70%;
	padding:100px 0 0;
	background: #fff;
	position: relative;
	min-height: 100vh;
	z-index: 3;
}
.fixed-column-image-wrap {
	position: fixed;
	top: 0;
	right: 0;
	width: 30%;
	z-index: 5;
	bottom: 0;
	overflow: hidden;
}
.fixed-column-image {
	bottom: 250px;
}
.fixed-column-image .overlay-dec {
	top:350px;
	left: 0;
	width: auto;
	height: auto;
	right: 100px;
	bottom: 0;
}
.fixed-column-image .hor_scroll {
	width: 150%;
	left: -25%;
}
.fixed-column-image-wrap .hero-arrows_dec {
	right: 30px;
	top: 40px;
} 
.fci_progress-bar-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	height: 350px;
	z-index: 10;
	border-left: 1px solid rgba(255,255,255,.1)
	 
}
.ver_progress-bar_wrap {
	position: absolute;
	left: 50%;
	top: 50px;
	bottom: 70px;
	width: 1px;
	background: rgba(255,255,255,.1);
	overflow: hidden;
	z-index: 2;
}
.fci_progress-bar-wrap2 .ver_progress-bar_wrap {
	top: 100px;
} 
.ver_progress-bar {
	position: absolute;
	left: 0;
	width: 1px;
	height: 0;
	top: 0;
	transition: all .2s ease-in-out;
}
.mousey-wrap {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100px;
}
.mousey-wrap .mousey {
	left: 50%;
	top: 50%;
	transform: translateY(-50%) translateX(-50%);
	position: relative;
}
.pbw_animicon {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 60px;
	line-height: 60px;
	font-size: 20px;
}
.column-footer {
	position: absolute;
	bottom: 0;
	height: 250px;
	right: 0;
	width:100%;
	z-index: 4;
	padding: 0 40px;
}
.fix-columnfooter {
	position: fixed;
	width: 30%;
}
.column-footer:after {
    font-family: Font Awesome\ 5 Pro;
    content: "\f0d8 \f0d8 \f0d8 ";
   	bottom: 25px;
    left: 50px;
    position: absolute;
    font-size: 16px;
    letter-spacing: 15px;
    font-weight: bold;
    color: #000;
}
.column-footer_content {
	position: relative;
	top:120px;
	font-family: 'Orbitron', sans-serif;
	text-align: left;
}
.column-footer_title span {
    position: relative;
    top: 0;
    opacity: 1;
    display: block;
}
.column-footer_title {
 	position: relative;
	font-size: 2.0vw;
	float: left;
	width: 100%;
	font-weight: 900;
	text-transform: uppercase;
	padding-right: 100px;
}
.column-footer_head {
	position: absolute;
	top: 40px;
	left: 40px;
	right: 50px;
	padding-bottom: 20px;
	border-bottom: 1px solid #000;
	text-align: left;
	font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
}
.column-footer_arrow-dec_wrap {
	position: absolute;
	right: 0;
	top: -100px;
	width: 100px;
	height: 100px;
	border-bottom: 1px solid #000;
}
.column-footer_arrow-dec_wrap .arrow_dec_wrap {
	right: 26px;
	top: 26px;
}
.column-footer:before {
    content: "";
   	bottom: 0;
    right: 0;
    position: absolute;
	width: 100px;
	height: 100px;
    background: #000;
}
.cf_dec {
	position: absolute;
	right: 40px;
	bottom: 40px;
	width: 60px;
	height: 5px;
	background: #1e1e1e;
}
.dir-arrow {
	position: absolute;
	right: 40px;
	bottom: 40px;
	width: 20px;
	height: 20px;
	border-right: 1px solid ;
	border-bottom: 1px solid ;
	z-index: 2;
	transform: rotate(0)
}
.dir-arrow.dird{
	transform: rotate(180deg)
}
section:not(.elementor-section) {
	padding: 120px 0;
	overflow: hidden;
	position: relative;
}
.no-padding {
	padding: 0;
}
.no-bottom-padding {
	padding-bottom: 0;
}
.section-title {
	margin-bottom:40px;
	padding-bottom:20px;
	position:relative;
}
.section-title:before  {
    content: '';
    position: absolute;
    left: 0;
    top:-40px;
    height: 3px;
    width: 30px;
}
.section-title:after {
    content: '';
    position: absolute;
    left: 0;
	bottom:-10px;
    height: 1px;
    width: 100%;
	background:#eee;
}
.dark-bg .section-title:after , .dark-bg3 .section-title:after{
	background: rgba(255,255,255,.1);
}
.section-title h2 {
	font-size: 36px;
    text-align: left;
    text-transform: uppercase;
    color: #000;
    font-weight: 800;
    float: left;
    width: 100%;
    letter-spacing: 2px;
    padding-bottom: 10px;
    line-height: 34px;
	font-family: 'Orbitron', sans-serif;
}
.dark-bg .section-title h2 , .dark-bg3 .section-title h2 {
	color: #fff;
}
.section-title h2:before {
	content:'';
	position:absolute;
	left:-90px;
	top:-10px;
	width:150px;
	bottom:4px;
	z-index:-1;
	background:#f2f2f2;
}
.dark-bg .section-title h2:before , .dark-bg3 .section-title h2:before {
	background: rgba(255,255,255,.03);
}
.section-title p  {
    padding-top: 10px;
    color: #666;
    text-align: left;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 22px;
    position: relative;
    z-index: 2;
	max-width:450px;
}
.dark-bg .section-title p , .dark-bg3 .section-title p {
	color:rgba(255,255,255,.5);
}
.section-number {
	position:absolute;
	right:20px;
	top:50px;
	font-size:104px;
	font-weight:bold;
	color:#eee;
	opacity:0.7;
    font-family: 'Orbitron', sans-serif;
	transform: rotate(-90deg);
}
.section-number span {
	position:relative;
	overflow:hidden;
}
.section-number span:before {
    content: '';
    position: absolute;
	width:100%;
	bottom:50%;
	top:0;
	left:0;
	background:#fff;
	z-index:2;
}
.dark-bg .section-number {
	opacity: 1;
}
.dark-bg .section-number span:before {
	background: #1e1e1e;
}
.dec_cirlce {
	position: absolute;
	width: 240px;
	height: 240px;
}
.dec_cirlce span {
	position: absolute;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	z-index: 2;
	background: #f9f9f9;
	margin: -40px 0 0 -40px;
    animation: sharedec_rotate2 3s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
    border: 2px solid rgb(0 0 0 / 5%);
}
.dec_cirlce:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    z-index: 1;
    box-shadow: 0px 0px 0px 86px #f9f9f9;
    animation: sharedec_rotate 5s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
    border: 2px dotted rgb(0 0 0 / 5%);
}
.sec-lines {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	opacity: 1;
}
.line-item {
	float: left;
	width: 20%;
	height: 100%;
	box-sizing: border-box;
	border-right: 1px solid rgba(153, 153, 153, 0.1);
	position: relative;
}
.line-item:first-child:before {
	content: '';
	position: absolute;
	top: 0;
	right: -2px;
	width: 4px;
	height: 30px;
	animation: scroll3 8s ease-out infinite;
}
.line-item:last-child:before {
	content: '';
	position: absolute;
	bottom: 0;
	right: -2px;
	width: 4px;
	height: 30px;
	animation: scroll2 6s ease-out infinite;
}
@keyframes scroll3 {
	0% {
		opacity: 1;
		top: 0
	}
	50% {
		top: 50%
	}
	100% {
		top: 100%;
		opacity: 0.5;
	}
}
@keyframes scroll2 {
	0% {
		opacity: 1;
		bottom: 0
	}
	50% {
		bottom: 50%
	}
	100% {
		bottom: 100%;
		opacity: 0.5;
	}
}
.line-item:first-child {
	border-left: 1px solid rgba(153, 153, 153, 0.09);
}
.about_row {
	display: flex;
    flex-direction: row;	
} 
.about-img-hotifer {
	position: absolute;
	right: -60px;
	bottom: 20px;
	width: 280px;
	padding: 35px 30px;
	z-index: 11;
	color: #fff;
	text-align: left; 
	box-shadow: 0 5px 25px rgba(0,0,0,0.2);
}
.about-img-hotifer:before {
    font-family: Font Awesome\ 5 Pro;
    content: "\f10e";
    bottom: 30px;
    right: 20px;
    position: absolute;
    color: #fff;
    font-size: 19px;
	font-weight: bold
}
.about-img-hotifer h4 {
	padding-bottom: 6px;
	font-size: 14px;
}
.about-wrap p {
	text-align: justify;
}
.about-img-hotifer p {
	color: #fff;
	font-size: 13px;
	margin-bottom: 10px;
	text-align: left;
}
.block_text  {
	width: 60%;
	position: relative;
	padding:60px 60px 0 0;
}
.block_img {
	width: 40%;
	position: relative;
}
.block_img img {
	position: relative;
	z-index: 3;
}
.block_img:before {
	content: '';
	position: absolute;
	left: -14px;
	bottom: -14px;
	width: 30%;
	height: 30%;
	z-index: 1;
}
.block_img:after {
	content: '';
	position: absolute;
	right: -15px;
	top: 30px;
	width: 30px;
	height: 30px;
	z-index: 3;
}
.block_text h2 {
    text-align: left;
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    color: #393939;
    padding-bottom: 30px;
    position: relative;
	font-family: 'Orbitron', sans-serif;
} 
.ticker-wrap {
	overflow: hidden;
} 
.ticker {
	margin-top: 50px;
	font-size: 60px;
	font-family: 'Orbitron', sans-serif;
	font-weight: 800;
	overflow: hidden;
	word-wrap: normal;
	height: 80px;
	text-transform: uppercase;
	text-align: left;
	white-space: nowrap;
	animation: content-marquee 15s infinite linear;
	padding-left: 1vw;
}
.content-marquee-outer {
	margin-left: calc(50% - 50vw)!important;
	margin-right: calc(50% - 50vw)!important;
	max-width: 1000%!important;
	width: 100vw!important;
}
.content-marquee-inner {
	position:relative;
	float:left;
	z-index:0;
}
.ticker:after{
	content: attr(data-text);
	padding-left: 1vw;
}

@keyframes content-marquee {
	0% {
		transform: translateX(0)
	 }
	100% {
		transform: translateX(-50%)
	}
}
.dark-bg {
	background: #1e1e1e;
}
.dark-bg2 {
	background:#151515; 
}
.dark-bg3 {
	background: #222
}
.gray-bg {
	background: #EFEFEF;
}
.half-bg-container {
	position: relative;
	float: right;
	width: 60%;
	padding: 90px 60px;
}
.half-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 40%;
	height: 100%;
	overflow: hidden;
}
.half-bg_title {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateY(-50%) translateX(-50%);
	font-size: 26px;
	line-height: 46px;
    text-align: left;
    font-family: 'Orbitron', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 10px;
	z-index: 10;
}
.half-bg_title:before {
	font-family: Font Awesome\ 5 Pro;
	content: "\f324";
	position: absolute;
	bottom:-61px;
	left:0;
	font-size: 18px;
}
.inline-facts-container {
	position: relative;
}
.inline-facts-container:before {
	content: '';
	position: absolute;
	left: -60px;
	width: 100px;
	height: 1px;
	background: rgba(255,255,255,.2);
	top: 50%;
}
.inline-facts-container:after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 250px;
	height: 250px;
	border-radius: 50%;
	box-shadow: 0px 0px 0px 46px rgb(255 255 255 / 5%);
	border: 2px dotted rgba(255,255,255,.2);
	margin: -125px 0 0 -125px;
	transform: rotate(0deg) scale(1.0);
	animation: rot-spin 3.5s infinite linear;
 
}
@keyframes rot-spin {
	0% {
		transform: rotate(0deg) scale(.6);
	}
	50% {
		transform: rotate(180deg) scale(1.0);
		opacity: .4
		} 
	100% {
		transform: rotate(360deg) scale(.6);
	} 
}
.half-bg-container:before , .half-bg-container:after {
	content: '';
	position: absolute;
 	width:60px;
	height: 4px;
 	margin: 0 0 0 -30px; 
}
.half-bg-container:before {
	top: 0;
}
.half-bg-container:after {
	bottom: 0;
}
.chart-dec {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 30px;
	height: 30px;
	margin: -15px 0 0 -15px;
}
.chart-dec:before, .chart-dec:after {
	content: '';
	position: absolute;
	z-index: 1;
	width: 1px;
	height: 150px;
	left: 50%;
	top: 50%;
	margin-top: -75px;
	background: rgba(255,255,255,0.1);
}
.chart-dec:before {
	transform: rotate(-45deg);
}
.chart-dec:after {
	transform: rotate(45deg);
}
.chart-dec span {
	float: left;
	width: 30px;
	height: 30px;
	line-height: 22px;
	font-size: 9px;
	color: #fff;
	position: relative;
	z-index: 3;
	border-radius: 50%;
	background: #1e1e1e;
	border: 4px solid;
	box-shadow: 0px 0px 0px 26px rgb(255 255 255 / 5%);
}
.inline-facts-wrap {
	float: left;
	width:50%;
	position: relative;
	text-align: center;
	padding: 30px 0;
}
.inline-facts-wrap .num {
	font-size: 40px;
	font-weight: 800;
	color: #fff;
	position:relative;
	font-family: 'Orbitron', sans-serif;
}
.inline-facts-wrap h6 {
	position: relative;
	margin-top: 12px;
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding-left:20px;
}
.half-bg-container_dec {
	position: absolute;
	right: 40px;
	top: 40%;
	z-index: 10;
}
.half-bg-container_dec:before {
    font-family: Font Awesome\ 5 Pro;
    content: "\f0d9   \f0d9  \f0d9 ";
    top: 0;
    left: 0;
    position: absolute;
    font-size: 16px;
	line-height: 30px;
    font-weight: bold;
    color: #fff;
}
.list-item {
	padding: 40px 0 40px 0;
 	background: #fff;
	border-bottom: 4px solid #eee;
}
.list-item_link {
	cursor: pointer;
}
.list-item-link_dec {
	position: absolute;
	right: 0;
	width: 50px;
	height: 50px;
	top: 50%;
	margin-top: -25px;
	border-radius: 50%;
	box-shadow: 0px 0px 0px 12px rgb(0 0 0 / 5%);
}
.list-item_link.actdetlink  .list-item-link_dec{
	transform: rotate(45deg);
}
.list-item-link_dec:before , .list-item-link_dec:after {
	content: '';
	position: absolute;
	background: #000;
	left: 50%;
	top: 50%;
}
.list-item-link_dec:before{
	width: 12px;
	height: 2px;
	margin: -1px 0 0 -6px;
}
.list-item-link_dec:after{
	width: 2px;
	height: 12px;
	margin: -6px 0 0 -1px;
}
.list-item-header {
	float: left;
	font-family: 'Orbitron', sans-serif;
	font-size: 30px;
	font-weight: 800;
	text-align: left;
	width: 300px;
}
.list-item-header span {
	font-size: 20px;
	padding-right: 10px;
}
.list-item-details {
	padding-top: 15px;
	width: calc(100% - 300px);
	float: left;
	padding-left: 60px;
	position: relative;
}
.pdcw_list  li {
	float:left;
	margin:0 10px 0 0;
	padding:0 10px 0 0;
	position:relative;
	text-transform:uppercase;
	font-size:10px;
	letter-spacing:2px;
}
.pdcw_list  li:before , .list-item_category a:before {
	content:'';
	position:absolute;
	right:0;
	top:50%;
	width:6px;
	height:6px;
	margin:-3px;
	border-radius:50%;
}
.pdcw_list  li:last-child:before , .list-item_category a:last-child:before {
	display:none;
}
.list-item_content {
	display: none;
	margin-top: 40px;
}
.list-item_content_wrap {
	float: left;
	padding: 20px 0 0 60px;
	width: calc(100% - 300px);
	position: relative;
}
.list-item_content_wrap h4 {
	text-align: left;
	padding-bottom: 60px;
	position: relative;
	font-family: 'Orbitron', sans-serif;
	font-size: 20px;
	font-weight: 800;
}
.piechart-holder {
	float: left;
	position: relative;
	width: 300px;
}
.piechart-item {
	float: left;
	padding: 30px 0 0;
}
.skills-footer {
	background: #1e1e1e;
	padding: 30px;
	margin-top: 20px;
}
.skills-footer h4 {
 
	font-family: 'Orbitron', sans-serif;
	font-size: 15px;
	font-weight: 600;
	color:#fff;
}
.piechart {
	display: inline-block;
	position: relative;
	width: 180px;
	height: 180px;
	line-height: 180px;
} 
.percentage-wrap {
	position: absolute;
	top: 78px;
	left: 0;
	right: 0;
	z-index: 10;
 	font-family: 'Orbitron', sans-serif;
}
.percentage_title {
	font-weight: 600;
}
.percentage {
	color:#fff;
	font-size: 44px;
	font-weight: 600;
}
.percentage_total {
	color:#fff;
	padding-top: 6px;
	position: relative;
	font-size: 10px;
	font-weight: 500;
}
.price-content {
	text-align: left;
	text-transform: uppercase;
 	font-family: 'Orbitron', sans-serif;
	font-size: 14px;
	margin-top: 20px;
	font-weight: 600;
}
.price-content span {
	margin-right: 10px;
}
/*------ team ------------------------------------------------*/
.team-item {
    float: left;
    width: 50%;
    position: relative;
    padding: 0 30px 0 0;
    margin: 20px 0;
}
.team-container .team-item:nth-child(even) {
	padding: 0 0 0 30px;
}
.team-header {
	padding: 30px 0;
	text-align: left;
	position: relative;
}
.team-header:before {
    font-family: Font Awesome\ 5 Pro;
    content: "\f325";
    position: absolute;
    top: 36px;
    right: 0;
    font-size: 13px;
}
.team-container .team-item:nth-child(even) .team-header:before {
	content: "\f322";
}
.team-header h4 {
	font-family: 'Orbitron', sans-serif;
	font-size: 18px;
	padding-bottom: 10px;
	font-weight: 800;
	color:#fff;
}
.team-header h6 {
 	font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
	font-weight: 600;	
}
.team-img {
	position: relative;
	overflow: hidden;
}
.team-details {
	position: absolute;
	left: 100%;
	width: 100%;
	top: 0;
	bottom: 0;
	transition: all .3s linear;
}
.team-img:hover .team-details {
	left: 0;
}
.team-social {
	position: absolute;
	left: 40px;
	right: 0;
	top: 40px;
}
.team-details_title {
	font-family: 'Orbitron', sans-serif;
	font-weight: 600;
	font-size: 18px;
	float: left;
	width: 100%;
	margin-bottom: 30px;
	text-align: left;
}
.team-social li {
	float: left;
	margin-right: 10px;
}
.team-social li a {
	float: left;
	width: 46px;
	height: 46px;
	line-height: 46px;
	background: #1e1e1e;
	border-radius: 50%;
	color:#fff;
}
.team-skills-container {
	position: absolute;
	bottom: 40px;
	left: 40px;
	right: 40px;
}
.team-skill {
	position: relative;
	height: 10px;
	overflow: hidden;
	border-radius: 6px;
	background: #000;
}
.team-skill:before {
	content: '';
	position: absolute;
	left: 0;
	width: 0;
	height: 100%;
	background: #fff;
	top: 0;
	transition: all .3s linear;
	z-index: 1;
}
.team-img:hover .team-skills-container  .team-skill:before {
	width: var(--prog);
	transition-delay: .6s;
}
.skill-bar-percent {
	position: absolute;
	bottom: 20px;
	right: 0;
	font-size: 11px;
}
.team-skills_item {
	margin-bottom: 20px;
}
.team-skills_item:before , .team-skills_item:after {
	content: '';
	position: absolute;
	height: 10px;
	z-index: 2;
	bottom: 0;
	width: 6px;
}
.team-skills_item:before {
	left: 20%;
}
.team-skills_item:after {
	left: 80%;
}
.skill_title {
	text-align: left;
	display: block;
	margin-bottom: 10px;
	font-size: 10px;
	font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
}
/*------ footer ------------------------------------------------*/
.height-emulator {
	z-index: 1;
}
.main-footer {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 30%;
	z-index: 2;
	background: #1e1e1e;
}
.footer-inner {
	padding: 117px 60px;
}
.main-footer:before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	height: 80px;
	width: 1px;
	background: rgba(255,255,255,0.1);
	z-index: 1;
}
.main-footer:after {
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	width: 60px;
	height: 4px;
	z-index: 2;
	margin: 0 0 0 -30px; 
}
.policy-box {
	float: left;
	color: #fff;
	text-transform: uppercase;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 2px;
}
.footer-social {
	float: right;
}
.footer-social li   {
	float: left;
	margin-left: 20px;
}
.footer-social li a   {
 	position: relative;
	color: #fff;
	text-transform: uppercase;
    font-size: 10px;
    font-weight: 500;
}
.footer-social li a:before , .contact-details li a:before {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 100%;
	height: 2px;
	transition: all 200ms linear;
}
.footer-social li a:hover:before , .contact-details li a:hover:before {
	right: 0;
}
.to-top-btn {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 40px;
	height: 60px;
	line-height: 60px;
	color: #fff;
	z-index: 10;
	margin-left: -20px;
	cursor: pointer;
}
.to-top-btn:after {
    content: '';
    position: absolute;
    left: -10px;
    right: -10px;
    top: -10px;
    bottom: -10px;
    box-sizing: border-box;
    border: 1px solid rgba(255,255,255,.1);
	background: rgba(255,255,255,.03);
	z-index: -1;
}
.to-top i {
    position:relative;
    top: 0;
    transition: all 200ms linear;
}
.to-top:hover i {
    top:-8px;
	color:#1e1e1e;
}
.footer-grid {
	z-index: 1;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 40px;
	height: 40px;
	transform: translateX(-50%) translateY(-50%)  ; 
} 
.footer-grid:before , .footer-grid:after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	height: 6px;
	width: 6px;
	border-radius: 50%;
	transform: translateX(-50%) translateY(-50%)  ; 
}
.footer-grid:after {
	height: 4px;
	width: 4px;
	margin-top: 12px;
}
.footer-dec {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	margin: -10px 0 0 -4px;
}
.footer-dec:before , .footer-dec:after {
	content: '';
	position: absolute;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	left: 50%;
	margin-left: -2px;
}
.footer-dec:before {
	top: 18px;
}
.footer-dec:after {
	top: 32px;
}
/*------ btn ------------------------------------------------*/
.btn {
	padding: 0 160px 0 40px;
	position:relative;
	color:#000;
 	height: 74px;
    line-height: 74px;
	font-weight:600;
	background:#3C3C3C;
	overflow:hidden;
	display:inline-block;
}
.btn span {
	position:relative;
	z-index:3;
	left:0;
	top: 8px;
}
.btn span:before {
    content: '';
    position: absolute;
    left: 0;
    width: 20px;
    height: 4px;
    top: -16px;
    transition: all .3s ease-in-out;
	background: #000;
}
.btn:after {
	font-family: Font Awesome\ 5 Pro;
	content: "\f105";
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	right:30px;
	z-index:2;
	transition: all 0.3s ease-in-out;
	transition-delay:0.2s;
	font-size:14px;
	font-weight: 900;
	color:#000;
}
.fl-btn {
	float:left;
	margin-top:25px;
	display:block;
} 
/*------ clients ------------------------------------------------*/
.no_bottom_padding {
	padding-bottom: 0;
}
.client-item img {
	width: auto;
	height: 100px;
	opacity: 0.6;
}
.client-item {
	padding: 30px 0;
 	background: #fff;
	border-left: 1px solid #eee;
	display: block;
}
.client-item:hover {
	background: #EFEFEF;
}
.clients-carousel-wrap {
	border: 1px solid #eee;
}
.testimonilas-carousel_wrap {
	padding: 50px  0 50px;
}
.testi-item {
	border: 1px solid #eee;
	padding:70px 40px 10px;
	background: #fff;
	opacity: 0.5;
	transform: scale(.8);
	transition: all 0.3s ease-in;
}
.testimonilas-carousel .swiper-slide-active .testi-item {
    background: #f2f2f2;
	opacity: 1;
	transform: scale(1.0);
}
.testi-number {
	position: absolute;
	right: 0;
	top: 0;
	width: 60px;
	height: 60px;
	line-height: 60px;
	z-index: 10;
	font-family: 'Orbitron', sans-serif;
	font-weight: 700;
}
.testimonilas-text {
	text-align: left;
	border-radius: 50px 0 20px 50px;
}
.testi-item:after {
    font-family: Font Awesome\ 5 Pro;
	content: "\f0da \f0da \f0da \f0da";
    top: 25px;
    left: 40px;
    position: absolute;
    font-size: 16px;
	letter-spacing: 15px;
	font-weight: bold;
	color:#000;
}
.testimonilas-text p {
	font-weight: 500;
	text-transform: uppercase;
	font-size: 11px;
	color:#000;
}
.testi-footer{
	margin-top: 15px;
	border-top: 1px solid #ddd;
	padding: 28px 0 0 65px;
}
.testi-avatar {
	position: absolute;
	left: 0;
	top: 12px;
	border-radius: 50%;
	overflow: hidden;
	box-shadow: 0px 0px 0px 2px rgb(255 255 255 / 100%);
}
.testi-footer h3 {
	text-align: left;
	font-weight: 700;
	font-family: 'Orbitron', sans-serif;
	font-size: 14px;	
}
.testi-link {
	float: right;
	position: relative;
	font-size: 12px;
    font-weight: 500;
	top: -14px;
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(255,255,255,0.3);
}
.testi-avatar img , .testi-avatar {
	width: 50px;
	height: 50px;
}
.tc-button   {
	position:absolute;
	top:50%;
	width:50px;
	height:50px;
	line-height:50px;
	margin-top:-20px;
	border-radius: 50%;
 	font-size: 18px;
	background:#1e1e1e;
	z-index:50;
	cursor:pointer;
}
.tc-button:hover  {
	color:#fff;
}
.tc-button-next  {
	right:20px;
}
.tc-button-prev  {
	left:20px;
}
.tc-pagination  {
	float:left;
	width:100% !important;
	margin-top: 30px;
}
.tc-pagination .swiper-pagination-bullet   {
	position:relative;
	margin:0 10px;
	height:6px;
	width:6px;
	opacity:1;
 
}
.tc-pagination .swiper-pagination-bullet:after  {
	content:'';
	position:absolute;
	left:50%;
	top:50%;
	width:12px;
	height:12px;
	margin:-6px 0 0 -6px;
	box-sizing:border-box;
	border: 1px solid #ddd;
	border-radius:100%;
    transition: all 200ms linear;
    transform :scale(0.0);
	z-index: 1;
}
.tc-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
    transform :scale(1.6);
}
.dec_sec:before {
    content: '';
    position: absolute;
    left: 0;
    right: 30%;
    top: 0;
    height: 45%;
    background: #f7f7f7;
}
.text-row {
	position: relative;
	display: grid;
	grid-template-columns: 50% 50%;
	margin-bottom: 60px;
}
.cards-row {
	position: relative;
	display: grid;	
	grid-template-columns: auto auto;
	grid-gap: 20px;
}
.text-row p {
	color:#1e1e1e;
}
.text-column_title {
	position: relative;
	text-align: left;
	padding-right: 50px;
}
.text-column_title h2 {
    text-align: left;
    font-weight: 600;
    font-size: 20px;
	line-height: 32px;
}
.text-column_title h4 {
    text-align: left;
    margin-bottom: 10px;
    font-weight: 600;
    color: #666;
	position: relative;
}
.text-column_title h4:before {
    content: '';
    position: absolute;
    left: 0;
    top: -32px;
    width: 40px;
    height: 3px;
}
.dec-icon {
	position: absolute;
	left: 40px;
	top: 30px;
	font-size: 2.5em;
}
.card-item {
	background: #fff;
	padding: 100px 40px 30px;
	border: 1px solid #eee;
	position: relative;
}
.card-item:after {
    content: '';
    position: absolute;
    right: 0;
    width: 50px;
    bottom: -20px;
    height: 1px;
    z-index: 2;
}
.card-item-inner h3 {
	text-align: left;
	font-weight: 900;
	font-size:1.6em;
	padding-bottom: 20px;
 	font-family: 'Orbitron', sans-serif;
}
/*------  contacts------------------------------------------------------*/
.aside-title  {
	position: fixed;
	top: 0;
	right: 0;
	width: 30%;
	height: 260px;
	z-index: 11;
	padding: 0 50px 0 50px;
}
.aside-title .arrow_dec_wrap {
	right: 50px;
	top: 30px;
}
.aside-title:before {
    font-family: Font Awesome\ 5 Pro;
    content: "\f0d7 \f0d7 \f0d7 ";
    top: 30px;
    left: 50px;
    position: absolute;
    font-size: 16px;
    letter-spacing: 15px;
    font-weight: bold;
    color: #000;
}
.aside-title .count-folio {
	font-family: 'Orbitron', sans-serif;
	position: absolute;
	right: 50px;
	bottom: 20px;
	font-size: 36px;
	font-weight: 600;
}
.folio-mask {
	position: fixed;
	z-index: 2;
	display: none;
}
.folio-category {
	text-align: left;
	border-top: 1px solid #1e1e1e;
	padding-top: 30px;
	margin-top: 30px;
	text-transform: uppercase;
 	font-family: 'Orbitron', sans-serif;
	color:#1e1e1e;
	font-size: 12px;
    font-weight: 800;
}
.folio-category span , .num-album {
	position: relative;
	display: inline-block;
}
.folio-category_item {
	margin-left:10px; 
}
.aside-title h2 {
	font-family: 'Orbitron', sans-serif;
    text-align: left;
	font-size: 36px;
    font-weight: 900;
	padding: 60px 0 0 0;
	text-transform: uppercase;
}  
.hero-showcase-wrap {
	position: fixed;
	background: #222;
}
.showcase-dec_title {
	position: absolute;
	left: 50%;
	top: 70%;
	transform: translateY(-50%) translateX(-50%);
	font-family: 'Orbitron', sans-serif;
	text-transform: uppercase;
	font-size: 10.5vw;
	font-weight: 800;
	text-shadow: #111 0 0 1px, rgba(255,255,255,0.1) 0 1px 3px;
	color:#111;
}
.showcase-dec_container{
	position: absolute;
	z-index: 1;
	top: 180px;
	right: 90px;
	bottom: 80px;
	left: 90px;
}
.sdc_2 {
	bottom: 80px;
}
.showcase-dec_corner {
	position: absolute;
	width: 60px;
	height: 60px;
	box-sizing: border-box;
}
.sdc_topleft {
	left: 0;
	top: 0;
	border-left: 1px solid;
	border-top: 1px solid;
}
.sdc_bottomleft {
	left: 0;
	bottom: 0;
	border-left: 1px solid;
	border-bottom: 1px solid;	
}
.sdc_bottomright {
	right: 0;
	bottom: 0;
	border-right: 1px solid;
	border-bottom: 1px solid;	
}
.sdc_topright {
	right: 0;
	top: 0;
	border-right: 1px solid;
	border-top: 1px solid;	
}
.showcase-dec_corner {
	border-color: rgba(255,255,255,.1);
}
.showcase-dec_line {
	position: absolute;
	background: rgba(255,255,255,.1);
	overflow: hidden;
}
.sdl_right , .sdl_left {
	top: 150px;
	bottom: 150px;
	width: 1px;
}
.sdl_right:before , .sdl_left:before {
	content: '';
	position: absolute;
	height: 50px;
	width: 1px;
	left: 0;
}
.sdl_right:before {
	animation: sdl_anim2 9s ease-out infinite;
	top: -50px;
}
.sdl_left:before {
	animation: sdl_anim3 7s ease-out infinite;
	bottom: -50px;
}
.sdl_top {
	top: 0;
	height: 1px;
	left: 150px;
	right: 150px;
}
.sdl_top:before {
	content: '';
	position: absolute;
	left: -50px;
	height: 100%;
	width: 50px;
	top: 0;
	animation: sdl_anim 6s ease-out infinite;
}
.sdl_top2 {
	left: calc(70% + 90px);
	right: 90px;
	bottom: 50px;
	top: auto;
	z-index: 20;
	background: rgba(255,255,255,.3);
}
@keyframes sdl_anim {
	0% {
		opacity: 1;
		left: -60px;
	}
	50% {
		left: 50%
	}
	100% {
		left: 120%;
		opacity: 0.5;
	}
}
@keyframes sdl_anim2 {
	0% {
		opacity: 1;
		top: -60px;
	}
	50% {
		top:60%
	}
	100% {
		top: 120%;
		opacity: 0.5;
	}
}
@keyframes sdl_anim3 {
	0% {
		opacity: 1;
		bottom: -60px;
	}
	50% {
		bottom:60%
	}
	100% {
		bottom: 120%;
		opacity: 0.5;
	}
}
.sdl_left {
	left: 0;
}
.sdl_right {
	right: 0;
}
.hero-showcase {
	position: absolute;
	height:100vh;
    width:100%;
	overflow:hidden;
	perspective: 2200px;
	padding: 260px 0 0 190px;
	z-index: 2;
}
.gallery-items {
	width:150%;
	padding:  0 190px 190px 0;
}
.gallery-items.gi_fw   {
	width:100%;
	padding: 0;
}
.grid-item-holder , .folio-img {
	float:left;
	width:100%;
	height:auto;
	position:relative;
	overflow:hidden;
}
.gallery-item {
	float: left;
	position: relative;
	width: 25% ;
	padding:  0;
}
.gallery-items.three_columns .gallery-item {
	width: 33.33333333333%;
	padding: 2px;
}
.gallery-items.two_columns .gallery-item {
	width: 50%;
	padding: 2px;
}
.gallery-items.three_columns .gallery-item.gallery-item-second, .grid-sizer-second {
    width: 66.6%;
}
.gallery-items.two_columns .gallery-item.gallery-item-second , .projects-list  .gallery-item{
	width: 100%;
 
}
.hov_box {
	position: relative;
	overflow: hidden;
}
.gallery-item img {
    float: left;
    width:100%;
	height: auto;
    position: relative;
    z-index: 1;
    transform: translateZ(0);
    transition: all 1000ms cubic-bezier(.19,1,.22,1) 0ms;
	transition-delay: 0s
}
.gallery-item:hover img {
	transform: scale(1.1);
	opacity: .6;
	transition: all 4s cubic-bezier(.19,1,.22,1) 0ms;
	transition-delay: .6s
}
.grid-item-holder {
	float: left;
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}
.grid-det {
	position:absolute;
	left:-100%;
	top:0;
	width:100%;
	height:100%;
	z-index:10;
	overflow:hidden;
	background:  rgba(0,0,0,0.6);
}
.grid-det:before {
	content:'';
	position:absolute;
	left:50%;
	top:40px;
	width:30px;
	height:3px;
	margin-left: -15px;
}  
.grid-det-item  , .grid-det_category {
	position:absolute;
	left:0;
	width:100%;
	padding:10px 50px;
	z-index:10;
    transition: all 300ms ease-in-out;
}
.grid-det-item{
	top: 50%;
	transform: translateY(-50%);
} 
.grid-det_link {
	color:#fff;
	display:block;
	font-size: 1.2vw;
	text-transform: uppercase;
	font-family: 'Orbitron', sans-serif;
	text-align:center;
	position:relative;
	font-weight:900;
	transition: all 300ms ease-in-out;
}
.grid-det_link:after {
    content: "";
    position: absolute;
	width: 100px;
	height: 100px;
	line-height: 100px;
	border-radius: 50%;
	box-shadow: 0px 0px 0px 26px rgb(255 255 255 / 5%);
	top: 50%;
	left:50%;
	margin: -50px 0 0 -50px;
	text-align: center;
	font-size: 13px;
	font-weight: 600;
	border: 1px solid rgba(255,255,255,.2);
	z-index: -1;
}
.grid-det_link:hover {
	color:rgb(255 255 255 / 55%);
}
.grid-det_link:hover:after {
	animation: sharedec_rotate 2s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
} 
.grid-det_category {
	bottom:30px;
}
.grid-det_category a {
	display: inline-block;
	margin: 0 10px;
	text-transform:uppercase;
	font-size:10px;
	letter-spacing:2px;
	text-align:left;
	font-weight:600;
}
.grid-det_category a:hover {
	color:#fff;
}
.grid-media-zoom {
	position:absolute;
	right:0;
	top:0;
	width:70px;
	height:70px;
	line-height:70px;
	font-size:12px;
	z-index:20;
    transition: all 300ms ease-in-out;
}
.fixed-inline-filter {
	border-bottom: 1px solid rgba(255,255,255,.1);
	border-right: 1px solid #000;
	box-sizing: border-box;
	height: 100px;
	background: rgba(21,21,21,0.8);
 	z-index:20;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
}
.column-wrap-container , .gallery-items-fs  {
	min-height: 100vh;	
}
.gallery-items-fs .gallery-items-container {
	z-index: 10;
}
.gallery-items-fs {
	padding: 260px 180px 180px;
}
.fixed-filters {
	position: fixed;
	bottom: 40px;
	left: 50%;
	width: 1250px;
	transform: translateX(-50%);
	z-index: 100;
	height: 100px;
	padding: 0 100px 0 0;
	background: rgba(21,21,21,0.8);
 	-webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
}
.fixed-filters .scroll-down-container {
	left: auto;
	right: 0;
}
.fixed-filters .scroll-down-container .scroll-down-wrap .mousey {
	border-color:rgba(0,0,0,.4);
}
.fixed-filters .scroll-down-container .scroll-down-wrap .mousey .scroller {
	background: #000;
}
.mousey i {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	font-size: 10px;
	animation: target2 4.5s ease-in-out infinite;
}
@keyframes target2 {
  0%{
    margin: 0 0 0 10px;
  }
  20%{
    margin: 0 0 0 -10px;
  }
  40%{
    margin: -10px 0 0 0;
  }
  60%{
    margin: 0;
  }
  100%{
    margin: 0 0 0 10px;
  }
}
.fixed-filters:before {
	content: '';
	position: absolute;
	left: -10px;
	right: -10px;
	top: -10px;
	bottom: -10px;
	box-sizing: border-box;
	border: 1px solid rgba(255,255,255,.1);
	z-index: -1
}
.fixed-filters_title  {
	padding: 0 70px 0 80px;
	font-size: 12px;
	font-weight: 500;
	position: relative;
	font-family: 'Orbitron', sans-serif;
	text-transform: uppercase;
	height: 100px;
    line-height: 100px;
	float: left;
	color:#fff;
	border-right: 1px solid rgba(255,255,255,.1)
}
.ft_dec {
	position: absolute;
	left: 40px;
	top: 42px;
	width: 20px;
	height: 2px;
}
.ft_dec:before , .ft_dec:after{
	content: "";
	position: absolute;
	height: 2px;
}
.ft_dec:before {
	left: 4px;
	right: 4px;
	top: 6px;
}
.ft_dec:after {
	left: 8px;
	right: 8px;
	top: 12px;
}
.fixed-filters .gallery-filters {
	float:left;
	height: 100px;
    line-height: 100px;
}
.fixed-filters .gallery-filters {
	padding: 0 30px;
	float: none;
	display: inline-block;
} 
.fixed-filters .gallery-filters a , .fixed-inline-filter .gallery-filters a {
	padding: 0 30px;
	color: #fff;
	display: inline-block;
 	font-family: 'Orbitron', sans-serif;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	position: relative;
}
.fixed-inline-filter .gallery-filters a {
	padding: 0 20px;
}
.fixed-inline-filter .gallery-filters {
	float: left;
	position: relative;
	margin: 44px 0 0 60px;
}
.fixed-filters .gallery-filters a:before  {
	content: '';
	position: absolute;
	left: 50%;
	right: 50%;
	height: 5px;
	bottom: 0;
	transition: all .3s ease-in-out;
}
.fixed-filters .gallery-filters a.gallery-filter-active:before {
	left: 40px;
	right: 40px;
}
.fixed-inline-filter_counter {
	position: absolute;
	right: 0;
	top: 0;
	width: 200px;
	bottom: 0;
	line-height: 100px;
	font-weight: 600;
    font-size: 14px;
}
.fixed-inline-filter_counter:before {
	content: '';
	position: absolute;
	left: 50%;
	width: 1px;
	height: 12px;
	top: 50%;
	margin-top: -6px;
	background: #000;
}
.fixed-inline-filter_counter span {
	display: inline-block;
	margin: 0 10px;
	width: 20px;
	position: relative;
} 
.list-item_category {
	position: relative;
	top: 14px;
}
.list-item_category a {
    margin: 0 10px 0 0;
    padding: 0 10px 0 0;
    position: relative;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 2px;
	display: inline-block;
}
.bg-list .bg {
	opacity: 0;
	will-change: opacity, transform;
	transform: scale(1);
	transition: all 1200ms linear;
}
.bg-list .bg.active {
	opacity: 1;
	left: 0;
	transform: scale(1.05);
}
.reval-image {
	position: absolute;
  	width: 120px;
  	height: 120px;
  	object-fit: cover;
  	transform:  scale(0);
 	 top: -5px;
	right: -34px;
  	z-index: 2;
  	opacity: 0;
	visibility: hidden;
  	pointer-events: none;
	transition: all .3s linear;
}
.reval-image:before {
	content: '';
	position: absolute;
	left: -10px;
	top: -10px;
	bottom: -10px;
	right: -10px;
	border-radius: 50%;
    box-shadow: 0px 0px 0px 16px rgb(0 0 0 / 5%);
    animation: sharedec_rotate 3s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
    border: 2px dotted #eee;
}
.reval-image .bg {
	border-radius: 50%;
	z-index: 3;
}
.list-item:hover .reval-image {
	opacity: 1;
	visibility: visible;
	transform:  scale(1.0);
} 
.order-wrap {
	padding: 20px 40px;
	position: relative;
	display: grid;
	grid-template-columns: 70% 30%;
	margin-top: 80px;
}
.order-wrap:before {
	content: '';
	position: absolute;
	top: -10px;
	left: -10px;
	bottom: -10px;
	right: -10px;
	border: 1px solid #eee;
	box-shadow: 0px 0px 0px 12px rgb(0 0 0 / 5%);
}
.order-wrap h4 {
	text-align: left;
	color:#fff;
    font-family: 'Orbitron', sans-serif;
    font-size: 20px;
    font-weight: 500;
 	align-self: center;
}
.order-wrap .btn:before {
	background: #333
} 
.gallery-fw_wrap {
	z-index: 50;
	padding: 40px 25px 50px;
}
.gallery-fw_wrap.sing_gallery {
	padding: 40px;	
}
.gallery-fw_wrap:before , .gallery-fw_wrap:after  {
	content: '';
	position: absolute;
	left: 50%;
	width: 60px;
	height: 4px;
	top: 0;
	margin-left: -30px;
	z-index: 2
}
.gallery-fw_wrap:after {
	top: auto;
	bottom: 0;
}
.center-carousel_item{
	position: relative;
	overflow: hidden;
}
.center-carousel .swiper-slide   {
    width: auto!important;
    height:100%!important;
    display: inherit !important;
}
.center-carousel-wrap {
	padding:0 10px;
}
.center-carousel , .center-carousel img {
	height:450px;
}
.center-carousel img {
	width:auto;
}
.fsc {
	position: absolute;
	width: 60px;
	height: 60px;
	line-height: 60px;
	top: 50%;
	margin-top: -30px;
	z-index: 10;
	cursor: pointer;
	font-size: 18px;
}
.ccsw-next{
	right: -25px;
}
.ccsw-prev{
	left: -25px;
}
.img_details {
	display: inline-block;
	position: relative;
	color:#fff;
	margin-top: 40px;
}
.img_details span {
	display: inline-block;
	position: relative;
	font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.cen-slider-pagination_wrap {
	float: left;
	position: relative;
	margin-top: 40px;
}
.cen-slider-pagination_wrap .swiper-pagination-bullet , .hero-carousel_pagination  .swiper-pagination-bullet {
	margin-right: 20px;
	opacity: 1;
	position: relative;
}
.cen-slider-pagination_wrap .swiper-pagination-bullet {
	width: 6px;
	height: 6px;
}
.cen-slider-pagination_wrap .swiper-pagination-bullet.swiper-pagination-bullet-active , .hero-carousel_pagination  .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #fff;
}
.cen-slider-pagination_wrap .swiper-pagination-bullet:after , .hero-carousel_pagination  .swiper-pagination-bullet:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 22px;
    height: 22px;
    margin: -11px 0 0 -11px;
    box-sizing: border-box;
    background: rgba(255,255,255,0.2);
    border-radius: 100%;
    transition: all 0.3s ease;
    transform: scale(0.0);
}
.cen-slider-pagination_wrap .swiper-pagination-bullet.swiper-pagination-bullet-active:after , .hero-carousel_pagination  .swiper-pagination-bullet.swiper-pagination-bullet-active:after  {
	transform: scale(1.0);
}
.hs_counter{
	float: right;
	font-weight: 400;
 	color: #fff;
	position: relative;
	top: 25px;
	padding: 18px 20px;
	width: 120px;
	background: #292929;
	font-family: 'Orbitron', sans-serif; 
	display: grid;
	grid-template-columns: 50%  50%;	
}
.hs_counter:before {
	content: '';
	position: absolute;
	top: 50%;
	height: 10px;
	margin-top: -5px;
	left: 50%;
	width: 1px;
} 
.pr_details .pr_details_item:first-child {
	padding-right: 50px;
}
.pr_details {
	margin: 60px 0;
	display: grid;
    grid-template-columns: 70% 30%;
}
.project-details {
	overflow: hidden;
	position: relative;
} 
.project-details:before {
	content: '';
    position: absolute;
 	width: 4px;
	height: 60px;
    right: 0;
    top: 50%;
	margin-top: -30px;
	z-index: 10;
}
.project-details:after {
	content: '';
    position: absolute;
 	width:50%;
	height: 25%;
    right: 0;
	bottom: 0;
	background: rgba(255,255,255,.05)
}
.project-details ul {
	padding:50px 0;
	background: #1e1e1e;
	position:relative;
}
.project-details ul li{
	text-align:left;
	padding:18px 0 18px 40px;
	color:#fff;
	text-transform:uppercase;
	font-size:10px;
	font-weight:400;
	letter-spacing:3px;
}
.project-details ul li span {
	color:rgba(255,255,255,0.7);
	display: block;
	padding-bottom: 10px;
}
.project-details ul li a:hover {
	color:#fff;
}
.video-row {
	z-index: 20;
}
.corner-dec_wrap {
	position: absolute;
	top: 50px;
	left: 50px;
	bottom: 50px;
	right: 50px;
	z-index: 3;
	background: rgba(0,0,0,.15)
}
.corner-dec_wrap .showcase-dec_corner {
	border-color: rgba(255,255,255,.3);
}
.corner-dec_wrap  .showcase-dec_line {
	background: rgba(255,255,255,.3);
}
.boxed-container-wrap {
    padding: 260px 0;
 	position: relative;
}
.video-row:before , .video-row:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 1px;
	height: 120px;
	background: rgba(255,255,255,0.2);
	z-index: 10;
}
.video-row:after {
	z-index: 11px;
	height: 40px;
	bottom: 80px;
}
.video-holder-wrap {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
}
.video-container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	line-height: 0;
	z-index: -1;
}
.video-container video {
	width: 100%;
}
.resp-video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-bottom: 20px;
}
.resp-video iframe,
.resp-video object,
.resp-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.promo-video {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 5;
    top: 50%;
    transform: translateY(-50%);
}
.promo-video h4 {
 	font-family: 'Orbitron', sans-serif; 
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	padding-top: 40px;
}
.projects-list-container  {
	padding: 110px 60px 60px;
	overflow: hidden;
} 
.projects-list_item {
	padding: 70px 0;
}
.projects-list_item.act-index:after  {
	content: '';
	position: absolute;
	top: 0;
	left: -60px;
	right: -60px;
	bottom: 0;
	z-index: -1;
	background: rgba(255,255,255,.05);
}
.projects-list_item:before  {
	content: '';
	position: absolute;
	right: 30%;
	left: 0;
	height: 1px;
	top: 0;
	background: rgba(255,255,255,.1);
}
.projects-list_item h3  {
	word-wrap: break-word;
    float: left;
    width: calc(100% - 100px);
	padding-left: 80px;
    overflow: hidden; 
    font-family: 'Orbitron', sans-serif;
    text-transform: uppercase;
    font-size: 3.5vw;
    font-weight: 800;
    text-shadow: #111 0 0 1px, rgb(255 255 255 / 10%) 0 1px 3px;
	text-align: left;
	position: relative;
	z-index: 2;
}
.projects-list_item h3 a {
	transition: all 300ms linear;
    white-space: nowrap;
	color: #111;
}
.projects-list_item h3:hover a , .projects-list_item.act-index h3  a {
	color:#fff;
}
.projects-list_item h3 span {
	font-size: 0.3em;
	margin-right: 20px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: 2;
}
.projects-list_category {
	position: absolute;
	left: 80px;
	bottom: 35px;
}
.projects-list_category  a {
   	float: left;
    margin: 0 10px 0 0;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 2px;
    text-align: left;
    font-weight: 600;
	color:#fff;
}
.bg-reval_wrap {
 	position: absolute;
  	width: 130px;
  	height: 130px;
	border-radius: 50%;
  	top: 50%;
  	right: 0;
	margin-top: -65px;
  	transform:   scale(0);
  	opacity: 0;
  	transition: all 300ms linear;
	z-index: 1;	
} 
.bg-reval {
	overflow: hidden;
	border-radius: 50%;
}
.bg-reval bg {
	border-radius: 50%;
}
.bg-reval_wrap:before {
	content: '';
	position: absolute;
	left: -20px;
	top: -20px;
	bottom: -20px;
	right: -20px;
	border-radius: 50%;
	background: #222;
    box-shadow: 0px 0px 0px 16px rgb(255 255 255 / 3%);
    animation: sharedec_rotate 3s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
    border: 2px dotted rgb(255 255 255 / 35%);
}
.projects-list_item:hover .bg-reval_wrap , .projects-list_item.act-index .bg-reval_wrap {
	opacity: 1;
	transform: scale(1.0)
}
.projects-list_item_dec {
	position: absolute;
	right: 10px;
	top: 50%;
	width: 30px;
	height: 30px;
	line-height: 30px;
	z-index: 10;
	font-size: 24px;
	margin-top: -15px;
  	transition: all 300ms linear;
}
.projects-list_item.act-index .projects-list_item_dec {
	right: 50px;
}
.fs-images-wrap {
	padding: 10px 10px 0;
	z-index: 20;
}
.fs-img {
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
}
.fs-images-wrap .fs-img:last-child() {
	margin-bottom: 0;
}
.fs-img .box-media-zoom  {
	right: 0;
	width: 90px;
	height: 90px;
	line-height: 90px;
}
.show-info {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 80%;
	z-index: 15;
}
.fs-img-title {
	text-transform: uppercase;
	font-size: 12px;
	color: #fff;
	cursor: pointer;
	letter-spacing: 2px;
	float: right;
	font-weight: 600;
	position:relative;
	top:-30px;
	right:30px;
}
.tooltip-info {
	height: auto;
	line-height: 20px;
	padding: 15px 30px;
	font-size: 11px;
	color: #fff;
	position: absolute;
	background: #222;
	bottom: 0;
	opacity: 0;
	right: 0;
	margin-bottom: 82px;
	visibility: hidden;
	pointer-events: none;
	text-align: left;
	z-index: 16;
	transition: all 300ms linear;
}
.tooltip-info p {
	font-size: 12px;
	color: #888;
}
.tooltip-info h5 {
	margin-top: 12px;
	padding: 5px 0;
	position: relative;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 2px;
	color: #fff;
}
.show-info:hover .tooltip-info {
	visibility: visible;
	opacity: 1;
	bottom: 0;
}
/*-------------accordion---------------------------------------*/
.accordion {
	margin: 20px 0;
}
.accordion a.toggle {
	border: 1px solid #eee;
	padding: 0 70px 0 30px;
	display: flex;
	position: relative;
	background: #EFEFEF;
	box-sizing: border-box;
	text-align: left;
	font-weight: 600;
	height: 70px;
	line-height: 70px;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 2px;
	transition: all 300ms linear;
}
.accordion a.toggle span {
	position: absolute;
	right: -1px;
	top: -1px;
	bottom: -1px;
	width: 70px;
}
.accordion a.toggle span:before,
.accordion a.toggle span:after {
	content: '';
	position: absolute;
	background: #1e1e1e;
	top: 50%;
	left: 50%;
	transition: all 300ms linear;
}
.accordion a.toggle span:before {
	width: 10px;
	height: 2px;
	margin-top: -1px;
	margin-left: -5px;
}
.accordion a.toggle span:after {
	width: 2px;
	height: 10px;
	margin-top: -5px;
	margin-left: -1px;
}
.accordion a.toggle.act-accordion {
	color: #fff;
	background: #35353A;
	border-color: transparent;
}
.accordion a.toggle.act-accordion span:after {
	height: 0;
}
.accordion-inner {
	display: none;
	position: relative;
	padding: 25px 30px;
	background: #fff;
	margin: 0 0 15px;
	text-align: left;
	border: 1px solid #eee;
	float: left;
	width: 100%;
}
.accordion-inner.visible {
	display: block;
}
/*------  contacts------------------------------------------------------*/
.map-wrapper {
	position: fixed;
	top: 0;
	width: 100%;
	right: 0;
	bottom: 0;
	overflow: hidden;
	z-index: 1;
}
.map {
	z-index: 1
}
.leaflet-left  {
	right:0;
	top:50%;
	transform: translateY(-50%);
	z-index: 10000;
}
.leaflet-control-attribution  {
	right: 0;
}
.leaflet-touch .leaflet-bar a {
	width:70px;
	height:70px;
	line-height:70px;
	border:none;
	color:#1e1e1e;
	font-size: 18px;
	margin-top:1px;
}
.leaflet-container a.leaflet-popup-close-button {
	top:10px;
	right:10px;
}
.leaflet-popup-content-wrapper  {
	background: #EFEFEF;
}
.leaflet-popup-content {
	color:#1e1e1e;
	font-family: 'Orbitron', sans-serif;
	font-weight: 600;
}
.contacts_container {
	position: fixed;
	top:230px;
	bottom: 150px;
	left: 90px;
	z-index: 10;
	width: 600px;
	overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.contacts_container::-webkit-scrollbar {
  	width: 0px;
}
.contacts-wrap {
 	padding: 60px 50px;
}
.contacts-wrap .half-bg-container_dec {
	top: auto;
	bottom: 140px;
	right: 50px;
}
.contacts-wrap .half-bg-container_dec:before {
    color: #1e1e1e;
}
.contacts-wrap  .hsd_dec {
    right: 50px;
    top: 50px;	
}
.contacts-wrap_text h2 {
    font-size: 30px;
    font-weight: 600;
    max-width: min-content;
    font-family: 'Orbitron', sans-serif;
    text-align: left;
	float: left;
	width: 100%;
	margin-bottom: 90px;
	position: relative;
} 
.contacts-wrap_text h2:before {
	content: '';
	position: absolute;
	bottom: -30px;
	left: 0;
	width: 40px;
	height: 3px;
	background: #1e1e1e;
}
.contact-details li {
	float: left;
	width: 50%;
	text-align: left;
	padding: 0 0 30px;
	text-transform: uppercase;
	font-weight: 500;
}
.contact-details li span {
    float: left;
    width: 100%;
    margin-bottom: 10px;
	font-weight: 600;
}
.contact-details li a {
	position: relative;
	line-height: 20px;
} 
.act-cf {
	padding:20px  120px;
	float: left;
	margin: 20px 0 70px;
	border: 1px solid #1e1e1e;
	cursor: pointer;
	font-family: 'Orbitron', sans-serif;
	font-size: 14px;
	font-weight: 600;
	transition: all .3s linear;
}
.act-cf:hover {
	background:#1e1e1e;
}
.contacts_social_container {
	margin-top: 20px;
}
.contacts_social_title{
	text-transform: uppercase;
    font-weight: 600;
	margin-bottom: 20px;
	display: block;
	text-align: left
}
.contacts_social_container ul li  {
	margin:0  6px 0 0;
	float: left;
}
.contacts_social_container li a {
    float: left;
    width: 46px;
    height: 46px;
    line-height: 46px;
    background: #1e1e1e;
    border-radius: 50%;
    color: #fff;
	transition: all .3s linear;
}
.contact-form-wrap , .contact-form-overlay {
	position: fixed;
	z-index: 90;
	height: 100%;
	left: 0;
	right: 0;
}
.contact-form-overlay {
	position: absolute;
}
.contact-form-wrap {
	display: none;
	overflow: auto;
}
.contact-form-overlay {
	z-index: 1;
	background: rgba(0,0,0,0.6);
	-webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
}
.contact-form-container {
	position: relative;
	max-width: 650px;
	margin: 0 auto 0;
	top: 200px;
	z-index: 2;
}
.contact-form-content {
	background: #fff;
	opacity: 0;
	visibility: hidden;
	transform: translateY(150px);
    transition: all 0.3s ease-in-out;
}
.vis-coninfwrap {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);	
}
.contact-form-header {
	padding: 40px 50px 50px;
 
	position: relative;
	z-index: 10;
}
.contact-form-header h4 {
	text-align: left;
	font-weight: 600;
	font-size: 22px;
	background: #fff;
	float: left;
	font-family: 'Orbitron', sans-serif;
	padding-right: 50px;
}
.close-contact-form {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	font-size: 16px;
	width: 80px;
	height: 80px;
	line-height: 80px;
	font-weight: 600;
 	transition: all .3s linear;
	z-index: 20;
}
.close-contact-form:hover {
	background: #1e1e1e;
}
#contact-form {
	padding: 30px 50px;
}
.custom-form textarea,
.custom-form input[type="text"],
.custom-form input[type=email]  {
	float: left;
	background: #f0f0f0;
	width: 100%;
	padding: 25px 30px;
	font-weight: 600;
	font-size: 12px;
	position: relative;
	color:#000;
 	font-family: 'Rubik', sans-serif;
	-webkit-appearance: none;
	z-index: 1;
	border: 1px solid #f0f0f0;
}
.custom-form .label_in{
	position: absolute;
	left: 30px;
	top: 26px;
	z-index: 2;
	color:#000;
	text-transform: uppercase;
	font-size: 10px;
	transition: top .2s;
	padding: 4px 10px;
	font-weight: 500;
}
.custom-form textarea:focus , .custom-form input:focus {
	background: #fff;
	border: 1px solid #ddd;
}
.custom-form .label_in.active_lab {
	top: -10px;
	background: #fff;
} 
.custom-form textarea {
	height: 150px;
	resize: none;
	padding: 35px 30px 25px 30px;
	-webkit-appearance: none;
}
.custom-form input {
	margin-bottom: 20px;
}
.custom-form button {
	margin-top:25px;
 	font-family: 'Rubik', sans-serif;
	outline: none;
	border: none;
	cursor: pointer;
	font-weight: 400;
	font-size: 12px;
	-webkit-appearance: none;
	float: left;
}
#message {
	text-align:left;
	float:left;
	width:100%;
	color:#fff;
	padding: 20px 40px;
	background: #222;
	margin-bottom: 20px;
	display: none;
}
#message h3 {
	font-size:15px;
	padding-bottom:5px;
 	font-weight:500;
}
#message p {
	color:rgba(255,255,255,.7);
	font-weight:600;
	padding-bottom: 0;
}
#message p strong {
	font-weight:800;
}
/* ------Blog------------------------------------------------------------ */
.sec-dec {
    position: absolute;
    width: 30%;
    height: 450px;
    background: #f7f7f7;
    z-index: 2;
}
.dark-bg .sec-dec {
	background: rgba(255,255,255,.05)
}
.blog-media {
	z-index: 1
}
.blog-filters {
	z-index:20;
	padding-right: 280px;
	margin-bottom: 50px;
}
.post_header {
	z-index: 10
}
.blog-filter-wrap {
	display: none;
	position: absolute;
	top: 70px;
	right:0;
	width: 66%;
	padding: 45px 30px 45px;
	overflow: hidden;
}
.blog-filter-wrap:before {
	content: '';
	position: absolute;
	top: 90px;
	left: 50%;
	bottom: 40px;
	width: 1px;
	background: #000;
}
.blog-filter-wrap_item  {
	float: left;
	width: 50%;
	padding: 0 60px;
}
.blog-filter-wrap_item li {
	float: left;
	width: 100%;
	padding: 6px 0;
}
.blog-filter-wrap_item li a  {
	text-transform: uppercase;
	font-size: 11px;
	color: #1e1e1e;
	letter-spacing: 2px;
	font-weight: 600;
}
.blog-filter-wrap_item li a:hover {
	color: #fff;
}
.blog-filter-wrap_item__title {
	font-family: 'Orbitron', sans-serif;
	font-size: 18px;
	font-weight: 800;
	display: block;
	padding-bottom: 20px;
	text-transform: uppercase;
}
.blog-btn {
	position: absolute;
	top: 0;
	right: 0;
	width: 280px;
 	height: 70px;
	line-height: 70px;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 10px;
	background: #1e1e1e;
	color: #fff;
	letter-spacing: 2px;
}
.blog-search-wrap button {
	background:none;
	width: 70px;
	height: 70px;
	line-height:  70px;
	border:none;
	outline:none;
	position:absolute;
	right: 10px;
	top: 0;
	cursor:pointer;
}
.blog-search-wrap button:hover {
	color:#000;
}
.blog-search-wrap input {
	float:left;
	border:none;
    height: 70px;
	width: 100%;
	background: #EFEFEF;
	padding: 0 50px 0 30px;
	color:#000;
	outline:none;
}
.blog-search-wrap input:focus {
	background: #fff;
	border: 1px solid #ddd;
}
.post-item {
	width: 50%;
	position: relative;
	float: left;
}
.post-items {
	z-index: 1
}
.post-items .post-item:nth-child(odd) {
	padding: 0 20px 40px 0;
}
.post-items .post-item:nth-child(even) {
	padding: 0 0 40px 20px;
}
.post-item_media a {
	display: block;
	position: relative;
}
.post-item_media a:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: rgba(0,0,0,0.4);
	transition: all 0.3s ease-in-out;
	opacity: 0;
	z-index: 1;
}
.post-item_media a:after {
    font-family: Font Awesome\ 5 Pro;
    content: "\f067";
    position: absolute;
    color: #fff;
	width: 50px;
	height: 50px;
	line-height: 50px;
	left: 50%;
	top: 50%;
	margin: -25px 0 0 -25px;
    font-size: 16px;
	border-radius: 50%;
    opacity: 0;
	z-index: 2;
	transition: all 0.3s ease-in-out;
}
.post-item_media a:hover:before , .post-item_media a:hover:after{
	opacity: 1;
}
.post-item_media img {
	width: 100%;
	height: auto;
}
.post-item_content {
	padding: 20px 0;
}
.post-item_content h3 {
    font-size: 26px;
    font-weight: 600;
    margin: 15px 0;
	text-align: left;
 	font-family: 'Orbitron', sans-serif;
	position: relative;
	float: left;
	width: 100%;
}
.post-item_content h3:before , .post-item_content h3:after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 1px;
	background: #ddd;
	z-index: 1;
}
.post-item_content h3:after {
	z-index: 2; 
	transition: all 0.3s ease-in-out;
	bottom: 100%;
}
.post-item_content h3:hover:after {
	bottom: 0;
}
.post-item_content h3 a {
	display: block;
}
.post-item_content h3:hover a {
	color: #666;
}
.post-item_content h3 a , .post-header a , .post-header span , .post-link {
	color: #000
}
.post-header a , .post-header span  {
	float: left;
	margin-right: 10px;
	font-size: 11px;
	font-weight: 600;
	color: #666;
}
.post-opt  {
	margin-bottom:20px;
}
.post-opt li {
    float: left;
    margin-right: 10px;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 500;
}
.post-opt.single_po  {
	float: right;
	margin-top: 40px;
}
.post-opt.single_po  ul li {
	margin:  0 0 0 10px;
}
.post-opt li i {
	margin-right: 6px;
	color: #000;
	font-weight: 800;
}
.post-opt li a, .post-opt li span {
    color: #999;
}
.post-item_content p {
	text-align: left;
	color: #5e646a;
}
.single-btn {
	margin-top: 10px;
	padding: 23px 0;
	background: #EFEFEF;
	font-weight: 600;
}
.pagination {
	margin:50px 0 0 0 ;
	text-align:center;
	display: inline-block;
	z-index:10;
	position:relative;
}
.pagination  a {
	float:left;
	width:70px;
	height:70px;
	line-height:70px;
	box-sizing:border-box;
	position:relative;
	font-size:11px;
	color:#fff;
    background: #111;
	transition: all 0.3s ease-in-out;
}
.pagination  a i {
	font-size:12px;
}
.ss-slider-cont {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    width: 60px;
    height: 60px;
    cursor: pointer;
    font-size: 12px;
    line-height: 60px;
    background: #1e1e1e;
    z-index: 20;
}
.ss-slider-cont-prev {
    left: 0;
}
.ss-slider-cont-next {
    right: 0;
}
.ss-slider-pagination_wrap {
	height:20px;
	line-height:20px;
	position:absolute;
	bottom:20px;
	z-index:10;
	left:0;
	width:100%;
}
.ss-slider-pagination{
	position:relative;
	display:inline-block;
}
.ss-slider-pagination:before {
    content: '';
    position: absolute;
    left: -40px;
    right: -40px;
    bottom: -12px;
    top: -12px;
    border-radius: 25px;
    background: rgba(0,0,0,0.51);
}
.ss-slider-pagination .swiper-pagination-bullet  {
	margin:0 10px;
	padding:0;
	height:6px;
	border-radius:100%;
	opacity:1;
	width:6px;
	position:relative;
	top:-2px;
}
.ss-slider-pagination .swiper-pagination-bullet:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 22px;
    height: 22px;
    margin: -11px 0 0 -11px;
    box-sizing: border-box;
    background: rgba(255,255,255,0.2);
    border-radius: 100%;
    transition: all 0.3s ease;
    transform: scale(0.0);
}
.ss-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
    transform: scale(1.0);
}
.ss-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active  {
	background: #fff;
}
.box-media-zoom {
	position: absolute;
	top: 0;
	right: -60px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	color: #000;
	z-index: 5;
	font-size: 14px;
	transition: all 200ms linear; 
}
.box-media-zoom i {
	font-weight: 400;
}
.hov_zoom:hover .box-media-zoom  {
	right: 0;
}
.swiper-slide {
    overflow: hidden;
}
.post-title {
	margin: 50px 0 35px;
}
.post-title h2 {
    font-size: 36px;
    text-align: left;
    text-transform: uppercase;
    color: #000;
    font-weight: 800;
    float: left;
    width: 100%;
    letter-spacing: 2px;
    padding-bottom: 10px;
    line-height: 34px;
    font-family: 'Orbitron', sans-serif;
}
.post-title_dec {
	position: absolute;
	top: -45px;
	left: 0;
	right: 90px;
	height: 80px;
	border-right: 1px solid #eee;
	border-top: 1px solid #eee;
}
.post-title_dec i {
	position: absolute;
	right: -6px;
	font-size: 24px;
	bottom: -50px;
}
.blog-title-opt {
	margin-top:20px;
}
.blog-title-opt li  {
	float:left;
	margin-right:10px;
	font-size:10px;
	letter-spacing:2px;
	text-transform:uppercase;
	font-weight:500;
}
.blog-title-opt li a   {
	color:#1e1e1e;
}
.author_avatar {
	float:left;
	margin-right:10px;
	border-radius:100%;
	overflow:hidden;
	position:relative;
	top:-8px;
}
.author_avatar img  , .author_avatar{
	width:30px;
	height:30px;
}
.pr-tags {
	background:#1e1e1e;
	padding:30px 35px;
	float:left;
}
.pr-tags li {
	float:left;
	margin-right:10px;
	font-size:10px;
	letter-spacing:2px;
	text-transform:uppercase;
}
.pr-tags li a{
	color:#fff;
}
.pr-tags li a:hover{
	color: rgba(255,255,255,0.7);
}
.pr-tags {
	margin-bottom:20px;
}
.pr-tags span {
	float:left;
	margin-right:10px;
	font-weight:500;
	text-transform:uppercase;
	font-size:10px;
	letter-spacing:2px;
}
.pr-tags ul{
	position:relative;
 	float:left;
}
#comments {
	text-align: left;
	float: left;
	width: 100%;
}
.single-post-comm {
	margin-top: 30px;
}
#comments.single-post-comm {
	margin-top: 0;
	padding-top: 0;
}
.comment {
	float: left;
	padding-left: 20px;
	margin-top:20px;
	position:relative;
}
.comment-body {
	position: relative;
	margin:10px 0 10px  80px;
	padding: 30px;
	background:#EFEFEF;
	border:1px solid #eee;
}
.comment-author {
	position: absolute;
	top: 30px;
	left: -76px;
}
.comment-author:before {
	content:'';
	position:absolute;
	width:50px;
	height:50px;
	left:50%;
	bottom:-50px;
	border-bottom:1px solid #eee;
	border-left:1px solid #eee;
}
.comment-author img {
	border-radius: 100%;
}
.comment .children {
	margin-left: 70px;
}
.fn {
	display: block;
	margin-bottom: 10px;
	font-size:14px;
	font-weight:600;
	text-transform:uppercase;
}
.comment-body .testi-number {
	text-align: center
}
.comment-meta,
.comment-meta a {
	font-size: 12px;
	color: #1e1e1e;
	font-weight:600;
	padding-bottom: 20px;
}
#respond {
	margin: 40px 0;
}

.custom-form.add-comment input {
	padding:20px 30px;
}
.add-comment {
	margin-top: 40px;
}
.add-comment button {
	margin-top: 30px;
	border: none;
	outline: none;
	-webkit-appearance: none;
	cursor: pointer;
}
.pr-subtitle {
	text-align: left;
	padding: 20px 0;
	font-weight: 600;
	font-family: 'Orbitron', sans-serif;
	font-size: 20px;
	position: relative;
}
.pr-subtitle:before , .pr-subtitle:after {
	content: '';
	position: absolute;
	bottom: 50%;
	right: 0;
	width: 50%;
	background: #eee;
	height: 1px;
	z-index: 1;
}
.pr-subtitle:after {
	width:50px;
	z-index: 2;
}
.text-block {
	margin: 20px 0;
	padding: 50px 40px 60px;
}
.text-block:before {
	content: '';
	position: absolute;
	width: 100px;
	height: 3px;
	top: -3px;
	right: 0;
}
.text-block:after {
    font-family: Font Awesome\ 5 Pro;
    content: "\f0d8 \f0d8 \f0d8 \f0d8 ";
    bottom: 25px;
    left: 40px;
    position: absolute;
    font-size: 16px;
    letter-spacing: 15px;
    font-weight: bold;
    color: #000;
}
.content-nav_holder {
	z-index:20;
	border-top: 1px solid #ddd;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #fff;
	width: 100%;
}
.cn_all {
	position: absolute;
	width: 50px;
	height: 50px;
	z-index: 120;
	border: 1px solid #eee;
	background: #fff;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
}
.cn_all:hover {
	border-color:transparent;
	background: #222;
}
.cn_all .pr_btn_dots {
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}
.content-nav_holder:before {
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	bottom: 0;
	background: #ddd;
	width: 1px;
	z-index: 100;
}
.content-nav li {
	width:50%;
	float:left;
	position:relative;
	overflow: hidden;
}
.content-nav li:first-child {
	border:none;
}
.content-nav li a.ln , .content-nav li a.rn {
	color:#000;
	font-size:12px;
	position:relative;
	width:100%;
	height:100px;
	line-height:100px;
	z-index:10;
}
.content-nav li a i{
	font-size: 16px;
	position: relative;
	top: 2px;
}
.content-nav li a.ln  {
	text-align:left;
	float:left;
	padding-left: 70px;
}
.content-nav li a.rn  {
	text-align:right;
	float:right;
	padding-right: 70px;
}
.content-nav li:hover .content-nav-media{
	opacity:0.5;
}
.content-nav li:hover .content-nav-media .bg{
	transform: scale(1.3);
}
.content-nav li a.ln i , .content-nav li a.rn i  , .content-nav-media , .content-nav-media .bg , .closedet_style:before , .cn_all  {
    transition: all 300ms linear;
}
.content-nav li a.ln:hover i ,  .content-nav li a.rn:hover i  {
	transform: rotateX(360deg);
}
.content-nav li a span {
	font-size:14px;
	text-transform:uppercase;
	font-weight:800;
	font-family: 'Orbitron', sans-serif;
}
.content-nav li a.ln span {
	padding-left:25px;
}
.content-nav li a.rn span  {
	padding-right:25px;
}
.content-nav-media {
	position:absolute;
	top:0;
	left:-70px;
	right:-70px;
	bottom:0;
	overflow:hidden;
	opacity:0;
	z-index:1;
}
.content-nav-media .bg {
	transform: scale(1.0);
}
.share-wrapper {
	position: fixed;
 	display: none;
	z-index: 15;
}
.share-container {
	position: absolute;
	width: 350px;
	height: 350px;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%) scale(0.8);
	z-index: 2;
	transition: all 300ms linear;
	opacity: 0;
	visibility: hidden;
}
.visshcon {
	opacity: 1;
	visibility: visible;
	transform: translateX(-50%) translateY(-50%) scale(1.0);
}
.share-container:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 50%;
	z-index: 1;
    box-shadow: 0px 0px 0px 46px rgb(255 255 255 / 5%);
	animation: sharedec_rotate 5s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
    border: 2px dotted rgba(255,255,255,.3);
}
@keyframes sharedec_rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
@keyframes sharedec_rotate2 {
  from {
    transform: rotate(-360deg);
  }
  to {
    transform: rotate(0);
  }
}
.share-text {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 150px;
	height: 150px;
	margin: -75px 0 0 -75px;
	z-index: 10;
	text-transform: uppercase; 
	font-family: 'Orbitron', sans-serif;
	letter-spacing: 3px;
	animation: share-textrotate 7s linear infinite;
}
.share-text  svg {
  	fill:#fff;
  	height: auto;
  	max-width: 150px;
  	transform-origin: center;
  	width: 150px;
}
.close-share-btn {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 30px;
	height: 30px;
	line-height: 30px;
	margin: -15px  0 0 -15px;
	border-radius: 50%;
	cursor: pointer;
	z-index: 11;
	font-size: 18px;
	box-shadow: 0px 0px 0px 16px rgb(255 255 255 / 5%);
}
.close-share-btn:hover {
	color: #fff;
}
@keyframes share-textrotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.share-icon {
	width: 60px;
	height: 60px;
	line-height: 60px;
	position: absolute;
	z-index: 5;
	border-radius: 50%;
	transition: all 300ms linear;
}
.share-icon:hover {
	transform: scale(1.5);
}
.share-icon:before {
	font-family: Font Awesome\ 5 Brands;
} 
.share-icon-facebook:before  {
    content: "\f39e";
}
.share-icon-linkedin:before {
     content: "\f0e1";
}
.share-icon-pinterest:before {
    content: "\f231";
}
.share-container .share-icon:nth-child(3) {
	top:50%;
	left: -30px;
	margin-top: -30px;
}
.share-container .share-icon:nth-child(4) {
	top:-30px;
	left: 50%;
	margin-left: -30px;
}
.share-container .share-icon:nth-child(5) {
	bottom:-30px;
	left: 50%;
	margin-left: -30px;
}
.share-container .share-icon:nth-child(6) {
	top:50%;
	right: -30px;
	margin-top: -30px;
}
.hcw_sin {
	padding-top: 0;
} 
.hidden_wrap_btn {
	position: absolute;
	left: 140px;
	width: 20px;
	height: 20px;
	top: 50%;
	margin-top: -10px;
	cursor: pointer;
	display: none;
}
.hidden_wrap_btn:before , .hidden_wrap_btn:after {
	content: '';
	position: absolute;
	width: 2px;
	top: 5px;
	bottom: 5px;
}
.hidden_wrap_btn span {
	position: absolute;
	left: 50%;
	top: 0;
	bottom: 0;
	width: 2px;
	background: #fff;
	margin: 0 0 0 -1px;
}
.hidden_wrap_btn:before {
	left: 0;
}
.hidden_wrap_btn:after {
	right: 0;
}
.hid-sec_t , .hm-ms .scroller  {
	display: none
}
.hid-sec_t2  {
	margin-top: 120px;
}
.lg-actions .lg-next, .lg-actions .lg-prev {
	border-radius: 50%;
    box-shadow: 0px 0px 0px 16px rgb(255 255 255 / 5%);
	color:#000;
}
/* ------responsive------------------------------------------------------------ */
@media only screen and  (min-width: 1921px) {
.page-scroll-nav li a {
	padding: 0 50px;
}
.container {
    width: min(100% - 25px, 1190px);
}
.half-carousel-item {
    height: 550px;
}	
}
@media only screen and  (max-width: 1500px) {
.fixed-inline-filter .gallery-filters {
 
    margin: 44px 0 0 30px;
}
.half-carousel-item {
    height: 400px;
}
}
@media only screen and  (max-width: 1368px) {
.main-header , .column-wrap , .scroll-nav-container , .contacts_container , .map-wrapper  , .aside-title  , .hero-showcase-wrap , .hero-showcase , .gallery-items  {
    width:100%;
}
.hero-slider-controls-wrap , 	.hero-video_single {
    width: 450px;
    top: 100px;
}
.hero-slider_buttons-wrap {
    top: 500px;
 	width: 450px;
}
.fixed-column-image-wrap , .play-pause_slider , .fixed-filters:before , .mousey i {
	display: none
}
.main-footer , .nav-container {
    right: 0;
}
.hero-slider-pag {
    right: 55px;
}
.fs-slider_align_title {
    margin-left: 30px;
	width: calc(100% - 490px)
}
.hcpw2 {
	bottom: 100px;
}
.contacts_container , .map-wrapper  , .aside-title  , .hero-showcase-wrap , .hero-showcase {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
	float: left;
}
.contacts_container {
	margin-top: 100px;
}
.map-wrapper {
	height: 600px;
}
.fixed-inline-filter_counter   {
    width: 140px;
}
.fixed-filters_title {
	cursor: pointer;
}
.projects-list-container {
    padding: 0 60px 60px;
}
.projects-list_item:before {
    top: auto;
	bottom: 0
}
.aside-title {
    height: auto;
    padding: 0 50px 50px  50px;
	margin-top: 100px;
}
.fixed-filters {
    position: fixed;
    bottom: 0;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    z-index: 100;
    height: 100px;
}
.gallery-items-fs {
    padding: 0 0 100px;
}
.hero-showcase {
    height: auto;
    perspective: 0;
    padding: 0 0 100px 0;
}
.gallery-items {
    padding: 0;
}
.hero-showcase .gallery-item {
    width: 33.333%;
	padding: 2px;
}
.hm-ms .scroller , .hid-sec_t {
	display: block;
}
}
@media only screen and  (max-width: 1068px) {
.order-wrap , .hidden_wrap_btn {
    display:block;
}
 .order-wrap  ,  .order-wrap .btn , .main-footer , .policy-box , .footer-social , .project-details , .page-scroll-nav li , .fixed-inline-filter .gallery-filters a  , .fixed-filters .gallery-filters a  {
    width: 100%;
	float: left;
}
.main-footer {
   position: relative;
}
.order-wrap {
    padding: 30px 40px;
}	
.order-wrap .btn {
    padding: 0 40px;
	margin-top: 30px;
}
.order-wrap .btn  span{
    float: left;
}
.order-wrap .btn  span:before {
    top: 12px;
}
.height-emulator , .footer-dec , .pr_btn , .social-container , .hero-slider-controls-wrap , .page-scroll-nav_wrap , .hero-video_single  , .hcpw2 , .fixed-inline-filter .gallery-filters , .fixed-filters .gallery-filters , .fixed-filters .gallery-filters a.gallery-filter-active:before   {
	display: none;
}
.policy-box {
    margin-bottom: 20px;
}
.footer-social li {
    float: none;
    margin:0  10px;
	display: inline-block;
}
.page-scroll-nav_wrap , .fixed-inline-filter .gallery-filters , .fixed-filters .gallery-filters {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 100%;
	padding: 50px 40px;
	background: #1e1e1e;
}
.fixed-inline-filter .gallery-filters , .fixed-filters .gallery-filters {
	margin: 0;
	background: #111;
}
.fixed-filters .gallery-filters {
    line-height: 1;
	height: auto;
}
.fixed-inline-filter .gallery-filters a  , .fixed-filters .gallery-filters a {
	margin: 12px 0;
}
.section-counter {
    width: 140px;
}
.fs-slider_align_title , .fs-slider_align_title.fsat_single {
    margin-left: 0;
	padding: 0 90px;
	width:100%
}
.hero-slider_buttons-wrap {
    top: auto;
    width: 280px;
	bottom: 100px;
}
.hero-slider-pag {
    bottom: 50%;
	transform: translateY(50%);
	right: 30px;
}
.footer-inner {
    padding: 117px 20px;
}
.carousel-btn_control-next , .multi-slideshow_1 {
    right: 0;
}
.carousel-btn_control-prev , .multi-slideshow_1 , .multi-slideshow_2{
    left: 0;
}
.multi-slideshow_1 {
    bottom: 50%;
}
.multi-slideshow_2 {
    top: 50%;
}
.pr_details {
    display: block;
}
.pr_details .pr_details_item:first-child {
    padding-right: 0;
}
.project-details {
	margin:20px 0; 
}
.gallery-items.three_columns .gallery-item , .gallery-items.three_columns .gallery-item.gallery-item-second {
	width: 50%
}
.grid-det_link {
    font-size: 2.2vw;
}
.fixed-filters_title:before {
	font-family: Font Awesome\ 5 Pro;
	content: '\f0d8';
	position: absolute;
	right: -50px;
	top: 50px;
	transform: translateY(-50%);
	font-size: 18px;
	font-weight: 900;
}
.hero-showcase .gallery-item {
    width: 50%;
}
.contact-form-container {
    top: 120px;
}
}
@media only screen and  (max-width: 768px) {
.about_row {
    display: block;
}
.dec_cirlce , .blog-filter-wrap:before , .content-nav li a.ln strong, .content-nav li a.rn strong {
	display: none;
}
.block_text , .block_img , .half-bg  {
    padding: 0;
	float: left;
}
.block_img    {
    margin-top: 30px;
}
.about-img-hotifer {
	right: 30px;	
}
.half-bg {
    position: relative;
	padding: 120px 0;
}
.half-bg-container {
    width: 100%;
    padding: 90px 60px;
}
.half-bg_title {
    text-align: center;
}
.half-bg_title:before {
    left: 50%;
	transform: translateX(-50%) rotate(90deg);
}
.list-item-header , .list-item-details , .piechart-holder , .list-item_content_wrap , .piechart-item , .post-item , .pr-tags , .contact-details li , .cen-slider-pagination_wrap , .img_details , .act-cf , .block_text , .block_img , .half-bg  , .hs_counter , .team-container .team-item:nth-child(even) .team-header , .team-container  .team-header , .team-item , .team-container .team-item:nth-child(even) , .nav-container , .blog-filter-wrap , .blog-filter-wrap_item {
    width: 100%;
}
.img_details {
    display: block;
 	float: left;
    margin: 20px 0;
}
.hs_counter {
    float: none;
	top: 10px;
}
.list-item_content_wrap {
    padding: 20px 0 0 0;
}
.list-item-details {
	margin-top: 20px;
	padding-left: 0;
}
.list-item_content_wrap h4 {
    padding-bottom: 20px;
}
.text-row {
    margin-bottom: 40px;
}
.text-column_title {
    padding: 0 0 30px 0;
}
.cards-row , .text-row {
    display: block;
}
.card-item {
    margin-bottom: 30px;
}
.team-container .team-item:nth-child(even) .team-header , .team-container  .team-header  {
  	position: absolute;
	left: 0;
	bottom: 0;
}
.team-item , .team-container .team-item:nth-child(even) {
    padding: 0 0 100px 0;
    margin:  0;
}
.team-container .team-item:nth-child(even) .team-header:before {
    content: "\f325";
}
.tc-button {
	top: auto;
	margin-top: 0;
	bottom: 22px;
}
.nav-container {
    right: 0;
}
.fs-slider_align_title h2 {
    font-size:3.0em;
    line-height: 48px;
	padding-bottom: 10px;
}
.fs-slider_align_title  , .nav-button-wrap , .blog-filter-wrap_item {
    padding: 0 30px;
}
.act-cf{
    padding: 20px 0;
}
.hero_num {
    font-size: 15px;
    padding-bottom: 30px;
}
.hero_num .total_s {
    font-size: 15px;
    top: 0;
}
.half-hero-wrap_link {
    margin-top: 10px;
}
.grid-carousel-title {
    top: 50%;
    margin-top: 0;
	transform: translateY(-50%);
	padding: 0 90px;
}
.grid-carousel-title h3 {
    font-size: 34px;
    line-height: 40px;
}
.grid-carousel-title:before {
    width: 250px;
    height: 250px;
    margin: -145px 0 0 -125px;
}
.post-items .post-item:nth-child(odd) , .post-items .post-item , .post-items .post-item:nth-child(even) {
    padding: 0;
}
.pagination a {
    width: 50px;
    height:50px;
    line-height: 50px;
}
.blog-btn {
    width: 180px;
}
.blog-filters {
    padding-right: 180px;
}
.post-opt.single_po {
    float: left;
    margin-top: 20px;
}
.content-nav li a.ln {
    padding-left: 30px;
}
.content-nav li a.rn {
    padding-right: 30px;
}
.content-nav li a.ln, .content-nav li a.rn {
    font-size: 10px;
}
.center-carousel, .center-carousel img {
    height: 350px;
}
.center-carousel-wrap {
    padding: 0;
}
.gallery-fw_wrap {
    z-index: 50;
    padding: 30px 15px 50px;
}
.ccsw-next {
    right: 0;
}
.ccsw-prev {
    left: 0;
}
.fsc {
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 50%;
    margin-top: -80px;
}
.projects-list-container {
    padding: 30px 30px 60px;
}
.projects-list_item h3 {
    width: calc(100% - 70px);
    padding-left: 30px;
    font-size: 4.5vw;
}
.projects-list_category {
    position: absolute;
    left: 30px;
}
.projects-list_item h3 span {
    font-size: 0.7em;
}
.map-wrapper {
    height: 350px;
}
.leaflet-left {
    top: auto;
    transform: translateY(0);
	bottom: 0;
}
.leaflet-right {
    right: 70px;
}
}
@media only screen and  (max-width: 640px) {
.nav-container {
    padding-bottom: 50px;
}
.about-img-hotifer , .section-number , .menu-button-text , .nav-container_vis:after , .nav_arrow , .nav-container:before , .nav-title  , .fpc_btn , .hero-carousel_pagination_wrap {
	display: none;
}
.inline-facts-wrap , .team-social , .gallery-items.three_columns .gallery-item  , .gallery-items.three_columns .gallery-item.gallery-item-second , .hero-showcase .gallery-item , .team-skills-container {
    width: 100%;
}
.team-details {
    padding: 30px;
	overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.team-details::-webkit-scrollbar {
  	width: 0px;
}
.team-social {
	margin-bottom: 30px;
}
.team-social , .team-skills-container {
    position: relative;
    left: 0;
    top: 0;
	float: left;
	bottom: auto;
}
.logo-holder {
 	width: 180px;
}
.nav-button-wrap , .share_btn {
    padding: 0;
	width: 60px;
	background: none;
}
.nav-button {
    float: none;
	display: inline-block;
    top: 42px;
}
.share-container {
    position: absolute;
    width: 250px;
    height: 250px;
}
.scroll-nav-container , .scroll-down-container , .section-counter , .hero-slider_buttons-wrap , .hsc , .fwc_dec:before {
	height: 80px;
}
.section-counter , .hsc {
	line-height: 80px;
}
.fixed-filters .scroll-down-container {
	height:100px;	
}
.hero-slider_buttons-wrap , .hero-carousel {
	bottom: 80px;
}
.blog-title-opt li {
    margin: 0 10px 15px 0;
}
.post-title_dec {
    right: 0;
}
.hero-showcase .gallery-item {
    padding: 2px 0;
}	
.post-title h2 ,  .section-title h2 {
    font-size: 26px;
}
.center-carousel, .center-carousel img {
    height: 250px;
}
.fs-img .box-media-zoom {
    width: 50px;
    height: 50px;
    line-height: 50px;
}
.grid-det_link {
    font-size: 3.2vw;
}
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
.bg {
	background-attachment: scroll !important;
	-webkit-background-size:cover;
	background-position:center;
}
}