@font-face {
  font-family: "Cerebri Sans";
  src: url(https://dwsporthorses.b-cdn.net/assets/fonts/Cerebri-Sans/CerebriSans-Light.eot);
  src: url(https://dwsporthorses.b-cdn.net/assets/fonts/Cerebri-Sans/CerebriSans-Light.ttf);
  font-weight: 300;
  font-style: normal
}

@font-face {
  font-family: "Cerebri Sans";
  src: url(https://dwsporthorses.b-cdn.net/assets/fonts/Cerebri-Sans/CerebriSans-Regular.eot);
  src: url(https://dwsporthorses.b-cdn.net/assets/fonts/Cerebri-Sans/CerebriSans-Regular.ttf);
  font-weight: 500;
  font-style: normal
}

@font-face {
  font-family: "Cerebri Sans";
  src: url(https://dwsporthorses.b-cdn.net/assets/fonts/Cerebri-Sans/CerebriSans-Bold.eot);
  src: url(https://dwsporthorses.b-cdn.net/assets/fonts/Cerebri-Sans/CerebriSans-Bold.ttf);
  font-weight: 700;
  font-style: normal
}

@font-face {
  font-family: ivy-mode-regular;
  src: url(https://dwsporthorses.b-cdn.net/assets/fonts/5734Ivy-Mode-Regular.woff2) format('woff2'),url(https://dwsporthorses.b-cdn.net/assets/fonts/5734Ivy-Mode-Regular.woff) format('woff');
  font-display: auto
}

@font-face {
  font-family: ivy-mode-bold;
  src: url(https://dwsporthorses.b-cdn.net/assets/fonts/8970Ivy-mode-bold.woff2) format('woff2'),url(https://dwsporthorses.b-cdn.net/assets/fonts/8970Ivy-mode-bold.woff) format('woff');
  font-display: auto
}

.banner-home-bg {
  background: linear-gradient(90deg,rgba(255,61,0,.1) .19%,rgba(255,177,152,.1) 49.48%,rgba(255,61,0,.1) 99.8%)
}

.latest-Choose-bg {
  background-color: #fff
}

.latest-testimonial-bg {
  background-color: #fff
}

.footer-home-1-bg {
  background-color: #fff5f1
}

.footer__bottom-home-1-bg {
  background-color: #001d08
}

.white-bg {
  background: #fff!important
}

.product-bg {
  background: #fafafa
}

.banner-bg-3 {
  background: #fcffea
}

.footer-home-3-bg {
  background: #f5f5f5
}

.body__overlay,.btn,.dw-btn svg path,.main-menu ul li .mega-menu,.main-menu ul li .mega-menu li ul li a::before,.offcanvas__overlay,a,button,h1,h2,h3,h4,h5,h6,img,input,li,p,select,span,svg,textarea {
  -webkit-transition: all .3s 0s ease-out;
  -moz-transition: all .3s 0s ease-out;
  -ms-transition: all .3s 0s ease-out;
  -o-transition: all .3s 0s ease-out;
  transition: all .3s 0s ease-out
}

.nice-select::after {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%)
}

:root {
  --dw-ff-body: "Cerebri Sans",sans-serif;
  --dw-ff-heading: 'ivy-mode-regular',sans-serif;
  --dw-ff-subtitle: "Cerebri Sans",sans-serif;
  --dw-ff-fontawesome: "Font Awesome 6 Pro";
  --dw-common-white: #FFFFFF;
  --dw-common-black: #000000;
  --dw-common-placeholder: #4A5764;
  --dw-body-primary: #fff;
  --dw-theme-primary: #1B412F;
  --dw-theme-secondary: #07CBEB;
  --dw-heading-primary: #1C211C;
  --dw-text-body: #1C211C;
  --dw-text-primary: #000;
  --dw-shadow-primary: 0px 30px 60px 0px rgba(0, 15, 32, 0.1);
  --dw-background-gray: #F1F5EB;
  --dw-btn-primary: #000000;
  --dw-background-dark-green: #1B412F;
  --dw-border-primary: 1px solid #E3DBD8;
  --dw-fw-normal: normal;
  --dw-fw-thin: 100;
  --dw-fw-elight: 200;
  --dw-fw-light: 300;
  --dw-fw-regular: 400;
  --dw-fw-medium: 500;
  --dw-fw-sbold: 600;
  --dw-fw-bold: 700;
  --dw-fw-ebold: 800;
  --dw-fw-black: 900;
  --dw-fs-body: 16px;
  --dw-fs-body2: 18px;
  --dw-fs-p: 16px;
  --dw-fs-h1: 80px;
  --dw-fs-h2: 50px;
  --dw-fs-h3: 30px;
  --dw-fs-h4: 24px;
  --dw-fs-h5: 22px;
  --dw-fs-h6: 18px;
  --dw-lh-body: 28px;
  --dw-lh-body2: 26px;
  --dw-lh-p: 30px;
  --dw-lh-h1: 90px;
  --dw-lh-h2: 60px;
  --dw-lh-h3: 36px;
  --dw-lh-h4: 28px;
  --dw-lh-h5: 30px;
  --dw-lh-h6: 28px
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

html {
  font-size: 10px
}

body {
  font-family: var(--dw-ff-body);
  font-size: var(--dw-fs-body);
  font-weight: 400;
  color: var(--dw-text-body);
  line-height: var(--dw-lh-body);
  background: var(--dw-body-primary);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.h1 h2,.h2,.h3,.h4,.h5,.h6,h1,h3,h4,h5,h6 {
  font-family: var(--dw-ff-heading);
  color: var(--dw-heading-primary);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: var(--dw-fw-bold);
  word-break: break-word
}

.h1,h1 {
  font-size: var(--dw-fs-h1);
  line-height: var(--dw-lh-h1)
}


@media only screen and (min-width: 1200px) and (max-width:1399px) {
  .h1,h1 {
    font-size:60px;
    line-height: 72px
  }
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
  .h1,h1 {
    font-size:52px;
    line-height: 64px
  }
}

@media only screen and (min-width: 768px) and (max-width:992px) {
  .h1,h1 {
    font-size:50px;
    line-height: 52px
  }
}

@media only screen and (min-width: 576px) and (max-width:767px) {
  .h1,h1 {
    font-size:38px;
    line-height: 50px
  }
}

@media (max-width: 575px) {
  .h1,h1 {
    font-size:32px;
    line-height: 44px
  }
}

.h2,h2 {
  font-size: var(--dw-fs-h2);
  line-height: var(--dw-lh-h2)
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
  .h2,h2 {
    font-size:38px;
    line-height: 50px
  }
}

@media only screen and (min-width: 768px) and (max-width:992px) {
  .h2,h2 {
    font-size:40px;
    line-height: 52px
  }
}

@media only screen and (min-width: 576px) and (max-width:767px) {
  .h2,h2 {
    font-size:40px;
    line-height: 52px
  }
}

@media (max-width: 575px) {
  .h2,h2 {
    font-size:30px;
    line-height: 42px
  }
}

@media (max-width: 450px) {
  .h2,h2 {
    font-size:27px;
    line-height: 37px
  }
}

.h3,h3 {
  font-size: var(--dw-fs-h3);
  line-height: var(--dw-lh-h3)
}

@media (max-width: 575px) {
  .h3,h3 {
    font-size:30px;
    line-height: 42px
  }
}

@media (max-width: 450px) {
  .h3,h3 {
    font-size:27px;
    line-height: 37px
  }
}

.h4,h4 {
  font-size: var(--dw-fs-h4);
  line-height: var(--dw-lh-h4)
}

.h5,h5 {
  font-size: var(--dw-fs-h5);
  line-height: var(--dw-lh-h5)
}

.h6,h6 {
  font-size: var(--dw-fs-h6);
  line-height: var(--dw-lh-h6)
}

ul {
  margin: 0;
  padding: 0
}

p {
  font-size: var(--dw-fs-p);
  font-weight: var(--dw-fw-normal);
  color: var(--dw-text-body);
  line-height: var(--dw-lh-p)
}

.body-2 {
  font-size: var(--dw-fs-body2);
  line-height: var(--dw-lh-body2);
  font-weight: var(--dw-fw-light)
}

a {
  text-decoration: none
}

.button:focus,a:focus {
  text-decoration: none;
  outline: 0
}

a:focus,a:hover {
  text-decoration: none;
  color: inherit
}

a,button {
  color: inherit;
  outline: 0;
  border: none;
  background: 0 0
}

img {
  width: 100%;
  height: auto;
  object-fit: cover
}

button:hover {
  cursor: pointer
}

button:focus {
  outline: 0
}

input[type=email],input[type=number],input[type=password],input[type=tel],input[type=text],textarea {
  outline: 0;
  background-color: rgba(255,255,255,.1);
  width: 100%;
  font-size: 16px;
  color: var(--dw-heading-primary);
  border: 2px solid rgba(255,255,255,.3);
  border-bottom: 1px solid rgba(0,29,8,.1);
  margin-left: 30px
}

textarea {
  outline: 0;
  background-color: rgba(255,255,255,.1);
  width: 100%;
  height: 60px!important;
  font-size: 16px;
  color: var(--dw-heading-primary);
  border: 2px solid rgba(255,255,255,.3);
  border-bottom: 1px solid rgba(0,29,8,.1)
}

::-moz-selection {
  background: var(--dw-common-selection);
  color: var(--dw-common-white);
  text-shadow: none
}

::-moz-selection {
  background: var(--dw-common-selection);
  color: var(--dw-common-white);
  text-shadow: none
}

::selection {
  background: var(--dw-common-selection);
  color: var(--dw-common-white);
  text-shadow: none
}

::selection {
  background: var(--dw-common-black);
  color: var(--dw-common-white);
  text-shadow: none
}

::-moz-placeholder {
  opacity: 1;
  font-size: 16px
}

::-moz-placeholder::-webkit-input-placeholder {
  color: var(--dw-common-placeholder)
}

::-moz-placeholder::-moz-placeholder {
  color: var(--dw-common-placeholder)
}

::-moz-placeholder:-moz-placeholder {
  color: var(--dw-common-placeholder)
}

::-moz-placeholder:-ms-input-placeholder {
  color: var(--dw-common-placeholder)
}

::-moz-placeholder::placeholder {
  color: var(--dw-common-placeholder)
}

::placeholder {
  opacity: 1;
  font-size: 16px
}

::placeholder::-webkit-input-placeholder {
  color: var(--dw-common-placeholder)
}

::placeholder::-moz-placeholder {
  color: var(--dw-common-placeholder)
}

::placeholder:-moz-placeholder {
  color: var(--dw-common-placeholder)
}

::placeholder:-ms-input-placeholder {
  color: var(--dw-common-placeholder)
}

::placeholder::placeholder {
  color: var(--dw-common-placeholder)
}

.container {
  --bs-gutter-x: 30px;
  max-width: 1320px
}

.row {
  --bs-gutter-x: 30px
}

.row-none {
  --bs-gutter-x: none!important
}

.nice-select {
  background-color: transparent!important;
  border: none!important;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: var(--dw-ff-body)!important;
  font-style: normal;
  font-weight: 500!important;
  font-size: 14px;
  line-height: 40px;
  font-weight: 400;
  height: 42px;
  outline: 0;
  padding-left: 18px;
  padding-right: 15px!important;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  width: 100%!important;
  color: var(--dw-common-white)
}

.nice-select:hover {
  border-color: #dbdbdb
}

.nice-select:active,.nice-select:focus {
  border-color: #999
}

.nice-select::after {
  position: absolute;
  content: "\f107";
  top: 50%!important;
  right: 0;
  font-family: "Font Awesome 5 Pro";
  color: var(--dw-heading-white)!important;
  font-weight: 500!important;
  pointer-events: none;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  margin-top: 0;
  transform-origin: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%)
}

.nice-select.right {
  float: right
}

.nice-select.right .list {
  left: auto;
  right: 0
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px
}

.nice-select.small::after {
  height: 4px;
  width: 4px
}

.nice-select .list {
  background-color: var(--dw-common-black)!important;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68,68,68,.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(.75) translateY(-21px);
  -ms-transform: scale(.75) translateY(-21px);
  transform: scale(.75) translateY(-21px);
  -webkit-transition: all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;
  transition: all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;
  z-index: 9
}

#scroll-percentage {
  position: absolute
}

#scroll-percentage {
  height: 60px;
  width: 60px;
  background-color: var(--dw-common-white);
  border-radius: 50%;
  position: fixed;
  bottom: 40px;
  right: 50px;
  transform: scale(0);
  display: grid;
  place-items: center;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  z-index: 100
}

@media only screen and (max-width: 992px) {
  #scroll-percentage {
    right:30px
  }
}

@media only screen and (max-width: 767px) {
  #scroll-percentage {
    bottom:20px;
    right: 20px
  }
}

#scroll-percentage.active {
  bottom: 50px;
  transform: scale(1);
  opacity: 1;
  visibility: visible;
  -webkit-animation: .5s ease-in-out 0s normal none 1 running scrollToTop;
  animation: .5s ease-in-out 0s normal none 1 running scrollToTop;
  -webkit-transition: .3s;
  transition: .3s
}

@media only screen and (max-width: 992px) {
  #scroll-percentage.active {
    bottom:30px
  }
}

@media only screen and (max-width: 767px) {
  #scroll-percentage.active {
    bottom:20px
  }
}

#scroll-percentage-value {
  height: calc(100% - 6px);
  width: calc(100% - 6px);
  background-color: var(--dw-common-white);
  color: var(--dw-theme-primary);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 12px;
  font-weight: 600
}

#scroll-percentage-value i {
  font-size: 20px
}

