 #gallery .items {
     overflow: hidden
 }

 .dcg-three .dcg-text {
     width: 100%;
     position: absolute;
     bottom: -10%;
     z-index: 1;
     font-size: 14px;
     line-height: 1em;
     padding: 30px;
     color: #fff;
     text-transform: uppercase;
     opacity: 0;
     text-align: center
 }

 .dcg-three .dcg-overlay {
     background: rgba(0, 0, 0, .75);
     position: absolute;
     width: 0;
     height: 0;
     left: 50%;
     top: 50%;
     transform: translate(-50%, -50%);
     opacity: 0
 }

 .items {
     padding: 0 10px
 }

 .dcg-three {
     position: relative;
     overflow: hidden
 }

 .dcg-item {
     position: relative
 }

 .dcg-image {
     width: 100%;
     height: auto
 }

 .dcg-title {
     font-size: 18px;
     font-weight: 700;
     margin-top: 10px
 }

 .dcg-text {
     font-size: 14px;
     margin-top: 5px
 }

 .dcg-line {
     border-top: 1px solid #333;
     margin-top: 10px
 }

 .dcg-overlay {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: rgba(0, 0, 0, .5);
     opacity: 0;
     transition: opacity .3s ease
 }

 .dcg-item:hover .dcg-overlay {
     opacity: 1
 }

 .gyr0-zone {
     padding: 1em
 }

 .list-content .list-title {
     color: #fff
 }

 .list-content .text {
     color: #fff
 }

 .listing-style5 .list-thumb {
     height: 240px;
     border-radius: 6px;
     overflow: hidden;
     position: relative;
     width: 400px
 }

 .listing-style5 .list-thumb img {
     height: 100%;
     width: 100%:
 }

 .list-content .text {
     color: #fff;
     height: 180px
 }

 .listing-style5 .list-thumb {
     height: 300px;
     border-radius: 6px;
     overflow: hidden;
     position: relative;
     width: 400px
 }

 .gallery-filter {
     width: 100%;
     padding-bottom: 30px;
     padding-left: 0px;
     position: relative;
 }

 .gallery-filter li {
     font-family: "Oswald", sans-serif;
     font-size: 21px;
     font-weight: 300;
     margin-right: 15px;
     display: inline-block;
     cursor: pointer;
     color: #fff;
     text-transform: uppercase;
     letter-spacing: 2px;
 }

 .gallery-filter li:last-child {
     margin-right: 0;
 }

 .gallery-filter li.active {
     color: #c5a47e;
     content: "";
     left: 0;
     bottom: -4px;
     border-bottom: 1px solid #c5a47e;
     -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
     -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
     transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
 }

 .gallery-filter li:hover {
     color: #c5a47e;
 }

 .gallery-item-inner {
     position: relative;
     display: inline-block;
     width: 100%;
     vertical-align: middle;
     -webkit-background-size: cover;
     background-size: cover;
     -webkit-clip-path: inset(0 0 0 0);
     clip-path: inset(0 0 0 0);
     -webkit-transition: all 1.25s cubic-bezier(.01, .71, .26, .94);
     -moz-transition: all 1.25s cubic-bezier(.01, .71, .26, .94);
     transition: all 1.25s cubic-bezier(.01, .71, .26, .94);
     border-radius: 7px;
 }

 .gallery-box {
     overflow: hidden;
     position: relative;
     display: flex;
     flex-direction: column;
     cursor: pointer;
     border-radius: 20px;
     isolation: isolate;
 }

 .gallery-box .gallery-img {
     position: relative;
     overflow: hidden;
     transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
 }

 .gallery-box .gallery-img:after {
     content: " ";
     display: block;
     width: 100%;
     height: 100%;
     position: absolute;
     top: 0;
     left: 0;
     transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
     overflow: hidden;
     -webkit-transition: all .5s;
     transition: all .5s;
 }

 .gallery-box .gallery-img>img {
     transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
     border-radius: 0;
     -webkit-transition: all .5s;
     transition: all .5s;
 }

 .gallery-box:hover .gallery-img>img {
     -webkit-filter: none;
     filter: none;
     -webkit-transform: scale(1.09, 1.09);
     transform: scale(1.09, 1.09);
     -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
     -o-transition: all 1s ease;
     -ms-transition: all 1s ease;
     transition: all 1s ease;
 }

 .gallery-box .gallery-detail {
     position: absolute;
     opacity: 0;
     transform: translateX(-20px);
     transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
     padding: 30px 20px;
     bottom: 0;
 }

 .gallery-box .gallery-detail h4 {
     font-size: 21px;
     color: #fff;
     margin-bottom: 0;
     text-transform: uppercase;
     letter-spacing: 2px;
 }

 .gallery-box .gallery-detail p {
     color: #c5a47e;
     margin-bottom: 0;
 }

 .gallery-box:hover .gallery-detail {
     opacity: 1;
     transform: translateX(0px);
 }

 .mfp-counter {
     display: none;
 }

 .mfp-figure button {
     border: 0px solid transparent;
 }

 button.mfp-close,
 button.mfp-arrow {
     border: 0px solid transparent;
     background: transparent;
 }

 .mfp-bg,
 body.mfp-zoom-out-cur {
     overflow: hidden !important;
     margin: 0 !important;
     padding: 0 !important;
     height: 100% !important;
 }

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

 .banner-header {
     height: 100vh;
     background-position: center;
     background-size: cover;
     background-position: center;
 }

 .banner-header.middle-height {
     height: 80vh;
 }

 .banner-header.full-height {
     height: 100vh;
 }

 .banner-header[data-overlay-dark] h6,
 .banner-header h6 {
     font-size: 15px;
     line-height: 15px;
     color: #c5a47e;
     margin-bottom: 10px;
     position: relative;
     display: inline-block;
     z-index: 1;
     text-transform: uppercase;
     letter-spacing: 4px;
 }

 .banner-header h1 {
     font-size: 50px;
     color: #fff;
     position: relative;
     line-height: 1.25em;
     margin-bottom: 0;
     text-transform: uppercase;
     letter-spacing: 4px;
 }

 .banner-header h1 span {
     color: #c5a47e;
 }

 .banner-header h2 {
     font-size: 40px;
     color: #fff;
     position: relative;
     line-height: 1.25em;
     margin-bottom: 0;
     text-transform: uppercase;
     letter-spacing: 2px;
 }

 .banner-header h2 span {
     color: #c5a47e;
 }

 .banner-header p,
 .banner-header[data-overlay-dark] p {
     font-size: 17px;
     font-weight: 300;
     margin-bottom: 0;
     color: #fff;
     -webkit-animation-delay: 1s;
     animation-delay: 1s;
 }

 @media screen and (max-width: 991px) {
     .banner-header h1 {
         font-size: 40px;
     }

     .banner-header h2 {
         font-size: 40px;
     }

     .banner-header {
         height: 60vh;
     }
 }

 .mt-160 {
     margin-top: 160px !important;
 }

 .mfp-bg {
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     z-index: 1042;
     overflow: hidden;
     position: fixed;
     background: #101010;
     opacity: 0.9;
 }

 .mfp-wrap {
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     z-index: 1043;
     position: fixed;
     outline: none !important;
     -webkit-backface-visibility: hidden;
 }

 .mfp-container {
     text-align: center;
     position: absolute;
     width: 100%;
     height: 100%;
     left: 0;
     top: 0;
     padding: 0 8px;
     box-sizing: border-box;
 }

 .mfp-container:before {
     content: '';
     display: inline-block;
     height: 100%;
     vertical-align: middle;
 }

 .mfp-align-top .mfp-container:before {
     display: none;
 }

 .mfp-content {
     position: relative;
     display: inline-block;
     vertical-align: middle;
     margin: 0 auto;
     text-align: left;
     z-index: 1045;
 }

 .mfp-inline-holder .mfp-content,
 .mfp-ajax-holder .mfp-content {
     width: 100%;
     cursor: auto;
 }

 .mfp-ajax-cur {
     cursor: progress;
 }

 .mfp-zoom-out-cur,
 .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
     cursor: -moz-zoom-out;
     cursor: -webkit-zoom-out;
     cursor: zoom-out;
 }

 .mfp-zoom {
     cursor: pointer;
     cursor: -webkit-zoom-in;
     cursor: -moz-zoom-in;
     cursor: zoom-in;
 }

 .mfp-auto-cursor .mfp-content {
     cursor: auto;
 }

 .mfp-close,
 .mfp-arrow,
 .mfp-preloader,
 .mfp-counter {
     -webkit-user-select: none;
     -moz-user-select: none;
     user-select: none;
 }

 .mfp-loading.mfp-figure {
     display: none;
 }

 .mfp-hide {
     display: none !important;
 }

 .mfp-preloader {
     color: #b1b1b1;
     position: absolute;
     top: 50%;
     width: auto;
     text-align: center;
     margin-top: -0.8em;
     left: 8px;
     right: 8px;
     z-index: 1044;
 }

 .mfp-preloader a {
     color: #b1b1b1;
 }

 .mfp-preloader a:hover {
     color: #FFF;
 }

 .mfp-s-ready .mfp-preloader {
     display: none;
 }

 .mfp-s-error .mfp-content {
     display: none;
 }

 button.mfp-close,
 button.mfp-arrow {
     overflow: visible;
     cursor: pointer;
     background: transparent;
     border: 0;
     -webkit-appearance: none;
     display: block;
     outline: none;
     padding: 0;
     z-index: 1046;
     box-shadow: none;
     touch-action: manipulation;
 }

 button::-moz-focus-inner {
     padding: 0;
     border: 0;
 }

 .mfp-close {
     width: 44px;
     height: 44px;
     line-height: 44px;
     position: absolute;
     right: 0;
     top: 0;
     text-decoration: none;
     text-align: center;
     opacity: 0.65;
     padding: 0 0 18px 10px;
     color: #FFF;
     font-style: normal;
     font-size: 28px;
     font-family: Arial, Baskerville, monospace;
 }

 .mfp-close:hover,
 .mfp-close:focus {
     opacity: 1;
 }

 .mfp-close:active {
     top: 1px;
 }

 .mfp-close-btn-in .mfp-close {
     color: #fff;
 }

 .mfp-image-holder .mfp-close,
 .mfp-iframe-holder .mfp-close {
     color: #FFF;
     right: -6px;
     text-align: right;
     padding-right: 6px;
     width: 100%;
 }

 .mfp-counter {
     position: absolute;
     top: 0;
     right: 0;
     color: #b1b1b1;
     font-size: 10px;
     line-height: 18px;
     white-space: nowrap;
 }

 .mfp-arrow {
     position: absolute;
     opacity: 0.65;
     margin: 0;
     top: 50%;
     margin-top: -55px;
     padding: 0;
     width: 90px;
     height: 110px;
     -webkit-tap-highlight-color: transparent;
 }

 .mfp-arrow:active {
     margin-top: -54px;
 }

 .mfp-arrow:hover,
 .mfp-arrow:focus {
     opacity: 1;
 }

 .mfp-arrow:before,
 .mfp-arrow:after {
     content: '';
     display: block;
     width: 0;
     height: 0;
     position: absolute;
     left: 0;
     top: 0;
     margin-top: 35px;
     margin-left: 35px;
     border: medium inset transparent;
 }

 .mfp-arrow:after {
     border-top-width: 13px;
     border-bottom-width: 13px;
     top: 8px;
 }

 .mfp-arrow:before {
     border-top-width: 21px;
     border-bottom-width: 21px;
     opacity: 0.7;
 }

 .mfp-arrow-left {
     left: 0;
 }

 .mfp-arrow-left:after {
     border-right: 17px solid #FFF;
     margin-left: 31px;
 }

 .mfp-arrow-left:before {
     margin-left: 25px;
     border-right: 27px solid transparent;
 }

 .mfp-arrow-right {
     right: 0;
 }

 .mfp-arrow-right:after {
     border-left: 17px solid #FFF;
     margin-left: 39px;
 }

 .mfp-arrow-right:before {
     border-left: 27px solid transparent;
 }

 .mfp-iframe-holder {
     padding-top: 40px;
     padding-bottom: 40px;
 }

 .mfp-iframe-holder .mfp-content {
     line-height: 0;
     width: 100%;
     max-width: 900px;
 }

 .mfp-iframe-holder .mfp-close {
     top: -40px;
 }

 .mfp-iframe-scaler {
     width: 100%;
     height: 0;
     overflow: hidden;
     padding-top: 56.25%;
 }

 .mfp-iframe-scaler iframe {
     position: absolute;
     display: block;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
     background: #fff;
 }

 img.mfp-img {
     width: auto;
     max-width: 100%;
     height: auto;
     display: block;
     line-height: 0;
     box-sizing: border-box;
     padding: 40px 0 40px;
     margin: 0 auto;
 }

 .mfp-figure {
     line-height: 0;
 }

 .mfp-figure:after {
     content: '';
     position: absolute;
     left: 0;
     top: 40px;
     bottom: 40px;
     display: block;
     right: 0;
     width: auto;
     height: auto;
     z-index: -1;
     box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
     background: #444;
 }

 .mfp-figure small {
     color: #b1b1b1;
     display: block;
     font-size: 10px;
     line-height: 14px;
 }

 .mfp-figure figure {
     margin: 0;
 }

 .mfp-bottom-bar {
     margin-top: -36px;
     position: absolute;
     top: 100%;
     left: 0;
     width: 100%;
     cursor: auto;
 }

 .mfp-title {
     text-align: left;
     font-size: 10px;
     line-height: 18px;
     color: #F3F3F3;
     word-wrap: break-word;
     padding-right: 36px;
 }

 .mfp-image-holder .mfp-content {
     max-width: 100%;
 }

 .mfp-gallery .mfp-image-holder .mfp-figure {
     cursor: pointer;
 }

 @media screen and (max-width: 800px) and (orientation: landscape),
 screen and (max-height: 300px) {
     .mfp-img-mobile .mfp-image-holder {
         padding-left: 0;
         padding-right: 0;
     }

     .mfp-img-mobile img.mfp-img {
         padding: 0;
     }

     .mfp-img-mobile .mfp-figure:after {
         top: 0;
         bottom: 0;
     }

     .mfp-img-mobile .mfp-figure small {
         display: inline;
         margin-left: 5px;
     }

     .mfp-img-mobile .mfp-bottom-bar {
         background: rgba(0, 0, 0, 0.6);
         bottom: 0;
         margin: 0;
         top: auto;
         padding: 3px 5px;
         position: fixed;
         box-sizing: border-box;
     }

     .mfp-img-mobile .mfp-bottom-bar:empty {
         padding: 0;
     }

     .mfp-img-mobile .mfp-counter {
         right: 5px;
         top: 3px;
     }

     .mfp-img-mobile .mfp-close {
         top: 0;
         right: 0;
         width: 35px;
         height: 35px;
         line-height: 35px;
         background: rgba(0, 0, 0, 0.6);
         position: fixed;
         text-align: center;
         padding: 0;
     }
 }

 @media all and (max-width: 900px) {

     .mfp-arrow {
         -webkit-transform: scale(0.75);
         transform: scale(0.75);
     }

     .mfp-arrow-left {
         -webkit-transform-origin: 0;
         transform-origin: 0;
     }

     .mfp-arrow-right {
         -webkit-transform-origin: 100%;
         transform-origin: 100%;
     }

     .mfp-container {
         padding-left: 6px;
         padding-right: 6px;
     }

    section {
    padding: 50px 10px !important;
         }


        .banner-style-one .slide {
           height: 60vh;
         }



 }