body {
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.6em;
    letter-spacing: 0.5px;
    min-width: 320px;
    background: #ffffff;
}





/*HEADER*/
.header .main-nav {
    height: 110px;
    z-index: 3;
    transition: background 0.2s ;
    background: rgba(26, 76, 113, 1);
    color: #af1610;
    border: none;
}

@media (max-width: 1199px) {
    .header .main-nav {
        height: auto !important;
        background: rgba(0,0,0,0.8) !important;
    }
}

.header .main-nav .navbar-header {
    height: 110px;
}

@media (max-width: 767px) {
    .header .main-nav {
        height: 90px;
    }

    .header .main-nav .navbar-header {
        height: 90px;
    }
}

.header .main-nav .navbar-brand img {
    width: 204px;
    height: auto;
    display: block;
    position: relative;
    top: 4px;
}

@media (max-width: 767px) {
    .header .main-nav .navbar-brand img {
        width: 150px;
    }
}

.header .main-nav .navbar-brand img:hover {
    opacity: 0.8;
}

.header .main-nav .navbar-collapse {
    border: none;
    max-height: none;
}

@media (max-width: 1199px) {
    .header .main-nav .navbar-collapse {
        /*background: rgba(0,0,0,0.9);*/
    }
}

.header .main-nav .navbar-right {
    margin-top: 43px;
}

.header .main-nav .navbar-right li {
    margin-left: 30px;
}

.header .main-nav .navbar-right li a {
    padding: 0;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
}

@media (max-width: 1199px) {
    .header .main-nav .navbar-right {
        margin-top: 20px;
    }

    .header .main-nav .navbar-right li {
        margin-left: 15px;
        margin-bottom: 15px;
    }
}

.header .main-nav .navbar-right li a:hover {
    opacity: 0.8;
}

.header .main-nav .navbar-right li.apply a {
    border: 1px solid #af1610;
    padding: 10px 20px;
    border-radius: 5px;
    display: block;
    margin-top: -10px;
    margin-right: 20px;
    transition: background 0.2s ;
}

.header .main-nav .navbar-right li.apply a:hover {
    background: rgba(255,255,255,0.9);
    color: #4AA34E;
}

@media (max-width: 1199px) {
    .header .main-nav .navbar-right li.apply a {
        border: none;
        padding: 0;
        border-radius: 0;
        margin-top: 0;
        margin-right: 0;
    }
}

.header .main-nav .navbar-toggle:active,
.header .main-nav .navbar-toggle:hover,
.header .main-nav .navbar-toggle:focus,
.header .main-nav .navbar-toggle:visited {
    background: none;
}

.header .main-nav .navbar-toggle .icon-bar {
    background: #ffffff;
}

.header .main-nav .navbar-toggle {
    margin-top: 0;
    margin-bottom: 0;
    top: 35px;
}

@media (max-width: 767px) {
    .header .main-nav .navbar-toggle {
        top: 26px;
    }
}





/*MAIN CONTENT*/

/*HERO SECTION*/
.main-content .hero-section {
    padding-top: 160px;
    background: url("../images/bg-hero.jpg") no-repeat center;
    color: #ffffff;
    position: relative;
    z-index: 0;
    height: 800px;
    background-size: cover;
}

@media (max-width: 991px) {
    .main-content .hero-section {
        height: 700px;
    }
}

@media (max-width: 767px) {
    .main-content .hero-section {
        height: 600px;
    }
}

.main-content .hero-section .line01 {
    font-size: 47px;
    margin-bottom: 30px;
    margin-top: 110px;
}

.main-content .hero-section .line01 span {
    font-weight: 700;
}

@media (max-width: 767px) {
    .main-content .hero-section .line01 {
        font-size: 37px;
        text-align: center;
        margin-top: 50px;
    }

    .main-content .hero-section .line01 span {
        display: block;
        margin-bottom: 20px;
    }
}

