/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/
@font-face {
    font-family: Libre Baskerville;
    src: url("../fonts/LibreBaskerville-Regular.ttf") format("truetype");
}
@media (max-width: 1600px) {
  .banner-carousal {
    top: 100px;
    bottom: auto;
  }
}
* {
     box-sizing: border-box !important;
}

html {
     scroll-behavior: smooth;
     scroll-padding-top: 120px;
}

body {
     color: #666666;
     font-size: 14px;
     line-height: 18px;
     font-weight: normal;
     font-family: Libre Baskerville !important;
}

a {
     color: #1f1f1f;
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
     letter-spacing: 0;
     font-weight: normal;
     position: relative;
     padding: 0 0 10px 0;
     font-weight: normal;
     line-height: normal;
     color: #111111;
     margin: 0
}

h1 {
     font-size: 32px;
}

h2 {
     font-size: 28px;
}

h3 {
     font-size: 20px;
}

h4 {
     font-size: 20px
}

h5 {
     font-size: 18px
}

h6 {
     font-size: 17px
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
     color: #212121;
     text-decoration: none!important;
     opacity: 1
}

button:focus {
     outline: none;
}

ul,
li,
ol {
     margin: 0px;
     padding: 0px;
     list-style: none;
}

p {
     margin: 0px;
     font-weight: 500;
     font-size: 17px;
     line-height: 34px;
     color: #000;
}

a {
     color: #222222;
     text-decoration: none;
     outline: none !important;
}

a,
.btn {
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

img {
     width: 100%;
     /*height: auto;*/
}

 :focus {
     outline: 0;
}

.btn-custom {
     margin-top: 20px;
     background-color: transparent !important;
     border: 2px solid #ddd;
     padding: 12px 40px;
     font-size: 16px;
}

.lead {
     font-size: 17px;
     line-height: 30px;
     color: #767676;
     margin: 0;
     padding: 0;
}

.form-control:focus {
     box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .25);
}

.navbar-form input {
     border: none !important;
}

.badge {
     font-weight: 500;
}

blockquote {
     margin: 20px 0 20px;
     padding: 30px;
}

button {
     border: 0;
     margin: 0;
     padding: 0;
     cursor: pointer;
}

.full {
     float: left;
     width: 100%;
}

.layout_padding {
     padding-top: 90px;
     padding-bottom: 90px;
}

.layout_padding_2 {
     padding-top: 75px;
     padding-bottom: 75px;
}

.light_silver {
     background: #f9f9f9;
}

.theme_bg {
     background: #38c8a8;
}

.margin_top_30 {
     margin-top: 30px !important;
}

.full {
     width: 100%;
     float: left;
     margin: 0;
     padding: 0;
}


/**-- heading section --**/


/*---------------------------- preloader area ----------------------------*/

.loader_bg {
     position: fixed;
     z-index: 9999999;
     background: #fff;
     width: 100%;
     height: 100%;
}

.loader {
     height: 100%;
     width: 100%;
     position: absolute;
     left: 0;
     top: 0;
     display: flex;
     justify-content: center;
     align-items: center;
}

.loader img {
     width: 280px;
}


/*-- navigation--*/

.navigation.navbar {
     float: right;
     padding: 0px;
     z-index: 10;
}

.navigation.navbar-dark .navbar-nav .nav-link {
     padding: 10px 15px;
     color: #000;
     font-size: 15px;
     font-weight: bold;
     line-height: 30px;
     text-transform: uppercase;
}

.nav-link-disabled {
    color: gray;
    padding: 10px 15px;
 font-size: 15px;
 font-weight: bold;
 line-height: 30px;
 text-transform: uppercase;
 display: block;
}

.navigation.navbar-dark .navbar-nav .nav-link:focus,
.navigation.navbar-dark .navbar-nav .nav-link:hover {
     color: #bb4f42;
}


.nav-link-disabled:hover{
    color: gray;
    pointer: cursor;
}