@-webkit-keyframes scrollToTop {
  0% {
    -webkit-transform: translate3d(0,80%,0);
    transform: translate3d(0,80%,0);
    visibility: visible
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes scrollToTop {
  0% {
    -webkit-transform: translate3d(0,80%,0);
    transform: translate3d(0,80%,0);
    visibility: visible
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@-webkit-keyframes wobble-vertical {
  16.65% {
    transform: translateY(8px)
  }

  33.3% {
    transform: translateY(-6px)
  }

  49.95% {
    transform: translateY(4px)
  }

  66.6% {
    transform: translateY(-2px)
  }

  83.25% {
    transform: translateY(1px)
  }

  100% {
    transform: translateY(0)
  }
}

@keyframes wobble-vertical {
  16.65% {
    transform: translateY(8px)
  }

  33.3% {
    transform: translateY(-6px)
  }

  49.95% {
    transform: translateY(4px)
  }

  66.6% {
    transform: translateY(-2px)
  }

  83.25% {
    transform: translateY(1px)
  }

  100% {
    transform: translateY(0)
  }
}


.fix {
  overflow: hidden
}

.z-index-1 {
  z-index: 1
}

.p-0 {
  padding-left: 0!important
}

.z-index-11 {
  z-index: 11
}

.p-relative {
  position: relative
}

.body__overlay {
  background-color: var(--dw-common-heading);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 9999;
  left: 0;
  opacity: 0;
  visibility: hidden
}

.body__overlay {
  background-color: var(--dw-common-heading);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 9999;
  left: 0;
  opacity: 0;
  visibility: hidden
}

.z-index-1 {
  z-index: 1
}

.mb-48 {
  margin-bottom: 48px
}

.mb-83 {
  margin-bottom: 83px
}

.border-gray {
  border: 1px solid rgba(0,29,8,.1);
  border-radius: 10px
}

@media only screen and (min-width: 992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px) {
  .border-gray {
    border:none;
    border-radius: none
  }
}

.text-white {
  color: var(--dw-common-white)!important
}

.container-width {
  max-width: 1520px
}

.home3-container-width {
  max-width: 1550px;
  padding-left: 15px;
  padding-right: 15px
}

@media only screen and (min-width: 768px) and (max-width:992px) {
  .mb-md-30 {
    margin-bottom:30px
  }
}

@media only screen and (min-width: 768px) and (max-width:992px) {
  .mt-md-30 {
    margin-bottom:30px
  }
}

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

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

.section-space-bottom-2 {
  padding-bottom: 120px
}

@media only screen and (min-width: 576px) and (max-width:767px),(max-width:575px) {
  .section-space-bottom-2 {
    padding-bottom:50px
  }
}

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

@media only screen and (min-width: 992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px) {
  .right {
    margin-right:0;
    margin-left: 0
  }
}

.border {
  border: none!important;
  padding-bottom: 0!important
}

.wrap {
  flex-wrap: wrap;
  row-gap: 20px;
  column-gap: 10px
}


@media (max-width: 1820px) {
  .border {
    border-radius:0
  }
}

.m-5 {
  margin: 5px
}

.section-space {
  padding-top: 120px;
  padding-bottom: 120px
}

@media only screen and (min-width: 768px) and (max-width:992px) {
  .section-space {
    padding-top:80px;
    padding-bottom: 80px
  }
}

@media only screen and (min-width: 576px) and (max-width:767px),(max-width:575px) {
  .section-space {
    padding-top:0px;
    padding-bottom: 70px
  }
}

.section-space-2 {
  padding-top: 110px;
  padding-bottom: 110px
}

@media only screen and (min-width: 768px) and (max-width:992px) {
  .section-space-2 {
    padding-top:80px;
    padding-bottom: 80px
  }
}

@media only screen and (min-width: 576px) and (max-width:767px),(max-width:575px) {
  .section-space-2 {
    padding-top:70px;
    padding-bottom: 70px
  }
}

.top-bottom {
  padding-top: 120px!important;
  padding-bottom: 120px!important
}

@media only screen and (min-width: 768px) and (max-width:992px) {
  .top-bottom {
    padding-top:80px!important;
    padding-bottom: 80px!important
  }
}

@media only screen and (min-width: 576px) and (max-width:767px),(max-width:575px) {
  .top-bottom {
    padding-top:70px!important;
    padding-bottom: 70px!important
  }
}

.bottom {
  padding-bottom: 120px!important
}

@media only screen and (min-width: 768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px) {
  .bottom {
    padding-bottom:70px!important
  }
}

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

@media only screen and (min-width: 992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px) {
  .bottom-160 {
    padding-bottom:0
  }
}

.bottom-306 {
  padding-bottom: 303px!important
}

.section-top {
  padding-top: 142px!important
}

@media only screen and (min-width: 768px) and (max-width:992px) {
  .section-top {
    padding-top:100px!important
  }
}

@media only screen and (min-width: 576px) and (max-width:767px),(max-width:575px) {
  .section-top {
    padding-top:80px!important
  }
}

.section-space-top {
  padding-top: 120px
}

@media only screen and (min-width: 768px) and (max-width:992px) {
  .section-space-top {
    padding-top:80px
  }
}

@media only screen and (min-width: 576px) and (max-width:767px),(max-width:575px) {
  .section-space-top {
    padding-top:2rem
  }
}

.section-space-bottom {
  padding-bottom: 120px
}

@media only screen and (min-width: 768px) and (max-width:992px) {
  .section-space-bottom {
    padding-bottom:80px
  }
}

@media only screen and (min-width: 576px) and (max-width:767px),(max-width:575px) {
  .section-space-bottom {
    padding-bottom:70px
  }
}

.section-space-bottom-2 {
  padding-bottom: 110px
}

@media only screen and (min-width: 768px) and (max-width:992px) {
  .section-space-bottom-2 {
    padding-bottom:80px
  }
}

@media only screen and (min-width: 576px) and (max-width:767px),(max-width:575px) {
  .section-space-bottom-2 {
    padding-bottom:70px
  }
}

.section-space-bottom-170 {
  padding-bottom: 170px
}

.section-space-bottom-60 {
  padding-bottom: 60px
}


@media only screen and (min-width: 768px) and (max-width:992px) {
  .section-space-bottom-170 {
    padding-bottom:100px
  }
}

@media only screen and (min-width: 576px) and (max-width:767px),(max-width:575px) {
  .section-space-bottom-170 {
    padding-bottom:90px
  }
}

.section__title-space {
  margin-bottom: 50px
}

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

.ml {
  margin-left: 140px
}

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

.mt-255 {
  margin-top: -183px
}

.height-693 {
  height: 693px!important
}

@media (max-width: 575px) {
  .height-693 {
    height:450px!important
  }
}

.height-611 {
  height: 611px!important
}

@media (max-width: 575px) {
  .height-611 {
    height:400px!important
  }
}

.white-bg {
  background-color: var(--dw-common-white)!important
}

.gray-bg {
  background-color: var(--dw-background-gray)
}

.dark-green {
  background-color: var(--dw-background-dark-green)
}

.bg-gray {
  background: #f1f5eb
}

.h-5-bg {
  background: #111214
}

.dw-btn {
  color: var(--dw-common-white);
  font-size: 16px;
  font-style: normal;
  line-height: 30px;
  font-weight: var(--dw-fw-medium);
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  position: relative;
  overflow: hidden;
  padding: 15px 30px;
  background-color: var(--dw-theme-primary);
  z-index: 5
}

.dw-btn:focus {
  color: var(--dw-common-white)
}

.dw-btn::before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-165%,0) rotate(0);
  transform-origin: right bottom;
  transition: all .35s;
  z-index: -1;
  content: ""
}

.dw-btn:hover {
  color: var(--dw-common-white);
  background: var(--dw-heading-primary)
}

.dw-btn:hover::before {
  transform: translate(0,0)
}

.dw-btn:hover svg path[fill="#00160A"] {
  fill: var(--dw-common-white)
}

.dw-btn.btn-white {
  color: var(--dw-heading-primary);
  background-color: var(--dw-common-white)
}

.dw-btn.btn-white::before {
  background-color: var(--dw-theme-primary)
}

.dw-btn.btn-white:hover {
  color: var(--dw-common-white)
}

.small-btn {
  height: 60px;
  width: 60px;
  border: 1px solid #e3dbd8;
  background: #d5dfd4;
  border-radius: 50%;
  transition: .3s
}

.small-btn:hover {
  background: var(--dw-theme-primary)
}

.small-btn:hover i {
  color: var(--dw-common-white)
}

.small-btn:hover svg path {
  fill: var(--dw-common-white)
}

.dw-btn2 {
  font-family: var(--dw-ff-heading);
  color: var(--dw-heading-primary);
  font-weight: var(--dw-fw-medium);
  font-size: 14px;
  line-height: var(--dw-lh-h5);
  padding: 15px 30px;
  border-radius: 30px;
  font-style: normal;
  border: 1px solid #e3dbd8;
  display: inline-flex;
  align-items: center;
  gap: 10px
}

.dw-btn2:hover {
  background: var(--dw-theme-primary);
  color: var(--dw-common-white)
}

.offcanvas__area {
  background: #0e0a24 none repeat scroll 0 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 500px;
  height: 100%;
  -webkit-transform: translateX(calc(100% + 80px));
  -moz-transform: translateX(calc(100% + 80px));
  -ms-transform: translateX(calc(100% + 80px));
  -o-transform: translateX(calc(100% + 80px));
  transform: translateX(calc(100% + 80px));
  -webkit-transition: transform .45s ease-in-out,opacity .45s ease-in-out;
  -moz-transition: transform .45s ease-in-out,opacity .45s ease-in-out;
  transition: transform .45s ease-in-out,opacity .45s ease-in-out;
  z-index: 999;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
  border-left: 1px solid var(--dw-border-primary)
}

.offcanvas__area ::-webkit-scrollbar {
  display: none
}

@media (max-width: 575px) {
  .offcanvas__area {
    width:400px
  }
}

@media (max-width: 450px) {
  .offcanvas__area {
    width:100%
  }
}

.offcanvas__logo a img {
  width: 160px
}

@media (max-width: 575px) {
  .offcanvas__logo a img {
    width:150px
  }
}

@media (max-width: 575px) {
  .offcanvas__logo a img {
    width:130px
  }
}

.offcanvas__content {
  padding-bottom: 45px
}

.offcanvas__wrapper {
  position: relative;
  height: 100%;
  padding: 35px 40px
}

@media (max-width: 575px) {
  .offcanvas__wrapper {
    padding:25px 25px
  }
}

.offcanvas__top {
  padding-bottom: 20px;
  margin-bottom: 35px;
  border-bottom: 1px solid rgba(255,255,255,.079)
}

@media (max-width: 575px) {
  .offcanvas__top {
    padding-bottom:15px;
    margin-bottom: 30px
  }
}

.offcanvas__title {
  color: var(--dw-common-white)
}

@media (max-width: 450px) {
  .offcanvas__title {
    font-size:20px
  }
}

.offcanvas__text p {
  margin-bottom: 25px
}

.offcanvas__social {
  margin-bottom: 40px
}

.offcanvas__social ul li {
  display: inline-block
}

.offcanvas__social ul li:not(:last-child) {
  margin-right: 5px
}

.offcanvas__social ul li a {
  color: var(--dw-theme-primary);
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: var(--dw-common-white);
  font-size: 16px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%
}

.offcanvas__social ul li a:hover {
  background-color: var(--dw-theme-primary);
  color: var(--dw-common-white);
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  transform: translateY(-3px)
}

.offcanvas__overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background: var(--dw-common-black);
  z-index: 900;
  top: 0;
  opacity: 0;
  visibility: hidden;
  right: 0
}

.sidebar__toggle {
  cursor: pointer
}

.offcanvas__contact-icon {
  margin-inline-end:15px}

.offcanvas__post-title {
  font-size: 26px;
  color: var(--dw-common-white)
}

.offcanvas__post-title a:hover {
  color: var(--dw-theme-primary)
}

.offcanvas-close-icon {
  line-height: 1;
  color: var(--dw-common-white)
}

.offcanvas-close-icon .offcanvas-m-lines {
  position: relative;
  display: block;
  height: 12px;
  width: 30px
}

.offcanvas-close-icon.animation--flip .offcanvas-m-line.line--1 {
  top: 6px;
  transform: rotate(45deg)
}

.offcanvas-close-icon.animation--flip .offcanvas-m-line.line--3 {
  opacity: 0;
  opacity: 0
}

.offcanvas-close-icon.animation--flip .offcanvas-m-line.line--2 {
  top: 6px;
  transform: rotate(-45deg)
}

.offcanvas-close-icon .offcanvas-m-line {
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: currentColor;
  transition: top .15s ease,transform .3s ease
}

.offcanvas-close-icon .offcanvas-m-line.line--1 {
  top: 0
}

.offcanvas-close-icon .offcanvas-m-line.line--2 {
  top: 5px
}

.offcanvas-close-icon .offcanvas-m-line.line--3 {
  bottom: 0;
  bottom: 0
}

.offcanvas-close-icon:hover .offcanvas-m-line {
  animation: qode-draw .8s cubic-bezier(.44,1.1,.53,.99) 1 forwards;
  animation: qode-draw .8s cubic-bezier(.44,1.1,.53,.99) 1 forwards
}

.offcanvas-close-icon:hover .offcanvas-m-line:nth-of-type(2) {
  animation-delay: .1s
}

.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  height: 42px;
  line-height: 40px;
  outline: 0;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left!important;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto
}

.nice-select:hover {
  border-color: #dbdbdb
}

.nice-select:active,.nice-select:focus {
  border-color: #999
}

.nice-select::after {
  position: absolute;
  content: "\f107";
  top: 50%;
  right: 0;
  font-family: var(--dw-ff-fontawesome);
  color: var(--dw-common-black);
  font-weight: 500;
  pointer-events: none;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  margin-top: 0;
  transform-origin: center
}

.nice-select.right {
  float: right
}

.nice-select.right .list {
  left: auto;
  right: 0
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px
}

.nice-select.small::after {
  height: 4px;
  width: 4px
}

.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68,68,68,.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(.75) translateY(-21px);
  -ms-transform: scale(.75) translateY(-21px);
  transform: scale(.75) translateY(-21px);
  -webkit-transition: all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;
  transition: all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;
  z-index: 9
}

.section__title-wrapper {
  z-index: 1
}

.section__title-wrapper-subtitle {
  font-family: var(--dw-ff-subtitle);
  color: var(--dw-theme-primary);
  font-weight: var(--dw-fw-sbold);
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  font-style: normal;
  letter-spacing: 1.4px
}

.subtitle {
  color: var(--dw-heading-primary);
  font-family: var(--dw-ff-body);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  line-height: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 1rem
}

.section__title-wrapper-center-subtitle {
  color: var(--dw-heading-primary);
  font-weight: var(--dw-fw-bold);
  font-size: 14px;
  line-height: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-style: normal;
  text-transform: uppercase;
  justify-content: center;
  letter-spacing: 1.4px
}

.section__title-wrapper-title {
  font-family: var(--dw-ff-heading);
  color: var(--dw-heading-primary);
  font-weight: var(--dw-fw-bold);
  font-size: var(--dw-fs-h2);
  line-height: var(--dw-lh-h2);
  font-style: normal;
  margin-bottom: 0
}

@media only screen and (min-width: 768px) and (max-width:992px) {
  .section__title-wrapper-title {
    font-size:40px;
    line-height: 50px
  }
}

@media only screen and (min-width: 576px) and (max-width:767px) {
  .section__title-wrapper-title {
    font-size:35px;
    line-height: 45px
  }
}

@media (max-width: 575px) {
  .section__title-wrapper-title {
    font-size:28px;
    line-height: 38px
  }
}

@media only screen and (min-width: 768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px) {
  .section__title-wrapper-title br {
    display:none
  }
}

.section__title-wrapper-title-2 {
  font-family: var(--dw-ff-heading);
  color: var(--dw-heading-primary);
  font-weight: var(--dw-fw-bold);
  font-size: var(--dw-fs-h2);
  line-height: var(--dw-lh-h2);
  font-style: normal;
  margin-bottom: 0
}

@media only screen and (min-width: 992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:992px) {
  .section__title-wrapper-title-2 {
    font-size:40px;
    line-height: 50px
  }
}

@media only screen and (min-width: 576px) and (max-width:767px) {
  .section__title-wrapper-title-2 {
    font-size:35px;
    line-height: 45px
  }
}

@media (max-width: 575px) {
  .section__title-wrapper-title-2 {
    font-size:28px;
    line-height: 38px
  }
}

@media only screen and (min-width: 768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px) {
  .section__title-wrapper-title-2 br {
    display:none
  }
}

.section__title-wrapper2 {
  z-index: 1
}

.section__title-wrapper2-title {
  font-family: var(--dw-ff-heading);
  color: var(--dw-common-white);
  font-weight: var(--dw-fw-bold);
  font-size: var(--dw-fs-h2);
  line-height: var(--dw-lh-h2);
  font-style: normal;
  margin-bottom: 0
}

@media only screen and (min-width: 768px) and (max-width:992px) {
  .section__title-wrapper2-title {
    font-size:40px;
    line-height: 50px
  }
}

@media only screen and (min-width: 576px) and (max-width:767px) {
  .section__title-wrapper2-title {
    font-size:35px;
    line-height: 45px
  }
}

@media (max-width: 575px) {
  .section__title-wrapper2-title {
    font-size:28px;
    line-height: 38px
  }
}

@media only screen and (min-width: 768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px) {
  .section__title-wrapper2-title br {
    display:none
  }
}

@media (max-width: 575px) {
  .section__title-wrapper2-2 {
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
  }
}

.section-title2 {
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: end;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 20px;
  z-index: 1
}

.section-title2__wrapper-subtitle {
  font-family: var(--dw-ff-subtitle);
  color: var(--dw-heading-primary);
  font-weight: var(--dw-fw-sbold);
  font-size: 14px;
  font-style: normal;
  line-height: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  letter-spacing: 1.4px;
  text-transform: uppercase
}

.section-title2__wrapper-title {
  font-family: var(--dw-ff-heading);
  color: var(--dw-heading-primary);
  font-weight: var(--dw-fw-bold);
  font-size: var(--dw-fs-h2);
  line-height: var(--dw-lh-h2);
  font-style: normal;
  margin-bottom: 0
}

@media only screen and (min-width: 768px) and (max-width:992px) {
  .section-title2__wrapper-title {
    font-size:40px;
    line-height: 50px
  }
}

@media only screen and (min-width: 576px) and (max-width:767px) {
  .section-title2__wrapper-title {
    font-size:35px;
    line-height: 45px
  }
}

@media (max-width: 575px) {
  .section-title2__wrapper-title {
    font-size:28px;
    line-height: 38px
  }
}

@media only screen and (min-width: 992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px) {
  .section-title2__wrapper-title br {
    display:none
  }
}

.section-title2__button a {
  color: var(--dw-common-white);
  font-family: var(--dw-ff-heading);
  font-weight: var(--dw-fw-sbold);
  line-height: var(--dw-lg-h5);
  background: var(--dw-theme-primary);
  font-size: 14px;
  font-style: normal;
  display: inline-flex;
  padding: 15px 30px;
  align-items: center;
  gap: 10px;
  transition: .3s;
  margin-bottom: 0;
  border-radius: 30px
}

.section-title2__button a:hover {
  background: var(--dw-heading-primary)
}

.backtotop-wrap {
  position: fixed;
  bottom: 30px;
  right: 30px;
  height: 46px;
  overflow: hidden;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all .4s linear;
  -o-transition: all .4s linear;
  transition: all .4s linear;
  background: var(--dw-theme-primary)
}

@media (max-width: 450px) {
  .backtotop-wrap {
    bottom:20px;
    right: 20px
  }
}

.backtotop-wrap::before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  border: 1px solid var(--dw-theme-primary);
  left: 0;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  -o-border-radius: 500px;
  -ms-border-radius: 500px;
  border-radius: 500px;
  transform: translate(-100%,0) rotate(50deg);
  transform-origin: top left;
  transition: all .35s;
  background-color: var(--dw-heading-primary);
  z-index: -1;
  content: ""
}

.backtotop-wrap::after {
  position: absolute;
  font-family: var(--dw-ff-fontawesome);
  content: "\f062";
  text-align: center;
  line-height: 46px;
  font-size: 16px;
  font-weight: 400;
  color: var(--dw-common-white);
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all .4s linear;
  -o-transition: all .4s linear;
  transition: all .4s linear
}

.backtotop-wrap svg path {
  fill: none
}

.backtotop-wrap svg.backtotop-circle path {
  stroke: #ccc;
  stroke-width: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .4s linear;
  -o-transition: all .4s linear;
  transition: all .4s linear
}

.backtotop-wrap:hover::before {
  border-color: var(--dw-heading-primary);
  transform: translate(0,0)
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255,255,255,.4)
  }

  70% {
    -webkit-box-shadow: 0 0 0 45px rgba(255,255,255,0)
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255,255,255,0)
  }
}

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255,255,255,.4);
    box-shadow: 0 0 0 0 rgba(255,255,255,.4)
  }

  70% {
    -moz-box-shadow: 0 0 0 45px rgba(255,255,255,0);
    box-shadow: 0 0 0 45px rgba(255,255,255,0)
  }

  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255,255,255,0);
    box-shadow: 0 0 0 0 rgba(255,255,255,0)
  }
}

@keyframes shake {
  0% {
    transform: translate(1px,1px) rotate(0)
  }

  10% {
    transform: translate(-1px,-2px) rotate(-1deg)
  }

  20% {
    transform: translate(-3px,0) rotate(1deg)
  }

  30% {
    transform: translate(3px,2px) rotate(0)
  }

  40% {
    transform: translate(1px,-1px) rotate(1deg)
  }

  50% {
    transform: translate(-1px,2px) rotate(-1deg)
  }

  60% {
    transform: translate(-3px,1px) rotate(0)
  }

  70% {
    transform: translate(3px,1px) rotate(-1deg)
  }

  80% {
    transform: translate(-1px,-1px) rotate(1deg)
  }

  90% {
    transform: translate(1px,2px) rotate(0)
  }

  100% {
    transform: translate(1px,-2px) rotate(-1deg)
  }
}

@keyframes ripple {
  0% {
    transform: scale(1)
  }

  50% {
    transform: scale(1.3);
    opacity: 1
  }

  100% {
    transform: scale(1.6);
    opacity: 0
  }
}

@keyframes popupBtn {
  0% {
    transform: scale(1);
    opacity: .6
  }

  50% {
    transform: scale(1.4);
    opacity: .3
  }

  100% {
    transform: scale(2);
    opacity: 0
  }
}

@keyframes slide-left {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
  }
}

@keyframes leftRight {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
  }

  100% {
    -webkit-transform: translateX(-15px);
    -moz-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    -o-transform: translateX(-15px);
    transform: translateX(-15px)
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

@keyframes qode-draw {
  0%,100% {
    -webkit-clip-path: inset(-2px 0);
    clip-path: inset(-2px 0)
  }

  42% {
    -webkit-clip-path: inset(-2px 0 -2px 100%);
    clip-path: inset(-2px 0 -2px 100%)
  }

  43% {
    -webkit-clip-path: inset(-2px 100% -2px 0);
    clip-path: inset(-2px 100% -2px 0)
  }
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
  }

  100% {
    -webkit-transform: translateY(16px);
    -moz-transform: translateY(16px);
    -ms-transform: translateY(16px);
    -o-transform: translateY(16px);
    transform: translateY(16px)
  }
}

@-moz-keyframes scroll {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
  }

  100% {
    -webkit-transform: translateY(16px);
    -moz-transform: translateY(16px);
    -ms-transform: translateY(16px);
    -o-transform: translateY(16px);
    transform: translateY(16px)
  }
}

@-ms-keyframes scroll {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
  }

  100% {
    -webkit-transform: translateY(16px);
    -moz-transform: translateY(16px);
    -ms-transform: translateY(16px);
    -o-transform: translateY(16px);
    transform: translateY(16px)
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
  }

  100% {
    -webkit-transform: translateY(16px);
    -moz-transform: translateY(16px);
    -ms-transform: translateY(16px);
    -o-transform: translateY(16px);
    transform: translateY(16px)
  }
}

