farticle,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

[hidden],
audio:not([controls]) {
  display: none;
}

a,
abbr,
acronym,
address,
applet,
b,
big,
blockquote,
body,
caption,
center,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
u,
ul,
var {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-spacing: 0;
}

td {
  vertical-align: top;
}

img {
  max-width: 100%;
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

input[type="email"],
input[type="file"],
input[type="number"],
input[type="password"],
input[type="submit"],
input[type="text"],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

::-moz-selection {
  background: #000;
  color: #fff;
}

::selection {
  background: #000;
  color: #fff;
}

::-moz-selection {
  background: #ffff9e;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

html {
  padding-right: 0 !important;
  overflow-y: auto;
  overflow-x: hidden;
}

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

html.show-overflow {
  overflow-y: scroll;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.tp-simpleresponsive > ul li {
  z-index: 1 !important;
}

.tatsu-frame #header {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

#main.layout-border {
  padding: 30px;
}

#main.layout-border.layout-border-header-top {
  padding: 0 30px 30px;
}

.left-header #main.layout-border {
  padding-left: 0;
}

#header-top-bar-left {
  float: left;
  padding: 10px 20px;
}

#header-top-bar-wrap.be-wrap #header-top-bar-left {
  padding-left: 0;
}

#header-top-bar-right {
  float: right;
  padding: 10px 20px;
}

#header-top-bar-wrap.be-wrap #header-top-bar-right {
  padding-right: 0;
}

#header-top-bar-left .header-cart-controls,
#header-top-bar-left .header-search-controls,
#header-top-bar-left .top-bar-widgets,
#header-top-bar-left .topbar-menu-container {
  margin-right: 15px;
}

#header-top-bar-right .header-cart-controls,
#header-top-bar-right .header-search-controls,
#header-top-bar-right .top-bar-widgets,
#header-top-bar-right .topbar-menu-container {
  margin-left: 15px;
}

#header-controls-left .header-cart-controls,
#header-controls-left .header-search-controls,
#header-controls-left .header-widgets,
#header-controls-left .menu-controls {
  margin-right: 15px;
}

#header-controls-right .header-cart-controls,
#header-controls-right .header-search-controls,
#header-controls-right .header-widgets,
#header-controls-right .sliderbar-menu-controller {
  margin-left: 15px;
}

#header-controls-left ul,
#header-top-bar-left ul,
#header-top-bar-right ul {
  display: inline;
  padding-left: 0;
}

#header-controls-left li,
#header-top-bar-left li,
#header-top-bar-right li {
  display: inline;
  text-decoration: none;
}

.custom-font-icon,
.menu-falling-animate-controller {
  display: inline-block;
  cursor: pointer;
}

.custom-font-icon {
  line-height: normal;
  position: relative;
}

.menu-icon {
  border-top-width: 2px;
  border-style: solid;
  border-color: inherit;
  display: block;
  margin-bottom: 6px;
  width: 16px;
  -webkit-transition:
    -webkit-transform 0.4s ease,
    opacity 0.4s ease,
    top 0.4s ease;
  -o-transition:
    -o-transform 0.4s ease,
    opacity 0.4s ease,
    top 0.4s ease;
  -webkit-transition:
    opacity 0.4s ease,
    top 0.4s ease,
    -webkit-transform 0.4s ease;
  transition:
    opacity 0.4s ease,
    top 0.4s ease,
    -webkit-transform 0.4s ease;
  -o-transition:
    transform 0.4s ease,
    opacity 0.4s ease,
    top 0.4s ease;
  transition:
    transform 0.4s ease,
    opacity 0.4s ease,
    top 0.4s ease;
  transition:
    transform 0.4s ease,
    opacity 0.4s ease,
    top 0.4s ease,
    -webkit-transform 0.4s ease;
  cursor: pointer;
  position: absolute;
  top: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}

.menu-icon.menu-icon-third {
  margin-bottom: 0;
}

.custom-font-icon .menu-icon.menu-icon-first {
  top: -4px;
}

.custom-font-icon .menu-icon.menu-icon-second {
  position: relative;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.custom-font-icon .menu-icon.menu-icon-third {
  top: 4px;
}

.custom-font-icon.active .menu-icon.menu-icon-first {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  top: 0;
}

.custom-font-icon.active .menu-icon.menu-icon-second {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transform: translateX(50px);
  -moz-transform: translateX(50px);
  -ms-transform: translateX(50px);
  -o-transform: translateX(50px);
}

.custom-font-icon.active .menu-icon.menu-icon-third {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  top: 0;
}

#header-top-bar-wrap i.font-icon {
  margin-bottom: 0;
}

#header-bottom-bar,
#header-top-bar {
  line-height: 25px;
}

#header-top-bar {
  position: relative;
  z-index: 3;
}

#header-top-bar .topbar-menu-container {
  display: inline-block;
}

#topbar-menu > li:after {
  content: " | ";
}

#topbar-menu > li:last-child:after {
  content: "";
}

.header-cart-controls,
.sliderbar-nav-controller-wrap {
  display: inline-block;
}

.header-cart-controls {
  float: none !important;
}

#header #left-header-mobile .header-cart-controls {
  float: right !important;
}

.top-overlay-menu #header-bottom-bar {
  display: none;
}

#header .header-border {
  display: block;
}

#header .transparent .header-border {
  display: none;
}

.style6 #header-wrap {
  text-align: center;
}

.style4 #header-bottom-bar {
  padding: 0 30px;
}

.logo a,
.logo a img {
  display: block;
}

.style1 .logo {
  margin-left: 30px;
  padding: 20px 0;
  float: left;
}

.layout-border-header-top .style1 .logo,
.style1 .be-wrap .logo {
  margin-left: 0;
}

.style4 .logo {
  margin-left: 30px;
  padding: 20px 0;
  float: left;
}

.style4 .be-wrap .logo {
  margin-left: 0;
}

#left-header-mobile .logo {
  margin-left: 30px;
  padding: 20px 0;
  float: left;
}

.style5 .logo {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.style2 #header-wrap {
  position: relative;
}

.style3 .logo {
  position: absolute;
  left: 30px;
  padding: 20px 0;
}

.layout-border-header-top .style3 .logo,
.style3 .be-wrap .logo {
  left: 0;
}

.style2 .logo {
  text-align: center;
}

.style2 .logo a {
  display: inline-block;
  vertical-align: middle;
}

.style6 .logo {
  margin: 25px auto;
  display: inline-block;
  vertical-align: top;
  z-index: 1;
  position: relative;
}

#header-inner-wrap i.font-icon {
  margin-bottom: 0;
}

#left-header-mobile .mobile-nav-controller-wrap {
  margin: 0 30px 0 15px;
  float: right;
}

#header .oshine-module,
#header .tatsu-module {
  margin-bottom: 0;
}

.mobile-menu.left-mobile-menu #mobile-menu {
  padding-bottom: 0 !important;
}

.mobile-menu.right-mobile-menu #mobile-menu {
  padding-top: 0 !important;
}

.be-nav-link-effect-1 a {
  padding: 8px 0;
}

.be-nav-link-effect-1 a:after {
  position: absolute;
  top: 170%;
  left: 20px;
  width: calc(100% - 40px);
  height: 2px;
  background: rgba(0, 0, 0, 0.1);
  content: "";
  opacity: 0;
  -webkit-transition:
    opacity 0.3s,
    -webkit-transform 0.3s;
  -o-transition:
    opacity 0.3s,
    -o-transform 0.3s;
  transition:
    opacity 0.3s,
    -webkit-transform 0.3s;
  -o-transition:
    opacity 0.3s,
    transform 0.3s;
  transition:
    opacity 0.3s,
    transform 0.3s;
  transition:
    opacity 0.3s,
    transform 0.3s,
    -webkit-transform 0.3s;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
}

.be-nav-link-effect-1 a:hover:after {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.be-nav-link-effect-2 a:after {
  position: absolute;
  top: 170%;
  left: 50%;
  right: 50%;
  height: 2px;
  z-index: 1;
  content: "";
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  background: rgba(0, 0, 0, 0.1);
}

.be-nav-link-effect-2 a:hover:after {
  left: 20px;
  right: 20px;
}

.be-nav-link-effect-3 a:after {
  position: absolute;
  top: 170%;
  left: 50%;
  right: 50%;
  height: 2px;
  z-index: 1;
  content: "";
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  background: rgba(0, 0, 0, 0.1);
}

.be-nav-link-effect-3 a:hover:after {
  left: 40%;
  right: 40%;
}

.sub-menu a:after {
  display: none;
}

#navigation .sub-menu a {
  left: 0;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#navigation .sub-menu a:hover {
  left: 7px;
}

.header-code-widgets {
  display: inline-block;
  margin-left: 15px;
}

.sliderbar-menu-controller {
  display: inline-block;
  cursor: pointer;
}

.search-box-wrapper {
  position: absolute;
  top: 100%;
  right: 0;
  width: 240px;
  display: none;
  z-index: 12;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.23);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.23);
  line-height: normal;
  padding: 30px;
  background: #fff;
  overflow-y: hidden;
}

.be-themes-layout-layout-border-header-top .search-box-wrapper {
  z-index: 10 !important;
}

#header-top-bar-right .search-box-wrapper {
  padding: 0;
}

.header-search-controls {
  display: inline-block;
}

.header-search-controls .search-button {
  margin-left: 0;
  cursor: pointer;
  color: inherit;
  display: inline-block;
  zoom: 1;
  position: relative;
  top: 2px;
  font-size: 18px;
  line-height: normal;
}

#header-top-bar-right .search-box-wrapper.style1-header-search-widget input[type="text"] {
  height: 55px;
}

.search-box-wrapper .searchform .search-icon {
  position: absolute;
  top: 0;
  right: 35px;
  line-height: 96px;
  font-size: 14px;
}

#header-top-bar-right .search-box-wrapper .searchform .search-icon {
  top: -19px;
  right: 14px;
}

.search-box-wrapper.style2-header-search-widget .searchform .search-icon {
  display: none;
}

.search-box-wrapper .searchform .s {
  width: 100%;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin-bottom: 0;
}

.search-box-wrapper .icon-icon_close {
  color: #232323;
}

.search-box-wrapper.style2-header-search-widget {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body.admin-bar .search-box-wrapper.style2-header-search-widget {
  padding-top: 62px;
}

body.admin-bar .search-box-wrapper.style2-header-search-widget .searchform .search-icon {
  top: 50%;
  line-height: normal;
  margin-top: -14px;
  font-size: 25px;
  right: 14px;
}

.search-box-wrapper.style2-header-search-widget .search-box-inner1 {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
}

.search-box-wrapper.style2-header-search-widget .search-box-inner2 {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  margin: 0;
}

.search-box-wrapper.style2-header-search-widget .searchform .s {
  height: 100px;
  font-size: 40px;
  line-height: 1;
}

.search-box-wrapper.style2-header-search-widget .searchform {
  display: block;
  width: 80%;
  margin: 0 auto;
  position: relative;
}

.header-search-form-close {
  display: none;
}

.search-box-wrapper.style2-header-search-widget .header-search-form-close {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 35px;
  cursor: pointer;
  color: inherit;
  display: block;
  z-index: 4;
}

body.admin-bar .search-box-wrapper.style2-header-search-widget .header-search-form-close {
  margin-top: 32px;
}

.left-strip-wrapper .header-cart-controls {
  width: 100%;
  text-align: center;
  top: 85%;
}

.header-cart-controls .cart-contents span {
  display: inline-block;
  font-weight: bold;
  margin: 0 auto;
  border-radius: 20%;
  text-align: center;
  width: 20px;
  height: 20px;
  line-height: 21px;
  font-size: 10px;
  position: relative;
  top: -5px;
}

.left-strip-wrapper .header-cart-controls .cart-contents span {
  display: block;
  position: static;
  margin-top: -60px;
}

.header-cart-controls .cart-contents {
  color: inherit;
  line-height: 0;
}

.header-cart-controls .cart-contents i {
  font-size: 23px;
  position: relative;
}

body.header-transparent #header #header-inner-wrap.no-transparent,
body.sticky-header #header #header-inner-wrap.no-transparent {
  position: fixed;
  top: -300px;
  width: 100%;
  right: 0;
}

body.header-transparent #header #header-inner-wrap.no-transparent.top-animate,
body.sticky-header #header #header-inner-wrap.no-transparent.top-animate {
  top: 0;
  -webkit-transition:
    top 0.5s ease,
    right 0.4s ease;
  -moz-transition:
    top 0.5s ease,
    right 0.4s ease;
  -o-transition:
    top 0.5s ease,
    right 0.4s ease;
  -ms-transition:
    top 0.5s ease,
    right 0.4s ease;
  -webkit-backface-visibility: hidden;
}

body.header-transparent.admin-bar #header #header-inner-wrap.no-transparent.top-animate,
body.sticky-header.admin-bar #header #header-inner-wrap.no-transparent.top-animate {
  top: 32px;
  -webkit-transition:
    top 0.5s ease,
    right 0.4s ease;
  -moz-transition:
    top 0.5s ease,
    right 0.4s ease;
  -o-transition:
    top 0.5s ease,
    right 0.4s ease;
  -ms-transition:
    top 0.5s ease,
    right 0.4s ease;
  -webkit-backface-visibility: hidden;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}

body.header-transparent #header #header-inner-wrap {
  position: absolute;
  width: 100%;
  border: none !important;
}

body.header-transparent #header #header-bottom-bar,
body.header-transparent #header #header-wrap {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

body #main.layout-border-header-top #header-inner-wrap.no-transparent,
body.admin-bar #main.layout-border-header-top #header-inner-wrap.no-transparent {
  position: fixed;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
}

body #main.layout-border-header-top #header-inner-wrap.no-transparent {
  top: 0;
  width: 100%;
}

body.admin-bar #main.layout-border-header-top #header-inner-wrap.no-transparent {
  top: 32px;
}

#header-inner-wrap.transparent {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

#header-inner-wrap {
  position: relative;
}

#header-inner-wrap.background--dark.transparent #navigation,
#header-inner-wrap.background--dark.transparent #navigation-left-side,
#header-inner-wrap.background--dark.transparent #navigation-right-side,
#header-inner-wrap.background--dark.transparent .header-cart-controls i.font-icon,
#header-inner-wrap.background--dark.transparent .header-search-controls .search-button,
#header-inner-wrap.background--dark.transparent .menu-controls,
#header-inner-wrap.background--dark.transparent .menu-controls i.font-icon,
#portfolio-title-nav-bottom-wrap .background--dark,
.single_portfolio_info_close.background--dark .font-icon {
  color: #f5f5f5;
}

#header-inner-wrap.background--light.transparent #navigation,
#header-inner-wrap.background--light.transparent #navigation-left-side,
#header-inner-wrap.background--light.transparent #navigation-right-side,
#header-inner-wrap.background--light.transparent .header-cart-controls i.font-icon,
#header-inner-wrap.background--light.transparent .header-search-controls .search-button,
#header-inner-wrap.background--light.transparent .menu-controls,
#header-inner-wrap.background--light.transparent .menu-controls i.font-icon,
#portfolio-title-nav-bottom-wrap .background--light,
.single_portfolio_info_close.background--light .font-icon {
  color: #333;
}

#header-inner-wrap.background--dark.transparent .be-mobile-menu-icon,
#header-inner-wrap.background--dark.transparent .be-mobile-menu-icon span,
#portfolio-title-nav-bottom-wrap .background--dark .home-grid-icon span {
  background-color: #f5f5f5;
}

#header-inner-wrap.background--light.transparent .be-mobile-menu-icon,
#header-inner-wrap.background--light.transparent .be-mobile-menu-icon span,
#portfolio-title-nav-bottom-wrap .background--light .home-grid-icon span {
  background-color: #333;
}

.logo img {
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(0%);
  /* opacity: 0; */
  /* visibility: hidden */
}

#header-inner-wrap.semi-transparent:not(.no-transparent).background--dark .logo .light-scheme-logo,
#header-inner-wrap.semi-transparent:not(.no-transparent).background--light .logo .dark-scheme-logo,
#header-inner-wrap.transparent:not(.no-transparent).background--dark .logo .light-scheme-logo,
#header-inner-wrap.transparent:not(.no-transparent).background--light .logo .dark-scheme-logo,
.top-animate .logo .sticky-logo,
body:not(.side-menu-opened) #header-inner-wrap.transparent:not(.background--dark):not(.background--light):not(.top-animate) .logo .normal-logo,
body:not(.side-menu-opened) #header-inner-wrap:not(.transparent):not(.top-animate) .logo .normal-logo {
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform: translateY(0) translateX(0);
  -ms-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: opacity 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

#header {
  position: relative;
  z-index: 10;
}

.be-sticky-sections #header {
  z-index: 99;
}

#header-inner-wrap.stuck #navigation,
#header-inner-wrap.stuck .header-controls,
#header-inner-wrap.stuck .social-media-icons-mid-header,
#header-inner-wrap.top-animate #navigation,
#header-inner-wrap.top-animate .header-controls,
#header-inner-wrap.top-animate .social-media-icons-mid-header {
  line-height: 70px;
  -webkit-transition: line-height 0.5s ease;
  -o-transition: line-height 0.5s ease;
  transition: line-height 0.5s ease;
}

#navigation-left-side a,
#navigation-right-side a,
#navigation a {
  position: relative;
  color: inherit;
  padding: 0 20px;
  display: inline-block;
  line-height: normal;
}

#navigation-left-side ul li,
#navigation-right-side ul li,
#navigation ul li {
  float: left;
  display: inline-block;
  position: relative;
  margin-bottom: 0;
  line-height: inherit;
}

#navigation-left-side .children,
#navigation-left-side .sub-menu,
#navigation-right-side .children,
#navigation-right-side .sub-menu,
#navigation .children,
#navigation .sub-menu {
  position: absolute;
  width: 200px;
  display: none;
  z-index: 12;
  top: 100%;
  line-height: 32px;
  padding: 10px 0;
  margin-top: 1px;
}

#navigation-left-side .children .children,
#navigation-left-side .sub-menu .sub-menu,
#navigation-right-side .children .children,
#navigation-right-side .sub-menu .sub-menu,
#navigation .children .children,
#navigation .sub-menu .sub-menu {
  left: 100%;
  top: -10px;
  margin-left: 0;
}

#navigation-left-side ul .children li,
#navigation-left-side ul .sub-menu li,
#navigation-right-side ul .children li,
#navigation-right-side ul .sub-menu li,
#navigation ul .children li,
#navigation ul .sub-menu li {
  display: block;
  float: none;
  text-align: left;
}

#navigation-left-side ul .children li a,
#navigation-left-side ul .sub-menu li a,
#navigation-right-side ul .children li a,
#navigation-right-side ul .sub-menu li a,
#navigation ul .children li a,
#navigation ul .sub-menu li a {
  display: block;
  padding: 5px 20px;
  line-height: inherit;
}

.menu-controls i.font-icon {
  font-size: 21px;
  cursor: pointer;
  display: inline-block;
  zoom: 1;
  padding: 0;
  line-height: normal;
}

.exclusive-mobile-bg .menu-controls {
  font: initial;
  padding: 10px;
}

.menu-controls i.font-icon:before {
  position: relative;
  top: 2px;
}

.top-overlay-menu #navigation,
.top-overlay-menu #navigation-left-side,
.top-overlay-menu #navigation-right-side {
  display: none;
}

body.menu-animate-fall #navigation-left-side ul li,
body.menu-animate-fall #navigation-right-side ul li,
body.menu-animate-fall #navigation ul li {
  -webkit-transition:
    -webkit-transform 0.4s ease,
    opacity 0.4s ease;
  -o-transition:
    -o-transform 0.4s ease,
    opacity 0.4s ease;
  -webkit-transition:
    opacity 0.4s ease,
    -webkit-transform 0.4s ease;
  transition:
    opacity 0.4s ease,
    -webkit-transform 0.4s ease;
  -o-transition:
    transform 0.4s ease,
    opacity 0.4s ease;
  transition:
    transform 0.4s ease,
    opacity 0.4s ease;
  transition:
    transform 0.4s ease,
    opacity 0.4s ease,
    -webkit-transform 0.4s ease;
  transform: translateY(-60%);
  -ms-transform: translateY(-60%);
  -moz-transform: translateY(-60%);
  -webkit-transform: translateY(-60%);
  -o-transform: translateY(-60%);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

