@import url(https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,700;1,300;1,400;1,700&display=swap);
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
  list-style: none;
  word-wrap: break-word;
}
body {
  color: #555;
  line-height: 1.75em;
  font-weight: 300;
  font-size: 16px;
  font-family: Barlow, sans-serif;
  overflow-x: hidden !important;
  background: #fff;
}
p {
  font-family: Barlow, sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #555;
  line-height: 1.6em;
  margin-bottom: 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  font-family: Barlow, sans-serif;
  line-height: 1.5em;
}
img,
video {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  color: #101010;
}
a,
a:hover,
span {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}
b {
  font-weight: 400;
  color: #9c5451;
}
button,
input,
optgroup,
select,
textarea {
  font-family: Barlow, sans-serif;
}
input[type="checkbox"]:focus,
input[type="email"]:focus,
input[type="file"]:focus,
input[type="password"]:focus,
input[type="radio"]:focus,
input[type="text"]:focus,
textarea:focus {
  outline: 0;
}
input[type="email"],
input[type="file"],
input[type="password"],
input[type="text"],
textarea {
  max-width: 100%;
  margin-bottom: 15px;
  padding: 18px 10px 10px;
  height: auto;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-width: 0 0 1px;
  border-style: solid;
  display: block;
  width: 100%;
  line-height: 1.75em;
  font-weight: 300;
  color: #555;
  background-image: none;
  border-bottom: 1px solid #ececec;
  border-color: ease-in-out 0.15s, box-shadow ease-in-out #0.15s;
}
input:focus,
textarea:focus {
  border-bottom-width: 1px;
  border-color: #9c5451;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  text-shadow: none;
  padding: 10px 20px;
  -webkit-box-shadow: none;
  box-shadow: none;
  line-height: 1.75em;
  font-weight: 300;
  border-style: solid;
  color: #fff;
  border-width: 0;
  -webkit-transition: background-color 0.15s ease-out;
  transition: background-color 0.15s ease-out;
  background-color: #101010;
  margin: 3px 0;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background-color: #101010;
  color: #fff;
}
select {
  padding: 10px;
  border-radius: 5px;
}
table,
td,
th,
tr {
  border: 1px solid #ececec;
}
td,
th,
tr {
  padding: 10px;
}
input[type="checkbox"],
input[type="radio"] {
  display: inline;
}
.bg-gray {
  background: #f8fafd;
}
.o-hidden {
  overflow: hidden;
}
.position-re {
  position: relative;
}
.full-width {
  width: 100%;
}
.bg-img {
  background-size: cover;
  background-repeat: no-repeat;
}
.bg-fixed {
  background-attachment: fixed;
}
.pattern {
  background-repeat: repeat;
  background-size: auto;
}
.sub-title {
  font-size: 16px;
  font-weight: 400;
  color: #101010;
  margin-bottom: 10px;
}
.bold {
  font-weight: 800;
}
.count {
  font-family: Barlow, sans-serif;
}
.valign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.v-middle {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.js .animate-box {
  opacity: 0;
}
::-webkit-selection {
  color: #555;
  background: rgba(0, 0, 0, 0.1);
}
::-moz-selection {
  color: #555;
  background: rgba(0, 0, 0, 0.1);
}
::selection {
  color: #555;
  background: rgba(0, 0, 0, 0.1);
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 15px;
  line-height: 0.7;
  display: block;
}
.owl-theme .owl-dots .owl-dot span {
  width: 6px;
  height: 6px;
  margin: 0 3px;
  border-radius: 50%;
  background: #ccc;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #9c5451;
}
.section-padding {
  padding: 100px 0 60px;
}
@media screen and (max-width: 767px) {
  .section-padding {
    padding: 50px 0 0;
  }
}
.section-padding-new {
  padding: 50px 0 30px;
}
@media screen and (max-width: 767px) {
  .section-padding-new {
    padding: 30px 0 20px;
  }
}
.section-padding h6 {
  color: #9c5451;
  font-size: 20px;
  margin-bottom: 20px;
}
.section-subtitle {
  color: #9c5451;
  font-size: 30px;
  font-family: Barlow, sans-serif;
  font-weight: 300;
  margin-bottom: 5px;
}
.section-title {
  font-size: 40px;
  font-family: Barlow, sans-serif;
  font-weight: 400;
  color: #222;
  position: relative;
  margin-bottom: 10px;
  line-height: 1em;
  font-weight: 100;
}
.line-hr {
  width: 70px;
  border-top: 1px solid #101010;
  margin-top: 0;
  margin-bottom: 30px;
}
.navbar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 9;
  padding: 0 10% 0 0;
}
.navbar .icon-bar {
  color: #555;
}
.navbar .navbar-nav .nav-link {
  font-size: 22px;
  font-weight: 300;
  color: #777;
  margin: 15px 5px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.navbar .navbar-nav .nav-link:hover {
  color: #9c5451;
}
.navbar .navbar-nav .active {
  color: #9c5451 !important;
}
.nav-scroll {
  background: #fff;
  padding: 0 10% 0 0;
  position: fixed;
  top: -100px;
  left: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.nav-scroll .icon-bar {
  color: #555;
}
.nav-scroll .navbar-nav .nav-link {
  color: #555;
}
.nav-scroll .navbar-nav .active {
  color: #9c5451 !important;
}
.nav-scroll .navbar-nav .logo {
  padding: 15px 0;
  color: #555;
}
.nav-scroll .logo {
  width: 80px;
}
.nav-scroll .logo-wrapper .logo h2 {
  font-weight: 400;
  font-size: 35px;
  margin-bottom: 0;
  color: #9c5451;
  line-height: 0.85em;
}
.nav-scroll .logo-wrapper .logo span {
  display: block;
  margin-top: 5px;
  font-size: 9px;
  color: #555;
  font-weight: 400;
  letter-spacing: 2.5px;
  margin-left: 15px;
  line-height: 1em;
}
.nav-scroll .logo-wrapper {
  padding: 20px 70px;
  background: #fff;
}
.logo-wrapper {
  float: left;
  background: #fff;
  padding: 20px 60px;
}
.logo-wrapper .logo h2 {
  font-weight: 400;
  font-size: 41px;
  color: #9c5451;
  line-height: 0.85em;
}
.logo-wrapper .logo span {
  display: block;
  margin-top: 5px;
  font-size: 9px;
  color: #555;
  font-weight: 400;
  letter-spacing: 4px;
  margin-left: 15px;
  line-height: 1em;
}
.logo {
  padding: 0;
  width: 80px;
}
.dropdown:hover .dropdown-menu,
.dropdown:hover .mega-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.dropdown .nav-link {
  cursor: pointer;
}
.dropdown .nav-link i {
  font-size: 9px;
}
.dropdown-item {
  position: relative;
}
.dropdown-item:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.dropdown-item span {
  display: block;
  cursor: pointer;
}
.dropdown-menu,
.sub-menu {
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  width: 200px;
  padding: 15px 10px;
  border-radius: 0;
  border: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.dropdown-menu .dropdown-item,
.sub-menu .dropdown-item {
  padding: 7px 14px;
  font-size: 16px;
  font-weight: 300;
  color: #555;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-bottom: 1px solid #ececec;
}
.dropdown-menu .dropdown-item:last-child,
.sub-menu .dropdown-item:last-child {
  border-bottom: none;
}
.dropdown-menu .dropdown-item:hover,
.sub-menu .dropdown-item:hover {
  background: 0 0;
  padding-left: 20px;
  color: #9c5451;
}
.dropdown-menu .dropdown-item a,
.sub-menu .dropdown-item a {
  display: block;
}
.dropdown-menu .dropdown-item i,
.sub-menu .dropdown-item i {
  padding: 5px 0 0 5px;
  font-size: 11px;
  float: right;
}
.dropdown-menu .dropdown-item em,
.sub-menu .dropdown-item em {
  font-size: 8px;
  background-color: #101010;
  padding: 2px 4px;
  color: #fff;
  border-radius: 2px;
  position: absolute;
  right: 10px;
  top: 5px;
}
.dropdown-menu.last {
  left: -100%;
}
.sub-menu {
  position: absolute;
  left: 100%;
  top: -5px;
}
.sub-menu.left {
  left: -100%;
  margin-left: -20px;
}
.mega-menu {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  right: -150px;
  width: 800px;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.mega-menu .dropdown-title {
  display: block;
  color: #101010;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding: 0 15px 15px;
  border-bottom: 1px solid #f7f7f7;
}
.mega-menu .dropdown-menu {
  position: static !important;
  float: left;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-right: 1px solid #f7f7f7;
  border-bottom: 1px solid #f7f7f7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .navbar {
    padding-right: 0;
    padding-right: 0;
    background: #fff;
  }
  .nav-scroll {
    background: #fff;
  }
  .logo-wrapper {
    float: left;
    padding: 15px;
  }
  .nav-scroll .logo-wrapper {
    padding: 15px;
    background-color: #fff;
  }
}
.header {
  overflow: hidden;
}
.header .caption .o-hidden {
  display: inline-block;
}
.header .caption h2 {
  font-weight: 400;
  font-size: 30px;
}
.header .caption h4 {
  font-weight: 300;
  color: #9c5451;
  font-size: 18px;
  margin-bottom: 0;
  letter-spacing: 1px;
  font-family: Barlow, sans-serif;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.header .caption h1 {
  position: relative;
  margin: 10px 0;
  font-weight: 400;
  font-size: 60px;
  line-height: 1em;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  color: #fff;
}
.header .caption p {
  font-family: Barlow, sans-serif;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 0;
  color: #fff;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  line-height: 1.4em;
}
.header .caption p span {
  letter-spacing: 5px;
  text-transform: uppercase;
  margin: 0 5px;
  padding-right: 14px;
  position: relative;
}
.header .caption p span:last-child {
  padding: 0;
}
.header .caption p span:last-child:after {
  display: none;
}
.header .caption p span:after {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #101010;
  position: absolute;
  top: 10px;
  right: 0;
  opacity: 0.5;
}
.header .caption .butn {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.header .social a {
  color: #eee;
  font-size: 16px;
  margin: 10px 15px;
}
.slider .owl-item,
.slider-fade .owl-item {
  height: 100vh;
  position: relative;
}
.slider .item,
.slider-fade .item {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}
.slider .item .caption,
.slider-fade .item .caption {
  z-index: 9;
}
.slider .owl-theme .owl-dots,
.slider-fade .owl-theme .owl-dots {
  position: absolute;
  bottom: 5vh;
  width: 100%;
}
.owl-nav {
  position: absolute;
  bottom: 5%;
  left: 12%;
}
.owl-prev {
  float: left;
}
.owl-next {
  float: right;
}
.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 16px;
  margin: 0;
  padding: 0;
  background: 0 0;
  display: inline-block;
  cursor: pointer;
  border-radius: 0;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  color: #9c5451;
  background: 0 0;
}
@media screen and (max-width: 768px) {
  .owl-nav {
    display: none;
  }
}
.left-panel {
  background: #fff;
  position: absolute;
  width: 140px;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  overflow: hidden;
}
.left-panel:after {
  content: "";
  display: block;
  width: 1px;
  height: 60px;
  bottom: 365px;
  background: #9c5451;
  position: absolute;
  right: 50%;
  margin-left: -1px;
  z-index: 1;
}
.left-panel span {
  color: #9c5451;
}
.left-txt {
  white-space: nowrap;
  text-align: right;
  position: absolute;
  right: 50%;
  bottom: 0;
  margin-bottom: 325px;
  line-height: 20px;
  margin-right: 10px;
  z-index: 9;
  color: #555;
  font-size: 20px;
  font-weight: 300;
  padding-left: 30px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
  word-spacing: 3px;
}
.left-txt a:hover {
  color: #9c5451;
}
@media (max-width: 767.98px) {
  .left-panel {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .left-panel {
    width: 50px;
  }
}
@media (max-width: 1259.98px) {
  .left-panel {
    width: 100px;
  }
}
.line-one {
  -webkit-box-flex: 1;
  flex: 1 0;
  height: 1px;
  background-color: #9c5451;
  display: -webkit-box;
  display: flex;
  margin-top: 13px;
}
.banner-header {
  height: 28vh;
  z-index: 0;
}
.banner-header h6 {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
}
.banner-header h6 a:hover {
  color: #101010;
}
.banner-header h6 i {
  margin: 0 15px;
  font-size: 10px;
}
.banner-header h5 {
  color: #9c5451;
  font-size: 17px;
  font-family: Barlow, sans-serif;
  font-weight: 300;
  margin-bottom: 5px;
}
.banner-header h1 {
  font-size: 40px;
  font-family: Barlow, sans-serif;
  font-weight: 400;
  color: #000;
  position: relative;
  margin-bottom: 10px;
  line-height: 1em;
}
.banner-header p {
  font-family: Barlow, sans-serif;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 0;
  color: #555;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.banner-header p a {
  color: #9c5451;
}
@media screen and (max-width: 767px) {
  .banner-header {
    height: 30vh;
    margin-top: 70px;
  }
  .banner-header h6 {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 10px;
  }
  .banner-header h6 a:hover {
    color: #101010;
  }
  .banner-header h6 i {
    margin: 0 15px;
    font-size: 10px;
  }
  .banner-header p {
    font-size: 16px;
    color: #ececec;
  }
}
.banner-img:after {
  position: absolute;
  height: 100%;
  right: 0;
  left: 0;
  content: "";
  background: linear-gradient(
    hsla(0, 0%, 100%, 0.2),
    hsla(0, 0%, 100%, 0.2) 0,
    #fff
  );
  object-fit: cover;
}
.jophoto-about-img img:hover {
  transform: scale(0.95);
}
.jophoto-about-img {
  position: relative;
}
.jophoto-about-img .img {
  padding: 0 30px 30px 15px;
  position: relative;
}
.jophoto-about-img .img:before {
  content: "";
  position: absolute;
  top: 30px;
  right: 0;
  left: 45px;
  bottom: 0;
  background: #9c5451;
  z-index: 2;
}
.slider-mini-3 {
  background-image: url("../img/o-mnie-0-1.png");
  min-height: 804px;
  background-size: cover;
}
.slider-mini {
  min-height: 804px;
}

.slider-mini-2 {
  min-height: 650px;
}
.jophoto-about-img .img:after {
  content: "";
  width: 90%;
  position: absolute;
  top: -10%;
  bottom: -10%;
  left: -4%;
  background-image: url(../img/dots.png);
  background-repeat: repeat;
  z-index: 1;
}
.jophoto-about-img .img img {
  position: relative;
  z-index: 3;
}
.sign {
  width: 140px;
}
.team .item {
  margin-bottom: 30px;
}
.team .item .img:before {
  top: 20px;
  left: 20px;
  border-left: 1px solid;
  border-top: 1px solid;
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  z-index: 20;
  border-color: rgba(255, 255, 255, 0.5);
}
.team .item:hover .info .social {
  top: 0;
}
.team .info {
  background-color: #f2f2f2;
  text-align: center;
  padding: 30px 15px;
  position: relative;
  overflow: hidden;
}
.team .info h6 {
  font-size: 17px;
  margin-bottom: 5px;
}
.team .info p {
  margin-bottom: 5px;
  color: #555;
}
.team .info .social {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f2f2f2;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.team .info .social a {
  font-size: 16px;
  color: #9c5451;
  margin: 0 5px;
}
.team .info .social a:hover {
  color: #555;
}
.testimonails {
  background-attachment: fixed;
}
.testimonails .client-img {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin: 0 auto 10px;
}
.testimonails h5 {
  color: #9c5451;
  font-size: 17px;
  margin: 0;
}
.testimonails h6 {
  font-size: 16px;
  color: #555;
  margin-bottom: 20px;
  font-family: Barlow, sans-serif;
  font-weight: 300;
}
.testimonails p {
  margin-bottom: 0;
}
.testimonails .owl-theme .owl-dots {
  margin-top: 30px !important;
}
.services-con {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  display: inline-block;
  position: relative;
  text-align: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: transparent;
  box-shadow: none !important;
  padding: 30px 40px 0 0;
}
.services-con *,
.services-con :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.services-con img {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  max-width: 100%;
  position: relative;
  vertical-align: top;
}
.services-con .services-title {
  background-color: #f2f2f2;
  bottom: 30px;
  left: 40px;
  position: absolute;
  right: 0;
  top: 0;
}
.services-con h4 {
  font-size: 17px;
  position: absolute;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  color: #101010;
  left: 100%;
  margin: 0;
  opacity: 0.8;
  padding: 10px 40px 0 0;
  right: 0;
  font-family: Barlow, sans-serif;
  top: 30px;
  white-space: nowrap;
  font-weight: 300;
}
.services-con a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.services-con.hover .services-title,
.services-con:hover .services-title {
  background-color: #9c5451;
}
.price-box {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: center;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.price-box .price-box-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 90px 30px;
}
.price-box .price-box-inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.price-box .price-box-inner ul li {
  margin: 0;
  padding: 0;
  text-align: center;
  color: #999;
}
.price-box .price-box-inner ul li.pricing-title {
  position: relative;
  font-size: 17px;
  line-height: 1.75em;
  font-weight: 400;
}
.price-box .price-box-inner ul li.pricing-title .pricing-pt-title {
  color: #9c5451;
  display: block;
  box-sizing: border-box;
  font-size: 17px;
  font-weight: 400;
  font-family: Barlow, sans-serif;
  margin-bottom: 30px;
}
.price-box .price-box-inner ul li.pricing-prices {
  position: relative;
  padding: 0 0 30px;
}
.price-box .price-box-inner ul li.pricing-prices .pricing-dolar {
  position: relative;
  bottom: 2px;
  color: #fff;
  font-size: 17px;
  line-height: 1em;
  font-weight: 400;
  font-family: Barlow, sans-serif;
}
.price-box .price-box-inner ul li.pricing-prices .pricing-price {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  left: -5px;
  font-size: 50px;
  font-weight: 300;
  color: #fff;
}
.price-box .price-box-inner ul li.pricing-content {
  font-family: Barlow, sans-serif;
  padding: 0;
  line-height: 2em;
  font-size: 16px;
  font-weight: 300;
  color: #555;
}
.jophoto-photos .jophoto-photo-item {
  position: relative;
  margin-bottom: 30px;
}
.jophoto-photos .jophoto-photo-item:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  opacity: 0;
  visibility: hidden;
}
.jophoto-photos .jophoto-photo-item .photo-text-more {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-top: 30px;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
}
.jophoto-photos .jophoto-photo-item .photo-text-more .ti-search {
  color: #fff;
  font-size: 20px;
}
.jophoto-photos .jophoto-photo-item .photo-text-more .heading {
  font-size: 16px;
  color: #fff;
  margin-bottom: 0;
  text-transform: uppercase;
}
.jophoto-photos .jophoto-photo-item .photo-text-more .meta {
  color: #ccc;
  text-transform: uppercase;
  font-size: 12px;
}
.jophoto-photos .jophoto-photo-item img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.jophoto-photos .jophoto-photo-item:hover:after {
  opacity: 1;
  visibility: visible;
}
.jophoto-photos .jophoto-photo-item:hover .photo-text-more {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
}
.blog-entry {
  width: 100%;
  float: left;
  background: #f2f2f2;
  margin-bottom: 60px;
}
.blog-entry .desc {
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .blog-entry {
    margin-bottom: 45px;
  }
}
.blog-entry .blog-img {
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.blog-entry .blog-img img {
  position: relative;
  max-width: 100%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.blog-entry .desc h3 {
  font-size: 20px;
  margin-bottom: 15px;
  line-height: 1.5em;
  font-weight: 400;
}
.blog-entry .desc h3 a {
  color: #9c5451;
  font-size: 20px;
  text-decoration: none;
  font-family: Barlow, sans-serif;
  font-weight: 400;
  line-height: 1em;
}
.blog-entry .desc span {
  display: block;
  margin-bottom: 5px;
  font-size: 12px;
  color: #555 !important;
}
.blog-entry .desc span small i {
  color: #555;
}
.blog-entry .desc .lead {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  font-family: Barlow, sans-serif;
}
.blog-entry .desc .lead:hover {
  color: #fff;
}
.blog-entry:hover .blog-img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.jophoto-pagination-wrap {
  padding: 0;
  margin: 0;
  text-align: center;
}
.jophoto-pagination-wrap li {
  display: inline-block;
  margin: 0 5px;
}
.jophoto-pagination-wrap li a {
  background: #f2f2f2;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #555;
  font-weight: 300;
}
.jophoto-pagination-wrap li a:hover {
  opacity: 1;
  text-decoration: none;
  box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.2);
  background: #9c5451;
  color: #fff;
}
.jophoto-pagination-wrap li a.active {
  background-color: #9c5451;
  border: 1px solid #9c5451;
  color: #fff;
}
.jophoto-pagination-wrap li a i {
  font-size: 9px;
}
@media screen and (max-width: 768px) {
  .jophoto-pagination-wrap {
    padding: 0 0 60px;
    margin: 0;
    text-align: center;
  }
}
.jophoto-post-section {
  padding-top: 120px;
}
.jophoto-comment-section {
  padding-top: 60px;
  margin-bottom: 60px;
}
.jophoto-post-caption h1 {
  margin-bottom: 20px;
  font-size: 40px;
  text-transform: uppercase;
}
.jophoto-post-comment-wrap {
  display: flex;
  margin-bottom: 60px;
}
.jophoto-user-comment {
  margin-right: 30px;
  flex: 0 0 auto;
}
.jophoto-user-comment img {
  border-radius: 100%;
  width: 100px;
}
.jophoto-user-content {
  margin-right: 26px;
}
.jophoto-user-content h3 {
  font-size: 16px;
  line-height: 1.75em;
  color: #9c5451;
  margin: 0 0 15px;
}
.jophoto-user-content h3 span {
  font-size: 9px;
  line-height: 1.75em;
  color: #555;
  font-weight: 300;
  margin-left: 15px;
}
.jophoto-repay {
  font-size: 12px;
  line-height: 1.75em;
  color: #9c5451 !important;
  margin: 0;
  font-weight: 300;
}
.jophoto-map-section {
  overflow: hidden;
  margin-bottom: 60px;
}
#jophoto-contactMap {
  width: 100%;
  height: 550px;
}
.jophoto-more-contact {
  background: #fafafa;
}
.butn {
  font-family: Barlow, sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 11px 24px;
  background: #101010;
  position: relative;
  z-index: 3;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
  outline: 0 !important;
  overflow: hidden;
  border: none;
}
.butn span {
  position: relative;
  z-index: 2;
  color: #fff;
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
.butn:after,
.butn:before {
  content: "";
  width: 0;
  height: 100%;
  background: #222;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: width 0.4s;
  transition: width 0.4s;
  z-index: 1;
  opacity: 0.4;
}
.butn:after {
  -webkit-transition-delay: 0;
  transition-delay: 0;
  background: #222;
  opacity: 1;
}
.butn:hover:after,
.butn:hover:before {
  width: 100%;
}
.butn:hover:after {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.butn:hover span {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  color: #fff;
}
.butn-dark {
  background: #9c5451;
  cursor: pointer;
}
.butn-dark:hover {
  background: #090909;
}
.butn-dark:after,
.butn-dark:before {
  background: #090909;
}
.butn-dark:hover span {
  color: #fff;
}
.butn-dark span {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1px;
  font-family: "Josefin Sans", sans-serif;
}
.footer {
  background-color: #090909;
  padding: 90px 0;
  color: #555;
}
.footer .logo {
  padding: 0;
  width: 80px;
  margin: 0 auto;
}
.footer .logo h1 {
  font-weight: 400;
  font-size: 41px;
  color: #9c5451;
  line-height: 0.85em;
}
.footer .logo a span {
  display: block;
  margin-top: 5px;
  font-size: 9px;
  color: #999;
  font-weight: 400;
  letter-spacing: 4px;
  margin-left: 15px;
  line-height: 1em;
}
.footer .title h5 {
  position: relative;
  font-size: 18px;
  font-weight: 400;
  font-family: "Josefin Sans", sans-serif;
  color: #101010;
  margin-bottom: 10px;
}
.footer p,
.footer p a {
  color: #999;
  margin: 30px 0;
  font-size: 20px;
}
.footer .social {
  margin: 30px 0;
}
.footer .social a {
  color: #999;
  font-size: 16px;
  width: 20px;
  height: 20px;
  line-height: 28px;
  background: 0 0;
  margin: 2px;
}
.footer .social a:hover {
  color: #9c5451;
}
.footer ul li {
  padding: 4px 0;
  text-decoration-line: underline;
  position: relative;
}
.footer ul li a:hover {
  text-decoration: underline;
}
.footer-text-left {
  text-align: left;
}
.footer-text-center {
  text-align: center;
}
.footer-text-right {
  text-align: right;
}
@media screen and (max-width: 991px) {
  .mb-md50 {
    margin-bottom: 50px;
  }
  .mb-md30 {
    margin-bottom: 30px;
  }
  .mb-md15 {
    margin-bottom: 15px;
  }
  .mb-md0 {
    margin-bottom: 0;
  }
  .md-text-center {
    text-align: center !important;
  }
  .bg-fixed {
    background-attachment: scroll !important;
  }
  .navbar .logo {
    margin-left: 15px;
  }
  .navbar button {
    margin-right: 15px;
    outline: 0 !important;
  }
  .navbar button:hover {
    background: #fff;
  }
  .navbar .container {
    max-width: 100%;
  }
  .navbar .navbar-collapse {
    max-height: 360px;
    overflow: auto;
    background: #fff;
    text-align: left;
    padding: 10px 30px;
  }
  .navbar .nav-link {
    margin: 0 auto !important;
  }
  .navbar .navbar-nav .nav-link {
    color: #555;
  }
  .nav-scroll .navbar-collapse .nav-link {
    color: #555 !important;
  }
  .nav-scroll .navbar-collapse .active {
    color: #555 !important;
  }
  .dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background-color: #f2f2f2;
    width: 100%;
    display: none;
  }
  .dropdown-menu .sub-menu {
    position: static;
    margin-top: 15px;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background-color: #191919;
    width: 100%;
    display: none;
  }
  .dropdown:hover .dropdown-menu,
  .dropdown:hover .mega-menu {
    display: block;
  }
  .dropdown .dropdown-menu:hover .sub-menu {
    display: block;
  }
  .dropdown .mega-menu {
    width: 100%;
    position: static;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background-color: #222;
    width: 100%;
    display: none;
  }
  .dropdown .mega-menu .dropdown-menu {
    border: 0;
    margin: 0;
  }
  .dropdown .mega-menu .dropdown-title {
    border-bottom-color: #555;
  }
  .dropdown-menu .dropdown-item,
  .sub-menu .dropdown-item {
    color: #555;
    border-bottom: 1px solid #dedede;
  }
  .header {
    background-attachment: scroll !important;
    background-position: 50% 0 !important;
  }
  .header .caption h4 {
    font-size: 30px;
  }
  .header .caption h1 {
    font-size: 45px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 767px) {
  .line-one {
    display: none;
  }
  .mb-sm50 {
    margin-bottom: 50px;
  }
  .mb-sm30 {
    margin-bottom: 30px;
  }
  .hero .intro h3 {
    font-size: 28px;
  }
  .hero .intro h4 {
    font-size: 20px;
  }
  .header .caption h4 {
    font-size: 16px;
    color: #fff;
  }
  .header .caption h1 {
    font-size: 45px;
    margin: 5px 0;
  }
  .header .caption p {
    font-size: 16px;
  }
  .header .caption .butn {
    margin-top: 15px !important;
  }
  .portfolio .filtering span {
    margin-bottom: 10px;
  }
  .footer .logo img {
    max-width: 300px !important;
    margin: 0;
  }
  .footer-text-center,
  .footer-text-left,
  .footer-text-right {
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .footer .logo img {
    max-width: 300px !important;
    margin: 0;
  }
  .section-head h4 {
    font-size: 30px;
  }
  .footer {
    padding: 60px 0;
  }
  .text-left {
    text-align: center;
  }
  .text-center {
    text-align: center;
  }
  .text-right {
    text-align: center;
  }
}
.proto-services h5 {
  font-size: 24px;
  font-weight: 100;
  font-style: italic;
}
@media screen and (max-width: 767px) {
  .proto-services h5 {
    font-size: 22px;
    font-weight: 100;
  }
}
.proto-services a {
  font-size: 18px;
  color: #9c5451;
  transition: all 0.5s ease;
}
.proto-services a:hover {
  color: #444;
}
.shadow {
  -webkit-box-shadow: 0 0 16px -1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 16px -1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 16px -1px rgba(0, 0, 0, 0.15);
}
.shadow-header {
  -webkit-box-shadow: 0 5px 4px -1px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0 5px 4px -1px rgba(0, 0, 0, 0.11);
  box-shadow: 0 5px 4px -1px rgba(0, 0, 0, 0.11);
}
.styled-list-two {
  position: relative;
  margin-bottom: 20px;
  margin-left: 10px;
}
.styled-list-two li {
  position: relative;
  line-height: 24px;
  margin-bottom: 7px;
  padding-left: 22px;
  font-size: 15px;
}
.styled-list-two li:before {
  content: "-";
  left: 0;
  top: 0;
  line-height: 24px;
  color: #c0293f;
  position: absolute;
}
input[type="checkbox"] {
  display: none;
}
input[type="checkbox"] + label {
  position: relative;
  padding-left: 35px;
  color: #333;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  z-index: 99999;
  font-style: italic;
  text-align: justify;
  font-size: 13px;
  line-height: 24px;
}
input[type="checkbox"] + label:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #333;
  position: absolute;
  left: 0;
  top: 5px;
  opacity: 0.6;
  -webkit-transition: all 0.12s, border-color 0.08s;
  transition: all 0.12s, border-color 0.08s;
}
input[type="checkbox"]:checked + label:before {
  width: 10px;
  top: 0;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.kontakt p {
  margin-bottom: 5px !important;
}
.kontakt h6 {
  margin-bottom: 5px !important;
}
#button {
  display: inline-block;
  background-color: #9c5451;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\e627";
  font-family: themify;
  font-weight: 400;
  font-style: normal;
  font-size: 1em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}
.r-l {
  text-align: right;
}
.gdpr-cookie-law {
  position: fixed;
  z-index: 1000;
  padding: 14px;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  background-color: #09a0e1;
  color: #fff;
  font-family: Arial, sans-serif;
  line-height: 1.4;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.gdpr-cookie-law--is-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}
.gdpr-cookie-law:not(.gdpr-cookie-law--sm):not(.gdpr-cookie-law--sm-fix)
  .gdpr-cookie-law__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.gdpr-cookie-law__desc {
  text-align: left;
}
.gdpr-cookie-law--sm .gdpr-cookie-law__desc,
.gdpr-cookie-law--sm-fix .gdpr-cookie-law__desc {
  text-align: center;
}
.gdpr-cookie-law__link {
  display: inline-block;
  vertical-align: inherit;
  white-space: nowrap;
  color: inherit;
  text-decoration: none;
  font-weight: 700;
  border: 1px solid transparent;
}
.gdpr-cookie-law__link:focus,
.gdpr-cookie-law__link:hover {
  text-decoration: none;
  color: inherit;
  border: 1px solid transparent;
}
.gdpr-cookie-law__btn-bar {
  margin-left: auto;
  text-align: right;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.gdpr-cookie-law--sm .gdpr-cookie-law__btn-bar,
.gdpr-cookie-law--sm-fix .gdpr-cookie-law__btn-bar {
  text-align: center;
}
.gdpr-cookie-law__btn {
  display: inline-block;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #fff;
  color: #666;
  border: 1px solid transparent;
  margin: 0;
  padding: 14px 28px;
  font-size: 14px;
  line-height: 1.5;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: color 0.25s ease-in-out,
    background-color 0.25s ease-in-out, border-color 0.25s ease-in-out,
    -webkit-box-shadow 0.25s ease-in-out;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out,
    border-color 0.25s ease-in-out, -webkit-box-shadow 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out,
    border-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out,
    border-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out,
    border-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out,
    -webkit-box-shadow 0.25s ease-in-out;
  text-transform: uppercase;
}
.gdpr-cookie-law__btn:focus,
.gdpr-cookie-law__btn:hover {
  text-decoration: none;
}
.gdpr-cookie-law__btn:hover {
  cursor: pointer;
}
.gdpr-cookie-law__btn:focus {
  outline: 0;
}
.gdpr-cookie-law__btn--accept {
  background-color: #fff;
  color: #666;
  border-radius: 5px !important;
  text-transform: none;
  font-weight: 400 !important;
  font-size: 18px !important;
}
.p-05 {
  padding: 0;
}
.testimonials {
  padding-top: 60px;
  padding-bottom: 30px;
}
.testimonials span {
  color: #9c5451;
  font-style: italic;
  font-weight: 400;
}
.shadow-effect {
  background: #fff;
  padding: 20px;
  border-radius: 4px;
  text-align: center;
  border: 1px solid #ececec;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.1), 0 15px 12px rgba(0, 0, 0, 0.02);
}
#customers-testimonials .shadow-effect p {
  font-family: inherit;
  font-size: 15px;
  line-height: 1.5;
  margin: 0 0 17px 0;
}
.testimonial-name {
  margin: -17px auto 0;
  display: table;
  width: auto;
  background: #3190e7;
  padding: 9px 35px;
  border-radius: 12px;
  text-align: center;
  color: #fff;
  box-shadow: 0 9px 18px rgba(0, 0, 0, 0.12), 0 5px 7px rgba(0, 0, 0, 0.05);
}
#customers-testimonials .item {
  text-align: center;
  padding: 0;
  margin-bottom: 80px;
  opacity: 0.6;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#customers-testimonials .owl-item.active.center .item {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
  max-width: 160px;
  margin: 0 auto 17px;
  border-radius: 100px;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
  background: #9c5451;
  transform: translate3d(0, -50%, 0) scale(0.7);
}
#customers-testimonials.owl-carousel .owl-dots {
  display: inline-block;
  width: 100%;
  text-align: center;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
  background: #9c5451;
  display: inline-block;
  height: 20px;
  margin: 0 2px 5px;
  transform: translate3d(0, -50%, 0) scale(0.3);
  transform-origin: 50% 50% 0;
  transition: all 250ms ease-out 0s;
  width: 20px;
}
.img-left {
  float: left;
  width: 30%;
  margin-right: 20px;
  margin-top: 5px;
}
.img-right {
  float: right;
  width: 30%;
  margin-left: 20px;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .img-left {
    float: left;
    width: 50%;
    margin-right: 20px;
  }
  .img-right {
    float: right;
    width: 50%;
    margin-left: 20px;
    margin-top: 5px;
  }
}

.lazy {
  opacity: 0;
  transition: opacity 0.3s ease-in;
}

.lazy.loaded {
  opacity: 1;
}
