:root {
	--gotham: "Gotham";
	--gotham-book: "Gotham Book";
	--fullsize: 100%;
	--blue: #3e8ddd;
	--black: #333f48;
	--dark-black: #000000;
	--grey: #808080;
	--red: #da140a;
	--white: #fff;
	--purple: #8046a8;
	--green: #6abc46;
	--animate-duration: 1s;
	--animate-delay: 1s;
	--animate-repeat: 1;
}

#point2img {
	display: block;
	opacity: 1;
	left: 250px;
	position: fixed;
	top: 560px;
}

.noselect .headerIcon {
	width: 144.77px;
	height: 35.8px;
	position: absolute;
	top: 19px;
	left: 34px;
}

/* Safari and Chrome */
@-webkit-keyframes rotating {
	from {
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes rotating {
	from {
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
	background: none;
}

.invalid-feedback {
	font-weight: normal;
	font-family: "Gotham Book";
	text-transform: capitalize;
	margin-top: 1rem;
	font-size: 0.875em;
	color: #dc3545;
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
	box-shadow: none;
}

::placeholder {
	color: #6abc46;
	opacity: 1;
	/* Firefox */
}

.data-circle-list .active {
	background-color: #fafafa !important;
	opacity: 1;
	border-top: none;
}

.data-circle .data-circle-list {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.data-circle .data-circle-content.left {
	right: auto;
}

.data-circle .data-circle-content {
	display: -webkit-flex;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	position: absolute;
	right: 0;
	text-decoration: none;
}

.data-circle .data-circle-content.discover {
	top: -25px;
	left: -188px;
	display: flex;
}

.data-circle .data-circle-content.design {
	top: -23px;
	right: -130px;
}

.data-circle .data-circle-content.implement {
	top: 50%;
	right: -80%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.data-circle .data-circle-content.support {
	bottom: -22px;
	right: -147px;
}

.data-circle .data-circle-content.optimize {
	bottom: -26px;
	left: -197px;
}

.data-circle .data-circle-content.retire {
	top: 50%;
	left: -260px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.data-circle .data-circle-content.left .img {
	order: 1;
	margin-left: 72px;
	margin-right: 0;
}

.data-circle .data-circle-content .img {
	display: block;
	background-position: left;
	background-size: cover;
	background-repeat: no-repeat;
	width: 90px;
	height: 90px;
	margin-right: 0px;
}

.data-circle .data-circle-content.discover .img {
	background-image: url(../images_gl/icon/lifecircle/discover.svg);
}

.data-circle .data-circle-content.discover.active .img,
.data-circle .data-circle-content.discover:hover .img {
	background-position: right;
}

.data-circle .data-circle-content.design .img {
	background-image: url(../images_gl/icon/lifecircle/design.svg);
}

.data-circle .data-circle-content.design.active .img,
.data-circle .data-circle-content.design:hover .img {
	background-position: right;
}

.data-circle .data-circle-content.implement .img {
	background-image: url(../images_gl/icon/lifecircle/implement.svg);
}

.data-circle .data-circle-content.implement.active .img,
.data-circle .data-circle-content.implement:hover .img {
	background-position: right;
}

.data-circle .data-circle-content.support .img {
	background-image: url(../images_gl/icon/lifecircle/support.svg);
}

.data-circle .data-circle-content.support.active .img,
.data-circle .data-circle-content.support:hover .img {
	background-position: right;
}

.data-circle .data-circle-content.optimize .img {
	background-image: url(../images_gl/icon/lifecircle/optimize.svg);
}

.data-circle .data-circle-content.optimize.active .img,
.data-circle .data-circle-content.optimize:hover .img {
	background-position: right;
}

.data-circle .data-circle-content.retire .img {
	background-image: url(../images_gl/icon/lifecircle/retire.svg);
}

.data-circle .data-circle-content.retire.active .img,
.data-circle .data-circle-content.retire:hover .img {
	background-position: right;
}

.data-circle .data-circle-content .text {
	color: var(--green);
	font-weight: bold;
	display: block;
	font-size: 25px;
	position: relative;
	left: 30px;
}

.data-circle .data-circle-content.active .text,
.data-circle .data-circle-content:hover .text {
	color: var(--blue);
}

.data-circle .data-circle-content .text::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	border-top: 2px solid var(--green);
	border-right: 2px solid var(--green);
	width: 20px;
	height: 20px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: -8px;
	margin-left: 5px;
}

.data-circle .data-circle-content.active .text::after,
.data-circle .data-circle-content:hover .text::after {
	border-top-color: var(--blue);
	border-right-color: var(--blue);
}

.data-input-content-main {
	border-top: 1px solid var(--blue);
}

.data-input-content-main .data-input {
	margin-top: 15px;
}

.data-input-content-main .data-input .form-control1 {
	border: 1px solid #6abc48;
	color: var(--green) !important;
	padding: 10px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}

#service-input {
	width: 100%;
	background-color: #fafafa;
	outline: none;
}

.data-input-content-main .data-input .form-control:focus {
	border-color: var(--green);
}

.data-input-content-main .data-input .form-control1.is-invalid,
.data-input-content-main .data-input .form-control1.is-invalid:focus {
	border-color: #dc3545;
	color: #dc3545 !important;
}

.data-input-content {
	margin-top: 20px;
	font-size: 15px;
}

.data-input-content .title {
	display: block;
	color: var(--blue);
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 1rem;
}

.data-input-content .data-input-list-main {
	display: flex;
	flex-wrap: nowrap;
}

.data-input-content .data-input-list-main .data-input-list-left {
	flex: 0 0 40%;
	max-width: 40%;
}

.data-input-content .data-input-list-main .data-input-list-left ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.data-input-content .data-input-list-main .data-input-list-left ul li {
	font-size: 15px;
	position: relative;
	padding-left: 20px;
}

.data-input-list-left ul>li::marker,
ol>li::marker {
	font-size: 0px;
}

.data-input-content .data-input-list-main .data-input-list-left ul>li::before {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	background-color: var(--blue);
	border-radius: 50%;
	position: absolute;
	top: 8px;
	left: 0;
}

.data-input-content .data-input-list-main .data-input-list-left ul li span {
	display: inline-block;
	color: var(--blue);
	vertical-align: middle;
}

.data-input-content .data-input-list-main .data-input-list-left ul li ol li {
	position: relative;
}

.data-input-content .data-input-list-main .data-input-list-left ul li ol>li::before {
	content: "";
	display: block;
	width: 10px;
	height: 2px;
	background-color: var(--blue);
	position: absolute;
	top: 10px;
	left: 0;
}

.data-input-content .data-input-list-main .data-input-list-right {
	flex: 0 0 60%;
	max-width: 45%;
}

.service1 .data-input-list-right h4,
.service2 .data-input-list-right h4 {
	max-width: 450px;
}

.data-input-content .data-input-list-main .data-input-list-right h4 {
	font-size: 15px;
	font-weight: normal;
	max-width: 700px;
}

#canvasContainer {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

#loaderDfr {
	position: absolute;
	left: 650px;
	top: 330px;
	display: block;
	z-index: 1020;
}

.animPlayBtns img {
	width: 65px;
	height: 43px;
	z-index: 11111111;
}

/*neo*/
/*text fade from left to right*/
.textFadeClass {
	top: 330px;
	left: 760px;
	position: relative;
	/* line-height: 01em; */
	overflow: hidden;
	margin-bottom: 10px;
	width: 450px;
	display: none;
}

.fadingEffect {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	background: #dfdfe4;
}

.firstChild {
	/*    color: #0070c0;*/
	font-size: 18px;
	font-weight: bold;
}

#block {
	background-color: #498bc9;
	width: 100px;
	border: 1px solid #498bc9;
	top: 161px;
	left: 600px;
	position: absolute;
	z-index: 0;
	text-align: right;
	color: #fff;
	/* height: 50px; */
	padding: 5px;
}

.pointcontent {
	text-align: left;
	position: absolute;
	padding: 10px;
	z-index: 0;
	display: none;
	height: auto;
}

@font-face {
	font-family: "Gotham-Book";
	src: url("fonts/gotham_book/Gotham-Book.eot");
	src: url("fonts/gotham_book/Gotham-Book.eot") format("embedded-opentype"), url("fonts/gotham_book/Gotham-Book.woff") format("woff"), url("fonts/gotham_book/Gotham-Book.ttf") format("truetype"), url("fonts/gotham_book/Gotham-Book.svg#MyriadProLight") format("svg");
}

@font-face {
	font-family: "Gotham-Bold_gdi";
	src: url("fonts/Gotham-Bold_gdi.eot");
	src: url("fonts/Gotham-Bold_gdi.eot") format("embedded-opentype"), url("fonts/Gotham-Bold_gdi.woff") format("woff"), url("fonts/Gotham-Bold_gdi.ttf") format("truetype"), url("fonts/Gotham-Bold_gdi.svg") format("svg");
}

html,
body {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #bfbec3;
	-webkit-tap-highlight-color: rgba(255, 0, 0, 0);
	font-family: "Gotham-Book";
}

body {
	color: #dedee3;
	padding: 0px;
	font-family: "Gotham-Book";
	margin: 0px;
	overflow: hidden;
}

#blackPatch {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 999;
	background-color: white;
}

#close {
	position: absolute;
	top: -531px;
	left: 1145px;
	display: none;
}

