
/* Fix for mobile horizontal scroll */
body {
  overflow-x: hidden;
}

/*** Spinner Start ***/
/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity 0.5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}
/*** Spinner End ***/

.back-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  transition: 0.5s;
  z-index: 99;
}

/*** Button Start ***/
.btn {
  font-weight: 600;
  transition: 0.5s;
  background-color: var(--bs-main);
  color: var(--bs-light);
}

.btn-square {
  width: 32px;
  height: 32px;
}

.btn-sm-square {
  width: 34px;
  height: 34px;
}

.btn-md-square {
  width: 44px;
  height: 44px;
}

.btn-lg-square {
  width: 56px;
  height: 56px;
}

.btn-xl-square {
  width: 66px;
  height: 66px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square,
.btn-xl-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}

.btn.btn-primary {
  color: var(--bs-white);
  border: none;
}

.btn:hover {
  background: var(--bs-primary);
  color: var(--bs-white);
}

.btn.btn-light {
  color: var(--bs-primary);
  border: none;
}

.btn.btn-light:hover {
  color: var(--bs-white);
  background: var(--bs-primary);
}

/*** Topbar Start ***/
.topbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  vertical-align: middle;
  margin-left: 8px;
  color: var(--bs-primary);
}

.topbar .dropdown .dropdown-menu a:hover {
  background: var(--bs-primary);
  color: var(--bs-white);
}

.topbar .dropdown .dropdown-menu {
  transform: rotateX(0deg);
  visibility: visible;
  background: var(--bs-light);
  padding-top: 11px;
  border: 0;
  transition: 0.5s;
  opacity: 1;
}

/*** Topbar End ***/

/*** Navbar ***/
.navbar-light .navbar-nav .nav-link {
  font-family: "Roboto", sans-serif;
  position: relative;
  margin-right: 25px;
  padding: 35px 0;
  color: var(--bs-white);
  font-size: 17px;
  font-weight: 400;
  outline: none;
  transition: 0.5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link,
.sticky-top.navbar-light .navbar-nav .nav-item .nav-link {
  padding: 20px 0;
  color: var(--bs-dark);
}

.navbar-light .navbar-nav .nav-item .nav-link {
  color: var(--bs-white);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-item .nav-link:hover,
.navbar-light .navbar-nav .nav-item .nav-link.active {
  color: var(--bs-main);
}

.navbar-light .navbar-brand img {
  max-height: 60px;
  transition: 0.5s;
}

.sticky-top.navbar-light .navbar-brand img {
  max-height: 45px;
}

.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  vertical-align: middle;
  margin-left: 8px;
}

.dropdown .dropdown-menu a:hover {
  background: var(--bs-main);
  color: var(--bs-white);
}
.dropdown-menu {
  overflow: hidden;
  max-height: calc(100vh - 150px);
  overflow-y: scroll;
}
.navbar .nav-item:hover .dropdown-menu {
  transform: rotateX(0deg);
  visibility: visible;
  background: var(--bs-light);
  transition: 0.5s;
  opacity: 1;
}
.breadcrumb-area {
  position: relative;
  background-size: cover;
  padding: 116px 0;
}

.breadcrumb-bottom-area {
  padding-top: 17px;
  padding-bottom: 17px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  border-top: 1px solid rgba(255, 250, 250, 0.12);
}
@media (max-width: 650px) {
  .breadcrumb-bottom-area {
    text-align: center;
    padding-top: 5px;
  }
}

@media (max-width: 991.98px) {
  .sticky-top.navbar-light {
    position: relative;
    background: var(--bs-white);
  }

  .navbar.navbar-expand-lg .navbar-toggler {
    padding: 10px 20px;
    border: 1px solid var(--bs-primary);
    color: var(--bs-primary);
  }

  .navbar-light .navbar-collapse {
    margin-top: 15px;
    border-top: 1px solid #dddddd;
  }

  .navbar-light .navbar-nav .nav-link,
  .sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 10px 0;
    margin-left: 0;
    color: var(--bs-dark);
  }

  .navbar-light .navbar-nav .nav-item .nav-link {
    color: var(--bs-dark);
  }

  .navbar-light .navbar-brand img {
    max-height: 45px;
  }
}

