#header {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    padding: 15px 0;
    transition: padding-top .2s linear, padding-bottom .2s linear;
    z-index: 15;
}

#header.changed {
    box-shadow: 0px 0px 12px 1px rgb(0 0 0 / 9%);
	background-color: #1c1c1c;
}

#header .header-contain {
	padding: 0;
}

#header .logo {
	padding: 0;
}

#header .logo img {
	width: auto;
	height: 66px;
}

#header .language-widget {
	min-width: 66px;
    padding-top: 0;
    margin-left: 15px;
}

#header .language-widget li {
	padding: 2px;
	background-color: #fff;
	border-radius: 100%;
}

#header .language-widget li,
#header .language-widget .language-flag::before {
	margin: 0;
}

#header .language-widget li {
	margin-right: 10px;
}

#header .language-widget li:last-child {
	margin-right: 0;
}

#header .navigation {
	float: right;
	text-align: right;
}

#header .navigation > li > a {
	color: #ffffff;
	font-size: 17px;
	font-weight: 400;
	text-shadow: none;
	margin: 0;
	padding: 15px;
}

#header .navigation > li:last-child > a {
	margin-right: 0;
}

#header .navigation > li:hover > a,
#header .navigation > li:hover > a:after {
	color: #ffffff !important;
}

#header .navigation > li.deactive-menu-item:not(.navigation-button) > a {
	opacity: .4;
}

#header .navigation > li.navigation-button {
	padding-left: 12px;
}

#header .navigation > li.navigation-button > a {
	height: auto;
	line-height: inherit;
	padding: 10px;
	color: #fff;
    background: #ffb909;
    border: 1px solid transparent;
	border-radius: 1.25rem;
	font-size: 14px;
	font-weight: 500;
}

#header .navigation li.dropdown-menu-item.dropdown-menu-first-item:not(.no-arrow) > a::after,
#header .navigation li.dropdown-menu-item:not(.dropdown-menu-first-item):not(.no-arrow) > a::after {
	color: #ffffff;
}

#header .navigation li.dropdown-menu-item.dropdown-menu-first-item > .sub-menu {
	left: auto;
	right: 4px;
	margin: 0;
	min-width: 280px;
	box-shadow: 0 13px 20px rgb(0 0 0 / 24%), 0 0 10px rgb(0 0 0 / 12%);
	background-color: #ffffff;
}

#header .navigation li.dropdown-menu-item > .sub-menu:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ffffff;
    position: absolute;
    top: -7px;
    right: 12px;
    left: auto;
}

#header .navigation li.dropdown-menu-item .sub-menu li a {
	color: #383838;
	font-size: 14px;
}

#header .navigation li.dropdown-menu-item .sub-menu li a:hover {
	color: #383838 !important;
}

#header .search-icon {
	color: #ffffff;
	font-size: 24px;
	margin: 0 0 0 30px;
	cursor: pointer;
}

/* Intro */
.intro {
    width: 100%;
    height: calc(100vh);
    position: relative;
	overflow: hidden;
    text-align: center;
    color: #ffffff;
	background-color: rgb(18, 19, 21);
}

.intro .owl-stage-outer {
	overflow: visible !important;
}

.intro-dots-items {
	width: 100%;
    position: absolute;
    bottom: 90px;
    z-index: 3;
}

@media screen and (max-width: 840px) {
	.intro-dots-items {
	    bottom: 60px;
	}
}

.intro-dots button:not(:last-child) {
    margin-right: 20px;
}

.intro-dots button {
    position: relative;
    overflow: hidden;
    width: 70px;
    height: 5px;
    border: none;
    background-color: rgba(255, 255, 255, 0.3);
}

.intro-dots button span {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
}

.intro-dots button.active span {
    left: 0;
}

.intro-slide,
.intro-slide .owl-stage-outer,
.intro-slide .owl-stage,
.intro-slide .owl-item {
	height: 100%;
}

.intro-slide-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.intro-slide-item:not(.intro-slide-item-video):before {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 10;
}

.intro-slide-item-video video {
	width: 100%;
    height: 100%;
}

