﻿/*

@Author: Themezinho
@URL: http://www.themezinho.net
 
This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
theme.


	// Table of contents //

		01. GOOGLE FONTS
		02. BODY
		03. HTML TAGS
		04. CUSTOM TAGS
		05. SECTIONS
		06. CONTENT
		07. ODOMETER
		08. EQUALIZER
		09. REVEAL EFFECT
		10. PAGE TRANSITION
		11. PRELOADER
		12. PAGE LOADED
		13. TEXT ROTATER
		14. PERSPECTIVE 
		15. SOCIAL BAR
		16. HEADER
		17. DROPDOWN
		18. SLIDER
		19. SLIDER FRACTION
		20. SLIDER BUTTONS
		21. SLIDER CONTENT
		22. SLIDER LINKS
		23. INT HERO
		24. ABOUT STUDIO
		25. works-1
		26. works-1 FILTER
		27. works-1 FIGURE
		28. ICON FEATURES
		29. TEAM MEMBERS
		30. CLIENTS
		31. SIDE IMAGE CONTENT
		32. AWARDS
		33. JOURNAL
		34. CONTACT
		35. FOOTER
		36. SCROLL DOWN
		37. RESPONSIVE MEDIUM FIXES
		38. RESPONSIVE TABLET FIXES
		39. RESPONSIVE MOBILE FIXES

	

*/





/* GOOGLE FONTS */
/* @import url('https://fonts.googleapis.com/css?family=Playfair+Display|Fjalla+One|Poppins:300,400,500,600,700,900&subset=latin-ext'); */


/* BODY */
* {
	outline: none !important
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	color: #131314;
	background: #131314;
}

body {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	-webkit-overflow-scrolling: touch
}

body {
	height: 100%;
}

html {
	height: 100%;
}



