/*

@Author: Vien Digital
@URL: http://www.viendigital.com
 
This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
theme.


	// Table of contents //

		01. FONTS
		02. BODY
		03. LOCOMOTIVE
		04. HTML ELEMENTS
		05. LINKS
		06. FORM ELEMENTS
		07. SPACING
		08. ACCORDION
		09. HAMBURGER
		10. PRELOADER
		11. PAGE TRANSITION
		12. SEARCH BOX
		13. SIDE WIDGET
		14. NAVBAR 
		15. SLIDER
		16. PLAY NOW
		17. PAGE HEADER
		18. CONTENT SECTION
		19. VIDEO BG
		20. CUSTOM LINK
		21. CUSTOM BUTTON
		22. CIRCLE BUTTON
		23. IMAGE BOX
		24. SIDE ICON LIST
		25. IMAGE BOX CAROUSEL
		26. SIDE CONTENT
		27. SIDE IMAGE
		28. SIDE LIST
		29. SIDE ARTS
		30. COUNTER BOX
		31. IMAGE CONTENT BOX
		32. TESTIMONIALS BOX
		33. COLLECTION BOX
		34. EXHIBITION BOX
		35. TEXT BOX
		36. ART SLIDER
		37. HORIZONTAL SCROLL
		38. IMAGE ICON BOX
		39. CTA BOX
		40. NOTE BOX
		41. RECENT NEWS
		42. NEWSLETTER BOX
		43. CONTACT BOX
		44. CONTACT FORM
		45. GOOGLE MAPS
		46. BLOG POST
		47. SIDEBAR
		48. FOOTER

	

*/
/*@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600&amp;family=DM+Sans:wght@400;500;700&amp;display=swap");*/
* {
  outline: none !important;
}

body {
  margin: 0;
  padding: 0;
   font-family: "Exo 2", sans-serif;
  font-size: 17px;
	overflow-x:hidden !important;
}

/* LOCOMOTIVE */
.no-transform {
  transform: none !important;
}

html.has-scroll-smooth {
  overflow: hidden;
}

html.has-scroll-dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.svc-card img {
    width: 100px !important;
}
      

.has-scroll-smooth body {
  overflow: hidden;
}

.has-scroll-smooth [data-scroll-container] {
  min-height: 100vh;
}

/* HTML ELEMENTS */
img {
  max-width: 100%;
}

iframe {
  max-width: 100%;
}

/* LINKS */
a {
  text-decoration: none;
  color: #080808;
}

a:hover {
  text-decoration: underline;
  color: #080808;
}

/* FORM ELEMENTS */
input[type="text"] {
  width: 420px;
  max-width: 100%;
  height: 70px;
  padding: 0 30px;
  border: 1px solid #cecece;
}

input[type="email"] {
  width: 420px;
  max-width: 100%;
  height: 70px;
  padding: 0 30px;
  border: 1px solid #cecece;
}

      .svc-card {
    display: flex;
    align-items: center;
    gap: 20px;
    transition: all 0.3s ease;
    flex-direction: column;
}

input[type="search"] {
  width: 420px;
  max-width: 100%;
  height: 70px;
  padding: 0 30px;
  border: 1px solid #cecece;
}

input[type="password"] {
  width: 420px;
  max-width: 100%;
  height: 70px;
  padding: 0 30px;
  border: 1px solid #cecece;
}

input[type="number"] {
  width: 420px;
  max-width: 100%;
  height: 70px;
  padding: 0 30px;
  border: 1px solid #cecece;
}

input[type="date"] {
  width: 420px;
  max-width: 100%;
  height: 70px;
  padding: 0 30px;
  border: 1px solid #cecece;
}

input[type="radio"] {
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-right: 4px;
  transform: translateY(3px);
  appearance: none;
  background: #ededed;
  border-radius: 50%;
}

input[type="radio"]:checked {
  border: 6px solid #080808;
}

input[type="checkbox"] {
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-right: 4px;
  transform: translateY(3px);
  appearance: none;
  background: #ededed;
}

input[type="checkbox"]:checked {
  border: 4px solid #ededed;
  background: #080808;
}

textarea {
  width: 520px;
  max-width: 100%;
  height: 140px;
  padding: 30px;
  border: 1px solid #cecece;
}

select {
  width: 420px;
  max-width: 100%;
  height: 70px;
  padding: 0 30px;
  border: 1px solid #cecece;
}
select {
  appearance: none; /* removes default arrow (for full control) */
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 10px 40px 10px 12px; /* space for custom icon */
  font-size: 16px;
  line-height: 1.5;
  background-image: url("data:image/svg+xml,%3Csvg fill='black' height='12' width='12' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
  border-radius: 4px;
  width: 100%;
  box-sizing: border-box;
}

select:focus {
  background-image: linear-gradient(45deg, gray 50%, transparent 50%), linear-gradient(135deg, transparent 50%, gray 50%);
  background-position: calc(100% - 25px) 34px, calc(100% - 30px) 34px, calc(100% - 3.5em) 20px;
  background-size: 5px 5px, 5px 5px, 1px 40px;
  background-repeat: no-repeat;
  border-color: gray;
  outline: 0;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

input[type="submit"] {
  height: 70px;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  background: #08769c;
  border: none;
  padding: 0 50px;
}

button[type="submit"] {
  height: 70px;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #080808;
  background: #08769c;
  border: none;
  padding: 0 50px;
}
button[type="submit"] i {
  display: inline-block;
  margin-right: 8px;
  font-size: 18px;
  transform: translateY(2px);
}

/* SPACING */
.no-spacing {
  margin: 0 !important;
  padding: 0 !important;
}

.no-bottom-spacing {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.spacing-400 {
  height: 400px;
}

.spacing-200 {
  height: 200px;
}

.spacing-100 {
  height: 100px;
}

.spacing-50 {
  height: 50px;
}

/* ACCORDION */
.accordion {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
  .accordion dt {
      margin: 0;
      border-bottom: 1px solid #ddd;
    }

    .accordion dt a {
      display: block;
      padding: 12px 16px;
      text-decoration: none;
      font-weight: 600;
      color: #333;
      cursor: pointer;
    }

    .accordion dd {
      margin: 0;
      padding: 0 16px 12px;
      display: none;
      color: #555;
      font-size: 15px;
    }

    .accordion dd.open {
      display: block;
    }
/* HAMBURGER */
.hamburger path {
  -webkit-transform: translate3d(0, 0, 0);
  fill: transparent;
  stroke-width: 2px;
  stroke: #000;
  stroke-linecap: round;
  transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
}
.hamburger path.line-center {
  padding: 10px 0;
}
.hamburger.active .line-center {
  -moz-transform: translateX(-50px);
  -webkit-transform: translateX(-50px);
  -o-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  transform: translateX(-50px);
}
.hamburger.active .line-top {
  -moz-transform: rotate(45deg) translateX(6px) translateY(-9px);
  -webkit-transform: rotate(45deg) translateX(6px) translateY(-9px);
  -o-transform: rotate(45deg) translateX(6px) translateY(-9px);
  -ms-transform: rotate(45deg) translateX(6px) translateY(-9px);
  transform: rotate(45deg) translateX(6px) translateY(-9px);
}
.hamburger.active .line-bottom {
  -moz-transform: rotate(-45deg) translateX(-15px) translateY(0px);
  -webkit-transform: rotate(-45deg) translateX(-15px) translateY(0px);
  -o-transform: rotate(-45deg) translateX(-15px) translateY(0px);
  -ms-transform: rotate(-45deg) translateX(-15px) translateY(0px);
  transform: rotate(-45deg) translateX(-15px) translateY(0px);
}

/* PRELOADER */
.preloader {
  width: 100vw;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 1s;
  overflow: hidden;
}
.preloader .inner {
  display: inline-block;
  position: relative;
  z-index: 1;
  animation-name: preloader-inner;
  animation-duration: 0.8s;
  transition: all ease 0.8s;
}
.preloader .inner figure {
  width: 200px;
  height: 200px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  margin-bottom: 0;
}
.preloader .inner figure img {
  height: 70px;
}
.preloader .inner small {
  width: 100%;
  display: block;
  color: #fff;
  font-family:  "Exo 2", sans-serif;
  font-size: 18px;
  text-align: center;
  margin-top: 15px;
}
.preloader .inner .progress-bar {
  background: none;
}
.preloader svg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  fill: #080808;
}
.preloader svg path {
  animation-name: preloader-svg;
  -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-duration: 0.7s;
  animation-play-state: paused;
  animation-fill-mode: forwards;
}

/* BEFORE PAGE LOADED */
.navbar {
  transform: translateY(-100%);
  transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
  transition-delay: 0.20s;
}

.slider {
  transform: scale(1.4);
  transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
  transition-delay: 0.25s;
  opacity: 0;
}

.page-header {
  transform: scale(1.4);
  transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
  transition-delay: 0.25s;
  opacity: 0;
}

/* PAGE LOADED */
.page-loaded .preloader {
  top: 100%;
}

.page-loaded .preloader .inner {
  transform: translateY(50px);
  opacity: 0;
}

.page-loaded .preloader svg path {
  animation-play-state: running;
}

.page-loaded .navbar {
  transform: translateY(0);
}

.page-loaded .slider {
  transform: scale(1);
  opacity: 1;
}

.page-loaded .page-header {
  transform: scale(1);
  opacity: 1;
}

/* PAGE TRANSITION */
.page-transition {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: -100%;
  z-index: 99;
  transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  overflow: hidden;
}
.page-transition.active {
  top: 0;
}
.page-transition.active svg path {
  animation-name: page-transition;
  -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
.page-transition svg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  fill: #080808;
}

/* SEARCH BOX */
.search-box {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 8;
  background: #fff;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -ms-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.search-box.active {
  opacity: 1;
  visibility: visible;
}
.search-box .container {
  display: flex;
  flex-wrap: wrap;
}
.search-box .container .form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  margin-bottom: 40px;
}
.search-box .container .form h3 {
  width: 100%;
  display: block;
  font-family:  "Exo 2", sans-serif;
  margin-bottom: 30px;
  font-size: 30px;
}
.search-box .container .form input[type="search"] {
  width: 70%;
  border: none;
  border-bottom: 2px solid #eee;
  margin: 0 15%;
  margin-bottom: 20px;
  font-size: 19px;
}
.search-box .container .search-events {
  width: 100%;
  display: block;
  margin-top: 5vh;
}
.search-box .container .search-events ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.search-box .container .search-events ul li {
  flex: 1;
  margin: 0;
  padding: 0 5%;
  list-style: none;
  text-align: center;
}
.search-box .container .search-events ul li h5 {
  width: 100%;
  display: block;
  font-size: 20px;
  font-family:  "Exo 2", sans-serif;
  font-weight: 400;
}
.search-box .container .search-events ul li h5 a {
  display: inline;
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0) calc(99% - 1px), #080808 2px);
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0) calc(99% - 1px), #080808 2px);
  background-image: linear-gradient(rgba(0, 0, 0, 0) calc(99% - 1px), #080808 1px);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 0.5s;
}
.search-box .container .search-events ul li h5 a:hover {
  background-size: 100% 100%;
  text-decoration: none;
}
.search-box .container .search-events ul li small {
  width: 100%;
  display: block;
  opacity: 0.7;
}

/* SIDE WIDGET */
.side-widget {
  width: 540px;
  max-width: 80vw;
  height: 100vh;
  min-height: 500px;
  display: flex;
  flex-wrap: wrap;
  position: fixed;
  left: -100%;
  top: 0;
  z-index: 10;
  padding: 30px 50px;
  padding-right: 110px;
  color: #fff;
  transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
  overflow: hidden;
}
.side-widget.active {
  left: 0;
}
.side-widget.active .logo {
  opacity: 1;
  transform: translateX(0);
}
.side-widget.active .inner {
  opacity: 1;
  transform: translateX(0);
}
.side-widget.active .display-mobile {
  opacity: 1;
  transform: translateX(0);
}
.side-widget.active svg path {
  animation-name: side-widget-in;
  -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}
.side-widget svg {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  fill: #f5f5f5;
}
.side-widget svg path {
  animation-name: side-widget-out;
  -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}
.side-widget .logo {
  width: 100%;
  display: block;
  margin-bottom: 20px;
  position: relative;
  opacity: 0;
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -ms-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  transform: translateX(-100px);
}
.side-widget .logo img {
  height: 62px;
}
.side-widget .inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  opacity: 0;
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -ms-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  transform: translateX(-100px);
}
.side-widget .inner .widget {
  width: 100%;
  display: block;
  margin-bottom: 30px;
}
.side-widget .inner .widget:last-child {
  margin-bottom: 0;
}
.side-widget .inner .widget p:last-child {
  margin-bottom: 0;
  font-weight: 400;
  opacity: 0.8;
}
.side-widget .inner .widget-title {
  width: 100%;
  display: block;
  font-size: 26px;
  font-family:  "Exo 2", sans-serif;
  margin-bottom: 15px;
  color: #08769c;
}
.side-widget .display-mobile {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  opacity: 0;
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -ms-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  transform: translateX(-100px);
  display: none;
}
.side-widget .display-mobile .custom-menu {
  width: 100%;
  display: block;
  margin-top: auto;
}
.side-widget .display-mobile .custom-menu ul {
  width: 100%;
  margin: 0;
}
.side-widget .display-mobile .custom-menu ul li {
  width: 100%;
  font-family:  "Exo 2", sans-serif;
  font-size: 20px;
}
.side-widget .display-mobile .custom-menu ul li a {
  display: inline-block;
  color: #fff;
  margin: 5px 0;
}
.side-widget .display-mobile .custom-menu ul li a:hover {
  text-decoration: none;
  color: #08769c;
}
.side-widget .display-mobile .site-menu {
  width: 100%;
  display: block;
  margin-bottom: auto;
  margin-top: 10px;
}
.side-widget .display-mobile .site-menu ul {
  width: 100%;
  margin: 0;
}
.side-widget .display-mobile .site-menu ul li {
  width: 100%;
  font-family:  "Exo 2", sans-serif;
  font-size: 20px;
    line-height: 50px;
    color: #000;
}
.side-widget .display-mobile .site-menu ul li a {
  display: inline-block;
  color: #000;
  margin: 5px 0;
}
.side-widget .display-mobile .site-menu ul li a:hover {
  text-decoration: none;
  color: #08769c;
}

.navbar .site-menu ul {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 20px;
  list-style: none;
}

