/* Opensans Regular */
@font-face {
	font-family: "Opensans Regular";
 	src: url("fonts/open-sans-regular.eot");
	src: url("fonts/open-sans-regular?#iefix")format("embedded-opentype"),
	url("fonts/open-sans-regular.woff") format("woff"),
	url("fonts/open-sans-regular.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}
/* Opensans Light */
@font-face {
 	font-family: "Opensans Light";
 	src: url("fonts/open-sans-light.eot");
	src: url("fonts/open-sans-light?#iefix")format("embedded-opentype"),
 	url("fonts/open-sans-light.woff") format("woff"),
 	url("fonts/open-sans-light.ttf") format("truetype");
	font-style: normal;
 	font-weight: normal;
}
/* Opensans Semibold */
@font-face {
 	font-family: "Opensans Semibold";
	src: url("fonts/open-sans-semibold.eot");
	src: url("fonts/open-sans-semibold?#iefix")format("embedded-opentype"),
	url("fonts/open-sans-semibold.woff") format("woff"),
	url("fonts/open-sans-semibold.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}
*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html, body {
	padding: 0px;
	margin: 0px;
	color: #373D40;
	font-size: 14px;
	font-family: "Opensans Regular";
}
/* Header */
header {
	width: 100%;
	height: 431px;
	background: #000;
	position: relative;
	bottom: 20px;
}
.header-box {
	width: 960px;
	height: 431px;
	margin: 0 auto;
}
.header-box-top {
	width: 100%;
	overflow: hidden;
	padding-top: 89px;
	padding-bottom: 10px;
}
.header-box-top p {
	float: left;
	color: #fff;
	font-size: 16px;
	font-family: "Opensans Semibold";
	text-align: right;
	letter-spacing: 0px;
	line-height: 20px;
	margin-right: 10px;
	margin-left: 125px;
}
.header-box-top img {
	float: left;
}
.header-box-top img.img1 {
	margin-top: 10px;
}
.header-box-top img.img2 {
	margin: 0 25px;
}
.header-box-top img.img3 {
	margin-top: 4px;
}
.header-box-top span {
	float: left;
	color: #fff;
	font-size: 16px;
	font-family: "Opensans Semibold";
	text-transform: uppercase;
	letter-spacing: 0px;
	line-height: 20px;
	margin-top: 25px;
	margin-left: 10px;
}
.header-box h1 {
	width: 100%;
	color: #fff;
	font-size: 24px;
	font-family: "Opensans Semibold";
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0px;
	line-height: 28px;
	margin-bottom: 30px;
}
.header-box a.logo {
	display: block;
	width: 644px;
	height: 86px;
	margin: 0 auto;
}
/* Header End */
main {
	width: 960px;
	overflow: hidden;
	margin: 0 auto;
	padding: 30px 0;
}
.title-box {
	float: left;
	width: 100%;
	overflow: hidden;
	padding: 40px 0;
}
.title-box h1 {
	width: 100%;
	margin: 0px;
	text-align: center;
	color: #000;
	font-size: 34px;
	font-weight: normal;
	font-family: "Opensans Semibold";
	text-transform: uppercase;
	letter-spacing: 0px;
	line-height: 34px;
}
.title-box h2 {
	width: 100%;
	margin: 0px;
	text-align: center;
	color: #797E81;
	font-size: 34px;
	font-weight: normal;
	font-family: "Opensans Light";
	text-transform: uppercase;
	letter-spacing: 0px;
	line-height: 34px;
}
main p {
	float: left;
	width: 100%;
	color: #373D40;
	font-size: 18px;
	font-family: "Opensans Regular";
	letter-spacing: 0px;
	margin: 15px 0;
}
.other {
	float: left;
	padding: 50px 40px;
	/*background: #f4f7f9;*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.other p {
	float: left;
	width: 100%;
	color: #000;
	font-family: "Opensans Semibold";
}
.grey-bg {
	background: #f4f7f9;
}
.other ul {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.other ul li,
.other ol li {
	float: left;
	width: 100%;
	color: #373D40;
	font-size: 18px;
	font-family: "Opensans Regular";
	letter-spacing: 0px;
}
.other ol li {
	margin: 5px 0;
}
.other ul li span {
	display: inline-block;
	color: #ABB3B7;
	margin-right: 10px;
	margin-bottom: 5px;
}
.video {
	width: 100%;
	height: 700px;
	background-image: linear-gradient(-179deg, #5C5F60 0%, #2F3132 100%);
}
.videoholder {
	width: 960px;
	height: 700px;
	margin: 0 auto;
}
.videoholder .title-box {
	padding-top: 75px;
}
.videoholder .title-box h1 {
	color: #fff;
}
.iframe-holder {
	width: 556px;
	height: 313px;
	margin: 0 auto;
}
.maininfo {
	width: 970px;
	overflow: hidden;
	margin: 0 auto;
	padding-bottom: 75px;
}
.maininfo .title-box {
	padding-top: 75px;
	padding-bottom: 60px;
}
.works {
	width: 450px;
	float: left;
	text-align: center;
	background: #fff;
	padding-bottom: 20px;
}
.works h3 {
	color: #000;
	font-size: 18px;
	font-family: "Opensans Semibold";
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 0px;
	margin: 0px;
	padding: 0px;
	margin-top: 35px;
}
.works h4 {
	font-size: 18px;
	color: #363D40;
	font-family: "Opensans Regular";
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 0px;
	margin: 0px;
	padding: 0px;
}
.works p {
	color: #373D40;
	font-size: 16px;
	font-family: "Opensans Regular";
	letter-spacing: 0px;
}
.works a {
	display: inline-block;
	width: 192px;
	height: 48px;
	color: #fff;
	font-size: 14px;
	font-family: "Opensans Semibold";
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0px;
	line-height: 48px;
	background: #3CA0FF;
	border-radius: 6px;
	margin-top: 10px;
}
.right-works {
	float: right;
}
.sert {
	width: 970px;
	overflow: hidden;
	margin: 0 auto;
	padding-bottom: 75px;
	padding-top: 60px;
}
.sert p {
	float: left;
	width: 100%;
	color: #373D40;
	font-size: 18px;
	font-family: "Opensans Regular";
	letter-spacing: 0px;
	text-align: center;
	margin-bottom: 56px;
}
.show-sert {
	float: left;
	width: 274px;
	margin: 0 20px;
	position: relative;
	left: 10px;
}
.show-sert span {
	display: inline-block;
	width: 100%;
	text-align: center;
	color: #000;
	font-size: 20px;
	font-family: "Opensans Semibold";
	letter-spacing: 0px;
	line-height: 24px;
	margin-top: 25px;
}
.exsp {
	width: 970px;
	overflow: hidden;
	margin: 0 auto;
	padding-bottom: 75px;
	padding-top: 30px;
}
.show-doc {
	width: 323px;
	float: left;
	margin-bottom: 28px;
	    min-height: 70px;
}
.show-doc img {
	float: left;
}
.show-doc div {
	margin-left: 45px;
	padding-right: 15px
}
.show-doc div a {
	display: block;
	color: #000;
	font-size: 16px;
	font-family: "Opensans Semibold";
	letter-spacing: 0px;
	line-height: 24px;
	position: relative;
	bottom: 4px;
}
.show-doc div a:hover {
	text-decoration: none;
}
.show-doc div span {
	display: block;
	color: #797E81;
	font-size: 12px;
	font-family: "Opensans Regular";
	letter-spacing: 0px;
}
footer {
	width: 100%;
	height: 130px;
	background: #7D8388;
}
.footer-holder {
	width: 970px;
	height: 130px;
	margin: 0 auto;
}
.footer-holder p {
	color: #D3D9DD;
	font-size: 14px;
	font-family: "Opensans Regular";
	letter-spacing: 0px;
	line-height: 28px;
	margin-top: 51px;
}
.copy-left {
	float: left;
}
.copy-right {
	float: right;
}
.copy-right span {
	color: #fff;
}
.image-holder {
	width: 100%;
	text-align: center;
}
.phonemail {
	width: 100%;
	color: #fff;
	text-align: center;
	font-size: 16px;
  font-family: "Opensans Semibold";
}
.bg-site {
	position: relative;
}
.left-img {
	position: absolute;
	left: 0;
	top: -20px;
}
.right-img {
	position: absolute;
	right: 0;
	top: -20px;
}
.arr-img.fix {
	position: fixed;
}
.anim-block {
	width: 100%;
	text-align: center;
}
/* Adaptive */
@media (max-width: 1180px) {
   .arr-img{display: none;}
}
@media (max-width: 991px) {
	header {
		height: auto;
		padding-bottom: 20px;
	}
	.header-box {
		width: 100%;
		height: auto;
	}
	.header-box a.logo {
		width: 100%;
		padding: 0 20px;
	}
	.header-box a.logo img {
		width: 100%;
	}
	.header-box h1 {
		font-size: 17px;
	}
	.header-box h1 br {
		display: none;
	}
	.header-box-top {
		padding-top: 40px;
		text-align: center;
	}
	.header-box-top img {
		float: none;
		display: inline-block;
	}
	.header-box-top img.img2 {
		display: none;
	}
	.header-box-top p,
	.header-box-top span {
		margin-left: 0;
		width: 100%;
		text-align: center;
	}
	.header-box-top p br {
		display: none;
	}
	.header-box-top {
		text-align: center;
	}

	footer {
		overflow: hidden;
		height: auto;
		padding: 15px 0;
	}
	.footer-holder {
		width: 100%;
		height: auto;
	}
	.footer-holder p {
		width: 100%;
		text-align: center;
		margin: 5px 0;
	}

	.exsp {
		width: 100%;
	}
	.show-doc {
		width: 50%;
		padding: 0 20px;
	}

	main {
		width: 100%;
	}
	main p {
		padding: 0 30px;
	}

	.sert {
		width: 100%;
	}
	.show-sert {
		width: 33%;
		text-align: center;
		margin: 0;
	}
	.show-sert img {
		width: 150px;
		height: 220px;
	}

	.maininfo {
		width: 100%;
	}

	.works {
		float: none;
		overflow: hidden;
		margin: 0 auto;
		margin-bottom: 30px;
	}

	.video {
		height: auto;
	}
	.videoholder {
		width: 100%;
		height: auto;
		padding-bottom: 30px;
	}
}
@media (max-width: 768px) {
	.show-doc {
		width: 100%;
		padding: 0 20px;
	}
	.exsp {
		padding-bottom: 30px;
	}

	.show-sert {
		width: 100%;
		text-align: center;
		margin: 0;
		margin-bottom: 30px;
	}
	.show-sert img {
		width: 220px;
		height: auto;
	}
	.iframe-holder {
		width: 100%;
		overflow: hidden;
	}
	.iframe-holder iframe {
		display: block;
		width: 320px;
		height: 320px;
		margin: 0 auto;
	}
	.left-img,
	.right-img {
		display: none !important;
	}
	.sert p {
		padding: 0 30px;
	}
}
@media (max-width: 540px) {
	.works {
		width: 100%;
	}
	.works img {
		width: 100%;
	}
	.show-visualisation img {
		display: block;
		width: 200px;
		margin: 0 auto;
		margin-bottom: 10px;
	}
}
