@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;
	}
/*header*/	
header{
	background:url(../images/banner.jpg) 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: 21px;
    line-height: 1.8;
}	
.banner-text h1{	
        padding-bottom: 30px;
color: #f19f38;
    font-weight: 700;
    font-size: 42px;	
}
.features p{
line-height: 1.3;
    padding-top: 10px;
    font-size: 16px;
    color: #fff;
    text-align: center;
}
.title{
	color: #f19f38;
    font-weight: 700;
    font-size: 30px;	
	text-transform:uppercase;
	}
.bg-grey{
	background:#f0f0f0;
	}
.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 h3{
	    font-size: 19px;
	}
.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;
}

.highlight-item {
    width: 100%;
    height: 250px;
    background-color: #283e81;
    position: relative;
}
.highlight-txt {
    padding: 50px 20px 0;
}
.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);
}
	
/*Why High-Performance Compute?*/
section{
	padding:4em 0;
	}
.para-text{
	color: #434343;
	}
ul.nvidia-list li{
        font-size: 14px;
    color: #6c6c6c;
}	
.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*/
ul.sub-tab {
    padding-bottom: 30px;
    padding-top: 20px;
    width: 80%;
    margin: auto;
    border-bottom: 3px solid #d4d4d4;
}
ul.sub-tab li {
    list-style: none;
}	
ul.sub-tab li a {
    color: #2e2e2e;
    font-size: 19px;
    font-weight: 600;
    display: block;
    /* padding: 10px; */
    margin: 0 30px;
    text-align: center;
}
ul.sub-tab li a.active {
    color: #f29f43;
    position: relative;
}
ul.sub-tab li a.active:after {
    content: "";
    position: absolute;
    bottom: -34px;
    left: 0%;
    background: #f29f43;
    height: 5px;
    width: 100%;
    /* border-radius: 50%; */
}
.tab-data h2{
	text-transform:uppercase;
	color:#424242;
	font-weight:400;
	text-align:center;
	    margin-bottom: 40px;
	}
.plan{
	    border: 1px solid #d8d6d6;
    border-radius: 25px;
	margin-bottom: 30px;
	}	
.plan-heading{
	    position: relative;
	}
.plan-heading img{
	margin-top: -1px;
	}
.plan-heading h3{	
    position: absolute;
    top: 0.3em;
    padding: 25px;
    width: 100%;
    left: 0%;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;	
}
.plan-body{
    padding: 30px 20px;
    background: #fff;
    margin-top: -4px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}
.plan-body ul{
    text-align: left;
    padding-left: 5px;
	}
.plan-body ul li{
    list-style: none;
    color: #424242;
    font-size: 15px;
    background-image: url(../images/tick-mark.png);
    background-position: 0 3px;
    background-repeat: no-repeat;
    padding-left: 25px;
    padding-bottom: 15px;
    line-height: 1.3;
	}	
	
/*benefit css*/
#benefits-sec{
    background: url(../images/benefits-bg.jpg) no-repeat center;
    background-size: cover;
    padding: 5em 0;
	    border-bottom: 12px solid #f19f38;
}
.benefit-cont{
        height: 210px;
	background:#1a3062;
	    padding: 20px 20px 20px 20px;
	}
.benefit-cont h3{	
    font-size: 16px;
    color: #f19f38;
    font-weight: 300;
}
.benefit-cont hr{
    width: 25%;
    border-bottom: 1px solid #fff;
    margin-left: initial;
}
.benefit-cont p{
    color: #fff;
	    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 13px;
}
.benefit-cont a{
	color: #f19f38;
	}
.benefit-cont h6{
	    color: #f19f38;
    font-size: 12px;
    font-weight: 400;
	}	

#myBtn {
    display: none;
     position: fixed;
    bottom: 40%;
    right: -43px;
    z-index: 99;
    border: none;
    border-radius: 10px;
    outline: none;
    background-color: #f19f38;
    color: white;
    cursor: pointer;
    padding: 9px 15px;
    font-size: 18px;
    transform: rotate(-90deg);
}

#myBtn:hover {
  background-color: #000; /* Add a dark-grey background on hover */
}
@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;
}
	}
@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;
	}		
}
@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;
}
	}
		

