@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');
body {
    margin: 0;
    padding: 0;
    color: #333;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}

 ::-moz-selection {
    color: #fff;
    background: #333;
}

 ::selection {
    color: #fff;
    background: #333;
}

 ::-webkit-scrollbar-track {
    background-color: #ffffff;
}

 ::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background-color: #ffffff;
}

 ::-webkit-scrollbar-thumb {
    background-color: #666;
    border-radius: 10px;
}

 ::-webkit-scrollbar-thumb:hover {
    background: #666;
}

.fixheader {
    position: fixed;
    top: 0;
    background: #fff;
    z-index: 9999;
}

a {
    text-decoration: none !important;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

p,
li {
    font-size: 14px;
    text-align: left;
    font-weight: 400;
    line-height: 28px;
    margin: 0;
    padding: 5px 0;
    color: #555;
}

.home {
    padding: 40px;
}

.logo img {
    width: 170px;
}

.top-right a {
    color: #0d8fcf;
    border: 1px solid #0d8fcf;
    display: block;
    border-radius: 30px;
    padding: 10px 19px;
}

.top-right a.call {
    background: #0d8fcf;
    color: #fff;
}

.to-top {
    position: fixed;
    z-index: 8;
    bottom: 15px;
    right: 15px;
    display: none;
}

.to-top a.back-to-top {
    display: block;
    text-align: center;
    color: #ffffff;
    font-size: 15px;
    width: 35px;
    height: auto;
    line-height: 35px;
    border-radius: 5px;
    background: #0d8fcf;
    opacity: 0.5;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.to-top a.back-to-top:hover {
    opacity: 1;
    color: #ffffff;
    line-height: 40px;
}

.banner-img {
    background: #063e95
}

.banner img {
    height: 530px;
    object-fit: cover;
    object-position: top left;
}

.banner-text {
    left: 35%;
    width: 500px;
}

.banner-text h1 {
    font-size: 29px;
    color: #fff;
    font-weight: 800;
    margin: 0;
}

.banner-text h2 {
    font-size: 25px;
    color: #ffe700;
    font-weight: 700;
}

.banner-text h2 span {
    font-size: 170%;
    font-weight: 900;
}

.banner-text h3 {
    color: #053d90;
    display: inline-block;
    background: #fff;
    font-size: 17px;
    line-height: 26px;
    font-weight: 600;
    padding: 8px 13px;
    border-radius: 7px;
    margin: 10px 0 20px 0;
}

.banner-text h4 {
    font-size: 17px;
    line-height: 29px;
    color: #fff;
}

.banner-text h4 span {
    color: #54c7ff;
    font-size: 250%;
    font-weight: 900;
}

.banner-text a,
footer a {
    display: inline-block;
    color: #fff;
    background: #0d8fcf;
    padding: 10px 15px;
    border-radius: 7px;
}

.banner-text a:hover,
footer a:hover {
    background: #0074ad;
    color: #fff;
}

.enquiry {
    right: 50px;
    padding: 25px;
    background: #0d8fcf;
    border-radius: 10px;
    width: 400px;
}

.enquiry h3 {
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    line-height: 24px;
    margin: 0;
    letter-spacing: .4px;
    padding: 0 0 15px 0;
    color: #fff;
    text-transform: capitalize;
}

.enquiry input,
.enquiry select {
    padding: 10px 15px;
    margin: 0 0 14px 0;
    width: 100%;
    height: 45px;
    border: none;
    background: #fff;
    color: #333;
    border-radius: 5px;
    font-weight: 400;
    font-size: 13px;
    outline: none;
}

.enquiry input[type=submit] {
    background: #063e93;
    color: #ffffff;
    text-transform: uppercase;
    padding: 0 32px;
    line-height: 40px;
    height: 40px;
    border-radius: 5px;
    border: none;
    font-weight: 600;
    width: auto;
    display: block;
    margin: 0 auto;
}

.about {
    background: url(../images/about.jpg) top left;
    background-size: cover;
}

.about article {
    padding: 50px;
    background: #fff;
    border-radius: 15px;
    -webkit-box-shadow: 0 0px 25px 4px rgb(0 0 0 / 5%);
    -moz-box-shadow: 0 0px 25px 4px rgb(0 0 0 / 5%);
    box-shadow: 0 0px 25px 4px rgb(0 0 0 / 5%);
}

.title {
    font-size: 27px;
    font-weight: 700;
    line-height: 34px;
    margin: 0;
    color: #0d8fcf;
    padding: 0 0 15px 0;
}

.title small {
    color: #555;
    font-size: 56%;
    font-weight: 500;
}

.hr1 {
    width: 50px;
    height: 4px !important;
    background: #ffc107;
    margin: 0 0 15px 0;
    opacity: 1;
    display: block;
}

.courses article {
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: 0 0px 25px 4px rgb(0 0 0 / 5%);
    -moz-box-shadow: 0 0px 25px 4px rgb(0 0 0 / 5%);
    box-shadow: 0 0px 25px 4px rgb(0 0 0 / 5%);
}

.courses article h4 {
    font-size: 18px;
    color: #0d8fcf;
    font-weight: 700;
}

.courses article h5 {
    font-size: 17px;
    color: #333;
}

.courses article p {
    padding: 0;
}

.courses article span img,
.gallery-in div img {
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

.courses article:hover span img,
.gallery-in div:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.languages div {
    border: 1px dashed #0d8fcf;
    border-radius: 10px;
    width: 50%;
}

.why,
.academy {
    background: #f0f0f0;
}

.why h4 {
    font-size: 20px;
    font-weight: 700;
}

.why li {
    list-style: none;
}

.why li svg {
    color: #48c3ff;
}

.why img {
    border-radius: 15px;
}

.guide article {
    border-radius: 12px;
    padding: 20px;
    -webkit-box-shadow: 0 0px 25px 4px rgb(0 0 0 / 5%);
    -moz-box-shadow: 0 0px 25px 4px rgb(0 0 0 / 5%);
    box-shadow: 0 0px 25px 4px rgb(0 0 0 / 5%);
}

.guide article img {
    width: 75px;
    border-radius: 7px;
}

.guide article h4 {
    font-size: 18px;
    font-weight: 700;
}

.guide article h5 {
    font-size: 15px;
    margin: 0;
}

.academy li {
    list-style: none;
    padding: 7px 20px;
}

.academy li svg {
    color: #48c3ff;
}

.testi-box {
    background: #0d8fcf;
    border-radius: 10px;
}

.testi-box img {
    width: 100px !important;
    height: 100px;
    object-fit: cover;
    border-radius: 100px;
    margin: 0 auto 15px auto;
}

.testi-box p {
    color: #fff;
}

.testi-box h4 {
    font-size: 17px;
    color: #ffc107;
    font-weight: 700;
}

.testi-box h5 {
    font-size: 14px;
    color: #fff;
    margin: 0;
}

.testimonials .owl-dots {
    display: none;
}

.testimonials .owl-nav {
    bottom: 0;
    width: 100%;
    margin-top: 20px;
}

.testimonials .owl-carousel .owl-nav button.owl-next,
.testimonials .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    width: 30px;
    background: #858585;
    color: #fff;
    font-size: 35px;
    line-height: 27px;
    padding: 0 0 5px 0 !important;
    outline: none;
    opacity: .6;
    border-radius: 3px;
}

.testimonials .owl-carousel .owl-nav button.owl-next:hover,
.testimonials .owl-carousel .owl-nav button.owl-prev:hover {
    opacity: 1;
}

.testimonials .owl-carousel .owl-nav button.owl-next {
    right: 50%;
    margin-right: -36px;
}

.testimonials .owl-carousel .owl-nav button.owl-prev {
    left: 50%;
    margin-left: -36px;
}

footer {
    background: #333;
    text-align: center;
}

footer .title {
    color: #fff;
}

.fcopy {
    background: #222;
}

.fcopy p {
    color: #c0c0c0;
}

@media only screen and (max-width: 1600px) {
    .banner-text {
        left: 37%;
    }
}

@media only screen and (max-width: 1500px) {
    .enquiry {
        right: 30px;
        width: 330px;
    }
    .banner-text {
        left: 40%;
    }
}

@media only screen and (max-width: 1400px) {
    .banner-text h1 {
        font-size: 24px;
    }
    .banner-text h2 {
        font-size: 21px;
    }
    .banner-text {
        left: 42%;
    }
    .banner-text h2 span {
        font-size: 150%;
    }
}

@media only screen and (max-width: 1300px) {
    .banner img {
        opacity: 0.35;
    }
    .banner-text {
        left: 32%;
    }
}

@media only screen and (max-width: 1200px) {
    .banner img {
        height: 410px;
        opacity: 1;
    }
    .banner-text {
        width: 384px;
        top: 8% !important;
        left: auto;
        right: 30px;
        transform: none !important;
    }
    .enquiry {
        position: relative !important;
        top: auto !important;
        right: auto;
        transform: none !important;
        width: 90%;
        margin: 40px auto;
    }
    .enquiry input[type=submit] {
        width: 100%;
        height: 45px;
        line-height: 45px;
    }
    .about article {
        background: rgb(255 255 255 / 90%);
    }
}

@media only screen and (max-width: 992px) {
    .home {
        padding: 0 10px;
    }
    .banner img {
        opacity: 0.35;
    }
    .about article {
        padding: 30px;
    }
    .languages div {
        width: 100%;
    }
    .courses article h4,
    .courses article h5,
    .courses article p,
    .guide article p {
        text-align: center;
    }
    .guide article {
        height: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .banner img {
        opacity: .2;
        object-position: center;
    }
    .banner-text {
        width: 100%;
        padding: 0 30px;
        text-align: center;
        top: 8% !important;
        right: 0;
    }
    .banner-text br {
        display: none;
    }
    .banner-text h2 span {
        font-size: 140%;
    }
    .banner-text h4 span {
        font-size: 150%;
    }
    .title {
        font-size: 21px;
        line-height: 28px;
    }
    .top-right a {
        padding: 5px 10px;
        font-size: 13px;
    }
}

@media only screen and (max-width: 576px) {
    .banner img {
        height: 360px;
    }
    .banner-text h2 {
        font-size: 16px;
        line-height: 24px;
        padding-top: 10px;
    }
    .banner-text h1 {
        font-size: 19px;
    }
    .banner-text h3 {
        font-size: 12px;
        line-height: 22px;
        padding: 3px 13px;
        margin: 0 0 10px 0;
    }
    .banner-text h4 {
        font-size: 14px;
        line-height: 24px;
    }
    .banner-text a,
    footer a {
        padding: 9px 15px;
        font-size: 13px;
    }
    .enquiry h3 {
        font-size: 16px;
    }
    .about article {
        padding: 20px;
    }
    p,
    li,
    .testi-box h5 {
        font-size: 13px;
        line-height: 26px;
    }
    .title {
        font-size: 18px;
        line-height: 23px;
        padding: 0 0 10px 0;
    }
    .hr1 {
        margin: 0 0 10px 0;
    }
    .courses article h4,
    .guide article h4 {
        font-size: 16px;
    }
    .courses article h5,
    .guide article h5,
    .testi-box h4 {
        font-size: 14px;
    }
    .fixheader .logo {
        margin-bottom: 0 !important;
    }
    .fixheader .logo img {
        width: 120px;
    }
    .fixheader .top-right {
        display: none !important;
    }
    .academy li {
        width: 100%;
        text-align: center;
        padding: 6px;
    }
    .testi-box img {
        width: 80px !important;
        height: 80px;
    }
    .testi-box h4 {
        margin-bottom: 5px;
    }
}