.logo-img {
    display: none;
    height: 32px;
    vertical-align: top;
    cursor: pointer;
    display: none!important;
}

.logo-img2 {
    height: 32px;
    vertical-align: top;
    cursor: pointer;
    display: none!important;
}

.widget-title {
    font-weight: bold;
    color: #000;
    margin-bottom: 14px;
}

.heading-p {
    font-size: 26px;
    font-weight: bold;
    color: #000;
}

.project-title {
    text-align: center;
    font-weight: bold;
    color: #000;
    font-size: 40px;
    text-transform: uppercase;
    font-family: montserrat, sans-serif;
}

.project-title .mini-title {
    /*padding-bottom: 4px;*/
    border-bottom: 1px solid #000;
}

.title-logo{
    text-align: center;
    display: none!important;
}
.title-logo img{
    height: 40px;
}
.title-logo .title-p{
    font-size:18px;
    color: #000;
}

.custom-section{
    padding:2.5rem 0;
}

.site-footer .copyright .small{
    margin-bottom: 0;
}

#custom-iframe{
    width: 100%;
    height: 100%;
    max-height: 600px;
    min-height: 500px;
}

.icon-item{
    width: 30px;
    height: 30px;
    display: inline-block;
    position: relative;
}
.icon-item .icon1{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.icon-item .qrcode{
    width: 150px;
    height: 150px;
    position: absolute;
    bottom: 30px;
    right: 20px;
    display: none;
    border: 1px solid #000;
    border-radius: 10px;
}

.icon-item:hover .qrcode{
    display: block;
}

#site-nav{
    position: fixed;
    top:0;
    left:0;
    right: 0;
}

#site-nav:hover{
    background: #fff;
}
#site-nav:hover .logo-img{
    display: block;
}
#site-nav:hover .logo-img2{
    display: none;
}
#site-nav:hover .site-navigation .site-menu>li>a{
    color: #726967;
}
#site-nav .site-menu{
    margin-left: 100px;
}
#site-nav .site-navigation .site-menu>li>a:hover{
    color: #000!important;
}
#site-nav.white{
    background: #fff;
}
#site-nav.white .logo-img{
    display: block;
}
#site-nav.white .logo-img2{
    display: none;
}
#site-nav.white .site-navigation .site-menu>li>a{
    color: #000;
}

#site-nav .site-menu li{
    margin: 0 16px;
}
#site-nav .site-menu li a{
    font-size:12px;
}
.detail-desc{
    word-break: break-all;
    white-space: pre-line;
}
.project-example-title{
    font-weight: 300;
    color: #000;
    font-size: 24px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 24px;
}