.navigation.navbar-dark .navbar-nav .active>.nav-link,
.navigation.navbar-dark .navbar-nav .nav-link.active,
.navigation.navbar-dark .navbar-nav .nav-link.show,
.navigation.navbar-dark .navbar-nav .show>.nav-link {
     color: #bb4f42;
}

    /*.navbar-expand-md .navbar-nav {
         padding-right: 10px;
    }*/
.navbar ul li {
    display: inline-block;
    position: relative;
    white-space: nowrap;
    text-align: center;
}
.dropdown-menu {
     padding: 20px;
     color: #000;
     text-transform: uppercase
}
.sign_btn {
     padding-left: 50px;
}

.sign_btn a {
     text-transform: uppercase;
     background-color: #fff;
     display: inline-block;
     padding: 6px 35px;
     border-radius: 25px;
     color: #292e39;
     font-size: 17px;
}

.sign_btn a:hover {
     color: #fff;
     background: #eec237;
}


/*-- header area --*/


/*--------------------------------------------------------------------- top banner area ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- layout new css ---------------------------------------------------------------------*/

.header {
     width: 100vw;
     background: #fff;
     padding: 10px 10px;
     position: fixed;
     z-index: 10;
     top: 0;
     right: 0;
     left: 0;
}

.header.scrolled_teal {
     background: #2a4e50 !important;
}

.header.scrolled_white {
     background: #fff !important;
}

.logo.nrsc{
    width: 80px;
}
.logo.nsil{
    width: 130px;
}

.logo a {
     font-size: 40px;
     font-weight: bold;
     text-transform: uppercase;
     color: #fff;
     line-height: 50px;
}


/** banner section **/

.banner_main {
     background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),url(../images/banner.jpg);
     background-repeat: repeat;
     min-height: 900px;
     display: flex;
     justify-content: center;
     align-content: center;
     align-items: center;
     background-size: auto;
     background-position: center;
}

.text-bg {
     text-align: center;
}

.text-bg h1 {
     color: #fff;
     font-size: 45px;
     line-height: 60px;
     padding-bottom: 15px;
     text-transform: uppercase;
     font-weight: bold;
}

.text-bg span {
     color: #fff;
     font-size: 35px;
     line-height: 50px;
     padding-bottom: 20px;
     display: block;
}
.text-bg h2 {
     color: #fff;
     font-size: 25px;
     line-height: 40px;
     padding-bottom: 20px;
     display: block;
}

.text-bg p {
     color: #fff;
     font-size: 15px;
     line-height: 30px;
     padding-bottom: 60px;
}

.text-bg a {
     font-size: 17px;
     background-color: #fff;
     color: #000;
     font-weight: 500;
     padding: 13px 0px;
     width: 100%;
     max-width: 190px;
     text-align: center;
     display: inline-block;
     transition: ease-in all 0.5s;
     border-radius: 10px
}

.text-bg a:hover {
     background-color: #eec237;
     color: #fff;
     transition: ease-in all 0.5s;
     border-radius: 25px
}

.titlepage {
     text-align: center;
     padding-bottom: 30px;
}

.titlepage h2 {
     font-size: 45px;
     color: #313131;
     line-height: 60px;
     font-weight: bold;
     padding: 0;
}

.titlepage h3 {
     font-size: 30px;
     color: #313131;
     font-weight: bold;
     padding: 0;
}

.d_flex {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
}


/** banner section **/

.form_book {
     background: #fff;
     margin-top:-120px;
     padding: 30px 8px 0px 60px;
     border-radius: 40px 40px 0px 0px;
     text-align: center;
     position: relative;
     z-index: 5;
}

.form_book h2 {
     font-size: 50px;
}

.form_book .date {
     color: #7e7e7e;
     font-weight: bold;
     font-size: 30px;
     text-transform: uppercase;
     padding-left: 17px;
}

