* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat';
	src: url('Montserrat-Regular.woff') format('woff'), url('Montserrat-Regular.ttf') format('truetype'), url('Montserrat-Regular.svg#Montserrat-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Montserrat';
	src: url('Montserrat-Light.woff') format('woff'), url('Montserrat-Light.ttf') format('truetype'), url('Montserrat-Light.svg#Montserrat-Light') format('svg');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Montserrat';
	src: url('Montserrat-Medium.woff') format('woff'), url('Montserrat-Medium.ttf') format('truetype'), url('Montserrat-Medium.svg#Montserrat-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Montserrat';
	src: url('Montserrat-SemiBold.woff') format('woff'), url('Montserrat-SemiBold.ttf') format('truetype'), url('Montserrat-SemiBold.svg#Montserrat-SemiBold') format('svg');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Montserrat';
	src: url('Montserrat-Bold.woff') format('woff'), url('Montserrat-Bold.ttf') format('truetype'), url('Montserrat-Bold.svg#Montserrat-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Brown';
	src: url('Brown-Regular.woff2') format('woff2'), url('Brown-Regular.woff') format('woff'), url('Brown-Regular.svg#Brown-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Brown';
	src: url('BrownBold.woff2') format('woff2'), url('BrownBold.woff') format('woff'), url('BrownBold.svg#BrownBold') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'BrownLight';
	src: url('BrownLight.woff2') format('woff2'), url('BrownLight.woff') format('woff'), url('BrownLight.svg#BrownLight') format('svg');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'BrownMedium';
	src: url('BrownMedium.woff2') format('woff2'), url('BrownMedium.woff') format('woff'), url('BrownMedium.svg#BrownMedium') format('svg');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'BrownExtraBold';
	src: url('BrownExtraBold.woff2') format('woff2'), url('BrownExtraBold.woff') format('woff'), url('BrownExtraBold.svg#BrownExtraBold') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
a {
	outline: none;
	-webkit-transition: all .5s;
	transition: all .5s;
}
input, textarea {
	outline: none;
}
.gpuhubfix-wrp {
	left: 0;
	right: 0;
	top: 0;
	position: absolute;
	width: 100%;
	z-index: 99;
}
.gpuhubfix-wrp.sticky {
	position: fixed;
	background: rgba(256,256,256,0.9);
	transition: all 0.9s ease;
	z-index: 9999;
}
.gpuhubfix-wrp.sticky .gpuhubai-logo {
	background: url(../images/gpuhub-logo-wt.png) no-repeat;
	background-size: 100% 100%;
	width: 250px;
	height: 90px;
	margin: 5px 0;
}
.gpuhubfix-wrp.sticky .gpuhubai-mnuwrp {
	margin: 30px 0 0;
}
.gpuhubfix-wrp.sticky .gpuhubai-mnuwrp ul li a {
	color: #545454;
}
.gpuhubfix-wrp.sticky .gpuhubai-mnuwrp ul li a:hover {
	color: #56d821;
}
.gpuhubfix-wrp.sticky .contactus-btn {
	margin: 28px 0 0;
}
header .gpuhubai-logo {
	float: left;
	background: url(../images/gpuhub-logo.png) no-repeat;
	background-size: 100% 100%;
	width: 264px;
	height: 95px;
	margin: 10px 0;
	transition: all 0.9s ease;
}
header .gpuhubai-logo a {
	display: block;
}
header .gpuhubai-mnuwrp {
	float: left;
	width: 70%;
	margin: 38px 0 0;
}
header .gpuhubai-mnuwrp ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
header .gpuhubai-mnuwrp ul li {
	float: left;
	position: relative;
	margin: 0 30px 0 0;
}
header .gpuhubai-mnuwrp ul li:last-child {
	margin-right: 0;
}
header .gpuhubai-mnuwrp ul li a {
	position: relative;
	font-family: 'BrownMedium';
	display: block;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	line-height: 30px;
	padding: 5px 0 32px;
	margin: 0;
	cursor: pointer;
	text-decoration: none;
	letter-spacing: 0.5px;
	transition: 0.3s;
}
header .gpuhubai-mnuwrp ul li a:hover {
	color: #56d821;
	text-decoration: none;
}
header .gpuhubai-mnuwrp ul li a:before {
	content: "";
	width: 0;
	height: 1px;
	background: #56d821;
	position: absolute;
	bottom: 25px;
	border-radius: 30px;
	left: 0;
	right: 0;
	margin: 0 auto;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
header .gpuhubai-mnuwrp ul li a:hover:before {
	content: "";
	width: 100%;
	height: 1px;
	background: #56d821;
	position: absolute;
	bottom: 25px;
	border-radius: 30px;
	left: 0;
	right: 0;
	margin: 0 auto;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
/**** DROPDOWN SUB MENU ****/

header .gpuhubai-mnuwrp li.about-catebx>.sub-menu {
	position: fixed;
	min-width: 100%;
	width: 100%;
	background: url(../images/about-mnubg.jpg) no-repeat 90% 25px #fff;
	background-size: 540px 400px;
	padding: 25px 550px 25px 100px;
	z-index: 99;
	left: 0;
	right: 0;
	top: 120px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	opacity: 0;
	visibility: hidden;
	height: 450px;
}
header .gpuhubai-mnuwrp li.about-catebx:hover>.sub-menu {
	top: 100px;
	text-align: left;
	opacity: 100;
	visibility: visible;
}
header .gpuhubai-mnuwrp li.about-catebx .sub-menu li h4 {
	font-family: 'BrownMedium';
	font-size: 20px;
	color: #56d821;
	font-weight: 500;
	line-height: 32px;
	letter-spacing: 0.5px;
	border-bottom: 1px solid #545454;
	padding: 0 0 5px;
	margin: 15px 0;
}
header .gpuhubai-mnuwrp li.about-catebx .sub-menu li h4:hover {
	color: #545454;
}
header .gpuhubai-mnuwrp .about-catebx:hover>.sub-menu a {
	display: block;
	font-family: 'Montserrat';
	font-size: 16px;
	color: #545454;
	font-weight: 600;
	line-height: 30px;
	margin: 10px 0;
	padding: 0;
}
header .gpuhubai-mnuwrp .about-catebx:hover>.sub-menu a:hover {
	color: #000;
}
header .gpuhubai-mnuwrp .about-catebx:hover>.sub-menu a:hover:before {
	content: "";
	width: 0;
	height: 0;
}
header .gpuhubai-mnuwrp .about-catmenu1 {
	width: 280px;
	margin: 0 10px;
	min-height: 250px;
}
header .gpuhubai-mnuwrp .about-catmenu1>.sub-menu li {
	float: none;
	margin: 0;
}
header .gpuhubai-mnuwrp .about-catmenu2 {
	width: 280px;
	margin: 0 10px;
}
header .gpuhubai-mnuwrp .about-catmenu2>.sub-menu li {
	float: none;
	margin: 0;
}
header .gpuhubai-mnuwrp .about-catmenu3 {
	width: 190px;
	margin: 0 0 0 10px;
}
header .gpuhubai-mnuwrp .about-catmenu3>.sub-menu li {
	float: none;
	margin: 0;
}
header .gpuhubai-mnuwrp li.solution-catebx>.sub-menu {
	position: absolute;
	min-width: 100%;
	width: 650px;
	background: url(../images/solution-mnubg.jpg) no-repeat 95% 25px #fff;
	background-size: 320px 300px;
	padding: 25px 380px 25px 30px;
	z-index: 99;
	left: -190px;
	top: 100px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	opacity: 0;
	visibility: hidden;
	height: 350px;
	border-radius: 10px;
}
header .gpuhubai-mnuwrp li.solution-catebx:hover>.sub-menu {
	top: 70px;
	text-align: left;
	opacity: 100;
	visibility: visible;
}
header .gpuhubai-mnuwrp .solution-catebx:hover>.sub-menu a {
	display: block;
	font-family: 'BrownMedium';
	font-size: 20px;
	color: #545454;
	font-weight: 500;
	line-height: 32px;
	letter-spacing: 0.5px;
	border-bottom: 1px solid #545454;
	margin: 15px 0;
	padding: 0 0 5px;
}
header .gpuhubai-mnuwrp .solution-catebx:hover>.sub-menu a:hover {
	color: #56d821;
}
header .gpuhubai-mnuwrp .solution-catebx:hover>.sub-menu a:hover:before {
	content: "";
	width: 0;
	height: 0;
}
header .gpuhubai-mnuwrp .solution-catebx>.sub-menu li {
	float: none;
	margin: 0;
}
/**** MOBILE MENU ****/
header .mobBar {
	display: none;
}
header .mobBar #TopMenu {
	display: block;
	cursor: pointer;
}
header .mobBar #TopMenu .bar1, .bar2, .bar3 {
	width: 25px;
	height: 3px;
	background: #545454;
	margin: 3px 0;
	transition: 0.4s;
}
header .mobBar .open-menu .bar1 {
	-webkit-transform: rotate(-42deg) translate(-4px, 4px);
	transform: rotate(-45deg) translate(-4px, 4px);
}
header .mobBar .open-menu .bar2 {
	-webkit-transform: rotate(45deg) translate(0, 0);
	transform: rotate(45deg) translate(0, 0);
}
header .mobBar .open-menu .bar3 {
	-webkit-transform: rotate(45deg) translate(-6px, -11px);
	transform: rotate(45deg) translate(-6px, -6px);
}
header .mobBar .mobNav.active {
	display: block;
	transition: 0.5s;
}
header .mobBar .mobNav {
	display: none;
	position: fixed;
	top: 50px;
	right: 0;
	z-index: -1;
	width: 320px;
	height: 420px;
	background: #545454;
	padding: 30px 20px 10px;
	list-style: none;
	transition: width ease .6s;
	overflow-x: hidden;
	transition: 0.5s;
}
header .mobBar .mobNav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
header .mobBar .mobNav li {
	width: 100%;
	position: relative;
}
header .mobBar .mobNav li a {
	display: block;
	font-family: 'BrownMedium';
	color: #fff;
	font-size: 22px;
	font-weight: 500;
	line-height: 30px;
	letter-spacing: 0.5px;
	padding: 8px 0;
	margin: 0;
	text-decoration: none;
	transition: 0.3s;
}
header .mobBar .mobNav li a:hover {
	color: #fff;
}
header .mobBar .mobNav li.menu-item-has-children::before {
	content: '';
	position: absolute;
	top: 18px;
	right: 0;
	height: 0;
	width: 0;
	border: 6px solid transparent;
	border-top-color: #fff;
}
header .mobBar .mobNav li .sub-menu.active {
	display: block;
	visibility: visible;
	top: 100%;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
header .mobBar .mobNav li .sub-menu {
	display: none;
	width: 100%;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	padding: 10px;
}
header .mobBar .mobNav li .sub-menu li a {
	display: block;
	font-family: 'BrownMedium';
	font-size: 17px;
	color: #56d821;
	font-weight: 500;
	line-height: 26px;
	letter-spacing: 0.5px;
	padding: 5px 10px;
	margin: 0;
	text-decoration: none;
	transition: 0.3s;
}
header .mobBar .mobNav li .sub-menu li a:hover {
	color: #fff;
}
header .mobBar .mobNav li .sub-menu li a h4 {
	font-family: 'BrownMedium';
    font-size: 17px;
    color: #56d821;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.5px;
    border-bottom:none;
    padding: 0;
    margin: 0;
}
header .contactus-btn {
	float: right;
	margin: 35px 0 0;
}
header .contactus-btn a {
	font-family: 'Brown';
	display: inline-block;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	padding: 7px 25px;
	letter-spacing: 0.5px;
	text-decoration: none;
	margin: 0;
	border-radius: 50px;
	background: #56d821;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out
}
header .contactus-btn a:hover {
	color: #fff;
	background: #545454;
	box-shadow: 0 0 15px rgba(0, 0, 0, .2);
}
.gpuhubai-aboutcompany-section {
	position: relative;
	padding: 70px 0;
	text-align: center;
	overflow:hidden;
}
.gpuhubai-aboutcompany-section::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(256,256,256,0.7);
	margin: 0 auto;
}
.gpuhubai-aboutcompany-section .ptbx {
	width: 80%;
	margin: 0 auto;
}
.gpuhubai-aboutcompany-section h3 {
	font-family: 'Exo 2';
	font-size: 58px;
	color: #545454;
	line-height: 70px;
	font-weight: 300;
	letter-spacing: 0.5px;
	margin: 0 0 20px;
	padding: 0;
}
.gpuhubai-aboutcompany-section h4 {
	font-family: 'Exo 2';
	font-size: 32px;
	color: #333;
	line-height: 48px;
	font-weight: 400;
	letter-spacing: 0.5px;
	margin: 0 0 20px;
	padding: 0 15%;
}
.gpuhubai-aboutcompany-section p {
	font-family: 'Montserrat';
	font-size: 20px;
	color: #545454;
	line-height: 32px;
	font-weight: 500;
	letter-spacing: 0.5px;
	margin: 0;
	padding: 10px 0;
}
.gpuhubai-aboutcompany-section .pt {
	font-family: 'BrownMedium';
	color: #545454;
	font-size: 30px;
	line-height: 40px;
	font-weight: 500;
}
.gpuhubai-aboutcompany-section .imgbx {
	position: relative;
	overflow: hidden;
	border-radius: 50%;
	border: 10px solid rgba(86,216,33,.1);
	margin: 20px auto 0;
	width: 85%;
}
.gpuhubai-aboutcompany-section .imgbx img {
	width: 100%;
	height: auto;
	    transition: all .4s;
	border-radius: 50%;
	   transition-duration: 1500ms; 
}
.gpuhubai-aboutcompany-section .imgbx:hover img {
	transform: scale(1.2) translateX(8%);
	will-change: transform;
}
.gpuhubai-aboutcompany-section .imgbx1 {
	position: relative;
	overflow: hidden;
	border-radius: 50%;
	border: 10px solid rgba(86,216,33,.2);
	margin: 70px auto 0;
	width: 100%;
}
.gpuhubai-aboutcompany-section .imgbx1 img {
	width: 100%;
	height: auto;
	transition: all .4s;
	border-radius: 50%;
	   transition-duration: 1500ms; 
}
.gpuhubai-aboutcompany-section .imgbx1:hover img {
	transform: scale(1.2) translateX(8%);
	will-change: transform;
}
.gpuhubai-aboutcompany-section .imgbx2 {
	position: relative;
	overflow: hidden;
	border-radius: 50%;
	border: 10px solid rgba(86,216,33,.1);
	margin: 170px auto 0;
	width: 90%;
}
.gpuhubai-aboutcompany-section .imgbx2 img {
	width: 100%;
	height: auto;
	transition: all .4s;
	border-radius: 50%;
	   transition-duration: 1500ms; 
}
.gpuhubai-aboutcompany-section .imgbx2:hover img {
	transform: scale(1.2) translateX(8%);
	will-change: transform;
}
.gpuhubai-ourexpertise-section {
	position: relative;
	padding: 50px 0;
}
.gpuhubai-ourexpertise-section p {
	display: block;
	color: #545454;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	padding: 0 50px;
	margin: 0;
}
.gpuhubai-ourexpertise-section .counter-box {
	padding: 10px;
	margin-top: 15px;
	text-align: center;
	min-height: 165px;
}
.gpuhubai-ourexpertise-section .counter {
	display: inline-block;
}
.gpuhubai-ourexpertise-section .counter-box .counter-box-content {
	display: block;
}
.gpuhubai-ourexpertise-section .counter-box.home-effective .content-box-percentage {
	display: inline-block;
}
.gpuhubai-ourexpertise-section .counter-box.home-effective .content-box-percentage .display-percentage {
	display: inline-block;
	color: #56d821;
	font-family: 'Brown';
	font-size: 115px;
	font-weight: 400;
	line-height: 120px;
	text-align: center;
	padding: 0;
	margin: 0;
}
.gpuhubai-ourexpertise-section .counter-box.home-effective strong {
	display: inline-block;
	font-family: 'BrownLight';
	color: #545454;
	font-size: 80px;
	font-weight: 300;
	line-height: 80px;
	padding: 0 5px;
	margin: 0;
}
.gpuhubai-ourexpertise-section .counter-box.home-effective .content-box-percentage .counter-box-content {
	display: block;
	font-family: 'Montserrat';
	color: #545454;
	font-size: 32px;
	font-weight: 400;
	line-height: 44px;
	padding: 5px 0;
	margin: 0;
}
.gpuhubai-oursolutions-section {
	position: relative;
	padding: 100px 0;
	background: url(../images/gpu-hub-bg1.jpg) no-repeat center top;
	background-size: cover;
}
.gpuhubai-oursolutions-section::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 60%;
	height: 100%;
	background: rgba(0,0,0,0.8);
}
.gpuhubai-oursolutions-section .ptbx {
	width: 50%;
	margin-left: 5%;
}
.gpuhubai-oursolutions-section h3 {
	font-family: 'BrownExtraBold';
	font-size: 85px;
	color: #fff;
	line-height: 80px;
	font-weight: 700;
	letter-spacing: 5px;
	margin: 0 0 20px;
	padding: 0;
}
.gpuhubai-oursolutions-section h5 {
	font-family: 'BrownMedium';
	font-size: 22px;
	color: #fff;
	line-height: 32px;
	font-weight: 500;
	margin: 0;
	padding: 10px 0;
}
.gpuhubai-oursolutions-section .ullist-bx {
	width: 100%;
	float: left;
}
.gpuhubai-oursolutions-section .ullist-bx .bx {
	width: 65%;
	float: left;
	padding-left: 40px;
	border-left: 1px solid #56d821;
	margin-top: 25px;
}
.gpuhubai-oursolutions-section .ullist-bx img {
	width: 25%;
	height: auto;
	border: 1px solid #fff;
	border-radius: 20px;
	padding: 10px;
}
.gpuhubai-oursolutions-section .ullist-bx h4 {
	font-family: 'Brown';
	font-size: 30px;
	color: #fff;
	line-height: 36px;
	font-weight: 700;
	margin: 0;
	padding: 20px 0 0;
}
.gpuhubai-oursolutions-section .ullist-bx p {
	font-family: 'Montserrat';
	font-size: 17px;
	color: #fff;
	line-height: 24px;
	font-weight: 400;
	letter-spacing: 0.5px;
	margin: 0;
	padding: 10px 0;
}
.gpuhubai-oursolutions-section .ullist-bx .bx.b2 {
	float: right;
}
.gpuhubai-value-world-section {
	position: relative;
	padding: 100px 0 80px;
	background: url(../images/gpu-hub-bg2.jpg) no-repeat center top;
	background-size: cover;
}
.gpuhubai-value-world-section::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(256,256,256,0.9);
}
.gpuhubai-value-world-section h4 {
	position: relative;
	display: block;
	font-family: 'BrownExtraBold';
	font-size: 58px;
	color: #545454;
	line-height: 65px;
	font-weight: 700;
	letter-spacing: 1px;
	margin: 0 0 20px;
	padding: 0;
}
.gpuhubai-value-world-section .indiv-valuebx {
	position: relative;
	width: 33%;
	float: left;
	padding: 50px 0 0;
	text-align: center;
}
.gpuhubai-value-world-section .indiv-valuebx .imgbx .spinner {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 160px;
	height: 160px;
	border: 2px solid #56d821;
	border-right-color: #545454;
	border-bottom-color: #545454;
	border-radius: 50px;
	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
}
.gpuhubai-value-world-section .indiv-valuebx:hover .imgbx .spinner {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg)
}
.gpuhubai-value-world-section .indiv-valuebx .imgbx {
	position: relative;
	display: block;
	width: 100%;
	float: left;
}
.gpuhubai-value-world-section .indiv-valuebx .imgbx img {
	display: block;
	margin: 27px auto;
	width: 105px;
	height: auto;
}
.gpuhubai-value-world-section .indiv-valuebx .tbx {
	width: 100%;
	float: left;
	padding: 20px 30px 0;
}
.gpuhubai-value-world-section .indiv-valuebx .tbx h3 {
	font-family: 'BrownMedium';
	color: #56d821;
	font-size: 30px;
	font-weight: 500;
	line-height: 36px;
	letter-spacing: 1px;
	padding: 10px 0;
	margin: 0;
}
.gpuhubai-value-world-section .indiv-valuebx .tbx h3 strong {
	font-family: 'BrownMedium';
	font-size: 28px;
	font-weight: 500;
	color: #333;
}
.gpuhubai-value-world-section .indiv-valuebx .tbx p {
	color: #333;
	font-size: 17px;
	font-weight: 400;
	line-height: 30px;
	padding: 0;
	margin: 0;
}
.gpuhubai-values-section {
	position: relative;
	padding: 100px 0 80px;
}
.gpuhubai-values-section::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(256,256,256,0.9);
}
.gpuhubai-values-section h4 {
	position: relative;
	display: block;
	font-family: 'BrownExtraBold';
	font-size: 58px;
	color: #545454;
	line-height: 65px;
	font-weight: 700;
	letter-spacing: 1px;
	margin: 0 0 20px;
	padding: 0;
}
.gpuhubai-values-section .indiv-valuebx {
	position: relative;
	width: 50%;
	float: left;
	padding: 10px 0;
	text-align: center;
}
.gpuhubai-values-section .indiv-valuebx.tp {
	margin-top: 80px;
}
.gpuhubai-values-section .indiv-valuebx .imgbx {
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
	transition: 0.7s;
}
.gpuhubai-values-section .indiv-valuebx .imgbx img {
	display: block;
	width: 95px;
	height: auto;
	margin: 0 auto;
}
.gpuhubai-values-section .indiv-valuebx:hover .imgbx {
	transform: rotateY(360deg);
}
.gpuhubai-values-section .indiv-valuebx .tbx {
	width: 100%;
	float: left;
}
.gpuhubai-values-section .indiv-valuebx .tbx h3 {
	font-family: 'BrownMedium';
	color: #545454;
	font-size: 20px;
	font-weight: 500;
	line-height: 28px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	padding: 10px 0;
	margin: 0;
}
.gpuhubai-values-section .indiv-valuebx .tbx h3 strong {
	display: block;
	font-family: 'BrownMedium';
	font-size: 28px;
	font-weight: 500;
}
.gpuhubai-values-section .indiv-valuebx .tbx p {
	color: #545454;
	font-size: 17px;
	font-weight: 400;
	line-height: 30px;
	padding: 0;
	margin: 0;
}
.gpuhubai-values-section .cnt-imgbx {
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
	margin: 80px 0;
}
.gpuhubai-values-section .cnt-imgbx img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
	border-radius: 50%;
	padding: 20px;
}
.gpuhubai-values-section .cnt-imgbx .spinner {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	border: 7px solid #56d821;
	border-right-color: #545454;
	border-bottom-color: #545454;
	border-radius: 50%;
	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
}
.gpuhubai-values-section .cnt-imgbx:hover .spinner {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg)
}
.gpuhubai-ourpartners-section {
	position: relative;
	padding: 80px 0;
	background: url(../images/grycont-bg.jpg) repeat center top;
	background-size: cover;
	text-align: center;
}
.gpuhubai-ourpartners-section h4 {
	position: relative;
	display: block;
	font-family: 'BrownExtraBold';
	font-size: 58px;
	color: #fff;
	line-height: 65px;
	font-weight: 700;
	letter-spacing: 1px;
	text-align: left;
	margin: 0 0 20px;
	padding: 0;
}
.gpuhubai-ourpartners-section .lgobx {
	width: 33%;
	text-align: center;
	padding: 40px 20px;
	display: inline-block;
	margin: 0 auto;
}
.gpuhubai-ourpartners-section .lgobx img {
	display: block;
	width: auto;
	height: 55px;
	margin: 0 auto;
}
.gpuhubaiblogs-section {
	position: relative;
	padding: 80px 0;
	background: #f9f9f9;
}
.gpuhubaiblogs-section h3 {
	position: relative;
	display: block;
	font-family: 'BrownMedium';
	color: #545454;
	font-size: 58px;
	font-weight: 700;
	line-height: 65px;
	letter-spacing: 1px;
	padding: 0;
	margin: 0 0 20px;
}
.gpuhubaiblogs-section .bx {
	margin: 25px 0 0;
	width: 100%;
	float: left;
}
.gpuhubaiblogs-section .bx .imgbx {
	position: relative;
	overflow: hidden;
	border-radius: 5px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	width: 25%;
	float: left;
}
.gpuhubaiblogs-section .bx .imgbx img {
	width: 100%;
	height: auto;
	transition: all .4s;
	 transition-duration: 1500ms;
	border-radius: 5px;
}
.gpuhubaiblogs-section .bx .imgbx:hover img {
	transform: scale(1.2) translateX(8%);
	will-change: transform;
}
.gpuhubaiblogs-section .bx .tbx {
	width: 72%;
	float: right;
}
.gpuhubaiblogs-section .bx h4 {
	font-family: 'BrownMedium';
	display: block;
	color: #545454;
	font-size: 28px;
	font-weight: 500;
	line-height: 38px;
	letter-spacing: 1px;
	padding: 0;
	margin: 0;
}
.gpuhubaiblogs-section .bx h5 {
	font-family: 'Montserrat';
	display: block;
	color: #545454;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: 1px;
	padding: 0 0 5px;
	margin: 0;
}
.gpuhubaiblogs-section .bx p {
	display: block;
	font-family: 'Montserrat';
	color: #545454;
	font-size: 17px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.5px;
	padding: 10px 0;
	margin: 0;
}
.gpuhubaiblogs-section .bx .mrebtn {
	display: block;
}
.gpuhubaiblogs-section .bx .mrebtn a {
	display: inline-block;
	font-family: 'Brown';
	color: #444;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	padding: 0 24px 0 0;
	margin: 0;
	background: url(../images/mre-arwr.png) no-repeat 100% 8px;
	cursor: pointer;
	text-decoration: none;
	transition: 0.3s;
}
.gpuhubaiblogs-section .bx .mrebtn a:hover {
	color: #56d821;
	background: url(../images/mre-arwr-h.png) no-repeat 100% 8px;
	text-decoration: none;
}
.gpuhubaimap-section {
	position: relative;
	padding: 80px 0;
}
.gpuhubaimap-section h3 {
	position: relative;
	display: block;
	font-family: 'BrownMedium';
	color: #545454;
	font-size: 58px;
	font-weight: 700;
	line-height: 65px;
	letter-spacing: 1px;
	padding: 0;
	margin: 0 0 20px;
}
.gpuhubaimap-section h4 {
	position: relative;
	display: block;
	font-family: 'BrownMedium';
	color: #333;
	font-size: 28px;
	font-weight: 500;
	line-height: 45px;
	letter-spacing: 1px;
	padding: 0;
	margin: 0 0 20px;
}
.gpuhubaimap-section img {
	width:100%;
	height:auto;
}
.gpuhuai-ftr-wrpbx {
	position: relative;
	background: url(../images/shape.png) no-repeat #333;
	background-size: 100% 100%;
	padding: 70px 0 50px;
}
.gpuhuai-ftr-wrpbx::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
}
.gpuhuai-ftr-wrpbx h4 {
	position: relative;
	font-family: 'BrownMedium';
	display: block;
	color: #fff;
	font-size: 24px;
	font-weight: 500;
	line-height: 32px;
	letter-spacing: 1px;
	padding: 0;
	margin: 10px 0 30px;
}
.gpuhuai-ftr-wrpbx .ftlogo-bx {
	float: left;
	width: 25%;
}
.gpuhuai-ftr-wrpbx .ftlogo-bx img {
	width: 100%;
	height: auto;
}
.gpuhuai-ftr-wrpbx .ft-contact-info {
	float: right;
	width: 70%;
	margin: 15px 0;
}
.gpuhuai-ftr-wrpbx .ft-contact-info h4 {
	display:none;
}
.gpuhuai-ftr-wrpbx .ft-contact-info .ftadr-bx {
	float: left;
	width: 100%;
}
.gpuhuai-ftr-wrpbx .ft-contact-info .ftadr-bx a {
	display: block;
	font-family: 'BrownMedium';
	color: #fff;
	font-size: 21px;
	font-weight: 500;
	line-height: 36px;
	letter-spacing: 1px;
	padding: 0 0 0 40px;
	margin: 0;
	text-decoration: none;
	background: url(../images/ft-adr.png) no-repeat 0 4px;
	background-size: 28px 28px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.gpuhuai-ftr-wrpbx .ft-contact-info .ftadr-bx a strong {
	display: block;
	font-weight: 500;
}
.gpuhuai-ftr-wrpbx .ft-contact-info .ftph-bx {
	float: left;
	width: 100%;
	margin:15px 0;
}
.gpuhuai-ftr-wrpbx .ft-contact-info .ftph-bx a {
	display: block;
	font-family: 'BrownMedium';
	color: #fff;
	font-size: 21px;
	font-weight: 500;
	line-height: 36px;
	letter-spacing: 1px;
	background: url(../images/ft-cal.png) no-repeat 0 4px;
	background-size: 28px 28px;
	padding: 0 0 0 40px;
	margin: 0;
	text-decoration: none;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.gpuhuai-ftr-wrpbx .ft-contact-info .ftem-bx {
	float: left;
	width: 100%;
}
.gpuhuai-ftr-wrpbx .ft-contact-info .ftem-bx a {
	display: block;
	font-family: 'BrownMedium';
	color: #fff;
	font-size: 21px;
	letter-spacing: 1px;
	font-weight: 500;
	line-height: 36px;
	background: url(../images/ft-eml.png) no-repeat 0 4px;
	background-size: 28px 28px;
	padding: 0 0 0 40px;
	margin: 0;
	text-decoration: none;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.gpuhuai-ftr-wrpbx .ft-qucklink {
	float: left;
	width: 100%;
	margin: 70px 0;
	text-align:center;
}
.gpuhuai-ftr-wrpbx .ft-qucklink h4 {
	display:none;
}
.gpuhuai-ftr-wrpbx .ft-qucklink ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.gpuhuai-ftr-wrpbx .ft-qucklink ul li {
	position: relative;
    display: inline-block;
    margin: 0 25px;
}
.gpuhuai-ftr-wrpbx .ft-qucklink ul li a {
	position: relative;
	font-family: 'BrownMedium';
	display: block;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	line-height: 44px;
	letter-spacing: 1px;
	padding: 5px 0 0 18px;
	margin: 0;
	text-decoration: none;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	border-top: 1px solid #56d821;
}
.gpuhuai-ftr-wrpbx .ft-qucklink ul li a:hover {
	color: #56d821;
	text-decoration: none;
}
.gpuhuai-ftr-wrpbx .ft-qucklink ul li a::before {
	content: "";
	position: absolute;
	top: 24px;
	left: 0;
	width: 5px;
	height: 5px;
	background: #56d821;
	border-radius:50px;
}
.gpuhuai-ftr-wrpbx .ft-flwlink-bx {
	float: left;
	margin: 20px 0;
}
.gpuhuai-ftr-wrpbx .ft-flwlink-bx a {
	display: block;
	font-size: 1px;
	margin: 5px;
	text-decoration: none;
	border-radius: 4px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.gpuhuai-ftr-wrpbx .ft-flwlink-bx .ficn1 {
	display: inline-block;
	width: 34px;
	height: 34px;
	background: url(../images/flw-icn1.png) no-repeat 3px 3px;
	background-size: 25px 25px;
	border: 1px solid #fff;
}
.gpuhuai-ftr-wrpbx .ft-flwlink-bx .ficn2 {
	display: inline-block;
	width: 34px;
	height: 34px;
	background: url(../images/flw-icn2.png) no-repeat 3px 3px;
	background-size: 25px 25px;
	border: 1px solid #fff;
}
.gpuhuai-ftr-wrpbx .ft-flwlink-bx .ficn3 {
	display: inline-block;
	width: 34px;
	height: 34px;
	background: url(../images/flw-icn3.png) no-repeat 3px 3px;
	background-size: 25px 25px;
	border: 1px solid #fff;
}
.gpuhuai-ftr-wrpbx .ft-subscribe {
	float: left;
	width: 100%;
	padding:0 0 40px 0;
}
.gpuhuai-ftr-wrpbx .ft-subscribe input[type=text] {
	float: left;
	width: 70%;
	font-family: 'BrownMedium';
	font-size: 17px;
	color: #111111;
	font-weight: 500;
	line-height: 30px;
	padding: 15px;
	margin: 0;
	height: 50px;
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 6px;
}
.gpuhuai-ftr-wrpbx .ft-subscribe input[type=text]::placeholder {
 color: #c2c2c2;
}
.gpuhuai-ftr-wrpbx .ft-subscribe .subscribe-btn {
	float: right;
	width: 28%;
}
.gpuhuai-ftr-wrpbx .ft-subscribe .subscribe-btn input {
	width: 100%;
	display: block;
	font-family: 'BrownMedium';
	font-size: 17px;
    color: #fff;
    font-weight: 500;
    padding: 5px 0 0;
    margin: 0;
    height: 50px;
    background: #56d821;
    border: none;
    border-radius: 6px;
    text-transform: uppercase;
}
.gpuhuai-ftr-wrpbx .cpy-rgtxt {
	font-family: 'Brown';
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 1px;
	text-align: center;
	padding: 40px 0 0;
	margin: 0;
}
.gpuhuai-ftr-wrpbx .cpy-rgtxt a {
	font-family: 'Brown';
	color: #fff;
	font-size: 15px;
	text-decoration: none;
}

/* Animated Title Border */
.heading-title {
	position: relative;
	padding-bottom: 20px;
}
.heading-title .animate-border {
	margin: 0;
}
.heading-title-cnt {
	position: relative;
	padding-bottom: 20px;
	text-align: center;
}
.animate-border {
	position: relative;
	display: block;
	width: 30%;
	height: 2px;
	border-radius: 20px;
	background-image: linear-gradient(156deg, #56d821 0%, #56d821 82%);
	overflow: hidden;
	margin: 0 auto;
}
.animate-border:after {
	position: absolute;
	content: "";
	width: 35px;
	height: 2px;
	left: 5%;
	bottom: 0;
	border-left: 10px solid #fff;
	border-right: 10px solid #fff;
	-webkit-animation: animborder 2s linear infinite;
	animation: animborder 2s linear infinite;
}
@-webkit-keyframes animborder {
 0% {
 -webkit-transform: translateX(0px);
 transform: translateX(0px);
}
 100% {
 -webkit-transform: translateX(113px);
 transform: translateX(113px);
}
}
 @keyframes animborder {
 0% {
 -webkit-transform: translateX(0px);
 transform: translateX(0px);
}
 100% {
 -webkit-transform: translateX(113px);
 transform: translateX(113px);
}
}
/****** INNER PAGE CSS *****/

.gpuhuai-innermain-aboutus-banner {
	width: 100%;
	position: relative;
}
.gpuhuai-innermain-aboutus-banner img {
	width: 100%;
	height: auto;
}
.gpuhuai-innermain-aboutus-banner::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index:1;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.1);
}
.gpuhuai-innermain-aboutus-banner .inner-aboutbantxt {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding-top: 350px;
	z-index:1;
}
.gpuhuai-innermain-aboutus-banner .inner-aboutbantxt .indivtbx {
	width: 100%;
	position: relative;
}
.gpuhuai-innermain-aboutus-banner .inner-aboutbantxt .indivtbx h4 {
	font-family: 'BrownExtraBold';
	font-size: 75px;
	color: #fff;
	line-height: 80px;
	font-weight: 700;
	letter-spacing: 2.5px;
	margin: 0;
	padding: 0;
}
.gpuhuai-innermain-aboutus-banner .inner-aboutbantxt .indivtbx h4 strong {
	display: block;
	color: #fff;
	font-size: 75px;
	line-height: 80px;
	font-family: 'BrownExtraBold';
	font-weight: 700;
}
.gpuhuai-innermain-aboutus-banner .inner-aboutbantxt .indivtbx p {
	position: relative;
	font-family: 'Montserrat';
	font-size: 18px;
	color: #fff;
	line-height: 28px;
	font-weight: 500;
	margin: 70px 0 0 350px;
	padding: 0;
}
.gpuhuai-innermain-aboutus-banner .inner-aboutbantxt .indivtbx p::before {
	content: '';
	position: absolute;
	left: -100px;
	top: 10px;
	width: 80px;
	height: 2px;
	background: #56d821;
	margin: 0;
}
.gpuhubai-inner-ourstory-timeline-section {
	position: relative;
	padding: 70px 0;
	background: url(../images/story-shapebg.jpg) repeat;
}
.gpuhubai-inner-ourstory-timeline-section::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: 60%;
	height: 100%;
	background: rgba(256,256,256,0.9);
	margin: 0 auto;
}
.gpuhubai-inner-ourstory-timeline-section h3 {
	font-family: 'Brown';
	font-size: 55px;
	color: #545454;
	line-height: 65px;
	font-weight: 700;
	margin: 0 0 20px;
	padding: 0;
}
.gpuhubai-inner-ourstory-timeline-section h3 strong {
	display: block;
	font-family: 'Montserrat';
	font-weight: 700;
}
.gpuhubai-inner-ourstory-timeline-section p {
	font-family: 'Brown';
	font-size: 22px;
	color: #545454;
	line-height: 32px;
	font-weight: 500;
	margin: 0;
	padding: 10px 0;
}
.gpuhubai-inner-ourstory-timeline-section .yeartbx-grn {
	width: 55%;
	float: left;
	margin: 50px 0;
	position: relative;
	padding: 0 190px 0 0;
	text-align: right;
	min-height: 150px;
}
.gpuhubai-inner-ourstory-timeline-section .yeartbx-grn .yearbx {
	position: absolute;
	top: 0;
	right: 0;
	width: 165px;
	height: 165px;
	border-radius: 50%;
	font-family: 'BrownMedium';
	font-size: 26px;
	color: #fff;
	font-weight: 500;
	line-height: 20px;
	text-align: center;
	padding: 35px 0;
	background: #56d821;
}
.gpuhubai-inner-ourstory-timeline-section .yeartbx-grn .yearbx strong {
	display: block;
	font-family: 'Brown';
	font-size: 50px;
	color: #fff;
	font-weight: 700;
	line-height: 70px;
}
.gpuhubai-inner-ourstory-timeline-section .yeartbx-grn h5 {
	font-family: 'Montserrat';
	color: #545454;
	font-size: 16px;
	font-weight: 500;
	line-height: 26px;
	padding: 0;
	margin: 0;
}
.gpuhubai-inner-ourstory-timeline-section .yeartbx-grn h6 {
	font-family: 'BrownMedium';
	color: #545454;
	font-size: 26px;
	font-weight: 500;
	line-height: 36px;
	padding: 0 0 10px 0;
	margin: 0;
}
.gpuhubai-inner-ourstory-timeline-section .yeartbx-gry {
	width: 55%;
	float: right;
	margin: 50px 0;
	position: relative;
	padding: 0 0 0 190px;
	text-align: left;
	min-height: 150px;
}
.gpuhubai-inner-ourstory-timeline-section .yeartbx-gry .yearbx {
	position: absolute;
	top: 0;
	left: 0;
	width: 165px;
	height: 165px;
	border-radius: 50%;
	font-family: 'BrownMedium';
	font-size: 26px;
	color: #fff;
	font-weight: 500;
	line-height: 20px;
	text-align: center;
	padding: 35px 0;
	background: #545454;
}
.gpuhubai-inner-ourstory-timeline-section .yeartbx-gry .yearbx strong {
	display: block;
	font-family: 'Brown';
	font-size: 50px;
	color: #fff;
	font-weight: 700;
	line-height: 70px;
}
.gpuhubai-inner-ourstory-timeline-section .yeartbx-gry h5 {
	font-family: 'Montserrat';
	color: #545454;
	font-size: 16px;
	font-weight: 500;
	line-height: 26px;
	padding: 10px 0;
	margin: 0;
}
.gpuhubai-inner-ourstory-timeline-section .yeartbx-gry h6 {
	font-family: 'BrownMedium';
	color: #545454;
	font-size: 26px;
	font-weight: 500;
	line-height: 36px;
	padding: 0 0 10px 0;
	margin: 0;
}
canvas#gt3_landing_canvas {
	position: absolute;
	background-color: transparent;
	width: 100%;
	height: 100%;
}
.gpuhubai-innercompany-founderceo-section {
	position: relative;
	padding: 120px 0;
	background: url(../images/inner-aboutceobg.jpg) repeat;
	background-size: cover;
}
.gpuhubai-innercompany-founderceo-section::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 70%;
	height: 100%;
	background: rgba(0,0,0,0.1);
	margin: 0 auto;
}
.gpuhubai-innercompany-founderceo-section .ptbx {
	width: 100%;
	padding: 0 0 0 50px;
}
.gpuhubai-innercompany-founderceo-section h3 {
	font-family: 'Montserrat';
	font-size: 40px;
	color: #fff;
	line-height: 55px;
	font-weight: 700;
	margin: 0 0 20px;
	padding: 0;
}
.gpuhubai-innercompany-founderceo-section h3 strong {
	display: block;
	font-family: 'Montserrat';
	font-weight: 700;
}
.gpuhubai-innercompany-founderceo-section p {
	font-family: 'Montserrat';
	font-size: 17px;
	color: #fff;
	line-height: 26px;
	font-weight: 400;
	letter-spacing: 0.5px;
	margin: 0;
	padding: 10px 0;
}
.gpuhubai-innercompany-founderceo-section .nmtxt {
	font-family: 'Montserrat';
	font-size: 16px;
	color: #56d821;
	line-height: 26px;
	font-weight: 600;
	letter-spacing: 0.5px;
	margin: 0;
	padding: 10px 0;
}
.gpuhubai-innercompany-founderceo-section .nmtxt strong {
	display: block;
	font-size: 16px;
	line-height: 26px;
	font-weight: 500;
	padding-bottom: 10px;
}
.gpuhubai-innercompany-founderceo-section .shapebx {
	position: absolute;
	top: 20px;
	left: 0;
	opacity: 30%;
}
/**** INNER OUR SOLUTIONS ****/

