
	:root, :root .v-light, :root .v-light-head {
	  --bg-color: #F3F3F3;
	  --assistant-color: #E9E9E9;
	  --theme-color: #113834;
	  --theme-color-font: #fff;
	  --font-color: #363636;
	  --heading-color: #113834;
	  --border-color: #dcdcdc;
	  --smooth-color: #141414;
	  --reverse-color: #141414;
	  --reverse-heading-color: #fff;
	  --bg-btn: #f6fafd;
	  --secondary-color:#f8f3e9;
	  /**
		 Elementor color
	  */
	  --divider-color: var(--border-color);
	}
	.background-clr{
		background:var(--secondary-color);
	}
	html, body{
		cursor:pointer;
		overflow-x:hidden;
	}
	@font-face {
	  font-family:tt-drugs;
	  src: url(../../assets/fonts/tt-drugs.otf);
	}
	@font-face {
	  font-family: season;
	  src: url(../../assets/fonts/the-seasons-regular.ttf);
	}

	.primary{
		font-family:season;
		letter-spacing:8px;
		font-size:80px;
		background: radial-gradient(circle,rgba(176, 144, 93, 1) 0%, rgba(246, 218, 167, 1) 50%, rgba(161, 128, 71, 1) 100%);
	  -webkit-background-clip: text;
	  -webkit-text-fill-color: transparent;
	}
	:root .background-theme, :root.background-theme, :root .calendar_wrap table tr td#today, :root .v-light .background-theme, :root .v-light.background-theme, :root .v-light .calendar_wrap table tr td#today, :root .v-light-head .background-theme, :root .v-light-head.background-theme, :root .v-light-head .calendar_wrap table tr td#today {
	  --heading-color: #fff;
	  --font-color: #fff;
	  color: var(--font-color);
	}

	:root .v-dark, :root .v-dark-head {
	  --bg-color: #1a1a1a;
	  --assistant-color: #362e22;
	  --theme-color: #8a7b57;
	  --font-color: #d9d9d9;
	  --heading-color: #fff;
	  --border-color: #373737;
	  --smooth-color: #f9f9f9;
	  --reverse-color: #f9f9f9;
	  --reverse-heading-color: #000;
	  --bg-btn: #0a0909;
	}

	@media only screen and (max-width: 991px) {
	  .v-dark-head-mobile {
		--bg-color: #111;
		--assistant-color: #171717;
		--theme-color: #448c74;
		--font-color: #d9d9d9;
		--heading-color: #fff;
		--border-color: #373737;
		--smooth-color: #f9f9f9;
		--reverse-color: #f9f9f9;
		--reverse-heading-color: #000;
		--bg-btn: #0a0909;
	  }
	}
	:root {
	  --body-font: "Montserrat", sans-serif;
	  --heading-font: "season", sans-serif;
	  --font-code: Menlo, monaco, Consolas, Lucida Console, monospace;
	  --font-pre: "season", cursive;
	  --font-size-base: 15px;
	  --font-size-h1: 35px;
	  --font-size-h2: 30px;
	  --font-size-h3: 30px;
	  --font-size-h4: 25px;
	  --font-size-h5: 22px;
	  --font-size-h6: 16px;
	  --menu-size: 12px;
	  --line-height-base: 1.3;
	  --line-height-content: 1.6;
	  --font-weight-heading: 400;
	  --font-weight-body: 400;
	  --smooth-width: 4px;
	  --bg-overlay: #000;
	  --overlay-blend-mode: unset;
	}
	@media only screen and (min-width: 1400px) {
	  :root {
		--dsn-gap-container: 100px;
		--title-heading: 60px;
	  }
	  :root .container, :root .dsn-left-container, :root .dsn-right-container {
		--dsn-gap-container: 50px;
	  }
	}
	@media only screen and (max-width: 1399px) {
	  :root {
		--dsn-gap-container: 50px;
		--title-heading: 55px;
	  }
	}
	@media only screen and (max-width: 1200px) {
	  :root {
		--title-heading: 65px;
	  }
	}
	@media only screen and (min-width: 992px) {
	  :root {
		--margin-padding: 80px;
		--box-padding: 80px 40px;
	  }
	  :root .d-lg-none {
		display: none;
	  }
	}
	@media only screen and (max-width: 991px) {
	  :root {
		--margin-padding: 40px;
		--box-padding: 60px var(--dsn-gap-container);
		--title-heading: 45px;
	  }
	}
	@media only screen and (min-width: 768px) and (max-width: 991px) {
	  :root {
		--dsn-gap-container: 40px;
	  }
	}
	@media only screen and (min-width: 576px) and (max-width: 767px) {
	  :root {
		--dsn-gap-container: 25px;
		--title-heading: 47px;
	  }
	}
	@media only screen and (max-width: 575px) {
	  :root {
			   --dsn-gap-container: 10px;
			--title-heading: 25px;

	  }
	}

	/* -------------------------------------------------------
					   Core
	-------------------------------------------------------- */
	html {
	  font-size: var(--font-size-base);
	  scroll-behavior: initial;
	}

	body {
	  background-color: var(--bg-color);
	  color: var(--font-color);
	  line-height: var(--line-height-base);
	  font-family: var(--body-font);
	  font-weight: var(--font-weight-body);
	  margin: 0;
	  text-rendering: optimizeLegibility;
	  transition: 100ms;
	  transition-property: background-color, color;
	  width: 100%;
	  min-height: 100%;
	}

	#dsn_cursor, #dsn_cursor_inner {
	  position: fixed;
	  top: 0;
	  left: 0;
	  border-radius: 50%;
	  pointer-events: none;
	  z-index: 99;
	}
	body:not(.dsn-cursor-effect) #dsn_cursor, body:not(.dsn-cursor-effect) #dsn_cursor_inner {
	  display: none;
	}
	@media only screen and (max-width: 991px) {
	  #dsn_cursor, #dsn_cursor_inner {
		display: none;
	  }
	}

	#dsn_cursor {
	  width: 30px;
	  height: 30px;
	  border: 2px solid var(--theme-color);
	}
	#dsn_cursor path {
	  display: none;
	  stroke-dasharray: 400;
	  stroke-dashoffset: 400;
	  stroke-width: 1;
	}

	#dsn_cursor_inner {
	  width: 7px;
	  height: 7px;
	  background-color: var(--theme-color);
	}

	#dsn_preloader {
	  position: fixed;
	  width: 100vw;
	  max-width: 100%;
	  height: 100vh;
	  z-index: 101;
	  flex-direction: column;
	  overflow: hidden;
	  left: 0;
	}
	#dsn_preloader .bg-load {
	  z-index: -1;
	}
	@media only screen and (min-width: 992px) {
	  #dsn_preloader {
		--width-loading-circle: 25vw ;
	  }
	}
	@media only screen and (max-width: 991px) {
	  #dsn_preloader {
		--width-loading-circle: 50vw ;
	  }
	}
	#dsn_preloader .logo-box:after, #dsn_preloader .logo-box:before {
	  content: "";
	  position: absolute;
	  left: 0;
	  height: 2px;
	  bottom: -5px;
	}
	#dsn_preloader .logo-box:after {
	  width: var(--wd-progress, 0);
	  background-color: var(--heading-color);
	}
	#dsn_preloader .logo-box:before {
	  width: 100%;
	  background-color: var(--border-color);
	}
	#dsn_preloader .loading-count {
	  color: var(--heading-color);
	  position: absolute;
	  bottom: 50px;
	  left: 50%;
	  transform: translateX(-50%);
	  font-size: 18px;
	  font-weight: 400;
	  letter-spacing: 0;
	}
	#dsn_preloader .loading-text {
	  position: absolute;
	  color: var(--heading-color);
	  right: var(--dsn-gap-container);
	  bottom: 50px;
	  letter-spacing: 2px;
	}

	.dsnload {
	  bottom: 50px;
	  left: var(--dsn-gap-container);
	}
	.dsnload .dsnload__img {
	  display: block;
	  transform-origin: bottom left;
	  animation: moveIn 2s 0s cubic-bezier(0.36, 0, 0.06, 1) alternate infinite;
	}
	.dsnload .dsnload__img img {
	  width: 96px;
	}
	.dsnload .dsnload__row:nth-child(1) {
	  -webkit-clip-path: polygon(-10% 75%, 110% 75%, 110% 110%, -10% 110%);
			  clip-path: polygon(-10% 75%, 110% 75%, 110% 110%, -10% 110%);
	}
	.dsnload .dsnload__row:nth-child(1) .dsnload__img {
	  transform: translateY(-0.1em);
	}
	.dsnload .dsnload__row:nth-child(2) {
	  -webkit-clip-path: polygon(-10% 50%, 110% 50%, 110% 75.3%, -10% 75.3%);
			  clip-path: polygon(-10% 50%, 110% 50%, 110% 75.3%, -10% 75.3%);
	}
	.dsnload .dsnload__row:nth-child(2) .dsnload__img {
	  transform: translateY(-0.3em) scaleY(1.1);
	}
	.dsnload .dsnload__row:nth-child(3) {
	  -webkit-clip-path: polygon(-10% 25%, 110% 25%, 110% 50.3%, -10% 50.3%);
			  clip-path: polygon(-10% 25%, 110% 25%, 110% 50.3%, -10% 50.3%);
	}
	.dsnload .dsnload__row:nth-child(3) .dsnload__img {
	  transform: translateY(-0.5em) scaleY(1.2);
	}
	.dsnload .dsnload__row:nth-child(4) {
	  -webkit-clip-path: polygon(-10% 0%, 110% 0%, 110% 25.3%, -10% 25.3%);
			  clip-path: polygon(-10% 0%, 110% 0%, 110% 25.3%, -10% 25.3%);
	}
	.dsnload .dsnload__row:nth-child(4) .dsnload__img {
	  transform: translateY(-0.7em) scaleY(1.3);
	}
	.dsnload .dsnload__row.dsnload__row--sibling {
	  position: absolute;
	  top: 0;
	  left: 0;
	  -webkit-user-select: none;
			  user-select: none;
	}

	@keyframes moveIn {
	  50%, 100% {
		transform: translateY(0em);
	  }
	  0% {
		opacity: 0;
		filter: blur(5px);
	  }
	  100% {
		opacity: 1;
		filter: blur(0px);
	  }
	}
	@keyframes spin {
	  0% {
		transform: rotate(0deg);
	  }
	  100% {
		transform: rotate(360deg);
	  }
	}
	.day-night {
	  position: fixed;
	  z-index: 100;
	  top: 50px;
	  width: 30px;
	  height: 30px;
	  cursor: pointer;
	  text-align: center;
	}
	@media only screen and (min-width: 1400px) {
	  .day-night {
		left: 20px;
	  }
	}
	@media only screen and (max-width: 1399px) {
	  .day-night {
		left: 10px;
	  }
	}
	.secondary-color {
		background: var(--secondary-color);
	}
	.day-night svg {
	  width: 30px;
	  height: 30px;
	}
	.day-night .title-mode {
	  writing-mode: vertical-rl;
	  -webkit-text-orientation: mixed;
			  text-orientation: mixed;
	  margin-top: 10px;
	  letter-spacing: 7px;
	  background-color: var(--assistant-color);
	  width: 40px;
	  margin-left: -5px;
	  padding-bottom: 10px;
	  border-radius: 0 0 15px 15px;
	  line-height: 38px;
	}
	.day-night .title-mode:before {
	  content: "";
	  position: absolute;
	  left: -5px;
	  top: -10px;
	  height: 50px;
	  width: 40px;
	  background-color: inherit;
	  z-index: -1;
	  border-radius: 15px 15px 0 0;
	}
	@media only screen and (max-width: 991px) {
	  .day-night {
		top: 30px;
		left: 200px;
		display: none;
	  }
	}
	@media only screen and (max-width: 767px) {
	  .day-night {
		top: 50px;
		left: 150px;
		display: none;
	  }
	}
	.day-night .night,
	.day-night .moon {
	  position: absolute;
	  top: 0;
	  right: 0;
	  bottom: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  pointer-events: none;
	  transition: opacity 0.2s;
	  border-radius: 100%;
	  opacity: 0;
	}
	.day-night .night svg,
	.day-night .moon svg {
	  width: 100%;
	  height: 100%;
	}
	.day-night .night {
	  border: 1px solid rgba(255, 255, 255, 0.18);
	  background-color: #fff;
	  opacity: 1;
	}
	.day-night .night svg {
	  fill: #000;
	  width: 100%;
	  height: 100%;
	}
	.day-night .moon {
	  border: 1px solid rgba(255, 255, 255, 0.18);
	  background-color: #000;
	  opacity: 0;
	}
	.day-night .moon svg {
	  transform: rotate(270deg);
	  fill: #f0f0f0;
	}
	.v-light .day-night .night {
	  opacity: 0;
	}
	.v-light .day-night .moon {
	  opacity: 1;
	}

	#main_root:before, #main_root:after {
	  clear: both;
	  min-height: 1px;
	  display: block;
	}


	#page_wrapper {
	  position: relative;
	  z-index: 1;
	}

	.elementor-widget-dsn_bg_mask.elementor-element.elementor-absolute, .elementor-widget-dsn_bg_mask.elementor-element.elementor-fixed {
	  z-index: 0;
	}

	.bg-load {
	  position: fixed;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  z-index: 99;
	}
	.bg-load svg {
	  fill: var(--dsn-color-icon, var(--theme-color));
	  pointer-events: none;
	  width: 100%;
	  height: 150px;
	}
	.bg-load svg.dsn-separator-bottom {
	  transform: translateY(148px);
	}
	.bg-load svg.dsn-separator-top {
	  transform: translateY(-148px) rotate(180deg);
	}

	.dsn-heading-title.p-10 {
	  padding-top: 5px;
	  padding-bottom: 5px;
	  letter-spacing: 2px;
	}

	#line_head {
	  position: fixed;
	  z-index: -1;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  pointer-events: none;
	  opacity: 0.2;
	}
	#line_head > .container {
	  position: relative;
	  height: 100%;
	  left: 50%;
	  transform: translateX(-50%);
	  border-left: 1px solid var(--border-color);
	  border-right: 1px solid var(--border-color);
	}
	#line_head > .container:before {
	  content: "";
	  display: block;
	  position: relative;
	  width: 1px;
	  background-color: var(--border-color);
	  height: 100%;
	  margin: 0 auto;
	}

	.dsn-separator:not(.dsn-duration) {
	  display: none;
	}

	.footer-animate.svg-animate .dsn-separator {
	  top: 0;
	  fill: var(--dsn-color-icon, var(--theme-color));
	  position: absolute;
	  display: block;
	  pointer-events: none;
	  width: 100%;
	  height: 150px;
	  z-index: 10;
	  left: 0;
	  background-color: transparent;
	}
	@media only screen and (max-width: 991px) {
	  .footer-animate.svg-animate .dsn-separator {
		height: 100px;
	  }
	}
	@media only screen and (max-width: 991px) {
	  .footer-animate.svg-animate .dsn-separator {
		height: 80px;
	  }
	}
	@media only screen and (max-width: 400px) {
	  .footer-animate.svg-animate .dsn-separator {
		height: 50px;
	  }
	}

	.dsn-separator-up {
	  top: -1px;
	}

	.aspect-ratio-1 .box-image-link {
	  overflow: hidden;
	  position: relative;
	  aspect-ratio: 1/1;
	  border-radius: 50%;
	}

	.clip-path-circle .swiper-slide {
	  -webkit-clip-path: circle(44% at 50% 50%);
			  clip-path: circle(44% at 50% 50%);
	}

	.background-overlay {
	  height: 100%;
	  width: 100%;
	  top: 0;
	  left: 0;
	  position: absolute;
	  pointer-events: none;
	}

	.bg-pattern {
	  background-image: url("../img/dotted.svg");
	  background-position: center center;
	  background-repeat: no-repeat;
	  background-size: cover;
	  opacity: 0.6;
	  z-index: -1;
	}

	.bg-line {
	  position: absolute;
	  width: 100%;
	  height: 100%;
	  right: 0;
	  bottom: 0;
	  background-image: url("../img/shap-line.svg");
	  background-position: bottom right;
	  background-repeat: no-repeat;
	  opacity: 0.6;
	  z-index: 0;
	}

	.pt-header {
	  padding-top: 160px;
	}

	.dsn-align-center {
	  position: relative;
	  min-height: 100vh;
	  display: flex;
	  align-items: center;
	}
	.dsn-align-center > * {
	  width: 100%;
	}

	@media only screen and (max-width: 991px) {
	  .left-box-image.mb-section, .box-info.mt-section {
		--margin-padding: 0;
	  }

	  .box-info.p-80 {
		padding: var(--box-padding);
	  }
	}
	@media only screen and (max-width: 767px) {
	  .dsn-def-btn.justify-content-end, .dsn-normal-btn.justify-content-end {
		justify-self: inherit;
	  }
	  p {
		font-size: 14px;
	}
	  h1.animate1 {
		-webkit-text-stroke: 0.1px #fff;
		color: #fff;
		width: 100%;
		font-weight: lighter;
		/* font-family: math; */
		font-weight: 600;
		background: #0000008c;
		display: inline-table;
		padding: 20px;
		font-size: 17px;
		height: 100% !important;
	}
	.wrap:hover .overlay{
		display:none;
	}
	
	#lightgallery {
		flex-wrap: wrap !important;
	}
	.image-grid img{
			height: auto;
	}
	.gallery-group{
		margin-top:0px !important;
	}
	.dsn-testimonials .testimonial-item {
		        padding: 20px !important;
        position: relative !important;
	}
	.gallery-group {
		margin-top: 10px;
		display: flex;
		gap: 20px;
		justify-content: center;
		flex-wrap: wrap;
	}
	.animation-h1{
		font-size:18px !important;
	}
	.shaded-heading{
			margin-top: 20px;
	}
	.card__content{
		height: 80% !important;
	}
	
	.text1 {

		width: 100% !important;
	}
	.desktop-hide{
		display:flex !important
	}
	.mobile-hide{
		display:none!important;
	}
	}
	/**
	dsn-bg-pattern bg-square
	 */
	.dsn-bg-pattern {
	  --bg-offset: 50deg;
	}
	.dsn-bg-pattern:before {
	  position: absolute;
	  content: "";
	  width: 100%;
	  height: 100%;
	  left: 0;
	  top: 0;
	  opacity: var(--bg-opacity, 0.2);
	  background-position: center center;
	  background-size: cover;
	}
	.dsn-bg-pattern.bg-offset > * {
	  z-index: 1;
	}
	.dsn-bg-pattern.bg-offset:after {
	  position: absolute;
	  content: "";
	  width: 100%;
	  height: 100%;
	  left: 0;
	  top: 0;
	  background-position: center center;
	  background-size: cover;
	  pointer-events: none;
	  z-index: 0;
	  background-image: linear-gradient(var(--bg-offset), var(--bg-color) 20%, transparent 50%);
	}
	.dsn-bg-pattern.bg-offset.background-section:after, .background-section .dsn-bg-pattern.bg-offset:after {
	  background-image: linear-gradient(var(--bg-offset), var(--assistant-color) 20%, transparent 50%);
	}
	.dsn-bg-pattern.bg-offset.background-theme:after, .background-theme .dsn-bg-pattern.bg-offset:after {
	  background-image: linear-gradient(var(--bg-offset), var(--assistant-color) 20%, transparent 50%);
	}
	.dsn-bg-pattern.bg-square:before {
	  background-size: var(--bg-size, 130px 130px);
	  background-image: linear-gradient(to right, var(--border-color) 1px, transparent 1px), linear-gradient(to bottom, var(--border-color) 1px, transparent 1px);
	}
	.dsn-bg-pattern.bg-line:before {
	  background-image: url("../img/bg-line.html");
	  background-repeat: no-repeat;
	  opacity: var(--bg-opacity, 0.5);
	}

	.pattern-size-130 {
	  --bg-size: 130px 130px;
	}

	.pattern-opacity-5 {
	  --bg-opacity: 0.5;
	}

	.bg-arc {
	  background-image: url("../img/bg-arc.html");
	  background-position: top right;
	  background-repeat: no-repeat;
	  background-size: contain;
	}

	.background-heading {
	  background-color: var(--heading-color);
	}

	@media only screen and (min-width: 768px) {
	  .border-rdu-lg {
		border-radius: 80px;
	  }
	}
	@media only screen and (max-width: 767px) {
		.services-lest-hover .item {
    flex-direction: column;
}

	  .border-rdu-lg {
		border-radius: 17px;
	  }
	  .enquire-form{
		  right: 50% !important;
		top: 50% !important;
	  }
	  .card{
			  height: 23rem;
	  }
	  .mobile-list .mb-20 {
		margin-bottom: 10px !important;
		
	}
	.mobile-list ul li {
   
    background: transparent !important;
 
    border-bottom: 2px solid #d2b481 !important;
    color: #fff;
}
.mobile-list ul li ul li {

    border: 0 !important;
}
	.mobile-list span {
		font-weight: 700;
        color: #ebce9b;
	}
	.mobile-list ul li ul li {
    list-style: decimal;
    padding-left: 15px;
    font-size: 13px !important;
    margin-bottom: 0;
    padding-bottom: 4px;
}
	}
	.border-rdu-lg.border-style {
	  padding: 30px 40px;
	}

	.title-scroll {
	  white-space: nowrap;
	}

	@media only screen and (max-width: 1399px) {
		
	  .title-lg {
		font-size: 120px;
	  }
	}
	@media only screen and (min-width: 992px) {
	  .title-lg {
	   font-size: 24px;
			letter-spacing: 5px;
	  }
	}
	@media only screen and (min-width: 768px) and (max-width: 991px) {
	  .title-lg {
		font-size: 60px;
	  }
	  
	}
	@media only screen and (max-width: 767px) {
		.sub-heading{
			font-size:14px;
		}
		p.animate1.slide-left.pop.delay-5 {
    width: max-content;
		}
		.mobile-hidden{
			display:none !important
		}
		.hide-nav .bg-load {
    display: none;
}
		.leaf-img {
    width: 80px !important
		}
		.primary{
			font-size:30px !important;
		}
	  .title-lg {
		font-size: 75px;
	  }
	  .mobile-container{
		  display:block;
	  }
	  .call-icon-bottom,.whatsapp-icon-bottom{
		  width: 45px !important;
    height: 45px !important;
	    line-height:45px !important;
	  }
	  .enquire-trigger{
		  padding :25px 13px !important
	  }
	  .main-brand img{
		  width:65px !important;
	  }
	  .whatsapp-icon-bottom{
		  bottom:200px !important;
	  }
	  .golden-color {
	  font-size: 25px !important;}
	}
	@media only screen and (min-width: 768px) {
		 .mobile-container{
		  display:none;
	  }
	}
	@media only screen and (max-width: 575px) {
	  .title-lg {
		        font-size: 14px;
        letter-spacing: 3px;
	  }
	}

	@media only screen and (max-width: 991px) {
	  .dn-tablet {
		display: none;
	  }
	}
	@media only screen and (max-width: 767px) {
	  .dn-mobile {
		display: none;
	  }
	}
	.dsn-fill.color-light span.word {
	  -webkit-text-fill-color: rgba(255, 255, 255, var(--opacity, 0.1));
	}
	.dsn-fill:not(.color-light) span.word {
	  -webkit-text-fill-color: rgba(0, 0, 0, var(--opacity, 0.1));
	}
	.dsn-fill span.word {
	  -webkit-background-clip: text;
	  background-repeat: no-repeat;
	  background-image: linear-gradient(var(--heading-color), var(--heading-color));
	  background-size: 0 100%;
	}

	input::placeholder,
	textarea::placeholder,
	.form-control::placeholder,
	.form-box input::placeholder,
	.form-box textarea::placeholder {
	  color: var(--font-color);
	}

	input[type=search]::-webkit-search-decoration {
	  display: none;
	}

	fieldset {
	  padding: 30px;
	}
	fieldset form > * {
	  margin-bottom: 30px;
	}
	fieldset form:last-child {
	  margin-bottom: 0;
	}
	fieldset form p {
	  margin-top: 0;
	}
	fieldset form textarea,
	fieldset form input {
	  margin-bottom: 0;
	  padding: 10px;
	}

	.dsn-no-results .dsn-search .search-form input {
	  min-width: 460px;
	}

	.entry-form label {
	  font-weight: 600;
	  font-family: var(--heading-font);
	  padding-bottom: 10px;
	  display: block;
	}
	.entry-form input,
	.entry-form textarea {
	  font-family: var(--heading-font);
	  font-size: 14px;
	  width: 100%;
	  border: none;
	  border-bottom: 1px solid var(--border-color);
	  color: var(--heading-color);
	  padding: 10px;
	  letter-spacing: 2px;
	  background-color: var(--assistant-color);
	}
	.entry-form input::placeholder,
	.entry-form textarea::placeholder {
	  color: var(--heading-color);
	  font-size: 14px;
	  letter-spacing: 2px;
	}
	.entry-form textarea {
	  min-height: 80px;
	}

	.dsn-def-btn > *,
	.dsn-def-btn > * .dsn-btn,
	.dsn-normal-btn > *,
	.dsn-normal-btn > * .dsn-btn {
	  display: flex;
	  align-items: center;
	}

	.dsn-normal-btn > * .dsn-btn {
	  justify-content: center;
	}

	.dsn-btn {
	  position: relative;
	  text-align: center;
	}
	.dsn-btn .title-btn,
	.dsn-btn .dsn-icon {
	  z-index: 2;
	}
	.dsn-btn .icon-circle {
	  z-index: 1 !important;
	}
	.dsn-btn .btn-icon-left {
	  margin-right: 10px;
	}
	.dsn-btn .btn-icon-right {
	  margin-left: 10px;
	}
	.dsn-btn .title-btn {
	  position: relative;
	  font-size: 13px;
	  line-height: 1.2;
	  letter-spacing: 2px;
	}

	.dsn-def-btn {
	  --dsn-icon-size: 15px;
	}
	.dsn-def-btn .dsn-btn,
	.dsn-def-btn .dsn-icon:before,
	.dsn-def-btn .dsn-icon i,
	.dsn-def-btn .dsn-icon svg {
	  transition: 0.45s cubic-bezier(0.65, 0, 0.076, 1);
	  transition-property: width, padding, margin;
	}
	.dsn-def-btn .icon-circle {
	  display: none;
	}
	.dsn-def-btn .dsn-icon {
	  width: 50px;
	  height: 50px;
	  line-height: 50px;
	  border-radius: 50px;
	  z-index: 0;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	}
	.dsn-def-btn .dsn-icon > * {
	  position: relative;
	  z-index: 1;
	}
	.dsn-def-btn .dsn-icon:before {
	  content: "";
	  position: absolute;
	  width: inherit;
	  height: inherit;
	  border-radius: inherit;
	}
	.dsn-def-btn .dsn-icon.btn-icon-left:before {
	  left: 0;
	}
	.dsn-def-btn .dsn-icon.btn-icon-right:before {
	  right: 0;
	}

	.dsn-def-btn:not(.dsn-hover-icon) .dsn-btn:hover.has-icon-left {
	  padding-right: 50px;
	}
	.dsn-def-btn:not(.dsn-hover-icon) .dsn-btn:hover.has-icon-left .dsn-icon i,
	.dsn-def-btn:not(.dsn-hover-icon) .dsn-btn:hover.has-icon-left .dsn-icon svg {
	  margin-left: calc(50px / 2);
	}
	.dsn-def-btn:not(.dsn-hover-icon) .dsn-btn:hover.has-icon-right {
	  padding-left: calc(50px / 2);
	}
	.dsn-def-btn:not(.dsn-hover-icon) .dsn-btn:hover.has-icon-right .dsn-icon i,
	.dsn-def-btn:not(.dsn-hover-icon) .dsn-btn:hover.has-icon-right .dsn-icon svg {
	  margin-right: calc(50px / 2);
	}
	.dsn-def-btn:not(.dsn-hover-icon) .dsn-btn:hover .dsn-icon:before {
	  width: 100%;
	}

	.dsn-def-btn.dsn-hover-icon .dsn-btn .title-btn {
	  position: relative;
	  padding-bottom: 5px;
	}
	.dsn-def-btn.dsn-hover-icon .dsn-btn .title-btn:after {
	  position: absolute;
	  content: "";
	  left: 0;
	  bottom: 0;
	  width: 100%;
	  height: 1px;
	  background-color: var(--border-color);
	  transform-origin: right;
	}
	.dsn-def-btn.dsn-hover-icon .dsn-btn .dsn-icon {
	  position: absolute;
	  margin-bottom: 5px;
	}
	.dsn-def-btn.dsn-hover-icon .dsn-btn .dsn-icon.btn-icon-left, .dsn-def-btn.dsn-hover-icon .dsn-btn .dsn-icon.btn-icon-left:after {
	  left: 0;
	}
	.dsn-def-btn.dsn-hover-icon .dsn-btn .dsn-icon.btn-icon-right, .dsn-def-btn.dsn-hover-icon .dsn-btn .dsn-icon.btn-icon-right:after {
	  right: 0;
	}
	.dsn-def-btn.dsn-hover-icon .dsn-btn .dsn-icon:after {
	  content: "";
	  position: absolute;
	  width: 7px;
	  height: 7px;
	  line-height: 7px;
	  border-radius: 50px;
	  border: 1px solid var(--heading-color);
	  top: 50%;
	  transform: translateY(-50%);
	  z-index: -1;
	}
	.dsn-def-btn.dsn-hover-icon .dsn-btn .dsn-icon:before {
	  transform: scale(0);
	}
	.dsn-def-btn.dsn-hover-icon .dsn-btn .dsn-icon i,
	.dsn-def-btn.dsn-hover-icon .dsn-btn .dsn-icon svg {
	  opacity: 0;
	}
	.dsn-def-btn.dsn-hover-icon .dsn-btn .dsn-icon,
	.dsn-def-btn.dsn-hover-icon .dsn-btn .dsn-icon:before,
	.dsn-def-btn.dsn-hover-icon .dsn-btn .dsn-icon:after,
	.dsn-def-btn.dsn-hover-icon .dsn-btn i,
	.dsn-def-btn.dsn-hover-icon .dsn-btn svg,
	.dsn-def-btn.dsn-hover-icon .dsn-btn .title-btn,
	.dsn-def-btn.dsn-hover-icon .dsn-btn .title-btn:after {
	  transition: 0.45s cubic-bezier(0.65, 0, 0.076, 1);
	}
	.dsn-def-btn.dsn-hover-icon .dsn-btn.has-icon-left .title-btn {
	  margin-left: 15px;
	}
	.dsn-def-btn.dsn-hover-icon .dsn-btn.has-icon-right .title-btn {
	  margin-right: 15px;
	}
	.dsn-def-btn.dsn-hover-icon .dsn-btn:hover.has-icon-left .title-btn {
	  margin-left: calc(50px + 10px);
	}
	.dsn-def-btn.dsn-hover-icon .dsn-btn:hover.has-icon-right .title-btn {
	  margin-right: calc(50px + 10px);
	}
	.dsn-def-btn.dsn-hover-icon .dsn-btn:hover .dsn-icon {
	  width: 50px;
	  height: 50px;
	  line-height: 50px;
	  border-radius: 50px;
	  z-index: 0;
	  border: 0;
	}
	.dsn-def-btn.dsn-hover-icon .dsn-btn:hover .dsn-icon.btn-icon-left:after {
	  left: 25px;
	}
	.dsn-def-btn.dsn-hover-icon .dsn-btn:hover .dsn-icon.btn-icon-right:after {
	  right: 25px;
	}
	.dsn-def-btn.dsn-hover-icon .dsn-btn:hover .dsn-icon:before,
	.dsn-def-btn.dsn-hover-icon .dsn-btn:hover .dsn-icon i,
	.dsn-def-btn.dsn-hover-icon .dsn-btn:hover .dsn-icon svg {
	  transform: none;
	  opacity: 1;
	}
	.dsn-def-btn.dsn-hover-icon .dsn-btn:hover .title-btn:after {
	  transform: scale(0);
	}

	.dsn-normal-btn .dsn-btn {
	  padding: 12px 18px;
	}

	.dsn-default-btn .dsn-btn.button-def-padding {
	  padding: 10px 24px;
	}
	.dsn-default-btn .dsn-btn.border-rdu {
	  border-radius: 31px;
	}
	.dsn-default-btn .dsn-btn .dsn-icon {
	  padding: 7px 17px;
	  border-radius: 26px;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	}
	.dsn-default-btn .dsn-btn .dsn-icon.no-padding {
	  padding: 0;
	}

	.dsn-btn .title-btn[data-animate-text] {
	  overflow: hidden;
	}
	.dsn-btn .title-btn[data-animate-text] > span, .dsn-btn .title-btn[data-animate-text]:before {
	  transition: 0.8s cubic-bezier(0.65, 0, 0.076, 1);
	  transform-origin: 0 center;
	}
	.dsn-btn .title-btn[data-animate-text]:before {
	  position: absolute;
	  content: attr(data-animate-text);
	  width: 100%;
	  height: 100%;
	  left: 0;
	  top: 0;
	  transform: rotateZ(7deg);
	  opacity: 0;
	}
	.dsn-btn:hover .title-btn[data-animate-text] > span {
	  transform: rotateZ(-7deg);
	  opacity: 0;
	}
	.dsn-btn:hover .title-btn[data-animate-text]:before {
	  transform: none;
	  opacity: 1;
	}

	.dsn-btn-shape {
	  position: relative;
	  width: -webkit-max-content;
	  width: max-content;
	  filter: url(#buttonFilter);
	  transition: 0.45s cubic-bezier(0.65, 0, 0.076, 1);
	}
	.dsn-btn-shape.no-padding .button {
	  padding: 0 15px 0 0;
	}
	.dsn-btn-shape.rotate-icon .icon svg {
	  rotate: 90deg;
	}
	.dsn-btn-shape .icon {
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  text-align: center;
	  width: 40px;
	  height: 40px;
	  border-radius: 50%;
	  transition: 0.45s cubic-bezier(0.65, 0, 0.076, 1);
	  transition-property: transform;
	  transition-timing-function: cubic-bezier(0.135, 0.9, 0.15, 1);
	  transition-duration: 0.9s;
	  float:left;
	}
	.dsn-btn-shape .icon svg {
	  fill: var(--heading-color);
	  width: 12px;
	  height: 12px;
	}
	.dsn-btn-shape .icon.theme-color svg {
	  fill: var(--theme-color);
	}
	.dsn-btn-shape .button {
	  position: relative;
	  text-align: center;
	  color: var(--heading-color);
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  text-align: center;
	  padding: 0 40px;
	  height: 40px;
	  line-height: 1;
	  border-radius: 30px;
	  font-size: 14px;
	  font-weight: 500;
	}
	.dsn-btn-shape:hover .icon {
	  transform: translateX(0.75rem) rotate(45deg);
	}

	.dsn-btn-play {
	  -webkit-backdrop-filter: blur(8px);
			  backdrop-filter: blur(8px);
	  background-color: rgba(255, 255, 255, 0.09);
	  border: 1px solid rgba(251, 251, 251, 0.18);
	  width: 150px;
	  height: 150px;
	  border-radius: 50%;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	}
	.dsn-btn-play i {
	  font-size: 19px;
	  margin-right: 10px;
	}

	/*--------------------------------------------------------------
	## Links
	--------------------------------------------------------------*/
	a {
	  outline: 0;
	  outline-style: none;
	}
	a:hover, a:active {
	  outline: 0;
	  text-decoration: none;
	}

	/*--------------------------------------------------------------
	## Menus
	--------------------------------------------------------------*/
	.site-header {
	  position: fixed;
	  top: 30px;
	  left: 30px;
	  right: 30px;
	  padding-left: 50px;
	  padding-right: 50px;
	  padding-top: 4px;
	  padding-bottom: 4px;
	  background-color: rgb(0 0 0 / 15%);
	  border-radius: 50px;
	  transition-property: background-color, padding-top, padding-bottom, transform;
	  transition-duration: 0.5s;
	  z-index: 97;
	  display: flex;
	  flex-wrap: wrap;
	  align-items: center;
	  justify-content: space-between;
	}
	.site-header:not(.dsn-open) {
	  -webkit-backdrop-filter: blur(8px);
			  backdrop-filter: blur(8px);
	}
	.site-header > .p-relative.dsn-container {
	  padding: 0;
	  display: flex;
	  align-items: center;
	}
	.site-header .dsn-svg-transition {
	  fill: var(--assistant-color);
	}
	.site-header .bg-load:not(.dsn-svg-transition) {
	  opacity: 0;
	  visibility: hidden;
	  z-index: -1;
	}
	.site-header .bg-load {
	  position: fixed;
	  pointer-events: none;
	}
	.admin-bar .site-header {
	  top: 46px;
	}
	.title-lg {
			text-transform: uppercase;
		}
	@media screen and (min-width: 783px) {
	  .admin-bar .site-header {
		top: 32px;
	  }
	}
	.nav-item a {
		color: #e8cb98;
	}

	.logo-text{
			color: #fff;
		font-size: 30px;
		padding-left: 7px;
		font-weight: 600;
			letter-spacing: 1px;
		text-transform: uppercase;
	}
	.site-header .main-logo {
		display: flex;
			align-items: center;

	  position: relative;
	  z-index: 1;
	}
	.site-header ul.primary-nav {
	  display: flex;
	  padding-left: 0;
	  margin-bottom: 0;
	  flex-wrap: wrap;
	}
	.site-header ul.primary-nav ul {
	  position: absolute;
	}
	@media only screen and (min-width: 992px) {
	  .site-header:not(.dsn-hamburger) .main-navigation {
		display: flex;
		flex-basis: auto;
	  }
	  .site-header:not(.dsn-hamburger) ul.primary-nav li {
		font-family: var(--body-font);
	  }
	  .site-header:not(.dsn-hamburger) ul.primary-nav > li {
		font-size: 14px;
		padding-bottom: 10px;
		padding-top: 10px;
		font-weight: 500;
	  }
	  .site-header:not(.dsn-hamburger) ul.primary-nav > li li.has-sub-menu:after {
		content: "";
		position: absolute;
		border: solid var(--theme-color);
		border-width: 0 3px 3px 0;
		display: inline-block;
		padding: 3px;
		transform: translateY(-50%) rotate(45deg);
		margin: 0 0 2px 1px;
		right: 15px;
		top: calc(50% - 3px);
	  }
	  .site-header:not(.dsn-hamburger) ul.primary-nav > li:not(:first-of-type) {
		margin-left: 30px;
	  }
	  .site-header:not(.dsn-hamburger) ul.primary-nav > li:last-of-type ul {
		margin-left: -95px;
	  }
	  .site-header:not(.dsn-hamburger) ul.primary-nav > li ul {
		min-width: 200px;
		padding: 10px 0;
		margin-top: 10px;
		margin-left: -20px;
		background-color: var(--assistant-color);
		transition-property: transform, opacity, visibility;
		transition-duration: 0.8s;
		border-radius: 7px;
		opacity: 0;
		visibility: hidden;
		transform: translateY(35px);
		transition-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
	  }
	  .site-header:not(.dsn-hamburger) ul.primary-nav > li ul li {
		position: relative;
		width: 100%;
		padding: 7px 20px;
		font-size: 13px;
		font-weight: 500;
	  }
	  .site-header:not(.dsn-hamburger) ul.primary-nav > li ul li:before {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		height: 0;
		width: 1.5px;
		transition: 0.5s;
		background-color: var(--heading-color);
	  }
	  .site-header:not(.dsn-hamburger) ul.primary-nav > li ul li:hover:before {
		height: 100%;
	  }
	  .site-header:not(.dsn-hamburger) ul.primary-nav > li ul ul {
		right: 100%;
		top: -15px;
	  }
	  .site-header:not(.dsn-hamburger) ul.primary-nav li.has-sub-menu:hover > ul, .site-header:not(.dsn-hamburger) ul.primary-nav li.has-sub-menu:focus > ul {
		opacity: 1;
		transform: none;
		visibility: visible;
	  }
	  .site-header:not(.dsn-hamburger) .navbar-toggle, .site-header:not(.dsn-hamburger) .bg-load {
		display: none;
	  }
	  .site-header:not(.dsn-hamburger) .dsn-back {
		display: none;
	  }
	  .site-header:not(.dsn-hamburger) .menu-cover-title {
		display: none;
	  }
	}
	.site-header.dsn-hamburger .main-navigation {
	  position: fixed;
	  width: 100%;
	  height: 100vh;
	  top: 0;
	  left: 0;
	  padding-right: var(--dsn-gap-container);
	  padding-left: var(--dsn-gap-container);
	  transform: translateY(-100%);
	  opacity: 0;
	  visibility: hidden;
	  display: flex;
	}
	@media only screen and (max-width: 991px) {
	  .site-header.dsn-hamburger .main-navigation {
		flex-direction: column;
		overflow: auto;
	  }
	}
	.site-header.dsn-hamburger ul.primary-nav {
	  position: relative;
	  top: 100px;
	}
	@media only screen and (min-width: 992px) {
	  .site-header.dsn-hamburger ul.primary-nav {
		width: 70%;
		padding-right: var(--bs-gutter-x);
	  }
	}
	.site-header.dsn-hamburger ul.primary-nav ul {
	  width: 100%;
	}
	.site-header.dsn-hamburger ul.primary-nav, .site-header.dsn-hamburger ul.primary-nav ul {
	  counter-reset: var(--dsn-li-name);
	  height: calc(100vh - 100px);
	  padding-bottom: 80px;
	  padding-left: 150px;
	  display: flex;
	  flex-wrap: nowrap;
	  flex-direction: column;
	  justify-content: center;
	  align-items: flex-start;
	  pointer-events: none;
	  font-weight: 500;
	}
	@media only screen and (max-width: 991px) {
	  .site-header.dsn-hamburger ul.primary-nav, .site-header.dsn-hamburger ul.primary-nav ul {
		justify-content: start;
		padding-left: 30px;
	  }
	}
	.site-header.dsn-hamburger ul.primary-nav li, .site-header.dsn-hamburger ul.primary-nav ul li {
	  cursor: pointer;
	  pointer-events: none;
	}
	@media only screen and (max-width: 575px) {
	  .site-header.dsn-hamburger ul.primary-nav li, .site-header.dsn-hamburger ul.primary-nav ul li {
		font-size: 24px;
	  }
	}
	.site-header.dsn-hamburger ul.primary-nav a, .site-header.dsn-hamburger ul.primary-nav ul a {
	  color: var(--font-color);
	  transform-origin: left top;
	  transition: 500ms 0ms;
	}
	.site-header.dsn-hamburger ul.primary-nav a:hover, .site-header.dsn-hamburger ul.primary-nav ul a:hover {
	  transform: skewX(2deg);
	  letter-spacing: 2.5px;
	}
	@media only screen and (min-width: 992px) {
	  .site-header.dsn-hamburger ul.primary-nav li a span:before, .site-header.dsn-hamburger ul.primary-nav ul li a span:before {
		counter-increment: var(--dsn-li-name);
		content: counters(var(--dsn-li-name), ".", decimal-leading-zero) ". ";
		font-family: var(--border-color);
		pointer-events: none;
		font-size: 14px;
		opacity: 0.3;
	  }
	}
	.site-header.dsn-hamburger ul.primary-nav li {
	  margin: 5px 0;
	  width: 100%;
	}
	.site-header.dsn-hamburger ul.primary-nav a {
	  position: relative;
	  overflow: hidden;
	}
	.site-header.dsn-hamburger ul.primary-nav.h2 a {
	  line-height: 1.2;
	}
	.site-header.dsn-hamburger ul.primary-nav .h3 a {
	  line-height: var(--font-size-h3);
	}
	.site-header.dsn-hamburger ul {
	  left: 0;
	  top: 0;
	  z-index: -1;
	}
	.site-header.dsn-hamburger ul > li > a > span, .site-header.dsn-hamburger ul > li > span, .site-header.dsn-hamburger ul .scroll-content > li > a > span, .site-header.dsn-hamburger ul .scroll-content > li > span {
	  transform: translateY(10px);
	  opacity: 0;
	  visibility: hidden;
	  transition: 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	  transition-property: opacity, visibility, transform;
	  transform-origin: center top;
	  transition-delay: calc(0.1s * var(--dsn-li-index));
	}
	.site-header.dsn-hamburger ul.open {
	  z-index: 9;
	}
	.site-header.dsn-hamburger ul.open > li > a, .site-header.dsn-hamburger ul.open > li > span, .site-header.dsn-hamburger ul.open .scroll-content > li > a, .site-header.dsn-hamburger ul.open .scroll-content > li > span {
	  pointer-events: auto !important;
	}
	.site-header.dsn-hamburger ul.open > li > a > span, .site-header.dsn-hamburger ul.open > li > span, .site-header.dsn-hamburger ul.open .scroll-content > li > a > span, .site-header.dsn-hamburger ul.open .scroll-content > li > span {
	  transform: translateY(0);
	  opacity: 1;
	  visibility: visible;
	}
	.site-header.dsn-hamburger #navbar_toggle {
	  position: relative;
	  display: flex;
	  align-items: center;
	  z-index: 1;
	  cursor: pointer;
	}
	.site-header.dsn-hamburger #navbar_toggle .toggle-icon {
	  --width-icon: 25px;
	  margin-right: 10px;
	}
	.site-header.dsn-hamburger #navbar_toggle .toggle-icon .toggle-line {
	  position: relative;
	  height: 2px;
	  background-color: var(--heading-color);
	  width: 25px;
	  transition: 0.5s;
	}
	.site-header.dsn-hamburger #navbar_toggle .toggle-icon .toggle-line:not(:first-child) {
	  margin-top: 5px;
	}
	.site-header.dsn-hamburger #navbar_toggle .toggle-icon .toggle-line:nth-of-type(1), .site-header.dsn-hamburger #navbar_toggle .toggle-icon .toggle-line:nth-of-type(3) {
	  transform: scaleX(0.5);
	}
	.site-header.dsn-hamburger #navbar_toggle .toggle-icon .toggle-line:nth-of-type(2) {
	  width: var(--width-icon);
	}
	.site-header.dsn-hamburger #navbar_toggle .toggle-icon .toggle-line:nth-of-type(1) {
	  transform-origin: left;
	}
	.site-header.dsn-hamburger #navbar_toggle .toggle-icon .toggle-line:nth-of-type(3) {
	  transform-origin: right;
	}
	.site-header.dsn-hamburger #navbar_toggle .toggle-text {
	  position: relative;
	  --animate-trans: translateY(5px) rotateX(75deg);
	  min-width: 43px;
	}
	.site-header.dsn-hamburger #navbar_toggle .toggle-text .text-open, .site-header.dsn-hamburger #navbar_toggle .toggle-text .text-close {
	  position: absolute;
	  top: 0;
	  left: 0;
	}
	.site-header.dsn-hamburger #navbar_toggle .toggle-text .text-open .char, .site-header.dsn-hamburger #navbar_toggle .toggle-text .text-close .char {
	  opacity: 0;
	  visibility: hidden;
	  transform: var(--animate-trans);
	}
	.site-header.dsn-hamburger #navbar_toggle .toggle-text .text-open, .site-header.dsn-hamburger #navbar_toggle .toggle-text .text-close, .site-header.dsn-hamburger #navbar_toggle .toggle-text .text-menu {
	  overflow: hidden;
	  will-change: transform;
	}
	.site-header.dsn-hamburger #navbar_toggle .toggle-text .text-open .char, .site-header.dsn-hamburger #navbar_toggle .toggle-text .text-close .char, .site-header.dsn-hamburger #navbar_toggle .toggle-text .text-menu .char {
	  color: var(--heading-color);
	  will-change: transform;
	  transition-property: opacity, visibility, transform;
	  transition-duration: 0.5s;
	  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
	  transition-delay: calc(30ms * var(--char-index) + 1ms);
	}
	.site-header.dsn-hamburger #navbar_toggle:hover .toggle-line {
	  --trans-icon: scale(0.2, 1.7);
	}
	.site-header.dsn-hamburger #navbar_toggle:hover .toggle-line:nth-of-type(1), .site-header.dsn-hamburger #navbar_toggle:hover .toggle-line:nth-of-type(2), .site-header.dsn-hamburger #navbar_toggle:hover .toggle-line:nth-of-type(3) {
	  transform: var(--trans-icon);
	  border-radius: 3px;
	}
	.site-header.dsn-hamburger #navbar_toggle:hover .toggle-line:nth-of-type(1) {
	  transform: var(--trans-icon) translateY(4px);
	}
	.site-header.dsn-hamburger #navbar_toggle:hover .toggle-line:nth-of-type(3) {
	  transform: var(--trans-icon) translateY(-4px);
	}
	.site-header.dsn-hamburger #navbar_toggle:hover .text-menu .char {
	  opacity: 0;
	  visibility: hidden;
	  transform: var(--animate-trans);
	}
	.site-header.dsn-hamburger #navbar_toggle:hover:not(.open) .text-open .char, .site-header.dsn-hamburger #navbar_toggle:hover.open .text-close .char {
	  opacity: 1;
	  visibility: visible;
	  transform: none;
	}
	.site-header.dsn-hamburger .menu-cover-title {
	  position: absolute;
	  top: 50%;
	  font-size: 20vw;
	  font-weight: 600;
	  line-height: 1.15;
	  transform: translateY(-50%) rotateX(75deg);
	  opacity: 0;
	  padding-left: inherit;
	  transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	  transition-property: opacity, transform;
	  pointer-events: none;
	}
	@media only screen and (min-width: 992px) {
	  .site-header.dsn-hamburger .menu-cover-title {
		left: -15px;
	  }
	}
	@media only screen and (max-width: 991px) {
	  .site-header.dsn-hamburger .menu-cover-title {
		left: 0;
		padding-right: inherit;
		width: 100%;
	  }
	}
	.site-header.dsn-hamburger.dsn-open .menu-cover-title {
	  transition-delay: 1s;
	  opacity: 0.09;
	  transform: translateY(-50%) translateX(-40%) rotate(-90deg);
	}
	.site-header.dsn-hamburger.dsn-open .toggle-line:nth-of-type(2) {
	  transform: scale(0) !important;
	  display: none;
	}
	.site-header.dsn-hamburger.dsn-open .toggle-line:nth-of-type(1), .site-header.dsn-hamburger.dsn-open .toggle-line:nth-of-type(3) {
	  margin-top: 0 !important;
	}
	.site-header.dsn-hamburger.dsn-open .toggle-line:nth-of-type(1) {
	  transform: scale(1) rotate(45deg) !important;
	  transform-origin: bottom !important;
	}
	.site-header.dsn-hamburger.dsn-open .toggle-line:nth-of-type(3) {
	  transform: scale(1) rotate(-45deg) !important;
	  transform-origin: top !important;
	}
	.site-header.dsn-hamburger.dsn-open .main-navigation {
	  opacity: 1;
	  visibility: visible;
	  transform: none;
	}
	@media only screen and (max-width: 991px) {
	  .site-header.dsn-hamburger.dsn-open .main-navigation {
		text-align: center;
	  }
	  .site-header.dsn-hamburger.dsn-open .main-navigation ul {
		width: 100%;
	  }
	}
	@keyframes draw {
	  0% {
		stroke-dasharray: 10;
	  }
	  0% {
		stroke-dasharray: 280;
	  }
	  100% {
		stroke-dasharray: 10;
	  }
	}
	.site-header.dsn-hamburger .dsn-back {
	  /**
		  Hover
	   */
	}
	.site-header.dsn-hamburger .dsn-back svg {
	  fill: none;
	  stroke: var(--border-color);
	  stroke-linecap: round;
	  stroke-linejoin: round;
	  stroke-dasharray: 10;
	  stroke-dashoffset: 0;
	  stroke-width: 13px;
	  width: 22px;
	  margin-right: 10px;
	}
	.site-header.dsn-hamburger .dsn-back > span {
	  display: flex;
	}
	@media only screen and (max-width: 991px) {
	  .site-header.dsn-hamburger .dsn-back > span {
		justify-content: center;
	  }
	}
	.site-header.dsn-hamburger .dsn-back span {
	  font-size: 15px;
	}
	.site-header.dsn-hamburger .dsn-back .text-toggle-back {
	  position: relative;
	}
	.site-header.dsn-hamburger .dsn-back .text-toggle-back .text-back {
	  position: absolute;
	  left: 0;
	}
	.site-header.dsn-hamburger .dsn-back .text-toggle-back .char {
	  margin-right: 5px;
	  transform-origin: center top;
	  transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) calc(50ms * var(--char-index));
	}
	.site-header.dsn-hamburger .dsn-back:hover svg {
	  animation: draw 3s linear alternate infinite;
	}
	.site-header.dsn-hamburger .dsn-back:hover .text-toggle-back .text-back .char, .site-header.dsn-hamburger .dsn-back .text-toggle-back .text-name .char {
	  transform: none;
	  opacity: 1;
	  visibility: visible;
	}
	.site-header.dsn-hamburger .dsn-back:hover .text-toggle-back .text-name .char, .site-header.dsn-hamburger .dsn-back .text-toggle-back .text-back .char {
	  transform: translateY(10px) rotateX(75deg);
	  opacity: 0;
	  visibility: hidden;
	}
	.site-header.dsn-hamburger .container-content {
	  display: flex !important;
	  opacity: 0;
	  visibility: hidden;
	}
	@media only screen and (max-width: 991px) {
	  .site-header.dsn-hamburger .container-content {
		display: none !important;
	  }
	}
	.site-header.dsn-hamburger .container-content:after, .site-header.dsn-hamburger .container-content {
	  transition: 1s;
	}
	.site-header.dsn-hamburger .container-content:after {
	  content: "";
	  position: absolute;
	  background-image: url(../img/pngtree-dotted.png);
	  background-color: var(--border-color);
	  opacity: 0.07;
	}
	@media only screen and (min-width: 992px) {
	  .site-header.dsn-hamburger .container-content:after {
		right: 0;
		top: 0;
		width: 45%;
		height: 0;
		z-index: -1;
	  }
	}
	@media only screen and (max-width: 991px) {
	  .site-header.dsn-hamburger .container-content:after {
		width: 0;
		height: 1px;
	  }
	}
	.site-header.dsn-hamburger .container-content .sm-title-block {
	  color: #a56433;
	}
	.site-header.dsn-hamburger .container-content .nav-social ul li {
	  position: relative;
	  color: var(--heading-color);
	  display: inline-block;
	  letter-spacing: 2px;
	  font-size: 14px;
	  margin-right: 15px;
	  padding-right: 5px;
	}
	.site-header.dsn-hamburger.dsn-open .container-content {
	  opacity: 1;
	  visibility: visible;
	}
	@media only screen and (min-width: 992px) {
	  .site-header.dsn-hamburger.dsn-open .container-content:after {
		height: 100%;
	  }
	}
	@media only screen and (max-width: 991px) {
	  .site-header.dsn-hamburger.dsn-open .container-content:after {
		width: 100%;
		top: calc(-1 * var(--margin-padding) / 2);
	  }
	}
	.site-header.dsn-hamburger.dsn-open .container-content:after, .site-header.dsn-hamburger.dsn-open .container-content {
	  transition-delay: 0.7s;
	}
	.site-header:not(.dsn-hamburger) .container-content {
	  display: none;
	}
	.site-header.nav-bg {

	}
	@media only screen and (max-width: 600px) {
	  .site-header.nav-bg {
		top: 0;
	  }
	}
	.site-header.hide-nav:not(.dsn-open) {
	  transform: translateY(-170%);
	}

	.main-brand img,
	.dsnload__img img {
	  width: 80px;
	  max-width: 100%;
	  height: auto;
	}
	.v-light #site_menu_header .main-brand .logo-dark, #dsn_footer.v-light .main-brand .logo-dark, .main-brand .logo-dark, .v-light #dsn_footer:not(.v-light, .v-dark) .main-brand .logo-dark,
	.v-light #site_menu_header .dsnload__img .logo-dark,
	#dsn_footer.v-light .dsnload__img .logo-dark,
	.dsnload__img .logo-dark,
	.v-light #dsn_footer:not(.v-light, .v-dark) .dsnload__img .logo-dark {
	  display: block;
	}
	.v-light #site_menu_header .main-brand .logo-light, #dsn_footer.v-light .main-brand .logo-light, .main-brand .logo-light, .v-light #dsn_footer:not(.v-light, .v-dark) .main-brand .logo-light,
	.v-light #site_menu_header .dsnload__img .logo-light,
	#dsn_footer.v-light .dsnload__img .logo-light,
	.dsnload__img .logo-light,
	.v-light #dsn_footer:not(.v-light, .v-dark) .dsnload__img .logo-light {
	  display: none;
	}
	.v-dark #site_menu_header .main-brand .logo-dark, #dsn_footer.v-dark .main-brand .logo-dark, .v-dark #dsn_footer:not(.v-light, .v-dark) .main-brand .logo-dark,
	.v-dark #site_menu_header .dsnload__img .logo-dark,
	#dsn_footer.v-dark .dsnload__img .logo-dark,
	.v-dark #dsn_footer:not(.v-light, .v-dark) .dsnload__img .logo-dark {
	  display: none;
	}
	.v-dark #site_menu_header .main-brand .logo-light, #dsn_footer.v-dark .main-brand .logo-light, .v-dark #dsn_footer:not(.v-light, .v-dark) .main-brand .logo-light,
	.v-dark #site_menu_header .dsnload__img .logo-light,
	#dsn_footer.v-dark .dsnload__img .logo-light,
	.v-dark #dsn_footer:not(.v-light, .v-dark) .dsnload__img .logo-light {
	  display: block;
	}

	.v-light #site_menu_header {
	  background-color: rgb(50 50 50 / 10%);
	}

	.social-side {
	  position: fixed;
	  bottom: 50px;
	  z-index: 10;
	  display: flex;
	  mix-blend-mode: exclusion;
	  --heading-color: #fff;
	  color: var(--heading-color);
	}
	@media only screen and (min-width: 1400px) {
	  .social-side {
		left: 25px;
	  }
	}
	@media only screen and (max-width: 1399px) {
	  .social-side {
		left: 15px;
	  }
	  
	}
	@media only screen and (max-width: 991px) {
	  .social-side {
		display: none;
	  }
	}
	.social-side .icon {
	  text-align: center;
	  width: 30px;
	  line-height: 30px;
	  cursor: pointer;
	  writing-mode: vertical-rl;
	  -webkit-text-orientation: mixed;
			  text-orientation: mixed;
	  white-space: nowrap;
	  letter-spacing: 2px;
	  font-weight: 600;
	  font-size: 12px;
	}
	.social-side .icon:before {
	  content: "";
	  position: relative;
	  display: inline-block;
	  border-left: 1px solid var(--heading-color);
	  height: 50px;
	  margin-bottom: 10px;
	}

	.socials {
	  text-align: center;
	  font-size: 14px;
	}
	.socials li a {
	  position: relative;
	  margin-bottom: 10px;
	  margin-top: 5px;
	  color: var(--heading-color);
	}
	.socials li a:after, .socials li a span, .socials li a:hover i {
	  transition: all 0.3s cubic-bezier(0.55, 0.02, 0.1, 0.9);
	}
	.socials li a:after {
	  content: "";
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  width: 4px;
	  height: 4px;
	  border-radius: 50%;
	  background: var(--heading-color);
	  opacity: 0;
	  transform: translate(-50%, -50%) scale(0.2);
	}
	.socials li a i {
	  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	}
	.socials li a span {
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  color: var(--heading-color);
	  font-size: 13px;
	  opacity: 0;
	  transform-origin: center bottom;
	  cursor: pointer;
	  transform: translateX(0px) translateY(-50%);
	}
	.socials li a:hover i {
	  transform: scale(0);
	}
	.socials li a:hover label {
	  opacity: 1;
	  transform: matrix(1, 0, 0, 1, 12, -8);
	  transition: all 0.6s cubic-bezier(0.75, -0.5, 0, 1.75);
	}
	.socials li a:hover:after {
	  opacity: 1;
	  transform: translate(-50%, -50%) scale(1);
	  transition: all 0.5s cubic-bezier(0.75, -0.5, 0, 1.75);
	  transition-delay: 0.2s;
	}
	.socials li a:hover span {
	  opacity: 1;
	  transform: translateX(10px) translateY(-50%);
	}

	.dsn-socials li {
	  display: inline-block;
	}
	.dsn-socials li:not(:last-of-type) {
	  margin-right: 5px;
	}
	.dsn-socials li a {
	  position: relative;
	  padding: 8px 22px;
	  border-radius: 15px;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  color: var(--heading-color);
	}
	.dsn-socials li a a:not(.move-circle) {
	  border-color: var(--border-color);
	}
	.dsn-socials li a:after, .dsn-socials li a span:not(.dsn-icon) {
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  opacity: 0;
	  transition: all 0.3s cubic-bezier(0.55, 0.02, 0.1, 0.9);
	}
	.dsn-socials li a:after {
	  content: "";
	  width: 4px;
	  height: 4px;
	  border-radius: 50%;
	  background: var(--theme-color);
	  transform: translate(-50%, -50%) scale(0.2);
	}
	.dsn-socials li a span:not(.dsn-icon) {
	  color: var(--heading-color);
	  font-weight: bold;
	  font-size: 13px;
	  transform-origin: center bottom;
	  cursor: pointer;
	}
	.dsn-socials li a i {
	  transform: scale(1);
	  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	}
	.dsn-socials li a:hover i {
	  transform: scale(0);
	}
	.dsn-socials li a:hover span:not(.dsn-icon) {
	  opacity: 1;
	  transform: matrix(1, 0, 0, 1, 0, -20);
	  transition: all 0.6s cubic-bezier(0.75, -0.5, 0, 1.75);
	}
	.dsn-socials li a:hover:after {
	  opacity: 1;
	  transform: translate(-50%, -50%) scale(1);
	  transition: all 0.5s cubic-bezier(0.75, -0.5, 0, 1.75);
	  transition-delay: 0.2s;
	}
	@media only screen and (max-width: 991px) {
	  .dsn-socials li:not(:last-of-type) {
		margin-right: 5px;
	  }
	}
	.elementor-align-right .dsn-socials .dsn-icon {
	  margin: inherit;
	}

	/*--------------------------------------------------------------
	## Next / Previous
	--------------------------------------------------------------*/
	@media only screen and (max-width: 575px) {
	  .next-page .tob-box {
		flex-direction: column;
		align-items: baseline;
	  }
	  

	.mt-100 {
		margin-top: 45%;
	}
	 
		.header-personal .box-img, .header-personal .content-text {
			width: 100%;
			background-image: url(../../assets/img/mobile-banner.png);
		}
	  .next-page .tob-box .title {
		margin-bottom: 20px;
	  }
	  .h-100-v{
		  min-height:auto;
	  }
	  #dsn_header:not(.header-normal, .header-padding, .dsn-full-header) {
		max-height: 370px;
		min-height:auto !important;
	}
	}

	.next-project {
	  position: relative;
	  overflow: hidden;
	}
	.next-project .bg-containers {
	  left: 0;
	  top: 0;
	  width: 100%;
	  height: 100vh;
	}
	.next-project .box-title {
	  -webkit-backdrop-filter: blur(10px);
			  backdrop-filter: blur(10px);
	  background-color: rgba(255, 255, 255, 0.09);
	}
	@media only screen and (max-width: 991px) {
	  .next-project .box-title span {
		display: none;
	  }
	}
	.next-project .box-title .arrow .icon {
	  rotate: 90deg;
	}
	@media only screen and (max-width: 991px) {
	  .next-project .box-title .arrow {
		display: none;
	  }
	}
	.next-project .is-sub {
	  font-size: 14px;
	  line-height: 32px;
	}
	.next-project .is-sub span {
	  margin-right: 15px;
	}
	.next-project .arrow .icon svg {
	  fill: var(--heading-color);
	  width: 18px;
	  rotate: 90deg;
	}
	.next-project .footer-personal {
	  bottom: 30px;
	}
	@media only screen and (max-width: 991px) {
	  .next-project .footer-personal {
		bottom: 0;
		border-radius: 0;
	  }
	}

	.type-p-nav {
	  border-top: 1px solid var(--border-color);
	  padding-top: 50px;
	}
	.type-p-nav .dsn-pagination {
	  flex-wrap: wrap;
	}
	.type-p-nav .dsn-pagination .page-numbers:not(.next):not(.prev) {
	  position: relative;
	  margin-right: 15px;
	  transition: all 0.45s cubic-bezier(0.08, 0.58, 0.17, 0.94);
	  padding: 10px;
	  font-size: 20px;
	  border: 1px solid var(--border-color);
	}
	.type-p-nav .dsn-pagination .page-numbers:not(.next):not(.prev).current, .type-p-nav .dsn-pagination .page-numbers:not(.next):not(.prev):hover {
	  color: var(--theme-color-font, var(--heading-color));
	  background-color: var(--assistant-color);
	}
	.type-p-nav .dsn-pagination .page-numbers {
	  width: 40px;
	  height: 40px;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  margin-top: 10px;
	}
	.type-p-nav .dsn-pagination .next, .type-p-nav .dsn-pagination .prev {
	  position: relative;
	  text-align: center;
	  width: 90px;
	}
	.type-p-nav .dsn-pagination .next:before, .type-p-nav .dsn-pagination .prev:before {
	  content: "";
	  display: block;
	  position: absolute;
	  top: 0;
	  left: 0;
	  right: 0;
	  bottom: 0;
	  z-index: -1;
	  background: var(--assistant-color);
	  transition: all 0.45s cubic-bezier(0.08, 0.58, 0.17, 0.94);
	  transform: scale(0.8);
	}
	.type-p-nav .dsn-pagination .next svg, .type-p-nav .dsn-pagination .prev svg {
	  width: 30px;
	  position: absolute;
	  top: 1px;
	  fill: var(--heading-color);
	  z-index: 1;
	  height: 100%;
	  opacity: 1;
	  transition: all 0.3s ease-out;
	}
	.type-p-nav .dsn-pagination .next span, .type-p-nav .dsn-pagination .prev span {
	  position: relative;
	  z-index: 2;
	  font-weight: 400;
	  font-size: 12px;
	  text-transform: uppercase;
	  letter-spacing: 2px;
	  color: var(--heading-color);
	  transition: all 0.3s ease-out;
	}
	.type-p-nav .dsn-pagination .next:hover:before, .type-p-nav .dsn-pagination .prev:hover:before {
	  transform: scale(0.7);
	}
	.type-p-nav .dsn-pagination .next:hover svg, .type-p-nav .dsn-pagination .prev:hover svg {
	  opacity: 0;
	}
	.type-p-nav .dsn-pagination .next:hover span, .type-p-nav .dsn-pagination .prev:hover span {
	  transform: translateX(0) translateY(2px);
	}
	.type-p-nav .dsn-pagination .next:hover, .type-p-nav .dsn-pagination .prev:hover {
	  background-color: transparent;
	}
	.type-p-nav .dsn-pagination .next {
	  margin-left: 10px;
	}
	.type-p-nav .dsn-pagination .next svg {
	  transform: translateX(20%);
	  left: -10%;
	}
	.type-p-nav .dsn-pagination .next span {
	  transform: translateX(20%) translateY(2px);
	}
	.type-p-nav .dsn-pagination .prev {
	  margin-right: 25px;
	}
	.type-p-nav .dsn-pagination .prev svg {
	  transform: translateX(-20%) rotate(180deg);
	  right: -10%;
	}
	.type-p-nav .dsn-pagination .prev span {
	  transform: translateX(-20%) translateY(2px);
	}

	.pagination-pages .post-page-numbers {
	  margin: 0 10px;
	}
	.pagination-pages a {
	  color: var(--theme-color);
	}

	.elementor-widget-dsn_arrow_nav {
	  pointer-events: none;
	}

	.dsn-nav-arrow {
	  --dsn-icon-size: 25px;
	  pointer-events: none;
	}
	.dsn-nav-arrow .dsn-nav-left, .dsn-nav-arrow .dsn-nav-right {
	  padding: 15px;
	  border-radius: 50%;
	  cursor: pointer;
	  pointer-events: auto;
	}
	.dsn-nav-arrow .dsn-nav-left {
	  margin-right: 15px;
	}

	.swiper-pagination-bullets, .swiper-pagination-fraction, .swiper-pagination-progressbar {
	  position: relative;
	  --swiper-pagination-color: var(--theme-color);
	  --swiper-pagination-bullet-inactive-color: var(--theme-color);
	  white-space: nowrap;
	}
	@media only screen and (max-width: 575px) {
	  .swiper-pagination-bullets, .swiper-pagination-fraction, .swiper-pagination-progressbar {
		display: none;
	  }
	}

	.swiper-pagination-fraction {
	  bottom: 0;
	  width: auto;
	  display: block;
	}

	.dsn-swiper .swiper-pagination-progressbar {
	  position: relative;
	  width: 30% !important;
	  height: 1px !important;
	  background-color: var(--border-color);
	  --swiper-pagination-color: var(--theme-color);
	}
	.dsn-swiper .swiper-pagination-progressbar span {
	  transition-property: transform;
	}

	.dsn-swiper-circle .swiper-pagination-bullet {
	  position: relative;
	  background: transparent;
	  width: 20px;
	  height: 20px;
	  opacity: 1;
	  cursor: pointer;
	  transition: all 0.3s ease-in-out;
	  z-index: 2;
	  margin: 5px;
	  bottom: 0 !important;
	}
	.dsn-swiper-circle .swiper-pagination-bullet:not(.swiper-pagination-bullet-active, .swiper-pagination-bullet-active-prev, .swiper-pagination-bullet-active-next) {
	  transform: scale(0.33);
	}
	.dsn-swiper-circle .swiper-pagination-bullet::before, .dsn-swiper-circle .swiper-pagination-bullet::after {
	  content: "";
	  position: absolute;
	  width: 100%;
	  height: 100%;
	  border-radius: 50%;
	  transition: all 0.3s ease-in-out;
	}
	.dsn-swiper-circle .swiper-pagination-bullet::before {
	  background-color: var(--heading-color);
	  transform: scale(0.7);
	}
	.dsn-swiper-circle .swiper-pagination-bullet::after {
	  border: 1.5px solid var(--heading-color);
	  transform: scale(0.7);
	}
	.dsn-swiper-circle .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
	  transform: scale(0.4);
	}
	.dsn-swiper-circle .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
	  transform: scale(1);
	}

	.dsn-swiper .swiper-container-vertical {
	  height: 70vh;
	}

	.swiper-pagination:not(.dsn-swiper-circle, .dsn-swiper-img) .swiper-pagination-bullet {
	  width: 20px;
	  height: 2px;
	  border-radius: 0;
	  margin-right: 5px;
	  cursor: pointer;
	  background: var(--theme-color);
	  transition: transform 0.3s ease-in-out;
	}

	.swiper-pagination-bullets.swiper-pagination-horizontal {
	  width: auto;
	  bottom: 0;
	}

	.swiper-pagination-fraction {
	  width: auto !important;
	  position: relative !important;
	  bottom: auto !important;
	}

	.dsn-swiper-paginate {
	  align-items: center;
	}

	.e-container > .elementor-element.elementor-absolute.elementor-widget-dsn_arrow_nav.container, .elementor-widget-wrap > .elementor-element.elementor-absolute.elementor-widget-dsn_arrow_nav.container {
	  left: 0;
	  right: 0;
	}

	.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	  left: 0;
	  transform: none;
	}

	.prev-paginate, .next-paginate {
	  position: relative;
	  cursor: pointer;
	}
	.prev-paginate:not(.dsn-slid-normal), .next-paginate:not(.dsn-slid-normal) {
	  display: flex;
	  align-items: center;
	  padding: 4px 24px;
	  border: 1px solid var(--border-color);
	  border-radius: 31px;
	  font-size: 13px;
	  letter-spacing: 2px;
	}
	.prev-paginate:not(.dsn-slid-normal) .text-paginate, .next-paginate:not(.dsn-slid-normal) .text-paginate {
	  -webkit-user-select: none;
	  user-select: none;
	  font-weight: 500;
	}
	.prev-paginate:not(.dsn-slid-normal).prev-paginate, .next-paginate:not(.dsn-slid-normal).prev-paginate {
	  padding-left: 4px;
	}
	.prev-paginate:not(.dsn-slid-normal).next-paginate, .next-paginate:not(.dsn-slid-normal).next-paginate {
	  padding-right: 4px;
	}
	.prev-paginate .dsn-icon, .next-paginate .dsn-icon {
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  width: 60px;
	  height: 38px;
	  border-radius: 26px;
	}

	.prev-paginate:not(.dsn-slid-normal) .dsn-icon {
	  margin-right: 12px;
	}

	.next-paginate:not(.dsn-slid-normal) .dsn-icon {
	  margin-left: 12px;
	}

	.elementor-element .swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
	  bottom: auto;
	}

	.swiper-pagination.dsn-swiper-img .swiper-pagination-bullet {
	  width: 45px;
	  height: 45px;
	  background: transparent;
	  transform: none;
	  margin: 0 0 0 -10px;
	  opacity: 1;
	}
	.swiper-pagination.dsn-swiper-img .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
	  filter: brightness(50%);
	}
	.swiper-pagination.dsn-swiper-img .swiper-pagination-bullet.swiper-pagination-bullet-active {
	  position: relative;
	  z-index: 2;
	}
	.swiper-pagination.dsn-swiper-img .swiper-pagination-bullet, .swiper-pagination.dsn-swiper-img .swiper-pagination-bullet img {
	  border-radius: 50%;
	}

	@media only screen and (max-width: 575px) {
	  .prev-paginate:not(.dsn-slid-normal), .next-paginate:not(.dsn-slid-normal) {
		padding: 0;
		background-color: transparent;
		border: 0;
	  }
	  .prev-paginate:not(.dsn-slid-normal) .text-paginate, .next-paginate:not(.dsn-slid-normal) .text-paginate {
		display: none;
	  }
	}

	.hide-slide-shadow .swiper-slide-shadow {
	  display: none;
	}

	.dsn-swiper-paginate img {
	  height: auto;
	}

	.dsn-swiper .cover-bg-img {
	  height: 100%;
	}

	/*--------------------------------------------------------------
	## Header
	--------------------------------------------------------------*/
	/* -------------------------------------------------------
					   Header
	-------------------------------------------------------- */
	.link-project {
	  z-index: 15;
	  width: 150px;
	  height: 150px;
	  border-radius: 50%;
	  text-align: center;
	  line-height: 150px;
	  font-size: 13px;
	  letter-spacing: 1px;
	}
	.link-project:not(.load-more) {
	  right: 60px;
	  bottom: 60px;
	}
	.link-project svg {
	  width: 20px;
	  height: 20px;
	  display: inline-block;
	  vertical-align: middle;
	  fill: currentColor;
	  overflow: hidden;
	}
	@media only screen and (max-width: 767px) {
	  .link-project {
		display: none;
	  }
	}

	#dsn_header {
	  position: relative;
	  overflow: hidden;
	  --margin-padding: 120px;
	}
	#dsn_header .bg-blur-head img {
	  height: 100%;
	}
	#dsn_header .bg-blur-head:before {
	  z-index: 1;
	}
	#dsn_header .des_head strong, #dsn_header .des_head b {
	  color: var(--heading-color);
	}
	@media only screen and (min-width: 768px) {
	  #dsn_header:not(.dsn-full-header) #hero_image img {
		height: var(--dsn-head-height, 100%);
		margin-top: calc(var(--margin-padding) * -1);
		max-width: inherit;
		width: calc(100% + (var(--dsn-gap-container) * 2));
		margin-left: calc(var(--dsn-gap-container) * -1);
	  }
	}
	#dsn_header:not(.header-normal, .header-padding, .dsn-full-header) {
	  min-height: 100vh;
	}
	#dsn_header:not(.header-normal, .header-padding, .dsn-full-header) #hero_content {
	  padding-top: 80px;
	  padding-bottom: 80px;
	}
	@media only screen and (min-width: 768px) {
	  #dsn_header:not(.header-normal, .header-padding, .dsn-full-header) .entry-header, #dsn_header:not(.header-normal, .header-padding, .dsn-full-header) #hero_content {
		min-height: calc(100vh - (var(--margin-padding) * 2));
	  }
	}
	@media only screen and (max-width: 767px) {
	  #dsn_header:not(.header-normal, .header-padding, .dsn-full-header) {
		padding: 0;
	  }
	  #dsn_header:not(.header-normal, .header-padding, .dsn-full-header) .entry-header, #dsn_header:not(.header-normal, .header-padding, .dsn-full-header) #hero_content {
		min-height: 100vh;
	  }
	}
	#dsn_header.show-box-shadow:not(.header-normal) .entry-header:after {
	  content: "";
	  position: absolute;
	  width: 100%;
	}
	#dsn_header.header-normal {
	  padding-top: 180px;
	}
	@media only screen and (max-width: 1399px) {
	  #dsn_header.header-normal {
		padding-bottom: 160px;
	  }
	}
	@media only screen and (max-width: 991px) {
	  #dsn_header.header-normal {
		padding-bottom: 80px;
	  }
	}
	@media only screen and (max-width: 767px) {
	  #dsn_header.header-normal {
		height: auto;
		min-height: auto;
	  }
	  #dsn_header.header-normal .box-content {
		display: inline-flex;
		flex-direction: column;
		grid-column-gap: 15px;
		grid-row-gap: 15px;
	  }
	  #dsn_header.header-normal .box-content .title {
		order: 2;
		text-align: left;
	  }
	  #dsn_header.header-normal .box-content div {
		order: 1;
	  }
	  #dsn_header.header-normal .box-content div p {
		display: none;
	  }
	}
	#dsn_header.header-personal .sm-title-block {
	  font-family: var(--body-font);
	}
	#dsn_header.header-personal .img-text img {
	  width: 165px;
	  height: 100%;
	  margin-right: 10px;
	}
	@media only screen and (max-width: 575px) {
	  #dsn_header.header-personal .img-text img {
		display: none;
	  }
	}
	#dsn_header.header-personal .img-text .title-lg {
	  line-height: 1.1;
	}
	@media only screen and (max-width: 1399px) {
	  #dsn_header.header-personal .footer-head {
		padding-bottom: 20px;
	  }
	}
	#dsn_header.header-personal .footer-head .dsn-container {
	  padding-right: 50px;
	}

	.header-project .des_head {
	  z-index: 2;
	}
	@media only screen and (max-width: 767px) {
	  .header-project .des_head {
		padding-bottom: var(--margin-padding);
		margin-left: 0;
	  }
	  .header-project .des_head .ml-auto {
		margin-left: 0;
	  }
	}
	@media only screen and (max-width: 991px) {
	  .header-project .link-project {
		display: none;
	  }
	}
	.header-project .is-sub {
	  font-size: 14px;
	  line-height: 32px;
	}
	.header-project .is-sub span {
	  margin-right: 15px;
	}
	.header-project .arrow {
	  margin-bottom: 20px;
	}
	.header-project .arrow .icon svg {
	  fill: var(--heading-color);
	  width: 18px;
	  rotate: 90deg;
	}

	@media only screen and (max-width: 991px) {
	  .header-architecture .box-content.d-grid.grid-lg-2 {
		grid-column-gap: 15px;
		grid-row-gap: 15px;
	  }
	}
	@media only screen and (max-width: 991px) {
	  .header-architecture .box-img {
		width: 100%;
	  }
	}
	.header-architecture .box-img .reviews-box {
	  padding: 5px 30px;
	  border-radius: 30px;
	  font-size: 13px;
	  bottom: 30px;
	  left: 30px;
	  right: 30px;
	}
	.header-architecture .box-img .reviews-box span {
	  margin-right: 15px;
	  font-size: inherit;
	}
	.header-architecture .box-img .reviews-box p {
	  font-size: inherit;
	}
	.header-architecture .box-img .reviews-box .review-box-inner {
	  padding: 5px 15px 5px 5px;
	  border-radius: 30px;
	  height: -webkit-max-content;
	  height: max-content;
	  margin-right: 15px;
	}
	.header-architecture .box-img .reviews-box .review-box-inner img {
	  width: 30px;
	}
	.header-architecture .box-img .reviews-box .review-box-inner i {
	  color: #F1C644;
	  font-size: inherit;
	}
	.header-architecture .box-img .reviews-box .review-box-inner i:not(:last-of-type) {
	  margin-right: 5px;
	}
	@media only screen and (max-width: 575px) {
	  .header-architecture .box-img .reviews-box .review-box-inner {
		display: none;
	  }
	}
	@media only screen and (max-width: 575px) {
	  .header-architecture .box-img .reviews-box span {
		display: none;
	  }
	}
	@media only screen and (max-width: 575px) {
	  .header-architecture .box-img .reviews-box p {
		padding-left: 20px;
	  }
	}
	@media only screen and (max-width: 991px) {
	  .header-architecture .title-lg {
		flex-direction: unset;
	  }
	}
	@media only screen and (max-width: 575px) {
	  .header-architecture .title-lg {
		flex-direction: column;
	  }
	}
	@media only screen and (max-width: 991px) {
	  .header-architecture .title-lg span {
		margin: 0;
		margin-right: 10px;
		padding: 0;
		text-align: justify;
	  }
	}
	.header-architecture .title-lg span:last-of-type {
	  margin-left: 50%;
	}
	.header-architecture .title-lg span:nth-last-of-type(2) {
	  color: var(--bg-color);
	}
	@media only screen and (max-width: 991px) {
	  .header-architecture .title-lg span:nth-last-of-type(2) {
		background-color: transparent;
		color: var(--heading-color);
	  }
	}
	@media only screen and (max-width: 991px) {
	  .header-architecture .title-lg span:last-of-type {
		margin: 0;
	  }
	}

	@media only screen and (max-width: 991px) {
	  .footer-head {
		display: none;
	  }
	}

	.header-photography {
	  height: 100vh;
	  overflow: hidden;
	}
	.header-photography.preview {
	  height: -webkit-max-content;
	  height: max-content;
	}
	.header-photography.preview .grid {
	  transform: rotate(0deg);
	  grid-template-rows: repeat(2, 1fr);
	  height: 100%;
	  padding: 60px 0;
	}
	.header-photography.preview .row {
	  display: flex;
	}
	.header-photography.preview .row__item-img {
	  position: relative;
	}
	.header-photography.preview .row__item-img img {
	  width: auto;
	  height: 400px;
	}
	@media only screen and (max-width: 991px) {
	  .header-photography.preview .row__item-img img {
		height: auto;
	  }
	}
	.header-photography .frame {
	  padding: 2rem 3rem;
	  display: grid;
	  grid-row-gap: 1rem;
	  grid-column-gap: 2rem;
	  pointer-events: none;
	  justify-items: start;
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	  grid-template-columns: 1fr;
	  grid-template-rows: auto auto;
	  transition: opacity 0.3s;
	}
	.header-photography .grid {
	  gap: 1rem;
	  flex: none;
	  position: relative;
	  width: 200vw;
	  height: 150vh;
	  display: grid;
	  grid-template-rows: repeat(5, 1fr);
	  grid-template-columns: 100%;
	  transform: rotate(-15deg);
	  transform-origin: center center;
	}
	.header-photography .row {
	  display: grid;
	  gap: 1rem;
	  grid-template-columns: repeat(7, 1fr);
	  will-change: transform, filter;
	}
	.header-photography .row__item {
	  position: relative;
	}
	.header-photography .row__item-inner {
	  position: relative;
	  width: 100%;
	  height: 100%;
	  overflow: hidden;
	  border-radius: 10px;
	}
	.header-photography .row__item-img {
	  width: 100%;
	  height: 100%;
	  background-size: cover;
	  background-position: 50% 50%;
	  position: absolute;
	  top: 0;
	  left: 0;
	}
	.header-photography h3 {
	  line-height: 120px;
	}
	.header-photography h3 a {
	  position: relative;
	  font-size: inherit;
	  width: 90px;
	  height: 90px;
	  margin-inline: 15px 20px;
	  border-radius: 50%;
	  background: var(--heading-color);
	  transition: 0.15s ease-out;
	  transition-property: background, transform;
	  cursor: pointer;
	  border: 3px solid var(--heading-color);
	}
	.header-photography h3 a svg {
	  width: 20%;
	  flex-shrink: 0;
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  transition: 0.15s ease-in-out;
	  transition-property: transform, opacity;
	}
	.header-photography h3 a svg path {
	  stroke: var(--bg-color);
	}
	.header-photography h3 a svg.arrow-1 {
	  opacity: 1;
	  transform: translate(-50%, -50%);
	}
	.header-photography h3 a svg.arrow-2 {
	  opacity: 0;
	  transform: translate(-50%, -80%);
	}
	.header-photography h3 a svg.arrow-2 path {
	  stroke: var(--heading-color);
	}
	.header-photography h3 a:hover {
	  background-color: transparent;
	  transform: scale(1.1);
	}
	.header-photography h3 a:hover .arrow-1 {
	  opacity: 0;
	  transform: translate(-50%, -20%);
	}
	.header-photography h3 a:hover .arrow-2 {
	  opacity: 1;
	  transform: translate(-50%, -50%);
	  transition-delay: 0.05s;
	}
	.header-photography .reviews-box {
	  padding: 5px;
	  border-radius: 30px;
	  font-size: 13px;
	}
	.header-photography .reviews-box span {
	  margin-right: 15px;
	  font-size: inherit;
	}
	.header-photography .reviews-box p {
	  font-size: inherit;
	}
	.header-photography .reviews-box .review-box-inner {
	  padding: 5px 15px 5px 5px;
	  border-radius: 30px;
	  height: -webkit-max-content;
	  height: max-content;
	  margin-right: 15px;
	}
	.header-photography .reviews-box .review-box-inner img {
	  width: 30px;
	}
	.header-photography .reviews-box .review-box-inner i {
	  color: #F1C644;
	  font-size: inherit;
	}
	.header-photography .reviews-box .review-box-inner i:not(:last-of-type) {
	  margin-right: 5px;
	}
	@media only screen and (max-width: 575px) {
	  .header-photography .reviews-box .review-box-inner {
		display: none;
	  }
	}
	@media only screen and (max-width: 575px) {
	  .header-photography .reviews-box span {
		display: none;
	  }
	}
	@media only screen and (max-width: 575px) {
	  .header-photography .reviews-box p {
		padding-left: 20px;
	  }
	}

	.header-personal .social-box {
	  padding: 20px;
	}
	.header-personal .social-box p {
	  border-right: 1px solid var(--border-color);
	  padding-right: 30px;
	  margin-right: 30px;
	}
	@media only screen and (max-width: 575px) {
	  .header-personal .social-box p {
		display: none;
	  }
	}
	@media only screen and (max-width: 991px) {
	  .header-personal .box-img, .header-personal .content-text {
		width: 100%;
	  }
	}
	@media only screen and (max-width: 991px) {
	  .header-personal {
		padding-top: 120px;
		padding-bottom: 120px;
	  }
	}

	.header-corporate {
	  position: relative;
	  overflow: hidden;
	}
	.header-corporate .content .title-lg {
	  line-height: 130px;
	}
	@media only screen and (max-width: 991px) {
	  .header-corporate .content .title-lg {
		line-height: 110px;
	  }
	}
	@media only screen and (max-width: 767px) {
	  .header-corporate .content .title-lg {
		display: block;
	  }
	}
	@media only screen and (max-width: 575px) {
	  .header-corporate .content .title-lg {
		line-height: 70px;
	  }
	}
	.header-corporate .content .title-lg span {
	  font-weight: 600;
	}
	.header-corporate .content .title-lg span:first-of-type {
	  font-weight: 200;
	}
	@media only screen and (max-width: 767px) {
	  .header-corporate .content .title-lg span:first-of-type {
		font-weight: 600;
	  }
	}
	.header-corporate .content .title-lg span:last-of-type {
	  position: relative;
	  left: 400px;
	}
	@media only screen and (max-width: 767px) {
	  .header-corporate .content .title-lg span:last-of-type {
		left: auto;
	  }
	}
	.header-corporate .content .description {
	  position: relative;
	  max-width: 380px;
	  margin-top: -60px;
	}
	@media only screen and (max-width: 767px) {
	  .header-corporate .content .description {
		margin-top: 15px;
	  }
	}
	@media only screen and (max-width: 575px) {
	  .header-corporate .footer-head {
		display: none;
	  }
	}

	@media only screen and (max-width: 991px) {
	  .header-page .box-content {
		width: 100%;
	  }
	}
	.header-page .title-lg {
	  font-size: 200px;
	}
	@media only screen and (max-width: 991px) {
	  .header-page .title-lg {
		font-size: 100px;
		text-align: left;
	  }
	}
	.header-page .contact-links a {
	  padding-bottom: 20px;
	  border-bottom: 1px solid var(--border-color);
	}
	.header-page .contact-links a:not(:last-of-type) {
	  margin-bottom: 20px;
	}
	.header-page .contact-links a .icon svg {
	  fill: var(--heading-color);
	  width: 12px;
	  height: 12px;
	}
	@media only screen and (max-width: 991px) {
	  .header-page .contact-links {
		margin-left: 0;
	  }
	}
	.header-page .breadcrumbs {
	  font-weight: 500;
	  letter-spacing: 2px;
	}
	.header-page .breadcrumbs .breadcrumbs_delimiter {
	  display: inline-block;
	  position: relative;
	  margin: 0 0.45em;
	  vertical-align: top;
	  text-align: center;
	}
	.header-page .breadcrumbs .breadcrumbs_delimiter:before {
	  content: "/";
	}

	.header-project .box-img + .p-relative {
	  z-index: 1;
	}

	.header-project.h-100-v, .header-personal.h-100-v, .header-architecture {
	  height: 100vh;
	}

	/* -------------------------------------------------------

	-------------------------------------------------------- */
	/*--------------------------------------------------------------
	## pages
	--------------------------------------------------------------*/
	/* -------------------------------------------------------
					   09 - Slider
	-------------------------------------------------------- */
	.main-slider {
	  /**
		Animation
	   */
	}
	.main-slider {
	  height: 100vh;
	}
	.main-slider, .main-slider .content-slider {
	  position: relative;
	  width: 100%;
	}
	.main-slider.hide-bg .bg-container {
	  opacity: 0;
	}
	.box-shadow-head .main-slider .content-slider:after {
	  content: "";
	  position: absolute;
	  width: 100%;
	  left: 0;
	  bottom: 0;
	  box-shadow: 1px 0 31px 45px var(--assistant-color);
	  z-index: 1;
	}
	.main-slider .bg-three-js .swiper-container {
	  opacity: 0;
	}
	.main-slider .bg-three-js.bg-container:after, .main-slider .bg-three-js:before {
	  z-index: 11;
	  pointer-events: none;
	}
	.main-slider .bg-three-js canvas {
	  position: absolute;
	  top: 0;
	  left: 0;
	  z-index: 10;
	  pointer-events: none;
	}
	.dsn-slider-width-circle .main-slider {
	  overflow: hidden;
	}
	@media only screen and (min-width: 992px) {
	  .dsn-slider-width-circle .main-slider:after {
		content: "";
		position: absolute;
		width: 70vw;
		height: 70vw;
		border: 2px solid var(--border-color);
		border-radius: 50%;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		z-index: 11;
		pointer-events: none;
		opacity: 0.25;
		max-width: calc(1200px + var(--dsn-gap-container));
		max-height: calc(1200px + var(--dsn-gap-container));
	  }
	}
	.dsn-section-padding .main-slider:before {
	  content: "";
	  position: absolute;
	  left: 0;
	  top: 50%;
	  height: 50%;
	  width: 100%;
	  background-color: var(--assistant-color);
	}
	@media only screen and (min-width: 992px) {
	  .half-right .main-slider .bg-container, .half-right .main-slider .dsn-slider-content, .half-left .main-slider .bg-container, .half-left .main-slider .dsn-slider-content {
		width: 50%;
	  }
	  .half-right.dsn-section-padding .main-slider .dsn-slider-content {
		padding-left: 0;
	  }
	  .half-left.dsn-section-padding .main-slider .dsn-slider-content {
		padding-right: 0;
	  }
	  .half-right .main-slider .bg-container {
		right: 0;
	  }
	  .half-left .main-slider .dsn-slider-content {
		left: 50%;
	  }
	}
	.main-slider .dsn-slider-content {
	  pointer-events: none;
	  z-index: 5;
	}
	.main-slider .dsn-slider-content .is-sub {
	  font-size: 14px;
	  line-height: 32px;
	}
	.main-slider .dsn-slider-content .is-sub span {
	  margin-right: 15px;
	}
	.main-slider .dsn-slider-content .arrow {
	  margin-bottom: 20px;
	}
	.main-slider .dsn-slider-content .arrow .icon svg {
	  fill: var(--heading-color);
	  width: 18px;
	  rotate: 90deg;
	}
	.main-slider .dsn-slider-content .title {
	  margin-bottom: 20px;
	}
	.main-slider .dsn-slider-content .description.max-w570 {
	  max-width: 350px;
	}
	.main-slider .dsn-slider-content .swiper-animate-head {
	  transition: 0.5s;
	}
	.main-slider .dsn-slider-content .slide-content.dsn-active {
	  z-index: 1;
	  pointer-events: auto;
	}
	.main-slider .dsn-slider-content .slide-content:not(.dsn-active) {
	  z-index: 0;
	  pointer-events: none;
	}
	.main-slider .dsn-slider-content .slide-content:not(.dsn-active) .dsn-chars-wrapper, .main-slider .dsn-slider-content .slide-content:not(.dsn-active) [data-dsn-split=chars], .main-slider .dsn-slider-content .slide-content:not(.dsn-active) .swiper-animate-head {
	  opacity: 0;
	  visibility: hidden;
	}
	.main-slider .dsn-slider-content .slide-content:not(.dsn-active) .title .icon-circle {
	  width: 0;
	}
	.main-slider .dsn-slider-content .circle-before.mt-10:before {
	  margin-top: 5px;
	}
	.main-slider .dsn-slider-content .circle-before.mb-10:before {
	  margin-top: -5px;
	}
	.main-slider .dsn-slider-content .title, .main-slider .dsn-slider-content .description, .main-slider .dsn-slider-content .dsn-btn {
	  pointer-events: auto;
	  margin-right: 15px;
	}
	.main-slider .dsn-slider-content .head-meta:not(.border-bottom, .border-top) {
	  margin-top: 0;
	  margin-bottom: 0;
	}
	.main-slider .dsn-slider-content .dsn-def-btn .line-shape .dsn-icon {
	  display: none;
	}
	.main-slider .dsn-slider-content.justify-content-center .head-meta {
	  justify-content: center;
	}
	.main-slider .dsn-slider-content .slide-content .swiper-animate-head, .main-slider .dsn-slider-content .slide-content .head-meta span, .main-slider .dsn-slider-content .slide-content .circle-before:before {
	  transition: 1.2s cubic-bezier(0.19, 1, 0.22, 1);
	  transition-delay: calc(100ms * var(--item-index) + 1ms);
	}
	.main-slider .dsn-slider-content .slide-content:not(.dsn-active-animate) .head-meta span, .main-slider .dsn-slider-content .slide-content:not(.dsn-active-animate) p.description, .main-slider .dsn-slider-content .slide-content:not(.dsn-active-animate) .dsn-def-btn {
	  opacity: 0;
	}
	.main-slider .dsn-slider-content .slide-content:not(.dsn-active-animate) .circle-before:before {
	  transform: scale(0);
	}
	.main-slider .dsn-slider-content .slide-content:not(.dsn-active-animate) .head-meta.mb-20 span {
	  transform: translateY(-50%);
	}
	.main-slider .dsn-slider-content .slide-content:not(.dsn-active-animate) .head-meta.mt-20 span, .main-slider .dsn-slider-content .slide-content:not(.dsn-active-animate) p.description, .main-slider .dsn-slider-content .slide-content:not(.dsn-active-animate) .dsn-def-btn {
	  transform: translateY(50%);
	}
	@media only screen and (min-width: 992px) {
	  .half-right .main-slider .dsn-slider-content .slide-content .title, .main-slider .dsn-slider-content .slide-content .half-left .title {
		font-size: 55px;
		line-height: 65px;
	  }
	}
	.main-slider .control-nav .swiper-slide:not(.swiper-slide-active) svg {
	  opacity: 0;
	}
	.main-slider .control-nav .btn-all {
	  border-style: solid;
	  border-width: 1px 1px 1px 1px;
	  padding: 10px 30px;
	  border-radius: 50px;
	}
	.main-slider .control-nav .swiper-notification {
	  display: none;
	}
	@media only screen and (max-width: 767px) {
	  .main-slider .dsn-pagination,
	.main-slider .dsn-swiper-paginate {
		display: none;
	  }
	}
	.main-slider .dsn-swiper-paginate > .swiper-pagination-vertical.swiper-pagination-bullets {
	  width: 20px;
	  right: 40px;
	}
	.main-slider .progress-nav {
	  position: relative;
	  bottom: 40px;
	  width: calc(100% - 500px);
	  height: 44.5px;
	  z-index: 22;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	}
	@media only screen and (max-width: 991px) {
	  .main-slider .progress-nav {
		width: 100%;
	  }
	}
	.main-slider .progress-nav .progress-w {
	  position: relative;
	  width: 100%;
	  height: 2px;
	  background-color: var(--border-color);
	  border-radius: 4px;
	}
	.main-slider .progress-nav .progress-w-after {
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 0;
	  height: 100%;
	  background-color: var(--heading-color);
	}
	.main-slider .bottom-slider {
	  position: absolute;
	  bottom: 40px;
	}
	@media only screen and (max-width: 991px) {
	  .main-slider .bottom-slider {
		bottom: 20px;
	  }
	}
	.main-slider .dsn-nex-prev {
	  position: absolute;
	  bottom: 0;
	  right: 0;
	  z-index: 22;
	  width: 500px;
	  height: 190px;
	  overflow: hidden;
	  --width-box: 200px;
	}
	@media only screen and (max-width: 991px) {
	  .main-slider .dsn-nex-prev {
		display: none;
	  }
	}
	.main-slider .dsn-nex-prev .prev,
	.main-slider .dsn-nex-prev .next {
	  position: relative;
	  cursor: pointer;
	}
	.main-slider .dsn-nex-prev .prev,
	.main-slider .dsn-nex-prev .prev *,
	.main-slider .dsn-nex-prev .next,
	.main-slider .dsn-nex-prev .next * {
	  transition: 0.8s;
	}
	.main-slider .dsn-nex-prev .prev h5,
	.main-slider .dsn-nex-prev .next h5 {
	  position: absolute;
	  font-weight: bold;
	  width: 100%;
	  z-index: 2;
	  font-family: var(--body-font);
	  text-align: center;
	}
	.main-slider .dsn-nex-prev .prev .dsn-slide,
	.main-slider .dsn-nex-prev .next .dsn-slide {
	  position: absolute;
	  width: 100%;
	  height: 100%;
	  left: 0;
	  top: 0;
	}
	.main-slider .dsn-nex-prev .prev .dsn-slide:not(.dsn-active),
	.main-slider .dsn-nex-prev .next .dsn-slide:not(.dsn-active) {
	  opacity: 0;
	}
	.main-slider .dsn-nex-prev .prev .dsn-slide .image-bg,
	.main-slider .dsn-nex-prev .next .dsn-slide .image-bg {
	  position: absolute;
	  width: 100%;
	  height: 100%;
	}
	.main-slider .dsn-nex-prev .prev .dsn-slide .sm-title-block,
	.main-slider .dsn-nex-prev .next .dsn-slide .sm-title-block {
	  z-index: 2;
	}
	.main-slider .dsn-nex-prev .prev:not(.dsn-active),
	.main-slider .dsn-nex-prev .next:not(.dsn-active) {
	  width: var(--width-box);
	}
	.main-slider .dsn-nex-prev .prev:not(.dsn-active) .image-bg,
	.main-slider .dsn-nex-prev .next:not(.dsn-active) .image-bg {
	  opacity: 0;
	}
	.main-slider .dsn-nex-prev .prev:not(.dsn-active) h5,
	.main-slider .dsn-nex-prev .next:not(.dsn-active) h5 {
	  bottom: 50%;
	  transform: translateY(50%);
	  padding-bottom: 20px;
	  font-weight: 500;
	  font-size: 15px;
	}
	.main-slider .dsn-nex-prev .prev:not(.dsn-active) .sm-title-block,
	.main-slider .dsn-nex-prev .next:not(.dsn-active) .sm-title-block {
	  padding-top: 20px;
	}
	.main-slider .dsn-nex-prev .prev.dsn-active,
	.main-slider .dsn-nex-prev .next.dsn-active {
	  width: calc(100% - var(--width-box));
	}
	.main-slider .dsn-nex-prev .prev.dsn-active .sm-title-block,
	.main-slider .dsn-nex-prev .next.dsn-active .sm-title-block {
	  color: #fff;
	}
	.main-slider .dsn-nex-prev .prev.dsn-active h5,
	.main-slider .dsn-nex-prev .next.dsn-active h5 {
	  bottom: 0;
	  font-size: 117px;
	  line-height: 0.6;
	  color: var(--bg-color);
	}
	.main-slider .control-num {
	  position: absolute;
	  bottom: 120px;
	  right: 70px;
	  z-index: 3;
	  line-height: 1.1;
	}
	.main-slider .control-num span {
	  font-size: 11vw;
	  font-weight: 500;
	  color: var(--heading-color);
	  transform: scale3d(1, 1.15, 1.15);
	  opacity: 0.1;
	}

	/* -------------------------------------------------------
					   portfolio
	-------------------------------------------------------- */
	.dsn-posts .h-350 {
	  height: 350px;
	}
	.dsn-cards .dsn-posts .dsn-item-post .box-image-bg.h-350 {
	  height: 350px;
	}
	.work-scroll .dsn-posts .dsn-item-post {
	  border-radius: 15px;
	}
	.work-scroll .dsn-posts .dsn-item-post .post-info {
	  flex-wrap: wrap;
	  gap: 10px;
	}
	.work-scroll .dsn-posts .dsn-item-post .img-cat .box-image-bg {
	  height: 500px;
	}
	.work-scroll .dsn-posts .dsn-item-post .dsn-btn-shape {
	  justify-self: flex-end;
	}
	.work-scroll .dsn-posts .dsn-item-post .post-content {
	  position: absolute;
	  bottom: 30px;
	  left: 30px;
	  right: 30px;
	  padding: 20px;
	  border-radius: 5px;
	}
	.work-scroll .dsn-posts .dsn-item-post .post-content .cat {
	  padding: 0;
	}
	.dsn-cards-post .dsn-posts .post-item {
	  border-top-right-radius: 0;
	}
	.dsn-cards-post .dsn-posts .post-item.has-height {
	  height: 480px;
	}
	.dsn-cards-post .dsn-posts .post-item .content {
	  padding: 20px;
	}
	.dsn-cards-post .dsn-posts .post-item .content.pb-0 {
	  padding-bottom: 0;
	}
	.dsn-cards-post .dsn-posts .post-item .content .date {
	  font-size: 13px;
	}
	.dsn-cards-post-2 .dsn-posts .post-item .box-img {
	  height: 450px;
	}
	.dsn-cards-post-2 .dsn-posts .post-item .content .sm-title-block {
	  font-size: 18px;
	}
	.dsn-cards-post-2 .dsn-posts .post-item .content .date {
	  font-size: 13px;
	}
	.dsn-cards-post-2 .dsn-posts .post-item .content .date::after {
	  content: "--";
	  margin-left: 15px;
	}
	.dsn-cards-post-2 .dsn-posts .post-item .content .cat {
	  font-size: 13px;
	}
	.dsn-style-list .dsn-posts .box-content {
	  border-style: var(--heading-color);
	}
	.dsn-style-list .dsn-posts .box-content .box-image-link {
	  position: relative;
	}
	@media only screen and (min-width: 992px) {
	  .dsn-style-list .dsn-posts .box-content {
		display: grid;
		grid-template-columns: 40% 60%;
		grid-column-gap: 50px;
	  }
	  .dsn-style-list .dsn-posts .box-content .post-content {
		align-self: center;
	  }
	}
	@media only screen and (max-width: 991px) {
	  .dsn-style-list .dsn-posts .box-content {
		flex-direction: column;
	  }
	  .dsn-style-list .dsn-posts .box-content .box-image-link + .post-content {
		padding-top: 30px;
	  }
	}
	.dsn-style-list .dsn-posts .dsn-item-post:not(:last-of-type) {
	  border-bottom: 1px solid var(--border-color);
	  padding-bottom: 30px;
	  margin-bottom: 30px;
	}
	.dsn-style-list .dsn-posts .dsn-item-post .box-img {
	  height: 185px;
	}
	@media only screen and (max-width: 767px) {
	  .dsn-style-list .dsn-posts .dsn-item-post .box-img {
		height: 300px;
	  }
	}
	.dsn-style-list .dsn-posts .dsn-item-post .article-meta {
	  grid-column-gap: 10px;
	  grid-row-gap: 10px;
	  align-items: center;
	  display: flex;
	}
	@media only screen and (max-width: 767px) {
	  .dsn-style-list .dsn-posts .dsn-item-post .article-meta {
		margin-top: 10px;
	  }
	}
	.dsn-style-list .dsn-posts .dsn-item-post .article-meta .dot {
	  background-color: var(--heading-color);
	  border-radius: 50%;
	  width: 5px;
	  height: 5px;
	}
	.dsn-style-list .dsn-posts .dsn-item-post .dsn-btn-shape {
	  position: absolute;
	  bottom: 0;
	  right: 15px;
	}
	@media only screen and (min-width: 992px) {
	  .dsn-style-list .dsn-posts .box-content {
		grid-column-gap: 0 !important;
	  }
	  .dsn-style-list .dsn-posts .box-content .post-content {
		padding: 30px;
		justify-content: space-between;
		height: 100%;
	  }
	}
	.dsn-style-list.dsn-image-right .dsn-posts .box-image-link, .dsn-style-list.dsn-image-odd .dsn-posts .dsn-item-post:nth-child(even) .box-image-link {
	  order: 2;
	}
	@media only screen and (min-width: 992px) {
	  .dsn-style-list.dsn-image-odd .dsn-posts .dsn-item-post:nth-child(even) .box-image-link {
		order: 2;
	  }
	  .dsn-style-list.dsn-image-odd .dsn-posts .dsn-item-post:nth-child(even) .post-content {
		justify-self: end;
	  }
	}
	@media only screen and (max-width: 991px) {
	  .dsn-style-list.dsn-image-odd .dsn-posts .dsn-item-post .box-image-link {
		order: 0 !important;
	  }
	}

	.root-posts .dsn-posts-el.type-p-nav {
	  padding-top: var(--dsn-row-item);
	  margin-top: var(--dsn-row-item);
	}
	.root-posts .dsn-posts-el.type-p-nav .type-p-nav {
	  padding: 0;
	  border: 0;
	}

	.dsn-filtering {
	  display: flex;
	}

	.filtering-t {
	  z-index: 2;
	}
	.filtering-t .filtering-wrap .filter-title {
	  margin: 0 0 12px;
	  text-transform: uppercase;
	  font-size: 18px;
	  letter-spacing: 2px;
	}
	.filtering-t .filtering-wrap .filtering button {
	  color: var(--heading-color);
	  width: auto;
	  margin-right: 10px;
	  font-size: 14px;
	  font-weight: 400;
	  cursor: pointer;
	  transition: all 0.3s ease-in-out;
	  letter-spacing: 2px;
	  text-transform: uppercase;
	}
	.filtering-t .filtering-wrap .filtering button:not(:last-of-type):after {
	  content: "/";
	  position: absolute;
	  margin: 0 2px;
	  color: var(--heading-color);
	}
	.filtering-t .filtering-wrap .filtering button.active {
	  color: var(--theme-color);
	}
	@media only screen and (max-width: 575px) {
	  .filtering-t .filtering-wrap .filtering button {
		padding-top: 0;
		padding-bottom: 10px;
		margin: 0 10px 10px 0;
	  }
	}

	.cat {
	  padding: 0 15px 10px;
	  border-bottom-left-radius: 15px;
	}
	.cat.background-section svg {
	  fill: var(--assistant-color);
	}
	.cat.p-0 {
	  padding: 0;
	}
	.cat svg {
	  position: absolute;
	  width: 40px;
	  height: 40px;
	  fill: var(--bg-color);
	}
	.cat svg.top-svg {
	  top: -1px;
	  left: 1px;
	  transform: translateX(-100%);
	}
	.cat svg.bottom-svg {
	  bottom: 1px;
	  right: -1px;
	  transform: translatey(100%);
	}
	.cat span {
	  padding: 5px 10px;
	  border-radius: 30px;
	  font-size: 13px;
	}
	.cat span:not(:last-of-type) {
	  margin-right: 8px;
	}

	.dsn-style-hover-list {
	  --opacity: 0.5;
	}
	.dsn-style-hover-list .work-item {
	  position: relative;
	  grid-column-gap: 10px;
	  grid-row-gap: 10px;
	  padding-bottom: 30px;
	  border-bottom: 1px solid var(--border-color);
	  transition: padding 1s;
	  overflow: hidden;
	}
	@media only screen and (max-width: 767px) {
	  .dsn-style-hover-list .work-item {
		display: block;
		padding-bottom: 0;
		border: 0;
	  }
	}
	.dsn-style-hover-list .work-item .years {
	  font-size: 13px;
	  color: var(--heading-color);
	}
	@media only screen and (max-width: 767px) {
	  .dsn-style-hover-list .work-item .years {
		display: none;
	  }
	}
	.dsn-style-hover-list .work-item:not(:first-of-type) {
	  padding-top: 30px;
	}
	.dsn-style-hover-list .work-item .title {
	  position: relative;
	  overflow: hidden;
	}
	@media only screen and (max-width: 767px) {
	  .dsn-style-hover-list .work-item .title {
		margin-bottom: 15px;
	  }
	}
	.dsn-style-hover-list .work-item .title span, .dsn-style-hover-list .work-item .title:before {
	  transition: 0.8s cubic-bezier(0.65, 0, 0.076, 1);
	  transform-origin: 0 center;
	}
	.dsn-style-hover-list .work-item .title[data-animate-text]:before {
	  position: absolute;
	  content: attr(data-animate-text);
	  width: 100%;
	  height: 100%;
	  left: 0;
	  top: 0;
	  transform: rotateZ(7deg);
	  opacity: 0;
	}
	.dsn-style-hover-list .work-item .hover-reveal {
	  position: absolute;
	  top: 85%;
	  right: 0;
	  left: auto;
	  height: 80%;
	  opacity: 1;
	  transition: 0.8s cubic-bezier(0.65, 0, 0.076, 1);
	}
	@media only screen and (max-width: 767px) {
	  .dsn-style-hover-list .work-item .hover-reveal {
		display: block;
		position: relative;
		width: 100%;
		height: 400px;
		top: auto;
		transform: none;
		margin-top: 15px;
	  }
	}
	.dsn-style-hover-list .work-item .hover-reveal img {
	  border-radius: 5px;
	  object-fit: cover;
	}
	.dsn-style-hover-list .work-item:hover .hover-reveal {
	  top: 10%;
	}
	.dsn-style-hover-list .work-item:hover {
	  padding-left: 30px;
	}
	.dsn-style-hover-list .work-item:hover .title span {
	  background-size: 100% 100%;
	}
	.dsn-style-hover-list .work-item:hover .title[data-animate-text] > span {
	  transform: rotateZ(-7deg);
	  opacity: 0;
	}
	.dsn-style-hover-list .work-item:hover .title[data-animate-text]:before {
	  transform: none;
	  opacity: 1;
	}
	@media only screen and (max-width: 767px) {
	  .dsn-style-hover-list .work-item:hover {
		padding-left: 0;
	  }
	}
	.dsn-style-hover-list .hover-reveal {
	  position: fixed;
	  width: 200px;
	  height: 300px;
	  top: 0;
	  left: 0;
	  pointer-events: none;
	  opacity: 0;
	}
	.dsn-style-hover-list .hover-reveal__inner,
	.dsn-style-hover-list .hover-reveal__img {
	  width: 100%;
	  height: 100%;
	  position: relative;
	}
	.dsn-style-hover-list .hover-reveal__deco {
	  width: 100%;
	  height: 100%;
	  position: absolute;
	  top: 0;
	  left: 0;
	  background-color: var(--theme-color);
	}
	.dsn-style-hover-list .hover-reveal__img {
	  background-size: cover;
	  background-position: 50% 50%;
	}

	.work-photography {
	  position: relative;
	}
	.work-photography .dsn-item-post .box-image-bg img {
	  height: 70vh;
	}
	@media only screen and (max-width: 575px) {
	  .work-photography .dsn-item-post .box-image-bg img {
		height: 50vh;
	  }
	}
	@media only screen and (max-width: 767px) {
	  .work-photography .dsn-item-post .post-info {
		margin-top: 30px;
		grid-column-gap: 10px;
		grid-row-gap: 10px;
	  }
	}
	.work-photography .dsn-item-post .post-content {
	  transition: all 0.7s ease-in-out;
	}
	.work-photography .dsn-item-post .post-content .title {
	  transition: all 0.22s ease-in-out;
	  margin-top: -40px;
	}
	@media only screen and (max-width: 767px) {
	  .work-photography .dsn-item-post .post-content .title {
		margin-top: 0;
	  }
	}
	.work-photography .dsn-item-post .post-content .dsn-btn,
	.work-photography .dsn-item-post .post-content .cat {
	  transition: all 0.8s ease-in-out;
	}
	@media only screen and (max-width: 767px) {
	  .work-photography .dsn-item-post .post-content .dsn-btn,
	.work-photography .dsn-item-post .post-content .cat {
		text-align: center;
		justify-content: center;
	  }
	}
	@media only screen and (max-width: 767px) {
	  .work-photography .dsn-item-post .post-content .dsn-btn {
		margin-right: auto;
		margin-top: 10px;
	  }
	}

	.work-horizontal .prev-paginate,
	.work-horizontal .next-paginate,
	.work-photography .prev-paginate,
	.work-photography .next-paginate {
	  padding: 0;
	  border: 0;
	  padding: 0;
	  position: absolute;
	  top: 50%;
	  transform: translateY(-60%);
	  z-index: 1;
	}
	.work-horizontal .prev-paginate .dsn-icon,
	.work-horizontal .next-paginate .dsn-icon,
	.work-photography .prev-paginate .dsn-icon,
	.work-photography .next-paginate .dsn-icon {
	  -webkit-backdrop-filter: blur(8px);
			  backdrop-filter: blur(8px);
	  background-color: rgba(255, 255, 255, 0.09);
	  border: 1px solid rgba(251, 251, 251, 0.18);
	  height: 200px;
	  border-radius: 10px;
	}
	@media only screen and (max-width: 767px) {
	  .work-horizontal .prev-paginate,
	.work-horizontal .next-paginate,
	.work-photography .prev-paginate,
	.work-photography .next-paginate {
		display: none;
	  }
	}
	.work-horizontal .prev-paginate,
	.work-photography .prev-paginate {
	  left: 30px;
	}
	.work-horizontal .next-paginate,
	.work-photography .next-paginate {
	  right: 30px;
	}

	.flexibly-hover {
	  display: flex;
	}
	.flexibly-hover .grid-item {
	  position: relative;
	  flex-grow: 1;
	  flex-basis: 0;
	}
	.flexibly-hover .grid-item,
	.flexibly-hover .grid-item * {
	  transition: 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	}
	.flexibly-hover .grid-item:not(:hover) .post-content {
	  opacity: 0;
	}
	.flexibly-hover .grid-item:hover {
	  flex-grow: 4.3;
	}
	.flexibly-hover .grid-item:hover .post-content {
	  transition-delay: 0.3s;
	}

	.work-massonary .dsn-posts {
	  display: flex;
	  justify-content: space-between;
	  flex-wrap: wrap;
	}
	.work-massonary .dsn-item-post:nth-of-type(7n + 1), .work-massonary .dsn-item-post:nth-of-type(7n + 4), .work-massonary .dsn-item-post:nth-of-type(7n + 5) {
	  width: calc(60% - 15px);
	}
	@media only screen and (max-width: 767px) {
	  .work-massonary .dsn-item-post:nth-of-type(7n + 1), .work-massonary .dsn-item-post:nth-of-type(7n + 4), .work-massonary .dsn-item-post:nth-of-type(7n + 5) {
		width: 100%;
	  }
	}
	.work-massonary .dsn-item-post:nth-of-type(7n + 2), .work-massonary .dsn-item-post:nth-of-type(7n + 3), .work-massonary .dsn-item-post:nth-of-type(7n + 6) {
	  width: calc(40% - 15px);
	}
	@media only screen and (max-width: 767px) {
	  .work-massonary .dsn-item-post:nth-of-type(7n + 2), .work-massonary .dsn-item-post:nth-of-type(7n + 3), .work-massonary .dsn-item-post:nth-of-type(7n + 6) {
		width: 100%;
	  }
	}
	.work-massonary .dsn-item-post:nth-of-type(7n + 7) {
	  width: 100%;
	}

	@media only screen and (max-width: 991px) {
	  .work-massonary-grid .dsn-item-post {
		width: 100%;
	  }
	}
	.work-massonary-grid .dsn-item-post:not(:first-of-type) {
	  margin-top: 30px;
	}

	/* -------------------------------------------------------
					   Blog
	-------------------------------------------------------- */
	.root-blog {
	  counter-reset: compteListe;
	}
	.root-blog .type-p-nav {
	  margin-top: var(--blog-g, 50px);
	}
	.root-blog .blog-item {
	  padding-left: 60px;
	  padding-top: var(--blog-g, 50px);
	  padding-bottom: var(--blog-g, 50px);
	}
	.root-blog .blog-item:last-of-type {
	  border-bottom: 0;
	  padding-bottom: 0;
	}
	.root-blog .blog-item:first-of-type {
	  padding-top: 0;
	}
	@media only screen and (min-width: 992px) {
	  .root-blog .blog-item .blog-item-inner {
		display: flex;
	  }
	}
	.root-blog .blog-item .blog-item-inner::before {
	  counter-increment: compteListe 1;
	  color: var(--heading-color);
	  content: "/ " counter(compteListe);
	  position: absolute;
	  left: -60px;
	  top: 5px;
	  font-size: 13px;
	  letter-spacing: 2px;
	  font-weight: bold;
	}
	@media only screen and (min-width: 992px) {
	  .root-blog .blog-item .left-box {
		flex: 0 1 40%;
	  }
	}
	@media only screen and (max-width: 991px) {
	  .root-blog .blog-item .left-box {
		margin-bottom: 15px;
	  }
	}
	@media only screen and (min-width: 992px) {
	  .root-blog .blog-item .right-box {
		flex: 0 1 60%;
		padding-left: 30px;
	  }
	}

	.news-content {
	  position: relative;
	  overflow: hidden;
	}
	.news-content .post-content {
	  position: relative;
	  display: block;
	}
	.news-content .post-content > * {
	  margin-bottom: 30px;
	}
	.news-content .post-content > *:first-child, .news-content .post-content:first-child {
	  margin-top: 0;
	}
	.news-content .post-content > *:last-child, .news-content .post-content:last-child {
	  margin-bottom: 0;
	}
	.news-content .post-content p {
	  letter-spacing: -0.6px;
	}
	.news-content .post-content p a {
	  display: inline-block;
	}
	.news-content .post-content blockquote {
	  font-size: 20px;
	  font-family: serif;
	  color: var(--heading-color);
	  font-style: italic;
	  padding: 10px 0 10px 15px;
	  border-left: 1px solid var(--border-color);
	}
	.news-content .post-content a {
	  position: relative;
	  text-decoration: none;
	  transition: color 670ms linear 417ms;
	}
	.news-content .post-content a:before {
	  content: "";
	  position: absolute;
	  bottom: 0;
	  height: 45%;
	  left: -0.15em;
	  right: -0.15em;
	  background: rgba(82, 83, 85, 0.19);
	  background-size: 100% 100%;
	  transition: 380ms transform cubic-bezier(0.165, 0.84, 0.44, 1);
	  transform-origin: 50% 100%;
	  transform: scale(0.98, 0) translateZ(0);
	  -webkit-backface-visibility: hidden;
			  backface-visibility: hidden;
	  z-index: -1;
	  background-repeat: repeat-x;
	}
	.news-content .post-content a:after {
	  content: "";
	  position: absolute;
	  bottom: 0;
	  height: 1px;
	  left: -0.025em;
	  right: -0.075em;
	  background: rgba(82, 83, 85, 0.19);
	  background-size: 100% 100%;
	  transition: 190ms opacity cubic-bezier(0.895, 0.03, 0.685, 0.22), background 670ms linear 417ms;
	  transform: translateZ(0);
	}
	.news-content .post-content a:hover:before {
	  transform: scale(1, 0.99999999) translateZ(0);
	}
	.news-content .post-content a:hover:after {
	  opacity: 0;
	  transition: 126.66666667ms opacity cubic-bezier(0.165, 0.84, 0.44, 1);
	}
	.news-content .post-tags {
	  position: relative;
	  display: flex;
	  align-items: center;
	  padding: 50px 0 0;
	}
	@media only screen and (max-width: 767px) {
	  .news-content .post-tags {
		padding: 30px 0 0;
	  }
	}
	.news-content .post-tags a {
	  color: var(--heading-color);
	  margin-right: 30px;
	  display: inline-block;
	  line-height: 1;
	  float: left;
	}
	.news-content .post-tags a:before {
	  content: "#";
	  position: relative;
	  margin-right: 5px;
	  font-size: 14px;
	  background-color: transparent;
	  border: 0;
	}
	.news-content .post-tags a::after {
	  display: none;
	}

	.post-full-content.single-post > *:not(.gallery), .post-full-content.single-post > *:not(.wp-block-quote) > p,
	.widget_text.single-post > *:not(.gallery),
	.widget_text.single-post > *:not(.wp-block-quote) > p {
	  margin-bottom: 30px;
	}
	.post-full-content.single-post > *:not(.gallery).justified-gallery, .post-full-content.single-post > *:not(.wp-block-quote) > p.justified-gallery,
	.widget_text.single-post > *:not(.gallery).justified-gallery,
	.widget_text.single-post > *:not(.wp-block-quote) > p.justified-gallery {
	  margin-bottom: 15px;
	}
	.post-full-content.single-post > *:not(.gallery):last-child, .post-full-content.single-post > *:not(.wp-block-quote) > p:last-child,
	.widget_text.single-post > *:not(.gallery):last-child,
	.widget_text.single-post > *:not(.wp-block-quote) > p:last-child {
	  margin-bottom: 0;
	}
	.post-full-content.single-post > *:not(.gallery):last-child.justified-gallery, .post-full-content.single-post > *:not(.wp-block-quote) > p:last-child.justified-gallery,
	.widget_text.single-post > *:not(.gallery):last-child.justified-gallery,
	.widget_text.single-post > *:not(.wp-block-quote) > p:last-child.justified-gallery {
	  margin-bottom: -30px;
	}
	.post-full-content.single-post > *:not(.gallery):last-child.wp-block-gallery, .post-full-content.single-post > *:not(.wp-block-quote) > p:last-child.wp-block-gallery,
	.widget_text.single-post > *:not(.gallery):last-child.wp-block-gallery,
	.widget_text.single-post > *:not(.wp-block-quote) > p:last-child.wp-block-gallery {
	  margin-bottom: -15px;
	}
	.post-full-content.single-post > *:not(.gallery).section-padding, .post-full-content.single-post > *:not(.wp-block-quote) > p.section-padding,
	.widget_text.single-post > *:not(.gallery).section-padding,
	.widget_text.single-post > *:not(.wp-block-quote) > p.section-padding {
	  padding-top: 30;
	  padding-bottom: 30;
	  margin: 0;
	}
	.post-full-content.single-post > *:not(.gallery).section-padding.dsn-normalize-block, .post-full-content.single-post > *:not(.wp-block-quote) > p.section-padding.dsn-normalize-block,
	.widget_text.single-post > *:not(.gallery).section-padding.dsn-normalize-block,
	.widget_text.single-post > *:not(.wp-block-quote) > p.section-padding.dsn-normalize-block {
	  padding-top: 0;
	  padding-bottom: 0;
	  margin: 30 0;
	}
	.post-full-content.single-post > *:not(.gallery).section-padding:not(.dsn-normalize-block), .post-full-content.single-post > *:not(.wp-block-quote) > p.section-padding:not(.dsn-normalize-block),
	.widget_text.single-post > *:not(.gallery).section-padding:not(.dsn-normalize-block),
	.widget_text.single-post > *:not(.wp-block-quote) > p.section-padding:not(.dsn-normalize-block) {
	  padding-top: 0;
	}
	.post-full-content.single-post > *:not(.gallery):first-child.section-padding, .post-full-content.single-post > *:not(.wp-block-quote) > p:first-child.section-padding,
	.widget_text.single-post > *:not(.gallery):first-child.section-padding,
	.widget_text.single-post > *:not(.wp-block-quote) > p:first-child.section-padding {
	  padding-top: 0;
	  background-color: inherit;
	}
	.post-full-content.single-post > *:not(.gallery).wp-block-gallery, .post-full-content.single-post > *:not(.wp-block-quote) > p.wp-block-gallery,
	.widget_text.single-post > *:not(.gallery).wp-block-gallery,
	.widget_text.single-post > *:not(.wp-block-quote) > p.wp-block-gallery {
	  margin-bottom: 14px;
	}
	.post-full-content.single-post > *:not(.gallery).wp-block-gallery .blocks-gallery-image:last-child,
	.post-full-content.single-post > *:not(.gallery).wp-block-gallery .blocks-gallery-item:last-child, .post-full-content.single-post > *:not(.wp-block-quote) > p.wp-block-gallery .blocks-gallery-image:last-child,
	.post-full-content.single-post > *:not(.wp-block-quote) > p.wp-block-gallery .blocks-gallery-item:last-child,
	.widget_text.single-post > *:not(.gallery).wp-block-gallery .blocks-gallery-image:last-child,
	.widget_text.single-post > *:not(.gallery).wp-block-gallery .blocks-gallery-item:last-child,
	.widget_text.single-post > *:not(.wp-block-quote) > p.wp-block-gallery .blocks-gallery-image:last-child,
	.widget_text.single-post > *:not(.wp-block-quote) > p.wp-block-gallery .blocks-gallery-item:last-child {
	  margin-bottom: 16px;
	}
	.post-full-content.single-post > *:not(.gallery) > *:first-child, .post-full-content.single-post > *:not(.gallery):first-child, .post-full-content.single-post > *:not(.wp-block-quote) > p > *:first-child, .post-full-content.single-post > *:not(.wp-block-quote) > p:first-child,
	.widget_text.single-post > *:not(.gallery) > *:first-child,
	.widget_text.single-post > *:not(.gallery):first-child,
	.widget_text.single-post > *:not(.wp-block-quote) > p > *:first-child,
	.widget_text.single-post > *:not(.wp-block-quote) > p:first-child {
	  margin-top: 0;
	}
	.post-full-content.single-post > *:not(.gallery) > *:last-child, .post-full-content.single-post > *:not(.gallery):last-child, .post-full-content.single-post > *:not(.wp-block-quote) > p > *:last-child, .post-full-content.single-post > *:not(.wp-block-quote) > p:last-child,
	.widget_text.single-post > *:not(.gallery) > *:last-child,
	.widget_text.single-post > *:not(.gallery):last-child,
	.widget_text.single-post > *:not(.wp-block-quote) > p > *:last-child,
	.widget_text.single-post > *:not(.wp-block-quote) > p:last-child {
	  margin-bottom: 0;
	}

	.pagination-post {
	  position: relative;
	}
	.pagination-post .pagination-item {
	  border: 0;
	}
	.pagination-post a > span {
	  letter-spacing: 2px;
	}
	@media only screen and (max-width: 767px) {
	  .pagination-post {
		flex-direction: column;
	  }
	  .pagination-post .icon {
		display: none;
	  }
	  .pagination-post .pagination-item {
		text-align: left;
		border: 0;
	  }
	  .pagination-post .pagination-item:not(.text-right) {
		border-bottom: 1px solid var(--border-color);
	  }
	  .pagination-post .pagination-item.border-left {
		border-top: 1px solid var(--border-color);
	  }
	  .pagination-post .pagination-item.border-left a {
		display: flex;
		flex-direction: column-reverse;
	  }
	  .pagination-post .pagination-item.border-left a > span {
		margin-top: 10px;
		margin-bottom: 0;
	  }
	}

	.contact-form .box-title,
	.contact-form .info {
	  padding: 30px;
	}
	.contact-form .social-box {
	  padding: 20px;
	}
	.contact-form .social-box p {
	  border-right: 1px solid var(--border-color);
	  padding-right: 30px;
	  margin-right: 30px;
	}
	@media only screen and (max-width: 767px) {
	  .contact-form .social-box p {
		display: none;
	  }
	}

	@media only screen and (min-width: 768px) {
	  .dsn-form .d-flex-form .form-group:not(:last-child) {
		margin-right: 30px;
	  }
	}
	@media only screen and (max-width: 767px) {
	  .dsn-form .d-flex-form {
		flex-direction: column;
	  }
	}
	.dsn-form .form-group {
	  width: 100%;
	  margin-bottom: 30px;
	}
	.dsn-form .form-group label {
	  font-weight: 600;
	  color: var(--heading-color);
	}
	.dsn-form .entry-box .wpcf7-form-control-wrap {
	  width: 100%;
	}
	.dsn-form .entry-box textarea,
	.dsn-form .entry-box input:not([type=submit]) {
	  font-size: 15px;
	  font-weight: 400;
	  width: 100%;
	  border: 0;
	  border-bottom: 1px solid var(--border-color);
	  padding: 10px 18px;
	  color: var(--heading-color);
	  margin-bottom: 0;
	  background-color: transparent;
	}
	.dsn-form .entry-box textarea {
	  min-height: 50px;
	}
	.dsn-form input[type=submit] {
	  position: relative;
	  font-size: 13px;
	  line-height: 16px;
	  letter-spacing: 3px;
	  text-transform: uppercase;
	  color: var(--heading-color);
	  padding: 20px 30px;
	  border-radius: 30px;
	  cursor: pointer;
	  z-index: 9;
	}
	.dsn-form .ajax-loader {
	  position: absolute;
	  right: 3px;
	}
	.dsn-form .wpcf7-not-valid-tip {
	  margin-top: 20px;
	}
	.dsn-form .wpcf7 form.invalid .wpcf7-response-output,
	.dsn-form .wpcf7 form.unaccepted .wpcf7-response-output {
	  border-color: var(--border-color);
	}
	.dsn-form .dsn-def-btn .icon-circle {
	  display: inherit;
	}

	form:not(.submitting) .wpcf7-spinner {
	  width: 0;
	  padding: 0;
	  margin: 0;
	  transform: scale(0);
	}

	.wpcf7-spinner {
	  transition: 0.5s linear;
	  transition-property: transform, margin;
	  z-index: 1;
	  margin-left: 0;
	  margin-right: 30px;
	}

	/*--------------------------------------------------------------
	## Comments
	--------------------------------------------------------------*/
	.comments-post {
	  position: relative;
	  width: 100%;
	  vertical-align: middle;
	  box-sizing: border-box;
	}
	.comments-post .comments-title {
	  margin-bottom: 70px;
	}
	@media only screen and (max-width: 991px) {
	  .comments-post .comments-title {
		margin-bottom: 35px;
	  }
	}
	.comments-post .comments-title .subtitle {
	  margin-bottom: 0;
	}
	.comments-post .comments-area {
	  position: relative;
	}
	.comments-post .comments-area .comment-list > li.comment:first-child {
	  margin-top: 0;
	}
	.comments-post .comments-area .comment-list > li.comment:first-child > .comment-body {
	  padding-top: 0;
	}
	.comments-post .comments-area .comment {
	  list-style: none;
	  margin-top: 20px;
	}
	.comments-post .comments-area .comment .comment-body {
	  position: relative;
	  padding-top: 30px;
	}
	.comments-post .comments-area .comment .comment-body .comment-author {
	  position: relative;
	  top: 10px;
	  left: 0;
	  width: 64px;
	  height: 64px;
	  display: block;
	  float: left;
	}
	@media only screen and (max-width: 575px) {
	  .comments-post .comments-area .comment .comment-body .comment-author {
		width: 30px;
		height: 30px;
	  }
	}
	.comments-post .comments-area .comment .comment-body .comment-author img {
	  display: block;
	  height: auto;
	  max-width: 100%;
	  border-radius: 50%;
	}
	.comments-post .comments-area .comment .comment-body .comment-text {
	  padding: 0 0 0 90px;
	  min-height: 64px;
	}
	@media only screen and (max-width: 575px) {
	  .comments-post .comments-area .comment .comment-body .comment-text {
		padding: 0 0 0 40px;
	  }
	}
	.comments-post .comments-area .comment .comment-body .comment-text .comment-date {
	  font-size: 13px;
	  color: var(--font-color);
	  margin-top: 5px;
	}
	.comments-post .comments-area .comment .comment-body .comment-text .comment-date:before {
	  content: "/";
	  display: inline-block;
	  margin-right: 5px;
	}
	.comments-post .comments-area .comment .comment-body .comment-text .comment-info {
	  position: relative;
	  display: inline-block;
	}
	.comments-post .comments-area .comment .comment-body .comment-text .comment-info .comment-name {
	  float: left;
	  margin: 0;
	  font-weight: 700;
	  font-size: 17px;
	}
	.comments-post .comments-area .comment .comment-body .comment-text .text-holder p {
	  margin: 7px 0 10px;
	}
	.comments-post .comments-area .comment .comment-body .comment-text .comment-reply-link {
	  position: relative;
	  text-decoration: none;
	  transition: color 670ms linear 417ms;
	  font-weight: 700;
	  font-size: 15px;
	  line-height: 20px;
	  text-transform: uppercase;
	  color: var(--heading-color);
	}
	.comments-post .comments-area .comment .comment-body .comment-text .comment-reply-link:before {
	  content: "";
	  position: absolute;
	  bottom: 0;
	  height: 45%;
	  left: -0.15em;
	  right: -0.15em;
	  background: rgba(82, 83, 85, 0.19);
	  background-size: 100% 100%;
	  transition: 380ms transform cubic-bezier(0.165, 0.84, 0.44, 1);
	  transform-origin: 50% 100%;
	  transform: scale(0.98, 0) translateZ(0);
	  -webkit-backface-visibility: hidden;
			  backface-visibility: hidden;
	  z-index: -1;
	  background-repeat: repeat-x;
	}
	.comments-post .comments-area .comment .comment-body .comment-text .comment-reply-link:after {
	  content: "";
	  position: absolute;
	  bottom: 0;
	  height: 1px;
	  left: -0.025em;
	  right: -0.075em;
	  background: rgba(82, 83, 85, 0.19);
	  background-size: 100% 100%;
	  transition: 190ms opacity cubic-bezier(0.895, 0.03, 0.685, 0.22), background 670ms linear 417ms;
	  transform: translateZ(0);
	}
	.comments-post .comments-area .comment .comment-body .comment-text .comment-reply-link:hover:before {
	  transform: scale(1, 0.99999999) translateZ(0);
	}
	.comments-post .comments-area .comment .comment-body .comment-text .comment-reply-link:hover:after {
	  opacity: 0;
	  transition: 126.66666667ms opacity cubic-bezier(0.165, 0.84, 0.44, 1);
	}
	.comments-post .comments-area .comment .children {
	  margin-left: 90px;
	}
	@media only screen and (max-width: 575px) {
	  .comments-post .comments-area .comment .children {
		margin-left: 40px;
	  }
	}
	@media only screen and (max-width: 400px) {
	  .comments-post .comments-area .comment .children {
		margin-left: 20px;
	  }
	}
	.comments-post .comments-form {
	  position: relative;
	  width: 100%;
	  margin-top: var(--margin-padding);
	}

	/*--------------------------------------------------------------
	## Archives
	--------------------------------------------------------------*/
	/*--------------------------------------------------------------
	## Error
	--------------------------------------------------------------*/
	body.error404 {
	  overflow: hidden;
	}
	body.error404 .dsn-header-hero {
	  height: 100vh;
	}
	.admin-bar body.error404 .dsn-header-hero {
	  top: 46px;
	  height: calc(100vh - 46px);
	}
	@media screen and (min-width: 783px) {
	  .admin-bar body.error404 .dsn-header-hero {
		top: 32px;
		height: calc(100vh - 32px);
	  }
	}
	body.error404 .hero-img {
	  filter: blur(7px);
	}
	body.error404 .title-error {
	  font-size: 10vw;
	  padding: 0;
	  margin-bottom: 30px;
	  line-height: 1;
	}
	body.error404 .title-error:after, body.error404 .title-error:before {
	  background-color: var(--theme-color);
	  display: none;
	}
	body.error404 .title-error span {
	  color: transparent;
	  -webkit-text-stroke-color: var(--heading-color);
	  -webkit-text-stroke-width: 2px;
	}
	body.error404 .sm-title-block:before {
	  border-bottom: 4px solid var(--theme-color);
	  top: -30px;
	  content: "";
	  left: 50%;
	  position: absolute;
	  transform: translateX(-50%);
	  width: 155px;
	}
	body.error404 .sm-title-block span {
	  margin-bottom: 30px;
	  font-size: 14px;
	}

	/*--------------------------------------------------------------
	## Footer
	--------------------------------------------------------------*/
	/* -------------------------------------------------------
					   Footer
	-------------------------------------------------------- */
	.footer {
	  position: relative;
	}
	.footer .logo-wrap {
	  background-color: var(--bg-color);
	  border-bottom-right-radius: 50%;
	  border-bottom-left-radius: 50%;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  width: 160px;
	  height: 160px;
	  position: relative;
	  top: -60px;
	}
	@media only screen and (max-width: 991px) {
	  .footer .logo-wrap {
		top: auto;
		border-radius: 0;
		background-color: transparent;
		height: auto;
		align-items: baseline;
	  }
	}
	.footer .logo-wrap .logo {
	  justify-content: center;
	  align-items: center;
	  width: 110px;
	}
	.footer .logo-wrap .shape-one, .footer .logo-wrap .shape-two {
	  position: absolute;
	  top: 0;
	}
	@media only screen and (max-width: 991px) {
	  .footer .logo-wrap .shape-one, .footer .logo-wrap .shape-two {
		display: none;
	  }
	}
	.footer .logo-wrap .shape-one path, .footer .logo-wrap .shape-two path {
	  fill: var(--bg-color);
	}
	.footer .logo-wrap .shape-one.shape-one, .footer .logo-wrap .shape-two.shape-one {
	  left: -30px;
	}
	.footer .logo-wrap .shape-one.shape-two, .footer .logo-wrap .shape-two.shape-two {
	  right: -30px;
	}
	.footer .footer-links ul li {
	  font-size: 14px;
	}
	.footer .footer-links ul li:not(:last-of-type) {
	  margin-bottom: 10px;
	}
	.footer .copyright {
		padding: 30px 0;
		margin-top: 30px;
	}
	@media only screen and (max-width: 991px) {
	  .footer .copyright {
		margin-top: 30px;
	  }
	}
	@media only screen and (max-width: 575px) {
	  .footer .copyright > .container {
		flex-direction: column;
		align-items: flex-start;
	  }
	  .footer .copyright > .container .dsn-default-btn {
		order: -1;
	  }
	}
	.footer .copyright p {
	  text-transform: uppercase;
	  font-size: 14px;
	}
	.footer .copyright .dsn-default-btn .dsn-icon {
	  rotate: 180deg;
	}

	.footer-personal {
	  border-radius: 100px;
	  padding: 30px;
	}
	@media only screen and (max-width: 767px) {
	  .footer-personal {
		border-radius: 10px;
	  }
	  .footer-personal .d-grid.grid-md-3 {
		grid-column-gap: 15px;
		grid-row-gap: 15px;
	  }
	}
	.footer-personal .links ul li {
	  color: var(--heading-color);
	  font-size: 14px;
	}
	.footer-personal .links ul li:not(:first-of-type) {
	  margin-left: 20px;
	}
	@media only screen and (max-width: 767px) {
	  .footer-personal .links ul {
		justify-content: center;
		width: 100%;
	  }
	}
	@media only screen and (max-width: 767px) {
	  .footer-personal .links {
		order: 2;
		text-align: center;
		width: 100%;
	  }
	}
	.footer-personal .copyright {
	  font-size: 14px;
	  text-align: right;
	}
	@media only screen and (max-width: 767px) {
	  .footer-personal .copyright {
		order: 3;
		text-align: center;
	  }
	}

	.elementor-social-icon i {
	  --e-social-icon-icon-color: $heading-color ;
	}

	.dsn-equal-height.h-100 > .elementor-widget-container {
	  height: 100%;
	}
	@media only screen and (max-width: 991px) {
	  .dsn-equal-height.h-100.dsn-position-tablet-relative {
		height: auto;
	  }
	}
	@media only screen and (max-width: 767px) {
	  .dsn-equal-height.h-100.dsn-position-mobile-relative {
		height: auto;
	  }
	}

	/**
		Position
	 */
	@media only screen and (min-width: 992px) {
	  .dsn-p-relative {
		position: relative;
	  }

	  .dsn-p-absolute {
		position: absolute;
	  }
	}
	@media only screen and (max-width: 991px) {
	  .dsn-tablet-p-relative {
		position: relative;
	  }

	  .dsn-tablet-p-absolute {
		position: absolute;
	  }
	}
	@media only screen and (max-width: 767px) {
	  .dsn-mobile-p-relative {
		position: relative;
	  }

	  .dsn-mobile-p-absolute {
		position: absolute;
	  }
	}
	.elementor-align-justify .dsn-heading-title.border-section-bottom {
	  width: 100%;
	}
	@media only screen and (max-width: 991px) {
	  .elementor-tablet-align-center .dsn-heading-title.border-section-bottom, .elementor-tablet-align-right .dsn-heading-title.border-section-bottom, .elementor-tablet-align-left .dsn-heading-title.border-section-bottom {
		width: auto !important;
	  }
	  .elementor-tablet-align-justify .dsn-heading-title.border-section-bottom {
		width: 100% !important;
	  }
	}
	@media only screen and (max-width: 767px) {
	  .elementor-mobile-align-center .dsn-heading-title.border-section-bottom, .elementor-mobile-align-right .dsn-heading-title.border-section-bottom, .elementor-mobile-align-left .dsn-heading-title.border-section-bottom {
		width: auto !important;
	  }
	  .elementor-mobile-align-justify .dsn-heading-title.border-section-bottom {
		width: 100% !important;
	  }
	}

	/**
		text align
	 */
	.elementor-align-center .line-under:after, .elementor-align-center .img-box-parallax[data-dsn-grid], .elementor-align-center .max-w570, .elementor-align-center .dsn-icon, .elementor-align-center .dsn-icon svg, .elementor-align-center .max-w750, .elementor-align-center .dsn-auto {
	  margin-right: auto;
	  margin-left: auto;
	}
	.elementor-align-right .line-under:after, .elementor-align-right .img-box-parallax[data-dsn-grid], .elementor-align-right .max-w570, .elementor-align-right .dsn-icon, .elementor-align-right .dsn-icon svg, .elementor-align-right .max-w750, .elementor-align-right .dsn-auto {
	  margin-left: auto;
	}
	@media only screen and (max-width: 991px) {
	  .elementor-tablet-align-center .line-under:after, .elementor-tablet-align-center .img-box-parallax[data-dsn-grid], .elementor-tablet-align-center .max-w570, .elementor-tablet-align-center .dsn-icon, .elementor-tablet-align-center .dsn-icon svg, .elementor-tablet-align-center .max-w750, .elementor-tablet-align-center .dsn-auto {
		margin-right: auto !important;
		margin-left: auto !important;
	  }
	  .elementor-tablet-align-right .line-under:after, .elementor-tablet-align-right .img-box-parallax[data-dsn-grid], .elementor-tablet-align-right .max-w570, .elementor-tablet-align-right .dsn-icon, .elementor-tablet-align-right .dsn-icon svg, .elementor-tablet-align-right .max-w750, .elementor-tablet-align-right .dsn-auto {
		margin-left: auto !important;
		margin-right: 0 !important;
	  }
	  .elementor-tablet-align-left .line-under:after, .elementor-tablet-align-left .img-box-parallax[data-dsn-grid], .elementor-tablet-align-left .max-w570, .elementor-tablet-align-left .dsn-icon, .elementor-tablet-align-left .dsn-icon svg, .elementor-tablet-align-left .max-w750, .elementor-tablet-align-left .dsn-auto {
		margin-left: 0 !important;
		margin-right: auto !important;
	  }
	}
	@media only screen and (max-width: 767px) {
	  .elementor-mobile-align-center .line-under:after, .elementor-mobile-align-center .img-box-parallax[data-dsn-grid], .elementor-mobile-align-center .max-w570, .elementor-mobile-align-center .dsn-icon, .elementor-mobile-align-center .dsn-icon svg, .elementor-mobile-align-center .max-w750, .elementor-mobile-align-center .dsn-auto {
		margin-right: auto !important;
		margin-left: auto !important;
	  }
	  .elementor-mobile-align-right .line-under:after, .elementor-mobile-align-right .img-box-parallax[data-dsn-grid], .elementor-mobile-align-right .max-w570, .elementor-mobile-align-right .dsn-icon, .elementor-mobile-align-right .dsn-icon svg, .elementor-mobile-align-right .max-w750, .elementor-mobile-align-right .dsn-auto {
		margin-left: auto !important;
		margin-right: 0 !important;
	  }
	  .elementor-mobile-align-left .line-under:after, .elementor-mobile-align-left .img-box-parallax[data-dsn-grid], .elementor-mobile-align-left .max-w570, .elementor-mobile-align-left .dsn-icon, .elementor-mobile-align-left .dsn-icon svg, .elementor-mobile-align-left .max-w750, .elementor-mobile-align-left .dsn-auto {
		margin-left: 0 !important;
		margin-right: auto !important;
	  }
	}

	div.effect-popup, .has-popup div.img-box-parallax, .has-popup div.pop-up {
	  cursor: pointer;
	}

	.dsn-bg-section.p-absolute.w-100.h-100.over-hidden.top-0.left-0 {
	  z-index: -1;
	  pointer-events: none;
	}
	.dsn-bg-section.p-absolute.w-100.h-100.over-hidden.top-0.left-0 [data-dsn-grid=moveUp].h-100 {
	  height: 100%;
	}
	.dsn-right-container .dsn-bg-section.p-absolute.w-100.h-100.over-hidden.top-0.left-0 {
	  width: calc(100% - var(--dsn-gap-container));
	  left: var(--dsn-gap-container);
	}

	.elementor img.cover-bg-img {
	  height: 100%;
	}

	.dsn-swiper-parallax-transform {
	  transition-property: opacity, transform, visibility;
	}

	.dsn-mb-no-space {
	  margin-bottom: 0 !important;
	}

	.dsn-bg-mask {
	  position: absolute;
	  left: 0;
	  width: 100%;
	}
	.dsn-bg-mask:not(.z-index-1) {
	  z-index: -1;
	}

	.filter-swiper-blur .swiper-slide:not(.swiper-slide-active) {
	  filter: blur(3px);
	}

	ul.list-style-none {
	  list-style: none;
	}

	#wp-admin-bar-elementor_edit_page .elementor-edit-link-title {
	  display: initial;
	}

	.cover-bg {
	  background-size: cover;
	  background-position: center center;
	  background-repeat: no-repeat;
	}

	.dsn-column-gap-custom > div:not(.hdev-element-wrap) {
	  display: grid !important;
	  align-items: stretch;
	}
	@media only screen and (max-width: 575px) {
	  .dsn-column-gap-custom > div:not(.hdev-element-wrap) {
		grid-template-columns: repeat(1, 1fr) !important;
	  }
	}
	.dsn-column-gap-custom > div:not(.hdev-element-wrap) > .elementor-widget {
	  margin-bottom: 0 !important;
	}

	@media only screen and (min-width: 768px) {
	  .dsn-isotope.dsn-masonry-grid .grid-item:nth-of-type(2) {
		margin-top: calc(80px + var(--dsn-col-item, 0px));
	  }
	}
	@media only screen and (min-width: 992px) {
	  .dsn-isotope.dsn-masonry-grid.dsn-masonry-grid-2 .grid-item:nth-of-type(3) {
		margin-top: calc(120px + var(--dsn-col-item, 0px));
	  }
	}

	.move-circle:not(.p-absolute) {
	  position: relative;
	}
	@media only screen and (min-width: 992px) {
	  .move-circle {
		background-color: transparent;
		border-color: transparent !important;
	  }
	}
	.move-circle .icon-circle {
	  position: absolute;
	  left: 0;
	  top: 0;
	  width: 100%;
	  height: 100%;
	  border-radius: inherit;
	  z-index: -1;
	  border: inherit;
	}
	.move-circle.background-main .icon-circle {
	  background-color: var(--bg-color);
	}
	.move-circle.background-section .icon-circle {
	  background-color: var(--assistant-color);
	}
	.move-circle.background-theme .icon-circle {
	  background-color: var(--theme-color);
	}
	.move-circle.border-color-default .icon-circle {
	  border-color: var(--border-color);
	}
	.move-circle.border-color-main .icon-circle {
	  border-color: var(--bg-color);
	}
	.move-circle.border-color-assistant .icon-circle {
	  border-color: var(--assistant-color);
	}
	.move-circle.border-color-theme-color .icon-circle {
	  border-color: var(--theme-color);
	}
	.move-circle.border-color-heading .icon-circle {
	  border-color: var(--heading-color);
	}
	.move-circle.border-color-body .icon-circle {
	  border-color: var(--font-color);
	}
	.move-circle.border-circle {
	  border: 1px solid var(--heading-color);
	}

	.dsn-ajax-effect {
	  overflow: hidden;
	}

	.dsn-icon i {
	  font-size: var(--dsn-icon-size, 20px);
	  color: var(--dsn-color-icon, var(--theme-color));
	}
	.dsn-icon svg:not(.size-default) {
	  width: var(--dsn-icon-size, 20px);
	  height: var(--dsn-icon-size, 20px);
	}
	.dsn-icon svg, .dsn-icon svg path {
	  fill: var(--dsn-color-icon, var(--theme-color));
	}
	.text-center .dsn-icon {
	  margin: 0 auto;
	}

	.dsn-icon-stroke .dsn-icon svg, .dsn-icon-stroke .dsn-icon svg path {
	  fill: transparent;
	  stroke: var(--dsn-color-icon, var(--theme-color));
	}

	.dsn-icon-theme-color {
	  --dsn-color-icon: var(--theme-color);
	}

	.dsn-icon-heading-color {
	  --dsn-color-icon: var(--heading-color);
	}

	.dsn-icon-body-color {
	  --dsn-color-icon: var(--font-color);
	}

	.dsn-icon-border-color {
	  --dsn-color-icon: var(--border-color);
	}

	.dsn-icon-assistant-color {
	  --dsn-color-icon: var(--assistant-color);
	}

	.dsn-icon-main-color {
	  --dsn-color-icon: var(--bg-color);
	}

	.button-load-more {
	  transition-property: padding, border-radius, background;
	  transition-duration: 1s;
	  text-align: center;
	  cursor: pointer;
	  padding: 15px 40px;
	  margin-top: var(--dsn-row-item);
	  font-size: 14px;
	  color: var(--heading-color);
	  letter-spacing: 2px;
	  text-transform: uppercase;
	  border-width: 1px;
	  border-style: solid;
	}
	.button-load-more span:not(.icon-circle) {
	  z-index: 1;
	}
	.button-load-more .dsn-load-progress-ajax, .button-load-more .progress-no-more {
	  display: none;
	}
	.button-load-more.dsn-loading {
	  border-radius: 3px;
	  padding: 10px 20px;
	}
	.button-load-more.dsn-loading .dsn-load-progress-ajax {
	  display: block;
	}
	.button-load-more.dsn-loading .progress-text {
	  display: none;
	}

	.dsn-grid-layout {
	  --dsn-width-item: 4;
	  --dsn-col-item: 30px;
	  --dsn-row-item: 50px;
	  display: flex;
	  flex-wrap: wrap;
	  margin-left: calc(-1 * var(--dsn-col-item));
	  margin-top: calc(-1 * var(--dsn-row-item));
	}
	@media only screen and (max-width: 575px) {
	  .dsn-grid-layout:not(.dsn-n-default) {
		--dsn-width-item: 1 !important;
	  }
	}
	.dsn-grid-layout > .grid-item {
	  flex: 0 0 calc((100% / var(--dsn-width-item)) - var(--dsn-col-item));
	  margin-left: var(--dsn-col-item);
	  margin-top: var(--dsn-row-item);
	}
	.dsn-grid-layout.full-width-last-item:not(.dsn-isotope) > .grid-item {
	  flex-grow: 1;
	}
	.dsn-grid-layout:not(.full-width-last-item) > .grid-item {
	  max-width: calc((100% / var(--dsn-width-item)) - var(--dsn-col-item));
	  width: 100%;
	  overflow: hidden;
	}

	.list-with-number {
	  counter-reset: workcounter;
	}
	.list-with-number .number-item {
	  position: relative;
	}
	.list-with-number .number-item:before {
	  counter-increment: workcounter;
	  content: counters(workcounter, ".", decimal-leading-zero);
	  position: absolute;
	  line-height: initial;
	}

	ul.dsn-list {
	  list-style: none;
	  --dsn-icon-size: 12px;
	}
	ul.dsn-list .list-item {
	  display: flex;
	  align-items: center;
	}
	ul.dsn-list .list-item.background-main,
	ul.dsn-list .list-item .background-section,
	ul.dsn-list .list-item .background-theme {
	  padding: 8px 15px;
	}
	ul.dsn-list .list-item.border {
	  border: 1px solid var(--border-color);
	  padding: 8px 15px;
	  font-size: 13px;
	}
	ul.dsn-list .list-item.border.has-border-radius {
	  border-radius: 5px;
	}

	.tool-section .tool-inner .title-box {
	  border-top-left-radius: 32px;
	  border-top-right-radius: 32px;
	  border: 1px solid var(--border-color);
	  -webkit-backdrop-filter: blur(8px);
			  backdrop-filter: blur(8px);
	  background-color: rgba(255, 255, 255, 0.09);
	  padding: 10px;
	}
	.tool-section .tool-inner .tool-content {
	  position: relative;
	  padding: 30px;
	  border: 1px solid var(--border-color);
	  border-top: 0;
	  border-bottom-left-radius: 32px;
	  border-bottom-right-radius: 32px;
	  align-items: center;
	  display: flex;
	  justify-content: center;
	  flex-direction: row;
	  flex-wrap: nowrap;
	  gap: 24px;
	  height: -webkit-min-content;
	  height: min-content;
	}
	@media only screen and (max-width: 767px) {
	  .tool-section .tool-inner .tool-content {
		display: block;
		padding-bottom: 50px;
	  }
	}
	.tool-section .tool-inner .tool-content .tool-item {
	  position: relative;
	  align-items: center;
	  display: flex;
	  flex-direction: column;
	  flex-wrap: nowrap;
	  gap: 16px;
	  justify-content: center;
	}
	@media only screen and (max-width: 767px) {
	  .tool-section .tool-inner .tool-content .tool-item {
		display: inline-block;
		margin-right: 20px;
		margin-top: 20px;
	  }
	}
	.tool-section .tool-inner .tool-content .tool-item .box-img {
	  padding: 20px;
	  border-radius: 20px;
	  -webkit-backdrop-filter: blur(8px);
			  backdrop-filter: blur(8px);
	  background-color: rgba(255, 255, 255, 0.09);
	  border: 1px solid var(--border-color);
	}
	.tool-section .tool-inner .tool-content .tool-item .box-img img {
	  width: 75px;
	}
	.tool-section .tool-inner .tool-content .tool-item .skills-item,
	.tool-section .tool-inner .tool-content .tool-item .dsn-skills-item {
	  width: 90%;
	}
	@media only screen and (max-width: 767px) {
	  .tool-section .tool-inner .tool-content .tool-item .skills-item,
	.tool-section .tool-inner .tool-content .tool-item .dsn-skills-item {
		margin-top: 15px;
	  }
	}
	.tool-section .tool-inner .tool-content .tool-item .skills-item .bar,
	.tool-section .tool-inner .tool-content .tool-item .dsn-skills-item .bar {
	  height: 3px;
	  background-color: var(--border-color);
	}
	.tool-section .tool-inner .tool-content .tool-item .skills-item .bar .fill,
	.tool-section .tool-inner .tool-content .tool-item .dsn-skills-item .bar .fill {
	  background: var(--heading-color);
	}
	.tool-section .tool-inner .tool-content .tool-item .skills-item .bar .fill .number,
	.tool-section .tool-inner .tool-content .tool-item .dsn-skills-item .bar .fill .number {
	  font-size: 12px;
	  top: -18px;
	}
	@media only screen and (max-width: 767px) {
	  .tool-section .tool-inner .tool-content .tool-item .skills-item .bar .fill .number,
	.tool-section .tool-inner .tool-content .tool-item .dsn-skills-item .bar .fill .number {
		display: none;
	  }
	}

	.project-info .c-width {
	  grid-template-columns: 55% auto;
	}
	@media only screen and (max-width: 991px) {
	  .project-info .c-width {
		grid-template-columns: none;
	  }
	}
	@media only screen and (max-width: 991px) {
	  .project-info .p-20:not(.info-box) {
		padding: 0;
	  }
	}
	.project-info .list span {
	  padding: 5px 20px;
	  border-radius: 30px;
	  font-size: 14px;
	}
	.project-info .list span:not(:last-of-type) {
	  margin-bottom: 10px;
	}
	.project-info .info-box span {
	  font-size: 14px;
	}
	.project-info .info-box span:not(:last-of-type) {
	  margin-bottom: 10px;
	}

	.container-view {
	  margin: 0 30px;
	}

	@media only screen and (max-width: 991px) {
	  .features-demo .description svg {
		display: none;
	  }
	}
	.features-demo .feature-item {
	  padding: 30px 30px 0;
	}

	.demo-section-inner {
	  margin: 0 30px;
	}
	.demo-section-inner .demo-item .box-img {
	  transition: all 0.3s ease;
	  position: relative;
	  overflow: hidden;
	  box-shadow: 0 0px 30px #00000014;
	}

	.layout-area .layout-area-inner {
	  text-align: center;
	  padding: 80px;
	  background: linear-gradient(101.34deg, #d8e2ff 0%, #f3c1ff 147.26%);
	  position: relative;
	}

	.features-view ul {
	  flex-wrap: wrap;
	  align-items: center;
	  justify-content: center;
	}
	.features-view .feature-item .box-icon {
	  width: 120px;
	  margin: auto;
	  padding: 40px 0;
	  background: transparent;
	  border: 1px solid var(--border-color);
	  border-radius: 11px;
	}
	.features-view .feature-item .box-icon svg {
	  width: 40px;
	  fill: var(--heading-color);
	}
	.features-view .feature-item h5 {
	  font-family: var(--body-font);
	  text-transform: uppercase;
	  font-size: 14px;
	  font-weight: 400;
	}

	.pages-layout .box-name {
	  border-radius: 5px 5px 0 0;
	  padding: 5px 20px;
	}

	.dsn-grid-layout {
	  --dsn-width-item: 4;
	  --dsn-col-item: 30px;
	  --dsn-row-item: 50px;
	  display: flex;
	  flex-wrap: wrap;
	  margin-left: calc(-1 * var(--dsn-col-item));
	  margin-top: calc(-1 * var(--dsn-row-item));
	}
	@media only screen and (max-width: 575px) {
	  .dsn-grid-layout:not(.dsn-n-default) {
		--dsn-width-item: 1 !important;
	  }
	}
	.dsn-grid-layout > .grid-item {
	  flex: 0 0 calc((100% / var(--dsn-width-item)) - var(--dsn-col-item));
	  margin-left: var(--dsn-col-item);
	  margin-top: var(--dsn-row-item);
	}
	.dsn-grid-layout.full-width-last-item:not(.dsn-isotope) > .grid-item {
	  flex-grow: 1;
	}
	.dsn-grid-layout:not(.full-width-last-item) > .grid-item {
	  max-width: calc((100% / var(--dsn-width-item)) - var(--dsn-col-item));
	  width: 100%;
	  overflow: hidden;
	}

	.dsn-background-inherit, .dsn-background-inherit .background-main, .dsn-background-inherit .background-section, .dsn-background-inherit .background-theme, .dsn-def-btn, .dsn-def-btn .background-main, .dsn-def-btn .background-section, .dsn-def-btn .background-theme {
	  background-color: transparent;
	}
	.dsn-background-inherit .background-main .dsn-bg, .dsn-background-inherit .background-main .dsn-bg-after:after, .dsn-background-inherit .background-main .dsn-bg-before:before, .dsn-background-inherit.background-main .dsn-bg, .dsn-background-inherit.background-main .dsn-bg-after:after, .dsn-background-inherit.background-main .dsn-bg-before:before, .dsn-def-btn .background-main .dsn-bg, .dsn-def-btn .background-main .dsn-bg-after:after, .dsn-def-btn .background-main .dsn-bg-before:before, .dsn-def-btn.background-main .dsn-bg, .dsn-def-btn.background-main .dsn-bg-after:after, .dsn-def-btn.background-main .dsn-bg-before:before {
	  background-color: var(--bg-color);
	}
	.dsn-background-inherit .background-section .dsn-bg, .dsn-background-inherit .background-section .dsn-bg-after:after, .dsn-background-inherit .background-section .dsn-bg-before:before, .dsn-background-inherit.background-section .dsn-bg, .dsn-background-inherit.background-section .dsn-bg-after:after, .dsn-background-inherit.background-section .dsn-bg-before:before, .dsn-def-btn .background-section .dsn-bg, .dsn-def-btn .background-section .dsn-bg-after:after, .dsn-def-btn .background-section .dsn-bg-before:before, .dsn-def-btn.background-section .dsn-bg, .dsn-def-btn.background-section .dsn-bg-after:after, .dsn-def-btn.background-section .dsn-bg-before:before {
	  background-color: var(--assistant-color);
	}
	.dsn-background-inherit .background-theme .dsn-bg, .dsn-background-inherit .background-theme .dsn-bg-after:after, .dsn-background-inherit .background-theme .dsn-bg-before:before, .dsn-background-inherit.background-theme .dsn-bg, .dsn-background-inherit.background-theme .dsn-bg-after:after, .dsn-background-inherit.background-theme .dsn-bg-before:before, .dsn-def-btn .background-theme .dsn-bg, .dsn-def-btn .background-theme .dsn-bg-after:after, .dsn-def-btn .background-theme .dsn-bg-before:before, .dsn-def-btn.background-theme .dsn-bg, .dsn-def-btn.background-theme .dsn-bg-after:after, .dsn-def-btn.background-theme .dsn-bg-before:before {
	  background-color: var(--theme-color);
	}

	.background-revere {
	  background-color: var(--assistant-color);
	}
	.background-section .background-revere {
	  background-color: var(--bg-color);
	}

	.color-inherit-bg.theme-color:after, .color-inherit-bg.theme-color:before, .color-inherit-bg.theme-color span:before, .color-inherit-bg.theme-color span:after {
	  background-color: var(--theme-color);
	}
	.color-inherit-bg.body-color:after, .color-inherit-bg.body-color:before, .color-inherit-bg.body-color span:before, .color-inherit-bg.body-color span:after {
	  background-color: var(--font-color);
	}
	.color-inherit-bg.heading-color:after, .color-inherit-bg.heading-color:before, .color-inherit-bg.heading-color span:before, .color-inherit-bg.heading-color span:after {
	  background-color: var(--heading-color);
	}
	.color-inherit-bg.custom:after, .color-inherit-bg.custom:before, .color-inherit-bg.custom span:before, .color-inherit-bg.custom span:after {
	  background-color: var(--dsn-custom-color, var(--heading-color));
	}

	.background-section .dsn-revere-bg {
	  background-color: var(--bg-color);
	}
	.background-main .dsn-revere-bg {
	  background-color: var(--assistant-color);
	}

	ul.intro-project-list {
	  list-style: none;
	}
	ul.intro-project-list li {
	  margin-bottom: 0;
	}
	@media only screen and (min-width: 992px) {
	  .list-with-number ul.intro-project-list li {
		padding-left: 60px;
	  }
	}
	@media only screen and (max-width: 991px) {
	  .list-with-number ul.intro-project-list li {
		padding-left: 30px;
	  }
	}
	ul.intro-project-list li .title-list-project {
	  letter-spacing: 3px;
	}
	ul.intro-project-list li h5.title-list-project + p.description-list-project {
	  margin-top: 15px;
	  padding-top: 15px;
	  border-top: 1px solid var(--border-color);
	}
	.list-with-number ul.intro-project-list .number-item:before {
	  left: 0;
	  top: 0;
	}

	.blackdsn-media-swiper .content {
	  width: 80px;
	  z-index: 3;
	}
	.blackdsn-media-swiper .content a {
	  border-radius: 50%;
	}

	.dsn-compare-container {
	  position: relative;
	  height: 500px;
	}
	.dsn-compare-container .img-comp-img, .dsn-compare-container .img-overlay, .dsn-compare-container .dsn-handle-slider, .dsn-compare-container .dsn-handle-slider:after, .dsn-compare-container .dsn-handle-slider:before, .dsn-compare-container .dsn-circle, .dsn-compare-container .dsn-circle:after, .dsn-compare-container .dsn-circle:before {
	  position: absolute;
	}
	.dsn-compare-container .img-comp-img, .dsn-compare-container .dsn-handle-slider, .dsn-compare-container .img-overlay {
	  height: 100%;
	}
	.dsn-compare-container .img-comp-img {
	  width: 100%;
	  overflow: hidden;
	}
	.dsn-compare-container .img-comp-img img {
	  display: block;
	  vertical-align: middle;
	}
	.dsn-compare-container .dsn-handle-slider {
	  top: 0;
	  width: 35px;
	  z-index: 40;
	  pointer-events: none;
	}
	.dsn-compare-container .dsn-handle-slider:before, .dsn-compare-container .dsn-handle-slider:after, .dsn-compare-container .dsn-handle-slider .dsn-circle:before, .dsn-compare-container .dsn-handle-slider .dsn-circle:after {
	  content: "";
	}
	.dsn-compare-container .dsn-handle-slider:before, .dsn-compare-container .dsn-handle-slider:after {
	  background: white;
	  width: 3px;
	  left: 50%;
	  transform: translateX(-50%);
	  height: calc(50% - 35px / 2);
	}
	.dsn-compare-container .dsn-handle-slider:before {
	  top: 0;
	}
	.dsn-compare-container .dsn-handle-slider:after {
	  bottom: 0;
	}
	.dsn-compare-container .dsn-handle-slider .dsn-circle {
	  width: 35px;
	  height: 35px;
	  border-radius: 50%;
	  border: 3px solid #fff;
	  top: 50%;
	  left: 50%;
	  transform: translate(-50%, -50%);
	  pointer-events: all;
	  cursor: pointer;
	}
	.dsn-compare-container .dsn-handle-slider .dsn-circle:before, .dsn-compare-container .dsn-handle-slider .dsn-circle:after {
	  width: 0;
	  height: 0;
	  border: 6px inset transparent;
	  top: 50%;
	  margin-top: -6px;
	}
	.dsn-compare-container .dsn-handle-slider .dsn-circle:before {
	  border-right: 6px solid #fff;
	  left: 50%;
	  margin-left: -17px;
	}
	.dsn-compare-container .dsn-handle-slider .dsn-circle:after {
	  border-left: 6px solid #fff;
	  right: 50%;
	  margin-right: -17px;
	}
	.dsn-compare-container .img-overlay {
	  width: 100%;
	  left: 0;
	  top: 0;
	  z-index: 39;
	  background-color: rgba(0, 0, 0, 0.2);
	  opacity: 0;
	  transition: 0.5s;
	}
	.dsn-compare-container .img-overlay:after, .dsn-compare-container .img-overlay:before {
	  position: absolute;
	  top: 50%;
	  transform: translateY(-50%);
	  background: rgba(255, 255, 255, 0.6);
	  color: #000;
	  line-height: 38px;
	  padding: 0 20px;
	  border-radius: 2px;
	}
	.dsn-compare-container .img-overlay:before {
	  content: attr(data-before);
	  left: 10px;
	}
	.dsn-compare-container .img-overlay:after {
	  content: attr(data-after);
	  right: 10px;
	}
	.dsn-compare-container:hover .img-overlay {
	  opacity: 1;
	}
	.dsn-style-hover .title{
		font-size:30px;
	}
	.white-bg{
			clear:both;
	}
	.dsn-service.padding-service .service-item .service-item-inner {
	  padding: 30px 30px;
	}
	.dsn-service .service-item .dsn-icon:not(.dsn-bg-before) {
	  --dsn-icon-size: 90px;
	}
	.dsn-service .service-item .dsn-icon:not(.dsn-bg-before) svg path {
	  fill: none;
	  stroke: var(--heading-color);
	}
	.dsn-service .service-item .service-item-inner .dsn-icon.has-bg {
	  border-radius: 50%;
	  width: 100px;
	  height: 100px;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	}
	.dsn-service.services-accordion .accordion__item {
	  padding: 2px;
	  border-radius: 10px;
	}
	.dsn-service.services-accordion .accordion__item .accordion__question {
	  padding: 30px;
	  border-radius: 8px;
	  margin-bottom: 2px;
	}
	.dsn-service.services-accordion .accordion__item .accordion__question .icon {
	  background-color: var(--theme-color);
	  width: 80px;
	  height: 80px;
	  border-radius: 50%;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  rotate: 90deg;
	  transition: 0.45s cubic-bezier(0.65, 0, 0.076, 1);
	}
	.dsn-service.services-accordion .accordion__item .accordion__question .icon svg {
	  width: 40px;
	}
	.dsn-service.services-accordion .accordion__item .accordion__question .icon svg path {
	  fill: var(--heading-color);
	}
	.dsn-service.services-accordion .accordion__item.active .accordion__question .icon {
	  rotate: -90deg;
	}
	.dsn-service.services-accordion .accordion__item .accordion__answer {
	  padding: 50px 30px;
	  border-radius: 8px;
	}
	.dsn-service.services-accordion .accordion__item .accordion__answer .icon {
	  background-color: var(--theme-color);
	  width: 80px;
	  height: 80px;
	  border-radius: 50%;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	}
	.dsn-service.services-accordion .accordion__item .accordion__answer .icon svg {
	  width: 40px;
	}
	.dsn-service.services-accordion .accordion__item .accordion__answer .icon svg path {
	  fill: transparent;
	  stroke: var(--heading-color);
	}
	.dsn-service.services-accordion .accordion__item .accordion__answer ul li {
	  color: var(--heading-color);
	}
	.dsn-service.services-accordion .accordion__item .accordion__answer ul li:not(:last-of-type) {
	  margin-bottom: 5px;
	}
	.dsn-service.services-personal .service-item {
	  position: relative;
	  padding-top: 30px;
	  padding-bottom: 30px;
	}
	.dsn-service.services-personal .service-item:first-of-type {
	  padding-top: 0;
	}
	.dsn-service.services-personal .service-item .title-box .number {
	  padding-top: 10px;
	  color: var(--heading-color);
	  font-size: 140px;
	  font-family: var(--body-font);
	  margin-right: 30px;
	  width: 100px;
	  line-height: 0.9;
	  transform: scaleY(1.08);
	}
	.title-box h4.title {
		font-size: 50px;
		letter-spacing: normal;
		line-height: normal;
		text-transform: capitalize;
	}
	@media only screen and (max-width: 767px) {
	  .dsn-service.services-personal .service-item .title-box .number {
		font-size: 50px;
		margin-bottom: 10px;
	  }
	}
	.dsn-service.services-personal .service-item .title-box .alt {
	  position: relative;
	  display: flex;
	  align-items: center;
	  justify-content: flex-start;
	  color: var(--heading-color);
	}
	@media only screen and (max-width: 767px) {
	  .dsn-service.services-personal .service-item .title-box .alt {
		margin-bottom: 10px;
	  }
	}
	.dsn-skills-item.grid-item img {
		filter: brightness(0) saturate(100%) invert(17%) sepia(70%) saturate(735%) hue-rotate(161deg) brightness(97%) contrast(102%);
	}
	.dsn-service.services-personal .service-item .title-box .alt:before {
	  content: "";
	  width: 8px;
	  height: 8px;
	  display: block;
	  border-radius: 100%;
	  background: currentColor;
	  margin-right: 9px;
	}
	@media only screen and (max-width: 767px) {
	  .dsn-service.services-personal .service-item .title-box {

		flex-direction: column;
		align-items: baseline;
	  }
	}
	.dsn-service.services-personal .service-item .services-image, .dsn-service.services-personal .service-item .dsn-btn-shape {
	  transition: 0.55s;
	}
	.dsn-service.services-personal .service-item .services-image {
	  border-radius: 14px;
	  width: 360px;
	  height: 85%;
	  position: absolute;
	  right: 0;
	  top: 7.5%;
	  transform-origin: 0 0;
	}
	@media only screen and (max-width: 767px) {
		.hill-bg {

    background-size: contain;
}
	  .dsn-service.services-personal .service-item .services-image {
		position: relative;
		width: 100%;
		height: 300px;
		right: auto;
		top: auto;
		transform: none;
		margin-top: 30px;
	  }
	}
	.dsn-service.services-personal .service-item .dsn-btn-shape {
	  position: absolute;
	  bottom: 30px;
	  right: 0;
	  padding: 5px;
	  border-radius: 50%;
	}
	@media only screen and (max-width: 767px) {
	  .dsn-service.services-personal .service-item .dsn-btn-shape {
		right: 30px;
		bottom: 60px;
	  }
	}
	.dsn-service.services-personal .service-item:hover .services-image {
	  transform: scale(0.944, 1);
	}
	.dsn-service.services-personal .service-item:not(:hover) .dsn-btn-shape {
	  opacity: 0;
	  right: -20px;
	}
	.dsn-service.service-creative .service-item {
	  position: relative;
	}
	@media only screen and (max-width: 991px) {
	  .dsn-service.service-creative .service-item {
		padding: 30px;
	  }
	}
	@media only screen and (max-width: 575px) {
	  .dsn-service.service-creative .service-item {
		display: flex;
		flex-direction: column;
	  }
	}
	.dsn-service.service-creative .service-item .number {
	  background-color: var(--reverse-color);
	  color: var(--reverse-heading-color);
	  border-radius: 5px;
	  padding: 4px 15px;
	  display: inline-block;
	  font-size: 12px;
	  font-weight: 500;
	  line-height: 16px;
	}
	@media only screen and (max-width: 767px) {
	  .dsn-service.service-creative .service-item .number {
		display: none;
	  }
	}
	.dsn-service.service-creative .service-item .dsn-icon {
	  border-bottom-right-radius: 8px;
	  border-bottom-left-radius: 8px;
	  height: calc(100% - 60px);
	  padding: 10px;
	  display: flex;
	  align-items: end;
	  position: relative;
	  right: 40px;
	}
	@media only screen and (max-width: 991px) {
	  .dsn-service.service-creative .service-item .dsn-icon {
		position: relative;
		align-items: baseline;
		right: auto;
		order: 1;
		height: auto;
	  }
	}
	@media only screen and (max-width: 575px) {
	  .dsn-service.service-creative .service-item .dsn-icon {
		margin-bottom: 20px;
		background-color: transparent;
		padding: 0;
	  }
	}
	.dsn-service.service-creative .service-item .dsn-icon .icon {
	  background-color: var(--reverse-color);
	  padding: 15px;
	  border-radius: 5px;
	}
	.dsn-service.service-creative .service-item .dsn-icon .icon svg path {
	  stroke: var(--reverse-heading-color);
	}
	@media only screen and (max-width: 991px) {
	  .dsn-service.service-creative .service-item .text {
		order: 2;
		padding: 0;
		margin-left: 20px;
	  }
	}
	@media only screen and (max-width: 575px) {
	  .dsn-service.service-creative .service-item .text {
		margin-left: 0;
	  }
	}

	.services-lest-hover .item {
	  position: relative;
	  display: inline-flex;
	  align-items: baseline;
	}
	.services-lest-hover .item.align-items-end {
	  align-items: end;
	}
	.services-lest-hover .item h2 {
		  line-height: 80px;
		text-transform: uppercase;
		text-transform: capitalize;
		font-weight: 700;
		letter-spacing: 0.5px;
		font-size: 34px;
	}
	.services-lest-hover .item .number {
	  margin-left: 15px;
	}
	@media only screen and (max-width: 575px) {
	  .services-lest-hover .item .number {
		display: none;
	  }
	}
	.services-lest-hover .item:not(:last-of-type)::after {
	  content: "/";
	  padding-left: 20px;
	  margin-right: 20px;
	  font-size: 70px;
	  font-weight: 100;
	}
	@media only screen and (max-width: 575px) {
	  .services-lest-hover .item:not(:last-of-type)::after {
		display: none;
	  }
	}

	.dsn-testimonials .review-box {
	  padding: 10px;
	}
	.dsn-testimonials .review-box img {
	  width: 60px;
	}
	.dsn-testimonials .review-box span {
	  font-size: 12px;
	  margin-right: 10px;
	}
	.dsn-testimonials .review-box i {
	  font-size: 13px;
	  color: var(--theme-color);
	}
	.dsn-testimonials .testimonial-item {
	  padding: 60px 30px;
	  position: relative;
	  height:auto;
	}
	.dsn-testimonials .testimonial-item.no-padding {
	  padding: 50px 0;
	}
	.dsn-testimonials .testimonial-item.no-padding .authoer span {
	  padding: 8px 15px;
	  border-radius: 30px;
	}
	.dsn-testimonials .testimonial-item.no-padding .authoer .img {
	  width: 50px;
	  height: 50px;
	  border: 0;
	}
	.dsn-testimonials .testimonial-item.no-padding .authoer,
	.dsn-testimonials .testimonial-item.no-padding .text-box {
	  padding-left: 30px;
	  padding-right: 30px;
	}
	.dsn-testimonials .testimonial-item .icon {
	  width: 50px;
	  height: 50px;
	  background-color: var(--theme-color);
	  border-radius: 50%;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	}
	.dsn-testimonials .testimonial-item .icon svg g {
	  fill: var(--reverse-heading-color);
	}
	.dsn-testimonials .testimonial-item .authoer {
	  position: relative;
	  align-items: center;
	}
	.dsn-testimonials .testimonial-item .authoer svg path {
	  fill: #ffffff;
	}
	.text.background-main {
		background: #fff;
	}
	.dsn-testimonials .testimonial-item .authoer .text {
	  padding: 6px 15px;
	  border-radius: 30px;
	  margin-right: -1px;
	}
	.dsn-testimonials .testimonial-item .authoer .text h5 {
	  font-family: var(--body-font);
	  font-size: 13px;
	  font-weight: 600;
	}
	.dsn-testimonials .testimonial-item .authoer .text span {
	  font-size: 14px;
	  font-weight: 400;
	}
	.dsn-testimonials .testimonial-item .authoer .img {
	  border-radius: 50%;
	  border:5px solid #ffffff;
	  width: 50px;
	  height: 50px;
	  margin-left: -1px;
	}
	.dsn-testimonials .testimonial-item .authoer .img img {
	  border-radius: 50%;
	}
	.dsn-testimonials.testimonials-small .testimonials-inner {
	  border-radius: 50px;
	  padding: 20px;
	}
	@media only screen and (max-width: 991px) {
	  .dsn-testimonials.testimonials-small .testimonials-inner {
		flex-direction: column;
		align-items: flex-start;
		padding: 60px 20px;
		border-radius: 10px;
	  }
	  .dsn-testimonials.testimonials-small .testimonials-inner .dsn-swiper-paginate {
		width: 100%;
		margin-top: 30px;
		justify-content: space-between;
	  }
	}
	@media only screen and (max-width: 991px) {
	  .dsn-testimonials.testimonials-small .testimonials-inner .testimonal-item {
		flex-direction: column;
		align-items: flex-start;
	  }
	}
	.dsn-testimonials.testimonials-small .testimonials-inner .testimonal-item .img-box {
	  margin-right: 30px;
	}
	.dsn-testimonials.testimonials-small .testimonials-inner .testimonal-item .img-box img {
	  width: 70px;
	  height: 70px;
	  border-radius: 50%;
	}
	.dsn-testimonials.testimonials-small .testimonials-inner .testimonal-item .text {
	  max-width: 450px;
	  margin-right: 30px;
	  padding-right: 30px;
	  border-right: 1px solid var(--border-color);
	}
	@media only screen and (max-width: 991px) {
	  .dsn-testimonials.testimonials-small .testimonials-inner .testimonal-item .text {
		padding: 0;
		border: 0;
		margin-top: 20px;
		margin-bottom: 20px;
	  }
	}
	.dsn-testimonials.testimonials-small .prev-paginate .dsn-icon,
	.dsn-testimonials.testimonials-small .next-paginate .dsn-icon {
	  border-radius: 50%;
	  width: 70px;
	  height: 70px;
	}
	.dsn-testimonials.testimonials-small .prev-paginate {
	  margin-right: 15px;
	}

	.testimonal-personal {
	  position: relative;
	}
	.testimonal-personal .testimonal-item .box-img img {
	  width: 165px;
	}
	@media only screen and (max-width: 767px) {
	  .testimonal-personal .testimonal-item .box-img img {
		width: 90px;
	  }
	  .dsn-testimonials .mb-30 {
    margin-bottom: 0;
}
.authoer svg {
    width: 10px;
}
	}
	.testimonal-personal .testimonal-item .title {
	  margin-top: -40px;
	  mix-blend-mode: multiply;
	  max-width: 710px;
	}
	@media only screen and (max-width: 767px) {
	  .testimonal-personal .testimonal-item .title {
		margin-top: 20px;
		font-size: 18px;
	  }
	}
	.testimonal-personal .prev-paginate,
	.testimonal-personal .next-paginate {
	  border: 0;
	}
	@media only screen and (max-width: 767px) {
	  .testimonal-personal .prev-paginate,
	.testimonal-personal .next-paginate {
		position: absolute;
		bottom: 80px;
		height: 40px;
		z-index: 2;
	  }
	}
	.testimonal-personal .prev-paginate .dsn-icon,
	.testimonal-personal .next-paginate .dsn-icon {
	  height: 100%;
	  border-radius: 10px;
	}
	@media only screen and (max-width: 767px) {
	  .testimonal-personal .next-paginate {
		right: 30px;
	  }
	}

	.testimonal-p .testimonal-inner {
	  width: 70%;
	}
	@media only screen and (max-width: 767px) {
	  .testimonal-p .testimonal-inner {
		width: 100%;
	  }
	}
	.testimonal-p .testimonal-item .auther-inner .box-img {
	  border-radius: 2px;
	  width: 70px;
	  position: relative;
	  overflow: hidden;
	  margin-right: 10px;
	}
	@media only screen and (max-width: 575px) {
	  .testimonal-p .testimonal-item p.title-block {
		font-size: 16px;
	  }
	}
	.testimonal-p .dsn-paginate {
	  position: relative;
	  padding: 20px 0;
	}
	.testimonal-p .dsn-paginate::after {
	  content: "";
	  position: absolute;
	  left: 50%;
	  top: 0;
	  width: 1px;
	  height: 100%;
	  background-color: var(--border-color);
	}
	.testimonal-p .prev-paginate,
	.testimonal-p .next-paginate {
	  border: 0;
	  padding: 0;
	  border-radius: 0;
	  width: 50%;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  text-align: center;
	}

	.testimonal-view {
	  position: relative;
	}
	.testimonal-view .testimonal-inner {
	  margin-left: 30px;
	  margin-right: 30px;
	}
	.testimonal-view .overlay {
	  bottom: 0;
	  background-image: linear-gradient(to top, #fff, rgba(0, 0, 0, 0));
	  z-index: 1;
	}
	.testimonal-view .testimonal-item {
	  padding: 50px 30px;
	  height: -webkit-max-content;
	  height: max-content;
	}

	.dsn-brand .box-title .awards-box {
	  padding: 20px;
	}
	.dsn-brand .box-title .text h5 {
	  font-size: 16px;
	}
	.dsn-brand .box-title .text p {
	  font-size: 12px;
	}
	.dsn-brand .box-title .item {
	  position: relative;
	  -webkit-mask-position: top;
			  mask-position: top;
	  -webkit-mask-size: cover;
			  mask-size: cover;
	}
	.dsn-brand .box-title .item:first-of-type {
	  -webkit-mask-image: url(../img/shape-awards.svg);
			  mask-image: url(../img/shape-awards.svg);
	}
	.dsn-brand .box-title .item:last-of-type {
	  -webkit-mask-image: url(../img/shape-awards2.svg);
			  mask-image: url(../img/shape-awards2.svg);
	}
	@media only screen and (max-width: 767px) {
	  .dsn-brand .box-title .item {
		-webkit-mask-image: none !important;
				mask-image: none !important;
	  }
	}
	.dsn-brand .box-title .item .item-inner {
	  padding: 15px 20px;
	  min-height: 180px;
	}
	@media only screen and (max-width: 767px) {
	  .dsn-brand .box-title .item .item-inner {
		border-radius: 10px;
	  }
	}
	.dsn-brand .box-title .item .item-inner p {
	  font-size: 12px;
	}
	@media only screen and (max-width: 767px) {
	  .dsn-brand.brand-radu .brand-inner .brand-boxs {
		display: flex;
		grid-column-gap: 30px;
		grid-row-gap: 30px;
		grid-template-columns: repeat(2, 1fr);
	  }
	  .dsn-brand.brand-radu .brand-inner .brand-boxs .brand-item {
		aspect-ratio: auto;
		border-radius: 0;
		margin: 0;
		border-radius: 10px;
	  }
	}
	.dsn-brand.brand-radu .brand-item {
	  aspect-ratio: 1/1;
	}

	@media only screen and (max-width: 767px) {
	  .dsn-brand.brand-radu .brand-item {
		min-height: 180px;
	  }
	}
	.dsn-brand.brand-radu .brand-item.brand-item-lg {
	  width: 100%;
	}
	.dsn-brand.brand-radu .brand-item.brand-item-lg img {
	}
	.dsn-brand.brand-radu .brand-item.brand-item-sm {
	  height: 120px;
	}
	@media only screen and (max-width: 767px) {
	  .dsn-brand.brand-radu .brand-item.brand-item-sm {
		height: 180px;
	  }
	  .services-lest-hover .item h2 {
		           line-height: 43px;
        text-transform: uppercase;
        text-transform: capitalize;
        font-weight: 700;
        letter-spacing: 0.5px;
        font-size: 18px;
        position: absolute;
        bottom: -10px;
        background: rgba(0, 0, 0, 0.4);
        width: 100%;
        padding-left: 20px;
        color: #fff;
	}	
	.services-lest-hover .item {
    position: relative;
    display: inline-flex
;
    align-items: baseline;
    flex-direction: row;
    column-count: 2;
}


	}
	.dsn-brand.brand-radu .brand-item.brand-item-sm img {
	  width: 70px;
	}
	.dsn-brand .brand-item {
	display: flex;
		align-items: flex-start;
		justify-content: center;
		text-align: center;
		color: #333;
	   
		border-radius: 10px;
		align-content: flex-start;
	}
	.surrounded li, .surrounded h6 {
		padding-bottom: 5px;
	}
	.dsn-brand .brand-item-inner {
	  width: 175px;
	  margin: auto;
	}
	.dsn-brand .brand-item-inner img {
	  margin: auto;
	}
	.text-white.dsn-fill span.word
	 {
		-webkit-background-clip: text;
		background-repeat: no-repeat;
		background-image: linear-gradient(#ffffff, #ffffff);
	color:#fff;
	}
	.v-dark .brand-item img {
	  filter: invert(1);
	}
	.direction1 {
			width: 100%;
		background-image: url(../../assets/img/direction1.png);
		background-size: cover;
	}
	.direction2 {
			width: 100%;
		background-image: url(../../assets/img/direction2.png);
		background-size: cover;
	}
	.direction3 {
			width: 100%;
		background-image: url(../../assets/img/direction3.png);
		background-size: cover;
	}
	.direction4 {
			width: 100%;
		background-image: url(../../assets/img/direction4.png);
		background-size: cover;
	}
	.text-white-clr ul li, .text-white-clr h6 {
		color: #fff;
		/* background: #fff; */
	}
	.surrounded h6 span{
			background: #ef7800;
		padding: 5px 10px;
		border-radius: 22px;
		margin: 10px 0;
		
	}
	@media only screen and (max-width: 991px) {
	  .box-brands {
		border: 0;
		width: 100%;
	  }
	}
	.box-brands .brand-inner {
	  padding-left: 30px;
	}
	@media only screen and (max-width: 991px) {
	  .box-brands .brand-inner {
		border: 0;
		padding-left: 0;
	  }
	}
	.box-brands .brand-inner .brand-item {
	  padding: 30px 0;
	  display: flex;
	  align-items: center;
	}
	@media only screen and (max-width: 991px) {
	  .box-brands .brand-inner .brand-item {
		padding: 0;
	  }
	}

	.brand-scroll {
	  text-align: center;
	  overflow: hidden;
	}
	.brand-scroll .brand-title {
	  font-size: 350px;
	  line-height: 250px;
	  opacity: 0.1;
	  text-transform: uppercase;
	}

	.dsn-team .team-item .box-img {
	  height: 300px;
	}
	.dsn-team .team-item .box-img img {
	  border-radius: 10px 10px 0 0;
	}
	.dsn-team .team-item .content {
	  padding: 15px 30px;
	}
	.dsn-team .team-item .content .social-inner {
	  margin-top: -64px;
	}
	.dsn-team .team-item .content .social-inner h6 {
	  height: -webkit-max-content;
	  height: max-content;
	  font-size: 13px;
	  font-family: var(--body-font);
	  font-weight: 500;
	  margin-right: 10px;
	  padding-top: 15px;
	}
	.dsn-team .team-item .content .social-inner .social-item {
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  text-align: center;
	  width: 40px;
	  height: 50px;
	}
	.dsn-team .team-item .content .social-inner .social-item:not(:last-of-type) {
	  border-bottom: 1px solid var(--bg-color);
	}
	.dsn-team .team-item .content .social-inner .social-item i {
	  font-size: 16px;
	  color: var(--theme-color);
	}
	.dsn-team.team-two .swiper-container {
	  overflow: visible;
	}
	.dsn-team.team-two .team-item .box-img {
	  height: 600px;
	}
	.dsn-team.team-two .team-item .box-img img {
	  border-radius: 10px;
	}

	.dsn-accordion {
	  line-height: 1.2;
	}
	.dsn-accordion .accordion__answer {
	  display: none;
	  padding: 30px;
	}
	.dsn-accordion .accordion__answer.active {
	  display: block;
	}
	.dsn-accordion .accordion__item:not(:last-of-type) {
	  margin-bottom: 30px;
	}
	.dsn-accordion .accordion__question {
	  position: relative;
	  cursor: pointer;
	  -webkit-user-select: none;
			  user-select: none;
	}
	.dsn-accordion .accordion__question:not(:first-of-type) {
	  padding: 8px 15px 0 0;
	}
	.dsn-accordion .accordion__question h4 {
	  font-weight: 600;
	  margin-bottom: 0;
	}
	.dsn-accordion .accordion__question:not(.expanded):before {
	  transform: rotate(45deg);
	  border-width: 0 2px 2px 0;
	  padding: 3px;
	}
	.dsn-accordion .accordion__question.expanded:before {
	  border-width: 1px;
	  width: 10px;
	}

	.dsn-skills-item {
	  position: relative;
	  width: 100%;
	}
	.dsn-skills-item .background-theme {
	  --heading-color: inhert !important;
	  --font-color: inhert !important;
	}
	.dsn-skills-item .box-img {
	  padding: 20px 5px;
	  border-radius: 5px;
	}
	.dsn-skills-item .box-img img {
	  width: 58px;
	}
	.dsn-skills-item.border-right {
	  padding-right: 30px;
	}
	@media only screen and (max-width: 767px) {
	  .dsn-skills-item.border-right {
		padding-right: 0;
		border: 0;
	  }
	}
	.dsn-skills-item.border-left {
	  padding-left: 30px;
	}
	@media only screen and (max-width: 767px) {
	  .dsn-skills-item.border-left {
		padding-left: 0;
		border: 0;
	  }
	}
	.dsn-skills-item .bar-progress {
	  position: relative;
	  width: 100%;
	  height: 6px;
	}
	.dsn-skills-item .bar-progress .fill {
	  position: absolute;
	  width: 0;
	  height: 100%;
	}
	.dsn-skills-item .bar-progress .fill:not(.background-section):not(.background-main):not(.background-theme):not(.background-heading) {
	  background-image: url("../img/patterns.html");
	}
	.dsn-skills-item .bar-progress .fill.background-heading {
	  background-color: var(--heading-color);
	}
	.dsn-skills-item .bar-progress .fill .number {
	  font-size: 14px;
	  position: absolute;
	  top: -10px;
	  right: -15px;
	  color: var(--heading-color);
	  text-shadow: 1px 1px 7px var(--bg-color);
	}
	.dsn-skills-item .bar-svg {
	  text-align: center;
	}
	.dsn-skills-item .bar-svg .fill-bar {
	  width: 160px;
	  height: 160px;
	  margin: auto;
	  background-color: transparent;
	}
	.dsn-skills-item .bar-svg .fill-bar svg {
	  transform: rotate(-90deg);
	}
	.dsn-skills-item .bar-svg .fill-bar .progress-bar__background {
	  fill: none;
	  stroke: var(--bg-color);
	  stroke-width: 1.8;
	  opacity: 0.23;
	}
	.dsn-skills-item .bar-svg .fill-bar .progress-bar__progress {
	  fill: none;
	  stroke-dasharray: 100 100;
	  stroke-linecap: round;
	  stroke-width: 1.8;
	  stroke: var(--theme-color);
	}
	.dsn-skills-item .bar-svg .fill-bar.background-section .progress-bar__progress {
	  stroke: var(--assistant-color);
	}
	.dsn-skills-item .bar-svg .fill-bar.background-main .progress-bar__progress {
	  stroke: var(--bg-color);
	}
	.dsn-skills-item .bar-svg .fill-bar.background-heading .progress-bar__progress {
	  stroke: var(--heading-color);
	}
	.dsn-skills-item .bar-svg .fill-bar .number.font-number {
	  font-size: 30px;
	}

	.dsn-resume .resume-item {
	  position: relative;
	  padding-left: 20px;
	}
	@media only screen and (min-width: 992px) {
	  .dsn-resume .resume-item:not(:last-of-type) {
		padding-bottom: 50px;
	  }
	}
	@media only screen and (min-width: 768px) and (max-width: 991px) {
	  .dsn-resume .resume-item:not(:last-of-type) {
		padding-bottom: 30px;
	  }
	}
	@media only screen and (max-width: 767px) {
	  .dsn-resume .resume-item:not(:last-of-type) {
		padding-bottom: 20px;
	  }
	}
	.dsn-resume .resume-item:not(:last-of-type):after {
	  top: 20px;
	  left: 4px;
	  width: 1px;
	  height: calc(100% - 24px);
	  background-color: var(--border-color);
	}
	.dsn-resume .resume-item:before, .dsn-resume .resume-item:after {
	  content: "";
	  position: absolute;
	}
	.dsn-resume .resume-item:before {
	  top: 5px;
	  left: 0;
	  width: 8px;
	  height: 8px;
	  border-radius: 50%;
	  background-color: var(--theme-color);
	}
	.dsn-resume .resume-item .resume-position {
	  font-family: var(--body-font);
	  line-height: 1.6;
	  font-weight: 500;
	  color: var(--font-color);
	}

	.dsn-grid-masonry .box-item {
	  transition: transform 0.3s;
	}
	.dsn-grid-masonry .box-item:hover {
	  transform: translateY(-3px);
	}
	.dsn-grid-masonry .box-item, .dsn-grid-masonry .box-item .img-box-parallax {
	  position: relative;
	}
	.dsn-grid-masonry .box-item .img-box-parallax .cap {
	  bottom: 2px;
	}
	.dsn-grid-masonry .dsn-title {
	  margin-top: 15px;
	}
	.box-grid-number .dsn-grid-masonry {
	  counter-reset: workcounter;
	}
	.box-grid-number .dsn-grid-masonry .box-item .dsn-title span:before {
	  counter-increment: workcounter;
	  content: counters(workcounter, ".", decimal-leading-zero);
	  position: relative;
	  display: inline-block;
	  padding: 5px;
	  background-color: var(--theme-color);
	  color: var(--bg-color);
	  font-size: 14px;
	  font-weight: 400;
	  border-radius: 5px;
	  margin-right: 10px;
	}

	.gallery-2-col .inner-img {
	  position: relative;
	}
	.gallery-2-col .inner-img .img img {
	  width: 100%;
	  height: 45vh;
	}
	.gallery-2-col .inner-img .img-hieght-lg img {
	  height: 65vh;
	  width: 100%;
	}

	.dsn-tabs .tabs__button {
	  background-color: var(--assistant-color);
	  padding: 15px 0;
	}
	.dsn-tabs .tabs__button ul {
	  list-style: none;
	}
	.dsn-tabs .tabs__button ul li {
	  cursor: pointer;
	  line-height: inherit;
	  padding: 10px 20px;
	  margin-bottom: 0;
	  font-size: 14px;
	}
	.dsn-tabs .tabs__button ul li.active {
	  background-color: var(--bg-color);
	}
	.dsn-tabs .tabs__button ul li:not(:last-child) {
	  margin-right: 5px;
	}

	.right-box-image,
	.left-box-image {
	  position: relative;
	}
	@media only screen and (min-width: 992px) {
	  .right-box-image .box-img,
	.right-box-image .img-box-parallax,
	.left-box-image .box-img,
	.left-box-image .img-box-parallax {
		position: absolute;
		height: 100%;
		width: 100%;
		left: 0;
		top: 0;
	  }
	  .right-box-image .box-left,
	.left-box-image .box-left {
		margin-right: 100px;
	  }
	  .right-box-image .box-left .box-img-small,
	.left-box-image .box-left .box-img-small {
		margin-right: -100px;
	  }
	  .right-box-image .box-left .box-img-small img,
	.left-box-image .box-left .box-img-small img {
		width: 200px;
	  }
	  .right-box-image .box-right,
	.left-box-image .box-right {
		padding: 120px 0 120px 100px;
	  }
	}
	@media only screen and (max-width: 991px) {
	  .right-box-image .d-grid,
	.left-box-image .d-grid {
		grid-column-gap: 60px;
		grid-row-gap: 30px;
		align-items: center !important;
	  }
	}
	@media only screen and (max-width: 767px) {
	  .right-box-image .box-img-small,
	.left-box-image .box-img-small {
		width: 100%;
	  }
	  .right-box-image .box-img-small img,
	.left-box-image .box-img-small img {
		width: 100%;
	  }
	}

	.right-box-image {
	  position: relative;
	  display: flex;
	  align-items: center;
	  flex-direction: column;
	}
	.right-box-image .box-info {
	  position: relative;
	}

	.box-under-bottom-img {
	  position: relative;
	  overflow: hidden;
	}
	@media only screen and (min-width: 992px) {
	  .box-under-bottom-img .content {
		margin-top: -130px;
	  }
	}
	@media only screen and (max-width: 991px) {
	  .box-under-bottom-img .content {
		border-radius: 0;
	  }
	}

	.box-under-img {
	  position: relative;
	  overflow: hidden;
	}
	.box-under-img .content {
	  position: absolute;
	  top: 0;
	}
	@media only screen and (min-width: 992px) {
	  .box-under-img .content {
		width: 50%;
	  }
	}
	@media only screen and (min-width: 768px) and (max-width: 991px) {
	  .box-under-img .content {
		width: 65%;
	  }
	}
	@media only screen and (min-width: 768px) {
	  .box-under-img .content {
		right: 0;
	  }
	}

	@media only screen and (min-width: 992px) {
	  .section-move-image:not(.award-move) {
		--dsn-width-item: 3;
		--dsn-col-item: 30px;
		--dsn-row-item: 30px;
	  }
	}
	@media only screen and (max-width: 991px) {
	  .section-move-image:not(.award-move) {
		--dsn-width-item: 2.5;
		--dsn-col-item: 20px;
		--dsn-row-item: 20px;
	  }
	}
	@media only screen and (max-width: 767px) {
	  .section-move-image:not(.award-move) {
		--dsn-width-item: 1.5;
	  }
	}
	.section-move-image.award-move {
	  --dsn-col-item: 0px;
	}
	.section-move-image.award-move.border-top-0 .grid-item {
	  border-top: 0;
	}
	@media only screen and (min-width: 992px) {
	  .section-move-image.award-move:not(.award-move-text) {
		--dsn-width-item: 5;
	  }
	}
	@media only screen and (min-width: 768px) and (max-width: 991px) {
	  .section-move-image.award-move:not(.award-move-text) {
		--dsn-width-item: 4;
	  }
	}
	@media only screen and (max-width: 767px) {
	  .section-move-image.award-move:not(.award-move-text) {
		--dsn-width-item: 3;
	  }
	}
	@media only screen and (max-width: 575px) {
	  .section-move-image.award-move:not(.award-move-text) {
		--dsn-width-item: 2 !important;
	  }
	}
	@media only screen and (min-width: 992px) {
	  .section-move-image.award-move.award-move-text {
		--dsn-width-item: 3.5;
	  }
	}
	@media only screen and (min-width: 768px) and (max-width: 991px) {
	  .section-move-image.award-move.award-move-text {
		--dsn-width-item: 3;
	  }
	}
	@media only screen and (max-width: 767px) {
	  .section-move-image.award-move.award-move-text {
		--dsn-width-item: 2.5;
	  }
	  .hv-100 {
		height: 60vh !important;
	}
	.hub-container {

		display: none;
	}
	}
	.section-move-image.award-move .grid-item {
	  display: flex;
	  align-items: center;
	  flex-wrap: nowrap;
	}
	.section-move-image.award-move .grid-item:not(.justify-content-center) {
	  justify-content: space-between;
	}
	.section-move-image.award-move .grid-item.border-style:not(.section-move-image.award-move .grid-item:last-child) {
	  border-right: 0;
	}

	.seat-section .box-img img {
	  border-radius: 0 30px 30px 0;
	}

	.seat-section .content {
	  -webkit-backdrop-filter: blur(8px);
			  backdrop-filter: blur(8px);
	  background-color: rgba(255, 255, 255, 0.09);
	}
	@media only screen and (max-width: 767px) {
	  .seat-section .content .section-title.justify-content-between .title {
		order: 1;
	  }
	  .seat-section .content .section-title.justify-content-between p {
		order: 2;
		margin-top: 30px;
	  }
	}

	.img-under-header .grid-item {
	  height: 380px;
	}
	@media only screen and (max-width: 767px) {
	  .img-under-header .grid-item {
		height: 190px;
	  }
	}
	.img-under-header .box-text {
	  -webkit-backdrop-filter: blur(8px);
			  backdrop-filter: blur(8px);
	  background-color: rgba(0, 0, 0, 0.4);
	  padding: 60px 100px;
	}
	@media only screen and (max-width: 767px) {
	  .img-under-header .box-text {
		padding: 40px;
		width: 100%;
		border-radius: 0;
	  }
	}

	.box-move .info .info-item {
	  padding-bottom: 30px;
	}
	.box-move .info .info-item:not(:last-of-type) {
	  margin-bottom: 30px;
	}
	.box-move .info .info-item .date {
	  width: 90px;
	}
	.box-move .info .info-item .sm-title-block {
	  width: 60%;
	  font-family: var(--body-font);
	  font-size: 15px;
	}
	.box-move .info .info-item .icon {
	  margin-left: auto;
	}
	.box-move .info .info-item .icon svg {
	  width: 10px;
	  transform: rotate(45deg);
	}

	.about-section .box-text {
	  position: relative;
	  z-index: 2;
	}
	.about-section .box-text .bg-pattern {
	  height: 300px;
	  top: -60px;
	  left: -30%;
	}
	@media only screen and (max-width: 991px) {
	  .about-section .box-text .bg-pattern {
		display: none;
	  }
	}
	.about-section .box-text p {
	  max-width: 470px;
	}
	.about-section .box-text .experience {
	  position: relative;
	  border-radius: 10px;
	  width: 130%;
	  z-index: 22;
	}
	@media only screen and (max-width: 991px) {
	  .about-section .box-text .experience {
		width: 100%;
	  }
	}
	.about-section .box-text .experience .ex {
	  position: relative;
	  width: calc(100% - 194px);
	  padding: 15px 30px;
	}
	.about-section .box-text .experience .ex svg {
	  position: absolute;
	}
	@media only screen and (max-width: 575px) {
	  .about-section .box-text .experience .ex svg {
		display: none;
	  }
	}
	.about-section .box-text .experience .ex svg.bottom {
	  right: 0;
	  bottom: 0;
	}
	.about-section .box-text .experience .ex svg.bottom path {
	  fill: var(--bg-color);
	}
	.about-section .box-text .experience .ex svg.top {
	  right: 0;
	  top: 0;
	}
	.about-section .box-text .experience .ex svg.top path {
	  fill: var(--border-color);
	}
	.about-section .box-text .experience .box-video {
	  position: relative;
	  width: 265px;
	  height: 100%;
	}
	.about-section .box-text .experience .box-video img {
	  border-radius: 0 10px 10px 0;
	}
	.about-section .box-text .experience .box-video .play {
	  width: 90px;
	  height: 90px;
	  border-radius: 50%;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  z-index: 2;
	}
	.about-section .box-text .experience .box-video .play svg {
	  width: 50px;
	  height: 50px;
	  padding-left: 6px;
	}
	.about-section .box-text .experience .box-video .play svg path {
	  fill: #fff;
	}
	@media only screen and (max-width: 575px) {
	  .about-section .box-text .experience .ex {
		padding: 15px;
		width: auto;
	  
	  }
	  .about-section .box-text .experience .box-video {
		width: 100%;
		display:none;
	  }
	  .wrap{
			width: 100% !important;  
	  }
	  h1.animate1{
		  font-size:18px !important;
	  }
	 
	}

	.about-section .corner-box {
	  position: relative;
	  border-radius: 15px;
	  height: 100%;
	  color: var(--bg-color);
	  background-color: var(--bg-color);
	}
	.about-section .corner-box .corner__lb {
	  position: absolute;
	  background-color: currentcolor;
	  color: currentColor;
	  left: -1px;
	  bottom: -1px;
	  min-height: 152px;
	  width: 155px;
	  border-radius: 0px 15px 0px 0px;
	  z-index: 1;
	}
	@media only screen and (max-width: 991px) {
	  .about-section .corner-box .corner__lb {
		display: none;
	  }
	}
	.about-section .corner-box .corner__lb::before, .about-section .corner-box .corner__lb::after {
	  content: "";
	  position: absolute;
	  background-image: radial-gradient(circle at 119% 108%, transparent 15px, currentcolor 16px);
	  width: 15px;
	  height: 15px;
	  aspect-ratio: 1;
	  z-index: 1;
	  rotate: -90deg;
	}
	.about-section .corner-box .corner__lb::before {
	  content: "";
	  position: absolute;
	  left: 0px;
	  bottom: 99%;
	}
	.about-section .corner-box .corner__lb::after {
	  right: -14px;
	  bottom: -1px;
	}
	.about-section .box-img {
	  position: relative;
	}
	.about-section .box-img img {
	  border-radius: 10px;
	}

	.about-personal .title {
	  line-height: 1.2;
	}
	.about-personal .title img {
	  width: 260px;
	  height: 70px;
	}
	@media only screen and (max-width: 575px) {
	  .about-personal .title img {
		display: none;
	  }
	}
	@media only screen and (max-width: 575px) {
	  .about-personal .w-50.ml-auto {
		width: 100%;
	  }
	}
	.about-personal .svg-arrow {
	  right: calc(50% + 30px);
	}
	@media only screen and (max-width: 575px) {
	  .about-personal .svg-arrow {
		display: none;
	  }
	}
	.about-personal .svg-arrow path {
	  fill: var(--heading-color);
	}

	.section-seat .box-img {
	  position: relative;
	}
	.section-seat .box-img .img-shape {
	  position: absolute;
	  top: -80px;
	  right: -55px;
	}
	@media only screen and (max-width: 991px) {
	  .section-seat .box-img .img-shape {
		display: none;
	  }
	}
	.section-seat .review-box .review-box-inner {
	  padding: 5px 15px 5px 5px;
	  border-radius: 30px;
	  height: -webkit-max-content;
	  height: max-content;
	}
	.section-seat .review-box .review-box-inner img {
	  width: 30px;
	}
	.section-seat .review-box .review-box-inner i {
	  color: #F1C644;
	  font-size: 16px;
	}
	.section-seat .review-box .review-box-inner i:not(:last-of-type) {
	  margin-right: 5px;
	}
	.section-seat .review-box p {
	  max-width: 180px;
	}

	.box-seat {
	  position: relative;
	}
	@media only screen and (max-width: 991px) {
	  .box-seat .grid-half-1 {
		grid-template-columns: none;
	  }
	}
	@media only screen and (max-width: 575px) {
	  .box-seat .box-img {
		width: 100%;
		display: block;
	  }
	}
	.box-seat .box-img .img-lg {
	  width: 45%;
	  margin-left: -60px;
	}
	@media only screen and (max-width: 575px) {
	  .box-seat .box-img .img-lg {
		width: 100%;
		margin-left: 0;
	  }
	}
	.box-seat .box-img .img-sm {
	  position: relative;
	  width: 23%;
	  margin-top: auto;
	  margin-bottom: 50px;
	  z-index: 2;
	}
	@media only screen and (max-width: 575px) {
	  .box-seat .box-img .img-sm {
		display: none;
	  }
	}
	.box-seat .box-img .img-md {
	  width: 25%;
	  margin-left: -60px;
	  margin-top: 15%;
	}
	@media only screen and (max-width: 575px) {
	  .box-seat .box-img .img-md {
		display: none;
	  }
	}
	.box-seat .box-img .img-last {
	  position: absolute;
	  right: 0;
	  bottom: 0;
	  width: 32%;
	}
	@media only screen and (max-width: 575px) {
	  .box-seat .box-img .img-last {
		display: none;
	  }
	}
	.box-seat .box-text .info .info-item {
	  padding-bottom: 30px;
	}
	.box-seat .box-text .info .info-item:not(:last-of-type) {
	  margin-bottom: 30px;
	}
	@media only screen and (max-width: 575px) {
	  .box-seat .box-text .info .info-item {
		flex-direction: column;
		align-items: baseline;
	  }
	}
	.box-seat .box-text .info .info-item .date {
	  width: 90px;
	}
	@media only screen and (max-width: 575px) {
	  .box-seat .box-text .info .info-item .date {
		margin-bottom: 10px;
	  }
	}
	.box-seat .box-text .info .info-item .sm-title-block {
	  width: 60%;
	  font-family: var(--body-font);
	  font-size: 15px;
	}
	@media only screen and (max-width: 575px) {
	  .box-seat .box-text .info .info-item .sm-title-block {
		margin-bottom: 10px;
	  }
	}
	.box-seat .box-text .info .info-item .icon {
	  margin-left: auto;
	}
	@media only screen and (max-width: 575px) {
	  .box-seat .box-text .info .info-item .icon {
		margin-left: 0;
		margin-top: 10px;
	  }
	}
	.box-seat .box-text .info .info-item .icon svg {
	  width: 10px;
	  transform: rotate(45deg);
	}

	.about-me .about-inner .background-decoration {
	  display: flex;
	  flex-direction: column;
	  justify-content: space-between;
	  align-items: flex-end;
	  position: absolute;
	  right: 0;
	  bottom: 30px;
	  grid-row-gap: 20px;
	  opacity: 0.7;
	}
	.about-me .about-inner .background-decoration .decoration-item-1 {
	  background-color: var(--border-color);
	  border-top-left-radius: 5.2rem;
	  border-bottom-left-radius: 5.2rem;
	  width: 25vw;
	  height: 90px;
	}
	.about-me .about-inner .background-decoration .decoration-item-2 {
	  background-color: var(--bg-color);
	  border-top-left-radius: 5.2rem;
	  border-bottom-left-radius: 5.2rem;
	  width: 30vw;
	  height: 90px;
	}
	@media only screen and (max-width: 575px) {
	  .about-me .about-inner .background-decoration, .about-me .about-inner .bg-pattarn {
		display: none;
	  }
	}
	@media only screen and (min-width: 576px) {
	  .about-me .box-img img {
		max-width: 440px;
		margin-top: -70px;
		z-index: 2;
	  }
	}

	.about-has-image .box-img {
	  display: grid;
	  gap: 5px;
	  grid-row-gap: 20px;
	}
	.about-has-image .box-img .img-inner:first-of-type {
	  aspect-ratio: 2/3;
	  grid-row: span 2/span 2;
	  align-self: center;
	}
	.about-has-image .box-img .img-inner:nth-of-type(2) {
	  padding-right: 50px;
	  aspect-ratio: 1/1;
	  grid-column-start: 6;
	  aspect-ratio: 3/2;
	}
	@media only screen and (max-width: 575px) {
	  .about-has-image .box-img .img-inner:nth-of-type(2) {
		display: none;
	  }
	}
	.about-has-image .box-img .img-inner:last-of-type {
	  aspect-ratio: 1/1;
	  grid-column-start: 6;
	}
	@media only screen and (max-width: 575px) {
	  .about-has-image .box-img .img-inner:last-of-type {
		display: none;
	  }
	}
	@media only screen and (max-width: 991px) {
	  .about-has-image .box-text {
		padding: 0;
	  }
	}

	@media only screen and (max-width: 991px) {
	  .seat-section-ar .box-img {
		display: none;
	  }
	}
	@media only screen and (max-width: 991px) {
	  .seat-section-ar .img-top {
		display: none;
	  }
	}

	@media only screen and (max-width: 991px) {
	  .about-photography .box-img-gallery {
		display: none;
	  }
	}

	@media only screen and (max-width: 575px) {
	  .section-video .title-lg {
		display: none;
	  }
	  .section-video .content {
		display: block;
		width: 100%;
		grid-template-columns: unset;
		margin-left: auto;
		margin-right: auto;
	  }
	}

	.dsn-award .award-item {
	  padding-top: 30px;
	  padding-bottom: 30px;
	  border-top: 1px solid var(--border-color);
	}
	.dsn-award .award-item:not(:first-of-type) {
	  padding-bottom: 30px;
	}
	.dsn-award .award-item .date {
	  padding-top: 6px;
	}
	.dsn-award .award-item img {
	  height: 100px;
	}

	body.tax-product_tag #dsn_header, body.tax-product_cat #dsn_header {
	  margin-bottom: var(--margin-padding);
	}

	.woocommerce-page.columns-1 ul.products li.product, .woocommerce.columns-1 ul.products li.product {
	  width: 100%;
	  margin: 0;
	}

	.dsn-effect-scroll:not(.dsn-mobile) #dsn-scrollbar, .sidebar-single, .dsn-work-scrollbar, .contact-modal {
	  overflow: hidden;
	  height: 100vh;
	}
	.dsn-effect-scroll:not(.dsn-mobile) #dsn-scrollbar .scrollbar-track, .sidebar-single .scrollbar-track, .dsn-work-scrollbar .scrollbar-track, .contact-modal .scrollbar-track {
	  background: none;
	  width: 4px;
	  mix-blend-mode: exclusion;
	  z-index: 11;
	}
	.dsn-effect-scroll:not(.dsn-mobile) #dsn-scrollbar .scrollbar-track .scrollbar-thumb, .sidebar-single .scrollbar-track .scrollbar-thumb, .dsn-work-scrollbar .scrollbar-track .scrollbar-thumb, .contact-modal .scrollbar-track .scrollbar-thumb {
	  background: #fff;
	  width: var(--smooth-width);
	}

	@media only screen and (min-width: 992px) {
	  .admin-bar.dsn-effect-scroll:not(.dsn-mobile) #main_content:after {
		content: "";
		display: block;
		height: 0.1px;
	  }
	}

	.admin-bar.dsn-effect-scroll:not(.dsn-mobile) #dsn-scrollbar, .sidebar-single, .dsn-work-scrollbar, .contact-modal {
	  height: calc(100vh - 46px);
	}
	@media screen and (min-width: 783px) {
	  .admin-bar.dsn-effect-scroll:not(.dsn-mobile) #dsn-scrollbar, .sidebar-single, .dsn-work-scrollbar, .contact-modal {
		height: calc(100vh - 32px);
	  }
	}

	.locked-scroll #dsn-scrollbar {
	  background-color: var(--bg-color);
	}

	.cap {
	  position: absolute;
	  bottom: 0;
	  left: 0;
	  background-color: #000;
	  padding: 4px 15px;
	  color: #fff;
	  z-index: 10;
	}
	.cap span {
	  font-size: 12px;
	  text-transform: uppercase;
	  letter-spacing: 2px;
	}
	.max-w450{
		max-width:450px;
	}
	 .map-container {
				position: relative;
				width: 100%;
				height: 100vh;
				background-image: url('../../assets/img/services/1.jpg'); /* Replace with actual map URL */
				background-size: cover;
				background-position: center;
			}
			.highlight {
				position: absolute;
				width: 200px;
				padding: 10px;
				background-color: rgba(255, 255, 255, 0.9);
				border: 2px solid #746653;
				border-radius: 10px;
				text-align: center;
				font-size: 14px;
				transform: translate(-50%, -50%);
				cursor: default;
			}
			.highlight:hover {
				background-color: #746653;
				color: white;
				font-weight: bold;
			}
			#aliens-hub {
				top: 60%;
				left: 50%;
				background-color: #ff4d4d; /* Red color for Aliens HUB */
				color: white;
				font-weight: bold;
			}
			#gmr-aerospace {
				top: 40%;
				left: 45%;
			}
			#tcs-campus {
				top: 35%;
				left: 70%;
			}
			#foxconn {
				top: 30%;
				left: 80%;
			}
			#kandukur {
				top: 70%;
				left: 55%;
			}
			#maheshwaram {
				top: 50%;
				left: 40%;
			}
			#adibatla {
				top: 30%;
				left: 60%;
			}
			#thukkuguda {
				top: 45%;
				left: 65%;
			}
			#kollur {
				top: 68%;
				left: 35%;
			}
			#shamshabad {
				top: 45%;
				left: 25%;
			}
			#pharma-city {
				top: 75%;
				left: 60%;
			}
			#rgia {
				top: 50%;
				left: 30%;
			}
		   #financial-district {
		top: 31%;
		left: 29%;
	}
			#bhel-township {
				top: 35%;
				left: 20%;
			}
			#warangal {
				top: 10%;
				left: 70%;
			}
			#karimnagar {
				top: 15%;
				left: 75%;
			}
			#nizamabad {
				top: 10%;
				left: 15%;
			}
			#vijayawada {
				top: 90%;
				left: 80%;
			}
			#tirupati {
				top: 95%;
				left: 60%;
			}
			#bangalore {
				top: 95%;
				left: 30%;
			}
			.legend {
				position: absolute;
				bottom: 10px;
				left: 50%;
				transform: translateX(-50%);
				background-color: rgba(0, 0, 0, 0.6);
				color: white;
				padding: 10px 20px;
				border-radius: 5px;
				font-size: 14px;
			}
	.col-contact.footer-links p {
		 display: flex;
		margin-bottom: 10px;
		justify-content: flex-start;
		align-items: stretch;
	}

	.footer-links i {
		margin: 8px 8px 0 0;
	}
	.call-icon-bottom {
	    position: fixed;
    right: 4px;
    top: 57%;
    width: 55px;
    height: 55px;
    border-radius: 60px;
    background-color: #156b37;
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    line-height: 57px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    display: block;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
	}
	.call-icon-bottom .fas fa-phone-alt {
		line-height:50px;
		color:#fff;
	}
	.whatsapp-icon-bottom {
		position: fixed;
    right: 3px;
    bottom: 23%;
    width: 55px;
    height: 55px;
    border-radius: 60px;
    background-color: #00e676;
    color: #fff;
    font-size: 50px;
    text-transform: uppercase;
    line-height: 57px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    display: block;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
	}
	.whatsapp-icon-bottom .fa-whatsapp {
		line-height:50px;
	}
	.enquiry-popup-overlay {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.enquiry-popup-overlay.visible {
  display: flex;
}

.enquiry-popup-content {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  min-width: 300px;
      position: absolute;
    right: 0;
    top: 0;
    background: white;
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 0 5px 5px 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    width: 300px;
    z-index: 1000;
}

.enquire-trigger{
	position: relative;
    background-color: #746653;
    color: white;
    padding: 22px 16px;
    border-radius: 5px 0 0 5px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    writing-mode: vertical-rl;
    text-orientation: mixed;
	font-size: 15px;
}
	.popup-content {
  background: white;
  padding: 20px;
  border-radius: 8px;
    position: absolute;
    right: 0;
    top: 0;
    background: white;
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 0 5px 5px 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    width: 300px;
    z-index: 1000;
}

	.popup-overlay {
	 display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  justify-content: center;
  align-items: center;
  z-index:999;
		}
		.popup {
		  background: white;
		  padding: 20px;
		  border-radius: 10px;
		  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
		  width: 300px;
		}
		.popup h2 {
		  margin: 0 0 15px;
		}
		.popup form {
		  display: flex;
		  flex-direction: column;
		}
		.popup form input,
		.popup form textarea,
		.popup form button,.popup form select {
			 margin-bottom: 10px;
		padding: 7px;
		font-size: 14px;
		border: 1px solid #8e8e8e;
		border-radius: 5px;
		color: #8e8e8e;
		}
		input#submitButton1 {
		background: var(--theme-color);
		color: #fff;
	}
		.popup form button {
		  background-color: #007BFF;
		  color: white;
		  border: none;
		  cursor: pointer;
		}
		.popup form button:hover {
		  background-color: #0056b3;
		}
		.popup .thank-you {
		  display: none;
		  color: green;
		  font-weight: bold;
		}
		.popup-overlay.show {
  display: flex;
}
		.close-btn {
		  background: none;
		  border: none;
		  font-size: 20px;
		  color: #888;
		  cursor: pointer;
		  float: right;
		}
		.close-btn:hover {
		  color: #444;
		}
		.form-popup-bg {
	  position:absolute;
	  top: 0;
	  left: 0;
	  right: 0;
	  bottom: 0;
	  display: flex;
	  flex-direction: column;
	  align-content: center;
	  justify-content: center;
	}
	.form-popup-bg {
	  position: fixed;
	  left: 0;
	  top: 0;
	  height: 100%;
	  width: 100%;
	  background-color: rgba(94, 110, 141, 0.9);
	  opacity: 0;
	  visibility: hidden;
	  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
	  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
	  transition: opacity 0.3s 0s, visibility 0s 0.3s;
	  overflow-y: auto;
	  z-index: 10000;
	}
	.form-popup-bg.is-visible {
	  opacity: 1;
	  visibility: visible;
	  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
	  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
	  transition: opacity 0.3s 0s, visibility 0s 0s;
	}
	.form-container {
		background-color: #2d3638;
		border-radius: 10px;
		box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
		display: flex;
		flex-direction: column;
		width: 100%;
		max-width: 700px;
		margin-left: auto;
		margin-right: auto;
		position:relative;
	  padding: 40px;
	  color: #fff;
	}
	.close-button {
	  background:none;
	  color: #fff;
	  width: 40px;
	  height: 40px;
	  position: absolute;
	  top: 0;
	  right: 0;
	  border: solid 1px #fff;
	}

	.form-popup-bg:before{
		content:'';
		background-color: #fff;
	  opacity: .25;
	  position:absolute;
	  top: 0;
	  left: 0;
	  right: 0;
	  bottom: 0;
	}
	@media(max-width:640px){
		.logo-text {
			font-size: 18px;
			color: var(--heading-color);
		}

	.highlight {
		position: absolute;
		width: 40%;
		padding: 10px;
		background-color: rgba(255, 255, 255, 0.9);
		border: 2px solid #746653;
		border-radius: 10px;
		text-align: center;
		font-size: 10px;
		transform: translate(-50%, -50%);
		cursor: default;
		padding: 8px;
	}
	.site-header {
	        position: fixed;
        top: 30px;
        left: 0px;
        right: 0px;
        padding-left: 10px;
        padding-right: 20px;
        padding-top: 5px;
        padding-bottom: 5px;
        background-color: rgba(0, 0, 0, 0.4);
        border-radius: 50px;
        transition-property: background-color, padding-top, padding-bottom, transform;
        transition-duration: 0.5s;
        z-index: 97;
        display: flex
;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }
	}
	.services-inner.dsn-accordion {
		overflow: hidden;
	}
	.legend{
		display:none;
	}
	.title-box h4.title {
		font-size: 32px;
	}
		.dsn-service.services-personal .service-item .title-box .number {
			font-size: 32px;
		}
	h5.second-heading {
		font-size: 16px;
		letter-spacing: inherit;
		font-weight: 500;
	}
	}
	.floating-form {
		max-width: 250px;
		padding: 15px 30px 10px 30px;
		font: 13px Arial, Helvetica, sans-serif;
		background:  rgba(0,0,0,0.7);
		border:0px solid #000;
		right: 10px;
		position: fixed;
		top:20%;
		z-index:9;
		box-shadow: -2px -0px 8px rgba(43, 33, 33, 0.06);
		-moz-box-shadow: -2px -0px 8px rgba(43, 33, 33, 0.06);
		-webkit-box-shadow:  -2px -0px 8px rgba(43, 33, 33, 0.06);
		}
	.contact-opener {
		position: absolute;
		left: -58px;
		/*transform: rotate(-90deg);*/
		/*top: 193px;*/
		/*background-color: #216288;*/
		padding: 9px;
		color: #fff;
		text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.43);
		cursor: pointer;
		border-radius: 5px 5px 0px 0px;
		-webkit-border-radius: 5px 5px 0px 0px;
		-moz-border-radius: 5px 5px 0px 0px;
		box-shadow: -2px -0px 8px rgba(43, 33, 33, 0.06);
		-moz-box-shadow: -2px -0px 8px rgba(43, 33, 33, 0.06);
		-webkit-box-shadow:  -2px -0px 8px rgba(43, 33, 33, 0.06);

	}
	.floating-form-heading{
		font-weight: bold;
		font-style: italic;
		border-bottom: 2px solid #ddd;
		margin-bottom: 10px;
		font-size: 15px;
		padding-bottom: 3px;
	}
	.floating-form label{
		display: block;
		margin: 0px 0px 15px 0px;
	}
	.floating-form label > span{
		width: 70px;
		font-weight: bold;
		float: left;
		padding-top: 8px;
		padding-right: 5px;
	}
	.floating-form span.required{
		color:red;
	}
	.floating-form .tel-number-field{
		width: 40px;
		text-align: center;
	}
	.floating-form  .long{
		width: 120px;
	}
	.floating-form input.input-field{
		width: 68%;
	   
	}

	.floating-form input.input-field,
	.floating-form .tel-number-field,
	.floating-form .textarea-field,
	 .floating-form .select-field{
		-webkit-transition: all 0.30s ease-in-out;
		-moz-transition: all 0.30s ease-in-out;
		-ms-transition: all 0.30s ease-in-out;
		-o-transition: all 0.30s ease-in-out; 
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		border: 1px solid #C2C2C2;
		box-shadow: 1px 1px 4px #EBEBEB;
		-moz-box-shadow: 1px 1px 4px #EBEBEB;
		-webkit-box-shadow: 1px 1px 4px #EBEBEB;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		padding: 7px;
		outline: none;
	}
	.floating-form .input-field:focus,
	.floating-form .tel-number-field:focus,
	.floating-form .textarea-field:focus,  
	.floating-form .select-field:focus{
		border: 1px solid #0C0;
	}
	.floating-form .textarea-field{
		height:100px;
		width: 68%;
	}
	.floating-form input[type="button"],
	.floating-form input[type="submit"], .contact-opener {
		/*-moz-box-shadow: inset 0px 1px 0px 0px #a92b91;
		-webkit-box-shadow: inset 0px 1px 0px 0px #a92b91;
		box-shadow: inset 0px 1px 0px 0px #a92b91;*/
		background-color: #000;
		border: 1px solid #000;
		display: inline-block;
		cursor: pointer;
		color: #FFFFFF;
		padding: 8px 14px;
		text-decoration: none;
		font: 14px Arial, Helvetica, sans-serif;
	}
	.floating-form input[type="button"]:hover,
	.floating-form input[type="submit"]:hover, .contact-opener {
		/*background: linear-gradient(to bottom, #2D77A2 5%, #337DA8 100%);*/
		background-color: #000000;
		
	}
	.floating-form .success{
		background: #D8FFC0;
		padding: 5px 10px 5px 10px;
		margin: 0px 0px 5px 0px;
		border: none;
		font-weight: bold;
		color: #2E6800;
		border-left: 3px solid #2E6800;
	}
	.floating-form .error {
		/*background: #FFE8E8;
		padding: 5px 10px 5px 10px;
		margin: 0px 0px 5px 0px;
		border: none;
		font-weight: bold;
		color: #FF0000;
		border-left: 3px solid #FF0000;*/
	}
	.form input[type=password]:focus, .form input[type=date]:focus, .form input[type=color]:focus, .form input[type=text]:focus, .form input[type=email]:focus, .form input[type=number]:focus, .form input[type=url]:focus, .form input[type=search]:focus, .form input[type=tel]:focus, .form select:focus {
		color: #111;
		border-color: rgba(0,0,0,.7);
		outline: 0
	}


	.contact-form-cont {
		max-width: 550px;
		padding: 80px 50px 30px 60px
	}
	.contact-form-container-left {
		position: relative;
		margin: 0 0 0 40px;
		padding-top: 70px;
		padding-bottom: 40px
	}
	.gray-bg {
		background: #eee
	}
	.form-control {
		height: auto;
		box-shadow: none!important
	}
	.form-control.error {
		border-color: #E42C3E;
		z-index: 1
	}
	label.error {
		font-weight: 400;
		/*visibility: hidden!important;
		display: none!important*/
	}
	form#floating-form label.error {
		font-size: 11px;
		position: absolute;
		bottom: -2em;
		color:red;
	}
	label.error {
		color: #84c9ea;
		padding: 5px 0px 0px 5px;
		font-size: 12px;
		position: relative;
	}
	.gray-bg-container .contact-form-cont .form-control.valid, .gray-bg-container .contact-form-container-left .form-control.valid {
		border-color: #3db03f;
		z-index: 1
	}
	.gray-bg-container .contact-form-cont .form-control.error, .gray-bg-container .contact-form-container-left .form-control.error {
		border-color: #E42C3E;
		z-index: 1
	}
	#contactSuccess {
		margin-top: 15px;
		margin-bottom: 0;
		border: none;
		-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
		-moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
		box-shadow: 0 2px 5px 0 rgba(0,0,0,.26)
	}
	.form-control, .login-select, input, select, textarea {
		border: none;
		border-bottom: 1px solid #ffffff;
		border-radius: 0;
		background: 0 0;
		color: #ffffff;
		font-size: 13px;
		margin: 0;
		outline: 0;
		padding: 8px 20px 8px 0
	}
	.input-border {
		border: 1px solid #dedede;
		padding: 9px 15px
	}
	select.input-border {
		border: 1px solid #dedede;
		padding: 9px 20px 9px 10px
	}
	.w-100 {
		width: 100%
	}
	.form-control::-webkit-input-placeholder, ::-webkit-input-placeholder {
	color:#fff
	}
	.form-control::-moz-placeholder, ::-moz-placeholder {
	color:#fff
	}
	.form-control:-moz-placeholder, :-moz-placeholder {
	color:#fff
	}
	.form-control:-ms-input-placeholder, :-ms-input-placeholder {
	color:#fff
	}
	:focus::-webkit-input-placeholder {
	color:#fff
	}
	:focus::-moz-placeholder {
	color:#fff
	}
	:focus:-moz-placeholder {
	color:#fff
	}
	:focus:-ms-input-placeholder {
	color:#fff
	}
	.form-control:focus, .nl-email-input:focus {
		border-color: #ffffff;
	}



	.contact-form-float {

		z-index:91;

	}

	.contact-form-float .section-title{padding: 6px 25px 6px;line-height: 30px;}
	.contact-form-float .button.medium{ padding:6px 15px;-webkit-padding-after: 6px;
		-webkit-padding-before: 6px;
		-webkit-padding-start: 12px;
		-webkit-padding-end: 12px;}
	.logo-prom, .logo-prom img{z-index:91;position: relative;}




	select#state {
		color: #fff !important;
		background-color: #9c1c23 !important;
	}

	input#btngetcode_enq {
		margin: 20px 0 10px;
		background: #000000 !important;
		color: #fff;
		height: auto;
		cursor: pointer;
		border: none !important;
		box-shadow: inset 0px 1px 0px 0px #9c1c23 !important;
	}

	h2.text-center.white-text {
		font-size: 22px !important;
		   margin: 0;
	}

	.white-text, .white-text .dsn-fill span.word {
		color: #fff !important;
	}
	.white-text .dsn-fill span.word {
	  background-image:radial-gradient(circle,rgba(176, 144, 93, 1) 0%, rgba(246, 218, 167, 1) 50%, rgba(161, 128, 71, 1) 100%);
	  font-weight:bolder;
	}

	.text-center {
		text-align: center !important;
	}
	div#contact_form {
		padding: 15px 0px !important;
	}
	.contact-opener {
		  left: -58px !important;
		background-color: #2d4289 !important;
		width: 77px !important;
		height: 60px !important;
		top: 0px !important;
	}
	.sp-container{margin-top:2%}
	.contact-opener img{
		max-width:100% !important;
		}
	div#contact_form {
		top: 170px !important;
	}
	.footer-bottom {
		padding: 0px !important;
	}

	@media only screen and (max-width: 500px) {
	div#contact_form {
		top: 85px !important;
	}

	.floating-form {
		/*max-width: 290px;*/
	}
	}

	.inner-price{
		color: #fff;
		padding-top: 20px;
		}
	select#project {
		color: #fff !important;
		background-color:#9c1c23 !important;
	}

	button.btn.btn-info.btn-lg.bang-popup {
		background-color: #fff;
		color: #000;
		margin-top: 33px;
	}
	div#myModal1,div#myModal2,div#myModal3,div#myModal4 {
		background-color: rgba(72, 72, 72, 0.8);
	}
	.modal-content {
	  
		background-color: #9c1c23 !important;
		width: 425px;
		margin-left: 115px;
		margin-top: 80px;
		
	}
	h4.modal-title {
		color: #fff;
	}
	button.close {
		color: #fff;
	}
	/* Button styling */
		.enquire-now-button {
		  position: fixed;
		  right: 0;
		  top: 50%;
		  transform: translateY(-50%);
		  background-color: #007BFF;
		  color: white;
		  border: none;
		  padding: 10px 20px;
		  border-radius: 5px 0 0 5px;
		  cursor: pointer;
		  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
		}

		/* Form styling */
		.enquire-now-form {
		  position: fixed;
		  top: 0;
		  right: -320px; /* Hidden off the screen */
		  height: 100%;
		  width: 300px;
		  background-color: white;
		  border-left: 1px solid #ccc;
		  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
		  padding: 20px;
		  transition: right 0.3s ease; /* Smooth slide-in effect */
		}

		.enquire-now-form h3 {
		  margin-top: 0;
		}

		.enquire-now-form input,
		.enquire-now-form textarea {
		  width: 100%;
		  padding: 10px;
		  margin: 10px 0;
		  border: 1px solid #ccc;
		  border-radius: 5px;
		}

		.enquire-now-form button {
		  background-color: #28a745;
		  color: white;
		  border: none;
		  padding: 10px;
		  border-radius: 5px;
		  cursor: pointer;
		}

		.enquire-now-form button.close-button {
		  background-color: #dc3545;
		  margin-top: 10px;
		}

	.enquire-container {
		  position: fixed;
		  top: 25%;
		  right: 0;
		  z-index: 1000;
		  display: flex;
		  align-items: center;
		}
		.enquire-form {
		  width: 300px;
		  background: white;
		  border: 1px solid #ccc;
		  border-radius: 8px 0 0 8px;
		  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
		}
		.enquire-form.open {
		  transform: translateX(0);
		}
		.enquire-button {
		  background-color: #1d4ed8;
		  color: white;
		  padding: 10px 20px;
		  border-radius: 8px 0 0 8px;
		  cursor: pointer;
		  border: none;
		}
		.enquire-button:hover {
		  background-color: #2563eb;
		}
		.form-content {
		  padding: 20px;
		}
		.form-content h2 {
		  margin-top: 0;
		  font-size: 18px;
		}
		.form-content label {
		  display: block;
		  margin-bottom: 5px;
		  font-size: 14px;
		}
		.form-content input, .form-content textarea {
		  width: 100%;
		  padding: 8px;
		  margin-bottom: 15px;
		  border: 1px solid #ccc;
		  border-radius: 4px;
		  font-size: 14px;
		}
		.form-content button {
		  background-color: #1d4ed8;
		  color: white;
		  padding: 10px;
		  border: none;
		  border-radius: 4px;
		  cursor: pointer;
		}
		.form-content button:hover {
		  background-color: #2563eb;
		}
		 .enquire-container {
				position: fixed;
				top: 45%;
				right: 0;
				transform: translateY(-60%);
				display: flex;
				align-items: center;
				justify-content: flex-end;
				z-index: 1000;
			}

			.enquire-button {
				position: relative;
				background-color: #746653;
				color: white;
				padding: 20px 14px;
				border-radius: 5px 0 0 5px;
				border: none;
				cursor: pointer;
				transition: all 0.3s ease;
				display: flex;
				align-items: center;
				justify-content: center;
				writing-mode: vertical-rl;
				text-orientation: mixed;
			}

			.enquire-container:hover .enquire-form {
				display: block;
		
			}

			.enquire-form {
				position: absolute;
				right: 0;
				top: 0 !important;
				background: white;
				border: 1px solid #ccc;
				padding: 20px;
				border-radius: 0 5px 5px 0;
				box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
				width: 300px;
				z-index: 1000;
			}

			@keyframes slideIn {
				0% {
					transform: translateY(-50%) translateX(100%);
					opacity: 0;
				}
				100% {
					transform: translateY(-50%) translateX(0);
					opacity: 1;
				}
			}

			.enquire-form input,
			.enquire-form textarea,
			.enquire-form button,.enquire-form select {
				width: 100%;
				margin-bottom: 10px;
				padding: 10px;
				border: 1px solid #ccc;
				border-radius: 5px;
					color: #4d4d4d;
			}