.custom-dropdown li a{
	color:white !important
}
.custom-dropdown li:hover a {
    color: #44d0d8 !important;
}
.navbar.light {
  color: #fff;
}
.navbar.light .custom-menu ul li a {
  color: #fff;
}
.navbar.light .site-menu ul li a {
  color: #fff;
}
.navbar.light .hamburger-menu .hamburger path {
  stroke: #fff;
}
.navbar.light .navbar-button a {
  border: 3px solid transparent;
  line-height: 56px;
}
.navbar.light .navbar-button a:hover {
  border-color: #08769c;
  background: none;
  color: #fff;
}
.navbar .logo {
  display: inline-block;
}
.navbar .logo a {
  display: block;
}
.navbar .logo a img {
  height: 75px;
}
.navbar .custom-menu {
  display: inline-block;
  margin: 0 auto;
}
.navbar .custom-menu ul {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
.navbar .custom-menu ul li {
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  list-style: none;
}
.navbar .custom-menu ul li a {
  display: inline-block;
  position: relative;
}
.navbar .custom-menu ul li a:hover {
  text-decoration: none;
}
.navbar .custom-menu ul li a:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -4px;
  height: 4px;
  width: 0;
  transition: width 0s ease, background .25s ease;
}
.navbar .custom-menu ul li a:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: -4px;
  height: 4px;
  width: 0;
  background: #08769c;
  transition: width .25s ease;
}
.navbar .custom-menu ul li a:hover:before {
  width: 50%;
  background: #08769c;
  transition: width .25s ease;
}
.navbar .custom-menu ul li a:hover:after {
  width: 100%;
  background: transparent;
  transition: all 0s ease;
}
.navbar .site-menu {
  display: inline-block;
}
.navbar .site-menu ul {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
.navbar .site-menu ul li {
  display: inline-block;
  margin: 0 15px;
  padding: 0;
  list-style: none;
}
.navbar .site-menu ul li a {
  display: inline-block;
  position: relative;
}
.navbar .site-menu ul li a:hover {
  text-decoration: none;
}
.navbar .site-menu ul li a:hover:before {
  width: 50%;
  background: #08769c;
  transition: width .25s ease;
}

.current-menu-item a {
    color: #9e4ee7;
}
.navbar .site-menu ul li a:hover:after {
  width: 100%;
  background: transparent;
  transition: all 0s ease;
}
.navbar .search-button {
  height: 30px;
  line-height: 34px;
  display: inline-block;
  margin-left: auto;
}
.navbar .search-button i {
  display: inline-block;
  font-size: 21px;
  cursor: pointer;
}
.navbar .hamburger-menu {
  margin-left: 30px;
  display: none;
  cursor: pointer;
}
.navbar .navbar-button {
  margin-left: 30px;
}
.navbar .navbar-button a {
  height: 60px;
  line-height: 60px;
  display: inline-block;
  padding: 0 40px;
  background: linear-gradient(to right, #A445E8, #3DDAD7) ;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -ms-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
    border-radius: 30px;
    
      transition: all 0.3s ease;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
.navbar .navbar-button a:hover, .navbar-button.ee a:hover
 {
    text-decoration: none;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 6px 0 rgb(0 0 0 / 100%);
}
form.booking-form .navbar-button a:hover{
     text-decoration: none;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 6px 0 rgb(0 0 0 / 100%);
}
.navbar-button a:hover
 {
    text-decoration: none;
    color: #fff;
    transform: translateY(-3px);
    box-shadow:0 6px 0 rgb(255 255 255);
}
/* SLIDER */
.slider {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.slider .container-fluid {
  width: calc(100% - 120px);
  margin: 0 60px;
}
.slider .kinetic-slider {
  width: 100vw;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  background: #080808;
}
.slider .kinetic-slider canvas {
  width: 100% !important;
  height: auto !important;
  transform: none !important;
}
.slider .kinetic-texts {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  padding-top: 32px;
  color: #fff;
}
.slider .kinetic-texts .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.slider .kinetic-texts .swiper-slide * {
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -ms-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  opacity: 0;
}
.slider .kinetic-texts .swiper-slide.swiper-slide-active * {
  opacity: 1;
}
.slider .kinetic-texts .swiper-slide h1 {
  font-size: 126px;
  font-weight: 400;
  font-family:  "Exo 2", sans-serif;
  line-height: 1;
  margin-bottom: 30px;
}
.slider .kinetic-texts .swiper-slide p {
  font-size: 19px;
  margin: 0;
  opacity: 0.7;
  padding-left: 30px;
  border-left: 3px solid #fff;
  margin-left: 10px;
}
.slider .slider-images {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.slider .slider-images .swiper-slide {
  background-size: cover !important;
}
.slider .slider-images .swiper-slide .mobile-slide {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover !important;
  display: none;
}
.slider .slider-texts {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-top: 32px;
}
.slider .slider-texts .svg-morph {
  position: absolute;
  top: calc(45% - 200px);
  left: 50%;
  transform: translateX(-140%);
}
.slider .slider-texts .svg-morph path {
  fill: #08769c;
  animation-name: svg-morph;
  -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-duration: 8s;
  animation-fill-mode: both;
  animation-direction: alternate-reverse;
  animation-iteration-count: infinite;
  animation-play-state: running;
}
.slider .slider-texts .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.slider .slider-texts .swiper-slide h1 {
  font-size: 105px;
  font-weight: 400;
  font-family:  "Exo 2", sans-serif;
  line-height: 1;
  margin-bottom: 30px;
	text-align: left !important;
}
.slider .slider-texts .swiper-slide p {
  font-size: 19px;
  margin: 0;
  opacity: 0.7;
  padding-left: 30px;
  border-left: 3px solid #080808;
  margin-left: 10px;
}
.slider .swiper-fraction {
  width: 200px;
  color: #fff;
}
.slider .swiper-fraction span {
  width: 22px;
  display: inline-block;
  color: #080808;
  font-weight: 700;
}
.slider .swiper-fraction span:before {
  content: "0";
}
.slider .swiper-fraction .swiper-pagination-current {
  margin-right: 122px;
}
.slider .swiper-pagination-progressbar {
  top: auto;
  bottom: 56px;
  left: 50px;
  width: 100px;
  height: 2px;
  background: rgba(0, 0, 0, 0.1);
}
.slider .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #080808;
}
.slider .slider-nav {
  display: flex;
  height: 70px;
  margin-top: -70px;
  position: relative;
  z-index: 3;
}
.slider .slider-nav .button-prev {
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  background: #08769c;
  color: #fff;
  margin-left: auto;
  margin-right: 8px;
  position: relative;
  z-index: 3;
  cursor: pointer;
  transform: translateY(-22px);
  border-radius: 50%;
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -ms-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.slider .slider-nav .button-prev:hover {
  background: #080808;
  color: #08769c;
}
.slider .slider-nav .button-next {
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  background: #08769c;
  color: #fff;
  position: relative;
  z-index: 3;
  cursor: pointer;
  transform: translateY(-22px);
  border-radius: 50%;
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -ms-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.slider .slider-nav .button-next:hover {
  background: #080808;
  color: #08769c;
}

/* PLAY NOW */
.play-now {
  position: relative;
  width: 340px;
  height: 340px;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 4;
  overflow: hidden;
  margin-left: -100px;
}
.play-now .play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 60px;
  height: 60px;
  background: linear-gradient(to bottom, #A445E8, #3DDAD7);
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  transform: translate(-50%, -50%);
}
.play-now text {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 4px;
  fill: #080808;
}
.play-now svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 340px;
  -webkit-animation-name: rotate;
  -moz-animation-name: rotate;
  -ms-animation-name: rotate;
  -o-animation-name: rotate;
  animation-name: rotate;
  -webkit-animation-duration: 10s;
  -moz-animation-duration: 10s;
  -ms-animation-duration: 10s;
  -o-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -ms-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
}

/* PAGE HEADER */
.page-header {
  width: 100%;
  height: 540px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  overflow: hidden;
  background-size: cover !important;
}
.page-header .inner {
  width: 100%;
  display: block;
  padding: 0 60px;
  position: relative;
  margin-top: 60px;
}
.page-header .inner h1 {
  font-size: 126px;
  font-weight: 400;
  font-family:  "Exo 2", sans-serif;
  line-height: 1;
  margin-bottom: 30px;
  position: relative;
}
.page-header .inner p {
  font-size: 19px;
  margin: 0;
  opacity: 0.7;
  padding-left: 30px;
  border-left: 3px solid #080808;
  margin-left: 10px;
  position: relative;
  padding-right: 50%;
}
.page-header .inner .svg-morph {
  position: absolute;
  top: calc(50% - 200px);
  left: 50%;
  z-index: 0;
  transform: translateX(-140%);
}
.page-header .inner .svg-morph path {
  fill: #08769c;
  animation-name: svg-morph;
  -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-duration: 8s;
  animation-fill-mode: both;
  animation-direction: alternate-reverse;
  animation-iteration-count: infinite;
  animation-play-state: running;
}

/* CONTENT SECTION */
.content-section {
  width: 100%;
  display: block;
  padding: 80px 0;
  position: relative;
  background-size: cover !important;
  background-position: center !important;
}
.content-section .container {
  position: relative;
  z-index: 1;
}
.content-section .container-fluid {
  position: relative;
  z-index: 1;
}

.bottom-white {
  position: relative;
}
.bottom-white:before {
  content: "";
  width: 100%;
  height: 140px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}
.bottom-white:before .container {
  position: relative;
  z-index: 1;
}

/* VIDEO BG */
.video-bg {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.video-bg:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #080808;
  z-index: 1;
  opacity: 0.85;
}
.video-bg video {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

/* SECTION TITLE */
.section-title {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.section-title figure {
  width: 100%;
  display: block;
  margin-bottom: 25px;
}
.section-title figure img {
  height: 70px;
}
.section-title h6 {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0px;
  opacity: 0.5;
    text-transform: capitalize;
}
.section-title h2 {
  width: 100%;
  display: block;
  margin-bottom: 0;
  font-size: 50px;
  font-family:  "Exo 2", sans-serif;
  letter-spacing: -2px;
  line-height: 60px;
}
.section-title h2 strong {
  font-weight: 600;
}

/* CUSTOM LINK */
.custom-link {
  display: inline-block;
  position: relative;
}
.custom-link:hover {
  text-decoration: none;
}
.custom-link:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -4px;
  height: 4px;
  width: 0;
  transition: width 0s ease, background .25s ease;
}
.custom-link:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: -4px;
  height: 4px;
  width: 0;
  background: #08769c;
  transition: width .25s ease;
}
.custom-link:hover:before {
  width: 50%;
  background: #08769c;
  transition: width .25s ease;
}
.custom-link:hover:after {
  width: 100%;
  background: transparent;
  transition: all 0s ease;
}

/* CUSTOM BUTTON */
.col-12.text-center .custom-button {
  margin-top: 50px;
}

.custom-button {
  height: 70px;
  line-height: 70px;
  display: inline-block;
  background: linear-gradient(to right, #A445E8, #3DDAD7) ;
  padding: 0 40px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -ms-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.custom-button:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border: 2px solid transparent;
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -ms-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.custom-button:hover {
  text-decoration: none;
  line-height: 80px;
  text-indent: 6px;
}
.custom-button:hover:before {
  top: 6px;
  left: 6px;
  border-color: #080808;
}

/* CIRCLE BUTTON */
.text-center .circle-button {
  margin: 0 auto;
}

.circle-button {
  width: 120px;
  height: 120px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 1px solid #080808;
  border-radius: 50%;
  text-align: center;
  font-weight: 500;
    background: linear-gradient(to bottom, #A445E8, #3DDAD7);
}
.circle-button:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: -5px;
  top: -5px;
  border: 1px solid #080808;
  border-radius: 50%;
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -ms-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.circle-button:hover {
  text-decoration: none;
}
.circle-button:hover:before {
  left: 0;
  top: 0;
  opacity: 0;
}

/* IMAGE BOX */
.image-box {
  width: 100%;
  display: block;
  margin: 0;
  position: relative;
  overflow: hidden;
}
.image-box.is-inview img {
  opacity: 1;
  transform: scale(1);
}
.image-box img {
  width: 100%;
  /*opacity: 0;*/
  transform: scale(1.2);
  transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
}

/* SIDE ICON LIST */
.side-icon-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-right: 80px;
}
.side-icon-list.right-side {
  padding-right: 0;
  padding-left: 80px;
}
.side-icon-list ul {
  width: 100%;
  display: block;
  margin: 0 0 30px;
  padding: 0;
}
.side-icon-list ul li {
  width: 100%;
  display: block;
  margin-bottom: 50px;
  padding: 0;
  list-style: none;
}
.side-icon-list ul li:last-child {
  margin-bottom: 0;
}
.side-icon-list ul li figure {
  width: 80px;
  height: 100%;
  float: left;
  margin-bottom: 0;
}
.side-icon-list ul li figure img {
  height: 44px;
}
.side-icon-list ul li .content {
  width: calc(100% - 80px);
  display: inline-block;
  margin-top: 10px;
}
.side-icon-list ul li .content h5 {
  width: 100%;
  display: block;
  font-family:  "Exo 2", sans-serif;
  font-size: 22px;
  margin-bottom: 15px;
  font-weight: 600;
}
.side-icon-list ul li .content p {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  opacity: 0.7;
}
.side-icon-list ul li .content a {
  display: inline-block;
  text-decoration: underline;
}

/* IMAGE BOX CAROUSEL */
.image-box-carousel {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}
.image-box-carousel figure {
  width: 100%;
  display: block;
  margin-bottom: 50px;
  position: relative;
}
.image-box-carousel figure:before {
  content: "";
  width: 1px;
  height: 64px;
  background: #080808;
  position: absolute;
  left: calc(50% - 0.5px);
  bottom: -32px;
  opacity: 0.8;
}
.image-box-carousel figure img {
  width: 100%;
}
.image-box-carousel .content-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  overflow: hidden;
  padding-bottom: 5px;
  text-align: center;
}
.image-box-carousel .content-box h5 {
  width: 100%;
  display: block;
  font-size: 30px;
  font-family:  "Exo 2", sans-serif;
}
.image-box-carousel .content-box .custom-link {
  color: #999;
  font-weight: 700;
}

/* SIDE CONTENT */
.side-content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.side-content.left {
  padding-right: 20%;
}
.side-content small {
  height: 40px;
  line-height: 40px;
  display: inline-block;
  padding: 0 20px;
  margin-bottom: 20px;
  white-space: nowrap;
  position: relative;
  z-index: 0;
  font-size: 14px;
  font-weight: 500;
  background: #08769c;
  border-radius: 40px;
}
.side-content h2 {
  width: 100%;
  display: block;
  margin-bottom: 20px;
  font-family:  "Exo 2", sans-serif;
  font-size: 52px;
}
.side-content p {
  width: 100%;
  display: block;
  margin: 0;
  opacity: 0.7;
}
.side-content table {
  width: 100%;
  margin: 20px 0;
  opacity: 0.7;
}
.side-content table tr {
  padding: 5px 0;
}
.side-content table tr td:nth-child(2) {
  font-weight: 700;
}

/* SIDE IMAGE */
.side-image {
  width: 100%;
  display: block;
  margin: 0;
  overflow: hidden;
}
.side-image.left-half {
  width: 50vw;
  float: right;
}
.side-image.right-half {
  width: 50vw;
  float: left;
}
.side-image.is-inview img {
  opacity: 1;
  transform: scale(1);
}
.side-image img {
  width: 100%;
  opacity: 0;
  transform: scale(1.2);
  transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
}

/* SIDE LIST */
.side-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.side-list.left {
  padding-right: 20%;
}
.side-list.right {
  padding-left: 20%;
}
.side-list h2 {
  width: 100%;
  display: block;
  font-size: 52px;
  font-family:  "Exo 2", sans-serif;
  margin-bottom: 30px;
}
.side-list ul {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
.side-list ul li {
  width: 100%;
  display: block;
  padding: 0;
  margin-bottom: 20px;
  list-style: none;
}
.side-list ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #080808;
  opacity: 0.5;
  float: left;
  margin-top: 10px;
  margin-right: 10px;
  border-radius: 50%;
}
.side-list ul li:last-child {
  margin-bottom: 0;
}

/* SIDE ARTS */
.side-arts {
  width: 50vw;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #065b78;
  color: #fff;
  padding: 100px 80px;
}
.side-arts .titles {
  width: 100%;
  display: block;
  margin-bottom: 60px;
}
.side-arts .titles h6 {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 3px;
  opacity: 0.5;
}
.side-arts .titles h2 {
  width: 100%;
  display: block;
  margin-bottom: 0;
  font-size: 52px;
  font-family:  "Exo 2", sans-serif;
  letter-spacing: -2px;
  line-height: 1;
}
.side-arts ul {
  width: calc(100% + 30px);
  max-width: 480px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  padding: 0;
}
.side-arts ul li {
  width: 50%;
  display: inline-block;
  margin: 0;
  margin-bottom: 20px;
  padding: 0 15px;
  list-style: none;
}
.side-arts ul li img {
  width: 100%;
  display: block;
  border: 6px solid #fff;
}

/* COUNTER BOX */
.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-car .odometer-digit {
  padding: 0;
  padding-right: 7px;
}

.counter-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.counter-box .odometer {
  font-size: 82px;
  font-family:  "Exo 2", sans-serif;
  display: inline-block;
  line-height: 1;
  position: relative;
  padding: 0;
}
.counter-box .odometer:after {
  content: "";
  width: 70px;
  height: 70px;
  background: #08769c;
  border-radius: 50%;
  position: absolute;
  right: -50px;
  top: -20px;
  z-index: -1;
}
.counter-box .value {
  font-size: 82px;
  font-family:  "Exo 2", sans-serif;
  display: inline-block;
  line-height: 1;
  margin-left: 10px;
  position: relative;
  z-index: 1;
}
.counter-box p {
  width: 100%;
  display: block;
  margin: 0;
  text-align: center;
  font-weight: 700;
  opacity: 0.7;
}

/* IMAGE CONTENT BOX */
.col-lg-4:nth-child(1) .image-content-box {
  padding-right: 30px;
}

.col-lg-4:nth-child(2) .image-content-box {
  padding: 0 15px;
}

.col-lg-4:nth-child(3) .image-content-box {
  padding-left: 30px;
}

.image-content-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    border: 2px solid #08769c;
    padding: 10px;
}
.image-content-box.is-inview figure img {
  opacity: 1;
  transform: scale(1);
}
.image-content-box figure {
  width: 100%;
  display: block;
  margin: 0;
  overflow: hidden;
}
.image-content-box figure img {
  width: 100%;
  /*opacity: 0;*/
  transform: scale(1.2);
  transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
}
.image-content-box .content-box {
    width: calc(100% - 30px);
    display: flex;
    flex-wrap: wrap;
    position: relative;
    background: #fff;
    margin-top: -30px;
    padding-top: 30px;
    padding-right: 30px;
    box-shadow: 0px 3px 7px #f5f5f5;
}
.image-content-box .content-box h3 {
  width: 100%;
  display: block;
  font-size: 28px;
  font-family:  "Exo 2", sans-serif;
  margin-bottom: 10px;
}
.image-content-box .content-box p {
  width: 100%;
  display: block;
  margin: 0;
  opacity: 0.7;
}

/* TESTIMONIAL BOX */
.col-md-6:nth-child(2) .testimonial-box {
  margin-left: auto;
}

.testimonial-box {
  width: 100%;
  max-width: 90%;
  display: flex;
  flex-wrap: wrap;
}
.testimonial-box .content-box {
    width: 100%;
    display: block;
    background: #08769c0f;
    position: relative;
    margin-bottom: 30px;
    padding: 50px;
    font-size: 19px;
    border-radius: 80px 0px;
}


.testimonial-box .content-box:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: #08769c0f transparent transparent transparent;
  position: absolute;
  left: 50px;
  bottom: -20px;
}
.testimonial-box h6 {
  width: 100%;
  display: block;
  margin: 0;
  padding-left: 50px;
}

/* COLLECTION BOX */
.col-lg-4:nth-child(3n + 1) .collection-box {
  padding-right: 30px;
}

.col-lg-4:nth-child(3n + 2) .collection-box {
  padding: 0 15px;
}

.col-lg-4:nth-child(3n + 3) .collection-box {
  padding-left: 30px;
}

.collection-box {
  width: 100%;
  display: block;
  margin: 15px 0;
}
.collection-box.is-inview img {
  opacity: 1;
  transform: scale(1);
}
.collection-box figure {
  width: 100%;
  display: block;
  margin-bottom: 35px;
  position: relative;
  overflow: hidden;
}
.collection-box figure img {
  width: 100%;
  opacity: 0;
  transform: scale(1.2);
  transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
}
.collection-box h4 {
  width: 100%;
  display: block;
  font-family:  "Exo 2", sans-serif;
  font-size: 30px;
  margin-bottom: 20px;
}
.collection-box h4 a {
  display: inline;
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0) calc(99% - 2px), #080808 2px);
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0) calc(99% - 2px), #080808 2px);
  background-image: linear-gradient(rgba(0, 0, 0, 0) calc(99% - 2px), #080808 2px);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 0.5s;
}
.collection-box h4 a:hover {
  background-size: 100% 100%;
  text-decoration: none;
}
.collection-box p {
  width: 100%;
  display: block;
  margin: 0;
}

/* EXHIBITION BOX */
.col-lg-4:nth-child(3n + 1) .exhibition-box {
  padding-right: 30px;
}

.col-lg-4:nth-child(3n + 2) .exhibition-box {
  padding: 0 15px;
}

.col-lg-4:nth-child(3n + 3) .exhibition-box {
  padding-left: 30px;
}

.exhibition-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.exhibition-box.is-inview .img {
  opacity: 1;
  transform: scale(1);
}
.exhibition-box figure {
  width: 100%;
  display: block;
  margin-bottom: 35px;
  position: relative;
  overflow: hidden;
}
.exhibition-box figure * {
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -ms-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.exhibition-box figure .info {
  height: 40px;
  line-height: 40px;
  border-radius: 0;
  position: absolute;
  right: 30px;
  bottom: 30px;
  text-align: center;
  border-radius: 40px;
}
.exhibition-box figure .info span {
  width: 100%;
  max-width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  z-index: 0;
  font-size: 14px;
  font-weight: 500;
  background: #08769c;
  border-radius: 40px;
}
.exhibition-box figure .info figure {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  background: #fff;
  border-radius: 40px;
}
.exhibition-box figure .info figure img {
  width: 17px;
  height: 17px;
}
.exhibition-box figure .info:hover {
  width: auto;
}
.exhibition-box figure .info:hover figure {
  opacity: 0;
}
.exhibition-box figure .info:hover span {
  max-width: 220px;
  padding: 0 20px;
}
.exhibition-box figure .img {
  width: 100%;
  /*opacity: 0;*/
  transform: scale(1.2);
  transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
}
.exhibition-box .content-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}



.exhibition-box .content-box h4 {
  width: 100%;
  display: block;
  font-family:  "Exo 2", sans-serif;
  font-size: 30px;
  margin-bottom: 20px;
}
.exhibition-box .content-box h4 a {
  display: inline;
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0) calc(99% - 2px), #080808 2px);
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0) calc(99% - 2px), #080808 2px);
  background-image: linear-gradient(rgba(0, 0, 0, 0) calc(99% - 2px), #080808 2px);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 0.5s;
}
.exhibition-box .content-box h4 a:hover {
  background-size: 100% 100%;
  text-decoration: none;
}
.exhibition-box .content-box p {
  width: 100%;
  display: block;
  margin: 0;
}

/* TEXT BOX */
.text-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.text-box h2 {
  width: 100%;
  display: block;
  margin-bottom: 20px;
  font-family:  "Exo 2", sans-serif;
  font-size: 56px;
}
.text-box h3 {
  width: 100%;
  display: block;
  margin-bottom: 20px;
  font-family:  "Exo 2", sans-serif;
  font-size: 46px;
}
.text-box p {
  width: 100%;
  display: block;
  opacity: 0.7;
}

/* TEXT CONTENT */
.col-lg-4:nth-child(3) .text-content {
  margin-top: 100px;
}

.text-content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.text-content h6 {
  width: 100%;
  display: block;
  margin-bottom: 20px;
  font-family:  "Exo 2", sans-serif;
  font-size: 26px;
  font-weight: 600;
}
.text-content p {
  width: 100%;
  display: block;
  padding-right: 10%;
  opacity: 0.7;
  position: relative;
  padding-left: 30px;
}
.text-content p:before {
  content: "";
  width: 12px;
  height: 12px;
  background: #080808;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 6px;
}
.text-content p:last-child {
  margin-bottom: 0;
}

/* ART SLIDER */
.art-slider {
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
}
.art-slider.is-inview .art-slider-images {
  opacity: 1;
  transform: scale(1);
}
.art-slider .titles {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.art-slider .titles h6 {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 3px;
  opacity: 0.5;
}
.art-slider .titles h2 {
  width: 100%;
  display: block;
  margin-bottom: 0;
  font-size: 62px;
  font-family:  "Exo 2", sans-serif;
  letter-spacing: -2px;
  line-height: 1;
}
.art-slider .art-slider-images {
  opacity: 0;
  transform: scale(1.2);
  transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
}

/* ART SLIDER CONTENT */
.art-slider-content {
  width: 100%;
  height: 400px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}
.art-slider-content .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  opacity: 0.3;
}
.art-slider-content .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.art-slider-content .swiper-slide span {
  width: 70px;
  border-bottom: 3px solid #080808;
  margin-right: 40px;
  float: left;
  font-family:  "Exo 2", sans-serif;
  transform: rotate(-90deg);
  font-weight: 700;
}
.art-slider-content .swiper-slide h3 {
  display: block;
  font-family:  "Exo 2", sans-serif;
  font-weight: 700;
  margin: 0;
}

/* ART SLIDER IMAGES */
.art-slider-images {
  width: 50vw;
  float: left;
  position: relative;
  overflow: hidden;
}
.art-slider-images .swiper-slide {
  background: #080808;
}
.art-slider-images .swiper-slide img {
  width: 100%;
  float: left;
}

/* HORIZONTAL SCROLL */
.horizontal-scroll {
  width: 100vw;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.horizontal-scroll .scroll-inner {
  width: 200vw;
  display: flex;
  position: relative;
  z-index: 1;
}
.horizontal-scroll .scroll-inner .scroll-wrapper {
  width: 100vw;
  float: left;
}

/* IMAGE ICON BOX */
.image-icon-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding-bottom: 185px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.image-icon-box.is-inview .content-image img {
  opacity: 1;
  transform: scale(1);
}
.image-icon-box:hover .content-box .expand {
  max-height: 190px;
}
.image-icon-box:hover .content-box p {
  margin-bottom: 40px;
  margin-top: 20px;
}
.image-icon-box * {
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -ms-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.image-icon-box .icon {
  width: 100px;
  height: 100px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: #08769c;
  position: absolute;
  left: 30px;
  top: 30px;
  z-index: 1;
}
.image-icon-box .icon img {
  height: 50px;
}
.image-icon-box .content-image {
  width: 100%;
  display: block;
  margin: 0;
  overflow: hidden;
}
.image-icon-box .content-image img {
  width: 100%;
  display: block;
  opacity: 0;
  transform: scale(1.2);
  transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
}
.image-icon-box .content-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
  padding: 50px 10%;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}
.image-icon-box .content-box .expand {
  width: 100%;
  max-height: 0;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.image-icon-box .content-box b {
  width: 100%;
  display: block;
  font-weight: 700;
  margin-bottom: 20px;
}
.image-icon-box .content-box h4 {
  width: 100%;
  display: block;
  font-size: 34px;
  font-family:  "Exo 2", sans-serif;
  margin-bottom: 0;
}
.image-icon-box .content-box p {
  width: 100%;
  margin: 0;
}
.image-icon-box .content-box a {
  display: inline-block;
  position: relative;
  padding-bottom: 5px;
  margin: 0 auto;
  font-weight: 500;
  font-size: 15px;
}
.image-icon-box .content-box a:hover {
  text-decoration: none;
}
.image-icon-box .content-box a:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  width: 0;
  transition: width 0s ease, background .25s ease;
}
.image-icon-box .content-box a:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 4px;
  width: 0;
  background: #08769c;
  transition: width .25s ease;
}
.image-icon-box .content-box a:hover:before {
  width: 50%;
  background: #08769c;
  transition: width .25s ease;
}
.image-icon-box .content-box a:hover:after {
  width: 100%;
  background: transparent;
  transition: all 0s ease;
}

/* CTA BOX */
.cta-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
  color: #fff;
  margin: 50px 0;
}
.cta-box.dark {
  color: #080808;
  margin: 0;
}
.cta-box.dark .custom-button:hover {
  background: #08769c;
  color: #080808;
}
.cta-box.dark .custom-button:hover:before {
  border-color: #080808;
}
.cta-box figure {
  width: 100%;
  display: block;
  margin-bottom: 25px;
}
.cta-box figure img {
  height: 70px;
}
.cta-box h6 {
  width: 100%;
  display: block;
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 3px;
}
.cta-box h2 {
  width: 100%;
  display: block;
  margin-bottom: 0;
  font-size: 92px;
  font-family:  "Exo 2", sans-serif;
  letter-spacing: -2px;
}
.cta-box h2 strong {
  font-weight: 600;
}
.cta-box p {
  padding: 0 20%;
}
.cta-box .custom-button {
  margin: 0 auto;
  margin-top: 60px;
}
.cta-box .custom-button:hover {
  background: #080808;
  color: #fff;
}
.cta-box .custom-button:hover:before {
  border-color: #fff;
}

/* NOTE BOX */
.note-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background: #08769c;
  color: #080808;
  padding: 60px;
  margin: 50px 0;
}
.note-box h2 {
  width: 100%;
  display: block;
  font-size: 52px;
  font-family:  "Exo 2", sans-serif;
  margin-bottom: 20px;
  line-height: 1.2;
}
.note-box p {
  width: 100%;
  display: block;
  margin: 0;
  opacity: 0.7;
  font-size: 19px;
}

