.cl-scroll-indicator {
  position: absolute;
  top: 50%;
  height: 80px;
  width: 36px;
  opacity: 1;
  z-index: 9999;
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

.cl-scroll-indicator.hide-scroll {
  opacity: 0
}

.cl-scroll-indicator span {
  position: absolute;
  text-align: center
}

.cl-scroll-indicator svg {
  position: absolute;
  bottom: -4px;
  right: 10px
}

.cl-scroll-indicator.style-left_side_light {
  left: 10px
}

@media (min-width: 1024px) {
  .cl-scroll-indicator.style-left_side_light {
    left: 25px
  }
}

.cl-scroll-indicator.style-left_side_light span {
  color: #fff;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg)
}

.cl-scroll-indicator.style-left_side_light svg path {
  fill: #fff
}

.cl-scroll-indicator.style-left_side_dark {
  left: 10px
}

@media (min-width: 1024px) {
  .cl-scroll-indicator.style-left_side_dark {
    left: 25px
  }
}

.cl-scroll-indicator.style-left_side_dark span {
  color: #000;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg)
}

.cl-scroll-indicator.style-left_side_dark svg path {
  fill: #000
}

.cl-scroll-indicator.style-right_side_light {
  right: 10px
}

@media (min-width: 1024px) {
  .cl-scroll-indicator.style-right_side_light {
    right: 25px
  }
}

.cl-scroll-indicator.style-right_side_light span {
  color: #fff;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg)
}

.cl-scroll-indicator.style-right_side_light svg path {
  fill: #fff
}

.cl-scroll-indicator.style-right_side_dark {
  right: 10px
}

@media (min-width: 1024px) {
  .cl-scroll-indicator.style-right_side_dark {
    right: 25px
  }
}

.cl-scroll-indicator.style-right_side_dark span {
  color: #fff;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg)
}

.cl-scroll-indicator.style-right_side_dark svg path {
  fill: #fff
}

html:not(.no-cssanimations) .ce-animation:not(.ce-animation--reveal-right):not(.ce-animation--reveal-left):not(.ce-animation--reveal-top):not(.ce-animation--reveal-bottom):not(.ce-animation-start) {
  opacity: 0;
  -webkit-animation-duration: 0.6s;
  -moz-animation-duration: 0.6s;
  -o-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden
}

html:not(.no-cssanimations) .ce-animation.ce-animation-start:not(.ce-animation--zoom-reverse).ce-animation--top-t-bottom {
  -webkit-animation-name: anim_ttb;
  -moz-animation-name: anim_ttb;
  -o-animation-name: anim_ttb;
  animation-name: anim_ttb;
  opacity: 1
}

html:not(.no-cssanimations) .ce-animation.ce-animation-start:not(.ce-animation--zoom-reverse).ce-animation--bottom-t-top {
  -webkit-animation-name: anim_btt;
  -moz-animation-name: anim_btt;
  -o-animation-name: anim_btt;
  animation-name: anim_btt;
  opacity: 1
}

html:not(.no-cssanimations) .ce-animation.ce-animation-start:not(.ce-animation--zoom-reverse).ce-animation--left-t-right {
  -webkit-animation-name: anim_ltr;
  -moz-animation-name: anim_ltr;
  -o-animation-name: anim_ltr;
  animation-name: anim_ltr;
  opacity: 1
}

html:not(.no-cssanimations) .ce-animation.ce-animation-start:not(.ce-animation--zoom-reverse).ce-animation--right-t-left {
  -webkit-animation-name: anim_rtl;
  -moz-animation-name: anim_rtl;
  -o-animation-name: anim_rtl;
  animation-name: anim_rtl;
  opacity: 1
}

html:not(.no-cssanimations) .ce-animation.ce-animation-start:not(.ce-animation--zoom-reverse).ce-animation--zoom-in {
  -webkit-animation-name: zoom-in;
  -moz-animation-name: zoom-in;
  -o-animation-name: zoom-in;
  animation-name: zoom-in;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1
}

html:not(.no-cssanimations) .ce-animation.ce-animation-start:not(.ce-animation--zoom-reverse).ce-animation--zoom-out {
  -webkit-animation-name: zoom-out;
  -moz-animation-name: zoom-out;
  -o-animation-name: zoom-out;
  animation-name: zoom-out;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1
}

html:not(.no-cssanimations) .ce-animation.ce-animation--zoom-reverse {
  -webkit-animation-name: zoom-reverse;
  -moz-animation-name: zoom-reverse;
  -o-animation-name: zoom-reverse;
  animation-name: zoom-reverse;
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -o-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0
}

html:not(.no-cssanimations) .ce-animation.ce-animation-start:not(.ce-animation--zoom-reverse).ce-animation--alpha-anim {
  -webkit-animation-name: alpha-in;
  -moz-animation-name: alpha-in;
  -o-animation-name: alpha-in;
  animation-name: alpha-in;
  opacity: 1
}

html:not(.no-cssanimations) .ce-animation.ce-animation-start:not(.ce-animation--zoom-reverse).ce-animation--flip-in {
  -webkit-animation-name: flip-in;
  -moz-animation-name: flip-in;
  -o-animation-name: flip-in;
  animation-name: flip-in;
  opacity: 1
}

html:not(.no-cssanimations) .ce-animation.ce-animation--reveal-left {
  overflow: hidden;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  opacity: 0;
  transition: opacity 1.3s ease 167ms, -webkit-clip-path 1.1s cubic-bezier(0.778, 0.128, 0.15, 0.84);
  transition: clip-path 1.1s cubic-bezier(0.778, 0.128, 0.15, 0.84), opacity 1.3s ease 167ms;
  transition: clip-path 1.1s cubic-bezier(0.778, 0.128, 0.15, 0.84), opacity 1.3s ease 167ms, -webkit-clip-path 1.1s cubic-bezier(0.778, 0.128, 0.15, 0.84)
}

html:not(.no-cssanimations) .ce-animation.ce-animation--reveal-left.ce-animation-start {
  opacity: 1;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)
}

html:not(.no-cssanimations) .ce-animation.ce-animation--reveal-right {
  overflow: hidden;
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  opacity: 0;
  transition: opacity 1.1s ease 167ms, -webkit-clip-path 1.1s cubic-bezier(0.778, 0.128, 0.15, 0.84);
  transition: clip-path 1.1s cubic-bezier(0.778, 0.128, 0.15, 0.84), opacity 1.1s ease 167ms;
  transition: clip-path 1.1s cubic-bezier(0.778, 0.128, 0.15, 0.84), opacity 1.1s ease 167ms, -webkit-clip-path 1.1s cubic-bezier(0.778, 0.128, 0.15, 0.84)
}

html:not(.no-cssanimations) .ce-animation.ce-animation-start.ce-animation--reveal-right {
  opacity: 1;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)
}

html:not(.no-cssanimations) .ce-animation.ce-animation--reveal-top {
  overflow: hidden;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  opacity: 0;
  transition: opacity 1.1s ease 167ms, -webkit-clip-path 1.1s cubic-bezier(0.778, 0.128, 0.15, 0.84);
  transition: clip-path 1.1s cubic-bezier(0.778, 0.128, 0.15, 0.84), opacity 1.1s ease 167ms;
  transition: clip-path 1.1s cubic-bezier(0.778, 0.128, 0.15, 0.84), opacity 1.1s ease 167ms, -webkit-clip-path 1.1s cubic-bezier(0.778, 0.128, 0.15, 0.84)
}

html:not(.no-cssanimations) .ce-animation.ce-animation-start.ce-animation--reveal-top {
  opacity: 1;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)
}

html:not(.no-cssanimations) .ce-animation.ce-animation--reveal-bottom {
  overflow: hidden;
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  opacity: 0;
  transition: opacity 1.1s ease 167ms, -webkit-clip-path 1.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: clip-path 1.1s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 1.1s ease 167ms;
  transition: clip-path 1.1s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 1.1s ease 167ms, -webkit-clip-path 1.1s cubic-bezier(0.165, 0.84, 0.44, 1)
}

html:not(.no-cssanimations) .ce-animation.ce-animation-start.ce-animation--reveal-bottom {
  opacity: 1;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)
}

html:not(.no-cssanimations) .ce-animation[data-speed="100"] {
  -webkit-animation-duration: 0.1s;
  -moz-animation-duration: 0.1s;
  -o-animation-duration: 0.1s;
  animation-duration: 0.1s
}

html:not(.no-cssanimations) .ce-animation[data-speed="200"] {
  -webkit-animation-duration: 0.2s;
  -moz-animation-duration: 0.2s;
  -o-animation-duration: 0.2s;
  animation-duration: 0.2s
}

html:not(.no-cssanimations) .ce-animation[data-speed="300"], html:not(.no-cssanimations) .ce-animation[data-speed="400"] {
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s
}

html:not(.no-cssanimations) .ce-animation[data-speed="500"] {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s
}

html:not(.no-cssanimations) .ce-animation[data-speed="600"] {
  -webkit-animation-duration: 0.6s;
  -moz-animation-duration: 0.6s;
  -o-animation-duration: 0.6s;
  animation-duration: 0.6s
}

html:not(.no-cssanimations) .ce-animation[data-speed="700"] {
  -webkit-animation-duration: 0.7s;
  -moz-animation-duration: 0.7s;
  -o-animation-duration: 0.7s;
  animation-duration: 0.7s
}

html:not(.no-cssanimations) .ce-animation[data-speed="800"] {
  -webkit-animation-duration: 0.8s;
  -moz-animation-duration: 0.8s;
  -o-animation-duration: 0.8s;
  animation-duration: 0.8s
}

html:not(.no-cssanimations) .ce-animation[data-speed="900"] {
  -webkit-animation-duration: 0.9s;
  -moz-animation-duration: 0.9s;
  -o-animation-duration: 0.9s;
  animation-duration: 0.9s
}

html:not(.no-cssanimations) .ce-animation[data-speed="1000"] {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s
}

@-webkit-keyframes anim_ttb {
  0% {
    -webkit-transform: translate3d(0, -100px, 0);
    opacity: 0
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1
  }
}

@-moz-keyframes anim_ttb {
  0% {
    -moz-transform: translate3d(0, -100px, 0);
    opacity: 0
  }

  100% {
    -moz-transform: translate3d(0, 0, 0);
    opacity: 1
  }
}

@-o-keyframes anim_ttb {
  0% {
    -o-transform: translate3d(0, -100px, 0);
    opacity: 0
  }

  100% {
    -o-transform: translate3d(0, 0, 0);
    opacity: 1
  }
}

@keyframes anim_ttb {
  0% {
    transform: translate3d(0, -100px, 0);
    opacity: 0
  }

  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1
  }
}

@-webkit-keyframes anim_btt {
  0% {
    -webkit-transform: translate3d(0, 100px, 0);
    opacity: 0
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1
  }
}

@-moz-keyframes anim_btt {
  0% {
    -moz-transform: translate3d(0, 100px, 0);
    opacity: 0
  }

  100% {
    -moz-transform: translate3d(0, 0, 0);
    opacity: 1
  }
}

@-o-keyframes anim_btt {
  0% {
    -o-transform: translate3d(0, 100px, 0);
    opacity: 0
  }

  100% {
    -o-transform: translate3d(0, 0, 0);
    opacity: 1
  }
}

@keyframes anim_btt {
  0% {
    transform: translate3d(0, 100px, 0);
    opacity: 0
  }

  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1
  }
}

@-webkit-keyframes anim_ltr {
  0% {
    -webkit-transform: translate3d(-100px, 0, 0);
    opacity: 0
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1
  }
}

@-moz-keyframes anim_ltr {
  0% {
    -moz-transform: translate3d(-100px, 0, 0);
    opacity: 0
  }

  100% {
    -moz-transform: translate3d(0, 0);
    opacity: 1
  }
}

@-o-keyframes anim_ltr {
  0% {
    -o-transform: translate3d(-100px, 0);
    opacity: 0
  }

  100% {
    -o-transform: translate3d(0, 0, 0);
    opacity: 1
  }
}

@keyframes anim_ltr {
  0% {
    transform: translate3d(-100px, 0, 0);
    opacity: 0
  }

  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1
  }
}

@-webkit-keyframes anim_rtl {
  0% {
    -webkit-transform: translate3d(100px, 0, 0);
    opacity: 0
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1
  }
}

@-moz-keyframes anim_rtl {
  0% {
    -moz-transform: translate3d(100px, 0, 0);
    opacity: 0
  }

  100% {
    -moz-transform: translate3d(0, 0, 0);
    opacity: 1
  }
}

@-o-keyframes anim_rtl {
  0% {
    -o-transform: translate3d(100px, 0, 0);
    opacity: 0
  }

  100% {
    -o-transform: translate3d(0, 0, 0);
    opacity: 1
  }
}

@keyframes anim_rtl {
  0% {
    transform: translate3d(100px, 0, 0);
    opacity: 0
  }

  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1
  }
}

@-webkit-keyframes zoom-in {
  0% {
    -webkit-transform: scale(0.5);
    opacity: 0.1
  }

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

@-moz-keyframes zoom-in {
  0% {
    -moz-transform: scale(0.5);
    opacity: 0.1
  }

  100% {
    -moz-transform: scale(1);
    opacity: 1
  }
}

@-o-keyframes zoom-in {
  0% {
    -o-transform: scale(0.5);
    opacity: 0.1
  }

  100% {
    -o-transform: scale(1);
    opacity: 1
  }
}

@keyframes zoom-in {
  0% {
    transform: scale(0.5);
    opacity: 0.1
  }

  100% {
    transform: scale(1);
    opacity: 1
  }
}

@-webkit-keyframes zoom-out {
  0% {
    -webkit-transform: scale(1.5);
    opacity: 0.1
  }

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

@-moz-keyframes zoom-out {
  0% {
    -moz-transform: scale(1.5);
    opacity: 0.1
  }

  100% {
    -moz-transform: scale(1);
    opacity: 1
  }
}

@-o-keyframes zoom-out {
  0% {
    -o-transform: scale(1.5);
    opacity: 0.1
  }

  100% {
    -o-transform: scale(1);
    opacity: 1
  }
}

@keyframes zoom-out {
  0% {
    transform: scale(1.5);
    opacity: 0.1
  }

  100% {
    transform: scale(1);
    opacity: 1
  }
}

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

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

@-moz-keyframes zoom-reverse {
  0% {
    -moz-transform: scale(1);
    opacity: 1
  }

  100% {
    -moz-transform: scale(0.5);
    opacity: 0
  }
}

@-o-keyframes zoom-reverse {
  0% {
    -o-transform: scale(1);
    opacity: 1
  }

  100% {
    -o-transform: scale(0.5);
    opacity: 0
  }
}

@keyframes zoom-reverse {
  0% {
    transform: scale(1);
    opacity: 1
  }

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

@-webkit-keyframes alpha-in {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@-moz-keyframes alpha-in {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@-o-keyframes alpha-in {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@keyframes alpha-in {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@-webkit-keyframes flip-in {
  0% {
    opacity: 0;
    -webkit-transform: rotateX(-45deg) translateY(120px)
  }

  100% {
    -webkit-transform: rotateX(0deg) translate(0px, 0px);
    opacity: 1
  }
}

@-moz-keyframes flip-in {
  0% {
    opacity: 0;
    -moz-webkit-transform: rotateX(-45deg) translateY(120px)
  }

  100% {
    -moz-transform: rotateX(0deg) translate(0px, 0px);
    opacity: 1
  }
}

@-o-keyframes flip-in {
  0% {
    opacity: 0;
    -o-transform: rotateX(-45deg) translateY(120px)
  }

  100% {
    -o-transform: rotateX(0deg) translate(0px, 0px);
    opacity: 1
  }
}

@keyframes flip-in {
  0% {
    opacity: 0;
    transform: rotateX(-45deg) translateY(120px)
  }

  100% {
    transform: rotateX(0deg) translate(0px, 0px);
    opacity: 1
  }
}

@-webkit-keyframes reveal-right {
  0% {
    -webkit-transform: translateX(-90%)
  }

  100% {
    -webkit-transform: translate(0px, 0px)
  }
}

@-moz-keyframes reveal-right {
  0% {
    -moz-transform: translateX(-90%)
  }

  100% {
    -moz-transform: translate(0px, 0px)
  }
}

@-o-keyframes reveal-right {
  0% {
    -o-transform: translateX(-90%)
  }

  100% {
    -o-transform: translate(0px, 0px)
  }
}

@keyframes reveal-right {
  0% {
    transform: translateX(-90%)
  }

  100% {
    transform: translate(0px, 0px)
  }
}

.elementor-widget-container>p:first-child {
  margin-top: 0px
}

.elementor-widget-container>p:last-child {
  margin-bottom: 0px
}

.animated {
  -webkit-animation-duration: 0.6s;
  -moz-animation-duration: 0.6s;
  -o-animation-duration: 0.6s;
  animation-duration: 0.6s
}

.animated.animated-fast {
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s
}

.fadeInUp {
  -webkit-animation-name: anim_btt !important;
  -moz-animation-name: anim_btt !important;
  -o-animation-name: anim_btt !important;
  animation-name: anim_btt !important
}

.heading_small_border .elementor-widget-container:before {
  content: "";
  width: 30px;
  height: 2px;
  background: #e5e5e5;
  position: absolute;
  top: 50%;
  margin-top: -1px
}

.heading_small_border .elementor-heading-title {
  padding-left: 45px
}

.hide_widget_title h5 {
  display: none
}

footer#colophon .custom_input_white .mc4wp-form .mc4wp-form-fields input[type="email"] {
  background: #fff
}

.more_space_portfolio_items .ce-portfolio-item {
  padding-left: 60px !important;
  padding-right: 60px !important
}

.hide_entry_content .entry-wrapper-content {
  display: none
}

@media (min-width: 1024px) {
  .ce-horizontal-scroll-page .swiper-wrapper>.elementor-section {
    height: 100vh
  }

  .ce-horizontal-scroll-page .swiper-wrapper>.elementor-section>.elementor-container {
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}

.ce-nav-menu *:focus {
  outline: none
}

.ce-nav-menu__toggle:focus {
  outline: none
}

.ce-flyout-close:focus {
  outline: none
}

ul.ce-nav-menu {
  list-style: none !important;
  margin: 0;
  padding: 0
}

.ce-nav-menu li, .ce-nav-menu ul {
  list-style: none !important;
  margin: 0;
  padding: 0
}

.ce-nav-menu li.menu-item {
  position: relative
}

.ce-flyout-container .ce-nav-menu li.menu-item {
  position: relative;
  background: unset
}

.ce-nav-menu .sub-menu li.menu-item {
  position: relative;
  background: inherit
}

div.ce-nav-menu, .elementor-widget-ce-nav-menu .elementor-widget-container {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.ce-nav-menu__layout-horizontal {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex
}

.ce-nav-menu__layout-horizontal .ce-nav-menu {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.ce-nav-menu .parent-has-no-child .ce-menu-toggle {
  display: none
}

.ce-nav-menu__layout-horizontal .ce-nav-menu .ce-has-no-megamenu .ce-has-submenu .sub-menu, .ce-submenu-action-hover .ce-layout-vertical .ce-nav-menu .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 16;
  visibility: hidden;
  opacity: 0;
  text-align: left;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in
}

.ce-nav-menu__layout-horizontal .ce-nav-menu .menu-item-has-children:hover>.sub-menu, .ce-nav-menu__layout-horizontal .ce-nav-menu .menu-item-has-children:focus>.sub-menu {
  visibility: visible;
  opacity: 1
}

.ce-submenu-action-click .ce-nav-menu .menu-item-has-children:hover>.sub-menu, .ce-submenu-action-click .ce-nav-menu .menu-item-has-children:focus>.sub-menu {
  visibility: hidden;
  opacity: 0
}

.ce-nav-menu .menu-item-has-children.ce-has-no-megamenu .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86)
}

.ce-flyout-container .ce-nav-menu .menu-item-has-children.ce-has-no-megamenu .menu-item-has-children .sub-menu {
  top: 0;
  left: 0
}

.ce-nav-menu .menu-item-has-children.ce-has-no-megamenu .menu-item-has-children .sub-menu {
  top: 0;
  left: 100%
}

.ce-nav-menu__layout-horizontal .ce-nav-menu .menu-item-has-children:hover>.sub-menu, .ce-nav-menu__layout-horizontal .ce-nav-menu .menu-item-has-children.focus>.sub-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out
}

.ce-nav-menu:before, .ce-nav-menu:after {
  content: '';
  display: table;
  clear: both
}

.ce-nav-menu__align-right .ce-nav-menu {
  margin-left: auto;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  justify-content: flex-end
}

.ce-nav-menu__align-right .ce-nav-menu__layout-vertical li a.ce-menu-item, .ce-nav-menu__align-right .ce-nav-menu__layout-vertical li a.ce-sub-menu-item {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  justify-content: flex-end
}

.ce-nav-menu__align-right .ce-nav-menu__layout-vertical li.elementor-button-wrapper {
  text-align: right
}

.ce-nav-menu__align-left .ce-nav-menu__layout-vertical li.elementor-button-wrapper {
  text-align: left
}

.ce-nav-menu__align-center .ce-nav-menu__layout-vertical li.elementor-button-wrapper {
  text-align: center
}

.ce-nav-menu__align-left .ce-nav-menu {
  margin-right: auto;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  justify-content: flex-start
}

.ce-nav-menu__align-left .ce-nav-menu__layout-vertical li a.ce-menu-item, .ce-nav-menu__align-left .ce-nav-menu__layout-vertical li a.ce-sub-menu-item {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  justify-content: flex-start
}

.ce-nav-menu__align-center .ce-nav-menu {
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center
}

.ce-nav-menu__align-center .ce-nav-menu__layout-vertical li a.ce-menu-item, .ce-nav-menu__align-center .ce-nav-menu__layout-vertical li a.ce-sub-menu-item {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center
}

.ce-nav-menu__layout-horizontal .ce-nav-menu {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.ce-nav-menu__align-justify .ce-nav-menu__layout-horizontal .ce-nav-menu {
  width: 100%
}

.ce-nav-menu__align-justify .ce-nav-menu__layout-horizontal .ce-nav-menu li.menu-item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  flex-grow: 1
}

.ce-nav-menu__align-justify .ce-nav-menu__layout-horizontal .ce-nav-menu li a.ce-menu-item {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center
}

.ce-active-menu+nav li:not(:last-child) a.ce-menu-item, .ce-active-menu+nav li:not(:last-child) a.ce-sub-menu-item {
  border-bottom-width: 0
}

.ce-nav-menu a.ce-menu-item, .ce-nav-menu a.ce-sub-menu-item {
  line-height: 1;
  text-decoration: none;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between
}

.ce-nav-menu a.ce-menu-item:hover, .ce-nav-menu a.ce-sub-menu-item:hover {
  text-decoration: none
}

.ce-nav-menu .sub-menu {
  min-width: 220px;
  margin: 0;
  z-index: 9999
}

.ce-nav-menu__layout-horizontal {
  font-size: 0
}

.ce-nav-menu__layout-horizontal li.menu-item, .ce-nav-menu__layout-horizontal>li.menu-item {
  font-size: medium
}

.ce-submenu-icon-arrow .ce-nav-menu .parent-has-child .sub-arrow i:before {
  content: ''
}

.ce-submenu-icon-classic .ce-nav-menu .parent-has-child .sub-arrow i:before {
  content: ''
}

.ce-submenu-icon-plus .ce-nav-menu .parent-has-child .sub-arrow i:before {
  content: '+'
}

.ce-submenu-icon-none .ce-nav-menu .parent-has-child .sub-arrow {
  display: none
}

.ce-submenu-icon-arrow .ce-nav-menu .parent-has-child .sub-menu-active .sub-arrow i:before {
  content: ''
}

.ce-submenu-icon-plus .ce-nav-menu .parent-has-child .sub-menu-active .sub-arrow i:before {
  content: '-'
}

.ce-submenu-icon-classic .ce-nav-menu .parent-has-child .sub-menu-active .sub-arrow i:before {
  content: ''
}

.rtl .ce-submenu-icon-arrow .ce-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before {
  content: ''
}

.rtl .ce-submenu-icon-classic .ce-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before {
  content: ''
}

.ce-submenu-icon-arrow .ce-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before {
  content: ''
}

.ce-submenu-icon-classic .ce-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before {
  content: ''
}

.ce-nav-menu-icon {
  padding: 0.35em;
  border: 0 solid
}

.ce-nav-menu-icon i:focus {
  outline: 0
}

.ce-has-submenu-container a.ce-menu-item:focus, .ce-has-submenu-container a.ce-sub-menu-item:focus {
  outline: 0
}

.ce-nav-menu .menu-item-has-children:focus, .ce-nav-menu .menu-item-has-children .sub-menu:focus {
  outline: 0
}

.ce-nav-menu .menu-item-has-children-container {
  position: relative
}

.ce-nav-menu .menu-item-has-children-container:focus {
  outline: 0
}

.ce-nav-menu__layout-vertical .sub-menu, .ce-flyout-wrapper .ce-has-no-megamenu .sub-menu, .ce-flyout-wrapper .ce-megamenu-wrapper, .ce-flyout-wrapper .ce-has-megamenu .ce-megamenu-wrapper li .sub-menu {
  position: relative;
  height: 0;
  visibility: hidden;
  opacity: 0
}

.ce-nav-menu__submenu-arrow .ce-menu-toggle:before, .ce-nav-menu__submenu-plus .ce-menu-toggle:before, .ce-nav-menu__submenu-classic .ce-menu-toggle:before {
  font-family: 'Font Awesome 5 Free';
  z-index: 1;
  font-size: inherit;
  font-weight: inherit;
  line-height: 0
}

.ce-menu-item-center .ce-nav-menu li a.ce-menu-item, .ce-menu-item-center .ce-nav-menu li a.ce-sub-menu-item {
  margin-right: 0px
}

.ce-nav-menu__submenu-none .ce-nav-menu li a.ce-menu-item, .ce-nav-menu__submenu-none .ce-nav-menu li a.ce-sub-menu-item {
  margin-right: 0px
}

.ce-nav-menu__toggle-icon:before {
  content: '\f0c9';
  font-family: 'fontAwesome';
  z-index: 1;
  font-size: 24px;
  font-weight: inherit;
  font-style: normal;
  line-height: 0
}

.ce-active-menu .ce-nav-menu__toggle-icon:before {
  content: '\f00d'
}

.ce-active-menu.ce-active-menu-full-width+.ce-nav-menu__layout-horizontal, .ce-active-menu.ce-active-menu-full-width+.ce-nav-menu__layout-vertical {
  position: absolute;
  top: 100%
}

.ce-nav-menu__layout-vertical .menu-item-has-children .menu-item-has-children .sub-menu {
  top: 0;
  left: 0
}

.ce-nav-sub-menu-icon, .ce-nav-menu__icon {
  display: inline-block;
  line-height: 1
}

.ce-nav-menu__toggle {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 22px;
  cursor: pointer;
  border: 0 solid;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #494c4f;
  position: relative;
  line-height: 1
}

.ce-nav-menu__toggle i[data-for="dropdown-icon-close-svg"]:not(.show-close-icon) {
  display: none
}

.ce-nav-menu__toggle i[data-for="dropdown-icon-svg"].show-close-icon {
  display: none
}

.ce-nav-menu__toggle-icon {
  display: inline-block;
  font-size: inherit;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.ce-nav-menu__layout-horizontal .ce-nav-menu .sub-arrow {
  margin-left: 10px
}

.ce-nav-menu__layout-vertical .ce-nav-menu .sub-arrow, .ce-flyout-wrapper .sub-arrow {
  padding: 0px
}

.ce-nav-menu .child-item, .ce-nav-menu__layout-vertical .ce-nav-menu .child-item {
  font-size: 14px;
  line-height: 1;
  padding: 10px 0 10px 10px;
  margin-top: -10px;
  margin-bottom: -10px;
  position: absolute;
  right: 0;
  margin-right: 20px
}

.ce-layout-horizontal .ce-nav-menu__toggle, .ce-layout-vertical .ce-nav-menu__toggle {
  visibility: hidden;
  opacity: 0;
  display: none
}

.ce-nav-menu-icon {
  display: inline-block;
  line-height: 1;
  text-align: center
}

.ce-nav-menu__layout-vertical .saved-content, .ce-nav-menu__layout-vertical .sub-menu, .ce-nav-menu__layout-vertical .child {
  left: 0 !important;
  width: 100% !important
}

.ce-flyout-container .saved-content, .ce-flyout-container .sub-menu, .ce-flyout-container .child {
  left: 0 !important;
  width: 100% !important
}

.ce-flyout-container .ce-nav-menu .sub-menu, .ce-flyout-container .ce-nav-menu .ce-megamenu-wrapper {
  background: unset
}

.ce-nav-menu .menu-item a:before, .ce-nav-menu .menu-item a:after {
  display: block;
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.58, 0.3, 0.005, 1);
  transition-timing-function: cubic-bezier(0.58, 0.3, 0.005, 1)
}

.ce-nav-menu .menu-item a.ce-menu-item:not(:hover):not(:focus):not(.highlighted):before, .ce-nav-menu .menu-item a.ce-menu-item:not(:hover):not(:focus):not(.highlighted):after {
  opacity: 0
}

.ce-nav-menu .menu-item a.ce-menu-item:hover:before, .ce-nav-menu .menu-item a.ce-menu-item:hover:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}

.ce-nav-menu .menu-item a.ce-menu-item:focus:before, .ce-nav-menu .menu-item a.ce-menu-item:focus:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}

.ce-nav-menu .menu-item a.ce-menu-item.highlighted:before, .ce-nav-menu .menu-item a.ce-menu-item.highlighted:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}

.ce-nav-menu .menu-item.current-menu-item>a.ce-menu-item:before, .ce-nav-menu .menu-item.current-menu-item>a.ce-menu-item:after {
  opacity: 1 !important
}

.ce-nav-menu .current-menu-item:before, .ce-nav-menu .current-menu-item:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}

.ce-pointer__double-line .menu-item.parent a.ce-menu-item:before, .ce-pointer__double-line .menu-item.parent a.ce-menu-item:after {
  height: 3px;
  width: 100%;
  left: 0;
  background-color: #55595c;
  z-index: 2
}

.ce-pointer__underline .menu-item.parent a.ce-menu-item:before, .ce-pointer__underline .menu-item.parent a.ce-menu-item:after {
  height: 3px;
  width: 100%;
  left: 0;
  background-color: #55595c;
  z-index: 2
}

.ce-pointer__overline .menu-item.parent a.ce-menu-item:before, .ce-pointer__overline .menu-item.parent a.ce-menu-item:after {
  height: 3px;
  width: 100%;
  left: 0;
  background-color: #55595c;
  z-index: 2
}

.ce-pointer__small_point .menu-item.parent a.ce-menu-item:before, .ce-pointer__small_point .menu-item.parent a.ce-menu-item:after {
  height: 10px;
  width: 10px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  background-color: #55595c;
  z-index: 2
}

.ce-pointer__double-line.ce-animation__grow .menu-item.parent a.ce-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .ce-pointer__double-line.ce-animation__grow .menu-item.parent a.ce-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
  height: 0;
  width: 0;
  left: 50%
}