input#submitButton {
    background: var(--theme-color);
    color: #ffff;
}
			.enquire-form button {
				background-color: var(--theme-color);
    color: white;
    border: none;
    cursor: pointer;
    width: auto;
    padding: 6px 10px;
    transition: background-color 0.3s ease;
    float: inline-end;
    font-size: 16px;
			}

			.enquire-form button:hover {
				background-color: #0056b3;
			}

			.close-button {
				background-color: #ff4d4d;
				color: white;
				border: none;
				cursor: pointer;
				padding: 5px 10px;
				border-radius: 5px;
				margin-bottom: 10px;
				font-size: 12px;
			}

			.close-button:hover {
				background-color: #cc0000;
			}
			button.close-button {
		position: absolute;
		display: grid
	;
		width: 15%;
		font-size: 19px;
		padding: 10px;
	}

	.box-seat .box-text .info.surrounding .info-item {
		padding-bottom: 30px;
		width: 44%;
		float: left;
		margin: 0 20px;
	}
	.border-clr{
		border: 5px solid #746653;
	}



	.landmarks-container {
				position: relative;
				height: 95vh;
				animation: pulse 5s infinite ease-in-out;
			}

			@keyframes pulse {
				0%, 100% {
					transform: scale(1);
				}
				50% {
					transform: scale(1.05);
				}
			}

			.landmark {
				position: absolute;
				width: 260px;
				height: 260px;
				border-radius: 50%;
				background: #f9f9f9;
				display: flex;
				flex-direction: column;
				justify-content: center;
				align-items: center;
				text-align: center;
				box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
				font-size: 0.8rem;
				padding: 10px;
				animation: float 3s infinite;
			}

			@keyframes float {
				0%, 100% {
					transform: translateY(0);
				}
				50% {
					transform: translateY(-10px);
				}
			}

			.location-logo {
				position: absolute;
				top: 50%;
				left: 42%%;
				width: 180px;
				height: 180px;
				border-radius: 50%;
				display: flex;
				justify-content: center;
				align-items: center;
				font-weight: bold;
				text-align: center;
			}

			@keyframes rotateCenter {
				0% {
					transform: translate(-50%, -50%) rotate(0deg);
				}
				100% {
					transform: translate(-50%, -50%) rotate(360deg);
				}
			}

			.northwest {
				top: 0%;
				left: 10%;
			}

			.southwest {
				bottom: 0%;
				left: 10%;
			}

			.northeast {
				top: 0%;
				right: 10%;
			}

			.southeast {
				bottom: 0%;
				right: 10%;
			}
			.location-bg {
		background-image: url(../../assets/img/location-bg.png);
		background-size: cover;
		background-position: center;
	}
			.landmarks-container h4 {
		font-size: 18px;
		margin-bottom: 10px;
		letter-spacing: 0.2px;
	}
	.landmarks-container p {
		color: #000;
	}
	span.yellow-clr {
		background: #fff;
		padding: 5px 10px;
		color: #000;
		margin-bottom: 3px;
	}
	.alien-container {
		position: relative;
		width: 70%;
		height: 500px;
		display: flex
	;
		justify-content: center;
		align-items: center;
		margin: 0 auto;
	}

			.alien-surrounding {
				width: 180px;
				height: 120px;
				background: #4caf50;
				color: white;
				border-radius: 12px;
				display: flex;
				justify-content: center;
				align-items: center;
				font-size: 18px;
				text-align: center;
				box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
			}

			.area {
				position: absolute;
				width: 200px;
				height: 150px;
				background: #2196f3;
				color: white;
				border-radius: 12px;
				display: flex;
				flex-direction: column;
				justify-content: center;
				align-items: center;
				font-size: 14px;
				text-align: center;
				padding: 10px;
				box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
			}

			.logistic {
				top: 0%;
				left: 50%;
				transform: translate(-50%, 0);
				background: #ff9800;
			}

			.fabe {
				top: 50%;
				left: 5%;
				transform: translate(0, -50%);
				background: #9c27b0;
			}

			.office {
				top: 50%;
				right: 5%;
				transform: translate(0, -50%);
				background: #03a9f4;
			}

			.electronics {
				top: 70%;
				left: 50%;
				transform: translate(-50%, 0);
				background: #8bc34a;
			}

			.area h3 {
				margin: 0 0 8px;
				font-size: 16px;
				font-weight: bold;
			}

			.area ul {
				margin: 0;
				padding: 0;
				list-style-type: none;
			}

			.area ul li {
				font-size: 13px;
				margin-bottom: 5px;
			}
			.circle_bg {
		background-size: cover;
	}
	@keyframes rotate-center {
		0% {
			-webkit-transform: rotate(0);
			transform: rotate(0)
		}

		100% {
			-webkit-transform: rotate(360deg);
			transform: rotate(360deg)
		}
	}
	.num8_circle {
		position: absolute;
		top: -260px;
		width: 100%;
		max-height: unset;
		max-width: unset;
		pointer-events: none;
	}
	 .rotate-center {
		-webkit-animation: 100s linear infinite both rotate-center;
		animation: 100s linear infinite both rotate-center;
	}
	.numbers.style-8 {
		position: relative;
		overflow: hidden;
		z-index: 10;
		background: #fff;

	}
	.numbers.style-8 .r_shape {
		position: absolute;
		right: 100px;
		bottom: 270px;
		pointer-events: none
	}

	.numbers.style-8::after {
		position: absolute;
		content: "";
		width: 230px;
		height: 230px;
		border-radius: 50%;
		left: -150px;
		top: 120px;
		background-color: #746653;
		pointer-events: none
	}

	.numbers.style-8 .content {
		position: relative;
	}

	.numbers.style-8 .content .plat-icons .icon {
		position: absolute;
		-webkit-animation-duration: 1.5s;
		animation-duration: 1.5s
	}

	.numbers.style-8 .content .plat-icons .icon.icon-shadow {
		width: 25%;
		height: auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: space-between;
		flex-direction: column;
		text-align: center
	}

	.numbers.style-8 .content .plat-icons .icon:first-of-type {
		  top: 40%;
		right: -89px;
	}

	.numbers.style-8 .content .plat-icons .icon:nth-of-type(2) {
		top: 100%;
		right: 14%;
	}

	.numbers.style-8 .content .plat-icons .icon:nth-of-type(3) {
		top: -25px;
		left: 335px
	}

	.numbers.style-8 .content .plat-icons .icon:nth-of-type(4) {
		top: 130px;
		left: 36px
	}

	.numbers.style-8 .content .plat-icons .icon:nth-of-type(5) {
		width: 100px;
		height: 100px;
		bottom: 110px;
		right: 265px
	}

	.numbers.style-8 .content .plat-icons .icon:nth-of-type(6) {
		width: 180px;
		height: 180px;
		bottom: 100px;
		left: 200px
	}
	.numbers.style-8 .content .plat-icons .icon:nth-of-type(7) {
		width: 180px;
		height: 180px;
		bottom: 200px;
		left: 200px
	}
	.numbers.style-8 .content .plat-icons .icon:nth-of-type(8) {
		width: 180px;
		height: 180px;
		bottom: 50px;
		left: 100px
	}
	.numbers.style-8 .content .plat-icons .icon:nth-of-type(8) {
		width: 180px;
		height: 180px;
		bottom: 30px;
		left: 80px
	}
	.numbers.style-8 .content .plat-icons .icon:nth-of-type(9) {
		width: 180px;
		height: 180px;
		bottom: 0px;
		left: 0px
	}

	.numbers.style-8 .content .num8_circle {
		  position: absolute;
		top: 8%;
		width: 100%;
		max-height: unset;
		max-width: unset;
		z-index: -1;
		pointer-events: none;
		left: 0%;
	}

	.plat-icons p {
		line-height: 20px;
		margin-top: 14px;
		font-weight: 500
	}

	.numbers.style-8 .numbers-btm::after {
		position: absolute;
		content: "";
		left: 0;
		bottom: 0;
		width: 100%;
		height: 50%;
		background-color: var(--color-gray2)
	}

	.numbers.style-8 .numbers-btm .numbers-content {
		padding: 40px 50px;
		background-color: #fff;
		border-radius: 10px;
		-webkit-box-shadow: 0 0 15px #0001;
		box-shadow: 0 0 15px #0001;
		position: relative;
		z-index: 10
	}

	.numbers.style-8 .numbers-btm .numbers-content .number-card .icon {
		-webkit-margin-end: 25px;
		margin-inline-end:25px;-ms-flex-negative: 0;
		flex-shrink: 0;
		padding-top: 15px
	}

	.numbers.style-8 .numbers-btm .numbers-content .number-card .icon img {
		width: 40px
	}

	.numbers.style-8 .numbers-btm .numbers-content .number-card .inf h3 {
		font-size: 40px;
		font-weight: 700
	}

	.numbers.style-14 {
		padding: 70px 0;
		background-color: var(--color-red1)
	}

	.numbers.style-14 .number-item .icon {
		width: 50px;
		height: 50px;
		padding: 10px;
		background-color: #fff;
		border-radius: 6px;
		-webkit-box-shadow: 10px 10px 0 #0002;
		box-shadow: 10px 10px 0 #0002;
		margin-bottom: 35px
	}

	.numbers.style-14 .number-item .info h2 {
		font-size: 35px;
		color: #fff;
		margin-bottom: 5px
	}

	.map-image{  
	  border-radius: 50%;
		height: 500px !important;}
		 .show-more-container {
				text-align: center;
				margin: 20px 0;
			}

			.show-more {
				background-color: #4caf50;
				color: white;
				border: none;
				padding: 10px 20px;
				border-radius: 5px;
				font-size: 16px;
				cursor: pointer;
				box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
			}

			.show-more:hover {
				background-color: #45a049;
			}

			@media (min-width: 768px) {
				.show-more-container {
					display: none;
				}
			}
			
			.steps-sec{
					width: auto;
		margin: 0 auto;
		text-align: center;
			}
	@media(max-width:720px){
		.landmarks-container{
			height:auto;
		}
		.landmark{
			position:relative;
		}
		.southwest,.northwest,.northeast,.southeast {
		bottom: inherit;
		left: inherit;
		top:inherit;
		right:inherit;
	}
	.location-logo,.numbers.style-8::after {
		display: none;
	}
	.numbers.style-8 .content {
		position: relative;
		padding-top: 0;
	}
	.mobile.text-center {
		display: none;
	}
	.numbers.style-8 .content .plat-icons .icon:first-of-type,.numbers.style-8 .content .plat-icons .icon:nth-of-type(2),.numbers.style-8 .content .plat-icons .icon:nth-of-type(3),.numbers.style-8 .content .plat-icons .icon:nth-of-type(4) {
		top: inherit !important;
		right: inherit !important;
		left:inherit !important;
		bottom:inherit !important;
	}
	.numbers.style-8 .content .plat-icons .icon.icon-shadow{
			width: 100%;
			position: relative;
			padding-bottom:25px;
	}
	.numbers.style-8{
		height:auto;
	}
	}
	 .special-highlight {
		background: linear-gradient(135deg, #FFD700, #FF8C00); /* Gold to Orange Gradient */
		padding: 20px 40px;
		border-radius: 10px;
		box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
		color: white;
		transform: scale(1.05);
		text-align: center;
		width: auto;
		margin-bottom: 50px;
	  }
	  .special-highlight h4 {
		font-size: 1.8em;
		font-weight: bold;
	  }
	  .special-highlight p {
		color:#000;
		line-height:24px;
	  }
	  .three-sections {
		display: flex;
		justify-content: space-around;
		gap: 15px;
		width: 100%;
	  }
	  .creative-card {
		background: rgba(255, 255, 255, 0.9);
		padding: 15px;
		border-radius: 10px;
		box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
		transition: transform 0.3s ease;
		flex: 1;
		min-width: 280px;
		text-align: center;
	  }
	  .creative-card:hover {
		transform: scale(1.05);
		box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
	  }
	   .circle-container {
	position: relative;
		width: 800px;
		height: 135vh;
		margin: 0 auto;
			}
			.num8_circle {
				width: 100%;
				height: 100%;
				border-radius: 50%;
				position: absolute;
			}
			.map-image {
				position: absolute;
				width: 500px;
				height: 500px;
				top: 50%;
				left: 50%;
				transform: translate(-50%, -50%);
				border-radius: 50%;
				object-fit: cover;
			}
			.icon-shadow {
		  position: absolute;
		width: 30%;
		text-align: center;
		/* background: rgba(255, 255, 255, 0.8); */
		padding: 10px;
		border-radius: 10px;
		font-size: 14px;
		margin: 0 auto;
		display: table-row;
			}
			@keyframes rotate {
				from { transform: rotate(0deg); }
				to { transform: rotate(360deg); }
			}


	  .hub-container {
		  position: relative;
	  height: 1200px;
		}
	.circle:hover {
	  box-shadow: 0 0 20px rgba(255, 255, 255, 0.25);
	  background-color: #000000;
	}
	 .outer-background-circle {
		  position: absolute;
		  top: 50%;
		  left: 50%;
		  width: 1000px;
		  height: 1000px;
		  transform: translate(-50%, -50%);
		  border: 2px dashed #ccc;
		  border-radius: 50%;
		  animation: spin 60s linear infinite;
		}
		/* Outer spinning ring */
		.background-circle {
		  position: absolute;
		  top: 50%;
		  left: 50%;
		  width: 750px;
		  height: 750px;
		  transform: translate(-50%, -50%);
		  border: 2px dashed #ccc;
		  border-radius: 50%;
		  animation: spin 60s linear infinite;
		}

		/* Inner spinning ring */
		.inner-background-circle {
		  position: absolute;
		  top: 50%;
		  left: 50%;
		  width: 500px;
		  height: 500px;
		  transform: translate(-50%, -50%);
		  border: 2px dashed #ccc;
		  border-radius: 50%;
		  animation: spinReverse 90s linear infinite;
		}

		@keyframes spin {
		  from { transform: translate(-50%, -50%) rotate(0deg); }
		  to { transform: translate(-50%, -50%) rotate(360deg); }
		}

		@keyframes spinReverse {
		  from { transform: translate(-50%, -50%) rotate(0deg); }
		  to { transform: translate(-50%, -50%) rotate(-360deg); }
		}
	.circle {
		  position: absolute;
		  width: 200px;
		  height: 200px;
		  border-radius: 50%;
		  /* background-color: var(--heading-color) !important; */ /* translucent */
		  color: #000;
		  padding: 3px;
		  text-align: center;
		  font-size: 14px;
		  display: flex;
		  flex-direction: column;
		  align-items: center;
		  justify-content: center;
		  /* box-shadow: 0 0 15px rgba(0,0,0,0.1); */
		  /* border: 1px solid rgba(255, 255, 255, 0.15); */
		  /* background: radial-gradient(circle, #0b0c10 40%, #00fff710 100%); */
		  color:#fff;
		}



		.circle ul {
		  margin-top: 6px;
		  padding: 0;
		  list-style: none;
		  font-size: 13px;
		  font-weight: normal;
		}

		.circle li {
		  margin: 2px 0;
		}

		.center-logo {
		  position: absolute;
		  top: 50%;
		  left: 50%;
		  z-index: 1;
		  width: 200px;
		  height: 200px;
		  transform: translate(-50%, -50%);
		  border-radius: 50%;
		  background-image: url('../../assets/img/hub-logo.png'); /* Replace with your actual logo */
		  background-size: contain;
		  background-position: center;
		  background-repeat: no-repeat;
		}
		.info-circle-slide {
	  position: relative;

	  border-radius: 50%;
	  overflow: hidden;
	  cursor: pointer;
	  transition: transform 0.3s ease;
	}

	.info-circle-slide:hover {
	  transform: scale(1.05);
	}

	.circle-icon {
	  width: 100%;
	  height: 100%;
	  object-fit: cover;
	  border-radius: 50%;
	  display: block;
	}

	.circle-label {
	  position: absolute;
	  bottom: -100%;
	  left: 0;
	  width: 100%;
	  height: 100%;
		background: #113834;
		color: #f8f3e9;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  text-transform: uppercase;
	  transition: bottom 0.4s ease-in-out;
	}

	.info-circle-slide:hover .circle-label {
	  bottom: 0;
	}
	.inner1 {top: 30%;left: 50%;transform: translate(-50%, -50%);background: rgb(53 131 123);}
		.inner2 {top: 50%;left: 66%;transform: translate(-50%, -50%);background: #918d87;}
		.inner3 {top: 69%;left: 50%;transform: translate(-50%, -50%);background: rgb(34 34 28 / 82%);}
		.inner4 {top: 50%;left: 33%;transform: translate(-50%, -50%);background: #c9b7a1;}

	   
		/* Outer circles (now 8 total) */
		.outer1 {top: 2%;left: 58%;transform: translate(-50%, 0);background:  rgb(147 206 201 / 30%);}
		.outer2 {top: 23%;left: 81%;transform: translate(-50%, 0);background: rgb(4 62 84 / 30%);}
		.outer3 {top: 51%;left: 83%;transform: translate(-50%, 0);background: rgb(113 113 113 / 30%);}
		.outer4 {top: 74%;left: 73%;transform: translate(-50%, 0);background:  rgb(2 150 138 / 30%);}
		.outer5 {top: 86%;left: 46%;transform: translate(-50%, 0);background: rgb(147 206 201 / 30%);}
		.outer6 {top: 70%;left: 24%;transform: translate(-50%, 0);background: rgb(4 62 84 / 41%);}
		.outer7 {top: 41%;left: 13%;transform: translate(-50%, 0);background:rgb(2 150 138 / 30%);}
		.outer8 {top: 9%;left: 27%;transform: translate(-50%, 0);background: rgb(147 206 201 / 30%);}
		.outer9 {top: 11%;left: 40%;transform: translate(-50%, 0);background: rgb(4 62 84 / 30%);}
		
		
		  .gallery-wrapper {
		  display: flex;
		  justify-content: center;
		  gap: 40px;
		  flex-wrap: wrap;
		}

		.gallery-wrapper .column {
		  display: flex;
		  flex-direction: column;
		  gap: 40px;
		  max-width: 600px;
		}
		  .gallery-wrapper .column.second {
		  display: flex;
		  flex-direction: column;
		  gap: 40px;
		  max-width: 1200px;
		}
		.column.second  .image-grid {
	width:1200px;
		  column-count: 5;
		  column-gap: 12px;
		}

		.gallery-group {
			 margin-top: 20px;
		  display: flex;
		  gap: 10px;
		  justify-content: center;
		  flex-wrap: wrap;
		}

	  .gallery-group h3 {
		font-size: 22px;
		margin: 0;
		text-align: left;
		margin-bottom: 20px;
		/* text-decoration: underline; */
		background: #ffffff;
		padding: 15px 30px;
		border-radius: 10px;
		border: 1px solid;
		box-shadow: 0px 1px 4px var(--heading-color);
		font-weight: 700;
		/* letter-spacing: 3.02px; */
	}

		.image-grid {
	width:1200px;
		  column-count: 2;
		  column-gap: 12px;
		}

		.image-grid img {
		 
		 box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s ease-in-out;
    margin-bottom: 16px;
    border-radius: 8px;
    display: block;
    break-inside: avoid;

		}

		.image-grid img:hover {
		  transform: scale(1.03);
		}

		@media (max-width: 768px) {
			.image-grid img {
				width:150px;
				height:150px;
			}
			.dsn-testimonials .testimonial-item .authoer {
    position: absolute;
    align-items: center;
    top: 0%;
    right: 5%;
}
		  .gallery-wrapper {
			width: 100%;
			gap:0px;
		  }
		  .gallery-wrapper .column{
			  gap:0px;
		  }
		     .shaded-heading {
        padding: 12px !important;
        width: 400px !important;
    }
		  .image-grid {
					 column-count: 3 !important;
			width: 100% !important;
		  }
		}
		
		 .hub-container-center {
			 width: 100%;
		height: 850px;
		position: relative;
		display: flex
	;
		align-items: center;
		justify-content: center;
		margin: 0 auto;
		}

		 .hub-container-center svg {
		  width: 100%;
		  height: 100%;
		}

		.center-circle {
		  fill: #4f46e5;
		}

		.slice {
		  fill: #746653;
		  stroke: #ffffff;
		  stroke-width: 1;
		  cursor: pointer;
		}

		.slice:hover {
		  fill: #043e54;
		}

		.label {
		  font-size: 12px;
		  text-anchor: middle;
		  fill: white;
		  pointer-events: none;
		  writing-mode: vertical-rl;
		  glyph-orientation-vertical: 0;
		}

		.quadrant-label {
			font-size: 18px;
		fill: var(--heading-color);
		font-weight: bold;
		font-family: var(--heading-font);
		}
		img.circle-hub {
		position: absolute;
		text-align: center;
		margin: 0 auto;
		width: 150px;
	}
	.wrap {
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
		width: 48%;
		height: 65vmin;
		margin: 10px auto;
		border: 5px solid;
		border-image: linear-gradient(-50deg, #806554, #746653, #fff, #746653, #806554, #fff, #746653) 1;
		transition: 0.3s ease-in-out;
		position: relative;
		overflow: hidden;
		float: left;
		margin-right: 15px;
	}
	.overlay {
		position: relative;
		display: flex;
		width: 100%;
		height: 100%;
		padding: 1rem 0.75rem;
		transition: 0.4s ease-in-out;
		z-index: 1;
	}
	.overlay-content {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		width: 15vmin;
		height: 100%;
		padding: 0.5rem 0 0 0.5rem;
		
		transition: 0.3s ease-in-out 0.2s;
		z-index: 1;
	}
	.image-content {
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
		background-image: url("../../assets/img/services/balcony.jpg");
		background-size: cover;
		transition: 0.3s ease-in-out;
		/* border: 1px solid green; */
	}
	.image-content2 {
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
		background-image: url("../../assets/img/services/clouds.jpg");
		background-size: cover;
		transition: 0.3s ease-in-out;
		/* border: 1px solid green; */
	}
	.image-content3{
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
		background-image: url("../../assets/img/services/design.jpg");
		background-size: cover;
		transition: 0.3s ease-in-out;
		/* border: 1px solid green; */
	}
	h1.animate1 {
		-webkit-text-stroke: 0.1px #fff;
		text-stroke: 4px navy;
		color: #dac193;
			width: 230px;
		font-weight: lighter;
		/* font-family: math; */
		background: rgb(17 56 52 / 30%);
		display: inline-table;
		padding: 20px;
		font-size:28px;
		height:180px;
	}
	.image-content4 {
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
		background-image: url("../../assets/img/services/entrance.jpg");
		background-size: cover;
		transition: 0.3s ease-in-out;
		/* border: 1px solid green; */
	}

	.inset {
		max-width: 50%;
		margin: 0.25em 1em 1em 0;
		border-radius: 0.25em;
		float: left;
	}

	.dots {
		position: absolute;
		bottom: 1rem;
		right: 2rem;
		display: flex;
		flex-direction: row;
		justify-content: space-around;
		align-items: center;
		width: 55px;
		height: 4vmin;
		transition: 0.3s ease-in-out 0.3s;
	}
	.dot {
		width: 14px;
		height: 14px;
		background: yellow;
		border: 1px solid indigo;
		border-radius: 50%;
		transition: 0.3s ease-in-out 0.3s;
	}

	.text1 {
			position: absolute;
		top: 0;
		right: 0;
		width: 48%;
		overflow-y: scroll;
		height: 100%;
		padding: 3vmin 4vmin;
		background: #fff;
		box-shadow: inset 1px 1px 15px 0 rgba(0 0 0 / 0.4);
		/* text-align: justify; */
		font-size: 14px;
	}



	.wrap:hover .overlay {
		transform: translateX(-38vmin);
	}
	.wrap:hover .image-content {
		width: 80vmin;

	}
	.wrap:hover .overlay-content {
		border: none;
		transition-delay: 0.2s;
		transform: translateX(40vmin);
		
	}
	.wrap:hover .dots {
		transform: translateX(1rem);
	}
	.wrap:hover .dots .dot {
		background: white;
	}

	/* Animations and timing delays */
	.animate1 {
		animation-duration: 0.7s;
		animation-timing-function: cubic-bezier(0.26, 0.53, 0.74, 1.48);
		animation-fill-mode: backwards;
	}
	/* Pop In */
	.pop {
		animation-name: pop;
	}
	@keyframes pop {
		0% {
			opacity: 0;
			transform: scale(0.5, 0.5);
		}
		100% {
			opacity: 1;
			transform: scale(1, 1);
		}
	}

	/* Slide In */
	.slide {
		animation-name: slide;
	}
	@keyframes slide {
		0% {
			opacity: 0;
			transform: translate(4em, 0);
		}
		100% {
			opacity: 1;
			transform: translate(0, 0);
		}
	}

	/* Slide Left */
	.slide-left {
		animation-name: slide-left;
	}
	@keyframes slide-left {
		0% {
			opacity: 0;
			transform: translate(-40px, 0);
		}
		100% {
			opacity: 1;
			transform: translate(0, 0);
		}
	}

	.slide-up {
		animation-name: slide-up;
	}
	@keyframes slide-up {
		0% {
			opacity: 0;
			transform: translateY(3em);
		}
		100% {
			opacity: 1;
			transform: translateY(0);
		}
	}

	.delay-1 {
		animation-delay: 0.3s;
	}
	.delay-2 {
		animation-delay: 0.6s;
	}
	.delay-3 {
		animation-delay: 0.9s;
	}
	.delay-4 {
		animation-delay: 1.2s;
	}
	.delay-5 {
		animation-delay: 1.5s;
	}
	.delay-6 {
		animation-delay: 1.8s;
	}
	.delay-7 {
		animation-delay: 2.1s;
	}
	.delay-8 {
		animation-delay: 2.4s;
	}
	.dsn-cards-post.white-bg {
		background:var(--theme-color);
		clear: both;
		width: 100%;
		height: auto;
		display: flex
	;
	}
	.theme-clr-bg {
		background-color: var(--theme-color);
	}
	.black-bg{
		background-color:#000;
	}
		 .box {
		  padding: 15px 35px;
		  border: 2px solid #00fff7;
		  border-radius: 15px;
		  position: relative;
		  animation: pulseBox 3s ease-in-out infinite;
		  box-shadow: 0 0 10px #00fff7, 0 0 20px #00fff7;
		  background:var(--heading-color);
		}

		.box::before {
		  content: '';
		  position: absolute;
		  top: -5px;
		  left: -5px;
		  right: -5px;
		  bottom: -5px;
		  border: 2px solid #00fff7;
		  border-radius: 20px;
		  animation: rotateGlow 6s linear infinite;
		  opacity: 0.5;
		}

		.animation-h1 {
		  font-size: 1.5rem;
		  color: #ffda99;
		  animation: pulseGlow 2.5s ease-in-out infinite, zoomText 5s ease-in-out infinite;
		  letter-spacing: 0px;
		  margin: 0;
		  z-index: 1;
		  position: relative;
		}

	   

		@keyframes zoomText {
		  0%, 100% {
			transform: scale(1);
		  }
		  50% {
			transform: scale(1.05);
		  }
		}

		@keyframes pulseBox {
		  0%, 100% {
			box-shadow: 0 0 10px #00fff7, 0 0 20px #00fff7;
		  }
		  50% {
			box-shadow: 0 0 5px #00fff7, 0 0 10px #00fff7;
		  }
		}
			
	.btn:link,
	.btn:visited {
		text-transform: uppercase;
		text-decoration: none;
		padding: 15px 40px;
		display: inline-block;
		border-radius: 100px;
		transition: all .2s;
		position: absolute;
	}

	.btn:hover {
		transform: translateY(-3px);
	}

	.btn:active {
		transform: translateY(-1px);
	}

	.btn-white {
		color: #fff;
	}

	.btn::after {
		content: "";
		display: inline-block;
		height: 100%;
		width: 100%;
		border-radius: 100px;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
		transition: all .4s;
	}

	.btn-white::after {
		background-color:  var(--theme-color);;
	}

	.btn:hover::after {
		transform: scaleX(1.4) scaleY(1.6);
		opacity: 0;
	}

	.btn-animated {
		animation: moveInBottom 5s ease-out;
		animation-fill-mode: backwards;
	}

	@keyframes moveInBottom {
		0% {
			opacity: 0;
			transform: translateY(30px);
		}

		100% {
			opacity: 1;
			transform: translateY(0px);
		}
	}
	.flow > * + * {
	  margin-top: var(--flow-space, 1em);
	}

	/* CARD COMPONENT */

	.card {
	  display: grid;
	  place-items: center;
	  width: 80vw;
	  max-width: 21.875rem;
	  height: 380px;
	  overflow: hidden;
	  border-radius: 0.625rem;
	  box-shadow: 0.25rem 0.25rem 0.5rem rgba(0, 0, 0, 0.25);
	}

	.card > * {
	  grid-column: 1 / 2;
	  grid-row: 1 / 2;
	}

	.card__background {
	  object-fit: cover;
	  max-width: 100%;
	  height: 100%;
	}

	.card__content {
	  --flow-space: 0.9375rem;
	  display: flex;
	  flex-direction: column;
	  justify-content: space-between;
	  align-self: flex-end;
	  height: 80%;
	  width:100%;
	  padding: 12% 1.25rem 1.875rem;
	  background: linear-gradient(
		180deg,
		hsla(0, 0%, 0%, 0) 0%,
		hsla(0, 0%, 0%, 0.3) 10%,
		hsl(0, 0%, 0%) 100%
	  );
	}
	h4.yellow-clr {
		color: yellow;
		font-size: 18px;
		text-align: left;
		padding: 0;
	}
	.card__content--container {
	  --flow-space: 1.25rem;
	}

	.card__title {
	 position: relative;
		width: fit-content;
		width: -moz-fit-content;
		color: #fff;
		font-size: 20px;
	}

	.card__title::after {
	  content: "";
	  position: absolute;
	  height: 0.3125rem;
	  width: calc(100% + 1.25rem);
	  bottom: calc((1.25rem - 0.5rem) * -1);
	  left: -1.25rem;
	  background-color: var(--brand-color);
	}

	.card__button {
	  padding: 0.75em 1.6em;
	  width: fit-content;
	  width: -moz-fit-content; /* Prefijo necesario para Firefox  */
	  font-variant: small-caps;
	  font-weight: bold;
	  border-radius: 0.45em;
	  border: none;
	  background-color: var(--brand-color);
	  font-family: var(--font-title);
	  font-size: 1.125rem;
	  color: var(--black);
	}
	.card__content ul li{
		color:#fff;
		font-weight:400;
		text-align:left;
	}

	.card__button:focus {
	  outline: 2px solid black;
	  outline-offset: -5px;
	}

	@media (any-hover: hover) and (any-pointer: fine) {
	  .card__content {
		transform: translateY(62%);
		transition: transform 500ms ease-out;
		transition-delay: 500ms;
	  }

	  .card__title::after {
		opacity: 0;
		transform: scaleX(0);
		transition: opacity 1000ms ease-in, transform 500ms ease-out;
		transition-delay: 500ms;
		transform-origin: right;
	  }

	  .card__background {
		transition: transform 500ms ease-in;
	  }

	  .card__content--container > :not(.card__title),
	  .card__button {
		opacity: 0;
		transition: transform 500ms ease-out, opacity 500ms ease-out;
	  }

	  .card:hover,
	  .card:focus-within {
		transform: scale(1.05);
		transition: transform 500ms ease-in;
	  }

	  .card:hover .card__content,
	  .card:focus-within .card__content {
		transform: translateY(0);
		transition: transform 500ms ease-in;
	  }

	  .card:focus-within .card__content {
		transition-duration: 0ms;
	  }

	  .card:hover .card__background,
	  .card:focus-within .card__background {
		transform: scale(1.3);
	  }

	  .card:hover .card__content--container > :not(.card__title),
	  .card:hover .card__button,
	  .card:focus-within .card__content--container > :not(.card__title),
	  .card:focus-within .card__button {
		opacity: 1;
		transition: opacity 500ms ease-in;
		transition-delay: 1000ms;
	  }

	  .card:hover .card__title::after,
	  .card:focus-within .card__title::after {
		opacity: 1;
		transform: scaleX(1);
		transform-origin: left;
		transition: opacity 500ms ease-in, transform 500ms ease-in;
		transition-delay: 500ms;
	  }
	}
	.card__background{
		height:100% !important;
	}
	.small {
	  font-size: 11px;
	  color: #999;
	  display: block;
	  margin-top: -10px
	}

	.cont {
	  text-align: center;
	}

	.page-head {
	  padding: 60px 0;
	  text-align: center;
	}

	.page-head .lead {
	  font-size: 18px;
	  font-weight: 400;
	  line-height: 1.4;
	  margin-bottom: 50px;
	  margin-top: 0;
	}

	.btn {
	  -moz-user-select: none;
	  background-image: none;
	  border: 1px solid transparent;
	  border-radius: 2px;
	  cursor: pointer;
	  display: inline-block;
	  font-size: 14px;
	  font-weight: normal;
	  line-height: 1.42857;
	  margin-bottom: 0;
	  padding: 6px 12px;
	  text-align: center;
	  vertical-align: middle;
	  white-space: nowrap;
	  text-decoration: none;
	}

	.btn-lg {
	  border-radius: 2px;
	  font-size: 18px;
	  line-height: 1.33333;
	  padding: 10px 16px;
	}

	.btn-primary:hover {
	  background-color: #fff;
	  color: #152836;
	}

	.btn-primary {
	  background-color: #152836;
	  border-color: #0e1a24;
	  color: #ffffff;
	}

	.btn-primary {
	  border-color: #eeeeee;
	  color: #eeeeee;
	  transition: color 0.1s ease 0s, background-color 0.15s ease 0s;
	}

	.page-head h1 {
	  font-size: 42px;
	  margin: 0 0 20px;
	  color: #FFF;
	  position: relative;
	  display: inline-block;
	}

	.page-head h1 .version {
	  bottom: 0;
	  color: #ddd;
	  font-size: 11px;
	  font-style: italic;
	  position: absolute;
	  width: 58px;
	  right: -58px;
	}

	.demo-gallery > ul {
	  margin-bottom: 0;
	  padding-left: 15px;
	}

	.demo-gallery > ul > li {
	  margin-bottom: 15px;
	  width: 180px;
	  display: inline-block;
	  margin-right: 15px;
	  list-style: outside none none;
	}

	.demo-gallery > ul > li a {
	  border: 3px solid #FFF;
	  border-radius: 3px;
	  display: block;
	  overflow: hidden;
	  position: relative;
	  float: left;
	}

	.demo-gallery > ul > li a > img {
	  -webkit-transition: -webkit-transform 0.15s ease 0s;
	  -moz-transition: -moz-transform 0.15s ease 0s;
	  -o-transition: -o-transform 0.15s ease 0s;
	  transition: transform 0.15s ease 0s;
	  -webkit-transform: scale3d(1, 1, 1);
	  transform: scale3d(1, 1, 1);
	  height: 100%;
	  width: 100%;
	}

	.demo-gallery > ul > li a:hover > img {
	  -webkit-transform: scale3d(1.1, 1.1, 1.1);
	  transform: scale3d(1.1, 1.1, 1.1);
	}

	.demo-gallery > ul > li a:hover .demo-gallery-poster > img {
	  opacity: 1;
	}

	.demo-gallery > ul > li a .demo-gallery-poster {
	  background-color: rgba(0, 0, 0, 0.1);
	  bottom: 0;
	  left: 0;
	  position: absolute;
	  right: 0;
	  top: 0;
	  -webkit-transition: background-color 0.15s ease 0s;
	  -o-transition: background-color 0.15s ease 0s;
	  transition: background-color 0.15s ease 0s;
	}

	.demo-gallery > ul > li a .demo-gallery-poster > img {
	  left: 50%;
	  margin-left: -10px;
	  margin-top: -10px;
	  opacity: 0;
	  position: absolute;
	  top: 50%;
	  -webkit-transition: opacity 0.3s ease 0s;
	  -o-transition: opacity 0.3s ease 0s;
	  transition: opacity 0.3s ease 0s;
	}

	.demo-gallery > ul > li a:hover .demo-gallery-poster {
	  background-color: rgba(0, 0, 0, 0.5);
	}

	.demo-gallery .justified-gallery > a > img {
	  -webkit-transition: -webkit-transform 0.15s ease 0s;
	  -moz-transition: -moz-transform 0.15s ease 0s;
	  -o-transition: -o-transform 0.15s ease 0s;
	  transition: transform 0.15s ease 0s;
	  -webkit-transform: scale3d(1, 1, 1);
	  transform: scale3d(1, 1, 1);
	  height: 100%;
	  width: 100%;
	}

	.demo-gallery .justified-gallery > a:hover > img {
	  -webkit-transform: scale3d(1.1, 1.1, 1.1);
	  transform: scale3d(1.1, 1.1, 1.1);
	}

	.demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
	  opacity: 1;
	}

	.demo-gallery .justified-gallery > a .demo-gallery-poster {
	  background-color: rgba(0, 0, 0, 0.1);
	  bottom: 0;
	  left: 0;
	  position: absolute;
	  right: 0;
	  top: 0;
	  -webkit-transition: background-color 0.15s ease 0s;
	  -o-transition: background-color 0.15s ease 0s;
	  transition: background-color 0.15s ease 0s;
	}

	.demo-gallery .justified-gallery > a .demo-gallery-poster > img {
	  left: 50%;
	  margin-left: -10px;
	  margin-top: -10px;
	  opacity: 0;
	  position: absolute;
	  top: 50%;
	  -webkit-transition: opacity 0.3s ease 0s;
	  -o-transition: opacity 0.3s ease 0s;
	  transition: opacity 0.3s ease 0s;
	}

	.demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
	  background-color: rgba(0, 0, 0, 0.5);
	}

	.demo-gallery .video .demo-gallery-poster img {
	  height: 48px;
	  margin-left: -24px;
	  margin-top: -24px;
	  opacity: 0.8;
	  width: 48px;
	}

	.demo-gallery.dark > ul > li a {
	  border: 3px solid #04070a;
	}
	#lightgallery {
	  display: flex;
	  gap: 20px;
	flex-wrap: nowrap;
	}

	.gallery-item {
		position: relative;
		display: inline-block;
		overflow: hidden;
		border-radius: 10px;
		border: 1px solid #bdbdbd;
	}



	.gallery-item img {
	  width: 100%;
	  height: auto;
	  display: block;
	  transition: transform 0.4s ease;
	  border-radius: 10px;
	}

	.gallery-item .overlay-text {
	  background: rgb(116 102 83 / 76%);
	  color: #fff;
	  text-align: center;
	  padding: 10px;
	  opacity: 0;
	  transform: translateY(100%);
	  transition: all 0.4s ease;
	  font-size: 16px;
	  position: absolute;
	  overflow: hidden;
	  width: 80%;
	  height: auto;
	  left: 10%;10%;
	  top: 50%;
	  /* border-bottom: 1px solid #fff; */
	  /* border-top: 1px solid #fff; */
	  -webkit-transition: opacity .35s,-webkit-transform .35s;
	  transition: opacity .35s,transform .35s;
	  -webkit-transform: scale(0,1);
	  -ms-transform: scale(0,1);
	  transform: scale(0,1);
	}
	.pattern-bg{
		background-image:url("../../assets/img/pattern-bg.png");
		
	}

	.gallery-item:hover img {
	  transform: scale(1.05);
	}

	.gallery-item:hover .overlay-text {
	  opacity: 1;
	  transform: translateY(0);
	  opacity: 1;-webkit-transform: scale(1);-ms-transform: scale(1);transform: scale(1);
	}
	.shaded-heading {
		position: relative;
		/* background-color: black; */
		color: white;
		padding: 20px;
		text-align: center;
		overflow: hidden;
		background-image: url(../../assets/img/heading-bg.png);
		background-size: cover;
		width: 520px;
		background-position: center;
	}
	.mobile-list ul li {
		list-style: decimal;
		display: block;
		padding: 15px 10px 9px 10px;
		position: relative;
		/* clear: both; */
		border: 1px solid #cccc;
		background: #ffffff;
		margin-bottom: 0px;
		border-bottom: 5px solid #746653;
	}
	.mobile-list ul li ul li {
		border: 0px;
		padding-top: 10px;
		font-weight: 500;
	}
	.mobile-list ul li ul {
		border-top: 1px solid #ccc;
		margin-top: 10px;
	}
	.mobile-list{margin-top: 25px;}
	.second-heading {
		   text-transform: capitalize;
		letter-spacing: -0.05em;
		font-family: "tt-drugs";
		letter-spacing: 0px;
		font-size: 18px;
	}
	
	 .heading-container {
			 display: flex
	;
		align-items: center;
		gap: 1rem;
		position: relative;
		flex-direction: row;
		margin: auto;
		
		margin-bottom: 30px;

		}
		 .leaf-img {
		  width: 100px;
		  height: auto;
		  position: relative;
		  animation: float 4s ease-in-out infinite;
		}

		.leaf-img.right {
		  transform: scaleX(-1); /* Flip for right */
		  animation-delay: 1s;
		}

		.leaf-img img {
		  width: 100%;
		  height: auto;
		  filter: brightness(0) invert(1); /* Makes it white for coloring */
		}

		.leaf-img::before {
		  content: "";
		  position: absolute;
		  top: 0; left: 0;
		  width: 100%; height: 100%;
		  mix-blend-mode: screen;
		  z-index: 1;
		}

		@keyframes float {
		  0%, 100% {
			transform: translateY(0) scaleX(1);
		  }
		  50% {
			transform: translateY(-6px) scaleX(1.02);
		  }
		}
	  
	  
	 .heading-container {
		    display: flex;
    align-items: center;
    gap: 0rem;
    position: relative;
    margin: auto;
    margin-bottom: 30px;
    justify-content: center;

		}
		.left-leaf-transform{
			  -webkit-transform: scaleX(-1);
	  transform: scaleX(-1);
		}
		.hill-bg{
		    background-image: url(../../assets/img/hill-bg.png);
    background-repeat: no-repeat;
    background-position: bottom;
	background-size: contain;
		}
		
@media(min-width:727px){
.mb-100{
	margin-bottom:100px;
}
}

    nav {
      display: flex
;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    }

    .nav-links {
      display: none;
      flex-direction: column;
      background: var(--theme-color);
    position: absolute;
    top: 90px;
      left: 0;
      width: 100%;
    }


    .nav-links a {
      color: white;
      padding: 1em;
      text-decoration: none;
      border-bottom: 1px solid #444;
      font-size: 16px;
    }

    .menu-btn {
      background: none;
      border: none;
      color: white;
      font-size: 1.5em;
      cursor: pointer;
    }

    .nav-links.open {
      display: flex;
    }

    /* Desktop styles */
    @media (min-width: 768px) {
      .menu-btn {
        display: none;
      }

      .nav-links {
        display: flex !important;
        position: static;
        flex-direction: row;
        background: none;
        width: auto;
      }

      .nav-links a {
        border: none;
        margin-left: 1em;
      }
    }
    
	.golden-color, .golden-color button {
    background: linear-gradient(275deg,rgba(176, 144, 93, 1) 0%, rgba(246, 218, 167, 1) 100%);
    color: #000;
}
.golden-color a{
	color#000;
}
.golden-color{
	    color: #3d3933;
    font-size: 30px;
	box-shadow:0px 0px 2px 2px #d2b481;
}
.number-strong span {
    font-size: 45px;
    font-weight: 600 !important;
}
.ml-20 {
    margin-left: 20px;
}
.desktop-hide{
		display:none;
	}
	.mobile-hide{
		display:flex;
	}
	@media(min-width:1049px){
		.desktop-hidden{
			display:none;
		}
	}
footer {
    background-color: #14201f !important;
}
.card-wrapper{
    max-width: 1100px;
    margin: 0 60px 35px;
    padding: 20px 10px;
    overflow: hidden;
}

.card-list .card-item{
    list-style: none;
}

.card-list .card-item .card-link{
    user-select: none;
    display: block;
    background: #031816;
    border-radius: 12px;
    text-decoration: none;
    border: 2px solid transparent;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
    transition: 0.2s ease;
}

.card-list .card-item .card-link:active{
    cursor: grabbing;
}

.card-list .card-item .card-link:hover{
    border-color: #d2b481;
}

.card-list .card-link .card-image{
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 10px;
}

.card-list .card-link .badge{
    color: blue;
    margin: 16px 0 18px;
    padding: 8px 16px;
    font-weight: 500;
    font-size: 0.95rem;
    background: #dde4ff;
    width: fit-content;
    border-radius: 50px;
}

.card-list .card-link .card-title{
    font-size: 16px;
    color: #000;
    font-weight: 100;
}

.card-list .card-link .card-button {
    height: 35px;
    width: 35px;
    color: #000;
    border-radius: 50%;
    margin: 10px;
    background: none;
    cursor: pointer;
    transform: rotate(-45deg);
    border: 2px solid #3d3933;
    transition: 0.4s ease;
    background: #d2b481;
}
.card-list .card-link:hover .card-button{
    color: #fff;
    background: #3d3933;
}

.card-wrapper .swiper-pagination-bullet{
    height: 13px;
    width: 13px;
    opacity: 0.5;
    background: #5372f0;
}

.card-wrapper .swiper-pagination-bullet-active{
    opacity: 1;
}

.card-wrapper .swiper-slide-button{
    color: #5372f0;
    margin-top: -35px;
} 

@media screen and (max-width: 768px){
    .card-wrapper{
        margin: 0 10px 25px;
    }

    .card-wrapper .swiper-slide-button{
        display: block;
    }
}
.swiper  .white-para p {
    color: #fff;
    padding: 0 10px;
    height: 200px;
    overflow-y: scroll;
}

.white-para h2{
	color:#f9deae !important;
	    padding: 10px;
	
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 0) !important;
    right: auto;
}
.card-wrapper .swiper-slide-button {
    color: #d2b481 !important;
    margin-top: -35px;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 15px !important;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, -10px) !important;
    left: auto;
}

