html,
body{height:100%;margin:0;padding:0;font-family: "Encode Sans Semi Expanded",sans-serif; color: #000; line-height: 1.5;}
h1,h2,h3,h4,h5,h6{margin:0;}
ul li{list-style:none;margin:0;padding:0;}
p{margin:0 0 10px;}
section{float:left;width:100%;}

* {
    box-sizing: border-box;
}
html body ul{
  margin: 0;
  padding: 0;
}
html body ul li {
  display: block;
}
html body a, html body a:hover, html body a:active{
  outline: none;
  text-decoration: none;
}
a:focus{
    outline: 1px dotted #505050;
}
.header {
    background-color:transparent;
    left: 0;
    position: fixed;
    right: 0;
    z-index: 1000;
    width:100%;
    min-height: 70px;
    transition: 50ms ease;
}
.fixed {
  position:fixed;
  background:white;
  box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.05);
  transition: 50ms ease;
}
.header-left {
    float: left;
    position: relative;
}
.header img {
    width: 186px;
}
.toggle-icon{
    position: absolute;
    top: calc(100% - 60px);
    right: 10px;
    font-size: 25px;
    cursor: pointer;
    color: #7123c5;
    display: none;
}
.header-right {
    float: right;
}
.header-right li {
    display: inline-block;
    padding: 0;
    margin: 0 10px;
    line-height: 80px;
}
.header-right a {
	color: #000;
	font-size: 14pt;
	font-weight: 400;
	letter-spacing: 0px;
	padding: 0 15px;
	text-decoration: none;
	text-transform: capitalize;
}
.header-right a:hover, .header-right a:focus{
	color: #916FEB;
}
.header-right .get-started-link {
    color: #916FEB;
    border: 2px solid #916FEB;
    padding: 7px 15px;
    border-radius: 3px;
    transition: all .5s ease;
}
.header-right .get-started-link.support{
    background-color: #916FEB;
    color: #fff!important;
}
.header-right .get-started-link:hover, .header-right .get-started-link:focus {
    color: #fff !important;
    background: #916FEB;
    border: 2px solid #916FEB;
    transition: all .5s ease;
}
.header-right .get-started-link.support:hover, .header-right .get-started-link.support:focus{
    background-color: #7151C6;
    border-color: #7151C6;
    color: #fff!important;
}
/* Banner */
.prog_img {
    background-image: linear-gradient(to top, #916feb, #8865d5, #7e5bc0, #7451ac, #694898);
    height: 300px;
    margin-top: 85px;
}
.container.next_gen {
    display: table;
    height: 100%;
    position: relative;
    text-align: center;
    z-index: 9;
}
.next_gen h1 {
    color: #ffffff;
    display: table-cell;
    font-size: 40px;
    margin: 0 0 24px;
    text-transform: capitalize;
    vertical-align: middle;
    font-weight: 500;
}
.banner-section {
	position: relative;
}
.banner-section::after {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	content: "";
	z-index: 0;
    opacity: 0.8;
    background-image: url('../img/img-bg/stacklabs-home-abnner.jpg');
    background-position: center top !important;
	background-repeat: no-repeat;
	background-size: cover;
}
.banner-content {
   padding-top: 60px;
   display: table;
    width: 100%;
    height: 770px;
    min-height: 770px;
    max-height: 770px;
    z-index: 999;
}
.banner-content-wrapper{
    display: table-cell;
    vertical-align: middle;
}
.banner-content-div{
    display: flex;
}
.image-box {
    height: 100%;
    width: 50%;
    z-index: 99;
    display: grid;
    position: relative;
}
.image-box img {
  width: 100%;
  max-width: 600px;
}
.content-box {
    display: grid;
    width: 50%;
    height: 100%;
    position: relative;
    z-index: 999;
    padding: 20px 0;
}
.banner-content li{
    display: inline-block;
}
.banner-content li a {
    background: #916FEB;
    color: #fff;
	border: 2px solid #916FEB;
	border-radius: 3px;
	padding: 10px 36px;
	font-size: 16pt;
	font-weight: bold;
    transition: all .5s ease;
}
.banner-content .try a{
  background: #916FEB;
  color: #fff;
}
.banner-content .try a:hover{
    color: #916FEB;
    background: transparent;
	border: 2px solid #916FEB;
}
.banner-content li a:hover, .banner-content li a:focus {
    background:  #fff;
    color: #916FEB;
    border: 2px solid #916FEB;
    transition: all .5s ease;
}
.banner-content h1 {
	font-size: 34pt;
    color: #916FEB;
}
.banner-content h3 {
	font-size: 25pt;
    color: #916FEB;
}
.banner-content-box h2 {
    color: #ffffff;
    font-size: 5rem;
    letter-spacing: 1px;
    line-height: 1.3;
    margin: 0 0 20px;
}
.banner-content-box p {
    font-size: 16pt;
    color: #454545;
    line-height: 1.5;
    font-weight: 500;
    font-family: "Encode Sans Semi Expanded",sans-serif;
    margin: 25px 0 60px;
}
/*technology*/
.stacklabs-technology {
	padding-top: 60px;
}
.technology-detail {
	display: flex;
	flex-direction: row;
	min-height: 450px;
}
.technology-image {
	display: flex;
	justify-content: center;
	width: 50%;
	flex-direction: column;
	padding: 10px;
}
.technology-image img {
	max-width: 100%;
}
.technology-content-right {
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 40px 100px 25px 0px;
}

.technology-content-right h3 {
  color: #916FEB;
  font-size: 40px;
  line-height: 45px;
  margin-top: -70px;
}
.technology-content-right p {
	font-size: 16pt;
	font-weight: normal;
	line-height: 1.5;
	margin: 10px 0 0;
  font-family: "Encode Sans Semi Expanded",sans-serif;
}
.technology-content-left {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px 0px 25px 110px;
}

.technology-content-left h3 {
    color: #916FEB;
    font-size: 40px;
    line-height: 45px;
    margin-top: -70px;
}
.technology-content-left p {
    font-size: 16pt;
    font-weight: normal;
    line-height: 1.5;
    margin: 10px 0 0;
    font-family: "Encode Sans Semi Expanded",sans-serif;
}
.solutions-main {
    float: left;
    width: 100%;
}
.stacklabs-solutions {
	padding: 50px 0;
}
.solutions-content {
    float: left;
    width: 40%;
}
.stacklabs-solutions .container {
	background-image:url('../img/img-bg/stacklabs-solution.png');
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-bottom: 30px;
	margin-top: 50px;
	padding-bottom: 260px;
	padding-top: 65px;
}
.solutions-content > h2 {
	font-size: 20pt;
	font-weight: 400;
	color: #F8632C;
	text-transform: uppercase;
  margin: 0 0 10px;
}
.solutions-content > h3 {
	font-size: 24pt;
	font-weight: bold;
  line-height: 1.4;
}

.feature-left {
	display: inline-block;
	letter-spacing: 1px;
	width: 68%;
	vertical-align: middle;
}
.feature-left1 {
    display: inline-block;
    letter-spacing: 1px;
    width: 78%;
    vertical-align: middle;
}
.feature-right1 {
    display: inline-block;
    width: 20%;
    vertical-align: middle;
}
.feature-right  {
	display: inline-block;
	width: 29%;
	vertical-align: middle;
}

.feature-right > ul,.feature-right1 > ul{
    float: left;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
}
.feature-right li, feature-right1 li{
	display: inline-block;
	margin: 0 40px 0 0;
	width: 15%;
	text-align: center;
}
.feature-right li:last-child,.feature-right1 li:last-child {
    margin: 0;
}
.feature-right img,feature-right1 img{
    width: 100%;
}
.stacklabs-features {
	background: #916FEB;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	display: inline-block;
	float: left;
	height: auto;
  margin-top: 0px;
	padding: 5em 0;
	width: 100%;
}
.feature-left > p {
	font-size: 13pt;
	margin: 5px 0 20px;
	color: #fff;
	line-height: 1.6;
  font-family: "Encode Sans Semi Expanded",sans-serif;
}
.feature-left1 > p {
    font-size: 14pt;
    margin: 5px 0 20px;
    color: #fff;
    line-height: 1.6;
    font-family: "Encode Sans Semi Expanded",sans-serif;
}
.feature-left > h1,.feature-left > h1 {
	font-size: 28pt;
	color: #fff;
	margin: 0 0 10px;
}
.feature-left1 > h2{
    font-size: 25pt;
    color: #fff;
    margin: 0 0 10px;
}
.feature-right a,.feature-right1 a {
    background: #fff;
    border-radius: 25px;
    color: #916FEB;
    float: right;
    font-size: 14pt;
    font-weight: 400;
    margin-top: 0;
    padding: 0 35px;
    text-decoration: none;
    line-height: 50px;
}

.feature-right a:hover, .feature-right a:focus,.feature-right1 a:hover, .feature-right1 a:focus {
	box-shadow: 0 16px 30px 0  rgb(93, 70, 169);
}
.feature-right h3,.feature-right1 h3 {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	margin: 15px 0 0;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}
.gallery-wrapper {
    float: left;
    margin: 78px 0 0;
    width: 100%;
}
.gallery {
    position: relative;
    width: 100%;
}
.gallery-left {
    margin: 0 auto;
    padding: 5em 0;
    text-align: left;
    width: 75%;
}
.gallery .head {
    color: #fff;
    font-size: 40pt;
    font-weight: 700;
    letter-spacing: 2pt;
    line-height: 70px;
    text-transform: capitalize;
}
.gallery h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 38px;
}
.gallery .item {
    margin: 0;
    overflow: hidden;
    padding: 20px;
    text-align: center;
    width: 100%;
}
.gallery .controls {
    bottom: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}