.ce-pointer__underline.ce-animation__grow .menu-item.parent a.ce-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .ce-pointer__underline.ce-animation__grow .menu-item.parent a.ce-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
  height: 0;
  width: 0;
  left: 50%
}

.ce-pointer__overline.ce-animation__grow .menu-item.parent a.ce-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .ce-pointer__overline.ce-animation__grow .menu-item.parent a.ce-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
  height: 0;
  width: 0;
  left: 50%
}

.ce-pointer__small_point.ce-animation__grow .menu-item.parent a.ce-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .ce-pointer__small_point.ce-animation__grow .menu-item.parent a.ce-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
  height: 0;
  width: 0;
  left: 50%
}

.ce-pointer__double-line.ce-animation__drop-out .menu-item.parent a.ce-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .ce-pointer__underline.ce-animation__drop-out .menu-item.parent a.ce-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .ce-pointer__overline.ce-animation__drop-out .menu-item.parent a.ce-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .ce-pointer__small_point.ce-animation__drop-out .menu-item.parent a.ce-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
  top: 10px
}

.ce-pointer__double-line.ce-animation__drop-out .menu-item.parent a.ce-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .ce-pointer__underline.ce-animation__drop-out .menu-item.parent a.ce-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .ce-pointer__overline.ce-animation__drop-out .menu-item.parent a.ce-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .ce-pointer__small_point.ce-animation__drop-out .menu-item.parent a.ce-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
  bottom: 10px
}

.ce-pointer__double-line.ce-animation__drop-in .menu-item.parent a.ce-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .ce-pointer__underline.ce-animation__drop-in .menu-item.parent a.ce-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .ce-pointer__overline.ce-animation__drop-in .menu-item.parent a.ce-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .ce-pointer__small_point.ce-animation__drop-in .menu-item.parent a.ce-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
  top: -10px
}

.ce-pointer__double-line.ce-animation__drop-in .menu-item.parent a.ce-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .ce-pointer__underline.ce-animation__drop-in .menu-item.parent a.ce-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .ce-pointer__overline.ce-animation__drop-in .menu-item.parent a.ce-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .ce-pointer__small_point.ce-animation__drop-in .menu-item.parent a.ce-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
  bottom: -10px
}

.ce-pointer__double-line.ce-animation__none, .ce-pointer__underline.ce-animation__none, .ce-pointer__overline.ce-animation__none {
  -webkit-transition-duration: 0s;
  transition-duration: 0s
}

.ce-pointer__double-line.ce-animation__none .menu-item.parent a.ce-menu-item, .ce-pointer__underline.ce-animation__none .menu-item.parent a.ce-menu-item, .ce-pointer__overline.ce-animation__none .menu-item.parent a.ce-menu-item {
  -webkit-transition-duration: 0s;
  transition-duration: 0s
}

.ce-pointer__double-line.ce-animation__none:before, .ce-pointer__double-line.ce-animation__none:after, .ce-pointer__double-line.ce-animation__none:hover, .ce-pointer__double-line.ce-animation__none:focus {
  -webkit-transition-duration: 0s;
  transition-duration: 0s
}

.ce-pointer__double-line.ce-animation__none .menu-item.parent a.ce-menu-item:before, .ce-pointer__double-line.ce-animation__none .menu-item.parent a.ce-menu-item:after, .ce-pointer__double-line.ce-animation__none .menu-item.parent a.ce-menu-item:hover, .ce-pointer__double-line.ce-animation__none .menu-item.parent a.ce-menu-item:focus {
  -webkit-transition-duration: 0s;
  transition-duration: 0s
}

.ce-pointer__underline.ce-animation__none:before, .ce-pointer__underline.ce-animation__none:after, .ce-pointer__underline.ce-animation__none:hover, .ce-pointer__underline.ce-animation__none:focus {
  -webkit-transition-duration: 0s;
  transition-duration: 0s
}

.ce-pointer__underline.ce-animation__none .menu-item.parent a.ce-menu-item:before, .ce-pointer__underline.ce-animation__none .menu-item.parent a.ce-menu-item:after, .ce-pointer__underline.ce-animation__none .menu-item.parent a.ce-menu-item:hover, .ce-pointer__underline.ce-animation__none .menu-item.parent a.ce-menu-item:focus {
  -webkit-transition-duration: 0s;
  transition-duration: 0s
}

.ce-pointer__overline.ce-animation__none:before, .ce-pointer__overline.ce-animation__none:after, .ce-pointer__overline.ce-animation__none:hover, .ce-pointer__overline.ce-animation__none:focus {
  -webkit-transition-duration: 0s;
  transition-duration: 0s
}

.ce-pointer__overline.ce-animation__none .menu-item.parent a.ce-menu-item:before, .ce-pointer__overline.ce-animation__none .menu-item.parent a.ce-menu-item:after, .ce-pointer__overline.ce-animation__none .menu-item.parent a.ce-menu-item:hover, .ce-pointer__overline.ce-animation__none .menu-item.parent a.ce-menu-item:focus {
  -webkit-transition-duration: 0s;
  transition-duration: 0s
}

.ce-pointer__small_point.ce-animation__none:before, .ce-pointer__small_point.ce-animation__none:after, .ce-pointer__small_point.ce-animation__none:hover, .ce-pointer__small_point.ce-animation__none:focus {
  -webkit-transition-duration: 0s;
  transition-duration: 0s
}

.ce-pointer__small_point.ce-animation__none .menu-item.parent a.ce-menu-item:before, .ce-pointer__small_point.ce-animation__none .menu-item.parent a.ce-menu-item:after, .ce-pointer__small_point.ce-animation__none .menu-item.parent a.ce-menu-item:hover, .ce-pointer__small_point.ce-animation__none .menu-item.parent a.ce-menu-item:focus {
  -webkit-transition-duration: 0s;
  transition-duration: 0s
}

.ce-pointer__double-line .menu-item.parent a.ce-menu-item:before, .ce-pointer__overline .menu-item.parent a.ce-menu-item:before {
  content: '';
  top: 0
}

.ce-pointer__small_point .menu-item.parent a.ce-menu-item:before {
  content: '';
  top: 0
}

.ce-pointer__double-line.ce-animation__slide .menu-item.parent a.ce-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .ce-pointer__overline.ce-animation__slide .menu-item.parent a.ce-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
  width: 10px;
  left: -20px
}

.ce-pointer__double-line .menu-item.parent a.ce-menu-item:after, .ce-pointer__underline .menu-item.parent a.ce-menu-item:after {
  content: '';
  bottom: 0
}

.ce-pointer__double-line.ce-animation__slide .menu-item.parent a.ce-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .ce-pointer__underline.ce-animation__slide .menu-item.parent a.ce-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
  width: 10px;
  left: -webkit-calc(100% + 20px);
  left: calc(100% + 20px)
}

.ce-pointer__framed .menu-item.parent a.ce-menu-item:before, .ce-pointer__framed .menu-item.parent a.ce-menu-item:after {
  background: transparent;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  border: 3px solid #55595c
}

.ce-pointer__framed .menu-item.parent a.ce-menu-item:before {
  content: ''
}

.ce-pointer__framed.ce-animation__grow .menu-item.parent a.ce-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
  -webkit-transform: scale(0.75);
  -ms-transform: scale(0.75);
  transform: scale(0.75)
}

.ce-pointer__framed.ce-animation__shrink .menu-item.parent a.ce-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
  -webkit-transform: scale(1.25);
  -ms-transform: scale(1.25);
  transform: scale(1.25)
}

.ce-pointer__framed.ce-animation__grow .menu-item.parent a.ce-menu-item:before, .ce-pointer__framed.ce-animation__shrink .menu-item.parent a.ce-menu-item:before {
  -webkit-transition: opacity 0.2s, -webkit-transform 0.4s;
  transition: opacity 0.2s, -webkit-transform 0.4s;
  transition: opacity 0.2s, transform 0.4s;
  transition: opacity 0.2s, transform 0.4s, -webkit-transform 0.4s
}

.ce-pointer__framed.ce-animation__draw .menu-item.parent a.ce-menu-item:before, .ce-pointer__framed.ce-animation__draw .menu-item.parent a.ce-menu-item:after {
  width: 3px;
  height: 3px
}

.ce-pointer__framed.ce-animation__draw .menu-item.parent a.ce-menu-item:before {
  border-width: 0 0 3px 3px;
  -webkit-transition: width 0.1s 0.2s, height 0.1s 0.3s, opacity 0.12s 0.22s;
  transition: width 0.1s 0.2s, height 0.1s 0.3s, opacity 0.12s 0.22s
}

.ce-pointer__framed.ce-animation__draw .menu-item.parent a.ce-menu-item:after {
  content: '';
  top: initial;
  bottom: 0;
  left: initial;
  right: 0;
  border-width: 3px 3px 0 0;
  -webkit-transition: width 0.1s, height 0.1s 0.1s, opacity 0.02s 0.18s;
  transition: width 0.1s, height 0.1s 0.1s, opacity 0.02s 0.18s
}

.ce-pointer__framed.ce-animation__draw .menu-item.parent a.ce-menu-item:hover:before, .ce-pointer__framed.ce-animation__draw .menu-item.parent a.ce-menu-item:hover:after {
  width: 100%;
  height: 100%
}

.ce-pointer__framed.ce-animation__draw .menu-item.parent a.ce-menu-item:focus:before, .ce-pointer__framed.ce-animation__draw .menu-item.parent a.ce-menu-item:focus:after {
  width: 100%;
  height: 100%
}

.ce-pointer__framed.ce-animation__draw .menu-item.parent a.ce-menu-item.highlighted:before, .ce-pointer__framed.ce-animation__draw .menu-item.parent a.ce-menu-item.highlighted:after {
  width: 100%;
  height: 100%
}

.ce-pointer__framed.ce-animation__draw .current-menu-item:before, .ce-pointer__framed.ce-animation__draw .current-menu-item:after {
  width: 100%;
  height: 100%
}

.ce-pointer__framed.ce-animation__draw .menu-item.parent a.ce-menu-item:hover:before, .ce-pointer__framed.ce-animation__draw .menu-item.parent a.ce-menu-item:focus:before, .ce-pointer__framed.ce-animation__draw .menu-item.parent a.ce-menu-item.highlighted:before {
  -webkit-transition: opacity 0.02s, height 0.1s, width 0.1s 0.1s;
  transition: opacity 0.02s, height 0.1s, width 0.1s 0.1s
}

.ce-pointer__framed.ce-animation__draw .current-menu-item:before {
  -webkit-transition: opacity 0.02s, height 0.1s, width 0.1s 0.1s;
  transition: opacity 0.02s, height 0.1s, width 0.1s 0.1s
}

.ce-pointer__framed.ce-animation__draw .menu-item.parent a.ce-menu-item:hover:after, .ce-pointer__framed.ce-animation__draw .menu-item.parent a.ce-menu-item:focus:after, .ce-pointer__framed.ce-animation__draw .menu-item.parent a.ce-menu-item.highlighted:after {
  -webkit-transition: opacity 0.02s 0.2s, height 0.1s 0.2s, width 0.1s 0.3s;
  transition: opacity 0.02s 0.2s, height 0.1s 0.2s, width 0.1s 0.3s
}

.ce-pointer__framed.ce-animation__draw .current-menu-item:after {
  -webkit-transition: opacity 0.02s 0.2s, height 0.1s 0.2s, width 0.1s 0.3s;
  transition: opacity 0.02s 0.2s, height 0.1s 0.2s, width 0.1s 0.3s
}

.ce-pointer__framed.ce-animation__corners .menu-item.parent a.ce-menu-item:before, .ce-pointer__framed.ce-animation__corners .menu-item.parent a.ce-menu-item:after {
  width: 3px;
  height: 3px
}

.ce-pointer__framed.ce-animation__corners .menu-item.parent a.ce-menu-item:before {
  border-width: 3px 0 0 3px
}

.ce-pointer__framed.ce-animation__corners .menu-item.parent a.ce-menu-item:after {
  content: '';
  top: initial;
  bottom: 0;
  left: initial;
  right: 0;
  border-width: 0 3px 3px 0
}

.ce-pointer__framed.ce-animation__corners .menu-item.parent a.ce-menu-item:hover:before, .ce-pointer__framed.ce-animation__corners .menu-item.parent a.ce-menu-item:hover:after {
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.002s, width 0.4s, height 0.4s;
  transition: opacity 0.002s, width 0.4s, height 0.4s
}

.ce-pointer__framed.ce-animation__corners .menu-item.parent a.ce-menu-item:focus:before, .ce-pointer__framed.ce-animation__corners .menu-item.parent a.ce-menu-item:focus:after {
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.002s, width 0.4s, height 0.4s;
  transition: opacity 0.002s, width 0.4s, height 0.4s
}

.ce-pointer__framed.ce-animation__corners .menu-item.parent a.ce-menu-item.highlighted:before, .ce-pointer__framed.ce-animation__corners .menu-item.parent a.ce-menu-item.highlighted:after {
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.002s, width 0.4s, height 0.4s;
  transition: opacity 0.002s, width 0.4s, height 0.4s
}