/* RECENT NEWS */
.col-12:nth-child(2) .recent-news {
  margin-bottom: 100px;
}

.col-12:nth-child(even) .recent-news figure {
  order: 1;
}

.col-12:nth-child(even) .recent-news .content-box {
  order: 2;
  margin-right: 0;
  margin-left: -15%;
  text-align: right;
}

.col-12:nth-child(even) .recent-news .content-box p {
  padding-left: 30%;
  padding-right: 0;
}

.recent-news {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 150px;
  padding: 0 5%;
}
.recent-news figure {
  width: 60%;
  display: inline-block;
  margin: 0;
  overflow: hidden;
}
.recent-news figure.is-inview img {
  opacity: 1;
  transform: scale(1);
}
.recent-news figure img {
    width: 100%;
    transform: scale(1.2);
    transition-duration: 0.7s;
    -webkit-transition-duration: 0.7s;
    transition-timing-function: 
cubic-bezier(0.86, 0, 0.09, 1);
    -webkit-transition-timing-function: 
cubic-bezier(0.86, 0, 0.09, 1);
    height: 400px;
    object-fit: cover;
}

.recent-news .content-box {
  width: 55%;
  display: inline-block;
  margin-right: -15%;
  position: relative;
  z-index: 1;
}
.recent-news .content-box small {
  height: 22px;
  line-height: 22px;
  display: inline-block;
  background: #08769c;
  padding: 0 10px;
  font-size: 13px;
  font-weight: 500;
    color: #fff;
}
.recent-news .content-box h3 {
    width: 60%;
    display: block;
    font-size: 40px;
    font-weight: 400;
    font-family: "Exo 2", sans-serif;
    margin-bottom: 30px;
    margin-top: 10px;
}
.recent-news .content-box p {
  width: 100%;
  display: block;
  padding-right: 30%;
  margin-bottom: 40px;
  opacity: 0.7;
}

/* NEWSLETTER BOX */
.newsletter-box {
    width: 100%;
    display: flex
;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 50px 0 25px;
    position: relative;
}
label {
    display: inline-block;
    color: #fff;
}
.newsletter-box .form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-right: 50px;
}
.newsletter-box .form .titles {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
    color: #fff;
}
.newsletter-box .form .titles h6 {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 3px;
}
.newsletter-box .form .titles h2 {
    width: 100%;
    display: block;
    margin-bottom: 0;
    font-size: 40px;
    font-family: "Exo 2", sans-serif;
    letter-spacing: -2px;
    line-height: 1;
}
.newsletter-box .form small {
  width: 100%;
  display: block;
  margin-top: 15px;
}
.newsletter-box .form small a {
  display: inline-block;
  text-decoration: underline;
}
.newsletter-box .form .inner {
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  background: #fff;
  padding: 10px;
}
.newsletter-box .form input[type="email"] {
  width: 100%;
  flex: auto;
  border: none;
  padding: 0;
  padding-left: 20px;
}
.newsletter-box .form input[type="submit"] {
  width: 30%;
  background: #08769c;
  padding: 0;
}
.newsletter-box .newsletter-image {
  width: 35%;
  display: inline-block;
  margin: 0;
}
.newsletter-box .newsletter-image img {
  width: 100%;
}

/* CONTACT BOX */
.contact-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
  padding-right: 10%;
    margin-top: 50px;
}
.contact-box:last-child {
  margin-bottom: 0;
}
.contact-box h6 {
  width: 100%;
  display: block;
  margin-bottom: 15px;
  font-family:  "Exo 2", sans-serif;
  font-size: 24px;
  font-weight: 600;
}
.contact-box a {
  display: block;
  text-decoration: underline;
}
.contact-box a:hover {
  text-decoration: none;
}
.contact-box p {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  opacity: 0.7;
}
.contact-box p:last-child {
  margin-bottom: 0;
}

/* CONTACT FORM */
.contact-form {
  width: 100%;
}
.contact-form .mb-3 {
  width: 100%;
}
.contact-form .mb-3 input[type="text"] {
  width: 100%;
}
.contact-form .mb-3 textarea {
  width: 100%;
}

/* GOOGLE MAPS */
.google-maps {
  width: 100%;
  height: 500px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  background: #08769c;
}
.google-maps iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border: none;
}

/* BLOG POST */
.blog-post {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 120px;
}
.blog-post figure {
  width: 100%;
  display: inline-block;
  margin-bottom: 20px;
  overflow: hidden;
}
.blog-post figure.is-inview img {
  opacity: 1;
  transform: scale(1);
}
.blog-post figure img {
  width: 100%;
  opacity: 0;
  transform: scale(1.2);
  transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
}
.blog-post .content-box {
  width: 100%;
  display: inline-block;
  position: relative;
  z-index: 1;
  line-height: 1.7;
}
.blog-post .content-box small {
  height: 22px;
  line-height: 22px;
  display: inline-block;
  background: #08769c;
  padding: 0 10px;
  font-size: 13px;
  font-weight: 500;
}
.blog-post .content-box h3 {
  width: 100%;
  display: block;
  font-size: 54px;
  font-weight: 400;
  font-family:  "Exo 2", sans-serif;
  margin-bottom: 30px;
  margin-top: 10px;
}
.blog-post .content-box blockquote {
  width: 100%;
  display: block;
  margin: 40px 0;
  font-family:  "Exo 2", sans-serif;
  font-size: 22px;
  padding-left: 40px;
  border-left: 4px solid #08769c;
}
.blog-post .content-box p {
  width: 100%;
  display: block;
  margin-bottom: 40px;
  opacity: 0.7;
}
.blog-post .content-box p:last-child {
  margin-bottom: 0;
}