.gallery .control-button {
    display: inline-block;
    font-size: 3em;
    margin: 0 0.02em;
    text-align: center;
    text-decoration: none;
    transition: color 0.1s ease 0s;
}
.pure-u-1-2, .pure-u-12-24 {
    width: 50%;
}
.pure-u-1, .pure-u-1-1, .pure-u-1-2, .pure-u-1-3, .pure-u-2-3, .pure-u-1-4, .pure-u-3-4, .pure-u-1-5, .pure-u-2-5, .pure-u-3-5, .pure-u-4-5, .pure-u-5-5, .pure-u-1-6, .pure-u-5-6, .pure-u-1-8, .pure-u-3-8, .pure-u-5-8, .pure-u-7-8, .pure-u-1-12, .pure-u-5-12, .pure-u-7-12, .pure-u-11-12, .pure-u-1-24, .pure-u-2-24, .pure-u-3-24, .pure-u-4-24, .pure-u-5-24, .pure-u-6-24, .pure-u-7-24, .pure-u-8-24, .pure-u-9-24, .pure-u-10-24, .pure-u-11-24, .pure-u-12-24, .pure-u-13-24, .pure-u-14-24, .pure-u-15-24, .pure-u-16-24, .pure-u-17-24, .pure-u-18-24, .pure-u-19-24, .pure-u-20-24, .pure-u-21-24, .pure-u-22-24, .pure-u-23-24, .pure-u-24-24 {
    display: inline-block;
    letter-spacing: normal;
    text-rendering: auto;
    vertical-align: top;
    word-spacing: normal;
}
.pure-g {
    align-content: flex-start;
    display: flex;
    flex-flow: row wrap;
    letter-spacing: -0.31em;
    text-rendering: optimizespeed;
}
.pure-img-responsive {
    height: auto;
    max-width: 100%;
}
.item ul {
    margin: 30px 0 0;
    padding: 0;
}
.item li {
    border: 1px solid #fff;
    border-radius: 5px;
    display: inline-block;
    margin: 0 10px 0 0;
}
.item ul li a {
    color: #fff;
    display: block;
    font-size: 15pt;
    font-weight: 100;
    line-height: 34px;
    padding: 0 20px 2px;
    text-decoration: none;
}
.item ul li a:hover {
    color: #3f51b5;
}
.item li:hover {
    background: #fff none repeat scroll 0 0;
}
.overlay-head::before {
    background: rgba(0, 0, 0, 0) linear-gradient(135deg, rgba(255, 255, 255, 0) 0px, rgba(255, 255, 255, 0) 46%, rgba(63, 81, 181, 0.85) 46%, rgba(63, 81, 181, 0.85) 100%) repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}
