@font-face {
    font-family: 'Pacifico';
    font-style: normal;
    font-weight: 400;
    src: local('Pacifico Regular'), local('Pacifico-Regular'), url(https://fonts.gstatic.com/s/pacifico/v12/FwZY7-Qmy14u9lezJ-6H6MmBp0u-.woff2) format('woff2');
    font-display: swap;
}

body {
    font-family: arial;
}

#video {
    position: fixed;
    top: 0%;
    left: 0%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    transition: 1s opacity;
    z-index: -10;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.hero {
    background-size: cover;
    padding: 20px 0;
}

.form-control-error {
    border: 1px solid red !important;
}

.hero h1 {
    margin: 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color: #3e4450;
}

.hero input[type="text"],
.hero input[type="email"],
.hero input[type="password"],
textarea,
select {
    outline: none;
    font-size: 14px;
    border: none;
    color: #666;
    background: #f1f1f1;
    letter-spacing: 0.5px;
    padding: 10px 20px;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 15px;
}

.hero button.btn {
    color: #5e6294;
    background: #FFCC29;
    border: none;
    padding: 14px 0;
    outline: none;
    border-radius: 0;
    width: 100%;
    font-size: 15px;
    cursor: pointer;
    letter-spacing: 1px;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}

.hero input[type="submit"]:hover {
    background: #dc3545;
}

.padding {
    padding: 2.5em;
    background: #fff;
    box-shadow: 1px 2px 10px #ccc;
    margin-bottom: 76px;
}

.base {
    color: #fff;
}

.why-choose {
    background: #fff;
}

.why-choose h3 {
    font-size: 22px;
    font-weight: bold;
    color: #3E4450;
}

.why-choose h2 {
    font-size: 43px;
    font-weight: bold;
    color: #3E4450;
}

.why-choose p {
    font-size: 20px;
}

.why-choose h4 {
    font-size: 22px;
    font-weight: bold;
    color: #3E4450;
}


/* ul li:before {
    content: '✓';
} */

.about-background {
    background-image: url(../images/about.jpg);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.cta {
    background-size: auto;
    background-size: cover;
    padding: 60px 0;
    font-size: 19px;
}

.cta p {
    color: #ffff;
}

.counts {
    padding: 25px 0 0 0;
}

.counts .counters span {
    font-size: 48px;
    display: block;
    color: #fff;
    font-weight: 700;
}

.section-title span {
    top: 30px;
    color: #f0f1f3;
    left: 0;
    right: 0;
    z-index: 1;
    font-weight: 700;
    font-size: 52px;
    text-transform: uppercase;
    line-height: 0;
}

.section-bg {
    background: #fff;
}


/*--------------------------------------------------------------
# course
--------------------------------------------------------------*/

.course-offred .course {
    margin-bottom: 20px;
    padding: 20px 20px;
    background: #fff;
}

.course-offred .course img {
    max-width: 100%;
    margin: 0 0 15px 0;
}

.course-offred .course h4 {
    font-weight: 700;
    margin-bottom: 2px;
    font-size: 22px;
}

.course-offred .course span {
    font-style: italic;
    display: block;
    font-size: 13px;
}

.course-offred .course p {
    padding-top: 10px;
    font-size: 16px;
    font-style: bold;
    color: #aaaaaa;
}

.section-title h2 {
    font-weight: bold;
}

.section-title p {
    font-size: 20px;
}

.footer {
    background: #2f4470;
    color: #fff;
}

.footer a {
    color: #fff;
}


/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/

.testimonials .testimonial-item {
    box-sizing: content-box;
    min-height: 320px;
}

.testimonials .testimonial-item .testimonial-img {
    width: 90px;
    border-radius: 50%;
    margin: -40px 0 0 40px;
    position: relative;
    z-index: 2;
    border: 6px solid #fff;
}

.testimonials .testimonial-item h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0 5px 45px;
    color: #111;
}

.testimonials .testimonial-item h4 {
    font-size: 14px;
    color: #999;
    margin: 0 0 0 45px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
    color: #e4e6ea;
    font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
    display: inline-block;
    left: -5px;
    position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
    display: inline-block;
    right: -5px;
    position: relative;
    top: 10px;
}

.testimonials .testimonial-item p {
    font-style: italic;
    margin: 0 15px 0 15px;
    padding: 20px 20px 60px 20px;
    background: white;
    position: relative;
    border-radius: 6px;
    position: relative;
    z-index: 1;
}

.testimonials .owl-nav,
.testimonials .owl-dots {
    margin-top: 5px;
    text-align: center;
}

.testimonials .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd !important;
}

.testimonials .owl-dot.active {
    background-color: #2f4470 !important;
}

@media (max-width: 767px) {
    .testimonials {
        margin: 30px 10px;
    }
}

.bg-primary {
    background: #002147 !important;
}

.hero-wrap {
    width: 100%;
    height: 100%;
    position: inherit;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}

.hero-wrap.hero-wrap-2 {
    height: 300px;
}

.hero-wrap.hero-wrap-2 .slider-text .bread {
    font-weight: 900;
    color: #fff;
}

.hero-wrap .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .3;
    background: #f1453d;
}

.hero-wrap.hero-wrap-2 .slider-text .breadcrumbs span {
    color: #fff;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}

.hero-wrap.hero-wrap-2 .slider-text .breadcrumbs span a {
    color: #fff;
}

.hero-wrap.hero-wrap-2 .slider-text {
    height: 300px;
}

section.our-national-pressance h3 {
    font-size: 24px;
    font-weight: 900 !important;
}

section.our-national-pressance h5 {
    font-size: 14px;
}

section.our-national-pressance h4 {
    font-size: 20px;
    font-weight: 500;
}

.ftco-section h2 {
    font-weight: bold;
    font-size: 32px;
    text-transform: uppercase;
}

.flaticon-security {
    font-size: 33px;
}

.why-us ul li {
    list-style: none;
    box-shadow: 1px 2px 14px #999;
    padding: 25px;
    margin-bottom: 42px;
}

.intro ul {
    list-style-image: url('../images/plane.png');
}

.gallery img {
    width: 250px;
    padding: 7px;
    height: 180px;
}

.mentors h3 {
    font-size: 15px !important;
    font-weight: bold;
}

.mentors h2 {
    font-weight: bold;
}

.domestic img {
    width: 165px;
}