@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Style+Script&display=swap');
* {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
}

@font-face {
    font-family: RaceSport;
    src: url(../fonts/RaceSport.ttf);
}

@font-face {
    font-family: Highland-gothic;
    src: url(../fonts/HighlandGothic.ttf);
}

@font-face {
    font-family: Highland-gothic-light;
    src: url(../fonts/HighlandGothic-Light.ttf);
}

@font-face {
    font-family: Highland-gothic-bold;
    src: url(../fonts/HighlandGothic-Bold.ttf);
}

a,
a:hover,
a:active,
a:visited {
    text-decoration: none;
}

li {
    list-style: none;
}

ul {
    padding-left: 0;
    margin-bottom: 0;
}

.py-80 {
    padding-bottom: 80px;
    padding-top: 80px;
}

.py-50 {
    padding-bottom: 50px;
    padding-top: 50px;
}

.pt-80 {
    padding-top: 80px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pt-50 {
    padding-top: 50px;
}

.pb-50 {
    padding-bottom: 50px;
}

.main-btn,
.secondary-btn {
    background-color: #0053a2;
    color: #fff;
    padding: 10px 50px;
    border-radius: 5px;
    font-size: 18px;
    transition: .3s;
    font-weight: 600;
    border: 2px solid #0053a2;
}

.secondary-btn {
    background-color: #ffd75f;
    color: #333;
    font-weight: 700;
}

.main-btn:hover {
    background-color: #ffd75f;
    color: #fff;
    border: 2px solid #0053a2;
    color: #333;
}

h2.main-header {
    color: #0053a2;
    font-weight: 700;
    font-size: 45px;
    text-transform: uppercase;
}

h2.main-header span {
    display: block;
    color: #000;
}

.navigation-desktop ul {
    display: flex;
    width: 100%;
}

.navigation-desktop ul li {
    width: 100%;
}

.navigation-desktop ul li a {
    background-color: #0053a2;
    color: #fff;
    padding: 15px;
    text-transform: uppercase;
    display: flex;
    gap: 5px;
    border-right: 1px solid rgba(255, 255, 255, .5);
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
}

.navigation-desktop ul li:last-child a {
    background-color: #ffd75f;
    color: #333;
    text-transform: capitalize;
    font-weight: 600;
}

.header-section {
    background-color: #fcfcfc;
}

.video {

  z-index: 1;
  max-width: 70vw;
  
	object-fit: fill;
}
.header-section ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.header-section ul li {
    display: flex;
    align-items: center;
    gap: 5px;
}

.header-section ul li h5 {
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0;
}

.header-section ul li h5 span {
    color: #0053a2;
}

.header-section ul li h6 {
    color: #000;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 0;
}

.inner-banner {
    background-size: cover;
    background-position: right;
    min-height: 70vh;
    display: flex;
    align-items: center;
}

.about-banner {
    background-image: url(../images/about-us.jpg);
}

.inner-banner h1 {
    background: linear-gradient(to right, #fff000, #d8952e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    font-size: 75px;
    letter-spacing: 2px;
    font-weight: 800;
    font-family: Highland-gothic-light;
}

.inner-banner p {
    color: #fff;
    font-size: 34px;
    padding-bottom: 10px;
    margin: 0;
}

.mission-statement p {
    font-size: 24px;
    font-weight: 500;
}

.community-involvement {
    background-image: url(../images/involment.jpg);
    background-size: cover;
    background-position: right;
}

.community-involvement h2 {
    color: #ffd75f;
    font-weight: 700;
    font-size: 48px;
}

.community-involvement p {
    text-transform: uppercase;
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    padding-bottom: 15px;
}

.community-involvement li {
    color: #fff;
    font-weight: 500;
    padding-bottom: 10px;
    font-size: 18px;
    position: relative;
    display: flex;
    align-items: center;
}

.community-involvement li:before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #ffd75f;
    display: inline-flex;
    align-items: center;
    margin-right: 15px;
}

.admission-req p {
    font-size: 24px;
    font-weight: 600;
}

.admission-req h3 {
    font-weight: 700;
    padding-bottom: 80px;
    text-transform: uppercase;
    padding-top: 50px;
    font-size: 36px;
}

.admission-card {
    background-color: #ffd75f;
    border: 2px solid #000;
    padding: 0 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    min-height: 200px;
}

.admission-card h4 {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 15px;
    margin-bottom: 0;
}

.admission-card .admission-card-no {
    position: absolute;
    background-color: #000;
    color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 2px;
    top: -30px;
    font-size: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    left: 20px;
}

.admission-card a {
    padding: 10px;
    width: 100%;
    /* position: absolute;
    bottom: 20px;
    width: 80%; */
}

.faq {
    background-image: url(../images/faq.jpg);
    background-size: cover;
}

.faq h2 {
    color: #ffd75f;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    font-size: 48px;
}

.faq p {
    text-transform: uppercase;
    font-size: 24px;
    color: #fff;
    text-align: center;
}

.faq .accordion-item {
    margin-bottom: 20px;
    border-radius: 0;
}

.faq .accordion-item:last-child {
    margin-bottom: 0;
}

.faq .accordion-item .accordion-button {
    background-color: #b0c3d5;
    color: #000;
    font-weight: 600;
    font-size: 20px;
    border-radius: 0 !important;
    box-shadow: none;
}

.faq .accordion-item .accordion-button:not(.collapsed) {
    background-color: #fff;
}

.faq .accordion-item .accordion-body {
    padding-top: 0;
    font-size: 18px;
}

footer {
    background-color: #121212;
    padding: 50px 0;
}

footer p {
    color: #fff;
    font-size: 12px;
    padding-top: 20px;
}

footer p span {
    color: #ec2027;
}

footer a {
    color: #fff;
    display: flex;
    gap: 5px;
    margin-bottom: 10px;
    font-size: 14px;
    align-items: center;
}

footer h5 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 15px;
}

