/* 
******* :: INDEX OF RESPONSIVE CSS :: *******
:: 1.0 COMMON CSS
:: 2.0 HEADER AREA CSS
:: 3.0 WELCOME AREA CSS
****************************** */


/* ******************************
:: 1.0 COMMON CSS
****************************** */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ptb_180 {
        padding: 130px 0;
    }
    .ptb_150 {
        padding: 100px 0;
    }
    .ptb_100 {
        padding: 70px 0;
    }
}

@media (max-width: 991px) {
    .res-margin {
        margin-bottom: 45px;
    }
}

@media (max-width: 767px) {
    .inner-wrapper h1,
    .inner-wrapper h2 {
        font-size: 30px;
    }
    .ptb_180 {
        padding: 130px 0;
    }
    .ptb_150,
    .ptb_100 {
        padding: 50px 0;
    }
}

@media (max-width: 575px) {
    .inner-wrapper h1,
    .inner-wrapper h2 {
        font-size: 24px;
    }
    .avatar-lg {
        height: 4rem;
        width: 4rem;
    }
    .container-fluid {
        padding: 0 3%;
    }
    .ptb_180 {
        padding: 80px 0;
    }
}


/*SECTION HEADING*/

@media (max-width: 991px) {
    h1 {
        font-size: 3em;
    }
    h2 {
        font-size: 36px;
    }
    .section-heading {
        margin-bottom: 50px;
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 2.8em;
    }
    h2 {
        font-size: 30px;
        line-height: 1.4;
    }
}

@media (max-width: 575px) {
    h1 {
        font-size: 2em;
        line-height: 1.4;
    }
    h2 {
        font-size: 24px;
        line-height: 1.4;
    }
    h3 {
        font-size: 18px;
        line-height: 1.4;
    }
    p {
        line-height: 26px;
    }
    .headings>h2,
    .section-heading>h2 {
        line-height: 1.5;
    }
}


/* ******************************
:: 2.0 HEADER AREA CSS
****************************** */

@media (min-width: 992px) {
    .navbar .navbar-nav .nav-link {
        padding-top: 1.875rem;
        padding-bottom: 1.875rem;
    }
    .navbar-sticky-on .navbar-nav .nav-link {
        padding-top: 1.625rem;
        padding-bottom: 1.625rem;
    }
}