.ce-pointer__framed.ce-animation__corners .current-menu-item:before, .ce-pointer__framed.ce-animation__corners .current-menu-item:after {
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.002s, width 0.4s, height 0.4s;
  transition: opacity 0.002s, width 0.4s, height 0.4s
}

.ce-pointer__framed.ce-animation__none {
  -webkit-transition-duration: 0s;
  transition-duration: 0s
}

.ce-pointer__framed.ce-animation__none .menu-item.parent a.ce-menu-item, .ce-pointer__framed.ce-animation__none:before, .ce-pointer__framed.ce-animation__none:after, .ce-pointer__framed.ce-animation__none:hover, .ce-pointer__framed.ce-animation__none:focus {
  -webkit-transition-duration: 0s;
  transition-duration: 0s
}

.ce-pointer__framed.ce-animation__none .menu-item.parent a.ce-menu-item:before, .ce-pointer__framed.ce-animation__none .menu-item.parent a.ce-menu-item:after, .ce-pointer__framed.ce-animation__none .menu-item.parent a.ce-menu-item:hover, .ce-pointer__framed.ce-animation__none .menu-item.parent a.ce-menu-item:focus {
  -webkit-transition-duration: 0s;
  transition-duration: 0s
}

.ce-pointer__background .menu-item.parent a.ce-menu-item:before, .ce-pointer__background .menu-item.parent a.ce-menu-item:after {
  content: '';
  -webkit-transition: 0.3s;
  transition: 0.3s
}

.ce-pointer__background .menu-item.parent a.ce-menu-item:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #55595c;
  z-index: -1
}

.ce-pointer__background .menu-item.parent a.ce-menu-item:hover, .ce-pointer__background .menu-item.parent a.ce-menu-item:focus, .ce-pointer__background .menu-item.parent a.ce-menu-item.highlighted {
  color: #fff
}

.ce-pointer__background .current-menu-item {
  color: #fff
}

.ce-pointer__background.ce-animation__grow .menu-item.parent a.ce-menu-item:before {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5)
}

.ce-pointer__background.ce-animation__grow .menu-item.parent a.ce-menu-item:hover:before, .ce-pointer__background.ce-animation__grow .menu-item.parent a.ce-menu-item:focus:before, .ce-pointer__background.ce-animation__grow .menu-item.parent a.ce-menu-item.highlighted:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1
}

.ce-pointer__background.ce-animation__grow .current-menu-item:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1
}

.ce-pointer__background.ce-animation__shrink .menu-item.parent a.ce-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: 0.3s;
  transition: 0.3s
}

.ce-pointer__background.ce-animation__shrink .menu-item.parent a.ce-menu-item:hover:before, .ce-pointer__background.ce-animation__shrink .menu-item.parent a.ce-menu-item:focus:before, .ce-pointer__background.ce-animation__shrink .menu-item.parent a.ce-menu-item.highlighted:before {
  -webkit-transition: opacity 0.15s, -webkit-transform 0.4s;
  transition: opacity 0.15s, -webkit-transform 0.4s;
  transition: opacity 0.15s, transform 0.4s;
  transition: opacity 0.15s, transform 0.4s, -webkit-transform 0.4s
}

.ce-pointer__background.ce-animation__shrink .current-menu-item:before {
  -webkit-transition: opacity 0.15s, -webkit-transform 0.4s;
  transition: opacity 0.15s, -webkit-transform 0.4s;
  transition: opacity 0.15s, transform 0.4s;
  transition: opacity 0.15s, transform 0.4s, -webkit-transform 0.4s
}

.ce-pointer__background.ce-animation__sweep-left .menu-item.parent a.ce-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
  left: 100%
}

.ce-pointer__background.ce-animation__sweep-right .menu-item.parent a.ce-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
  right: 100%
}

.ce-pointer__background.ce-animation__sweep-up .menu-item.parent a.ce-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
  top: 100%
}

.ce-pointer__background.ce-animation__sweep-down .menu-item.parent a.ce-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
  bottom: 100%
}

.ce-pointer__background.ce-animation__shutter-out-vertical .menu-item.parent a.ce-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
  bottom: 50%;
  top: 50%
}

.ce-pointer__background.ce-animation__shutter-out-horizontal .menu-item.parent a.ce-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
  right: 50%;
  left: 50%
}

.ce-pointer__background.ce-animation__shutter-in-vertical .menu-item.parent a.ce-menu-item:after, .ce-pointer__background.ce-animation__shutter-in-horizontal .menu-item.parent a.ce-menu-item:after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #55595c;
  z-index: -1
}

.ce-pointer__background.ce-animation__shutter-in-vertical .menu-item.parent a.ce-menu-item:before {
  top: 0;
  bottom: 100%
}

.ce-pointer__background.ce-animation__shutter-in-vertical .menu-item.parent a.ce-menu-item:after {
  top: 100%;
  bottom: 0
}

.ce-pointer__background.ce-animation__shutter-in-vertical .menu-item.parent a.ce-menu-item:hover:before, .ce-pointer__background.ce-animation__shutter-in-vertical .menu-item.parent a.ce-menu-item:focus:before, .ce-pointer__background.ce-animation__shutter-in-vertical .menu-item.parent a.ce-menu-item.highlighted:before {
  bottom: 50%
}

.ce-pointer__background.ce-animation__shutter-in-vertical .current-menu-item:before {
  bottom: 50%
}

.ce-pointer__background.ce-animation__shutter-in-vertical .menu-item.parent a.ce-menu-item:hover:after, .ce-pointer__background.ce-animation__shutter-in-vertical .menu-item.parent a.ce-menu-item:focus:after, .ce-pointer__background.ce-animation__shutter-in-vertical .menu-item.parent a.ce-menu-item.highlighted:after {
  top: 50%
}

.ce-pointer__background.ce-animation__shutter-in-vertical .current-menu-item:after {
  top: 50%
}

.ce-pointer__background.ce-animation__shutter-in-horizontal .menu-item.parent a.ce-menu-item:before {
  right: 0;
  left: 100%
}

.ce-pointer__background.ce-animation__shutter-in-horizontal .menu-item.parent a.ce-menu-item:after {
  right: 100%;
  left: 0
}

.ce-pointer__background.ce-animation__shutter-in-horizontal .menu-item.parent a.ce-menu-item:hover:before, .ce-pointer__background.ce-animation__shutter-in-horizontal .menu-item.parent a.ce-menu-item:focus:before, .ce-pointer__background.ce-animation__shutter-in-horizontal .menu-item.parent a.ce-menu-item.highlighted:before {
  left: 50%
}

.ce-pointer__background.ce-animation__shutter-in-horizontal .current-menu-item:before {
  left: 50%
}

.ce-pointer__background.ce-animation__shutter-in-horizontal .menu-item.parent a.ce-menu-item:hover:after, .ce-pointer__background.ce-animation__shutter-in-horizontal .menu-item.parent a.ce-menu-item:focus:after, .ce-pointer__background.ce-animation__shutter-in-horizontal .menu-item.parent a.ce-menu-item.highlighted:after {
  right: 50%
}

.ce-pointer__background.ce-animation__shutter-in-horizontal .current-menu-item:after {
  right: 50%
}

.ce-pointer__background.ce-animation__none {
  -webkit-transition-duration: 0s;
  transition-duration: 0s
}

.ce-pointer__background.ce-animation__none .menu-item.parent a.ce-menu-item, .ce-pointer__background.ce-animation__none:before, .ce-pointer__background.ce-animation__none:after, .ce-pointer__background.ce-animation__none:hover, .ce-pointer__background.ce-animation__none:focus {
  -webkit-transition-duration: 0s;
  transition-duration: 0s
}

.ce-pointer__background.ce-animation__none .menu-item.parent a.ce-menu-item:before, .ce-pointer__background.ce-animation__none .menu-item.parent a.ce-menu-item:after, .ce-pointer__background.ce-animation__none .menu-item.parent a.ce-menu-item:hover, .ce-pointer__background.ce-animation__none .menu-item.parent a.ce-menu-item:focus {
  -webkit-transition-duration: 0s;
  transition-duration: 0s
}

.ce-pointer__text.ce-animation__skew .menu-item.parent a.ce-menu-item:hover, .ce-pointer__text.ce-animation__skew .menu-item.parent a.ce-menu-item:focus {
  -webkit-transform: skew(-8deg);
  -ms-transform: skew(-8deg);
  transform: skew(-8deg)
}

.ce-pointer__text.ce-animation__grow .menu-item.parent a.ce-menu-item:hover, .ce-pointer__text.ce-animation__grow .menu-item.parent a.ce-menu-item:focus {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2)
}

.ce-pointer__text.ce-animation__shrink .menu-item.parent a.ce-menu-item:hover, .ce-pointer__text.ce-animation__shrink .menu-item.parent a.ce-menu-item:focus {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8)
}

.ce-pointer__text.ce-animation__float .menu-item.parent a.ce-menu-item:hover, .ce-pointer__text.ce-animation__float .menu-item.parent a.ce-menu-item:focus {
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  transform: translateY(-8px)
}

.ce-pointer__text.ce-animation__sink .menu-item.parent a.ce-menu-item:hover, .ce-pointer__text.ce-animation__sink .menu-item.parent a.ce-menu-item:focus {
  -webkit-transform: translateY(8px);
  -ms-transform: translateY(8px);
  transform: translateY(8px)
}

.ce-pointer__text.ce-animation__rotate .menu-item.parent a.ce-menu-item:hover, .ce-pointer__text.ce-animation__rotate .menu-item.parent a.ce-menu-item:focus {
  -webkit-transform: rotate(6deg);
  -ms-transform: rotate(6deg);
  transform: rotate(6deg)
}

.ce-pointer__text.ce-animation__none {
  -webkit-transition-duration: 0s;
  transition-duration: 0s
}

.ce-pointer__text.ce-animation__none .menu-item.parent a.ce-menu-item, .ce-pointer__text.ce-animation__none:before, .ce-pointer__text.ce-animation__none:after, .ce-pointer__text.ce-animation__none:hover, .ce-pointer__text.ce-animation__none:focus {
  -webkit-transition-duration: 0s;
  transition-duration: 0s
}

.ce-pointer__text.ce-animation__none .menu-item.parent a.ce-menu-item:before, .ce-pointer__text.ce-animation__none .menu-item.parent a.ce-menu-item:after, .ce-pointer__text.ce-animation__none .menu-item.parent a.ce-menu-item:hover, .ce-pointer__text.ce-animation__none .menu-item.parent a.ce-menu-item:focus {
  -webkit-transition-duration: 0s;
  transition-duration: 0s
}

.ce-flyout-overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999998;
  background: url(../images/shade.png) repeat;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  -webkit-backface-visibility: hidden
}

.ce-pointer__underline .menu-item.parent a.ce-menu-item.elementor-button:after, .ce-pointer__overline .menu-item.parent a.ce-menu-item.elementor-button:before {
  height: 0px
}

.ce-pointer__double-line .menu-item.parent a.ce-menu-item.elementor-button:after, .ce-pointer__double-line .menu-item.parent a.ce-menu-item.elementor-button:before {
  height: 0px
}

.ce-pointer__framed .menu-item.parent a.ce-menu-item.elementor-button:before, .ce-pointer__framed .menu-item.parent a.ce-menu-item.elementor-button:after {
  border-width: 0px
}

.ce-pointer__text.ce-animation__grow .menu-item.parent a.ce-menu-item.elementor-button:hover, .ce-pointer__text.ce-animation__grow .menu-item.parent a.ce-menu-item.elementor-button:focus {
  -webkit-transform: none;
  transform: none
}

.ce-flyout-close {
  position: absolute;
  top: 0;
  right: 0;
  margin: 5px;
  width: 23px;
  height: 23px;
  line-height: 23px;
  font-size: 23px;
  display: block;
  cursor: pointer
}

.ce-flyout-wrapper .ce-side {
  -webkit-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  display: block;
  position: fixed;
  z-index: 999999;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -webkit-backface-visibility: hidden
}

.ce-flyout-wrapper .ce-side.ce-flyout-left {
  top: 0;
  bottom: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  right: auto;
  height: 100%;
  width: 300px;
  max-width: 100%;
  max-width: 100vw
}

.ce-flyout-wrapper .ce-side.ce-flyout-left.ce-flyout-active {
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px)
}

.ce-flyout-wrapper .ce-side.ce-flyout-right.ce-flyout-active {
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px)
}

.ce-flyout-content.push, .ce-flyout-content ul li {
  color: #ffffff
}

.ce-flyout-wrapper .ce-side {
  display: block;
  position: fixed;
  z-index: 999999;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -webkit-backface-visibility: hidden
}

.ce-flyout-wrapper .ce-side.ce-flyout-right {
  top: 0;
  bottom: 0;
  left: auto;
  right: 0px;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  height: 100%;
  width: 300px;
  max-width: 100%
}

.ce-flyout-wrapper .ce-side.ce-flyout-left {
  top: 0;
  bottom: 0;
  left: 0px;
  right: auto;
  height: 100%;
  width: 300px;
  max-width: 100%;
  max-width: 100vw
}

.ce-flyout-wrapper .ce-side.top {
  top: -100%;
  bottom: auto;
  left: 0;
  right: 0;
  width: 100%;
  width: 100vw;
  height: 300px;
  max-height: 100%
}

.ce-flyout-wrapper .ce-side.bottom {
  top: auto;
  bottom: -100%;
  left: 0;
  right: 0;
  width: 100%;
  width: 100vw;
  height: 300px;
  max-height: 100%
}

.ce-flyout-content {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  line-height: 1.4em;
  color: #fff
}

.ce-flyout-content::-webkit-scrollbar {
  display: none
}