#home,
#backButton {
	position: absolute;
	left: 1225px;
	top: 18px;
	display: block;
	z-index: 1008;
}

#backText {
	left: 1245px;
	top: 63px;
	z-index: 1008;
	position: absolute;
	font-family: "Gotham-Book";
	font-size: 12px;
}

.cur {
	cursor: pointer;
	z-index: 10;
	display: none;
}

.navDiv {
	display: block;
	position: absolute;
	overflow: hidden;
	font-family: "LenovoGridnik";
	font-size: 16px;
	color: #ec3729;
	z-index: 3;
}

#Menu_test2 {
	position: absolute;
	left: 53px;
	top: 186px;
	max-width: 387px;
	text-align: left;
	display: none;
	background-color: black;
	opacity: 0.7;
	line-height: 20px;
}

.text_head {
	font-size: 15px;
	color: #fff;
	padding: 25px 17px;
	-webkit-transition: transform 0.6s, opacity 0.3s;
	-moz-transition: transform 0.6s, opacity 0.3s;
	-o-transition: transform 0.6s, opacity 0.3s;
	transition: transform 0.6s, opacity 0.3s;
}

#imageContainer {
	z-index: 1;
	cursor: pointer;
}

#backButton {
	text-transform: uppercase;
	color: var(--red);
	font-size: 16px;
	text-align: center;
	position: absolute;
	top: 10px;
	left: 1203px;
	border: none;
	background: transparent;
}

.back-button .text {
	display: block;
	margin-top: 8px;
}

#loader {
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: left;
	padding: 0px 0px;
	margin: 0px;
	z-index: 0;
	/*   display: none;*/
}

#loader1 {
	z-index: 3050;
	position: absolute;
	left: 0px;
	top: -3px;
	text-align: left;
	padding: 0px 0px;
	margin: 0px;
	/* display: none; */
}

#loader2 {
	z-index: 5030;
	position: absolute;
	left: -300px;
	top: -11px;
	text-align: left;
	padding: 0px 0px;
	margin: 0px;
	/*  display: none;*/
}

#loaderbar {
	position: absolute;
	left: 300px;
	top: 75px;
	width: 1px;
	outline: none;
	overflow: hidden;
}

/*#superblazeWrapper, #superblaze{
  max-width: 1400px;
}*/
#scenediv {
	/*position: absolute;*/
	text-align: left;
	padding: 0px 0px;
	margin: 0;
	width: 1286px;
	height: 723px;
	visibility: visible;
	border: 1px solid rgb(128, 128, 128);
	/*max-width: 1400px;*/
	/* background-image: url(../images_gl/lenovo_smart_hub_500_UI_05.jpg);*/
	overflow: hidden;
	position: absolute;
}

#zoomSliderContainer {
	position: absolute;
}

.ui-slider {
	border: 1px solid #aaaaaa;
	background: #ffffff;
}

.ui-slider .ui-widget-header {
	background: #0083ca;
}

.ui-slider .ui-slider-handle {
	width: 12px;
	height: 12px;
	background: url(../images_gl/zoom_Dot.png) no-repeat;
	overflow: hidden;
	position: absolute;
	left: -34px;
	border-style: none;
	outline: none;
}

.ui-slider-handle-hover {
	width: 41px;
	height: 16px;
}

.zoom {
	position: absolute;
	left: -2px;
	top: -2px;
	cursor: pointer;
	width: 44px;
	height: 44px;
}

.btn {
	position: absolute;
	width: 49px;
	height: 49px;
	cursor: pointer;
}

#resetBtn {
	background-repeat: no-repeat;
	overflow: hidden;
}

#lenovo_logo {
	position: absolute;
	bottom: 136px;
	right: 0px;
	z-index: 0;
	height: 119.86px;
}

#rightAnim {
	position: absolute;
	top: 80px;
	right: -235px;
	z-index: 9999;
	cursor: pointer;
	color: #fff;
}

#righttxt1 {
	list-style: none;
	position: absolute;
	top: 44px;
	left: 28px;
	font-size: 12px;
	font-family: "Gotham-Book";
	line-height: 70px;
}

#righttxt2 {
	list-style: none;
	position: absolute;
	top: 10px;
	left: 41px;
	font-size: 11px;
	font-family: "Gotham-Book";
}

#rightAnim ul li:before {
	background-color: rgba(113, 112, 115, 0);
}

/* new  css for ne2572 */
html,
body {
	position: absolute;
	width: 100%;
	height: 100%;
	/*    background-color: #fff; */
	color: #000;
	overflow: hidden;
}

body {
	background-color: #fff;
	color: #3b4652;
	padding: 0px;
	font-size: 18px !important;
	margin: 0px;
}

table,
th,
td {
	border: 1px solid white;
}

.headingText {
	opacity: 0;
	font-size: 25px;
	-webkit-transition: transform 0.6s, opacity 0.3s;
	-moz-transition: transform 0.6s, opacity 0.3s;
	-o-transition: transform 0.6s, opacity 0.3s;
	transition: transform 0.6s, opacity 0.3s;
	/*font-family:'LenovoGridnik';*/
	/*text-transform: uppercase;*/
}

.textfadin {
	padding-top: 30px;
}


.imageTrans {
	opacity: 0;
	padding-top: 30px;
	-webkit-transition: transform 0.6s, opacity 0.3s;
	-moz-transition: transform 0.6s, opacity 0.3s;
	-o-transition: transform 0.6s, opacity 0.3s;
	transition: transform 0.6s, opacity 0.3s;
}

#topheading {
	left: 520px;
	top: 9px;
	font-size: 30px;
	font-family: "Gotham-Bold_gdi";
	position: absolute;
	/* height: auto; */
	padding: 10px;
	z-index: 1005;
	opacity: 1;
	line-height: 24px;
	/* text-transform: uppercase; */
	width: 500px;
	-webkit-transition: transform 0.6s, opacity 0.3s;
	-moz-transition: transform 0.6s, opacity 0.3s;
	-o-transition: transform 0.6s, opacity 0.3s;
	transition: transform 0.6s, opacity 0.3s;
}

.noselect,
img {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-drag: none;
	user-drag: none;
	/*  -webkit-backface-visibility: hidden;*/
	/*  -webkit-transform: translateZ(0) scale(1.0, 1.0);*/
	image-rendering: optimizeSpeed;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: optimize-contrast;
}

.insideBtnController {
	position: absolute;
	top: 0;
	left: 170px;
	z-index: 30;
	display: none;
}

