@charset "UTF-8";
/*------------------------------------------------------------------
[Table of contents]
1. base
2. elements
3. form
4. layout
5. menu
6. pages 
7. post
8. portfolio
9. feature box
10. teams
11. effect 
12. utilities
13. widgets layout
14. widgets 
15. responsive
-------------------------------------------------------------------*/
/**
* Web Application Prefix Apply For Making Owner Styles
*/
/**
 *   Blocks Layout Selectors
 */
/********* LAYOUT **************/
/* carousel-controls-v1 */
/* carousel-controls-v2 */
/* carousel-controls-v3 */
/****/
/* 15. effect */
/* Buzz */
@-webkit-keyframes apus-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}
@keyframes apus-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}
@-webkit-keyframes vibrate {
  0% {
    top: 0px;
  }
  25% {
    top: -3px;
  }
  50% {
    top: 0px;
  }
  75% {
    top: 3px;
  }
  100% {
    top: 0px;
  }
}
@keyframes vibrate {
  0% {
    top: 0px;
  }
  25% {
    top: -3px;
  }
  50% {
    top: 0px;
  }
  75% {
    top: 3px;
  }
  100% {
    top: 0px;
  }
}
@-webkit-keyframes apus-spin {
  from {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes apus-spin {
  from {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loading {
  from {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loading {
  from {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
@-webkit-keyframes bounce {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-2000px) rotate(-45deg);
    -moz-transform: translateY(-2000px) rotate(-45deg);
    -ms-transform: translateY(-2000px) rotate(-45deg);
    -o-transform: translateY(-2000px) rotate(-45deg);
    transform: translateY(-2000px) rotate(-45deg);
  }
  60% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(30px) rotate(-45deg);
    -moz-transform: translateY(30px) rotate(-45deg);
    -ms-transform: translateY(30px) rotate(-45deg);
    -o-transform: translateY(30px) rotate(-45deg);
    transform: translateY(30px) rotate(-45deg);
  }
  80% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -moz-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    -o-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(-45deg);
    -moz-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    -o-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
  }
}
@keyframes bounce {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-2000px) rotate(-45deg);
    -moz-transform: translateY(-2000px) rotate(-45deg);
    -ms-transform: translateY(-2000px) rotate(-45deg);
    -o-transform: translateY(-2000px) rotate(-45deg);
    transform: translateY(-2000px) rotate(-45deg);
  }
  60% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(30px) rotate(-45deg);
    -moz-transform: translateY(30px) rotate(-45deg);
    -ms-transform: translateY(30px) rotate(-45deg);
    -o-transform: translateY(30px) rotate(-45deg);
    transform: translateY(30px) rotate(-45deg);
  }
  80% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -moz-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    -o-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(-45deg);
    -moz-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    -o-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
  }
}
@-webkit-keyframes toTopFromBottom {
  49% {
    -webkit-transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toTopFromBottom {
  49% {
    -webkit-transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
@-webkit-keyframes updow {
  50% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  0%, 100% {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes updow {
  50% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  0%, 100% {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes fadeleft {
  from {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  to {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(-15px, 0);
    -ms-transform: translate(-15px, 0);
    -o-transform: translate(-15px, 0);
    transform: translate(-15px, 0);
  }
}
@keyframes fadeleft {
  from {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  to {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(-15px, 0);
    -ms-transform: translate(-15px, 0);
    -o-transform: translate(-15px, 0);
    transform: translate(-15px, 0);
  }
}
@-webkit-keyframes faderight {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(15px, 0);
    -ms-transform: translate(15px, 0);
    -o-transform: translate(15px, 0);
    transform: translate(15px, 0);
  }
  to {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes faderight {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(15px, 0);
    -ms-transform: translate(15px, 0);
    -o-transform: translate(15px, 0);
    transform: translate(15px, 0);
  }
  to {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes autofill {
  to {
    color: #555555;
    background: transparent;
  }
}
@keyframes autofill {
  to {
    color: #555555;
    background: transparent;
  }
}
@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes delay {
  0%,
    40%,
    100% {
    -webkit-transform: scaleY(0.05);
    transform: scaleY(0.05);
  }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@keyframes delay {
  0%,
    40%,
    100% {
    -webkit-transform: scaleY(0.05);
    transform: scaleY(0.05);
  }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@-webkit-keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
  }
  50% {
    opacity: 0.9;
  }
  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
  }
}
@keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
  }
  50% {
    opacity: 0.9;
  }
  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
  }
}
@-webkit-keyframes apus-pulse {
  0% {
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    -o-transform: scale(0.4);
    transform: scale(0.4);
  }
  33% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  66% {
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    -o-transform: scale(0.4);
    transform: scale(0.4);
  }
  100% {
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    -o-transform: scale(0.4);
    transform: scale(0.4);
  }
}
@keyframes apus-pulse {
  0% {
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    -o-transform: scale(0.4);
    transform: scale(0.4);
  }
  33% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  66% {
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    -o-transform: scale(0.4);
    transform: scale(0.4);
  }
  100% {
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    -o-transform: scale(0.4);
    transform: scale(0.4);
  }
}
@-webkit-keyframes boxscale {
  from {
    -webkit-box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.2);
  }
  to {
    -webkit-box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.2);
  }
}
@keyframes boxscale {
  from {
    -webkit-box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.2);
  }
  to {
    -webkit-box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.2);
  }
}
@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
.effect-1 {
  position: relative;
}
.effect-1:after {
  content: '';
  display: block;
  width: 0px;
  height: 1px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
  margin: auto;
}
.effect-1:hover:after {
  width: 100%;
  height: 1px;
  background: #f9b200;
}

.zoom-2 {
  overflow: hidden;
  display: block;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.zoom-2 img {
  position: relative;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform-origin: center, center;
  -moz-transform-origin: center, center;
  -ms-transform-origin: center, center;
  transform-origin: center, center;
}
.zoom-2:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.filter-grayscale, .widget .widget_sp_image-image-link img {
  -webkit-transition: all 0.6s ease-out 0s;
  -o-transition: all 0.6s ease-out 0s;
  transition: all 0.6s ease-out 0s;
}
.filter-grayscale:hover, .widget .widget_sp_image-image-link img:hover {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
}

.filter-brightness {
  -webkit-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.filter-brightness:hover {
  filter: brightness(0.4);
  -webkit-filter: brightness(0.4);
  -moz-filter: brightness(0.4);
  -o-filter: brightness(0.4);
  -ms-filter: brightness(0.4);
}

.filter-blur {
  -webkit-transition: all 0.6s ease-out 0s;
  -o-transition: all 0.6s ease-out 0s;
  transition: all 0.6s ease-out 0s;
}
.filter-blur:hover {
  filter: blur(5px);
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
}

.tab-pane {
  outline: none;
}

.close .fa {
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.close:hover .fa {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}

.image-overlay-1:after, .image-overlay-1:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 100;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.rtl .image-overlay-1:after, .rtl .image-overlay-1:before {
  right: 0;
  left: auto;
}
.image-overlay-1:after {
  top: -100%;
}
.image-overlay-1:before {
  bottom: -100%;
}
.image-overlay-1:hover:after {
  top: -50%;
  opacity: 1;
  filter: alpha(opacity=100);
}
.image-overlay-1:hover:before {
  bottom: -50%;
  opacity: 1;
  filter: alpha(opacity=100);
}

.image-plus-1 {
  position: relative;
}
.image-plus-1::before {
  overflow: hidden;
  position: absolute;
  top: 0;
  content: "";
  z-index: 100;
  width: 100%;
  height: 100%;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
  background: url("../images/plus.png") no-repeat scroll center center/60px 60px rgba(0, 0, 0, 0.6);
}
.rtl .image-plus-1::before {
  right: 0;
  left: auto;
}
.image-plus-1:hover::before {
  visibility: visible;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.image-plus-2 {
  position: relative;
}
.image-plus-2::before {
  content: "";
  z-index: 199;
  top: 0;
  position: absolute;
  background: url("../images/plus.png") no-repeat scroll center center/60px 60px rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  left: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-background-size: 10px 10px, 100% 100%;
  -moz-background-size: 10px 10px, 100% 100%;
  -ms-background-size: 10px 10px, 100% 100%;
  background-size: 10px 10px, 100% 100%;
  -webkit-background-origin: padding-box, padding-box;
  -moz-background-origin: padding-box, padding-box;
  -ms-background-origin: padding-box, padding-box;
  -o-background-origin: padding-box, padding-box;
  background-origin: padding-box, padding-box;
}
.rtl .image-plus-2::before {
  right: 0;
  left: auto;
}
.image-plus-2:hover::before {
  opacity: .6;
  visibility: visible;
  -webkit-background-size: 60px 60px, 100% 100%;
  -moz-background-size: 60px 60px, 100% 100%;
  -ms-background-size: 60px 60px, 100% 100%;
  background-size: 60px 60px, 100% 100%;
}

.image-plus-3 {
  position: relative;
}
.image-plus-3::before {
  content: "";
  top: 0;
  overflow: hidden;
  position: absolute;
  z-index: 100;
  -webkit-transform: scale(0.5) rotateX(180deg);
  -moz-transform: scale(0.5) rotateX(180deg);
  -ms-transform: scale(0.5) rotateX(180deg);
  -o-transform: scale(0.5) rotateX(180deg);
  transform: scale(0.5) rotateX(180deg);
  width: 100%;
  height: 100%;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: rgba(0, 0, 0, 0.8);
}
.rtl .image-plus-3::before {
  right: 0;
  left: auto;
}
.image-plus-3:hover::before {
  visibility: visible;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transform: scale(1) rotateX(0deg);
  -moz-transform: scale(1) rotateX(0deg);
  -ms-transform: scale(1) rotateX(0deg);
  -o-transform: scale(1) rotateX(0deg);
  transform: scale(1) rotateX(0deg);
}

.icon-effect-1 {
  position: relative;
}
.icon-effect-1:before {
  content: "";
  display: block;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: transparent;
}
.icon-effect-1:hover:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.2s cubic-bezier(0.19, 1, 0.22, 1);
}

/* Pulse Grow */
@-webkit-keyframes apus-pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes apus-pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  to {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  to {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-webkit-keyframes triangleStroke {
  from {
    stroke-dashoffset: 90;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes triangleStroke {
  from {
    stroke-dashoffset: 90;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes smallScale {
  from {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
  }
  to {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
@keyframes smallScale {
  from {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
  }
  to {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
/* 1. base */
@font-face {
  font-family: "Peter Jhons";
  src: url(../fonts/PeterJhons.eot);
  src: url(../fonts/PeterJhons.eot?#iefix) format("embedded-opentype"), url(../fonts/PeterJhons.woff) format("woff"), url(../fonts/PeterJhons.ttf) format("truetype"), url(../fonts/PeterJhons.svg) format("svg");
  font-weight: normal;
  font-style: normal;
}
p {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

b, strong {
  font-weight: 500;
  color: #1a1a1a;
}

embed,
iframe,
object {
  max-width: 100%;
}

svg {
  fill: currentColor;
  -webkit-transition: fill 0.5s ease-in-out;
  -o-transition: fill 0.5s ease-in-out;
  transition: fill 0.5s ease-in-out;
}

.custom-logo-link {
  display: inline-block;
  vertical-align: middle;
}
.lt-ie8 .custom-logo-link {
  display: inline;
  zoom: 1;
}

blockquote cite {
  font-size: 17px;
  font-style: normal;
  font-family: "Heebo", sans-serif;
}

pre {
  font-size: 17px;
  font-family: "Courier 10 Pitch", Courier, monospace;
  line-height: 1.6;
  overflow: auto;
}

code,
kbd,
tt,
var {
  font-size: 15px;
  font-family: Menlo, monaco, Consolas, Lucida Console, monospace;
  background: transparent;
  color: #1a1a1a;
}

abbr,
acronym {
  border-bottom: 1px dotted #1a1a1a;
  cursor: help;
  text-decoration: none;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

figcaption {
  margin-top: 15px;
}

big {
  font-size: 125%;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}

html {
  box-sizing: border-box;
  font-size: 15px;
}

body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  background-color: #fff;
}

::-moz-selection {
  background-color: #f9b200;
}

::selection {
  background-color: #f9b200;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin: 30px 0;
}

hr {
  background-color: #dddddd;
  border: 0;
  height: 2px;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 0;
}

blockquote,
blockquote.wp-block-quote {
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  color: #1a1a1a;
  margin: 40px 0;
  position: relative;
  background-color: #f2f3f5;
  clear: both;
  border: none;
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  line-height: 1.625;
  padding: 30px 20px 30px 80px;
}
.rtl blockquote, .rtl
blockquote.wp-block-quote {
  padding: 30px 80px 30px 20px;
}
@media only screen and (min-width: 768px) {
  blockquote,
  blockquote.wp-block-quote {
    font-size: 18px;
    line-height: 1.55556;
  }
}
blockquote:before,
blockquote.wp-block-quote:before {
  color: #6f6f6f;
  font-size: 2.85714rem;
  position: absolute;
  top: 15px;
  content: "";
  font-family: 'icomoon' !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;
  opacity: 0.1;
  filter: alpha(opacity=10);
  left: 30px;
}
.rtl blockquote:before, .rtl
blockquote.wp-block-quote:before {
  right: 30px;
  left: auto;
}
@media only screen and (min-width: 768px) {
  blockquote:before,
  blockquote.wp-block-quote:before {
    font-size: 3.57143rem;
  }
}
@media only screen and (min-width: 1168px) {
  blockquote:before,
  blockquote.wp-block-quote:before {
    font-size: 5.14286rem;
  }
}
blockquote p,
blockquote.wp-block-quote p {
  margin-bottom: 15px;
}
blockquote cite,
blockquote.wp-block-quote cite {
  font-style: italic;
  font-size: 13px;
  font-weight: 400;
  font-family: "Rubik", Helvetica, Arial, sans-serif;
}
blockquote.has-very-dark-gray-color,
blockquote.wp-block-quote.has-very-dark-gray-color {
  background-color: transparent;
  color: #fff;
}
blockquote.has-very-dark-gray-color:before,
blockquote.wp-block-quote.has-very-dark-gray-color:before {
  color: #fff;
  left: 30px;
}
.rtl blockquote.has-very-dark-gray-color:before, .rtl
blockquote.wp-block-quote.has-very-dark-gray-color:before {
  right: 30px;
  left: auto;
}
blockquote.has-very-dark-gray-color cite,
blockquote.wp-block-quote.has-very-dark-gray-color cite {
  color: #fff;
}

ul,
ol {
  padding-left: 18px;
}
.rtl ul, .rtl
ol {
  padding-right: 18px;
  padding-left: inherit;
}

ul {
  list-style: disc;
}
ul ul {
  list-style-type: circle;
}

ol {
  list-style: decimal;
}

li {
  line-height: 1.8;
}

li > ul,
li > ol {
  padding-left: 20px;
}
.rtl li > ul, .rtl
li > ol {
  padding-right: 20px;
  padding-left: inherit;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 30px 30px;
}

table {
  margin: 0 0 40px;
  border-collapse: collapse;
  width: 100%;
  font-family: "Rubik", Helvetica, Arial, sans-serif;
}
table td,
table th {
  padding: 0.5em;
  word-break: normal;
  border: 1px solid #dddddd;
}

table > thead > tr > th,
table > thead > tr > td,
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 1px;
}

.col-header-left .logo-in-theme {
  max-width: 92px;
  margin: 0px;
}
@media only screen and (min-width: 768px) {
  .col-header-left .logo-in-theme {
    margin-right: 92px;
  }
  .rtl .col-header-left .logo-in-theme {
    margin-left: 92px;
    margin-right: inherit;
  }
}

fieldset {
  clear: both;
  overflow: hidden;
}

.woocommerce input.button {
  background: #4ec45e;
  color: #fff;
  padding: 15px 20px;
  border: none;
}
.woocommerce input.button:hover, .woocommerce input.button:active {
  color: #fff;
  background: #38a747;
}

.site-logo {
  line-height: 1;
  font-size: 33px;
  font-weight: 700;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
}
.lt-ie8 .site-logo {
  display: inline;
  zoom: 1;
}
.site-logo a {
  display: inline-block;
  vertical-align: middle;
  color: #000 !important;
  line-height: 1;
}
.lt-ie8 .site-logo a {
  display: inline;
  zoom: 1;
}

.post-password-form p:before, .post-password-form p:after {
  content: " ";
  display: table;
}
.post-password-form p:after {
  clear: both;
}
.post-password-form p label {
  margin-bottom: 10px;
  float: left;
}
.rtl .post-password-form p label {
  float: right;
}
@media only screen and (min-width: 768px) {
  .post-password-form p label {
    margin-bottom: 0;
  }
}
.post-password-form input[type="submit"] {
  float: none;
}
@media only screen and (min-width: 768px) {
  .post-password-form input[type="submit"] {
    float: left;
    border: none;
    line-height: 2.92857rem;
  }
  .rtl .post-password-form input[type="submit"] {
    float: right;
  }
}
.post-password-form input[type="submit"]:hover {
  color: #fff;
  background-color: #c68e00;
}
.post-password-form input[type="submit"]:focus {
  color: #fff;
  background-color: #c68e00;
}
.post-password-form input[type="submit"]:focus-within {
  color: #fff;
  background-color: #c68e00;
}
.post-password-form input[type="submit"]:active {
  color: #fff;
  background-color: #c68e00;
}

.btn-search-top {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}
.lt-ie8 .btn-search-top {
  display: inline;
  zoom: 1;
}

.input-group .btn, .input-group .viewmore-products-btn {
  border-width: 1px;
}

a:focus,
.btn:focus,
.viewmore-products-btn:focus {
  outline: none !important;
}

.list,
.list-no {
  list-style: none;
  padding: 0;
  margin: 0;
}

.media-body {
  width: 10000px;
}

::-moz-selection {
  color: #fff;
  background: #1b251f;
}

::selection {
  color: #fff;
  background: #1b251f;
}

.pswp__item {
  cursor: move;
}

.no-border {
  border: none !important;
}
.no-border:before {
  display: none !important;
}

.wpb_widgetised_column {
  margin: 0;
}

.topmenu-menu-line {
  list-style: none;
  padding: 0;
  margin: 0;
}
.topmenu-menu-line li {
  display: inline-block;
  vertical-align: middle;
}
.topmenu-menu-line li .space {
  margin: 0 3px;
}

.top-menu-mobile .title {
  font-size: 20px;
  padding: 0 15px;
  margin: 0 0 15px;
}
.top-menu-mobile .navbar-nav > li > a {
  padding: 2px 15px;
}

.action .caret {
  width: 8px;
  height: 8px;
  position: relative;
}
.action[aria-expanded="true"] b {
  border: none;
}
.action[aria-expanded="true"] b:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00d";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
}

ins {
  text-decoration: none;
}

img {
  border: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

.video-responsive {
  height: 0;
  padding-top: 0;
  padding-bottom: 56.25%;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}
.video-responsive embed,
.video-responsive iframe,
.video-responsive object,
.video-responsive video {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

.audio-responsive iframe {
  width: 100%;
  height: 126px;
}

ul.list-square {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.list-square > li {
  line-height: 35px;
  font-size: 14px;
  margin: 0;
}
ul.list-square > li.active > a, ul.list-square > li:hover > a {
  color: #f9b200;
}
ul.list-square > li.active > a:before, ul.list-square > li:hover > a:before {
  background: #f9b200;
}
ul.list-square > li > a {
  display: block;
  padding-left: 21px;
  position: relative;
}
.rtl ul.list-square > li > a {
  padding-right: 21px;
  padding-left: inherit;
}
ul.list-square > li > a:before {
  content: '';
  background: #1a1a1a;
  width: 8px;
  height: 8px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.rtl ul.list-square > li > a:before {
  right: 0;
  left: auto;
}

.breadcrumb > li {
  padding: 0 5px;
  position: relative;
}
.breadcrumb > li:first-child {
  padding-left: 0;
}
.rtl .breadcrumb > li:first-child {
  padding-right: 0;
  padding-left: inherit;
}
.breadcrumb > li:last-child {
  padding-right: 0;
}
.rtl .breadcrumb > li:last-child {
  padding-left: 0;
  padding-right: inherit;
}

.breadcrumb li + li:before {
  margin: 0;
  content: "\f105";
  color: #6f6f6f;
  font-size: 12px;
  padding: 0;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 900;
  margin-right: 10px;
}
.rtl .breadcrumb li + li:before {
  margin-left: 10px;
  margin-right: inherit;
}

.apus-breadscrumb-wrapper {
  margin: 0 0 50px 0;
}
@media only screen and (min-width: 1168px) {
  .apus-breadscrumb-wrapper {
    margin-bottom: 100px;
  }
}

@media only screen and (min-width: 1168px) {
  .woocommerce-page .apus-breadscrumb-wrapper {
    margin-bottom: 70px;
  }
}

.apus-breadscrumb-inner {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #fff;
  border-bottom: 1px solid #efefef;
}
.apus-breadscrumb-inner .breadcrumb {
  margin-bottom: 0;
  padding: 15px 0;
  background-color: transparent;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.apus-breadscrumb {
  color: #fff;
  position: relative;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-color: #1a1a1a;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
}
.apus-breadscrumb .page-bread-title {
  font-size: 28px;
  line-height: 40px;
  text-align: center;
  margin: 0 0 8px 0;
  color: inherit;
  letter-spacing: normal;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .apus-breadscrumb .page-bread-title {
    margin: 0 0 15px 0;
    font-size: 40px;
    line-height: 52px;
  }
}
@media only screen and (min-width: 1168px) {
  .apus-breadscrumb .page-bread-title {
    font-size: 48px;
    line-height: 60px;
    padding: 0px;
  }
}
.apus-breadscrumb .page-bread-title span {
  position: relative;
  background-image: linear-gradient(#f9b200, #f9b200);
  background-position: 0% 98%;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  -webkit-transition: background-size 0.3s;
  -o-transition: background-size 0.3s;
  transition: background-size 0.3s;
}
.apus-breadscrumb i {
  margin-right: 5px;
}
.rtl .apus-breadscrumb i {
  margin-left: 5px;
  margin-right: inherit;
}
.apus-breadscrumb.has_bg {
  color: #fff;
  overflow: hidden;
}
.apus-breadscrumb.has_bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.rtl .apus-breadscrumb.has_bg:before {
  right: 0;
  left: auto;
}
.apus-breadscrumb.has_bg .breadcrumb {
  color: #fff;
}
.apus-breadscrumb.has_bg .breadcrumb > a + li:before,
.apus-breadscrumb.has_bg .breadcrumb > li + a:before,
.apus-breadscrumb.has_bg .breadcrumb > li + li:before {
  color: #fff !important;
}
.apus-breadscrumb.has_bg .breadcrumb .active {
  color: #fff;
}
.apus-breadscrumb.has_bg .breadcrumb a {
  color: #fff;
}
.apus-breadscrumb.has_bg .breadcrumb a:hover {
  color: #f9b200;
}
.apus-breadscrumb.has_bg .breadcrumb a:focus {
  color: #f9b200;
}
.apus-breadscrumb.has_bg .breadcrumb a:focus-within {
  color: #f9b200;
}
.apus-breadscrumb.has_bg .breadcrumb a:active {
  color: #f9b200;
}
.apus-breadscrumb.has_bg .page-bread-title {
  color: #fff;
}
.apus-breadscrumb.has_bg a {
  color: #fff;
}
.apus-breadscrumb .breadcrumb {
  margin: 0;
  padding: 0;
  color: #fff;
  background: transparent;
}
.apus-breadscrumb .breadcrumb .active {
  color: #fff;
}
.apus-breadscrumb .breadcrumb a {
  color: #fff;
}
.apus-breadscrumb .breadcrumb a:hover {
  color: #f9b200;
}
.apus-breadscrumb .breadcrumb a:focus {
  color: #f9b200;
}
.apus-breadscrumb .breadcrumb a:focus-within {
  color: #f9b200;
}
.apus-breadscrumb .breadcrumb a:active {
  color: #f9b200;
}
.apus-breadscrumb .wrapper-breads {
  height: 150px;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .apus-breadscrumb .wrapper-breads {
    height: 200px;
  }
}
@media only screen and (min-width: 1168px) {
  .apus-breadscrumb .wrapper-breads {
    height: 300px;
  }
}
@media only screen and (min-width: 1168px) {
  .apus-breadscrumb.no-title .wrapper-breads {
    padding: 30px 0;
  }
}
.apus-breadscrumb .bread-title {
  text-transform: none;
  margin: 0 0 10px 0;
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  font-family: "Heebo", sans-serif;
  text-align: left;
  line-height: 1.35714;
}
.rtl .apus-breadscrumb .bread-title {
  text-align: right;
}
@media only screen and (min-width: 768px) {
  .apus-breadscrumb .bread-title {
    font-size: 32px;
    margin: 0 0 20px 0;
    line-height: 1.3125;
  }
}
@media only screen and (min-width: 1168px) {
  .apus-breadscrumb .bread-title {
    font-size: 56px;
    line-height: 1.14286;
  }
}

.search-form input,
.search-form .btn,
.search-form .viewmore-products-btn {
  background: #ebedee;
  border-color: #ebedee;
  color: #1a1a1a;
}
.search-form .btn, .search-form .viewmore-products-btn {
  padding: 10px 15px;
}

.main-content {
  display: block;
  padding-bottom: 50px;
}
@media only screen and (min-width: 1168px) {
  .main-content {
    padding-bottom: 100px;
  }
}

.bg-dark {
  background: #272727;
  color: #fff;
}

.text-purple {
  color: #6c58bd !important;
}

.text-red {
  color: #c32322 !important;
}

.text-red-1 {
  color: #ff0000 !important;
}

.text-orange {
  color: #f66000 !important;
}

.text-yellow {
  color: #e2d951 !important;
}

.text-black {
  color: #000 !important;
}

.text-white,
.text-light {
  color: #FFFFFF !important;
}

.text-darker {
  color: #333 !important;
}

.text-uppercase {
  text-transform: uppercase;
}

/*Radius
------------------------------------*/
.radius-0 {
  border-radius: 0 !important;
}

.radius-x {
  border-radius: 50% !important;
}

.radius-1x {
  border-radius: 10px !important;
}

.radius-2x {
  border-radius: 20px !important;
}

.radius-3x {
  border-radius: 30px !important;
}

.radius-4x {
  border-radius: 40px !important;
}

.radius-5x {
  border-radius: 5px !important;
}

.radius-6x {
  border-radius: 3px !important;
}

.carousel-md {
  width: 44px;
  height: 44px;
  line-height: 44px;
}

.carousel-sm {
  width: 34px;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
}

.carousel-xs {
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-size: 14px;
}

.add-fix-top {
  position: fixed;
  display: inline-block;
  text-align: center;
  bottom: 5px;
  right: 5px;
  margin: 0;
  z-index: 90;
  visibility: hidden;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #f9b200;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.rtl .add-fix-top {
  left: 5px;
  right: auto;
}
@media (min-width: 1200px) {
  .add-fix-top {
    width: 40px;
    height: 40px;
    line-height: 40px;
    bottom: 15px;
    right: 15px;
  }
  .rtl .add-fix-top {
    left: 15px;
    right: auto;
  }
}
.add-fix-top:hover {
  color: #fff;
}
.add-fix-top:focus {
  color: #fff;
}
.add-fix-top:focus-within {
  color: #fff;
}
.add-fix-top:active {
  color: #fff;
}
.add-fix-top.active {
  visibility: visible;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  filter: alpha(opacity=100);
}
.add-fix-top.active:hover {
  color: #fff !important;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.add-fix-top.active:focus {
  color: #fff !important;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.add-fix-top.active:focus-within {
  color: #fff !important;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.add-fix-top.active:active {
  color: #fff !important;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}

.menu li {
  list-style: none;
}
.menu li > ul,
.menu li > ol {
  outline: none;
}

.apus-body-loading {
  overflow: hidden;
}

.apus-page-loading {
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999;
}

.apus-loader-inner {
  margin: 0 auto;
  width: 150px;
  height: 75px;
  text-align: center;
  font-size: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  background-size: cover;
  background-repeat: no-repeat;
}
.apus-loader-inner > div {
  width: 8px;
  height: 100%;
  display: inline-block;
  float: left;
  margin-left: 2px;
  -webkit-animation: delay 0.8s infinite ease-in-out;
  animation: delay 0.8s infinite ease-in-out;
}
.apus-loader-inner .loader1 {
  background-color: #e39505;
}
.apus-loader-inner .loader2 {
  background-color: #ff5395;
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
.apus-loader-inner .loader3 {
  background-color: #84b813;
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.apus-loader-inner .loader4 {
  background-color: #f38ca3;
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.apus-loader-inner .loader5 {
  background-color: #da5800;
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.page-links {
  overflow: hidden;
  margin: 0 0 30px;
}
.page-links .page-links-title {
  font-weight: normal;
  color: #1a1a1a;
}
.page-links > span:not(.page-links-title),
.page-links > a {
  margin: 0 4px;
  padding: 0;
  border: none;
  line-height: 46px;
  color: #fff;
  width: 46px;
  text-align: center;
  font-weight: 700;
  background-color: #1a1a1a;
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.lt-ie8 .page-links > span:not(.page-links-title), .lt-ie8
.page-links > a {
  display: inline;
  zoom: 1;
}
.page-links > span:not(.page-links-title):hover,
.page-links > a:hover {
  color: #fff;
  background: #f9b200;
  border-color: #f9b200;
}
.page-links > span:not(.page-links-title):focus,
.page-links > a:focus {
  color: #fff;
  background: #f9b200;
  border-color: #f9b200;
}
.page-links > span:not(.page-links-title):focus-within,
.page-links > a:focus-within {
  color: #fff;
  background: #f9b200;
  border-color: #f9b200;
}
.page-links > span:not(.page-links-title):active,
.page-links > a:active {
  color: #fff;
  background: #f9b200;
  border-color: #f9b200;
}
.page-links > span:not(.page-links-title) {
  color: #fff;
  background: #f9b200;
  border-color: #f9b200;
}

option {
  padding: 5px;
}

.woocommerce-MyAccount-navigation > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 35px;
}

.image-lazy-loading .image-wrapper {
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="38" height="38" viewBox="0 0 38 38" stroke="rgba(102,102,102,0.25)"%3E%3Cg fill="none" fill-rule="evenodd"%3E%3Cg transform="translate(1 1)" stroke-width="2"%3E%3Ccircle stroke-opacity=".55" cx="18" cy="18" r="18"/%3E%3Cpath d="M36 18c0-9.94-8.06-18-18-18"%3E%3CanimateTransform attributeName="transform" type="rotate" from="0 18 18" to="360 18 18" dur="1s" repeatCount="indefinite"/%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E');
  max-height: 100%;
}
.image-lazy-loading .image-wrapper img {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.image-lazy-loading .image-wrapper.image-loaded {
  background: none;
}
.image-lazy-loading .image-wrapper.image-loaded img {
  opacity: 1;
  filter: alpha(opacity=100);
}

.scrollbar {
  width: 102px;
  height: 102px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  overflow: hidden;
  line-height: 90px;
  text-align: center;
  color: #fff;
  background-image: -webkit-linear-gradient(left, #1b251f 0%, #f9b200 100%);
  background-image: -o-linear-gradient(left, #1b251f 0%, #f9b200 100%);
  background-image: linear-gradient(to right, #1b251f 0%, #f9b200 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF1B251F', endColorstr='#FFF9B200', GradientType=1);
  font-size: 50px;
  display: inline-block;
  border: 6px solid #ffffff;
  -webkit-transform: translateY(55px);
  -ms-transform: translateY(55px);
  -o-transform: translateY(55px);
  transform: translateY(55px);
  position: relative;
  z-index: 9;
}
.scrollbar:hover, .scrollbar:active {
  color: #fff;
  background-image: -webkit-linear-gradient(left, #f9b200 0%, #1b251f 100%);
  background-image: -o-linear-gradient(left, #f9b200 0%, #1b251f 100%);
  background-image: linear-gradient(to right, #f9b200 0%, #1b251f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF9B200', endColorstr='#FF1B251F', GradientType=1);
}

.rtl .navbar-nav {
  float: right;
}
.rtl .apus-topcart .dropdown-menu-right {
  right: auto;
  left: 0;
}
.rtl .dropdown-menu {
  text-align: right;
}
.rtl .widget-mailchimp .btn, .rtl .widget-mailchimp .viewmore-products-btn {
  border-radius: 50px 0 0 50px;
  -webkit-border-radius: 50px 0 0 50px;
  -moz-border-radius: 50px 0 0 50px;
  -ms-border-radius: 50px 0 0 50px;
  -o-border-radius: 50px 0 0 50px;
}
.rtl .widget-mailchimp .form-control {
  border-radius: 0 50px 50px 0;
  -webkit-border-radius: 0 50px 50px 0;
  -moz-border-radius: 0 50px 50px 0;
  -ms-border-radius: 0 50px 50px 0;
  -o-border-radius: 0 50px 50px 0;
}
.rtl .main-search .media-left,
.rtl .main-search .media > .pull-left {
  padding: 0 0 0 15px;
}
.rtl .widget-process .proces-item .line-space {
  left: inherit;
  right: 100%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  transform: translateX(50%);
}
.rtl .form-rekon-ppp select,
.rtl .apus-filter select {
  background-position: left 10px center;
}

.show-search {
  cursor: pointer;
  line-height: 1;
  font-size: 15px;
}
.show-search:hover {
  color: #f9b200;
}
.show-search:focus {
  color: #f9b200;
}
.show-search:focus-within {
  color: #f9b200;
}
.show-search:active {
  color: #f9b200;
}

.search-header {
  position: fixed;
  z-index: 9;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #f7f7f7;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.search-header.active {
  opacity: 1;
  filter: alpha(opacity=100);
  height: 100%;
  visibility: visible;
}

.apus-social-share .title {
  display: none;
}
.apus-social-share .social-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.apus-social-share .social-content > a {
  color: #777777;
  font-size: 14px;
  margin-bottom: 5px;
  border: 1px solid #e1e6eb;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 38px;
  height: 38px;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.rtl .apus-social-share .social-content > a {
  margin-left: 5px;
  margin-right: inherit;
}
.apus-social-share .social-content > a:hover {
  color: #fff;
  background-color: #f9b200;
  border-color: #f9b200;
}
.apus-social-share .social-content > a:focus {
  color: #fff;
  background-color: #f9b200;
  border-color: #f9b200;
}
.apus-social-share .social-content > a:focus-within {
  color: #fff;
  background-color: #f9b200;
  border-color: #f9b200;
}
.apus-social-share .social-content > a:active {
  color: #fff;
  background-color: #f9b200;
  border-color: #f9b200;
}

.select2-container {
  outline: none !important;
}

.select2-search--dropdown {
  padding: 10px 15px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #dddddd;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  height: 33px;
  font-size: 14px;
  padding: 5px 10px;
}

.select2-results__option {
  padding: 5px 10px;
  font-size: 14px;
  outline: none !important;
}

.select2-dropdown {
  border: none;
  margin-top: 1px;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
}

.select2-results {
  padding: 0 15px 15px;
}

.type-lead {
  font-size: 18px;
  line-height: 28px;
  color: #1a1a1a;
  font-weight: 400;
  font-family: "Heebo", sans-serif;
}
@media only screen and (min-width: 1168px) {
  .type-lead {
    font-size: 24px;
    line-height: 34px;
  }
}

.text-color {
  color: #f9b200 !important;
}

.label-float {
  bottom: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.slider-block {
  border: 20px solid rgba(255, 255, 255, 0.1);
}

body.admin-bar .contact-sidebar-wrapper {
  top: 32px;
}

/* 2. elements */
/* block */
.widget {
  margin-bottom: 30px;
  position: relative;
  padding: 0px;
  background: transparent;
}
.widget .widget-title, .widget .widgettitle, .widget .widget-heading {
  padding: 0;
  position: relative;
  text-transform: none;
  color: #1a1a1a;
  font-weight: 500;
  font-size: 30px;
  margin: 0;
  margin-bottom: 30px;
}

.wp-caption {
  margin-bottom: 30px !important;
}
.wp-caption div.wp-caption-text, .wp-caption p.wp-caption-text {
  color: #6f6f6f !important;
  font-size: 0.85714rem !important;
  font-family: "Heebo", sans-serif !important;
  margin: 0 !important;
  text-align: center !important;
  padding: 5px !important;
  line-height: 22px !important;
}

.sidebar p,
.apus-sidebar p {
  margin: 0 0 10px;
}
.sidebar .widget,
.apus-sidebar .widget {
  margin: 0 0 40px 0;
}
@media (min-width: 1200px) {
  .sidebar .widget,
  .apus-sidebar .widget {
    margin-bottom: 50px;
  }
}
.sidebar .widget:last-child,
.apus-sidebar .widget:last-child {
  margin-bottom: 0;
}
.sidebar .widget .widget-title, .sidebar .widget .widgettitle, .sidebar .widget .widget-heading,
.apus-sidebar .widget .widget-title,
.apus-sidebar .widget .widgettitle,
.apus-sidebar .widget .widget-heading {
  position: relative;
  font-size: 18px;
  margin-bottom: 20px;
  padding-bottom: 0;
  text-transform: none;
  font-weight: 500;
  text-align: left;
}
.sidebar .widget .widget-title:before, .sidebar .widget .widget-title:after, .sidebar .widget .widgettitle:before, .sidebar .widget .widgettitle:after, .sidebar .widget .widget-heading:before, .sidebar .widget .widget-heading:after,
.apus-sidebar .widget .widget-title:before,
.apus-sidebar .widget .widget-title:after,
.apus-sidebar .widget .widgettitle:before,
.apus-sidebar .widget .widgettitle:after,
.apus-sidebar .widget .widget-heading:before,
.apus-sidebar .widget .widget-heading:after {
  content: " ";
  display: table;
}
.sidebar .widget .widget-title:after, .sidebar .widget .widgettitle:after, .sidebar .widget .widget-heading:after,
.apus-sidebar .widget .widget-title:after,
.apus-sidebar .widget .widgettitle:after,
.apus-sidebar .widget .widget-heading:after {
  clear: both;
}
.rtl .sidebar .widget .widget-title, .rtl .sidebar .widget .widgettitle, .rtl .sidebar .widget .widget-heading, .rtl
.apus-sidebar .widget .widget-title, .rtl
.apus-sidebar .widget .widgettitle, .rtl
.apus-sidebar .widget .widget-heading {
  text-align: right;
}
.sidebar .widget .widget-title:before, .sidebar .widget .widget-title:after, .sidebar .widget .widgettitle:before, .sidebar .widget .widgettitle:after, .sidebar .widget .widget-heading:before, .sidebar .widget .widget-heading:after,
.apus-sidebar .widget .widget-title:before,
.apus-sidebar .widget .widget-title:after,
.apus-sidebar .widget .widgettitle:before,
.apus-sidebar .widget .widgettitle:after,
.apus-sidebar .widget .widget-heading:before,
.apus-sidebar .widget .widget-heading:after {
  content: normal;
}
.sidebar .widget.widget_categories ul > li:last-child,
.apus-sidebar .widget.widget_categories ul > li:last-child {
  padding-bottom: 0;
}
.sidebar .wp-caption,
.apus-sidebar .wp-caption {
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 0px;
  margin-right: 0px;
  max-width: 100%;
}
.sidebar .wp-caption.alignnone,
.apus-sidebar .wp-caption.alignnone {
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0 !important;
}
.sidebar .widget-search form,
.apus-sidebar .widget-search form {
  background-color: #fff;
}
.sidebar .widget-search .btn, .sidebar .widget-search .viewmore-products-btn,
.sidebar .widget-search button[type="submit"],
.apus-sidebar .widget-search .btn,
.apus-sidebar .widget-search .viewmore-products-btn,
.apus-sidebar .widget-search button[type="submit"] {
  top: 0;
  position: absolute;
  color: #fff;
  font-size: 0;
  padding: 0;
  margin: 0;
  border: none;
  line-height: 1;
  cursor: pointer;
  background-color: #f9b200;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 48px;
  height: 48px;
}
.rtl .sidebar .widget-search .btn, .rtl .sidebar .widget-search .viewmore-products-btn, .rtl
.sidebar .widget-search button[type="submit"], .rtl
.apus-sidebar .widget-search .btn, .rtl
.apus-sidebar .widget-search .viewmore-products-btn, .rtl
.apus-sidebar .widget-search button[type="submit"] {
  left: 0;
  right: auto;
}
.sidebar .widget-search .btn:before, .sidebar .widget-search .viewmore-products-btn:before,
.sidebar .widget-search button[type="submit"]:before,
.apus-sidebar .widget-search .btn:before,
.apus-sidebar .widget-search .viewmore-products-btn:before,
.apus-sidebar .widget-search button[type="submit"]:before {
  content: "";
  font-size: 18px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-family: 'icomoon' !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;
}
.sidebar .widget-search .form-control,
.sidebar .widget-search input[type="text"],
.sidebar .widget-search input[type="search"],
.apus-sidebar .widget-search .form-control,
.apus-sidebar .widget-search input[type="text"],
.apus-sidebar .widget-search input[type="search"] {
  width: 100%;
  height: 48px;
  font-size: 15px;
  font-weight: 400;
  color: #999999;
  border: 1px solid #e1e6eb;
  padding: 5px 65px 5px 15px;
}
.rtl .sidebar .widget-search .form-control, .rtl
.sidebar .widget-search input[type="text"], .rtl
.sidebar .widget-search input[type="search"], .rtl
.apus-sidebar .widget-search .form-control, .rtl
.apus-sidebar .widget-search input[type="text"], .rtl
.apus-sidebar .widget-search input[type="search"] {
  padding: 5px 15px 5px 65px;
}
.sidebar .widget-search .form-control::-moz-placeholder,
.sidebar .widget-search input[type="text"]::-moz-placeholder,
.sidebar .widget-search input[type="search"]::-moz-placeholder,
.apus-sidebar .widget-search .form-control::-moz-placeholder,
.apus-sidebar .widget-search input[type="text"]::-moz-placeholder,
.apus-sidebar .widget-search input[type="search"]::-moz-placeholder {
  color: #999999;
  opacity: 1;
  text-transform: none;
}
.sidebar .widget-search .form-control:-ms-input-placeholder,
.sidebar .widget-search input[type="text"]:-ms-input-placeholder,
.sidebar .widget-search input[type="search"]:-ms-input-placeholder,
.apus-sidebar .widget-search .form-control:-ms-input-placeholder,
.apus-sidebar .widget-search input[type="text"]:-ms-input-placeholder,
.apus-sidebar .widget-search input[type="search"]:-ms-input-placeholder {
  color: #999999;
  text-transform: none;
}
.sidebar .widget-search .form-control::-webkit-input-placeholder,
.sidebar .widget-search input[type="text"]::-webkit-input-placeholder,
.sidebar .widget-search input[type="search"]::-webkit-input-placeholder,
.apus-sidebar .widget-search .form-control::-webkit-input-placeholder,
.apus-sidebar .widget-search input[type="text"]::-webkit-input-placeholder,
.apus-sidebar .widget-search input[type="search"]::-webkit-input-placeholder {
  color: #999999;
  text-transform: none;
}
.sidebar .widget-search .form-control:hover,
.sidebar .widget-search input[type="text"]:hover,
.sidebar .widget-search input[type="search"]:hover,
.apus-sidebar .widget-search .form-control:hover,
.apus-sidebar .widget-search input[type="text"]:hover,
.apus-sidebar .widget-search input[type="search"]:hover {
  border-color: #f9b200;
}
.sidebar .widget-search .form-control:focus,
.sidebar .widget-search input[type="text"]:focus,
.sidebar .widget-search input[type="search"]:focus,
.apus-sidebar .widget-search .form-control:focus,
.apus-sidebar .widget-search input[type="text"]:focus,
.apus-sidebar .widget-search input[type="search"]:focus {
  border-color: #f9b200;
}
.sidebar .widget-search .form-control:focus-within,
.sidebar .widget-search input[type="text"]:focus-within,
.sidebar .widget-search input[type="search"]:focus-within,
.apus-sidebar .widget-search .form-control:focus-within,
.apus-sidebar .widget-search input[type="text"]:focus-within,
.apus-sidebar .widget-search input[type="search"]:focus-within {
  border-color: #f9b200;
}
.sidebar .widget-search .form-control:active,
.sidebar .widget-search input[type="text"]:active,
.sidebar .widget-search input[type="search"]:active,
.apus-sidebar .widget-search .form-control:active,
.apus-sidebar .widget-search input[type="text"]:active,
.apus-sidebar .widget-search input[type="search"]:active {
  border-color: #f9b200;
}
.sidebar .apus-products-list,
.apus-sidebar .apus-products-list {
  border-style: solid;
  border-color: #dddddd;
  border-width: 0 1px 1px;
}
.sidebar .apus-products-list .product-block,
.apus-sidebar .apus-products-list .product-block {
  padding: 20px;
  margin: 0;
}

.page-shop .sidebar .widget .widget-title, .page-shop .sidebar .widget .widgettitle, .page-shop .sidebar .widget .widget-heading,
.page-shop .apus-sidebar .widget .widget-title,
.page-shop .apus-sidebar .widget .widgettitle,
.page-shop .apus-sidebar .widget .widget-heading {
  font-size: 15px;
  margin: 0 0 20px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.apus-footer {
  color: #6f6f6f;
}

.apus-copyright .wpb_content_element,
.apus-copyright .widget {
  margin-bottom: 0 !important;
}
.apus-copyright .menu li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 0;
}
.rtl .apus-copyright .menu li {
  margin-left: 10px;
  margin-right: inherit;
}
.apus-copyright .menu li:last-child {
  margin: 0;
}

/* 3. form */
button, input, select, optgroup, textarea {
  color: #6f6f6f;
  font-weight: 400;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

.button, button, input[type="button"], input[type="reset"], input[type="submit"] {
  outline: none;
  cursor: pointer;
  position: relative;
  background: #f9b200;
  border: 2px solid transparent;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0;
  padding: 0 28px;
  line-height: 2.5;
  min-width: 50px;
  text-transform: capitalize;
  text-decoration: none;
  pointer-events: auto;
  z-index: 1;
  font-weight: 500;
  font-family: "Heebo", sans-serif;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  display: inline-block;
  vertical-align: middle;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  -ms-text-shadow: none;
  -o-text-shadow: none;
}
.lt-ie8 .button, .lt-ie8 button, .lt-ie8 input[type="button"], .lt-ie8 input[type="reset"], .lt-ie8 input[type="submit"] {
  display: inline;
  zoom: 1;
}
.button:hover, button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
  color: #f9b200;
  background-color: transparent;
  border-color: #f9b200;
}
.button:focus, button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus {
  color: #f9b200;
  background-color: transparent;
  border-color: #f9b200;
}
.button:focus-within, button:focus-within, input[type="button"]:focus-within, input[type="reset"]:focus-within, input[type="submit"]:focus-within {
  color: #f9b200;
  background-color: transparent;
  border-color: #f9b200;
}
.button:active, button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active {
  color: #f9b200;
  background-color: transparent;
  border-color: #f9b200;
}
.button:visited, button:visited, input[type="button"]:visited, input[type="reset"]:visited, input[type="submit"]:visited {
  text-decoration: none;
}
.button.disabled, .button[disabled], fieldset[disabled] .button, button.disabled, button[disabled], fieldset[disabled] button, input[type="button"].disabled, input[type="button"][disabled], fieldset[disabled] input[type="button"], input[type="reset"].disabled, input[type="reset"][disabled], fieldset[disabled] input[type="reset"], input[type="submit"].disabled, input[type="submit"][disabled], fieldset[disabled] input[type="submit"] {
  cursor: not-allowed;
  pointer-events: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

input[type=submit][disabled=disabled], button[disabled=disabled],
input[type=submit]:disabled, button:disabled {
  pointer-events: none;
}

input[type="checkbox"], input[type="radio"] {
  color: #555555;
  cursor: pointer;
  line-height: 0;
  text-align: center;
}

input[type="checkbox"]:checked::before, input[type="radio"]:checked::before {
  width: 1rem;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: left;
  display: inline-block;
  vertical-align: middle;
}
.rtl input[type="checkbox"]:checked::before, .rtl input[type="radio"]:checked::before {
  float: right;
}
.lt-ie8 input[type="checkbox"]:checked::before, .lt-ie8 input[type="radio"]:checked::before {
  display: inline;
  zoom: 1;
}

input[type="checkbox"]:checked::before {
  content: url(data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%231e8cbe%27%2F%3E%3C%2Fsvg%3E);
  margin: -.1875rem 0 0 -.25rem;
  width: 1.3125rem;
  height: 1.3125rem;
}

label {
  font-weight: 500;
  cursor: pointer;
  color: inherit;
}

.wpcf7-form-3 textarea {
  min-height: 144px !important;
}

.btn-project {
  color: #f9b200;
  font-family: "Heebo", sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.69231;
  position: relative;
  padding: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: inline-block;
  vertical-align: middle;
}
.lt-ie8 .btn-project {
  display: inline;
  zoom: 1;
}
.btn-project:hover {
  color: #f9b200;
}
.btn-project:focus {
  color: #f9b200;
}
.btn-project:focus-within {
  color: #f9b200;
}
.btn-project:active {
  color: #f9b200;
}
.btn-project:after {
  content: "";
  background-color: #f9b200;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
.rtl .btn-project:after {
  right: 0;
  left: auto;
}

.btn-read-more {
  color: #f9b200;
  font-family: "Heebo", sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.69231;
  position: relative;
  padding: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: inline-block;
  vertical-align: middle;
}
.lt-ie8 .btn-read-more {
  display: inline;
  zoom: 1;
}
.btn-read-more:hover {
  color: #f9b200;
}
.btn-read-more:focus {
  color: #f9b200;
}
.btn-read-more:focus-within {
  color: #f9b200;
}
.btn-read-more:active {
  color: #f9b200;
}
.btn-read-more:after {
  content: "";
  background-color: #f9b200;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  left: 0;
}
.rtl .btn-read-more:after {
  right: 0;
  left: auto;
}

.site-button-secondry {
  color: #fff;
  padding: 10px 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  cursor: pointer;
  background-color: #1f3334;
  border: none;
  font-size: 13px;
  overflow: visible;
}
.site-button-secondry:before, .site-button-secondry:after {
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
  position: absolute;
  width: 24px;
  height: 24px;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.site-button-secondry:before {
  border-color: #1f3334;
  border-top-width: 2px;
  top: -5px;
  left: 0;
}
.rtl .site-button-secondry:before {
  right: 0;
  left: auto;
}
.site-button-secondry:after {
  border-bottom-width: 2px;
  border-color: #1f3334;
  bottom: -5px;
  right: 0;
}
.rtl .site-button-secondry:after {
  left: 0;
  right: auto;
}
.site-button-secondry:hover {
  background-color: #247E86;
}
.site-button-secondry:hover:before, .site-button-secondry:hover:after {
  border-color: #247E86;
  width: 100%;
  height: 100%;
}
.site-button-secondry.main-bg:hover:before, .site-button-secondry.main-bg:hover:after {
  border-color: #1a1a1a;
}
.site-button-secondry.main-bg:before, .site-button-secondry.main-bg:after {
  border-color: #f9b200;
}
.site-button-secondry.main-bg:hover:before, .site-button-secondry.main-bg:hover:after {
  border-color: #1a1a1a;
}
.site-button-secondry.main-bg:before, .site-button-secondry.main-bg:after {
  border-color: #f9b200;
}
.site-button-secondry.main-bg-color:hover:before, .site-button-secondry.main-bg-color:hover:after {
  border-color: #f9b200;
}
.site-button-secondry.main-bg-color:before, .site-button-secondry.main-bg-color:after {
  border-color: #f9b200;
}

.slider-tag-line {
  padding-left: 0 !important;
}
.rtl .slider-tag-line {
  padding-right: 0 !important;
  padding-left: inherit;
}
@media only screen and (min-width: 768px) {
  .slider-tag-line {
    padding-left: 70px !important;
  }
  .rtl .slider-tag-line {
    padding-right: 70px !important;
    padding-left: inherit;
  }
}
.slider-tag-line:before {
  content: normal;
  position: absolute;
  top: 13px;
  background-color: #fff;
  left: 0;
  width: 60px;
  height: 2px;
}
.rtl .slider-tag-line:before {
  right: 0;
  left: auto;
}
@media only screen and (min-width: 768px) {
  .slider-tag-line:before {
    content: "";
  }
}

.read-more-btn {
  letter-spacing: 1px;
  font-weight: 500;
}

.apus-btn-theme .elementor-button {
  position: relative;
}
.apus-btn-theme .elementor-button:before, .apus-btn-theme .elementor-button:after {
  border-color: transparent;
  border-style: solid;
  border-width: 0;
  content: '';
  position: absolute;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  width: 24px;
  height: 24px;
}
.apus-btn-theme .elementor-button:before {
  top: -5px;
  border-top-width: 2px;
  border-color: #f9b200;
  left: 0;
}
.rtl .apus-btn-theme .elementor-button:before {
  right: 0;
  left: auto;
}
.apus-btn-theme .elementor-button:after {
  bottom: -5px;
  border-bottom-width: 2px;
  border-color: #f9b200;
  right: 0;
}
.rtl .apus-btn-theme .elementor-button:after {
  left: 0;
  right: auto;
}
.apus-btn-theme .elementor-button:hover:before, .apus-btn-theme .elementor-button:hover:after {
  width: 100%;
  height: 100%;
  border-color: #1a1a1a;
}
.apus-btn-theme .elementor-button:focus:before, .apus-btn-theme .elementor-button:focus:after {
  width: 100%;
  height: 100%;
  border-color: #1a1a1a;
}
.apus-btn-theme .elementor-button:focus-within:before, .apus-btn-theme .elementor-button:focus-within:after {
  width: 100%;
  height: 100%;
  border-color: #1a1a1a;
}
.apus-btn-theme .elementor-button:active:before, .apus-btn-theme .elementor-button:active:after {
  width: 100%;
  height: 100%;
  border-color: #1a1a1a;
}

.btn-link-more {
  position: relative;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.3px;
  padding-bottom: 0px;
  color: #f9b200;
  font-family: "Heebo", sans-serif;
  font-weight: 500;
  display: inline-block;
  vertical-align: middle;
}
.lt-ie8 .btn-link-more {
  display: inline;
  zoom: 1;
}
.btn-link-more:after {
  content: "";
  position: absolute;
  bottom: 0;
  background-color: #f9b200;
  left: 0;
  width: 100%;
  height: 2px;
}
.rtl .btn-link-more:after {
  right: 0;
  left: auto;
}

.button-video {
  position: relative;
  color: #fff;
  background-color: #f9b200;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 70px;
  height: 70px;
}
.lt-ie8 .button-video {
  display: inline;
  zoom: 1;
}
@media only screen and (min-width: 1168px) {
  .button-video {
    width: 100px;
    height: 100px;
  }
}
.button-video .button-outer-circle {
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.button-video .button-icon {
  width: 30px;
  height: 30px;
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.button-video .button-icon .triangle {
  -webkit-animation: fadeIn 7s ease;
  -o-animation: fadeIn 7s ease;
  animation: fadeIn 7s ease;
}
.button-video .button-icon .path {
  stroke-dasharray: 90;
  stroke-dashoffset: 0;
  -webkit-animation: triangleStroke 3s;
  -o-animation: triangleStroke 3s;
  animation: triangleStroke 3s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}

.has-scale-animation {
  -webkit-animation: smallScale 3s infinite;
  -o-animation: smallScale 3s infinite;
  animation: smallScale 3s infinite;
}

.has-delay-short {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.btn-outline-light {
  color: #FFFFFF;
  background-color: transparent;
  border-color: #FFFFFF;
}
.btn-outline-light:hover, .btn-outline-light:focus, .btn-outline-light:active, .btn-outline-light.active {
  color: #000;
  background-color: #FFFFFF;
  border-color: #000;
}
.open .btn-outline-light.dropdown-toggle {
  color: #000;
  background-color: #FFFFFF;
  border-color: #000;
}
.btn-outline-light:active, .btn-outline-light.active {
  background-image: none;
}
.open .btn-outline-light.dropdown-toggle {
  background-image: none;
}
.btn-outline-light.disabled, .btn-outline-light.disabled:hover, .btn-outline-light.disabled:focus, .btn-outline-light.disabled:active, .btn-outline-light.disabled.active, .btn-outline-light[disabled], .btn-outline-light[disabled]:hover, .btn-outline-light[disabled]:focus, .btn-outline-light[disabled]:active, .btn-outline-light[disabled].active, fieldset[disabled] .btn-outline-light, fieldset[disabled] .btn-outline-light:hover, fieldset[disabled] .btn-outline-light:focus, fieldset[disabled] .btn-outline-light:active, fieldset[disabled] .btn-outline-light.active {
  background-color: transparent;
  border-color: #FFFFFF;
}
.btn-outline-light .badge {
  color: transparent;
  background-color: #FFFFFF;
}

.btn-shop {
  padding: 0 0 3px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 2px solid #f43434;
}

.btn-outline.btn-default {
  background: transparent;
  border-color: #fff;
  color: #fff;
}
.btn-outline.btn-default:hover {
  color: #f9b200;
  border-color: #fff;
  background: #fff;
}
.btn-outline.btn-primary {
  background: transparent;
  border-color: #000;
  color: #000;
}
.btn-outline.btn-primary:hover {
  color: #fff;
  border-color: #000;
  background: #000;
}
.btn-outline.btn-success {
  background: transparent;
  border-color: #4ec45e;
  color: #4ec45e;
}
.btn-outline.btn-success:hover {
  color: #FFFFFF;
  border-color: #4ec45e;
  background: #4ec45e;
}
.btn-outline.btn-info {
  background: transparent;
  border-color: #d1ecf1;
  color: #d1ecf1;
}
.btn-outline.btn-info:hover {
  color: #FFFFFF;
  border-color: #d1ecf1;
  background: #d1ecf1;
}
.btn-outline.btn-danger {
  background: transparent;
  border-color: #ff3535;
  color: #ff3535;
}
.btn-outline.btn-danger:hover {
  color: #FFFFFF;
  border-color: #ff3535;
  background: #ff3535;
}
.btn-outline.btn-warning {
  background: transparent;
  border-color: #fff3cd;
  color: #fff3cd;
}
.btn-outline.btn-warning:hover {
  color: #FFFFFF;
  border-color: #fff3cd;
  background: #fff3cd;
}

.btn-inverse.btn-primary:hover {
  color: #000;
  background: #FFFFFF;
}
.btn-inverse.btn-success:hover {
  color: #4ec45e;
  background: #FFFFFF;
}
.btn-inverse.btn-info:hover {
  color: #d1ecf1;
  background: #FFFFFF;
}
.btn-inverse.btn-danger:hover {
  color: #ff3535;
  background: #FFFFFF;
}
.btn-inverse.btn-warning:hover {
  color: #fff3cd;
  background: #FFFFFF;
}
.btn-inverse.btn-theme:hover, .btn-inverse.viewmore-products-btn:hover {
  color: #f9b200;
  background: #FFFFFF;
}

.btn-compare.btn-outline {
  color: #4c4c4c;
  background: #fff;
  border: 1px solid #e9e9e9;
  height: 42px;
}
.btn-compare.btn-outline:hover, .btn-compare.btn-outline:active {
  color: #fff;
  background: #4c4c4c;
  border-color: #4c4c4c;
}

.reamore {
  font-size: 14px;
  font-weight: 600;
  color: #f9b200 !important;
  text-transform: uppercase;
  padding: 0 0 4px;
  border-bottom: 2px solid #f9b200;
}
.reamore i {
  margin-left: 8px;
}
.rtl .reamore i {
  margin-right: 8px;
  margin-left: inherit;
}

.apus-loadmore-btn {
  font-size: 14px;
  font-weight: 600;
  background: #f9b200;
  color: #fff;
  text-transform: uppercase;
  padding: 12px 30px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.lt-ie8 .apus-loadmore-btn {
  display: inline;
  zoom: 1;
}
.apus-loadmore-btn:hover {
  color: #fff;
  background: #000;
}
.apus-loadmore-btn:active {
  color: #fff;
  background: #000;
}

.viewmore-products-btn {
  position: relative;
}
.viewmore-products-btn:before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  z-index: 2;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  opacity: 0;
  filter: alpha(opacity=0);
  background: rgba(255, 255, 255, 0.9) url(../images/loading-quick.gif) no-repeat scroll center center/20px auto;
}
.viewmore-products-btn.loading:before {
  opacity: 1;
  filter: alpha(opacity=100);
}

button:hover, .btn:hover, .viewmore-products-btn:hover {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
button:focus, .btn:focus, .viewmore-products-btn:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
button:focus-within, .btn:focus-within, .viewmore-products-btn:focus-within {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.btn-link {
  font-weight: 500;
}

.radius-0 {
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
}

.radius-circle {
  border-radius: 100px !important;
  -webkit-border-radius: 100px !important;
  -moz-border-radius: 100px !important;
  -ms-border-radius: 100px !important;
  -o-border-radius: 100px !important;
}

.btn-3d {
  -webkit-box-shadow: 0 0 10px 0 rgba(249, 178, 0, 0.8);
  box-shadow: 0 0 10px 0 rgba(249, 178, 0, 0.8);
}

.read-more {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #f9b200;
}

.btn-white {
  background: #fff;
  color: #f9b200;
  border-color: #fff;
}
.btn-white:active, .btn-white:hover {
  color: #f9b200;
  background: #f2f2f2;
  border-color: #f2f2f2;
}

.btn-white.btn-br-white {
  background: #fff;
  color: #1a1a1a;
  border-color: #fff;
}
.btn-white.btn-br-white:active, .btn-white.btn-br-white:hover {
  color: #1a1a1a;
  background: #d9d9d9;
  border-color: #d9d9d9;
}

.btn-gradient {
  border: none !important;
  overflow: hidden;
  position: relative;
  background-image: -webkit-linear-gradient(left, #1b251f 0%, #f9b200 100%);
  background-image: -o-linear-gradient(left, #1b251f 0%, #f9b200 100%);
  background-image: linear-gradient(to right, #1b251f 0%, #f9b200 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF1B251F', endColorstr='#FFF9B200', GradientType=1);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  padding: 12px 30px;
}
.btn-gradient:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  background-image: -webkit-linear-gradient(left, #050806 0%, #c68e00 100%);
  background-image: -o-linear-gradient(left, #050806 0%, #c68e00 100%);
  background-image: linear-gradient(to right, #050806 0%, #c68e00 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF050806', endColorstr='#FFC68E00', GradientType=1);
  -webkit-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
.btn-gradient > * {
  position: relative;
  z-index: 2;
}
.btn-gradient:hover, .btn-gradient:active {
  background-image: -webkit-linear-gradient(left, #1b251f 0%, #f9b200 100%);
  background-image: -o-linear-gradient(left, #1b251f 0%, #f9b200 100%);
  background-image: linear-gradient(to right, #1b251f 0%, #f9b200 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF1B251F', endColorstr='#FFF9B200', GradientType=1);
}
.btn-gradient:hover:before, .btn-gradient:active:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-gradient.btn-white {
  color: #1a1a1a;
}
.btn-gradient.btn-white:before {
  content: '';
  top: 2px;
  right: 2px;
  left: 2px;
  bottom: 2px;
  background: #fff;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  width: auto;
  height: auto;
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-gradient.btn-white:hover, .btn-gradient.btn-white:active {
  color: #fff !important;
}
.btn-gradient.btn-white:hover:before, .btn-gradient.btn-white:active:before {
  opacity: 0;
  filter: alpha(opacity=0);
}

.btn-readmore {
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  position: relative;
  padding: 5px 15px;
  text-transform: uppercase;
  border: 1px solid transparent;
  font-family: "Heebo", sans-serif;
  background-color: #f9b200;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.lt-ie8 .btn-readmore {
  display: inline;
  zoom: 1;
}
.btn-readmore:hover {
  color: #f9b200;
  background: #fff;
  border-color: #f9b200;
}
.btn-readmore:focus {
  color: #f9b200;
  background: #fff;
  border-color: #f9b200;
}
.btn-readmore:focus-within {
  color: #f9b200;
  background: #fff;
  border-color: #f9b200;
}
.btn-readmore:active {
  color: #f9b200;
  background: #fff;
  border-color: #f9b200;
}
@media only screen and (min-width: 768px) {
  .btn-readmore {
    padding: 9px 30px;
  }
}

.btn-lighten {
  border-color: #fff;
  color: #fff;
  background: transparent;
}
.btn-lighten:hover {
  color: #fff;
  background: transparent;
  border-color: #fff;
}

.btn-outline.btn-white {
  background: transparent;
  color: #1a1a1a;
  border-color: #f9b200;
}
.btn-outline.btn-white:active, .btn-outline.btn-white:hover {
  color: #fff;
  background: #f9b200;
  border-color: #f9b200;
}

.btn-pink {
  color: #fff;
  background-color: #e3a3a2;
  border-color: #e3a3a2;
}
.btn-pink:hover, .btn-pink:focus, .btn-pink:active, .btn-pink.active, .open > .btn-pink.dropdown-toggle {
  color: #fff;
  background-color: #d77c7b;
  border-color: #d77c7b;
}
.btn-pink:active, .btn-pink.active, .open > .btn-pink.dropdown-toggle {
  background-image: none;
}
.btn-pink.disabled, .btn-pink.disabled:hover, .btn-pink.disabled:focus, .btn-pink.disabled:active, .btn-pink.disabled.active, .btn-pink[disabled], .btn-pink[disabled]:hover, .btn-pink[disabled]:focus, .btn-pink[disabled]:active, .btn-pink[disabled].active, fieldset[disabled] .btn-pink, fieldset[disabled] .btn-pink:hover, fieldset[disabled] .btn-pink:focus, fieldset[disabled] .btn-pink:active, fieldset[disabled] .btn-pink.active {
  background-color: #e3a3a2;
  border-color: #e3a3a2;
}
.btn-pink .badge {
  color: #e3a3a2;
  background-color: #fff;
}

.btn-primary.btn-inverse:active, .btn-primary.btn-inverse:hover {
  background: #fff !important;
  color: #000 !important;
  border-color: #000 !important;
}

.btn-theme, .viewmore-products-btn {
  color: #1a1a1a;
  background-color: #f9b200;
  border-color: #f9b200;
}
.btn-theme:hover, .viewmore-products-btn:hover, .btn-theme:focus, .viewmore-products-btn:focus, .btn-theme:active, .viewmore-products-btn:active, .btn-theme.active, .active.viewmore-products-btn, .open > .btn-theme.dropdown-toggle, .open > .dropdown-toggle.viewmore-products-btn {
  color: #1a1a1a;
  background-color: #c68e00;
  border-color: #c68e00;
}
.btn-theme:active, .viewmore-products-btn:active, .btn-theme.active, .active.viewmore-products-btn, .open > .btn-theme.dropdown-toggle, .open > .dropdown-toggle.viewmore-products-btn {
  background-image: none;
}
.btn-theme.disabled, .disabled.viewmore-products-btn, .btn-theme.disabled:hover, .disabled.viewmore-products-btn:hover, .btn-theme.disabled:focus, .disabled.viewmore-products-btn:focus, .btn-theme.disabled:active, .disabled.viewmore-products-btn:active, .btn-theme.disabled.active, .disabled.active.viewmore-products-btn, .btn-theme[disabled], [disabled].viewmore-products-btn, .btn-theme[disabled]:hover, [disabled].viewmore-products-btn:hover, .btn-theme[disabled]:focus, [disabled].viewmore-products-btn:focus, .btn-theme[disabled]:active, [disabled].viewmore-products-btn:active, .btn-theme[disabled].active, [disabled].active.viewmore-products-btn, fieldset[disabled] .btn-theme, fieldset[disabled] .viewmore-products-btn, fieldset[disabled] .btn-theme:hover, fieldset[disabled] .viewmore-products-btn:hover, fieldset[disabled] .btn-theme:focus, fieldset[disabled] .viewmore-products-btn:focus, fieldset[disabled] .btn-theme:active, fieldset[disabled] .viewmore-products-btn:active, fieldset[disabled] .btn-theme.active, fieldset[disabled] .active.viewmore-products-btn {
  background-color: #f9b200;
  border-color: #f9b200;
}
.btn-theme .badge, .viewmore-products-btn .badge {
  color: #f9b200;
  background-color: #1a1a1a;
}
.btn-theme:hover, .viewmore-products-btn:hover {
  background-color: #f9b200;
  border-color: #f9b200;
}
.btn-theme:focus, .viewmore-products-btn:focus {
  background-color: #f9b200;
  border-color: #f9b200;
}
.btn-theme:focus-within, .viewmore-products-btn:focus-within {
  background-color: #f9b200;
  border-color: #f9b200;
}
.btn-theme:active, .viewmore-products-btn:active {
  background-color: #f9b200;
  border-color: #f9b200;
}

.btn-dark {
  color: #1a1a1a;
  background-color: #cccccc;
  border-color: #cccccc;
}
.btn-dark:hover, .btn-dark:focus, .btn-dark:active, .btn-dark.active, .open > .btn-dark.dropdown-toggle {
  color: #1a1a1a;
  background-color: #b3b3b3;
  border-color: #b3b3b3;
}
.btn-dark:active, .btn-dark.active, .open > .btn-dark.dropdown-toggle {
  background-image: none;
}
.btn-dark.disabled, .btn-dark.disabled:hover, .btn-dark.disabled:focus, .btn-dark.disabled:active, .btn-dark.disabled.active, .btn-dark[disabled], .btn-dark[disabled]:hover, .btn-dark[disabled]:focus, .btn-dark[disabled]:active, .btn-dark[disabled].active, fieldset[disabled] .btn-dark, fieldset[disabled] .btn-dark:hover, fieldset[disabled] .btn-dark:focus, fieldset[disabled] .btn-dark:active, fieldset[disabled] .btn-dark.active {
  background-color: #cccccc;
  border-color: #cccccc;
}
.btn-dark .badge {
  color: #cccccc;
  background-color: #1a1a1a;
}
.btn-dark:active, .btn-dark:hover {
  color: #181818 !important;
}

.btn-theme-second {
  color: #fff;
  background-color: #1b251f;
  border-color: #1b251f;
}
.btn-theme-second:hover, .btn-theme-second:focus, .btn-theme-second:active, .btn-theme-second.active, .open > .btn-theme-second.dropdown-toggle {
  color: #fff;
  background-color: #050806;
  border-color: #050806;
}
.btn-theme-second:active, .btn-theme-second.active, .open > .btn-theme-second.dropdown-toggle {
  background-image: none;
}
.btn-theme-second.disabled, .btn-theme-second.disabled:hover, .btn-theme-second.disabled:focus, .btn-theme-second.disabled:active, .btn-theme-second.disabled.active, .btn-theme-second[disabled], .btn-theme-second[disabled]:hover, .btn-theme-second[disabled]:focus, .btn-theme-second[disabled]:active, .btn-theme-second[disabled].active, fieldset[disabled] .btn-theme-second, fieldset[disabled] .btn-theme-second:hover, fieldset[disabled] .btn-theme-second:focus, fieldset[disabled] .btn-theme-second:active, fieldset[disabled] .btn-theme-second.active {
  background-color: #1b251f;
  border-color: #1b251f;
}
.btn-theme-second .badge {
  color: #1b251f;
  background-color: #fff;
}
.btn-theme-second:active, .btn-theme-second:hover {
  color: #fff;
}

.btn-theme.btn-outline, .btn-outline.viewmore-products-btn {
  color: #f9b200;
  border-color: #f9b200;
  background: transparent;
}
.btn-theme.btn-outline:hover, .btn-outline.viewmore-products-btn:hover, .btn-theme.btn-outline:active, .btn-outline.viewmore-products-btn:active {
  color: #fff;
  background: #f9b200;
  border-color: #f9b200;
}

.more-link {
  color: #f9b200;
  display: inline-block;
  font-weight: normal;
  margin: 10px 0;
  text-transform: capitalize;
}
.more-link:hover {
  text-decoration: none;
}

.btn-shaded-sm {
  position: relative;
}
.btn-shaded-sm:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  border-width: 20px 10px;
  border-style: solid;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
}

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-animation: autofill 0s forwards;
  -o-animation: autofill 0s forwards;
  animation: autofill 0s forwards;
}

input::-webkit-input-placeholder {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}

input::-moz-input-placeholder {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}

input::placeholder {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}

input:focus::-webkit-input-placeholder {
  opacity: 0;
  filter: alpha(opacity=0);
}

input:focus::-moz-input-placeholder {
  opacity: 0;
  filter: alpha(opacity=0);
}

input:focus::placeholder {
  opacity: 0;
  filter: alpha(opacity=0);
}

label:focus input::-webkit-input-placeholder {
  opacity: 0;
  filter: alpha(opacity=0);
}

label:focus input::-moz-input-placeholder {
  opacity: 0;
  filter: alpha(opacity=0);
}

label:focus input::placeholder {
  opacity: 0;
  filter: alpha(opacity=0);
}

textarea::-webkit-textarea-placeholder {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}

textarea::-moz-textarea-placeholder {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}

textarea::placeholder {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}

textarea:focus::-webkit-textarea-placeholder {
  opacity: 0;
  filter: alpha(opacity=0);
}

textarea:focus::-moz-textarea-placeholder {
  opacity: 0;
  filter: alpha(opacity=0);
}

textarea:focus::placeholder {
  opacity: 0;
  filter: alpha(opacity=0);
}

label:focus textarea::-webkit-textarea-placeholder {
  opacity: 0;
  filter: alpha(opacity=0);
}

label:focus textarea::-moz-textarea-placeholder {
  opacity: 0;
  filter: alpha(opacity=0);
}

label:focus textarea::placeholder {
  opacity: 0;
  filter: alpha(opacity=0);
}

/* Search
------------------------------------------------*/
.search-popup .dropdown-menu {
  padding: 10px;
}

.btn-action {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-size: 11px;
  font-weight: 900;
  line-height: 30px;
  margin-bottom: 0;
  padding: 0px 10px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
}

.searchform .input-search {
  padding: 15px;
  border-right: 0;
  line-height: 1.5;
}
.rtl .searchform .input-search {
  border-left: 0;
  border-right: inherit;
}
.searchform .btn-search {
  vertical-align: top;
  color: #adafac;
  padding: 12px 8px;
}
.searchform .input-group-btn {
  line-height: 100%;
}

.search-category .btn, .search-category .viewmore-products-btn {
  margin-left: 10px !important;
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -ms-border-radius: 0px !important;
  -o-border-radius: 0px !important;
}
.rtl .search-category .btn, .rtl .search-category .viewmore-products-btn {
  margin-right: 10px !important;
  margin-left: inherit;
}
.search-category .wpo-search-inner label.form-control {
  border: none;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.search-category select {
  border: none;
  text-transform: capitalize;
  font-weight: 600;
}

/* comment form
------------------------------------------------*/
.chosen-container {
  width: 100% !important;
}

.input-group-form {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  background: transparent;
  margin: 0 0 5px 0;
}
.input-group-form .form-control-reversed {
  border: 0px;
  background: #222222;
  color: #cccccc;
  line-height: 1.71429;
  height: 34px;
}
.input-group-form .form-control-reversed:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.input-group-form .form-control-reversed:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.input-group-form .form-control-reversed:focus-within {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.input-group-form .input-group-addon {
  border: 0;
  background: #222222;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

input[type=date]::-webkit-clear-button,
input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-calendar-picker-indicator {
  display: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  outline: none;
  cursor: pointer;
  color: #999;
  background-color: #fff;
  border: solid 1px #e1e6eb;
  height: 40px;
  padding: 5px 12px;
  filter: none;
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  -webkit-backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="range"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #999;
  opacity: 1;
  text-transform: none;
}
input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="range"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
  text-transform: none;
}
input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="range"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
  text-transform: none;
}
input[type="text"]:-moz-autofill, input[type="text"]:-moz-autofill-preview,
input[type="email"]:-moz-autofill,
input[type="email"]:-moz-autofill-preview,
input[type="url"]:-moz-autofill,
input[type="url"]:-moz-autofill-preview,
input[type="password"]:-moz-autofill,
input[type="password"]:-moz-autofill-preview,
input[type="search"]:-moz-autofill,
input[type="search"]:-moz-autofill-preview,
input[type="number"]:-moz-autofill,
input[type="number"]:-moz-autofill-preview,
input[type="tel"]:-moz-autofill,
input[type="tel"]:-moz-autofill-preview,
input[type="range"]:-moz-autofill,
input[type="range"]:-moz-autofill-preview,
input[type="date"]:-moz-autofill,
input[type="date"]:-moz-autofill-preview,
input[type="month"]:-moz-autofill,
input[type="month"]:-moz-autofill-preview,
input[type="week"]:-moz-autofill,
input[type="week"]:-moz-autofill-preview,
input[type="time"]:-moz-autofill,
input[type="time"]:-moz-autofill-preview,
input[type="datetime"]:-moz-autofill,
input[type="datetime"]:-moz-autofill-preview,
input[type="datetime-local"]:-moz-autofill,
input[type="datetime-local"]:-moz-autofill-preview,
input[type="color"]:-moz-autofill,
input[type="color"]:-moz-autofill-preview,
textarea:-moz-autofill,
textarea:-moz-autofill-preview {
  filter: grayscale(21%) brightness(88%) contrast(161%) invert(10%) sepia(40%) saturate(206%);
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
input[type="text"]:required, input[type="text"]:optional, input[type="text"]:invalid,
input[type="email"]:required,
input[type="email"]:optional,
input[type="email"]:invalid,
input[type="url"]:required,
input[type="url"]:optional,
input[type="url"]:invalid,
input[type="password"]:required,
input[type="password"]:optional,
input[type="password"]:invalid,
input[type="search"]:required,
input[type="search"]:optional,
input[type="search"]:invalid,
input[type="number"]:required,
input[type="number"]:optional,
input[type="number"]:invalid,
input[type="tel"]:required,
input[type="tel"]:optional,
input[type="tel"]:invalid,
input[type="range"]:required,
input[type="range"]:optional,
input[type="range"]:invalid,
input[type="date"]:required,
input[type="date"]:optional,
input[type="date"]:invalid,
input[type="month"]:required,
input[type="month"]:optional,
input[type="month"]:invalid,
input[type="week"]:required,
input[type="week"]:optional,
input[type="week"]:invalid,
input[type="time"]:required,
input[type="time"]:optional,
input[type="time"]:invalid,
input[type="datetime"]:required,
input[type="datetime"]:optional,
input[type="datetime"]:invalid,
input[type="datetime-local"]:required,
input[type="datetime-local"]:optional,
input[type="datetime-local"]:invalid,
input[type="color"]:required,
input[type="color"]:optional,
input[type="color"]:invalid,
textarea:required,
textarea:optional,
textarea:invalid {
  -webkit-box-shadow: none;
  box-shadow: none;
}
input[type="text"]:hover,
input[type="email"]:hover,
input[type="url"]:hover,
input[type="password"]:hover,
input[type="search"]:hover,
input[type="number"]:hover,
input[type="tel"]:hover,
input[type="range"]:hover,
input[type="date"]:hover,
input[type="month"]:hover,
input[type="week"]:hover,
input[type="time"]:hover,
input[type="datetime"]:hover,
input[type="datetime-local"]:hover,
input[type="color"]:hover,
textarea:hover {
  border-color: #f9b200;
  background-color: #fff;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  border-color: #f9b200;
  background-color: #fff;
}
input[type="text"]:focus-within,
input[type="email"]:focus-within,
input[type="url"]:focus-within,
input[type="password"]:focus-within,
input[type="search"]:focus-within,
input[type="number"]:focus-within,
input[type="tel"]:focus-within,
input[type="range"]:focus-within,
input[type="date"]:focus-within,
input[type="month"]:focus-within,
input[type="week"]:focus-within,
input[type="time"]:focus-within,
input[type="datetime"]:focus-within,
input[type="datetime-local"]:focus-within,
input[type="color"]:focus-within,
textarea:focus-within {
  border-color: #f9b200;
  background-color: #fff;
}
input[type="text"]:active,
input[type="email"]:active,
input[type="url"]:active,
input[type="password"]:active,
input[type="search"]:active,
input[type="number"]:active,
input[type="tel"]:active,
input[type="range"]:active,
input[type="date"]:active,
input[type="month"]:active,
input[type="week"]:active,
input[type="time"]:active,
input[type="datetime"]:active,
input[type="datetime-local"]:active,
input[type="color"]:active,
textarea:active {
  border-color: #f9b200;
  background-color: #fff;
}

input[type="search"]::-webkit-search-decoration {
  display: none;
}

button:focus,
a:focus, a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  outline: none !important;
}

select {
  color: #999999;
  cursor: pointer;
  outline: none;
  padding: 7px 12px;
  border: solid 1px #dddddd;
  background: url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='24' height='24' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='gray'/></g></svg>") no-repeat;
  background-size: 13px;
  background-position: calc(100% - 12px) center;
  background-repeat: no-repeat;
  background-color: #fff;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
select:hover {
  outline: none;
  border-color: #f9b200;
  background-color: #fff;
}
select:focus {
  outline: none;
  border-color: #f9b200;
  background-color: #fff;
}
select:focus-within {
  outline: none;
  border-color: #f9b200;
  background-color: #fff;
}
select:active {
  outline: none;
  border-color: #f9b200;
  background-color: #fff;
}
select option {
  color: inherit;
  font-size: 15px;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #999999;
  -webkit-text-shadow: 0 0 0 #999999;
  -moz-text-shadow: 0 0 0 #999999;
  -ms-text-shadow: 0 0 0 #999999;
  -o-text-shadow: 0 0 0 #999999;
}

textarea,
textarea.form-control {
  display: block;
  width: 100%;
  max-width: 100%;
  resize: vertical;
  min-height: 160px;
  padding: 8px 12px;
  border-color: #e1e6eb;
  background-color: #fff;
  font-size: 14px;
  font-weight: 400;
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  color: #999;
  line-height: 1.66667;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
textarea::-moz-placeholder,
textarea.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
  text-transform: none;
}
textarea:-ms-input-placeholder,
textarea.form-control:-ms-input-placeholder {
  color: #999;
  text-transform: none;
}
textarea::-webkit-input-placeholder,
textarea.form-control::-webkit-input-placeholder {
  color: #999;
  text-transform: none;
}
textarea:hover,
textarea.form-control:hover {
  border-color: #f9b200;
}
textarea:focus,
textarea.form-control:focus {
  border-color: #f9b200;
}
textarea:focus-within,
textarea.form-control:focus-within {
  border-color: #f9b200;
}
textarea:active,
textarea.form-control:active {
  border-color: #f9b200;
}

form p {
  margin: 30px 0;
}
form p:first-child {
  margin-top: 0px;
}
form p:last-child {
  margin-bottom: 0px;
}

.min-contact-form {
  padding: 30px 20px 10px;
  background-color: #464545;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(26, 26, 26, 0.35);
  box-shadow: 0px 0px 30px 0px rgba(26, 26, 26, 0.35);
}
@media only screen and (min-width: 768px) {
  .min-contact-form {
    padding: 38px;
  }
}
.min-contact-form ul {
  margin-bottom: 0px;
}
.min-contact-form ul li {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 24px;
  position: relative;
  padding-left: 80px;
}
.rtl .min-contact-form ul li {
  padding-right: 80px;
  padding-left: inherit;
}
@media only screen and (min-width: 1168px) {
  .min-contact-form ul li {
    margin-bottom: 54px;
  }
}
.min-contact-form ul li:before {
  position: absolute;
  top: 0px;
  content: "";
  background-color: transparent;
  background-position: 0 0;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  left: 0;
}
.rtl .min-contact-form ul li:before {
  right: 0;
  left: auto;
}
.min-contact-form ul li:last-child {
  margin-bottom: 30px;
}
@media only screen and (min-width: 1168px) {
  .min-contact-form ul li:last-child {
    margin-bottom: 48px;
  }
}
.min-contact-form ul li a {
  color: #949494;
}
.min-contact-form ul li a:hover {
  color: #f9b200;
}
.min-contact-form ul li a:focus {
  color: #f9b200;
}
.min-contact-form ul li a:focus-within {
  color: #f9b200;
}
.min-contact-form ul li a:active {
  color: #f9b200;
}
.min-contact-form ul li.mail-icon > * {
  display: block;
}
.min-contact-form ul li.mail-icon:before {
  background-image: url("../images/icon-mail.png");
  width: 50px;
  height: 45px;
}
.min-contact-form ul li.tel-icon {
  font-size: 18px;
  padding-top: 6px;
  font-family: "Heebo", sans-serif;
}
@media only screen and (min-width: 768px) {
  .min-contact-form ul li.tel-icon {
    padding-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .min-contact-form ul li.tel-icon {
    font-size: 22px;
    padding-bottom: 0px;
  }
}
.min-contact-form ul li.tel-icon:before {
  background-image: url("../images/icon-tel.png");
  width: 61px;
  height: 46px;
}
.min-contact-form ul li.tel-icon a {
  color: #fff;
}
.min-contact-form ul li.tel-icon a:hover {
  color: #f9b200;
}
.min-contact-form ul li.tel-icon a:focus {
  color: #f9b200;
}
.min-contact-form ul li.tel-icon a:focus-within {
  color: #f9b200;
}
.min-contact-form ul li.tel-icon a:active {
  color: #f9b200;
}
.min-contact-form .title {
  margin: 0px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 18px;
  margin-bottom: 30px;
  text-align: left;
}
.rtl .min-contact-form .title {
  text-align: right;
}
@media only screen and (min-width: 768px) {
  .min-contact-form .title {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 1168px) {
  .min-contact-form .title {
    text-align: center;
  }
}
.min-contact-form .title:after {
  content: "";
  bottom: 0;
  left: 0px;
  right: 0px;
  margin: 0;
  position: absolute;
  background-color: #f9b200;
  width: 49px;
  height: 1px;
}
@media only screen and (min-width: 1168px) {
  .min-contact-form .title:after {
    margin: 0 auto;
  }
}

button.mfp-close {
  background-color: transparent;
}
button.mfp-close:hover {
  background-color: transparent;
}
button.mfp-close:focus {
  background-color: transparent;
}
button.mfp-close:focus-within {
  background-color: transparent;
}
button.mfp-close:active {
  background-color: transparent;
}

.add_to_cart_button i {
  margin-right: 8px;
}
.rtl .add_to_cart_button i {
  margin-left: 8px;
  margin-right: inherit;
}

div.wpcf7-response-output {
  padding: 10px 30px;
  border-color: #fff3cd;
  background-color: #fff;
  color: #cd9c00;
  margin: 30px 0 0 0;
}

.btn-width-icon .elementor-button-link .elementor-button-icon {
  color: #f9b200;
  font-size: 12px;
}

.page-form-contact > div {
  margin-bottom: 20px;
}
.page-form-contact > div:last-child {
  margin-bottom: 0;
}
.page-form-contact .button, .page-form-contact button,
.page-form-contact input[type="button"],
.page-form-contact input[type="reset"],
.page-form-contact input[type="submit"] {
  padding: 0 30px;
  font-size: 14px;
  width: 100%;
  line-height: 46px;
}
@media only screen and (min-width: 1168px) {
  .page-form-contact .button, .page-form-contact button,
  .page-form-contact input[type="button"],
  .page-form-contact input[type="reset"],
  .page-form-contact input[type="submit"] {
    font-size: 15px;
    padding: 0px 40px;
    line-height: 44px;
  }
}
.page-form-contact .button:hover, .page-form-contact button:hover,
.page-form-contact input[type="button"]:hover,
.page-form-contact input[type="reset"]:hover,
.page-form-contact input[type="submit"]:hover {
  color: #fff;
  background-color: #c68e00;
  border-color: #c68e00;
}
.page-form-contact .button:focus, .page-form-contact button:focus,
.page-form-contact input[type="button"]:focus,
.page-form-contact input[type="reset"]:focus,
.page-form-contact input[type="submit"]:focus {
  color: #fff;
  background-color: #c68e00;
  border-color: #c68e00;
}
.page-form-contact .button:focus-within, .page-form-contact button:focus-within,
.page-form-contact input[type="button"]:focus-within,
.page-form-contact input[type="reset"]:focus-within,
.page-form-contact input[type="submit"]:focus-within {
  color: #fff;
  background-color: #c68e00;
  border-color: #c68e00;
}
.page-form-contact .button:active, .page-form-contact button:active,
.page-form-contact input[type="button"]:active,
.page-form-contact input[type="reset"]:active,
.page-form-contact input[type="submit"]:active {
  color: #fff;
  background-color: #c68e00;
  border-color: #c68e00;
}
.page-form-contact .ajax-loader {
  display: block !important;
  margin: 10px auto 0 auto !important;
}
.page-form-contact textarea {
  max-height: 240px;
  background-color: #fff;
  border-color: transparent;
}
.page-form-contact input[type="text"],
.page-form-contact input[type="email"],
.page-form-contact input[type="url"],
.page-form-contact input[type="password"] {
  border-color: transparent;
  background-color: #fff;
}
.page-form-contact input[type="text"]:hover,
.page-form-contact input[type="email"]:hover,
.page-form-contact input[type="url"]:hover,
.page-form-contact input[type="password"]:hover {
  border-color: #f9b200;
}
.page-form-contact input[type="text"]:focus,
.page-form-contact input[type="email"]:focus,
.page-form-contact input[type="url"]:focus,
.page-form-contact input[type="password"]:focus {
  border-color: #f9b200;
}
.page-form-contact input[type="text"]:focus-within,
.page-form-contact input[type="email"]:focus-within,
.page-form-contact input[type="url"]:focus-within,
.page-form-contact input[type="password"]:focus-within {
  border-color: #f9b200;
}

.widget-search form {
  position: relative;
}
.widget-search form .btn, .widget-search form .viewmore-products-btn {
  top: 0;
  position: absolute;
  right: 0;
}
.rtl .widget-search form .btn, .rtl .widget-search form .viewmore-products-btn {
  left: 0;
  right: auto;
}

/*------------------------------------*\
    search
\*------------------------------------*/
.apus-search-form {
  position: static;
}
.apus-search-form:before, .apus-search-form:after {
  content: " ";
  display: table;
}
.apus-search-form:after {
  clear: both;
}
.apus-search-form.active .inner-search {
  visibility: visible;
  pointer-events: auto;
  z-index: 999;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(0px, 0px) scale(1, 1);
  -moz-transform: translate(0px, 0px) scale(1, 1);
  -ms-transform: translate(0px, 0px) scale(1, 1);
  -o-transform: translate(0px, 0px) scale(1, 1);
  transform: translate(0px, 0px) scale(1, 1);
}
.apus-search-form.ali-left a.btn-search-icon {
  text-align: left;
  float: left;
}
.rtl .apus-search-form.ali-left a.btn-search-icon {
  text-align: right;
}
.rtl .apus-search-form.ali-left a.btn-search-icon {
  float: right;
}
.apus-search-form.ali-right a.btn-search-icon {
  text-align: right;
  float: right;
}
.rtl .apus-search-form.ali-right a.btn-search-icon {
  text-align: left;
}
.rtl .apus-search-form.ali-right a.btn-search-icon {
  float: left;
}
.apus-search-form > a.btn-search-icon {
  color: #1a1a1a;
  position: relative;
  font-size: 1.42857rem;
  background-color: transparent;
  width: 34px;
  height: 34px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.apus-search-form form .btn, .apus-search-form form .viewmore-products-btn {
  padding: 0;
  border: none;
  color: #6f6f6f;
  background-color: transparent;
  min-width: auto;
  margin: -10px 0 0 0;
  font-size: 28px;
  line-height: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 46px;
  height: 46px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.rtl .apus-search-form form .btn, .rtl .apus-search-form form .viewmore-products-btn {
  left: 0px;
  right: auto;
}
.apus-search-form form .btn:before, .apus-search-form form .viewmore-products-btn:before, .apus-search-form form .btn:after, .apus-search-form form .viewmore-products-btn:after {
  content: normal;
}
.apus-search-form form .btn:hover, .apus-search-form form .viewmore-products-btn:hover {
  border: none;
  background-color: transparent;
}
.apus-search-form form .btn:focus, .apus-search-form form .viewmore-products-btn:focus {
  border: none;
  background-color: transparent;
}
.apus-search-form form .btn:focus-within, .apus-search-form form .viewmore-products-btn:focus-within {
  border: none;
  background-color: transparent;
}
.apus-search-form form .btn:active, .apus-search-form form .viewmore-products-btn:active {
  border: none;
  background-color: transparent;
}
.apus-search-form form .close {
  float: none;
  position: fixed;
  top: 20px;
  cursor: pointer;
  color: #fff;
  cursor: pointer;
  font-size: 1.92857rem;
  background-color: #f9b200;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  filter: alpha(opacity=100);
  width: 56px;
  height: 56px;
  text-shadow: none;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  -ms-text-shadow: none;
  -o-text-shadow: none;
  right: 20px;
}
.rtl .apus-search-form form .close {
  left: 20px;
  right: auto;
}
.apus-search-form form .close:before, .apus-search-form form .close:after {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 32px;
  height: 2px;
}
.apus-search-form form .close:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.apus-search-form form .close:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media only screen and (min-width: 1168px) {
  .apus-search-form form .close {
    top: 30px;
    right: 50px;
  }
  .rtl .apus-search-form form .close {
    left: 50px;
    right: auto;
  }
}
.apus-search-form form input[type=text], .apus-search-form form input[type=email] {
  color: #6f6f6f;
  height: 80px;
  text-transform: none;
  font-size: 42px;
  font-weight: 500;
  background-color: #fff;
  border: none;
  border-bottom: 2px solid #e1e6eb;
  padding: 0px 90px 30px 0;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.rtl .apus-search-form form input[type=text], .rtl .apus-search-form form input[type=email] {
  padding: 0px 0 30px 90px;
}
.apus-search-form form input[type=text]::-moz-placeholder, .apus-search-form form input[type=email]::-moz-placeholder {
  color: #6f6f6f;
  opacity: 1;
  text-transform: none;
}
.apus-search-form form input[type=text]:-ms-input-placeholder, .apus-search-form form input[type=email]:-ms-input-placeholder {
  color: #6f6f6f;
  text-transform: none;
}
.apus-search-form form input[type=text]::-webkit-input-placeholder, .apus-search-form form input[type=email]::-webkit-input-placeholder {
  color: #6f6f6f;
  text-transform: none;
}
.apus-search-form form input[type=text]:hover, .apus-search-form form input[type=email]:hover {
  border-color: #f9b200;
}
.apus-search-form form input[type=text]:focus, .apus-search-form form input[type=email]:focus {
  border-color: #f9b200;
}
.apus-search-form form input[type=text]:focus-within, .apus-search-form form input[type=email]:focus-within {
  border-color: #f9b200;
}
.apus-search-form form input[type=text]:active, .apus-search-form form input[type=email]:active {
  border-color: #f9b200;
}
.apus-search-form > .inner-search {
  top: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.75);
  pointer-events: none;
  visibility: hidden;
  width: 100vw;
  height: 100%;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translate(0px, -100%) scale(0, 0);
  -moz-transform: translate(0px, -100%) scale(0, 0);
  -ms-transform: translate(0px, -100%) scale(0, 0);
  -o-transform: translate(0px, -100%) scale(0, 0);
  transform: translate(0px, -100%) scale(0, 0);
}
.rtl .apus-search-form > .inner-search {
  right: 0;
  left: auto;
}
.apus-search-form .close-search-fix {
  font-size: 24px;
  color: #ff3535;
  cursor: pointer;
}
.apus-search-form .close-search-fix:hover {
  color: #ff0202;
}
.apus-search-form .close-search-fix:active {
  color: #ff0202;
}
.apus-search-form .hidden-search {
  cursor: pointer;
  font-size: 35px;
  line-height: 1.4;
  color: #ff3535;
  display: inline-block;
  vertical-align: middle;
  float: right;
  margin-left: 30px;
}
.lt-ie8 .apus-search-form .hidden-search {
  display: inline;
  zoom: 1;
}
.rtl .apus-search-form .hidden-search {
  float: left;
}
.rtl .apus-search-form .hidden-search {
  margin-right: 30px;
  margin-left: inherit;
}
.apus-search-form .main-search {
  width: 100%;
  position: relative;
}
.apus-search-form .main-search .autocomplete-list {
  text-align: left;
  margin-top: 1px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 8;
  background: #fff;
  max-height: 350px;
  overflow: auto;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
}
.rtl .apus-search-form .main-search .autocomplete-list {
  text-align: right;
}

.apus-search-form-wrapper {
  position: fixed;
  z-index: -1;
  top: 0;
  background: #fff;
  will-change: transform, opacity;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100vw;
  height: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  left: 0;
}
.rtl .apus-search-form-wrapper {
  right: 0;
  left: auto;
}
.apus-search-form-wrapper:target, .apus-search-form-wrapper.active {
  z-index: 999;
  height: 100vh !important;
  width: 100vw !important;
  opacity: 1;
  filter: alpha(opacity=100);
}
.apus-search-form-wrapper:target .close-btn, .apus-search-form-wrapper.active .close-btn {
  display: block;
}

/* 4. layout */
#page {
  width: 100%;
}

.site-content {
  overflow: hidden;
}
.site-content.detail-post {
  overflow: visible;
  margin-bottom: 0;
}

/*------------------------------------*\
    Topbar
\*------------------------------------*/
.apus-topbar-left ul {
  margin: 0;
  grid-gap: 15px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: repeat(2, 1fr);
  grid-template-columns: repeat(2, 1fr);
}
.apus-topbar-left ul li {
  color: #fff;
}
.apus-topbar-left ul li a {
  color: #fff;
}
.apus-topbar-left ul li a:hover {
  color: #f9b200;
}
.apus-topbar-left ul li a:focus {
  color: #f9b200;
}
.apus-topbar-left ul li a:focus-within {
  color: #f9b200;
}
.apus-topbar-left ul li a:active {
  color: #f9b200;
}
.apus-topbar-left ul li i {
  text-align: center;
  padding: 3px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.01);
  font-size: 12px;
  margin-right: 8px;
  width: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
}
.rtl .apus-topbar-left ul li i {
  margin-left: 8px;
  margin-right: inherit;
}
.lt-ie8 .apus-topbar-left ul li i {
  display: inline;
  zoom: 1;
}
.apus-topbar-left ul li:hover i {
  color: #f9b200;
}
.apus-topbar-left ul li:focus i {
  color: #f9b200;
}
.apus-topbar-left ul li:focus-within i {
  color: #f9b200;
}
.apus-topbar-left ul li:active i {
  color: #f9b200;
}
.apus-topbar-left.style-1 ul li:first-child i {
  margin-top: 2px;
}
.apus-topbar-left.style-2 ul li a:hover {
  color: #fff;
}
.apus-topbar-left.style-2 ul li a:focus {
  color: #fff;
}
.apus-topbar-left.style-2 ul li a:focus-within {
  color: #fff;
}
.apus-topbar-left.style-2 ul li a:active {
  color: #fff;
}
.apus-topbar-left.style-2 ul li:hover i {
  color: #fff;
}
.apus-topbar-left.style-2 ul li:focus i {
  color: #fff;
}
.apus-topbar-left.style-2 ul li:focus-within i {
  color: #fff;
}
.apus-topbar-left.style-2 ul li:active i {
  color: #fff;
}
.apus-topbar-left.style-2 ul li i {
  padding-top: 4px;
}
.apus-topbar-left.style-2 ul li:first-child i {
  padding-top: 5px;
}

.header-info {
  margin: 0;
}
.header-info li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.header-info li > * {
  margin-right: 20px;
}
.rtl .header-info li > * {
  margin-left: 20px;
  margin-right: inherit;
}
.header-info li > *:last-child {
  margin-right: 0;
}
.rtl .header-info li > *:last-child {
  margin-left: 0;
  margin-right: inherit;
}
.header-info li .header-info-icon {
  color: #f9b200;
  font-size: 30px;
  line-height: normal;
}
.header-info li .header-info-icon i {
  line-height: 1;
  cursor: pointer;
  position: relative;
  z-index: 1;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.lt-ie8 .header-info li .header-info-icon i {
  display: inline;
  zoom: 1;
}
.header-info li .header-info-icon i:hover, .header-info li .header-info-icon i:focus, .header-info li .header-info-icon i:active {
  -webkit-animation-name: apus-spin;
  animation-name: apus-spin;
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.header-info li .header-info-content > * {
  line-height: normal;
}
.header-info li .header-info-content strong {
  font-size: 16px;
  display: block;
  text-transform: uppercase;
  color: #1a1a1a;
}
.header-info li .header-info-content span {
  font-size: 1rem;
}

.wrapper-container {
  position: relative;
  overflow: hidden;
}

.wrapper-large {
  outline: none;
}

/*------------------------------------*\
    apus-topbar
\*------------------------------------*/
.apus-topbar .widget {
  margin: 0;
}

.topbar-right-inner > * {
  display: inline-block;
  vertical-align: middle;
}

/*------------------------------------*\
    Header
\*------------------------------------*/
.logo.custom-logo {
  max-width: 178px;
}
.logo img {
  display: inline-block;
  vertical-align: middle;
}
.lt-ie8 .logo img {
  display: inline;
  zoom: 1;
}
.logo a {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.logo .transparent-logo {
  display: none;
}
.logo.logo-theme {
  max-width: 178px;
  margin: 0px;
  padding: 0px;
}

.header_customer_login {
  padding: 30px;
}
.header_customer_login .title {
  margin: 0 0 10px;
  font-size: 1.71429rem;
}

.header-left [class*="icon"] {
  font-size: 15px;
}
.header-left .btn-search-top {
  margin-top: 4px;
}
.header-left .icon-menu-top [class*="icon"] {
  font-size: 30px;
}
.header-left > div {
  margin-right: 22px;
}
.rtl .header-left > div {
  margin-left: 22px;
  margin-right: inherit;
}
.header-left > div:last-child {
  margin-right: 0px;
}
.rtl .header-left > div:last-child {
  margin-left: 0px;
  margin-right: inherit;
}

.header-right [class*="icon"] {
  font-size: 15px;
}
.header-right > div {
  margin-left: 25px;
}
.rtl .header-right > div {
  margin-right: 25px;
  margin-left: inherit;
}
.header-right > div:last-child {
  margin-left: 0px;
}
.rtl .header-right > div:last-child {
  margin-right: 0px;
  margin-left: inherit;
}

.header-default {
  padding: 20px 0;
  border-bottom: 1px solid #dddddd;
}
@media only screen and (min-width: 1168px) {
  .header-default .megamenu > li {
    margin-right: 15px;
  }
  .rtl .header-default .megamenu > li {
    margin-left: 15px;
    margin-right: inherit;
  }
}
.header-default .megamenu > li:last-child {
  margin-right: 0px;
}
.rtl .header-default .megamenu > li:last-child {
  margin-left: 0px;
  margin-right: inherit;
}
.header-default .header-right {
  margin-left: auto;
}
.rtl .header-default .header-right {
  margin-right: auto;
  margin-left: inherit;
}
.header-default + #apus-main-content .wrapper-breads {
  border: none;
}

body.home .home-page-default {
  padding-top: 50px;
}
@media only screen and (min-width: 1168px) {
  body.home .home-page-default {
    padding-top: 82px;
  }
}

.header-mobile {
  padding: 15px;
  background-color: #fff;
  position: relative;
}
.header-mobile .logo {
  line-height: 1;
  max-width: 120px;
}
@media only screen and (min-width: 768px) {
  .header-mobile .logo {
    max-width: 150px;
  }
}
.header-mobile .ali-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-left: auto;
}
.rtl .header-mobile .ali-right {
  margin-right: auto;
  margin-left: inherit;
}
.header-mobile .ali-right .schedule-visit-btn {
  color: #1a1a1a;
}
.header-mobile .ali-right .schedule-visit-btn:hover {
  color: #1a1a1a;
}
.header-mobile .ali-right .schedule-visit-btn:focus {
  color: #1a1a1a;
}
.header-mobile .ali-right .schedule-visit-btn:focus-within {
  color: #1a1a1a;
}
.header-mobile .ali-right .schedule-visit-btn:active {
  color: #1a1a1a;
}
.header-mobile .ali-right .schedule-visit-btn > *:before {
  font-size: 21px;
  margin: 0;
}
.header-mobile .box-search {
  position: static;
}
.header-mobile .box-search.active .search-mobile {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
  filter: alpha(opacity=100);
}
.header-mobile .apus-search-form form {
  border: 0;
  padding: 15px;
  width: 100%;
  position: relative;
  background-color: transparent;
}
.header-mobile .apus-search-form form .form-control {
  height: 46px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
  padding-right: 70px;
}
.rtl .header-mobile .apus-search-form form .form-control {
  padding-left: 70px;
  padding-right: inherit;
}
.header-mobile .apus-search-form form .form-control::-moz-placeholder {
  color: #555555;
  opacity: 1;
  text-transform: uppercase;
}
.header-mobile .apus-search-form form .form-control:-ms-input-placeholder {
  color: #555555;
  text-transform: uppercase;
}
.header-mobile .apus-search-form form .form-control::-webkit-input-placeholder {
  color: #555555;
  text-transform: uppercase;
}
.header-mobile .apus-search-form form .main-search {
  display: block !important;
}
.header-mobile .apus-search-form form .btn, .header-mobile .apus-search-form form .viewmore-products-btn {
  top: auto;
  bottom: 0;
  font-size: 22px;
  text-transform: none;
  line-height: 46px;
  padding: 0;
  border: none;
  position: absolute;
  color: #6f6f6f;
  background-color: transparent;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  width: 50px;
  height: 50px;
  right: 0;
}
.rtl .header-mobile .apus-search-form form .btn, .rtl .header-mobile .apus-search-form form .viewmore-products-btn {
  left: 0;
  right: auto;
}
.header-mobile .apus-search-form form .btn:hover, .header-mobile .apus-search-form form .viewmore-products-btn:hover {
  border: none;
  background-color: transparent;
}
.header-mobile .apus-search-form form .btn:focus, .header-mobile .apus-search-form form .viewmore-products-btn:focus {
  border: none;
  background-color: transparent;
}
.header-mobile .apus-search-form form .btn:focus-within, .header-mobile .apus-search-form form .viewmore-products-btn:focus-within {
  border: none;
  background-color: transparent;
}
.header-mobile .apus-search-form form .btn:active, .header-mobile .apus-search-form form .viewmore-products-btn:active {
  border: none;
  background-color: transparent;
}
.header-mobile .apus-search-form form input[type=text],
.header-mobile .apus-search-form form input[type=email] {
  height: 50px;
  font-size: 20px;
  font-weight: 500;
  background-color: transparent;
  color: #6f6f6f;
  border: none;
  text-transform: none;
  border-bottom: 2px solid #f2f3f5;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  padding: 10px 50px 10px 0px;
}
.rtl .header-mobile .apus-search-form form input[type=text], .rtl
.header-mobile .apus-search-form form input[type=email] {
  padding: 10px 0px 10px 50px;
}
.header-mobile .apus-search-form form input[type=text]::-moz-placeholder,
.header-mobile .apus-search-form form input[type=email]::-moz-placeholder {
  color: #6f6f6f;
  opacity: 1;
  text-transform: none;
}
.header-mobile .apus-search-form form input[type=text]:-ms-input-placeholder,
.header-mobile .apus-search-form form input[type=email]:-ms-input-placeholder {
  color: #6f6f6f;
  text-transform: none;
}
.header-mobile .apus-search-form form input[type=text]::-webkit-input-placeholder,
.header-mobile .apus-search-form form input[type=email]::-webkit-input-placeholder {
  color: #6f6f6f;
  text-transform: none;
}
.header-mobile .apus-search-form > a.btn-search-icon {
  color: #1a1a1a;
  font-size: 19px;
  width: 20px;
  height: 20px;
}
.header-mobile .apus-search-form .apus-search-form-wrapper {
  outline: none;
}
.header-mobile .top-wrapper-menu {
  margin-right: 0;
}
.rtl .header-mobile .top-wrapper-menu {
  margin-left: 0;
  margin-right: inherit;
}
.header-mobile .btn-showmenu {
  border: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  cursor: pointer;
  min-width: auto;
  line-height: 1;
  color: #1a1a1a;
  font-weight: 400;
  background-color: transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  width: 40px;
  height: 25px;
}
.header-mobile .btn-showmenu:hover {
  outline: none;
  color: #1a1a1a;
  background-color: transparent;
}
.header-mobile .btn-showmenu:focus {
  outline: none;
  color: #1a1a1a;
  background-color: transparent;
}
.header-mobile .btn-showmenu:focus-within {
  outline: none;
  color: #1a1a1a;
  background-color: transparent;
}
.header-mobile .btn-showmenu:active {
  outline: none;
  color: #1a1a1a;
  background-color: transparent;
}
.header-mobile .btn-showmenu > * {
  margin: 0;
  padding: 0;
}
.header-mobile .btn-showmenu > *:before {
  margin: 0;
  font-size: 20px;
}
.header-mobile .btn-search-icon {
  border: 0;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
  font-size: 19px;
  color: #1a1a1a;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
.header-mobile .btn-search-icon:hover {
  outline: none;
  color: #1a1a1a;
  background-color: transparent;
}
.header-mobile .btn-search-icon:focus {
  outline: none;
  color: #1a1a1a;
  background-color: transparent;
}
.header-mobile .btn-search-icon:focus-within {
  outline: none;
  color: #1a1a1a;
  background-color: transparent;
}
.header-mobile .btn-search-icon:active {
  outline: none;
  color: #1a1a1a;
  background-color: transparent;
}
.header-mobile .btn-search-icon > *:before {
  margin: 0px;
  font-size: 100%;
}
.header-mobile > .btn-offcanvas {
  position: absolute;
  top: 3px;
  left: 3px;
  z-index: 1;
}
.header-mobile .btn.dropdown-toggle, .header-mobile .dropdown-toggle.viewmore-products-btn,
.header-mobile .btn.offcanvas,
.header-mobile .offcanvas.viewmore-products-btn {
  border: none;
  padding: 0;
  font-size: 18px;
  color: #000;
  background: transparent;
}
.header-mobile .btn.dropdown-toggle:hover, .header-mobile .dropdown-toggle.viewmore-products-btn:hover, .header-mobile .btn.dropdown-toggle:active, .header-mobile .dropdown-toggle.viewmore-products-btn:active, .header-mobile .btn.dropdown-toggle:focus, .header-mobile .dropdown-toggle.viewmore-products-btn:focus,
.header-mobile .btn.offcanvas:hover,
.header-mobile .offcanvas.viewmore-products-btn:hover,
.header-mobile .btn.offcanvas:active,
.header-mobile .offcanvas.viewmore-products-btn:active,
.header-mobile .btn.offcanvas:focus,
.header-mobile .offcanvas.viewmore-products-btn:focus {
  color: #f9b200;
  background: transparent;
}
.header-mobile .search-mobile {
  padding: 0;
  display: block;
  position: absolute;
  z-index: 1;
  visibility: hidden;
  pointer-events: none;
  top: 100%;
  left: 0;
  right: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.header-mobile .box-right {
  margin-left: 15px;
}
.rtl .header-mobile .box-right {
  margin-right: 15px;
  margin-left: inherit;
}
.header-mobile .box-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 40px;
  height: 40px;
}
.header-mobile .apus-search-form .tt-menu a.media {
  padding: 12px;
}

.table-visiable {
  display: table;
  width: 100%;
}
.table-visiable > div {
  float: none;
  display: table-cell;
  vertical-align: middle;
}

@media (min-width: 992px) {
  .table-visiable-dk {
    display: table;
    width: 100%;
  }
  .table-visiable-dk > div {
    float: none;
    display: table-cell;
    vertical-align: middle;
  }
}
.sticky-header {
  top: 0;
  width: 100%;
  position: fixed;
  background-color: #fff;
  left: 0;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.06);
}
.rtl .sticky-header {
  right: 0;
  left: auto;
}
.sticky-header.sticky-header-hidden {
  -webkit-transform: translateY(-110%);
  -ms-transform: translateY(-110%);
  -o-transform: translateY(-110%);
  transform: translateY(-110%);
}
.sticky-header .main-menu.style1 .megamenu > li.dropdown:after {
  content: "";
  position: absolute;
  bottom: -8px;
  background-color: transparent;
  width: 100%;
  height: 8px;
  left: 0;
}
.rtl .sticky-header .main-menu.style1 .megamenu > li.dropdown:after {
  right: 0;
  left: auto;
}
.sticky-header .main-menu.style1 .megamenu > li .dropdown-menu {
  margin-top: 8px;
}

body.no-sticky.header_transparent section.elementor-element {
  background: transparent !important;
}

.header_transparent .apus-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 90;
  background-color: transparent;
}
.header_transparent .apus-header .main-sticky-header:not(.sticky-header) section.elementor-element {
  background-color: transparent !important;
}

.apus-header-404 {
  padding: 27px 30px;
  border-bottom: 0px;
}
@media only screen and (min-width: 1168px) {
  .apus-header-404 {
    padding: 27px 85px;
  }
}

.apus-header {
  z-index: 10;
  position: relative;
}
.apus-header .widget-social.st_small .social a {
  color: #1a1a1a;
}
.apus-header .widget-social.st_small .social a:hover {
  color: #f9b200;
}
.apus-header .widget-social.st_small .social a:focus {
  color: #f9b200;
}
.apus-header .widget-social.st_small .social a:focus-within {
  color: #f9b200;
}
.apus-header .widget-social.st_small .social a:active {
  color: #f9b200;
}
.apus-header .show-main-menu {
  font-size: 30px;
  line-height: 1;
  color: #1a1a1a;
}
.apus-header .show-main-menu:hover {
  color: #f9b200;
}
.apus-header .show-main-menu:focus {
  color: #f9b200;
}
.apus-header .show-main-menu:focus-within {
  color: #f9b200;
}
.apus-header .show-main-menu:active {
  color: #f9b200;
}
.apus-header .wrapper-topmenu:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  background-color: transparent;
  z-index: 9;
  width: 100%;
  height: 10px;
}
.rtl .apus-header .wrapper-topmenu:before {
  right: 0;
  left: auto;
}
.apus-header .wrapper-topmenu .dropdown-menu-right {
  top: calc(100% + 10px);
}
.apus-header .apus-header-404 .apus-schedule-visit a {
  color: #1a1a1a !important;
}
.apus-header .apus-header-404 .apus-search-form > a {
  color: #1a1a1a !important;
}
.apus-header .apus-header-space-1 {
  padding: 0 30px;
}
@media only screen and (min-width: 1168px) {
  .apus-header .apus-header-space-1 {
    padding: 0 85px;
  }
}
.apus-header .apus-header-custom-logo-1 {
  padding-right: 100px;
}
.rtl .apus-header .apus-header-custom-logo-1 {
  padding-left: 100px;
  padding-right: inherit;
}

.header-button-woo > div {
  margin-left: 25px;
}
.rtl .header-button-woo > div {
  margin-right: 25px;
  margin-left: inherit;
}
.header-button-woo > div:last-child {
  margin-left: 0;
}
.rtl .header-button-woo > div:last-child {
  margin-right: 0;
  margin-left: inherit;
}

.over-dark {
  cursor: auto;
  cursor: url("../images/close-icon.png") 20 20, auto;
  display: none;
  position: fixed;
  top: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  right: 0;
}
.rtl .over-dark {
  left: 0;
  right: auto;
}
.over-dark.active {
  display: block;
}

.menu-center .navbar-nav.megamenu {
  float: none;
  text-align: center;
}

/*------------------------------------*\
    Breadcrumb
\*------------------------------------*/
.apus-breadcrumb {
  background: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  margin: 0 0 30px;
  text-align: left;
  font-size: 15px;
}
.apus-breadcrumb .breadcrumb-title {
  color: #ccc;
  margin: 0;
  font-weight: 300;
  font-size: 48px;
}
.apus-breadcrumb nav {
  text-align: left;
  line-height: 30px;
}
.rtl .apus-breadcrumb nav {
  text-align: right;
}
.apus-breadcrumb nav a {
  color: #000;
}

/*------------------------------------*\
    Container
\*------------------------------------*/
.apus-mainbody {
  background: transparent;
  padding-top: 0px;
  padding-bottom: 0px;
}

/*------------------------------------*\
    Content
\*------------------------------------*/
.apus-content {
  background: #fff;
}
.apus-content:before, .apus-content:after {
  content: " ";
  display: table;
}
.apus-content:after {
  clear: both;
}

/*------------------------------------*\
    Pagination
\*------------------------------------*/
.navigation {
  display: block;
  clear: both;
}

.apus-pagination {
  padding: 20px 0;
  margin: 0;
  font-size: 15px;
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.apus-pagination:before, .apus-pagination:after {
  content: " ";
  display: table;
}
.apus-pagination:after {
  clear: both;
}
@media only screen and (min-width: 768px) {
  .apus-pagination {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 1168px) {
  .apus-pagination {
    padding: 30px 0 0 0;
  }
}
.apus-pagination > *:first-child {
  padding-left: 0;
  margin-left: 0;
}
.rtl .apus-pagination > *:first-child {
  padding-right: 0;
  padding-left: inherit;
}
.rtl .apus-pagination > *:first-child {
  margin-right: 0;
  margin-left: inherit;
}
.apus-pagination > *:last-child {
  border: none;
  padding-right: 0;
  margin-right: 0;
}
.rtl .apus-pagination > *:last-child {
  padding-left: 0;
  padding-right: inherit;
}
.rtl .apus-pagination > *:last-child {
  margin-left: 0;
  margin-right: inherit;
}
.apus-pagination .page-numbers,
.apus-pagination .pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.apus-pagination .page-numbers li,
.apus-pagination .pagination li {
  margin: 0 7px;
  padding: 0;
}
.apus-pagination .page-numbers li:last-child,
.apus-pagination .pagination li:last-child {
  margin-right: 0;
}
.rtl .apus-pagination .page-numbers li:last-child, .rtl
.apus-pagination .pagination li:last-child {
  margin-left: 0;
  margin-right: inherit;
}
.apus-pagination .page-numbers li:first-child,
.apus-pagination .pagination li:first-child {
  margin-left: 0;
}
.rtl .apus-pagination .page-numbers li:first-child, .rtl
.apus-pagination .pagination li:first-child {
  margin-right: 0;
  margin-left: inherit;
}
.apus-pagination .page-numbers li > span, .apus-pagination .page-numbers li > a,
.apus-pagination .pagination li > span,
.apus-pagination .pagination li > a {
  padding: 0;
  margin: 0;
  float: none;
  border: none;
  color: #1a1a1a;
  min-width: 50px;
  font-size: 16px;
  background-color: transparent;
  font-family: "Heebo", sans-serif;
  font-weight: 500;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  width: 50px;
  height: 50px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.apus-pagination .page-numbers li > span:hover, .apus-pagination .page-numbers li > span.current, .apus-pagination .page-numbers li > a:hover, .apus-pagination .page-numbers li > a.current,
.apus-pagination .pagination li > span:hover,
.apus-pagination .pagination li > span.current,
.apus-pagination .pagination li > a:hover,
.apus-pagination .pagination li > a.current {
  color: #fff;
  background: #f9b200;
  border-color: #f9b200;
}
.apus-pagination .page-numbers li > span:hover.prev, .apus-pagination .page-numbers li > span:hover.next, .apus-pagination .page-numbers li > a:hover.prev, .apus-pagination .page-numbers li > a:hover.next,
.apus-pagination .pagination li > span:hover.prev,
.apus-pagination .pagination li > span:hover.next,
.apus-pagination .pagination li > a:hover.prev,
.apus-pagination .pagination li > a:hover.next {
  color: #f9b200;
  background-color: transparent;
  border-color: transparent;
}
.apus-pagination .page-numbers li > span.prev, .apus-pagination .page-numbers li > span.next, .apus-pagination .page-numbers li > a.prev, .apus-pagination .page-numbers li > a.next,
.apus-pagination .pagination li > span.prev,
.apus-pagination .pagination li > span.next,
.apus-pagination .pagination li > a.prev,
.apus-pagination .pagination li > a.next {
  font-size: 14px;
  background-color: transparent;
}
.apus-pagination .page-numbers li:last-child > *,
.apus-pagination .pagination li:last-child > * {
  border: none;
}
.apus-pagination > span, .apus-pagination > a {
  text-align: center;
  font-size: 16px;
  padding: 0;
  line-height: 1;
  min-width: 50px;
  overflow: visible;
  border: none;
  margin: 0 7px;
  background-color: transparent;
  color: #1a1a1a;
  font-family: "Heebo", sans-serif;
  font-weight: 500;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  float: left;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.rtl .apus-pagination > span, .rtl .apus-pagination > a {
  float: right;
}
.apus-pagination > span:hover, .apus-pagination > a:hover {
  color: #fff;
  background: #f9b200;
  border-color: #f9b200;
}
.apus-pagination > span:focus, .apus-pagination > a:focus {
  color: #fff;
  background: #f9b200;
  border-color: #f9b200;
}
.apus-pagination > span:focus-within, .apus-pagination > a:focus-within {
  color: #fff;
  background: #f9b200;
  border-color: #f9b200;
}
.apus-pagination > span:active, .apus-pagination > a:active {
  color: #fff;
  background: #f9b200;
  border-color: #f9b200;
}
.apus-pagination > span.next, .apus-pagination > span.prev, .apus-pagination > a.next, .apus-pagination > a.prev {
  color: #1a1a1a;
  text-transform: none;
  font-size: 0;
  color: transparent;
  position: relative;
}
.apus-pagination > span.next:hover, .apus-pagination > span.prev:hover, .apus-pagination > a.next:hover, .apus-pagination > a.prev:hover {
  color: #f9b200;
  background-color: transparent;
}
.apus-pagination > span.next:hover:before, .apus-pagination > span.prev:hover:before, .apus-pagination > a.next:hover:before, .apus-pagination > a.prev:hover:before {
  color: #f9b200;
}
.apus-pagination > span.next:focus, .apus-pagination > span.prev:focus, .apus-pagination > a.next:focus, .apus-pagination > a.prev:focus {
  color: #f9b200;
  background-color: transparent;
}
.apus-pagination > span.next:focus:before, .apus-pagination > span.prev:focus:before, .apus-pagination > a.next:focus:before, .apus-pagination > a.prev:focus:before {
  color: #f9b200;
}
.apus-pagination > span.next:focus-within, .apus-pagination > span.prev:focus-within, .apus-pagination > a.next:focus-within, .apus-pagination > a.prev:focus-within {
  color: #f9b200;
  background-color: transparent;
}
.apus-pagination > span.next:focus-within:before, .apus-pagination > span.prev:focus-within:before, .apus-pagination > a.next:focus-within:before, .apus-pagination > a.prev:focus-within:before {
  color: #f9b200;
}
.apus-pagination > span.next:active, .apus-pagination > span.prev:active, .apus-pagination > a.next:active, .apus-pagination > a.prev:active {
  color: #f9b200;
  background-color: transparent;
}
.apus-pagination > span.next:active:before, .apus-pagination > span.prev:active:before, .apus-pagination > a.next:active:before, .apus-pagination > a.prev:active:before {
  color: #f9b200;
}
.apus-pagination > span.next:before, .apus-pagination > span.prev:before, .apus-pagination > a.next:before, .apus-pagination > a.prev:before {
  content: "\f101";
  font-size: 14px;
  color: #1a1a1a;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 900;
}
.apus-pagination > span.current, .apus-pagination > a.current {
  color: #fff;
  background: #f9b200;
  border-color: #f9b200;
  pointer-events: none;
}
.apus-pagination ul.page-numbers {
  margin: 0;
  padding: 0;
  list-style: none;
}

/*------------------------------------*\
    Footer
\*------------------------------------*/
.apus-footer {
  position: relative;
  z-index: 1;
  font-weight: 400;
  background: #fff;
  color: #6f6f6f;
  font-size: 15px;
}
.apus-footer a {
  color: #999999;
}
.apus-footer a:hover {
  color: #f9b200;
}
.apus-footer a:focus {
  color: #f9b200;
}
.apus-footer a:focus-within {
  color: #f9b200;
}
.apus-footer a:active {
  color: #f9b200;
}
.apus-footer .logo.custom-logo {
  margin-bottom: 0;
}
@media only screen and (min-width: 1168px) {
  .apus-footer .logo.custom-logo {
    margin-bottom: 10px;
  }
}
.apus-footer .elementor-element.elementor-widget-wp-widget-apus_recent_post h5 {
  color: #fff;
  text-transform: none;
  padding-bottom: 15px;
  margin-bottom: 40px;
  margin-top: 0;
  position: relative;
  font-family: "Heebo", sans-serif;
  font-weight: 500;
  font-size: 1.28571rem;
  line-height: 1.55556;
}
.apus-footer .elementor-element.elementor-widget-wp-widget-apus_recent_post h5:before {
  content: "";
  position: absolute;
  bottom: -14px;
  border: 3px solid #fff;
  margin-bottom: 10px;
  display: inline-block;
  vertical-align: middle;
  left: 0;
  width: 10px;
  height: 10px;
}
.lt-ie8 .apus-footer .elementor-element.elementor-widget-wp-widget-apus_recent_post h5:before {
  display: inline;
  zoom: 1;
}
.rtl .apus-footer .elementor-element.elementor-widget-wp-widget-apus_recent_post h5:before {
  right: 0;
  left: auto;
}
.apus-footer .elementor-element.elementor-widget-wp-widget-apus_recent_post h5:after {
  content: "";
  position: absolute;
  bottom: -10px;
  margin: 10px 0;
  background-color: #f9b200;
  left: 18px;
  width: 70px;
  height: 3px;
}
.rtl .apus-footer .elementor-element.elementor-widget-wp-widget-apus_recent_post h5:after {
  right: 18px;
  left: auto;
}

.footer-default {
  outline: none;
}

.apus-footer.full-medium {
  margin-left: auto;
  margin-right: auto;
  max-width: 1600px;
}

/*------------------------------------*\
    Copyright
\*------------------------------------*/
.apus-copyright {
  color: #6f6f6f;
  border-top: 1px solid #dddddd;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}
.apus-copyright a {
  color: #f9b200;
}
.apus-copyright a:hover {
  text-decoration: none;
}
.apus-copyright a:focus {
  text-decoration: none;
}
.apus-copyright a:focus-within {
  text-decoration: none;
}
.apus-copyright a:active {
  text-decoration: none;
}
.apus-copyright .widget-social {
  text-align: right;
}
.rtl .apus-copyright .widget-social {
  text-align: left;
}
.apus-copyright .widget-social a {
  color: #6f6f6f;
}
.apus-copyright .widget-social a:hover {
  color: #f9b200;
}

/*------------------------------------*\
    Top bar
\*------------------------------------*/
.apus-offcanvas {
  visibility: hidden;
  position: fixed;
  top: 0;
  z-index: 1000;
  background: #fff;
  overflow-x: auto;
  width: 100%;
  height: 100%;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.rtl .apus-offcanvas {
  right: 0;
  left: auto;
}
@media only screen and (min-width: 768px) {
  .apus-offcanvas {
    width: 400px;
  }
}
.apus-offcanvas .apus-offcanvas-body {
  position: relative;
}
.apus-offcanvas .offcanvas-bottom,
.apus-offcanvas .offcanvas-top {
  height: 20%;
}
.apus-offcanvas .offcanvas-middle {
  height: 60%;
  padding: 20px 0;
  overflow-x: hidden;
}
.apus-offcanvas.active {
  visibility: visible;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-box-shadow: 2px 0 5px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 2px 0 5px 0 rgba(0, 0, 0, 0.15);
}
.apus-offcanvas .offcanvas-head {
  cursor: pointer;
  background-color: transparent;
}
.apus-offcanvas .offcanvas-head i {
  font-size: 15px;
  margin-right: 10px;
}
.rtl .apus-offcanvas .offcanvas-head i {
  margin-left: 10px;
  margin-right: inherit;
}
.apus-offcanvas .offcanvas-head a {
  color: #fff;
}
.apus-offcanvas .logo-in-theme {
  margin-bottom: 30px;
}
.apus-offcanvas .header-right > div {
  margin-left: 30px;
}
.rtl .apus-offcanvas .header-right > div {
  margin-right: 30px;
  margin-left: inherit;
}
.apus-offcanvas .header-right > div:last-child {
  margin-left: 0px;
}
.rtl .apus-offcanvas .header-right > div:last-child {
  margin-right: 0px;
  margin-left: inherit;
}
.apus-offcanvas .elementor-column {
  width: 100% !important;
}
.apus-offcanvas .elementor-column .elementor-column-wrap, .apus-offcanvas .elementor-column .elementor-widget-wrap {
  padding: 0 !important;
}
.apus-offcanvas .elementor-column .widget {
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .topbar-mobile {
    padding: 10px;
  }
  .topbar-mobile .btn, .topbar-mobile .viewmore-products-btn {
    margin-right: 10px;
    padding: 6px 10px;
  }
  .rtl .topbar-mobile .btn, .rtl .topbar-mobile .viewmore-products-btn {
    margin-left: 10px;
    margin-right: inherit;
  }
  .topbar-mobile .top-cart .dropdown-menu {
    left: 0;
    right: inherit;
  }
  .topbar-mobile .top-cart .dropdown-menu:after, .topbar-mobile .top-cart .dropdown-menu:before {
    display: none;
  }
}
.open-text {
  font-size: 26px;
  color: #fff;
  cursor: pointer;
  padding: 6px 8px;
  background: #4ec45e;
  display: inline-block;
  line-height: 1;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.open-text:hover, .open-text:active {
  color: #fff;
  background: #3eba4f;
}

.mobile-sidebar-panel-overlay {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 90;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.mobile-sidebar-panel-overlay.active {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  cursor: url("../images/close-icon.png"), auto;
}

.close-sidebar-btn,
.mobile-sidebar-btn {
  cursor: pointer;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 15px;
  display: inline-block;
  vertical-align: middle;
}
.lt-ie8 .close-sidebar-btn, .lt-ie8
.mobile-sidebar-btn {
  display: inline;
  zoom: 1;
}

.mobile-sidebar-btn {
  margin: 0 0 30px;
  color: #1a1a1a;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  font-family: "Heebo", sans-serif;
  line-height: 1;
  letter-spacing: 0.5px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.mobile-sidebar-btn:hover {
  color: #f9b200;
}
.mobile-sidebar-btn:focus {
  color: #f9b200;
}
.mobile-sidebar-btn:focus-within {
  color: #f9b200;
}
.mobile-sidebar-btn:active {
  color: #f9b200;
}
.mobile-sidebar-btn > * {
  font-size: 14px;
  margin: 0 10px 0 0;
}
.rtl .mobile-sidebar-btn > * {
  margin: 0 0 0 10px;
}
.mobile-sidebar-btn > *:before {
  margin: 0;
  font-size: 20px;
}

.close-sidebar-btn:hover {
  color: #1a1a1a;
}
.close-sidebar-btn:focus {
  color: #1a1a1a;
}
.close-sidebar-btn:focus-within {
  color: #1a1a1a;
}
.close-sidebar-btn:active {
  color: #1a1a1a;
}

.close-sidebar-btn {
  cursor: pointer;
  padding: 8px 30px;
  margin: 0px;
  display: block;
  font-size: 20px;
  background: #f9b200;
  color: #fff;
  border: none;
  width: 100%;
  font-weight: 400;
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  text-align: left;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.rtl .close-sidebar-btn {
  text-align: right;
}
.close-sidebar-btn:hover {
  background: #f9b200;
  color: #fff;
}
.close-sidebar-btn:focus {
  background: #f9b200;
  color: #fff;
}
.close-sidebar-btn:focus-within {
  background: #f9b200;
  color: #fff;
}
.close-sidebar-btn:active {
  background: #f9b200;
  color: #fff;
}
.close-sidebar-btn > * {
  margin-right: 5px;
}
.rtl .close-sidebar-btn > * {
  margin-left: 5px;
  margin-right: inherit;
}
.close-sidebar-btn > *:before {
  margin: 0;
  font-size: 15px;
}
.close-sidebar-btn > *:last-child {
  margin: 0;
}

.apus-topbar .wrapper-topmenu:hover > a {
  color: #fff;
}

.wrapper-top-cart .overlay-dropdown-menu-right {
  position: fixed;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  z-index: 98;
}
.wrapper-top-cart .overlay-dropdown-menu-right.active {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.wrapper-top-cart > .dropdown-menu-right {
  max-width: 70%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  position: fixed;
  z-index: 999;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  top: 0;
  right: 0;
  background: #fff;
  width: 420px;
  height: 100%;
  padding: 30px;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.wrapper-top-cart > .dropdown-menu-right .widget_shopping_cart_heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
}
.wrapper-top-cart > .dropdown-menu-right .widget_shopping_cart_heading > h3 {
  margin: 0 0 20px;
  font-size: 22px;
  padding: 0 0 20px;
  border-bottom: 1px solid #dddddd;
  width: 100%;
  cursor: pointer;
  color: #ff3535;
}
.wrapper-top-cart > .dropdown-menu-right .widget_shopping_cart_content_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  overflow-x: hidden;
  overflow-y: auto;
}
.wrapper-top-cart > .dropdown-menu-right .shopping_cart_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  height: 100%;
}
.wrapper-top-cart > .dropdown-menu-right .shopping_cart_content .cart_list {
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.wrapper-top-cart > .dropdown-menu-right .shopping_cart_content .cart-bottom {
  flex-direction: column;
  -webkit-flex-direction: column;
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.wrapper-top-cart > .dropdown-menu-right.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.wrapper-top-cart .cart_list .variation {
  margin: 0;
}
.wrapper-top-cart .cart_list .variation > * {
  display: inline-block;
  vertical-align: middle;
}
.wrapper-top-cart .cart_list .variation > * p {
  margin: 0;
}
.wrapper-top-cart .buttons .btn-block {
  margin-bottom: 10px;
}

.rtl .wrapper-top-cart > .dropdown-menu-right {
  right: inherit;
  left: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.rtl .wrapper-top-cart > .dropdown-menu-right.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.apus-footer-custom-text {
  color: #b3b3b3;
  padding-right: 0;
}
.rtl .apus-footer-custom-text {
  padding-left: 0;
  padding-right: inherit;
}
@media only screen and (min-width: 1168px) {
  .apus-footer-custom-text {
    padding-right: 60px;
  }
  .rtl .apus-footer-custom-text {
    padding-left: 60px;
    padding-right: inherit;
  }
}
.apus-footer-custom-text ul li {
  color: #fff;
  margin-bottom: 10px;
  line-height: 26px;
}
@media only screen and (min-width: 1168px) {
  .apus-footer-custom-text ul li {
    margin-bottom: 15px;
  }
}
.apus-footer-custom-text ul li span, .apus-footer-custom-text ul li a {
  color: #6f6f6f;
}
.apus-footer-custom-text ul li:last-child {
  margin-bottom: 0;
}
.apus-footer-custom-text ul.dark li {
  color: #6f6f6f;
}
.apus-footer-custom-text ul.dark li span {
  color: #1a1a1a;
}
.apus-footer-custom-text p {
  margin-bottom: 0;
}
@media only screen and (min-width: 1168px) {
  .apus-footer-custom-text p {
    margin-bottom: 30px;
  }
}

.text-copyright a {
  color: #f9b200;
}
.text-copyright a:hover {
  color: #f9b200;
  text-decoration: underline;
}
.text-copyright a:focus {
  color: #f9b200;
  text-decoration: underline;
}
.text-copyright a:focus-within {
  color: #f9b200;
  text-decoration: underline;
}
.text-copyright a:active {
  color: #f9b200;
  text-decoration: underline;
}

.custom-copyright {
  text-align: center;
  text-transform: uppercase;
  color: #1a1a1a;
  font-size: 0.92857rem;
}
.custom-copyright a {
  color: #f9b200;
}
.custom-copyright a:hover {
  color: #f9b200;
}
.custom-copyright a:focus {
  color: #f9b200;
}
.custom-copyright a:focus-within {
  color: #f9b200;
}
.custom-copyright a:active {
  color: #f9b200;
}

/* 5. menu */
.main-menu.style1 .megamenu > li > a {
  padding: 15px 15px 15px 0;
}
.rtl .main-menu.style1 .megamenu > li > a {
  padding: 15px 0 15px 15px;
}
.main-menu.style1 .megamenu > li.active > a .caret {
  color: #f9b200;
}
.main-menu.style2 .megamenu > li > a {
  padding: 18px 15px 18px 0;
}
.rtl .main-menu.style2 .megamenu > li > a {
  padding: 18px 0 18px 15px;
}
.main-menu.style3 .megamenu > li > a {
  padding: 15px 15px 15px 0;
}
.rtl .main-menu.style3 .megamenu > li > a {
  padding: 15px 0 15px 15px;
}
.main-menu.menu-center {
  text-align: center;
}
.main-menu.menu-center .navbar-nav {
  float: none;
}
.main-menu.menu-left {
  text-align: left;
}
.rtl .main-menu.menu-left {
  text-align: right;
}
.main-menu.menu-left .navbar-nav {
  float: left;
}
.rtl .main-menu.menu-left .navbar-nav {
  float: right;
}
.main-menu.menu-right {
  text-align: right;
}
.rtl .main-menu.menu-right {
  text-align: left;
}
.main-menu.menu-right .navbar-nav {
  float: right;
}
.rtl .main-menu.menu-right .navbar-nav {
  float: left;
}

.highlight-color .main-menu .megamenu > li .active > a {
  outline: none;
}
.highlight-color .main-menu .megamenu > li > a {
  color: #1a1a1a;
}
.highlight-color .main-menu .megamenu > li:hover > a {
  color: #fff;
}
.highlight-color .main-menu .megamenu > li:focus > a {
  color: #fff;
}
.highlight-color .main-menu .megamenu > li:focus-within > a {
  color: #fff;
}
.highlight-color .main-menu .megamenu > li:active > a {
  color: #fff;
}

.navbar.apus-megamenu {
  border: none;
  min-height: 0;
  margin: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.megamenu {
  padding: 0;
}
.megamenu .menu-item-description {
  text-transform: none;
  font-size: 12px;
  font-weight: 400;
  padding: 15px 20px 15px 0px;
}
.rtl .megamenu .menu-item-description {
  padding: 15px 0px 15px 20px;
}
.megamenu li.aligned-fullwidth {
  position: static;
}
.megamenu li.aligned-fullwidth > .dropdown-menu {
  width: calc(100% - 20px);
  left: 10px !important;
}
.rtl .megamenu li.aligned-fullwidth > .dropdown-menu {
  right: 10px !important;
  left: auto;
}
.megamenu > li {
  padding: 0;
  margin: 0;
  float: none;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.lt-ie8 .megamenu > li {
  display: inline;
  zoom: 1;
}
.rtl .megamenu > li {
  margin-left: 20px;
  margin-right: inherit;
}
@media only screen and (min-width: 1168px) {
  .megamenu > li {
    margin-right: 20px;
  }
  .rtl .megamenu > li {
    margin-left: 20px;
    margin-right: inherit;
  }
}
.megamenu > li:last-child {
  margin-right: 0px;
}
.rtl .megamenu > li:last-child {
  margin-left: 0px;
  margin-right: inherit;
}
.megamenu > li > a {
  position: relative;
  font-weight: 500;
  font-size: 16px;
  color: #1a1a1a;
  text-transform: none;
  font-family: "Heebo", sans-serif;
  background-color: transparent !important;
  float: left;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  padding: 25px 15px 25px 0;
}
.rtl .megamenu > li > a {
  float: right;
}
.rtl .megamenu > li > a {
  padding: 25px 0 25px 15px;
}
.megamenu > li > a:hover {
  background-color: transparent !important;
}
.megamenu > li > a:focus {
  background-color: transparent !important;
}
.megamenu > li > a:focus-within {
  background-color: transparent !important;
}
.megamenu > li > a:active {
  background-color: transparent !important;
}
.megamenu > li > a > .caret {
  border: none;
  margin: 0;
}
.megamenu > li > a > .caret:before {
  font-size: 8px;
  content: "";
  font-family: 'icomoon' !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;
  line-height: 1;
  border: none;
  margin-top: 0;
  color: inherit;
  font-weight: 700;
  top: -moz-calc(50% - 4px);
  top: -webkit-calc(50% - 4px);
  top: calc(50% - 4px);
  right: 5px;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.rtl .megamenu > li > a > .caret:before {
  left: 5px;
  right: auto;
}
.megamenu > li > a .fa, .megamenu > li > a img {
  max-width: 50px;
  margin-right: 8px;
}
.rtl .megamenu > li > a .fa, .rtl .megamenu > li > a img {
  margin-left: 8px;
  margin-right: inherit;
}
.megamenu > li > a > .text-label {
  font-size: 11px;
  padding: 0px 5px;
  background: #d1ecf1;
  color: #fff;
  position: absolute;
  top: -10px;
  line-height: 2;
  display: inline-block;
  text-transform: capitalize;
  right: -15px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}
.rtl .megamenu > li > a > .text-label {
  left: -15px;
  right: auto;
}
.megamenu > li > a > .text-label.label-hot {
  background: #ff3535;
}
.megamenu > li > a > .text-label.label-hot:before {
  border-color: #ff3535 transparent transparent #ff3535;
}
.megamenu > li > a > .text-label.label-new {
  background: #4ec45e;
}
.megamenu > li > a > .text-label.label-new:before {
  border-color: #4ec45e transparent transparent #4ec45e;
}
.megamenu > li > a > .text-label:before {
  content: '';
  position: absolute;
  z-index: 9;
  top: 100%;
  left: 7px;
  border-width: 3px;
  border-style: solid;
  border-color: #d1ecf1 transparent transparent #d1ecf1;
}
.rtl .megamenu > li > a > .text-label:before {
  right: 7px;
  left: auto;
}
.megamenu > li > a:hover {
  color: #f9b200;
}
.megamenu > li > a:focus {
  color: #f9b200;
}
.megamenu > li > a:focus-within {
  color: #f9b200;
}
.megamenu > li > a:active {
  color: #f9b200;
}
.megamenu > li:hover > a {
  color: #f9b200;
}
.megamenu > li:hover > a:before {
  width: 100%;
  left: 0;
}
.rtl .megamenu > li:hover > a:before {
  right: 0;
  left: auto;
}
.megamenu > li:hover > a .caret {
  color: #f9b200;
}
.megamenu > li:focus > a {
  color: #f9b200;
}
.megamenu > li:focus > a:before {
  width: 100%;
  left: 0;
}
.rtl .megamenu > li:focus > a:before {
  right: 0;
  left: auto;
}
.megamenu > li:focus > a .caret {
  color: #f9b200;
}
.megamenu > li:focus-within > a {
  color: #f9b200;
}
.megamenu > li:focus-within > a:before {
  width: 100%;
  left: 0;
}
.rtl .megamenu > li:focus-within > a:before {
  right: 0;
  left: auto;
}
.megamenu > li:focus-within > a .caret {
  color: #f9b200;
}
.megamenu > li:active > a {
  color: #f9b200;
}
.megamenu > li:active > a:before {
  width: 100%;
  left: 0;
}
.rtl .megamenu > li:active > a:before {
  right: 0;
  left: auto;
}
.megamenu > li:active > a .caret {
  color: #f9b200;
}
.megamenu > li.active > a {
  color: #f9b200;
}
.megamenu > li.active > a:before {
  width: 100%;
  left: 0;
}
.rtl .megamenu > li.active > a:before {
  right: 0;
  left: auto;
}
.megamenu > li.active > a .caret {
  color: #f9b200;
}
.megamenu > li:hover > a .caret:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.megamenu > li:focus > a .caret:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.megamenu > li:focus-within > a .caret:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.megamenu > li:active > a .caret:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.megamenu > li.aligned-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.rtl .megamenu > li.aligned-right > .dropdown-menu {
  left: 0;
  right: auto;
}
.rtl .megamenu > li.aligned-right > .dropdown-menu {
  right: auto;
  left: auto;
}
.megamenu .aligned-fullwidth > .dropdown-menu {
  padding: 50px 30px 30px;
}
.megamenu .apus-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.megamenu.megamenu-404 > li:hover > a {
  color: #fff;
}
.megamenu.megamenu-404 > li:focus > a {
  color: #fff;
}
.megamenu.megamenu-404 > li:focus-within > a {
  color: #fff;
}
.megamenu.megamenu-404 > li:active > a {
  color: #fff;
}

.megamenu li .dropdown-menu {
  display: block;
  color: #474747;
  background: #FFFFFF;
  min-width: 220px;
  visibility: hidden;
  font-size: 12px;
  font-weight: 500;
  position: absolute;
  top: 100%;
  z-index: -1;
  padding: 0;
  pointer-events: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  -webkit-transition: 300ms ease all;
  -o-transition: 300ms ease all;
  transition: 300ms ease all;
  opacity: 0;
  filter: alpha(opacity=0);
  left: 0;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
.rtl .megamenu li .dropdown-menu {
  right: 0;
  left: auto;
}
.megamenu li .dropdown-menu li {
  line-height: inherit;
  padding: 0;
  border-bottom: 1px solid #f4f4f4;
}
.megamenu li .dropdown-menu li:hover > .dropdown-menu {
  z-index: 1;
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.megamenu li .dropdown-menu li:last-child {
  margin-bottom: 0;
}
.megamenu li .dropdown-menu li > a {
  position: relative;
  font-size: 15px;
  padding: 8px 20px;
  width: 100%;
  z-index: 1;
  text-transform: none;
  overflow: hidden;
  color: #474747;
  font-weight: 400;
  background: transparent !important;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.lt-ie8 .megamenu li .dropdown-menu li > a {
  display: inline;
  zoom: 1;
}
.megamenu li .dropdown-menu li > a:hover {
  color: #f9b200;
}
.megamenu li .dropdown-menu li > a:focus {
  color: #f9b200;
}
.megamenu li .dropdown-menu li > a:focus-within {
  color: #f9b200;
}
.megamenu li .dropdown-menu li > a:active {
  color: #f9b200;
}
.megamenu li .dropdown-menu li > a .caret {
  position: absolute;
  margin: 0;
  border: none;
  font-size: 8px;
  right: 0;
  top: -moz-calc(100% - 20px);
  top: -webkit-calc(100% - 20px);
  top: calc(100% - 20px);
}
.rtl .megamenu li .dropdown-menu li > a .caret {
  left: 0;
  right: auto;
}
.megamenu li .dropdown-menu li > a .caret:before {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  content: '\f107';
}
.megamenu li .dropdown-menu li.open > a, .megamenu li .dropdown-menu li.active > a, .megamenu li .dropdown-menu li.current-menu-item > a {
  color: #f9b200;
}
.megamenu li .dropdown-menu li.active > a {
  color: #f9b200;
}
.megamenu li .dropdown-menu li.dropdown:after {
  top: 0;
  content: "";
  position: absolute;
  background-color: transparent;
  right: -10px;
  width: 10px;
  height: 100%;
}
.rtl .megamenu li .dropdown-menu li.dropdown:after {
  left: -10px;
  right: auto;
}
.megamenu li .dropdown-menu li .dropdown-menu {
  top: 0;
  margin: 0;
  left: 100%;
}
.rtl .megamenu li .dropdown-menu li .dropdown-menu {
  right: 100%;
  left: auto;
}
.megamenu li .dropdown-menu li .menu-item-description {
  padding: 0;
  color: inherit;
}
.megamenu li .dropdown-menu li:last-child {
  border-bottom: 0;
}
.megamenu li .dropdown-menu .text-label {
  font-size: 12px;
  vertical-align: super;
  color: #f9b200;
  font-family: "Heebo", sans-serif;
  margin-left: 5px;
}
.rtl .megamenu li .dropdown-menu .text-label {
  margin-right: 5px;
  margin-left: inherit;
}
.megamenu li .dropdown-menu .text-label.label-hot {
  color: #ff3535;
}
.megamenu li .dropdown-menu .text-label.label-new {
  color: #4ec45e;
}
.megamenu li .dropdown-menu .current-menu-item > a {
  color: #fff;
}
.megamenu li .dropdown-menu .widget-title, .megamenu li .dropdown-menu .widgettitle {
  margin: 0 0 10px;
  font-size: 18px;
  padding: 0;
  text-align: left;
}
.rtl .megamenu li .dropdown-menu .widget-title, .rtl .megamenu li .dropdown-menu .widgettitle {
  text-align: right;
}
.megamenu li .dropdown-menu .widget-title:before, .megamenu li .dropdown-menu .widget-title:after, .megamenu li .dropdown-menu .widgettitle:before, .megamenu li .dropdown-menu .widgettitle:after {
  display: none;
}
.megamenu > li:hover > .dropdown-menu {
  z-index: 1;
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.megamenu > li:focus > .dropdown-menu {
  z-index: 1;
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.megamenu > li:focus-within > .dropdown-menu {
  z-index: 1;
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.navbar-offcanvas .navbar-nav {
  padding: 0;
  margin: 0;
  width: 100%;
  float: none;
}
.navbar-offcanvas .navbar-nav li {
  position: relative;
  display: block;
  float: none;
  margin: 0;
  border-bottom: 1px solid #dddddd;
}
.navbar-offcanvas .navbar-nav li:last-child {
  border-bottom: 0;
}
.navbar-offcanvas .navbar-nav li > .icon-toggle {
  position: absolute;
  top: 0;
  z-index: 2;
  cursor: pointer;
  padding: 0;
  font-size: 14px;
  border: none;
  cursor: pointer;
  color: #1a1a1a;
  width: 44px;
  height: 44px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  right: 0;
}
.rtl .navbar-offcanvas .navbar-nav li > .icon-toggle {
  left: 0;
  right: auto;
}
.navbar-offcanvas .navbar-nav li > .icon-toggle > *:before {
  margin: 0;
  font-size: 100%;
}
.navbar-offcanvas .navbar-nav li > a {
  line-height: 28px;
  display: block;
  background: transparent !important;
}
.navbar-offcanvas .navbar-nav li.open > a, .navbar-offcanvas .navbar-nav li.open > a:focus, .navbar-offcanvas .navbar-nav li.open > a:hover, .navbar-offcanvas .navbar-nav li.active > a, .navbar-offcanvas .navbar-nav li.active > a:focus, .navbar-offcanvas .navbar-nav li.active > a:hover {
  color: #f9b200;
  background: transparent;
}
.navbar-offcanvas .dropdown-menu {
  margin: 0;
}
.navbar-offcanvas .dropdown-menu > li a {
  background: transparent !important;
}
.navbar-offcanvas .dropdown-menu > li.active > a,
.navbar-offcanvas .dropdown-menu > li > a:hover,
.navbar-offcanvas .dropdown-menu > li > a:focus {
  color: #1a1a1a;
  text-decoration: underline;
}
.navbar-offcanvas .dropdown-menu [class*="col-sm"] {
  width: 100%;
}
.navbar-offcanvas .dropdown-menu .dropdown-menu-inner {
  padding: 0 30px;
}
.navbar-offcanvas .dropdown-menu .widgettitle {
  font-weight: 600;
  margin: 0 0 10px;
}
.navbar-offcanvas .dropdown-menu .dropdown-menu {
  top: 0;
  left: 100%;
}
.rtl .navbar-offcanvas .dropdown-menu .dropdown-menu {
  right: 100%;
  left: auto;
}
.navbar-offcanvas li:hover .dropdown-menu {
  display: block;
}
.navbar-offcanvas .aligned-fullwidth > .dropdown-menu {
  width: 100%;
}

.main-mobile-menu .has-submenu > .sub-menu {
  list-style: none;
  display: none;
  border-top: 1px solid #dddddd;
  padding-left: 0;
}
.rtl .main-mobile-menu .has-submenu > .sub-menu {
  padding-right: 0;
  padding-left: inherit;
}
.main-mobile-menu .has-submenu > .sub-menu li a {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 0;
}
.rtl .main-mobile-menu .has-submenu > .sub-menu li a {
  padding-right: 30px;
  padding-left: inherit;
}
.rtl .main-mobile-menu .has-submenu > .sub-menu li a {
  padding-left: 0;
  padding-right: inherit;
}
.main-mobile-menu .has-submenu > .sub-menu li > .sub-menu li a {
  padding-left: 45px;
}
.rtl .main-mobile-menu .has-submenu > .sub-menu li > .sub-menu li a {
  padding-right: 45px;
  padding-left: inherit;
}
.main-mobile-menu .widget .widget-title, .main-mobile-menu .widget .widgettitle, .main-mobile-menu .widget .widget-heading {
  margin: 0 0 10px;
  font-size: 15px;
  padding: 0 0 8px;
  text-align: inherit;
}
.main-mobile-menu .sub-menu {
  max-width: 100%;
}
.main-mobile-menu .shop-list-small {
  margin-bottom: 10px;
}
.main-mobile-menu .text-label {
  font-size: 12px;
  vertical-align: super;
  margin-left: 5px;
  color: #f9b200;
  font-family: "Heebo", sans-serif;
}
.rtl .main-mobile-menu .text-label {
  margin-right: 5px;
  margin-left: inherit;
}
.main-mobile-menu .text-label.label-hot {
  color: #ff3535;
}
.main-mobile-menu .text-label.label-new {
  color: #4ec45e;
}

#apus-mobile-menu .btn-toggle-canvas {
  cursor: pointer;
  padding: 8px 15px;
  display: block;
  font-size: 20px;
  background: #f9b200;
  color: #fff;
  text-align: center;
  border: 0;
  width: 100%;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
#apus-mobile-menu .btn-toggle-canvas:hover {
  background-color: #f9b200;
  color: #fff;
}
#apus-mobile-menu .btn-toggle-canvas:focus {
  background-color: #f9b200;
  color: #fff;
}
#apus-mobile-menu .btn-toggle-canvas:focus-within {
  background-color: #f9b200;
  color: #fff;
}
#apus-mobile-menu .btn-toggle-canvas:active {
  background-color: #f9b200;
  color: #fff;
}
#apus-mobile-menu .btn-toggle-canvas > *:before {
  font-size: 100%;
  margin: 0;
}
#apus-mobile-menu .offcanvas-head strong {
  margin: 0 5px;
}
#apus-mobile-menu .navbar {
  border: none;
}
#apus-mobile-menu .navbar-collapse {
  border-top: 0;
  padding: 15px 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#apus-mobile-menu .navbar-collapse .navbar-nav li a {
  padding-top: 8px;
  padding-bottom: 8px;
}

.menu-setting-menu-container .apus-menu-top {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 2;
}
.menu-setting-menu-container .apus-menu-top li a {
  padding: 0 15px;
  width: 100%;
}
.menu-setting-menu-container .apus-menu-top ul {
  padding-left: 15px;
}
.rtl .menu-setting-menu-container .apus-menu-top ul {
  padding-right: 15px;
  padding-left: inherit;
}

.wrapper-topmenu .dropdown-menu {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.topmenu-menu {
  font-size: 15px;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}
.topmenu-menu i {
  margin-right: 7px;
}
.rtl .topmenu-menu i {
  margin-left: 7px;
  margin-right: inherit;
}
.topmenu-menu > li {
  float: none;
  white-space: nowrap;
}
.topmenu-menu > li > a {
  background: transparent !important;
  padding: 0;
}
.topmenu-menu > li.active > a {
  color: #f9b200;
}

.top-wrapper-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.top-wrapper-menu a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-right: 15px;
}
.rtl .top-wrapper-menu a {
  margin-left: 15px;
  margin-right: inherit;
}
.top-wrapper-menu a:last-child {
  margin-right: 0;
}
.rtl .top-wrapper-menu a:last-child {
  margin-left: 0;
  margin-right: inherit;
}
.top-wrapper-menu a i {
  text-align: center;
  padding: 3px;
  cursor: pointer;
  font-size: 0.85714rem;
  background-color: rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.01);
  margin-right: 8px;
  width: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
}
.rtl .top-wrapper-menu a i {
  margin-left: 8px;
  margin-right: inherit;
}
.lt-ie8 .top-wrapper-menu a i {
  display: inline;
  zoom: 1;
}
.top-wrapper-menu a > * {
  margin-right: 5px;
}
.rtl .top-wrapper-menu a > * {
  margin-left: 5px;
  margin-right: inherit;
}

/* 6. pages */
.main-page .page-links {
  clear: both;
  overflow: hidden;
  padding: 30px 0;
  margin: 0;
}
.main-page #comments {
  margin-top: 30px;
  clear: both;
}

.apus-faq-auto {
  padding-left: 0px;
  padding-right: 0px;
}
@media only screen and (min-width: 768px) {
  .apus-faq-auto {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (min-width: 1168px) {
  .apus-faq-auto {
    padding-left: 160px;
    padding-right: 160px;
  }
}

div.wpcf7-validation-errors {
  padding: 15px;
}

.contact-form-content {
  padding: 30px;
  background: white;
  min-height: 260px;
}
.contact-form-content .rounded {
  margin-right: 10px;
  color: #fff;
  width: 40px;
  height: 40px;
  background: #cccccc;
}
.rtl .contact-form-content .rounded {
  margin-left: 10px;
  margin-right: inherit;
}
.contact-form-content .rounded .fa, .contact-form-content .rounded .icon {
  font-size: 16px;
  margin: 13px;
}
.contact-form-content small {
  color: #3c3c3c;
}

.user.row {
  margin-left: auto;
  margin-right: auto;
  max-width: 570px;
}
.user > div {
  display: none;
}
.user > div.active {
  display: block;
}
.user form {
  margin-bottom: 25px !important;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.user form.login, .user form.register {
  margin-bottom: 80px !important;
}
.user form.login input[type="text"],
.user form.login input[type="email"],
.user form.login input[type="password"], .user form.register input[type="text"],
.user form.register input[type="email"],
.user form.register input[type="password"] {
  font-size: 14px;
  font-weight: 400;
}
.user form.login input[type="text"]::-moz-placeholder,
.user form.login input[type="email"]::-moz-placeholder,
.user form.login input[type="password"]::-moz-placeholder, .user form.register input[type="text"]::-moz-placeholder,
.user form.register input[type="email"]::-moz-placeholder,
.user form.register input[type="password"]::-moz-placeholder {
  color: #555555;
  opacity: 1;
  text-transform: none;
}
.user form.login input[type="text"]:-ms-input-placeholder,
.user form.login input[type="email"]:-ms-input-placeholder,
.user form.login input[type="password"]:-ms-input-placeholder, .user form.register input[type="text"]:-ms-input-placeholder,
.user form.register input[type="email"]:-ms-input-placeholder,
.user form.register input[type="password"]:-ms-input-placeholder {
  color: #555555;
  text-transform: none;
}
.user form.login input[type="text"]::-webkit-input-placeholder,
.user form.login input[type="email"]::-webkit-input-placeholder,
.user form.login input[type="password"]::-webkit-input-placeholder, .user form.register input[type="text"]::-webkit-input-placeholder,
.user form.register input[type="email"]::-webkit-input-placeholder,
.user form.register input[type="password"]::-webkit-input-placeholder {
  color: #555555;
  text-transform: none;
}
.user .title {
  padding: 0;
  position: relative;
  text-transform: none;
  color: #1a1a1a;
  font-weight: 500;
  font-size: 30px;
  margin: 0;
  margin-bottom: 0;
}
.user .create {
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .user .create {
    margin-bottom: 50px;
  }
}
.user .create a {
  font-size: 12px;
  text-decoration: underline;
  text-transform: uppercase;
}

.page-404 .not-found {
  margin: 50px 0 50px 0;
}
@media only screen and (min-width: 768px) {
  .page-404 .not-found {
    margin: 100px 0 128px 0;
  }
}
@media only screen and (min-width: 1168px) {
  .page-404 .not-found {
    margin: 150px 0 178px 0;
  }
}
.page-404 .description {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.625;
}
@media only screen and (min-width: 768px) {
  .page-404 .description {
    font-size: 18px;
    line-height: 1.55556;
  }
}
.page-404 .title-big {
  color: #1a1a1a;
  text-transform: none;
  line-height: 1;
  margin: 0 0 15px 0;
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: "Heebo", sans-serif;
  padding-right: 0;
}
.rtl .page-404 .title-big {
  padding-left: 0;
  padding-right: inherit;
}
@media only screen and (min-width: 768px) {
  .page-404 .title-big {
    font-size: 48px;
    padding-right: 30px;
  }
  .rtl .page-404 .title-big {
    padding-left: 30px;
    padding-right: inherit;
  }
}
.page-404 .sub-title {
  font-size: 1.71429rem;
  font-weight: 500;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
  line-height: 1.41667;
}
@media only screen and (min-width: 1168px) {
  .page-404 .sub-title {
    font-size: 2.71429rem;
    line-height: 1.26316;
  }
}
@media only screen and (min-width: 1379px) {
  .page-404 .sub-title {
    font-size: 3rem;
    line-height: 1.2381;
  }
}
.page-404 .widget-search {
  margin-bottom: 40px;
  margin-top: 30px;
  padding-right: 0;
}
.rtl .page-404 .widget-search {
  padding-left: 0;
  padding-right: inherit;
}
@media only screen and (min-width: 768px) {
  .page-404 .widget-search {
    padding-right: 160px;
  }
  .rtl .page-404 .widget-search {
    padding-left: 160px;
    padding-right: inherit;
  }
}
.page-404 .page-content {
  margin-bottom: 0;
  padding-right: 0;
}
.rtl .page-404 .page-content {
  padding-left: 0;
  padding-right: inherit;
}
@media only screen and (min-width: 768px) {
  .page-404 .page-content {
    padding-right: 30px;
  }
  .rtl .page-404 .page-content {
    padding-left: 30px;
    padding-right: inherit;
  }
}
.page-404 .btn-to-back {
  outline: none;
  cursor: pointer;
  position: relative;
  background: #f9b200;
  border: 2px solid transparent;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0;
  padding: 0 28px;
  line-height: 2.5;
  min-width: 50px;
  text-transform: capitalize;
  text-decoration: none;
  pointer-events: auto;
  z-index: 1;
  font-weight: 500;
  font-family: "Heebo", sans-serif;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  display: inline-block;
  vertical-align: middle;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  -ms-text-shadow: none;
  -o-text-shadow: none;
  text-transform: none;
}
.lt-ie8 .page-404 .btn-to-back {
  display: inline;
  zoom: 1;
}
.page-404 .btn-to-back:hover {
  color: #f9b200;
  background-color: transparent;
  border-color: #f9b200;
}
.page-404 .btn-to-back:focus {
  color: #f9b200;
  background-color: transparent;
  border-color: #f9b200;
}
.page-404 .btn-to-back:focus-within {
  color: #f9b200;
  background-color: transparent;
  border-color: #f9b200;
}
.page-404 .btn-to-back:active {
  color: #f9b200;
  background-color: transparent;
  border-color: #f9b200;
}
.page-404 .btn-to-back:visited {
  text-decoration: none;
}
.page-404 .btn-to-back.disabled, .page-404 .btn-to-back[disabled], fieldset[disabled] .page-404 .btn-to-back {
  cursor: not-allowed;
  pointer-events: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.page-404 .error_bg {
  background-image: url("../images/404_bg.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  min-height: 375px;
  margin-top: 30px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .page-404 .error_bg {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1168px) {
  .page-404 .error_bg {
    min-height: 570px;
    background-position: 50% 50%;
  }
}
.page-404 input[type="text"] {
  padding: 0 53px 0 0;
  border-bottom: 2px solid #e1e6eb;
}
.rtl .page-404 input[type="text"] {
  padding: 0 0 0 53px;
}
.page-404 input[type="text"]:hover {
  border-color: #f9b200;
}
.page-404 input[type="text"]:focus {
  border-color: #f9b200;
}
.page-404 input[type="text"]:focus-within {
  border-color: #f9b200;
}
.page-404 input[type="text"]:active {
  border-color: #f9b200;
}
.page-404 form .btn, .page-404 form .viewmore-products-btn {
  margin: 0;
  padding: 0;
  border: none;
  min-width: auto;
  width: auto;
  height: 44px;
}

body.error404 {
  outline: none;
}
body.apus-page-team, body.post-type-archive-team {
  background-color: #F8F8FF;
}

.privacy-title {
  font-size: 1.42857rem;
  margin-bottom: 15px;
  margin-top: 15px;
  line-height: 1.5;
}
@media only screen and (min-width: 1168px) {
  .privacy-title {
    margin-bottom: 30px;
    margin-top: 30px;
  }
}
.privacy-title:first-child {
  margin-top: 0px;
}

.privacy-sub-title {
  font-size: 1.14286rem;
  margin-bottom: 15px;
  margin-top: 15px;
  line-height: 1.75;
}
@media only screen and (min-width: 1168px) {
  .privacy-sub-title {
    margin-bottom: 30px;
    margin-top: 30px;
  }
}
.privacy-sub-title:last-child {
  margin-bottom: 0;
}

body.faq-page {
  background-color: #f2f3f5;
}
body.single-apartment .main-content {
  padding-bottom: 0;
}
body.apartment-style1 {
  background-color: #f9f9f9;
}

.apus-term-page .elementor-widget-heading h1.elementor-heading-title, .apus-term-page .elementor-widget-heading h2.elementor-heading-title, .apus-term-page .elementor-widget-heading h3.elementor-heading-title, .apus-term-page .elementor-widget-heading h4.elementor-heading-title, .apus-term-page .elementor-widget-heading h5.elementor-heading-title, .apus-term-page .elementor-widget-heading h6.elementor-heading-title {
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .apus-term-page .elementor-widget-heading h1.elementor-heading-title, .apus-term-page .elementor-widget-heading h2.elementor-heading-title, .apus-term-page .elementor-widget-heading h3.elementor-heading-title, .apus-term-page .elementor-widget-heading h4.elementor-heading-title, .apus-term-page .elementor-widget-heading h5.elementor-heading-title, .apus-term-page .elementor-widget-heading h6.elementor-heading-title {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1168px) {
  .apus-term-page .elementor-widget-heading h1.elementor-heading-title, .apus-term-page .elementor-widget-heading h2.elementor-heading-title, .apus-term-page .elementor-widget-heading h3.elementor-heading-title, .apus-term-page .elementor-widget-heading h4.elementor-heading-title, .apus-term-page .elementor-widget-heading h5.elementor-heading-title, .apus-term-page .elementor-widget-heading h6.elementor-heading-title {
    margin-bottom: 40px;
  }
}

/* 7. post */
/*
* General Post Style using for all with naming class entry
*/
p.no-comments {
  font-weight: 400 !important;
  border-bottom: 1px dotted;
  display: inline-block;
  vertical-align: middle;
}
.lt-ie8 p.no-comments {
  display: inline;
  zoom: 1;
}

.main-navigation,
.page-description,
.author-description .author-link,
.not-found .page-title,
.error-404 .page-title,
.post-navigation .post-title,
.pagination .nav-links,
.comments-title,
.comment-author .fn,
.no-comments,
.site-title {
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

div.avatar img {
  display: block;
  overflow: hidden;
  background: #fff;
  padding: 0;
  top: 20px;
  position: absolute;
  border: none;
  left: -45px;
  width: 90px;
  height: 90px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}
.rtl div.avatar img {
  right: -45px;
  left: auto;
}

.page-title {
  font-family: "Heebo", sans-serif;
  font-weight: 500;
}

.site-branding,
.main-navigation ul.main-menu > li,
.social-navigation,
.author-description .author-bio,
.nav-links {
  line-height: 1.25;
}

.entry-title,
.not-found .page-title,
.error-404 .page-title,
.has-larger-font-size {
  font-size: 19px;
}
@media only screen and (min-width: 768px) {
  .entry-title,
  .not-found .page-title,
  .error-404 .page-title,
  .has-larger-font-size {
    font-size: 16px;
  }
}

.has-regular-font-size,
.has-large-font-size,
.comments-title {
  padding: 0;
  position: relative;
  text-transform: none;
  color: #1a1a1a;
  font-weight: 500;
  font-size: 30px;
  margin: 0;
  margin-bottom: 10px;
}

.site-title,
.site-description,
.main-navigation,
.nav-links,
.page-title,
.page-description,
.comment-author .fn,
.no-comments,
h2.author-title,
p.author-bio {
  font-size: 15px;
}

.pagination .nav-links,
.comment-content {
  font-size: 17px;
}

.entry-meta,
.entry-footer,
.discussion-meta-info,
.site-info,
.has-small-font-size,
.comment-reply-link,
.comment-edit-link,
.comment-metadata,
.comment-notes,
.sticky-post,
#cancel-comment-reply-link,
img:after {
  font-size: 13px;
}

.site-title,
.page-title {
  font-weight: normal;
}

.page-description,
.page-links a {
  font-weight: bold;
}

.site-description {
  letter-spacing: -0.01em;
}

.post-navigation .post-title,
.entry-title, .not-found .page-title,
.error-404 .page-title,
.comments-title, blockquote {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
}

/* Block styles */
.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
  width: calc((100% - 30px)/2);
}

.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
  margin: 0 30px 30px 0;
}
.rtl .blocks-gallery-grid .blocks-gallery-image, .rtl
.blocks-gallery-grid .blocks-gallery-item, .rtl
.wp-block-gallery .blocks-gallery-image, .rtl
.wp-block-gallery .blocks-gallery-item {
  margin: 0 0 30px 30px;
}

.post .entry-content > *,
.post .entry-summary > *,
.post .entry-description > * {
  margin-top: 22px;
  margin-bottom: 22px;
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .post .entry-content > *,
  .post .entry-summary > *,
  .post .entry-description > * {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}
.post .entry-content > * figcaption,
.post .entry-summary > * figcaption,
.post .entry-description > * figcaption {
  margin-top: 15px;
}
.post .entry-content > *:first-child,
.post .entry-summary > *:first-child,
.post .entry-description > *:first-child {
  margin-top: 0;
}
.post .entry-content > *:last-child,
.post .entry-summary > *:last-child,
.post .entry-description > *:last-child {
  margin-bottom: 0;
}

.post .entry-content blockquote,
.post .entry-summary blockquote,
.post .entry-description blockquote {
  font-size: 16px;
  font-style: italic;
  color: #1a1a1a;
  margin: 40px 0;
  position: relative;
  background-color: #f2f3f5;
  clear: both;
  border: none;
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  padding: 30px;
  line-height: 1.625;
}
@media only screen and (min-width: 768px) {
  .post .entry-content blockquote,
  .post .entry-summary blockquote,
  .post .entry-description blockquote {
    font-size: 18px;
    line-height: 1.66667;
    padding: 30px 20px 30px 80px;
  }
  .rtl .post .entry-content blockquote, .rtl
  .post .entry-summary blockquote, .rtl
  .post .entry-description blockquote {
    padding: 30px 80px 30px 20px;
  }
}
.post .entry-content blockquote:before,
.post .entry-summary blockquote:before,
.post .entry-description blockquote:before {
  color: #6f6f6f;
  font-size: 2.85714rem;
  position: absolute;
  top: 15px;
  content: "";
  font-family: 'icomoon' !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;
  opacity: 0.1;
  filter: alpha(opacity=10);
  left: 30px;
}
.rtl .post .entry-content blockquote:before, .rtl
.post .entry-summary blockquote:before, .rtl
.post .entry-description blockquote:before {
  right: 30px;
  left: auto;
}
@media only screen and (min-width: 768px) {
  .post .entry-content blockquote:before,
  .post .entry-summary blockquote:before,
  .post .entry-description blockquote:before {
    font-size: 3.57143rem;
  }
}
@media only screen and (min-width: 1168px) {
  .post .entry-content blockquote:before,
  .post .entry-summary blockquote:before,
  .post .entry-description blockquote:before {
    font-size: 5.14286rem;
  }
}
.post .entry-content blockquote p,
.post .entry-summary blockquote p,
.post .entry-description blockquote p {
  margin-bottom: 15px;
}
.post .entry-content blockquote cite,
.post .entry-summary blockquote cite,
.post .entry-description blockquote cite {
  font-style: italic;
  font-size: 14px;
  font-family: "Rubik", Helvetica, Arial, sans-serif;
}
.post .entry-content blockquote.has-very-dark-gray-color,
.post .entry-summary blockquote.has-very-dark-gray-color,
.post .entry-description blockquote.has-very-dark-gray-color {
  background-color: transparent;
  color: #fff;
}
.post .entry-content blockquote.has-very-dark-gray-color:before,
.post .entry-summary blockquote.has-very-dark-gray-color:before,
.post .entry-description blockquote.has-very-dark-gray-color:before {
  color: #fff;
  left: 30px;
}
.rtl .post .entry-content blockquote.has-very-dark-gray-color:before, .rtl
.post .entry-summary blockquote.has-very-dark-gray-color:before, .rtl
.post .entry-description blockquote.has-very-dark-gray-color:before {
  right: 30px;
  left: auto;
}
.post .entry-content blockquote.has-very-dark-gray-color cite,
.post .entry-summary blockquote.has-very-dark-gray-color cite,
.post .entry-description blockquote.has-very-dark-gray-color cite {
  color: #fff;
}
.post .entry-content h1, .post .entry-content h2, .post .entry-content h3, .post .entry-content h4, .post .entry-content h5, .post .entry-content h6,
.post .entry-summary h1,
.post .entry-summary h2,
.post .entry-summary h3,
.post .entry-summary h4,
.post .entry-summary h5,
.post .entry-summary h6,
.post .entry-description h1,
.post .entry-description h2,
.post .entry-description h3,
.post .entry-description h4,
.post .entry-description h5,
.post .entry-description h6 {
  letter-spacing: 0;
}
.post .entry-content > .post-title-desc,
.post .entry-summary > .post-title-desc,
.post .entry-description > .post-title-desc {
  margin-bottom: 0;
  font-size: 1.14286rem;
  line-height: 1.625;
}
.post .entry-content > .post-list-desc,
.post .entry-summary > .post-list-desc,
.post .entry-description > .post-list-desc {
  overflow: hidden;
  margin-top: 0.71429rem;
  margin-bottom: 0;
  list-style: none;
  color: #1a1a1a;
  padding-left: 0;
}
.rtl .post .entry-content > .post-list-desc, .rtl
.post .entry-summary > .post-list-desc, .rtl
.post .entry-description > .post-list-desc {
  padding-right: 0;
  padding-left: inherit;
}
.post .entry-content > .post-list-desc > li,
.post .entry-summary > .post-list-desc > li,
.post .entry-description > .post-list-desc > li {
  position: relative;
  padding-left: 1.07143rem;
}
.rtl .post .entry-content > .post-list-desc > li, .rtl
.post .entry-summary > .post-list-desc > li, .rtl
.post .entry-description > .post-list-desc > li {
  padding-right: 1.07143rem;
  padding-left: inherit;
}
.post .entry-content > .post-list-desc > li:before,
.post .entry-summary > .post-list-desc > li:before,
.post .entry-description > .post-list-desc > li:before {
  content: "";
  background-color: #1a1a1a;
  top: 0.71429rem;
  position: absolute;
  width: 0.35714rem;
  height: 0.35714rem;
  left: 0;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}
.rtl .post .entry-content > .post-list-desc > li:before, .rtl
.post .entry-summary > .post-list-desc > li:before, .rtl
.post .entry-description > .post-list-desc > li:before {
  right: 0;
  left: auto;
}
.post .entry-content .wp-block-separator, .post .entry-content hr,
.post .entry-summary .wp-block-separator,
.post .entry-summary hr,
.post .entry-description .wp-block-separator,
.post .entry-description hr {
  background-color: #dddddd;
  border: 0;
  height: 2px;
  margin-bottom: 2rem;
  margin-top: 2rem;
  max-width: 2.25em;
  text-align: left;
}
.rtl .post .entry-content .wp-block-separator, .rtl .post .entry-content hr, .rtl
.post .entry-summary .wp-block-separator, .rtl
.post .entry-summary hr, .rtl
.post .entry-description .wp-block-separator, .rtl
.post .entry-description hr {
  text-align: right;
}
.post .entry-content .wp-block-separator.is-style-wide, .post .entry-content hr.is-style-wide,
.post .entry-summary .wp-block-separator.is-style-wide,
.post .entry-summary hr.is-style-wide,
.post .entry-description .wp-block-separator.is-style-wide,
.post .entry-description hr.is-style-wide {
  max-width: 100%;
}
.post .entry-content .wp-block-separator.is-style-dots, .post .entry-content hr.is-style-dots,
.post .entry-summary .wp-block-separator.is-style-dots,
.post .entry-summary hr.is-style-dots,
.post .entry-description .wp-block-separator.is-style-dots,
.post .entry-description hr.is-style-dots {
  max-width: 100%;
  background-color: inherit;
  border: inherit;
  height: inherit;
  text-align: center;
}
.post .entry-content .wp-block-separator.is-style-dots:before, .post .entry-content hr.is-style-dots:before,
.post .entry-summary .wp-block-separator.is-style-dots:before,
.post .entry-summary hr.is-style-dots:before,
.post .entry-description .wp-block-separator.is-style-dots:before,
.post .entry-description hr.is-style-dots:before {
  color: #6f6f6f;
  font-size: 15px;
  letter-spacing: 0;
  padding-left: 20px;
}
.rtl .post .entry-content .wp-block-separator.is-style-dots:before, .rtl .post .entry-content hr.is-style-dots:before, .rtl
.post .entry-summary .wp-block-separator.is-style-dots:before, .rtl
.post .entry-summary hr.is-style-dots:before, .rtl
.post .entry-description .wp-block-separator.is-style-dots:before, .rtl
.post .entry-description hr.is-style-dots:before {
  padding-right: 20px;
  padding-left: inherit;
}
.post .entry-content .wp-block-separator + h1:before, .post .entry-content .wp-block-separator + h2:before, .post .entry-content hr + h1:before, .post .entry-content hr + h2:before,
.post .entry-summary .wp-block-separator + h1:before,
.post .entry-summary .wp-block-separator + h2:before,
.post .entry-summary hr + h1:before,
.post .entry-summary hr + h2:before,
.post .entry-description .wp-block-separator + h1:before,
.post .entry-description .wp-block-separator + h2:before,
.post .entry-description hr + h1:before,
.post .entry-description hr + h2:before {
  display: none;
}

.list-categories {
  position: relative;
  text-transform: capitalize;
  font-size: 13px;
  cursor: pointer;
  color: #777777;
}
.list-categories:before {
  content: '\f07c';
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  margin-right: 7px;
  font-style: normal;
  font-size: 16px;
}
.rtl .list-categories:before {
  margin-left: 7px;
  margin-right: inherit;
}
.list-categories .categories-name {
  color: #777777;
}
.list-categories .categories-name:hover {
  color: #f9b200;
}

.entry-date {
  position: relative;
  text-transform: capitalize;
  font-size: 13px;
  cursor: pointer;
  color: #777777;
}
.entry-date:before {
  content: "";
  font-family: 'icomoon' !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;
  font-size: 16px;
  display: inline-block;
  margin-right: 5px;
}
.rtl .entry-date:before {
  margin-left: 5px;
  margin-right: inherit;
}

.entry-author {
  position: relative;
  text-transform: capitalize;
  font-size: 13px;
  cursor: pointer;
  color: #777777;
}
.entry-author:before {
  display: inline-block;
  content: "";
  font-size: 16px;
  font-family: 'icomoon' !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;
  margin-right: 5px;
}
.rtl .entry-author:before {
  margin-left: 5px;
  margin-right: inherit;
}
.entry-author a {
  color: #777777;
}
.entry-author a:hover {
  color: #f9b200;
}

.entry-comments {
  font-size: 13px;
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  position: relative;
  color: #777777;
}
.entry-comments:before {
  content: "";
  font-family: 'icomoon' !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;
  display: inline-block;
  font-size: 16px;
  margin-right: 5px;
}
.rtl .entry-comments:before {
  margin-left: 5px;
  margin-right: inherit;
}

.post.no-results {
  text-align: center;
}
.post.no-results .widget-search {
  margin-top: 30px;
}

.entry-title {
  text-transform: capitalize;
  margin: 0 0 15px 0;
  font-size: 18px;
}
@media only screen and (min-width: 768px) {
  .entry-title {
    font-size: 20px;
  }
}

.site-main.layout-blog {
  margin-bottom: 0;
}
.site-main.layout-blog .navigation .apus-pagination {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
}
.site-main.layout-project .paging-navigation {
  padding-top: 10px;
}

.entry-thumb-overlay {
  position: relative;
  overflow: hidden;
}
.entry-thumb-overlay:before, .entry-thumb-overlay:after {
  content: " ";
  display: table;
}
.entry-thumb-overlay:after {
  clear: both;
}
.entry-thumb-overlay .btn, .entry-thumb-overlay .viewmore-products-btn {
  border: 1px solid #fff;
  font-size: 18px;
  padding: 10px 26px;
}
.entry-thumb-overlay .entry-thumb {
  margin-bottom: 0 !important;
}
.entry-thumb-overlay .entry-thumb a {
  position: relative;
  display: inline-block;
}
.entry-thumb-overlay .entry-thumb a:before {
  top: 0;
  position: absolute;
  visibility: hidden;
  content: "";
  background-color: #f9b200;
  pointer-events: none;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  left: 0;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.rtl .entry-thumb-overlay .entry-thumb a:before {
  right: 0;
  left: auto;
}
.entry-thumb-overlay .entry-thumb a:after {
  content: "";
  z-index: 2;
  background-color: #fff;
  background-image: url("../images/unlink.png");
  background-position: center center;
  background-repeat: no-repeat;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-background-size: 26px, 24px;
  -moz-background-size: 26px, 24px;
  -ms-background-size: 26px, 24px;
  background-size: 26px, 24px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  width: 55px;
  height: 55px;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.entry-thumb-overlay .entry-button-link {
  z-index: 1;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.rtl .entry-thumb-overlay .entry-button-link {
  right: 0;
  left: auto;
}
.rtl .entry-thumb-overlay .entry-button-link {
  left: 0;
  right: auto;
}

.entry-create {
  font-size: 13px;
  margin: 0 0 15px;
}
.entry-create > * {
  margin-right: 2px;
}
.rtl .entry-create > * {
  margin-left: 2px;
  margin-right: inherit;
}
.entry-create .author {
  font-style: italic;
  text-transform: capitalize;
}

.comment-form-cookies-consent {
  display: block;
  position: relative;
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 30px;
  padding-left: 25px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.rtl .comment-form-cookies-consent {
  padding-right: 25px;
  padding-left: inherit;
}
.comment-form-cookies-consent [type="checkbox"] {
  position: absolute;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 0;
  height: 0;
}
.comment-form-cookies-consent [type="checkbox"]:checked ~ label:after {
  display: block;
}
.comment-form-cookies-consent [type="checkbox"]:checked ~ label:before {
  border-color: #f9b200;
}
.comment-form-cookies-consent label {
  position: relative;
  margin: 0px;
}
.comment-form-cookies-consent label:before {
  content: '';
  top: 4px;
  position: absolute;
  border: 1px solid #d5d8df;
  background-color: transparent;
  left: -25px;
  width: 16px;
  height: 16px;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.rtl .comment-form-cookies-consent label:before {
  right: -25px;
  left: auto;
}
@media only screen and (min-width: 1168px) {
  .comment-form-cookies-consent label:before {
    top: 4px;
  }
}
.comment-form-cookies-consent label:after {
  content: "";
  top: 6px;
  display: none;
  position: absolute;
  border: solid #6f6f6f;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: -19px;
  width: 5px;
  height: 10px;
}
.rtl .comment-form-cookies-consent label:after {
  right: -19px;
  left: auto;
}
@media only screen and (min-width: 1168px) {
  .comment-form-cookies-consent label:after {
    top: 7px;
  }
}

.entry-link {
  margin-top: 15px;
  margin-bottom: 0;
}
.entry-link .btn:before, .entry-link .viewmore-products-btn:before, .entry-link .btn:after, .entry-link .viewmore-products-btn:after {
  border-color: transparent;
  border-style: solid;
  border-width: 0;
  content: '';
  position: absolute;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  width: 24px;
  height: 24px;
}
.entry-link .btn:before, .entry-link .viewmore-products-btn:before {
  top: -5px;
  border-top-width: 2px;
  border-color: #f9b200;
  left: -1px;
}
.rtl .entry-link .btn:before, .rtl .entry-link .viewmore-products-btn:before {
  right: -1px;
  left: auto;
}
.entry-link .btn:after, .entry-link .viewmore-products-btn:after {
  bottom: -5px;
  border-bottom-width: 2px;
  border-color: #f9b200;
  right: -1px;
}
.rtl .entry-link .btn:after, .rtl .entry-link .viewmore-products-btn:after {
  left: -1px;
  right: auto;
}
.entry-link .btn:hover:before, .entry-link .viewmore-products-btn:hover:before, .entry-link .btn:hover:after, .entry-link .viewmore-products-btn:hover:after {
  width: 101%;
  height: 100%;
  border-color: #1a1a1a;
}
.entry-link .btn:focus:before, .entry-link .viewmore-products-btn:focus:before, .entry-link .btn:focus:after, .entry-link .viewmore-products-btn:focus:after {
  width: 101%;
  height: 100%;
  border-color: #1a1a1a;
}
.entry-link .btn:focus-within:before, .entry-link .viewmore-products-btn:focus-within:before, .entry-link .btn:focus-within:after, .entry-link .viewmore-products-btn:focus-within:after {
  width: 101%;
  height: 100%;
  border-color: #1a1a1a;
}
.entry-link .btn:active:before, .entry-link .viewmore-products-btn:active:before, .entry-link .btn:active:after, .entry-link .viewmore-products-btn:active:after {
  width: 101%;
  height: 100%;
  border-color: #1a1a1a;
}

.entry-meta {
  margin: 0;
}
.entry-meta .fa, .entry-meta .icon {
  margin-right: 3px;
}
.rtl .entry-meta .fa, .rtl .entry-meta .icon {
  margin-left: 3px;
  margin-right: inherit;
}

.entry-vote {
  z-index: 1;
  display: table;
  text-align: center;
  top: 20px;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  width: 44px;
  height: 44px;
  right: 20px;
}
.rtl .entry-vote {
  left: 20px;
  right: auto;
}
.entry-vote .entry-vote-inner {
  color: #fff;
  display: table-cell;
  vertical-align: middle;
  font-weight: 500;
}
.entry-vote.vote-perfect .entry-vote-inner {
  color: #ff003a;
}
.entry-vote.vote-good .entry-vote-inner {
  color: #fdff39;
}
.entry-vote.vote-average .entry-vote-inner {
  color: #91e536;
}
.entry-vote.vote-bad .entry-vote-inner {
  color: #e93434;
}
.entry-vote.vote-poor .entry-vote-inner {
  color: #78ae00;
}

.type-post {
  margin-top: 30px;
}
.type-post:first-of-type {
  margin-top: 0;
}

.blog-title {
  margin-bottom: 30px;
}

#commentform p.form-submit {
  outline: none;
}
#commentform p.form-submit .btn, #commentform p.form-submit .viewmore-products-btn {
  padding-left: 28px;
  padding-right: 28px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 42px;
}
#commentform .form-control,
#commentform .form-group {
  margin: 0 0 20px 0;
  text-align: left;
}
.rtl #commentform .form-control, .rtl
#commentform .form-group {
  text-align: right;
}
@media only screen and (min-width: 768px) {
  #commentform .form-control,
  #commentform .form-group {
    text-align: left;
  }
  .rtl #commentform .form-control, .rtl
  #commentform .form-group {
    text-align: right;
  }
}
@media only screen and (min-width: 768px) {
  #commentform .form-control.h-info,
  #commentform .form-group.h-info {
    margin-top: -10px;
  }
}
#commentform label {
  font-weight: 400;
}
#commentform .space-comment {
  margin: 0 0 30px;
}
#commentform #cancel-comment-reply-link {
  color: #ff3535;
}

/*
* using for new, magazine
*/
.post-specail .entry-title {
  font-size: 15px;
}
.post-specail .entry-date {
  font-style: italic;
}
.post-specail .entry-create {
  margin: 0 0 18px;
}

.post-title {
  font-size: 18px;
}

.post-thumb {
  position: relative;
}

.blog-meta {
  top: 0;
  position: absolute;
  right: 0px;
}
.rtl .blog-meta {
  left: 0px;
  right: auto;
}

/** Post blog style **/
.blog.style1 .blog-date {
  top: 0;
  position: absolute;
  right: 0;
}
.rtl .blog.style1 .blog-date {
  left: 0;
  right: auto;
}
.blog.style2 {
  border: 1px solid #dddddd;
}
.blog.style2 .blog-date {
  float: left;
  margin: -1px 30px 0px 0px;
}
.rtl .blog.style2 .blog-date {
  float: right;
}
.rtl .blog.style2 .blog-date {
  margin: -1px 0px 0px 30px;
}
.blog.style2 .entry-title {
  padding-left: 65px;
  padding-right: 20px;
}
.rtl .blog.style2 .entry-title {
  padding-right: 65px;
  padding-left: inherit;
}
.rtl .blog.style2 .entry-title {
  padding-left: 20px;
  padding-right: inherit;
}
.blog.style2 .entry-description {
  padding-left: 65px;
  padding-right: 20px;
}
.rtl .blog.style2 .entry-description {
  padding-right: 65px;
  padding-left: inherit;
}
.rtl .blog.style2 .entry-description {
  padding-left: 20px;
  padding-right: inherit;
}
.blog.style2 .entry-content {
  border: 0px;
  margin-bottom: 20px;
}
.blog.style2 .entry-content:before, .blog.style2 .entry-content:after {
  content: " ";
  display: table;
}
.blog.style2 .entry-content:after {
  clear: both;
}
.blog .blog-date {
  display: table;
  background: #e93434;
  text-align: center !important;
  color: #000;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  width: 50px;
  height: 50px;
  line-height: normal;
}
.blog .blog-date .blog-date-inner {
  display: table-cell;
  vertical-align: middle;
}
.blog .blog-date span {
  display: block;
  margin: 2px 0 3px 0;
  line-height: 25px;
  font-size: 24px;
  font-weight: 400;
}
.blog .blog-date--grids {
  position: absolute;
  top: 0;
  right: 15px;
}
.rtl .blog .blog-date--grids {
  left: 15px;
  right: auto;
}
.blog .entry-content--info {
  overflow: hidden;
  padding: 30px 0;
}

.post:hover .entry-thumb-overlay .entry-thumb a:before {
  z-index: 1;
  visibility: visible;
  pointer-events: auto;
  opacity: 0.84;
  filter: alpha(opacity=84);
}
.post:hover .entry-thumb-overlay .entry-thumb a:after {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.post:hover .entry-thumb-overlay .entry-button-link {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.post.sticky .entry-title a {
  position: relative;
}
.post.sticky .entry-title a:before {
  content: "";
  font-size: 25px;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  font-family: 'icomoon' !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;
  margin: -3px 12px 0 0;
}
.lt-ie8 .post.sticky .entry-title a:before {
  display: inline;
  zoom: 1;
}
.rtl .post.sticky .entry-title a:before {
  margin: -3px 0 0 12px;
}
.post.sticky .description {
  font-size: 1.14286rem;
  line-height: 1.625;
}
.post.post-list .top-info a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.post.post-list .top-info a:hover:before {
  color: #f9b200;
}
.post.post-list .top-info a:focus:before {
  color: #f9b200;
}
.post.post-list .top-info a:focus-within:before {
  color: #f9b200;
}
.post.post-list .top-info a:active:before {
  color: #f9b200;
}
.post.post-list .top-info a:before {
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.post.post-chess {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .post.post-chess {
    margin-bottom: 0;
  }
}
.post.post-chess .date-in-thumb {
  overflow: hidden;
}
.post.post-chess .entry-title-content {
  padding: 50px;
  min-height: 286px;
  background-color: #F8F8FF;
}
.post.post-grid-2 {
  position: relative;
  overflow: hidden;
}
.post.post-grid-2:before {
  top: 0;
  content: "";
  z-index: 1;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  left: 0;
  width: 100%;
  height: 100%;
}
.rtl .post.post-grid-2:before {
  right: 0;
  left: auto;
}
.post.post-grid-2 .date-in-thumb .entry-date {
  top: 0;
  z-index: 2;
  bottom: auto;
  padding-bottom: 6px;
  left: 0;
}
.rtl .post.post-grid-2 .date-in-thumb .entry-date {
  right: 0;
  left: auto;
}
.post.post-grid-2 .entry-title-content {
  bottom: 0;
  color: #fff;
  z-index: 2;
  padding: 30px;
  position: absolute;
  left: 0;
}
.rtl .post.post-grid-2 .entry-title-content {
  right: 0;
  left: auto;
}
@media only screen and (min-width: 1168px) {
  .post.post-grid-2 .entry-title-content {
    padding: 0 30px 40px 30px;
  }
  .rtl .post.post-grid-2 .entry-title-content {
    padding: 0 30px 40px 30px;
  }
}
.post.post-grid-2 .entry-title-content .entry-comments,
.post.post-grid-2 .entry-title-content .entry-author,
.post.post-grid-2 .entry-title-content .entry-title {
  color: #fff;
}
.post.post-grid-2 .entry-title-content .entry-comments a,
.post.post-grid-2 .entry-title-content .entry-author a,
.post.post-grid-2 .entry-title-content .entry-title a {
  color: #fff;
}
.post.post-grid-2 .entry-title-content .entry-author:before,
.post.post-grid-2 .entry-title-content .entry-comments:before {
  color: #fff;
}
.post.post-grid-2 .entry-title-content .entry-title {
  font-size: 24px;
  line-height: 1.41667;
}
.post.post-list-small {
  margin-bottom: 30px;
}
.post.post-list-small .description {
  margin-bottom: 0;
}
.post.post-list-small .date-in-thumb .entry-date {
  color: #f9b200;
  font-style: italic;
  background-color: #1a1a1a;
  padding: 2px 15px 2px 40px;
}
.rtl .post.post-list-small .date-in-thumb .entry-date {
  padding: 2px 40px 2px 15px;
}
.post.post-list-small .date-in-thumb .entry-date:before {
  top: 0px;
  color: #fff;
  content: '\e91f';
  font-size: 10px;
  position: absolute;
  font-style: normal;
  margin: 0 0;
  font-family: 'icomoon' !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;
  left: 0;
  width: 29px;
  height: 29px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  background-color: #f9b200;
}
.rtl .post.post-list-small .date-in-thumb .entry-date:before {
  right: 0;
  left: auto;
}
.post.post-list-small .date-in-thumb .entry-date:after {
  content: normal;
}
.post.no-results .entry-content h2 {
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 10px;
}
.post.no-results .widget-search form {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
}
.post.no-results .widget-search form input[type=text],
.post.no-results .widget-search form input[type=password],
.post.no-results .widget-search form input[type=number] {
  border-bottom: 2px solid #dddddd;
  padding-right: 50px;
  padding-left: 0;
}
.rtl .post.no-results .widget-search form input[type=text], .rtl
.post.no-results .widget-search form input[type=password], .rtl
.post.no-results .widget-search form input[type=number] {
  padding-left: 50px;
  padding-right: inherit;
}
.rtl .post.no-results .widget-search form input[type=text], .rtl
.post.no-results .widget-search form input[type=password], .rtl
.post.no-results .widget-search form input[type=number] {
  padding-right: 0;
  padding-left: inherit;
}
.post.no-results .widget-search form input[type=text]:hover,
.post.no-results .widget-search form input[type=password]:hover,
.post.no-results .widget-search form input[type=number]:hover {
  border-color: #f9b200;
}
.post.no-results .widget-search form input[type=text]:focus,
.post.no-results .widget-search form input[type=password]:focus,
.post.no-results .widget-search form input[type=number]:focus {
  border-color: #f9b200;
}
.post.no-results .widget-search form input[type=text]:focus-within,
.post.no-results .widget-search form input[type=password]:focus-within,
.post.no-results .widget-search form input[type=number]:focus-within {
  border-color: #f9b200;
}
.post.no-results .widget-search form input[type=text]:active,
.post.no-results .widget-search form input[type=password]:active,
.post.no-results .widget-search form input[type=number]:active {
  border-color: #f9b200;
}
.post.no-results .widget-search form button[type=submit] {
  padding: 0;
  width: 44px;
  height: 44px;
  text-align: right;
}
.rtl .post.no-results .widget-search form button[type=submit] {
  text-align: left;
}
.post .entry-description {
  margin: 0 0 30px;
  clear: both;
  overflow: hidden;
}
.post .entry-description p:last-child {
  margin: 0;
  text-align: left;
}
.rtl .post .entry-description p:last-child {
  text-align: right;
}
.post .entry-description .entry-description-content .blog-metalist {
  padding-left: 16px;
}
.rtl .post .entry-description .entry-description-content .blog-metalist {
  padding-right: 16px;
  padding-left: inherit;
}
.post .entry-description .entry-description-content .blog-metalist > li {
  margin-bottom: 30px;
}
.post .entry-description .entry-description-content .blog-metalist > li:last-child {
  margin-bottom: 0;
}
.post .entry-description .entry-description-content .blog-meta-title-block {
  margin: 0 0 15px 0;
  font-size: 20px;
  line-height: 30px;
  position: relative;
  padding: 0 0 6px 0;
}
@media only screen and (min-width: 768px) {
  .post .entry-description .entry-description-content .blog-meta-title-block {
    font-size: 25px;
    line-height: 30px;
  }
}
.post .entry-description .entry-description-content .blog-meta-title-block:after {
  content: "";
  background-color: #f9b200;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
}
.rtl .post .entry-description .entry-description-content .blog-meta-title-block:after {
  right: 0;
  left: auto;
}
.post .post-list-item-large {
  background-color: #fff;
  padding: 15px;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .post .post-list-item-large {
    padding: 25px;
  }
}
@media only screen and (min-width: 768px) {
  .post .post-list-item-large {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 1168px) {
  .post .post-list-item-large {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
}
.post .post-list-item-large .entry-author:hover {
  color: #f9b200;
}
.post .post-list-item-large .entry-author:hover:before {
  color: #f9b200;
}
.post .post-list-item-large .entry-author:focus {
  color: #f9b200;
}
.post .post-list-item-large .entry-author:focus:before {
  color: #f9b200;
}
.post .post-list-item-large .entry-author:focus-within {
  color: #f9b200;
}
.post .post-list-item-large .entry-author:focus-within:before {
  color: #f9b200;
}
.post .post-list-item-large .entry-author:active {
  color: #f9b200;
}
.post .post-list-item-large .entry-author:active:before {
  color: #f9b200;
}
.post .post-list-item-large .entry-comments:hover {
  color: #f9b200;
}
.post .post-list-item-large .entry-comments:hover:before {
  color: #f9b200;
}
.post .post-list-item-large .entry-comments:focus {
  color: #f9b200;
}
.post .post-list-item-large .entry-comments:focus:before {
  color: #f9b200;
}
.post .post-list-item-large .entry-comments:focus-within {
  color: #f9b200;
}
.post .post-list-item-large .entry-comments:focus-within:before {
  color: #f9b200;
}
.post .post-list-item-large .entry-comments:active {
  color: #f9b200;
}
.post .post-list-item-large .entry-comments:active:before {
  color: #f9b200;
}
.post .post-list-item-large .entry-button-link {
  display: none;
}
@media only screen and (min-width: 1168px) {
  .post .post-list-item-large .entry-button-link {
    display: block;
  }
}
.post .post-list-item-large .entry-post-info {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .post .post-list-item-large .entry-post-info {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.post .post-list-item-large .entry-post-image {
  overflow: hidden;
  margin-bottom: 20px;
  padding-right: 0;
}
.rtl .post .post-list-item-large .entry-post-image {
  padding-left: 0;
  padding-right: inherit;
}
@media only screen and (min-width: 768px) {
  .post .post-list-item-large .entry-post-image {
    margin-bottom: 0;
    padding-right: 15px;
  }
  .rtl .post .post-list-item-large .entry-post-image {
    padding-left: 15px;
    padding-right: inherit;
  }
}
@media only screen and (min-width: 1168px) {
  .post .post-list-item-large .entry-post-image {
    margin-bottom: 0;
    padding-right: 30px;
  }
  .rtl .post .post-list-item-large .entry-post-image {
    padding-left: 30px;
    padding-right: inherit;
  }
}
.post .post-list-item-large .entry-post-content {
  padding: 5px 15px 10px 15px;
}
@media only screen and (min-width: 1168px) {
  .post .post-list-item-large .entry-post-content {
    padding: 0;
  }
}
.post .post-list-item-large .entry-post-image-column {
  max-width: 100%;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
@media only screen and (min-width: 768px) {
  .post .post-list-item-large .entry-post-image-column {
    max-width: 40%;
    -webkit-flex-basis: 40%;
    -moz-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }
}
.post .post-list-item-large .entry-post-content-column {
  max-width: 100%;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.post .post-list-item-large .entry-post-content-column.entry-post-content-column-7 {
  max-width: 100%;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
@media only screen and (min-width: 768px) {
  .post .post-list-item-large .entry-post-content-column.entry-post-content-column-7 {
    max-width: 60%;
    -webkit-flex-basis: 60%;
    -moz-flex-basis: 60%;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
  }
}

/* Post type: List widget list*/
.posts-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.posts-list li {
  margin: 0 0 15px;
  overflow: hidden;
  padding-bottom: 0;
  border-bottom: 0;
}
.posts-list li:last-child {
  margin: 0;
  padding: 0;
  border-bottom: none;
}
.posts-list .entry-content > * {
  margin: 0;
}
.posts-list .content-info {
  width: -moz-calc(100% - 90px);
  width: -webkit-calc(100% - 90px);
  width: calc(100% - 90px);
}
.posts-list .image {
  width: 90px;
  padding-right: 20px;
}
.rtl .posts-list .image {
  padding-left: 20px;
  padding-right: inherit;
}
.posts-list .entry-title {
  text-transform: inherit;
  margin: 0 0 10px 0;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.posts-list .top-info a {
  position: relative;
  font-size: 13px;
  line-height: 1;
  color: #777777;
}
.posts-list .top-info a:before {
  color: #777777;
  content: "";
  font-family: 'icomoon' !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;
  margin: 0px 10px 0 0;
}
.rtl .posts-list .top-info a:before {
  margin: 0px 0 0 10px;
}
.posts-list .top-info a:hover {
  color: #f9b200;
}
.posts-list .top-info a:focus {
  color: #f9b200;
}
.posts-list .top-info a:focus-within {
  color: #f9b200;
}
.posts-list .top-info a:active {
  color: #f9b200;
}

.entry-post-info li {
  margin-right: 10px;
}
.rtl .entry-post-info li {
  margin-left: 10px;
  margin-right: inherit;
}
@media (min-width: 1200px) {
  .entry-post-info li {
    margin-right: 18px;
  }
  .rtl .entry-post-info li {
    margin-left: 18px;
    margin-right: inherit;
  }
}
.entry-post-info li:last-child {
  margin-right: 0;
}
.rtl .entry-post-info li:last-child {
  margin-left: 0;
  margin-right: inherit;
}

.entry-button-link > * {
  float: none;
  margin-bottom: 0;
  margin-right: 0;
}
.rtl .entry-button-link > * {
  margin-left: 0;
  margin-right: inherit;
}
.entry-button-link .top-info {
  margin-top: 0 !important;
}

.top-info-post-detail {
  padding-bottom: 20px;
  font-size: 0.85714rem;
}
.top-info-post-detail > * {
  display: inline-block;
  padding-right: 10px;
}
.rtl .top-info-post-detail > * {
  padding-left: 10px;
  padding-right: inherit;
}
@media (min-width: 1200px) {
  .top-info-post-detail > * {
    padding-right: 20px;
  }
  .rtl .top-info-post-detail > * {
    padding-left: 20px;
    padding-right: inherit;
  }
}
.top-info-post-detail > *:last-child {
  padding-right: 0;
}
.rtl .top-info-post-detail > *:last-child {
  padding-left: 0;
  padding-right: inherit;
}
.top-info-post-detail > a {
  color: #777777;
  text-transform: capitalize;
  position: relative;
  font-weight: 400;
}
.top-info-post-detail > a > * {
  padding-right: 3px;
}
.rtl .top-info-post-detail > a > * {
  padding-left: 3px;
  padding-right: inherit;
}
.top-info-post-detail .post-sticky {
  position: relative;
}
.top-info-post-detail .post-sticky:before {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  content: '\f00c';
  font-size: 15px;
  color: #1a1a1a;
  margin-right: 5px;
}
.rtl .top-info-post-detail .post-sticky:before {
  margin-left: 5px;
  margin-right: inherit;
}
.top-info-post-detail .comments {
  position: relative;
  color: #1a1a1a;
}
.top-info-post-detail .comments:before {
  font-size: 13px;
  content: '\f075';
  color: #1a1a1a;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  margin-right: 4px;
}
.rtl .top-info-post-detail .comments:before {
  margin-left: 4px;
  margin-right: inherit;
}

.date-in-thumb {
  position: relative;
}
.date-in-thumb:before, .date-in-thumb:after {
  content: " ";
  display: table;
}
.date-in-thumb:after {
  clear: both;
}
.date-in-thumb .entry-date {
  top: 0;
  position: absolute;
  color: #777777;
  padding: 0;
  width: 55px;
  overflow: hidden;
  font-style: normal;
  font-family: "Heebo", sans-serif;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.rtl .date-in-thumb .entry-date {
  right: 0;
  left: auto;
}
.date-in-thumb .entry-date:before {
  content: normal;
}
.date-in-thumb .entry-date .day {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  padding: 0 15px;
  width: 100%;
  height: 35px;
  background-color: #f9b200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.date-in-thumb .entry-date .month {
  background-color: #fff;
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  padding: 2px 15px;
  font-weight: 500;
  font-size: 14px;
  width: 100%;
  display: inline-block;
}

.post-grid {
  margin-bottom: 30px;
  background-color: #fff;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-box-shadow: 0 20px 50px 0 rgba(65, 94, 148, 0.1);
  box-shadow: 0 20px 50px 0 rgba(65, 94, 148, 0.1);
}
.post-grid .entry-title {
  margin-bottom: 15px;
}
@media (min-width: 1200px) {
  .post-grid .entry-title {
    font-size: 22px;
  }
}
.post-grid .entry-title-content {
  padding: 25px 30px;
}
.post-grid .post-thumbnail {
  position: relative;
  display: block;
  overflow: hidden;
}
.post-grid .post-thumbnail:before {
  content: '';
  position: absolute;
  width: 40%;
  height: 40%;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.post-grid .post-thumbnail:after {
  content: '';
  position: absolute;
  width: 40%;
  height: 40%;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.post-grid.post-grid-style-2 {
  margin-bottom: 0;
}
.post-grid.post-grid-style-2 .entry-title {
  font-weight: 700;
  font-size: 1.14286rem;
  line-height: 1.625;
}
@media only screen and (min-width: 1168px) {
  .post-grid.post-grid-style-2 .entry-title {
    font-size: 1.28571rem;
    line-height: 1.55556;
  }
}
@media only screen and (min-width: 1379px) {
  .post-grid.post-grid-style-2 .entry-title {
    font-size: 1.5rem;
    line-height: 1.47619;
  }
}
.post-grid.post-grid-style-2 .post-thumbnail .image-wrapper {
  margin-bottom: 20px;
}
@media only screen and (min-width: 1168px) {
  .post-grid.post-grid-style-2 .post-thumbnail .image-wrapper {
    margin-bottom: 26px;
  }
}
@media only screen and (min-width: 1379px) {
  .post-grid.post-grid-style-2 .post-thumbnail .image-wrapper {
    margin-bottom: 36px;
  }
}
.post-grid.post-grid-style-2 .entry-author {
  padding-left: 0;
}
.rtl .post-grid.post-grid-style-2 .entry-author {
  padding-right: 0;
  padding-left: inherit;
}
.post-grid.post-grid-style-2 .entry-author:after {
  content: normal;
}
.post-grid.post-grid-style-2 .entry-date {
  color: #f9b200;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1.42857;
  letter-spacing: 1px;
  white-space: nowrap;
  position: absolute;
  left: 0;
  right: 0;
  top: 63px;
  padding: 0 0 0 10px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}
.rtl .post-grid.post-grid-style-2 .entry-date {
  padding: 0 10px 0 0;
}
.post-grid.post-grid-style-2 .entry-date:after {
  content: '';
  position: absolute;
  top: 10px;
  background-color: #f9b200;
  width: 30px;
  height: 1px;
  right: 102%;
}
.rtl .post-grid.post-grid-style-2 .entry-date:after {
  left: 102%;
  right: auto;
}
.post-grid.post-grid-style-2 .entry-content-left {
  position: relative;
}
.post-grid.post-grid-style-2 .entry-body-post {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 12% 88%;
  grid-template-columns: 12% 88%;
}
@media only screen and (min-width: 768px) {
  .post-grid.post-grid-style-2 .entry-body-post {
    -ms-grid-columns: 10% 90%;
    grid-template-columns: 10% 90%;
  }
}
.post-grid.post-grid-style-2 .entry-post-info {
  margin-bottom: 0;
}
.post-grid:hover .post-thumbnail:after,
.post-grid:hover .post-thumbnail:before {
  opacity: 1;
  filter: alpha(opacity=100);
  width: 100%;
  height: 100%;
}

.post-layout .post-sticky {
  background: #ff3535;
  color: #fff;
  display: inline-block;
  padding: 0 15px;
  margin: 5px 0;
  font-size: 14px;
}
.post-layout .entry-title {
  font-size: 21px;
}
.post-layout .top-info {
  overflow: hidden;
  color: #4d4d4d;
  line-height: 1.6;
}
.post-layout .top-info a {
  color: #4d4d4d;
}
.post-layout .top-info a:hover {
  color: #f9b200;
}
.post-layout .top-info a:focus {
  color: #f9b200;
}
.post-layout .top-info a:focus-within {
  color: #f9b200;
}
.post-layout .top-info > * {
  display: inline-block;
  vertical-align: middle;
  padding-right: 12px;
}
.lt-ie8 .post-layout .top-info > * {
  display: inline;
  zoom: 1;
}
.rtl .post-layout .top-info > * {
  padding-left: 12px;
  padding-right: inherit;
}
.post-layout .top-info > *:last-child {
  border: none;
  margin: 0;
  position: relative;
  padding: 0 0 0 22px;
}
.rtl .post-layout .top-info > *:last-child {
  padding: 0 22px 0 0;
}
.post-layout .top-info > *:last-child:before {
  top: 1px;
  position: absolute;
  content: "\f114";
  color: #f9b200;
  font-family: "Font Awesome 5 Free";
  left: 0;
  margin-right: 5px;
}
.rtl .post-layout .top-info > *:last-child:before {
  right: 0;
  left: auto;
}
.rtl .post-layout .top-info > *:last-child:before {
  margin-left: 5px;
  margin-right: inherit;
}
.post-layout .top-info > *.list-categories {
  border: none;
  padding: 0 0 0 22px;
  margin: 0;
  position: relative;
}
.rtl .post-layout .top-info > *.list-categories {
  padding: 0 22px 0 0;
}
.post-layout .top-info > *.list-categories:before {
  top: 1px;
  position: absolute;
  color: #f9b200;
  content: "\f114";
  font-family: "Font Awesome 5 Free";
  left: 0;
  margin-right: 5px;
}
.rtl .post-layout .top-info > *.list-categories:before {
  right: 0;
  left: auto;
}
.rtl .post-layout .top-info > *.list-categories:before {
  margin-left: 5px;
  margin-right: inherit;
}
.post-layout .top-info > *.comments {
  position: relative;
  padding-left: 20px;
}
.rtl .post-layout .top-info > *.comments {
  padding-right: 20px;
  padding-left: inherit;
}
.post-layout .top-info > *.comments:before {
  top: 2px;
  position: absolute;
  content: '\f0e5';
  color: #f9b200;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-size: 14px;
  left: 0;
}
.rtl .post-layout .top-info > *.comments:before {
  right: 0;
  left: auto;
}
.post-layout iframe {
  max-width: 100%;
}

.post-grid-v2 {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.post-grid-v2 .title {
  font-size: 18px;
  margin: 0;
  line-height: 1.25;
}
@media only screen and (min-width: 1168px) {
  .post-grid-v2 .title {
    font-size: 24px;
  }
}
.post-grid-v2 .post-thumbnail {
  display: block;
  position: relative;
}
.post-grid-v2 .post-thumbnail:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.post-grid-v2 .bottom-info {
  color: #b2b2b2;
  font-size: 14px;
  margin-bottom: 10px;
}
.post-grid-v2 .bottom-info a {
  color: #b2b2b2;
}
.post-grid-v2 .bottom-info a:hover, .post-grid-v2 .bottom-info a:focus {
  color: #1a1a1a;
}
.post-grid-v2 .bottom-info i {
  margin-right: 5px;
}
.rtl .post-grid-v2 .bottom-info i {
  margin-left: 5px;
  margin-right: inherit;
}
.post-grid-v2 .bottom-info > * {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.rtl .post-grid-v2 .bottom-info > * {
  margin-left: 15px;
  margin-right: inherit;
}
.post-grid-v2 .bottom-info > *:last-child {
  margin-right: 0;
}
.rtl .post-grid-v2 .bottom-info > *:last-child {
  margin-left: 0;
  margin-right: inherit;
}
.post-grid-v2 .content {
  position: absolute;
  padding: 10px;
  background: #fff;
  bottom: 10px;
  left: 10px;
  right: 10px;
}
@media only screen and (min-width: 1168px) {
  .post-grid-v2 .content {
    padding: 20px 30px;
    bottom: 20px;
    left: 20px;
    right: 20px;
  }
}
.post-grid-v2:hover .post-thumbnail:before {
  opacity: 1;
  filter: alpha(opacity=100);
}

.list-small {
  overflow: hidden;
}
.list-small .entry-title {
  font-size: 14px;
  margin: 0 0 5px;
  line-height: 20px;
  font-weight: 400;
}
.list-small .date {
  font-size: 12px;
}
.list-small .image {
  float: left;
  padding-right: 15px;
}
.rtl .list-small .image {
  float: right;
}
.rtl .list-small .image {
  padding-left: 15px;
  padding-right: inherit;
}
.list-small .image img {
  min-width: 62px;
}
.list-small .info {
  overflow: hidden;
}

.post-list-item {
  margin-bottom: 30px;
  -webkit-box-shadow: 0 0 50px rgba(65, 94, 148, 0.1);
  box-shadow: 0 0 50px rgba(65, 94, 148, 0.1);
}
.post-list-item.sticky {
  border: 2px solid #f9b200;
}
.post-list-item .list-inner .image {
  margin-bottom: 20px;
  position: relative;
}
.post-list-item .list-inner .image .slick-carousel .slick-prev {
  margin-left: 30px;
}
.rtl .post-list-item .list-inner .image .slick-carousel .slick-prev {
  margin-right: 30px;
  margin-left: inherit;
}
.post-list-item .list-inner .image .slick-carousel .slick-next {
  margin-right: 30px;
}
.rtl .post-list-item .list-inner .image .slick-carousel .slick-next {
  margin-left: 30px;
  margin-right: inherit;
}
.post-list-item .list-inner .image .slick-carousel .gallery-item img {
  width: 100%;
}
.post-list-item .top-info {
  margin-top: 6px;
}
.post-list-item .entry-title {
  text-transform: capitalize;
  margin: 0 0 10px 0;
  word-wrap: break-word;
  font-size: 18px;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .post-list-item .entry-title {
    font-size: 23px;
  }
}
.post-list-item .description {
  margin-bottom: 0;
}
@media only screen and (min-width: 1168px) {
  .post-list-item .description {
    margin-bottom: 12px;
  }
}
.post-list-item .entry-footer-post .entry-comments {
  padding-left: 20px;
}
.rtl .post-list-item .entry-footer-post .entry-comments {
  padding-right: 20px;
  padding-left: inherit;
}
.post-list-item .entry-footer-post .entry-comments:before {
  left: 0;
}
.rtl .post-list-item .entry-footer-post .entry-comments:before {
  right: 0;
  left: auto;
}
.post-list-item:last-child {
  border: none;
  padding: 0;
}

.post-grid-related .image .image-wrapper {
  margin-bottom: 26px;
}

.post-list-item-small {
  padding: 0 0 18px 0;
}
.post-list-item-small .entry-title {
  margin: 0;
  font-size: 16px;
  font-family: "Heebo", sans-serif;
  text-transform: none;
  font-weight: 500;
  line-height: 25px;
  margin-bottom: 8px;
}
.post-list-item-small .entry-title a {
  color: #fff;
}
.post-list-item-small .entry-title a:hover {
  color: #f9b200;
}
.post-list-item-small .entry-title a:focus {
  color: #f9b200;
}
.post-list-item-small .entry-title a:focus-within {
  color: #f9b200;
}
.post-list-item-small .entry-title a:active {
  color: #f9b200;
}
.post-list-item-small .entry-post-info {
  margin-bottom: 0;
}
.post-list-item-small .entry-post-image {
  max-width: 30%;
  -webkit-flex-basis: 30%;
  -moz-flex-basis: 30%;
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  padding-right: 20px;
}
.rtl .post-list-item-small .entry-post-image {
  padding-left: 20px;
  padding-right: inherit;
}
.post-list-item-small .entry-post-image .entry-thumb {
  outline: none;
}
.post-list-item-small .entry-post-content {
  max-width: 70%;
  -webkit-flex-basis: 70%;
  -moz-flex-basis: 70%;
  -ms-flex-preferred-size: 70%;
  flex-basis: 70%;
}
.post-list-item-small .entry-post-date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 50px;
  height: 60px;
  margin-right: 15px;
  background-color: #0e0e0e;
  text-transform: uppercase;
  font-weight: 500;
}
.rtl .post-list-item-small .entry-post-date {
  margin-left: 15px;
  margin-right: inherit;
}
.post-list-item-small .entry-post-date > * {
  display: block;
}
.post-list-item-small .entry-post-date > *.day {
  font-size: 24px;
  line-height: 1.3;
}
.post-list-item-small .entry-post-date > *.month {
  font-size: 11px;
  color: #fff;
  font-weight: 500;
}
.post-list-item-small .entry-comments,
.post-list-item-small .entry-author {
  font-size: 12px;
  color: #6f6f6f;
}
.post-list-item-small .entry-comments a,
.post-list-item-small .entry-author a {
  color: #6f6f6f;
}
.post-list-item-small .entry-comments a:hover,
.post-list-item-small .entry-author a:hover {
  color: #f9b200;
}
.post-list-item-small .entry-comments a:focus,
.post-list-item-small .entry-author a:focus {
  color: #f9b200;
}
.post-list-item-small .entry-comments a:focus-within,
.post-list-item-small .entry-author a:focus-within {
  color: #f9b200;
}
.post-list-item-small .entry-comments a:active,
.post-list-item-small .entry-author a:active {
  color: #f9b200;
}

.layout-posts-list .post-list-item .image {
  position: relative;
  margin-bottom: 25px;
}
.layout-posts-list .post-list-item.format-video .entry-date-time {
  bottom: 7px;
}

.paging-navigation {
  padding-top: 20px;
}
@media only screen and (min-width: 1168px) {
  .paging-navigation {
    padding-top: 70px;
  }
}

.slick-carousel .post-grid {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #e1e6eb;
}

.logged-in-as a:last-child {
  color: #f9b200;
}

.layout-blog div[class*="col-"]:last-child .post-list-item-small {
  border-bottom: 0px;
  padding-bottom: 0px;
}
.layout-blog .row div[class*="col-"]:nth-child(2n+1) {
  outline: none;
}
.layout-blog .row div[class*="col-"]:last-child .post-list-small {
  margin-bottom: 0;
}
.layout-blog.style-chess .row {
  margin-left: 0;
  margin-right: 0;
}
.layout-blog.style-chess .row > div {
  padding-left: 0;
  padding-right: 0;
}
.layout-blog.style-chess .row div[class*="col-"]:nth-child(2n+1) {
  clear: both;
}
@media only screen and (min-width: 1168px) {
  .layout-blog.style-chess .row div[class*="col-"]:nth-child(2n+1) {
    clear: none;
  }
}

/* Post type: By Category */
.posts-grid-category {
  overflow: hidden;
}

.top-blog-info {
  padding: 25px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #dddddd;
}
.top-blog-info i {
  margin-right: 10px;
}
.rtl .top-blog-info i {
  margin-left: 10px;
  margin-right: inherit;
}
.top-blog-info .categories {
  margin-right: 35px;
}
.rtl .top-blog-info .categories {
  margin-left: 35px;
  margin-right: inherit;
}
.top-blog-info .author a {
  color: #f9b200;
}
.top-blog-info a {
  color: #6f6f6f;
}
.top-blog-info a:hover, .top-blog-info a:active {
  color: #f9b200;
}

.list-default {
  margin-bottom: 45px;
}
.list-default .entry-title {
  font-size: 30px;
  margin: 0 0 10px;
}
.list-default .description {
  margin: 0 0 15px;
}

.category-posts {
  position: relative;
}
.category-posts::after {
  content: "";
  top: 20px;
  position: absolute;
  right: 0;
  width: 1px;
  height: 1000px;
  background: #dddddd;
}
.rtl .category-posts::after {
  left: 0;
  right: auto;
}
.category-posts .post {
  border-bottom: 1px solid #dddddd;
}
.category-posts .category-posts-label {
  padding: 1px 3px;
  background: #f9b200;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 10px;
}
.category-posts .category-posts-label a {
  color: #fff;
}
.category-posts .entry-meta::after {
  display: none;
}
.category-posts .posts-more .post:last-child {
  border: 0px;
}
.category-posts .posts-more .entry-title {
  font-size: 10px;
}
.category-posts .posts-more .entry-title a {
  color: #777777;
}
.category-posts .posts-more .entry-title a:hover {
  color: #f9b200;
}

/*------------------------------------*\
    Post detail
\*------------------------------------*/
.sharebox {
  margin-bottom: 30px;
}
.sharebox .sharebox-title {
  margin: 10px 0;
}

.top-info-detail {
  position: relative;
}
.top-info-detail .entry-thumb .image-wrapper {
  margin-bottom: 20px;
}
@media only screen and (min-width: 1168px) {
  .top-info-detail .entry-thumb .image-wrapper {
    margin-bottom: 40px;
  }
}
.top-info-detail .list-categories {
  position: absolute;
  top: -2px;
  left: 0;
  z-index: 2;
}
.rtl .top-info-detail .list-categories {
  right: 0;
  left: auto;
}

.entry-title-detail {
  margin: 0 0 15px 0;
  word-wrap: break-word;
  font-size: 28px;
}
@media (min-width: 1200px) {
  .entry-title-detail {
    font-size: 36px;
  }
}

.tag-links,
.post-share {
  margin-bottom: 10px;
}
.tag-links span i,
.post-share span i {
  margin-right: 5px;
}
.rtl .tag-links span i, .rtl
.post-share span i {
  margin-left: 5px;
  margin-right: inherit;
}

/*------------------------------------*\
    Comment List
\*------------------------------------*/
#respond .comment-reply-title {
  outline: none;
}
#respond .comment-reply-title #cancel-comment-reply-link {
  color: #f9b200;
}
#respond .title {
  padding: 0;
  position: relative;
  text-transform: none;
  color: #1a1a1a;
  font-weight: 500;
  font-size: 30px;
  margin: 0;
  margin-bottom: 10px;
}

.comment-respond {
  margin: 0;
  padding: 0;
  position: relative;
}
.comment-respond small {
  top: 5px;
  margin: 0;
  position: absolute;
  right: 0;
  text-align: right;
}
.rtl .comment-respond small {
  left: 0;
  right: auto;
}
.rtl .comment-respond small {
  text-align: left;
}
.comment-respond #commentform {
  margin-top: 10px;
}
.comment-respond #commentform input[type="text"], .comment-respond #commentform textarea {
  height: 46px;
}

.comment-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.comment-list > li:last-child {
  outline: none;
}
.comment-list li.comment {
  margin: 30px 0;
}
.comment-list #cancel-comment-reply-link {
  font-size: inherit;
  color: #c68e00;
}
@media (min-width: 768px) {
  .comment-list .right-inner {
    margin-left: auto;
  }
  .rtl .comment-list .right-inner {
    margin-right: auto;
    margin-left: inherit;
  }
}
.comment-list .comment-author {
  position: relative;
}
@media (min-width: 768px) {
  .comment-list .comment-author {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.comment-list .comment-author strong {
  display: block;
  font-size: 16px;
  color: #1a1a1a;
  margin: 0;
  padding: 0;
  font-family: "Heebo", sans-serif;
}
.comment-list .children {
  margin: 0;
  list-style: none;
  padding-left: 20px;
}
.rtl .comment-list .children {
  padding-right: 20px;
  padding-left: inherit;
}
@media only screen and (min-width: 768px) {
  .comment-list .children {
    padding-left: 70px;
  }
  .rtl .comment-list .children {
    padding-right: 70px;
    padding-left: inherit;
  }
}
.comment-list .children:last-child li:last-child .the-comment {
  outline: none;
}
.comment-list div.avatar {
  float: left;
  margin-right: 20px;
}
.rtl .comment-list div.avatar {
  float: right;
}
.rtl .comment-list div.avatar {
  margin-left: 20px;
  margin-right: inherit;
}
@media only screen and (min-width: 768px) {
  .comment-list div.avatar {
    margin-right: 25px;
  }
  .rtl .comment-list div.avatar {
    margin-left: 25px;
    margin-right: inherit;
  }
}
.comment-list .date {
  margin-bottom: 5px;
  position: relative;
  display: block;
  font-size: 13px;
  color: #777777;
  font-family: "Rubik", Helvetica, Arial, sans-serif;
}
.comment-list .date:before {
  content: "\e91f";
  font-size: 11px;
  font-family: 'icomoon' !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;
  margin-right: 7px;
}
.rtl .comment-list .date:before {
  margin-left: 7px;
  margin-right: inherit;
}
.comment-list strong {
  font-size: 1rem;
  color: #6f6f6f;
  font-weight: 500;
  margin-bottom: 20px;
}
.comment-list .comment-edit-link {
  font-weight: 500;
  margin-top: 5px;
  color: #6f6f6f;
}
.comment-list .comment-edit-link:hover, .comment-list .comment-edit-link:focus {
  color: #ff3535;
}
.comment-list .comment-reply-link {
  color: #4ec45e;
  font-weight: 500;
  display: inline-block;
  vertical-align: middle;
}
.lt-ie8 .comment-list .comment-reply-link {
  display: inline;
  zoom: 1;
}
.comment-list .comment-reply-link:hover {
  color: #f9b200;
}
.comment-list .comment-reply-link:focus {
  color: #f9b200;
}
.comment-list .comment-reply-link:focus-within {
  color: #f9b200;
}
.comment-list .comment-reply-link:active {
  color: #f9b200;
}
.comment-list .comment-reply-link:before {
  content: "\f3e5";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  margin-right: 3px;
  font-weight: 900;
  font-size: 12px;
}
.rtl .comment-list .comment-reply-link:before {
  margin-left: 3px;
  margin-right: inherit;
}
.comment-list .comment-text {
  margin: 8px 0;
}
.comment-list .comment-text em {
  margin-bottom: 5px;
  color: #999999;
  display: inline-block;
  vertical-align: middle;
}
.lt-ie8 .comment-list .comment-text em {
  display: inline;
  zoom: 1;
}
.comment-list .comment-text p {
  margin-bottom: 5px;
}
.comment-list .comment-text p img {
  margin: 15px 0;
}
.comment-list .comment-text p:last-child {
  margin-bottom: 0px;
}
.comment-list .the-comment {
  position: relative;
  margin-bottom: 30px;
  position: relative;
  border-bottom: 1px solid #e1e6eb;
  margin-left: 40px;
  padding: 20px 30px 20px 60px;
}
.rtl .comment-list .the-comment {
  margin-right: 40px;
  margin-left: inherit;
}
.rtl .comment-list .the-comment {
  padding: 20px 60px 20px 30px;
}
@media only screen and (min-width: 768px) {
  .comment-list .the-comment {
    padding: 20px 30px 20px 70px;
  }
  .rtl .comment-list .the-comment {
    padding: 20px 70px 20px 30px;
  }
}
@media only screen and (min-width: 1168px) {
  .comment-list .the-comment {
    margin-bottom: 30px;
  }
}

.commentform {
  margin-top: 42px;
}
.commentform .title {
  margin: 0;
  font-weight: 400;
}
.commentform .comment-notes {
  display: none;
}

.post-navigation a {
  color: #6f6f6f;
}
.post-navigation a:hover {
  color: #1a1a1a;
}
.post-navigation a:active {
  color: #1a1a1a;
}
.post-navigation .navi {
  display: block;
  float: none;
  width: 100%;
  margin: 0;
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  font-size: 14px;
}
.post-navigation .navi i {
  font-size: 12px;
  margin-right: 5px;
}
.rtl .post-navigation .navi i {
  margin-left: 5px;
  margin-right: inherit;
}
.post-navigation .post-title {
  margin: 10px 0 0;
  display: block;
  font-size: 15px;
  font-weight: 600;
}
.post-navigation .nav-next .navi i {
  margin-right: 0;
  margin-left: 5px;
}
.rtl .post-navigation .nav-next .navi i {
  margin-left: 0;
  margin-right: inherit;
}
.rtl .post-navigation .nav-next .navi i {
  margin-right: 5px;
  margin-left: inherit;
}

/*------------------------------------*\
    Single post
\*------------------------------------*/
.detail-post #comments {
  margin-top: 0;
  padding: 0;
}
.detail-post #comments .comments-title {
  padding: 0;
  position: relative;
  text-transform: none;
  color: #1a1a1a;
  font-weight: 500;
  font-size: 30px;
  margin: 0;
  margin-bottom: 0;
}

.post-navigation {
  position: relative;
}
.post-navigation .nav-links {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.post-navigation .nav-links:before, .post-navigation .nav-links:after {
  content: " ";
  display: table;
}
.post-navigation .nav-links:after {
  clear: both;
}
.post-navigation .nav-links > * {
  width: 100%;
  float: none;
}
@media only screen and (min-width: 768px) {
  .post-navigation .nav-links > * {
    width: 50%;
    float: left;
  }
  .rtl .post-navigation .nav-links > * {
    float: right;
  }
}
.post-navigation .nav-links > *.nav-next {
  margin-top: 0;
}
.post-navigation .nav-links > *.nav-next a {
  float: right;
  text-align: right;
  padding-left: 0;
  padding-right: 0;
}
.rtl .post-navigation .nav-links > *.nav-next a {
  float: left;
}
.rtl .post-navigation .nav-links > *.nav-next a {
  text-align: left;
}
.rtl .post-navigation .nav-links > *.nav-next a {
  padding-right: 0;
  padding-left: inherit;
}
.rtl .post-navigation .nav-links > *.nav-next a {
  padding-left: 0;
  padding-right: inherit;
}
.post-navigation .nav-links .meta-nav {
  grid-gap: 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: max-content max-content;
  grid-template-columns: max-content max-content;
}
.post-navigation .nav-links .meta-nav i {
  color: #fff;
  font-size: 20px;
  padding: 0;
  background-color: #f9b200;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.post-navigation .nav-links .inner {
  display: none;
}
.post-navigation .nav-links a {
  color: #1a1a1a;
  position: relative;
  display: block;
  padding-top: 30px;
  padding-bottom: 30px;
  word-wrap: break-word;
  -ms-word-wrap: break-word;
  font-weight: 500;
  font-family: "Heebo", sans-serif;
  font-size: 16px;
  line-height: 1.625;
}
.post-navigation .nav-links a:hover {
  color: #f9b200;
}
.post-navigation .nav-links a:hover .navi {
  color: #f9b200;
}
.post-navigation .nav-links a:focus {
  color: #f9b200;
}
.post-navigation .nav-links a:focus .navi {
  color: #f9b200;
}
.post-navigation .nav-links a:focus-within {
  color: #f9b200;
}
.post-navigation .nav-links a:focus-within .navi {
  color: #f9b200;
}
.post-navigation .nav-links a:active {
  color: #f9b200;
}
.post-navigation .nav-links a:active .navi {
  color: #f9b200;
}
.post-navigation .nav-links .nav-previous a {
  padding-left: 0;
  padding-right: 0;
  float: left;
}
.rtl .post-navigation .nav-links .nav-previous a {
  padding-right: 0;
  padding-left: inherit;
}
.rtl .post-navigation .nav-links .nav-previous a {
  padding-left: 0;
  padding-right: inherit;
}
.rtl .post-navigation .nav-links .nav-previous a {
  float: right;
}
.post-navigation .nav-links .nav-next a:after {
  left: auto;
  right: 0;
}
.rtl .post-navigation .nav-links .nav-next a:after {
  right: auto;
  left: auto;
}
.rtl .post-navigation .nav-links .nav-next a:after {
  left: 0;
  right: auto;
}

.author-info {
  padding: 0;
  background-color: #fff;
}
@media only screen and (min-width: 1168px) {
  .author-info {
    margin-bottom: 53px;
  }
}
.author-info .description {
  padding-top: 0;
  margin-bottom: 0;
  margin-top: -5px;
}
.author-info .author-title {
  font-size: 15px;
  margin: 0 0 3px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  line-height: 2;
}
.author-info .avatar-img {
  padding-right: 5px;
}
.rtl .author-info .avatar-img {
  padding-left: 5px;
  padding-right: inherit;
}
.author-info .avatar-img .avatar {
  overflow: hidden;
  max-width: none;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}

.related-posts {
  padding: 0;
  margin: 50px 0 72px 0;
}
@media only screen and (min-width: 768px) {
  .related-posts {
    margin-top: 0px;
  }
}
.related-posts .post {
  margin-bottom: 0;
}
.related-posts .title {
  padding: 0;
  position: relative;
  text-transform: none;
  color: #1a1a1a;
  font-weight: 500;
  font-size: 30px;
  margin: 0;
  margin-bottom: 30px;
}
.related-posts .slick-carousel .slick-arrow {
  display: none !important;
}
@media only screen and (min-width: 1168px) {
  .related-posts .slick-carousel .slick-arrow {
    display: block !important;
  }
}
.related-posts .slick-carousel .slick-dots {
  margin-bottom: 40px;
  display: block !important;
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .related-posts .slick-carousel .slick-dots {
    display: none !important;
    margin-bottom: 0px;
    margin-top: 0px;
  }
}

.blog-post-icon {
  display: table;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  z-index: 1;
  background: #f9b200;
  opacity: 0.9;
  filter: alpha(opacity=90);
  left: 0;
  width: 50px;
  height: 50px;
}
.rtl .blog-post-icon {
  right: 0;
  left: auto;
}
.blog-post-icon .fa {
  display: table-cell;
  vertical-align: middle;
  font-size: 22px;
}

/*------------------------------------*\
    Blog Masonry Page
\*------------------------------------*/
.blog-masonry .entry-thumb {
  margin-bottom: 0;
}

.gallery .gallery-item {
  float: left;
  margin-bottom: 15px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
}
.rtl .gallery .gallery-item {
  float: right;
}
.gallery .gallery-item figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  max-height: 50%;
  font-size: 12px;
  background: rgba(0, 0, 0, 0.5);
  margin-left: 15px;
  margin-right: 15px;
  opacity: 0;
  filter: alpha(opacity=0);
  padding: 8px 15px;
}
.gallery .gallery-item:hover figcaption {
  opacity: 1;
  filter: alpha(opacity=100);
}
.gallery.gallery-columns-9 .gallery-item {
  width: 50%;
}
@media only screen and (min-width: 768px) {
  .gallery.gallery-columns-9 .gallery-item {
    width: 11%;
  }
}
.gallery.gallery-columns-8 .gallery-item {
  width: 50%;
}
@media only screen and (min-width: 768px) {
  .gallery.gallery-columns-8 .gallery-item {
    width: 12.5%;
  }
}
.gallery.gallery-columns-7 .gallery-item {
  width: 50%;
}
@media only screen and (min-width: 768px) {
  .gallery.gallery-columns-7 .gallery-item {
    width: 14%;
  }
}
.gallery.gallery-columns-6 .gallery-item {
  width: 50%;
}
@media only screen and (min-width: 768px) {
  .gallery.gallery-columns-6 .gallery-item {
    width: 16.5%;
  }
}
.gallery.gallery-columns-5 .gallery-item {
  width: 50%;
}
@media only screen and (min-width: 768px) {
  .gallery.gallery-columns-5 .gallery-item {
    width: 20%;
  }
}
.gallery.gallery-columns-4 .gallery-item {
  width: 50%;
}
@media only screen and (min-width: 768px) {
  .gallery.gallery-columns-4 .gallery-item {
    width: 25%;
  }
}
.gallery.gallery-columns-3 .gallery-item {
  width: 50%;
}
@media only screen and (min-width: 768px) {
  .gallery.gallery-columns-3 .gallery-item {
    width: 33%;
  }
}
.gallery.gallery-columns-2 .gallery-item {
  width: 50%;
}
@media only screen and (min-width: 768px) {
  .gallery.gallery-columns-2 .gallery-item {
    width: 50%;
  }
}
.gallery.gallery-columns-1 .gallery-item {
  width: 50%;
}
@media only screen and (min-width: 768px) {
  .gallery.gallery-columns-1 .gallery-item {
    width: 100%;
  }
}

.comment-navigation {
  overflow: hidden;
  padding: 20px 0;
}
.comment-navigation .nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.comment-navigation .nav-previous,
.comment-navigation .nav-next {
  min-width: 50%;
  width: 100%;
  font-weight: 700;
  font-family: "Rubik", Helvetica, Arial, sans-serif;
}
.comment-navigation .nav-previous .secondary-text,
.comment-navigation .nav-next .secondary-text {
  display: none;
}
@media only screen and (min-width: 768px) {
  .comment-navigation .nav-previous .secondary-text,
  .comment-navigation .nav-next .secondary-text {
    display: inline;
  }
}
.comment-navigation .nav-previous svg,
.comment-navigation .nav-next svg {
  vertical-align: middle;
  position: relative;
  margin: 0 -0.35em;
  top: -1px;
}
.comment-navigation .nav-next {
  text-align: right;
}
.rtl .comment-navigation .nav-next {
  text-align: left;
}

.list-check {
  list-style: none;
  padding: 0;
  margin: 0;
}
.list-check li {
  margin-bottom: 10px;
}
.list-check i {
  color: #f9b200;
  margin-right: 10px;
}
.rtl .list-check i {
  margin-left: 10px;
  margin-right: inherit;
}

.detail-post iframe {
  max-width: 100%;
}
.detail-post .font-second {
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  font-size: 24px;
  margin: 0 0 20px;
}
.detail-post .bottom-info {
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  margin-bottom: 20px;
}
.detail-post .bottom-info .suffix {
  font-style: italic;
}
.detail-post .bottom-info .author {
  text-transform: uppercase;
}
.detail-post .bottom-info > div {
  display: inline-block;
  vertical-align: middle;
}
.lt-ie8 .detail-post .bottom-info > div {
  display: inline;
  zoom: 1;
}
.detail-post .bottom-info a:hover {
  color: #f9b200;
}
.detail-post .bottom-info a:active {
  color: #f9b200;
}
.detail-post .social-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
.detail-post .apus-social-share {
  padding-top: 0;
  padding-bottom: 0;
  border-top: 0;
  float: none;
}
@media only screen and (min-width: 768px) {
  .detail-post .apus-social-share {
    float: right;
  }
  .rtl .detail-post .apus-social-share {
    float: left;
  }
}
.detail-post .apus-social-share .bo-social-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .detail-post .apus-social-share .bo-social-icons {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.detail-post .apus-social-share .bo-social-icons > *:last-child {
  margin-left: 0;
  margin-right: 0;
}
.rtl .detail-post .apus-social-share .bo-social-icons > *:last-child {
  margin-right: 0;
  margin-left: inherit;
}
.rtl .detail-post .apus-social-share .bo-social-icons > *:last-child {
  margin-left: 0;
  margin-right: inherit;
}
@media only screen and (min-width: 768px) {
  .detail-post .apus-social-share .bo-social-icons > *:last-child {
    margin-left: auto;
    margin-right: -13px;
  }
  .rtl .detail-post .apus-social-share .bo-social-icons > *:last-child {
    margin-right: auto;
    margin-left: inherit;
  }
  .rtl .detail-post .apus-social-share .bo-social-icons > *:last-child {
    margin-left: -13px;
    margin-right: inherit;
  }
}
.detail-post .apus-social-share .title {
  outline: none;
}
.detail-post .tag-social {
  margin-bottom: 50px;
  margin-top: 60px;
  clear: both;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .detail-post .tag-social {
    text-align: left;
  }
  .rtl .detail-post .tag-social {
    text-align: right;
  }
}
.detail-post .tag-social .apus-social-share .social-content > a {
  width: 36px;
  height: 36px;
}
.detail-post .entry-description {
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .detail-post .entry-description {
    margin-bottom: 30px;
  }
}
.detail-post .entry-tags-list {
  position: relative;
  display: block;
  float: none;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .detail-post .entry-tags-list {
    width: auto;
    float: left;
  }
  .rtl .detail-post .entry-tags-list {
    float: right;
  }
}
.detail-post .entry-tags-list strong {
  text-transform: capitalize;
  font-size: 1.28571rem;
  color: #1a1a1a;
  font-family: "Heebo", sans-serif;
  font-weight: 500;
  padding-right: 15px;
  line-height: 1.55556;
}
.rtl .detail-post .entry-tags-list strong {
  padding-left: 15px;
  padding-right: inherit;
}
.detail-post .entry-tags-list a {
  padding: 11px 15px;
  margin-bottom: 10px;
  color: #1a1a1a;
  letter-spacing: 0;
  background-color: #f2f3f5;
  font-size: 13px !important;
  line-height: 1;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.lt-ie8 .detail-post .entry-tags-list a {
  display: inline;
  zoom: 1;
}
.rtl .detail-post .entry-tags-list a {
  margin-left: 10px;
  margin-right: inherit;
}
.detail-post .entry-tags-list a:before {
  content: '';
  position: absolute;
  background-color: #f9b200;
  top: 0;
  z-index: -1;
  will-change: transform;
  left: 0;
  width: 150%;
  height: 100%;
  -webkit-transform: translatez(0) skewy(-30deg) scaley(0);
  -moz-transform: translatez(0) skewy(-30deg) scaley(0);
  -ms-transform: translatez(0) skewy(-30deg) scaley(0);
  -o-transform: translatez(0) skewy(-30deg) scaley(0);
  transform: translatez(0) skewy(-30deg) scaley(0);
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition: transform 0.15s, opacity 0.15s;
  -o-transition: transform 0.15s, opacity 0.15s;
  transition: transform 0.15s, opacity 0.15s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.rtl .detail-post .entry-tags-list a:before {
  right: 0;
  left: auto;
}
.detail-post .entry-tags-list a:hover:before {
  -webkit-transform: translatez(0) skewy(0) scaley(1);
  -moz-transform: translatez(0) skewy(0) scaley(1);
  -ms-transform: translatez(0) skewy(0) scaley(1);
  -o-transform: translatez(0) skewy(0) scaley(1);
  transform: translatez(0) skewy(0) scaley(1);
}
.detail-post .entry-tags-list a:focus:before {
  -webkit-transform: translatez(0) skewy(0) scaley(1);
  -moz-transform: translatez(0) skewy(0) scaley(1);
  -ms-transform: translatez(0) skewy(0) scaley(1);
  -o-transform: translatez(0) skewy(0) scaley(1);
  transform: translatez(0) skewy(0) scaley(1);
}
.detail-post .entry-tags-list a:focus-within:before {
  -webkit-transform: translatez(0) skewy(0) scaley(1);
  -moz-transform: translatez(0) skewy(0) scaley(1);
  -ms-transform: translatez(0) skewy(0) scaley(1);
  -o-transform: translatez(0) skewy(0) scaley(1);
  transform: translatez(0) skewy(0) scaley(1);
}
.detail-post .entry-tags-list a:active:before {
  -webkit-transform: translatez(0) skewy(0) scaley(1);
  -moz-transform: translatez(0) skewy(0) scaley(1);
  -ms-transform: translatez(0) skewy(0) scaley(1);
  -o-transform: translatez(0) skewy(0) scaley(1);
  transform: translatez(0) skewy(0) scaley(1);
}
.detail-post .entry-tags-list a:hover {
  color: #fff;
}
.detail-post .entry-tags-list a:focus {
  color: #fff;
}
.detail-post .entry-tags-list a:focus-within {
  color: #fff;
}
.detail-post .entry-tags-list a:active {
  color: #fff;
}
.detail-post .post-navigation {
  margin: 0;
  padding-top: 0;
  padding-bottom: 72px;
}
.detail-post .nav-links .navi {
  font-family: "Heebo", sans-serif;
  font-size: 15px;
  color: #1a1a1a;
  font-weight: 500;
  -ms-grid-row-align: center;
  align-self: center;
}
.detail-post .nav-links .navi:hover {
  text-decoration: none;
}
.detail-post .nav-links .navi:active {
  text-decoration: none;
}
.detail-post .nav-links .navi i {
  line-height: 1;
  vertical-align: middle;
  font-size: 42px;
}
.detail-post .entry-content-detail .entry-title {
  font-size: 28px;
  font-weight: 400;
  margin: 0 0 5px;
}
.detail-post .sub-title {
  font-size: 21px;
}

.author-post .avatar {
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}
.author-post .avatar-img {
  float: left;
  padding-right: 8px;
}
.rtl .author-post .avatar-img {
  float: right;
}
.rtl .author-post .avatar-img {
  padding-left: 8px;
  padding-right: inherit;
}
.author-post .name-author {
  margin-top: 9px;
  display: inline-block;
  vertical-align: middle;
}
.lt-ie8 .author-post .name-author {
  display: inline;
  zoom: 1;
}

.post-password-form input[type="password"] {
  margin-left: 15px;
  height: 41px;
}
.rtl .post-password-form input[type="password"] {
  margin-right: 15px;
  margin-left: inherit;
}

.blog-mansory-wrapper {
  outline: none;
}

.has-dates .wp-block-latest-comments__comment,
.has-excerpts .wp-block-latest-comments__comment {
  line-height: 1.8;
}
.has-dates .wp-block-latest-comments__comment .avatar,
.has-excerpts .wp-block-latest-comments__comment .avatar {
  margin-top: 6px;
  margin-right: 15px;
}
.rtl .has-dates .wp-block-latest-comments__comment .avatar, .rtl
.has-excerpts .wp-block-latest-comments__comment .avatar {
  margin-left: 15px;
  margin-right: inherit;
}

.widget-blogs .post-grid {
  border: 1px solid transparent;
}
.widget-blogs.carousel .slick-carousel .slick-arrow {
  opacity: 1;
  filter: alpha(opacity=100);
  width: auto;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  left: -99999px;
  position: absolute;
  padding: 0;
  color: #1a1a1a;
  margin: 0;
  background-color: transparent;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1.14286rem;
  font-weight: 500;
  top: auto;
  bottom: 0;
}
.rtl .widget-blogs.carousel .slick-carousel .slick-arrow {
  right: -99999px;
  left: auto;
}
.widget-blogs.carousel .slick-carousel .slick-arrow i {
  margin: 0 10px;
}
.widget-blogs.carousel .slick-carousel .slick-arrow:before, .widget-blogs.carousel .slick-carousel .slick-arrow:after {
  content: normal;
}
.widget-blogs.carousel .slick-carousel .slick-arrow:hover {
  color: #f9b200;
}
.widget-blogs.carousel .slick-carousel .slick-arrow:focus {
  color: #f9b200;
}
.widget-blogs.carousel .slick-carousel .slick-arrow:focus-within {
  color: #f9b200;
}
.widget-blogs.carousel .slick-carousel .slick-arrow:active {
  color: #f9b200;
}
.widget-blogs.carousel .slick-carousel .slick-arrow.slick-prev {
  margin-left: -55px;
}
.rtl .widget-blogs.carousel .slick-carousel .slick-arrow.slick-prev {
  margin-right: -55px;
  margin-left: inherit;
}
.widget-blogs.carousel .slick-carousel .slick-arrow.slick-next {
  margin-left: 55px;
}
.rtl .widget-blogs.carousel .slick-carousel .slick-arrow.slick-next {
  margin-right: 55px;
  margin-left: inherit;
}
.widget-blogs.carousel .slick-carousel .slick-dots {
  width: 100%;
  margin-top: 40px;
  display: block !important;
  opacity: 1;
  filter: alpha(opacity=100);
}
@media only screen and (min-width: 1168px) {
  .widget-blogs.carousel .slick-carousel .slick-dots {
    display: none !important;
    width: auto;
    padding-top: 10px;
    margin-top: 0;
  }
}
.widget-blogs.carousel .slick-carousel .post-grid {
  margin-bottom: 0;
}
.widget-blogs.carousel .post-grid, .widget-blogs.grid .post-grid {
  background-color: #fff;
}
.widget-blogs.carousel .post-grid .entry-title-content, .widget-blogs.grid .post-grid .entry-title-content {
  padding: 30px;
}

.main-content div[class~="col-md-12"] .layout-blog .layout-posts-list {
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .main-content div[class~="col-md-12"] .layout-blog .layout-posts-list {
    padding: 0 34px;
  }
}
@media only screen and (min-width: 1168px) {
  .main-content div[class~="col-md-12"] .layout-blog .layout-posts-list {
    padding: 0 95px;
  }
}

/* 8. portfolio */
.widget-projects.grid .project-style2 {
  margin-bottom: 40px;
}
.widget-projects.grid .style-grid .project-style2 {
  padding: 10px;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.075);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.075);
}
.widget-projects.grid .style-grid .project-style2 .entry-title {
  margin-bottom: 5px;
}
.widget-projects.grid .style-grid .project-style2 .description {
  margin-bottom: 25px;
}
.widget-projects.carousel .slick-carousel {
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 50px;
}
@media only screen and (min-width: 1168px) {
  .widget-projects.carousel .slick-carousel {
    padding-bottom: 0;
  }
}
.widget-projects.carousel .slick-carousel .slick-slide {
  padding-left: 0;
  padding-right: 0;
}
.widget-projects.carousel .slick-carousel .slick-dots {
  bottom: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: -99999px;
}
.rtl .widget-projects.carousel .slick-carousel .slick-dots {
  right: -99999px;
  left: auto;
}
@media only screen and (min-width: 768px) {
  .widget-projects.carousel .slick-carousel .slick-dots {
    left: 50%;
  }
  .rtl .widget-projects.carousel .slick-carousel .slick-dots {
    right: 50%;
    left: auto;
  }
}
.widget-projects.mansory .widget-projects-mansory.style1 .isotope-items {
  margin-left: 0;
  margin-right: 0;
}
.widget-projects.mansory .widget-projects-mansory.style1 .isotope-item {
  padding-left: 0;
  padding-right: 0;
}
.widget-projects.mansory .widget-projects-mansory.style1 .project-style {
  margin-bottom: 0;
}
.widget-projects.mansory .widget-projects-mansory.style1 .project-style:hover .project-content-box {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  backface-visibility: visible;
}
.widget-projects.mansory .widget-projects-mansory.style1 .project-style:hover .overlay-icon {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  backface-visibility: visible;
}
.widget-projects.mansory .widget-projects-mansory.style1 .project-style:hover .overlay-icon a {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.widget-projects.mansory .widget-projects-mansory.style1 .project-style .project-thumb {
  margin-bottom: 0;
}
.widget-projects.mansory .widget-projects-mansory.style1 .project-style2 {
  margin-bottom: 0;
}
.widget-projects.mansory .widget-projects-mansory.style1 .project-style2 .project-thumb {
  margin-bottom: 0;
}
.widget-projects.mansory .widget-projects-mansory.style1 .project-style2 .project-button .btn-project {
  padding: 3px 10px;
}
.widget-projects.mansory .widget-projects-mansory.style1 .project-style2 .entry-title a {
  color: #fff;
}
.widget-projects.mansory .widget-projects-mansory.style1 .project-style2 .project-content-box {
  color: #fff;
  background-color: transparent;
}
.widget-projects.mansory .widget-projects-mansory.style1 .project-style2 .project-content-box .description {
  display: block;
}
@media only screen and (min-width: 768px) {
  .widget-projects.mansory .widget-projects-mansory.style1 .project-style2 .project-content-box .description {
    display: none;
  }
}
@media only screen and (min-width: 1168px) {
  .widget-projects.mansory .widget-projects-mansory.style1 .project-style2 .project-content-box .description {
    display: block;
  }
}
.widget-projects.mansory .widget-projects-mansory .project-style2 {
  margin-bottom: 30px;
}
.widget-projects.mansory .widget-projects-mansory .project-style2 .description {
  display: block;
}
@media only screen and (min-width: 768px) {
  .widget-projects.mansory .widget-projects-mansory .project-style2 .description {
    display: none;
  }
}
@media only screen and (min-width: 1168px) {
  .widget-projects.mansory .widget-projects-mansory .project-style2 .description {
    display: block;
  }
}
.widget-projects.mansory .widget-projects-mansory .project-style2 .project-thumb {
  margin-bottom: 0;
}
.widget-projects.mansory .widget-projects-mansory .project-style2 .project-button .btn-project {
  padding: 3px 10px;
}
.widget-projects.mansory .tab-content-top.style2:before, .widget-projects.mansory .tab-content-top.style2:after {
  content: " ";
  display: table;
}
.widget-projects.mansory .tab-content-top.style2:after {
  clear: both;
}
.widget-projects.mansory .tab-content-top.style2 ul {
  overflow-x: auto;
  margin-bottom: 20px;
  padding-bottom: 10px;
  margin-right: 0;
}
.rtl .widget-projects.mansory .tab-content-top.style2 ul {
  margin-left: 0;
  margin-right: inherit;
}
@media only screen and (min-width: 768px) {
  .widget-projects.mansory .tab-content-top.style2 ul {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1168px) {
  .widget-projects.mansory .tab-content-top.style2 ul {
    overflow-x: visible;
    margin-bottom: 60px;
    padding-bottom: 0;
    margin-right: 0;
  }
  .rtl .widget-projects.mansory .tab-content-top.style2 ul {
    margin-left: 0;
    margin-right: inherit;
  }
}
.widget-projects.mansory .tab-content-top.style2 ul li {
  padding: 0 5px;
}
.widget-projects.mansory .tab-content-top.style2 ul li:after {
  content: normal;
}
.widget-projects.mansory .tab-content-top.style2 ul li a {
  color: #7c8590;
  padding: 6px 20px;
  border: 2px solid #505b69;
  font-size: 13px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.lt-ie8 .widget-projects.mansory .tab-content-top.style2 ul li a {
  display: inline;
  zoom: 1;
}
.widget-projects.mansory .tab-content-top.style2 ul li a.active {
  background-color: #f9b200;
  color: #fff;
  border-color: #f9b200;
}
.widget-projects.mansory .tab-content-top.style2 ul li a:hover {
  background-color: #f9b200;
  color: #fff;
  border-color: #f9b200;
}
.widget-projects.mansory .tab-content-top.style2 ul li a:focus {
  background-color: #f9b200;
  color: #fff;
  border-color: #f9b200;
}
.widget-projects.mansory .tab-content-top.style2 ul li a:focus-within {
  background-color: #f9b200;
  color: #fff;
  border-color: #f9b200;
}
.widget-projects.mansory .tab-content-top.style2 ul li a:active {
  background-color: #f9b200;
  color: #fff;
  border-color: #f9b200;
}
.widget-projects.mansory .tab-content-top.style2 ul li:last-child {
  padding-right: 0;
}
.rtl .widget-projects.mansory .tab-content-top.style2 ul li:last-child {
  padding-left: 0;
  padding-right: inherit;
}
.widget-projects.mansory .tab-content-top.style2 .widget-title {
  margin-bottom: 30px;
  float: none;
  margin-left: 0;
}
.rtl .widget-projects.mansory .tab-content-top.style2 .widget-title {
  margin-right: 0;
  margin-left: inherit;
}
@media only screen and (min-width: 1168px) {
  .widget-projects.mansory .tab-content-top.style2 .widget-title {
    margin-bottom: 0;
    float: left;
    margin-left: 0;
  }
  .rtl .widget-projects.mansory .tab-content-top.style2 .widget-title {
    float: right;
  }
  .rtl .widget-projects.mansory .tab-content-top.style2 .widget-title {
    margin-right: 0;
    margin-left: inherit;
  }
}
.widget-projects.mansory .isotope-filter {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
  overflow-x: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 1168px) {
  .widget-projects.mansory .isotope-filter {
    overflow-x: visible;
  }
}
.widget-projects.mansory .isotope-filter li {
  padding: 0 15px;
  position: relative;
  margin-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  .widget-projects.mansory .isotope-filter li {
    margin-bottom: 0;
  }
}
.widget-projects.mansory .isotope-filter li a {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  color: #6f6f6f;
  letter-spacing: 0.3px;
  font-family: "Heebo", sans-serif;
}
.widget-projects.mansory .isotope-filter li a:hover {
  color: #f9b200;
}
.widget-projects.mansory .isotope-filter li a:focus {
  color: #f9b200;
}
.widget-projects.mansory .isotope-filter li a:focus-within {
  color: #f9b200;
}
.widget-projects.mansory .isotope-filter li a:active {
  color: #f9b200;
}
.widget-projects.mansory .isotope-filter li:after {
  content: "/";
  right: -2px;
  opacity: 0.3;
  filter: alpha(opacity=30);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.rtl .widget-projects.mansory .isotope-filter li:after {
  left: -2px;
  right: auto;
}
.widget-projects.mansory .isotope-filter li:first-child {
  padding-left: 0;
}
.rtl .widget-projects.mansory .isotope-filter li:first-child {
  padding-right: 0;
  padding-left: inherit;
}
.widget-projects.mansory .isotope-filter li:last-child {
  padding-right: 0;
}
.rtl .widget-projects.mansory .isotope-filter li:last-child {
  padding-left: 0;
  padding-right: inherit;
}
.widget-projects.mansory .isotope-filter li:last-child:after {
  content: normal;
}
.widget-projects.mansory .project-style {
  position: relative;
  overflow: hidden;
  display: block;
}
.widget-projects.mansory .project-style2 {
  position: relative;
  overflow: hidden;
  display: block;
}
.widget-projects.mansory .project-style2 .entry-title a {
  color: #1a1a1a;
}
.widget-projects.mansory .project-style2:hover .project-content-box {
  margin-bottom: 0;
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  backface-visibility: visible;
}
.widget-projects.mansory .project-style2:hover:before {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  backface-visibility: visible;
}
.widget-projects .widget-title {
  margin-top: 0;
}
.widget-projects .widget-content .style2 .project {
  margin-bottom: 30px;
}
.widget-projects .widget-content .style2 .project .project-thumb {
  margin-bottom: 0;
}
.widget-projects .widget-content .style2 .project:hover .overlay-icon {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  backface-visibility: visible;
}

.project-content-box {
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  margin: 20px;
  text-align: center;
  position: absolute;
  pointer-events: none;
  visibility: hidden;
  background-color: rgba(255, 255, 255, 0.9);
  opacity: 0;
  filter: alpha(opacity=0);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.project-content-box:before, .project-content-box:after {
  content: '';
  position: absolute;
  border-color: #f9b200;
  border-style: solid;
  -webkit-transition: all 0.2s ease-in-out 0.3s;
  -o-transition: all 0.2s ease-in-out 0.3s;
  transition: all 0.2s ease-in-out 0.3s;
  visibility: hidden;
  width: 0;
  height: 0;
}
.project-content-box:before {
  top: 0;
  right: 0;
  border-width: 4px 4px 0 0;
}
.project-content-box:after {
  bottom: 0;
  left: 0;
  border-width: 0 0 4px 4px;
}
.project-content-box:hover:before, .project-content-box:hover:after {
  width: 50px;
  height: 50px;
  visibility: visible;
}

.type-project {
  margin-bottom: 30px;
  position: relative;
}
.type-project .entry-title {
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 1.4;
}
.type-project .description {
  margin-bottom: 25px;
}
.type-project.slick-slide {
  margin-bottom: 0;
}
.type-project:hover .project-content-box {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  backface-visibility: visible;
}
.type-project:hover .project-content-box .project-icon,
.type-project:hover .project-content-box .project-button,
.type-project:hover .project-content-box .entry-title {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.type-project.project-style1 .project-container {
  position: relative;
}
.type-project.project-style1 .project-thumb {
  margin-bottom: 0;
}
.type-project.project-style1 .entry-title {
  font-size: 18px;
  margin: 0;
}
.type-project.project-style1 .description {
  padding: 15px;
  margin: 0;
}
.type-project.project-style1 .project-box .project-content-box {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.type-project.project-style1 .project-box:hover .project-content-box {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  backface-visibility: visible;
}
.type-project.project-style2 {
  text-align: center;
}
.type-project.project-style2 .project-thumb {
  margin-bottom: 30px;
}
.type-project.project-style2 .project-icon {
  font-size: 40px;
  color: #f9b200;
  margin-bottom: 5px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: translateY(15px);
  -ms-transform: translateY(15px);
  -o-transform: translateY(15px);
  transform: translateY(15px);
}
.type-project.project-style2 .project-button {
  -webkit-transform: translateY(15px);
  -ms-transform: translateY(15px);
  -o-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-transition: all 0.4s 1s;
  -o-transition: all 0.4s 1s;
  transition: all 0.4s 1s;
}
.type-project.project-style2 .entry-title {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: "Heebo", sans-serif;
  -webkit-transform: translateY(15px);
  -ms-transform: translateY(15px);
  -o-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-transition: all 0.4s 0.5s;
  -o-transition: all 0.4s 0.5s;
  transition: all 0.4s 0.5s;
}
.type-project.project-style3 .project-thumb {
  margin-bottom: 0;
}
.type-project.project-style3:hover .overlay-icon a {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.overlay-icon {
  text-align: center;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.overlay-icon a {
  padding: 0;
  margin: 0 2px;
  font-size: 18px;
  border: 1px solid #f9b200;
  color: #f9b200;
  text-align: center;
  line-height: 30px;
  background-color: transparent;
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateY(15px);
  -ms-transform: translateY(15px);
  -o-transform: translateY(15px);
  transform: translateY(15px);
}
.lt-ie8 .overlay-icon a {
  display: inline;
  zoom: 1;
}
.overlay-icon a:hover {
  color: #fff !important;
  border-color: #f9b200;
  background-color: #f9b200;
}
.overlay-icon a:focus {
  color: #fff !important;
  border-color: #f9b200;
  background-color: #f9b200;
}
.overlay-icon a:focus-within {
  color: #fff !important;
  border-color: #f9b200;
  background-color: #f9b200;
}
.overlay-icon a:active {
  color: #fff !important;
  border-color: #f9b200;
  background-color: #f9b200;
}
@media only screen and (min-width: 1168px) {
  .overlay-icon a {
    line-height: 42px;
    width: 42px;
    height: 42px;
  }
}

.detail-project .entry-description > * {
  margin-top: 22px;
  margin-bottom: 22px;
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .detail-project .entry-description > * {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}
.detail-project .entry-description > * figcaption {
  margin-top: 15px;
}
.detail-project .entry-description > *:first-child {
  margin-top: 0;
}
.detail-project .entry-description > *:last-child {
  margin-bottom: 0;
}
.detail-project .tag-social {
  margin-top: 20px;
}
.detail-project .tag-social .apus-social-share .social-content > a {
  margin-bottom: 0;
}
.detail-project .project-description {
  margin-bottom: 10px;
}
.detail-project .project-detail {
  padding: 30px;
  min-height: auto;
  background-color: #fff;
  -webkit-box-shadow: 0 20px 50px 0 rgba(65, 94, 148, 0.1);
  box-shadow: 0 20px 50px 0 rgba(65, 94, 148, 0.1);
  margin-right: 0;
}
.rtl .detail-project .project-detail {
  margin-left: 0;
  margin-right: inherit;
}
@media only screen and (min-width: 1168px) {
  .detail-project .project-detail {
    min-height: 450px;
  }
}
.detail-project .project-detail .title {
  margin: 0;
  font-size: 18px;
  line-height: 1.55556;
}
@media only screen and (min-width: 1168px) {
  .detail-project .project-detail .title {
    margin: 0 0 15px 0;
  }
}
.detail-project .project-detail .project-detail-desc {
  font-style: italic;
  color: #777777;
}
.detail-project .project-detail .project-detail-item {
  padding: 15px 0;
  border-bottom: 1px solid #dddddd;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.detail-project .project-detail .project-detail-item > * {
  padding-right: 6px;
}
.rtl .detail-project .project-detail .project-detail-item > * {
  padding-left: 6px;
  padding-right: inherit;
}
.detail-project .project-detail .project-detail-item > *:last-child {
  padding-right: 0;
}
.rtl .detail-project .project-detail .project-detail-item > *:last-child {
  padding-left: 0;
  padding-right: inherit;
}
.detail-project .project-detail .project-detail-item:last-child {
  border-bottom: 0px;
  padding-bottom: 0;
}
.detail-project .project-detail .project-detail-item.pro-director i {
  font-size: 27px;
}
.detail-project .gallery {
  overflow: hidden;
  margin: 0 0 30px 0;
}
@media only screen and (min-width: 1168px) {
  .detail-project .gallery {
    margin: 0 0 50px 0;
  }
}
.detail-project .gallery .slick-carousel .slick-arrow {
  font-size: 18px;
  background-color: #f9b200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 30px;
  height: 30px;
}
@media only screen and (min-width: 1168px) {
  .detail-project .gallery .slick-carousel .slick-arrow {
    width: 50px;
    height: 50px;
  }
}
.detail-project .gallery .slick-carousel .slick-arrow.slick-next {
  right: -35px;
}
.rtl .detail-project .gallery .slick-carousel .slick-arrow.slick-next {
  left: -35px;
  right: auto;
}
.detail-project .gallery .slick-carousel .slick-arrow.slick-prev {
  left: -35px;
}
.rtl .detail-project .gallery .slick-carousel .slick-arrow.slick-prev {
  right: -35px;
  left: auto;
}
.detail-project .gallery .slick-carousel .slick-arrow:hover {
  background-color: #f9b200;
}
.detail-project .gallery .slick-carousel .slick-arrow:focus {
  background-color: #f9b200;
}
.detail-project .gallery .slick-carousel .slick-arrow:focus-within {
  background-color: #f9b200;
}
.detail-project .gallery .slick-carousel .slick-arrow:active {
  background-color: #f9b200;
}
.detail-project .gallery:hover .slick-arrow.slick-next {
  right: 15px;
}
.rtl .detail-project .gallery:hover .slick-arrow.slick-next {
  left: 15px;
  right: auto;
}
.detail-project .gallery:hover .slick-arrow.slick-prev {
  left: 15px;
}
.rtl .detail-project .gallery:hover .slick-arrow.slick-prev {
  right: 15px;
  left: auto;
}
.detail-project .project-detail-flex {
  outline: none;
}
.detail-project .project-info-detail {
  padding: 0;
}
.detail-project .project-info-detail h3.margin-bottom-15,
.detail-project .project-info-detail .entry-title-detail {
  margin-bottom: 15px;
  font-size: 20px;
}

.project-detail-title {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  color: #6f6f6f;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.625;
}
.project-detail-title i {
  color: #f9b200;
  font-size: 24px;
  float: left;
  margin-right: 10px;
}
.rtl .project-detail-title i {
  float: right;
}
.rtl .project-detail-title i {
  margin-left: 10px;
  margin-right: inherit;
}

.related-project {
  margin-top: 40px;
  overflow: hidden;
}
@media only screen and (min-width: 1168px) {
  .related-project {
    margin-top: 66px;
  }
}
.related-project .title {
  padding: 0;
  position: relative;
  text-transform: none;
  color: #1a1a1a;
  font-weight: 500;
  font-size: 30px;
  margin: 0;
  margin-bottom: 30px;
}
.related-project .slick-carousel .slick-arrow {
  z-index: 1;
  border: none;
  margin: 0;
  font-size: 18px;
  color: #fff;
  pointer-events: none;
  background-color: #f9b200;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  filter: alpha(opacity=0);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.related-project .slick-carousel .slick-arrow:hover {
  color: #fff;
  background-color: #f9b200;
}
.related-project .slick-carousel .slick-arrow:focus {
  color: #fff;
  background-color: #f9b200;
}
.related-project .slick-carousel .slick-arrow:focus-within {
  color: #fff;
  background-color: #f9b200;
}
.related-project .slick-carousel .slick-arrow:active {
  color: #fff;
  background-color: #f9b200;
}
.related-project .slick-carousel .slick-arrow i {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1em;
  height: 1em;
}
.related-project .slick-carousel .slick-arrow.slick-next {
  right: -35px;
}
.rtl .related-project .slick-carousel .slick-arrow.slick-next {
  left: -35px;
  right: auto;
}
.related-project .slick-carousel .slick-arrow.slick-prev {
  left: -35px;
}
.rtl .related-project .slick-carousel .slick-arrow.slick-prev {
  right: -35px;
  left: auto;
}
.related-project .slick-carousel:hover .slick-arrow {
  pointer-events: auto;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  backface-visibility: visible;
}
.related-project .slick-carousel:hover .slick-arrow.slick-next {
  right: 15px;
}
.rtl .related-project .slick-carousel:hover .slick-arrow.slick-next {
  left: 15px;
  right: auto;
}
.related-project .slick-carousel:hover .slick-arrow.slick-prev {
  left: 15px;
}
.rtl .related-project .slick-carousel:hover .slick-arrow.slick-prev {
  right: 15px;
  left: auto;
}

/* 9. feature box */
.widget-features-box .item .item-inner {
  padding: 0;
  border: 1px solid #dddddd;
  background-color: transparent;
  margin-bottom: 30px;
}
@media only screen and (min-width: 1168px) {
  .widget-features-box .item .item-inner {
    margin-bottom: 0;
  }
}
.widget-features-box.left .item-inner {
  text-align: left;
}
.rtl .widget-features-box.left .item-inner {
  text-align: right;
}
.widget-features-box.right .item-inner {
  text-align: right;
}
.rtl .widget-features-box.right .item-inner {
  text-align: left;
}
.widget-features-box.center .item-inner {
  text-align: center;
}
.widget-features-box.center .item-inner .features-box-image {
  margin-left: auto;
  margin-right: auto;
}
.widget-features-box.style1 .item .item-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.widget-features-box.style1 .item .item-inner > div.features-box-image {
  margin-right: 20px;
}
.rtl .widget-features-box.style1 .item .item-inner > div.features-box-image {
  margin-left: 20px;
  margin-right: inherit;
}
.widget-features-box.style1 .item .item-inner > div.features-box-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.widget-features-box.style2 .item {
  position: relative;
}
.widget-features-box.style2 .item:before, .widget-features-box.style2 .item:after {
  z-index: 2;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  border-color: #f9b200;
  border-style: solid;
  visibility: hidden;
}
.widget-features-box.style2 .item:before {
  top: 0;
  right: 0;
  border-width: 4px 4px 0 0;
}
.widget-features-box.style2 .item:after {
  bottom: 0;
  left: 0;
  border-width: 0 0 4px 4px;
}
.widget-features-box.style2 .item:hover:before, .widget-features-box.style2 .item:hover:after {
  width: 50px;
  height: 50px;
  visibility: visible;
}
.widget-features-box.style2 .item-inner {
  z-index: 1;
  padding: 30px;
  margin: 30px 0 0 0;
  position: relative;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.widget-features-box.style2 .item-inner .features-box-image {
  margin-bottom: 20px;
  margin-top: 0;
}
.widget-features-box.style2 .item-inner .features-box-image.icon i {
  font-size: 30px;
}
.widget-features-box.style2 .item-inner .features-box-content .title {
  margin-bottom: 10px;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.widget-features-box.style2 .item-inner:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.widget-features-box.style3 .item .item-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
}
.widget-features-box.style3 .item .item-inner > div.features-box-image {
  margin-right: 30px;
}
.rtl .widget-features-box.style3 .item .item-inner > div.features-box-image {
  margin-left: 30px;
  margin-right: inherit;
}
.widget-features-box.style3 .features-box-content .title {
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 20px;
}
.widget-features-box.style3 .features-box-content .title:after {
  content: "";
  bottom: 0;
  position: absolute;
  background-color: #f9b200;
  width: 50px;
  height: 3px;
  left: 0;
}
.rtl .widget-features-box.style3 .features-box-content .title:after {
  right: 0;
  left: auto;
}
.widget-features-box.style3 .row div[class*="col-"]:nth-child(2n+1) {
  clear: both;
}
@media only screen and (min-width: 1168px) {
  .widget-features-box.style3 .row div[class*="col-"]:nth-child(2n+1) {
    clear: none;
  }
}
.widget-features-box.style4 {
  position: relative;
}
.widget-features-box.style4 .item .item-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .widget-features-box.style4 .item .item-inner {
    line-height: 30px;
  }
}
.widget-features-box.style4 .features-box-image.icon {
  margin: 0;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  -webkit-align-items: center !important;
  -moz-align-items: center !important;
  align-items: center !important;
}
.widget-features-box.style5 .item-inner > * {
  margin-bottom: 20px;
}
.widget-features-box.style5 .item-inner > *:last-child {
  margin-bottom: 0;
}
.widget-features-box.style5 .features-box-content .title {
  margin-bottom: 6px;
}
.widget-features-box.style6 .item-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.widget-features-box.style6 .item-inner .title {
  margin-bottom: 5px;
}
.widget-features-box.style6 .features-box-image {
  margin-right: 20px;
}
.rtl .widget-features-box.style6 .features-box-image {
  margin-left: 20px;
  margin-right: inherit;
}
.widget-features-box.style6 .features-box-image.icon {
  color: #fff;
  margin-top: 0;
  background-color: #f9b200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.widget-features-box .slick-carousel .slick-dots {
  padding-top: 50px;
  display: block;
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
  filter: alpha(opacity=100);
}
.widget-features-box .slick-carousel .slick-arrow {
  pointer-events: none;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 40px;
  height: 40px;
}
.widget-features-box .slick-carousel .slick-prev {
  margin-left: 30px;
}
.rtl .widget-features-box .slick-carousel .slick-prev {
  margin-right: 30px;
  margin-left: inherit;
}
.widget-features-box .slick-carousel .slick-next {
  margin-right: 30px;
}
.rtl .widget-features-box .slick-carousel .slick-next {
  margin-left: 30px;
  margin-right: inherit;
}
.widget-features-box .features-box-image.icon {
  color: #f9b200;
  margin-top: 5px;
  border: 2px solid transparent;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.widget-features-box .features-box-image.icon i {
  line-height: 1;
  font-size: 2.85714rem;
  position: relative;
  z-index: 1;
}
.widget-features-box .features-box-content a {
  color: #1a1a1a;
}
.widget-features-box .features-box-content a .title {
  color: inherit;
}
.widget-features-box .features-box-content a:hover .title {
  color: #f9b200;
}
.widget-features-box .features-box-content a:focus .title {
  color: #f9b200;
}
.widget-features-box .features-box-content a:focus-within .title {
  color: #f9b200;
}
.widget-features-box .features-box-content a:active .title {
  color: #f9b200;
}
.widget-features-box .features-box-content .title {
  margin: 0 0 10px 0;
  font-size: 16px;
  font-weight: 700;
  color: #1a1a1a;
  text-transform: uppercase;
  line-height: 1.625;
}
@media only screen and (min-width: 768px) {
  .widget-features-box .features-box-content .title {
    margin: 0;
  }
}
.widget-features-box .features-box-content .description {
  outline: none;
}
.widget-features-box .features-info-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget-features-box .features-info-list li {
  margin: 0 0 10px 0;
  position: relative;
  line-height: 1.71429;
  padding: 0 0 0 22px;
}
.rtl .widget-features-box .features-info-list li {
  padding: 0 22px 0 0;
}
.widget-features-box .features-info-list li:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1168px) {
  .widget-features-box .features-info-list li {
    margin: 0;
    line-height: 2.28571;
  }
}
.widget-features-box .features-info-list li:before {
  top: 6px;
  color: #1a1a1a;
  content: "\e912";
  position: absolute;
  left: 0;
  font-family: 'icomoon' !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;
}
.rtl .widget-features-box .features-info-list li:before {
  right: 0;
  left: auto;
}
@media only screen and (min-width: 1168px) {
  .widget-features-box .features-info-list li:before {
    top: 10px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.features-box-header .widget-features-box .features-box-image.icon {
  margin-top: 0;
}

/* 10. teams */
.type-team.team-style {
  overflow: hidden;
  text-align: center;
  background-color: #fff;
  margin-bottom: 30px;
  border: 1px solid transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.type-team.team-style:hover {
  border-color: transparent !important;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.07);
}
.type-team.team-style .content {
  padding: 20px 0 30px 0;
}
.type-team.team-style .content .name-team {
  font-size: 13px;
  margin: 0 0 5px 0;
  text-transform: capitalize;
  letter-spacing: 0.5px;
}
.type-team.team-style .content .team-job {
  text-transform: capitalize;
  margin-bottom: 20px;
}
.type-team.team-style .team-image {
  outline: none;
}
.type-team.team-style .social-info .social {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.type-team.team-style .social-info .social > li {
  margin: 0 5px;
}
.type-team.team-style .social-info .social > li > a {
  color: #f9b200;
  font-size: 1rem;
  border: 1px solid #f9b200;
  background-color: transparent;
  width: 34px;
  height: 34px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.type-team.team-style .social-info .social > li > a:hover {
  color: #f9b200;
  border-color: #f9b200;
  background-color: transparent;
}
.type-team.team-style .social-info .social > li > a:focus {
  color: #f9b200;
  border-color: #f9b200;
  background-color: transparent;
}
.type-team.team-style .social-info .social > li > a:focus-within {
  color: #f9b200;
  border-color: #f9b200;
  background-color: transparent;
}
.type-team.team-style .social-info .social > li > a:active {
  color: #f9b200;
  border-color: #f9b200;
  background-color: transparent;
}
.type-team.team-style1 {
  background-color: #f2f3f5;
  margin-bottom: 30px;
  position: relative;
}
@media only screen and (min-width: 1168px) {
  .type-team.team-style1 {
    margin-bottom: 0;
  }
}
.type-team.team-style1 .social-info {
  position: absolute;
  bottom: 0;
  width: 50px;
  overflow: hidden;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.rtl .type-team.team-style1 .social-info {
  left: 0;
  right: auto;
}
.type-team.team-style1 .social {
  margin: 0;
  padding: 0;
}
.type-team.team-style1 .social li {
  width: 100%;
  display: block;
}
.type-team.team-style1 .social li a {
  color: #fff;
  font-size: 15px;
  border: none;
  line-height: 1;
  position: relative;
  background-color: #f9b200;
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.type-team.team-style1 .social li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.5);
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 1px;
}
.type-team.team-style1 .social li:last-child a:after {
  content: normal;
}
.type-team.team-style1 .team-job {
  margin-bottom: 0;
}
.type-team.team-style1 .team-image {
  position: relative;
  overflow: hidden;
  display: block;
}
.type-team.team-style1 .name-team {
  margin: 0 0 3px;
  font-size: 18px;
}
.type-team.team-style1 .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.type-team.team-style1 .team-content-info {
  padding: 20px;
}
.type-team.team-style1:hover .team-image:before {
  z-index: 1;
  border-width: 4px;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.type-team.team-style2 {
  overflow: hidden;
  text-align: center;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.type-team.team-style2 .content {
  padding: 20px 0 34px 0;
}
.type-team.team-style2 .content .name-team {
  font-size: 1.28571rem;
  text-transform: capitalize;
  margin: 0 0 10px 0;
}
.type-team.team-style2 .content .team-job {
  text-transform: capitalize;
  margin-bottom: 25px;
}
.type-team.team-style2 .social-info .social {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.type-team.team-style2 .social-info .social > li {
  margin: 0 2px;
}
.type-team.team-style2 .social-info .social > li > a {
  color: #777777;
  font-size: 0.85714rem;
  border: 1px solid #dddddd;
  background-color: transparent;
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.type-team.team-style2 .social-info .social > li > a:hover {
  color: #fff;
  border-color: #1a1a1a;
  background-color: #1a1a1a;
}
.type-team.team-style2 .social-info .social > li > a:focus {
  color: #fff;
  border-color: #1a1a1a;
  background-color: #1a1a1a;
}
.type-team.team-style2 .social-info .social > li > a:focus-within {
  color: #fff;
  border-color: #1a1a1a;
  background-color: #1a1a1a;
}
.type-team.team-style2 .social-info .social > li > a:active {
  color: #fff;
  border-color: #1a1a1a;
  background-color: #1a1a1a;
}

.widget-teams {
  position: relative;
}
.widget-teams .slick-carousel .slick-dots {
  left: -99999px;
}
.rtl .widget-teams .slick-carousel .slick-dots {
  right: -99999px;
  left: auto;
}
@media only screen and (min-width: 1168px) {
  .widget-teams .slick-carousel .slick-dots {
    left: 0;
  }
  .rtl .widget-teams .slick-carousel .slick-dots {
    right: 0;
    left: auto;
  }
}

.detail-team .entry-description > * {
  margin-top: 22px;
  margin-bottom: 22px;
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .detail-team .entry-description > * {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}
.detail-team .entry-description > * figcaption {
  margin-top: 15px;
}
.detail-team .entry-description > *:first-child {
  margin-top: 0;
}
.detail-team .entry-description > *:last-child {
  margin-bottom: 0;
}
.detail-team .project-thumb {
  position: relative;
}
.detail-team .project-thumb img {
  width: 100%;
}
.detail-team .project-thumb:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 1;
}
.detail-team .team-social {
  padding: 10px;
  margin-bottom: 30px;
  border: none;
  -webkit-box-shadow: 0 0 50px rgba(65, 94, 148, 0.1);
  box-shadow: 0 0 50px rgba(65, 94, 148, 0.1);
  position: relative;
}
@media only screen and (min-width: 1168px) {
  .detail-team .team-social {
    margin-bottom: 0;
  }
}
.detail-team .team-social:hover .project-thumb:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.detail-team .team-social:hover .team-detail-socials {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.detail-team .team-detail-socials {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
}
.detail-team .team-detail-socials ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.detail-team .team-detail-socials ul > li a {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  background-color: transparent;
  margin: 0 4px;
}
.detail-team .team-detail-socials ul > li a:hover {
  color: #fff;
  border-color: #f9b200;
  background-color: #f9b200;
}
.detail-team .team-detail-socials ul > li a:focus {
  color: #fff;
  border-color: #f9b200;
  background-color: #f9b200;
}
.detail-team .team-detail-socials ul > li a:focus-within {
  color: #fff;
  border-color: #f9b200;
  background-color: #f9b200;
}
.detail-team .team-detail-socials ul > li a:active {
  color: #fff;
  border-color: #f9b200;
  background-color: #f9b200;
}
.detail-team .entry-title-detail {
  font-size: 30px;
  margin-bottom: 20px;
  line-height: 38px;
  text-transform: capitalize;
}
.detail-team .entry-description {
  margin-bottom: 25px;
}
.detail-team .single-team-meta {
  padding-left: 25px;
}
.rtl .detail-team .single-team-meta {
  padding-right: 25px;
  padding-left: inherit;
}
.detail-team .team-job {
  font-family: "Peter Jhons", Helvetica, Arial, sans-serif;
  font-size: 60px;
  font-weight: 400;
  letter-spacing: 0px;
  color: #f9b200;
}

.single-team-flex {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media only screen and (min-width: 1168px) {
  .single-team-flex {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.team-detail .title {
  text-transform: capitalize;
  position: relative;
  color: #1a1a1a;
  font-family: "Heebo", sans-serif;
  font-weight: 500;
  margin: 30px 0 30px 0;
  font-size: 30px;
  line-height: 1.26667;
}
@media only screen and (min-width: 1168px) {
  .team-detail .title {
    margin: 72px 0 30px 0;
  }
}
.team-detail .team-description {
  margin-bottom: 30px;
  margin-top: -5px;
}

.detail-team-top {
  outline: none;
}

.team-detail-skills .panel-group {
  margin-bottom: 0;
}
.team-detail-skills .progress {
  height: 4px;
  margin-bottom: 20px;
  background-color: #f2f3f5;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media (min-width: 1200px) {
  .team-detail-skills .progress {
    margin-bottom: 33px;
  }
}
.team-detail-skills .progress .progress-bar {
  background-color: #f9b200;
  background-image: none;
}
.team-detail-skills .valuation-label {
  font-weight: 500;
  color: #1a1a1a;
  text-transform: capitalize;
  margin-bottom: 3px;
}
.team-detail-skills .percentage-valuation {
  color: #1a1a1a;
  font-weight: 500;
  font-family: "Heebo", sans-serif;
  font-size: 16px;
}

.team-detail-activities > * {
  margin-bottom: 0;
}
.team-detail-activities .panel {
  border: none;
}
.team-detail-activities .panel + .panel {
  margin-top: 10px;
}
.team-detail-activities .panel-body {
  padding: 25px 30px 20px 30px;
}
.rtl .team-detail-activities .panel-body {
  padding: 25px 30px 20px 30px;
}
.team-detail-activities .panel-default > .panel-heading {
  color: #1a1a1a;
  background-color: #F8F8FF;
  padding: 18px 30px;
  border-left: 1px solid #f9b200;
}
.rtl .team-detail-activities .panel-default > .panel-heading {
  border-right: 1px solid #f9b200;
  border-left: inherit;
}
.team-detail-activities .panel-default > .panel-heading .panel-title {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 15px;
  font-weight: 500;
  font-family: "Heebo", sans-serif;
  line-height: 1.66667;
}
.team-detail-activities .panel-default > .panel-heading .panel-title a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.team-detail-activities .panel-default > .panel-heading .panel-title a > * {
  margin-right: 20px;
}
.rtl .team-detail-activities .panel-default > .panel-heading .panel-title a > * {
  margin-left: 20px;
  margin-right: inherit;
}
.team-detail-activities .panel-default > .panel-heading .panel-title a span {
  font-size: 30px;
  color: #f9b200;
  line-height: 1;
}
.team-detail-activities .panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 0;
}

/* 11. utilities */
.clear:before:before, .clear:before:after,
.clear:after:before,
.clear:after:after,
.entry-content:before:before,
.entry-content:before:after,
.entry-content:after:before,
.entry-content:after:after,
.comment-content:before:before,
.comment-content:before:after,
.comment-content:after:before,
.comment-content:after:after,
.site-header:before:before,
.site-header:before:after,
.site-header:after:before,
.site-header:after:after,
.site-content:before:before,
.site-content:before:after,
.site-content:after:before,
.site-content:after:after,
.site-footer:before:before,
.site-footer:before:after,
.site-footer:after:before,
.site-footer:after:after {
  content: " ";
  display: table;
}
.clear:before:after,
.clear:after:after,
.entry-content:before:after,
.entry-content:after:after,
.comment-content:before:after,
.comment-content:after:after,
.site-header:before:after,
.site-header:after:after,
.site-content:before:after,
.site-content:after:after,
.site-footer:before:after,
.site-footer:after:after {
  clear: both;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

.margin-top-1 {
  margin-top: 1px !important;
}

.margin-bottom-36 {
  margin-bottom: 36px !important;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.margin-bottom-0 {
  margin-bottom: 0 !important;
}

.margin-bottom-15 {
  margin-bottom: 15px !important;
}

.margin-bottom-10 {
  margin-bottom: 10px !important;
}

.margin-bottom-45 {
  margin-bottom: 45px !important;
}

.margin-top-15 {
  margin-top: 15px !important;
}

.margin-bottom-0 {
  margin-bottom: 0px !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #1a1a1a;
  display: block;
  font-size: 10px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px 23px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
.rtl .screen-reader-text:focus {
  right: 5px;
  left: auto;
}
.rtl .screen-reader-text:focus {
  padding: 15px 23px 14px 23px;
}

#content[tabindex="-1"]:focus {
  outline: 0;
}

.overflow-hidden {
  overflow: hidden;
}

.text-underline {
  text-decoration: underline !important;
}

.text-large {
  font-size: 16px;
  line-height: 1.625;
  font-weight: 400;
  color: #1a1a1a;
  font-family: "Heebo", sans-serif;
}
@media only screen and (min-width: 768px) {
  .text-large {
    font-size: 18px;
    line-height: 1.55556;
  }
}
@media only screen and (min-width: 1168px) {
  .text-large {
    font-size: 20px;
    line-height: 1.5;
  }
}

.text-extra-large {
  margin: 0;
  color: #1a1a1a;
  font-size: 80px;
  font-weight: 400;
  line-height: 1.4375;
}
@media only screen and (min-width: 1168px) {
  .text-extra-large {
    color: #fff;
    font-size: 200px;
    line-height: 1.2;
  }
}
@media only screen and (min-width: 1379px) {
  .text-extra-large {
    font-size: 300px;
    line-height: 1.04667;
  }
}

.md-clearfix {
  clear: none;
}
@media only screen and (min-width: 768px) {
  .md-clearfix {
    clear: none;
  }
}
@media only screen and (min-width: 1168px) {
  .md-clearfix {
    clear: both;
  }
}

/*-------------------------------------------
    No Margin
-------------------------------------------*/
.no-margin {
  margin: 0 !important;
}
.no-margin .pagination {
  margin: 0;
}

/*-------------------------------------------
    No Padding
-------------------------------------------*/
.no-padding {
  padding: 0 !important;
}

.no-position {
  position: static !important;
}

.inline-block {
  display: inline-block;
  vertical-align: middle;
}
.lt-ie8 .inline-block {
  display: inline;
  zoom: 1;
}

.no-background {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none !important;
}

.no-effect a:before {
  content: none !important;
}

/*------------------------------------*\
    Clear List Style
\*------------------------------------*/
.clear-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

/*-------------------------------------------
    Text Transform
-------------------------------------------*/
.text-uppercase {
  text-transform: uppercase !important;
}

/*-------------------------------------------
    Align
-------------------------------------------*/
.separator_align_center {
  text-align: center !important;
}

.vc_align_right,
.separator_align_right {
  text-align: right !important;
}

.separator_align_left {
  text-align: left !important;
}

/*------------------------------------*\
    Border
\*------------------------------------*/
.no-border {
  border: 0px !important;
}

/*------------------------------------*\
    No background
\*------------------------------------*/
.bg-transparent {
  background: transparent !important;
}

.flex-right {
  margin-left: auto;
}
.rtl .flex-right {
  margin-right: auto;
  margin-left: inherit;
}

.flex-float-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

/* 12. widgets layout */
.elementor-widget-progress .elementor-progress-wrapper {
  overflow: visible !important;
}
.elementor-widget-progress .elementor-progress-wrapper .elementor-progress-percentage {
  top: -15px;
  position: relative;
}

.elementor-element.apus-bg-line:before {
  content: "";
  top: 0;
  position: absolute;
  background-image: url("../images/default_pattern.png");
  background-repeat: repeat;
  background-position: 0 0;
  left: 0;
  width: 49.5%;
  height: 100%;
}
.rtl .elementor-element.apus-bg-line:before {
  right: 0;
  left: auto;
}
.elementor-element.apus-bg-line:after {
  content: "";
  bottom: 0;
  position: absolute;
  background-color: #f2f3f5;
  width: 100%;
  height: 1px;
  left: 0;
}
.rtl .elementor-element.apus-bg-line:after {
  right: 0;
  left: auto;
}

.widget-text-heading {
  margin: 0;
}
.widget-text-heading .title {
  font-size: 36px;
  font-weight: 400;
  margin: 0 0 5px;
}
.widget-text-heading .des {
  font-size: 13px;
}
.widget-text-heading.center {
  text-align: center;
}

.contact-sidebar-element.ali-left {
  text-align: left;
}
.rtl .contact-sidebar-element.ali-left {
  text-align: right;
}
.contact-sidebar-element.ali-right {
  text-align: right;
}
.rtl .contact-sidebar-element.ali-right {
  text-align: left;
}
.contact-sidebar-element.ali-center {
  text-align: center;
}
.contact-sidebar-element .contact-sidebar-btn {
  color: #fff;
  font-size: 1.42857rem;
}

.contact-sidebar-wrapper {
  position: fixed;
  top: 0;
  z-index: 1001;
  width: 320px;
  height: 100%;
  overflow: hidden;
  background-color: #fff;
  padding: 50px 30px;
  right: 0;
  -webkit-transform: translate3d(320px, 0, 0);
  transform: translate3d(320px, 0, 0);
  -webkit-transition: transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
  border-left: 1px solid #e1e6eb;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.rtl .contact-sidebar-wrapper {
  left: 0;
  right: auto;
}
.rtl .contact-sidebar-wrapper {
  border-right: 1px solid #e1e6eb;
  border-left: inherit;
}
@media only screen and (min-width: 1168px) {
  .contact-sidebar-wrapper {
    width: 450px;
    padding: 100px 30px;
    -webkit-transform: translate3d(450px, 0, 0);
    transform: translate3d(450px, 0, 0);
  }
}
@media only screen and (min-width: 1379px) {
  .contact-sidebar-wrapper {
    width: 500px;
    -webkit-transform: translate3d(500px, 0, 0);
    transform: translate3d(500px, 0, 0);
  }
}
.contact-sidebar-wrapper.active {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.contact-sidebar-wrapper .widget .widget-title {
  margin-bottom: 30px;
  font-size: 1.28571rem;
  line-height: 1.33333;
}
.contact-sidebar-wrapper .widget.widget_custom_html .widget-title {
  font-size: 1.28571rem;
  line-height: 1.33333;
}
.contact-sidebar-wrapper form {
  margin-bottom: 30px;
}
@media only screen and (min-width: 1168px) {
  .contact-sidebar-wrapper form {
    margin-bottom: 50px;
  }
}
.contact-sidebar-wrapper form > * {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1168px) {
  .contact-sidebar-wrapper form > * {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1379px) {
  .contact-sidebar-wrapper form > * {
    margin-bottom: 40px;
  }
}
.contact-sidebar-wrapper form > *.custom-form-button {
  margin-bottom: 0;
  text-align: right;
}
.rtl .contact-sidebar-wrapper form > *.custom-form-button {
  text-align: left;
}
.contact-sidebar-wrapper form > *.custom-form-button .ajax-loader {
  position: absolute;
  right: 40px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.rtl .contact-sidebar-wrapper form > *.custom-form-button .ajax-loader {
  left: 40px;
  right: auto;
}
.contact-sidebar-wrapper form > *:last-child {
  margin-bottom: 0;
}
.contact-sidebar-wrapper form input[type="text"], .contact-sidebar-wrapper form input[type="email"],
.contact-sidebar-wrapper form input[type="url"], .contact-sidebar-wrapper form input[type="password"],
.contact-sidebar-wrapper form input[type="search"], .contact-sidebar-wrapper form input[type="number"],
.contact-sidebar-wrapper form input[type="tel"], .contact-sidebar-wrapper form input[type="range"],
.contact-sidebar-wrapper form input[type="date"], .contact-sidebar-wrapper form input[type="month"],
.contact-sidebar-wrapper form input[type="week"], .contact-sidebar-wrapper form input[type="time"],
.contact-sidebar-wrapper form input[type="datetime"], .contact-sidebar-wrapper form input[type="datetime-local"],
.contact-sidebar-wrapper form input[type="color"], .contact-sidebar-wrapper form textarea {
  width: 100%;
  border: none;
  padding: 10px 0;
  height: 60px;
  min-height: 60px;
  font-size: 1rem;
  text-transform: none;
  border-bottom: 2px solid #e1e6eb;
}
.contact-sidebar-wrapper form input[type="text"]::-moz-placeholder, .contact-sidebar-wrapper form input[type="email"]::-moz-placeholder,
.contact-sidebar-wrapper form input[type="url"]::-moz-placeholder, .contact-sidebar-wrapper form input[type="password"]::-moz-placeholder,
.contact-sidebar-wrapper form input[type="search"]::-moz-placeholder, .contact-sidebar-wrapper form input[type="number"]::-moz-placeholder,
.contact-sidebar-wrapper form input[type="tel"]::-moz-placeholder, .contact-sidebar-wrapper form input[type="range"]::-moz-placeholder,
.contact-sidebar-wrapper form input[type="date"]::-moz-placeholder, .contact-sidebar-wrapper form input[type="month"]::-moz-placeholder,
.contact-sidebar-wrapper form input[type="week"]::-moz-placeholder, .contact-sidebar-wrapper form input[type="time"]::-moz-placeholder,
.contact-sidebar-wrapper form input[type="datetime"]::-moz-placeholder, .contact-sidebar-wrapper form input[type="datetime-local"]::-moz-placeholder,
.contact-sidebar-wrapper form input[type="color"]::-moz-placeholder, .contact-sidebar-wrapper form textarea::-moz-placeholder {
  color: #555555;
  opacity: 1;
  text-transform: none;
}
.contact-sidebar-wrapper form input[type="text"]:-ms-input-placeholder, .contact-sidebar-wrapper form input[type="email"]:-ms-input-placeholder,
.contact-sidebar-wrapper form input[type="url"]:-ms-input-placeholder, .contact-sidebar-wrapper form input[type="password"]:-ms-input-placeholder,
.contact-sidebar-wrapper form input[type="search"]:-ms-input-placeholder, .contact-sidebar-wrapper form input[type="number"]:-ms-input-placeholder,
.contact-sidebar-wrapper form input[type="tel"]:-ms-input-placeholder, .contact-sidebar-wrapper form input[type="range"]:-ms-input-placeholder,
.contact-sidebar-wrapper form input[type="date"]:-ms-input-placeholder, .contact-sidebar-wrapper form input[type="month"]:-ms-input-placeholder,
.contact-sidebar-wrapper form input[type="week"]:-ms-input-placeholder, .contact-sidebar-wrapper form input[type="time"]:-ms-input-placeholder,
.contact-sidebar-wrapper form input[type="datetime"]:-ms-input-placeholder, .contact-sidebar-wrapper form input[type="datetime-local"]:-ms-input-placeholder,
.contact-sidebar-wrapper form input[type="color"]:-ms-input-placeholder, .contact-sidebar-wrapper form textarea:-ms-input-placeholder {
  color: #555555;
  text-transform: none;
}
.contact-sidebar-wrapper form input[type="text"]::-webkit-input-placeholder, .contact-sidebar-wrapper form input[type="email"]::-webkit-input-placeholder,
.contact-sidebar-wrapper form input[type="url"]::-webkit-input-placeholder, .contact-sidebar-wrapper form input[type="password"]::-webkit-input-placeholder,
.contact-sidebar-wrapper form input[type="search"]::-webkit-input-placeholder, .contact-sidebar-wrapper form input[type="number"]::-webkit-input-placeholder,
.contact-sidebar-wrapper form input[type="tel"]::-webkit-input-placeholder, .contact-sidebar-wrapper form input[type="range"]::-webkit-input-placeholder,
.contact-sidebar-wrapper form input[type="date"]::-webkit-input-placeholder, .contact-sidebar-wrapper form input[type="month"]::-webkit-input-placeholder,
.contact-sidebar-wrapper form input[type="week"]::-webkit-input-placeholder, .contact-sidebar-wrapper form input[type="time"]::-webkit-input-placeholder,
.contact-sidebar-wrapper form input[type="datetime"]::-webkit-input-placeholder, .contact-sidebar-wrapper form input[type="datetime-local"]::-webkit-input-placeholder,
.contact-sidebar-wrapper form input[type="color"]::-webkit-input-placeholder, .contact-sidebar-wrapper form textarea::-webkit-input-placeholder {
  color: #555555;
  text-transform: none;
}
.contact-sidebar-wrapper form input[type="text"]:hover, .contact-sidebar-wrapper form input[type="email"]:hover,
.contact-sidebar-wrapper form input[type="url"]:hover, .contact-sidebar-wrapper form input[type="password"]:hover,
.contact-sidebar-wrapper form input[type="search"]:hover, .contact-sidebar-wrapper form input[type="number"]:hover,
.contact-sidebar-wrapper form input[type="tel"]:hover, .contact-sidebar-wrapper form input[type="range"]:hover,
.contact-sidebar-wrapper form input[type="date"]:hover, .contact-sidebar-wrapper form input[type="month"]:hover,
.contact-sidebar-wrapper form input[type="week"]:hover, .contact-sidebar-wrapper form input[type="time"]:hover,
.contact-sidebar-wrapper form input[type="datetime"]:hover, .contact-sidebar-wrapper form input[type="datetime-local"]:hover,
.contact-sidebar-wrapper form input[type="color"]:hover, .contact-sidebar-wrapper form textarea:hover {
  border-color: #f9b200;
}
.contact-sidebar-wrapper form input[type="text"]:focus, .contact-sidebar-wrapper form input[type="email"]:focus,
.contact-sidebar-wrapper form input[type="url"]:focus, .contact-sidebar-wrapper form input[type="password"]:focus,
.contact-sidebar-wrapper form input[type="search"]:focus, .contact-sidebar-wrapper form input[type="number"]:focus,
.contact-sidebar-wrapper form input[type="tel"]:focus, .contact-sidebar-wrapper form input[type="range"]:focus,
.contact-sidebar-wrapper form input[type="date"]:focus, .contact-sidebar-wrapper form input[type="month"]:focus,
.contact-sidebar-wrapper form input[type="week"]:focus, .contact-sidebar-wrapper form input[type="time"]:focus,
.contact-sidebar-wrapper form input[type="datetime"]:focus, .contact-sidebar-wrapper form input[type="datetime-local"]:focus,
.contact-sidebar-wrapper form input[type="color"]:focus, .contact-sidebar-wrapper form textarea:focus {
  border-color: #f9b200;
}
.contact-sidebar-wrapper form input[type="text"]:focus-within, .contact-sidebar-wrapper form input[type="email"]:focus-within,
.contact-sidebar-wrapper form input[type="url"]:focus-within, .contact-sidebar-wrapper form input[type="password"]:focus-within,
.contact-sidebar-wrapper form input[type="search"]:focus-within, .contact-sidebar-wrapper form input[type="number"]:focus-within,
.contact-sidebar-wrapper form input[type="tel"]:focus-within, .contact-sidebar-wrapper form input[type="range"]:focus-within,
.contact-sidebar-wrapper form input[type="date"]:focus-within, .contact-sidebar-wrapper form input[type="month"]:focus-within,
.contact-sidebar-wrapper form input[type="week"]:focus-within, .contact-sidebar-wrapper form input[type="time"]:focus-within,
.contact-sidebar-wrapper form input[type="datetime"]:focus-within, .contact-sidebar-wrapper form input[type="datetime-local"]:focus-within,
.contact-sidebar-wrapper form input[type="color"]:focus-within, .contact-sidebar-wrapper form textarea:focus-within {
  border-color: #f9b200;
}
.contact-sidebar-wrapper .contact_close {
  position: absolute;
  top: 20px;
  width: 100%;
  border: none;
  font-size: 2.57143rem;
  color: #f9b200;
  width: auto;
  height: 60px;
  right: 20px;
  text-align: right;
}
.rtl .contact-sidebar-wrapper .contact_close {
  left: 20px;
  right: auto;
}
.rtl .contact-sidebar-wrapper .contact_close {
  text-align: left;
}
.contact-sidebar-wrapper .contact_close:hover {
  color: #1a1a1a;
}
.contact-sidebar-wrapper .contact_close:focus {
  color: #1a1a1a;
}
.contact-sidebar-wrapper .contact_close:focus-within {
  color: #1a1a1a;
}
.contact-sidebar-wrapper .contact_close:active {
  color: #1a1a1a;
}

.apus_custom_menu.left {
  text-align: left;
}
.rtl .apus_custom_menu.left {
  text-align: right;
}
.apus_custom_menu.right {
  text-align: right;
}
.rtl .apus_custom_menu.right {
  text-align: left;
}
.apus_custom_menu.center {
  text-align: center;
}
.apus_custom_menu.inline li {
  margin-bottom: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.lt-ie8 .apus_custom_menu.inline li {
  display: inline;
  zoom: 1;
}
.rtl .apus_custom_menu.inline li {
  margin-left: 15px;
  margin-right: inherit;
}
@media only screen and (min-width: 1168px) {
  .apus_custom_menu.inline li {
    margin-right: 30px;
  }
  .rtl .apus_custom_menu.inline li {
    margin-left: 30px;
    margin-right: inherit;
  }
}
.apus_custom_menu.inline li:last-child {
  margin: 0;
}
.apus_custom_menu .menu li {
  border-bottom: 1px dashed rgba(102, 102, 102, 0.3);
}
.apus_custom_menu .menu li a {
  color: #999999;
  font-size: 0.92857rem;
  position: relative;
}
.apus_custom_menu .menu li a:before {
  content: "\f101";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  margin-right: 6px;
  font-weight: 900;
}
.rtl .apus_custom_menu .menu li a:before {
  margin-left: 6px;
  margin-right: inherit;
}
.apus_custom_menu .menu li:first-child {
  padding-top: 0;
}
.apus_custom_menu .widgettitle {
  color: #fff;
  text-transform: none;
  padding-bottom: 15px;
  margin-bottom: 40px;
  margin-top: 0;
  position: relative;
  font-family: "Heebo", sans-serif;
  font-weight: 500;
  font-size: 1.28571rem;
  line-height: 1.55556;
}
.apus_custom_menu .widgettitle:before {
  content: "";
  position: absolute;
  bottom: -14px;
  border: 3px solid #fff;
  margin-bottom: 10px;
  display: inline-block;
  vertical-align: middle;
  left: 0;
  width: 10px;
  height: 10px;
}
.lt-ie8 .apus_custom_menu .widgettitle:before {
  display: inline;
  zoom: 1;
}
.rtl .apus_custom_menu .widgettitle:before {
  right: 0;
  left: auto;
}
.apus_custom_menu .widgettitle:after {
  content: "";
  position: absolute;
  bottom: -10px;
  margin: 10px 0;
  background-color: #f9b200;
  left: 18px;
  width: 70px;
  height: 3px;
}
.rtl .apus_custom_menu .widgettitle:after {
  right: 18px;
  left: auto;
}

.slick-carousel {
  position: relative;
  margin-right: -15px;
  margin-left: -15px;
}
.slick-carousel .slick-arrow {
  padding: 0;
  color: #fff;
  border: none;
  line-height: 1;
  position: absolute;
  min-width: auto;
  min-height: auto;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1.14286rem;
  color: #fff;
  background-color: #f9b200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.slick-carousel .slick-arrow:hover {
  color: #fff;
  background-color: #f9b200;
}
.slick-carousel .slick-arrow:focus {
  color: #fff;
  background-color: #f9b200;
}
.slick-carousel .slick-arrow:focus-within {
  color: #fff;
  background-color: #f9b200;
}
.slick-carousel .slick-arrow:active {
  color: #fff;
  background-color: #f9b200;
}
.slick-carousel .slick-arrow.slick-prev {
  left: 0;
}
.rtl .slick-carousel .slick-arrow.slick-prev {
  right: 0;
  left: auto;
}
.slick-carousel .slick-arrow.slick-next {
  right: 0;
}
.rtl .slick-carousel .slick-arrow.slick-next {
  left: 0;
  right: auto;
}
.slick-carousel .slick-arrow .textnav {
  display: none;
}
.slick-carousel .slick-arrow:before, .slick-carousel .slick-arrow:after {
  content: normal;
}
.slick-carousel .slick-slide {
  outline: none !important;
  padding-left: 15px;
  padding-right: 15px;
}
.slick-carousel.show-text .textnav {
  display: inline-block;
  margin: 0 2px;
}
.slick-carousel.show-text .slick-arrow {
  background: transparent !important;
  font-weight: 600;
  font-size: 12px;
  color: #1a1a1a;
  width: auto;
  height: auto;
}
.slick-carousel.show-text .slick-arrow:hover {
  color: #f9b200;
}
.slick-carousel.show-text .slick-arrow:focus {
  color: #f9b200;
}
.slick-carousel.show-text .slick-arrow:focus-within {
  color: #f9b200;
}
.slick-carousel.show-text .slick-arrow:active {
  color: #f9b200;
}
.slick-carousel.show-text .slick-prev {
  left: 15px;
  right: inherit;
}
.rtl .slick-carousel.show-text .slick-prev {
  right: 15px;
  left: auto;
}
.rtl .slick-carousel.show-text .slick-prev {
  left: inherit;
  right: auto;
}
.slick-carousel.show-text .slick-next {
  right: 15px;
  left: inherit;
}
.rtl .slick-carousel.show-text .slick-next {
  left: 15px;
  right: auto;
}
.rtl .slick-carousel.show-text .slick-next {
  right: inherit;
  left: auto;
}
.slick-carousel.p-bottom .slick-list {
  padding-bottom: 5px;
}
.slick-carousel.p-bottom .slick-arrow {
  top: 100%;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.slick-carousel .slick-track {
  margin: inherit;
}
.slick-carousel .slick-dots {
  margin: 0;
  padding: 0;
  text-align: center;
  list-style: none;
  line-height: 1;
  position: absolute;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
@media only screen and (min-width: 1168px) {
  .slick-carousel .slick-dots {
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
.slick-carousel .slick-dots li {
  cursor: pointer;
  margin: 0 12px;
  position: relative;
  background: #fff;
  border: 1px solid #dddddd;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.lt-ie8 .slick-carousel .slick-dots li {
  display: inline;
  zoom: 1;
}
@media only screen and (min-width: 1168px) {
  .slick-carousel .slick-dots li {
    width: 12px;
    height: 12px;
  }
}
.slick-carousel .slick-dots li.slick-active {
  border-color: #fff;
  background-color: #f9b200;
}
.slick-carousel .slick-dots li button {
  text-indent: -9999em;
  padding: 0;
  margin: 0;
  min-width: auto;
  height: auto;
  line-height: 1;
  background: transparent;
  border: none;
  font-size: 0;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.slick-carousel .slick-dots li button:after {
  content: normal;
}
.slick-carousel .slick-dots li button:before {
  content: normal;
}
.slick-carousel .slick-dots button:before, .slick-carousel .slick-dots button:after {
  content: normal;
}

.slick-carousel-top .slick-arrow {
  top: -75px;
  margin: 0 !important;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  filter: alpha(opacity=100);
}
.slick-carousel-top .slick-next {
  right: 15px;
}
.slick-carousel-top .slick-prev {
  left: inherit;
  right: 45px;
}

.widget-social.style-2 .social > li > a {
  border: none;
  width: 28px;
  text-align: right;
}
.rtl .widget-social.style-2 .social > li > a {
  text-align: left;
}
.widget-social.style-2 .social > li > a .social-inner {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
.widget-social .title {
  color: #fff;
  text-transform: none;
  padding-bottom: 15px;
  margin-bottom: 40px;
  margin-top: 0;
  position: relative;
  font-family: "Heebo", sans-serif;
  font-weight: 500;
  font-size: 1.28571rem;
  line-height: 1.55556;
}
.widget-social .title:before {
  content: "";
  position: absolute;
  bottom: -14px;
  border: 3px solid #fff;
  margin-bottom: 10px;
  display: inline-block;
  vertical-align: middle;
  left: 0;
  width: 10px;
  height: 10px;
}
.lt-ie8 .widget-social .title:before {
  display: inline;
  zoom: 1;
}
.rtl .widget-social .title:before {
  right: 0;
  left: auto;
}
.widget-social .title:after {
  content: "";
  position: absolute;
  bottom: -10px;
  margin: 10px 0;
  background-color: #f9b200;
  left: 18px;
  width: 70px;
  height: 3px;
}
.rtl .widget-social .title:after {
  right: 18px;
  left: auto;
}
.widget-social .social {
  padding: 0;
  margin: 0;
  list-style: none;
}
.widget-social .social > li {
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
}
.lt-ie8 .widget-social .social > li {
  display: inline;
  zoom: 1;
}
.rtl .widget-social .social > li {
  margin: 0 0 0 10px;
}
.widget-social .social > li > a {
  margin: 0;
  padding: 0;
  position: relative;
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  background-color: #f9b200;
  border: 1px solid #f9b200;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.widget-social .social > li:first-child {
  margin-left: 0;
}
.rtl .widget-social .social > li:first-child {
  margin-right: 0;
  margin-left: inherit;
}
.widget-social .social > li:first-child a {
  margin-left: 0;
}
.rtl .widget-social .social > li:first-child a {
  margin-right: 0;
  margin-left: inherit;
}
.widget-social .social > li:last-child {
  margin-right: 0;
}
.rtl .widget-social .social > li:last-child {
  margin-left: 0;
  margin-right: inherit;
}
.widget-social .social > li:last-child a {
  margin-right: 0;
}
.rtl .widget-social .social > li:last-child a {
  margin-left: 0;
  margin-right: inherit;
}
.widget-social.center {
  text-align: center;
}
.widget-social.left {
  text-align: left;
}
.rtl .widget-social.left {
  text-align: right;
}
.widget-social.right {
  text-align: right;
}
.rtl .widget-social.right {
  text-align: left;
}

.widget-gallery {
  overflow: hidden;
}
.widget-gallery.grid a {
  display: block;
  position: relative;
  margin-bottom: 30px;
}
.widget-gallery.grid a:before {
  content: "";
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  margin: 20px;
  position: absolute;
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.widget-gallery.grid a:hover:before {
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.9);
  opacity: 1;
  filter: alpha(opacity=100);
}
.widget-gallery.grid a:hover .image-wrapper:after {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  pointer-events: auto;
}
.widget-gallery.grid .image-wrapper {
  position: relative;
}
.widget-gallery.grid .image-wrapper:after {
  margin: auto;
  color: #f9b200;
  z-index: 10;
  font-size: 18px;
  pointer-events: none;
  line-height: 1;
  position: absolute;
  border: 1px solid #f9b200;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  font-family: 'icomoon' !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;
  width: 42px;
  height: 42px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: translateY(15px);
  -ms-transform: translateY(15px);
  -o-transform: translateY(15px);
  transform: translateY(15px);
}
.widget-gallery.grid .image-wrapper:hover:after {
  color: #fff;
  border-color: #f9b200;
  background-color: #f9b200;
}
.widget-gallery .slick-carousel .slick-arrow.slick-prev {
  right: 15px;
}
.rtl .widget-gallery .slick-carousel .slick-arrow.slick-prev {
  left: 15px;
  right: auto;
}
.widget-gallery .slick-carousel .slick-arrow.slick-next {
  left: 15px;
}
.rtl .widget-gallery .slick-carousel .slick-arrow.slick-next {
  right: 15px;
  left: auto;
}
.widget-gallery .slick-carousel .slick-dots {
  visibility: visible;
  bottom: 0;
  margin: 0 0 20px 0;
  opacity: 1;
  filter: alpha(opacity=100);
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.apus-countdown .times {
  width: 100%;
  margin: 0 auto;
  max-height: 83px;
  font-size: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .apus-countdown .times {
    width: 645px;
  }
}
@media only screen and (min-width: 1168px) {
  .apus-countdown .times {
    width: 700px;
  }
}
.apus-countdown .times > div {
  border: none;
  position: relative;
  color: #fff;
  text-transform: capitalize;
  max-width: 25%;
  -webkit-flex-basis: 25%;
  -moz-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
}
.apus-countdown .times > div:after {
  content: normal;
  background-color: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 80px;
}
.rtl .apus-countdown .times > div:after {
  left: 0;
  right: auto;
}
@media only screen and (min-width: 768px) {
  .apus-countdown .times > div:after {
    content: '';
  }
}
.apus-countdown .times > div:first-child {
  padding-left: 0;
}
.rtl .apus-countdown .times > div:first-child {
  padding-right: 0;
  padding-left: inherit;
}
.apus-countdown .times > div:last-child {
  padding-right: 0;
}
.rtl .apus-countdown .times > div:last-child {
  padding-left: 0;
  padding-right: inherit;
}
.apus-countdown .times > div:last-child:after {
  content: normal;
}
.apus-countdown .times > div.day:after {
  right: -5px;
}
.rtl .apus-countdown .times > div.day:after {
  left: -5px;
  right: auto;
}
.apus-countdown .times > div > span {
  color: inherit;
  display: block;
  font-size: 24px;
  font-weight: 400;
  font-family: "Heebo", sans-serif;
  line-height: 1.41667;
}
@media only screen and (min-width: 768px) {
  .apus-countdown .times > div > span {
    font-size: 48px;
    line-height: 1.20833;
  }
}
@media only screen and (min-width: 1168px) {
  .apus-countdown .times > div > span {
    font-size: 48px;
    line-height: 1.20833;
  }
}
@media only screen and (min-width: 1379px) {
  .apus-countdown .times > div > span {
    font-size: 60px;
    line-height: 1;
  }
}

.widget-countdown .price {
  font-size: 18px;
}
.widget-countdown .price strong {
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  font-size: 1.42857rem;
}
@media only screen and (min-width: 1168px) {
  .widget-countdown .price strong {
    font-size: 2.14286rem;
  }
}
.widget-countdown .title {
  font-size: 30px;
  margin: 0 0 10px;
}
@media only screen and (min-width: 1168px) {
  .widget-countdown .title {
    font-size: 44px;
  }
}
.widget-countdown .des {
  margin-bottom: 10px;
  line-height: 1.6;
}
@media only screen and (min-width: 1168px) {
  .widget-countdown .des {
    margin-bottom: 30px;
  }
}
.widget-countdown .url-bottom {
  margin-top: 10px;
}
@media only screen and (min-width: 1168px) {
  .widget-countdown .url-bottom {
    margin-top: 35px;
  }
}
.widget-countdown .btn, .widget-countdown .viewmore-products-btn {
  border-width: 2px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.widget-banner {
  position: relative;
}
.widget-banner .banner-image-bg {
  min-height: 200px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
}
.widget-banner.style1:before {
  content: "";
  background-color: #f9b200;
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  margin: 15px 15px -15px -15px;
  -webkit-transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  -moz-transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  -ms-transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  -o-transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.rtl .widget-banner.style1:before {
  margin: 15px -15px -15px 15px;
}
.widget-banner.style1 .banner-image-bg {
  min-height: 538px;
  position: relative;
}
.widget-banner.style2 .banner-image-bg {
  min-height: 570px;
}

.widget-testimonials {
  margin: 0;
  padding: 0;
}
.widget-testimonials.style2 .job {
  font-style: italic;
  font-size: 13px;
  padding-left: 0;
}
.rtl .widget-testimonials.style2 .job {
  padding-right: 0;
  padding-left: inherit;
}
.widget-testimonials.style2 .job:after {
  content: normal;
}
.widget-testimonials.style2 .description {
  margin-bottom: 15px;
}
.widget-testimonials.style2 .testimonials-info {
  text-transform: none;
}
.widget-testimonials.style3 {
  outline: none;
}
.widget-testimonials .job {
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  position: relative;
  padding-left: 7px;
}
.rtl .widget-testimonials .job {
  padding-right: 7px;
  padding-left: inherit;
}
.widget-testimonials .job:after {
  content: "/";
  left: -4px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.rtl .widget-testimonials .job:after {
  right: -4px;
  left: auto;
}
.widget-testimonials .avarta {
  background: #fff;
  position: relative;
  border: 5px solid #fff;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  -webkit-box-shadow: 2px 3px 6px -3px rgba(0, 0, 0, 0.35);
  box-shadow: 2px 3px 6px -3px rgba(0, 0, 0, 0.35);
}
.widget-testimonials .avarta img {
  width: 100%;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}
.widget-testimonials .quote-icon {
  font-size: 40px;
  line-height: 1;
}
.widget-testimonials .name-client {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  padding-right: 13px;
}
.rtl .widget-testimonials .name-client {
  padding-left: 13px;
  padding-right: inherit;
}
.widget-testimonials .name-client:after {
  content: "/";
  color: white;
  right: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.rtl .widget-testimonials .name-client:after {
  left: 0;
  right: auto;
}
.widget-testimonials .description {
  margin: 0;
  padding: 0;
}
.widget-testimonials .testimonials-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.widget-testimonials .testimonials-info {
  margin-bottom: 30px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.widget-testimonials .testimonials-info > * {
  margin-right: 8px;
}
.rtl .widget-testimonials .testimonials-info > * {
  margin-left: 8px;
  margin-right: inherit;
}
.widget-testimonials .testimonials-info > *:last-child {
  margin-right: 0;
}
.rtl .widget-testimonials .testimonials-info > *:last-child {
  margin-left: 0;
  margin-right: inherit;
}
.widget-testimonials .testimonial-box {
  padding: 0;
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media only screen and (min-width: 1168px) {
  .widget-testimonials .testimonial-box {
    padding: 0 15px;
  }
}
.widget-testimonials .testimonial-box > div {
  margin-bottom: 18px;
}
.widget-testimonials .testimonial-box > div:last-child {
  margin-bottom: 0;
}
.widget-testimonials .testimonial-box > div.description {
  padding: 0 10%;
}
.widget-testimonials .slick-carousel .slick-dots {
  position: absolute;
  visibility: visible;
  left: -99999px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.widget-testimonials .slick-carousel .slick-arrow {
  top: -99999px;
  left: -99999px;
}

.widget-nav-menu {
  margin-bottom: 0;
}
.widget-nav-menu .widget-title {
  color: #1a1a1a;
  text-transform: none;
  padding-bottom: 15px;
  margin-bottom: 40px;
  margin-top: 0;
  position: relative;
  font-family: "Heebo", sans-serif;
  font-weight: 500;
  font-size: 1.28571rem;
  line-height: 1.55556;
}
.widget-nav-menu .widget-title:before {
  content: "";
  position: absolute;
  bottom: -14px;
  border: 3px solid #1a1a1a;
  margin-bottom: 10px;
  display: inline-block;
  vertical-align: middle;
  left: 0;
  width: 10px;
  height: 10px;
}
.lt-ie8 .widget-nav-menu .widget-title:before {
  display: inline;
  zoom: 1;
}
.rtl .widget-nav-menu .widget-title:before {
  right: 0;
  left: auto;
}
.widget-nav-menu .widget-title:after {
  content: "";
  position: absolute;
  bottom: -10px;
  margin: 10px 0;
  background-color: #f9b200;
  left: 18px;
  width: 70px;
  height: 3px;
}
.rtl .widget-nav-menu .widget-title:after {
  right: 18px;
  left: auto;
}
.widget-nav-menu .menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget-nav-menu .menu li {
  position: relative;
  font-size: 15px;
  line-height: 2;
  padding: 5px 0px 5px 0px;
}
.widget-nav-menu .menu li:before, .widget-nav-menu .menu li:after {
  content: " ";
  display: table;
}
.widget-nav-menu .menu li:after {
  clear: both;
}
.rtl .widget-nav-menu .menu li {
  padding: 5px 0px 5px 0px;
}
.widget-nav-menu .menu li:first-child {
  padding-top: 0px;
}
.widget-nav-menu .menu li:last-child {
  margin: 0;
}
.widget-nav-menu .menu li a {
  color: #6f6f6f;
}
.widget-nav-menu .menu li a:hover {
  color: #f9b200;
}
.widget-nav-menu .menu li a:focus {
  color: #f9b200;
}
.widget-nav-menu .menu li a:focus-within {
  color: #f9b200;
}
.widget-nav-menu .menu li a:active {
  color: #f9b200;
}
.widget-nav-menu .menu li:last-child {
  border-bottom: 0;
}
.widget-nav-menu.inline .menu li {
  padding: 0 10px;
  font-size: 15px;
  text-transform: capitalize;
  position: relative;
  border-bottom: 0;
  line-height: 35px;
  display: inline-block;
  vertical-align: middle;
}
.lt-ie8 .widget-nav-menu.inline .menu li {
  display: inline;
  zoom: 1;
}
@media only screen and (min-width: 768px) {
  .widget-nav-menu.inline .menu li {
    padding: 0 15px;
    line-height: 1.53846;
  }
}
.widget-nav-menu.inline .menu li:before {
  content: normal;
}
.widget-nav-menu.inline .menu li:after {
  content: "/";
  right: -4px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.rtl .widget-nav-menu.inline .menu li:after {
  left: -4px;
  right: auto;
}
.widget-nav-menu.inline .menu li:first-child {
  padding-left: 0;
}
.rtl .widget-nav-menu.inline .menu li:first-child {
  padding-right: 0;
  padding-left: inherit;
}
.widget-nav-menu.inline .menu li:last-child {
  padding-right: 0;
}
.rtl .widget-nav-menu.inline .menu li:last-child {
  padding-left: 0;
  padding-right: inherit;
}
.widget-nav-menu.inline .menu li a {
  color: #999999;
}
.widget-nav-menu.inline .menu li a:hover {
  color: #f9b200;
}
.widget-nav-menu.inline .menu li a:focus {
  color: #f9b200;
}
.widget-nav-menu.inline .menu li a:focus-within {
  color: #f9b200;
}
.widget-nav-menu.inline .menu li a:active {
  color: #f9b200;
}
.widget-nav-menu.inline .menu li:last-child:after {
  content: normal;
}

.package-wrapper {
  position: relative;
  margin-bottom: 30px;
  padding: 30px 15px;
  text-align: center;
  border: 1px solid #dddddd;
}
@media only screen and (min-width: 1168px) {
  .package-wrapper {
    padding: 40px 50px 50px 50px;
  }
}
.package-wrapper:before {
  content: "";
  font-family: 'icomoon' !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;
  width: 64px;
  height: 64px;
  font-size: 64px;
  display: block;
  margin: 0 auto 20px auto;
  color: #f9b200;
}
.package-wrapper .button:hover {
  border-color: #f9b200;
  background-color: #f9b200;
}
.package-wrapper .button:focus {
  border-color: #f9b200;
  background-color: #f9b200;
}
.package-wrapper .button:focus-within {
  border-color: #f9b200;
  background-color: #f9b200;
}
.package-wrapper .button:active {
  border-color: #f9b200;
  background-color: #f9b200;
}
.package-wrapper .package-wrapper-inner {
  text-align: center;
}
.package-wrapper .price-wrapper {
  padding: 20px 10px;
  background-color: transparent;
}
.package-wrapper .price-wrapper .price {
  font-size: 40px;
  font-weight: 500;
  color: #1a1a1a;
  font-family: "Rubik", Helvetica, Arial, sans-serif;
}
.package-wrapper .description {
  margin: 0;
  padding: 0;
}
.package-wrapper .description p {
  margin: 0;
}
.package-wrapper .description ul {
  margin: 0;
  padding: 0;
}
.package-wrapper .description ul li {
  padding: 12px;
  border-bottom: 1px solid #e0dee9;
}
.package-wrapper .description ul li i {
  color: #f9b200;
  font-size: 11px;
  margin-right: 5px;
}
.rtl .package-wrapper .description ul li i {
  margin-left: 5px;
  margin-right: inherit;
}
.package-wrapper .description ul li:first-child {
  border-top: 1px solid #e0dee9;
}
.package-wrapper .package-meta {
  padding: 0 0 5px 0;
  background-color: transparent;
}
.package-wrapper .package-meta .title {
  margin: 0;
  font-size: 15px;
  line-height: 1;
  padding: 0;
  font-style: italic;
  font-weight: 400;
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  color: #777777;
}
.package-wrapper .add-cart {
  padding: 40px 0 0 0;
}
.package-wrapper .add-cart .add_to_cart_button,
.package-wrapper .add-cart .added_to_cart {
  color: #f9b200;
  background-color: transparent;
  border: 2px solid #f9b200;
  padding: 12px 30px;
  line-height: 1;
  font-weight: 500;
  font-size: 16px;
  font-family: "Heebo", sans-serif;
  text-transform: capitalize;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.lt-ie8 .package-wrapper .add-cart .add_to_cart_button, .lt-ie8
.package-wrapper .add-cart .added_to_cart {
  display: inline;
  zoom: 1;
}
.package-wrapper .add-cart .add_to_cart_button:hover,
.package-wrapper .add-cart .added_to_cart:hover {
  color: #fff;
  background-color: #f9b200;
}
.package-wrapper .add-cart .add_to_cart_button:focus,
.package-wrapper .add-cart .added_to_cart:focus {
  color: #fff;
  background-color: #f9b200;
}
.package-wrapper .add-cart .add_to_cart_button:focus-within,
.package-wrapper .add-cart .added_to_cart:focus-within {
  color: #fff;
  background-color: #f9b200;
}
.package-wrapper .add-cart .add_to_cart_button:active,
.package-wrapper .add-cart .added_to_cart:active {
  color: #fff;
  background-color: #f9b200;
}
.package-wrapper.main-product:before {
  content: "";
}

.widget-action-box {
  padding: 20px 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
@media (min-width: 1870px) {
  .widget-action-box {
    padding: 64px 0;
  }
  .widget-action-box .action-inner {
    padding: 25px;
  }
}
.widget-action-box .action-inner {
  width: 50%;
  float: right;
}
.rtl .widget-action-box .action-inner {
  float: left;
}
.widget-action-box .title {
  margin: 0 0 8px;
  font-size: 24px;
  font-family: "Rubik", Helvetica, Arial, sans-serif;
}
.widget-action-box .description {
  margin: 0 0 30px;
}
.widget-action-box:hover {
  -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.15);
}
.widget-action-box.style2 {
  padding: 0;
}
.widget-action-box.style2:hover {
  -webkit-box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.2);
}
.widget-action-box.style2 .box-img {
  text-align: center;
}
.widget-action-box.style2 .action-v2 {
  padding: 15px 0 40px;
  display: table;
  width: 100%;
}
.widget-action-box.style2 .action-v2 > div {
  display: table-cell;
  vertical-align: middle;
  float: none;
}

.widget-brand {
  text-align: center;
}
.widget-brand.carousel .slick-carousel .slick-dots {
  left: -99999px;
  visibility: visible;
  position: absolute;
  opacity: 1;
  filter: alpha(opacity=100);
}
.widget-brand .slick-slide img {
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -o-filter: grayscale(1);
  -ms-filter: grayscale(1);
}
.lt-ie8 .widget-brand .slick-slide img {
  display: inline;
  zoom: 1;
}
.widget-brand .brand-item {
  text-align: center;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.widget-brand .brand-item-container {
  margin: auto;
  width: 80px;
  height: 80px;
}

.no-margin .widget {
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .bg-hidden-md {
    background-image: none !important;
  }
}
@media (max-width: 991px) {
  .bg-hidden-sm {
    background-image: none !important;
  }
  .bg-hidden-sm > .vc_column-inner {
    background-image: none !important;
  }
}
@media only screen and (min-width: 1168px) {
  .padding-lr-15 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.border-top-theme {
  border-top: 3px solid #f9b200;
}

.font-size-36 {
  font-size: 36px !important;
}

.font-size-30 {
  font-size: 30px !important;
}

.text-upper {
  text-transform: uppercase !important;
}

.p-relative {
  position: relative !important;
}

.p-absolute {
  position: absolute !important;
}

.p-static {
  position: static !important;
}

.hr {
  border-top: 1px solid #dddddd;
  min-height: 1px;
  width: 100%;
}

.no-float {
  float: none !important;
}

.no-padding-left {
  padding-left: 0;
}
.rtl .no-padding-left {
  padding-right: 0;
  padding-left: inherit;
}

.no-padding-right {
  padding-right: 0;
}
.rtl .no-padding-right {
  padding-left: 0;
  padding-right: inherit;
}

@media (min-width: 1024px) {
  .padding-lr-35 {
    padding-left: 35px;
    padding-right: 35px;
  }
}
.text-theme {
  color: #f9b200 !important;
}

.bg-theme {
  background: #f9b200;
}

.border-theme {
  border-color: #f9b200;
}

.radius-3x {
  border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -ms-border-radius: 3px !important;
  -o-border-radius: 3px !important;
}

.radius-50 {
  border-radius: 50px !important;
  -webkit-border-radius: 50px !important;
  -moz-border-radius: 50px !important;
  -ms-border-radius: 50px !important;
  -o-border-radius: 50px !important;
}

.list-contact {
  list-style: none;
  padding: 0;
  margin: 17px 0 0 !important;
}
.list-contact li {
  margin: 0 0 3px;
}
.list-contact li i {
  margin-right: 5px;
}
.rtl .list-contact li i {
  margin-left: 5px;
  margin-right: inherit;
}

@media (min-width: 768px) {
  .flex-middle-sm {
    display: -webkit-flex;
    /* Safari */
    display: flex;
    align-items: center;
    -webkit-align-items: center;
  }

  .flex-top-sm {
    display: -webkit-flex;
    /* Safari */
    display: flex;
    align-items: flex-start;
    -webkit-align-items: flex-start;
  }
}
.flex-middle {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  align-items: center;
  -webkit-align-items: center;
}

.flex-top {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  align-items: flex-start;
  -webkit-align-items: flex-start;
}

.flex-bottom {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  align-items: flex-end;
  -webkit-align-items: flex-end;
}

.max-1800 {
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
}

.cl-3,
.cl-2 {
  float: left;
}
.rtl .cl-3, .rtl
.cl-2 {
  float: right;
}
.cl-3 > .row,
.cl-2 > .row {
  margin: 0;
}
.cl-3 .widget,
.cl-2 .widget {
  padding-left: 15px;
  padding-right: 15px;
}

.cl-3 {
  width: 58.3333%;
}

.cl-2 {
  width: 41.6667%;
}

.font-second {
  font-family: "Rubik", Helvetica, Arial, sans-serif !important;
  font-weight: normal;
}

.max-1770 {
  max-width: 1770px;
  margin-left: auto;
  margin-right: auto;
}

.updow:hover .top-img img img,
.updow:hover .img img img,
.updow:hover .image-wrapper img {
  -webkit-animation: updow 0.8s ease-in-out 0s infinite;
  -o-animation: updow 0.8s ease-in-out 0s infinite;
  animation: updow 0.8s ease-in-out 0s infinite;
}

.updow-infinite img {
  -webkit-animation: updow 1s ease-in-out 0s infinite;
  -o-animation: updow 1s ease-in-out 0s infinite;
  animation: updow 1s ease-in-out 0s infinite;
}

.elementor-element.apus-faq .elementor-accordion-item .elementor-tab-title {
  border-left: 1px solid #f9b200 !important;
}
.elementor-element.apus-faq .elementor-accordion-item .elementor-tab-title:hover a {
  color: #1a1a1a;
}
.elementor-element.apus-faq .elementor-accordion-item .elementor-tab-title:focus a {
  color: #1a1a1a;
}
.elementor-element.apus-faq .elementor-accordion-item .elementor-tab-title:focus-within a {
  color: #1a1a1a;
}
.elementor-element.apus-faq .elementor-accordion-item .elementor-tab-title:active a {
  color: #1a1a1a;
}
.elementor-element.apus-cta-paragraph .elementor-heading-title {
  padding-left: 0;
}
.rtl .elementor-element.apus-cta-paragraph .elementor-heading-title {
  padding-right: 0;
  padding-left: inherit;
}
@media only screen and (min-width: 768px) {
  .elementor-element.apus-cta-paragraph .elementor-heading-title {
    padding: 0 10%;
  }
}
.elementor-element.scale-bg:after, .elementor-element.scale-bg:before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 50px;
  opacity: 0.4;
  filter: alpha(opacity=40);
  left: 0;
}
.rtl .elementor-element.scale-bg:after, .rtl .elementor-element.scale-bg:before {
  right: 0;
  left: auto;
}
.elementor-element.scale-bg:before {
  background-image: url("../images/scale-top.png");
  background-position: top;
  background-repeat: repeat-x;
  top: 0;
}
.elementor-element.scale-bg:after {
  background-image: url("../images/scale-bottom.png");
  background-position: bottom;
  background-repeat: repeat-x;
  bottom: 0;
}

.elementor-widget-heading.letter_sign .elementor-heading-title {
  font-family: "Peter Jhons";
}
.elementor-widget-heading div.elementor-heading-title, .elementor-widget-heading p.elementor-heading-title {
  outline: none;
}
.elementor-widget-heading.footer-widget-heading .elementor-heading-title {
  color: #fff;
  text-transform: none;
  padding-bottom: 15px;
  margin-bottom: 40px;
  margin-top: 0;
  position: relative;
  font-family: "Heebo", sans-serif;
  font-weight: 500;
  font-size: 1.28571rem;
  line-height: 1.55556;
}
.elementor-widget-heading.footer-widget-heading .elementor-heading-title:before {
  content: "";
  position: absolute;
  bottom: -14px;
  border: 3px solid #fff;
  margin-bottom: 10px;
  display: inline-block;
  vertical-align: middle;
  left: 0;
  width: 10px;
  height: 10px;
}
.lt-ie8 .elementor-widget-heading.footer-widget-heading .elementor-heading-title:before {
  display: inline;
  zoom: 1;
}
.rtl .elementor-widget-heading.footer-widget-heading .elementor-heading-title:before {
  right: 0;
  left: auto;
}
.elementor-widget-heading.footer-widget-heading .elementor-heading-title:after {
  content: "";
  position: absolute;
  bottom: -10px;
  margin: 10px 0;
  background-color: #f9b200;
  left: 18px;
  width: 70px;
  height: 3px;
}
.rtl .elementor-widget-heading.footer-widget-heading .elementor-heading-title:after {
  right: 18px;
  left: auto;
}

.apus-heading.l-left {
  text-align: left;
}
.rtl .apus-heading.l-left {
  text-align: right;
}
.apus-heading.l-right {
  text-align: right;
}
.rtl .apus-heading.l-right {
  text-align: left;
}
.apus-heading.l-right .heading-title:before {
  right: 0;
  left: auto;
}
.rtl .apus-heading.l-right .heading-title:before {
  left: 0;
  right: auto;
}
.rtl .apus-heading.l-right .heading-title:before {
  right: auto;
  left: auto;
}
.apus-heading.l-right .heading-title:after {
  right: 17px;
  left: auto;
}
.rtl .apus-heading.l-right .heading-title:after {
  left: 17px;
  right: auto;
}
.rtl .apus-heading.l-right .heading-title:after {
  right: auto;
  left: auto;
}
.apus-heading.l-center {
  text-align: center;
}
.apus-heading.l-center .sub {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}
@media only screen and (min-width: 1168px) {
  .apus-heading.l-center .sub {
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
  }
}
.apus-heading.small .heading-title {
  padding-bottom: 20px;
}
.apus-heading .sub {
  font-size: 17px;
  line-height: 1.58824;
}
.apus-heading .heading-title {
  padding: 0;
  position: relative;
  text-transform: none;
  color: #1a1a1a;
  font-weight: 500;
  font-size: 40px;
  margin: 0;
  margin-bottom: 10px;
}

.elementor-accordion .elementor-tab-title a:hover {
  color: #fff;
}
.elementor-accordion .elementor-tab-title a:focus {
  color: #fff;
}
.elementor-accordion .elementor-tab-title a:focus-within {
  color: #fff;
}
.elementor-accordion .elementor-tab-title a:active {
  color: #fff;
}
.elementor-accordion .elementor-accordion-item {
  margin-bottom: 10px;
}
.elementor-accordion .elementor-accordion-item:last-child {
  margin-bottom: 0;
}

.elementor-image-gallery .gallery .gallery-item a {
  position: relative;
  display: block;
}
.elementor-image-gallery .gallery .gallery-item a:before {
  top: 0;
  position: absolute;
  visibility: hidden;
  content: "";
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.2);
  pointer-events: none;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  left: 0;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.rtl .elementor-image-gallery .gallery .gallery-item a:before {
  right: 0;
  left: auto;
}
.elementor-image-gallery .gallery .gallery-item a:after {
  content: '\f067';
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  z-index: 2;
  background-color: #f9b200;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  top: 30px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  left: 30px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  filter: alpha(opacity=0);
  width: 50px;
  height: 50px;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.rtl .elementor-image-gallery .gallery .gallery-item a:after {
  right: 30px;
  left: auto;
}
.elementor-image-gallery .gallery .gallery-item a:hover:before {
  pointer-events: auto;
  visibility: visible;
  opacity: 0.82;
  filter: alpha(opacity=82);
}
.elementor-image-gallery .gallery .gallery-item a:hover:after {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.elementor-image-gallery .gallery .gallery-item a:focus:before {
  pointer-events: auto;
  visibility: visible;
  opacity: 0.82;
  filter: alpha(opacity=82);
}
.elementor-image-gallery .gallery .gallery-item a:focus:after {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.elementor-image-gallery .gallery .gallery-item a:focus-within:before {
  pointer-events: auto;
  visibility: visible;
  opacity: 0.82;
  filter: alpha(opacity=82);
}
.elementor-image-gallery .gallery .gallery-item a:focus-within:after {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.elementor-image-gallery .gallery .gallery-item a:active:before {
  pointer-events: auto;
  visibility: visible;
  opacity: 0.82;
  filter: alpha(opacity=82);
}
.elementor-image-gallery .gallery .gallery-item a:active:after {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.widget-video .video-button-title {
  position: absolute;
  bottom: -45px;
  width: 200px;
  left: -10px;
  right: 0;
  margin: 0 auto;
  font-size: 18px;
}
.widget-video.style2 .button-video {
  position: relative;
  color: #6f6f6f;
  background-color: transparent;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  width: auto;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.widget-video.style2 .button-video .button-outer-circle {
  display: none;
}
.widget-video.style2 .button-video .button-icon {
  position: static;
  color: #f9b200;
  border: 1px solid #e1e6eb;
  width: 68px;
  height: 68px;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  margin-right: 25px;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.rtl .widget-video.style2 .button-video .button-icon {
  margin-left: 25px;
  margin-right: inherit;
}
.widget-video.style2 .button-video .button-icon > * {
  padding: 18px;
}
.widget-video.style2 .button-video:hover .button-icon {
  border-color: #f9b200;
}
.widget-video.style2 .button-video:hover .video-button-title {
  color: #f9b200;
}
.widget-video.style2 .button-video:focus .button-icon {
  border-color: #f9b200;
}
.widget-video.style2 .button-video:focus .video-button-title {
  color: #f9b200;
}
.widget-video.style2 .button-video:focus-within .button-icon {
  border-color: #f9b200;
}
.widget-video.style2 .button-video:focus-within .video-button-title {
  color: #f9b200;
}
.widget-video.style2 .button-video:active .button-icon {
  border-color: #f9b200;
}
.widget-video.style2 .button-video:active .video-button-title {
  color: #f9b200;
}
.widget-video.style2 .button-video .video-button-title {
  color: #1a1a1a;
  text-transform: capitalize;
  position: static;
  width: auto;
  margin: 0;
  font-size: 16px;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}

/* 13. widgets */
/*------------------------------------*\
    Widget
\*------------------------------------*/
.widget ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.widget label {
  font-weight: 400;
}
.widget .widget_sp_image-image-link {
  display: block;
  overflow: hidden;
  position: relative;
}
.widget .widget_sp_image-image-link img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.widget.widget_custom_html .widget-title {
  outline: none;
}
.widget.widget_custom_html .widget-custom-button {
  text-align: center;
  padding-top: 5px;
}
@media only screen and (min-width: 1168px) {
  .widget.widget_custom_html .widget-custom-button {
    text-align: right;
  }
  .rtl .widget.widget_custom_html .widget-custom-button {
    text-align: left;
  }
}
.widget.widget_custom_html .widget-custom-button .btn, .widget.widget_custom_html .widget-custom-button .viewmore-products-btn {
  color: #1a1a1a;
  text-decoration: none;
  position: relative;
  border: none;
  padding: 0 20px 0px 0px;
}
.rtl .widget.widget_custom_html .widget-custom-button .btn, .rtl .widget.widget_custom_html .widget-custom-button .viewmore-products-btn {
  padding: 0 0px 0px 20px;
}
.widget.widget_custom_html .widget-custom-button .btn:after, .widget.widget_custom_html .widget-custom-button .viewmore-products-btn:after {
  content: '\f061';
  font-family: "Font Awesome 5 Free";
  color: #f9b200;
  font-size: 12px;
  right: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.rtl .widget.widget_custom_html .widget-custom-button .btn:after, .rtl .widget.widget_custom_html .widget-custom-button .viewmore-products-btn:after {
  left: 0;
  right: auto;
}
.widget.widget_custom_html .widget-custom-button .btn:hover, .widget.widget_custom_html .widget-custom-button .viewmore-products-btn:hover {
  color: #f9b200;
}
.widget.widget_custom_html .widget-custom-button .btn:focus, .widget.widget_custom_html .widget-custom-button .viewmore-products-btn:focus {
  color: #f9b200;
}
.widget.widget_custom_html .widget-custom-button .btn:focus-within, .widget.widget_custom_html .widget-custom-button .viewmore-products-btn:focus-within {
  color: #f9b200;
}
.widget.widget_custom_html .widget-custom-button .btn:active, .widget.widget_custom_html .widget-custom-button .viewmore-products-btn:active {
  color: #f9b200;
}
.widget.widget_custom_text {
  font-size: 1.14286rem;
  line-height: 1.6;
  margin-bottom: 10px;
}
.widget.widget_custom_text .widget-title {
  color: #1a1a1a;
  text-transform: none;
  padding-bottom: 15px;
  margin-bottom: 40px;
  margin-top: 0;
  position: relative;
  font-family: "Heebo", sans-serif;
  font-weight: 500;
  font-size: 1.28571rem;
  line-height: 1.55556;
}
.widget.widget_custom_text .widget-title:before {
  content: "";
  position: absolute;
  bottom: -14px;
  border: 3px solid #1a1a1a;
  margin-bottom: 10px;
  display: inline-block;
  vertical-align: middle;
  left: 0;
  width: 10px;
  height: 10px;
}
.lt-ie8 .widget.widget_custom_text .widget-title:before {
  display: inline;
  zoom: 1;
}
.rtl .widget.widget_custom_text .widget-title:before {
  right: 0;
  left: auto;
}
.widget.widget_custom_text .widget-title:after {
  content: "";
  position: absolute;
  bottom: -10px;
  margin: 10px 0;
  background-color: #f9b200;
  left: 18px;
  width: 70px;
  height: 3px;
}
.rtl .widget.widget_custom_text .widget-title:after {
  right: 18px;
  left: auto;
}
.widget.widget_meta ul li:not(:last-child) {
  margin: 0;
}
.widget.widget_meta ul li a abbr {
  border-bottom: 1px dashed;
  text-decoration: none;
}
.widget.widget_apus_socials_widget ul {
  margin-top: 36px;
}
.widget.widget_apus_socials_widget ul li {
  margin-right: 5px;
}
.rtl .widget.widget_apus_socials_widget ul li {
  margin-left: 5px;
  margin-right: inherit;
}
.widget.widget_apus_socials_widget ul li:last-child {
  margin-right: 0;
}
.rtl .widget.widget_apus_socials_widget ul li:last-child {
  margin-left: 0;
  margin-right: inherit;
}
.widget.widget_apus_socials_widget ul li a {
  color: #1a1a1a;
  font-size: 15px;
  border: none;
  background-color: #f2f3f5;
  position: relative;
  line-height: 1;
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}
.widget.widget_apus_socials_widget ul li a:hover {
  color: #fff;
  background-color: #f9b200;
}
.widget.widget_apus_socials_widget ul li a i {
  display: none;
}
.widget.widget_apus_socials_widget ul li a.facebook:before {
  content: "\f09a";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-family: "Font Awesome 5 Brands";
}
.widget.widget_apus_socials_widget ul li a.twitter:before {
  content: "\f099";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-family: "Font Awesome 5 Brands";
}
.widget.widget_apus_socials_widget ul li a.pinterest:before {
  content: "\f231";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-family: "Font Awesome 5 Brands";
}
.widget.widget_apus_socials_widget ul li a.linkedin:before {
  content: "\f0e1";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-family: "Font Awesome 5 Brands";
}
.widget.widget_apus_socials_widget ul li a.google-plus:before {
  content: "\f0d5";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-family: "Font Awesome 5 Brands";
}
.widget.widget_apus_socials_widget ul li a.instagram:before {
  content: "\f16d";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-family: "Font Awesome 5 Brands";
}
.widget.widget_apus_socials_widget ul li a.youtube:before {
  content: "\f167";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-family: "Font Awesome 5 Brands";
}
.widget.widget_apus_socials_widget ul li a.vimeo:before {
  content: "\f27d";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-family: "Font Awesome 5 Brands";
}
.widget.widget_apus_socials_widget ul {
  margin-top: 36px;
}
.widget.widget_apus_socials_widget ul li {
  display: inline-block;
  margin-right: 5px;
}
.rtl .widget.widget_apus_socials_widget ul li {
  margin-left: 5px;
  margin-right: inherit;
}
.widget.widget_apus_socials_widget ul li:last-child {
  margin-right: 0;
}
.rtl .widget.widget_apus_socials_widget ul li:last-child {
  margin-left: 0;
  margin-right: inherit;
}
.widget.widget_apus_socials_widget ul li a {
  color: #1a1a1a;
  font-size: 15px;
  border: none;
  background-color: #f2f3f5;
  position: relative;
  line-height: 1;
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}
.widget.widget_apus_socials_widget ul li a:hover {
  color: #fff;
  background-color: #f9b200;
}
.widget.widget_apus_socials_widget ul li a i {
  display: none;
}
.widget.widget_apus_socials_widget ul li a.facebook:before {
  content: "\f09a";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-family: "Font Awesome 5 Brands";
}
.widget.widget_apus_socials_widget ul li a.twitter:before {
  content: "\f099";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-family: "Font Awesome 5 Brands";
}
.widget.widget_apus_socials_widget ul li a.pinterest:before {
  content: "\f231";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-family: "Font Awesome 5 Brands";
}
.widget.widget_apus_socials_widget ul li a.linkedin:before {
  content: "\f0e1";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-family: "Font Awesome 5 Brands";
}
.widget.widget_apus_socials_widget ul li a.google-plus:before {
  content: "\f0d5";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-family: "Font Awesome 5 Brands";
}
.widget.widget_apus_socials_widget ul li a.instagram:before {
  content: "\f16d";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-family: "Font Awesome 5 Brands";
}
.widget.widget_apus_socials_widget ul li a.youtube:before {
  content: "\f167";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-family: "Font Awesome 5 Brands";
}
.widget.widget_apus_socials_widget ul li a.vimeo:before {
  content: "\f27d";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-family: "Font Awesome 5 Brands";
}
.widget.widget_text .textwidget p {
  margin-bottom: 15px;
}
.widget.widget_text .textwidget p:last-of-type {
  margin-bottom: 0;
}
.widget.widget_rss ul, .widget.widget_rss ol {
  padding: 0;
  margin: 0;
  list-style: none;
}
.widget.widget_rss ul li:first-child, .widget.widget_rss ol li:first-child {
  outline: none;
}
.widget.widget_rss ul li:last-child, .widget.widget_rss ol li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.widget.widget_rss ul li .children > li:before, .widget.widget_rss ol li .children > li:before {
  top: 24px;
}
.widget.widget_rss ul ul li:first-child, .widget.widget_rss ol ul li:first-child {
  padding-top: 14px;
  background-position: 0 24px;
}
.widget.widget_rss .widget-title {
  min-height: 45px;
}
.widget.widget_rss .widget-title:before, .widget.widget_rss .widget-title:after {
  content: " ";
  display: table;
}
.widget.widget_rss .widget-title:after {
  clear: both;
}
.widget.widget_rss .widget-title > * {
  float: left;
  padding-right: 0.57143rem;
  line-height: 2.64286rem;
}
.rtl .widget.widget_rss .widget-title > * {
  float: right;
}
.rtl .widget.widget_rss .widget-title > * {
  padding-left: 0.57143rem;
  padding-right: inherit;
}
.widget.widget_rss .rsswidget {
  color: #1a1a1a;
  font-family: "Heebo", sans-serif;
}
.widget.widget_rss .rsswidget img {
  margin: 10px 0 0 0;
}
.widget.widget_rss ul li {
  margin-bottom: 30px;
}
.widget.widget_rss ul li a {
  font-style: normal;
  text-transform: none;
  font-size: 1rem;
  display: block !important;
  font-weight: 500;
  font-family: "Heebo", sans-serif;
  line-height: 1.71429rem;
}
.widget.widget_rss ul li a:hover {
  color: #f9b200;
}
.widget.widget_rss ul li a:focus {
  color: #f9b200;
}
.widget.widget_rss ul li a:focus-within {
  color: #f9b200;
}
.widget.widget_rss ul li a:active {
  color: #f9b200;
}
.widget.widget_rss ul li .rss-date {
  display: block;
  color: #777777;
  margin-top: 15px;
  margin-bottom: 15px;
  font-style: italic;
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  position: relative;
  font-size: 1rem;
  line-height: 1.71429;
  padding-left: 20px;
}
.rtl .widget.widget_rss ul li .rss-date {
  padding-right: 20px;
  padding-left: inherit;
}
.widget.widget_rss ul li .rss-date:before {
  content: '\f274';
  color: #999999;
  font-style: normal;
  margin: 0 0 0 0;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.rtl .widget.widget_rss ul li .rss-date:before {
  right: 0;
  left: auto;
}
.widget.widget_rss ul li .rssSummary {
  margin: .75rem 0 1.75rem 0;
}
.widget.widget_rss ul li cite {
  padding: 0;
  margin: 0;
  font-size: 1.14286rem;
  line-height: 1.625;
  color: #f9b200;
  font-style: italic;
  font-family: "Rubik", Helvetica, Arial, sans-serif;
}
.widget.widget_rss ul li cite:before {
  content: '\2014 \0020';
}
.widget.widget_rss ul li:last-child {
  margin-bottom: 0;
}
.widget.widget_recent_comments ul, .widget.widget_recent_comments ol {
  padding: 0;
  margin: 0;
  list-style: none;
}
.widget.widget_recent_comments ul li:first-child, .widget.widget_recent_comments ol li:first-child {
  outline: none;
}
.widget.widget_recent_comments ul li:last-child, .widget.widget_recent_comments ol li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.widget.widget_recent_comments ul li .children > li:before, .widget.widget_recent_comments ol li .children > li:before {
  top: 24px;
}
.widget.widget_recent_comments ul ul li:first-child, .widget.widget_recent_comments ol ul li:first-child {
  padding-top: 14px;
  background-position: 0 24px;
}
.widget.widget_recent_comments .recentcomments {
  position: relative;
  border: none;
  color: #6f6f6f;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 1.07143rem;
  padding-bottom: 1.07143rem;
  padding-left: 20px;
}
.rtl .widget.widget_recent_comments .recentcomments {
  padding-right: 20px;
  padding-left: inherit;
}
.widget.widget_recent_comments .recentcomments:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.widget.widget_recent_comments .recentcomments:before {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  color: #999999;
  font-size: 14px;
  position: absolute;
  top: 6px;
  content: '\f075';
  left: 0;
}
.rtl .widget.widget_recent_comments .recentcomments:before {
  right: 0;
  left: auto;
}
.widget.widget_recent_comments .recentcomments .comment-author-link {
  text-transform: capitalize;
}
.widget.widget_recent_comments .recentcomments .comment-author-link a {
  color: #f9b200;
}
.widget.widget_recent_comments .recentcomments .comment-author-link + a {
  margin-top: 5px;
  display: block;
  color: #1a1a1a;
  font-style: normal;
  text-transform: none;
  font-size: 1rem;
  display: block !important;
  font-weight: 500;
  font-family: "Heebo", sans-serif;
  line-height: 1.71429rem;
}
.widget.widget_recent_comments .recentcomments .comment-author-link + a:hover {
  color: #f9b200;
}
.widget.widget_recent_comments .recentcomments .comment-author-link + a:focus {
  color: #f9b200;
}
.widget.widget_recent_comments .recentcomments .comment-author-link + a:focus-within {
  color: #f9b200;
}
.widget.widget_recent_comments .recentcomments .comment-author-link + a:active {
  color: #f9b200;
}
.widget.widget_recent_reviews ul.product_list_widget {
  list-style: none;
}
.widget.widget_recent_reviews ul.product_list_widget li {
  padding: 15px;
  overflow: hidden;
}
.widget.widget_recent_reviews ul.product_list_widget li:last-child {
  margin-bottom: 0;
}
.widget.widget_recent_reviews ul.product_list_widget li a img {
  float: left;
  margin-right: 10px;
}
.rtl .widget.widget_recent_reviews ul.product_list_widget li a img {
  float: right;
}
.rtl .widget.widget_recent_reviews ul.product_list_widget li a img {
  margin-left: 10px;
  margin-right: inherit;
}
.widget.widget_product_search .woocommerce-product-search {
  padding: 0;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.widget.widget_product_search .woocommerce-product-search label.screen-reader-text {
  font-size: 0;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.widget.widget_product_search .woocommerce-product-search input[type="text"],
.widget.widget_product_search .woocommerce-product-search input[type="search"] {
  width: 100%;
  height: 48px;
  font-size: 15px;
  font-weight: 400;
  color: #999999;
  padding: 5px 65px 5px 15px;
}
.rtl .widget.widget_product_search .woocommerce-product-search input[type="text"], .rtl
.widget.widget_product_search .woocommerce-product-search input[type="search"] {
  padding: 5px 15px 5px 65px;
}
.widget.widget_product_search .woocommerce-product-search input[type="text"]::-moz-placeholder,
.widget.widget_product_search .woocommerce-product-search input[type="search"]::-moz-placeholder {
  color: #999999;
  opacity: 1;
  text-transform: none;
}
.widget.widget_product_search .woocommerce-product-search input[type="text"]:-ms-input-placeholder,
.widget.widget_product_search .woocommerce-product-search input[type="search"]:-ms-input-placeholder {
  color: #999999;
  text-transform: none;
}
.widget.widget_product_search .woocommerce-product-search input[type="text"]::-webkit-input-placeholder,
.widget.widget_product_search .woocommerce-product-search input[type="search"]::-webkit-input-placeholder {
  color: #999999;
  text-transform: none;
}
.widget.widget_product_search .woocommerce-product-search button[type="submit"] {
  top: 0;
  position: absolute;
  color: #fff;
  font-size: 0;
  padding: 0;
  margin: 0;
  border: none;
  line-height: 1;
  cursor: pointer;
  background-color: #f9b200;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 48px;
  height: 48px;
}
.rtl .widget.widget_product_search .woocommerce-product-search button[type="submit"] {
  left: 0;
  right: auto;
}
.widget.widget_product_search .woocommerce-product-search button[type="submit"]:before {
  content: "";
  font-size: 18px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-family: 'icomoon' !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;
}
.widget.widget_recent_entries ul li {
  position: relative;
  display: block;
  margin-bottom: 0;
  padding-left: 20px;
}
.rtl .widget.widget_recent_entries ul li {
  padding-right: 20px;
  padding-left: inherit;
}
.widget.widget_recent_entries ul li:before {
  top: 12px;
  font-size: 15px;
  position: absolute;
  text-transform: none;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  left: 0;
  content: "\f15c";
}
.rtl .widget.widget_recent_entries ul li:before {
  right: 0;
  left: auto;
}
.widget.widget_recent_entries ul li a {
  font-style: normal;
  text-transform: none;
  font-size: 1rem;
  display: block !important;
  font-weight: 500;
  font-family: "Heebo", sans-serif;
  line-height: 1.71429rem;
}
.widget.widget_recent_entries ul li a:hover {
  color: #f9b200;
}
.widget.widget_recent_entries ul li a:focus {
  color: #f9b200;
}
.widget.widget_recent_entries ul li a:focus-within {
  color: #f9b200;
}
.widget.widget_recent_entries ul li a:active {
  color: #f9b200;
}
.widget.widget_recent_entries ul li a:hover {
  color: #f9b200;
}
.widget.widget_recent_entries ul li a:focus {
  color: #f9b200;
}
.widget.widget_recent_entries ul li a:focus-within {
  color: #f9b200;
}
.widget.widget_recent_entries ul li a:active {
  color: #f9b200;
}
.widget.widget_mc4wp_widget .mc4wp-form {
  padding: 20px;
}
.widget.widget-timework strong {
  color: #000;
  font-weight: 600;
}
.widget.widget_calendar table {
  margin: 0;
}

.widget-mailchimp .title {
  color: #fff;
  text-transform: none;
  padding-bottom: 15px;
  margin-bottom: 40px;
  margin-top: 0;
  position: relative;
  font-family: "Heebo", sans-serif;
  font-weight: 500;
  font-size: 1.28571rem;
  line-height: 1.55556;
}
.widget-mailchimp .title:before {
  content: "";
  position: absolute;
  bottom: -14px;
  border: 3px solid #fff;
  margin-bottom: 10px;
  display: inline-block;
  vertical-align: middle;
  left: 0;
  width: 10px;
  height: 10px;
}
.lt-ie8 .widget-mailchimp .title:before {
  display: inline;
  zoom: 1;
}
.rtl .widget-mailchimp .title:before {
  right: 0;
  left: auto;
}
.widget-mailchimp .title:after {
  content: "";
  position: absolute;
  bottom: -10px;
  margin: 10px 0;
  background-color: #f9b200;
  left: 18px;
  width: 70px;
  height: 3px;
}
.rtl .widget-mailchimp .title:after {
  right: 18px;
  left: auto;
}
.widget-mailchimp .mc4wp-form .mc4wp-form-fields {
  position: relative;
}
.widget-mailchimp .mc4wp-form .mc4wp-form-fields > * {
  margin: 0;
}
.widget-mailchimp .mc4wp-form .mc4wp-form-fields > p:first-child {
  width: 100%;
}
.widget-mailchimp .mc4wp-form .mc4wp-form-fields > p:last-child {
  margin-left: auto;
}
.rtl .widget-mailchimp .mc4wp-form .mc4wp-form-fields > p:last-child {
  margin-right: auto;
  margin-left: inherit;
}
.widget-mailchimp .mc4wp-form .mc4wp-form-fields label {
  margin: 0;
  width: 100%;
}
.widget-mailchimp .mc4wp-form .mc4wp-form-fields input[type="email"] {
  width: 100%;
  padding: 20px 0;
  font-size: 14px;
  color: #555555;
  font-weight: 400;
  background-color: #FFFFFF;
  border: none;
  border-bottom: 1px solid #e1e6eb;
  padding-right: 42px;
}
.rtl .widget-mailchimp .mc4wp-form .mc4wp-form-fields input[type="email"] {
  padding-left: 42px;
  padding-right: inherit;
}
.widget-mailchimp .mc4wp-form .mc4wp-form-fields input[type="email"]::-moz-placeholder {
  color: #6f6f6f;
  opacity: 1;
  text-transform: none;
}
.widget-mailchimp .mc4wp-form .mc4wp-form-fields input[type="email"]:-ms-input-placeholder {
  color: #6f6f6f;
  text-transform: none;
}
.widget-mailchimp .mc4wp-form .mc4wp-form-fields input[type="email"]::-webkit-input-placeholder {
  color: #6f6f6f;
  text-transform: none;
}
.widget-mailchimp .mc4wp-form .mc4wp-form-fields input[type="email"]:hover {
  border-color: #f9b200;
}
.widget-mailchimp .mc4wp-form .mc4wp-form-fields input[type="email"]:focus {
  border-color: #f9b200;
}
.widget-mailchimp .mc4wp-form .mc4wp-form-fields input[type="email"]:focus-within {
  border-color: #f9b200;
}
.widget-mailchimp .mc4wp-form .mc4wp-form-fields input[type="email"]:active {
  border-color: #f9b200;
}
.widget-mailchimp .mc4wp-form .mc4wp-form-fields .btn, .widget-mailchimp .mc4wp-form .mc4wp-form-fields .viewmore-products-btn {
  top: 0;
  border: none;
  font-size: 12px;
  padding: 0;
  display: block;
  line-height: 42px;
  height: 42px;
  position: absolute;
  min-width: auto;
  right: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.rtl .widget-mailchimp .mc4wp-form .mc4wp-form-fields .btn, .rtl .widget-mailchimp .mc4wp-form .mc4wp-form-fields .viewmore-products-btn {
  left: 0;
  right: auto;
}
.widget-mailchimp .mc4wp-form .mc4wp-form-fields .btn:hover, .widget-mailchimp .mc4wp-form .mc4wp-form-fields .viewmore-products-btn:hover {
  background-color: transparent;
}
.widget-mailchimp .mc4wp-form .mc4wp-form-fields .btn:focus, .widget-mailchimp .mc4wp-form .mc4wp-form-fields .viewmore-products-btn:focus {
  background-color: transparent;
}
.widget-mailchimp .mc4wp-form .mc4wp-form-fields .btn:focus-within, .widget-mailchimp .mc4wp-form .mc4wp-form-fields .viewmore-products-btn:focus-within {
  background-color: transparent;
}
.widget-mailchimp .mc4wp-form .mc4wp-form-fields .btn:active, .widget-mailchimp .mc4wp-form .mc4wp-form-fields .viewmore-products-btn:active {
  background-color: transparent;
}

.calendar_wrap caption {
  background: #1a1a1a;
  color: #fff;
  padding: 10px;
}
.calendar_wrap th {
  color: #1a1a1a;
  font-weight: 700;
  font-family: "Heebo", sans-serif;
}
.calendar_wrap td, .calendar_wrap th {
  text-align: center;
  padding: 5px 10px;
  color: #6f6f6f;
}
.calendar_wrap th {
  color: #1a1a1a;
}
.calendar_wrap #today {
  font-weight: 700;
  color: #1a1a1a;
  background-color: #f9b200;
  border-color: #f9b200;
}

.form-contact .title {
  font-size: 17px;
  margin: 11.5px 0 28px;
}
.form-contact input:not(.btn):not(.viewmore-products-btn),
.form-contact textarea {
  padding: 10px 30px;
  width: 100%;
  color: #6f6f6f;
}
.form-contact .contant-inner > * {
  margin: 0 0 20px;
}

.contact-topbar > * {
  margin-right: 30px;
}
.rtl .contact-topbar > * {
  margin-left: 30px;
  margin-right: inherit;
}
.contact-topbar > *:last-child {
  margin: 0;
}
.contact-topbar > * i {
  margin-right: 6px;
}
.rtl .contact-topbar > * i {
  margin-left: 6px;
  margin-right: inherit;
}

.widget_meta ul,
.widget_archive ul,
.widget_recent_entries ul,
.widget_categories ul,
.widget_pages ul,
.widget_nav_menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.widget_meta ul ul,
.widget_archive ul ul,
.widget_recent_entries ul ul,
.widget_categories ul ul,
.widget_pages ul ul,
.widget_nav_menu ul ul {
  list-style: none;
  padding-left: 18px;
}
.rtl .widget_meta ul ul, .rtl
.widget_archive ul ul, .rtl
.widget_recent_entries ul ul, .rtl
.widget_categories ul ul, .rtl
.widget_pages ul ul, .rtl
.widget_nav_menu ul ul {
  padding-right: 18px;
  padding-left: inherit;
}
.widget_meta ul li,
.widget_archive ul li,
.widget_recent_entries ul li,
.widget_categories ul li,
.widget_pages ul li,
.widget_nav_menu ul li {
  margin: 0;
  padding: 0;
}
.widget_meta ul li:before, .widget_meta ul li:after,
.widget_archive ul li:before,
.widget_archive ul li:after,
.widget_recent_entries ul li:before,
.widget_recent_entries ul li:after,
.widget_categories ul li:before,
.widget_categories ul li:after,
.widget_pages ul li:before,
.widget_pages ul li:after,
.widget_nav_menu ul li:before,
.widget_nav_menu ul li:after {
  content: " ";
  display: table;
}
.widget_meta ul li:after,
.widget_archive ul li:after,
.widget_recent_entries ul li:after,
.widget_categories ul li:after,
.widget_pages ul li:after,
.widget_nav_menu ul li:after {
  clear: both;
}
.widget_meta ul li > a,
.widget_archive ul li > a,
.widget_recent_entries ul li > a,
.widget_categories ul li > a,
.widget_pages ul li > a,
.widget_nav_menu ul li > a {
  display: inline-block;
  padding: 7px 0;
}
.widget_meta ul li > a:before,
.widget_archive ul li > a:before,
.widget_recent_entries ul li > a:before,
.widget_categories ul li > a:before,
.widget_pages ul li > a:before,
.widget_nav_menu ul li > a:before {
  display: inline-block;
  margin-right: 10px;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.rtl .widget_meta ul li > a:before, .rtl
.widget_archive ul li > a:before, .rtl
.widget_recent_entries ul li > a:before, .rtl
.widget_categories ul li > a:before, .rtl
.widget_pages ul li > a:before, .rtl
.widget_nav_menu ul li > a:before {
  margin-left: 10px;
  margin-right: inherit;
}
.widget_meta ul li:hover > a, .widget_meta ul li.current-cat-parent > a, .widget_meta ul li.current-cat > a,
.widget_archive ul li:hover > a,
.widget_archive ul li.current-cat-parent > a,
.widget_archive ul li.current-cat > a,
.widget_recent_entries ul li:hover > a,
.widget_recent_entries ul li.current-cat-parent > a,
.widget_recent_entries ul li.current-cat > a,
.widget_categories ul li:hover > a,
.widget_categories ul li.current-cat-parent > a,
.widget_categories ul li.current-cat > a,
.widget_pages ul li:hover > a,
.widget_pages ul li.current-cat-parent > a,
.widget_pages ul li.current-cat > a,
.widget_nav_menu ul li:hover > a,
.widget_nav_menu ul li.current-cat-parent > a,
.widget_nav_menu ul li.current-cat > a {
  color: #f9b200;
}

/*------------------------------------*\
    Widget Contact Us
\*------------------------------------*/
.contact {
  margin: 0;
  padding: 0;
}
.contact:before, .contact:after {
  content: " ";
  display: table;
}
.contact:after {
  clear: both;
}
.contact dt {
  float: left;
  width: 30px;
  height: auto;
}
.rtl .contact dt {
  float: right;
}
.contact dd {
  overflow: hidden;
  margin-bottom: 5px;
}
.contact .contact-icon {
  display: block;
  text-align: center;
  background: #f9b200;
  float: left;
  width: 22px;
  height: 22px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}
.rtl .contact .contact-icon {
  float: right;
}
.contact .contact-icon .fa {
  color: #fff;
  font-size: 15px;
  margin: 0 0 0 4px;
}
.rtl .contact .contact-icon .fa {
  margin: 0 4px 0 0;
}

.form7-style1 .input-group-btn > .btn, .form7-style1 .input-group-btn > .viewmore-products-btn {
  border-left: none;
}
.rtl .form7-style1 .input-group-btn > .btn, .rtl .form7-style1 .input-group-btn > .viewmore-products-btn {
  border-right: none;
  border-left: inherit;
}

.form7-style2 .btn, .form7-style2 .viewmore-products-btn,
.form7-style2 input.form-control {
  background: #f7f7f7;
  border-color: #f7f7f7;
}

/*------------------------------------*\
    Widget mailchip
\*------------------------------------*/
.mc4wp-form-basic, .mc4wp-form-basic input, .mc4wp-form-basic label, .mc4wp-form-theme, .mc4wp-form-theme input, .mc4wp-form-theme label {
  line-height: inherit;
}

.mc4wp-form-basic .form-control {
  max-width: 100% !important;
}

.mail-form .input-group {
  width: 100%;
  margin: 0 0 10px;
}

.widget-newletter {
  overflow: hidden;
  max-width: 570px;
  margin: auto;
  text-align: center;
}
.widget-newletter .widget-title {
  color: #1a1a1a;
  font-weight: 400;
  font-size: 30px;
  margin: 0 0 10px;
}
.widget-newletter .description {
  margin-bottom: 25px;
  font-size: 15px;
}
@media (min-width: 1200px) {
  .widget-newletter .description {
    margin-bottom: 45px;
  }
}
.widget-newletter .form-control {
  background: #fff;
  border-color: #f2f3f5;
  color: #b3b3b3;
}
.widget-newletter .form-control::-moz-placeholder {
  color: #cccccc;
  opacity: 1;
}
.widget-newletter .form-control:-ms-input-placeholder {
  color: #cccccc;
}
.widget-newletter .form-control::-webkit-input-placeholder {
  color: #cccccc;
}
.widget-newletter .form-control:focus {
  background: #fff;
  border-color: #f2f3f5;
  color: #b3b3b3;
}
.widget-newletter.style2 {
  overflow: hidden;
  max-width: 100%;
  text-align: inherit;
}
.widget-newletter.style2 .widget-title {
  margin: 0 0 5px;
}
.widget-newletter.style2 .description {
  margin: 0;
}
.widget-newletter.style2 .content {
  margin-top: 9px;
}
@media (min-width: 768px) {
  .widget-newletter.style2 > * {
    width: 50%;
    float: left;
  }
  .rtl .widget-newletter.style2 > * {
    float: right;
  }
}
.widget-newletter.style2 form {
  width: 600px;
  float: right;
  max-width: 100%;
}
.rtl .widget-newletter.style2 form {
  float: left;
}

/*------------------------------------*\
    Widget Sidebar
\*------------------------------------*/
.apus-sidebar select, .apus-sidebar table {
  width: 100%;
}
.apus-sidebar .post-widget .blog-title, .apus-sidebar .post-widget h6 {
  margin: 0 0 5px;
  line-height: 1.4;
  font-weight: 400;
  font-size: 14px;
  height: 40px;
  overflow: hidden;
  font-family: "Rubik", Helvetica, Arial, sans-serif;
}

.widget-search .btn, .widget-search .viewmore-products-btn {
  padding-left: 17px;
  padding-right: 17px;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #1a1a1a;
  height: 46px;
  font-size: 18px;
  border-left: 0;
}
.rtl .widget-search .btn, .rtl .widget-search .viewmore-products-btn {
  border-right: 0;
  border-left: inherit;
}
.widget-search .btn:hover, .widget-search .viewmore-products-btn:hover {
  color: #1a1a1a;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}
.widget-search .btn:focus, .widget-search .viewmore-products-btn:focus {
  color: #1a1a1a;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}
.widget-search .btn:focus-within, .widget-search .viewmore-products-btn:focus-within {
  color: #1a1a1a;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}
.widget-search .btn:active, .widget-search .viewmore-products-btn:active {
  color: #1a1a1a;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}
.widget-search .form-control {
  border: 0;
  height: 46px;
  color: #999999;
  background-color: #FFFFFF;
  font-size: 15px;
  padding-right: 0;
  border-right: 0;
}
.rtl .widget-search .form-control {
  padding-left: 0;
  padding-right: inherit;
}
.rtl .widget-search .form-control {
  border-left: 0;
  border-right: inherit;
}
.widget-search .form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.widget-search .form-control:-ms-input-placeholder {
  color: #999999;
}
.widget-search .form-control::-webkit-input-placeholder {
  color: #999999;
}

/*------------------------------------*\
    Tags Widget
\*------------------------------------*/
.tagcloud a {
  padding: 8px 15px;
  font-size: 14px !important;
  background-color: #f2f3f5;
  position: relative;
  color: #6f6f6f;
  letter-spacing: 0;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 6px 9px 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.lt-ie8 .tagcloud a {
  display: inline;
  zoom: 1;
}
.rtl .tagcloud a {
  margin: 0 0 9px 6px;
}
.tagcloud a:before {
  content: '';
  position: absolute;
  background-color: #f9b200;
  top: 0;
  z-index: -1;
  will-change: transform;
  left: 0;
  width: 150%;
  height: 100%;
  -webkit-transform: translatez(0) skewy(-30deg) scaley(0);
  -moz-transform: translatez(0) skewy(-30deg) scaley(0);
  -ms-transform: translatez(0) skewy(-30deg) scaley(0);
  -o-transform: translatez(0) skewy(-30deg) scaley(0);
  transform: translatez(0) skewy(-30deg) scaley(0);
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition: transform 0.15s, opacity 0.15s;
  -o-transition: transform 0.15s, opacity 0.15s;
  transition: transform 0.15s, opacity 0.15s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.rtl .tagcloud a:before {
  right: 0;
  left: auto;
}
.tagcloud a:hover:before {
  -webkit-transform: translatez(0) skewy(0) scaley(1);
  -moz-transform: translatez(0) skewy(0) scaley(1);
  -ms-transform: translatez(0) skewy(0) scaley(1);
  -o-transform: translatez(0) skewy(0) scaley(1);
  transform: translatez(0) skewy(0) scaley(1);
}
.tagcloud a:focus:before {
  -webkit-transform: translatez(0) skewy(0) scaley(1);
  -moz-transform: translatez(0) skewy(0) scaley(1);
  -ms-transform: translatez(0) skewy(0) scaley(1);
  -o-transform: translatez(0) skewy(0) scaley(1);
  transform: translatez(0) skewy(0) scaley(1);
}
.tagcloud a:focus-within:before {
  -webkit-transform: translatez(0) skewy(0) scaley(1);
  -moz-transform: translatez(0) skewy(0) scaley(1);
  -ms-transform: translatez(0) skewy(0) scaley(1);
  -o-transform: translatez(0) skewy(0) scaley(1);
  transform: translatez(0) skewy(0) scaley(1);
}
.tagcloud a:active:before {
  -webkit-transform: translatez(0) skewy(0) scaley(1);
  -moz-transform: translatez(0) skewy(0) scaley(1);
  -ms-transform: translatez(0) skewy(0) scaley(1);
  -o-transform: translatez(0) skewy(0) scaley(1);
  transform: translatez(0) skewy(0) scaley(1);
}
.tagcloud a:hover {
  color: #fff;
}
.tagcloud a:focus {
  color: #fff;
}
.tagcloud a:focus-within {
  color: #fff;
}
.tagcloud a:active {
  color: #fff;
}

.apus-search-top .button-show-search {
  font-size: 18px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  color: #6f6f6f;
  line-height: 1;
  padding: 0 5px;
  background: transparent !important;
}
.apus-search-top .button-show-search:hover, .apus-search-top .button-show-search:active {
  color: #f9b200;
}
.apus-search-top .content-form {
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
  border: none;
  padding: 0;
  min-width: 280px;
}

.recentcomments a {
  display: inline;
  padding: 0;
  margin: 0;
}

.widget_categories select,
.widget_archive select {
  width: 100%;
}

.widget_pages ul {
  list-style: none;
}
.widget_pages > ul {
  padding: 0;
  margin: 0;
}

.textwidget select {
  max-width: 100%;
}

.wpcf7-form {
  position: relative;
}
.wpcf7-form p {
  margin: 0;
}
.wpcf7-form label {
  margin-bottom: 0;
}
.wpcf7-form span {
  position: relative;
  display: block;
}
.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form input[type="url"], .wpcf7-form input[type="password"], .wpcf7-form input[type="search"], .wpcf7-form input[type="number"], .wpcf7-form input[type="tel"], .wpcf7-form input[type="range"], .wpcf7-form input[type="date"], .wpcf7-form input[type="month"], .wpcf7-form input[type="week"], .wpcf7-form input[type="time"], .wpcf7-form input[type="datetime"], .wpcf7-form input[type="datetime-local"], .wpcf7-form input[type="color"], .wpcf7-form textarea {
  width: 100%;
}
.wpcf7-form input[type="text"]::-moz-placeholder, .wpcf7-form input[type="email"]::-moz-placeholder, .wpcf7-form input[type="url"]::-moz-placeholder, .wpcf7-form input[type="password"]::-moz-placeholder, .wpcf7-form input[type="search"]::-moz-placeholder, .wpcf7-form input[type="number"]::-moz-placeholder, .wpcf7-form input[type="tel"]::-moz-placeholder, .wpcf7-form input[type="range"]::-moz-placeholder, .wpcf7-form input[type="date"]::-moz-placeholder, .wpcf7-form input[type="month"]::-moz-placeholder, .wpcf7-form input[type="week"]::-moz-placeholder, .wpcf7-form input[type="time"]::-moz-placeholder, .wpcf7-form input[type="datetime"]::-moz-placeholder, .wpcf7-form input[type="datetime-local"]::-moz-placeholder, .wpcf7-form input[type="color"]::-moz-placeholder, .wpcf7-form textarea::-moz-placeholder {
  color: #999;
  opacity: 1;
  text-transform: none;
}
.wpcf7-form input[type="text"]:-ms-input-placeholder, .wpcf7-form input[type="email"]:-ms-input-placeholder, .wpcf7-form input[type="url"]:-ms-input-placeholder, .wpcf7-form input[type="password"]:-ms-input-placeholder, .wpcf7-form input[type="search"]:-ms-input-placeholder, .wpcf7-form input[type="number"]:-ms-input-placeholder, .wpcf7-form input[type="tel"]:-ms-input-placeholder, .wpcf7-form input[type="range"]:-ms-input-placeholder, .wpcf7-form input[type="date"]:-ms-input-placeholder, .wpcf7-form input[type="month"]:-ms-input-placeholder, .wpcf7-form input[type="week"]:-ms-input-placeholder, .wpcf7-form input[type="time"]:-ms-input-placeholder, .wpcf7-form input[type="datetime"]:-ms-input-placeholder, .wpcf7-form input[type="datetime-local"]:-ms-input-placeholder, .wpcf7-form input[type="color"]:-ms-input-placeholder, .wpcf7-form textarea:-ms-input-placeholder {
  color: #999;
  text-transform: none;
}
.wpcf7-form input[type="text"]::-webkit-input-placeholder, .wpcf7-form input[type="email"]::-webkit-input-placeholder, .wpcf7-form input[type="url"]::-webkit-input-placeholder, .wpcf7-form input[type="password"]::-webkit-input-placeholder, .wpcf7-form input[type="search"]::-webkit-input-placeholder, .wpcf7-form input[type="number"]::-webkit-input-placeholder, .wpcf7-form input[type="tel"]::-webkit-input-placeholder, .wpcf7-form input[type="range"]::-webkit-input-placeholder, .wpcf7-form input[type="date"]::-webkit-input-placeholder, .wpcf7-form input[type="month"]::-webkit-input-placeholder, .wpcf7-form input[type="week"]::-webkit-input-placeholder, .wpcf7-form input[type="time"]::-webkit-input-placeholder, .wpcf7-form input[type="datetime"]::-webkit-input-placeholder, .wpcf7-form input[type="datetime-local"]::-webkit-input-placeholder, .wpcf7-form input[type="color"]::-webkit-input-placeholder, .wpcf7-form textarea::-webkit-input-placeholder {
  color: #999;
  text-transform: none;
}

.wpcf7-form-3 .flex-top label {
  width: 49%;
}
.wpcf7-form-3 .flex-top label:last-child {
  margin-left: auto;
}
.rtl .wpcf7-form-3 .flex-top label:last-child {
  margin-right: auto;
  margin-left: inherit;
}
.wpcf7-form-3 textarea {
  min-height: 132px;
  margin-bottom: 20px;
}

.wpcf7-form-4 {
  margin: 0 auto;
  max-width: 770px;
}
.wpcf7-form-4 label {
  display: block;
  margin-bottom: 20px;
}
.wpcf7-form-4 input[type="text"], .wpcf7-form-4 input[type="email"], .wpcf7-form-4 input[type="url"], .wpcf7-form-4 input[type="password"], .wpcf7-form-4 input[type="search"], .wpcf7-form-4 input[type="number"], .wpcf7-form-4 input[type="tel"], .wpcf7-form-4 input[type="range"], .wpcf7-form-4 input[type="date"], .wpcf7-form-4 input[type="month"], .wpcf7-form-4 input[type="week"], .wpcf7-form-4 input[type="time"], .wpcf7-form-4 input[type="datetime"], .wpcf7-form-4 input[type="datetime-local"], .wpcf7-form-4 input[type="color"], .wpcf7-form-4 textarea {
  border: none;
  height: 48px;
  font-weight: 400;
  font-size: 14px;
  color: #999;
  background-color: #f2f3f5;
}
.wpcf7-form-4 input[type="text"]::-moz-placeholder, .wpcf7-form-4 input[type="email"]::-moz-placeholder, .wpcf7-form-4 input[type="url"]::-moz-placeholder, .wpcf7-form-4 input[type="password"]::-moz-placeholder, .wpcf7-form-4 input[type="search"]::-moz-placeholder, .wpcf7-form-4 input[type="number"]::-moz-placeholder, .wpcf7-form-4 input[type="tel"]::-moz-placeholder, .wpcf7-form-4 input[type="range"]::-moz-placeholder, .wpcf7-form-4 input[type="date"]::-moz-placeholder, .wpcf7-form-4 input[type="month"]::-moz-placeholder, .wpcf7-form-4 input[type="week"]::-moz-placeholder, .wpcf7-form-4 input[type="time"]::-moz-placeholder, .wpcf7-form-4 input[type="datetime"]::-moz-placeholder, .wpcf7-form-4 input[type="datetime-local"]::-moz-placeholder, .wpcf7-form-4 input[type="color"]::-moz-placeholder, .wpcf7-form-4 textarea::-moz-placeholder {
  color: #999;
  opacity: 1;
  text-transform: none;
}
.wpcf7-form-4 input[type="text"]:-ms-input-placeholder, .wpcf7-form-4 input[type="email"]:-ms-input-placeholder, .wpcf7-form-4 input[type="url"]:-ms-input-placeholder, .wpcf7-form-4 input[type="password"]:-ms-input-placeholder, .wpcf7-form-4 input[type="search"]:-ms-input-placeholder, .wpcf7-form-4 input[type="number"]:-ms-input-placeholder, .wpcf7-form-4 input[type="tel"]:-ms-input-placeholder, .wpcf7-form-4 input[type="range"]:-ms-input-placeholder, .wpcf7-form-4 input[type="date"]:-ms-input-placeholder, .wpcf7-form-4 input[type="month"]:-ms-input-placeholder, .wpcf7-form-4 input[type="week"]:-ms-input-placeholder, .wpcf7-form-4 input[type="time"]:-ms-input-placeholder, .wpcf7-form-4 input[type="datetime"]:-ms-input-placeholder, .wpcf7-form-4 input[type="datetime-local"]:-ms-input-placeholder, .wpcf7-form-4 input[type="color"]:-ms-input-placeholder, .wpcf7-form-4 textarea:-ms-input-placeholder {
  color: #999;
  text-transform: none;
}
.wpcf7-form-4 input[type="text"]::-webkit-input-placeholder, .wpcf7-form-4 input[type="email"]::-webkit-input-placeholder, .wpcf7-form-4 input[type="url"]::-webkit-input-placeholder, .wpcf7-form-4 input[type="password"]::-webkit-input-placeholder, .wpcf7-form-4 input[type="search"]::-webkit-input-placeholder, .wpcf7-form-4 input[type="number"]::-webkit-input-placeholder, .wpcf7-form-4 input[type="tel"]::-webkit-input-placeholder, .wpcf7-form-4 input[type="range"]::-webkit-input-placeholder, .wpcf7-form-4 input[type="date"]::-webkit-input-placeholder, .wpcf7-form-4 input[type="month"]::-webkit-input-placeholder, .wpcf7-form-4 input[type="week"]::-webkit-input-placeholder, .wpcf7-form-4 input[type="time"]::-webkit-input-placeholder, .wpcf7-form-4 input[type="datetime"]::-webkit-input-placeholder, .wpcf7-form-4 input[type="datetime-local"]::-webkit-input-placeholder, .wpcf7-form-4 input[type="color"]::-webkit-input-placeholder, .wpcf7-form-4 textarea::-webkit-input-placeholder {
  color: #999;
  text-transform: none;
}
.wpcf7-form-4 input[type="submit"]:hover,
.wpcf7-form-4 input[type="button"]:hover {
  color: #f9b200;
  background-color: #fff;
  border-color: #f9b200;
}
.wpcf7-form-4 input[type="submit"]:focus,
.wpcf7-form-4 input[type="button"]:focus {
  color: #f9b200;
  background-color: #fff;
  border-color: #f9b200;
}
.wpcf7-form-4 input[type="submit"]:focus-within,
.wpcf7-form-4 input[type="button"]:focus-within {
  color: #f9b200;
  background-color: #fff;
  border-color: #f9b200;
}
.wpcf7-form-4 input[type="submit"]:active,
.wpcf7-form-4 input[type="button"]:active {
  color: #f9b200;
  background-color: #fff;
  border-color: #f9b200;
}

.contact-form {
  padding: 30px;
  background: #fff;
  overflow: hidden;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
@media (min-width: 1024px) {
  .contact-form {
    padding: 60px 70px;
  }
}
.contact-form label {
  font-size: 18px;
  color: #1b251f;
  margin: 0 0 12px;
  font-weight: 600;
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 30px 38px;
  margin: 0 0 30px;
  background: #f7f7f7;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  font-size: 15px;
  color: #1b251f;
  border: 2px solid #f7f7f7;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #1b251f;
}
.contact-form input::-webkit-input-placeholder,
.contact-form textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #1b251f;
}
.contact-form input::-moz-placeholder,
.contact-form textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #1b251f;
}
.contact-form input:-ms-input-placeholder,
.contact-form textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #1b251f;
}
.contact-form input:-moz-placeholder,
.contact-form textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #1b251f;
}
.contact-form input {
  height: 83px;
}
.contact-form textarea {
  height: 165px;
  resize: none;
  margin: 0 0 56px;
}
.contact-form .btn[type="submit"], .contact-form [type="submit"].viewmore-products-btn {
  padding: 10px 90px;
  height: auto;
  width: auto;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  font-size: 18px;
  -webkit-box-shadow: 0 0 10px 0 rgba(249, 178, 0, 0.8);
  box-shadow: 0 0 10px 0 rgba(249, 178, 0, 0.8);
  float: right;
}
.rtl .contact-form .btn[type="submit"], .rtl .contact-form [type="submit"].viewmore-products-btn {
  float: left;
}
.contact-form + .wpcf7-response-output {
  position: absolute;
  bottom: 0;
  left: 30px;
  z-index: 1;
}
.rtl .contact-form + .wpcf7-response-output {
  right: 30px;
  left: auto;
}
.contact-form.style2 {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
}
.contact-form.style2 .sub {
  font-size: 18px;
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  font-weight: 300;
}
.contact-form.style2 .title {
  font-size: 45px;
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  font-weight: 300;
  margin: 0 0 10px;
}
.contact-form.style2 .des {
  font-size: 14px;
  margin: 0 0 25px;
}
.contact-form.style2 .btn[type="submit"], .contact-form.style2 [type="submit"].viewmore-products-btn {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-color: #1b251f;
  background: #1b251f;
}
.contact-form.style2 .btn[type="submit"]:hover, .contact-form.style2 [type="submit"].viewmore-products-btn:hover, .contact-form.style2 .btn[type="submit"]:active, .contact-form.style2 [type="submit"].viewmore-products-btn:active {
  background: #101613;
  border-color: #101613;
}

/* 14. responsive */
/*
*  Responsive
*/
@media (max-width: 1440px) {
  .post.post-chess .entry-title-content {
    padding: 10px;
    min-height: auto;
  }

  .widget-features-box.style6 .features-box-image.icon {
    min-width: 80px;
  }

  .elementor-1938 .elementor-element.elementor-element-7bf7b1b .widget-features-box .item .item-inner {
    padding: 10px;
    min-height: 178px;
  }

  .project .description {
    margin-bottom: 25px;
  }

  .related-project .slick-carousel .slick-arrow {
    width: 36px;
    height: 36px;
  }
  .related-project .slick-carousel .slick-arrow.slick-next {
    left: -36px;
  }
  .rtl .related-project .slick-carousel .slick-arrow.slick-next {
    right: -36px;
    left: auto;
  }
  .related-project .slick-carousel .slick-arrow.slick-prev {
    right: -36px;
  }
  .rtl .related-project .slick-carousel .slick-arrow.slick-prev {
    left: -36px;
    right: auto;
  }
}
@media (min-width: 1200px) {
  .lg-clearfix {
    clear: both;
  }

  .hidden-lg-dot .slick-dots {
    display: none;
  }
}
@media (max-width: 991px) {
  .sidebar.sidebar-right, .sidebar.sidebar-left {
    top: 0;
    z-index: 999;
    max-width: 80%;
    background: #fff;
    position: fixed;
    padding: 0 0 30px 0;
    width: 400px;
    height: 100%;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  .sidebar.sidebar-right .widget, .sidebar.sidebar-left .widget {
    margin: 0;
    padding: 30px;
  }
  .sidebar.sidebar-right .widget .posts-list .top-info, .sidebar.sidebar-left .widget .posts-list .top-info {
    font-size: 12px;
  }
  .sidebar.sidebar-right .widget .widget-title,
  .sidebar.sidebar-right .widget .widgettitle,
  .sidebar.sidebar-right .widget .widget-heading, .sidebar.sidebar-left .widget .widget-title,
  .sidebar.sidebar-left .widget .widgettitle,
  .sidebar.sidebar-left .widget .widget-heading {
    margin-bottom: 20px;
  }
  .sidebar.sidebar-left {
    left: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .rtl .sidebar.sidebar-left {
    right: 0;
    left: auto;
  }
  .sidebar.sidebar-left.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .sidebar.sidebar-right {
    right: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  .rtl .sidebar.sidebar-right {
    left: 0;
    right: auto;
  }
  .sidebar.sidebar-right.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .sidebar .entry-title {
    text-align: left;
  }
  .rtl .sidebar .entry-title {
    text-align: right;
  }
}
/* Portrait */
@media (min-width: 768px) and (max-width: 1024px) {
  body.admin-bar .sidebar,
  body.admin-bar .apus-offcanvas {
    top: 46px;
  }

  .post.post-chess .entry-title-content {
    padding: 25px 30px;
    min-height: 222px;
  }
  .post.post-list-small .entry-thumb .image-wrapper img {
    width: 100%;
  }

  .apus-footer .widget-features-box.style4 .item .item-inner {
    margin-bottom: 10px;
  }
  .apus-footer .widget-features-box.style4 div[class*="col"] {
    width: 100%;
  }

  .woocommerce div.product.first {
    clear: none;
  }
  .woocommerce div.product.first[class*="col-"]:nth-child(2n+1) {
    clear: both;
  }
  .woocommerce div.product[class*="col-"]:nth-child(2n+1) {
    clear: both;
  }
}
/* Ipad Pro Portrait + 1024├ù1366 */
/* Ipad Pro Landscape + Desktop 1280x800 */
@media (max-width: 767px) {
  body.admin-bar .apus-offcanvas, body.admin-bar .sidebar {
    top: 46px;
  }
  body.admin-bar.home-coming-soon:after {
    height: calc(100vh + 46px);
  }

  .post.post-chess .entry-title-content {
    padding: 20px;
  }
  .post.post-list-small .entry-thumb .image-wrapper img {
    width: 100%;
  }

  .widget-features-box.style4 .features-box-image.icon {
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .apus-footer .widget-features-box.style4 .item .item-inner {
    margin-bottom: 0;
  }
  .apus-footer .widget-features-box.style4 .features-box-image.icon {
    margin: 0;
    margin-bottom: 10px;
  }

  .woocommerce div.product.first {
    clear: none;
  }
  .woocommerce div.product.first[class*="col-"]:nth-child(2n+1) {
    clear: both;
  }
  .woocommerce div.product[class*="col-"]:nth-child(2n+1) {
    clear: both;
  }
}
@media (max-width: 479px) {
  .sidebar.sidebar-left, .sidebar.sidebar-right {
    width: 100%;
    max-width: 100%;
  }

  .woocommerce div.product div.summary {
    padding-bottom: 10px;
  }
  .woocommerce div.product div.summary .apus-social-share {
    top: auto;
    bottom: 0;
  }

  .woocommerce-tabs .nav-tabs {
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 11px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .woocommerce-tabs .nav-tabs > li > a {
    margin: 0;
    padding: 5px 8px;
    min-height: 60px;
  }
}
@media (max-width: 320px) {
  .sidebar .widget {
    margin: 0;
    padding: 15px;
  }

  .header-mobile .logo {
    max-width: 130px;
  }

  .apus-breadscrumb .wrapper-breads {
    height: 150px;
  }

  .close-sidebar-btn {
    padding: 8px 15px;
  }

  .avatar {
    width: 60px;
    height: 60px;
  }

  .comment-list div.avatar {
    margin-right: 15px;
  }
  .rtl .comment-list div.avatar {
    margin-left: 15px;
    margin-right: inherit;
  }

  .comment-respond {
    padding: 20px;
  }

  .add-fix-top {
    display: none;
  }
}
