@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");
/*
||===================================================||
||                                                   ||
||              Table of Contents                    ||
||                                                   ||
||===================================================||
||                                                   ||
||          1. 	Page Preloader                       ||
||          2. 	Reset Style                          ||
||          3. 	Header                               ||
||          4. 	Menu                                 ||
||          5. 	Home Page                            ||
||          6. 	Blog                                 ||
||          7. 	Blog Single                          ||
||          8. 	Gallery                              ||
||          9. 	Gallery Single                       ||
||          10. About Me                             ||
||          11. About Us                             ||
||          12. Contacts                             ||
||          13. Footer                               ||
||          14. Custom Select                        ||
||          15. Custom Cursor                        ||
||          16. Search Form                          ||
||          17. Mobile Menu                          ||
||          18. Responsive                           ||
||                                                   ||
||                                                   ||
==================================================== ||
*/
/*-------------------------------------------------------------------

==  Page Preloader

-------------------------------------------------------------------*/
.page-preloader {
  position: fixed;
  background: #222222;
  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: 200px; }
  .page-preloader .preloader-progress {
    max-width: 340px;
    height: 6px;
    width: 100%;
    background: #b19a7d;
    padding-left: 3px;
    padding-right: 3px;
    border-radius: 50px;
      
  }
    .page-preloader .preloader-progress .progress-bar-preloader {
      position: relative;
      top: 2px;
      height: 2px;
      width: 0;
      background: #fff; }

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

==  Reset Style

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

body {
  font: 14px 'Poppins', Arial, Helvetica, sans-serif;
  color: #777777;
  line-height: 1.714286;
  position: relative; }

.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: #222222;
    z-index: 2; }

.tmc-scrolling-text {
  z-index: -1;
  color: #fff;
  font-size: 300px;
  line-height: 1;
  font-weight: 700;
  font-family: 'Playfair Display';
  white-space: nowrap;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  opacity: 0.02;
  filter: alpha(opacity=2); }

.custom-bg {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -2;
  min-height: 100vh;
  background-image: url(../../images/main/background-pattern.png); }
  .custom-bg:before {
    content: '';
    border: 30px solid #000000;
    border-image-source: linear-gradient(-30deg, #1b1b1b 0%, #2e2e2e 100%);
    border-image-slice: 30;
    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: #222222;
    background-image: linear-gradient(-30deg, #222222 0%, #333333 100%);
    z-index: -1; }

#main {
  position: relative;
  margin: 0 auto;
  overflow: 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: Poppins;
  font-weight: 300; }

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

.tabs-title {
  color: #ffffff;
  font-family: Poppins;
  font-size: 30px;
  font-weight: 300; }

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

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

/* Scrollbar */
.scrollbar, .scrollbar-two {
  margin: 55px 0 20px 0;
  height: 2px;
  background: #1e1e1e;
  line-height: 0; }

.scrollbar .handle, .scrollbar-two .handle {
  width: 100px;
  height: 100%;
  background: #f7d7ac;
  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: #fff; }

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

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

img {
  max-width: 100%; }

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

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

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

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

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

h6, .h6 {
  color: #fff;
  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: #ffffff;
  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: Poppins;
    font-size: 14px;
    font-weight: 400; }
    blockquote a div {
      margin-top: 5px;
      font-style: normal;
      color: #777777;
      font-family: Poppins;
      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 #555555 !important;
  color: #ffffff !important;
  font-size: 12px !important; }
  input:active, input: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;
  color: #ffffff !important;
  border-bottom: 1px solid #555555 !important;
  resize: none !important;
  font-size: 12px !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: 15px 25px;
  box-shadow: 0 10px 20px rgba(4, 4, 4, 0.2);
  color: #ffffff;
  font-family: Poppins;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px; }
  .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;
    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: #777777; }

.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-md-2.col-sm-3.col-4 .logo_wrapper {
      margin-top: -20px; }
    header.tmt-header .row .col-md-10.col-sm-9.col-8 {
      display: flex; }
      header.tmt-header .row .col-md-10.col-sm-9.col-8 .nav-menu {
        flex-grow: 1;
        align-items: center;
        display: flex; }
      header.tmt-header .row .col-md-10.col-sm-9.col-8 .tmt-icon-menu {
        flex-grow: 0;
        display: flex;
        align-items: center; }
        header.tmt-header .row .col-md-10.col-sm-9.col-8 .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 .col-md-10.col-sm-9.col-8 .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: #b19a7d; }
    .menu-icon-wrapper .menu-icon:before {
      position: absolute;
      top: -5px;
      content: '';
      display: inline-block;
      width: 16px;
      height: 2px;
      background: #b19a7d; }
    .menu-icon-wrapper .menu-icon:after {
      position: absolute;
      bottom: -5px;
      content: '';
      display: inline-block;
      width: 13px;
      height: 2px;
      background: #b19a7d; }

.search-icon-wrapper .search-icon {
  width: 2px;
  height: 6px;
  display: inline-block;
  background: #b19a7d;
  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 #b19a7d;
    display: inline-block; }

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

==  Menu

-------------------------------------------------------------------*/
.tmt-mega-menu ul {
  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: 0; }
  .tmt-mega-menu ul li.menu-item-depth-0 > a {
    padding: 0 25px 15px; }
  .tmt-mega-menu ul li.menu-item-depth-0:last-child a {
    padding-right: 0; }
  .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);
        border: 1px solid #2a2a2a;
        padding: 0;
        background: #2a2a2a; }
        .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: 12px 'Poppins', Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 18px 12.5px; }

.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:hover {
    transition: transform .5s ease;
    background: #333333; }
  .tmt-mega-menu ul li.has-submenu .sub-nav > .sub-menu li a {
    font-size: 11px;
    text-transform: uppercase;
    padding: 12.5px 60px 10px 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 {
  font-family: "Poppins";
  letter-spacing: .06em;
  text-decoration: none; }

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

==  Home Page

-------------------------------------------------------------------*/
.home-slider-1 {
  overflow: visible;
  z-index: 99; }
  .home-slider-1 .swiper-slide {
    padding: 0 60px; }
    .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%; }
    .home-slider-1 .swiper-slide .caption {
      z-index: 3;
      transition: opacity .3s ease;
      visibility: hidden;
      opacity: 0;
      position: absolute;
      left: 0;
      bottom: 35px;
      background: #222222;
      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: 14px;
        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;
      color: #b19a7d;
      padding: 5px 3px;
      position: relative; }
      .home-slider-1 .swiper-pagination .swiper-pagination-current:after {
        content: '';
        bottom: -1px;
        position: absolute;
        width: 20px;
        height: 2px;
        background: #666;
        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: #b19a7d;
      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: #fff; }
    .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: #fff;
          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: #fff;
          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: #b19a7d;
      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: #fff; }
    .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; }

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

==  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: #ffffff;
      font-family: Poppins;
      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; }
  .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: Poppins;
            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: Poppins;
      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: Poppins;
      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: #ffffff;
            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: Poppins;
          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: #fff;
      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: Poppins;
      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: #ffffff;
        font-family: Poppins;
        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: Poppins;
            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: #ffffff;
          font-family: Poppins;
          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: #ffffff;
          font-family: Poppins;
          font-size: 12px;
          font-weight: 400;
          line-height: 20px; }

