@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i,900,900i");
@font-face {
  font-family: bm;
  src: url(../fonts/bpg_mrgvlovani_caps_2010.ttf)
}

@font-face {
  font-family: nm;
  src: url(../fonts/bpg_nino_mtavruli_normal.ttf)
}

@font-face {
  font-family: ba;
  src: url(../fonts/bpg_algeti.ttf)
}

@font-face {
  font-family: ba9;
  src: url(../fonts/bpg_arial_2009.ttf)
}

@font-face {
  font-family: lari;
  src: url(../fonts/lari.ttf)
}

.page-preloader {
  position: fixed;
  background: #ffffff;
  padding: 30px;
  z-index: 999999;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.page-preloader .preloader-logotype {
  margin-bottom: 45px;
  width: 100%;
  text-align: center;
}

.page-preloader .preloader-logotype img {
  max-width: 400px;
}

.page-preloader .preloader-progress {
  max-width: 400px;
  height: 6px;
  width: 100%;
  background: #f1f1f1;
  padding-left: 3px;
  padding-right: 3px;
}

.page-preloader .preloader-progress .progress-bar-preloader {
  position: relative;
  top: 2px;
  height: 2px;
  width: 0;
  background: #222222;
}


/*-------------------------------------------------------------------

==  Reset Style

-------------------------------------------------------------------*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  position: relative;
  font-size: 18px;
  font-family: ba9;
  color: #000;
  line-height: 1.714286;
}

.main-color {
  color: #b19a7d;
}

.main-bg {
  background: #b19a7d;
}

a {
  color: #b19a7d;
  transition: color .3s ease;
  cursor: pointer;
}

a:hover {
  color: #b19a7d;
  transition: color .3s ease;
  text-decoration: none;
}

.grab-enable {
  cursor: grab;
}

.regards-effect {
  position: relative;
}

.regards-effect .regard-bg {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #cccccc;
  z-index: 2;
}

.tmc-scrolling-text {
    z-index: -1;
    color: #d8d8d8;
    font-size: 130px;
    line-height: 1;
    font-weight: 700;
    font-family: 'Playfair Display';
    white-space: nowrap;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.custom-bg {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -2;
  min-height: 100vh;
}

.custom-bg:before {
  content: '';
  border: 30px solid #eeeeee;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.custom-bg:after {
  content: '';
  position: absolute;
  left: 30px;
  top: 30px;
  width: calc(100% - 60px);
  height: calc(100% - 60px);
  background: #ffffff;
  z-index: -1;
}

#main {
  position: relative;
  margin: 0 auto;
  overflow-x: hidden;
  padding: 30px;
  transition: transform 0.4s, opacity 0.4s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

#main.opened {
  opacity: 0;
  transform: scale3d(0.9, 0.9, 1);
}

.hovered-mouse-parallax {
  transition: transform .2s ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  transform-style: flat;
  will-change: transform;
}

.search-full-width .search-icon-wrapper,
.hamburger-menu--full-width .menu-icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-full-width .search-icon-wrapper:before,
.search-full-width .search-icon-wrapper:after,
.hamburger-menu--full-width .menu-icon-wrapper:before,
.hamburger-menu--full-width .menu-icon-wrapper:after {
  position: absolute;
  content: '';
  width: 16px;
  height: 2px;
  background: #b19a7d;
}

.search-full-width .search-icon-wrapper:before,
.hamburger-menu--full-width .menu-icon-wrapper:before {
  transform: rotate(-45deg);
}

.search-full-width .search-icon-wrapper:after,
.hamburger-menu--full-width .menu-icon-wrapper:after {
  transform: rotate(45deg);
}

.light-title {
  color: #b19a7d;
  font-family: bm;
  font-weight: 300;
}

.title-lite-white {
  color: #fff;
  font-family: bm;
  font-weight: 300;
}

.tabs-title {
  color: #b19a7d;
  font-family: bm;
  font-size: 32px;
  font-weight: 300;
}

.light-style-font {
  font-family: bm;
  font-weight: 300;
}

p+p {
  margin-top: 26px;
}


/* Scrollbar */

.scrollbar,
.scrollbar-two {
  margin: 55px 0 20px 0;
  height: 2px;
  background: #cccccc;
  line-height: 0;
}

.scrollbar .handle,
.scrollbar-two .handle {
  width: 100px;
  height: 100%;
  background: #b19a7d;
  cursor: pointer;
  transition: background 0.3s ease-out;
  -moz-transition: background 0.3s ease-out;
  -webkit-transition: background 0.3s ease-out;
  -o-transition: background 0.3s ease-out;
}

.scrollbar .handle:hover,
.scrollbar-two .handle:hover {
  background: #222222;
}

.scrollbar .handle.dragged,
.scrollbar-two .handle.dragged {
  background: #222222;
}

.scrollbar .handle .mousearea,
.scrollbar-two .handle .mousearea {
  position: absolute;
  top: -9px;
  left: 0;
  width: 100%;
  height: 20px;
}

img {
  max-width: 100%;
}

h1,
.h1 {
  color: #222222;
  font-size: 48px;
  margin-bottom: 20px;
}

h2,
.h2 {
  color: #222222;
  font-size: 38px;
  margin-bottom: 20px;
}

h3,
.h3 {
  color: #222222;
  font-size: 28px;
  margin-bottom: 20px;
}

h4,
.h4 {
  color: #222222;
  font-size: 32px;
  margin-bottom: 20px;
}

h5,
.h5 {
  color: #222222;
  font-size: 16px;
  margin-bottom: 20px;
}

h6,
.h6 {
  color: #222222;
  font-size: 14px;
  margin-bottom: 20px;
}

.font-style-two {
  font-family: "Playfair Display - Regular";
  font-weight: 400;
}

.gap-1 {
  height: 10px;
}

.gap-2 {
  height: 20px;
}

.gap-3 {
  height: 30px;
}

.gap-4 {
  height: 40px;
}

.gap-5 {
  height: 50px;
}

.gap-6 {
  height: 60px;
}

.gap-7 {
  height: 70px;
}

.gap-8 {
  height: 80px;
}

blockquote {
  padding: 60px 60px 0 60px;
  text-align: center;
  color: #222222;
  font-family: "Playfair Display";
  font-size: 30px;
  font-style: italic;
  position: relative;
}

blockquote a {
  margin-top: 15px;
  line-height: 1;
  font-style: normal;
  display: inline-block;
  width: 100%;
  font-family: bm;
  font-size: 14px;
  font-weight: 400;
}

blockquote a div {
  margin-top: 5px;
  font-style: normal;
  color: #777777;
  font-family: bm;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 20px;
  text-transform: uppercase;
}

blockquote:after {
  position: absolute;
  line-height: 1;
  top: 0;
  right: 50%;
  font-family: "tmc-font";
  content: '\e84b';
  color: #b19a7d;
  font-size: 30px;
  font-style: normal;
}

input {
  padding: 10px 0 !important;
  border-radius: 0 !important;
  background-color: transparent !important;
  border: none !important;
  border-bottom: 1px solid #cccccc !important;
  color: #222222 !important;
  font-size: 16px !important;
}

input:active,
input:focus,
select:active,
select:focus {
  box-shadow: none !important;
  outline: none !important;
}

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

textarea {
  padding: 10px 0 !important;
  border-radius: 0 !important;
  background-color: transparent !important;
  border: none !important;
  border-bottom: 1px solid #cccccc !important;
  color: #222222 !important;
  resize: none !important;
  font-size: 16px !important;
}

textarea:active,
textarea:focus {
  box-shadow: none !important;
  outline: none !important;
}

textarea::placeholder {
  color: inherit !important;
  font-size: inherit !important;
}

.button-style-standard {
    cursor: pointer;
    overflow: hidden;
    position: relative;
    display: inline-block;
    line-height: 1;
    padding: 17px 40px 15px 40px;
    box-shadow: 0 10px 20px rgba(4, 4, 4, 0.2);
    color: #ffffff;
    font-family: bm;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
}

.button-style-standard:before {
  background: #222222;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.button-style-standard:after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 140%;
  left: -20%;
  background: #b19a7d;
  background-image: linear-gradient(-225deg, #f7d7ac 0%, #a38b6d 100%);
  z-index: 1;
  transform-origin: 0 50%;
  transform: skew(-35deg) scaleX(0);
  transition: transform .6s ease;
}

.button-style-standard span {
  position: relative;
  z-index: 2;
  color: #fff;
}

.button-style-standard:hover:after {
  transform: skew(-35deg) scaleX(1);
}

.animatedFilter {
  animation: filterAnimated .4s ease;
}

@keyframes filterAnimated {
  from {
    transform: translateX(10%);
  }
  to {
    transform: translateX(0);
  }
}

.decor-line {
  display: inline-block;
  width: 100px;
  height: 2px;
  background-color: #222222;
}

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

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}


/*-------------------------------------------------------------------

==  Header

-------------------------------------------------------------------*/

header.tmt-header {
  padding-top: 80px;
  padding-bottom: 60px;
}

header.tmt-header .row {
  align-items: center;
}

header.tmt-header .row .col-2 .logo_wrapper {
  margin-top: 0px;
}

.header-icons {
    margin-top: -2px;
}

.tmt-icon-menu ul {
  list-style: none;
  margin-bottom: 0px;
}
.tmt-icon-menu ul li a {
    color: #000000;
    font-family: bm;
    font-size: 16px;
    text-decoration: none;
    transition: .3s ease;
}

header.tmt-header .row .col-10 .nav-menu {
  flex-grow: 1;
  align-items: center;
  display: flex;
}

header.tmt-header .row .tmt-icon-menu {
  flex-grow: 0;
  display: flex;
  align-items: center;
  float: right;
}
header.tmt-header .row .col-9 .tmt-icon-menu {
    flex-grow: 0;
    display: flex;
    align-items: center;
    float: right;
}
header.tmt-header .row .tmt-icon-menu .header-icon-wrapper {
  margin-right: 20px;
  width: 45px;
  height: 45px;
  justify-content: center;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  border-radius: 50%;
}

header.tmt-header .row .tmt-icon-menu .header-icon-wrapper:last-child {
  margin-right: 0;
}

.menu-icon-wrapper {
  display: none !important;
}

.menu-icon-wrapper .menu-icon {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 2px;
  left: -2px;
  background: #222222;
}

.menu-icon-wrapper .menu-icon:before {
  position: absolute;
  top: -5px;
  content: '';
  display: inline-block;
  width: 16px;
  height: 2px;
  background: #222222;
}

.menu-icon-wrapper .menu-icon:after {
  position: absolute;
  bottom: -5px;
  content: '';
  display: inline-block;
  width: 13px;
  height: 2px;
  background: #222222;
}

.search-icon-wrapper .search-icon {
  width: 2px;
  height: 6px;
  display: inline-block;
  background: #222222;
  transform: rotate(-45deg);
  position: relative;
  bottom: -6px;
  left: 14%;
}

.search-icon-wrapper .search-icon:after {
  position: absolute;
  top: -14px;
  left: -6px;
  content: '';
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 2px solid #222222;
  display: inline-block;
}


/*-------------------------------------------------------------------

==  Menu

-------------------------------------------------------------------*/

.tmt-mega-menu ul {
  text-align: right;
  margin-bottom: 0;
}

.tmt-mega-menu ul>li:not(.mega-menu-item) .sub-nav .sub-menu li a i {
  margin-right: 10px;
}

.tmt-mega-menu ul>li:not(.mega-menu-item) .sub-nav .sub-menu .double-sub-menu {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border: 1px solid #eaeaeb;
  padding: 15px 0;
  background: #2a2a2a;
  transition: .3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: -16px;
  left: 100%;
  margin-left: 5px;
  transform: translateX(-30px);
}

.tmt-mega-menu ul>li:not(.mega-menu-item) .sub-nav .sub-menu .double-sub-menu.sub-nav-left {
  z-index: 1001;
  left: auto;
  margin-right: 5px;
  right: 100%;
  transform: translateX(30px);
}

.tmt-mega-menu ul>li:not(.mega-menu-item) .sub-nav li.has-submenu:hover>.double-sub-menu {
  transition: .3s ease-in-out;
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
}

.tmt-mega-menu ul li.menu-item-depth-0:first-child a {
  padding-left: 0px;
}
.tmt-icon-menu .tmt-mega-menu ul {
  margin-right: 50px;
}
.full-menu ul {
  text-align: right;
  margin-top: 30px;
}
.tmt-mega-menu ul li.menu-item-depth-0>a {
  padding: 0 8px;
}

.tmt-mega-menu ul li.menu-item-depth-0:last-child a {
  padding-right: 0 !important;
}

.tmt-mega-menu ul li {
  position: relative;
  display: inline-block;
}

.tmt-mega-menu ul li a {
  transition: .3s ease-in-out;
  position: relative;
  white-space: nowrap;
}

.tmt-mega-menu ul li a i {
  margin-right: 5px;
}

.tmt-mega-menu ul li a:hover {
  transition: .3s ease-in-out;
}

.tmt-mega-menu ul li.has-submenu .sub-nav {
  z-index: 999;
  display: flex;
  position: absolute;
  width: inherit;
  left: 0;
  top: 45px;
  visibility: hidden;
  opacity: 0;
  transform: translateY(30px);
  transition: .3s ease-in-out;
}

.tmt-mega-menu ul li.has-submenu .sub-nav.open {
  transition: .3s ease-in-out;
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.tmt-mega-menu ul li.has-submenu .sub-nav>.sub-menu {
  text-align: left;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  padding: 0;
  background: #ffffff;
}

.tmt-mega-menu ul li.has-submenu .sub-nav>.sub-menu li {
  display: block;
}

.tmt-mega-menu ul li.has-submenu .sub-nav>.sub-menu li a {
  padding: 0 60px 10px 25px;
  width: 100%;
  min-width: 150px;
  display: block;
  position: relative;
  text-transform: none;
  border-bottom: none;
}

.tmt-mega-menu ul>li.mega-menu-item .sub-nav>ul>li {
  display: block;
}

.tmt-mega-menu ul>li.mega-menu-item .sub-nav>ul>li>ul li {
  display: block;
}

.tmt-mega-menu ul>li.mega-menu-item .sub-nav>ul.max-columns-1>li {
  display: block;
}

.tmt-mega-menu ul>li.mega-menu-item .sub-nav>ul.max-columns-2>li {
  display: inline-block;
  float: left;
}

.tmt-mega-menu ul>li.mega-menu-item .sub-nav>ul.max-columns-2>li:nth-child(3n) {
  clear: left;
}

.tmt-mega-menu ul>li.mega-menu-item .sub-nav>ul.max-columns-3>li {
  display: inline-block;
  float: left;
}

.tmt-mega-menu ul>li.mega-menu-item .sub-nav>ul.max-columns-3>li:nth-child(4n) {
  clear: left;
}

.tmt-mega-menu ul>li.mega-menu-item .sub-nav>ul.max-columns-4>li {
  display: inline-block;
  float: left;
}

.tmt-mega-menu ul>li.mega-menu-item .sub-nav>ul.max-columns-4>li:nth-child(5n) {
  clear: left;
}

.tmt-mega-menu ul>li.mega-menu-item .sub-nav>ul.max-columns-5>li {
  display: inline-block;
  float: left;
}

.tmt-mega-menu ul>li.mega-menu-item .sub-nav>ul.max-columns-5>li:nth-child(6n) {
  clear: left;
}

.tmt-mega-menu ul>li.sub-menu-full-width {
  position: inherit;
}

.tmt-mega-menu ul>li.sub-menu-full-width .sub-nav {
  width: 100%;
  top: calc(100% - 10px);
}

.tmt-mega-menu ul>li.sub-menu-full-width .sub-nav>.sub-menu {
  width: 100%;
  padding: 15px;
}

.tmt-mega-menu ul>li.sub-menu-full-width .sub-nav>.sub-menu>li {
  padding-left: 15px;
  padding-right: 15px;
}

.tmt-mega-menu ul>li.sub-menu-full-width .sub-nav>.sub-menu>li a {
  padding-left: 0;
  padding-right: 0;
}

.tmt-mega-menu ul>li.sub-menu-full-width .sub-nav>.sub-menu.max-columns-1>li {
  display: block;
  width: 100%;
}

.tmt-mega-menu ul>li.sub-menu-full-width .sub-nav>.sub-menu.max-columns-1>li a {
  white-space: normal;
}

.tmt-mega-menu ul>li.sub-menu-full-width .sub-nav>.sub-menu.max-columns-2>li {
  display: block;
  width: 50%;
}

.tmt-mega-menu ul>li.sub-menu-full-width .sub-nav>.sub-menu.max-columns-2>li a {
  white-space: normal;
}

.tmt-mega-menu ul>li.sub-menu-full-width .sub-nav>.sub-menu.max-columns-3>li {
  display: block;
  width: 33.3333333%;
}

.tmt-mega-menu ul>li.sub-menu-full-width .sub-nav>.sub-menu.max-columns-3>li a {
  white-space: normal;
}

.tmt-mega-menu ul>li.sub-menu-full-width .sub-nav>.sub-menu.max-columns-4>li {
  display: block;
  width: 25%;
}

.tmt-mega-menu ul>li.sub-menu-full-width .sub-nav>.sub-menu.max-columns-4>li a {
  white-space: normal;
}

.tmt-mega-menu ul>li.sub-menu-full-width .sub-nav>.sub-menu.max-columns-5>li {
  display: block;
  width: 20%;
}

.tmt-mega-menu ul>li.sub-menu-full-width .sub-nav>.sub-menu.max-columns-5>li a {
  white-space: normal;
}

.tmt-mega-menu ul>li.sub-menu-full-width .sub-nav>.sub-menu>.sub-menu>li {
  padding: 0;
}

.tmt-mega-menu li.menu-item-depth-0>a {
    font: 14px bm;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0 10px;
}

.tmt-mega-menu ul li.has-submenu .sub-nav>.sub-menu li {
  transition: transform .5s ease;
}

.tmt-mega-menu ul li.has-submenu .sub-nav>.sub-menu li.active,
.tmt-mega-menu ul li.has-submenu .sub-nav>.sub-menu li:hover {
  transition: transform .5s ease;
  background: #f3f3f3;
}

.tmt-mega-menu ul li.has-submenu .sub-nav>.sub-menu li a {
    color: #000000;
    font-size: 15px;
    text-transform: uppercase;
    padding: 8px 40px 8px 25px;
    transition: transform .3s ease;
}

.tmt-mega-menu ul li.has-submenu .sub-nav>.sub-menu li a:hover {
  transition: transform .3s ease;
  transform: translateX(6px);
}

.tmt-mega-menu ul li a {
  color: #000000;
  text-decoration: none;
  transition: .3s ease;
}

.tmt-mega-menu>ul>li>a {
  transition: .3s ease;
}

.tmt-mega-menu>ul>li.active a,
.tmt-mega-menu>ul>li>a:hover {
  color: #b19a7d;
  transition: .3s ease;
}


/*-------------------------------------------------------------------

==  Home Page

-------------------------------------------------------------------*/

.home-slider-1 {
  overflow: visible;
  z-index: 99;
}

.home-slider-1 .swiper-slide {
  padding: 30px 30px;
}

.home-slider-1 .swiper-slide .img {
  object-fit: cover;
  object-position: center;
  transform: scaleX(1);
  user-select: none;
  pointer-events: none;
  overflow: hidden;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.5);
}

.home-slider-1 .swiper-slide .img img {
  width: 100%;
  filter: blur(3px) grayscale(1);
  opacity: 0.6;
  transform: scale(1.1);
}

.home-slider-1 .swiper-slide.swiper-slide-active .img img {
  width: 100%;
  filter: blur(0px) grayscale(0);
  opacity: 1;
  transform: scale(1);
}

.home-slider-1 .swiper-slide .caption {
  z-index: 3;
  transition: opacity .3s ease;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 35px;
  background: rgba(34, 34, 34, 0.95);
  width: 300px;
  padding: 40px 45px;
  box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.3);
}

