/* Css Document */

.top-bar {
    position: relative;
    line-height: 35px;
    z-index: 999;
    background: #000;
    padding: 0px 0;
}

    .top-bar a {
        color: #fff;
    }

.section-title {
    text-align: center;
    text-transform: uppercase;
    padding: 20px 0;
}

#verticals {
    padding-bottom: 30px;
}

.verticals-name {
    background: #021e5f;
    color: #fff;
    text-align: center;
    padding: 15px 20px;
    font-size: 18px;
}

    .verticals-name a {
        color: #fff;
        text-decoration: none;
    }

#about-parallax {
    background-image: url(../images/about-bg.jpg);
    height: 380px;
    margin-bottom: 20px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#portfolio {
    background-image: url(../images/portfolio-bg.jpg);
    margin-bottom: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 50px;
}

#product-parallax {
    height: 260px;
    margin-bottom: 0px;
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.parallax-overlay {
    background: #222;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    opacity: .6;
}

#product-parallax.solar {
    background-image: url(../images/solar.jpg);
}
#product-parallax.power {
    background-image: url('../images/homepage-slider/power.jpg');
}
#product-parallax.telecom {
    background-image: url(../images/homepage-slider/slider-4.jpg);
}
#product-parallax.fire {
    background-image: url(../images/homepage-slider/slider-2.jpg);
}
#product-parallax.earthing {
    background-image: url(../images/homepage-slider/slider-3.jpg);
}
#product-parallax.thirdparty {
    background-image: url(../images/homepage-slider/third-party.jpg);
}
#product-parallax.ev {
    background-image: url(../images/homepage-slider/slider-5.jpg);
}
#product-parallax.man {
    background-image: url(../images/homepage-slider/slider-6.png);
}
#product-parallax.careers {
    background-image: url(../images/homepage-slider/careers.jpg);
}
.portfolio .column {
    position: relative;
    margin-bottom: 40px;
    text-align: center;
    z-index: 5;
}

.portfolio .item {
    position: relative;
    background: #fff;
    padding: 17px 0 25px;
    border: 1px solid #f4f4f4;
}

.portfolio .icon {
    font-size: 40px;
    position: relative;
    right: 5px;
    margin-bottom: 5px;
    color: #ffbe04;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.portfolio .count-outer {
    position: relative;
    font-size: 40px;
    font-weight: 400;
    padding: 0px 10px 5px;
    font-family: Arial, Helvetica, sans-serif;
    color: #303030;
}

.portfolio .counter-title {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    font-family: Arial, Helvetica, sans-serif !important;
    color: #ffbe04;
    line-height: 23px;
}

#events {
    background-image: url(../images/events-bg.jpg);
    height: 600px;
    margin-bottom: 20px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 50px;
}

.events .item {
    position: relative;
    transition: .5s ease-in-out;
    margin-bottom: 20px;
    overflow: hidden;
    border: 1px solid rgba(244, 244, 244, 0.1);
}

    .events .item .date {
        position: absolute;
        right: 15px;
        top: 15px;
        width: 55px;
        background: #ffbe04;
        font-size: 18px;
        font-weight: 700;
        line-height: 27px;
        padding-top: 7px;
        z-index: 9;
        color: #fff;
        text-align: center;
    }

        .events .item .date span {
            display: block;
            color: #ffbe04;
            background: #fff;
            margin-top: 5px;
            padding: 6px 0;
        }

    .events .item .lower-content {
        position: relative;
        padding: 18px 19px 0;
        border-left: 0px;
    }

    .events .item .post-meta {
        color: #ffbe04;
        font-size: 15px;
        border-top: 1px solid rgba(244, 244, 244, 0.1);
        padding: 17px 19px;
        margin-bottom: 0;
    }

        .events .item .post-meta li {
            margin-right: 10px;
        }

.list_inline li {
    display: inline-block;
}

