/* 
	Dark: #1b242f
	Lighter: #252934
	Cyan: #04c2c9
	background: -webkit-linear-gradient(left, #9357cc 0%, #2989d8 50%, #2cc99d 100%);
*/
.btn-custom-bg{
	background: -webkit-linear-gradient(left, #9357cc 0%, #2989d8 50%, #2cc99d 100%)!important;
	border: unset!important;
	width: 100%;
}
.btn-custom-bg.disabled{
    opacity: 1!important;
}

#header nav,
#header #logo{
	display: none;
}

.b--responsive #header nav,
#header.header-sticky.sticky-active nav,
#header.header-sticky.sticky-active #logo{
	display: block;
}

#header a:hover,
#header a.active{
	color: #000!important;
	text-decoration: underline!important;
}

.slider-logo{
	width: 100%!important;
	height: unset!important;
}

.progress-bar,
.p-progress-bar{
	background-color: #666;
	background: -webkit-linear-gradient(left, #9357cc 0%, #2989d8 50%, #2cc99d 100%);
}

.medium2{
	height: 20px;
    margin: 10px 0;
}
.medium2 .progress-title{
	line-height: 20px;
}
.progress-bar-container.medium2 .progress-bar,
.p-progress-bar-container.medium2 .progress-bar,
.progress-bar-container.medium2 .p-progress-bar,
.p-progress-bar-container.medium2 .p-progress-bar{
	padding: 0 10px;
}

.about-img{
	max-width: 300px;
	max-height: 300px;
}

.grid-filter li:hover a,
.grid-filter li.active a{
	border-color: #000!important;
    color: #000!important;
}
.portfolio-item-wrap{
	border: 2px solid #000;
}
.modal ul{
	padding: 0 20px;
}
.modal p{
	color: #000;
}
.company-link{
	color: #000!important;
	font-weight: 600;
}
.company-link:hover{
	color: #000!important;
	text-decoration: underline!important;
}
.grayed{
	color: #888!important;
}
.timeline .timeline-item .timeline-icon{
	background: -webkit-linear-gradient(left, #9357cc 0%, #2989d8 50%, #2cc99d 100%);
}

.description-text .see-more,
.description-text .see-less{
	display: block;
	color: #000;
	font-weight: 600;
}
.description-text .see-more:hover,
.description-text .see-less:hover{
	color: #000!important;
	text-decoration: underline!important;
}

.timeline-icon.custom{
	background-size: contain!important;
	background-position: center!important;
	border: 1px solid #e3e6f0;
}

.bg-gray{
	background-color: #f8f9fa;
}

.recaptcha-holder{
	position: relative;
}
.recaptcha-holder img.recaptcha-img{
	position: absolute;
	bottom: 1px;
	right: 16px;
}

.modal-dialog {
	width: calc(100% - 13px);
	max-width: 800px;
}

.label {
	display: inline-block;
	padding: 4px 8px;
	border-radius: 3px;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	vertical-align: middle;
	white-space: nowrap;
}

.label-danger {
	background-color: #CE041C;
}