/* SIDEBAR */
.sidebar {
  width: 100%;
  display: block;
  padding-left: 30px;
}
.sidebar .widget {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #f1f1f1;
  border-right: 4px solid #f1f1f1;
  border-bottom: 4px solid #f1f1f1;
  padding: 35px;
  margin-bottom: 35px;
  position: relative;
}
.sidebar .widget * {
  position: relative;
}
.sidebar .widget .widget-title {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
  font-weight: 400;
  font-size: 22px;
  color: #080808;
  margin-bottom: 30px;
  padding-bottom: 30px;
  font-family:  "Exo 2", sans-serif;
}
.sidebar .widget .widget-title:after {
  content: "";
  width: 50px;
  height: 4px;
  background: #080808;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.sidebar .widget .widget-title:before {
  content: "";
  width: 100%;
  height: 4px;
  background: #f1f1f1;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  mix-blend-mode: difference;
}
.sidebar .widget form {
  width: 100%;
  display: block;
}
.sidebar .widget form input[type="submit"] {
  margin-top: 10px;
  background: #080808;
  color: #fff;
}
.sidebar .widget .categories {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
.sidebar .widget .categories li {
  width: 100%;
  display: block;
  margin: 4px 0;
  padding: 0;
  list-style: none;
}
.sidebar .widget .categories li a {
  color: #080808;
  font-size: 19px;
}
.sidebar .widget .widget-gallery {
  width: calc(100% + 4px);
  float: left;
  margin: 0 -2px;
  padding: 0;
}
.sidebar .widget .widget-gallery li {
  width: 50%;
  float: left;
  margin: 0;
  padding: 2px;
  list-style: none;
}

/* PAGINATION */
.pagination {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.pagination .page-item {
  display: inline-block;
}
.pagination .page-item.active .page-link {
  background: #080808;
  border-color: transparent;
  color: #fff;
}
.pagination .page-item .page-link {
  height: 60px;
  line-height: 60px;
  border-radius: 0 !important;
  padding: 0 20px;
  color: #080808;
}
.pagination .page-item .page-link:hover {
  text-decoration: none;
}

/* FOOTER */
.footer {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-top: 80px;
}
.footer .logo {
  width: 100%;
  display: block;
  margin-bottom: 15px;
}
.footer .logo img {
  height: 64px;
}
.footer .app-logos {
  width: 100%;
  display: block;
  margin: 0;
}
.footer .app-logos img {
  width: auto;
  height: 32px;
}
.footer .widget-title {
  width: 100%;
  display: block;
  font-weight: 400;
  font-size: 22px;
  margin-bottom: 20px;
  font-family:  "Exo 2", sans-serif;
  position: relative;
  padding-bottom: 15px;
}
.footer .widget-title:after {
  content: "";
  width: 70px;
  height: 2px;
  background: #080808;
  position: absolute;
  left: 0;
  bottom: 0;
}
.footer .social-media {
    display: flex;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
    gap: 20px;
}
.footer .social-media li {
  margin-bottom: 10px;
  padding: 0;
  list-style: none;
}
.footer .social-media li a {
  display: inline-block;
}
.footer .social-media li a i {
  width: 20px;
  display: inline-block;
  font-size: 20px;
}
.footer .social-media li a:hover {
  text-decoration: underline;
}
.footer .footer-menu {
  width: 100%;
  display: block;
  margin: 0;
  padding-left: 20px;
}
.footer .footer-menu li {
  margin-bottom: 8px;
}
.footer .footer-menu li a {
  display: inline-block;
  font-size: 16px;
}
.footer .address {
  width: 100%;
  display: block;
  line-height: 1.8;
}
.footer .address strong {
  width: 100%;
  display: block;
  margin-bottom: 15px;
}
.footer .footer-bottom {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 15px 0;
    border-top: 5px solid; /* define thickness */
    border-image: linear-gradient(to right, #A445E8, #3DDAD7) 1;
    margin-top: 60px;
    font-size: 14px;
}
/*
.footer .footer-bottom .container {
  display: flex;
  flex-wrap: wrap;
}
*/
.footer .footer-bottom .copyright {
  display: inline-block;
}
.footer .footer-bottom .creation {
  margin-left: auto;
  display: inline-block;
}
.footer .footer-bottom .creation a {
  display: inline-block;
  text-decoration: underline;
}
.footer .footer-bottom .creation a:hover {
  text-decoration: none;
}

/* RESPONSIVE MEDIUM  */
@media only screen and (max-width: 1199px), only screen and (max-device-width: 1199px) {
  .search-box .container .search-events ul li {
    padding: 0 2%;
  }

  .slider .slider-texts .swiper-slide h1 {
    font-size: 92px;
  }

  .navbar .site-menu ul li {
    margin: 0 10px;
  }

  .navbar .navbar-button {
    display: none;
  }

  .play-now {
    left: 60%;
  }

  .page-header .inner h1 {
    font-size: 92px;
  }

  .page-header .inner p {
    padding-right: 30%;
  }

  .section-title h2 {
    font-size: 72px;
  }

  .side-icon-list ul li {
    margin-bottom: 30px;
  }

  .side-icon-list.right-side {
    padding-left: 30px;
  }

  .exhibition-box .content-box h4 {
    font-size: 25px;
  }

  .exhibition-box {
    padding: 0 !important;
  }

  .collection-box {
    padding: 0 !important;
  }

  .collection-box h4 {
    font-size: 25px;
  }

  .image-content-box {
    padding: 0 !important;
  }

  .counter-box .odometer {
    font-size: 56px;
  }

  .counter-box .value {
    font-size: 56px;
  }

  .testimonial-box {
    max-width: 100%;
  }

  .text-content p {
    padding-right: 10%;
  }

  .image-icon-box .content-box h4 {
    font-size: 26px;
  }

  .image-icon-box:hover .content-box .expand {
    max-height: 400px;
  }

  .side-list.right {
    padding-left: 30px;
  }

  .side-content h2 {
    font-size: 46px;
  }

  .side-content.left {
    padding-right: 30px;
  }

  .art-slider-content {
    height: 300px;
  }

  .art-slider .titles h2 {
    font-size: 46px;
  }

  .cta-box h2 {
    font-size: 72px;
  }

  .contact-form {
    padding: 0;
  }

  .recent-news .content-box h3 {
    font-size: 30px;
  }

  .newsletter-box .form {
    width: 100%;
    padding: 0;
  }

  .newsletter-box .newsletter-image {
    display: none;
  }
}
/* RESPONSIVE TABLET  */
@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
  input {
    border-radius: 5px !important;
    -webkit-appearance: none;
    appearance: none;
  }

  input[type="search"] {
    -webkit-appearance: none;
    appearance: none;
  }

  textarea {
    border-radius: 0 !important;
    -webkit-appearance: none;
    appearance: none;
  }

  .side-widget.active .display-mobile {
    display: flex;
    margin-top: -50px;
  }

  .side-widget.active .inner {
    display: none;
  }

  .side-widget {
    width: 440px;
  }

  .search-box .container .search-events ul {
    display: none;
  }

  .navbar .custom-menu {
    display: none;
  }

  .navbar .site-menu {
    display: none;
  }

  .navbar .navbar-button {
    display: inline-block;
  }

  .slider .slider-texts .swiper-slide h1 {
    font-size: 72px;
  }

  .slider .slider-texts .swiper-slide p {
    opacity: 1;
  }

  .slider .slider-images .swiper-slide .mobile-slide {
    display: block;
  }

  .play-now {
    display: none;
  }

  .section-title h2 {
    font-size: 48px;
  }

  .page-header .inner p {
    padding-right: 10%;
    padding-left: 0;
    border-left: none;
    margin-left: 0;
  }

  .side-icon-list {
    padding-left: 0;
  }

  .side-icon-list ul li .content p br {
    display: none;
  }

  .sidebar {
    padding-left: 0;
    margin-top: 60px;
  }

  .col-lg-4:nth-child(1) .exhibition-box {
    padding-right: 0;
  }

  .col-lg-4:nth-child(2) .exhibition-box {
    padding: 0;
  }

  .col-lg-4:nth-child(3) .exhibition-box {
    padding-left: 0;
    margin: 50px 0;
  }

  .col-lg-3 .circle-button {
    display: none;
  }

  .col-lg-5 .side-icon-list.right-side {
    margin-top: 60px;
  }

  .cta-box h2 {
    font-size: 52px;
  }

  .exhibition-box {
    margin-top: 60px;
  }

  .side-image.right-half {
    width: 100%;
  }

  .side-image.left-half {
    width: 100%;
  }

/*   .image-content-box {
    margin-top: 60px;
  } */

  .side-arts {
    width: 100%;
  }

  .counter-box {
    margin: 15px 0;
  }

  .art-slider {
    margin-top: -80px;
  }

  .art-slider-content {
    height: 200px;
    margin-bottom: 80px;
  }

  .art-slider-images {
    width: 100%;
  }

  .image-icon-box {
    border-right: none;
  }

  .recent-news {
    padding: 0;
    margin-bottom: 80px;
  }

  .recent-news .content-box {
    width: 100%;
    margin-bottom: 0;
    order: 2;
  }

  .recent-news figure {
    width: 100%;
    order: 1;
    margin-bottom: 50px;
  }

  .contact-form {
    margin-top: 60px;
  }

  .col-12:nth-child(even) .recent-news .content-box {
    text-align: left;
    margin: 0;
  }

  .col-12:nth-child(even) .recent-news .content-box p {
    padding-left: 0;
  }

  .newsletter-box {
    padding: 50px 0;
  }

  .newsletter-box .form .titles h2 {
    font-size: 48px;
  }

  .footer .footer-menu {
    margin-bottom: 50px;
  }
}
/* RESPONSIVE MOBILE */
@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
  .preloader {
    background: #080808;
  }

  .preloader svg {
    display: none;
  }

  .page-transition {
    background: #080808;
  }

  .page-transition svg {
    display: none;
  }

  .content-section {
    padding: 80px 0;
  }

  .side-widget {
    padding: 30px;
    padding-right: 0;
    width: 100%;
    max-width: 85vw;
  }

  .side-widget .logo img {
    height: 52px;
  }

  .search-box .container .form input[type="search"] {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }

  .navbar {
    padding: 20px 15px;
  }

  .navbar .navbar-button {
    display: none;
  }

  .navbar .logo a img {
    height: 70px;
  }

  .slider .container-fluid {
    width: calc(100% - 30px);
    margin: 0 15px;
    padding: 0;
  }

  .slider .slider-texts .swiper-slide h1 {
    font-size: 42px;
  }

  .slider .slider-texts .swiper-slide h1 br {
    display: none;
  }

  .slider .slider-texts .swiper-slide p {
    margin-left: 0;
    padding-left: 20px;
    font-size: 17px;
  }

  .slider .slider-texts .swiper-slide p br {
    display: none;
  }

  .slider .slider-nav.container-fluid {
    margin-top: -70px;
  }

  .slider .swiper-pagination-progressbar {
    display: none;
  }

  .slider .swiper-fraction {
    display: none;
  }

  .slider .slider-images .button-prev {
    margin-left: 0;
    width: 60px;
    height: 60px;
  }

  .slider .slider-images .button-next {
    width: 60px;
    height: 60px;
  }

  .page-header .inner {
    padding: 0 15px;
  }

  .page-header .inner h1 {
    font-size: 42px;
  }

  .page-header .inner p {
    font-size: 17px;
    padding-right: 0;
  }

  .section-title {
    margin-bottom: 60px;
  }

  .section-title h2 {
    font-size: 40px;
  }

  .section-title h2 br {
    display: none;
  }

  .side-content.left br {
    display: none;
  }

  .counter-box {
    margin-top: 0;
    margin-bottom: 40px;
  }

  .side-content.left {
    padding-right: 0;
  }

  .side-content table {
    font-size: 14px;
  }

  .side-icon-list ul li figure {
    width: 100%;
    margin-bottom: 10px;
  }

  .side-icon-list ul li .content {
    width: 100%;
  }

  .side-icon-list ul li .content p br {
    display: none;
  }

  .col-lg-6 .side-list.right {
    padding-left: 0;
    margin-top: 60px;
  }

  .col-lg-3:last-child .counter-box {
    margin-bottom: 0;
  }

  .col-lg-6 .side-icon-list {
    margin-bottom: 50px;
    padding-right: 0;
  }

  .collection-box figure {
    margin-bottom: 15px;
  }

  .col-lg-4:nth-child(1) .image-content-box {
    margin-top: 0;
  }

  .blog-post .content-box h3 {
    font-size: 32px;
  }

  .note-box {
    padding: 30px;
  }

  .note-box h2 {
    font-size: 32px;
  }

  .text-box p {
    padding-right: 0;
  }

  .art-slider {
    margin-top: 0;
  }

  .art-slider-content {
    display: none;
  }

  .cta-box h2 {
    font-size: 42px;
  }

  .side-icon-list.right-side {
    padding: 0;
  }

  .exhibition-box {
    margin-top: 60px;
  }

  .col-12.text-center .custom-button {
    margin-top: 0;
  }

  .col-lg-4:nth-child(1) .exhibition-box {
    margin-top: 0;
  }

  .col-lg-4:nth-child(3) .text-box {
    margin: 50px 0;
  }

  .col-lg-4:last-child .image-icon-box .content-box {
    padding-bottom: 0;
  }

  .col-lg-4:nth-child(3) .text-content {
    margin: 30px 0;
  }

  .col-lg-6 .side-icon-list.left-side {
    padding-top: 60px;
    padding-right: 0;
  }

  .side-arts {
    padding: 80px 30px;
  }

  .testimonial-box {
    margin-bottom: 60px;
  }

  .testimonial-box .content-box {
    padding: 30px;
  }

  .col-md-6:last-child .testimonial-box {
    margin-bottom: 0;
  }

  .image-content-box .content-box {
    width: 100%;
    margin-top: 0;
  }

  .text-content {
    text-align: center;
  }

  .text-content p {
    padding: 0 5%;
  }

  .text-content p:before {
    display: none;
  }

  .image-icon-box {
    padding-bottom: 100px;
  }

  .image-icon-box .content-box {
    padding: 30px 0;
  }

  .image-icon-box .icon {
    width: 60px;
    height: 60px;
  }

  .image-icon-box .icon img {
    height: 36px;
  }

  .recent-news figure {
    margin-bottom: 20px;
  }

  .recent-news .content-box h3 {
    font-size: 27px;
  }

  .recent-news .content-box p {
    padding: 0;
  }

  .text-box h2 {
    font-size: 42px;
  }

  .col-md-2 img {
    margin-bottom: 30px;
  }

  .col-12:nth-child(2) .recent-news {
    margin-bottom: 50px;
  }

  .newsletter-box {
    padding: 50px 0;
  }

  .newsletter-box .form .titles h2 {
    font-size: 34px;
  }

  .newsletter-box .form .inner {
    width: 100%;
  }

  .newsletter-box .form input[type="text"] {
    width: 100%;
    margin-bottom: 10px;
    padding: 0 20px;
  }

      .newsletter-box .form input[type="submit"] {
        width: 100%;
        border-radius: 30px !important;
    }

  .footer {
    padding-top: 80px;
  }

  .footer .social-media {
    margin-bottom: 50px;
  }

  .footer .footer-bottom .creation {
    width: 100%;
  }
}
/* ANIMATIONS */
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0);
  }
}
@-moz-keyframes rotate {
  from {
    -moz-transform: rotate(360deg);
  }
  to {
    -moz-transform: rotate(0);
  }
}
@-ms-keyframes rotate {
  from {
    -ms-transform: rotate(360deg);
  }
  to {
    -ms-transform: rotate(0);
  }
}
@-o-keyframes rotate {
  from {
    -o-transform: rotate(360deg);
  }
  to {
    -o-transform: rotate(0);
  }
}
@keyframes rotate {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0);
  }
}
@-webkit-keyframes svg-morph {
  0% {
    d: path("m244.333332,38.437499c26.666664,-1.666666 125.666662,0.999995 195.333325,50.33333c69.666663,49.333335 -39.666664,141.666664 -70.666664,174.229164c-31,32.5625 -176.999993,107.437507 -234.999993,76.437507c-58,-31 73.666665,-107.000001 49,-190.4375c-24.666665,-83.437499 34.666668,-108.895835 61.333332,-110.562501z");
  }
  100% {
    d: path("m244.333332,38.437499c58.666669,50.333342 24.666647,101.000011 94.33331,150.333346c69.666663,49.333335 71.333353,156.666666 14.333349,175.229163c-57.000004,18.562498 -160.999991,6.437492 -218.999991,-24.562508c-58,-31 -109.333363,-174.000012 -70.000018,-236.437507c39.333345,-62.437496 121.666681,-114.895836 180.33335,-64.562494z");
  }
}
@-webkit-keyframes preloader-svg {
  0% {
    d: path("M0,0 C305.333333,0 625.333333,0 960,0 C1294.66667,0 1614.66667,0 1920,0 L1920,1080 C1614.66667,1080 1294.66667,1080 960,1080 C625.333333,1080 305.333333,1080 0,1080 L0,0 Z");
  }
  50% {
    d: path("M0,230 C305.333333,100 625.333333,0 960,0 C1294.66667,0 1614.66667,100 1920,300 L1920,1080 C1614.66667,1080 1294.66667,1080 960,1080 C625.333333,960 305.333333,1080 0,1080 L0,230 Z");
  }
  100% {
    d: path("M0,0 C305.333333,0 625.333333,0 960,0 C1294.66667,0 1614.66667,0 1920,0 L1920,1080 C1614.66667,1080 1294.66667,1080 960,1080 C625.333333,1080 305.333333,1080 0,1080 L0,0 Z");
  }
}
@-webkit-keyframes preloader-inner {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes page-transition {
  0% {
    d: path("M0,0 C305.333333,0 625.333333,0 960,0 C1294.66667,0 1614.66667,0 1920,0 L1920,1080 C1614.66667,980 1294.66667,930 960,930 C625.333333,930 305.333333,980 0,1080 L0,0 Z");
  }
  100% {
    d: path("M0,0 C305.333333,0 625.333333,0 960,0 C1294.66667,0 1614.66667,0 1920,0 L1920,1080 C1614.66667,1080 1294.66667,1080 960,1080 C625.333333,1080 305.333333,1080 0,1080 L0,0 Z");
  }
}
@-webkit-keyframes side-widget-in {
  0% {
    d: path("M540,1080H0V0h540c-40.28,124.78-85.13,311.48-85,541C455.13,769.53,499.81,955.48,540,1080z");
  }
  50% {
    d: path("M540,1080H0V0h540c31.96,142.05,60.09,325.94,60,541C599.91,755.16,571.87,938.34,540,1080z");
  }
  100% {
    d: path("M540,1080H0V0h540c0,179.85,0,359.7,0,539.54C540,719.7,540,899.85,540,1080z");
  }
}
@-webkit-keyframes side-widget-out {
  0% {
    d: path("M540,1080H0V0h540c0,179.85,0,359.7,0,539.54C540,719.7,540,899.85,540,1080z");
  }
  50% {
    d: path("M540,1080H0V0h540c-40.28,124.78-85.13,311.48-85,541C455.13,769.53,499.81,955.48,540,1080z");
  }
  100% {
    d: path("M540,1080H0V0h540c31.96,142.05,60.09,325.94,60,541C599.91,755.16,571.87,938.34,540,1080z");
  }
}


b.gg {
    background: linear-gradient(to bottom, #A445E8, #3DDAD7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    filter: drop-shadow(1px 1px 1px #000000);
}
footer{
    background-image: url(../images/airbursh/footer.jpg);
    background-size: cover;
    position: relative;
}
.testimonial-box {
  padding: 0px;
  border-radius: 12px;
  text-align: center;
    margin-top: 20px;
}

.testimonial-box h6 {
  margin-top: 15px;
  font-weight: bold;
  color: #333;
}

.owl-carousel .item {
  margin: 15px;
}


@media (max-width: 575.98px) {
 .slider{
        height: 60vh;
    }
     .slider .slider-nav, .owl-dots{
        display: none;
    }
       .text-content.is-inview img {
    text-align: center;
    margin: 0 auto 10px;
}
    .client-logo {
    grid-template-columns: repeat(2, 1fr);
            gap: 0px;
}
    .recent-news .content-box h3 br{
        display: none;
    }
      .owl-carousel .item {
    margin: 0px;
}
     .image-box img{
        margin-bottom: 20px;
    }
       .hamburger-menu{
    display: block !important;
}
        .side-widget {
        padding: 30px;
        padding-right: 0;
        width: 100%;
        max-width: 85vw;
        background: #fff;
    }
        .insta-post {
    grid-template-columns: 100% !important;
    gap: 10px;
}
    .insta img {
    height: auto !important;
    width: 100%;
}
        .content-section {
        padding: 50px 0 0;
    }
      .section-title, .side-arts .titles {
       text-align: center;
		  
    }
        .side-arts {
        padding: 80px 30px 0px;
    }
    #client{
        padding-top: 30px !important;
    }
        .slider .slider-texts .swiper-slide h1 {
        font-size: 42px;
        padding-top: 0px;
    }
        .image-content-box {
        margin-bottom: 10px;
            margin-top: 0px;
    }
       .section-title.text-center img {
    margin: 0 auto;
}
    #blog{
        margin-bottom: 30px;
    }
     .side-icon-list, .about-content, .about-subtitle{
        text-align: center;
    }
     .section-title img{
        margin: 10px auto !important;
    }
    .about-content .row.mt-lg-5{
        margin-top: 30px;
    }
     .about-content  .col-md-6.fade-up {
    margin-top: 30px;
}
	
	.slider .slider-images .swiper-slide{
		height:500px !important;
		background-position: right 40% center !important
	}
	
	.content-section .owl-loaded{
		
		margin-bottom:20px !important;
	}
	    .slider {
        height: 60vh !important;
    }
	
	.contact-form .row{
		margin-right:unset !important
	}
	    .section-title, .side-arts .titles {
       text-align: center;
		  margin-bottom:30px;
    }
	.contact-form .col-md-6{
		max-width:103% !important;
		padding-right:0px !important
	}
	.testimonial-carousel .owl-nav {
       position: absolute;
    left: 50%;
    bottom: -10px;
}
	form.wpcf7-form.init {
    margin-top: 10px;
}
}
.contact-form .col-md-6 p{
	width:100% !important;
    max-width:100% !important;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .slider{
        height: 80vh;
    }
    .slider .slider-nav, .owl-dots{
        display: none;
    }
    .text-content.is-inview img {
    text-align: center;
    margin: 0 auto 10px;
}

    .recent-news .content-box h3 br{
        display: none;
    }
    .owl-carousel .item {
    margin: 0px;
}
    .image-box img{
        margin-bottom: 20px;
    }
    .hamburger-menu{
    display: block !important;
}
    .insta-post {
  grid-template-columns: 100% !important;
    gap: 10px;
}
    .insta img {
    height: auto !important;
    width: 100%;
}
        .content-section {
        padding: 80px 0 0;
    }
        .section-title, .side-arts .titles {
       text-align: center;
    }
        .side-arts {
        padding: 80px 30px 0px;
    }
     #client{
        padding-top: 30px !important;
    }
        .slider .slider-texts .swiper-slide h1 {
        font-size: 42px;
        padding-top: 70px;
    }
       .image-content-box {
        margin-bottom: 10px;
            margin-top: 0px;
    }
    .section-title img {
    margin: 0 auto;
}
     #blog{
        margin-bottom: 30px;
    }
    .side-icon-list, .about-content, .about-subtitle{
        text-align: center;
    }
     .section-title img{
        margin: 10px auto;
    }
    .about-content .row.mt-lg-5{
        margin-top: 30px;
    }
    
 .about-content  .col-md-6.fade-up {
    margin-top: 30px;
}
}


.section-title.insta-head.text-center h2 {
    margin-bottom: 30px;
}
.text-content.is-inview img {
    height: 60px;
    width: 60px;
}
    .side-widget.active .display-mobile {
        display: flex;
        margin-top: 0;
    }
.hamburger-menu{
    display: none;
}
ul.team-list h6 {
    padding-top: 30px;
}

