/*-----------------------------------------------------------------------------------

    Project Name: MOENERGY Website | 2019
    Project URI: http://moenergy.co.mz
    Description: A Moenergy - Engenharia, Procurement & Construção, Lda. (MOENERGY) é uma empresa Moçambicana que actua nas áreas de engenharia
    Author: Intelity, SA
    Author URI:  http://intelity.co.mz
    Author PHONE: +258 869 666 555
    Author E-MAIL: info@intelity.co.mz
    Version: 1.0

 */

#services {
    margin: 40px 60px;
}
#services .moenergy-tabs ul {
/*    width: 100%;*/
    padding: 0;
}
#services .moenergy-tabs ul li {
    text-decoration: none;
    list-style: none;
/*    border: 1px solid #D6D6D6;*/
    padding: 18px 0px 18px 8px;
    border-left: 0.5px solid #D6D6D6;
    border-right: 0.5px solid #D6D6D6;
    border-bottom: 0.5px solid #D6D6D6;
/*    margin: 5px;*/
}
/*
#services .moenergy-tabs a {
    width: 100%;
    height: 100%;
}
*/
#services .moenergy-tabs .tab1 li {
    border-top: 0.5px solid #D6D6D6;
}
#services .moenergy-tabs .tab2 li {
    padding-bottom: 18px;
}
#services .moenergy-tabs .tab6 .tab-icon {
    padding-top: 0px;
}
#services .tab-icon {
/*    display: flex;*/
    float: left;
    margin-right: 12px;
/*    margin-top: -10px !important;*/
}
#services .tabs img {
    height: 32px;
}
#services .tab-text {
    display: flex;
    left: 15px;
    margin-left: 15px;
    margin-right: 0;
/*    padding: 0;*/
/*    text-align: left;*/
    color: #000;
    font-weight: 600;
    font-size: 13px;
}

#services .active {
    color: #FFFFFF !important;
    background: #FF9933 !important;
}
#services .active .tab-text {
    color: #fff;
}
#services .active li {
    color: #ffffff !important;
    background: #FF9933 !important;
    border: none;
}
#services {
    margin-bottom: 60px;
}
.moenergy-services-text p {
    margin: 0 0 6px;
    font-size: 14px;
}

/**
====================================
Services: Mobile Display
====================================
**/
.services-mobile .mobile-service {
    margin: 30px 0px;
}
.services-mobile .mobile-service img {
    display: block;
    margin: auto;
    text-align: center;
    margin-bottom: 10px;
}
.services-mobile .mobile-service h5 {
    font-weight: 600;
    text-align: center;
}

.services-mobile .mobile-service .mobile-description p {
    text-align: justify;
    margin: 8px;
}
#services {
/*    margin-top: 40px;*/
}
@media (max-width: 680px) {
    #services {
        margin: 40px 0px;
        padding-left: 0;
        padding-right: 0;
    }
    .services-mobile .mobile-service .mobile-description p {
        text-align: left !important;
    }
    .mobile-title {
        font-size: 24px !important;
    }
}
/**
====================================
Tabs Display for Desktop and Mobile
====================================
**/
@media (min-width: 758px) and (max-width: 996px) {
    .cta-btn-container, .cta-btn {
        display: block;
        margin: auto !important;
        text-align: center !important;
        float: none;
    }
}
@media (min-width: 998px) {
    .services-desktop {
        display: show;
    }
    .services-mobile {
        display: none;
    }
}
@media (min-width: 681px) (max-width: 995px) {
    #services {
        margin: 40px 60px;
    }
}
@media (max-width: 995px) {
    .services-desktop {
        display: none;
    }
    .services-mobile {
        display: show;
    }
}
