@media (max-width: 1600px) {
  .partner__content {
    padding-right: 0;
    padding-left: 70px;
  }
  .partner__wrapper .wrapper:nth-of-type(even) .partner__content {
    padding-right: 70px;
    padding-left: 0;
  }
  .course__wrapper .wrapper:nth-of-type(even) .partner__content {
    padding-right: 0;
    padding-left: 30px;
  }
  .course__content__wrapper .container-large,
  .partner__page .container-large {
    max-width: 1200px;
  }
  .course__wrapper .wrapper:nth-of-type(odd) .partner__content {
    padding-right: 30px;
    padding-left: 0;
  }
}
@media (max-width: 1500px) {
  .hub__overlay .content__wrapper {
    width: 100%;
    left: 0;
    display: flex;
    flex-direction: column;
    padding: 0 30px;
  }
  .hub__overlay .arrow-container {
    flex-direction: row;
    justify-content: center;
    order: 2;
    gap: 10px;
    margin-top: 20px;
  }
  .hub-arrow .myarrow * {
    border-color: #fff;
  }
  .hub-arrow .myarrow ::before {
    color: #fff;
  }
  .hub-carousel .owl-item.last-active .wrapper .link__title {
    padding-right: 0;
  }
  .hub-carousel .owl-item.active .wrapper .link__title {
    text-align: left;
    padding-left: 0;
  }

  .about__silder .arrow-container {
    position: static;
    transform: translate(0, 0);
    width: 100%;
    justify-content: center;
    margin-left: 0;
    gap: 10px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1300px) {
  /* .main__heading,
  .main__heading span {
    font-size: 50px;
    line-height: 50px;
  } */
  .uk-container-expand-left,
  .uk-container-expand-right {
    max-width: 1200px;
  }
  .uk-container.uk-padding-remove {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .faq__section .faq-accordion {
    max-width: 75%;
  }

  .testimonial__overlay .arrow-container {
    top: auto;
    transform: translate(-50%, 0);
    bottom: 5px;
  }
}

@media (max-width: 1200px) {
  /* offcanvas */
  .offcanvas {
    min-height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 10000;
    left: -100%;
    transition: all 0.3s linear;
    transition-delay: 0.3s;
    display: block;
  }
  .offcanvas.show {
    left: 0;
    transition-delay: 0s;
  }
  .offcanvas::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #005888b8;
    transition: all 0.3s linear;
  }
  .offcanvas .offcanvas__bar {
    width: 100%;
    position: relative;
    z-index: 10;
    height: 100%;
    transition-delay: 0.3s;
    position: absolute;
    top: 0;
    left: -100%;
    transition: all 0.6s linear;
  }
  .offcanvas .offcanvas__bar .offcanvas__sidebar {
    width: max-content;
    min-width: 300px;
    background: #fff;
    position: relative;
    z-index: 10;
    height: 100%;
    overflow-y: auto;
  }
  .offcanvas .offcanvas__bar.showbar {
    left: 0;
  }

  .offcanvas__logo {
    padding: 20px;
  }
  .offcanvas__logo .custom-logo-link {
    display: block;
    text-align: center;
  }
  .offcanvas__logo a img {
    width: 220px;
    margin: 0 auto;
  }
  .offcanvas__close {
    position: absolute;
    top: 10px;
    background: #fff;
    width: 50px;
    height: 50px;
    z-index: 100;
    left: 310px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    cursor: pointer;
    transition: all 1s linear;
    transition-delay: 0.3s;
  }

  .offcanvas__close .offcanvas__icon {
    width: 20px;
    line-height: 0;
  }
  .offcanvas__close .offcanvas__icon span {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 2px;
    vertical-align: top;
    background: var(--primary);
  }
  .offcanvas__close .offcanvas__icon span + span {
    margin-top: 5px;
  }

  .offcanvas.show .offcanvas__close .offcanvas__icon span:nth-child(1) {
    animation: ease 0.7s 0.6s icon1 forwards;
  }

  .offcanvas.show .offcanvas__close .offcanvas__icon span:nth-child(2) {
    animation: ease 0.7s 0.6s icon2 forwards;
  }

  .offcanvas.show .offcanvas__close .offcanvas__icon span:nth-child(3) {
    animation: ease 0.7s 0.6s icon3 forwards;
  }
  @keyframes icon1 {
    0% {
      top: 0;
      transform: rotate(0);
    }
    50% {
      top: 7px;
      transform: rotate(0);
    }
    100% {
      top: 7px;
      transform: rotate(45deg);
    }
  }
  @keyframes icon2 {
    50% {
      transform: scale(0);
    }
    100% {
      transform: scale(0);
    }
  }
  @keyframes icon3 {
    0% {
      bottom: 0;
      transform: rotate(0);
    }
    50% {
      bottom: 7px;
      transform: rotate(0);
    }
    100% {
      bottom: 7px;
      transform: rotate(135deg);
    }
  }
  .offcanvas ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }

  #primary-menu1 {
    padding: 10px;
    border-top: 1px solid #eee;
  }
  #primary-menu1 > li > a {
    color: #666;
    text-transform: capitalize;
    font-size: 15px;
    padding: 10px 20px;
    display: block;
    font-weight: 500;
    border-radius: 12px;
  }

  #primary-menu1 > li > ul,
  #primary-menu1 > li > ul > li > ul {
    display: none;
  }

  #primary-menu1 li {
    position: relative;
    cursor: pointer;
  }
  #primary-menu1 > li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  }
  #primary-menu1 > li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
  }

  #primary-menu1 > li > a:hover,
  #primary-menu1 > li a.show-active,
  #primary-menu1 > li.menu-item-has-children ul li a.show-active,
  #primary-menu1 > li > a:focus,
  #primary-menu1 > li:hover > a,
  #primary-menu1 > li:focus > a {
    background: #0058880d;
    color: var(--primary);
  }

  #primary-menu1 > li > ul > li:hover {
    background: rgba(255, 255, 255, 0.1);
  }
  #primary-menu1 li.menu-item-has-children span {
    color: var(--primary);
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 20px;
    width: 38px;
    height: 38px;
    background: #fff;
    right: 3px;
    border-radius: 12px;
  }
  #primary-menu1 li.menu-item-has-children span i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  #primary-menu1 li.menu-item-has-children > ul {
    margin-top: 5px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
  }

  #primary-menu1
    li.menu-item-has-children
    > ul
    > li.menu-item-has-children
    > ul {
    background: #fff;
    margin: 0;
    margin-top: 5px;
    border-radius: 0;
    padding: 0;
    border-bottom: 1px solid transparent;
  }
  #primary-menu1 > li.menu-item-has-children > span {
    top: 21px;
  }

  #primary-menu1 > li.menu-item-has-children ul li {
    border-radius: 12px;
  }
  #primary-menu1 > li.menu-item-has-children ul li a {
    font-size: 14px;
    color: #444;
    font-weight: 400;
    padding: 10px 30px;
    display: block;
    text-transform: capitalize;
    border-radius: 12px;
  }

  #primary-menu1 > li ul li:hover > a {
    color: var(--primary);
    background: #0058880d;
  }

  #primary-menu1
    > li.menu-item-has-children
    ul
    li.menu-item-has-children
    ul
    li
    a {
    padding-left: 40px;
  }

  #primary-menu1
    > li.menu-item-has-children
    ul
    li.menu-item-has-children
    ul
    li.menu-item-has-children
    ul
    li
    a {
    padding-left: 60px;
  }
  /* offcanvas */

  .course__content {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 959px) {
  .sticky__top {
    position: static;
  }

  .single__heading {
    font-size: 40px;
    line-height: 45px;
  }

  .container-large,
  .small__content {
    padding-left: 30px;
    padding-right: 30px;
  }

  .site-footer .custom-logo {
    width: 220px;
  }
  .social__icons {
    justify-content: center;
  }
  .faq__section .faq-accordion {
    max-width: 100%;
    margin-top: 20px;
  }
  .main__heading,
  .entry-title,
  .main__heading span {
    font-size: 40px;
    line-height: 45px;
  }
  .uk-container.uk-padding-remove {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .faq__title .accordion__item-title {
    font-size: 18px;
    line-height: 24px;
  }
  .common__overlay {
    width: 100%;
  }

  .common__visit {
    right: 20px;
    bottom: auto;
    top: 20px;
  }
  .testimonial__slider__wrapper .the__content {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .testimonial__slider__wrapper .the__content p {
    font-size: 18px;
    line-height: 30px;
  }
  .common__visit a {
    font-size: 25px;
    font-weight: 300;
  }
  .myarrow * {
    width: 40px;
    height: 40px;
  }
  .common__visit .myarrow * {
    font-size: 14px;
  }

  .news__section .order1 {
    order: 2;
    margin-top: 0;
  }
  .news__section .order2 {
    order: 1;
  }
  .news__side {
    text-align: left;
    max-width: 100%;
    position: static;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px !important;
  }
  .news__side .arrow-grid {
    margin-bottom: 0;
    order: 3;
  }
  .news__side .news__btn {
    margin-top: 0;
    order: 2;
  }
  .news__side .main__heading {
    order: 1;
    flex: 1;
  }

  .about__silder {
    margin-top: 30px;
  }

  .sub__title p {
    font-size: 18px;
  }
  .site-main {
    margin-top: 93px;
  }
  .site-header .custom-logo {
    width: 180px;
  }

  .banner__heading {
    font-size: 40px;
  }
  .search__input input {
    padding: 25px 20px;
  }

  .banner__section,
  .banner__section figure {
    height: 650px;
  }
  .offcanvas__logo a img {
    width: 180px;
    margin: 0 auto;
  }

  .overview__section .mt-40 {
    margin-top: 20px;
  }

  .mission__values::after,
  .campus__facilities::after {
    display: none;
  }
  .mission__values .number__wrapper,
  .campus__facilities .number__wrapper {
    top: 0;
  }
  .overview__section .number__wrapper {
    top: 20px;
  }
  .mission__content {
    padding: 70px;
  }
  .mission__img,
  .mission__img img {
    border-radius: 0 0 20px 20px;
  }
  .campus__facilities .uk-grid > div:first-child {
    order: 2;
  }
  .career__img .wrapper img {
    height: 300px;
  }
  .sub__heading,
  .sub__heading p {
    font-size: 20px;
    line-height: 28px;
  }
  .career__content {
    padding-right: 0;
  }
  .partner__wrapper .wrapper:nth-of-type(odd) .order1 {
    order: 2;
  }
  .partner__wrapper .wrapper:nth-of-type(odd) .order2 {
    order: 1;
  }
  .partner__page .partner__content {
    margin-bottom: 20px;
  }
  .partner__wrapper .wrapper {
    margin-top: 30px;
  }
  .course__wrapper .wrapper {
    margin-top: 40px;
  }
  .partner__content .main__heading,
  .partner__content .main__heading span {
    font-size: 30px;
    line-height: 35px;
  }
  .partner__page .number__wrapper {
    top: 0;
    left: auto;
    transform: translate(0, 0);
    right: 0;
  }
  .partner__wrapper .wrapper:nth-of-type(even) .partner__content {
    padding-right: 0;
    padding-left: 0;
  }
  .course__content__wrapper {
    padding-top: 20px;
    margin-top: 0;
  }
  .course__content__wrapper .partner__img {
    padding-bottom: 20px;
  }
  .course__content__wrapper::after {
    display: none;
  }
  .course__wrapper .wrapper:nth-of-type(odd) .partner__content,
  .partner__content {
    padding-right: 0;
    padding-left: 0;
  }
  .course__wrapper .wrapper:nth-of-type(even) .partner__content {
    padding-left: 0;
  }
  .course__wrapper .wrapper:nth-of-type(even) .course__btn {
    justify-content: flex-start;
  }
  .course__wrapper .wrapper:nth-of-type(even) .course__title,
  .course__wrapper .wrapper:nth-of-type(even) .course__content {
    text-align: left;
  }
  .course__title .order1,.contact__details .order2 {
    order: 1 !important;
  }
  .course__title .order2,.contact__details .order1 {
    order: 2 !important;
  }
  .contact__details .map__section{
    margin-top: 20px;
  }
  
}

@media (max-width: 639px) {
  .section-t {
    padding-top: 40px;
  }
  .section-b {
    padding-bottom: 40px;
  }
  .section {
    padding: 40px 0;
  }
  .small__section {
    padding: 20px 0;
  }
  .small-margin {
    margin: 10px 0;
  }

  .the__content p,
  .the__content li,
  .the__content {
    font-size: 15px;
    line-height: 26px;
  }

  .content__wrapper {
    margin-top: 20px;
  }
  .link__title a {
    font-size: 18px;
    line-height: 20px;
  }
  .link__title.link__title-large a,
  .the__title-large {
    font-size: 18px;
    line-height: 20px;
  }

  .main__heading,
  .entry-title,
  .main__heading span {
    font-size: 30px;
    line-height: 35px;
  }
  .sub__heading,
  .sub__heading p {
    font-size: 18px;
    line-height: 26px;
  }
  .btn span,  input[type="submit"] {
    font-size: 12px;
    padding: 8px 14px;
  }

  .container-large,
  .small__content {
    padding-left: 15px;
    padding-right: 15px;
  }

  .single__heading {
    font-size: 30px;
    line-height: 35px;
  }
  .single__img {
    margin: 20px 0;
  }
  .mt-20 {
    margin-top: 10px;
  }

  .error-404 {
    padding-top: 120px;
  }
  .error-404 .error-watermark {
    top: calc(50% - 69px);
    font-size: 160px;
  }
  .error-404 .error-title {
    font-size: 25px;
  }
  .error-404 .error-text {
    font-size: 14px;
    margin-top: 10px;
  }

  /* Galleries
--------------------------------------------- */

  .gallery-columns-2,
  .gallery-columns-3,
  .gallery-columns-4,
  .gallery-columns-5,
  .gallery-columns-6,
  .gallery-columns-7,
  .gallery-columns-8,
  .gallery-columns-9 {
    grid-template-columns: repeat(1, 1fr);
  }
  .gallery-item img {
    height: auto;
  }

  /*  */
  .uk-container.uk-padding-remove {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .social__icons {
    justify-content: flex-start;
    margin-top: -10px;
  }
  .footer__title {
    font-size: 19px;
  }
  .footer__info p:first-child {
    font-size: 15px;
  }
  .mid__footer {
    padding: 20px 0;
  }
  .footer__info p,
  .footer__info p a,
  .footer__list ul li a {
    font-size: 14px;
  }
  .newsletter__form input {
    height: 40px;
  }

  .faq__title .accordion__item-title {
    font-size: 16px;
    line-height: 22px;
  }
  .faq-accordion .accordion__wrap {
    padding: 15px 0;
  }
  .faq__items__content {
    margin-top: 7px;
  }
  .faq__items__content p {
    line-height: 22px;
  }

  /*  */

  .testimonial__slider__wrapper .the__content p {
    font-size: 15px;
    line-height: 28px;
    padding: 0 20px;
  }
  .profile img {
    width: 60px;
    height: 60px;
    border: 3px solid #fff;
  }
  .profile__info {
    font-size: 15px;
  }
  .profile__info span {
    font-size: 13px;
  }
  .testimonial__overlay .arrow-container {
    padding: 0 20px;
  }
  .common__overlay {
    padding-top: 30px;
  }

  .common__visit a {
    font-size: 17px;
    font-weight: 400;
  }
  .common__visit .myarrow * {
    width: 0;
    height: 0;
    border: none;
  }

  .news__side {
    gap: 10px;
  }
  .arrow-grid {
    gap: 5px;
  }
  .news__wrapper .the__content {
    margin: 10px 0 15px;
  }
  .hub__overlay .content__wrapper {
    padding: 0 20px;
  }
  .common__visit {
    top: 10px;
  }
  .news__side {
    flex-wrap: wrap;
  }
  .news__side .arrow-grid {
    flex: 1;
  }
  .news__side .main__heading {
    flex: 100%;
  }
  .common__visit a {
    justify-content: center;
  }
  .common__visit {
    top: auto;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
  }
  .hub__overlay .arrow-container {
    margin-top: 0;
  }
  .hub-carousel .link__title {
    margin-top: 10px;
  }
  .hub__overlay .content__wrapper {
    margin-top: 20px;
  }
  .course__section .content__wrapper {
    padding: 0 20px;
  }
  .course__section .link__title {
    margin-top: 10px;
  }
  .course__section .hover__img img {
    height: 400px;
  }
  .course__section .flex-between > div {
    width: 100%;
  }
  .course__section .flex-between > div .flex-row {
    justify-content: space-between;
  }
  .about__info,
  .about__silder {
    margin-top: 20px;
  }
  .about__info a {
    font-size: 16px;
  }
  .sub__title p {
    font-size: 16px;
    line-height: 26px;
  }
  .site-main {
    margin-top: 83px;
  }
  .site-header .custom-logo {
    width: 150px;
  }
  .banner__heading {
    font-size: 30px;
  }
  .search__input input {
    padding: 22px 20px;
  }
  .banner__section,
  .banner__section figure {
    height: 500px;
  }

  /*  */
  .offcanvas__logo a img {
    width: 150px;
  }
  .offcanvas {
    transition-delay: 0.3s;
  }
  .offcanvas .offcanvas__bar {
    transition: all 0.3s linear;
    transition-delay: 0s;
  }
  .offcanvas .offcanvas__bar.showbar {
    transition-delay: 0.3s;
  }
  .offcanvas .offcanvas__bar .offcanvas__sidebar {
    min-width: 250px;
  }
  .offcanvas__close {
    left: 260px;
  }

  /*  */

  .page__banner,
  .page__banner figure {
    height: 150px !important;
  }

  .mission__content {
    padding: 30px;
  }
  .mission__content .the__content,
  .career__content .the__content {
    margin-top: 20px;
  }

  .number__wrapper {
    display: none;
  }
  .overview__wrapper span {
    font-size: 16px;
    line-height: 18px;
  }
  .link__title {
    line-height: 16px;
  }

  .career__img .wrapper {
    grid-column: span 2;
  }

  .course__number {
    font-size: 70px;
  }
  .course__title .main__heading,
  .course__title .main__heading span {
    font-size: 25px;
    line-height: 30px;
  }
  .course__title .sub__heading {
    font-size: 15px;
    line-height: 20px;
  }
  .news__wrapper .hover__img img,
  .hub__section .hover__img img,
  .about__slider__wrapper .hover__img img,
  .course__section .hover__img img {
    height: auto;
  }

  .testimonial__card {
    padding: 20px;
  }
  .user__wrapper {
    grid-template-columns: 50px 1fr;
  }
  .user__img img {
    width: 50px;
    height: 50px;
  }
  .user__info {
    font-size: 16px;
    line-height: 20px;
  }
  .testimonial__content {
    margin-top: 10px;
  }
  .testimonial__content .the__content p {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
  }
  .testimonial__card::after {
    font-size: 60px;
  }

  .contact__info .my__card {
    padding: 30px 30px;
  }
  .contact__info .my__card .icon svg {
    width: 30px;
  }
  .contact__info .my__card .the__title {
    font-size: 18px;
  }
  .contact__info .my__card .the__content * {
    font-size: 15px;
  }
  .contact__form {
    padding: 5px 20px;
  }
  .course__fee {
    font-size: 18px;
  }
  .course__fee span {
    font-size: 22px;
  }
  .enroll__now{
    margin-top: 10px;
  }
  .enroll__now form p,
  .student__application__form form p,
  .student__application__form form h2{
    grid-column: span 12 !important;
  }

}