.book_n {
    border: inherit;
    border-radius: 20px;
    background-color: #eeeeee;
    width: 100%;
    font-size: 16px;
    height: auto;
    line-height: normal;
    padding: 10px 20px;
     -webkit-appearance: none !important;
}


.book_btn {
     font-size: 17px;
     background-color: #000;
     color: #fff;
     font-weight: 500;
     padding: 5px 0px;
     width: 100%;
     max-width: 161px;
     text-align: center;
     display: inline-block;
     transition: ease-in all 0.5s;
     border-radius: 10px;
     margin-top: 33px;
}

.book_btn:hover {
     background-color: #eec237;
     color: #fff;
     transition: ease-in all 0.5s;
     border-radius: 25px
}


/** banner section **/


/** Choose  section **/


/** Choose  section **/

.choose {
     margin-top: 30px;
}

.choose_box {
     /* padding-top: 76px; */
}

.choose_box .titlepage {
     text-align: left;
     padding-bottom: 30px;
}

.text_norlam {
     font-weight: normal;
}

.choose_box p {
     font-size: 17px;
      line-height: 34px;
      color: #313131;
      padding: 0px 0px 20px 0px;
      text-align: justify;
}

.img_box {
     margin-bottom: 30px;
}

.img_box figure {
     margin: 0;
}

.img_box figure img {
     width: 100%;
}


/** end Choose  section **/


/** our  section **/

.our {
     margin-top: 120px;
}

.our_box .titlepage {
     text-align: right;
     padding-bottom: 30px;
}

.text_norlam {
     font-weight: normal;
}

.our_box {
     text-align: right;
}

.our_box p {
     font-size: 17px;
     line-height: 34px;
     color: #313131;
     padding: 0px 0px 20px 0px;
     text-align: justify;
}

.our .img_box {
     margin-bottom: 0px;
}

.img_box figure {
     margin: 0;
}

.img_box figure img {
     width: 100%;
}


/** end our  section **/


/** about section **/

.about {
     /*background: #353e4e;*/
     /*background: #366351;*/
     background: #2a4e50;

     padding: 30px 0;
     margin-top: 30px;
}

.about .titlepage {
     text-align: center;
     padding: 0;
}

.about .titlepage h2 {
     color: #fff;
     margin-bottom: 20px;
}

.about h4 {
     color: #fff;
     font-size: 17px;
     line-height: 34px;
     text-align: left;
}

.about .titlepage p {
     color: #fff;
     font-size: 17px;
     line-height: 34px;
     font-weight: 500;
     text-align: justify;
}

.about_text {
     max-width: 539px;
     width: 100%;
     float: right;
}

.about_img {
     max-width: 615px;
     width: 100%;
     float: left;
}

.about_img figure {
     margin: 0;
}

.about_img figure img {
     width: 100%;
}


/** end about section **/

.read_more {
     font-size: 17px;
     background-color: #000;
     color: #fff;
     padding: 13px 0px;
     width: 100%;
     max-width: 190px;
     text-align: center;
     display: inline-block;
     transition: ease-in all 0.5s;
     border-radius: 10px;
}

.read_more:hover {
     background: #eec237;
     color: #fff;
     transition: ease-in all 0.5s;
     border-radius: 25px;
}


/** testimonial section **/

.testimonial {
     /*margin-top: 50px;*//*
     background: url(../images/tes_bg.jpg);
     background-repeat: no-repeat;
     background-size: cover;
     background-position: center;*/
     padding-top: 50px;
     padding-bottom: 50px;
     background: #fff;
}

.testimonial .titlepage h2 {
     color: #313131;
     margin-bottom: 20px
}
.testimonial .titlepage p {
     color: #000;
    font-size: 17px;
    line-height: 34px;
    font-weight: 500;
    text-align: justify;
}

.testimonial_Carousel .carousel-caption {
     position: inherit;
     padding: 0;
}

