* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	line-height: normal;
	color: #000;
}
body p {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	line-height: 24px;
	color: #000;
	margin: 0 0 15px;
}
h1 {
	font-family: 'Oswald', sans-serif;
	font-size: 72px;
	line-height: 84px;
	color: #4ab3e8;
	margin: 0 0 35px;
}
h2 {
	font-family: 'Oswald', sans-serif;
	font-size: 59px;
	line-height: normal;
	color: #009ddc;
	margin: 0 0 31px;
}
h3 {
	font-family: 'Oswald', sans-serif;
	font-size: 30px;
	line-height: normal;
	color: #27ab83;
	margin: 0 0 25px;
}
h4 {
	font-family: 'Oswald', sans-serif;
	font-size: 30px;
	line-height: normal;
	color: #4ab3e8;
	margin: 0 0 25px;
}
h2 sup {
	font-size: 60%;
}
video,
iframe,
img {
	max-width: 100%;
	height: auto;
	width: auto;
	vertical-align: top;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
a {
	color: #4ab3e8;
}
.btn-style {
	background: #009ddc;
	border: solid 2px #009ddc;
	color: #fff;
	font-weight: 600;
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	padding: 20px 55px 22px;
	line-height: normal;
	text-decoration: none;
	font-size: 24px;
	transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
}
.btn-style:hover {
	background: #fff;
	color: #009ddc;
}
.landing-wrapper {
	width: 100%;
	max-width: 1220px;
	margin: 0 auto;
	padding: 0 15px;
}
section:after {
	clear: both;
	display: block;
	content: "";
}
section {
	overflow: hidden;
}
/*Section 1*/
.landing-sec-1 {
	position: relative;
	z-index: 1;
	min-height: 100vh;
	overflow: inherit;
}
.landing-sec-1:before{
position:absolute; top:0; left:0; width:100%; height:100%; content:""; z-index:1;
}
.hero-slide-dis {
	z-index: 99;
	position: relative;
	padding: 115px 0 80px;
}
.banner-logos {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-ms-flex-pack: flex-start;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	margin-bottom: 95px;
}
.banner-logos img + img {
	margin-left: 60px;
}
.hero-slider-sec img,
.landing-hero-sec video {
	min-height: calc(100% + 100px);
	min-width: 100%;
	object-fit: cover;
}
.landing-hero-sec {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	overflow: hidden;
}
.hero-slide-dis h1 {
	color: #fff;
	position: relative;
	margin: 0 0 59px;
}
.hero-choos-sec p {
	color: #009ddc;
	font-family: 'Oswald', sans-serif;
	margin: 0 0 9px;
}
.hero-choos-sec ul {
	margin: 0;
	padding: 0;
	list-style: none;
	max-width: 400px;
}
.hero-choos-sec ul > li {
	display: block;
	position: relative;
}
.hero-choos-sec > ul > li > a {
	background: #fff url(../images/select-arrow.png) no-repeat center right 15px;
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	line-height: 34px;
	color: #3c3a35;
	text-decoration: none;
	padding: 4px 30px 4px 20px;
	display: block;
	border: solid 3px #26aa82;
}
.hero-choos-sec ul > li ul {
	display: none;
	position: absolute;
	background: #fff;
	width: 100%;
	padding: 5px 0;
}
.hero-choos-sec ul > li ul a {
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	line-height: 34px;
	color: #3c3a35;
	text-decoration: none;
	padding: 5px 30px 5px 20px;
	display: block;
}
.hero-choos-sec ul > li ul a:hover {
	color: #26aa82;
}
.landing-services-sec {
	padding: 80px 0;
	min-height: 100vh;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}
.landing-services-sec h2 {
	text-align: center;
}
.landing-services-sec h2 + p {
	text-align: center;
	margin: 0 auto;
	max-width: 660px;
}
.landing-services-dis {
	padding: 120px 0 0;
}
.landing-services-dis ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: space-between;
}
.landing-services-dis ul li {
	width: calc(100%/3);
	padding: 0 5px;
	max-width: 310px;
	text-align: center;
}
.landing-services-dis ul li span {
	margin: 47px 0 0;
	font-family: 'Oswald', sans-serif;
	color: #000;
	text-align: center;
	display: block;
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
}
.services-bio-sec {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	min-height: 100vh;
	padding: 60px 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-ms-flex-pack: flex-start;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}