@media (max-width: 768px) {
	.card-wrapper .swiper-slide-button {
    color: #434343 !important;
    margin-top: -35px;
    background: #d2b481;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.bottom-mobile-layout {
               display: flex
;
        justify-content: space-between;
        background: rgba(0, 0, 0, 0.4);
        position: fixed;
        bottom: 0;
        width: 100%;
        padding: 10px 10px 10px 10px;
        z-index: 99;
		       
}
.bottom-mobile-layout a:last-child {
    border: 0;
}
    .bottom-mobile-layout a {
        border-right: 1px solid #333;
        padding: 0 5px;
        font-size: 13px;
        font-weight: 600;
        width: auto;
        display: flex
;
        /* align-content: center; */
        align-items: center;
        gap: 5px;
        background:linear-gradient(rgba(176, 144, 93, 1) 0%, rgba(246, 218, 167, 1) 50%, rgba(161, 128, 71, 1) 100%);
        padding: 10px;
        border-radius: 24px;
        color: #093430;
        box-shadow: 0px 0px 2px 0px #383535;
    }

.desktop-layout {
    display: none;
}
.pin-spacer {
    height: 92vh !important;
    padding: 0 !important;
}
.mobile-video-bg {
    background-image: url(../../assets/img/video-bg.jpg);
    background-size: cover;
}
.mobile-video-bg:before {
content: "";
        position: absolute;
        inset: 0;
        background: rgb(0 0 0 / 22%);
        z-index: 0;
}
  .column {
  overflow-x: visible;
}

.gallery-group {
  overflow-x: visible;
}

.image-grid {
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  gap: 8px;
  padding: 10px 0;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}
.cover-bg-img{
	height:100vh !important;
}


  .shaded-heading {
    padding-left: 10px;
  }
  .title {

    margin-bottom: 10px !important;
}
    .grid-item .cover-bg-img {
        height: 26vh !important;
    }
}
.btn-white .background-theme {
    background: transparent;
}
.lg-components {
  z-index: 9999 !important;
}