body.menu-animate-fall #navigation-left-side ul li ul li,
body.menu-animate-fall #navigation-right-side ul li ul li,
body.menu-animate-fall #navigation ul li ul li,
body.menu-animate-fall-active #navigation-left-side ul li,
body.menu-animate-fall-active #navigation-right-side ul li,
body.menu-animate-fall-active #navigation ul li {
  transform: none;
  -ms-transform: initial;
  -moz-transform: initial;
  -webkit-transform: initial;
  -o-transform: initial;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

#left-header-mobile,
.left-header #header-bottom-bar,
.left-header #header-top-bar,
.left-header #header-wrap,
.left-header .sliderbar-menu-controller .icon-menu {
  display: none;
}

.left-header.left-sliding #main-wrapper {
  margin-left: 70px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  overflow-x: hidden;
}

.left-header .layout-box-left {
  display: none;
}

.left-header.left-static .layout-box-left {
  display: block;
}

.top-header.top-right-sliding-menu.slider-bar-opened #main.layout-border {
  padding-right: 0;
}

.left-header.left-static #main-wrapper {
  margin-left: 280px;
}

.left-header.left-static.be-themes-layout-layout-border #main-wrapper {
  margin-left: 310px;
}

.left-header .left-strip-wrapper {
  width: 71px;
  position: fixed;
  height: 100%;
  background-color: #000;
  z-index: 12;
}

.left-header #sb-left-strip {
  position: relative;
  height: 100%;
}

.left-header #sb-left-strip .leftside-menu-controller {
  position: absolute;
  bottom: 40px;
  font-size: 30px;
  width: 100%;
  text-align: center;
}

.admin-bar.left-header #sb-left-strip .leftside-menu-controller {
  bottom: 72px;
}

.left-header #sb-left-strip #logo-strip-bar {
  top: 40px;
  position: absolute;
  width: 100%;
  text-align: center;
}

.sb-slidebar .menu ul {
  list-style: none;
  margin-bottom: 0;
  display: block;
  padding: 0;
  margin-top: 0;
}

.sb-slidebar .menu ul li {
  margin-bottom: 0;
  display: block;
  position: relative;
}

.sb-slidebar-content .menu {
  margin-bottom: 50px;
  text-align: center;
  padding: 40px 0;
}

.left-overlay-menu .sb-slidebar-content .menu,
.top-overlay-menu .sb-slidebar-content .menu {
  border: none;
}

#slidebar-menu .sub-menu {
  display: none;
}

#slidebar-menu a {
  cursor: pointer;
  color: inherit;
  display: inline-block;
  line-height: inherit;
}

.sb-left #slidebar-menu a {
  color: inherit;
  position: relative;
}

.sb-slidebar .widget_text {
  text-align: center;
  padding: 0 14px;
  margin-bottom: 10px;
}

#navigation-left-side .mobile-sub-menu-controller,
#navigation-right-side .mobile-sub-menu-controller,
#navigation .mobile-sub-menu-controller {
  display: none;
}

#slidebar-menu .mobile-sub-menu-controller {
  width: 50px;
  top: 0;
  cursor: pointer;
  font-size: 13px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  text-align: center;
  vertical-align: middle;
  position: absolute;
  color: inherit !important;
}

#slidebar-menu .mobile-sub-menu-controller.isClicked {
  -webkit-transform: rotate(45deg) scale(1.5);
  -ms-transform: rotate(45deg) scale(1.5);
  transform: rotate(45deg) scale(1.5);
}

.left-overlay-menu #slidebar-menu li,
.top-overlay-menu #slidebar-menu li {
  opacity: 0;
  -webkit-transform: translateY(30%);
  -ms-transform: translateY(30%);
  transform: translateY(30%);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.left-overlay-menu #slidebar-menu li.menu-loaded,
.top-overlay-menu #slidebar-menu li.menu-loaded {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

#slidebar-menu .menu-item .sub-menu li {
  opacity: 1 !important;
  -webkit-transform: translateY(0) !important;
  -ms-transform: translateY(0) !important;
  transform: translateY(0) !important;
}

.overlay-menu-close {
  position: absolute;
  z-index: 15;
  font-size: 30px !important;
  margin-top: 8px;
  right: 25px;
  top: 25px;
  cursor: pointer;
}

.overlay-menu-close:before {
  display: inline-block;
  -webkit-transition: -webkit-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  transition:
    transform 0.4s ease,
    -webkit-transform 0.4s ease;
}

.overlay-menu-close:hover:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

.sb-left .display-table {
  height: 100%;
}

.sb-slidebar.sb-left .overlay-menu-close,
.sb-slidebar.sb-right .overlay-menu-close {
  display: none !important;
}

body.left-overlay-menu .sb-slidebar.sb-left .overlay-menu-close,
body.left-overlay-menu .sb-slidebar.sb-right .overlay-menu-close,
body.top-overlay-menu .sb-slidebar.sb-left .overlay-menu-close,
body.top-overlay-menu .sb-slidebar.sb-right .overlay-menu-close {
  display: inline-block !important;
}

.mobile-menu {
  display: none;
}

#mobile-menu,
#mobile-menu ul {
  list-style: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
  text-align: left;
}

#mobile-menu ul.sub-menu {
  padding: 0 0 15px;
  display: none;
}

#mobile-menu li {
  margin-bottom: 0;
  position: relative;
  padding: 0 0 0 20px;
  border-bottom: 1px solid transparent;
}

#mobile-menu .sub-menu li {
  border: none;
  padding-right: 0;
}

#mobile-menu a {
  color: inherit;
  padding-right: 5px;
  display: inline-block;
  cursor: pointer;
}

#mobile-menu .mobile-sub-menu-controller {
  width: 50px;
  cursor: pointer;
  font-size: 13px;
  float: right;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  text-align: center;
}

#mobile-menu .mobile-sub-menu-controller.isClicked {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.mobile-nav-controller-wrap {
  display: none;
}

.mobile-nav-controller-wrap .menu-controls {
  margin-left: 0;
  margin-right: 0;
}

#logo-sidebar {
  text-align: center;
  line-height: normal !important;
  margin: 40px 0;
}

#main {
  position: relative;
}

.sb-slidebar {
  position: fixed;
  width: 280px;
  z-index: 12;
  height: 100%;
  overflow: auto;
}

.top-header.be-themes-layout-layout-border-header-top .sb-slidebar {
  z-index: 10 !important;
}

.left-overlay-menu .sb-slidebar,
.top-overlay-menu .sb-slidebar {
  width: 100%;
  z-index: 14;
}

.left-header.left-static .sb-slidebar.sb-left {
  left: 0;
}

.left-header.left-static.be-themes-layout-layout-border .sb-slidebar.sb-left {
  left: 30px;
}

.sb-slidebar.sb-right {
  right: -280px;
  -webkit-transition: right 0.4s ease;
  -o-transition: right 0.4s ease;
  transition: right 0.4s ease;
}

body.be-themes-layout-layout-border-header-top .sb-slidebar.sb-right,
body.be-themes-layout-layout-border .sb-slidebar.sb-right {
  right: -250px;
}

.sb-slidebar.sb-right.opened {
  right: 0;
}

.be-themes-layout-layout-border-header-top .sb-slidebar.sb-right.opened,
.be-themes-layout-layout-border .sb-slidebar.sb-right.opened {
  right: 30px;
}

body #main {
  -webkit-transition: right 0.4s ease;
  -o-transition: right 0.4s ease;
  transition: right 0.4s ease;
  position: relative;
  right: 0;
}

body.top-header:not(.top-overlay-menu).slider-bar-opened #main,
body.top-header:not(.top-overlay-menu).slider-bar-opened #main #header #header-inner-wrap.no-transparent.top-animate {
  right: 280px;
  left: auto;
}

body.be-themes-layout-layout-border-header-top.top-header:not(.top-overlay-menu).slider-bar-opened #main #header #header-inner-wrap.no-transparent.top-animate,
body.be-themes-layout-layout-border.top-header:not(.top-overlay-menu).slider-bar-opened #main #header #header-inner-wrap.no-transparent.top-animate {
  right: 310px;
}

body.top-header.slider-bar-opened.top-overlay-menu #main {
  right: 0;
}

.left-header.left-sliding.left-bar-menu .sb-slidebar.sb-left.opened {
  left: 0;
}

html.csstransforms .left-strip-wrapper {
  -webkit-transition: -webkit-transform 0.2s linear;
  -o-transition: -o-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  -o-transition: transform 0.2s linear;
  transition: transform 0.2s linear;
  transition:
    transform 0.2s linear,
    -webkit-transform 0.2s linear;
  -webkit-transition-delay: 0ms;
  -o-transition-delay: 0ms;
  transition-delay: 0ms;
}

html.csstransforms .left-strip-wrapper.hide {
  -webkit-transform: translatex(-70px);
  -ms-transform: translatex(-70px);
  transform: translatex(-70px);
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

html.no-csstransforms .left-strip-wrapper {
  -webkit-transition: left 0.2s linear;
  -o-transition: left 0.2s linear;
  transition: left 0.2s linear;
  left: 0;
}

html.no-csstransforms .left-strip-wrapper.hide {
  left: -80px;
}

html.csstransforms .left-header.left-sliding.left-bar-menu .sb-slidebar.sb-left {
  -webkit-transform: translatex(-280px);
  -ms-transform: translatex(-280px);
  transform: translatex(-280px);
  -webkit-transition: -webkit-transform 0.4s linear;
  -o-transition: -o-transform 0.4s linear;
  transition: -webkit-transform 0.4s linear;
  -o-transition: transform 0.4s linear;
  transition: transform 0.4s linear;
  transition:
    transform 0.4s linear,
    -webkit-transform 0.4s linear;
}

html.csstransforms .left-header.left-sliding.left-bar-menu .sb-slidebar.sb-left.opened {
  -webkit-transform: translatex(0);
  -ms-transform: translatex(0);
  transform: translatex(0);
}

html.no-csstransforms .left-header.left-sliding.left-bar-menu .sb-slidebar.sb-left {
  left: -280px;
  -webkit-transition: left 0.4s linear;
  -o-transition: left 0.4s linear;
  transition: left 0.4s linear;
}

html.no-csstransforms .left-header.left-sliding.left-bar-menu .sb-slidebar.sb-left.opened {
  left: 0;
}

html.csstransforms .left-header.left-sliding.left-bar-menu #main {
  -webkit-transition: -webkit-transform 0.3s linear;
  -o-transition: -o-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  -o-transition: transform 0.3s linear;
  transition: transform 0.3s linear;
  transition:
    transform 0.3s linear,
    -webkit-transform 0.3s linear;
  -webkit-transition-delay: 0ms;
  -o-transition-delay: 0ms;
  transition-delay: 0ms;
}

html.csstransforms body.left-header.left-bar-menu.slider-bar-opened #main {
  -webkit-transition: -webkit-transform 0.3s linear;
  -o-transition: -o-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  -o-transition: transform 0.3s linear;
  transition: transform 0.3s linear;
  transition:
    transform 0.3s linear,
    -webkit-transform 0.3s linear;
  -webkit-transform: translatex(210px);
  -ms-transform: translatex(210px);
  transform: translatex(210px);
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

html.no-csstransforms .left-header.left-sliding.left-bar-menu #main {
  -webkit-transition: right 0.3s linear;
  -o-transition: right 0.3s linear;
  transition: right 0.3s linear;
  -webkit-transition-delay: 0ms;
  -o-transition-delay: 0ms;
  transition-delay: 0ms;
}

html.no-csstransforms body.left-header.left-bar-menu.slider-bar-opened #main {
  -webkit-transition: right 0.3s linear;
  -o-transition: right 0.3s linear;
  transition: right 0.3s linear;
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
  right: -200px;
}

.left-overlay-menu .sb-slidebar,
.top-overlay-menu .sb-slidebar {
  right: 0 !important;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
}

.left-overlay-menu .sb-slidebar.opened,
.top-overlay-menu .sb-slidebar.opened {
  right: 0 !important;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}

.left-header.left-sliding.left-overlay-menu .sb-slidebar.sb-left.opened .display-table,
.top-header.top-overlay-menu .sb-slidebar.sb-right.opened .display-table {
  display: table;
  height: 100%;
}

.left-header.left-sliding.left-overlay-menu .sb-slidebar .sb-slidebar-content,
.top-header.top-overlay-menu .sb-slidebar.sb-right .sb-slidebar-content {
  display: table-cell;
  vertical-align: middle;
}

html.csstransforms body.top-header.top-overlay-menu.slider-bar-opened #main {
  -webkit-transform: initial;
  -ms-transform: initial;
  transform: none;
}

html.no-csstransforms .left-header.left-sliding.left-bar-menu .sb-slidebar.sb-left {
  -webkit-transition: left 0.4s ease;
  -o-transition: left 0.4s ease;
  transition: left 0.4s ease;
}

html.csstransforms .left-header.left-sliding.left-bar-menu .sb-slidebar.sb-left {
  left: 0;
}

html.csstransforms .left-header.left-static .sb-slidebar.sb-left {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.mobile-nav-controller {
  display: inline-block;
}

.be-mobile-menu-icon {
  display: inline-block;
  position: relative;
  -webkit-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  width: 18px;
  height: 2px;
  top: -4px;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  visibility: hidden;
}

.be-mobile-menu-icon .hamburger-line-1 {
  top: -5px;
}

.be-mobile-menu-icon .hamburger-line-3,
.be-mobile-menu-icon:after {
  top: 5px;
}

.be-mobile-menu-icon.is-clicked {
  background-color: hsla(0, 0%, 100%, 0) !important;
}

.be-mobile-menu-icon.is-clicked .hamburger-line-1,
.be-mobile-menu-icon.is-clicked:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.be-mobile-menu-icon.is-clicked .hamburger-line-3,
.be-mobile-menu-icon.is-clicked:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

body.page-template-page-blank #footer-wrap,
body.page-template-page-blank #header-bottom-bar,
body.page-template-page-blank #header-wrap,
body.page-template-page-blank.left-header #leftheadermobile,
body.page-template-page-blank.left-header .left-strip-wrapper,
body.page-template-page-blank.left-header .sb-slidebar {
  display: none !important;
}

body.page-template-page-blank.left-header.left-sliding #main-wrapper,
body.page-template-page-blank.left-header.left-static #main-wrapper {
  margin-left: 0 !important;
}

.be-password-protect-wrap {
  padding: 150px 0;
}

.page-title-module-custom {
  padding: 30px 0;
}

.header-breadcrumb {
  font-size: 11px;
}

.header-breadcrumb .breadcrumbs a {
  color: inherit;
}

.be-fixed-footer .page-title-module-custom {
  z-index: 2;
  position: relative;
}

.gallery-slider-wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  top: 0;
  left: -100%;
  z-index: 15;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition:
    left 0.3s ease-in,
    opacity 0.3s ease-in;
  -o-transition:
    left 0.3s ease-in,
    opacity 0.3s ease-in;
  transition:
    left 0.3s ease-in,
    opacity 0.3s ease-in;
}

a.no-link {
  cursor: default;
}

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

#gallery-container,
#gallery-container-wrap,
.gallery-slider-content {
  position: relative;
  width: 100%;
  height: 100%;
}

#gallery-container-wrap {
  height: 100vh;
}

#gallery-container {
  width: 100%;
  float: left;
}

#gallery-container-wrap {
  overflow-x: hidden;
  overflow-y: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  transition: opacity 1s ease;
  -ms-box-sizing: border-box;
}

#gallery-container,
#gallery-container-wrap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#gallery-container {
  white-space: nowrap !important;
  word-wrap: normal;
  font-size: 0;
  padding-right: 0 !important;
}

#gallery-container .placeholder {
  width: 100%;
  height: 100%;
  display: inline-block;
  zoom: 1;
  text-align: center;
  position: relative;
}

#gallery-container .placeholder img {
  display: inline-block;
  height: auto;
  width: auto;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  display: none;
  -webkit-transition: opacity 0.5s ease-in;
  -o-transition: opacity 0.5s ease-in;
  transition: opacity 0.5s ease-in;
}

#gallery-container .placeholder.style1_placehloder {
  width: auto;
  position: relative;
  vertical-align: top;
  height: 100%;
  height: 100% !important;
}

#gallery-container .placeholder.style1_placehloder img {
  height: 100%;
  max-width: none;
}

#gallery-container .placeholder.center,
#gallery-container .placeholder.style2_placehloder {
  vertical-align: top;
  overflow: hidden !important;
}

#gallery-container .placeholder.center .fluid-width-video-wrapper iframe {
  width: 100% !important;
}

.single-page-lightbox-content {
  height: 100% !important;
  overflow: auto !important;
}

#gallery-container .placeholder.center.style4_placehloder {
  display: block;
  overflow: hidden;
}

#gallery-container .placeholder.center.style4_placehloder a.slider-img-wrap,
.overlay_placeholder,
.portfolio-item-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
}

.overlay_placeholder,
.portfolio-item-overlay {
  display: block;
  top: 0;
  background: #000;
  background: rgba(0, 0, 0, 0.85);
  z-index: 1;
}

.placeholder .fluid-width-video-wrapper {
  display: inline-block !important;
  vertical-align: top !important;
  padding: 0 !important;
  margin: 0 !important;
  height: 100% !important;
}

.placeholder.style1_placehloder .fluid-width-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
}

.fluid-width-video-wrapper {
  width: 100%;
  position: relative;
  padding: 0;
}

.fluid-width-video-wrapper,
.fluid-width-video-wrapper embed,
.fluid-width-video-wrapper iframe,
.fluid-width-video-wrapper object {
  max-width: 100%;
}

.placeholder .fluid-width-video-wrapper iframe.gallery {
  position: relative !important;
  height: 100% !important;
}

#gallery-container .placeholder:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

#gallery-container .placeholder.center img {
  -webkit-backface-visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: block;
  max-width: none;
  max-height: none;
}

.gallery-all-container.resized .arrow_next,
.gallery-all-container.resized .arrow_prev {
  display: none !important;
}

.arrow_next,
.arrow_prev {
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 10;
  margin-top: -50px;
  font-size: 30px;
  text-align: center;
}

.single_portfolio_info_close {
  position: absolute;
  line-height: 40px;
  width: 40px;
  font-size: 20px;
  height: 40px;
  text-align: center;
}

.arrow_prev {
  left: 0;
}

.arrow_next {
  right: 0;
}

.style1-arrow .arrow_next,
.style1-arrow .arrow_prev,
.style2-arrow .arrow_next,
.style2-arrow .arrow_prev {
  height: 100px;
  line-height: 100px;
  width: 60px;
}

.style3-arrow .arrow_next,
.style3-arrow .arrow_prev,
.style4-arrow .arrow_next,
.style4-arrow .arrow_prev {
  height: 40px;
  line-height: 40px;
  width: 40px;
}

.style5-arrow .arrow_next,
.style5-arrow .arrow_prev,
.style6-arrow .arrow_next,
.style6-arrow .arrow_prev {
  height: 50px;
  line-height: 50px;
  width: 50px;
  border-radius: 50%;
}

.style2-arrow .arrow_prev,
.style4-arrow .arrow_prev {
  border-left: none !important;
}

.style2-arrow .arrow_next,
.style4-arrow .arrow_next {
  border-right: none !important;
}

.style5-arrow .arrow_prev,
.style6-arrow .arrow_prev {
  left: 15px;
}

.style5-arrow .arrow_next,
.style6-arrow .arrow_next {
  right: 15px;
}

.arrow_next .font-icon,
.arrow_prev .font-icon,
.single_portfolio_back .font-icon,
.single_portfolio_close .font-icon,
.single_portfolio_info_close .font-icon {
  display: inline-block;
  text-align: center;
  line-height: inherit;
  -webkit-user-select: none;
}

