@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');
html {
  scroll-behavior: smooth;
}

body{
	font-family: 'Roboto', sans-serif;
	}
p{color:#414141;
	}
/*h

eader*/	
header{
	background:url(../images/banner.png) no-repeat center fixed;
	background-size:cover;
	height:670px;
	padding: 2em 0;
	}
.thankyou-header{
    height:auto;
}	
.logo img{
	    width: 100px;
	}	
.banner-text{
	color:#fff;
	padding-top:5.5em;
	}
.banner-text p{
        font-size: 19px;
    line-height: 1.5;
	color: #fff;
}	
.banner-text h1{	
        padding-bottom: 30px;
    /*font-weight: 700;*/
    font-size: 38px;	
}
.banner-text h3{
    background: url(../images/banner-art.png) no-repeat;
    color: #fff;
    font-size: 20px;
    background-position: left;
    padding: 10px;
    font-weight: 600;
    background-size: contain;
}
.banner-text h3 span{	
    color:#fff;
	font-size:15px;
	font-weight: 100;
}
.features p{
line-height: 1.3;
        padding-top: 30px;
    font-size: 16px;
    color: #fff;
    /*text-align: center;*/
}
.title{
	color: #F3922A;
    font-size: 30px;
	text-align:center;
	}
.bg-grey{
	background:#F8F8F8;
	}
.cta{
	background: #f19f38;
    padding: 10px 30px;
    display: inline-block;
    border-radius: 25px;
    color: #fff;
	}		
.cta:hover{
	background: #000;
	text-decoration:none;
	color:#fff;
	}		
/*form*/
.form-box{
    background: #f19f38;
    padding: 25px 10px 5px;
    /*border-radius: 10px;*/
   /* margin-top: 9%;*/
	}
.form-box h2{
	    font-size: 26px;
		color:#fff;
	}
.form-box h3{
	    font-size: 17px;
		color:#fff;
	}
.form-input label{
	    font-size: 14px;
	    margin-bottom: 0;
	}
.form-input input{
	    font-size: 14px;
    border: none;
    background: #de9437;	
}
.btn-submit{
    background: #3a3a3a;
    color: #fff;
    padding: 7px 40px;
    border-radius: 25px;
}
.btn-submit:hover{
	background: #000;	
	color:#fff;
	}
.error{

    color: red;
}
.heading-title h1{
	    color: #1C3F92;
    font-size: 35px;
	}
.highlight-item {
    width: 100%;
    height: 250px;
    background-color: #283e81;
    position: relative;
	    border-top: 5px solid #F3922A;
}
.highlight-txt {
        padding: 25px 20px 0;
    text-align: left;
}
.highlight-txt img{
	    width: 60px;
		
	}
/*.highlight-pattern:after {
    position: absolute;
    content: " ";
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 100%;
}
.highlight-pattern-right1:after {
    background-image: url(../images/pattern02.png);
    width: 180px;
    height: 114px;
    right: 0;
    bottom: 0;
}
.highlight-pattern-left1:after {
    background-image: url(../images/pattern01.png);
    width: 278px;
    height: 176px;
    left: 0;
    top: 10px;
}
.highlight-pattern-left2:after {
    background-image: url(../images/pattern02.png);
    width: 180px;
    height: 114px;
    left: 0;
    top: 0;
    -moz-transform: scale(-1,-1);
    -o-transform: scale(-1,-1);
    -webkit-transform: scale(-1,-1);
    transform: scale(-1,-1);
}

.highlight-pattern-right2:after {
    background-image: url(../images/pattern01.png);
    width: 260px;
    height: 165px;
    right: 0;
    top: 0;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}*/
.benefits-box{
	margin-bottom: 20px;
	}
.benefits-box img{
	width: 70px;
	    padding-right: 5px;
	}
.benefits-box p{	
line-height: 1.2;
    margin-bottom: 0;	
}

/*Why High-Performance Compute?*/
section{
	padding:4em 0;
	}
.para-text{
	color: #434343;
	}
.application{
	background-size:cover;
	color:#fff;
padding: 30px 30px;
    text-align: center;
    min-height: 340px;
	}	
.computing-bg1{
	background:url(../images/application-img1.jpg) no-repeat center;
	}	
.computing-bg2{
	background:url(../images/application-img2.jpg) no-repeat center;
	}
.computing-bg3{
	background:url(../images/application-img3.jpg) no-repeat center;
	}	
.computing-bg4{
	background:url(../images/application-img4.jpg) no-repeat center;
	}	
.computing-bg5{
	background:url(../images/application-img5.jpg) no-repeat center;
	}	
.computing-bg6{
	background:url(../images/application-img6.jpg) no-repeat center;
	}		
.application h4{	
    color: #f19f38;	
	    font-size: 19px;
    font-weight: 700;
	padding-top: 15px;
    padding-bottom: 15px;
}
.application p{	
	font-size: 15px;
}

/*hpcass*/
.hpcass h3{
	    color: #f19f38;
    font-size: 20px;
	}

/*tabs*/

.see-more{
	    padding-left: 2rem;
    color: #F3922A;
	}	
.plan-body ul li span{
	    color: #F3922A;
		
	}	