.v-align-transform {
    position: relative;
    top: -80%;
    transform: translate3d(0px, -50%, 0px);
    z-index: 2;
}
.row-iiner {
    color: #fff;
    float: right;
    width: 40%;
}
.row-iiner > h2 {
    font-size: 46px;
    font-weight: 400;
    line-height: 49px;
    margin-bottom: 36px;
}
.row-iiner > p {
    font-size: 22px;
    font-weight: 300;
}
.data-science h1 {
    font-size: 44px;
    font-weight: 400;
    margin: 35px 0 50px;
    text-align: center;
}
.data-science > p {
    color: #555;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
}
.data-science {
    letter-spacing: 0.5px;
}

.data-program {
    margin: 60px 0 51px;
}

.col-xs-12.science_heading > h1 {
    font-size: 44px;
    font-weight: 400;
}

.col-xs-12.science_heading {
    letter-spacing: 2px;
    text-align: center;
}
h2.subTitle::after{
    content: "";
    display: block;
    height: 1px;
    left: 50%;
    margin-left: -50px;
    margin-top: 20px;
    position: absolute;
    width: 100px;
    background: #3f51b5;
}
h2.subTitle {
  color: #444;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 90px;
  padding: 0;
  text-align: center;
}

.data-incubator > p {
    color: #555;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 30px;
    margin: 0 auto 90px;
    width: 65%;
}
.boxFeature {
    float: left;
    width: 50%;
}

