.text-accent {
color: #e93232 !important;
}

.section-title-heading span {
color: #87c653;
}

.bg-accent, .bg-accent-hover:hover {
background-color: #ea191f !important;
}

.cs_btn.cs_style_1 {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
line-height: 1.6em;
color: #fff;
background-color: #87c653;
position: relative;
outline: none;
border: none;
}

.cs_service.cs_style_1 .cs_service_btn {
right: 17px;
height: 40px;
width: 40px;
top: -20px;
background-color: #ea191f;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
}

.cs_service.cs_style_1 {
border-top: 3px solid #ea191f;
}

.cs_hero_shape_1 {
    right: -1000px;
    pointer-events: none;
    display: none;
}


.cs_hero_shape_2 {
    top: 140px;
    pointer-events: none;
    display: none;
}

.elementskit-navbar-nav-default .elementskit-dropdown>li>.elementskit-dropdown {
    left: 100%;
    top: 0;
    max-height: 300px;
    overflow-y: auto;
}