:root,
:root .v-light,
:root .v-light-head {
  --bg-color: #f9f9f9;
  --assistant-color: #f1f1ef;
  --theme-color: #ffb001;
  --theme-color-font: #fff;
  --font-color: #757575;
  --heading-color: #000;
  --border-color: #2828281a;
  --smooth-color: #141414;
  --reverse-color: #141414;
  --reverse-heading-color: #fff;
  --bg-btn: #f6fafd;
  --divider-color: var(--border-color);
}
:root .background-theme,
:root.background-theme,
:root .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,
:root .v-light.background-theme,
:root .v-light .background-theme,
:root .v-light .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: #000;
  --assistant-color: #171717;
  --theme-color: #ffb001;
  --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: #000;
    --assistant-color: #171717;
    --theme-color: #ffb001;
    --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: "Manrope", sans-serif;
  --heading-font: "Playfair Display", serif;

  --font-size-base: 15px;
  --font-size-h1: 50px;
  --font-size-h2: 46px;
  --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: 500;
  --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: 95px;
  }
  :root .container,
  :root .dsn-left-container,
  :root .dsn-right-container {
    --dsn-gap-container: 0px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1399px) {
    .title-after-heads:before {

    width: 24%!important;
}
.d-flex{
    display:flex;
}
.about-photographer, .contact-form {
    width: 100%!important;
}

}
@media only screen and (max-width: 1399px) {
  :root {
    --dsn-gap-container: 50px;
    --title-heading: 85px;
  }
  .main-brand img {
    width: 90px!important;
    max-width: 100%;
    height: auto;
}
.anim-icons{
    display:none;
}
.title-after-heads:before {
 
    left: 23%;
    width: 10%;
}
#site_menu_header .social-header .socials-link{
    display:flex;
}
}
@media only screen and (max-width: 1200px) {
  :root {
    --title-heading: 75px;
  }
  .custom-logo-link::before {
    width: 100px!important;
  }
}
@media only screen and (min-width: 992px) {
  :root {
    --margin-padding: 120px;
    --box-padding: 80px 40px;
  }
  :root .d-lg-none {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  :root {
    --margin-padding: 80px;
    --box-padding: 60px var(--dsn-gap-container);
    --title-heading: 65px;
  }
}
@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: 15px;
    --title-heading: 47px;
  }
}
html {
  font-size: var(--font-size-base);
  scroll-behavior: initial;
}

