.content{
    margin-top: 20px;
    margin-bottom: 20px;
}

.content.wrap > .left {
    width: 68%;
}

.content.wrap > .right {
    width: 30%;
}

/* Video widget (mirrors home.css, which isn't loaded on this page) ------- */
.videos{
    margin-bottom: 20px;
}
.videos h3{
    margin-top: 12px;
}
.videos ul a{
    margin-bottom: 10px;
    position: relative;
}
.videos ul span{
    width: 100%;
    display: inline-block;
    height: auto;
    overflow: hidden;
    position: relative;
    border-radius: 8px;
}
.videos ul span img{
    width: 100%;
    display: block;
}
.videos .playIcon{
    top: 41%;
    left: 44%;
    position: absolute !important;
    z-index: 1;
    font-size: 3em;
    color: rgba(255,255,255,0.9);
    text-shadow: 0 2px 8px rgba(0,0,0,0.4);
    transition: color 0.3s ease;
}
.videos ul span:hover .playIcon{
    color: #1D6FBE;
}
.projects_menu > ul > li > a{
    font-size: 16px;
    color: #313131;
    border-bottom: 1px solid #ccc;
}
.view-more-menu{
    padding: 10px 0 0 0 !important;
}
.projects_menu > ul > li > a > span{
    border-bottom: 2px solid #1D6FBE;
    padding: 8px 0;
    display: inline-block;
    margin-bottom: -1px;
}
.projects_menu > ul > li{
    margin-bottom: 40px;
}
.projects_menu > ul > li > ul > li{
    border-bottom: 1px solid #ccc;
    padding-left: 20px;
}

.projects_menu > ul > li > ul > li:hover a{
    color: #1D6FBE;
}

.projects_menu > ul > li > ul > li > a {
    color: #555;
    overflow: hidden;
    padding: 8px 0;
    position: relative;
    transition: all 0.5s ease;
}

.projects_menu a i {
    color: #1D6FBE;
    font-size: 9px;
    position: absolute;
    top: 38%;
    left: 0;
}

.projects_menu a p{
    float: left;
    margin-left: 20px;
}

.projects_menu h3 {
    font-size: 16px;
    color: #1D6FBE;
    border-bottom: 1px solid #ccc;
    margin: 0 0 10px 0;
    padding: 10px 0;
}
.primary h3{
    margin: 0 0 16px 0;
    font-size: 22px;
    letter-spacing: 0.3px;
    border-bottom: none;
    padding: 0;
    position: relative;
    padding-bottom: 14px;
}
.primary h3::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 3px;
    background: #1D6FBE;
    border-radius: 3px;
}

.project-card{
    background: #fff;
    border-radius: 10px;
}

.project-image{
    position: relative;
    margin: 4px 0 20px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 6px 24px rgba(0,0,0,0.12);
}
.project-image .item img{
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}
.project-image .item:hover img{
    transform: scale(1.03);
}

/* Gallery slider (owl-carousel) ----------------------------------------- */
.project-gallery.owl-carousel .owl-item .item{
    margin: 0;
}
.project-gallery .owl-controls{
    margin-top: 0;
}
.project-gallery.owl-theme .owl-controls .owl-buttons div{
    position: absolute;
    top: 50%;
    margin: 0;
    padding: 0;
    transform: translateY(-50%);
    width: 42px !important;
    height: 42px !important;
    line-height: 42px !important;
    text-align: center;
    background: rgba(20, 26, 38, 0.45) !important;
    color: #fff;
    border-radius: 50% !important;
    font-size: 18px !important;
    opacity: 1 !important;
    transition: background 0.2s ease;
    z-index: 2;
}
.project-gallery.owl-theme .owl-controls .owl-buttons .owl-prev{ left: 14px; }
.project-gallery.owl-theme .owl-controls .owl-buttons .owl-next{ right: 14px; }
.project-gallery.owl-theme .owl-controls .owl-buttons div:hover{
    background: #1D6FBE !important;
}
.project-gallery.owl-theme .owl-controls .owl-page{
    margin: 0 4px;
}
.project-gallery .owl-pagination{
    position: absolute;
    bottom: 14px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 2;
}
.project-gallery.owl-theme .owl-controls .owl-page span{
    width: 9px !important;
    height: 9px !important;
    margin: 4px !important;
    background: #fff !important;
    opacity: 0.6 !important;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.25);
}
.project-gallery.owl-theme .owl-controls .owl-page.active span{
    opacity: 1 !important;
    background: #1D6FBE !important;
}

@media (max-width: 767px) {
    .project-image .item img{
        height: 260px;
    }
}