.lg-toolbar,
.lg-actions {
  display: flex !important;
}

.lg-next,
.lg-prev {
  display: block !important;
}

.number-counter {
  font-size: 48px;
  font-weight: bold;
  color: #333;
  text-align: center;
  margin: 20px 0;
}
span#percentage {
    font-weight: 500;
}






/* Gallery Styles */

:root {
	/* --sectionBackground: #48192e; */
	/* --sectionBackground: #281822; */
	/* --sectionBackground: #204952; */
	/* --sectionBackground: #0d1e21; */
	--sectionBackground: #23081C;
}

.spaceSection {
	background: var(--sectionBackground);
	font-family: var(--heading-font);
	/* position: fixed; */
	/* isolation: isolate; */
}

.gallery-container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	margin-bottom: 40px;
	position: relative;
	overflow: hidden;
	isolation: isolate;
}

.gallery-scroll-wrapper {
	overflow-x: auto;
	overflow-y: hidden;
	scrollbar-width: none;
	-ms-overflow-style: none;
	/* padding-bottom: 10px; */
	padding: 20px;
}

.gallery-scroll-wrapper::-webkit-scrollbar {
	display: none;
}

.gallery-grid {
	display: flex;
	flex-direction: column;
	gap: 5px;
	width: max-content;
}

