.top-header .content {
  display: block;
  position: relative;
}

.top-header .content .right-content {
  position: absolute;
  right: 0px;
  top: 0px;
}

.single-news .img img {
  width: 100%;
  border-radius: 10px;
}

.news-details-page .details-post .single-news h1.article-title {
  font-size: 26px !important;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 0;
  line-height: 40px;
  text-align: left !important;
}

.news-details-page .details-post .single-news .content .article-inline-media {
  display: block;
  margin: 24px auto;
  max-width: 100%;
  text-align: center;
}

.news-details-page .details-post .single-news .content .article-inline-media__image {
  display: block;
  width: 100%;
  max-width: 920px;
  height: auto;
  margin: 0 auto;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  background: #f7f7f7;
}

.news-details-page .details-post .single-news .article-main-media {
  margin-top: 18px;
  margin-bottom: 18px;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.16);
}

.news-details-page .details-post .single-news .article-main-media__image {
  border-radius: 0;
}

.news-details-page .details-post .single-news .article-main-media__thumb {
  border-radius: 0;
}

.HomePlace4_1,
.HomePlace4_2,
.HomePlace4_3 {
  overflow: hidden;
  border-radius: 14px;
  background: #141414;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.14);
}

.HomePlace4_1 .homeplace4-card-image,
.HomePlace4_2 .homeplace4-feature-image,
.HomePlace4_3 .homeplace4-feature-image {
  width: 100%;
  display: block;
  object-fit: cover !important;
  object-position: center;
}

.HomePlace4_1 .homeplace4-card-image {
  aspect-ratio: 16 / 10;
  min-height: 260px;
  max-height: 260px;
}

.HomePlace4_2 .homeplace4-feature-image {
  aspect-ratio: 16 / 9;
  min-height: 360px;
  max-height: 360px;
}

.HomePlace4_3 .homeplace4-feature-image {
  aspect-ratio: 4 / 5;
  min-height: 360px;
  max-height: 360px;
}

.HomePlace4_1 .inner-content,
.HomePlace4_2 .inner-content,
.HomePlace4_3 .inner-content {
  backdrop-filter: blur(3px);
  background: linear-gradient(
    180deg,
    rgba(8, 8, 8, 0) 0%,
    rgba(8, 8, 8, 0.36) 34%,
    rgba(8, 8, 8, 0.84) 100%
  );
  padding: 26px 22px 20px;
}

.HomePlace4_1 .tag,
.HomePlace4_2 .tag,
.HomePlace4_3 .tag {
  top: 18px;
  left: 18px;
  z-index: 3;
  border-radius: 0 0 8px 0;
}

.HomePlace4_1 .white-section,
.HomePlace4_2 .white-section,
.HomePlace4_3 .white-section {
  display: block;
}

.HomePlace4_1 .title,
.HomePlace4_2 .title,
.HomePlace4_3 .title {
  color: #fff !important;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.28);
  margin-bottom: 0;
}

.HomePlace4_1 .title {
  font-size: 16px;
  line-height: 1.45;
}

.HomePlace4_2 .title {
  font-size: 25px;
  line-height: 1.32;
  max-width: 90%;
}

.HomePlace4_3 .title {
  font-size: 17px;
  line-height: 1.42;
}

.HomePlace4_2 .white-section p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 17px;
  line-height: 1.6;
  margin: 10px 0 0;
  max-width: 92%;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.24);
}

