:root {
	--gotham: "Gotham";
	--gotham-book: "Gotham Book";
	--fullsize: 100%;
	--blue: #3e8ddd;
	--light-blue: #46c8e1;
	--black: #333f48;
	--dark-black: #000000;
	--grey: #808080;
	--red: #da140a;
	--white: #fff;
	--purple: #8046a8;
	--green: #6abc46;
	--cloud: #c9d0f0;
	--animate-duration: 1s;
	--animate-delay: 1s;
	--animate-repeat: 1;
}

@font-face {
	font-family: "Gotham";
	src: url("../fonts/gotham/Gotham-Light.eot");
	src: url("../fonts/gotham/Gotham-Light.eot?#iefix")format("embedded-opentype"),
		url("../fonts/gotham/Gotham-Light.woff2") format("woff2"),
		url("../fonts/gotham/Gotham-Light.woff") format("woff"),
		url("../fonts/gotham/Gotham-Light.ttf") format("truetype"),
		url("../fonts/gotham/Gotham-Light.svg#Gotham-Light") format("svg");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Gotham Book";
	src: url("../fonts/gotham/Gotham-Book.eot");
	src: url("../fonts/gotham/Gotham-Book.eot?#iefix")format("embedded-opentype"),
		url("../fonts/gotham/Gotham-Book.woff2") format("woff2"),
		url("../fonts/gotham/Gotham-Book.woff") format("woff"),
		url("../fonts/gotham/Gotham-Book.ttf") format("truetype"),
		url("../fonts/gotham/Gotham-Book.svg#Gotham-Book") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Gotham";
	src: url("../fonts/gotham/Gotham-Bold.eot");
	src: url("../fonts/gotham/Gotham-Bold.eot?#iefix")format("embedded-opentype"),
		url("../fonts/gotham/Gotham-Bold.woff2") format("woff2"),
		url("../fonts/gotham/Gotham-Bold.woff") format("woff"),
		url("../fonts/gotham/Gotham-Bold.ttf") format("truetype"),
		url("../fonts/gotham/Gotham-Bold.svg#Gotham-Bold") format("svg");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

/*
=================================
Reset CSS
=================================
*/
*,
* body {
	margin: 0;
	padding: 0;
	font-family: var(--gotham-book);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

*:hover,
*:focus,
*:active,
*:visited,
* body:hover,
* body:focus,
* body:active,
* body:visited {
	outline: none;
	text-decoration: none;
}

/* make sure to set some focus styles for accessibility */
:focus,
.btn:focus {
	outline: none;
	box-shadow: none;
}

html,
body {
	font-size: 100%;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
	-ms-text-size-adjust: 100%;
	/* 2 */
	position: absolute;
	overflow-x: hidden;
	width: var(--fullsize);
	height: var(--fullsize);
}

body {
	font: normal 16px/1.3 var(--gotham-book);
	color: var(--black);
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

ol li,
ul li {
	margin: 0;
	padding: 0;
}

blockquote,
q {
	quotes: none;
}

blockquote::after,
blockquote::before,
q::after,
q::before {
	content: "";
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	border: none;
}

textarea {
	overflow: auto;
	resize: none;
	font-size: 0;
	/* 1 */
	margin: 0;
	/* 2 */
	vertical-align: baseline;
	/* 3 */
	vertical-align: middle;
	/* 3 */
}

audio,
canvas,
video {
	display: block;
	display: inline;
	zoom: 1;
	max-width: var(--fullsize);
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

h1,
h2,
h3,
h4,
h5,
h5 {
	font-weight: bold;
	margin-bottom: 5px;
	font-family: var(--gotham);
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 1em;
}

h5 {
	font-size: 0.83em;
}

h6 {
	font-size: 0.67em;
}

p {
	font-size: 23px;
	margin-bottom: 10px;
}

a {
	color: inherit;
	text-decoration: none;
}

a:focus,
a:hover,
a:active {
	color: inherit;
	text-decoration: none;
	outline: none;
}

i,
.material-icons,
.material-icons-outlined {
	line-height: inherit;
}

img {
	border: 0;
	/* 1 */
	-ms-interpolation-mode: bicubic;
	/* 2 */
	max-width: var(--fullsize);
	vertical-align: middle;
}

figure,
form,
fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

legend {
	border: 0;
	/* 1 */
	padding: 0;
	white-space: normal;
	/* 2 */
	margin-left: -7px;
	/* 3 */
}

button,
input,
select {
	background: none;
	margin: 0;
	/* 2 */
	vertical-align: baseline;
	/* 3 */
	text-transform: none;
	line-height: normal;
	border: none;
	font: normal 14px var(--gotham-book);
}

button {
	-webkit-appearance: button;
	/* 2 */
	cursor: pointer;
	/* 3 */
	overflow: visible;
	/* 4 */
	text-align: left;
	display: inline-block;
}

button[disabled] {
	cursor: default;
}

button::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: button;
	/* 2 */
	cursor: pointer;
	/* 3 */
	overflow: visible;
	/* 4 */
}

input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	/* 2 */
	height: 13px;
	/* 3 */
	width: 13px;
}

input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input:focus {
	outline: none;
}

input[type="search"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
	-webkit-appearance: none;
	-moz-appearance: none;
}

input::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	font: inherit;
	color: inherit;
}

input::-moz-placeholder,
.form-control::-moz-placeholder {
	/* Firefox 19+ */
	font: inherit;
	color: inherit;
}

input:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
	/* IE 10+ */
	font: inherit;
	color: inherit;
}

input:-moz-placeholder,
.form-control:-moz-placeholder {
	/* Firefox 18- */
	font: inherit;
	color: inherit;
}

.form-control:focus {
	box-shadow: none;
}

sub {
	font-size: small;
	vertical-align: bottom;
}

.green {
	color: var(--green);
}

.red {
	color: var(--red);
}

.white {
	color: var(--white);
}

.purple {
	color: var(--purple);
}

.grey {
	color: var(--grey);
}

.black {
	color: var(--black);
}

.blue {
	color: var(--blue);
}

.light-blue {
	color: var(--light-blue);
}

.hide {
	display: none !important;
}

.border-0 {
	border: none !important;
}