@media (max-width: 550px) {
    .main-content .hero-section .line01 {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .main-content .hero-section .line01 span {
        margin-bottom: 15px;
    }
}

.main-content .hero-section .line02 {
    font-size: 37px;
    margin-bottom: 25px;
}

@media (max-width: 767px) {
    .main-content .hero-section .line02 {
        font-size: 30px;
        text-align: center;
    }
}

.main-content .hero-section .line03 {
    font-size: 18px;
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .main-content .hero-section .line03 {
        font-size: 16px;
        text-align: center;
        width: 70%;
        margin: auto;
        margin-bottom: 15px;
    }
}

@media (max-width: 550px) {
    .main-content .hero-section .line03 {
        font-size: 14px;
    }
}

.main-content .hero-section .line04 {
    font-size: 20px;
    font-weight: 700;
}

@media (max-width: 767px) {
    .main-content .hero-section .line04 {
        font-size: 18px;
        text-align: center;
        width: 70%;
        margin: auto;
    }
}





/*FEATURE SECTION*/
.main-content .feature-section {
    margin-top: -60px;
}

.main-content .feature-section .feature-img img {
    display: block;
    width: 100%;
}

.main-content .feature-section .feature {
    position: relative;
    margin-bottom: 160px;
}

@media (max-width: 991px) {
    .main-content .feature-section .feature {
        margin-bottom: 90px;
    }
}

.main-content .feature-section .feature-text {
    /*position: absolute;*/
    /*bottom: 0;*/
    /*right: 0;*/
}

.main-content .feature-section .reverse .feature-text {
    /*position: absolute;*/
    /*bottom: 0;*/
    /*left: 0;*/
    text-align: right;
}

@media (max-width: 991px) {
    .main-content .feature-section .feature-text {
        position: static;
    }
}

.main-content .feature-section .feature-text .title {
    margin-bottom: 40px;
    font-weight: 700;
    margin-top: 0;
}

.main-content .feature-section .reverse .feature-text .title {
    text-align: right;
}

@media (max-width: 991px) {
    .main-content .feature-section .feature-text .title {
        margin-top: 40px;
    }
}

.main-content .feature-section .feature-text .sep {
    height: 4px;
    width: 40px;
    background: #4AA34E;
    margin-bottom: 40px;
}

.main-content .feature-section .reverse .feature-text .sep {
    display: inline-block;
    text-align: right;
}

.main-content .feature-section .feature-text .text {
    font-size: 18px;
}

.main-content .feature-section .reverse .feature-text .text {
    text-align: right;
}


@media (min-width: 1200px) {
    .main-content .feature-section .feature-paid .feature-text {
        margin-top: 250px;
    }

    .main-content .feature-section .feature-where .feature-text {
        margin-top: 240px;
    }

    .main-content .feature-section .feature-fun .feature-text {
        margin-top: 240px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .main-content .feature-section .feature-paid .feature-text {
        margin-top: 145px;
    }

    .main-content .feature-section .feature-where .feature-text {
        margin-top: 140px;
    }

    .main-content .feature-section .feature-fun .feature-text {
        margin-top: 140px;
    }
}





/*APPLICATION SECTION*/
.main-content .application-section {
    text-align: center;
    background: #f2f2f2;
    padding-top: 160px;
    padding-bottom: 160px;
}

@media (max-width: 991px) {
    .main-content .application-section {
        padding-top: 90px;
        padding-bottom: 90px;
    }
}

.main-content .application-section .title {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 40px;
    margin-top: 0;
}

.main-content .application-section .sep {
    width: 40px;
    height: 4px;
    background: #1A4C71;
    display: inline-block;
    margin-bottom: 60px;
}

.main-content .application-section .app-item-title {
    font-size: 30px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 40px;
}

.main-content .application-section .app-item-text {
    font-size: 17px;
    width: 50%;
    margin: auto;
}

@media (max-width: 991px) {
    .main-content .application-section .app-item-text {
        width: 70%;
    }
}

@media (max-width: 767px) {
    .main-content .application-section .app-item-text {
        width: 90%;
    }
}

.main-content .application-section .arrow {
    display: inline-block;
    width: 66px;
    margin-top: 60px;
    margin-bottom: 60px;
}

@media (max-width: 767px) {
    .main-content .application-section .arrow {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}






/*FORM */
.main-content .form-hero {
    background: url("../images/bg-hero-form.jpg") no-repeat center center;
    background-size: cover;
    padding-top: 150px;
    padding-bottom: 100px;
    color: #ffffff;
    text-align: center;
}

.main-content .form-hero h1 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 0;
}

.main-content .form-content form {
    width: 500px;
    margin: auto;
}

@media (max-width: 600px) {
    .main-content .form-content form {
        width: 90%;
    }
}

.main-content .form-content h2.part-title {
    font-size: 24px;
    text-align: center;
    margin: 0;
    margin-top: 90px;
    margin-bottom: 60px;
}

.main-content .form-content .form-field {
    margin-bottom: 30px;
    overflow: hidden;
}

.main-content .form-content label {
    font-size: 14px;
    font-weight: 700;
    display: block;
    margin: 0;
    margin-bottom: 10px;
}

.main-content .form-content label span {
    font-size: 10px;
    color: #B3B3B3;
}

.main-content .form-content .form-field input[type=text] {
    border: 1px solid #cccccc;
    border-radius: 5px;
    font-size: 14px;
    padding: 10px 15px;
    width: 100%;
    display: block;
}

.main-content .form-content .form-field select {
    border: 1px solid #cccccc;
    border-radius: 5px;
    font-size: 14px;
    padding: 10px 15px;
    height: 47px;
    width: 100%;
    display: block;
}

.main-content .form-content .form-field.name input {
    float: left;
    width: 49%;
    margin-left: 2%;
}

.main-content .form-content .form-field.name input#form-field-name-first {
    margin-left: 0;
}

.main-content .form-content .form-field.location input {
    float: left;
    width: 49%;
    margin-left: 2%;
}

.main-content .form-content .form-field.location input#form-field-region {
    margin-left: 0;
}