@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    visibility: hidden;
    top: 100%;
    transform: rotateX(-75deg);
    transform-origin: 0 0;
    border: 0;
    border-radius: 10px;
    transition: 0.5s;
    opacity: 0;
  }

  .navbar-light {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 999;
  }

  .sticky-top.navbar-light {
    position: fixed;
    background: var(--bs-light);
  }

  .navbar-light .navbar-nav .nav-link::before {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    bottom: -1px;
    left: 50%;
    background: var(--bs-main);
    transition: 0.5s;
  }

  .navbar-light .navbar-nav .nav-link:hover::before,
  .navbar-light .navbar-nav .nav-link.active::before {
    width: calc(100% - 2px);
    left: 1px;
  }

  .navbar-light .navbar-nav .nav-link::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    bottom: -1px;
    left: 50%;
    background: var(--bs-main);
    transition: 0.5s;
  }

  .navbar-light .navbar-nav .nav-link:hover::after,
  .navbar-light .navbar-nav .nav-link.active::after {
    width: 2px;
    height: 12px;
  }
}
/*** Navbar End ***/
/* Hero Carousel - Full viewport height */
/* Hero carousel - full viewport height, zoom only on active image */
.hero-carousel-wrapper,
.header-carousel,
.header-carousel .owl-stage-outer,
.header-carousel .owl-stage,
.header-carousel .owl-item,
.hero-slide {
    height: 100vh;
    width: 100%;
}

.hero-slide {
    position: relative;
}

.hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 6s ease-out;
    transform: scale(1);
}

.owl-item.active .hero-bg img {
    transform: scale(1.3);
}

/* Stronger overlay for text readability */
.hero-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55); /* darker for better contrast */
    z-index: 1;
    pointer-events: none;
}

/* Caption positioning and styling */
.hero-caption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 2;
    color: white;
    text-shadow: 0 2px 5px rgba(0,0,0,0.5);
}

/* Alignment classes */
.hero-caption.text-start {
    justify-content: flex-start;
    text-align: left;
}

.hero-caption.text-end {
    justify-content: flex-end;
    text-align: right;
}

/* Caption box - optional semi-transparent background for extra readability */
.caption-box {
    max-width: 700px;
    padding: 2rem;
    /* Uncomment next line for a semi‑transparent dark background behind text only (no full overlay) */
    /* background: rgba(0,0,0,0.4); border-radius: 16px; */
}

/* Larger, bolder text */
.caption-box h1 {
    font-size: clamp(1.4rem, 5vw, 3rem);
    font-weight: 800;
    text-transform: uppercase;
    color: #ffff; /* your brand red */
    margin-bottom: 0.75rem;
    letter-spacing: 1px;
}

.caption-box h2 {
    font-size: clamp(1.5rem, 5vw, 3rem);
    font-weight: 700;
    margin-bottom: 1rem;
    color: white;
}

.caption-box p {
    font-size: clamp(1rem, 3.5vw, 1.4rem);
    margin-bottom: 2rem;
    line-height: 1.4;
    color: rgba(255,255,255,0.95);
}

.caption-box .btn {
    background: #a41034;
    color: white;
    padding: 0.9rem 2rem;
    font-size: 1rem;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.2s;
    display: inline-block;
}

.caption-box .btn:hover {
    background: #83102a;
    transform: scale(1.02);
}
/*large screen*/
@media (min-width: 992px) {
    .caption-box {
        margin-top: 30px;
    }
}
/* Mobile adjustments */
@media (max-width: 768px) {
    .hero-caption {
        align-items: center; /* vertical center instead of bottom */
        padding: 0 1rem;
    }
    .hero-caption.text-start,
    .hero-caption.text-end {
        justify-content: center;
        text-align: center;
    }
    .caption-box {
        max-width: 90%;
        padding: 1rem;
    }
    .caption-box h1 {
        font-size: 2.1rem;
    }
    .caption-box h2 {
        font-size: 1.5rem;
    }
    .caption-box p {
        font-size: 1rem;
        margin-bottom: 1.5rem;
    }
    .caption-box .btn {
        padding: 0.6rem 1.2rem;
        font-size: 0.9rem;
    }
}
/*** Carousel Hero Header End ***/

/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
  position: relative;
  overflow: hidden;

  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 140px 0 60px 0;
  transition: 0.5s;
}

@media (min-width: 992px) {
  .bg-breadcrumb {
    padding: 140px 0 60px 0;
  }
}

