.main-header {
  height: auto;
  background-color: rgba(0, 35, 76, 0.65); }
  .main-header .header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: auto; }
  .main-header .logo {
    float: none;
    padding-left: 0;
    height: 100%; }
  .main-header .main-nav .btn-close {
    position: absolute;
    top: 30px;
    left: 30px;
    transform: translateY(-50%);
    height: 30px;
    width: 30px;
    border: 0;
    padding: 0;
    margin: 0;
    cursor: pointer;
    z-index: 10;
    background-size: cover;
    display: none;
    filter: var(--bs-btn-close-white-filter);
    opacity: 1; }
  .main-header .main-menu {
    float: none;
    padding-right: 0; }
    .main-header .main-menu .list-item {
      margin-left: 0; }
      .main-header .main-menu .list-item .sub-menu {
        min-width: 220px;
        width: auto; }
        .main-header .main-menu .list-item .sub-menu li {
          margin-bottom: 0;
          padding: 0;
          position: relative; }
          .main-header .main-menu .list-item .sub-menu li:first-child {
            padding: 0; }
          .main-header .main-menu .list-item .sub-menu li a {
            font-size: 13px;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            font-weight: 500;
            padding: 15px;
            display: block;
            padding-right: 45px; }
          .main-header .main-menu .list-item .sub-menu li.has-sublist::after {
            content: "\f106";
            font-family: FontAwesome;
            position: absolute;
            top: 50%;
            right: 15px;
            transform: translateY(-50%) rotate(90deg);
            color: #fff; }
          .main-header .main-menu .list-item .sub-menu li.has-sublist .sub-list {
            position: absolute;
            left: 100%;
            top: 0;
            min-width: 220px;
            width: auto;
            background-color: #18233a;
            opacity: 0;
            visibility: hidden;
            transition: all 0.5s;
            max-height: 300px;
            height: auto;
            overflow-y: auto; }
            .main-header .main-menu .list-item .sub-menu li.has-sublist .sub-list li a {
              padding-right: 15px; }
          .main-header .main-menu .list-item .sub-menu li.has-sublist:hover .sub-list {
            opacity: 1;
            visibility: visible; }
          .main-header .main-menu .list-item .sub-menu li.has-sublist:hover::after {
            color: #0481e1; }
      .main-header .main-menu .list-item a {
        padding: 10px 5px; }
        .main-header .main-menu .list-item a.nav-frame {
          color: #f5a425;
          border-color: transparent;
          cursor: pointer;
          font-size: 20px; }
      .main-header .main-menu .list-item.lang a {
        color: #f5a425;
        border-color: transparent;
        cursor: pointer; }
      .main-header .main-menu .list-item.lang .sub-menu li a {
        font-weight: 700;
        font-size: 18px;
        padding: 15px;
        text-align: end; }
      .main-header .main-menu .list-item:hover a {
        border-color: transparent;
        color: #f5a425; }
      .main-header .main-menu .list-item:hover .sub-menu li a {
        color: #fff; }
        .main-header .main-menu .list-item:hover .sub-menu li a:hover {
          color: #0481e1; }

.main-banner {
  max-height: 100vh;
  margin-bottom: 0; }
  .main-banner .caption {
    width: 100%; }
    .main-banner .caption h2 em {
      color: #f5a425; }

.main-button a {
  background-color: #f5a425; }

.search-section {
  position: fixed;
  top: calc(50% + -1px);
  left: calc(50% + -1px);
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 9999;
  height: 0;
  width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .25s all ease; }
  .search-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }
  .search-section .btn-close {
    display: none;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 5%;
    left: 5%;
    transform: translateY(-50%);
    height: 60px;
    width: 60px;
    border: 0;
    background: none;
    font-size: 40px;
    font-weight: 700;
    color: #f5a425;
    padding: 0;
    margin: 0;
    cursor: pointer;
    z-index: 10; }
  .search-section .form-search {
    display: none;
    margin: auto;
    max-width: 600px;
    width: 100%;
    position: relative;
    z-index: 10;
    padding: 20px; }
    .search-section .form-search form {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      width: 100%;
      position: relative; }
      .search-section .form-search form input {
        width: 100%;
        background-color: transparent;
        border: 0;
        border-bottom: 2px solid #f5a425;
        padding: 15px 15px 15px 60px;
        height: 60px;
        color: #fff;
        font-size: 16px;
        font-weight: 500; }
        .search-section .form-search form input:focus {
          box-shadow: none;
          outline: none; }
        .search-section .form-search form input::placeholder {
          color: #fff;
          font-size: 16px;
          font-weight: 500; }
      .search-section .form-search form button {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        height: 60px;
        width: 60px;
        border: 0;
        background: none;
        font-size: 26px;
        font-weight: 700;
        color: #f5a425;
        padding: 0;
        margin: 0; }
  .search-section.active {
    width: 100%;
    height: 100%; }
    .search-section.active .form-search {
      display: block; }
    .search-section.active .btn-close {
      display: flex; }

.video-overlay {
  background-color: rgba(22, 34, 57, 0.6);
  height: 100vh; }

section.video {
  background: none;
  position: relative;
  z-index: 0; }
  section.video .video-content {
    position: relative;
    z-index: 1; }
  section.video::after {
    content: "";
    background-image: url(../images/video-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    z-index: 0;
    background-attachment: fixed; }
  section.video::before {
    content: "";
    background: linear-gradient(115deg, rgba(0, 35, 76, 0.95) 0%, rgba(0, 35, 76, 0.95) 56%, rgba(0, 0, 0, 0.025) 56%, rgba(0, 0, 0, 0) 100%);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    z-index: 1;
    background-attachment: fixed; }

section.events {
  background: none;
  position: relative;
  z-index: 0; }
  section.events .events-content {
    position: relative;
    z-index: 1; }
  section.events::after {
    content: "";
    background-image: url(../images/contact-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    z-index: 0;
    background-attachment: fixed; }
  section.events::before {
    content: "";
    background: linear-gradient(235deg, rgba(4, 129, 225, 0.95) 0%, rgba(4, 129, 225, 0.95) 56%, rgba(0, 0, 0, 0.025) 56%, rgba(0, 0, 0, 0) 100%);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    z-index: 1;
    background-attachment: fixed; }

section.why-us {
  padding-top: 100px;
  background-image: url(../images/coming-soon-bg1.jpg);
  background-position: bottom; }
  section.why-us .text-about h4 {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
    margin-bottom: 15px;
    text-transform: capitalize; }
  section.why-us .text-about p {
    color: #fff;
    font-size: 15px;
    line-height: 28px; }

.features-content {
  background-color: var(--color); }
  .features-content h4 {
    color: var(--color); }
  .features-content p {
    color: var(--color) !important; }
  .features-content a {
    color: var(--color);
    border-color: var(--color); }
  .features-content:hover {
    background-color: var(--color); }

section.coming-soon {
  background-image: url(../images/choosing-bg.jpg); }
  section.coming-soon .item-discover {
    margin-bottom: 30px; }
    section.coming-soon .item-discover a {
      background-color: #fff;
      background-color: rgba(0, 35, 76, 0.95);
      padding: 30px;
      padding-bottom: 100px;
      position: relative;
      display: block;
      transition: all 0.5s; }
      section.coming-soon .item-discover a::after {
        position: absolute;
        content: " ";
        display: block;
        left: 50%;
        z-index: 1;
        bottom: 45px;
        width: 35px;
        height: 35px;
        background-size: 35px;
        background-repeat: no-repeat;
        background-position: center center;
        background-image: url(../images/icon/arrow-circle-right-red.png);
        -webkit-transition: background-image .3s ease;
        -moz-transition: background-image .3s ease;
        transition: background-image .3s ease;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        transform: translateX(-50%); }
      section.coming-soon .item-discover a:hover {
        box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25); }
        section.coming-soon .item-discover a:hover::after {
          background-image: url(../images/icon/arrow-circle-right-blue.png); }
      section.coming-soon .item-discover a .item-img {
        text-align: center;
        margin-bottom: 30px; }
        section.coming-soon .item-discover a .item-img img {
          width: 100px; }
      section.coming-soon .item-discover a .item-title h3 {
        font-size: 16px;
        text-transform: uppercase;
        color: #1e1e1e;
        color: #fff;
        letter-spacing: 0.5px;
        font-weight: 700;
        margin-top: 0;
        margin-bottom: 20px;
        text-align: center; }
      section.coming-soon .item-discover a .item-desc p {
        margin-bottom: 25px;
        color: #212529;
        color: white;
        text-align: center; }

section.courses {
  background-image: url(../images/coming-soon-bg.jpg); }
  section.courses .owl-carousel .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px; }
    section.courses .owl-carousel .owl-dots .owl-dot {
      margin: 50px 0 0; }

.video-section {
  position: fixed;
  top: calc(50% + -1px);
  left: calc(50% + -1px);
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 9999;
  height: 0;
  width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .25s all ease; }
  .video-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }
  .video-section .btn-close {
    display: none;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 5%;
    left: 5%;
    transform: translateY(-50%);
    height: 60px;
    width: 60px;
    border: 0;
    background: none;
    font-size: 40px;
    font-weight: 700;
    color: #f5a425;
    padding: 0;
    margin: 0;
    cursor: pointer;
    z-index: 10; }
  .video-section .frame-video {
    display: none;
    margin: auto;
    max-width: 80%;
    max-height: 80%;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 10;
    padding: 20px; }
  .video-section.active {
    width: 100%;
    height: 100%; }
    .video-section.active .frame-video {
      display: block; }
    .video-section.active .btn-close {
      display: flex; }

.events .events-content .item-discover {
  margin-bottom: 30px; }
  .events .events-content .item-discover a {
    background-color: rgba(0, 35, 76, 0.95);
    background-color: #fff;
    position: relative;
    display: block;
    transition: all 0.5s;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start; }
    .events .events-content .item-discover a:hover {
      box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25); }
      .events .events-content .item-discover a:hover .item-body .item-title h3 {
        text-decoration: underline;
        color: #0481e1; }
    .events .events-content .item-discover a .item-img {
      display: contents;
      width: 50%; }
      .events .events-content .item-discover a .item-img img {
        width: auto;
        height: 100%; }
    .events .events-content .item-discover a .item-body {
      padding: 30px; }
      .events .events-content .item-discover a .item-body .item-title h3 {
        font-size: 16px;
        text-transform: uppercase;
        color: #fff;
        color: #1e1e1e;
        letter-spacing: 0.5px;
        font-weight: 700;
        margin-top: 0;
        margin-bottom: 15px; }
      .events .events-content .item-discover a .item-body .item-desc p {
        margin-bottom: 0;
        color: white;
        color: #212529; }

footer .footer-top {
  background-color: rgba(0, 35, 76, 0.95);
  padding: 50px 0 30px; }
  footer .footer-top .footer-logo {
    margin-bottom: 20px; }
  footer .footer-top .foot-desc {
    margin-bottom: 20px; }
    footer .footer-top .foot-desc p {
      color: #fff;
      margin: 0;
      font-size: 15px;
      font-weight: 400; }
  footer .footer-top h3 {
    font-size: 22px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.5px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 20px; }
  footer .footer-top .foot-links {
    margin-bottom: 20px; }
    footer .footer-top .foot-links li {
      margin-bottom: 15px; }
      footer .footer-top .foot-links li:last-child {
        margin-bottom: 0; }
      footer .footer-top .foot-links li a {
        color: #fff;
        transition: all 0.5s;
        font-weight: 600;
        position: relative; }
        footer .footer-top .foot-links li a::after {
          content: '\f178';
          font-family: FontAwesome;
          position: absolute;
          top: 50%;
          right: 0;
          opacity: 0;
          transition: all 0.5s;
          transform: translateY(-50%); }
        footer .footer-top .foot-links li a:hover {
          color: #0481e1; }
          footer .footer-top .foot-links li a:hover::after {
            transform: translate(25px, -50%);
            opacity: 1; }
  footer .footer-top .foot-contact .list-info {
    margin-bottom: 20px; }
    footer .footer-top .foot-contact .list-info li {
      margin-bottom: 15px; }
      footer .footer-top .foot-contact .list-info li:last-child {
        margin-bottom: 0; }
      footer .footer-top .foot-contact .list-info li a {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        color: #fff;
        transition: .5s all; }
        footer .footer-top .foot-contact .list-info li a:hover {
          color: #f5a425; }
        footer .footer-top .foot-contact .list-info li a i {
          margin-right: 10px; }
  footer .footer-top .foot-contact .foot-social {
    gap: 20px;
    margin-bottom: 20px; }
    footer .footer-top .foot-contact .foot-social li a {
      color: #0481e1;
      font-size: 20px;
      transition: .5s all; }
      footer .footer-top .foot-contact .foot-social li a:hover {
        color: #f5a425; }

.breadcrumb-content {
  background-size: cover !important; }
  .breadcrumb-content .breadcrumb-overlay {
    padding: 250px 0 150px; }
    .breadcrumb-content .breadcrumb-overlay nav {
      margin-bottom: 20px; }
      .breadcrumb-content .breadcrumb-overlay nav .breadcrumb {
        justify-content: center; }
        .breadcrumb-content .breadcrumb-overlay nav .breadcrumb .breadcrumb-item {
          color: #fff;
          font-size: 20px;
          font-weight: 600;
          text-transform: capitalize;
          line-height: 36px; }
          .breadcrumb-content .breadcrumb-overlay nav .breadcrumb .breadcrumb-item a {
            color: #0481e1;
            font-size: 20px;
            font-weight: 600;
            transition: .25s all ease; }
            .breadcrumb-content .breadcrumb-overlay nav .breadcrumb .breadcrumb-item a:hover {
              color: #fff; }
          .breadcrumb-content .breadcrumb-overlay nav .breadcrumb .breadcrumb-item::before {
            color: #fff; }
    .breadcrumb-content .breadcrumb-overlay .head-page h2 {
      text-align: center;
      font-weight: 600;
      font-size: 70px;
      line-height: 90px;
      margin: 0;
      color: #fff;
      text-transform: capitalize; }

.about {
  padding: 100px 0; }
  .about .img-about {
    background-size: cover !important;
    height: 100%;
    min-height: 500px; }
  .about .about-content-text {
    margin-top: 30px; }
    .about .about-content-text .head-about {
      margin-bottom: 30px; }
      .about .about-content-text .head-about .span-color {
        font-size: 16px;
        display: block;
        margin-bottom: 5px;
        color: #0481e1;
        font-weight: 700;
        text-transform: uppercase; }
      .about .about-content-text .head-about h2 {
        font-size: 46px;
        font-weight: 500;
        line-height: 1.4;
        margin: 0; }
    .about .about-content-text .body-about .body-about-content {
      display: grid;
      gap: 15px; }
      .about .about-content-text .body-about .body-about-content .item {
        padding: 20px;
        background-color: #fff;
        box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.07);
        transition: .25s all ease; }
        .about .about-content-text .body-about .body-about-content .item .media {
          display: flex;
          align-items: flex-start;
          justify-content: flex-start;
          gap: 15px; }
          .about .about-content-text .body-about .body-about-content .item .media .icon span::before {
            color: #0481e1;
            font-size: 70px;
            transition: .25s all ease; }
          .about .about-content-text .body-about .body-about-content .item .media .body-media h4 {
            font-size: 20px;
            font-weight: 500;
            margin-bottom: 15px;
            transition: .25s all ease;
            color: #111111;
            text-transform: capitalize; }
          .about .about-content-text .body-about .body-about-content .item .media .body-media p {
            font-size: 14px;
            line-height: 1.8;
            font-weight: 500;
            color: #999999;
            margin: 0;
            transition: .25s all ease; }
        .about .about-content-text .body-about .body-about-content .item:hover {
          background-color: #0481e1; }
          .about .about-content-text .body-about .body-about-content .item:hover .media .icon span::before {
            color: #fff; }
          .about .about-content-text .body-about .body-about-content .item:hover .media .body-media h4, .about .about-content-text .body-about .body-about-content .item:hover .media .body-media p {
            color: #fff; }
  .about.principalMessage .about-content-text .head-about {
    margin-bottom: 20px; }
  .about.principalMessage .about-content-text .body-about .body-about-content .item {
    padding: 0;
    box-shadow: none;
    transition: 0; }
    .about.principalMessage .about-content-text .body-about .body-about-content .item .media .body-media p {
      font-size: 14px;
      line-height: 1.8;
      font-weight: 500;
      color: #999999;
      margin: 0;
      transition: .25s all ease; }
    .about.principalMessage .about-content-text .body-about .body-about-content .item:hover {
      background-color: #fff; }
      .about.principalMessage .about-content-text .body-about .body-about-content .item:hover .media .body-media p {
        color: #999999; }

.counter-about {
  padding: 100px 0 70px;
  background: url(../images/coming-soon-bg.jpg) center center no-repeat fixed;
  background-size: cover;
  position: relative; }
  .counter-about::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.3);
    content: ''; }
  .counter-about .counter-about-overlay {
    position: relative;
    z-index: 1; }
    .counter-about .counter-about-overlay .counter-item {
      margin-bottom: 30px; }
      .counter-about .counter-about-overlay .counter-item .media {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 15px; }
        .counter-about .counter-about-overlay .counter-item .media .icon span::before {
          color: #fff;
          font-size: 70px;
          transition: .25s all ease; }
        .counter-about .counter-about-overlay .counter-item .media .body-media h4 {
          font-size: 40px;
          font-weight: 700;
          color: #fff;
          line-height: 1;
          display: inline-block;
          margin-bottom: 5px;
          display: block; }
        .counter-about .counter-about-overlay .counter-item .media .body-media h5 {
          font-size: 16px;
          line-height: 28px;
          font-weight: 600;
          color: rgba(255, 255, 255, 0.9);
          text-transform: uppercase;
          margin: 0; }

.testimonials {
  padding-bottom: 100px;
  background: #f8f8f8; }
  .testimonials .testimonials-overlay .section-heading h2 {
    color: #0481e1;
    border-color: rgba(4, 129, 225, 0.1); }
    .testimonials .testimonials-overlay .section-heading h2::before {
      background-color: rgba(4, 129, 225, 0.3); }
  .testimonials .testimonials-overlay .testimonials-carousel .slick-list {
    padding: 50px 0 !important; }
  .testimonials .testimonials-overlay .testimonials-carousel .item {
    padding: 30px;
    background-color: #fff;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.03);
    margin: 0 15px;
    transition: 0.25s all ease; }
    .testimonials .testimonials-overlay .testimonials-carousel .item .head-item {
      margin-bottom: 30px; }
      .testimonials .testimonials-overlay .testimonials-carousel .item .head-item .media {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 15px; }
        .testimonials .testimonials-overlay .testimonials-carousel .item .head-item .media .img-media {
          position: relative; }
          .testimonials .testimonials-overlay .testimonials-carousel .item .head-item .media .img-media img {
            border-radius: 50%;
            width: 80px; }
          .testimonials .testimonials-overlay .testimonials-carousel .item .head-item .media .img-media span {
            position: absolute;
            bottom: -5px;
            right: -5px;
            background-color: #00234c;
            color: #fff;
            width: 30px;
            height: 30px;
            line-height: 30px;
            text-align: center;
            font-size: 18px;
            border-radius: 50%; }
        .testimonials .testimonials-overlay .testimonials-carousel .item .head-item .media .body-media h4 {
          font-weight: 600;
          font-size: 20px;
          margin-bottom: 10px;
          color: #111111;
          text-transform: uppercase; }
        .testimonials .testimonials-overlay .testimonials-carousel .item .head-item .media .body-media h5 {
          font-size: 13px;
          text-transform: uppercase;
          color: #00234c;
          font-weight: 500;
          margin: 0; }
    .testimonials .testimonials-overlay .testimonials-carousel .item .body-item p {
      font-size: 14px;
      line-height: 1.8;
      font-weight: 500;
      color: #999999;
      margin: 0;
      transition: .25s all ease; }
  .testimonials .testimonials-overlay .testimonials-carousel .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 20px; }
    .testimonials .testimonials-overlay .testimonials-carousel .slick-dots li {
      cursor: pointer; }
      .testimonials .testimonials-overlay .testimonials-carousel .slick-dots li button {
        height: 4px;
        width: 30px;
        background-color: #999999;
        border: 0;
        font-size: 0;
        cursor: pointer; }
        .testimonials .testimonials-overlay .testimonials-carousel .slick-dots li button:focus {
          outline: 0;
          box-shadow: none; }
      .testimonials .testimonials-overlay .testimonials-carousel .slick-dots li.slick-active button {
        background-color: #00234c; }

.contact {
  padding: 100px 0;
  background-color: #f8f8f8; }
  .contact .contact-overlay .map-contact {
    background-color: #fff;
    min-height: 500px;
    padding: 15px; }
  .contact .contact-overlay .contact-content {
    padding: 50px 15px;
    background-color: #fff; }
    .contact .contact-overlay .contact-content .head-contact {
      margin-bottom: 40px; }
      .contact .contact-overlay .contact-content .head-contact h3 {
        color: #000000;
        font-weight: 400;
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 5px; }
      .contact .contact-overlay .contact-content .head-contact p {
        color: #757474;
        font-weight: 400;
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 0; }
    .contact .contact-overlay .contact-content .contact-item {
      margin-bottom: 40px; }
      .contact .contact-overlay .contact-content .contact-item h5 {
        color: #212528;
        font-weight: 700;
        font-size: 13px;
        line-height: 30px;
        margin-bottom: 5px; }
      .contact .contact-overlay .contact-content .contact-item p {
        color: #0a0a0a;
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 0; }
      .contact .contact-overlay .contact-content .contact-item a {
        color: #0a0a0a;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 0; }
    .contact .contact-overlay .contact-content .form-group {
      margin-bottom: 24px; }
      .contact .contact-overlay .contact-content .form-group .form-control {
        border-radius: 0;
        outline: 0;
        box-shadow: none;
        color: #0a0a0a;
        font-weight: 400;
        font-size: 16px;
        line-height: 36px; }
        .contact .contact-overlay .contact-content .form-group .form-control:focus {
          border-color: #0481e1; }
        .contact .contact-overlay .contact-content .form-group .form-control::placeholder {
          font-size: 13px; }
      .contact .contact-overlay .contact-content .form-group textarea.form-control {
        resize: none; }
      .contact .contact-overlay .contact-content .form-group .btn {
        background-color: #0481e1;
        color: #fff;
        font-size: 13px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        font-weight: 700;
        padding: 12px 20px;
        display: inline-block;
        outline: 0;
        border-radius: 0; }

.campus {
  padding: 100px 0 70px;
  background: #f8f8f8; }
  .campus .campus-overlay .campus-item {
    padding: 15px;
    border: 1px solid #D9E2E9;
    transition: 0.25s all ease;
    background-color: #fff;
    margin-bottom: 30px; }
    .campus .campus-overlay .campus-item .img-item {
      max-height: 250px;
      overflow: hidden;
      transition: 0.25s all ease;
      margin-bottom: 15px; }
      .campus .campus-overlay .campus-item .img-item img {
        width: 100%;
        transition: 0.25s all ease; }
    .campus .campus-overlay .campus-item .body-item .btn-title h3 {
      color: #111111;
      font-size: 24px;
      margin-bottom: 10px;
      line-height: 36px;
      text-transform: capitalize;
      transition: 0.25s all ease;
      font-weight: 600; }
      .campus .campus-overlay .campus-item .body-item .btn-title h3:hover {
        color: #0481e1; }
    .campus .campus-overlay .campus-item .body-item p {
      color: #1e1e1e;
      font-size: 14px;
      font-weight: 500;
      margin-bottom: 10px;
      line-height: 24px;
      display: -webkit-box;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipiss; }
    .campus .campus-overlay .campus-item .body-item .btn-more {
      color: #111111;
      text-transform: capitalize;
      font-weight: 500;
      position: relative;
      padding-bottom: 7px;
      display: inline-block;
      transition: 0.25s all ease;
      font-size: 17px; }
      .campus .campus-overlay .campus-item .body-item .btn-more::after {
        content: '';
        bottom: 0;
        left: 0;
        position: absolute;
        height: 2px;
        width: 0;
        background-color: #0481e1;
        transition: 0.25s all ease; }
      .campus .campus-overlay .campus-item .body-item .btn-more:hover {
        color: #0481e1; }
        .campus .campus-overlay .campus-item .body-item .btn-more:hover::after {
          width: 100%; }
    .campus .campus-overlay .campus-item:hover {
      border-color: #0481e1;
      transform: translateY(-10px);
      box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.07);
      background-color: #f8f8f8; }
      .campus .campus-overlay .campus-item:hover .img-item img {
        transform: scale(1.05); }

@media (max-width: 575px) {
  .main-header .main-menu .list-item.lang .sub-menu li a {
    border-left: 1px solid #fff;
    border-bottom: 1px solid rgba(250, 250, 250, 0.75); }

  .events .events-content .item-discover a {
    display: grid; }
    .events .events-content .item-discover a .item-img img {
      width: 100%;
      height: auto; } }
@media screen and (max-width: 992px) {
  .features-post {
    margin: 0 -12px; }

  section.courses .owl-carousel .owl-dots {
    display: none; }

  .counter-about .counter-about-overlay .counter-item .media {
    justify-content: flex-start; } }
.section-heading {
  margin-bottom: 30px; }
  .section-heading h2 {
    margin-top: 50px; }
    .section-heading h2::before {
      height: 50px;
      top: -52px; }

section {
  padding-top: 50px !important;
  padding-bottom: 35px !important; }
  section.testimonials, section.coming-soon, section.courses, section.events, section.features, section.main-banner {
    padding-top: 0 !important; }
  section.features, section.main-banner {
    padding-bottom: 0 !important; }

/*# sourceMappingURL=style-custom.css.map */