.main-content .form-content .form-field.education input {
    margin-bottom: 15px;
}

.main-content .form-content .form-field.education input#form-field-major {
    margin-bottom: 0;
}

.main-content .form-content .form-field.certificate label {
    margin-bottom: 20px;
}

.main-content .form-content .form-field.certificate .item {
    width: 33.33%;
    float: left;
    margin-bottom: 20px;
}

.main-content .form-content #application-form-submit {
    background: #1A4C71;
    color: #fff;
    border-radius: 10px;
    width: 100%;
    padding: 12px 20px;
    font-weight: 700;
    letter-spacing: 4px;
    outline: none;
    margin-top: 30px;
    margin-bottom: 120px;
}

.main-content .form-content #application-form-submit:active {
    position:  relative;
    top: 1px;

}


.feature-section {
    background: #f9f9f9;
}

.feature-box {
    padding: 40px 20px;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}
.feature-box:hover {
    transform: translateY(-5px);
}

.feature-title {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #2c3e50;
}

.feature-desc {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
}

.feature-img {
    max-height: 350px;
    object-fit: cover;
    width: 100%;
    border-radius: 15px;
}
.application-section {
    background-color: #fff;
}

.section-title {
    font-size: 32px;
    font-weight: 600;
    color: #2c3e50;
}

.application-steps {
    position: relative;
    max-width: 800px;
    margin: auto;
    padding-left: 20px;
}

.step-item {
    position: relative;
}

.step-icon {
    background: #ff5722;
    color: white;
    font-weight: bold;
    width: 50px;
    height: 50px;
    min-width: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    flex-shrink: 0;
}

.step-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #34495e;
}

.step-text {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
}

@media (max-width: 768px) {
    .step-item {
        flex-direction: column;
    }

    .step-content {
        margin-left: 0 !important;
        margin-top: 10px;
    }
}
.custom-navbar {
    background-color: #FF5722; /* your brand color */
    border: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    padding: 15px 0;
}

.custom-navbar .navbar-brand img {
    max-height: 50px;
}

.custom-navbar .nav > li > a {
    color: #fff;
    font-weight: 500;
    padding: 12px 15px;
    transition: color 0.3s ease;
}

.custom-navbar .nav > li > a:hover,
.custom-navbar .nav > li > a:focus {
    color: #ffe9e0;
}

.apply-btn a {
    background-color: #fff;
    color: #FF5722 !important;
    border-radius: 30px;
    padding: 8px 20px !important;
    margin-left: 10px;
    transition: background 0.3s ease, color 0.3s ease;
    font-weight: 600;
}

.apply-btn a:hover {
    background-color: #ffe9e0;
    color: #d84315 !important;
}

.navbar-toggle {
    border: none;
    background: transparent !important;
}

.navbar-toggle .icon-bar {
    background-color: #fff;
}
.brand-logo {
    width: 150px;
    height: 64px;
    object-fit: contain;
}




/*FOOTER*/

/*PRE FOOTER*/
.footer .pre-footer {
    background: url("../images/bg-cta.jpg") no-repeat center center;
    background-size: cover;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 40px;
}

.footer .pre-footer.hero-form-page {
    padding-top: 50px;
    padding-bottom: 70px;
}

.footer .pre-footer .cta {
    font-size: 25px;
    font-weight: 700;
    color: #ffffff;
    border: 2px solid #ffffff;
    padding: 20px 30px;
    border-radius: 10px;
    text-decoration: none;
    transition: background 0.2s ;
}

.footer .pre-footer .cta:hover {
    background: rgba(255,255,255,0.8);
    border-color: rgba(255,255,255,0.8);
    color: #4AA34E;
}

@media (max-width: 550px) {
    .footer .pre-footer .cta {
        font-size: 15px;
    }
}

.footer .pre-footer .text {
    font-size: 30px;
    color: #ffffff;
    line-height: 1.3em;
    margin-top: 45px;
}

@media (max-width: 550px) {
    .footer .pre-footer .text {
        font-size: 15px;
    }
}

.footer .pre-footer .text span {
    font-weight: 700;
}

.footer .copyright {
    background: #1a1a1a;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;

}

.footer .copyright p {
    margin-bottom: 0;
    width: 80%;
    text-align: center;
    margin: auto;
}

.footer .copyright span {
    font-weight: 700;
}
 .has-error input[type=text]{
     border: 1px solid #a94442 !important;
}