.gpuhubai-inner-whychoose-section {
	position: relative;
	padding: 70px 0;
	overflow:hidden;
	/*background: url(../images/ai-dedicated-data-contbg.jpg) repeat;
	background-size: cover;*/
}
.gpuhubai-inner-whychoose-section::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.1);
	margin: 0 auto;
}
.gpuhubai-inner-whychoose-section h2 {
	font-family: 'Brown';
	font-size: 55px;
	color: #fff;
	line-height: 65px;
	font-weight: 700;
	letter-spacing: 0.5px;
	margin: 0 0 20px;
	padding: 0;
}
.gpuhubai-inner-whychoose-section .ltbx {
	position: relative;
	overflow: hidden;
	border-radius: 5px;
	margin: 50px 0;
}
.gpuhubai-inner-whychoose-section .ltbx img {
	width: 100%;
	height: auto;
	transition: transform 4s;
	border-radius: 5px;
}
.gpuhubai-inner-whychoose-section .ltbx:hover img {
	transform: scale(1.2) translateX(8%);
	will-change: transform;
}
.gpuhubai-inner-whychoose-section .rtbx {
	position: relative;
	margin: 50px 0;
	padding: 40px 50px;
	background: url(../images/grycont-bg.jpg) repeat;
	background-size: cover;
	border-radius: 5px;
	min-height: 340px;
}
.gpuhubai-inner-whychoose-section .rtbx h3 {
	font-family: 'Brown';
	font-size: 38px;
	color: #000;
	line-height: 48px;
	font-weight: 700;
	letter-spacing: 1px;
	margin: 0;
	padding: 0 0 10px;
}
.gpuhubai-inner-whychoose-section .rtbx p {
	font-family: 'Montserrat';
	font-size: 18px;
	color: #000;
	line-height: 28px;
	font-weight: 500;
	letter-spacing: 0.8px;
	margin: 0;
	padding: 10px 0;
}
.gpuhubai-inner-whychoose-section .cntbx {
	position: relative;
	margin: 20px 0;
}
.gpuhubai-inner-whychoose-section .cntbx img {
	width: 80px;
	height: auto;
	margin-bottom: 10px;
}
.gpuhubai-inner-whychoose-section .cntbx h3 {
	position: relative;
	font-family: 'Brown';
	font-size: 38px;
	color: #fff;
	line-height: 48px;
	font-weight: 700;
	letter-spacing: 1px;
	margin: 0;
	padding: 0 0 10px 20px;
}
.gpuhubai-inner-whychoose-section .cntbx h3::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 5px;
	height: 30px;
	background: #56d821;
}
.gpuhubai-inner-whychoose-section .cntbx p {
	font-family: 'Montserrat';
	font-size: 18px;
	color: #fff;
	line-height: 28px;
	font-weight: 500;
	letter-spacing: 0.8px;
	margin: 0;
	padding: 10px 20px;
}
.gpuhubai-inner-whychoose-section .videobg {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
    height: 100%;
}
.gpuhubai-inner-whychoose-section .videobg video {
    width: 100vw !important;
    height: 100vh !important;
    background: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
    min-height: 100%;
     object-fit: cover;
}
#myVideo {
  position: relative;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}
