h1,h2,h3,h4,h5,h6 {
    margin: 0;
}

h2 {
    font-size: 35px;
    color: #000;
    line-height: 1.15;
    /* letter-spacing: .22em; */
}

p {
    font-size: 16px;
    line-height: 1.55;
    margin: 0;
/*     letter-spacing: .05em; */
    color: #000;
}

.datalab-container {
	width: 94%;
	max-width: 1350px;
	margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/* SECTION 1 */

.datalab-section1 {
    height: 100vh;
    min-height: 500px;
    position: relative;
    background: #fdfdfd;
}

.datalab-section1 h2 {
    /* letter-spacing: .22em; */
    margin: 45px 0;
}

.datalab-section1 p {
    text-transform: uppercase;
/*     letter-spacing: .22em; */
    font-size: 17px;
    color: #000;
}

.datalab-section1-content {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.section1-icons span {
    display: block;
    font-size: 18px;
    line-height: 1;
/*     letter-spacing: .22em; */
}

.section1-right-icons {
    width: 147px;
    height: 300px;
    background: url(../images/datalab/section1-plus-icon.png) no-repeat center;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 200px;
}

.section1-bottom-icons {
    width: 120px;
    height: 91px;
    background: url(../images/datalab/section1-icon-bottom.png) no-repeat center;
    background-size: cover;
    position: absolute;
    left: 0;
    bottom: 30px;
}

/* SECTION 1 END */

.datalab-section2 {
    padding-top: 120px;
}

.datalab-fig-common {
    width: 56%;
    max-width: 792px;
    position: relative;
}

.datalab-fig-common:before {
	content: '';
	display: block;
	width: 15px;
	height: 70px;
	background: #000;
	position: absolute;
	top: -40px;
	left: -8px;
}

.datalab-section2 .datalab-fig-common:before { background:#fe7048; }
.datalab-section3 .datalab-fig-common:before { background:#04b210; left:auto; right:-8px; }
.datalab-section4 .datalab-fig-common:before { background:#043259; }
.datalab-section5 .datalab-fig-common:before { background:#052764; left:auto; right:-8px; }

.datalab-content-common {
    width: 44%;
}

.datalab-content-common h2 {
    margin-bottom: 50px;
}

.datalab-content-common {
    padding-left: 70px;
}

.datalab-section3 .datalab-content-common,
.datalab-section5 .datalab-content-common {
    padding-left: 45px;
}

.datalab-section5 h2 {
    font-size: 24px;
    /* letter-spacing: .18em; */
    line-height: 1.3;
}

.datalab-section3,
.datalab-section4,
.datalab-section5 {
    margin-top: 80px;
}

.datalab-section5 {
    margin-bottom: 50px;
}

/********************
	MEDIA QUERIES
***************************/


@media only screen and (max-width:1200px) {
    
    h2 {
        font-size: 33px;
/*         letter-spacing: .18em; */
    }
    
    .datalab-section1 h2 {
        /* letter-spacing: .18em; */
        font-size: 35px;
    }
    
    .datalab-section5 h2 {
/*         letter-spacing: .12em; */
    }
}
/* 1200 End */

@media only screen and (max-width:1024px) {
    
    h2 {
        font-size: 32px;
/*         letter-spacing: .15em; */
    }
    
    .datalab-section1 h2 {
        margin: 38px 0;
    }
    
    .datalab-section1 p {
        font-size: 16px;
/*         letter-spacing: .18em; */
    }
    
    .section1-right-icons {
        width: 108px;
        height: 220px;
    }
    
    .section1-bottom-icons {
        width: 100px;
        height: 76px;
    }
    
    .datalab-content-common h2 {
        margin-bottom: 40px;
    }
    
    .datalab-content-common p br {
        display: none;
    }
    
    .datalab-content-common {
        padding-left: 50px;
    }
    
    .datalab-section3 .datalab-content-common, 
    .datalab-section5 .datalab-content-common {
        padding-left: 0px;
        padding-right: 30px;
    }
    
}
/* 1024 End */

@media only screen and (max-width:800px) {
    
    h2 {
        font-size: 30px;
    }
    
    .datalab-container {
        width: 100%;
    }
    
    .datalab-content-common h2 br {
        display: none;
    }
    
    .datalab-fig-common:before {
        width: 10px;
        height: 50px;
        left: -5px;
        top: -25px;
    }
    
    .datalab-content-common {
        padding-left: 30px;
    }
    
    .datalab-content-common h2 {
        margin-bottom: 30px;
    }
    
}
/* 800 End */


@media (max-width: 767px){
	p {
		font-size: 14px;
	}
    
    .datalab-fig-common img {
        display: block;
        margin: 0 auto;
    }
    
    
	.datalab-section1 h2 {
	font-size: 22px;
	margin: 20px auto;
	}
	.datalab-section1 p {
/* 		letter-spacing: .22em; */
		font-size: 13px;
		padding: 15px;
	}
	.datalab-section1 p > br {
		display: none;
	}
	.datalab-fig-common:before{
		display:none
	}
	.datalab-section2,.container-fluid{
		padding-left:0;
		padding-right:0;
	}
    .datalab-container{
    	display:-webkit-box;
    	display:-ms-flexbox;
    	display:flex;
    	width:100%;
    }
    .datalab-fig-common, .datalab-content-common{
    	width:100%;
    	padding:0;
    }
     .datalab-content-common{
    	width:90%;
    	text-align:center;
    	margin: -50px auto 90px;
    	-webkit-box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.30);
    	box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.30);
    	background:#fff;
    	position:relative;
    	padding: 25px;
    	z-index: 9;
    }
    .datalab-content-common br{
        display: none;
    }
    .datalab-content-common h2 {
        margin-bottom: 20px;
        font-size: 15px;
/*         letter-spacing: 2px; */
    }

    .datalab-section3 .datalab-container,
    .datalab-section5 .datalab-container{
         -webkit-box-orient: vertical;
         -webkit-box-direction: reverse;
         -ms-flex-flow: column-reverse;
         flex-flow: column-reverse;
    }
    .datalab-section3, .datalab-section4, .datalab-section5 {
        margin-top: 0px;
    }
    .datalab-section3 .datalab-content-common, .datalab-section5 .datalab-content-common{
        padding-left: 20px;
    }
    .section1-right-icons{
        top: 10%;
        width: 30%;
        height: 30%;
    }
}
/* 767 End */
