﻿/*Gallery Item*/

.gallery-block-two {
    position: relative;
}

    .gallery-block-two .inner-box {
        position: relative;
        width: 100%;
        overflow: hidden;
    }

    .gallery-block-two .image-box {
        position: relative;
        display: block;
    }

        .gallery-block-two .image-box img {
            position: relative;
            display: block;
            width: 100%;
        }

    .gallery-block-two .overlay-box {
        position: absolute;
        right: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        opacity: 0;
        color: #ffffff;
        text-align: center;
        background: rgba(0,0,0,0.80);
        -webkit-transition: all 700ms ease;
        -ms-transition: all 700ms ease;
        -o-transition: all 700ms ease;
        transition: all 700ms ease;
        -webkit-transform: translate(0%,-100%);
        -ms-transform: translate(0%,-100%);
        -o-transform: translate(0%,-100%);
        -moz-transform: translate(0%,-100%);
        transform: translate(0%,-100%);
    }

    .gallery-block-two .inner-box:hover .overlay-box {
        opacity: 1;
        -webkit-transform: translate(0%);
        -ms-transform: translate(0%);
        -o-transform: translate(0%);
        -moz-transform: translate(0%);
        transform: translate(0%);
    }

    .gallery-block-two .overlay-inner {
        position: absolute;
        right: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        display: table;
        vertical-align: middle;
        padding: 10px 10px;
    }

        .gallery-block-two .overlay-inner .content {
            position: relative;
            display: table-cell;
            vertical-align: middle;
        }

        .gallery-block-two .overlay-inner h3 {
            position: relative;
            font-size: 25px;
            font-weight: 700;
            margin-bottom: 8px;
        }

    .gallery-block-two .inner-box h3 a {
        position: relative;
        color: #ffffff;
        transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
    }

    .gallery-block-two .inner-box .designation {
        position: relative;
        color: #a9a9a9;
        font-size: 15px;
        font-weight: 500;
        margin-bottom: 6px;
    }

/*** 

====================================================================
Work Banner
====================================================================

***/

.work-banner {
    position: relative;
    padding: 300px 0px;
    text-align: center;
}

    .work-banner .title {
        position: relative;
        color: #aaaaaa;
        font-size: 20px;
        font-weight: 300;
        margin-bottom: 30px;
    }

    .work-banner h2 {
        position: relative;
        color: #111111;
        font-size: 55px;
        font-weight: 700;
        line-height: 1.6em;
    }

        .work-banner h2 span {
            font-weight: 300;
        }

/*** 

====================================================================
FullWidth Banner
====================================================================

***/

.fullwidth-block-section {
    position: relative;
}

    .fullwidth-block-section .outer-box {
        position: relative;
        background-color: #fcfbfb;
    }

        .fullwidth-block-section .outer-box .content-column {
            position: absolute;
            width: 50%;
            float: right;
            right: 0px;
            top: 0px;
            height: 100%;
        }

            .fullwidth-block-section .outer-box .content-column .inner-column {
                position: absolute;
                right: 0px;
                top: 0px;
                width: 100%;
                height: 100%;
                display: table;
                vertical-align: middle;
                padding: 15px 15px;
            }

                .fullwidth-block-section .outer-box .content-column .inner-column .content {
                    position: relative;
                    max-width: 710px;
                    width: 100%;
                    display: table-cell;
                    vertical-align: middle;
                }

                    .fullwidth-block-section .outer-box .content-column .inner-column .content h2 {
                        position: relative;
                        color: #111111;
                        font-size: 50px;
                        font-weight: 700;
                        line-height: 1.6em;
                        margin-bottom: 20px;
                    }

                        .fullwidth-block-section .outer-box .content-column .inner-column .content h2 a {
                            color: #111111;
                        }

                    .fullwidth-block-section .outer-box .content-column .inner-column .content .content-inner {
                        max-width: 550px;
                        margin: 0 auto;
                    }

                .fullwidth-block-section .outer-box .content-column .inner-column .sub-title {
                    position: relative;
                    color: #aaaaaa;
                    font-size: 20px;
                    font-weight: 300;
                    margin-bottom: 40px;
                }

        .fullwidth-block-section .outer-box .image-column {
            position: relative;
            width: 50%;
            float: left;
        }

            .fullwidth-block-section .outer-box .image-column img,
            .fullwidth-block-section-two .outer-box .image-column img {
                display: block;
                width: 100%;
            }

/*** 

====================================================================
FullWidth Banner
====================================================================

***/

