/*----------------------------------------------------------------

	Template Name: Rainfo - Minimal Creative Portfolio for Freelancers & Agencies 
	Version: 1.0

-------------------------------------------------------------------------*/

.header-btn a {
	display: inline-block;
    padding: 0 75px;
    height: 70px;
    line-height: 70px;
    border: 1px solid #fff;
    border-radius: 43px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    transition: 0.4s ease-in-out; 
}

.header-btn a:hover {
	color: #000;
    background: #eb212e;
    border: 1px solid #eb212e;
}

.team-pic {
	margin: -40px 20px 40px 20px;
}

.logo-loader {
	width: 40px;
}

p .free-thynkers {
	font-size: 42px; 
	font-weight: 600; 
	padding-top: 20px;
}