.home-slider-1 .swiper-slide .caption .category {
  font-size: 10px;
  color: #b19a7d;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

.home-slider-1 .swiper-slide .caption .title {
  padding-top: 15px;
}

.home-slider-1 .swiper-slide .caption .title a {
  font-family: 'Playfair Display';
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
}

.home-slider-1 .swiper-slide .post-info {
  padding-top: 40px;
  text-align: right;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  display: flex;
  align-items: flex-end;
  position: absolute;
  top: 0;
  height: 100%;
  right: 0;
  text-transform: uppercase;
  line-height: 1.875vw;
  z-index: 3;
  opacity: 1;
  overflow: hidden;
  transition: opacity .5s ease;
  color: #777777;
  font-size: 10px;
  letter-spacing: 0.15em;
}

.home-slider-1 .swiper-slide.swiper-slide-active .caption {
  visibility: visible;
  opacity: 1;
  transition: opacity .4s ease;
}

.home-slider-1 .swiper-pagination {
  position: absolute;
  padding: 0;
  width: 60px;
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
  font-size: 12px;
  color: #777777;
  font-weight: 500;
}

.home-slider-1 .swiper-pagination .swiper-pagination-current {
  display: block;
  padding: 5px 3px;
  position: relative;
}

.home-slider-1 .swiper-pagination .swiper-pagination-current:after {
  content: '';
  bottom: -1px;
  position: absolute;
  width: 20px;
  height: 2px;
  background: #777777;
  left: 50%;
  transform: translateX(-50%);
}

.home-slider-1 .swiper-pagination .swiper-pagination-total {
  display: block;
  padding: 5px 3px;
}

.home-slider-1 .swiper-button-prev {
  left: auto;
  top: auto;
  right: 60px;
  bottom: 35px;
}

.home-slider-1 .swiper-button-prev:before {
  content: "\f104";
}

.home-slider-1 .swiper-button-next {
  left: auto;
  top: auto;
  right: 15px;
  bottom: 35px;
}

.home-slider-1 .swiper-button-next:before {
  content: "\f105";
}

.home-slider-1 .swiper-button-next,
.home-slider-1 .swiper-button-prev {
  display: inline-block;
  width: 45px;
  height: 45px;
  box-shadow: 0 10px 20px rgba(4, 4, 4, 0.2);
  background: transparent;
  margin-top: 0;
  position: absolute;
  transition: .3s ease;
}

.home-slider-1 .swiper-button-next:after,
.home-slider-1 .swiper-button-prev:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 1;
}

.home-slider-1 .swiper-button-next:before,
.home-slider-1 .swiper-button-prev:before {
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font: normal normal normal 14px/1 FontAwesome;
  color: #222222;
}

.home-slider-1 .swiper-button-next:hover,
.home-slider-1 .swiper-button-prev:hover {
  transition: .3s ease;
  opacity: .6;
}

.home-slider-2 {
  overflow: visible;
  z-index: 99;
}

.home-slider-2 .swiper-slide {
  padding: 0 60px 0 360px;
}

.home-slider-2 .swiper-slide .img {
  object-fit: cover;
  object-position: center;
  transform: scaleX(1);
  user-select: none;
  pointer-events: none;
  overflow: hidden;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.5);
}

.home-slider-2 .swiper-slide .img img {
  width: 100%;
}

.home-slider-2 .swiper-slide .caption {
  transition: opacity .3s ease;
  visibility: hidden;
  opacity: 0;
  z-index: 3;
  position: absolute;
  left: 0;
  top: 0;
  width: 300px;
  height: 200px;
  padding: 0;
}

.home-slider-2 .swiper-slide .caption .title {
  padding-bottom: 40px;
  padding-top: 50px;
  position: relative;
}

.home-slider-2 .swiper-slide .caption .title a {
  font-size: 48px;
  color: #222222;
  font-family: 'Playfair Display';
  line-height: 1;
  position: relative;
}

.home-slider-2 .swiper-slide .caption .title:after {
  transform: scaleX(0);
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  height: 2px;
  width: 100px;
  display: inline-block;
  background: #222222;
  transform-origin: left;
  transition: transform .3s ease .3s;
}

.home-slider-2 .swiper-slide .post-info {
  text-align: right;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  display: flex;
  align-items: flex-end;
  position: absolute;
  top: 0;
  height: 100%;
  right: 0;
  text-transform: uppercase;
  line-height: 1.875vw;
  z-index: 3;
  opacity: 1;
  overflow: hidden;
  transition: opacity .5s ease;
  color: #777777;
  font-size: 10px;
  letter-spacing: 0.15em;
}

.home-slider-2 .swiper-slide .btn-to-project {
  transition: opacity .3s ease;
  visibility: hidden;
  opacity: 0;
  z-index: 3;
  position: absolute;
  left: 0;
  bottom: 48px;
}

.home-slider-2 .swiper-slide .btn-to-project .read-more-btn {
  display: inline-block;
  overflow: hidden;
  padding: 17px 30px;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  box-shadow: 0 20px 20px rgba(4, 4, 4, 0.2);
  transition: height .3s ease, line-height .3s ease, margin .3s ease;
  position: relative;
  z-index: 1;
}