@keyframes bubble {
  0% {
    -webkit-transform: rotate(0) translateX(-50px);
    -moz-transform: rotate(0) translateX(-50px);
    -ms-transform: rotate(0) translateX(-50px);
    transform: rotate(0) translateX(-50px)
  }

  100% {
    -webkit-transform: rotate(360deg) translateY(100px);
    -moz-transform: rotate(360deg) translateY(100px);
    -ms-transform: rotate(360deg) translateY(100px);
    transform: rotate(360deg) translateY(100px)
  }
}

@-webkit-keyframes leftright {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
  }

  100% {
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px)
  }
}

@-moz-keyframes leftright {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
  }

  100% {
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px)
  }
}

@-ms-keyframes leftright {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
  }

  100% {
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px)
  }
}

@keyframes leftright {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
  }

  100% {
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px)
  }
}

@keyframes bounce {
  0%,10%,100%,20%,50%,80% {
    transform: translateX(0)
  }

  40%,60% {
    transform: translateX(-15px)
  }
}

@keyframes top-image-bounce {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px)
  }

  50% {
    -webkit-transform: translateY(12px);
    transform: translateY(12px)
  }

  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px)
  }
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
  }

  100% {
    -webkit-transform: translateY(16px);
    -moz-transform: translateY(16px);
    -ms-transform: translateY(16px);
    -o-transform: translateY(16px);
    transform: translateY(16px)
  }
}

@-moz-keyframes scroll {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
  }

  100% {
    -webkit-transform: translateY(16px);
    -moz-transform: translateY(16px);
    -ms-transform: translateY(16px);
    -o-transform: translateY(16px);
    transform: translateY(16px)
  }
}

@-ms-keyframes scroll {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
  }

  100% {
    -webkit-transform: translateY(16px);
    -moz-transform: translateY(16px);
    -ms-transform: translateY(16px);
    -o-transform: translateY(16px);
    transform: translateY(16px)
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
  }

  100% {
    -webkit-transform: translateY(16px);
    -moz-transform: translateY(16px);
    -ms-transform: translateY(16px);
    -o-transform: translateY(16px);
    transform: translateY(16px)
  }
}

@keyframes upDown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
  }

  100% {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px)
  }
}

@keyframes upDown-top {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
  }

  100% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px)
  }
}

@keyframes upDown-bottom {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
  }

  100% {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    transform: translateY(-8px)
  }
}

@keyframes rightLeft {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
  }

  100% {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px)
  }
}

@keyframes zooming {
  0% {
    transform: scale(1)
  }

  50% {
    transform: scale(1.1)
  }

  100% {
    transform: scale(1)
  }
}

@keyframes zoom {
  0% {
    transform: scale(1) translate(0,0)
  }

  50% {
    transform: scale(1.1) translate(19px,19px)
  }

  100% {
    transform: scale(1) translate(0,0)
  }
}

@-webkit-keyframes sk-three-bounce {
  0%,100%,80% {
    -webkit-transform: scale(0);
    transform: scale(0)
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@keyframes sk-three-bounce {
  0%,100%,80% {
    -webkit-transform: scale(0);
    transform: scale(0)
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

.ui-icon {
  text-indent: -99999px;
  background-repeat: no-repeat
}

.ui-menu {
  outline: 0;
  list-style: none
}

.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  overflow: hidden
}

.ui-menu .ui-menu {
  position: absolute
}

.ui-menu {
  padding: 0;
  margin: 0;
  display: block
}

.ui-button {
  display: inline-block;
  vertical-align: middle
}

.ui-button {
  position: relative
}

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px .4em
}

.ui-button {
  padding: .4em 1em
}

.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0
}

.ui-menu .ui-menu-icon {
  left: auto;
  right: 0
}

.ui-button {
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: visible
}

.ui-button,.ui-button:active,.ui-button:hover,.ui-button:link,.ui-button:visited {
  text-decoration: none
}

button.ui-button::-moz-focus-inner,input.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0
}

.ui-button {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: 400;
  color: #454545
}

.ui-button,a.ui-button,a:link.ui-button,a:visited.ui-button {
  color: #454545;
  text-decoration: none
}

.ui-button:focus,.ui-button:hover {
  border: 1px solid #ccc;
  background: #ededed;
  font-weight: 400;
  color: #2b2b2b
}

a.ui-button:focus,a.ui-button:hover {
  color: #2b2b2b;
  text-decoration: none
}

.ui-button:active,a.ui-button:active {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: 400;
  color: #fff
}

.ui-icon-background {
  border: #003eff;
  background-color: #fff
}

.ui-icon {
  width: 16px;
  height: 16px
}

.ui-icon {
  background-image: url(https://dwsporthorses.b-cdn.net/assets/css/images/ui-icons_444444_256x240.png)
}

.ui-button:focus .ui-icon,.ui-button:hover .ui-icon {
  background-image: url(https://dwsporthorses.b-cdn.net/assets/css/images/ui-icons_555555_256x240.png)
}

.ui-button:active .ui-icon {
  background-image: url(https://dwsporthorses.b-cdn.net/assets/css/images/ui-icons_ffffff_256x240.png)
}

.ui-button .ui-icon {
  background-image: url(https://dwsporthorses.b-cdn.net/assets/css/images/ui-icons_777777_256x240.png)
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px
}

.ui-icon-arrow-4 {
  background-position: 0 -80px
}

.ui-icon-home {
  background-position: 0 -112px
}

.ui-icon-link {
  background-position: -240px -112px
}

.ui-icon-minus {
  background-position: -48px -128px
}

.ui-icon-close {
  background-position: -80px -128px
}

.ui-icon-copy {
  background-position: -176px -128px
}

.ui-icon-contact {
  background-position: -192px -128px
}

.ui-icon-image {
  background-position: -208px -128px
}

.ui-icon-script {
  background-position: -240px -128px
}

.ui-icon-info {
  background-position: -16px -144px
}

.ui-icon-circle-minus {
  background-position: -16px -192px
}

.ui-icon-circle-close {
  background-position: -32px -192px
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px
}

.header-1.rs-sticky .header__btn .text h5,.header-1.rs-sticky .header__btn .text span {
  color: var(--dw-common-white)
}

.header-1.rs-sticky .header__btn .text a:hover h5 {
  color: var(--dw-theme-primary)
}

.header-1.rs-sticky .main-menu ul li>a {
  color: var(--dw-heading-primary)
}

.header-1.rs-sticky .main-menu ul li>a::before {
  background: var(--dw-theme-primary)
}

.header-1.rs-sticky .main-menu ul li .mega-menu li ul li:hover>a {
  color: var(--dw-theme-primary)
}

.header-1.rs-sticky .main-menu ul li .mega-menu li ul li:hover>a::before {
  background: var(--dw-theme-primary)
}

.header-1.rs-sticky .main-menu ul li .mega-menu li:hover>.mega-menu-title {
  color: var(--dw-theme-primary)
}

.header-1.rs-sticky .main-menu ul li:hover>a {
  color: var(--dw-theme-primary)
}

.header-1.rs-sticky .main-menu ul li:hover>a::after {
  color: var(--dw-theme-primary)
}

.header-1.rs-sticky .header__btn .text h5,.header-1.rs-sticky .header__btn .text span {
  color: var(--dw-common-white)
}

.header-1.rs-sticky .header__btn .text a:hover h5 {
  color: var(--dw-theme-primary)
}

.header-1.rs-sticky .main-menu ul li>a {
  color: var(--dw-heading-primary)
}

.header-1.rs-sticky .main-menu ul li>a::before {
  background: var(--dw-theme-primary)
}

.header-1.rs-sticky .main-menu ul li .mega-menu li ul li:hover>a {
  color: var(--dw-theme-primary)
}

.header-1.rs-sticky .main-menu ul li .mega-menu li ul li:hover>a::before {
  background: var(--dw-theme-primary)
}

.header-1.rs-sticky .main-menu ul li .mega-menu li:hover>.mega-menu-title {
  color: var(--dw-theme-primary)
}

.header-1.rs-sticky .main-menu ul li:hover>a {
  color: var(--dw-theme-primary)
}

.header-1.rs-sticky .main-menu ul li:hover>a::after {
  color: var(--dw-theme-primary)
}

.header__logo-3 {
  max-width: 100%!important
}

.header__logo-3 .header__hamburger {
  margin-left: -80px!important
}

@media (max-width: 1750px) {
  .header__logo-3 .header__hamburger {
    margin-left:0!important
  }
}

@media only screen and (min-width: 992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:992px) {
  .header-4 {
    padding:0!important
  }
}

.header-4__top-bar {
  background: var(--dw-theme-primary);
  padding: 12px 0
}

@media only screen and (min-width: 576px) and (max-width:767px),(max-width:575px) {
  .header-4__top-bar {
    display:none
  }
}

@media only screen and (min-width: 992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:992px) {
  .header-4__main {
    padding:15px 0
  }
}

.header-4__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
  row-gap: 15px
}

.header-4__middle .mean__menu-wrapper .main-menu .mobile-menu ul li {
  margin-inline-end:24px!important}

@media only screen and (min-width: 1200px) and (max-width:1399px) {
  .header-4__middle .mean__menu-wrapper .main-menu .mobile-menu ul li {
    margin-inline-end:12px!important
  }
}

.header-4__middle .mean__menu-wrapper .main-menu .mobile-menu ul li:last-child {
  margin-inline-end:0!important}

.header-4__middle .mean__menu-wrapper .main-menu .mobile-menu ul li>a {
  padding: 38px 0;
  letter-spacing: 1.2px
}

.header-4__icon {
  background: 0 0;
  width: 44px;
  height: 44px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(3,72,51,.1);
  border-radius: 50%
}

.rs-sticky .header-4__top-bar {
  display: none
}

.rs-sticky .header-5__top-bar {
  display: none
}

.header-5__top-bar {
  background: var(--dw-heading-primary);
  position: relative;
  z-index: 1;
  padding: 12px 100px
}

.header-5__main {
  padding: 0 100px
}

@media only screen and (min-width: 992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:992px) {
  .header-5__main {
    padding:15px 100px
  }
}

@media only screen and (min-width: 576px) and (max-width:767px),(max-width:575px) {
  .header-5__main {
    padding:15px 15px
  }
}

.header-5__left {
  display: flex;
  align-items: center;
  gap: 120px
}

@media only screen and (min-width: 1400px) and (max-width:1600px),only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px) {
  .header-5__action .header-2-icon {
    display:none!important
  }
}

@media only screen and (min-width: 1400px) and (max-width:1600px),only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px) {
  .header-5__action .text {
    display:none!important
  }
}

.header-5__wrap {
  gap: 41px;
  position: relative
}

@media only screen and (min-width: 1200px) and (max-width:1399px),only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px) {
  .header-5__wrap {
    gap:0
  }
}

.header-5__wrap .dw-btn {
  padding: 10px 30px
}

@media screen and (max-width: 769px) {
  .header-5__wrap .dw-btn {
    display:none
  }
}

.header-5__wrap .dw-btn::before {
  background-color: var(--dw-heading-primary)
}

.header-5__wrap::before {
  background: rgba(3,72,51,.1);
  position: absolute;
  width: 1px;
  height: 50px;
  top: 5px;
  left: 41%;
  content: "";
  transform: translate(-50%,0)
}

@media only screen and (min-width: 1200px) and (max-width:1399px),only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px) {
  .header-5__wrap::before {
    display:none
  }
}

.header-5__icon {
  width: 50px;
  height: 50px
}

@media only screen and (min-width: 1200px) and (max-width:1399px),only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px) {
  .header-5__icon {
    display:none!important
  }
}

.header-5__btn-right-wrap {
  display: flex;
  align-items: center;
  gap: 20px
}

.rs-sticky {
  position: fixed!important;
  top: 0;
  z-index: 111;
  inset-inline-end: 0;
  inset-inline-start: 0;
  width: 100%;
  -webkit-animation: .5s ease-in-out 0s normal none 1 running fadeInDown;
  animation: .5s ease-in-out 0s normal none 1 running fadeInDown;
  background: #fff!important;
  box-shadow: 0;
  border-top: 0
}

.rs-sticky-2 {
  padding-bottom: 20px
}

.rs-sticky .header-top {
  position: fixed!important;
  top: -100%;
  z-index: 111;
  inset-inline-end: 0;
  inset-inline-start: 0;
  width: 100%;
  -webkit-animation: .5s ease-in-out 0s normal none 1 running fadeInDown;
  animation: .5s ease-in-out 0s normal none 1 running fadeInDown;
  background: var(--dw-gray-900);
  border-top: 0
}

.rs-sticky.header-2 {
  background: var(--dw-heading-primary)!important
}

.rs-sticky.header-2 .main-menu .mobile-menu ul li a {
  color: var(--dw-common-white)!important
}

.rs-sticky.header-2 .main-menu .mobile-menu ul li a:hover {
  color: var(--dw-theme-primary)!important
}

.header__area {
  position: inherit;
  width: 100%;
  z-index: 99
}

@media (max-width: 1199px) {
  .header__area {
    padding:15px 0
  }
}

.header3 {
  background-color: var(--dw-common-white)!important
}

.header__logo {
  max-width: 128px
}

@media (max-width: 575px),only screen and (min-width:576px) and (max-width:767px) {
  .header__logo {
    max-width:100px
  }
}

@media (max-width: 450px) {
  .header__logo {
    max-width:100px
  }
}

.header__logo.header__logo-3 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px
}

@media only screen and (min-width: 1400px) and (max-width:1600px),only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px) {
  .header__logo.header__logo-3 .header__hamburger {
    margin-left:55px
  }
}

.header__logo.header__logo-3 .header__hamburger .sidebar__toggle {
  background: var(--dw-heading-primary);
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%
}

.header__logo.header__logo-3 .header__hamburger .sidebar__toggle .bar-icon span {
  background: var(--dw-common-white)
}

.header__logo.header__logo-3 .logo-3 {
  width: 164px
}

@media only screen and (min-width: 1400px) and (max-width:1600px),only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px) {
  .header__logo.header__logo-3 .logo-3 {
    width:130px
  }
}

.header-container {
  max-width: 1825px;
  width: 100%;
  margin: 0 auto
}

@media (max-width: 1900px) {
  .header-container {
    padding:0 20px
  }
}

.header2 {
  position: absolute
}

@media only screen and (min-width: 768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px) {
  .header2 {
    padding:0
  }
}

.header2__right {
  margin-right: 10px
}

.header2__menu ul li>a {
  padding: 27px 0!important
}

.header2__menu ul li ul li a {
  padding: 5px 25px!important
}

.header2__main {
  margin-top: 20px
}

@media only screen and (min-width: 992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px) {
  .header2__main {
    padding-top:10px;
    padding-bottom: 10px
  }
}

.header__main {
  display: flex;
  justify-content: space-between;
  align-items: center
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
  .header__main .header__middle .mean__menu-wrapper .main-menu .mobile-menu ul li {
    margin-inline-end:15px
  }
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
  .header__main .header__middle .mean__menu-wrapper .main-menu .mobile-menu ul li a {
    font-size:14px
  }
}

.header__main .header__right .header__action {
  gap: 10px
}

.header__main .header__right .header__action .text span {
  font-family: var(--dw-ff-body);
  color: var(--dw-text-body);
  font-weight: var(--dw-fw-regular);
  line-height: var(--dw-lh-h5);
  font-size: 16px;
  font-style: normal
}

.header__main .header__right .header__action .text h4 a {
  font-family: var(--dw-ff-heading);
  color: var(--dw-heading-primary);
  font-weight: var(--dw-heading-primary);
  font-style: normal;
  font-size: 18px;
  line-height: 28px
}

.header__main .header__right .header__action .text h4 a:hover {
  color: var(--dw-theme-primary)
}

@media (max-width: 575px) {
  .header__main .header__right .header__action .text {
    display:none
  }
}

.header__main .header__right .header__action .header__social {
  gap: 24px
}

.header__main .header__right .header__action .header__social a {
  position: relative
}

.header__main .header__right .header__action .header__social a .icon-wrapper {
  position: absolute;
  top: -13px;
  left: 13px;
  width: 15px;
  height: 16px;
  display: flex;
  background: #ff3d00;
  align-items: center;
  border-radius: 500px;
  justify-content: center
}

.header__main .header__right .action-3 {
  margin-right: 74px
}

@media only screen and (min-width: 992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px) {
  .header__main .header__right .action-3 {
    margin-right:0
  }
}

.bar-icon {
  width: 26px;
  height: 18px;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  transition: color .2s ease-out
}

.bar-icon span {
  width: 100%;
  height: 2px;
  background: var(--dw-theme-primary);
  display: inline-block;
  transition: color .2s ease-out
}

.bar-icon span:nth-child(2) {
  margin-left: 0
}

.bar-icon:hover span {
  animation: qode-draw .8s cubic-bezier(.44,1.1,.53,.99) 1 forwards
}

.bar-icon:hover span:nth-child(2) {
  margin-left: 0;
  animation-delay: .1s
}

.bar-icon:hover span:nth-child(3) {
  animation-delay: .2s
}

.bar-icon.is-white span {
  background: var(--dw-common-white)
}

.social-media {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  gap: 6px
}

.social-media a {
  color: var(--dw-gray-900);
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  justify-content: center;
  width: 42px;
  height: 42px;
  background: var(--dw-common-white);
  font-size: 20px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  -o-border-radius: 500px;
  -ms-border-radius: 500px;
  border-radius: 500px;
  border: 1px solid rgba(0,213,99,.2)
}

.social-media a::before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  -o-border-radius: 500px;
  -ms-border-radius: 500px;
  border-radius: 500px;
  transform: translate(-100%,0) rotate(50deg);
  transform-origin: top left;
  transition: all .35s;
  background-color: var(--dw-theme-primary);
  z-index: -1;
  content: ""
}

.social-media a:hover {
  color: var(--dw-common-white);
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  transform: translateY(-3px)
}

.social-media a:hover::before {
  transform: translate(0,0)
}

.social-media-2 a {
  border-color: var(--dw-gray-200);
  color: var(--dw-theme-primary)
}

.social-media-2 a:hover {
  border-color: var(--dw-theme-primary)
}

.header__btn {
  gap: 15px
}

.header-top {
  padding: 5px 0;
  background: rgba(255,255,255,.1)
}

.header-top-menu {
  gap: 30px;
  list-style: none
}

.header-top-menu li {
  gap: 6px;
  display: flex;
  align-items: center;
  color: var(--dw-common-white);
  font-family: var(--dw-ff-body);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px
}

@media only screen and (min-width: 768px) and (max-width:992px) {
  .header-top-menu li {
    font-size:12px
  }
}

.header-top-menu li a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--dw-common-white)
}

.header-top-menu li a:hover {
  color: var(--dw-theme-primary)
}