.HomePlace4_2 .white-section p:last-child,
.HomePlace4_3 .white-section p:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .HomePlace4_1 .inner-content,
  .HomePlace4_2 .inner-content,
  .HomePlace4_3 .inner-content {
    padding: 18px 16px 14px;
  }

  .HomePlace4_1 .tag,
  .HomePlace4_2 .tag,
  .HomePlace4_3 .tag {
    top: 14px;
    left: 14px;
  }

  .HomePlace4_1 .homeplace4-card-image {
    min-height: 210px;
    max-height: 210px;
  }

  .HomePlace4_2 .homeplace4-feature-image,
  .HomePlace4_3 .homeplace4-feature-image {
    min-height: 260px;
    max-height: 260px;
  }

  .HomePlace4_1 .title,
  .HomePlace4_3 .title {
    font-size: 14px;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .HomePlace4_2 .title {
    font-size: 16px;
    line-height: 1.32;
    max-width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .HomePlace4_2 .white-section p {
    font-size: 13px;
    line-height: 1.5;
    margin-top: 8px;
    max-width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

@media (max-width: 480px) {
  .HomePlace4_1 .homeplace4-card-image {
    min-height: 190px;
    max-height: 190px;
  }

  .HomePlace4_2 .homeplace4-feature-image,
  .HomePlace4_3 .homeplace4-feature-image {
    min-height: 230px;
    max-height: 230px;
  }

  .HomePlace4_2 .title {
    font-size: 15px;
  }
}

.social-links h4.title a {
  color: #fff;
}

.widget-slider.owl-carousel .owl-controls .owl-nav .owl-prev,
.widget-slider.owl-carousel .owl-controls .owl-nav .owl-next {
  font-size: 13px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  width: 20px;
  height: 20px;
  line-height: 19px;
  opacity: 1;
  background: #fff;
  border: 1px solid #9c27b0;
  border-radius: 50%;
  color: #9c27b0;
  -webkit-box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.widget-slider.owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.widget-slider.owl-carousel .owl-controls .owl-nav .owl-next:hover {
  background: #ff5500 !important;
  color: #fff;
}

.widget-slider.owl-carousel .owl-controls .owl-nav .owl-prev {
  left: 0px;
}

.widget-slider.owl-carousel .owl-controls .owl-nav .owl-next {
  right: 0px;
}

.footerMenu ul li a {
  color: #fff;
}

/* Top Header Area Start */

.main-top-header {
  background: #a10509;
  border-bottom: 12px #be0201 solid;
}

.main-top-header .row {
  display: inherit;
}

.main-top-header .top-header-content {
  display: flex;
  justify-content: space-between;
}

.main-top-header .top-header-content .left-content {
  display: flex;
  align-self: center;
  padding: 15px 0px;
  float: right;
  font-size: 16px;
}

.main-top-header .top-header-content .left-content .list li {
  display: inline-block;
}

.main-top-header .top-header-content .left-content .list li a {
  color: #fff;
  display: block;
}

.main-top-header .top-header-content .right-content .list li a {
  color: #fff;
}

.main-top-header .top-header-content .right-content .list li {
  display: inline-block;
}

.main-top-header .top-header-content .list > li {
  padding: 0px 9px;
  /*border-right: 1px #524949 solid;*/
}

.main-top-header .top-header-content .list li:first-child {
  margin-left: 0px;
}

.main-top-header .top-header-content .right-content .list li.user-profile {
  width: 35px;
  height: 100%;
  border-radius: 50%;
  margin-right: 20px;
}

.main-top-header
  .top-header-content
  .right-content
  .list
  li.user-profile
  .nav-item.dropdown,
.main-top-header
  .top-header-content
  .right-content
  .list
  li.user-profile
  .nav-item.dropdown
  .dropdown-toggle {
  height: 100%;
}

.main-top-header
  .top-header-content
  .right-content
  .list
  li.user-profile
  .dropdown-toggle
  img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  object-fit: cover;
}

.main-top-header
  .top-header-content
  .right-content
  .list
  li.user-profile
  .nav-item.dropdown:hover
  .dropdown-menu {
  display: block;
}

.main-top-header
  .top-header-content
  .right-content
  .list
  li.user-profile
  .dropdown-menu {
  top: 91%;
  border: 0px;
  left: auto;
  right: -40px;
  -webkit-box-shadow: 2px 2px 6px 0px rgba(19, 12, 12, 0.15) !important;
  box-shadow: 2px 2px 6px 0px rgba(19, 12, 12, 0.15) !important;
}

.main-top-header
  .top-header-content
  .right-content
  .list
  li.user-profile
  .dropdown-menu
  .dropdown-item {
  color: #777;
  font-size: 15px;
  display: block;
  padding: 3px 15px;
}

.main-top-header
  .top-header-content
  .right-content
  .list
  li.user-profile
  .dropdown-menu
  li {
  display: block;
}

.main-top-header
  .top-header-content
  .right-content
  .list
  li.user-profile
  .dropdown-menu
  .dropdown-item
  i {
  width: 20px;
}

.main-top-header
  .top-header-content
  .right-content
  .list
  li.user-profile
  .dropdown-menu
  .dropdown-item:hover {
  background: rgba(66, 133, 244, 0.1);
}

/* Top Header Area End */

.main-top-header .top-header-content .right-content .log-reg span {
  color: #fff;
  margin: 0px 5px;
}

/*---------------------------
** LOgin Signup  Area Start
---------------------------*/
.login-signup {
  padding: 60px 0px 60px;
}

.login-area {
  padding: 30px 30px 39px;
  background: #fff;
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
}

.login-area .log-reg-header-area {
  text-align: center;
  margin-bottom: 40px;
}

.login-area .log-reg-header-area .title {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 40px;
  color: #a10509;
}

.login-area .log-reg-header-area .text {
  font-size: 18px;
  color: #919191;
}

.login-area .form-input {
  position: relative;
  margin-bottom: 15px;
}


.login-area .form-input input {
  width: 100%;
  height: 50px;
  background: #f3f8fc;
  padding: 0px 30px 0px 45px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 14px;
}

.login-area .form-input i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 15px;
  color: #ff5500;
}

.login-area .form-forgot-pass {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 14px;
}

.login-area .to-login-page {
  text-align: right;
}

.login-area .submit-btn {
  width: 100%;
  height: 40px;
  text-align: center;
  background: #a10509;
  border: 0px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 20px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  cursor: pointer;
}

.login-area .submit-btn:hover {
  background: #222;
}

.login-area .log-reg-social-area {
  text-align: center;
  padding-top: 26px;
}

.login-area .log-reg-social-area .title {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  color: #a10509;
  position: relative;
}

.login-area .log-reg-social-area .title::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 1px;
  background: rgba(0, 0, 0, 0.2);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 100%;
  margin-right: 7px;
}

.login-area .log-reg-social-area .title::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 1px;
  background: rgba(0, 0, 0, 0.2);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 100%;
  margin-left: 7px;
}