.intro-slide-item-video::before {
	width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 10;
}

.intro-slide-item > * {
    z-index: 11;
}

.intro-slide-item-title h1 {
    margin: 0 auto;
	max-width: 90%;
    font-size: calc(1rem + 3vh + 2vw);
}

.intro-slide-item-sub-title {
    font-size: 22px;
	font-weight: 300;
    line-height: 34px;
	margin: 0 0 15px;
}

/* Intro Inside */
.intro.intro-inside {
	height: 500px;
	background-color: #ffb909;
	background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: cover;
}

@media screen and (max-width: 640px) {
	.intro.intro-inside {
		height: 300px;
	}
}

.intro.intro-inside:before {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 10;
}

.intro.intro-inside > * {
	position: relative;
	z-index: 12;
}

.intro-inside h1 {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	margin: 0;
	padding: 75px 15px 0 15px;
}

.intro-waves {
	background-color: #ffb909;
    position: relative;
}

.intro-waves > svg {
    width: 100%;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    vertical-align: text-bottom;
}

/* Content */
#content {
	margin: 50px 0;
	min-height: 200px;
}

.entry-heading {
	position: relative;
}

.entry-heading h1 {
	position: relative;
	z-index: 1;
    font-size: 72px;
}

.entry-heading p {
    font-size: 42px;
	margin-top: -25px;
    margin-left: 30px;
	position: relative;
	z-index: 1;
}

.entry-heading span {
	position: absolute;
    left: 0;
    top: 20px;
    font-weight: 600;
    font-size: 160px;
    color: #f3f3f3;
    z-index: 0;
}

.section-work-history {
	position: relative;
	background: url(../images/work-history.jpg) no-repeat center;
	background-size: cover;
	background-attachment: fixed;
	color: #ffffff;
}

.section-work-history:before {
	width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 0;
}

.section-work-history h1 {
	font-size: 130px;
	margin-top: -20px;
}

.section-work-history p {
	font-size: 1.6rem !important;
    font-weight: 500 !important;
}

.section-work-history-list-item {
	font-size: 24px;
	margin-bottom: 30px;
}

.section-work-history-list-item:last-child {
	margin-bottom: 0;
}

.section-work-history-list-item span {
	font-size: 60px;
	font-weight: 500;
    margin-right: 10px;
    text-align: left;
}

.single-reference {
	position: relative;
}

.single-service-number {
    font-size: 65px;
    color: #e7e3e3;
    position: absolute;
    top: -46px;
    right: 20px;
    z-index: 99;
}

.single-service-image {
	position: relative;
    overflow: hidden;
}

.single-service-image img {
	width: 100%;
}