.header-top-3 {
  padding: 5px 0;
  background: var(--dw-heading-primary)
}

.header-top-3 .container-width {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1550px
}

.header-top-3-menu {
  gap: 30px;
  list-style: none
}

.header-top-3-menu li {
  gap: 6px;
  display: flex;
  align-items: center;
  color: var(--dw-common-white);
  font-family: var(--dw-ff-body);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px
}

.header-top-3-menu li a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--dw-common-white)
}

.header-top-3-menu li a:hover {
  color: var(--dw-theme-primary)
}

.header-top-3 .header-top-menu li a {
  color: var(--dw-theme-primary)
}

.header-top-3 .header-top-menu li a:hover {
  text-decoration: underline
}

.header-top-3 .header-top-social {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 15px;
  color: rgba(255,255,255,.7);
  gap: 20px
}

.header-top-3 .header-top-social a:hover {
  color: var(--dw-common-white)
}

.header-select {
  margin-left: -18px
}

.banner-home {
  border-radius: 50px;
  margin-left: 15px;
  margin-right: 15px;
  overflow: hidden
}

.banner-home__content h1 {
  color: var(--dw-common-white);
  font-family: var(--dw-ff-heading);
  font-size: var(--dw-fs-h1);
  font-weight: var(--dw-fw-bold);
  line-height: var(--dw-lh-h1)
}

@media only screen and (min-width: 1200px) and (max-width:1399px) {
  .banner-home__content h1 {
    font-size:65px;
    line-height: 70px
  }
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
  .banner-home__content h1 {
    font-size:58px;
    line-height: 78px
  }
}

@media only screen and (min-width: 768px) and (max-width:992px) {
  .banner-home__content h1 {
    font-size:48px;
    line-height: 60px
  }
}

@media only screen and (min-width: 576px) and (max-width:767px) {
  .banner-home__content h1 {
    font-size:40px;
    line-height: 52px
  }
}

@media (max-width: 575px) {
  .banner-home__content h1 {
    font-size:30px;
    line-height: 42px
  }
}

@media (max-width: 450px) {
  .banner-home__content h1 {
    font-size:27px;
    line-height: 37px
  }
}

.banner-home__content .description p {
  max-width: 624px;
  color: var(--dw-text-body);
  font-family: var(--dw-ff-body);
  font-weight: var(--dw-fw-regular);
  line-height: var(--dw-lh-h6);
  font-size: 20px;
  margin-bottom: 0
}

.banner-home__btn__wrapper {
  row-gap: 20px
}

.banner-home__shape {
  max-width: 645px
}

@media only screen and (min-width: 576px) and (max-width:767px),(max-width:575px) {
  .banner-home__shape {
    top:420px
  }
}

@media (max-width: 575px) {
  .banner-home__shape {
    top:350px
  }
}

@media (max-width: 450px) {
  .banner-home__shape {
    top:245px
  }
}

@media (max-width: 376px) {
  .banner-home__shape {
    top:165px
  }
}

@media (max-width: 320px) {
  .banner-home__shape {
    top:100px
  }
}

.banner-home .padding-space {
  padding: 235px 70px 194px 0
}

@media only screen and (min-width: 1200px) and (max-width:1399px) {
  .banner-home .padding-space {
    padding:200px 0 194px 0
  }
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
  .banner-home .padding-space {
    padding:130px 0 194px 0
  }
}

@media only screen and (min-width: 768px) and (max-width:992px) {
  .banner-home .padding-space {
    padding:120px 0 105px 0
  }
}

@media only screen and (min-width: 576px) and (max-width:767px),(max-width:575px) {
  .banner-home .padding-space {
    padding:135px 0 685px 0
  }
}

@media (max-width: 575px) {
  .banner-home .padding-space {
    padding:75px 0 515px 0
  }
}

@media (max-width: 376px) {
  .banner-home .padding-space {
    padding:50px 0 435px 0
  }
}

@media (max-width: 320px) {
  .banner-home .padding-space {
    padding:50px 0 370px 0
  }
}

.banner-wrap {
  max-width: 1830px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  border-radius: 50px
}

@media (max-width: 1820px) {
  .banner-wrap {
    border-radius:0
  }
}

@media only screen and (min-width: 768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px) {
  .banner2__right-thumb {
    justify-content:center
  }
}

.banner2__shape {
  width: 1821px;
  height: 1134px;
  position: absolute;
  left: -221px;
  top: -237px
}

.banner2__shape-logo {
  position: absolute;
  width: 1000px;
  opacity: .1;
  bottom: 0;
  right: 0
}

.banner2__padding-space2 {
  padding: 215px 0 0 0
}

.banner2__content .lead {
  font-size: 2rem;
  line-height: 3.5rem;
  margin-top: 2rem;
  font-weight: 300;
  margin-bottom:0;
}
.home-page .banner2__content .lead{
  margin-top:5rem;
  margin-bottom:1rem;
}
@media (max-width: 575px) {
  .banner2__padding-space2 {
    padding:130px 0 0 0
  }
}

@media only screen and (min-width: 768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px) {
  .banner2__content {
    margin-bottom:50px
  }
}

@media only screen and (min-width: 768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px) {
  .banner2__content {
    margin-bottom:50px;
    margin-top: 90px
  }
}

.banner2__title {
  font-family: var(--dw-ff-heading);
  color: var(--dw-heading-primary);
  font-weight: 400;
  font-size: 80px;
  line-height: 90px;
  font-style: normal
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
  .banner2__title {
    font-size:67px;
    line-height: 80px
  }
}

@media only screen and (min-width: 768px) and (max-width:992px) {
  .banner2__title {
    font-size:60px;
    line-height: 80px
  }
}

@media only screen and (min-width: 576px) and (max-width:767px) {
  .banner2__title {
    font-size:55px;
    line-height: 75px
  }
}

@media (max-width: 575px) {
  .banner2__title {
    font-size:43px;
    line-height: 56px
  }
}

@media only screen and (min-width: 768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px) {
  .banner2__title br {
    display:none
  }
}

.d_btn {
  background: var(--dw-btn-primary);
  color: #fff;
  font-weight: var(--dw-fw-sbold);
  line-height: var(--dw-lh-h5);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-style: normal;
  padding: 15px 30px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  overflow: hidden;
  transition: color .3s ease;
  z-index: 1;
  border:1px solid  var(--dw-btn-primary);
}

.d_btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: var(--dw-theme-primary);
  transition: left .3s ease;
  z-index: -1
}

.d_btn:hover {
  color: #fff
}

.d_btn:hover::before {
  left: 0
}


.d_btn_alt {
  background: #fff;
  color: var(--dw-theme-primary);
  border:1px #ccc solid;
}
.banner2__right-img {
  width: 100%;
  height: 100%;
  transition: .3s
}

.banner {
  z-index: 1;
  position: relative
}

.banner__space {
  padding: 205px 0
}

@media only screen and (min-width: 1200px) and (max-width:1399px) {
  .banner__space {
    padding-top:150px;
    padding-bottom: 200px
  }
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
  .banner__space {
    padding-top:120px;
    padding-bottom: 180px
  }
}

@media only screen and (min-width: 768px) and (max-width:992px) {
  .banner__space {
    padding-top:80px;
    padding-bottom: 150px
  }
}

@media only screen and (min-width: 576px) and (max-width:767px),(max-width:575px) {
  .banner__space {
    padding-top:80px;
    padding-bottom: 80px
  }
}

@media only screen and (min-width: 1200px) and (max-width:1399px),only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px),(max-width:450px) {
  .banner__space-shape-wrapper {
    display:none
  }
}

.banner__space-shape-wrapper-bottom-shape {
  position: absolute;
  right: 0;
  bottom: -15px
}

.banner__space-shape-wrapper-bottom-shape img {
  width: 100%;
  height: auto
}

.banner__thumb-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}

.banner__thumb-bg::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1
}

.banner__title {
  font-family: var(--dw-ff-heading);
  color: var(--dw-common-white);
  font-weight: var(--dw-fw-bold);
  font-size: 80px;
  line-height: 90px;
  font-style: normal;
  margin-bottom: 35px
}

.banner__title span {
  color: var(--dw-theme-primary)
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
  .banner__title {
    font-size:38px;
    line-height: 50px
  }
}

@media only screen and (min-width: 768px) and (max-width:992px) {
  .banner__title {
    font-size:45px;
    line-height: 57px
  }
}

@media only screen and (min-width: 576px) and (max-width:767px) {
  .banner__title {
    font-size:45px;
    line-height: 57px;
    margin-bottom: 10px
  }
}

@media (max-width: 575px) {
  .banner__title {
    font-size:30px;
    line-height: 42px;
    margin-bottom: 10px
  }
}

@media (max-width: 450px) {
  .banner__title {
    font-size:27px;
    line-height: 37px
  }
}

@media only screen and (min-width: 1200px) and (max-width:1399px),only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px) {
  .banner__content {
    left:9px
  }
}

.banner__content p {
  font-family: var(--dw-ff-body);
  color: var(--dw-common-white);
  font-weight: var(--dw-fw-regular);
  line-height: var(--dw-lh-h5);
  font-size: 16px;
  font-style: normal
}

@media only screen and (min-width: 576px) and (max-width:767px),(max-width:575px) {
  .banner__content p br {
    display:none
  }
}

.banner-4__thumb-bg::before {
  background: linear-gradient(89.91deg,#034833 .07%,rgba(3,72,51,0) 99.91%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0
}

.banner-4__space {
  padding: 176px 0 191px 0
}

@media only screen and (min-width: 576px) and (max-width:767px),(max-width:575px) {
  .banner-4__space {
    padding:80px 0 80px 0
  }
}

@media only screen and (min-width: 768px) and (max-width:992px) {
  .banner-4__space {
    padding:100px 0 100px 0
  }
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
  .banner-4__space {
    padding:110px 0 110px 0
  }
}

@media only screen and (min-width: 1200px) and (max-width:1399px) {
  .banner-4__space {
    padding:130px 0 130px 0
  }
}

.banner-4__content p {
  font-family: var(--dw-ff-heading);
  font-weight: var(--dw-fw-regular);
  color: var(--dw-common-white);
  font-style: normal;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 0
}

.banner-4__title {
  margin-bottom: 20px
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
  .banner-4__title {
    font-size:45px;
    line-height: 60px
  }
}

@media only screen and (min-width: 576px) and (max-width:767px),(max-width:575px) {
  .banner-4__title {
    margin-bottom:10px
  }
}

.banner-4__btn-wrapper {
  display: flex;
  align-items: center;
  gap: 34px;
  flex-wrap: wrap;
  row-gap: 20px;
  margin-top: 40px
}

@media only screen and (min-width: 576px) and (max-width:767px),(max-width:575px) {
  .banner-4__btn-wrapper {
    margin-top:25px
  }
}

.banner-4__btn-wrapper-btn {
  padding: 10px 29px
}

.banner-5 {
  background: #111214
}

.banner-5__thumb-bg {
  opacity: .5;
  background-position: bottom
}

.banner-5__thumb-bg::before {
  background: linear-gradient(89.99deg,#111214 .01%,rgba(17,18,20,0) 99.99%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0
}

.banner-5__subtitle {
  background: rgba(255,255,255,.1);
  font-family: var(--dw-ff-heading);
  font-weight: var(--dw-fw-sbold);
  color: var(--dw-theme-primary);
  font-style: normal;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  display: inline;
  padding: 8px 20px;
  letter-spacing: 1.4px;
  border-radius: 2px
}

.banner-5__title {
  margin-top: 15px;
  font-weight: var(--dw-fw-sbold)
}

@media only screen and (min-width: 992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px) {
  .banner-5__title br {
    display:none
  }
}

.banner-5__space {
  padding: 147px 0 147px 0
}

@media only screen and (min-width: 576px) and (max-width:767px),(max-width:575px) {
  .banner-5__space {
    padding:80px 0 80px 0
  }
}

@media only screen and (min-width: 992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:992px) {
  .banner-5__space {
    padding:110px 0 110px 0
  }
}

.banner-5__wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 60px;
  column-gap: 15px
}

@media only screen and (min-width: 992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px) {
  .banner-5__wrapper {
    justify-content:center
  }
}

.banner-5__content p {
  color: rgba(255,255,255,.7);
  margin-bottom: 40px
}

@media only screen and (min-width: 992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px) {
  .banner-5__content p br {
    display:none
  }
}

.banner-5__form-wrapper {
  background: #111214;
  max-width: 480px;
  padding: 57px 30px 60px 30px;
  border-radius: 10px;
  box-shadow: inset 0 4px 0 #83cd20
}

.banner-5__form-wrapper-subtitle {
  font-family: var(--dw-ff-heading);
  color: var(--dw-theme-primary);
  font-style: normal;
  font-weight: var(--dw-fw-sbold);
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 19px
}

.banner-5__form-wrapper-title {
  font-family: var(--dw-ff-heading);
  font-weight: var(--dw-fw-sbold);
  color: var(--dw-common-white);
  font-style: normal;
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 36px
}

.banner-5__form-wrapper-form-input input {
  background: var(--dw-common-white);
  font-family: var(--dw-ff-heading);
  font-weight: var(--dw-fw-regular);
  color: var(--dw-text-body);
  font-style: normal;
  font-size: 14px;
  margin-left: 0;
  padding: 10px 14px;
  border-radius: 4px;
  margin-bottom: 10px
}

.banner-5__form-wrapper-form-textarea textarea {
  background: var(--dw-common-white);
  font-family: var(--dw-ff-heading);
  font-weight: var(--dw-fw-regular);
  color: var(--dw-text-body);
  font-style: normal;
  font-size: 14px;
  margin-left: 0;
  border-radius: 4px;
  height: 120px!important;
  padding: 12px 14px
}

.banner-5__form-wrapper-form .dw-btn {
  gap: 6px;
  border-radius: 4px
}

.banner-5__form-wrapper-form .dw-btn i {
  margin-top: 2px
}

@media (max-width: 1100px) {
  .main-menu {
    display:none
  }
}

.main-menu ul {
  margin-bottom: 0
}

.main-menu ul li {
  position: relative;
  list-style: none;
  display: inline-block;
  margin-inline-end:26px}

@media only screen and (min-width: 992px) and (max-width:1199px) {
  .main-menu ul li {
    margin-inline-end:20px
  }
}

@media only screen and (min-width: 1200px) and (max-width:1399px) {
  .main-menu ul li {
    margin-inline-end:30px
  }
}

.main-menu ul li.active>a {
  color: var(--dw-theme-primary)!important
}

.main-menu ul li>a {
  display: inline-block;
  color: var(--dw-heading-primary);
  font-family: var(--dw-ff-body);
  font-weight: 500;
  padding: 47px 0;
  font-size: 17px;
  line-height: 26px
}

.main-menu ul li>a::before{
  content: '';
  position: absolute;
  bottom: 24px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--dw-heading-primary);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .4s ease-in-out
}
.main-menu ul li>a.active::before {
  content: '';
  position: absolute;
  bottom: 24px;
  left: 0;
  transform: scaleX(1);
  width: 100%;
  height: 1px;
  background-color: var(--dw-heading-primary);
}
.main-menu ul li>a:hover {
  color: var(--dw-heading-primary)
}

.main-menu ul li>a.active {
  color: var(--dw-theme-primary);
}


.main-menu ul li>a:hover::before {
  transform: scaleX(1)
}

.main-menu ul li>a::before {
  transform-origin: right
}

.main-menu ul li>a:hover::before {
  transform-origin: left
}

@media only screen and (min-width: 1400px) and (max-width:1600px) {
  .main-menu ul li>a {
    padding:32.8px 0
  }
}

@media only screen and (min-width: 992px) and (max-width:1199px),only screen and (min-width:1200px) and (max-width:1399px) {
  .main-menu ul li>a {
    padding:30px 0;
    font-size: 14px
  }
}

.main-menu ul li.has-mega-menu {
  position: static
}

.main-menu ul li .mega-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  padding: 30px 35px 30px;
  background: var(--dw-heading-primary);
  visibility: hidden;
  opacity: 0;
  z-index: 99;
  width: 100%;
  -webkit-transform: translateX(-50%) translateZ(0);
  -moz-transform: translateX(-50%) translateZ(0);
  -ms-transform: translateX(-50%) translateZ(0);
  -o-transform: translateX(-50%) translateZ(0);
  transform: translateX(-50%) translateZ(0);
  clip: rect(0,200vw,0,0);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
  .main-menu ul li .mega-menu {
    padding:25px 25px
  }
}

.main-menu ul li .mega-menu li .mega-menu-title {
  font-weight: 500;
  color: var(--dw-text-body);
  cursor: text;
  padding: 0;
  display: block;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--dw-border-primary);
  padding-bottom: 5px
}

.main-menu ul li .mega-menu li .mega-menu-title::before {
  display: none
}

.main-menu ul li .mega-menu li ul li {
  width: 100%;
  float: none;
  margin-bottom: 9px
}

.main-menu ul li .mega-menu li ul li:last-child {
  margin-bottom: 0
}

.main-menu ul li .mega-menu li ul li a {
  font-size: 16px;
  color: var(--dw-text-body);
  padding: 0;
  position: relative
}

.main-menu ul li .mega-menu li ul li a::before {
  position: absolute;
  content: "";
  left: 0;
  right: auto;
  top: 50%;
  bottom: auto;
  width: 0;
  height: 1px;
  background-color: var(--dw-theme-primary)
}

.main-menu ul li .mega-menu li ul li:hover>a {
  color: var(--dw-theme-primary)
}

.main-menu ul li .mega-menu li ul li:hover>a::before {
  background-color: var(--dw-theme-primary)
}

.main-menu ul li .mega-menu li:hover>.mega-menu-title {
  color: var(--dw-theme-primary);
  padding-inline-start:0}

.main-menu ul li .mega-menu li:hover>a {
  color: var(--dw-theme-primary)
}

.main-menu ul li .mega-menu li a:hover {
  padding-inline-start:18px}

.main-menu ul li .mega-menu li a:hover::before {
  width: 12px
}

.main-menu ul li:hover>a {
  color: var(--dw-theme-primary)
}

.main-menu ul li:hover>a::after {
  color: var(--dw-theme-primary);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg)
}

.main-menu ul li:hover .mega-menu {
  visibility: visible;
  opacity: 1;
  clip: rect(0,100vw,200vh,-30px);
  transition: clip .6s linear,opacity .4s linear
}

.main-menu-2 ul li>a {
  color: var(--dw-text-secondary)
}

.main-menu-2 ul li>a::before {
  background: var(--dw-theme-primary)
}

.main-menu-2 ul li .mega-menu li ul li:hover>a {
  color: var(--dw-theme-primary)
}

.main-menu-2 ul li .mega-menu li ul li:hover>a::before {
  background: var(--dw-theme-primary)
}

.main-menu-2 ul li .mega-menu li:hover>.mega-menu-title {
  color: var(--dw-theme-primary)
}