@media (max-width: 1024px) {
  .ce-flyout-content {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.admin-bar .ce-side {
  margin-top: 32px
}

.ce-submenu-animation-slide_up .ce-layout-horizontal .ce-has-no-megamenu.menu-item-has-children>ul.sub-menu {
  -webkit-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86)
}

.ce-submenu-animation-slide_up .ce-layout-horizontal .ce-has-no-megamenu.menu-item-has-children:hover>ul.sub-menu {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.ce-submenu-animation-slide_down .ce-layout-horizontal .menu-item-has-children>ul.sub-menu {
  -webkit-transform: translateY(-20%);
  -ms-transform: translateY(-20%);
  transform: translateY(-20%);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86)
}

.ce-submenu-animation-slide_down .ce-layout-horizontal .menu-item-has-children:hover>ul.sub-menu {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

a.ce-menu-item.elementor-button {
  display: inline-flex
}

.ce-nav-menu li.elementor-button-wrapper {
  align-self: center
}

@media only screen and (max-width: 1023px) {
  .ce-nav-menu__breakpoint-tablet .ce-nav-menu__layout-horizontal li, .ce-nav-menu__breakpoint-tablet .ce-nav-menu {
    width: 100%;
    margin-right: 0px
  }

  .ce-nav-menu__breakpoint-tablet .ce-layout-horizontal .ce-nav-menu__toggle, .ce-nav-menu__breakpoint-tablet .ce-layout-vertical .ce-nav-menu__toggle {
    display: block
  }

  .ce-nav-menu__breakpoint-tablet .ce-nav-menu__layout-horizontal .ce-nav-menu {
    visibility: hidden;
    opacity: 0
  }

  .ce-nav-menu__breakpoint-tablet .ce-active-menu+.ce-nav-menu__layout-horizontal .ce-nav-menu {
    visibility: visible;
    opacity: 1
  }

  .ce-nav-menu__breakpoint-tablet .ce-nav-menu__layout-horizontal, .ce-nav-menu__breakpoint-tablet .ce-nav-menu__layout-vertical {
    visibility: hidden;
    opacity: 0;
    height: 0
  }

  .ce-nav-menu__breakpoint-tablet .ce-active-menu+.ce-nav-menu__layout-horizontal, .ce-nav-menu__breakpoint-tablet .ce-active-menu+.ce-nav-menu__layout-vertical {
    visibility: visible;
    opacity: 1;
    height: auto
  }

  .ce-nav-menu__breakpoint-tablet .ce-active-menu.ce-active-menu-full-width+.ce-nav-menu__layout-horizontal {
    position: absolute;
    margin-top: 20px
  }

  .ce-nav-menu__breakpoint-tablet .ce-active-menu.ce-active-menu-full-width+.ce-nav-menu__layout-horizontal .ce-nav-menu {
    position: relative
  }

  .ce-nav-menu__breakpoint-tablet .ce-active-menu.ce-active-menu-full-width+.ce-nav-menu__layout-vertical {
    position: absolute
  }

  .ce-nav-menu__breakpoint-tablet .ce-nav-menu__layout-horizontal .ce-has-no-megamenu .sub-menu {
    visibility: hidden;
    opacity: 0
  }

  .ce-nav-menu__breakpoint-tablet .ce-nav-menu__layout-horizontal .menu-item-has-children .menu-item-has-children .sub-menu {
    top: 0;
    left: 0
  }

  .ce-nav-menu__breakpoint-tablet .ce-layout-horizontal .ce-nav-menu__toggle, .ce-nav-menu__breakpoint-tablet .ce-layout-vertical .ce-nav-menu__toggle {
    visibility: visible;
    opacity: 1;
    display: block
  }

  .ce-nav-menu__breakpoint-tablet .ce-nav-menu__layout-vertical {
    float: none
  }

  .ce-nav-menu__breakpoint-mobile .ce-nav-menu__layout-horizontal .ce-nav-menu .menu-item-has-children:hover>.sub-menu, .ce-nav-menu__breakpoint-none .ce-nav-menu__layout-horizontal .ce-nav-menu .menu-item-has-children:hover>.sub-menu {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: none;
    transition: none
  }

  .ce-nav-menu__breakpoint-tablet .ce-menu-toggle {
    border: 1px dotted transparent
  }

  .ce-nav-menu__breakpoint-tablet .ce-menu-toggle:hover {
    border: 1px dotted
  }

  .ce-nav-menu__breakpoint-tablet .ce-nav-menu__layout-horizontal .ce-has-no-megamenu .sub-menu {
    position: relative;
    height: 0;
    position: relative;
    height: 0;
    top: 0
  }

  .ce-nav-menu__breakpoint-tablet .saved-content, .ce-nav-menu__breakpoint-tablet .sub-menu, .ce-nav-menu__breakpoint-tablet .child {
    left: 0 !important;
    width: auto !important
  }

  .ce-nav-menu .sub-menu {
    min-width: auto;
    margin: 0
  }

  .ce-nav-menu__breakpoint-tablet.ce-submenu-icon-arrow .ce-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before {
    content: ''
  }

  .ce-nav-menu__breakpoint-tablet.ce-submenu-icon-classic .ce-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before {
    content: ''
  }

  .ce-nav-menu__breakpoint-tablet.ce-submenu-icon-arrow .ce-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before {
    content: ''
  }

  .ce-nav-menu__breakpoint-tablet.ce-submenu-icon-classic .ce-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before {
    content: ''
  }

  .ce-nav-menu__breakpoint-tablet.ce-submenu-icon-plus .ce-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before {
    content: '-'
  }

  .ce-nav-menu__breakpoint-tablet .ce-nav-menu .sub-menu {
    -webkit-box-shadow: none;
    box-shadow: none
  }

  .ce-nav-menu__breakpoint-mobile.ce-submenu-icon-arrow .ce-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before, .ce-nav-menu__breakpoint-none.ce-submenu-icon-arrow .ce-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before {
    content: ''
  }

  .ce-nav-menu__breakpoint-mobile.ce-submenu-icon-classic .ce-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before, .ce-nav-menu__breakpoint-none.ce-submenu-icon-classic .ce-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before {
    content: ""
  }

  .ce-nav-menu__breakpoint-mobile.ce-submenu-icon-arrow .ce-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.ce-menu-item .sub-arrow i:before, .ce-nav-menu__breakpoint-none.ce-submenu-icon-arrow .ce-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.ce-menu-item .sub-arrow i:before {
    content: ''
  }

  .ce-nav-menu__breakpoint-mobile.ce-submenu-icon-classic .ce-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.ce-menu-item .sub-arrow i:before, .ce-nav-menu__breakpoint-none.ce-submenu-icon-classic .ce-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.ce-menu-item .sub-arrow i:before {
    content: ""
  }

  .ce-submenu-animation-slide_up .ce-layout-horizontal .menu-item-has-children ul.sub-menu, .ce-submenu-animation-slide_up .ce-layout-horizontal .menu-item-has-children:hover ul.sub-menu {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }

  .ce-submenu-animation-slide_down .ce-layout-horizontal .menu-item-has-children ul.sub-menu, .ce-submenu-animation-slide_down .ce-layout-horizontal .menu-item-has-children:hover ul.sub-menu {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }

  .elementor-widget-ce-nav-menu.ce-nav-menu__breakpoint-tablet .ce-nav-menu-layout:not(.ce-pointer__framed) .menu-item.parent a.ce-menu-item:after, .elementor-widget-ce-nav-menu.ce-nav-menu__breakpoint-tablet .ce-nav-menu-layout:not(.ce-pointer__framed) .menu-item.parent a.ce-menu-item:before {
    background-color: unset !important
  }

  .elementor-widget-ce-nav-menu.ce-nav-menu__breakpoint-tablet .ce-pointer__framed .menu-item.parent a.ce-menu-item:before {
    border: 0px !important
  }

  .elementor-widget-ce-nav-menu.ce-nav-menu__breakpoint-tablet .ce-pointer__text .menu-item.parent a.ce-menu-item:hover {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important
  }

  .ce-pointer__text .menu-item.parent a.ce-menu-item:focus {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important
  }

  .ce-nav-menu__breakpoint-tablet.ce-nav-menu__align-justify .ce-nav-menu__layout-horizontal .ce-nav-menu li a.ce-menu-item, .ce-nav-menu__breakpoint-tablet.ce-nav-menu__align-justify .ce-nav-menu__layout-horizontal .ce-nav-menu li a.ce-sub-menu-item {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .ce-nav-menu__breakpoint-tablet.ce-nav-menu__align-justify .ce-nav-menu__layout-horizontal .ce-nav-menu li.elementor-button-wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

@media only screen and (max-width: 767px) {
  .ce-nav-menu__breakpoint-mobile.ce-nav-menu__align-justify .ce-nav-menu__layout-horizontal .ce-nav-menu li a.ce-menu-item, .ce-nav-menu__breakpoint-mobile.ce-nav-menu__align-justify .ce-nav-menu__layout-horizontal .ce-nav-menu li a.ce-sub-menu-item .ce-nav-menu__breakpoint-tablet.ce-nav-menu__align-justify .ce-nav-menu__layout-horizontal .ce-nav-menu li.elementor-button-wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .ce-nav-menu__breakpoint-mobile.ce-nav-toggle-yes .ce-layout-horizontal .ce-nav-menu__toggle, .ce-nav-menu__breakpoint-mobile.ce-nav-toggle-yes .ce-nav-menu__layout-horizontal .ce-nav-menu {
    visibility: visible;
    opacity: 1;
    display: block
  }

  .ce-nav-menu__breakpoint-mobile .ce-nav-menu__layout-horizontal li.menu-item, .ce-nav-menu__breakpoint-mobile .ce-nav-menu {
    width: 100%
  }

  .ce-nav-menu__breakpoint-mobile.ce-nav-toggle-yes .ce-layout-vertical .ce-nav-menu__toggle {
    display: inline-block
  }

  .ce-nav-menu__breakpoint-mobile .ce-nav-menu__layout-horizontal .ce-has-no-megamenu .sub-menu {
    position: relative;
    height: 0;
    top: 0
  }

  .ce-nav-menu .sub-menu {
    min-width: auto;
    margin: 0
  }

  .ce-nav-menu__breakpoint-mobile .ce-nav-menu__layout-horizontal .ce-nav-menu .menu-item-has-children:hover>.sub-menu, .ce-nav-menu__breakpoint-none .ce-nav-menu__layout-horizontal .ce-nav-menu .menu-item-has-children:hover>.sub-menu {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: none;
    transition: none
  }

  .ce-nav-menu__breakpoint-tablet .ce-nav-menu__layout-vertical {
    float: none
  }

  .ce-nav-menu__breakpoint-mobile.ce-nav-toggle-yes .ce-layout-vertical .ce-nav-menu__toggle.ce-active-menu {
    display: block
  }

  .ce-nav-menu__breakpoint-mobile.ce-nav-toggle-yes .ce-nav-menu__layout-horizontal, .ce-nav-menu__breakpoint-mobile.ce-nav-toggle-yes .ce-nav-menu__layout-vertical {
    visibility: hidden;
    opacity: 0;
    height: 0
  }

  .ce-nav-menu__breakpoint-mobile .ce-layout-horizontal .ce-nav-menu__toggle, .ce-nav-menu__breakpoint-mobile .ce-layout-vertical .ce-nav-menu__toggle {
    visibility: visible;
    opacity: 1;
    display: block
  }

  .ce-nav-menu__breakpoint-mobile .ce-nav-menu__layout-horizontal {
    visibility: hidden;
    opacity: 0;
    height: 0
  }

  .ce-nav-menu__breakpoint-mobile .ce-nav-menu__layout-vertical {
    float: none
  }

  .ce-nav-menu__breakpoint-mobile .ce-nav-menu__layout-horizontal .ce-has-no-megamenu .sub-menu, .ce-nav-menu__breakpoint-mobile .ce-nav-menu__layout-horizontal .ce-nav-menu {
    visibility: hidden;
    opacity: 0
  }

  .ce-nav-menu__breakpoint-mobile .ce-active-menu+.ce-nav-menu__layout-horizontal .ce-nav-menu {
    visibility: visible;
    opacity: 1
  }

  .ce-nav-menu__breakpoint-mobile .ce-nav-menu__layout-horizontal, .ce-nav-menu__breakpoint-mobile .ce-nav-menu__layout-vertical {
    visibility: hidden;
    opacity: 0;
    height: 0
  }

  .ce-nav-menu__breakpoint-mobile .ce-active-menu+.ce-nav-menu__layout-horizontal, .ce-nav-menu__breakpoint-mobile .ce-active-menu+.ce-nav-menu__layout-vertical {
    visibility: visible;
    opacity: 1;
    height: auto
  }

  .ce-nav-menu__breakpoint-mobile .ce-active-menu.ce-active-menu-full-width+.ce-nav-menu__layout-horizontal {
    position: absolute
  }

  .ce-nav-menu__breakpoint-mobile .ce-active-menu.ce-active-menu-full-width+.ce-nav-menu__layout-horizontal .ce-nav-menu {
    position: relative
  }

  .ce-nav-menu__breakpoint-mobile .ce-active-menu.ce-active-menu-full-width+.ce-nav-menu__layout-vertical {
    position: absolute
  }

  .ce-nav-menu__breakpoint-mobile .ce-nav-menu__layout-horizontal .menu-item-has-children .menu-item-has-children .sub-menu {
    top: 0;
    left: 0
  }

  .ce-nav-menu__breakpoint-mobile.ce-submenu-icon-arrow .ce-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before {
    content: ''
  }

  .ce-nav-menu__breakpoint-mobile.ce-submenu-icon-classic .ce-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before {
    content: ''
  }

  .ce-nav-menu__breakpoint-mobile.ce-submenu-icon-arrow .ce-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before {
    content: ''
  }

  .ce-nav-menu__breakpoint-mobile.ce-submenu-icon-classic .ce-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before {
    content: ''
  }

  .ce-nav-menu__breakpoint-mobile.ce-submenu-icon-plus .ce-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before {
    content: '-'
  }

  .ce-nav-menu__breakpoint-none.ce-submenu-icon-arrow .ce-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before {
    content: ''
  }

  .ce-nav-menu__breakpoint-none.ce-submenu-icon-classic .ce-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before {
    content: ""
  }

  .ce-nav-menu__breakpoint-none.ce-submenu-icon-arrow .ce-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.ce-menu-item .sub-arrow i:before {
    content: ''
  }

  .ce-nav-menu__breakpoint-none.ce-submenu-icon-classic .ce-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.ce-menu-item .sub-arrow i:before {
    content: ""
  }

  .ce-nav-menu__breakpoint-mobile .ce-nav-menu .sub-menu {
    -webkit-box-shadow: none;
    box-shadow: none
  }

  .ce-nav-menu__breakpoint-mobile.ce-nav-toggle-yes .ce-effect-1 .ce-nav-menu {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -ms-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86)
  }

  .ce-nav-menu__breakpoint-mobile .menu-is-active.ce-effect-1 .ce-nav-menu {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
  }

  .ce-nav-menu__breakpoint-mobile.ce-nav-toggle-yes .ce-effect-2 .ce-nav-menu {
    -webkit-transform: translateX(20%);
    -ms-transform: translateX(20%);
    transform: translateX(20%);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -ms-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86)
  }

  .ce-nav-menu__breakpoint-mobile .menu-is-active.ce-effect-2 .ce-nav-menu {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
  }

  .ce-nav-menu__breakpoint-mobile.ce-nav-toggle-yes .ce-effect-3 .ce-nav-menu {
    -webkit-transform: translateY(20%);
    -ms-transform: translateY(20%);
    transform: translateY(20%);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -ms-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86)
  }

  .ce-nav-menu__breakpoint-mobile .menu-is-active.ce-effect-3 .ce-nav-menu {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
  }

  .ce-nav-menu__breakpoint-mobile .saved-content, .ce-nav-menu__breakpoint-mobile .sub-menu, .ce-nav-menu__breakpoint-mobile .child {
    left: 0 !important;
    width: auto !important
  }

  .ce-nav-menu__breakpoint-tablet .saved-content, .ce-nav-menu__breakpoint-tablet .sub-menu, .ce-nav-menu__breakpoint-tablet .child {
    left: 0 !important;
    width: auto !important
  }

  .ce-submenu-animation-slide_up .ce-layout-horizontal .menu-item-has-children ul.sub-menu, .ce-submenu-animation-slide_up .ce-layout-horizontal .menu-item-has-children:hover ul.sub-menu {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }

  .ce-submenu-animation-slide_down .ce-layout-horizontal .menu-item-has-children ul.sub-menu, .ce-submenu-animation-slide_down .ce-layout-horizontal .menu-item-has-children:hover ul.sub-menu {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }

  .elementor-widget-ce-nav-menu.ce-nav-menu__breakpoint-tablet .ce-nav-menu-layout:not(.ce-pointer__framed) .menu-item.parent a.ce-menu-item:after, .elementor-widget-ce-nav-menu.ce-nav-menu__breakpoint-mobile .ce-nav-menu-layout:not(.ce-pointer__framed) .menu-item.parent a.ce-menu-item:after, .elementor-widget-ce-nav-menu.ce-nav-menu__breakpoint-tablet .ce-nav-menu-layout:not(.ce-pointer__framed) .menu-item.parent a.ce-menu-item:before, .elementor-widget-ce-nav-menu.ce-nav-menu__breakpoint-mobile .ce-nav-menu-layout:not(.ce-pointer__framed) .menu-item.parent a.ce-menu-item:before {
    background-color: unset !important
  }

  .elementor-widget-ce-nav-menu.ce-nav-menu__breakpoint-tablet .ce-pointer__framed .menu-item.parent a.ce-menu-item:before, .elementor-widget-ce-nav-menu.ce-nav-menu__breakpoint-mobile .ce-pointer__framed .menu-item.parent a.ce-menu-item:before {
    border: 0px !important
  }

  .elementor-widget-ce-nav-menu.ce-nav-menu__breakpoint-tablet .ce-pointer__text .menu-item.parent a.ce-menu-item:hover {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important
  }

  .ce-pointer__text .menu-item.parent a.ce-menu-item:focus, .elementor-widget-ce-nav-menu.ce-nav-menu__breakpoint-mobile .ce-pointer__text .menu-item.parent a.ce-menu-item:hover, .ce-pointer__text .menu-item.parent a.ce-menu-item:focus {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important
  }
}

@media (max-width: 1023px) {
  .ce-nav-menu__breakpoint-tablet .ce-nav-menu .ce-has-megamenu .ce-megamenu-wrapper {
    visibility: hidden;
    opacity: 0;
    height: 0
  }

  .ce-nav-menu__breakpoint-tablet .ce-nav-menu .ce-has-megamenu .ce-megamenu-wrapper li .sub-menu {
    visibility: hidden;
    opacity: 0;
    height: 0
  }

  .ce-nav-menu__breakpoint-tablet .ce-nav-menu .ce-has-no-megamenu.menu-item-has-children .sub-menu, .ce-nav-menu__breakpoint-tablet .ce-nav-menu .ce-has-megamenu .ce-megamenu-wrapper {
    box-shadow: none !important
  }

  .ce-nav-menu__breakpoint-tablet .ce-nav-menu__layout-horizontal .ce-nav-menu .menu-item-has-children:hover>.sub-menu {
    visibility: hidden;
    opacity: 0;
    height: 0
  }
}

@media (min-width: 1024px) {
  .ce-nav-menu__breakpoint-tablet .ce-nav-menu .ce-has-megamenu .ce-megamenu-wrapper {
    width: 100vw;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -ms-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86)
  }

  .ce-nav-menu__breakpoint-tablet .ce-nav-menu .ce-has-megamenu .ce-megamenu-wrapper>.sub-menu {
    margin: 0 auto;
    position: relative;
    display: flex;
    padding-top: 40px;
    padding-bottom: 40px
  }

  .ce-nav-menu__breakpoint-tablet .ce-nav-menu .ce-has-megamenu .ce-megamenu-wrapper>.sub-menu>li {
    flex: 1
  }

  .ce-nav-menu__breakpoint-tablet .ce-nav-menu .ce-has-megamenu .ce-megamenu-wrapper>.sub-menu>li .sub-arrow {
    display: none
  }

  .ce-nav-menu__breakpoint-tablet .ce-nav-menu .ce-has-megamenu .ce-megamenu-wrapper>.sub-menu>li .ce-has-submenu-container {
    padding-bottom: 0px
  }

  .ce-nav-menu__breakpoint-tablet .ce-nav-menu .ce-has-megamenu .ce-megamenu-wrapper>.sub-menu>li .ce-has-submenu-container a {
    font-weight: 500
  }

  .ce-nav-menu__breakpoint-tablet .ce-nav-menu .ce-has-megamenu .ce-megamenu-wrapper>.sub-menu>li .ce-has-submenu-container a:hover {
    background-color: inherit
  }

  .ce-nav-menu__breakpoint-tablet .ce-nav-menu .ce-has-megamenu .ce-megamenu-wrapper>.sub-menu ul {
    position: relative;
    left: 0;
    box-shadow: none;
    width: 100%
  }

  .ce-nav-menu__breakpoint-tablet .ce-nav-menu .ce-has-megamenu .ce-megamenu-wrapper>.sub-menu ul li {
    display: block
  }

  .ce-nav-menu__breakpoint-tablet .ce-nav-menu .ce-has-megamenu .ce-megamenu-wrapper>.sub-menu ul li a {
    opacity: 0.5
  }

  .ce-nav-menu__breakpoint-tablet .ce-nav-menu .ce-has-megamenu .ce-megamenu-wrapper>.sub-menu ul li a:hover {
    opacity: 1;
    background-color: inherit;
    color: inherit
  }

  .ce-nav-menu__breakpoint-tablet .ce-nav-menu .ce-has-megamenu .ce-megamenu-wrapper .ce-has-submenu-container>a:hover {
    background-color: rgba(0, 0, 0, 0)
  }

  .ce-nav-menu__breakpoint-tablet .ce-nav-menu .ce-has-megamenu:hover .ce-megamenu-wrapper {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -ms-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86)
  }

  .ce-nav-menu__breakpoint-tablet .ce-nav-menu .ce-has-megamenu:hover .ce-megamenu-wrapper ul {
    visibility: visible;
    opacity: 1
  }
}

.ce-submenu-animation-slide_up .ce-layout-horizontal .ce-has-megamenu>.ce-megamenu-wrapper {
  -webkit-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86)
}

.ce-submenu-animation-slide_up .ce-layout-horizontal .ce-has-megamenu:hover>.ce-megamenu-wrapper {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86)
}

body.ce-flyout-animating {
  -webkit-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86)
}

.ce-flyout-inner-hudson .ce-flyout-wrapper nav {
  position: relative;
  z-index: 99
}

@media (min-width: 1200px) {
  .ce-flyout-inner-hudson .ce-flyout-wrapper nav {
    padding-left: 100px
  }
}

.ce-flyout-inner-hudson .ce-flyout-wrapper nav .ce-nav-menu {
  max-height: 70vh;
  overflow-y: scroll
}

.ce-flyout-inner-hudson .ce-flyout-wrapper nav .ce-nav-menu::-webkit-scrollbar {
  display: none
}

.ce-flyout-inner-hudson .ce-flyout-wrapper nav ul li a {
  display: inline-block
}

.ce-flyout-inner-hudson .ce-flyout-wrapper nav ul li a span {
  padding-left: 12px;
  position: relative
}

.ce-flyout-inner-hudson .ce-flyout-wrapper nav ul li a i {
  font-size: 24px;
  line-height: 24px;
  opacity: 0.5;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86)
}

.ce-flyout-inner-hudson .ce-flyout-wrapper nav ul li a:hover i {
  opacity: 1
}

.ce-flyout-inner-hudson .ce-flyout-close {
  top: 40px;
  left: 40px
}

@media (min-width: 1200px) {
  .ce-flyout-inner-hudson .ce-flyout-close {
    left: 75px
  }
}

.ce-flyout-inner-hudson .ce-flyout-widget-area {
  position: absolute;
  bottom: 64px;
  display: none
}

@media (min-width: 1200px) {
  .ce-flyout-inner-hudson .ce-flyout-widget-area {
    left: 145px
  }
}

@media (min-width: 768px) {
  .ce-flyout-inner-hudson .ce-flyout-widget-area {
    display: block
  }
}

.ce-flyout-inner-hudson .ce-flyout-widget-area * {
  line-height: 1;
  height: auto
}

.ce-flyout-inner-hudson .ce-flyout-widget-area ul {
  list-style: none;
  margin: 0;
  padding: 0
}

.ce-flyout-inner-hudson .ce-flyout-widget-area ul li {
  display: inline-block;
  padding: 0 20px;
  height: 30px;
  line-height: 30px
}

.ce-flyout-inner-hudson .ce-flyout-widget-area ul li:first-child {
  padding-left: 0px
}

.ce-flyout-inner-hudson .ce-flyout-search-area {
  display: none;
  position: absolute;
  right: 40px;
  top: 28px;
  line-height: 38px;
  width: 50%;
  max-width: 370px
}

@media (min-width: 768px) {
  .ce-flyout-inner-hudson .ce-flyout-search-area {
    display: block
  }
}

.ce-flyout-inner-hudson .ce-flyout-search-area form {
  width: 100%
}

.ce-flyout-inner-hudson .ce-flyout-search-area form i {
  position: absolute;
  right: 20px;
  top: 0;
  line-height: 58px;
  opacity: 0.5
}

.ce-flyout-inner-hudson .ce-flyout-search-area input {
  border-radius: 4px;
  width: 100%;
  height: 58px;
  padding: 15px 20px;
  box-shadow: none;
  box-sizing: border-box
}

.ce-pointer__small_underline nav>ul>li {
  position: relative
}

.ce-pointer__small_underline nav>ul>li>a::before {
  content: "";
  width: 56px;
  height: 3px;
  background: #fff;
  left: 0px;
  bottom: -3px;
  position: absolute;
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86)
}

.ce-pointer__small_underline nav>ul>li.current-menu-item>a::before, .ce-pointer__small_underline nav>ul>li>a:hover::before {
  width: 100%
}

.ce-header--force-dark {
  color: #000 !important
}

.ce-header--force-dark header nav>ul>li:before {
  background: #000 !important
}

.ce-header--force-dark header nav>ul>li>a {
  color: #000 !important
}

.ce-header--force-dark header .elementor-heading-title {
  color: #000 !important
}

.ce-footer--force-dark {
  color: #000 !important
}

.ce-footer--force-dark footer nav>ul>li:before {
  background: #000 !important
}

.ce-footer--force-dark footer nav>ul>li>a {
  color: #000 !important
}

.ce-footer--force-dark footer .elementor-heading-title {
  color: #000 !important
}

@media (min-width: 1024px) {
  .ce-nav-menu.ce-text-orientation-vertical {
    transform: rotate(-90deg) translateY(-100%);
    left: 100%;
    position: absolute;
    transform-origin: 0 0;
    opacity: 0
  }
}

@media (min-width: 1024px) {
  .fixed-size-100-section {
    position: fixed !important;
    width: 100px !important
  }
}

@media (max-width: 991px) {
  .fixed-size-100-section {
    max-height: 116px
  }
}

.ce-nav-menu .ce-megamenu-wrapper li.parent-has-child {
  border-bottom: none !important
}

.ce-icon {
  display: inline-block
}

.ce-cart-menu-wrap-custom {
  display: inline-block;
  line-height: 1
}

.ce-cart-menu-wrap-custom .count {
  border-color: #75c32c;
  color: #75c32c;
  font-weight: bold;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  min-width: 2.1em;
  min-height: 2.1em;
  font-size: 0.860em;
  line-height: 1.8;
  border-radius: 0.3em 0.3em 0.3em 0.3em;
  border-width: 2px;
  border-style: solid;
  padding: 12px 24px
}

.ce-cart-menu-wrap-custom .count:after {
  border-color: #75c32c;
  color: #75c32c
}

.ce-cart-menu-wrap-default {
  display: inline-block;
  line-height: 1
}

.ce-cart-menu-wrap-default .count {
  border-color: #75c32c;
  color: #75c32c;
  font-weight: bold;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  min-width: 2.1em;
  min-height: 2.1em;
  font-size: 0.860em;
  line-height: 1.8;
  border-radius: 0em 0em 0.3em 0.3em;
  border-width: 2px;
  border-style: solid;
  padding: 0 .4em
}

.ce-cart-menu-wrap-default .count:after {
  border-color: #75c32c;
  color: #75c32c;
  bottom: 100%;
  margin-bottom: 0;
  height: .8em;
  width: .8em;
  left: 50%;
  transform: translateX(-50%);
  top: -.6em;
  content: ' ';
  position: absolute;
  pointer-events: none;
  border-width: 2px;
  border-style: solid;
  border-top-left-radius: 10em;
  border-top-right-radius: 10em;
  border-bottom: 0
}

.elementor-widget-ce-cart:not(.ce-menu-cart--show-subtotal-yes) .ce-menu-cart__toggle .elementor-button-text {
  display: none
}

.elementor-widget-ce-cart.toggle-icon--bag-light .ce-menu-cart__toggle .elementor-button-icon i:before {
  content: '\e8e3'
}

.elementor-widget-ce-cart.toggle-icon--bag-medium .ce-menu-cart__toggle .elementor-button-icon i:before {
  content: '\e8e4'
}

.elementor-widget-ce-cart.toggle-icon--bag-solid .ce-menu-cart__toggle .elementor-button-icon i:before {
  content: '\e8e5'
}