.single-service-overlay {
    position: absolute;
    background: rgba(0, 0, 0, 0.35);
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.single-service:hover .single-service-overlay {
    opacity: 1;
    visibility: visible;
}

.single-service-overlay > div {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
}

.single-service-overlay > div > div {
    display: table-cell;
    vertical-align: middle;
}

.single-service-overlay > div > div h4 a {
	opacity: 0;
    visibility: hidden;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
	font-size: 31px;
    font-weight: 600;
    display: block;
    color: #fff;
    margin-bottom: 60px;
    -webkit-transform: translate3D(0,-200px,0);
    -moz-transform: translate3D(0,-200px,0);
    -ms-transform: translate3D(0,-200px,0);
    -o-transform: translate3D(0,-200px,0);
    transform: translate3D(0,-200px,0);
}

.single-service:hover .single-service-overlay > div > div h4 a {
	opacity: 1;
    visibility: visible;
    -webkit-transform: translate3D(0,0,0);
    -moz-transform: translate3D(0,0,0);
    -ms-transform: translate3D(0,0,0);
    -o-transform: translate3D(0,0,0);
    transform: translate3D(0,0,0);
}

.single-service-overlay > div > div > a {
    opacity: 0;
    visibility: hidden;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
	position: absolute;
    width: 36px;
    height: 36px;
	left: 50%;
	bottom: 30%;
    margin: 0 auto 0 -18px;
    -webkit-transform: translate3D(0,200px,0);
    -moz-transform: translate3D(0,200px,0);
    -ms-transform: translate3D(0,200px,0);
    -o-transform: translate3D(0,200px,0);
    transform: translate3D(0,200px,0);
}

@media screen and (min-width: 900px) {
	.single-service-overlay > div > div > a {
		bottom: 35%;
	}
}

.single-service:hover .single-service-overlay > div > div > a {
	opacity: 1;
    visibility: visible;
    -webkit-transform: translate3D(0,0,0);
    -moz-transform: translate3D(0,0,0);
    -ms-transform: translate3D(0,0,0);
    -o-transform: translate3D(0,0,0);
    transform: translate3D(0,0,0);
}

.single-service-overlay > div > div > a:before {
    content: '';
    background: #fff;
    position: absolute;
	width: 36px;
    height: 1px;
    top: 50%;
    left: 50%;
    margin-left: -18px;
}

.single-service-overlay > div > div > a:after {
    content: '';
    background: #fff;
    position: absolute;
	height: 36px;
    width: 1px;
    top: 0;
    left: 50%;
}

.single-service-label {
	text-align: center;
	display: inline-block;
    position: relative;
    margin-right: 8px;
    margin-top: 17px;
}

.single-service-label:before {
	content: '';
    width: 34px;
    height: 1px;
    background: #1d1d1d;
    position: absolute;
    top: 47%;
    left: 0;
}

.single-service-label a {
    font-size: 16px;
    color: #777777;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-left: 45px;
}

.custom-banner {
	position: relative;
}

.custom-banner:hover .custom-banner-img::before {
	-webkit-animation: shine 1.5s;
	animation: shine 1.5s;
}

.custom-banner:hover .custom-banner-img img {
	transform: scale(1.1);
}

.custom-banner .custom-banner-img {
	position: relative;
	overflow: hidden;
}

.custom-banner .custom-banner-img::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: "";
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,.5) 100%);
	background: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.5) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}

.custom-banner .custom-banner-img img {
	transition: all 0.4s ease-in-out;
}

.custom-banner .custom-banner-text {
	position: absolute;
	left: 50%;
	bottom: 4.6rem;
	width: 86%;
	margin-left: -43%;
	padding: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2rem;
	font-weight: 600;
	color: #fff;
	background-color: rgba(0,0,0,.7);
	line-height: 4.6rem;
	letter-spacing: 4.2px;
}

@media (max-width:991px) {
	.custom-banner .custom-banner-text {
		font-size: 1.8rem;
		line-height: 2.2rem;
		bottom: 1.5rem;
	}
}

@keyframes stroke {
	100% {
		stroke-dashoffset: 0;
	}
}

@keyframes scale {
	0%,100% {
		transform: none;
	}

	50% {
		transform: scale3d(1.1,1.1,1);
	}
}

@keyframes fill {
	100% {
		box-shadow: inset 0 0 0 30px #de1ba1;
	}
}

@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}

@keyframes shine {
	100% {
		left: 125%;
	}
}

/* Showcase */
.showcase {
	margin: 0 0 20px;
    border: solid 4px #f1f1f1 !important;
    -webkit-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

.showcase:hover {
	border-color: #ffb909 !important;
}

.showcase .showcase-top {
    width: 100%;
    position: relative;
    display: inline-block;
    text-align: center;
}

.showcase .showcase-top img {
	width: calc(85%);
    height: 240px;
	margin: 15px 0 0;
    object-fit: contain;
}

@media screen and (max-width: 640px) {
	.showcase .showcase-top img {
		height: 180px;
	}
}

.showcase .showcase-bottom {
    padding: 0 20px 20px 20px;
}

.showcase .showcase-title a {
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.3;
    letter-spacing: normal;
    text-align: left;
    color: #383838;
    height: 65px;
    overflow: hidden;
    margin: 15px 0 0;
    display: inline-block;
}

.showcase .showcase-title .showcase-title-line {
	position: relative;
    background-color: #ffb909;
    width: 40px!important;
    height: 2px!important;
    display: block;
    margin: 20px 0 0;
}

.showcase .showcase-bottom-meta {
    padding: 15px 0 0;
}

.showcase .showcase-bottom-meta h3 {
	font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.18;
    letter-spacing: normal;
    text-align: left;
    height: 55px;
    overflow: hidden;
}

.showcase .showcase-bottom-view {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    color: #383838;
}

.product {
	padding: 30px 0 0;
}

.product-image img {
	border-radius: .25rem;
}

/* Media */
.media .media-top {
    width: 100%;
    position: relative;
    display: inline-block;
    text-align: center;
}

.media .media-top img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}

