.gpuhubai-main-banner-slider {
	width: 100%;
	position: relative;
}
.gpuhubai-main-banner-slider img {
	width: 100%;
	height: auto;
}
.carousel {
	top: 0;
}
.carousel-caption {
	left: 15%;
	right: 15%;
	bottom: 11rem;
	z-index: 1;
}
.carousel-caption .bantxt {
	width: 100%;
	text-align: left;
}
.carousel-caption .bantxt h4 {
	font-family: 'BrownExtraBold';
	font-size: 75px;
	color: #fff;
	line-height: 80px;
	font-weight: 700;
	letter-spacing: 2.5px;
	margin: 0;
	padding: 0;
}
.carousel-caption .bantxt h4 strong {
	display: block;
	color: #fff;
	font-size: 75px;
	line-height: 80px;
	font-family: 'BrownExtraBold';
	font-weight: 700;
}
.carousel-caption .bantxt .getfree-quote-btn {
	display: inline-block;
}
.carousel-caption .bantxt .getfree-quote-btn a {
	display: block;
	font-family: 'BrownMedium';
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	line-height: 30px;
	padding: 7px 25px;
	text-decoration: none;
	margin: 35px 0 0;
	border-radius: 50px;
	border: 2px solid #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out
}
.carousel-caption .bantxt .getfree-quote-btn a:hover {
	color: #fff;
	background: #000;
	border: 2px solid #56d821;
}
 @-webkit-keyframes zoom {
 from {
 -webkit-transform: scale(1, 1);
}
to {
	-webkit-transform: scale(1.5, 1.5);
}
}
 @keyframes zoom {
 from {
 transform: scale(1, 1);
}
to {
	transform: scale(1.7, 1.7);
}
}
.carousel-item {
	width: 100%;
	height: 100%;
}
.carousel-inner .carousel-item > img {
	-webkit-animation: zoom 10s;
	animation: zoom 10s;
}

/** NEW BANNER **/

.gpuhubai-video-section {
    position: relative;
	overflow: hidden;
	width: 100%;
	height: 700px;
}
.home-bantxt-wrp {
	width: 100%;
	height:100%;
	position:absolute;
	z-index:1;
	top:0;
	left:0;
	right:0;
	background:rgba(0,0,0,0.4);
}
.home-bantxt-slide {
	position:relative;
	width: 90%;
	margin:0 auto;
	padding:300px 0 0;
	text-align:right;
}
.home-bantxt-wrp .indiv-txt {
	width: 100%;
}
.home-bantxt-wrp .indiv-txt h4 {
	font-family: 'Exo 2';
	font-size: 65px;
	color: #fff;
	line-height: 70px;
	font-weight: 500;
	letter-spacing: 2.5px;
	margin: 0;
	padding: 0;
}
.home-bantxt-wrp .indiv-txt h4 strong {
	display: block;
	color: #fff;
	font-size: 75px;
	line-height: 80px;
	font-family: 'Exo 2';
	font-weight: 700;
	    margin-bottom: 10px;
}
.home-bantxt-wrp .indiv-txt h4 span {
	font-size: 70px;
	display: inline-block;
    background: #56d821;
    padding: 0 10px 8px;
    border-radius: 10px;
    text-transform: uppercase;
}
.home-bantxt-wrp .hmbanr-video {
	font-size: 70px;
	display: inline-block;
    background: #56d821;
    padding: 0 10px 8px;
    border-radius: 10px;
    text-transform: uppercase;
}
.gpuhubai-video-section video {
    width: 100vw !important;
    height: 100vh !important;
	min-height: 100%;
    background: #fff;
	object-fit: cover;
    position: absolute;
    right: 0;
    bottom: 0;
}
#myVideo {
  position: relative;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}
 @media screen and (max-width:992px) {
.carousel-item > img {
	width: 100%;
	height: 100%;
}
}