/* .hero-style .slide-title h2{
  font-family: "Playfair Display", serif;
  font-weight: 400;
} */

.theme-btn, .theme-btn-s2 {
    background-color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
    color: #2b3b95;
    padding: 9px 11px;
    border: 0;
    border-radius: 3px;
    text-transform: unset !important;
}

.wrapper_navigation.nc_home_1
 {
    position: relative !important;
}
.nc_logo img {
    width: 180px !important;
}
.wrapper_navigation {
    padding: 0px 0 !important;
}
.nc_logo img {
    width: 180px !important;
}
.tt-top{
    padding-top: 80px !important;
}
/* .wrapper_navigation {
    border-top: 1px solid #2b3b95 !important;
    border-bottom: 1px solid #2b3b95 !important;
}
.wrapper_navigation:before {
    border-top: 40px solid #2b3b95 !important;
}
.wrapper_navigation:after{
    border-bottom: 40px solid #2b3b95 !important;
} */
.blog_readmore {
    text-align: center !important;
}
.blog_desc.text-center{
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.neon-title {
  font-size: 3.5rem;
  color: #00f2ff;
  text-shadow: 0 0 4px #00f2ff;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
}

.logo_bottom_text {
  font-size: 1.8rem;
  color: #00f2ff;
  text-shadow: 0 0 3px #00f2ff;
  text-align: center;
  font-weight: 500;
}
.slotholder {
    top: 92px !important;
}

    .carousel-caption {
      background: rgba(0, 0, 0, 0.5);
      padding: 20px;
      border-radius: 10px;
      max-width: 500px;
    }
    .carousel-caption h2, .carousel-caption p {
      color: #fff;
    }

/*     
  h1, h2, h3, .carousel-caption h2 {
    font-family: 'Bebas Neue', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 3rem;
  } */

/* .carousel-caption {
    bottom: 16.25rem !important;
} */

.custom-caption {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
  padding-left: 5%;
  padding-right: 5%;
  background: rgba(0, 0, 0, 0.4); /* Optional overlay for better text contrast */
}

.caption-content {
  color: #fff;
  max-width: 600px;
}

.caption-content h2 {
  font-size: 2.8rem;
  margin-bottom: 10px;
}

.caption-content p {
  font-size: 1.2rem;
  margin-bottom: 20px;
}





.hero-slider {
  width: 100%;
  height: 420px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
}

.blackfont {
color: black !important;
}

.whitefont {
color: #ffffff !important;
}

.swiper-button-prev {
    left: 0 !important;
    margin-left: 0 !important;
    background: blue !important;
}

.swiper-button-next {
    right: 0 !important;
    margin-right: 0 !important;
    background: blue !important;
}

@media (max-width: 991px) {
  .hero-slider {
    height: 420px;
  }
}

@media (max-width: 767px) {
  .hero-slider {
    height: 420px;
  }
}

.hero-slider .swiper-slide {
  overflow: hidden;
  color: #fff;
}

.hero-slider .swiper-container {
    width: 100%;
    height: 100% !important;
    position: absolute;
    left: 0;
    top: 0;
}

.hero-slider .slide-inner {
    width: 100%;
    height: 600px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    display: flex
;
    justify-content: center;
    align-items: center;
    text-align: left;
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
  background: transparent;
  width: 28px;
  height: 28px;
  line-height: 24px;
  // margin-top: -30px;
  text-align: center;
  border: 2px solid #d4d3d3;
  border-radius: 28px;
  opacity:0;
  // visibility:hidden;
  transition:all .3s ease;
}
.hero-slider:hover .swiper-button-prev,
.hero-slider:hover .swiper-button-next {
  transform:translateX(0);
  opacity:1;
  visibility:visible;
}

@media (max-width: 767px) {
  .hero-slider .swiper-button-prev,
  .hero-slider .swiper-button-next {
    display: none;
  }
}

.hero-slider .swiper-button-prev {
  left: 25px;
  transform:translateX(50px);
}

.hero-slider .swiper-button-prev:before {
  font-family: "Font Awesome 5 Free";
  content: "\f060";
  font-size: 15px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block
  vertical-align: middle;
  font-weight: 900;
}

.hero-slider .swiper-button-next {
  right: 25px;
  transform:translateX(-50px);
}

.hero-slider .swiper-button-next:before {
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  font-size: 15px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block
  vertical-align: middle;
  font-weight: 900;
}

.hero-slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  text-align: left;
  line-height: 12px;
  font-size: 12px;
  color: #000;
  opacity: 0.3;
  background:#fff;
  transition:all .2s ease;
}