.testimonial_box {
     text-align: center;
}

.test_box {
     padding: 30px 25px;
     background: #fff;
     height: 100%;

    /* *//* Initial state *//*
     opacity: 0;
     transform: translateY(50px);

     *//* Scroll Animation with delayed start *//*
     animation: slide-up 1s ease-out both;
     animation-timeline: view();
     view-timeline-name: --test_box;
     animation-range: entry 20% cover 50%;*/
    opacity: 0;
    transform: translateY(100px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

/* When card is visible */
.test_box.show {
    opacity: 1;
    transform: translateY(0);
}


.test_box h4{
    color: #000;
    font-size: 20px;
}
.test_box p{
    color: #000;
    font-size: 17px;

}
.testimonial_Carousel .test_box h4 {
     font-size: 17px;
     color: #fff;
     line-height: 34px;
     display: block;
     text-align: left;
     float: left;
     font-weight: 600;
     padding: 0;
     padding-top: 8px;
}

.testimonial_Carousel .test_box i {
     font-size: 17px;
     line-height: 34px;
     text-align: right;
     display: block;
}

.testimonial_Carousel .test_box p {
     font-size: 17px;
     line-height: 34px;
     color: #fff;
     text-align: left;
     padding-top: 20px;
}

.testimonial_Carousel .carousel-indicators {
     bottom: -50px;
}

.testimonial_Carousel .carousel-indicators li {
     width: 20px;
     height: 20px;
     background: #262e31;
     border-radius: 10px;
}

.testimonial_Carousel .carousel-indicators li.active {
     background: #d7530a;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
     display: none;
}


/** end testimonial section **/


/** footer **/

.main_form {
     padding: 50px 30px;
     background: #d7530a;
     margin-top: -260px;
     border-radius: 25px;
}

.main_form .contactus {
     border: inherit;
     padding: 0px 19px;
     margin-bottom: 20px;
     width: 100%;
     height: 60px;
     background: #fff;
     color: #292e39;
     font-size: 17px;
     font-weight: normal;
     border-radius: 15px;
}

.main_form .textarea {
     border: inherit;
     padding: 0px 19px;
     margin-bottom: 20px;
     width: 100%;
     background: #fff;
     color: #292e39;
     font-size: 17px;
     font-weight: normal;
     border-radius: 15px;
     padding-top: 50px;
}

.main_form .send_btn {
     font-size: 17px;
     transition: ease-in all 0.5s;
     background-color: #000;
     color: #fff;
     padding: 13px 0px;
     margin: 0 auto;
     max-width: 200px;
     width: 100%;
     display: block;
     margin-top: 30px;
     border-radius: 10px;
}

.main_form .send_btn:hover {
     background-color: #eec237;
     transition: ease-in all 0.5s;
     color: #fff;
     border-radius: 25px;
}

#request *::placeholder {
     color: #4d4d4f;
     opacity: 1;
}

.multi {
     color: #f6d601;
     font-weight: bold;
     font-size: 40px;
}

.color_chang {
     color: #0c0c0e;
}

.footer {
     background: #242423;
     padding-top: 50px;
     text-align: center;
}

.footer .titlepage {
     text-align: left;
     padding-bottom: 10px;
}

.footer .titlepage h2, h3 {
     color: #fff;
}

.cont {
     text-align: left;
}

.cont h2 {
     color: #fff;
     font-size: 50px;
     line-height: 60px;
     font-weight: bold;
}

.cont h3 {
     color: #fff;
     font-size: 40px;
     line-height: 50px;
     font-weight: bold;
}

.cont h4 {
     color: #fff;
     font-size: 17px;
     line-height: 34px;
}

.cont p {
     color: #fff;
     font-size: 17px;
     line-height: 34px;
     padding-top: 20px;
}

.copyright {
     margin-top: 90px;
     padding: 20px 0px;
     background-color: #fff;
}

.copyright p {
     color: #020203;
     font-size: 17px;
     line-height: 34px;
     text-align: center;
}

.copyright a {
     color: #020203;
}

.copyright a:hover {
     color: #eec237;
}
#date-countdown {
      margin-bottom: 20px; }
      #date-countdown .countdown-block {
        display: inline-block;
        font-size: 12px;
        border-radius: 7px;
        padding-top: 10px;
        padding-bottom: 10px;
        width: 100px;
        margin-right: 8px;
        text-align: center; }
        #date-countdown .countdown-block .label {
          line-height: 60px;
          font-size: 50px;
          display: block; }

