.main-heading{
margin-top: 50px;
}

.sub-head{
	font-family: sans-serif;
}

.about-content{
	font-size: 1.2rem !important;
}
.head-div{
	background: #f58220;
	height: 137px;
}


.about-text{
	/*padding-top: 4%;*/

	color:white;
	position: relative;
	top:56px;
}

.main-cont{
	/*background-color:#f58220;*/
	/* background: #eeeeee; */
	padding-top: 40px;
	padding-bottom: 40px;
	color:black;
}
.faq-cont{
	background: #eeeeee;
	padding-top: 40px;
	padding-bottom: 40px;
	color:black;
}
.second-sub{
	color:#232323;
}



.sub-cont{
	font-size: 1.2rem !important;
	color:#232323;

}
/*.team-section{
	background-color: #eeeeee;
}*/
.team-name{
	font-size: 1.1rem !important;
	padding:0px;
}

.about-img{
	max-width:30%;
	max-height: 30%;
}
.div-left{
	padding:10%;
}

.div-content{
	padding:80px;
	color:white;
	background: 
    linear-gradient(
      rgba(0, 0, 0, 0.55), 
      rgba(0, 0, 0, 0.55)
    ), url('../images/laptop.jpg');
	
	background-size: cover;
	
	 background-repeat: no-repeat;
}
.left-img{
/*max-width: 50% !important;*/
max-height: 50%;
}

.navbar-default {
    background-color: white !important;
    border-color: #e7e7e7;
}

#team-varun-card{
	margin-left: 80px !important;
	margin-right: auto !important;
	display: inline-block !important;
	position: relative;
	top:18px;
}

#team-amit-card{
	margin-left: auto !important;
	margin-right: auto !important;
	display: inline-block !important;
	height: 635px !important;
}


@media screen and (max-width:768px) {
#team-varun-card{
	margin-left: 0px !important;
	margin-right: auto !important;
	display: inline-block !important;
	position: relative;
	top:18px;
}
#indi-btn{
	margin-left:7px !important;
	width:190px !important;
	}}