.fullwidth-block-section-two {
    position: relative;
}

    .fullwidth-block-section-two .outer-box {
        position: relative;
        background-color: #fcfbfb;
    }

        .fullwidth-block-section-two .outer-box .content-column {
            position: absolute;
            width: 50%;
            float: right;
            left: 0px;
            top: 0px;
            height: 100%;
        }

            .fullwidth-block-section-two .outer-box .content-column .inner-column {
                position: absolute;
                right: 0px;
                top: 0px;
                width: 100%;
                height: 100%;
                display: table;
                vertical-align: middle;
                padding: 15px 15px;
            }

                .fullwidth-block-section-two .outer-box .content-column .inner-column .content {
                    position: relative;
                    max-width: 710px;
                    width: 100%;
                    display: table-cell;
                    vertical-align: middle;
                }

                    .fullwidth-block-section-two .outer-box .content-column .inner-column .content .content-inner {
                        max-width: 550px;
                        margin: 0 auto;
                    }

                    .fullwidth-block-section-two .outer-box .content-column .inner-column .content h2 {
                        position: relative;
                        color: #111111;
                        font-size: 50px;
                        font-weight: 700;
                        line-height: 1.6em;
                        margin-bottom: 20px;
                    }

                        .fullwidth-block-section-two .outer-box .content-column .inner-column .content h2 a {
                            color: #111111;
                        }

                .fullwidth-block-section-two .outer-box .content-column .inner-column .sub-title {
                    position: relative;
                    color: #aaaaaa;
                    font-size: 20px;
                    font-weight: 300;
                    margin-bottom: 40px;
                }

        .fullwidth-block-section-two .outer-box .image-column {
            position: relative;
            width: 50%;
            float: right;
        }

/*** 

====================================================================
Portfolio Single Section
====================================================================

***/


.four-carousel-section {
    position: relative;
    margin: 50px;
}

    .four-carousel-section .gallery-block {
        position: relative;
        margin-bottom: 5px;
    }

    .four-carousel-section .owl-dots {
        display: none;
    }

    .four-carousel-section .owl-nav {
        position: absolute;
        right: 0px;
        top: 50%;
        width: 100%;
        margin-top: -45px;
    }



.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: unset !important;
}

.four-carousel-section .owl-nav .owl-prev {
    position: absolute;
    right: 25px;
    top: 0px;
    width: 35px;
    height: 95px;
    color: #282525;
    line-height: 95px;
    text-align: center;
    background-color: rgb(255 255 255 / 42%);
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.four-carousel-section .owl-nav .owl-next {
    position: absolute;
    left: 25px;
    top: 0px;
    width: 35px;
    height: 95px;
    color: #282222;
    line-height: 95px;
    text-align: center;
    background-color: rgb(255 255 255 / 75%);
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

    .four-carousel-section .owl-nav .owl-prev:hover,
    .four-carousel-section .owl-nav .owl-next:hover {
        color: #ffffff;
        background-color: #100e0e;
    }




.portfolio-single-section {
    position: relative;
    padding: 100px 0px 50px;
}

    .portfolio-single-section .images-column {
        position: relative;
    }

    .portfolio-single-section.right-sidebar .images-column .inner-column {
        position: relative;
        padding-left: 30px;
    }

    .portfolio-single-section.left-sidebar .images-column .inner-column {
        position: relative;
        padding-right: 30px;
    }

    .portfolio-single-section .images-column.style-two .image {
        margin-bottom: 30px;
    }

    .portfolio-single-section .images-column .image {
        position: relative;
        margin-bottom: 50px;
    }

        .portfolio-single-section .images-column .image img {
            position: relative;
            width: 100%;
            display: block;
        }

    .portfolio-single-section .content-column {
        position: relative;
        margin-bottom: 40px;
    }

        .portfolio-single-section .content-column h2 {
            position: relative;
            color: #1d1d1d;
            font-size: 25px;
            font-weight: 600;
            margin-bottom: 15px;
        }

        .portfolio-single-section .content-column .text {
            position: relative;
            color: #777777;
            font-size: 14px;
            font-weight: 300;
            line-height: 2em;
            margin-bottom: 25px;
            text-align: justify;
        }

        .portfolio-single-section .content-column .social-icon-one li {
            margin-right: 0px;
            margin-left: 12px;
        }
/*Gallery Block*/

.gallery-block {
    position: relative;
    margin-bottom: 60px;
}

    .gallery-block .inner-box {
        position: relative;
    }

        .gallery-block .inner-box .image {
            position: relative;
        }

            .gallery-block .inner-box .image .overlay-box {
                position: absolute;
                right: 0px;
                top: 0px;
                width: 100%;
                height: 100%;
                display: block;
                opacity: 0;
                transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
                -webkit-transition: all 0.3s ease;
                -ms-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
                background-color: rgba(0,0,0,0.90);
            }

        .gallery-block .inner-box:hover .image .overlay-box {
            opacity: 1;
        }

        .gallery-block .inner-box .image img {
            position: relative;
            width: 100%;
            display: block;
        }

        .gallery-block .inner-box .image .lower-box {
            position: absolute;
            right: 0px;
            bottom: 0px;
            width: 100%;
            padding: 20px 25px;
            transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
        }

            .gallery-block .inner-box .image .lower-box .designation {
                position: relative;
                color: #a9a9a9;
                font-size: 15px;
                font-weight: 500;
                margin-bottom: 6px;
            }

            .gallery-block .inner-box .image .lower-box h3 {
                position: relative;
                font-size: 25px;
                font-weight: 700;
                margin-bottom: 8px;
            }

                .gallery-block .inner-box .image .lower-box h3 a {
                    position: relative;
                    color: #ffffff;
                }

    .gallery-block.style-two {
        margin-bottom: 30px;
    }