.gallery_content {
  position: absolute;
  top: 0;
  width: 480px;
  background: #fff;
  word-break: break-word;
  z-index: 11;
  height: 100%;
  right: -480px;
  -webkit-transition: right 0.3s ease;
  -o-transition: right 0.3s ease;
  transition: right 0.3s ease;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.normal-scroll .attachment-details-custom-slider {
  display: block !important;
  opacity: 1 !important;
}

.normal-scroll.gallery-all-container .arrow_next,
.normal-scroll.gallery-all-container .arrow_prev {
  display: none !important;
}

.gallery_content.show {
  right: 0;
}

.single_portfolio_info_close {
  top: 40px;
  z-index: 12;
}

.single_portfolio_info_close .font-icon {
  border-radius: 0;
  border: 0;
  font-size: inherit;
}

.single_portfolio_close {
  right: 40px;
  top: 60px;
}

.single_portfolio_close .font-icon {
  font-size: 16px;
}

.post-title.gallery-title {
  font-size: 16px;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 2px;
  margin-bottom: 15px;
}

.gallery_scrollable_content {
  margin-bottom: 50px;
}

.gallery_scrollable_content a.more-link,
.single-portfolio a.more-link {
  display: none !important;
}

.gallery_content_area .post-header i {
  margin-right: 20px;
}

.gallery_content_area .post-header li {
  margin-bottom: 10px;
}

.gallery_content_area,
.gallery_content_area_wrap {
  height: 100%;
  max-height: 100%;
}

.tatsu-frame .fixed-sidebar-content-inner,
.tatsu-frame .gallery_content_area {
  overflow: scroll !important;
}

.gallery_content_area_wrap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 70px 50px;
}

.gallery_content_slide {
  width: 400px;
  padding: 0 30px;
}

.show-title .attachment-details-custom-slider,
.show-title .overlay_placeholder {
  opacity: 0 !important;
}

.attachment-details-custom-slider {
  position: absolute;
  bottom: 0;
  left: 0;
  word-break: break-word;
  white-space: normal;
  word-wrap: normal;
  background: #000;
  display: none;
  padding: 0 20px;
  color: #a2a2a2;
}

.attachment-details-custom-slider a,
.attachment-details-custom-slider a:active,
.attachment-details-custom-slider a:hover,
.attachment-details-custom-slider a:visited {
  color: inherit;
  font-size: inherit;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 0;
  text-align: left;
}

.attachment-details-custom-slider a.cat-list,
.attachment-details-custom-slider span {
  color: inherit;
  font-size: 13px;
  line-height: 20px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 2px 12px;
  text-align: left;
}

.gallery_content .be-section-pad {
  padding: 0 !important;
}

.single_portfolio_info_close {
  left: -40px;
  bottom: 5px;
  top: auto;
}

.gallery-all-container {
  position: relative !important;
  overflow: hidden;
}

#portfolio-title-nav-bottom-wrap h6,
#portfolio-title-nav-bottom-wrap ul a,
.single_portfolio_info_close .font-icon,
.slider-counts {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.home-grid-icon {
  width: 18px;
  display: inline-block;
}

.home-grid-icon span {
  background: #000;
  float: left;
  height: 4px;
  width: 4px;
  margin-bottom: 1px;
  margin-left: 1px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.home-grid-icon.four-filled span,
.home-grid-icon.four-hollow span,
.home-grid-icon.nine-filled span,
.home-grid-icon.nine-hollow span,
.home-grid-icon.six-filled span,
.home-grid-icon.six-hollow span {
  margin-bottom: 2px;
  margin-left: 2px;
}

.home-grid-icon.four-filled,
.home-grid-icon.four-hollow {
  width: 20px;
  display: table-cell;
}

.home-grid-icon.nine-filled,
.home-grid-icon.nine-hollow,
.home-grid-icon.six-filled,
.home-grid-icon.six-hollow {
  width: 24px;
  display: table-cell;
}

.home-grid-icon.four-filled span,
.home-grid-icon.four-hollow span {
  width: 6px;
  height: 6px;
}

.home-grid-icon.nine-filled span,
.home-grid-icon.six-filled span {
  width: 5px;
  height: 5px;
}

.home-grid-icon.nine-hollow span,
.home-grid-icon.six-hollow span {
  width: 4px;
  height: 4px;
}

.home-grid-icon span:first-child {
  -webkit-transition-delay: 50ms;
  -o-transition-delay: 50ms;
  transition-delay: 50ms;
}

.home-grid-icon span:nth-child(2) {
  -webkit-transition-delay: 80ms;
  -o-transition-delay: 80ms;
  transition-delay: 80ms;
}

.home-grid-icon span:nth-child(3) {
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.home-grid-icon span:nth-child(4) {
  -webkit-transition-delay: 0.12s;
  -o-transition-delay: 0.12s;
  transition-delay: 0.12s;
}

.home-grid-icon span:nth-child(5) {
  -webkit-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.home-grid-icon span:nth-child(6) {
  -webkit-transition-delay: 0.18s;
  -o-transition-delay: 0.18s;
  transition-delay: 0.18s;
}

.home-grid-icon span:nth-child(7) {
  -webkit-transition-delay: 0.21s;
  -o-transition-delay: 0.21s;
  transition-delay: 0.21s;
}

.home-grid-icon span:nth-child(8) {
  -webkit-transition-delay: 0.24s;
  -o-transition-delay: 0.24s;
  transition-delay: 0.24s;
}

.home-grid-icon span:nth-child(9) {
  -webkit-transition-delay: 0.27s;
  -o-transition-delay: 0.27s;
  transition-delay: 0.27s;
}

.single_portfolio_info_close {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#portfolio-title-nav-wrap .home-grid-icon {
  display: block;
}

#portfolio-title-nav-wrap {
  padding: 15px 0;
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
  position: relative;
}

h6.portfolio-title-nav {
  text-align: center;
  margin-bottom: 0;
}

#portfolio-title-nav-wrap.style3 h6.portfolio-title-nav {
  text-align: left;
}

#portfolio-title-nav-wrap .portfolio-nav {
  position: absolute;
  right: 30px;
  top: 50%;
  margin: -15px 0 0;
  line-height: normal;
  width: 117px;
  padding: 0;
  text-align: right;
}

#portfolio-title-nav-wrap .be-wrap .portfolio-nav {
  right: 0;
}

#portfolio-title-nav-wrap .portfolio-nav li {
  display: inline-block;
  padding-right: 15px;
  font-size: 17px;
  line-height: 33px;
}

#portfolio-title-nav-wrap .portfolio-nav li.home-grid-wrapper {
  margin-bottom: 2px;
  padding-right: 12px;
}

#portfolio-title-nav-wrap .portfolio-nav li:last-child {
  padding-right: 0;
}

#portfolio-title-nav-wrap .portfolio-nav a {
  text-decoration: none;
}

#portfolio-title-nav-bottom-wrap {
  position: absolute;
  bottom: 5px;
  right: 40px;
  z-index: 9;
}

#portfolio-title-nav-bottom-wrap ul {
  padding: 0 10px;
}

#portfolio-title-nav-bottom-wrap h6,
#portfolio-title-nav-bottom-wrap ul {
  display: inline-block;
  margin-bottom: 0;
}

#portfolio-title-nav-bottom-wrap h6 {
  line-height: 40px;
  padding: 0 15px;
}

#portfolio-title-nav-bottom-wrap ul li {
  display: inline;
}

#portfolio-title-nav-bottom-wrap ul li a {
  color: inherit;
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 41px;
  text-align: center;
  margin-bottom: 0;
}

#portfolio-title-nav-bottom-wrap h6,
#portfolio-title-nav-bottom-wrap ul,
.single_portfolio_info_close .font-icon {
  color: #323232;
}

.gallery_content .slider-counts-mobile {
  display: none;
}

.image-size-toggle {
  width: 40px;
  line-height: 40px;
  text-align: center;
  right: 40px;
  height: 41px;
  bottom: 0;
}

.ps-fade {
  -webkit-transition: background 0.5s cubic-bezier(0.694, 0, 0.335, 1);
  -o-transition: background 0.5s cubic-bezier(0.694, 0, 0.335, 1);
  transition: background 0.5s cubic-bezier(0.694, 0, 0.335, 1);
}

.ps-fade.ps-fade-initialized {
  background: #fff;
}

.ps-fade .flickity-viewport {
  -webkit-transition: height 0.2s;
  -o-transition: height 0.2s;
  transition: height 0.2s;
}

.ps-fade-inner {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.ps-fade-mobile .ps-fade-inner {
  display: block;
}

.ps-fade-nav {
  width: 50%;
  padding: 100px 70px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

@media only screen and (max-width: 960px) {
  .ps-fade-nav {
    padding: 50px 50px 80px;
  }
}

.ps-fade-mobile .ps-fade-nav {
  width: 100%;
}

.ps-fade-mobile .flickity-page-dots .dot {
  width: 6px;
  height: 6px;
  margin: 0 6px;
}

@media only screen and (min-width: 1025px) {
  .ps-fade-nav-vert-center {
    -ms-flex-item-align: center;
    align-self: center;
  }

  .ps-fade-nav-vert-center .ps-fade-nav-inner {
    width: 100%;
  }
}

.ps-fade-mobile .ps-fade-nav-item-inner:after {
  display: none;
}

.ps-fade-nav-align-center {
  text-align: center;
}

.ps-fade-nav-align-left {
  text-align: left;
}

.ps-fade-nav-align-right {
  text-align: right;
}

.ps-fade-slide-video-vimeo,
.ps-fade-slide-video-youtube {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ps-fade-slide-video-inner {
  width: 100%;
}

.ps-fade-slide-video-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ps-fade-gallery {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;
  -webkit-transition: opacity 0.5s cubic-bezier(0.694, 0, 0.335, 1);
  -o-transition: opacity 0.5s cubic-bezier(0.694, 0, 0.335, 1);
  transition: opacity 0.5s cubic-bezier(0.694, 0, 0.335, 1);
  opacity: 0;
}

.ps-fade-mobile .ps-fade-gallery {
  width: 100%;
}

.ps-fade-gallery-inner {
  position: relative;
  overflow: hidden;
  height: 100vh;
}

@media only screen and (max-width: 960px) {
  .ps-fade-gallery-inner {
    height: auto;
  }
}

.ps-fade-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  -webkit-transition:
    opacity 0.35s ease-out,
    -webkit-transform 0.35s ease-out;
  transition:
    opacity 0.35s ease-out,
    -webkit-transform 0.35s ease-out;
  -o-transition:
    transform 0.35s ease-out,
    opacity 0.35s ease-out;
  transition:
    transform 0.35s ease-out,
    opacity 0.35s ease-out;
  transition:
    transform 0.35s ease-out,
    opacity 0.35s ease-out,
    -webkit-transform 0.35s ease-out;
  opacity: 0;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.ps-fade-mobile .ps-fade-slide {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  height: auto;
}

.ps-fade-slide-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.ps-fade-mobile .ps-fade-slide-img {
  height: auto;
}

.ps-fade-slide-img.ps-fade-slide-img-lazyloaded {
  opacity: 1;
}

.ps-fade-nav-inner {
  padding: 0;
  margin: 0;
  list-style-type: none;
  position: relative;
}

.ps-fade-nav-item-inner {
  font-size: 60px;
  line-height: 1.3em;
  -webkit-transition:
    color 0.5s cubic-bezier(0.694, 0, 0.335, 1),
    font-weight 0.4s ease;
  -o-transition:
    color 0.5s cubic-bezier(0.694, 0, 0.335, 1),
    font-weight 0.4s ease;
  transition:
    color 0.5s cubic-bezier(0.694, 0, 0.335, 1),
    font-weight 0.4s ease;
  display: inline-block;
  position: relative;
}

.ps-fade-nav-item-inner:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 4px;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  background-color: currentColor;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.694, 0, 0.335, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.694, 0, 0.335, 1);
  -o-transition: transform 0.5s cubic-bezier(0.694, 0, 0.335, 1);
  transition: transform 0.5s cubic-bezier(0.694, 0, 0.335, 1);
  transition:
    transform 0.5s cubic-bezier(0.694, 0, 0.335, 1),
    -webkit-transform 0.5s cubic-bezier(0.694, 0, 0.335, 1);
}

.ps-fade-nav-item-inner.is-active:after,
.ps-fade-slide.is-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.ps-fade-slide.is-active {
  z-index: 1;
  opacity: 1;
}

.ps-fade-nav-item {
  -webkit-transition: opacity 0.5s cubic-bezier(0.694, 0, 0.335, 1);
  -o-transition: opacity 0.5s cubic-bezier(0.694, 0, 0.335, 1);
  transition: opacity 0.5s cubic-bezier(0.694, 0, 0.335, 1);
  opacity: 0;
}

.ps-fade-mobile .ps-fade-nav-item {
  width: 100%;
  text-align: center;
}

.ps-fade-initialized .ps-fade-gallery,
.ps-fade-initialized .ps-fade-nav-item {
  opacity: 1;
}

.ps-fade-slide-video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.ps-fade-horizontal {
  visibility: hidden;
}

.ps-fade-horizontal-initialized {
  visibility: visible;
}

.ps-fade-horizontal-nav-item-inner {
  white-space: nowrap;
  font-size: 80px;
  font-weight: 600;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  opacity: 0;
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
  -webkit-transition:
    opacity 0.3s linear,
    color 0.3s linear,
    -webkit-transform 0.3s linear;
  transition:
    opacity 0.3s linear,
    color 0.3s linear,
    -webkit-transform 0.3s linear;
  -o-transition:
    transform 0.3s linear,
    opacity 0.3s linear,
    color 0.3s linear;
  transition:
    transform 0.3s linear,
    opacity 0.3s linear,
    color 0.3s linear;
  transition:
    transform 0.3s linear,
    opacity 0.3s linear,
    color 0.3s linear,
    -webkit-transform 0.3s linear;
  display: inline-block;
}

.ps-fade-horizontal-initialized .ps-fade-horizontal-nav-item-inner {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  opacity: 1;
}

.ps-fade-horizontal-nav-item-inner.is-active {
  color: #fff;
}

.ps-fade-horizontal-inner {
  position: relative;
}

.ps-fade-horizontal-nav {
  padding: 0;
  margin: 0;
  list-style-type: none;
  height: 100%;
  z-index: 2;
  position: relative;
  overflow: hidden;
}

.ps-fade-horizontal-gallery {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  height: 100%;
  overflow: hidden;
  background: #0f1010;
  -webkit-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}

.ps-fade-horizontal-initialized .ps-fade-horizontal-gallery {
  opacity: 1;
}

.ps-fade-horizontal-gallery:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.25);
  z-index: 1;
}

li.ps-fade-horizontal-nav-item {
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 60px;
  margin: 0;
}

.ps-fade-horizontal-gallery-inner {
  margin: 0 0 0 auto;
  height: 100%;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .ps-fade-horizontal-nav-item-inner {
    font-size: 40px;
  }

  li.ps-fade-horizontal-nav-item {
    padding: 0 20px;
  }
}

.ps-fade-horizontal-initialized .ps-fade-horizontal-nav-item-inner:hover {
  color: transparent;
}

.ps-fade-horizontal-nav-item-inner.is-active:hover {
  color: #fff;
}

#footer,
#footer.layout-border {
  position: relative;
}

#footer-wrap {
  padding: 25px 0;
}

#footer-wrap .footer-left-area {
  padding-left: 30px;
}

#footer-wrap .footer-right-area {
  padding-right: 30px;
}

#footer-wrap.be-wrap .footer-left-area {
  padding-left: 0;
}

#footer-wrap.be-wrap .footer-right-area {
  padding-right: 0;
}

#footer-wrap.style1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#footer-wrap.style1 .footer-left-area {
  text-align: left;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 33.33%;
  flex: 1 1 33.33%;
}

#footer-wrap.style1 .footer-right-area {
  text-align: right;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 33.33%;
  flex: 1 1 33.33%;
}

#footer-wrap.style1 .footer-center-area {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0 30px;
}

#footer .footer-border {
  display: block;
}

#footer-wrap.style2 .footer-center-area,
#footer-wrap.style2 .footer-left-area,
#footer-wrap.style2 .footer-right-area {
  float: none;
  display: block;
  height: auto;
  position: static;
  margin-top: 0;
}

#footer-wrap.style2 .footer-content-inner-center,
#footer-wrap.style2 .footer-content-inner-left,
#footer-wrap.style2 .footer-content-inner-right {
  margin: 20px 0;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  height: auto;
  line-height: 30px;
}

#footer-wrap .font-icon {
  margin-bottom: 0;
  margin-right: 0;
}

#footer-wrap a {
  margin-right: 10px;
}

#footer-wrap a:last-child {
  margin-right: 0;
}

ul#footer-menu {
  display: inline-block;
  margin-bottom: 0;
}

ul#footer-menu li {
  display: inline;
  list-style: none;
}

ul#footer-menu li a {
  color: inherit;
}

#footer-menu > li:after {
  content: " | ";
}

#footer-menu > li:last-child:after {
  content: "";
}

#footer-wrap.style2 .tatsu-module,
#footer .tatsu-icon-shortcode {
  margin-bottom: 0;
}

#be-fixed-footer-wrap {
  position: fixed;
  visibility: hidden;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.be-fixed-footer #hero-section {
  background: #fff;
}

.post-meta {
  float: left;
}

.post-meta a {
  color: inherit;
}

.post-title a {
  display: inline-block;
}

.post-nav {
  font-size: 12px;
}

.post-nav ul li {
  margin-bottom: 0;
}

.post-nav .post-meta-sep {
  margin: 0 7px;
}

.style7-blog .post-meta-sep {
  margin: 0 3px;
}

.pagination_parent.style7-blog {
  text-align: center;
}

.pages_list a,
.pagination a,
.pagination span {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  margin: 0 16px 0 0;
  display: inline-block;
}

.portfolio.full-screen.full-screen-gutter .pagination {
  text-align: center;
}

.pagination a:last-child,
.pagination span:last-child {
  margin-right: 0;
}

.pages_list a {
  width: auto;
  padding: 0 10px;
}

embed {
  max-width: 100%;
}

.single-post #content {
  padding-bottom: 50px;
}

.single-post .owl-dots {
  display: none !important;
}

.single-page-atts {
  padding: 0 0 10px;
  margin-bottom: 30px;
  border-bottom: 1px solid #efefef;
}

.single-page-atts .tagcloud,
.single-page-atts h6 {
  float: left;
}

.single-page-atts .tagcloud a {
  margin-bottom: 0;
  line-height: 1;
  padding: 5px 12px;
  color: inherit;
  border: 1px solid;
  border-radius: 30px;
  font-size: 12px;
  margin-right: 10px;
}

.single-page-atts .share-links a {
  line-height: 32px;
  display: block;
  float: left;
  padding: 0 3px;
  color: inherit;
  font-size: 12px;
}

.single-post-share {
  float: right;
}

.single-post-tags {
  float: left;
}

.single-post .project_navigation {
  margin-top: 50px;
}

#single-author-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 25px;
  border-bottom: 1px solid #efefef;
  margin-bottom: 30px;
}

#single-author-img img {
  max-width: none;
  border-radius: 50%;
}

#single-author-details {
  -ms-flex-preferred-size: 70%;
  flex-basis: 70%;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  margin-left: 20px;
}

#single-author-details h6 {
  line-height: 1.2;
}

#single-author-details p {
  margin-bottom: 0;
}

.post-excerpt {
  margin-bottom: 35px;
}

.hide-excerpt .post-bottom-details {
  display: none;
}

.post-thumb img {
  width: 100% !important;
  height: auto !important;
}

.post-thumb.style-2 {
  float: left;
  width: 300px;
  margin-right: 20px;
}

.no-thumb .post-header {
  margin-bottom: 15px;
}

