/*  
Theme Name: ABCE Theme
Theme URI: http://suhailkc.in/
Description: A WordPress theme frame work developed by Suhailul Aslam KC (fb/suhailul.aslam)
Version: 3.0
Author: Suhailul Aslam KC
Author URI: http://suhailkc.in/
*/

/*
Improved browser CSS feature
-------------------------------------
Example: .ie8 .sidebar li{width:85px}

•ie - Internet Explorer (All versions)
•ie8 - Internet Explorer 8.x
•ie7 - Internet Explorer 7.x
•ie6 - Internet Explorer 6.x
•gecko - Mozilla, Firefox (all versions), Camino
•ff3 - Firefox 3
•developer-the_code_viber - (SAKC)
•ff3_5 - Firefox 3.5 new
•opera - Opera (All versions)
•opera8 - Opera 8.x
•opera9 - Opera 9.x
•opera10 - Opera 10.x
•webkit or safari - Safari, NetNewsWire, OmniWeb, Shiira, Google Chrome
•safari3 - Safari 3.x
•chrome - Google Chrome
*/
.subscription-area-inner .content-last {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 30px;
}
.footer-logo {
    width: 160px;
}
.header-top-area .contact-item a {
    color: white;
}
.header-top-area .contact-item .icon img , .service-area .service-box .icon img ,
 .service-area-2 .service-box .icon img {
    filter: brightness(0) invert(1);
}
.header-main.header-sticky.sticky .header__logo img {
    width: 120px;
}
 
 .project-area .project-box .thumb img {
    max-height: 350px;
    object-fit: cover;
}
.project-details-area .details-content-wrapper .main-thumb .thumb {
    max-height: 550px;
}
.single-prj {
    padding-top: 30px;
}
.project-meta .meta-list li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.project-meta .meta-list li  span:first-child {
    width: 25%;
}
.project-meta .meta-list li span:last-child {
    width: 75%;
}
.single-prj li {
    line-height: 30px;
    list-style: inside;
}

@media only screen 
and (max-width : 520px) {

.page-title-area-inner .section-content {
    margin-top: 20px !important;
    margin-bottom: 30px !important;
}
}