.services-bio-sec h2 {
	color: #fff;
	line-height: 73px;
	margin: 0 0 54px;
}
.services-bio-sec .landing-wrapper {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-ms-flex-pack: flex-start;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}
.services-bio-sec.services-bio-right .landing-wrapper {
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
	justify-content: flex-end;
	-ms-flex-pack: flex-end;
}
.services-bio-content {
	max-width: 625px;
}
.greenLake-solutions-sec {
	padding: 120px 0 63px;
}
.greenLake-solutions-sec h2 {
	text-align: center;
}
.greenLake-solutions-top {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-ms-flex-pack: flex-start;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}
.greenLake-solutions-top .greenLake-badge-img {
	width: 31.5%;
	text-align: center;
}
.greenLake-solutions-top .greenLake-badge-dis {
	width: 68.5%;
}
.greenLake-solutions-top .greenLake-badge-dis h3 {
	margin: 0;
}
.greenLake-solutions-bottom {
	padding: 54px 0 0;
}
.greenLake-solutions-bottom > h3 {
	text-align: center;
	color: #000;
	margin: 0 0 49px;
}
.greenLake-solutions-bottom ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-ms-flex-pack: flex-start;
}
.greenLake-solutions-bottom ul li {
	width: calc(50% - 90px/2);
	margin: 0 0 60px 90px;
	border: solid 2px #d7d7d7;
}
.greenLake-solutions-bottom ul li:nth-child(2n+1) {
	margin-left: 0;
}
.hpe-service-img {
	width: calc(100% + 4px);
	margin: -2px -2px 0;
}
.hpe-service-dis {
	text-align: center;
	padding: 25px 30px 46px;
}
.hpe-service-dis h3 {
	margin: 0 0 17px;
}
.landing-testimonial-sec {
	background-image: url(images/testimonial-bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	padding: 80px 0;
	min-height: 100vh;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}
.testimonial-video-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.testimonial-video-bg video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.landing-testimonial-sec .landing-wrapper {
	position: relative;
	z-index: 2;
}
.landing-testimonial-sec h2 {
	color: #fff;
	text-align: center;
	margin: 0 0 88px;
	line-height: 72px;
	letter-spacing: -0.8px;
}
.landing-testimonial-sec h5 {
	font-size: 25px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	margin: 0;
}
.about-computacenter-sec {
	background: #009ddc;
	padding: 87px 0 55px;
}
.about-computacenter-sec .landing-wrapper {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-ms-flex-pack: flex-start;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
}
.about-computacenter-left {
	width: 430px;
	text-align: right;
}
.about-computacenter-left h2 {
	color: #24387f;
	text-transform: uppercase;
	line-height: 72px;
	display: block;
	text-align: right;
	margin: 0 0 23px;
}
.about-computacenter-right {
	width: calc(100% - 430px);
	padding: 10px 0 0 53px;
}
.about-computacenter-right p {
	color: #fff;
	margin: 0 0 25px;
}
.about-computacenter-right h6 {
	color: #24387f;
	font-size: 25px;
	font-weight: 600;
	display: block;
	margin: 0 0 25px;
	line-height: 29px;
}
.difference-technology-sec {
	background-image: url(images/banner8.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 90px 0 50px;
	text-align: center;
	min-height: 100vh;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}
.difference-technology-sec h2 {
	text-align: center;
	color: #fff;
	line-height: 74px;
	margin: 0 0 27px;
}
.difference-technology-sec p {
	max-width: 735px;
	margin: 0 auto 38px;
	text-align: center;
	color: #fff;
	line-height: 21px;
	font-weight: 600;
	font-size: 18px;
}
.footer-logos-sec {
	text-align: center;
	margin: 108px 0 0;
}
.footer-logos-sec img {
	display: inline-block;
	vertical-align: top;
	margin: 0 27px;
}
.footer-main {
	padding: 30px 0;
}
.footer-main h5 {
	font-family: 'Oswald', sans-serif;
	color: #000;
	font-size: 18px;
	margin: 0 0 4px;
	text-transform: uppercase;
}
.footer-main p {
	margin: 0;
	font-size: 12px;
}
 @media screen and (min-width: 992px) {
section#finance-services + section.services-bio-sec .services-bio-content {
	max-width: 725px;
}
}
@media screen and (max-width: 1400px) {
.hero-slide-dis {
	padding: 85px 0 80px;
}
.banner-logos {
	margin-bottom: 50px;
}
.footer-logos-sec {
	margin-top: 70px;
}
}
@media screen and (max-width: 1199px) {
h1 {
	font-size: 50px;
	line-height: 60px;
}
h2 {
	font-size: 40px;
	margin: 0 0 25px;
}
h3 {
	font-size: 25px;
}
body p {
	font-size: 18px;
	line-height: 21px;
}
.btn-style {
	padding: 15px 40px 17px;
	font-size: 22px;
}
.landing-services-sec h2 + p {
	max-width: 640px;
}
.hero-slide-dis h1 {
	margin-bottom: 40px;
}
.hero-choos-sec > ul > li > a {
	font-size: 20px;
}
.hero-choos-sec ul > li ul a {
	font-size: 20px;
	line-height: 30px;
}
.landing-services-dis {
	padding: 75px 0 0;
}
.landing-services-dis ul li img {
	max-height: 150px;
}
.landing-services-dis ul li span {
	margin: 30px 0 0;
	font-size: 18px;
	line-height: 22px;
}
.services-bio-sec h2 {
	line-height: 50px;
	margin: 0 0 35px;
}
.greenLake-solutions-bottom ul li {
	width: calc(50% - 15px/2);
	margin: 0 0 20px 15px;
}
.hpe-service-dis {
	text-align: center;
	padding: 20px 25px 34px;
}
.landing-testimonial-sec h2 {
	margin: 0 0 35px;
	line-height: 50px;
	letter-spacing: 0;
}
.difference-technology-sec h2 {
	line-height: 50px;
	margin: 0 0 24px;
}
.footer-logos-sec img {
	margin: 0 20px;
	max-height: 110px;
}
.about-computacenter-left {
	width: 290px;
}
.about-computacenter-left h2 {
	line-height: 50px;
	margin: 0 0 20px;
}
.about-computacenter-right {
	width: calc(100% - 290px);
	padding: 10px 0 0 35px;
}
.about-computacenter-right h6 {
	font-size: 22px;
	margin: 0 0 25px;
	line-height: 26px;
}
.greenLake-solutions-sec {
	padding: 70px 0 40px;
}
}
@media screen and (max-width: 991px) {
.landing-services-sec {
	padding: 50px 0;
}
.services-bio-content {
	max-width: 100%;
}
.greenLake-solutions-top .greenLake-badge-img {
	width: 31.5%;
	text-align: center;
	padding-right: 25px;
}
.hpe-service-dis {
	padding: 20px 15px 25px;
}
.landing-testimonial-sec h5 {
	font-size: 20px;
}
.about-computacenter-sec {
	padding: 55px 0 40px;
}
}
@media screen and (max-width: 767px) {
h1 {
	font-size: 31px;
	line-height: 39px;
}
h2 {
	font-size: 26px;
	margin: 0 0 15px;
	line-height: 32px;
}
h3 {
	font-size: 20px;
	line-height: 25px;
}
body p {
	font-size: 16px;
	line-height: 20px;
}
.btn-style {
	padding: 12px 17px 14px;
	font-size: 16px;
	text-align: center;
}
.landing-services-sec {
	padding: 40px 0 20px;
}
.hero-slide-dis h1 {
	margin-bottom: 25px;
}
.landing-sec-1 {
	min-height: 85vh;
}
.hero-slide-dis {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-ms-flex-pack: flex-start;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	min-height: 85vh;
}
.banner-logos img {
	max-width: 180px;
	max-height: 150px;
}
.banner-logos {
	margin-bottom: 35px;
}
.hero-choos-sec > ul > li > a {
	font-size: 18px;
	padding: 4px 30px 4px 15px;
	background-position: center right 10px;
}
.hero-choos-sec ul > li ul a {
	font-size: 18px;
	line-height: 26px;
}
.landing-services-dis ul li span {
	margin: 15px 0 0;
	font-size: 16px;
	line-height: 20px;
}
.landing-services-dis ul li {
	width: 100%;
	padding: 0;
	max-width: 100%;
	margin: 0 auto 30px;
}
.landing-services-dis {
	padding: 40px 0 0;
}
.services-bio-sec h2,
.landing-testimonial-sec h2 {
	line-height: 34px;
	margin: 0px 0 30px;
}
.greenLake-solutions-sec {
	padding: 40px 0 30px;
}
.greenLake-solutions-top .greenLake-badge-img {
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 0 0 15px;
}
.greenLake-solutions-top .greenLake-badge-dis {
	width: 100%;
}
.greenLake-solutions-bottom ul li {
	width: 100%;
	margin: 0 0 15px 0;
}
.hpe-service-dis {
	padding: 20px 15px 15px;
}
.landing-testimonial-sec h5 {
	font-size: 18px;
}
.about-computacenter-left {
	width: 100%;
	text-align: center;
}
.about-computacenter-left h2 {
	line-height: normal;
	margin: 0 0 15px;
	text-align: center;
}
.about-computacenter-sec {
	padding: 40px 0 30px;
}
.about-computacenter-right {
	width: 100%;
	padding: 15px 0 0 0;
}
.about-computacenter-right h6 {
	font-size: 18px;
	margin: 0 0 20px;
	line-height: 22px;
}
.difference-technology-sec h2 {
	line-height: 34px;
	margin: 0 0 20px;
}
.difference-technology-sec {
	padding: 50px 0 30px;
}
.difference-technology-sec p {
	margin-bottom: 25px;
}
.footer-logos-sec {
	margin-top: 40px;
}
.footer-logos-sec img {
	margin: 0 10px 20px;
	max-height: 110px;
}
.banner-logos img + img {
	margin-left: 25px;
}
 video::-webkit-media-controls {
 display: none;
}
section#healthcare-services + section.services-bio-sec {
	background-position: center left 80%;
}
section#manufacture-services + section.services-bio-sec {
	background-position: center left 36%;
}
section#finance-services + section.services-bio-sec {
	background-position: center left 59%;
}
}
@media screen and (max-width: 400px) {
.banner-logos img {
	max-width: 150px;
	max-height: 120px;
}
.banner-logos img + img {
	margin-left: 20px;
}
}
