﻿#partner-section .partner-heading h4 {
    margin-top: 30px;
    font-weight: 700;
    color: #0F598A;
}

    #partner-section .partner-heading h4::before {
        content: '';
        width: 35%;
        height: 1.5px;
        background-color: #707070;
        position: absolute;
        left: 0;
        top: 70%;
    }

    #partner-section .partner-heading h4::after {
        content: '';
        width: 35%;
        height: 1.5px;
        background-color: #707070;
        position: absolute;
        right: 0;
        top: 70%;
    }

#partner-section .our-partner .item {
    width: 100%;
    padding: 50px;
}

    #partner-section .our-partner .item img {
        width: 100%;
    }

#partner-section .owl-theme .owl-nav {
    margin-top: 0 !important;
}

    #partner-section .owl-theme .owl-nav button.owl-prev {
        position: absolute;
        top: 35%;
        left: 0;
        outline: 0;
    }

        #partner-section .owl-theme .owl-nav button.owl-prev:hover {
            background: none !important;
        }

    #partner-section .owl-theme .owl-nav button.owl-next {
        position: absolute;
        top: 35%;
        right: 0;
        outline: 0;
    }

        #partner-section .owl-theme .owl-nav button.owl-next:hover {
            background: none;
        }

    #partner-section .owl-theme .owl-nav button.owl-prev span {
        font-size: 45px;
        font-weight: 500;
        color: #000;
    }

    #partner-section .owl-theme .owl-nav button.owl-next span {
        font-size: 45px;
        font-weight: 500;
        color: #000;
    }

#partner-section .owl-theme .owl-dots {
    display: none !important;
    visibility: hidden;
}