.main-menu-2 ul li:hover>a {
  color: var(--dw-theme-primary)
}

.main-menu-2 ul li:hover>a::after {
  color: var(--dw-theme-primary)
}

.main-menu-2.main-menu-2 ul li>a {
  color: var(--dw-common-white)
}

.main-menu-2.main-menu-2 ul li>a::before {
  background: var(--dw-theme-primary)
}

.main-menu-2.main-menu-2 ul li .mega-menu li ul li:hover>a {
  color: var(--dw-theme-primary)
}

.main-menu-2.main-menu-2 ul li .mega-menu li ul li:hover>a::before {
  background: var(--dw-theme-primary)
}

.main-menu-2.main-menu-2 ul li .mega-menu li:hover>.mega-menu-title {
  color: var(--dw-theme-primary)
}

.main-menu-2.main-menu-2 ul li:hover>a {
  color: var(--dw-theme-primary)
}

.main-menu-2.main-menu-2 ul li:hover>a::after {
  color: var(--dw-theme-primary)
}

.home__menu-item {
  position: relative
}

.home__menu-item:hover .home__menu-thumb::before {
  opacity: 1
}

.home__menu-thumb {
  position: relative;
  padding: 20px 20px 20px;
  border: 1px solid var(--dw-theme-primary);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px
}

.home__menu-thumb::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(13,13,13,.7);
  opacity: 0;
  transition: .3s;
  left: 0;
  top: 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px
}

@media (max-width: 575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:992px) {
  .home__menu-thumb::before {
    opacity:1
  }
}

.home__menu-title {
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 16px;
  color: var(--dw-common-white)
}

.mean-container {
  margin-bottom: 35px
}

.mean-container .mean-nav {
  background: 0 0;
  margin-top: 0;
  float: left;
  width: 100%
}

.mean-container .mean-nav .wrapper {
  width: 100%;
  padding: 0;
  margin: 0
}

.mean-container .mean-nav>ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block!important
}

.mean-container .mean-nav>ul>li:first-child>a {
  border-top: 0
}

.mean-container .mean-nav ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none
}

.mean-container .mean-nav ul li {
  position: relative;
  float: left;
  width: 100%
}

.mean-container .mean-nav ul li>a>i {
  display: none
}

.mean-container .mean-nav ul li a,.mean-container .mean-nav ul li span {
  display: block;
  float: left;
  margin: 0;
  text-align: left;
  text-decoration: none;
  width: 100%;
  padding: 10px 0;
  color: var(--dw-common-white);
  border-top: 1px solid rgba(255,255,255,.079);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500
}

.mean-container .mean-nav ul li a:hover,.mean-container .mean-nav ul li span:hover {
  color: var(--dw-theme-primary)
}

.mean-container .mean-nav ul li a:hover i,.mean-container .mean-nav ul li span:hover i {
  color: var(--dw-common-white)
}

.mean-container .mean-nav ul li li a {
  width: 90%;
  padding: 10px 7%;
  text-shadow: none!important;
  visibility: visible
}

.mean-container .mean-nav ul li li li a {
  width: 80%;
  padding: 10px 12%
}

.mean-container .mean-nav ul li li li li a {
  width: 70%;
  padding: 10px 17%
}

.mean-container .mean-nav ul li li li li li a {
  width: 60%;
  padding: 10px 20%
}

.mean-container .mean-bar {
  background: 0 0;
  float: left;
  width: 100%;
  position: relative;
  padding: 4px 0;
  min-height: 42px;
  z-index: 999999
}

.mean-container .mean-bar,.mean-container .mean-bar * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box
}

.sidebar-rr-sticky {
  position: sticky;
  top: 120px
}

@media (max-width: 575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:992px) and (max-width:1199px) {
  .sidebar-rr-sticky {
    margin-top:50px
  }
}

.footer__area-common {
  position: relative;
  z-index: 1
}

footer h3 {
  font-family: var(--dw-ff-body);
  font-weight: 300
}

.footer__area-common.background {
  background: #fff5f1
}

@media only screen and (min-width: 768px) and (max-width:992px) {
  .footer__area-common {
    padding-top:40px
  }
}

@media only screen and (min-width: 576px) and (max-width:767px),(max-width:575px) {
  .footer__area-common {
    padding-top:30px
  }
}

.footer__area-common .footer-top {
  flex-wrap: wrap;
  row-gap: 20px;
  position: relative
}

.footer__area-common .footer-top::before {
  width: 117px;
  top: 89px;
  left: 47%;
  right: 50%;
  content: "";
  position: absolute;
  border-bottom: 1px solid #22362d;
  transform: rotate(90deg)
}

@media only screen and (min-width: 576px) and (max-width:767px),(max-width:575px) {
  .footer__area-common .footer-top::before {
    display:none
  }
}

.footer__area-common .footer-top .footer-top-left {
  gap: 30px
}

.footer__area-common .footer-top .footer-top-left .footer-left-svg {
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--dw-theme-primary);
  width: 80px;
  height: 80px;
  border-radius: 50%
}

.footer__area-common .footer-top .footer-top-left .footer-left-svg svg {
  transition: .3s
}

.footer__area-common .footer-top .footer-top-left .footer-left-svg:hover svg {
  animation: shake .5s
}

.footer__area-common .footer-top .footer-top-left h3 {
  color: var(--dw-common-white);
  font-weight: var(--dw-fw-sbold);
  font-size: var(--dw-fs-h3);
  line-height: var(--dw-lh-h3);
  font-style: normal
}

@media only screen and (min-width: 768px) and (max-width:992px) {
  .footer__area-common .footer-top .footer-top-left h3 {
    font-size:22px
  }
}

@media only screen and (min-width: 576px) and (max-width:767px) {
  .footer__area-common .footer-top .footer-top-left h3 {
    font-size:17px
  }
}

@media (max-width: 575px) {
  .footer__area-common .footer-top .footer-top-left h3 {
    font-size:17px
  }
}

.footer__area-common .footer-top .footer-top-right {
  gap: 30px
}

.footer__area-common .footer-top .footer-top-right .footer-right-svg {
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--dw-theme-primary);
  width: 80px;
  height: 80px;
  border-radius: 50%
}

.footer__area-common .footer-top .footer-top-right .footer-right-svg svg {
  transition: .3s
}

.footer__area-common .footer-top .footer-top-right .footer-right-svg:hover svg {
  animation: shake .5s
}

.footer__area-common .footer-top .footer-top-right h3 {
  color: var(--dw-common-white);
  font-weight: var(--dw-fw-sbold);
  font-size: var(--dw-fs-h3);
  line-height: var(--dw-lh-h3);
  font-style: normal
}

@media only screen and (min-width: 768px) and (max-width:992px) {
  .footer__area-common .footer-top .footer-top-right h3 {
    font-size:20px
  }
}

@media only screen and (min-width: 576px) and (max-width:767px) {
  .footer__area-common .footer-top .footer-top-right h3 {
    font-size:17px
  }
}

@media (max-width: 575px) {
  .footer__area-common .footer-top .footer-top-right h3 {
    font-size:16px
  }
}

.footer-wrap {
  padding: 80px 0 102px 0
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
  .footer-wrap {
    --bs-gutter-x:none
  }
}

@media only screen and (min-width: 768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px) {
  .footer-wrap {
    padding:40px 0 70px 0
  }
}

.footer__border-bottom {
  border-bottom: 1px solid #22362d
}

.footer__main {
  position: relative;
  padding-bottom: 80px
}

@media only screen and (min-width: 576px) and (max-width:767px) {
  .footer__main {
    padding-bottom:60px
  }
}

@media (max-width: 575px) {
  .footer__main {
    padding-bottom:40px
  }
}

.footer__logo img {
  max-width: 188px
}

.footer__content p {
  color: var(--dw-common-white);
  font-family: var(--dw-ff-heading);
  font-weight: var(--dw-fw-regular);
  line-height: var(--dw-lh-h5);
  font-size: 16px;
  margin-bottom: 0
}

.footer__link ul {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 10px
}

.footer__link ul li {
  list-style: none;
  display: flex;
  align-items: flex-start
}

.footer__link ul li a {
  font-family: var(--dw-ff-heading);
  display: flex;
  color: var(--dw-common-white);
  font-size: 16px;
  position: relative;
  font-weight: var(--dw-fw-regular);
  gap: 10px
}

.footer__link ul li a i {
  margin-top: 5px;
  color: var(--dw-theme-primary)
}

.footer__link ul li a:hover {
  color: var(--dw-theme-primary)
}

.footer__link ul li a:hover::before {
  width: 12px
}

.footer__social {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  gap: 25px
}

.footer__social a {
  overflow: hidden;
  position: relative;
  color: var(--dw-common-white);
  font-weight: var(--dw-fw-regular);
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  font-size: 15px;
  line-height: 15
}

.footer__social a::before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .35s;
  z-index: -1;
  content: ""
}

.footer__social a:hover {
  color: var(--dw-theme-primary)
}

.footer__social a:hover::before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1)
}

.footer2__area-common {
  background-repeat: no-repeat
}

.footer2__top {
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 20px
}

.footer2__right-social {
  align-items: center;
  gap: 10px
}

.footer2__right-social a {
  border: 1px solid var(--dw-text-body);
  color: var(--dw-common-white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  transition: .3s
}

.footer2__right-social a:hover {
  border-color: var(--dw-theme-primary)
}

.footer2__title h4 {
  margin-bottom: 30px
}

@media only screen and (min-width: 576px) and (max-width:767px),(max-width:575px) {
  .footer2__title h4 {
    margin-bottom:15px
  }
}

.footer2__wrap {
  padding: 80px 0 80px 0
}

@media only screen and (min-width: 768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px) {
  .footer2__wrap {
    padding:50px 0 50px 0
  }
}

.footer__area-common {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center
}

.footer__area-common-3 {
  background-position: center right;
  padding-top: 94px
}

@media only screen and (min-width: 1400px) and (max-width:1600px),only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px) {
  .footer__area-common-3 {
    background-image:none!important
  }
}

@media only screen and (min-width: 768px) and (max-width:992px) {
  .footer__area-common-3 {
    padding-top:85px
  }
}

@media only screen and (min-width: 576px) and (max-width:767px),(max-width:575px) {
  .footer__area-common-3 {
    padding-top:80px
  }
}

.footer__area-common-3 .footer__bottom {
  border-top: 1px solid var(--dw-border-secondary)
}

.footer__area-common-3 .footer__bottom-wrapper {
  border-top: 0
}

.footer__social-xl {
  gap: 10px
}

.footer__social-xl a {
  border: 0;
  background: var(--dw-gray-700);
  width: 50px;
  height: 50px
}

.footer3 {
  background-repeat: no-repeat
}

.footer3__item {
  padding-left: 70px
}

.footer3__item-2 {
  margin-left: -25px
}

@media only screen and (min-width: 768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px) {
  .footer3__item-2 {
    margin-left:0
  }
}

.rr-footer-title {
  font-family: var(--dw-ff-h);
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  display: flex;
  align-items: center;
  color: var(--dw-common-white)
}

.rr-footer-social span {
  font-family: var(--dw-ff-p);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  display: flex;
  align-items: center;
  color: #fff;
  margin-right: 10px
}

.rr-footer-social a {
  font-size: 18px;
  display: inline-block;
  height: 36px;
  width: 36px;
  line-height: 36px;
  text-align: center;
  margin-right: 10px;
  background-color: #fff;
  color: #051145;
  transition: .3s;
  transition: .3s;
  border-radius: 50px
}

@media only screen and (min-width: 992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:992px),(max-width:575px) {
  .rr-footer-social a {
    font-size:13px;
    height: 30px;
    width: 30px;
    line-height: 30px
  }
}

.rr-footer-social a svg path {
  transition: .3s
}

.rr-footer-social a:hover {
  color: var(--dw-common-white);
  background-color: #051145
}

.rr-footer-social a:hover svg path {
  stroke: var(--dw-common-white)
}

.rr-footer-title {
  font-weight: 700;
  font-size: 22px;
  color: var(--dw-common-white);
  margin-top: 5px;
  margin-bottom: 23px
}

@media only screen and (min-width: 992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:992px),(max-width:575px) {
  .rr-footer-title {
    font-size:20px
  }
}

.rr-footer-list ul li {
  list-style-type: none;
  overflow: hidden
}

.rr-footer-list ul li:not(:last-child) {
  margin-bottom: 10px
}

.rr-footer-list ul li a {
  color: var(--dw-common-white);
  position: relative;
  padding-left: 16px;
  margin-left: -16px;
  transition: .3s;
  font-family: var(--dw-ff-p);
  font-weight: 400
}

@media only screen and (min-width: 992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:992px),(max-width:575px) {
  .rr-footer-list ul li a {
    font-size:14px
  }
}

.rr-footer-list ul li a::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 2px;
  width: 10px
}

.rr-footer-list ul li a:hover {
  margin-left: 0;
  color: var(--dw-heading-primary)
}

.footer-4-wrap {
  padding: 80px 0 80px 0
}

.footer-4__content p {
  color: rgba(255,255,255,.9)
}

.footer-4__link ul li a {
  align-items: center;
  color: rgba(255,255,255,.9)
}

.footer-4__link ul li a svg {
  transition: all .3s ease-in-out
}

.footer-4__link ul li a:hover svg path {
  stroke: var(--dw-theme-primary)
}

.footer-4__logo img {
  max-width: 129px
}

.footer-4__bottom-wrapper {
  border-top: 1px solid rgba(255,255,255,.1)!important
}

.footer-5__top-text {
  padding-left: 150px
}

@media only screen and (min-width: 992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px) {
  .footer-5__top-text {
    padding-left:0
  }
}

.footer-5__top-text h3 {
  font-family: var(--dw-ff-heading);
  font-weight: var(--dw-fw-bold);
  color: var(--dw-common-white);
  font-style: normal;
  font-size: 22px;
  line-height: 30px;
  margin-top: 8px
}

.footer-5-wrap {
  padding: 75px 0 72px 0
}

.footer-5__bottom-wrapper {
  background: rgba(255,255,255,.1)
}

.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px 0;
  gap: 10px 30px
}

.footer__bottom-wrapper {
  border-top: 1px solid #22362d;
  padding: 80px 0
}

@media (max-width: 575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:992px) {
  .footer__bottom {
    flex-wrap:wrap;
    justify-content: center
  }
}

.footer__bottom-wrapper ul.contact-footer {
  line-height: 31px
}

.footer-bottom-border {
  border: 1px solid #e5e8e6
}

.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 70px 0;
  gap: 10px 30px;
  border-top: var(--dw-border-white30)
}

@media (max-width: 660px) {
  .footer__bottom {
    flex-wrap:wrap;
    justify-content: center
  }
}

.footer__bottom-1 {
  padding-top: 80px
}

@media (max-width: 575px),only screen and (min-width:576px) and (max-width:767px) {
  .footer__bottom-1 {
    padding-top:60px
  }
}

.footer__bottom-2 {
  padding: 25px 0;
  border-top-color: rgba(0,15,32,.1)
}

@media only screen and (min-width: 992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px) {
  .about__content {
    margin-top:50px
  }
}

.about__content p {
  font-family: var(--dw-ff-body);
  color: var(--dw-text-body);
  font-weight: var(--dw-fw-regular);
  line-height: var(--dw-lh-h5);
  font-size: 16px;
  font-style: normal;
  margin-bottom: 0
}

.about-us-2__wrapper {
  position: relative
}

@media only screen and (min-width: 992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px) {
  .about-us-2__wrapper {
    display:flex;
    flex-direction: column;
    align-items: center
  }
}

@media (max-width: 575px) {
  .about-us-2__wrapper {
    display:block
  }
}

.about-us-2__wrapper-media {
  margin-left: 19px
}

@media (max-width: 575px) {
  .about-us-2__wrapper-media {
    flex-wrap:wrap;
    justify-content: center;
    gap: 20px
  }
}

.about-us-2__wrapper-media:first-child {
  column-gap: 25px
}

@media (max-width: 575px) {
  .about-us-2__wrapper-media:first-child {
    flex-wrap:wrap;
    justify-content: center
  }
}

.about-us-2__wrapper-media-image-1 {
  max-width: 312px;
  overflow: hidden;
  border-radius: 20px;
  transition: .3s
}

.about-us-2__wrapper-media-image-2 {
  max-width: 244px;
  height: 217px;
  margin-top: 45px;
  overflow: hidden;
  border-radius: 20px
}

@media (max-width: 575px) {
  .about-us-2__wrapper-media-image-2 {
    margin-top:0
  }
}

.about-us-2__wrapper-media-image-2 img {
  width: 100%;
  height: 100%;
  border-radius: 20px
}

.about-us-2__wrapper-media-image-2 img:hover {
  transform: scale(1.2)
}

.about-us-2__wrapper-media-image-3 {
  max-width: 312px;
  overflow: hidden;
  border-radius: 20px;
  margin-top: -78px
}

@media (max-width: 575px) {
  .about-us-2__wrapper-media-image-3 {
    margin-top:0
  }
}

.about-us-2__wrapper-media-image-3 img {
  width: 100%;
  height: 100%;
  border-radius: 20px
}

.about-us-2__wrapper-media-image-3 img:hover {
  transform: scale(1.2)
}

.contact-us__area, .sub{
  margin-top: -150px;
  padding: 70px 70px 70px 70px;
  position: relative
}

.contact-us__area .boks,
.sub .boks{
  box-shadow: 0 20px 50px 0 rgba(0,0,0,.1);
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  background: #fff
}

.contact-us__area .contact-us__title-wrapper .contact-us__form-wrapper {
  padding: 40px 0
}

@media (max-width: 575px) {
  .contact-us__area .contact-us__title-wrapper .contact-us__form-wrapper {
    padding:20px
  }
}

.contact-us__area .contact-us__title-wrapper .contact-us__form-wrapper .contact-us__form .contact-us__input {
  position: relative
}

.contact-us__area .contact-us__title-wrapper .contact-us__form-wrapper .contact-us__form .contact-us__input span {
  color: var(--dw-heading-primary);
  font-weight: var(--dw-fw-regular);
  line-height: var(--dw-lh-h5);
  font-size: 16px;
  font-style: normal;
  display: block
}

.contact-us__area .contact-us__title-wrapper .contact-us__form-wrapper .contact-us__form .contact-us__input input {
  position: relative;
  line-height: var(--dw-lh-h5);
  font-weight: var(--dw-fw-regular);
  margin-top: 5px;
  margin-left: 0;
  background: var(--dw-common-white);
  margin-bottom: 15px;
  padding: 15px;
  font-style: normal;
  border-bottom: 1px solid #e3dbd8;
  outline: 0;
  width: 100%
}

@media only screen and (min-width: 992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px) {
  .contact-us__area .contact-us__title-wrapper .contact-us__form-wrapper .contact-us__form .contact-us__input input {
    padding:16px 45px 15px 20px
  }
}

