.about .item .img:before {
    content: '';
    position: absolute;
    top: 30px;
    right: 0;
    left: 45px;
    bottom: 0;
    background-color: #dc3545;
    border-radius: 3px;
}

.button-4 {
    display: inline-block;
    height: auto;
    padding: 12px 32px;
    border: 2px solid #dc3545;
    border-radius: 80px;
    background-color: #dc3545;
    -webkit-transition: border-color 400ms 
ease, color 400ms 
ease, background-color 400ms 
ease;
    transition: border-color 400ms 
ease, color 400ms 
ease, background-color 400ms 
ease;
    color: #fff;
    line-height: 1.5em;
    font-weight: 400;
    text-align: center;
}

.header .caption h4 span {
    color: #dc3545;
}


.slider-fade .owl-theme .owl-nav [class*=owl-]:hover {
    background: #dc3545;
    border: 2px solid #dc3545;
    color: #fff;
}



.navbar .navbar-nav .nav-link:hover {
    color: #dc3545;
}
.navbar .navbar-nav .active {
    color: #dc3545 !important;
}
.navbar .navbar-nav .active i {
    color: #dc3545;
}

.navbar .dropdown-menu .dropdown:hover > .dropdown-item,
.navbar .dropdown-menu .dropdown-item.active,
.navbar .dropdown-menu .dropdown-item:hover {
    color: #dc3545;
}

.section-subtitle {
    position: relative;
    color: #dc3545;
    font-size: 13px;
    line-height: 13px;
    font-family: 'Euclid Circular A', sans-serif;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.button-2 {
    display: inline-block;
    height: auto;
    padding: 12px 32px;
    border: 2px solid #dc3545;
    border-radius: 80px;
    background-color: transparent;
    -webkit-transition: border-color 400ms ease, background-color 400ms ease;
    transition: border-color 400ms ease, background-color 400ms ease;
    color: #061138;
    line-height: 1.5em;
    text-align: center;
    text-decoration: none;
}
.button-2:hover {
  border-color: #dc3545;
  background-color: #dc3545;
  color: #fff;
}

.about .about-call .call-icon {
    background-color: transparent;
    color: #dc3545;
    text-align: center;
    width: 54px;
    height: 54px;
    line-height: 54px;
    margin-right: 10px;
    font-size: 21px;
    border-radius: 50%;
    border: 2px solid #dc3545;
}

.nav-scroll .navbar-toggler-icon, .nav-scroll .icon-bar {
    color: #dc3545;
}

.icon-footer {
    width: 60px;
    max-height: 60px;
    min-height: 60px;
    min-width: 60px;
    background-color: #dc3545;
    color: #fff;
    font-size: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #dc3545;
    border-radius: 100%;
}

.social-icons li {
    display: inline-block;
    border: none;
    z-index: 1;
    position: relative;
    width: 45px;
    height: 45px;
    line-height: 42px;
    text-align: center;
    background: #dc3545;
    margin-right: 5px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    border-radius: 100%;
    border: 2px solid #dc3545;
    font-size: 17px;
    color: #fff;
}

.copyright p a {
    color: #dc3545;
}

.progress-wrap svg.progress-circle path {
    stroke: #dc3545;
}
.progress-wrap::after {
    color: #dc3545;
}
.about-list-icon span {
    font-size: 15px;
    color: #dc3545;
}

.line-dec {
    position: relative;
    height: 2px;
    background: rgb(255 30 30 / 15%);
    margin-top: 25px;
    margin-bottom: 25px;
}
.line-dec:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 2px;
    width: 60px;
    background: #dc3545;
}