@import url('https://fonts.googleapis.com/css2?family=Open+Sans&family=PT+Serif:wght@400;700&display=swap');

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Open Sans', sans-serif;
    color: #1E1E1E;
    overflow-x: hidden !important;
}

a {
    color: #0A2244;
    text-decoration: none;
}

a:hover {
    color: #0A2244;
}

h1,
h3,
h4,
h5,
h6 {
    font-family: 'PT Serif', sans-serif;
    font-weight: 700;
    color: #0A2244;
}

iframe {
    margin: 0 !important;
    padding: 0 !important;
}

.p-30 {
    padding: 30px 0 30px 0
}

.p-100 {
    padding: 80px 0 80px 0
}

.p-150 {
    padding: 150px 0 150px 0
}

.img-radius {
    border-radius: 50px 0 50px 0;
}

.img-res {
    width: 100%;
    height: auto;
}


/***********************************Header*****************************/

header {
    background-color: #0A2244;
    border: none;
    width: 100%;
    top: 0;
    padding: 15px 0 15px 0;
}

.headerCall img {
    width: 100%;
}

.headcall-det {
    padding-left: 15px;
    padding-right: 15px;
}

.headcall-det span {
    font-family: 'PT Serif';
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 30px;
    color: #fff;
}

.headcall-det a {
    font-family: 'PT Serif';
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 30px;
    color: #fff;
}

.header-area .cta-btn a {
    padding: 10px 20px;
}

.cta-btn a {
    background: #F7BD15;
    border-radius: 50px;
    display: inline-block;
    padding: 10px 80px;
    font-family: 'PT Serif';
    font-weight: 700;
    font-style: normal;
    font-size: 26px;
    line-height: 36px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #0A2244;
}

.cta-btn a.no-bg {
    background: unset;
    color: #0A2244;
    padding: 0px;
    text-decoration: underline;
    font-weight: 400;
}

.main-banner .cta-btn a {
    padding: 10px 80px;
}


/*************************************Sections******************************/

h1 {
    font-family: 'PT Serif';
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 70px;
    letter-spacing: -0.5px;
    text-transform: capitalize;
    color: #fff;
}

h2 {
    font-family: 'PT Serif';
    font-size: 45px;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: 0px;
    text-align: center;
    color: #0A2244;
}

h2::after {
    content: "";
    display: block;
    width: 150px;
    height: 3px;
    background-color: #F7BD15;
    margin: 20px auto 0;
    border-radius: 2px;
}

h3 {
    font-family: 'PT Serif';
    font-weight: 400;
    font-size: 34px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    text-transform: capitalize;
    color: #0A2244;
}

.yellow-bg h2::after,
.leadform h2::after {
    background-color: #fff;
}

.main-banner h4 {
    font-family: 'PT Serif';
    font-weight: 400;
    font-size: 27px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #fff;
}