.gallery-row {
	display: flex;
	gap: 10px;
	align-items: flex-end;
}

.gallery-image {
	height: 200px;
	max-height: 200px;
	width: auto;
	border-radius: 40px;
	object-fit: cover;
	transition: transform 0.3s ease;
	cursor: pointer;
	flex-shrink: 0;
	border: 2px solid var(--theme-color);
	background: var(--sectionBackground);

}

.gallery-textbox {
	height: 200px;
	padding-top: 10px;
	font-size: 1.5rem;
	max-width: 300px;
	line-height: 1.3;
	font-family: var(--heading-font);
	position: relative;
	color: var(--theme-color);
}

.gallery-textbox:after {
	content: "";
	display: block;
	width: 100%;
	height: 4px;
	background: var(--theme-color);
	margin-top: 10px;
	border-radius: 2px;
}

.gallery-image-tall {
	height: 300px !important;
	max-height: 300px !important;
	/* 150% of 200px */
	width: 200px !important;
	z-index: 1;
	position: relative;
	border-radius: 100px;
	margin-top: -100px;
	/* Negative margin to pull it up by the extra height */
}

.gallery-image-square {
	height: 200px !important;
	max-width: 200px !important;
	border-radius: 60px;
	object-fit: cover;
	transition: transform 0.3s ease;
	cursor: pointer;
	flex-shrink: 0;
}

