@charset "UTF-8";

.text-bg-symplearn{
    background-color: #fff;
    color: #45c2c0;
}

h1{
    color:#45c2c0;
}

#header-background{
	width:auto;
	height:100%;
	background-image:url("../assets/header_symplearn.png");
	
}

.logo{
	height:251px;
	box-shadow:0 1px 3px rgba(0,0,0,0.06),0 2px 6px rgba(0,0,0,0.06),0 3px 8px rgba(0,0,0,0.09) !important;
}

.symplearn{
	color:#45c2c0;
	font-weight: 600;
	font-size: 80px;
}	

.solution{
	color:#818689;
	font-weight: 400;
	font-size: 20px;
}	

.types{
	color:#a8abad;
}

.separation{
	height:25px;
    width:100%;
    background-color:black;	
}	

/* .active{
    opacity: .6!important;
} */

