.ip-header {
    height: 206px;
    position: relative;
    background-size: cover;
    background-position: center;
}

.ip-header-box {
    color: #fff;
    position: absolute;
    top: 41px;
    left: 0;
    right: 0;
    clip-path: polygon(6% 0, 100% 0%, 94% 100%, 0% 100%);
    background: #000000b5;
    width: 298px;
    height: 124px;
    margin: auto;
    border-top: 2px solid #c64910a3;
    border-bottom: 2px solid #c64910a3;
    box-sizing: border-box;
}

.ip-header-box-left-border {
    position: absolute;
    height: 128px;
    width: 2px;
    top: -2px;
    background: #c64910a3;
    left: 9px;
    transform: rotate(8deg);
}

.ip-header-box-right-border {
    position: absolute;
    height: 121px;
    width: 3px;
    top: -1px;
    background: #c64910a3;
    right: 8px;
    transform: rotate(8.5deg);
}

.ip-header-box-inner {
    padding: 25px 30px;
}

.ip-header-box-title {
    font-family: 'Teko', sans-serif;
    text-align: center;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 600;
}

.ip-header-box-sub-title {
    text-transform: uppercase;
    font-size: 13px;
    line-height: 15px;
    text-align: center;
}

.ip-header-bar-page-name-outer {
    background: #C64910;
}

.ip-header-bar-page-name-inner {
    background: #000;
    margin-right: 15px;
    padding-left: 15px;
}

.ip-header-bar-page-name {
    padding: 17px 0;
}

.ip-header-bar-page-name span {
    color: #C64910;
}

.ip-header-bar-right {
    background: #d6d6d6;
    font-size: 0;
    padding: 15px 5px;
}

.ip-header-bar-right-col {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    text-align: center;
}

.ip-header-bar-right-sub-col {
    font-size: 16px;
}

.ip-header-bar-right-sub-col.one {
    margin-bottom: 10px;
}

.main-content-container {
    padding: 20px 0;
}

.new-content-section-two {
    position: relative;
    margin-top: 25px;
}

.ncst-image {
    width: 100%;
}

.ncst-content-container {
    position: relative;
    background: #EEEEEE;
    color: #000;
    padding: 15px 20px 20px 20px;
}

.ncst-title {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 28px;
    line-height: 28px;
    font-family: 'Teko', sans-serif;
    color: #C64910;
    margin-bottom: 4px;
}

.read-more {
    font-weight: 700;
    color: #788BA0;
    text-decoration: underline;
    margin-top: 10px;
    font-size: 18px;
    cursor: pointer;
}

@media (min-width: 768px) {
    .ip-header {
        height: 267px;
    }

    .ip-header-box {
        width: 619px;
        height: 179px;
        box-sizing: border-box;
    }

    .ip-header-box-inner {
        padding: 47px 30px 40px 30px;
    }

    .ip-header-box-left-border {
        height: 102%;
        width: 2px;
        top: -2px;
        left: 19px;
        transform: rotate(12deg);
    }

    .ip-header-box-right-border {
        height: 113%;
        width: 2px;
        top: -2px;
        right: 21px;
        transform: rotate(12deg);
    }

    .ip-header-box-title {
        font-size: 52px;
        line-height: 52px;
    }

    .ip-header-box-sub-title {
        font-size: 18px;
        line-height: 22px;
    }

    .ip-header-bar-right-sub-col {
        display: inline-block;
    }

    .ip-header-bar-right-sub-col.one {
        padding-right: 15px;
        margin-bottom: 0;
    }

    .ip-header-bar-right-col {
        vertical-align: middle;
    }

    .ip-header-bar-right-inner {
        max-width: 500px;
        margin: auto;
    }
}

