.pad{
	padding-top: 95px;
}
.parallax{
	background-image: url('./img/Social-Media-Analytics-Latest.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	min-height: 300px;
	text-align: center;
	color: white;
	 background-attachment: fixed;
}
.parallax h1{
	padding-top: 120px;
}
.container{
	max-width: 80% !important;
	padding-bottom: 40px;
}
.p1{
	padding: 2px;
	border-bottom: 1px solid #c0c1ca;
}
.container h2{
	font-weight: 600;
	color: #3d4a8c;
	text-align: center;
	padding: 10px 0;
}
/*.container .row{
	padding-top: 50px;
}
.container .col-md-4{
	width: 250px;
}
.container .col-md{
	background-color: #f2f2f2;
}
.container .col-md h4{
	font-weight: 600;
}
.container .col-md p{
	font-weight: 500;
	color: #7b7c82;
}*/
.container .col-lg-4 img{
	height: 80%;
	transition: .5s;
}
.container .col-lg-4 img:hover{
	transform: scale(1.1);
}
.container .row{
	padding-top: 50px;
}
.container .col-lg-4 h3{
	text-align: center;
	font-size: 24px;
	padding-top: 10px;
}
/*.container p{
	text-align: center;
	padding-top: 60px;
	font-size: 20px;
	font-weight: 600;
}*/
.container button{
	text-align: center !important;
	padding: 10px 18px;
    font-size: 18px;
    font-style: italic;
    color: white;
    background-color: blue;
    border: none;
    border-radius: 8px;
    outline: none;
    box-shadow: 5px 5px 5px grey;
    margin-top: 12px;
}
@media screen and (max-width: 870px){
	.container{
		min-width: 98%;
	}
}