.contact-us__area .contact-us__title-wrapper .contact-us__form-wrapper .contact-us__form .contact-us__input input::-webkit-input-placeholder {
  color: var(--dw-heading-primary);
  opacity: .6;
  font-size: 16px
}

.contact-us__area .contact-us__title-wrapper .contact-us__form-wrapper .contact-us__form .contact-us__input input::-moz-placeholder {
  color: var(--dw-heading-primary);
  opacity: .6;
  font-size: 16px
}

.contact-us__area .contact-us__title-wrapper .contact-us__form-wrapper .contact-us__form .contact-us__input input:-moz-placeholder {
  color: var(--dw-heading-primary);
  opacity: .6;
  font-size: 16px
}

.contact-us__area .contact-us__title-wrapper .contact-us__form-wrapper .contact-us__form .contact-us__input input:-ms-input-placeholder {
  color: var(--dw-heading-primary);
  opacity: .6;
  font-size: 16px
}

.contact-us__area .contact-us__title-wrapper .contact-us__form-wrapper .contact-us__form .contact-us__input input::placeholder {
  color: var(--dw-heading-primary);
  opacity: .6;
  font-size: 16px
}

.contact-us__area .contact-us__title-wrapper .contact-us__form-wrapper .contact-us__form .contact-us__input .icon {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  color: var(--dw-heading-primary)
}

.contact-us__area .contact-us__title-wrapper .contact-us__form-wrapper .contact-us__form .contact-us__textarea {
  position: relative
}

.contact-us__area .contact-us__title-wrapper .contact-us__form-wrapper .contact-us__form .contact-us__textarea span {
  color: var(--dw-heading-primary);
  font-weight: var(--dw-fw-regular);
  line-height: var(--dw-lh-h5);
  font-size: 16px;
  font-style: normal
}

.contact-us__area .contact-us__title-wrapper .contact-us__form-wrapper .contact-us__form .contact-us__textarea textarea {
  background: var(--dw-common-white);
  margin-top: 5px;
  height: 160px!important;
  margin-left: 0;
  padding: 13px 45px 13px 20px
}

.contact-us__area .contact-us__title-wrapper .contact-us__form-wrapper .contact-us__form .contact-us__textarea textarea::-webkit-input-placeholder {
  color: var(--dw-heading-primary);
  opacity: .6;
  font-size: 16px
}

.contact-us__area .contact-us__title-wrapper .contact-us__form-wrapper .contact-us__form .contact-us__textarea textarea::-moz-placeholder {
  color: var(--dw-heading-primary);
  opacity: .6;
  font-size: 16px
}

.contact-us__area .contact-us__title-wrapper .contact-us__form-wrapper .contact-us__form .contact-us__textarea textarea:-moz-placeholder {
  color: var(--dw-heading-primary);
  opacity: .6;
  font-size: 16px
}

.contact-us__area .contact-us__title-wrapper .contact-us__form-wrapper .contact-us__form .contact-us__textarea textarea:-ms-input-placeholder {
  color: var(--dw-heading-primary);
  opacity: .6;
  font-size: 16px
}

.contact-us__area .contact-us__title-wrapper .contact-us__form-wrapper .contact-us__form .contact-us__textarea textarea::placeholder {
  color: var(--dw-heading-primary);
  opacity: .6;
  font-size: 16px
}

.contact-us__textarea .icon {
  position: absolute;
  top: 60px;
  right: 20px;
  transform: translateY(-50%);
  color: var(--dw-heading-primary)
}

.contact-btn {
  background: var(--dw-theme-primary);
  color: var(--dw-common-white);
  line-height: var(--dw-lh-h5);
  font-weight: var(--dw-fw-sbold);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  font-style: normal;
  font-size: 14px;
  transition: .3s
}

.contact-btn:hover {
  background: var(--dw-heading-primary)
}

.latest-contact-us-2-media-content-title {
  margin-left: 50px
}

@media (max-width: 376px),(max-width:320px) {
  .latest-contact-us-2-media-content-title {
    margin-left:20px
  }
}

.latest-contact-us-2-media-content-title h4 {
  color: var(--dw-common-white);
  font-family: var(--dw-ff-heading);
  font-weight: var(--dw-fw-sbold);
  font-size: var(--dw-fs-h4);
  line-height: var(--dw-lh-h5);
  font-style: normal;
  margin-bottom: 4px
}

.latest-contact-us-2-media-content-title p {
  color: rgba(159,112,112,.7);
  font-family: var(--dw-ff-body);
  font-weight: var(--dw-fw-regular);
  line-height: var(--dw-lh-h6);
  font-style: normal;
  font-size: 16px;
  padding: 3px
}

.contact-block {
  display: flex;
  gap: 30px;
  margin-top: 20px;
  align-items: center
}

@media only screen and (min-width: 576px) and (max-width:767px),(max-width:575px) {
  .contact-block {
    gap:20px
  }
}

.contact-block-text span {
  font-family: var(--dw-ff-body);
  color:#bfbfbf;
  font-weight: var(--dw-fw-regular);
  line-height: var(--dw-lh-h5);
  font-size: 14px;
  font-style: normal
}

.contact-block-text h6 {
  font-family: var(--dw-ff-body);
  color:#888;
  font-weight: 400;
  line-height: var(--dw-lh-h5);
  font-size: 16px;
  font-style: normal
}

@media only screen and (min-width: 992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px) {
  .contact-block-text h6 br {
    display:none
  }
}

.contact-block-text h6:hover {
  color: var(--dw-theme-primary)
}


.contact-block-text span {
  text-transform:uppercase;
}
.latest-contact-us-2-media-content-social {
  margin-left: 50px;
  margin-top: 127px;
  display: flex;
  gap: 20px
}

@media (max-width: 320px) {
  .latest-contact-us-2-media-content-social {
    margin-top:80px
  }
}

.latest-contact-us-2-media-content-social-icon a {
  color: var(--dw-common-white);
  height: 36px;
  width: 36px;
  background: #193421;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%
}

.latest-contact-us-2-media-content-social-icon a:hover {
  background: var(--dw-common-white);
  color: var(--dw-theme-primary)
}

.latest-contact-us-2-media h5 {
  color: #fff
}

.rr-fea-product {
  padding: 40px;
  flex-wrap: wrap;
  row-gap: 30px;
  column-gap: 30px
}

@media only screen and (min-width: 576px) and (max-width:767px),(max-width:575px) {
  .rr-fea-product {
    padding:30px 30px 30px 30px
  }
}

@media only screen and (min-width: 992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:992px) {
  .rr-fea-product {
    padding:40px 40px 40px 40px;
    justify-content: center!important
  }
}

.rr-fea-product .media-content.has--line {
  position: relative
}

@media only screen and (min-width: 992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px) {
  .rr-fea-product .media-content.has--line::before {
    display:none
  }
}

.contact3__bg-img {
  background-position: top left;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 32px;
  left: 21px;
  max-width: 565px
}

.contact3__wrap {
  flex-wrap: wrap;
  padding: 30px
}

.contact3__content {
  position: relative;
  z-index: 1;
  margin-left: 30px;
  padding: 30px
}

@media (max-width: 575px) {
  .contact3__content {
    padding:0;
    margin-left: 0
  }
}

.contact3__content p {
  font-family: var(--dw-ff-body);
  color: var(--dw-common-white);
  font-weight: var(--dw-fw-regular);
  line-height: var(--dw-lh-h5);
  font-size: 16px;
  margin-bottom: 0;
  font-style: normal
}

@media only screen and (min-width: 576px) and (max-width:767px),(max-width:575px) {
  .contact3__content p br {
    display:none
  }
}

.contact3__title {
  font-family: var(--dw-ff-heading);
  color: var(--dw-common-white);
  font-weight: var(--dw-fw-bold);
  font-size: var(--dw-fs-h2);
  line-height: var(--dw-lh-h2);
  margin-bottom: 20px;
  font-style: normal
}

@media (max-width: 575px) {
  .contact3__title {
    font-size:30px;
    line-height: 40px
  }
}

.contact3__thumb img {
  width: 100%;
  height: 100%
}

.contact3__form {
  margin-top: 40px;
  gap: 10px;
  flex-wrap: wrap
}

.contact3__form-btn {
  background: var(--dw-common-white);
  font-family: var(--dw-ff-heading);
  color: var(--dw-ff-heading);
  font-weight: var(--dw-fw-sbold);
  line-height: var(--dw-lh-h5);
  display: inline-flex;
  align-items: center;
  padding: 15px 29px;
  border-radius: 999px;
  font-style: normal;
  font-size: 14px;
  transition: .3s
}

.contact3__form-btn:hover {
  background: var(--dw-heading-primary);
  color: var(--dw-common-white)
}

.contact4__bg-img {
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 565px;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%)
}

.contact4__wrap {
  flex-wrap: wrap
}

.contact4__thumb {
  margin-top: -40px
}

@media (max-width: 575px) {
  .contact4__thumb {
    margin-top:20px
  }
}

.contact4__btn {
  background: var(--dw-theme-primary);
  color: var(--dw-common-white);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 30px;
  border-radius: 999px;
  transition: .3s
}

.contact4__btn:hover {
  background: var(--dw-heading-primary);
  color: var(--dw-common-white)
}

.contact4__content {
  position: relative;
  z-index: 1;
  margin-left: 95px
}

@media only screen and (min-width: 768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px) {
  .contact4__content {
    margin-left:35px;
    margin-top: 30px
  }
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
  .contact4__content {
    margin-top:30px
  }
}

.contact4__content p {
  font-family: var(--dw-ff-body);
  color: var(--dw-text-body);
  font-weight: var(--dw-fw-regular);
  line-height: var(--dw-lh-h5);
  font-size: 16px;
  margin-bottom: 0;
  font-style: normal
}

.contact4__title {
  font-family: var(--dw-ff-heading);
  color: var(--dw-heading-primary);
  font-weight: var(--dw-fw-bold);
  font-size: var(--dw-fs-h2);
  line-height: var(--dw-lh-h2);
  margin-bottom: 20px;
  font-style: normal
}

@media (max-width: 575px) {
  .contact4__title {
    font-size:30px;
    line-height: 40px
  }
}

.contact4__thumb img {
  width: 100%;
  height: 100%
}

.countrie-details__content-title {
  font-family: var(--dw-ff-heading);
  color: var(--dw-common-black);
  font-weight: var(--dw-fw-bold);
  font-size: var(--dw-fs-h2);
  line-height: var(--dw-lh-h2);
  font-style: normal
}

@media only screen and (min-width: 768px) and (max-width:992px) {
  .countrie-details__content-title {
    font-size:40px;
    line-height: 50px
  }
}

@media only screen and (min-width: 576px) and (max-width:767px) {
  .countrie-details__content-title {
    font-size:35px;
    line-height: 45px
  }
}

@media (max-width: 575px) {
  .countrie-details__content-title {
    font-size:25px;
    line-height: 35px
  }
}

.countrie-details__content p {
  font-family: var(--dw-ff-body);
  color: var(--dw-text-body);
  font-weight: var(--dw-fw-regular);
  line-height: var(--dw-lh-h5);
  font-size: 16px;
  font-style: normal;
  margin-bottom: 0
}

.countrie-details__content h3 {
  font-family: var(--dw-ff-heading);
  color: var(--dw-common-black);
  font-weight: var(--dw-fw-sbold);
  font-size: var(--dw-fs-h3);
  line-height: var(--dw-lh-h3);
  font-style: normal
}

.countrie-details__content-text h5 {
  font-family: var(--dw-ff-heading);
  color: var(--dw-heading-primary);
  font-weight: var(--dw-fw-sbold);
  line-height: var(--dw-lh-h5);
  font-size: 18px;
  font-style: normal;
  margin-bottom: 10px
}

.countrie-details__content-text p {
  font-family: var(--dw-ff-body);
  color: var(--dw-text-body);
  font-weight: var(--dw-fw-regular);
  line-height: var(--dw-lh-h5);
  font-size: 16px;
  font-style: normal;
  margin-bottom: 0
}

.countrie-details__title {
  background: #f1f5eb;
  border-radius: 20px 20px 0 0;
  padding: 30px 30px 30px 30px
}

@media only screen and (min-width: 768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px) {
  .countrie-details__title {
    margin-top:50px
  }
}

.countrie-details__title h4 {
  font-family: var(--dw-ff-heading);
  color: var(--dw-heading-primary);
  font-weight: var(--dw-fw-bold);
  line-height: var(--dw-lh-h5);
  font-size: 22px;
  font-style: normal
}

.countrie-details__input {
  position: relative;
  margin-top: 92px
}

.countrie-details__input h5 {
  font-family: var(--dw-ff-heading);
  color: var(--dw-heading-primary);
  font-weight: var(--dw-fw-sbold);
  line-height: 28px;
  font-size: 18px;
  font-style: normal
}

.countrie-details__input input {
  position: relative;
  margin-left: 0;
  border: 2px solid #e3dbd8;
  border-radius: 20px;
  padding: 15px 30px
}

.countrie-details__input-icon {
  position: absolute;
  top: 71%;
  right: 20px;
  transform: translateY(-50%)
}

.brand__thumb img {
  opacity: 1;
  width: auto;
  height: 48px;
  filter: grayscale(100);
  transition: all .4s ease-in-out
}

@media only screen and (min-width: 768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px) {
  .contact-info__content {
    margin-bottom:40px
  }
}

.contact-info__content-text p {
  font-family: var(--dw-ff-body);
  color: var(--dw-text-body);
  font-weight: var(--dw-fw-regular);
  line-height: var(--dw-lh-h5);
  font-size: 16px;
  margin-bottom: 0;
  font-style: normal
}

.contact-info__content-text-list ul li {
  font-family: var(--dw-ff-heading);
  color: var(--dw-heading-primary);
  font-weight: var(--dw-fw-sbold);
  display: flex;
  align-items: center;
  gap: 15px;
  line-height: 28px;
  font-size: 18px;
  list-style: none;
  font-style: normal
}

.contact-info__content-text-list ul li i {
  color: var(--dw-theme-primary)
}

.contact-info__content-2 {
  margin-left: 43px
}

@media only screen and (min-width: 576px) and (max-width:767px),(max-width:575px) {
  .contact-info__content-2 {
    margin-left:15px
  }
}

.contact-info__link-phone {
  display: flex;
  gap: 20px;
  align-items: center
}

.contact-info__link-phone-icon i {
  color: var(--dw-theme-primary);
  font-weight: 900;
  font-size: 25px;
  line-height: 25px;
  font-style: normal
}

.contact-info__link-phone-text {
  display: block
}

.contact-info__link-phone-text span {
  font-family: var(--dw-ff-body);
  color: var(--dw-text-body);
  font-weight: var(--dw-fw-regular);
  line-height: var(--dw-lh-h5);
  font-size: 16px;
  font-style: normal;
  margin-bottom: 0
}

.contact-info__link-phone-text a {
  font-family: var(--dw-ff-heading);
  color: var(--dw-heading-primary);
  font-weight: var(--dw-fw-sbold);
  font-size: 18px;
  font-style: normal;
  line-height: 28px;
  margin-top: 3px
}

.contact-info__link-phone-text a:hover {
  color: var(--dw-theme-primary)
}

.contact-info__link-phone-text h4 {
  font-family: var(--dw-ff-heading);
  color: var(--dw-heading-primary);
  font-weight: var(--dw-fw-sbold);
  font-size: 18px;
  font-style: normal;
  line-height: 28px;
  margin-top: 3px
}

.p-0 {
  padding: 0!important;
  background: var(--dw-common-white)!important
}

.section__media {
  display: flex;
  gap: 30px;
  max-width: 580px;
  width: 100%
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
  .section__media {
    justify-content:center
  }
}

@media only screen and (min-width: 576px) and (max-width:767px),(max-width:575px) {
  .section__media {
    flex-wrap:wrap;
    justify-content: center
  }
}

.section__media-thumb-img-img img {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 20px
}

.section__media-thumb-img-green-border {
  position: absolute;
  border: 1px solid var(--dw-theme-primary);
  border-radius: 20px;
  width: 261px;
  height: 350px;
  margin-left: 15px;
  margin-top: 20px;
  z-index: 1
}

.section__media-thumb-circle {
  margin-top: 50px;
  max-width: 206px;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto
}

.section__media-thumb-circle img {
  width: 100%;
  height: 100%
}

.section__text {
  background: var(--dw-theme-primary);
  display: flex;
  align-items: center;
  padding: 33px 44px;
  gap: 20px;
  margin-bottom: 23px
}

.section__text span {
  font-family: var(--dw-ff-heading);
  color: var(--dw-common-white);
  font-weight: var(--dw-fw-bold);
  font-size: var(--dw-fs-h2);
  line-height: var(--dw-lh-h2);
  font-style: normal
}

.section__text p {
  font-family: var(--dw-ff-body);
  color: var(--dw-common-white);
  font-weight: var(--dw-fw-sbold);
  line-height: 28px;
  font-size: 18px;
  font-style: normal;
  margin-bottom: 0
}

@media only screen and (min-width: 992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px) {
  .section__content {
    margin-top:40px
  }
}

.section__content-description {
  font-family: var(--dw-ff-body);
  color: var(--dw-text-body);
  font-weight: var(--dw-fw-regular);
  line-height: var(--dw-lh-h5);
  font-size: 16px;
  font-style: normal;
  margin-bottom: 0
}

.section__content-wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap
}

@media only screen and (min-width: 1200px) and (max-width:1399px) {
  .section__content-wrapper {
    gap:25px
  }
}

.section__button {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap
}

.section__button-2 {
  gap: 30px
}

.section__button-btn a {
  font-family: var(--dw-ff-heading);
  color: var(--dw-heading-primary);
  font-weight: var(--dw-fw-sbold);
  line-height: var(--dw-lh-h5);
  font-size: 14px;
  font-style: normal;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 30px;
  border: 1px solid var(--dw-theme-primary);
  border-radius: 30px;
  transition: .3s
}

.section__button-btn a:hover {
  background: var(--dw-heading-primary);
  color: var(--dw-common-white);
  border: 1px solid var(--dw-heading-primary)
}

.section__button-btn-2 {
  background: var(--dw-theme-primary);
  color: var(--dw-common-white)!important
}

.section__button-btn-2:hover {
  background: var(--dw-heading-primary)
}

.section__button-text {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
  column-gap: 10px
}

.section__button-text-icon {
  background: var(--dw-theme-primary);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  border-radius: 50%
}

.section__button-text-icon i {
  color: var(--dw-common-white);
  font-weight: 900;
  font-size: 16px;
  font-style: normal;
  line-height: 16px
}

.section__button-text-icon:hover i {
  animation: shake .5s
}

.testimonial__media img {
  width: 100%;
  height: 645px
}

@media only screen and (min-width: 768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px) {
  .testimonial__media img {
    height:100%;
    max-width: 500px;
    display: block;
    margin: 0 auto
  }
}

