@media only screen and (min-width: 100px) and (max-width: 1640px) {
  .main-menu::before {
    left: -51px;
  }

  .banner-slider .slick-dots {
    left: -50px;
  }

  .logo {
    margin-left: 23%;
  }
}

@media only screen and (min-width: 100px) and (max-width: 1440px) {
  .main-menu ul {
    gap: 10px;
  }

  .logo a img {
    width: 300px;
  }

  .banner-slider .slick-dots {
    left: 0;
  }

  .main-menu {
    display: flex;
    justify-content: center;
    gap: 37px;
    align-items: center;
    /* background-color: var(--c1); */
    position: relative;
    padding: 7px 0;
    transform: skewX(0deg);
    margin-right: 0;
    padding-right: 0%;
    padding-left: 43%;
  }

}

/*for-large-dekstop view-1200*/
@media only screen and (min-width: 100px) and (max-width: 1399px) {
  .banner-content .bnrpara {
    font-size: 71px;
  }

  .banner-content p {
    font-size: 19px;
  }

  button.hero-prev {
    left: 100px;
  }

  button.hero-next {
    left: 210px;
  }

  button.hero-prev,
  button.hero-next {
    top: 58%;
  }

  .banner-img {
    height: 110%;
    background-size: cover;
    background-position: 80% top;
  }

  .hero-slider {
    height: 44rem;
  }

  .custom-next {
    right: -7px;
  }

  .custom-prev {
    left: -8%;
  }

  /* .service-card-content p {
    font-size: 17px;
  }
  .service-card-content h2 {
    line-height: 1.2;
    padding: 10px 0;
  } */
  .running-project-content p {
    font-size: 16px;
    margin-top: 70%;
  }
  .running-project-content h2 {
    font-size: 24px;
  }

  .running-project-content {
    bottom: -90px;
  }

  .web-title h2 {
    font-size: 44px;
  }

  .exam-course-title p {
    font-size: 17px;
  }

  .logo img {
    width: 300px;
  }

  .web-btn.order-btn a {
    padding: 14px 14px;
    font-size: 16px;
  }

  .logo a img {
    width: 100%;
  }

  .banner-content .bnrpara {
    font-size: 48px;
  }

  .upper-heading h3 {
    font-size: 20px;
  }

  .upper-heading img {
    width: 80px;
  }

  .main-menu ul {
    gap: 9px;
  }

  /* .running-project-content {
    height: 140px;
  } */
  .contact-detail a,
  .contact-detail p {
    font-size: 16px;
  }

  .footer-content p {
    font-size: 16px;
  }


  .banner-content {
    padding-top: 3%;
  }

  section.running-project-section .container-fluid .row .col-lg-12 {
    padding-right: 0;
  }

  .running-project-card {
    background-size: cover;
    box-shadow: none;
  }
    
  .course-sec {
    padding-top: 85px;
  }

  .footer {
    background-size: cover;
    background-position: center;

  }

  .logo {
    padding-left: 0;
  }

  .banner-slider .slick-dots {
    bottom: -126px;
  }

  .service-card-content {
    padding-top: 0px;
  }

  /* .service-card {
    height: 20.5em;
  } */
  .exam-course-title h2 {
    font-size: 42px;
    padding-bottom: 0;
  }

  .exam-course-title {
    width: 100%;
  }
}