.post-date-wrap {
  width: 52px;
  text-align: center;
  text-transform: uppercase !important;
  padding: 8px;
  border: 2px solid;
  border-color: inherit;
  position: absolute;
  top: 0;
  left: 0;
  font-family: inherit !important;
  line-height: inherit !important;
  font-size: 16px !important;
  margin-bottom: 0 !important;
}

.post-title-section-wrap {
  margin-bottom: 30px;
  position: relative;
  min-height: 72px;
}

.style3-blog .post-title-section-wrap {
  margin-bottom: 20px;
}

.post-title-section {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 104px;
}

.blog-separator .separator {
  margin-top: 35px;
  margin-bottom: 0 !important;
  width: 100%;
  display: block;
  height: 3px;
}

hr {
  margin-bottom: 50px;
}

.post-tags {
  margin-bottom: 40px;
}

.article-details {
  padding: 30px 0;
}

.single-post .article-details {
  padding-bottom: 0;
}

.style3-blog .article-details {
  padding: 30px;
}

.blog-post.format-link .article-details,
.blog-post.format-quote .article-details {
  padding: 30px 30px 0;
}

.element.blog-post {
  width: 100%;
}

.blog-post.format-link .post-top-details .post-nav,
.blog-post.format-quote .post-top-details .post-nav {
  margin-bottom: 20px;
}

.blog-post.format-link .post-top-details .post-meta.post-comments,
.blog-post.format-quote .post-top-details .post-meta.post-comments {
  display: none;
}

.blog-post.format-link .post-date-wrap,
.blog-post.format-quote .post-date-wrap {
  border: none;
  font-size: 75px !important;
  padding: 0;
  width: 100px;
  text-align: left;
  color: inherit;
}

.style3-blog .blog-post.format-link .post-date-wrap,
.style3-blog .blog-post.format-quote .post-date-wrap {
  font-size: 60px !important;
  width: 60px;
}

.style3-blog .blog-post.format-link .post-title-section,
.style3-blog .blog-post.format-quote .post-title-section {
  padding-left: 70px;
}

.post-custom-meta {
  font-size: 13px;
}

.style1-blog .blog-post.format-link .element-inner,
.style1-blog .blog-post.format-quote .element-inner,
.style2-blog .blog-post.format-link .element-inner,
.style2-blog .blog-post.format-quote .element-inner,
.style2-blog .blog-post .post-content-wrap,
.style5-blog .blog-post.format-link .element-inner,
.style5-blog .blog-post.format-quote .element-inner,
.style6-blog .blog-post.format-link .element-inner,
.style6-blog .blog-post.format-quote .element-inner {
  margin-bottom: 30px;
}

.style1-blog .article-details,
.style5-blog .article-details,
.style6-blog .article-details {
  padding: 30px 0 0;
}

.style2-blog .post-nav,
.style3-blog .post-nav,
.style5-blog .post-nav,
.style6-blog .post-nav {
  margin-bottom: 20px !important;
}

.style3-blog .blog-post.element .element-inner {
  background: #fff;
}

.style2-blog .more-link,
.style3-blog .more-link,
.style8-blog .more-link,
.style9-blog .more-link {
  display: none;
}

.post-thumb p,
.style3-blog .fluid-width-video-wrapper {
  margin-bottom: 0 !important;
}

.portfolio-container.style3-blog .thumb-bg {
  display: none;
}

.style6-blog .special-subtitle.post-date {
  margin-bottom: 10px;
}

.style6-blog .special-subtitle.post-date a {
  color: inherit;
}

.single-post .post-details {
  margin-bottom: 20px;
}

.style7-blog .post-content-wrap .post-header,
.style7-blog .post-content-wrap .post-top-details {
  text-align: center;
}

.style7-blog .post-content-wrap .post-category {
  margin-bottom: 3px;
  float: none;
}

.blog .style7-blog .post-content {
  text-align: center;
  margin: 0 auto;
  max-width: 780px;
}

.style7-blog .post-category {
  float: none;
  text-align: center;
}

.style7-blog .post-nav {
  display: inline-block;
  margin-bottom: 12px;
}

body.blog #content.style7-blog-content .pagination {
  text-align: center;
}

.special-subtitle,
.style1.thumb-title-wrap .portfolio-item-cats {
  letter-spacing: 0;
}

.style2-blog .post-thumb {
  width: 40%;
  margin-right: 5%;
  float: left;
}

.style2-blog .article-details {
  width: 55%;
  float: left;
  padding: 0;
}

.style2-blog .format-link .article-details,
.style2-blog .format-quote .article-details {
  width: 100%;
}

.single-post .style2-blog .article-details,
.single-post .style2-blog .post-thumb {
  float: none;
  margin-right: 0;
  width: auto;
}

.single-post .style2-blog .post-thumb {
  margin-bottom: 30px;
}

.style3-blog .blog-separator .separator {
  margin-top: 60px;
  margin-bottom: 65px;
}

.blog-post.element {
  margin-bottom: 65px;
}

.single-post .blog-post.element {
  margin-bottom: 0;
}

.single-post .style3-blog .blog-post.element {
  margin-bottom: 50px;
}

.style3-blog .format-link .post-content-wrap,
.style3-blog .format-quote .post-content-wrap {
  margin-bottom: 0;
}

.blog .element .post-content p {
  margin-bottom: 20px;
}

.style4-blog .blog-post {
  background: #fff;
  width: 100%;
}

.style4-blog .article-details {
  padding: 40px;
}

.single-post .style4-blog .post-details,
.style4-blog .post-content p:last-child {
  margin-bottom: 0;
}

.style4-blog .blog-post.element {
  margin-bottom: 50px;
}

.style7-blog .blog-separator .separator {
  height: 1px;
}

.style8-blog .element,
.style8-blog .element-inner,
.style8-blog.portfolio-container,
.style9-blog .element,
.style9-blog .element-inner,
.style9-blog.portfolio-container {
  overflow: visible;
}

.style8-blog .post-thumb-wrap,
.style9-blog .post-thumb-wrap {
  position: relative;
  overflow: hidden;
}

.style8-blog .thumb-wrap,
.style9-blog .thumb-wrap {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.style8-blog .post-thumb-wrap img {
  position: absolute;
  max-width: 100%;
  height: auto;
}

body:not(.single-post) .style8-blog .element-inner,
body:not(.single-post) .style9-blog .element-inner {
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  position: relative;
}

.style8-blog .post-comment-icon {
  display: inline-block;
  line-height: 0;
  vertical-align: middle;
}

.style8-blog .post-share-wrap {
  line-height: 0;
}

.style8-blog .be-image-post .post-content-outer-wrap {
  position: relative;
  width: 100%;
}

.style8-blog .be-image-post .post-details-wrap,
.style8-blog .be-image-post .post-thumb-wrap-overlay {
  pointer-events: none;
}

.style8-blog .be-image-post .be-share-stack-mask,
.style8-blog .be-image-post .post-category a,
.style8-blog .be-image-post .post-comment-wrap a,
.style8-blog .be-image-post .post-title {
  pointer-events: all;
}

.style8-blog .be-image-post .post-thumb {
  position: absolute;
  width: 100%;
  height: 100%;
}

.style8-blog .be-image-post .post-thumb-wrap-overlay,
.style9-blog .post-thumb-wrap-overlay {
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
}

.style8-blog .post-content-wrap {
  text-align: left;
}

.style8-blog .post-thumb-wrap {
  background: #eee;
}

.style8-blog .be-image-post .post-details-wrap {
  position: relative;
  z-index: 2;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.style8-blog .be-image-post .post-bottom-meta-wrap,
.style8-blog .be-image-post .post-category-wrap {
  padding: 20px;
}

.style8-blog .be-image-post .post-top-meta-wrap {
  padding: 60px 40px;
}

.style8-blog .post-category-wrap,
.style9-blog .post-category-wrap {
  text-transform: capitalize;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -10px;
}

.style8-blog .post-category-wrap a,
.style9-blog .post-category-wrap a {
  display: inline-block;
  padding: 0 15px;
  border-radius: 50px;
  -webkit-transition:
    background-color 0.5s ease,
    border-color 0.5s ease;
  -o-transition:
    background-color 0.5s ease,
    border-color 0.5s ease;
  transition:
    background-color 0.5s ease,
    border-color 0.5s ease;
  margin: 0 5px 10px 0;
}

.style8-blog .post-date,
.style9-blog .post-date {
  margin-bottom: 5px;
}

.style8-blog .post-meta,
.style9-blog .post-meta {
  float: none;
}

.style8-blog .post-bottom-meta-wrap,
.style9-blog .post-bottom-meta-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.style8-blog .post-author-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.style8-blog .post-author-img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  margin-right: 10px;
  overflow: hidden;
}

.style8-blog .post-author-img img {
  width: 100%;
  height: auto;
}

.style8-blog .post-comment-share-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.style8-blog .post-comment-wrap {
  margin-right: 10px;
}

.style8-blog .post-comment-icon {
  font-size: 12px;
}

.single-post .style8-blog .blog-post.element {
  margin-bottom: 50px;
}

a.be-share-trigger,
a.be-share-trigger-placeholder,
a.be-share-trigger-placeholder:hover,
a.be-share-trigger:hover {
  color: inherit;
  font-size: 12px;
}

.be-image-post .be-share-stack-mask .be-share-trigger {
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}

.be-image-post .be-share-stack-mask:hover .be-share-trigger {
  color: #222;
}

.style8-blog .post-category a {
  border: 1px solid;
}

.single .style8-blog .format-image .post-thumb-wrap:before,
.style8-blog .format-standard .post-thumb-wrap:before {
  content: "";
  position: absolute;
  width: 100%;
  pointer-events: none;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), to(rgba(0, 0, 0, 0.2)));
  background: -o-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.2) 100%);
  background: linear-gradient(180deg, transparent 50%, rgba(0, 0, 0, 0.2));
  z-index: 2;
}

.style8-blog .post-content p:last-child,
.style8-blog .post-content p:nth-last-child(2) {
  margin-bottom: 0;
}

.style8-blog .post-bottom-meta-wrap:before {
  content: "";
  position: absolute;
  height: 1px;
  background: hsla(0, 0%, 100%, 0.2);
  top: 0;
  left: -40px;
}

.style8-blog .be-image-post .post-bottom-meta-wrap:before {
  width: calc(100% + 80px);
}

.style8-blog .post-comment-wrap a {
  color: inherit;
}

.style8-blog .be-image-post .post-bottom-meta-wrap,
.style8-blog .be-image-post .post-content,
.style8-blog .be-image-post .post-date,
.style8-blog .be-image-post .post-title {
  color: #fff !important;
}

.style8-blog .element:not(.be-image-post) .post-category-wrap {
  position: absolute;
  bottom: 20px;
  width: 100%;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  pointer-events: none;
  z-index: 3;
}

.style8-blog .element:not(.be-image-post) .post-category-wrap a {
  pointer-events: all;
}

.style8-blog .element:not(.be-image-post) .post-top-meta-wrap {
  padding: 40px;
}

.style8-blog .element:not(.be-image-post) .post-bottom-meta-wrap {
  padding: 15px 20px;
}

.style8-blog .element:not(.be-image-post) .post-bottom-meta-wrap:before {
  left: 0;
  top: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.09);
}

.style8-blog .post_format-post-format-link .post-content,
.style8-blog .post_format-post-format-quote .post-content {
  padding: 40px;
  text-align: center;
}

.style8-blog .post-icon-link-wrap,
.style8-blog .post-icon-quote-wrap {
  font-size: 65px;
  margin-bottom: 10px;
  color: rgba(0, 0, 0, 0.12);
}

.single .style8-blog .element:not(.be-image-post) .post-top-meta-wrap {
  padding: 40px 0;
}

.be-wide-single .hero-section-inner {
  text-align: center;
}

.be-wide-single .be-row.be-wrap {
  width: 70%;
}

.be-wide-single .hero-section-blog-categories-wrap a {
  margin-right: 10px;
}

.be-wide-single .hero-section-blog-categories-wrap a:after {
  content: ",";
}

.be-wide-single .hero-section-blog-categories-wrap a:last-child:after {
  content: "";
}

.be-wide-single .hero-section-blog-bottom-meta-wrap > span:after {
  content: "|";
  margin: 0 10px;
}

.be-wide-single .hero-section-blog-bottom-meta-wrap span:last-child:after {
  content: "";
  margin: 0;
}

.be-wide-single-post .post-details-wrap {
  padding: 0;
  max-width: 70%;
  margin: 0 auto;
}

.be-wide-single-post .section-overlay {
  background: rgba(0, 0, 0, 0.5);
}

.hero-section-blog-title {
  margin: 15px 0;
  max-width: 90%;
  margin: 0 auto;
}

.hero-section-blog-title h1 {
  max-width: 80%;
  margin: 10px auto;
}

.style9-blog .element .post-details-wrap {
  position: absolute;
  top: 0;
  background: transparent;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.style9-blog .post-category-wrap a {
  border: 1px solid #fff;
}

.style9-blog .post-meta-wrap,
.style9-blog .post-title {
  color: #fff;
}

.style9-blog .post-category-wrap,
.style9-blog .post-title {
  margin-bottom: 7px;
}

.style9-blog .post-date {
  margin-bottom: 15px;
}

.mejs-container,
.mejs-container .mejs-controls,
.mejs-embed,
.mejs-embed body {
  background: none !important;
}

.mejs-container .mejs-controls .mejs-time span {
  color: #555 !important;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.mejs-controls .mejs-time-rail .mejs-time-total {
  background: #efefef !important;
}

.mejs-controls .mejs-button button {
  background: none !important;
  outline: 0;
  margin: 5px !important;
  height: 20px !important;
  line-height: 20px !important;
  outline: none !important;
}

.mejs-controls .mejs-button button:before {
  outline: none !important;
}

.mejs-controls .mejs-playpause-button.mejs-play button:before {
  content: "\e6ab";
  font-family: "icomoon" !important;
  font-size: 12px;
  color: #555;
}

.mejs-controls .mejs-playpause-button.mejs-pause button:before {
  content: "\e7f6";
  font-family: "icomoon" !important;
  font-size: 20px;
  color: #555;
}

.mejs-controls .mejs-volume-button.mejs-mute button:before {
  content: "\e834";
  font-family: "icomoon" !important;
  font-size: 14px;
  color: #555;
}

.mejs-controls .mejs-volume-button.mejs-unmute button:before {
  content: "\e836";
  font-family: "icomoon" !important;
  font-size: 14px;
  color: #555;
}

.mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: #000 !important;
}

.form-submit {
  margin-bottom: 0;
}

.commentlist {
  list-style: none;
  padding: 0;
  margin-bottom: 40px;
}

.commentlist li.comment {
  padding: 0;
  margin-bottom: 0;
}

article.comment {
  position: relative;
  padding: 37px 0 30px;
  border-top: 1px solid #efefef;
  margin: 0;
}

.commentlist li.comment:last-child article.comment {
  border-bottom: 1px solid #efefef;
}

.comment-content,
.vcard {
  float: left;
}

.vcard {
  width: 9%;
}

.comment-author-inner {
  display: inline-block;
  text-align: center;
}

.comment-author-inner img {
  height: auto !important;
  border-radius: 50%;
}

.comment-content {
  width: 80%;
  padding-left: 4%;
}

.children {
  list-style: none;
}

#comments-title,
.comment {
  margin-bottom: 30px;
}

.comment-meta {
  margin-bottom: 7px;
}

.comment_text p {
  margin-bottom: 0;
}

#reply-title {
  margin-bottom: 5px;
}

.comment-meta h6.fn {
  margin-bottom: 0;
  line-height: 1.5;
}

.comment-meta time {
  font-size: 12px;
}

.comment-edit-reply {
  padding: 0;
  margin: 0;
  position: absolute;
  right: 0;
  top: 37px;
}

.comment-edit-reply li {
  margin-bottom: 0;
}

.children,
.comment-edit-reply {
  list-style: none !important;
}

.reply {
  position: absolute;
  top: 40px;
  right: 25px;
  border: 1px solid;
  border-radius: 30px;
  padding: 3px 10px;
  line-height: 1;
}

.edit-link a,
.edit-link a:visited,
.reply a {
  color: inherit;
}

.reply,
li.edit-link,
span.edit-link {
  font-size: 11px;
}

.comment a {
  text-decoration: none;
}

.avatar {
  margin-bottom: 10px;
}

.children {
  padding-left: 10%;
  margin-bottom: 0;
}

.commentlist ul.children {
  margin-top: 0;
}

.children .vcard {
  width: 9%;
}

.children .comment-content {
  width: 80%;
  padding-left: 4%;
}

.form-allowed-tags {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2 {
  margin-bottom: 20px;
}

h3,
h4,
h5 {
  margin-bottom: 15px;
}

h6 {
  margin-bottom: 10px;
}

p {
  margin-bottom: 30px;
}

p.inner-content {
  margin-left: 30px;
}

#content,
#page-title,
.breadcrumbs,
.post-title {
  -ms-word-wrap: break-word;
  word-break: break-word;
}

#content.page-split-screen-left {
  margin-left: 50%;
  min-height: 100vh;
}

#content.page-split-screen-right {
  width: 50%;
  min-height: 100vh;
}

blockquote {
  font-style: italic;
  margin-bottom: 30px;
  position: relative;
  padding-left: 90px;
  min-height: 60px;
}

blockquote p:last-child {
  margin-bottom: 0;
}

blockquote:before {
  content: "\e621";
  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;
  top: 0;
  left: 0;
  font-size: 80px;
  z-index: -1;
  color: #dfdfdf;
  line-height: 60px;
}

a,
a:hover,
a:visited {
  text-decoration: none;
}

.sidebar-widgets .widget ul li a {
  color: inherit;
}