.nvidia-box{
	/*padding: 0 30px;*/
	}
.nvidia-box h4{	
    color: #1C3F92;
    font-weight: 600;
    font-size: 22px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 15px;
	}
.nvidia-box p{
	color: #707070;
    line-height: 1.3;
	}	
.nbb{
	    border-right: 2px solid #707070;
	}
.usecase ul{	
	    padding-left: 0;
}
.usecase ul li{
    list-style: none;
    width: 19%;
    margin: 2% 0.3%;
    display: inline-block;
	}	

.key{     
    padding: 30px 40px;
    border-radius: 10px;
    color: #fff;
	height: 170px;
	}
.or{
	background: #f19f38;
	}
.bl{
	background:#1C3F92;
	}

/*sap sol*/			
.sap-sol img{
	/*border: 1px solid #707070;
    border-radius: 5px;*/
	margin-bottom: 10px;
	}
.sap-sol p{
    color: #707070;
    line-height: 1.3;
	}
	
.bg-dark-blue{
	background: #1C3F92;
	}	
/*benefit css*/

/*advanatges*/
.advantage-box img{
    display: block;
    margin: auto;
    /* padding-bottom: 10px; */
    width: 70px;
	}	
.advantage-box h4{
    color: #F3922A;
    font-size: 20px;
    text-align: center;
    padding: 1rem 0;
    margin-bottom: 0;
	}	
.advantage-box p,.grey-para{
color: #414141;
text-align:center;
    line-height: 1.3;
	}
	
/*covered*/	
.covered p{
	    font-size: 20px;
		    padding-top: 15px;
	}
	.covered p span{
		color: #F3922A;
		}
/*terms*/	
.terms p,.terms ul li{
	    color: #8C8C8C;
	}
.terms ul{
	    padding-left: 15px;
	}	
#myBtn {
    display: none;
     position: fixed;
    bottom: 40%;
    right: -135px;
    z-index: 99;
    border: none;
    border-radius: 25px;
    outline: none;
    background-color: #f19f38;
    color: white;
    cursor: pointer;
    padding: 9px 25px;
    font-size: 18px;
    transform: rotate(-90deg);
}

#myBtn:hover {
  background-color: #000; /* Add a dark-grey background on hover */
}

.speaker-slider .owl-nav button.owl-prev {
    position: absolute;
    top: 16%;
    left: -5%;
}
.speaker-slider .owl-nav button.owl-next {
    position: absolute;
    top: 16%;
    right: -5%;
}
.cus-container{
	    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
	}
@media (min-width: 1200px){
.cus-container{
    max-width: 1140px;
	}
}
@media (min-width: 992px){
.cus-container{
    max-width: 1140px;
	}
}

@media (min-width: 768px){
.cus-container{
    max-width: 1140px;
	}
}
@media (min-width: 575px){
.cus-container{
    max-width: 1140px;
	}
}
@media only screen and (max-width:1200px){
.benefit-cont {
    height: auto;
} 
}
@media only screen and (max-width:991px){
header{
	height:auto;
	}
.form-box {
     margin-top: 0; 
}
.highlight-pattern-right1:after,.highlight-pattern-left1:after,.highlight-pattern-right2:after,.highlight-pattern-left2:after {
    width:auto;
}
.nbb {
    border-bottom: 2px solid #707070;
	border-right: none;
	    margin-bottom: 20px;
}
	}
@media only screen and (max-width:768px){	
ul.sub-tab {
    width: 100%;
}
ul.sub-tab li {
    width: 33.33%;
}
ul.sub-tab li a {
    margin: 0 10px;
    font-size: 14px;
}
.plan {
    margin-left:25px;
	margin-right:25px;
}
.tab-data h2 {
	    font-size: 20px;
	}
.title {
	font-size: 24px;
	}	
.banner-text h1 {
    font-size: 30px;
}	
.form-box h3 {
    font-size: 17px;
    /*padding-bottom: 15px;*/
}
.banner-text {
    padding-top: 3em;
}
.banner-text p{
	font-size: 14px;
	}
.features p{
	font-size: 13px;
	}
.features img{
	    width: 60px;
	}	
.usecase ul li {
    width: 48%;
}
.key {
    padding: 20px 15px;
    height: 170px;
    font-size: 15px;
}	
}
@media only screen and (max-width:575px){
.banner-text h1 {
    font-size: 26px;
}
.cta {
	    padding: 7px 30px;
	    font-size: 14px;
	}
.para-text {
    font-size: 15px;
}
.industry-last{
	    margin-left: auto;
		margin-right: auto;
	}
.logo img {
    width: 80px;
}
#myBtn {
    bottom: 0;
    transform: none;
    width: 100%;
    left: 0;
    right: auto;
}
ul.sub-tab li a {
    margin: 0;
	    width: 100%;
		    padding: 10px 15px;
}
ul.sub-tab li a.active{
		    padding: 10px 15px;
}
ul.sub-tab li {
    width: 48%;
    margin: 2% 1%;
}
.highlight-txt {
    padding: 25px 15px 0;
}
.advantage-box img,.usecase ul li img {
    width: 40%;
}
	}
		

