@media (max-width:1494px) and (min-width:1356px) {
    header .btn-login, header .btn-register {
        width: 125px; 
    }
    .menu li {
        margin: 0px 15px;
    }
    .nav-menu a {
        padding: 10px 10px;
    }
}
@media screen and (max-width: 1600px) {
    .container-xl {
        max-width: 1380px;
    }
 
}
@media only screen and (min-device-width : 1140px) and (max-device-width : 1355.99px) {
    header .btn-login, header .btn-register {
        width: 100px; 
    }
 
}

@media only screen and (min-device-width : 1200px) and (max-device-width : 1385.99px) {
    header .btn-login, header .btn-register {
        width: 100px; 
    }

    header .col-lg-6 {
        -ms-flex: 0 0 55%;
        flex: 0 0 55%;
        max-width: 55%;
    }

    header .col-lg-3 {
        -ms-flex: 0 0 22%;
        flex: 0 0 22%;
        max-width: 22%;
    }
    .nav-menu.d-none.d-xl-block {
        margin-left: 20px;
    }
    .nav-menu a {
        display: block;
        position: relative;
        color: #333333;
        padding: 10px 9px;
        transition: 0.3s;
        font-size: 17px;
        font-weight: 600;
    }
    .col-lg-3.col-md-4.col-sm-6.mt-2 .img-100 {
        max-width: 235px;
    }
 
}
@media only screen and (min-device-width : 992px) and (max-device-width : 1024px) {
    .nav-menu a {
        display: block;
        position: relative;
        color: #333333;
        padding: 10px 6px;
        transition: 0.3s;
        font-size: 15px;
        font-weight: 600;
    }
    header .btn-register {
      
        width: 93px;
        line-height: 30px;
   
        border-radius: 20px;
        font-size: 15px;
    }
    header .btn-login {
 
        width: 93px;
        line-height: 30px;
    
        border-radius: 20px;

        font-size: 15px;
    }
 
    .carousel-indicators {
        bottom: 10%;
    }
    .carousel {
        position: relative;
        z-index: -9;
    }
    .about-text ul li {
        list-style: none;
        background: url(../images/arrow.png) no-repeat left 5px;
        margin: 0px 0px 20px;
        padding: 0px 0px 0px 40px;
    }
    .what-we-do {
        background-size: cover;
    }
    .cards_whatwedo .card__image img {
        width: 100%;
    }
    .map iframe {
        display: block;
        height: 250px;
        width: 100%;
    }

    footer .container {
        max-width: 95%;
    }
    footer .fab {
        margin: 0px 20px 30px 0px;
    }
    .banner {
	background: url(../images/banner-1.png) no-repeat center top;
    background-size: contain;
    }
    .glass {
        margin: 100px 0px 30px;
    }
    .banner-content p br {
        display: none;
    }
}