ol,
ul {
  padding-left: 1.3em;
  line-height: inherit;
  margin: 0 0 20px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

ol li,
ul li {
  margin-bottom: 10px;
}

li ol,
li ul,
ol ol,
ul ul {
  margin-top: 10px;
}

dd {
  margin: 0 0 20px;
}

dd,
dt {
  line-height: inherit;
}

nav ol,
nav ul {
  list-style: none !important;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

.widget ul {
  margin-bottom: 0;
}

.widget ul li:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0;
  border: none;
}

code,
pre {
  font-family: "Courier New", Courier, monospace;
}

cite {
  font-weight: bold;
}

address {
  line-height: 20px;
  margin: 0 0 20px;
  font-style: normal;
}

address,
pre {
  display: block;
}

pre {
  margin: 10px 0;
  padding: 10px;
  overflow: auto;
}

table {
  border-collapse: collapse;
  margin-bottom: 20px;
}

td,
th {
  border: 1px solid #ddd;
  padding: 9px 20px;
}

th {
  text-transform: uppercase;
}

caption {
  font-size: 11px;
  font-style: italic;
}

sub,
sup {
  height: 0;
  font-size: 10px;
  line-height: 1;
  position: relative;
  top: 0.5ex;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
  top: auto;
}

.wp-caption {
  margin-bottom: 20px;
  max-width: 100% !important;
  padding-top: 6px;
  text-align: center;
}

.wp-caption img {
  width: auto !important;
  height: auto !important;
  max-width: 98%;
}

.wp-caption img,
.wp-caption img a {
  border: 0 none;
  margin: 0 !important;
  padding: 0;
}

.wp-caption .wp-caption-text {
  font-size: 11px;
  font-style: italic;
  margin: 0;
  padding: 4px 4px 5px;
}

.wp-caption.alignright,
img.alignright {
  float: right;
  margin: 0 0 0 20px;
}

.wp-caption.alignleft,
img.alignleft {
  float: left;
  margin: 0 20px 0 0;
}

.wp-caption.aligncenter,
img.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

img.aligncenter {
  margin-bottom: 10px;
}

a img.alignright {
  float: right;
  margin: 7px 0 20px 20px;
}

a img.alignleft {
  float: left;
  margin: 7px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.gallery-item img {
  width: auto !important;
  height: auto !important;
  border: none !important;
  max-width: 100% !important;
}

.gallery-caption {
  display: block;
  font-style: italic;
  margin-bottom: 0 !important;
  padding: 0 4px 5px;
}

.element .post-content img {
  width: auto;
  max-width: 100%;
  height: auto;
}

img[class*="align"],
img[class*="wp-image-"] {
  height: auto;
}

input[type="email"],
input[type="password"],
input[type="tel"],
input[type="text"] {
  padding: 0;
  width: 100%;
  margin-bottom: 20px;
  border: none;
  text-indent: 10px;
  font-size: inherit;
  color: inherit;
  font: inherit;
  line-height: 20px;
  height: 41px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

select {
  height: 38px;
  padding: 10px;
  display: block;
  position: relative;
  border: 2px solid #eee;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.rtb-booking-form select,
select {
  width: 100%;
}

select[multiple="multiple"] {
  height: 100px;
}

select[multiple="multiple"] option {
  height: 20px;
  line-height: 20px;
}

textarea {
  padding: 10px 0 0 10px;
  height: 200px;
  width: 100%;
  margin-bottom: 20px;
  overflow: auto;
  font-size: inherit;
  color: inherit;
  font: inherit;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: transparent;
}

.comment-form textarea {
  height: 250px;
}

.comment-form input[type="text"],
.comment-form textarea {
  margin-bottom: 0;
}

.comment-form-author,
.comment-form-comment,
.comment-form-email {
  margin-bottom: 20px;
}

.rtb-booking-form textarea {
  width: 100% !important;
  max-width: none !important;
  height: 150px;
}

.action-button .be-button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: none;
  cursor: pointer;
  display: inline-block;
  margin: 0 20px 10px 0;
  text-decoration: none;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  font-size: 12px;
  line-height: 12px;
  padding: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

input[type="file"]::-webkit-file-upload-button {
  border: none;
  cursor: pointer;
  display: inline-block;
  margin: 0 20px 10px 0;
  text-decoration: none;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  font-size: 12px;
  line-height: 12px;
  padding: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.more-link,
.view-project-link {
  display: inline-block;
  border-bottom-width: 3px;
  border-style: solid;
  border-color: inherit;
  color: inherit;
  padding-bottom: 5px;
  text-transform: uppercase;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.more-link.style2-button,
.view-project-link.style2-button {
  border-color: inherit !important;
  border-width: 2px;
  border-style: solid;
  padding: 5px 15px;
  font-size: 12px;
}

.more-link.style3-button,
.view-project-link.style3-button {
  border: none;
  padding: 5px 15px;
  font-size: 12px;
}

.view-project-link.style2-button,
.view-project-link.style3-button {
  padding: 15px 20px;
}

.style4-button.view-project-link {
  border: 0;
  position: relative;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition:
    transform 0.3s,
    -webkit-transform 0.3s;
  -webkit-transform: translateX(35%);
  -ms-transform: translateX(35%);
  transform: translateX(35%);
}

.style4-button.view-project-link:after {
  position: absolute;
  border-bottom: 2px solid;
  content: "";
  display: block;
  width: 20%;
  top: 50%;
  left: -35%;
  -webkit-transition:
    width 0.3s,
    border-color 0.3s,
    left 0.3s;
  -o-transition:
    width 0.3s,
    border-color 0.3s,
    left 0.3s;
  transition:
    width 0.3s,
    border-color 0.3s,
    left 0.3s;
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.style4-button.view-project-link:hover {
  -webkit-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0);
}

.style4-button.view-project-link:hover:after {
  left: -50%;
  width: 35%;
}

.wpcf7-not-valid-tip {
  display: none;
}

span.wpcf7-form-control-wrap {
  position: relative !important;
  display: block !important;
}

input[type="email"].wpcf7-not-valid,
input[type="password"].wpcf7-not-valid,
input[type="text"].wpcf7-not-valid,
textarea.wpcf7-not-valid {
  border: 1px solid #ef8080;
  margin-bottom: 0;
}

.be-share-stack {
  display: inline-block;
  font-size: 100%;
  position: relative;
  line-height: 0;
}

.be-stack-top.be-share-stack {
  padding: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.be-share-stack-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 2;
  bottom: 0;
}

.be-share-stack-mask .custom-share-button {
  font-size: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.be-stack-top .be-share-stack-mask {
  padding: 5px;
  -webkit-transition: height 0.5s;
  -o-transition: height 0.5s;
  transition: height 0.5s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.be-image-post .be-stack-top .be-share-stack-mask {
  -webkit-transition:
    height 0.5s,
    background 0.5s,
    border-radius 0.5s;
  -o-transition:
    height 0.5s,
    background 0.5s,
    border-radius 0.5s;
  transition:
    height 0.5s,
    background 0.5s,
    border-radius 0.5s;
}

.be-stack-top .be-share-stack-mask:hover {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  background: #fff;
  border-radius: 30px;
}

.be-share-stack a {
  text-align: center;
  margin: 0;
}

.be-share-stack .be-share-trigger-placeholder {
  z-index: 1;
  position: relative;
}

.be-share-stack-mask a {
  opacity: 0;
  position: absolute;
}

.be-stack-left .be-share-stack-mask a {
  left: 0;
  -webkit-transition:
    opacity 0.3s,
    left 0.5s;
  -o-transition:
    opacity 0.3s,
    left 0.5s;
  transition:
    opacity 0.3s,
    left 0.5s;
}

.be-stack-top .be-share-stack-mask a {
  bottom: 0;
  -webkit-transition:
    opacity 0.3s,
    bottom 0.5s;
  -o-transition:
    opacity 0.3s,
    bottom 0.5s;
  transition:
    opacity 0.3s,
    bottom 0.5s;
}

.be-stack-top .be-share-stack-mask .be-share-trigger {
  opacity: 1;
  bottom: 5px;
}

.contact_form .column-block {
  margin-bottom: 25px;
}

.contact_form input[type="text"] {
  width: 100%;
  margin-bottom: 30px !important;
}

.contact_form textarea.txt_area {
  width: 100%;
  margin-bottom: 20px !important;
}

.contact_form {
  margin-bottom: 60px;
}

.contact_form_module.style2-input input[type="text"],
.contact_form_module.style2-input textarea {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
}

input[type="submit"].largebtn {
  font-size: 15px;
  line-height: 16px;
  padding: 18px 25px;
}

.button-shape-circular input[type="submit"].largebtn {
  padding: 18px 35px;
}

input[type="submit"].mediumbtn {
  font-size: 13px;
  line-height: 14px;
  padding: 15px 20px;
}

.button-shape-circular input[type="submit"].mediumbtn {
  padding: 15px 30px;
}

input[type="submit"].smallbtn {
  font-size: 11px;
  line-height: 12px;
  padding: 12px 15px;
}

.button-shape-circular input[type="submit"].smallbtn {
  padding: 12px 25px;
}

::-webkit-input-placeholder {
  color: inherit !important;
  font: inherit !important;
}

.gmap {
  margin-bottom: 60px;
  height: 100%;
}

.gmap img {
  max-width: none !important;
}

.page-template-contact-php #content {
  padding-bottom: 50px;
}

.submit-fieldset {
  position: relative;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.contact_loader,
.subscribe_loader {
  display: inline-block;
  width: 25px;
  height: 25px;
  position: absolute;
  display: none;
  left: 0;
  margin-left: 100px;
  top: -46%;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}

.contact_loader .font-icon {
  width: 15px;
  height: 15px;
  border-width: 3px;
}

#bottom-widgets .widget,
.widget {
  margin-bottom: 40px;
}

.sidebar-widgets .widget:last-child {
  margin-bottom: 0;
}

.widget h6 {
  margin-bottom: 10px;
}

#bottom-widgets {
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
  z-index: 3;
}

#bottom-widgets-wrap .column-block .widget:last-child,
#bottom-widgets .column-block {
  margin-bottom: 0;
}

#bottom-widgets h6,
.sidebar-widgets h6 {
  margin-bottom: 20px;
}

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

.recent_post_container {
  list-style: none !important;
  padding: 0;
}

.recent_posts {
  margin-bottom: 25px;
}

.recent_post_content a {
  display: block;
  padding: 0;
}

.recent_post_img {
  margin: 6px 10px 0 0;
  float: left;
}

.recent_post_img a {
  display: block;
  position: relative;
}

.recent-post-date,
.recent_post_img img {
  display: inline-block;
}

.recent-post-date {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 5px;
}

.recent-post-title {
  margin-bottom: 10px;
}

.tagcloud:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

.tagcloud a {
  padding: 7px 15px;
  display: block;
  float: left;
  margin: 0 15px 15px 0;
  color: inherit;
  border: 1px solid;
}

.search-submit {
  display: none !important;
}

.search-button {
  margin-left: -30px;
}

.widget .searchform {
  position: relative;
}

.widget .searchform .search-icon {
  position: absolute;
  top: 0;
  right: 15px;
  line-height: 51px;
}

.s {
  height: 45px;
  border-radius: 3px;
  background: #fff;
  font-size: 11px;
  z-index: 1000000;
  margin-bottom: 0;
}

.widget .s {
  width: 97% !important;
}

.not-found {
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}

.not-found-search {
  width: 350px;
  margin: 0 auto;
}

.error404 .searchform {
  position: relative;
}

.error404 .searchform i {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#wp-calendar,
.error404 .searchform input[type="text"] {
  margin-bottom: 0;
}

#wp-calendar {
  width: 100%;
  background: none;
  border: none;
  border-collapse: separate;
  border-spacing: 0;
  line-height: 24px;
  text-align: center;
}

#wp-calendar caption {
  font-size: 12px;
  font-style: normal;
  text-align: center;
  text-transform: uppercase;
}

#wp-calendar thead {
  font-size: 11px;
  font-weight: 700;
}

#wp-calendar thead th {
  background: none;
  padding-top: 5px;
  padding-bottom: 5px;
}

#wp-calendar tbody,
#wp-calendar tfoot {
  font-size: 11px;
  font-weight: 700;
}

#wp-calendar tbody tr td,
#wp-calendar tfoot tr td,
#wp-calendar thead tr th {
  background: none;
  border: none;
}

#wp-calendar tbody tr td {
  background: none;
  border: 1px;
}

#wp-calendar tbody tr td.pad {
  background: none;
  border: none;
}

#wp-calendar tfoot tr td {
  background: none;
  padding: 5px 0 0;
}

#wp-calendar td,
#wp-calendar th {
  padding: 0;
}

#today a {
  color: #fff;
}

#wp-calendar tfoot tr #prev {
  text-align: left;
}

#wp-calendar tfoot tr #next {
  text-align: right;
}

#wp-calendar tr a {
  display: block;
}

.widget_archive ul,
.widget_categories ul,
.widget_links ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_pages ul {
  list-style: none;
  padding-left: 0;
}

.widget_archive ul li,
.widget_categories ul li,
.widget_links ul li,
.widget_meta ul li,
.widget_nav_menu ul li,
.widget_pages ul li {
  padding-left: 25px;
}

.widget_nav_menu .sub-menu li {
  padding-left: 10px;
}

.widget_archive ul li:before,
.widget_categories ul li:before,
.widget_links ul li:before,
.widget_meta ul li:before,
.widget_nav_menu ul li:before,
.widget_pages ul li:before {
  content: "\e732";
  font-family: "icomoon";
  display: inline-block;
  margin-left: -25px;
  width: 25px;
  font-size: 14px;
}

.widget_archive ul li a,
.widget_categories ul li a,
.widget_links ul li a,
.widget_meta ul li a,
.widget_nav_menu ul li a,
.widget_pages ul li a {
  left: 0;
  position: relative;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.widget_archive ul li a:hover,
.widget_categories ul li a:hover,
.widget_links ul li a:hover,
.widget_meta ul li a:hover,
.widget_nav_menu ul li a:hover,
.widget_pages ul li a:hover {
  left: 7px;
}

.photostream ul {
  list-style: none;
  padding-left: 0;
}

.photostream ul li {
  margin: 0 5px 10px;
  float: left;
  width: auto;
}

.photostream ul li a {
  display: block;
  position: relative;
}

.photostream ul li a img {
  display: block;
  width: 70px;
  height: 70px;
}

.photostream_overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.photostream_overlay:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}

#lang_sel :hover > a,
#lang_sel a.lang_sel_sel,
#lang_sel a.lang_sel_sel:hover,
#lang_sel ul ul :hover > a,
#lang_sel ul ul a,
#lang_sel ul ul a:visited {
  background-color: transparent;
  color: inherit;
}

#back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: block;
  font-size: 17px;
  z-index: 99;
  display: none;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

body.single-page-version .single-page-nav-wrap {
  display: block;
  height: 100%;
  position: fixed;
  bottom: 0;
  right: 15px;
  top: 0;
  z-index: 4;
  -webkit-transform: translatez(0);
  -ms-transform: translatez(0);
  transform: translatez(0);
  -webkit-transform: translateZ(0);
}

body.be-themes-layout-layout-border-header-top.single-page-version .single-page-nav-wrap,
body.be-themes-layout-layout-border.single-page-version .single-page-nav-wrap {
  right: 50px;
}

body.single-page-version.custom-gallery-page .single-page-nav-wrap,
body.single-page-version.slider-bar-opened .single-page-nav-wrap {
  display: none;
}

body.single-page-version .single-page-nav-wrap-inner {
  display: table;
  height: 100%;
  max-height: 100%;
}

body.single-page-version .single-page-nav-wrap-inner .sinle-page-nav-links {
  display: table-cell;
  zoom: 1;
  vertical-align: middle;
}

.single-page-nav-link {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  display: block;
  margin: 5px 0 !important;
  border: 1px solid #999;
  position: relative;
}

.single-page-nav-link.current-section-nav-link {
  background: #9c9c9c !important;
}

.header-hero-section {
  position: relative;
}

.be-fixed-footer .header-hero-section {
  z-index: 2;
}

.page-template-page-splitscreen-left .header-hero-section {
  position: fixed;
  width: 50%;
  height: 100% !important;
}

.left-sliding.page-template-page-splitscreen-left .header-hero-section {
  width: calc(50% - 35px);
}

.page-template-page-splitscreen-right .header-hero-section {
  position: fixed;
  left: 50%;
  width: 50%;
  height: 100% !important;
}

.left-sliding.page-template-page-splitscreen-right .header-hero-section {
  left: calc(50% + 35px);
}

.left-static.page-template-page-splitscreen-left .header-hero-section {
  width: calc(50% - 140px);
}

.left-static.page-template-page-splitscreen-right .header-hero-section {
  left: calc(50% + 140px);
}

.hero-section-wrap canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.section-navigation {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  z-index: 5;
  color: inherit;
  text-align: center;
  font-size: 37px;
}

.single-page-nav-link span {
  display: block;
  position: absolute;
  right: 50px;
  top: 0;
  background: #000;
  padding: 4px 20px;
  margin-top: -13px;
  color: #fff;
  white-space: nowrap;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.single-page-nav-link:hover span {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  visibility: visible;
  right: 30px;
}

.single-page-nav-link:hover span:after {
  border-top: 17px solid transparent;
  border-left: 20px solid #000;
  border-bottom: 17px solid transparent;
  display: block;
  content: "";
  position: absolute;
  right: -20px;
  top: 0;
}

.hero-section-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100vh;
}

@-webkit-keyframes arrow-bounce {
  0%,
  20%,
  50%,
  80%,
  to {
    -webkit-transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-20px);
  }

  60% {
    -webkit-transform: translateY(-10px);
  }
}

@keyframes arrow-bounce {
  0%,
  20%,
  50%,
  80%,
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  60% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

.section-navigation .font-icon {
  -webkit-animation: arrow-bounce 2.5s infinite;
  animation: arrow-bounce 2.5s infinite;
}

.mouse-icon {
  border: 2px solid #fff;
  border-radius: 16px;
  height: 40px;
  width: 24px;
  display: inline-block;
  z-index: 10;
  opacity: 0.7;
}

.mouse-icon .wheel {
  -webkit-animation-name: drop;
  animation-name: drop;
  -webkit-animation-duration: 1.25s;
  animation-duration: 1.25s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  position: relative;
  border-radius: 10px;
  background: #fff;
  width: 2px;
  height: 6px;
  top: 4px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@-webkit-keyframes drop {
  0% {
    top: 5px;
    opacity: 0;
  }

  30% {
    top: 10px;
    opacity: 1;
  }

  to {
    top: 25px;
    opacity: 0;
  }
}

@keyframes drop {
  0% {
    top: 5px;
    opacity: 0;
  }

  30% {
    top: 10px;
    opacity: 1;
  }

  to {
    top: 25px;
    opacity: 0;
  }
}

.simplebar {
  position: relative;
}

.gallery_content_slide .simplebar-content,
.gallery_scrollable_content {
  position: absolute;
  width: 100%;
}

a.custom-share-button {
  font-size: 12px;
  margin-right: 15px;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

a.custom-share-button:hover {
  opacity: 0.7;
}

.custom-share-button .icon-social_googleplus:before,
.custom-share-button .icon-social_pinterest:before,
.custom-share-button .icon-social_twitter:before {
  position: relative;
  top: 1px;
}

#header-controls-left .widget_shopping_cart_wrap {
  left: 0;
}

.hamburger-nav-controller {
  cursor: pointer;
}

.be-sidemenu {
  position: fixed;
  width: 280px;
  z-index: 15;
  height: 100vh;
}

.be-sidemenu .oshine-module,
.be-sidemenu .tatsu-module {
  margin-bottom: 10px;
}

.top-header.be-themes-layout-layout-border-header-top .be-sidemenu {
  z-index: 10 !important;
}

.be-sidemenu.be-sidemenu-right {
  right: 0;
  -webkit-transform: translatex(280px);
  -ms-transform: translatex(280px);
  transform: translatex(280px);
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.be-sidemenu.be-sidemenu-right.opened {
  -webkit-transform: translatex(0);
  -ms-transform: translatex(0);
  transform: translatex(0);
}

:not(.overlay-left-align-menu) #be-sidemenu-content {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  padding-top: 60px;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.admin-bar:not(.page-stack-top):not(.left-static-menu) #be-sidemenu-content {
  padding-bottom: 32px;
}

.overlay-left-align-menu #be-sidemenu-content {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  padding-top: 100px;
  height: 100%;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.be-themes-layout-layout-box.overlay-left-align-menu #be-sidemenu-content {
  width: 1280px;
  margin: 0 auto;
}

.overlay-center-align-menu #be-sidemenu-content {
  padding-top: 38px;
}

.be-sidemenu .special-header-bottom-text,
.be-sidemenu .special-header-logo,
.be-sidemenu .special-header-menu {
  margin-bottom: 30px;
  padding: 0 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

.be-sidemenu.be-page-stack-right .special-header-bottom-text,
.be-sidemenu.be-page-stack-right .special-header-logo,
.be-sidemenu.be-page-stack-right .special-header-menu {
  padding: 0 50px;
}

.special-header-bottom-text,
.special-header-logo {
  text-align: center;
}

.be-sidemenu .special-header-menu {
  position: relative;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
}

.special-header-menu a {
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
}

#header-top-menu a:before,
#navigation .children a:before,
#navigation .sub-menu a:before,
#navigation a:before,
.sb-left #slidebar-menu a:before,
.special-header-menu #slidebar-menu a:before,
.special-header-menu .sub-menu a:before {
  position: absolute;
  overflow: hidden;
  white-space: nowrap;
  max-width: 0;
  -webkit-transition: max-width 0.5s cubic-bezier(0.2, 0.7, 0.3, 1) 80ms;
  -o-transition: max-width 0.5s cubic-bezier(0.2, 0.7, 0.3, 1) 80ms;
  transition: max-width 0.5s cubic-bezier(0.2, 0.7, 0.3, 1) 80ms;
}

#header-top-menu a:hover:before,
#navigation .children a:hover:before,
#navigation .sub-menu a:hover:before,
#navigation a:hover:before,
.sb-left #slidebar-menu a:hover:before,
.special-header-menu #slidebar-menu a:hover:before,
.special-header-menu .sub-menu a:hover:before {
  max-width: 100%;
}

.overlay-horizontal-menu .special-header-menu #slidebar-menu a:hover:before,
.overlay-horizontal-menu .special-header-menu .sub-menu a:hover:before,
.page-stack-top .special-header-menu #slidebar-menu a:hover:before,
.page-stack-top .special-header-menu .sub-menu a:hover:before {
  max-width: calc(100% - 2em);
}

.special-header-menu .menu-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.special-header-menu #slidebar-menu.animate-inFromBottom {
  overflow-y: hidden;
}

