@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Teko:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


html {
	overflow-x: hidden !important;
	overflow-y: scroll !important;
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	font-weight: 400;
	font-size: 13px;
	height: 100%;
	text-align: center;
	background:#2A2A2E;
	color: #000;
	font-family: 'Roboto', sans-serif;
	
}
@-o-viewport {
	width: device-width;
}
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}
/* ---------Page preload--------------------------------------*/
.loader2 {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	bottom:0;
	overflow:hidden;
	z-index:100;
    background: #2D2D32;
	 -webkit-transform: translate3d(0,0,0);
}
.page-load {
	position:fixed;
	top:90px;
	left:90px;
	right:0;
	bottom:0;
	z-index:19;
	display:none;
	 -webkit-transform: translate3d(0,0,0);
}
.page-load_bg , .page-load_bg2 {
	position:absolute;
	right:100%;
	left:0;
	bottom:0;
	top:0;
 	background: #2D2D32;
	z-index:3;
	overflow:hidden;
}
.page-load_bg2 {
	z-index:2;
	background:#35353A;

}
.loader {
 	display: block;
	height: 32px;
	width: 32px;
	position: absolute;
	left:50%;
	top:75%;
	margin:-36px 0 0 -16px;
	z-index:10;
}

.loader span {
	display: block;
	position: absolute;
	top: 0; left: 0;
	bottom: 0; right: 0;
	margin: auto;
	height: 32px;
	width: 32px;
}
.loader span:before {
	content: "";
	display: block;
	position: absolute;
	top: 0; left: 0;
	bottom: 0; right: 0;
	margin: auto;
	height: 32px;
	width: 32px;
	box-sizing:border-box;
	border: 3px solid  rgba(255,255,255,0.21);
	border-bottom: 3px solid transparent;
	border-radius: 50%;
	-webkit-animation: loader-3-1 1.5s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
	        animation: loader-3-1 1.5s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
}
@-webkit-keyframes loader-3-1 {
	0%   { -webkit-transform: rotate(0deg); }
	40%  { -webkit-transform: rotate(180deg); }
	60%  { -webkit-transform: rotate(180deg); }
	100% { -webkit-transform: rotate(360deg); }
}
@keyframes loader-3-1 {
	0%   { transform: rotate(0deg); }
	40%  { transform: rotate(180deg); }
	60%  { transform: rotate(180deg); }
	100% { transform: rotate(360deg); }
}
.loader span:after {
	content: "";
	position: absolute;
	top: 0; left: 0;
	bottom: 0; right: 0;
	margin: auto;
	width: 6px;
	height: 6px;
	background: #FFF;
	border-radius: 50%;
	-webkit-animation: loader-3-2 1.5s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
	        animation: loader-3-2 1.5s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
}
@-webkit-keyframes loader-3-2 {
	0%   { -webkit-transform: translate3d(0, -32px, 0) scale(0, 2); opacity: 0; }
	50%  { -webkit-transform: translate3d(0, 0, 0) scale(1.25, 1.25); opacity: 1; }
	100% { -webkit-transform: translate3d(0, 8px, 0) scale(0, 0); opacity: 0; }
}
@keyframes loader-3-2 {
	0%   { transform: translate3d(0, -32px, 0) scale(0, 2); opacity: 0; }
	50%  { transform: translate3d(0, 0, 0) scale(1.25, 1.25); opacity: 1; }
	100% { transform: translate3d(0, 8px, 0) scale(0, 0); opacity: 0; }
}

/*--------------General--------------------------------------*/
#main {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.fl-wrap {
	float: left;
	width: 100%;
	position: relative;
}
.content {
	float: left;
	width: 100%;
	position: relative;
	z-index: 5;
}
.container {
	max-width: 1224px;
	width: 92%;
	margin: 0 auto;
	position: relative;
	z-index: 5;
}
.full-height {
	height: 100%;
}
#wrapper {
	position: absolute;
	top: 114px;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
}
.content-holder {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.respimg {
	width: 100%;
	height: auto;
}
.hidden-item {
	overflow:hidden;
}
.bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-size: cover;
	background-attachment: scroll;
	background-position: center;
	background-repeat: repeat;
	background-origin: content-box;
}
.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(45 45 50 / 28%);
	z-index: 3;
}
.dark-bg {
	background:#2A2A2E;
}