body {
  background-color: #fff!important;
  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%;
  overflow-x:hidden;
}
#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_cursor {
  width: 30px;
  height: 30px;
  border: 2px solid var(--theme-color);
  background:url(../images/logo-32x32.webp);
  background-repeat:no-repeat;
    background-size: cover;
}
#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);*/
  /* background:url(../images/logo.webp);*/
  /*background-repeat:no-repeat;*/
}
#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 .loading-circle,
#dsn_preloader svg.v-middle {
  width: var(--width-loading-circle);
  height: var(--width-loading-circle);
}
#dsn_preloader .loading-circle {
  font-size: 25vw;
  letter-spacing: 0;
  opacity: 0.5;

}
#dsn_preloader .loading-circle p{
  color: #FFC94B!important;
}
#dsn_preloader .loading-text {
  position: absolute;
  color: #FFC94B;
  left: var(--dsn-gap-container);
  bottom: 50px;
  letter-spacing: 2px;
}
.dsnload {
  top: 22px;
  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:first-child {
  -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:first-child .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%,
  to {
    transform: translateY(0em);
  }
  0% {
    opacity: 0;
    filter: blur(5px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    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;
  }
}
.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 .moon,
.day-night .night {
  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 .moon svg,
.day-night .night 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:after,
#main_root:before {
  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, #000);*/
  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-1 {
  background-image: url("../img/bg-1.png");
  background-position: bottom left;
  background-repeat: no-repeat;
  opacity: 0.3;
}
.experience .exp-number {
  background-image: url("../img/bg-2.svg");
  color: transparent;
  -webkit-text-stroke: 1.5px var(--heading-color);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  transform: scale3d(1, 1.2, 1);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 570px;
  font-size: 113px;
  font-weight: 600;
  line-height: 90px;
}
.bg-dots .background-main:not(.dsn-btn, .service-item, .service-item-inner),
.bg-dots .background-section:not(.dsn-btn, .service-item, .service-item-inner),
.bg-dots .background-theme:not(.dsn-btn, .service-item, .service-item-inner),
.bg-dots:not(.dsn-btn, .service-item, .service-item-inner) {
  background-image: url("../img/bg-dot.png");
}
.bg-dots.v-light
  .background-main:not(.dsn-btn, .service-item, .service-item-inner),
.bg-dots.v-light
  .background-section:not(.dsn-btn, .service-item, .service-item-inner),
.bg-dots.v-light
  .background-theme:not(.dsn-btn, .service-item, .service-item-inner),
.bg-dots.v-light:not(.dsn-btn, .service-item, .service-item-inner),
.v-light
  .bg-dots
  .background-main:not(.dsn-btn, .service-item, .service-item-inner),
.v-light
  .bg-dots
  .background-section:not(.dsn-btn, .service-item, .service-item-inner),
.v-light
  .bg-dots
  .background-theme:not(.dsn-btn, .service-item, .service-item-inner),
.v-light .bg-dots:not(.dsn-btn, .service-item, .service-item-inner) {
  background-image: url("../img/bg-dot-light.png");
}
.bg-pattern {
  background-image: url("../img/bg-2.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.2;
}
.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) {
  .box-info.mt-section,
  .left-box-image.mb-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;
  }
}
.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 100%
  );
}
.background-section .dsn-bg-pattern.bg-offset:after,
.dsn-bg-pattern.bg-offset.background-section:after {
  background-image: linear-gradient(
    var(--bg-offset),
    var(--assistant-color) 20%,
    transparent 100%
  );
}
.background-theme .dsn-bg-pattern.bg-offset:after,
.dsn-bg-pattern.bg-offset.background-theme:after {
  background-image: linear-gradient(
    var(--bg-offset),
    var(--assistant-color) 20%,
    transparent 100%
  );
}
.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.png");
  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.png");
  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) {
  .border-rdu-lg {
    border-radius: 17px;
  }
}
.border-rdu-lg.border-style {
  padding: 30px 40px;
}
.title-scroll {
  white-space: nowrap;
}
@media only screen and (min-width: 992px) {
  .title-lg {
    font-size: 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .title-lg {
    font-size: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .title-lg {
    font-size: 75px;
  }
}
@media only screen and (max-width: 991px) {
  .dn-tablet {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .dn-mobile {
    display: none;
  }
}
.form-box input::placeholder,
.form-box textarea::placeholder,
.form-control::placeholder,
input::placeholder,
textarea::placeholder {
  color: #000!important;
}
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 input,
fieldset form textarea {
  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:#000;
  padding: 10px;
  letter-spacing: 2px;
  background-color: var(--assistant-color);
}
.entry-form input::placeholder,
.entry-form textarea::placeholder {
  color: #000;
  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;
  background: #FFC94B;
}
.dsn-btn .dsn-icon,
.dsn-btn .title-btn {
  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;
      color: #000000;
}
.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:after,
.dsn-def-btn.dsn-hover-icon .dsn-btn .dsn-icon:before,
.dsn-def-btn.dsn-hover-icon .dsn-btn .title-btn,
.dsn-def-btn.dsn-hover-icon .dsn-btn .title-btn:after,
.dsn-def-btn.dsn-hover-icon .dsn-btn i,
.dsn-def-btn.dsn-hover-icon .dsn-btn svg {
  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-btn .title-btn[data-animate-text] {
  overflow: hidden;
}
.dsn-btn .title-btn[data-animate-text]:before,
.dsn-btn .title-btn[data-animate-text] > span {
  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;
}
a {
  outline: 0;
  outline-style: none;
}
a:active,
a:hover {
  outline: 0;
  text-decoration: none;
}
.site-header {
  position: fixed;
  top: 0;
  width: 100%;
  padding-top: 22px;
  padding-bottom: 22px;
  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;
  background:#000;
}
.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;
}
@media screen and (min-width: 783px) {
  .admin-bar .site-header {
    top: 32px;
  }
}
.site-header .main-logo {
  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);
    font-weight: bold;
  }
  .site-header:not(.dsn-hamburger) ul.primary-nav > li {
    font-size: 14px;
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .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:focus > ul,
  .site-header:not(.dsn-hamburger) ul.primary-nav li.has-sub-menu:hover > ul {
    opacity: 1;
    transform: none;
    visibility: visible;
  }
  .site-header:not(.dsn-hamburger) .bg-load,
  .site-header:not(.dsn-hamburger) .navbar-toggle {
    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: 0;
  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;
  }
}
.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.5;
    color: #feb000;
  }
}
.site-header.dsn-hamburger ul.primary-nav li {
  margin: 3px 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 .scroll-content > li > a > span,
.site-header.dsn-hamburger ul .scroll-content > li > span,
.site-header.dsn-hamburger ul > li > a > span,
.site-header.dsn-hamburger ul > 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 .scroll-content > li > a,
.site-header.dsn-hamburger ul.open .scroll-content > li > span,
.site-header.dsn-hamburger ul.open > li > a,
.site-header.dsn-hamburger ul.open > li > span {
  pointer-events: auto !important;
}
.site-header.dsn-hamburger ul.open .scroll-content > li > a > span,
.site-header.dsn-hamburger ul.open .scroll-content > li > span,
.site-header.dsn-hamburger ul.open > li > a > span,
.site-header.dsn-hamburger ul.open > 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;
  background: #FFC94B;
    padding: 20px;
}
.site-header.dsn-hamburger #navbar_toggle .toggle-icon .toggle-line {
  position: relative;
  height: 2px;
  background-color: #0E1B1B;
  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:first-of-type,
