@charset "utf-8";
/* CSS Document */

/******************************

[Table of Contents]

1. 1600px
2. 1440px
3. 1280px
4. 1199px
5. 1024px
6. 991px
7. 959px
8. 880px
9. 768px
10. 767px
11. 539px
12. 479px
13. 400px

******************************/

/************
1. 1600px
************/

.mt-15 {
    margin-top: 15px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-70 {
    margin-top: 70px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.ml-15 {
    margin-left: 15px !important;
}

.ml-30 {
    margin-left: 30px !important;
}

.ml-50 {
    margin-left: 50px !important;
}

.mr-15 {
    margin-right: 15px !important;
}

.mr-30 {
    margin-right: 30px !important;
}

.mr-50 {
    margin-right: 50px !important;
}

/*--------------------------------- Responsive Media Quaries -----------------------------*/
.txt-ber{
 text-align: right;   
}
.nav-m {
    display: none !important;
    z-index: 99;
}
@media only screen and (min-width: 280px) and (max-width: 767px) {
    .nav-m {
    display: inherit !important;
}
.txt-ber{
 text-align: center;   
}
    }
@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}

/* Medium Device = 1200px */




@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header__right__social {
        margin-right: 12px;
    }
    .header__menu ul {
        text-align: center;
    }
    .header__menu ul li {
        margin-right: 10px;
    }
    .about__video__text {
        padding: 35px 35px 35px 50px;
    }
    .blog__large__pic {
        margin-right: 30px;
    }
    .blog__large__text {
        padding-top: 12px;
        padding-right: 10px;
    }
    .header__logo::before {
        left: -415px;
    }
}

/* Tablet Device = 768px */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about__video__text {
        height: auto;
    }
    .application-form .application__form__content {
        padding: 50px;
    }
    .blog__large__pic {
        float: none;
        margin-right: 0;
    }
    .blog__large__pic img {
        min-width: 100%;
        -webkit-transform: scale(1.25);
        -ms-transform: scale(1.25);
        transform: scale(1.25);
        margin-bottom: 30px;
    }
    .blog__large__text {
        padding-left: 50px;
        padding-bottom: 60px;
    }
    .canvas__open {
    display: block;
    font-size: 22px;
    color: #043b3e;
    height: 35px;
    width: 35px;
    line-height: 34px;
    text-align: center;
    border: 1px solid #ffffff;
    border-radius: 2px;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 22px;
    z-index: 9;
}
    .offcanvas-menu-overlay {
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background: rgba(0, 0, 0, 0.7);
        content: "";
        z-index: 98;
        -webkit-transition: all, 0.5s;
        -o-transition: all, 0.5s;
        transition: all, 0.5s;
        visibility: hidden;
    }
    .offcanvas-menu-overlay.active {
        visibility: visible;
    }
    .offcanvas-menu-wrapper {
        position: fixed;
        left: -300px;
        width: 300px;
        height: 100%;
        background: #011212;
        padding: 50px 20px 30px 30px;
        display: block;
        z-index: 99;
        overflow-y: auto;
        -webkit-transition: all, 0.5s;
        -o-transition: all, 0.5s;
        transition: all, 0.5s;
        opacity: 0;
    }
    .offcanvas-menu-wrapper.active {
        opacity: 1;
        left: 0;
    }
    .offcanvas__menu {
        display: none;
    }
    .slicknav_btn {
        display: none;
    }
    .slicknav_menu {
        background: transparent;
        padding: 0;
        margin-bottom: 20px;
    }
    .slicknav_nav ul {
            padding: 7px 0;
    margin: 0;
    line-height: 3;
    color: #ffffff !important;
    font-weight: 600;
    }
    .slicknav_nav .slicknav_row,
    .slicknav_nav a {
        padding: 7px 0;
        margin: 0;
        color: #ffffff;
        font-weight: 600;
    }
    .slicknav_nav .slicknav_row:hover {
        border-radius: 0;
        background: transparent;
        color: #ffffff;
    }
    .slicknav_nav a:hover {
        border-radius: 0;
        background: transparent;
        color: #ffffff;
    }
    .slicknav_nav a:hover {
    border-radius: 0;
    background: transparent;
    text-decoration: none;
    color: #4cb848;
}
    .slicknav_nav {
        display: block !important;
    }
    .offcanvas__logo {
        margin-bottom: 30px;
    }
    .offcanvas__search {
        position: absolute;
        right: 20px;
        top: 20px;
    }
    .offcanvas__search i {
        font-size: 18px;
        color: #ffffff;
        cursor: pointer;
    }
    .offcanvas__social {
        margin-bottom: 30px;
    }
    .offcanvas__social a {
        display: inline-block;
        font-size: 16px;
        color: #ffffff;
        margin-right: 20px;
    }
    .offcanvas__social a:last-child {
        margin-right: 0;
    }
    .header__menu {
        display: none;
    }
    .header__right {
        display: none;
    }
    .header .container {
        position: relative;
    }

}