.iframe-thumb .category{
        background: #1d1d1d;
    padding: 15px;
    margin-top: -8px;
    font-size: 14px;
}
.iframe-thumb {
    margin-bottom: 30px;
}

.post-content .photo-info {
  border-top: 1px solid #444444; }
  .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: Poppins;
    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 #444444; }
  .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: #1e1e1e;
  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: #ffffff;
        font-family: Poppins;
        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: #fff; }

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

==  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 #777777;
    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 #777777; }
      .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: #ffffff;
      font-family: Poppins;
      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: #777777;
          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: #fff;
            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: #ffffff;
            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: Poppins;
          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: #fff;
      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: Poppins;
      border-right: 1px dashed #4a4a4a; }
      .gallery-single-wrapper .top-gallery-content .gallery-info .gallery-single-info .info-title {
        color: #ffffff;
        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: #ffffff;
        font-family: Poppins;
        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: Poppins;
            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: #ffffff;
          font-family: Poppins;
          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: #ffffff;
          font-family: Poppins;
          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: #1e1e1e;
  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: #ffffff;
        font-family: Poppins;
        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: #fff; }

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

==  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-title {
  color: #ffffff;
  font-size: 25px;
  margin-bottom: 25px;
  text-transform: uppercase;
    
}

.about-me-content {
  color: #d0d0d0;
  font-family: Poppins;
  font-size: 16px;
  line-height: 30px;
  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: #777777;
    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: #fff;
      transition: .3s ease; }
    .about-us-table-content #about-us-navigation ul li.active {
      color: #fff;
      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: #fff;
  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: #fff;
    color: #b19a7d;
    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: #fff;
    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: #1e1e1e;
    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 .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: #fff;
  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: 55%;
  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: #fff;
    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;
  box-shadow: 0 10px 20px rgba(4, 4, 4, 0.15);
  background: #fff;
  position: absolute;
  width:  100%;
  z-index: 9;
}
  .contact-form .contact-form-title {
    color: #222222;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2.2px;
    margin-bottom: 30px; }
  .contact-form .contacts-from-group {
    position: relative; }
    .contact-form .contacts-from-group label {
      font-size: 12px;
      color: #aaaaaa !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: 10px;
      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;
    font-size: 11px;
    letter-spacing: 2.2px;
    text-transform: uppercase; }
  .contact-info-block .info-content {
    line-height: 28px;
    color: #777777;
    font-size: 13px;
    font-family: "Poppins"; }

.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 100px; }
  footer.tmt-footer .footer-content {
    display: flex;
    align-items: center; }
    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 {
            position: absolute;
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: opacity .3s ease; }
            footer.tmt-footer .footer-content .social_wrapper .social li a:hover {
              transition: opacity .3s ease;
              opacity: .6;
              text-decoration: none; }
    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; }
        footer.tmt-footer .footer-content .footer-sidebar ul li {
          font: 12px 'Poppins', Arial, Helvetica, sans-serif;
          font-weight: 400;
          text-transform: uppercase;
          text-decoration: none;
          display: inline-block; }
          footer.tmt-footer .footer-content .footer-sidebar ul li a {
            padding: 0 30px; }
    footer.tmt-footer .footer-content .copyrights {
      flex-grow: 0;
      float: right;
      font-size: 12px;
      color: #777777; }

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

==  Custom Select

-------------------------------------------------------------------*/
.nice-select {
  min-width: 160px;
  border-bottom: solid 1px #444444;
  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: #2a2a2a;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    border: 1px solid #2a2a2a;
    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: #b19a7d; }
      .nice-select ul.list li:hover {
        transition: all .3s ease;
        color: #b19a7d;
        opacity: .7;
        transform: translateX(6px); }
      .nice-select ul.list li.selected {
        color: #b19a7d;
        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; 
  display: none;

}

#cursor-circle {
  position: fixed;
  width: 32px;
  height: 32px;
  border: 1px solid #b19a7d;
  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: #b19a7d;
  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: #222222;
  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: #b19a7d;
        padding: 10px 15px; }
        .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: #222;
  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%; }
    .hamburger-menu--full-width .mobile-menu-wrapper .mobile-nav-menu {
      max-width: 400px;
      min-width: 400px;
      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; }
        .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 {
          letter-spacing: 0.15rem;
          font-weight: 900;
          font-size: 22px;
          text-transform: uppercase;
          cursor: pointer;
          color: #b19a7d;
          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; } }