.greyOutBox {
	position: relative;
	top: 3px;
	left: 0px;
	height: 15px;
	width: 15px;
	background-color: #707072;
	z-index: 0;
	display: inline-block;
}

.redOutBox {
	background-color: #ff0000;
}

.productName {
	position: absolute;
	left: 0px;
	top: 0;
	z-index: 1;
	overflow: hidden;
	/* font-family: 'LenovoGridnik'; */
	font-size: 20px;
	color: #ededed;
	width: 1268px;
	background-image: url(../images_gl/Thinkagle_Newbar.svg);
	height: 74px;
	background-size: contain;
	background-repeat: no-repeat;
	/*background-position: -97px;*/
}

span#pauseplayImg {
	display: inline-block;
	position: absolute;
	right: 12px;
	top: 12px;
}

span#pauseplayImg2 {
	display: none;
	position: absolute;
	right: 12px;
	top: 12px;
}

.productName span {
	display: inline-block;
	position: absolute;
	top: 22px;
	left: 186px;
}

.productName img {
	position: absolute;
	top: 19px;
	left: 34px;
}

.topheading {
	position: absolute;
	top: 100px;
	left: 55px;
	opacity: 1;
	width: 760px;
}

sub-heading-text {
	position: absolute;
	left: 87px;
	top: 110px;
	z-index: 0;
	font-size: 22px;
	color: #464646;
	display: block;
}

#pointtext1,
#point2text,
#point3text,
#point5text,
#point6text,
#point10text,
#point11text {
	pointer-events: all;
}

#point1text1 {
	position: absolute;
	top: 91px;
	left: 326px;
	width: 868px;
}

div#rightSideController {
	z-index: -1;
	pointer-events: all;
	overflow: hidden;
	font-family: "Gotham-Book";
	/* margin-left: -29px;  */
}

.animPlayBtns span,
.animPlayBtns1 span {
	position: absolute;
	/* top: 2px; */
	display: inline-block;
	left: 35px;
	color: #4a555d;
	font-size: 14px;
}

#onloadCopy {
	position: absolute;
	text-align: left;
	line-height: 20px;
	z-index: 10;
	font-size: 15px;
}

#HeadingText {
	position: absolute;
	top: 34px;
	left: 235px;
	width: calc(100% - 235px);
	text-align: center;
	font-size: 25px;
	font-family: "Gotham-Bold_gdi";
}

.cptextWrapper {
	position: absolute;
	width: 890px;
	text-align: center;
}

.disabled {
	pointer-events: none;
	cursor: not-allowed;
}

/*** CSS START FOR NEW MANAGEMENT PAGE ***/
.management_header {
	display: flex;
	margin: 28px 0 0 0;
	height: 87px;
}

.management_header h5 {
	margin: -6px 0 0 361px;
	font-size: 25px;
	font-family: "Gotham-Bold_gdi";
}

#management_container {
	width: 1000px;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-33%, -50%);
	z-index: 2;
	padding: 0px 0 0;
	box-sizing: border-box;
}

.xclarity {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.xclarity_background_patch_wrapper {
	position: relative;
	display: flex;
	align-items: center;
	width: 680px;
}

.xclarity_background_patch {
	clip-path: polygon(100% 0, 100% 60%, 86% 100%, 0 100%, 0 0);
	display: flex;
	align-items: center;
	padding-left: 35px;
	width: 100%;
	height: 135px;
}

.xclarity_one .xclarity_background_patch {
	background: #44536a;
}

.xclarity_two .xclarity_background_patch {
	background: #ec7c30;
}

.xclarity_three .xclarity_background_patch {
	background: #6fac46;
}

.xclarity_four .xclarity_background_patch {
	background: #fc1f1f;
}

.xclarity_left_title {
	max-width: 165px;
	min-width: 165px;
	font-size: 24px;
	padding-right: 75px;
}

.xclarity_left_title h6 {
	margin: 0;
	color: #000;
}

.circle {
	border: 8px solid;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	position: absolute;
	left: -7%;
	z-index: 7;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 26px;
	font-weight: bold;
}

.bg_circle {
	width: 60px;
	height: 60px;
	position: absolute;
	left: -6%;
	background: #fafafa;
	border-radius: 50%;
	z-index: 6;
	opacity: 1;
}

.xclarity_one .circle {
	border-color: #44536a;
}

.xclarity_two .circle {
	border-color: #ec7c30;
}

.xclarity_three .circle {
	border-color: #6fac46;
}

.xclarity_four .circle {
	border-color: #fc1f1f;
}

.xclarity_title {
	width: 200px;
}

.xclarity_one .xclarity_title {
	background: #6c7788;
}

.xclarity_two .xclarity_title {
	background: #e2ad89;
}

.xclarity_three .xclarity_title {
	background: #a7c494;
}

.xclarity_four .xclarity_title {
	background: #e98181;
}

.xclarity_title h4 {
	color: #000;
	margin: 0;
	padding: 15px 10px;
	font-size: 16px;
}

.xclarity_text ul {
	margin: 0 0 0 15px;
}

.xclarity_text ul li {
	color: #fff;
	font-size: 16px;
	list-style-type: square;
	width: 363px;
}

.xclarity_text {
	padding: 10px 0;
}

.xclarity_one .circle span {
	color: #44536a;
}

.xclarity_two .circle span {
	color: #ec7c30;
}

.xclarity_three .circle span {
	color: #6fac46;
}

.xclarity_four .circle span {
	color: #fc1f1f;
}

#deployment1,
#deployment2,
#deployment3,
#deployment4,
#deployment5,
#deployment6,
#deployment7,
#deployment8,
#deployment9,
#deployment10,
#deployment11,
#deployment12,
#deployment13,
#deployment14,
#deployment15,
#deployment16,
#deployment17,
#deployment18,
#deployment19,
#deployment20,
#deployment21,
#deployment22,
#deployment23,
#deployment24,
#deployment25,
#deployment26,
#deployment27,
#deployment28,
#deployment29,
#deployment30,
#deployment31,
#deployment32,
#deployment33 {
	opacity: 0;
	animation: fadeIn 1s ease-in both;
	animation-play-state: running;
}

/* Number one   */

#deployment1 {
	animation-delay: 14.5s;
}

#deployment2 {
	animation-delay: 15s;
}

#deployment3 {
	animation-delay: 15.5s;
}

#deployment4 {
	animation-delay: 16s;
}

#deployment5 {
	animation-delay: 16.5s;
}

#deployment6 {
	animation-delay: 17s;
}

#deployment7 {
	animation-delay: 17.5s;
}

#deployment8 {
	animation-delay: 18s;
}

/* Number Two   */

#deployment9 {
	animation-delay: 10.5s;
}

#deployment10 {
	animation-delay: 11s;
}

#deployment11 {
	animation-delay: 11.5s;
}

#deployment12 {
	animation-delay: 12s;
}

#deployment13 {
	animation-delay: 12.5s;
}

#deployment14 {
	animation-delay: 13s;
}

#deployment15 {
	animation-delay: 13.5s;
}

#deployment16 {
	animation-delay: 14s;
}

/* Number Three  */

#deployment17 {
	animation-delay: 6s;
}

#deployment18 {
	animation-delay: 6.5s;
}

#deployment19 {
	animation-delay: 7s;
}

#deployment20 {
	animation-delay: 7.5s;
}

#deployment21 {
	animation-delay: 8s;
}

#deployment22 {
	animation-delay: 8.5s;
}

#deployment23 {
	animation-delay: 9s;
}

#deployment24 {
	animation-delay: 9.5s;
}

#deployment25 {
	animation-delay: 10s;
}

/* Number Four */

#deployment26 {
	animation-delay: 2s;
}

#deployment27 {
	animation-delay: 2.5s;
}

#deployment28 {
	animation-delay: 3s;
}

#deployment29 {
	animation-delay: 3.5s;
}

#deployment30 {
	animation-delay: 4s;
}

#deployment31 {
	animation-delay: 4.5s;
}

#deployment32 {
	animation-delay: 5s;
}