.home-slider-2 .swiper-slide .btn-to-project .read-more-btn span {
  position: relative;
  z-index: 2;
}

.home-slider-2 .swiper-slide .btn-to-project .read-more-btn:after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 140%;
  left: -20%;
  background: #b19a7d;
  z-index: 1;
  transform-origin: 0 50%;
  transform: skew(-35deg) scaleX(0);
  transition: transform .6s ease;
}

.home-slider-2 .swiper-slide .btn-to-project .read-more-btn:before {
  background: #222222;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.home-slider-2 .swiper-slide .btn-to-project .read-more-btn:hover:after {
  transform: skew(-35deg) scaleX(1);
}

.home-slider-2 .swiper-slide.swiper-slide-active .caption {
  visibility: visible;
  opacity: 1;
  transition: opacity .4s ease;
}

.home-slider-2 .swiper-slide.swiper-slide-active .caption .title:after {
  transform: scaleX(1);
}

.home-slider-2 .swiper-slide.swiper-slide-active .btn-to-project {
  visibility: visible;
  opacity: 1;
  transition: opacity .4s ease;
}

.home-slider-2 .swiper-button-prev {
  top: auto;
  left: 315px;
  right: auto;
  bottom: 55px;
}

.home-slider-2 .swiper-button-prev:before {
  content: "\f104";
}

.home-slider-2 .swiper-button-next {
  top: auto;
  left: 360px;
  right: auto;
  bottom: 55px;
}

.home-slider-2 .swiper-button-next:before {
  content: "\f105";
}

.home-slider-2 .swiper-button-next,
.home-slider-2 .swiper-button-prev {
  display: inline-block;
  width: 45px;
  height: 45px;
  box-shadow: 0 10px 20px rgba(4, 4, 4, 0.2);
  background: transparent;
  margin-top: 0;
  position: absolute;
  transition: .3s ease;
}

.home-slider-2 .swiper-button-next:after,
.home-slider-2 .swiper-button-prev:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 1;
}

.home-slider-2 .swiper-button-next:before,
.home-slider-2 .swiper-button-prev:before {
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font: normal normal normal 14px/1 FontAwesome;
  color: #222222;
}

.home-slider-2 .swiper-button-next:hover,
.home-slider-2 .swiper-button-prev:hover {
  transition: .3s ease;
  opacity: .6;
}

.home-wrapper {
  position: relative;
}

.home-wrapper .bg-text {
  top: 150px;
  width: 100%;
}


/*-------------------------------------------------------------------

==  Blog

-------------------------------------------------------------------*/

.blog-post-top-content {
  margin-bottom: 35px;
  position: relative;
}

.blog-post-top-content .row {
  align-items: center;
}

.blog-post-top-content .ic-rss i {
  margin-right: 14px;
  color: #b19a7d;
}

.blog-post-top-content .ic-rss a {
  color: #777777;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

.blog-post-top-content .header-section {
  display: flex;
}

.blog-post-top-content .header-section .title {
  flex-grow: 1;
  color: #222222;
  font-family: bm;
  font-size: 30px;
  font-weight: 300;
}

.blog-post-top-content .header-section .category-dropdown {
  flex-grow: 0;
}

.blog-post-container .sky-scroll {
  overflow: visible !important;
}

.blog-post-container .sky-scroll>ul {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  display: block;
  white-space: nowrap;
}

.blog-post-container .blog-post {
  display: inline-block;
  margin-right: 40px;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.5);
}

.blog-post-container .blog-post:last-child {
  margin-right: 0;
}

.blog-post-container .blog-post.hidden {
  display: none;
}

.blog-post-container .blog-post .image-post-holder {
  position: relative;
}

.blog-post-container .blog-post .image-post-holder .category {
  position: absolute;
  top: 30px;
  left: 20px;
}

.blog-post-container .blog-post .image-post-holder .category ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.blog-post-container .blog-post .image-post-holder .category ul li {
  display: inline-block;
}

.blog-post-container .blog-post .image-post-holder .category ul li a {
  line-height: 1;
  color: #ffffff;
  font-family: bm;
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: rgba(0, 0, 0, 0.5);
  padding: 8px 15px;
}

.blog-post-container .blog-post .caption {
  position: relative;
  background: #fff;
  padding: 30px 40px;
  padding-right: 85px;
  transition: .3s ease-in-out;
}