.gallery-image-wide {
	height: 200px !important;
	max-height: 200px !important;
	width: 400px !important;
	border-radius: 40px;
	object-fit: cover;
	transition: transform 0.3s ease;
	cursor: pointer;
	flex-shrink: 0;
}

.gallery-image:hover {
	transform: scale(1.05);
	/* box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3); */
	z-index: 2;
}

/* Fade overlay */
.gallery-fade-overlay {
	position: absolute;
	top: 0;
	right: 0;
	width: 100px;
	height: 100%;
	background: linear-gradient(to right, rgba(var(--bg-color-rgb), 0), rgba(var(--bg-color-rgb), 0.5), var(--bg-color) 100%);
	pointer-events: none;
	z-index: 2;
}

/* Scroll button */
.gallery-scroll-btn {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	background: rgba(0, 0, 0, 0.7);
	color: white;
	border: none;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.3s ease;
	z-index: 3;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.gallery-scroll-btn:hover {
	background: rgba(0, 0, 0, 0.9);
	transform: translateY(-50%) scale(1.1);
}

.gallery-scroll-btn svg {
	width: 20px;
	height: 20px;
}


.gallery-scroll-btn {
              position: absolute;
              top: 50%;
              transform: translateY(-50%);
              background: rgba(255, 255, 255, 0.2);
              border: none;
              border-radius: 50%;
              width: 40px;
              height: 40px;
              display: flex;
              align-items: center;
              justify-content: center;
              cursor: pointer;
              color: white;
              z-index: 5;
            }
            .gallery-scroll-btn:hover {
              background: rgba(255, 255, 255, 0.4);
            }
            .gallery-scroll-left {
              left: 10px;
            }
            .gallery-scroll-right {
              right: 10px;
            }

			
@keyframes hero-gradient-animation {
    0% {
        --x-0: 88%;
        --c-0: hsla(217.59493670886076, 100%, 30%, 1);
        --y-0: 57%;
        --s-start-0: 8%;
        --s-end-0: 47.27292564072304%;
        --c-1: hsla(0, 0%, 0%, 1);
        --x-1: 94%;
        --s-start-1: 1%;
        --s-end-1: 49.166438627289%;
        --y-1: 19%;
        --s-start-2: 18.50397409325151%;
        --s-end-2: 49.166438627289%;
        --x-2: 24%;
        --y-2: 77%;
        --c-2: hsla(0, 0%, 0%, 1);
        --y-3: 46%;
        --s-start-3: 8.392121895570533%;
        --s-end-3: 48.52567687605722%;
        --x-3: 0%;
        --c-3: hsla(279.7894736842105, 67%, 27%, 1);
        --x-4: 96%;
        --c-4: hsla(279.7894736842105, 67%, 27%, 1);
        --s-start-4: 8.392121895570533%;
        --s-end-4: 49.58090142552271%;
        --y-4: 52%;
        --s-start-5: 18%;
        --s-end-5: 49.94408311488525%;
        --y-5: 48%;
        --c-5: hsla(217.68844221105527, 100%, 39%, 1);
        --x-5: 57%;
        --y-6: 61%;
        --x-6: 88%;
        --c-6: hsla(217.59493670886076, 100%, 30%, 0);
        --s-start-6: 11.133917156423086%;
        --s-end-6: 41.601566034303026%;
        --s-start-7: 9.713086970899472%;
        --s-end-7: 40.915935065940864%;
        --y-7: 26%;
        --x-7: 11%;
        --c-7: hsla(217.59336099585062, 100%, 47%, 1);
    }

    50% {
        --x-0: 5%;
        --c-0: hsla(217.59493670886076, 100%, 30%, 1);
        --y-0: 57%;
        --s-start-0: 9;
        --s-end-0: 61.21878342221337%;
        --c-1: hsla(0, 0%, 0%, 1);
        --x-1: 51%;
        --s-start-1: 9;
        --s-end-1: 42.724849131360514%;
        --y-1: 15%;
        --s-start-2: 9;
        --s-end-2: 42.724849131360514%;
        --x-2: 48%;
        --y-2: 96%;
        --c-2: hsla(0, 0%, 0%, 1);
        --y-3: 38%;
        --s-start-3: 9%;
        --s-end-3: 40.539112902234415%;
        --x-3: 61%;
        --c-3: hsla(279.7894736842105, 67%, 27%, 1);
        --x-4: 46%;
        --c-4: hsla(279.7894736842105, 67%, 27%, 1);
        --s-start-4: 9%;
        --s-end-4: 49.05074977970796%;
        --y-4: 71%;
        --s-start-5: 9;
        --s-end-5: 41.70549052437993%;
        --y-5: 42%;
        --c-5: hsla(217.68844221105527, 100%, 39%, 1);
        --x-5: 14%;
        --y-6: 102%;
        --x-6: 42%;
        --c-6: hsla(217.59493670886076, 100%, 30%, 0);
        --s-start-6: 11.232588486654471%;
        --s-end-6: 45.2963125079906%;
        --s-start-7: 9;
        --s-end-7: 26.022325116539797%;
        --y-7: 60%;
        --x-7: 48%;
        --c-7: hsla(217.61194029850745, 100%, 39%, 1);
    }

    100% {
        --c-1: hsla(0, 0%, 0%, 1);
        --x-1: 10%;
        --s-start-1: 9;
        --s-end-1: 22.729655783472005%;
        --y-1: 4%;
        --s-start-2: 11.236704874019%;
        --s-end-2: 32.969946745736706%;
        --x-2: 82%;
        --y-2: 78%;
        --c-2: hsla(0, 0%, 0%, 1);
        --y-3: 57%;
        --s-start-3: 10.200720718860145%;
        --s-end-3: 50.46456494288142%;
        --x-3: 95%;
        --c-3: hsla(279.7894736842105, 67%, 27%, 1);
        --x-4: 5%;
        --c-4: hsla(279.7894736842105, 67%, 27%, 1);
        --s-start-4: 10.200720718860145%;
        --s-end-4: 50.46456494288142%;
        --y-4: 42%;
        --s-start-7: 6.294132688184733%;
        --s-end-7: 32.60155297274837%;
        --y-7: 53%;
        --x-7: 81%;
        --c-7: hsla(217.5, 100%, 31%, 1);
    }
}

@property --x-0 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 88%
}