#deployment33 {
	animation-delay: 5.5s;
}

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateX(0, -20%, 0);
	}

	to {
		opacity: 1;
		transform: translateX(0, 0, 0);
	}
}

@media screen and (max-width: 1450px) {
	.xclarity_title h4 {
		font-size: 14px;
	}
}

#xclarity_logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(3);
	animation: centerToleft 1s ease-in both;
	animation-play-state: running;
	z-index: 9;
	animation-delay: 1s;
	margin-top: 27px;
	height: 87px;
}

@keyframes centerToleft {
	from {
		top: 50%;
		left: 50%;
	}

	to {
		top: 0%;
		left: 0%;
		transform: translate(0%, 0%) scale(1);
	}
}

/*** CSS END FOR NEW MANAGEMENT PAGE ***/

.bold {
	font-family: "Gotham-Bold_gdi";
}

.pointSubText {
	position: absolute;
	top: 98px;
	left: 335px;
	width: calc(100% - 400px);
	font-size: 16px;
	text-align: left;
}

.pointSubText .text {
	text-align: left;
	display: inline-block;
	font-size: 16px;
	font-family: "Gotham-Book";
}

#transpatch5 {
	background-image: url("../images_gl/LENOVO_THINKAGILE_CP_RT_TOUR_6_4-Network.png");
	background-repeat: no-repeat;
}

.animPlayBtns,
.animPlayBtns1 {
	position: relative;
	top: 0;
	left: 0;
	margin: 15px;
	width: 250px;
	cursor: pointer;
}

.arrow-right {
	position: absolute;
	top: 8px;
	left: 153px;
	height: 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 8px solid orange;
}

.arrow-left {
	position: absolute;
	left: 5px;
	top: 8px;
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-right: 8px solid orange;
}

/*  SERVICE PAGE CSS START */
.service_page #maincanvasContainer {
	background-image: url(../images_gl/Services/service_bg_image.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	z-index: 2;
}

#service_container {
	/* background-color: rgb(117, 83, 83); */
	width: 1035px;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-38%, -50%);
	z-index: 2;
	/* padding: 100px 0; */
	box-sizing: border-box;
}

.service_wrapper {
	background-image: url(../images_gl/Services/service_middle_image.png);
	/* background-image: url(../images_gl/Services/front_ecosystem.png);
	background-image: url(../images_gl/Services/service_middle_image.png);
	background-image: url(../images_gl/Services/FINAL.png);
	background: url(../images_gl/Services/back_circle.png) no-repeat, url(../images_gl/Services/front_ecosystem.png) no-repeat; */
	background-repeat: no-repeat;
	background-size: 100%;
	height: 550px;
	width: 465px;
	margin: 16% 0 0 20%;
}

.contain {
	position: absolute;
}

.contain_first {
	left: 1%;
	bottom: 34%;
}

.contain_second {
	top: 16%;
	left: 4%;
}

.contain_thrid {
	top: 16%;
	right: 22%;
}

.contain_four {
	right: 0%;
	top: 36%;
	width: 223px;
}

.contain_five {
	right: 16%;
	bottom: 10%;
}

.contain_six {
	left: 18%;
	bottom: 14%;
}

.contain h6 {
	margin: 0;
	font-size: 20px;
	padding: 0px 5px 0 7px;
	color: #e1140a;
	font-weight: 600;
}

.contain ul {
	margin: 0;
	padding: 0px 0 0 50px;
}

.contain ul li {
	font-size: 12px;
	color: #000000;
	margin-bottom: 2px;
	font-weight: 300;
}

.services_title {
	display: flex;
	margin-bottom: 5px;
}

.service_circle {
	width: 25px;
	height: 25px;
	background: #e1140a;
	border-radius: 50%;
	color: #fff;
	font-size: 16px;
	justify-content: center;
	display: flex;
	align-items: center;
}

.lefttoright {
	width: 400px;
	height: 12px;
	position: absolute;
	top: 10%;
	left: 20%;
	border-top: 1px solid #e1140a;
	animation: animate 1s linear;
}

.toptobottom {
	width: 100px;
	height: 14px;
	position: absolute;
	top: -13px;
	left: 13px;
	border-left: 1px solid #e1140a;
	animation: animate2 1s linear;
}

.righttoleft {
	width: 197px;
	height: 12px;
	position: absolute;
	top: -13px;
	right: -3px;
	border-top: 1px solid #e1140a;
	animation: animate 1s linear;
}

.bottomtotop {
	width: 100px;
	height: 50px;
	position: absolute;
	bottom: 69.4%;
	left: 54%;
	border-left: 1px solid #e1140a;
	animation: animate2 1s linear;
}

@keyframes animate {
	0% {
		width: 0;
	}

	100% {
		width: 197px;
	}
}

@keyframes animate2 {
	0% {
		height: 0px;
	}

	100% {
		height: 14px;
	}
}

.service_footer {
	position: relative;
}

.left_side {
	position: absolute;
	left: 0;
	bottom: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.left_side img {
	width: 100px;
}

.left_side span {
	display: inline-block;
	margin-left: 10px;
	font-size: 10px;
	color: #fff;
}

.right_side {
	position: absolute;
	right: 2%;
	bottom: 20px;
}

.right_side img {
	width: 100px;
	height: auto;
}

.righttoleft_second {
	position: absolute;
	/* top: 188px; */
	bottom: -14%;
	width: 289px;
	right: -41px;
	border-top: 1px solid #e1140a;
	animation: animate_second 1s linear;
	animation-delay: 3.5s;
}

.bottomtotop_second {
	width: 100px;
	height: 164px;
	position: absolute;
	bottom: -14%;
	left: 11px;
	border-left: 1px solid #e1140a;
	animation: animate_second2 1s linear;
	/* animation-delay: 6.5s; */
}

@keyframes animate_second {
	0% {
		width: 0;
	}

	100% {
		width: 289px;
	}
}

@keyframes animate_second2 {
	0% {
		height: 0px;
	}

	100% {
		height: 164px;
	}
}

.lefttoright_third {
	position: absolute;
	bottom: 11%;
	width: 112px;
	left: -99px;
	border-top: 1px solid #e1140a;
	animation: animate_third 1s linear;
	animation-delay: 7.5s;
}

.bottomtotop_third {
	width: 100px;
	height: 138px;
	position: absolute;
	bottom: 11%;
	left: 13px;
	border-left: 1px solid #e1140a;
	animation: animate_third3 1s linear;
}

@keyframes animate_third {
	0% {
		width: 0;
	}

	100% {
		width: 112px;
	}
}

@keyframes animate_third3 {
	0% {
		height: 0px;
	}

	100% {
		height: 138px;
	}
}

.lefttoright_four {
	position: absolute;
	bottom: 38%;
	width: 211px;
	left: -197px;
	border-top: 1px solid #e1140a;
	animation: animate_four 1s linear;
	animation-delay: 11.5s;
}

.bottomtotop_four {
	width: 100px;
	height: 128px;
	position: absolute;
	bottom: 38%;
	left: 14px;
	border-left: 1px solid #e1140a;
	animation: animate_four4 1s linear;
}

@keyframes animate_four {
	0% {
		width: 0;
	}

	100% {
		width: 211px;
	}
}

@keyframes animate_four4 {
	0% {
		height: 0px;
	}

	100% {
		height: 128px;
	}
}

.lefttoright_five {
	position: absolute;
	top: -17px;
	width: 126px;
	left: -113px;
	border-top: 1px solid #e1140a;
	animation: animate_five 1s linear;
	animation-delay: 15.5s;
}

.toptobottom_five {
	width: 100px;
	height: 18px;
	position: absolute;
	top: -17px;
	left: 12px;
	border-left: 1px solid #e1140a;
	animation: animate_five5 1s linear;
}

@keyframes animate_five {
	0% {
		width: 0;
	}

	100% {
		width: 126px;
	}
}

@keyframes animate_five5 {
	0% {
		height: 0px;
	}

	100% {
		height: 18px;
	}
}

.righttoleft_six {
	width: 170px;
	height: 12px;
	position: absolute;
	top: -52px;
	right: -70px;
	border-top: 1px solid #e1140a;
	animation: animate_six 1s linear;
	animation-delay: 19.5s;
}

.toptobottom_six {
	width: 100px;
	height: 54px;
	position: absolute;
	top: -52px;
	left: 13px;
	border-left: 1px solid #e1140a;
	animation: animate_six6 1s linear;
}

@keyframes animate_six {
	0% {
		width: 0;
	}

	100% {
		width: 170px;
	}
}

@keyframes animate_six6 {
	0% {
		height: 0px;
	}

	100% {
		height: 54px;
	}
}

#service_fadeIn1,
#service_fadeIn2,
#service_fadeIn3,
#service_fadeIn4,
#service_fadeIn5,
#service_fadeIn6,
#service_fadeIn7,
#service_fadeIn8,
#service_fadeIn9,
#service_fadeIn10,
#service_fadeIn11,
#service_fadeIn12,
#service_fadeIn13,
#service_fadeIn14,
#service_fadeIn15,
#service_fadeIn16,
#service_fadeIn17,
#service_fadeIn18 {
	opacity: 0;
	animation: service_fadeIn 1s ease-in both;
	animation-play-state: running;
}