section.content-section.no-bottom-spacing.no-top-spacing{
    padding-top: 0px !important;
}
.insta-post {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}
.insta img {
    height: 330px;
    width: 100%;
}
.section-title.insta-head.text-center{
    margin-bottom: 20px;
}


.exhibition-box img {
    height: 350px;
    object-fit: cover;
}
.section-title.activate{
 margin-bottom: 10px;   
}
.owl-carousel.services-carousel {
    margin-bottom: 80px !important;
}


.services-carousel .center .exhibition-box {
  transform: scale(1.1);
  z-index: 2;
  opacity: 1;
  filter: blur(0);
}

.services-carousel .center .exhibition-box h4 a {
  color: #00aeff;
}

/* Side items look slightly smaller and dimmed */
.services-carousel .exhibition-box {
  opacity: 0.7;
  transform: scale(0.9);
  filter: blur(0.5px);
}

.services-carousel .exhibition-box:hover {
  opacity: 1;
  filter: blur(0);
}



#client .section-title{
    margin-bottom: 30px;
}


.testimonial-card {
  border-radius: 15px;
  padding: 25px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.08);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
    position: relative;
    z-index: 1;
	height: 250px;
}

.testimonial-card:hover {
  transform: translateY(-5px);
}

.review-header {
  margin-bottom: 15px;
}

.stars {
  font-size: 20px;
  color: #f8b400; /* golden stars */
  letter-spacing: 2px;
}

.review-text {
  font-style: italic;
  color: #fff;
  margin-bottom: 20px;
}

.review-footer h6 {
  margin: 0;
  font-weight: 600;
  color: #fff;
}

.review-footer small {
  color: #fff;
}



#testi{
    padding: 100px 0px;
}


.navbar {
  position: sticky;
  top: 0px;
  left: 0;
  width: 100%;
  padding: 10px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 9;
  background: #fff;
  transition: background 0.4s ease, box-shadow 0.4s ease, padding 0.3s;
}

/* After Scrolling */
.navbar.scrolled {
  background:#fff !important;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
  padding: 10px 30px;
}


    .input-wrapper {
      position: relative;
      display: flex;
      align-items: center;
    }

    .input-wrapper input {
      width: 100%;
      padding: 12px 40px 12px 15px;
      border: 1px solid #ddd;
      border-radius: 25px;
      font-size: 14px;
      outline: none;
      transition: border 0.3s;
    }

    .input-wrapper input:focus {
      border-color: #6c63ff;
    }

    .input-wrapper i {
      position: absolute;
      right: 15px;
      color: #555;
      font-size: 16px;
      pointer-events: none;
    }
.form-row {
    display: flex;
    align-items: center;
    gap: 10px;
}
.newsletter-box .form input, .newsletter-box .form select{
    border-radius: 10px;
    height: 60px;
    width: 100%;
}
#ccform, div#newsbg{
    position: relative;
}
div#newsbg::before {
    position: absolute;
    top: 0;
    right: -130px;
    background-color: #fff;
    clear: both;
    content: '';
    height: 100%;
    width: 690px;
    z-index: -1;
    box-shadow: 0px 2px 7px #d4d4d4;
}
div#newsbg .newsletter-box{
    background: none !important;
}
div#newsbg .newsletter-box .form .titles h2 {
    color: #025c7a;
}
.navbar-button a {
    height: 60px;
    line-height: 60px;
    display: inline-block;
    padding: 0 40px;
    background: linear-gradient(to right, #A445E8, #3DDAD7);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    -webkit-transition: .25s 
ease-in-out;
    -moz-transition: .25s ease-in-out;
    -ms-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s 
ease-in-out;
    border-radius: 30px;
}
.story-text.text-center {
    margin: 0 auto;
    width: 80%;
}
#aboutus .section-title{
    margin-bottom: 30px;
}
#aboutus{
    margin-top: 0px;
    padding-bottom: 30px !important;
}

/* Layout & typography */
.about-image img {
  object-fit: cover;
  height: 100%;
  min-height: 500px;
}

.about-content {
    background: #034055;
    color: #fff;
}
.about-title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 20px;
}

.about-subtitle {
  font-size: 1.25rem;
  font-weight: 400;
  margin-bottom: 25px;
  color: #fff;
}

/* Circle button */
.circle-button {
  display: inline-block;
  border: 2px solid #222;
  border-radius: 50%;
  padding: 40px 25px;
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.4;
  color: #222;
  transition: all 0.3s ease;
}

.circle-button:hover {
  background: #222;
  color: #fff;
}
.testimonial-card.one{
    background-image: url(../images/airbursh/abb.jpg);
    background-size: cover;
    position: relative;
}
.testimonial-card.two{
    background-image: url(../images/airbursh/about.jpg);
    background-size: cover;
    position: relative;
}
.testimonial-card.three{
    background-image: url(../images/airbursh/b1.jpg);
    background-size: cover;
    position: relative;
}
.testimonial-card::before {
    position: absolute;
    top: 0;
    left: 0;
    clear: both;
    content: '';
    background-color: #000;
    opacity: 70%;
    height: 100%;
    width: 100%;
    z-index: -1;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot, .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: #08759a !important;
    color: #fff !important;
    border: none;
    height: 40px;
    width: 40px;
    line-height: 40px !important;
    text-align: center;
    font: inherit;
    border-radius: 50px;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled, .owl-nav {
    display: block !important;
}
button.owl-prev {
    position: absolute;
    top: 36%;
    left: -19px;
}

button.owl-next {
    position: absolute;
    top: 36%;
    right: -19px;
}

#ccform{
	padding-bottom:50px !important
    position: relative;
}

img.icon {
    width: 20%;
    filter: invert(1);
    margin-bottom: 20px;
}

.diagonal-btn{
position:fixed;
right: -75px; 
top: 50%;
transform: translateY(-50%) rotate(-90deg);
transform-origin: center;
display:inline-block;
padding:12px 48px; 
border-radius:8px;
border:0;
cursor:pointer;
z-index:1000;
background: #09769c;
color:#fff;
font-weight:600;
box-shadow:0 8px 20px rgba(0,0,0,0.18);
transition:transform 180ms ease, box-shadow 180ms ease;
-webkit-tap-highlight-color: transparent;
}
.diagonal-btn:hover,
.diagonal-btn:focus{
outline:none;
transform: translateY(-50%) rotate(-90deg) translateX(-6px) translateY(-2px);
box-shadow:0 14px 32px rgba(0,0,0,0.22);
}
.diagonal-btn .inner{
display:inline-flex;
align-items:center;
gap:10px;
white-space:nowrap;
font-size:15px;
}
.diagonal-btn svg{width:18px;height:18px;display:block}



body {
    background-color: #ffffff !important; }




.accordion-item {
      background: #fff;
      border-radius: 12px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.08);
      margin-bottom: 16px;
      overflow: hidden;
      transition: all 0.3s ease;
    }

    .accordion-header {
      padding: 18px 20px;
      cursor: pointer;
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-weight: 600;
      color: #0a3d62;
      font-size: 17px;
      transition: background 0.3s;
    }

    .accordion-header:hover {
      background: #f0f4f8;
    }

    .accordion-header span {
      font-size: 22px;
      transition: transform 0.3s;
    }

    .accordion-body {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px;
      font-size: 15px;
      color: #555;
      line-height: 1.6;
    }

    .accordion-item.active .accordion-body {
      max-height: 200px; /* adjust if answers are longer */
      padding: 16px 20px 20px;
    }

    .accordion-item.active .accordion-header span {
      transform: rotate(45deg); /* turns + into × */
    }
#newsbg{
    overflow: hidden;
}



.section-title img {
    margin: 10px auto;
}
.about-content.p-5 .section-title img {
    margin-left: 0px;
}
.about-banner {
    position: relative;
    background-image: url(../images/airbursh/about-banner.webp);
    background-size: cover;
    padding: 100px 0px;
    background-position: top;
    z-index: 1;
    height: 542px;
    background-position: center;
}
.about-banner::before{
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    height: 100%;
    width: 100%;
    clear: both;
    content: '';
    z-index: -1;
    opacity: 50%;
}
.inner-banner {
    color: #fff;
    text-align: center;
    padding-top: 100px;
}
.inner-banner h1 {
    font-size: 80px;
    font-weight: 600;
}
.inner-banner p {
    font-size: 30px;
    font-weight: 600;
}
ul.breadcrumb {
    justify-content: center;
    gap: 30px;
}
ul.breadcrumb li a{
 color: #fff;
}
ul.breadcrumb li.active a{
    color: #06a9e1;
}

section#banner-tab .image-content-box img{
    height: 300px;
    object-fit: cover;
}
section#banner-tab .image-content-box {
border: none;
padding: 0px;
}
section#banner-tab .image-content-box .content-box {
    padding: 20px;
    text-align: center;
}
.mission-sec.text-center{
    width: 80%;
    margin: 0 auto;
}
.mission-sec.text-center h2 {
    font-size: 50px;
    padding-bottom: 20px;
}
section.mission-statement {
    padding: 80px 0px;
    position: relative;
}
.mission-sec.text-center p {
    font-size: 20px;
    padding-bottom: 20px;
}
.enhance-section {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%); /* Dark canvas gradient */
    position: relative;
    overflow: hidden;
    border-radius: 0px;
    padding: 60px;
    color: white;
    text-align: center;
}

.enhance-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 80%, rgba(255, 20, 147, 0.1) 0%, transparent 50%), /* Pink spray burst */
        radial-gradient(circle at 80% 20%, rgba(0, 191, 255, 0.1) 0%, transparent 50%); /* Blue spray burst */
    pointer-events: none;
    opacity: 0.6;
}

.enhance-section > * {
    position: relative;
    z-index: 1;
}
.section-heading {
    font-size: 50px;
    font-weight: 600;
    background: linear-gradient(45deg, #FFD700 0%, #FF1493 50%, #00BFFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin: 0 0 20px 0;
    letter-spacing: 2px;
    animation: fadeInUp 1s ease-out;
}
.live-airbrush {
    color: #00BFFF;
    display: block;
    font-size: 2.5rem;
    margin-bottom: 10px;
}
.description {
    font-size: 1.2rem;
    line-height: 1.6;
    margin: 0 0 40px 0;
    opacity: 0.9;
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
}

.benefits {
    list-style: none;
    padding: 0;
    margin: 0 0 0px 0;
    display: flex;
    justify-content:center;
    flex-wrap: wrap;
}

.benefits li {
    font-size: 1rem;
    margin: 10px;
    padding: 10px 20px;
    position: relative;
    animation: fadeInUp 1s ease-out 0.2s both;
}

.benefits li::before {
    content: '🎨'; /* Airbrush icon */
    margin-right: 8px;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* 
@media (max-width: 768px) {
    .section-heading { font-size: 2.5rem; }
    .live-airbrush { font-size: 2rem; }
    .benefits { flex-direction: column; align-items: center; }
    .enhance-section { padding: 40px 20px; }
}
 */
.airbrush-section {
    position: relative;
text-align: center;
padding: 80px 0px;
}

.activities-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
gap: 25px;
max-width: 1000px;
margin: 0 auto;
}
.activity-card {
background: #fff;
border-radius: 16px;
padding: 25px 20px;
box-shadow: 0 6px 15px rgba(0,0,0,0.08);
transition: all 0.3s ease;
}

.activity-card img {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;

}


.activity-card h3 {
font-size: 1.1rem;
color: #333;
margin-bottom: 8px;
}
.activity-card p {
font-size: 0.9rem;
color: #666;
}
.activity-card:hover {
transform: translateY(-8px);
box-shadow: 0 10px 20px rgba(0,0,0,0.12);
}

.our-team {
    padding: 80px 0;
    position: relative;
}
.team-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 20px;
    margin: 50px auto;
    position: relative;
}
a.circle-button.text-right {
    float: right;
}
.team-member {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    width: 220px;
    position: relative;
}

/* Staggered positioning to match screenshot */
.team-member:nth-child(1) {
    margin-top: 0;
}

.team-member:nth-child(2) {
    margin-top: 60px;
}

.team-member:nth-child(3) {
    margin-top: 30px;
}

.team-member:nth-child(4) {
    margin-top: 90px;
}

.team-member:nth-child(5) {
    margin-top: 15px;
}

.team-member:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

.member-image {
    width: 100%;
    height: 250px;
    position: relative;
    overflow: hidden;
}

.member-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.member-tag {
    position: absolute;
    top: 15px;
    left: 15px;
    padding: 6px 12px;
    border-radius: 15px;
    font-size: 0.8rem;
    font-weight: 500;
    color: white;
    backdrop-filter: blur(10px);
}

/* Different tag colors matching screenshot */
.team-member:nth-child(1) .member-tag {
    background: rgba(52, 152, 219, 0.9);
}

.team-member:nth-child(2) .member-tag {
    background: rgba(155, 89, 182, 0.9);
}

.team-member:nth-child(3) .member-tag {
    background: rgba(52, 73, 94, 0.9);
}

.team-member:nth-child(4) .member-tag {
    background: rgba(230, 126, 34, 0.9);
}

.team-member:nth-child(5) .member-tag {
    background: rgba(155, 89, 182, 0.9);
}

.member-info {
    padding: 20px;
    text-align: center;
}

.member-info h3 {
    font-size: 1.2rem;
    color: #2c3e50;
    margin-bottom: 5px;
    font-weight: 600;
}

.member-role {
    color: #7f8c8d;
    font-size: 0.95rem;
    font-weight: 400;
}


.event-videos {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    padding: 80px 0;
    position: relative;
}
.event-videos::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.videos-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    min-height: 500px;
}

.video-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin: 0 10px;
}

.video-item {
    width: 280px;
    height: 220px;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    transition: all 0.4s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}
.video-item video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.video-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.4);
    transition: all 0.3s ease;
}

.video-item:hover::before {
    background: rgba(0,0,0,0.2);
}