/* ------Column------------------------------------------------------------ */
.column-wrap {
	float:left;
	width:60%;
	position:relative;
	min-height: 100vh;
	background: #f1f2f4;
	z-index:1;
}
.column-wrap-container {
	padding:50px 0 20px;
}
.column-wrap-container .container {
	max-width:824px;
}
.column-wrap-media {
	margin-bottom:50px;
}
.column-wrap-media_btn {
	position:absolute;
	bottom:-20px;
	right:50px;
	z-index:2;
	height:50px;
	line-height:50px;
	padding:0 80px 0 40px;
	color:#fff;
	font-size:10px;
	letter-spacing:2px;
	text-transform:uppercase;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.column-wrap-media_btn i {
	position:absolute;
	top:0;
	right:0;
	width:50px;
	height:50px;
	line-height:50px;
	background: #2D2D32;
}
.column-wrap-media_btn:hover {
	padding:0 90px 0 40px;
}
.col-wc_dec {
	position: absolute;
	left:0;
	width:70%;
	height:300px;
	background:#f8f8f8;
	top:0;
	z-index:1;
}
.col-wc_dec.col-wc_dec2 {
	top:inherit;
	left:inherit;
	bottom:0;
	right:0;
	height:250px;
}
.section-separator {
	display: flex;
	margin:0 auto 10px;
	max-width:824px;
	width:92%;
	height:1px;
	position:relative;
	z-index:50;
	background:#eee;
}
.fixed-column-wrap {
    position: absolute;
    top: 0;
	right:0 !important;
	width:40%;
	background:#292929;
	z-index:2;
}
.fixed-column-wrap-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}
.fixed-column-wrap_title {
	position:absolute;
	bottom:120px;
	left:50px;
	right:50px;
	z-index:21;
	text-align: right;
}
.fixed-column-wrap_title h2 {
	color: #fff;
    font-size: 45px;
    font-weight: 900;
    padding-bottom: 20px;
    position: relative;
	text-transform:uppercase;
    line-height: 50px;
	position:relative;
}
.fixed-column-wrap_title h2:before {
	content:'';
	position:absolute;
	right:0;
	top:-40px;
	width:40px;
	height:2px;
}
.fixed-column-wrap_title p {
	color: #ffffff;
	text-align: right;
	max-width:450px;
	float:right;
}
.fixed-column-dec {
	position:absolute;
	top:50px;
	right:50px;
	width:70px;
	height:70px;
	z-index:21;
	border-top:1px solid;
	border-right:1px solid;
	border-color:rgba(255,255,255,0.51);
}
.progress-bar-wrap {
	position:absolute;
	bottom:-90px;
	left:30%;
	right:0;
	height:70px;
	z-index:20;
	background: rgb(12 17 28 / 54%);
	padding:0 30px;
}
.progress-bar-wrap:before {
	content:'';
	position:absolute;
	top:50%;
	left:30px;
	right:30px;
	height:1px;
	background:rgba(255,255,255,0.11);
	z-index:1;
}
.progress-bar-wrap:after {
    content: '';
    position: absolute;
    width: 30%;
    right: 20px;
    top: 15px;
	bottom:15px;
    background: rgba(255, 255, 255, 0.04);
}
.progress-bar {
    position:    relative;
    height: 6px;
    width:       0%;
    z-index:2;
    top:34px;
}

/*------ home------------------------------------------------*/