.events .item .post-meta i {
    margin-right: 5px;
}

.events .item.style-2 .img-column {
    width: 30%;
    float: left;
}

.events .item.style-2 .text-column {
    width: 70%;
    float: left;
}
.padd-20{
    padding:20px;
}
.events .item.style-2 .clearfix {
    padding: 19px;
}

.events .item .img-holder {
    display: block;
    overflow: hidden;
    position: relative;
}

    .events .item .img-holder img {
        transition: all 0.5s ease 0s;
        width: 100%;
        height: 100%;
    }

.events .item.style-2 .lower-content {
    padding-top: 0px;
}

.events .item .lower-content {
    position: relative;
    padding: 18px 19px 0;
    border-left: 0px;
}

    .events .item .lower-content h4 {
        font-weight: 400;
        margin-top: 5px;
        margin-bottom: 10px;
        line-height: 30px;
        transition: all 300ms ease;
        color: #fff;
        font-size: 22px;
    }


.events .item.style-2 .lower-content .text p {
    margin-bottom: 5px;
}

.events .item .lower-content p {
    margin-bottom: 5px;
    font-size: 14px;
    color: #fff;
}

.Clients {
    padding-bottom: 30px;
}

    .clients .owl-theme .owl-nav {
        padding: 0;
        position: absolute;
        right: 50%;
        margin: 0;
        margin-right: -51px;
    }

.owl-theme .owl-nav [class*=owl-] {
    outline: none;
    border: none;
}

    .owl-theme .owl-nav [class*=owl-]:hover {
        background: transparent;
        color: #ffbe04;
        text-decoration: none;
    }

.call-out {
    background: #efb205;
    padding: 5px 0 25px;
}

    .call-out h4 {
        color: #fff;
        margin-top: 30px;
        font-size: 30px;
        font-weight: 400;
        font-style: italic;
    }

    .call-out .btn-outline-dark {
        margin-top: 20px;
        font-size: 24px;
    }

.main-footer {
    position: relative;
    background: #000;
    padding: 25px 0 20px;
}

    .main-footer .footer-widget {
        margin-top: 50px;
    }

    .main-footer .footer-logo {
        margin-bottom: 10px;
        padding-top: 5px;
    }

    .main-footer .about-column .text p {
        margin-bottom: 20px;
        color: #cac8c8 !important;
    }

ul {
    list-style-type: none;
    padding-left: 0;
}

.about-column li {
    position: relative;
    padding-left: 30px;
    font-size: 15px;
    color: #cac8c8;
    line-height: 26px;
    margin-bottom: 14px;
}

    .about-column li span i {
        font-size: 18px;
        color: #ffbe04;
        position: absolute;
        left: 0;
        top: 6px;
    }

    .about-column li a {
        color: #cac8c8;
    }

.main-footer .section-title {
    position: relative;
    margin-bottom: 0px;
}

.section-title h4 {
    position: relative;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 400;
    text-align: left;
}

.main-footer .section-title h4 {
    color: #fff;
    padding-top: 18px;
    padding-bottom: 10px;
    text-align: left;
}

.main-footer .link-column li {
    position: relative;
    padding: 5px;
    border-bottom: 1px solid #ffbe04;
}

    .main-footer .link-column li a {
        position: relative;
        margin-left: 15px;
        color: #cac8c8;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 300;
        font-size: 16px;
    }

        .main-footer .link-column li a:before {
            content: "\f0dd";
            position: absolute;
            font-size: 16px;
            font-family: FontAwesome;
            left: -19px;
            top: 0px;
            transform: rotate(-90deg);
            -webkit-transition: .5s ease-in-out;
            transition: .5s ease-in-out;
        }

.main-footer .post-column .post {
    position: relative;
    padding-left: 90px;
    margin-bottom: 26px;
    padding-bottom: 12px;
    border-bottom: 1px solid #ffbe04;
}

    .main-footer .post-column .post:last-child {
        border-bottom: 0px;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }

.main-footer .post-column .post-thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 70px;
}

.main-footer .post-column h5 {
    position: relative;
    top: -5px;
    font-size: 14px;
    color: #cac8c8;
    line-height: 20px;
}

.main-footer .post-column .post-info {
    color: #ffbe04;
    font-size: 14px;
}

.main-footer .contact-column h5 {
    font-size: 16px;
    color: #cac8c8;
    margin-bottom: 18px;
}

.main-footer .contact-column form {
    position: relative;
    margin-bottom: 25px;
}

.main-footer .contact-column p {
    padding-bottom: 19px;
    margin-bottom: 20px;
    color: #cac8c8;
    border-bottom: 1px solid #ffbe04;
}

.main-footer .contact-column input {
    background: #2e2e2e;
    border: 1px solid #363636;
    width: 100%;
    padding: 0 15px;
    line-height: 40px;
}

.main-footer .contact-column button {
    position: absolute;
    right: 0;
    top: 0;
    height: 42px;
    width: 40px;
    line-height: 42px;
    background: #ffbe04;
    color: #fff;
    border: none;
}

.social-icon li {
    display: inline-block;
}

    .social-icon li a {
        display: inline-block;
        color: #999;
        margin-right: 15px;
        font-size: 18px;
        transition: .5s ease;
    }

.footer-bottom {
    background: #000;
    border-top: 1px solid #ffbe04;
    padding: 15px 0;
}

    .footer-bottom .copy-text p {
        color: #fff;
        font-size: 14px;
    }

        .footer-bottom .copy-text p a {
            color: #fff;
            font-size: 14px;
        }

.scroll-top {
    width: 50px;
    height: 40px;
    position: fixed;
    bottom: 28px;
    right: 30px;
    z-index: 99;
    display: none;
    color: #fff;
    text-align: center;
    background: #ffbe04;
    border: none;
    cursor: pointer;
}

    .scroll-top:after {
        position: absolute;
        z-index: -1;
        content: '';
        top: 100%;
        left: 5%;
        height: 10px;
        width: 90%;
        opacity: 1;
        background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
        background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
        background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
    }

.navbar .nav-item:not(:last-child) {
    margin-right: 40px;
}

.dropdown-toggle::after {
    transition: transform 0.15s linear;
}

.show.dropdown .dropdown-toggle::after {
    transform: translateY(3px);
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 45%;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

    .carousel-caption p, .carousel-caption h2, .carousel-caption h3 {
        text-shadow: 2px 2px 2px #000;
    }

        .carousel-caption p a {
            text-shadow: 0px 0px 0px #000;
        }

.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,1);
}

#gallery {
    padding-top: 40px;
    cursor: pointer;
}



.img-wrapper {
    position: relative;
}

    .img-wrapper img {
        width: 100%;
    }

.img-overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    opacity: 0;
}

    .img-overlay i {
        color: #fff;
        font-size: 3em;
    }

#overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    z-index: 999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    #overlay img {
        margin: 0;
        width: 80%;
        height: auto;
        -o-object-fit: contain;
        object-fit: contain;
        padding: 5%;
    }


#nextButton {
    color: #fff;
    font-size: 2em;
    -webkit-transition: opacity 0.8s;
    transition: opacity 0.8s;
}

    #nextButton:hover {
        opacity: 0.7;
    }


#prevButton {
    color: #fff;
    font-size: 2em;
    -webkit-transition: opacity 0.8s;
    transition: opacity 0.8s;
}

    #prevButton:hover {
        opacity: 0.7;
    }


#exitButton {
    color: #fff;
    font-size: 2em;
    -webkit-transition: opacity 0.8s;
    transition: opacity 0.8s;
    position: absolute;
    top: 15px;
    right: 15px;
}

    #exitButton:hover {
        opacity: 0.7;
    }