.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:first-of-type {
  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-close,
.site-header.dsn-hamburger #navbar_toggle .toggle-text .text-open {
  position: absolute;
  top: 0;
  left: 0;
}
.site-header.dsn-hamburger #navbar_toggle .toggle-text .text-close .char,
.site-header.dsn-hamburger #navbar_toggle .toggle-text .text-open .char {
  opacity: 0;
  visibility: hidden;
  transform: var(--animate-trans);
}
.site-header.dsn-hamburger #navbar_toggle .toggle-text .text-close,
.site-header.dsn-hamburger #navbar_toggle .toggle-text .text-menu,
.site-header.dsn-hamburger #navbar_toggle .toggle-text .text-open {
  overflow: hidden;
  will-change: transform;
}
.site-header.dsn-hamburger #navbar_toggle .toggle-text .text-close .char,
.site-header.dsn-hamburger #navbar_toggle .toggle-text .text-menu .char,
.site-header.dsn-hamburger #navbar_toggle .toggle-text .text-open .char {
  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:first-of-type,
.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:first-of-type {
  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.open .text-close .char,
.site-header.dsn-hamburger #navbar_toggle:hover:not(.open) .text-open .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;
    color: #feb000;
}
@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.03;
  transform: translateY(-50%);
}
.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:first-of-type,
.site-header.dsn-hamburger.dsn-open .toggle-line:nth-of-type(3) {
  margin-top: 0 !important;
}
.site-header.dsn-hamburger.dsn-open .toggle-line:first-of-type {
  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;
  }
  to {
    stroke-dasharray: 10;
  }
}
.site-header.dsn-hamburger .dsn-back {
}
.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 .text-toggle-back .text-name .char,
.site-header.dsn-hamburger .dsn-back:hover .text-toggle-back .text-back .char {
  transform: none;
  opacity: 1;
  visibility: visible;
}
.site-header.dsn-hamburger .dsn-back .text-toggle-back .text-back .char,
.site-header.dsn-hamburger .dsn-back:hover .text-toggle-back .text-name .char {
  transform: translateY(10px) rotateX(75deg);
  opacity: 0;
  visibility: hidden;
}
.site-header.dsn-hamburger .container-content {
  display: flex !important;
  position: relative;
  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,
.site-header.dsn-hamburger .container-content:after {
  transition: 1s;
}
.site-header.dsn-hamburger .container-content:after {
  content: "";
  position: absolute;
  background-color: var(--border-color);
}
@media only screen and (min-width: 992px) {
  .site-header.dsn-hamburger .container-content:after {
    left: calc(-1 * var(--dsn-gap-container));
    top: 0;
    width: 1px;
    height: 0;
  }
}
@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: #ffb001;
}
.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,
.site-header.dsn-hamburger.dsn-open .container-content:after {
  transition-delay: 0.7s;
}
.site-header:not(.dsn-hamburger) .container-content {
  display: none;
}
.site-header.nav-bg {
  background-color: var(--bg-color);
  padding-top: 10px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 600px) {
  .site-header.nav-bg {
    top: 0;
  }
}
.site-header.hide-nav:not(.dsn-open) {
  transform: translateY(-100%);
}
.dsnload__img img,
.main-brand img {
  width: 140px;
  max-width: 100%;
  height: auto;
}
#dsn_footer.v-light .dsnload__img .logo-dark,
#dsn_footer.v-light .main-brand .logo-dark,
.dsnload__img .logo-dark,
.main-brand .logo-dark,
.v-light #dsn_footer:not(.v-light, .v-dark) .dsnload__img .logo-dark,
.v-light #dsn_footer:not(.v-light, .v-dark) .main-brand .logo-dark,
.v-light #site_menu_header .dsnload__img .logo-dark,
.v-light #site_menu_header .main-brand .logo-dark {
  display: block;
}
#dsn_footer.v-light .dsnload__img .logo-light,
#dsn_footer.v-light .main-brand .logo-light,
.dsnload__img .logo-light,
.main-brand .logo-light,
.v-light #dsn_footer:not(.v-light, .v-dark) .dsnload__img .logo-light,
.v-light #dsn_footer:not(.v-light, .v-dark) .main-brand .logo-light,
.v-light #site_menu_header .dsnload__img .logo-light,
.v-light #site_menu_header .main-brand .logo-light {
  display: none;
}
#dsn_footer.v-dark .dsnload__img .logo-dark,
#dsn_footer.v-dark .main-brand .logo-dark,
.v-dark #dsn_footer:not(.v-light, .v-dark) .dsnload__img .logo-dark,
.v-dark #dsn_footer:not(.v-light, .v-dark) .main-brand .logo-dark,
.v-dark #site_menu_header .dsnload__img .logo-dark,
.v-dark #site_menu_header .main-brand .logo-dark {
  display: none;
}
#dsn_footer.v-dark .dsnload__img .logo-light,
#dsn_footer.v-dark .main-brand .logo-light,
.v-dark #dsn_footer:not(.v-light, .v-dark) .dsnload__img .logo-light,
.v-dark #dsn_footer:not(.v-light, .v-dark) .main-brand .logo-light,
.v-dark #site_menu_header .dsnload__img .logo-light,
.v-dark #site_menu_header .main-brand .logo-light {
  display: block;
}
.v-light #site_menu_header {
  background-color: var(--bg-color);
}
.social-side {
  position: absolute;
  top: 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;
  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: 16px;
    rotate: 180deg;
}
/*.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:hover i,
.socials li a span {
  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: 3px 20px;
  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;
}


@media only screen and (max-width: 767px) {
  .container-sm {
    padding-right: var(--dsn-gap-container);
    padding-left: var(--dsn-gap-container);
  }
}
@media only screen and (max-width: 991px) {
  .intro-project {
    grid-template-columns: auto;
  }
}
@media only screen and (max-width: 991px) {
  .w-100-md {
    width: 100%;
  }
}
.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;
  }
}
@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;
  }
}

/*# sourceMappingURL=style.css.map */
.socials-link i{
    font-size:20px;
    color: #fff;
}
.socials-link a:hover{

    color: #ffb001;
    box-shadow: 0 0 40px #ffb001;
    text-decoration: none;
}
.socials-link a{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 40px;
    padding: 5px;
    border-radius: 50%;
    color: #fff;
    transition: 0.5s ease;
     text-decoration: none;
}
.header-architecture {
  min-height: 100vh;
  display: flex;
  align-items: center;
  --bg-size: 10px 10px;
  --bg-opacity: 0.35;
}
.header-architecture p {
  max-width: 450px;
}

