html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    background: #fff;
    font-family: 'DM Sans', sans-serif;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

a {
    text-decoration: none;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}


.nav-top {
    background-color: #151a4b;
    padding: 10px 0px;
}

.navtop-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 18px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.navtop-inner .nt-left {
    display: flex;
    align-items: center;
}

.navtop-inner .nt-left .logo {
    margin-right: 60px;
}

.navtop-contact {
    display: flex;
    align-items: center;
    padding-right: 40px;
    margin-right: 40px;
    position: relative;
}

.navtop-contact:last-child {
    margin-right: 0px;
}

.navtop-contact::after {
    content: '';
    position: absolute;
    right: 0;
    width: 1px;
    height: 150%;
    background-color: rgba(238, 239, 242, 0.2);
    transform: rotateZ(340deg);
}

.navtop-contact:last-child::after {
    display: none;
}

.navtop-contact .ntc-image {
    margin-right: 10px;
    flex-shrink: 0;
}

.navtop-contact .ntc-image img {
    width: 100%;
}

.navtop-contact .ntc-text p {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0px;
}

.navtop-contact .ntc-text a {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin: 0px;
    padding: 0px;
}

.navtop-contact .ntc-text a:hover {
    text-decoration: underline;
}

.navtop-inner .nt-right a.applybtn {
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    background-color: #2b3271;
    padding: 10px 20px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
}

.navtop-inner .nt-right a.applybtn img {
    margin-left: 5px;
}

.navtop-inner .nt-right a.applybtn:hover {
    background-color: #1d83e1;
}

.navbar-wrap {
    box-shadow: 0 1px 1px 0 rgb(32 33 36 / 28%);
}
.navbar-wrap-inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.navbar-wrap .download-prospects a {
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    background-color: #1d83e1;
    padding: 20px 30px 20px 20px;
    display: inline-flex;
    align-items: center;
}

.navbar-wrap .download-prospects a i {
    font-size: 18px;
    margin-right: 10px;
}

.navbar-wrap .download-prospects a:hover {
    background-color: #2a3271;
}

.breakpoint-on .navtop-contact {
    padding: 12px;
    margin: 1px 0px 0px 0px;
    background-color: #1c2252;
}

.breakpoint-on .navtop-contact::after {
    display: none;
}

.breakpoint-on .navtop-contact .ntc-text a {
    font-size: 14px;
}

.breakpoint-on .navtop-contact .ntc-image {
    width: 40px;
}

/* footer :start */
footer {
    background-color: #151a4d;
}

footer a:hover {
    color: #1e83e1 !important;
}

footer .footer-details {
    padding: 60px 0px 80px 0px;
}

footer .footer-details .fdetail-block span.title {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.5px;
    color: #ffffff;
    padding-bottom: 5px;
    margin-bottom: 20px;
    position: relative;
    display: block;
}

footer .footer-details .fdetail-block span.title::after {
    content: '';
    width: 62px;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #1d83e1;
}

footer .footer-details .qlinks {
    list-style: none;
    padding: 0;
    margin: 0;
}

footer .footer-details .qlinks li {
    margin-bottom: 10px;
}

footer .footer-details .qlinks li a {
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
}