/* Gradient backgrounds for each video */
.video-item:nth-child(1) {
background: linear-gradient(135deg, #667eea, #764ba2);
}

.video-item:nth-child(2) {
background: linear-gradient(135deg, #f093fb, #f5576c);
}

.video-item:nth-child(3) {
background: linear-gradient(135deg, #4facfe, #00f2fe);
}

.video-item:nth-child(4) {
background: linear-gradient(135deg, #43e97b, #38f9d7);
}

.video-item:nth-child(5) {
background: linear-gradient(135deg, #fa709a, #fee140);
}

.video-item:nth-child(6) {
background: linear-gradient(135deg, #a8edea, #fed6e3);
}

.video-item:nth-child(7) {
background: linear-gradient(135deg, #ff9a9e, #fecfef);
}

.video-item:nth-child(8) {
background: linear-gradient(135deg, #ffecd2, #fcb69f);
}

.video-item:nth-child(9) {
background: linear-gradient(135deg, #667eea, #764ba2);
}

        .play-button {
            width: 45px;
            height: 45px;
            background: rgba(255,255,255,0.9);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 18px;
            color: #333;
            transition: all 0.3s ease;
            position: relative;
            z-index: 3;
        }

        .play-button::before {
            content: '▶';
            margin-left: 2px;
        }

        .video-item:hover .play-button {
            transform: scale(1.2);
            background: #fff;
            box-shadow: 0 8px 16px rgba(0,0,0,0.3);
        }

        @media (max-width: 1024px) {
            .team-container {
                justify-content: center;
            }
            
            .team-member {
                margin-top: 0 !important;
                margin-bottom: 20px;
            }
            
            .videos-wrapper {
                flex-wrap: wrap;
                gap: 20px;
            }
            
            .video-column {
                margin: 10px;
            }
        }

        @media (max-width: 480px) {
          .video-item {
        width: 400px;
        height: 400px;
    }
        }

 .booking-form {
        background: #fff;
        padding: 30px 40px;
        border-radius: 12px;
        box-shadow: 0 8px 25px rgba(0,0,0,0.1);
        max-width: 600px;
        width: 100%;
       margin-top: 50px;
	 max-width:100% !important;
    }
    .booking-form h2 {
        text-align: center;
        margin-bottom: 25px;
        color: #333;
    }
    .form-group {
        position: relative;
        margin-bottom: 20px;
    }
    .form-group input,
    .form-group select,
    .form-group textarea {
        width: 100%;
        padding: 12px 40px 12px 15px;
        border-radius: 8px;
        border: 1px solid #ccc;
        outline: none;
        transition: 0.3s;
        font-size: 16px;
    }
    .form-group input:focus,
    .form-group select:focus,
    .form-group textarea:focus {
        border-color: #007bff;
        box-shadow: 0 0 8px rgba(0,123,255,0.2);
    }
    .form-group i {
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translateY(-50%);
        color: #999;
    }
    .booking-form textarea {
        resize: vertical;
        min-height: 80px;
    }
    .booking-form button {
        width: 100%;
        padding: 14px;
        background: #007bff;
        border: none;
        border-radius: 8px;
        color: #fff;
        font-size: 18px;
        cursor: pointer;
        transition: 0.3s;
    }
    .booking-form button:hover {
        background: #0056b3;
    }
.section-title.text-left img {
    margin: 0px;
}


.cta-section {
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    color: #fff;
    text-align: center;
    padding: 50px 20px;
    position: relative;
    overflow: hidden;
  }

  .cta-section p {
    font-size: 22px;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }

  .cta-button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 30px;
    font-size: 18px;
    font-weight: bold;
    color: #ff7e5f;
    background: #fff;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    text-decoration: none;
    transition: 0.3s;
  }

  .cta-button:hover {
    background: #ffe6d5;
    transform: translateY(-3px);
  }

  /* Optional floating airbrush icon animation */
  .cta-section .icon-floating {
    position: absolute;
    width: 50px;
    height: 50px;
    color: rgba(255,255,255,0.3);
    top: 10%;
    left: 5%;
    animation: float 4s ease-in-out infinite;
  }

  .cta-section .icon-floating:nth-child(2) {
    top: 20%;
    left: 85%;
    animation-delay: 2s;
  }

  @keyframes float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(20px); }
  }

  .why-choose-section {
    text-align: center;
    padding: 80px 20px;
    background: #fff;
  }

 .why-choose-section h3 {
    color: #fff;
  }
  .why-choose-section p {
    font-size: 18px;
    color: #fff;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }

  .cards-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
  }

.card {
    background: linear-gradient(to right, #451766, #125e5c);
    padding: 40px 20px;
    border-radius: 15px;
    transition: transform 0.3s, box-shadow 0.3s;
    position: relative;
    overflow: hidden;
}

  .card:hover {
    transform: translateY(-10px);
  }

  .card i {
    font-size: 40px;
    color: #fff;
    margin-bottom: 20px;
    background: rgba(0,0,0,0.2);
    padding: 20px;
    border-radius: 50%;
  }

  /* Optional floating shapes for uniqueness */
  .card::before {
    content: '';
    position: absolute;
    width: 100px;
    height: 100px;
    background: rgba(255,255,255,0.1);
    border-radius: 50%;
    top: -30px;
    right: -30px;
  }

  .card::after {
    content: '';
    position: absolute;
    width: 80px;
    height: 80px;
    background: rgba(255,255,255,0.1);
    border-radius: 50%;
    bottom: -20px;
    left: -20px;
  }
.card:nth-child(even){
    margin-top: 50px;
}

.mission-section {
  position: relative;
  width: 100%;
  color: #000;
    padding: 80px 0px;
}
.mission-content {
  text-align: center;
  padding: 20px;
}

.mission-quote {
  font-size: 18px;
  color: #000;
  margin-bottom: 20px;
    text-align: left;
}

.mission-title {
  font-size: 80px;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  margin: 0;
  line-height: 1;
  animation: fadeIn 2s ease-in-out;
}
.mission-image img {
    height: 550px;
    width: 300px;
    object-fit: cover;
}
.mission-title span {
  color: #000;
    font-size: 100px;
}

.mission-image {
  margin-top: 30px;
}

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@keyframes bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-20px); }
}
ul.social-media {
    display: flex;
    gap: 10px;
    padding: 0px;
    margin-top: 20px;
}
ul.social-media li {
    list-style: none;
    border: 1px solid #000;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
}
ul.social-media li:hover{
    background: #000;
    color: #fff;
}
ul.social-media li:hover a{
    color: #fff;
}
#exhibit .exhibition-box {
    margin-bottom: 90px;
}
#exhibit .exhibition-box .content-box {
    justify-content: center;
}
a.custom-link.sample{
    padding-top: 10px;
}

  .event-section {
      padding: 80px 0;
      background: #fff;
    }
    .event-text p {
      font-size: 1rem;
      color: #555;
      margin-bottom: 25px;
    }
    .event-images {
      display: flex;
      gap: 20px;
      align-items: center;
      justify-content: center;
    }
    .event-images img {
      width: 100%;
      height: auto;
      object-fit: cover;
      border-radius: 6px;
    }
.mt-20{
    margin-top: 100px;
}
.col-lg-7.event-images video {
    height: 600px;
}

 .slider-container {
      height: 80vh;
      overflow: hidden;
    }
    .swiper {
      height: 100%;
    }
    .slide-content {
      display: flex;
      height: 100%;
    }
    .slide-left {
      flex: 1;
    }
    .slide-left img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .slide-right {
      flex: 1;
      background-image: url(../images/airbursh/footer.jpg);
        background-position: top;
      padding: 60px;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }
    .slide-right p {
      margin: 20px 0;
      font-size: 1.1rem;
      color: #444;
    }


   .video-section {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    color: #fff;
    padding-top: 30px;
}
    .video-card video {
      width: 100%;
      object-fit: cover;
      border-radius: 0px;
      box-shadow: 0 6px 20px rgba(0,0,0,0.2);
    }
    /* Mimic screenshot layout */
    .video-tall { height: 300px; }    /* tall vertical video */
    .video-wide { height: 200px; }    /* wide horizontal */
    .video-square { height: 180px; }  /* small square */
    .btn-custom {
      background-color: #fff;
      color: #007bff;
      font-weight: 600;
      border-radius: 25px;
      padding: 10px 25px;
      transition: all 0.3s;
    }
    .btn-custom:hover {
      background-color: #f8f9fa;
      color: #6f42c1;
    }
  .event-card {
    padding: 10px 0px;
    transition: transform 0.3s;
}
    .event-card:hover {
      transform: translateY(-5px);
    }


.swiper-button-prev {
    top: 23px !important;
    left: 46% !important;
    background: linear-gradient(to right, #A445E8, #3DDAD7);
    color: #fff !important;
    border-radius: 50%;
    width: 50px !important;
    height: 50px !important;
}

.swiper-button-next {
     bottom: 2px !important;
    left: 46% !important;
    background: linear-gradient(to right, #A445E8, #3DDAD7);
    color: #fff !important;
    border-radius: 50%;
    width: 50px !important;
    height: 50px !important;
}
.swiper-button-next, .swiper-button-prev {
    svg {
        height: 50%  !important;
        object-fit: contain;
        transform-origin: center;
        width: 50% !important;
        fill: currentColor;
        pointer-events: none;
    }
}

.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;   /* hide default Swiper arrows */
}

.navbar-button.ee {
    margin: 15px auto;
}
section.mapsec {
    background: #fefffe;
}
.announcement-bar {
    width: 100%;
    overflow: hidden;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    height: 30px;
    display: flex;
    align-items: center;
}

.scroll-container {
  display: flex;
  width: max-content;
  animation: scroll-left 30s linear infinite;
}

.scroll-text {
    display: inline-block;
    white-space: nowrap;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    padding-right: 50px;
}
@keyframes scroll-left {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}


section.sample-pro {
    padding: 80px 0px;
    position: relative;
}
section.sample-pro .row {
    align-items: center;
}
        
     .three-column-section {
  background: #fff;
  padding: 30px 10%;
}

.three-column-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.three-column-box {
  padding: 20px;
  border-right: 1px solid #e5e5e5;
  position: sticky;
  top: 100px;
}


.three-column-box i {
  font-size: 40px;
  color: #000;
  margin-bottom: 20px;
  display: block;
}

.three-column-box h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #000;
}

.three-column-box p {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
}
.three-column-box.third {
    margin-top: 200px;
    position: sticky;
    top: 100px;
}
        .three-column-box.second {
    margin-top: 100px;
    position: sticky;
    top: 100px;
}   
    .three-column-box img {
    width: 60px;
        margin-bottom: 20px;
}
.activity-card:hover {
 background: linear-gradient(135deg, #c07ade 0%, #b13fdfa8 50%, #228cb3 100%);
}
.activity-card:hover h3, .activity-card:hover p {
    color: #fff;
}
.activity-card:hover img {
    filter: invert(100%) hue-rotate(180deg) brightness(1.5); 
}

.product-card {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: 0 auto;
    gap: 30px;
    width: 100%;
    background-image: url('../images/airbursh/footer.jpg');
    background-size: cover;
    border-radius: 30px;
    position: sticky;
    top: 120px;
        background-position: top;
}
    .product-card-sec{
        position: relative;
    }
    .right-content {
    padding: 30px;
}

 .right-content p {
    padding-top: 0px;
}
    .left-img img {
    height: 600px;
    width: 100%;
    object-fit: cover;
}
.icon-gradient {
  width: 60px; /* set your size */
  height: 60px;
  background: linear-gradient(to bottom, #A445E8, #3DDAD7);
  -webkit-mask: url("../images/airbursh/icon/1.1.png") no-repeat center;
  -webkit-mask-size: contain;
  mask: url("../images/airbursh/icon/1.1.png") no-repeat center;
  mask-size: contain;
    margin: 0 auto 10px;
}
.icon-gradient.two {
  background: linear-gradient(to bottom, #A445E8, #3DDAD7);
  -webkit-mask: url("../images/airbursh/icon/2.png") no-repeat center;
  -webkit-mask-size: contain;
  mask: url("../images/airbursh/icon/2.png") no-repeat center;
  mask-size: contain;
}
.icon-gradient.three {
  background: linear-gradient(to bottom, #A445E8, #3DDAD7);
  -webkit-mask: url("../images/airbursh/icon/3.png") no-repeat center;
  -webkit-mask-size: contain;
  mask: url("../images/airbursh/icon/3.png") no-repeat center;
  mask-size: contain;
}
.icon-gradient.four {
  background: linear-gradient(to bottom, #A445E8, #3DDAD7);
  -webkit-mask: url("../images/airbursh/icon/4.png") no-repeat center;
  -webkit-mask-size: contain;
  mask: url("../images/airbursh/icon/4.png") no-repeat center;
  mask-size: contain;
}
.icon-gradient.five {
  background: linear-gradient(to bottom, #A445E8, #3DDAD7);
  -webkit-mask: url("../images/airbursh/icon/5.png") no-repeat center;
  -webkit-mask-size: contain;
  mask: url("../images/airbursh/icon/5.png") no-repeat center;
  mask-size: contain;
}
.icon-gradient.six {
  background: linear-gradient(to bottom, #A445E8, #3DDAD7);
  -webkit-mask: url("../images/airbursh/icon/6.png") no-repeat center;
  -webkit-mask-size: contain;
  mask: url("../images/airbursh/icon/6.png") no-repeat center;
  mask-size: contain;
}
.icon-gradient.seven {
  background: linear-gradient(to bottom, #A445E8, #3DDAD7);
  -webkit-mask: url("../images/airbursh/icon/7.png") no-repeat center;
  -webkit-mask-size: contain;
  mask: url("../images/airbursh/icon/7.png") no-repeat center;
  mask-size: contain;
}
.icon-gradient.eight {
  background: linear-gradient(to bottom, #A445E8, #3DDAD7);
  -webkit-mask: url("../images/airbursh/icon/8.png") no-repeat center;
  -webkit-mask-size: contain;
  mask: url("../images/airbursh/icon/8.png") no-repeat center;
  mask-size: contain;
}
.activity-card:hover .icon-gradient {
  background: #fff;
}
.content-box2 {
    background-image: url(../images/airbursh/footer.jpg);
    background-size: cover;
    padding: 50px;
    margin-left: -24px;
    margin-top: 100px;
    width: 100%;
}
.sample-img img {
    margin-top: -30px;
    height: 400px;
    width: 100%;
    object-fit: cover;
}
.content-box2.left {
    margin-left: 24px !important;
    background-image: url('../images/airbursh/footer-2.jpg');
    background-size: cover;
}


html, body {
  scroll-behavior: smooth;
}
.scroll-container {
  scroll-behavior: smooth;
  overflow-x: unset;
  white-space: nowrap;
}


 .smoke-container {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            pointer-events: none;
            z-index: 9999;
        }

        .smoke-particle {
            position: absolute;
            border-radius: 50%;
            pointer-events: none;
            background: radial-gradient(circle, rgba(147, 112, 219, 0.8) 0%, rgba(138, 43, 226, 0.6) 30%, rgba(75, 0, 130, 0.3) 70%, transparent 100%);
            filter: blur(3px);
            animation: smokeAnimation 2s ease-out forwards;
        }

        @keyframes smokeAnimation {
            0% {
                transform: scale(0.1) rotate(0deg);
                opacity: 0.8;
            }
            50% {
                transform: scale(1) rotate(180deg);
                opacity: 0.5;
            }
            100% {
                transform: scale(2) rotate(360deg);
                opacity: 0;
            }
        }

  .custom-cursor {
            position: fixed;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            background: radial-gradient(circle, rgba(147, 112, 219, 0.8) 0%, rgba(138, 43, 226, 0.4) 50%, transparent 70%);
            pointer-events: none;
            z-index: 10000;
            transform: translate(-50%, -50%);
            mix-blend-mode: screen;
            animation: cursorPulse 2s ease-in-out infinite;
        }

        @keyframes cursorPulse {
            0%, 100% { transform: translate(-50%, -50%) scale(1); }
            50% { transform: translate(-50%, -50%) scale(1.2); }
        }

 @media (max-width: 768px) {
            
            .smoke-particle {
                filter: blur(2px);
            }
        }

        @media (hover: none) and (pointer: coarse) {
            body {
                cursor: default;
            }
            
            .custom-cursor {
                display: none;
            }
        }


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

.site-menu ul li {
  position: relative; /* important: each li is a dropdown anchor */
  display: inline-block;
}

/* Dropdown menu */
ul.custom-dropdown {
  position: absolute;
  left: 0;
  top: 100%; /* appear right below parent li */
  background: #034055;
  width: 300px !important;
  padding: 10px 0;
  z-index: 999; /* keep above everything */

  opacity: 0;          /* hidden by default */
  visibility: hidden;  /* hidden for accessibility */
  transform: translateY(-10px); /* slightly above */
  transition: opacity 0.3s ease, transform 0.3s ease;
}

ul.custom-dropdown li {
  display: block;
  line-height: 40px;
}

ul.custom-dropdown li a {
  color: #fff;
  display: block;
  padding: 0 15px;
  text-decoration: none;
}

/* Show dropdown on hover */
.site-menu ul li:hover > ul.custom-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0); /* slide into place */
}


@media (max-width: 768px) {
  .site-menu ul {
    display: block;
  }

	
	
  .site-menu ul li {
    display: block;
    width: 100%;
  }

  ul.custom-dropdown {
    position: relative;
    top: 0;
    left: 0;
    width: 100% !important;
    opacity: 1; /* always visible for mobile toggle */
    visibility: visible;
    transform: translateY(0);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }

  /* Dropdown items expanded */
  .site-menu ul li.active > ul.custom-dropdown {
    max-height: 1000px; /* large enough to show all items */
  }
  /* Optional: add toggle indicator */
  .site-menu ul li > a::after {
    content: " ▼";
    float: right;
  }
    .col-md-6.o2 {
    order: 2;
}
    .event-content {
    padding-top: 30px;
}
}



.hamburger {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  font-size: 32px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 11;
}

        /* Side Menu */
        .side-menu {
            position: fixed;
            top: 0;
            left: -250px;
            width: 250px;
            height: 100%;
            background-color: #0d3b4b;
            color: white;
            transition: left 0.3s ease;
            z-index: 9999;
        }

        .side-menu.active {
            left: 0;
        }

        .side-menu ul {
            list-style: none;
            padding: 0;
            margin: 0px 0 0 0;
        }

        .side-menu li {
            border-bottom: 1px solid #444;
        }

        .side-menu a {
            display: block;
            padding: 10px 20px;
            color: white;
            text-decoration: none;
            font-size: 16px;
        }

        .side-menu a:hover {
            background-color: #555;
        }

        /* Dropdown */
        .dropdown > a::after {
            content: ' ';
            float: right;
        }

        .dropdown-content {
             display: none;
    background-color: #444;
    overflow: scroll;
    height: 365px;
        }

        .dropdown-content a {
            padding-left: 30px;
        }

        .dropdown.active .dropdown-content {
            display: block;
        }

        /* Overlay */
        .overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
            display: none;
            z-index: 998;
        }

        .overlay.active {
            display: block;
        }

        /* Responsive Design */
/*         @media (min-width: 768px) {
            .hamburger, .side-menu, .overlay {
                display: none;
            }
        } */

.event-grid-sec{
    position: relative;
    padding: 80px 0px;
}
.event-content p {
    line-height: 33px;
}

 .map-container {
            width: 100%;
            max-width: 1400px;
            background: white;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
            animation: slideUp 0.6s ease-out;
     z-index: 1;
        }
        
        @keyframes slideUp {
            from {
                transform: translateY(30px);
                opacity: 0;
            }
            to {
                transform: translateY(0);
                opacity: 1;
            }
        }
        
        .map-header {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: white;
            padding: 30px;
            text-align: center;
        }
        
        .map-header h1 {
            font-size: 2.5em;
            margin-bottom: 10px;
            font-weight: 700;
        }
        
        .map-header p {
            font-size: 1.1em;
            opacity: 0.95;
        }
        
        #map {
            height: 600px;
            width: 100%;
            position: relative;
            z-index: 1;
        }
        
        .location-stats {
            padding: 30px;
            background: #f8f9fa;
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 20px;
        }
        
        .stat-card {
            text-align: center;
            padding: 20px;
            background: white;
            border-radius: 10px;
            transition: transform 0.3s ease;
        }
        
        .stat-card:hover {
            transform: translateY(-5px);
        }
        
        .stat-number {
            font-size: 2.5em;
            font-weight: bold;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }
        
        .stat-label {
            color: #666;
            margin-top: 5px;
        }
        
        .custom-popup {
            font-size: 14px;
            font-weight: 600;
        }
        
        .leaflet-popup-content-wrapper {
            border-radius: 10px;
        }
        
        @media (max-width: 768px) {
            .map-header h1 {
                font-size: 1.8em;
            }
            
            #map {
                height: 400px;
            }
            
            .location-stats {
                grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
            }
        }


input{
    height: 70px;
}
.map-location ul {
    display: flex;
    gap: 10px;
    justify-content: center;
    background: #fff;
    margin-bottom: 0px;
    padding: 30px 0px;
    flex-wrap: wrap;
}

.map-location ul li {
    list-style: none;
    font-size: 15px;
    background: #f5f5f5;
    padding: 5px;
    border: 1px solid #f5f5f5;
    border-radius: 5px;
}
.map-location ul li:hover{
    background: transparent;
    border: 1px solid #eee;
}



 .bp-sidebar {
            background: white;
            border-radius: 12px;
            padding: 0;
            position: sticky;
            top: 20px;
        }
        
        .bp-sidebar-block {
            padding: 1.5rem;
            border-bottom: 1px solid var(--border-color);
        }
        
        .bp-sidebar-block:last-child {
            border-bottom: none;
        }
        
        .bp-sidebar-heading {
            font-size: 0.875rem;
            font-weight: 600;
            color: var(--text-muted);
            text-transform: uppercase;
            letter-spacing: 0.5px;
            margin-bottom: 1rem;
        }
        
        .bp-category-link {
            padding: 0.5rem 0;
            color: var(--text-dark);
            text-decoration: none;
            display: block;
            transition: all 0.2s;
            cursor: pointer;
        }
        
        .bp-category-link:hover {
            color: var(--primary-color);
            padding-left: 8px;
        }
        
        .bp-search-container {
            position: relative;
        }
        
        .bp-search-container input {
            padding-left: 2.5rem;
            border-radius: 8px;
            border: 1px solid var(--border-color);
        }
        
        .bp-search-container i {
            position: absolute;
            left: 12px;
            top: 50%;
            transform: translateY(-50%);
            color: var(--text-muted);
        }
        
        .bp-filter-dropdown {
            border-radius: 8px;
            border: 1px solid var(--border-color);
            padding: 0.5rem 2rem 0.5rem 1rem;
        }
        
        /* Blog Card Styles */
        .blog-card {
            background: #f3f2f2;
            border-radius: 12px;
            overflow: hidden;
            transition: transform 0.3s, box-shadow 0.3s;
            height: 100%;
            text-decoration: none;
            color: inherit;
            display: block;
        }
        
        .blog-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
        }
        
        .blog-card-img {
            width: 100%;
            height: 200px;
            object-fit: cover;
        }
        
        .featured-card .blog-card-img {
            height: 300px;
        }
        
        .blog-card-body {
            padding: 1.5rem;
        }
        
       
.badge-featured {
    background-color: var(--primary-color);
    color: #06a9e1;
    padding: 0px;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 1rem;
}
        
        .badge-category {
            color: var(--primary-color);
            font-size: 0.75rem;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            margin-bottom: 0.5rem;
            display: block;
        }
        
        .blog-title {
            font-size: 1.5rem;
            font-weight: 700;
            line-height: 1.3;
            margin-bottom: 0.75rem;
            color: var(--text-dark);
        }
        
        .blog-excerpt {
            color: var(--text-muted);
            font-size: 0.95rem;
            line-height: 1.6;
            margin-bottom: 1rem;
        }
        
        .author-info {
            display: flex;
            align-items: center;
            gap: 0.75rem;
        }
        
        .author-avatar {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            object-fit: cover;
        }
        
        .author-name {
            font-weight: 600;
            font-size: 0.875rem;
            margin: 0;
            color: var(--text-dark);
        }
        
        .author-time {
            font-size: 0.75rem;
            color: var(--text-muted);
            margin: 0;
        }
        
        .read-more {
            color: var(--text-dark);
            font-size: 1.25rem;
            margin-left: auto;
            transition: color 0.2s;
        }
        
        .blog-card:hover .read-more {
            color: var(--primary-color);
        }
        
        @media (max-width: 991px) {
            .sidebar {
                position: static;
                margin-top: 2rem;
            }
        }
        
        @media (max-width: 576px) {
            .blog-title {
                font-size: 1.25rem;
            }
            
            .featured-card .blog-card-img {
                height: 200px;
            }
        }

.sidebar-section {
    box-shadow: 0px 0px 5px #d6d6d6;
    padding: 10px;
    border-top: 5px solid #09769c;
    margin-bottom: 50px;
    border-radius: 0px;
    position: relative;
}
.category-item {
    line-height: 30px;
    border-top: 1px solid #eee;
    padding: 10px;
}
i.bi.bi-search {
    position: absolute;
    top: 55%;
    right: 7%;
    z-index: 9;
}
.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: none;
    outline: 0;
    box-shadow: none;
}
.search-box1 input[type="text"] {
    width: 420px;
    max-width: 100%;
    height: 50px;
    padding: 0 30px;
    border: 1px solid #cecece;
    margin-top: 15px;
}

.blog-sec{
    padding: 50px 0px;
    position: relative;
}
 .bd-sidebar {
            background: white;
            border-radius: 12px;
            padding: 0;
            position: sticky;
            top: 20px;
        }
        
        .bd-sidebar-block {
            padding: 1.5rem;
            border-bottom: 1px solid var(--border-color);
        }
        
        .bd-sidebar-block:last-child {
            border-bottom: none;
        }
        
        .bd-sidebar-heading {
            font-size: 0.875rem;
            font-weight: 600;
            color: var(--text-muted);
            text-transform: uppercase;
            letter-spacing: 0.5px;
            margin-bottom: 1rem;
        }
        
        .bd-category-link {
            padding: 0.5rem 0;
            color: var(--text-dark);
            text-decoration: none;
            display: block;
            transition: all 0.2s;
            cursor: pointer;
        }
        
        .bd-category-link:hover {
            color: var(--primary-color);
            padding-left: 8px;
        }
        
        .bd-search-container {
            position: relative;
        }
        
        .bd-search-container input {
            padding-left: 2.5rem;
            border-radius: 8px;
            border: 1px solid var(--border-color);
        }
        
        .bd-search-container i {
            position: absolute;
            left: 12px;
            top: 50%;
            transform: translateY(-50%);
            color: var(--text-muted);
        }
        
        .bd-filter-dropdown {
            border-radius: 8px;
            border: 1px solid var(--border-color);
            padding: 0.5rem 2rem 0.5rem 1rem;
        }
        
        /* Recent Posts Widget */
        .bd-recent-post {
            display: flex;
            gap: 1rem;
            padding: 0.75rem 0;
            text-decoration: none;
            color: inherit;
            transition: transform 0.2s;
        }
        
        .bd-recent-post:hover {
            transform: translateX(4px);
        }
        
        .bd-recent-post-img {
            width: 80px;
            height: 60px;
            border-radius: 8px;
            object-fit: cover;
            flex-shrink: 0;
        }
        
        .bd-recent-post-title {
            font-size: 0.875rem;
            font-weight: 600;
            line-height: 1.4;
            margin-bottom: 0.25rem;
            color: var(--text-dark);
        }
        
        .bd-recent-post-date {
            font-size: 0.75rem;
            color: var(--text-muted);
        }
        
        /* Main Article Styles */
        .bd-article-container {
            background: white;
            border-radius: 12px;
            overflow: hidden;
            margin-bottom: 2rem;
        }
        
        .bd-featured-image {
            width: 100%;
            height: 400px;
            object-fit: cover;
        }
        
        .bd-article-header {
            padding: 2.5rem;
            padding-bottom: 1.5rem;
        }
        
        .bd-article-meta {
            display: flex;
            align-items: center;
            gap: 1.5rem;
            margin-bottom: 1.5rem;
            flex-wrap: wrap;
        }
        
        .bd-author-info {
            display: flex;
            align-items: center;
            gap: 0.75rem;
        }
        
        .bd-author-avatar {
            width: 48px;
            height: 48px;
            border-radius: 50%;
            object-fit: cover;
        }
        
        .bd-author-name {
            font-weight: 600;
            font-size: 0.95rem;
            margin: 0;
            color: var(--text-dark);
        }
        
        .bd-publish-date {
            font-size: 0.875rem;
            color: var(--text-muted);
            margin: 0;
        }
        
        .bd-reading-time {
            display: flex;
            align-items: center;
            gap: 0.5rem;
            color: var(--text-muted);
            font-size: 0.875rem;
        }
        
        .bd-article-title {
            font-size: 2.5rem;
            font-weight: 700;
            line-height: 1.2;
            margin-bottom: 1rem;
            color: var(--text-dark);
        }
        
        .bd-article-excerpt {
            font-size: 1.125rem;
            color: var(--text-muted);
            line-height: 1.6;
            margin-bottom: 1.5rem;
        }
        
        .bd-article-body {
            padding: 0 2.5rem 2.5rem;
        }
        
        .bd-article-content {
            font-size: 1.05rem;
            line-height: 1.8;
            color: var(--text-dark);
        }
        
        .bd-article-content h2 {
            font-size: 1.75rem;
            font-weight: 700;
            margin-top: 2.5rem;
            margin-bottom: 1rem;
            color: var(--text-dark);
        }
        
        .bd-article-content h3 {
            font-size: 1.5rem;
            font-weight: 600;
            margin-top: 2rem;
            margin-bottom: 1rem;
            color: var(--text-dark);
        }
        
        .bd-article-content p {
            margin-bottom: 1.5rem;
        }
        
        .bd-article-content ul,
        .bd-article-content ol {
            margin-bottom: 1.5rem;
            padding-left: 2rem;
        }
        
        .bd-article-content li {
            margin-bottom: 0.5rem;
        }
        
        .bd-article-content blockquote {
            border-left: 4px solid var(--primary-color);
            padding-left: 1.5rem;
            margin: 2rem 0;
            font-style: italic;
            color: var(--text-muted);
        }
        
        /* Tags & Share Section */
        .bd-article-footer {
            padding: 2rem 2.5rem;
            border-top: 1px solid var(--border-color);
        }
        
        .bd-tags-container {
            display: flex;
            flex-wrap: wrap;
            gap: 0.5rem;
            margin-bottom: 1.5rem;
        }
        
        .bd-tag {
            background: var(--bg-light);
            color: var(--text-dark);
            padding: 0.5rem 1rem;
            border-radius: 6px;
            font-size: 0.875rem;
            text-decoration: none;
            transition: all 0.2s;
        }
        
        .bd-tag:hover {
            background: var(--primary-color);
            color: white;
        }
        
        .bd-share-section {
            display: flex;
            align-items: center;
            gap: 1rem;
        }
        
        .bd-share-label {
            font-weight: 600;
            color: var(--text-dark);
            margin: 0;
        }
        
        .bd-share-buttons {
            display: flex;
            gap: 0.75rem;
        }
        
        .bd-share-btn {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            text-decoration: none;
            transition: transform 0.2s;
            font-size: 1.125rem;
        }
        
        .bd-share-btn:hover {
            transform: translateY(-2px);
        }
        
        .bd-share-btn.facebook {
            background: #1877F2;
            color: white;
        }
        
        .bd-share-btn.twitter {
            background: #1DA1F2;
            color: white;
        }
        
        .bd-share-btn.linkedin {
            background: #0A66C2;
            color: white;
        }
        
        .bd-share-btn.link {
            background: var(--bg-light);
            color: var(--text-dark);
        }
        
        /* Post Navigation */
        .bd-post-navigation {
            background: white;
            border-radius: 12px;
            padding: 2rem;
            margin-bottom: 2rem;
        }
        
        .bd-nav-link {
            display: flex;
            align-items: center;
            gap: 1rem;
            text-decoration: none;
            color: inherit;
            transition: all 0.2s;
            padding: 1rem;
            border-radius: 8px;
        }
        
        .bd-nav-link:hover {
            background: var(--bg-light);
        }
        
        .bd-nav-img {
            width: 80px;
            height: 60px;
            border-radius: 8px;
            object-fit: cover;
            flex-shrink: 0;
        }
        
        .bd-nav-label {
            font-size: 0.75rem;
            color: var(--text-muted);
            text-transform: uppercase;
            letter-spacing: 0.5px;
            margin-bottom: 0.25rem;
        }
        
        .bd-nav-title {
            font-weight: 600;
            color: var(--text-dark);
            font-size: 0.95rem;
            line-height: 1.4;
        }
        
        .bd-nav-icon {
            font-size: 1.5rem;
            color: var(--text-muted);
        }
        
        /* Comments Section */
        .bd-comments-section {
            background: white;
            border-radius: 12px;
            padding: 2.5rem;
        }
        
        .bd-section-title {
            font-size: 1.75rem;
            font-weight: 700;
            margin-bottom: 2rem;
            color: var(--text-dark);
        }
        
        .bd-comment {
            padding: 1.5rem 0;
            border-bottom: 1px solid var(--border-color);
        }
        
        .bd-comment:last-child {
            border-bottom: none;
        }
        
        .bd-comment-header {
            display: flex;
            gap: 1rem;
            margin-bottom: 1rem;
        }
        
        .bd-comment-avatar {
            width: 48px;
            height: 48px;
            border-radius: 50%;
            object-fit: cover;
            flex-shrink: 0;
        }
        
        .bd-comment-author {
            font-weight: 600;
            color: var(--text-dark);
            margin-bottom: 0.25rem;
        }
        
        .bd-comment-date {
            font-size: 0.875rem;
            color: var(--text-muted);
        }
        
        .bd-comment-body {
            color: var(--text-dark);
            line-height: 1.6;
            margin-bottom: 0.75rem;
        }
        
        .bd-comment-reply {
            color: var(--primary-color);
            font-size: 0.875rem;
            font-weight: 600;
            text-decoration: none;
            transition: opacity 0.2s;
        }
        
        .bd-comment-reply:hover {
            opacity: 0.8;
        }
        
        .bd-comment-form {
            margin-top: 2.5rem;
            padding-top: 2.5rem;
            border-top: 1px solid var(--border-color);
        }
        
        .bd-form-group {
            margin-bottom: 1.5rem;
        }
        
        .bd-form-label {
            font-weight: 600;
            margin-bottom: 0.5rem;
            display: block;
            color: var(--text-dark);
        }
        
        .bd-form-control {
            width: 100%;
            padding: 0.75rem 1rem;
            border: 1px solid var(--border-color);
            border-radius: 8px;
            font-family: inherit;
            transition: border-color 0.2s;
        }
        
        .bd-form-control:focus {
            outline: none;
            border-color: var(--primary-color);
        }
        
        .bd-form-textarea {
            min-height: 120px;
            resize: vertical;
        }
        
        .bd-submit-btn {
            background: var(--primary-color);
            color: white;
            padding: 0.75rem 2rem;
            border: none;
            border-radius: 8px;
            font-weight: 600;
            cursor: pointer;
            transition: opacity 0.2s;
        }
        
        .bd-submit-btn:hover {
            opacity: 0.9;
        }
        
        @media (max-width: 991px) {
            .bd-sidebar {
                position: static;
                margin-top: 2rem;
            }
        }
        
        @media (max-width: 768px) {
            .bd-featured-image {
                height: 250px;
            }
            
            .bd-article-header,
            .bd-article-body,
            .bd-article-footer {
                padding: 1.5rem;
            }
            
            .bd-article-title {
                font-size: 1.75rem;
            }
            
            .bd-article-excerpt {
                font-size: 1rem;
            }
            
            .bd-comments-section {
                padding: 1.5rem;
            }
        }


        
        .svc-section {
            padding:80px 0;
            background-color: var(--bg-white);
        }

  
.svc-name {
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--text-dark);
    margin: 0;
    white-space: nowrap;
    text-align: center;
}
        
.svc-grid {
    display: grid;
   grid-template-columns: repeat(9, 1fr);
    gap: 10px;
}
        @media (max-width: 991px) {
            .svc-title {
                font-size: 2rem;
            }
            
            .svc-card {
                padding: 1rem 1.75rem;
            }
            
            .svc-name {
                font-size: 1rem;
            }
        }
        
        @media (max-width: 767px) {
            .svc-section {
                padding: 3rem 0;
            }
            
            .svc-title {
                font-size: 1.75rem;
            }
            
            .svc-label::before,
            .svc-label::after {
                width: 50px;
            }
            
            .svc-card {
                width: 100%;
                justify-content: center;
                padding: 1rem 1.5rem;
            }
            
            .svc-name {
                white-space: normal;
                text-align: center;
            }
        }




/**************************mobile responsive***************************/


@media (min-width: 320px) and (max-width: 480px) {
.exhibition-box .content-box {
	padding: 20px;
	} 
.contact-form input::placeholder{
padding-left: 10px;
}
.about-banner{
padding: 30px 0px;	
 }
    .section-title img {
        margin: 10px auto important;
    }
  .mission-section .section-title {
        margin-bottom: 0;
    }
.mission-quote {
    text-align: center;
}
.description{
max-width: 100%;
}
.activities-grid {
    max-width: 100%;
    margin: 0px 30px;
}
	.mission-image img {
    width: 195px;
    height: 400px;
}
    .mission-image {
        margin-top: 0px;
        flex-direction: row;
        gap: 10px !important;
    }
.form_text p {
    text-align: center;
}
    .contact-box {
        margin-top: 0;
        text-align: center;
        padding-right: 0px;
    }
.event-text p{
text-align: center;
}
.inner-banner h1 {
    font-size: 30px;
    font-weight: 600;
    line-height: 35px;
}
.col-lg-7.event-images video {
    height: unset;
}
.left-img img {
    height: auto;
    width: 100%;
    object-fit: cover;
}
.product-card {
    grid-template-columns: 100%;
border-radius: 0px;
position: unset;
}
.svc-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}
.three-column-section {
    background: #fff;
    padding: 20px;
}
.left-img img {
    height: auto;
    width: 100%;
    object-fit: cover;
}
.video-section {
    padding-top: 30px;
}
.search-box1 button.search-button {
    width: 100%;
    margin-top: 10px;
}
    .contact-form {
        margin-top: 0;
    }
		button.hamburger {
    display: block;
}
    i.fal.fa-chevron-down {
        display: block;
        position: absolute;
        top: 20px;
        right: 5%;
    }

	.sample-img img {
    margin-top: 0;
}
		.content-box2 {
    padding: 20px;
    margin-left: 0;
    margin-top: 0;
}
	    .content-box2.left {
        margin-left: 0 !important;
        margin-bottom: 50px;
    }
		.sample-img figure {
    margin: 0px !important;
}
	.sample-img.sample-space {
    margin-top: 30px;
}
	.col-md-6.left-side {
    order: 2;
}
	.col-md-6.right-side {
    order: 1;
}
	
	.product-card{
		background-image:none !important
	}
	
	.contact-form .col-md-6 {
    width: 100% !important;
    padding-right: 0px !important;
}
	.contact-form form .row{
		width:103% !important
	}
	ul.social-media{
		justify-content:center;
        width: 100%;
	}
	.footer .widget-title img{
		margin-bottom:20px !important
	}
	.gallery img {
		width: 100% !important;
	}
	.gallery {
    flex-wrap: wrap;
		grid-template-columns:repeat(1, 1fr)
}
	    .newsletter-box .form input[type="submit"] {
        width: 100%;
        border-radius: 30px !important;
    }
	.right-content .mt-2.fade-up.delay-2{
		text-align: center !important;
	}
	.col-12:nth-child(2) .recent-news h3{
		margin-left:unset !important;
	}
}


@media (min-width: 481px) and (max-width: 767px) {
.exhibition-box .content-box {
	padding: 20px;
	}
		.product-card{
		background-image:none !important
	}
	
	.contact-form form .row{
		width:103% !important
	}
	
	.contact-form .col-md-6 {
    width: 100% !important;
    padding-right: 0px !important;
}
.contact-form input::placeholder{
padding-left: 10px;
}
.about-banner{
padding: 30px 0px;	
 }
  .section-title img {
        margin: 10px auto important;
    }
  .mission-section .section-title {
        margin-bottom: 0;
    }
.mission-quote {
    text-align: center;
}
.description{
max-width: 100%;
}
.activities-grid {
    max-width: 100%;
    margin: 0px 30px;
}
	.mission-image img {
    width: 200px;
    height: 400px;
}
    .mission-image {
        margin-top: 0px;
        flex-direction: row;
        gap: 10px !important;
    }
.form_text p {
    text-align: center;
}
.contact-box {
    margin-right: 0;
    padding-right: 0px;
}
.event-text p{
text-align: center;
}
.inner-banner h1 {
    font-size: 30px;
    font-weight: 600;
    line-height: 35px;
}
.col-lg-7.event-images video {
    height: unset;
}
.left-img img {
    height: auto;
    width: 100%;
    object-fit: cover;
}
.product-card {
    grid-template-columns: 100%;
border-radius: 0px;
position: unset;
}
.svc-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}
.three-column-section {
    background: #fff;
    padding: 20px;
}
.left-img img {
    height: auto;
    width: 100%;
    object-fit: cover;
}
.video-section {
    padding-top: 30px;
}
.search-box1 button.search-button {
    width: 100%;
    margin-top: 10px;
}
     .contact-box {
        margin-top: 0;
        text-align: center;
        margin-right: 0px !important;
        padding-right: 0px;
    }
	button.hamburger {
    display: block;
}
button.owl-prev {
    position: absolute;
    bottom: -48px;
    left: -40px;
}
button.owl-next {
    position: absolute;
    bottom: -49px;
    right: -40px;
}
	    i.fal.fa-chevron-down {
        display: block;
        position: absolute;
        top: 20px;
        right: 5%;
    }
	.sample-img img {
    margin-top: 0;
}
	.content-box2 {
    padding: 20px;
    margin-left: 0;
    margin-top: 0;
}
		.content-box2.left {
    margin-left: 0 !important;
	}
	.sample-img figure {
    margin: 0px !important;
}
	.sample-img.sample-space {
    margin-top: 30px;
}
		.col-md-6.left-side {
    order: 2;
}
	.col-md-6.right-side {
    order: 1;
}
		.contact-box{
		padding-right:0px;
	}
	ul.social-media {
    display: flex;
    gap: 10px;
    padding: 0px;
    margin-top: 20px;
		justify-content:center;
        width: 100%;
}
	ul.social-media{
		justify-content:center;
	}
	.footer .widget-title img{
		margin-bottom:20px !important
	}
		.gallery img {
	width: 100% !important;
	}
	.gallery {
    flex-wrap: wrap;
		grid-template-columns: repeat(1, 1fr)
}
	    .newsletter-box .form input[type="submit"] {
        width: 100%;
        border-radius: 30px !important;
    }
.right-content .mt-2.fade-up.delay-2{
		text-align: center !important;
	}
	.col-12:nth-child(2) .recent-news h3{
		margin-left:unset;
	}
	.col-12:nth-child(2) .recent-news h3{
		margin-left:unset !important;
	}
}



@media (min-width: 768px) and (max-width: 991px) {
	
	div#newsbg {
    background-color: white;
}
p{
font-size: 20px !important;
}
.slider {
    width: 100%;
    height: 80vh;
}
.content-box br{
display: none;
}
.recent-news .content-box p {
    width: 100%;
    padding-right: 0;
    font-size: 21px;
}
div#newsbg::before {
    width: 854px;
}
.footer .widget-title {
    margin-top: 24px;
}
.accordion-header p, .accordion-body {
    font-size: 20px;
}
div#newsbg {
    position: relative;
    margin-bottom: 50px;
}
    .navbar .navbar-button {
        display: none;
    }
    .hamburger {
        display: block;
    }	