@media only screen and (min-width: 992px) {
  .header-architecture .title {
    --title-heading: 50px;
  }
  .header-architecture .title:not(.title-top) {
    line-height: 70px;
  }
}

@media only screen and (min-width: 768px) {
  .header-architecture .header-content {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .header-architecture .img-box-parallax {
    width: 100%;
    height: 100%;
  }

  .header-architecture .title.text-right {
    text-align: left;
  }
  .header-architecture .title {
    line-height: calc(var(--title-heading) + 10px);
  }
}
.right-8{
  right:8%;
}
.custom-logo-link::before{
  
    top: 40%;
    right: 67%;
    content: "";
    position: absolute;
    display: inline-block;
    border-top: 1px solid #ffc94b;
    width: 426px;
    height: 5px;
    margin-right: 10px;
  }
.w-66{
  width:66%;
}
.swiper-button-next, .swiper-button-prev { 
       position: relative;
    bottom: 0;
    right: 0;
    z-index: 1;
    padding: 0 4% 4.5% 12%;
    width: 43%;
    background-repeat: no-repeat;
    margin-left: 16%;
    top: -200px;

    }
    .swiper-button-next:after, .swiper-button-prev:after{
      content:"none";
    }
.banner-swiper-container .swiper-button-next {
            background-image: url(../images/icon1.png); /* Replace with your custom next icon path */
        }
       .banner-swiper-container .swiper-button-prev {
            background-image: url(../images/icon2.png); /* Replace with your custom previous icon path */
        }
        .portfolio-container .swiper-button-next {
            background-image: url(../images/next.png); /* Replace with your custom next icon path */
        }
       .portfolio-container .swiper-button-prev {
            background-image: url(../images/prev.png); /* Replace with your custom previous icon path */
        }
.banner-slider{

    background: #000;
}
.portfolio-container .swiper-button-next, .portfolio-container .swiper-button-prev {
    position: relative;
    bottom: 0;
    right: 0;
    z-index: 1;
    padding: 0 4% 4.5% 12%;
    /* width: 57%; */
    background-repeat: no-repeat;
    /* margin-right: 20%; */
    top: -130px;
    left: 70%;
}
.about-photographer {
     /* background: #070F0F; */
    width: 86%;
    background-image: url(assets/images/bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    /* z-index: 99; */
    margin-top: -56px;
    z-index: 9;
}
.about-section-one{
  background-repeat: no-repeat;
    background-size: cover;
}
.logo-clr{
  color:#feb000;
}
.clr-light{
  color:#6B6B6B;
}
.title-after-head:before{
        background: #ffc94b;
    margin: auto 0 auto 5px;
    top: 40px;
    left: 30%;
    content: "";
    position: relative;
    display: flex;
    border-right: 1px solid #ffc94b;
    width: 50%;
    height: 3px;
}
.title-after-head{
  margin-left: -20%;
    z-index: 99999;
    position: relative;
  }
  #dsn_footer {
  overflow: hidden;
}
  #dsn_footers {
  overflow: hidden;
}
#dsn_footer .footer-content {
  padding-top: 50px;
  padding-bottom: 50px;
}
#dsn_footer.container .container,
#dsn_footer.container .dsn-container,
#dsn_footer.dsn-container .container,
#dsn_footer.dsn-container .dsn-container {
  padding-right: 0;
  padding-left: 0;
}