#service_fadeIn1 {
	animation-delay: 0s;
}

#service_fadeIn2 {
	animation-delay: 2s;
}

#service_fadeIn3 {
	animation-delay: 2.5s;
}

#service_fadeIn4 {
	animation-delay: 3.5s;
}

#service_fadeIn5 {
	animation-delay: 5.5s;
}

#service_fadeIn6 {
	animation-delay: 6.5s;
}

#service_fadeIn7 {
	animation-delay: 7.5s;
}

#service_fadeIn8 {
	animation-delay: 9.5s;
}

#service_fadeIn9 {
	animation-delay: 10.5s;
}

#service_fadeIn10 {
	animation-delay: 11.5s;
}

#service_fadeIn11 {
	animation-delay: 13.5s;
}

#service_fadeIn12 {
	animation-delay: 14.5s;
}

#service_fadeIn13 {
	animation-delay: 15.5s;
}

#service_fadeIn14 {
	animation-delay: 17.5s;
}

#service_fadeIn15 {
	animation-delay: 18.5s;
}

#service_fadeIn16 {
	animation-delay: 19.5s;
}

#service_fadeIn17 {
	animation-delay: 21.5s;
}

#service_fadeIn18 {
	animation-delay: 22.5s;
}

@keyframes service_fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@-moz-document url-prefix() {
	.bottomtotop_second {
		height: 166px;
		bottom: -13.8%;
	}

	@keyframes animate_second2 {
		0% {
			height: 0px;
		}

		100% {
			height: 166px;
		}
	}

	.bottomtotop_third {
		height: 140px;
	}

	@keyframes animate_third3 {
		0% {
			height: 0px;
		}

		100% {
			height: 140px;
		}
	}

	.bottomtotop_four {
		bottom: 38.1%;
	}
}

/* SERVICE PAGE CSS END */

/* added to solve firfox scroll issue */

#ui-accordion-accordion-panel-5,
#ui-accordion-accordion-panel-6,
#ui-accordion-accordion-panel-7 {
	overflow: hidden;
}


/* css for xeon logo on ar landing page */

#amdLogo {
	display: flex;
	position: absolute;
	left: 40px;
	top: 160px;
}

#intelamdLogo {
	width: 92px;
	height: 92px;
}


/* *****************************************QR Code CSS  START************************************************* */
#qrcode {
	text-align: center;
	pointer-events: none;
	display: block;
	position: absolute;
	bottom: 6%;
	margin: 0;
	width: 235px;
	z-index: 1200;
}

#qrcodemenu {
	text-align: center;
	margin-top: 560px;
	position: absolute;
	height: auto;
	margin-left: 300px;
	background: transparent;
	padding: 0;
	border-top: 0 !important;
	pointer-events: none;
	opacity: 1;
}

#qrcode img {
	max-width: 90px;
}

#qrcodemenu img {
	max-width: 90px;
}

#qrcodemenu #text {
	text-align: center;
	font-size: 10px;
	position: absolute;
	color: #878787;
	width: 222%;
	top: 92px;
	left: -55px;
}

#qrcode #text {
	text-align: center;
	font-size: 10px;
	color: #878787;
	display: inline-block;
	width: 82%;
}

#loaderAR p {
	font-family: "Gotham-Book";
	font-size: 15px;
	color: #fff;
}

#ARpopUp {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	background: url("../images_gl/AR_Images/BG.jpg") no-repeat no-repeat;
	width: 100%;
	height: 100%;
	background-size: cover;
}

.startAR {
	font-size: 13px;
	line-height: 18px;
	text-transform: uppercase;
	color: #ffffff;
	font-family: "Gotham-Book";
	height: 47px;
	width: 227px;
	background-color: rgba(14, 80, 132, 255);
	border: none;
	border-radius: 5px;
	letter-spacing: -1px;
	font-weight: normal;
}

#camera7-refresh img,
#btnXR img,
#btnXR2 img,
#btnXR-iphone img {
	background-size: 40px;
	height: 75px;
	width: 75px;
}

.loaderAR {
	border: 3px solid #323337;
	border-radius: 50%;
	border-top: 3px solid #ffffff;
	width: 30px;
	height: 30px;
	z-index: 11;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	margin: 0px 0px 0px 67px;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@media screen and (min-width: 320px) and (max-width: 1366px) {
	#mobAR {
		display: block;
	}

	.imgMob {
		content: url(".mob_ar.png");
	}

	#qrcode img,
	#qrcodemenu img {
		pointer-events: all;
	}

	#btnXR {
		display: none;
	}
}

#ARModelInfo {
	display: flex;
	flex-direction: column;
	position: absolute;
	bottom: 57px;
	justify-content: center;
	align-items: center;
	width: 100%;
	z-index: 1;
}

#model_image {
	width: 93%;
	max-width: 400px;
}

#modelId p {
	font-size: 23px;
	color: #ffffff;
	font-family: "Gotham-book";
	letter-spacing: -1px;
}

#logoContainer {
	display: flex;
	position: absolute;
	right: 0px;
	top: 72px;
}

.logoImageContainer {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	width: 199px;
	height: auto;
}

.logoImageContainer img {
	width: 100%;
}

#logoTextContainer {
	margin-right: 15px;
	text-align: right;
	margin-top: 13px;
}

#logoTextContainer p {
	color: rgba(226, 33, 28, 255);
	font-family: "Gotham-Book";
	margin: 0px;
	font-size: 23px;
	font-weight: bold;
}

#modelImageContainer {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: 142px;
	left: 50%;
	z-index: 20;
	transform: translatex(-50%);
	width: 100%;
}

.blackPatch {
	background: black;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 249px;
}

#modelId {
	margin-bottom: 14px;
}

#loaderAR {
	position: absolute;
	left: 50%;
	bottom: -120%;
	transform: translate(-50%, -50%);
	z-index: 3;
	margin: auto;
}

@media screen and (min-width: 600px) and (max-width: 960px) and (orientation: landscape) {
	.blackPatch {
		height: 155px;
	}

	#modelId {
		margin-bottom: 0px;
	}

	#modelImageContainer {
		bottom: 95px;
		transform: translatex(-50%) scale(0.85);
	}

	#ARModelInfo {
		bottom: 10px;
	}

	#logoContainer {
		z-index: 2;
		transform: scale(0.8);
		transform-origin: right;
	}

	.loaderAR {
		margin: auto;
	}

	#loaderAR {
		position: unset;
		left: unset;
		bottom: unset;
		transform: unset;
		z-index: unset;
		margin: auto;
		max-height: 68px;
		width: 150px;
		margin-top: -15px;
	}
}