.blog-post-container .blog-post .caption .title {
  color: #222222;
  font-family: bm;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.blog-post-container .blog-post .caption .title a {
  transition: .3s ease;
  color: inherit;
}

.blog-post-container .blog-post .caption .date {
  transition: .3s ease;
  color: #999999;
  font-family: bm;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.blog-post-container .blog-post .caption .button-post {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}

.blog-post-container .blog-post .caption .button-post a {
  transition: .3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  text-align: center;
  font-size: 16px;
  color: #a7a7a7;
  border: 1px solid #dedede;
  width: 40px;
  height: 40px;
}

.blog-post-container .blog-post:hover .caption {
  background: #b19a7d;
  transition: .3s ease-in-out;
}

.blog-post-container .blog-post:hover .caption .title {
  color: #fff;
}

.blog-post-container .blog-post:hover .caption .title a {
  transition: .3s ease;
}

.blog-post-container .blog-post:hover .caption .date {
  color: #fff;
  transition: .3s ease;
}

.blog-post-container .blog-post:hover .caption .button-post a {
  transition: .3s ease;
  color: #fff;
}


/*-------------------------------------------------------------------

==  Blog Single

-------------------------------------------------------------------*/

.blog-single-wrapper {
  position: relative;
  padding-bottom: 80px;
}

.blog-single-wrapper .tmc-scrolling-text {
  margin-top: -40px;
  align-items: start !important;
  justify-content: center !important;
}

.blog-single-wrapper .top-blog-content {
  padding-top: 110px;
  padding-bottom: 60px;
}

.blog-single-wrapper .top-blog-content .btn-content {
  display: flex;
}

.blog-single-wrapper .top-blog-content .btn-content .btn-left,
.blog-single-wrapper .top-blog-content .btn-content .btn-right {
  width: 50%;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}

.blog-single-wrapper .top-blog-content .btn-content .btn-left a,
.blog-single-wrapper .top-blog-content .btn-content .btn-right a {
  transition: .3s ease;
}

.blog-single-wrapper .top-blog-content .btn-content .btn-left a:hover,
.blog-single-wrapper .top-blog-content .btn-content .btn-right a:hover {
  color: #222222;
  transition: .3s ease;
}

.blog-single-wrapper .top-blog-content .btn-content .btn-right {
  text-align: right;
}

.blog-single-wrapper .top-blog-content .category-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.blog-single-wrapper .top-blog-content .category-wrapper ul li {
  display: inline-flex;
  overflow: hidden;
}

.blog-single-wrapper .top-blog-content .category-wrapper ul li a {
  display: inline-block;
  line-height: 1;
  padding: 10px 20px;
  box-shadow: 0 10px 20px rgba(4, 4, 4, 0.2);
  color: #ffffff;
  font-family: bm;
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.blog-single-wrapper .top-blog-content .category-wrapper ul li a:before {
  background: #222222;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.blog-single-wrapper .top-blog-content .category-wrapper ul li a:after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 140%;
  left: -20%;
  background: #b19a7d;
  z-index: 1;
  transform-origin: 0 50%;
  transform: skew(-35deg) scaleX(0);
  transition: transform .6s ease;
}

.blog-single-wrapper .top-blog-content .category-wrapper ul li a span {
  position: relative;
  z-index: 2;
}

.blog-single-wrapper .top-blog-content .category-wrapper ul li a:hover:after {
  transform: skew(-35deg) scaleX(1);
}

.blog-single-wrapper .top-blog-content .blog-title {
  font-family: 'Playfair Display';
  font-size: 60px;
  line-height: 1.2;
  font-weight: 400;
  color: #222222;
  text-align: center;
  text-transform: none;
  padding-top: 60px;
  padding-bottom: 70px;
}

.blog-single-wrapper .top-blog-content .blog-post-date {
  text-align: center;
  color: #777777;
  font-family: bm;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 2.2px;
  text-transform: uppercase;
}

.blog-single-wrapper .blog-post-content {
  margin-top: 45px;
}

.blog-single-wrapper .blog-post-content h2 {
  font-size: 24px;
  line-height: 40px;
  margin-bottom: 35px;
}

.blog-single-wrapper .blog-bottom-info {
  display: flex;
  align-items: center;
  margin-top: 40px;
}

.blog-single-wrapper .blog-bottom-info .bottom-left-info {
  flex-grow: 1;
}

.blog-single-wrapper .blog-bottom-info .bottom-left-info .tags-title {
  color: #222222;
  font-family: bm;
  font-size: 12px;
  font-weight: 400;
  line-height: 45px;
  text-transform: uppercase;
  letter-spacing: 2.4px;
  margin-right: 20px;
}

.blog-single-wrapper .blog-bottom-info .bottom-left-info ul {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}

.blog-single-wrapper .blog-bottom-info .bottom-left-info ul li {
  display: inline-block;
  margin-right: 10px;
}

.blog-single-wrapper .blog-bottom-info .bottom-left-info ul li:last-child {
  margin-right: 0;
}

.blog-single-wrapper .blog-bottom-info .bottom-left-info ul li a {
  border: 1px solid #777777;
  border-radius: 20px;
  color: #777777;
  font-family: bm;
  font-size: 11px;
  font-weight: 400;
  padding: 9px 12px;
  line-height: 1;
  transition: .3s ease;
}

.blog-single-wrapper .blog-bottom-info .bottom-left-info ul li a:hover {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.5);
  transition: .3s ease;
  background: #b19a7d;
  border-color: #b19a7d;
  color: #fff;
}

.blog-single-wrapper .blog-bottom-info .bottom-right-info {
  flex-grow: 1;
  text-align: right;
}

.blog-single-wrapper .blog-bottom-info .bottom-right-info .likes {
  cursor: pointer;
  margin-right: 50px;
}

.blog-single-wrapper .blog-bottom-info .bottom-right-info .likes i {
  margin-right: 15px;
  color: #b19a7d;
}

.blog-single-wrapper .blog-bottom-info .bottom-right-info .likes .count {
  color: #222222;
  font-family: bm;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}

.blog-single-wrapper .blog-bottom-info .bottom-right-info .likes.liked i:before {
  content: "";
}

.blog-single-wrapper .blog-bottom-info .bottom-right-info .share {
  cursor: pointer;
}

.blog-single-wrapper .blog-bottom-info .bottom-right-info .share i {
  margin-right: 15px;
  color: #b19a7d;
}

.blog-single-wrapper .blog-bottom-info .bottom-right-info .share .count {
  color: #222222;
  font-family: bm;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}

.post-content .photo-info {
  border-top: 1px solid #cccccc;
}

.post-content .photo-info i {
  font-size: 14px;
}

.post-content .photo-info h6 {
  font-size: 13px;
  margin-top: 10px;
  margin-bottom: 15px;
}

.post-content .photo-info .content {
  color: #777777;
  font-family: bm;
  font-size: 12px;
  font-weight: 300;
}

.post-content .column-title {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.post-content .font-style-two {
  margin-bottom: 20px;
}

.post-content ul.list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.post-content ul.list>li {
  position: relative;
  line-height: 1.2;
  padding-top: 25px;
  padding-left: 30px;
}

.post-content ul.list>li:after {
  left: 0;
  top: 29px;
  position: absolute;
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #b19a7d;
}

.post-content ul>li>ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.post-content ul>li>ul>li {
  position: relative;
  line-height: 1.2;
  padding-top: 25px;
  padding-left: 30px;
}

.post-content ul>li>ul>li:after {
  left: 0;
  top: 29px;
  position: absolute;
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #7b7d7f;
}

.bottom-blog-content {
  margin-top: 70px;
}

.bottom-blog-content .container>.row {
  padding-top: 70px;
  border-top: 1px solid #cccccc;
}

.bottom-blog-content .tmc-comments .comment-title {
  margin-bottom: 50px;
  font-weight: 300;
}

.bottom-blog-content .tmc-comments .comments-list .tmc-comment {
  border-bottom: 1px dotted rgba(68, 68, 68, 0.65);
  padding-bottom: 35px;
  margin-bottom: 35px;
}

.bottom-blog-content .tmc-comments .comments-list .tmc-comment .comment-container {
  display: flex;
}

.bottom-blog-content .tmc-comments .comments-list .tmc-comment .comment-container .comment-avatar {
  flex-grow: 0;
}

.bottom-blog-content .tmc-comments .comments-list .tmc-comment .comment-container .comment-avatar img {
  min-width: 60px;
}

.bottom-blog-content .tmc-comments .comments-list .tmc-comment .comment-container .comment-meta {
  flex-grow: 1;
  padding-left: 30px;
}

.bottom-blog-content .tmc-comments .comments-list .tmc-comment .comment-container .comment-meta .comments--reply-wrapper {
  line-height: 1;
  margin-bottom: 20px;
}

.bottom-blog-content .tmc-comments .comments-list .tmc-comment .comment-container .comment-meta .comments--reply-wrapper .comment-author-name {
  font-size: 14px;
}

.bottom-blog-content .tmc-comments .comments-list .tmc-comment .comment-container .comment-meta .comments--reply-wrapper .comment--time {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-left: 35px;
}

.bottom-blog-content .tmc-comments .comments-list .tmc-comment .comment-container .comment-meta .comment-moderation {
  font-weight: 300;
}

.bottom-blog-content .tmc-comments .title-form-comments {
  margin-bottom: 30px;
  font-weight: 300;
}

.bottom-blog-content .tmc-comments .tmc-comment-form .textarea-div label {
  top: -7px;
}

.bottom-blog-content .tmc-comments .tmc-comment-form .textarea-div textarea {
  width: 100%;
  min-height: 90px;
}

.bottom-blog-content .tmc-comments .tmc-comment-form .comment-from-group {
  position: relative;
}

.bottom-blog-content .tmc-comments .tmc-comment-form .comment-from-group label {
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 12px;
}

.bottom-blog-content .tmc-comments .tmc-comment-form .comment-from-group label span {
  display: block;
  transition: .3s ease .3s;
  transform: translateX(0);
}

.bottom-blog-content .tmc-comments .tmc-comment-form .comment-from-group label:after {
  content: '';
  width: 0;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #b19a7d;
}

.bottom-blog-content .tmc-comments .tmc-comment-form .comment-from-group.input--filled label span {
  font-size: 10px;
  transform: translateY(-12px);
  transition: .3s ease .1s;
}

.bottom-blog-content .tmc-comments .tmc-comment-form .comment-from-group.input--filled label:after {
  width: 100%;
  transition: .3s ease;
}

.blog-single-pagination {
  box-shadow: inset 0 10px 20px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  padding-top: 54px;
  padding-bottom: 35px;
}

.blog-single-pagination .blog-single-pagination-wrapper {
  display: flex;
  align-items: stretch;
}

.blog-single-pagination .blog-single-pagination-wrapper .pagination-blog {
  flex-grow: 1;
}

.blog-single-pagination .blog-single-pagination-wrapper .pagination-blog .prev-link,
.blog-single-pagination .blog-single-pagination-wrapper .pagination-blog .next-link {
  display: inline-flex;
  height: 41px;
  align-items: center;
  justify-content: center;
}

.blog-single-pagination .blog-single-pagination-wrapper .pagination-blog .prev-link:hover .pagination-info .title,
.blog-single-pagination .blog-single-pagination-wrapper .pagination-blog .next-link:hover .pagination-info .title {
  transition: .3s ease;
  color: #b19a7d;
}

.blog-single-pagination .blog-single-pagination-wrapper .pagination-blog .prev-link:hover .arrow .image-link,
.blog-single-pagination .blog-single-pagination-wrapper .pagination-blog .next-link:hover .arrow .image-link {
  opacity: 1;
  background-color: transparent;
  transform: scale(1);
  transition: transform 0.3s, opacity 0.3s, background-color 0.1s 0.2s;
}

.blog-single-pagination .blog-single-pagination-wrapper .pagination-blog .prev-link:hover .arrow .image-link img,
.blog-single-pagination .blog-single-pagination-wrapper .pagination-blog .next-link:hover .arrow .image-link img {
  transform: translateX(0);
}

.blog-single-pagination .blog-single-pagination-wrapper .pagination-blog .arrow {
  display: inline-flex;
  width: 45px;
  height: 45px;
  align-items: center;
  justify-content: center;
  position: relative;
}

.blog-single-pagination .blog-single-pagination-wrapper .pagination-blog .arrow i {
  font-size: 25px;
}

.blog-single-pagination .blog-single-pagination-wrapper .pagination-blog .arrow .image-link {
  overflow: hidden;
  border-radius: 50%;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0.7);
  opacity: 0;
  transition: transform 0.3s, opacity 0.3s, background-color 0.1s 0s;
}

.blog-single-pagination .blog-single-pagination-wrapper .pagination-blog .arrow .image-link img {
  transform: translateX(100%);
  max-width: 100%;
  transition: transform 0.3s;
}

.blog-single-pagination .blog-single-pagination-wrapper .pagination-blog.blog-right-post {
  text-align: right;
}

.blog-single-pagination .blog-single-pagination-wrapper .pagination-blog.blog-right-post .arrow {
  margin-left: 30px;
}

.blog-single-pagination .blog-single-pagination-wrapper .pagination-blog.blog-left-post .arrow {
  margin-right: 30px;
}

.blog-single-pagination .blog-single-pagination-wrapper .pagination-blog.blog-left-post .arrow img {
  transform: translateX(-100%);
}

.blog-single-pagination .blog-single-pagination-wrapper .pagination-blog .pagination-info .title {
  color: #222222;
  font-family: bm;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 2px;
  transition: .3s ease;
}

.blog-single-pagination .blog-single-pagination-wrapper .pagination-blog .pagination-info .date {
  color: #777777;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.blog-single-pagination .blog-single-pagination-wrapper .blog-all-post-link {
  flex-grow: 0;
  padding-left: 10px;
  padding-right: 10px;
  align-items: center;
  display: flex;
  justify-content: center;
}

.blog-single-pagination .blog-single-pagination-wrapper .blog-all-post-link .portfolio-icon {
  position: relative;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.blog-single-pagination .blog-single-pagination-wrapper .blog-all-post-link .portfolio-icon .icon-line {
  display: flex;
  align-items: center;
}

.blog-single-pagination .blog-single-pagination-wrapper .blog-all-post-link .portfolio-icon .icon-line span {
  transition: .3s ease;
  position: relative;
  display: inline-block;
  width: 3px;
  height: 3px;
  background: #b19a7d;
}

.blog-single-pagination .blog-single-pagination-wrapper .blog-all-post-link .portfolio-icon .icon-line span:before,
.blog-single-pagination .blog-single-pagination-wrapper .blog-all-post-link .portfolio-icon .icon-line span:after {
  position: absolute;
  content: '';
  width: inherit;
  height: inherit;
  background: inherit;
}

.blog-single-pagination .blog-single-pagination-wrapper .blog-all-post-link .portfolio-icon .icon-line span:before {
  left: 8px;
}

.blog-single-pagination .blog-single-pagination-wrapper .blog-all-post-link .portfolio-icon .icon-line span:after {
  right: 8px;
}

.blog-single-pagination .blog-single-pagination-wrapper .blog-all-post-link .portfolio-icon .icon-line:first-child {
  margin-bottom: 4px;
}

.blog-single-pagination .blog-single-pagination-wrapper .blog-all-post-link .portfolio-icon .icon-line:last-child {
  margin-top: 4px;
}

.blog-single-pagination .blog-single-pagination-wrapper .blog-all-post-link .portfolio-icon:hover .icon-line span {
  transition: .3s ease;
  background-color: #222222;
}


/*-------------------------------------------------------------------

==  Gallery

-------------------------------------------------------------------*/

.gallery-post-top-content {
  margin-bottom: 35px;
  position: relative;
}

.gallery-post-top-content .row {
  align-items: stretch;
}

.gallery-post-top-content .row .col-sm-2 {
  display: flex;
  align-items: center;
}

.gallery-post-top-content .row .col-sm-10 .header-section {
  align-items: center;
}

.gallery-post-top-content .gallery-style-selector .gallery-one-column {
  width: 15px;
  height: 15px;
  position: relative;
  margin-right: 30px;
  border: 2px solid #222222;
  display: inline-block;
  cursor: pointer;
  transition: .3s ease;
}

.gallery-post-top-content .gallery-style-selector .gallery-one-column:hover,
.gallery-post-top-content .gallery-style-selector .gallery-one-column.active {
  border-color: #b19a7d;
  transition: .3s ease;
}

.gallery-post-top-content .gallery-style-selector .gallery-two-column {
  cursor: pointer;
  display: inline-block;
  width: 15px;
  height: 15px;
  position: relative;
}

.gallery-post-top-content .gallery-style-selector .gallery-two-column span {
  display: inline-block;
  position: absolute;
}

.gallery-post-top-content .gallery-style-selector .gallery-two-column span:first-child {
  top: 0;
  left: 0;
  width: 100%;
}

.gallery-post-top-content .gallery-style-selector .gallery-two-column span:last-child {
  bottom: 6px;
  left: 0;
  width: 100%;
}

.gallery-post-top-content .gallery-style-selector .gallery-two-column span:before,
.gallery-post-top-content .gallery-style-selector .gallery-two-column span:after {
  transition: .3s ease;
  top: 0;
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  border: 2px solid #222222;
}

.gallery-post-top-content .gallery-style-selector .gallery-two-column span:before {
  right: 0;
}

.gallery-post-top-content .gallery-style-selector .gallery-two-column span:after {
  left: 0;
}

.gallery-post-top-content .gallery-style-selector .gallery-two-column:hover span:before,
.gallery-post-top-content .gallery-style-selector .gallery-two-column:hover span:after,
.gallery-post-top-content .gallery-style-selector .gallery-two-column.active span:before,
.gallery-post-top-content .gallery-style-selector .gallery-two-column.active span:after {
  border-color: #b19a7d;
  transition: .3s ease;
}

.gallery-post-top-content .header-section {
  display: flex;
}

.gallery-post-top-content .header-section .title {
  flex-grow: 1;
  color: #222222;
  font-family: bm;
  font-size: 30px;
  font-weight: 300;
}

.gallery-post-top-content .header-section .category-gallery {
  flex-grow: 0;
}

.gallery-post-top-content .header-section .category-gallery ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.gallery-post-top-content .header-section .category-gallery ul li {
  transition: .3s ease;
  cursor: pointer;
  display: inline-block;
  padding: 0 20px;
  color: #222222;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.3px;
}

.gallery-post-top-content .header-section .category-gallery ul li:hover,
.gallery-post-top-content .header-section .category-gallery ul li.active {
  color: #b19a7d;
  transition: .3s ease;
}

.gallery-post-top-content .header-section .category-gallery ul li:hover span:before,
.gallery-post-top-content .header-section .category-gallery ul li.active span:before {
  transition: transform .2s, -webkit-transform .2s;
  transform-origin: left;
  transform: scaleX(1);
}

.gallery-post-top-content .header-section .category-gallery ul li span {
  font-family: Roboto;
  position: relative;
  padding-bottom: 7px;
}

.gallery-post-top-content .header-section .category-gallery ul li span:before {
  background: #b19a7d;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform .2s, -webkit-transform .2s;
}

.gallery-post-container {
  transition: .7s ease;
}

.gallery-post-container .style-one-column,
.gallery-post-container .style-two-column {
  white-space: nowrap !important;
  display: none;
}

.gallery-post-container .style-one-column.active,
.gallery-post-container .style-two-column.active {
  display: block;
}

.gallery-post-container .style-one-column .sky-scroll-gallery ul,
.gallery-post-container .style-two-column .sky-scroll-gallery ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.gallery-post-container .style-one-column .sky-scroll-gallery ul li article,
.gallery-post-container .style-two-column .sky-scroll-gallery ul li article {
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.5);
}

.gallery-post-container .style-one-column .sky-scroll-gallery ul li.hide,
.gallery-post-container .style-two-column .sky-scroll-gallery ul li.hide {
  display: none;
}

.gallery-post-container .style-one-column .sky-scroll-gallery {
  margin-left: -20px;
}

.gallery-post-container .style-one-column .slider-div {
  min-width: 560px;
  margin: 0 20px;
  display: inline-block;
}

.gallery-post-container .style-two-column .sky-scroll-gallery {
  margin-left: -15px;
}

.gallery-post-container .style-two-column .slider-div {
  min-width: 260px;
  margin: 0 15px;
  display: inline-block;
}

.gallery-post-container .style-two-column .slider-div div:first-child {
  margin-bottom: 30px;
}

.gallery-post-container .sky-scroll-gallery {
  overflow: visible !important;
}

.gallery-post-container.loading {
  opacity: .7;
  transition: .7s ease;
}


/*-------------------------------------------------------------------

==  Gallery Single

-------------------------------------------------------------------*/

.gallery-single-wrapper {
  position: relative;
  padding-bottom: 80px;
}

.gallery-single-wrapper .tmc-scrolling-text {
  margin-top: -40px;
  align-items: start !important;
  justify-content: center !important;
}

.gallery-single-wrapper .top-gallery-content {
  padding-top: 110px;
  padding-bottom: 60px;
}

.gallery-single-wrapper .top-gallery-content .btn-content {
  display: flex;
}

.gallery-single-wrapper .top-gallery-content .btn-content .btn-left,
.gallery-single-wrapper .top-gallery-content .btn-content .btn-right {
  width: 50%;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}

.gallery-single-wrapper .top-gallery-content .btn-content .btn-left a,
.gallery-single-wrapper .top-gallery-content .btn-content .btn-right a {
  transition: .3s ease;
}

.gallery-single-wrapper .top-gallery-content .btn-content .btn-left a:hover,
.gallery-single-wrapper .top-gallery-content .btn-content .btn-right a:hover {
  color: #222222;
  transition: .3s ease;
}

.gallery-single-wrapper .top-gallery-content .btn-content .btn-right {
  text-align: right;
}

.gallery-single-wrapper .top-gallery-content .category-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.gallery-single-wrapper .top-gallery-content .category-wrapper ul li {
  display: inline-flex;
  overflow: hidden;
}

.gallery-single-wrapper .top-gallery-content .category-wrapper ul li a {
  display: inline-block;
  line-height: 1;
  padding: 10px 20px;
  box-shadow: 0 10px 20px rgba(4, 4, 4, 0.2);
  color: #ffffff;
  font-family: bm;
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.gallery-single-wrapper .top-gallery-content .category-wrapper ul li a:before {
  background: #222222;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.gallery-single-wrapper .top-gallery-content .category-wrapper ul li a:after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 140%;
  left: -20%;
  background: #b19a7d;
  z-index: 1;
  transform-origin: 0 50%;
  transform: skew(-35deg) scaleX(0);
  transition: transform .6s ease;
}

.gallery-single-wrapper .top-gallery-content .category-wrapper ul li a span {
  position: relative;
  z-index: 2;
}

.gallery-single-wrapper .top-gallery-content .category-wrapper ul li a:hover:after {
  transform: skew(-35deg) scaleX(1);
}

.gallery-single-wrapper .top-gallery-content .gallery-title {
  font-family: 'Playfair Display';
  font-size: 60px;
  line-height: 1.2;
  font-weight: 400;
  color: #222222;
  text-align: center;
  text-transform: none;
  padding-top: 60px;
  padding-bottom: 70px;
}

.gallery-single-wrapper .top-gallery-content .gallery-info .gallery-single-info {
  margin-bottom: 15px;
  padding: 5px 15px;
  float: left;
  display: inline-block;
  width: 25%;
  text-align: center;
  font-weight: 400;
  font-family: bm;
  border-right: 1px dashed #4a4a4a;
}

.gallery-single-wrapper .top-gallery-content .gallery-info .gallery-single-info .info-title {
  color: #222222;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 15px;
}

.gallery-single-wrapper .top-gallery-content .gallery-info .gallery-single-info .info-content {
  text-transform: uppercase;
  letter-spacing: 2.2px;
  color: #777777;
  font-size: 11px;
}

.gallery-single-wrapper .top-gallery-content .gallery-info .gallery-single-info:last-child {
  border-right: none;
}

.gallery-single-wrapper .gallery-post-content {
  margin-top: 45px;
}

.gallery-single-wrapper .gallery-post-content h2 {
  font-size: 24px;
  line-height: 40px;
  margin-bottom: 35px;
}

.gallery-single-wrapper .tmc-scrolling-text {
  text-align: center;
}

.gallery-single-wrapper .tmc-scrolling-text .bg-text {
  top: -30px;
}

.gallery-single-wrapper .single-gallery-slider {
  overflow: visible;
}

.gallery-single-wrapper .single-gallery-slider .swiper-slide img {
  max-width: 100%;
}

.gallery-single-wrapper .single-gallery-slider .swiper-pagination .swiper-pagination-bullet {
  transition: .3s ease;
}

.gallery-single-wrapper .gallery-bottom-info {
  display: flex;
  align-items: center;
  margin-top: 40px;
}

.gallery-single-wrapper .gallery-bottom-info .bottom-left-info {
  flex-grow: 1;
}

.gallery-single-wrapper .gallery-bottom-info .bottom-left-info .tags-title {
  color: #222222;
  font-family: bm;
  font-size: 12px;
  font-weight: 400;
  line-height: 45px;
  text-transform: uppercase;
  letter-spacing: 2.4px;
  margin-right: 20px;
}

.gallery-single-wrapper .gallery-bottom-info .bottom-left-info ul {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}

.gallery-single-wrapper .gallery-bottom-info .bottom-left-info ul li {
  display: inline-block;
  margin-right: 10px;
}

.gallery-single-wrapper .gallery-bottom-info .bottom-left-info ul li:last-child {
  margin-right: 0;
}

.gallery-single-wrapper .gallery-bottom-info .bottom-left-info ul li a {
  border: 1px solid #777777;
  border-radius: 20px;
  color: #777777;
  font-family: bm;
  font-size: 11px;
  font-weight: 400;
  padding: 9px 12px;
  line-height: 1;
  transition: .3s ease;
}

.gallery-single-wrapper .gallery-bottom-info .bottom-left-info ul li a:hover {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.5);
  transition: .3s ease;
  background: #b19a7d;
  border-color: #b19a7d;
  color: #fff;
}

.gallery-single-wrapper .gallery-bottom-info .bottom-right-info {
  flex-grow: 1;
  text-align: right;
}

.gallery-single-wrapper .gallery-bottom-info .bottom-right-info .likes {
  cursor: pointer;
  margin-right: 50px;
}

.gallery-single-wrapper .gallery-bottom-info .bottom-right-info .likes i {
  margin-right: 15px;
  color: #b19a7d;
}

.gallery-single-wrapper .gallery-bottom-info .bottom-right-info .likes .count {
  color: #222222;
  font-family: bm;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}

.gallery-single-wrapper .gallery-bottom-info .bottom-right-info .likes.liked i:before {
  content: "";
}

.gallery-single-wrapper .gallery-bottom-info .bottom-right-info .share {
  cursor: pointer;
}

.gallery-single-wrapper .gallery-bottom-info .bottom-right-info .share i {
  margin-right: 15px;
  color: #b19a7d;
}

.gallery-single-wrapper .gallery-bottom-info .bottom-right-info .share .count {
  color: #222222;
  font-family: bm;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}

.gallery-single-pagination {
  box-shadow: inset 0 10px 20px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  padding-top: 54px;
  padding-bottom: 35px;
}

.gallery-single-pagination .gallery-single-pagination-wrapper {
  display: flex;
  align-items: stretch;
}

.gallery-single-pagination .gallery-single-pagination-wrapper .pagination-gallery {
  flex-grow: 1;
}

.gallery-single-pagination .gallery-single-pagination-wrapper .pagination-gallery .prev-link,
.gallery-single-pagination .gallery-single-pagination-wrapper .pagination-gallery .next-link {
  display: inline-flex;
  height: 41px;
  align-items: center;
  justify-content: center;
}

.gallery-single-pagination .gallery-single-pagination-wrapper .pagination-gallery .prev-link:hover .pagination-info .title,
.gallery-single-pagination .gallery-single-pagination-wrapper .pagination-gallery .next-link:hover .pagination-info .title {
  transition: .3s ease;
  color: #b19a7d;
}

.gallery-single-pagination .gallery-single-pagination-wrapper .pagination-gallery .prev-link:hover .arrow .image-link,
.gallery-single-pagination .gallery-single-pagination-wrapper .pagination-gallery .next-link:hover .arrow .image-link {
  opacity: 1;
  background-color: transparent;
  transform: scale(1);
  transition: transform 0.3s, opacity 0.3s, background-color 0.1s 0.2s;
}

.gallery-single-pagination .gallery-single-pagination-wrapper .pagination-gallery .prev-link:hover .arrow .image-link img,
.gallery-single-pagination .gallery-single-pagination-wrapper .pagination-gallery .next-link:hover .arrow .image-link img {
  transform: translateX(0);
}

.gallery-single-pagination .gallery-single-pagination-wrapper .pagination-gallery .arrow {
  display: inline-flex;
  width: 45px;
  height: 45px;
  align-items: center;
  justify-content: center;
  position: relative;
}

.gallery-single-pagination .gallery-single-pagination-wrapper .pagination-gallery .arrow i {
  font-size: 25px;
}

.gallery-single-pagination .gallery-single-pagination-wrapper .pagination-gallery .arrow .image-link {
  overflow: hidden;
  border-radius: 50%;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0.7);
  opacity: 0;
  transition: transform 0.3s, opacity 0.3s, background-color 0.1s 0s;
}

.gallery-single-pagination .gallery-single-pagination-wrapper .pagination-gallery .arrow .image-link img {
  transform: translateX(100%);
  max-width: 100%;
  transition: transform 0.3s;
}

.gallery-single-pagination .gallery-single-pagination-wrapper .pagination-gallery.gallery-right-post {
  text-align: right;
}

.gallery-single-pagination .gallery-single-pagination-wrapper .pagination-gallery.gallery-right-post .arrow {
  margin-left: 30px;
}

.gallery-single-pagination .gallery-single-pagination-wrapper .pagination-gallery.gallery-left-post .arrow {
  margin-right: 30px;
}

.gallery-single-pagination .gallery-single-pagination-wrapper .pagination-gallery.gallery-left-post .arrow img {
  transform: translateX(-100%);
}

.gallery-single-pagination .gallery-single-pagination-wrapper .pagination-gallery .pagination-info .title {
  color: #222222;
  font-family: bm;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 2px;
  transition: .3s ease;
}

.gallery-single-pagination .gallery-single-pagination-wrapper .pagination-gallery .pagination-info .date {
  color: #777777;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.gallery-single-pagination .gallery-single-pagination-wrapper .gallery-all-post-link {
  flex-grow: 0;
  padding-left: 10px;
  padding-right: 10px;
  align-items: center;
  display: flex;
  justify-content: center;
}

.gallery-single-pagination .gallery-single-pagination-wrapper .gallery-all-post-link .portfolio-icon {
  position: relative;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.gallery-single-pagination .gallery-single-pagination-wrapper .gallery-all-post-link .portfolio-icon .icon-line {
  display: flex;
  align-items: center;
}

.gallery-single-pagination .gallery-single-pagination-wrapper .gallery-all-post-link .portfolio-icon .icon-line span {
  transition: .3s ease;
  position: relative;
  display: inline-block;
  width: 3px;
  height: 3px;
  background: #b19a7d;
}

.gallery-single-pagination .gallery-single-pagination-wrapper .gallery-all-post-link .portfolio-icon .icon-line span:before,
.gallery-single-pagination .gallery-single-pagination-wrapper .gallery-all-post-link .portfolio-icon .icon-line span:after {
  position: absolute;
  content: '';
  width: inherit;
  height: inherit;
  background: inherit;
}

.gallery-single-pagination .gallery-single-pagination-wrapper .gallery-all-post-link .portfolio-icon .icon-line span:before {
  left: 8px;
}

.gallery-single-pagination .gallery-single-pagination-wrapper .gallery-all-post-link .portfolio-icon .icon-line span:after {
  right: 8px;
}

.gallery-single-pagination .gallery-single-pagination-wrapper .gallery-all-post-link .portfolio-icon .icon-line:first-child {
  margin-bottom: 4px;
}

.gallery-single-pagination .gallery-single-pagination-wrapper .gallery-all-post-link .portfolio-icon .icon-line:last-child {
  margin-top: 4px;
}

.gallery-single-pagination .gallery-single-pagination-wrapper .gallery-all-post-link .portfolio-icon:hover .icon-line span {
  transition: .3s ease;
  background-color: #222222;
}


/*-------------------------------------------------------------------

==  About Me

-------------------------------------------------------------------*/

.about-me-bg {
  position: absolute;
  left: 0;
  top: 30px;
  right: 0;
  bottom: 0;
  height: calc(100% - 60px);
  background: url(../../images/about/about-me/about-bg.png) right bottom no-repeat;
}

.about-me-info-wrapper {
  text-align: center;
}

.about-me-info-wrapper h4 {
  color: #b19a7d;
  font-family: bm;
}
.about-me-info-wrapper h5 {
    color: #000000;
    font-family: bm;
    margin: 25px 0 15px 0;
    font-size: 28px;
}

.about-me-title {
  color: #222222;
  font-size: 36px;
  margin-bottom: 25px;
}

.about-me-content {
  color: #777777;
  font-family: bm;
  font-size: 16px;
  line-height: 36px;
  font-weight: 300;
}


/*-------------------------------------------------------------------

==  About Us

-------------------------------------------------------------------*/

.tabs-title-content {
  display: flex;
  align-items: center;
}

.tabs-title-content .tabs-title {
  flex-grow: 1;
}

.tabs-title-content .additional-content {
  flex-grow: 0;
}

.about-us-table-content #about-us-navigation ul {
  padding: 60px 0 20px 0;
  list-style: none;
  margin: 0;
}

.about-us-table-content #about-us-navigation ul li {
  transition: .3s ease;
  display: flex;
  align-items: center;
  font-size: 11px;
  color: #222222;
  position: relative;
  cursor: pointer;
  padding-left: 25px;
  margin-top: 35px;
  line-height: 1;
}