@media (min-width:768px) and (max-width:991.99px) {

    .container {
        max-width: 100%;
    }

    header .text-right {
        text-align: left !important;
    }
    .carousel {
        position: relative;
        z-index: -9;
    }

    .cards_whatwedo .card__image img {
        width: 100%;
    }
    .what-we-do {
         
    }

    .panel.panel-default.my-5 {
        margin-bottom: 0px !important;
    }
    .cards_whatwedo .cards__item {
        width: 100%;
        margin: 0px auto 80px;
    }
    .cards_whatwedo .cards__item:last-child {
        margin-bottom: 0px;
    }
    .testimonial .pic {
        display: block;
        overflow: hidden;
        width: 100%;
        margin: auto;
        max-width: 475px;
        text-align: center;
    }
    .testimonial .testimonial-content {
        width: 100%;
        display: block;
    }
    .contact {
        background: url(../images/Contact-Us.png) no-repeat center top;
        background-size: cover;
    }

    .cards_projects .cards__item {
        width: 100%;
    }
    .event-box .date, .event-box .date1, .event-box .date2, .event-box .date3 {
        float: none;
       
        border-radius: 10px;
        width: 100%;
        height: 100px;
        margin: 0px auto 20px;
        text-align: center;
     
        padding: 20px 10px 10px;
    }
    .event-box .content {
        float: none;
        width: 100%;
        color: #0F2235;
        font-size: 18px;
        line-height: 28px; 
    }
    .student-registeration-form ul.nav-tabs {
        width: 100%;
        padding: 15px 0px;
        border-bottom: 0px;
        margin: auto;
        text-align: center;
    }
    .student-registeration-form ul.nav-tabs li {
        text-align: center;
        margin: 5px auto 10px;
    }
    footer .text {
        width: 100%;
    }
    .banner {
        background: url(../images/banner-1.png) no-repeat center top;
        background-size: cover;
        }
        .glass {
            margin: 0px 0px 30px;
        }
        .banner-content p br {
            display: none;
        }
        .banner-content h1 {
            font-size: 2.0rem !important;
        }
    
}
@media (max-width: 768px) {

    .carousel {
        position: relative;
        z-index: -9;
        margin-top: 100px;
    }
   
}
@media (max-width: 767.99px) {

    .container {
        max-width: 100%;
    }

    .col-lg-3.col-md-6.text-right {
        width: 42%;
        position: absolute;
        right: 59px;
    }
    header .btn-login, header .btn-register {
        width: 100px; 
    }
    .cards_whatwedo .cards__item {
        width: 100%;
        margin: 0px auto 80px;
    }
    .cards_whatwedo .cards__item:last-child {
        margin-bottom: 0px;
    }
    .testimonial .pic {
        display: block;
        overflow: hidden;
        width: 100%;
        margin: auto;
        max-width: 475px;
        text-align: center;
    }
    .testimonial .testimonial-content {
        width: 100%;
        display: block;
    }
    
    .event-box .date, .event-box .date1, .event-box .date2, .event-box .date3 {
        float: none;
       
        border-radius: 10px;
        width: 100%;
        height: 100px;
        margin: 0px auto 20px;
        text-align: center;
     
        padding: 20px 10px 10px;
    }
    .event-box .content {
        float: none;
        width: 100%;
        color: #0F2235;
        font-size: 18px;
        line-height: 28px; 
    }
    .student-registeration-form ul.nav-tabs {
        width: 100%;
        padding: 15px 0px;
        border-bottom: 0px;
        margin: auto;
        text-align: center;
    }
    .student-registeration-form ul.nav-tabs li {
        text-align: center;
        margin: 5px auto 10px;
    }
    footer .text {
        width: 100%;
    }
    footer  {
        text-align: center;
    }
    footer h4 {
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .student-registeration-form .tab-content {
        width: 100%;
        margin: auto;
    }
    .banner {
        background: url(../images/banner-1.png) no-repeat center top;
        background-size: cover;
        }
        .glass {
            margin: 0px 0px 30px;
        }
        .banner-content p br {
            display: none;
        }
        .banner-content h1 {
            font-size: 2.0rem !important;
        }
  
}
@media (max-width: 560px) {

    header .btn-login, header .btn-register {
        width: 100px; 
    }
    .container {
        max-width: 100%;
    }
    .carousel {
        position: relative;
        z-index: -9;
        margin-top: 120px;
    }
    header {
        height: 120px;
    }
    header .col-lg-3.col-md-6.text-right {
        width: 50%;
        position: absolute;
        right: 5px;
        top: 70px;
    }

    .carousel-caption h1 {
        font-size: 2rem;
    }
    .carousel-caption p {
        line-height: 24px;
        font-size: 14px;
    }
    .carousel-caption {
        position: absolute;
        right: 15%;
        top: 13%;
        left: 15%;
        z-index: 10;
        padding-top: 20px;
        padding-bottom: 20px;
        color: #fff;
        text-align: center;
    }
    .carousel-indicators {
        bottom: -5%;
    }
    .carousel-caption .btn-register {
        width: 150px;
        line-height: 25px;
    }
    .cards_whatwedo .cards__item {
        display: flex;
        padding: 1rem;
        width: 100%;
    }
    .testimonial .pic, .testimonial .testimonial-content {
        display: block;
        overflow: hidden;
        width: 100%;
        margin: auto;
        text-align: center;
    }
    .testimonial .testimonial-content {
        margin-top: 25px;
    }
    .testimonial .testimonial-content h3 {
        text-align: center;
        margin-bottom: 5px;
    }
    .contact, .what-we-do {
        background-size: cover;
    }
    .contact .media-left .fas, .contact .media-left .fas:hover {
        width: 75px;
        height: 75px;
    }
    footer .text-left, footer .text-right {
        text-align: center !important;
    }
    .what-we-do.pb-5 {
        padding-bottom: 0px !important;
    }
    .get-in-touch {
        background: #00BEBE;
        border-radius: 20px;
        width: 100%;
        color: #fff;
        overflow: hidden;
        float: none;
        margin: 20px auto;
    }
    .get-in-touch ul.list-unstyled li .fas.fa-phone.fa-2x {
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        margin-left: -23px;
    }
    .student-registeration-form .tab-content {
        width: 100%;
        margin: auto;
    }
    #menu1 .container, #home .container {
        max-width: 100%;
        padding: 0px 20px !important;
        margin: 20px 0px !important;
    }
    .teacher-registeration-form {
        border: solid 1px #3B82F6;
        border-radius: 20px;
        width: 90%;
        margin: 20px auto;
        padding: 20px !important;
    }
    .nav-tabs {
        border-bottom: 1px solid #dee2e6;
        display: block;
    }
    .nav-tabs .nav-link {
        font-size: 22px;
        color: #0F2235;
        font-weight: 400;
        margin: 0px 0px;
        text-align: center;
        border-bottom: 1px solid #dee2e6;
    }
    .media .bg ul.nav-tabs {
        width: 100%;
        padding: 15px 0px;
        border-bottom: 0px;
        margin: auto;
        display: flex;
    }
    #myHeader .container {
        max-width: 95%;
    }
    .container.event.px-5.mt-5, .container.projects-list.px-5.mt-5 {        
        padding: 0px !important;
    }
    .banner {
        background: url(../images/banner-1.png) no-repeat center top;
        background-size: cover;
        }
        .glass {
            margin: 0px 0px 30px;
        }
        .banner-content p br {
            display: none;
        }
        .banner-content h1 {
            font-size: 2.0rem !important;
        }
        #nav-aha img, #nav-moeyicoding img, #nav-trainers img {
            margin: auto;
            display: block;
        }
}
@media (max-width: 460.99px) {
    header .btn-login, header .btn-register {
        width: 100px; 
    }
    .container {
        max-width: 100%;
    }    
    #myHeader .container {
        max-width: 95%;
    }
    .carousel {
        position: relative;
        z-index:0;
        margin-top: 120px;
        height: 250px;
    }
    .carousel-inner {
        position: relative;
        width: 100%;
        overflow: hidden;
        height: 250px;
    }
    .carousel-item {
        height: 250px;
    }
    .carousel-item .w-100 {
        width: 140% !important;
        height: auto;
    }
    header {
        height: 120px;
    }
    header .col-lg-3.col-md-6.text-right {
        width: 70%;
        position: absolute;
        right: 5px;
        top: 70px;
    }
    
    .carousel-caption h1 {
        font-size: 1.8rem;

    }
    .carousel-caption p {
        line-height: 20px;
        font-size: 14px;
    }
    .carousel-caption {
        position: absolute;
        right: 15%;
        top: 8%;
        left: 15%;
        z-index: 10;
        padding-top: 10px;
        padding-bottom: 20px;
        color: #fff;
        text-align: center;
    }
    .carousel-indicators {
        bottom: 0%;
    }
    .carousel-caption .btn-register {
        width: 150px;
        line-height: 25px;
    }
    .cards_whatwedo .cards__item {
        display: flex;
        padding: 1rem;
        width: 100%;
    }
    .testimonial .pic, .testimonial .testimonial-content {
        display: block;
        overflow: hidden;
        width: 100%;
        margin: auto;
        text-align: center;
    }
    
    .testimonial .testimonial-content {
        margin-top: 25px;
    }
    .testimonial .testimonial-content h3 {
        text-align: center;
        margin-bottom: 5px;
    }
    .contact, .what-we-do {
        background-size: cover;
    }
    .contact .media-left .fas, .contact .media-left .fas:hover {
        width: 75px;
        height: 75px;
    }
    footer .text-left, footer .text-right {
        text-align: center !important;
    }
    .slick-slide {
        height: 380px;
    }

    .cards_projects .card__image {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
        overflow: hidden;
        width: 100%;
        display: block;
        margin: 10px auto 10px;
        text-align: center;
    }

    .cards_projects .card__content {
        padding: 0;
        margin-top: 20px;
        width: 100%;
        display: block;
        padding-bottom: 20px;
    }

    /* .container.px-5.mt-5 {
        padding: 0px !important;
        margin: 0px !important;
    } */
    .get-in-touch ul.list-unstyled li .fas.fa-phone.fa-2x {
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        margin-left: -10px;
    }
    .student-registeration-form .tab-content {
        width: 100%;
        margin: auto;
    }

    #menu1 .container, #home .container {
        max-width: 100%;
        padding: 0px 20px !important;
        margin: 20px 0px !important;
    }
    .teacher-registeration-form {
        border: solid 1px #3B82F6;
        border-radius: 20px;
        width: 90%;
        margin: 20px auto;
        padding: 20px !important;
    }
    .nav-tabs {
        border-bottom: 1px solid #dee2e6;
        display: block;
    }
    .nav-tabs .nav-link {
        font-size: 22px;
        color: #0F2235;
        font-weight: 400;
        margin: 0px 0px;
        text-align: center;
        border-bottom: 1px solid #dee2e6;
    }
    .media .bg ul.nav-tabs {
        width: 100%;
        padding: 15px 0px;
        border-bottom: 0px;
        margin: auto;
        display: flex;
    }
    .container.event.px-5.mt-5, .container.projects-list.px-5.mt-5 {        
        padding: 0px!important;
    }
    #nav-aha img, #nav-moeyicoding img, #nav-trainers img {
        margin: auto;
    }
    
    .g-recaptcha {
        transform-origin: left top;
        -webkit-transform-origin: left top;
    }
}