@media screen and (max-width: 640px) {
	.media .media-top img {
		height: 180px;
	}
}

.media .media-title a {
	color: #383838;
}

.media .media-date {
	font-size: 12px;
	margin: 0 0 15px;
}

/* Gallery */
.gallery .gallery-top {
    width: 100%;
    position: relative;
    display: inline-block;
    text-align: center;
}

.gallery .gallery-top img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}

@media screen and (max-width: 640px) {
	.gallery .gallery-top img {
		height: 180px;
	}
}

.gallery .gallery-title a {
	color: #383838;
}

/* Pagination */
.pagination ul li a {
	border-radius: 100%;
}

/* newsletter */
#newsletter {
	background-color: #ffffff;
	background-repeat: repeat-x;
    background-position: 0 0;
}

/* Footer */
#footer {
	padding: 40px 0;
	background-color: #EDEDED;
}

#footer h3 {
	font-size: 28px;
	font-weight: 600;
}

#footer .menu li {
	margin-bottom: 15px;
}

#footer .menu li:last-child {
	margin-bottom: 0;
}

#footer .menu a {
	color: #707070;
	font-size: 16px;
	font-weight: 300;
}

#footer .menu a:hover {
	color: #ffb909;
}

/*
#footer .menu li a::before {
    content: '\EA54';
    font-family: 'Icon';
    margin-right: 5px;
}
*/

#footer .menu .sub-menu {
	margin-top: 10px;
	margin-left: 15px;
}

#footer .social-icons {
	font-size: 1.7rem;
	margin-left: -5px;
	margin-bottom: 10px;
}

#footer .social-icons a {
	margin: 0 15px 0 0;
}

#footer .social-icons a:last-child {
	margin-right: 0;
}

/* Carousel Styles */
.carousel {
    margin: 0 0 30px;
}

.carousel[data-carousel-centered] .owl-stage-outer {
    overflow: visible !important;
}

.carousel-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.carousel-navigation button {
    padding: 0;
    border: none;
    background-color: transparent;
    cursor: pointer;
    -webkit-transition: 400ms opacity;
    transition: 400ms opacity;
}

.carousel-navigation button:not(:last-child) {
    margin-right: 20px;
}

.carousel-navigation button.disabled {
    cursor: not-allowed;
    opacity: 0.3;
}

.carousel-dots {
	width: 100%;
	text-align: center;
}

.carousel-dots button:not(:last-child) {
    margin-right: 12px;
}

.carousel-dots button {
    position: relative;
    overflow: hidden;
    width: 25px;
    height: 8px;
    border: none;
	opacity: .6;
    background-color: #ffb909;
    transition: all 0.2s ease-out 0s;
}

.carousel-dots button.active {
	opacity: 1;
	width: 35px;
    background-color: #ffb909;
}

/* Copyright */
#copyright {
    color: #fff;
    padding: 20px 0;
    background-color: #383838;
}

#copyright .social-icons {
    float: right;
}

#copyright .social-icons > * {
    display: inline-block;
    vertical-align: middle;
}

#copyright .social-icons > a,
#copyright .social-icons > span {
    margin: 0 6px 0 0;
}

#copyright .social-icons > a > i {
    color: #fff;
    font-size: 26px;
	-webkit-transition: .1s linear;
    -moz-transition: .1s linear;
    -o-transition: .1s linear;
    transition: .1s linear;
}

#copyright .social-icons > a:hover > i {
    opacity: .8;
}