@media (max-width: 991px) {
  .bg-breadcrumb {
    padding: 60px 0 60px 0;
  }
}

.bg-breadcrumb .breadcrumb {
  position: relative;
}

.bg-breadcrumb .breadcrumb .breadcrumb-item a {
  color: var(--bs-white);
}

/*--------------------------------------------------------------
# Courses Course Details Section
--------------------------------------------------------------*/
.courses-course-details {
  padding-bottom: 20px;
}

.courses-course-details h3 {
  font-size: 24px;
  margin: 30px 0 15px 0;
  font-weight: 700;
  position: relative;
  padding-bottom: 10px;
}

.courses-course-details h3:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background: color-mix(in srgb, var(--bs-dark), transparent 90%);
  bottom: 0;
  left: 0;
}

.courses-course-details h3:after {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 1px;
  background: var(--bs-main);
  bottom: 0;
  left: 0;
}

.courses-course-details .course-info {
  background: color-mix(in srgb, var(--bs-dark), transparent 95%);
  padding: 10px 15px;
  margin-bottom: 15px;
}

.courses-course-details .course-info h5 {
  font-weight: 400;
  font-size: 16px;
  margin: 0;
  font-family: var(--nav-font);
}

.courses-course-details .course-info p {
  margin: 0;
  font-weight: 600;
}

.courses-course-details .course-info a {
  color: var(--bs-main);
}

/*** Single Page Hero Header End ***/

/*** Service Start ***/
.service .service-item {
  background: var(--bs-light);
  border-radius: 10px;
  transition: 0.5s;
}

.service .service-item:hover {
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.2);
}

.service .service-item .service-img {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  transition: 0.5s;
}

.service .service-item .service-img img {
  transition: 0.5s;
}

.service .service-item:hover .service-img img {
  transform: scale(1.2);
}

/*--------------------------------------------------------------
# Tabs Section
--------------------------------------------------------------*/
.tabs {
  padding-top: 30;
}

.tabs .nav-tabs {
  border: 0;
}

.tabs .nav-link {
  background-color: var(--background-color);
  border: 0;
  padding: 12px 15px;
  transition: 0.3s;
  color: var(--default-color);
  border-radius: 0;
  border-right: 2px solid
    color-mix(in srgb, var(--default-color), transparent 90%);
  font-weight: 600;
  font-size: 15px;
}

.tabs .nav-link:hover {
  color: var(--bs-main);
}

.tabs .nav-link.active {
  background-color: var(--surface-color);
  color: var(--bs-main);
  border-color: var(--bs-main);
}

.tabs .tab-pane.active {
  animation: fadeIn 0.5s ease-out;
}

.tabs .details h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
}

.tabs .details p {
  color: color-mix(in srgb, var(--default-color), transparent 20%);
}

.tabs .details p:last-child {
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .tabs .nav-link {
    border: 0;
    padding: 15px;
  }

  .tabs .nav-link.active {
    color: var(--bs-white);
    background: var(--bs-main);
  }
}

/*** Service End ***/

/*** Features Start ***/
.feature .feature-item {
  text-align: center;
  border-radius: 10px;
  background: var(--bs-light);
  border: 1px solid transparent;
  transition: 0.5s;
}

.feature .feature-item:hover {
  border: 1px solid var(--bs-primary);
}

.feature .feature-item .feature-icon {
  background: var(--bs-white);
  border-radius: 10px;
  display: inline-block;
}
/*** Features End ***/

/*** Offer Start ***/
.offer-section .nav a.accordion-link {
  width: 100%;
  border-radius: 10px;
  display: flex;
  background: var(--bs-white);
  transition: 0.5s;
}

.offer-section .nav a.accordion-link.active {
  color: var(--bs-white);
  background: var(--bs-primary);
}

.offer-section .nav a.accordion-link h5 {
  transition: 0.5s;
}

.offer-section .nav a.accordion-link.active h5 {
  color: var(--bs-white);
}
/*** Offer End ***/

/*** Blog Start ***/
.blog .blog-item {
  border-radius: 10px;
  background: var(--bs-white);
  box-shadow: inset 0 0 45px rgba(0, 0, 0, 0.1);
  transition: 0.5s;
}

.blog .blog-item a {
  transition: 0.5s;
}