/* ***********************************************************new update ST45 V3 */

/* Cpu Click */

#point3text1 {
	position: absolute;
	left: 291px;
	top: 152px;
	width: 235px;
	text-align: left;
	font-size: 15px;
	line-height: 20px;
}

#point3img {
	opacity: 1;
	left: 250px;
	position: fixed;
	top: 561px;
	width: 128px;
}

/* **********OLD MANAGEMENT PAGE Start*********** */
#point7logo {
	position: absolute;
	left: 313px;
	width: 194px;
	top: 44px;
}

#point7text1 {
	font-size: 22px;
	position: absolute;
	left: 545px;
	width: 664px;
	top: 79px;
}

#point7data {
	position: absolute;
	left: 380px;
	top: 221px;
}

#point7data>div {
	position: relative;
	padding-left: 96px;
	width: 703px;
	margin-bottom: 42px;
}

#point7data img {
	position: absolute;
	top: 0px;
	left: -50px;
	width: 122px;
}

#point7data p {
	font-size: 17px;
}

.slides {
	position: relative;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.slide {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	z-index: 1;
	transition: opacity 1s;
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	border: 1px solid #000;
	padding: 8px;
}

/* *********integrated securiity *******************/

.overmenu6 .heading {
	display: -webkit-flex;
	display: flex;
	flex-wrap: nowrap;
	padding-left: 300px;
	width: 100%;
	margin-left: 0;
	/* margin-bottom: 20px; */
}

.overmenu6 .heading .left-content {
	flex: 0 20%;
	max-width: 20%;
}

.overmenu6 .heading .right-content {
	flex: 0 55%;
	max-width: 55%;
	margin-left: 50px;
}

.overmenu6 .heading .right-content h3 {
	margin-bottom: 20px;
}

.overmenu6 .server-area {
	text-align: center;
	margin: 10px 150px;
	position: relative;
	z-index: 1;
}

.overmenu6 .server-area .integrated_circle {
	position: absolute;

	left: -28px;
	width: var(--fullsize);
	z-index: -1;
}

.overmenu6 .server-area .server-infom {
	position: relative;
	z-index: 1;
}

.overmenu6 .server-area [class*="col-"]:not(:last-child) .server-infom {
	margin-bottom: 30px;
}

.overmenu6 .server-area .server-infom .img {
	margin-bottom: 10px;
}

.overmenu6 .server-area .server-infom .title {
	color: #3e8ddd;
	font-size: 25px;
}

.animated {
	-webkit-animation-duration: 1s !important;
	animation-duration: 1s !important;
	-webkit-animation-duration: var(--animate-duration);
	animation-duration: var(--animate-duration);
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	visibility: hidden;
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

@keyframes fadeIn {
	from {
		opacity: 0;
		visibility: hidden;
	}

	to {
		opacity: 1;
		visibility: visible;
	}
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
		visibility: hidden;
	}

	to {
		opacity: 1;
		visibility: visible;
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
		visibility: visible;
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-50px);
		transform: translateY(-50px);
		visibility: hidden;
	}
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
		visibility: visible;
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
		visibility: hidden;
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
		visibility: hidden;
	}

	50% {
		visibility: visible;
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
		visibility: visible;
	}
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
		visibility: hidden;
	}

	50% {
		visibility: visible;
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
		visibility: visible;
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-30px);
		transform: translateX(-30px);
		visibility: hidden;
	}

	50% {
		visibility: visible;
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
		visibility: visible;
	}
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-30px);
		transform: translateX(-30px);
		visibility: hidden;
	}

	50% {
		visibility: visible;
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
		visibility: visible;
	}
}

@keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
		visibility: visible;
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-30px);
		transform: translateX(-30px);
		visibility: hidden;
	}
}

@-webkit-keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
		visibility: visible;
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-30px);
		transform: translateX(-30px);
		visibility: hidden;
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(30px);
		transform: translateX(30px);
		visibility: hidden;
	}

	50% {
		visibility: visible;
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
		visibility: visible;
	}
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(30px);
		transform: translateX(30px);
		visibility: hidden;
	}

	50% {
		visibility: visible;
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
		visibility: visible;
	}
}

@keyframes fadeOutRight {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
		visibility: visible;
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(30px);
		transform: translateX(30px);
		visibility: hidden;
	}
}

@-webkit-keyframes fadeOutRight {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
		visibility: visible;
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(30px);
		transform: translateX(30px);
		visibility: hidden;
	}
}

/* #menu10,#menu11{
	pointer-events: none;
	opacity: 0.5;
} */

/* new hotspot start */

#fronthotspot_1,
#fronthotspot_2,
#fronthotspot_3,
#fronthotspot_4,
#fronthotspot_5,
#fronthotspot_6,
#fronthotspot_7,
#fronthotspot_8,
#fronthotspot_9,
#fronthotspot_10,
#fronthotspot_11,
#fronthotspot_12,
#rearhotspot_1,
#rearhotspot_2,
#rearhotspot_3,
#rearhotspot_4,
#rearhotspot_5,
#rearhotspot_6,
#rearhotspot_7,
#rearhotspot_8,
#rearhotspot_9,
#rearhotspot_10,
#rearhotspot_11,
#interhotspot_1,
#interhotspot_2,
#interhotspot_3,
#interhotspot_4,
#interhotspot_5,
#interhotspot_6,
#interhotspot_7,
#interhotspot_8,
#interhotspot_9,
#interhotspot_10,
#interhotspot_11,
#interhotspot_12,
#interhotspot_13,
#interbayhotspot_1,
#interbayhotspot_2,
#interbayhotspot_3,
#interbayhotspot_4,
#interbayhotspot_5 {
	position: absolute;
	pointer-events: none;
}

#hot4line1::before,
#hot4line2::before,
#hot4line3::before,
#hot4line4::before,
#hot4line5::before,
#hot4line6_1::before,
#hot4line6_2::before,
#hot4line7_1::before,
#hot4line7_2::before,
#hot4line8::before,
#hot4line9::before,
#hot4line10::before,
#hot4line11::before,
#hot4line12::before,
#hot5line1::before,
#hot5line2::before,
#hot5line3::before,
#hot5line4::before,
#hot5line5::before,
#hot5line6::before,
#hot5line7_1::before,
#hot5line7_2::before,
#hot5line8_1::before,
#hot5line8_2::before,
#hot5line8_3::before,
#hot5line9_1::before,
#hot5line9_2::before,
#hot5line10::before,
#hot5line11::before,
#hot10line1::before,
#hot10line2::before,
#hot10line3::before,
#hot10line4::before,
#hot10line5::before,
#hot10line6::before,
#hot10line7::before,
#hot10line8::before,
#hot10line9::before,
#hot10line10::before,
#hot10line11::before,
#hot10line12::before,
#hot10line12_1::before,
#hot11line1::before,
#hot11line2::before,
#hot11line3::before,
#hot11line4::before,
#hot11line5::before {
	position: absolute;
	left: -6px;
	top: -3px;
	display: inline-block;
	content: '';
	-webkit-border-radius: 50%;
	border-radius: 50%;
	height: 4px;
	width: 4px;
	background-color: red;
}

/* front hotspot */

#hot4line1 {
	position: absolute;
	border-top: 2px dotted red;
	width: 22px;
	height: 0px;
	top: -37px;
	left: -17px;
	transform: rotate(270deg);
}

#hot4line1_1 {
	position: absolute;
	border-top: 2px dotted red;
	width: 74px;
	height: 0px;
	top: -47px;
	left: -3px;
}

#point4text1 {
	position: absolute;
	width: 157px;
	top: -51px;
	left: 77px;
	text-align: left;
	font-size: 15px;
}

#hot4line2 {
	position: absolute;
	border-top: 2px dotted red;
	width: 72px;
	height: 0px;
	top: -19px;
	left: 0px;
}

#point4text2 {
	position: absolute;
	width: 210px;
	top: -35px;
	left: 77px;
	text-align: left;
	font-size: 15px;
}