#footer_personal .grid-1-half.grid-footer {
  grid-template-columns: 70% auto;
}
@media only screen and (max-width: 767px) {
  #footer_personal .grid-1-half.grid-footer {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  #footer_personal .box-info {
    margin-top: 30px;
    align-items: flex-start;
    text-align: justify;
  }
  #footer_personal .box-info .nav-content {
    text-align: justify;
    align-items: flex-start;
  }
}
.custom-logo-link.main-brands::before {
        top: 50%;
    right: 76%;
    content: "";
    position: absolute;
    display: inline-block;
    border-top: 1px solid #ffc94b;
    width: 370px;
    height: 5px;
    margin-right: 31px;
}
.me-1{
  margin-right:1rem;
}
.primary-text{
  color:#0E1B1B!important;
}
.f-42{
  font-size: 42px;
}
.button {
      position: relative;
    padding: 10px 30px;
    border-radius: 12px;
    background-color: transparent;
    font-family: 'Playfair Display', serif;
    color: #0E1B1B;
    border: solid 1px #0E1B1B;
    overflow: hidden;
    cursor: pointer;
    font-weight: 600;
    font-size: 18px;
    transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.button .button-text {
  position: relative;
  z-index: 2;
}

.button .fill-container {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  padding-bottom: 100%;
  transform: translateY(-50%) rotate(180deg);
}

.button .fill-container::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffc94b;
  border-radius: 12px;
  transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transform: translateY(-100%);
}

.button:hover {
  border-color: #ffc94b;
  transform: translateY(-4px);
}

.button:hover .fill-container {
  transform: translateY(-50%) rotate(0);
}

.button:hover .fill-container::after {
  transform: translateY(0);
}
.text-secondary{
      color: #817979;
    font-weight: 600;
}
.border-bt{
  border-bottom:1px solid;
}
.title-after-heads:before{
        background: #0E1B1B;
        margin: auto 0 auto 5px;
        top: 40px;
        left: 100%;
        content: "";
        position: relative;
        display: flex;
        border-right: 1px solid #0E1B1B;
        width: 85%;
        height: 3px;
}
.title-after-head-left:before{
  content: '';
    display: inline-block;
    width: 25%;
    height: 3px;
    margin-right: 5px;
    background-color: currentColor;
    /* top: 0; */
    /* margin-top: 12px; */
    position: relative;
    bottom: 10px;
}
.why-us{
  background:#FFC94B;
}
.why-boxes{   
  text-align: center;
    padding: 14%;
  }
  .why-title{
    font-family: "Manrope", sans-serif;
  }
.anim-icons {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}
 .icon-circle-blue {
    top: -32%;
    left: 39%;
}
.anim-icons .icon {
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
}
.icon-circle-blue {
    width: 100%;
    height: 100%;
    background-image: url(../images/icon.png);
}
.icon-circle-shape1 {
  top: 20%;
  right: 35%;
}
.icon-circle-shape1 {
  width: 100%;
  height: 100%;
  background-image: url(../images/shape2.png);
}
.icon-circle-shape {
  width: 100%;
  height: 100%;
  background-image: url(../images/shape2.png);
}

.icon-circle-shape {
  top: -35%;
    right: 35%;
}
.icon-circle-shapes {
  width: 100%;
  height: 100%;
  background-image: url(../images/shapes.png);
  -webkit-animation: fa-spin 35s infinite;
    -moz-animation: fa-spin 35s infinite;
    -ms-animation: fa-spin 35s infinite;
    -o-animation: fa-spin 35s infinite;
    animation: fa-spin 35s infinite;
}

.icon-circle-shapes {
  top: -40%;
  right: 24%;
}
/*.client-container {
            width: 100%;
            height: 100%;
        }
      .client-container .swiper-slide {
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 18px;
            background: #fff;
            border: 1px solid #ddd;
        }*/