@media (max-width: 360px) {

    header .btn-login, header .btn-register {
        width: 100px; 
    }
    #myHeader .container {
        max-width: 320px;
    }
    .carousel {
        position: relative;
        z-index:0;
        margin-top: 120px;
        height: 250px;
    }
    .carousel-inner {
        position: relative;
        width: 100%;
        overflow: hidden;
        height: 250px;
    }
    .carousel-item {
        height: 250px;
    }
    .carousel-item .w-100 {
        width: 140% !important;
        height: auto;
    }
    header {
        height: 120px;
    }
    header .col-lg-3.col-md-6.text-right {
        width: 100%;
        position: absolute;
        left: 5px;
        top: 70px;
    }
    header .col-lg-3.col-md-4.col-sm-6.mt-2 {
        padding: 0px;
    }

    header .col-lg-3.col-md-4.col-sm-6.mt-2 .img-100 {
        max-width: 80%;
    }
    .carousel-caption h1 {
        font-size: 1.8rem;

    }
    .carousel-caption p {
        line-height: 20px;
        font-size: 14px;
    }
    .carousel-caption {
        position: absolute;
        right: 15%;
        top: 8%;
        left: 15%;
        z-index: 10;
        padding-top: 10px;
        padding-bottom: 20px;
        color: #fff;
        text-align: center;
    }
    .carousel-indicators {
        bottom: 0%;
    }
    .carousel-caption .btn-register {
        width: 150px;
        line-height: 25px;
    }
    .cards_whatwedo .cards__item {
        display: flex;
        padding: 0rem;
        width: 100%;
    }
    .testimonial .pic, .testimonial .testimonial-content {
        display: block;
        overflow: hidden;
        width: 100%;
        margin: auto;
        text-align: center;
    }
    .testimonial .testimonial-content {
        margin-top: 25px;
    }
    .testimonial .testimonial-content h3 {
        text-align: center;
        margin-bottom: 5px;
    }
    .contact, .what-we-do {
        background-size: cover;
    }
    .contact .media-left .fas, .contact .media-left .fas:hover {
        width: 60px;
        height: 60px;
        font-size: 25px;
        line-height: 60px;
    }
    footer .text-left, footer .text-right {
        text-align: center !important;
        font-size: 14px;
    }
    .get-in-touch ul.list-unstyled li .fas.fa-phone.fa-2x {
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        margin-left: -5px;
    }

    .get-in-touch.px-5.py-4 {
        padding: 20px 15px !important;
    }
    .student-registeration-form .tab-content {
        width: 100%;
        margin: auto;
    }
    #menu1 .container, #home .container {
        max-width: 100%;
        padding: 0px 20px !important;
        margin: 20px 0px !important;
    }
    .teacher-registeration-form {
        border: solid 1px #3B82F6;
        border-radius: 20px;
        width: 90%;
        margin: 20px auto;
        padding: 20px !important;
    }
    .nav-tabs {
        border-bottom: 1px solid #dee2e6;
        display: block;
    }
    .nav-tabs .nav-link {
        font-size: 22px;
        color: #0F2235;
        font-weight: 400;
        margin: 0px 0px;
        text-align: center;
        border-bottom: 1px solid #dee2e6;
    }
    .media .bg ul.nav-tabs {
        width: 100%;
        padding: 15px 0px;
        border-bottom: 0px;
        margin: auto;
        display: flex;
    }
    #nav-aha img, #nav-moeyicoding img, #nav-trainers img {
        margin: auto;
    }
    
