﻿
header .logo-box .logo img {
    max-width: 150px !important;
}

.header-style-five .inner-container {
    padding-left: 15px !important;
}

.clients-section.style-two .image-box {
    display: flex;
    margin-bottom: 30px;
    align-items: center;
}

    .clients-section.style-two .image-box h3 {
        color: #818181;
        margin-top: 12px;
        font-size: 16px;
        max-width: 80%;
    }

.clients-section .imgDiv {
    display: flex;
    align-items: center;
    justify-content: center;
}
.hseGallery .container-fluid {
    padding: 200px 80px 200px 80px;
}


.machineriesPage .container-fluid {
    background-color: #f5f5f5;
    padding: 200px 80px 200px 80px
}


.hseGallery .owl-nav {
    position: absolute;
    z-index: 999;
    background: #ffca26;
    top: 80%;
    width: auto;
    color: #fff;
    font-size: 56px;
}

.hseGallery .owl-carousel .owl-nav .owl-prev,
.hseGallery .owl-carousel .owl-nav .owl-next {
    width: 50%;
    float: left;
    padding: 12px;
}


.hseGallery h3 {
    position: relative;
    display: block;
    font-weight: 600;
    padding: 0 0 30px;
    font-size: 42px;
    line-height: 30px;
    color: #222222;
    font-weight: 600;
    margin-top: 30px;
    line-height: 42px;
}

.projects-section {
    background-color: #f5f5f5;
    padding: 200px 80px 200px 80px;
}

    .projects-section .inner-box .image .overlay-box .content h2 {
        font-size: 32px;
        line-height: 20px;
        font-family: Gotham-Light;
        font-size: 18px;
    }

/* Gallery Item */

.gallery-item {
    position: relative;
    margin-bottom: 30px;
}

    .gallery-item .inner-box {
        position: relative;
        overflow: hidden;
    }

        .gallery-item .inner-box .image {
            position: relative;
        }

            .gallery-item .inner-box .image img {
                position: relative;
                width: 100%;
                display: block;
            }

            .gallery-item .inner-box .image .overlay-box {
                position: absolute;
                left: 0px;
                top: 0px;
                width: 100%;
                height: 100%;
                display: block;
                opacity: 0;
                -webkit-transition: all 600ms ease;
                -ms-transition: all 600ms ease;
                -o-transition: all 600ms ease;
                transition: all 600ms ease;
            }

                .gallery-item .inner-box .image .overlay-box:before {
                    position: absolute;
                    content: '';
                    left: 0px;
                    top: 0px;
                    width: 100%;
                    height: 100%;
                    display: block;
                    opacity: 0;
                    -webkit-transition: all 600ms ease;
                    -ms-transition: all 600ms ease;
                    -o-transition: all 600ms ease;
                    transition: all 600ms ease;
                    background-color: rgba(37,37,37,0.80);
                }

        .gallery-item .inner-box:hover .image .overlay-box:before {
            opacity: 1;
        }

        .gallery-item .inner-box:hover .image .overlay-box {
            opacity: 1;
        }

        .gallery-item .inner-box .image .overlay-box .content {
            position: absolute;
            left: 0px;
            top: 0px;
            width: 100%;
            height: 100%;
            display: block;
        }

            .gallery-item .inner-box .image .overlay-box .content h2 {
                position: relative;
                color: #ffffff;
                font-weight: 700;
                margin-bottom: 5px;
            }

                .gallery-item .inner-box .image .overlay-box .content h2 a {
                    position: relative;
                    color: #ffffff;
                    transition: all 500ms ease;
                    -webkit-transition: all 500ms ease;
                    -ms-transition: all 500ms ease;
                    -o-transition: all 500ms ease;
                }

                    .gallery-item .inner-box .image .overlay-box .content h2 a:hover {
                        color: #d7a449;
                    }

            .gallery-item .inner-box .image .overlay-box .content .popup-btn {
                position: absolute;
                right: 30px;
                top: -50px;
                color: #ffffff;
                font-size: 26px;
                transition: all 500ms ease;
                -webkit-transition: all 500ms ease;
                -ms-transition: all 500ms ease;
                -o-transition: all 500ms ease;
            }

                .gallery-item .inner-box .image .overlay-box .content .popup-btn:hover {
                    color: #d7a449;
                }

        .gallery-item .inner-box:hover .image .overlay-box .content .popup-btn {
            top: 25px;
        }

        .gallery-item .inner-box .image .overlay-box .content .category {
            position: relative;
            color: #d7a449;
            font-size: 14px;
            font-weight: 400;
        }

        .gallery-item .inner-box .lower-content {
            position: absolute;
            left: 30px;
            bottom: -50px;
            transition: all 500ms ease;
            -webkit-transition: all 500ms ease;
            -ms-transition: all 500ms ease;
            -o-transition: all 500ms ease;
        }

        .gallery-item .inner-box:hover .lower-content {
            bottom: 25px;
        }

/*end gallery */

.servicePage .containerPadd {
    max-width: 80%;
    margin: auto;
}

.newsPage .containerPadd {
    max-width: 80%;
    margin: auto;
}

.newsPage .news-block .caption-box {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 60px;
}

.newsPage .services-single .sec-title h2 {
    font-family: Gotham-Light;
    font-size: 22px;
    line-height: 24px;
}

.newsPage .services-single .text {
    font-family: Gotham-Light;
    background: #fff;
    padding: 30px 30px 30px 30px;
}