.box-left {
    float: left;
    width: 25%;
    text-align: center;
}

.box-right {
    float: left;
    width: 75%;
}

.box-right > h2 {
    color: #333;
    font-size: 24px;
    font-weight: 400;
    line-height: normal;
}

.box-right > p {
    color: #555;
    font-size: 16px;
    font-weight: 300;
}

.box-inner {
    float: left;
    letter-spacing: 1px;
    margin-bottom: 35px;
    width: 100%;
}

.btn_apply {
    float: left;
    text-align: center;
    width: 100%;
}

.btn_apply a {
    background: #3f51b5 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    letter-spacing: 1px;
    padding: 7px 30px;
    text-decoration: none;
}
.feature__outcome {
    border: 4px solid #eee;
    display: table;
    float: left;
    margin-bottom: 20px;
    padding: 20px;
    width: 100%;
}

.outcome-right {
    display: table-cell;
    margin: 0;
    min-height: 100%;
    vertical-align: middle;
    width: 90%;
}
.outcome-right > p {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 0;
}

.feature_main {
    float: left;
    margin-bottom: 40px;
    margin-top: 40px;
    width: 100%;
}


.courses_inner {
    border-left: 3px solid #8a8a8a;
    display: flex;
    flex: 0 0 33%;
    padding: 0 40px;
    width: 30%;
}
.read-more-target {
    font-size: 0;
    opacity: 0;
}
.read-more-state {
    display: none;
}
.read-more-state ~ .read-more-trigger::before {
    content: "more";
}

.read-more-state:checked ~ .read-more-trigger::before {
    content: "less";
}
.read-more-trigger {
    cursor: pointer;
}
.read-more-state:checked ~ .read-more-wrap .read-more-target {
    font-size: inherit;
    max-height: 999em;
    opacity: 1;
}

.courses_main > h2 {
    color: #222;
    font-size: 44px;
    font-weight: 400;
    margin: 10px 0 20px;
    text-align: center;
}

.courses_main > p {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 30px;
    text-align: center;
}

.read-more-wrap h3 {
    font-size: 24px;
    margin-bottom: 10px;
}
.read-more-wrap > h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}

