

/*------------------------------------------------------------------
[3.1 Banner ]
*/

.banner-area {
  position: relative;
  min-height: 330px;
  z-index: 0;
}

.banner .video-wrap video,
.banner .video-wrap {
  position: absolute;
  top: 0;left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.banner .video-wrap iframe.video {
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 300%;
  max-width: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.banner.fixed-height {}

.banner-area .scroll-next,
.split-screen-items .scroll-next,
.one-screen-items .scroll-next {
  position: absolute;
  right: 45px;
  bottom: 30px;
  z-index: 3;
  line-height: 2em;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  -moz-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  -webkit-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  transform: rotate(-90deg) translate(100%, 0%);
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 100% 100%;
}

.banner-area.current-white .scroll-next,
.split-screen-items .scroll-next,
.one-screen-items .scroll-next {
  color: #f4f1de;
}

.banner-area .scroll-next:hover,
.split-screen-items .scroll-next:hover {
  bottom: 20px;
}

.banner-area .scroll-next .mouse,
.split-screen-items .scroll-next .mouse,
.one-screen-items .scroll-next .mouse {
  width: 20px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  box-shadow: inset 0 0 0 1.5px;
  border-radius: 8px;
  position: relative;
}

@-webkit-keyframes mouse_roll {
  0% {
    -ms-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    opacity: 0;
  }

  20%,
  50% {
    opacity: 1;
  }

  100% {
    -ms-transform: translate(-6px, 0px);
    -moz-transform: translate(-6px, 0px);
    -webkit-transform: translate(-6px, 0px);
    -o-transform: translate(-6px, 0px);
    transform: translate(-6px, 0px);
    opacity: 0;
  }
}

@keyframes mouse_roll {
  0% {
    -ms-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    opacity: 0;
  }

  20%,
  50% {
    opacity: 1;
  }

  100% {
    -ms-transform: translate(-6px, 0px);
    -moz-transform: translate(-6px, 0px);
    -webkit-transform: translate(-6px, 0px);
    -o-transform: translate(-6px, 0px);
    transform: translate(-6px, 0px);
    opacity: 0;
  }
}

.banner-area .scroll-next .mouse:before,
.split-screen-items .scroll-next .mouse:before,
.one-screen-items .scroll-next .mouse:before {
  content: "";
  width: 4px;
  height: 2px;
  position: absolute;
  top: 50%;
  right: 5px;
  box-shadow: inset 0 0 0 2px;
  margin-top: -1px;
  opacity: .5;
  -webkit-animation: mouse_roll 1s linear infinite;
  -moz-animation: mouse_roll 1s linear infinite;
  -ms-animation: mouse_roll 1s linear infinite;
  -o-animation: mouse_roll 1s linear infinite;
  animation: mouse_roll 1s linear infinite;

}

.banner-area .scroll-next span,
.one-screen-items .scroll-next span {
  display: inline-block;
  vertical-align: middle;
}

.banner-area.with-left-offset {
  padding-left: 110px;
}

.banner-area.with-bottom-offset {
  padding-bottom: 110px;
}

.banner-area.type3:before {
  content: "";
  position: absolute;
  left: 0;
  height: 0;
  width: 100%;
  bottom: 0;
  background: #fff;
  z-index: -1;
  border-bottom: 1px solid #eee;
}

.banner-area.type3.with-bottom-offset:before {
  height: 110px;
}

.banner-area.type3.with-nav-thumbs:before {
  width: 100%;
}

.site-dark .banner-area {
  background: #000;
}

.banner-color-white {
  color: #fff;
}

.banner-color-black {
  color: #000;
}

.banner-social-buttons {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 10;
  font-size: 12px;
  text-transform: uppercase;
  white-space: nowrap;
  width: 65px;
  font-weight: 600;
  letter-spacing: .05em;
  pointer-events: none;
}

.current-black .banner-social-buttons {
  color: #50514f;
}

.social-buttons-align-right .banner-social-buttons {
  left: auto;
  right: 0;
}

.site-dark .banner-social-buttons {
  color: #636363;
}

.banner-social-buttons>div {
  width: 600px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 30px;
  -moz-transform: translate(-50%, -50%) rotate(-90deg);
  -ms-transform: translate(-50%, -50%) rotate(-90deg);
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  -o-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
}

.with-wave .banner-social-buttons>div {
  margin-top: -30px;
}

.banner-social-buttons>div>i {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  color: #f2cc8f;
  margin-right: 30px;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.banner-social-buttons a {
  text-decoration: none;
  display: inline-block;
  margin: 0 25px;
  position: relative;
  pointer-events: all;
}

.current-white .banner-social-buttons {
  color: #f4f1de;
}

.banner-social-buttons a:hover {
  color: #f2cc8f;
}

.current-black .banner-social-buttons a:hover {
  color: #e2503f;
}

.banner-social-buttons a i {
  display: inline-block;
  /* vertical-align: middle; */
  margin-right: 5px;
  color: #f2cc8f;
}

.current-black .banner-social-buttons a i {
  color: inherit;
}

.current-black .banner-social-buttons a:hover i {
  color: #e2503f;
}

.banner-social-buttons a span {
  display: inline-block;
}

.banner-social-buttons .cell {
  width: 70px;
  height: 100vh;
  min-height: 470px;
}

.banner-social-buttons .links {
  text-align: center;
  width: 340px;
  margin-left: -140px;
  position: absolute;
  top: 50%;
  left: 0;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.banner-social-buttons .item i {
  margin-right: 5px;
}

.banner-social-buttons-type2 {
  position: absolute;
  bottom: 20px;
  right: 30px;
  z-index: 10;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
}

.current-white .banner-social-buttons-type2 {
  color: #fff;
}

.current-dark .banner-social-buttons-type2 {
  color: #000;
}

.banner-social-buttons-type2 {}

.banner-social-buttons-type2 a {
  text-decoration: none;
  margin-left: 25px;
}

.banner-social-buttons-type2 a i {
  margin-right: 5px;
}

.banner-social-buttons-type2 a span {}

.banner-area .banner-bottom {
  position: absolute;
  bottom: 150px;
  left: 0;
  width: 100%;
  z-index: 10;
}

.banner-area.current-white .banner-bottom {
  color: #fff;
}

.banner-area .banner-bottom .dots {}

.banner-area .banner-bottom .dots .dot-item {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  cursor: pointer;
}

.banner-area .banner-bottom .dots .dot-item:before {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #0e1116;
  border-radius: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: .4;
}

.banner-area.current-white .banner-bottom .dots .dot-item:before {
  background: #fff;
}

.banner-area .banner-bottom .dots .dot-item.current:before {
  opacity: 1;
  background: #f2cc8f;
}

.banner-area .banner-bottom .dots .dot-item svg {
  display: block;
}

.banner-area .banner-bottom .dots .dot-item svg circle {
  -webkit-transition: stroke-dashoffset 0.3s ease;
  -moz-transition: stroke-dashoffset 0.3s ease;
  -o-transition: stroke-dashoffset 0.3s ease;
  -ms-transition: stroke-dashoffset 0.3s ease;
  transition: stroke-dashoffset 0.3s ease;
  stroke-dasharray: 56.5487, 56.5487;
  stroke-dashoffset: 56.5487;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  stroke: #0e1116;
  opacity: 0.3;
}

.banner-area.current-white .banner-bottom .dots .dot-item svg circle {
  stroke: #fff;
}

.banner-area .banner-bottom .dots .dot-item.current svg circle {
  stroke-dashoffset: 0;
}

.banner:not(.fixed-height) {
  min-height: 450px;
}

.banner .item {
  background-size: cover;
  background-position: 50%;
  position: relative;
  overflow: hidden;
  padding: 0 70px;
}

.banner .item .banner-side-img {
  position: absolute;
}

.banner.owl-carousel .item .banner-side-img {
  -moz-transform: translate(100vw, 0%);
  -ms-transform: translate(100vw, 0%);
  -webkit-transform: translate(100vw, 0%);
  -o-transform: translate(100vw, 0%);
  transform: translate(100vw, 0%);
  -webkit-transition: all 1.5s ease;
  -moz-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  -ms-transition: all 1.5s ease;
  transition: all 1.5s ease;
  transition-delay: .5s;
}

.banner.owl-carousel .active .item .banner-side-img {
  -moz-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  -webkit-transform: translate(0%, 0%);
  -o-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  transition-delay: 0s;
}

.banner .item .banner-side-img img {
  position: absolute;
  left: 50%;
  bottom: 0;
  max-height: 100%;
  width: auto;
  height: auto;
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

.header-type-left-side-t2 .banner .item:before,
.header-type-left-side-t2 .vc_row[data-vc-full-width]:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: -260px;
  bottom: 0;
  width: 125px;
  background: #fafafa;
}

.banner .item.top-left {
  background-position: top left;
}

.banner .item.top-center {
  background-position: top center;
}

.banner .item.top-right {
  background-position: top right;
}

.banner .item.center-left {
  background-position: center left;
}

.banner .item.center-center {
  background-position: center;
}

.banner .item.center-right {
  background-position: center right;
}

.banner .item.bottom-left {
  background-position: bottom left;
}

.banner .item.bottom-center {
  background-position: bottom center;
}

.banner .item.bottom-right {
  background-position: bottom right;
}

.banner .item.black {}

.banner .item.white {
  color: #f4f1de;
}

.banner .item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.banner .item .video,
.banner .item .yt-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
  /* z-index: -1; */
}

.banner .item .video {}

.banner .item .video-buttons {
  position: absolute;
  bottom: 58px;
  left: 0;
  right: 0;
  z-index: 100;
  pointer-events: none;
  font-size: 24px;
  text-align: right;
}

.banner .item .video-buttons .container>* {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  pointer-events: all;
  position: relative;
  margin-right: 10px;
}

.banner .item .video-buttons .container>*:before,
.banner .item .video-buttons .container>* i {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.banner .item .video-buttons .container>*.active:before {
  opacity: 0;
}

.banner .item .video-buttons .container>* i {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.banner .item .video-buttons .container>*.active i {
  opacity: 1;
}

.banner .item .video:before {
  content: "";
  display: block;
}

.banner .item .video iframe {
  box-sizing: border-box;
  height: 56.25vw;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  width: 177.77777778vh;
}

.banner .item .yt-video iframe {
  /* transform: none; */
}

.banner .cell {
  width: 1800px;
  padding: 100px 0 30px;
  position: relative;
  z-index: 2;
  height: 100vh;
}

.with-wave .banner .cell {}

.banner.fixed-height .cell {
  /* padding: 30px 0; */
}

.banner .item.top .cell {
  vertical-align: top;
}

.banner .item.bottom .cell {
  vertical-align: bottom;
}

.banner .cell .sub-h {
  margin-bottom: 15px;
  color: #8b1207;
  text-transform: uppercase;
  font-weight: 600;
}

.banner .cell .sub-h {}

.banner .black .cell .sub-h {}

.type2 .banner .cell .sub-h {
  color: inherit;
}

.product-banner .banner .cell .sub-h {
  color: #f2cc8f;
}

.product-banner .cell .sub-h,
.sale-banner .cell .sub-h {
  position: relative;
  top: 0;
  margin-bottom: 15px;
}

.banner .cell .h {
  line-height: 1em;
  font-size: 60px;
  margin: 0;
  margin-bottom: 15px;
  font-weight: bold;
}

.sale-banner .banner .cell .h {
  text-transform: uppercase;
  font-weight: 500;
}

.banner .cell .h.uppercase {
  text-transform: uppercase;
}

.product-banner .cell .h {
  font-size: 60px;
  font-weight: 500;
}

.banner .cell .h:last-of-type {
  margin-bottom: 0;
}

.banner .cell .h span {
  color: #e2503f;
}

.banner .cell .sub-h+.h {}

.product-banner .cell .sub-h+.h {
  margin-top: 0;
}

.banner .cell .text {
  line-height: 1.5em;
  font-weight: 300;
  margin-top: -5px;
  margin-bottom: 33px;
  margin: 30px 0 30px;
  max-width: 650px;
  font-size: 18px;
}

.banner .cell .text ul {
  margin: 20px 0 25px;
  margin-left: 0;
  padding-left: 0;
}

.banner .cell .text ul li {
  display: block;
  position: relative;
  padding-left: 22px;
  margin: 12px 0;
}

.banner .cell .text ul li:before {
  content: "\e943";
  font-family: 'material-design-icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #f2cc8f;
  font-size: 10px;
  position: absolute;
  top: 7px;
  left: 0;
}

.banner .sale-size {
  color: #464646;
  font-size: 72px;
  font-weight: 600;
  line-height: 1em;
}

.banner .sale-size span {
  font-size: 14px;
  text-transform: uppercase;
  color: #f2cc8f;
  line-height: 15px;
  display: block;
}

.banner .item .link-area {
  margin-top: 25px;
}

.banner .link-area .button-style1 {
  /* margin-right: 20px; */
  /* margin-bottom: 10px; */
  display: inline-table;
}

.banner .black .link-area .button-style1 {
  color: #50514f;
}

.banner .link-area .button-style1:hover {
  color: #f4f1de !important;
}

.banner .owl-dots {
  position: absolute;
  top: 50%;
  right: 20px;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.banner .owl-dots .owl-dot {
  counter-increment: slides-num;
  margin: 10px 0;
  width: 25px;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #989796;
}

.banner .owl-dots .owl-dot.active {
  color: #f2cc8f;
}

.banner .owl-dots .owl-dot:before {
  content: '0'counter(slides-num);
  display: block;
}

.banner .owl-dots .owl-dot:nth-child(n+10):before {
  content: counter(slides-num);
}

.banner .owl-dots .owl-dot:after {
  content: "";
  position: absolute;
  right: -20px;
  width: 0px;
  top: 50%;
  height: 1px;
  box-shadow: inset 0 0 0 5px;
  margin-top: -1px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.banner .owl-dots .owl-dot.active:after {
  width: 13px;
}

.banner .owl-nav {
  position: absolute;
  left: 70px;
  bottom: 0;
}

.banner .owl-nav>div {
  float: left;
  background: #f2cc8f;
  color: #fff;
  line-height: 70px;
  width: 70px;
  text-align: center;
  font-size: 20px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.banner .owl-nav>div:hover {
  -webkit-filter: grayscale(20%);
  -moz-filter: grayscale(20%);
  -ms-filter: grayscale(20%);
  -o-filter: grayscale(20%);
  filter: grayscale(20%);
}

.banner .owl-nav>div:not(:last-of-type) {
  box-shadow: inset -1px 0 0 #ffffff40;
}

.portfolio-navigation {
  position: absolute;
  left: 30px;
  bottom: 55px;
  z-index: 2;
  color: #fff;
  pointer-events: none;
}

.banner-area .portfolio-navigation {
  left: 0;
  right: 0;
  text-align: left;
}

.current-black .portfolio-navigation {
  color: #3a3839;
}

.portfolio-navigation .owl-nav {}

.portfolio-navigation .owl-nav>*,
.portfolio-slider-item .nav .owl-prev,
.portfolio-slider-item .nav .owl-next,
.brand-logo-items .owl-prev,
.brand-logo-items .owl-next,
.portfolio-cols-slider .owl-nav>*,
.price-list .owl-nav>* {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  width: 3.000em;
  line-height: 3.000em;
  background: #f4f1de;
  color: #e2503f;
  border-radius: 50%;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  text-align: center;
  pointer-events: all;
}

.portfolio-navigation .owl-nav>.owl-prev:hover,
.portfolio-slider-item .nav .owl-prev:hover,
.brand-logo-items .owl-prev:hover,
.portfolio-cols-slider .owl-prev:hover {
  text-indent: -5px;
}

.portfolio-navigation .owl-nav>.owl-next:hover,
.portfolio-slider-item .nav .owl-next:hover,
.brand-logo-items .owl-next:hover,
.portfolio-cols-slider .owl-next:hover {
  text-indent: 5px;
}

.portfolio-navigation .owl-nav>*:before {}

.portfolio-navigation .counter {
  font-size: 12px;
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 95px;
  pointer-events: none;
  color: #8b1207;
}

.current-black .portfolio-navigation .counter {
  color: #50514f;
}

.banner-area .portfolio-navigation .counter {
  left: 295px;
  text-align: right;
  width: 65px;
  top: -15px;
}

.portfolio-navigation .counter span {
  padding: 0 3px;
}

.portfolio-navigation .counter span:first-of-type {
  font-size: 18px;
}

.portfolio-navigation .line {
  position: absolute;
  top: 20px;
  left: 100px;
  width: 225px;
  height: 2px;
  background: #b0180a;
  pointer-events: none;
}

.banner-area .portfolio-navigation .line {
  left: 135px;
}

.current-black .portfolio-navigation .line {
  background: #50514f;
}

.portfolio-navigation .line.go {}

.portfolio-navigation .line div {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #f4f1de;
  width: 0;
  height: 2px;
}

.current-black .portfolio-navigation .line div {
  background: #f4f1de;
}

.portfolio-navigation .line div.go {
  width: 100%;
}

.portfolio-navigation .line span {
  position: absolute;
  top: -28px;
  left: 0;
  font-size: 12px;
  font-weight: bold;
  color: #8b1207;
  letter-spacing: .1em;
  text-transform: uppercase;
}

/*------------------------------------------------------------------
[3.3 Video Block ]
*/

.video-block {
  color: #fff;
}

.video-block.dark {
  color: #50514f;
}

.video-block a {
  display: block;
  background: 50% no-repeat;
  background-size: cover;
}

.video-block a>div {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  min-width: 90%;
}

.video-block.with-wave a>div {
  margin-top: -70px;
}

.video-block .sub-h {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
  color: #a8a094;
}

.video-block.light .sub-h {
  color: inherit;
}

.video-block .h {
  font-size: 48px;
  line-height: 1em;
  font-weight: bold;
  margin-bottom: 20px;
}

.video-block .desc {
  max-width: 480px;
  margin: 0 auto 25px;
  line-height: 1.5;
}

.video-block.dark .desc {
  color: #787878;
}

.video-block .play-button {
  /* display: block; */
}

.video-block .wave-area {}



/*------------------------------------------------------------------
[3.4 Portfolio ]
*/

.portfolio-items {
  margin-top: 40px;
}

.portfolio-type-horizontal {
  margin: 0;
}

.portfolio-type-justified {
  position: relative;
  margin: 0 -15px;
}

.portfolio-type-carousel {}

.portfolio-type-carousel .owl-stage {
  width: 1000000px !important;
}

.portfolio-type-carousel .owl-dots {
  margin: 35px 0;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
}

.portfolio-type-carousel.owl-carousel.owl-loaded {
  margin: 60px 0;
}

.portfolio-type-carousel .owl-item {
  padding: 1px;
}

.portfolio-items.gap-off {
  margin: 0;
}

.portfolio-item {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  color: #fff;
}

.site-dark .portfolio-item {}

.owl-carousel .portfolio-item {
  margin-bottom: 0;
}

.portfolio-type-justified .portfolio-item {
  position: absolute;
  width: auto;
  padding: 0px;
  margin: 0;
  /* overflow: hidden; */
}

.gap-off .portfolio-item,
.portfolio-type-packery .portfolio-item {
  margin: 0;
  padding: 0;
}

.portfolio-item .wrap {
  top: 0;
  left: 0;
  position: relative;
  overflow: hidden;
  color: #fff;
}

.gap-off .portfolio-item .wrap {
  border-radius: 0;
  box-shadow: none;
}

.site-dark .portfolio-item .wrap {
  box-shadow: 0 0 0 1px #393939;
}

.portfolio-type-packery .portfolio-item:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.portfolio-item .wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.hover-style2 .portfolio-item .wrap:before {
  background: #50514f;
}

.portfolio-item:hover .wrap:before {
  opacity: .6;
  filter: alpha(opacity=60);
  visibility: visible;
  border-radius: 0;
}

.portfolio-item .a-img {
  overflow: hidden;
}

.portfolio-type-justified .portfolio-item .a-img,
.portfolio-type-justified .portfolio-item .wrap,
.portfolio-type-packery .portfolio-item .a-img,
.portfolio-type-packery .portfolio-item .wrap,
.portfolio-type-packery .portfolio-item .a-img div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.portfolio-type-packery.gap-on .portfolio-item .wrap {
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
}

.portfolio-item .a-img div {
  padding-bottom: 100%;
  background-size: cover;
  background-position: 50%;
}

.portfolio-type-packery .portfolio-item .a-img div {
  padding-bottom: 0%;
}

.portfolio-item .a-img img {
  display: block;
  width: 100%;
}

.portfolio-type-justified .portfolio-item img {
  position: absolute;
  top: 50%;
  left: 50%;
}

.portfolio-item h6 {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 10px;
  right: 10px;
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease;
  z-index: 2;
  font-size: 20px;
  font-weight: 500;
  line-height: 1em;
}

.portfolio-item:hover h6 {
  opacity: 1;
  visibility: visible;
}

.portfolio-item h6 .cell {
  width: 10000px;
  /* height: 85px; */
  padding: 0;
}

.portfolio-item h6 .categ {
  color: #f71466;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
}

.portfolio-item h6 .cat {
  font-size: 14px;
  color: #f2cc8f;
  font-weight: 300;
  margin-bottom: 10px;
}

.hover-style1 .portfolio-item h6 .cell {
  display: block;
  width: auto;
}

.hover-style1 .portfolio-item h6 .cell>* {
  display: block;
}

.portfolio-item h6 .name {
  display: block;
  line-height: 1em;
  font-weight: 600;
}

.hover-style1 .portfolio-item h6 {
  background: #343333;
  color: #fff;
  position: absolute;
  top: auto;
  left: 10%;
  right: auto;
  bottom: 35px;
  padding: 28px 25px 28px 45px;
  max-width: 90%;
  text-align: left;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  font-size: 24px;
  line-height: normal;
  -ms-transform: translate(0%, 0%);
  -webkit-transform: translate(0%, 0%);
  -o-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}

.hover-style1 .portfolio-item:hover h6 {
  left: 0;
  opacity: 1;
}

.hover-style1 .portfolio-item.col-md-3 h6 {}

.portfolio-item .readmore-link {
  display: block;
  font-size: 14px;
  letter-spacing: .05em;
  text-transform: uppercase;
  line-height: normal;
  margin: 0 0 10px;
}

.portfolio-item>a {
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  bottom: 0;
  z-index: 2;
}

.portfolio-type-justified .portfolio-item>a {
  left: 0;
  right: 0;
}

.portfolio-type-carousel .portfolio-item a {
  left: 0;
  right: 0;
}

.portfolio-type-packery.gap-on .portfolio-item a {}

.gap-off .portfolio-item a {
  left: 0;
  right: 0;
}

.load-items-area {
  display: none !important;
}

.load-button,
.loadmore-button-block {
  margin: 0 0 30px;
  width: 100%;
  padding-bottom: 20px;
  position: relative;
  z-index: 1;
  color: #e2503f;
}

.load-button a,
.loadmore-button-block a {
  color: inherit;
}

.load-button a:before,
.loadmore-button-block a:before {
  content: "\e96a";
  text-indent: 0;
  line-height: 3.2em;
}

.woocommerce+.load-button,
.woocommerce+.loadmore-button-block {
  margin-top: 0px;
}

.blog-items+.load-button,
.blog-items+.loadmore-button-block {
  margin: 0 0 30px 0;
  padding: 0;
}

.portfolio-items+.load-button,
.portfolio-items+.loadmore-button-block {
  padding: 0;
  margin: 0 0 30px;
}

.portfolio-items.hover-style2+.load-button,
.portfolio-items.hover-style2+.loadmore-button-block {
  margin-top: 0px;
}

.portfolio-items.hover-style1+.load-button,
.portfolio-items.hover-style1+.loadmore-button-block {
  /* margin-top: 5px; */
}

.portfolio-items.portfolio-type-masonry_type2+.load-button,
.portfolio-items.portfolio-type-masonry_type2+.loadmore-button-block {
  margin-top: -105px;
  margin-bottom: 50px;
}

.portfolio-type-justified+.load-button,
.portfolio-type-packery+.load-button,
.portfolio-type-justified+.loadmore-button-block,
.portfolio-type-packery+.loadmore-button-block {
  margin: 20px 0 30px;
}

.portfolio-type-justified+.load-button,
.portfolio-type-justified+.loadmore-button-block {
  margin-top: 0;
}

.portfolio-items.gap-off+.load-button,
.portfolio-items.gap-off+.loadmore-button-block {
  margin: 30px 0;
}

.portfolio-items.space-on+.load-button,
.portfolio-items.space-on+.loadmore-button-block {
  margin-bottom: 30px;
}

.portfolio-items+.load-button a {
  display: inline-block;
}

.portfolio-type-packery.cols-2 .portfolio-item:nth-child(5n+2) {
  width: 100%
}

.portfolio-type-packery.cols-2 .portfolio-item:nth-child(5n+2):before,
.portfolio-type-packery.cols-2 .portfolio-item:nth-child(5n+4):before {
  padding-bottom: 50%;
}

.portfolio-type-packery.cols-2 .portfolio-item:nth-child(5n+5),
.portfolio-type-packery.cols-2 .portfolio-item:nth-child(5n+6) {
  width: 25%;
}

.portfolio-type-packery.cols-3 .portfolio-item:nth-child(5n+2):before {
  padding-bottom: 74.5%;
}

.portfolio-type-packery.cols-3 .portfolio-item:nth-child(5n+3):before {
  padding-bottom: 85%;
}

.portfolio-type-packery.cols-3 .portfolio-item:nth-child(5n+4):before {
  padding-bottom: 142.5%;
}

.portfolio-type-packery.cols-3 .portfolio-item:nth-child(5n+5):before {
  padding-bottom: 68.5%;
}

.portfolio-type-packery.cols-3 .portfolio-item:nth-child(5n+6):before {
  padding-bottom: 58%;
}

.portfolio-type-packery.cols-4 .portfolio-item:nth-child(6n+4) {}

.portfolio-type-packery.cols-4 .portfolio-item:nth-child(6n+4):before {
  padding-bottom: 134%;
}

.portfolio-type-packery.cols-4 .portfolio-item:nth-child(6n+4),
.portfolio-type-packery.cols-4 .portfolio-item:nth-child(6n+5) {
  width: 50%;
}

.portfolio-type-packery.cols-4 .portfolio-item:nth-child(6n+4):before,
.portfolio-type-packery.cols-4 .portfolio-item:nth-child(6n+5):before {
  padding-bottom: 50%;
}

.portfolio-type-slider {}

.portfolio-type-slider.owl-carousel.owl-loaded {
  margin: 40px 0;
}

.portfolio-slider-item {
  padding: 55px 0 130px;
  position: relative;
  z-index: 1;
  /* margin: 0 50px 0; */
}

.portfolio-slider-item.type2 {
  padding: 30px 0;
}

.portfolio-slider-item .wrap {
  background: #fff;
  padding: 0 65px 0 80px;
  position: relative;
  z-index: 1;
  width: 50%;
}

.portfolio-slider-item.type2 .wrap {
  width: 100%;
  padding: 0;
}

.portfolio-slider-item .wrap>.cell {
  height: 385px;
  padding: 20px 0;
}

.portfolio-slider-item.type2 .image-area {
  max-width: 290px;
  width: 100%;
  float: left;
}

.portfolio-slider-item.type2 .image-area .image {
  padding-bottom: 90%;
  background: 50% no-repeat;
  background-size: cover;
}

.portfolio-slider-item.type2 .image-area .nav-buttons {
  overflow: hidden;
  padding: 1px;
}

.portfolio-slider-item.type2 .image-area .nav-buttons>div {
  float: left;
  width: 50%;
  text-align: center;
  outline: 1px solid #f1f3f2;
  background: #fbfcfb;
  line-height: 63px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.portfolio-slider-item.type2 .image-area .nav-buttons>div:hover {
  background: #f8f9f8;
}

.portfolio-slider-item.type2 .image-area+.content {
  margin-left: 50%;
}

.portfolio-slider-item.type2 .content {
  height: auto !important;
}

.portfolio-slider-item.type2 .content .cell {
  height: 325px;
}

.portfolio-slider-item .wrap .top {
  margin-bottom: 15px;
}

.portfolio-slider-item .wrap .top>* {
  display: inline-block;
  vertical-align: middle;
}

.portfolio-slider-item .wrap .num {
  color: #f5dbb2;
  padding-left: 32px;
  position: relative;
  margin-right: 15px;
  font-size: 18px;
  font-weight: 600;
}

.portfolio-slider-item.type2 .wrap .num {
  color: #ccc5b9;
  padding-left: 0;
}

.portfolio-slider-item.type2 .wrap .num:before {
  display: none;
}

.portfolio-slider-item .wrap .num:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 1px;
  box-shadow: inset 0 0 0 1px;
}

.portfolio-slider-item .wrap .category {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 800;
  color: #a8a094;
}

.portfolio-slider-item .wrap .gear {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: -1;
  overflow: hidden;
  border-radius: 8px;
}

.portfolio-slider-item .wrap .gear:before {
  content: "";
  -webkit-animation: rotating 20s linear infinite;
  -moz-animation: rotating 20s linear infinite;
  -ms-animation: rotating 20s linear infinite;
  -o-animation: rotating 20s linear infinite;
  animation: rotating 20s linear infinite;
  position: absolute;
  top: -0.65em;
  right: -.5em;
  font-size: 300px;
  width: 1em;
  height: 1em;
  background: url(../images/gear.png) 50% no-repeat;
  background-size: 100%;
}

.portfolio-slider-item .wrap .h {
  margin: 0 0 18px;
  line-height: 1.250em;
  font-size: 36px;
}

.portfolio-slider-item .wrap .desc {
  color: #787878;
  line-height: 1.667em;
  font-size: 18px;
  max-width: 365px;
}

.portfolio-slider-item .wrap .button-style2 {
  margin-top: 23px;
}

.portfolio-slider-item .a-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
  z-index: -1;
  background: 50% no-repeat;
  background-size: cover;
}

.portfolio-slider-item .nav {
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 2px;
  /* background: #f8f8f5; */
  width: 100%;
  max-width: 255px;
  text-align: center;
  padding: 30px 15px;
}

.portfolio-slider-item .nav>*,
.testimonials-area .nav>* {
  display: inline-block;
  vertical-align: middle;
  margin: 0 12px !important;
}

.portfolio-slider-item .nav .owl-prev,
.portfolio-slider-item .nav .owl-next {
  background: #fff;
}

.portfolio-slider-item .nav .owl-prev {}

.portfolio-slider-item .nav .counter,
.testimonials-area .nav .counter {
  font-weight: 600;
  font-size: 14px;
  line-height: 1em;
  margin-top: 5px !important;
}

.portfolio-slider-item .nav .counter span:first-of-type,
.testimonials-area .nav .counter span:first-of-type {
  font-size: 18px;
}

.portfolio-slider-item .nav .owl-next {}


/*------------------------------------------------------------------
[3.5 Projects slider ]
*/

.project-horizontal-cell {
  display: table-cell;
  vertical-align: middle;
}

.pt-portfolio.type-pt-portfolio.hentry {
  margin: 0;
}

.projects-slider {
  min-height: 600px;
}

.projects-content {
  width: 275px;
  float: left;
  position: relative;
  z-index: 2;
}


/*------------------------------------------------------------------
[3.5 Filter buttons ]
*/

.filter-button-group,
.category-buttons {
  margin: 45px 0;
  color: #b1b0b0;
}

.filter-button-group.style2 {
  margin: 30px 0;
}

.filter-button-group.container {
  margin: 45px auto 70px !important;
  text-align: center;
}

.filter-button-group .wrap {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  /* box-shadow: inset 0 -1px 0 #d1d8db; */
}

.filter-button-group.style2 .wrap {
  box-shadow: none;
}

.filter-button-group button,
.filter-button-group a,
.category-buttons a {
  border: none;
  background: none;
  padding: 10px 0;
  text-decoration: none;
  line-height: normal;
  font-size: 14px;
  font-weight: 600;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: #969696;
  display: inline-block;
  position: relative;
}

.filter-button-group.style2 button {
  padding: 10px 0 35px;
  font-weight: bold;
  color: #cfcfcf;
  margin: 0 !important;
  min-width: 175px;
  text-align: center;
}

.filter-button-group.style2 button.active {
  color: #0e1116;
  box-shadow: none;
}

.filter-button-group.style2 button:after {
  top: auto !important;
  bottom: 0;
}

.filter-button-group.style2 button:before {
  color: #dedcdd;
  top: auto !important;
  bottom: 6px;
}

.filter-button-group.style2 button:last-of-type:before {
  display: none;
}

.filter-button-group.tac button,
.filter-button-group.tac a,
.category-buttons.tac a {
  margin: 0 15px 0;
}

.filter-button-group.tac button:first-of-type,
.filter-button-group.tac a:first-of-type,
.category-buttons.tac a:first-of-type {
  margin-left: 0;
}

.filter-button-group.tac button:last-of-type,
.filter-button-group.tac a:last-of-type,
.category-buttons.tac a:last-of-type {
  margin-right: 0;
}

.filter-button-group.tal button:not(:last-of-type),
.filter-button-group.tal a:not(:last-of-type),
.category-buttons.tal a:not(:last-of-type) {
  margin-right: 40px;
}

.filter-button-group.tar button:not(:first-of-type),
.filter-button-group.tar a:not(:first-of-type),
.category-buttons.tar a:not(:first-of-type) {
  margin-left: 30px;
}

.filter-button-group button.active,
.filter-button-group a.active,
.category-buttons a.active {
  color: #e2503f;
  box-shadow: inset 0 -3px 0;
}

.filter-button-group button:not(.active):hover,
.category-buttons a:not(.active):hover {
  color: inherit;
}

.post-gallery-packery {}

.post-gallery-packery .item {
  position: relative;
}

.post-gallery-packery.count-1 .item {
  width: 100%;
}

.post-gallery-packery.count-2 .item {
  width: 50%;
}

.post-gallery-packery.count-3 .item {
  width: 50%;
}

.post-gallery-packery.count-4 .item {
  width: 33.33333%;
}

.post-gallery-packery.count-5 .item {
  width: 25%;
}

.post-gallery-packery .item a {
  display: block;
  background-size: cover;
  background-position: 50%;
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
}

.post-gallery-packery .item:before {
  content: "";
  display: block;
  padding-bottom: 67%;
}

.post-gallery-packery.count-3 .item:nth-child(3n+2):before {
  padding-bottom: 134%;
}

.post-gallery-packery.count-4 .item:nth-child(4n+1):before,
.post-gallery-packery.count-4 .item:nth-child(4n+3):before {
  padding-bottom: 134%;
}

.post-gallery-packery.count-5 .item:before {}

.post-gallery-packery.count-5 .item:nth-child(5n+2) {
  width: 50%;
}

.post-gallery-packery.count-5 .item:nth-child(5n+2):before {
  padding-bottom: 67%;
}

.filter-button-on-side {
  position: absolute;
  top: 10px;
  left: 0;
  max-width: 155px;
}

.filter-button-on-side .wrap {}

.filter-button-on-side button {
  display: block;
  position: relative;
  background: none;
  border: none;
  color: #c0c0c0;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .2em;
  font-weight: 500;
  margin-bottom: 30px;
  width: 100%;
  text-align: left;
}

.filter-button-on-side button:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 0;
  height: 3px;
  background: #f2cc8f;
  margin-top: -2px;
}

.filter-button-on-side button.active {
  color: #000000;
  padding-left: 27px;
}

.filter-button-on-side button.active:before {
  width: 15px;
}

.filter-buttons-on-side {
  padding-left: 165px;
  position: relative;
}

.filter-buttons-on-side .portfolio-items {}



/*------------------------------------------------------------------
[ 3.16 Project page ]
*/

.project-slider-area {
  position: relative;
}

.project-slider {
  margin-bottom: 35px !important;
  /* padding-bottom: 45px; */
}

.project-slider-carousel {
  margin-bottom: 25px !important;
}

.project-slider .item {
  text-align: center;
}

.project-slider .item .cell {
  /* height: 590px; */
  width: 1800px;
}

.project-slider .item img {
  max-height: 800px;
  margin: 0 auto;
  width: auto;
  display: inline-block;
  vertical-align: middle;
}

.project-slider-carousel .item {
  padding-bottom: 60%;
  background-size: cover;
  background-position: 50%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

.project-slider-carousel .active-item .item {
  box-shadow: inset 0 0 0 2px #f2cc8f;
}

.project-slider .owl-nav {}

.project-slider .owl-prev,
.project-slider .owl-next {
  position: absolute;
  top: 50%;
  width: 40px;
  line-height: 40px;
  margin-top: -20px;
  text-align: center;
  display: block;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.project-slider .owl-prev:hover,
.project-slider .owl-next:hover {
  color: #f2cc8f;
}

.project-slider .owl-prev {
  left: -40px;
}

.project-slider .owl-next {
  right: -40px;
}

.project-slider .owl-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 14px;
  font-weight: bold;
  color: #bbbaba;
}

.project-slider .owl-dots .owl-dot {
  counter-increment: slides-num;
  display: inline-block;
  margin-right: 15px;
}

.project-slider .owl-dots .owl-dot.active {
  color: #f2cc8f;
}

.project-slider .owl-dots .owl-dot:before {
  content: '0'counter(slides-num);
}


/*------------------------------------------------------------------
[ 3.21 Video Background ]
*/

.jquery-background-video-wrapper {
  position: relative;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}

.jquery-background-video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.js .jquery-background-video.is-visible {
  opacity: 1;
}

.jquery-background-video-pauseplay {
  position: absolute;
  background: transparent;
  border: none;
  box-shadow: none;
  width: 20px;
  height: 20px;
  top: 15px;
  right: 15px;
  padding: 0;
  cursor: pointer;
  outline: none !important;
}

.jquery-background-video-pauseplay span {
  display: none;
}

.jquery-background-video-pauseplay:after,
.jquery-background-video-pauseplay:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.jquery-background-video-pauseplay.play:before {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #FFF;
}

.jquery-background-video-pauseplay.pause:before,
.jquery-background-video-pauseplay.pause:after {
  border-top: 10px solid #FFF;
  border-bottom: 10px solid #FFF;
  border-left: 5px solid #FFF;
}

.jquery-background-video-pauseplay.pause:after {
  left: 10px;
}

/*------------------------------------------------------------------
[3.12 Skills ]
*/

.skill-item {
  margin-bottom: 23px;
}

.skill-item .text {
  margin-left: 180px;
}

.skill-item .text .cell {
  height: 158px;
}

.skill-item h6 {
  margin: 12px 0;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.skill-item h6 a {}

.skill-item h6 a i {
  color: #0085da;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.skill-item h6:hover a i {
  margin-left: 5px;
}

.skill-item .rating-line {
  background: #e0dcd4;
  position: relative;
  margin: 10px 0;
}

.skill-item .rating-line .line {
  text-align: right;
  line-height: 20px;
  position: relative;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  transition: all 0.9s ease;
  background: #e77d72;
  height: 2px;
}

.skill-item .rating-line span {
  display: inline-block;
  padding: 0 3px;
  position: absolute;
  top: -31px;
  right: 0;
  font-size: 16px;
  font-weight: 600;
}

.skill-item .rating-line .lines {
  text-align: justify;
  height: 6px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  z-index: 2;
  width: 100%;
}

.skill-item .rating-line .lines span {
  display: inline-block;
  vertical-align: top;
  width: 1px;
  height: 6px;
  background: #fff;
}

.skill-item .rating-line .lines span:nth-last-of-type(2) {
  margin-right: -1px;
}

.skill-item .rating-line .lines span:last-of-type {
  width: 100%;
  background: none;
}

.skill-item .desc {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.714em;
  margin: 11px 0 0;
}

/*------------------------------------------------------------------
[3.12 Skills ]
*/

.skill-item-circle {
  margin-bottom: 30px;
}

.skill-item-circle .circle {
  position: relative;
}

.skill-item-circle .circle canvas {
  margin: 0 auto;
  display: block;
}

.skill-item-circle .circle .skill-level {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 132px;
  text-align: center;
  line-height: 1em;
  margin-top: -0.45em;
  margin-left: -66px;
  font-size: 30px;
  font-weight: bold;
}

.skill-item-circle .circle .skill-level span {
  font-size: 18px;
  margin-left: 3px;
}

.skill-item-circle h5 {
  text-align: center;
  margin: 20px 0 0;
  font-size: 30px;
  font-weight: bold;
}

.skill-item-circle h5 a {
  text-decoration: none;
}

.skill-item-circle .desc {
  text-align: center;
  font-weight: 300;
  margin: 15px 0 0;
}

/*------------------------------------------------------------------
[ 3.21 Breadcrumbs ]
*/

.breadcrumbs {
  color: #6a6a6a;
  margin: 30px 0 30px;
  font-size: 12px;
}

.breadcrumbs+.page-title {
  margin-top: -5px;
}

.breadcrumbs span {}

.breadcrumbs a {}

.breadcrumbs .sep {}

.breadcrumbs .current {}

/*------------------------------------------------------------------
[ 3.21 Blog post ]
*/

.blog-post-widget {}

.blog-post-widget .item {
  overflow: hidden;
  position: relative;
  margin-bottom: -5px;
  padding: 15px 0;
}

.s-sidebar .blog-post-widget .item {
  border-bottom: 1px solid #f0f0f0;
  margin: 0 -30px;
  padding: 20px 30px;
}

.s-sidebar .blog-post-widget .item:first-of-type {}

.s-sidebar .blog-post-widget .item:last-of-type {
  border: none;
}

.site-footer .blog-post-widget .item {
  max-width: 245px;
}

.blog-post-widget .item .image {
  width: 70px;
  height: 70px;
  display: block;
  float: left;
  background-size: cover;
  background-position: 50%;
}

.site-dark .blog-post-widget .item .image {
  border-color: #393939;
}

.blog-post-widget .item .text {
  text-align: left;
}

.blog-post-widget .item .image+.text {
  margin-left: 90px;
}

.blog-post-widget .item .image+.text .cell {
  height: 70px;
}

.blog-post-widget .item .text .cell {}

.blog-post-widget .item .name {
  line-height: 1;
  font-size: 18px;
  display: block;
  text-decoration: none;
  font-weight: bold;
}

.blog-post-widget .item .name:hover {
  text-decoration: none;
}

.blog-post-widget .item .blog-detail {
  margin: 5px 0 0 0;
  font-size: 12px;
}

.blog-post-widget .item .blog-detail i {
  font-size: 10px;
}



/*------------------------------------------------------------------
[ 3.21 Contact row ]
*/

.contact-row {
  position: relative;
  padding-left: 45px;
  line-height: 20px;
  margin: 25px 0;
  font-weight: 300;
}

.contact-row.style2 {
  color: #787878;
  font-weight: normal;
}

.contact-row i,
.contact-row .icon {
  width: 35px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
  color: #f5dbb2;
}

.contact-row.style2 .icon {
  color: #e2503f;
}

.contact-row i:before,
.contact-row .icon:before {
  display: block;
  line-height: 21px;
}

.contact-row .heading {
  font-size: 18px;
}

.site-footer .contact-row .heading {
  color: #fff;
}

/*------------------------------------------------------------------
[3.1 Tabs ]
*/

.tabs {}

.tabs .tabs-head {
  margin: 0 0 10px;
}

.tabs .tabs-head .wrap {
  display: inline-block;
  vertical-align: top;
  margin: 0 -15px;
}

.tabs .tabs-head .item,
.tabs .tab-m-button {
  display: inline-block;
  vertical-align: top;
  color: #a8a094;
  font-weight: 600;
  line-height: 18px;
  cursor: pointer;
  position: relative;
  margin: 0 15px 15px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tabs .tabs-head .item:last-of-type,
.tabs .tab-m-button:last-of-type {
  margin-right: 0;
}

.tabs .tabs-head .item.current:after {
  opacity: 1;
  visibility: visible;
}

.tabs .tabs-head .item.current,
.tabs .tab-m-button.current {
  opacity: 1;
  color: inherit;
}

.tabs .tabs-head .item:before,
.tabs .tab-m-button:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  right: 100%;
  height: 1px;
  background: #e2503f;
  -webkit-transition: right 0.5s ease;
  -moz-transition: right 0.5s ease;
  -o-transition: right 0.5s ease;
  -ms-transition: right 0.5s ease;
  transition: right 0.5s ease;
}

.tabs .tabs-head .item.current:before,
.tabs .tab-m-button.current:before {
  right: 0;
}

.tabs .tabs-head .item>* {
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tabs .tabs-head .item i {
  font-size: 16px;
  margin-right: 10px;
}

.tabs .tabs-head .item .base {}

.tabs .tabs-head .item.current .base {
  opacity: 0;
}

.tabs .tabs-head .item .hover {
  background: -webkit-linear-gradient(left, #d64793 0%, #f6ae2d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  top: 16px;
  left: 30px;
  opacity: 0;
}

.tabs .tabs-head .item.current .hover {
  opacity: 1;
}

.tabs .tabs-body {}

.tabs .tab-content {}

.tabs .tab-m-button {
  display: none;
  background: #111;
  margin-bottom: 5px;
}

.tabs .tab-content .tab-inner-content {
  display: none;
}

.tabs .tab-content .container {}

.tabs .tab-content .container-fluid {}

/*------------------------------------------------------------------
[3.1 Side Img Mouse ]
*/

.side-img-mouse,
.side-img-mouse-type2 {
  position: relative;
  max-width: 605px;
}

.side-img-mouse img,
.side-img-mouse-type2 img {
  display: block;
}

.side-img-mouse>div,
.side-img-mouse-type2>div {
  position: absolute;
}

.side-img-mouse>div:before,
.side-img-mouse-type2>div:before {
  content: "";
  display: block;
  background: 50% no-repeat;
  background-size: cover;
}

.side-img-mouse .p1 {
  width: 16.341%;
  top: 15%;
  left: -8%;
}

.side-img-mouse .p1:before {
  padding-bottom: 94.011%;
  background-image: url(../images/side-img2-p2.png);
}

.side-img-mouse .p2 {
  width: 73.537%;
  right: -13%;
  bottom: -17%;
}

.side-img-mouse .p2:before {
  padding-bottom: 46.338%;
  background-image: url(../images/side-img2-p3.png);
}

.side-img-mouse .p3 {
  width: 6.685%;
  top: 23%;
  left: 85%;
}

.side-img-mouse .p3:before {
  padding-bottom: 100%;
  background-image: url(../images/side-img2-p4.png);
}

.side-img-mouse-type2 {}

.side-img-mouse-type2 .p1 {
  width: 26.1%;
  top: 9%;
  left: -13%;
}

.side-img-mouse-type2 .p1:before {
  padding-bottom: 94.011%;
  background-image: url(../images/side-img2-p2.png);
}

.side-img-mouse-type2 .p2 {
  width: 20%;
  right: -7%;
  bottom: 15%;
}

.side-img-mouse-type2 .p2:before {
  padding-bottom: 100%;
  background-image: url(../images/c2.png);
}

/*------------------------------------------------------------------
[3.1 Service ]
*/

.services-items {
  z-index: 10 !important;
}

.services-items .owl-stage-outer {
  overflow: visible !important;
}

.services-items .owl-stage-outer .owl-item {
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 0;
  visibility: hidden;
}

.services-items .owl-stage-outer .owl-item.active {
  opacity: 1;
  visibility: visible;
}

.services-items .service-item {
  margin-bottom: 30px;
}

.services-items .service-item .wrap {}

.services-items .service-item .ful {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: -100px;
  right: 0;
  -moz-transform: translate(0%, -40%);
  -ms-transform: translate(0%, -40%);
  -webkit-transform: translate(0%, -40%);
  -o-transform: translate(0%, -40%);
  transform: translate(0%, -40%);
  border: 1px solid #eba776;
  background: #db4233;
  background-image: -moz-radial-gradient(50% 50%, circle closest-side, #f76757 0%, #db4233 100%);
  background-image: -webkit-radial-gradient(50% 50%, circle closest-side, #f76757 0%, #db4233 100%);
  background-image: -ms-radial-gradient(50% 50%, circle closest-side, #f76757 0%, #db4233 100%);
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease;
  opacity: 0;
  visibility: hidden;
  color: #ffffff;
  padding: 45px 50px 50px;
}

.services-items .service-item:hover .ful {
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  opacity: 1;
  visibility: visible;
}

.services-items .service-item .ful:before {
  content: "";
  position: absolute;
  background: 50% no-repeat;
  background-size: contain;
}

.services-items .service-item.item1 .ful:before {
  background-image: url(../images/c1.png);
  width: 88px;
  height: 102px;
  top: -30px;
  right: 22px;
}

.services-items .service-item.item2 .ful:before {
  background-image: url(../images/c2.png);
  width: 118px;
  height: 118px;
  top: -63px;
  right: 55px;
}

.services-items .service-item.item3 .ful:before {
  background-image: url(../images/c3.png);
  width: 109px;
  height: 108px;
  top: 27px;
  right: -45px;
}

.services-items .service-item.item4 .ful:before {
  background-image: url(../images/c4.png);
  width: 121px;
  height: 151px;
  top: -47px;
  right: -26px;
}

.services-items .service-item .num {
  font-size: 72px;
  color: #f2cc8f;
  line-height: 1em;
  font-weight: bold;
  margin-bottom: 40px;
}

.services-items .service-item .ful .num {
  color: #8b1207;
}

.services-items .service-item .name {
  font-size: 36px;
  line-height: 1em;
  font-weight: bold;
}

.services-items .service-item .name:after {
  content: "";
  display: block;
  width: 70px;
  height: 1px;
  background: #eba776;
  margin-top: 50px;
}

.services-items .service-item .drop {
  color: #fff;
  display: none;
}

.services-items .service-item .desc {
  line-height: 1.500em;
  margin-top: 40px;
}

.services-items .service-item .button-style3 {
  margin-top: 40px;
}

.services-items .owl-prev,
.services-items .owl-next,
.services-type2-items .owl-prev,
.services-type2-items .owl-next {
  position: absolute;
  top: 50%;
  font-size: 14px;
  margin-top: -21px;
  color: #e2503f;
  background: #f4f1de;
  width: 42px;
  text-align: center;
  line-height: 42px;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.services-items .owl-prev,
.services-type2-items .owl-prev {
  left: -70px;
}

.services-items .owl-prev:hover,
.services-type2-items .owl-prev:hover {
  text-indent: -5px;
}

.services-items .owl-next,
.services-type2-items .owl-next {
  right: -70px;
}

.services-items .owl-next:hover,
.services-type2-items .owl-next:hover {
  text-indent: 5px;
}

/*------------------------------------------------------------------
[3.1 Service Type 2 ]
*/

.services-type2-items {
  margin: 25px 0;
}

.services-type2-items.owl-carousel.owl-loaded {
  margin: 25px 0;
}

.service-type2-item {
  padding: 30px 28px 80px;
  position: relative;
  z-index: 1;
}

.service-type2-item:before,
.service-type2-item:after {
  content: "";
  position: absolute;
  top: 75px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: -1;
}

.service-type2-item:after {
  top: 100%;
  bottom: 0;
  border-radius: 3px;
  background-color: #e45e4e;
  background-image: -moz-radial-gradient(50% 50%, circle closest-side, rgb(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-radial-gradient(50% 50%, circle closest-side, rgb(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-radial-gradient(50% 50%, circle closest-side, rgb(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.service-type2-item:hover:after {
  top: 0;
  bottom: 30px;
}

.service-type2-item .wrap {
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  -ms-transition: color 0.5s ease;
  transition: color 0.5s ease;
}

.service-type2-item:hover .wrap {
  color: #fff;
}

.service-type2-item .image {
  background: 50% no-repeat;
  background-size: cover;
  border-radius: 50%;
  max-width: 95px;
  margin: 0 0 10px;
  -webkit-transition: box-shadow 0.5s ease;
  -moz-transition: box-shadow 0.5s ease;
  -o-transition: box-shadow 0.5s ease;
  -ms-transition: box-shadow 0.5s ease;
  transition: box-shadow 0.5s ease;
}

.service-type2-item:hover .image {
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
}

.service-type2-item .image:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.service-type2-item .name {
  font-size: 36px;
  font-weight: bold;
  margin: 0 0 20px;
}

.service-type2-item .name:after {
  content: "";
  display: block;
  width: 70px;
  height: 1px;
  background: #eba776;
  margin: 10px 0 0;
}

.service-type2-item .desc {
  line-height: 1.500em;
}

.service-type2-item .button-style4 {
  margin-top: 25px;
}

.service-type2-item:hover .button-style4 {
  color: #fff;
}

.service-type2-item .line {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  background: #e2503f;
}

/*------------------------------------------------------------------
[3.1 Service Type 3 ]
*/

.services-type3-area {
  margin: 50px 0;
}

.services-type3-nav {
  float: left;
  max-width: 300px;
  color: #ccc5b9;
  font-size: 30px;
  font-weight: bold;
}

.services-type3-nav .item {
  margin: 0 0 15px;
  cursor: pointer;
}

.services-type3-nav .item.active {
  color: #50514f;
}

.services-type3-nav .item .num {
  font-size: 0.600em;
  font-weight: 600;
  margin-right: 15px;
}

.services-type3-items {}

.services-type3-nav+.services-type3-items {
  margin-left: 310px;
}

.service-type3-item {
  position: relative;
  display: none;
}

.service-type3-item .image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50%;
  background: 50% no-repeat;
  background-size: cover;
}

.service-type3-item .wrap {}

.service-type3-item .image+.wrap {
  margin-left: 55%;
}

.service-type3-item .wrap .num {
  font-size: 18px;
  color: #ccc5b9;
  font-weight: 600;
  margin: 0 0 12px;
}

.service-type3-item .wrap .name {
  font-size: 48px;
  font-weight: bold;
  line-height: 1em;
  margin-bottom: 21px;
}

.service-type3-item .wrap .desc {
  font-size: 18px;
  color: #787878;
  line-height: 1.667em;
}

.service-type3-item .wrap .button-style2 {
  margin-top: 15px;
}

/*------------------------------------------------------------------
[3.1 Contact Form ]
*/

.contact-form-area {
  max-width: 825px;
  margin: 0 auto;
  text-align: center;
}

.input-row {
  position: relative;
}

.input-row:after,
.input-row:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  color: #d6d6d6;
  box-shadow: inset 0 0 0 1px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}

.input-row:before {
  color: #f2cc8f;
  right: 100%;
}

.input-row.focus:after {
  left: 100%;
}

.input-row.focus:before {
  right: 0;
}

.input-row.with-icon:before {
  content: '';
  font-family: 'base-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 20px;
  top: 15px;
  z-index: 2;
  color: #f2cc8f;
  font-size: 14px;
}

.input-row.name:before {
  content: "\e900";
}

.input-row.mail:before {
  content: "\e90d";
}

.input-row.phone:before {
  content: "\e91f";
}

.input-row.subject:before {
  content: "\e926";
}

.input-row.text:before {
  content: "\e90c";
}

.contact-form-area2 {
  background: #f7f9fd;
  border-radius: 8px;
  box-shadow: 0px 5px 28.5px 1.5px rgba(55, 149, 210, 0.2);
  max-width: 465px;
  margin: 0 auto 55px;
  position: relative;
  text-align: center;
  padding: 45px 25px 25px;
}

.contact-form-area2:before,
.contact-form-area2:after {
  content: "";
  position: absolute;
  bottom: 25px;
  background-size: contain !important;
  background-position: 50% !important;
}

.contact-form-area2:before {
  width: 389px;
  height: 369px;
  background: url(../images/side-img3.png) no-repeat;
  right: 100%;
  margin-right: -30px;
}

.contact-form-area2:after {
  width: 373px;
  height: 364px;
  background: url(../images/side-img4.png) no-repeat;
  left: 100%;
  margin-left: -45px;
}

.contact-form-area2 .h {
  margin: 0 0 30px;
  font-weight: 500;
  color: #2e90cf;
}

.contact-form-area2 .input-row {
  max-width: 305px;
  margin: 0 auto;
}

/*------------------------------------------------------------------
[ 3.30 Subscribe form ]
*/

.subscribe-form {
  max-width: 250px;
  margin: 0 auto;
  position: relative;
  background: #fcfbf8;
  border: 1px solid #f0f0f0;
}

.widget .subscribe-form {
  /* margin: 30px 0 0; */
  max-width: none;
}

.subscribe-form p {
  margin: 0;
}

.subscribe-form>div {}

.subscribe-form .input {
  padding-right: 55px;
  box-shadow: none;
  margin-bottom: 0 !important;
  background: none;
  border: none;
  font-size: 14px;
  color: #787878;
  padding: 0 25px;
  height: 40px;
  line-height: 40px;
}

.subscribe-form .button {
  position: absolute;
  top: -1px;
  right: -1px;
  padding: 0 15px;
  font-size: 17px;
  background: #e2503f;
  box-shadow: none;
  border: none;
  cursor: pointer;
  color: #fff;
}

.subscribe-form .button i {
  display: block;
  margin: 0;
  line-height: 42px;
}

/*------------------------------------------------------------------
[ 3.30 Testimonials ]
*/

.testimonials-area {
  margin: 45px 0;
  position: relative;
}

.testimonials {}

.testimonials .testimonial-item {
  overflow: hidden;
}

.testimonials .testimonial-item .quote {
  font-size: 36px;
  font-weight: 200;
  color: #787878;
  position: relative;
  line-height: 1.333em;
  padding-left: 95px;
}

.testimonials .testimonial-item .quote:before {
  content: "“";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 150px;
  color: #f5dbb2;
  font-weight: 300;
  line-height: 1em;
}

.testimonials .testimonial-item .bottom {
  padding-left: 95px;
  margin: 45px 0;
  position: relative;
}

.testimonials .testimonial-item .bottom .image {
  width: 75px;
  height: 75px;
  background: 50% no-repeat;
  background-size: cover;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 95px;
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.testimonials .testimonial-item .bottom .co {}

.testimonials .testimonial-item .bottom .image+.co {
  margin-left: 105px;
}

.testimonials .testimonial-item .bottom h5 {
  font-size: 18px;
  margin: 0;
  font-weight: 600;
  position: relative;
}

.testimonials .testimonial-item .bottom h5:before {
  content: "";
  color: #e2503f;
  position: absolute;
  top: 50%;
  left: -95px;
  width: 65px;
  height: 1px;
  border-bottom: 1px solid;
}

.testimonials .testimonial-item .bottom .image+.co h5:before {
  left: -200px;
}

.testimonials .testimonial-item .bottom .post {
  font-size: 14px;
  font-weight: 300;
  margin-top: 2px;
}

.testimonials-area .nav {
  padding-left: 95px;
  color: #a8a094;
  margin: 10px 0 0;
  z-index: 1;
}

.testimonials-area.navigation-right .nav {
  position: absolute;
  right: 0;
  padding: 0;
  bottom: 55px;
  margin: 0;
}

.testimonials-area .nav>*:first-of-type {
  margin-left: 0 !important;
}

.testimonials-area .nav .owl-prev,
.testimonials-area .nav .owl-next {
  font-size: 9px;
  width: 2.778em;
  line-height: 2.778em;
  border-radius: 50%;
  text-align: center;
  margin-top: -1.389em;
  box-shadow: inset 0 0 0 1px;
  cursor: pointer;
  background: #fcfbf8;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.testimonials-area .nav .owl-prev {}

.testimonials-area .nav .owl-prev:hover {
  text-indent: -3px;
}

.testimonials-area .nav .owl-next {}

.testimonials-area .nav .owl-next:hover {
  text-indent: 3px;
}

.testimonials-area .nav .counter {}

/*------------------------------------------------------------------
[ 3.30 Testimonials ]
*/

.team-items {
  margin: 0;
}

.team-items .team-item {
  padding: 0;
}

.team-items .team-item .image-area {}

.team-items .team-item .image {
  padding-bottom: 100%;
  background: 50% no-repeat;
  background-size: cover;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.team-items .team-item:hover .image {
  -webkit-filter: grayscale(60%);
  -moz-filter: grayscale(60%);
  -ms-filter: grayscale(60%);
  -o-filter: grayscale(60%);
  filter: grayscale(60%);
}

.team-items .team-item .bottom {
  color: #fff;
  background: #db4233;
  background-image: -moz-radial-gradient(50% 50%, circle closest-side, #f76757 0%, #db4233 100%);
  background-image: -webkit-radial-gradient(50% 50%, circle closest-side, #f76757 0%, #db4233 100%);
  background-image: -ms-radial-gradient(50% 50%, circle closest-side, #f76757 0%, #db4233 100%);
  position: absolute;
  left: 0;
  bottom: 35px;
  padding: 30px 20px 30px 50px;
  width: 100%;
  max-width: 250px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
}

.team-items .team-item:hover .bottom {
  opacity: 1;
  left: -25px;
}

.team-items .team-item .h {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
}

.team-items .team-item .post {
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 300;
}

.team-items .team-item .social-buttons {
  color: #f4f1de;
  margin-top: 5px;
}

.team-items .team-item .social-buttons a {
  vertical-align: middle;
  margin-right: 13px;
}

/*------------------------------------------------------------------
[ 3.30 Brands ]
*/

.brand-logo-items {}

.brand-logo-item {}

.brand-logo-item div {
  display: table-cell;
  height: 175px;
  vertical-align: middle;
  width: 10000px;
}

.brand-logo-item img {
  display: block;
  margin: 0 auto;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

.brand-logo-item img:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}

.brand-logo-items .owl-prev,
.brand-logo-items .owl-next,
.price-list .owl-nav>* {
  position: absolute;
  top: 50%;
  margin-top: -1.5em;
}

.brand-logo-items .owl-prev,
.price-list .owl-prev {
  left: -90px;
}

.brand-logo-items .owl-next,
.price-list .owl-next {
  right: -90px;
}

/*------------------------------------------------------------------
[ 3.30 Num Box ]
*/

.num-box {}

.num-box .num-box-item {
  margin-bottom: 30px;
  position: relative;
}

.num-box .num-box-item.with-icon {
  padding-left: 75px;
  text-align: left;
}

.num-box .num-box-item .icon {
  font-size: 50px;
  color: #e2503f;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -.5em;
}

.num-box .num-box-item .num-wrap {
  font-size: 48px;
  font-weight: bold;
  line-height: 1em;
  margin: 0 0 5px;
}

.num-box .num-box-item .num-wrap>* {
  display: inline-block;
  vertical-align: middle;
}

.num-box .num-box-item .num-wrap .num {
  vertical-align: middle;
}

.num-box .num-box-item .num-wrap .last {
  font-size: 0.625em;
  margin-left: 0.25em;
}

.num-box .num-box-item .h {
  color: #a8a094;
}

/*------------------------------------------------------------------
[ 3.30 Split Screen ]
*/

.split-screen-items {
  background: #e34c3d;
  color: #f4f1de;
  position: relative;
}

.split-screen-items .banner-social-buttons {}

.split-screen-items .scroll-next {
  pointer-events: none;
  right: 32px;
}

.split-screen-items .ss-navigation,
.one-screen-items .ss-navigation {
  position: absolute;
  top: 50%;
  right: 0;
  width: 90px;
  text-align: center;
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  z-index: 2;
}

.split-screen-items .ss-navigation .up,
.split-screen-items .ss-navigation .down,
.one-screen-items .ss-navigation .up,
.one-screen-items .ss-navigation .down {
  font-size: 8px;
  width: 2.500em;
  line-height: 2.500em;
  margin: 0 auto;
  background: #f4f1de;
  color: #dc4435;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.split-screen-items .ss-navigation .up.disable,
.split-screen-items .ss-navigation .down.disable,
.one-screen-items .ss-navigation .up.disable,
.one-screen-items .ss-navigation .down.disable {
  opacity: .5;
  cursor: default;
}

.split-screen-items .ss-navigation .up:not(.disable):hover,
.one-screen-items .ss-navigation .up:not(.disable):hover {
  -moz-transform: translate(0%, -10%);
  -ms-transform: translate(0%, -10%);
  -webkit-transform: translate(0%, -10%);
  -o-transform: translate(0%, -10%);
  transform: translate(0%, -10%);
}

.split-screen-items .ss-navigation .down:not(.disable):hover,
.one-screen-items .ss-navigation .down:not(.disable):hover {
  -moz-transform: translate(0%, 10%);
  -ms-transform: translate(0%, 10%);
  -webkit-transform: translate(0%, 10%);
  -o-transform: translate(0%, 10%);
  transform: translate(0%, 10%);
}

.split-screen-items .ss-navigation .pag,
.one-screen-items .ss-navigation .pag {
  font-size: 14px;
  font-weight: 600;
  color: #8b1207;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 20px 0;
}

.split-screen-items .ss-navigation .pag .pag-item,
.one-screen-items .ss-navigation .pag .pag-item {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 8px 0;
  cursor: pointer;
}

.split-screen-items .ss-navigation .pag .pag-item.active,
.one-screen-items .ss-navigation .pag .pag-item.active {
  color: #f4f1de;
}

.split-screen-items .ss-list {
  margin: 0;
  padding: 0;
  overflow: hidden;
  height: 100vh;
}

.split-screen-items .ss-list .item {
  display: block;
}

.split-screen-items .ss-list .item .m-image {
  display: none;
  position: relative;
}

.split-screen-items .ss-list .item .m-image:before {
  content: "";
  display: block;
  padding-bottom: 70%;
}

.split-screen-items .ss-list .item .m-image div {
  position: absolute;
  top: 0;
  left: -1000px;
  right: -1000px;
  bottom: 0;
}

.split-screen-items .ss-list .item .m-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 90%;
  max-height: 90%;
  width: auto;
  height: auto;
}

.split-screen-items .ss-list .item .cell {
  height: 100vh;
  width: 10000px;
}

.split-screen-items .ss-list .item .wrap,
.one-screen-items .os-list .item .wrap {
  width: 50%;
  max-width: 480px;
}

.split-screen-items .ss-list .item .top {}

.split-screen-items .ss-list .item .top {
  margin-bottom: 15px;
}

.split-screen-items .ss-list .item .top>* {
  display: inline-block;
  vertical-align: middle;
}

.split-screen-items .ss-list .item .top,
.one-screen-items .os-list .item .sub-h {
  color: #f5dbb2;
  padding-left: 32px;
  position: relative;
  margin-right: 15px;
  font-size: 18px;
  font-weight: 600;
}

.split-screen-items .ss-list .item .top:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 1px;
  box-shadow: inset 0 0 0 1px;
}

.split-screen-items .ss-list .item .top .sub-h {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
  margin-left: 5px;
}

.split-screen-items .ss-list .item .heading {}

.split-screen-items .ss-list .item .desc,
.one-screen-items .os-list .item .desc {
  font-size: 18px;
  color: #f5dbb2;
  line-height: 1.667em;
}

.split-screen-items .ss-list .item .button-style2 {
  margin-top: 25px;
  color: #fff;
}

.split-screen-items .ss-list .item .button-style2:before {
  color: #e04939;
  background: #fff;
  box-shadow: inset 0 0 0 1px #fff;
}

.split-screen-items .ss-preview-images {
  position: absolute;
  top: 0;
  right: 90px;
  bottom: 0;
  max-width: 650px;
  width: 50%;
  background: #a7deeb;
  overflow: hidden;
}

.split-screen-items .ss-preview-images .items {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  white-space: nowrap;
  /* overflow: hidden; */
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: transform 0.2s linear;
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

.split-screen-items .ss-preview-images .items .item {
  display: inline-block;
  vertical-align: middle;
  width: 200%;
  height: 100vh;
  text-align: center;
  position: relative;
}

.split-screen-items .ss-preview-images .image {
  position: absolute;
  top: 0;
  left: 25%;
  width: 50%;
  height: 100%;
  background: 50% no-repeat;
  background-size: contain;
}

.split-screen-items .ss-preview-images .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 90%;
  max-height: 90%;
  width: auto;
  height: auto;
}

/*------------------------------------------------------------------
[ 3.30 One Page ]
*/

.one-page-area {
  position: relative;
  overflow: hidden;
  height: 100vh;
  color: #f4f1de;
}

.opa-buttons {}

.opa-buttons .button {
  position: absolute;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  width: 165px;
  overflow: hidden;
  cursor: pointer;
  pointer-events: none;
  z-index: 10;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.opa-buttons .button.active {
  color: #8b1207;
}

.opa-buttons .button>span {
  pointer-events: all;
  position: relative;
}

.opa-buttons .button>span:before {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  width: 30px;
  height: 2px;
  margin: -2px 0 0 10px;
  box-shadow: inset 0 0 0 1px;
  -webkit-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  -ms-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.opa-buttons .button.active>span:before {
  width: 0;
}

.opa-buttons .button.logo {
  top: 40px;
  left: 0;
  -moz-transform: translate(-100%, 0%) rotate(-90deg) scale(0.99);
  -ms-transform: translate(-100%, 0%) rotate(-90deg) scale(0.99);
  -webkit-transform: translate(-100%, 0%) rotate(-90deg) scale(0.99);
  -o-transform: translate(-100%, 0%) rotate(-90deg) scale(0.99);
  transform: translate(-100%, 0%) rotate(-90deg) scale(0.99);
  -moz-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  -webkit-transform-origin: 100% 0%;
  -o-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
  font-size: 16px;
}

.opa-buttons .button.about {
  bottom: -125px;
  left: 30px;
  -moz-transform: translate(100%, 100%) rotate(-90deg) scale(0.99);
  -ms-transform: translate(100%, 100%) rotate(-90deg) scale(0.99);
  -webkit-transform: translate(100%, 100%) rotate(-90deg) scale(0.99);
  -o-transform: translate(100%, 100%) rotate(-90deg) scale(0.99);
  transform: translate(100%, 100%) rotate(-90deg) scale(0.99);
  -moz-transform-origin: -100% 0%;
  -ms-transform-origin: -100% 0%;
  -webkit-transform-origin: -100% 0%;
  -o-transform-origin: -100% 0%;
  transform-origin: -100% 0;
}

.opa-buttons .button.projects {
  right: 30px;
  top: 40px;
  -moz-transform: translate(100%, 0) rotate(90deg) scale(0.99);
  -ms-transform: translate(100%, 0) rotate(90deg) scale(0.99);
  -webkit-transform: translate(100%, 0) rotate(90deg) scale(0.99);
  -o-transform: translate(100%, 0) rotate(90deg) scale(0.99);
  transform: translate(100%, 0) rotate(90deg) scale(0.99);
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
}

.opa-buttons .button.contact {
  right: 30px;
  bottom: 155px;
  -moz-transform: translate(100%, -100%) rotate(90deg) scale(0.99);
  -ms-transform: translate(100%, -100%) rotate(90deg) scale(0.99);
  -webkit-transform: translate(100%, -100%) rotate(90deg) scale(0.99);
  -o-transform: translate(100%, -100%) rotate(90deg) scale(0.99);
  transform: translate(100%, -100%) rotate(90deg) scale(0.99);
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  text-align: right;
}

.opa-buttons .button.contact>span:before {
  left: auto;
  right: 100%;
  margin: -2px 10px 0 0;
}

.opa-content {
  background: 50% no-repeat;
  background-size: cover;
}

.one-page-area .cell-container,
.opa-about-section .cell-container {
  height: 100vh;
  width: 1170px;
}

.opa-about-section.t1 .cell-container {
  padding: 100px 0 30px;
}

.opa-content .sub-h {
  text-transform: uppercase;
  color: #8b1207;
  font-weight: 600;
  margin: 0 0 15px;
}

.opa-content .h {
  margin: 0 0 20px;
}

.opa-content .text,
.opa-about-section .content .text {
  font-size: 18px;
  color: #f5dbb2;
  line-height: 1.667em;
}

.opa-content .button-style1 {
  margin-top: 20px;
}

.opa-content .button-style1:hover {
  color: #f4f1de !important;
}

.opa-content .social-buttons-standart,
.opa-projects-section .social-buttons-standart {
  position: absolute;
  left: 15px;
  bottom: 35px;
}

.opa-projects-section .container-fluid .social-buttons-standart {
  left: 90px;
}

.opa-absolute-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 2;
  background: #db4233 50% no-repeat;
  background-size: cover;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -moz-transform: translate(100%, 0%);
  -ms-transform: translate(100%, 0%);
  -webkit-transform: translate(100%, 0%);
  -o-transform: translate(100%, 0%);
  transform: translate(100%, 0%);
}

.opa-absolute-content.active {
  -moz-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  -webkit-transform: translate(0%, 0%);
  -o-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  z-index: 3;
}

.opa-about-section {
  background: 50% no-repeat;
  background-size: cover;
}

.opa-about-section.dark {
  color: #f4f1de;
}

.opa-about-section.light {
  background: #fcfbf8;
}

.opa-absolute-content .name-bg,
.opa-about-section .name-bg {
  position: absolute;
  top: 50%;
  left: -0.25em;
  text-transform: uppercase;
  line-height: 1em;
  font-weight: bold;
  font-size: 350px;
  margin-top: -.5em;
  color: rgba(176, 24, 10, 0.1);
  color: #b0180a1a;
  -webkit-text-stroke: 2px rgba(176, 24, 10, 0.2);
  -webkit-text-stroke: 2px #b0180a33;
  pointer-events: none;
  opacity: .5;
}

.opa-about-section.light .name-bg {
  color: #fcfbf8;
  -webkit-text-stroke: 1px #ebebe8;
  opacity: 1;
}

.opa-about-section .ab-side-img {
  position: absolute;
  right: 68%;
  bottom: 0;
  height: 95%;
  max-height: 100%;
  width: 50%;
  text-align: right;
}

.opa-about-section img {
  max-height: 100%;
  width: auto;
  height: auto;
  max-width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
}

.opa-about-section .content {
  margin-right: 230px;
  max-width: 445px;
}

.opa-about-section .ab-side-img+.content {
  margin-left: 35%;
}

.opa-about-section .content .h {
  margin: 0 0 30px;
  letter-spacing: -.01em;
}

.opa-about-section .content .text {}

.opa-about-section.light .content .text {
  color: #787878;
}

.opa-about-section .content .social-buttons-standart {
  margin-top: 30px;
}

.opa-about-section.light .content .social-buttons-standart {
  color: #a8a094;
}

.opa-about-section.light .content .social-buttons-standart i {
  color: inherit;
}

.opa-about-section .content .button-style1 {
  margin-top: 25px;
}

.opa-about-section.dark .content .button-style1:hover {
  color: #f4f1de !important;
}

.opa-about-section .experiance {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 205px;
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.opa-about-section.light .experiance .num-wrap .last {
  color: #e2503f;
}

.opa-about-section .experiance .h {
  color: #f5dbb2;
}

.opa-about-section.light .experiance .h {
  color: #a8a094;
}

.opa-about-section .num-box-item {}

.opa-projects-section .container-fluid {
  padding: 0 90px;
}

.opa-projects-section .portfolio-cols-slider {
  width: 1140px;
  overflow: hidden;
  margin: 40px 0 90px;
}

.portfolio-cols-slider .pcs-item {
  height: 40vh;
  position: relative;
  background: 50% no-repeat;
  background-size: cover;
}

.portfolio-cols-slider .pcs-item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.portfolio-cols-slider .pcs-item .wr {
  background: #343333;
  color: #fff;
  position: absolute;
  left: 10%;
  bottom: 35px;
  padding: 28px 25px 28px 45px;
  max-width: 90%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
}

.portfolio-cols-slider .pcs-item:hover .wr {
  opacity: 1;
  left: 0;
}

.portfolio-cols-slider .pcs-item .cat {
  font-size: 14px;
  color: #f2cc8f;
  font-weight: 300;
  margin-bottom: 10px;
}

.portfolio-cols-slider .pcs-item .h {
  font-weight: 600;
  margin: 0;
}

.portfolio-cols-slider .owl-nav {
  position: absolute;
  bottom: 32px;
  right: 80px;
}

.portfolio-cols-slider .owl-nav>* {
  font-size: 7px;
}

.portfolio-cols-slider .owl-nav>.swiper-button-disabled {
  opacity: .7;
  cursor: default;
  pointer-events: none;
}

.opa-contact-section {}

.opa-contact-section .ops-content {
  max-width: 520px;
  width: 50%;
}

.opa-contact-section .ab-side-img {
  position: absolute;
  top: 50%;
  right: 0;
  width: 60%;
  text-align: center;
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  pointer-events: none;
  z-index: -1;
}

.opa-contact-section .ops-content .form {
  margin-top: 50px;
}

.opa-contact-section .ops-content .form .button-style1 {
  margin-top: 20px;
}

.opa-contact-section .ops-content .form .button-style1:hover {
  color: #9c1c10 !important;
}

/*------------------------------------------------------------------
[ 3.30 One Screen ]
*/

.one-screen-items {
  background: #db4233;
}

.one-screen-items .banner-social-buttons {
  color: #f4f1de;
}

.one-screen-items .scroll-next {
  right: 33px;
  pointer-events: none;
}

.one-screen-items .ss-navigation {}

.one-screen-items .os-list {
  padding: 0;
  margin: 0;
  height: 100vh;
  overflow: hidden;
}

.one-screen-items .os-list .item {
  display: block;
  color: #f4f1de;
  background-image: -moz-radial-gradient(50% 50%, circle closest-side, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-radial-gradient(50% 50%, circle closest-side, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-radial-gradient(50% 50%, circle closest-side, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  position: relative;
  z-index: 1;
}

.one-screen-items .os-list .item {
  /* padding: 15% 0; */
}

.one-screen-items .os-list .item:first-of-type {
  padding-top: 0;
}

.one-screen-items .os-list .item:last-of-type {
  padding-bottom: 0;
}

.one-screen-items .os-list .item .m-bg {
  background: #db4233;
  background-image: -moz-radial-gradient(50% 50%, circle closest-side, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-radial-gradient(50% 50%, circle closest-side, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-radial-gradient(50% 50%, circle closest-side, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  display: none;
}

.one-screen-items .os-list .item .cell-container {
  height: 100vh;
  width: 1140px;
}

.one-screen-items .os-list .item .wrap {}

.one-screen-items .os-list .item .sub-h {
  padding-left: 0;
  font-size: 16px;
  text-transform: uppercase;
}

.one-screen-items .os-list .item .heading {}

.one-screen-items .os-list .item .desc {}

.one-screen-items .os-list .item .button-style1 {
  margin-top: 15px;
}

.one-screen-items .os-list .item .os-side-img {
  position: absolute;
  right: 0;
  width: 50%;
  text-align: center;
}

.one-screen-items .os-list .item .os-side-img.top {
  top: 0;
}

.one-screen-items .os-list .item .os-side-img.middle {
  top: 50%;
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.one-screen-items .os-list .item .os-side-img.bottom {
  bottom: 0;
}

.one-screen-items .os-list .item .os-side-img img {
  display: block;
  margin: 0 auto;
}

/*------------------------------------------------------------------
[ 3.30 Price List ]
*/

.price-list {}

.price-list.owl-carousel.owl-loaded {
  margin: 30px 0;
}

.price-list-item {
  text-align: center;
  background: #ffffff;
  padding: 45px 15px 50px;
  position: relative;
  z-index: 1;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  -ms-transition: color 0.5s ease;
  transition: color 0.5s ease;
}

.price-list-item:hover {
  color: #fff;
}

.price-list-item:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  height: 8px;
  background-color: #e45e4e;
  -webkit-transition: height 0.5s ease, background 0.5s ease;
  -moz-transition: height 0.5s ease, background 0.5s ease;
  -o-transition: height 0.5s ease, background 0.5s ease;
  -ms-transition: height 0.5s ease, background 0.5s ease;
  transition: height 0.5s ease, background 0.5s ease;
}

.price-list-item:hover:after {
  height: 100%;
  background-image: -moz-radial-gradient(50% 50%, circle closest-side, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-radial-gradient(50% 50%, circle closest-side, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-radial-gradient(50% 50%, circle closest-side, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
}

.price-list-item .wrap {}

.price-list-item .heading {
  margin: 0;
}

.price-list-item .price {
  color: #e2503f;
  font-size: 60px;
  font-weight: bold;
  line-height: 1em;
  margin: 30px 0 25px;
}

.price-list-item:hover .price,
.price-list-item:hover .options {
  color: inherit !important
}

.price-list-item .price span {
  font-size: 0.600em;
  display: inline-block;
  vertical-align: top;
}

.price-list-item .price span.after {
  font-size: 14px;
  color: #a8a094;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 1;
  vertical-align: baseline;
  max-width: 100px;
  position: relative;
  text-align: left;
  padding-left: 15px;
  top: -7px;
}

.price-list-item:hover .price span.after {
  color: inherit;
}

.price-list-item .price span.after:before {
  content: "/";
  font-size: 30px;
  font-weight: 100;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -.5em;
}

.price-list-item .options {
  color: #787878;
}

.price-list-item .options .o-row {}

.price-list-item .options .o-row:not(:last-of-type):after {
  content: "";
  display: block;
  margin: 5px auto;
  width: 15px;
  height: 1px;
  background: #e0dcd4;
}

.price-list-item .button {
  margin-top: 35px;
}

.price-list-item .button-style1 {}

.parallax-bals-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 365px;
}

.parallax-bals-area>div {
  position: absolute;
}

.parallax-bals-area>div>div {
  background: 50% no-repeat;
  background-size: cover;
}

.parallax-bals-area .ball1 {
  top: 0;
  right: 3%;
}

.parallax-bals-area .ball1>div {
  background-image: url(../images/sl-ball1.png);
  width: 40px;
  height: 40px;
}

.parallax-bals-area .ball2 {
  top: 24%;
  left: -5%;
}

.parallax-bals-area .ball2>div {
  background-image: url(../images/sl-ball2.png);
  width: 20px;
  height: 19px;
}

.parallax-bals-area .ball3 {
  top: 35%;
  right: -6%;
}

.parallax-bals-area .ball3>div {
  background-image: url(../images/sl-ball3.png);
  width: 85px;
  height: 84px;
}

.parallax-bals-area .ball4 {
  top: 70%;
  right: 10%;
}

.parallax-bals-area .ball4>div {
  background-image: url(../images/sl-ball4.png);
  width: 104px;
  height: 104px;
}

.parallax-bals-area .ball5 {
  top: 77%;
  left: 50%;
}

.parallax-bals-area .ball5>div {
  background-image: url(../images/sl-ball5.png);
  width: 58px;
  height: 58px;
}

.parallax-bals-area .ball6 {
  top: 81%;
  left: 49%;
}

.parallax-bals-area .ball6>div {
  background-image: url(../images/sl-ball6.png);
  width: 32px;
  height: 30px;
}

.parallax-bals-area .ball7 {
  bottom: 2%;
  left: 25%;
  z-index: 1;
}

.parallax-bals-area .ball7>div {
  background-image: url(../images/sl-ball7.png);
  width: 29px;
  height: 29px;
}

.parallax-bals-area .ball8 {
  bottom: -2%;
  left: 20.5%;
}

.parallax-bals-area .ball8>div {
  background-image: url(../images/sl-ball8.png);
  width: 65px;
  height: 64px;
}

.parallax-bals-area .ball9 {
  top: 85%;
  left: -9%;
}

.parallax-bals-area .ball9>div {
  background-image: url(../images/sl-ball9.png);
  width: 190px;
  height: 190px;
}

.parallax-bals-area .ball10 {
  top: 150%;
  right: -20%;
  z-index: 2;
}

.parallax-bals-area .ball10>div {
  background-image: url(../images/sl-ball10.png);
  width: 192px;
  height: 191px;
}

/*------------------------------------------------------------------
[ 3.30 Icon Box ]
*/

.icon-box {}

.icon-box-item {
  margin-bottom: 30px;
  position: relative;
}

.style2 .icon-box-item {
  margin-bottom: 45px;
}

.icon-box-item .wrap {}

.style2 .icon-box-item .icon+.wrap {
  padding-left: 60px;
}

.icon-box-item .icon {
  font-size: 40px;
  color: #8dc6de;
  margin: 0 0 -5px;
}

.style2 .icon-box-item .icon {
  position: absolute;
}

.icon-box-item .h {
  font-size: 30px;
  font-weight: bold;
  margin: 0 0 3px;
}

.style2 .icon-box-item .h {
  font-size: 24px;
  margin-bottom: 5px;
}

.icon-box-item .h span {
  color: #e2503f;
}

.icon-box-item .h span {}

.icon-box-item .desc {
  line-height: 1.5;
}

/*------------------------------------------------------------------
[ 3.30 Accordion items ]
*/

.accordion-items {
  margin: 30px 0;
}

.accordion-item {
  background: #fff;
  margin-bottom: 20px;
  color: #787878;
}

.accordion-item:last-of-type {
  margin-bottom: 0;
}

.accordion-item .label {
  padding: 10px 50px 10px 30px;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  position: relative;
  cursor: pointer;
}

.accordion-item .label .cell {}

.accordion-item .label span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50px;
}

.accordion-item .label span:before,
.accordion-item .label span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #e2503f;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.accordion-item .label span:before {
  width: 15px;
  height: 2px;
}

.accordion-item.active .label span:before {
  width: 10px;
}

.accordion-item .label span:after {
  width: 2px;
  height: 15px;
}

.accordion-item.active .label span:after {
  height: 0;
}

.accordion-item .text {
  display: none;
  padding: 10px 30px 20px;
  color: #a8a094;
  font-size: 15px;
  line-height: 1.6;
}

/*------------------------------------------------------------------
[3.3 App Button ]
*/

.app-button {
  display: block;
  text-decoration: none;
  border-radius: 20px;
  margin-bottom: 10px;
  background-image: -moz-linear-gradient(90deg, rgb(154, 210, 234) 0%, rgb(112, 175, 201) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(154, 210, 234) 0%, rgb(112, 175, 201) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(154, 210, 234) 0%, rgb(112, 175, 201) 100%);
  position: relative;
  border-radius: 8px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  text-align: left;
}

.app-button .b-wrap {}

.app-button:hover .b-wrap {
  opacity: .8;
}

.app-button .icon {
  position: absolute;
  top: 50%;
  left: 25px;
  font-size: 30px;
  color: #f4f1de;
  margin-top: -.5em;
}

.app-button .cell {
  height: 60px;
  padding: 10px 25px;
}

.app-button .icon+.cell {
  padding-left: 75px;
}

.app-button .cell .l {
  display: block;
  font-size: 11px;
  font-weight: normal;
  margin: 4px 0 2px;
}

/*-------------------------------------------------------------
3.21 Screenshot Carousel
*/

.screenshot-carousel {
  padding: 45px 0;
  margin: 45px 0;
}

.screenshot-carousel:after {
  content: "";
  position: absolute;
  top: -5px;
  left: 50%;
  width: 219px;
  height: 442px;
  margin-left: 0px;
  background: url(../images/phone.png) 50% no-repeat;
  background-size: contain;
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  pointer-events: none;
}

.screenshot-carousel .screen {
  width: 200px;
  height: 342px;
  background-size: cover;
  background-position: 50% 0;
  background-repeat: no-repeat;
  border-radius: 2px;
  position: relative;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.screenshot-carousel .flipster__item--current .screen {}

.screenshot-carousel .flipster__item--current .screen:after {
  opacity: 0;
}

/*-------------------------------------------------------------
3.21 Categories Carousel
*/

.categories-carousel {
  position: relative;
  background: #95cee2;
}

.categories-carousel .banner-social-buttons {
  width: 90px;
  z-index: 3;
}

.categories-carousel .banner-social-buttons a:hover {
  color: #fff;
}

.categories-carousel .banner-social-buttons a i {
  color: inherit;
}

.categories-carousel .categories-nav {
  position: absolute;
  top: 50%;
  left: 30px;
  width: 100px;
  text-align: right;
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  z-index: 2;
}

.categories-carousel .categories-nav .num {
  font-size: 72px;
  font-weight: bold;
  color: #fff;
  line-height: 1.1;
}

.categories-carousel .categories-arrows {
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 40px;
  width: 190px;
  z-index: 3;
}

.categories-carousel .categories-arrows .owl-prev,
.categories-carousel .categories-arrows .owl-next {
  line-height: 31px;
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  margin: 0px 3px;
  background: #f4f1de;
  font-size: 11px;
  border-radius: 50%;
  color: #e2503f;
  cursor: pointer;
  z-index: 3;
}

.categories-carousel .categories-arrows .owl-prev {}

.categories-carousel .categories-arrows .owl-next {}

.categories-carousel .categories-nav .dots {
  display: inline-block;
}

.categories-carousel .categories-nav .dots .owl-dot {
  line-height: 0;
  margin: 15px 0;
}

.categories-carousel .categories-nav .dots .owl-dot span {
  background: #50514f;
  display: inline-block;
  width: 12px;
  height: 5px;
  vertical-align: top;
  opacity: .2;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
}

.categories-carousel .categories-nav .dots .owl-dot span:hover {
  opacity: .5;
}

.categories-carousel .categories-nav .dots .owl-dot.active {}

.categories-carousel .categories-nav .dots .owl-dot.active span {
  width: 30px;
  background: #dc4434;
  opacity: 1;
}

.categories-carousel .categories-head {
  background: #95cee2;
  position: absolute;
  left: 190px;
  right: 90px;
  z-index: 0;
  width: auto;
  border-left: 1px solid #fff;
}

.categories-carousel .categories-head.owl-carousel.owl-loaded {}

.categories-carousel .categories-head .item {
  height: 100vh;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  padding-top: 35px;
  border-right: 1px solid #fff;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  -ms-transition: background 0.5s ease;
  transition: background 0.5s ease;
}

.categories-carousel .categories-head .owl-item.current .item {
  background: #81c0d6;
}

.categories-carousel .categories-body {}

.categories-carousel .categories-body .item {
  overflow: hidden;
}

.categories-carousel .categories-body .item .container-fluid {
  padding-left: 250px;
}

.categories-carousel .categories-body .item .cell {
  height: 100vh;
  width: 1140px;
}

.categories-carousel .categories-body .item .wrap {}

.categories-carousel .categories-body .item .heading {
  color: #fff;
  margin: 0 0 5px -0.07em;
  font-size: 72px;
}

.categories-carousel .categories-body .item .sub-h {
  color: #f4f1de;
  margin: 0 0 15px;
  text-transform: uppercase;
  font-size: 14px;
}

.categories-carousel .categories-body .item .desc {
  max-width: 320px;
  font-size: 18px;
  line-height: 1.667;
}

.categories-carousel .categories-body .item .button-style1 {
  margin-top: 25px;
  color: #e34d3e;
}

.categories-carousel .categories-body .item .button-style1:after {
  content: "\e9bf";
  font-family: 'material-design-icon' !important;
  position: absolute;
  right: -20px;
  font-size: 9px;
}

.categories-carousel .categories-body .item .side-img {
  position: absolute;
  height: 90%;
  width: 60%;
  right: 0;
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  z-index: -1;
}

.categories-carousel .categories-body .item .side-img.middle {
  top: 50%;
}

.categories-carousel .categories-body .item .side-img img {
  max-height: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
  /* max-width: none; */
  position: absolute;
  right: 0;
  top: 50%;
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}