.gpuhubai-innusecases-section {
	position: relative;
	padding: 80px 0;
	background: url(../images/gryshape-bg.jpg) repeat #545454;
}
.gpuhubai-innusecases-section h3 {
	font-family: 'Brown';
	font-size: 55px;
	color: #fff;
	line-height: 65px;
	font-weight: 700;
	margin: 0 0 20px;
	padding: 0;
}
.gpuhubai-innusecases-section h5 {
	display: block;
	font-family: 'Montserrat';
	font-size: 24px;
	color: #fff;
	line-height: 36px;
	font-weight: 500;
	text-align: center;
	margin: 0;
	padding: 0;
}
.gpuhubai-innusecases-section .indivbx {
	position: relative;
	width: 25%;
	float: left;
	text-align: center;
	margin-top: 70px;
}
.gpuhubai-innusecases-section .indivbx .cntimg .spinner {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 160px;
	height: 160px;
	border: 5px solid #56d821;
	border-right-color: #fff;
	border-bottom-color: #fff;
	border-radius: 50%;
	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
}
.gpuhubai-innusecases-section .indivbx:hover .cntimg .spinner {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg)
}
.gpuhubai-innusecases-section .indivbx .cntimg {
	position: relative;
	display: block;
	width: 100%;
	float: left;
}
.gpuhubai-innusecases-section .indivbx .cntimg img {
	width: 100px;
	height: auto;
	display: block;
	margin: 30px auto;
}
.gpuhubai-innusecases-section .indivbx .cntxt {
	width: 100%;
	float: left;
	padding: 30px 10px 0;
}
.gpuhubai-innusecases-section .indivbx .cntxt h4 {
	font-family: 'Brown';
	color: #fff;
	font-size: 28px;
	font-weight: 700;
	line-height: 36px;
	letter-spacing: 0.5px;
	padding: 10px 0;
	margin: 0;
}
.gpuhubai-innusecases-section .indivbx .cntxt p {
	color: #fff;
	font-size: 17px;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 0.5px;
	padding: 0 15px;
	margin: 0;
}
.gpuhubai-innget-started-section {
	position: relative;
	padding: 100px 0;
	background: url(../images/get-started-formbg.jpg) no-repeat;
	background-size: cover;
}
.gpuhubai-innget-started-section::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
	background: rgba(0,0,0,0.1);
}
.gpuhubai-innget-started-section::after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	height: 100%;
	background: rgba(256,256,256,0.9);
}
.gpuhubai-innget-started-section .ptbx {
	position: relative;
	width: 100%;
	float: left;
	padding: 50px;
	z-index: 9;
}
.gpuhubai-innget-started-section .ptbx h3 {
	font-family: 'Brown';
	font-size: 65px;
	color: #fff;
	line-height: 75px;
	font-weight: 700;
	letter-spacing: 1px;
	margin: 0 0 20px;
	padding: 0;
}
.gpuhubai-innget-started-section .ptbx p {
	font-family: 'Montserrat';
	font-size: 24px;
	color: #fff;
	line-height: 40px;
	font-weight: 500;
	letter-spacing: 0.7px;
	margin: 20px 0 0;
	padding: 10px 0;
}
.gpuhubai-innget-started-section .inquirform-detail {
	position: relative;
	width: 100%;
	float: left;
	padding: 50px;
	z-index: 9;
}
.gpuhubai-innget-started-section .inquirform-detail h4 {
	font-family: 'BrownMedium';
	color: #545454;
	font-size: 26px;
	line-height: 36px;
	font-weight: 500;
	letter-spacing: 0.5px;
	margin: 0 0 20px;
	padding: 0;
}
.gpuhubai-innget-started-section .inquirform-detail .inpnme {
	width: 100%;
	float: left;
	font-family: 'Montserrat';
	font-size: 16px;
	color: #545454;
	font-weight: normal;
	line-height: 24px;
	padding: 15px 20px;
	margin: 10px 0;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
}
.gpuhubai-innget-started-section .inquirform-detail .inpnme::placeholder {
 color:#7c7c7c;
 font-weight:normal;
}
.gpuhubai-innget-started-section .inquirform-detail .inpeml {
	width: 100%;
	float: left;
	font-family: 'Montserrat';
	font-size: 16px;
	color: #545454;
	font-weight: normal;
	line-height: 24px;
	padding: 15px 20px;
	margin: 10px 0;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
}
.gpuhubai-innget-started-section .inquirform-detail .inpeml::placeholder {
 color:#7c7c7c;
 font-weight:normal;
}
.gpuhubai-innget-started-section .inquirform-detail textarea {
	width: 100%;
	height: 150px;
	float: left;
	font-family: 'Montserrat';
	font-size: 16px;
	color: #545454;
	font-weight: normal;
	line-height: 18px;
	padding: 15px 20px;
	margin: 10px 0;
	background: #fff;
	border-radius: 5px;
	border: 1px solid #e0e0e0;
}
.gpuhubai-innget-started-section .inquirform-detail textarea::placeholder {
 color:#7c7c7c;
 font-weight:normal;
}
.gpuhubai-innget-started-section .inquirform-detail .sbmt-btn {
	width: 150px;
	float: left;
	font-family: 'Montserrat';
	font-size: 20px;
	color: #fff;
	font-weight: 600;
	line-height: 24px;
	padding: 15px 20px;
	margin: 5px 0;
	background: #56d821;
	border-radius: 5px;
	border: none;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.gpuhubai-innget-started-section .inquirform-detail .sbmt-btn:hover {
	color: #fff;
	background: #56d821;
	border-radius: 5px;
}
/**** INNER CONTACT PAGE CSS ****/

.gpuhuai-innermain-contactpage-banner {
	width: 100%;
	position: relative;
}
.gpuhuai-innermain-contactpage-banner img {
	width: 100%;
	height: auto;
}
.gpuhuai-innermain-contactpage-banner::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.1);
}
.gpuhuai-innermain-contactpage-banner .inner-contactbantxt {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding-top: 350px;
}
.gpuhuai-innermain-contactpage-banner .inner-contactbantxt .indivtbx {
	width: 100%;
	position: relative;
}
.gpuhuai-innermain-contactpage-banner .inner-contactbantxt .indivtbx h4 {
	font-family: 'BrownExtraBold';
	font-size: 75px;
	color: #fff;
	line-height: 80px;
	font-weight: 700;
	letter-spacing: 2.5px;
	margin: 0;
	padding: 0;
}
.gpuhuai-innermain-contactpage-banner .inner-contactbantxt .indivtbx h4 strong {
	display: block;
	color: #fff;
	font-size: 75px;
	line-height: 80px;
	font-family: 'BrownExtraBold';
	font-weight: 700;
}
.gpuhuai-innermain-contactpage-banner .inner-contactbantxt .indivtbx p {
	position: relative;
	font-family: 'Montserrat';
	font-size: 18px;
	color: #fff;
	line-height: 28px;
	font-weight: 500;
	margin: 70px 65px 0 115px;
	padding: 0;
}
.gpuhuai-innermain-contactpage-banner .inner-contactbantxt .indivtbx p::before {
	content: '';
	position: absolute;
	left: -100px;
	top: 10px;
	width: 80px;
	height: 2px;
	background: #56d821;
	margin: 0;
}
.gpuhuai-innermain-contactpage-banner .indiv-inquirform-banr {
	position: relative;
	width: 100%;
	float: left;
	padding: 0 50px;
	z-index: 9;
}
.gpuhuai-innermain-contactpage-banner .indiv-inquirform-banr h5 {
	font-family: 'BrownMedium';
	color: #fff;
	font-size: 28px;
	line-height: 36px;
	font-weight: 500;
	letter-spacing: 0.5px;
	margin: 0 0 20px;
	padding: 0;
}
.gpuhuai-innermain-contactpage-banner .indiv-inquirform-banr .inpnme {
	width: 100%;
	float: left;
	font-family: 'Montserrat';
	font-size: 16px;
	color: #545454;
	font-weight: normal;
	line-height: 24px;
	padding: 10px 20px;
	margin: 5px 0;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
}
.gpuhuai-innermain-contactpage-banner .indiv-inquirform-banr .inpnme::placeholder {
 color:#7c7c7c;
 font-weight:normal;
}
.gpuhuai-innermain-contactpage-banner .indiv-inquirform-banr .inpeml {
	width: 100%;
	float: left;
	font-family: 'Montserrat';
	font-size: 16px;
	color: #545454;
	font-weight: normal;
	line-height: 24px;
	padding: 10px 20px;
	margin: 5px 0;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
}
.gpuhuai-innermain-contactpage-banner .indiv-inquirform-banr .inpeml::placeholder {
 color:#7c7c7c;
 font-weight:normal;
}
.gpuhuai-innermain-contactpage-banner .indiv-inquirform-banr textarea {
	width: 100%;
	height: 140px;
	float: left;
	font-family: 'Montserrat';
	font-size: 16px;
	color: #545454;
	font-weight: normal;
	line-height: 18px;
	padding: 10px 20px;
	margin: 5px 0;
	background: #fff;
	border-radius: 5px;
	border: 1px solid #e0e0e0;
}
.gpuhuai-innermain-contactpage-banner .indiv-inquirform-banr textarea::placeholder {
 color:#7c7c7c;
 font-weight:normal;
}
.gpuhuai-innermain-contactpage-banner .indiv-inquirform-banr .sbmt-btn {
	width: 150px;
	float: left;
	font-family: 'Montserrat';
	font-size: 20px;
	color: #fff;
	font-weight: 600;
	line-height: 24px;
	padding: 15px 20px;
	margin: 5px 0;
	background: #56d821;
	border-radius: 5px;
	border: none;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.gpuhuai-innermain-contactpage-banner .indiv-inquirform-banr .sbmt-btn:hover {
	color: #fff;
	background: #56d821;
	border-radius: 5px;
}
.gpuhubai-inner-getintouch-page-section {
	position: relative;
	padding: 50px 0;
	background: url(../images/inner-getintouch-bg.jpg) no-repeat center top;
	background-size: cover;
}
.gpuhubai-inner-getintouch-page-section::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
	background: rgba(0,0,0,0.1);
}
.gpuhubai-inner-getintouch-page-section::after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	height: 100%;
	background: rgba(256, 256, 256);
}
.gpuhubai-inner-getintouch-page-section .heading-title {
	z-index: 1;
}
.gpuhubai-inner-getintouch-page-section .heading-title-cnt {
	z-index: 1;
}
.gpuhubai-inner-getintouch-page-section h3 {
	font-family: 'Brown';
	font-size: 48px;
	color: #fff;
	line-height: 65px;
	font-weight: 700;
	letter-spacing: 1px;
	margin: 0 0 20px;
	padding: 0;
}
.gpuhubai-inner-getintouch-page-section h4 {
	font-family: 'Brown';
	font-size: 48px;
	color: #545454;
	line-height: 65px;
	font-weight: 700;
	letter-spacing: 1px;
	margin: 0 0 20px;
	padding: 0;
}
.gpuhubai-inner-getintouch-page-section h6 {
	position: relative;
	z-index: 1;
	font-family: 'Montserrat';
	font-size: 20px;
	color: #545454;
	line-height: 32px;
	font-weight: 500;
	letter-spacing: 0.7px;
	text-align: center;
	margin: 0;
	padding: 10px 50px;
}
.gpuhubai-inner-getintouch-page-section .innpt {
	float: left;
	width: 100%;
	text-align: center;
	position: relative;
	z-index: 1;
	font-family: 'Montserrat';
	font-size: 26px;
	color: #56d821;
	line-height: 40px;
	font-weight: 600;
	letter-spacing: 0.7px;
	margin: 50px 0 0;
	padding: 10px 90px;
}
.gpuhubai-inner-getintouch-page-section .inn-ltgetbx {
	padding: 15px 50px 0;
	position: relative;
	z-index: 1;
}
.gpuhubai-inner-getintouch-page-section .inn-ltgetbx h5 {
	position: relative;
	font-family: 'Brown';
	font-size: 36px;
	color: #fff;
	line-height: 50px;
	font-weight: 700;
	letter-spacing: 1px;
	margin: 0;
	padding: 0 0 0 20px;
}
.gpuhubai-inner-getintouch-page-section .inn-ltgetbx h5::before {
	content: '';
	position: absolute;
	left: 0;
	top: 5px;
	width: 5px;
	height: 40px;
	background: #56d821;
}
.gpuhubai-inner-getintouch-page-section .inn-ltgetbx p {
	font-family: 'Montserrat';
	font-size: 20px;
	color: #fff;
	line-height: 28px;
	font-weight: 500;
	letter-spacing: 0.7px;
	margin: 0;
	padding: 10px 0;
}
.gpuhubai-inner-getintouch-page-section .inn-ltgetbx p strong {
	font-family: 'Montserrat';
	font-size: 24px;
	color: #56d821;
	font-weight: 600;
}
.gpuhubai-inner-getintouch-page-section .inn-ltgetbx p a {
	font-family: 'Montserrat';
	font-size: 24px;
	color: #fff;
	line-height: 40px;
	font-weight: 600;
	letter-spacing: 0.7px;
	text-decoration: none;
	margin: 0;
	padding: 10px 0;
}
.gpuhubai-inner-getintouch-page-section .inn-ltgetbx p a:hover {
	font-family: 'Montserrat';
	color: #56d821;
	font-weight: 500;
	text-decoration: none;
}
.gpuhubai-inner-getintouch-page-section .inn-rtgetbx {
	width: 100%;
	float: left;
	padding: 30px 25%;
	position: relative;
	z-index: 1;
	border-bottom: 1px solid #c9c9c9;
}
.gpuhubai-inner-getintouch-page-section .inn-rtgetbx h5 {
	position: relative;
	float: left;
	font-family: 'Brown';
	font-size: 36px;
	color: #545454;
	line-height: 50px;
	font-weight: 700;
	letter-spacing: 1px;
	margin: 0;
	padding: 0 0 0 20px;
}
.gpuhubai-inner-getintouch-page-section .inn-rtgetbx h5:hover {
	color: #56d821;
}
.gpuhubai-inner-getintouch-page-section .inn-rtgetbx h5::before {
	content: '';
	position: absolute;
	left: 0;
	top: 5px;
	width: 5px;
	height: 40px;
	background: #56d821;
}
.gpuhubai-inner-getintouch-page-section .inn-rtgetbx p {
	font-family: 'Montserrat';
	font-size: 24px;
	color: #545454;
	line-height: 40px;
	font-weight: 500;
	letter-spacing: 0.7px;
	margin: 0;
	padding: 10px 0;
}
.gpuhubai-inner-getintouch-page-section .inn-rtgetbx p strong {
	font-family: 'Montserrat';
	font-size: 24px;
	color: #56d821;
	font-weight: 600;
}
.gpuhubai-inner-getintouch-page-section .inn-rtgetbx p a {
	font-family: 'Montserrat';
	font-size: 24px;
	color: #fff;
	line-height: 40px;
	font-weight: 600;
	letter-spacing: 0.7px;
	text-decoration: none;
	margin: 0;
	padding: 10px 0;
}
.gpuhubai-inner-getintouch-page-section .inn-rtgetbx p a:hover {
	font-family: 'Montserrat';
	color: #56d821;
	font-weight: 500;
	text-decoration: none;
}
.gpuhubai-inner-getintouch-page-section .inn-rtgetbx img {
	width: 60px;
	height: auto;
	float: right;
}
/**** INNER OUR PARTNER ****/

