body .type-b figure.col .image .image-hover,
body .type-a2 figure.col .image .image-hover{
    background-color: rgba(34,172,30,.9);
}
.the-projects figure.col .image .image-hover strong {
    font-size: 18px;
    font-weight: 700;
}
.text-right{
    text-align: right;
}
.projects-type-a2 .type-a2{
    padding-top:30px;
}
.categoryttl li span .icon{
    display: inline-block;
    margin: 0 0 0 10px;
    position: absolute;
    width: 30px;
    height: 22px;
    vertical-align: top;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}
.categoryttl li span .icon:before{
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #44AE53;
    position: absolute;
    top:0;
    content:"";
}

.categoryttl li span .icon:after{
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top:8px solid #44AE53;
    position: absolute;
    bottom:0;
    content:"";
}
.projects-type-a2 .tabs-btns {
    display: block; text-align: center;
    position: relative;
    top: -50px; margin: 0;
}
.projects-type-a2 .tabs-btns .filter-button {
    font-size: 23px;
    border:0;
    border-bottom: 2px solid rgba(0,0,0,0);
    border-radius: 0;
    text-align: center;
    color: #adadad;
    margin:0 10px 10px;
    padding: 0 0 10px 0;
    position: relative;
    font-weight: 500;
    box-shadow: none;
    -webkit-box-shadow: none;
    cursor: pointer;
    background: transparent;
}
.projects-type-a2 .tabs-btns .filter-button:hover,
.projects-type-a2 .tabs-btns .filter-button.active,
.projects-type-a2 .tabs-btns .filter-button:focus {
    border: 0;
    border-bottom: 2px solid #44AE53;
    color: #000;
    box-shadow: none;
    -webkit-box-shadow: none;
    background: transparent;
}
/*
css for the new dropdown
*/

#content .section-title h1 .select {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    cursor: pointer;
}
#content .section-title h1 .select dt{
    color: #44AE53;
    position: relative;
    display: inline-block;
    padding: 0 33px 0 0;
    position: relative;
    min-width: 250px;
}
#content .section-title h1 .select dt:after{
    content: "";
    position: absolute;
    bottom: 7px;
    height: 1px;
    width: 100%;
    background: #44AE53;
    left: 0;
}
#content .section-title h1 .select dd ul {
    display: none;
}

#content .section-title h1 .select dt .icon{    
    display: inline-block;
    margin: 0 0 0 10px;
    position: absolute;
    width: 30px;
    height: 22px;
    vertical-align: top;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}
#content .section-title h1 .select dt .icon:before{
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #44AE53;
    position: absolute;
    top:0;
    content:"";
}
#content .section-title h1 .select dt .icon:after{
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top:8px solid #44AE53;
    position: absolute;
    bottom:0;
    content:"";
}

#content .section-title h1 .select ul.sublist{
    display: none;
    position: absolute;
    top: 120%;
    left: 0;
    background: #fff;
    width: 100%;
    box-shadow: 0 6px 26px 2px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 6px 26px 2px rgba(0,0,0,0.15);
    z-index: 999;
    list-style: none;
    border-radius: 10px;
    padding: 20px 0px;
}

#content .section-title h1 .select ul.sublist:before{
    content: '';
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 0; 
    height: 0; 
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;

    border-bottom: 15px solid white;
}
#content .section-title h1 .select ul.sublist li {
    font-weight: 600;
    font-size: 48px;
    text-transform: capitalize;
    padding: 0;
    /*border-bottom: 1px solid #eee;*/
    margin: 0;
}

#content .section-title h1 .select ul.sublist li:before{display: none;}
#content .section-title h1 .select ul.sublist li a{
    color:#000;
    padding: 10px 10px;
    display: block;
}
#content .section-title h1 .select ul.sublist li a:hover{
    color:#44AE53;
    /*background: #44AE53;*/
}
.the-projects figure.col a.project-name{
    line-height: 25px;
}

@media(max-width:768px){
    .the-projects figure.col figcaption{
        padding: 30px 30px 30px;
    }
    .the-projects figure.col figcaption .col.m6{
        width: 100% !important;
    }
    .the-projects figure.col figcaption .col.m6.text-right{
        text-align: left;
    }
    .section .section-title h1, .section .section-title.lead h2 {
        font-size: 55px;
    }
}
@media(max-width:640px){
    .projects-type-a2 .tabs-btns{
        top: -34px;
    }
    .projects-type-a2 .tabs-btns .filter-button{
        display: block;
        margin:8px auto;
    }
}

