#featured-services-2, #testimonials, #affiliates {
   display: none;
}

/*======================
Topbar/Nav
======================*/

#topbar #header-info a,
#topbar #header-info h2 {
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

#topbar #header-info h2 {
  margin-left: 45px;
}

#header-logo img {
    max-width: 225px;
}

#topbar .item a:hover, #header-social a > i:hover {
    color: #b4183a;
}

#topbar .item h2 {
  text-transform: capitalize;
}

#header-logo.fixed-top {
  background: #FFF;
}

#header-logo.fixed-top img {
    max-width: 205px;
    min-width: 200px;
}

.opaque #topbar {
    background: #302f31;
}

.navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-item.show .nav-link {
    color: #b4183a;
}

/*======================
Carousel
======================*/

.slider-1,
.slider-2,
.slider-3 {
    background: rgba(46, 45, 47, 0.65);
}

/*======================
Inner Pages
======================*/

#headline {
    background: #a01633;
    padding: 0;
}

#sidebar-consultation h4 {
    color: #0c0c5a;
}

/*======================
Buttons/Typography
======================*/

.btn, .btn:active, .btn:focus, .btn:active:focus, .btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active:focus, .btn-primary, .btn-primary:active, .btn-primary:focus, .btn-primary:active:focus, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-default, .btn-default:active, .btn-default:focus, .btn-default:active:focus, .btn-default:not(:disabled):not(.disabled).active, .btn-default:not(:disabled):not(.disabled):active:focus {
    background: #0c0c5a;
    border: 1px solid #0c0c5a;
    border-radius: 1px;
}

.btn:hover, .btn-primary:hover, .btn-default:hover {
    background: #121287;
    border: 1px solid #121287;
}

a, a:active, a:focus, a:visited {
    color: #a01633;
}

a:hover {
    color: #ca1c41;
}

.navbar .dropdown-item:hover {
    color: #ca1c41;
}

h1, h2, h3, h4, h5, h6 {
    color: #1f191d;
}

p, ul, li {
    color: #4e4b4e;
}

/*======================
Services Home Page
======================*/

#services {
    background: #eaeaea;
    overflow: hidden;
    padding: 50px 0;
}

#services h2 {
    color: #1f191d;
}

#services .service-box a:hover h3 {
    color: #bc1a3d;
}

#services .service-box h3 {
    color: #1f191d;
}

#services .service-box p {
    color: #1f191d;
}

/*======================
Index Section
======================*/

#index-section .index-bg {
    background: url(/site_images/index-bg-cabello.jpg) no-repeat center center;
}

/*======================
Featured Services
======================*/

#featured-services-1 {
    background-image: url(/site_images/services-bg-cabello.jpg);
    background-position: 50% 0;
    background-repeat: no-repeat;
    padding: 90px 0 130px;
    position: relative;
}

#featured-services-1 .overlay {
    background: rgba(31, 20, 27, 0.7);
}

#featured-services-1 a:hover .service-icon i {
    color: #ca1c41;
}

/*======================
Resources
======================*/

#resource-links {
    background: #a01633;
    position: relative;
    z-index: 1;
}

#resource-links h3, #resource-links p, #resource-links i {
    color: #fff;
}

#resource-links a:hover .resource-link {
    background: #0c0c5a;
}

/*======================
Newsletter CTA
======================*/

#call-to-action {
    background: #a01633;
}

/*======================
Footer
======================*/

#footer-top {
    background: #383739;
}

#footer-bottom {
    background: #262527;
    border-top: 1px solid #262527;
}