.footer-bottom a {
    color: #fff !important
}

.header-style2 .navbar-nav>li>a:hover {
    color: #d92626 !important
}

.dropdown.search {
    position: relative
}

.dropdown.search>.dropdown-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 10px;
    color: #d92626;
    text-decoration: none;
    transition: .3s;
    backdrop-filter: blur(10px)
}

.dropdown.search>.dropdown-toggle i {
    font-size: 18px;
    transition: transform .3s
}

.dropdown.search.show>.dropdown-toggle {
    background: rgba(255, 255, 255, .2);
    border-color: rgba(255, 255, 255, .4)
}

.dropdown.search.show>.dropdown-toggle i {
    transform: rotate(180deg)
}

.main-font .dropdown.search .dropdown-menu {
    background: #fff !important;
    border: none !important;
    border-radius: 12px !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, .15) !important;
    padding: 8px !important;
    min-width: 100px !important;
    margin-top: 8px !important;
    animation: .3s slideDown;
    overflow: hidden
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.dropdown.search .dropdown-menu .dropdown-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
    border-radius: 8px;
    color: #2c3e50;
    text-decoration: none;
    transition: .2s;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .5px;
    position: relative
}

.dropdown.search .dropdown-menu .dropdown-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 70%;
    background: linear-gradient(90deg, #e74c3c, transparent);
    border-radius: 0 4px 4px 0;
    transition: width .3s
}

.dropdown.search .dropdown-menu .dropdown-item:hover {
    background: linear-gradient(135deg, #f8f9fa 0, #e9ecef 100%);
    color: #e74c3c;
    transform: translateX(4px);
    padding-left: 20px
}

.dropdown.search .dropdown-menu .dropdown-item:hover::before {
    width: 3px
}

.dropdown.search .dropdown-menu .dropdown-item:active {
    transform: translateX(2px) scale(.98)
}

@media (max-width:768px) {
    .dropdown.search>.dropdown-toggle {
        width: 40px;
        height: 40px
    }

    .dropdown.search>.dropdown-toggle i {
        font-size: 16px
    }

    .dropdown.search .dropdown-menu {
        min-width: 120px
    }
}

@media screen and (min-width:992px) {
    .main-font .dropdown.search .dropdown-menu {
        left: -35px !important
    }
}

.prodBg {
    min-height: 611px !important;
    border-radius: 6px !important
}

.service-carousel-one .service-block .inner-block {
    width: 40% !important;
    padding: 0 2.5rem 2.5rem !important;
    border-radius: 6px !important
}

.team-img img {
    min-height: 350px !important;
    max-height: 350px !important
}

.icon-share .icons-social:hover,
.icon-share:hover .icons-social {
    opacity: 1;
    visibility: visible;
    pointer-events: auto
}

.card-style05 .blog-tag:after {
    display: none !important
}

.blog-ing-ind img {
    max-height: 280px !important
}

@media (max-width: 768px) {
    .prodBg {
        min-height: 420px !important;
    }
}