footer .footer-social {
    display: flex;
    margin-top: 25px;
    gap: 15px;
}

footer .footer-social a {
    width: 30px;
    height: 30px;
    background-color: #0053a2;
    color: #121212;
    border-radius: 50%;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.careers-banner {
    background-image: url(../images/careers-bg.jpg);
}

.career-card {
    padding: 40px;
    border-radius: 2px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin-bottom: 20px;
}

.career-card .career-card-top,
.career-card .career-card-bottom {
    display: flex;
    justify-content: space-between;
}

.career-card .career-card-top .career-card-top-left {
    display: flex;
    align-items: center;
    gap: 25px;
    width: 70%;
}

.career-card .career-card-top .career-card-top-left h3 {
    color: #0053a2;
    font-weight: 700;
    margin-bottom: 0;
}

.career-card .career-card-top .career-card-top-left p {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
}

.career-card .career-card-top .career-card-top-right {
    width: 30%;
    display: flex;
    justify-content: end;
}

.career-card .career-card-top .career-card-top-right ul li {
    display: flex;
    font-size: 18px;
    font-weight: 600;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.career-card .career-card-top .career-card-top-right ul li i {
    color: #0053a2;
    font-size: 20px;
}

.career-card .career-card-bottom {
    align-items: center;
}

.career-card .career-card-bottom li {
    font-size: 14px;
    font-weight: 600;
}

.career-card .career-card-bottom a {
    padding: 10px 30px;
}

.financial-banner {
    background-image: url(../images/financial-aid.jpg);
}

.financial-text p {
    font-size: 24px;
    font-weight: 500;
    text-align: center;
}

.want-to-speak {
    background-image: url(../images/want-to-speak.jpg);
    background-size: cover;
    text-align: center;
}

.want-to-speak h2 {
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 15px;
}

.want-to-speak a {
    font-size: 18px;
}

.financial-aid-options h5 {
    font-weight: 700;
    font-size: 30px;
    padding-bottom: 20px;
}

.financial-aid-options h5+p {
    font-size: 24px;
    font-weight: 600;
    text-align: justify;
    text-align-last: center;
    margin-bottom: 50px;
}

.options-card {
    background-color: #f4f4f4;
    padding: 25px;
    border-radius: 5px;
    margin-bottom: 25px;
}

.options-card h4 {
    color: #0053a2;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 30px;
}

.options-card p {
    font-size: 18px;
    font-weight: 600;
}

.options-card a {
    font-weight: 600;
    font-size: 18px;
}

.options-card+h6 {
    text-align: center;
    color: #787878;
    font-size: 18px;
    padding-top: 20px;
    width: 80%;
    margin: 0 auto;
}

.payment-plans h2+p {
    font-size: 24px;
    margin-bottom: 40px;
}

.payment-plan-card {
    background-color: #f7f7f7;
    padding: 30px;
    text-align: center;
}

.payment-plan-card h3 {
    color: #0053a2;
    font-size: 30px;
    font-weight: 700;
}

.payment-plan-card p {
    font-size: 24px;
    min-height: 150px;
}

.welding-banner {
    background-image: url(../images/welding-bg.jpg);
}
.welding-banner2 {
    background-image: url("../images/home-bg.jpg");
}

.inner-banner .available-salary,
.inner-banner .number-graduates,
.inner-banner .career-placements {
    background-image: url(../images/silver-bg.png);
    border-radius: 10px;
    text-align: center;
    display: inline-block;
    max-width: 350px;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 20px 40px;
    filter: drop-shadow(0px 0px 7px rgba(255, 255, 255, .6));
    -webkit-filter: drop-shadow(0px 0px 7px rgba(255, 255, 255, .6));
}

.inner-banner .number-graduates {
    width: 230px;
    padding: 20px;
}

.inner-banner .career-placements {
    width: 150px;
    padding: 20px 10px;
}

.inner-banner .available-salary {
    width: 350px;
    padding: 20px;
}

.inner-banner .available-salary h5 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 2px;
}

.inner-banner .available-salary h6 {
    font-size: 10px;
    font-weight: 600;
}

.inner-banner .available-salary h6 span {
    color: #0053a2;
}

.inner-banner .available-salary h2 {
    font-family: RaceSport;
    font-size: 50px;
    margin-bottom: 0;
    background-image: url(../images/money.png);
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #000;
}

.welding-banner-form {
    background-color: rgba(0, 83, 162, .6);
    padding: 50px;
}

.welding-banner-form h4 {
    color: #ffd75f;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 0;
}

.welding-banner-form h6 {
    font-size: 14px;
    color: #fff;
}

.welding-banner-form label {
    color: #fff;
    font-size: 14px;
}

.welding-banner-form input {
    background-color: #bfd4e8;
    border-radius: 5px;
}

.welding-banner-form input[type="radio"] {
    width: 14px;
    height: 14px;
}

.welding-banner-form input:checked {
    background-color: #ffd75f;
    border-color: transparent;
    background-image: none;
}

.welding-banner-form p {
    font-size: 12px;
    padding-top: 20px;
}

.welding-banner-form button {
    width: 100%;
    border: none;
    text-transform: uppercase;
}

.professional-welder h4 {
    color: #0053a2;
    font-weight: 700;
    padding-top: 20px;
    font-size: 24px;
}

.professional-welder p {
    font-size: 20px;
    font-weight: 500;
}

.welder-section {
    background-image: url(../images/welder-section.jpg);
    background-size: cover;
}

.welder-section .section-card {
    background-color: rgba(255, 255, 255, .9);
    padding: 40px;
}

.welder-section .section-card p {
    font-size: 24px;
    font-weight: 500;
}

.welder-section .section-card ul li,
.mcallen-career li {
    font-size: 24px;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.welder-section .section-card ul li:before,
.mcallen-career li::before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #0053a2;
    display: inline-flex;
    align-items: center;
    margin-right: 15px;
}

.mcallen-career {
    background-image: url(../images/macallen-career.jpg);
    background-position: right;
    background-size: cover;
}

.mcallen-career h2 {
    text-transform: uppercase;
    margin-bottom: 50px;
}

.mcallen-career p {
    font-size: 24px;
    font-weight: 500;
    padding-bottom: 20px;
}

.mcallen-career h3 {
    text-transform: uppercase;
    padding-top: 40px;
    font-size: 40px;
    padding-bottom: 30px;
}

.mcallen-career h3 span {
    font-weight: 700;
    color: #0053a2;
}

.mcallen-career a {
    text-transform: uppercase;
    display: inline-block;
}

.flexible-class {
    background-image: url(../images/flexible-class.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
}

.flexible-class h2 {
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
}

.flexible-class p {
    color: #fff;
    font-size: 24px;
    margin-bottom: 20px;
}

.class-schedules {
    padding: 30px;
    height: 100%;
    border-radius: 5px;
    border: none;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.class-schedules h3 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    color: #0053a2;
    font-size: 24px;
}

.class-schedules h3:last-child {
    padding-top: 20px;
}

.class-schedules table {}

.class-schedules th {
    padding: 10px 20px;
    background-color: #cbcbcb;
}

.class-schedules th:first-child {
    border-top-left-radius: 5px;
}

.class-schedules th:last-child {
    border-top-right-radius: 5px;
}

.class-schedules td {
    padding: 20px;
    border-bottom: 1px solid #ccc;
}

.class-schedules tr:nth-child(2),
.class-schedules tr:nth-child(3) {
    border: 1px solid #ccc;
}

.class-schedules tr:last-child td:first-child {
    border-bottom-left-radius: 5px;
}

.scholarship-card {
    border-radius: 5px;
    background-color: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.scholarship-card img {
    border-radius: 5px;
}

.scholarship-card .scholarship-card-content {
    text-align: center;
    padding: 20px;
    padding-bottom: 40px;
}

.scholarship-card .scholarship-card-content h4 {
    color: #0053a2;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 600;
}

.scholarship-card .scholarship-card-content p {
    font-size: 14px;
    color: #000;
    font-weight: 500;
}

.scholarship-card .scholarship-card-content p span {
    color: #0053a2;
    font-size: 12px;
    display: block;
    font-weight: 600;
}

.scholarship-card .scholarship-card-content a {
    font-size: 14px;
}

.tabbed-content {
    height: 100%;
    margin-top: 50px;
}

.tabbed-content .tabs {
    display: none;
    background-color: #0053a2;
    background-size: cover;
    background-position: center;
    padding: 0 0 100px 0;
}

.tabbed-content .tabs ul li a {
    border: none;
    color: #fff;
    padding: 20px 30px;
    text-align: left;
    font-size: 24px;
    font-weight: 400;
    display: flex;
    align-items: center;
}

.tabbed-content .tabs ul li a.active {
    background-color: #003d76;
    color: #ffd75f;
    font-weight: 600;
}

.tabbed-content .item {
    min-height: 100%;
    display: none;
}

.tabbed-content .item.active {
    display: block;
    background-color: #f3f3f3;
}

.tabbed-content .item .item-content {
    opacity: 0;
    visibility: hidden;
    height: 0;
}

.tabbed-content .item.active .item-content {
    opacity: 1;
    visibility: visible;
    height: auto;
    padding: 50px;
}

.tabbed-content .item .item-content h3 {
    color: #0053a2;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 36px;
}

.tabbed-content .item .item-content p {
    font-size: 20px;
    font-weight: 500;
}

@media (min-width: 992px) {
    .tabbed-content.tabs-side .tabs {
        width: 25%;
        float: left;
        height: 100%;
    }
    .tabbed-content.tabs-side .tabs li {
        display: block;
        width: 100%;
    }
    .tabbed-content .tabs {
        display: block;
    }
    .tabbed-content.tabs-side .item {
        margin-left: 25%;
        position: relative;
    }
    .tabbed-content2 .item {
        min-height: 100%;
    }
    .tabbed-content2.tabs-side .tabs {
        width: 25%;
        float: left;
        height: 100%;
    }
    .tabbed-content2.tabs-side .tabs li {
        display: block;
        width: 100%;
    }
    .tabbed-content2 .tabs {
        display: block;
    }
    .tabbed-content2.tabs-side .item {
        margin-left: 25%;
    }
    .tabbed-content2 .item {
        min-height: 0;
    }
}

.home-banner {
    background-image: url(../images/home-banner.jpg);
    
   background-position: center top;
    background-size: 100% auto;
    padding: 80px 0;
	
}

.home-banner h1 {
    font-family: Highland-gothic-light;
    font-size: 50px;
    background: linear-gradient(to right, #c65c28, #d8952e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	
    letter-spacing: 2px;
    padding-bottom: 20px;
}

.home-banner h1 span {
    display: block;
    font-family: Highland-gothic-light;
}

.home-banner h1 span:first-child {
    -webkit-text-fill-color: #d9d9d9;
}

.home-banner h1 span:last-child {

	background: linear-gradient(to right, #c65c28, #d8952e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.home-banner .number-graduates h4,
.home-banner .career-placements h6 {
    font-size: 14px;
}

.home-banner .number-graduates h2 {
    font-size: 50px;
    font-family: RaceSport;
    color: #0053a2;
}

.home-banner .career-placements h2 {
    font-size: 50px;
    font-family: RaceSport;
    color: #ae0e0a;
}

.home-banner .career-placements h5 {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 700;
}

.home-section {
    background-image: url(../images/light-bg.jpg);
    background-size: cover;
}

.home-section p {
    font-size: 24px;
    font-weight: 500;
}

.home-section h2.main-header {
    font-size: 36px;
}

.advanced-programs {
    background-image: url(../images/advanced-programs.jpg);
    background-size: 100% 50%;
    background-position: top;
    background-repeat: no-repeat;
}

.advanced-programs .program-card {
    padding: 35px 30px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 5px;
}

.advanced-programs .program-card.welder-specialist {
    background: url(../images/welder-specialist.jpg) #fff top right;
    background-size: 90%;
    background-repeat: no-repeat;
}

.advanced-programs .program-card.combo-pipe {
    background: url(../images/combo-pipe.jpg) #fff top right;
    background-size: 90%;
    background-repeat: no-repeat;
}

.advanced-programs .program-card.stick-pipe {
    background: url(../images/stick-pipe.jpg) #fff top right;
    background-size: 90%;
    background-repeat: no-repeat;
}

.advanced-programs .program-card.pipelifting {
    background: url(../images/pipelifting.jpg) #fff top right;
    background-size: 90%;
    background-repeat: no-repeat;
}

.advanced-programs .program-card h4 {
    text-transform: uppercase;
    color: #0053a2;
    font-weight: 700;
    min-height: 60px;
}

.advanced-programs .program-card p {
    font-size: 12px;
    font-weight: 600;
}

.advanced-programs .program-card h6 {
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 10px;
}

.advanced-programs .program-card a {
    font-size: 14px;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
}

.enrollment-process h2 {
    color: #0053a2;
    text-transform: uppercase;
    font-size: 45px;
    font-weight: 700;
}

.enrollment-process h2 span {
    font-size: 70px;
    color: #000;
    font-weight: 700;
}

.enrollment-process h2 i {
    color: #0053a2;
    font-style: normal;
    font-family: 'Style Script', cursive;
    font-weight: 200;
}

.process-steps {
    background-image: url(../images/blue-bg.jpg);
    background-size: cover;
    position: relative;
}

.process-steps li {
    position: relative;
    display: block;
    margin-bottom: 60px;
}

.process-steps li .list-icon {
    border: 2px solid #fff;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Style Script', cursive;
    color: #fdd91b;
    font-size: 60px;
    float: left;
    margin-right: 15px;
    padding-top: 8px;
    position: relative;
}

.process-steps li .list-text {
    display: flex;
    flex-direction: column;
}

.process-steps li .list-icon::after {
    content: "";
    background-image: url(../images/arrow.png);
    width: 20px;
    height: 34px;
    background-size: 20px 34px;
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
}

.process-steps li:last-child .list-icon::after {
    display: none;
}

.process-steps li:last-child {
    margin-bottom: 0;
}

.process-steps li .list-text h5 {
    text-transform: uppercase;
    font-size: 30px;
    color: #fff;
    margin-bottom: 0;
}

.process-steps li .list-text p {
    color: #fff;
    margin-bottom: 0;
}

.process-steps .people-img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 600px;
}

.process-steps a {
    text-align: center;
    display: table;
    margin: 0 auto;
    margin-top: 20px;
    border-radius: 5px;
    line-height: 18px;
}

.process-steps a span {
    font-size: 12px;
    display: block;
}

.home-news {
    background-image: url(../images/news-bg.jpg);
    background-size: cover;
}

.home-news .news-card h4 {
    font-size: 18px;
    padding-top: 10px;
    color: #0053a2;
    font-weight: 600;
}

.home-news .news-card p {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
}

.home-news .news-card a {
    text-decoration: underline;
    color: #0053a2;
    font-size: 14px;
    font-weight: 600;
}

.contact-form {
    background-image: url(../images/contact-bg.jpg);
    background-size: cover;
}

.contact-form h2 {
    color: #ffd75f;
    font-size: 45px;
    text-transform: uppercase;
    font-weight: 700;
}

.contact-form-card {
    background-color: rgba(255, 255, 255, .3);
    padding: 50px;
    padding-top: 0;
    border-radius: 5px;
}

.contact-form-card nav {
    margin-top: -60px;
    margin-bottom: 40px;
}

.contact-form-card .nav-tabs button {
    background-color: #fff;
    border-radius: 5px;
    border: none;
    padding: 30px;
    text-align: left;
    line-height: 26px;
    color: #333;
    width: 270px;
}

.contact-form-card .nav-tabs button.active {
    background-color: #0053a2;
    color: #fff;
    font-size: 16px;
}

.contact-form-card .nav-tabs button.active img {
    filter: invert(1);
}

.contact-form-card .nav-tabs button span {
    display: block;
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
}

.contact-form-card input,
.contact-form-card textarea {
    background-color: rgba(255, 255, 255, .5);
    padding: 15px;
    font-size: 18px;
    border: none;
    border-radius: 5px;
    font-weight: 600;
}

.contact-address {
    background-image: url(../images/contact-address.jpg);
    background-size: cover;
}

.contact-address .contact-address-card {
    background-color: rgba(0, 83, 162, .9);
    padding: 80px 20px;
}

.contact-address .contact-address-card li {
    margin-bottom: 20px;
    color: #fff;
    font-size: 24px;
    display: flex;
}

.contact-address .contact-address-card li:last-child {
    margin-bottom: 0;
}

.contact-address .contact-address-card li i {
    color: #fdd91b;
    margin-right: 10px;
}

.contact-address .contact-address-card li:last-child i {
    visibility: hidden;
}

.admission-banner {
    background-image: url(../images/applynow-banner.jpg);
    padding: 0;
    min-height: auto;
    padding-top: 50px;
}

.application-box {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 0;
    border-radius: 5px;
    margin-bottom: 50px;
}

.application-header {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0053a2;
    color: #ffd75f;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 15px;
}

.application-box .application-form-content {
    padding: 30px;
}

.secondary-btn.big {
    border: none;
    width: auto;
    margin: 0 auto;
}

.application-box .application-form-content label {
    font-size: 14px;
    font-weight: 600;
}

.application-box .application-form-content .form-select {
    background-image: url(../images/select-arrow.png);
    background-position: right center;
    background-size: 40px 40px;
}

.application-box .application-form-content h4 {
    color: #0053a2;
}

.application-box .application-form-content h5 {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
}

.application-box .application-form-content h5 span {
    font-weight: 400;
}

.application-box .application-form-content .form-check {
    display: flex;
    margin-bottom: 10px;
    gap: 5px;
    align-items: center;
    padding-left: 0;
}

.application-box .application-form-content .form-check-inline {
    display: inline-flex;
    margin-bottom: 0;
}

.application-box .application-form-content .form-check label {
    font-size: 16px;
}

.application-box .application-form-content input[type="checkbox"],
.application-box .application-form-content input[type="radio"] {
    width: 20px;
    height: 20px;
    border: 1px solid #999;
    margin: 0;
    border-radius: 5px;
}

.form-check-input:checked[type=radio] {
    background-image: url(../images/check.svg);
}

.application-box .application-form-content input.input-big {
    width: 30px;
    height: 30px;
}

.application-box .application-form-content input.bottom-border {
    border: none;
    border-bottom: 2px solid #999;
    padding-left: 0;
    border-radius: 0;
}

.application-box .application-form-content input.input-big+label {
    font-size: 20px;
}

.testimonials-box {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 8px;
    padding: 40px 20px;
    border-radius: 5px;
}

.testimonials-box h4 {
    font-size: 30px;
    color: #0053a2;
    font-weight: 600;
    margin-bottom: 0;
}

.testimonials-box h6 {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.testimonials-box ul {
    display: flex;
    justify-content: center;
    color: #fdd91b;
    gap: 5px;
    margin-bottom: 20px;
}

.how-to-apply {
    background-image: url(../images/how-to-apply.jpg);
    background-size: cover;
}

.how-to-apply h2 {
    color: #fdd91b;
}

.how-to-steps {
    position: relative;
    padding: 0 1rem 0 3.5rem;
    margin: 2rem 0 0;
    list-style: none;
}

.progress__item {
    position: relative;
    min-height: 75px;
    counter-increment: list;
    padding-left: 0.5rem;
    margin-bottom: 40px;
}

.progress__item:before {
    content: "";
    position: absolute;
    left: -0.5rem;
    top: 48px;
    height: 100%;
    width: 1px;
    border-left: 3px dashed#fff;
}

.progress__item:after {
    content: counter(list);
    position: absolute;
    top: 0;
    left: -2.5rem;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: #ffd75f;
    color: #000;
    font-weight: 700;
    font-size: 36px;
    line-height: 2rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.progress__item:last-child:before {
    border: none;
}

.progress__item.progress__item--completed {
    opacity: 0.6;
    color: #fff;
}

.progress__item.progress__item--active:after {
    background: #fff;
    color: #392A60;
}

.progress__item section {
    margin-left: 40px;
    background-color: rgba(255, 255, 255, .8);
    padding: 30px;
    border-radius: 5px;
}

.progress__item section h3 {
    color: #0053a2;
    text-transform: uppercase;
    font-weight: 600;
}

.progress__item section p {
    font-size: 20px;
    font-weight: 500;
}

.modal .btn-close {
    position: absolute;
    right: 20px;
    top: 20px;
    background: none;
    font-size: 18px;
    opacity: 1;
    color: #000;
}

.modal .modal-header {
    border: none;
    padding: 0;
}

.modal .modal-content {
    padding: 30px 10px;
}

.modal .modal-content h3 {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.file-upload {
    position: relative;
}

.file-upload__label {
    border: 2px dashed #000;
    border-radius: 5px;
    font-size: 16px !important;
    padding: 5px 10px;
    cursor: pointer;
    outline: none;
    text-align: center;
    white-space: nowrap;
    width: 100%;
    background: #fff;
}

.file-upload__input {
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.signature-pad {
    border: 1px solid #dee2e6;
    border-radius: 5px;
    width: 100%;
    height: 150px;
}

.main-btn2,
.secondary-btn2 {
    background: #0053a2;
    color: #fff !important;
    width: 200px;
    font-size: 12px;
    font-weight: 600;
    padding: 12px 15px;
    border-radius: 5px;
    transition: .3s linear;
    text-transform: capitalize;
    display: inline-block;
    text-align: center;
    height: 40px;
    box-shadow: rgba(0, 0, 0, 0.35) 1px 9px 20px 0px;
}

.alert-strip {
    text-align: center;
    background-color: #ffd75f;
    position: relative;
    padding: 12px 0;
}

.alert-strip .close {
    position: absolute;
    right: 10px;
    right: 0.625rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: transparent;
    border: none;
}

.alert-strip p {
    color: #000;
    margin-bottom: 0;
}

.alert-strip p span {
    font-weight: 700;
    color: #0053a2;
}

.alert-strip a {
    font-size: 14px;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
    margin-left: 10px;
}

body.strip-closed .alert-strip {
    display: none;
}

@media(max-width:768px) {
    .alert-strip {
        position: fixed;
        top: 0;
        z-index: 111;
        width: 100%;
        padding: 5px 0;
    }
    .alert-strip p {
        display: block;
        font-size: 14px !important;
    }
    .alert-strip p span {
        display: block;
    }
    .alert-strip a {
        display: table;
        margin: 0 auto;
        margin-top: 5px;
    }
}