@media (min-width: 576px) {
    .feature__item.right-column {
        margin-top: 120px !important;
    }
    .team__all {
        text-align: right !important;
        margin-bottom: 0 !important;
    }
    .courses__all {
        text-align: right !important;
        margin-bottom: 0 !important;
    }
    .application-form .application__form__content {
        padding: 45px;
    }
    .course__details__rating {
        text-align: right !important;
    }
}

/* Wide Mobile = 480px */

@media only screen and (max-width: 767px) {
    .feature__text {
        padding-top: 0;
        margin-bottom: 40px;
    }
    .nav-pc{
    display: none !important;
    z-index: 99;
}
    .feature__item.right-column {
        margin-top: 0;
    }
    .about__video__text {
        height: auto;
    }
    .team__all {
        text-align: left;
        margin-bottom: 50px;
    }
    .courses__all {
        text-align: left;
        margin-bottom: 50px;
    }
    .course__details__rating {
        text-align: left;
    }
    .faq__accordion {
        margin-bottom: 50px;
    }
    .blog__large__pic {
        float: none;
        margin-right: 0;
    }
    .blog__large__pic img {
        min-width: 100%;
        -webkit-transform: scale(1.25);
        -ms-transform: scale(1.25);
        transform: scale(1.25);
        margin-bottom: 30px;
    }
    .blog__large__text {
        padding-left: 50px;
        padding-bottom: 60px;
    }
    .blog__details__widget p {
        text-align: center;
        margin-bottom: 20px;
    }
    .blog__details__widget__social {
        text-align: center;
    }
    .contact__address {
        margin-bottom: 40px;
    }
    .canvas__open {
    display: block;
    font-size: 22px;
    color: #043b3e;
    height: 35px;
    width: 35px;
    line-height: 34px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 2px;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 22px;
    z-index: 9;
}
    .offcanvas-menu-overlay {
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background: rgba(0, 0, 0, 0.7);
        content: "";
        z-index: 98;
        -webkit-transition: all, 0.5s;
        -o-transition: all, 0.5s;
        transition: all, 0.5s;
        visibility: hidden;
    }
    .offcanvas-menu-overlay.active {
        visibility: visible;
    }
    .offcanvas-menu-wrapper {
        position: fixed;
        left: -260px;
        width: 260px;
        height: 100%;
        background: #011212;
        padding: 50px 20px 30px 30px;
        display: block;
        z-index: 99;
        overflow-y: auto;
        -webkit-transition: all, 0.5s;
        -o-transition: all, 0.5s;
        transition: all, 0.5s;
        opacity: 0;
    }
    .offcanvas-menu-wrapper.active {
        opacity: 1;
        left: 0;
    }
    .offcanvas__menu {
        display: none;
    }
    .slicknav_btn {
        display: none;
    }
    .slicknav_menu {
        background: transparent;
        padding: 0;
        margin-bottom: 20px;
    }
    .slicknav_nav ul {
        margin: 0;
    }
    .slicknav_nav .slicknav_row,
    .slicknav_nav a {
        padding: 7px 0;
        margin: 0;
        line-height: 3;
        color: #ffffff;
        font-weight: 600;
    }
    .slicknav_nav .slicknav_row:hover {
        border-radius: 0;
        background: transparent;
        color: #ffffff;
    }
    .slicknav_nav a:hover {
        border-radius: 0;
        background: transparent;
        text-decoration: none;
        color: #4cb848;
    }
    .breadcrumb-list {
    margin-left: 0px; 
}
    .slicknav_nav {
        display: block !important;
    }
    .offcanvas__logo {
        margin-bottom: 30px;
    }
    .offcanvas__search {
        position: absolute;
        right: 20px;
        top: 20px;
    }
    .offcanvas__search i {
        font-size: 18px;
        color: #ffffff;
        cursor: pointer;
    }
    .offcanvas__social {
        margin-bottom: 0px;
    }
    .offcanvas__social a {
        display: inline-block;
        font-size: 16px;
        color: #ffffff;
        margin-right: 5px;
    }
    .offcanvas__social a:last-child {
        margin-right: 0;
    }
    .header__menu {
        display: none;
    }
    .header__right {
        display: none;
    }
    .header .container {
        position: relative;
    }
}