.carousel-inner {
	overflow: inherit;
}

.carousel-item {
	-webkit-transition: transform 0.5s ease;
	transition: transform 0.5s ease;
}

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
	-webkit-transition: opacity 0s 0s;
	transition: opacity 0s 0s;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
	background: none;
}

.invalid-feedback {
	font-size: 1.275em;
	font-weight: normal;
	font-family: "Gotham Book";
	text-transform: capitalize;
	margin-top: 1rem;
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
	box-shadow: none;
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-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;
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft;
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

@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: 0;
		transform: translateY(50px);
		visibility: hidden;
	}

	100% {
		opacity: 1;
		transform: translateY(0);
		visibility: visible;
	}
}

@-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;
	}
}

#loader {
	position: fixed;
	top: 0;
	left: 0;
	width: var(--fullsize);
	height: var(--fullsize);
	z-index: 9999;
}

#loader::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: var(--fullsize);
	height: var(--fullsize);
	z-index: 1;
	opacity: 0.5;
	background-color: var(--white);
}

#loader img {
	width: var(--fullsize);
	height: var(--fullsize);
	display: block;
}

.loader-main {
	position: absolute;
	bottom: 50px;
	left: 50px;
	z-index: 1;
	width: 150px;
}

.loader-main .loader-bg {
	width: var(--fullsize);
	height: 10px;
	background-color: #ddd;
	margin-bottom: 0.5rem;
}

.loader-main .loader-bar {
	width: 0;
	height: var(--fullsize);
	background-color: var(--grey);
	-webkit-transition: width 0.5s ease;
	transition: width 0.5s ease;
}

.loader-main .loader-text {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px;
	display: block;
}

/**Main**/
#main {
	position: absolute;
	border: 1px solid var(--grey);
	overflow: hidden;
}

.mainContainer {
	height: var(--fullsize);
}

#content {
	position: relative;
}

/** header **/
.header {
	position: absolute;
	top: 0;
	left: 0;
	width: var(--fullsize);
	z-index: 111;
}

.header .navbar {
	padding: 0;
}

.header .navbar-brand {
	padding: 0;
	margin: 0;
	display: inline-block;
	background: transparent url(../img/common/thinkagile-bg.svg) center no-repeat;
	background-size: cover;
	height: 105px;
	width: 550px;
	color: var(--white);
	padding-left: 80px;
	padding-top: 20px;
	font-weight: normal;
	font-size: 28px;
}

.header .navbar-brand img {
	display: inline-block;
	width: 180px;
}

.header .navbar-brand span {
	display: inline-block;
	vertical-align: sub;
}

.back-button {
	text-transform: uppercase;
	color: var(--red);
	font-size: 20px;
	text-align: center;
	position: absolute;
	top: 10px;
	right: 35px;
}

.back-button .text {
	display: block;
	margin-top: 8px;
}

/** Sidemenu **/
.sidemenu {
	position: absolute;
	top: 170px;
	left: 0;
	background-color: var(--grey);
	width: 375px;
	z-index: 111;
	-webkit-transition: 0.5s ease;
	transition: 0.5s ease;
}

.sidemenu .menu-item .menu-btn {
	font-size: 20px;
	color: var(--white);
	display: block;
	padding: 15px 30px;
	width: var(--fullsize);
	-webkit-transition: background 0.3s ease;
	transition: background 0.3s ease;
	position: relative;
}

