﻿body {
    margin: 0;
}
/* font family*/
@font-face {
    font-family: Rubik-Regular;
    src: url('../Fonts/Rubik-Regular.ttf');
}

@font-face {
    font-family: Rubik-Medium;
    src: url('../Fonts/Rubik-Medium.ttf');
}

@font-face {
    font-family: Rubik-Bold;
    src: url('../Fonts/Rubik-Bold.ttf');
}
/* font family*/

/*Media query*/
/* Large desktop and laptops*/
@media (min-width: 1200px) {
}

/* Landscape tablets and medium desktops*/
@media (min-width: 992px) and (max-width: 1199px) {
}

/* medium tablets and medium laptop*/
@media (min-width: 768px) and (max-width: 991px) {
}

/* portrait tablets and small desktops*/
@media (max-width: 767px) {
}

/* Mobile and small Phones*/
@media (max-width: 480px) {
}
/*Media query*/

.heading {
    margin-top: 20px;
}

.Desktop {
    display: block;
}

.Mobile {
    display: none;
}

.C_Align, .logo {
    text-align: center;
}

.home-bg {
    /*background-color: #ff571a;*/
    background: rgba(255, 87, 26, 0.8);
}

.wtbg {
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

.logo a img {
    width: 87%;
    padding: 4px 0px;
}

.mainMenu {
    list-style-type: none;
    margin: 28px 0px 0px 30px;
    width: 100%;
}

    .mainMenu li {
        display: inline-block;
        padding: 0px 30px 0px 0px;
    }

        .mainMenu li ul li {
            padding: 0px;
            width: 100%;
        }

        .mainMenu li a {
            color: #1e1e1e;
            font-size: 15px;
            transition: all 0.5s;
            font-family: Rubik-Medium;
        }

        .mainMenu li ul li a {
            color: #1e1e1e;
            font-family: Rubik-Regular;
            font-size: 14px;
        }

        .mainMenu li a:hover {
            color: #ff571a;
        }

.top-login {
    text-align: right;
    padding-top: 20px;
}

.tls-btn1, .tls-btn2, .slider-btn1, .slider-btn2 {
    border: 1px solid #ff571a;
    background-color: #ff571a;
    width: 100px;
    margin: 0px 5px;
    padding: 5px 10px;
    border-radius: 30px;
    color: #fff;
    font-family: Rubik-Medium;
    transition: all 0.5s;
}

.tls-btn2 {
    background-color: transparent;
    color: #ff571a;
}

    .tls-btn1:hover, .tls-btn2:hover, .slider-btn1:hover, .slider-btn2:hover {
        box-shadow: 0px 3px 8px rgba(0,0,0,0.5);
    }

.master-footer-btn {
    border: 1px solid #fff;
    background-color: #fff;
    color: #ff571a;
}

.fixed-ht {
    height: 82px;
}

.sliderbg1, .sliderbg2, .sliderbg3, .sliderbg4 {
    background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url(../Images/General/Slider1-Brandenburg-Gate-Germany.jpg);
    background-position: center;
    background-size: cover;
    /*background-attachment: fixed;*/
    height: 600px;
    border-radius: 0 0 40% 30%;
}

.sliderbg2 {
    background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url(../Images/General/Slider2-Alhambra-Spain.jpg);
    background-position: center;
    background-size: cover;
}

.sliderbg3 {
    background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url(../Images/General/Slider3-Eiffel-Tower-France.jpg);
    background-position: center;
    background-size: cover;
}

.sliderbg4 {
    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(../Images/General/Slider4-Home.jpg);
    background-position: center;
    background-size: cover;
    /*background-attachment: fixed;*/
}

.slider-txt {
    padding-top: 200px;
}

    .slider-txt h4 {
        font-family: Rubik-Bold;
        color: #ff4500;
        text-transform: uppercase;
        font-size: 40px;
        margin: 0px 0px 10px;
        text-shadow: 1px 1px 2px #fff, 0 0 1em #000, 0 0 0.2em #000;
    }

    .slider-txt h1 {
        font-family: Rubik-Bold;
        color: #fff;
        text-transform: uppercase;
        font-size: 35px;
        padding: 0px 145px;
        line-height: 40px;
        margin: 0px 0px 10px;
        text-shadow: 1px 1px 2px #000, 0 0 1em #000, 0 0 0.2em #000;
    }

        .slider-txt h1 span {
            font-size: 22px;
            text-transform: initial;
        }

    .slider-txt h2 {
        color: #fff;
        margin: 0px 0px 20px;
        font-family: Rubik-Bold;
        font-size: 18px;
        /*text-shadow: 1px 1px 2px #ffa280, 0 0 1em #ffa280, 0 0 0.2em #ffa280;*/
        text-shadow: 2px 2px 4px #000;
        text-transform: uppercase;
    }

.slider-btn1, .slider-btn2 {
    font-size: 15px;
    font-family: Rubik-Medium;
    text-transform: uppercase;
    padding: 10px 10px;
    width: 150px;
}

.slider-btn2 {
    border: 1px solid #ff571a;
    background-color: #fff;
    color: #ff571a;
}

.language-div {
    background-color: #fff;
    margin: 0px 0px 30px 0px;
    border-top-left-radius: 40%;
    border-top-right-radius: 40%;
    border-bottom-left-radius: 30%;
    border-bottom-right-radius: 40%;
    padding: 50px 185px 15px 185px;
    min-height: 350px;
}

    .language-div h1 {
        margin: 30px 0px 10px;
        font-size: 35px;
        text-align: center;
        font-family: Rubik-Bold;
        color: #ff571a;
        line-height: 35px;
        text-transform: uppercase;
    }

    .language-div h2, .language-div h3 {
        margin: 0px 0px 10px;
        font-size: 22px;
        color: #000;
        text-align: center;
        font-family: Rubik-Medium;
    }

    .language-div h3 {
        font-size: 18px;
        color: #1134a6;
        margin-top: 25px;
    }

    .language-div ul {
        text-align: center;
        margin: 45px 0px 0px -40px;
    }

        .language-div ul li {
            list-style-type: none;
            display: inline-block;
            padding: 0px 35px;
        }

            .language-div ul li a img {
                width: 85px;
            }

            .language-div ul li a {
                color: #000;
                font-family: Rubik-Medium;
                transition: all 0.5s;
            }

                .language-div ul li a:hover {
                    color: #ff571a;
                }

.home-about div {
    padding: 20px 60px;
}

    .home-about div h1 {
        font-size: 35px;
        margin: 0px 0px 10px;
        color: #fff;
        font-family: Rubik-Bold;
        text-align: center;
    }

    .home-about div p {
        color: #fff;
        font-size: 18px;
    }

        .home-about div p a {
            color: #000;
            font-family: Rubik-Medium;
            font-size: 16px;
        }

            .home-about div p a:hover {
                text-decoration: underline;
            }

.home-about h6 img {
    width: 100%;
}

.calendar-testi {
    margin: 40px 0px 0px;
    background-color: #fff;
    height: 300px;
    border-bottom-left-radius: 30%;
    border-bottom-right-radius: 40%;
}

.language-bg {
    background-image: linear-gradient(rgba(0,0,0,0.9), rgba(0,0,0,0.9)), url(../Images/General/Language-bg.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    border-bottom-left-radius: 30%;
    border-bottom-right-radius: 40%;
    padding: 30px 0px;
}

.head1 {
    color: #ff571a;
    font-size: 35px;
    font-family: Rubik-Bold;
    margin: 0px 0px 10px;
}

.head2 {
    color: #000;
    font-size: 25px;
    font-family: Rubik-Medium;
    margin: 0px 0px 10px;
}

.wtclr {
    color: #fff;
}

.calendar h6 img {
    width: 200px;
    margin-top: 10px;
    cursor: pointer;
}

.testi h5 i {
    color: #00CCFF;
    font-size: 30px;
}

.testi p {
    color: #fff;
    line-height: 22px;
}

.testi table tr td {
    padding: 5px;
}

    .testi table tr td i {
        color: #00CCFF;
        font-size: 40px;
        border: 1px solid #00CCFF;
        padding: 5px 10px;
        border-radius: 50%;
    }

.testi table tr td {
    color: #fff;
    font-family: Rubik-Medium;
    line-height: 20px;
}

    .testi table tr td span {
        font-size: 13px;
    }

.footer-bg {
    background-color: #fff;
    border-top-left-radius: 30%;
    border-top-right-radius: 40%;
    padding: 60px 0px 20px 0px;
}

.footer-bg-master {
    /*background-color: #ff571a;*/
    background: rgba(255, 87, 26, 0.9);
}

.ftitle {
    margin: 0px 0px 5px;
    color: #000;
    font-family: Rubik-Medium;
    font-size: 14px;
    text-transform: uppercase;
}

.ftitle-master {
    color: #fff;
}

.flist {
    margin: 0px 0px 20px -40px;
    list-style-type: none;
}

    .flist li i {
        color: #ff571a;
        padding: 0px 3px 0px;
        font-size: 16px;
    }

.flist-master li i {
    color: #fff;
}

.flist li {
    font-family: Rubik-Medium;
    font-size: 14px;
}

.flist-master li {
    color: #000;
}

.flist li a {
    color: #000;
    transition: all 0.5s;
    font-size: 14px;
    font-family: Rubik-Regular;
}

    .flist li a:hover, .social-links a i:hover, .copy a:hover {
        color: #ff571a;
    }

.flist-master li a:hover, .social-links-master a i:hover, .copy-master a:hover {
    color: #fff;
}

.social-links {
    margin: 10px 0px;
}

    .social-links a i {
        font-size: 25px;
        padding: 0px 10px 0px 0px;
        color: #ff571a;
        transition: all 0.5s;
    }

.social-links-master a i {
    color: #000;
}

.whatsapp a {
    color: #209c0c;
    font-family: Rubik-Medium;
    font-size: 14px;
    transition: all 0.5s;
}

.whatsapp i {
    color: #209c0c;
    font-size: 16px;
    padding: 0px 3px 0px;
}

.whatsapp-master a, .whatsapp-master i {
    color: #fff;
}

.whatsapp a:hover {
    text-decoration: underline;
}

.fline {
    border-bottom: 1px solid rgba(0,0,0,0.5);
}

.footer-btn {
    margin: -15px 0px 25px -5px;
}

.copy {
    color: #000;
    font-size: 13px;
    margin: 15px 0px 0px;
}

    .copy a {
        color: #000;
        transition: all 0.5s;
    }

.overview-bg {
    background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url(../Images/General/Overview.jpg);
    background-position: center;
    background-size: cover;
    /*background-attachment: fixed;*/
}

.whyus-bg {
    background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url(../Images/General/WhyUs.jpg);
    background-position: center;
    background-size: cover;
}

.team-bg {
    background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url(../Images/General/Team.jpg);
    background-position: center;
    background-size: cover;
}

.german-bg {
    background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url(../Images/General/Germany.jpg);
    background-position: center;
    background-size: cover;
}

.spain-bg {
    background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url(../Images/General/Spain.jpg);
    background-position: center;
    background-size: cover;
}

.france-bg {
    background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url(../Images/General/France.jpg);
    background-position: center;
    background-size: cover;
}

.eng-kan-bg {
    background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url(../Images/General/English-Kannada.jpg);
    background-position: center;
    background-size: cover;
}

.coursefee-bg {
    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(../Images/General/coursefee.jpg);
    background-position: center;
    background-size: cover;
}

.level-bg {
    background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url(../Images/General/Levels.jpg);
    background-position: center;
    background-size: cover;
}

.business-english-bg {
    background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url(../Images/General/BusinessEnglish.jpg);
    background-position: center;
    background-size: cover;
}


.holiday-bg {
    background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url(../Images/General/Holiday-List.jpg);
    background-position: center;
    background-size: cover;
}

.contact-bg {
    background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url(../Images/General/Contact.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.sitemap-bg {
    background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url(../Images/General/Sitemap.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.disclaimer-bg {
    background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url(../Images/General/Disclaimer.jpg);
    background-position: center;
    background-size: cover;
}

.login-bg {
    background-image: linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.3)), url(../Images/General/Login.jpg);
    background-position: center;
    background-size: cover;
}

.registration-bg {
    background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url(../Images/General/Registration.jpg);
    background-position: center;
    background-size: cover;
}

.trainer-bg {
    background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url(../Images/General/Trainer.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.enquiry-bg {
    background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url(../Images/General/Enquiry.jpg);
    background-position: center;
    background-size: cover;
}

.testi-bg {
    background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url(../Images/General/Testimonials.jpg);
    background-position: center;
    background-size: cover;
}

.notice-bg {
    background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url(../Images/General/NoticeBoard.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.resources-bg {
    background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url(../Images/General/Resources.jpg);
    background-position: center;
    background-size: cover;
}

.program-bg {
    background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url(../Images/General/Slider4-Home.jpg);
    background-position: center;
    background-size: cover;
}

.subtxt {
    height: 300px;
    border-radius: 0 0 40% 30%;
    margin-bottom: 40px;
}

    .subtxt div h1 {
        font-family: Rubik-Bold;
        color: #ff571a;
        text-transform: uppercase;
        font-size: 35px;
        margin: 0px;
        text-shadow: 1px 1px 2px #fff, 0 0 1em #000, 0 0 0.2em #000;
        text-align: center;
        padding-top: 120px;
    }

.whyus {
    background-color: #eee;
    padding: 15px;
    border-radius: 5px;
    border-bottom: 5px solid #666;
    min-height: 180px;
    margin-bottom: 20px;
}

    .whyus h6 span {
        background-color: #666;
        border: 1px solid #666;
        color: #fff;
        padding: 10px 13px;
        border-radius: 50%;
        font-size: 27px;
        transition: all 0.5s;
    }


    .whyus p {
        margin: 20px 0px 0px;
        font-size: 16px;
    }

    .whyus:hover h6 span {
        border: 1px solid rgba(255, 87, 26, 0.9);
        background-color: #fff;
        color: rgba(255, 87, 26, 0.9);
    }

    .whyus:hover {
        border-bottom: 5px solid rgba(0,0,0,0.3);
        background-color: rgba(255, 87, 26, 0.8);
    }

        .whyus:hover p {
            color: #fff;
        }

.team-left img {
    width: 250px;
    border: 1px solid #ccc;
    padding: 3px;
    border-radius: 3px;
    margin-bottom: 20px;
}

.team-right h1 {
    margin: 0px 0px 5px;
    font-family: Rubik-Bold;
    font-size: 20px;
    color: #ff571a;
}

.team-right h2 {
    margin: 0px 0px 10px;
    font-family: Rubik-Medium;
    font-size: 17px;
    color: #000;
}

.team-right p span {
    font-family: Rubik-Medium;
}

.team-line {
    border-bottom: 1px solid #ccc;
    margin: 20px 0px 40px;
}

.padding1 {
    padding: 30px 0px;
}

.padding2 {
    padding: 0px 0px 20px;
}

.map img {
    width: 100%;
}

.important ul {
    margin: 20px 0px 0px -20px;
}

    .important ul li {
        color: #ff571a;
        list-style-type: square;
        padding: 8px 0px;
    }

        .important ul li span {
            color: #4d4d4d;
            font-size: 17px;
        }

.mtop {
    margin-top: 20px;
}

.list li {
    color: #ff571a;
}

    .list li span {
        color: #4d4d4d;
    }

.leveldiv {
    background: rgba(0, 0, 0, 0.8);
    border-top-left-radius: 30%;
    border-top-right-radius: 40%;
    border-bottom-left-radius: 30%;
    border-bottom-right-radius: 40%;
    padding: 30px 60px 30px 35px;
}

.leveldiv1 {
    background: rgba(255, 87, 26, 0.9);
}

.leveldiv table {
    width: 100%;
}

    .leveldiv table tr td:nth-child(1) {
        width: 20%;
        vertical-align: middle;
    }

    .leveldiv table tr td h3 {
        margin: 0px;
        font-family: Rubik-Medium;
        font-size: 20px;
        color: #fff;
        text-align: center;
        line-height: 27px;
    }

    .leveldiv table tr td p {
        margin: 0px;
        line-height: 20px;
        color: #fff;
    }

.fee-tbl {
    width: 100%;
}

    .fee-tbl tr td {
        padding: 5px;
        border: 1px solid rgba(0,0,0,0.3);
    }

        .fee-tbl tr td h3 {
            margin: 5px 0px;
            font-size: 15px;
            font-family: Rubik-Medium;
            color: #fff;
        }

    .fee-tbl tr:nth-child(1) {
        background-color: rgba(255, 87, 26, 0.8);
    }

    .fee-tbl tr:nth-child(2) {
        background-color: #e1e1e1;
        font-size: 14px;
        font-family: Rubik-Medium;
    }

.holiday-tbl tr:nth-child(2) {
    background-color: transparent;
    font-family: Rubik-Regular;
}

.fee-tbl tr td i {
    padding: 0px 3px 0px;
}

.tls-scroll {
    overflow-x: auto;
}

.address h3 {
    margin: 0px 0px 15px;
    font-family: Rubik-Medium;
    font-size: 17px;
    color: rgba(0,0,0,0.5);
    line-height: 25px;
}

    .address h3 i {
        color: #ff571a;
        padding: 0px 3px 0px;
    }

    .address h3 a {
        color: rgba(0,0,0,0.5);
        text-decoration: underline;
    }

        .address h3 a:hover, .sitemap li a:hover {
            color: #ff571a;
        }

.sitemap li a {
    color: #4d4d4d;
    transition: all 0.5s;
}

.fee-contact a {
    color: #4d4d4d;
    text-decoration: underline;
    transition: all 0.5s;
}

    .fee-contact a:hover {
        color: rgba(255, 87, 26, 0.9);
    }

.login-div {
    margin: 40px 0px;
    /*box-shadow: 0px 3px 8px rgba(0,0,0,0.5);*/
}

.login-txtbx {
    width: 100%;
    border: 1px solid #fff;
    background-color: #fff;
    padding: 5px 10px;
    border-radius: 20px;
    color: #000;
}

    .login-txtbx:focus {
        box-shadow: 0px 3px 3px rgba(0,0,0,0.5);
    }

.login-btn {
    width: 100%;
    border: 1px solid #fff;
    background-color: transparent;
    padding: 5px 10px;
    border-radius: 20px;
    color: #fff;
    transition: all 0.5s;
}

    .login-btn:hover {
        background-color: #fff;
        color: #ff571a;
    }

.login-div table {
    width: 100%;
    margin: 20px 0px 0px;
}

    .login-div table tr td {
        padding: 0px 5px;
        width: 50%;
    }

.registration-div, .contact-div {
    box-shadow: 0px 3px 8px rgba(0,0,0,0.5);
    border-radius: 3px;
    padding: 15px;
    margin: 30px 200px;
}

.contact-div {
    margin: 0px 0px 30px;
    padding: 25px 15px 15px;
}

.tls-txtbx {
    width: 100%;
    border: 1px solid #eee;
    background-color: #eee;
    padding: 5px 10px;
    border-radius: 20px;
    color: #000;
    height: 38px;
}

    .tls-txtbx:focus {
        border: 1px solid #ff571a;
    }

.noticeboard {
    width: 100%;
    margin: 10px 0px 30px;
}

    .noticeboard tr td {
        padding: 5px;
        border: 1px solid #ccc;
        vertical-align: top;
    }

        .noticeboard tr td:nth-child(1) {
            width: 15%;
        }

        .noticeboard tr td img {
            width: 100%;
            box-shadow: 0px 3px 4px rgba(0,0,0,0.5);
            padding: 5px;
        }

        .noticeboard tr td h3 {
            margin: 10px 0px;
            font-size: 15px;
            font-family: Rubik-Medium;
        }

        .noticeboard tr td p {
            font-size: 15px;
        }

.resource-img img {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 5px;
    margin: 0px 0px 15px;
}

.resourcetbl {
    margin-bottom: 20px;
}

    .resourcetbl h3 {
        margin: 0px 0px 10px;
        font-size: 15px;
        font-family: Rubik-Medium;
        color: rgba(255, 87, 26, 0.9)
    }

    .resourcetbl p a {
        color: #ff571a;
        padding-left: 5px;
    }

        .resourcetbl p a:hover {
            text-decoration: underline;
        }

        .resourcetbl p a i {
            padding: 0px 0px 0px 3px;
        }

    .resourcetbl h6 {
        margin: 10px 0px;
        border-bottom: 1px solid #ccc;
    }

.tlscalendar {
    width: 100%;
    margin-bottom: 0px;
}

    .tlscalendar tr td, .tlscalendar tr th {
        padding: 5px;
        text-align: center;
    }

.evnt-table {
    margin-bottom: 40px;
}

    .evnt-table tr td {
        border: 1px solid rgba(0,0,0,0.3);
        padding: 5px;
    }

.coursetitle {
    color: #ff571a;
    font-family: Rubik-Medium;
    font-size: 20px;
    line-height: 22px;
}

    .coursetitle span {
        color: #4d4d4d;
        font-size: 14px;
        font-family: Rubik-Regular;
    }

.evtdtl {
    margin: 20px 0px;
    width: 100%;
}

    .evtdtl tr td {
        padding: 5px;
        border-bottom: 1px solid rgba(0,0,0,0.2);
    }

        .evtdtl tr td:nth-child(1) {
            width: 25%;
        }

.stu-tbl {
    width: 100%;
    margin: 20px 0px;
    box-shadow: 0px 3px 4px rgba(0,0,0,0.5);
}

    .stu-tbl tr td {
        border: 1px solid #ccc;
        padding: 5px;
    }

        .stu-tbl tr td:nth-child(1) {
            width: 40%;
        }

        .stu-tbl tr td h3 {
            margin: 10px 0px;
            font-size: 15px;
            font-family: Rubik-Medium;
            color: #ff571a;
        }

        .stu-tbl tr td a {
            color: #4d4d4d;
            text-decoration: underline;
            transition: all 0.5s;
        }

            .stu-tbl tr td a:hover {
                color: #ff571a;
            }

.user-account h4 {
    margin: 0px 0px 10px;
    font-size: 14px;
    font-family: Rubik-Medium;
    color: rgba(255, 87, 26, 0.9);
}

.user-account h5 {
    margin: 5px 0px 0px;
    font-size: 14px;
    font-family: Rubik-Medium;
}

    .user-account h5 i {
        color: rgba(255, 87, 26, 0.8);
        padding: 0px 1px 0px;
    }

    .user-account h5 a {
        color: #4d4d4d;
        padding: 0px 5px 0px 0px;
        transition: all 0.5s;
    }

        .user-account h5 a:hover {
            text-decoration: underline;
        }
/*Media query*/
/* Large desktop and laptops*/
@media (min-width: 1200px) {
    .maphead {
        font-size: 30px;
    }

    .slider-txt-home {
        padding-top: 220px;
    }

        .slider-txt-home h1 {
            font-size: 45px;
            margin: 0px 0px 20px;
            color: #ff571a;
            text-shadow: 1px 1px 2px #fff, 0 0 1em #000, 0 0 0.2em #000;
        }

        .slider-txt-home h2 {
            font-size: 20px;
        }

    .tls-btn1, .tls-btn2 {
        width: 110px;
    }
}

/* Landscape tablets and medium desktops*/
@media (min-width: 992px) and (max-width: 1199px) {
    .mainMenu {
        margin: 22px 0px 0px -40px;
        width: 110%;
    }

        .mainMenu li {
            padding: 0px 15px 0px 0px;
        }

    .top-login {
        padding-top: 15px;
    }

    .fixed-ht {
        height: 68px;
    }

    .language-div h1 {
        font-size: 30px;
    }

    .whyus {
        min-height: 200px;
    }

    .team-left img {
        width: 215px;
    }

    .maphead {
        font-size: 30px;
    }

    .important ul li {
        padding: 4px 0px;
    }

        .important ul li span {
            font-size: 16px;
        }

    .slider-txt {
        padding-top: 200px;
    }

        .slider-txt h4 {
            font-size: 35px;
        }

        .slider-txt h1 {
            font-size: 30px;
            padding: 0px 100px;
            line-height: 35px;
        }

    .registration-div {
        margin: 30px 100px;
    }
}

/* medium tablets and medium laptop*/
@media (min-width: 768px) and (max-width: 991px) {

    .logo a img {
        width: 250px;
    }

    .mainMenu {
        margin: 15px 0px 0px -40px;
        width: 110%;
    }

        .mainMenu li {
            padding: 0px 15px 0px 0px;
        }

    .top-login {
        padding: 10px 0px;
    }

    .fixed-ht {
        height: 150px;
    }

    .sliderbg1, .sliderbg2, .sliderbg3, .sliderbg4 {
        height: 500px;
    }

    .slider-txt {
        padding-top: 135px;
    }

        .slider-txt h4 {
            font-size: 32px;
        }

        .slider-txt h1 {
            font-size: 28px;
            padding: 0px 0px;
            line-height: 32px;
        }

            .slider-txt h1 span {
                font-size: 18px;
            }

        .slider-txt h2 {
            font-size: 18px;
        }

    .slider-btn1, .slider-btn2 {
        font-size: 14px;
        padding: 10px 10px;
        width: 135px;
    }

    .language-div {
        padding: 50px 95px 15px 95px;
        min-height: 0px;
    }

        .language-div h1 {
            margin: 15px 0px 10px;
            font-size: 28px;
        }

        .language-div h2 {
            font-size: 20px;
        }

    .home-about div {
        padding: 20px 30px;
    }

        .home-about div h1 {
            font-size: 30px;
        }

        .home-about div p {
            color: #fff;
            font-size: 16px;
        }

    .head1 {
        font-size: 30px;
    }

    .head2 {
        font-size: 23px;
    }

    .subtxt {
        height: 250px;
    }

        .subtxt div h1 {
            font-size: 30px;
            padding-top: 100px;
        }

    .whyus {
        min-height: 220px
    }

        .whyus h6 span {
            padding: 10px 10px;
            font-size: 18px;
        }

        .whyus p {
            font-size: 15px;
            line-height: 22px;
        }

    .team-left img {
        width: 100%;
    }

    .team-line {
        margin: 15px 0px 35px;
    }

    .important ul li {
        padding: 2px 0px;
    }

        .important ul li span {
            font-size: 15px;
        }

    .registration-div {
        margin: 30px 50px;
    }

    .user-account h5 {
        margin: 5px 0px 10px;
    }
}

/* portrait tablets and small desktops*/
@media (max-width: 767px) {
    .fixed-top {
        position: relative;
        width: 100%;
        z-index: auto;
    }

    .logo {
        text-align: left;
    }

        .logo a img {
            width: 220px;
        }

    .mainMenu {
        margin: 5px 0px 0px -40px;
    }

        .mainMenu li {
            padding: 2px 0px;
            display: list-item;
        }

            .mainMenu li a {
                font-family: Rubik-Regular;
            }

    .top-login {
        text-align: left;
        padding: 5px 0px 10px;
    }

    .tls-btn1, .tls-btn2 {
        width: auto;
        margin: 0px 3px;
        padding: 3px 7px;
        border-radius: 30px;
        font-size: 14px;
    }

    .fixed-ht {
        height: auto;
    }

    .sliderbg1, .sliderbg2, .sliderbg3, .sliderbg4 {
        height: 375px;
    }

    .slider-txt {
        padding-top: 50px;
    }

        .slider-txt h4 {
            font-size: 28px;
        }

        .slider-txt h1 {
            font-size: 20px;
            padding: 0px 30px;
            line-height: 28px;
        }

            .slider-txt h1 span {
                font-size: 16px;
                line-height: 20px;
            }

        .slider-txt h2 {
            font-size: 14px;
        }

    .slider-btn1, .slider-btn2 {
        font-size: 13px;
        padding: 5px 10px;
        width: 120px;
    }

    .language-div {
        border-top-left-radius: 35%;
        border-top-right-radius: 30%;
        border-bottom-left-radius: 15%;
        border-bottom-right-radius: 25%;
        padding: 30px 15px 15px 15px;
        min-height: 0px;
    }

        .language-div h1 {
            margin: 15px 0px 10px;
            font-size: 23px;
            line-height: inherit;
        }

        .language-div h2 {
            font-size: 18px;
        }

        .language-div ul li a img {
            width: 50px;
        }

        .language-div ul li {
            padding: 0px 15px;
        }

    .home-about div {
        padding: 20px 0px;
    }

        .home-about div h1 {
            font-size: 27px;
        }

        .home-about div p {
            color: #fff;
            font-size: 15px;
        }

    .head1 {
        font-size: 28px;
    }

    .head2 {
        font-size: 20px;
    }

    .calendar h6 img {
        width: 100px;
    }

    .footer-bg {
        border-top-left-radius: 20%;
        border-top-right-radius: 30%;
        padding: 80px 0px 20px 20px;
    }

    .subtxt {
        height: 200px;
    }

        .subtxt div h1 {
            font-size: 28px;
            padding-top: 75px;
        }

    .whyus {
        min-height: 0px;
    }

        .whyus h6 span {
            padding: 10px 10px;
            font-size: 18px;
        }

        .whyus p {
            font-size: 15px;
            line-height: 22px;
        }

    .team-left img {
        width: 200px;
        margin-bottom: 10px;
    }

    .team-right h1 {
        margin: 0px 0px 2px;
        font-size: 18px;
    }

    .team-line {
        margin: 10px 0px 20px;
    }

    .padding1 {
        padding: 20px 0px;
    }

    .map {
        margin-bottom: 10px;
    }

        .map img {
            width: 60%;
        }

    .important ul li {
        padding: 2px 0px;
    }

        .important ul li span {
            font-size: 15px;
        }

    .mtop {
        margin-top: 10px;
    }

    .leveldiv {
        padding: 30px 40px 30px 30px;
    }

        .leveldiv table tr td:nth-child(1) {
            width: 30%;
            vertical-align: middle;
        }

        .leveldiv table tr td h3 {
            font-size: 18px;
        }

    .address h3 {
        font-size: 15px;
        line-height: 22px;
    }

    .registration-div {
        margin: 30px 0px;
    }

    .user-account h4, .user-account h5 {
        font-family: Rubik-Regular;
    }

    .user-account h5 {
        margin: 5px 0px 10px;
    }
}

/* Mobile and small Phones*/
@media (max-width: 480px) {
    .logo a img {
        width: 200px;
    }

    .head1 {
        font-size: 26px;
    }

    .head2 {
        font-size: 18px;
    }

    .subtxt {
        height: 200px;
    }

        .subtxt div h1 {
            font-size: 26px;
            padding-top: 65px;
        }
}
/*Media query*/