/* Modern project info table -------------------------------------------- */
.project-info-table{
    width: 100%;
    min-width: 0;
    border-collapse: separate;
    border-spacing: 0;
    margin: 0 0 28px;
    border: 1px solid #e6e9ee;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(20, 30, 60, 0.05);
}
.project-info-table tr{
    padding: 0;
}
.project-info-table tr:not(:last-child) th,
.project-info-table tr:not(:last-child) td{
    border-bottom: 1px solid #e6e9ee;
}
.project-info-table th,
.project-info-table td{
    border: none;
    padding: 13px 20px;
    vertical-align: middle;
    font-size: 14px;
    text-align: left;
}
.project-info-table th{
    width: 190px;
    background: #f4f7fb;
    color: #435066;
    font-weight: 600;
    white-space: nowrap;
}
.project-info-table th i{
    color: #1D6FBE;
    width: 16px;
    margin-right: 6px;
    text-align: center;
}
.project-info-table td{
    color: #313131;
}
.project-info-table td a{
    color: #1D6FBE;
    font-weight: 500;
    transition: color 0.2s ease;
}
.project-info-table td a:hover{
    color: #124d87;
    text-decoration: underline;
}
.project-info-table tr:nth-child(even) td{
    background: #fbfcfe;
}

.primary .editor{
    font-size: 15px;
    line-height: 1.8;
    color: #3b3f45;
}
.primary .editor h3,
.primary .editor h4{
    color: #1D6FBE;
    font-size: 17px;
    margin: 24px 0 10px;
    padding-left: 12px;
    border-left: 3px solid #1D6FBE;
}
.primary .editor p{
    margin: 0 0 14px;
}
.primary .editor ul{
    margin: 0 0 14px;
    padding-left: 20px;
}
.primary .editor ul li{
    list-style: disc;
    margin-bottom: 6px;
}

@media (max-width: 480px) {
    .project-info-table th{
        width: 130px;
        font-size: 12.5px;
        padding: 10px 12px;
    }
    .project-info-table td{
        padding: 10px 12px;
        font-size: 13px;
    }
}

.jgallery .jgallery-thumbnails a{
    margin: 0 5px;
}
.jgallery .jgallery-thumbnails a:first-child{
    margin-left: 0;
}
.jgallery .jgallery-thumbnails a:last-child{
    margin-right: 0;
}
.jgallery .jgallery-thumbnails.images .jgallery-container-inner{
    padding: 7px 0 0 0;
}

table {
    width: 100%;
    min-width: 600px;
}

tr {
    padding: 10px 0;
}

tr td {
    padding: 10px 4px;
    vertical-align: top;
    border: 1px solid #ccc;
}
.title-3 {
    position: relative;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    font-size: 14px;
    padding-bottom: 8px;
}
.title-3 span {
    position: relative;
    border-bottom: 2px solid #1D6FBE;
    top: -1px;
    padding-bottom: 8px;
}
.info-detail{
    float: none;
    margin-bottom: 20px;
}
.projects_related{
    padding-left: 0;
}
.projects_related img, .projects_related img:hover{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.projects_related img{
    width: 100%;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.projects_related img:hover{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.projects_related a:hover{
    text-decoration: underline;
}
.pr-item{
    overflow: hidden;
    width: 100%;
    margin-bottom: 15px;
}
.projects_related .pr-item a.projects-item{
    width: 45%;
    float: left;
}
.projects_related .pr-item .desc{
    width: 50%;
    float: right;
}
.projects_related .pr-item .desc p{
    font-size: 0.9em;
    margin-top: 10px;
}
.news_related{
    padding-right: 0;
}
.news_related a:hover{
    text-decoration: underline;
}
.news_related .nw-item a{
    padding: 5px 0;
}
.news_related .nw-item span{
    color: #313131;
    margin-right: 10px;
    float: left;
    font-size: 18px;
}
@media (max-width: 991px) {
    .pro{
        width: 48%;
        min-height: 270px;
    }
    .pro:nth-child(odd){
        margin-left: 0;
    }
    .pro:nth-child(even){
        margin-right: 0;
    }
    .primary .category [class*=col-]{
        margin: 4px 0;
    }
}
@media (max-width: 767px) {
    .pro{
        width: 47%;
        min-height: 270px;
    }
	.content.wrap > .left, .content.wrap > .right {
	    width: 100%;
	}
	.projects_menu {
		display: none;
	}
}

@media (max-width: 480px) {
    .pro{
        width: 100%;
        margin-right: 0;
        min-height: auto;
        margin-bottom: 30px;
    }
}