/*for-laptop view-1024*/
@media only screen and (min-width: 100px) and (max-width: 1199px) {
  .logo img {
    width: 300px;
  }

  .main-menu ul {
    gap: 12px;
  }

  .banner-content .bnrpara {
    font-size: 42px;
  }

  .banner-content p {
    font-size: 17px;
  }

  .service-card-bg {
    margin: 15px 11px;
  }

  .web-title h1 {
    font-size: 22px;
  }

  .second-section-img p {
    /* display:none; */
    font-size: 15px;
  }


  button.hero-prev,
  button.hero-next {
    top: 49%;
  }

  .service-card-first-sec {
    padding: 50px 0;
  }

  .service-heading {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .service-card {
    margin-bottom: 30px;
    height: 43rem;
   padding: 0px;
  }

  .service-card-img img {
    max-width: 70px;
  }

  .service-card-title {
    font-size: 16px;
  }

  .service-card-content_paragraph {
    font-size: 13px;
    padding: 0px;
  }

  .country-project-content a {
    font-size: 18px;
  }

  .footer {
    /* background-size: 100% 100%; */
    padding-top: 110px;

  }

  .custom-next {
    right: 40%;
  }

  .main-menu ul li a {
    font-size: 11px;
  }

  .upper-heading h3 {
    font-size: 18px;
  }

  .web-btn a {
    padding: 12px 20px;
  }

  section.course-sec {
    padding-top: 150px;
  }

  .banner-content {
    padding-top: 4%;
  }

  .footer-links {
    padding-top: 20px;
  }

  .web-title h2 {
    font-size: 35px;
    line-height: 1.3;
  }

  .exam-course-img img {
    height: 420px;
    object-fit: fill;
  }

  .service-card-content h2 {
    font-size: 13px;
  }

  .service-card-img img {
    width: 60px;
    height: 60px;
  }

  .main-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    padding: 10px 20px;
    z-index: 99;
    margin-left: 26%;
  }

  .left-arrow {
    left: -2%;
    bottom: -24%;
  }

  .right-arrow {
    right: 74%;
    bottom: -24%;
  }

  .slide-counter {
    position: absolute;
    bottom: -83px;
    left: 12%;
    transform: translateX(-50%);
    /* background: rgba(0, 0, 0, 0.7); */
    color: white;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: bold;
  }

  .running-projects {
    margin-left: 2%;
  }

  .running-project-card {
    height: 217px !important;
  }

  .running-project-content p {
    font-size: 13px;
    margin-top: 67%;
    font-weight: 400;
  }


  .custom-prev.running-project-arrows {
    left: -2%;
    transform: skewX(20deg);
    top: 36%;
  }


  .running-project-arrows.custom-next {
    right: -2%;
    transform: skewX(-19deg);
    top: 36%;
  }

  .slider-numbers {
    left: 24%;
  }

  .slider-numbers {
    left: 24%;
  }


  .ft-bottom a {
    font-size: 10px;
    font-weight: 400;
    color: #ffffff;
  }
}