/*-------------------------------------------------------------------

==  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; }

  .tmt-footer .footer-sidebar {
    display: none; }

  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

-------------------------------------------------------------------*/
@media (max-width: 630px){
  .custom-bg{
    background-color: #272727;
  }
  .custom-bg:before, .custom-bg:after{
    display: none;
  }
  #main{
    padding: 0
  }
  .menu-icon-wrapper .menu-icon{
    width: 20px;
  }
  .menu-icon-wrapper .menu-icon:before{
    width: 30px;
    top: -8px;
  }
  .menu-icon-wrapper .menu-icon:after{
    width: 30px;
    bottom: -8px;
  }
  header.tmt-header .row .col-md-10.col-sm-9.col-8 .tmt-icon-menu .header-icon-wrapper{
    align-items: inherit;
  }
  .home-slider-1 .swiper-pagination{
    display: none;
  }
  .home-slider-1 .swiper-slide{
    padding: 0;
  }
  .home-wrapper{
    padding-top: 4rem;
    padding-bottom: 5rem;
  }
  .home-slider-1 .swiper-button-prev{
    
    left: 15px;
    bottom: -85px;
  }
  .home-slider-1 .swiper-button-next{
    
    bottom: -85px;
  }
  .home-slider-1 .swiper-slide .caption{
    padding: 20px 0;
    text-align: center;
  }
  .popup-gallery a{
    width: 100% !important;
  }
  .custom-img-fluid{
    height: inherit !important;
  }
  .about-me-bg{
    display: none;
  }
  .developer{
    text-align: center !important;
  }
}

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

==  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; } }

/*# sourceMappingURL=general.css.map */

.popup-gallery{
  width: 100%;
}
.popup-gallery a{
      width: calc(100%/4);
    float: left;
        padding: 5px;
}
.custom-img-fluid{
  width: 100%;
  height: 200px;
}
.custom-left{
  float: left;
}
.btn-custom{
      width: 100%;
    background-color: #2b2b2b !important;
    color: #ffff !important;
    text-transform: uppercase;
    border: 0px !important;
    padding: 15px 0 !important;
    font-size: 14px !important;
}
.logo_wrapper{
    width: 100px;
    float: right;
    padding-bottom: 12px;
}
.developer{
  text-align: right;
  font-size: 12px;
  padding-top: 15px;
  display: inline-block;
    width: 100%;
}

.mobile-sct-btn{
  background: #b19a7d;
  color: #fff;
  font-weight: 100;
  font-size: 12px;
  padding: 10px 30px;
  display: block;
  text-align: center;
  margin-top: 10px;
  display: none;
}


@media(max-width: 767px){
  .mobile-sct-btn{
    display: block;
  }
  .mobile-center{
    text-align: center;
  }
}