.be-sidemenu-content > a {
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  width: 100%;
  text-align: center;
}

.be-sidemenu .special-header-bottom-text {
  overflow: auto;
}

.special-header-menu .menu-container {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.overlay-left-align-menu .be-sidemenu .special-header-bottom-text,
.overlay-left-align-menu .be-sidemenu .special-header-logo,
.overlay-left-align-menu .be-sidemenu .special-header-menu {
  padding: 0;
}

.overlay-left-align-menu .special-header-logo {
  position: absolute;
  top: 40px;
  left: 30px;
  text-align: left;
}

.overlay-left-align-menu .special-header-menu .menu-container {
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
}

.overlay-left-align-menu .be-sidemenu .special-header-bottom-text {
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.overlay-left-align-menu .be-sidemenu .special-header-bottom-text > * {
  text-align: left;
}

.be-sidemenu .menu ul {
  list-style: none;
  margin-bottom: 0;
  display: block;
  padding: 0;
  margin-top: 0;
}

.be-sidemenu .menu ul li {
  margin-bottom: 0;
  text-align: center;
  display: block;
  position: relative;
}

.be-sidemenu .oshine-module,
.be-sidemenu .tatsu-module {
  margin-bottom: 0;
}

.menu-container a {
  cursor: pointer;
  color: inherit;
  display: inline-block;
  line-height: inherit;
}

.top-header:not(.overlay-center-align-menu):not(.overlay-left-align-menu):not(.overlay-horizontal-menu).side-menu-opened #main > * {
  pointer-events: none;
}

.be-sidemenu.be-sidemenu-left {
  -webkit-transform: translatex(-280px);
  -ms-transform: translatex(-280px);
  transform: translatex(-280px);
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.be-sidemenu.be-sidemenu-left.opened {
  -webkit-transform: translatex(0);
  -ms-transform: translatex(0);
  transform: translatex(0);
}

.page-stack-left .be-sidemenu-content,
.page-stack-right .be-sidemenu-content {
  overflow: hidden;
}

#header-wrap,
.header-cart-controls .cart-contents,
body.overlay-center-align-menu #header-inner-wrap,
body.overlay-horizontal-menu #header-inner-wrap,
body.overlay-left-align-menu #header-inner-wrap,
body.page-stack-top #header-inner-wrap {
  -webkit-transition: background 0.7s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
  -o-transition: background 0.7s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
  transition: background 0.7s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}

.be-mobile-menu-icon span {
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: inherit;
  right: 0;
  -webkit-transition:
    top 0.5s,
    width 0.2s,
    -webkit-transform 0.5s;
  transition:
    top 0.5s,
    width 0.2s,
    -webkit-transform 0.5s;
  -o-transition:
    transform 0.5s,
    top 0.5s,
    width 0.2s;
  transition:
    transform 0.5s,
    top 0.5s,
    width 0.2s;
  transition:
    transform 0.5s,
    top 0.5s,
    width 0.2s,
    -webkit-transform 0.5s;
  visibility: visible;
}

#be-left-strip .be-mobile-menu-icon span,
.style10 .be-mobile-menu-icon span,
.style11 .be-mobile-menu-icon span,
.style12 .be-mobile-menu-icon span {
  left: 0;
}

.be-mobile-menu-icon.style2 .hamburger-line-1,
.be-mobile-menu-icon.style2 .hamburger-line-3 {
  width: 50%;
}

.be-mobile-menu-icon.style3 .hamburger-line-1,
.be-mobile-menu-icon.style4 .hamburger-line-3,
.be-mobile-menu-icon.style5 .hamburger-line-2,
.be-mobile-menu-icon.style6 .hamburger-line-2 {
  width: 66%;
}

.be-mobile-menu-icon.style3 .hamburger-line-3,
.be-mobile-menu-icon.style4 .hamburger-line-1,
.be-mobile-menu-icon.style5 .hamburger-line-3,
.be-mobile-menu-icon.style6 .hamburger-line-1 {
  width: 33%;
}

#be-left-strip:hover .be-mobile-menu-icon span,
.be-mobile-menu-icon.is-clicked .hamburger-line-1,
.be-mobile-menu-icon.is-clicked .hamburger-line-2,
.be-mobile-menu-icon.is-clicked .hamburger-line-3,
.menu-controls:hover .be-mobile-menu-icon span {
  width: 100%;
}

.be-mobile-menu-icon.is-clicked .hamburger-line-2 {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.be-fixed-footer #portfolio-navigation-bottom-wrap {
  position: relative;
  z-index: 2;
}

#portfolio-navigation-bottom-wrap {
  width: 100%;
  height: 100px;
}

#portfolio-navigation-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#portfolio-title-nav-bottom-wrap .slider-counts,
#portfolio-title-nav-bottom-wrap h6 {
  line-height: 40px;
}

.navigation-grid,
.navigation-next,
.navigation-previous {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-transition: background-color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 80ms;
  -o-transition: background-color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 80ms;
  transition: background-color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 80ms;
}

.navigation-next,
.navigation-previous {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}

.navigation-grid a,
.navigation-next a,
.navigation-previous a {
  display: inline-block;
  margin: 0 auto;
}

.next-arrow,
.previous-arrow {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 80ms;
  transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 80ms;
  -o-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 80ms;
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 80ms;
  transition:
    transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 80ms,
    -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 80ms;
  line-height: 0;
  font-size: 0;
}

.arrow-line-one,
.arrow-line-three,
.arrow-line-two {
  display: inline-block;
  width: 10px;
  height: 2px;
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  background-color: red;
  -webkit-transition:
    width 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 80ms,
    background-color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 80ms,
    -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 80ms;
  transition:
    width 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 80ms,
    background-color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 80ms,
    -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 80ms;
  -o-transition:
    transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 80ms,
    width 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 80ms,
    background-color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 80ms;
  transition:
    transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 80ms,
    width 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 80ms,
    background-color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 80ms;
  transition:
    transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 80ms,
    width 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 80ms,
    background-color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 80ms,
    -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 80ms;
}

.previous-arrow .arrow-line-one,
.previous-arrow .arrow-line-three,
.previous-arrow .arrow-line-two {
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}

.arrow-line-two {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  width: 20px;
}

.arrow-line-one,
.arrow-line-three {
  position: absolute;
  top: 0;
  right: 0;
}

.previous-arrow .arrow-line-one,
.previous-arrow .arrow-line-three {
  left: 0;
  right: auto;
}

.arrow-line-one {
  -webkit-transform: rotate(45deg) translateX(1px);
  -ms-transform: rotate(45deg) translateX(1px);
  transform: rotate(45deg) translateX(1px);
}

.arrow-line-three {
  -webkit-transform: rotate(-45deg) translateX(1px);
  -ms-transform: rotate(-45deg) translateX(1px);
  transform: rotate(-45deg) translateX(1px);
}

.previous-arrow .arrow-line-one {
  -webkit-transform: rotate(45deg) translateX(-1px);
  -ms-transform: rotate(45deg) translateX(-1px);
  transform: rotate(45deg) translateX(-1px);
}

.previous-arrow .arrow-line-three {
  -webkit-transform: rotate(-45deg) translateX(-1px);
  -ms-transform: rotate(-45deg) translateX(-1px);
  transform: rotate(-45deg) translateX(-1px);
}

.navigation-next-post-link:hover .arrow-line-two,
.navigation-previous-post-link:hover .arrow-line-two {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.navigation-previous-post-link:hover .previous-arrow {
  -webkit-transform: translateX(-35px);
  -ms-transform: translateX(-35px);
  transform: translateX(-35px);
}

.navigation-next-post-link:hover .next-arrow {
  -webkit-transform: translateX(35px);
  -ms-transform: translateX(35px);
  transform: translateX(35px);
}

.navigation-next:after,
.navigation-previous:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 0;
  left: auto;
  right: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: width 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 80ms;
  -o-transition: width 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 80ms;
  transition: width 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 80ms;
}

.navigation-next:before,
.navigation-previous:before {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: background-color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 80ms;
  -o-transition: background-color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 80ms;
  transition: background-color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 80ms;
}

.navigation-next:hover:before,
.navigation-previous:hover:before {
  background-color: transparent;
}

.navigation-next:hover:after {
  width: 100%;
  right: auto;
  left: 0;
}

.navigation-previous:hover:after {
  width: 100%;
  right: 0;
  left: auto;
}

.navigation-previous:after {
  right: auto;
  left: 0;
}

.navigation-next-post-link,
.navigation-previous-post-link {
  z-index: 2;
}

.next-title,
.previous-title {
  display: inline-block;
  vertical-align: middle;
  -webkit-transition:
    color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 80ms,
    -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 80ms;
  transition:
    color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 80ms,
    -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 80ms;
  -o-transition:
    transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 80ms,
    color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 80ms;
  transition:
    transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 80ms,
    color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 80ms;
  transition:
    transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 80ms,
    color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 80ms,
    -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 80ms;
}

.navigation-previous-post-link:hover .previous-title {
  -webkit-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  transform: translateX(-20px);
}

.navigation-next-post-link:hover .next-title {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

#portfolio-navigation-bottom-wrap .portfolio-url:hover span {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

@media only screen and (max-width: 1279px) and (min-width: 960px) {
  .blog .full-screen.five-col .element,
  .blog .full-screen.four-col .element {
    width: 33.34%;
  }
}

@media only screen and (max-width: 960px) {
  #header-bottom-bar {
    display: none !important;
  }

  .blog .full-screen.five-col .element,
  .blog .full-screen.four-col .element,
  .blog .full-screen.three-col .element {
    width: 50%;
  }

  #header-inner-wrap.stuck {
    position: relative;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  body.admin-bar #header-inner-wrap.stuck {
    top: 0 !important;
  }

  .sticky-wrapper {
    height: auto !important;
  }

  .header-contact-wrap {
    padding-top: 5px;
  }

  #header-top-menu,
  .header-contact-wrap {
    line-height: 25px !important;
  }

  .header-contact-wrap .be-wrap div.left,
  .header-contact-wrap .be-wrap div.right {
    margin-bottom: 5px;
  }

  body.header-transparent #header #header-inner-wrap.no-transparent {
    position: absolute;
    left: auto;
    right: auto;
  }

  body.sticky-header #header #header-inner-wrap.no-transparent {
    position: relative;
    left: auto;
    right: auto;
    top: 0 !important;
  }

  body.header-transparent.admin-bar .layout-border.layout-border-header-top #header #header-inner-wrap.no-transparent.top-animate,
  body.sticky-header.admin-bar .layout-border.layout-border-header-top #header #header-inner-wrap.no-transparent.top-animate {
    top: 0 !important;
  }

  .mobile-nav-controller-wrap {
    display: inline-block;
    margin-left: 15px;
    cursor: pointer;
  }

  .menu-falling-animate-controller,
  .top-overlay-menu .mobile-nav-controller-wrap {
    display: none;
  }

  #header-controls-right .header-cart-controls,
  #header-controls-right .header-search-controls,
  #header-controls-right .header-widgets,
  #header-controls-right .sliderbar-menu-controller {
    margin-left: 20px;
  }

  #header-top-bar-right .header-cart-controls,
  #header-top-bar-right .header-search-controls,
  #header-top-bar-right .menu-controls,
  #header-top-bar-right .top-bar-widgets {
    margin-right: 15px;
  }

  #header-top-bar-left,
  #header-top-bar-right {
    float: none;
    text-align: center;
    width: 100%;
  }

  #header-top-bar-wrap {
    padding: 13px 0 !important;
  }

  #header-top-bar-wrap #header-top-bar-left {
    padding: 0 0 5px !important;
  }

  #header-top-bar-wrap #header-top-bar-right {
    padding: 5px 0 0 !important;
  }

  #header-top-bar-wrap #header-top-bar-left:last-child {
    padding-bottom: 0 !important;
  }

  #header-top-bar-wrap #header-top-bar-right:first-child {
    padding-top: 0 !important;
  }

  #footer-wrap {
    padding: 10px 0;
  }

  #footer.layout-border {
    position: static;
    bottom: auto;
    margin-left: 0;
    margin-right: 0;
  }

  #content.page-split-screen-left,
  #content.page-split-screen-right,
  .left-sliding #content.page-split-screen-left,
  .left-sliding #content.page-split-screen-right {
    margin-left: 0;
    width: 100%;
  }

  .page-template-page-splitscreen-left .header-hero-section,
  .page-template-page-splitscreen-right .header-hero-section {
    position: static;
    width: 100% !important;
  }

  #main.layout-border,
  #main.layout-border.layout-border-header-top {
    padding: 0;
  }

  .be-themes-layout-layout-border-header-top .sb-slidebar.sb-right.opened,
  .be-themes-layout-layout-border .sb-slidebar.sb-right.opened,
  body.be-themes-layout-layout-border-header-top.top-header.slider-bar-opened #main #header #header-inner-wrap.no-transparent.top-animate,
  body.be-themes-layout-layout-border.top-header.slider-bar-opened #main #header #header-inner-wrap.no-transparent.top-animate {
    right: 0;
  }

  body.be-themes-layout-layout-border-header-top.single-page-version .single-page-nav-wrap,
  body.be-themes-layout-layout-border.single-page-version .single-page-nav-wrap {
    right: 35px;
  }

  body.be-themes-layout-layout-border-header-top .sb-slidebar.sb-right,
  body.be-themes-layout-layout-border .sb-slidebar.sb-right {
    right: -280px;
  }

  .portfolio-sliders .gallery_content {
    position: relative;
    width: 100%;
    right: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    height: auto !important;
    max-height: none !important;
  }

  .portfolio-sliders .gallery_content_area_wrap {
    padding: 20px !important;
  }

  .portfolio-sliders .gallery-all-container .carousel_bar_area {
    display: none;
  }

  .portfolio-sliders .gallery-info-box-wrap #portfolio-title-nav-bottom-wrap {
    right: 0;
    text-align: center;
    width: 100%;
    position: static;
  }

  .portfolio-sliders .gallery-info-box-wrap #portfolio-title-nav-bottom-wrap ul {
    float: none;
    display: inline-block;
    margin-bottom: 30px;
  }

  .portfolio-sliders .gallery_content {
    background: transparent !important;
  }

  .portfolio-sliders .portfolio-title-nav-bottom {
    display: none !important;
  }

  .gallery_content_slide {
    width: auto;
    margin-bottom: 30px;
  }

  .gallery_content_slide .simplebar-content,
  .gallery_scrollable_content {
    position: static;
  }

  #footer-wrap.style1 .footer-center-area {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
  }

  #footer-wrap {
    padding: 10px 40px;
  }
}

@media only screen and (max-width: 767px) {
  #header-inner-wrap.stuck {
    position: relative;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .top-bar-widgets {
    margin-left: 0;
    margin-right: 15px;
  }

  ul.tabs li {
    float: none;
    margin-right: 0;
    width: 100%;
    margin-left: 0;
  }

  .children {
    padding-left: 0;
  }

  .children .vcard,
  .vcard {
    width: 25%;
    margin-right: 0;
  }

  .children .comment-content,
  .comment-content {
    width: 70%;
    padding-left: 4%;
  }

  #footer-widgets {
    width: 270px;
  }

  .no-mobile {
    display: none;
  }

  input[type="email"],
  input[type="password"],
  input[type="text"] {
    width: 100%;
  }

  .style2-blog .article-details,
  .style2-blog .post-thumb {
    width: 100%;
    float: none;
  }

  .gmap-wrapper {
    height: 250px !important;
  }

  .portfolio-title-nav h6 {
    text-align: left;
    margin-left: 30px;
  }

  #gallery-container-wrap {
    height: auto !important;
    padding: 0 !important;
    margin-bottom: 20px;
  }

  html body #gallery-container {
    float: none !important;
    padding: 0 !important;
  }

  #gallery-container .placeholder img {
    height: auto !important;
    max-width: 100% !important;
    width: 100% !important;
    vertical-align: top !important;
    max-height: none !important;
  }

  #gallery-container .placeholder.style1_placehloder,
  html body #gallery-container .placeholder {
    display: block;
    width: 100% !important;
    vertical-align: initial !important;
    height: auto !important;
    padding: 20px 20px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .placeholder .fluid-width-video-wrapper iframe.gallery {
    position: absolute !important;
    width: 100% !important;
  }

  .placeholder .fluid-width-video-wrapper {
    padding-top: 50% !important;
  }

  .placeholder.style1_placehloder .fluid-width-video-wrapper {
    height: auto !important;
    top: 20px;
    left: 20px;
    right: 20px;
    width: auto;
    bottom: 0;
    padding-top: 0 !important;
  }

  .gallery-all-container .placeholder .gdpr-alt-image:after {
    height: auto;
    width: auto;
    top: 20px;
    left: 0;
    right: 40px;
    bottom: 0;
  }

  .gallery-all-container .placeholder .gdpr-alt-image .gdpr-video-alternate-image-content {
    left: 45%;
  }

  .portfolio-title-nav-bottom {
    display: none !important;
  }

  .gallery_content {
    position: relative;
    width: 100%;
    right: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    height: auto !important;
    max-height: none !important;
  }

  .gallery_content_area_wrap {
    padding: 20px !important;
  }

  .gallery-info-box-wrap #portfolio-title-nav-bottom-wrap {
    right: 0;
    text-align: center;
    width: 100%;
  }

  .gallery-info-box-wrap #portfolio-title-nav-bottom-wrap ul {
    float: none;
    display: inline-block;
    margin-bottom: 30px;
  }

  .arrow_next,
  .arrow_prev {
    display: none !important;
  }

  .gallery_content {
    background: transparent !important;
  }

  #portfolio-title-nav-bottom-wrap {
    position: relative !important;
  }

  .gallery-all-container.mobile-one-by-one #portfolio-title-nav-bottom-wrap .slider-counts,
  .gallery-all-container.mobile-slide #portfolio-title-nav-bottom-wrap .slider-counts {
    display: none;
  }

  .gallery_content .slider-counts-mobile {
    display: block;
    margin-bottom: 8px;
    text-align: center;
  }

  .gallery_content .slider-counts-mobile .total-slides-count {
    font-size: 1.9em;
    font-weight: bold;
  }

  #gallery-container .placeholder.center img {
    position: relative !important;
    width: 100% !important;
    height: auto !important;
    display: inline-block !important;
    margin: 0 !important;
  }

  body.custom-gallery-page.single-portfolio #header-inner-wrap {
    position: relative !important;
  }

  .overlay_placeholder {
    display: none !important;
  }

  .attachment-details-custom-slider {
    position: static !important;
    display: block !important;
  }

  .attachment-details-custom-slider.special-subtitle {
    max-width: none;
  }

  #back-to-top {
    display: none;
  }

  #portfolio-title-nav-wrap.style3 h6.portfolio-title-nav {
    text-align: center;
  }

  #portfolio-title-nav-wrap .portfolio-nav {
    position: static;
    margin-top: 15px;
    width: 100%;
    text-align: center;
  }

  #portfolio-title-nav-wrap .portfolio-nav li {
    margin-bottom: 0;
  }

  #portfolio-title-nav-wrap .portfolio-nav .home-grid-wrapper {
    margin: 0 15px 2px;
  }

  .single-post-share,
  .single-post-tags {
    float: none;
    margin-bottom: 20px;
  }

  #single-author-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  #single-author-details {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-left: 0;
    margin-top: 15px;
  }

  #footer-wrap.style1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #footer-wrap.style1 .footer-center-area,
  #footer-wrap.style1 .footer-left-area,
  #footer-wrap.style1 .footer-right-area {
    text-align: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0 30px;
  }
}

