/*-- MIXIN --*/
/*-- MEDIA QUERIES --*/
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  height: 100%; }

body {
  margin: auto;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 30px;
  color: #0F0F0F;
  scroll-behavior: smooth;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  min-height: 100%;
  position: relative;
  z-index: 1; }
  body::-webkit-scrollbar {
    width: 5px; }
  body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }
  body::-webkit-scrollbar-thumb {
    background-color: #F15A22;
    outline: 1px solid #F15A22; }

ul {
  margin: 0;
  padding: 0;
  display: block; }

li {
  list-style: none;
  font-family: "Montserrat", sans-serif; }

a,
a:hover,
a:focus,
button,
button:focus {
  outline: none !important;
  text-decoration: none;
  color: inherit;
  box-shadow: none;
  font-family: "Montserrat", sans-serif;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease; }

h1,
h2,
h3,
h4 {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: inherit;
  line-height: inherit;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease; }

h5,
h6 {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: inherit;
  line-height: inherit;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease; }

p {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  margin-bottom: 15px; }

img {
  width: 100%;
  max-width: 100%;
  vertical-align: middle;
  height: auto;
  border-style: none;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease; }

svg {
  vertical-align: middle;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease; }

.is_relative {
  position: relative; }

@media (max-width: 1280px) {
  .container {
    max-width: 100%;
    padding: 0 30px; } }

.mainContent {
  padding: 120px 15px; }
  @media (max-width: 1280px) {
    .mainContent {
      padding: 80px 15px; } }
  @media (max-width: 991px) {
    .mainContent {
      padding: 50px 15px; } }

header {
  background-color: #ffffff;
  border-bottom: 1px solid transparent; }
  header nav {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    position: relative; }
    header nav .logo a {
      display: block; }
      header nav .logo a img {
        max-width: 170px; }
    @media (max-width: 575px) {
      header nav .logo {
        text-align: center;
        margin-bottom: 30px; } }
    header nav .right-side {
      display: flex; }
      header nav .right-side .contact-box {
        margin-right: 15px; }
        header nav .right-side .contact-box .cont-item {
          display: flex;
          align-items: center;
          justify-content: center;
          position: relative; }
          header nav .right-side .contact-box .cont-item .contact-details {
            text-align: right; }
            header nav .right-side .contact-box .cont-item .contact-details h5 {
              font-size: 14px;
              font-weight: 600;
              color: #0F0F0F;
              line-height: normal; }
              header nav .right-side .contact-box .cont-item .contact-details h5 span {
                display: block;
                text-transform: capitalize;
                color: #F15A22;
                font-size: 18px;
                font-weight: 700; }
            header nav .right-side .contact-box .cont-item .contact-details p {
              color: #F15A22;
              font-size: 15px;
              font-weight: 600;
              margin: 0;
              line-height: normal; }
              header nav .right-side .contact-box .cont-item .contact-details p a {
                font-size: 15px;
                font-weight: 600;
                line-height: normal; }
            @media screen and (max-width: 992px) {
              header nav .right-side .contact-box .cont-item .contact-details {
                display: none; } }
          header nav .right-side .contact-box .cont-item i {
            width: 50px;
            height: 50px;
            background-color: #005aab;
            border-radius: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-left: 20px;
            cursor: pointer;
            transition: all 0.5s ease; }
            header nav .right-side .contact-box .cont-item i svg {
              width: 26px;
              height: 26px;
              fill: #ffffff; }
            @media screen and (max-width: 992px) {
              header nav .right-side .contact-box .cont-item i {
                margin: 0; } }
            @media screen and (max-width: 438px) {
              header nav .right-side .contact-box .cont-item i {
                width: 40px;
                height: 40px; } }
          header nav .right-side .contact-box .cont-item:hover i {
            background-color: #BF0000; }
          header nav .right-side .contact-box .cont-item:hover p {
            color: #BF0000; }
        @media screen and (max-width: 438px) {
          header nav .right-side .contact-box {
            margin-right: 10px; } }
      header nav .right-side .enquiry-box a {
        border-radius: 50px;
        background: #0F0F0F;
        color: #ffffff;
        height: 50px;
        padding: 10px 30px;
        font-size: 14px;
        text-transform: uppercase;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: normal; }
        header nav .right-side .enquiry-box a:hover {
          background-color: #F15A22; }
        header nav .right-side .enquiry-box a i {
          display: none; }
          header nav .right-side .enquiry-box a i svg {
            width: 20px;
            height: 20px;
            fill: #ffffff; }
      @media screen and (max-width: 438px) {
        header nav .right-side .enquiry-box {
          margin-right: 15px; } }
      header nav .right-side .payment-box {
        margin-left: 15px; }
        header nav .right-side .payment-box a {
          border-radius: 50px;
          background: #F15A22;
          color: #ffffff;
          height: 50px;
          padding: 10px 30px;
          font-size: 14px;
          text-transform: uppercase;
          display: flex;
          align-items: center;
          justify-content: center;
          line-height: normal; }
          header nav .right-side .payment-box a:hover {
            background-color: #005aab; }
          header nav .right-side .payment-box a i {
            display: none; }
            header nav .right-side .payment-box a i svg {
              width: 20px;
              height: 20px;
              fill: #ffffff; }
          @media screen and (max-width: 768px) {
            header nav .right-side .payment-box a {
              width: 50px;
              border-radius: 100%;
              padding: 0; }
              header nav .right-side .payment-box a i {
                display: block; }
              header nav .right-side .payment-box a span {
                display: none; } }
          @media screen and (max-width: 438px) {
            header nav .right-side .payment-box a {
              width: 40px;
              height: 40px; } }
        @media screen and (max-width: 438px) {
          header nav .right-side .payment-box {
            margin-right: 15px; } }
      @media (max-width: 575px) {
        header nav .right-side {
          justify-content: center; } }
    header nav .contact-details-over {
      text-align: left;
      position: absolute;
      right: 0;
      top: 100%;
      max-width: 320px;
      width: 100%;
      background-color: #fff8f3;
      padding: 30px;
      display: block;
      visibility: hidden;
      opacity: 0;
      overflow: hidden;
      transform: translateY(20px);
      transform-origin: left top;
      transition: all 400ms ease;
      z-index: 99; }
      header nav .contact-details-over.show {
        transform: translateY(0px);
        visibility: visible;
        opacity: 1; }
      header nav .contact-details-over ul li {
        font-weight: 700;
        color: #005aab;
        border-bottom: 1px dashed #DCDCDC;
        padding-bottom: 10px;
        margin-bottom: 10px; }
        header nav .contact-details-over ul li a {
          font-size: 15px;
          font-weight: 600;
          color: #0F0F0F;
          line-height: normal; }
          header nav .contact-details-over ul li a:hover {
            color: #BF0000; }
        header nav .contact-details-over ul li:last-child {
          border: none;
          padding: 0;
          margin: 0; }
      @media (max-width: 575px) {
        header nav .contact-details-over {
          max-width: 100%; } }
    @media (max-width: 575px) {
      header nav {
        display: block; } }
  header.follow {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    top: 0;
    z-index: 9999;
    border-color: #DCDCDC; }

.site-header {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 500px;
  position: relative; }
  @media (max-width: 1280px) {
    .site-header {
      height: 350px; } }
  @media (max-width: 991px) {
    .site-header {
      height: 300px; } }

.main-title {
  padding: 50px 0;
  background-color: #f9f9f9; }
  .main-title .meta {
    text-align: center; }
    .main-title .meta h1 {
      font-size: 30px;
      color: #005aab;
      font-weight: 700;
      margin-bottom: 15px; }
      @media (max-width: 991px) {
        .main-title .meta h1 {
          font-size: 26px;
          line-height: 35px; } }
    .main-title .meta h2 {
      font-size: 26px;
      color: #F15A22;
      font-weight: 700;
      margin-bottom: 15px; }
      @media (max-width: 991px) {
        .main-title .meta h2 {
          font-size: 20px;
          line-height: 30px; } }
    .main-title .meta h3 {
      font-size: 22px;
      color: #0F0F0F;
      font-weight: 600;
      margin-bottom: 15px; }
      @media (max-width: 991px) {
        .main-title .meta h3 {
          font-size: 18px;
          line-height: 30px; } }
    .main-title .meta h4 {
      font-size: 18px;
      color: #BF0000;
      font-weight: 700; }
      .main-title .meta h4 span {
        color: #005aab; }
      @media (max-width: 991px) {
        .main-title .meta h4 {
          font-size: 16px;
          line-height: 28px; } }

.programme-schedule .sc-title {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  color: #F15A22;
  margin-bottom: 50px; }
.programme-schedule .timeline .outer {
  border-left: 2px solid #DCDCDC; }
.programme-schedule .timeline .card {
  position: relative;
  margin: 0 0 20px 20px;
  padding: 30px;
  background: #ffffff;
  color: #0F0F0F;
  border-radius: 8px;
  max-width: 100%; }
  .programme-schedule .timeline .card.in-bg {
    background-color: #005aab; }
    .programme-schedule .timeline .card.in-bg .info .title {
      color: #ffffff;
      margin: 0; }
      .programme-schedule .timeline .card.in-bg .info .title::before {
        border-color: #005aab;
        background-color: #005aab; }
    .programme-schedule .timeline .card.in-bg .info p {
      color: #ffffff; }
.programme-schedule .timeline .info {
  display: block; }
  .programme-schedule .timeline .info p {
    font-weight: 600; }
    .programme-schedule .timeline .info p span {
      color: #005aab;
      font-weight: 700; }
    .programme-schedule .timeline .info p:last-child {
      margin: 0; }
  .programme-schedule .timeline .info ul li {
    font-size: 15px;
    line-height: 30px;
    padding-bottom: 10px;
    font-weight: 600;
    padding-left: 30px;
    position: relative; }
    .programme-schedule .timeline .info ul li::before {
      position: absolute;
      left: 0;
      top: 15px;
      content: '';
      width: 10px;
      height: 2px;
      border-radius: 5px;
      background-color: #005aab; }
.programme-schedule .timeline .title {
  color: #F15A22;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  margin-bottom: 15px; }
.programme-schedule .timeline .title::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: white;
  border-radius: 999px;
  left: -60px;
  border: 3px solid #F15A22; }
.programme-schedule .details-wrap {
  margin-top: 50px; }
  .programme-schedule .details-wrap .info {
    margin-bottom: 15px;
    position: relative;
    padding: 30px 50px;
    background: #ffffff;
    color: #0F0F0F;
    border-radius: 8px;
    max-width: 100%;
    border: 1px solid #DCDCDC;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center; }
    .programme-schedule .details-wrap .info h3 {
      color: #F15A22;
      font-size: 18px;
      font-weight: 700;
      position: relative;
      margin-bottom: 15px; }
    .programme-schedule .details-wrap .info p {
      font-weight: 600; }
      .programme-schedule .details-wrap .info p span {
        color: #005aab;
        font-weight: 700; }
      .programme-schedule .details-wrap .info p:last-child {
        margin: 0; }
    .programme-schedule .details-wrap .info ul {
      display: block; }
      .programme-schedule .details-wrap .info ul li {
        font-size: 15px;
        line-height: 30px;
        padding-bottom: 10px;
        font-weight: 600;
        position: relative;
        display: inline-block; }
    @media (max-width: 991px) {
      .programme-schedule .details-wrap .info {
        padding: 30px 15px; } }
    @media (max-width: 766px) {
      .programme-schedule .details-wrap .info {
        display: block;
        height: auto; } }
.programme-schedule .payment-details {
  margin-top: 30px; }
  .programme-schedule .payment-details .payment-inner,
  .programme-schedule .payment-details .bank-details {
    margin-bottom: 15px;
    position: relative;
    padding: 30px 50px;
    background: #ffffff;
    color: #0F0F0F;
    border-radius: 8px;
    max-width: 100%;
    border: 1px solid #DCDCDC;
    height: 100%;
    text-align: center; }
    .programme-schedule .payment-details .payment-inner .text-block .title,
    .programme-schedule .payment-details .bank-details .text-block .title {
      color: #005aab;
      font-size: 18px;
      font-weight: 700;
      position: relative;
      margin-bottom: 15px; }
    .programme-schedule .payment-details .payment-inner .text-block ul li,
    .programme-schedule .payment-details .bank-details .text-block ul li {
      font-weight: 600; }
      .programme-schedule .payment-details .payment-inner .text-block ul li span,
      .programme-schedule .payment-details .bank-details .text-block ul li span {
        color: #F15A22; }
    .programme-schedule .payment-details .payment-inner .text-block .qr-code,
    .programme-schedule .payment-details .bank-details .text-block .qr-code {
      margin-bottom: 10px; }
      .programme-schedule .payment-details .payment-inner .text-block .qr-code img,
      .programme-schedule .payment-details .bank-details .text-block .qr-code img {
        max-width: 90px;
        border: 1px solid #DCDCDC; }
    .programme-schedule .payment-details .payment-inner .re-btn,
    .programme-schedule .payment-details .bank-details .re-btn {
      border-radius: 50px;
      background: #005aab;
      color: #ffffff;
      padding: 20px 50px;
      font-size: 14px;
      font-weight: 600;
      text-transform: uppercase;
      display: inline-block;
      line-height: normal; }
      .programme-schedule .payment-details .payment-inner .re-btn:hover,
      .programme-schedule .payment-details .bank-details .re-btn:hover {
        background-color: #F15A22; }
    @media (max-width: 991px) {
      .programme-schedule .payment-details .payment-inner,
      .programme-schedule .payment-details .bank-details {
        display: block;
        height: auto; } }
  .programme-schedule .payment-details .re-btn {
    border-radius: 50px;
    background: #005aab;
    color: #ffffff;
    padding: 20px 50px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    line-height: normal; }
    .programme-schedule .payment-details .re-btn:hover {
      background-color: #F15A22; }

footer {
  padding: 0;
  background-color: #0F0F0F;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15); }
  footer .footer-links {
    padding: 0; }
    footer .footer-links .inner-content {
      padding: 30px 30px; }
      @media (max-width: 1024px) {
        footer .footer-links .inner-content {
          padding: 30px 15px; } }
    footer .footer-links.left-box .inner-content .icon-box, footer .footer-links.right-box .inner-content .icon-box {
      float: left; }
      footer .footer-links.left-box .inner-content .icon-box img, footer .footer-links.right-box .inner-content .icon-box img {
        width: 20px; }
    footer .footer-links.left-box .inner-content .content-in, footer .footer-links.right-box .inner-content .content-in {
      margin-left: 45px; }
      footer .footer-links.left-box .inner-content .content-in h6, footer .footer-links.right-box .inner-content .content-in h6 {
        font-size: 18px;
        color: #F15A22;
        font-weight: 600;
        font-family: "Montserrat", sans-serif;
        line-height: normal;
        margin-bottom: 15px; }
      footer .footer-links.left-box .inner-content .content-in p, footer .footer-links.right-box .inner-content .content-in p {
        color: #ffffff;
        margin-bottom: 0; }
      footer .footer-links.left-box .inner-content .content-in ul li, footer .footer-links.right-box .inner-content .content-in ul li {
        color: #ffffff; }
        footer .footer-links.left-box .inner-content .content-in ul li a, footer .footer-links.right-box .inner-content .content-in ul li a {
          color: #ffffff; }
    footer .footer-links.center-box {
      background-color: #F15A22; }
      footer .footer-links.center-box .inner-content {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%; }
        footer .footer-links.center-box .inner-content a {
          color: #ffffff;
          font-size: 18px;
          font-weight: 700; }
          
          

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