.top-style1 {
    position: relative;
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}

.logo-box-style1 img {
    width: 150px;
    position: absolute;
    height: 150px;
    top: -82px;
    max-width: 150px;
}

.header-upper-style1.fixed-header .logo-box-style1 img {
    width: 120px;
    position: absolute;
    height: 120px;
    top: -20px;
    max-width: 120px;
}

.header-upper-style1 {
    background: transparent;
}

    .header-upper-style1 .inner-container {
        padding-left: 0px;
    }

.main-slider {
    position: relative;
    z-index: 10;
    margin-top: -50px;
}

.card-body {
    background: #f9b60d;
}

.prot-img {
    position: relative;
}

.prot-img {
    column-count: 4;
    column-gap: 0.8rem;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

    .prot-img li {
        position: relative;
        border-radius: 0.45rem;
        cursor: pointer;
        background-color: var(--clr-card);
        z-index: 99;
    }

    .prot-img li {
        max-width: 100%;
        margin-bottom: 0.8rem;
        display: block;
    }

        .prot-img li::after, .prot-img li::before {
            content: " ";
            position: absolute;
            z-index: -1;
            inset: -0.2rem;
            background: conic-gradient( from var(--gradient-angle), #411014, #5c1e23, #fefda5, #a28629, #a28629, #eee098, #a28629 );
            border-radius: inherit;
            animation: rotate 2.5s linear infinite;
        }

        .prot-img li::after {
            filter: blur(0.2rem);
        }

.breadcrumb-area .inner-content {
    padding: 50px 0 0;
}

.history-carousel .owl-dots .owl-dot.active {
    display: none;
}

.history-carousel.owl-theme .owl-nav {
    display: none;
}
.footer-logo p{
    color:#fff;
}


.social-media {
    position: fixed;
    bottom: 15%;
    right: 0px;
    z-index: 9999;
}

.social-icon {
    background: transparent;
    list-style: none;
    padding: 15px 10px;
    position: relative;
    text-align: center;
    margin: 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

    .social-icon li:first-child {
        margin-top: 0;
    }

    /*.social-icon li {
        margin-top: 10px;
    }*/

    .social-icon li a {
        display: block;
        color: #fff;
        border-radius: 50%;
        text-decoration: none;
        line-height: 40px;
        width: 40px;
        font-size: 18px;
        background: linear-gradient(to right, #f9b100 0%, #F9B100 50%, #f9b100 100%);
    }

    .social-icon li {
        position: relative;
        display: flex;
        margin-bottom:10px;
    }

        .social-icon li:hover::after {
            content: "";
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
            z-index: -1;
            width: 50px;
            height: 50px;
            border: 2px solid #3bedb2;
            border-radius: 50%;
            transition: ease-in;
            animation: animatehover 0.1s ease-in-out;
        }

    .social-icon li {
        position: relative;
        display: flex;
    }

@keyframes animatehover {
    0% {
        width: 0%;
        height: 0%;
        opacity: 1;
    }

    100% {
        width: 100%;
        height: 100%;
        opacity: 1;
    }
}

.social-icon li:hover::after {
    border: 2px solid #F9B100;
}

.single-team-member .name p::before {
    display: none;
}
@media only screen and (max-width: 768px) {
    .logo-box-style1 img {
        width: 80px;
        position: absolute;
        height: 80px;
        top: -22px;
        max-width: 80px;
    }

   
        .top-style1 {
        font-size: 14px;
    }

    .tp-bgimg {
        position: relative;
    }

        .tp-bgimg:before {
            position: absolute;
            top: 0px;
            left: 0px;
            width: 100%;
            height: 100%;
            content: "";
            background: rgba(0,0,0,0.6)
        }

    .main-slider .slide-content.left-slide {
        margin-left: 0px;
        padding-right: 50px;
    }

    .header-upper-style1.fixed-header .logo-box-style1 img {
        width: 75px;
        position: absolute;
        height: 70px;
        top: -20px;
        max-width: 120px;
    }
    .prot-img {
        column-count: 2;
    }
    .similar-projects-content .row [class*="col-"] {
        padding-left: 15px;
        padding-right: 15px;
    }
    .offset-3 {
        margin-left: 0%;
    }
    .contact-form-image-box {
        position: relative;
        z-index: 1;
        top: -110px;
        right: 150px;
    }
    .main-menu .navbar-collapse > .navigation > li:hover > a, .main-menu .navbar-collapse > .navigation > li > ul > li:hover > a, .main-menu .navbar-collapse > .navigation > li > ul > li > ul > li:hover > a, .main-menu .navbar-collapse > .navigation > li.current > a {
        color: #ffffff !important;
        background: #f9b200;
    }
    .similar-projects-content {
        padding-left: 30px;
        padding-right: 30px;
    }
    .card-body {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        padding: 0.3rem;
    }
    .prot-img {
        column-gap: 0.3rem;
    }
        .prot-img li {
            margin-bottom: 0.3rem;
        }
        }