.dsn-view-case{
      float: right;
    position: relative;
   top: -56px;
  
}
.portfolio{
  padding: 0 5%;
}
.col-md-6{
  width: 70%
}
.about-section-one .dsn-animate-number,
.number-exp .dsn-animate-number {
  font-size: 90px;
  font-weight: 500;
  line-height: 67px;
}
@media only screen and (min-width: 768px) {
  .about-photographer .box-info .title .text-right,
  .about-section-one .box-info .title .text-right {
    padding-left: calc(50% + 60px);
  }
}
@media only screen and (max-width: 767px) {
  .about-photographer .box-info .title,
  .about-section-one .box-info .title {
    font-size: 30px;
    line-height: inherit;
    margin-bottom: 30px;
  }
  .about-photographer .box-info .title span,
  .about-section-one .box-info .title span {
    display: inline-block;
    width: auto;
    text-align: left;
  }
}
.about-section-one .box-info {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.about-section-one .box-img-bottom .dsn-icon {
  bottom: -35px;
}
@media only screen and (min-width: 768px) {
  .about-section-one .box-img {
    position: relative;
  }
  .about-section-one .box-img .dsn-icon {
    left: 60px;
    z-index: 1;
    top: -18px;
  }
  .about-section-one .box-img img {
    position: absolute;
   
  }
  .about-section-one .box-img-bottom {
            padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .about-section-one .bg-mask
   {
    display: none;
  }
}
.linear-text{
      background: -webkit-linear-gradient(96.16deg, #FFC700 32.65%, rgba(162, 191, 48, 0) 69.5%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.brand-title{position: absolute;
    z-index: 9;
    /* margin-left: auto; */
    /* margin-right: auto; */
    /* width: 100%; */
    font-family: "Manrope", sans-serif;
    letter-spacing: 17px;
    font-weight: 100;
    font-size: 150px;
    margin-top: -10%;}
    .title-con{
         font-size: 120px;
    font-family: "Manrope", sans-serif;
    letter-spacing: 20px;
    font-weight: 100;
    padding: 15px 0;
    }
    .client-container img{
        filter: grayscale(100%);
    }
  .sidebar-contact {
            position: fixed;
    top: 70%;
    right: -350px;
    transform: translateY(-50%);
    width: 350px;
    height: auto;
    padding: 40px;
    background: #ffc94b;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .5);
    box-sizing: border-box;
    /*transition: 0.5s;*/
    z-index: 9999;
    transition: right 0.5s ease-in-out, transform 0.5s ease-in-out;
        }
        .sidebar-contact.active {
            right: 0;
        }
        .sidebar-contact input,
        .sidebar-contact textarea {
                width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
    border: 1px solid rgb(0 0 0);
    outline: none;
        }
        .sidebar-contact h2 {
            margin: 0 0 20px;
            padding: 0;
        }
        .sidebar-contact textarea {
            /*height: 60px;*/
            resize: none;
        }
        .sidebar-contact input[type="submit"] {
            background: #000000;
    color: #fff;
    cursor: pointer;
    border: none;
    font-size: 18px;
    padding: 10px 0px;
        }
        .toggle {
             position: absolute;
    height: 86px;
    width: 110px;
    text-align: center;
    cursor: pointer;
    /* background: #f00; */
    top: 0;
    left: -48px;
    /* line-height: 48px; */
    
    rotate: 270deg;
   
    z-index: 9;
        }
        .toggle:before {
            content: 'Talk with us';
            font-family: fontAwesome;
             font-size: 20px;
    font-weight: 500;
    color: #ffc94b;
    font-family: "Manrope", sans-serif;
        }
        .toggle.active:before {
            content: '\f00d';
                font-family: fontAwesome;
                    background: black;
    padding: 10px;
        }
         .sidebar-contact input::placeholder,
        .sidebar-contact textarea::placeholder {
            color: #000;
        }
        @media(max-width: 768px) {
            .sidebar-contact {
                width: 100%;
                height: 100%;
                right: -100%;
            }
            .sidebar-contact .toggle {
                top: 50%;
                transform: translateY(-50%);
                transition: right 0.5s ease-in-out, transform 0.5s ease-in-out;
            }
            .sidebar-contact.active .toggle {
                top: 0;
                left: 0;
                transform: translateY(0);
            }
            .scroll {
                width: 100%;
                height: 100%;
                overflow-y: auto;
            }
            .content {
                padding: 50px 50px;
            }
        }
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #ffc20b;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.float{
  position:fixed;
  width:60px;
  height:60px;
  bottom:40px;
  right:40px;
  background-color:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
  margin-top:16px;
}
.btn-see {
  position: relative;
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
    border: 2px solid #FFFFFF;
    color: #FFFFFF;
    border-radius: 50%;
    overflow: hidden;
    z-index: 1;
    padding: 45px 10px;
}

.btn-see::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffc94b;
  border: 2px solid #ffc94b;
  z-index: -1;
  border-radius: 50%;
  transform: scale(0);
  transition: transform .5s;
}

.btn-see:hover::before {
  transform: scale(1);
}
.border-top-line{
        border-top: 1px solid #fff;
}
.mt-n8{
  margin-top:-8%;
}
.bg-yellow{
  background:#FFC94B;
}
@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 input:not([type="submit"]),
.dsn-form .entry-box textarea {
  font-size: 15px;
  font-weight: 400;
  width: 100%;
  border: 1px solid var(--border-color);
  padding: 10px 18px;
  color: #000;
  margin-bottom: 0;
  background-color: transparent;
}
.dsn-form .entry-box textarea {
  min-height: 50px;
}
.dsn-form .dsn-btn {
  padding: 0;
  border: 1px solid var(--theme-color);
}
.dsn-form .dsn-def-btn .dsn-btn {
  border-radius: 7px;
}
.dsn-form .dsn-def-btn > .w-auto {
  justify-content: center;
}
.dsn-form input[type="submit"] {
  position: relative;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0px;
  text-transform: capitalize;
  color: #000;
  padding: 20px 30px;
  cursor: pointer;
  z-index: 9;
  min-width: 150px;
  background: #fdb100;
}
.bg-dark{
  background: #000;
}
.dsn-animate-number{
  color:#E7C437;
  font-size: 40px;
}
.mt-perc{margin-top:30%;}
.z-n9{
  z-index: -9;
}
@media only screen and (max-width:1599px) {
  .custom-logo-link.main-brands::before {

    right: 83%;
    width: 176px;
  }
  .title-after-head:before {

    left: 38%;
    width: 40%;
}
.box-padding {
  padding-top:40px;
}
.site-header.dsn-hamburger #navbar_toggle .toggle-icon {
  
    margin-right: -17px;
}
}
@media only screen and (max-width:1024px) {
  .anim-icons{
    display: none;
  }
  .brand-title {
    font-size: 40px;
  }
  .title-con {
    font-size: 28px;
    letter-spacing: 8px;
    margin-left: 72px;
  }
  .title-after-heads:before {
    left: 70%;
    width: 28%;
  }
  .toggle {
    height: 40px;
  }
  .custom-logo-link::before,.custom-logo-link.main-brands::before,.title-after-head:before{
    content:none;
  }
  .title-after-head {
    margin-left: 0%;
  }
  .menu-footer-social-container a{
    margin-bottom: 20px;
  }
  .grid-col-1, .grid-col-2 , .grid-col-3 , .grid-col-4  {
    margin-bottom: 20px;
  }

.portfolio-container .swiper-button-next, .portfolio-container .swiper-button-prev {

    width: 66%;
    left:0;
    top: 8px;

}
.about-photographer {
  /* background: #070F0F; */
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top:0px;
}
.header-architecture {
  display: block;
}
.swiper-button-next, .swiper-button-prev {
  top: -57px;
}

}
.list-unstyled {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  position: sticky;
}
.work-process-list li, .process-icon-2 i {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  
}
.work-process-list li{
  display: flex;
  text-align: justify;
}

