﻿
.container-fluid {
    padding: 0 30px;
}

.sub-banner {
    /* height: 450px; */
    background: none !important;
    position: relative !important;
    height: auto !important;
}

    .sub-banner .breadcrumb-area {
        top: 0%;
        position: relative;
    }

.breadcrumb-areas {
    background: transparent;
    position: relative;
    z-index: 0;
}


.inner-title h1 {
    position: relative;
    margin-bottom: 35px;
    text-transform: uppercase;
}

    .inner-title h1::before {
        content: "";
        width: 65px;
        height: 16px;
        position: absolute;
        bottom: -22px;
        left: 50%;
        -moz-transform: skew(-30deg) translate(-50%, 0%);
        -webkit-transform: skew(-30deg) translate(-50%, 0%);
        -ms-transform: skew(-30deg) translate(-50%, 0%);
        -o-transform: skew(-30deg) translate(-50%, 0%);
        transform: skew(-30deg) translate(-50%, 0%);
        background: #1c60ab;
    }


.sub-banner .breadcrumbs .active:before {
    left: 6%;
    background-color: #9a9a9a;
}



.sub-banner .breadcrumbs .active {
    margin-left: 30px;
}

.sub-banner .breadcrumbs li {
    position: relative;
}

    .sub-banner .breadcrumbs li::after {
        width: 1px;
        height: 30px;
        position: absolute;
        right: -13px;
        /* left: 0; */
        bottom: -4px;
        background-color: #9a9a9a;
        content: "";
        display: inline-block;
        transform: rotate(-30deg);
    }

    .sub-banner .breadcrumbs .active:before, .sub-banner .breadcrumbs li::before, .sub-banner .breadcrumbs li:last-child::after {
        display: none;
    }


.breakcome:before {
    height: 5px;
    content: " ";
    position: absolute;
    margin: 0 auto;
    width: 100%;
    right: auto;
    left: 25px;
    background-color: #ccc;
    max-width: 1250px !important;
}

.main-title ul.inner-title-ul li a {
    font-size: 16px;
}

.cont-news {
    padding: 20px 30px 40px;
}


.main-title h1 {
    font-size: 30px !important;
}

.main-title ul.inner-title-ul li {
    text-transform: uppercase;
}

.portfolio-item {
    margin-bottom: 0px !important;
}

    .portfolio-item, .portfolio-item:focus {
        margin-bottom: 0px !important;
    }

.photo-gallery .col-pad {
    padding: 0px !important;
}

.col-pad {
    padding: 10px;
}

.portfolio-item .catagory-title {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    /*z-index:999;*/
}

    .portfolio-item .catagory-title .date-news {
        margin-top: 10px;
        margin-left: 10px;
        margin-bottom: 0;
        letter-spacing: 1px;
        text-transform: uppercase;
        font-family: 'Myriad Pro Regular';
        color: #fff;
        font-size: 14px;
    }

    .portfolio-item .catagory-title .title-news {
        margin-top: 20%;
        margin-left: 10px;
        margin-right: 10px;
        letter-spacing: 1px;
        font-family: 'Myriad Pro Regular';
        text-transform: uppercase;
        font-size: 18px;
        color: #fff;
        border-left: 6px solid #1c60ab;
        padding-left: 8px;
    }

        .portfolio-item .catagory-title .title-news a {
            color: #fff;
        }

.portfolio-item img {
    border-radius: 0px;
    filter: none !important;
    -webkit-filter: none !important;
    -webkit-transition: all .8s ease-in-out !important;
}

.portfolio-item:hover img {
    opacity: 1;
    zoom: 0;
}



.portfolio-item:hover .portfolio-content {
    display: inline;
    -webkit-transition-delay: 0.50s;
    transition-delay: 0.50s;
    background-color: rgba(0, 0, 0, 0.25);
    /*color: #fff;*/
    z-index: 99999;
}

.portfolio-content h6 {
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 22px;
    color: #fff;
    font-family: 'Myriad Pro Regular';
    position: relative;
    /*margin-bottom: 35px;*/
}

    .portfolio-content h6::after {
        content: "";
        width: 28px;
        height: 7px;
        position: absolute;
        bottom: -15px;
        left: 50%;
        -moz-transform: skew(-30deg) translate(-50%, 0%);
        -webkit-transform: skew(-30deg) translate(-50%, 0%);
        -ms-transform: skew(-30deg) translate(-50%, 0%);
        -o-transform: skew(-30deg) translate(-50%, 0%);
        transform: skew(-30deg) translate(-50%, 0%);
        background: #1c60ab;
    }

.portfolio-content-inner {
    position: relative;
    top: 50%;
    padding: 10px 20px !important;
    transform: translateY(-50%);
}






@media (max-width:1400px) and (min-width:1200px) {
    .breakcome {
        max-width: 1200px !important;
    }

    .inner-title h1::after {
        left: 35.4%;
        width: 29%;
    }
}


@media (max-width:1199px) and (min-width:992px) {

    .breakcome:before {
        width: 96%;
    }

    .portfolio-item .catagory-title .title-news {
        margin-top: 10%;
        font-size: 15px;
    }
}


@media (min-width:992px) {
    .md-pr-20 {
        padding-right: 20px;
    }

    .md-pl-20 {
        padding-left: 20px;
    }
}

@media (max-width:991px) {
    .cont-corporate .main-title {
        margin-top: 20px;
        margin-bottom: 0px;
    }

    .breakcome:before {
        width: 94%;
    }

    .portfolio-item .catagory-title .title-news {
        margin-top: 15%;
        font-size: 15px;
    }
}

@media (max-width:991px) and (min-width:768px) {
}

@media(max-width:767px) {
    .portfolio-item .catagory-title .title-news {
        margin-top: 12%;
        font-size: 12px;
        line-height: inherit;
    }
}


@media (max-width:480px) {
    .breakcome:before {
        width: 90%;
    }

    .portfolio-item .catagory-title .title-news {
        margin-top: 22%;
        font-size: 14px;
        line-height: 24px;
    }
    
}

@media (max-width:340px) {
    .portfolio-item .catagory-title .title-news {
        margin-top: 11%;
        font-size: 12px;
        line-height: 24px;
    }
}