.hero-slider .swiper-pagination-bullet-active {
  opacity:1;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {
  bottom: 30px;
}

@media screen and (min-width: 992px) {
  .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
  .hero-slider .swiper-pagination-custom,
  .hero-slider .swiper-pagination-fraction {
/*     display: none; */
  }
}
.swiper-pagination {
  text-align:left;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets{
  bottom:50px;
    max-width: 1200px;
    padding: 0 15px;
    display: table;
    margin: 0 auto;
    left: 50%;
    top:90%;
    transform: translateX(-50%);
}
}
@media (min-width: 767px) {
  .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets{
  bottom:30px;
 
}
}
/*--------------------------------------------------------------
	#hero-style
--------------------------------------------------------------*/
.hero-style {
  height: 420px;
  transition:all .4s ease;
}

@media (max-width: 991px) {
  .hero-style {
    height: 420px;
  }
}

@media (max-width: 767px) {
  .hero-style{
    height: 420px;
  }
}

@media screen and (min-width: 992px) {
  .hero-style .container {
    padding-top: 95px;
  }
}

.hero-style .slide-title,
.hero-style .slide-text,
.hero-style .slide-btns {
  max-width: 690px;
}

.hero-style .slide-title h2 {
  font-size: 50px;
  font-weight: 600;
  line-height: 1;
  color: #ffffff;
  margin: 0 0 40px;
  text-transform: capitalize;
  transition:all .4s ease;
}

@media (max-width: 1199px) {
  .hero-style .slide-title h2 {
    font-size: 50px;
  }
}

@media (max-width: 991px) {
  .hero-style .slide-title h2 {
    font-size: 50px;
    margin: 0 0 35px;
  }
}

@media (max-width: 767px) {
  .hero-style .slide-title h2 {
    font-size: 35px;
    margin: 0 0 30px;
  }
}

.hero-style .slide-text p {
  opacity: 0.8;
  font-family: Roboto;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: normal;
  color: #ffffff;
  margin: 0 0 40px;
  transition:all .4s ease;
}

@media (max-width: 767px) {
  .hero-style .slide-text p {
    font-size: 16px;
    font-size: 1rem;
    font-weight: normal;
    margin: 0 0 30px;
  }
}

.hero-style .slide-btns > a:first-child {
  margin-right: 10px;
}


/*--------------------------------------------------------------
	#button-style
--------------------------------------------------------------*/
.theme-btn, .theme-btn-s2{
    background-color: #ffffff;
    font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  color:#2b3b95;
    padding: 9px 11px;
    border: 0; 
  border-radius: 3px;
    text-transform: uppercase;
    display: inline-block;
    line-height: initial;
  transition:all .4s ease;
}
a {
    text-decoration: none;
    transition: all 0.2s ease;
}
.theme-btn-s2{
    background-color: rgba(255, 255, 255, 0.9);
    color: #131e4a;
}
.theme-btn:hover, .theme-btn-s2:hover, .theme-btn:focus, .theme-btn-s2:focus, .theme-btn:active, .theme-btn-s2:active {
    background-color:#2b3b95 ;
    color: #fff;
}
.theme-btn-s3{
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #ffffff;
  text-transform: uppercase;
}
i.fa-chevron-circle-right{
  height:22px;
  width:22px;
}
a:hover {
    text-decoration: none;
}
@media (max-width: 991px){
  .theme-btn, .theme-btn-s2, .theme-btn-s3 {
    font-size: 13px;
    padding: 15px 25px;
  }
}
@media (max-width: 767px){
  .theme-btn, .theme-btn-s2{
    padding: 13px 20px;
    font-size: 13px;
  }
}

.hero-style {
    height: 600px !important;
    transition: all .4s ease;
}
.hero-style .slide-text p {
    opacity: 1  !important;
    font-family: Roboto;
    font-size: 32px;
    font-weight: 400;
 }
 .swiper-button-prev {
    background: #0084e6 !important;
}
.swiper-button-next {
    background: #0084e6 !important;
}
.theme-btn:hover, .theme-btn-s2:hover, .theme-btn:focus, .theme-btn-s2:focus, .theme-btn:active, .theme-btn-s2:active {
    background-color: #0084e6 !important;
}
.hero-style .slide-text p {
    font-size: 25px !important;
}
.rym-top{
    padding-top: 30px !important;
}
.red-color{
    color: #0084e6 !important;
}
.img-width-1{
  width: 200px !important;
}
.nc_footer_strip {
    padding: 0px 0px !important;
}
.fnt-btn {
    font-size: 17px !important;
}



@media (max-width:768px){
  .middle_inner {
    margin-top: 0px !important;
}
.flex-rem{
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: center;
}
.py-4.row.border-color-light-white{
    text-align: center !important;
}
.nc_track_wrapper .color_overlay {
    padding-top: 18px !important;
    padding-bottom: 17px !important;
}
.nc_event_wrapper .color_overlay {
    padding-top: 55px !important;
    padding-bottom: 41px !important;
}
.nc_gallery_wrapper {
    padding-bottom: 40px;
    padding-top: 50px;
}
.nc_welcome_wrapper {
    padding-bottom: 8px !important;
    padding-top: 55px !important;
}
    .nc_media_player+.col-lg-12 .track_crousel {
        margin-top: 40px !important;
    }
    .nc_testimonial_wrapper .color_overlay {
    padding-top: 50px;
    padding-bottom: 50px;
}
.overlay_inner .border {
    width: 60px !important;
    height: 60px !important;
    line-height: 70px;
}
}

.nc_navigations ul li a:hover {
    color: #dd2361;
}

.nc_navigations ul li.active a {
        color: #0084e6;
}
.nc_navigations ul li a:hover {
    color: #0084e6;
}
.nc_testimonial_wrapper .color_overlay{
  padding-top: 0px !important;
  padding-bottom: 15px !important;
}
.mfp-close {
    background-color: #094673 !important;
}
.bg-black{
  background-color: #000;
}

.facility-card {
    border-color: #0084e6 !important;
    transition: all 0.3s ease;
    background: transparent;
  }

  .brd{
    border:2px solid #0084e6 !important;
  }

  .facility-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 0 20px rgba(0, 132, 230, 0.4);
    border-color: #00a8ff !important;
  }

  .facility-card i {
    transition: color 0.3s ease;
  }

  .facility-card:hover i {
    color: #00a8ff;
  }


  .table-hover tbody tr:hover {
    background-color: #f2f7ff;
    transition: 0.3s ease;
}

.table th, .table td {
    vertical-align: middle;
    color: #fff;
}

.badge {
    font-size: 0.9rem;
    padding: 0.5em 1em;
}

.bg-style{
  background-color: #0084e6 !important;
}

.logo-nc img{
  width: 200px !important;
}
.video_section {
    padding-top: 30px;
    padding-bottom: 0px;
}
.logo-nc {
    margin-left: 15px !important;
}
.fnt-sz{
   font-size: 24px !important;
   line-height: 40px;
}
.nc_form .read_m_btn {
    float: left !important;
}


@media(max-width:768px){
      .nc_navigations ul li.dropdown_menu i.caret_down:before {
        content: "";
        border: 1px solid #0084e6;
}
.caret_down {
        border-top-color: #0084e6 !important;
    }
        .nc_breadcum {
        padding: 40px 0 40px;
    }
}