.blog .blog-item:hover a:hover {
  color: var(--bs-main);
}

.blog .blog-item .blog-img {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.blog .blog-item .blog-img img {
  transition: 0.5s;
}

.blog .blog-item:hover .blog-img img {
  transform: scale(1.2);
}

.blog .blog-item .blog-img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 10px;
  background: rgba(0, 208, 132, 0.1);
  opacity: 0;
  transition: 0.5s;
  z-index: 1;
}

.blog .blog-item:hover .blog-img::after {
  opacity: 1;
}

.blog .blog-item .blog-img .blog-title {
  position: absolute;
  bottom: 25px;
  left: 25px;
  z-index: 5;
}

.blog .blog-item .blog-img .blog-title a {
  color: var(--bs-white);
  background: var(--bs-primary);
  transition: 0.5s;
}

.blog .container .row .blog-item .readmore a {
  color: var(--bs-primary);
  cursor: pointer;
}

.blog .blog-item:hover .blog-img .blog-title a:hover {
  color: var(--bs-dark);
}

.blog-carousel .owl-stage-outer {
  margin-top: 58px;
}

.blog .owl-nav .owl-prev {
  position: absolute;
  top: -58px;
  left: 0;
  background: var(--bs-primary);
  color: var(--bs-white);
  padding: 6px 35px;
  border-radius: 30px;
  transition: 0.5s;
}

.blog .owl-nav .owl-prev:hover {
  background: var(--bs-dark);
  color: var(--bs-primary);
}

.blog .owl-nav .owl-next {
  position: absolute;
  top: -58px;
  right: 0;
  background: var(--bs-primary);
  color: var(--bs-white);
  padding: 6px 35px;
  border-radius: 30px;
  transition: 0.5s;
}

.blog .owl-nav .owl-next:hover {
  background: var(--bs-dark);
  color: var(--bs-primary);
}

/*==========news=========*/

.news {
  position: relative;
  padding: 90px 0 60px;
  background: #f7f7f7;
}
.news.single_news_page {
  background: #fff;
}
.news.single_news_page .blogList_single_post {
  padding-top: 0;
  padding-bottom: 50px;
}

.news.single_news_page.style-2 .blogList_single_post .post .text {
  background: #f7f7f7;
}
.news.single_news_page.massonary_mode .blogList_single_post .post .text {
  background: none;
  border: 0px;
}
.news.single_news_page.massonary_mode .blogList_single_post .post {
  border: 1px solid #f1f1f1;
  margin-top: 5px;
}

.news .blogList_single_post {
  position: relative;
  padding: 40px 0 30px;
}

.news .blogList_single_post .img_holder {
  position: relative;
}
.news .blogList_single_post .img_holder:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.05);
  z-index: 0;
}
.news .blogList_single_post .img_holder > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
}
.news .blogList_single_post .img_holder .opacity {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.1);
  -webkit-transform: scale(0.1);
  -moz-transform: scale(0.1);
  -ms-transform: scale(0.1);
  -o-transform: scale(0.1);
}
.news .blogList_single_post .img_holder .opacity .icon {
  display: table;
  width: 100%;
  height: 100%;
}
.news .blogList_single_post .img_holder .opacity .icon span {
  display: table-cell;
  vertical-align: middle;
}
.news .blogList_single_post .img_holder .opacity .icon span a {
  display: block;
  width: 55px;
  height: 55px;
  margin: 0 auto;
  line-height: 55px;
  text-align: center;
  font-size: 60px;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  border-radius: 50%;
  color: #fff;
}
.news .blogList_single_post:hover .opacity {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.news .blogList_single_post .post .text {
  background: #fff;
  padding: 30px;
  border-top: 2px solid;
}
.news.massonary_mode .blogList_single_post .post .text {
  background: #fff;
  padding: 30px 24px;
  border-top: 2px solid;
}

.news .blogList_single_post .post h4 a {
  display: block;
  color: #333;
  line-height: 32px;
  font-weight: 700;
  font-size: 20px;
}
.massonary_mode #isotop_wrapper {
  margin-left: -15px;
  margin-right: -15px;
}
.news .blogList_single_post .post p {
  margin: 17px 0 25px 0;
}
.news .blogList_single_post .post .link a {
  font-size: 14px;
  color: #333;
  font-weight: 700;
  text-transform: uppercase;
}
.news.single_news_page.with_sidebar .blogList_single_post .post .link a {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  line-height: 50px;
  text-align: center;
  width: 170px;
  display: inline-block;
}
.news.single_news_page.with_sidebar .blogList_single_post .post .link a:hover {
  color: #fff;
}