.gallery-all-container .placeholder.style4_placehloder .be-vimeo-embed,
.portfolio-sliders.be-centered .be-vimeo-embed,
.portfolio-sliders .be-flickity .be-vimeo-embed {
  height: 100%;
}

.portfolio-sliders .be-centered .fluid-width-video-wrapper iframe,
.portfolio-sliders .be-flickity .fluid-width-video-wrapper iframe {
  opacity: 1;
}

#gallery-container .style4_placehloder.placeholder:before {
  content: none;
}

@media only screen and (max-width: 320px) {
  #header-controls-right .header-cart-controls,
  #header-controls-right .header-search-controls,
  #header-controls-right .header-widgets,
  #header-controls-right .sliderbar-menu-controller {
    margin-left: 10px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .children .vcard,
  .vcard {
    width: 20%;
  }

  .blog .full-screen .element {
    width: 100% !important;
  }
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
}

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

.truncate {
  height: 100px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.no-list-style {
  list-style: none;
}

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:after,
.clearfix:before {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  img,
  tr {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }

  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

.oshine-maintenance-mode-default {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

/*.contact-us page.*/
.section-heading .elementor-column-wrap.elementor-element-populated .elementor-widget-container {
  min-height: auto;
  padding: 20px !important;
}

.section-heading .elementor-column-wrap.elementor-element-populated {
  padding: 30px !important;
}

h1.pagetitle {
  line-height: 48px !important;
}

.organized-courses-home .elementor-widget-container {
  padding: 10px 5px !important;
}

.membership-plans tr td {
  vertical-align: top;
  /* display: flex;
    flex-wrap: wrap;
    justify-content: center; */
}

.membership-plans a.llms-button-action.button {
  margin-top: 20px;
  padding: 10px;
}

.page-id-5028 .tatsu-section-pad .tatsu-row {
  max-width: 1109px;
  margin: 0 auto;
  box-shadow: 0px 4px 49px #00000029;
}

.page-id-5028 .tatsu-section-pad .tatsu-row .tatsu-column {
  padding: 0px !important;
}

.page-id-5028 .tatsu-section-pad .tatsu-row .tatsu-ZcMqimKgY .tatsu-column-inner {
  padding: 38px 70px 0px;
}

.page-id-5028 .tatsu-section-pad .tatsu-row .tatsu-ZcMqimKgY .tatsu-column-inner p strong {
  color: #bea061;
  font-size: 22px;
  font-weight: bold;
}

.page-id-5028 .tatsu-section-pad .tatsu-row .tatsu-ZcMqimKgY .tatsu-column-inner p {
  margin-bottom: 10px;
  color: #000000;
  font-size: 14px;
}

.page-id-5028 .tatsu-section-pad .tatsu-row .tatsu-ZcMqimKgY .tatsu-column-inner label {
  font-weight: bold;
}

.page-id-5028 .tatsu-section-pad .tatsu-row .tatsu-ZcMqimKgY .tatsu-column-inner label span {
  font-weight: 200;
  margin-top: 7px;
}

.page-id-5028 .tatsu-section-pad .tatsu-row .tatsu-ZcMqimKgY .tatsu-column-inner .wpcf7-submit {
  min-width: 125px;
  padding: 11px !important;
  font-weight: bold !important;
  font-size: 13px !important;
  margin-top: 10px;
}

.page-id-5028 .tatsu-section-pad .tatsu-row .tatsu-uuutBN9hFX {
  min-height: 640px;
}

.page-id-5028 .tatsu-section-pad .tatsu-row .tatsu-column-pad-wrap,
.page-id-5028 .tatsu-section-pad .tatsu-row .tatsu-column-pad,
.page-id-5028 .tatsu-section-pad .tatsu-row .tatsu-shortcode-module {
  height: 100%;
}

.page-id-5028 .tatsu-section-pad .tatsu-row .tatsu-uuutBN9hFX #map {
  width: 100% !important;
  height: 100% !important;
}

.elementor-element-986ce54 h4 {
  height: 150px;
  overflow: hidden;
}

.elementor-element-660c516 .elementor-column {
  width: 50%;
}

.elementor-element-660c516 .elementor-button.elementor-size-md {
  font-size: 16px;
  padding: 15px;
}

.elementor-element-109d31c .elementor-widget-wrap {
  display: block !important;
}

/*.master-slider-parent .ms-slide,.master-slider-parent .ms-view{
	width: 100% !important;
}*/
.master-slider-parent,
.master-slider-parent .ms-inner-controls-cont {
  max-width: 100% !important;
}

.master-slider-parent .ms-btn-container .ms-btn {
  margin-top: 40px !important;
  color: #fff !important;
  text-transform: capitalize !important;
}

.master-slider-parent .ms-layer {
  max-width: 68%;
}

/*.master-slider-parent .ms-layer h2{
	overflow: hidden;
	max-height: 87px;
}*/
.master-slider img {
  right: 115px;
  left: auto !important;
}

.elementor-element-ec321f6 {
  margin-bottom: 0px !important;
  margin-top: -160px !important;
}

/*////////////update-css/////////////*/

.elementor-3404 .elementor-element.elementor-element-ec321f6 {
  margin-top: -125px !important;
}

ul.course_tag_list {
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

ul.course_tag_list li {
  background-color: #f3f3f3;
  padding: 10px;
  border-radius: 5px;
  position: relative;
  padding-left: 30px;
  width: 100%;
  margin: 5px;
}

ul.course_tag_list li::before {
  content: "\e6aa";
  font-family: "icomoon" !important;
  left: 7px;
  position: absolute;
  top: 12px;
  color: rgba(125, 137, 157, 1);
}

.tatsu-HyxTq89rN.tatsu-text-block-wrap .tatsu-text-inner {
  border-width: 0 !important;
}

.tatsu-list .tatsu-icon {
  top: 50% !important;
}

.elementor-widget-icon-box.elementor-view-framed .elementor-icon,
.elementor-widget-icon-box.elementor-view-default .elementor-icon {
  fill: #6ec1e4 !important;
  color: #6ec1e4 !important;
  border-color: #6ec1e4 !important;
}

.page-id-4392 .tatsu-row > .tatsu-OovJw3XSZ.tatsu-column {
  width: 35%;
}

.page-id-4392 .tatsu-row > .tatsu-AXjLRmTrfa.tatsu-column {
  width: 65%;
}

.elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-description {
  font-size: 14px;
}

.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon {
  margin-right: 15px;
}

.elementor-widget-icon-box .elementor-icon-box-title a {
  font-size: 18px;
}

.ms-slide .ms-slide-bgcont img {
  object-fit: cover;
}

.search-list .blog-post.element {
  margin-bottom: 15px;
}

.search-list .blog-separator .separator {
  margin-top: 0px;
}

.search-list .post-title {
  line-height: 24px;
}

.search-list.style6-blog .article-details {
  padding: 15px 0 0;
}

.elementor-element-3c27e4f .elementor-widget-container {
  padding: 45px 45px 45px 45px;
  background-color: rgba(255, 255, 255, 0.15);
  border-style: solid;
  border-width: 3px 3px 3px 3px;
  border-color: rgba(255, 255, 255, 0.3);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

.elementor-3404 .elementor-element.elementor-element-e1a78b9 {
  padding: 0% !important;
}

.elementor-element-3c27e4f {
  padding-bottom: 6%;
}

.master-slider-parent .ms-btn-container .ms-btn {
  margin-top: 40px !important;
  color: #fff !important;
  background-color: rgba(190, 160, 97, 1);
  border-radius: 0px;
  font-weight: 500;
  min-width: 154px;
  height: 44px;
  font-size: 18px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.master-slider-parent .ms-btn-container:first-child .ms-btn {
  background-color: transparent;
  border: 2px solid rgba(190, 160, 97, 1);
  height: 40px;
}

.master-slider-parent .ms-btn-container:first-child {
  margin-left: 151px;
}

.dot {
  background: #fff;
  border-radius: 50%;
  padding: 2px;
  display: inline-flex;
  align-items: center;
  margin-bottom: 6px;
}

.course-lessons-listing .llms-widget-syllabus {
  padding-right: 20px;
  padding-left: 20px;
}

.course-lessons-listing .llms-widget-syllabus ul.llms-course-outline li.llms-section {
  box-shadow: 0px 0px 6px #00000029;
  padding: 10px 13px;
  border-radius: 10px;
  margin-bottom: 8px;
  position: relative;
}

.course-lessons-listing .llms-widget-syllabus ul.llms-course-outline li span.section-title {
  font-size: 16px;
  font-weight: 500 !important;
  color: #000;
}

.course-lessons-listing .llms-widget-syllabus ul.llms-course-outline li span.llms-collapse-caret {
  display: none;
}

.course-lessons-listing .llms-widget-syllabus ul.llms-course-outline li.llms-section ul.llms-lesson a {
  font-size: 14px;
}

.course-lessons-listing .llms-widget-syllabus ul.llms-course-outline li.llms-section::after {
  content: "";
  background-image: url(../img/download.svg);
  position: absolute;
  right: 10px;
  width: 13px;
  height: 10px;
  top: 18px;
  background-size: 100%;
  pointer-events: none;
}

.course-lessons-listing .llms-widget-syllabus ul.llms-course-outline li.llms-section ul.llms-lesson span.lesson-title {
  font-size: 14px;
}

.course-lessons-listing .llms-widget-syllabus ul.llms-course-outline li.llms-section.llms-section--opened::after {
  transform: rotate(180deg);
}

.course-documents-tab .elementor-tab-title:first-child {
  padding-left: 0px;
}

.course-documents-tab .elementor-tab-title {
  position: relative;
}

.course-documents-tab .elementor-tab-title.elementor-active::before {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px !important;
  margin: 0 auto;
  width: 77% !important;
  height: 7px !important;
  background-color: #b99d65 !important;
  color: #b99d65 !important;
  border-radius: 3px;
  bottom: 0px !important;
  border-bottom-style: unset !important;
}

/*.course-documents-tab .elementor-tabs-wrapper {
    border-bottom: 1px solid #E8E8E8;
}*/

.course-documents-tab .elementor-tab-title:first-child::before,
.course-documents-tab .elementor-tab-title.elementor-active::before {
  left: 0;
  width: 100% !important;
  margin-left: 0px;
  height: 4px !important;
}

.course-documents-tab .elementor-tabs-content-wrapper ul {
  padding-left: 0px;
  margin-top: 15px;
}

.course-documents-tab .elementor-tabs-content-wrapper ul li {
  padding-left: 50px;
  font-size: 16px;
  color: #000000;
  margin-bottom: 30px;
  position: relative;
}

.course-documents-tab .elementor-tabs-content-wrapper ul li a.userlogin {
  display: block;
  font-size: 18px;
  color: #b3985d;
  font-weight: 500;
}

.course-documents-tab .elementor-tabs-content-wrapper ul li::before {
  content: "";
  background-image: url(../img/cloud-computing.svg);
  width: 60px;
  height: 60px;
  position: absolute;
  left: -20px;
}

.course-documents-tab .elementor-tabs-content-wrapper ul li::before {
  left: 0px;
}

.course-documents-tab .elementor-tabs-content-wrapper ul li {
  padding-left: 70px;
}

.course-progress .elementor-element-populated {
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  padding: 20px !important;
}

.elementor-tab-title.elementor-active a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  background: #b3985d;
  width: 100%;
  border-radius: 5px;
}

.elementor-tab-title.elementor-active a {
  position: relative;
  padding: 0px 0px 15px 0px;
}

.course-progress .elementor-element-populated .elementor-widget-heading {
  margin-bottom: 0px;
}

.course-progress .elementor-element-populated .elementor-widget-heading p.elementor-heading-title {
  font-size: 18px;
  color: #000;
}

.course-progress .elementor-element-populated .llms-progress {
  margin-bottom: 0px;
}

.course-progress .elementor-element-populated .llms-progress .llms-progress-bar {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  border-radius: 10px;
  height: 10px;
}

.course-progress .elementor-element-populated .llms-progress .progress__indicator {
  line-height: 20px;
}

.elementor-element-986ce54 .elementor-widget-container {
  min-height: 340px;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
}

.elementor-widget-tabs .elementor-tabs-wrapper {
  border-bottom: 1px solid #ccc;
}

.tatsu-section .tatsu-section-pad,
.elementor-element.elementor-element-715969a,
.elementor-section-wrap .elementor-section-full_width:first-child {
  padding: 45px 60px 45px 60px !important;
}

.elementor-widget-tabs .elementor-tab-content {
  padding-left: 0px !important;
}

.elementor-tabs-content-wrapper {
  margin-top: 15px;
}

li ol,
li ul,
ol ol,
ul ul {
  vertical-align: top;
}

.tatsu-column-pad em {
  display: block;
}

.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:before {
  display: none;
}

.elementor-widget-tabs .elementor-tab-desktop-title {
  border: none !important;
}

.elementor-widget-tabs .elementor-tab-desktop-title {
  padding: 15px 30px 15px 0px !important;
}

.elementor-widget-tabs .elementor-tab-mobile-title {
  padding: 10px !important;
}

.elementor-page-364 .tatsu-column-pad .tatsu-list-inner li:before {
  left: 0px !important;
  top: 6px !important;
}

.elementor-page-364 .tatsu-column-pad .tatsu-list-inner li {
  position: relative;
  list-style: none;
  padding-left: 10px;
}

.elementor-page-2043 .elementor-tabs-content-wrapper li:before,
.elementor-page-364 .tatsu-column-pad .tatsu-list-inner li:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: normal;
  -webkit-font-smoothing: antialiased;
  content: "\e6ab";
  color: rgba(190, 160, 97, 1);
  left: -11px;
  position: absolute;
  margin-left: -16px;
  top: 2px;
}

.elementor-page-2043 .elementor-tabs-content-wrapper li {
  list-style: none;
  padding-left: 9px;
  position: relative;
}

.tatsu-ByQkVVuvN .tatsu-button {
  text-align: center;
}

.elementor-7416 .elementor-element.elementor-element-ec321f6 {
  margin-top: -125px !important;
}

/*...new-css*/
.organize-block-data .elementor-column-wrap.elementor-element-populated {
  border: 0.5px solid #707070;
}

/*.Dashboard-maindata p {
    font-size: 18px;
}*/
.organize-block-data a.elementor-button-link,
.furture-data a.elementor-button-link {
  background-color: #2c95bc;
  text-transform: uppercase;
  font-size: 14px;
}

.organize-block-data .elementor-widget-heading.elementor-widget-heading .elementor-heading-title {
  font-size: 26px;
}

/*.organize-block-data .elementor p {
    font-size: 18px;
}*/
.organize-block-data .elementor-widget-button {
  position: absolute;
  bottom: 0;
}

.organize-block-data .elementor-widget-wrap {
  padding-bottom: 46px;
}

.organize-block-data.elementor-section-full_width {
  padding: 10px 60px 20px 60px !important;
}

.allcourslist-tabs .elementor-widget-tabs .elementor-tab-desktop-title {
  padding: 16px !important;
  border: 1px solid #bea061 !important;
  border-radius: 6px 6px 0px 0px;
  min-width: 151px;
  text-align: center;
  margin-right: 13px !important;
  border-bottom: none !important;
}

.allcourslist-tabs .elementor-widget-tabs .elementor-tab-desktop-title a {
  color: #bea061;
  font-weight: normal;
  text-transform: uppercase;
}

.allcourslist-tabs .elementor-widget-tabs .elementor-tab-desktop-title.elementor-active {
  background-color: #bea061;
}

.allcourslist-tabs .elementor-widget-tabs .elementor-tab-desktop-title.elementor-active a {
  color: #ffffff;
}

.allcourslist-tabs .elementor-widget-tabs .elementor-tabs-wrapper {
  border-bottom: 1px solid #bea061;
  display: flex;
}

.allcourslist-tabs .elementor-widget-tabs .elementor-tab-content {
  border: none !important;
  padding: 5px 0px;
}

.my_account_courses {
  padding-left: 0px;
  list-style: none;
  color: #7a7a7a;
}

.my_account_courses li {
  margin-bottom: 17px;
  font-weight: 100;
  font-size: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.my_account_courses li > a {
  max-width: calc(100% - 76px);
  display: inline-block;
  padding-right: 20px;
}

.unenroll-section a {
  border: 1px solid #bea061;
  padding: 5px 10px;
  font-weight: 400;
  border-radius: 3px;
  font-size: 14px;
}

.allcourslist-tabs .elementor-tab-title.elementor-active a:after,
.allcourslist-tabs .elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:after {
  display: none;
}

.elementor-element-54b8adc .elementor-shortcode a.adduserbtn,
.elementor-element-54b8adc .elementor-shortcode a.adduserbtnmsg {
  border: 1px solid #bea061;
  min-width: 140px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  font-size: 16px;
  color: #bea061;
  margin-left: auto;
  float: right;
  text-transform: uppercase;
  font-weight: 500;
}

.elementor-element-54b8adc .elementor-shortcode table {
  float: left;
  width: 100%;
  text-align: center;
  margin: 20px 0px 40px;
  border: 1px solid #bea061;
}

.user-detail-from {
  margin-top: 10px;
}

.error {
  color: #dc3545;
  margin: 5px 0px;
}

.elementor-element-54b8adc .elementor-shortcode table tr th {
  background-color: #bea061;
  border: 1px solid #bea061;
  color: #ffffff;
  font-weight: 600;
  font-size: 18px;
  text-transform: capitalize;
}

.elementor-element-54b8adc .elementor-shortcode table tr td {
  font-size: 16px;
  color: #7a7a7a;
}

.elementor-element-54b8adc .elementor-shortcode table tr td,
.elementor-element-54b8adc .elementor-shortcode table tr th {
  border: none;
  padding: 9px 20px;
  text-align: left;
}

.elementor-element-54b8adc .elementor-shortcode table tr {
  border-bottom: 1px solid #bea061;
}

a#deleteuser,
a#edituser {
  position: relative;
  color: transparent;
  margin-right: 2px;
}

a#deleteuser:before,
a#edituser:before {
  content: "";
  position: absolute;
  left: 13px;
  top: 0;
  background-image: url(../img/trash.svg);
  width: 17px;
  height: 21px;
  background-size: 100%;
}

a#edituser:before {
  background-image: url(../img/edit-icon.svg);
  width: 18px;
  height: 18px;
  top: 2px;
  left: 2px;
}

.fancybox-content h1 {
  font-size: 24px !important;
  margin-bottom: 6px;
}

.fancybox-content {
  font-size: 16px;
  color: #7a7a7a;
}

.userform-box {
  display: flex;
  justify-content: space-between;
}

.userform-box div {
  width: 48%;
}

.user-detail-from label {
  font-size: 14px;
  color: #000000;
  font-weight: bold;
}

#userForm #btnsubmit,
.fancybox-content #btnsubmitedit {
  height: 44px;
  min-width: 140px;
  border-radius: 0px;
  font-weight: normal;
  padding-left: 5px;
  font-size: 16px;
  text-transform: capitalize;
  margin-top: 10px;
  padding: 5px;
}

.success {
  color: #28a745;
  margin: 5px 0px;
}

.tatsu-HJpNS3d2Q .tatsu-shortcode-module a.tatsu-button,
.tatsu-shortcode-module .btn-enroll-submit {
  border: 1px solid #d2d2d2;
  font-size: 14px !important;
  line-height: 14px !important;
  padding: 14px 20px !important;
  color: #d2d2d2;
  border-radius: 0px !important;
  background-color: #ffffff;
}

.tatsu-HJpNS3d2Q .tatsu-module.tatsu-normal-button {
  float: left;
  margin-right: 20px;
}

.tatsu-HJpNS3d2Q .tatsu-button-container.align-block,
.tatsu-button-wrap.align-block {
  margin: 0 0 20px;
}

.tatsu-shortcode-module .btn-enroll-submit {
  border: 1px solid #bea061 !important;
  color: #bea061 !important;
  background-color: #fff !important;
}