.product-title {
    text-align: center;
    font-size: 42px;
    padding-top: 10%;
    z-index: 3;
    position: relative;
}

.breadcumb-wrapper {
    background: #fff;
    padding: 20px 0;
    border-bottom: 1px solid #f4f4f4;
}

    .breadcumb-wrapper ul, .breadcumb-wrapper li {
        margin: 0;
        padding: 0;
        list-style: none;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        color: #ffbe04;
    }

        .breadcumb-wrapper ul.link-list li a {
            color: #222;
            text-transform: uppercase;
            font-weight: 700;
            font-size: 14px;
            transition: .3s ease;
        }

            .breadcumb-wrapper ul.link-list li a:after {
                content: "\f105";
                font-family: 'FontAwesome';
                margin: 0 10px;
            }

    .breadcumb-wrapper a.get-qoute {
        text-transform: uppercase;
        font-weight: 700;
        color: #ffbe04;
        font-size: 14px;
    }

        .breadcumb-wrapper a.get-qoute i {
            margin-left: 7px;
            color: #ffbe04;
            margin-right: 7px;
            font-size: 14px;
        }

.blog-sidebar {
    position: relative;
}

.section-title h4 {
    position: relative;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 400;
}

.blog-sidebar .category-style-one ul {
    margin-bottom: 20px;
    margin-top: -15px;
}

    .blog-sidebar .category-style-one ul li {
        border-bottom: 1px solid #eaeaea;
        margin: 0;
        color: #424141;
        padding-bottom: 0px;
    }

        .blog-sidebar .category-style-one ul li a {
            font-weight: 600;
            color: #424141;
            position: relative;
            width: 100%;
            transition: .5s ease;
            line-height: 54px;
            display: block;
        }

            .blog-sidebar .category-style-one ul li a:before {
                content: "\f105";
                position: absolute;
                font-size: 16px;
                font-family: FontAwesome;
                right: 0px;
                top: 0px;
                -webkit-transition: .5s ease-in-out;
                transition: .5s ease-in-out;
            }

.event-section2 .owl-item .lower-content p {
    color: #222;
    font-weight: 600;
    margin-bottom: 0;
}

.event-section2 a:hover, .event-section2 a:focus, .event-section2 a:visited {
    text-decoration: none;
    outline: none;
}

.event-section2 .owl-item .lower-content h4 {
    margin-bottom: 10px;
    margin-top: 0px;
    line-height: 26px;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    color: #303030;
}

.event-section2 .owl-item .lower-content .post-meta {
    color: #ffbe04;
    font-size: 15px;
    margin-bottom: 7px;
}

    .event-section2 .owl-item .lower-content .post-meta i {
        margin-right: 5px;
        font-family: FontAwesome;
    }

.img-box {
    background-color: #000;
}

    .img-box:hover img {
        opacity: .6;
        transition: ease all .3s;
    }

    .img-box:hover .overlay {
        opacity: 1;
        visibility: visible;
    }

    .img-box .overlay {
        position: absolute;
        text-align: center;
        left: 0px;
        bottom: 50%;
        width: 100%;
        height: 0%;
        background: rgba(0, 0, 0, 0.7);
        transition: .7s cubic-bezier(0.34, -0.13, 0.34, 1.1);
        opacity: 0;
        visibility: hidden;
    }

.content h4 {
    margin-bottom: 15px;
    font-weight: 600;
    color: #303030;
    font-size: 18px;
}

@media screen and (min-width: 1200px) {
    #overlay img {
        width: 50%;
    }
}

@media screen and (min-width: 991px) {
    #gallery {
        padding: 0px 30px 50px 30px;
    }
}

@media screen and (min-width: 768px) {
    #overlay img {
        width: 60%;
    }

    #nextButton {
        font-size: 3em;
    }

    #prevButton {
        font-size: 3em;
    }

    #exitButton {
        font-size: 3em;
    }
}