.ce-menu-cart__toggle .elementor-button {
  background: transparent;
  border-radius: 0;
  color: #818a91;
  border: 1px solid;
  border-color: inherit;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.ce-menu-cart__toggle .elementor-button-text {
  margin-right: 0.3em
}

.ce-menu-cart__toggle .elementor-button-icon {
  position: relative;
  -webkit-transition: color 0.1s;
  -o-transition: color 0.1s;
  transition: color 0.1s
}

.ce-menu-cart--items-indicator-bubble .ce-menu-cart__toggle .elementor-button-icon[data-counter]:before {
  content: attr(data-counter);
  display: block;
  position: absolute;
  min-width: 1.6em;
  height: 1.6em;
  line-height: 1.5em;
  top: -0.7em;
  right: -0.7em;
  border-radius: 100%;
  color: #fff;
  background-color: #d9534f;
  text-align: center;
  font-size: 10px
}

.ce-menu-cart--items-indicator-plain .ce-menu-cart__toggle .elementor-button-icon[data-counter]:before {
  content: attr(data-counter);
  display: inline-block;
  font-weight: normal
}

.ce-menu-cart--empty-indicator-hide .ce-menu-cart__toggle .elementor-button .elementor-button-icon[data-counter]:before {
  content: none;
  display: none
}

.ce-menu-cart__toggle .elementor-button-icon {
  -webkit-box-ordinal-group: 16;
  -webkit-order: 15;
  -ms-flex-order: 15;
  order: 15
}

.ce-menu-cart__toggle.elementor-button-wrapper .elementor-button {
  color: #4d4848
}

.ce-site-logo .ce-site-logo-container {
  line-height: 1
}

.ce-portfolio-style-beas .ce-portfolio-item {
  text-align: left;
  position: relative
}

.ce-portfolio-style-beas .ce-portfolio-item h3 {
  font-size: 20px;
  line-height: 32px;
  color: #fff
}

.ce-portfolio-style-beas .ce-portfolio-item .entry-media {
  position: relative
}

.ce-portfolio-style-beas .image-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999
}

.ce-portfolio-style-beas .entry-media {
  display: block
}

.ce-portfolio-style-beas .portfolio-categories {
  text-align: left
}

.ce-portfolio-style-beas .entry-wrapper-content {
  padding: 0 20px;
  display: block;
  position: relative;
  max-width: 570px;
  margin: 0 auto;
  width: 100%;
  left: 0;
  margin-top: -58px;
  z-index: 9999
}

.ce-portfolio-style-beas .entry-wrapper-content .entry-content {
  background: #000;
  padding: 32px 30px;
  height: 116px
}

.ce-portfolio-style-beas .entry-wrapper-content .entry-content h5 {
  color: #fff
}

.ce-portfolio-style-beas .entry-wrapper-content .entry-content h6 {
  color: #fff
}

.ce-portfolio-style-beas.ce-portfolio-carousel[data-center="1"] .ce-portfolio-item .grid-holder {
  display: flex
}

@media (min-width: 1024px) {
  .ce-portfolio-style-beas.ce-portfolio-carousel[data-center="1"] .ce-portfolio-item .grid-holder {
    min-height: 630px;
    align-items: flex-end
  }
}

.ce-portfolio-style-beas.ce-portfolio-carousel[data-center="1"] .ce-portfolio-item .grid-holder-inner {
  display: inline-block;
  margin: 0 auto;
  max-width: 100%
}

@media (min-width: 1024px) {
  .ce-portfolio-style-beas.ce-portfolio-carousel[data-center="1"] .ce-portfolio-item .entry-content {
    opacity: 0;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -ms-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86)
  }
}

.ce-portfolio-style-beas.ce-portfolio-carousel[data-center="1"] .ce-portfolio-item .entry-media {
  position: relative;
  overflow: hidden
}

.ce-portfolio-style-beas.ce-portfolio-carousel[data-center="1"] .ce-portfolio-item .post-thumbnail {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86)
}

@media (min-width: 1024px) {
  .ce-portfolio-style-beas.ce-portfolio-carousel[data-center="1"] .ce-portfolio-item .post-thumbnail {
    width: 570px;
    height: 380px;
    max-width: 100%
  }
}

.ce-portfolio-style-beas.ce-portfolio-carousel[data-center="1"] .ce-portfolio-item .post-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative
}

.ce-portfolio-style-beas.ce-portfolio-carousel[data-center="1"] .ce-portfolio-item.centered .entry-content {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px)
}

@media (min-width: 1024px) {
  .ce-portfolio-style-beas.ce-portfolio-carousel[data-center="1"] .ce-portfolio-item.centered .post-thumbnail {
    width: 770px;
    height: 514px
  }
}

.ce-portfolio-style-beas.ce-portfolio-carousel[data-center="1"] .ce-portfolio-item .ce-portfolio-carousel-controls {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 30px;
  color: #fff
}

.ce-portfolio-style-beas.ce-portfolio-carousel[data-center="1"] .ce-portfolio-item .ce-portfolio-carousel-controls a {
  padding: 0 8px
}

.ce-portfolio-style-beas.ce-portfolio-carousel[data-center="1"] .ce-portfolio-item .ce-portfolio-carousel-controls a.ce-next {
  padding-right: 0px
}

@media (min-width: 767px) and (max-width: 1023px) {
  .ce-portfolio-style-beas.ce-portfolio-carousel[data-center="1"] .ce-portfolio-item .ce-portfolio-carousel-controls {
    display: none
  }
}

.ce-portfolio-style-jasper .ce-portfolio-item .entry-media .post-thumbnail {
  display: inline-block;
  position: relative
}

@media (max-width: 991px) {
  .ce-portfolio-style-jasper .ce-portfolio-item .entry-media .post-thumbnail {
    width: 100%
  }

  .ce-portfolio-style-jasper .ce-portfolio-item .entry-media .post-thumbnail img {
    max-width: none;
    width: 100%
  }
}

.ce-portfolio-style-jasper .ce-portfolio-item .entry-media .post-thumbnail h5 {
  position: absolute;
  bottom: 37px;
  left: 0;
  width: 100%;
  font-size: 48px;
  font-weight: 400;
  line-height: 60px;
  letter-spacing: -0.04em
}

.ce-portfolio-style-jasper .ce-portfolio-item .entry-media .post-thumbnail h6 {
  margin-top: 12px
}

.ce-portfolio-style-jasper .ce-portfolio-item .image-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999
}

.ce-portfolio-style-ishmi .entry-media {
  position: relative
}

.ce-portfolio-style-ishmi .entry-media .post-thumbnail {
  display: inline-block;
  position: relative;
  overflow: hidden
}

.ce-portfolio-style-ishmi .entry-media .post-thumbnail .wrapper {
  -webkit-transform: translate(0, 100%) scale(1);
  -ms-transform: translate(0, 100%) scale(1);
  transform: translate(0, 100%) scale(1);
  -webkit-transition: all 1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: all 1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  overflow: hidden
}

.ce-portfolio-style-ishmi .entry-media .post-thumbnail:before {
  content: "";
  background: #F8DED2;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%
}

.ce-portfolio-style-ishmi .entry-media img {
  margin: 0px;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: all 1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 1s cubic-bezier(0.785, 0.135, 0.15, 0.86)
}

.ce-portfolio-style-ishmi .ce-portfolio-item:hover .post-thumbnail .wrapper {
  -webkit-transform: scale(var(--image-ratio-x), var(--image-ratio-y));
  -ms-transform: scale(var(--image-ratio-x), var(--image-ratio-y));
  transform: scale(var(--image-ratio-x), var(--image-ratio-y))
}

.ce-portfolio-style-ishmi .ce-portfolio-item:hover .post-thumbnail .wrapper img {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3)
}

.ce-portfolio-style-ishmi .ce-portfolio-item.ce-animation-start .post-thumbnail:before {
  -webkit-transform: translate(0, 0%);
  -ms-transform: translate(0, 0%);
  transform: translate(0, 0%)
}

.ce-portfolio-style-ishmi .ce-portfolio-item.ce-animation-start .wrapper {
  -webkit-transform: translate(0, 0) scale(1);
  -ms-transform: translate(0, 0) scale(1);
  transform: translate(0, 0) scale(1)
}

.ce-portfolio-style-ishmi .image-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999
}

.ce-portfolio-style-ishmi .data {
  margin-top: 64px;
  display: flex;
  max-width: 300px;
  justify-content: space-between;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px
}

.ce-portfolio-style-ishmi .data .categories {
  padding-left: 30px;
  text-transform: uppercase
}

.ce-portfolio-style-ishmi .title {
  position: relative;
  display: flex;
  align-items: center;
  height: 100px;
  margin-top: 24px
}

.ce-portfolio-style-ishmi .title .number {
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 100;
  font-size: 120px;
  line-height: 100px;
  letter-spacing: -0.04em;
  color: #FFFFFF;
  z-index: 0
}

.ce-portfolio-style-ishmi .title a {
  position: relative;
  z-index: 9
}

.ce-portfolio-style-ishmi.ce-portfolio-predefined--block_2 .ce-portfolio-item:nth-child(9n+8) .title {
  margin-left: 100px
}

.ce-portfolio-style-ishmi.ce-portfolio-predefined--block_2 .ce-portfolio-item:nth-child(3n+3) .grid-holder-inner .entry-wrapper-content .title {
  margin-left: 70px
}

.ce-portfolio-style-ishmi .ce-animation .entry-content {
  -webkit-transform: translate(0, 30px);
  -ms-transform: translate(0, 30px);
  transform: translate(0, 30px);
  opacity: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-delay: 0.6s
}

.ce-portfolio-style-ishmi .ce-animation.ce-animation-start .entry-content {
  -webkit-transform: translate(0, 0px);
  -ms-transform: translate(0, 0px);
  transform: translate(0, 0px);
  opacity: 1
}

.ce-portfolio-style-amber .portfolio-title {
  margin-top: 24px
}

.ce-portfolio-style-amber .image-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999
}

.ce-portfolio-style-amber .portfolio-categories {
  margin-top: 8px
}

.ce-portfolio-style-amber .entry-media {
  position: relative
}

.ce-portfolio-style-amber .post-thumbnail {
  display: inline-block;
  position: relative;
  overflow: hidden
}

.ce-portfolio-style-amber .post-thumbnail .wrapper {
  -webkit-transform: translate(0, 100%) scale(1);
  -ms-transform: translate(0, 100%) scale(1);
  transform: translate(0, 100%) scale(1);
  -webkit-transition: all 1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: all 1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  overflow: hidden
}

.ce-portfolio-style-amber .post-thumbnail:before {
  content: "";
  background: #F8DED2;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%
}

.ce-portfolio-style-amber .post-thumbnail img {
  margin: 0px;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: all 1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 1s cubic-bezier(0.785, 0.135, 0.15, 0.86)
}

.ce-portfolio-style-amber .ce-portfolio-item:hover .post-thumbnail .wrapper {
  -webkit-transform: scale(var(--image-ratio-x), var(--image-ratio-y));
  -ms-transform: scale(var(--image-ratio-x), var(--image-ratio-y));
  transform: scale(var(--image-ratio-x), var(--image-ratio-y))
}

.ce-portfolio-style-amber .ce-portfolio-item:hover .post-thumbnail .wrapper img {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3)
}

.ce-portfolio-style-amber .ce-portfolio-item.ce-animation-start .post-thumbnail:before {
  -webkit-transform: translate(0, 0%);
  -ms-transform: translate(0, 0%);
  transform: translate(0, 0%)
}

.ce-portfolio-style-amber .ce-portfolio-item.ce-animation-start .wrapper {
  -webkit-transform: translate(0, 0) scale(1);
  -ms-transform: translate(0, 0) scale(1);
  transform: translate(0, 0) scale(1)
}

.ce-portfolio-style-erzen .entry-wrapper-content {
  display: none
}

.ce-portfolio-style-erzen .post-thumbnail {
  display: inline-block;
  position: relative;
  overflow: hidden
}

.ce-portfolio-style-erzen .post-thumbnail .wrapper {
  -webkit-transform: translate(0, 100%) scale(1);
  -ms-transform: translate(0, 100%) scale(1);
  transform: translate(0, 100%) scale(1);
  -webkit-transition: all 1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: all 1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  overflow: hidden
}

.ce-portfolio-style-erzen .post-thumbnail:before {
  content: "";
  background: #F8DED2;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%
}

.ce-portfolio-style-erzen .post-thumbnail img {
  margin: 0px;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: all 1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 1s cubic-bezier(0.785, 0.135, 0.15, 0.86)
}

.ce-portfolio-style-erzen .ce-portfolio-item:hover .post-thumbnail .wrapper {
  -webkit-transform: scale(var(--image-ratio-x), var(--image-ratio-y));
  -ms-transform: scale(var(--image-ratio-x), var(--image-ratio-y));
  transform: scale(var(--image-ratio-x), var(--image-ratio-y))
}

.ce-portfolio-style-erzen .ce-portfolio-item:hover .post-thumbnail .wrapper img {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3)
}

.ce-portfolio-style-erzen .ce-portfolio-item.ce-animation-start .post-thumbnail:before {
  -webkit-transform: translate(0, 0%);
  -ms-transform: translate(0, 0%);
  transform: translate(0, 0%)
}

.ce-portfolio-style-erzen .ce-portfolio-item.ce-animation-start .wrapper {
  -webkit-transform: translate(0, 0) scale(1);
  -ms-transform: translate(0, 0) scale(1);
  transform: translate(0, 0) scale(1)
}

.ce-portfolio-style-erzen .image-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999
}

@media (max-width: 991px) {
  .ce-portfolio-style-erzen .grid-holder {
    width: 100%;
    display: flex;
    justify-content: center
  }
}

body.ce-portfolio-follow-erzen .ce-fixed-follow .portfolio-title {
  font-weight: 500;
  font-size: 32px;
  line-height: 36px;
  letter-spacing: 0;
  text-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0
}

body.ce-portfolio-follow-erzen .ce-fixed-follow.is-active .portfolio-title {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1)
}

body.ce-portfolio-follow-erzen .ce-fixed-follow .portfolio-categories {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  margin-top: 8px;
  letter-spacing: 0;
  text-transform: uppercase;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0
}

body.ce-portfolio-follow-erzen .ce-fixed-follow .image-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999
}

body.ce-portfolio-follow-erzen .ce-fixed-follow.is-active .portfolio-categories {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.25ms
}

.ce-portfolio-style-alder {
  position: relative;
  margin-bottom: 0px
}

.ce-portfolio-style-alder .inner-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05)
}

.ce-portfolio-style-alder .inner-box .image {
  position: relative
}

.ce-portfolio-style-alder .inner-box .image img {
  position: relative;
  width: 100%;
  display: block
}

.ce-portfolio-style-alder .inner-box .image .overlay-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  padding: 20px 20px;
  text-align: center;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  opacity: 0;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center
}

.ce-portfolio-style-alder .inner-box .image .overlay-box:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  display: block;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  background-color: rgba(29, 43, 54, 0.5)
}

.ce-portfolio-style-alder .inner-box .image .overlay-box .overlay-inner {
  position: relative;
  height: 100%
}

.ce-portfolio-style-alder .inner-box .image .overlay-box .overlay-inner i:before {
  font-size: 30px;
  color: #ffffff
}

.ce-portfolio-style-alder .inner-box .image .overlay-box h6 {
  font-size: 18px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  right: 0px;
  color: #ffffff;
  font-weight: 500;
  line-height: 1.3em
}

.ce-portfolio-style-alder .inner-box .image .overlay-box h6 a {
  position: relative;
  color: #ffffff
}

.ce-portfolio-style-alder .inner-box .image .overlay-box .plus {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease
}

.ce-portfolio-style-alder .inner-box:hover .image .overlay-box {
  opacity: 1;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center
}

.ce-portfolio-style-simple h4 {
  margin-top: 16px
}

.ce-portfolio-style-simple .image-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999
}

.ce-portfolio-style-remake .post-thumbnail {
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.02);
  border-radius: 10px;
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86)
}

.ce-portfolio-style-remake .post-thumbnail img {
  border-radius: 10px
}

.ce-portfolio-style-remake .entry-media {
  position: relative
}

.ce-portfolio-style-remake .overlay {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86)
}

.ce-portfolio-style-remake .overlay a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center
}

.ce-portfolio-style-remake .overlay a svg {
  margin-top: 2px;
  margin-left: 8px
}

.ce-portfolio-style-remake .ce-portfolio-item:hover .post-thumbnail {
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.05)
}

.ce-portfolio-style-remake .ce-portfolio-item:hover .overlay {
  opacity: 1
}

.ce-portfolio-style-remake .entry-wrapper-content {
  margin-top: 40px
}

.ce-portfolio-style-remake .entry-wrapper-content .entry-content {
  display: flex
}

.ce-portfolio-style-remake .entry-wrapper-content h6 {
  font-size: 16px;
  line-height: 28px;
  color: #000;
  opacity: 0.5;
  text-transform: capitalize;
  letter-spacing: 0;
  font-weight: 400;
  width: 100px
}

.ce-portfolio-style-remake .entry-wrapper-content h3 {
  font-size: 36px;
  line-height: 48px;
  letter-spacing: -0.04em;
  color: #000000
}

.ce-portfolio-style-remake #ce-portfolio-item-2674 .overlay, .ce-portfolio-style-remake #ce-portfolio-item-2677 .overlay, .ce-portfolio-style-remake #ce-portfolio-item-2676 .overlay, .ce-portfolio-style-remake #ce-portfolio-item-2673 .overlay {
  background: rgba(0, 0, 0, 0.8)
}

.ce-portfolio-style-remake #ce-portfolio-item-2674 .overlay a, .ce-portfolio-style-remake #ce-portfolio-item-2677 .overlay a, .ce-portfolio-style-remake #ce-portfolio-item-2676 .overlay a, .ce-portfolio-style-remake #ce-portfolio-item-2673 .overlay a {
  color: #fff
}

.ce-portfolio-style-remake #ce-portfolio-item-2674 .overlay svg, .ce-portfolio-style-remake #ce-portfolio-item-2677 .overlay svg, .ce-portfolio-style-remake #ce-portfolio-item-2676 .overlay svg, .ce-portfolio-style-remake #ce-portfolio-item-2673 .overlay svg {
  fill: #fff;
  stroke: #fff
}

.ce-portfolio-style-bygge .overlay-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: opacity 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: opacity 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: opacity 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  display: flex;
  align-items: flex-end;
  text-align: left !important
}

.ce-portfolio-style-bygge .overlay-box .portfolio-categories {
  font-size: 12px;
  font-weight: 500;
  color: #b2bdc6;
  letter-spacing: 0.2em;
  text-transform: uppercase
}

.ce-portfolio-style-bygge .overlay-box h4 {
  font-size: 22px;
  color: #fff
}

.ce-portfolio-style-bygge .overlay-box .link {
  font-size: 12px;
  font-weight: 500;
  color: #b2bdc6;
  letter-spacing: 0.2em;
  text-transform: uppercase
}

.ce-portfolio-style-bygge .overlay-box .link i {
  margin-left: 5px;
  color: var(--codeless-primary-color)
}

.ce-portfolio-style-bygge .overlay-box .overlay-inner {
  opacity: 0;
  transform: translateY(10px);
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86)
}

.ce-portfolio-style-bygge .ce-portfolio-item {
  position: relative
}

.ce-portfolio-style-bygge .ce-portfolio-item .inner-box {
  position: relative
}

.ce-portfolio-style-bygge .ce-portfolio-item:hover .overlay-box {
  opacity: 1
}

.ce-portfolio-style-bygge .ce-portfolio-item:hover .overlay-inner {
  opacity: 1;
  transform: translateY(0)
}

.ce-portfolio-style-hoverimg .entry-content .number {
  font-size: 12px;
  color: #657078;
  font-weight: 500
}

.ce-portfolio-style-hoverimg .entry-content .portfolio-title {
  font-size: 36px;
  padding-top: 17px;
  padding-bottom: 27px;
  margin-bottom: 22px;
  border-bottom: 1px solid var(--codeless-border-color);
  position: relative
}

.ce-portfolio-style-hoverimg .entry-content .portfolio-title:after {
  content: "";
  width: 25px;
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom: -1px;
  left: 0
}

.ce-portfolio-style-hoverimg .post-thumbnail {
  display: none;
  position: relative;
  overflow: hidden
}

.ce-portfolio-style-hoverimg .post-thumbnail .wrapper {
  -webkit-transform: translate(0, 100%) scale(1);
  -ms-transform: translate(0, 100%) scale(1);
  transform: translate(0, 100%) scale(1);
  -webkit-transition: all 1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: all 1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 1s cubic-bezier(0.785, 0.135, 0.15, 0.86)
}

.ce-portfolio-style-hoverimg .post-thumbnail:before {
  content: "";
  background: #F8DED2;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%
}

.ce-portfolio-style-hoverimg .post-thumbnail img {
  margin: 0px;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: all 1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 1s cubic-bezier(0.785, 0.135, 0.15, 0.86)
}

.ce-portfolio-style-hoverimg .ce-portfolio-item:hover .post-thumbnail .wrapper {
  -webkit-transform: scale(var(--image-ratio-x), var(--image-ratio-y));
  -ms-transform: scale(var(--image-ratio-x), var(--image-ratio-y));
  transform: scale(var(--image-ratio-x), var(--image-ratio-y))
}

.ce-portfolio-style-hoverimg .ce-portfolio-item:hover .post-thumbnail .wrapper img {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3)
}

.ce-portfolio-style-hoverimg .ce-portfolio-item.ce-animation-start .post-thumbnail:before {
  -webkit-transform: translate(0, 0%);
  -ms-transform: translate(0, 0%);
  transform: translate(0, 0%)
}

.ce-portfolio-style-hoverimg .ce-portfolio-item.ce-animation-start .wrapper {
  -webkit-transform: translate(0, 0) scale(1);
  -ms-transform: translate(0, 0) scale(1);
  transform: translate(0, 0) scale(1)
}

.ce-portfolio-style-hoverimg .image-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999
}

@media (max-width: 991px) {
  .ce-portfolio-style-hoverimg .grid-holder {
    width: 100%;
    display: flex;
    justify-content: center
  }
}

body.ce-portfolio-follow-hoverimg .ce-fixed-follow .wrapper {
  box-shadow: -19px 50px 40px rgba(0, 0, 0, 0.2)
}

.ce-portfolio-style-bygge2 .image {
  height: 70vh;
  position: relative
}

.ce-portfolio-style-bygge2 .image img {
  object-fit: cover;
  position: relative;
  width: 100%;
  height: 100%
}

.ce-portfolio-style-bygge2 .overlay-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  display: flex;
  text-align: center;
  justify-content: center;
  padding: 40px 70px;
  align-items: self-end
}

.ce-portfolio-style-bygge2 .overlay-box:after {
  content: "";
  background: #000;
  background: linear-gradient(0deg, rgba(21, 32, 37, 0.7) 0%, rgba(21, 32, 87, 0) 100%);
  position: absolute;
  left: 0;
  top: 20%;
  z-index: 9;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86)
}