.main-banner {
    background-image: url(../images/bg-img2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #0A2244;
    z-index: 11;
    position: relative;
}

.main-banner .container,
.main-banner .ban-row {
    height: 100%;
}

.main-banner p {
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    letter-spacing: 0px;
    color: #fff;
    margin: 50px 0px;
}

.main-banner .cta-btn a {
    background-color: #FED214;
    color: #0A2244;
}

.sub-banner h2 {
    margin-bottom: 30px;
}

.sub-banner p,
.right-cont,
.left-arr span {
    color: #555;
    font-family: 'Open Sans';
    font-size: 21px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: left;
    margin-bottom: 40px;
}

blockquote {
    border-left: 5px solid #0A2244;
    padding-left: 15px;
}

.sub-banner p:last-child {
    margin-bottom: 0px;
}

.sub-banner p span {
    font-family: 'PT Serif';
    font-size: 19px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0px;
    text-align: left;
}

.blue-bg {
    background-color: #0A2244;
}

.lightblue-bg {
    background-color: #F0F3FF;
}

.blue-bg h2 {
    color: #fff;
}

.choose-listing {
    margin-top: 50px;
}

.choose-listing img {
    margin-top: 40px;
}

.choose-listing p {
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0px;
    text-align: center;
    color: #fff;
    margin-top: 20px;
}

.sub-banner2 {
    background-image: url(../images/bg-img3.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #f5f4f3;
}

.arrow-cont {
    display: flex;
    gap: 10px;
}

.leadform,
.yellow-bg {
    background-color: #FFCB33;
    position: relative;
}

.leadform .row {
    align-items: center;
    padding: 65px 0px;
    justify-content: end;
}

.leadform p {
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 22px;
    line-height: 34px;
    letter-spacing: 0px;
    text-align: center;
    color: #0A2244;
}

.leadform .cta-btn p {
    font-family: 'PT Serif';
    font-size: 30px;
}

.leadform .cta-btn p a {
    font-weight: 700;
}

.rightform {
    margin-left: 12%;
}

.rightform .enroll-form {
    position: relative;
    padding: 30px;
    background: #fff;
    border: 2px solid #0A2244;
    border-radius: 30px;
    z-index: 1;
    width: 80%;
    margin: 0 auto;
}

.rightform h3 {
    text-align: center;
    font-family: 'PT Serif';
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 29px;
    text-align: center;
    color: #0A2244;
    margin-bottom: 15px;
}

.rightform label {
    font-family: 'Open Sans' !important;
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    line-height: 21px !important;
    color: #1B1B1F !important;
}

.rightform input,.rightform select {
    border: none !important;
    background: #F5F8FC !important;
    border: 1px solid #1B1B1F !important;
    border-radius: 10px !important;
    height: 45px !important;
    width: 100% !important;
    padding: 0px 15px !important;
    font-family: 'Open Sans' !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 21px !important;
    color: #000 !important;
}

.rightform button {
    background: #0A2244 !important;
    border: 0 !important;
    border-radius: 10px !important;
    width: 100% !important;
    display: block !important;
    padding: 10px 50px 10px 50px !important;
    font-family: 'PT Serif' !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 25px !important;
    line-height: 29px !important;
    text-align: center !important;
    letter-spacing: 0.02em !important;
    color: #fff !important;
}

.rightform button:hover {
    background: #0A2244 !important;
    color: #fff !important;
}

.rightform .wpforms-required-label {
    color: #AD0920 !important;
    font-size: 18px;
    position: relative;
    left: -2px;
    font-weight: 600 !important;
    top: 1px;
}

.rightform input.wpforms-error {
    border: 1px solid #d63637 !important;
}

.rightform input:focus,
.rightform input:focus-visible {
    border: 1px solid #0A2244 !important;
    outline: none !important;
    box-shadow: none !important;
}

.rightform .form-control:focus {
    background: #F1F1F1 !important;
    border: none !important;
    box-shadow: none !important;
}

.rightform .wpforms-field {
    margin-bottom: 24px !important;
}

.rightform .wpforms-container .wpforms-field-label {
    margin: 0px 0px 6px 0px !important;
}

.rightform em.wpforms-error {
    padding-left: 0px !important;
    font-size: 12px !important;
    color: #AD0920 !important;
    margin-top: 3px !important;
}

.rightform .wpforms-confirmation-container-full p {
    font-size: 15px !important;
    font-family: 'Open Sans' !important;
    line-height: 28px !important;
}

.rightform div.wpforms-container-full .wpforms-confirmation-container-full {
    background: #F5F8FC !important;
    border: 1px solid #0A2244 !important;
}

.rightform .wpforms-container .wpforms-field {
    padding: 0px !important;
    height: 95px;
    margin-bottom: 5px !important;
    overflow: hidden;
}

.rightform .wpforms-form .wpforms-submit-spinner {
    position: absolute;
    bottom: 15%;
}

.float-text {
    position: relative;
    margin: 35px;
}

.float-text a {
    background: #0A2244E5;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    text-align: center;
    font-family: 'PT Serif';
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    text-transform: capitalize;
    text-decoration: underline;
    color: #fff;
}

.text-bg a {
    background-image: url(../images/campus-bg-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 80%;
    margin: 0 auto;
    display: block;
    padding: 30px 20px;
    margin-bottom: 30px;
    text-align: center;
    font-family: 'PT Serif';
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    text-transform: capitalize;
    text-decoration: underline;
    color: #fff;
}

.early-success h6 {
    font-family: 'PT Serif';
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    text-transform: capitalize;
    color: #0A2244;
    margin-top: 30px;
}

.early-success p {
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 21px;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: center;
    color: #555;
}

.early-success .early-row .col-12 {
    border-right: 2px dotted #555555;
    border-bottom: 2px dotted #555555;
}

.early-success .early-row .col-12:nth-child(3n) {
    border-right: unset;
}

.early-success .early-row .col-12:nth-child(4),
.early-success .early-row .col-12:nth-child(5),
.early-success .early-row .col-12:nth-child(6) {
    border-bottom: unset;
}

.last-section p {
    color: #0A2244;
}

.last-section h5 {
    font-family: 'PT Serif';
    font-weight: 400;
    font-size: 28px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #0A2244;
}

.last-section h2::after {
    margin: 20px auto 0 0;
}

.last-section .cta-btn a {
    background-color: #fff;
}

.videosection h3 {
    text-align: center;
    font-weight: 700;
    font-size: 26px;
    margin-bottom: 15px;
    padding-bottom: 20px;
}

.gray-band {
    background-color: #FED214;
}

.gray-band h3 {
    font-family: 'PT Serif';
    font-size: 30px;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: 0px;
    text-align: center;
    width: 90%;
    margin: 0 auto;
    color: #0A2244;
}

.videosection {
    background: #fff;
}

.videosection iframe,
.videosection video {
    border-radius: 15px;
    z-index: 1;
    position: relative;
}


/*****************************Footer**************************/

.footer-area {
    background-color: #0A2244;
    text-align: center;
}

.footer-area p,
.footer-area a {
    color: #fff;
}

.social-icons ul {
    padding: 0px;
    margin-bottom: 0px;
    list-style-type: none;
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 30px;
    margin-bottom: 10px;
}

footer hr {
    width: 80%;
    border: 1px solid #FED214;
    margin: 28px auto 28px 0px;
}

footer h4 {
    color: #FED214;
    font-family: 'PT Serif';
    font-size: 40px;
    font-weight: 400;
    line-height: 45px;
    text-align: center;
}

footer p {
    font-family: 'Open Sans';
    font-size: 25px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    margin-bottom: 0px;
}

.fticon1 {
    display: inline-block;
    width: 11%;
}

.fticon2 {
    display: inline-block;
    width: 9%;
}

.foot-cta-link img {
    width: 25px;
    margin-right: 10px;
}

.foot-cta-link a {
    font-family: 'PT Serif';
    font-size: 24px;
    font-weight: 400;
    line-height: 29.26px;
    letter-spacing: 0.02em;
    text-align: center;
    color: #0A2244;
    background-color: #FED214;
    border-radius: 50px;
    margin-top: 30px;
    padding: 14px 30px;
}

.foot-cta-link a:hover {
    background-color: #FED214;
}

.footbt-col1 p {
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 26px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: left;
}

.footbt-col2 p {
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.2571428716182709px;
    text-align: right;
}

#colophon {
    display: none !important;
}


/***********************Privacy-Policy*************************/

.privacy-policy-section header {
    padding: 0px !important;
}

.privacy-policy-section h1 {
    font-size: 45px !important;
    text-align: center !important;
}

.privacy-policy-section li {
    margin-bottom: 12px;
}

.privacy-policy-section li:last-child {
    margin-bottom: 20px;
}

.privacy-policy-section strong {
    margin-bottom: 10px !important;
    display: block;
}

.privacy-policy-section {
    margin-bottom: 50px !important;
}

@media (max-width: 767px) {
    .privacy-policy-section ol {
        padding-left: 20px;
    }

    .privacy-policy-section h1 {
        font-size: 36px !important;
        line-height: 40px;
    }
	.rightform .wpforms-container .wpforms-field {
		height:auto;
	}
}

@media (min-width: 1200px) {
    .privacy-policy-section .container {
        padding-left: 0px;
        padding-right: 0px;
    }
}


/***********************Media-Query*************************/

@media (max-width: 767px) {
    h1 {
        font-size: 42px;
        line-height: 52px;
    }

    h2 {
        font-size: 32px;
        line-height: 42px;
    }

    h3 {
        font-size: 24px;
        line-height: 32px;
    }

    .main-banner p {
        font-size: 17px;
        line-height: 26px;
        margin: 24px 0px;
    }

    .headcall-det {
        padding-left: 0px;
        padding-right: 0px;
    }

    .main-banner .cta-btn a.btn-color-1 {
        margin-right: 0px;
        margin-bottom: 15px;
    }

    .main-banner {
        background-color: #0A2244;
        background-image: unset !important;
        height: unset !important;
    }

    .main-banner h4 {
        font-size: 23px;
        line-height: 30px;
    }

    .main-banner p br {
        display: none;
    }

    .sub-banner {
        margin-top: 0px;
        padding-top: 50px !important;
    }

    .sub-banner2 .row {
        flex-direction: column-reverse;
    }

    .sub-banner2 .enrl-cont {
        margin-top: 40px;
    }

    .sub-banner p,
    .sub-banner p span,
    .right-cont,
    .left-arr span {
        font-size: 18px;
        line-height: 27px;
    }

    .sub-banner h2 {
        margin-bottom: 0px;
    }

    .choose-listing p {
        font-size: 18px;
        line-height: 24px;
    }

    .leadform .row {
        padding: 40px 0px;
    }

    .leadform p {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 10px !important;
    }

    .rightform .enroll-form {
        width: 100%;
    }

    .float-text {
        margin: 10px;
    }

    .early-success .early-row .col-12 {
        border-right: unset;
    }

    .early-success .early-row .col-12:nth-child(4),
    .early-success .early-row .col-12:nth-child(5) {
        border-bottom: 2px dotted #555555;
    }

    .last-section h2 {
        margin-bottom: 30px;
    }

    .last-section h5 {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 30px;
    }

    .last-section .cta-btn {
        margin-top: 30px;
    }

    .footbt-col1 p {
        text-align: center;
        font-size: 26px;
        margin-bottom: 30px;
    }

    .gray-band h3 {
        font-family: 'PT Serif';
        font-size: 23px;
        line-height: 34px;
    }

    header {
        padding: 10px 0 10px 0;
    }

    .rightform {
        margin: 20px 0px 20px 0px;
    }

    .videosection iframe {
        margin-bottom: 15px !important;
    }

    .header-area .cta-btn {
        position: fixed;
        bottom: 0;
        width: 100%;
        display: block;
        z-index: 1111;
    }

    .cta-btn a {
        font-size: 16px;
        line-height: 24px;
    }

    .headerCall .d-flex {
        display: block !important;
        text-align: center;
    }

    .headerCall img {
        width: 20%;
    }

    .head-enroll {
        padding-left: 0px !important;
    }

    .header-area .cta-btn a {
        padding: 18px 22px;
        width: 100%;
        border-radius: 0px;
        background-color: #fed214;
        color: #0A2244;
        font-weight: 700;
    }

    .headcall-det a {
        font-size: 12px;
    }

    .social-icons ul {
        justify-content: center;
        margin-top: 15px;
    }

    .fticon1 {
        width: 8%;
    }

    .fticon2 {
        width: 7%;
    }

    .footbt-col2 p {
        text-align: center !important;
        padding-bottom: 40px !important;
    }

    .p-100 {
        padding: 50px 0 50px 0;
    }

    .sub-banner p {
        margin-bottom: 25px;
    }

    .choose-listing .row {
        gap: 0px;
    }

    .choose-listing {
        margin-top: 10px;
    }

    footer h4 {
        font-size: 24px;
        margin-top: 30px;
    }

    footer p {
        font-size: 18px;
        margin-top: 0px;
    }

    .foot-cta-link img {
        width: 18px;
    }

    .foot-cta-link a {
        margin-top: 25px;
    }

}

@media (min-width: 768px) and (max-width: 991px) {

    footer h4 {
        font-size: 24px;
    }

    footer p {
        font-size: 18px;
        margin-top: 20px;
    }

    .foot-cta-link img {
        width: 18px;
    }

    .choose-listing .row {
        gap: 0px;
    }

    .p-100 {
        padding: 50px 0 50px 0;
    }

    .header-area .cta-btn a {
        padding: 5px 8px;
    }

    .fticon1 {
        width: 4.5%;
    }

    .fticon2 {
        width: 5%;
    }

    .main-banner .cta-btn a.btn-color-1 {
        margin-bottom: 15px;
    }

    .choose-listing p {
        font-size: 16px;
        line-height: 21px;
    }

    .float-text {
        margin: 15px;
    }

    .gray-band h3 {
        font-size: 24px;
        line-height: 34px;
    }

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 790px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    h3 {
        font-size: 28px;
    }

    .sub-banner br {
        display: none;
    }

    .last-section h5,
    .choose-listing p {
        font-size: 20px;
    }

    footer p br {
        display: none;
    }

    .footbt-col2 p {
        font-size: 14px;
    }

    .sub-banner p {
        margin-bottom: 15px;
    }

    h1 {
        font-size: 42px;
        line-height: 52px;
    }

    h2 {
        font-size: 32px;
        line-height: 46px;
    }

    .main-banner p br {
        display: none;
    }
}

@media (max-width: 992px) {

    .ban-row .col-md-6 {
        width: 100%;
        max-width: 100%;
    }

    .videosection iframe {
        height: 250px;
    }

    .rightform {
        margin-left: 0%;
    }

    .rightform {
        padding-right: 20px !important;
        padding-left: 20px !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {

    footer h4 {
        font-size: 30px;
    }

    footer p {
        font-size: 18px;
        margin-top: 20px;
    }

    .foot-cta-link img {
        width: 18px;
    }

    .fticon1 {
        width: 7.5%;
    }

    .fticon2 {
        width: 12%;
    }

    .rightform {
        margin-left: 8%;
    }

    .headcall-det a {
        font-size: 23px;
    }

}

@media (max-width: 1400px) {

    footer hr {
        width: 97.5%;
    }

    .footbt-col1 {
        padding-left: 15px !important;
    }

    .footbt-col2 {
        padding-right: 15px !important;
    }
}

@media (min-width: 1200px) and (max-width: 1252px) {
    .header-area .cta-btn a {
        padding: 5px 12px;
    }
}

@media (min-width: 1200px) {

    .tt-img .float-text {
        width: 65%;
        margin: 0 auto;
    }

    .tt-img .text-bg {
        width: 80%;
        margin: 0 auto;
    }

    .headerwidth {
        max-width: 78%;
    }

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1380px;
    }
}

@media (min-width: 1600px) {

    .leadform .row {
        padding: 100px 0px !important;
    }
}