@media (max-width: 991px) {
    .main:before {
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 0;
        background: #fff;
        z-index: 3;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: .3s;
        transition: .3s;
    }
    [data-theme=dark] .main:before {
        background: #01081f;
    }
    .canvas-open {
        overflow: hidden;
    }
    .canvas-open .main:before {
        width: 100%;
        opacity: .95;
        visibility: visible;
    }
    /* .navbar {
        padding-top: 0.625rem;
        padding-bottom: 0.625rem;
    } */
    .navbar.active {
        display: block;
    }
    .navbar.active .navbar-inner {
        right: 0;
    }
    .navbar .navbar-inner {
        right: -100%;
        -webkit-transition: right 0.3s 0.2s;
        transition: right 0.3s 0.2s;
    }
    .navbar .nav-link {
        border-bottom: 1px solid #eee;
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }
    [data-theme=dark] .navbar .nav-link {
        border-bottom: 1px solid #1E2745;
    }
    .navbar.navbar-dark .nav-link {
        color: #54565a;
    }
    [data-theme=dark] .navbar.navbar-dark .nav-link {
        color: #f6f8f9;
    }
    .navbar.navbar-dark .nav-link:hover,
    .navbar.navbar-dark .nav-link:focus,
    .navbar.navbar-dark .nav-link.active,
    .navbar.navbar-dark .nav-link.current-menu-item {
        color: #2c2e30;
    }
    [data-theme=dark] .navbar.navbar-dark .nav-link {
        color: #e7eaee;
    }
    [data-theme=dark] .navbar.navbar-dark .nav-link:hover {
        background: #01081f;
    }
    .navbar-inner {
        position: fixed;
        top: 0;
        bottom: 0;
        width: 20rem;
        padding-top: 2.5rem;
        background-color: #fff;
        -webkit-box-shadow: 0 0.5rem 1.875rem rgba(0, 0, 0, 0.15);
        box-shadow: 0 0.5rem 1.875rem rgba(0, 0, 0, 0.15);
        border-radius: 0;
        overflow-y: auto;
        z-index: 1050;
    }
    [data-theme=dark] .navbar-inner {
        background: #151c32;
    }
    .navbar-inner .dropdown-menu:before {
        content: none;
    }
    .navbar-inner .dropdown-menu {
        border: medium none;
        background: none;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        float: none;
        margin: 0;
        padding-top: 0;
        position: static;
    }
    [data-theme=dark] .navbar-inner .dropdown-menu .dropdown-item {
        color: #f6f8f9;
    }
    [data-theme=dark] .navbar-inner .dropdown-menu .dropdown-item:hover {
        background: #01081f;
    }
    .nav-open .main-wrapper {
        -webkit-transform: translate3d(-150px, 0, 0);
        transform: translate3d(-150px, 0, 0);
    }
    /*MOBILE NAVBAR TOGGLER*/
    .navbar-toggler {
        position: absolute !important;
        top: auto;
        right: 0;
        bottom: auto;
        left: auto;
        border: none;
        height: 100%;
        width: 3.75rem;
        background-image: none;
        border-radius: 0;
        z-index: 1;
        display: inline-block;
    }
    .navbar-inner .navbar-toggler {
        position: absolute;
        height: 2.5rem;
        top: 0;
    }
    .navbar-toggler-icon {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        margin: auto;
        background-image: none !important;
    }
    .navbar-toggler-icon,
    .navbar-toggler-icon:before,
    .navbar-toggler-icon:after {
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
    }
    .navbar-toggler-icon {
        height: 3px;
        width: 50%;
        background: #7e8085;
        display: inline-block;
    }
    .navbar-dark .navbar-toggler-icon {
        background: #fff;
    }
    .navbar-sticky-on .navbar-toggler-icon {
        background: #7e8085;
    }
    .navbar-dark .navbar-toggler-icon.active:before,
    .navbar-dark .navbar-toggler-icon.active:after {
        background: #7e8085;
    }
    .navbar-toggler-icon:before,
    .navbar-toggler-icon:after {
        content: "";
        background: #7e8085;
        left: 0;
        height: 100%;
        width: 100%;
        position: absolute;
    }
    .navbar-dark .navbar-toggler-icon:before,
    .navbar-dark .navbar-toggler-icon:after {
        background: #fff;
    }
    .navbar-sticky-on .navbar-toggler-icon:before,
    .navbar-sticky-on .navbar-toggler-icon:after {
        background: #7e8085;
    }
    .navbar-toggler-icon::before {
        top: -0.625rem;
    }
    .navbar-toggler-icon::after {
        top: 0.625rem;
    }
    .navbar-toggler-icon.active {
        background-color: transparent;
        -webkit-transform: scale(0.85) rotate(270deg);
        transform: scale(0.85) rotate(270deg);
    }
    .navbar-toggler-icon.active:before {
        top: 0;
        -webkit-transform: scale(0.65) rotate(45deg);
        transform: scale(0.65) rotate(45deg);
    }
    .navbar-toggler-icon.active:after {
        top: 0;
        -webkit-transform: scale(0.65) rotate(-45deg);
        transform: scale(0.65) rotate(-45deg);
    }
    .navbar-dark .navbar-brand .navbar-brand-regular {
        max-width: initial;
    }
}

@media (max-width: 767px) {
    .homepage-1 .navbar-dark .navbar-toggler-icon {
        background: #7e8085;
    }
    .homepage-1 .navbar-dark .navbar-toggler-icon:before,
    .homepage-1 .navbar-dark .navbar-toggler-icon:after {
        background: #7e8085;
    }
    .homepage-1 .navbar-dark .navbar-toggler-icon.active {
        background-color: transparent;
    }
    
}

/* ******************************
:: 3.0 WELCOME AREA TO Start CSS
****************************** */

@media(max-width: 1200px) {}

