.banner-wrap {
    width: 100%;
    padding: 100px 0;
    background: #28296d;
    background-size: cover;
    background-position: center;
    text-align: center;
    color: #e8e8e8;
}

.banner-contain {
    max-width: 800px;
    width: 90%;
    margin: 0 auto;
}

.banner-wrap h1 {
    color: #fff;
    margin: 0 0 20px;
    line-height: 1.2;
    font-size: 48px;
}

.banner-wrap p {
    margin: 0 0 20px;
    font-family: var(--primaryfont-medium);
    font-size: 19px;
}

.banner-wrap p:last-child {
    margin: 0;
    /* font-family: var(--primaryfont-bold); */
}

.kmp-cont-wrap {
    width: 100%;
    overflow: hidden
}

.kmp-cont-wrap .container {
    display: flex;
    justify-content: space-between;
    padding: 80px 0;
}

.lhs-wrap {
    max-width: 350px;
    width: 100%;
}

.lhs-nav li {
    border-bottom: 1px solid #efefef;
}

.lhs-nav li:last-child {
    border: none
}

.lhs-nav li a {
    padding: 13px 13px 13px 25px;
    color: #000;
    display: block;
    font-size: 14px;
}

.lhs-nav li a:hover,
.lhs-nav li a.active {
    background: #ffece9;
}

.lhs-nav li a.active {
    font-family: var(--primaryfont-medium);
    background: #ffece9;
}

.aside-nav-list {
    border: 1px solid #efefef;
    margin-bottom: 0;
}
.aside-nav-list .nav-heading {
    cursor: pointer;
    font-size: 16px;
    font-family: var(--primaryfont-bold);
    padding: 15px;
    margin: 0;
    background: #fafafa;
    position: relative;
}

.aside-nav-list .nav-heading:before {
    content: '+';
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    font-size: 18px;
    font-weight: 600;
    height: 25px;
    margin: auto;
}

.aside-nav-list .nav-heading.active:before {
    content: '-';
    right: 13px;
}

.aside-nav-list .nav-heading.active {
    background: #ff492c;
    color: #fff;
}

.aside-nav-list ul {
    display: none;
}

.bannerflex {
    padding: 0;
    margin: 40px 0 0;
    background: none;
}

.flexslider {
    padding: 30px;
}

.flex-control-nav {
    left: 0;
    right: 0;
    background: #fff;
    bottom: 0;
}


/* RHS */

.rhs-wrap {
    max-width: calc(100% - 350px);
    padding-left: 60px;
    border-left: 1px solid #efefef;
}

.kmp-breadcrumb {
    margin: 0 0 -40px;
}

.feature-content {
    margin: 60px 0 0 0;
}

.feature-content h3 {
    margin: 0 0 15px;
}

.feature-content p:last-child {
    margin: 0;
}

.feature-content figure {
    margin: 30px 0 0
}

.feature-content figure img {
    border: 1px solid #f3f3f3;
    cursor: pointer;
}

.feature-content figure figcaption {
    font-size: 15px;
    text-align: center;
    margin: 20px 0 0;
}

.feature-content ul li {
    position: relative;
    padding: 0 0 0 20px;
    margin: 0 0 15px;
}

.feature-content ul li:last-child {
    margin: 0;
}

.feature-content ul li:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background: #000000;
    left: 0;
    top: 9px;
    border-radius: 50%;
}


/* Footer */

.feature-footer-wrap {
    background: #28296d;
}

.feature-footer-wrap .container {
    display: block;
    text-align: center;
}

.feature-footer-wrap h2 {
    font-size: 38px;
    line-height: 1.4;
    max-width: 730px;
    margin: 0 auto 20px;
    color: #fff;
}


/* Image Modal Popup */

.show-wrap {
    z-index: 1000001;
    display: none;
    top: 0;
    position: fixed;
}

.show-wrap .overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .66);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000000;
}

.show-wrap .img-show {
    max-width: 90%;
    width: 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    z-index: 1000000;
    text-align: center;
}

.img-show img {
    max-width: inherit;
    width: auto;
}

.close-img-wrap {
    position: fixed;
    right: 32px;
    top: 32px;
    width: 32px;
    height: 32px;
    /* opacity: .5; */
    z-index: 10000001;
    cursor: pointer;
}

.close-img-wrap:hover {
    opacity: 1;
}

.close-img-wrap:before,
.close-img-wrap:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 33px;
    width: 2px;
    background-color: #fff;
}

.close-img-wrap:before {
    transform: rotate(45deg);
}

.close-img-wrap:after {
    transform: rotate(-45deg);
}


/*  */

p.clearfix {
    line-height: .3;
}


/* Media Query */

@media screen and (max-width:1200px) {
    .lhs-wrap {
        max-width: 300px;
    }
    .rhs-wrap {
        max-width: calc(100% - 300px);
        padding-left: 40px;
    }
    .banner-wrap h1 {
        font-size: 44px;
    }
    .feature-footer-wrap h2 {
        font-size: 36px;
    }
}

@media screen and (max-width:992px) {
    .banner-wrap h1 {
        font-size: 40px;
    }
    .feature-footer-wrap h2 {
        font-size: 32px;
    }
    .banner-wrap {
        padding: 80px 0;
    }
    .kmp-cont-wrap .container {
        padding: 60px 0;
    }
    .lhs-wrap {
        display: none;
    }
    .rhs-wrap {
        max-width: 100%;
        padding-left: 0;
        border-left: none;
    }
    .quick-links-wrap {
        display: none;
    }
}

@media screen and (max-width:767px) {
    #quickFixDiv {
        display: none;
    }
}