.login-area .log-reg-social-area .text {
  font-size: 16px;
  font-weight: 300;
  color: #143250;
}

.login-area .log-reg-social-area .log-reg-social-links {
  padding-left: 0px;
}

.login-area .log-reg-social-area .log-reg-social-links li {
  display: inline-block;
}

.login-area .log-reg-social-area .log-reg-social-links li a i {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
  display: inline-block;
  color: #fff;
  text-align: center;
  margin: 0px 5px;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
}

.login-area .log-reg-social-area .log-reg-social-links li a i.fa-facebook-f {
  background: #0069f7;
}

.login-area .log-reg-social-area .log-reg-social-links li a i.fa-twitter {
  background: #00c6f7;
}

.login-area .log-reg-social-area .log-reg-social-links li a i.fa-google-plus-g {
  background: #d1062c;
}

.comment-log-reg-tabmenu .full-container {
  padding: 0px !important;
}

.comment-log-reg-tabmenu .nav-tabs {
  border: 0px;
  margin: 0px;
  padding: 0px;
}

.comment-log-reg-tabmenu .nav-tabs .nav-link {
  border: 0px;
  margin: 0px;
  padding: 10px 0px;
  width: 50%;
  text-align: center;
  background: #ddd;
  border-radius: 0px;
  color: #222;
}

.comment-log-reg-tabmenu .nav-tabs .nav-link.active {
  background: #a10509;
  color: #fff;
}