.testimonial__content {
  background: var(--dw-theme-primary)
}

@media only screen and (min-width: 768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px) {
  .testimonial__content {
    margin-top:40px
  }
}

.testimonial__content-text {
  padding: 50px
}

@media only screen and (min-width: 576px) and (max-width:767px),(max-width:575px) {
  .testimonial__content-text {
    padding:30px 30px 0 30px
  }
}

§ .testimonial__content-text-icon {
  margin-bottom: 20px
}

.testimonial__content-text p {
  font-family: var(--dw-ff-body);
  color: var(--dw-common-white);
  font-weight: var(--dw-fw-regular);
  font-size: var(--dw-fs-body);
  font-style: normal;
  margin-bottom: 0
}

.testimonial__content-text-title {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 40px
}

.testimonial__content-text-title-img img {
  width: 100%;
  height: 100%;
  border-radius: 50%
}

.testimonial__content-text-title-name h6 {
  font-family: var(--dw-ff-heading);
  color: var(--dw-common-white);
  font-weight: var(--dw-fw-bold);
  line-height: var(--dw-lh-h5);
  font-size: 22px;
  font-style: normal;
  margin-bottom: 5px
}

.testimonial__content-text-title-name span {
  font-family: var(--dw-ff-heading);
  color: var(--dw-common-white);
  font-weight: var(--dw-fw-regular);
  line-height: var(--dw-lh-h5);
  font-size: 16px;
  font-style: normal
}

.testimonial__content-button {
  gap: 20px;
  align-items: center;
  margin-top: 50px;
  justify-content: end;
  padding: 0 60px 40px 60px
}

.testimonial__content-button-border::before {
  width: 457px;
  right: 215px;
  content: "";
  position: absolute;
  border-bottom: 1px solid #fff
}

@media only screen and (min-width: 576px) and (max-width:767px),(max-width:575px) {
  .testimonial__content-button-border::before {
    display:none
  }
}

.testimonial__content-button-btn {
  background: var(--dw-common-white);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s
}

.testimonial__content-button-btn i {
  color: var(--dw-heading-primary);
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 16px
}

.testimonial__content-button-btn:hover {
  background: var(--dw-heading-primary);
  color: var(--dw-common-white)
}

.testimonial__content-button-btn:hover i {
  color: var(--dw-common-white)
}

@media only screen and (min-width: 576px) and (max-width:767px),(max-width:575px) {
  .testimonial__content-button {
    justify-content:center
  }
}

.testimonial__content-2 {
  background: var(--dw-common-white);
  margin-left: -215px
}

@media only screen and (min-width: 768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px) {
  .testimonial__content-2 {
    margin-left:0
  }
}

.testimonial__content-2-text-icon {
  margin-bottom: 20px
}

.testimonial__content-2-text p {
  font-family: var(--dw-ff-body);
  color: var(--dw-text-body);
  font-weight: var(--dw-fw-regular);
  font-style: normal;
  margin-bottom: 0
}

@media (max-width: 575px) {
  .testimonial__content-2-text p {
    font-size:20px;
    line-height: 35px
  }
}

.testimonial__content-2-text-name h6 {
  font-family: var(--dw-ff-heading);
  color: var(--dw-heading-primary);
  font-weight: var(--dw-fw-bold);
  line-height: var(--dw-lh-h5);
  font-size: 22px;
  font-style: normal;
  margin-bottom: 5px
}

@media (max-width: 575px) {
  .testimonial__content-2-text-name h6 {
    font-size:18px
  }
}

.testimonial__content-2-text-name span {
  font-family: var(--dw-ff-heading);
  color: var(--dw-text-body);
  font-weight: var(--dw-fw-regular);
  line-height: var(--dw-lh-h5);
  font-size: 16px;
  font-style: normal
}

.testimonial__content-2-swiper-pagination {
  position: absolute;
  bottom: 100px!important;
  left: 610px!important
}

.testimonial__content-3 {
  background: var(--dw-common-white);
  box-shadow: 0 0 60px rgba(0,0,0,.05);
  margin-right: -110px
}

@media only screen and (min-width: 768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px) {
  .testimonial__content-3 {
    margin-right:0
  }
}

.testimonial__content-3-text {
  padding: 60px 60px 60px 60px
}

@media only screen and (min-width: 768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px) {
  .testimonial__content-3-text {
    padding:30px 30px 30px 30px
  }
}

.testimonial__content-3-text p {
  font-family: var(--dw-ff-heading);
  color: var(--dw-heading-primary);
  font-weight: var(--dw-fw-regular);
  font-size: 29px;
  line-height: 50px;
  font-style: normal;
  margin-bottom: 0
}

@media (max-width: 575px) {
  .testimonial__content-3-text p {
    font-size:20px;
    line-height: 35px
  }
}

.testimonial__content-3-text-name h6 {
  font-family: var(--dw-ff-heading);
  color: var(--dw-heading-primary);
  font-weight: var(--dw-fw-bold);
  line-height: var(--dw-lh-h5);
  font-size: 22px;
  font-style: normal;
  margin-bottom: 5px
}

@media (max-width: 575px) {
  .testimonial__content-3-text-name h6 {
    font-size:18px
  }
}

.testimonial__content-3-text-name span {
  font-family: var(--dw-ff-heading);
  color: var(--dw-text-body);
  font-weight: var(--dw-fw-regular);
  line-height: var(--dw-lh-h5);
  font-size: 16px;
  font-style: normal
}

.testimonial__bg-img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 334px;
  height: 261px;
  position: absolute;
  top: 75px;
  right: 104px;
  opacity: 1
}

@media (max-width: 575px),(max-width:450px) {
  .products-item-slide {
    width:100%!important
  }
}

.products-item {
  transition: .3s
}

@media only screen and (min-width: 1200px) and (max-width:1399px),only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px),(max-width:450px) {
  .products-item {
    margin-right:0
  }
}

.products-item-media {
  overflow: hidden
}

.products-item-media a img {
  width: 100%;
  height: 100%
}

.products-item-media-img-title {
  background: var(--dw-common-white);
  right: 0;
  margin: auto;
  margin-left: 30px;
  z-index: 7;
  padding: 30px 40px;
  justify-content: space-between;
  margin-top: -50px;
  align-items: center;
  position: relative
}

@media (max-width: 575px) {
  .products-item-media-img-title {
    padding:20px 20px
  }
}

.products-item-media-img-title-text h4 {
  font-family: var(--dw-ff-body);
  color: var(--dw-heading-primary);
  font-weight: 400;
  line-height: var(--dw-lh-h5);
  font-size: 22px;
  font-style: normal;
  margin-bottom: 10px
}

.products-item-media-img-title-text p {
  font-family: var(--dw-ff-body);
  color: var(--dw-text-body);
  font-weight: var(--dw-fw-regular);
  line-height: var(--dw-fh-body);
  font-size: 16px;
  font-style: normal;
  margin-bottom: 0
}

@media (max-width: 575px) {
  .products-item-media-img-title-text p br {
    display:none
  }
}

.products-item-media-img-title-button {
  display: flex;
  align-items: center
}

.products-item-media-img-title-button a {
  background: var(--dw-common-white);
  border: var(--dw-border-primary);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 17px
}

.products-item-media-img-title-button a:hover {
  background: var(--dw-theme-primary);
  color: var(--dw-common-white);
  border: 1px solid var(--dw-theme-primary)
}

.products-item-media-img-title-button a:hover i {
  color: var(--dw-common-white);
  transform: rotate(0)
}

.products-item-media-img-title-button a i {
  color: var(--dw-heading-primary);
  transform: rotate(-40deg);
  transition: .3s
}

.section2__thumb {
  margin-left: 30px
}

@media only screen and (min-width: 1200px) and (max-width:1399px),only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px) {
  .section2__thumb {
    margin-left:0
  }
}

.section2__thumb-media {
  max-width: 510px
}

@media only screen and (min-width: 1200px) and (max-width:1399px),only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px) {
  .section2__thumb-media {
    max-width:100%;
    width: 100%;
    height: 100%
  }
}

.section2__thumb-media-border {
  position: absolute;
  border: 1px solid var(--dw-theme-primary);
  width: 510px;
  height: 510px;
  margin-left: -30px;
  margin-top: 40px;
  z-index: 1
}

.section2__thumb-media-border.thin {
  height: 341px;
}

@media only screen and (min-width: 1200px) and (max-width:1399px),only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px) {
  .section2__thumb-media-border {
    width:100%;
    height: 100%;
    margin-left: 0;
    margin-top: 0
  }
}

.section2__thumb-media img {
  width: 100%;
  height: 100%;
  margin-left: 10px
}

@media only screen and (min-width: 576px) and (max-width:767px) {
  .section2__thumb-media img {
    height:450px
  }
}

.section2__text {
  position: absolute;
  margin-bottom: 0;
  z-index: 1;
  padding: 20px 30px;
  max-width: 242px;
  margin-left: 390px;
  margin-top: -100px
}

@media only screen and (min-width: 1200px) and (max-width:1399px),only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px) {
  .section2__text {
    margin-left:10px;
    margin-top: -122px
  }
}

.section2__text P {
  font-family: var(--dw-ff-heading);
  font-weight: var(--dw-fw-regular);
  line-height: var(--dw-lh-h5);
  font-size: 16px;
  font-style: normal
}

.section2__list {
  display: flex;
  align-items: start;
  gap: 15px;
  flex-wrap: wrap
}

.section2__list-icon {
  background: var(--dw-heading-primary);
  color: var(--dw-common-white);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 6px;
  margin-top: 5px
}

.section2__list-text h4 {
  font-family: var(--dw-ff-heading);
  color: var(--dw-heading-primary);
  font-weight: var(--dw-fw-bold);
  line-height: var(--dw-lh-h5);
  font-size: 22px;
  margin-bottom: 16px;
  font-style: normal
}

.section2__list-text p {
  font-family: var(--dw-ff-body);
  color: var(--dw-text-body);
  font-weight: var(--dw-fw-regular);
  line-height: var(--dw-lh-h5);
  font-size: 16px;
  font-style: normal;
  margin-bottom: 0
}

@media only screen and (min-width: 1200px) and (max-width:1399px),only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px) {
  .section2__list-text p br {
    display:none
  }
}

.services-cat__item {
  background: rgb(255,255,255,.9);
  padding: 40px;
  transition: .3s
}

.services-cat__item:hover {
  background: rgb(255,255,255,.5)
}

.services-cat__item-icon {
  margin-bottom: 30px
}

.services-cat__item-icon svg {
  transition: .3s
}

.services-cat__item-content span {
  font-family: var(--dw-ff-body);
  color: var(--dw-text-body);
  font-weight: var(--dw-fw-sbold);
  font-size: 14px;
  font-style: normal;
  line-height: 14px;
  text-transform: uppercase
}

.services-cat__item-content p {
  font-family: var(--dw-ff-body);
  color: var(--dw-text-body);
  font-weight: var(--dw-fw-regular);
  line-height: var(--dw-lh-h5);
  font-size: 16px;
  font-style: normal;
  margin-bottom: 0
}

.services-cat__title {
  font-family: var(--dw-ff-body);
  color: var(--dw-heading-primary);
  font-weight: 300;
  font-size: var(--dw-fs-h3);
  line-height: var(--dw-lh-h3);
  font-style: normal;
  margin-top: 10px;
  margin-bottom: 20px
}

@media only screen and (min-width: 768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px) {
  .services-cat__thumb-media {
    margin-top:40px
  }
}

.services-cat__thumb-media img {
  width: 100%;
  height: 690px;
  border-radius: 20px
}

@media only screen and (min-width: 1200px) and (max-width:1399px),only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px) {
  .services-cat__thumb-media img {
    height:100%
  }
}

.rr-brand-active .swiper-slide {
  width: auto;
  display: inline-block
}

.section-4__item {
  background: var(--dw-common-white);
  border: 1px solid rgba(3,72,51,.1);
  border-radius: 10px;
  padding: 30px 19px;
  text-align: center;
  transition: all .3s ease-in-out
}

.section-4__item:hover .icon {
  animation: shake .5s
}

.section-4__item .icon {
  margin-bottom: 22px
}

.section-4__item .title {
  margin-bottom: 10px
}

.section-4__item .title a {
  font-family: var(--dw-ff-heading);
  color: var(--dw-heading-primary);
  font-weight: var(--dw-fw-bold);
  font-style: normal;
  font-size: 22px;
  line-height: 30px;
  transition: all .3s ease-in-out
}

.section-4__item .title a:hover {
  color: var(--dw-theme-primary)
}

.section-4__item .choose-btn {
  font-family: var(--dw-ff-heading);
  color: var(--dw-text-body);
  font-weight: var(--dw-fw-sbold);
  font-style: normal;
  font-size: 14px;
  line-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  transition: all .3s ease-in-out
}

.section-4__item .choose-btn i {
  margin-top: 3px
}

.section-4__item .choose-btn:hover {
  color: var(--dw-theme-primary)
}

.about-4__wrapper {
  max-width: 610px
}

.about-4__wrapper-media {
  margin-left: 0
}

.about-4__wrapper-media .img-wrap {
  border: 1px solid var(--dw-theme-primary);
  padding: 10px;
  border-radius: 10px
}

.about-4__wrapper-media .about-us-2__wrapper-media-image-1 {
  border-radius: 10px;
  width: 100%;
  max-width: 330px;
  height: 420px
}

.about-4__wrapper-media .about-us-2__wrapper-media-image-1 img {
  width: 100%;
  height: 100%
}

.about-4__wrapper-media .about-us-2__wrapper-media-image-2 {
  max-width: 106px;
  height: 106px;
  margin-top: 0;
  border-radius: 10px;
  margin-left: 27px
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
  .about-4__wrapper-media .about-us-2__wrapper-media-image-2 {
    margin-left:0
  }
}

.about-4__wrapper-media .about-us-2__wrapper-media-image-2 img {
  border-radius: 0
}

.about-4__wrapper-media .about-us-2__wrapper-media-image-2 img:hover {
  transform: scale(1)
}

.about-4__wrapper-media .about-us-2__wrapper-media-image-3 {
  position: absolute;
  top: 200px;
  right: 10px;
  width: 100%;
  max-width: 350px;
  height: 420px;
  border-radius: 10px
}

@media (max-width: 575px) {
  .about-4__wrapper-media .about-us-2__wrapper-media-image-3 {
    display:none
  }
}

.about-4__wrapper-media .about-us-2__wrapper-media-image-3 img {
  width: 100%;
  height: 100%;
  border-radius: 10px
}

.about-4__wrapper-media .about-us-2__wrapper-media-image-3 img:hover {
  transform: scale(1)
}

@media only screen and (min-width: 576px) and (max-width:767px) {
  .about-4__content {
    margin-top:110px
  }
}

@media only screen and (min-width: 768px) and (max-width:992px) {
  .about-4__content {
    margin-top:130px
  }
}

.about-4__btn {
  margin-top: 55px
}

@media (max-width: 575px) {
  .about-4__btn {
    margin-top:30px
  }
}

.about-4__btn .dw-btn {
  padding: 10px 29px
}

@media only screen and (min-width: 992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px) {
  .testimonial-4__area {
    padding-bottom:70px
  }
}

.testimonial-4__bg-img {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  left: 27%;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center
}

@media only screen and (min-width: 576px) and (max-width:767px),(max-width:575px) {
  .testimonial-4__bg-img {
    left:0
  }
}

.testimonial-4__wrapper {
  display: flex
}

@media only screen and (min-width: 992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px) {
  .testimonial-4__wrapper {
    display:block
  }
}

.testimonial-4__wrapper-thumb {
  width: 725px;
  height: 770px;
  margin-top: 85px
}

@media only screen and (min-width: 992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:992px) {
  .testimonial-4__wrapper-thumb {
    height:870px;
    max-width: 800px;
    margin: 0 auto;
    margin-top: 85px
  }
}

@media only screen and (min-width: 576px) and (max-width:767px),(max-width:575px) {
  .testimonial-4__wrapper-thumb {
    height:100%;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 85px
  }
}

.testimonial-4__wrapper-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.testimonial-4__wrapper-content {
  padding-top: 210px
}

@media only screen and (min-width: 992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px) {
  .testimonial-4__wrapper-content {
    padding-top:65px
  }
}

.about-5__shape {
  position: absolute;
  top: 242px;
  left: 39%;
  transform: translateX(0,-50%)
}

.about-5__shape img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.about-5__thumb {
  position: relative;
  max-width: 300px
}

@media (max-width: 575px) {
  .about-5__thumb {
    margin:auto;
    margin-bottom: 40px
  }
}

.about-5__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px
}

.about-5__thumb-border {
  border: 1px solid rgba(131,205,32,.3);
  width: 200px;
  height: 200px;
  bottom: -100px;
  left: 50%;
  border-radius: 50%;
  margin: 0 auto;
  position: absolute;
  transform: translate(-50%,0);
  z-index: -1
}

@media only screen and (min-width: 768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px) {
  .about-5__title-wrapper {
    margin-top:40px
  }
}

.about-5__media-circle {
  width: 210px;
  height: 210px;
  background: #044833;
  border-radius: 50%;
  margin: 0 auto;
  padding: 2px
}

.about-5__media-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.about-5__media-bottom-img {
  margin-top: 47px;
  position: relative;
  max-width: 270px
}

@media (max-width: 575px) {
  .about-5__media-bottom-img {
    margin:auto;
    margin-top: 40px
  }
}

.about-5__media-bottom-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px
}

.about-5__media-bottom-img-border {
  border: 1px solid rgba(131,205,32,.3);
  width: 200px;
  height: 200px;
  top: -140px;
  left: 50%;
  border-radius: 50%;
  margin: 0 auto;
  position: absolute;
  transform: translate(-50%,0);
  z-index: -1
}

.about-5__wrap .dw-btn {
  padding: 10px 31px;
  gap: 6px
}

.about-5__wrap .dw-btn i {
  margin-top: 2px
}

.about-5__wrap-item {
  margin-bottom: 28px
}

.about-5__wrap-title {
  font-family: var(--dw-ff-heading)!important;
  font-weight: var(--dw-fw-sbold)!important;
  color: var(--dw-heading-primary)!important;
  font-size: 18px!important;
  line-height: 28px!important;
  margin-bottom: 3px
}

.story__content {
  box-shadow: 0 0 60px rgba(0,0,0,.05);
  border-radius: 20px;
  padding: 40px 40px 80px 40px
}

@media only screen and (min-width: 768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px) {
  .story__content {
    padding:40px 40px 40px 40px
  }
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
  .story__content {
    padding:40px 40px 60px 40px
  }
}

.story__content-text p {
  font-family: var(--dw-ff-body);
  color: var(--dw-ff-body);
  font-weight: var(--dw-fw-regular);
  font-size: 29px;
  line-height: 50px;
  margin-bottom: 0;
  font-style: normal
}

