#inner-page-wrapper>.container {
    width: 100%;
    padding: 0;
}

.ip-banner {
    background: #000;
}

.ip-banner::before {
    background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
    height: 30%;
}


.ip-banner::after {
    content: '';
    position: absolute;    
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
    height: 20%;
}

.ip-banner canvas {
    opacity: .75;
    min-height: 450px;
}

.ip-about {
    padding-top: 120px;
    overflow: hidden;
}

p#breadcrumbs {
    position: relative;
    z-index: 1;
    width: 95%;
    max-width: 1480px;
    font-size: 15px;    
    font-family: var(--font-family-defadault);
    color: #4f4f4f;    
    margin: -40px auto 20px;
}

p#breadcrumbs a {
    color: #4f4f4f;
}

.breadcrumb_last {
    color: #fff;
}

.ip-cu-top {
    background: #000;
    flex-wrap: wrap;
}

.ip-cu-main {
    width: 50%;    
    padding: 60px;
    background: url(../../images/contact-us/contact-left-bg.jpg);
    background-size: cover;
}

.ip-cu-main-logo {
    text-align: center;
    margin-bottom: 55px;
}

.ip-cu-main ul li {
    margin-bottom: 15px;
    font-size: 15px;
    font-family: var(--font-family-title);
    position: relative;
    padding-left: 50px;
    line-height: 1.5;
}

.ip-cu-main ul li a {
    color: #fff !important;
}

.ip-cu-main ul li a:hover {
    color: var(--secondary) !important;
}

.ip-cu-main ul li i {
    color: var(--secondary);
    display: inline-block;
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 0
}

.ip-cu-main ul li i.ai-font-envelope-f {
    font-size: 11px;
    top: 6px;
}

.ip-cu-smis {
    padding-top: 10px;
}

.ip-cu-smis a {
    display: inline-block;
    width: 35px;
    height: 35px;
    background-color: var(--secondary);
    color: #000 !important;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    font-size: 20px;
    margin-right: 20px;
    transition: all .5s;
}

.ip-cu-smis a:hover {
    background-color: #fff;
}

.ip-cu-form-holder {
    width: 50%;    
}

.ip-cu-form-holder .custom-container {
    transition: none !important;
}

.ip-cu-map iframe {
    width: 100%;
    height: 440px;
}

.ip-cu-agents {
    padding: 60px 0 20px;
}

.ip-cu-agents .custom-container {
    max-width: 1360px;
}

.ip-cu-agents-list {
    flex-wrap: wrap;
}

.ip-cu-agent {
    display: flex;
    align-items: center;
    width: 33%;
}

.ip-cu-agent-name {
    font-size: 16.64px;
    text-transform: uppercase;
    font-family: var(--font-family-title);
    letter-spacing: 1.5px;
    margin-bottom: 20px;
}

.ip-cu-agent-name span {
    color: var(--secondary);
}


.ip-cu-agent-smis a:not(.agent-email) {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-color: var(--secondary);
    color: #000 !important;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    font-size: 15px;
    margin: 0 5px 10px 0;
    transition: all .5s;
}

.ip-cu-agent-smis a:not(.agent-email):hover {
    background-color: #fff;
}

.ip-cu-agent-smis a.agent-email {
    font-size: 14px;
    transition: all .5s;
}

.ip-cu-agent-smis a.agent-email:hover {
    color: #fff !important;
}


@media(max-width:1366px) {
    .ip-cu-main {
        padding: 50px 30px;
    }
}

@media(max-width:991px) {
    .ip-cu-main, .ip-cu-form-holder{
        width: 100%;
    }
    .ip-cu-main ul, .ip-cu-smis {
        max-width: 600px;
        margin: 0 auto;
    }

    .ip-cu-agent  {
        width: 50%;
        margin-bottom: 50px;
    }
}

@media(max-width: 767px) {
    .ip-cu-agent {
        width: 100%;
        flex-direction: column;
        text-align: center;
    }

    .ip-cu-agent-details {
        margin-top: 40px;
    }
}