.banner {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #00949a, #f7cc23, #000) repeat scroll 0 0;
    width: 100%;
    position: relative;
}

.banner-bg {
    float: left;
    width: 100%;
    position: absolute;
    opacity: 0.2;
}

.banner-txt {
    color: #fff;
    float: left;
    width: 100%;
    padding: 300px 0 160px 0;
    position: relative;
    z-index: 2;
}

.banner-txt h2 {
    font-size: 36px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.cu-brands {
    padding: 15px 0;
    text-align: center;
    position: relative;
    z-index: 1;
}

.cu-brands ul li {
    display: inline-block;
    margin-right: 3%;
}

.cu-brands span {
    display: inline-block;
    margin-right: 3px;
}

.cu-brands p {
    color: #fff;
    font-size: 14px;
    line-height: 17px;
    padding-top: 7px;
    display: inline-block;
}

.edge-main {
    width: 100%;
}

.edge-main h2 {
    color: #fff;
    font-size: 30px;
    text-align: center;
    padding: 34px 0;
    background: #b92e4f;
    text-transform: uppercase;
}

.fp-section.fp-table,
.fp-slide.fp-table {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.bg-approach {
    background-image: url(../images/hostel-bg11.jpg);
}

.bg-fixed {
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.fp-tableCell {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    width: 100%;
}

.approach-blocks {
    height: 790px;
    position: relative;
}

.approach-blocks .blks {
    left: 0;
    max-width: 285px;
    /*min-height: 316px;*/
    /*padding: 37px 25px 15px 25px;*/
    position: absolute;
}

.approach-blocks h3 {
    color: inherit;
    font-size: 1.4em;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 5px;
    color: #fff;
    display: inline-block;
    margin-left: 40px;
}

.blks .panel-img span {
    margin-right: 5px;
    display: inline-block;
    position: absolute;
}

.approach-blocks p {
    font-size: 13px;
    color: #fff;
}

.blacktxt h3,
.blacktxt p {
    color: #333;
}

.approach-blocks .blks:nth-child(4) h3 {
    font-weight: 500;
}

.approach-blocks .blks:nth-child(1) {
    background: rgba(0, 142, 148, 0.8) none repeat scroll 0 0;
    left: 0;
    margin-top: -158px;
    top: 50%;
}

.approach-blocks .blks:nth-child(1) .caption:hover .panel-img {
    background: rgba(0, 142, 148, 0.8) none repeat scroll 0 0;
}

.approach-blocks .blks:nth-child(2) {
    background: rgba(255, 221, 30, 0.8) none repeat scroll 0 0;
    left: 285px;
    top: 5%;
}

.approach-blocks .blks:nth-child(2) .caption:hover .panel-img {
    background: rgba(255, 221, 30, 0.8) none repeat scroll 0 0;
}

.approach-blocks .blks:nth-child(3) {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    left: 285px;
    top: 54%;
}

.approach-blocks .blks:nth-child(3) .caption:hover .panel-img {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
}

.approach-blocks .blks:nth-child(4) {
    background: rgba(42, 42, 42, 0.8) none repeat scroll 0 0;
    left: 570px;
    /*min-height: 594px;*/
    top: 25%;
}

.approach-blocks .blks:nth-child(4) .caption:hover .panel-img {
    background: rgba(42, 42, 42, 0.8) none repeat scroll 0 0;
}

.approach-blocks .blks:nth-child(5) {
    background: rgba(227, 51, 91, 0.8) none repeat scroll 0 0;
    left: 855px;
    top: 50%;
}

.approach-blocks .blks:nth-child(5) .caption:hover .panel-img {
    background: rgba(227, 51, 91, 0.8) none repeat scroll 0 0;
}

.caption {
    position: relative;
    overflow: hidden;
}

.middle-wrap {
    height: 100%;
    width: 100%;
    display: table;
}

.middle-main {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.caption-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    padding: 0;
    transform: translateY(100%);
    transition: transform .35s ease-out;
    /*background: rgba(200, 16, 46, 0.7);*/
    width: 100%;
    text-align: center;
    color: #fff;
}

.caption:hover .caption-overlay {
    transform: translateY(0);
}

.panel-img {
    padding: 37px 25px 15px 25px;
}

.caption:hover .panel-img {
    position: relative;
    top: 0;
    z-index: 1;
}

@media (min-width:992px) and (max-width:1199px) {
    .banner-txt h2 {
        font-size: 28px;
    }
    .edge-main h2 {
        font-size: 22px;
        padding: 22px 0;
    }
    .approach-blocks .blks {
        max-width: 248px;
    }
    .approach-blocks .blks:nth-child(2),
    .approach-blocks .blks:nth-child(3) {
        left: 248px;
    }
    .approach-blocks .blks:nth-child(4) {
        left: 496px;
    }
    .approach-blocks .blks:nth-child(5) {
        left: 744px;
    }
    .approach-blocks .blks:nth-child(3) {
        top: 57%;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .banner-txt {
        padding: 190px 0 60px 0;
    }
    .banner-txt h2 {
        font-size: 20px;
    }
    .banner-txt p {
        font-size: 13px;
        line-height: 15px;
    }
    .edge-main h2 {
        font-size: 20px;
        padding: 22px 0;
    }
    .panel-img {
        padding: 37px 25px;
    }
    .approach-blocks .blks {
        display: block;
        position: static;
        min-height: inherit;
        max-height: none;
        max-width: none;
        position: static;
        vertical-align: top;
    }
    .approach-blocks {
        height: auto;
    }
    .approach-blocks .blks:nth-child(1) {
        margin-top: 20px;
    }
    .approach-blocks .blks:nth-child(4) {
        min-height: auto;
    }
    .approach-blocks .blks:last-child {
        margin-bottom: 20px;
    }
}

@media (max-width:767px) {
    .banner-txt {
        padding: 180px 0 10px 0;
    }
    .banner-txt h2 {
        font-size: 18px;
    }
    .banner-txt p {
        font-size: 14px;
        line-height: 15px;
    }
    .edge-main h2 {
        font-size: 18px;
        padding: 24px 0;
    }
    .panel-img {
        padding: 37px 25px;
    }
    .approach-blocks .blks {
        display: block;
        position: static;
        min-height: inherit;
        max-height: none;
        max-width: none;
        position: static;
        vertical-align: top;
    }
    .approach-blocks {
        height: auto;
    }
    .approach-blocks .blks:nth-child(1) {
        margin-top: 20px;
    }
    .approach-blocks .blks:nth-child(4) {
        min-height: auto;
    }
    .approach-blocks .blks:last-child {
        margin-bottom: 20px;
    }
    .blks .panel-img span {
        top: 30px;
    }
}

@media (max-width:480px) {
    .cu-brands span {
        display: block;
    }
    .cu-brands ul li {
        margin-bottom: 15px;
    }
}


/*--education loan page css here--*/

.education-loanWrapper .section-heading {
    margin-left: 15px;
}

.education-loanWrapper .section-heading h2 {
    font-size: 20px;
    text-transform: uppercase;
}

.accordion-item {
    position: relative;
}

.accordion-item.active .heading {
    color: #fff;
    background: #333;
}

.accordion-item.active .icon {
    /*background: #9f0607;*/
}

.accordion-item.active .icon {
    border: 2px solid #fff;
}

.accordion-item.active .icon:before {
    background: #fff;
}

.accordion-item.active .icon:after {
    width: 0;
}

.accordion-item .heading {
    display: block;
    text-decoration: none;
    color: #0195a9;
    font-size: 14px;
    position: relative;
    padding: 12px 12px 12px 60px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    background: #f8f8f8;
    margin-bottom: 3px;
    font-weight: 600;
    border-radius: 4px;
}

.accordion-item .heading:hover {
    color: #fff;
    background: #333;
}

.accordion-item .heading:hover .icon:before,
.accordion-item .heading:hover .icon:after {
    background: #fff;
}

.accordion-item .icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 12px;
    width: 3rem;
    height: 3rem;
    border: 2px solid #0195a9;
    border-radius: 3px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.accordion-item .heading:hover .icon {
    border: 2px solid #fff;
}

.accordion-item .icon:before,
.accordion-item .icon:after {
    content: '';
    width: 1.25rem;
    height: 0.25rem;
    background: #0195a9;
    position: absolute;
    border-radius: 3px;
    left: 50%;
    top: 50%;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.accordion-item .icon:after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
    z-index: -1;
}

.accordion-item .content {
    display: none;
}

.accordion-item .content {
    margin: 20px;
}

.education-content p {
    font-size: 13px;
    line-height: 17px;
    margin-left: 15px;
}

.education-content h4 {
    display: inline-block;
    margin-bottom: 20px;
    background: #db1e21;
    padding: 10px;
    color: #fff;
    border-radius: 3px;
    margin-left: 15px;
}

.h5title {
    display: inline-block;
    margin-bottom: 20px;
    color: #db1e21;
    border-radius: 3px;
    margin-left: 15px;
    background: transparent;
    font-size: 20px;
    cursor: pointer;
}

ul.list-dot li {
    color: #333;
    font-size: 14px;
    vertical-align: top;
    margin-bottom: 5px;
    list-style-type: disc;
}

ul.list-dot {
    margin: 10px 20px 15px;
}

ol.list-numeric {
    counter-reset: mycounter;
    margin: 5px 0 0 15px;
    padding: 0;
}

ol.list-numeric li {
    font-size: 13px;
    list-style: disc;
    margin-bottom: 5px;
}

.m-30 {
    margin-left: 30px !important;
}


/* ol.list-numeric li::before {
    content: counter(mycounter, decimal) ". ";
    counter-increment: mycounter;
    color: #000;
    font-weight: 600;
} */

.bank-logos ul {
    margin-left: 20px;
}

.bank-logos ul li {
    list-style-type: none;
    display: inline-block;
    margin-right: 12px;
    margin-bottom: 10px;
}

.bank-logos ul li a img {
    max-width: 110px;
    border: 1px solid #ddd;
    padding: 10px;
}

.chandigarh-about {
    padding: 0 16px;
}

.chandigarh-about .section-heading h2 {
    font-size: 20px;
    text-transform: uppercase;
}


/*banner css here*/

.mastrhead__inner {
    position: relative;
    width: 100%;
    height: 360px;
    overflow: hidden;
    color: white;
    z-index: 4;
    padding: 0;
}

.container-fluid.banner-fluid {
    max-width: 1920px;
    padding: 0;
}

.mastrhead__inner .banner-image {
    position: relative;
}

.mastrhead__inner .banner-image:before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(31, 76, 192, 0.4);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.mastrhead__inner .banner-image img {
    width: 100%;
    object-fit: cover;
}

.mastrhead__inner .banner-contentwrap {
    background: #1f4cc0;
    vertical-align: middle;
    text-align: center;
    height: 100%;
    display: block;
    width: 100%;
    position: relative;
    min-height: 362px;
}

.mastrhead__inner .banner-contentwrap .banner-text {
    position: absolute;
    left: 50%;
    top: 60%;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    transform: translate(-50%, -50%);
    padding: 0 40px;
}

.mastrhead__inner .banner-contentwrap h1 {
    font-size: 28px;
    line-height: 30px;
    z-index: 999;
    padding: 0 30px;
    margin-bottom: 15px;
}

.mastrhead__inner .banner-contentwrap p {
    font-size: 16px;
    z-index: 999;
    margin-bottom: 0;
    font-weight: 300;
    color: #d8d9dc;
    padding: 0px 40px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.assured-txt {
    padding-top: 0 !important;
}

.right-sidebar {
    background: #cf1215;
    padding: 20px 10px;
}

.useful-links-list {
    background: #fff !important;
    padding: 15px;
}

.useful-links-list ul li a {
    display: block;
    padding: 7px 0;
    color: #333333 !important;
    border-bottom: 1px dashed #333333 !important;
}

.help-desk-info {
    background: #cf1215;
    padding: 20px 10px;
}

.help-desk-info h2 {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 20px;
    margin-top: 20px;
}

.help-desk-info p {
    font-size: 14px;
    color: #ffffff;
    line-height: 18px;
}

.help-desk-info a {
    display: block;
    background: #fff;
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 10px;
    margin-top: 20px;
    text-align: center;
    font-weight: bold;
    color: #000;
}

.bank_loanlist {
    padding: 20px 10px;
    margin-top: 20px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

.bank_loanlist .section-heading h2 {
    font-size: 18px;
    color: #cf1215;
    margin-bottom: 20px;
    margin-top: 20px;
}

@media only screen and (max-width: 767px) {
    .bank_loanlist {
        position: relative !important;
        margin-bottom: 30px;
    }
}

h2#show-hidden-menu1 {
    cursor: pointer;
}


/*cu about css here*/

.about-wrapper {
    padding: 0px;
}

.about-wrapper .about-content {
    border: none;
}

.about-wrapper .about-content .section-heading h2 {
    font-size: 30px;
    line-height: 34px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #111111;
    margin-top: 0;
    position: relative;
}

.about-wrapper .about-content .about-text p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
    font-weight: 300;
}

.aboutus__image img {
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
}

.content-section {
    float: none !important;
    width: 100%;
}

#show-hidden-menu {
    cursor: pointer;
}

.registration-slider .image img {
    cursor: pointer;
    display: block;
}

.registration-slider .slick-arrow {
    font-size: 25px;
    width: 35px;
    height: 35px;
    border-radius: 50px;
    background: #db1e21;
    color: #ffffff;
    line-height: 35px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    text-align: center;
    position: absolute;
    top: 50%;
    z-index: 999;
}

.registration-slider .slick-arrow.slick-prev {
    left: 0px;
}

.registration-slider .slick-arrow.slick-next {
    right: 0px;
}

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.registration-slider .slick-arrow:hover {
    background: #000000;
    color: #ffffff;
}

.vidyalakshmi-registration {
    width: 100%;
    display: inline-block;
    padding: 15px 15px;
    background: #efefef;
    margin-top: 30px;
    margin-bottom: 25px;
}

.vidyalakshmi-registration h2 {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.inner-content {
    width: 100%;
    display: inline-block;
}

.slick-prev:before {
    display: none;
}

.slick-next:before {
    display: none;
}

.faq-wrapper {
    margin-top: 20px;
}

.faq-wrapper h4.faq-title {
    display: inline-block;
    margin-bottom: 20px;
    background: #db1e21;
    padding: 10px 30px;
    color: #fff;
    border-radius: 3px;
    margin-left: 0;
}

footer {
    position: relative !important;
    z-index: 2 !important;
}

.testimonials-wrapper {
    background: #1f4cc0;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
}

.testimonials-wrapper .testimonials-slider .image-box {
    position: relative;
}

.testimonials-wrapper .testimonials-slider .image-box .image {
    border-radius: 100%;
    position: relative;
    padding: 50px 0;
}

@media only screen and (max-width: 767px) {
    .testimonials-wrapper .testimonials-slider .image-box .image {
        padding-bottom: 0;
    }
}

.testimonials-wrapper .testimonials-slider .image-box .image img {
    border-radius: 100%;
    max-width: 350px;
    width: 100%;
    margin: auto;
    border: 1px solid #4766c7;
    padding: 30px;
}

.testimonials-wrapper .testimonials-slider .bannertext {
    padding: 40px 50px;
    color: #ffffff;
}

.testimonials-wrapper .testimonials-slider .bannertext .testmonial-content p {
    font-size: 18px;
    line-height: 22px;
    position: relative;
    font-weight: 100;
    padding-top: 80px;
    color: #fff;
}

@media only screen and (max-width: 767px) {
    .testimonials-wrapper .testimonials-slider .bannertext .testmonial-content p {
        padding-top: 0;
    }
}

.testimonials-wrapper .testimonials-slider .bannertext .testmonial-content p:before {
    content: "\f10d";
    display: inline-block;
    font-family: FontAwesome;
    position: absolute;
    top: 50px;
    left: -33px;
    font-size: 70px;
    line-height: 70px;
    color: #4766c7;
    z-index: -1;
}

@media only screen and (max-width: 767px) {
    .testimonials-wrapper .testimonials-slider .bannertext .testmonial-content p:before {
        top: -30px;
    }
}

.testimonials-wrapper .testimonials-slider .bannertext .testmonial-content h4 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 0px;
}

.testimonials-wrapper .testimonials-slider .bannertext .testmonial-content span {
    font-size: 12px;
    line-height: 16px;
    font-weight: 100;
}

.testimonials-wrapper .testimonials-slider .slick-arrow {
    font-size: 15px;
    line-height: 1.5;
    width: 32px;
    height: 32px;
    border-radius: 50px;
    background: #6382d3;
    color: #1f4cc0;
    line-height: 32px;
    transition: 0.3s;
    text-align: center;
    z-index: 10;
}

@media only screen and (max-width: 767px) {
    .testimonials-wrapper .testimonials-slider .slick-arrow {
        top: 30%;
    }
}

@media only screen and (max-width: 480px) {
    .testimonials-wrapper .testimonials-slider .slick-arrow {
        top: 25%;
    }
}

.testimonials-wrapper .testimonials-slider .slick-arrow.slick-next {
    right: 5px;
}

.testimonials-wrapper .testimonials-slider .slick-arrow.slick-prev {
    left: 5px;
}

.testimonials-wrapper .testimonials-slider .slick-arrow span {
    font-weight: 700;
}


/*responsive start here */

@media only screen and (max-width: 767px) {
    .mastrhead__inner .banner-contentwrap {
        padding: 20px 0;
    }
    .mastrhead__inner .banner-contentwrap .banner-text {
        position: relative;
        -webkit-transform: inherit;
        -ms-transform: inherit;
        transform: inherit;
        left: auto;
        top: auto;
        padding: 20px 0;
    }
    .aboutus__image img {
        display: none;
    }
}