.about-us-table-content #about-us-navigation ul li:after {
  transition: .3s ease;
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
  border: 2px solid #444444;
}

.about-us-table-content #about-us-navigation ul li:hover {
  color: #b19a7d;
  transition: .3s ease;
}

.about-us-table-content #about-us-navigation ul li.active {
  color: #222222;
  transition: .3s ease;
}

.about-us-table-content #about-us-navigation ul li.active:after {
  transition: .3s ease;
  border-color: #b19a7d;
  background: #b19a7d;
}

.about-us-table-content #about-us-navigation ul li:first-child {
  margin-top: 0;
}

.about-us-table-content #about-us-content .tab-content {
  display: none;
}

.about-us-table-content #about-us-content .tab-content.active {
  min-height: 400px;
  display: block;
}

.about-us-table-content #about-us-content .tab-welcome .welcome-text-content {
  font-size: 48px;
  line-height: 60px;
  color: #222222;
  margin-bottom: 110px;
}

.about-us-table-content #about-us-content .tab-welcome .button-next-tabs {
  width: 60px;
  height: 60px;
  background: #b19a7d;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: .3s ease;
  cursor: pointer;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.21);
}

.about-us-table-content #about-us-content .tab-welcome .button-next-tabs i {
  font-size: 11px;
}