@media (min-width: 1170px) {
    .ip-header {
        height: 467px;
    }

    .ip-header-box {
        top: 205px;
        left: 100px;
        right: initial;
    }

    .ip-header-bar {
        font-size: 0;
        background: #d6d6d6;
    }

    .ip-header-bar-left {
        display: inline-block;
        width: 470px;
    }

    .ip-header-bar-page-name-outer {
        background: #C64910;
        clip-path: polygon(0 0, 100% 0, 93% 100%, 0% 100%);
    }

    .ip-header-bar-page-name-inner {
        background: #000;
        margin-right: 24px;
        padding-left: 0;
        clip-path: polygon(0 0, 100% 0, 92.5% 100%, 0% 100%);
    }

    .ip-header-bar-page-name {
        padding: 19px 0;
    }

    .ip-header-bar-right {
        display: inline-block;
        width: calc(100% - 480px);
        vertical-align: top;
        padding-top: 33px;
        padding-bottom: 0;
    }

    .ip-header-bar-right-inner {
        margin: initial;
    }

    .main-content-container {
        padding: 60px 0;
    }

    .new-content-section-two {
        margin-top: 0;
        margin-bottom: 45px;
    }

    .ncst-image {
        position: absolute;
        top: 0;
        z-index: 1;
        width: 568px;
    }

    .ncst-content-container {
        width: 99%;
        max-width: 1800px;
        box-sizing: border-box;
    }

    .ncst-content {
        width: 515px;
        margin-left: auto;
        margin-right: 0;
        padding-right: 50px;
        box-sizing: border-box;
    }

    .new-content-section-two.left .ncst-content-container {
        margin-right: 0;
        margin-left: auto;
    }

    .new-content-section-two.right .ncst-btn {
        margin-left: auto;
        margin-right: 0;
    }

    .new-content-section-two.left .ncst-image {
        right: 0;
    }

    .new-content-section-two.left .ncst-content-container {
        text-align: left;
        right: 0;
    }

    .new-content-section-two.left .ncst-content {
        margin-right: auto;
        margin-left: 0;
        padding-right: 0;
        padding-left: 50px;
    }

    .new-content-section-two.left .ncst-btn {
        margin-right: auto;
        margin-left: 0;
    }
}

@media (min-width: 1300px) {
    .ip-header {
        height: 512px;
    }

    .ip-header-box {
        top: 223px;
    }

    .ncst-content-container {
        clip-path: polygon(0 0, 91% 0, 100% 100%, 0% 100%);
        padding: 25px 20px 25px 20px;
    }

    .new-content-section-two.left .ncst-content-container {
        clip-path: polygon(9% 0, 100% 0, 100% 100%, 0% 100%);
    }

    .ncst-content {
        width: 640px;
        padding-right: 8vw;
    }

    .new-content-section-two.left .ncst-content {
        padding-left: 8vw;
    }

    .ncst-image {
        width: 606px;
    }
}

@media (min-width: 1400px) {
    .ncst-image {
        width: 693px;
    }

    .ncst-content-container {
        min-height: 272px;
    }

    .ncst-content {
        padding-right: 9vw;
    }

    .new-content-section-two.left .ncst-content {
        padding-left: 9vw;
    }
}

@media (min-width: 1600px) {
    .ip-header {
        height: 644px;
    }

    .ip-header-box {
        width: 852px;
        height: 265px;
        left: 133px;
        top: 249px;
    }

    .ip-header-box-left-border {
        height: 267px;
        width: 2px;
        top: -3px;
        left: 26px;
        transform: rotate(11deg);
    }

    .ip-header-box-right-border {
        height: 267px;
        width: 2px;
        top: -3px;
        right: 26px;
        transform: rotate(11deg);
    }

    .ip-header-box-inner {
        padding: 83px 30px 58px 30px;
    }

    .ip-header-box-title {
        font-size: 80px;
        line-height: 80px;
    }

    .ip-header-box-sub-title {
        font-size: 22px;
    }

    .main-content-container {
        padding: 80px 0;
    }

    .new-content-section-two {
        margin-bottom: 90px;
    }

    .ncst-content-container {
        height: 272px;
    }

    .ncst-content {
        padding-right: 0;
        width: 938px;
        position: absolute;
    }

    .new-content-section-two.left .ncst-content {
        padding-left: 0;
    }

    .ncst-title {
        font-size: 29px;
        line-height: 29px;
    }

    .ncst-content.one {
        width: 635px;
        left: 800px;
        top: 58px;
    }

    .ncst-content.two {
        width: 764px;
        top: 53px;
        left: 175px;
    }

    .ncst-content.three {
        left: 725px;
        width: 712px;
        top: 38px;
    }

    .ncst-content.four {
        width: 635px;
        left: 194px;
        top: 39px;
    }

    .ncst-content.five {
        left: 730px;
        width: 714px;
        top: 37px;
    }

    .ncst-content.six {
        width: 693px;
        left: 178px;
        top: 30px;
    }

    .ncst-content.seven {
        width: 700px;
        left: 740px;
        top: 22px;
    }
}

@media (min-width: 1700px) {
    .ncst-content.two {
        left: 241px;
    }

    .ncst-content.three {
        left: 780px;
        width: 746px;
    }

    .ncst-content.four {
        left: 223px;
        width: 745px;
        top: 54px;
    }

    .ncst-content.five {
        left: 793px;
    }

    .ncst-content.six {
        left: 272px;
    }

    .ncst-content.seven {
        left: 826px;
    }
}