/*for-tablet view-768*/
@media only screen and (min-width: 100px) and (max-width: 991px) {

 .ft-bottom  a.engineering {

    font-size: 11px !important;
}

.ft-bottom a {
            font-size:8px;
        } 
  .second-section-img p {
    display: none;

  }

  .top-bar {
    display: none;
  }

  section.course-sec {
    padding-top: 200px;
  }

  .web-title h2 {
    font-size: 27px;
  }

  .hero-slider {
    height: 42rem;
  }

  .course-sec {
    padding-top: 80px;
  }

  .footer-logo img {
    width: 250px;
  }

  .footer {
    padding-top: 82px;
  }

  .follow-us {
    padding-bottom: 20px;
  }

  .banner-img {
    background-position: 82% top !important;
  }

  .banner-img {
    background-position: center;
    /* background-image: url(../images/responsive-banner.png) !important; */
  }

  .lower-header {
    padding: 10px 0;
  }

  .main-menu {
    display: none;
  }

  .logo {
    margin-top: 0;
  }

  .logo img {
    width: 210px;
  }

  .responsive-menu {
    display: block;
  }

  .open-menu i {
    font-size: 32px;
    color: #c68400;
  }

  .open-menu {
    text-align: end;
    color: var(--c3);
  }

  .responsive-menu {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 999;
    left: 0;
    top: -140%;
    background-repeat: no-repeat;
    background-size: 160% 140%;
    background-position: bottom;
    position: fixed;
    transition: all 0.8s;
    padding: 0 !important;
    background-image: url(../images/card-bg.jpg);
    background-size: cover;
    background-position: bottom center;
  }

  .responsive-menu.active {
    top: 0;
  }

  .responsive-menu ul li a {
    color: var(--c7);
    font-weight: 600;
  }

  .responsive-menu>ul {
    display: flex;
    flex-direction: column;
    gap: 15px;
    height: 100%;
    margin-left: 15px !important;
    margin-top: 30px !important;
  }

  .responsive-head {
    display: flex;
    justify-content: space-between;
    padding: 10px 10px;
    border-bottom: 2px solid var(--c3);
    align-items: center;
  }

  .responsive-head img {
    width: 220px;
  }

  .responsive-head i {
    color: var(--c3);
    font-size: 52px;
  }

  .responsive-header-contacts {
    border-radius: 0;
    position: absolute;
    width: 100%;
    bottom: 0;
    justify-content: center;
    border-top: 2px solid var(--c3);
  }

  .open-menu {
    display: block;
  }

  .our-contact-details a {
    color: var(--c7);
  }

  .lower-header {
    display: none;
  }

  .responsive-lower-header {
    display: block;
  }

  .responsive-logo img {
    width: 220px;
  }

  .responsive-lower-header {
    background-color: var(--c6);
    padding: 18px 16px;
  }

  .banner-content {
    padding-top: 2%;
  }

  .upper-heading {
    justify-content: center;
  }

  .service-card-first-sec {
    background-position: center top;
  }

  .service-card-content p {
    font-size: 16px;
  }

  .service-card {
    height: 320px;
  }

  .upper-header {
    display: none;
  }

  .running-project-content p {
    font-size: 16px;
    margin-top: 48%;
  }

  .exam-course-img img {
    object-fit: contain;
    margin-top: 47px;
    margin-bottom: 30px;
  }

  .exam-course-title p {
    font-size: 16px;
  }

  .running-project-title h2 {
    font-size: 31px;
  }

  .service-card-first-sec {
    padding: 50px 0;
  }

  .service-heading {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .service-card {
    margin-bottom: 30px;
    height: 45rem;
    /* min-height: 280px; */
  }

  .service-card-img img {
    max-width: 70px;
  }

  .service-card-title {
    font-size: 16px;
  }

  .service-card-content_paragraph {
    font-size: 13px;
    padding: 10px;
  }

  .country-base-title h2 {
    font-size: 32px;
  }

  .running-projects .slick-list {
    padding-bottom: 0;
  }

  .running-project-card {
    height: 225px !important;
  }

  .slider-numbers {
    bottom: 20%;
    left: 31%;
  }

  .left-arrow {
    left: 2% !important;
    bottom: -24% !important;
  }

  .right-arrow {
    right: 78% !important;
    bottom: -24% !important;
  }

  .slide-counter {
    position: absolute;
    bottom: -52px !important;
    left: 12% !important;
    transform: translateX(-50%);
    /* background: rgba(0, 0, 0, 0.7); */
    color: white;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: bold;
  }

  ul.res-dropdown {
    margin-left: 20px !important;
    transform: scaleY(0);
    display: none;
    transform-origin: top;
    transition: all .8s;
  }

  .responsive-menu ul li:hover .res-dropdown {
    transform: scale(1);
    display: block;
  }

  .ft-bottom a {
    font-size: 6px;
    color: #ffffff;
  }

  .ft-title p {
    font-size: 28px;
  }
  
}




/*for-landscape_mobile view-576*/
@media only screen and (min-width: 100px) and (max-width: 767px) {
    
    
        
  .banner-content {
    text-align: center;
  }

  .banner-content .bnrpara {
    width: 100%;
    font-size: 58px;
  }

  button.hero-next {
    left: 460px;
  }

  button.hero-prev,
  button.hero-next {
    top: 60%;
  }



  .web-title h2 {
    font-size: 37px;
    line-height: 1.6;
  }

  .footer {
    padding-top: 60px;
    background-size: cover;
    background-position: left;
    margin-top: 0;
  }

  .exam-course-title p {
    font-size: 16px;
  }

  .responsive-none-contacts {
    display: none;
  }

  .banner-content .bnrpara {
    font-size: 45px;
  }

  .banner-content p {
    font-size: 16px;
  }

  .web-title h2 {
    font-size: 35px;
    line-height: 1.3;
  }

  .banner-content {
    padding-top: 3%;
  }

  .header-contacts {
    gap: 19px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .copyright {
    text-align: center;
  }

  .terms-and-cond {
    text-align: center;
    margin-top: 5px;
  }

  .contact-us-form-inp label,
  .contact-us-form label {
    width: 31%;
  }

  .inner-header-content h2 {
    font-size: 51px;
  }

  .web-btn a {
    font-size: 17px;
  }

  .banner-content .bnrpara {
    font-size: 35px;
  }

  .upper-heading h3 {
    font-size: 16px;
  }

  .service-card-mb {
    margin-bottom: 0;
  }

  .service-card {
    margin-bottom: 80px;
    height: 260px;
  }

  .upper-heading h3 {
    font-size: 16px;
    text-shadow: 0 0 20px #000;
    font-weight: 400;
  }

  .upper-heading img {
    width: 67px;
  }

  .upper-heading {
    gap: 10px;
    align-items: baseline;
  }

  .banner-content {
    width: 100%;
  }

  .banner-content p {
    /* text-shadow: 0px 0px 20px #000; */
    font-weight: 400;
  }

  .exam-course-title {
    width: 100%;
  }

  .exam-course-img img {
    height: auto;
  }

  .exam-course-content {
    padding-top: 0px;
  }

  .running-project-card {
    height: 310px !important;
  }

  .banner-upper-content p {
    font-size: 15px;
  }

  .banner-upper-content img {
    width: 100px;
  }

  /* .modal-dialog {
    margin-top: 20% !important;
  } */

  .banner-btn {
    width: 43%;
    margin: 0 auto;
  }

  .slider-numbers {
    bottom: 10%;
    left: 39%;
  }

  .service-card-first-sec {
    padding-bottom: 0;
  }

  .service-card-second-sec {
    padding-bottom: 0;
  }

  .running-project-content p {
    font-size: 16px;
    margin-top: 70%;
  }
}

/*for-mobile view-375*/
@media only screen and (min-width: 100px) and (max-width: 575px) {
    
    
    .ft-bottom a{
        font-size:9px;
    }
  .slide-counter {
    display: none;
  }

  .arrow {
    display: none;
  }

  p.para-space {
    padding-bottom: 80px;
  }

  .service-card-second-sec {
    height: 1424px;
  }

  .banner-content .bnrpara {
    font-size: 22px;
  }

  .banner-content {
    padding-top: 130px;
  }

  .exam-course-title h2 {
    font-size: 25px;
  }

  .exam-course-title p {
    font-size: 15px;
  }

  .service-card-content p {
    font-size: 15px;
  }

  .exam-course-title h2 {
    font-size: 22px;
  }

  .web-title h2 {
    font-size: 29px;
  }

  .banner-img {
    /* background-position: center; */
    height: 42rem;
    position: relative;
    background-position: 84% top !important;
  }

  section.course-sec {
    padding-top: 0;
  }

  .running-project-section {
    padding-bottom: 60px;
  }

  /* .service-card {
      height: 206px;
  } */
  .running-projects .slick-list {
    padding-right: 0;
    margin-bottom: 30px;
  }

  section.running-project-section .container-fluid .row .col-lg-12 {
    padding: 0;
  }

  .banner-upper-content img {
    width: 36px;
  }

  .banner-web-btn a,
  .web-btn a {
    font-size: 12px;
    margin-bottom: 8%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: auto;
  }

  .contact-form-input label {
    width: 37%;
  }

  .contact-form-input label {
    width: 37%;
  }

  .banner-content h3 {
    font-size: 20px;
  }

  .banner-btn {
    width: 100% !important;
    padding-left: 60px;
    position: relative;
    padding-top: 0px;

  }


  .banner-slider .slick-dots {
    left: 50% !important;
    transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -47px !important;
  }

  .slider-numbers {
    display: none;
  }

  .banner-img {/* width: 100%; */top: 0;left: 0;}

  .exam-course-title h2 {
    margin-bottom: 0;
  }

  .country-base-title h2 {
    padding: 0;
  }

  .flag-img {
    width: 81.5%;
  }

  .responsive-logo img {
    width: 150%;
    margin-top: 1%;
    margin-bottom: 13%;
  }


  .banner-content .bnrpara {
    font-size: 20px !important;
  }

  .banner-content .banner-para {
    font-size: 11px !important;
  }

  .open-menu {
    display: block;
    margin-top: -13%;
  }

  .assignment-content .section-title h1 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.3;
    margin-top: 25px;
  }

  .section-title h2 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #000;
  }

  .service-card-img img {
    width: 70px;
    height: 70px;
    margin-left: 7rem;
    margin-top: 10%;
  }
  .service-card {
    /* margin-bottom: 60%; */
    height: 25rem;
  }

  .ft-btn {
    background: #163d66;
    width: 100%;
    border: none;
    padding: 12px 25px;
    border-radius: 5px;
    color: #f7f4f4;
    font-weight: 600;
    transition: background 0.3s;
  }

  .ft-title p {
    font-size: 20px;
  }

  .ft-logo img {
    margin-left: 0%;

  }

  .web-title p {
    font-size: 30px;
  }

  .running-project-content p {
    font-size: 18px;
    margin-top: 46%;
  }
}
@media only screen and (min-width: 100px) and (max-width: 430px) {
    .service-card-img img {
        width: 70px;
        height: 70px;
        margin-left: 3rem;
        margin-top: 10%;
    }
}