.about-us-table-content #about-us-content .tab-welcome .button-next-tabs:hover {
  background: #222222;
  color: #fff;
  transition: .3s ease;
}

.about-us-table-content #about-us-content .tab-what-we-do .we-do-title {
  font-weight: 300;
  color: #fff;
  font-size: 30px;
}

.about-us-table-content #about-us-content .tab-what-we-do .what-we-do-content {
  font-weight: 300;
  margin-bottom: 30px;
}

.about-us-table-content #about-us-content .tab-what-we-do .what-we-do-content p+p {
  margin-top: 20px !important;
}

.tmc-progress-bar {
  position: relative;
  margin-bottom: 20px;
}

.tmc-progress-bar:last-child {
  margin-bottom: 0;
}

.tmc-progress-bar .progress-title {
  text-transform: uppercase;
  color: #222222;
  font-size: 10px;
  letter-spacing: 2px;
}

.tmc-progress-bar .progress-bar-count {
  position: absolute;
  right: 0;
  top: 0;
  color: #777777;
  font-weight: 300;
  font-size: 10px;
}

.tmc-progress-bar .progress-bar-line {
  display: inline-block;
  position: relative;
  background: #dcdddf;
  height: 2px;
  width: 100%;
}

.tmc-progress-bar .progress-bar-line .progress-bar-line-inner {
  position: absolute;
  left: 0;
  top: 0;
  height: 2px;
  background: #b19a7d;
}

.tmc-gallery-preview .internal-content {
  position: relative;
}

.tmc-gallery-preview .internal-content .inner-images img {
  display: inline-block;
  float: left;
  max-width: 50%;
}

.tmc-gallery-preview .internal-content .gallery-link-wrapper {
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  border: 7px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 8px 13px 50px rgba(4, 4, 4, 0.25);
  background-color: rgba(34, 34, 34, 0.2);
}

.tmc-gallery-preview .internal-content .gallery-link-wrapper .gallery-link {
  padding: 20px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 180px;
  height: 180px;
  box-shadow: 0 20px 20px rgba(4, 4, 4, 0.4);
  background: #222222;
}

.tmc-gallery-preview .internal-content .gallery-link-wrapper .gallery-link .link-image {
  margin-bottom: 10px;
}

.tmc-gallery-preview .internal-content .gallery-link-wrapper .gallery-link .link-image img {
  max-width: 100%;
  height: auto;
}

.tmc-gallery-preview .internal-content .gallery-link-wrapper .gallery-link a {
  line-height: 28px;
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: .3s ease;
}

.tmc-gallery-preview .internal-content .gallery-link-wrapper .gallery-link a i {
  transition: .3s ease;
  color: #b19a7d;
  font-size: 12px;
}

.tmc-gallery-preview .internal-content .gallery-link-wrapper .gallery-link a:hover {
  transition: .3s ease;
  color: #fff;
}

.tmc-gallery-preview .internal-content .gallery-link-wrapper .gallery-link a:hover i {
  transform: translateX(3px);
  transition: .3s ease;
}

.team-slider {
  margin-left: -20px;
  overflow: visible !important;
  clip-path: inset(-100vw -100vw -100vw 0);
}

.team-slider ul {
  white-space: nowrap !important;
}

.team-slider ul li {
  margin: 0 20px;
  display: inline-block;
}

.team-slider ul li .team-slider-content {
  box-shadow: 0px 10px 20px 0 rgba(0, 0, 0, 0.15);
}

.team-slider ul li .team-slider-content .team-slider-inner {
  display: inline-flex;
  width: 360px;
  height: 150px;
}

.team-slider ul li .team-slider-content .team-slider-inner .team-image {
  flex-grow: 0;
  max-width: 150px;
}

.team-slider ul li .team-slider-content .team-slider-inner .team-content {
  padding: 0 30px;
  flex-grow: 1;
  background: #fff;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.team-slider ul li .team-slider-content .team-slider-inner .team-content .team-title-name {
  color: #222222;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
}

.team-slider ul li .team-slider-content .team-slider-inner .team-content .team-profession {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.team-slider ul li .team-slider-content .team-slider-inner .team-content .team-social {
  margin-top: 20px;
}

.team-slider ul li .team-slider-content .team-slider-inner .team-content .team-social ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.team-slider ul li .team-slider-content .team-slider-inner .team-content .team-social ul li {
  display: inline-block;
  margin: 0 12.5px;
}

.team-slider ul li .team-slider-content .team-slider-inner .team-content .team-social ul li:first-child {
  margin-left: 0;
}

.team-slider ul li .team-slider-content .team-slider-inner .team-content .team-social ul li a {
  transition: .3s ease;
  color: #cccccc;
}

.team-slider ul li .team-slider-content .team-slider-inner .team-content .team-social ul li a:hover {
  transition: .3s ease;
  color: #b19a7d;
}

.team-slider ul li .team-slider-content:first-child {
  margin-bottom: 40px;
}

.tmc-icon-box i {
  font-size: 60px;
}

.tmc-icon-box i:before {
  background-image: linear-gradient(-225deg, #f7d7ac 0%, #a38b6d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.tmc-icon-box .icon-title {
  margin-top: 5px;
  color: #222222;
  font-size: 14px;
  margin-bottom: 10px;
}

.tmc-icon-box .icon-content {
  color: #777777;
  font-size: 14px;
  font-weight: 300;
}

.tmc-clients-wrapper {
  flex-wrap: wrap;
  display: flex;
}

.tmc-clients-wrapper .client-item {
  min-height: 100px;
  width: 16.6666666%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.tmc-clients-wrapper .client-item .normal-client-image {
  visibility: visible;
  opacity: 1;
  transition: .3s ease;
}

.tmc-clients-wrapper .client-item .hover-client-image {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
  transition: .3s ease;
}

.tmc-clients-wrapper .client-item:hover .hover-client-image {
  visibility: visible;
  opacity: 1;
  transition: .3s ease;
}

.tmc-clients-wrapper .client-item:hover .normal-client-image {
  visibility: hidden;
  opacity: 0;
  transition: .3s ease;
}

.bottom-client-info {
  display: flex;
  width: 100%;
}

.bottom-client-info .right-content {
  flex-grow: 0;
}

.bottom-client-info .left-content {
  flex-grow: 1;
}

.bottom-client-info .left-content p {
  margin-bottom: 5px;
}


/*-------------------------------------------------------------------

==  Contacts

-------------------------------------------------------------------*/

.contacts.v1 .google-map {
  position: absolute;
  left: 50%;
  right: 30px;
  top: 30px;
  bottom: 0;
  height: calc(100% - 60px);
  z-index: -1;
}

.top-contact-content {
  align-items: center;
}

.top-contact-content .title-lite-white {
  font-size: 30px;
  margin-bottom: 0;
}

.contacts-information-wrapper .contact-info-block {
  margin-bottom: 40px;
}

.contacts-information-wrapper .contact-info-block .info-title {
  font-weight: 500;
  color: #222222;
  margin-bottom: 5px;
  font-size: 11px;
  letter-spacing: 2.2px;
  text-transform: uppercase;
}

.contacts-information-wrapper .contact-info-block .info-content {
  line-height: 28px;
  color: #777777;
  font-size: 13px;
  font-family: "Poppins";
}

.contact-form {
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(4, 4, 4, 0.15);
    background: #fff;
}

.contact-form .contact-form-title {
    color: #b19a7d;
    font-size: 32px;
    font-family: bm;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.contact-form .contacts-from-group {
  position: relative;
}

.contact-form .contacts-from-group label {
  font-size: 18px;
  color: #999999 !important;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.contact-form .contacts-from-group label span {
  display: block;
  transition: .3s ease .3s;
  transform: translateY(0);
}

.contact-form .contacts-from-group.input--filled label span {
  font-size: 12px;
  transition: .3s ease .1s;
  transform: translateY(-12px);
}

.contact-form input {
  color: #777777 !important;
  border-color: #dddddd !important;
}

.contact-form textarea {
  min-height: 70px;
  width: 100%;
  color: #777777 !important;
  border-color: #dddddd !important;
}

.contact-info-block {
  margin-bottom: 40px;
}

.contact-info-block .info-title {
  font-weight: 500;
  color: #fff;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.contact-info-block .info-content {
  line-height: 28px;
  color: #777777;
  font-size: 13px;
}

.contacts.v2 .google-map {
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 0;
  height: calc(100% - 60px);
  z-index: -1;
}

.contacts-information-wrapper-2 {
  margin: 20px 0;
  padding: 60px 65px 60px 60px;
  background: #fff;
}

.contacts-information-wrapper-2 .title-info-wrapper {
  color: #333333;
  font-family: "Playfair Display";
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 10px;
}

.contacts-information-wrapper-2 .info-wrapper-text {
  color: #888888;
  font-size: 13px;
  font-weight: 300;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dotted #dddddd;
}

.contacts.v2 .google-map {
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 0;
  height: calc(100% - 60px);
  z-index: -1;
}

.contact-info-block-v2 {
  margin-bottom: 20px;
}

.contact-info-block-v2:last-child {
  margin-bottom: 0;
}

.contact-info-block-v2 .info-title {
  color: #b19a7d;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 2.2px;
  text-transform: uppercase;
}

.contact-info-block-v2 .info-content {
  color: #333333;
  font-family: "Playfair Display";
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}

.contact-info-block-v2 .info-content a {
  color: inherit;
}


/*-------------------------------------------------------------------

==  Footer

-------------------------------------------------------------------*/

footer.tmt-footer {
  padding: 65px 0 30px;
}

footer.tmt-footer2 {
  padding: 65px 0 60px;
}

footer.tmt-footer .footer-content {
}

footer.tmt-footer .footer-content .social_wrapper {
  flex-grow: 0;
  position: relative;
  left: -15px;
}

footer.tmt-footer .footer-content .social_wrapper .social {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

footer.tmt-footer .footer-content .social_wrapper .social li {
  position: relative;
  width: 45px;
  height: 45px;
  display: inline-flex;
}

footer.tmt-footer .footer-content .social_wrapper .social li a {
  color: #222222;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color .3s ease;
}

footer.tmt-footer .footer-content .social_wrapper .social li a:hover {
  transition: color .3s ease;
  text-decoration: none;
  color: #b19a7d;
}

footer.tmt-footer .footer-content .footer-sidebar {
  flex-grow: 1;
}

footer.tmt-footer .footer-content .footer-sidebar ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

footer.tmt-footer .footer-content .footer-sidebar ul li {
  font: 18px bm;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
}

footer.tmt-footer .footer-content .footer-sidebar ul li a {
  color: #000000;
  padding: 0 10px;
  transition: .3s ease;
}

footer.tmt-footer .footer-content .footer-sidebar ul li:first-child a {
  padding-left: 0px;
  transition: .3s ease;
}

footer.tmt-footer .footer-content .footer-sidebar ul li a:hover {
  transition: .3s ease;
  color: #b19a7d;
}

footer.tmt-footer .footer-content .copyrights {
    flex-grow: 0;
    float: right;
    font-size: 12px;
    color: #777777;
    text-align: right;
    width: 100%;
    padding-top: 60px;
}


/*-------------------------------------------------------------------

==  Custom Select

-------------------------------------------------------------------*/

.nice-select {
  min-width: 160px;
  border-bottom: solid 1px #cccccc;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: 100%;
}

.nice-select:after {
  transform: rotate(270deg) translate3d(0, -13px, 0);
  transition: all .4s ease-in-out;
  position: absolute;
  right: 0;
  top: 50%;
  color: #a8aaab;
  content: "\f104";
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 10px;
  font: normal normal normal 14px/1 FontAwesome;
  color: #b19a7d;
}

.nice-select .current {
  font-size: 12px;
}

.nice-select ul.list {
  min-width: 160px;
  background: #ffffff;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border: 1px solid #ffffff;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  transform-origin: 50% 0;
  transform: translateY(21px);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}

.nice-select ul.list li {
  font-size: 13px;
  cursor: pointer;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  transition: all .3s ease;
  color: #222222;
}

.nice-select ul.list li:hover {
  transition: all .3s ease;
  opacity: .7;
  transform: translateX(6px);
}

.nice-select ul.list li.selected {
  transition: all .3s ease;
  opacity: .7;
}

.nice-select.open:after {
  transform: rotate(90deg) translate3d(-3px, 0, 0);
  transition: all .4s ease-in-out;
}

.nice-select.open ul.list {
  transition: .3s ease;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}


/*-------------------------------------------------------------------

==  Custom Cursor

-------------------------------------------------------------------*/

#cursor {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  z-index: 10000;
  -webkit-transition: opacity 0.2s ease-in-out 0.5s;
  transition: opacity 0.2s ease-in-out 0.5s;
  mix-blend-mode: difference;
}

#cursor-circle {
  position: fixed;
  width: 32px;
  height: 32px;
  border: 1px solid #222222;
  border-radius: 50%;
  pointer-events: none;
  opacity: 1;
  box-sizing: border-box;
  mix-blend-mode: difference;
  visibility: hidden;
}

#cursor-circle.visabile {
  visibility: visible;
}

.cursor__side {
  position: absolute;
  top: 50%;
  width: 5px;
  height: 1px;
  background: #222222;
  opacity: 0;
}

.cursor__side--left {
  right: calc(100% + 5px);
}

.cursor__side--right {
  left: calc(100% + 5px);
}

.mouse-parallax-wrapper {
  transform: none !important;
}


/*-------------------------------------------------------------------

==  Search Form

-------------------------------------------------------------------*/

.search-full-width {
  display: none;
  position: fixed;
  background: #ffffff;
  width: 100%;
  height: 100%;
  z-index: 9999;
  top: 0;
  left: 0;
  flex-direction: column;
}

.search-full-width .form-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.search-full-width .search--form {
  max-width: 400px;
  margin: 0 auto;
}

.search-full-width .search--form .search--form-inner {
  margin-bottom: 15px;
  position: relative;
}

.search-full-width .search--form .search--form-inner .regards-search-bg {
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #b19a7d;
}

.search-full-width .search--form .search--form-inner .input-bottom-decor {
  height: 2px;
  width: 0;
  background: #b19a7d;
}

.search-full-width .search--form .search--form-inner .search--input {
  position: relative;
  width: 400px;
  background: transparent;
  border: 0;
  font-size: 13px;
  color: #222222 !important;
  padding: 10px 15px;
  border-color: #fff !important;
}

.search-full-width .search--form .search--form-inner .search--input::placeholder {
  text-transform: inherit;
  color: inherit;
}

.search-full-width .search--form .search--form-inner .search--input:active,
.search-full-width .search--form .search--form-inner .search--input:focus {
  box-shadow: none;
  outline: none;
}

.search-full-width .search--form .search--info {
  font-size: 13px;
}

.search-full-width .search-icon-wrapper {
  cursor: pointer;
  position: absolute;
  right: 30px;
  top: 30px;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}


/*-------------------------------------------------------------------

==  Mobile Menu

-------------------------------------------------------------------*/

.hamburger-menu--full-width {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: 999;
  padding: 30px;
  display: none;
}

.hamburger-menu--full-width .menu-icon-wrapper {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 45px;
  height: 45px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  z-index: 1;
  cursor: pointer;
}

.hamburger-menu--full-width .mobile-menu-wrapper {
  position: absolute;
  left: 0;
  top: 30px;
  width: 100%;
  height: 100%;
  overflow: auto;
}

.hamburger-menu--full-width .mobile-menu-wrapper .mobile-nav-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 30px);
  margin: 0 auto;
  width: 100%;
  list-style: none;
  padding: 0;
  position: relative;
  text-align: center;
  flex-direction: column;
}