/* Small Device = 320px */

@media only screen and (max-width: 479px) {
    .section-title h2 {
        font-size: 30px;
    }
    .about__video__text {
        padding: 70px 40px 70px 40px;
    }
    .team__item__img {
        float: none;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .team__item__img img {
        min-width: 100%;
    }
    .hero__text .second-bg {
        margin-left: 0;
        margin-top: 20px;
    }
    .application-form .application__form__content {
        padding: 30px 20px;
    }
    .about-hero {
        margin-top: -74px;
    }
    .testimonial__content {
        padding: 70px 20px 70px;
    }
    .blog__hero__text {
        padding: 40px 45px 30px;
    }
    .search-model-form input {
        width: 100%;
        font-size: 24px;
    }
}

@media only screen and (max-width: 1600px) {}

/************
2. 1440px
************/

@media only screen and (max-width: 1440px) {}

/************
3. 1380px
************/

@media only screen and (max-width: 1380px) {}

/************
3. 1280px
************/

@media only screen and (max-width: 1280px) {}

/************
4. 1199px
************/

@media only screen and (max-width: 1199px) {
    .header_extra {
        width: 417px;
        height: 101px;
    }

    .header_extra_title {
        font-size: 36px;
    }

    .home_slider_prev {
        left: 100px;
    }

    .home_slider_next {
        right: 100px;
    }

    .main_nav_list li:not(:last-child) {
        padding: 0px 0px !important;

    }

    .action a {
        display: inline-block;
        padding: 1px 58px;
        border-right: 1px solid #fff;
        background-image: linear-gradient(#f9f9f9, #676767);
        color: #fff;
        text-decoration: none;
    }

    .main_nav_list li a {
        font-size: 18px;
        padding: 0px 14px;
        color: #fff;
        text-transform: uppercase;
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease;
    }

    .home_slider_container {
        width: 100%;
        height: 334px;
        background: #000000;
    }

    .nav-1 {
        -ms-flex: 1 1 auto;
        flex: inherit !important;
        margin-left: 11px;
        padding-right: 14px !important;
    }
}

/************
4. 1100px
************/

@media only screen and (max-width: 1100px) {}

/************
5. 1024px
************/

@media only screen and (max-width: 1024px) {

}

/************
6. 991px
************/

@media only screen and (max-width: 991px) {
    .header_bar {
        display: none;
    }
    .bg-head {
            display: none !important;
    }
    .text-box >h2 {
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    }
    .nav-1 {
        -ms-flex: 1 1 auto;
        flex: inherit !important;
        margin-left: 3px;
        padding-right: 4px !important;
    }

    .main_nav_list li a {
        font-size: 12px;
        padding: 0px 0px;
        color: #fff;
        text-transform: uppercase;
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease;
    }

    .action a {
        display: inline-block;
        padding: 1px 27px;
        border-right: 1px solid #fff;
        background-image: linear-gradient(#f9f9f9, #676767);
        color: #fff;
        text-decoration: none;
    }

    .home_slider_container {
        width: 100%;
        height: 251px;
        background: #000000;
    }

    .header_extra {
        width: 347px;
        height: 81px;
    }

    .main_nav_list li:not(:last-child) {
        margin-right: 30px;
    }

    .home_slider_prev {
        left: 70px;
    }

    .home_slider_next {
        right: 70px;
    }

    .intro_content {
        width: 166px;
        height: 117px;
    }

    .intro_content a {
        font-size: 12px;
        line-height: 117px;
    }

    .post_v_small:first-child {
        margin-top: 41px;
    }

    .post_h_large .post_content {
        width: 100%;
        padding-top: 38px;
    }

    .post_v_small .post_title a {
        font-size: 30px;
    }

    .sidebar {
        margin-top: 100px;
    }
}

/************
7. 959px
************/

@media only screen and (max-width: 959px) {}

/************
8. 880px
************/

@media only screen and (max-width: 880px) {}

/************
9. 768px
************/

@media only screen and (max-width: 768px) {}

/************
10. 767px
************/

@media only screen and (max-width: 767px) {
    
    .header_extra {
        display: none !important;
    }
    .bar-head {
        padding: 1em 0;
        text-align: center;
        background-size: cover;
    }
    .breadcrumb-list>li {
    font-size: 11px;
    list-style: none;
    display: inline;
}
    .xitem img {
        max-width: 100%;
        border: none;
        text-align: center !important;
    }

    .plus {
        text-align: center !important;

    }

    .room-section {
        padding: 3rem 0;
    }

    .live-section {
        padding: 3rem 0;
    }

    .lix-section {
        padding: 3rem 0;
    }

    .footer-widget h3 {

        margin-bottom: 0px;
        margin-top: 20px;

    }

    .textt h2 {
        text-align: center !important;

    }

    .texttx h2 {
        font-size: 30px;

    }

    .elementor {
        text-align: center !important;
        padding: 10px;
    }

    .ic-img>img {
        margin-top: 0px;
    }

    .danger5 {
        color: #fff;
        font-size: 14px !important;
        background-color: #4054b2 !important;
        border-color: #4054b2 !important;
        border-radius: 2.25rem !important;
        padding: 10px 15px !important;
    }

    .danger6 {
        color: #4054b2;
        font-size: 14px !important;
        background-color: #fff !important;
        border-color: #4054b2 !important;
        border-radius: 2.25rem !important;
        padding: 10px 15px !important;
    }

    .col-xs-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xs-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        padding: 5px;
    }

    .col-xs-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .header__top {
        display: none;
    }

    .offcanvas__btn {
        background-color: #fff;
        width: 100px;
        margin-bottom: 20px;
    }

    .offcanvas__btn>a {
        color: #000;
        padding: 10px 10px 10px 25px;
        text-align: center;
    }

    .header__logo {
        position: relative;
        z-index: 1;
        margin-top: 5px;
    }

    .danger2 {
        font-size: 13px !important;
        padding: 5px 7px !important;
    }

    .danger3 {
        font-size: 13px !important;
        padding: 5px 7px !important;
    }

    .text-box>h2 {
        font-size: 1rem !important;
        font-weight: 300 !important;
    }

    .text-box>h6 {
        font-size: .5rem !important;
        font-weight: 300 !important;
    }

    .text-box>h3 {
        font-size: .25rem !important;
        font-weight: 300 !important;
    }

    .text-box h5 {
        font-size: 14px;
        padding-top: 0px !important;
    }

    .text-box h5>a {
        font-size: 13px !important;
        color: #fff !important;
    }

    .text-box h5 a:hover {
        color: #ff0000 !important;
        padding: 10px !important;
        border: 1px solid !important;
    }

    .box-29291 {
        margin-right: 0px;
        margin-top: 0px;
    }

    .cloned {
        width: 100% !important;
    }

    .box-29291>h6 {
        color: #b9b9b9;
        padding-left: 0px;

    }

    .nav-1 {
        -ms-flex: 1 1 auto;
        flex: inherit !important;
        margin-left: 5px;
        padding-right: 11px !important;
    }

    .home_slider_container {
        width: 100%;
        height: 122px;
        background: #000000;
    }

    .nav {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: nowrap !important;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
    }

    .action a {
        display: inline-block;
        padding: 1px 10px !important;
        border-right: 1px solid #fff;
        background-image: linear-gradient(#f9f9f9, #676767);
        color: #fff;
        text-decoration: none;
    }

    .content_container {
        margin-top: 6px;
        padding-bottom: 5px;
    }

    .content-area {
        margin-top: 0px;
        z-index: 1;
        position: relative;
    }

    .logo_container>a>img {
        width: 40%;
        padding: 10px 0px;


    }

    .navbar-brand-centered {
        position: absolute;
        left: 27%;
        display: block;
        width: 160px;
        text-align: center;
        background-color: transparent;
    }

    .navbar>.container .navbar-brand-centered,
    .navbar>.container-fluid .navbar-brand-centered {
        margin-left: -80px;
    }

    ul {
        list-style: none;
        margin-bottom: 0px;
        padding-left: 0px !important;
    }

    .header_nav_container {
        width: 100%;
        margin-top: 18px;
        z-index: 100;
        background-color: #fff;
        /* border-bottom: 1px solid #0671c0; */
    }

    .main_nav,
    .header_search_container,
    .header_content_container {
        display: none;
    }

    .header_nav_container,
    .scrollmagic-pin-spacer {
        margin-top: 0 !important;
    }

    .header_nav_content .logo_container {
        display: block;
        margin-left: 0px !important;
    }

    .hamburger {
        display: block;
    }

    .home_slider_nav {
        display: none !important;
    }

    .home_slider_content {
        max-width: 100%;
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }

    .home_title {
        font-size: 52px;
    }

    .intro_col:not(:last-child) {
        margin-bottom: 60px;
    }

    .footer_nav_list li:not(:last-child) {
        margin-right: 0px;
        margin-bottom: 12px;
    }
}

/************
11. 575px
************/

@media only screen and (max-width: 575px) {
    p {
        font-size: 12px;
        padding: 5px;
    }

    .menu {
        right: -100vw;
        width: 100vw;
        padding-right: 30px;
    }

    .menu_close_container {
        right: 30px;
    }

    .menu_extra {
        right: 30px;
    }

    .home_title {
        font-size: 36px;
    }

    .home_button {
        width: 205px;
        height: 49px;
    }

    .home_button a {
        font-size: 10px;
        font-weight: normal;
        line-height: 49px;
    }

    .home_text {
        font-size: 13px;
    }

    .section_title {
        font-size: 28px;
    }

    .section_subtitle {
        font-size: 14px;
    }

    .section_bar {
        margin-top: 0;
    }

    .post_title a {
        font-size: 24px !important;
    }

    .footer_social_list li {
        width: 48px;
        height: 48px;
    }

    .footer_social_list li a i {
        line-height: 48px;
    }
}

/************
11. 539px
************/

@media only screen and (max-width: 539px) {}

/************
12. 480px
************/

@media only screen and (max-width: 480px) {}

/************
13. 479px
************/

@media only screen and (max-width: 479px) {}

/************
14. 400px
************/

@media only screen and (min-width: 1023px) {
    .logo-desktop {
        display: none;
    }

}
@media only screen and (max-width: 768px) {
    .lin{
    border-left: none;
}
}
