.section.ideas .is-green{
	color: #46b472;
}
.section.ideas .is-blue{
	color: #51aade;
}
.section.ideas .is-orange{
	color: #f7941f;
}
.section.ideas .is-green:hover,
.section.ideas .is-blue:hover,
.section.ideas .is-orange:hover{
	color: #e82629;
}
body.header-alt .header-alt-elements .navbar-brand,
body.header-alt .header-alt-elements .btn-hire-us{
    z-index: 2;
}
.pt-8{
	padding-top: 8rem !important;
} 
.pb-8{
	padding-bottom: 8rem !important;
}
.mt-30{
	margin-top: 30px;
}
.circle-arrow .k-ico{
    width: 25px;
    height: 25px;
    padding: 4px 4px;
    border: 1px solid #fff;
    border-radius: 50%;
    transition: .3s ease;
}
.is-green .circle-arrow .k-ico{
	fill: #46b472;
}
.is-blue .circle-arrow .k-ico{
	fill: #51aade;
}
.is-orange .circle-arrow .k-ico{
	fill: #f7941f;
}
.circle-arrow:hover .k-ico{
	transition: .3s ease;
}
.ideas .font-helvetica{
	font-family: "Helvetica Neue LT W05_75 Bold",sans-serif;
}
.helvetica-bold{
	font-family: "Helvetica Neue LT W05_75 Bold",sans-serif !important;
}
.helvetica-roman{
	font-family: "Helvetica Neue LT W05 55 Roman",sans-serif !important;
}
.big-caslon{
	font-family: "Big Caslon",sans-serif !important;
}
.line-height-1{ line-height: 1 !important; }
.line-height-1-1{ line-height: 1.1 !important; }
.line-height-1-2{ line-height: 1.2 !important; }
.line-height-1-3{ line-height: 1.3 !important; }
.line-height-1-4{ line-height: 1.4 !important; }
.line-height-1-5{ line-height: 1.5 !important; }
.line-height-1-6{ line-height: 1.6 !important; }
.line-height-1-7{ line-height: 1.7 !important; }
.line-height-1-8{ line-height: 1.8 !important; }
.line-height-1-9{ line-height: 1.9 !important; }
.line-height-2{ line-height: 2 !important; }

.loading.load-all .wcs-section::after{
	display: none !important;
}
.client-engagement .discription-wrap{
	/*color: #000;*/
}
.cs-section__form .ajax-form .form-action{
	background-color: #eb2127;
}
.cs-section__form .ajax-form input[type='submit'], 
.cs-section__form .ajax-form .form-cta{
	z-index: 1;
	background-color: transparent !important;
}
.cs-section__form .ajax-form .form-action .k-ico{
	z-index: 0;
}
.wpf-chimp-status{
	margin-left: 15px;
	vertical-align: middle;
	align-items: center;
    display: flex;
}
.wpf-chimp-status .loading:after{
	content: '';	
    background: none;
    border: 5px solid #d0caca;
    border-top: 5px solid #eb2127;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    animation: spin 2s linear infinite;
    margin: 0 auto;
    display: block;
}
.text{
	text-decoration: none;
}