.hamburger-menu--full-width .mobile-menu-wrapper .mobile-nav-menu li {
  margin-bottom: 10px;
}

.hamburger-menu--full-width .mobile-menu-wrapper .mobile-nav-menu li.has-submenu .sub-menu {
  display: flex;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -3;
  flex-direction: column;
  justify-content: center;
  list-style: none;
}

.hamburger-menu--full-width .mobile-menu-wrapper .mobile-nav-menu li.has-submenu .sub-menu li a {
  display: none;
  opacity: 0;
  font-size: 17px;
  font-family: ba9;
}

.hamburger-menu--full-width .mobile-menu-wrapper .mobile-nav-menu li.has-submenu.open .sub-menu {
  z-index: 99;
}

.hamburger-menu--full-width .mobile-menu-wrapper .mobile-nav-menu li a {
  font-size: 22px;
  text-transform: uppercase;
  cursor: pointer;
  color: #000000;
  font-family: bm;
  position: relative;
}
.hamburger-menu--full-width .mobile-menu-wrapper .mobile-nav-menu li.back-button a {
  font-size: 16px;
  text-transform: uppercase;
  cursor: pointer;
  color: #b19a7d;
  font-family: ba9;
  position: relative;
}


/*-------------------------------------------------------------------

==  Responsive

-------------------------------------------------------------------*/


/*-------------------------------------------------------------------

==  max-width 1170px

-------------------------------------------------------------------*/


/*-------------------------------------------------------------------

==  max-width 1024px

-------------------------------------------------------------------*/


/*-------------------------------------------------------------------

==  max-width 991px

-------------------------------------------------------------------*/

@media screen and (max-width: 991px) {
  .tmt-mega-menu .nav-menu {
    display: none !important;
  }
  .tmt-icon-menu .menu-icon-wrapper {
    display: flex !important;
  }
  #cursor {
    display: none;
  }
  .custom-bg:before {
    content: '';
    border: 15px solid #eeeeee;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  #main {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    padding: 15px;
    transition: transform 0.4s, opacity 0.4s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
  .home-slider-1 .swiper-slide {
    padding: 0px 0px;
  }
}


/*-------------------------------------------------------------------

==  max-width 870px

-------------------------------------------------------------------*/

@media (max-width: 870px) {
  .home-slider-1 .swiper-slide .caption {
    padding: 35px 55px;
    position: relative;
    width: 100%;
    top: 0;
    height: auto;
  }
  .home-slider-1 .swiper-slide .caption .title {
    padding-top: 15px;
  }
  .home-slider-2 .swiper-slide {
    padding: 0 30px 0 30px;
  }
  .home-slider-2 .swiper-slide .caption {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 25px;
  }
  .home-slider-2 .swiper-slide .caption .title {
    padding-bottom: 15px;
    padding-top: 20px;
    position: relative;
  }
  .home-slider-2 .swiper-slide .caption .title a {
    font-size: 28px;
  }
  .home-slider-2 .swiper-slide .btn-to-project {
    position: relative;
    top: 0;
  }
  .home-slider-2 .swiper-button-next {
    left: 45px;
    right: auto;
    top: 25px;
  }
  .home-slider-2 .swiper-button-prev {
    left: 0;
    right: auto;
    top: 25px;
  }
  .gallery-single-wrapper .top-gallery-content .gallery-title {
    font-size: 45px;
  }
  .gallery-single-wrapper .tmc-scrolling-text {
    margin-top: 0;
  }
  .gallery-single-wrapper .tmc-scrolling-text .bg-text {
    font-size: 150px;
  }
  .gallery-single-wrapper .top-gallery-content .gallery-info .gallery-single-info {
    width: 50%;
  }
  .gallery-single-wrapper .top-gallery-content .gallery-info .gallery-single-info:last-child {
    border-right: 1px dashed #4a4a4a;
  }
  .gallery-single-wrapper .top-gallery-content .gallery-info .gallery-single-info:first-child {
    border-left: 1px dashed #4a4a4a;
  }
  .gallery-single-wrapper .top-gallery-content .gallery-info .gallery-single-info:nth-child(3) {
    border-left: 1px dashed #4a4a4a;
  }
  .blog-single-wrapper .top-blog-content .blog-title {
    font-size: 45px;
  }
  .blog-single-wrapper .tmc-scrolling-text {
    margin-top: 0;
  }
  .blog-single-wrapper .tmc-scrolling-text .bg-text {
    font-size: 150px;
  }
}


/*-------------------------------------------------------------------

max-width 782px

-------------------------------------------------------------------*/

@media screen and (max-width: 782px) {
  .gallery-single-wrapper .gallery-bottom-info {
    flex-wrap: wrap;
  }
  .gallery-single-wrapper .gallery-bottom-info .bottom-left-info {
    width: 100%;
    margin-bottom: 20px;
  }
  .gallery-single-wrapper .gallery-bottom-info .bottom-right-info {
    width: 100%;
    text-align: left;
  }
  .gallery-single-pagination .gallery-single-pagination-wrapper .gallery-all-post-link {
    display: none;
  }
  .gallery-single-pagination .gallery-single-pagination-wrapper .pagination-gallery.gallery-left-post .arrow {
    margin-right: 15px;
  }
  .gallery-single-pagination .gallery-single-pagination-wrapper .pagination-gallery.gallery-right-post .arrow {
    margin-left: 15px;
  }
  .gallery-single-pagination .gallery-single-pagination-wrapper .pagination-gallery .arrow {
    width: 25px;
    height: 25px;
  }
  .gallery-single-pagination .gallery-single-pagination-wrapper .pagination-gallery .arrow i {
    font-size: 16px;
  }
  .blog-single-wrapper .top-blog-content .blog-title {
    font-size: 35px;
  }
  .blog-single-wrapper .tmc-scrolling-text {
    margin-top: 0;
  }
  .blog-single-wrapper .tmc-scrolling-text .bg-text {
    font-size: 120px;
  }
  .gallery-single-wrapper .top-gallery-content .gallery-title {
    font-size: 35px;
  }
  .gallery-single-wrapper .tmc-scrolling-text {
    margin-top: 0;
  }
  .gallery-single-wrapper .tmc-scrolling-text .bg-text {
    font-size: 120px;
  }
  footer.tmt-footer .footer-right-content .footer-sidebar {
    display: none;
  }
  footer.tmt-footer .footer-right-content .copyrights {
    flex-grow: 1;
    text-align: right;
  }
  .gallery-post-container .style-one-column .slider-div {
    width: 450px;
    min-width: 450px;
  }
}


/*-------------------------------------------------------------------

min-width 768px

-------------------------------------------------------------------*/