.news-block .caption-box h3 {
    padding: 30px 0 30px 0px;
}


.post-title.backLink {
    font-weight: bold;
    text-decoration: underline;
    font-size: 19px;
}

.machineries-section {
    position: relative;
    overflow: hidden;
}

    .machineries-section .row {
        margin: 0px -15px;
    }

    .machineries-section .column-gallery {
        position: relative;
        width: 33.33%;
        float: left;
        padding: 0px 8px;
    }

    .machineries-section .small-column {
        position: relative;
        width: 33.33%;
        float: left;
        padding: 0px 8px;
    }

    .machineries-section .filters {
        position: relative;
    }

        .machineries-section .filters .filter-tabs {
            position: relative;
            margin-bottom: 60px;
            text-align: center;
        }

            .machineries-section .filters .filter-tabs .filter {
                position: relative;
                color: #333;
                font-size: 14px;
                cursor: pointer;
                font-weight: 600;
                padding: 0px 20px;
                text-transform: capitalize;
                display: inline-block;
                line-height: 1em;
                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;
            }

                .machineries-section .filters .filter-tabs .filter:after {
                    position: absolute;
                    content: '|';
                    right: -7px;
                    top: 0px;
                    color: #cacaca;
                    font-size: 14px;
                }

                .machineries-section .filters .filter-tabs .filter:last-child::after {
                    display: none;
                }

                .machineries-section .filters .filter-tabs .filter.active,
                .machineries-section .filters .filter-tabs .filter:hover {
                    color: #e38b00;
                }

    .machineries-section .default-portfolio-item {
        margin-bottom: 16px;
    }

.default-portfolio-item {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

    .default-portfolio-item .inner-box {
        position: relative;
        width: 100%;
        overflow: hidden;
    }

    .default-portfolio-item .image-box {
        position: relative;
        display: block;
    }

        .default-portfolio-item .image-box img {
            position: relative;
            display: block;
            width: 100%;
        }

    .default-portfolio-item .overlay-box {
        position: absolute;
        left: 0px;
        top: 0px;
        opacity: 0;
        color: #ffffff;
        text-align: center;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
        visibility: hidden;
        width: 100%;
        height: 100%;
    }

    .default-portfolio-item .inner-box .overlay-box .overlay-inner {
        position: absolute;
        left: -100%;
        bottom: 30px;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
    }

    .default-portfolio-item .inner-box:hover .overlay-box {
        opacity: 1;
        visibility: visible;
        left: 0;
    }

        .default-portfolio-item .inner-box:hover .overlay-box .overlay-inner {
            opacity: 1;
            visibility: visible;
            left: 0;
        }

    .default-portfolio-item .inner-box .content-inner {
        position: relative;
        background: #222222;
        text-align: left;
        padding: 14px 26px 19px;
    }


    .default-portfolio-item .overlay-inner .content {
        position: relative;
        display: table-cell;
        vertical-align: middle;
    }

        .default-portfolio-item .overlay-inner .content .tags {
            position: relative;
            font-size: 12px;
            font-weight: 400;
            color: #fff;
            text-transform: capitalize;
        }

    .default-portfolio-item .overlay-inner h3 {
        font-size: 18px;
        color: #FFF;
        font-weight: 600;
        text-transform: capitalize;
        font-family: Gotham-Light,'Open Sans', sans-serif;
        padding: 0px;
    }

        .default-portfolio-item .overlay-inner h3 a {
            color: #fff;
            transition: all 500ms ease;
            -webkit-transition: all 500ms ease;
            -ms-transition: all 500ms ease;
            -o-transition: all 500ms ease;
        }

            .default-portfolio-item .overlay-inner h3 a:hover {
                color: #e38b00;
            }


    .default-portfolio-item .overlay-inner .link {
        position: absolute;
        width: 80px;
        height: 80px;
        display: inline-block;
        font-size: 30px;
        color: #fff;
        text-align: center;
        line-height: 38px;
        background-color: #e38b00;
        transition: all 300ms ease;
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        right: -80px;
        bottom: 0;
    }

        .default-portfolio-item .overlay-inner .link .icon {
            position: relative;
            margin-top: 18px;
            display: block;
        }

            .default-portfolio-item .overlay-inner .link .icon:before {
                color: #fff;
                text-align: center;
                margin-left: 0;
                font-size: 30px;
            }

        .default-portfolio-item .overlay-inner .link:hover {
            background-color: #ffffff;
        }

            .default-portfolio-item .overlay-inner .link:hover .icon:before {
                color: #e38b00;
            }

.machineries-section .load-more-btn {
    position: relative;
    margin-top: 42px;
}

.ceoMessage .text img {
    margin-bottom: 0;
    z-index: 999;
    position: inherit;
    height: 100%;
    /* top: 50px; */
    position: relative;
}

.ceoMessage p{
    font-size: 22px;
    line-height: 36px;
    position: relative;
    padding-bottom: 16px;
}

.ceoMessage .info-box {
    padding-top: 2%;
    padding-bottom: 2%;
    z-index: 999;
    position: relative;
    /*max-width: 225px;*/
    padding-left: 5%;
}

.ceoMessage .image {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
}

.ceoMessage .image-box111:before {
   /* content: "";
    position: absolute;*/
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    z-index: 9;
    background: #ffca26;
    display: inline-block;
    overflow: hidden;
}

.holdingLogo {
    max-width: 250px !important;
}

.affRow img {
    max-width: 100px !important;
}