footer .footer-details .smedialinks {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

footer .footer-details .smedialinks li {
    margin: 0px 15px 10px 0px;
}

footer .footer-details .smedialinks li a {
    font-size: 22px;
    color: #ffffff;
}

footer .footer-details .fcontactlinks {
    list-style: none;
    padding: 0;
    margin: 0;
}

footer .footer-details .fcontactlinks li {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    display: flex;
    margin-bottom: 15px;
    line-height: 20px;
}

footer .footer-details .fcontactlinks li>div:first-child {
    margin-right: 15px;
}

footer .footer-details .fcontactlinks li.address strong {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
}

footer .footer-details .fcontactlinks li.call a {
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    color: #ffffff;
}

footer .footer-details .fcontactlinks li.mail a {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #ffffff;
    word-break: break-word;
}

footer .footer-copyright {
    font-size: 12px;
    color: #ffffff;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    justify-content: space-between;
    padding: 20px 0px;
}

footer .footer-copyright .fcopy-links>ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

footer .footer-copyright .fcopy-links>ul>li {
    margin-right: 30px;
}

footer .footer-copyright .fcopy-links>ul>li:last-child {
    margin-right: 0;
}

footer .footer-copyright .fcopy-links>ul>li>a {
    font-size: 12px;
    color: #ffffff;
}

/* footer :end */

/* Home banner section :start */
.homebanner-section {
    padding: 160px 0px 120px 0px;
    background-image: url('../images/home-banner.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
}

.homebanner-section .homebanner-caption h1 {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -1px;
    color: #151a4b;
    margin-bottom: 10px;
}

.homebanner-section .homebanner-caption h2 {
    font-size: 68px;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 64px;
    color: #1d83e1;
    margin-bottom: 25px;
}

.homebanner-section .homebanner-caption a {
    font-size: 14px;
    font-weight: 700;
    color: #151a4d;
    display: inline-block;
    border: 1px solid #151a4d;
    border-radius: 20px;
    padding: 7px 33px;
}

.homebanner-section .homebanner-caption a:hover {
    color: #ffffff;
    background-color: #151a4d;
}

/* Home banner section :end */

/* About section :start */
.about-section {
    padding: 50px 0px 100px 0px;
}

.about-section .abtsec-txt {
    display: flex;
    align-items: center;
    height: 100%;
}

.about-section .abtsec-txt h3 {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 3px;
    color: #929292;
    margin-bottom: 10px;
}

.about-section .abtsec-txt span.title {
    font-size: 48px;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 51px;
    color: #151a4b;
    margin-bottom: 20px;
    display: block;
}

.about-section .abtsec-txt p {
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    color: #525252;
    margin-bottom: 25px;
}

.btn-viewmore {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -1px;
    color: #525252;
    display: inline-flex;
    align-items: center;
}

.btn-viewmore img {
    margin-left: 5px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.btn-viewmore:hover {
    color: #1e83e1;
}

.btn-viewmore:hover img {
    margin-left: 10px;
}

/* About section :end */

/* Why Choose section :start */
.whychoose-section {
    background-color: #f5f5f7;
    padding: 70px 0px 50px 0px;
}

.whychoose-section .wcleft {
    margin-bottom: 30px;
}

.whychoose-section .wcleft h4 {
    font-size: 48px;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 51px;
    color: #151a4b;
    margin-bottom: 10px;
}

.whychoose-section .wcleft p {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    color: #151a4b;
    margin-bottom: 0;
}

.owl-whychoose {
    filter: drop-shadow(0px 0px 20px rgba(0, 19, 191, 0.1));
}

.owl-whychoose .item>* {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.wchoose-block {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 30px 30px;
}

.wchoose-block img.wcb-icon {
    width: auto;
    margin-bottom: 10px;
}

.wchoose-block span.title {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.5px;
    line-height: 20px;
    color: #151a4b;
    margin-bottom: 10px;
    display: block;
}

.wchoose-block p {
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    color: #333333;
    margin-bottom: 0px;
}

.wchoose-block:hover {
    background-color: #1e83e1;
}

.wchoose-block:hover span.title,
.wchoose-block:hover p {
    color: #fff;
}

.wchoose-block:hover .wcb-icon {
    -webkit-filter: invert(0) brightness(10);
    filter: invert(0) brightness(10);
}


.whychoose-nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 15px;
}

.whychoose-nav .whychoosenav-button {
    width: 56px;
    height: 56px;
    border: 2px solid #8587a1;
    border-radius: 100px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.whychoose-nav .whychoosenav-button img {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.whychoose-nav .whychoosenav-button.left {
    margin-right: 15px;
}

.whychoose-nav .whychoosenav-button:hover {
    background-color: #1e83e1;
    border-color: #1e83e1;
}

.whychoose-nav .whychoosenav-button:hover img {
    -webkit-filter: invert(1);
    filter: invert(1);
}

/* Why Choose section :end */

/* Opportunities section :start */
.opportunities-section {
    background-image: url('../images/opportunities-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 180px 0px;
}

.opportunities-inner {
    text-align: center;
}

.opportunities-inner figcaption {
    font-size: 48px;
    font-weight: 700;
    letter-spacing: -1.5px;
    line-height: 50px;
    color: #ffffff;
    margin-bottom: 25px;
}

.opportunities-inner figcaption span {
    color: #1d83e1;
}

.opportunities-inner .btn-viewopportunities {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background-color: #1d83e1;
    border-radius: 20px;
    display: inline-block;
    padding: 12px 35px;
}

.opportunities-inner .btn-viewopportunities:hover {
    background-color: #151a4b;
}

/* Opportunities section :end */

/* Gallery section :start */
.gallery-section {
    background-color: #1d83e1;
    padding: 90px 0px;
}

/* .gallery-section .gallerysec-left {
    margin-bottom: 30px;
} */
.gallery-section .gallerysec-left span {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 5px;
    color: #fff;
    margin-bottom: 10px;
    display: block;
}

.gallery-section .gallerysec-left figcaption {
    font-size: 48px;
    font-weight: 400;
    letter-spacing: -2.5px;
    line-height: 51px;
    color: #fff;
    margin-bottom: 0;
}

.gallery-section .gallerysec-left figcaption span {
    font-weight: 700;
}


.gallery-section .gallery-nav {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.gallery-section .gallery-nav .gallerynav-button {
    width: 56px;
    height: 56px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 100px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.gallery-section .gallery-nav .gallerynav-button img {
    -webkit-filter: invert(1);
    filter: invert(1);
    opacity: 0.7;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.gallery-section .gallery-nav .gallerynav-button.left {
    margin-right: 15px;
}

.gallery-section .gallery-nav .gallerynav-button:hover {
    background-color: #1a1f4f;
    border-color: #1a1f4f;
}

.gallery-section .gallery-nav .gallerynav-button:hover img {
    opacity: 1;
}


.galleryimage-outer {
    margin-top: 30px;
}

.owl-gallery .gallery-block {
    border-radius: 30px;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
}

.owl-gallery .gallery-block img {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.owl-gallery .gallery-block:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

/* Gallery section :end */

/* Who We Are section :start */
.whoweare-section {
    padding: 100px 0px;
}

.whoweare-section .wwasec-img img {
    width: 100%;
}

.whoweare-section .wwasec-txt {
    display: flex;
    align-items: center;
    height: 100%;
}

.whoweare-section .wwasec-txt h5 {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 5px;
    color: #929292;
    margin-bottom: 10px;
}

.whoweare-section .wwasec-txt span {
    font-size: 48px;
    font-weight: 700;
    letter-spacing: -1.5px;
    line-height: 43px;
    color: #151a4b;
    margin-bottom: 10px;
    display: block;
}

.whoweare-section .wwasec-txt figcaption {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.5px;
    line-height: 25px;
    color: #151a4b;
    margin-bottom: 10px;
}

.whoweare-section .wwasec-txt p {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    color: #525252;
    margin-bottom: 20px;
}

/* Who We Are section :end */

/* Testimonials section :start */
.testimonials-section {
    padding: 100px 0px;
    background-color: #f5f5f7;
    position: relative;
}

.testimonials-section::after {
    content: '';
    background-image: url('../images/testimonals-txt-bg.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    position: absolute;
    top: 0;
    bottom: 200px;
    left: 0;
    right: 0;
}

.testimonials-section .testimonials-head {
    margin-bottom: 40px;
}

.testimonials-section .testimonials-head h6 {
    font-size: 48px;
    font-weight: 700;
    line-height: 51px;
    letter-spacing: -0.5px;
    color: #151a4b;
    text-align: center;
    margin-bottom: 0;
}



.owl-testimonials {
    filter: drop-shadow(0px 0px 20px rgba(6, 51, 186, 0.1));
}

.testimonial-block .testi-txtbox {
    text-align: center;
    background-color: #fff;
    padding: 60px 60px;
    border-radius: 30px;
    position: relative;
}

.testimonial-block .testi-txtbox::after {
    content: url('../images/owl-testimonials-shape.png');
    position: absolute;
    bottom: -32px;
    left: 0;
    right: 0;
}

.testimonial-block .testi-txtbox p {
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    color: #8b8b8b;
    margin-bottom: 15px;
}

.testimonial-block .testi-txtbox p:last-child {
    margin-bottom: 0px;
}

.testi-client {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
}

.testi-client .client-img {
    width: 64px;
    height: 64px;
    border: 7px solid #d2dfef;
    border-radius: 100%;
    overflow: hidden;
    margin-bottom: 10px;
}

.testi-client .client-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.testi-client span.name {
    font-size: 18px;
    font-weight: 700;
    color: #151a4b;
    margin-bottom: 0px;
    display: block;
}

.testi-client span.postion {
    font-size: 18px;
    font-weight: 500;
    color: #151a4b;
    margin-bottom: 0px;
    display: block;
}
.testi-client span.last {
    font-size: 18px;
    margin-bottom: 0px;
    display: block;
    color: #979393;
    font-weight: 400;
}


.owl-testimonials .owl-prev,
.owl-testimonials .owl-next {
    position: absolute;
    top: 100px;
    transform: translate(0, 50%);
    outline: none;
    font-size: 18px !important;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    opacity: 0.5;
    visibility: visible;
}

.owl-testimonials .owl-prev {
    left: -80px !important;
}

.owl-testimonials .owl-next {
    right: -80px !important;
}

.owl-testimonials .owl-next:hover {
    opacity: 1;
}

.owl-testimonials .owl-prev:hover {
    opacity: 1;
}

/* Testimonials section :end */

/* Why this academy section :start */
.whythisacademy-section {
    padding: 80px 0px;
}

.whythisacademy-section .wta-head-left span {
    font-size: 48px;
    font-weight: 700;
    letter-spacing: -4px;
    color: #151a4b;
    margin-bottom: 7px;
    display: block;
}

.whythisacademy-section .wta-head-left figcaption {
    font-size: 70px;
    font-weight: 700;
    letter-spacing: -4.5px;
    line-height: 60px;
    color: #1d83e1;
    margin-bottom: 0px;
}

.whythisacademy-section .wta-head-right p {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: #151a4b;
    text-align: right;
    margin-bottom: 0px;
}

.whyacademy-wrap {
    margin-top: 40px;
}

.whyacademy-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.whyacademy-list li {
    display: flex;
    margin-bottom: 25px;
}

.whyacademy-list li .wta-list-icon {
    margin-right: 5px;
}

.whyacademy-list li .wta-list-txt figcaption {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 27px;
    color: #1d83e1;
    margin-bottom: 10px;
}

.txt-color-1 {
    color: #151a4b;
}

.txt-color-2 {
    color: #1d83e1;
}

.whyacademy-list li .wta-list-txt p {
    font-size: 16px;
    font-weight: 500;
    color: #525252;
    margin-bottom: 0px;
}



.why-academy-center img {
    transform: scale(1.2);
    /* margin-top: -150px; */
    margin-top: -40%;
}

/* Why this academy section :end */



#backtotop {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 34px;
    height: 34px;
    position: fixed;
    bottom: 105px;
    right: 30px;
    background-color: #1d83e1;
    border-radius: 100px;
    transition: background-color .3s,
        opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#backtotop:hover {
    cursor: pointer;
    background-color: #2a3271;
}

#backtotop.show {
    opacity: 1;
    visibility: visible;
}


/* about cpms :start */
.abtcpms-description {
    padding: 100px 0px;
    background: rgb(214, 233, 250);
    background: -moz-linear-gradient(180deg, rgba(214, 233, 250, 1) 0%, rgba(214, 233, 250, 0) 70%);
    background: -webkit-linear-gradient(180deg, rgba(214, 233, 250, 1) 0%, rgba(214, 233, 250, 0) 70%);
    background: linear-gradient(180deg, rgba(214, 233, 250, 1) 0%, rgba(214, 233, 250, 0) 70%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d6e9fa", endColorstr="#d6e9fa", GradientType=1);
}

.abtcpms-description {
    padding: 100px 0px;
}

.abtcpms-desc-left .title h1 {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 5px;
    color: #929292;
    margin-bottom: 10px;
}

.abtcpms-desc-left .title h2 {
    font-size: 68px;
    font-weight: 700;
    letter-spacing: -3px;
    line-height: 64px;
    color: #151a4b;
    margin-bottom: 10px;
}

.abtcpms-desc-left .quote {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -0.5px;
    line-height: 33px;
    color: #151a4b;
    margin-bottom: 30px;
    display: block;
}

.abtcpms-desc-left p {
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
    color: #525252;
    margin-bottom: 15px;
}
.abtcpms-desc-left p:last-child {
    margin-bottom: 0;
}
.abtcpms-desc-right {
    display: flex;
    align-items: center;
    height: 100%;
}







.aboutcpms-page .abtcpms-programlist {
    background-color: #f2f2f7;
    padding: 100px 0px;
}

.abtcpms-programlist .abtcpms-prgm-head h3 {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -0.5px;
    line-height: 33px;
    color: #151a4b;
    margin-bottom: 0;
}

.aboutcpms-page .abtcpms-prgm-wrap {
    margin-top: 40px;
}

.aboutcpms-page .abtcpms-prgm-wrap>.row>div {
    padding: 0px 5px;
    margin-bottom: 15px;
}

.abtcpms-prgm-wrap .abtcpms-prgm-block {
    width: 100%;
    height: 100%;
    background-color: #1d82e1;
    padding: 20px 5px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
}

.abtcpms-prgm-wrap .abtcpms-prgm-block p {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 20px;
    color: #ffffff;
    margin-bottom: 0;
}

.abtcpms-level {
    background-color: #1d83e1;
    padding: 70px 0px;
}
.abtcpms-level-block .title h4 {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 34px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 5px;
}
.abtcpms-level-block .title h5 {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 34px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 20px;
}
.abtcpms-level-block p {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -1px;
    line-height: 23px;
    color: #ffffff;
    text-align: center;
}


.abtcpms-downloadnow {
    /* transform: translateY(-50%); */
    margin-top: -45px;
}
.abtcpms-downloadnow .downloadnow-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #151a4b;
    padding: 22px 20px;
}
.abtcpms-downloadnow .downloadnow-wrap p {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.5px;
    color: #ffffff;
    margin-bottom: 0;
    margin-right: 15px;
}
.abtcpms-downloadnow .downloadnow-wrap a {
    flex-shrink: 0;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #ffffff;
    display: inline-block;
    padding: 10px 20px;
    border: 2px solid #fff;
    border-radius: 50px;
}
.abtcpms-downloadnow .downloadnow-wrap a:hover {
    color: #151a4b;
    background-color: #ffffff;
}



/* common list :start */
.list-style-1 {
    list-style: none;
    padding: 0;
    margin: 0;
}
.list-style-1 li {
    font-size: 18px;
    font-weight: 700;
    position: relative;
    padding-left: 50px;
}
.list-style-1 li::before {
    position: absolute;
    left: 0;
    top: 0px;
    font-family: "Font Awesome 5 Free";
    font-size: 18px;
    font-weight: 900;
    content: "\f00c";
    width: 44px;
    height: 44px;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.20);
    border-radius: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-left: -50px; */
}
.list-style-1 li span {
    min-height: 44px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
/* common list :end */





.abtcpms-level-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 20px 0px;
}
.abtcpms-level-list li {
    color: #ffffff;
    margin: 10px 30px 10px 0px;
}
.abtcpms-level-list li:last-child {
    margin-right: 0px;
}


.abtcpms-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 30px 0px;
}
.abtcpms-list li {
    width: calc(33.33% - 20px);
    color: #000000;
    margin: 20px 0px 20px 0px;
    line-height: 20px;
}
.abtcpms-list li::before {
    color: #000000;
    background-color: rgba(29, 130, 225, 0.20);
}


.abtcpms-bottom {
    padding: 90px 0px 90px 0px;
}
.abtcpms-bottom .abtcpms-bottom-head p {
    font-size: 24px;
    font-weight: 700;
    line-height: 31px;
}

.abtcpms-level-count {
    margin-bottom: 40px;
}
.abtcpms-level-count ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
}
.abtcpms-level-count ul li {
    position: relative;
    margin-right: 20px;
    z-index: 2;
}
.abtcpms-level-count ul li::after {
    content: '';
    position: absolute;
    top: 50%;
    bottom: 0;
    right: 0;
    width: 20px;
    height: 15px;
    background-color: #fff;
    transform: translateY(-50%) translateX(100%);
    z-index: 1;
}
.abtcpms-level-count ul li:last-child::after {
    display: none;
}
.abtcpms-level-count ul li button {
    font-size: 24px;
    font-weight: 700;
    line-height: 37px;
    width: 140px;
    height: 140px;
    color: #151a4b;
    background-color: #ffffff !important;
    border-radius: 100% !important;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.abtcpms-level-count ul li button:hover,
.abtcpms-level-count ul li button.active {
    color: #ffffff !important;
    background-color: #151a4b !important;
}
.abtcpms-level-count ul li:last-child {
    margin-right: 0;
}
.abtcpms-level-count ul li span {
    font-size: 48px;
    display: block;
}
/* about cpms :end */
/* Who We Are :start */
.about-description {
    padding: 100px 0px;
    background: rgb(214, 233, 250);
    background: -moz-linear-gradient(180deg, rgba(214, 233, 250, 1) 0%, rgba(214, 233, 250, 0) 70%);
    background: -webkit-linear-gradient(180deg, rgba(214, 233, 250, 1) 0%, rgba(214, 233, 250, 0) 70%);
    background: linear-gradient(180deg, rgba(214, 233, 250, 1) 0%, rgba(214, 233, 250, 0) 70%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d6e9fa", endColorstr="#d6e9fa", GradientType=1);
}
.about-description {
    padding: 100px 0px;
}
.whoweare-page .about-description {
    padding-top: 140px;
}
.abt-desc-left .title h1 {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 5px;
    color: #929292;
    margin-bottom: 10px;
}
.abt-desc-left .title h2 {
    font-size: 68px;
    font-weight: 700;
    letter-spacing: -3px;
    line-height: 64px;
    color: #151a4b;
    margin-bottom: 10px;
}

.abt-desc-left .quote {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -0.5px;
    line-height: 33px;
    color: #151a4b;
    margin-bottom: 30px;
    display: block;
}

.abt-desc-left p {
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
    color: #525252;
    margin-bottom: 15px;
}
.abt-desc-left p:last-child {
    margin-bottom: 0;
}
.apply-academy {
    width: 100%;
    height: 100%;
    background-image: url('../images/apply-academy.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 30px;
    overflow: hidden;
    padding: 60px 30px 30px 50px;
    margin-top: 80px;
    color: #fff;
    position: relative;
}
.apply-academy::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}
.apply-academy > div {
    position: relative;
    z-index: 2;
}
.apply-academy h4 {
    font-size: 48px;
    font-weight: 700;
    letter-spacing: -0.7px;
    line-height: 40px;
    color: inherit;
    margin-bottom: 5px;
}
.apply-academy p {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.5px;
    color: inherit;
    margin-bottom: 10px;
}
.apply-academy a.applyonline {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: -0.5px;
    color: #1d83e1;
    padding: 9px 22px;
    background-color: #fff;
    display: inline-flex;
    align-items: center;
    border-radius: 50px;
    overflow: hidden;
    float: right;
}
.apply-academy a.applyonline img {
    margin-left: 5px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.apply-academy a.applyonline:hover {
    color: #ffffff;
    background-color: #1d83e1;
}
.apply-academy a.applyonline:hover img {
    -webkit-filter: invert(0) sepia(1) brightness(2);
    filter: invert(0) sepia(1) brightness(2);
}

.about-description .abt-desc-right .whoweare-desc-rightimg {
    margin-top: -110px;
}
.about-description .abt-desc-right .whoweare-desc-right {
    color: #fff;
    background-color: #1d83e1;
    padding: 60px 50px 50px 50px;
    margin: -30px 24px 0px 24px;
    border-radius: 60px;
    overflow: hidden;
}
.about-description .abt-desc-right .whoweare-desc-right > h4 {
    font-size: 18px;
    font-weight: 700;
    font-style: italic;
    letter-spacing: -0.5px;
    color: inherit;
    margin-bottom: 0px;
}
.about-description .abt-desc-right .whoweare-desc-right .wwa-right-list {
    margin-top: 20px;
}
.about-description .abt-desc-right .whoweare-desc-right .wwa-right-list li {
    margin-bottom: 10px;
}
.whoweare-page .whythisacademy-section {
    background-color: #f5f5f7;
}
/* Who We Are :end */
/* Our Team :start */
.ourteam-page .ourteam-head {
    padding: 120px 0px 50px 0px;
    background: rgb(214, 233, 250);
    background: -moz-linear-gradient(180deg, rgba(214, 233, 250, 1) 0%, rgba(214, 233, 250, 0) 70%);
    background: -webkit-linear-gradient(180deg, rgba(214, 233, 250, 1) 0%, rgba(214, 233, 250, 0) 70%);
    background: linear-gradient(180deg, rgba(214, 233, 250, 1) 0%, rgba(214, 233, 250, 0) 70%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d6e9fa", endColorstr="#d6e9fa", GradientType=1);
}
.abtjobhead-left {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}
.inner-header-title h1 {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 5px;
    color: #929292;
    margin-bottom: 10px;
}
.inner-header-title h2 {
    font-size: 68px;
    font-weight: 700;
    letter-spacing: -3px;
    line-height: 64px;
    color: #151a4b;
    margin-bottom: 20px;
}
.inner-header-title p {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -0.5px;
    line-height: 33px;
    color: #151a4b;
    margin-bottom: 15px;
    display: block;
}
.ourteam-head .ourteam-head-right {
    text-align: right;
}
.ourteam-head .ourteam-head-right p {
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
    color: #525252;
    margin-bottom: 15px;
}
.team-members-wrap {
    margin-bottom: 120px;
}
.team-members-wrap .row {
    padding: 30px 0px;
}
.team-members-wrap .member-image {
    width: 100%;
    height: auto;
    border-radius: 20px;
    overflow: hidden;
}
.team-members-wrap .member-image img {
    width: 100%;
    height: 100%;
}
.team-members-wrap .member-details {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 30px;
}
.team-members-wrap .member-details h3 {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.5px;
    line-height: 24px;
    color: #151a4b;
    margin-bottom: 5px;
}
.team-members-wrap .member-details h4 {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.5px;
    line-height: 24px;
    color: #151a4b;
    margin-bottom: 15px;
}
.team-members-wrap .member-details p {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.5px;
    line-height: 27px;
    color: #525252;
    margin-bottom: 0px;
}

.team-members-wrap .row:nth-child(even) {
    flex-direction: row-reverse;
}
.team-members-wrap .row:nth-child(even) .member-details {
    padding-left: 0px;
    padding-right: 30px;
}
/* Our Team :end */
/* about the job :start */
.aboutthejob-head {
    padding: 120px 0px 80px 0px;
    background: rgb(214, 233, 250);
    background: -moz-linear-gradient(180deg, rgba(214, 233, 250, 1) 0%, rgba(214, 233, 250, 0) 70%);
    background: -webkit-linear-gradient(180deg, rgba(214, 233, 250, 1) 0%, rgba(214, 233, 250, 0) 70%);
    background: linear-gradient(180deg, rgba(214, 233, 250, 1) 0%, rgba(214, 233, 250, 0) 70%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d6e9fa", endColorstr="#d6e9fa", GradientType=1);
}
.abtjobhead-l-list {
    padding-top: 10px;
}
.abtjobhead-l-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.abtjobhead-l-list ul li {
    width: calc(50% - 10px);
    letter-spacing: -1px;
    margin-bottom: 15px;
}
.abtjobhead-l-list ul li::before {
    background-color: rgba(29, 130, 225, 0.2);
}
.abtjobhead-right {
    margin-top: -100px;
}

.aboutthejob-qa {
    padding: 0px 0px 80px 0px;
}

.abtjob-qa-accordion {
    padding-top: 30px;
}
.abtjob-qa-accordion .accordion-button {
    font-size: 18px;
    font-weight: 700;
    color: #151a4b;
    padding: 11px 0px;
}
.abtjob-qa-accordion .accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
}
.abtjob-qa-accordion .accordion-button:focus {
    box-shadow: none;
}
.abtjob-qa-accordion .accordion-button::after {
    content: '+';
    font-size: 28px;
    font-weight: 700;
    color: #151a4b;
    background: none;
    width: auto;
    height: auto;
}
.abtjob-qa-accordion .accordion-body {
    padding-left: 0;
    padding-right: 0;
}
.abtjob-qa-accordion .accordion-body p {
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
    color: #525252;
    margin-bottom: 15px;
}
.abtjob-qa-accordion .accordion-button:not(.collapsed)::after {
    content: '-';
    background: none;
    transform: rotate(0deg);
}
.abtjob-qa-accordion .accordion-flush .accordion-item:first-child {
    border-top: 1px solid #d0d1db;
}
.abtjob-qa-accordion .accordion-flush .accordion-item:last-child {
    border-bottom: 1px solid #d0d1db;
}

.careergrowth-section {
    background-color: #1d83e1;
    padding: 100px 0px;
}
.careergrowth-section .careergrow-left {
    width: 100%;
    height: 100%;
    background-image: url('../images/graphy-bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: flex;
    align-items: center;
}
.careergrowth-section .careergrow-left h4 {
    font-size: 68px;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 71px;
    color: #ffffff;
    margin: 0px;
}

.aboutthejob-quote {
    padding: 150px 0px;
}
.aboutjobqu-wrap .quote-block {
    position: relative;
    padding: 0px 65px 0px 65px;
}
.aboutjobqu-wrap .quote-block::before {
    content: url('../images/quotes-open.png');
    position: absolute;
    top: -20px;
    left: 0;
}
.aboutjobqu-wrap .quote-block::after {
    content: url('../images/quotes-close.png');
    position: absolute;
    bottom: -28px;
    right: 0;
}
.aboutjobqu-wrap .quote-block h5 {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 33px;
    color: #4f4f4f;
    text-align: center;
    margin-bottom: 0;
}
.aboutjobqu-wrap p.quote-name {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.5px;
    color: #4f4f4f;
    text-align: center;
    margin: 25px 0px 0px 0px;
}
/* about the job :end */

/* Contact :start */
.contact-sec-top {
    padding: 150px 0px;
    background: rgb(214, 233, 250);
    background: -moz-linear-gradient(180deg, rgba(214, 233, 250, 1) 0%, rgba(214, 233, 250, 0) 70%);
    background: -webkit-linear-gradient(180deg, rgba(214, 233, 250, 1) 0%, rgba(214, 233, 250, 0) 70%);
    background: linear-gradient(180deg, rgba(214, 233, 250, 1) 0%, rgba(214, 233, 250, 0) 70%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d6e9fa", endColorstr="#d6e9fa", GradientType=1);
}
.contact-sec-top .container {
    border-radius: 50px;

    background: rgb(255,255,255);
    background: -moz-linear-gradient(-90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 70%, rgba(255,255,255,0) 75%);
    background: -webkit-linear-gradient(-90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 70%, rgba(255,255,255,0) 75%);
    background: linear-gradient(-90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 70%, rgba(255,255,255,0) 75%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}
.contact-sec-top .cstop-left {
    position: relative;
}
.contact-sec-top .cstop-left img {
    position: absolute;
    right: 0;
    transform: translateY(-8%);
}
.contact-sec-top .cstop-right {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 70px 0px;
}
.contact-sec-top .cstop-right img.logo {
    margin-bottom: 30px;
}
.contact-sec-top .cstop-right h1 {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.5px;
    line-height: 25px;
    color: #1d83e1;
    margin-bottom: 10px;
}
.contact-sec-top .cstop-right p {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.5px;
    line-height: 28px;
    color: #151a4b;
    margin-bottom: 0;
}


.cm-block {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 12px;
}
.cm-block.call {
    background-color: #151a4b;
}
.cm-block.mail {
    background-color: #1d83e1;
}
.cm-block .cmb-image {
    margin-right: 10px;
    flex-shrink: 0;
}
.cm-block .cmb-text a {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 34px;
    color: #ffffff;
    display: block;
    word-wrap: break-word;
    word-break: break-word;
}
.cm-block .cmb-text a:hover {
    text-decoration: underline;
}

.g-map {
    width: 100%;
    height: 370px;
    position: relative;
}
.g-map iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.enquirenow-section {
    background-color: #f4f4f5;
    padding: 70px 0px;
}
.enquirenow-section .enqnow-title {
    font-size: 48px;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 52px;
    color: #151a4b;
    margin-bottom: 30px;
}
.enquirenow-form .form-control {
    font-size: 14px;
    color: #151a4b;
    background-color: #ffffff;
    border: 0;
    border-radius: 10px;
    padding: 15px 24px;
}
.enquirenow-form .btn-enquirenow {
    width: 460px;
    height: 50px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -0.5px;
    color: #ffffff;
    text-transform: uppercase;
    background-color: #1d83e1;
    padding: 10px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.enquirenow-form .btn-enquirenow img {
    margin-left: 10px;
    opacity: 0.5;
    -webkit-filter: invert(1);
    filter: invert(1);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.enquirenow-form .btn-enquirenow:hover {
    background-color: #151a4d;
}
.enquirenow-form .btn-enquirenow:hover img {
    opacity: 1;
}

.enquirenow-form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #b1b1b1;
}
.enquirenow-form ::-moz-placeholder { /* Firefox 19+ */
    color: #b1b1b1;
}
.enquirenow-form :-ms-input-placeholder { /* IE 10+ */
    color: #b1b1b1;
}
.enquirenow-form :-moz-placeholder { /* Firefox 18- */
    color: #b1b1b1;
}
/* Contact :end */

/* How to Apply :start */
.howtoapply-page {
    padding: 100px 0px;
    background: rgb(214, 233, 250);
    background: -moz-linear-gradient(180deg, rgba(214, 233, 250, 1) 0%, rgba(214, 233, 250, 0) 70%);
    background: -webkit-linear-gradient(180deg, rgba(214, 233, 250, 1) 0%, rgba(214, 233, 250, 0) 70%);
    background: linear-gradient(180deg, rgba(214, 233, 250, 1) 0%, rgba(214, 233, 250, 0) 70%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d6e9fa", endColorstr="#d6e9fa", GradientType=1);
}
.howtoapply-section .howtoapplysec-wrap {
    background-color: #fff;
    border-radius: 10px;
    padding: 50px 50px;
    box-shadow: 0px 5px 25px -20px rgb(0 19 191 / 60%);
}
.howtoapplysec-wrap .title h1 {
    font-size: 48px;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 52px;
    color: #151a4b;
    margin-bottom: 25px;
}

.application-form .form-label {
    font-size: 14px;
    font-weight: 700;
    color: #000000;
    letter-spacing: -0.5px;
    margin-bottom: 5px;
}
.application-form .form-label span {
    color: #cc0000;
}
.application-form .form-control {
    font-size: 14px;
    color: #151a4b;
    background-color: #ffffff;
    border: 2px solid #ededed;
    border-radius: 5px;
    padding: 15px 24px;
}
.application-form .form-select2 {
    font-size: 14px;
    color: #151a4b;
    background-color: #ffffff;
    border: 2px solid #ededed;
    border-radius: 5px;
    /* padding: 15px 24px; */
    height: 55px;
    line-height: 55px;
}
.application-form .form-select2.nice-select .list {
    width: 100%;
    max-height: 200px;
    overflow: auto;
}
.application-form .note h4 {
    font-size: 24px;
    font-weight: 400;
    letter-spacing: -0.5px;
    color: #151a4b;
    margin-bottom: 0px;
    margin-top: 30px;
}
.application-form .note h4 strong {
    font-weight: 700;
}
.application-form .btn-apply {
    width: 100%;
    height: 50px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.5px;
    color: #ffffff;
    text-transform: uppercase;
    background-color: #1d83e1;
    padding: 10px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.application-form .btn-apply img {
    margin-left: 10px;
    opacity: 0.5;
    -webkit-filter: invert(1);
    filter: invert(1);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.application-form .btn-apply:hover {
    background-color: #151a4d;
}
.application-form .btn-apply:hover img {
    opacity: 1;
}
/* How to Apply :end */

.termsnconditions-page {
    padding: 100px 0px;
    background: rgb(214, 233, 250);
    background: -moz-linear-gradient(180deg, rgba(214, 233, 250, 1) 0%, rgba(214, 233, 250, 0) 70%);
    background: -webkit-linear-gradient(180deg, rgba(214, 233, 250, 1) 0%, rgba(214, 233, 250, 0) 70%);
    background: linear-gradient(180deg, rgba(214, 233, 250, 1) 0%, rgba(214, 233, 250, 0) 70%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d6e9fa", endColorstr="#d6e9fa", GradientType=1);
}

.privacypolicy-page {
    padding: 100px 0px;
    background: rgb(214, 233, 250);
    background: -moz-linear-gradient(180deg, rgba(214, 233, 250, 1) 0%, rgba(214, 233, 250, 0) 70%);
    background: -webkit-linear-gradient(180deg, rgba(214, 233, 250, 1) 0%, rgba(214, 233, 250, 0) 70%);
    background: linear-gradient(180deg, rgba(214, 233, 250, 1) 0%, rgba(214, 233, 250, 0) 70%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d6e9fa", endColorstr="#d6e9fa", GradientType=1);
}
.privacypolicy-page p {
    font-size: 16px;
    font-weight: 500;
}


.ol-liststyle-1 li::marker {
    font-size: 16px;
    font-weight: 700;
}
.ol-liststyle-1 li {
    font-size: 16px;
    font-weight: 500;
    padding-left: 10px;
    margin-bottom: 10px;
}
.ol-liststyle-1 li ol {
    margin-top: 20px;
}


.section-title h1 {
    font-size: 68px;
    font-weight: 700;
    letter-spacing: -3px;
    line-height: 64px;
    color: #151a4b;
    margin-bottom: 30px;
    text-align: center;
}

.section-sub-title {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: -0.5px;
    line-height: 33px;
    color: #151a4b;
    padding-top: 10px;
    margin-bottom: 10px;
    display: block;
}

.section-404 {
    padding: 200px 0px;
}
.section-404 h3 {
    font-size: 200px;
    font-weight: 700;
    line-height: 150px;
    margin-bottom: 20px;
    color: #171949;
    text-align: center;
}
.section-404 p {
    font-size: 34px;
    margin-bottom: 0;
    line-height: 26px;
    color: #000000;
    text-align: center;
}
.whatsapp-button {
    background: #2DB742;
    padding: 0 25px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    font-size: 16px;
    color: #fff;
    z-index: 9;
    border-radius: 5px;
    height: 50px;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
            align-items: center;
}
.whatsapp-button i {
    font-size: 25px;    
    margin: 0 10px 0 0;
}
.whatsapp-button:hover {
    color: #FFF;
    background: #017612;
}
.news-slide {
    padding: 0;
    background: #f5f5f5;
    width: 100%;
    padding: 0 20px;
    overflow: hidden;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
            align-items: center;
}
.news-slide span.title {
    height: 56px;
    background: #151a4b;
    display: flex;
    margin: 0 20px 0 0;
    color: #FFF;
    font-size: 16px;
    min-width: 140px;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 9;
    margin-left: -20px;
}
.news-slide p {
    margin: 0;
    font-size: 16px;
    margin-right: 0;
    padding: 15px 0;
}
.news-slide p span {
    margin: 0 30px 0 0;
}
.news-slide p label {
    font-weight: 700;
    color: #151a4b;
    font-weight: 700;
}
.list-style-2 {
    margin: 0;   
    padding: 0;
    list-style: none;
    font-size: 16px;
}
.list-style-2 li {
    padding: 0 0 0 20px;
    position: relative;
}
.list-style-2 li::after {
    width: 8px;
    height: 8px;
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    background: #1d82e1;
    -webkit-border-radius: 50%;
            border-radius: 50%;
}
.program-imparts .modal-body {
    padding: 25px 30px;
}
.program-imparts .btn-close {
    background: #1d82e1;
    opacity: 1;
    color: #fff;
    padding: 0;
    line-height: normal;
    width: 25px;
    height: 25px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
}
.program-imparts .btn-close:hover {
    background: #000;
    color: #fff;
}

.faq-page {
    padding-bottom: 40px;
}
.faq-page .faq-head {
    padding: 120px 0px 50px 0px;
    background: rgb(214, 233, 250);
    background: -moz-linear-gradient(180deg, rgba(214, 233, 250, 1) 0%, rgba(214, 233, 250, 0) 70%);
    background: -webkit-linear-gradient(180deg, rgba(214, 233, 250, 1) 0%, rgba(214, 233, 250, 0) 70%);
    background: linear-gradient(180deg, rgba(214, 233, 250, 1) 0%, rgba(214, 233, 250, 0) 70%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d6e9fa", endColorstr="#d6e9fa", GradientType=1);
}
.faq-page h3 {
    font-size: 25px;
    font-weight: 700;
}
.faq-page p {
    font-size: 18px;
}
.faq-page .cell {
    margin: 0 0 50px 0;
}