.exhibition-box .content-box {
	padding: 20px;
	}
.contact-form input::placeholder{
padding-left: 10px;
}
.about-banner{
padding: 30px 0px;	
 }
  .mission-section .section-title {
        margin-bottom: 0;
    }
.mission-quote {
    text-align: center;
}
.description{
max-width: 100%;
}
.activities-grid {
    max-width: 100%;
    margin: 0px 30px;
}
    .mission-image {
        margin-top: 0px;
        flex-direction: row;
        gap: 10px !important;
    }
.form_text p {
    text-align: center;
}
    .contact-box {
        margin-top: 0;
        text-align: center;
    }
.event-text p{
text-align: center;
}
.inner-banner h1 {
    font-size: 30px;
    font-weight: 600;
    line-height: 35px;
}
.col-lg-7.event-images video {
    height: unset;
}
.left-img img {
    height: auto;
    width: 100%;
    object-fit: cover;
}
.product-card {
    grid-template-columns: 100%;
border-radius: 0px;
position: unset;
}
.svc-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}
.three-column-section {
    background: #fff;
    padding: 20px;
}
.left-img img {
    height: auto;
    width: 100%;
    object-fit: cover;
}
.video-section {
    padding-top: 30px;
}
.search-box1 button.search-button {
    width: 100%;
    margin-top: 10px;
}
    .contact-form {
        margin-top: 0;
    }