@media (max-width: 768px) {
  .blog-post-container .blog-post {
    max-width: 400px;
  }
  .contacts.v1 .google-map {
    display: none;
  }
  .contacts.v2 .google-map {
    display: none;
  }
  .gallery-post-top-content .header-section {
    flex-wrap: wrap;
  }
  .gallery-post-top-content .header-section .category-gallery ul li {
    padding: 0 15px;
  }
  .gallery-post-top-content .header-section .category-gallery ul li:first-child {
    padding-left: 0;
  }
  .gallery-post-top-content .header-section .category-gallery ul li:last-child {
    padding-right: 0;
  }
  footer.tmt-footer .footer-content .footer-sidebar ul li {
    font: 14px bm !important;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
  }
  footer.tmt-footer .footer-content .footer-sidebar ul li a {
    color: #000000;
    padding: 0 5px;
    transition: .3s ease;
  }
  footer.tmt-footer .footer-content .footer-sidebar ul {
    padding: 0;
    list-style: none;
    text-align: center;
  }
  .pagination .page-link {
    font-size: 13px !important;
    width: 35px !important;
    height: 35px !important;
    line-height: 35px !important;
  }
  .pagination .page-item:first-child .page-link, .pagination .page-item:last-child .page-link {
    font-size: 22px;
    line-height: 33px !important;
  }
  .pagination {
    margin-top: 20px !important;
  }
  footer.tmt-footer .footer-content .copyrights {
    flex-grow: 1;
    text-align: right;
  }
  #about-us-navigation {
    display: none;
  }
  .tmc-gallery-preview {
    margin-top: 30px;
  }
  .button-next-tabs {
    display: none !important;
  }
  .about-us-table-content #about-us-content .tab-welcome .welcome-text-content {
    margin-bottom: 45px;
  }
  .tmc-gallery-preview .internal-content .inner-images img {
    width: 100%;
  }
  .about-us-table-content #about-us-content .tab-content {
    display: block;
    margin-bottom: 45px;
  }
  .about-us-table-content #about-us-content .tab-content:last-child {
    margin-bottom: 0;
  }
  .bottom-client-info {
    flex-wrap: wrap;
  }
  .bottom-client-info .left-content {
    width: 100%;
    margin-bottom: 25px;
  }
  .tmc-clients-wrapper .client-item {
    width: 33.33333%;
  }
  .additional-content {
    display: none;
  }
  footer.tmt-footer {
    padding: 35px 0 40px;
  }
  header.tmt-header {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .welcome-text-content {
    font-size: 40px;
    line-height: 1.3;
  }
  .decor-line {
    display: none;
  }
  .gallery-post-top-content .row .col-sm-10 .header-section .title {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .category-wrapper {
    margin-top: 30px;
  }
  .post-content .photo-info {
    margin-bottom: 20px;
  }
  .gap-6 {
    height: 20px;
  }
  .gap-4 {
    height: 20px;
  }
  blockquote {
    padding: 40px 20px 0 20px;
    font-size: 20px;
  }
  .blog-bottom-info {
    flex-wrap: wrap;
  }
  .blog-bottom-info .bottom-left-info {
    width: 100%;
    margin-bottom: 20px;
  }
  .blog-bottom-info .bottom-right-info {
    width: 100%;
    text-align: left !important;
  }
  .bottom-blog-content {
    margin-top: 30px;
  }
  .bottom-blog-content .container>.row {
    padding-top: 20px;
    border-top: none;
  }
}


/*-------------------------------------------------------------------

==  max-width 680px

-------------------------------------------------------------------*/


/*-------------------------------------------------------------------

==  max-width 630px

-------------------------------------------------------------------*/


/*-------------------------------------------------------------------

==  max-width 570px

-------------------------------------------------------------------*/

@media (max-width: 570px) {
  .blog-single-wrapper .tmc-scrolling-text .bg-text {
    font-size: 90px;
  }
  .gallery-single-wrapper .tmc-scrolling-text .bg-text {
    font-size: 90px;
  }
}


/*-------------------------------------------------------------------

==  max-width 500px

-------------------------------------------------------------------*/

@media (max-width: 501px) {
  .gallery-single-pagination,
  .blog-single-pagination {
    display: none;
  }
  .gallery-post-container .style-one-column .slider-div {
    min-width: 350px;
    width: 350px;
  }
}
@media (max-width: 1024px) {
  .tmc-scrolling-text {
      font-size: 80px;
  }
}
@media (max-width: 700px) {
  .tmc-scrolling-text {
      font-size: 50px;
  }
}
@media (max-width: 500px) {
  .tmc-scrolling-text {
      font-size: 30px;
  }
}


.lari {
  font-family: lari !important;
}

.products-list {
  margin: 15px 0;
  box-shadow: 0px 10px 20px 0 rgba(0, 0, 0, 0.15);
  transition: .3s ease;
  overflow: hidden;
}
.products-list:hover {
  box-shadow: 0px 10px 20px 0 rgba(0, 0, 0, 0.25);
  transition: .3s ease;
}
.products-img {
  height: 250px;
  overflow: hidden;
}
.products-list img {
  width: 100%;
  height: 250px;
  object-fit: contain;
  transition: .3s ease;
  overflow: hidden;
  border-bottom: 1px solid #e1e1e1;
}
.products-info {
  background: #ffffff;
  padding: 20px;
  text-align: center;
}
.products-info h4 {
  font-family: bm;
  font-size: 12px;
  margin-bottom: 0px;
  transition: .3s ease;
  line-height: 21px;
  min-height: 42px;
}
.products-info h5 {
  font-family: bm;
  font-size: 17px;
  margin-top: 10px;
  height: 21px;
  margin-bottom: 0px;
}
.products-list:hover h4 {
  color: #b19a7d;
  transition: .3s ease;
}
.products-list:hover img {
  height: 250px;
  transition: .3s ease;
  filter: blur(3px) grayscale(1);
  opacity: 0.6;
  transform: scale(1.05);
}

.product-details .gallery-item img {
    display: block;
    width: 100%;
    height: 500px;
    -o-object-fit: contain;
    object-fit: contain;
}
.product-details .about-me-info-wrapper h4 {
    color: #b19a7d;
    font-family: bm;
    margin-top: 30px;
    margin-bottom: 0px;
	font-size: 18px;
}
.product-details .about-me-info-wrapper h5 {
    color: #222222;
    font-family: bm;
    margin: 15px 0 15px 0;
    font-size: 38px;
}
.product-details .button-style-standard {
    margin-top: 5px;
}

.sold-badge {
    background-image: linear-gradient(-225deg, #e4c59d 0%, #a38b6d 100%);
    color: #ffffff;
    font-size: 17px;
    padding: 0px 10px;
    margin: 5px auto 15px auto;
    position: relative;
    height: 30px;
    line-height: 30px;
    width: 130px;
    text-align: center;
    border-radius: 3px;
}
.select i {
    position: absolute;
    top: 10px;
    right: 0px;
    pointer-events: none;
    font-size: 18px;
    color: #b19a7d;
}
select {
    width: 100%;
    border: none;
    border-bottom: 1px solid #dddddd;
    font-size: 16px;
    color: #999999 !important;
    padding: 0px 0 16px 0 !important; 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}
.contact-item {
  position: relative;
  padding-left: 70px;
  padding-top: 5px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.contact-item:first-of-type {
  margin-top: 38px;
}

.contact-item h6 {
    font-size: 18px;
    margin-top: 5px;
    font-family: bm;
    margin-bottom: 5px;
}

.contact-item p,
.contact-item span,
.contact-item a {
  font-size: 18px;
}

.contact-item a:hover {
  color: #111;
}

.contact-icon {
    width: 60px;
    height: 60px;
    text-align: center;
    position: absolute;
    left: 0;
}

.contact-icon img {
    width: 50px;
    height: 50px;
    text-align: center;
    position: absolute;
    left: 0;
}
.success-wrapper {
  padding: 60px 0;
}
.success-wrapper img {
  margin-bottom: 30px;
}
.success-wrapper h4 {
  color: #222222;
  font-size: 32px;
  margin-bottom: 30px;
}

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



.pagination {
    display: -ms-flexbox;
    margin: 0;
    display: flex;
    padding-left: 0;
    list-style: none;
}
.pagination li{
  font-family: bm;
  font-size: 16px;
  color: #6f7885;
}
.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
  font-family: bm;
  font-size: 22px;
  line-height: 42px;
  color: #ffffff;
  border-radius: 0px;
  border: 1px solid #222222;
  background-color: #222222;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.pagination .page-link {
    font-family: bm;
    font-size: 16px;
    color: #222222;
    position: relative;
    display: block;
    margin: 0 7px;
    width: 44px;
    height: 44px;
    line-height: 44px;
    padding: 0px !important;
    text-align: center;
    background: #eeeeee;
    border: 1px solid #eeeeee;
    border-radius: 0px;
}
.pagination .page-link:focus{
  outline: 0;
  border: 0;
  text-decoration: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.pagination .page-item.active .page-link {
    z-index: 1;
    color: #222222;
    background-color: transparent;
    border-color: #eeeeee !important;
}
.page-item .page-link {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.page-item.disabled .page-link {
    pointer-events: none;
    cursor: not-allowed;
    color: #222222 !important;
    background-color: #eeeeee !important;
    border: 1px solid #eeeeee !important;
    opacity: 0.4;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.pagination .page-item:hover:first-child .page-link,
.pagination .page-item:hover:last-child .page-link,
.pagination .page-item:hover .page-link {
    color: #ffffff;
    background: #b19a7d;
    border: 1px solid #b19a7d;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}













.products-switcher .switch {
  width: 60px;
  height: 30px;
  margin: 10px auto 0px auto;
  font-size: 13px;
}
.products-switcher .switch label {
  width: 30px;
  line-height: 30px;
}
.products-switcher label[for=lari] {
  width: 30px;
}
.products-switcher label[for=euro] {
  width: 30px;
}


.switch {
  width: 80px;
  height: 40px;
  margin: 0 auto 20px auto;
  display: inline-flex;
  background: #222222;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
input[type=radio] {
  display: none;
}
.switch label {
  cursor: pointer;
  color: #ffffff;
  width: 40px;
  line-height: 40px;
  margin-bottom: 0px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.switch label:hover {
  background: #b19a7d;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
label[for=lari] {
  width: 40px;
}
label[for=euro] {
  width: 40px;
}
#lari:checked ~ .switch label[for=lari] {
  color: #fff;
  background: #b19a7d;
}
#euro:checked ~ .switch label[for=euro] {
  color: #fff;
  background: #b19a7d;
}






.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important
}

@media (max-width:767px) {
  .visible-xs {
    display: block !important
  }
  table.visible-xs {
    display: table
  }
  tr.visible-xs {
    display: table-row !important
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important
  }
}

@media (max-width:767px) {
  .visible-xs-block {
    display: block !important
  }
}

@media (max-width:767px) {
  .visible-xs-inline {
    display: inline !important
  }
}

@media (max-width:767px) {
  .visible-xs-inline-block {
    display: inline-block !important
  }
}

@media (min-width:768px) and (max-width:991px) {
  .visible-sm {
    display: block !important
  }
  table.visible-sm {
    display: table
  }
  tr.visible-sm {
    display: table-row !important
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important
  }
}

@media (min-width:768px) and (max-width:991px) {
  .visible-sm-block {
    display: block !important
  }
}

@media (min-width:768px) and (max-width:991px) {
  .visible-sm-inline {
    display: inline !important
  }
}

@media (min-width:768px) and (max-width:991px) {
  .visible-sm-inline-block {
    display: inline-block !important
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .visible-md {
    display: block !important
  }
  table.visible-md {
    display: table
  }
  tr.visible-md {
    display: table-row !important
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .visible-md-block {
    display: block !important
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .visible-md-inline {
    display: inline !important
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .visible-md-inline-block {
    display: inline-block !important
  }
}

@media (min-width:1200px) {
  .visible-lg {
    display: block !important
  }
  table.visible-lg {
    display: table
  }
  tr.visible-lg {
    display: table-row !important
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important
  }
}

@media (min-width:1200px) {
  .visible-lg-block {
    display: block !important
  }
}

@media (min-width:1200px) {
  .visible-lg-inline {
    display: inline !important
  }
}

@media (min-width:1200px) {
  .visible-lg-inline-block {
    display: inline-block !important
  }
}

@media (max-width:767px) {
  .hidden-xs {
    display: none !important
  }
}

@media (min-width:768px) and (max-width:991px) {
  .hidden-sm {
    display: none !important
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .hidden-md {
    display: none !important
  }
}

@media (min-width:1200px) {
  .hidden-lg {
    display: none !important
  }
}

.visible-print {
  display: none !important
}

@media print {
  .visible-print {
    display: block !important
  }
  table.visible-print {
    display: table
  }
  tr.visible-print {
    display: table-row !important
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important
  }
}

.visible-print-block {
  display: none !important
}

@media print {
  .visible-print-block {
    display: block !important
  }
}

.visible-print-inline {
  display: none !important
}

@media print {
  .visible-print-inline {
    display: inline !important
  }
}

.visible-print-inline-block {
  display: none !important
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important
  }
}

@media print {
  .hidden-print {
    display: none !important
  }
}


.product-details .regard-wrapper {
  height: 500px;
  overflow: hidden;
}

.logo img {
  width: 220px;
  margin-right: 30px;
}

.footer-menu img {
  width: 18px;
  height: 18px;
  margin-top: -4px;
}

.full-menu img {
  width: 18px;
  height: 18px;
  margin-top: -4px;
}