/*
///// CSS Index \\\\\\
1. Section title CSS
2. Projects CSS
3. CTA CSS
4. Staff CSS
5. Thumbnail post widget CSS
6. Responsive CSS
*/

.vc_row {
    overflow-x: hidden;
}

.bordered-image .vc_single_image-wrapper:before,
.bordered-image .vc_single_image-wrapper:after {
    border-right: 2px solid #333;
    border-top: 2px solid #333;
    content: "";
    height: 100px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
}

.bordered-image .vc_single_image-wrapper {
    position: relative;
}

.bordered-image .vc_single_image-wrapper:after {
    border-right: 0px solid #333;
    border-top: 0px solid #333;
    border-bottom: 2px solid #333;
    border-left: 2px solid #333;
    bottom: 0;
    left: 0;
    right: inherit;
    top: inherit;
}

.vc_col-has-fill>div.vc_column-inner,
.vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>div.vc_column-inner,
.vc_row-has-fill+.vc_row>.vc_column_container>div.vc_column-inner,
.vc_row-has-fill+.vc_vc_row>.vc_row>.vc_vc_column>.vc_column_container>div.vc_column-inner,
.vc_row-has-fill+.vc_vc_row_inner>.vc_row>.vc_vc_column_inner>.vc_column_container>div.vc_column-inner,
.vc_row-has-fill>.vc_column_container>div.vc_column-inner,
.vc_row-has-fill>.vc_row>.vc_vc_column>.vc_column_container>div.vc_column-inner,
.vc_row-has-fill>.vc_vc_column_inner>.vc_column_container>div.vc_column-inner {
    padding-top: 0px;
}


/*******************
***** 1. Section title CSS
********************/

.light-section-title {
    font-weight: 300;
    margin: 0 auto;
    max-width: 800px;
    padding: 60px 0;
    text-align: center;
    font-size: 16px;
    line-height: 28px
}

.light-section-title h2 {
    font-size: 45px;
    font-weight: 100;
}

.light-section-title.light-single-project-title {
    padding-top: 0;
    max-width: inherit
}

.light-section-title.light-section-title-style-2 {
    max-width: inherit;
    text-align: left;
}

.section-title-style-2-title {
    margin-top: 10px;
}

.section-title-style-2-content {
    float: none;
    max-width: 700px;
}

.vc_row.hero-bg {
    margin-top: -200px;
    padding-top: 135px;
    position: relative;
    z-index: 1;
}

.vc_row.hero-bg:after {
    background: #000 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.light-section-title.light-section-title-style-3 {
    color: #ccc;
    margin: 0;
    max-width: 40%;
    text-align: left;
}

.light-section-title.light-section-title-style-3 h2 {
    color: #fff;
    font-size: 45px;
}

.vc_row.hero-bg .light-section-title {
    color: #ccc;
}

.vc_row.hero-bg .light-section-title h2 {
    color: #fff;
}

.light-section-title.light-section-title-style-4 h2 {
    font-size: 24px;
    font-weight: 900;
    margin: 0 0 20px;
    padding: 38px;
    position: relative;
    text-transform: uppercase;
}