@media only screen and (min-width: 100px) and (max-width: 414px) {
    .service-card-img img {
        width: 70px;
        height: 70px;
        margin-left: 28%;
        margin-top: 10%;
    }
}


/*for-small_mobile view-320*/
@media only screen and (min-width: 100px) and (max-width: 375px) {
  p.para-space {
    padding-bottom: 80px;
  }

  .service-card-second-sec {
    height: 1424px;
  }
  .assignment-img img {
    width: 100%;
    margin-bottom: 2%;
    margin-top: -15%;
  }

  .banner-content .bnrpara {
    font-size: 22px;
  }

  .banner-content {
    padding-top: 130px;
  }

  .exam-course-title h2 {
    font-size: 25px;
  }

  .exam-course-title p {
    font-size: 15px;
  }

  .service-card-content p {
    font-size: 15px;
  }

  .exam-course-title h2 {
    font-size: 22px;
  }

  .web-title h2 {
    font-size: 29px;
  }

  .banner-img {
    /* background-position: center; */
    height: 42rem;
    position: relative;
    background-position: 85% top !important;
  }

  section.course-sec {
    padding-top: 0;
  }

  .running-project-section {
    padding-bottom: 60px;
  }

  /* .service-card {
      height: 206px;
  } */
  .running-projects .slick-list {
    padding-right: 0;
    margin-bottom: 30px;
  }


  section.running-project-section .container-fluid .row .col-lg-12 {
    padding: 0;
  }

  .banner-upper-content img {
    width: 36px;
  }

  /* .banner-web-btn a,
  .web-btn a {
    font-size: 12px;
    margin-bottom: 8%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: auto;
  } */

  .contact-form-input label {
    width: 37%;
  }

  .contact-form-input label {
    width: 37%;
  }

  .banner-content h3 {
    font-size: 20px;
  }

  .banner-btn {
    width: 100% !important;
    padding-left: 30%;
    position: relative;
    padding-top: 0px;

  }


  .banner-slider .slick-dots {
    left: 50% !important;
    transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -47px !important;
  }

  .slider-numbers {
    display: none;
  }

  .banner-img {

    width: 100%;
    height: auto;
    top: 0;
    left: 0;
  }

  .exam-course-title h2 {
    margin-bottom: 0;
  }

  .country-base-title h2 {
    padding: 0;
  }

  .flag-img {
    width: 81.5%;
  }

  .responsive-logo img {
    width: 150%;
    margin-top: -6%;
    margin-bottom: 15%;
  }


  .banner-content .bnrpara {
    font-size: 20px !important;
  }

  .banner-content .banner-para {
    font-size: 11px !important;
  }

  .open-menu {
    display: block;
    margin-top: -22%;
  }

  .assignment-content .section-title h1 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.3;
  }

  .section-title h2 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #000;
    margin-top: -20%;
  }

  .service-card-img img {
    width: 70px;
    height: 70px;
    margin-left: 0%;
    margin-top: 33%;
  }

 .service-card {
    margin-bottom: 47%;
    height: 344px;
    /* background-color: #99333f; */
  }
  
  .service-heading{
      margin-bottom:54px;
  }

  .ft-btn {
    background: #163d66;
    width: 100%;
    border: none;
    padding: 12px 25px;
    border-radius: 5px;
    color: #f7f4f4;
    font-weight: 600;
    transition: background 0.3s;
  }

  .ft-title p {
    font-size: 20px;
  }

  .ft-logo img {
    margin-left: 0%;
  }

  .web-title p {
    font-size: 30px;
  }

  .running-project-content p {
    font-size: 17px;
    margin-top: 70%;
  }
}


@media only screen and (max-width: 840px) and (min-width: 800px){
    
    .assignment-content {
  padding-left: 3px;
  margin-top: 33px;
}
    .assignment-img img {
       margin-top:44px;
   } 

    
    
}

@media only screen and (max-width: 940px) and (min-width: 900px){
.assignment-content

 {
    padding-left: 0px;
    margin-top: 47px;
}
   .assignment-img img {
       margin-top:44px;
   } 


}





@media only screen and (max-width: 695px)  and (min-width: 670px)  {
  .modal-dialog {
   
    left: 34%;
    
  }
  
      .banner-content .bnrpara {
        font-size: 24px;
    }
    
    .service-card-img{
         margin-top: -23px;
        margin-left: 203px;
    }
}