/* HTML TAGS */
a {
	-webkit-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

img {
	max-width: 100%;
}

strong {
	font-weight: 700;
}

b {
	font-weight: 700;
}



/* CUSTOM TAGS */
.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

.overflow-hidden {
	overflow: hidden;
}



/* SECTIONS */
main {
	width: 100%;
	float: left;
	position: relative;
	z-index: 2;
}

section {
	position: relative;
}

aside {
	position: relative;
}

footer {
	position: relative;
}



/* CONTENT */
.content {
	width: calc(100% - 120px);
	float: left;
	background: #fff;
	margin: 0 60px;
}




/* ODOMETER */
.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-car .odometer-digit {
	padding: 0;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-car .odometer-digit .odometer-digit-inner {
	left: 0;
}




/* EQUALIZER */
.equalizer {
	width: 18px;
	height: 20px;
	cursor: pointer;
	position: relative;
}

.equalizer span {
	background: #fff;
	width: 3px;
	height: 0px;
	bottom: 0;
	left: 0%;
	display: block;
	position: absolute;
	-webkit-transition: height 0.2s linear;
	transition: height 0.2s linear;
	-webkit-box-shadow: 1px 1px 15px #000, 1px 1px 15px #000, 1px 1px 15px #000;
	box-shadow: 1px 1px 15px #000, 1px 1px 15px #000, 1px 1px 15px #000;
}

.equalizer span:nth-child(1) {
	margin-left: 5px;
}

.equalizer span:nth-child(2) {
	margin-left: 10px;
}

.equalizer span:nth-child(4) {
	margin-left: 15px;
}

.equalizer span:nth-child(5) {
	margin-left: 20px;
}

.equalizer.paused span {
	height: 3px !important;
}




/* REVEAL EFFECT */
.reveal-effect {
	float: left;
	overflow: hidden;
	position: relative;
}

.reveal-effect>img {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-timing-function: cubic-bezier(.785, .135, .15, .86);
	animation-timing-function: cubic-bezier(.785, .135, .15, .86);
	position: relative;
}

.reveal-effect>img {
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.reveal-effect {
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}

.reveal-effect {
	-webkit-transition-duration: 1.2s;
	transition-duration: 1.2s;
	-webkit-transition-timing-function: cubic-bezier(.25, .1, .25, 1);
	transition-timing-function: cubic-bezier(.25, .1, .25, 1);
}

.reveal-effect.animated {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

.reveal-effect.animated img {
	-webkit-animation-name: show-img-1;
	animation-name: show-img-1;
}

.reveal-effect:after {
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-timing-function: cubic-bezier(.785, .135, .15, .86);
	animation-timing-function: cubic-bezier(.785, .135, .15, .86);
}

.reveal-effect:after {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.reveal-effect:after {
	-webkit-transform-origin: left top;
	transform-origin: left top;
	-webkit-transform: scale(.05, 0);
	transform: scale(.05, 0);
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-timing-function: cubic-bezier(.785, .135, .15, .86);
	animation-timing-function: cubic-bezier(.785, .135, .15, .86);
}

.reveal-effect.se2-white:after {
	background-color: #f50c1a;
}

.reveal-effect.animated:after {
	-webkit-animation-name: slide-bg-2;
	animation-name: slide-bg-2;
}




/* PAGE TRANSITION */
.transition-overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: #F50C19;
	z-index: 99999;
	opacity: 0;
	visibility: hidden;
}

.transition-overlay {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.transition-overlay.show-me {
	opacity: 1;
	visibility: visible;
}




/* PRELOADER */
.preloader {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	background: #f50c1a;
}

.preloader {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transform: all 0.4s ease;
	transition: all 0.4s ease;
}

.preloader * {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transform: all 0.4s ease;
	transition: all 0.4s ease;
}

.preloader img {
	width: 80px;
	height: 80px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	z-index: 4;
	border-radius: 50%;
	padding: 10px;
	background: #fff;
}




/* PAGE LOADED */
.page-loaded .preloader {
	top: -100%;
	-webkit-transition-delay: 0.60s;
	transition-delay: 0.60s;
}

.page-loaded .preloader img {
	opacity: 0;
	margin-top: -120px;
	-webkit-transition-delay: 0.30s;
	transition-delay: 0.30s;
}

.page-loaded .header {
	top: 0;
	opacity: 1;
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s;
	pointer-events: none;
}

.page-loaded .slider {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s;
	opacity: 1;
}

.page-loaded .int-hero .inner h2 {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s;
	opacity: 1;
}

.page-loaded .int-hero .inner2 h3 {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s;
	font-size: 1.4rem;
	margin-top: 4.5rem;
	opacity: 1;
}





/* TEXT ROTATER*/
.text-rotater {
	width: 100%;
	float: left;
	height: 20px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: 60px;
	font-size: 11px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
}

.text-rotater li {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	opacity: 0;
	-webkit-animation: play 4.5s infinite;
	animation: play 4.5s infinite;
}

.text-rotater li:nth-child(2) {
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
}

.text-rotater li:nth-child(3) {
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
}




/* PERSPECTIVE HOVER */
.perspective-box {
	position: relative;
	display: inline-block;
	width: 100%;
	cursor: pointer;
	-webkit-transform: perspective(600px) translate3d(0, 0, 0);
	transform: perspective(600px) translate3d(0, 0, 0);
	backface-visiblity: none;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.perspective-box img {
	width: 100%;
	float: left;
}

.perspective-box:hover {
	-webkit-box-shadow: 0 66px 75px -10px rgba(0, 0, 0, .3);
	box-shadow: 0 66px 75px -10px rgba(0, 0, 0, .3);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	z-index: 20;
}




/* SOCIAL BAR */
.social-bar {
	width: 400px;
	position: fixed;
	left: 0;
	top: 50%;
	margin-top: 200px;
	z-index: 3;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	text-align: center;
}

.social-bar li {
	display: inline-block;
	list-style: none;
	padding: 20px 0;
	margin: 0 10px;
}

.social-bar li a {
	float: left;
	color: #fff;
}

.social-bar li a:hover {
	text-decoration: none;
	color: #f50c1a;
}

.social-bar li a span {
	margin: 0 1px;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	display: inline-block;
}



/* HEADER */
.header {
	width: 100%;
	position: absolute;
	left: 0;
	top: -100%;
	z-index: 5;
	padding: 30px 100px;
	opacity: 0;
}

.header {
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transform: all 1s ease;
	transition: all 1s ease;
}

.header .logo {
	float: left;
	margin-right: 20px;
}

.header .logo img {
	width: 35px;
}

.header .phone {
	float: left;
	color: #fff;
	line-height: 20px;
	font-family: "Fjalla One";
	text-shadow: 0 0 1em black, 0 0 1em black, 0 0 1em black, 0 0 1em black, 0 0 1em black
}

.header .language {
	float: right;
	margin-right: 30px;
	margin-bottom: 0;
}

.header .language li {
	float: left;
	list-style: none;
	margin: 0;
	margin-left: 20px;
	font-family: "Fjalla One";
}

.header .language li a {
	float: left;
	color: #fff;
	line-height: 35px;
}

.header .language li a:hover {
	text-decoration: none;
	opacity: 0.8;
}

.header .hamburger {
	-webkit-transition: background 0.25s;
	transition: background 0.25s;
	float: right;
	margin-top: -5px;
	-webkit-box-shadow: 1px 1px 15px #000, 1px 1px 15px #949393;
	box-shadow: 1px 1px 15px #000, 1px 1px 15px #949393
}

.header .equalizer {
	float: right;
	margin-top: 5px;
	margin-right: 20px;
	pointer-events: auto;
}

.header .hamburger:hover {
	-webkit-transition: background 0.5s;
	transition: background 0.5s;
	background: #f84949;
}

.header .hamburger:hover .hamburger__line-in::before {
	background-color: rgb(255, 255, 255);
}

/* .overflow-hidden .header .logo img{-webkit-filter: brightness(0) invert(1); filter: brightness(0) invert(1);} */

.tel-commentBox {
	background-color: white;
	border-radius: 10px;
	display: none;
	flex-direction: column;
	width: 80%;
	margin: 0 10% 0 10%;
	align-items: center;
	background-repeat: no-repeat;
	bottom: -100%;
	position: fixed;
	z-index: 999;
	background-size: contain;
}

.tel-commentBox .tel-img-title {
	background-image: url(../images/telImage/img_icon.webp);
	background-repeat: no-repeat;
	background-size: contain;
	height: 100px;
	width: 100px;
	margin-top: -15%;
}

.tel-commentBox .tel-text {
	color: #000;
	font-size: 20px;
}

.tel-commentBox .setBox .inputBox img {
	width: 25px;
	height: 30px;
}

.tel-commentBox button {
	border: 0;
	margin-top: 6px;
	background-color: #fe4d39;
	border-radius: 40px;
	color: white;
	padding: 10px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	width: 80%;
	height: 50px;
}

.tel-commentBox .setBox {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.tel-commentBox .setBox .inputBox {
	width: 80%;
	display: flex;
	margin: 10px 10px 10px 10px;
	flex-direction: row;
	align-items: center;
	position: relative
}

.tel-commentBox .setBox .inputBox input {
	border-radius: 0;
	width: 260px;
	padding: 10px;
	margin-left: 10px;
	border-bottom: 1px solid #9a9999;
	border-top: none;
	border-left: none;
	border-right: none;
}

.tel-commentBox .setBox .tips {
	font-size: small;
	color: #6f7275;
	align-self: flex-end;
	margin-right: 30px;
}

.tel-commentBox .setBox .bottom-tips {
	margin: 6%;
}

.tel-commentBox .setBox .bottom-tips a {
	color: #fe4d39;
}

.tel-commentBox .tel-img-close {
	right: 7%;
	top: 5%;
	position: absolute;
	background-image: url(../images/telImage/img_close.webp);
	background-repeat: no-repeat;
	background-size: contain;
	height: 20px;
	width: 20px;
}


.telIcon {
	display: none;
	background-image: url(../images/telImage/img_icon.webp);
	right: 10%;
	bottom: 5%;
	position: fixed;
	z-index: 999;
	width: 4rem;
	height: 4rem;
	background-size: contain;
}

.commentBox {
	transform: scale(0.8, 0.8);
	-ms-transform: scale(0.8, 0.8);
	-webkit-transform: scale(0.8, 0.8);
	background-color: white;
	border-radius: 10px;
	display: block;
	background-image: url(../images/comment1.webp);
	padding-top: 200px;
	right: 1%;
	width: 400px;
	height: 455px;
	background-repeat: no-repeat;
	bottom: 0%;
	position: fixed;
	z-index: 999;
	background-size: contain;
}

.commentButton {
	right: 0%;
	bottom: 10%;
	position: fixed;
	z-index: 999;
	width: 59px;
	height: 50px;
	display: block
}

.commentButton #bu_comment {
	/* background-color: #ff1313;
	border-radius: 5px;
	color: white;
	width: 40px;
	padding: 8px;
	border: none; */
}

.commentBox .bu_close_icon {
	position: absolute;
	right: 4%;
	top: 3%;
}

.commentBox button {
	margin-top: 6px;
	background-color: #ff1313;
	border: none;
	border-radius: 40px;
	color: white;
	padding: 10px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	width: 80%;
	height: 50px;
}

.commentBox .setBox {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.commentBox .setBox .inputBox {
	width: 80%;
	font-size: large;
	display: flex;
	margin: 5px 10px 5px 10px;
	flex-direction: row;
	align-items: center;
	position: relative
}

.commentBox .setBox .inputBox input {
	width: 260px;
	padding: 10px;
	border: none;
	margin-left: 10px
}

.commentBox .setBox .tips {
	font-size: small;
	color: #6f7275;
	align-self: flex-end;
	margin-right: 30px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	appearance: none;
	margin: 0;
}

input {
	-moz-appearance: textfield;
}

/* DROPDOWN */
.hamburger-navigation li:hover ul {
	display: block;
}

.hamburger-navigation li ul {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
	display: none;
}

.hamburger-navigation li ul li {
	width: auto;
	float: none;
	display: inline-block;
	padding: 0;
	margin: 0;
	position: relative;
}

.hamburger-navigation li ul li:after {
	content: "";
	width: 6px;
	height: 6px;
	background: #fff;
	position: absolute;
	right: -5px;
	top: 7px;
	border-radius: 50%;
}

.hamburger-navigation li ul li:last-child:after {
	display: none;
}

.hamburger-navigation li ul li a {
	font-size: 15px;
	padding: 0 10px;
}

/* SLIDER */
.slider {
	width: 100%;
	height: 100vh;
	float: left;
	position: relative;
	background: #131314;
}

.slider {
	-webkit-transform: translateY(250px);
	transform: translateY(250px);
	opacity: 0;
}

.slider {
	-webkit-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

.slider .swiper-container {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
}

.slider .swiper-container {
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-ms-transform: all 0.8s ease;
	transition: all 0.8s ease;
}

.slider .swiper-container .swiper-wrapper {
	width: 100%;
	float: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}



/* SLIDER FRACTION */
.slider .swiper-container .swiper-pagination-fraction {
	width: 100px;
	height: 50px;
	position: absolute;
	left: 100px;
	right: auto;
	top: auto;
	bottom: 30px;
	color: #fff;
	font-size: 11px;
}

.slider .swiper-container .swiper-pagination-fraction span:first-child {
	font-size: 56px;
	height: 50px;
	line-height: 50px;
	float: left;
	text-indent: -17px;
	margin-right: -25px;
	padding-top: 3px;
	font-weight: 500;
}

.slider .swiper-container .swiper-pagination-fraction span:last-child {
	font-size: 14px;
}

.slider .swiper-container .swiper-pagination-fraction span:before {
	content: "0";
}



/* SLIDER BUTTONS */
.slider .swiper-container .swiper-button-prev:hover {
	-webkit-transition: background 1s;
	transition: background 1s;
	background: red;
}

.slider .swiper-container .swiper-button-prev {
	-webkit-box-shadow: 1px 1px 15px #000, 1px 1px 15px #949393;
	box-shadow: 1px 1px 15px #000, 1px 1px 15px #949393;
	-webkit-transition: background 1s;
	transition: background 1s;
	border-radius: 50%;
	background: rgba(218, 218, 218, 0.712);
	width: 50px;
	height: 50px;
	float: left;
	left: 100px;
	right: auto;
	top: 50%;
	z-index: 6;
	background: none;
	overflow: hidden;
	text-align: right;
}

.slider .swiper-container .swiper-button-prev span {
	width: 100%;
	float: left;
	line-height: 26px;
	font-weight: 500;
	color: #fff;
}

.slider .swiper-container .swiper-button-prev * {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transform: all 0.4s ease;
	transition: all 0.4s ease;
}

.slider .swiper-container .swiper-button-next:hover {
	-webkit-transition: background 1s;
	transition: background 1s;
	background: red;
}

.slider .swiper-container .swiper-button-next {
	-webkit-box-shadow: 1px 1px 15px #000, 1px 1px 15px #949393;
	box-shadow: 1px 1px 15px #000, 1px 1px 15px #949393;
	-webkit-transition: background 1s;
	transition: background 1s;
	border-radius: 50%;
	background: rgba(218, 218, 218, 0.712);
	width: 50px;
	height: 50px;
	float: left;
	right: 100px;
	left: auto;
	top: 50%;
	z-index: 6;
	background: none;
	overflow: hidden;
}

.slider .swiper-container .swiper-button-line {
	width: 40px;
	height: 2px;
	background: #fff;
	position: absolute;
	right: 150px;
	top: 50%;
	z-index: 2;
	margin-top: -10px;
}

.slider .swiper-container .swiper-button-next span {
	width: 100%;
	float: left;
	line-height: 26px;
	font-weight: 500;
	color: #fff;
}

.slider .swiper-container .swiper-button-next * {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transform: all 0.4s ease;
	transition: all 0.4s ease;
}



@keyframes ro1{
	0% {transform:rotateX(59deg) rotate(0deg);opacity: 1;} 
	  50% {transform:rotateX(59deg) rotate(180deg);opacity: 1;} 
	  100% {transform:rotateX(59deg) rotate(0deg);opacity: 1;} 
   }
   @keyframes ro2{
	0% {transform:rotateX(59deg) rotate(180deg);opacity: 1;} 
	  50% {transform:rotateX(59deg) rotate(0deg);opacity: 1;} 
	  100% {transform:rotateX(59deg) rotate(180deg);opacity: 1;} 
   }
   @keyframes blink{
	0% {opacity: 1;} 
	  50% {opacity: 0;} 
	  100% {opacity: 1;} 
   }
   @keyframes blinkalph{
	0% {opacity: 1;} 
	  50% {opacity: 0.5;} 
	  100% {opacity: 1;} 
   }
/* SLIDER CONTENT */
.slider .swiper-container .swiper-slide {
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-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-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
.slider .swiper-container .swiper-slide .roate{
	position: absolute;
}
 .slider .swiper-container .swiper-slide .roate1{
	animation:ro1 20s infinite ease-in-out;
}
.slider .swiper-container .swiper-slide .roate2{
	animation:ro2 60s infinite ease-in-out;
}
.slider .swiper-container .swiper-slide .roate3{
	animation:ro1 45s infinite ease-in-out;
} 
.slider .swiper-container .swiper-slide .blink1{
	animation:  blinkalph 4s infinite ease;
}
.slider .swiper-container .swiper-slide .blink2{
	animation:  blink 3s infinite ease;
}
.slider .swiper-container .swiper-slide .blink3{
	animation:  blink 5s infinite ease;
}
.slider .swiper-container .swiper-slide a{
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 4;
}

.slider .swiper-container .swiper-slide:after {
	content: "";
	width: 100%;
	height: 300px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 3;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(19, 19, 20, 1)));
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(19, 19, 20, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#131314', GradientType=0);
}

.slider .swiper-container .swiper-slide .inner {
	width: 100%;
	padding: 0 100px;
	position: relative;
	z-index: 4;
}

.slider .swiper-container .swiper-slide .inner h5 {
	font-size: 12px;
	font-weight: 700;
}

.slider .swiper-container .swiper-slide .inner h5:before {
	content: "";
	width: 4px;
	height: 10px;
	float: left;
	background: #f50c1a;
	margin-left: -10px;
	margin-top: 2px;
}

.slider .swiper-container .swiper-slide .inner h2 {
	max-width: 50%;
	font-family: "Playfair Display";
	font-size: 6em;
	margin-bottom: 30px;
}

.slider .swiper-container .swiper-slide .inner p {
	max-width: 40%;
	line-height: 25px;
	margin-bottom: 30px;
}




/* SLIDER LINKS */
.slider .swiper-container .swiper-slide .inner .link {
	float: left;
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	position: relative;
}

.slider .swiper-container .swiper-slide .inner .link:hover {
	text-decoration: none;
}

.slider .swiper-container .swiper-slide .inner .link:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 2px;
	height: 7px;
	width: 0;
	-webkit-transition: width 0s ease, background .25s ease;
	transition: width 0s ease, background .25s ease;
	mix-blend-mode: color;
}

.slider .swiper-container .swiper-slide .inner .link:after {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	bottom: 2px;
	height: 7px;
	width: 0;
	background: #56e9b1;
	-webkit-transition: width .25s ease;
	transition: width .25s ease;
	mix-blend-mode: color;
}

.slider .swiper-container .swiper-slide .inner .link:hover:before {
	width: 100%;
	background: #56e9b1;
	-webkit-transition: width .25s ease;
	transition: width .25s ease;
}

.slider .swiper-container .swiper-slide .inner .link:hover:after {
	width: 100%;
	background: transparent;
	-webkit-transition: all 0s ease;
	transition: all 0s ease;
}

.slider .swiper-container .swiper-slide .inner .video-link {
	width: 40px;
	height: 40px;
	float: left;
	border-radius: 50%;
	position: relative;
	-webkit-transition: all .5s;
	transition: all .5s;
	margin-left: 30px;
	margin-top: -13px;
}

.slider .swiper-container .swiper-slide .inner .video-link:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -3px;
	margin-top: -7px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 0 7px 10px;
	border-color: transparent transparent transparent #fff;
}

.slider .swiper-container .swiper-slide .inner .video-link .video-play-circle {
	stroke-dasharray: 315;
	stroke-dashoffset: 315;
	-webkit-transition: stroke-dashoffset .5s;
	transition: stroke-dashoffset .5s;
}

.slider .swiper-container .swiper-slide .inner .video-link svg {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
}

.slider .swiper-container .swiper-slide .inner .video-link:hover .video-play-circle {
	stroke-dashoffset: 0;
}

.slider .swiper-container .swiper-slide .inner .video-link .video-play-outline {
	width: 40px;
	height: 40px;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 50%;
	border: 3px solid rgba(255, 255, 255, 0.05);
}




/* INT HERO */
.int-hero {
	width: 100%;
	float: left;
	padding: 0 100px;
	padding-top: 170px;
	padding-bottom: 120px;
	background: #131314;
	color: #fff;
	position: relative;
}

.int-hero .video-bg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
}

.int-hero .video-bg video {
	min-width: 100%;
	min-height: 100%;
	float: left;
	opacity: 0.1;
}

.int-hero .video-bg:after {
	content: "";
	width: 100%;
	height: 300px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(19, 19, 20, 1)));
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(19, 19, 20, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#131314', GradientType=0);
}

.int-hero .inner {
	width: 100%;
	float: left;
	position: relative;
	z-index: 3;
}

.int-hero .inner {
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-ms-transform: all 0.7s ease;
	transition: all 0.7s ease;
}

.int-hero .inner h2 {
	max-width: 60%;
	font-size: 3em;
	float: left;
}

.int-hero .inner h2 {
	-webkit-transform: translateY(250px);
	transform: translateY(250px);
	opacity: 0;
}

.int-hero .inner h2 {
	-webkit-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}



/* ABOUT STUDIO */
.about-studio {
	width: 100%;
	float: left;
}

.about-studio .hero-image {
	width: 100%;
	margin-bottom: 120px;
	position: relative;
	z-index: 2;
}

.about-studio .hero-image img {
	width: 100%;
}

.about-studio h5 {
	font-size: 3em;
	font-family: "Playfair Display";
	line-height: 1;
	margin-top: -5px;
	margin-bottom: 30px;
}

.about-studio .lead {
	margin-bottom: 40px;
	opacity: 1;
	line-height: 32px;
}

.about-studio .lead u {
	position: relative;
	text-decoration: none;
}

.about-studio .lead u:after {
	content: "";
	width: 100%;
	height: 7px;
	background: #56e9b1;
	position: absolute;
	left: 0;
	bottom: 6px;
	mix-blend-mode: color;
}

.about-studio p {
	line-height: 24px;
	opacity: 0.8;
}

.about-studio p:last-child {
	max-width: 50%;
	margin-bottom: 0;
}

.about-studio .link {
	display: inline-block;
	color: #000;
	font-weight: 500;
	font-size: 12px;
	position: relative;
	z-index: 2;
	margin-bottom: 60px;
}

.about-studio .link:hover {
	text-decoration: none;
}

.about-studio .link:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 2px;
	height: 7px;
	width: 0;
	-webkit-transition: width 0s ease, background .25s ease;
	transition: width 0s ease, background .25s ease;
	mix-blend-mode: color;
}

.about-studio .link:after {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	bottom: 2px;
	height: 7px;
	width: 0;
	background: #56e9b1;
	-webkit-transition: width .25s ease;
	transition: width .25s ease;
	mix-blend-mode: color;
}

.about-studio .link:hover:before {
	width: 100%;
	background: #56e9b1;
	-webkit-transition: width .25s ease;
	transition: width .25s ease;
}

.about-studio .link:hover:after {
	width: 100%;
	background: transparent;
	-webkit-transition: all 0s ease;
	transition: all 0s ease;
}
.about-studio-container{
	width: 100%;
    float: left;
    margin-top: 5%;
}
.about-studio-container .title {
	text-align: center;
	margin: 2% 0;
	color: #333333;
}

.about-studio-container .title h2 {
	font-weight: bold;
	line-height: 0.5;
}

.about-studio-container .title h4 {
	opacity: 0.9;
}

.about-studio-container .text {
	text-align: left;
	padding-left: 15%;
	padding-right: 15%;
}

.about-studio-container .text ul {
	list-style: none;
}

.about-studio-container .text ul li {
	font-size: small;
	opacity: 0.9;
	margin: 10px;
	color: #686868;
}





/* works-1  */
.works-1 {
	width: 100%;
	float: left;
	background: #131314;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.works-1 .grid-sizer {
	width: 25%;
	float: left;
}

/* .works-1 .grid-item{ width: 25%; float: left;} */
/* .works-1 .grid-item-double{ width: 50%; float: left;} */
/* 
.works-1 .grid-item-1{ width: 39.23%; float: left;margin: -0.5px;}
.works-1 .grid-item-2{ width: 33.63%; float: left;margin: -0.5px;}
.works-1 .grid-item-3{ width: 27.13%; float: left;margin: -0.5px;}
.works-1 .grid-item-4{ width: 32.51%; float: left;margin: -0.5px;}
.works-1 .grid-item-5{ width: 32.51%; float: left;margin: -0.5px;}
.works-1 .grid-item-6{ width: 25.78%; float: left;margin: -0.5px;}
.works-1 .grid-item-7{ width: 34.97%; float: right;margin: 0px 2px -0.5px -1px;} */



.works-1 .grid-item-1 {
	width: 66%;
	float: left;
}

.works-1 .grid-item-2 {
	width: 33%;
	float: left;
}

@keyframes bgAni {
	from {
		background-position: 30% 25%;
	}

	to {
		background-position: 30% 85%;
	}
}


/* works-1 FILTER */
.isotope-filter {
	width: 100%;
	float: left;
	margin: 0;
	padding-bottom: 30px;
	text-align: center;
	background: #131314;
}

.isotope-filter li {
	display: inline-block;
	margin: 0 15px;
	padding: 0;
	list-style: none;
}

.isotope-filter li a {
	float: left;
	font-size: 13px;
	font-weight: 500;
	color: #fff;
	opacity: 0.99;
	font-weight: 600;
	position: relative;
}

.isotope-filter li a:hover {
	text-decoration: none;
}

.isotope-filter li a:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 2px;
	height: 7px;
	width: 0;
	-webkit-transition: width 0s ease, background .25s ease;
	transition: width 0s ease, background .25s ease;
	mix-blend-mode: color;
}

.isotope-filter li a:after {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	bottom: 2px;
	height: 7px;
	width: 0;
	background: #56e9b1;
	-webkit-transition: width .25s ease;
	transition: width .25s ease;
	mix-blend-mode: color;
}

.isotope-filter li a:hover:before {
	width: 100%;
	background: #56e9b1;
	-webkit-transition: width .25s ease;
	transition: width .25s ease;
}

.isotope-filter li a:hover:after {
	width: 100%;
	background: transparent;
	-webkit-transition: all 0s ease;
	transition: all 0s ease;
}

.isotope-filter li a.current {
	color: #56e9b1;
}

.isotope-filter li a.current:before {
	display: none;
}

.isotope-filter li a.current:after {
	display: none;
}


/* works-1 FIGURE */
.works-1 figure {
	width: 100%;
	float: left;
	position: relative;
	margin: 0;
	overflow: hidden;
}

.works-1 figure * {
	-webkit-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

.works-1 figure a {
	width: 100%;
	float: left;
	text-align: center;
}

.works-1 figure img {
	width: 100%;
	float: left;
	opacity: 1;
}

.works-1 figure figcaption {
	width: 100%;
	height: 100%;
	float: left;
	position: absolute;
	left: 0;
	bottom: 0;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	opacity: 0;
	padding: 0;
}

.works-1 figure figcaption .bg-color {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0.9;
}

.works-1 figure figcaption .brand {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}

.works-1 figure figcaption .brand img {
	width: auto !important;
	height: 50px;
	float: none;
}

.works-1 figure figcaption a {
	width: 100%;
	height: 100%;
	float: left;
	color: #fff;
	padding: 30px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.works-1 figure figcaption a:hover {
	color: #fff;
	text-decoration: none;
}

.works-1 figure figcaption h5 {
	width: 100%;
	float: left;
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
	opacity: 0;
	font-family: 'Playfair Display', serif;
	font-size: 20px;
}

.works-1 figure figcaption small {
	width: 100%;
	float: left;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	opacity: 0;
	font-weight: 700;
}

.works-1 figure:hover figcaption {
	opacity: 1;
}

.works-1 figure:hover img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.works-1 figure:hover figcaption h5 {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

.works-1 figure:hover figcaption small {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

.business figcaption {
	-webkit-transition: .25s;
	transition: .25s;
	width: 100%;
	height: 100%;
	float: left;
	position: absolute;
	left: 0;
	bottom: 0;
	color: #fff;
	font-size: 13px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-weight: 700;
	opacity: 0;
	padding: 0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}

.business figcaption .bg-color {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0.9;
}

.business figcaption .brand {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}

.business figcaption .brand img {
	-webkit-transition: .25s;
	transition: .25s;
	width: auto !important;
	height: 50px;
	float: none;
}

.business figcaption h5 {
	width: 100%;
	float: left;
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
	opacity: 0;
	font-family: 'Playfair Display', serif;
	font-size: 20px;
}

.business figcaption small {
	width: 100%;
	float: left;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	opacity: 0;
	font-weight: 700;
}

.business:hover figcaption {
	-webkit-transition: .25s;
	transition: .25s;
	opacity: 1;
}

.business:hover img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-transition: .25s;
	transition: .25s;
}

.business:hover figcaption h5 {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

.business:hover figcaption small {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}




/* ICON FEATURES */
.icon-features {
	width: 100%;
	float: left;
	text-align: center;
	background-color: #131314;
	color: white;
	padding: 120px 0px;
	margin: 60px 0;
}

.icon-features img {
	width: 60px;
	display: inline-block;
}
.icon-features .desctitle {
	margin: 5%;
	font-size: large;
}
.icon-features .desctitlesm {
	font-size: medium;
}
.icon-features small {
	display: block;
	font-weight: 600;
	margin-bottom: 10px;
}

.icon-features h3 {
	display: block;
	font-family: "Playfair Display";
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 20px;
}

.icon-features p {
	display: block;
	padding: 0 10%;
	margin-bottom: 20px;
	opacity: 0.8;
}

.icon-features a {
	display: inline-block;
	color: #000;
	font-weight: 500;
	font-size: 12px;
	position: relative;
	z-index: 2;
	margin-bottom: 60px;
}

.icon-features a:hover {
	text-decoration: none;
}

.icon-features a:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 2px;
	height: 7px;
	width: 0;
	-webkit-transition: width 0s ease, background .25s ease;
	transition: width 0s ease, background .25s ease;
	mix-blend-mode: color;
}

.icon-features a:after {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	bottom: 2px;
	height: 7px;
	width: 0;
	background: #56e9b1;
	-webkit-transition: width .25s ease;
	transition: width .25s ease;
	mix-blend-mode: color;
}

.icon-features a:hover:before {
	width: 100%;
	background: #56e9b1;
	-webkit-transition: width .25s ease;
	transition: width .25s ease;
}

.icon-features a:hover:after {
	width: 100%;
	background: transparent;
	-webkit-transition: all 0s ease;
	transition: all 0s ease;
}




/* TEAM MEMBERS */
.team-members {
	width: 100%;
	float: left;
	margin-top: 170px;
}

.team-members * {
	-webkit-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

.team-members .member {
	width: 20%;
	float: left;
	position: relative;
	z-index: 2;
	margin: 0;
	background: #f50c1a;
	overflow: hidden;
}

.team-members .member img {
	width: 100%;
}

.team-members .member:nth-child(2) {
	margin-top: 100px;
}

.team-members .member:nth-child(4) {
	margin-top: 100px;
}

.team-members .member figcaption {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}

.team-members .member figcaption div {
	width: 100%;
	height: 30px;
	float: left;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -15px;
	text-align: center;
}

.team-members .member figcaption div h3 {
	font-size: 13px;
	font-weight: 700;
	color: #fff;
	margin: 0;
}

.team-members .member figcaption div small {
	display: block;
	color: #fff;
}

.team-members .member:hover {
	-webkit-box-shadow: 0 66px 75px -10px rgba(0, 0, 0, .3);
	box-shadow: 0 66px 75px -10px rgba(0, 0, 0, .3);
}

.team-members .member:hover img {
	opacity: 0.15;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.team-members .member:hover figcaption {
	opacity: 1;
}




/* CLIENTS */
.clients {
	width: 100%;
	float: left;
}

.clients * {
	-webkit-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

.clients .container .title {
	text-align: center;
	color: #333333;
}

.clients .container .title h2 {
	font-weight: 500;
	line-height: 27px;
}

.clients .container .title h4 {
	opacity: 0.9;
}

.clients .container .chooseTab {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: x-large;
	width: 100%;
}

.clients .container .chooseTab .tab {
	width: 33%;
	margin-bottom: 30px;
}

.clients .container .chooseTab .tab a {
	text-decoration: none;
	color: #333333;
}

.clients .container .chooseTab .tab a:link {
	text-decoration: none;
	color: #333333
}

.clients .container .chooseTab .tab a:active {
	text-decoration: blink
}

.clients .container .chooseTab .tab a:hover {
	text-decoration: none;
	color: red
}

.clients ul {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}

.clients ul li {
	width: 20%;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}

.clients ul li figure {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0 10%;
}

.clients ul li figure img {
	width: 100%;
	float: left;
}

.clients ul li:after {
	content: "";
	width: 1px;
	height: 30px;
	background: #eee;
	position: absolute;
	right: 0;
	top: 30px;
}

.clients ul li:last-child:after {
	display: none;
}

.clients ul li:hover figure {
	opacity: 0.4;
}


/* SIDE IMAGE CONTENT */
.side-image-content {
	width: 100%;
	float: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	margin: 100px 0;
}

.side-image-content .inner {
	width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
}

.side-image-content .inner.bg1 {
	background: #f50c1a;
}

.side-image-content .inner .main-image {
	width: 100%;
	float: left;
	margin: 0;
	margin-top: -100px;
	margin-bottom: 100px;
}

.side-image-content .inner .sub-image {
	-webkit-transition: 0.5s;
	transition: 0.5s;
	width: 40%;
	position: absolute;
	right: -4%;
	bottom: -6%;
	z-index: 2
}

.side-image-content .inner img {
	width: 100%;
}

.side-image-content .inner .sub-image:hover {
	-webkit-transition: 0.5s;
	transition: 0.5s;
	width: 100%;
	right: -40%;
}

/* .side-image-content .inner .aPop{position: absolute;height: 100%; left: 0;width: 100%;} */
.side-image-content .inner .contenty {
	width: 100%;
	float: left;
	padding: 0 15%;
	color: #fff;
}

.side-image-content .inner .contenty h5 {
	font-size: 12px;
	font-weight: 700;
}

.side-image-content .inner .contenty h5:before {
	content: "";
	width: 4px;
	height: 10px;
	float: left;
	background: #fff;
	margin-left: -10px;
	margin-top: 2px;
}

.side-image-content .inner .contenty h2 {
	font-family: "Playfair Display";
	font-size: 4em;
	margin-bottom: 30px;
	text-indent: -5px;
}

.side-image-content .inner .contenty p {
	line-height: 25px;
}

.side-image-content .inner .contenty a {
	height: 60px;
	line-height: 58px;
	display: inline-block;
	border: 1px solid #fff;
	padding: 0 40px;
	font-size: 11px;
	font-weight: 700;
	color: #fff;
	margin-top: 30px;
	overflow: hidden;
}

.side-image-content .inner .contenty .award-list {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}

.side-image-content .inner .contenty .award-list li {
	width: 100%;
	float: left;
	padding: 5px 0;
}

.side-image-content .inner .contenty .award-list li span {
	float: left;
	margin-right: 6px;
	line-height: 23px;
}

.side-image-content .inner .contenty .award-list li small {
	width: 18px;
	height: 18px;
	line-height: 20px;
	display: inline-block;
	border-radius: 50%;
	background: #fff;
	color: #f50c1a;
	text-align: center;
	font-weight: 600;
	font-size: 11px;
	margin-bottom: 5px;
}

.side-image-content .inner .contenty a * {
	-webkit-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

.side-image-content .inner .contenty a span {
	position: relative;
	display: inline-block;
}

.side-image-content .inner .contenty a span:before {
	position: absolute;
	top: 100%;
	content: attr(data-hover);
}

.side-image-content .inner .contenty a span:before {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.side-image-content .inner .contenty a:hover span {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}


/* SIDE IMAGE CONTENT */
.side-image-content-inFac {
	width: 100%;
	float: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-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;
}

.side-image-content-inFac .titleBox {
	background-position-y: 88px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 5%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	background-image: url('../images/intelligentFactory/img_bg2.webp');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.side-image-content-inFac .titleBox .title {
	margin: 10px;
	height: 202px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-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;
	text-align: center;
	width: 20%;
	background-color: #f40c1a;
	margin-bottom: -5%;
}

.side-image-content-inFac .titleBox img {
	border: 5px solid #eee;
	width: 50%;
	margin-top: 10%;
	margin-bottom: -5%;
}

.side-image-content-inFac .titleBox .title h2 {
	font-size: xx-large;
	color: white;
	margin: 0;
}

.side-image-content-inFac .titleBox .title h4 {
	font-size: x-large;
	color: white;
	margin: 0;
}

.side-image-content-inFac .text {
	padding: 7% 14% 8% 14%;
	font-size: large;
	text-align: center;
}

.side-image-content-inFac .text ul {
	list-style: none;
}

.side-image-content-inFac .text ul li {
	font-size: large;
	line-height: 30px;
	font-weight: inherit;
	color: #333333;
}

.side-image-content-inFac .swiper-box {
	background-image: url('../images/intelligentFactory/img_bg3.webp');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 100%;
	height: 762px;
}

.side-image-content-inFac .swiper-box .swiper-container {
	height: 66%;
	width: 54%;
	top: 1.5%;
}

.side-image-content-inFac .swiper-box .swiper-container .swiper-slide {
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.customerinstance{
	box-shadow: 0px 0px 5px 0px #65beff;
}

/* AWARDS */
.awards {
	background-color: #131314;
	width: 100%;
	float: left;
	padding: 120px 0;
	color: white;
}

.awards h5 {
	font-size: 12px;
	font-weight: 700;
	margin-top: 20px;
}

.awards h5:before {
	content: "";
	width: 4px;
	height: 10px;
	float: left;
	background: #f50c1a;
	margin-left: -10px;
	margin-top: 2px;
}

.awards h2 {
	font-family: "Playfair Display";
	font-size: 4em;
	margin-bottom: 30px;
	text-indent: -5px;
}

.awards figure {
	width: 100%;
	float: left;
	padding: 20px 30px;
	position: relative;
}

.awards figure:after {
	content: "";
	width: 40px;
	height: 3px;
	background: #65beff;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -20px;
}

.awards figure img {
	width: 100%;
	float: left;
}

.awards .award {
	width: 100%;
	float: left;
	padding-bottom: 20px;
	box-shadow: 0px 0px 5px 0px #65beff;
}

.awards .odometerSpan {
	display: block;
	text-align: center;
	font-family: "Fjalla One";
	font-size: 20px;
}


/* JOURNAL */
.journal {
	width: 100%;
	float: left;
	padding-bottom: 40px;
}
.journal-sp{
	padding-bottom: 0;
}

.journal * {
	-webkit-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

.journal .post {
	width: 100%;
	float: left;
	position: relative;
	margin-bottom: 80px;
}

.journal .post.detail {
	width: 100%;
	float: left;
}

.journal .post.detail figure {
	margin-bottom: 50px;
}

.journal .post.detail .post-content {
	padding: 0 15%;
}

.journal .post.detail .post-content .author {
	width: 100%;
	float: left;
	position: static;
	margin-bottom: 20px;
}

.journal .post.detail .post-content .author img {
	width: 60px;
	border-radius: 50%;
	float: left;
	margin-right: 10px;
	opacity: 1;
}

.journal .post.detail .post-content .author small {
	line-height: 60px;
	opacity: 1;
}

.journal .post.detail .post-content .lead {
	line-height: 30px;
}

.journal .post.detail .post-content small {
	opacity: 0.4;
}

.journal .post.detail .post-content h3 {
	width: 100%;
	float: left;
	padding-right: 0;
	font-size: 3em;
}

.journal .post.detail .post-content blockquote {
	width: 100%;
	float: left;
	border-left: 3px solid #eee;
	padding: 20px 0;
	padding-left: 30px;
}

.journal .post.detail .post-content blockquote p {
	margin-bottom: 10px;
}

.journal .post.detail .post-content blockquote h5 {
	margin-bottom: 0;
	font-family: "Playfair Display";
}

.journal .post.detail .post-content p {
	width: 100%;
	float: left;
	padding-right: 0;
}

.journal .post.highlight {
	width: 100%;
	float: left;
	position: relative;
	margin-bottom: 120px;
}

.journal .post.highlight figure {
	width: 100%;
	float: left;
	margin: 0;
}

.journal .post.highlight figure img {
	opacity: 0.8;
}

.journal .post.highlight .post-content {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 50px;
	padding-right: 40%;
	color: #fff;
}

.journal .post.highlight .post-content h3 {
	font-size: 3em;
}

.journal .post.highlight .post-content .author {
	position: static;
}

.journal .post.highlight .post-content .author img {
	opacity: 1;
}

.journal .post.highlight .post-content .link {
	font-weight: 700;
}

.journal .post.highlight .post-content p {
	opacity: 1;
}

.journal .post.highlight .post-content a {
	color: #fff;
}

.journal .post.highlight .post-content a:hover {
	color: #fff;
}

.journal .post.highlight:hover figure img {
	opacity: 1;
}

.journal .post figure {
	width: 100%;
	float: left;
	margin-bottom: 20px;
	position: relative;
	background: #131314;
	overflow: hidden;
}

.journal .post figure img {
	width: 100%;
	float: left;
	opacity: 1;
}

.journal .post figure .author {
	width: 100%;
	line-height: 50px;
	position: absolute;
	left: 30px;
	bottom: 30px;
	color: #fff;
}

.journal .post figure .author img {
	width: 50px;
	border-radius: 50%;
	float: left;
	margin-right: 10px;
	border: 3px solid rgba(255, 255, 255, 0.2);
	opacity: 1;
}

.journal .post .post-content {
	width: 100%;
	float: left;
}

.journal .post .post-content small {
	display: block;
	margin-bottom: 10px;
}

.journal .post .post-content small a {
	color: #131314;
}

.journal .post .post-content h3 {
	display: block;
	font-family: "Playfair Display";
	margin-bottom: 20px;
	padding-right: 15%;
}

.journal .post .post-content h3 a {
	color: #131314;
}

.journal .post .post-content h3 a:hover {
	text-decoration: none;
	color: #f50c1a;
}

.journal .post .post-content p {
	line-height: 24px;
	opacity: 0.6;
	height: 80px;
}

.journal .post .post-content .link {
	display: inline-block;
	color: #000;
	font-weight: 500;
	font-size: 12px;
	position: relative;
	z-index: 2;
}

.journal .post .post-content .link:hover {
	text-decoration: none;
}

.journal .post .post-content .link:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 2px;
	height: 7px;
	width: 0;
	-webkit-transition: width 0s ease, background .25s ease;
	transition: width 0s ease, background .25s ease;
	mix-blend-mode: color;
}

.journal .post .post-content .link:after {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	bottom: 2px;
	height: 7px;
	width: 0;
	background: #56e9b1;
	-webkit-transition: width .25s ease;
	transition: width .25s ease;
	mix-blend-mode: color;
}

.journal .post .post-content .link:hover:before {
	width: 100%;
	background: #56e9b1;
	-webkit-transition: width .25s ease;
	transition: width .25s ease;
}

.journal .post .post-content .link:hover:after {
	width: 100%;
	background: transparent;
	-webkit-transition: all 0s ease;
	transition: all 0s ease;
}

.journal .post:hover figure img {
	opacity: 0.8;
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}



/* CONTACT */
.contact {
	width: 100%;
	float: left;
	padding-top: 8%;
	padding-bottom: 90px;
}

.contact .titles {
	width: 100%;
	float: left;
	text-align: center;
	margin-bottom: 40px;
	padding: 0 25%;
}

.contact .titles h5 {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

.contact .titles h2 {
	font-family: "Playfair Display";
	font-size: 4em;
	margin-bottom: 30px;
}

.contact .address {
	width: 100%;
	float: left;
	text-align: center;
	padding: 0 10%;
	margin-bottom: 50px;
}

.contact .address h4 {
	display: block;
	font-family: "Playfair Display";
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 20px;
}

.contact .address p {
	display: block;
}

.contact .address p a {
	font-weight: 600;
	color: #131314;
}

.contact .address a {
	display: inline-block;
	font-weight: 600;
	color: #131314;
}

.contact .address a:hover {
	text-decoration: none;
}

.contact .address a svg {
	width: 20px;
	display: inline-block;
	margin-bottom: -8px;
}

.contact form {
	margin-top: 50px;
}

.contact form .form-group {
	margin-bottom: 30px;
}

.contact form label {
	width: 100%;
	float: left;
	margin: 0;
	position: relative;
	z-index: 2;
}

.contact form label span {
	float: left;
	background: #fff;
	font-size: 12px;
	margin-left: 14px;
	padding: 0 6px;
	font-weight: 600;
	margin-bottom: -10px;
}

.contact form input[type="text"] {
	width: 100%;
	height: 62px;
	border: 1px solid #ccc;
	padding: 0 20px;
}

.contact form textarea {
	width: 100%;
	height: 140px;
	float: left;
	line-height: 26px;
	border: 1px solid #ccc;
	padding: 20px;
}

.contact form button[type="submit"] {
	height: 60px;
	line-height: 58px;
	display: inline-block;
	border: none;
	padding: 0 40px;
	font-size: 11px;
	font-weight: 700;
	color: #fff;
	background: #131314;
	overflow: hidden;
}

.contact .alert {
	width: 100%;
	float: left;
}

.contact #success,
.contact #error {
	display: none
}

.contact #success,
.contact #error {
	float: left;
}

.contact #contact label.error {
	width: 100%;
	color: #f50c1a;
	margin-top: 10px;
	text-align: center;
}

.contact #contact input.error {
	width: 100%;
	border: 1px solid #f50c1a;
}

.contact #contact textarea.error {
	width: 100%;
	border: 1px solid #f50c1a;
}

.map {
	width: 70%;
	height: 420px;
	display: inline-block;
	margin: 0 15%;
	background: #f50c1a;
	display: none;
}

.justify-content-md-center .title {
	width: 100%;
	text-align: center;
	margin-bottom: 4%;
	margin-top: 5%;
	color: #333333;
}

.justify-content-md-center:nth-child(2) .title {
	margin-bottom: 50px;
	margin-top: 50px;
}

.justify-content-md-center table {
	line-height: 30px;
	color: #5a5959;
	font-size: 14px;
	font-weight: lighter;
	margin-left: 4%
}

.justify-content-md-center table tr td {
	vertical-align: top;
}

.justify-content-md-center table tr td:first-child {
	color: #57E6B0;
	width: 25%;
	font-size: 18px;
}

.intelLogImages {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: white;
	max-width: 1140px;
}

.intelLogImages .imgIcon:hover {
	background: red;
	-webkit-transition: background 1s;
	transition: background 1s;
}

.intelLogImages .imgIcon:hover p {
	color: white;
}

.logistics-row {
	margin-bottom: 7%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.logistics-row .imgBox {
	width: 30%;
	min-width: 500px;
}

.logistics-row .imgBox img {
	margin-right: 13px;
	-webkit-box-shadow: 13px 13px 0px red;
	box-shadow: 13px 13px 0px red;
	margin-bottom: 13px;
}

.logistics-row .title {
	margin-bottom: 4%;
	margin-top: 0%;
}

.intelLogImages .imgIcon:hover .imgb {
	display: none;
}

.intelLogImages .imgIcon:hover .imgw {
	display: inline;
}

.intelLogImages .imgIcon .imgb {
	display: inline;
}

.intelLogImages .imgIcon .imgw {
	display: none;
}

.justify-content-md-center .imgIcon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-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;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 300px;
	height: 370px;
	margin: 25px;
	text-align: center;
	border: 2px solid rgba(90, 89, 89, 0.2);
}

.justify-content-md-center .imgIcon div p {
	color: #333333;
	line-height: 20px;
	font-size: 22px;
	font-weight: lighter;
	line-height: 40px;
	margin-top: 30px;
}

.justify-content-md-center .banner {
	width: 335px;
	height: 165px;
	margin: 2px;
	border-radius: 5px 5px 5px 5px;
	position: relative;
}

.justify-content-md-center .bannerBox {
	margin-top: 50px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap;
}

.justify-content-md-center .banner:nth-child(1) {
	background-color: #896DAA;
}

.justify-content-md-center .banner:nth-child(2) {
	background-color: #55E6AF;
}

.justify-content-md-center .banner:nth-child(3) {
	background-color: #1F94F4;
}

.justify-content-md-center .banner div {
	width: 100%;
	height: 100%;
	padding: 10%;
	position: relative;
}

.justify-content-md-center .banner div img {
	position: relative;
	top: 15%;
}

.justify-content-md-center .banner div span {
	color: white;
	font-size: medium;
	position: relative;
	left: 5%;
}

.justify-content-md-center .banner div a {
	color: white;
	font-size: small;
	position: relative;
	right: -93%;
	bottom: 5%;
}

.justify-content-md-center .banner .banner-click {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.justify-content-md-center:nth-child(3) {
	margin-bottom: 50px;
	margin-top: 100px;
	max-width: 1140px;
	width: 100%;
}

.internetBox2 {
	margin-top: 50px;
	margin-bottom: 90px;
}

.justify-content-md-center .content1 {
	margin-top: -10%;
	width: 100%;
}

.justify-content-md-center .content1 .titleBox {
	width: 100%;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	margin-bottom: 5%;
}

.justify-content-md-center .content1 .titleBox img:first-child {
	margin-top: -3%;
	z-index: 2;
}

.justify-content-md-center .content1 .titleBox div {
	margin-top: 3%;
	margin-left: 12px;
	width: 33rem;
}

.justify-content-md-center .content1 .titleBox div img {
	margin-left: 3%;
	height: 10%;
}

.justify-content-md-center .content1 .titleBox div .desc1 {
	color: #414141;
	font-size: 14px;
}

.justify-content-md-center .desc2 {
	width: 50%;
	margin-top: 10%;
	padding: 20px;
}

.justify-content-md-center .jianzhuImg {
	margin-left: 5%;
	position: relative;
}

.justify-content-md-center .desc2 h3 {
	margin-top: 20px;
}

.justify-content-md-center .desc2 small {
	line-height: 27px;
	font-size: small;
	color: #414141;
}

.internet-chooseBox {
	margin-top: 50px;
	margin-bottom: 50px;
}

.internet-chooseBox .imgBox {
	position: relative;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.internet-chooseBox .imgIconLeft:first-child {
	width: 25%;
	height: 400px;
	border: 2px solid rgba(160, 160, 160, 0.2);
	text-align: left;
	padding: 60px;
	background-color: #e6e4e4;
}

.internet-chooseBox .imgIconLeft:first-child h2 {
	font-weight: bold;
}

.internet-chooseBox .imgIconLeft:first-child h3 {
	font-weight: lighter;
	color: #333;
	margin-top: 10px;
}

.internet-chooseBox .imgIconLeft:first-child p {
	font-weight: lighter;
	color: #333;
	margin-top: 10px;
}

.internet-chooseBox .flexBox {
	width: 75%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.internet-chooseBox .flexBox .imgIcon {
	width: 33%;
	height: 200px;
	border: 1px solid rgba(90, 89, 89, 0.2);
	text-align: center;
	padding-top: 45px;
	background: white;
}

.internet-chooseBox .flexBox .imgIcon:hover {
	background: red;
	-webkit-transition: background 1s;
	transition: background 1s;
}

.internet-chooseBox .flexBox .imgIcon:hover p {
	color: white;
}

.internet-chooseBox .flexBox .imgIcon:hover .imgw {
	display: inline;
}

.internet-chooseBox .flexBox .imgIcon:hover .imgb {
	display: none;
}

.internet-chooseBox .flexBox .imgIcon .imgw {
	display: none;
}

.internet-chooseBox .flexBox .imgIcon .imgb {
	display: inline;
}

.internet-chooseBox .flexBox .imgIcon p {
	color: #333333;
	margin-top: 30px;
	font-weight: normal;
	font-size: large;
}

.justify-content-md-center .descHNT {
	margin-top: 5%;
	margin-left: 5%;
	width: 50%;
	padding: 20px;
}

.justify-content-md-center .descHNT h3 {
	margin-top: 20px;
}

.justify-content-md-center .descHNT smalll {
	font-size: small;
	line-height: 27px;
}

.justify-content-md-center .imgHnt {
	margin-right: -10%;
}

.justify-content-md-center .jianzhuImg .swiper-container {
	width: 255px;
	height: 530px;
	top: 5.3%;
	left: 4%;
	z-index: 0;
	position: absolute;
}

.justify-content-md-center .imgHnt .swiper-container {
	width: 255px;
	height: 530px;
	top: 5.9%;
	left: 7.6%;
	z-index: 0;
	position: absolute;
}

.justify-content-md-center .jianzhuImg .swiper-container .swiper-slide {
	background-size: contain;
	background-repeat: no-repeat;
}

.justify-content-md-center .jianzhuImg img {
	position: relative;
	z-index: 1;
	pointer-events: none;
}

.internet-chooseBox .imgIconLeft1:first-child {
	width: 20%;
	height: 400px;
	border: 2px solid rgba(160, 160, 160, 0.2);
	text-align: left;
	padding: 40px;
	background-color: #e6e4e4;
}

.internet-chooseBox .imgIconLeft1:first-child h2 {
	font-weight: bold;
}

.internet-chooseBox .imgIconLeft1:first-child h3 {
	font-weight: lighter;
	color: #333;
	margin-top: 10px;
}

.internet-chooseBox .imgIconLeft1:first-child p {
	font-weight: lighter;
	color: #333;
	margin-top: 10px;
}

.internet-chooseBox .flexBox .imgIcon1 {
	width: 25%;
	height: 200px;
	border: 1px solid rgba(90, 89, 89, 0.2);
	text-align: center;
	padding-top: 40px;
}

.internet-chooseBox .flexBox .imgIcon1 p {
	color: #333333;
	margin-top: 20%;
	font-weight: normal;
	font-size: large;
}

.internet-chooseBox .flexBox .imgIcon1:hover {
	background: red;
	-webkit-transition: background 1s;
	transition: background 1s;
}

.internet-chooseBox .flexBox .imgIcon1:hover p {
	color: white;
	-webkit-transition: color 1s;
	transition: color 1s;
}

.internet-chooseBox .flexBox .imgIcon1:hover .imgw {
	display: inline;
}

.internet-chooseBox .flexBox .imgIcon1:hover .imgb {
	display: none;
}

.internet-chooseBox .flexBox .imgIcon1 .imgw {
	display: none;
}

/* .internet-chooseBox .flexBox .imgIcon1 .imgb{width: 50px;height: 60px;} */

/* FOOTER */
.footer-spacing {
	width: 100%;
	float: left;
}

.footer {
	width: calc(100% - 120px);
	position: fixed;
	left: 0;
	bottom: 0;
	margin: 0 60px;
	padding-top: 50px;
	background: url(../images/anchor-line-bg.webp) center no-repeat #131314;
	background-size: auto 150%;
	z-index: 1;
	text-align: center;
	color: #fff;
}

.footer img {
	width: 60px;
	margin-bottom: 20px;
	display: inline-block;
}

.footer .social-media {
	width: 100%;
	float: left;
	display: none;
	text-align: center;
	margin-bottom: 20px;
	padding: 0;
}

.footer .social-media li {
	display: inline-block;
	margin: 0 10px;
	list-style: none;
}

.footer .social-media li a {
	float: left;
	font-size: 12px;
	font-weight: 600;
	color: #fff;
}

.footer .social-media li a:hover {
	text-decoration: none;
	color: #f50c1a;
}

.footer h4 {
	font-weight: 300;
	letter-spacing: -1px;
	font-size: 2em;
}

.footer h2 {
	font-family: "Fjalla One";
	text-transform: uppercase;
	font-size: 4em;
	margin-bottom: 30px;
	padding: 0 10%;
}

.footer .btn-contact {
	height: 50px;
	line-height: 49px;
	display: inline-block;
	border: 1px solid rgba(255, 255, 255, 0.2);
	padding: 0 40px;
	font-size: 11px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 30px;
	overflow: hidden;
}

.footer .btn-contact * {
	-webkit-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

.footer .btn-contact span {
	position: relative;
	display: inline-block;
}

.footer .btn-contact span:before {
	position: absolute;
	top: 100%;
	content: attr(data-hover);
}

.footer .btn-contact span:before {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.footer .btn-contact:hover span {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}

.footer .footer-bar {
	width: 100%;
	float: left;
	border-top: 1px solid rgba(255, 255, 255, 0.05);
	margin-top: 50px;
	padding: 20px 0;
}

.footer .footer-bar span {
	font-size: 12px;
}

.footer .footer-bar span a {
	color: #fff;
	font-weight: 600;
}


/* SCROLL DOWN */
.scroll-down {
	width: 1px;
	height: 70px;
	position: absolute;
	left: 50%;
	bottom: 30px;
	z-index: 2;
}

.scroll-down span {
	display: block;
	position: relative;
	padding-top: 79px;
	text-align: center;
}

.scroll-down span::before {
	-webkit-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
	animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
}

.scroll-down span::before {
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -0.5px;
	width: 1px;
	height: 70px;
	background: #fff;
	content: "";
}


.about-us-int-hero {
	background-image: url('../images/aboutUs/img_2.webp');
	padding-top: 42.35%;
	margin-bottom: -10%;
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: center;
	background-size: contain;
}

.aboutUscontent h2 {
	margin: 0;
	width: 100%;
	text-align: center;
}

.aboutUscontent h4 {
	margin: 40px 0 40px 0;
	width: 100%;
	text-align: center;
}

.aboutUscontent p {
	line-height: 40px;
	font-size: larger;
	font-weight: lighter;
	color: #666;
}

.aboutUsContent1 {
	background-size: cover;
	background-image: url('../images//aboutUs/img_1.webp');
	background-repeat: no-repeat;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin-top: 100px;
}

.aboutUsContent1 .descBox {
	width: 105px;
	color: white;
	margin: 10px 100px 10px 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-align: center;
}

.aboutUsContent1 .descBox div:nth-child(1) {
	font-size: 60px;
	font-family: initial;
}

.aboutUsContent1 .descBox div:nth-child(2) {
	font-size: 25px;
	-ms-flex-item-align: end;
	align-self: flex-end
}

.aboutUsContent1 .descBox div:nth-child(3) {
	font-size: 25px;
	width: 100%;
}

.aboutUsContent2 .positionBox {
	padding:1%; width: 30%;
	text-align: center;
	line-height: 18px;
}

.aboutUsContent2 .positionBox p {
	width: 100%;
	color: #686868;
}

.aboutUsContent2 .positionBox h2 {
	width: 100%;
	margin: 20px 0 20px 0;
}

.aboutUsContent2 .positionBox div a:link {
	color: #686868;
	text-decoration: none;
}

.aboutUsContent2 .positionBox div a:visited {
	text-decoration: none;
	color: #686868;
}

.aboutUsContent2 .positionBox div a:hover {
	text-decoration: none;
	color: #F50C19;
}

.container .row .construcTitle {
	padding: 100px 0 100px 0;
	z-index: 1;
}

.container .row .construcText .construcText-img {
	position: absolute;
	left: 26%;
	top: 4%;
}

.container .row .construcText {
	width: 50%;
}

.container .row .construcText .construcText-text {
	position: relative;
	;
	top: 35%;
	margin-left: 2%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.container .row .construcText .construcText-text p {
	font-size: x-large
}

.container .row .construcText .construcText-text p span {
	font-size: xx-large;
	font-weight: bold
}

.container .row .construcText .construcText-text ul {
	list-style: none;
	width: auto;
	line-height: 2rem;
	font-size: medium;
	color: #5a5959;
}

.container .row .construcText .construcText-text li span {
	font-size: large;
	font-weight: bold;
	color: #000;
}

.container .construcBox2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
}

.container .construcBox2 .title {
	margin-bottom: 3%;
	color: #333333;
}

.container .construcBox2 .iconBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.container .construcBox2 .iconBox .iconBoxItem {
	margin: 2% 2% 2% 2%;
	width: 12%
}

.container .construcBox2 .iconBox .iconBoxItem p {
	font-weight: lighter;
	margin-top: 10%;
	font-size: medium;
	color: #5a5959;
}

.container .construcBox3 .title h2 {
	font-weight: bolder;
}

.container .construcBox3 .title {
	width: 100%;
	text-align: center;
	margin-bottom: 3.5rem;
	margin-top: 5rem;
}

.container .equipment-construcBox2 {
	margin-top: 100px;
}

.container .construcBox2 .iconBox .equipment-iconBoxItem {
	margin: 2% 2% 2% 2%;
	width: 25%
}

.container .construcBox2 .iconBox .equipment-iconBoxItem p {
	font-weight: lighter;
	margin-top: 5%;
	font-size: medium;
	color: #5a5959;
}

.container .row .construcText .equipment-construcText-img {
	position: absolute;
	left: 26.5%;
	top: 28.5%;
}

.container .row .construcTitle .construcTitle-img {
	margin: 50px 0 50px 0;
}

.equipment-construcBox3 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	justify-items: center;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.equipment-construcBox3 .title {
	text-align: center;
	color: #333333;
	margin-bottom: 60px;
}

.equipment-construcBox3 .equipment-iconBox {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.equipment-construcBox3 .equipment-iconBox .iconBox {
	position: relative;
	text-align: center;
	width: 20%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 500px;
	-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;
	margin: 0.5%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.equipment-construcBox3 .equipment-iconBox .iconBox:nth-child(1) {
	background-color: #ffc408;
}

.equipment-construcBox3 .equipment-iconBox .iconBox:nth-child(2) {
	background-color: #44a7f6;
}

.equipment-construcBox3 .equipment-iconBox .iconBox:nth-child(3) {
	background-color: #55e6af;
}

.equipment-construcBox3 .equipment-iconBox .iconBox:nth-child(4) {
	background-color: #8f6fae;
}

.equipment-construcBox3 .equipment-iconBox .iconBox:nth-child(5) {
	background-color: #55e6af;
}

.equipment-construcBox3 .equipment-iconBox .iconBox:nth-child(6) {
	background-color: #8f6fae;
}

.equipment-construcBox3 .equipment-iconBox .iconBox:nth-child(7) {
	background-color: #ffc408;
}

.equipment-construcBox3 .equipment-iconBox .iconBox:nth-child(8) {
	background-color: #44a7f6;
}

.equipment-construcBox3 .equipment-iconBox .iconBox p {
	font-size: x-large;
	color: white;
}

.equipment-construcBox3 .equipment-iconBox .iconBox figcaption {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}

.equipment-construcBox3 .equipment-iconBox .iconBox figcaption div {
	padding: 30px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-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;
	width: 100%;
	height: 30px;
	float: left;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -15px;
	text-align: left;
}

.equipment-construcBox3 .equipment-iconBox .iconBox figcaption div h3 {
	font-size: medium;
	font-weight: lighter;
	color: #fff;
	margin: 0;
}

.equipment-construcBox3 .equipment-iconBox .iconBox:hover {
	-webkit-box-shadow: 0 66px 75px -10px rgba(0, 0, 0, .3);
	box-shadow: 0 66px 75px -10px rgba(0, 0, 0, .3);
}

.equipment-construcBox3 .equipment-iconBox .iconBox:hover img {
	opacity: 0;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.equipment-construcBox3 .equipment-iconBox .iconBox:hover p {
	opacity: 0;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.equipment-construcBox3 .equipment-iconBox .iconBox:hover figcaption {
	opacity: 1;
}

.solution-int-hero {
	background-image: url('../images/solution/img_solutionBg.webp');
	padding-top: 25%;
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: center;
	background-size: contain;
}

.solution-content {
	background: #131314;
}

.solution-box {
	padding-bottom: 2%;
	margin-bottom: 5%;
	background: #fff;
	border-radius: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.solution-container {
	max-width: 1500px;
}

.solution-text-box {
	padding-left: 2%;
	width: 65%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
}

.solution-text-box .linkTo {
	position: absolute;
	width: 100%;
	height: 100%;
}

.solution-text-box h2 {
	text-align: left;
	font-weight: bold;
	margin: 50px 0 0 0;
}

.solution-text-box .solution-text-bottom {
	margin-bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.solution-text-box .solution-text-box-text {
	margin: 0;
	text-align: left;
	font-size: x-large;
	line-height: 40px;
}

.solution-box img {
	margin: -2% 0 0 3%;
}

.solution-box img:hover {
	-webkit-transition: -webkit-transform 0.5s;
	transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	transition: transform 0.5s, -webkit-transform 0.5s;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.solution-text-box .solution-text-bottom span {
	width: 25%;
	color: #9e9d9d;
	font-size: small;
}

.solution-text-box .solution-text-bottom a {
	display: inline-block;
	color: #333333;
	font-weight: 500;
	font-size: medium;
	position: relative;
	z-index: 2;
}

.solution-text-box .solution-text-bottom a:hover {
	text-decoration: none;
}

.solution-text-box .solution-text-bottom a:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 2px;
	height: 7px;
	width: 0;
	-webkit-transition: width 0s ease, background .25s ease;
	transition: width 0s ease, background .25s ease;
	mix-blend-mode: color;
}

.solution-text-box .solution-text-bottom a:after {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	bottom: 2px;
	height: 7px;
	width: 0;
	background: #56e9b1;
	-webkit-transition: width .25s ease;
	transition: width .25s ease;
	mix-blend-mode: color;
}

.solution-text-box .solution-text-bottom a:hover:before {
	width: 100%;
	background: #56e9b1;
	-webkit-transition: width .25s ease;
	transition: width .25s ease;
}

.solution-text-box .solution-text-bottom a:hover:after {
	width: 100%;
	background: transparent;
	-webkit-transition: all 0s ease;
	transition: all 0s ease;
}

.logistic-container {
	max-width: 1540px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}


/* 智慧工地 */
.intellcons-container {
	max-width: 90%;
	text-align: center;
}

.intellcons-container .box1 {
	margin-bottom: 2%;
	position: relative;
}

.intellcons-container .box1 #con1-bu {
	position: absolute;
	bottom: 6%;
	right: 17%;
	background-color: #1664d9;
	border: #a99161;
	color: white;
	display: inline-block;
	padding: 0.8%;
	font-size: 16px;
	cursor: pointer;
	border-radius: 5px;
}

.intellcons-container .box1 #con2-bu {
	position: absolute;
	bottom: 6%;
	right: 17%;
	background-color: #E87300;
	border: #a99161;
	color: white;
	display: inline-block;
	padding: 0.8%;
	font-size: 16px;
	cursor: pointer;
	border-radius: 5px;
}

.intellcons-container .box1 #con1-bu:hover {
	background-color: #0e55be;
}

.intellcons-container .box1 #con2-bu:hover {
	background-color: #dd6300;
}

.intellcons-container .box2 {
	margin-bottom: 2%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.intellcons-container .box2 .box2-text {
	color: white;
	width: 45%;
	position: absolute;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.intellcons-container .box2 .box2-text .box2-text-img {
	display: flex;
	justify-content: flex-end;
	flex-direction: row;
	width: 80%;
	font-size: large;
	text-align: right;
	font-weight: lighter;
	margin: 3% 6% 2% 0;
	margin-right: 6%;
}

.intellcons-container .box2 .box2-text .box2-text-img:hover {
	transform: scale(1.1);
}

.intellcons-container .box2 .box2-text .box2-text-img .text {
	padding-right: 30px;
	width: 100%;
}

.intellcons-container .box2 .box2-text .box2-text-title {
	font-size: x-large;
	align-self: center;
	margin: 5%;
}

.intellcons-container .box3 {
	margin-bottom: 2%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.intellcons-container .box3 .box3-text {
	color: white;
	padding: 21% 7% 0 24%;
	text-align: left;
	font-size: medium;
	position: absolute;
	line-height: 2;
}

.intellcons-container .box3 .box3-text .box3-button {
	background-color: #FFFFFF;
	border: #a99161;
	color: #7A7A7A;
	padding: 4px 15px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 5% 0;
	cursor: pointer;
	border-radius: 5px;
}

.intellcons-container .box3 .box3-text .box3-button:hover {
	background-color: #d3d3d3;
}

.intellcons-container .intel-title {
	margin: 4% 4% 3% 4%;
	font-size: x-large;
}

.intel-app {
	max-width: 100%;
	padding: 0;
}

.intel-app .box1 {
	margin-bottom: 5%;
	display: flex;
	width: 100%;
	flex-direction: row;
	justify-content: flex-end;
}

.intel-app .box1 .box1-text {
	width: 40%;
	padding: 14% 1% 9% 1%;
	position: relative;
}

.intel-app .box1 .box1-text-title {
	font-size: xx-large;
	color: black;
}

.intel-app .box1 .box1-text-title1 {
	font-size: x-large;
	color: #2d2d2d;
	margin: 2% 0 2% 0;
}

.intel-app .box1 .box1-text-inner {
	color: #696969;
	padding-right: 32%;
	line-height: 30px;
	font-size: medium;
	padding-right: 30%;
}

.intel-app .box1 .box1-img {
	position: relative;
}

.intel-app .box1 .box1-img img:nth-child(2) {
	position: absolute;
	bottom: 5%;
	left: 15%;
}

.intel-app .titleBox {
	display: flex;
	align-items: center;
	flex-direction: column;
	margin-top: 5%;
}

.intel-app .flexBox * {
	max-width: 100%;
}

.intel-app .box2 {
	background-color: #131314;
	color: white;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap-reverse;
	padding: 3% 15% 3% 15%;
	justify-content: center;
}

.intel-app .box2 .item {
	display: flex;
	flex-direction: column;
	margin: 3% 4% 3% 4%;
	align-items: center;
	line-height: 3;
	font-size: medium;
	width: 17%;
}

.intel-app .flexBox {
	display: flex;
	flex-direction: column;
	align-items: center;

}

.intel-app .flexBox .box {
	width: 60%;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 5%;
}

.intel-app .flexBox .box .imgUp {
	width: 723px;
	height: 331px;
	color: white;
	position: relative;
	margin-left: -20%;
}

.intel-app .flexBox .box-r .imgUp {
	margin-left: 20%;
}

.intel-app .flexBox .box .imgUp .graybg {
	background-image: url(../images/IntelligentConstruction/APP/imggray.webp);
	position: absolute;
	width: 35%;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 5%;
	line-height: 2;
	top: 20%;
	left: 5%;
}

.intel-app .flexBox .box-r .imgUp .graybg {
	right: 10%;
	left: unset;
}

.intel-app .flexBox .box .imgDown {
	background-image: url(../images/IntelligentConstruction/APP/bgright.webp);
	width: 839px;
	height: 384px;
	margin-top: -18%;
	color: #fbf5f5;
	position: relative;
	margin-right: -10%;
	padding-top: 21%;
	padding-left: 10%;
	padding-right: 42%;
	text-align: center;
	line-height: 2;
	font-size: medium;
}

.intel-app .flexBox .box-r .imgDown {
	background-image: url(../images/IntelligentConstruction/APP/bgleft.webp);
	margin-right: 10%;
	padding-top: 19%;
	padding-left: 35%;
	padding-right: unset;
}

.intel-app .flexBox .box .imgDown img {
	position: absolute;
	bottom: 10%;
	right: 15%;
}

.intel-app .flexBox .box-r .imgDown img {
	right: unset;
	left: 15%;
}

.intel-app .flexBox .box .imgDown img:hover {
	transform: scale(1.1);
}

.intel-newsletter .box2 .item {
	line-height: unset;
	width: 25%;
}

.intel-newsletter .box2 .item h3 {
	padding: 3%;
	font-size: x-large;
}

.intel-newsletter .row {
	margin-left: 15%;
	margin-right: 15%;
}

.journal .intel-newsletter .post .post-content p:nth-child(1) {
	height: unset;
	line-height: unset;
	font-weight: bolder;
}

.journal .intel-newsletter .post {
	margin-bottom: unset;
}

.journal .intel-newsletter .post .tips {
	width: 100%;
	text-align: center;
	position: absolute;
	z-index: 1;
	color: #ffffff;
	top: 50%;
	opacity: 0;
	font-size: large;
}

.journal .intel-newsletter .post:hover .tips {
	opacity: 1;
}

.loader .box1 {
	flex-direction: row;
	display: flex;
	margin: 0 10%;
	padding: 5%;
	justify-content: center;
	flex-wrap: wrap;
}

.loader .box1 .text-box {
	text-align: center;
	text-align: unset;
	width: 45%;
}

.loader .text-box {
	padding: 4%;
	text-align: center;
}

.loader .text-box .title {
	font-size: xx-large;
	font-weight: bold;
}

.loader .text-box .text {
	line-height: 2;
	color: #666666;
	margin-top: 5%;
	font-size: initial;
}

.loader .text-item .bg-block {
	width: 3px;
	position: absolute;
	height: 20px;
	background-color: #417FE5;
	left: 1%;
	top: 8px;
}

.loader .box2 {
	padding: 0 20%;
	background-repeat: no-repeat;
	display: flex;
	flex-direction: column;
}

.loader .box2 .box2-step1 {
	color: #f3f0f0;
	display: flex;
	flex-direction: column;
}

.loader .text-item {
	position: relative;
	margin: 2% 0;
	padding-left: 2%;
	width: 100%;
}

.loader .text-item .text {
	font-size: medium;
	margin: 1% 0;
	font-family: system-ui;
	color: #000;
}

.loader .box2 .box2-img {
	width: 60%;
	align-self: flex-end;
}

.loader .box2 .box2-step1 .text-item .text {
	color: #f3f0f0;
}

.loader .box2 .box2-step2 .img-flex-box {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 4% 0;
}

.loader .box2 .box2-step2 .img-flex-box .flex-item {
	width: 46%;
	margin: 2%;
	border-radius: 10px;
	box-shadow: 0px 0px 17px 0px #6d6c6c;
}

.loader .box2 .box2-step2 .img-flex-box .flex-item .flex-item-img {
	border-radius: 10px 10px 0 0;
}

.loader .box2 .box2-step2 .img-flex-box .flex-item .flex-item-desc {
	text-align: center;
	padding: 5%;
	font-size: large;
	color: #696969;
	font-weight: bold;
}

.loader .box3 {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0 20%;
	background-image: url(../../images/insideHtml/loadometer/new/bj2.webp);
	background-repeat: no-repeat;
	background-position-y: 90px;
	background-size: cover;
	color: white;
}

.loader .box3 .text-box {
	color: #000;
	line-height: 30px;
	text-shadow:0 0 white;
}

.loader .box3 .text-item .text {
	color: white;
}

.loader .box3 .box3-img {
	width: 45%;
	margin: 1% 5%;
}

.loader .box3 .box3-item-right {
	width: 45%;
}

.loader .box4 .text-box {
	text-shadow:0 0 white;
	color: #000;
	line-height: 30px;
}

.loader .box4 .text-item .text {
	color: white;
}

.loader .box4 {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0 20%;
	background-image: url(../../images/insideHtml/loadometer/new/bj3.webp);
	background-repeat: no-repeat;
	background-position-y: 90px;
	color: white;
}

.loader .box4 {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0 20%;
}

.vis3d {
	display: flex;
	position: relative;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.vis3d .descbox {
	text-align: center;
	padding: 5%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.vis3d .titleBox .title1 {
	font-size: xx-large;
	font-weight: bold;
}

.vis3d .descbox .textbBox {
	width: 100%;
	line-height: 2;
	font-size: medium;
	color: #6d6d6d;
	text-align: center;
	padding: 1% 0;
}

.vis3d .box2 {
	width: 100%;
	overflow: hidden;
}

.vis3d .box2 .swiper-text {
	text-align: center;
	font-size: x-large;
	color: #6d6d6d;
	padding: 3% 0;
}

.vis3d .box4 {
	width: 100%;
	display: flex;
	flex-direction: column;
	text-align: center;
	background-color: #131314;
	color: white;
	padding: 5% 0;
}

.vis3d .box4 .box4-flexBox {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap-reverse;
	padding: 4% 18%;
	;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.vis3d .box4 .box4-flexBox .flex-item {
	width: 25%;
}

.vis3d .box4 .box4-flexBox .flex-item div {
	padding: 1% 0;
	font-size: large;
}

.vis3d .box5 {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.vis3d .box5 .text-desc {
	width: 45%;
	line-height: 2;
	font-size: large;
	color: #6d6d6d;
	text-align: left;
	padding-top: 5%;
}

.vis3d .box5 .text-desc p {
	color: #2d2d2d;
	margin-bottom: 0;
}

.vis3d .box5 .text-desc span {
	color: #403f3f;
	font-weight: bold;
}

.vis3d .box6 {
	background-image: url('../images/visualization3d/bj.webp');
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 27% 20% 0 20%;
	margin-top: -8%;
	background-size: cover;
}

.vis3d .box6 img {
	position: absolute;
}

.vis3d .box6 div {
	width: 320px;
	margin-bottom: 5%;
	height: 1080px;
	position: relative;
}

.BIdriver .bg-com {
	background-image: url(../../images/insideHtml/BI/img_c.webp);
	width: 1541px;
	height: 787px;
	position: relative;
}

.BIdriver .bi-desc {
	margin: 5%;
	font-size: medium;
	width: 50%;
	line-height: 2.5;
	padding: 0 3%;
}


.internet .box1 {
	color: white;
	background-color: #131314;
	padding: 4% 20%;
	line-height: 30px;
}

.internet .box1 .box1-title {
	text-align: center;
	padding-top: 2%;
}

.internet .box1 .box1-title div:nth-child(1) {
	font-size: xx-large;
	font-weight: bold;
	margin-bottom: 15px;
}

.internet .box1 .box1-title div:nth-child(2) {
	font-size: x-large;
}

.internet .box1 .box1-flex {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 5% 0;
}

.internet .box1 .box1-flex .box1-flex-item {
	width: 25%;
	text-align: center;
	font-size: medium;
}

.internet .box1 .box1-flex .box1-flex-item p {
	font-size: x-large;
	margin: 5%;
}

.internet .box3 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding: 5%;
	background-color: #131314;
	color: white;
}

.internet .box3 .int-desc {
	line-height: 35px;
	margin-right: 10%;
	font-size: large;
	width: 30%;
	position: relative;
}

.internet .box3 .int-desc h3 {
	font-size: xx-large;
	margin-bottom: 25px;
}

.internet .box3 .int-desc button {
	background-color: #ed7b0a;
	border: #a99161;
	color: white;
	padding: 2px 20px;
	margin: 7% 0;
	cursor: pointer;
	border-radius: 5px;
}

.internet .box3 .int-desc button:hover {
	background-color: #dd6300;
}

.internet .box3 .int-desc .bg-block {
	position: absolute;
	height: 40px;
	width: 5px;
	background-color: #E87300;
	left: -20px;
}
#index-3dtext1{
	font-size: 5rem;text-shadow: 2px 0px 1px #56effd, 0px 2px 1px #56effd, 0px -2px 1px #56effd, 0px 0px 15px #af98f7;
}
#index-3dtext {
	position: absolute;
	top: 35%;
	left: 10%;
	font-size: 7rem;
	text-shadow: 2px 0px 1px #56effd, 0px 2px 1px #56effd, 0px -2px 1px #56effd, 0px 0px 15px #af98f7;
}
.mat-box1 .flex-box .mater-sp{
	background-image: url(../images/insideHtml/materialManagement/bj2.webp);
	background-repeat: no-repeat;
	background-color: white;
	background-size: 100% 100%;
}














@media only screen and (max-width: 1899px),
only screen and (max-device-width: 1899px) {

	/* .telIcon{display: block;}
				.commentBox{display:none;}
				.commentButton{display:none}; */
	.iframViewBox {
		display: none;
	}

	.vis3d .box6 {
		margin-top: -10%;
		padding: 10%;
		padding-top: 30%;
	}

	/* .works-1 .grid-item-1{
		width: 50%;
	}
	.works-1 .grid-item-2{
		width: 25%;
	}
	.works-1 .grid-item-2:nth-last-child(2){
		width: 50%;
	} */
}

/* RESPONSIVE MEDIUM  FIXES */
@media only screen and (max-width: 1520px),
only screen and (max-device-width: 1520px) {
	.intellcons-container .box3 {
		flex-wrap: unset;
	}

	.intellcons-container .box2 {
		flex-wrap: unset;
	}
}

/* RESPONSIVE MEDIUM  FIXES */
@media only screen and (max-width: 1199px),
only screen and (max-device-width: 1199px) {
	#index-3dtext {
		font-size: 3rem;
	}
	#index-3dtext1 {
		font-size: 3rem;
	}

	.telIcon {
		display: block;
	}

	.commentBox {
		display: none;
	}

	.commentButton {
		display: none
	}

	;

	.iframViewBox {
		display: none;
	}

	.header {
		padding: 30px 60px;
	}

	.slider .swiper-container .swiper-slide .inner h2 {
		font-size: 4em;
	}

	.slider .swiper-container .swiper-slide .inner {
		padding: 0 60px;
	}

	.slider .swiper-container .swiper-pagination-fraction {
		left: 60px;
	}

	.icon-features p {
		padding: 0;
	}

	.icon-features h3 {
		font-size: 20px;
	}

	.side-image-content .inner .contenty h2 {
		font-size: 2em;
		text-indent: 0;
	}

	.awards h2 {
		font-size: 3em;
		text-indent: 0;
	}

	.loader .box1 .text-box {
		width: 80%;
	}

	.loader .box3 .box3-img {
		width: 100%;
		height: 100%;
	}

	.loader .box3 .box3-item-right {
		width: unset;
		color: #000;
	}

	.loader .box3 .box3-item-right .text {
		color: #000;
	}

	.loader .box2 .box2-step2 .img-flex-box .flex-item {
		width: unset;
	}

	.intel-app .box1 .box1-text-inner {
		padding-right: unset;
		padding: 14% 4% 9% 0%;
	}

	.vis3d .descbox .textbBox {
		width: 90%;
	}

	.vis3d .box4 .box4-flexBox {
		padding: 4% 1%;
	}

	.vis3d .box5 .text-desc {
		width: 90%;
	}

	.vis3d .box6 img {
		position: unset;
	}

	.vis3d .box6 div {
		margin: 5% 1%;
	}

	.vis3d .box6 {
		background-image: unset;
		background-color: #131314;
		justify-content: center;
		margin-top: 0;
		padding: unset;
	}

	.BIdriver .bg-com {
		background-image: unset;
		width: 100%;
		height: unset;
	}

	.BIdriver .bi-desc {
		width: 80%;
	}

	.intellcons-container .box3 {
		flex-wrap: wrap;
	}

	.intellcons-container .box2 {
		flex-wrap: wrap;
	}
}

/* RESPONSIVE TABLET FIXES */
@media only screen and (max-width: 991px),
only screen and (max-device-width: 991px) {
	.telIcon {
		display: block;
	}

	.commentBox {
		display: none
	}

	;

	.commentButton {
		display: none;
	}

	.iframViewBox {
		display: none;
	}

	.slider .swiper-container .swiper-slide .inner h2 {
		max-width: 70%;
	}

	.slider .swiper-container .swiper-slide .inner p {
		max-width: 70%;
	}

	.slider .swiper-container .swiper-button-prev {
		right: 160px;
	}

	.slider .swiper-container .swiper-button-line {
		right: 110px;
	}

	.slider .swiper-container .swiper-button-next {
		right: 60px;
	}

	.int-hero .video-bg {
		display: none;
	}

	.side-image-content {
		display: block;
	}

	.side-image-content .inner {
		width: 100%;
		float: left;
		display: block;
	}

	.side-image-content .inner .contenty {
		padding: 100px 15%;
	}

	.contact form input[type="text"] {
		border-radius: 0 !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
	}

	.contact form textarea {
		border-radius: 0 !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
	}

	.container .row .construcText {
		width: 100%;
	}

	.container .row .construcText .construcText-img {
		display: none;
	}

	.container .row .construcText .equipment-construcText-img {
		display: none;
	}

	.container .row .construcText .construcText-text {
		top: 0;
	}

	.justify-content-md-center .content1 .titleBox div {
		margin-left: 0;
		width: 100%;
		text-align: center;
		margin-bottom: 7%;
		color: #333333;
	}

	.justify-content-md-center .desc2 {
		width: 100%;
		margin-top: 0
	}

	.internet-chooseBox .imgIconLeft:first-child {
		width: 100%;
	}

	.internet-chooseBox .flexBox .imgIcon {
		width: 50%;
	}

	.internet-chooseBox .flexBox {
		width: 100%;
	}

	.justify-content-md-center .descHNT {
		width: 100%
	}

	.internet-chooseBox .imgIconLeft1:first-child {
		width: 100%;
	}

	.internet-chooseBox .flexBox .imgIcon1 {
		width: 50%
	}

	.solution-box img {
		margin: 0 0 0 0;
	}

	.solution-text-box {
		width: 100%
	}

	.solution-text-box .solution-text-bottom span {
		width: 50%
	}

	.solution-text-box .solution-text-box-text {
		height: auto;
	}

	.solution-text-box .solution-text-bottom {
		bottom: auto;
	}

	.equipment-construcBox3 .equipment-iconBox .iconBox {
		width: 40%;
		height: 350px;
	}

	.logistics-row .imgBox {
		width: 80%;
		min-width: 80%;
	}

	.side-image-content-inFac .titleBox .title {
		height: auto;
	}

	.side-image-content-inFac .titleBox .title h2 {
		font-size: inherit;
	}

	.side-image-content-inFac .titleBox .title h4 {
		font-size: inherit;
	}

	.about-studio-container .text ul {
		padding: 0;
		text-align: left;
	}

	.row {
		margin-left: 0;
		margin-right: 0;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.justify-content-md-center:nth-child(3) {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-top: 0;
	}

	.journal .post .post-content p {
		height: auto;
	}

	.justify-content-md-center .banner div a {
		right: -25%;
	}

	.justify-content-md-center .banner {
		text-align: center;
	}

	.container .row .construcText .construcText-text ul {
		padding: 0;
	}

	.slider .swiper-container .swiper-slide:after {
		content: none;
	}

	.team-members {
		margin-top: 100px
	}

	.equipment-construcBox3 .equipment-iconBox .iconBox p {
		font-size: medium;
	}

	.equipment-construcBox3 .equipment-iconBox .iconBox img {
		width: 80%;
	}

	.equipment-construcBox3 .equipment-iconBox .iconBox figcaption div {
		padding: 0;
	}

	.equipment-construcBox3 .equipment-iconBox .iconBox figcaption div h3 {
		font-size: small;
	}

	.clients .container .chooseTab .tab {
		width: 100%;
		margin-bottom: 20px;
	}

	.clients .container .chooseTab {
		font-size: large;
	}

	.justify-content-md-center .content1 .titleBox div .desc1 {
		text-align: left;
		padding: 0 5%;
	}

	.internet .box1 {
		padding: 5% 5%;
	}

	.internet .box1 .box1-flex .box1-flex-item {
		width: 100%;
	}

	.internet .box3 .int-desc {
		width: unset;
	}

	.justify-content-md-center table {
		margin: 10%;
	}

	.intel-newsletter .row {
		margin: 0 5%;
	}

	.hamburger-navigation li {
		margin: unset;
	}

	.intel-app .flexBox {
		text-shadow: 1px 1px 8px black;
	}

	.qua-bgBox {
		background-color: #131314;
	}

	.qua-box-first .qua-show-box {
		background-color: #131314;
	}

	.qua-box1 .flex-box .text-box {
		color: #666666;
	}
}






/* RESPONSIVE MOBILE FIXES */
@media only screen and (max-width: 767px),
only screen and (max-device-width: 767px) {
	#index-3dtext {
		font-size: 2rem;
	}
	#index-3dtext1 {
		font-size: 1.5rem;
	}
	#index-text{
		display: none;
	}
	#index-text1{
		display: none;
	}

	.icon-features{
		margin: unset;
	}
	.telIcon {
		display: block;
	}

	.commentBox {
		display: none
	}

	;

	.commentButton {
		display: none;
	}

	.iframViewBox {
		display: none;
	}

	.header {
		padding: 30px 30px 0 30px;
	}

	.header .language {
		display: none;
	}

	.social-bar {
		display: none;
	}

	.slider .swiper-container .swiper-slide .inner {
		padding: 0 30px;
	}

	.slider .swiper-container .swiper-slide .inner h2 {
		max-width: 100%;
		font-size: 3.5em;
	}

	.slider .swiper-container .swiper-slide .inner p {
		max-width: 100%;
	}

	.slider .swiper-container .swiper-button-prev {
		display: none;
	}

	.slider .swiper-container .swiper-button-line {
		display: none;
	}

	.slider .swiper-container .swiper-button-next {
		display: none;
	}

	.slider .swiper-container .swiper-pagination-fraction {
		display: none;
	}

	.scroll-down {
		display: none;
	}

	.int-hero {
		padding-left: 30px;
		padding-right: 30px;
	}

	.int-hero .inner h2 {
		max-width: 100%;
		font-size: 3.5em;
	}

	.content {
		width: calc(100% - 30px);
		margin: 0 15px;
	}

	.about-studio .hero-image {
		overflow: hidden;
		margin-bottom: 50px;
	}

	.about-studio .hero-image img {
		width: 150%;
		max-width: inherit;
	}

	.about-studio h5 {
		font-size: 2em;
	}

	.about-studio p:last-child {
		max-width: 100%;
		margin-bottom: 0;
	}

	.team-members .member {
		width: 50%;
	}

	.works-1 .grid-item {
		width: 100%;
	}

	.works-1 .grid-item-2 {
		width: 50%;
	}

	.works-1 .grid-item-2:nth-child(2) {
		width: 100%;
	}

	.icon-features a {
		margin-bottom: 50px;
	}

	.side-image-content {
		margin-bottom: 0;
	}

	.side-image-content .inner .contenty {
		padding: 60px 30px;
		text-align: center;
	}

	.side-image-content .inner .contenty h5:before {
		display: none;
	}

	.side-image-content .inner .contenty h2 {
		font-size: 3em;
	}

	.side-image-content .inner .contenty .award-list li span {
		float: none;
	}

	.side-image-content .inner .main-image {
		margin-bottom: 0;
	}

	.side-image-content .inner .sub-image {
		width: 100%;
		float: left;
		position: static;
		margin: 0;
	}

	.awards {
		text-align: center;
	}

	.awards h5:before {
		display: none;
	}

	.awards .award {
		/* width: auto; */
		/* margin: 0 20%; */
		margin-top: -1px;
	}

	.clients ul li {
		width: 50%;
	}

	.clients ul li:after {
		display: none;
	}

	.journal .post.highlight {
		margin-bottom: 50px;
	}

	.journal .post figure {
		overflow: hidden;
	}

	.journal .post figure img {
		width: 150%;
		max-width: 100%;
	}

	.journal .post.highlight .post-content {
		padding: 15px;
		padding-right: 0;
	}

	.journal .post.highlight .post-content h3 {
		font-size: 2em;
	}

	.journal .post.highlight .post-content p {
		display: none;
	}

	.contact .titles {
		padding: 0;
	}

	.footer {
		width: calc(100% - 30px);
		margin: 0 15px;
	}

	.footer h2 {
		font-size: 3em;
		padding: 0;
	}

	.footer .social-media {
		display: block;
	}

	.footer .footer-bar span {
		width: 100%;
		text-align: center;
	}


	.intellcons-container .box2 .box2-text {
		width: 90%;
	}

	.intellcons-container .box2 .box2-text .box2-text-img {
		font-size: unset;
		width: 90%;
	}

	.intellcons-container .box2 .box2-text .box2-text-title {
		font-size: x-large;
		align-self: center;
		margin: 8%;
	}

	.intellcons-container .box3 .box3-text {
		padding: 5%;
	}

	.intel-app .box1 .box1-img img:nth-child(2) {
		left: 0%;
	}

	.intel-app .box1 .box1-text {
		padding: 14% 4% 9% 0%;
	}

	.intel-app .box1 .box1-text-title1 {
		padding: 5%;
	}

	.intel-app .box1 .box1-text-inner {
		padding: 9%;
	}

	.intel-app .box2 .item {
		width: 100%;
		font-size: unset;
	}

	.intel-app .flexBox .box .imgUp .graybg {
		width: unset;
		left: unset;
	}

	.intel-app .flexBox .box .imgDown img {
		bottom: 40%;
	}

	.intel-app .flexBox .box .imgDown {
		padding-top: 122%;
		padding-left: unset;
		padding-right: unset;
	}

	.intel-app .flexBox .box-r .imgDown {
		padding-top: 122%;
		padding-left: unset;
		padding-right: unset;
	}

	.loader .box1 {
		margin: unset;
	}

	.loader .box2 {
		padding: 0 7%;
	}

	.loader .box3 {
		padding: 0 7%;
	}

	.loader .box4 {
		padding: 0 7%;
	}

	.loader .box2 .box2-img {
		width: unset;
	}

	.intel-app .box1 {
		flex-wrap: wrap;
	}

	.intel-app .box1 .box1-text {
		width: 100%;
	}

	.intel-app .box1 .box1-img {
		margin-top: 90%;
	}

	.intellcons-container .box3 {
		margin-bottom: 10%;
	}

	.intellcons-container .box2 {
		margin-bottom: 10%;
	}

	.intellcons-container .box1 {
		margin-bottom: 10%;

	}

	.intellcons-container .box2 .box2-text .box2-text-img .text {
		text-shadow: 0 0 20px black;
	}

	.intellcons-container .about-height-text {
		height: 500px;
		display: flex;
	}
	.intellcons-container .box1 #con1-bu{
		right: 3%;
		padding: unset;
		font-size: unset;
	}
	.intel-app .flexBox .box .imgUp-sp{
		height: 215px;
	}
	.loader .text-item-sp{
		color: #000;
		text-shadow: 0 0 white;
		margin-top: 30%;
	}
	.loader .box2 .box2-step1 .text-item .text-sp{
		color: #000;
	}
	.mat-box1 .flex-box .mater-sp{
		background-color: #131314;
	}
}