.ce-portfolio-style-bygge2 .overlay-box .overlay-inner {
  z-index: 99;
  position: relative;
  max-width: 580px
}

.ce-portfolio-style-bygge2 .overlay-box h3 {
  color: #fff;
  font-size: 48px;
  line-height: 58px;
  margin-bottom: 10px
}

.ce-portfolio-style-bygge2 .overlay-box h3 a:hover {
  color: #fff !important
}

.ce-portfolio-style-bygge2 .overlay-box .desc {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 17px;
  font-size: 16px
}

.ce-portfolio-style-bygge2 .overlay-box .link {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 15px;
  display: block;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-weight: 500
}

.ce-portfolio-style-bygge2 .overlay-box .link i {
  color: var(--codeless-primary-color);
  margin-left: 5px
}

.ce-portfolio-style-bygge2 .ce-portfolio-item:nth-child(odd) .overlay-box {
  justify-content: center;
  text-align: center
}

.ce-portfolio-style-bygge2 .ce-portfolio-item:hover .overlay-box:after {
  top: 0
}

.ce-portfolio-style-bygge3 .overlay-box {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 160px;
  padding: 30px;
  background: var(--codeless-secondary-color);
  opacity: 0.9;
  -webkit-transition: opacity 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: opacity 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: opacity 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  display: flex;
  align-items: flex-end;
  text-align: left !important
}

.ce-portfolio-style-bygge3 .overlay-box .portfolio-categories {
  font-size: 12px;
  font-weight: 500;
  color: #b2bdc6;
  letter-spacing: 0.2em;
  text-transform: uppercase
}

.ce-portfolio-style-bygge3 .overlay-box h4 {
  font-size: 22px;
  color: #fff
}

.ce-portfolio-style-bygge3 .overlay-box .link {
  font-size: 12px;
  font-weight: 500;
  margin-top: 15px;
  display: block;
  color: #b2bdc6;
  letter-spacing: 0.2em;
  text-transform: uppercase
}

.ce-portfolio-style-bygge3 .overlay-box .link i {
  margin-left: 5px;
  color: var(--codeless-primary-color)
}

.ce-portfolio-style-bygge3 .ce-portfolio-item {
  position: relative
}

.ce-portfolio-style-bygge3 .ce-portfolio-item .inner-box {
  position: relative
}

.ce-portfolio-style-bygge-projects .ce-portfolio-item {
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative
}

.ce-portfolio-style-bygge-projects .ce-portfolio-item .portfolio-title {
  display: inline-block
}

.ce-portfolio-style-bygge-projects .ce-portfolio-item .portfolio-title a {
  opacity: 0.5;
  transform: scale(1);
  transform-origin: 0 0;
  display: block;
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86)
}

.ce-portfolio-style-bygge-projects .ce-portfolio-item .portfolio-categories {
  margin-top: 20px;
  opacity: 0;
  display: inline-block;
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px)
}

.ce-portfolio-style-bygge-projects .ce-portfolio-item .cl-view-more {
  background: #1c242a;
  color: #fff;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  opacity: 0;
  right: -50px;
  top: -10px;
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  transform: translateX(-30px)
}

.ce-portfolio-style-bygge-projects .ce-portfolio-item .cl-view-more i {
  color: #ff6225;
  margin-left: 5px
}

.ce-portfolio-style-bygge-projects .ce-portfolio-item:hover .portfolio-title a {
  opacity: 0.5;
  transform: scale(1.1);
  opacity: 1;
  color: #fff !important
}

.ce-portfolio-style-bygge-projects .ce-portfolio-item:hover .portfolio-categories {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px)
}

.ce-portfolio-style-bygge-projects .ce-portfolio-item:hover .cl-view-more {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px)
}

.ce-portfolio-carousel-controls a {
  width: 90px;
  height: 90px;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 50%;
  margin-top: -45px;
  transform: scale(1);
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86)
}

.ce-portfolio-carousel-controls a.ce-prev {
  left: 0;
  box-shadow: 1px 5px 20px rgba(0, 0, 0, 0.05)
}

.ce-portfolio-carousel-controls a.ce-prev:after {
  content: "";
  background: url("../../assets/images/left.png") center no-repeat;
  width: 90px;
  height: 90px;
  position: absolute;
  z-index: 99
}

.ce-portfolio-carousel-controls a.ce-next {
  right: 0;
  box-shadow: 1px 5px 20px rgba(0, 0, 0, 0.05)
}

.ce-portfolio-carousel-controls a.ce-next:after {
  content: "";
  background: url("../../assets/images/right.png") center no-repeat;
  width: 90px;
  height: 90px;
  position: absolute;
  z-index: 99
}

.ce-portfolio-carousel-controls a:hover {
  transform: scale(0.95)
}

.extra_fix_nav_1 .ce-portfolio-carousel-controls a.ce-prev {
  left: 0
}

.extra_fix_nav_1 .ce-portfolio-carousel-controls a.ce-next {
  right: 0
}

.ce-portfolio-grid .ce-portfolio-item {
  width: 100%
}

@media (min-width: 1024px) {
  .ce-portfolio-grid[data-columns="2"] .ce-portfolio-item {
    width: 50%
  }

  .ce-portfolio-grid[data-columns="3"] .ce-portfolio-item {
    width: calc(100% / 3)
  }

  .ce-portfolio-grid[data-columns="4"] .ce-portfolio-item {
    width: 25%
  }

  .ce-portfolio-grid[data-columns="5"] .ce-portfolio-item {
    width: 20%
  }
}

.ce-portfolio-grid[data-module="predefined"].ce-portfolio-predefined--block_1 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  overflow: hidden
}

.ce-portfolio-grid[data-module="predefined"].ce-portfolio-predefined--block_1 .ce-portfolio-item {
  width: 100%
}

@media (min-width: 1024px) {
  .ce-portfolio-grid[data-module="predefined"].ce-portfolio-predefined--block_1 .ce-portfolio-item {
    width: calc(100% / 3)
  }
}

@media (max-width: 1024px) {
  .ce-portfolio-grid[data-module="predefined"].ce-portfolio-predefined--block_1 .ce-portfolio-item .entry-media {
    display: flex;
    justify-content: center
  }
}

@media (max-width: 991px) {
  .ce-portfolio-grid[data-module="predefined"].ce-portfolio-predefined--block_1 .ce-portfolio-item {
    padding: 30px 0
  }
}

@media (min-width: 1200px) {
  .ce-portfolio-grid[data-module="predefined"].ce-portfolio-predefined--block_1 .ce-portfolio-item {
    padding: 0px 15px
  }

  .ce-portfolio-grid[data-module="predefined"].ce-portfolio-predefined--block_1 .ce-portfolio-item .entry-media {
    display: flex
  }

  .ce-portfolio-grid[data-module="predefined"].ce-portfolio-predefined--block_1 .ce-portfolio-item:nth-child(3) .entry-media {
    justify-content: flex-end
  }

  .ce-portfolio-grid[data-module="predefined"].ce-portfolio-predefined--block_1 .ce-portfolio-item:nth-child(5) .post-thumbnail {
    left: 100px
  }
}

@media (max-width: 991px) {
  .ce-portfolio-grid[data-module="predefined"].ce-portfolio-predefined--block_1 .ce-portfolio-item.rellax {
    transform: translate3d(0, 0, 0) !important
  }
}

.ce-portfolio-grid[data-module="predefined"].ce-portfolio-predefined--block_1[data-parallax="1"] {
  padding-top: 100px;
  padding-bottom: 100px
}

@media (min-width: 1024px) {
  .ce-portfolio-grid[data-module="predefined"].ce-portfolio-predefined--block_2 {
    display: grid;
    grid-template-columns: repeat(16, calc(100% / 16));
    grid-row-gap: 160px
  }

  .ce-portfolio-grid[data-module="predefined"].ce-portfolio-predefined--block_2 .ce-portfolio-item:nth-child(9n+1) {
    grid-column: 1 / 7
  }

  .ce-portfolio-grid[data-module="predefined"].ce-portfolio-predefined--block_2 .ce-portfolio-item:nth-child(9n+1) .title {
    margin-left: 100px
  }

  .ce-portfolio-grid[data-module="predefined"].ce-portfolio-predefined--block_2 .ce-portfolio-item:nth-child(9n+2) {
    grid-column: 13 / 17
  }

  .ce-portfolio-grid[data-module="predefined"].ce-portfolio-predefined--block_2 .ce-portfolio-item:nth-child(3n+3) {
    grid-column: 2 / 15
  }

  .ce-portfolio-grid[data-module="predefined"].ce-portfolio-predefined--block_2 .ce-portfolio-item:nth-child(3n+3) .grid-holder-inner {
    display: flex
  }

  .ce-portfolio-grid[data-module="predefined"].ce-portfolio-predefined--block_2 .ce-portfolio-item:nth-child(3n+3) .grid-holder-inner .entry-media {
    flex: 10;
    padding-right: 65px
  }

  .ce-portfolio-grid[data-module="predefined"].ce-portfolio-predefined--block_2 .ce-portfolio-item:nth-child(3n+3) .grid-holder-inner .entry-wrapper-content {
    padding-left: 40px;
    flex: 6
  }

  .ce-portfolio-grid[data-module="predefined"].ce-portfolio-predefined--block_2 .ce-portfolio-item:nth-child(9n+4) {
    grid-column: 1 / 5
  }

  .ce-portfolio-grid[data-module="predefined"].ce-portfolio-predefined--block_2 .ce-portfolio-item:nth-child(9n+5) {
    grid-column: 11 / 15
  }

  .ce-portfolio-grid[data-module="predefined"].ce-portfolio-predefined--block_2 .ce-portfolio-item:nth-child(9n+7) {
    grid-column: 1 / 5
  }

  .ce-portfolio-grid[data-module="predefined"].ce-portfolio-predefined--block_2 .ce-portfolio-item:nth-child(9n+8) {
    grid-column: 11 / 17
  }
}

@media (max-width: 991px) {
  .ce-portfolio-grid[data-module="predefined"].ce-portfolio-predefined--block_2 .ce-portfolio-item {
    margin-top: 60px;
    margin-bottom: 60px
  }

  .ce-portfolio-grid[data-module="predefined"].ce-portfolio-predefined--block_2 .ce-portfolio-item.rellax {
    transform: translate3d(0, 0, 0) !important
  }

  .ce-portfolio-grid[data-module="predefined"].ce-portfolio-predefined--block_2 .ce-portfolio-item .grid-holder {
    display: flex;
    justify-content: center
  }
}

@media (min-width: 1024px) {
  .ce-portfolio-grid[data-module="predefined"].ce-portfolio-predefined--block_3 {
    display: grid;
    grid-template-columns: repeat(2, calc(100% / 2))
  }

  .ce-portfolio-grid[data-module="predefined"].ce-portfolio-predefined--block_3 .ce-portfolio-item {
    margin-bottom: 110px
  }

  .ce-portfolio-grid[data-module="predefined"].ce-portfolio-predefined--block_3 .ce-portfolio-item:last-child {
    margin-bottom: 0px
  }

  .ce-portfolio-grid[data-module="predefined"].ce-portfolio-predefined--block_3 .column1, .ce-portfolio-grid[data-module="predefined"].ce-portfolio-predefined--block_3 .column2 {
    padding: 0 40px
  }

  .ce-portfolio-grid[data-module="predefined"].ce-portfolio-predefined--block_3 .column1 {
    padding-left: 0px
  }

  .ce-portfolio-grid[data-module="predefined"].ce-portfolio-predefined--block_3 .column2 {
    padding-top: 200px;
    padding-right: 0px
  }

  .ce-portfolio-grid[data-module="predefined"].ce-portfolio-predefined--block_3 .column2 .ce-portfolio-item .grid-holder {
    display: flex;
    justify-content: flex-end
  }

  .ce-portfolio-grid[data-module="predefined"].ce-portfolio-predefined--block_3 .column2 .ce-portfolio-item .grid-holder .grid-holder-inner {
    display: inline-block
  }
}

@media (max-width: 991px) {
  .ce-portfolio-grid[data-module="predefined"].ce-portfolio-predefined--block_3 .ce-portfolio-item {
    margin-bottom: 30px
  }
}

@media (min-width: 1024px) {
  .ce-portfolio-grid[data-module="predefined"].ce-portfolio-predefined--block_4 {
    display: grid;
    grid-template-columns: repeat(18, calc(100% / 18));
    grid-row-gap: 120px
  }
}

.ce-portfolio-grid[data-module="predefined"].ce-portfolio-predefined--block_4 .ce-portfolio-item {
  margin-bottom: 32px
}

.ce-portfolio-grid[data-module="predefined"].ce-portfolio-predefined--block_4 .ce-portfolio-item:last-child {
  margin-bottom: 0
}

@media (min-width: 1024px) {
  .ce-portfolio-grid[data-module="predefined"].ce-portfolio-predefined--block_4 .ce-portfolio-item {
    margin-bottom: 0
  }
}

.ce-portfolio-grid[data-module="predefined"].ce-portfolio-predefined--block_4 .ce-portfolio-item:nth-child(1) {
  grid-column: 8 / 12
}

.ce-portfolio-grid[data-module="predefined"].ce-portfolio-predefined--block_4 .ce-portfolio-item:nth-child(2) {
  grid-column: 15 / 19
}

.ce-portfolio-grid[data-module="predefined"].ce-portfolio-predefined--block_4 .ce-portfolio-item:nth-child(3) {
  position: relative
}

@media (min-width: 1024px) {
  .ce-portfolio-grid[data-module="predefined"].ce-portfolio-predefined--block_4 .ce-portfolio-item:nth-child(3) {
    top: -80px
  }
}

.ce-portfolio-grid[data-module="predefined"].ce-portfolio-predefined--block_4 .ce-portfolio-item:nth-child(3n+3) {
  grid-column: 1 / 5;
  position: relative
}

@media (min-width: 1024px) {
  .ce-portfolio-grid[data-module="predefined"].ce-portfolio-predefined--block_4 .ce-portfolio-item:nth-child(3n+3) {
    top: -60px
  }
}

.ce-portfolio-grid[data-module="predefined"].ce-portfolio-predefined--block_4 .ce-portfolio-item:nth-child(3n+4):not(:first-child) {
  grid-column: 8 / 12
}

.ce-portfolio-grid[data-module="predefined"].ce-portfolio-predefined--block_4 .ce-portfolio-item:nth-child(3n+5) {
  grid-column: 15 / 19
}

.ce-fixed-follow {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999;
  pointer-events: none;
  visibility: hidden;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  -o-transition: transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease
}

.ce-fixed-follow.is-active {
  visibility: visible
}

.centered {
  text-align: center
}

.left-align {
  text-align: left
}

.right-align {
  text-align: right
}

.ce-filters {
  position: relative;
  margin-bottom: 55px
}

.ce-filters button {
  border: none;
  background: none;
  margin-right: 15px;
  font-size: 16px;
  color: #acacac
}

.ce-filters button:focus {
  outline: none
}

.ce-filters button.selected {
  color: #5d6cc1;
  border: none
}

@media (min-width: 1024px) {
  .ce-portfolio-grid-wrapper[data-filters="1"][data-filters-style="vertical"] {
    display: flex
  }
}

@media (min-width: 1024px) {
  .ce-portfolio-grid-wrapper[data-filters="1"][data-filters-style="vertical"] .ce-filters {
    width: 30%;
    min-width: 368px;
    display: flex;
    flex-direction: column;
    justify-content: center
  }
}

.ce-portfolio-grid-wrapper[data-filters="1"][data-filters-style="vertical"] .ce-filters button {
  display: block;
  font-weight: 600;
  width: 100%;
  text-align: left;
  font-size: 60px;
  line-height: 60px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #000000;
  text-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  padding-top: 8px;
  padding-bottom: 8px
}

@media (max-width: 991px) {
  .ce-portfolio-grid-wrapper[data-filters="1"][data-filters-style="vertical"] .ce-filters button {
    text-align: center
  }
}

.ce-portfolio-grid-wrapper[data-filters="1"][data-filters-style="vertical"] .ce-filters button.selected {
  text-decoration-line: underline
}

@media (min-width: 1024px) {
  .ce-portfolio-grid-wrapper[data-filters="1"][data-filters-style="vertical"] .ce-portfolio-grid {
    padding-left: 0px;
    width: 70%
  }
}

.pt-navigation {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-top: 1px solid #dee1e2;
  border-bottom: 1px solid #dee1e2;
  padding: 20px 0 22px
}

.pt-navigation-post {
  max-width: 33.33%;
  flex: 0 0 33.33%
}

.pt-navigation-post .post-navigation__prev--label, .pt-navigation-post .post-navigation__next--label {
  display: inline-block;
  color: #657078;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 6px
}

.pt-navigation-post a img {
  margin-right: 3px
}

.pt-navigation-post .post-navigation__prev--title, .pt-navigation-post.next .post-navigation__next--title {
  color: #061021;
  font-size: 18px;
  line-height: 28px;
  margin: 0;
  max-width: 250px;
  display: block;
  font-weight: 700;
  margin-top: -3px
}

.pt-navigation-post.next {
  margin-left: auto;
  text-align: right
}

.pt-navigation-post.next a img {
  margin-right: 0;
  margin-left: 3px
}

.pt-navigation-post.next .post-navigation__next--title {
  margin-left: auto
}

.pt-navigation-center {
  width: 33.33%;
  text-align: center
}

.pt-navigation-post .elementor-icon {
  font-size: 10px
}

.pt-navigation-post.prev .elementor-icon {
  margin-right: 7px
}

.pt-navigation-post.next .elementor-icon {
  margin-left: 7px
}

@media only screen and (max-width: 480px) {
  .pt-navigation {
    display: block
  }

  .pt-navigation-center, .pt-navigation-post {
    width: 100%
  }

  .pt-navigation-center {
    margin: 30px 0
  }
}

.ce-testimonial-style-beas .content {
  padding-left: 30px;
  position: relative
}

@media (min-width: 768px) {
  .ce-testimonial-style-beas .content {
    padding-left: 100px
  }
}

.ce-testimonial-style-beas .content svg {
  position: absolute;
  left: 0px;
  top: 0px
}

.ce-testimonial-style-beas .content svg path {
  fill: #000
}

.light-text .ce-testimonial-style-beas .content svg path {
  color: #fff
}

.ce-testimonial-style-beas .content .text {
  font-size: 24px;
  line-height: 36px;
  padding-bottom: 30px
}

@media (min-width: 768px) {
  .ce-testimonial-style-beas .content .text {
    padding-bottom: 80px
  }
}

.ce-testimonial-style-beas .data {
  border-top: 2px solid #000;
  padding-top: 16px;
  font-size: 18px;
  line-height: 28px;
  position: relative
}

.light-text .ce-testimonial-style-beas .data {
  border-top: 2px solid #fff
}

.ce-testimonial-style-beas .ce-testimonial-carousel-controls {
  position: absolute;
  top: 30px;
  right: 10px
}

.ce-testimonial-style-beas .ce-testimonial-carousel-controls a {
  padding: 0 16px
}

.ce-testimonial-style-beas .ce-testimonial-carousel-controls a:last-child {
  padding-right: 0px
}

.ce-testimonial-style-beas .ce-testimonial-carousel-controls i {
  font-size: 24px;
  line-height: 24px
}

.ce-testimonial-style-tapi .ce-testimonial-item {
  position: relative
}

.ce-testimonial-style-tapi .inner-wrapper {
  padding: 0 20px
}

@media (min-width: 768px) {
  .ce-testimonial-style-tapi .inner-wrapper {
    padding: 0 80px
  }
}

.ce-testimonial-style-tapi .content {
  position: relative
}

.ce-testimonial-style-tapi .content .text {
  font-size: 24px;
  line-height: 36px;
  padding-bottom: 40px
}

@media (max-width: 767px) {
  .ce-testimonial-style-tapi .content .text {
    font-size: 20px !important;
    line-height: 28px !important
  }
}

@media (min-width: 768px) {
  .ce-testimonial-style-tapi .content .text {
    padding-bottom: 40px
  }
}

.ce-testimonial-style-tapi .data {
  border-top: 2px solid #000;
  padding-top: 16px;
  font-size: 18px;
  line-height: 28px;
  position: relative
}

.light-text .ce-testimonial-style-tapi .data {
  border-top: 2px solid #fff
}

.ce-testimonial-style-tapi .ce-testimonial-carousel-controls {
  position: absolute;
  top: calc(50% - 57px);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%
}

@media (max-width: 991px) {
  .ce-testimonial-style-tapi .ce-testimonial-carousel-controls {
    display: none
  }
}

.ce-testimonial-style-tapi .ce-testimonial-carousel-controls a {
  padding: 0 16px
}

.ce-testimonial-style-tapi .ce-testimonial-carousel-controls a:last-child {
  padding-right: 0px
}

.ce-testimonial-style-tapi .ce-testimonial-carousel-controls i {
  font-size: 24px;
  line-height: 24px
}

.ce-testimonial-style-tapi .ce-testimonial-carousel-controls .ce-prev {
  position: absolute;
  left: -80px
}

.ce-testimonial-style-tapi .ce-testimonial-carousel-controls .ce-next {
  position: absolute;
  right: 125px
}

.ce-testimonial-style-tista {
  margin: 0 auto
}

.ce-testimonial-style-tista .text {
  max-width: 770px;
  margin: 0 auto;
  font-weight: 300;
  font-size: 36px;
  line-height: 48px;
  text-align: center;
  letter-spacing: -0.02em
}

.ce-testimonial-style-tista-nav {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 80px !important
}

.ce-testimonial-style-tista-nav .nav-item {
  opacity: 0.5;
  cursor: pointer;
  font-weight: 300;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86)
}

.ce-testimonial-style-tista-nav .nav-item.active {
  opacity: 1
}

.ce-testimonial-style-tista-nav .nav-item:hover {
  opacity: 1
}

.ce-testimonial-style-talia {
  margin: 0 auto;
  text-align: center
}

.ce-testimonial-style-talia svg {
  text-align: center;
  margin-bottom: 40px
}

.ce-testimonial-style-talia .text {
  font-size: 24px;
  line-height: 36px
}