.sidemenu .menu-item .menu-btn.menu-arrow::before {
	content: "";
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url("../img/common/right-arrow.svg");
	display: block;
	position: absolute;
	top: 13px;
	right: 35px;
	width: 13px;
	height: 25px;
	-webkit-transition: -webkit-transform 0.5s ease;
	transition: transform 0.5s ease;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.sidemenu .menu-item .menu-btn.collapsed::before {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.sidemenu .menu-item .play-all::before {
	content: "";
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url("../img/common/play.svg");
	display: block;
	position: absolute;
	top: 15px;
	right: 25px;
	width: 22px;
	height: 24px;
}

.sidemenu .menu-item .play-all.active::before {
	background-image: url("../img/common/pause.svg");
}

.sidemenu .menu-item .menu-btn:hover,
.sidemenu .menu-item .menu-btn.active {
	background-color: var(--blue);
}

.sidemenu .menu-item .menu-btn.models.active,
.sidemenu .menu-item .menu-btn.benefits.active {
	border-bottom: 1px solid transparent !important;
}

.sidemenu .menu-item:not(:last-child) .menu-btn {
	border-bottom: 1px solid var(--white);
}

.sidemenu .menu-item .menu-item-body {
	background-color: var(--blue);
}

.sidemenu .menu-item .menu-list li {
	position: relative;
	padding: 15px 20px 15px 30px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: nowrap;
	width: 100%;
}

.sidemenu .menu-item .menu-list li button {
	font-size: 20px;
	color: var(--white);
	display: flex;
	flex-wrap: wrap;
}

.sidemenu .menu-item .menu-list li button:hover,
.sidemenu .menu-item .menu-list li button.active {
	color: var(--black);
}

.sidemenu .menu-item .menu-list li button::before {
	content: "";
	width: 10px;
	height: 10px;
	background-color: var(--white);
	-webkit-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
	margin-top: 7px;
	margin-right: 20px;
}

.sidemenu .menu-item .menu-list li button:hover::before,
.sidemenu .menu-item .menu-list li button.active::before {
	background-color: var(--black);
}

.sidemenu .menu-item .menu-list li button span {
	display: inline-block;
	width: calc(100% - 30px);
}

.toggle {
	position: absolute;
	background-color: var(--grey);
	top: 0;
	right: -41px;
	width: 40px;
	height: 40px;
	border: none;
	padding: 5px;
	border-radius: 0;
	text-align: center;
	display: none;
}

.toggle.active::before {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.toggle::before {
	content: "";
	background: transparent url(../img/common/right-arrow.svg) center no-repeat;
	background-size: cover;
	display: inline-block;
	vertical-align: sub;
	width: 15px;
	height: 20px;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

/** Main Content **/
.mainContainer {
	position: relative;
}

.lenovo-logo {
	position: fixed;
	bottom: 50px;
	right: 0;
	width: 50px;
	z-index: 11;
	display: none;
}

.common-menu {
	position: relative;
	width: var(--fullsize);
	height: var(--fullsize);
	padding-left: 400px;
	padding-top: 50px;
	padding-right: 80px;
}

.overview-menu.v1 {
	border: none;
}

.heading {
	margin-bottom: 25px;
	margin-left: 100px;
}

.overviewHeadingText {
	margin-bottom: 20px;
}

.overviewSlideMain .carousel {
	height: var(--fullsize);
}

.overviewSlideMain .carousel-control {
	position: absolute;
	bottom: 25px;
	left: 0;
	width: var(--fullsize);
	z-index: 111;
	margin-top: 0;
	padding-top: 1rem;
	border: none;
}

.overview-menu.v1 .heading h3 {
	color: var(--blue);
	font-size: 45px;
	font-weight: bold;
}

.overview-menu.v1 .heading h4 {
	font-size: 38px;
	font-weight: bold;
	margin-bottom: 16px;
}

.overview-menu.v1 .heading p {
	font-size: 25px;
	max-width: 1172px;
	font-family: var(--gotham-book);
}

.overview-menu.v1 .heading .overviewSubtext {
	position: relative;
	top: -15px;
}

.overview-menu.v1 .heading .nutanix-logo {
	text-align: center;
	position: relative;
	max-width: 1100px;
	margin-top: -7px;
}

.overview-menu.v1 .list-item {
	text-align: center;
}

.overview-menu.v1 .list-item li:not(:last-child) {
	margin-bottom: 30px;
}

.overview-menu.v1 .list-item li img {
	margin-bottom: 10px;
}

.overview-menu.v1 .list-item li .text {
	color: var(--blue);
	display: block;
	font-size: 20px;
	font-weight: bold;
	margin: 0 auto;
}

.overview-menu.v1 .list-item li:nth-child(1) .text {
	max-width: 200px;
}

.overview-menu.v1 .list-item li:nth-child(2) .text {
	max-width: 230px;
}

.overview-menu.v1 .list-item li:nth-child(3) .text {
	max-width: 300px;
}

.overview-v1-server {
	justify-content: space-between;
}

.overview-v1-server .lenovo-servers {
	position: relative;
	padding-right: 100px;
	padding-bottom: 30px;
}

.overview-v1-server .lenovo-servers .server-bg {
	position: absolute;
	top: -250px;
	right: -75px;
}

.overview-v1-server .lenovo-servers .img {
	/* margin-top: -4px; */
	position: relative;
	text-align: center;
	margin: 60px 0;
}

.overview-v1-server .lenovo-servers .img img {
	display: block;
	width: 900px;
	height: auto;
	margin: 0 auto 0 100px;
	max-width: none;
}


.menu2 .overview-hci-logos {
	transform: translateX(-80px);
}


.learn-more .heading h3 {
	color: var(--blue);
	font-size: 45px;
	font-weight: bold;
}

.learn-more .heading h4 {
	font-size: 38px;
	font-weight: bold;
	margin-bottom: 16px;
}

.learn-more {
	padding: 0;
}

.learn-more .item {
	padding-left: 400px;
	padding-top: 80px;
	padding-right: 80px;
}

.learn-more .more-link {
	margin-top: 3rem;
	width: 250px;
	height: 250px;

	border-radius: 50%;
	overflow: hidden;
	padding: 10px;
}

.learn-more .more-link::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: var(--fullsize);
	height: var(--fullsize);
	z-index: -1;

	-webkit-animation: rotating 5s linear infinite;
	-moz-animation: rotating 5s linear infinite;
	-ms-animation: rotating 5s linear infinite;
	-o-animation: rotating 5s linear infinite;
	animation: rotating 5s linear infinite;

	background: rgb(64, 137, 207);
	background: -moz-linear-gradient(115deg,
			rgba(64, 137, 207, 1) 0%,
			rgba(82, 160, 147, 1) 54%,
			rgba(105, 187, 74, 1) 100%);
	background: -webkit-linear-gradient(115deg,
			rgba(64, 137, 207, 1) 0%,
			rgba(82, 160, 147, 1) 54%,
			rgba(105, 187, 74, 1) 100%);
	background: linear-gradient(115deg,
			rgba(64, 137, 207, 1) 0%,
			rgba(82, 160, 147, 1) 54%,
			rgba(105, 187, 74, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4089cf", endColorstr="#69bb4a", GradientType=1);
}

.more-links [class*="col-"]:nth-child(1) .more-link {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.more-links [class*="col-"]:nth-child(2) .more-link {
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
}

.more-links [class*="col-"]:nth-child(3) .more-link {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}

.learn-more .more-link a {
	background-color: var(--white);
	display: flex;
	color: var(--blue);
	border-radius: 50%;
	width: 100%;
	height: 100%;
	text-align: center;
	align-items: center;
	flex-wrap: nowrap;
	justify-content: center;
	position: relative;
}

.learn-more .more-link a:hover {
	background: none;
	color: var(--white);
}

.learn-more .more-link a img {
	width: 10px;
	margin-left: 5px;
	margin-top: -5px;
}

.learn-more .more-link a span {
	font-family: var(--gotham-book);
	font-size: 1.5rem;
	text-align: center;
}

.learn-more .more-server {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
}

.learn-more .more-server .nutanix-lenovo {
	/* position: absolute;
	bottom: 150px;
	right: 200px;
	width: 25%; */
	position: absolute;
	bottom: 394px;
	left: 501px;
	width: 25%;
}

/*new updated*/
.list-wrap h3 {
	font-size: 30px;
	margin-bottom: 20px;
}

.list-items {
	list-style: disc;
	margin-left: 20px;
}

.list-items li {
	font-size: 20px;
	margin-bottom: 6px;
}

.overview-menu .item {
	background: var(--white);
}

.overmenu2 .heading {
	margin-left: 0;
	margin-bottom: 70px;
}

.overview-server2 {
	position: relative;
	max-width: 1300px;
	margin: 0 auto;
}

.overview-server2 .server2-content {
	text-align: center;
	margin: -45px 0;
	position: relative;
	left: 20px;
}

.overview-server2 .overview2-icons {
	margin-top: -50px;
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.overview-server2 .pro-text {
	background-image: url("../img/overview/easyinstall-tag.svg");
	background-size: 210%;
	padding: 20px 20px;
	padding-right: 250px;
	height: 220px;
	width: var(--fullsize);
	display: flex;
	display: -webkit-flex;
	position: relative;
	z-index: 1;
	width: 106%;
}

.overview-server2 .pro-text.pro-item1 {
	padding-top: 11px;
}

.overview-server2 .pro-text.pro-item2 {
	background-position: right 0px;
	padding-right: 0px;
	padding-left: 289px;
	padding-top: 20px;
}

.overview-server2 .pro-text.pro-item3 {
	background-position: left bottom;
	align-items: flex-end;
	padding-bottom: 55px;
}

.overview-server2 .pro-text.pro-item4 {
	background-position: right bottom;
	align-items: flex-end;
	padding-left: 295px;
	padding-right: 20px;
	padding-bottom: 54px;
}

.row .col-6:nth-of-type(1),
.row .col-6:nth-of-type(2) {
	bottom: 15px !important;
	position: relative;
}

.pro-text.pro-item1.anim.animated.fadeIn p {
	position: relative;
	top: 10px;
}

.pro-text.pro-item3.anim.animated.fadeIn p {
	position: relative;
	bottom: 30px;
}

.pro-text.pro-item4.anim.animated.fadeIn p {
	position: relative;
	bottom: 5px;
	right: 5px;
}

.cloud-data-circle-inner .cloud-circle-gradient::before {
	content: "";
	position: absolute;
	top: 0;
	background-color: var(--white);
	border-radius: var(--fullsize);
	width: calc(var(--fullsize) - 10px);
	height: calc(var(--fullsize) - 10px);
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

/* 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);
	}
}


.media-main {
	max-width: 1300px;
	margin: 80px auto 0;
	position: relative;
	z-index: 0;
}

.media-main .media-bg {
	position: absolute;
	left: -350px;
	bottom: -100px;
	z-index: -1;
	width: 500px;
}

.media-main .media {
	width: var(--fullsize);
}

.media-main .media .media-left {
	display: table-cell;
	vertical-align: middle;
}

.media-main .media .media-center {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 50px;
}

.media-main .media .media-left .media-object {
	width: 230px;
}

.media-main .media .media-body {
	display: table-cell;
	vertical-align: middle;
	padding-left: 2em;
}

.media-main .media .media-body .media-heading {
	font-size: 32px;
}

.cloud_foundetion {
	width: 252px;
	height: 252px;
}


/** Benefits **/
.benefit-menu1,
.benefit-menu2,
.payment-menu {
	padding-top: 50px;
}

/* 
.benefit-menu1 .heading {
	margin-bottom: 100px;
} */

.benefit-menu1 .heading h3 {
	border: none;
	color: var(--blue);
}

.benefit-menu1 .heading p {
	max-width: 1000px;
	font-size: 25px;
}

.life-circle .life-circle-item {
	margin-bottom: 1rem;
	position: relative;
}

.life-circle .life-circle-item .text.left {
	margin-right: 2rem;
}

.life-circle .life-circle-item .text.right {
	margin-left: 2rem;
}

.life-circle .life-circle-item .text p {
	font-size: 30px;
	margin-bottom: 0;
}

.benefit-menu2 .heading {
	margin-bottom: 80px;
	color: var(--blue);
}

.benefit-menu2 .management-content {
	background: var(--white);
}

.benefit-menu2 .management-item1 .management-life {
	padding: 110px 0 160px;
	position: relative;
}

.benefit-menu2 .management-item1 .management-life .title {
	color: var(--blue);
	font-size: 26px;
	position: absolute;
	top: 20px;
	left: 150px;
	width: 450px;
}

.benefit-menu2 .management-item1 .life-circle:not(:last-child) {
	margin-bottom: 1rem;
}

.benefit-menu2 .management-item1 .life-circle .life-circle-item .text.left {
	text-align: right;
}

.benefit-menu2 .management-item1 .life-circle .life-circle-item.item1 .cicle-img,
.benefit-menu2 .management-item1 .life-circle .life-circle-item.item4 .cicle-img {
	order: 1;
}

.benefit-menu2 .management-item1 .life-circle .life-circle-item.item2 {
	margin-top: -100px;
}

.benefit-menu2 .management-item1 .life-circle .life-circle-item.item5 {
	bottom: -150px;
}

.benefit-menu2 .management-item1 .life-circle .life-circle-item.item5 .text {
	position: absolute;
	top: 40px;
	left: 100%;
	margin: 0;
	width: 350px;
	text-align: left;
}

.carousel-control {
	position: relative;
	display: flex;
	justify-content: space-between;
	margin-top: 1.5rem;
	border-top: 1px solid var(--black);
	padding-top: 1.5rem;
}

.blink_me {
	animation: blinker 4s linear infinite;
}

@keyframes blinker {
	50% {
		font-size: 1.7rem;
	}
}

.blink_me_icon {
	animation: blinker_icon 4s linear infinite;
}

@keyframes blinker_icon {
	50% {
		font-size: 1.6rem;
		width: 16px;
		height: 16px;
		top: 10px;
		right: -2px;
	}
}

.carousel-control .carousel-control-prev,
.carousel-control .carousel-control-next {
	position: relative;
	opacity: 1;
	font-weight: 600;
	color: var(--blue);
	width: auto;
	padding: 0 1rem;
	font-size: 1.4rem;
}

.carousel-control .carousel-control-prev .carousel-prev-icon {
	content: "";
	position: absolute;
	border-top: 1px solid var(--blue);
	border-left: 1px solid var(--blue);
	vertical-align: sub;
	display: inline-block;
	width: 15px;
	height: 15px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	left: 0;
	top: 7px;
}

.carousel-control .carousel-control-next .carousel-next-icon {
	content: "";
	position: absolute;
	border-top: 1px solid var(--blue);
	border-left: 1px solid var(--blue);
	vertical-align: sub;
	display: inline-block;
	width: 15px;
	height: 15px;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	right: 0;
	top: 7px;
}

.benefit-menu2 .management-item2 .life-circle {
	text-align: center;
	justify-content: center;
	margin: 30px 0;
}

.benefit-menu2 .management-item2 .life-circle .text {
	margin-top: 16px;
}

.benefit-menu2 .management-item2 .life-circle .text p {
	font-size: 23px;
	font-weight: bold;
}

.management-item2 .management-software {
	text-align: center;
}

.management-item2 .management-software .text {
	font-weight: bold;
	font-size: 18px;
	margin-top: 30px;
}

.security-menu {
	padding-top: 50px;
	padding-right: 20px;
}

.integrated-content-items {
	margin-top: 45px;
	/* margin-top: 80px; */
	position: relative;
	z-index: 1;
}

.integrated-subHeading {
	margin-left: 108px;
	margin-top: 22px;
	text-align: left;
	font-size: 23px;
	width: 1310px;
	color: var(--black);
	font-family: var(--gotham-book);
	font-weight: normal;
}

.integrated-content-items .d-flex {
	align-items: center;
	margin-bottom: 50px;
}

.integrated-content-items .row {
	justify-content: center;
}

.integrated-content-items .security-text {
	margin-left: 35px;
}

.integrated-content-items .security-text h3 {
	font-size: 27px;
}

.integrated-line-design {
	margin-top: -80px;
}

.integrated-security-process .row {
	align-items: center;
}

.integrated-security-process .security-process-logo {
	align-self: center;
}

.integrated-security-process .security-process-img {
	padding-left: 50px;
}

.payment-menu .triangle-icon {
	position: absolute;
	right: -110px;
	top: 100px;
}

.payment-menu .subcaption {
	margin-bottom: 25px;
}

.model-list {
	align-items: center;
	margin-bottom: 30px;
}

.model-list .security-icon {
	margin-right: 15px;
}

.model-list .security-icon img {
	width: 150px;
}

.model-list .security-text h3 {
	margin-bottom: 10px;
	font-size: 27px;
}

.model-right-list {
	margin-bottom: 30px;
}

.model-right-list .list-item {
	width: 49%;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
}

.model-right-list .list-item.risk {
	margin-top: 40px;
}

.model-right-list .list-item.capital {
	margin-top: -50px;
}

.model-right-list .list-item.security {
	margin-top: 50px;
}

.model-right-list .list-item.support {
	margin-top: -80px;
}

.model-right-list .list-item.search {
	margin-top: -50px;
	margin-left: 50%;
}

.model-right-list .list-item .img {
	margin-bottom: 10px;
}

.model-right-list .list-item .content p {
	color: var(--green);
}

.link-wrap .link {
	text-align: right;
	margin-bottom: 20px;
}

.link-wrap .link a {
	position: relative;
	color: var(--blue);
	font-size: 23px;
}

.link-wrap .link a::after {
	content: "";
	background: #fff url(../img/common/right-arrow-blue.svg) center no-repeat;
	background-size: cover;
	display: inline-block;
	vertical-align: sub;
	width: 20px;
	height: 20px;
	margin-left: 5px;
	margin-top: -4px;
}

.maincontent {
	height: var(--fullsize);
}

.maincontent.service-menu {
	padding-top: 50px;
}

.service-menu .heading h3 span {
	font-weight: normal;
}

.data-circle-main {
	max-width: 1200px;
	margin: 0 auto;
}

.data-circle {
	padding: 30px 0 40px;
	text-align: center;
}

.data-circle .data-circle-inner {
	display: inline-block;
	position: relative;
}

.data-circle-inner .lenovo-text-img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.data-circle-inner .circle-img img {
	-webkit-animation: rotating 15s linear infinite;
	-moz-animation: rotating 15s linear infinite;
	-ms-animation: rotating 15s linear infinite;
	-o-animation: rotating 15s linear infinite;
	animation: rotating 15s linear infinite;
}

/* 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);
	}
}

.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;
}

.data-circle .data-circle-content.discover {
	top: -20px;
	left: -170px;
	display: flex;
}

.data-circle .data-circle-content.design {
	top: -20px;
	right: -170px;
}

.data-circle .data-circle-content.implement {
	top: 50%;
	right: -70%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.data-circle .data-circle-content.support {
	bottom: -20px;
	right: -180px;
}

.data-circle .data-circle-content.optimize {
	bottom: -20px;
	left: -180px;
}

.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: 30px;
	margin-right: 0;
}

.data-circle .data-circle-content .img {
	display: block;
	background-position: left;
	background-size: cover;
	background-repeat: no-repeat;
	width: 150px;
	height: 150px;
	margin-right: 30px;
}

.data-circle .data-circle-content.discover .img {
	background-image: url(../img/benefits/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(../img/benefits/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(../img/benefits/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(../img/benefits/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(../img/benefits/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(../img/benefits/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: 30px;
	position: relative;
}

.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-control {
	border: 1px solid transparent;
	color: var(--green);
	padding: 5px;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}

.data-input-content-main .data-input .form-control:focus {
	border-color: var(--green);
}

.data-input-content-main .data-input .form-control.is-invalid,
.data-input-content-main .data-input .form-control.is-invalid:focus {
	border-color: #dc3545;
	color: #dc3545;
}

.data-input-content {
	margin-top: 15px;
}

.data-input-content .title {
	display: block;
	color: var(--blue);
	font-weight: bold;
}

.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 li {
	font-size: 22px;
	position: relative;
	padding-left: 20px;
}

.data-input-content .data-input-list-main .data-input-list-left ul>li::before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	background-color: var(--blue);
	border-radius: 50%;
	position: absolute;
	top: 15px;
	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: 18px;
	left: 0;
}

.data-input-content .data-input-list-main .data-input-list-right {
	flex: 0 0 60%;
	max-width: 60%;
}

.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: 25px;
	font-weight: normal;
	max-width: 700px;
}

.nav-select-wrap {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	width: var(--fullsize);
	margin-top: 35px;
}

.nav-select-wrap .nav-link {
	font-size: 20px;
	position: relative;
	padding: 10px 20px;
	color: var(--blue);
	font-weight: bold;
}

.nav-select-wrap .nav-link::before {
	content: "";
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../img/common/right-arrow-blue.svg);
	width: 14px;
	height: 20px;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -9px;
	right: 0;
}

.nav-select-wrap .nav-link.prev::before {
	left: 0;
	right: auto;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.nav-select-wrap .nav-select-box {
	margin: 0 20px;
}

.nav-select-wrap .nav-select-box .dropdown-button {
	background-color: var(--blue);
	position: relative;
}

.nav-select-wrap .nav-select-box .btn {
	border: none;
	font-size: 22px;
	border-radius: 0;
}

.nav-select-wrap .nav-select-box .btn-text {
	padding: 5px 10px;
	width: 340px;
	color: var(--white);
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.nav-select-wrap .nav-select-box .btn-arrow {
	height: var(--fullsize);
	font-size: 15px;
	padding: 10px 20px;
	border-left: 1px solid #fff;
}

.nav-select-wrap .nav-select-box .btn-arrow img {
	transform: rotate(90deg);
}

.nav-select-wrap .dropdown-menu {
	border: none;
	border-radius: 0;
	background-color: var(--blue);
	width: 100%;
	padding: 0;
}

.nav-select-wrap .dropdown-menu li {
	display: block;
}

.nav-select-wrap .dropdown-menu li a {
	position: relative;
	color: var(--white);
	font-size: 18px;
	padding: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.nav-select-wrap .dropdown-menu li.active a,
.nav-select-wrap .dropdown-menu li:hover a {
	background-color: transparent;
	color: var(--black);
}

.nav-select-wrap .dropdown-menu li.active a::before,
.nav-select-wrap .dropdown-menu li:hover a::before {
	background-color: var(--black);
}

.nav-select-wrap .dropdown-menu li a::before {
	content: "";
	width: 10px;
	height: 10px;
	background-color: var(--white);
	border-radius: 50%;
	display: inline-block;
	vertical-align: baseline;
	margin-right: 15px;
}

.dropdown-item:focus,
.dropdown-item:hover {
	background-color: transparent;
}

.server-slider-content .content p {
	font-size: 22px;
}

.server-slider-main {
	height: calc(100% - 146px);
	width: var(--fullsize);
}

.server-slider-main .slider-inner {
	padding: 0 100px;
	display: flex;
	flex-wrap: wrap;
	height: var(--fullsize);
}

.server-slider-main .slider-inner .slide {
	text-align: center;
}

.slider-inner .carousel-item {
	height: 454px;
}

.carousel-indicators {
	margin-bottom: 30px;
	position: relative;
}

.carousel-indicators .carousel-btn {
	border: 2px solid var(--blue);
	border-radius: 50%;
	width: 25px;
	height: 25px;
	opacity: 1;
	margin: 0;
	background-clip: border-box;
}

.carousel-indicators .carousel-btn:not(:last-child) {
	margin-right: 2rem;
}

.carousel-indicators .carousel-btn.active {
	background-color: var(--blue);
}

.slider-carousel-wrap {
	position: relative;
	width: var(--fullsize);
}

.carousel-inner-img {
	position: absolute;
	top: 0;
	left: -5%;
	z-index: -1;
}

.flex-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	height: var(--fullsize);
}

.flex-wrap .flex-item {
	height: 100%;
	position: relative;
}

.flex-wrap .flex-item.item1 {
	width: 33.333%;
}

.flex-wrap .flex-item.item1 .img {
	object-fit: cover;
	width: var(--fullsize);
	height: var(--fullsize);
}

.flex-wrap .flex-item.item1::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: var(--fullsize);
	height: var(--fullsize);
	background: var(--dark-black);
	opacity: 0.4;
}

.flex-wrap .flex-item.item2 {
	width: 24.667%;

	padding: 3.5% 4% 2%;
	background: rgb(64, 137, 207);
	background: -moz-linear-gradient(115deg,
			rgba(64, 137, 207, 1) 0%,
			rgba(82, 160, 147, 1) 54%,
			rgba(105, 187, 74, 1) 100%);
	background: -webkit-linear-gradient(115deg,
			rgba(64, 137, 207, 1) 0%,
			rgba(82, 160, 147, 1) 54%,
			rgba(105, 187, 74, 1) 100%);
	background: linear-gradient(115deg,
			rgba(64, 137, 207, 1) 0%,
			rgba(82, 160, 147, 1) 54%,
			rgba(105, 187, 74, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4089cf", endColorstr="#69bb4a", GradientType=1);
}

.flex-wrap .flex-item.item3 {
	width: 42%;
	padding: 2% 6% 1% 3%;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

#support_sub_text {
	width: 950px;
}

.support-menu .heading {
	margin-bottom: 100px;
}

.support-menu {
	position: relative;
}

.support-menu .triangle-icon {
	position: absolute;
	right: 0;
	bottom: 30px;
	width: 600px;
}

.support-menu .support-content .caption {
	margin-bottom: 25px;
}

.support-menu .support-content .support-item {
	margin-bottom: 2rem;
}

.support-menu .support-content .support-item .sub-title {
	font-size: 27px;
	margin-bottom: 15px;
}

.support-menu .support-content .support-item .list-wrap {
	padding-left: 20px;
}


/* ******************************************************************************************* */

/* benefit layout */

.overview-hci-logos {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	/* gap: 120px; */
	flex-wrap: nowrap;
}

.overview-hci-logos .hci-block {
	flex: 0 0 50%;
	max-width: 50%;
}

.hci-points {
	text-align: center;
	list-style: none;
	font-weight: bold;
	color: var(--blue);
}

.hci-block {
	font: normal 24px / 1.3 var(--gotham-book);
}

.hci-logo img {
	height: 71px;
	max-width: 240px;
	margin: 0 auto 20px;
	display: block;
}

.benefit-grid {
	margin-top: 60px;
}

.benefit-item {
	margin-bottom: 120px;
}

.benefit-clickable {
	cursor: pointer;
	transition: transform 0.3s ease;
}

.benefit-clickable:hover {
	transform: scale(1.3);
}

/* .benefit-clickable:hover .benefit-title {
	color: #3e8ddd;
	transition: color 0.3s ease;
} */


.benefit-title {
	margin-top: 15px;
	font-weight: 600;
	font-size: 20px;
	/* color: #000; */
	/* transition: color 0.3s ease; */
}

.benefit-icon {
	width: 200px;
	height: 200px;
	/* border: 3px solid #4a90e2; */
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}

.benefit-menu1 .heading p {
	max-width: 1100px;
	font-size: 25px;
	margin: 15px auto 0;
	padding: 20px 0px;
	text-align: left;
	line-height: 1.4;
}

/* Limit grid width so left/right items come closer */
.benefit-menu1 .benefit-grid {
	max-width: 900px;
	/* try 800–900 */
	margin: 60px auto 0;
	/* center grid */
}

/* Reduce Bootstrap column horizontal spacing */
.benefit-menu1 .benefit-grid>[class*="col-"] {
	padding-left: 30px;
	padding-right: 30px;
}

/* Center each item content */
.benefit-menu1 .benefit-item {
	text-align: center;
}

/* ******************************************************************************************* */

.deployment-wrapper {
	display: flex;
	align-items: center;
	max-width: 1100px;
	margin: 0 auto;
	padding-top: 80px;
}

.deployment-icon img {
	width: 250px;
}


.menu15 .deployment-line {
	height: 420px;
}

.menu16 .deployment-line {
	height: 500px;
}

.menu18 .deployment-line {
	height: 240px;
}

.integrated-block li {
	font: normal 24px / 1.3 var(--gotham-book);
}

/* .deployment-line {
	width: 2px;
	background: linear-gradient(135deg, #38c6d9 0%, #3aa7e3 45%, #2f6fd6 100%);
	height: 320px;
	margin: 0 40px;
} */

.deployment-line {
	position: relative;
	width: 2px;
	height: 320px;
	margin: 0 40px;

	background: linear-gradient(135deg, #38c6d9 0%, #3aa7e3 45%, #2f6fd6 100%);
}

/* ===============================
   CENTER ARROW
================================ */
.deployment-line::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;

	width: 0;
	height: 0;

	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 10px solid #3aa7e3;
	/* arrow color */
}

.deployment-content {
	flex: 1;
	font: normal 24px / 1.3 var(--gotham-book);
	margin-top: 40px;
	/* adjust as needed */
}

.deployment-content .block {
	margin-bottom: 40px;
}

.deployment-content h4 {
	font-weight: 700;
	margin-bottom: 10px;
}


.deployment-content ul {
	padding-left: 5px;
}

.menu15 .deployment-content ul {
	padding-left: 20px;
}

.deployment-content li {
	margin-bottom: 8px;
	list-style-type: disc;
}


/* ******************************************************************************************* */

/* ===============================
   MENU 3 – LAYOUT & WRAPPER
================================ */
.menu3 {
	/* padding: 80px 60px 60px; */
	background: #ffffff;
}

/* ===============================
   HEADING (KEEP CENTERED)
================================ */
.menu3 .heading h3 {
	font-size: 36px;
	font-weight: 700;
	color: #2c7be5;
	margin-bottom: 10px;
}

.menu3 .heading .sub-heading {
	font-size: 26px;
	font-weight: 600;
	color: #2c7be5;
	margin-top: 20px;

	margin-left: -20px;
	/* move right */
}

/* ===============================
   MAIN CONTENT STRUCTURE
================================ */
.menu3-content {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}

/* ===============================
   INTRO TEXT
================================ */
.menu3-text {
	width: 100%;
	text-align: center;
}

.menu3-text .intro-text {
	margin: 0 auto 40px;
	line-height: 30px;
	color: #444;
	text-align: left;
}

/* ===============================
   VALUE PROPOSITIONS BLOCK
================================ */
.menu3-content .menu3-text .block {
	width: 100%;
	font: normal 24px / 1.3 var(--gotham-book);
}

/* ===============================
   THREE CIRCULAR ITEMS ROW
================================ */
.menu3-text ul {
	display: flex;
	justify-content: space-between;
	gap: 70px;
	list-style: none;
	padding: 0;
	margin: 20px auto 0;
	max-width: 1120px;
}

.menu3-text ul li {
	flex: 1;
	/* background: #ffffff;
   border-radius: 20px;
   padding: 40px 30px 30px;
   text-align: center;
   position: relative; */
}

/* ===============================
   TEXT INSIDE CIRCLES
================================ */
.menu3-text ul li strong {
	display: block;
	font-size: 20px;
	/* font-weight: 700; */
	color: #2c7be5;
	white-space: nowrap;
	margin-bottom: 12px;
}


.menu3-text ul li {
	font-size: 16px;
	line-height: 26px;
	color: #555;
}

.menu3-text .block h4 {
	margin: 0 0 50px 60px;
}

/* ===============================
   IMAGE AT BOTTOM CENTER
================================ */
.menu3-image {
	width: 100%;
	display: flex;
	justify-content: center;
}

.menu3-image img {
	max-width: 900px;
	width: 100%;
	height: auto;
	margin-top: 20px;
}



/* ===============================
   LI AS CIRCULAR CARD
================================ */


.menu3-text ul li {
	position: relative;
	width: 300px;
	height: 320px;
	border-radius: 50%;
	padding: 100px 30px;
	text-align: center;

	/* display: flex;
   flex-direction: column;
   justify-content: center; */

	background: #ffffff;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

/* OUTER GRADIENT RING */
.menu3-text ul li::before {
	content: "";
	position: absolute;
	inset: -5px;
	/* reduced */
	border-radius: 50%;
	background: linear-gradient(135deg, #38c6d9 0%, #3aa7e3 45%, #2f6fd6 100%);
	z-index: -1;
}

/* INNER WHITE CIRCLE */
.menu3-text ul li::after {
	content: "";
	position: absolute;
	inset: 2px;
	/* reduced */
	border-radius: 50%;
	background: #ffffff;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
	z-index: -1;
}

/* ===============================
   HEADING STYLE
================================ */
.menu3-text ul li strong {
	display: block;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 12px;

	background: #2c7be5;
	-webkit-background-clip: text;
	white-space: nowrap;
}

/* ******************************************************************************************* */

/* =========================
   MENU4
========================= */

/* =========================
MENU 4 – HEADING & INTRO=========================*/
.menu4 .heading h3 {
	color: var(--blue);
}

.menu4-intro {
	max-width: 1200px;
	margin: 40px auto 30px;
}

.menu4-intro p {
	text-align: left;
}


/* =========================
   PLATFORM LAYOUT
========================= */

.menu4-platforms {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 60px;
	max-width: 1200px;
	margin: 30px auto;
	align-items: start;
}

.platform {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.platform.platform-nutanix {
	gap: 13px;
}


/* =========================
   SECTION TITLE
========================= */

.platform-title {
	/* background: #f0f0f0; */
	background: #bebdbd;
	text-align: center;
	padding: 10px;
	font-weight: 600;
	font-size: 15px;
}

/* =========================
   ROW STRUCTURE
========================= */

.platform-box-row {
	display: grid;
	gap: 12px;
}

/* Nutanix rows = 2 columns */
.platform-nutanix .platform-box-row {
	grid-template-columns: 1fr 1fr;
}

/* VMware rows = 3 columns */
.platform-vmware .platform-box-row {
	grid-template-columns: repeat(3, 1fr);
}

/* =========================
   BOX BASE (SAME COLOR)
========================= */


.platform-box {
	position: relative;
	padding: 12px;
	text-align: center;
	font-size: 16px;
	line-height: 1.35;

	background:
		linear-gradient(#ffffff, #ffffff) padding-box,
		linear-gradient(135deg, #4fa3d9 0%, #5bbfd0 50%, #6ad6c7 100%);

	border: 3px solid transparent;
	border-radius: 6px;
	font-weight: bolder;
}


/* Description text */
.platform-box span {
	display: block;
	font-size: 11px;
	font-weight: 600;
	opacity: 0.95;
	margin-top: 3px;
}

/* =========================
   WIDTH / ALIGNMENT FIXES
========================= */

/* Full-width boxes */
.platform>.platform-box {
	width: 100%;
}

/* AHV centered */
.platform-nutanix .platform-box:nth-of-type(4) {
	max-width: 260px;
	align-self: center;
}

/* Push bottom boxes to align baseline */
.platform-nutanix .platform-box:last-child {
	margin-top: auto;
}

.platform-vmware .platform-box-row:last-child {
	margin-top: auto;
}

/* =========================
   LOGOS
========================= */



/* =========================
   FOOTER / SERVER IMAGE
========================= */

.menu4-footer img.server-img {
	max-width: 1000px;
	width: 100%;
	height: auto;
}


/* =========================
   ANIMATIONS (SAFE)
========================= */

.menu4 .anim {
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.5s ease, transform 0.5s ease;
}

.menu4 .anim.animated {
	visibility: visible;
	opacity: 1;
}

.menu4-logos {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 120px;
	margin-top: 20px;
	margin-bottom: 50px;
	max-width: 900px;
}

/* .menu4-logos {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 900px;	
} */

#platform-nutanix {
	margin: 0px 0px 0px;
}

#platform-vmware {
	margin: 10px 0px 0px;
}

.menu4-logos img {
	max-width: 220px;
	max-height: 100px;
	width: auto;
	object-fit: contain;
	display: block;
	margin: 0 auto;
}


/* =========================
   FOOTER / SERVER IMAGE FIX
========================= */

.menu4-footer {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
	max-width: 100%;
	overflow: hidden;
}

.menu4-footer img.server-img {
	max-width: 100%;
	/* width: 600px; */
	width: 10%;
	/* desktop preferred size */
	height: auto;
	/* keep aspect ratio */
	object-fit: contain;
	display: block;
	margin: 0 auto;
}


/* ******************************************************************************************* */

/* =========================
   MENU 6 – LAYOUT
========================= */

/* .menu6 {
   background: #ffffff;
} */

.menu6-container {
	max-width: 1400px;
	margin: 0 auto;
	padding: 40px 80px;
}

/* =========================
   HEADING
========================= */

.intro-text {
	max-width: 1200px;
	margin: 40px auto 40px;
	/* text-align: center; */
}

/* =========================
   FEATURES GRID
========================= */

.menu6-features {
	display: flex;
	justify-content: space-between;
	gap: 70px;
}

/* =========================
   FEATURE CARD
========================= */

.menu6-feature {
	flex: 1;
	max-width: 33.33%;
}

.menu6-feature h4 {
	font-size: 32px;
	font-weight: 600;
	color: #1f1f1f;
	margin: 25px 0 18px;
}

.menu6-feature p {
	font-size: 14px;
	line-height: 22px;
	color: #5a5a5a;
	max-width: 300px;
	margin: 0 auto;
}

.menu6-feature p,
.menu6-list li {
	line-height: 24px;
	font-size: 20px;
}

/* =========================
   ICON CIRCLE
========================= */

.menu6-icon {
	width: 252px;
	height: 252px;
	margin: 0 0 22px 28px;
	/* top right bottom left */
}

/* ******************************************************************************************* */

/* ************intel logo CSS************ */

/* Powered by Intel – Bottom Center */
.powered-by-wrapper {
	position: fixed;
	transform: translateX(-50%);
	display: flex;
	align-items: end;
	gap: 8px;
	z-index: 12;
	pointer-events: none;
}

.powered-text {
	font-size: 20px;
	color: #000;
	white-space: nowrap;
}

.intel-logo {
	height: 52px;
	width: auto;
	display: block;
}

#fx-intel-logo {
	bottom: 95px;
	left: 50%;
}

#overview-intel-logo {
	bottom: 34px;
	left: 13%;
}

.menu22 .row {
	--bs-gutter-x: 1.6rem;
}

.force-hide {
	display: none !important;
}

/* Intel logo container – matches red box position */

.intel-logo-box {
	position: absolute;
	left: 72px;
	/* adjust to match exact red box X */
	bottom: 105px;
	/* adjust to match exact red box Y */
	width: 295px;
	height: auto;
}

/* Intel logo image */
.intel-logo {
	width: 120px;
	height: auto;
	display: block;
	margin: 20px;
}

/* Intel text */
.intel-text {
	font-size: 18px;
	font-weight: 600;
	width: 290px;
	margin: 0 20px;
}

/* ************intel logo CSS end************ */