.read-more-wrap > p {
    color: #666;
    font-size: 16px;
    font-weight: 400;
}
.read-more-trigger {
    color: #3f51b5;
}
.data-science-course {
    display: flex;
    float: left;
    padding: 0 0 30px;
    width: 100%;
}
.header-right a.stack-signup {
	background: #f8632c none repeat scroll 0 0;
	border-radius: 2px;
	color: #ffffff;
	font-size: 14pt;
	margin-right: 0;
	margin-top: 0;
	padding: 0 20px;
	line-height: 40px;
	display: inline-block;
	letter-spacing: 1.4px;
}
.header-right a.stack-signup:hover{
box-shadow: 0 16px 38px 0 rgba(175,182,193,.45);
}
/*pricing css*/
.pricing-table-outer {
	padding: 90px 0px;
}
.plan-list-outer {
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.plan-item {
	border-radius: 2px;
    border: 2px solid #ccc;
	/* box-shadow: 0 13px 27px 0 rgba(6,20,99,.22); */
	width: 24%;
	background: #ffffff;
	position: relative;
	padding: 25px 15px;
	box-sizing: border-box;
	text-align: center;
    margin-right: 20px;
}
.plan-item.recommended-plan {
	z-index: 9;
	margin: 0px 20px;
}
.signup-link {
	text-decoration: none;
	border: 2px solid #916feb;
	border-radius: 3px;
	min-height: 40px;
	display: inline-block;
	line-height: 40px;
	min-width: 150px;
	font-size: 14pt;
	color: #916feb;
	max-width: 100%;
    text-align: center;
    background: transparent;
    position: absolute;
    bottom: 25px;
    left: calc(50% - 80px);
    transition: all .5s ease;
}
.signup-link:hover, .signup-link:focus{
    color: white;
    background: #916feb;
    transition: all .5s ease;

}

.plan-features li .key {
	float: left;
	text-align: left;
    width: 55%;
}
.value {
    font-size: 13pt;
	float: right;
	font-weight: bold;
	width: 45%;
}
.plan-features li {
	float: left;
	width: 100%;
	margin: 8px 0;
  color: #454545;
  font-size: 12pt;
}
.check .value {
    height: 25px;
    line-height: 1;
    font-size: 30px;
}
.plan-features {
	margin: 20px 0 85px;
	float: left;
	width: 100%;
}
.uncheck .key {
	text-decoration: line-through;
}
.plan-features li.uncheck {
	color: #888;
}
.plan-type {
	font-size: 22pt;
	font-weight: bold;
	color:#333333;
	display: block;
    text-align: center;
}
.plan-header p {
	margin: 20px 0;
	color: #757575;
	font-size: 11pt;
}

.plab-price {
	color: #916feb;
	font-size: 14pt;
	font-weight: bold;
	display: block;
	margin: 10px 0 30px;
}
.plan-desc {
	font-size: 10pt;
	color: #916FEB;
  margin-left: 5px;
}
.page-headings h2 {
    font-size: 30pt;
    color: #916FEB;
    margin: 20px 0px 20px;
}
.page-headings p {
	font-size: 16pt;
	margin: 0 0 20px;
}
.page-headings {
	text-align: center;
	display: block;
	margin: 0 0 50px;
}
.pricing-table-outer .page-headings {
    margin: 65px 0px 60px;
    border: 2px solid #ccc;
}

/*pricing css*/
.head-links.active {
	color: #916FEB;
}
.foot-link.active {
    color: #916FEB;
}
.pay-as-you-go {
    margin: 40px 0;
}
.pay-as-you-go__header {
    padding-left: 0;
}
.pay-as-you-go__header.fixed{
    position: unset;
}
.section__header {
  color: #333;
}
.pay-as-you-go__header>:last-child {
    margin-bottom: 0;
}
.pay-as-you-go--with-no-link .pay-as-you-go__content {
    border: 2px solid #ccc;
}
.pay-as-you-go__content {
    padding: 24px 20px;
    border: 2px solid #ccc;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.pay-as-you-go-item {
    display: flex;
    flex: 1;
    flex-direction: column;
    margin: 0;
    padding: 0 30px;
}
.pay-as-you-go-item__type {
    font-size: 22px;
    font-weight: 700;
    color:#916feb;
}
.pay-as-you-go-item__starts-from {
    font-size: 12px;
    height: 12px;
    margin: 1em 0 .5em;
}
.pay-as-you-go-item__cost {
    margin-top: auto;
    white-space: nowrap;
}
.storage {
    margin: 40px 0;
}
.storage__header {
    padding-left: 0;
    color: #333;
}
.storage__header>:last-child {
    margin-bottom: 0;
}
.storage__header>:first-child {
    margin-top: 0;
}
.storage__content {
    padding: 24px 52px;
    border: 2px solid #ccc;
}
.storage__content>:first-child {
    margin-top: 0;
}
.storage__content>:last-child {
    margin-bottom: 0;
}
.blue {
    color: #916feb;
}
.compute-resources {
    margin: 33px 0;
}
.compute-resources__header {
    padding-left: 0;
    color: #333;
}
.compute-resources__content {
    border: 2px solid #ccc;
    padding: 24px 52px;
}
.compute-resources__content>:first-child {
    margin-top: 0;
}
.compute-resources__content>:last-child {
    margin-bottom: 0;
}
.compute-resources__list {
    padding-left: 30px;
    list-style: none;
    position: relative;
}
.compute-resources__list li:before {
    content: "\2022";
    position: absolute;
    left: 0;
    font-size: 22px;
    line-height: 20px;
    color: #055fb3;
}
.gcp-details-container {
    max-width: 100%;
    overflow: auto;
}
.gcp-details {
    width: 100%;
    border-collapse: collapse;
    font-size: 12px;
}
.gcp-details thead {
    background: #f2f2f2;
}
.gcp-details thead th {
    padding: 2px 12px;
}
.gcp-details thead th {
    vertical-align: top;
    padding: 2px 1.2%;
}
.gcp-details td+td, .gcp-details th+td, .gcp-details th+th {
    border-left: 2px solid #fff;
}
.gcp-details td, .gcp-details th {
    text-align: left;
    padding: 1.2%;
}
.gcp-details__gcp-small {
    background: #916feb4d;
}
.gcp-details td, .gcp-details th {
    padding: 6px 12px;
}
.gcp-details__gcp-medium {
    background: #916feb7a;
}
.gcp-details__gcp-large {
    background:#916feba6;
}
.gcp-details__gcp-gpu-medium {
    background: #f2e9dd;
}
.gcp-details__gcp-gpu-large {
    background: #e7d9c6;
}
.tech_main {
    box-shadow: 0 0 7px 1px #f5f5f5;
    float: left;
    width: 100%;
    padding: 120px 0 30px;
}
.tech-inner {
    margin-bottom: 60px;
}
.col-md-7 {
    float: left;
    width: 58.33333333%;
}
.tech_right h2, .tech_right h3 {
    font-size: 31px;
    font-weight: bold;
    margin: 0 0 5px;
    text-transform: capitalize;
    color: black;
}
.tech_right h4 a.action {
    background: #916FEB none repeat scroll 0 0;
    color: #fff;
    font-size: 13pt;
    line-height: 50px;
    border-radius: 3px;
    padding: 7px 15px;
    opacity: 0.9;
    border: 2px solid #916FEB;
    transition: all 0.3s ease 0s;
}
.tech_right h4 a.action:hover, .tech_right h4 a.action:focus{
    background: #fff;
    color: #916FEB;
    border: 2px solid #916FEB;
}
.tech_right p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 40px;
    margin-top: 20px;
}
.col-md-5 {
    width: 41.66666667%;
    float: left;
}
.tech_left img {
    margin: 0 auto;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

.partnrers_section.service_labs {
    margin-bottom: 50px;
    margin-top: 50px;
}
.service_labs h4 {
   color: #916FEB;
    font-size: 34px;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 30px;
    text-align: center;
    text-transform: capitalize;
}
.text-center {
    text-align: center;
}
.service-content {
    padding: 40px 0 30px 0px;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.col-md-2 {
    width: 16.66666667%;
}
.service-inner a img {
    opacity: 0.9;
    transition: all 0.3s ease 0s;
    width:110px;
    max-width: 100%;
    display: inline-block;
}
.service-inner a:hover img {
    opacity: 1;
    transform: scale(1.1);
}

.ser_tesla {
    color: #666;
    display: block;
    font-family: "Roboto",sans-serif;
    font-size: 25pt;
    padding-top: 0px;
    text-transform: uppercase;
}
.ser_data {
    color: #666;
    display: block;
    font-family: "Roboto",sans-serif;
    font-size: 16pt;
    text-transform: uppercase;
}

.testimonial-slider__nav__bg {
    background-color: white;
    padding-left: 25px;
    padding-right: 25px;
}
.testimonial-slider__nav {
    padding-top: 0px;
    margin-top: 0px;
}
.logo-strip {
    display: block;
    justify-content: space-between;
    align-items: stretch;
    min-height: 110px;
    margin-left: auto;
    margin-right: auto;
}
.logo-strip__logo {
    padding-top: 40px;
    min-width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.logo-strip__logo img {
    height: 45px;
    margin-left: 0px;
    margin-right: 0px;
}
.loading{
    display: none;
    vertical-align: middle;
}
.loading.show{
    display: inline-block !important;
}
.loading img{
    width: 60px;
}