.gpuhubai-inner-ourpartners-section {
	position: relative;
	padding: 70px 0;
	background: url(../images/grycont-bg.jpg) repeat center top;
	background-size: cover;
}
.gpuhubai-inner-ourpartners-section .tbx {
	position: relative;
	overflow: hidden;
	background: rgba(256,256,256,0.2);
	box-shadow: 4px 4px 0 rgba(86, 216, 33, 0.2);
	border-radius: 50px 5px 5px 5px;
	padding: 25px;
	margin: 15px 0;
	cursor: pointer;
	min-height: 510px;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out
}
.gpuhubai-inner-ourpartners-section .tbx:hover {
	background: rgba(256,256,256,0.9);
	box-shadow: 4px 4px 0 rgba(86, 216, 33, 0.7);
}
.gpuhubai-inner-ourpartners-section .tbx:hover .ptxt {
	font-family: 'Montserrat';
	font-size: 17px;
	color: #545454;
	line-height: 26px;
	font-weight: 500;
	letter-spacing: 0.5px;
	margin: 0;
	padding: 10px;
	transition: 0.3s;
}
.gpuhubai-inner-ourpartners-section .lgobx {
	position: relative;
	width: 100%;
	text-align: center;
}
.gpuhubai-inner-ourpartners-section .lgobx img {
	width: auto;
	height: 50px;
}
.gpuhubai-inner-ourpartners-section .ptxt {
	font-family: 'Montserrat';
	font-size: 17px;
	color: #fff;
	line-height: 26px;
	font-weight: 500;
	letter-spacing: 0.5px;
	margin: 0;
	padding: 10px;
}
.gpuhubai-inner-ourpartners-section .tbx:hover .bg {
	display: block;
}
.bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-size: cover;
	background-attachment: scroll;
	background-position: center;
	background-repeat: repeat;
	background-origin: content-box;
}
.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.8;
	z-index: 3;
}
.area {
	width: 100%;
	height: 100vh;
}
.circles {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.circles li {
	position: absolute;
	display: block;
	list-style: none;
	width: 20px;
	height: 20px;
	background: rgba(86, 216, 33, 0.5);
	animation: animate 8s linear infinite;
	bottom: -150px;
}
.circles li:nth-child(1) {
	left: 25%;
	width: 30px;
	height: 30px;
	animation-delay: 0s;
}
.circles li:nth-child(2) {
	left: 10%;
	width: 10px;
	height: 10px;
	animation-delay: 2s;
	animation-duration: 12s;
}
.circles li:nth-child(3) {
	left: 70%;
	width: 5px;
	height: 5px;
	animation-delay: 4s;
}
.circles li:nth-child(4) {
	left: 40%;
	width: 3px;
	height: 3px;
	animation-delay: 0s;
	animation-duration: 18s;
}
.circles li:nth-child(5) {
	left: 65%;
	width: 15px;
	height: 15px;
	animation-delay: 0s;
}
.circles li:nth-child(6) {
	left: 75%;
	width: 25px;
	height: 25px;
	animation-delay: 3s;
}
.circles li:nth-child(7) {
	left: 35%;
	width: 17px;
	height: 17px;
	animation-delay: 7s;
}
.circles li:nth-child(8) {
	left: 50%;
	width: 25px;
	height: 25px;
	animation-delay: 15s;
	animation-duration: 45s;
}
.circles li:nth-child(9) {
	left: 20%;
	width: 18px;
	height: 18px;
	animation-delay: 2s;
	animation-duration: 35s;
}
.circles li:nth-child(10) {
	left: 85%;
	width: 11px;
	height: 11px;
	animation-delay: 0s;
	animation-duration: 11s;
}
 @keyframes animate {
 0% {
 transform: translateY(0) rotate(0deg);
 opacity: 1;
 border-radius: 0;
}
 100% {
 transform: translateY(-1000px) rotate(720deg);
 opacity: 0;
 border-radius: 50%;
}
}

/*** OUR PRICING ****/

.gpuhubai-inner-pricingoverview-section {
	position: relative;
	padding: 70px 0;
	overflow:hidden;
	xbackground: url(../images/grycont-bg.jpg) no-repeat center top;
	xbackground-size: cover;
}
.gpuhubai-inner-pricingoverview-section h2 {
	font-family: 'Brown';
	font-size: 55px;
	color: #000;
	line-height: 65px;
	font-weight: 700;
	letter-spacing: 0.5px;
	margin: 0 0 20px;
	padding: 0;
}
.gpuhubai-inner-pricingoverview-section .lt-prcbx {
    position: relative;
    background: rgba(256, 256, 256, 0.9);
    box-shadow: 4px 4px 0 rgba(86, 216, 33, 0.2);
    border-radius: 30px;
    padding: 50px;
    margin: 25px;
}
.gpuhubai-inner-pricingoverview-section .lt-prcbx h3 {
	font-family: 'Brown';
	font-size: 44px;
	color: #56d821;
	line-height: 44px;
	font-weight: 700;
	letter-spacing: 0.5px;
	margin: 0 0 20px;
	padding: 0;
}
.gpuhubai-inner-pricingoverview-section .lt-prcbx p {
	font-family: 'Montserrat';
    font-size: 18px;
    color: #545454;
    line-height: 28px;
    font-weight: 500;
    letter-spacing: 0.8px;
    margin: 0;
    padding: 10px 0;
}
.gpuhubai-inner-pricingoverview-section .lt-prcbx h5 {
	font-family: 'Brown';
    font-size: 32px;
    color: #545454;
    line-height: 44px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin: 20px 0;
    padding: 0;
}
.gpuhubai-inner-pricingoverview-section .lt-prcbx ul {
	list-style:none;
	margin:0;
	padding:0;
}
.gpuhubai-inner-pricingoverview-section .lt-prcbx ul li {
	font-family: 'Montserrat';
    font-size: 24px;
    color: #545454;
    line-height: 36px;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin: 0;
    padding: 10px 0;
    border-top: 1px solid #d3d3d3;
}
.gpuhubai-inner-pricingoverview-section .lt-prcbx ul li strong {
	font-family: 'Montserrat';
	font-weight: 600;
}
.gpuhubai-inner-pricingoverview-section .additional-infobx {
    position: relative;
    text-align: center;
    float: left;
    width: 100%;
    padding: 50px 0 0;
}
.gpuhubai-inner-pricingoverview-section .additional-infobx h3 {
	font-family: 'Brown';
    font-size: 48px;
    color: #000;
    line-height: 60px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin: 0 0 10px;
    padding: 0;
}
.gpuhubai-inner-pricingoverview-section .additional-infobx ul {
	list-style:none;
	margin:0;
	padding:0;
}
.gpuhubai-inner-pricingoverview-section .additional-infobx ul li {
	font-family: 'Montserrat';
    font-size: 16px;
    color: #000;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin: 0;
    padding: 40px 15px;
    width: 33%;
    float: left;
}
.gpuhubai-inner-pricingoverview-section .additional-infobx ul li strong {
	display: block;
	font-family: 'Montserrat';
	font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    padding-bottom: 10px;
}
.gpuhubai-inner-pricingoverview-section .additional-infobx ul li img {
    width: 125px;
    height: auto;
    float: left;
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    margin: 20px 20px 20px 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.gpuhubai-inner-pricingoverview-section .videobg {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
    height: 100%;
}
.gpuhubai-inner-pricingoverview-section .videobg video {
    width: 100vw !important;
    height: 100vh !important;
    background: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
    min-height: 100%;
    object-fit: cover;
}
.gpuhubai-innhowto-rent-section {
	position: relative;
	padding: 80px 0;
	background: url(../images/gryshape-bg.jpg) repeat #545454;
}
.gpuhubai-innhowto-rent-section h3 {
	font-family: 'Brown';
	font-size: 55px;
	color: #fff;
	line-height: 65px;
	font-weight: 700;
	margin: 0 0 20px;
	padding: 0;
}
.gpuhubai-innhowto-rent-section h5 {
	display: block;
	font-family: 'Montserrat';
	font-size: 24px;
	color: #fff;
	line-height: 36px;
	font-weight: 500;
	text-align: center;
	margin: 0;
	padding: 0;
}
.gpuhubai-innhowto-rent-section .indivbx {
	position: relative;
	width: 20%;
	float: left;
	text-align: center;
	margin-top: 50px;
}
.gpuhubai-innhowto-rent-section .indivbx .cntimg .spinner {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 160px;
	height: 160px;
	border: 5px solid #56d821;
	border-right-color: #fff;
	border-bottom-color: #fff;
	border-radius: 50%;
	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
}
.gpuhubai-innhowto-rent-section .indivbx:hover .cntimg .spinner {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg)
}
.gpuhubai-innhowto-rent-section .indivbx .cntimg {
	position: relative;
	display: block;
	width: 100%;
	float: left;
}
.gpuhubai-innhowto-rent-section .indivbx .cntimg img {
	width: 100px;
	height: auto;
	display: block;
	margin: 30px auto;
}
.gpuhubai-innhowto-rent-section .indivbx .cntxt {
	width: 100%;
	float: left;
	padding: 20px 10px 0;
}
.gpuhubai-innhowto-rent-section .indivbx .cntxt h4 {
	font-family: 'Brown';
	color: #fff;
	font-size: 26px;
	font-weight: 700;
	line-height: 32px;
	letter-spacing: 0.5px;
	padding: 10px 0;
	margin: 0;
}
.gpuhubai-innhowto-rent-section .indivbx .cntxt p {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: 0.5px;
	padding: 0;
	margin: 0;
}
.gpuhubai-inncontact-detail-section {
	position: relative;
	padding: 100px 0;
	background: url(../images/inncontact-detail-bg.jpg) no-repeat;
	background-size: cover;
}
.gpuhubai-inncontact-detail-section::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.1);
}
.gpuhubai-inncontact-detail-section .ptbx {
	padding: 50px;
}
.gpuhubai-inncontact-detail-section .ptbx h3 {
	font-family: 'Brown';
	font-size: 65px;
	color: #fff;
	line-height: 75px;
	font-weight: 700;
	letter-spacing: 1px;
	margin: 0 0 20px;
	padding: 0;
}
.gpuhubai-inncontact-detail-section .ptbx p {
	font-family: 'Montserrat';
	font-size: 24px;
	color: #fff;
	line-height: 40px;
	font-weight: 500;
	letter-spacing: 0.7px;
	margin: 20px 0 0;
	padding: 10px 0;
}

