@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.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;
}	
.banner-text h1{	
        padding-bottom: 30px;
    /*font-weight: 700;*/
    font-size: 38px;	
}
.features p{
line-height: 1.3;
        padding-top: 30px;
    font-size: 16px;
    color: #fff;
    /*text-align: center;*/
}
.title{
	color: #1C3F92;
    font-size: 35px;
	text-align:center;
	}
.bg-grey{
	background:#F1F5F3;
	}
.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);
}*/
	
/*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*/
ul.sub-tab {
    padding-bottom: 30px;
    padding-top: 20px;
    /*width: 80%;*/
    margin: auto;
    border-bottom: none;
}
ul.sub-tab li {
    list-style: none;
	    width: 24%;
    margin: 0 0.5%;
}	
ul.sub-tab li a {
    color: #f19f38;
    font-size: 17px;
    font-weight: 500;
    padding: 10px 15px;
    display: block;
    border-radius: 25px;
    margin: 0 0px;
    text-align: center;
    width: 100%;
    border: 2px solid #f19f38;
}
ul.sub-tab li a.active {
    color: #fff;
    position: relative;
    background: #f19f38;
    padding: 10px 15px;
    display: inline-block;
    border-radius: 25px;
}
/*ul.sub-tab li a.active:after {
    content: "";
    position: absolute;
    bottom: -34px;
    left: 0%;
    background: #f29f43;
    height: 5px;
    width: 100%;
    
}*/
.tab-data h2{
	text-transform:uppercase;
	color:#424242;
	font-weight:400;
	text-align:center;
	    margin-bottom: 40px;
	}
.plan{
    border: none;
    border-radius: 5px;
    margin-bottom: 30px;
    background: #fff;
	}	
.plan-heading{
	    position: relative;
	}

.plan-heading h3{	
/*position: absolute; */
    /* top: 0.3em; */
       padding: 47px 25px 0;
    /* width: 100%; */
    left: 0%;
    color: #1C3F92;
    font-size: 20px;
	    font-weight: 600;
    text-transform: uppercase;	
}
.plan-heading h3:before{
position: absolute;
    content: "";
    height: 80px;
    width: 9px;
    left: 0;
    top: 1.9rem;
    background: #F3922A;
	}
.plan-body{
    padding: 30px 20px;
    background: #fff;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}
.plan-body ul{
    text-align: left;
    padding-left: 5px;
	    margin-bottom: 0;
	}
.plan-body ul li{
    list-style: none;
    color: #707070;
    font-size: 15px;
    background-image: url(../images/orange-bullet.png);
        background-position: 5px 7px;
    background-repeat: no-repeat;
    padding-left: 25px;
    padding-bottom: 15px;
    line-height: 1.3;
	}
.see-more{
	    padding-left: 2rem;
    color: #F3922A;
	}	
.plan-body ul li span{
	    color: #F3922A;
		
	}	
.tab-box{
	margin-bottom: 1rem;
	}	
.tab-box p{	
    color: #8C8C8C;
    line-height: 1.3;
/*padding-right: 4rem;*/
    padding-left: 1rem;	
	   /* margin-top: -5px;*/
}
.tab-box p span{
	    font-weight: 600;
    color: #1C3F92;
    font-size: 20px;
	}	
.tab-box img{
	    width: 65px;
	}

/*sap sol*/			
.sap-sol img{
	border: 1px solid #707070;
    border-radius: 5px;
	}
	
.bg-dark-blue{
	background: #1C3F92;
	}	
/*benefit css*/

/*advanatges*/
.advantage-box img{
	display:block;
	margin:auto;
	}	
.advantage-box p{
	text-align:center;
	    color: #1C3F92;
    font-weight: 600;
	}
	
/*covered*/	
.covered p{
	    font-size: 20px;
		    padding-top: 15px;
	}
	
/*terms*/	
.terms p,.terms ul li{
	    color: #8C8C8C;
	}
.terms ul{
	    padding-left: 15px;
	}	
#myBtn {
    display: none;
     position: fixed;
    bottom: 40%;
    right: -53px;
    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%;
}
@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;
}
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;
}
	}
		

