@font-face {
    font-family: DamageInc;
    src: url('../fonts/Damage\ Inc.ttf');
}

@font-face {
    font-family: Anton-Regular;
    src: url('../fonts/Anton-Regular.ttf');
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');
body {
    padding: 0;
    margin: 0;
    font-family: "Montserrat", sans-serif;
    overflow-x: hidden;
}

li {
    list-style: none;
}

.modal-backdrop.show {
    opacity: .9;
}

a,
a:hover,
a:visited,
a:active {
    text-decoration: none;
}

.banner-left {
    background-image: url(../images/banner-left.jpg);
    padding: 50px;
    color: #fff;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.banner-heading {
    font-family: DamageInc !important;
}

.banner-heading h1 {
    font-size: 60px;
    text-transform: uppercase;
    color: #efc852;
}

.banner-heading h5 {
    font-size: 24px;
}

.banner-box {
    background-color: #0356a3;
    padding: 50px;
    outline: 8px solid #d6b651;
    outline-offset: -20px;
	opacity: .8;
}

.banner-box h1 {
    font-size: 150px;
    font-family: Anton-Regular;
    background-image: url(../images/text-bg.png);
    background-size: cover;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    position: relative;
    line-height: 170px;
    -webkit-filter: drop-shadow(2px 4px 6px black);
    filter: drop-shadow(2px 7px 15px black);
}


/* .banner-box .banner-main-head::before {
    content: "$44,190";
    text-shadow: -2px 9px 17px #2c2a2a;
    position: absolute;
    font-size: 150px;
    font-family: Anton-Regular;
    color: #000;
    line-height: 170px;
    width: 95%;
    text-align: center;
} */

.banner-box h5 {
    font-size: 24px;
    font-weight: 700;
}

.banner-box p {
    padding-top: 5px;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0;
}

.banner-box p span {
    font-weight: 700;
    color: #d6b651;
}

.banner-right {
    background-image: url(../images/banner-right.jpg);
    padding: 50px;
    color: #fff;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.hiring-box {
    position: relative;
    border: 2px solid #00396f;
    border-radius: 10px;
    outline: 3px solid #212529;
    outline-offset: -10px;
}

.hiring-content {
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    padding: 0 35px;
}

.hiring-content h4 {
    font-size: 18px;
    color: #113252;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0;
}

.banner-right h5 {
    font-weight: 700;
    color: #f0c952;
    padding: 10px 0;
    font-size: 24px;
}

.masked-image {
    margin: 0 auto;
    display: block;
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-filter: drop-shadow(5px 5px 5px #222222);
    filter: drop-shadow(5px 5px 5px #222222);
}


/*///////////////////// Contact-form /////////////////////////*/

.contact-form {
    background-image: url(../images/banner-box-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 100px 0;
}

.contact-form h1 {
    text-transform: uppercase;
    font-family: Anton-Regular;
    text-align: center;
    font-size: 100px;
    background-image: url(../images/text-bg.png);
    background-size: cover;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    z-index: 2;
    line-height: 120px;
    -webkit-filter: drop-shadow(2px 4px 6px black);
    filter: drop-shadow(2px 7px 15px black);
}


/* 
.contact-form .masked-heading::before {
    content: "GET $500 OFF YOUR TUITION";
    text-shadow: -2px 9px 17px #2c2a2a;
    position: absolute;
    font-size: 100px;
    font-family: Anton-Regular;
    color: #000;
    line-height: 120px;
    z-index: 1;
    width: 95%;
    text-align: center;
} */

.contact-form h6 {
    font-weight: 700;
    text-align: center;
    color: #fff;
    font-size: 20px;
    padding-bottom: 50px;
}

.contact-form h6 span {
    color: #f0c952;
}

.contact-form p {
    text-align: center;
    font-size: 14px;
}

.contact-form h4 {
    font-weight: 900;
    text-align: center;
    padding-bottom: 20px;
}

.contact-form h4.text-red {
    color: #fa0203;
}

.contact-form h4.text-blue {
    color: #0356a3;
}

.contact-form-box {
    background-color: #fff;
    padding: 40px 35px;
    width: 80%;
}

.contact-form-box [class*="col-"] {
    padding: 10px;
}

.contact-form-box input {
    border-radius: 2px;
    background-color: #dfefff;
}

.contact-form-box input[type='checkbox'] {
    background-color: #dfefff;
    width: 25px;
    height: 25px;
    border-radius: 0;
    margin-right: 5px;
}

.contact-form-box input[type='checkbox']+label {
    color: #0054a4;
    font-size: 16px;
}

.form-check {
    padding-top: 8px;
    font-size: 14px;
    color: #00396f;
    font-weight: 700;
    display: flex;
}

.contact-form-box button {
    background-color: #fa0203;
    color: #fff;
    text-transform: uppercase;
    border-radius: 50px;
    width: 100%;
    padding: 10px 0;
    font-weight: 700;
    font-size: 20px;
}

.leading-section {
    text-align: center;
    margin-top: -200px;
    position: relative;
    padding-bottom: 50px;
}

.leading-section h5 {
    font-weight: 700;
    font-size: 24px;
}

.leading-section h1 {
    font-family: DamageInc !important;
    color: #fa0203;
    font-size: 140px;
}

.gallery-overlay .youtube-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.leading-section a.btn {
    border-radius: 50px;
    background-color: #fa0203;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
    margin: 15px auto;
    display: table;
    padding: 10px 40px;
}

.testimonial-left {
    background-image: url(../images/testimonial-bg.jpg);
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.testimonial-left h1 {
    color: #f0c952;
    font-weight: 700;
    font-size: 24px;
}

.testimonials h2 {
    font-weight: 900;
    color: #00396f;
    text-transform: uppercase;
    text-align: center;
}

.testimonial-box {
    text-align: center;
    border-radius: 5px;
    padding: 40px 10px 10px 10px;
}

.testimonial-box img {
    margin: 0 auto;
    width: 80px !important;
}

#testimonial .owl-nav {
    position: relative;
    display: flex;
    width: 180px;
    margin: 0 auto;
    padding: 0;
}

#testimonial .owl-nav .owl-prev,
#testimonial .owl-nav .owl-next {
    background-color: #fa0203 !important;
    height: 50px;
    width: 90px;
}

#testimonial .owl-nav::after {
    content: "";
    position: absolute;
    height: 40px;
    width: 1px;
    background-color: #fff;
    left: 90px;
    top: 5px;
}

.testimonial-box h4 {
    font-size: 18px;
    font-weight: 700;
    padding-top: 10px;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #fff;
}

.testimonial-box p {
    font-size: 14px;
    color: #fff;
}

.testimonial-box h6 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}

.testimonial-box ul {
    padding-left: 0;
}

.testimonial-box ul li {
    display: inline-block;
    color: #f0c952;
    font-size: 22px;
}

.testimonial-right {
    background-color: #f6f6f6;
    text-align: center;
    padding: 100px 15px;
}

.testimonial-right h1 {
    font-weight: 700;
    font-size: 30px;
}

footer {
    text-align: center;
    padding: 50px 0;
}

footer p {
    width: 80%;
    font-size: 12px;
    margin: 0 auto;
}

.btn-close {
    position: absolute;
    right: 10px;
    top: 10px;
    background: none;
    color: #fff;
    z-index: 4444;
    opacity: 1;
}

.modal-header {
    border: none;
    background-image: url(../images/popup-header.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    text-align: center;
}

.modal-header h1 {
    text-transform: uppercase;
    font-family: Anton-Regular;
    text-align: center;
    font-size: 40px;
    background-image: url(../images/text-bg.png);
    background-size: cover;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

.modal-strip {
    background-color: #f40203;
    text-align: center;
    color: #fff;
    padding: 20px;
    font-size: 24px;
}

.modal-strip span {
    font-weight: 700;
    font-size: 30px;
}

.modal-body h4 {
    font-weight: 700;
    font-size: 18px;
    padding-top: 20px;
    color: #f70203;
}

.modal-body h5 {
    font-size: 16px;
    text-align: center;
}

.modal-body .row [class*="col-"] {
    padding: 5px;
}

.modal-body input {
    background-color: #dfefff;
}

.modal-body button {
    border-radius: 50px;
    background-color: #fa0203;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    margin: 15px auto;
    display: table;
    padding: 10px 40px;
}

@media(max-width:992px) {
    .contact-form h1 {
        font-size: 80px;
        line-height: 100px;
    }
    .contact-form-box button,
    .leading-section a.btn {
        font-size: 16px;
    }
    .contact-form-box {
        width: 90%;
        margin: 0 auto;
    }
    .leading-section h1 {
        font-size: 60px;
    }
    .testimonial-box h6 {
        font-size: 18px;
    }
}

@media(max-width:768px) {
    .banner-box h1 {
        font-size: 100px;
        line-height: 120px;
    }
    .banner-heading h1 {
        font-size: 48px;
    }
    .leading-section {
        margin-top: -100px;
    }
    .contact-form h1 {
        font-size: 60px;
        line-height: 80px;
    }
    .leading-section h5 {
        font-size: 18px;
    }
    .leading-section h1 {
        font-size: 48px;
    }
    .masked-image {
        width: 80px;
    }
}

@media(max-width:576px) {
    .banner-box h1 {
        font-size: 60px;
        line-height: 80px;
    }
    .leading-section h1 {
        font-size: 36px;
    }
}