.course-template-elementor_header_footer .elementor-text-editor p.no-margin-10 em {
  font-size: 24px;
  color: #000000;
}

.course-template-elementor_header_footer .elementor-tabs-view-horizontal .elementor-tab-desktop-title a {
  color: #b4b4b4;
}

.course-template-elementor_header_footer .elementor-widget-tabs .elementor-tab-title.elementor-active a {
  color: #000000;
}

.course-template-elementor_header_footer .elementor-widget-tabs .elementor-tabs-wrapper {
  border-bottom: 1px solid #bea061;
}

.course-template-elementor_header_footer .elementor-widget-tabs .elementor-tab-title:after,
.course-template-elementor_header_footer .elementor-tab-content {
  border: none !important;
}

.course-template-elementor_header_footer .course-documents-tab .elementor-tabs-content-wrapper ul li::before {
  display: none;
}

.course-template-elementor_header_footer .course-documents-tab .elementor-tabs-content-wrapper ul li {
  padding-left: 0px;
  margin-bottom: 20px;
}

.course-template-elementor_header_footer .course-documents-tab .elementor-tabs-content-wrapper ul li p {
  margin-bottom: 0;
}

.course-template-elementor_header_footer .course-documents-tab .elementor-tabs-content-wrapper ul {
  margin-top: 0px;
}

.course-template-elementor_header_footer .elementor-widget-tabs .elementor-tab-content {
  padding: 8px 20px 20px;
}

.course-template-elementor_header_footer .elementor-text-editor .wp-block-llms-course-continue-button {
  display: block;
  width: 100%;
  margin: 20px 0px 0px;
}

.course-progress {
  margin-bottom: 40px;
}

.rightcourseheader .tatsu-button {
  background-color: #bea061;
  color: #fff;
  width: 100%;
  box-shadow: 0px 3px 6px #00000029;
  text-align: center;
  border-radius: 4px;
  font-size: 15px;
  padding: 10px;
}

.rightcourseheader .course-heading {
  margin: 20px 0px 0px 0px;
}

.course-lessons-listing .llms-widget-syllabus ul.llms-course-outline li.llms-section {
  box-shadow: 0px 1px 3px #00000029;
}

.rightcourseheader {
  margin: 50px 20px 0px;
  border-bottom: 2px solid #dcdcdc;
  padding-bottom: 20px;
}

.course-lessons-listing .llms-course-outline .section-header:after {
  content: "";
  position: absolute;
  right: 5px;
  top: 6px;
  width: 8px;
  height: 8px;
  border: solid #b4b4b4;
  border-width: 2px 2px 0px 0;
  transform: rotate(136deg);
}

.course-lessons-listing .llms-course-outline .section-header {
  position: relative;
}

/*..responive
-css*/
@media only screen and (max-width: 959px) and (min-width: 768px) {
  .be-wrap {
    max-width: 90% !important;
  }
}

@media only screen and (max-width: 1377px) {
  h1,
  .h1 {
    font-size: 40px !important;
    line-height: 47px !important;
  }
}

@media only screen and (max-width: 1260px) and (min-width: 900px) {
  .n2-ss-slider .n2-ss-layer[data-pm="absolute"] {
    position: initial !important;
    margin-left: 203px !important;
    margin-top: -54px !important;
  }
}

@media only screen and (max-width: 1180px) {
  h2.banner-heading {
    line-height: 50px !important;
  }

  .n2-ss-slider .n2-ss-layer[data-pm="absolute"] {
    position: initial !important;
    margin-left: 190px;
    margin-top: -48px;
  }

  h2.banner-heading span {
    font-size: 40px !important;
  }

  h4.banner-sub-heading span {
    font-size: 25px !important;
  }

  .elementor-column-gap-wider > .elementor-row > .elementor-column > .elementor-element-populated {
    padding: 20px;
  }

  .box-content {
    font-size: 18px !important;
  }
}

@media only screen and (max-width: 1300px) and (min-width: 1025px) {
  img.normal-logo {
    max-width: 183px;
  }

  nav#navigation {
    line-height: 87px !important;
  }
}

@media only screen and (max-width: 1024px) {
  .elementor-element-cbfd5a0 .elementor-row {
    width: 100%;
    justify-content: center;
  }

  .annual-table table {
    min-width: 715px;
    overflow-x: auto;
  }

  img.normal-logo {
    max-width: 189px !important;
  }

  body.header-transparent #header-wrap #navigation,
  body.header-transparent #header-inner-wrap .mobile-nav-controller-wrap,
  .mobile-nav-controller-wrap {
    line-height: 92px !important;
  }

  .annual-table {
    overflow-x: auto;
  }

  .elementor-element-593ab5f {
    height: 100% !important;
    padding-top: 80px;
  }

  .master-slider-parent .ms-layer h2 {
    line-height: initial;
  }

  h2.msp-metabox-indented {
    font-size: 23px !important;
  }

  img.ms-layer {
    display: none;
  }

  .master-slider-parent .ms-layer {
    max-width: 100%;
  }

  .master-slider img {
    height: 100% !important;
  }

  .ms-slide .ms-layer,
  .ms-fixed-layers .ms-layer,
  .ms-overlay-layers .ms-layer {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    width: 100%;
  }

  .ms-btn-container {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    order: 2;
  }

  .master-slider-parent .ms-btn-container:first-child {
    margin-left: 20px;
    order: 3;
  }

  .ms-layer.ms-hover-active:last-child {
    order: 0;
  }

  .ms-layer.ms-hover-active {
    order: 1;
  }

  .ms-slide .ms-anim-layers {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 100px 20px;
    height: auto;
  }

  .master-slider-parent .ms-layer h2 {
    line-height: initial;
  }
}

@media only screen and (max-width: 991px) {
  .page-id-5028 .tatsu-section-pad .tatsu-row .tatsu-ZcMqimKgY .tatsu-column-inner {
    padding: 30px;
  }

  .elementor-column.elementor-col-25,
  .elementor-column[data-col="25"] {
    width: 50% !important;
  }

  .elementor-7416 .elementor-element.elementor-element-ec321f6 {
    margin-top: -97px !important;
  }

  .elementor-element-ec321f6 {
    margin-top: -97px !important;
  }

  .elementor-3404 .elementor-element.elementor-element-ec321f6 {
    margin-top: -97px !important;
  }

  .organize-block-data .elementor-column-gap-wider > .elementor-row > .elementor-column > .elementor-element-populated {
    margin-bottom: 20px;
  }

  .organize-block-data .elementor-column {
    width: 50% !important;
  }
}

@media only screen and (max-width: 960px) {
  body.header-transparent #header-inner-wrap #header-controls-right {
    line-height: 104px !important;
  }
}

@media only screen and (max-width: 768px) {
  .n2-ss-slider .n2-ss-layer[data-pm="absolute"] {
    margin-top: -55px !important;
  }
}

@media only screen and (max-width: 767px) {
  .elementor-element-54b8adc .elementor-shortcode a.adduserbtn {
    min-width: 100px;
    height: 35px;
    font-size: 14px;
  }

  .my_account_courses li > a {
    max-width: calc(100% - 63px);
  }

  .unenroll-section a {
    padding: 3px 7px;
    font-size: 12px;
  }

  .rightcourseheader {
    margin: 0px 20px;
  }

  #userForm #btnsubmit,
  .fancybox-content #btnsubmitedit {
    height: 34px;
    min-width: 100px;
    font-size: 14px;
  }

  .userform-box {
    display: block;
  }

  .userform-box div {
    width: 100%;
  }

  .elementor-element-54b8adc .elementor-shortcode table {
    min-width: 826px;
    overflow-x: auto;
  }

  .elementor-element-54b8adc .elementor-shortcode table tr th {
    font-size: 16px;
  }

  .elementor-element-54b8adc .elementor-shortcode {
    overflow-x: auto;
  }

  .my_account_courses li {
    font-size: 16px;
  }

  .allcourslist-tabs .elementor-widget-tabs .elementor-tabs-wrapper {
    display: none;
  }

  .organize-block-data .elementor-column {
    width: 100% !important;
  }

  .be-wrap {
    padding: 0px 10px;
  }

  div#n2-ss-2 .n2-font-c0c7123333e2e5fee76f8de96950d1b7-link a {
    font-size: 13px !important;
    padding: 6px 12px;
  }

  .n2-ss-slider .n2-ss-layer[data-pm="absolute"] {
    margin-left: 115px !important;
    margin-top: -35px !important;
  }

  .elementor-element-cbe41e0 .elementor-button-wrapper .elementor-button.elementor-size-md {
    font-size: 14px !important;
    padding: 10px 20px !important;
    width: 50% !important;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
  }

  .box-content {
    max-height: 100%;
    overflow: visible;
  }

  footer .one-fourth {
    width: 100% !important;
    padding-left: 0% !important;
  }

  h4.banner-sub-heading span {
    font-size: 20px !important;
  }

  h2.banner-heading {
    line-height: 37px !important;
  }

  h2.banner-heading span {
    font-size: 24px !important;
  }

  .master-slider-parent .ms-btn-container .ms-btn {
    margin-top: 16px !important;
  }

  .tatsu-section .tatsu-section-pad,
  .elementor-element.elementor-element-715969a,
  .elementor-section-wrap .elementor-section-full_width:first-child {
    padding: 20px 30px !important;
  }

  .elementor-column.elementor-col-25,
  .elementor-column[data-col="25"] {
    width: 100% !important;
  }

  .ms-slide .ms-layer,
  .ms-fixed-layers .ms-layer,
  .ms-overlay-layers .ms-layer {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    width: 100%;
  }

  .ms-btn-container {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    order: 2;
  }

  .master-slider-parent .ms-btn-container:first-child {
    margin-left: 20px;
    order: 3;
  }

  .elementor-element-593ab5f {
    height: 100% !important;
    padding-top: 80px;
  }

  .ms-layer.ms-hover-active:last-child {
    order: 0;
  }

  .ms-layer.ms-hover-active {
    order: 1;
  }

  .ms-slide .ms-anim-layers {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 100px 20px;
    height: auto;
  }

  .master-slider-parent .ms-layer h2 {
    line-height: initial;
  }

  .master-slider-parent .ms-btn-container:first-child .ms-btn {
    height: 23px;
  }

  .master-slider-parent .ms-btn-container .ms-btn {
    min-width: 90px;
    height: 27px;
    font-size: 10px !important;
  }

  .page-id-5028 .tatsu-section-pad .tatsu-row .tatsu-ZcMqimKgY .tatsu-column-inner {
    padding: 25px;
  }

  .page-id-5028 .tatsu-section-pad .tatsu-row .tatsu-uuutBN9hFX {
    min-height: 500px;
  }

  h1,
  .h1 {
    font-size: 18px !important;
    line-height: 32px !important;
  }

  h1.pagetitle {
    line-height: 36px !important;
  }

  .tatsu-fvc1vjhe154bcqxp .tatsu-section-pad {
    padding: 20px 30px;
  }

  img.attachment-full.size-full {
    margin-top: 20px;
  }

  video.noshadow {
    margin-top: 60px;
  }

  .elementor-3404 .elementor-element.elementor-element-ec321f6 {
    margin-top: -97px !important;
  }

  .mediumbtn {
    font-size: 11px;
    padding: 10px 5px;
  }

  .tatsu-HJpNS3d2Q .tatsu-shortcode-module a.tatsu-button,
  .tatsu-shortcode-module .btn-enroll-submit {
    font-size: 11px !important;
    padding: 9px 5px !important;
  }

  .tatsu-ryWzrLYWF7 .tatsu-section-pad,
  .tatsu-fvc1vjhemtc37g5a.tatsu-column > .tatsu-column-inner > .tatsu-column-pad-wrap > .tatsu-column-pad,
  .tatsu-fvc1vjhewo9oerb8.tatsu-column > .tatsu-column-inner > .tatsu-column-pad-wrap > .tatsu-column-pad,
  .tatsu-HJb11fzi3Q .tatsu-section-pad,
  .tatsu-B1ZJT1NdPE .tatsu-section-pad {
    padding: 30px !important;
  }

  .tatsu-HyxaErndnQ.tatsu-row-wrap > .tatsu-row {
    padding: 15px 15px 0px 15px !important;
  }

  .courses-panel,
  .tatsu-fwt3rt1j3dgdx2dl.tatsu-row-wrap > .tatsu-row {
    padding: 15px !important;
  }

  .llms-syllabus-wrapper,
  .llms-widget-syllabus {
    padding: 20px !important;
  }

  .elementor-widget-heading .elementor-heading-title,
  .llms-widget-syllabus .section-title {
    font-size: 20px !important;
  }

  .llms-button-action,
  .llms-button-danger,
  .llms-button-primary,
  .llms-button-secondary {
    font-size: 12px !important;
    padding: 12px 2px;
  }

  ul.course_tag_list li {
    width: 100%;
    margin: 5px 0px !important;
  }

  .page-id-4392 .tatsu-row > .tatsu-OovJw3XSZ.tatsu-column,
  .page-id-4392 .page-id-4392 .tatsu-row > .tatsu-AXjLRmTrfa.tatsu-column {
    width: 100%;
  }

  .elementor-3404 .elementor-element.elementor-element-ec321f6 {
    margin-top: -97px !important;
  }
}

@media only screen and (max-width: 480px) {
  .master-slider-parent .ms-btn-container .ms-btn {
    top: 80%;
  }

  div#n2-ss-2 .n2-font-04bd849a2a800c2a12158f8168115501-hover {
    max-height: 85px;
    overflow: hidden;
  }

  div#n2-ss-2 .n2-font-eb7859442b2006ab32c9317cc30c94c8-paragraph {
    max-height: 50px;
    overflow: hidden;
  }

  div#n2-ss-2 .n2-font-04bd849a2a800c2a12158f8168115501-hover {
    font-size: 24px !important;
  }

  div#n2-ss-2 .n2-font-eb7859442b2006ab32c9317cc30c94c8-paragraph {
    font-size: 17px !important;
  }

  .dot {
    margin-bottom: 4px;
  }

  /*.master-slider-parent .ms-layer h2{
		max-height: 120px;
	}*/
  .tatsu-g0wb3ehcbo7mrllc .tatsu-section-pad,
  .tatsu-g0wfao7uoq2ztso3 .tatsu-section-pad,
  .tatsu-r1ZVpjdYSV .tatsu-section-pad,
  .tatsu-B15V2Nhdm.tatsu-column > .tatsu-column-inner > .tatsu-column-pad-wrap > .tatsu-column-pad,
  .tatsu-Bye9V24ndX.tatsu-column > .tatsu-column-inner > .tatsu-column-pad-wrap > .tatsu-column-pad,
  .tatsu-Hybw9qDrU7 .tatsu-section-pad,
  .tatsu-rkSB_N3dX .tatsu-section-pad,
  .tatsu-r1USYE3u7 .tatsu-section-pad,
  .tatsu-SytYtVndQ .tatsu-section-pad,
  .tatsu-BJJxqV2dX .tatsu-section-pad,
  .tatsu-rkMQjNnum .tatsu-section-pad,
  .tatsu-B1-wiEh_Q .tatsu-section-pad,
  .tatsu-SJoJpNwP4 .tatsu-section-pad {
    padding: 30px !important;
  }

  .tatsu-HJazwhd2X.tatsu-column > .tatsu-column-inner > .tatsu-column-pad-wrap > .tatsu-column-pad,
  .tatsu-SkeFG_h_h7.tatsu-column > .tatsu-column-inner > .tatsu-column-pad-wrap > .tatsu-column-pad,
  .tatsu-SyxNHDaO2m.tatsu-column > .tatsu-column-inner > .tatsu-column-pad-wrap > .tatsu-column-pad,
  .tatsu-Skeknx6_2Q.tatsu-column > .tatsu-column-inner > .tatsu-column-pad-wrap > .tatsu-column-pad,
  .tatsu-rklxMIozp7.tatsu-column > .tatsu-column-inner > .tatsu-column-pad-wrap > .tatsu-column-pad,
  .tatsu-BkgovuaO27.tatsu-column > .tatsu-column-inner > .tatsu-column-pad-wrap > .tatsu-column-pad {
    padding: 0 !important;
  }

  .tatsu-ryWzrLYWF7 .tatsu-section-pad {
    padding: 20px !important;
  }

  .tatsu-fwt3rt1j3dgdx2dl.tatsu-row-wrap > .tatsu-row {
    padding: 15px !important;
  }

  h2.banner-heading {
    line-height: 36px !important;
  }

  h2.banner-heading span {
    font-size: 28px !important;
  }

  h4.banner-sub-heading span {
    font-size: 20px !important;
  }
}

h3 sup {
  font-size: 20px;
  top: -0.5ex;
}

a sup {
  bottom: 1.8ex;
}

.elementor-heading-title sup {
  bottom: 5.3ex;
  top: auto;
}

#individual-lessons .llms-widget-syllabus {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active a {
  background: #e3e3e3 !important;
  border-bottom: 2px solid #e3e3e3 !important;
}

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

.no-margin-10 {
  margin-bottom: 10px;
}

.course-heading {
  margin: 39px 0px 0px 31px;
}

.course-lessons-listing .llms-widget-syllabus {
  padding-top: 25px !important;
}

.llms-widget-syllabus--collapsible .llms-section .section-header {
  padding-right: 20px;
}

.master-slider .ms-view {
  position: initial;
}

.annual-header {
  background-color: #000;
  color: #fff;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  padding: 10px;
  margin-bottom: 15px;
}

.annul-blog p {
  text-align: center;
  width: 100%;
}

.annual-detail {
  width: 100%;
  margin: 6px 0px 20px;
  font-size: 15px;
  font-variant: small-caps;
  line-height: 1.2;
}

.annul-blog p:last-child {
  margin-bottom: 13px !important;
}

.annual-prze big {
  color: rgba(0, 0, 0, 1);
  font-size: 24px;
}

@media only screen and (max-width: 1300px) {
}

.box-content {
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  margin: 0;
  font-family: Lato !important;
  /*max-height: 180px;*/
  overflow: hidden;
  font-size: 24px;
  line-height: 36px;
  text-transform: none;
  font-style: normal;
  letter-spacing: 0;
  word-break: break-word;
}

footer .one-fourth {
  width: 24%;
  box-sizing: border-box;
  margin-left: 0;
  padding-left: 0 !important;
}

footer .one-fourth:first-child {
  padding-left: 0;
  /* width: 28%; */
}

img.normal-logo {
  max-width: 290px;
}

nav#navigation {
  line-height: 100px !important;
}

.manage-search {
  display: flex;
  flex-wrap: wrap;
}

.manage-search .chosen-container {
  width: 100% !important;
}

.manage-search .text-field-wrap {
  width: 30%;
}

.manage-search .field {
  width: 75% !important;
}

.manage-search .my-search-wrraper {
  padding-right: 0px;
}

section#homepage {
  top: 20px;
}

.current-menu-ancestor a:not(.current-menu-item a) {
  color: #232323 !important;
}

.elementor-tabs-content-wrapper li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 17px;
}

.course-documents-tab .elementor-tabs-content-wrapper ul li {
  padding-left: 20px !important;
}

.course-documents-tab .elementor-tabs-content-wrapper ul li::after {
  content: "";
  position: absolute;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #b3985d;
  top: 10px;
  left: 0;
}

/* Design Feedbacks */

@media (max-width: 1024px) {
  .manage-search .field {
    width: 75%;
  }

  .manage-search .text-field-wrap {
    width: 19%;
  }

  .organized-courses-home > .elementor-container {
    min-height: 1px !important;
  }

  .elementor-7416 .elementor-inner {
    padding-top: 55px;
  }

  section#homepage {
    padding-top: 100px !important;
    top: 0px !important;
  }
}

@media (max-width: 991px) {
  .manage-search .text-field-wrap {
    width: 50%;
  }
}

.subheading:before {
  display: none;
}

.elementor-3812 .elementor-element.elementor-element-6c9c23b .elementor-tab-title.elementor-active a {
  color: #000000 !important;
}