@media(max-width: 991px) {
    
}
@media(min-width: 767px) {
    .after-767{
        display: none;
    }
}
@media(max-width: 767px) {
    .before-767{
     display: none;
    }
    .navbar-expand-lg>.nav-container {
        justify-content: space-between;
    }
    .navbar-brand img {
        width: 200px;
    }

    .welcome-area {
        margin-top: 72px;
        /* background: #f6f6f6; */
        height: auto;
        background-position: -110px 0;
    }
}
@media(min-width: 575px) {
    .banner-overlay{
        display: none;
    }
   .navbar{
         background-color: #530d0f;
    }
}
@media(max-width:575px) {
    .navbar-brand img {
        width: 155px;
    }

    .navbar{
        background-color: #530d0f;
        padding-bottom: 18px;
    }
    .navbar .navbar-inner {
        right: auto;
        position: relative;
        background: transparent;
        box-shadow: none;
        top: 0;
        width: auto;
        padding-top: 0;
        overflow-y: initial;
    }
    .top-call a,
    .top-mail a {
        font-size: 12px;
        padding: 8px 12px;
    }

    .welcome-area {
        margin-top: 72px;
        /* background: #f6f6f6; */
        height: auto;
        background-image: url(../img/banner/banner-bg.jpg);
    }

    .banner-content .cta-area h3 {
        font-size: 24px;
        font-weight: 600;
        background: rgba(255, 255, 255, 0); 
        margin-bottom: 10px;   
        max-width: 325px;
    }
    .banner-overlay{
        /* background-color: rgba(255, 255, 255, 0.8); */
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
    }

    .banner-text{
        margin-top: 40px;
        flex-direction: column;
        align-items: flex-start;
    }
    .banner-text h2 {
        font-size: 80px;
        font-weight: 700;
        line-height: 70px;
    }
    .banner-text p {
        font-size: 35px;
        font-weight: 600;
        margin-bottom: 10px;
        line-height: 40px;
    }
    .banner-text2 {
        margin-bottom: 30px;
    }
    .banner-text2 h3 {
        padding: 8px 20px;
        font-weight: 600;
        font-size: 20px;
    }
    .suc-inner .head h2 {
        font-size: 28px;
        height: 200px;
    }
    
    .cta-area{
        margin-bottom: 10px;
        margin-top: 10px;
        position: relative;
    }
    .banner-graphic{
        position: relative;
    }
    .cl-inner h2 {
        font-size: 26px;
    }
    .celebrating-area {
        padding: 24px 0;
    }
    .suc-inner .head {
        height: 200px;
        width: 200px;
    }
    .suc-area {
        padding: 35px 0 60px;
    }
    .google-item {
        padding: 14px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .google-area {
        padding: 20px 0 40px;
    }
    .text-head h2 {
        font-size: 22px;
    }
    .cta-area h3{
        padding: 12px 14px 10px;
        font-size: 17px;
        max-width: 245px;
    }
    .suc-bx h3 {
        font-size: 38px;
    }
    .why-cont-box .icon {
        font-size: 40px;
    }

    .why-cont-box .text p{
        padding-left: 10px;
    }
    .why-bg-icon::after{
        display: none;
    }
    .why-cont-box {
        padding-right: 0;
    }
    .why-head h2 {
        margin-bottom: 20px;
    }
    .whatsapp-btn,
    .call-btn{
        padding: 5px 20px;
        font-size: 16px;
        width: 155px;
        border-radius: 9px;
        margin-bottom: 5px;
    }
    .banner-content {
        padding: 20px 0px;
    }
    .whatsapp-btn img, .call-btn img {
        max-width: 20px;
        margin-right: 5px;
    }
    .celebrating-area{
        height: auto;
    }
    .cl-inner .cta-area2 img {
        max-width: 20px;
    }
    .cta-area3 .call-btn, .cta-area3 .whatsapp-btn {
        width: 155px;
    }
    .suc-boxes {
        padding-left: 0;
        text-align: center;
    }
    .suc-bx{
        max-width: initial;
    }
    .cta-area4{
        top: 165px;
    }
    .bt-head h1{
        background-color: #e30614;
        color: #fff;
        font-size: 19px;
        text-transform: uppercase;
        padding: 10px 20px;
        border-radius: 15px;
        font-weight: 700;
    }
    .bt-head {
        width: 90%;
    }
    .why-cont-box .text p {
        font-size: 18px;
    }
    .batch-area{
        height: 160px;
    }
    .why-head h2{
        font-size: 22px;
    }
    .why-box{
        border-radius: 15px;
        padding: 10px 10px;
        margin-bottom: 15px;
        display: flex;
        align-items: center;
    }
    .why-box .icon{
        padding: 5px;
        flex: 0 0 16%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .why-box .text p{
        font-size: 15px;
        line-height: 20px;
    }
    .why-img .icons{
        top: 40%;
    }
    .why-area{
        padding-bottom: 40px;
    }
    .bottom-bg img{
        max-width: 170px;
    }
    .welcome-form-wrap {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .banner-head h1 {
        font-size: 26px;
        font-weight: 600;
        line-height: 1.5;
        margin-bottom: 20px;
    }
    .banner-head h1 span.d-block-md {
        display: block;
    }
    .form-title h2 {
        font-size: 25px;
    }
    .welcome-form {
        width: 320px;
    }
    .counter-section {
        padding-top: 80px;
        padding-bottom: 80px;
        height: auto;
    }
    .counter-bx h2 {
        font-size: 32px;
    }
    .counter-bx p {
        font-size: 18px;
    }
    .counter-bx {
        border-right: none;
        border-bottom: 3px solid #fff;
        padding: 20px 0;
    }
    .counter-bx.lst {
        border-bottom: none;
    }
    .about-img {
        display: none;
    }
    .media-box {
        flex: 0 0 100%;
    }
    .head h1 {
        color: #272727;
        font-size: 30px;
        position: relative;
        font-weight: 600;
        margin-bottom: 45px;
        max-width: 250px;
        line-height: 1.2;
    }
    .success-area {
        padding-bottom: 0;
    }
    .short-item iframe {
        height: 380px;
    }
    .short-section::before {
        height: 390px;
    }
    .full-section {
        padding-left: 0;
        margin-top: 100px;
    }
    .head-testi h1 {
        font-size: 29px;
    }
    .rt-slide .owl-nav {
        position: absolute;
        right: 35px;
        bottom: 0;
        top: -15px;
    }
    .lt-bra-box a {
        min-height: 80px;
    }
    .order-2-575 {
        order: 2;
    }
    .order-1-575 {
        order: 1;
    }
    .contact-ft {
        margin-top: 50px;
    }
    .pp-left {
        height: 155px;
        background-position: initial;
        width: 100%;
        background-size: cover;
    }
    .popupleft-content p {
        font-size: 17px;
        line-height: 28px;
        margin-top: 80px;
    }
    .bra-box {
        min-height: auto;
    }
    .bra-box-btx {
        margin: 50px 0 30px;
    }
    .course-box .inner h2 {
        min-height: auto;
    }
    .course-box .inner p {
        min-height: auto;
    }
    .banner-head h1 span.red-color {
        font-size: 40px;
    }
    .courses-section {
        background-size: contain;
        padding: 70px 0 25px;
    }
    .courses-section .head h1{
        color: #fff;
        max-width: initial;
    }
    .course-box{
        padding: 30px;
        min-height: auto;
        text-align: center;
    }
    .course-box p{
        font-size: 25px;
        font-weight: 300;
    }
    .cta-area6 .whatsapp-btn, 
    .cta-area6 .call-btn{
        font-size: 14px;
        max-width: 146px;
        display: inline-block;
    }
    .ins-ofr h1{
        font-size: 28px;
        margin-bottom: 5px;
    }
    .ins-ofr p{
        font-size: 16px;
    }
    .instant-offer{
        padding: 40px 0;
    }
    .batch-slider-area .batch-sli-head h2{
        font-size: 24px;
        padding: 4px 26px;
        border-radius: 30px;
        margin-bottom: -25px;
    }
    .batch-item .img .box{
        left: 35%;
    }
    .batch-item .img .box p{
        font-size: 17px;
        padding: 6px 15px;
    }
    .media-slider .owl-nav button {
        width: 37px;
        height: 37px;
    }
    .media-slider .owl-nav button span {
        font-size: 32px;
    }
    .media-section{
        padding: 40px 0;
    }
    .media-head h2{
        font-size: 35px;
    }
    .media-slider .owl-nav{
        top: -80px;
    }
    .google-box{
        padding: 20px;
    }
    .google-area .head h2{
        margin-bottom: 40px;
    }
    .google-item .img img{
        margin-bottom: 18px;
        height: 80px;
        width: 80px;
    }
    .google-item .img::before{
        right: 8%;
    }
    .google-item .img::after{
        left: 8%;
    }
    .google-item .text p{
        font-size: 12px;
        max-width: inherit;
    }
    .bra-box p {
        font-size: 14px;
    }
    .google-item .text h3{
        font-size: 22px;
    }
    .address{
        flex-direction: column;
        padding: 30px;
        padding-bottom: 0;
    }
    .first-adr{
        font-size: 20px;
        margin-bottom: 20px;
    }
    .second-adr{
        font-size: 15px;
    }
    .cta-area7{
        margin-top: 35px;
    }
    .cta-area7 h3{
        padding: 8px 20px;
        font-size: 16px;
        text-align: center;
    }
    .bra-head h2{
        font-size: 28px;
        font-weight: 600;
        margin-bottom: 20px;
    }
    .bra-box {
        margin-bottom: 20px;
    }
    .branches-area{
        padding-bottom: 30px;
    }
    .copy-right p, .copy-right a{
        font-size: 13px;
    }
    .modal-call a,
    .modal-mail a{
        width: 65%;
        font-size: 18px;
    }
    .modal-buttons{
        min-height: 230px;
    }
    .batch-slider .owl-nav button{
        width: 40px;
        height: 40px;
    }
    .batch-slider .owl-nav button span{
        font-size: 35px;
        line-height: 25px;
    }
    .batch-slider-area{
        padding-bottom: 0;
    }
    .test-areas{
        padding-bottom: 0px;
        padding: 40px 0 0;
    }
    .adr-btn .whatsapp-btn, .adr-btn .call-btn{
        width: 100%;
        padding: 10px 20px;
    }
    .courses-section .head h1 span {
        font-size: 22px;
    }
    .batch-slider-area .batch-sli-head h2 span{
        font-size: 17px;
    }
    .why-head h2::before{
        top: 65px;
    }
    .suc-inner {
        margin-bottom: 32px;
    }
    .suc-inner .bg-mat img {
        max-width: 177px;
    }
    .suc-inner .bg-mat img{
        max-width: 242px;
        margin-left: 0px;
    }
    .bra-box h3 {
        font-size: 18px;
    }
}
@media(max-width:440px) {

    }
@media(max-width:380px) {
    .banner-content .cta-area h3 {
        font-size: 20px;
    }

}