@media only screen and (min-width: 992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px) {
  .story__content-text p {
    font-size:17px;
    line-height: 30px
  }
}

.story__content-details {
  gap: 20px;
  flex-wrap: wrap
}

.story__content-details-img img {
  width: 100%;
  height: 100%;
  border-radius: 50%
}

.story__content-details-name h6 {
  font-family: var(--dw-ff-heading);
  color: var(--dw-heading-primary);
  font-weight: var(--dw-fw-bold);
  line-height: var(--dw-lh-h5);
  font-size: 22px;
  font-style: normal;
  margin-bottom: 5px
}

.story__content-details-name span {
  font-family: var(--dw-ff-heading);
  color: var(--dw-heading-primary);
  font-weight: var(--dw-fw-regular);
  line-height: var(--dw-lh-h5);
  font-size: 16px;
  font-style: normal;
  opacity: .7
}

.white-bg {
  background: var(--dw-common-white)
}

.gray-bg {
  background: #dcdcd1
}

.story-details__content-title {
  font-family: var(--dw-ff-heading);
  color: var(--dw-heading-primary);
  font-weight: var(--dw-fw-bold);
  font-size: var(--dw-fs-h2);
  line-height: var(--dw-lh-h2);
  font-style: normal
}

@media only screen and (min-width: 768px) and (max-width:992px) {
  .story-details__content-title {
    font-size:40px;
    line-height: 50px
  }
}

@media only screen and (min-width: 576px) and (max-width:767px) {
  .story-details__content-title {
    font-size:35px;
    line-height: 45px
  }
}

@media (max-width: 575px) {
  .story-details__content-title {
    font-size:28px;
    line-height: 38px
  }
}

.story-details__content p {
  font-family: var(--dw-ff-body);
  color: var(--dw-text-body);
  font-weight: var(--dw-fw-reagular);
  line-height: var(--dw-lh-h5);
  font-size: 16px;
  margin-bottom: 0;
  font-style: normal
}

.story-details__button {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap
}

.story-details__button a {
  font-family: var(--dw-ff-heading);
  color: var(--dw-heading-primary);
  font-weight: var(--dw-fw-sbold);
  line-height: var(--dw-lh-h5);
  font-size: 14px;
  font-style: normal;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--dw-theme-primary);
  padding: 15px 30px;
  border-radius: 30px;
  transition: .3s
}

.story-details__button a:hover {
  background: var(--dw-theme-primary)
}

@media only screen and (min-width: 768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px) {
  .story-details__button {
    margin-bottom:50px
  }
}

.story-details__media {
  position: relative;
  max-width: 528px;
  width: 100%;
  margin: 0 auto
}

.story-details__media-wrapper-left-shape {
  position: absolute;
  top: -90px;
  right: 345px
}

@media only screen and (min-width: 992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px) {
  .story-details__media-wrapper-left-shape {
    display:none
  }
}

.story-details__media-wrapper-left-shape img {
  width: 100%;
  height: 100%
}

.story-details__media-wrapper-right-shape {
  position: absolute;
  top: -70px;
  right: 105px
}

@media only screen and (min-width: 992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:992px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px) {
  .story-details__media-wrapper-right-shape {
    display:none
  }
}

.story-details__media-wrapper-right-shape img {
  width: 100%;
  height: 100%
}

.story-details__media-thumb img {
  position: relative;
  transform: rotate(-5deg);
  max-width: 418px;
  height: 481px;
  border-radius: 20px;
  border: 5px solid var(--dw-theme-primary)
}

@media (max-width: 575px) {
  .story-details__media-thumb img {
    transform:rotate(0);
    max-width: 100%;
    height: 10%
  }
}

.story-details__media-thumb img:hover {
  transform: rotate(10deg)
}

.services-details__content-title {
  font-family: var(--dw-ff-heading);
  color: var(--dw-common-black);
  font-weight: var(--dw-fw-bold);
  font-size: var(--dw-fs-h2);
  line-height: var(--dw-lh-h2);
  font-style: normal
}

@media only screen and (min-width: 768px) and (max-width:992px) {
  .services-details__content-title {
    font-size:40px;
    line-height: 50px
  }
}

@media only screen and (min-width: 576px) and (max-width:767px) {
  .services-details__content-title {
    font-size:35px;
    line-height: 45px
  }
}

@media (max-width: 575px) {
  .services-details__content-title {
    font-size:25px;
    line-height: 35px
  }
}

.services-details__content p {
  font-family: var(--dw-ff-body);
  color: var(--dw-text-body);
  font-weight: var(--dw-fw-regular);
  line-height: var(--dw-lh-h5);
  font-size: 16px;
  font-style: normal;
  margin-bottom: 0
}

.services-details__content h3 {
  font-family: var(--dw-ff-heading);
  color: var(--dw-common-black);
  font-weight: var(--dw-fw-sbold);
  font-size: var(--dw-fs-h3);
  line-height: var(--dw-lh-h3);
  font-style: normal
}

@media (max-width: 575px) {
  .services-details__content h3 {
    font-size:25px;
    line-height: 35px
  }
}

.services-details__content p {
  font-family: var(--dw-ff-body);
  color: var(--dw-text-body);
  font-weight: var(--dw-fw-regular);
  line-height: var(--dw-lh-h5);
  font-size: 16px;
  font-style: normal;
  margin-bottom: 0
}

.services-details__content-list ul li {
  font-family: var(--dw-ff-heading);
  color: var(--dw-heading-primary);
  font-weight: var(--dw-fw-sbold);
  line-height: 28px;
  font-size: 18px;
  font-style: normal;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap
}

.services-details__content-list ul li span {
  font-family: var(--dw-ff-body);
  color: var(--dw-text-body);
  font-weight: var(--dw-fw-regular);
  line-height: var(--dw-lh-h5);
  font-size: 16px;
  font-style: normal
}

.slide-height {
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%
}

.brand__area {
  padding: 40px 0
}

ul.footer-menu {
  line-height: 44px
}

ul.footer-menu a:hover {
  opacity: .5
}




/**countries**/
.sidetabs {
  padding: 40px;
  border-bottom: none;
  box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05);
}
.tab-content {
  padding:40px 40px 40px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .sidetabs {
    margin-bottom: 40px;
  }
}
.sidetabs li {
  display: inline-block;
  width: 100%;
}
.sidetabs li:not(:last-child) {
  margin-bottom: 20px;
  border-bottom: 1px solid #E3DBD8;
}
.sidetabs li button {
  width: 100%;
  display: flex;
  font-size: 22px;
  font-style: normal;
  align-items: center;
  line-height: var(--dw-lh-h5);
  font-weight: 400;
  justify-content: space-between;
  font-family: var(--dw-ff-body);
  color: rgba(3, 72, 51, 0.3);
}
.sidetabs li button i {
  color: #034833;
  font-style: normal;
  font-weight: 900;
  font-size: 14px;
  line-height: 14px;
}
.sidetabs li button.active {
  color: #034833;
}


.gallery__item {
  position: relative;
}
.gallery__item:hover .gallery__content {
  opacity: 1;
  visibility: visible;
}
.gallery__media img {
  width: 100%;
  height: 100%
}
.gallery__content {
  background: var(--dw-common-white);
  color: var(--dw-heading-primary);
  padding: 20px;
  position: absolute;
  width: calc(100% - 30px);
  z-index: 1;
  bottom: 0;
  left: 50%;
  opacity: 0;
  visibility: hidden;
  transition: 0.6s;
  transform: translate(-50%, -50%);
}
.gallery__title {
  color: var(--dw-heading-primary);
  margin-bottom: 10px;
  transition: 0.3s;
  font-family: var(--dw-ff-body);
  font-weight: 400;
  font-size: var(--dw-fs-h4);
}
.gallery__title:hover {
  color: var(--dw-theme-primary);
}
.gallery__content {
  background: var(--dw-common-white);
  color: var(--dw-heading-primary);
  padding: 20px;
  position: absolute;
  width: calc(100% - 30px);
  z-index: 1;
  bottom: 0;
  left: 50%;
  opacity: 0;
  visibility: hidden;
  transition: 0.6s;
  transform: translate(-50%, -50%);
}

/* Base styling voor de tab content container */
.tab-content {
  position: relative;
  overflow: hidden;
}

/* Styling voor alle tab panes */
.tab-pane {
  opacity: 0;
  visibility: hidden;
  height: 0;
  transition: opacity 0.4s ease-in-out,
  visibility 0.4s ease-in-out,
  height 0.4s ease-in-out;
  overflow: hidden;
}

/* Active tab styling */
.tab-pane.show.active {
  opacity: 1;
  visibility: visible;
  height: auto;
  min-height: 200px; /* Pas dit aan naar de minimale hoogte die je wilt */
}

/* Voeg een transform toe voor een soepelere animatie */
.tab-pane {
  transform: translateY(20px);
  transition: opacity 0.4s ease-in-out,
  visibility 0.4s ease-in-out,
  height 0.4s ease-in-out,
  transform 0.4s ease-in-out;
}

.tab-pane.show.active {
  transform: translateY(0);
}

/* Zorg ervoor dat de content container altijd een minimum hoogte heeft */
.sidetabs-content {
  min-height: 200px; /* Pas dit aan naar de gewenste minimum hoogte */
  position: relative;
}

/* Voeg wat padding toe aan de content voor een betere look */
.sidetabs-content > .row {
  padding: 20px 0;
}

/* Animatie voor de gallery items binnen de tabs */
.gallery__item {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s ease-in-out,
  transform 0.4s ease-in-out;
}

.tab-pane.show.active .gallery__item {
  opacity: 1;
  transform: translateY(0);
}

/* Voeg een vertraging toe voor elke opeenvolgende gallery item */
.tab-pane.show.active .gallery__item:nth-child(1) { transition-delay: 0.1s; }
.tab-pane.show.active .gallery__item:nth-child(2) { transition-delay: 0.2s; }
.tab-pane.show.active .gallery__item:nth-child(3) { transition-delay: 0.3s; }
.tab-pane.show.active .gallery__item:nth-child(4) { transition-delay: 0.4s; }


/*service-home-3*/
.service__bg-wrap {
  width: 585px;
  height: 844px;
  position: absolute;
  right: 0;
}
.service__bg-wrap::before {
  background: linear-gradient(180deg, #F2EDEB 0%, rgba(245, 240, 238, 0) 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  content: "";
  right: 0;
  top: 0;
}
.service__bg-img {
  background-position: right;
  background-repeat: no-repeat;
  width: 585px;
  height: 844px;
  position: absolute;
  top: 0;
  right: 0;
}
.service__box {
  text-align: center;
  background: var(--dw-common-white);
  padding: 50px 40px 40px 40px;
  transition: 0.3s;
  border: 1px solid var(--dw-common-white);
}
.service__box:hover {
  border: 1px solid var(--dw-theme-primary);
}
.service__box-paragraph {
  font-family: var(--dw-ff-body);
  color: var(--dw-text-body);
  font-weight: var(--dw-fw-regular);
  line-height: var(--dw-lh-h5);
  font-size: 16px;
  font-style: normal;
  margin-bottom: 0;
}
.service__title {
  font-family: var(--dw-ff-body);
  color: var(--dw-heading-primary);
  font-weight: 400;
  line-height: var(--dw-lh-h5);
  font-size: 22px;
  font-style: normal;
  transition: 0.3s;
}
.service__title:hover {
  color: var(--dw-theme-primary);
}
.service__icon {
  background: var(--dw-theme-primary);
  width: 100px;
  height: 100px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.service__icon-pics {
  width: 200px !important;
  height: 200px !important;
}

.section-slider-title-4 {
  justify-content: space-between;
  align-items: end;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  column-gap: 10px;
  row-gap: 20px;
  position: relative;
  z-index: 2;
}

.section-slider-title-4-wrapper-title {
  font-family: var(--dw-ff-heading);
  color: var(--dw-heading-primary);
  font-weight: var(--dw-fw-bold);
  font-size: var(--dw-fs-h2);
  line-height: var(--dw-lh-h2);
  font-style: normal;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .section-slider-title-4-wrapper-title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-slider-title-4-wrapper-title {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 575px) {
  .section-slider-title-4-wrapper-title {
    font-size: 28px;
    line-height: 38px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-slider-title-4-wrapper-title br {
    display: none;
  }
}
.section-slider-title-4-button {
  display: flex;
  align-items: center;
  gap: 20px;
}
.section-slider-title-4-button-right {
  height: 60px;
  width: 60px;
  background: transparent;
  transition: 0.3s;
  border: 1px solid var(--dw-heading-primary);
}
.section-slider-title-4-button-right i {
  color: var(--dw-heading-primary);
}
.section-slider-title-4-button-right:hover {
  background: var(--dw-theme-primary);
  border-color: var(--dw-theme-primary);
}
.section-slider-title-4-button-right:hover i {
  color: var(--dw-common-white);
}
.section-slider-title-4-button-right:hover svg path {
  fill: var(--dw-common-white);
}

.cta h5 {
  font-family: var(--dw-ff-body);
  font-weight:400;
}
.cta h3 {
  margin-bottom:2rem;
}

.cta {
  padding: 80px 0
}

.cta-media-border {
  position: absolute;
  border: 1px solid var(--dw-theme-primary);
  width: 510px;
  height: 350px;
  margin-left: -40px;
  margin-top: 40px;
  z-index: 1
}



@media (max-width: 480px) {
  #scroll-percentage {
    display: none;
  }
}

 .mobile-overlay {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100vh;
   background: rgba(255, 255, 255, 0.98);
   backdrop-filter: blur(10px);
   z-index: 9999;
   opacity: 0;
   visibility: hidden;
   transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
   transform: translateX(100%);
 }

.mobile-overlay.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.mobile-overlay__content {
  height: 100%;
  padding: 20px;
  overflow-y: auto;
}

.mobile-overlay__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.mobile-overlay__cta .dw-btn {
  width: 100%;
}
.mobile-overlay__logo img {
  height: 50px;
  width: auto;
}

.mobile-overlay__close {
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f8f8f8;
  transition: all 0.3s ease;
}

.mobile-overlay__close:hover {
  background: #e8e8e8;
  transform: rotate(90deg);
}

.mobile-overlay__close span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background: #333;
  border-radius: 2px;
  transition: all 0.3s ease;
}

.mobile-overlay__close span:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}

.mobile-overlay__close span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}



.mobile-overlay__menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-overlay__menu li {
  margin-bottom: 4rem;
  opacity: 0;
  transform: translateY(30px);
  animation: slideInUp 0.6s ease forwards;
}

.mobile-overlay.active .mobile-overlay__menu li:nth-child(1) { animation-delay: 0.1s; }
.mobile-overlay.active .mobile-overlay__menu li:nth-child(2) { animation-delay: 0.2s; }
.mobile-overlay.active .mobile-overlay__menu li:nth-child(3) { animation-delay: 0.3s; }
.mobile-overlay.active .mobile-overlay__menu li:nth-child(4) { animation-delay: 0.4s; }
.mobile-overlay.active .mobile-overlay__menu li:nth-child(5) { animation-delay: 0.5s; }

.mobile-overlay__link {
  display: block;
  font-size: 3rem;
  font-weight: 600;
  color: #333;
  text-decoration: none;
padding:0;
  transition: all 0.3s ease;
}

.mobile-overlay__link:hover,
.mobile-overlay__link.active {
  color: #4a7c59; /* Je groene kleur */
  border-bottom-color: #4a7c59;
}

.mobile-overlay__cta {
  margin-top: 40px;
  opacity: 0;
  transform: translateY(30px);
  animation: slideInUp 0.6s ease forwards;
  animation-delay: 0.6s;
}

.mobile-overlay.active .mobile-overlay__cta {
  opacity: 1;
  transform: translateY(0);
}

/* Animaties */
@keyframes slideInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Body scroll lock wanneer overlay open is */
body.mobile-overlay-open {
  overflow: hidden;
  height: 100vh;
}
.modal-backdrop.show {
  opacity: 90;
}
.gallery-item {
  cursor: pointer;
  transition: transform 0.2s;
  border-radius: 0px;
  overflow: hidden;
  margin-bottom: 20px;
}

.gallery-item:hover {
  transform: scale(1.05);
}

.gallery-item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.modal {
  z-index: 9999;
}

.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.9);
}

.modal-dialog {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100% - 1rem);
  margin: 0.5rem auto;
}

.modal-content {
  background: transparent;
  border: none;
  box-shadow: none;
  width: auto;
  max-width: none;
}

.modal-body {
  padding: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-img {
  max-width: 95vw;
  max-height: 90vh;
  object-fit: contain;
}

.modal-nav {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.8);
  border: none;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  font-size: 24px;
  cursor: pointer;
  z-index: 10000;
  transition: background 0.2s;
}

.modal-nav:hover {
  background: rgba(255, 255, 255, 0.9);
}

.modal-nav-prev {
  left: 50px;
}

.modal-nav-next {
  right: 50px;
}

.modal-close {
  position: fixed;
  top: 20px;
  right: 20px;
  color: white;
  font-size: 30px;
  cursor: pointer;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-close:hover {
  background: rgba(0, 0, 0, 0.7);
  color: white;
  text-decoration: none;
}

@media (max-width: 768px) {
  .modal-nav {
    width: 50px;
    height: 50px;
    font-size: 18px;
  }

  .modal-nav-prev {
    left: 20px;
  }

  .modal-nav-next {
    right: 20px;
  }

  .modal-img {
    max-width: 100%;
  }
}
/* Responsive aanpassingen */
@media (max-width: 480px) {
  .mobile-overlay__link {
    font-size: 2em;
    font-weight: 300;
  }

  .mobile-overlay__content {
    padding: 5rem;
  }
  .section2__thumb-media-border,
  .cta-media-border {
    display: none;
  }
  .cta .d_btn {
    width: 100%;
    text-align: center;
    display: block;
    margin-bottom:1em
  }
  .cta .section__button-2 {
    gap:0;
  }
  .products-item-media-img-title {
    margin-left:0;
    background: #f1f5eb
  }
  .banner2__content {
    margin:0 1rem;
  }

  .banner2__content .lead {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
  .header__left {
    margin-left:1rem;
  }
  .section2__thumb-media img {
    margin:0
  }
  .gallery-item img {
    height:100px
  }
  .cta {
    padding: 2rem 0;
  }
  .footer__bottom-wrapper {
    padding:2rem;
  }
  .partners-title {
    font-size: 23px;
    padding-top: 0.5rem;
  }
  .brand__area {
    padding: 2rem 0;
  }
  .services-cat__area {
    padding-top:2rem;
  }
}

/* Hamburger animatie voor de huidige button */
.sidebar__toggle .bar-icon.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.sidebar__toggle .bar-icon.active span:nth-child(2) {
  opacity: 0;
}

.sidebar__toggle .bar-icon.active span:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -6px);
}

.sidebar__toggle .bar-icon span {
  transition: all 0.3s ease;
}