/*** CEO MESSAGE ****/

.gpuhubai-inner-ceomessage-section {
	position: relative;
	padding: 70px 0;
	overflow:hidden;
	xbackground: url(../images/grycont-bg.jpg) no-repeat;
	xbackground-size:cover;
}
.gpuhubai-inner-ceomessage-section::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.1);
	margin: 0 auto;
}
.gpuhubai-inner-ceomessage-section .inn-ceo-txtbx {
	position: relative;
}
.gpuhubai-inner-ceomessage-section h4 {
	font-family: 'Montserrat';
	font-size: 32px;
	color: #fff;
	line-height: 44px;
	font-weight: 700;
	letter-spacing: 0.5px;
	margin: 0 0 20px;
	padding: 0 0 0 50px;
}
.gpuhubai-inner-ceomessage-section h4::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 10px;
	height: 100%;
	background: #56d821;
}
.gpuhubai-inner-ceomessage-section p {
	font-family: 'Montserrat';
	font-size: 22px;
	color: #fff;
	line-height: 32px;
	font-weight: 500;
	letter-spacing: 0.5px;
	margin: 0;
	padding: 10px 0;
}
.gpuhubai-inner-ceomessage-section .nmtxt {
	font-family: 'Montserrat';
	font-size: 28px;
	color: #56d821;
	line-height: 36px;
	font-weight: 600;
	letter-spacing: 0.5px;
	margin: 0;
	padding: 10px 0;
}
.gpuhubai-inner-ceomessage-section .nmtxt strong {
	display: block;
	color: #fff;
	font-size: 26px;
	line-height: 36px;
	font-weight: 600;
	padding-bottom: 10px;
}
.gpuhubai-inner-ceomessage-section .videobg {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
    height: 100%;
}
.gpuhubai-inner-ceomessage-section .videobg video {
    width: 100vw !important;
    height: 100vh !important;
    background: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
    min-height: 100%;
     object-fit: cover;
}
/**** INNER WHAT MAKES US DIFFERENT ****/