.ce-testimonial-style-talia .data {
  margin-top: 40px
}

.ce-testimonial-style-talia .ce-testimonial-carousel-controls {
  margin-top: 40px
}

.ce-testimonial-style-talia .ce-testimonial-carousel-controls a {
  margin: 0 15px
}

.testimonial-section {
  position: relative;
  padding: 100px 0px 100px;
  background-color: #f3f5fb
}

.testimonial-section .owl-dots {
  display: none
}

.testimonial-section .owl-nav {
  display: none
}

.testimonial-section .inner-container {
  position: relative
}

.testimonial-section .patern-layer-one {
  position: absolute;
  right: -115px;
  top: -60px;
  width: 294px;
  height: 292px;
  background-repeat: no-repeat
}

.ce-testimonial-style-alder {
  position: relative
}

.ce-testimonial-style-alder .inner-box {
  position: relative;
  border-radius: 5px;
  text-align: center;
  padding: 40px 60px 50px;
  background-color: #ffffff
}

.ce-testimonial-style-alder .inner-box .author-image {
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 50px
}

.ce-testimonial-style-alder .inner-box h4 {
  position: relative;
  font-weight: 500;
  color: #5d6cc1;
  line-height: 1.3em;
  margin-top: 30px;
  font-size: 22px
}

.ce-testimonial-style-alder .inner-box .rating {
  position: relative;
  color: #f6a46a;
  font-size: 16px;
  margin-top: 20px
}

.ce-testimonial-style-alder .inner-box .rating .fa {
  position: relative;
  margin: 0px 1px
}

.ce-testimonial-style-alder .inner-box .text {
  position: relative;
  color: #373737;
  font-size: 16px;
  line-height: 1.8em;
  margin-top: 35px
}

.ce-testimonial-style-modern {
  text-align: center
}

.ce-testimonial-style-modern img {
  width: 100px;
  height: 100px;
  max-width: 100px;
  border-radius: 50%;
  margin-bottom: 18px !important
}

.ce-testimonial-style-modern .data .title {
  margin-bottom: 8px
}

.ce-testimonial-style-modern .data .position {
  margin-bottom: 10px
}

.ce-testimonial-style-modern .data .text {
  width: 70%;
  text-align: center;
  margin: 0 auto
}

.elementor-widget-ce-testimonial-carousel[data-style="modern"] .ce-carousel-head {
  position: static
}

.elementor-widget-ce-testimonial-carousel[data-style="modern"] .ce-testimonial-carousel-controls {
  position: static;
  top: 0;
  right: 0
}

.elementor-widget-ce-testimonial-carousel[data-style="modern"] .ce-testimonial-carousel-controls a {
  width: 50px;
  height: 50px;
  background: #fff;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  border-radius: 50%;
  box-shadow: 0 0 35px 0px rgba(22, 12, 96, 0.09);
  transition: box-shadow 0.3s
}

.elementor-widget-ce-testimonial-carousel[data-style="modern"] .ce-testimonial-carousel-controls a:hover {
  box-shadow: 0 0 35px 0px rgba(0, 0, 0, 0)
}

.elementor-widget-ce-testimonial-carousel[data-style="modern"] .ce-testimonial-carousel-controls a.ce-next {
  position: absolute;
  right: 0;
  top: 80px
}

.elementor-widget-ce-testimonial-carousel[data-style="modern"] .ce-testimonial-carousel-controls a.ce-prev {
  position: absolute;
  left: 0;
  top: 80px
}

.ce-testimonial-style-bygge .content {
  padding: 45px;
  background: #fff url(../../assets/images/quote-image.png) no-repeat right -60px;
  position: relative
}

.ce-testimonial-style-bygge .content:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 0 solid transparent;
  border-top: 20px solid #fff;
  position: absolute;
  z-index: 99;
  bottom: -20px;
  right: 0px
}

.ce-testimonial-style-bygge .content .text {
  font-size: 18px;
  font-style: italic;
  line-height: 30px
}

.ce-testimonial-style-bygge .content .data {
  display: flex;
  align-items: center;
  margin-top: 25px
}

.ce-testimonial-style-bygge .content .data .author-image {
  width: 74px
}

.ce-testimonial-style-bygge .content .data .author-data {
  padding-left: 15px
}

.ce-testimonial-style-bygge .content .data h4 {
  font-size: 20px
}

.ce-testimonial-style-bygge .content .data .position {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase
}

.ce-testimonial-style-bygge .content .data .position p {
  margin: 0px
}

.ce-testimonial-style-bygge2 .content {
  position: relative
}

.ce-testimonial-style-bygge2 .content .text {
  font-size: 18px;
  font-style: italic;
  line-height: 30px
}

.ce-testimonial-style-bygge2 .content .data {
  display: flex;
  align-items: center;
  margin-top: 25px
}

.ce-testimonial-style-bygge2 .content .data .author-image {
  width: 74px
}

.ce-testimonial-style-bygge2 .content .data .author-data {
  padding-left: 15px
}

.ce-testimonial-style-bygge2 .content .data h4 {
  font-size: 20px
}

.ce-testimonial-style-bygge2 .content .data .position {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase
}

.ce-testimonial-style-bygge2 .content .data .position p {
  margin: 0px
}

.elementor-widget-ce-testimonial-carousel button[data-action="stop"] {
  display: none
}

.ce-testimonial-style-bygge3 .content {
  padding: 20px 95px;
  background: transparent url(../../assets/images/quote-2.png) no-repeat 0 top;
  position: relative
}

.ce-testimonial-style-bygge3 .content .text {
  font-size: 18px;
  font-style: italic;
  line-height: 30px
}

.ce-testimonial-style-bygge3 .content .data {
  display: flex;
  align-items: center;
  margin-top: 25px
}

.ce-testimonial-style-bygge3 .content .data .author-image {
  width: 74px
}

.ce-testimonial-style-bygge3 .content .data .author-data {
  padding-left: 15px
}

.ce-testimonial-style-bygge3 .content .data h4 {
  font-size: 20px
}

.ce-testimonial-style-bygge3 .content .data .position {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase
}

.ce-testimonial-style-bygge3 .content .data .position p {
  margin: 0px
}

.ce-staff-style-beas img {
  border-radius: 50%;
  width: 270px !important;
  max-height: 270px;
  margin: 0 auto
}

.ce-staff-style-beas .team-content {
  text-align: center
}

.ce-staff-style-beas .team-content h4 {
  margin-top: 24px
}

.ce-staff-style-beas .team-content .team-position {
  margin-top: 8px
}

.ce-staff-style-beas .team-content .team-socials {
  margin-top: 32px
}

.ce-staff-style-beas .team-content .team-socials a {
  padding: 0 12px
}

.ce-staff-style-default .team-thumbnail {
  position: relative
}

.ce-staff-style-default .team-thumbnail:before {
  content: '';
  position: absolute;
  width: 220px !important;
  height: 100%;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  background: rgba(0, 0, 0, 0.2);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  opacity: 0
}

.ce-staff-style-default img {
  border-radius: 50%;
  width: 220px !important;
  max-height: 220px;
  margin: 0 auto
}

.ce-staff-style-default .team-content {
  text-align: center
}

.ce-staff-style-default .team-content h4 {
  margin-top: 24px
}

.ce-staff-style-default .team-content .team-position {
  margin-top: 8px
}

.ce-staff-style-default .team-content .team-socials {
  margin-top: 10px
}

.ce-staff-style-default .team-content .team-socials a {
  padding: 0 12px
}

.ce-staff-style-default .team-content .team-socials a:hover {
  color: #01B7CC
}

.ce-staff-style-default .team-content .team-socials i {
  font-size: 20px
}

.ce-staff-style-default .team-content p {
  line-height: 24px
}

.ce-staff-style-default .ce-staff-item:hover .team-thumbnail:before {
  opacity: 1
}

.ce-staff-style-modern .ce-staff {
  box-shadow: 0 0 35px 0px rgba(22, 12, 96, 0.09)
}

.ce-staff-style-modern .team-content {
  padding: 30px 0;
  text-align: center
}

.ce-staff-style-modern .team-content .team-position {
  margin-top: 13px
}

.ce-staff-style-modern .team-content .team-socials a {
  padding: 0 12px
}

.ce-staff-style-modern .team-content .team-socials i {
  font-size: 20px
}

.ce-staff-style-modern .team-content .team-socials {
  margin-top: 15px
}

.ce-staff-style-modern .team-thumbnail img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin: 0;
  width: 100%
}

.elementor-widget-ce-staff-carousel button {
  display: none
}

.ce-carousel-head {
  position: relative;
  margin-bottom: 30px;
  min-height: 50px
}

.ce-carousel-head .ce-staff-carousel-controls {
  position: absolute;
  top: 0;
  right: 0
}

.ce-carousel-head .ce-staff-carousel-controls a {
  width: 50px;
  height: 50px;
  background: #fff;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  border-radius: 50%;
  box-shadow: 0 0 35px 0px rgba(22, 12, 96, 0.09);
  transition: box-shadow 0.4s
}

.ce-carousel-head .ce-staff-carousel-controls a:hover {
  box-shadow: 0 0 35px 0px rgba(0, 0, 0, 0)
}

.ce-carousel-head .ce-staff-carousel-controls a i {
  line-height: 50px
}

.ce-staff-style-bygge .ce-staff {
  padding: 40px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  position: relative
}

.ce-staff-style-bygge .ce-staff:after {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  right: 1px;
  top: 1px;
  background-color: var(--codeless-primary-color);
  clip-path: polygon(0 0, 100% 0, 100% 100%)
}

.ce-staff-style-bygge .ce-staff img {
  width: 230px;
  border-radius: 50%
}

.ce-staff-style-bygge .ce-staff .team-position {
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-top: 5px
}

.ce-staff-style-bygge .ce-staff .team-content {
  margin-top: 25px
}

.ce-staff-style-bygge .ce-staff .team-name {
  font-size: 30px
}

.ce-staff-style-bygge .ce-staff .team-socials {
  margin-top: 10px
}

.ce-staff-style-bygge .ce-staff .team-socials a {
  margin-right: 6px;
  margin-left: 6px
}

.ce-staff-style-bygge .ce-staff .team-socials a i {
  font-size: 14px;
  opacity: 0.8;
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86)
}

.ce-staff-style-bygge .ce-staff .team-socials a:hover i {
  opacity: 1;
  color: var(--codeless-primary-color)
}

.ce-post-style-adair .category-colored {
  padding: 5px 10px;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: #000;
  letter-spacing: 0.2em;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  z-index: 99999
}

.ce-post-style-adair .image-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999
}

.ce-post-style-adair .entry-meta {
  display: flex;
  align-items: center
}

.ce-post-style-adair .entry-meta .entry-meta-single {
  padding-right: 24px;
  font-size: 14px;
  line-height: 24px;
  color: #000;
  display: flex;
  align-items: center
}

.ce-post-style-adair .entry-meta .entry-meta-single:last-child {
  padding-right: 0px
}

.ce-post-style-adair .entry-meta .entry-meta-single i {
  margin-right: 8px;
  font-size: 16px;
  line-height: 16px
}

.ce-post-style-adair .entry-meta .entry-meta-single img {
  margin-right: 8px;
  border-radius: 50%
}

.ce-post-style-adair .entry-media {
  position: relative
}

.ce-post-style-adair .entry-wrapper {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex
}

.ce-post-style-adair .entry-meta {
  justify-content: center
}

.ce-post-style-adair .entry-wrapper-content {
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-left: 0px;
  z-index: 999;
  margin-top: 40px
}

.ce-post-style-adair .media-wrapper {
  position: relative
}

.ce-post-style-adair .category-colored {
  position: absolute;
  left: 30px;
  bottom: 10px
}

.ce-post-style-adair .entry-title {
  text-align: center;
  margin-bottom: 23px;
  padding: 0 30px
}

.ce-post-style-adair .entry-content {
  margin-top: 32px;
  opacity: 0.5;
  text-align: center;
  padding: 0 20px
}

.ce-post-style-adair .entry-media, .ce-post-style-adair .entry-overlay, .ce-post-style-adair .entry-media, .ce-post-style-adair .post-thumbnail {
  display: block
}

.ce-post-style-adair.sticky {
  border-width: 1px;
  border-style: solid;
  padding: 40px !important
}

.ce-post-style-adair .entry-readmore {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  position: relative;
  padding-right: 24px
}

.ce-post-style-adair .entry-readmore:after {
  content: '\e829';
  font-family: "feather";
  position: absolute;
  top: 0;
  right: 0;
  font-weight: 300
}

.ce-post-style-adair .entry-footer {
  height: 60px;
  margin-top: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5
}

.ce-post-style-adair .entry-footer .ce-share-buttons .pre {
  opacity: 0.5;
  margin-right: 8px;
  font-size: 14px
}

.ce-post-style-adair .entry-footer .ce-share-buttons a {
  margin-right: 24px
}

.ce-post-style-adair .entry-footer .ce-share-buttons a:last-child {
  margin-right: 0
}

.ce-post-style-adair .entry-footer .ce-share-buttons a i {
  font-size: 16px
}

.ce-post-style-colm .grid-holder {
  padding: 10px
}

.ce-post-style-colm .grid-holder .grid-holder-inner {
  text-align: left
}

.ce-post-style-colm .image-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999
}

.ce-post-style-colm .entry-media {
  position: relative
}

.ce-post-style-colm .entry-wrapper {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex
}

.ce-post-style-colm .entry-wrapper-content {
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-left: 0px;
  z-index: 999;
  padding: 24px 30px
}

.ce-post-style-colm .media-wrapper {
  position: relative
}

.ce-post-style-colm .category-colored {
  position: absolute;
  left: 30px;
  bottom: 10px
}

.ce-post-style-colm .entry-meta-single {
  color: rgba(0, 0, 0, 0.5)
}

.ce-post-style-colm .entry-title {
  margin-bottom: 12px;
  margin-top: 12px;
  font-size: 24px;
  line-height: 36px
}

.ce-post-style-colm .entry-content {
  margin-bottom: 24px;
  opacity: 0.5
}

.ce-post-style-colm .entry-media, .ce-post-style-colm .entry-overlay, .ce-post-style-colm .entry-media, .ce-post-style-colm .post-thumbnail {
  display: block
}

.ce-post-style-colm .entry-readmore {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  position: relative;
  padding-right: 24px
}

.ce-post-style-colm .entry-readmore:after {
  content: '\e829';
  font-family: "feather";
  position: absolute;
  top: 0;
  right: 0;
  font-weight: 300;
  line-height: 22px
}

.ce-post-style-colm .entry-meta {
  display: flex;
  align-items: center
}

.ce-post-style-colm .entry-meta .entry-meta-single {
  padding-right: 24px;
  font-size: 14px;
  line-height: 24px;
  color: #000;
  display: flex;
  align-items: center
}

.ce-post-style-colm .entry-meta .entry-meta-single:last-child {
  padding-right: 0px
}

.ce-post-style-colm .entry-meta .entry-meta-single i {
  margin-right: 8px;
  font-size: 16px;
  line-height: 16px
}

.ce-post-style-colm .entry-meta .entry-meta-single img {
  margin-right: 8px;
  border-radius: 50%
}

.ce-post-style-birk .grid-holder .grid-holder-inner {
  text-align: left
}

.ce-post-style-birk .image-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999
}

.ce-post-style-birk .entry-media {
  position: relative
}

.ce-post-style-birk .entry-wrapper {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex
}

.ce-post-style-birk .entry-wrapper-content {
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-left: 0px;
  z-index: 999;
  padding: 15px 20px;
  background: #fff
}

.ce-post-style-birk .media-wrapper {
  position: relative
}

.ce-post-style-birk .category-colored {
  position: absolute;
  left: 10px;
  bottom: 10px
}

.ce-post-style-birk .entry-meta {
  display: flex;
  align-items: center
}

.ce-post-style-birk .entry-meta .entry-meta-single {
  padding-right: 24px;
  font-size: 14px;
  line-height: 24px;
  color: #000;
  display: flex;
  align-items: center
}

.ce-post-style-birk .entry-meta .entry-meta-single:last-child {
  padding-right: 0px
}

.ce-post-style-birk .entry-meta .entry-meta-single i {
  margin-right: 8px;
  font-size: 16px;
  line-height: 16px
}

.ce-post-style-birk .entry-meta .entry-meta-single img {
  margin-right: 8px;
  border-radius: 50%
}

.ce-post-style-birk .entry-meta-single {
  color: rgba(0, 0, 0, 0.5);
  padding-right: 20px
}

.ce-post-style-birk .entry-meta-single:last-child {
  padding-right: 0px !important
}

.ce-post-style-birk .entry-title {
  margin-top: 8px;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400
}

.ce-post-style-birk .entry-content {
  margin-top: 12px;
  margin-bottom: 24px;
  opacity: 0.5
}

.ce-post-style-birk .entry-media, .ce-post-style-birk .entry-overlay, .ce-post-style-birk .entry-media, .ce-post-style-birk .post-thumbnail {
  display: block
}

.ce-post-style-birk .entry-readmore {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  position: relative;
  padding-right: 24px
}

.ce-post-style-birk .entry-readmore:after {
  content: '\e829';
  font-family: "feather";
  position: absolute;
  top: 0;
  right: 0;
  font-weight: 300;
  line-height: 22px
}

.ce-post-style-rowan {
  color: #fff
}

.ce-post-style-rowan .image-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999
}

.ce-post-style-rowan .grid-holder {
  position: relative
}

.ce-post-style-rowan .post-thumbnail {
  position: relative
}

.ce-post-style-rowan .post-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.ce-post-style-rowan .post-thumbnail:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.2)
}

.ce-post-style-rowan .entry-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  z-index: 99;
  justify-content: center;
  padding: 25px
}

.ce-post-style-rowan .entry-wrapper .entry-wrapper-content {
  width: 750px
}

.ce-post-style-rowan .entry-meta {
  justify-content: center
}

.ce-post-style-rowan .entry-meta .entry-meta-single {
  color: #fff
}

.ce-post-style-rowan .entry-header h2 {
  color: #fff;
  margin-top: 32px;
  margin-bottom: 24px;
  font-weight: 700
}

@media (max-width: 767px) {
  .ce-post-style-rowan .entry-header h2 {
    font-size: 36px;
    line-height: 48px
  }
}

.ce-post-style-rowan .entry-header .category-colored {
  background: #313a48
}

.ce-post-style-box .ce-post-item {
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86)
}

.ce-post-style-box .ce-post-item a {
  transition: unset
}

.ce-post-style-box .media-wrapper, .ce-post-style-box .entry-media, .ce-post-style-box .post-thumbnail {
  height: 100%
}

.ce-post-style-box .post-thumbnail img {
  object-fit: cover;
  height: 100%
}

.ce-post-style-box .entry-media {
  position: relative
}

.ce-post-style-box .entry-wrapper {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-left: 40px;
  padding-bottom: 20px;
  padding-right: 30px;
  background-color: #fff
}

.ce-post-style-box .cl-category {
  font-weight: 500;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 0px 12px;
  line-height: 23px;
  border-radius: 13px;
  border: 2px solid var(--codeless-border-color);
  display: inline-block;
  margin-bottom: 15px;
  transition: unset
}

.ce-post-style-box .cl-category a {
  transition: unset
}

.ce-post-style-box h2 {
  font-size: 30px
}

.ce-post-style-box h2 a:hover {
  color: #fff !important
}

.ce-post-style-box .entry-wrapper-content {
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-left: 0px;
  z-index: 999
}

.ce-post-style-box .media-wrapper {
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86)
}

.ce-post-style-box .media-wrapper:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 9
}

.ce-post-style-box .entry-title {
  text-align: left;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 15px;
  transition: all 0.3s ease
}

.ce-post-style-box .entry-content {
  margin-top: 10px;
  text-align: left
}

.ce-post-style-box .entry-media, .ce-post-style-box .entry-overlay, .ce-post-style-box .entry-media, .ce-post-style-box .post-thumbnail {
  display: block
}

.ce-post-style-box.sticky {
  border-width: 1px;
  border-style: solid;
  padding: 40px !important
}

.ce-post-style-box .entry-readmore {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  position: relative
}

.ce-post-style-box .entry-readmore i {
  padding-left: 5px;
  font-size: 16px;
  position: relative;
  top: 2px
}

.ce-post-style-box .entry-meta {
  display: flex;
  align-items: center
}

.ce-post-style-box .entry-meta .entry-meta-single {
  padding-right: 35px;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  font-weight: 500
}

.ce-post-style-box .entry-meta .entry-meta-single:before {
  content: "";
  width: 4px;
  height: 4px;
  background: #657078;
  position: absolute;
  right: 16px;
  bottom: 12px;
  border-radius: 50%
}

.ce-post-style-box .entry-meta .entry-meta-single:last-child:before {
  display: none
}

.ce-post-style-box .entry-footer {
  margin-top: 50px;
  border-top: 1px solid var(--codeless-border-color);
  display: block;
  padding-top: 5px;
  transition: all 0.3s ease
}

.ce-post-style-box .grid-holder {
  background: #fff;
  position: relative;
  overflow: hidden
}

.ce-post-style-box header.entry-header {
  margin-bottom: 10px
}

.ce-post-style-box .ce-post-item:hover {
  color: #fff
}

.ce-post-style-box .ce-post-item:hover a {
  color: #fff;
  transition: all 0.3s ease
}

.ce-post-style-box .ce-post-item:hover h2 {
  color: #fff
}

.ce-post-style-box .ce-post-item:hover .media-wrapper {
  opacity: 1
}

.ce-post-style-box .ce-post-item:hover .entry-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.6)
}

.ce-post-style-lark article .grid-holder .grid-holder-inner {
  text-align: left;
  display: flex
}

.ce-post-style-lark article .image-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999
}

.ce-post-style-lark article .media-wrapper {
  flex: 10
}

.ce-post-style-lark article .entry-media {
  position: relative
}

.ce-post-style-lark article .entry-wrapper {
  padding-left: 20px;
  flex: 27
}

.ce-post-style-lark article .entry-wrapper-content {
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  z-index: 999
}

