
.green-background{
    background-color: #e3e43a;
}

.blue-background{
    background-color: #03a8bc;
}

.bg-yellow {
    background: #03a8bc;
}

.video-play-button:hover, .video-play-button:focus {
    background: #ffffff;
    color: #e3e43a;
}

.video-play-button {
    background: #fff;
    color: #e3e43a;

}

@-webkit-keyframes pulse_effect {
    0% { -webkit-box-shadow: 0 0 0 5px rgba(242,201,0, 0.9); box-shadow: 0 0 0 5px rgba(242,201,0, 0.9); }
    25% { -webkit-box-shadow: 0 0 0 10px rgba(242,201,0, 0.6); box-shadow: 0 0 0 10px rgba(242,201,0, 0.6); }
    70% { -webkit-box-shadow: 0 0 0 15px rgba(242,201,0, 0.3); box-shadow: 0 0 0 15px rgba(242,201,0, 0.3); }
    100% { -webkit-box-shadow: 0 0 0 60px rgba(242,201,0, 0.1); box-shadow: 0 0 0 20px rgba(242,201,0, 0.1); }
}
@-o-keyframes pulse_effect {
    0% { box-shadow: 0 0 0 5px rgba(242,201,0, 0.9); }
    25% { box-shadow: 0 0 0 10px rgba(242,201,0, 0.6); }
    70% { box-shadow: 0 0 0 15px rgba(242,201,0, 0.3); }
    100% { box-shadow: 0 0 0 20px rgba(242,201,0, 0.1); }
}
@keyframes pulse_effect {
    0% { -webkit-box-shadow: 0 0 0 3px rgba(242,201,0, 0.9); box-shadow: 0 0 0 3px rgba(242,201,0, 0.9); }
    25% { -webkit-box-shadow: 0 0 0 6px rgba(242,201,0, 0.6); box-shadow: 0 0 0 6px rgba(242,201,0, 0.6); }
    70% { -webkit-box-shadow: 0 0 0 9px rgba(242,201,0, 0.3); box-shadow: 0 0 0 9px rgba(242,201,0, 0.3); }
    100% { -webkit-box-shadow: 0 0 0 12px rgba(242,201,0, 0.1); box-shadow: 0 0 0 12px rgba(242,201,0, 0.1); }
}


.blue{
    color: #e2e439;
    font-size: 4rem;
}

.green-background{
    background-color: #e3e43a;
}

.blue-background{
    background-color: #03a8bc;
}


.cbp-l-filters-buttonCenter .cbp-filter-item.cbp-filter-item-active {
    color: #e3e43a;
}

.cbp-l-filters-buttonCenter .cbp-filter-counter {
    background-color: #03a8bc;
}

.cbp-l-filters-buttonCenter .cbp-filter-item:hover {
    color: #e3e43a;
}

.hvr-shutter-out-horizontal-blk.green:before {
    background: #03a8bc !important;
}

.custom-btn.d-blue {
    background: #03a8bc;
    color: #fff!important;
    border-color: #03a8bc;
}

.custom-btn.blue-white {
    background: #e3e43a;
    border-color: #e3e43a;
}

.custom-btn.grrenn-white {
    background: #03a8bc;
    border-color: #03a8bc;
}

.custom-btn.grrenn-white {
    background: #03a8bc;
    border-color: #03a8bc;
}

.custom-btn.green {
    background: #e3e43a !important;
    border: none;
}

.hr-line {
    width: 40px;
    height: 3px;
    background-color: #e3e43a;
    display: block;
    margin-top: 16px;
}

.green {
    color: #e3e43a;
    font-size: 4rem;
}

.icon-block:hover .counters h3, .icon-block:hover .counters h3 i{
    color: #03a8bc;
}


.icon-block.two:hover .counters h3, .icon-block.two:hover .counters h3 i{
    color: #e3e43a;
}

.custom-btn.b-green {
    background: #e3e43a !important;
    border: none;
}


.hvr-shutter-out-horizontal-blk.b-green:before {
    background: #03a8bc;
}


.loader{
    background: #fff;
}

.loading:after{
    background: #e3e43a;
}

::-webkit-scrollbar {
    width: 7px;
    background-color: #e3e43a;
}

::-webkit-scrollbar-thumb {
    background: #e3e43a;
}

.side-menu:before{
    background-color: #e3e43a;
}

.team-box .overlay:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #e3e43a;
    opacity: .5;
}