.g-recaptcha {
    transform-origin: left top;
    -webkit-transform-origin: left top;
  }
 
}
@media (max-width: 320px) {
    
    header .btn-login, header .btn-register {
        width: 100px; 
    }
    #myHeader .container {
        max-width: 300px;
    }
    .carousel {
        position: relative;
        z-index:0;
        margin-top: 120px;
        height: 300px;
    }
    .carousel-inner {
        position: relative;
        width: 100%;
        overflow: hidden;
        height: 300px;
    }
    .carousel-item {
        height: 300px;
    }
    .carousel-item .w-100 {
        width: 240% !important;
        height: auto;
    }
    header {
        height: 120px;
    }
    header .col-lg-3.col-md-6.text-right {
        width: 100%;
        position: absolute;
        left: 5px;
        top: 70px;
    }
    header .col-lg-3.col-md-4.col-sm-6.mt-2 {
        padding: 0px;
    }

    header .col-lg-3.col-md-4.col-sm-6.mt-2 .img-100 {
        max-width: 80%;
    }
    .carousel-caption h1 {
        font-size: 1.5rem;

    }
    .carousel-caption p {
        line-height: 20px;
        font-size: 14px;
    }
    .carousel-caption {
        position: absolute;
        right: 15%;
        top: 8%;
        left: 15%;
        z-index: 10;
        padding-top: 10px;
        padding-bottom: 20px;
        color: #fff;
        text-align: center;
    }
    .carousel-indicators {
        bottom: 0%;
    }
    .carousel-caption .btn-register {
        width: 150px;
        line-height: 25px;
    }
    .cards_whatwedo .cards__item {
        display: flex;
        padding: 1rem;
        width: 100%;
    }
    .testimonial .pic, .testimonial .testimonial-content {
        display: block;
        overflow: hidden;
        width: 100%;
        margin: auto;
        text-align: center;
    }
    .testimonial .testimonial-content {
        margin-top: 25px;
    }
    .testimonial .testimonial-content h3 {
        text-align: center;
        margin-bottom: 5px;
    }
    .contact, .what-we-do {
        background-size: cover;
    }
    .contact .media-left .fas, .contact .media-left .fas:hover {
        width: 60px;
        height: 60px;
        font-size: 25px;
        line-height: 60px;
    }
    footer .text-left, footer .text-right {
        text-align: center !important;
        font-size: 14px;
    }
    footer .text {
        width: 90%;
    }
    .student-registeration-form .tab-content {
        width: 100%;
        margin: auto;
    }
    #menu1 .container, #home .container {
        max-width: 100%;
        padding: 0px 20px !important;
        margin: 20px 0px !important;
    }
    .teacher-registeration-form {
        border: solid 1px #3B82F6;
        border-radius: 20px;
        width: 90%;
        margin: 20px auto;
        padding: 20px !important;
    }
    .nav-tabs {
        border-bottom: 1px solid #dee2e6;
        display: block;
    }
    .nav-tabs .nav-link {
        font-size: 22px;
        color: #0F2235;
        font-weight: 400;
        margin: 0px 0px;
        text-align: center;
        border-bottom: 1px solid #dee2e6;
    }
    .media .bg ul.nav-tabs {
        width: 100%;
        padding: 15px 0px;
        border-bottom: 0px;
        margin: auto;
        display: flex;
    }
 
    .container.event.px-5.mt-5, .container.projects-list.px-5.mt-5 {        
        padding: 0px !important;
    }
    #nav-aha img, #nav-moeyicoding img, #nav-trainers img {
        margin: auto;
    }
    
.g-recaptcha {
    transform-origin: left top;
    -webkit-transform-origin: left top;
  }
}