#hot4line3 {
	position: absolute;
	border-top: 2px dotted red;
	width: 65px;
	height: 0px;
	top: -19px;
	left: -2px;
}

#point4text3 {
	position: absolute;
	width: 210px;
	top: -32px;
	left: 69px;
	text-align: left;
	font-size: 15px;
}

#hot4line4 {
	position: absolute;
	border-top: 2px dotted red;
	width: 228px;
	height: 0px;
	top: -19px;
	left: -244px;
	transform: rotate(180deg);
}

#point4text4 {
	position: absolute;
	width: 233px;
	top: -44px;
	left: -434px;
	text-align: left;
	font-size: 15px;
}

#hot4line5 {
	position: absolute;
	border-top: 2px dotted red;
	width: 65px;
	height: 0px;
	top: -20px;
	left: 0px;
}

#point4text5 {
	position: absolute;
	width: 210px;
	top: -33px;
	left: 71px;
	text-align: left;
	font-size: 15px;
}

#hot4line6 {
	position: absolute;
	border-top: 2px dotted red;
	width: 278px;
	height: 0px;
	bottom: -26px;
	left: -286px;
	transform: rotate(180deg);
}

#hot4line6_1 {
	position: absolute;
	border-top: 2px dotted red;
	width: 2px;
	height: 0px;
	top: -15px;
	left: -9px;
	transform: rotate(90deg);
}

#hot4line6_2 {
	position: absolute;
	border-top: 2px dotted red;
	width: 2px;
	height: 0px;
	top: -15px;
	left: -21px;
	transform: rotate(90deg);
}

#point4text6 {
	position: absolute;
	width: 172px;
	top: -18px;
	left: -431px;
	text-align: left;
	font-size: 15px;
}

#hot4line7 {
	position: absolute;
	border-top: 2px dotted red;
	width: 85px;
	height: 0px;
	top: -9px;
	left: -18px;
}

#hot4line7_1 {
	position: absolute;
	border-top: 2px dotted red;
	width: 10px;
	height: 0px;
	top: -13px;
	left: -24px;
	transform: rotate(90deg);
}

#hot4line7_2 {
	position: absolute;
	border-top: 2px dotted red;
	width: 10px;
	height: 0px;
	top: -13px;
	left: -12px;
	transform: rotate(90deg);
}

#point4text7 {
	position: absolute;
	width: 210px;
	top: -16px;
	left: 73px;
	text-align: left;
	font-size: 15px;
}

#hot4line8 {
	position: absolute;
	border-top: 2px dotted red;
	width: 75px;
	height: 0px;
	top: -21px;
	left: 11px;
}

#point4text8 {
	position: absolute;
	width: 216px;
	top: -26px;
	left: 93px;
	text-align: left;
	font-size: 15px;
}

#hot4line9 {
	position: absolute;
	border-top: 2px dotted red;
	width: 70px;
	height: 0px;
	top: -51px;
	left: -70px;
	transform: rotate(180deg);
}

#point4text9 {
	position: absolute;
	width: 210px;
	top: -60px;
	left: -252px;
	text-align: left;
	font-size: 15px;
}

#hot4line10 {
	position: absolute;
	border-top: 2px dotted red;
	width: 67px;
	height: 0px;
	top: -101px;
	left: -32px;
	transform: rotate(270deg);
}

#point4text10 {
	position: absolute;
	width: 210px;
	top: -152px;
	left: -66px;
	text-align: left;
	font-size: 15px;
}

#hot4line11 {
	position: absolute;
	border-top: 2px dotted red;
	width: 150px;
	height: 0px;
	top: -18px;
	left: -163px;
	transform: rotate(180deg);
}

#point4text11 {
	position: absolute;
	width: 210px;
	top: -24px;
	left: -351px;
	text-align: left;
	font-size: 15px;
}

#hot4line12 {
	position: absolute;
	border-top: 2px dotted red;
	width: 162px;
	height: 0px;
	top: -18px;
	left: -170px;
	transform: rotate(180deg);
}

#point4text12 {
	position: absolute;
	width: 176px;
	top: -24px;
	left: -290px;
	text-align: left;
	font-size: 15px;
}

/* rear hotspot */

#hot5line1 {
	position: absolute;
	border-top: 2px dotted red;
	width: 96px;
	height: 0px;
	top: -18px;
	/* transform: rotate(180deg); */
	left: 0px;
}

#point5text1 {
	position: absolute;
	width: 157px;
	top: -23px;
	left: 101px;
	text-align: left;
	font-size: 15px;
}

#hot5line2 {
	position: absolute;
	border-top: 2px dotted red;
	width: 38px;
	height: 0px;
	top: -18px;
	left: -2px;
}

#point5text2 {
	position: absolute;
	width: 157px;
	top: -23px;
	left: 42px;
	text-align: left;
	font-size: 15px;
}

#hot5line3 {
	position: absolute;
	border-top: 2px dotted red;
	width: 42px;
	height: 0px;
	top: -21px;
	left: -2px;
}

#point5text3 {
	position: absolute;
	width: 190px;
	top: -26px;
	left: 46px;
	text-align: left;
	font-size: 15px;
}

#hot5line4 {
	position: absolute;
	border-top: 2px dotted red;
	width: 81px;
	height: 0px;
	top: -24px;
	left: 11px;
}

#point5text4 {
	position: absolute;
	width: 157px;
	top: -28px;
	left: 98px;
	text-align: left;
	font-size: 15px;
}

#hot5line5 {
	position: absolute;
	border-top: 2px dotted red;
	width: 74px;
	height: 0px;
	top: -17px;
	left: -74px;
	transform: rotate(180deg);
}

#point5text5 {
	position: absolute;
	width: 179px;
	top: -21px;
	left: -251px;
	text-align: left;
	font-size: 15px;
}

#hot5line6 {
	position: absolute;
	border-top: 2px dotted red;
	width: 74px;
	height: 0px;
	top: -17px;
	left: -74px;
	transform: rotate(180deg);
}

#point5text6 {
	position: absolute;
	width: 157px;
	top: -21px;
	left: -120px;
	text-align: left;
	font-size: 15px;
}

#hot5line7 {
	position: absolute;
	border-top: 2px dotted red;
	width: 97px;
	height: 0px;
	top: 0px;
	left: -76px;
	transform: rotate(180deg);
}

#hot5line7_1 {
	position: absolute;
	border-top: 2px dotted red;
	width: 10px;
	height: 0px;
	top: -4px;
	left: 0px;
	transform: rotate(90deg);
}

#hot5line7_2 {
	position: absolute;
	border-top: 2px dotted red;
	width: 10px;
	height: 0px;
	top: -4px;
	left: 16px;
	transform: rotate(90deg);
}

#point5text7 {
	position: absolute;
	width: 157px;
	top: -4px;
	left: -197px;
	text-align: left;
	font-size: 15px;
}

#hot5line8 {
	position: absolute;
	border-top: 2px dotted red;
	width: 102px;
	height: 0px;
	top: -39px;
	left: -67px;
}

#hot5line8_1 {
	position: absolute;
	border-top: 2px dotted red;
	width: 10px;
	height: 0px;
	top: -35px;
	left: 2px;
	transform: rotate(270deg);
}

#hot5line8_2 {
	position: absolute;
	border-top: 2px dotted red;
	width: 10px;
	height: 0px;
	top: -35px;
	left: 13px;
	transform: rotate(270deg);
}

#hot5line8_3 {
	position: absolute;
	border-top: 2px dotted red;
	width: 10px;
	height: 0px;
	top: -35px;
	left: 29px;
	transform: rotate(270deg);
}

#point5text8 {
	position: absolute;
	width: 191px;
	top: -58px;
	left: -250px;
	text-align: left;
	font-size: 15px;
}

#hot5line9 {
	position: absolute;
	border-top: 2px dotted red;
	width: 88px;
	height: 0px;
	top: -4px;
	left: -68px;
}