/*---------------------------
** LOgin Signup  Area End
---------------------------*/

/* News details Gallery css Strat */
.model-gallery-image .one-item-slider .item img {
  width: 100%;
}

.model-gallery-image .all-item-slider {
  position: relative;
  margin: 12px 0px 0px;
}

.model-gallery-image .all-item-slider li {
  margin: 0px 6px;
  cursor: pointer;
}

.model-gallery-image .all-item-slider li:focus {
  outline: 0px;
}

.model-gallery-image .all-item-slider li img {
  max-width: 100%;
}

.model-gallery-image .all-item-slider .slick-slide {
  margin: 0px 10px;
}

.model-gallery-image .all-item-slider .slidPrv4.slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0px;
  z-index: 2;
  background: #28a745;
  text-align: center;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  opacity: 0.7;
  cursor: pointer;
}

.model-gallery-image .all-item-slider .slidPrv4.slick-arrow:hover {
  opacity: 1;
}

.model-gallery-image .all-item-slider .slidNext4.slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0px;
  z-index: 2;
  background: #28a745;
  text-align: center;
  width: 30px;
  line-height: 30px;
  height: 30px;
  color: #fff;
  opacity: 0.7;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  cursor: pointer;
}

.model-gallery-image .all-item-slider .slidNext4.slick-arrow:hover {
  opacity: 1;
}

/* News details Gallery css End */

/*--------------05. Start of subscribe-pre-loader CSS------------------*/
.subscribe-preloader-wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #00000080;
  z-index: 999;
}

.subscribePreloader__thumb {
  width: 50%;
  height: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.subscribePreloader__text {
  background: #0163d2c7;
  width: 60%;
  margin: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  position: relative;
  padding: 30px;
}

.subscribePreloader__text form {
  margin-top: 30px;
}

.subscribePreloader__text h1,
.subscribePreloader__text p {
  color: #ffffff;
}

.subscribePreloader__text input,
.subscribePreloader__text button {
  border: none;
  height: 40px;
}

.subscribePreloader__text input {
  width: 70%;
  margin-right: 5px;
  padding-left: 10px;
}

.subscribePreloader__text button {
  font-weight: 600;
  width: 25%;
  background: #333333;
  color: #ffffff;
  -webkit-transition: all 400ms ease-in;
  transition: all 400ms ease-in;
}

.subscribePreloader__text button:hover {
  background: #ffffff;
  color: #333333;
}

.subscribePreloader__thumb span {
  display: block;
  position: absolute;
  right: -10px;
  top: -10px;
  background: #ffffff;
  height: 25px;
  width: 25px;
  line-height: 25px;
  text-align: center;
  color: #333333;
  font-size: 12px;
  border-radius: 100%;
  cursor: pointer;
}

/*--------------05. End of subscribe-pre-loader CSS------------------*/

select#languageChange {
  background: none;
  border: 0px;
  color: #fff;
  font-size: 12px;
}

select#languageChange option {
  color: #333;
}

.home-front-area .slick-track {
  width: 100% !important;
}

iframe {
  max-width: 100%;
}

.navsm .toogle-icon,
.mobile-menu .logo-area .close-menu {
  background: transparent;
  border: 0;
  padding: 0;
  touch-action: manipulation;
}

.navsm .toogle-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  position: relative;
  z-index: 3;
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
}

.mobile-menu .logo-area .close-menu {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
}

.mobile-menu {
  visibility: hidden;
  pointer-events: none;
}

.mobile-menu.is-open {
  left: 0% !important;
  opacity: 1 !important;
  visibility: visible;
  pointer-events: auto;
}

.mobile-menu-backdrop {
  position: fixed;
  inset: 0;
  border: 0;
  padding: 0;
  margin: 0;
  background: rgba(0, 0, 0, 0.28);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
  z-index: 999998;
}

.mobile-menu-backdrop.is-open {
  opacity: 1;
  pointer-events: auto;
}