.ms-container .swiper-slide-active .kenburns .bg , .ms-container .swiper-slide-duplicate-active .kenburns .bg {
  -webkit-transition: all 6.5s linear;
  transition: all 6.5s linear;
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.hero-title {
	z-index:20;
	top:35%;
}
.first-tile_load {
	transform: translateY(50px);
	opacity:0;
}
.hero-canvas-wrap {
	position:absolute;
	left:90px;
	top:90px;
	width:60%;
	bottom:90px;
	z-index:1;
}

/*------porfolio------------------------------------------------*/

.fixed-filter-panel {
	position: fixed;
	left:90px;
	bottom:-70px;
 	background: #2D2D32;
	height:60px;
	z-index:12;
	padding-right:60px;
}
.fixed-filter-panel.fw-panel  {
	right:0;
}
.fixed-filter-panel.fw-panel:before , .fixed-filter-panel.fw-panel:after {
	content:'';
	position:absolute;
}
.fixed-filter-panel.fw-panel:before {
	right:0;
	left:60%;
	top:0;
	height:100%;
	z-index:1;
	background:#2A2A2E;
}
.fixed-filter-panel.fw-panel:after  {
	width:100px;
	right:100px;
	height:1px;
	top:50%;
	z-index:2;
}
.fixed-filter-panel.top_fix-filter {
	position:relative;
	float:left;
	background: #f4f5f7;
	left:2px;
	top:0;
	padding-right:0;
	width:100%;
border-top: 2px solid #fff;}
.fixed-filter-panel .gallery-filters  {
	float:left;
	padding: 2px 0 0 200px;
	height:60px;
	line-height:60px;
}
.fixed-filter-panel .gallery-filters a{
	float:left;
	margin-right:15px;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 12px;
	color: #999;
}
.fixed-filter-panel .gallery-filters a:hover {
	color: #ce9657;
}
.fixed-filter-panel_title {
	position:absolute;
	width:180px;
	height:60px;
	line-height:60px;
	color:#fff;
	left:0;
	top:0;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
}
.folio-counter {
	float:left;
	font-weight: 900;
    font-size: 12px;
    color: #999;
	line-height:60px;
}
.folio-counter div {
	float:left;
	margin-left:10px;
	width:40px;
	text-align:center;
	position:relative;
}
.folio-counter div.all-album:before , .round-counter div.all-album:before {
	content:'';
	position:absolute;
	left:-13px;
	width:15px;
	height:1px;
	top:50%;
}
.round-counter div.all-album:before {
	left:-6px;
	width:12px;
}
.round-counter {
	float:left;
	height:60px;
	line-height:60px;
    color: #999;
	font-size:12px;
	margin-left:20px;
	font-weight: 900;
	overflow:hidden;
	position:relative;
	top:2px;
	z-index:10;
}
.round-counter div {
	float:left;
	width:40px;
	position:relative;
}
.scroll-down-wrap {
	float: left;
	height: 100%;
	position: relative;
	margin-left: 50px;
	top:16px;
	z-index:100;

}
.scroll-down-wrap span {
	float: left;
	margin-left: 20px;
	position: relative;
	top: 8px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 2px;
	color: #8B8B8B;
}
.mousey {
	float: left;
	width: 20px;
	height: 30px;
	border-radius: 4px;
	padding: 0 6px;
	border: 1px solid rgba(255, 255, 255, 0.41);
	box-sizing: border-box;
}
.scroller {
	position: relative;
	left: 50%;
	top: 6px;
	margin-left: -1px;
	width: 2px;
	height: 6px;
	border-radius: 25%;
	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;
	}
}
.scroller2 {
	top:50%;
	margin-top:-3px;
	animation-name: scroll2;
	animation-duration: 2.2s;
	animation-timing-function: cubic-bezier(.15, .41, .69, .94);
	animation-iteration-count: infinite;
}
@keyframes scroll2 {
	0% {
		opacity: 0;
	}
	10% {

		opacity: 1;
	}
	100% {

		opacity: 0;
	}
}
.ff_panel-conainer {
	padding-bottom:60px;
}
.grid-item-holder {
	float: left;
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}
.spad .gallery-item {
	padding: 6px;
}
.min-pad .gallery-item {
	padding: 2px;
}
.hid-port-info .grid-item-holder {
	overflow: hidden;
}
.grid-big-pad .gallery-item {
	padding: 12px;
}
.gallery-item,
.grid-sizer {
	width: 33.3%;
	position: relative;
	float: left;
	overflow: hidden;
}
.gallery-item-second,
.grid-sizer-second {
	width: 66.6%;
}
.four-column .gallery-item {
	width: 25%;
}
.four-column .gallery-item.gallery-item-second   , .two-column .gallery-item{
	width: 50%;
}
.gallery-item img,
.grid-sizer img {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
	background: #292929;
	-webkit-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
	-webkit-transform: translateZ(0);
    transform: translateZ(0);
  	transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
}
.gallery-item:hover img {
	/* opacity: 0.7; */
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}
.grid-det {
	position:absolute;
	left:20px;
	bottom:20px;
	top:20px;
	right:100%;
	z-index:10;
	overflow:hidden;
	background: rgb(22 22 22 / 63%);
}
.grid-item-holder:hover .grid-det  {
	right:20px;
 	-webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.grid-det-item  , .grid-det_category {
	position:absolute;
	bottom:20px;
	left:0;
	width:100%;
	padding:10px 30px;
	z-index:10;
	opacity:0;
	margin-top:-10px;
}
.grid-item-holder:hover  .grid-det-item , .grid-item-holder:hover  .grid-det_category{
	opacity:1;
	margin-top:0;
 	-webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
	transition-delay: 0.4s;
}
.grid-det_link {
	color:#fff;
	display:block;
	text-transform:uppercase;
	font-size: 14px;
	text-align:left;
	position:relative;
	font-weight: 600;
}
.grid-det_link:hover{color: #fff !important;}
.grid-det_link:before {
	content:'';
	position:absolute;
	left:0;
	bottom:-10px;
	width:20px;
	height:1px;
}
.grid-det_link i {
	padding-left: 0;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	font-size: 32px;
	vertical-align: middle;
}
.grid-det_link:hover i {
	padding-left: 10px;
}
.grid-det_category {
	bottom:inherit;
	top:20px;
}
.grid-det_category a {
	float:left;
	margin-right:12px;
	text-transform:uppercase;
	font-size: 14px;
	text-align:left;
	color: #fff !important;
	font-weight: 6000;
}
.grid-det_category a:hover{color: #fff !important;}
/*------Footer------------------------------------------------*/
.height-emulator {
	z-index:1;
}
.main-footer{
	position:fixed;
	bottom:0;
	left: 0;
	right:0;
	z-index:2;
}

/*------responsive------------------------------------------------*/
@media only screen and (max-width: 1224px) {
.option-panel {
	width:50%;
}
.hero-start-link.hero-start-link_mlt {
	width: calc(80% - 100px);
}
.fw-carousel-control_container {
	width:70%;
}
.half-scrollbar {
	width:30%;
}
.four-column .gallery-item {
	width:33.3%;
}
.four-column .gallery-item.gallery-item-second {
	width:66.6%;
}
}
@media only screen and (max-width: 1064px) {
#wrapper {
	left:0;
}
.left-panel , .share-button:before , .share-button:after , .header-contacts , .progress-bar-wrap , .scroll-nav-wrap , .height-emulator  , .flat-project_title_dec , .tabs-counter , .hor-mob-filter:before , .hor-mob-filter:after   {
	display:none;
}
.hor-mob-filter {
	left:0;
}
header.main-header {
	padding-left:30px;
}
.share-button {
	top:0;
	width:90px;
	left:190px;
	height:90px;
    -webkit-transform: translate3d(0,0,0);
}
.share-button span {
	display:inline-table;
	top:30px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.share-button span:before {
	content:'';
	position:absolute;
	left:0;
	right:0;
	bottom:-4px;
	height:1px;
}
.share-wrapper {
    bottom: inherit;
	top:90px;
}
.hero-start-link.hero-start-link_mlt , .fixed-column-wrap , .column-wrap , .fixed-column-wrap-content  , .hero-start-link    , section.hero-section:before  {
	width:100%;
}
.page-load , .share-wrapper  {
	left:0px;
}
.hero-start-link  {
	z-index:50;
    background: #2A2A2E;
}
.hero-bg {
	right:0;
	left:0;
}
section.hero-section:before {
	background: #323236;
}
section.hero-section {
    padding: 100px 0 75px;
}
.multi-slideshow-wrap_1 , .multi-slideshow-wrap_2   {
	bottom:70px;
}
.hero-title {
	top:25%;
}
.fixed-column-wrap , .fixed-column-wrap-content {
	position:relative!important;
	float:left;
	top:0;
	height:auto !important;
}
.fixed-column-wrap-content.map-mobile {
	height:400px !important;
	padding:0;
}
.fixed-column-wrap-content  {
	padding:150px 0 50px;
}
.fixed-column-wrap_title {
    position: relative;
    bottom:0;
    left:0;
    right:0;
    z-index: 21;
    text-align: left;
	margin:0 auto;
    max-width: 824px;
	width:92%;
}
.fixed-column-wrap_title p {
	text-align:left;
	float:left;
}
.fixed-column-wrap_title h2:before{
	right:inherit;
	left:0;
}
.main-footer {
	position:relative !important;
	float:left;
	width:100%;
	left:0;
}
.footer-inner {
    padding: 50px 0 70px;
}
.fc_button  {
	margin-bottom:50px;
}
.subcribe-form {
	margin-top:0;
}
#subscribe {
	max-width:550px;
}
.show-case-slider-wrap ,   .mob-carusel {
	height:400px;
	overflow:hidden;
}
.flat-project_title h2 {
    text-align: left;
    font-size: 32px;
    line-height: 44px;
    padding-right: 0;
}
.tabs-menu {
	margin-top:30px;
}
.gallery-item , .gallery-item.gallery-item-second {
	width:50% !important;
}
.ff_panel-conainer {
	padding-bottom:0;
}
.in-filter_mobpanel {
	float:left;
	width:100%;
	position:relative;
	left:0;
	height:auto;
	padding-right:0;
}
.in-filter_mobpanel  .gallery-filters{
	height:auto;
}
section , section.no-padding-bottom {
	padding-top:40px;
}
.mob-bg {
	display:block;
}
.section-number.right_sn {
	right:0;
	overflow:hidden;
}
.frbg {
	height:100%;
	padding-bottom:80px;
}	
.column-wrap {
	min-height: auto;
}
}
@media only screen and (max-width: 768px) {
.hero-slider-wrap_halftwo {
    left: 0;
	bottom:60px;
}
#portfolio_horizontal_container , .horizontal-grid-wrap    {
	float:left;
	width:100%;
}
.horizontal-grid-wrap  {
	overflow:auto !important;
}
#portfolio_horizontal_container .portfolio_item  , #portfolio_horizontal_container .portfolio_item .grid-item-holder , #portfolio_horizontal_container .portfolio_item .grid-item-holder img {
	width: 100%;
	height: auto !important;
}
.option-panel .slide-progress-container , .hero-start-link:after , .hero-start-link:before  , .half-scrollbar , .content-nav li a.rn span , .content-nav li a.ln span , .inline-filter-panel  .folio-counter {
	display:none;
}
.option-panel .swiper-counter {
	width:inherit;
	margin-left:10px;
}
.half-hero-wrap h1 , .hero-section .section-title h2, .hero-title .section-title h2 {
    font-size: 35px;
	line-height:45px;
}
.half-hero-wrap h4 {
    font-size: 12px;
	max-width:350px
}
.fw-carousel-control_container , .inline-filter_title , .to-top-btn  {
	width:100%;
}
.inline-facts-wrap {
	width:50%;
}
.inline-filter_title {
	margin-right:0;
	margin-bottom:15px;
}
.content-nav {
	padding:0 30px;
}
.content-nav_holder:before {
	width:100%;
	background: #2D2D32;
}
.content-nav li a.ln, .content-nav li a.rn {
    padding: 30px 0;
}
.list-folio_nav {
	top:28px;
}
.hor-mob-filter .gallery-filters{
	position:absolute;
	bottom:60px;
	height:auto !important;
	display:none;
	width:100%;
    background: #35353A;
	left:0;
	padding:35px 30px;
	text-align:left;
}
.hor-mob-filter .gallery-filters a {
	width:100%;
	line-height:35px;
}
.hor-mob-filter  .round-counter {
	margin-left:190px;
}
.start-btn {
	width:140px;
}

}
@media only screen and (max-width: 640px) {
	
.option-panel {
	width:180px;
	padding-left:0;
}
.option-panel .swiper-counter , .rotate_text , header.main-header:before , .nav-button-wrap:before , .in-filter_mobpanel .folio-counter  , .order-wrap:before  , .start-btn  {
	display:none;
}
.half-hero-wrap {
	left:50px;
	top:25%;
	padding-right:50px;
}
.hlaf-slider-pag {
	right:10px;
}
.hero-title {
	top:35%;
}
.fw-carousel-control_container .flat-project_title_link {
    margin-left: 20px;
}
.carousel-title-wrap {
    padding: 40px 20px 30px;
}
.nav-button {
    left: 0;
}
.team-box  {
	width:100%;
	padding:0;
}
.show-case-slider-wrap , .mob-carusel {
	height:300px;
}
.tabs-menu li {
    float: left;
    margin-right: 10px;
    padding: 0 15px 0 0;
}
.gallery-item , .gallery-item.gallery-item-second {
	width:100% !important;
}
.in-filter_mobpanel  .fixed-filter-panel_title {
	width:100%;
	position:relative;
	float:left;
}
.in-filter_mobpanel  .gallery-filters{
	padding-left:10px;
}
.order-wrap {
	margin-top:30px;
}
.order-wrap a {
	float:left;
	margin-top:40px;
}
.nav-scroll-bar-wrap {
	padding:50px 40px 100px 50px;
}
nav.nav-inner {
	margin-top:50px;
}
.lang-links  {
	margin-top:90px;
}
.cont-det-wrap {
    padding: 50px 50px;
    position: relative;
	float:left;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 2;
}
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	.bg {
		background-attachment: scroll !important;
		-webkit-background-size: cover;
		background-position: center;
	}
}

.header{background: #fff !important;}
.header__container{padding-bottom: 0 !important;}
.header_is_fixed .header__container{/* padding-top: 31px !important; */}
.header_is_fixed .header__container{top:0  !important;transform: translateY(0) !important;}
.header_fixed .header__container {
    /* transform: translateY(0%); */
    position: fixed;
    background: #fff;
    top: 0 !important;
}

@media only screen and (max-width: 640px) {
	#wrapper{top: 67px;}
	.header_is_fixed .header__container,.header__container{padding-top: 15px !important;}
}

.grid-det_link i{color: #fff !important;}

.dark-bg .color-bg{background: #404040;}