@property --c-0 {
    syntax: '<color>';
    inherits: false;
    initial-value: hsla(217.59493670886076, 100%, 30%, 1)
}

@property --y-0 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 57%
}

@property --s-start-0 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 8%
}

@property --s-end-0 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 47.27292564072304%
}

@property --c-1 {
    syntax: '<color>';
    inherits: false;
    initial-value: hsla(0, 0%, 0%, 1)
}

@property --x-1 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 94%
}

@property --s-start-1 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 1%
}

@property --s-end-1 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 49.166438627289%
}

@property --y-1 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 19%
}

@property --s-start-2 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 18.50397409325151%
}

@property --s-end-2 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 49.166438627289%
}

@property --x-2 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 24%
}

@property --y-2 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 77%
}

@property --c-2 {
    syntax: '<color>';
    inherits: false;
    initial-value: hsla(0, 0%, 0%, 1)
}

@property --y-3 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 46%
}

@property --s-start-3 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 8.392121895570533%
}

@property --s-end-3 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 48.52567687605722%
}

@property --x-3 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 0%
}

@property --c-3 {
    syntax: '<color>';
    inherits: false;
    initial-value: hsla(279.7894736842105, 67%, 27%, 1)
}

@property --x-4 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 96%
}

@property --c-4 {
    syntax: '<color>';
    inherits: false;
    initial-value: hsla(279.7894736842105, 67%, 27%, 1)
}