body.mobile-menu-open {
  overflow: hidden;
}

.mobile-menu .mobile-menu-list .mobile-menu-item,
.mobile-menu .mobile-menu-list .mobile-submenu-item {
  list-style: none;
}

.mobile-menu .mobile-menu-list .mobile-menu-row {
  display: flex;
  align-items: center;
  gap: 8px;
}

.mobile-menu .mobile-menu-list .mobile-menu-row .nav-link {
  flex: 1 1 auto;
  min-width: 0;
}

.mobile-menu .mobile-menu-list .mobile-submenu-toggle {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  color: #333;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.mobile-menu .mobile-menu-list .mobile-submenu {
  display: none;
  padding-left: 16px;
  margin: 4px 0 10px;
}

.mobile-menu .mobile-menu-list .mobile-submenu.is-open {
  display: block;
}

.mobile-menu .mobile-menu-list .mobile-submenu .nav-link {
  font-size: 16px;
  line-height: 1.5;
  padding: 8px 0;
}

.title-video {
  position: absolute;
  bottom: 136px;
  left: 35px;
  z-index: 1024;
}

.navbar-brand img {
  height: 42px;
}

.border_right {
  border-right: 1px #524949 solid;
}

.owl-carousel .owl-item img {
  border-radius: 5px;
  max-height: 385px;
  min-height: 385px;
  object-fit: cover;
}

.swiper-slide .intro-carousel .content-wrapper img {
  border-radius: 5px;
  max-height: 385px;
  min-height: 385px;
  object-fit: cover;
  width: 100%;
}

.hero-carousel-lite {
  position: relative;
}

.hero-carousel-lite:hover .hero-carousel-arrow,
.hero-carousel-lite:focus-within .hero-carousel-arrow {
  opacity: 1;
}

.hero-carousel-lite .hero-slide-viewport {
  overflow: hidden;
  touch-action: pan-y;
}

.hero-carousel-lite .hero-slide-viewport.is-dragging {
  cursor: grabbing;
}

.hero-carousel-lite .hero-slide-track {
  display: flex;
  width: 100%;
  transition: transform 0.45s ease;
  will-change: transform;
}

.hero-carousel-lite .hero-slide-viewport.is-dragging .hero-slide-track {
  transition: none;
}

.hero-carousel-lite .hero-slide-panel {
  flex: 0 0 100%;
  max-width: 100%;
}

.hero-carousel-lite .hero-slide-panel:not(.active) .single-news {
  pointer-events: none;
}

.hero-carousel-lite .intro-carousel .content-wrapper img {
  border-radius: 5px;
  max-height: 385px;
  min-height: 385px;
  object-fit: cover;
  width: 100%;
}

.hero-carousel-lite .hero-carousel-dots .owl-dot {
  border: 0;
  padding: 0;
  cursor: pointer;
  appearance: none;
}

.hero-carousel-lite .hero-carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.25s ease, background 0.25s ease;
}

.hero-carousel-lite .hero-carousel-arrow:hover,
.hero-carousel-lite .hero-carousel-arrow:focus-visible {
  background: rgba(0, 0, 0, 0.65);
  opacity: 1;
}

.hero-carousel-lite .hero-carousel-arrow-prev {
  left: 16px;
}

.hero-carousel-lite .hero-carousel-arrow-next {
  right: 16px;
}

.blank {
  min-height: 355px;
}

.angleRight:before {
  content: "\f105";
  font-weight: 700;
  vertical-align: bottom;
  font-family: "Font Awesome 5 Free";
  color: #b7b7b7;
  padding-right: 8px;
  font-size: 14px;
  margin-left: -20px;
}

.border_1 {
  border-bottom: 2px #eee solid;
}

.font-10 {
  font-size: 10px !important;
  font-weight: 400 !important;
}

.padding_15 {
  padding: 15px 15px !important;
}

.news_letter {
  margin-top: 10px;
}