.gpuhubai-inner-whatmakeus-section {
	position: relative;
	padding: 70px 0;
	overflow:hidden;
}
.gpuhubai-inner-whatmakeus-section::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.1);
	margin: 0 auto;
}
.gpuhubai-inner-whatmakeus-section h2 {
	font-family: 'Brown';
	font-size: 55px;
	color: #fff;
	line-height: 65px;
	font-weight: 700;
	letter-spacing: 0.5px;
	margin: 0 0 20px;
	padding: 0;
}
.gpuhubai-inner-whatmakeus-section .ltbx {
	position: relative;
	overflow: hidden;
	border-radius: 5px;
	margin: 50px 0;
}
.gpuhubai-inner-whatmakeus-section .ltbx img {
	width: 100%;
	height: auto;
	transition: transform 4s;
	border-radius: 5px;
}
.gpuhubai-inner-whatmakeus-section .ltbx:hover img {
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.gpuhubai-inner-whatmakeus-section .rtbx {
	position: relative;
	margin: 50px 0;
	padding: 40px 50px;
	background: url(../images/grycont-bg.jpg) repeat;
	background-size: cover;
	border-radius: 5px;
	min-height: 340px;
}
.gpuhubai-inner-whatmakeus-section .rtbx h3 {
	font-family: 'Brown';
	font-size: 38px;
	color: #000;
	line-height: 48px;
	font-weight: 700;
	letter-spacing: 1px;
	margin: 0;
	padding: 0 0 10px;
}
.gpuhubai-inner-whatmakeus-section .rtbx p {
	font-family: 'Montserrat';
	font-size: 18px;
	color: #000;
	line-height: 28px;
	font-weight: 500;
	letter-spacing: 0.8px;
	margin: 0;
	padding: 10px 0;
}
.gpuhubai-inner-whatmakeus-section .cntbx {
	position: relative;
	margin: 20px 0;
}
.gpuhubai-inner-whatmakeus-section .cntbx img {
	width: 80px;
	height: auto;
	margin-bottom: 10px;
}
.gpuhubai-inner-whatmakeus-section .cntbx h3 {
	position: relative;
	font-family: 'Brown';
	font-size: 38px;
	color: #fff;
	line-height: 48px;
	font-weight: 700;
	letter-spacing: 1px;
	margin: 0;
	padding: 0 0 10px 20px;
}
.gpuhubai-inner-whatmakeus-section .cntbx h3::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 5px;
	height: 30px;
	background: #56d821;
}
.gpuhubai-inner-whatmakeus-section .cntbx p {
	font-family: 'Montserrat';
	font-size: 18px;
	color: #fff;
	line-height: 28px;
	font-weight: 500;
	letter-spacing: 0.8px;
	margin: 0;
	padding: 10px 20px;
}
.gpuhubai-inner-whatmakeus-section .videobg {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
    height: 100%;
}
.gpuhubai-inner-whatmakeus-section .videobg video {
    width: 100vw !important;
    height: 100vh !important;
    background: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
    min-height: 100%;
     object-fit: cover;
}
.gpuhubai-inndiscover-section {
	position: relative;
	padding: 100px 0;
	background: url(../images/inncontact-detail-bg.jpg) no-repeat;
	background-size: cover;
}
.gpuhubai-inndiscover-section::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.1);
}
.gpuhubai-inndiscover-section .ptbx {
	padding: 50px;
}
.gpuhubai-inndiscover-section .ptbx h3 {
	font-family: 'Brown';
	font-size: 65px;
	color: #fff;
	line-height: 75px;
	font-weight: 700;
	letter-spacing: 1px;
	margin: 0 0 20px;
	padding: 0;
}
.gpuhubai-inndiscover-section .ptbx p {
	font-family: 'Montserrat';
	font-size: 24px;
	color: #fff;
	line-height: 40px;
	font-weight: 500;
	letter-spacing: 0.7px;
	margin: 20px 0 0;
	padding: 10px 0;
}

/***** MEET THE TEAM *****/