li.blog_des{
  display: inline-block;
  position: relative;
  margin: 16px 30px 16px 0;
}
.news.massonary_mode .blogList_single_post .post ul li {
  display: inline-block;
  position: relative;
  margin: 7px 30px 0px 0;
}

li.blog_des a {
  font-size: 14px;
  color: #9c9c9c;
}
li.blog_des a i {
  margin-right: 1px;
  color: var(--bs-main);
}
.news .blogList_single_post .post ul li:last-child {
  margin-right: 0;
}
.news .blogList_single_post .post ul li:before {
  content: "";
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background: #d2d2d2;
  position: absolute;
  right: -18px;
  top: 9px;
}
.news .blogList_single_post .post ul li:last-child:before {
  display: none;
}
li.blog_des a{
  font-weight: 500;
}
.news .page_pagination {
  margin: 0;
}

.news .blogList_single_post .post .link a span {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: #333;
  padding-left: 10px;
  position: relative;
  top: 7px;
}

.blogList_single_post .share {
  width: 50px;
  line-height: 50px;
  text-align: center;
  background: #f7f7f7;
  font-size: 18px;
  position: relative;
  z-index: 2;
  color: #9e9e9e;
}
.blogList_single_post .share:hover,
.blogList_single_post .share-content li a:hover {
  color: #fff;
}
.news.single_news_page .blogList_single_post .share,
.news.single_news_page .blogList_single_post .share-content,
.news.single_news_page .blogList_single_post .share-content li {
  display: inline-block;
  margin: 0px;
  margin: 0 2px;
}

.blogList_single_post .share-content li:before {
  display: none;
}