.input-group-text {
  font-size: 14px;
  font-weight: 400;
  color: #e1e1e1;
  background-color: #333;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.mt-15 {
  margin-top: 15px;
}

.noTopMargin .mt-15 {
  margin-top: 0px;
}

.side-video {
  background: #fff;
  padding: 10px;
  border-radius: 5px;
}

.side-video-hero {
  background: #fff;
  border-radius: 5px;
}

.deferred-video-embed {
  width: 100%;
  border: 0;
  border-radius: 5px;
  background: linear-gradient(135deg, #111 0%, #2b2b2b 100%);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  cursor: pointer;
  padding: 16px;
  text-align: center;
}

.deferred-video-embed__play {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.deferred-video-embed__text {
  font-size: 15px;
  line-height: 1.4;
  font-weight: 500;
}

.deferred-video-embed:hover,
.deferred-video-embed:focus-visible {
  background: linear-gradient(135deg, #181818 0%, #383838 100%);
}

.deferred-video-embed:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

.go-tab-c {
  display: none;
}

.go-tab-c.active {
  display: block !important;
}

.bottomtotop {
  display: none;
  position: fixed;
  bottom: 50px;
  right: 15px;
  z-index: 1000;
  cursor: pointer;
}

.bottomtotop i,
.bottomtotop svg {
  width: 36px;
  height: 36px;
  line-height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 20%;
  color: #fff;
  background: #333;
  box-shadow: 0px 0px 21px rgb(0 0 0 / 20%);
  transform: rotate(-90deg);
  transition: all linear 0.3s;
  padding: 8px;
}

.HomePlace5_1 .img {
  overflow: hidden;
  border-radius: 10px;
  aspect-ratio: 5 / 3;
}

.HomePlace5_1 .img img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.HomePlace5_1 .inner-content .title {
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 12px;
}

.HomePlace5_1 .inner-content .text {
  font-size: 14px;
  line-height: 1.65;
  color: #24324a;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.HomePlace6_1 {
  min-height: 540px;
}

.HomePlace6_1 .homeplace6-feature-card {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.HomePlace6_1 .homeplace6-feature-media {
  overflow: hidden;
  border-radius: 10px;
  aspect-ratio: 4 / 3;
}

.HomePlace6_1 .homeplace6-feature-media img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.HomePlace6_1 .homeplace6-feature-copy {
  padding: 4px 6px 0;
}

.HomePlace6_1 .homeplace6-feature-copy .title {
  font-size: 18px;
  line-height: 1.28;
  margin-bottom: 14px;
}

.HomePlace6_1 .homeplace6-feature-copy .text {
  font-size: 14px;
  line-height: 1.7;
  color: #24324a;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 991px) {
  .HomePlace6_1 {
    min-height: auto;
  }

  .HomePlace5_1 .img {
    aspect-ratio: 16 / 10;
  }

  .HomePlace6_1 .homeplace6-feature-media {
    aspect-ratio: 16 / 11;
  }
}

@media (max-width: 767px) {
  .HomePlace6_1 .homeplace6-feature-card {
    gap: 14px;
  }

  .HomePlace5_1 .img {
    aspect-ratio: 4 / 3;
  }

  .HomePlace6_1 .homeplace6-feature-media {
    aspect-ratio: 1 / 1;
  }

  .HomePlace6_1 .homeplace6-feature-copy .title {
    font-size: 16px;
  }

  .HomePlace6_1 .homeplace6-feature-copy .text {
    font-size: 13px;
    line-height: 1.6;
  }
}

.related-news-section {
  margin-top: 8px;
}

.related-news-shell {
  background: #fff;
}

.related-news-card {
  height: 100%;
}

.related-news-card .content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.related-news-card__media {
  overflow: hidden;
  border-radius: 10px;
  background: #eef1f6;
}

.related-news-card__media img {
  width: 100%;
  min-height: 220px;
  max-height: 220px;
  object-fit: cover;
}

.related-news-card__copy {
  padding: 4px 2px 0 !important;
}

.related-news-card__copy .title {
  font-size: 17px !important;
  line-height: 1.3;
  margin-bottom: 12px;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.related-news-card__copy .text {
  font-size: 14px;
  line-height: 1.65;
  color: #24324a;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 991px) {
  .related-news-card {
    margin-bottom: 20px;
  }

  .related-news-card__media img {
    min-height: 200px;
    max-height: 200px;
  }
}

@media (max-width: 767px) {
  .related-news-card .content-wrapper {
    gap: 12px;
  }

  .related-news-card__media img {
    min-height: 190px;
    max-height: 190px;
  }

  .related-news-card__copy .title {
    font-size: 16px !important;
  }

  .related-news-card__copy .text {
    font-size: 13px;
    line-height: 1.6;
  }
}

@media (max-width: 991px) {
  .news-details-page .details-post .single-news .article-main-media {
    margin: 20px 0 24px;
    padding: 12px;
    border-radius: 14px;
  }

  .news-details-page .details-post .single-news .content .article-inline-media {
    margin: 22px auto;
  }

  .HomePlace5_1 .img img {
    height: 100% !important;
  }

  .HomePlace5_2,
  .HomePlace6_2 {
    margin-bottom: 14px;
  }
}

@media (max-width: 767px) {
  .news-details-page .details-post .single-news .article-title {
    font-size: 22px !important;
    line-height: 1.35 !important;
    margin-top: 4px !important;
  }

  .news-details-page .details-post .single-news .article-main-media {
    margin: 18px 0 22px;
    padding: 10px;
    border-radius: 12px;
  }

  .news-details-page .details-post .single-news .article-main-media__thumb {
    width: 72px;
    height: 54px;
  }

  .news-details-page .details-post .single-news .content .article-inline-media {
    margin: 18px auto;
  }

  .news-details-page .details-post .single-news .content .article-inline-media__image {
    border-radius: 12px;
  }

  .related-news-section .header-area .title {
    font-size: 28px;
  }

  .HomePlace5_1 {
    min-height: auto !important;
  }

  .HomePlace5_1 .content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .HomePlace5_1 .img img {
    height: 100% !important;
  }

  .HomePlace5_1 .inner-content {
    padding-top: 12px !important;
  }

  .HomePlace5_1 .inner-content .title {
    font-size: 16px;
    line-height: 1.32;
  }

  .HomePlace5_1 .inner-content .text {
    font-size: 13px;
    line-height: 1.6;
  }

  .HomePlace5_2,
  .HomePlace6_2 {
    margin-bottom: 12px;
  }

  .HomePlace5_2 .img,
  .HomePlace6_2 .img {
    padding-right: 0;
  }

  .HomePlace5_2 .img img,
  .HomePlace6_2 .img img {
    min-height: 82px;
    max-height: 82px;
    object-fit: cover;
    border-radius: 8px;
  }

  .HomePlace5_2 .content .title,
  .HomePlace6_2 .content .title {
    font-size: 15px !important;
    line-height: 1.45;
    height: auto;
    max-height: 4.35em;
    padding-left: 12px;
    padding-right: 0;
  }

  .HomePlace6_1 .homeplace6-feature-copy {
    padding: 2px 2px 0;
  }
}

@media (max-width: 480px) {
  .news-details-page .details-post .single-news .article-title {
    font-size: 20px !important;
  }

  .HomePlace5_1 .img {
    aspect-ratio: 1 / 1;
  }

  .HomePlace5_1 .content-wrapper {
    gap: 10px;
  }

  .HomePlace6_1 .homeplace6-feature-media {
    aspect-ratio: 1 / 1;
  }

  .related-news-card__media img {
    min-height: 200px;
    max-height: 200px;
  }

  .HomePlace5_2 .content .title,
  .HomePlace6_2 .content .title {
    font-size: 14px !important;
  }

  .related-news-card__copy .title {
    font-size: 15px !important;
  }
}