.gpuhubai-inner-meettheteam-section {
	position: relative;
	padding: 70px 0;
	overflow:hidden;
	xbackground: url(../images/gryshape-bg.jpg) repeat;
}
.gpuhubai-inner-meettheteam-section h2 {
	font-family: 'Brown';
	font-size: 55px;
	color: #fff;
	line-height: 65px;
	font-weight: 700;
	letter-spacing: 0.5px;
	margin: 0 0 20px;
	padding: 0;
}
.gpuhubai-inner-meettheteam-section .indiv-bx {
	position: relative;
	width: 100%;
	float: left;
	padding: 25px;
	margin: 15px 0;
	background: url(../images/inn-teambg.png) no-repeat;
	background-size: cover;
	border-radius: 15px;
	box-shadow: 0 5px 15px rgba(0,0,0,0.1);
	transition: 0.3s;
	min-height: 435px;
}
.gpuhubai-inner-meettheteam-section .indiv-bx:hover {
	box-shadow: 5px 5px 15px rgba(256,256,256,0.5);
}
.gpuhubai-inner-meettheteam-section .indiv-bx h4 {
	font-family: 'Brown';
    color: #2a2a2a;
    font-size: 26px;
    font-weight: 700;
    line-height: 32px;
    padding: 20px 0 10px;
    margin: 0;
}
.gpuhubai-inner-meettheteam-section .indiv-bx h5 {
	font-family: 'Montserrat';
    color: #545454;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    padding: 0;
    margin: 0;
}
.gpuhubai-inner-meettheteam-section .indiv-bx .imgbx {
	width: 25%;
	float:left;
	position: relative;
	overflow: hidden;
	text-align:center;
}
.gpuhubai-inner-meettheteam-section .indiv-bx .imgbx img {
	display: block;
	width: 100%;
	border-radius: 15px;
	box-shadow: 5px 5px 10px rgba(0,0,0,.08);
}
.gpuhubai-inner-meettheteam-section .indiv-bx .tbx {
	width: 72%;
	float:right;
}
.gpuhubai-inner-meettheteam-section .indiv-bx .tbx p {
	font-family: 'Montserrat';
    color: #2a2a2a;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
	letter-spacing: 0.5px;
    padding: 10px 0;
    margin: 0;
}
.gpuhubai-inner-meettheteam-section .indiv-bx .tbx p strong {
	display:block;
	font-family: 'Montserrat';
    color: #2a2a2a;
    font-size: 20px;
    font-weight: 600;
	padding-bottom: 10px;
    line-height: 32px;
}
.gpuhubai-inner-meettheteam-section .videobg {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
    height: 100%;
}
.gpuhubai-inner-meettheteam-section .videobg video {
    width: 100vw !important;
    height: 100vh !important;
    background: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
    min-height: 100%;
     object-fit: cover;
}
/**** INNER PEOPLE AND CULTURE ****/

.gpuhubai-inner-people-culture-section {
	position: relative;
	padding: 70px 0;
	overflow:hidden;
	xbackground: url(../images/inner-people-culture-newbg.jpg) no-repeat center;
	xbackground-size: cover;
}
.gpuhubai-inner-people-culture-section::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.1);
	margin: 0 auto;
}
.gpuhubai-inner-people-culture-section h2 {
	font-family: 'Brown';
	font-size: 55px;
	color: #fff;
	line-height: 65px;
	font-weight: 700;
	letter-spacing: 0.5px;
	margin: 0 0 20px;
	padding: 0;
}
.gpuhubai-inner-people-culture-section .ltbx {
	position: relative;
	overflow: hidden;
	border-radius: 5px;
	margin: 50px 0;
}
.gpuhubai-inner-people-culture-section .ltbx img {
	width: 100%;
	height: auto;
	transition: transform 4s;
	border-radius: 5px;
}
.gpuhubai-inner-people-culture-section .ltbx:hover img {
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.gpuhubai-inner-people-culture-section .rtbx {
	position: relative;
	margin: 50px 0;
	padding: 40px 50px;
	background: url(../images/grycont-bg.jpg) repeat;
	background-size: cover;
	border-radius: 5px;
	min-height: 340px;
}
.gpuhubai-inner-people-culture-section .rtbx h3 {
	font-family: 'Brown';
	font-size: 38px;
	color: #000;
	line-height: 48px;
	font-weight: 700;
	letter-spacing: 1px;
	margin: 0;
	padding: 0 0 10px;
}
.gpuhubai-inner-people-culture-section .rtbx p {
	font-family: 'Montserrat';
	font-size: 18px;
	color: #000;
	line-height: 28px;
	font-weight: 500;
	letter-spacing: 0.8px;
	margin: 0;
	padding: 10px 0;
}
.gpuhubai-inner-people-culture-section .rtbx ul {
	list-style:none;
	margin: 0;
	padding: 0;
}
.gpuhubai-inner-people-culture-section .rtbx ul li {
	font-family: 'Montserrat';
	font-size: 18px;
	color: #000;
	line-height: 28px;
	font-weight: 400;
	letter-spacing: 0.5px;
	background: url(../images/list-img2.png) no-repeat 0 10px;
	background-size: 32px 32px;
	margin: 0;
	padding: 10px 0 10px 42px;
}
.gpuhubai-inner-people-culture-section .rtbx ul li strong {
	font-family: 'Montserrat';
	font-size: 20px;
	font-weight: 600;
}
.gpuhubai-inner-people-culture-section .cntbx {
	position: relative;
	margin: 20px 0;
}
.gpuhubai-inner-people-culture-section .cntbx img {
	width: 80px;
	height: auto;
	margin-bottom: 10px;
}
.gpuhubai-inner-people-culture-section .cntbx h3 {
	position: relative;
	font-family: 'Brown';
	font-size: 38px;
	color: #fff;
	line-height: 48px;
	font-weight: 700;
	letter-spacing: 1px;
	margin: 0;
	padding: 0 0 10px 20px;
}
.gpuhubai-inner-people-culture-section .cntbx h3::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 5px;
	height: 30px;
	background: #56d821;
}
.gpuhubai-inner-people-culture-section .cntbx p {
	font-family: 'Montserrat';
	font-size: 18px;
	color: #fff;
	line-height: 28px;
	font-weight: 500;
	letter-spacing: 0.8px;
	margin: 0;
	padding: 10px 20px;
}
.gpuhubai-inner-people-culture-section .videobg {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
    height: 100%;
}
.gpuhubai-inner-people-culture-section .videobg video {
    width: 100vw !important;
    height: 100vh !important;
    background: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
    min-height: 100%;
     object-fit: cover;
}
.gpuhubai-inner-ourcommunity-section {
	position: relative;
	padding: 100px 0;
	background: url(../images/join-our-community-bg.jpg) no-repeat;
	background-size: cover;
}
.gpuhubai-inner-ourcommunity-section::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.1);
}
.gpuhubai-inner-ourcommunity-section .ptbx {
	padding: 50px;
}
.gpuhubai-inner-ourcommunity-section .ptbx h3 {
	font-family: 'Brown';
	font-size: 65px;
	color: #fff;
	line-height: 75px;
	font-weight: 700;
	letter-spacing: 1px;
	margin: 0 0 20px;
	padding: 0;
}
.gpuhubai-inner-ourcommunity-section .ptbx p {
	font-family: 'Montserrat';
	font-size: 20px;
	color: #fff;
	line-height: 30px;
	font-weight: 500;
	letter-spacing: 0.7px;
	margin: 0;
	padding: 10px 0;
}
.gpuhubai-inner-ourcommunity-section .ptbx p strong {
	font-family: 'Montserrat';
	font-size: 24px;
	line-height: 40px;
	font-weight: 600;
}

/**** INNER OUR VALUE ****/

.gpuhubai-inner-ourvalues-section {
	position: relative;
	padding: 70px 0;
	overflow:hidden;
	xbackground: url(../images/inner-people-culture-newbg.jpg) no-repeat center;
	xbackground-size: cover;
}
.gpuhubai-inner-ourvalues-section::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.1);
	margin: 0 auto;
}
.gpuhubai-inner-ourvalues-section h2 {
	font-family: 'Brown';
	font-size: 55px;
	color: #fff;
	line-height: 65px;
	font-weight: 700;
	letter-spacing: 0.5px;
	margin: 0 0 20px;
	padding: 0;
}
.gpuhubai-inner-ourvalues-section .ltbx {
	position: relative;
	overflow: hidden;
	border-radius: 5px;
	margin: 50px 0;
}
.gpuhubai-inner-ourvalues-section .ltbx img {
	width: 100%;
	height: auto;
	transition: transform 4s;
	border-radius: 5px;
}
.gpuhubai-inner-ourvalues-section .ltbx:hover img {
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.gpuhubai-inner-ourvalues-section .rtbx {
	position: relative;
	margin: 50px 0;
	padding: 40px 50px;
	background: url(../images/grycont-bg.jpg) repeat;
	background-size: cover;
	border-radius: 5px;
	min-height: 340px;
}
.gpuhubai-inner-ourvalues-section .rtbx h3 {
	font-family: 'Brown';
	font-size: 38px;
	color: #000;
	line-height: 48px;
	font-weight: 700;
	letter-spacing: 1px;
	margin: 0;
	padding: 0 0 10px;
}
.gpuhubai-inner-ourvalues-section .rtbx p {
	font-family: 'Montserrat';
	font-size: 18px;
	color: #000;
	line-height: 28px;
	font-weight: 500;
	letter-spacing: 0.8px;
	margin: 0;
	padding: 10px 0;
}
.gpuhubai-inner-ourvalues-section .rtbx ul {
	list-style:none;
	margin: 0;
	padding: 0;
}
.gpuhubai-inner-ourvalues-section .rtbx ul li {
	font-family: 'Montserrat';
	font-size: 18px;
	color: #000;
	line-height: 28px;
	font-weight: 400;
	letter-spacing: 0.5px;
	background: url(../images/list-img2.png) no-repeat 0 10px;
	background-size: 32px 32px;
	margin: 0;
	padding: 10px 0 10px 42px;
}
.gpuhubai-inner-ourvalues-section .rtbx ul li strong {
	font-family: 'Montserrat';
	font-size: 20px;
	font-weight: 600;
}
.gpuhubai-inner-ourvalues-section .cntbx {
	position: relative;
	margin: 20px 0;
}
.gpuhubai-inner-ourvalues-section .cntbx img {
	width: 80px;
	height: auto;
	margin-bottom: 10px;
}
.gpuhubai-inner-ourvalues-section .cntbx h3 {
	position: relative;
	font-family: 'Brown';
	font-size: 38px;
	color: #fff;
	line-height: 48px;
	font-weight: 700;
	letter-spacing: 1px;
	margin: 0;
	padding: 0 0 10px 20px;
}
.gpuhubai-inner-ourvalues-section .cntbx h3::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 5px;
	height: 30px;
	background: #56d821;
}
.gpuhubai-inner-ourvalues-section .cntbx p {
	font-family: 'Montserrat';
	font-size: 18px;
	color: #fff;
	line-height: 28px;
	font-weight: 500;
	letter-spacing: 0.8px;
	margin: 0;
	padding: 10px 20px;
}
.gpuhubai-inner-ourvalues-section .videobg {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
    height: 100%;
}
.gpuhubai-inner-ourvalues-section .videobg video {
    width: 100vw !important;
    height: 100vh !important;
    background: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
    min-height: 100%;
    object-fit: cover;
}
.gpuhubai-inner-joinusvalues-section {
	position: relative;
	padding: 100px 0;
	background: url(../images/join-our-community-bg.jpg) no-repeat;
	background-size: cover;
}
.gpuhubai-inner-joinusvalues-section::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.1);
}
.gpuhubai-inner-joinusvalues-section .ptbx {
	padding: 50px;
}
.gpuhubai-inner-joinusvalues-section .ptbx h3 {
	font-family: 'Brown';
	font-size: 65px;
	color: #fff;
	line-height: 75px;
	font-weight: 700;
	letter-spacing: 1px;
	margin: 0 0 20px;
	padding: 0;
}
.gpuhubai-inner-joinusvalues-section .ptbx p {
	font-family: 'Montserrat';
	font-size: 20px;
	color: #fff;
	line-height: 30px;
	font-weight: 500;
	letter-spacing: 0.7px;
	margin: 0;
	padding: 10px 0;
}
.gpuhubai-inner-joinusvalues-section .ptbx p strong {
	font-family: 'Montserrat';
	font-size: 24px;
	line-height: 40px;
	font-weight: 600;
}

/***** JOIN THE TEAM *****/