.process-icon-2::after {
  content: "";
  position: absolute;
  top: -20px;
  width: 0;
  left: 5.6%;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  height: 134px;
  z-index: -1;
  border-style: solid;
  border-width: 1px;
  border-color: #928B8B99;
}

.rounded-custom {
    border-radius: 6px;
    border: 1px solid #fff;
    background: #fff;
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    margin-right: 6px;
}
.arrow-service {
  position: absolute;
  display: inline-block;
  padding: 14px 8px;
}

.arrow-service:before {
  content: "";
  display: block;
  width: 26px;
  height: 1px;
  background-color: #000;
  top: 50%;
  transition: width 0.5s ease-out;
  position: relative;
}

.arrow-service:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
  top: calc(50% - 5px);
  position: absolute;
  right: 8px;
}

a:hover .arrow-service:before {
  width: 50px;
}
.icon-content-a{
  color: #000000;
  font-size: 20px;
  font-weight: 600;
}

.after-title-head:before{
  content: '';
display: inline-block;
width: 4%;
height: 3px;
margin-right: 5px;
background-color: currentColor;
/* top: 0; */
/* margin-top: 12px; */
position: relative;
bottom: 4px;
}
#arrow-two {
  height: 12px;
}

#arrow-two .chevron {
  fill: none;
  stroke: #000; 
  stroke-width: 2;
}

#arrow-two .line {
  fill: #000;
  width: 41px;
  height: 2px;
  transition: width 0.3s ease-in;
}

#arrow-two:hover {
  cursor: pointer;
}

#arrow-two:hover .line {
  width: 108px;
}
.mt-n12{
    margin-top: -12%;

}
.mt-n18 {
    margin-top: -18%;
}
.mbp-100{
  margin-bottom: 8%;
}
.mt-2{
    margin-top:20px;
}
.mb-2{
    margin-bottom:20px;
}
.border-box{
        border: 1px solid #ffc94b;
    padding: 26px;
}
.mbp-200{
  margin-bottom: 20%;
}
.thumbnails {
  width:100%;
  height: 100%;
  margin: 10px;
  display: flex;
  justify-content: center;
  position: relative;
  overflow: hidden;
  transition: transform .3s;
}

.thumbnails img {
  width: 100%;
  object-fit: cover;
  object-position: 50% 20%;
}

.black {
  text-align: center;
  background: #000;
  background-blend-mode: multiply;
  color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: .7;
}

.title {
    color: #fff;
    font-size: 25px;
    align-self: center;
    position: absolute;
    z-index: 10;
    line-height: 34px;
    font-family: "Playfair Display", serif;
}

.black, .title {
  transition: opacity .3s;
}

.thumbnails:hover {
  cursor: pointer;
  transform: scale(1.05);
  z-index: 20;
}
.dsn-accordion {
    line-height: 1.2
}

.dsn-accordion .accordion__answer {
    display: none;
    max-width: 100%;
    padding-top: 15px;
    padding-left: 45px
}

.dsn-accordion .accordion__answer.active {
    display: block
}

