/**
 * Created by Joshua Tamang
 * Email : joshuatamang233@gmail.com
*/
/*-------------------------------------- Fonts Starts -------------------------------------*/
/*--------------------------------------- Fonts Ends --------------------------------------*/
/*------------------------------------- Colors Starts -------------------------------------*/
/*-------------------------------------- Colors Ends --------------------------------------*/
/*-------------------------------------- Mixins Starts ------------------------------------*/
.ex-flex {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.ex-flex-wrap {
  flex-wrap: wrap;
  flex-flow: row wrap;
}

.ex-vertical {
  top: 50%;
  transform: translateY(-50%);
}

.ex-transition {
  transition: all 0.6s ease;
}

.ex-transition-medium {
  transition: all 1.2s ease;
}

.ex-transition-large {
  transition: all 1.8s ease;
}

/*--------------------------------------- Mixins Ends -------------------------------------*/
/*------------------------------------ Site Wide Starts -----------------------------------*/
/*------------------------------------- Site Wide Ends ------------------------------------*/
/*--------------------------------- Header Wrapper Starts ---------------------------------*/
/*--------------------------------- Header Wrapper Starts ---------------------------------*/
/*----------------------------------- Navigation Starts -----------------------------------*/
/*------------------------------------ Navigation Ends ------------------------------------*/
/*-------------------------------- Content Wrapper Starts ---------------------------------*/
/*--------------------------------- Content Wrapper Ends ----------------------------------*/
/*--------------------------------- Footer Wrapper Starts ---------------------------------*/
/*---------------------------------- Footer Wrapper Ends ----------------------------------*/
/*----------------------------------- Components Starts -----------------------------------*/
/*------------------------------------ Components Ends ------------------------------------*/
/*-------------------------------------- Modal Starts -------------------------------------*/
/*--------------------------------------- Modal Ends --------------------------------------*/
/*---------------------------------- Slick Slider Starts ----------------------------------*/
/*----------------------------------- Slick Slider Ends -----------------------------------*/
/*------------------------------------ Animation Starts -----------------------------------*/
/*------------------------------------- Animation Ends ------------------------------------*/
@media all and (max-width: 1800px) {
  /*------------------------------------ Site Wide Starts -----------------------------------*/
  /*------------------------------------- Site Wide Ends ------------------------------------*/
  /*--------------------------------- Header Wrapper Starts ---------------------------------*/
  /*--------------------------------- Header Wrapper Starts ---------------------------------*/
  /*----------------------------------- Navigation Starts -----------------------------------*/
  /*------------------------------------ Navigation Ends ------------------------------------*/
  /*-------------------------------- Content Wrapper Starts ---------------------------------*/
  /*--------------------------------- Content Wrapper Ends ----------------------------------*/
  /*--------------------------------- Footer Wrapper Starts ---------------------------------*/
  /*---------------------------------- Footer Wrapper Ends ----------------------------------*/
  /*----------------------------------- Components Starts -----------------------------------*/
  .common-content-wrapper .common-content-item:first-of-type {
    width: 65%;
  }
  .common-content-wrapper .common-content-item:last-of-type {
    width: 35%;
  }
  /*------------------------------------ Components Ends ------------------------------------*/
  /*-------------------------------------- Modal Starts -------------------------------------*/
  /*--------------------------------------- Modal Ends --------------------------------------*/
  /*---------------------------------- Slick Slider Starts ----------------------------------*/
  /*----------------------------------- Slick Slider Ends -----------------------------------*/
  /*------------------------------------ Animation Starts -----------------------------------*/
  /*------------------------------------- Animation Ends ------------------------------------*/
}
@media all and (max-width: 1600px) {
  /*------------------------------------ Site Wide Starts -----------------------------------*/
  body {
    font-size: 16px;
  }
  .custom-container {
    padding: 80px 80px;
  }
  h1 {
    font-size: 56px;
  }
  h2 {
    font-size: 36px;
  }
  h6 {
    font-size: 12px;
  }
  .section-title {
    margin-bottom: 20px;
  }
  /*------------------------------------- Site Wide Ends ------------------------------------*/
  /*--------------------------------- Header Wrapper Starts ---------------------------------*/
  #header-wrapper .logo-nav-wrapper .login-toggle-container .toggle-container .toggle-item .inner {
    width: 40px;
  }
  #header-wrapper .nav-container > ul > li > a {
    padding: 14px 0;
  }
  #header-wrapper .nav-container ul li a {
    font-size: 12px;
  }
  /*--------------------------------- Header Wrapper Starts ---------------------------------*/
  /*----------------------------------- Navigation Starts -----------------------------------*/
  /*------------------------------------ Navigation Ends ------------------------------------*/
  /*-------------------------------- Content Wrapper Starts ---------------------------------*/
  #content-wrapper #home-page .courses-section .courses-wrapper {
    margin: -35px;
  }
  #content-wrapper #home-page .courses-section .courses-wrapper .courses-item {
    padding: 35px;
  }
  #content-wrapper #home-page .courses-section .courses-wrapper .courses-item .inner {
    padding: 45px 15px;
  }
  #content-wrapper #home-page .about-section .about-wrapper .text-container .description p {
    font-size: 14px;
  }
  #content-wrapper #home-page .about-section .about-wrapper .img-text-container .img-text-wrapper a:hover .inner .text-item h5 {
    bottom: 35%;
  }
  #content-wrapper #home-page .our-story-section .our-story-wrapper .img-container .img-item {
    height: 470px;
  }
  #content-wrapper #home-page .our-recent-news-section .our-recent-news-wrapper .left-container {
    padding: 112px 150px;
  }
  #content-wrapper #home-page .our-recent-news-section .our-recent-news-wrapper .left-container .section-title h2 {
    font-size: 50px;
  }
  #content-wrapper #home-page .our-recent-news-section .our-recent-news-wrapper .right-container {
    padding: 70px 76px 70px;
  }
  #content-wrapper #home-page .staff-post-wrapper {
    margin: -25px;
  }
  #content-wrapper #home-page .staff-post-wrapper .staff-post-item {
    padding: 25px;
  }
  #content-wrapper #home-page .staff-post-wrapper .staff-post-item .inner .content {
    padding-block: 25px;
  }
  #content-wrapper #team-page .team-wrapper {
    margin: -40px;
  }
  #content-wrapper #team-page .team-wrapper .team-item {
    padding: 40px;
  }
  #content-wrapper #team-page .team-wrapper .team-item .inner .image-container img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
  /*--------------------------------- Content Wrapper Ends ----------------------------------*/
  /*--------------------------------- Footer Wrapper Starts ---------------------------------*/
  #footer-wrapper .top-footer-section .top-footer-wrapper .top-footer-item .content ul li {
    padding-block: 6px;
  }
  /*---------------------------------- Footer Wrapper Ends ----------------------------------*/
  /*----------------------------------- Components Starts -----------------------------------*/
  .common-explore-btn a::before {
    left: -38%;
  }
  .common-content-wrapper {
    margin: -60px;
  }
  .common-content-wrapper .common-content-item {
    padding: 60px;
  }
  .common-content-wrapper .common-content-item:first-of-type {
    width: 60%;
  }
  .common-content-wrapper .common-content-item:last-of-type {
    width: 40%;
  }
  /*------------------------------------ Components Ends ------------------------------------*/
  /*-------------------------------------- Modal Starts -------------------------------------*/
  /*--------------------------------------- Modal Ends --------------------------------------*/
  /*---------------------------------- Slick Slider Starts ----------------------------------*/
  /*----------------------------------- Slick Slider Ends -----------------------------------*/
  /*------------------------------------ Animation Starts -----------------------------------*/
  /*------------------------------------- Animation Ends ------------------------------------*/
}
@media all and (max-width: 1399px) {
  /*------------------------------------ Site Wide Starts -----------------------------------*/
  body {
    font-size: 15px;
  }
  .custom-container {
    padding: 105px 70px;
  }
  h1 {
    font-size: 52px;
  }
  h2 {
    font-size: 34px;
  }
  .section-title {
    margin-bottom: 35px;
  }
  /*------------------------------------- Site Wide Ends ------------------------------------*/
  /*--------------------------------- Header Wrapper Starts ---------------------------------*/
  #header-wrapper .nav-container > ul > li > ul > li a {
    padding: 16px 18px;
  }
  /*--------------------------------- Header Wrapper Starts ---------------------------------*/
  /*----------------------------------- Navigation Starts -----------------------------------*/
  /*------------------------------------ Navigation Ends ------------------------------------*/
  /*-------------------------------- Content Wrapper Starts ---------------------------------*/
  #content-wrapper #home-page .our-story-section .our-story-wrapper {
    margin: -45px;
  }
  #content-wrapper #home-page .our-story-section .our-story-wrapper .text-container {
    padding: 45px;
  }
  #content-wrapper #home-page .our-story-section .our-story-wrapper .img-container {
    padding: 45px;
  }
  #content-wrapper #home-page .our-story-section .our-story-wrapper .img-container .img-item {
    height: 670px;
  }
  #content-wrapper #home-page .courses-section .courses-wrapper {
    margin: -30px;
  }
  #content-wrapper #home-page .courses-section .courses-wrapper .courses-item {
    padding: 30px;
  }
  #content-wrapper #home-page .courses-section .courses-wrapper .courses-item .inner {
    padding: 35px 14px;
  }
  #content-wrapper #home-page .about-section .about-wrapper .about-container .about-item .inner .image-container a .text-container {
    padding: 30px 25px;
  }
  #content-wrapper #home-page .our-recent-news-section .our-recent-news-wrapper .right-container .img-text-wrapper {
    margin-bottom: 40px;
  }
  #content-wrapper #home-page .our-recent-news-section .our-recent-news-wrapper .right-container .img-text-wrapper .text-item h5:nth-of-type(2) {
    padding-block: 15px;
  }
  #content-wrapper #home-page .staff-post-wrapper {
    margin: -20px;
  }
  #content-wrapper #home-page .staff-post-wrapper .staff-post-item {
    padding: 20px;
  }
  #content-wrapper #home-page .staff-post-wrapper .staff-post-item .inner .staff h6 {
    font-size: 15px;
  }
  #content-wrapper #home-page .staff-post-wrapper .staff-post-item .inner .profile-container {
    width: 100px;
  }
  #content-wrapper #home-page .staff-post-wrapper .staff-post-item .inner .content h6 {
    line-height: 30px;
  }
  #content-wrapper #team-page ul.nav-tabs li.nav-item button.nav-link {
    padding: 20px 14px;
  }
  #content-wrapper #team-page .team-wrapper {
    margin: -35px;
  }
  #content-wrapper #team-page .team-wrapper .team-item {
    padding: 35px;
  }
  /*--------------------------------- Content Wrapper Ends ----------------------------------*/
  /*--------------------------------- Footer Wrapper Starts ---------------------------------*/
  /*---------------------------------- Footer Wrapper Ends ----------------------------------*/
  /*----------------------------------- Components Starts -----------------------------------*/
  .common-banner-section .banner-wrapper {
    height: calc(100vh - 130px);
  }
  .common-logo-container a {
    width: 150px;
  }
  .common-explore-btn {
    margin-top: 50px;
  }
  .common-content-wrapper {
    margin: -50px;
  }
  .common-content-wrapper .common-content-item {
    padding: 50px;
  }
  /*------------------------------------ Components Ends ------------------------------------*/
  /*-------------------------------------- Modal Starts -------------------------------------*/
  /*--------------------------------------- Modal Ends --------------------------------------*/
  /*---------------------------------- Slick Slider Starts ----------------------------------*/
  .slick-slider .slick-prev {
    left: 29px;
    width: 30px;
  }
  .slick-slider .slick-next {
    left: 75px;
    width: 30px;
  }
  /*----------------------------------- Slick Slider Ends -----------------------------------*/
  /*------------------------------------ Animation Starts -----------------------------------*/
  /*------------------------------------- Animation Ends ------------------------------------*/
}
@media all and (max-width: 1300px) {
  /*------------------------------------ Site Wide Starts -----------------------------------*/
  body {
    font-size: 14px;
  }
  .custom-container {
    padding: 95px 65px;
  }
  h1 {
    font-size: 50px;
  }
  /*------------------------------------- Site Wide Ends ------------------------------------*/
  /*--------------------------------- Header Wrapper Starts ---------------------------------*/
  /*--------------------------------- Header Wrapper Starts ---------------------------------*/
  /*----------------------------------- Navigation Starts -----------------------------------*/
  /*------------------------------------ Navigation Ends ------------------------------------*/
  /*-------------------------------- Content Wrapper Starts ---------------------------------*/
  #content-wrapper #home-page .our-story-section .our-story-wrapper .img-container .img-item {
    height: 728px;
  }
  #content-wrapper #home-page .courses-section .courses-wrapper {
    margin: -25px;
  }
  #content-wrapper #home-page .courses-section .courses-wrapper .courses-item {
    padding: 25px;
  }
  #content-wrapper #home-page .courses-section .courses-wrapper .courses-item .inner {
    padding: 25px 18px;
  }
  #content-wrapper #home-page .about-section .about-wrapper .about-container {
    margin-inline: -40px;
  }
  #content-wrapper #home-page .about-section .about-wrapper .about-container .about-item {
    padding-inline: 40px;
  }
  #content-wrapper #home-page .staff-post-wrapper .staff-post-item .inner {
    padding: 28px 30px;
  }
  #content-wrapper #home-page .staff-post-wrapper .staff-post-item .inner .content {
    padding-block: 15px;
  }
  #content-wrapper #home-page .staff-post-wrapper .staff-post-item .inner .profile-container {
    width: 85px;
  }
  /*--------------------------------- Content Wrapper Ends ----------------------------------*/
  /*--------------------------------- Footer Wrapper Starts ---------------------------------*/
  #footer-wrapper .top-footer-section .top-footer-wrapper {
    flex-wrap: wrap;
  }
  /* #footer-wrapper .top-footer-section .top-footer-wrapper .top-footer-item {
    max-width: 450px;
  } */
  /*---------------------------------- Footer Wrapper Ends ----------------------------------*/
  /*----------------------------------- Components Starts -----------------------------------*/
  .common-banner-section .banner-wrapper {
    height: calc(100vh - 122px);
  }
  .common-banner-section .banner-wrapper .text-container .description-scrollbar-container .description-wrapper .description p {
    width: 80%;
  }
  .common-logo-container a {
    width: 150px;
  }
  .common-explore-btn {
    margin-top: 30px;
  }
  .common-explore-btn a::before {
    left: -31%;
    width: 24px;
  }
  .common-content-wrapper {
    margin: -40px;
  }
  .common-content-wrapper .common-content-item {
    padding: 40px;
  }
  .common-content-wrapper .common-content-item:first-of-type .inner p:not(:last-of-type) {
    margin-bottom: 14px;
  }
  .common-content-wrapper .common-content-item:first-of-type .inner ul {
    margin-bottom: 25px;
  }
  .common-content-wrapper .common-content-item:first-of-type .inner ul.social-container {
    margin-top: 30px;
  }
  /*------------------------------------ Components Ends ------------------------------------*/
  /*-------------------------------------- Modal Starts -------------------------------------*/
  /*--------------------------------------- Modal Ends --------------------------------------*/
  /*---------------------------------- Slick Slider Starts ----------------------------------*/
  .slick-slider .slick-prev {
    left: 25px;
    width: 25px;
  }
  .slick-slider .slick-next {
    left: 65px;
    width: 25px;
  }

  .we-do .main-row {
    padding: 0 0 0 80px;
  }

  .we-do .main-row::before {
    left: 5%;
  }
  .courses-list {
    padding: 48px 32px;
  }
  /*----------------------------------- Slick Slider Ends -----------------------------------*/
  /*------------------------------------ Animation Starts -----------------------------------*/
  /*------------------------------------- Animation Ends ------------------------------------*/
}
@media all and (max-width: 1199px) {
  /*------------------------------------ Site Wide Starts -----------------------------------*/
  /*------------------------------------- Site Wide Ends ------------------------------------*/
  /*--------------------------------- Header Wrapper Starts ---------------------------------*/
  #header-wrapper .nav-container > ul > li:not(:last-of-type) {
    margin-right: 70px;
  }
  /*--------------------------------- Header Wrapper Starts ---------------------------------*/
  /*----------------------------------- Navigation Starts -----------------------------------*/
  /*------------------------------------ Navigation Ends ------------------------------------*/
  /*-------------------------------- Content Wrapper Starts ---------------------------------*/
  #content-wrapper #home-page .courses-section .courses-wrapper {
    margin: -15px;
  }
  #content-wrapper #home-page .courses-section .courses-wrapper .courses-item {
    padding: 15px;
  }
  #content-wrapper #home-page .about-section .about-wrapper .about-container {
    margin-inline: -25px;
  }
  #content-wrapper #home-page .about-section .about-wrapper .about-container .about-item {
    padding-inline: 25px;
  }
  #content-wrapper #home-page .our-recent-news-section .our-recent-news-wrapper .left-container {
    padding: 112px 75px;
  }
  #content-wrapper #home-page .our-recent-news-section .our-recent-news-wrapper .right-container .img-text-wrapper {
    display: block;
  }
  #content-wrapper #home-page .our-recent-news-section .our-recent-news-wrapper .right-container .img-text-wrapper .img-item {
    width: 100%;
  }
  #content-wrapper #home-page .our-recent-news-section .our-recent-news-wrapper .right-container .img-text-wrapper .text-item {
    width: 100%;
    margin-top: 15px;
  }
  #content-wrapper #home-page .staff-post-wrapper {
    flex-wrap: wrap;
  }
  #content-wrapper #home-page .staff-post-wrapper .staff-post-item {
    width: 50%;
  }
  /*--------------------------------- Content Wrapper Ends ----------------------------------*/
  /*--------------------------------- Footer Wrapper Starts ---------------------------------*/
  #footer-wrapper .top-footer-section .top-footer-wrapper .top-footer-item {
    max-width: 260px;
  }
  #footer-wrapper .top-footer-section .top-footer-wrapper .top-footer-item:first-of-type {
    max-width: 350px;
  }
  #footer-wrapper .top-footer-section .top-footer-wrapper .top-footer-item:last-of-type {
    margin-top: 30px;
  }
  /*---------------------------------- Footer Wrapper Ends ----------------------------------*/
  /*----------------------------------- Components Starts -----------------------------------*/
  .common-explore-btn a::before {
    left: -40%;
  }
  .common-content-wrapper {
    margin: -20px;
  }
  .common-content-wrapper .common-content-item {
    padding: 20px;
  }
  .common-content-wrapper .common-content-item:first-of-type {
    width: 55%;
  }
  .common-content-wrapper .common-content-item:last-of-type {
    width: 45%;
  }
  .common-content-wrapper .common-content-item:last-of-type .common-inner {
    padding: 56px 25px;
  }

  .news .img-text-wrapper {
    display: block;
  }

  .news .img-text-wrapper .img-item {
    margin: 0 0 24px 0;
  }
  /*------------------------------------ Components Ends ------------------------------------*/
  /*-------------------------------------- Modal Starts -------------------------------------*/
  /*--------------------------------------- Modal Ends --------------------------------------*/
  /*---------------------------------- Slick Slider Starts ----------------------------------*/
  /*----------------------------------- Slick Slider Ends -----------------------------------*/
  /*------------------------------------ Animation Starts -----------------------------------*/
  /*------------------------------------- Animation Ends ------------------------------------*/
}
@media all and (max-width: 991px) {
  .we-do .main-row {
    padding: 0;
  }

  .about-us .img-container {
    margin-bottom: 24px;
  }

  .about-us .text-container,
  .latest-notice {
    padding: 0;
  }

  .common-banner-section .banner-wrapper {
    height: 350px;
  }
  /*------------------------------------ Site Wide Starts -----------------------------------*/
  /*------------------------------------- Site Wide Ends ------------------------------------*/
  /*--------------------------------- Header Wrapper Starts ---------------------------------*/
  /*--------------------------------- Header Wrapper Starts ---------------------------------*/
  /*----------------------------------- Navigation Starts -----------------------------------*/
  /*------------------------------------ Navigation Ends ------------------------------------*/
  /*-------------------------------- Content Wrapper Starts ---------------------------------*/
  /*--------------------------------- Content Wrapper Ends ----------------------------------*/
  /*--------------------------------- Footer Wrapper Starts ---------------------------------*/
  /*---------------------------------- Footer Wrapper Ends ----------------------------------*/
  /*----------------------------------- Components Starts -----------------------------------*/
  /*------------------------------------ Components Ends ------------------------------------*/
  /*-------------------------------------- Modal Starts -------------------------------------*/
  /*--------------------------------------- Modal Ends --------------------------------------*/
  /*---------------------------------- Slick Slider Starts ----------------------------------*/
  /*----------------------------------- Slick Slider Ends -----------------------------------*/
  /*------------------------------------ Animation Starts -----------------------------------*/
  /*------------------------------------- Animation Ends ------------------------------------*/
}
@media all and (max-width: 767px) {
  /*------------------------------------ Site Wide Starts -----------------------------------*/
  body.open-nav .nav-section {
    left: 0;
    right: 0;
    transition: all 0.5s ease;
  }
  #theModal .modal-content {
    display: none;
  }
  .custom-container {
    padding: 40px 30px;
    overflow: hidden;
  }
  h1 {
    font-size: 20px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 17px;
  }
  h4 {
    font-size: 15px;
  }
  h5 {
    font-size: 13px;
    text-transform: capitalize;
  }
  /*------------------------------------- Site Wide Ends ------------------------------------*/
  /*--------------------------------- Header Wrapper Starts ---------------------------------*/
  #header-wrapper .top-header-section {
    padding-block: 10px;
  }
  #header-wrapper .logo-nav-wrapper .login-toggle-container .login-container ul li {
    margin-right: 40px;
  }
  #header-wrapper .logo-nav-wrapper .login-toggle-container .toggle-container .toggle-item h6 {
    display: none;
  }
  #header-wrapper .bottom-header-section {
    display: none;
  }
  /*--------------------------------- Header Wrapper Starts ---------------------------------*/
  /*----------------------------------- Navigation Starts -----------------------------------*/
  .nav-section .navigation {
    padding: 100px 60px;
  }
  .nav-section .navigation .mobile-menu-wrapper {
    display: block;
  }
  /*------------------------------------ Navigation Ends ------------------------------------*/
  /*-------------------------------- Content Wrapper Starts ---------------------------------*/
  #content-wrapper #home-page .notice-section .notice-wrapper > ul > li:first-of-type {
    width: 25%;
  }
  #content-wrapper #home-page .notice-section .notice-wrapper > ul > li:last-of-type {
    width: 75%;
  }
  #content-wrapper #home-page .our-story-section .our-story-wrapper {
    display: block;
  }
  #content-wrapper #home-page .our-story-section .our-story-wrapper .text-container {
    width: 100%;
  }
  #content-wrapper #home-page .our-story-section .our-story-wrapper .text-container .description p {
    font-size: 13px;
  }
  #content-wrapper #home-page .our-story-section .our-story-wrapper .img-container {
    padding-top: 0;
    width: 100%;
  }
  #content-wrapper #home-page .about-section .about-wrapper > .text-container .description p {
    width: 75%;
  }
  #content-wrapper #home-page .about-section .about-wrapper .about-container {
    flex-wrap: wrap;
  }
  #content-wrapper #home-page .about-section .about-wrapper .about-container .about-item {
    width: 50%;
  }
  #content-wrapper #home-page .our-recent-news-section .our-recent-news-wrapper {
    display: block;
  }
  #content-wrapper #home-page .our-recent-news-section .our-recent-news-wrapper .left-container {
    width: 100%;
    padding: 56px 50px;
  }
  #content-wrapper #home-page .our-recent-news-section .our-recent-news-wrapper .left-container .section-title h2 {
    font-size: 30px;
  }
  #content-wrapper #home-page .our-recent-news-section .our-recent-news-wrapper .left-container .description {
    margin-block: 35px;
    width: 100%;
  }
  #content-wrapper #home-page .our-recent-news-section .our-recent-news-wrapper .right-container {
    width: 100%;
  }
  #content-wrapper #home-page .staff-post-wrapper .staff-post-item {
    width: 100%;
  }
  #content-wrapper #team-page .section-title .description {
    margin-top: 20px;
    width: 96%;
  }
  #content-wrapper #team-page ul.nav-tabs {
    width: 100%;
    margin-bottom: 50px;
  }
  #content-wrapper #team-page ul.nav-tabs li.nav-item button {
    font-size: 13px;
  }
  #content-wrapper #team-page ul.nav-tabs li.nav-item button.nav-link {
    padding: 10px 6px;
  }
  #content-wrapper #team-page .team-wrapper {
    flex-wrap: wrap;
    margin: -30px;
  }
  #content-wrapper #team-page .team-wrapper .team-item {
    width: 50%;
    padding: 30px;
  }
  #content-wrapper #team-page .team-wrapper .team-item .inner .text-container {
    margin-top: 20px;
  }
  #content-wrapper #apply-now-form p {
    font-size: 13px;
  }
  #content-wrapper #apply-now-form h2 {
    font-size: 16px;
  }
  #content-wrapper #apply-now-form h5 {
    font-size: 14px;
    font-weight: 600;
  }
  #content-wrapper #apply-now-form span {
    font-size: 12px;
    margin-bottom: 0;
  }
  #content-wrapper #apply-now-form .school-name {
    font-size: 13px;
  }
  #content-wrapper #apply-now-form .address-info {
    font-size: 12px;
  }
  #content-wrapper #apply-now-form .alert {
    font-size: 12px;
  }
  #content-wrapper #apply-now-form .alert i {
    margin-right: 0px;
    line-height: 1.5;
  }
  #content-wrapper #apply-now-form .row {
    flex-direction: column;
  }
  #content-wrapper #apply-now-form .row .col-4,
  #content-wrapper #apply-now-form .row .col-6,
  #content-wrapper #apply-now-form .row .col-3 {
    width: 100%;
  }
  #content-wrapper #apply-now-form .custom-container {
    padding: 0;
  }
  #content-wrapper #apply-now-form .custom-container .container-fluid {
    padding: 25px 15px;
  }
  #content-wrapper #apply-now-form .custom-container .container-fluid .content .sheet .admission-page .page-header .display-logo img {
    width: 50%;
  }
  #content-wrapper #scholarship-page .scholarship-section .custom-container {
    padding: 50px 30px;
  }
  #content-wrapper #scholarship-page .scholarship-section .custom-container h1 {
    font-size: 17px;
  }
  #content-wrapper #scholarship-page .scholarship-section .custom-container h2 {
    font-size: 15px;
  }
  #content-wrapper #scholarship-page .scholarship-section .custom-container span {
    font-size: 13px !important;
  }
  #content-wrapper #scholarship-page .scholarship-section .custom-container p {
    font-size: 13px;
  }
  /*--------------------------------- Content Wrapper Ends ----------------------------------*/
  /*--------------------------------- Footer Wrapper Starts ---------------------------------*/
  #footer-wrapper .top-footer-section .top-footer-wrapper {
    margin-top: -30px;
  }
  #footer-wrapper .top-footer-section .top-footer-wrapper .top-footer-item {
    margin-top: 25px;
    max-width: 165px;
  }
  #footer-wrapper .top-footer-section .top-footer-wrapper .top-footer-item .title h4 {
    margin-bottom: 20px;
  }
  #footer-wrapper .top-footer-section .top-footer-wrapper .top-footer-item .content p {
    font-size: 12px;
  }
  #footer-wrapper .top-footer-section .top-footer-wrapper .top-footer-item .content ul li {
    padding: 2px;
  }
  #footer-wrapper .top-footer-section .top-footer-wrapper .top-footer-item .content ul li a {
    font-size: 12px;
  }
  #footer-wrapper .top-footer-section .top-footer-wrapper .top-footer-item:nth-last-child(3) {
    width: 50%;
  }
  #footer-wrapper .top-footer-section .top-footer-wrapper .top-footer-item:last-of-type {
    margin-top: 25px;
  }
  #footer-wrapper .bottom-footer-section .custom-container {
    padding-block: 15px;
  }
  /*---------------------------------- Footer Wrapper Ends ----------------------------------*/
  /*----------------------------------- Components Starts -----------------------------------*/
  .common-logo-container a img {
    width: 70%;
  }
  .common-banner-section .banner-wrapper .text-container .description-scrollbar-container .description-wrapper .description p {
    font-size: 13px;
    width: 100%;
  }
  .common-banner-section .image-container img {
    height: 50vh;
  }
  .section-title {
    margin-bottom: 20px;
  }
  .common-content-wrapper {
    flex-wrap: wrap-reverse;
  }
  .common-content-wrapper .common-content-item:first-of-type {
    width: 100%;
  }
  .common-content-wrapper .common-content-item:first-of-type .inner p {
    line-height: 2.5;
    font-size: 13px;
  }
  .common-content-wrapper .common-content-item:first-of-type .inner ul.social-container li p {
    font-size: 14px;
  }
  .common-content-wrapper .common-content-item:last-of-type {
    width: 100%;
  }
  .common-content-wrapper .common-content-item:last-of-type .common-inner {
    padding: 35px 15px;
  }
  .common-content-wrapper .common-content-item:last-of-type .common-inner ul.about-wrapper li a {
    font-size: 13px;
  }
  .common-content-wrapper .common-content-item:last-of-type .common-inner ul.about-wrapper li:not(:last-of-type) {
    margin-bottom: 15px;
  }
  .common-content-wrapper .common-content-item:last-of-type .common-inner:not(:last-of-type) {
    margin-bottom: 30px;
  }
  .we-do .main-row {
    padding: 0;
  }
  /*------------------------------------ Components Ends ------------------------------------*/
  /*-------------------------------------- Modal Starts -------------------------------------*/
  .modal .modal-dialog {
    max-width: calc(100% - 60px);
  }
  /*--------------------------------------- Modal Ends --------------------------------------*/
  /*---------------------------------- Slick Slider Starts ----------------------------------*/
  /*----------------------------------- Slick Slider Ends -----------------------------------*/
  /*------------------------------------ Animation Starts -----------------------------------*/
  /*------------------------------------- Animation Ends ------------------------------------*/
} /*# sourceMappingURL=responsive.css.map */