/** end footer **/

.navbar-collapse {
	justify-content: flex-end;
}

@keyframes pulse {
0% { box-shadow: 0 0 10px rgba(255, 235, 59, 0.5); }
        50% { box-shadow: 0 0 20px rgba(255, 235, 59, 1); }
        100% { box-shadow: 0 0 10px rgba(255, 235, 59, 0.5); }
}

.notification {
  width: 360px;
  padding: 15px;
  background-color: white;
  border-radius: 16px;
  position: fixed;
  bottom: 10px;
  left: 10px;
  transform: translateY(200%);
  -webkit-animation: noti 2s forwards alternate ease-in;
  padding: 20px;
  z-index: 1000;
}

@-webkit-keyframes noti {
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes noti {
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}



.banner-carousal {
  position: relative;
  height: 100vh;
  min-height: 100vh;
  overflow: hidden;
  z-index: 1;
}

#bgCarousel {
  position: absolute;
  inset: 0;
}

#bgCarousel .carousel-inner,
#bgCarousel .carousel-item {
  height: 100%;
}

#bgCarousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-carousal-content {
  position: relative;
  z-index: 3;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  pointer-events: auto;
  text-align: center;
  text-shadow:
      0 0px 0px rgba(0,0,0,0.9),
      0 0 0 rgba(0,0,0,0.6);
}
#bgCarousel .carousel-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0, 0.7);
  z-index: 2;
}
.register-btn {
    display: inline-block;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    text-decoration: none;
    animation: pulse 1.5s infinite alternate;
    transition: background 0.3s, transform 0.2s;
    text-shadow: none;
}
.register-btn:hover {
    transform: scale(1.05);
}
.banner-carousal .carousel-item img {
  height: 100vh;
  object-fit: cover;
}

.carousel-indicators {
  display: flex !important;
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 4 !important;
  /*bottom: 120px !important;*/
  pointer-events: auto;

}
.carousel-indicators button {
  width: 10px !important;
  height: 10px !important;
  border-radius: 50%;
  z-index: 5 !important;
  background: #eec237 !important;
  border: none !important;
}
.carousel-indicators [data-bs-target] {
  background-color: rgba(255, 255, 255, 0.6);
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.carousel-indicators button .active {
  background-color: #ff5722; /* active color */
  opacity: 1;
}
.carousel-caption {
  color: #fff !important;
  padding: 0px;
  border-radius: 6px;
  width: fit-content;
  z-index: 10;
  right: 0;
  left: unset;
  padding: 0px 15px;
  display: flex;
}
.carousel-caption h2,
.carousel-caption p {
  color: #fff !important;
  text-shadow: 0 3px 8px rgba(0,0,0,0.85);
}


.carousel-caption p{
  color: #eec237 !important;
}

input, textarea{
    text-transform: uppercase;
}
.scroll-btn {
    position: fixed;
    right: 20px;
    cursor: pointer;
    display: none;
    z-index: 6;

}
.scroll-btn i:before{
    color: #eec237;
    background: #222;
    border-radius: 50%;
}
#scrollTop {
    bottom: 80px;
    padding-bottom: 10px;
}

#scrollBottom {
    bottom: 30px;
    padding-top: 10px;
}
#map-container {
    overflow: hidden;
    contain: layout paint; /* 🔥 stops layout shift */
}