.dsn-accordion .accordion__item:not(:last-of-type) {
    margin-bottom: 30px;
    border-bottom: 1px solid var(--border-color);
    padding-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 .dsn-icon {
    margin-right: 15px
}

.dsn-accordion .accordion__question h4 {
    font-weight: 600;
    margin-bottom: 0
}
.background-themes{
    background: #0e1b1b;
}
.dsn-accordion .accordion__question:before {
    content: "";
    position: absolute;
    display: inline-block;
    border: solid #0e1b1b;
    top: 40%;
    right: 0;
    transition: transform 0.2s linear
}

.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-accordion .number {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
    margin-right: 15px;
    font-size: 14px
}


/*.thumbnails:hover .black {*/
/*  opacity: 0;*/
/*}*/

.use-flexible-scroll .dsn-grid-layout {
  align-items: center;
  --dsn-width-item: 3;
  --dsn-col-item: 50px;
  --dsn-row-item: 0px;
}
@media only screen and (max-width: 991px) {
  .use-flexible-scroll .dsn-grid-layout {
    --dsn-width-item: 2;
    --dsn-col-item: 30px;
    --dsn-row-item: 30px;
  }
}
.use-flexible-scroll .dsn-grid-layout .start-section {
  max-width: calc(70% - var(--dsn-col-item)) !important;
  flex: 0 0 calc(70% - var(--dsn-col-item));
}
.use-flexible-scroll .dsn-grid-layout .end-section {
  max-width: calc(100% - var(--dsn-col-item)) !important;
  flex: 0 0 calc(100% - var(--dsn-col-item));
}
.use-flexible-scroll .dsn-posts {
  height: 80vh;
}
@media only screen and (max-width: 991px) {
  .use-flexible-scroll .dsn-posts {
    height: auto;
  }
}
.dsn-grid-layout {
  --dsn-width-item: 1;
  --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-posts .dsn-animate-down, .dsn-posts .dsn-animate-up {
  font-size: 18vw;
  line-height: 18vw;
  opacity: 0.5;
}
.dsn-style-classic .dsn-posts .box-content {
  flex-direction: column;
  border-style: var(--heading-color);
}
.dsn-style-classic .dsn-posts .box-content .box-image-link + .post-content {
  padding-top: 20px;
}
.dsn-style-classic .dsn-posts .box-content .box-image-bg {
  position: relative;
  overflow: hidden;
  max-height: 80vh;
}

@media only screen and (min-width: 992px) {
  .dsn-posts.use-horizontal-scroll {
      flex-wrap:nowrap
  }

  .use-flexible-scroll .dsn-posts {
      min-height: 80vh;
  }

  .use-flexible-scroll .dsn-posts .dsn-item-post:not(.align-self-center) {
      display: flex
  }

  .use-flexible-scroll .dsn-posts .dsn-item-post:not(.align-self-center) .box-content {
      width: 100%;
  }

  .use-flexible-scroll .dsn-posts .dsn-item-post:not(.align-self-center):nth-child(3n) {
      align-items: end;
  }

  .use-flexible-scroll .dsn-posts .dsn-item-post:not(.align-self-center):nth-child(4n) {
      align-items: center
  }
}
@media only screen and (max-width: 438px) {
  .inner-banner{
    margin-top: 18%!important;
  }
}
@media only screen and (max-width: 680px) {
  .inner-banner{
    margin-top: 10%;
  }
}
@media only screen and (max-width: 1399px) {
 .inner-banner-box{
   padding: 60px;
    z-index: 9;
    position: relative;
}
}
.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:after,
.dsn-resume .resume-item:before {
  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);
}
.btn-yellow{
        background-color: #ffc94b;
    color: #0E1B1B;
    border: solid 1px #ffc94b;
}
.btn-white{
        background-color: #fff;
    color: #0E1B1B;
    border: solid 1px #fff;
}
.bg-repeat{
    background-repeat: no-repeat;
    background-size: cover;
}
@media only screen and (min-width: 1200px) {
  /* .container {
    max-width: calc(1140px + var(--dsn-gap-container));
  } */
  .dsn-left-containers,
  .dsn-right-containers {
    width: calc(
      100% - ((100vw - 1200px) / 2) + (var(--dsn-gap-container) / 2) +
        var(--dsn-width-scroll, 0px) / 2
    ) !important;
  }
  
}
@media only screen and (min-width: 992px) {
  .section-move-image:not(.award-move) {
    --dsn-width-item: 3;
    --dsn-col-item: 60px;
    --dsn-row-item: 50px;
  }
  .wid-30{
      width: 40%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 991px) {
  .section-move-image:not(.award-move) {
    --dsn-width-item: 2.5;
    --dsn-col-item: 30px;
    --dsn-row-item: 50px;
  }
}
@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;
}

@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;
  }
}
.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;
}
.single-row {
  display: flex!important;
  align-items: center!important;
  gap: 20px!important; /* Adjust the gap as needed */
}

.single-row .form-group {
  margin-bottom: 0!important;
}

.help-block li{
  color:red;
}
.form_email{
  border: 1px solid #B6B6B6;
  border-radius: 20px;
}
.submit-form
{  
  padding: 13px 30px!important;
border-radius: 20px;
}
.socials-links i{
  font-size: 16px;
  color: #000;
}
.socials-links a:hover{

  color: #ffb001;
  box-shadow: 0 0 40px #ffb001;
  text-decoration: none;
}
.socials-links a{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 32px;
  width: 32px;
  padding: 5px;
  border-radius: 50%;
  color: #ffb001;
  transition: 0.5s ease;
  text-decoration: none;
}