.project-inner,
.newsletter-area {
    background-color: #343332;
}

.footer-logo img {
    padding: 10px;
}

.widget-item .inquary a {
    color: #fff;
    font-size: 17px;
    line-height: 30px;
}

.widget-item .inquary a:hover {
    color: #9ebb2a;
}

.text-primary {
    color: #9ebb2a !important;
}

.widget-list-item li a {
    color: #bfbfbf;
}

.widget-list-item li a:hover {
    color: #fff;
}

.widget-list-item p {
    color: #fff;
}

.main-header_area {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}

@media (max-width:1280px) {
    .main-header_area {
        position: relative;
    }
}

@media (max-width:991px) {
    .main-header_area .header-top {
        background-color: #fff !important;
    }
    .main-header_area .header-top a {
        color: #343332;
        font-size: 22px;
    }
}

.certificate .box {
    background: #9ebb2a;
    text-align: center;
    overflow: hidden;
    position: relative;
    margin: 15px 0;
}

.certificate .box:before {
    content: "";
    background: #fff;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    transform: translateY(150%);
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    transition: all 0.3s ease-in-out;
}

.certificate .box:hover:before {
    transform: translateY(0);
}

.certificate .box img {
    width: 100%;
    height: auto;
    transition: all 0.45s ease-in-out;
}

.certificate .box:hover img {
    opacity: 0.3;
}

.certificate .box-content {
    color: #fff;
    background: #9ebb2a;
    width: 85%;
    padding: 15px 5px;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: -50%;
    left: 50%;
    z-index: 2;
    transition: all 0.6s ease;
}

.certificate .box:hover .box-content {
    top: 50%;
}

.certificate .box .title {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 10px;
    color: #fff;
}

.certificate .box .post {
    font-size: 13px;
    font-weight: 400;
    font-style: italic;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 0 0 12px;
    display: block;
}

.certificate .box .icon {
    padding: 0;
    margin: 0;
    list-style: none;
}

.certificate .box .icon li {
    margin: 0 3px;
    display: inline-block;
}

.certificate .box .icon li a {
    color: #9ebb2a;
    background: #fff;
    font-size: 15px;
    line-height: 33px;
    width: 34px;
    height: 34px;
    display: block;
    position: relative;
    transition: all 0.35s;
}

.certificate .box .icon li a:hover {
    color: #fff;
    background: #9ebb2a;
    border-radius: 50px;
}


/* ******************************************** */

.catalogue .box {
    color: #fff;
    background: linear-gradient(#111, #333);
    text-align: center;
    overflow: hidden;
    position: relative;
    margin: 15px 0;
}

.catalogue .box:before {
    content: "";
    background: #9ebb2a;
    width: 15px;
    height: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    transition: all 0.45s ease;
}

.catalogue .box:hover:before {
    height: 100%;
}

.catalogue .box img {
    width: 100%;
    height: auto;
    transition: all 0.3s ease-in-out;
}

.catalogue .box:hover img {
    opacity: 0.1;
}

.catalogue .box-content {
    width: 100%;
    opacity: 0;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}

.catalogue .box:hover .box-content {
    opacity: 1;
}

.catalogue .box .title {
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 0 20px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    color: #fff;
}

.catalogue .box .post {
    font-size: 14px;
    font-weight: 500;
    font-style: italic;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 0 0 12px;
    display: block;
}

.catalogue .box .icon {
    padding: 0;
    margin: 0;
    list-style: none;
}

.catalogue .box .icon li {
    margin: 0 3px;
    display: inline-block;
}

.catalogue .box .icon li a {
    color: #fff;
    font-size: 15px;
    line-height: 31px;
    width: 33px;
    height: 33px;
    border: 1px solid #fff;
    display: block;
    transition: all 0.35s;
}

.catalogue .box .icon li a:hover {
    color: #9ebb2a;
    background: #fff;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
    border-radius: 50px;
}

.main-nav > ul > li > a.active {
    color: #9ebb2a;
}


#whatsapp_chat_widget {
    display: block;
    position: fixed;
    transform: rotate(-90deg);
    top: calc(50% - 50px);
    right: -100px;
    z-index: 1111!important
}

#wa-widget-send-button {
    margin: 0 0 115px 0!important;
    padding-left: 8px;
    padding-right: 10px;
    box-shadow: 1px 1px 30px #938f8f;
    background-color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center
}



.pr-sv-case-study-item {
    max-width: 370px;
    border-radius: 8px;
    margin-bottom: 40px;
    background-color: white;
    -webkit-box-shadow: 0px 20px 50px 0px rgba(60, 60, 60, 0.1);
    box-shadow: 0px 20px 50px 0px rgba(60, 60, 60, 0.1);
}

.pr-sv-case-study-item .pr-sv-case-study-img {
    overflow: hidden;
    text-align: center;
    border-radius: 10px;
}   

.position-relative {
    position: relative!important;
}

.pr-sv-case-study-item .pr-sv-case-study-img img {
    height: 250px;
    object-fit: contain;
}

.pr-sv-case-study-item .pr-sv-case-study-img:before {
    top: 0;
    left: 0;
    width: 100%;
    content: "";
    opacity: 0;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transition: 300ms all ease;
    transition: 300ms all ease;
}