.gpuhubai-inner-jointheteam-section {
	position: relative;
	padding: 70px 0;
	overflow:hidden;
	xbackground: url(../images/gryshape-bg.jpg) repeat;
}
.gpuhubai-inner-jointheteam-section h2 {
	font-family: 'Brown';
	font-size: 55px;
	color: #fff;
	line-height: 65px;
	font-weight: 700;
	letter-spacing: 0.5px;
	margin: 0 0 20px;
	padding: 0;
}
.gpuhubai-inner-jointheteam-section .indiv-bx {
	position: relative;
	width: 100%;
	float: left;
	padding: 25px;
	margin: 15px 0;
	background: url(../images/inn-teambg.png) no-repeat;
	background-size: cover;
	border-radius: 15px;
	box-shadow: 0 5px 15px rgba(0,0,0,0.1);
	transition: 0.3s;
	min-height: 360px;
}
.gpuhubai-inner-jointheteam-section .indiv-bx:hover {
	box-shadow: 5px 5px 15px rgba(256,256,256,0.5);
}
.gpuhubai-inner-jointheteam-section .indiv-bx h4 {
	font-family: 'Brown';
    color: #2a2a2a;
    font-size: 26px;
    font-weight: 700;
    line-height: 32px;
    padding: 20px 0 10px;
    margin: 0;
}
.gpuhubai-inner-jointheteam-section .indiv-bx h5 {
	font-family: 'Montserrat';
    color: #545454;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    padding: 0;
    margin: 0;
}
.gpuhubai-inner-jointheteam-section .indiv-bx .imgbx {
	width: 25%;
	float:left;
	position: relative;
	overflow: hidden;
	text-align:center;
}
.gpuhubai-inner-jointheteam-section .indiv-bx .imgbx img {
	display: block;
	width: 100%;
	border-radius: 15px;
	box-shadow: 5px 5px 10px rgba(0,0,0,.08);
}
.gpuhubai-inner-jointheteam-section .indiv-bx .tbx {
	width: 72%;
	float:right;
}
.gpuhubai-inner-jointheteam-section .indiv-bx .tbx p {
	font-family: 'Montserrat';
    color: #2a2a2a;
    font-size: 17px;
    font-weight: 500;
    line-height: 26px;
	letter-spacing: 0.5px;
    padding: 10px 0;
    margin: 0;
}
.gpuhubai-inner-jointheteam-section .videobg {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
    height: 100%;
}
.gpuhubai-inner-jointheteam-section .videobg video {
    width: 100vw !important;
    height: 100vh !important;
    background: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
    min-height: 100%;
     object-fit: cover;
}
.gpuhubai-inncommitment-section {
	position: relative;
	padding: 100px 0;
	background: url(../images/join-our-community-bg.jpg) no-repeat;
	background-size: cover;
}
.gpuhubai-inncommitment-section::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.1);
}
.gpuhubai-inncommitment-section .ptbx {
	padding: 50px;
}
.gpuhubai-inncommitment-section .ptbx h3 {
	font-family: 'Brown';
	font-size: 65px;
	color: #fff;
	line-height: 75px;
	font-weight: 700;
	letter-spacing: 1px;
	margin: 0 0 20px;
	padding: 0;
}
.gpuhubai-inncommitment-section .ptbx p {
	font-family: 'Montserrat';
	font-size: 20px;
	color: #fff;
	line-height: 30px;
	font-weight: 500;
	letter-spacing: 0.7px;
	margin: 0;
	padding: 10px 0;
}
.gpuhubai-inncommitment-section .ptbx p strong {
	font-family: 'Montserrat';
	font-size: 24px;
	line-height: 40px;
	font-weight: 600;
}

/***** JOIN THE TEAM *****/

.gpuhubai-inner-jointheteam-section1 {
	position: relative;
	padding: 70px 0;
	background: url(../images/gryshape-bg.jpg) repeat;
}
.gpuhubai-inner-jointheteam-section1 h2 {
	font-family: 'Brown';
	font-size: 55px;
	color: #fff;
	line-height: 65px;
	font-weight: 700;
	letter-spacing: 0.5px;
	margin: 0 0 20px;
	padding: 0;
}
.gpuhubai-inner-jointheteam-section1 .imgbx {
	width: 100%;
	float:left;
	position: relative;
	overflow: hidden;
	text-align:center;
}
.gpuhubai-inner-jointheteam-section1 .imgbx img {
	display: block;
	width: 100%;
	border-radius: 15px;
	box-shadow: 5px 5px 10px rgba(0,0,0,.08);
}
.gpuhubai-inner-jointheteam-section1 .tbx {
	width: 100%;
	float:left;
}
.gpuhubai-inner-jointheteam-section1 .indiv-bx .tbx p {
	font-family: 'Montserrat';
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    line-height: 26px;
	letter-spacing: 0.5px;
    padding: 10px 0;
    margin: 0;
}
.gpuhubai-inner-jointheteam-section1 .tbx ul {
	list-style:none;
	margin: 0;
	padding: 0;
}
.gpuhubai-inner-jointheteam-section1 .tbx ul li {
	font-family: 'Montserrat';
	font-size: 18px;
	color: #fff;
	line-height: 28px;
	font-weight: 400;
	letter-spacing: 0.5px;
	background: url(../images/list-img3.png) no-repeat 0 10px;
	background-size: 32px 32px;
	margin: 0;
	padding: 10px 0 10px 42px;
}
.gpuhubai-inner-jointheteam-section1 .tbx ul li strong {
	font-family: 'Montserrat';
	font-size: 20px;
	font-weight: 600;
}
.gpuhubai-inncommitment-section1 {
	position: relative;
	padding: 100px 0;
	background: url(../images/join-our-community-bg.jpg) no-repeat;
	background-size: cover;
}
.gpuhubai-inncommitment-section1::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.1);
}
.gpuhubai-inncommitment-section1 .ptbx {
	padding: 50px;
}
.gpuhubai-inncommitment-section1 .ptbx h3 {
	font-family: 'Brown';
	font-size: 65px;
	color: #fff;
	line-height: 75px;
	font-weight: 700;
	letter-spacing: 1px;
	margin: 0 0 20px;
	padding: 0;
}
.gpuhubai-inncommitment-section1 .ptbx p {
	font-family: 'Montserrat';
	font-size: 20px;
	color: #fff;
	line-height: 30px;
	font-weight: 500;
	letter-spacing: 0.7px;
	margin: 0;
	padding: 10px 0;
}
.gpuhubai-inncommitment-section1 .ptbx p strong {
	font-family: 'Montserrat';
	font-size: 24px;
	line-height: 40px;
	font-weight: 600;
}

/**** INNER ABOUT US ****/

.gpuhubai-inner-aboutuspge-section {
	position: relative;
	padding: 70px 0;
	overflow:hidden;
	xbackground: url(../images/inner-people-culture-newbg.jpg) no-repeat center;
	xbackground-size: cover;
}
.gpuhubai-inner-aboutuspge-section::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.1);
	margin: 0 auto;
}
.gpuhubai-inner-aboutuspge-section h2 {
	font-family: 'Brown';
	font-size: 55px;
	color: #fff;
	line-height: 65px;
	font-weight: 700;
	letter-spacing: 0.5px;
	margin: 0 0 20px;
	padding: 0;
}
.gpuhubai-inner-aboutuspge-section .ltbx {
	position: relative;
	overflow: hidden;
	border-radius: 5px;
	margin: 50px 0;
}
.gpuhubai-inner-aboutuspge-section .ltbx img {
	width: 100%;
	height: auto;
	transition: transform 4s;
	border-radius: 5px;
}
.gpuhubai-inner-aboutuspge-section .ltbx:hover img {
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.gpuhubai-inner-aboutuspge-section .rtbx {
	position: relative;
	margin: 50px 0;
	padding: 40px 50px;
	background: url(../images/grycont-bg.jpg) repeat;
	background-size: cover;
	border-radius: 5px;
	min-height: 340px;
}
.gpuhubai-inner-aboutuspge-section .rtbx h3 {
	font-family: 'Brown';
	font-size: 38px;
	color: #000;
	line-height: 48px;
	font-weight: 700;
	letter-spacing: 1px;
	margin: 0;
	padding: 0 0 10px;
}
.gpuhubai-inner-aboutuspge-section .rtbx p {
	font-family: 'Montserrat';
	font-size: 18px;
	color: #000;
	line-height: 28px;
	font-weight: 500;
	letter-spacing: 0.8px;
	margin: 0;
	padding: 10px 0;
}
.gpuhubai-inner-aboutuspge-section .rtbx ul {
	list-style:none;
	margin: 0;
	padding: 0;
}
.gpuhubai-inner-aboutuspge-section .rtbx ul li {
	font-family: 'Montserrat';
	font-size: 18px;
	color: #000;
	line-height: 28px;
	font-weight: 400;
	letter-spacing: 0.5px;
	background: url(../images/list-img2.png) no-repeat 0 10px;
	background-size: 32px 32px;
	margin: 0;
	padding: 10px 0 10px 42px;
}
.gpuhubai-inner-aboutuspge-section .rtbx ul li strong {
	font-family: 'Montserrat';
	font-size: 20px;
	font-weight: 600;
}
.gpuhubai-inner-aboutuspge-section .cntbx {
	position: relative;
	margin: 20px 0;
}
.gpuhubai-inner-aboutuspge-section .cntbx img {
	width: 80px;
	height: auto;
	margin-bottom: 10px;
}
.gpuhubai-inner-aboutuspge-section .cntbx h3 {
	position: relative;
	font-family: 'Brown';
	font-size: 38px;
	color: #fff;
	line-height: 48px;
	font-weight: 700;
	letter-spacing: 1px;
	margin: 0;
	padding: 0 0 10px 20px;
}
.gpuhubai-inner-aboutuspge-section .cntbx h3::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 5px;
	height: 30px;
	background: #56d821;
}
.gpuhubai-inner-aboutuspge-section .cntbx p {
	font-family: 'Montserrat';
	font-size: 18px;
	color: #fff;
	line-height: 28px;
	font-weight: 500;
	letter-spacing: 0.8px;
	margin: 0;
	padding: 10px 20px;
}
.gpuhubai-inner-aboutuspge-section .videobg {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
    height: 100%;
}
.gpuhubai-inner-aboutuspge-section .videobg video {
    width: 100vw !important;
    height: 100vh !important;
    background: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
    min-height: 100%;
     object-fit: cover;
}
.gpuhubai-inner-aboutjoinus-section {
	position: relative;
	padding: 100px 0;
	background: url(../images/join-our-community-bg.jpg) no-repeat;
	background-size: cover;
}
.gpuhubai-inner-aboutjoinus-section::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.1);
}
.gpuhubai-inner-aboutjoinus-section .ptbx {
	padding: 50px;
}
.gpuhubai-inner-aboutjoinus-section .ptbx h3 {
	font-family: 'Brown';
	font-size: 65px;
	color: #fff;
	line-height: 75px;
	font-weight: 700;
	letter-spacing: 1px;
	margin: 0 0 20px;
	padding: 0;
}
.gpuhubai-inner-aboutjoinus-section .ptbx p {
	font-family: 'Montserrat';
	font-size: 20px;
	color: #fff;
	line-height: 30px;
	font-weight: 500;
	letter-spacing: 0.7px;
	margin: 0;
	padding: 10px 0;
}
.gpuhubai-inner-aboutjoinus-section .ptbx p strong {
	font-family: 'Montserrat';
	font-size: 24px;
	line-height: 40px;
	font-weight: 600;
}

/** OUR LOCATION **/

.gpuhubai-inner-ourlocation-section {
	position: relative;
	padding: 70px 0;
	overflow:hidden;
}
.gpuhubai-inner-ourlocation-section::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.1);
}
.gpuhubai-inner-ourlocation-section h2 {
	font-family: 'Brown';
	font-size: 65px;
	color: #fff;
	line-height: 75px;
	font-weight: 700;
	letter-spacing: 1px;
	margin: 0 0 20px;
	padding: 0;
}
.gpuhubai-inner-ourlocation-section p {
	font-family: 'Montserrat';
	font-size: 20px;
	color: #fff;
	line-height: 30px;
	font-weight: 500;
	letter-spacing: 0.7px;
	margin: 0;
	padding: 10px 0;
}
.gpuhubai-inner-ourlocation-section .locmap {
	width:100%;
	margin: 0 auto;
	padding:0 43px;
	text-align:center;
}
.gpuhubai-inner-ourlocation-section .locmap img {
	width:100%;
	height:auto;
	border-radius: 50px;
    border: 7px solid rgba(86,216,33,0.3);
}
.gpuhubai-inner-ourlocation-section .videobg {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
    height: 100%;
}
.gpuhubai-inner-ourlocation-section .videobg video {
    width: 100vw !important;
    height: 100vh !important;
    background: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
    min-height: 100%;
     object-fit: cover;
}
.grid-container {
 --grid: 10rem;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	transform-style: preserve-3d;
	perspective: 100rem;
	animation: rotate 100s linear infinite forwards;
 .plane {
 --dir: 1;
 width: 300%;
 height: 150%;
 min-height: 70rem;
 position: absolute;
 bottom: 0;
 transform-style: preserve-3d;
 transform-origin: bottom center;
 transform: translateX(-50%) rotateX(85deg);
 &:last-child {
 --dir: -1;
 top: 0;
 transform-origin: top center;
 transform: translateX(-50%) rotateX(-85deg);
 & > * {
 &::after {
 background-image: linear-gradient(to top, rgba(256, 256, 256, 255) var(--grid), rgba(256, 256, 256, 0));
}
}
}
 & > * {
 transform-style: preserve-3d;
 height: 100%;
 width: 100%;
 position: absolute;
 &::before, &::after {
 content: '';
 display: block;
 position: absolute;
 width: 100%;
 height: 100%;
 top: 0;
 left: 0;
}
 &::before {
 background-image: repeating-linear-gradient(to left, green, green 4px, transparent 4px, transparent var(--grid)), repeating-linear-gradient(to bottom, green, green 4px, transparent 4px, transparent var(--grid));
 animation: move 1s linear infinite forwards;
}
 &::after {
 background-image: linear-gradient(to bottom, rgba(256, 256, 256, 255) var(--grid), rgba(256, 256, 256, 0));
 z-index: 1;
 transform: translateZ(1px);
}
}
 .glow {
 filter: blur(1rem);
 z-index: 1;
 mix-blend-mode: plus-lighter;
}
}
}
 @keyframes move {
 from {
 transform: translateY(0px);
}
to {
 transform: translateY(calc(var(--grid) * var(--dir)));
}
}
 @keyframes blink {
 0% {
 visibility: visible;
}
 50% {
 visibility: visible;
}
 51% {
 visibility: hidden;
}
 100% {
 visibility: hidden;
}
}