.blogList_single_post .share-content li a {
  width: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  margin: 0 2px 0 2px;
  color: #333;
  background: #f7f7f7;
}
.blogList_single_post .share-content {
  -webkit-transform: translate3d(400px, 0, 0);
  transform: translate3d(400px, 0, 0);
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.blogList_single_post .share-content.share-show {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

/*=================news single_post===============*/

.news.single_news_page.news_single .blogList_single_post .post {
  padding: 0 20px;
  border: 1px solid #f1f1f1;
  margin-top: 10px;
}
.news.single_news_page.news_single .blogList_single_post .post .text {
  border: none;
  padding: 30px 0;
}

.news .blogList_single_post .post .qoute {
  position: relative;
  background: #f7f7f7;
  text-align: center;
  padding: 30px;
}
.news .blogList_single_post .post .qoute h3 {
  color: var(--bs-dark);
  font-size: 20px;
  font-weight: 500;
  font-style: italic;
  line-height: 32px;
  margin-bottom: 10px;
}

.news .blogList_single_post .post .qoute span {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
}

.news.single_news_page.news_single .share_option {
  padding: 30px 0 20px;
  border-top: 1px solid #f1f1f1;
}
.news.single_news_page.news_single .share_option h4 {
  color: var(--bs-dark);
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.news.single_news_page.news_single .post .social_icon {
  margin-left: 30px;
}

.news.single_news_page.news_single .post .social_icon li {
  display: inline-block;
  margin: 0px;
  margin-left: 5px;
  margin-top: -8px;
}
.news.single_news_page.news_single .post .social_icon li:before {
  display: none;
}

.news.single_news_page.news_single .post .social_icon li a {
  width: 45px;
  line-height: 43px;
  text-align: center;
  font-size: 18px;
  background: #f7f7f7;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.news.single_news_page.news_single .post .social_icon li a i {
  color: var(--bs-main);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.news.single_news_page.news_single .post .social_icon li a:hover i {
  color: #fff;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
/*author*/
.news.single_news_page.news_single .author-post .social_icon {
  position: relative;
}

.news.single_news_page.news_single .author-post .social_icon li {
  display: inline-block;
  margin: 0px;
  margin-right: 5px;
}
.news.single_news_page.news_single .author-post .social_icon li:before {
  display: none;
}

.news.single_news_page.news_single .author-post .social_icon li a {
  line-height: 43px;
  text-align: center;
  font-size: 18px;
  color: #9c9c9c;
}

.news.single_news_page.news_single .author-post .social_icon li a i {
  color: var(--bs-main);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.news.single_news_page.news_single .comment-box .single-comment-box span,
.news.single_news_page.news_single .comment-box .single-comment-box ul {
  display: inline-block;
}
.news.single_news_page.news_single .comment-box .single-comment-box span {
  margin-right: 7px;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
}
.news.single_news_page.news_single .comment-box .single-comment-box ul li {
  display: inline-block;
  margin-left: 2px;
  font-size: 12px;
}

/* Test */
.clear_fix {
  clear: both;
}
.clear_fix:after {
  display: table;
  content: "";
  clear: both;
}

.tran3s {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.center {
  text-align: center;
}

.tran7s {
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}

.theme_title {
  position: relative;
  padding-bottom: 26px;
  margin-top: -6px;
  text-transform: uppercase;
}
.theme_title:after {
  position: absolute;
  content: "";
  left: 0px;
  top: 50px;
  width: 100%;
  height: 10px;
  background: url(../images/logo/sep.png) center left no-repeat;
}

.theme_title.center:after {
  background: url(../images/logo/sep.png) center center no-repeat;
}
.theme_title h2 {
  font-size: 30px;
  font-weight: 700;
}

.theme_title h3 {
  font-weight: 700;
}

.theme_inner_title h4 {
  font-size: 24px;
  color: #333;
  font-weight: 700;
  text-transform: uppercase;
}

.theme_title p {
  font-style: italic;
  font-size: 18px;
  margin-top: 50px;
}

.theme_title_center {
  text-align: center;
}
.theme_title_center > span {
  display: block;
  width: 70px;
  height: 2px;
  margin: 23px auto 0 auto;
}
.img_holder {
  position: relative;
}

.float_left {
  float: left;
}
.float_right {
  float: right;
}
.main_page {
  overflow-x: hidden;
}
/*===========sidebar-news===============*/

.sidebar_search {
  height: 54px;
  position: relative;
}
.sidebar_search input {
  width: 100%;
  height: 54px;
  border: none;
  border: 1px solid #f1f1f1;
  padding: 0 56px 0 12px;
  color: #9e9e9e;
}
.sidebar_search button {
  width: 54px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  color: #fff;
  background-color: var(--bs-main);
}
.news.single_news_page .recent-posts {
  position: relative;
  padding-top: 25px;
}

.news.single_news_page .recent-posts .post {
  position: relative;
  font-size: 14px;
  margin-bottom: 15px;
  min-height: 50px;
  padding: 0px 0px 11px 95px;
  color: #cccccc;
}

.news.single_news_page .recent-posts .post:last-child {
  border-bottom: 0px;
}
.news.single_news_page .recent-posts .post .post-thumb {
  position: absolute;
  left: 0px;
  top: 12px;
  width: 81px;
  height: 82px;
}

.news.single_news_page .recent-posts .post .post-thumb img {
  width: 100%;
  display: block;
}

.news.single_news_page .recent-posts .post h4 {
  position: relative;
  top: 8px;
  font-size: 16px;
  font-weight: 700;
  margin: 0px 0px 15px;
  line-height: 20px;
  color: #333;
}
.news.single_news_page .recent-posts .post .post-info {
  font-size: 14px;
  font-weight: 400;
  margin: 0px;
  line-height: 1.6em;
  color: #9c9c9c;
  font-family: "Open Sans", sans-serif;
}

.news.single_news_page .recent-posts .post a:hover {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.news.single_news_page .recent-posts .post h4 a {
  color: #333;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.news.single_news_page .recent-posts .post .fa {
  font-size: 14px;
  margin-right: 6px;
}

/*====================*/

.comment-box {
  padding-top: 60px;
}
.comment-box .theme_title {
  margin-bottom: 40px;
  margin-bottom: 40px;
}
.comment-box .theme_title h2 {
  font-size: 24px;
  font-weight: 700;
}

.comment-box .single-comment-box {
  padding-bottom: 30px;
  margin-bottom: 35px;
  border-bottom: 1px solid #f6f4f4;
}

.comment-box .single-comment-box.comment-reply {
  margin-left: 100px;
}

.comment-box .single-comment-box:last-child {
  margin-bottom: 0;
}

.comment-box .single-comment-box .img-box,
.comment-box .single-comment-box .text-box {
  display: table-cell;
  vertical-align: top;
}

.comment-box .single-comment-box .img-box {
  width: 100px;
}

.comment-box .single-comment-box .text-box {
  padding-left: 20px;
}

.comment-box .single-comment-box .text-box .top-box h2 {
  display: inline-block;
  font-size: 18px;
  color: #333;
  margin: 0;
  line-height: 24px;
  font-weight: bold;
}

.comment-box .single-comment-box .text-box .top-box span {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  font-family: "Raleway";
}

.comment-box .single-comment-box .text-box .content p {
  margin: 0;
  font-size: 14px;
  color: #9e9e9e;
  line-height: 24px;
  margin-top: 11px;
  margin-bottom: 18px;
}

.comment-box .single-comment-box .text-box .content a {
  font-size: 14px;
  font-weight: bold;
}
.comment-box .single-comment-box .text-box .content a:hover {
  color: #121d2f;
}

.comment-box .single-comment-box .text-box .content a i {
  margin-right: 10px;
}
/* eND */

/*** Blog End ***/

/*** FAQs Start ***/
.faq-section .accordion .accordion-item .accordion-header .accordion-button {
  color: var(--bs-dark);
}

.faq-section
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button.collapsed {
  color: var(--bs-dark);
}
/*** FAQs End ***/

/*** Team Start ***/
.team .team-item {
  position: relative;
  padding: 0 25px 25px 25px;
  border-radius: 10px;
  transition: 0.5s;
}

.team .team-item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: var(--bs-light);
  border-radius: 10px;
  transition: 0.5s;
  z-index: -1;
}

.team .team-item:hover::before {
  height: 0;
}

.team .team-item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  border-radius: 10px;
  transition: 0.5s;
  z-index: -1;
}

.team .team-item:hover::after {
  height: 100%;
  background: var(--bs-primary);
}

.team .team-item .team-img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  position: relative;
  margin-top: 50%;
  transform: translateY(-50%);
  margin-bottom: -50%;
  display: flex;
  justify-content: center;
  border: 4px solid var(--bs-primary);
  border-style: dotted;
  padding: 4px;
  background: var(--bs-white);
  transition: 0.5s;
}

.team .team-item:hover .team-img {
  border: 4px solid var(--bs-white);
  border-style: dotted;
  background: 0;
}

.team .team-item .team-img img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  transition: 0.5s;
  object-fit: cover;
  height: 300px;
}
@media (min-width: 538px) {
  .team .team-item .team-img img {
    height: 350px;
  }
}
@media (min-width: 760px) {
  .team .team-item .team-img img {
    height: 250px;
  }
}
@media (min-width: 992px) {
  .team .team-item .team-img img {
    height: 350px;
  }
}
@media (min-width: 1124px) {
  .team .team-item .team-img img {
    height: 200px;
  }
}
.team .team-item .team-title {
  padding: 25px 0 25px 0;
  text-align: center;
}

.team .team-item .team-title h4,
.team .team-item .team-title p {
  transition: 0.5s;
}

.team .team-item:hover .team-title h4,
.team .team-item:hover .team-title p {
  color: var(--bs-white);
}

.team .team-item .team-icon {
  display: flex;
  justify-content: center;
}

.team .team-item .team-icon a {
  transition: 0.5s;
}

.team .team-item:hover .team-icon a {
  color: var(--bs-dark);
  background: var(--bs-white);
}

.team .team-item:hover .team-icon a:hover {
  color: var(--bs-primary);
  background: var(--bs-dark);
}
/*** Team End ***/

/*** Testimonial Start ***/
.testimonial .testimonial-item {
  position: relative;
  margin-bottom: 30px;
  padding: 0 25px 25px 25px;
}

.testimonial .testimonial-item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% - 50px);
  bottom: 0;
  left: 0;
  border-radius: 10px;
  background: var(--bs-light);
  z-index: -1;
}

.testimonial .testimonial-item .testimonial-img {
  display: flex;
  justify-content: center;
}

.testimonial .testimonial-item .testimonial-img img {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  border: 5px solid var(--bs-light);
  border-style: double;
  background: var(--bs-white);
}

.testimonial .testimonial-item .testimonial-text {
  padding: 25px 0;
  text-align: center;
}

.testimonial .testimonial-item .testimonial-title {
  display: flex;
  justify-content: space-between;
}

.testimonial .testimonial-item .testimonial-quote-left {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 20px;
  left: 25px;
  border-radius: 60px;
  color: var(--bs-primary);
  background: var(--bs-white);
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial .testimonial-item .testimonial-quote-right {
  position: absolute;
  width: 60px;
  height: 60px;
  bottom: -30px;
  right: 25px;
  margin-top: -5px;
  border-radius: 60px;
  color: var(--bs-primary);
  background: var(--bs-white);
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial-carousel .owl-stage-outer {
  margin-top: 58px;
  margin-right: -1px;
}

.testimonial .owl-nav .owl-prev {
  position: absolute;
  top: -58px;
  left: 0;
  background: var(--bs-primary);
  color: var(--bs-white);
  padding: 5px 30px;
  border-radius: 30px;
  transition: 0.5s;
}

.testimonial .owl-nav .owl-prev:hover {
  background: var(--bs-dark);
  color: var(--bs-white);
}

.testimonial .owl-nav .owl-next {
  position: absolute;
  top: -58px;
  right: 0;
  background: var(--bs-primary);
  color: var(--bs-white);
  padding: 5px 30px;
  border-radius: 30px;
  transition: 0.5s;
}

.testimonial .owl-nav .owl-next:hover {
  background: var(--bs-dark);
  color: var(--bs-white);
}

.testimonial-carousel .owl-dots {
  display: flex;
  justify-content: center;
}

.testimonial-carousel .owl-dots .owl-dot {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  margin: 20px 10px 0 10px;
  background: var(--bs-primary);
  transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot.active {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background: var(--bs-dark);
  transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot span {
  position: relative;
  margin-top: 50%;
  margin-left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.testimonial-carousel .owl-dots .owl-dot.active span::after {
  background: var(--bs-primary);
}

.testimonial-carousel .owl-dots .owl-dot span::after {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 15px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: var(--bs-white);
  transition: 0.5s;
}

/*** Testimonial End ***/

/*** Footer Start ***/
.footer {
  background: var(--bs-primary);
}

.footer .footer-item {
  display: flex;
  flex-direction: column;
}

.footer .footer-item a {
  line-height: 35px;
  color: var(--bs-white);
  transition: 0.5s;
}

.footer .footer-item p {
  line-height: 35px;
}

.footer .footer-item a:hover {
  color: var(--bs-main);
}

.footer .footer-item .footer-btn a,
.footer .footer-item .footer-btn a i {
  transition: 0.5s;
}

.footer .footer-item .footer-btn a:hover {
  background: var(--bs-white);
}

.footer .footer-item .footer-btn a:hover i {
  color: var(--bs-primary);
}
/*** Footer End ***/

/*** copyright Start ***/
.copyright {
  background: var(--bs-dark);
}
/*** copyright end ***/

/*Contact*/
/* Responsive Map Container */
/* Container for the map (if applicable) */
.map-responsive {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  height: 0;
  padding-bottom: 56.25%;  /* Aspect ratio 16:9 (height = 56.25% of width) */
  width: 100%; /* Full width */
}

/* Make the iframe take full width and height of its container */
.responsive-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* Default settings for larger screens */
@media (min-width: 1200px) {
  .responsive-map {
    width: 800px; /* Custom width for larger screens, like desktop */
    height: 11100px; /* Adjust height if necessary */
  }
}

/* Tablet size (between 768px and 1199px) */
@media (max-width: 1199px) and (min-width: 768px) {
  .responsive-map {
    width: 100%; /* Full width on tablet */
    height: 500px; /* Adjust height accordingly */
  }
}

/* Mobile size (below 768px) */
@media (max-width: 767px) {
  .responsive-map {
    width: 100%;  /* Full width on mobile */
    height: 400px; /* Adjust height to fit mobile view */
  }
}

.heading-name{
    display: webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 3em;
    line-height: 1.5em;
}

.toast-notification {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
    min-width: 280px;
    padding: 12px 20px;
    border-radius: 8px;
    color: white;
    font-weight: 500;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}
.toast-success {
    background: #28a745;
}
.toast-error {
    background: #dc3545;
}
.toast-show {
    opacity: 1;
}