#hot5line9_1 {
	position: absolute;
	border-top: 2px dotted red;
	width: 10px;
	height: 0px;
	top: -8px;
	left: 2px;
	transform: rotate(90deg);
}

#hot5line9_2 {
	position: absolute;
	border-top: 2px dotted red;
	width: 10px;
	height: 0px;
	top: -8px;
	left: 14px;
	transform: rotate(90deg);
}

#point5text9 {
	position: absolute;
	width: 177px;
	top: -10px;
	left: -249px;
	text-align: left;
	font-size: 15px;
}

#hot5line10 {
	position: absolute;
	border-top: 2px dotted red;
	width: 74px;
	height: 0px;
	top: -18px;
	left: -68px;
	transform: rotate(180deg);
}

#hot5line10_1 {
	position: absolute;
	border-top: 2px dotted red;
	width: 26px;
	height: 0px;
	top: -2px;
	left: -80px;
	transform: rotate(90deg);
}

#point5text10 {
	position: absolute;
	width: 211px;
	top: 2px;
	left: -264px;
	text-align: left;
	font-size: 15px;
}

#hot5line11 {
	position: absolute;
	border-top: 2px dotted red;
	width: 217px;
	height: 0px;
	top: 93px;
	left: -88px;
	transform: rotate(90deg);
}

#point5text11 {
	position: absolute;
	width: 300px;
	top: 206px;
	left: -120px;
	text-align: center;
	font-size: 15px;
}

/******* interier hotspot ***********************/

#hot10line1 {
	position: absolute;
	border-top: 2px dotted red;
	width: 185px;
    height: 0px;
    top: -30px;
    transform: rotate(180deg);
    left: -200px;
}

#point10text1 {
	position: absolute;
	width: 157px;
	top: -36px;
	left: -266px;
	text-align: left;
	font-size: 15px;
}

#hot10line2 {
	position: absolute;
	border-top: 2px dotted red;
	width: 162px;
	height: 0px;
	top: -21px;
	left: -173px;
}

#hot10line2::before {
	left: 162px;
}

#point10text2 {
	position: absolute;
	width: 157px;
	top: -26px;
	left: -288px;
	text-align: left;
	font-size: 15px;
}

#hot10line3 {
	position: absolute;
	border-top: 2px dotted red;
	width: 130px;
    height: 0px;
    top: -15px;
    left: -205px;
}

#hot10line3::before {
	left: 128px;
}

#point10text3 {
	position: absolute;
	width: 157px;
	top: -21px;
	left: -303px;
	text-align: left;
	font-size: 15px;
}

#hot10line4 {
	position: absolute;
	border-top: 2px dotted red;
	width: 166px;
    height: 0px;
    top: -23px;
    left: -168px;
}

#hot10line4::before {
	left: 165px;
}

#point10text4 {
	position: absolute;
	width: 157px;
	top: -31px;
    left: -255px;
	text-align: left;
	font-size: 15px;
}

#hot10line5 {
	position: absolute;
	border-top: 2px dotted red;
	width: 158px;
    height: 0px;
    top: 20px;
    left: -155px;
}

#hot10line5::before {
	left: 156px;
}

#point10text5 {
	position: absolute;
	width: 157px;
	top: 15px;
    left: -260px;
	text-align: left;
	font-size: 15px;
}

#hot10line6 {
	position: absolute;
	border-top: 2px dotted red;
	width: 275px;
    height: 0px;
    top: -22px;
    left: -4px;
}

#point10text6 {
	position: absolute;
	width: 179px;
    top: -28px;
    left: 275px;
	text-align: left;
	font-size: 15px;
}

#hot10line7 {
	position: absolute;
	border-top: 2px dotted red;
	width: 235px;
    height: 0px;
    top: 10px;
    left: -10px;
}

#point10text7 {
	position: absolute;
	width: 179px;
    top: 2px;
    left: 230px;
    text-align: left;
    font-size: 15px;
}

#hot10line8 {
	position: absolute;
	border-top: 2px dotted red;
	width: 155px;
    height: 0px;
    top: -18px;
    left: -5px;
    transform: rotate(0deg);
}


#point10text8 {
	position: absolute;
	width: 201px;
    top: -22px;
    left: 155px;
    text-align: left;
    font-size: 15px;
}

#hot10line9 {
	position: absolute;
	border-top: 2px dotted red;
	width: 185px;
    height: 0px;
    top: -26px;
    left: -10px;
    transform: rotate(0deg);
}

#point10text9 {
	position: absolute;
	width: 201px;
    top: -32px;
    left: 180px;
	text-align: left;
	font-size: 15px;
}

#hot10line10 {
	position: absolute;
	border-top: 2px dotted red;
	width: 130px;
    height: 0px;
    top: -8px;
    left: 8px;
    transform: rotate(0deg);
}

#point10text10 {
	position: absolute;
	width: 201px;
	top: -14px;
    left: 143px;
	text-align: left;
	font-size: 15px;
}

#hot10line11 {
	position: absolute;
	border-top: 2px dotted red;
	width: 155px;
    height: 0px;
    top: -12px;
    left: 10px;
    transform: rotate(0deg);
}

#point10text11 {
	position: absolute;
	width: 201px;
	top: -18px;
    left: 170px;
	text-align: left;
	font-size: 15px;
}

#hot10line12 {
	position: absolute;
	border-top: 2px dotted red;
	width: 155px;
    height: 0px;
    top: -12px;
    left: 10px;
    transform: rotate(0deg);
}

#point10text12 {
	position: absolute;
	width: 201px;
	top: -18px;
    left: 170px;
	text-align: left;
	font-size: 15px;
}

#hot10line13 {
	position: absolute;
	border-top: 2px dotted red;
    width: 198px;
    height: 0px;
    top: -61px;
    left: -22px;
    transform: rotate(180deg);
}


#hot10line13_1 {
	position: absolute;
	border-top: 2px dotted red;
	width: 16px;
    height: 0px;
    top: -52px;
    left: -28px;
    transform: rotate(90deg);
}


#hot10line13_2 {
    position: absolute;
    width: 48px;
    height: 26px;
    border: 2px solid red;
    top: -44px;
    left: -45px;
}

#point10text13 {
	position: absolute;
	width: 201px;
	top: -65px;
    left: 180px;
	text-align: left;
	font-size: 15px;
}

/*** interior bay hotspot *******/

#hot11line1 {
	position: absolute;
	border-top: 2px dotted red;
	width: 284px;
	height: 0px;
	top: -18px;
	left: 0px;
}

#point11text1 {
	position: absolute;
	width: 157px;
	top: -30px;
	left: 291px;
	text-align: left;
	font-size: 15px;
}

#hot11line2 {
	position: absolute;
	border-top: 2px dotted red;
	width: 178px;
	height: 0px;
	top: -18px;
	left: 0px;
}

#point11text2 {
	position: absolute;
	width: 157px;
	top: -24px;
	left: 183px;
	text-align: left;
	font-size: 15px;
}

#hot11line3 {
	position: absolute;
	border-top: 2px dotted red;
	width: 178px;
	height: 0px;
	top: -31px;
	left: 0px;
}

#point11text3 {
	position: absolute;
	width: 190px;
	top: -40px;
	left: 183px;
	text-align: left;
	font-size: 15px;
}

#hot11line4 {
	position: absolute;
	border-top: 2px dotted red;
	width: 191px;
	height: 0px;
	top: -22px;
	left: -181px;
	transform: rotate(180deg);
}

#point11text4 {
	position: absolute;
	width: 178px;
	top: -27px;
	left: -227px;
	text-align: left;
	font-size: 15px;
}

#hot11line5 {
	position: absolute;
	border-top: 2px dotted red;
	width: 157px;
	height: 0px;
	top: -24px;
	left: -160px;
	transform: rotate(180deg);
}

#point11text5 {
	position: absolute;
	width: 178px;
	top: -29px;
	left: -208px;
	text-align: left;
	font-size: 15px;
}