@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
.sherpa-blue {
  color: #00435a; }

.yellow-color {
  color: #faad00; }

.text-dark, .sec-title p, .sec-title-line p {
  color: #000 !important; }

.text-black {
  color: #333333; }

.bg-black {
  background-color: #333333; }

.bg-sherpa-blue {
  background-color: #00435a; }

.bg-half-sherpa-blue {
  position: relative; }
  .bg-half-sherpa-blue::before, .bg-half-sherpa-blue::after {
    background-color: #00435a;
    height: 70% !important;
    z-index: -1; }
  .bg-half-sherpa-blue::after {
    background-color: #fdf5ea;
    height: 30% !important;
    top: 70% !important; }

.dm-sans, body p, .facility h4, .pricing-amount span {
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal; }

.raleway, body, h1,
h2,
h3,
h4,
h5,
h6, .sec-title h2, .sec-title-line h2 {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal; }

.fw-600 {
  font-weight: 600; }

/* ----------------------------------------------------------
  :: Mixin CSS
  ---------------------------------------------------------- */
/* ----------------------------------------------------------
:: Common CSS
---------------------------------------------------------- */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

::selection {
  color: #fff;
  background: #00435a; }

body {
  font-size: 0.9rem;
  line-height: 1.6;
  font-weight: 500;
  color: #6D6F70;
  background-color: #fff;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: subpixel-antialiased; }
  body p {
    color: #00435a;
    font-weight: 500;
    line-height: 1.6; }
  body a:hover {
    color: #faad00; }
  @media screen and (max-width: 767px) {
    body {
      line-height: 1.3;
      font-size: 0.75rem; }
      body p {
        margin-bottom: 0rem;
        font-size: 0.75rem; }
      body h6 {
        font-size: 0.9rem; } }
  @media screen and (min-width: 1400px) {
    body {
      font-size: 1rem; } }
  @media screen and (min-width: 1601px) {
    body {
      font-size: 1.05rem; } }

@media screen and (min-width: 1601px) {
  h4 {
    font-size: 1.3rem; }

  h5 {
    font-size: 1.2rem; }

  h6 {
    font-size: 1.1rem; } }
ul li {
  font-size: 0.9rem;
  color: rgba(0, 0, 0, 0.9);
  font-weight: 500; }
  @media screen and (min-width: 1401px) {
    ul li {
      font-size: 1rem; } }
  @media screen and (min-width: 1601px) {
    ul li {
      font-size: 1.05rem; } }

.bg-img, .banner-content {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative; }

.before-after, .bg-half-sherpa-blue::before, .bg-half-sherpa-blue::after, .list-item li::after, .sec-title-line::after, header .navbar .main-navbar .dropdown-menu .row .col::after, .banner-content:before, .facility::after, .highlights-item::before, .breadcumb-area::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.absolute, .side-img .side-img-beside {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.section-xs {
  padding: 20px 0; }

.section-sm {
  padding: 25px 0;
  position: relative; }
  @media screen and (max-width: 992px) and (min-width: 320px) {
    .section-sm {
      padding: 20px 0; } }

.section-md {
  padding: 60px 0;
  position: relative; }
  @media screen and (max-width: 992px) and (min-width: 320px) {
    .section-md {
      padding: 40px 0; } }

.section-lg {
  padding: 80px 0;
  position: relative; }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    .section-lg {
      padding: 40px 0; } }
  @media screen and (max-width: 1024px) and (min-width: 768px) {
    .section-lg {
      padding: 30px 0; } }

.section-xxl {
  padding: 140px 0;
  position: relative; }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    .section-xxl {
      padding: 40px 0; } }
  @media screen and (max-width: 1024px) and (min-width: 768px) {
    .section-xxl {
      padding: 60px 0; } }

a {
  text-decoration: none;
  color: #6D6F70; }
  a:hover {
    text-decoration: none; }

ul {
  padding: 0;
  margin: 0;
  list-style-type: none; }

button:focus:not(:focus-visible) {
  box-shadow: none; }

/* ----------------------------------------------------------
::
---------------------------------------------------------- */
input:focus,
select:focus {
  box-shadow: none !important;
  outline: none !important; }
@media screen and (max-width: 767px) {
  input,
  select {
    font-size: 0.7rem; } }
@media screen and (min-width: 1601px) {
  input,
  select {
    height: 60px; } }

/* ----------------------------------------------------------
:: // cmn buttons
---------------------------------------------------------- */
.cmn-button, .cmn-button-white {
  background-color: #00435a;
  color: #fff;
  box-shadow: none;
  display: inline-block;
  padding: 7px 10px;
  text-align: center;
  margin: 1rem 0rem 0 0;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  @media screen and (max-width: 767px) {
    .cmn-button, .cmn-button-white {
      font-size: 0.75rem;
      padding: 5px 15px; } }
  @media screen and (min-width: 1400px) {
    .cmn-button, .cmn-button-white {
      font-size: 0.95rem;
      padding: 5px 15px; } }
  @media screen and (min-width: 1601px) {
    .cmn-button, .cmn-button-white {
      font-size: 1rem; } }
  .cmn-button:hover, .cmn-button-white:hover {
    color: #fff;
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px);
    background-color: #faad00; }

.cmn-button-white {
  background-color: #fff;
  color: #00435a; }

/* ----------------------------------------------------------
:: // list item
---------------------------------------------------------- */
.list-item li {
  padding-left: 2rem;
  position: relative;
  margin-bottom: 1rem; }
  .list-item li::after {
    content: "\f00c";
    font-family: "FontAwesome";
    width: 25px;
    height: 25px;
    line-height: 1.7;
    background-color: #fdf5ea;
    text-align: center;
    top: 0.2rem; }

.list-count {
  column-count: 2; }
  @media screen and (max-width: 767px) {
    .list-count {
      column-count: 1; } }

/* ----------------------------------------------------------
:: // table
---------------------------------------------------------- */
.table--1 tr th,
.table--1 tr td {
  border: 1px solid #00435a; }
.table--1 tr th {
  color: #333333; }
.table--1 tr td a:hover {
  color: #00435a; }

/* ----------------------------------------------------------
:: section-title
---------------------------------------------------------- */
.sec-title, .sec-title-line {
  margin-bottom: 2rem; }
  .sec-title h2, .sec-title-line h2 {
    font-size: 3rem;
    font-weight: 700;
    color: #00435a;
    margin-bottom: 0.5rem;
    text-transform: capitalize; }
    .sec-title h2 span, .sec-title-line h2 span {
      color: #faad00;
      display: block;
      line-height: 1; }
    @media screen and (max-width: 767px) {
      .sec-title h2, .sec-title-line h2 {
        font-size: 1.65rem; } }
    @media screen and (min-width: 1401px) {
      .sec-title h2, .sec-title-line h2 {
        font-size: 3rem; } }
    @media screen and (min-width: 1601px) {
      .sec-title h2, .sec-title-line h2 {
        font-size: 3.5rem; } }
  @media screen and (min-width: 1601px) {
    .sec-title p, .sec-title-line p {
      font-size: 1.15rem; } }

.sec-title-line {
  position: relative;
  padding: 0 3rem; }
  .sec-title-line::after {
    background-color: #faad00;
    right: 0;
    left: auto;
    width: 3px;
    top: 0; }
  @media screen and (max-width: 767px) {
    .sec-title-line {
      padding: 0; }
      .sec-title-line::after {
        content: unset; } }

.inner-title {
  margin-bottom: 2rem; }
  .inner-title h4 {
    color: #00435a;
    font-weight: 600; }

/* ----------------------------------------------------------
:: Footer
---------------------------------------------------------- */
footer {
  padding: 40px 0 30px; }
  @media screen and (max-width: 767px) {
    footer {
      padding: 20px 20px 30px; } }
  @media screen and (min-width: 1601px) {
    footer {
      padding: 60px 0 50px; } }
  footer ul {
    color: #fff; }
    footer ul li {
      margin-bottom: 0.2rem; }
  footer a {
    color: #fff;
    font-weight: 400; }
    footer a:hover {
      color: #faad00; }
  footer p {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.5); }
    @media screen and (max-width: 767px) {
      footer p {
        font-size: 0.65rem; } }
  footer .contact li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.7rem; }
    footer .contact li i {
      position: absolute;
      top: 5px;
      left: 0; }
  footer .privacy a {
    font-size: 0.8rem; }
    @media screen and (max-width: 767px) {
      footer .privacy a {
        font-size: 0.65rem; } }
  footer .accordion-item {
    background-color: transparent;
    border: none; }
    @media screen and (max-width: 767px) {
      footer .accordion-item {
        margin-top: 1rem; } }
    footer .accordion-item .accordion-button {
      background-color: transparent;
      color: rgba(255, 255, 255, 0.5);
      letter-spacing: 0.1875rem;
      text-transform: uppercase;
      font-size: 1.05rem;
      margin-bottom: 0.7rem;
      box-shadow: none;
      padding: 0;
      white-space: nowrap; }
      @media screen and (min-width: 1601px) {
        footer .accordion-item .accordion-button {
          font-size: 1.15rem; } }
      footer .accordion-item .accordion-button::after {
        background-image: unset; }
        @media screen and (max-width: 767px) {
          footer .accordion-item .accordion-button::after {
            background-image: unset;
            right: 20px;
            position: absolute;
            content: "\f106";
            font-family: 'FontAwesome';
            font-size: 1.2rem; } }
    @media screen and (max-width: 767px) {
      footer .accordion-item .accordion-button.active::after {
        content: "\f107"; } }
    footer .accordion-item .accordion-body {
      padding: 0; }
      @media screen and (min-width: 1601px) {
        footer .accordion-item .accordion-body p {
          font-size: 1rem; } }
  footer .footer-dome {
    left: -29px;
    width: 100%;
    position: absolute; }
    @media screen and (max-width: 1025px) {
      footer .footer-dome {
        position: relative;
        left: 0; } }
    @media screen and (min-width: 1401px) {
      footer .footer-dome {
        left: -40px; } }
    @media screen and (min-width: 1401px) {
      footer .footer-dome {
        left: -63px; } }

.swiper-button-prev,
.swiper-button-next {
  background-color: rgba(0, 0, 0, 0.3);
  width: 60px;
  height: 60px;
  line-height: 60px;
  right: 2rem;
  top: calc(50% - 60px);
  text-align: center; }
  .swiper-button-prev::after,
  .swiper-button-next::after {
    font-size: 1.1rem;
    color: #fff; }

.swiper-button-prev {
  left: auto;
  top: calc(50% - 0px); }

.swiper-pagination-bullet-active {
  background: #fff; }

header {
  position: relative; }
  header .navbar {
    background: #fff;
    height: auto;
    z-index: 9;
    padding: 0.5rem 0; }
    @media screen and (max-width: 1023px) {
      header .navbar .navbar-toggler span {
        color: #fff; } }
    @media screen and (max-width: 1023px) {
      header .navbar .navbar-toggler {
        background-color: #fff;
        position: absolute;
        width: 50px;
        height: 100%;
        left: 0;
        top: 0;
        border-radius: 0; }
        header .navbar .navbar-toggler span {
          color: #333333; }
      header .navbar .cmn-white-button,
      header .navbar .cmn-button,
      header .navbar .cmn-button-white {
        padding: 2px 18px !important; } }
    @media screen and (max-width: 1023px) {
      header .navbar .navbar-brand {
        margin-left: 4rem; } }
    @media screen and (max-width: 767px) {
      header .navbar .navbar-brand {
        padding: 0 0.5rem;
        margin-left: 3rem; } }
    header .navbar .navbar-brand img {
      width: 70px; }
      @media screen and (min-width: 1401px) {
        header .navbar .navbar-brand img {
          width: 90px; } }
      @media screen and (min-width: 1601px) {
        header .navbar .navbar-brand img {
          width: 100px; } }
      @media screen and (max-width: 767px) {
        header .navbar .navbar-brand img {
          width: 60px; } }
    header .navbar .school-logo img {
      width: 180px !important; }
      @media screen and (min-width: 1401px) {
        header .navbar .school-logo img {
          width: 210px !important; } }
      @media screen and (min-width: 1601px) {
        header .navbar .school-logo img {
          width: 240px !important; } }
      @media screen and (max-width: 767px) {
        header .navbar .school-logo img {
          width: 150px !important; } }
    @media screen and (min-width: 1601px) {
      header .navbar {
        padding: 1rem 0; } }
    header .navbar .main-navbar .nav-item a {
      color: #00435a;
      font-size: 0.9rem;
      padding: 1rem 0.8rem;
      font-weight: 600;
      display: inline-block; }
      @media screen and (max-width: 1023px) {
        header .navbar .main-navbar .nav-item a {
          color: #333333;
          font-size: 0.85rem;
          padding: 0.5rem 0;
          display: block;
          border-bottom: 1px solid #d9d9d9;
          margin: 0 1rem; } }
      @media screen and (min-width: 1401px) {
        header .navbar .main-navbar .nav-item a {
          font-size: 1rem; } }
      @media screen and (min-width: 1601px) {
        header .navbar .main-navbar .nav-item a {
          font-size: 1.15rem; } }
    @media screen and (max-width: 1023px) {
      header .navbar .main-navbar {
        position: absolute;
        width: 100%;
        height: auto;
        background: #fff;
        top: 99%;
        left: 0;
        box-shadow: 0px 6px 10px #0000001a; } }
    header .navbar .main-navbar .nav-item.dropdown.dropdown-mega {
      position: static; }
      header .navbar .main-navbar .nav-item.dropdown.dropdown-mega .dropdown-menu {
        max-width: max-content;
        left: 0;
        right: 0;
        margin: auto;
        padding: 1rem; }
        @media screen and (max-width: 767px) {
          header .navbar .main-navbar .nav-item.dropdown.dropdown-mega .dropdown-menu {
            width: 100%; } }
    header .navbar .main-navbar .navbar-toggler {
      border: none;
      padding: 0;
      outline: none; }
      header .navbar .main-navbar .navbar-toggler:focus {
        box-shadow: none; }
      @media screen and (max-width: 767px) {
        header .navbar .main-navbar .navbar-toggler {
          position: absolute;
          color: #fff;
          font-size: 1.5rem; } }
    header .navbar .main-navbar .dropdown-toggle::after {
      content: unset; }
    header .navbar .main-navbar .dropdown-menu {
      overflow: hidden;
      min-width: 15rem;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
      border: none;
      border-radius: 10px 0 10px 0;
      padding: 0; }
      header .navbar .main-navbar .dropdown-menu .row .col {
        position: relative; }
        header .navbar .main-navbar .dropdown-menu .row .col::after {
          width: 1px;
          background-color: #00435a;
          left: 1rem;
          left: auto; }
          @media screen and (max-width: 1023px) {
            header .navbar .main-navbar .dropdown-menu .row .col::after {
              content: unset; } }
        header .navbar .main-navbar .dropdown-menu .row .col:first-child::after {
          content: unset; }
      header .navbar .main-navbar .dropdown-menu ul {
        list-style: none;
        padding: 0; }
      header .navbar .main-navbar .dropdown-menu li .dropdown-item {
        white-space: normal;
        color: #333333;
        padding: 0.6rem 1.5rem 0.6rem 1.5rem;
        font-size: 0.8rem;
        line-height: 1.6;
        font-weight: 500; }
        @media screen and (max-width: 1023px) {
          header .navbar .main-navbar .dropdown-menu li .dropdown-item {
            font-size: 0.75rem;
            padding: 0.3rem 0rem;
            border-bottom: 0;
            color: #6D6F70; } }
        header .navbar .main-navbar .dropdown-menu li .dropdown-item:hover {
          color: #00435a;
          background-color: #00435a; }
        @media screen and (min-width: 1401px) {
          header .navbar .main-navbar .dropdown-menu li .dropdown-item {
            font-size: 0.85rem; } }
        @media screen and (min-width: 1601px) {
          header .navbar .main-navbar .dropdown-menu li .dropdown-item {
            font-size: 1rem; } }
      header .navbar .main-navbar .dropdown-menu li a {
        color: #333333;
        padding: 0.5em 1em; }
    @media only screen and (max-width: 992px) {
      header .navbar .main-navbar .dropdown-menu.show {
        flex-wrap: wrap;
        max-height: 350px;
        overflow-y: scroll; } }
    @media only screen and (min-width: 992px) and (max-width: 1140px) {
      header .navbar .main-navbar .dropdown:hover .dropdown-menu {
        width: 40vw;
        flex-wrap: wrap; } }
    @media screen and (min-width: 993px) {
      header .navbar .main-navbar .dropdown:hover .dropdown-menu {
        display: block; }
      header .navbar .main-navbar .dropdown-menu.show {
        display: flex; } }
    @media screen and (max-width: 992px) {
      header .navbar .main-navbar .dropdown-menu.show {
        max-height: 60vh;
        overflow-y: scroll;
        border-radius: 0;
        overflow-x: hidden; } }
    header .navbar .mega-content h6 {
      padding-left: 1.5rem;
      font-weight: 700;
      color: #00435a; }
      @media screen and (max-width: 1023px) {
        header .navbar .mega-content h6 {
          padding-left: 1rem; } }

.logo-text {
  color: #00435a;
  font-weight: 700;
  font-style: italic;
  font-size: 2rem; }

.fixed-top {
  position: fixed;
  box-shadow: 0px 0px 10px #00000029; }
  @media screen and (max-width: 1023px) {
    .fixed-top .navbar .navbar-toggler span {
      color: #333333; } }
  @media screen and (min-width: 1601px) {
    .fixed-top .navbar {
      padding: 0.5rem 0; } }
  @media screen and (max-width: 1023px) {
    .fixed-top .navbar .nav-item a {
      font-size: 0.85rem;
      padding: 0.5rem; } }
  @media screen and (max-width: 767px) {
    .fixed-top .navbar .nav-item a {
      color: #333333; } }

.banner-slider h2 {
  color: #fff;
  align-self: flex-start;
  margin: 0 0 auto 0;
  font-size: 3.5rem;
  line-height: 1;
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.1s;
  transform: translate3d(-20%, 0, 0);
  opacity: 0;
  margin-bottom: 2rem; }
  @media screen and (max-width: 767px) {
    .banner-slider h2 {
      font-size: 2.5rem; } }
  @media screen and (max-width: 1023px) {
    .banner-slider h2 {
      font-size: 2rem; } }
  @media screen and (min-width: 1400px) {
    .banner-slider h2 {
      font-size: 4.5rem; } }
  .banner-slider h2 span {
    color: #faad00;
    opacity: 0;
    transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
    transform: translate3d(-20%, 0, 0);
    display: inline-block; }
.banner-slider .swiper-slide.swiper-slide-active h6,
.banner-slider .swiper-slide.swiper-slide-active h2,
.banner-slider .swiper-slide.swiper-slide-active h2 span,
.banner-slider .swiper-slide.swiper-slide-active p {
  transform: translate3d(0, 0, 0);
  opacity: 1; }

.banner-content {
  height: 90vh;
  background-position: right center;
  background-size: 50%;
  display: flex;
  align-items: center; }
  .banner-content:before {
    background-color: #00435a;
    width: 50%;
    z-index: -1; }
  @media screen and (max-width: 767px) {
    .banner-content {
      height: 50vh;
      background-size: cover; }
      .banner-content::before {
        width: 100%;
        background-color: rgba(0, 67, 90, 0.6);
        z-index: 0; } }
  @media screen and (max-width: 1023px) {
    .banner-content {
      height: 33vh; } }
  @media screen and (min-width: 1600px) {
    .banner-content {
      background-size: 57%; }
      .banner-content::before {
        width: 55%;
        z-index: 0; } }

.facility {
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  position: relative;
  text-align: center; }
  .facility::after {
    border-left: 1px dashed #00435a;
    width: 1px;
    right: -2rem;
    left: auto; }
    @media screen and (max-width: 767px) {
      .facility::after {
        content: unset; } }
  .facility .facility-img {
    background-color: #fff;
    padding: 1rem;
    margin-bottom: 1rem;
    display: inline-block; }
    .facility .facility-img img {
      width: 60px;
      -webkit-transition: 0.6s;
      -moz-transition: 0.6s;
      -ms-transition: 0.6s;
      -o-transition: 0.6s;
      transition: 0.6s; }
  .facility h4 {
    color: #00435a;
    font-size: 1.4rem; }
  .facility:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px); }
    .facility:hover .facility-img {
      background-color: #faad00; }
      .facility:hover .facility-img img {
        filter: brightness(0) invert(1); }

.facility-sec {
  background-color: #fdf5ea; }
  .facility-sec .row .col:last-child .facility::after {
    content: unset; }

.facility-sec-inner {
  background-color: #fdf5ea; }
  .facility-sec-inner .row .col:nth-child(3n) .facility::after {
    content: unset; }

.count-circle {
  position: absolute;
  right: -3rem;
  bottom: 3rem;
  background-color: #faad00;
  width: 220px;
  height: 220px;
  padding: 2.5rem 1.5rem;
  border-radius: 50%;
  text-align: center; }
  .count-circle h4 {
    color: #fff;
    font-family: "DM Sans", sans-serif;
    font-size: 3.7rem;
    font-weight: 700; }
    .count-circle h4 span {
      font-weight: 500;
      font-size: 1.2rem;
      color: #fff; }
  @media screen and (max-width: 767px) {
    .count-circle {
      display: none; } }

.grand-event {
  position: absolute;
  padding: 3rem 2rem;
  right: 2rem;
  bottom: 2rem;
  margin: auto;
  background-color: rgba(51, 51, 51, 0.6);
  width: 35%;
  height: auto;
  outline: 2px solid #faad00;
  outline-offset: -10px; }
  .grand-event i {
    font-size: 1.7rem; }
  .grand-event h4,
  .grand-event p,
  .grand-event li {
    color: #fff; }
  @media screen and (max-width: 1023px) {
    .grand-event {
      width: 60%; } }
  @media screen and (max-width: 767px) {
    .grand-event {
      right: 0;
      bottom: 0;
      padding: 1rem;
      width: 100%; }
      .grand-event i {
        font-size: 1rem; }
      .grand-event li {
        padding-right: 0.6rem; } }

.overview-item {
  padding: 0rem 0rem 1rem 0rem;
  text-align: center; }
  .overview-item h5 {
    padding-top: 1rem;
    color: #00435a; }
  .overview-item .overview-img {
    position: relative; }
    .overview-item .overview-img .read-more-box {
      position: absolute;
      background-color: #fff;
      width: 50px;
      height: 50px;
      right: 0;
      bottom: 0; }
      .overview-item .overview-img .read-more-box i {
        line-height: 3;
        color: #00435a;
        transform: rotate(315deg);
        font-size: 1.1rem; }

.highlights-item {
  padding: 2rem 1rem;
  background-color: rgba(255, 255, 255, 0.1);
  text-align: center;
  position: relative;
  min-height: 270px;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s; }
  .highlights-item::before {
    height: 1%;
    background-color: rgba(255, 255, 255, 0.4);
    bottom: 0;
    top: auto;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -ms-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    z-index: -1; }
  .highlights-item h5 {
    color: #fff; }
  .highlights-item p {
    margin-bottom: 0;
    color: #fff; }
  .highlights-item img {
    margin-bottom: 0.7rem;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -ms-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    width: 70px;
    filter: brightness(0) invert(1); }
  @media screen and (max-width: 767px) {
    .highlights-item {
      min-height: auto; } }
  @media screen and (min-width: 1400px) {
    .highlights-item {
      min-height: 260px; } }
  .highlights-item:hover::before {
    height: 100%;
    background-color: #fff; }
  .highlights-item:hover img {
    filter: none; }
  .highlights-item:hover h5,
  .highlights-item:hover p {
    color: #00435a; }

.partner-img img {
  padding: 1.6rem;
  width: 170px;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s; }

.sec-testimonials .testi-item {
  padding: 2rem;
  background-color: rgba(255, 255, 255, 0.1);
  position: relative; }
  .sec-testimonials .testi-item > i {
    font-size: 3rem;
    padding-bottom: 1rem;
    color: #fff; }
  .sec-testimonials .testi-item .star i {
    margin-right: 0.3rem;
    color: #faad00; }
  .sec-testimonials .testi-item p {
    color: #fff; }
.sec-testimonials .swiper-button-prev,
.sec-testimonials .swiper-button-next {
  right: 0;
  bottom: auto;
  top: -150px; }
.sec-testimonials .swiper-button-prev {
  right: 4rem; }

.event {
  border: 1px solid #00435a1a; }
  .event img {
    width: 200px; }
  .event .event-inner {
    width: calc(100% - 200px);
    padding-left: 1.5rem; }
    .event .event-inner h5 {
      color: #00435a; }
  @media screen and (max-width: 767px) {
    .event img {
      width: 100px; }
    .event .event-inner {
      width: calc(100% - 100px); }
      .event .event-inner h5 {
        font-size: 1rem; } }
  @media screen and (max-width: 1023px) {
    .event img {
      width: 120px; }
    .event .event-inner {
      width: calc(100% - 120px); }
      .event .event-inner h5 {
        font-size: 1rem; }
      .event .event-inner p {
        margin-bottom: 0; } }

.social-icon li {
  width: 30px;
  height: 30px;
  line-height: 10px;
  padding: 0.5rem;
  background-color: #faad00;
  display: inline-block; }
  .social-icon li a:hover i {
    color: #333333; }

/* ----------------------------------------------------------
:: bredcrumb animation
---------------------------------------------------------- */
.breadcumb-area {
  background: url(../images/breadcrumb-banner.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding: 120px 0 30px;
  position: relative;
  z-index: 0; }
  .breadcumb-area::before {
    background-color: rgba(51, 51, 51, 0.6);
    z-index: -1; }
  .breadcumb-area h1 {
    color: #fff;
    font-size: 3rem;
    font-weight: 700; }
  @media screen and (max-width: 992px) and (min-width: 320px) {
    .breadcumb-area {
      padding: 30px 0; }
      .breadcumb-area h1 {
        font-size: 2rem; } }

.breadcumb-content-text li {
  color: #faad00;
  padding: 0 0.5rem; }
  .breadcumb-content-text li a {
    color: #fff; }

.side-img {
  position: relative; }
  .side-img img {
    border-radius: 40px; }
  .side-img .side-img-beside {
    top: calc(15% - 10px);
    right: -230px;
    left: auto; }
    .side-img .side-img-beside img {
      border-radius: 40px; }
  @media screen and (max-width: 767px) {
    .side-img > img {
      display: none; }
    .side-img .side-img-beside {
      position: relative;
      right: 0;
      margin-bottom: 1rem; } }

.enquiry-form input,
.enquiry-form textarea,
.enquiry-form select {
  width: 100%;
  padding: 0.5rem 1rem;
  border: none;
  background-color: #fdf5ea; }
  .enquiry-form input::placeholder,
  .enquiry-form textarea::placeholder,
  .enquiry-form select::placeholder {
    font-weight: 500;
    color: #00435a; }
  .enquiry-form input:focus-visible,
  .enquiry-form textarea:focus-visible,
  .enquiry-form select:focus-visible {
    outline: 0; }
.enquiry-form .error {
  color: red; }
.enquiry-form label span {
  color: red;
  font-size: 1.7rem;
  line-height: 0; }

.pricing-amount {
  font-size: 4rem;
  color: #00435a; }
  .pricing-amount span {
    font-size: 1.3rem; }

/*# sourceMappingURL=main.css.map */