.activities-grid {
    grid-template-columns: repeat(2, 1fr);
margin: 20px;
}
.activity-card p {
    font-size: 20px;
    color: #666;
}
.activity-card h3 {
    font-size: 23px;
}
footer.footer img {
    margin-bottom: 20px;
}
button.hamburger {
    top: 12%;
}

.section-title.text-left {
    text-align: center;
}
.section-title.text-left img {
    margin: 0px auto !important;
}
.mission-section .col-md-5 {
        flex: 0 0 auto;
        width: 100%;
    }
	.mission-image img {
    height: 550px;
    width: 88%;
    object-fit: cover;
}
	   .team-container {
        grid-template-columns: repeat(3, 1fr);
        padding: 0px;
        margin: 0px;
    }
	.videos-wrapper {
		flex-direction: column;
		gap: 30px;
	}

	.video-column {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
	}
	.booking-form{
		width: 100%;
	}
	.search-box1 input[type="text"] {
    width: 100%;
	}
	i.bi.bi-search{
		display: none;
	}
	.inner-banner h1 br, ul.breadcrumb li.active a br, .bd-recent-post-title br, .slider .slider-nav{
    display: none;
}
		button.hamburger {
    display: block;
}
section.sample-pro{
padding: 50px 0px;
}
section.sample-pro .col-md-6 {
        flex: 0 0 auto;
        width: 100%;
    }
.content-box2 {
    margin-left: 0;
    margin-top: 0;

}
.sample-img img {
    margin-top: 0;
}
.content-box2.left {
    margin-left: 0;
}
	ul.social-media{
		justify-content:center;
        width: 100%;
	}
	.contact-box{
		margin-right:0px !important
	}
	
	.footer .widget-title img{
		margin-bottom:20px !important
	}
		.gallery img {
		width: 100% !important;
	}
	.gallery {
    flex-wrap: wrap;
			.gallery {
    flex-wrap: wrap;
		grid-template-columns: repeat(2, 1fr)
}
}
}



@media (min-width: 992px) and (max-width: 1199px) {
    #aboutus .col-lg-6 {
        flex: 0 0 auto;
        width: 100%;
    }
	.navbar .logo a img {
    height: 60px;
}
	.owl-carousel.services-carousel {
    margin-bottom: 0px !important;
}
	.testimonial-card.one {
    height: 300px;
}
	.about-banner{
		padding: 50px 0px;
	}
	.mission-section .col-md-5,.mission-section .col-md-7,.our-team .col-md-8, .col-lg-5.event-text, .col-lg-7.event-images, .content-section .col-lg-5 {
        flex: 0 0 auto;
        width: 100%;
    }
	.mission-image img {
    height: 550px;
    width: 88%;
    object-fit: cover;
}
	    .section-title h2 {
        font-size: 50px;
        text-align: center;
    }
	.mission-quote {
    text-align: center;
}
	.section-title{
		justify-content: center;
	}
	.cards-container {
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
}
	.card:nth-child(even) {
    margin-top: 0px;
}
	.video-item {
    width: 500px;
		height: 500px;
	}
	.videos-wrapper {
		max-width: 606px;
	}
	section.sample-pro {
    padding: 30px 0px;
}
	.content-box2 {
    padding: 23px;
    margin-top: 10px;
    width: 100%;
		margin-bottom: 30px;
}
	.sample-img img {
    margin-top: 0;
}
	.event-text p {
   text-align: center;
}
	.svc-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}
	.booking-form{
		width: 100%;
		max-width:100% !important;
	}
	.form_text {
    text-align: center;
}
	button.hamburger {
    display: none;
}
	    .contact-box {
        margin-top: 0;
        text-align: center;
    }
    .slider .container-fluid {
        width: 100%;
         margin: 0px 60px !important;
         height: unset;
    }

}



.hamburger{
	display: none;
}
input.wpcf7-form-control.wpcf7-submit {
    height: 60px;
    line-height: 60px;
    display: inline-block;
    padding: 0px 40px;
    background: linear-gradient(to right, rgb(164, 69, 232), rgb(61, 218, 215)) !important;
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: 700;
    border-radius: 30px;
    transition: 0.3s;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 8px;
}
input.wpcf7-form-control.wpcf7-submit:hover{
	    text-decoration: none;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 6px 0 rgb(255 255 255);
}
form.wpcf7-form.init.booking-form input.wpcf7-form-control.wpcf7-submit:hover{
	    text-decoration: none;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 6px 0 rgb(0 0 0 / 100%);
}
section.sample-pro input.wpcf7-form-control.wpcf7-submit:hover{
	    text-decoration: none;
    color: #fff;
    transform: translateY(-3px);
     box-shadow: 0 6px 0 rgb(0 0 0 / 100%);
}
button.owl-prev span {
    font-size: 24px !important;
    line-height: 25px;
    display: inline-block;
}

button.owl-next span {
    font-size: 24px !important;
    line-height: 25px;
    display: inline-block;
}

/* input[type="checkbox"] {
    width: 18px;
    height: 18px;
    display: unset;
    margin-right: 4px;
   appearance: none; 
     background: #fff;
    padding: 10px !important;
    width: 18px !important;
    border: none !important;
} */
.search-box1, .search-box1 input[type="text"]{
	position: relative;
}
.search-box1 button[type="submit"] {
    height: 53px;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background: #08769c;
    border: none;
    padding: 0 50px;
    width: 100%;
    margin-top: 10px;
}
i.bi.bi-search {
    position: absolute;
    top: 11%;
    right: 7%;
    z-index: 9;
}

  .on-scroll {
      top:0px;
    }
.gallery {
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(4, 1fr);
}


.gallery img {
    width: 300px;
    height: 300px;
    object-fit: cover;
    border-radius: 0;
    cursor: pointer;
    flex-shrink: 0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 2px solid #08769c;
    padding: 10px;
	margin-bottom: 20px;
}

    .gallery img:hover {
      transform: scale(1.05);
      box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    }

    /* ====== Lightbox Overlay ====== */
    .lightbox {
      display: none;
      position: fixed;
      z-index: 9999;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0,0,0,0.9);
      justify-content: center;
      align-items: center;
    }

    .lightbox img {
      max-width: 90%;
      max-height: 80%;
      border-radius: 10px;
      box-shadow: 0 0 20px rgba(255,255,255,0.3);
    }

    /* ====== Controls ====== */
    .lightbox .close,
    .lightbox .prev,
    .lightbox .next {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      color: #fff;
      font-size: 2.5rem;
      cursor: pointer;
      user-select: none;
    }

    .lightbox .close {
      top: 5%;
      right: 5%;
      transform: none;
      font-size: 2rem;
    }

    .lightbox .prev { left: 5%; }
    .lightbox .next { right: 5%; }

    .lightbox .prev:hover,
    .lightbox .next:hover,
    .lightbox .close:hover {
      opacity: 0.7;
    }
      width: 100%;
      height: 100%;
      background: rgba(0,0,0,0.9);
      justify-content: center;
      align-items: center;
      overflow: hidden;
    }

    .lightbox img {
      max-width: 90%;
      max-height: 80%;
      border-radius: 10px;
      box-shadow: 0 0 20px rgba(255,255,255,0.3);
    }

    /* ====== Controls ====== */
    .lightbox .close,
    .lightbox .prev,
    .lightbox .next {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      color: #fff;
      font-size: 2.5rem;
      cursor: pointer;
      padding: 10px;
      user-select: none;
      transition: opacity 0.3s;
    }

    .lightbox .close {
      top: 5%;
      right: 5%;
      transform: none;
      font-size: 2rem;
    }

    .lightbox .prev { left: 5%; }
    .lightbox .next { right: 5%; }

    .lightbox .prev:hover,
    .lightbox .next:hover,
    .lightbox .close:hover {
      opacity: 0.7;
    }







.logo-section {
    overflow: hidden;
    padding-bottom: 30px;
}

  .logo-container {
    display: flex;
    flex-direction: column;
    gap: 60px;
  }

  .logo-row {
    display: flex;
    overflow: hidden;
    white-space: nowrap;
    justify-content: flex-start;
  }

  /* Logo track for animation */
  .logo-track {
    display: flex;
    animation: scroll-left 40s linear infinite;
	  gap: 60px;
	  align-items: center;
  }

  /* 2nd row: reverse direction and start from right side */
  .logo-row.reverse .logo-track {
    animation: scroll-right 40s linear infinite;
    justify-content: flex-end;
  }

  /* Logos styling */
  .logo-track img {
    height: auto;        /* Increased size */
    margin: 0 60px;
    flex-shrink: 0;       /* Prevent logos from shrinking */
    transition: transform 0.3s ease;
  }

  .logo-track img:hover {
    filter: grayscale(0%);
    opacity: 1;
  }

  /* Seamless left scroll */
  @keyframes scroll-left {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
  }

  /* Seamless right scroll */
  @keyframes scroll-right {
    0%   { transform: translateX(-50%); }
    100% { transform: translateX(0); }
  }

  /* Optional: Pause on hover */
  .logo-row:hover .logo-track, .logo-row.reverse:hover .logo-track {
    animation-play-state: paused;
  }
.col-12:nth-child(2) .recent-news h3 {
    width: 70%;
    margin-left: 30%;
}
.navbar .site-menu ul li a:hover {
    color: #44cfd8;
}



.site-header {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 1000;
}

/* Inner wrapper for positioning */
.header-inner {
  position: relative;
}

/* Hamburger button */
.hamburger {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  font-size: 34px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1100;
}


.wpcf7 form .wpcf7-response-output {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    color: #fff;
}
.event-img img {
    margin-bottom: 30px;
}
div#MyModal form input, div#MyModal form select {
    height: 45px;
	width: 100% !important;
}
div#MyModal form .row.mb-3{
	margin-bottom: 20px !important;
}
div#MyModal form label {
    display: inline-block;
    color: #000000;
}
ul.wp-block-list li {
    line-height: 40px;
}
form.wpcf7-form.init {
    margin-top: 50px;
}
form.wpcf7-form.init .col-md-6.p-3 {
    background: #fff;
    padding: 26px;
}

/* form.wpcf7-form.init input[type="checkbox"] {
    width: 18px;
    height: 15px !important;
    display: unset;
    margin-right: 4px;
    appearance: unset !important;
    background: transparent;
    padding: 10px !important;
    width: 13px !important;
    border: 1px solid #c1c1c1 !important;
    border-radius: 0px !important;
} */

/* form.wpcf7-form.init .form-check-input {
    width: 1em;
    height: 1em;
    margin-top: .25em;
   vertical-align: none !important;
     background-color: none !important;
     background-repeat: none !important;
     background-position: none !important;
   background-size: none !important;
    border: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: unset !important;
} */
.input-wrapper {
    position: relative;
    display: block !important;
    align-items: center;
}
.btn-close:focus {
    outline: 0;
    box-shadow: none;
    opacity: 1;
}
div#MyModal form.wpcf7-form.init {
    margin-top: 0px;
}

form.wpcf7-form.init label {
    display: inline-block;
    color: #000000;
}
.contact-form form label {
    color: #fff !important;
}
.modal-open .modal {
    background: #00000090 !important;
}

.wpcf7-submit {
    line-height: normal !important;
}
i.fal.fa-chevron-down.mobilecareticon {
    padding-left: 5px;
}
input.wpcf7-form-control.wpcf7-submit{
	line-height:40px !important
	
}

div#MyModal input.wpcf7-form-control.wpcf7-submit:hover {
    text-decoration: none;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 6px 0 rgb(0 0 0);
}

@media only screen and (max-width:820px){
	
	.gallery {
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(2, 1fr);
}
	.enhance-section {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    position: relative;
    overflow: hidden;
    border-radius: 0px;
    padding: 60px 15px !important;
    color: white;
    text-align: center;
}
	
}

@media only screen and (max-width:600px){
	
	.gallery {
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(1, 1fr);
}
	.about-banner{
		height:auto;
	}
	.inner-banner {
    color: #fff;
    text-align: center;
    padding-top: 50px;
}
	.team-member{
		width:100%;
	}
	.member-image{
		height:auto;
	}
	button.owl-prev {
    position: absolute;
    top: 36%;
    left: -40px;
}
	button.owl-next{
	position: absolute;
    top: 36%;
    right: -40px;
}

.three-column-box.third{
	margin-top:50px !important;
}
.three-column-box.second{
	margin-top:50px !important;
}
.airbrush-section {
    position: relative;
    text-align: center;
    padding: 50px 0px;
}
.event-section {
    padding: 50px 0;
    background: #fff;
}
.accordion-item.active .accordion-body {
    max-height: 500px !important;
}
	#sb_instagram #sbi_images{
		display:grid;
		grid-template-columns:repeat(2, 1fr) !important;
	}
	.sbi_photo_wrap a{
		height:210px !important;
	}
	.services-carousel button.owl-prev {
        position: absolute;
        top: 36%;
        left: 0px !important;
    }
	.services-carousel button.owl-next {
        position: absolute;
        top: 36%;
        right: 0px !important;
    }
}


div#MyModal .wpcf7-response-output {
    color: green !important;
    margin: 0px !important;
}

.form-check-input{
	border: none !important;
}
div#preoder-form input[type="checkbox"] {
    appearance: none;       /* Remove default browser style */
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border: 1px solid #000;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
    background: #fff;
	padding: 0px !important;
}

div#preoder-form input[type="checkbox"]:checked {
    background: #6a0dad; /* your purple color */
	 border: 1px solid #000 !important;
}

div#preoder-form input[type="checkbox"]:checked::after {
    content: '';          /* tick mark */
    color: #fff;
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 4px;
}
div#preoder-form label {
    display: inline-block;
    color: #000000;
}
div#preoder-form .form-check-input{
	background: none;
}
body.page-thank-you section {
    text-align: center;
}
body.page-thank-you h1.wp-block-heading {
 font-size: 80px;
}
div#preoder-form input.wpcf7-form-control.wpcf7-submit.has-spinner.btn.btn-primary {
    line-height: 40px !important;
    width: 100%;
    border-radius: 30px !important;
}
div#preoder-form input.wpcf7-form-control.wpcf7-submit.has-spinner.btn.btn-primary:hover {
    text-decoration: none;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 6px 0 rgb(0 0 0 / 100%);
}

#sb_instagram .sb_instagram_header p, .sb_instagram_header p {
    font-size: 19px !important;
    line-height: 1.3;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #fff !important;
}
.sbi_feedtheme_header_text {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    flex-direction: column;
    gap: 20px;
    color: #fff !important;
}
#sb_instagram .sb_instagram_header .sbi_header_text, .sb_instagram_header .sbi_header_text {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.sbi_feedtheme_header_text h3{
	color:white !important;
	width:100%;
	text-align:center;
}
.sbi_feedtheme_header_text p {
	color:white !important;
}
.auto-play-video {
  pointer-events: none;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.time-event {
    width: 100%;
	border-radius: 8px;
    border: 1px solid #ccc;
}
.slider{
	display: none !important;
}