.light-section-title.light-section-title-style-4 h2 span {
    color: #f3f3f3;
    font-size: 100px;
    left: 0;
    line-height: 100px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.light-section-title.light-section-title-style-4 {
    max-width: 800px;
    padding: 15px 0 30px;
}


/*******************
***** 2. Projects CSS
********************/

.light-project-link {
    display: block;
    height: 100%;
    float: left;
    width: 100%
}

.light-project-categories {
    list-style: outside none none;
    margin: 0 0 50px;
    padding: 0;
    text-align: center;
}

.light-project-categories li {
    border-bottom: 3px solid #fff;
    cursor: pointer;
    display: inline-block;
    line-height: 25px;
    margin: 15px;
    -webkit-transition: .3s;
    transition: .3s;
}

.light-project-categories li.active {
    border-color: #333;
}

.single-light-project {
    background-position: center center;
    background-size: cover;
    height: 290px;
    margin-bottom: 30px;
}

.light-project-inner-table {
    display: table;
    height: 100%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    visibility: hidden;
    width: 100%;
    color: #666;
}

.light-project-inner-tablecell {
    display: table-cell;
    font-weight: 300;
    padding: 35px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    z-index: 1;
}

.light-project-inner-tablecell:after {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.light-project-inner-tablecell h3 {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 5px;
    line-height: 30px
}

.single-light-project:hover .light-project-inner-table {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    z-index: 9;
}

.light-project-inner-table:hover {
    text-decoration: none;
    color: #333;
}

.single-light-project {
    position: relative;
    z-index: 999;
}

.single-light-project:after,
.single-light-project:before {
    border-right: 2px solid #000;
    border-top: 2px solid #000;
    content: "";
    height: 67px;
    position: absolute;
    right: 0;
    top: 0;
    width: 67px;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    z-index: 2;
}

.single-light-project:after {
    -webkit-transform-origin: 0 100% 0;
    transform-origin: 0 100% 0;
}

.single-light-project:before {
    -webkit-transform-origin: 100% 0% 0;
    transform-origin: 100% 0% 0;
}

.single-light-project:before {
    border-color: -moz-use-text-color -moz-use-text-color #000 #000;
    border-style: solid;
    border-width: 0 0 2px 2px;
    bottom: 0;
    left: 0;
    top: auto;
}

.single-light-project:hover:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.single-light-project:hover:after {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.load-more-projects-wrap {
    text-align: center;
    font-weight: 700;
    margin-bottom: 50px;
}

.all-projects-wrapper {
    margin-bottom: 30px;
    overflow: hidden
}

.loadmore-project-btn {
    cursor: pointer;
}

.light-project-style-2 .single-light-project.light-project-no-1,
.light-project-style-2 .single-light-project.light-project-no-5,
.light-project-style-2 .bigger-height-project .single-light-project {
    height: 450px;
}

.all-projects-wrapper.light-project-style-2.light-project-column-4 .single-light-project {
    height: 290px;
}

.light-project-style-2 .single-light-project {
    padding: 30px;
}

.light-project-style-2.light-project-column-1 .single-light-project {
    height: 700px;
}

.light-project-style-3 .single-light-project-wrap {
    float: left;
}

.light-project-style-3 .single-light-project-wrap {
    width: 33.3333%;
}

.light-project-style-3 .single-light-project-wrap.single-fullwidth-project-1 {
    width: 100%;
}

.light-project-style-3 .single-light-project-wrap.single-fullwidth-project-2 {
    width: 50%;
}

.light-project-style-3 .single-light-project-wrap.single-fullwidth-project-4 {
    width: 25%;
}

.light-project-style-3 .single-light-project {
    height: 400px;
    margin: 0;
}

.light-project-style-3 .single-fullwidth-project-1 .single-light-project {
    height: 700px;
}

.light-project-style-3 .single-fullwidth-project-2 .single-light-project {
    height: 500px;
}

.light-project-style-3 .single-fullwidth-project-4 .single-light-project {
    height: 350px;
}

.single-project-preview {
    height: 235px;
    width: 100%;
    background-size: cover;
    background-position: center center;
    margin-bottom: 30px
}

.single-project-preview-1 {
    height: 500px;
}

.project-previews.total-project-preview-2 .single-project-preview {
    height: 450px;
}

.total-project-preview-4 .single-project-preview {
    height: 200px;
}

.project-info-right {
    float: right;
    margin-bottom: 50px;
    margin-left: 100px;
    width: 300px;
}

.single-project-info strong {
    display: block;
    font-weight: 700;
}

.single-project-info {
    font-weight: 300;
}

.light-project-inner-tablecell p {
    margin: 0;
}

#load-next-projects-message {
    text-align: center
}

.category-load-button {
    display: none
}

.light-project-column-2 .single-light-project {
    height: 350px;
}

.light-project-column-1 .single-light-project {
    height: 700px;
}

.project-thumbnail img {
    width: 100%;
}

.post-thumbnail {}

.project-thumbnail-wrap {
    position: relative;
    background-color: #ddd
}

.project-thumb-loading {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    left: 0;
    line-height: 40px;
    margin-top: -20px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
}

.single-project-preview {
    position: relative;
    z-index: 9;
}

.project-zoom-icon {
    color: #fff;
    font-size: 30px;
    left: 50%;
    line-height: 30px;
    margin-left: -15px;
    margin-top: -15px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    top: 40%;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 30px;
    z-index: 99;
}

.project-thumbnail-wrap {
    z-index: 1;
}

.project-thumbnail-wrap:after {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    position: absolute;
    top: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    width: 100%;
    z-index: 9;
}

.project-thumbnail-wrap:hover:after {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.project-thumbnail-wrap:hover .project-zoom-icon {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    top: 50%;
}

.single-project-item:focus {
    outline: medium none;
}

.all-projects-wrapper.light-project-style-2.light-project-column-4 .single-light-project {
    padding: 20px;
}

.all-projects-wrapper.light-project-style-2.light-project-column-4 .single-light-project .light-project-inner-tablecell {
    padding: 20px;
}


/*******************
***** 3. CTA CSS
********************/

.light-cta-box {
    font-size: 24px;
    font-weight: 300;
    padding: 50px 0;
    text-align: center;
}

.light-cta-box h2 {
    font-size: 45px;
    font-weight: 700;
}

.light-cta-btn {
    margin-top: 15px;
}

.light-email-subscribe {
    padding-bottom: 50px;
    text-align: center;
}

.light-email-subscribe input[type="email"],
.light-email-subscribe input[type="text"] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid;
    max-width: 330px;
    padding: 10px 10px 11px 15px;
}

.light-email-subscribe input[type="submit"] {
    background: #cfcfcf;
    border: medium none;
    color: #333;
    margin-left: 10px;
    padding: 10px 35px 12px;
}


/*******************
***** 4. Staff CSS
********************/

.light-single-staff {
    margin-bottom: 50px;
}

.light-staff-img {
    margin-bottom: 20px;
}

.light-staff-detail h4 {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 0;
}

.light-staff-detail {
    color: #666666;
    font-size: 14px;
    font-style: italic;
    font-weight: 300;
}


/*******************
***** 5. Thumbnail post widget CSS
********************/

.light-small-thumb {
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.light-small-thumb img {
    max-width: 60px;
    height: auto;
}

.light-recent-post-content h4 a {
    color: #000000;
    font-weight: 500;
}

.light-recent-post-content h4 {
    font-size: 16px;
    margin-bottom: 0px;
    line-height: 20px
}

.light-single-recent-post {
    overflow: hidden;
}

.light-recent-post-content {
    margin-bottom: 20px;
    padding-left: 71px;
}

.light-single-recent-post.no-thumbnail-here .light-recent-post-content {
    padding-left: 0;
}

.light-posted-date {
    color: #888888;
    font-size: 85%;
    font-weight: 300;
}


/*******************
***** 6. Responsive CSS
********************/


/* Tablet Layout: 768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .light-section-title h2 {
        font-size: 35px;
        text-align: center
    }
    .light-section-title {
        padding: 40px 0;
    }
    .section-title-style-2-content {
        float: none;
        max-width: none;
        text-align: center;
    }
    .light-project-style-2 .single-light-project-wrap {
        min-width: 100%;
    }
    .light-project-style-3 .single-light-project {
        height: 300px;
    }
    .single-light-project-wrap.col-md-12 {
        width: 100%
    }
    .light-project-column-1 .single-light-project,
    .light-project-style-2.light-project-column-1 .single-light-project,
    .light-project-style-2.light-project-column-2 .single-light-project,
    .light-project-style-2.light-project-column-3 .single-light-project,
    .all-projects-wrapper.light-project-style-2.light-project-column-4 .single-light-project {
        height: 500px;
    }
    .light-project-column-2 .single-light-project {
        height: 290px;
    }
    .light-project-style-3 .single-light-project-wrap.single-fullwidth-project-4 {
        width: 50%;
    }
}


/* Mobile Layout: 320px. */

@media only screen and (max-width: 767px) {
    .light-section-title h2 {
        font-size: 25px;
        text-align: center
    }
    .light-section-title {
        padding: 40px 0;
    }
    .single-light-project-wrap {
        min-width: 100%;
    }
    .section-title-style-2-content {
        float: none;
        max-width: none;
        text-align: center;
    }
    .light-project-style-2 .single-light-project-wrap {
        min-width: 100%;
    }
    .light-section-title.light-section-title-style-3 {
        max-width: 100%;
        text-align: center;
    }
    .light-section-title.light-section-title-style-3 h2 {
        font-size: 25px;
    }
    .light-section-title.light-section-title-style-4 h2 span {
        font-size: 50px;
    }
    .light-section-title.light-section-title-style-4 {
        padding: 15px 10px 30px;
    }
    .single-light-project {
        height: 290px
    }
    .image-popup-link {
        display: block;
        float: left;
        width: 100%;
        margin-bottom: 15px;
    }
    .single-project-preview {
        margin-bottom: 0;
    }
    .project-info-right {
        float: none;
        margin-bottom: 20px;
        margin-left: 0;
        width: auto;
    }
    .single-light-project-wrap.col-md-12 {
        width: 100%
    }
    .light-project-column-1 .single-light-project,
    .light-project-style-2.light-project-column-1 .single-light-project,
    .light-project-style-2.light-project-column-2 .single-light-project,
    .light-project-style-2.light-project-column-3 .single-light-project,
    .all-projects-wrapper.light-project-style-2.light-project-column-4 .single-light-project,
    .light-project-column-2 .single-light-project,
    .light-project-style-3 .single-fullwidth-project-1 .single-light-project,
    .light-project-style-3 .single-fullwidth-project-2 .single-light-project,
    .light-project-style-3 .single-light-project,
    .light-project-style-3 .single-fullwidth-project-4 .single-light-project {
        height: 290px;
    }
}


/* Wide Mobile Layout: 480px. */

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .single-light-project {
        height: 400px
    }
}