/*Blank CSS*/
/*#2b2958;*/

#logo img
 {
    width: 100px;
    height: auto;
    transform: translate3d(0, 0, 0);
}

#navigation.black ul a {
    display: block;
    color: #0e0d0d;
    text-decoration: none;
}

#wrapper .hero-top{
    background: #0f1341; /*darkblue;*/
    color: white;
    padding: 1rem;
}



.section-title h3 {
    font-size: 18px;
    color: #0f1341;
    text-transform: uppercase;
}

a.button.border, a.button {
    background: #18ba60 !important;
}

.bg-2 a.button.border, a.button {
    background: #2b2958 !important;
}

.bg-2 a.button {
    color: #fff !important;
    border-color: #000 !important;
}

.bg-2 a.button:hover {
    color: #fff !important;
     background: #c4611d !important;
    border-color: #c4611d !important;
}


#navigation.style-1 ul li:hover {
    background: #c4611d; /*#FF385C;*/
}

.inner-pages .about-us .who-1 h2 span {
    color: #c4611d; /*#FF385C;*/
}

.hero-top .netsocials span a .fa-facebook {
    background: transparent;
    color: #fff;
}

.hero-top .netsocials span a .fa, .hero-top  .netsocials .span a .fab {
    font-size: 1rem;
    text-align: center;
    background: transparent;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    margin-right: 0.2rem;
    -webkit-transition: all .5s 
    ease;
        transition: all .5s 
    ease;
}

 .hero-top .netsocials span a .fa-facebook:hover {
    background: #0f13b5;/*#3b5998;*/
    color: #fff;
}

.hero-top .netsocials span a .fa-youtube:hover {
    background: #cd201f;
    color: #fff;
}

.hero-top .netsocials span a .fa-whatsapp:hover {
    background: #18ba60; /*#cd201f;*/
    color: #fff;
}

.hero-top .netsocials span a .fa-instagram:hover {
    background: #E1306C; /*#cd201f;*/
    color: #fff;
}

.first-footer .netsocials a .fa-whatsapp {
    background: transparent;
    color: #fff;
}
.first-footer .netsocials a .fa-whatsapp:hover {
    background: #18ba60;
    color: #fff;
}

.homepage-9 .homes-tag.featured {
    background: #c4611d !important;
}

.homepage-9 section.portfolio
 {
    padding: 5.6rem 0;
    background: #c4611d;
}


.sec-title h2 {
    color:  #0f1341;
    font-size: 1.7rem;
    text-align: center;
    padding-bottom: 0rem;
}

.first-footer .top-footer {
    background:  #0f1341;
    color: #444;
    padding: 6rem 0;
    border-top: 1px solid #e5e5e5;
}

.second-footer {
    padding: 1.5rem 0;
    background: #272b54;
    border-top: 1px solid rgba(245, 255, 255, 0.1);
    color: #fff;
}