@property --s-start-4 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 8.392121895570533%
}

@property --s-end-4 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 49.58090142552271%
}

@property --y-4 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 52%
}

@property --s-start-5 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 18%
}

@property --s-end-5 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 49.94408311488525%
}

@property --y-5 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 48%
}

@property --c-5 {
    syntax: '<color>';
    inherits: false;
    initial-value: hsla(217.68844221105527, 100%, 39%, 1)
}

@property --x-5 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 57%
}

@property --y-6 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 61%
}

@property --x-6 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 88%
}

@property --c-6 {
    syntax: '<color>';
    inherits: false;
    initial-value: hsla(217.59493670886076, 100%, 30%, 0)
}

@property --s-start-6 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 11.133917156423086%
}

@property --s-end-6 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 41.601566034303026%
}

@property --s-start-7 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 9.713086970899472%
}

@property --s-end-7 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 40.915935065940864%
}

@property --y-7 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 26%
}

@property --x-7 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 11%
}

@property --c-7 {
    syntax: '<color>';
    inherits: false;
    initial-value: hsla(217.59336099585062, 100%, 47%, 1)
}

.background-animation {
    --x-0: 88%;
    --c-0: hsla(217.59493670886076, 100%, 30%, 1);
    --y-0: 57%;
    --c-1: hsla(0, 0%, 0%, 1);
    --x-1: 94%;
    --y-1: 19%;
    --x-2: 24%;
    --y-2: 77%;
    --c-2: hsla(0, 0%, 0%, 1);
    --y-3: 46%;
    --x-3: 0%;
    --c-3: hsla(279.7894736842105, 67%, 27%, 1);
    --x-4: 96%;
    --c-4: hsla(279.7894736842105, 67%, 27%, 1);
    --y-4: 52%;
    --y-5: 48%;
    --c-5: hsla(217.68844221105527, 100%, 39%, 1);
    --x-5: 57%;
    --y-6: 61%;
    --x-6: 88%;
    --c-6: hsla(217.59493670886076, 100%, 30%, 0);
    --y-7: 26%;
    --x-7: 11%;
    --c-7: hsla(217.59336099585062, 100%, 47%, 1);
    ;
    background-color: hsla(262, 82%, 3%, 1);
    background-image: radial-gradient(circle at var(--x-0) var(--y-0), var(--c-0) var(--s-start-0), transparent var(--s-end-0)), radial-gradient(circle at var(--x-1) var(--y-1), var(--c-1) var(--s-start-1), transparent var(--s-end-1)), radial-gradient(circle at var(--x-2) var(--y-2), var(--c-2) var(--s-start-2), transparent var(--s-end-2)), radial-gradient(circle at var(--x-3) var(--y-3), var(--c-3) var(--s-start-3), transparent var(--s-end-3)), radial-gradient(circle at var(--x-4) var(--y-4), var(--c-4) var(--s-start-4), transparent var(--s-end-4)), radial-gradient(circle at var(--x-5) var(--y-5), var(--c-5) var(--s-start-5), transparent var(--s-end-5)), radial-gradient(circle at var(--x-6) var(--y-6), var(--c-6) var(--s-start-6), transparent var(--s-end-6)), radial-gradient(circle at var(--x-7) var(--y-7), var(--c-7) var(--s-start-7), transparent var(--s-end-7));
    animation: hero-gradient-animation 10s linear infinite alternate-reverse;
    background-blend-mode: normal, normal, normal, normal, normal, normal, normal, normal;
}