/*----------------------------------------------------

1. Global Area 
2. Header Section

******* HOME PAGE 1 *******



=====================================================================*/
/*=========
Font load
===========*/
@import url("https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&family=Lora:ital,wght@0,400..700;1,400..700&display=swap");
:root {
  --bk-body-color: #272727;
  --bk-title-color: #000000;
  --bk-heading: "Cormorant", sans-serif;
  --bk-body-font: "Lora", sans-serif;
  --bk-prime-c: #C29D68;
  --cube-1: cubic-bezier(0.55, 0.085, 0, 0.99);
  --cube-2: all .25s cubic-bezier(.645,.045,.355,1);
  --cube-3: cubic-bezier(0.25, 1, 0.5, 1);
}

@-webkit-keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(250px);
    transform: translateY(250px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(250px);
    transform: translateY(250px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

.bk-header-section {
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  position: absolute;
}
.bk-header-section .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.bk-header-section .dropdown {
  position: relative;
}
.bk-header-section .dropdown span {
  position: relative;
}
.bk-header-section .dropdown span:after {
  top: 7px;
  z-index: 2;
  right: -17px;
  content: "+";
  font-size: 12px;
  font-weight: 700;
  font-weight: 900;
  position: absolute;
  color: #000;
  font-family: "Font Awesome 5 free";
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.bk-header-section .dropdown:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
  clip: inherit;
  -webkit-transform: scaleY(1);
  -khtml-transform: scaleY(1);
  transform: scaleY(1);
}
.bk-header-section .dropdown-menu {
  left: 0;
  top: 60px;
  z-index: 100;
  margin: 0px;
  padding: 4px 4px 15px;
  height: auto;
  min-width: 270px;
  display: block;
  border: none;
  border-radius: 0;
  position: absolute;
  opacity: 0;
  background: #fff;
  border-radius: 10px;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  transform-origin: 0 0 0;
  -webkit-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
  text-align: left;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: -8px 8px 24px 0px rgba(0, 0, 0, 0.08);
          box-shadow: -8px 8px 24px 0px rgba(0, 0, 0, 0.08);
}
.bk-header-section .dropdown-menu .dropdown {
  padding-right: 0;
  padding-left: 0;
}
.bk-header-section .dropdown-menu .dropdown:after {
  display: none;
}
.bk-header-section .dropdown-menu .dropdown-menu {
  top: 0px !important;
  left: 100%;
  transform-origin: 0 0 0;
  -webkit-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
  -webkit-transform: scaleY(0) !important;
          transform: scaleY(0) !important;
}
.bk-header-section .dropdown-menu li {
  display: block;
  margin: 5px 0px !important;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  border-left: none !important;
}
.bk-header-section .dropdown-menu li:last-child {
  border-bottom: none;
  margin-bottom: 0 !important;
}
.bk-header-section .dropdown-menu li:last-child a {
  padding-bottom: 0 !important;
  border-bottom: none !important;
}
.bk-header-section .dropdown-menu li:before {
  display: none;
}
.bk-header-section .dropdown-menu li:after {
  color: #fff;
  right: 15px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.bk-header-section .dropdown-menu li.dropdown:hover:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.bk-header-section .dropdown-menu li.dropdown:hover .dropdown-menu {
  top: 0;
  -webkit-transform: scaleY(1) !important;
          transform: scaleY(1) !important;
}
.bk-header-section .dropdown-menu li.dropdown:before {
  color: #fff;
  top: 10px;
  right: 15px;
}
.bk-header-section .dropdown-menu li:hover:before {
  color: #fff !important;
}
.bk-header-section .dropdown-menu a {
  width: 100%;
  line-height: 1;
  color: #000 !important;
  position: relative;
  border-radius: 0 !important;
  border-bottom: 1px solid #d7d7d7;
  display: inline-block !important;
  padding: 12px 0px 12px 18px !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  border: none !important;
  background-color: transparent !important;
}
.bk-header-section .dropdown-menu a span:after {
  display: none;
}
.bk-header-section .dropdown-menu a:before {
  display: none;
}
.bk-header-section .dropdown-menu a:after {
  display: none;
}
.bk-header-section .dropdown-menu a:hover, .bk-header-section .dropdown-menu a.active {
  color: var(--bk-prime-c) !important;
  padding-left: 30px !important;
}
.bk-header-section .dropdown-menu a:hover:after, .bk-header-section .dropdown-menu a.active:after {
  width: 100%;
}
.bk-header-section .dropdown-menu a:hover:before, .bk-header-section .dropdown-menu a.active:before {
  opacity: 1;
  width: 5px !important;
  visibility: visible;
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
}
.bk-header-section .bk-mobile-menu-btn {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bk-header-section .bk-mobile-menu-btn {
    display: block;
  }
}
.bk-header-section .bk-mobile-menu-btn button {
  padding: 0;
  width: 30px;
  height: 18px;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bk-header-section .bk-mobile-menu-btn button span {
  width: 19px;
  height: 2px;
  display: block;
  background-color: #000;
}
.bk-header-section .bk-mobile-menu-btn button span:nth-child(even) {
  width: 29px;
}
.bk-header-section:is(.header_style_one):is(.ver_2) {
  background-color: #000;
}
.bk-header-section:is(.header_style_one):is(.ver_2) .header-navigation {
  padding: 24px 0px;
}
.bk-header-section:is(.header_style_one):is(.ver_2) .main-navigation li a {
  color: #fff;
}
.bk-header-section:is(.header_style_one):is(.ver_2) .cta-btn-wrap a:nth-child(1) {
  color: #fff;
}
.bk-header-section:is(.header_style_one):is(.ver_2) .bk-mobile-menu-btn button span {
  background-color: #fff;
}
.bk-header-section:is(.header_style_one) .header-top {
  padding: 16px 40px;
  background-color: #004040;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bk-header-section:is(.header_style_one) .header-top {
    padding: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bk-header-section:is(.header_style_one) .header-top {
    display: none !important;
  }
}
.bk-header-section:is(.header_style_one) .top-social {
  gap: 8px;
}
.bk-header-section:is(.header_style_one) .top-social a {
  width: 36px;
  color: #fff;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
}
.bk-header-section:is(.header_style_one) .top-social a:hover {
  background-color: rgba(255, 255, 255, 0.1019607843);
}
.bk-header-section:is(.header_style_one) .top-cta {
  gap: 16px;
}
.bk-header-section:is(.header_style_one) .top-cta .item-cta {
  gap: 8px;
}
.bk-header-section:is(.header_style_one) .top-cta .item-cta .item-icon {
  width: 36px;
  height: 36px;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.1019607843);
}
.bk-header-section:is(.header_style_one) .top-cta .item-cta .item-text {
  color: #fff;
  font-size: 16px;
}
.bk-header-section:is(.header_style_one) .header-navigation {
  padding: 24px 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bk-header-section:is(.header_style_one) .header-navigation {
    padding: 15px;
  }
}
.bk-header-section:is(.header_style_one) .header-navigation .logo-navigation {
  gap: 150px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bk-header-section:is(.header_style_one) .header-navigation .logo-navigation {
    gap: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bk-header-section:is(.header_style_one) .header-navigation .main-navigation {
    display: none;
  }
}
.bk-header-section:is(.header_style_one) .header-navigation .main-navigation li {
  margin: 0px 16px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bk-header-section:is(.header_style_one) .header-navigation .main-navigation li {
    margin: 0px 12px;
  }
}
.bk-header-section:is(.header_style_one) .header-navigation .main-navigation li a {
  font-size: 16px;
  display: inline;
  padding-bottom: 45px;
}
.bk-header-section:is(.header_style_one) .header-navigation .main-navigation li:hover a {
  color: var(--bk-prime-c);
}
.bk-header-section:is(.header_style_one) .cta-btn-wrap {
  gap: 36px;
}
.bk-header-section:is(.header_style_one) .cta-btn-wrap a {
  font-weight: 500;
  color: var(--bk-title-color);
}
.bk-header-section:is(.header_style_one) .cta-btn-wrap a:hover {
  color: #004040;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bk-header-section:is(.header_style_one) .cta-btn-wrap a {
    display: none;
  }
}
.bk-header-section:is(.header_style_one) .cta-btn-wrap a:nth-child(2) {
  color: #fff;
  padding: 13px 24px;
  border-radius: 12px;
  background-color: var(--bk-prime-c);
}
.bk-header-section:is(.header_style_one) .cta-btn-wrap a:nth-child(2):hover {
  background-color: #004040;
}
.bk-header-section:is(.header_style_two) {
  padding: 24px 0px;
}
.bk-header-section:is(.header_style_two) .bk-header-content .main-navigation {
  padding: 16px 24px;
  border-radius: 120px;
  border: 1px solid #fff;
  backdrop-filter: blur(70px);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bk-header-section:is(.header_style_two) .bk-header-content .main-navigation {
    display: none;
  }
}
.bk-header-section:is(.header_style_two) .bk-header-content .main-navigation li {
  margin: 0px 16px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bk-header-section:is(.header_style_two) .bk-header-content .main-navigation li {
    margin: 0px 12px;
  }
}
.bk-header-section:is(.header_style_two) .bk-header-content .main-navigation li a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  display: inline;
  padding-bottom: 45px;
}
.bk-header-section:is(.header_style_two) .bk-header-content .main-navigation li:hover a {
  color: var(--bk-prime-c);
}
.bk-header-section:is(.header_style_two) .bk-header-content .main-navigation li .dropdown-menu {
  top: 43px;
}
.bk-header-section:is(.header_style_two) .bk-header-content .main-navigation li .dropdown-menu li a {
  padding: 8px 0px 8px 18px !important;
}
.bk-header-section:is(.header_style_two) .bk-header-content .main-navigation li .dropdown-menu li a:hover, .bk-header-section:is(.header_style_two) .bk-header-content .main-navigation li .dropdown-menu li a:is(.active) {
  padding-left: 30px !important;
}
.bk-header-section:is(.header_style_two) .bk-header-content .cta-btn-wrap {
  gap: 36px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bk-header-section:is(.header_style_two) .bk-header-content .cta-btn-wrap {
    gap: 20px;
  }
}
.bk-header-section:is(.header_style_two) .bk-header-content .cta-btn-wrap a {
  color: #fff;
  font-weight: 500;
}
.bk-header-section:is(.header_style_two) .bk-header-content .cta-btn-wrap a:hover {
  color: var(--bk-prime-c);
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bk-header-section:is(.header_style_two) .bk-header-content .cta-btn-wrap a {
    display: none;
  }
}
.bk-header-section:is(.header_style_two) .bk-header-content .cta-btn-wrap a:nth-child(2) {
  color: #000000;
  padding: 13px 24px;
  border-radius: 120px;
  background-color: #fff;
}
.bk-header-section:is(.header_style_two) .bk-header-content .cta-btn-wrap a:nth-child(2):hover {
  background-color: var(--bk-prime-c);
}
.bk-header-section:is(.header_style_two) .bk-mobile-menu-btn button span {
  background-color: #fff;
}
.bk-header-section:is(.txa_sticky_header) {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
  z-index: 10;
}
.bk-header-section:is(.txa_sticky_header):is(.txa_sticky) {
  -webkit-transform: translateY(-150%);
          transform: translateY(-150%);
}
.bk-header-section:is(.txa_sticky_header):is(.txa_sticky):is(.txa_sticky_show) {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
.bk-header-section:is(.txa_sticky_header):is(.txa_sticky):is(.header_style_one) {
  background-color: #fff;
}
.bk-header-section:is(.txa_sticky_header):is(.txa_sticky):is(.header_style_one) .header-top {
  display: none !important;
}
.bk-header-section:is(.txa_sticky_header):is(.txa_sticky):is(.header_style_one):is(.ver_2) {
  background-color: #000;
}
.bk-header-section:is(.txa_sticky_header):is(.txa_sticky):is(.header_style_one):is(.ver_2) .header-navigation {
  padding: 15px 0px;
}
.bk-header-section:is(.txa_sticky_header):is(.txa_sticky):is(.header_style_one):is(.ver_2) .dropdown-menu {
  top: 52px;
}
.bk-header-section:is(.txa_sticky_header):is(.txa_sticky):is(.header_style_two) {
  padding: 15px 0px;
  background-color: #000;
}
.bk-header-section:is(.txa_sticky_header):is(.txa_sticky):is(.header_style_two) .bk-header-content .main-navigation li .dropdown-menu {
  top: 56px;
}

/*// Mobile Menu style*/
/*----------------------------------------------------*/
.mobile_logo {
  top: 10px;
  left: 15px;
  display: none;
  position: absolute;
}

.mobile_menu_content {
  top: 0px;
  bottom: 0;
  left: -100%;
  height: 100vh;
  z-index: 101;
  position: fixed;
  width: 100%;
  max-width: 500px;
  overflow-y: scroll;
  background-color: #0f0d0d;
  padding: 20px 20px 35px 20px;
  -webkit-box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);
          box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.mobile_menu_content::-webkit-scrollbar {
  width: 6px;
}
.mobile_menu_content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.mobile_menu_content::-webkit-scrollbar-thumb {
  outline: none;
  border-radius: 0px;
  background: #000;
  background-size: 200%, 1px;
}
.mobile_menu_content .mobile-main-navigation {
  width: 100%;
}
.mobile_menu_content .mobile-main-navigation .navbar-nav {
  width: 100%;
}
.mobile_menu_content .dropdown:after {
  display: none;
}
.mobile_menu_content .navbar-nav .dropdown-menu {
  position: static !important;
  -webkit-transform: none !important;
          transform: none !important;
}
.mobile_menu_content .mobile-main-navigation .navbar-nav li {
  padding: 0;
  width: 100%;
  display: block;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.mobile_menu_content .mobile-main-navigation .navbar-nav li a {
  padding: 0;
  width: 100%;
  color: #fff;
  display: block;
  font-weight: 500;
  font-size: 18px;
  text-transform: capitalize;
  padding: 10px 30px 10px 0;
}
.mobile_menu_content .m-brand-logo {
  width: 120px;
  margin: 50px auto;
}

.mobile_menu_wrap.mobile_menu_on .mobile_menu_content {
  left: 0px;
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}

.mobile_menu_overlay {
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  right: 0%;
  height: 120vh;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.mobile_menu_overlay_on {
  overflow: hidden;
}

.mobile_menu_wrap.mobile_menu_on .mobile_menu_overlay {
  opacity: 1;
  visibility: visible;
}

.mobile_menu_button {
  z-index: 5;
  padding: 0;
  border: none;
  display: none;
  font-size: 24px;
  cursor: pointer;
  line-height: 38px;
  text-align: center;
  background-color: transparent;
}
.mobile_menu_button span {
  width: 30px;
  height: 2px;
  display: block;
  margin-bottom: 5px;
  background-color: #fff;
}
.mobile_menu_button span:nth-child(2) {
  width: 25px;
}
.mobile_menu_button span:last-child {
  width: 20px;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px) {
  .mobile_menu_button {
    display: block;
  }
}

.mobile_menu .mobile-main-navigation .navbar-nav li a:after {
  display: none;
}
.mobile_menu .mobile-main-navigation .dropdown > .dropdown-menu {
  opacity: 1;
  visibility: visible;
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav li a {
  font-size: 20px;
  font-weight: 700;
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu {
  width: 100%;
  border: none;
  display: none;
  -webkit-transition: none;
  transition: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 15px;
  background-color: transparent;
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li {
  border: none;
  line-height: 1;
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li:hover {
  background-color: transparent;
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li a {
  font-size: 18px;
  font-weight: 700;
  padding-left: 20px;
  color: #fff !important;
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li a:hover {
  color: var(--base-color);
  background-color: transparent;
}
.mobile_menu .dropdown {
  position: relative;
}
.mobile_menu .dropdown .dropdown-btn {
  top: 4px;
  right: 0;
  width: 100%;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #9397a7;
  font-size: 16px;
  cursor: pointer;
  position: absolute;
  border-radius: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.mobile_menu .dropdown .dropdown-btn.toggle-open {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.mobile_menu .mobile_menu_close {
  top: 25px;
  right: 25px;
  cursor: pointer;
  color: #d60606;
  font-size: 20px;
  position: absolute;
}
.mobile_menu .mobile-search-bar {
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 40px;
}
.mobile_menu .mobile-search-bar input {
  color: #fff;
  width: 100%;
  height: 60px;
  border: none;
  font-size: 14px;
  padding-left: 15px;
  border-radius: 5px;
  border-bottom: none;
  background-color: #2d2d2d;
}
.mobile_menu .mobile-search-bar input::-webkit-input-placeholder {
  color: #fff;
  font-size: 14px;
}
.mobile_menu .mobile-search-bar input::-moz-placeholder {
  color: #fff;
  font-size: 14px;
}
.mobile_menu .mobile-search-bar input:-ms-input-placeholder {
  color: #fff;
  font-size: 14px;
}
.mobile_menu .mobile-search-bar input::-ms-input-placeholder {
  color: #fff;
  font-size: 14px;
}
.mobile_menu .mobile-search-bar input::placeholder {
  color: #fff;
  font-size: 14px;
}
.mobile_menu .mobile-search-bar button {
  top: 5px;
  padding: 0;
  right: 10px;
  color: #fff;
  width: 50px;
  height: 50px;
  border: none;
  position: absolute;
  background-color: transparent;
}
.mobile_menu .ptx-mobile-header-social {
  margin-top: 40px;
}
.mobile_menu .ptx-mobile-header-social a {
  color: #fff;
  margin: 0px 8px;
  font-size: 15px;
}
.mobile_menu .ptx-mobile-header-social a:hover {
  color: var(--ra-base-c1);
}

/*global area*/
/*----------------------------------------------------*/
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: inherit;
  }
}
body {
  margin: 0;
  padding: 0;
  z-index: 1;
  font-size: 17px;
  margin: 0 auto;
  line-height: 1.5;
  overflow-x: hidden;
  color: var(--bk-body-color);
  font-family: var(--bk-body-font);
  background-color: #F7F6F2;
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}
body .container {
  max-width: 1584px;
}
body .row {
  --bs-gutter-x: 32px;
}
body .mfp-iframe-holder .mfp-close {
  right: 0;
  padding: 0;
  top: -40px;
  width: 40px;
  height: 40px;
  text-align: center;
  background-size: 200%, 1px;
}
body button.mfp-close {
  right: 0;
  padding: 0;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  background-size: 200%, 1px;
}
body:is(.ver_2) .container {
  max-width: 1428px;
}
body:is(.ver_3) .container {
  max-width: 1444px;
}

body::-webkit-scrollbar {
  width: 6px;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
  outline: none;
  border-radius: 0px;
  background-size: 200%, 1px;
  background-color: var(--bk-prime-c);
}

.home-2 {
  background-color: #fff;
}

.ul-li ul {
  margin: 0;
  padding: 0;
}
.ul-li ul li {
  list-style: none;
  display: inline-block;
}

.ul-li-block ul {
  margin: 0;
  padding: 0;
}
.ul-li-block ul li {
  display: block;
  list-style: none;
}

.headline h1,
.headline h2,
.headline h3,
.headline h4,
.headline h5,
.headline h6 {
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.2;
  color: var(--bk-title-color);
  font-family: var(--bk-heading);
}

@-webkit-keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes fillIn {
  to {
    fill: currentColor;
  }
}
@keyframes fillIn {
  to {
    fill: currentColor;
  }
}
@-webkit-keyframes fadeScale {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes fadeScale {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background-color: #fff;
}
#preloader .preloader-logo {
  left: 0;
  top: 50%;
  right: 0;
  text-align: center;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#preloader .preloader-logo svg path {
  stroke: currentColor;
  stroke-width: 2px;
  fill: transparent;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  -webkit-animation: draw 3s ease infinite, fillIn 1s ease infinite 3s;
          animation: draw 3s ease infinite, fillIn 1s ease infinite 3s;
}
#preloader .preloader-logo svg path:nth-child(2) {
  -webkit-animation-delay: 0.7s, 3.7s;
          animation-delay: 0.7s, 3.7s;
}

.over-hidden,
.split-line {
  overflow: hidden;
}

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

[data-background] {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

img {
  max-width: 100%;
  height: auto;
}

button {
  cursor: pointer;
}

.form-control:focus,
button:visited,
button.active,
button:hover,
button:focus,
input:visited,
input.active,
input:hover,
input:focus,
textarea:hover,
textarea:focus,
a:hover,
a:focus,
a.active,
select,
select:hover,
select:focus,
select:visited {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
  color: inherit;
}

a, span {
  display: inline-block;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  text-transform: inherit;
  text-decoration: none;
  -webkit-transition: inherit;
  transition: inherit;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
a:hover, a:focus {
  text-decoration: none;
}

.form-control {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.background_overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.pera-content p {
  margin-bottom: 0;
}

.splitting.animated .char {
  -webkit-animation: fadeInUp 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation: fadeInUp 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  -webkit-animation-delay: calc(30ms * var(--char-index));
  animation-delay: calc(30ms * var(--char-index));
}

.splitting .whitespace {
  width: 10px;
}

.href-underline a {
  width: 100%;
  display: inline !important;
  background-position-y: -1px;
  background-repeat: no-repeat;
  background-size: 0 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  background-image: linear-gradient(transparent calc(100% - 1px), currentColor 2px);
  -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.href-underline a:hover {
  color: inherit;
  background-size: 100% 100%;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.tx-tab-btn .nav-tabs .nav-item.show .nav-link,
.tx-tab-btn .nav-tabs .nav-link.active,
.tx-tab-btn .nav-tabs .nav-link {
  border: none;
  padding-top: 0;
  padding-right: 0;
  border-radius: 0;
  margin-bottom: 0;
  cursor: pointer;
  background-color: transparent;
}
.tx-tab-btn .nav-tabs {
  border: none;
}
.tx-tab-btn .nav {
  display: inherit;
}

.bk-sec-title .subtitle {
  color: #004040;
  margin-left: 8px;
  padding-left: 50px;
  position: relative;
  padding-right: 50px;
  margin-bottom: 12px;
  display: inline-block;
}
.bk-sec-title .subtitle i {
  top: 6px;
  left: -5px;
  position: absolute;
  border-top: 6px solid transparent;
  border-left: 8px solid #004040;
  border-bottom: 6px solid transparent;
}
.bk-sec-title .subtitle i:last-child {
  left: auto;
  right: -5px;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.bk-sec-title .subtitle:before, .bk-sec-title .subtitle:after {
  left: 0;
  top: 12px;
  width: 40px;
  height: 1px;
  content: "";
  position: absolute;
  background-color: #004040;
}
.bk-sec-title .subtitle:after {
  right: 0;
  left: auto;
}
.bk-sec-title .sec_title {
  font-size: 44px;
  font-weight: 600;
  letter-spacing: -1px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bk-sec-title .sec_title {
    font-size: 38px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bk-sec-title .sec_title {
    font-size: 36px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px) {
  .bk-sec-title .sec_title {
    font-size: 34px;
  }
}
@media (max-width: 480px) {
  .bk-sec-title .sec_title {
    font-size: 30px;
  }
}
@media (max-width: 360px) {
  .bk-sec-title .sec_title {
    font-size: 28px;
  }
}
.bk-sec-title .sec_title span {
  opacity: 0.6;
}
.bk-sec-title .sec_title:is(.ver_2) {
  font-size: 48px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bk-sec-title .sec_title:is(.ver_2) {
    font-size: 42px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bk-sec-title .sec_title:is(.ver_2) {
    font-size: 38px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px) {
  .bk-sec-title .sec_title:is(.ver_2) {
    font-size: 34px;
  }
}
@media (max-width: 480px) {
  .bk-sec-title .sec_title:is(.ver_2) {
    font-size: 30px;
  }
}
@media (max-width: 360px) {
  .bk-sec-title .sec_title:is(.ver_2) {
    font-size: 28px;
  }
}
.bk-sec-title .sec_title:is(.ver_3) {
  font-size: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bk-sec-title .sec_title:is(.ver_3) {
    font-size: 55px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bk-sec-title .sec_title:is(.ver_3) {
    font-size: 50px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px) {
  .bk-sec-title .sec_title:is(.ver_3) {
    font-size: 45px;
  }
}
@media (max-width: 480px) {
  .bk-sec-title .sec_title:is(.ver_3) {
    font-size: 40px;
  }
}
@media (max-width: 360px) {
  .bk-sec-title .sec_title:is(.ver_3) {
    font-size: 34px;
  }
}
.bk-sec-title p {
  margin-top: 16px;
}
.bk-btn1 button{
  transition: all 0.3s ease-in-out;
}
.bk-btn1 a , .bk-btn1 button{
  color: #fff;
  font-weight: 500;
  padding: 13px 22px;
  border-radius: 12px;
  background-color: var(--bk-prime-c);
  border: none;
}
@media (max-width: 480px) {
  .bk-btn1 a, .bk-btn1 button {
    padding: 10px 20px;
  }
}
.bk-btn1 a:hover, .bk-btn1 button:hover {
  background-color: #004040;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bk-scrollup {
  color: #fff;
  width: 50px;
  right: 20px;
  z-index: 5;
  height: 50px;
  bottom: 20px;
  display: none;
  font-size: 16px;
  position: fixed;
  font-weight: 700;
  line-height: 50px;
  border-radius: 10px;
  background: var(--bk-prime-c);
}
.bk-scrollup:hover {
  color: #fff;
}

/*==========================*/
/*-------------------------*/
.cb-cursor {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 150;
  contain: layout style size;
  pointer-events: none;
  will-change: transform;
  -webkit-transition: opacity 0.3s, color 0.4s;
  transition: opacity 0.3s, color 0.4s;
}

.cb-cursor:before {
  content: "";
  position: absolute;
  top: -24px;
  left: -24px;
  display: block;
  width: 48px;
  height: 48px;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  background: var(--bk-prime-c);
  border-radius: 50%;
  -webkit-transition: opacity 0.1s, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.1s, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.1s;
  transition: transform 0.3s ease-in-out, opacity 0.1s, -webkit-transform 0.3s ease-in-out;
}

.cb-cursor-text {
  position: absolute;
  top: -18px;
  left: -18px;
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: scale(0) rotate(10deg);
  transform: scale(0) rotate(10deg);
  opacity: 0;
  font-weight: 700;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: -0.01em;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.3s;
  transition: opacity 0.4s, -webkit-transform 0.3s;
  transition: opacity 0.4s, transform 0.3s;
  transition: opacity 0.4s, transform 0.3s, -webkit-transform 0.3s;
}

@supports (mix-blend-mode: exclusion) {
  .cb-cursor.-exclusion,
  .cb-cursor.-opaque {
    mix-blend-mode: exclusion;
  }
}
@supports (mix-blend-mode: exclusion) {
  .cb-cursor.-exclusion:before,
  .cb-cursor.-opaque:before {
    background: white;
  }
}
.cb-cursor.-normal,
.cb-cursor.-text {
  mix-blend-mode: normal;
}

.cb-cursor.-normal:before,
.cb-cursor.-text:before {
  background: var(--bk-prime-c);
}

.cb-cursor.-inverse {
  color: white;
}

.cb-cursor.-visible:before {
  -webkit-transform: scale(0);
  transform: scale(0);
}

.cb-cursor.-visible.-active:before {
  -webkit-transform: scale(0.23);
  transform: scale(0.23);
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.cb-cursor.-pointer:before {
  -webkit-transform: scale(0.15);
  transform: scale(0.15);
}

.cb-cursor.-text:before {
  opacity: 1;
  -webkit-transform: scale(1.7);
  transform: scale(1.7);
}

.cb-cursor.-text .cb-cursor-text {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.cb-cursor.-text.-active:before {
  -webkit-transform: scale(1.6);
  transform: scale(1.6);
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.cb-cursor.-opaque:before {
  -webkit-transform: scale(1.32);
  transform: scale(1.32);
}

.cb-cursor.-opaque.-active:before {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.cb-cursor.-lg:before {
  -webkit-transform: scale(2);
  transform: scale(2);
}

.cb-cursor.-hidden:before {
  -webkit-transform: scale(0);
  transform: scale(0);
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-105 {
  margin-top: 105px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-115 {
  margin-top: 115px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-125 {
  margin-top: 125px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-135 {
  margin-top: 135px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-145 {
  margin-top: 145px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-155 {
  margin-top: 155px;
}

.mt-160 {
  margin-top: 160px;
}

.mt-165 {
  margin-top: 165px;
}

.mt-170 {
  margin-top: 170px;
}

.mt-175 {
  margin-top: 175px;
}

.mt-180 {
  margin-top: 180px;
}

.mt-185 {
  margin-top: 185px;
}

.mt-190 {
  margin-top: 190px;
}

.mt-195 {
  margin-top: 195px;
}

.mt-200 {
  margin-top: 200px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-105 {
  margin-bottom: 105px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-115 {
  margin-bottom: 115px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-125 {
  margin-bottom: 125px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-135 {
  margin-bottom: 135px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-145 {
  margin-bottom: 145px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-155 {
  margin-bottom: 155px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mb-165 {
  margin-bottom: 165px;
}

.mb-170 {
  margin-bottom: 170px;
}

.mb-175 {
  margin-bottom: 175px;
}

.mb-180 {
  margin-bottom: 180px;
}

.mb-185 {
  margin-bottom: 185px;
}

.mb-190 {
  margin-bottom: 190px;
}

.mb-195 {
  margin-bottom: 195px;
}

.mb-200 {
  margin-bottom: 200px;
}

.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-55 {
  margin-left: 55px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-65 {
  margin-left: 65px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-75 {
  margin-left: 75px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-85 {
  margin-left: 85px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-95 {
  margin-left: 95px;
}

.ml-100 {
  margin-left: 100px;
}

.ml-105 {
  margin-left: 105px;
}

.ml-110 {
  margin-left: 110px;
}

.ml-115 {
  margin-left: 115px;
}

.ml-120 {
  margin-left: 120px;
}

.ml-125 {
  margin-left: 125px;
}

.ml-130 {
  margin-left: 130px;
}

.ml-135 {
  margin-left: 135px;
}

.ml-140 {
  margin-left: 140px;
}

.ml-145 {
  margin-left: 145px;
}

.ml-150 {
  margin-left: 150px;
}

.ml-155 {
  margin-left: 155px;
}

.ml-160 {
  margin-left: 160px;
}

.ml-165 {
  margin-left: 165px;
}

.ml-170 {
  margin-left: 170px;
}

.ml-175 {
  margin-left: 175px;
}

.ml-180 {
  margin-left: 180px;
}

.ml-185 {
  margin-left: 185px;
}

.ml-190 {
  margin-left: 190px;
}

.ml-195 {
  margin-left: 195px;
}

.ml-200 {
  margin-left: 200px;
}

.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-55 {
  margin-right: 55px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-65 {
  margin-right: 65px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-75 {
  margin-right: 75px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-85 {
  margin-right: 85px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-95 {
  margin-right: 95px;
}

.mr-100 {
  margin-right: 100px;
}

.mr-105 {
  margin-right: 105px;
}

.mr-110 {
  margin-right: 110px;
}

.mr-115 {
  margin-right: 115px;
}

.mr-120 {
  margin-right: 120px;
}

.mr-125 {
  margin-right: 125px;
}

.mr-130 {
  margin-right: 130px;
}

.mr-135 {
  margin-right: 135px;
}

.mr-140 {
  margin-right: 140px;
}

.mr-145 {
  margin-right: 145px;
}

.mr-150 {
  margin-right: 150px;
}

.mr-155 {
  margin-right: 155px;
}

.mr-160 {
  margin-right: 160px;
}

.mr-165 {
  margin-right: 165px;
}

.mr-170 {
  margin-right: 170px;
}

.mr-175 {
  margin-right: 175px;
}

.mr-180 {
  margin-right: 180px;
}

.mr-185 {
  margin-right: 185px;
}

.mr-190 {
  margin-right: 190px;
}

.mr-195 {
  margin-right: 195px;
}

.mr-200 {
  margin-right: 200px;
}

.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-105 {
  padding-top: 105px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-125 {
  padding-top: 125px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-135 {
  padding-top: 135px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-145 {
  padding-top: 145px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-155 {
  padding-top: 155px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-165 {
  padding-top: 165px;
}

.pt-170 {
  padding-top: 170px;
}

.pt-175 {
  padding-top: 175px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-185 {
  padding-top: 185px;
}

.pt-190 {
  padding-top: 190px;
}

.pt-195 {
  padding-top: 195px;
}

.pt-200 {
  padding-top: 200px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-105 {
  padding-bottom: 105px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-135 {
  padding-bottom: 135px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-145 {
  padding-bottom: 145px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-155 {
  padding-bottom: 155px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-165 {
  padding-bottom: 165px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-175 {
  padding-bottom: 175px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-185 {
  padding-bottom: 185px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pb-195 {
  padding-bottom: 195px;
}

.pb-200 {
  padding-bottom: 200px;
}

.pb-205 {
  padding-bottom: 205px;
}

.pb-210 {
  padding-bottom: 210px;
}

.pb-215 {
  padding-bottom: 215px;
}

.pb-220 {
  padding-bottom: 220px;
}

.pb-225 {
  padding-bottom: 225px;
}

.pb-230 {
  padding-bottom: 230px;
}

.pb-235 {
  padding-bottom: 235px;
}

.pb-240 {
  padding-bottom: 240px;
}

.pb-245 {
  padding-bottom: 245px;
}

.pb-250 {
  padding-bottom: 250px;
}

.pb-255 {
  padding-bottom: 255px;
}

.pb-260 {
  padding-bottom: 260px;
}

.pb-265 {
  padding-bottom: 265px;
}

.pb-270 {
  padding-bottom: 270px;
}

.pb-275 {
  padding-bottom: 275px;
}

.pb-280 {
  padding-bottom: 280px;
}

.pb-285 {
  padding-bottom: 285px;
}

.pb-290 {
  padding-bottom: 290px;
}

.pb-295 {
  padding-bottom: 295px;
}

.pb-300 {
  padding-bottom: 300px;
}

.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-55 {
  padding-left: 55px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-65 {
  padding-left: 65px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-75 {
  padding-left: 75px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-85 {
  padding-left: 85px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-95 {
  padding-left: 95px;
}

.pl-100 {
  padding-left: 100px;
}

.pl-105 {
  padding-left: 105px;
}

.pl-110 {
  padding-left: 110px;
}

.pl-115 {
  padding-left: 115px;
}

.pl-120 {
  padding-left: 120px;
}

.pl-125 {
  padding-left: 125px;
}

.pl-130 {
  padding-left: 130px;
}

.pl-135 {
  padding-left: 135px;
}

.pl-140 {
  padding-left: 140px;
}

.pl-145 {
  padding-left: 145px;
}

.pl-150 {
  padding-left: 150px;
}

.pl-155 {
  padding-left: 155px;
}

.pl-160 {
  padding-left: 160px;
}

.pl-165 {
  padding-left: 165px;
}

.pl-170 {
  padding-left: 170px;
}

.pl-175 {
  padding-left: 175px;
}

.pl-180 {
  padding-left: 180px;
}

.pl-185 {
  padding-left: 185px;
}

.pl-190 {
  padding-left: 190px;
}

.pl-195 {
  padding-left: 195px;
}

.pl-200 {
  padding-left: 200px;
}

.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-55 {
  padding-right: 55px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-65 {
  padding-right: 65px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-75 {
  padding-right: 75px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-85 {
  padding-right: 85px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-95 {
  padding-right: 95px;
}

.pr-100 {
  padding-right: 100px;
}

.pr-105 {
  padding-right: 105px;
}

.pr-110 {
  padding-right: 110px;
}

.pr-115 {
  padding-right: 115px;
}

.pr-120 {
  padding-right: 120px;
}

.pr-125 {
  padding-right: 125px;
}

.pr-130 {
  padding-right: 130px;
}

.pr-135 {
  padding-right: 135px;
}

.pr-140 {
  padding-right: 140px;
}

.pr-145 {
  padding-right: 145px;
}

.pr-150 {
  padding-right: 150px;
}

.pr-155 {
  padding-right: 155px;
}

.pr-160 {
  padding-right: 160px;
}

.pr-165 {
  padding-right: 165px;
}

.pr-170 {
  padding-right: 170px;
}

.pr-175 {
  padding-right: 175px;
}

.pr-180 {
  padding-right: 180px;
}

.pr-185 {
  padding-right: 185px;
}

.pr-190 {
  padding-right: 190px;
}

.pr-195 {
  padding-right: 195px;
}

.pr-200 {
  padding-right: 200px;
}

/*---------------------------------------------------- */
/******* HOME PAGE 1 *******/
/*Hero area*/
/*----------------------------------------------------*/
@-webkit-keyframes line_animation {
  from {
    bottom: -5%;
  }
  to {
    bottom: 105%;
  }
}
@keyframes line_animation {
  from {
    bottom: -5%;
  }
  to {
    bottom: 105%;
  }
}
@-webkit-keyframes line_animation_2 {
  from {
    top: -5%;
  }
  to {
    top: 105%;
  }
}
@keyframes line_animation_2 {
  from {
    top: -5%;
  }
  to {
    top: 105%;
  }
}
.bk-hero-sec {
  z-index: 1;
}
.bk-hero-sec .line_animation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.bk-hero-sec .line_animation .line_area {
  width: 1px;
  height: 100%;
  position: relative;
  background: rgba(239, 229, 220, 0.7);
}
.bk-hero-sec .line_animation .line_area:before {
  width: 3px;
  right: -2px;
  content: "";
  height: 32px;
  position: absolute;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#C29D68), to(rgba(194, 157, 104, 0)));
  background-image: linear-gradient(-180deg, #C29D68 0%, rgba(194, 157, 104, 0) 100%);
}
.bk-hero-sec .line_animation .line_area:nth-child(even):before {
  -webkit-animation: line_animation 10s linear infinite;
          animation: line_animation 10s linear infinite;
}
.bk-hero-sec .line_animation .line_area:nth-child(odd):before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#C29D68), to(rgba(194, 157, 104, 0)));
  background-image: linear-gradient(360deg, #C29D68 0%, rgba(194, 157, 104, 0) 100%);
  -webkit-animation: line_animation_2 10s linear infinite;
          animation: line_animation_2 10s linear infinite;
}
.bk-hero-sec .line_animation .line_area:nth-child(1):before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}
.bk-hero-sec .line_animation .line_area:nth-child(2):before {
  -webkit-animation-delay: -3s;
          animation-delay: -3s;
}
.bk-hero-sec .line_animation .line_area:nth-child(3):before {
  -webkit-animation-delay: -6s;
          animation-delay: -6s;
}
.bk-hero-sec .line_animation .line_area:nth-child(4):before {
  -webkit-animation-delay: -2s;
          animation-delay: -2s;
}
.bk-hero-sec .line_animation .line_area:nth-child(5):before {
  -webkit-animation-delay: -5s;
          animation-delay: -5s;
}
.bk-hero-sec .line_animation .line_area:nth-child(6):before {
  -webkit-animation-delay: -7s;
          animation-delay: -7s;
}
.bk-hero-sec .line_animation .line_area:nth-child(7):before {
  -webkit-animation-delay: -4s;
          animation-delay: -4s;
}
.bk-hero-sec .line_animation .line_area:nth-child(8):before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}
.bk-hero-sec .line_animation .line_area:nth-child(9):before {
  -webkit-animation-delay: -3s;
          animation-delay: -3s;
}
.bk-hero-sec .line_animation .line_area:nth-child(10):before {
  -webkit-animation-delay: -4s;
          animation-delay: -4s;
}
.bk-hero-sec .line_animation .line_area:nth-child(11):before {
  -webkit-animation-delay: -5s;
          animation-delay: -5s;
}
.bk-hero-sec .line_animation .line_area:nth-child(12):before {
  -webkit-animation-delay: -7s;
          animation-delay: -7s;
}
.bk-hero-sec .line_animation .line_area:nth-child(13):before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}

.bk-hero-text {
  margin: 0 auto;
  max-width: 1030px;
  padding-top: 275px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px) {
  .bk-hero-text {
    padding-top: 180px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 480px) {
  .bk-hero-text {
    padding-top: 150px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.bk-hero-text .hero-slug {
  color: #004040;
  padding-right: 50px;
  padding-left: 50px;
  position: relative;
  display: inline-block;
}
.bk-hero-text .hero-slug i {
  top: 6px;
  left: -5px;
  position: absolute;
  border-top: 6px solid transparent;
  border-left: 8px solid #004040;
  border-bottom: 6px solid transparent;
}
.bk-hero-text .hero-slug i:last-child {
  left: auto;
  right: -5px;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.bk-hero-text .hero-slug:before, .bk-hero-text .hero-slug:after {
  left: 0;
  top: 12px;
  width: 40px;
  height: 1px;
  content: "";
  position: absolute;
  background-color: #004040;
}
.bk-hero-text .hero-slug:after {
  right: 0;
  left: auto;
}
.bk-hero-text .hero_title {
  font-size: 80px;
  font-weight: 700;
  line-height: 1.15;
  padding-top: 24px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bk-hero-text .hero_title {
    font-size: 65px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px) {
  .bk-hero-text .hero_title {
    font-size: 55px;
  }
}
@media (max-width: 480px) {
  .bk-hero-text .hero_title {
    font-size: 40px;
    padding-bottom: 25px;
  }
}
@media (max-width: 360px) {
  .bk-hero-text .hero_title {
    font-size: 36px;
  }
}
.bk-hero-text .btn-wrap {
  gap: 12px;
}
.bk-hero-text .btn-wrap a {
  font-weight: 500;
  padding: 12px 22px;
  border-radius: 12px;
  border: 1px solid #000000;
}
.bk-hero-text .btn-wrap a:last-child {
  color: #fff;
  background-color: var(--bk-prime-c);
  border: 1px solid var(--bk-prime-c);
}
.bk-hero-text .btn-wrap a:hover {
  color: #fff;
  background-color: #004040;
  border: 1px solid #004040;
}

.bk-hero-filter {
  z-index: 1;
  padding-top: 180px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bk-hero-filter {
    padding-top: 130px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.bk-hero-filter .item-bg {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.bk-hero-filter .item-bg:before {
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
}

.bk-filter-area {
  padding: 32px;
  margin: 0 auto;
  max-width: 1310px;
  border-radius: 100px;
  margin-bottom: 280px;
  border: 0.9px solid rgba(255, 255, 255, 0.3);
  background-color: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(15.0277786255px);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bk-filter-area {
    border-radius: 15px;
    margin-bottom: 150px;
  }
}
@media (max-width: 480px) {
  .bk-filter-area {
    padding: 15px;
  }
}
.bk-filter-area form {
  gap: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.bk-filter-area .item-field {
  position: relative;
  border-radius: 32px;
  border: 1px solid transparent;
}
@media (max-width: 480px) {
  .bk-filter-area .item-field {
    width: 100%;
  }
}
.bk-filter-area .item-field i {
  top: 18px;
  right: 18px;
  color: #FFFFFF;
  position: absolute;
}
.bk-filter-area .item-field input, .bk-filter-area .item-field select {
  width: 263px;
  height: 54px;
  border: none;
  color: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: 0.9px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(20px);
  border-radius: 32px;
  padding-left: 20px;
  color: #fff;
}
@media (max-width: 480px) {
  .bk-filter-area .item-field input, .bk-filter-area .item-field select {
    width: 100%;
  }
}
.bk-filter-area .item-field input::-webkit-input-placeholder, .bk-filter-area .item-field select::-webkit-input-placeholder {
  color: #FFFFFF;
}
.bk-filter-area .item-field input::-moz-placeholder, .bk-filter-area .item-field select::-moz-placeholder {
  color: #FFFFFF;
}
.bk-filter-area .item-field input:-ms-input-placeholder, .bk-filter-area .item-field select:-ms-input-placeholder {
  color: #FFFFFF;
}
.bk-filter-area .item-field input::-ms-input-placeholder, .bk-filter-area .item-field select::-ms-input-placeholder {
  color: #FFFFFF;
}
.bk-filter-area .item-field input::placeholder, .bk-filter-area .item-field select::placeholder {
  color: #FFFFFF;
}
.bk-filter-area button {
  height: 54px;
  border: none;
  color: #000000;
  font-size: 16px;
  margin-left: 16px;
  font-weight: 500;
  padding: 0px 20px;
  border-radius: 32px;
  white-space: nowrap;
  background-color: #fff;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.bk-filter-area button:hover {
  color: #fff;
  background-color: var(--bk-prime-c);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bk-filter-area button {
    margin-left: 0;
  }
}

@-webkit-keyframes border_animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.7);
    transform: scale(1.7);
    opacity: 0;
  }
}

@keyframes border_animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.7);
    transform: scale(1.7);
    opacity: 0;
  }
}
.bk-hero-bottom {
  gap: 30px;
  padding: 0px 40px 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bk-hero-bottom {
    padding: 15px;
  }
}
.bk-hero-bottom .item-desc {
  width: 100%;
  font-size: 20px;
  color: #FFFFFF;
  max-width: 447px;
}
.bk-hero-bottom .item-play {
  gap: 20px;
  padding: 30px 24px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(15px);
  background-blend-mode: overlay;
  border: 0.9px solid rgba(255, 255, 255, 0.3);
}
.bk-hero-bottom .item-play .item-icon a {
  width: 75px;
  height: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #FFFFFF;
}
.bk-hero-bottom .item-play .item-icon a i {
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  background-color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--bk-prime-c);
}
.bk-hero-bottom .item-play .item-icon a .video_btn_border {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 60px;
  position: absolute;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  border: 1px solid #fff;
  -webkit-animation: border_animation 3.9s linear 0s infinite;
  animation: border_animation 3.9s linear 0s infinite;
}
.bk-hero-bottom .item-play .item-text {
  color: #fff;
  font-size: 18px;
  max-width: 225px;
}

.bk-book2-title h2 {
  color: #fff;
  margin: 0 auto;
  font-size: 60px;
  max-width: 700px;
  font-weight: 700;
  line-height: 1.2;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px) {
  .bk-book2-title h2 {
    font-size: 50px;
  }
}
@media (max-width: 480px) {
  .bk-book2-title h2 {
    font-size: 40px;
  }
}

.bk-book-list {
  text-align: center;
  padding-bottom: 55px;
}
.bk-book-list li {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin: 0px 100px;
  position: relative;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bk-book-list li {
    margin: 0px 20px;
  }
}
.bk-book-list li:before {
  top: 10px;
  width: 6px;
  height: 6px;
  left: -100px;
  content: "";
  position: absolute;
  border-radius: 100%;
  background-color: #fff;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bk-book-list li:before {
    left: -15px;
  }
}

.bk-book2-sec .bk-filter-area {
  margin-bottom: 190px;
}

/*---------------------------------------------------- */
/*About area*/
/*----------------------------------------------------*/
.bk-about-content {
  gap: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bk-about-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.bk-about-text {
  width: 100%;
  max-width: 1052px;
}
.bk-about-text .bk-about-wrap {
  gap: 30px 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bk-about-text .bk-about-wrap {
    gap: 30px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bk-about-text .bk-about-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.bk-about-text .bk-about-wrap .bk-sec-title .sec_title {
  font-size: 40px;
}
.bk-about-text .ab-img1 {
  overflow: hidden;
  max-width: 448px;
  border-radius: 12px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bk-about-text .ab-img1 {
    max-width: 100%;
    max-height: 397px;
  }
}
.bk-about-text .ab-text1 {
  max-width: 545px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bk-about-text .ab-text1 {
    max-width: 100%;
  }
}

.bk-about-count {
  gap: 30px;
  max-width: 972px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bk-about-count {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.bk-ab-count-item {
  width: 100%;
  max-width: 448px;
  padding-top: 25px;
  border-top: 1px solid rgba(0, 0, 0, 0.1019607843);
}
.bk-ab-count-item h3 {
  color: #004040;
  line-height: 1;
  font-size: 60px;
  font-weight: 600;
  margin-bottom: 15px;
}
.bk-ab-count-item p {
  font-size: 18px;
  font-weight: 600;
  font-family: var(--bk-heading);
}

.bk-about-img {
  max-width: 448px;
  overflow: hidden;
  border-radius: 12px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bk-about-img {
    max-width: 100%;
    max-height: 595px;
  }
}

/*---------------------------------------------------- */
/*Facility area*/
/*----------------------------------------------------*/
.bk-facilites-sec {
  margin-left: 60px;
  margin-right: 60px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bk-facilites-sec {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.bk-facilites-sec .bk-fc-bg {
  overflow: hidden;
  padding-top: 120px;
  border-radius: 32px;
  padding-bottom: 320px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bk-facilites-content {
    gap: 30px;
    padding-left: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bk-facilites-content {
    gap: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 15px;
  }
}

.bk-facilites-text {
  max-width: 504px;
}
.bk-facilites-text .bk-sec-title .subtitle {
  color: #FFFFFF;
}
.bk-facilites-text .bk-sec-title .subtitle i {
  border-top: 6px solid transparent;
  border-left: 8px solid #fff;
  border-bottom: 6px solid transparent;
}
.bk-facilites-text .bk-sec-title .subtitle:before, .bk-facilites-text .bk-sec-title .subtitle:after {
  background-color: #fff;
}
.bk-facilites-text .bk-sec-title .sec_title {
  color: #fff;
  max-width: 450px;
}
.bk-facilites-text .bk-sec-title p {
  color: #fff;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bk-facilites-text .bk-sec-title p {
    max-width: 450px;
  }
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.bk-facilites-card-wrap {
  width: 100%;
  max-width: 900px;
}

.bk-facilites-card-wrap {
  gap: 24px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bk-facilites-card-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.bk-facilites-card {
  z-index: 1;
  overflow: hidden;
  position: relative;
  border-radius: 24px;
  position: relative;
  padding: 65px 40px 44px;
  background-color: #191919;
  border: 1px solid #1F1F1F;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.bk-facilites-card:after {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0%;
  z-index: -2;
  content: "";
  position: absolute;
  background-color: #fff;
  border-radius: 24px;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
@media (max-width: 480px) {
  .bk-facilites-card {
    padding: 50px 15px 44px;
  }
}
.bk-facilites-card:before {
  right: 0;
  top: -90%;
  left: -10%;
  z-index: -1;
  content: "";
  width: 520px;
  height: 520px;
  position: absolute;
  border-radius: 100%;
  background-color: #1F1F1F;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bk-facilites-card:before {
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
  }
}
.bk-facilites-card .item-icon {
  width: 140px;
  height: 140px;
  margin: 0 auto;
  margin-bottom: 52px;
  border-radius: 100%;
  background-color: #1F1F1F;
  border: 10px solid #181818;
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.bk-facilites-card .item-text h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  padding-bottom: 18px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.bk-facilites-card .item-text p {
  color: #fff;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.bk-facilites-card:hover:after {
  height: 100%;
}
.bk-facilites-card:hover:before {
  background-color: #F7F6F2;
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}
.bk-facilites-card:hover .item-text h3 {
  color: #000000;
}
.bk-facilites-card:hover .item-text p {
  color: #272727;
}
.bk-facilites-card:hover .item-icon {
  border: 10px solid #FFFFFF;
  -webkit-animation: swing 2s ease infinite;
          animation: swing 2s ease infinite;
  background-color: var(--bk-prime-c);
}

/*---------------------------------------------------- */
/*Service area*/
/*----------------------------------------------------*/
.bk-service-sec .bk-service-content {
  margin-top: -200px;
}

.bk-service-content {
  overflow: hidden;
  border-radius: 32px;
  padding: 100px 60px;
  background-color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bk-service-content {
    padding: 100px 20px;
  }
}
.bk-service-content .bk-sec-title {
  margin: 0 auto;
  max-width: 505px;
}

@-webkit-keyframes hover_appear {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

@keyframes hover_appear {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
.bk-service-item {
  padding: 12px;
  border-radius: 12px;
  background-color: #F7F6F2;
}
.bk-service-item .item-img {
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 12px;
  position: relative;
}
.bk-service-item .item-img img {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.bk-service-item .item-img:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 10;
}
.bk-service-item .item-text {
  border-radius: 20px;
  background-color: #fff;
  padding: 16px 20px 10px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.bk-service-item .item-text h3 {
  font-size: 28px;
  font-weight: 700;
  padding-bottom: 10px;
}
@media (max-width: 480px) {
  .bk-service-item .item-text h3 {
    font-size: 24px;
  }
}
.bk-service-item .item-text h3 a {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.bk-service-item .item-text span {
  color: #004040;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.bk-service-item .item-text .inner-title {
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(39, 39, 39, 0.2);
}
.bk-service-item .item-text ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0px 8px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 480px) {
  .bk-service-item .item-text ul {
    gap: 0px 15px;
  }
}
.bk-service-item .item-text ul li {
  width: 50%;
  font-size: 16px;
  margin-bottom: 15px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
@media (max-width: 480px) {
  .bk-service-item .item-text ul li {
    width: auto;
  }
}
.bk-service-item .item-text ul li:nth-child(even) {
  text-align: right;
}
@media (max-width: 480px) {
  .bk-service-item .item-text ul li:nth-child(even) {
    text-align: left;
  }
}
.bk-service-item .item-text ul li i {
  margin-right: 8px;
}
.bk-service-item:hover .item-img:before {
  -webkit-animation: hover_appear 0.75s;
          animation: hover_appear 0.75s;
}
.bk-service-item:hover .item-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.bk-service-item:hover .item-text {
  background-color: var(--bk-prime-c);
}
.bk-service-item:hover .item-text h3 a {
  color: #fff;
}
.bk-service-item:hover .item-text span {
  color: #fff;
}
.bk-service-item:hover .item-text ul li {
  color: #fff;
}

.bk-service-nav {
  gap: 24px;
}
.bk-service-nav .lg-ser-pagi {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000000;
  line-height: 1;
  font-size: 60px;
  max-width: 200px;
  font-weight: 700;
  font-family: var(--bk-heading);
}
@media only screen and (min-width: 481px) and (max-width: 575px) {
  .bk-service-nav .lg-ser-pagi {
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  .bk-service-nav .lg-ser-pagi {
    font-size: 30px;
  }
}
.bk-service-nav .lg-ser-scrollbar {
  width: 100%;
  height: 2px;
  max-width: 1146px;
  background-color: #F7F6F2;
}
.bk-service-nav .lg-ser-scrollbar .swiper-scrollbar-drag {
  top: -2px;
  height: 6px;
  border-radius: 0;
  background-color: var(--bk-prime-c);
}
.bk-service-nav .lg-ser-prev,
.bk-service-nav .lg-ser-next {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  color: var(--bk-prime-c);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  border: 1px solid var(--bk-prime-c);
}
@media (max-width: 480px) {
  .bk-service-nav .lg-ser-prev,
  .bk-service-nav .lg-ser-next {
    width: 40px;
    height: 40px;
  }
}
.bk-service-nav .lg-ser-prev:hover,
.bk-service-nav .lg-ser-next:hover {
  color: #fff;
  background-color: var(--bk-prime-c);
}

/*---------------------------------------------------- */
/*Offer area*/
/*----------------------------------------------------*/
.bk-offer-top {
  gap: 15px 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bk-offer-top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.bk-offer-top .bk-sec-title .subtitle {
  margin-bottom: 10px;
}
.bk-offer-top .bk-sec-title .sec_title {
  font-size: 100px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bk-offer-top .bk-sec-title .sec_title {
    font-size: 90px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bk-offer-top .bk-sec-title .sec_title {
    font-size: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bk-offer-top .bk-sec-title .sec_title {
    font-size: 70px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bk-offer-top .bk-sec-title .sec_title {
    font-size: 65px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px) {
  .bk-offer-top .bk-sec-title .sec_title {
    font-size: 55px;
  }
}
@media (max-width: 480px) {
  .bk-offer-top .bk-sec-title .sec_title {
    font-size: 45px;
  }
}
@media (max-width: 360px) {
  .bk-offer-top .bk-sec-title .sec_title {
    font-size: 35px;
  }
}
.bk-offer-top .item-desc {
  max-width: 436px;
}

.bk-offer-content {
  gap: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bk-offer-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.bk-offer-item-wrap {
  max-width: 600px;
}
.bk-offer-item-wrap .accordion-item,
.bk-offer-item-wrap .accordion-button {
  background-color: transparent;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.bk-offer-item-wrap .accordion-item {
  border: none;
  border-radius: 0;
  position: relative;
  margin-bottom: 45px;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.bk-offer-item-wrap .accordion-item:last-child {
  margin-bottom: 0;
}
.bk-offer-item-wrap .accordion-button {
  padding: 0;
  border: none;
  font-size: 44px;
  margin: 0 auto;
  font-weight: 600;
  position: relative;
  letter-spacing: -1px;
  color: rgba(0, 0, 0, 0.6);
}
@media (max-width: 480px) {
  .bk-offer-item-wrap .accordion-button {
    font-size: 36px;
  }
}
.bk-offer-item-wrap .accordion-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.bk-offer-item-wrap .accordion-body {
  padding: 0;
  color: #535862;
  font-size: 18px;
  padding: 16px 0px;
  line-height: 1.667;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.bk-offer-item-wrap .accordion-body ul {
  gap: 0px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bk-offer-item-wrap .accordion-body ul li {
  width: 45%;
  padding-left: 28px;
  position: relative;
  margin-bottom: 8px;
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bk-offer-item-wrap .accordion-body ul li {
    width: 100%;
  }
}
.bk-offer-item-wrap .accordion-body ul li:before {
  top: 0;
  left: 0;
  content: "\f058";
  font-weight: 400;
  position: absolute;
  font-family: "Font Awesome 5 Free";
}
.bk-offer-item-wrap .accordion-body h3 {
  line-height: 1;
  font-size: 44px;
  font-weight: 600;
  letter-spacing: -1px;
  color: var(--bk-prime-c);
}
@media (max-width: 480px) {
  .bk-offer-item-wrap .accordion-body h3 {
    font-size: 36px;
  }
}
.bk-offer-item-wrap .accordion-body h3 span {
  font-size: 32px;
  position: relative;
  color: var(--bk-prime-c);
}
.bk-offer-item-wrap .accordion-body h3 span:before {
  top: 65%;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: var(--bk-prime-c);
}
.bk-offer-item-wrap .accordion-button::after {
  display: none;
}
.bk-offer-item-wrap .accordion-button:not(.collapsed) {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: rgb(0, 0, 0);
}

.bk-offer-img {
  -webkit-transform-origin: top;
          transform-origin: top;
}
.bk-offer-img .item-img {
  overflow: hidden;
  border-radius: 12px;
}
.bk-offer-img .item-img img {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.bk-offer-img .item-img:hover img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

/*---------------------------------------------------- */
/*Price area*/
/*----------------------------------------------------*/
.bk-price-sec {
  background-color: #F7F6F2;
}
.bk-price-sec .bk-sec-title {
  gap: 0px 30px;
  max-width: 1295px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bk-price-sec .bk-sec-title {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.bk-price-sec .bk-sec-title .sec_title {
  max-width: 768px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bk-price-sec .bk-sec-title .sec_title {
    max-width: 650px;
  }
}

.bk-price-content {
  gap: 24px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bk-price-content {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bk-price-content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.bk-price-img {
  overflow: hidden;
  border-radius: 24px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bk-price-img {
    max-height: 500px;
  }
}
.bk-price-img:before {
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  content: "";
  height: 100%;
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), color-stop(30.35%, rgba(0, 0, 0, 0.54)), to(rgba(0, 0, 0, 0.18)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.54) 30.35%, rgba(0, 0, 0, 0.18) 100%);
}
.bk-price-img .item-text {
  top: 48px;
  left: 48px;
  z-index: 2;
  max-width: 405px;
  position: absolute;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 480px) {
  .bk-price-img .item-text {
    top: 40px;
    left: 25px;
    right: 15px;
  }
}
.bk-price-img .item-text h3 {
  color: #fff;
  font-size: 44px;
  font-weight: 700;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 480px) {
  .bk-price-img .item-text h3 {
    font-size: 38px;
  }
}

.bk-price-item {
  padding: 40px;
  border-radius: 24px;
  background-color: #FFFFFF;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 480px) {
  .bk-price-item {
    padding: 30px 20px;
  }
}
.bk-price-item .item-title {
  margin-bottom: 28px;
}
.bk-price-item .item-title h3 {
  font-size: 32px;
  font-weight: 700;
  padding-bottom: 15px;
}
.bk-price-item .item-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.bk-price-item .item-price span {
  top: -15px;
  font-size: 16px;
  margin-left: -35px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 480px) {
  .bk-price-item .item-price span {
    white-space: nowrap;
  }
}
@media (max-width: 480px) {
  .bk-price-item .item-price span {
    top: 0;
  }
}
.bk-price-item .item-price h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0px 10px;
  font-size: 80px;
  font-weight: 700;
}
@media (max-width: 480px) {
  .bk-price-item .item-price h3 {
    font-size: 60px;
  }
}
.bk-price-item .item-price h3 sup, .bk-price-item .item-price h3 sub {
  top: 20px;
  font-size: 32px;
  font-weight: 700;
}
.bk-price-item .item-btn a {
  color: #fff;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  padding: 14px 12px;
  border-radius: 12px;
  background-color: var(--bk-prime-c);
}
.bk-price-item .item-btn a:hover {
  background-color: #004040;
}
.bk-price-item .item-list {
  padding: 25px 28px;
  border-radius: 12px;
  background-color: #F7F6F2;
}
.bk-price-item .item-list li {
  margin-bottom: 17px;
}
.bk-price-item .item-list li i {
  margin-right: 10px;
  color: var(--bk-prime-c);
}
.bk-price-item .item-list li:last-child {
  margin-bottom: 0;
}

/*---------------------------------------------------- */
/*Testimonial area*/
/*----------------------------------------------------*/
.bk-testimonial-content {
  z-index: 1;
  overflow: hidden;
  padding: 265px 0px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bk-testimonial-content {
    height: auto;
    padding: 120px 0px;
  }
}
.bk-testimonial-content .bk-testi-bg {
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
}
.bk-testimonial-content .bk-testi-bg:before {
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.3019607843);
}

.bk-testi-item-wrap {
  margin: 0 auto;
  max-width: 645px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bk-testi-item-wrap {
    gap: 24px;
    display: -ms-grid;
    display: grid;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    -ms-grid-columns: 1fr 24px 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 992px) and (max-width: 1199px) and (min-width: 481px) and (max-width: 575px), only screen and (min-width: 992px) and (max-width: 1199px) and (max-width: 480px), only screen and (min-width: 768px) and (max-width: 991px) and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) and (min-width: 481px) and (max-width: 575px), only screen and (min-width: 768px) and (max-width: 991px) and (max-width: 480px), only screen and (min-width: 576px) and (max-width: 767px) and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) and (min-width: 481px) and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 575px) and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px) and (min-width: 481px) and (max-width: 575px), only screen and (min-width: 481px) and (max-width: 575px) and (max-width: 480px), only screen and (max-width: 480px) and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 480px) and (min-width: 481px) and (max-width: 575px), (max-width: 480px) and (max-width: 480px) {
  .bk-testi-item-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.bk-testi-area {
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bk-testi-area {
    position: static;
    -webkit-transform: rotate(0deg) !important;
            transform: rotate(0deg) !important;
  }
}
.bk-testi-area:nth-child(1) {
  position: static;
  -webkit-transform: rotate(4deg);
          transform: rotate(4deg);
}
.bk-testi-area:nth-child(2) {
  -webkit-transform: rotate(-4deg);
          transform: rotate(-4deg);
}
.bk-testi-area:nth-child(4) {
  -webkit-transform: rotate(-8deg);
          transform: rotate(-8deg);
}
.bk-testi-area:nth-child(even) .bk-testi-item {
  background-color: #EFE5DC;
}
.bk-testi-area .bk-testi-item {
  padding: 50px 45px;
  border-radius: 12px;
  background-color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bk-testi-area .bk-testi-item {
    padding: 50px 25px;
  }
}
.bk-testi-area .bk-testi-item li {
  color: var(--bk-prime-c);
}
.bk-testi-area .bk-testi-item p {
  font-size: 18px;
  padding-top: 20px;
}
.bk-testi-area .bk-testi-item .item-author-icon {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 2px dashed rgba(39, 39, 39, 0.2);
}
.bk-testi-area .bk-testi-item .item-author-icon .item-author {
  gap: 16px;
}
@media (max-width: 480px) {
  .bk-testi-area .bk-testi-item .item-author-icon .item-author {
    gap: 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.bk-testi-area .bk-testi-item .item-author-icon .item-author .auth-img {
  width: 64px;
  height: 64px;
  overflow: hidden;
  border-radius: 12px;
  border: 2px solid #fff;
}
.bk-testi-area .bk-testi-item .item-author-icon .item-author .auth-text h3 {
  font-size: 20px;
  font-weight: 600;
}
.bk-testi-area .bk-testi-item .item-author-icon .item-author .auth-text span {
  font-size: 16px;
}
.bk-testi-area .bk-testi-item .item-author-icon .item-icon {
  color: var(--bk-prime-c);
  font-size: 24px;
}

/*---------------------------------------------------- */
/*Rooms area*/
/*----------------------------------------------------*/
.bk-rooms-sec {
  background-color: #F7F6F2;
}
.bk-rooms-sec .bk-sec-title {
  margin: 0 auto;
  max-width: 670px;
}

.bk-rooms-marque {
  display: flow-root;
}

.bk-rooms-img1 {
  margin: 0px 8px;
  position: relative;
  display: inline-block;
}
.bk-rooms-img1:before {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  border-radius: 12px;
  background-color: var(--bk-prime-c);
}
.bk-rooms-img1 img {
  border-radius: 12px;
  mix-blend-mode: luminosity;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.bk-rooms-img1:hover:before {
  opacity: 1;
}

/*---------------------------------------------------- */
/*Blog area*/
/*----------------------------------------------------*/
.bk-blog-sec {
  background-color: #FFFFFF;
}

.bk-blog-top .bk-sec-title {
  gap: 15px 30px;
}
.bk-blog-top .title_desc {
  margin-top: -15px;
  max-width: 1032px;
}
.bk-blog-top .title_desc .sec_title {
  font-size: 100px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bk-blog-top .title_desc .sec_title {
    font-size: 90px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bk-blog-top .title_desc .sec_title {
    font-size: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bk-blog-top .title_desc .sec_title {
    font-size: 70px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bk-blog-top .title_desc .sec_title {
    font-size: 65px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px) {
  .bk-blog-top .title_desc .sec_title {
    font-size: 55px;
  }
}
@media (max-width: 480px) {
  .bk-blog-top .title_desc .sec_title {
    font-size: 45px;
  }
}
@media (max-width: 360px) {
  .bk-blog-top .title_desc .sec_title {
    font-size: 35px;
  }
}

.bk-blog-content {
  gap: 24px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bk-blog-content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.bk-blog-item .item-img {
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 25px;
}
.bk-blog-item .item-img img {
  -webkit-transition: 1000ms cubic-bezier(0.5, -0.75, 0.3, 1.5);
  transition: 1000ms cubic-bezier(0.5, -0.75, 0.3, 1.5);
}
.bk-blog-item .item-text span {
  font-size: 16px;
  margin-bottom: 8px;
}
.bk-blog-item .item-text .blog_title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid #EFE5DC;
}
.bk-blog-item .item-text .blog_title a:hover {
  color: var(--bk-prime-c);
}
.bk-blog-item .item-text p {
  opacity: 0.8;
  padding-bottom: 25px;
}
.bk-blog-item .item-text .read_more {
  color: #000000;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  font-family: var(--bk-heading);
}
.bk-blog-item .item-text .read_more:before {
  left: 0;
  right: 0;
  bottom: 0;
  width: 0%;
  content: "";
  height: 1px;
  position: absolute;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  background-color: var(--bk-prime-c);
}
.bk-blog-item .item-text .read_more:hover {
  color: var(--bk-prime-c);
  letter-spacing: 1px;
}
.bk-blog-item .item-text .read_more:hover:before {
  width: 100%;
}
.bk-blog-item:hover .item-img img {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}

/*---------------------------------------------------- */
/******* HOME PAGE 2 *******/
/*Hero area*/
/*----------------------------------------------------*/
.bk-hero2-sec {
  z-index: 1;
}
.bk-hero2-sec .bk-hero2-bg {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  clip-path: polygon(100% 0%, 0% 0%, 0% 86.77%, 0.026% 86.82%, 0.026% 86.82%, 7.353% 90.331%, 14.047% 93.132%, 20.149% 95.306%, 25.699% 96.936%, 30.739% 98.107%, 35.308% 98.902%, 39.447% 99.405%, 43.196% 99.699%, 46.596% 99.87%, 49.688% 99.999%, 49.688% 99.999%, 56.561% 99.769%, 63.139% 99.075%, 69.378% 98.001%, 75.236% 96.63%, 80.671% 95.044%, 85.639% 93.328%, 90.098% 91.565%, 94.007% 89.836%, 97.321% 88.227%, 100% 86.82%, 100% 0%);
}
@media (max-width: 480px) {
  .bk-hero2-sec .bk-hero2-bg {
    clip-path: none;
  }
}
.bk-hero2-sec .bk-hero2-bg:before {
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  content: "";
  height: 100%;
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.36)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.36) 100%);
}

.bk-hero2-text {
  margin: 0 auto;
  max-width: 950px;
  padding: 330px 0px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .bk-hero2-text {
    padding: 250px 0px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bk-hero2-text {
    padding: 200px 0px 100px;
  }
}
@media (max-width: 480px) {
  .bk-hero2-text {
    padding: 160px 0px 100px;
  }
}
.bk-hero2-text .hero-slug {
  color: #fff;
  line-height: 1;
  font-weight: 600;
  padding-left: 50px;
  position: relative;
  padding-right: 50px;
  display: inline-block;
}
.bk-hero2-text .hero-slug i {
  top: 3px;
  left: -5px;
  position: absolute;
  border-top: 6px solid transparent;
  border-left: 8px solid #fff;
  border-bottom: 6px solid transparent;
}
.bk-hero2-text .hero-slug i:last-child {
  left: auto;
  right: -5px;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.bk-hero2-text .hero-slug:before, .bk-hero2-text .hero-slug:after {
  left: 0;
  top: 8px;
  width: 40px;
  height: 1px;
  content: "";
  position: absolute;
  background-color: #fff;
}
.bk-hero2-text .hero-slug:after {
  right: 0;
  left: auto;
}
.bk-hero2-text .hero_title {
  color: #fff;
  line-height: 1;
  font-size: 110px;
  font-weight: 700;
  padding-top: 18px;
  letter-spacing: -2px;
  padding-bottom: 45px;
}
.bk-hero2-text .hero_title .split-line {
  overflow: visible;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bk-hero2-text .hero_title {
    font-size: 65px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px) {
  .bk-hero2-text .hero_title {
    font-size: 55px;
  }
}
@media (max-width: 480px) {
  .bk-hero2-text .hero_title {
    font-size: 40px;
    padding-bottom: 25px;
  }
}
@media (max-width: 360px) {
  .bk-hero2-text .hero_title {
    font-size: 36px;
  }
}
.bk-hero2-text .btn-wrap {
  gap: 12px;
}
.bk-hero2-text .btn-wrap a {
  color: #fff;
  font-weight: 500;
  padding: 12px 22px;
  border-radius: 35px;
  border: 1px solid #fff;
}
@media (max-width: 480px) {
  .bk-hero2-text .btn-wrap a {
    padding: 10px 20px;
  }
}
.bk-hero2-text .btn-wrap a:last-child {
  color: #fff;
  background-color: var(--bk-prime-c);
  border: 1px solid var(--bk-prime-c);
}
.bk-hero2-text .btn-wrap a:hover {
  color: #000;
  background-color: #fff;
  border: 1px solid #fff;
}

/*---------------------------------------------------- */
/*About area*/
/*----------------------------------------------------*/
.bk-ab2-content {
  gap: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bk-ab2-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.bk-ab2-img1 {
  max-width: 396px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bk-ab2-img1 {
    max-width: 100%;
    width: 100%;
  }
}
.bk-ab2-img1 .item-img {
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 24px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bk-ab2-img1 .item-img {
    max-height: 450px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bk-ab2-img1 .item-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.bk-ab2-img1 .item-count {
  gap: 20px;
  padding: 34px 40px;
  border-radius: 12px;
  background-color: #EFE5DC;
}
.bk-ab2-img1 .item-count h3 {
  line-height: 1;
  color: #004040;
  font-size: 66px;
  font-weight: 700;
  white-space: nowrap;
}
.bk-ab2-img1 .item-count p {
  line-height: 1;
  font-size: 24px;
  font-family: var(--bk-heading);
}

@-webkit-keyframes bounceDown {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  60% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
}

@keyframes bounceDown {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  60% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
}
.bk-ab2-text-wrap {
  width: 100%;
  max-width: 1056px;
}
.bk-ab2-text-wrap .item-img-scroll .item-img {
  overflow: hidden;
  border-radius: 12px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bk-ab2-text-wrap .item-img-scroll .item-img {
    height: 350px;
  }
}
.bk-ab2-text-wrap .item-img-scroll .item-img img {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bk-ab2-text-wrap .item-img-scroll .item-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.bk-ab2-text-wrap .item-img-scroll .item-img:hover img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.bk-ab2-text-wrap .item-img-scroll .item-scroll {
  top: -87px;
  right: 140px;
  z-index: 2;
  width: 184px;
  height: 184px;
  position: absolute;
  border-radius: 100%;
  border: 10px solid #fff;
  background-color: #004040;
  -webkit-animation: bounceDown 1.5s infinite;
          animation: bounceDown 1.5s infinite;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bk-ab2-text-wrap .item-img-scroll .item-scroll {
    display: none !important;
  }
}

.bk-ab2-top {
  gap: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bk-ab2-top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bk-ab2-top {
    margin-bottom: 35px;
  }
}
.bk-ab2-top .bk-sec-title {
  max-width: 505px;
}
.bk-ab2-top .bk-sec-title .sec_title {
  font-size: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bk-ab2-top .bk-sec-title .sec_title {
    font-size: 38px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bk-ab2-top .bk-sec-title .sec_title {
    font-size: 36px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px) {
  .bk-ab2-top .bk-sec-title .sec_title {
    font-size: 34px;
  }
}
@media (max-width: 480px) {
  .bk-ab2-top .bk-sec-title .sec_title {
    font-size: 30px;
  }
}
@media (max-width: 360px) {
  .bk-ab2-top .bk-sec-title .sec_title {
    font-size: 28px;
  }
}
.bk-ab2-top .bk-sec-title .sec_title span {
  opacity: 0.6;
}
.bk-ab2-top .bk-sec-title .sec_title span {
  display: inline;
}
.bk-ab2-top .item-desc {
  opacity: 0.8;
  margin-top: 5px;
  max-width: 440px;
}

/*---------------------------------------------------- */
/*Rooms area*/
/*----------------------------------------------------*/
.bk-room2-sec {
  z-index: 1;
  position: relative;
}
.bk-room2-sec:before {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  content: "";
  height: 100%;
  position: absolute;
  background-color: #F7F6F2;
  clip-path: polygon(100% 100%, 0% 100%, 0% 11.879%, 0.026% 11.835%, 0.026% 11.835%, 7.353% 8.682%, 14.047% 6.167%, 20.149% 4.215%, 25.699% 2.751%, 30.739% 1.7%, 35.308% 0.986%, 39.447% 0.535%, 43.196% 0.27%, 46.596% 0.117%, 49.688% 0.001%, 49.688% 0.001%, 56.561% 0.207%, 63.139% 0.83%, 69.378% 1.795%, 75.236% 3.026%, 80.671% 4.45%, 85.639% 5.991%, 90.098% 7.575%, 94.007% 9.126%, 97.321% 10.572%, 100% 11.835%, 100% 100%);
}
.bk-room2-sec .bk-sec-title {
  margin: 0 auto;
  max-width: 505px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bk-room2-sec {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.bk-room2-item {
  margin: 0 auto;
  padding-bottom: 60px;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bk-room2-item {
    padding-bottom: 0;
  }
}
.bk-room2-item .item-img {
  overflow: hidden;
  border-radius: 16px;
  margin-bottom: 20px;
}
.bk-room2-item .item-img span {
  right: 24px;
  bottom: 24px;
  color: #004040;
  font-size: 18px;
  font-weight: 600;
  position: absolute;
  background-color: #fff;
  padding: 15px 24px 15px 41px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 11.905% 50%, 0% 0%);
}
.bk-room2-item .item-text h3 {
  font-size: 32px;
  font-weight: 700;
  padding-bottom: 12px;
}
.bk-room2-item .item-text h3:hover {
  color: var(--bk-prime-c);
}
.bk-room2-item .item-text ul {
  gap: 10px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
.bk-room2-item .item-text li {
  font-size: 16px;
}
.bk-room2-item .item-text li i {
  margin-right: 3px;
}
.bk-room2-item .item-text li span {
  opacity: 0.7;
}
.bk-room2-item .item-text .read_more {
  opacity: 0;
  color: #004040;
  font-size: 18px;
  font-weight: 600;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.bk-room2-item .item-text .read_more:hover {
  letter-spacing: 1px;
}
.bk-room2-item:hover .item-img span {
  color: #fff;
  background-color: var(--bk-prime-c);
}
.bk-room2-item:hover .item-text .read_more {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.bk-room2-slider {
  width: 120%;
  margin-left: -220px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bk-room2-slider {
    width: 100%;
    margin-left: 0px;
  }
}
.bk-room2-slider .swiper-slide:nth-child(odd) .bk-room2-item {
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bk-room2-slider .swiper-slide:nth-child(odd) .bk-room2-item {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

/*Room 3 area*/
/*------------------------------------*/
/*------------------------------------*/
.bk-room3-sec {
  overflow: hidden;
}

.bk-room3-content {
  z-index: 1;
  padding: 200px 0px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bk-room3-content {
    padding: 0;
  }
}
.bk-room3-content .bk-room3-img {
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  height: 100%;
  position: absolute;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bk-room3-content .bk-room3-img {
    display: none;
  }
}
.bk-room3-content .bk-room3-img .item_2_img,
.bk-room3-content .bk-room3-img .item_3_img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.bk-room3-item {
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  margin: 0 auto;
  max-width: 529px;
  position: absolute;
  padding: 48px 32px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bk-room3-item {
    position: relative;
  }
}
.bk-room3-item:is(.item_1) {
  position: relative;
}
.bk-room3-item .item-bg {
  top: 0;
  left: 0;
  z-index: -1;
}
.bk-room3-item .item-img {
  height: 268px;
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 12px;
}
.bk-room3-item .item-text h3 {
  font-size: 32px;
  font-weight: 700;
  padding-bottom: 16px;
}
.bk-room3-item .item-text p {
  padding-bottom: 40px;
}
.bk-room3-item .item-text .read_more {
  opacity: 0.8;
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 30px;
}

/*---------------------------------------------------- */
/*Service area*/
/*----------------------------------------------------*/
.bk-cus-content {
  gap: 24px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr 24px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .bk-cus-content {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bk-cus-content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.bk-cus-item .inner-item {
  border-radius: 12px;
  padding: 40px 32px 35px;
  background-color: #F7F6F2;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.bk-cus-item .inner-item .item-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  margin-bottom: 30px;
  border-radius: 100%;
  border: 1px solid var(--bk-prime-c);
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.bk-cus-item .inner-item .item-icon svg path {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.bk-cus-item .inner-item .item-text {
  text-align: center;
}
.bk-cus-item .inner-item .item-text h3 {
  font-size: 28px;
  font-weight: 700;
  padding-bottom: 14px;
}
.bk-cus-item .inner-item .item-text p {
  font-size: 16px;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.bk-cus-item .inner-item:hover {
  background-color: var(--bk-prime-c);
}
.bk-cus-item .inner-item:hover .item-icon {
  border: 1px solid #fff;
}
.bk-cus-item .inner-item:hover .item-icon svg path {
  fill: #fff;
}
.bk-cus-item .inner-item:hover .item-text h3, .bk-cus-item .inner-item:hover .item-text p {
  color: #fff;
}

/*---------------------------------------------------- */
/*Facility area*/
/*----------------------------------------------------*/
.bk-faci2-sec .line_animation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.bk-faci2-sec .line_animation .line_area {
  width: 1px;
  height: 100%;
  position: relative;
  background: rgba(239, 229, 220, 0.7);
}
.bk-faci2-sec .line_animation .line_area:before {
  width: 3px;
  right: -2px;
  content: "";
  height: 32px;
  position: absolute;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#C29D68), to(rgba(194, 157, 104, 0)));
  background-image: linear-gradient(-180deg, #C29D68 0%, rgba(194, 157, 104, 0) 100%);
}
.bk-faci2-sec .line_animation .line_area:nth-child(even):before {
  -webkit-animation: line_animation 15s linear infinite;
          animation: line_animation 15s linear infinite;
}
.bk-faci2-sec .line_animation .line_area:nth-child(odd):before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#C29D68), to(rgba(194, 157, 104, 0)));
  background-image: linear-gradient(360deg, #C29D68 0%, rgba(194, 157, 104, 0) 100%);
  -webkit-animation: line_animation_2 15s linear infinite;
          animation: line_animation_2 15s linear infinite;
}
.bk-faci2-sec .line_animation .line_area:nth-child(1):before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}
.bk-faci2-sec .line_animation .line_area:nth-child(2):before {
  -webkit-animation-delay: -3s;
          animation-delay: -3s;
}
.bk-faci2-sec .line_animation .line_area:nth-child(3):before {
  -webkit-animation-delay: -6s;
          animation-delay: -6s;
}
.bk-faci2-sec .line_animation .line_area:nth-child(4):before {
  -webkit-animation-delay: -2s;
          animation-delay: -2s;
}
.bk-faci2-sec .line_animation .line_area:nth-child(5):before {
  -webkit-animation-delay: -5s;
          animation-delay: -5s;
}
.bk-faci2-sec .line_animation .line_area:nth-child(6):before {
  -webkit-animation-delay: -7s;
          animation-delay: -7s;
}
.bk-faci2-sec .line_animation .line_area:nth-child(7):before {
  -webkit-animation-delay: -4s;
          animation-delay: -4s;
}
.bk-faci2-sec .line_animation .line_area:nth-child(8):before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}
.bk-faci2-sec .line_animation .line_area:nth-child(9):before {
  -webkit-animation-delay: -3s;
          animation-delay: -3s;
}
.bk-faci2-sec .line_animation .line_area:nth-child(10):before {
  -webkit-animation-delay: -4s;
          animation-delay: -4s;
}
.bk-faci2-sec .line_animation .line_area:nth-child(11):before {
  -webkit-animation-delay: -5s;
          animation-delay: -5s;
}
.bk-faci2-sec .line_animation .line_area:nth-child(12):before {
  -webkit-animation-delay: -7s;
          animation-delay: -7s;
}
.bk-faci2-sec .line_animation .line_area:nth-child(13):before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}

.bk-faci2-title h2 {
  line-height: 1;
  font-size: 140px;
  font-weight: 700;
  letter-spacing: -4px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bk-faci2-title h2 {
    font-size: 100px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px) {
  .bk-faci2-title h2 {
    font-size: 80px;
  }
}
@media (max-width: 480px) {
  .bk-faci2-title h2 {
    font-size: 60px;
  }
}
.bk-faci2-title p {
  margin: 0 auto;
  font-size: 20px;
  max-width: 400px;
  padding-top: 12px;
}

.bk-faci2-content {
  z-index: 2;
  position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bk-faci2-item-wrap {
    gap: 24px;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bk-faci2-item-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bk-faci2-item {
    margin-top: 30px;
  }
}
.bk-faci2-item:is(.ver_2) .inner-item {
  background-color: #004040;
}
.bk-faci2-item .inner-item {
  max-width: 372px;
  padding: 60px 36px;
  border-radius: 12px;
  background-color: var(--bk-prime-c);
}
.bk-faci2-item .inner-item .item-icon {
  width: 72px;
  height: 60px;
  margin: 0 auto;
  margin-bottom: 70px;
}
.bk-faci2-item .inner-item .item-text h3 {
  color: #fff;
  margin: 0 auto;
  font-size: 32px;
  max-width: 250px;
  font-weight: 700;
  margin-bottom: 18px;
}
.bk-faci2-item .inner-item .item-text p {
  color: #fff;
  font-size: 16px;
  margin: 0 auto;
  max-width: 300px;
}

/*---------------------------------------------------- */
/*Team area*/
/*----------------------------------------------------*/
.bk-team-sec {
  background-color: #F7F6F2;
}

.bk-team-top {
  gap: 20px;
}
.bk-team-top .bk-sec-title {
  max-width: 600px;
}
.bk-team-top .item-desc {
  max-width: 375px;
}

.bk-team-content {
  gap: 24px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr 24px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .bk-team-content {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bk-team-content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.bk-team-item {
  padding: 8px;
  margin: 0 auto;
  max-width: 372px;
  border-radius: 12px;
  background-color: #fff;
}
.bk-team-item .inner-img {
  height: 340px;
  overflow: hidden;
  border-radius: 8px;
}
.bk-team-item .inner-img img {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.bk-team-item .inner-social {
  bottom: 6px;
  right: 12px;
  position: absolute;
}
.bk-team-item .inner-social a, .bk-team-item .inner-social span {
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 6px;
  border-radius: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--bk-prime-c);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.bk-team-item .inner-social a {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.bk-team-item .inner-social a:hover {
  color: #fff;
  background-color: var(--bk-prime-c);
}
.bk-team-item .item-text {
  padding: 16px;
}
.bk-team-item .item-text h3 {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 5px;
}
.bk-team-item .item-text h3:hover {
  letter-spacing: 1px;
  color: var(--bk-prime-c);
}
.bk-team-item .item-text span {
  opacity: 0.8;
}
.bk-team-item:hover .inner-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.bk-team-item:hover .inner-social span {
  color: #fff;
  background-color: var(--bk-prime-c);
}
.bk-team-item:hover .inner-social a {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.bk-team-item:hover .inner-social a:nth-child(1) {
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}
.bk-team-item:hover .inner-social a:nth-child(2) {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}
.bk-team-item:hover .inner-social a:nth-child(3) {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}
.bk-team-item:hover .inner-social a:nth-child(4) {
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}

/*---------------------------------------------------- */
/*Testimonial area*/
/*----------------------------------------------------*/
.bk-testi-head h2 {
  line-height: 1;
  font-size: 290px;
  font-weight: 700;
  letter-spacing: -8px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .bk-testi-head h2 {
    font-size: 200px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .bk-testi-head h2 {
    font-size: 180px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bk-testi-head h2 {
    font-size: 160px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bk-testi-head h2 {
    font-size: 140px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bk-testi-head h2 {
    font-size: 120px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px) {
  .bk-testi-head h2 {
    font-size: 80px;
  }
}
@media (max-width: 480px) {
  .bk-testi-head h2 {
    font-size: 50px;
    letter-spacing: 0;
  }
}
@media (max-width: 360px) {
  .bk-testi-head h2 {
    font-size: 35px;
  }
}

.bk-testi2-content {
  gap: 24px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bk-testi2-content {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bk-testi2-content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.bk-testi2-item {
  padding: 8px;
  border-radius: 12px;
  background-color: #EFE5DC;
}
.bk-testi2-item .inner-item {
  padding: 28px 32px;
  border-radius: 10px;
  background-color: #fff;
}
.bk-testi2-item .item-author {
  gap: 16px;
}
.bk-testi2-item .item-author .item-img {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 12px;
}
.bk-testi2-item .item-author .item-text h3 {
  font-size: 24px;
  font-weight: 700;
}
.bk-testi2-item .item-author .item-text span {
  opacity: 0.8;
  font-size: 16px;
}
.bk-testi2-item p {
  opacity: 0.8;
  padding-bottom: 30px;
}
.bk-testi2-item .item-bottom li {
  color: #004040;
  font-size: 16px;
}
.bk-testi2-item .item-bottom span {
  font-size: 24px;
  color: var(--bk-prime-c);
}

/*---------------------------------------------------- */
/*Blog area*/
/*----------------------------------------------------*/
.bk-blog2-sec {
  background: -webkit-gradient(linear, left top, left bottom, from(#F7F6F2), to(rgba(247, 246, 242, 0)));
  background: linear-gradient(180deg, #F7F6F2 0%, rgba(247, 246, 242, 0) 100%);
}

.bk-blog2-content {
  gap: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bk-blog2-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.bk-blog2-text {
  max-width: 504px;
}
.bk-blog2-text .bk-sec-title .sec_title {
  font-size: 80px;
  font-weight: 700;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bk-blog2-text .bk-sec-title .sec_title {
    font-size: 78px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bk-blog2-text .bk-sec-title .sec_title {
    font-size: 75px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bk-blog2-text .bk-sec-title .sec_title {
    font-size: 70px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bk-blog2-text .bk-sec-title .sec_title {
    font-size: 65px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px) {
  .bk-blog2-text .bk-sec-title .sec_title {
    font-size: 55px;
  }
}
@media (max-width: 480px) {
  .bk-blog2-text .bk-sec-title .sec_title {
    font-size: 45px;
  }
}
@media (max-width: 360px) {
  .bk-blog2-text .bk-sec-title .sec_title {
    font-size: 35px;
  }
}

.bk-blog2-feed-wrap {
  gap: 24px;
  max-width: 1032px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bk-blog2-feed-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.bk-blog2-item {
  height: 660px;
  overflow: hidden;
  border-radius: 12px;
}
@media (max-width: 480px) {
  .bk-blog2-item {
    height: 450px;
  }
}
.bk-blog2-item:before {
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  height: 100%;
  position: absolute;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.6) 100%);
}
.bk-blog2-item span {
  top: 32px;
  left: 32px;
  color: #fff;
  opacity: 0;
  font-size: 24px;
  position: absolute;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.bk-blog2-item .blg_title {
  left: 36px;
  color: #fff;
  opacity: 0;
  right: 36px;
  bottom: 36px;
  font-size: 44px;
  font-weight: 600;
  position: absolute;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bk-blog2-item .blg_title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bk-blog2-item .blg_title {
    font-size: 36px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bk-blog2-item .blg_title {
    font-size: 32px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bk-blog2-item .blg_title {
    font-size: 30px;
  }
}
@media (max-width: 360px) {
  .bk-blog2-item .blg_title {
    font-size: 26px;
  }
}
.bk-blog2-item:hover:before, .bk-blog2-item:is(.active):before {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
.bk-blog2-item:hover span, .bk-blog2-item:is(.active) span {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.bk-blog2-item:hover .blg_title, .bk-blog2-item:is(.active) .blg_title {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/*---------------------------------------------------- */
/******* HOME PAGE 3 *******/
/*Hero area*/
/*----------------------------------------------------*/
.bk-hero3-sec {
  background-color: #fff;
}

.bk-hero3-content {
  z-index: 1;
  gap: 40px 30px;
  padding-top: 90px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bk-hero3-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.bk-hero3-content .bg_shape {
  left: 0;
  top: -2px;
  z-index: -1;
  width: 100%;
  height: 70%;
  content: "";
  max-width: 636px;
  position: absolute;
  background-color: #F7F6F2;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bk-hero3-content .bg_shape {
    height: 100%;
    max-width: 500px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bk-hero3-content .bg_shape {
    display: none;
  }
}

.bk-hero3-form {
  z-index: 1;
  width: 100%;
  max-width: 636px;
  padding: 120px 15px 15px 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bk-hero3-form {
    max-width: 500px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bk-hero3-form {
    max-width: 100%;
    padding-top: 30px;
  }
}
.bk-hero3-form .form-wrapper {
  margin: 0 auto;
  max-width: 570px;
  padding: 45px 48px;
  background-color: #fff;
  border: 10px solid #F7F6F2;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bk-hero3-form .form-wrapper {
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .bk-hero3-form .form-wrapper {
    padding: 45px 15px;
  }
}
.bk-hero3-form .form-wrapper h3 {
  color: #004040;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 40px;
}
.bk-hero3-form .form-wrapper .item-field {
  width: 100%;
  position: relative;
}
@media (max-width: 480px) {
  .bk-hero3-form .form-wrapper .item-field {
    width: 100%;
  }
}
.bk-hero3-form .form-wrapper .item-field i {
  top: 22px;
  z-index: 1;
  right: 22px;
  position: absolute;
  color: rgba(39, 39, 39, 0.8);
}

.bk-hero3-form .form-wrapper .item-field input, 
.bk-hero3-form .form-wrapper .item-field select,
.bk-hero3-form .form-wrapper .item-field textarea {
  width: 100%;
  height: 62px;
  border: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-bottom: 12px;
  background: #F7F6F2;
  padding-left: 20px;
  backdrop-filter: blur(20px);
  color: rgba(39, 39, 39, 0.8);
}
.bk-hero3-form.contact-form__us.position-relative {
  padding: 0;
}
.bk-hero3-form .form-wrapper .item-field textarea {
  height: 150px !important;
}
.bk-hero3-form.contact-form__us.position-relative {
  max-width: 100%;
}

.contact-form__us .form-wrapper {
  max-width: 100%;
}
@media (max-width: 480px) {
  .bk-hero3-form .form-wrapper .item-field input, .bk-hero3-form .form-wrapper .item-field select {
    width: 100%;
  }
}
.bk-hero3-form .form-wrapper .item-field input::-webkit-input-placeholder, .bk-hero3-form .form-wrapper .item-field select::-webkit-input-placeholder {
  color: rgba(39, 39, 39, 0.8);
}
.bk-hero3-form .form-wrapper .item-field input::-moz-placeholder, .bk-hero3-form .form-wrapper .item-field select::-moz-placeholder {
  color: rgba(39, 39, 39, 0.8);
}
.bk-hero3-form .form-wrapper .item-field input:-ms-input-placeholder, .bk-hero3-form .form-wrapper .item-field select:-ms-input-placeholder {
  color: rgba(39, 39, 39, 0.8);
}
.bk-hero3-form .form-wrapper .item-field input::-ms-input-placeholder, .bk-hero3-form .form-wrapper .item-field select::-ms-input-placeholder {
  color: rgba(39, 39, 39, 0.8);
}
.bk-hero3-form .form-wrapper .item-field input::placeholder, .bk-hero3-form .form-wrapper .item-field select::placeholder {
  color: rgba(39, 39, 39, 0.8);
}
.bk-hero3-form .form-wrapper button {
  width: 100%;
  color: #fff;
  border: none;
  height: 62px;
  font-weight: 500;
  margin-top: 28px;
  background-color: #004040;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.bk-hero3-form .form-wrapper button:hover {
  background-color: var(--bk-prime-c);
}

.bk-hero3-text {
  max-width: 768px;
}
.bk-hero3-text .bk-hero-text {
  padding-top: 125px;
}
.bk-hero3-text .bk-hero-text .hero_title {
  font-size: 60px;
  font-weight: 700;
  line-height: 1.15;
  padding-top: 24px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bk-hero3-text .bk-hero-text .hero_title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bk-hero3-text .bk-hero-text .hero_title {
    font-size: 45px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bk-hero3-text .bk-hero-text .hero_title {
    font-size: 42px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px) {
  .bk-hero3-text .bk-hero-text .hero_title {
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  .bk-hero3-text .bk-hero-text .hero_title {
    font-size: 38px;
    padding-bottom: 25px;
  }
}
@media (max-width: 360px) {
  .bk-hero3-text .bk-hero-text .hero_title {
    font-size: 36px;
  }
}

.bk-hr3-img {
  margin-top: -238px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bk-hr3-img {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bk-hr3-img {
    height: 400px;
  }
}

/*---------------------------------------------------- */
/*About area*/
/*----------------------------------------------------*/
.bk-ab3-sec {
  background-color: #fff;
}

.bk-ab3-content {
  gap: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bk-ab3-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.bk-ab3-text-wrap {
  max-width: 952px;
}
.bk-ab3-text-wrap .sec_title {
  font-size: 48px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bk-ab3-text-wrap .sec_title {
    font-size: 42px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bk-ab3-text-wrap .sec_title {
    font-size: 38px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px) {
  .bk-ab3-text-wrap .sec_title {
    font-size: 36px;
  }
}
@media (max-width: 480px) {
  .bk-ab3-text-wrap .sec_title {
    font-size: 32px;
  }
}
@media (max-width: 360px) {
  .bk-ab3-text-wrap .sec_title {
    font-size: 30px;
  }
}
.bk-ab3-text-wrap .bk-ab3-title {
  gap: 10px 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bk-ab3-text-wrap .bk-ab3-title {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.bk-ab3-text-wrap .bk-ab3-title p {
  margin-top: 0;
}
.bk-ab3-text-wrap .bk-ab3-title .item-desc {
  max-width: 636px;
}

.bk-ab3-ft-wrap {
  gap: 24px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bk-ab3-ft-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.bk-ab3-ft-item {
  width: 100%;
  padding: 30px;
  max-width: 348px;
  position: relative;
  border-radius: 20px;
  background-color: #F7F6F2;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bk-ab3-ft-item {
    max-width: 100%;
  }
}
.bk-ab3-ft-item:before {
  top: 32px;
  right: 32px;
  width: 22px;
  height: 22px;
  content: "";
  position: absolute;
  background-color: var(--bk-prime-c);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 0%);
}
.bk-ab3-ft-item .b-title {
  color: #1C1C1D;
  font-size: 18px;
  font-weight: 500;
  padding-left: 24px;
  position: relative;
}
.bk-ab3-ft-item .b-title:before {
  left: 0;
  top: 7px;
  width: 12px;
  content: "";
  height: 12px;
  border-radius: 4px;
  position: absolute;
  background-color: var(--bk-prime-c);
}
.bk-ab3-ft-item .item-text {
  margin-top: 105px;
}
.bk-ab3-ft-item .item-text h3 {
  line-height: 1;
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 12px;
}
.bk-ab3-ft-item:is(.ver_2):before {
  background-color: #fff;
}
.bk-ab3-ft-item:is(.ver_2) .b-title {
  color: #fff;
}
.bk-ab3-ft-item:is(.ver_2) .b-title:before {
  background-color: #fff;
}
.bk-ab3-ft-item:is(.ver_2) .item-text h3 {
  color: #fff;
}
.bk-ab3-ft-item:is(.ver_2) .item-text p {
  color: #fff;
}

.bk-ab3-img-wrap {
  max-width: 528px;
  overflow: hidden;
  border-radius: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bk-ab3-img-wrap {
    height: 400px;
    max-width: 100%;
  }
}

/*---------------------------------------------------- */
/*Room area*/
/*----------------------------------------------------*/
.bk-room4-sec {
  background-color: #F7F6F2;
}

.bk-room4-content {
  gap: 24px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .bk-room4-content {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bk-room4-content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.bk-room4-item {
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(39, 39, 39, 0.2);
}
.bk-room4-item .item-img {
  padding: 12px;
  height: 400px;
  overflow: hidden;
}
.bk-room4-item .item-img img {
  border-radius: 24px;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.bk-room4-item .item-text {
  padding: 28px;
  border-radius: 24px;
  background: rgba(239, 229, 220, 0.5019607843);
  border-top: 1px solid rgba(39, 39, 39, 0.2);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.bk-room4-item .item-text h3 {
  font-size: 32px;
  font-weight: 700;
  padding-bottom: 15px;
}
.bk-room4-item .item-text h3:hover {
  color: var(--bk-prime-c);
}
.bk-room4-item .item-text ul {
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(39, 39, 39, 0.2);
}
.bk-room4-item .item-text li {
  font-size: 16px;
  margin-bottom: 5px;
  margin-right: 24px;
}
.bk-room4-item .item-text li:last-child {
  margin-right: 0;
}
.bk-room4-item .item-text li i {
  margin-right: 8px;
}
.bk-room4-item .item-bottom {
  gap: 15px;
}
.bk-room4-item .item-bottom .b-price span {
  font-size: 16px;
  padding-bottom: 5px;
}
.bk-room4-item .item-bottom .b-price h4 {
  color: #004040;
  font-size: 24px;
  font-weight: 600;
  font-family: var(--bk-body-font);
}
.bk-room4-item .item-bottom .b-price h4 sub {
  bottom: 0;
  font-size: 15px;
  font-weight: 400;
}
.bk-room4-item .item-bottom .b-btn a {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  padding: 8px 16px;
  border-radius: 12px;
  border: 1px solid var(--bk-prime-c);
}
.bk-room4-item .item-bottom .b-btn a:hover {
  color: #fff;
  background-color: var(--bk-prime-c);
}
.bk-room4-item:hover .item-img img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.bk-room4-item:hover .item-text {
  background-color: #EFE5DC;
}

/*---------------------------------------------------- */
/*Facility area*/
/*----------------------------------------------------*/
@-webkit-keyframes hithere {
  30% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  40%, 60% {
    -webkit-transform: rotate(-20deg) scale(1.2);
    transform: rotate(-20deg) scale(1.2);
  }
  50% {
    -webkit-transform: rotate(20deg) scale(1.2);
    transform: rotate(20deg) scale(1.2);
  }
  70% {
    -webkit-transform: rotate(0deg) scale(1.2);
    transform: rotate(0deg) scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes hithere {
  30% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  40%, 60% {
    -webkit-transform: rotate(-20deg) scale(1.2);
    transform: rotate(-20deg) scale(1.2);
  }
  50% {
    -webkit-transform: rotate(20deg) scale(1.2);
    transform: rotate(20deg) scale(1.2);
  }
  70% {
    -webkit-transform: rotate(0deg) scale(1.2);
    transform: rotate(0deg) scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.ed-feature5-sec {
  z-index: 2;
  position: relative;
}

.bk-sec-bg-wrap {
  z-index: 1;
  background-color: #000000;
}
.bk-sec-bg-wrap .bk-shape2-bg {
  right: 0;
  bottom: 0;
  z-index: -1;
}

.bk-facility3-sec .bk-shape1-bg {
  left: 0;
  top: 0;
  z-index: -1;
}
.bk-facility3-sec .bk-sec-title {
  max-width: 652px;
}
.bk-facility3-sec .bk-sec-title .subtitle {
  color: #fff;
}
.bk-facility3-sec .bk-sec-title .subtitle:before, .bk-facility3-sec .bk-sec-title .subtitle:after {
  background-color: #fff;
}
.bk-facility3-sec .bk-sec-title .subtitle i {
  border-top: 6px solid transparent;
  border-left: 8px solid #fff;
  border-bottom: 6px solid transparent;
}
.bk-facility3-sec .bk-sec-title .sec_title {
  color: #fff;
  font-size: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bk-facility3-sec .bk-sec-title .sec_title {
    font-size: 38px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bk-facility3-sec .bk-sec-title .sec_title {
    font-size: 36px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px) {
  .bk-facility3-sec .bk-sec-title .sec_title {
    font-size: 34px;
  }
}
@media (max-width: 480px) {
  .bk-facility3-sec .bk-sec-title .sec_title {
    font-size: 30px;
  }
}
@media (max-width: 360px) {
  .bk-facility3-sec .bk-sec-title .sec_title {
    font-size: 28px;
  }
}
.bk-facility3-sec .bk-sec-title p {
  color: #fff;
  max-width: 550px;
}

.bk-facility3-content {
  gap: 24px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr 24px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .bk-facility3-content {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bk-facility3-content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.bk-facility3-item {
  z-index: 1;
  overflow: hidden;
  position: relative;
  border-radius: 24px;
  background-color: #fff;
  padding: 40px 20px 35px;
}
.bk-facility3-item:nth-child(1) {
  z-index: 4;
}
.bk-facility3-item:nth-child(2) {
  z-index: 3;
}
.bk-facility3-item:nth-child(3) {
  z-index: 2;
}
.bk-facility3-item:nth-child(4) {
  z-index: 1;
}
.bk-facility3-item:before {
  right: 0;
  top: -164%;
  left: -43%;
  z-index: -1;
  content: "";
  width: 682px;
  height: 682px;
  position: absolute;
  border-radius: 100%;
  background-color: #F7F6F2;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bk-facility3-item:before {
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
  }
}
.bk-facility3-item:nth-child(even) {
  background-color: #EFE5DC;
}
.bk-facility3-item .item-icon {
  width: 96px;
  height: 96px;
  margin: 0 auto;
  margin-bottom: 38px;
  border-radius: 100%;
  border: 8px solid #fff;
  background-color: var(--bk-prime-c);
}
.bk-facility3-item .item-text h3 {
  font-size: 28px;
  font-weight: 700;
  padding-bottom: 15px;
}
.bk-facility3-item .item-text p {
  font-size: 17px;
}
.bk-facility3-item:hover .item-icon {
  -webkit-animation: hithere 1s ease infinite;
          animation: hithere 1s ease infinite;
}

.bk-fact-top {
  gap: 30px 30px;
}
.bk-fact-top h3 {
  color: #fff;
  font-size: 60px;
  font-weight: 700;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bk-fact-top h3 {
    font-size: 38px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bk-fact-top h3 {
    font-size: 36px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px) {
  .bk-fact-top h3 {
    font-size: 34px;
  }
}
@media (max-width: 480px) {
  .bk-fact-top h3 {
    font-size: 30px;
  }
}
@media (max-width: 360px) {
  .bk-fact-top h3 {
    font-size: 28px;
  }
}

.bk-fact-item {
  opacity: 0;
  gap: 15px 30px;
  padding: 40px 0px;
  border-bottom: 1px solid rgba(239, 229, 220, 0.15);
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.bk-fact-item:is(.in-view) {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bk-fact-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bk-fact-item {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}
.bk-fact-item:last-child {
  border: none;
  padding-bottom: 0;
}
.bk-fact-item p {
  color: #F7F6F2;
  max-width: 307px;
}
.bk-fact-item .item-img {
  width: 100%;
  max-width: 378px;
  overflow: hidden;
  border-radius: 12px;
}
.bk-fact-item .item-img img {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bk-fact-item .item-img {
    max-width: 300px;
  }
}
.bk-fact-item .item-text {
  padding-right: 15px;
}
.bk-fact-item .item-text h3 {
  color: #fff;
  line-height: 1;
  font-size: 180px;
  font-weight: 300;
  white-space: nowrap;
  letter-spacing: -10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .bk-fact-item .item-text h3 {
    font-size: 120px;
  }
}
@media (max-width: 480px) {
  .bk-fact-item .item-text h3 {
    font-size: 100px;
  }
}
.bk-fact-item .item-text sub {
  left: 15px;
  bottom: -80px;
  color: #F7F6F2;
  font-size: 18px;
}
.bk-fact-item:hover .item-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/*---------------------------------------------------- */
/*Food area*/
/*----------------------------------------------------*/
.bk-food-sec {
  background-color: #F7F6F2;
}

.bk-food-slider {
  width: 123%;
  margin-left: -220px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bk-food-slider {
    width: 100%;
    margin-left: 0;
  }
}

.bk-food-item {
  z-index: 1;
  position: relative;
  padding: 0px 15px 32px;
}
.bk-food-item:before {
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  content: "";
  z-index: -1;
  height: 80%;
  position: absolute;
  border-radius: 16px;
  background-color: #fff;
}
.bk-food-item .item-img-price {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  margin-bottom: 25px;
  border-radius: 100%;
}
.bk-food-item .inner-img {
  z-index: 1;
  width: 200px;
  height: 200px;
  position: relative;
  overflow: hidden;
  border-radius: 100%;
  border: 10px solid #F7F6F2;
}
.bk-food-item .inner-img img {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.bk-food-item .inner-img:before {
  position: absolute;
  height: 0;
  width: 0;
  top: 50%;
  left: 50%;
  content: "";
  padding-top: 0px;
  background-color: rgba(11, 11, 11, 0.4);
  text-align: center;
  border-radius: 100%;
  opacity: 0;
  z-index: 3;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.bk-food-item .inner-img:after {
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  top: 50%;
  left: 50%;
  z-index: 1;
  padding-top: 0px;
  border-radius: 100%;
  background-color: rgba(11, 11, 11, 0.4);
  text-align: center;
  opacity: 0;
  z-index: 4;
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease;
}
.bk-food-item .inner-price {
  left: 0;
  right: 0;
  top: -100px;
  color: #fff;
  width: 100px;
  height: 100px;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 32px;
  margin: 0 auto;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  font-weight: 700;
  position: absolute;
  border-radius: 100%;
  padding-bottom: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #004040;
  font-family: var(--bk-heading);
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.bk-food-item .item-text {
  margin: 0 auto;
  max-width: 308px;
}
.bk-food-item .item-text h3 {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 8px;
}
.bk-food-item .item-text h3:hover {
  color: var(--bk-prime-c);
}
.bk-food-item .item-text p {
  padding-bottom: 30px;
}
.bk-food-item .item-text .more_arrow {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  border-radius: 100%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border: 1px solid #EFE5DC;
}
.bk-food-item .item-text .more_arrow:hover {
  color: #fff;
  border: 1px solid var(--bk-prime-c);
  background-color: var(--bk-prime-c);
}
.bk-food-item:hover .inner-img:before {
  opacity: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.bk-food-item:hover .inner-img:after {
  opacity: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.bk-food-item:hover .inner-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.bk-food-item:hover .inner-price {
  top: -50px;
}

/*---------------------------------------------------- */
/*Project area*/
/*----------------------------------------------------*/
.bk-project3-sec {
  background-color: #004040;
}

.bk-pr3-pagi {
  right: 60px;
  z-index: 3;
  position: absolute;
  left: auto !important;
  top: 55% !important;
  width: auto !important;
  -webkit-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bk-pr3-pagi {
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transform: translateY(-70%) !important;
            transform: translateY(-70%) !important;
  }
}
.bk-pr3-pagi .swiper-pagination-bullet {
  opacity: 1;
  width: 48px;
  color: #fff;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  font-weight: 500;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #FFFFFF;
  background-color: transparent;
  margin-bottom: 18px !important;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.bk-pr3-pagi .swiper-pagination-bullet:is(.swiper-pagination-bullet-active) {
  color: #fff;
  background-color: var(--bk-prime-c);
  border: 1px solid var(--bk-prime-c);
}

.bk-project3-item {
  width: 65%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bk-project3-item {
    width: 75%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bk-project3-item {
    width: 100%;
    padding: 120px 0px;
  }
}
.bk-project3-item .item-img {
  width: 77%;
  height: 1018px;
  -webkit-transition: all 900ms ease-in-out;
  transition: all 900ms ease-in-out;
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bk-project3-item .item-img {
    display: none;
  }
}
.bk-project3-item .item-card-wrap {
  top: 50%;
  right: 30px;
  width: 100%;
  max-width: 504px;
  border-radius: 24px;
  position: absolute;
  background-color: #fff;
  padding: 32px 32px 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bk-project3-item .item-card-wrap {
    margin: 0 auto;
    position: static;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bk-project3-item .item-card-wrap {
    right: 0;
  }
}
.bk-project3-item .item-card-wrap .item-icon {
  z-index: 1;
  width: 96px;
  height: 96px;
  margin: 0 auto;
  position: relative;
  border-radius: 100%;
  border: 8px solid #FFFFFF;
  background-color: #000000;
}
.bk-project3-item .item-card-wrap .inner-img {
  height: 302px;
  overflow: hidden;
  margin-top: -48px;
  border-radius: 24px;
  margin-bottom: 24px;
}
.bk-project3-item .item-card-wrap .inner-img img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: all 900ms ease-in-out;
  transition: all 900ms ease-in-out;
}
.bk-project3-item .item-card-wrap .item-text span {
  color: #004040;
  padding-bottom: 5px;
  opacity: 0;
  -webkit-transition: 1000ms cubic-bezier(0.5, -0.75, 0.3, 2.5);
  transition: 1000ms cubic-bezier(0.5, -0.75, 0.3, 2.5);
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.bk-project3-item .item-card-wrap .item-text h3 {
  font-size: 32px;
  font-weight: 700;
  padding-bottom: 8px;
  opacity: 0;
  -webkit-transition: 1000ms cubic-bezier(0.5, -0.75, 0.3, 2.5);
  transition: 1000ms cubic-bezier(0.5, -0.75, 0.3, 2.5);
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.bk-project3-item .item-card-wrap .item-text p {
  opacity: 0.8;
  padding-bottom: 28px;
  opacity: 0;
  -webkit-transition: 1000ms cubic-bezier(0.5, -0.75, 0.3, 2.5);
  transition: 1000ms cubic-bezier(0.5, -0.75, 0.3, 2.5);
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.bk-project3-item .item-card-wrap .item-text .bk-btn1 {
  opacity: 0;
  -webkit-transition: 1000ms cubic-bezier(0.5, -0.75, 0.3, 2.5);
  transition: 1000ms cubic-bezier(0.5, -0.75, 0.3, 2.5);
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.bk-project3-item .item-card-wrap .item-text .bk-btn1 a {
  position: relative;
}
.bk-project3-item .item-card-wrap .item-text .bk-btn1 a:before {
  left: 0;
  bottom: -5px;
  width: 100%;
  content: "";
  height: 100%;
  position: absolute;
  border-radius: 10px;
  border-bottom: 1px solid var(--bk-prime-c);
}

.swiper-slide-active .bk-project3-item .item-img {
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.swiper-slide-active .bk-project3-item .item-card-wrap .inner-img img {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.swiper-slide-active .bk-project3-item .item-card-wrap .item-text span {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.swiper-slide-active .bk-project3-item .item-card-wrap .item-text h3 {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}
.swiper-slide-active .bk-project3-item .item-card-wrap .item-text p {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition-delay: 150ms;
          transition-delay: 150ms;
}
.swiper-slide-active .bk-project3-item .item-card-wrap .item-text .bk-btn1 {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}

/*---------------------------------------------------- */
/*Testimonial area*/
/*----------------------------------------------------*/
.bk-testi3-sec {
  background-color: #fff;
}

.bk-testi3-marque {
  display: flow-root;
}

.bk-testi3-content {
  position: relative;
}
.bk-testi3-content:before, .bk-testi3-content:after {
  top: 0;
  left: 0;
  z-index: 1;
  width: 29%;
  content: "";
  height: 100%;
  position: absolute;
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(24.59%, rgba(255, 255, 255, 0.2)), color-stop(50.39%, rgba(255, 255, 255, 0.8)), color-stop(74.95%, #FFFFFF), to(#FFFFFF));
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 24.59%, rgba(255, 255, 255, 0.8) 50.39%, #FFFFFF 74.95%, #FFFFFF 100%);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bk-testi3-content:before, .bk-testi3-content:after {
    display: none;
  }
}
.bk-testi3-content:after {
  right: 0;
  left: auto;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.bk-testi3-item {
  width: 100%;
  margin: 12px;
  padding: 36px;
  max-width: 504px;
  border-radius: 16px;
  display: inline-block;
  background-color: #F7F6F2;
}
.bk-testi3-item .item-top {
  margin-bottom: 34px;
}
.bk-testi3-item .item-top li {
  font-size: 17px;
  color: var(--bk-prime-c);
}
.bk-testi3-item .item-top a {
  color: #000000;
  font-size: 22px;
}
.bk-testi3-item .item-text {
  padding-bottom: 34px;
}
.bk-testi3-item .item-author {
  gap: 12px;
}
.bk-testi3-item .item-author .auth-img {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 100%;
}
.bk-testi3-item .item-author .auth-text h3 {
  color: #000000;
  font-size: 24px;
  font-weight: 700;
}
.bk-testi3-item .item-author .auth-text span {
  opacity: 0.8;
  font-size: 16px;
}

/*---------------------------------------------------- */
/*Gallery area*/
/*----------------------------------------------------*/
.bk-gallery-sec {
  z-index: 1;
  padding-top: 240px;
  padding-bottom: 132px;
  background-attachment: fixed;
}
.bk-gallery-sec:before {
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  height: 100%;
  z-index: -1;
  position: absolute;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.4)), color-stop(34.53%, rgba(0, 0, 0, 0.32)), to(rgba(0, 0, 0, 0.12)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.32) 34.53%, rgba(0, 0, 0, 0.12) 100%);
}

.bk-gallery-content {
  gap: 40px 140px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bk-gallery-content {
    gap: 40px 30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bk-gallery-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.bk-gallery-text {
  max-width: 435px;
}
.bk-gallery-text .bk-sec-title .subtitle {
  color: #fff;
}
.bk-gallery-text .bk-sec-title .subtitle:before, .bk-gallery-text .bk-sec-title .subtitle:after {
  background-color: #fff;
}
.bk-gallery-text .bk-sec-title .subtitle i {
  border-top: 6px solid transparent;
  border-left: 8px solid #fff;
  border-bottom: 6px solid transparent;
}
.bk-gallery-text .bk-sec-title .sec_title {
  color: #fff;
  font-size: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bk-gallery-text .bk-sec-title .sec_title {
    font-size: 38px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bk-gallery-text .bk-sec-title .sec_title {
    font-size: 36px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px) {
  .bk-gallery-text .bk-sec-title .sec_title {
    font-size: 34px;
  }
}
@media (max-width: 480px) {
  .bk-gallery-text .bk-sec-title .sec_title {
    font-size: 30px;
  }
}
@media (max-width: 360px) {
  .bk-gallery-text .bk-sec-title .sec_title {
    font-size: 28px;
  }
}
.bk-gallery-text .btn-wrap {
  gap: 12px;
}
.bk-gallery-text .btn-wrap a {
  color: #fff;
  font-weight: 500;
  padding: 12px 22px;
  border-radius: 12px;
  border: 1px solid #fff;
}
@media (max-width: 480px) {
  .bk-gallery-text .btn-wrap a {
    padding: 10px 20px;
  }
}
.bk-gallery-text .btn-wrap a:last-child {
  color: #fff;
  background-color: var(--bk-prime-c);
  border: 1px solid var(--bk-prime-c);
}
.bk-gallery-text .btn-wrap a:hover {
  color: #000;
  background-color: #fff;
  border: 1px solid #fff;
}

.bk-gallery-slide-area {
  width: 100%;
  max-width: 1145px;
  margin-right: -155px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bk-gallery-slide-area {
    margin-right: 0;
  }
}

.bk-gallery-item .item-img {
  overflow: hidden;
  border-radius: 16px;
}
.bk-gallery-item .item-img a {
  width: 100%;
  height: 100%;
  position: relative;
}
.bk-gallery-item .item-img a:after {
  left: 0;
  right: 0;
  top: 40%;
  opacity: 0;
  color: #fff;
  font-size: 30px;
  content: "\f066";
  font-weight: 900;
  text-align: center;
  position: absolute;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "Font Awesome 5 free";
}
.bk-gallery-item .item-img a:before {
  top: 0;
  left: 0;
  width: 0%;
  content: "";
  height: 100%;
  position: absolute;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  background-color: rgba(0, 0, 0, 0.5);
}
.bk-gallery-item:hover .item-img a:before {
  width: 100%;
}
.bk-gallery-item:hover .item-img a:after {
  top: 50%;
  opacity: 1;
}

.bk-gl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 48px;
}
.bk-gl-nav .bk-gl-prev,
.bk-gl-nav .bk-gl-next {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #fff;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.bk-gl-nav .bk-gl-prev:hover,
.bk-gl-nav .bk-gl-next:hover {
  color: #fff;
  background-color: var(--bk-prime-c);
}

/*---------------------------------------------------- */
/*Blog area*/
/*----------------------------------------------------*/
.bk-blog3-sec {
  background-color: #fff;
}

.bk-blog3-top {
  gap: 30px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bk-blog3-top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.bk-blog3-top .top-title h2 {
  line-height: 0.9;
  max-width: 630px;
  font-size: 140px;
  font-weight: 600;
  letter-spacing: -3px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bk-blog3-top .top-title h2 {
    font-size: 100px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bk-blog3-top .top-title h2 {
    font-size: 70px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px) {
  .bk-blog3-top .top-title h2 {
    font-size: 55px;
  }
}
@media (max-width: 480px) {
  .bk-blog3-top .top-title h2 {
    font-size: 45px;
  }
}
.bk-blog3-top p {
  max-width: 372px;
}

.bk-blog3-label {
  padding-top: 30px;
  border-top: 1px solid #EFE5DC;
}
.bk-blog3-label a {
  color: #004040;
  font-weight: 600;
  font-family: var(--bk-heading);
}
.bk-blog3-label a:last-child {
  text-transform: uppercase;
  text-decoration: underline;
}

.bk-blog3-text {
  width: 100%;
  max-width: 504px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .bk-blog3-text {
    max-width: 350px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bk-blog3-text {
    max-width: 100%;
  }
}
.bk-blog3-text h3 {
  font-weight: 600;
  font-size: 44px;
  max-width: 400px;
  line-height: 1.2;
  margin-bottom: 35px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bk-blog3-text h3 {
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .bk-blog3-text h3 {
    font-size: 36px;
  }
}

.bk-blog3-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bk-blog3-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.bk-blog3-item-feed {
  gap: 24px;
  display: -ms-grid;
  display: grid;
  max-width: 1032px;
  -ms-grid-columns: 1fr 24px 1fr;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bk-blog3-item-feed {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.bk-blog3-item .item-img {
  height: 360px;
  overflow: hidden;
  margin-bottom: 20px;
  border-radius: 12px;
}
.bk-blog3-item .item-img img {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.bk-blog3-item .item-text span {
  opacity: 0.8;
  font-size: 16px;
  padding-bottom: 12px;
}
.bk-blog3-item .item-text .blg_title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 18px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bk-blog3-item .item-text .blg_title {
    font-size: 24px;
  }
}
.bk-blog3-item .item-text .blg_title:hover {
  color: var(--bk-prime-c);
}
.bk-blog3-item .item-text .blog_more {
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  font-family: var(--bk-heading);
}
.bk-blog3-item .item-text .blog_more:hover {
  color: #004040;
  letter-spacing: 1px;
}
.bk-blog3-item:hover .item-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/*---------------------------------------------------- */
/*Footer Section*/
/*----------------------------------------------------*/
.bk-footer1-sponsor {
  background-color: var(--bk-prime-c);
}

.bk-ft-spon-wrap {
  width: 100%;
  max-width: 1140px;
  position: relative;
  padding: 70px 0px;
}
.bk-ft-spon-wrap:before, .bk-ft-spon-wrap:after {
  top: 0;
  left: 0;
  z-index: 2;
  width: 200px;
  content: "";
  height: 100%;
  position: absolute;
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bk-ft-spon-wrap:before, .bk-ft-spon-wrap:after {
    display: none;
  }
}
.bk-ft-spon-wrap:before {
  background: -webkit-gradient(linear, left top, right top, color-stop(1.53%, #C29D68), color-stop(50.59%, rgba(194, 157, 104, 0.95)), color-stop(74.35%, rgba(194, 157, 104, 0.8)), to(rgba(194, 157, 104, 0)));
  background: linear-gradient(90deg, #C29D68 1.53%, rgba(194, 157, 104, 0.95) 50.59%, rgba(194, 157, 104, 0.8) 74.35%, rgba(194, 157, 104, 0) 100%);
}
.bk-ft-spon-wrap:after {
  right: 0;
  left: auto;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  background: -webkit-gradient(linear, left top, right top, color-stop(1.53%, #C29D68), color-stop(36.98%, rgba(194, 157, 104, 0.95)), color-stop(61.56%, rgba(194, 157, 104, 0.8)), to(rgba(194, 157, 104, 0)));
  background: linear-gradient(90deg, #C29D68 1.53%, rgba(194, 157, 104, 0.95) 36.98%, rgba(194, 157, 104, 0.8) 61.56%, rgba(194, 157, 104, 0) 100%);
}

@-webkit-keyframes leftRight {
  0% {
    -webkit-transform: translateX(-15px);
            transform: translateX(-15px);
  }
  100% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
}

@keyframes leftRight {
  0% {
    -webkit-transform: translateX(-15px);
            transform: translateX(-15px);
  }
  100% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
}
.bk-spon-item .item-img {
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bk-footer1-widget-area {
  z-index: 2;
  padding-top: 88px;
  position: relative;
  background-color: #000000;
}

.bk-footer1-widget-wrap {
  gap: 40px 72px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bk-footer1-widget-wrap {
    gap: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bk-footer1-widget-wrap {
    gap: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bk-footer1-widget-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.bk-ftr1-menu-widget {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 540px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bk-ftr1-menu-widget {
    max-width: 400px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bk-ftr1-menu-widget {
    max-width: 380px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bk-ftr1-menu-widget {
    max-width: 100%;
    padding: 30px 0px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bk-ftr1-menu-widget {
    gap: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bk-ftr1-widget {
    width: 100%;
  }
}
.bk-ftr1-widget .widget-title {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  position: relative;
  margin-bottom: 28px;
  padding-bottom: 14px;
}
.bk-ftr1-widget .widget-title:before {
  left: 0;
  bottom: 0;
  width: 72px;
  height: 3px;
  content: "";
  position: absolute;
  background-color: var(--bk-prime-c);
}
.bk-ftr1-widget .widget-title span {
  position: relative;
}
.bk-ftr1-widget .widget-title span:before, .bk-ftr1-widget .widget-title span:after {
  width: 4px;
  height: 3px;
  content: "";
  bottom: -14px;
  position: absolute;
  background-color: #000;
  -webkit-animation: leftRight 3s linear infinite alternate;
          animation: leftRight 3s linear infinite alternate;
}
.bk-ftr1-widget .widget-title span:before {
  left: 35px;
}
.bk-ftr1-widget .widget-title span:after {
  left: 15px;
}
.bk-ftr1-widget .cta-widget {
  width: 100%;
  padding: 40px;
  max-width: 420px;
  margin-top: -195px;
  background-color: #1E1E1E;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bk-ftr1-widget .cta-widget {
    margin-top: 0;
    max-width: 300px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bk-ftr1-widget .cta-widget {
    max-width: 100%;
  }
}
.bk-ftr1-widget .cta-widget .brand-logo {
  margin-bottom: 48px;
}
.bk-ftr1-widget .cta-widget .brand-logo a {
  margin-bottom: 20px;
}
.bk-ftr1-widget .cta-widget .brand-logo p {
  color: #fff;
}
.bk-ftr1-widget .cta-widget .cta-info {
  gap: 12px;
  margin-bottom: 16px;
}
.bk-ftr1-widget .cta-widget .cta-info .c-icon {
  width: 36px;
  height: 36px;
  border-radius: 100%;
  border: 1px solid var(--bk-prime-c);
}
.bk-ftr1-widget .cta-widget .cta-info .c-icon svg path {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.bk-ftr1-widget .cta-widget .cta-info .c-text {
  color: #fff;
}
.bk-ftr1-widget .cta-widget .cta-info:hover .c-icon svg path {
  fill: var(--bk-prime-c);
}
.bk-ftr1-widget .cta-widget .cta-item-wrap {
  padding-bottom: 25px;
  border-bottom: 1px dashed rgba(247, 246, 242, 0.2);
}
.bk-ftr1-widget .cta-widget .cta-social {
  gap: 5px;
}
.bk-ftr1-widget .cta-widget .cta-social a {
  color: #fff;
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #272727;
}
.bk-ftr1-widget .cta-widget .cta-social a:hover {
  background-color: var(--bk-prime-c);
}
.bk-ftr1-widget .menu-widget li {
  margin-bottom: 15px;
}
.bk-ftr1-widget .menu-widget li a {
  color: #F7F6F2;
}
.bk-ftr1-widget .menu-widget li a:hover {
  color: var(--bk-prime-c);
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.bk-ftr1-widget .newslatter-widget {
  width: 100%;
  max-width: 420px;
  margin-top: -88px;
  margin-left: 80px;
  padding: 98px 40px;
  background-color: #1E1E1E;
  border: 1px solid #000000;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bk-ftr1-widget .newslatter-widget {
    margin-left: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bk-ftr1-widget .newslatter-widget {
    margin-top: 0;
    margin-left: 0;
    padding: 50px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bk-ftr1-widget .newslatter-widget {
    max-width: 100%;
    width: 100%;
  }
}
.bk-ftr1-widget .newslatter-widget p {
  padding-bottom: 45px;
  color: rgba(247, 246, 242, 0.7);
}
.bk-ftr1-widget .newslatter-widget input {
  width: 100%;
  height: 54px;
  border: none;
  color: #272727;
  margin-bottom: 20px;
  padding-left: 20px;
  background-color: #fff;
}
.bk-ftr1-widget .newslatter-widget input::-webkit-input-placeholder {
  color: #272727;
}
.bk-ftr1-widget .newslatter-widget input::-moz-placeholder {
  color: #272727;
}
.bk-ftr1-widget .newslatter-widget input:-ms-input-placeholder {
  color: #272727;
}
.bk-ftr1-widget .newslatter-widget input::-ms-input-placeholder {
  color: #272727;
}
.bk-ftr1-widget .newslatter-widget input::placeholder {
  color: #272727;
}
.bk-ftr1-widget .newslatter-widget button {
  color: #fff;
  height: 54px;
  width: 100%;
  border: none;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  background-color: var(--bk-prime-c);
}
.bk-ftr1-widget .newslatter-widget button:hover {
  background-color: #004040;
}

.bk-ftr-copyright {
  padding: 24px 0px;
  background-color: #004040;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bk-ftr-copyright .copyright-text {
    gap: 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}
.bk-ftr-copyright .inner-social {
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bk-ftr-copyright .inner-social a {
  color: #fff;
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  border: 1px solid #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bk-ftr-copyright .inner-social a:hover {
  color: var(--bk-prime-c);
  background-color: #fff;
}
.bk-ftr-copyright p {
  color: #fff;
}
.bk-ftr-copyright p a {
  text-decoration: underline;
}

.bk-footer2-top {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 1fr 1fr;
  grid-template-columns: 2fr 1fr 1fr;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bk-footer2-top {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.bk-ftr2-widget .map-widget {
  height: 444px;
}
.bk-ftr2-widget .widget-title {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  position: relative;
  margin-bottom: 28px;
  padding-bottom: 14px;
}
.bk-ftr2-widget .widget-title:before {
  left: 0;
  bottom: 0;
  width: 72px;
  height: 3px;
  content: "";
  position: absolute;
  background-color: var(--bk-prime-c);
}
.bk-ftr2-widget .widget-title span {
  position: relative;
}
.bk-ftr2-widget .widget-title span:before, .bk-ftr2-widget .widget-title span:after {
  width: 4px;
  height: 3px;
  content: "";
  bottom: -14px;
  position: absolute;
  background-color: #000;
  -webkit-animation: leftRight 3s linear infinite alternate;
          animation: leftRight 3s linear infinite alternate;
}
.bk-ftr2-widget .widget-title span:before {
  left: 35px;
}
.bk-ftr2-widget .widget-title span:after {
  left: 15px;
}
.bk-ftr2-widget .cta-widget {
  padding: 72px;
  height: 444px;
  background-color: var(--bk-prime-c);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bk-ftr2-widget .cta-widget {
    padding: 70px 30px;
  }
}
.bk-ftr2-widget .cta-widget .item-icon {
  margin-bottom: 20px;
}
.bk-ftr2-widget .cta-widget .widget-title:before {
  background-color: #fff;
}
.bk-ftr2-widget .cta-widget .widget-title span:before, .bk-ftr2-widget .cta-widget .widget-title span:after {
  background-color: var(--bk-prime-c);
}
.bk-ftr2-widget .cta-widget .item-info {
  margin-bottom: 20px;
}
.bk-ftr2-widget .cta-widget .item-info h4 {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  padding-bottom: 8px;
}
.bk-ftr2-widget .cta-widget .item-info span {
  color: #fff;
}
.bk-ftr2-widget .cta-widget:is(.ver_2) {
  background-color: #000;
}
.bk-ftr2-widget .cta-widget:is(.ver_2) .widget-title:before {
  background-color: #fff;
}
.bk-ftr2-widget .cta-widget:is(.ver_2) .widget-title span:before, .bk-ftr2-widget .cta-widget:is(.ver_2) .widget-title span:after {
  background-color: #000;
}

.bk-footer2-bottom {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bk-footer2-bottom {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.bk-footer2-bottom .bk-ftr1-menu-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 70px;
  padding-bottom: 75px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #1E1E1E;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bk-footer2-bottom .bk-ftr1-menu-area {
    padding-left: 30px;
  }
}

.bk-ftr2-newslatter {
  background-color: #000000;
}

.bk-ftr2-widget .newsltr-widget {
  padding-top: 70px;
  padding-left: 72px;
  padding-right: 15px;
  padding-bottom: 75px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bk-ftr2-widget .newsltr-widget {
    padding-left: 30px;
  }
}
.bk-ftr2-widget .newsltr-widget p {
  color: #fff;
}
.bk-ftr2-widget .newsltr-widget .form {
  gap: 20px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  max-width: 720px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .bk-ftr2-widget .newsltr-widget .form {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.bk-ftr2-widget .newsltr-widget .form input {
  width: 100%;
  height: 54px;
  border: none;
  padding-left: 20px;
}
.bk-ftr2-widget .newsltr-widget .form button {
  color: #fff;
  height: 54px;
  border: none;
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
  padding: 15px 20px;
  background-color: var(--bk-prime-c);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.bk-ftr2-widget .newsltr-widget .form button:hover {
  background-color: #fff;
  color: var(--bk-prime-c);
}

/*---------------------------------------------------- */
/******* INNER PAGE *******/
/*Breadcrumb area*/
/*----------------------------------------------------*/

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 481px) and (max-width: 575px),
(max-width: 480px) {
  .sn-breadcrumb-sec {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 481px) and (max-width: 575px),
(max-width: 480px) {
  .sn-breadcrumb-sec {
    padding-top: 80px;
  }
}

.sn-breadcrumb-sec .sn-breadcrumb-wrapper {
  overflow: hidden;
}

.sn-breadcrumb-content {
  padding: 130px 0px;
  padding-top: 180px;
}

@media only screen and (min-width: 481px) and (max-width: 575px),
(max-width: 480px) {
  .sn-breadcrumb-content {
    padding: 75px 0px;
  }
}

.sn-breadcrumb-content .bread_title {
  font-size: 52px;
  font-weight: 600;
  letter-spacing: -1px;
  margin-bottom: 25px;
  color: #fff;
}

@media only screen and (min-width: 481px) and (max-width: 575px) {
  .sn-breadcrumb-content .bread_tiftle {
    font-size: 48px;
  }
}

@media (max-width: 480px) {
  .sn-breadcrumb-content .bread_title {
    font-size: 42px;
  }
}

@media (max-width: 360px) {
  .sn-breadcrumb-content .bread_title {
    font-size: 36px;
  }
}

.sn-breadcrumb-content ul {
  padding: 14px 24px;
  border-radius: 10px;
  display: inline-block;
  background: #fff;
  font-family: var(--bk-heading);
  border: 1px solid rgba(96, 91, 255, 0.2392156863);
  -webkit-box-shadow: 0px -4px 4px 0px rgba(0, 0, 0, 0.2509803922) inset;
  box-shadow: 0px -4px 4px 0px rgba(0, 0, 0, 0.2509803922) inset;
}

.sn-breadcrumb-content ul li {
  position: relative;
  margin-right: 38px;
  color: rgba(0, 0, 0, 0.52);
}

.sn-breadcrumb-content ul li:before {
  top: 2px;
  right: -35px;
  width: 24px;
  height: 24px;
  content: "";
  position: absolute;
  background-image: url(../img/ic22.svg);
  background-repeat: no-repeat;
}

.sn-breadcrumb-content ul li:last-child {
  margin-right: 0;
}

.sn-breadcrumb-content ul li:last-child:before {
  display: none;
}

.sn-breadcrumb-content ul li a {
  color: rgb(0, 0, 0);
}

.sn-breadcrumb-wrapper {
  position: relative;
  z-index: 1;
}

.sn-breadcrumb-wrapper:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: var(--bk-prime-c);;
  z-index: -1;
  opacity: .6;
}

/*---------------------------------------------------- */
/*Sidebar area*/
/*----------------------------------------------------*/
.sn-sidebar-wrap {
  padding: 16px;
  border-radius: 12px;
  background-color: #fff;
}

.sn-sidebar-widget {
  padding: 30px 28px;
  margin-bottom: 16px;
  border-radius: 12px;
  background-color: #F4F4F4;
}

.sn-sidebar-widget .widget-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 16px;
}

.sn-sidebar-widget:last-child {
  margin-bottom: 0;
}

.sn-sidebar-widget .search-widget form {
  position: relative;
}

.sn-sidebar-widget .search-widget input {
  width: 100%;
  height: 54px;
  border: none;
  padding-left: 20px;
  border-radius: 5px;
  background-color: #fff;
}

.sn-sidebar-widget .search-widget input::-webkit-input-placeholder {
  color: #414141;
}

.sn-sidebar-widget .search-widget input::-moz-placeholder {
  color: #414141;
}

.sn-sidebar-widget .search-widget input:-ms-input-placeholder {
  color: #414141;
}

.sn-sidebar-widget .search-widget input::-ms-input-placeholder {
  color: #414141;
}

.sn-sidebar-widget .search-widget input::placeholder {
  color: #414141;
}

.sn-sidebar-widget .search-widget button {
  top: 0;
  right: 0;
  width: 54px;
  color: #fff;
  height: 54px;
  border: none;
  border-radius: 5px;
  position: absolute;
  background-color: var(--bk-prime-c);
}

.widget_categories ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sn-sidebar-widget .category-widget li,
.widget_categories li {
  margin-bottom: 8px;
}

.sn-sidebar-widget .category-widget li:last-child,
.widget_categories li:last-child {
  margin-bottom: 0;
}

.sn-sidebar-widget .category-widget li a,
.widget_categories li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #414141;
  position: relative;
  border-radius: 6px;
  padding: 16px 20px 12px;
  border: 1px solid rgba(0, 0, 0, 0.1215686275);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sn-sidebar-widget .category-widget li a:hover,
.widget_categories li a:hover {
  color: #fff;
  background-color: #000000;
}

.sn-sidebar-widget .recent-post-item {
  gap: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 481px) and (max-width: 575px),
(max-width: 480px) {
  .sn-sidebar-widget .recent-post-item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.sn-sidebar-widget .recent-post-item:last-child {
  margin-bottom: 0;
}

.sn-sidebar-widget .recent-post-item .item-img {
  width: 112px;
  height: 123px;
  overflow: hidden;
  border-radius: 4px;
}

.sn-sidebar-widget .recent-post-item .item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.sn-sidebar-widget .recent-post-item .item-text {
  max-width: 190px;
}

.sn-sidebar-widget .recent-post-item .item-text span {
  color: #6B7280;
  margin-bottom: 5px;
}

.sn-sidebar-widget .recent-post-item .item-text span i {
  color: var(--bk-prime-c);
  margin-right: 5px;
}

.sn-sidebar-widget .recent-post-item .item-text h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
}

.sn-sidebar-widget .tag-widget li a,
.tagcloud a {
  margin: 5px 2px;
  font-size: 14px !important;
  font-weight: 500;
  padding: 7px 10px;
  border-radius: 4px;
  background-color: #fff;
}

.sn-sidebar-widget .tag-widget li a:hover,
.tagcloud a:hover {
  color: #fff;
  background-color: var(--bk-prime-c);
}

.sn-sidebar-widget .follow-widget .follow-icon {
  gap: 16px;
}

.sn-sidebar-widget .follow-widget a {
  z-index: 1;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 8px;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
}

.sn-sidebar-widget .follow-widget a:before {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 0%;
  content: "";
  border-radius: 8px;
  position: absolute;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  background: linear-gradient(94.57deg, #34C9FF 0%, #8BA3FF 33.06%, #FD76E8 66.11%, #FF9951 100%);
}

.sn-sidebar-widget .follow-widget a:hover {
  color: #fff;
}

.sn-sidebar-widget .follow-widget a:hover:before {
  height: 100%;
}

/*---------------------------------------------------- */
/*Blog Page area*/
/*----------------------------------------------------*/
@-webkit-keyframes border_animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }

  20% {
    -webkit-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0;
  }
}

@keyframes border_animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }

  20% {
    -webkit-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0;
  }
}

.sn-blog-list-feed {
  margin: 0 auto;
  padding: 32px;
  border-radius: 12px;
  margin-bottom: 32px;
  -webkit-box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.1019607843);
  box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.1019607843);
}

@media only screen and (min-width: 481px) and (max-width: 575px),
(max-width: 480px) {
  .sn-blog-list-feed {
    padding: 15px;
  }
}

.sn-blog-list-feed .item-img {
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 30px;
}

.sn-blog-list-feed .item-img img {
  width: 100%;
  height: 345px;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: center;
}

@media only screen and (min-width: 481px) and (max-width: 575px),
(max-width: 480px) {
  .sn-blog-list-feed .item-img {
    height: 280px;
  }
}

.sn-blog-list-feed .item-img .sn-vd5-play {
  width: auto;
  height: auto;
}

.sn-blog-list-feed .item-img .inner-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media only screen and (min-width: 481px) and (max-width: 575px),
(max-width: 480px) {
  .sn-blog-list-feed .item-img .inner-img {
    height: 280px;
  }
}

@media only screen and (min-width: 481px) and (max-width: 575px),
(max-width: 480px) {
  .sn-blog-list-feed .item-img .blog-item-img-slide {
    height: 280px;
  }
}

.sn-blog-list-feed .item-img .blog-item-img-slide .slide-item-img {
  width: 100%;
  height: 100%;
}

.sn-blog-list-feed .item-img .blog-item-img-slide .slide-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.sn-blog-list-feed .item-text .blog_title {
  color: #261723;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.25;
  padding-bottom: 15px;
  font-family: var(--rh-body-font);
}

@media (max-width: 480px) {
  .sn-blog-list-feed .item-text .blog_title {
    font-size: 26px;
  }
}

.sn-blog-list-feed .item-text p {
  padding-bottom: 20px;
}

.sn-blog-list-feed .item-text .read_more {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
}

.sn-blog-list-feed .item-text .read_more span {
  gap: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.sn-blog-list-feed .item-text .read_more span:hover {
  letter-spacing: 1px;
}

.sn-blog-list-feed .item-text .read_more span:hover i {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sn-blog-list-feed .item-text .read_more i {
  width: 32px;
  color: #fff;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  margin-left: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: var(--bk-prime-c);
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.sn-blog-list-feed .blog-item-meta {
  margin-bottom: 5px;
  padding-bottom: 12px;
}

.sn-blog-list-feed .blog-item-meta a {
  color: #504E4E;
  font-size: 18px;
  font-weight: 500;
  margin-right: 50px;
  margin-bottom: 10px;
}

@media only screen and (min-width: 481px) and (max-width: 575px),
(max-width: 480px) {
  .sn-blog-list-feed .blog-item-meta a {
    margin-right: 15px;
  }
}

.sn-blog-list-feed .blog-item-meta a i {
  margin-right: 5px;
}

.sn-blog-list-feed .blog-item-meta a i img {
  width: 40px;
  height: 40px;
  border-radius: 100%;
}

.sn-blog-list-feed .blog-item-meta a:last-child {
  margin-right: 0;
}

.blog-item-arrow .nav-arrow {
  top: 50%;
  z-index: 1;
  width: 48px;
  height: 48px;
  color: #fff;
  position: absolute;
  border-radius: 100%;
  border: 2px solid #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  backdrop-filter: blur(5px);
}

.blog-item-arrow .nav-arrow:hover {
  color: #fff;
  border: 2px solid var(--bk-prime-c);
  background: var(--bk-prime-c);
}

.blog-item-arrow .log-blog-button-prev {
  left: 30px;
}

.blog-item-arrow .log-blog-button-next {
  right: 30px;
}

.sn-vd5-play {
  width: 180px;
  height: 180px;
  margin: 0 auto;
  border-radius: 100%;
}

.sn-vd5-play .video-play-btn {
  left: 0;
  top: 50%;
  right: 0;
  opacity: 1;
  margin: 0 auto;
  position: absolute;
  visibility: visible;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sn-vd5-play .video-play-btn .video_btn_border {
  border: 15px solid rgba(255, 255, 255, 0.7);
}

.sn-vd5-play .video-play-btn a {
  width: 108px;
  height: 108px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  border-radius: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  color: #000;
}

.sn-vd5-play .video-play-btn .video_btn_border {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 60px;
  position: absolute;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  border: 15px solid rgba(255, 255, 255, 0.7);
  -webkit-animation: border_animation 3.9s linear 0s infinite;
  animation: border_animation 3.9s linear 0s infinite;
}

.sn-vd5-play .video-play-btn .video_btn_border.border_wrap-2 {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}

.sn-vd5-play .video-play-btn .video_btn_border.border_wrap-3 {
  -webkit-animation-delay: 2.6s;
  animation-delay: 2.6s;
}

/*---------------------------------------------------- */
/*Blog Details area*/
/*----------------------------------------------------*/

section#sn-b-thumbnail {
  background: #000;
}


.b-thumbnail {
  margin: 0 auto;
}

.b-thumbnail h3 {
  margin: 0 auto;
  font-size: 48px;
  line-height: 1;
  max-width: 765px;
  font-weight: 700;
  text-align: center;
  padding: 255px 15px;
  color: #fff;
}

@media only screen and (min-width: 481px) and (max-width: 575px) {
  .b-thumbnail h3 {
    font-size: 40px;
    padding: 150px 15px;
  }
}

@media (max-width: 480px) {
  .b-thumbnail h3 {
    font-size: 30px;
  }
}

.b-thumbnail .b-thumb-meta {
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  max-width: 680px;
  background-color: #F5F5F5;
  padding: 25px 15px 23px;
  border-radius: 12px 12px 0px 0px;
}

@media (max-width: 480px) {
  .b-thumbnail .b-thumb-meta {
    padding: 15px 15px 13px;
  }
}

.b-thumbnail .b-thumb-meta a {
  color: #535862;
  font-size: 18px;
  margin: 0px 30px;
}

@media only screen and (min-width: 481px) and (max-width: 575px),
(max-width: 480px) {
  .b-thumbnail .b-thumb-meta a {
    margin: 0px 10px;
  }
}

@media (max-width: 480px) {
  .b-thumbnail .b-thumb-meta a {
    margin: 0px 5px;
  }
}

.b-thumbnail .b-thumb-meta a i {
  margin-right: 5px;
  color: var(--ag-color-1);
}

.sn-b-details-content {
  margin: 0 auto;
  max-width: 730px;
}

.sn-b-details-content h3 {
  font-size: 26px;
  font-weight: 600;
  padding-bottom: 28px;
}

.sn-b-details-content .wp-block-image {
  margin: 30px 0px;
  margin-left: -150px;
  margin-right: -150px;
}

.sn-b-details-content p {
  margin-bottom: 30px;
}

p.form-submit {
  display: none;
}

.sn-b-details-content blockquote {
  margin-top: 30px;
  color: #414141;
  font-size: 20px;
  font-weight: 500;
  padding: 40px 30px;
  font-style: italic;
  position: relative;
  border-radius: 8px;
  margin-bottom: 30px;
  background-color: #FFFFFF;
  border-left: 4px solid #34C9FF;
  border-right: 4px solid #FF9951;
}

.sn-b-details-content blockquote span {
  display: block;
  margin-top: 8px;
  padding-left: 55px;
  position: relative;
  text-transform: uppercase;
}

.sn-b-details-content blockquote span:before {
  left: 0;
  top: 12px;
  width: 40px;
  content: "";
  height: 2px;
  border-radius: 4px;
  position: absolute;
  background: linear-gradient(94.57deg, #34C9FF 0%, #8BA3FF 33.06%, #FD76E8 66.11%, #FF9951 100%);
}

.sn-b-details-content blockquote:after {
  top: 20px;
  left: 20px;
  width: 57px;
  opacity: 0.1;
  content: "";
  height: 39px;
  position: absolute;
}

.art-blog-share-tag {
  margin: 0 auto;
  max-width: 730px;
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
}

.art-blog-share-tag span {
  color: #261723;
  font-size: 20px;
  display: block;
  font-weight: 700;
  margin-right: 15px;
}

.art-blog-share-tag .art-blog-tag a {
  margin: 5px;
  font-size: 14px;
  padding: 5px 15px;
  border-radius: 5px;
  display: inline-block;
  background-color: #fff;
}

.art-blog-share-tag .art-blog-tag a:hover {
  color: #fff;
  background-color: var(--bk-prime-c);
}

.art-blog-share-tag .art-blog-share a {
  width: 36px;
  margin: 5px;
  height: 36px;
  border-radius: 100%;
  display: inline-block;
}

.art-blog-details-author {
  padding: 30px;
  gap: 30px 25px;
  margin: 0 auto;
  max-width: 730px;
  margin-top: 40px;
  border-radius: 10px;
  background: #E8EAEC;
}

.art-blog-details-author .admin-title-social {
  margin-bottom: 10px;
}

.art-blog-details-author .inner-img {
  width: 140px;
  height: 140px;
  overflow: hidden;
  border-radius: 100%;
  border: 4px solid #fff;
}

.art-blog-details-author .inner-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.art-blog-details-author .inner-text {
  max-width: 490px;
}

.art-blog-details-author .inner-text h4 {
  color: #261723;
  line-height: 1;
  font-size: 24px;
  font-weight: 500;
}

.art-blog-details-author .inner-text p {
  color: #261723;
}

.art-blog-details-author .inner-social {
  margin-top: 15px;
}

.art-blog-details-author .inner-social a {
  color: #261723;
  margin-right: 15px;
}

.art-blog-details-author .inner-social a:hover {
  color: var(--bk-prime-c);
}

.art-b-comment-form {
  padding: 45px;
  margin: 0 auto;
  max-width: 730px;
  border-radius: 12px;
  margin-top: 60px;
  background-color: #F4F4F4;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.art-b-comment-form h3 {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 30px;
}

.art-b-comment-form input,
.art-b-comment-form textarea {
  width: 100%;
  width: 100%;
  height: 56px;
  border: none;
  border-radius: 8px;
  padding-left: 24px;
  margin-bottom: 16px;
  background-color: #fff;
}

.art-b-comment-form textarea {
  height: 148px;
  padding-top: 20px;
}
