/*--------------
inner
--------------*/

.padd-l-0 {
    padding-left: 0px;
    padding-right: 0px;
}

.ma-top-15 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.terms {
    padding: 30px 0px;
}

.terms h4 {
    font-size: 24px;
    font-weight: 600;
}

.terms-heading {
    font-size: 25px;
    margin-top: 25px;
    line-height: 38px;
    text-transform: capitalize;
    font-weight: 600;
}

.terms ul {
    list-style-type: lower-alpha;
    padding: 0px 0px 0px 20px;
}

.terms ul li {
    padding: 8px 0px;
}

.sub-para {
    font-size: 18px;
    font-weight: 600;
    color: var(--website-primary);
    font-style: italic;
}

/*--------------
Contact
--------------*/

.contact-box {
    padding: 40px !important;
    box-shadow: 0 5px 15px 0 rgba(62, 65, 159, .1);
    background: #fff;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
    border-radius: 20px;
}

.contact-icon {
    background: #f5f5f5;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    margin: 0 auto;
    background: var(--website-primary-gradient);
}

.contact-icon i {
    color: #fff;
    font-size: 40px;
}

.contact-box img {
    width: 40px;
}

.contact-box .heading {
    font-size: 23px !important;
    line-height: 28px;
    margin: 0px;
    padding-bottom: 0px;
    margin-top: 15px;
}

.contact-box p {
    margin: 10px 0px 0px !important;
    font-size: 16px;
    text-align: center;
}

.contact-box .heading::after {
    margin-top: 5px;
}

.second-text-style {
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0px 0px !important;
}

.contact-heading {
    font-size: 23px !important;
    line-height: 28px;
    margin: 0px;
    padding-bottom: 0px;
    margin-top: 15px;
    text-transform: uppercase;
    color: #2d2d2d !important;
}


.bank-details {
    background: url(../img/bank-section-bg.jpg) fixed #fff;
    padding: 0px 0;
}


.bank-details  .background-img {
    position: relative;
    width: 100%;
    display: block;
    padding: 5em 0px;
}
.bank-details .background-img:before {
    position: absolute;
    content: '';
    backdrop-filter: blur(1px);
    background-color: rgb(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.bank-details .heading {
    color: #fff !important;
}

.bank-details h2 {
    color: #fff !important;
    font-weight: 600;
}

.bank-details p {
    color: #fff !important;
    font-size: 18px;
    text-transform: capitalize;
}

.bank-logo-wrapper {
    display: flex;
    align-items: center;
    border-radius: 20px;
	overflow: hidden;
}

.bank-details .bank-logo {
    width: 50%;
    margin: 0px auto;
    position: absolute;
    background: #fff;
    padding: 15px;
}


/*--------------
Core Value
--------------*/
.value-tagline h3 {
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    line-height: 50px;
}

.value-tagline h4 {
    font-size: 40px;
    font-weight: 600;
    color: #009f3c !important;
    text-align: center;
    text-transform: uppercase;
    line-height: 50px;
}

.core-value-box .heading {
    font-size: 24px !important;
    line-height: 32px;
    margin: 0px 0px 15px;
    padding-bottom: 0px;
    text-align: left;
}

.core-value-box .heading::after {
    margin-top: 5px;
}

.core-value-box {
    box-shadow: 0 5px 15px 0 rgba(62, 65, 159, .1);
    background: #fff;
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 20px;
    overflow: hidden;
}

.core-value-box-content {
    padding: 30px !important;
}

.value-head {
    font-size: 35px;
    font-weight: 600;
    line-height: 45px;
    color: #ea8300 !important;
    text-transform: uppercase;
    text-align: center;
}

.value-subhead {
    font-size: 33px;
    line-height: 43px;
    color: #41516a !important;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
}

/*--------------
vision Page
--------------*/

.vision-section {
    padding: 50px 0px;
    background: url(../img/bg-1.png);
}

.visionary-box {
    background: #fff;
    box-shadow: 0 5px 15px 0 rgba(62, 65, 159, .1);
    background: #fff;
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 20px;
    overflow: hidden;
    padding: 35px;
}

.visionary-box h3 {
    margin: 0px 0px 15px;
    padding: 0px;
    text-transform: capitalize;
}

.visionary-box  .icon-box {
    background: #f5f5f5;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    background: var(--website-primary-gradient);
    text-align: center;
    margin-bottom: 15px;
}

.visionary-box  .icon-box i {
    color: #fff;
    font-size: 40px;
}

.visionary-box .icon-box img {
    width: 40px;
}


/*--------------
FAQ
--------------*/


.acc h3 {
    cursor: pointer;
    position: relative;
    padding: 20px !important;
    box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.08);
    background: #fff;
    margin: 10px 0px;
    font-size: 18px;
}

.acc h3:after {
    content: '+';
    position: absolute;
    right: 20px;
    font-size: 40px;
    top: 50%;
    transform: translateY(-50%);
}

.acc.active h3:after {
    content: '-';
}

.content {
    background-color: #fff;
    display: none;
}

.content-inner {
    padding: 15px;
}

.content * {
    margin-top: 0;
    line-height: 1.5;
}

.acc {
    border-bottom: 1px solid #fff;
}

/*--------------
Vnext Changes
--------------*/


.master-wrapper-page {
    width: 100%;
}

.center-1 {
    margin-top: 0px;
}

.topic-page .page-title {
    background: url(../img/inner-banner.png);
    background-size: cover;
    background-position: center;
}

    .topic-page .page-title h1 {
        padding-top: 120px;
        padding-bottom: 120px;
        color: #fff !important;
        font-size: 50px;
        text-transform: uppercase;
        font-weight: 600;
        text-align: center;
    }

@media (min-width: 1024px) {

    .lightbox-controls {
        bottom: -50px;
    }

    .lightbox:hover .lightbox-controls {
        bottom: 10px;
    }
}


@media(max-width:768px) {
    .topic-page .page-title h1 {
        padding-top: 90px !important;
        padding-bottom: 90px !important;
        font-size: 35px;
        font-weight: 600;
    }
    .vision-section {
        padding: 30px 0px;
    }
    .sub-para-mission {
        font-size: 15px;
        line-height: 25px !important;
    }
    .vision-section h3 {
        font-size: 25px;
    }
    .visionary-box {
        padding: 20px !important;
        width: calc(100% - 0px);
        margin: 15px 0px;
    }
    .visionary-box .heading {
       font-size: 22px !important;
       line-height: 30px !important;
    }
    .visionary-box img {
      width: 60px;
    }
    .core-mission-box {
      padding: 20px !important;
      width: calc(100% - 30px);
      margin: 15px 15px;
    }
    .core-mission-box .heading {
      font-size: 22px !important;
      line-height: 30px;
    }
    .terms {
        padding: 0px 0px 30px;
    }
    .acc h3 {
        padding: 10px 30px 10px 10px !important;
        font-size: 16px;
        line-height: 25px;
        margin: 5px 0px;
    }
    .acc h3:after {
       right: 10px;
       font-size: 35px;
   }
   .contact-box {
       padding: 20px !important;
   }
   .contact-box img {
      width: 60px;
   }
    .contact-box .heading::after {
        margin: 5px 0px;
    }
    .contact-box p {
        font-size: 14px;
        text-align: left;
    }
    .bank-details h2 {
        text-align: center;
    }
    .bank-details p {
        text-align: center;
        font-size: 16px;
    }
}

@media (max-width: 600px) {
    .master-column-wrapper {
        margin: 0 0px;
    }

    .topic-page .page-title h1 {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
        font-size: 35px;
        font-weight: 600;
    }
}