.ce-post-style-lark article .media-wrapper {
  position: relative
}

.ce-post-style-lark article .category-colored {
  position: static;
  display: inline-block
}

.ce-post-style-lark article h2.entry-title {
  margin-top: 16px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400
}

.ce-post-style-lark article .entry-media, .ce-post-style-lark article .entry-overlay, .ce-post-style-lark article .entry-media, .ce-post-style-lark article .post-thumbnail {
  display: block
}

.ce-post-style-drake article {
  display: flex
}

@media (max-width: 767px) {
  .ce-post-style-drake article {
    flex-wrap: wrap
  }
}

.ce-post-style-drake .image-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999
}

.ce-post-style-drake .media-wrapper {
  flex: 1
}

@media (max-width: 767px) {
  .ce-post-style-drake .media-wrapper {
    flex: auto
  }
}

.ce-post-style-drake .entry-wrapper {
  flex: 1;
  padding-left: 30px
}

@media (max-width: 767px) {
  .ce-post-style-drake .entry-wrapper {
    padding-left: 0px;
    padding-top: 30px
  }
}

.ce-post-style-drake .category-colored {
  position: static;
  display: inline-block
}

.ce-post-style-drake .entry-title {
  font-size: 28px;
  line-height: 36px;
  margin-top: 32px;
  margin-bottom: 16px
}

.ce-post-style-drake .entry-content {
  display: none;
  margin-top: 32px;
  color: rgba(0, 0, 0, 0.5)
}

.ce-post-style-drake .entry-content a.more-link {
  color: #000 !important;
  font-weight: 500
}

.ce-post-style-drake .entry-meta {
  display: flex;
  align-items: center
}

.ce-post-style-drake .entry-meta .entry-meta-single {
  padding-right: 24px;
  font-size: 14px;
  line-height: 24px;
  color: #000;
  display: flex;
  align-items: center
}

.ce-post-style-drake .entry-meta .entry-meta-single:last-child {
  padding-right: 0px
}

.ce-post-style-drake .entry-meta .entry-meta-single i {
  margin-right: 8px;
  font-size: 16px;
  line-height: 16px
}

.ce-post-style-drake .entry-meta .entry-meta-single img {
  margin-right: 10px;
  border-radius: 50%
}

.elementor-col-100 .ce-post-style-drake {
  margin-bottom: 80px
}

@media (min-width: 768px) {
  .elementor-col-100 .ce-post-style-drake .entry-wrapper {
    padding-left: 100px;
    display: flex;
    align-items: center
  }
}

.elementor-col-100 .ce-post-style-drake .entry-title {
  font-size: 36px;
  line-height: 42px
}

.elementor-col-100 .ce-post-style-drake .entry-content {
  display: block
}

.ce-post-style-vernon .category-colored {
  color: #fff
}

.ce-post-style-vernon .entry-title {
  margin-top: 32px;
  margin-bottom: 64px
}

.ce-post-style-vernon .entry-readmore {
  display: inline-block;
  background: #eee;
  color: #000;
  padding: 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px
}

.ce-post-style-vernon .entry-readmore:hover {
  background: #F8DED2
}

.elementor-widget-ce-posts-carousel button {
  display: none
}

.ce-carousel-head {
  position: relative;
  min-height: 50px;
  margin-bottom: 30px
}

.ce-carousel-head .ce-posts-carousel-controls {
  position: absolute;
  top: 0;
  right: 0
}

.ce-carousel-head .ce-posts-carousel-controls a {
  width: 50px;
  height: 50px;
  background: #fff;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  border-radius: 50%;
  box-shadow: 0 0 35px 0px rgba(22, 12, 96, 0.09);
  transition: box-shadow 0.4s
}

.ce-carousel-head .ce-posts-carousel-controls a:hover {
  box-shadow: 0 0 35px 0px rgba(0, 0, 0, 0)
}

.ce-carousel-head .ce-posts-carousel-controls a i {
  line-height: 50px
}

.ce-post-style-bygge .entry-wrapper {
  margin-top: 30px
}

.ce-post-style-bygge .entry-meta-single {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.2em
}

.ce-post-style-bygge .entry-title {
  margin-top: 10px;
  font-size: 30px
}

.ce-post-style-bygge2 .ce-post-item {
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86)
}

.ce-post-style-bygge2 .ce-post-item a {
  transition: unset
}

.ce-post-style-bygge2 .entry-media {
  position: relative
}

.ce-post-style-bygge2 .entry-wrapper {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-left: 40px;
  padding-bottom: 20px;
  padding-right: 30px;
  background-color: #fff
}

.ce-post-style-bygge2 .cl-category {
  font-weight: 500;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 0px 12px;
  line-height: 23px;
  border-radius: 13px;
  border: 2px solid var(--codeless-border-color);
  display: inline-block;
  margin-bottom: 15px;
  transition: unset
}

.ce-post-style-bygge2 .cl-category a {
  transition: unset
}

.ce-post-style-bygge2 .cl-category:hover {
  transition: all 0.3s ease
}

.ce-post-style-bygge2 .cl-category:hover a {
  color: #fff !important;
  transition: all 0.3s ease
}

.ce-post-style-bygge2 h2 {
  font-size: 30px
}

.ce-post-style-bygge2 .entry-wrapper-content {
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-left: 0px;
  z-index: 999
}

.ce-post-style-bygge2 .entry-title {
  text-align: left;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 15px
}

.ce-post-style-bygge2 .entry-content {
  margin-top: 10px;
  text-align: left
}

.ce-post-style-bygge2 .entry-media, .ce-post-style-bygge2 .entry-overlay, .ce-post-style-bygge2 .entry-media, .ce-post-style-bygge2 .post-thumbnail {
  display: block
}

.ce-post-style-bygge2.sticky {
  border-width: 1px;
  border-style: solid;
  padding: 40px !important
}

.ce-post-style-bygge2 .entry-readmore {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  position: relative
}

.ce-post-style-bygge2 .entry-readmore i {
  padding-left: 5px;
  font-size: 16px;
  position: relative;
  top: 2px
}

.ce-post-style-bygge2 .entry-meta {
  display: flex;
  align-items: center
}

.ce-post-style-bygge2 .entry-meta .entry-meta-single {
  padding-right: 35px;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  font-weight: 500
}

.ce-post-style-bygge2 .entry-meta .entry-meta-single:before {
  content: "";
  width: 4px;
  height: 4px;
  background: #657078;
  position: absolute;
  right: 16px;
  bottom: 12px;
  border-radius: 50%
}

.ce-post-style-bygge2 .entry-meta .entry-meta-single:last-child:before {
  display: none
}

.ce-post-style-bygge2 .entry-footer {
  margin-top: 20px;
  border-top: 1px solid var(--codeless-border-color);
  display: block;
  padding-top: 20px
}

.ce-post-style-bygge2 .grid-holder {
  position: relative;
  overflow: hidden
}

.ce-post-style-bygge2 header.entry-header {
  margin-bottom: 10px
}

.ce-post-style-bygge2 .grid-holder-inner {
  display: flex;
  align-items: center
}

.ce-post-style-bygge2 .grid-holder-inner .media-wrapper {
  flex: 1
}

.ce-post-style-bygge2 .grid-holder-inner .entry-wrapper {
  flex: 1;
  padding-top: 0px;
  padding-left: 40px
}

.ce-posts-grid .ce-post-item {
  padding: 15px;
  width: 100%
}

@media (min-width: 768px) {
  .ce-posts-grid .ce-post-item {
    width: 50%
  }
}

@media (min-width: 1024px) {
  .ce-posts-grid[data-columns="1"] .ce-post-item {
    width: 100%
  }

  .ce-posts-grid[data-columns="2"] .ce-post-item {
    width: 50%
  }

  .ce-posts-grid[data-columns="3"] .ce-post-item {
    width: calc(100% / 3)
  }

  .ce-posts-grid[data-columns="4"] .ce-post-item {
    width: 25%
  }

  .ce-posts-grid[data-columns="5"] .ce-post-item {
    width: 20%
  }
}

.pricing-section .inner-box {
  padding: 50px 40px;
  background: #fff
}

.pricing-section .title {
  font-size: 20px;
  color: #657078
}

.pricing-section .price_wrapper {
  position: relative;
  display: flex;
  align-items: stretch;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--codeless-border-color)
}

.pricing-section .price_wrapper:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0px;
  width: 20px;
  background: #000;
  height: 1px
}

.pricing-section .price {
  font-size: 72px
}

.pricing-section .price_extra {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 10px;
  padding-left: 10px
}

.pricing-section .price_currency {
  font-size: 30px
}

.pricing-section .price_period {
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase
}

.pricing-section ul {
  padding: 0;
  margin: 0;
  list-style: none;
  padding-top: 40px;
  position: relative;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--codeless-border-color)
}

.pricing-section ul li {
  padding-left: 14px;
  padding-bottom: 13px;
  position: relative;
  color: #b2bdc6
}

.pricing-section ul li:before {
  content: "";
  width: 6px;
  border-radius: 50%;
  height: 6px;
  background: #b2bdc6;
  left: 0;
  top: 10px;
  position: absolute
}

.pricing-section ul li.active {
  color: var(--codeless-secondary-color)
}

.pricing-section ul li.active:before {
  background: var(--codeless-primary-color)
}

.pricing-section ul li:last-child {
  padding-bottom: 0px
}

.pricing-section ul:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0px;
  width: 20px;
  background: #000;
  height: 1px
}

.pricing-section .button-box {
  padding-top: 36px
}

.pricing-section .button-box a {
  text-transform: uppercase;
  display: flex;
  align-items: center
}

.pricing-section .button-box a span {
  font-size: 12px;
  letter-spacing: 0.02em;
  margin-right: 5px;
  text-transform: uppercase;
  font-weight: 500
}

.pricing-section .button-box a i {
  color: var(--codeless-primary-color)
}

.ce-products-carousel ul.products li.product {
  float: none;
  margin: 0
}

.ce-products-carousel ul.products li.product.ce-animation {
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s
}

.ce-products-carousel .ce-products-carousel-controls {
  margin-top: 32px;
  display: flex;
  justify-content: center
}

.ce-products-carousel .ce-products-carousel-controls a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #EEEEEE;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 15px
}

@media (max-width: 991px) {
  .ce-products-carousel .ce-products-carousel-controls {
    display: none
  }
}

.ce-mailchimp-form {
  background: url(../../assets/images/formbg.png) no-repeat;
  background-size: cover;
  padding: 33px 40px;
  box-shadow: 0 0 35px 0px rgba(22, 12, 96, 0.09);
  border-radius: 10px
}

.ce-mailchimp-form .row {
  display: flex;
  justify-content: center;
  align-items: center
}

.ce-mailchimp-form .cl-head {
  display: none
}

.ce-mailchimp-form input[type=email]::placeholder {
  color: #6d727c;
  text-tranform: capitalize
}

.ce-mailchimp-form p {
  position: relative
}

.ce-mailchimp-form input[type=email] {
  color: #6d727c;
  border-radius: 25px;
  border: 1px solid #ecf2f7;
  padding: 10px 20px;
  width: 100%;
  padding-right: 150px
}

.ce-mailchimp-form input[type=submit] {
  background: #000;
  color: #fff;
  border-radius: 25px;
  height: 50px;
  padding: 10px 40px;
  text-transform: uppercase;
  position: absolute;
  right: 0;
  font-size: 13px;
  font-weight: 500;
  transition: all 0.3s
}

.ce-mailchimp-form input[type=submit]:hover {
  background: #01B7CC
}

.ce-mailchimp-form.light {
  background: transparent;
  box-shadow: none;
  padding: 33px 0px
}

.ce-mailchimp-form.light input[type=email] {
  border: none
}

.ce-mailchimp-form.light .ce-head h5 {
  color: #667687;
  line-height: 27px;
  text-transform: inherit;
  font-size: 16px;
  font-weight: normal
}

.ce-mailchimp-form.dark {
  background: transparent;
  box-shadow: none;
  padding: 33px 0px
}

.ce-mailchimp-form.dark input[type=email] {
  border: none;
  background: #192331
}

.ce-mailchimp-form.dark .ce-head h2 {
  color: #f6fafc
}

.ce-mailchimp-form.dark .ce-head h5 {
  color: #667687;
  line-height: 24px;
  font-size: 16px;
  text-transform: inherit;
  font-weight: normal
}

.ce-mailchimp-form.dark input[type=submit] {
  background-image: linear-gradient(300deg, #025ba3 34%, #03a18e 100%)
}

.ce-mailchimp-form.bygge {
  background: transparent;
  padding: 0;
  box-shadow: none
}

.ce-mailchimp-form.bygge .ce-head h2 {
  color: #fff
}

.ce-mailchimp-form.bygge .ce-head p {
  width: 80%;
  color: #b2bdc6
}

.ce-mailchimp-form.bygge form {
  position: relative
}

.ce-mailchimp-form.bygge form input[type=email] {
  color: #b2bdc6;
  font-family: Rubik;
  font-size: 16px;
  padding: 17px 20px;
  border-radius: 30px;
  border-color: #4b5257;
  background: transparent
}

.ce-mailchimp-form.bygge form input[type=submit] {
  position: absolute;
  top: -73px;
  right: 5px;
  font-size: 12px;
  text-transform: uppercase;
  color: #b2bdc6;
  background: #232d34
}

@media (max-width: 767px) {
  .ce-mailchimp-form .row {
    display: block
  }

  .ce-mailchimp-form .ce-head {
    display: none
  }
}

@media (max-width: 320px) {
  .ce-mailchimp-form input[type=submit] {
    position: static
  }
}

.ce-service-box {
  position: relative
}

.ce-service-box .service-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px;
  z-index: 99;
  position: relative;
  text-align: center
}

.ce-service-box .service-content .icon {
  margin-bottom: 20px
}

.ce-service-box .service-content .icon i {
  color: var(--codeless-primary-color);
  font-size: 48px;
  line-height: 48px;
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86)
}

.ce-service-box .service-content .icon svg {
  width: 60px;
  display: block;
  height: 60px;
  fill: var(--codeless-primary-color);
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86)
}

.ce-service-box .service-content h4 {
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  margin-bottom: 10px;
  font-size: 20px
}

.ce-service-box .service-content .desc {
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 22px
}

.ce-service-box .service-content .circle {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86)
}

.ce-service-box .service-content .circle i {
  color: var(--codeless-primary-color);
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86)
}

.ce-service-box .service-bg-image {
  opacity: 0;
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: opacity 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: opacity 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86)
}

.ce-service-box .service-bg-image img {
  position: relative;
  object-fit: cover;
  width: 100%;
  height: 100%
}

.ce-service-box .service-bg-image:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: opacity 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: opacity 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: opacity 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  background: var(--codeless-secondary-color);
  opacity: 0
}

.ce-service-box a {
  z-index: 999;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%
}

.ce-service-box.with_bg_hover {
  background: #fff
}

.ce-service-box.with_bg_hover .circle {
  background: #fff;
  border: 1px solid var(--codeless-border-color)
}

.ce-service-box.with_bg_hover:hover .service-bg-image {
  opacity: 1
}

.ce-service-box.with_bg_hover:hover .service-bg-image:before {
  opacity: 0.6
}

.ce-service-box.with_bg_hover:hover .service-content .icon i {
  color: #fff
}

.ce-service-box.with_bg_hover:hover .service-content h4 {
  color: #fff
}

.ce-service-box.with_bg_hover:hover .service-content .desc {
  color: #fff
}

.ce-service-box.with_bg_hover:hover .service-content svg {
  fill: #fff
}

.ce-service-box:hover .circle {
  background: var(--codeless-primary-color);
  border: 1px solid var(--codeless-primary-color)
}

.ce-service-box:hover .circle i {
  color: #fff
}

.ce-service-box-two {
  position: relative;
  border: 1px solid var(--codeless-border-color);
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86)
}

.ce-service-box-two .service-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px 25px;
  z-index: 99;
  position: relative;
  text-align: left;
  min-height: 330px
}

.ce-service-box-two .service-content .icon {
  margin-bottom: 30px
}

.ce-service-box-two .service-content .icon i {
  color: var(--codeless-primary-color);
  font-size: 48px;
  line-height: 48px;
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86)
}

.ce-service-box-two .service-content .icon svg {
  width: 60px;
  display: block;
  height: 60px;
  fill: var(--codeless-primary-color);
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86)
}

.ce-service-box-two .service-content h4 {
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  margin-bottom: 0px;
  font-size: 20px
}

.ce-service-box-two .service-content .subtitle {
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  font-size: 12px;
  letter-spacing: 0.2em;
  line-height: 22px;
  font-weight: 500
}

.ce-service-box-two .service-content .btn span {
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  font-size: 12px;
  letter-spacing: 0.02em;
  margin-right: 5px;
  text-transform: uppercase;
  font-weight: 500
}

.ce-service-box-two .service-content .btn i {
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  color: var(--codeless-primary-color);
  top: 2px;
  position: relative
}

.ce-service-box-two .service-bg-gradient {
  opacity: 0;
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--codeless-primary-color);
  background: -moz-linear-gradient(45deg, var(--codeless-primary-color) 1%, #c9a75e 100%);
  background: -webkit-linear-gradient(45deg, var(--codeless-primary-color) 1%, #c9a75e 100%);
  background: linear-gradient(45deg, var(--codeless-primary-color) 1%, #c9a75e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--codeless-primary-color)', endColorstr='#c9a75e', GradientType=1);
  -webkit-transition: opacity 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: opacity 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: opacity 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86)
}

.ce-service-box-two a {
  z-index: 999;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%
}

.ce-service-box-two:hover {
  border: 1px solid #fff
}

.ce-service-box-two:hover .service-bg-gradient {
  opacity: 1
}

.ce-service-box-two:hover .service-content .icon i {
  color: #fff
}

.ce-service-box-two:hover .service-content .icon svg {
  fill: #fff
}

.ce-service-box-two:hover .service-content h4 {
  color: #fff
}

.ce-service-box-two:hover .service-content .subtitle {
  color: #fff
}

.ce-service-box-two:hover .service-content .btn span, .ce-service-box-two:hover .service-content .btn i {
  color: #fff
}

.bygge-service {
  position: relative;
  height: 100%
}

.bygge-service .service-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  background-color: #1c242a;
  padding: 90px 70px;
  position: relative;
  z-index: 9
}

.bygge-service:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 390px;
  height: 300px;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  z-index: -1
}

.bygge-service:hover:before {
  opacity: 1;
  visibility: visible;
  z-index: 99
}

.bygge-service .elementor-service-box-title {
  display: block;
  color: #b2bdc6;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 3px;
  font-family: 'Rubik', sans-serif;
  margin-bottom: 5px;
  word-break: break-all
}

.bygge-service .desc {
  font-size: 30px;
  color: #fff;
  font-family: 'Krona One', sans-serif;
  word-break: break-all
}

.ce-timeline {
  display: flex;
  align-items: stretch;
  position: relative
}

.ce-timeline .single-year {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding-left: 40px;
  padding-right: 40px;
  position: relative
}

.ce-timeline .single-year .year-title {
  padding-bottom: 100px;
  text-align: center
}

.ce-timeline .single-year:nth-child(odd) {
  padding-top: 70px
}

.ce-timeline .single-year:nth-child(even) {
  padding-bottom: 70px
}

.ce-timeline .single-year:nth-child(even) .year-title {
  order: 3;
  padding-top: 100px;
  padding-bottom: 0
}

.ce-timeline .single-year .title {
  font-size: 20px;
  margin-bottom: 10px
}

.ce-timeline .single-year:after {
  content: "";
  border-radius: 50%;
  height: 36px;
  width: 36px;
  transform: scale(1);
  background: #ff793f;
  animation: pulse-orange 1.5s infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -19px;
  z-index: 9;
  margin-left: -20px
}

.ce-timeline:after {
  content: "";
  width: 100%;
  height: 1px;
  background: var(--codeless-border-color);
  position: absolute;
  top: 50%;
  left: 0px
}

@keyframes pulse-orange {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 121, 63, 0.7)
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 121, 63, 0)
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 121, 63, 0)
  }
}

.ce-hotspot {
  position: relative
}

.ce-hotspot .image {
  aspect-ratio: 16/9
}

.ce-hotspot .image img {
  object-fit: cover;
  width: 100%;
  height: 100%
}

.ce-hotspot .location {
  position: absolute
}

.ce-hotspot .location .spot {
  cursor: pointer;
  width: 20px;
  height: 20px;
  background: var(--codeless-primary-color);
  -webkit-animation: r2 2s 0.5s ease-out infinite;
  -moz-animation: r2 2s 0.5s ease-out infinite;
  animation: r2 2s 0.5s ease-out infinite;
  border: 4px solid #fff;
  border-radius: 50%
}

.ce-hotspot .location .info {
  opacity: 0;
  transform: translateY(10px);
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  background: var(--codeless-secondary-color);
  padding: 30px 40px;
  width: 286px;
  border-radius: 6px;
  margin-left: 15px;
  margin-top: 15px;
  z-index: 99999;
  position: absolute;
  box-shadow: 10px 41px 57px -17px rgba(0, 0, 0, 0.22)
}

.ce-hotspot .location .info h4 {
  color: #fff;
  margin-bottom: 15px
}

.ce-hotspot .location:hover .info {
  transform: translateY(0px);
  opacity: 1
}

.ce-hotspot .location .icon-t {
  display: flex;
  align-items: flex-start;
  margin-top: 10px
}

.ce-hotspot .location .icon-t i {
  color: var(--codeless-primary-color);
  font-size: 32px;
  margin-right: 7px;
  margin-top: 4px
}

@keyframes r2 {
  0% {
    box-shadow: 0 0 8px 6px rgba(244, 114, 44, 0), 0 0 0px 0px rgba(244, 114, 44, 0)
  }

  10% {
    box-shadow: 0 0 8px 6px rgba(244, 114, 44, 0.3), 0 0 2px 10px rgba(244, 114, 44, 0.3)
  }

  100% {
    box-shadow: 0 0 8px 6px rgba(244, 114, 44, 0), 0 0 20px 60px rgba(244, 114, 44, 0)
  }
}
