/* -----------------------------
01. Font Settings
02. General Settings
03. Helpfull Classes
04. Lines Style
05. Section Style
06. Homepage Slider
07. Services Style
08. About Style
09. Team Style
09. Clients Style
11. Blog Style
12. Projects Style
13. Gallery Style
14. Contact Style
15. Form style
16. Media Query
----------------------------- */


/* ======= Google fonts (Oswald & Didact Gothic) ======= */
@import url('https://fonts.googleapis.com/css2?family=Didact+Gothic&family=Oswald:wght@200;300;400;500;600;700&display=swap');

/* ======= General Settings ======= */
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    list-style: none;
    word-wrap: break-word;
}

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

body {
    font-family: 'Didact Gothic', sans-serif;
    font-size: 16px;
    line-height: 1.75em;
    font-weight: 400;
    color: #888;
    background: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    line-height: 1.5em;
    color: #272727;
    margin-bottom: 20px;
}
h1 {
    font-size: 60px;
}
h2 {
    font-size: 50px;
}
h3 {
    font-size: 40px;
}
h4 {
    font-size: 25px;
}
h5 {
    font-size: 20px;
}
h6 {
    font-size: 16px;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
    color: #c5a47e;
}
p {
    font-family: 'Didact Gothic', sans-serif;
    font-size: 16px;
    line-height: 1.75em;
    font-weight: 400;
    color: #888;
}
a {
    color: #c5a47e;
}
a:focus,
a:hover {
    color: #c5a47e;
}
a:active,
a:hover {
    outline: 0;
}
a:focus,
a:hover {
    text-decoration: none;
    outline: none;
}
img {
    width: 100%;
    height: auto;
}
ol li {
    font-family: "Didact Gothic", sans-serif;
    font-size: 16px;
    line-height: 1.75em;
    font-weight: 400;
}
sup,
sub {
    font-family: "Didact Gothic", sans-serif;
    font-size: 18px;
    line-height: 1.75em;
    font-weight: 400;
}
th {
    font-family: "Didact Gothic", sans-serif;
    font-weight: 400;
    color: #f4f4f4;
    font-size: 16px;
}
thead {
    border-bottom: 1px solid #f2f2f2;
    text-transform: uppercase;
    color: #888;
    font-size: 16px;
}
button {
    -webkit-appearance: none;
    background: none;
}
ul {
    list-style-type: none;
    padding-left: 0;
}
blockquote {
    font-weight: 400;
}
button,
input,
optgroup,
select,
textarea {
    font-family: 'Didact Gothic', sans-serif;
}
input[type="password"]:focus,
input[type="email"]:focus,
input[type="text"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
textarea:focus {
    outline: none;
}
input[type="password"],
input[type="email"],
input[type="text"],
input[type="file"],
textarea {
    max-width: 100%;
    margin-bottom: 15px;
    padding: 10px 10px 10px;
    height: auto;
    background-color: #f4f4f4;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-width: 0 0 0px;
    border-style: solid;
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 1.75em;
    font-weight: 400;
    color: #888;
    background-image: none;
    border-color: ease-in-out .15s, box-shadow ease-in-out .15s;
    outline: none;
}
input:focus,
textarea:focus {
    outline: none;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    text-shadow: none;
    padding: 10px 24px;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 1.75em;
    font-weight: 400;
    border-style: solid;
    color: #fff;
    border-width: 0;
    -webkit-transition: background-color .15s ease-out;
    transition: background-color .15s ease-out;
    background-color: #c5a47e;
    margin-top: 10px;
}
button:hover {
    background-color: #272727;
}
input[type="submit"]:hover,
input[type="reset"]:hover {
    background-color: #272727;
}
select {
    padding: 10px;
    border-radius: 5px;
}
table,
th,
tr,
td {
    border: 1px solid #272727;
}
th,
tr,
td {
    padding: 10px;
}
input[type="radio"],
input[type="checkbox"] {
    display: inline;
}
.next-form-component {
    margin-bottom: 5px;
    position: relative;
}


/* ======= Helpfull Classes ======= */
.o-hidden {
    overflow: hidden;
}
.pos-re {
    position: relative;
}
.full-width {
    width: 100% !important;
}
.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
}
.bg-fixed {
    background-attachment: fixed;
}
.v-middle {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.section-padding {
    padding: 100px 0;
}

span,
a {
    display: inline-block;
    text-decoration: none;
    color: inherit;
}
.bb {
    border-bottom: 1px solid #f4f4f4;
}
.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}
.mt-60 {
    margin-top: 60px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-60 {
    margin-bottom: 60px;
}
/* owl theme */
.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 15px;
    line-height: .7;
}
.owl-theme .owl-dots .owl-dot span {
    width: 9px;
    height: 9px;
    margin: 0 3px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #ccc;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: transparent;
    border: 1px solid #c5a47e;
}
.flex-grow-1 {
    flex-grow: 1;
}
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.flex-center {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}
.flex-center-x {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.next-header-container {
    margin: 40px 0;
}
.next-header-container .logo {
    width: 150px;
}
#next-page-wrapper {
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    z-index: 0;
    padding: 0 60px;
}
.imgtop {
    padding-top: 90px;
    padding-bottom: 90px;
}
.txt-center {
    text-align: center;
}
.txt-right {
    text-align: right;
}


/* scrollbar */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background: #f4f4f4
}

::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #fff
}

::selection {
    background-color: #c5a47e;
    color: #fff
}


/* =======  Preloader Style  ======= */
.Lfa-pageloading {
    color: #c5a47e;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
}

.Lfa-pageloading h1 {
    color: #c5a47e;
    font-size: 40px;
}

.Lfa-pageloading .logo {
    width: 150px;
}


@-webkit-keyframes preloader-breath-img {
    from {
        opacity: .2;
    }

    to {
        opacity: 1;
    }
}
@keyframes preloader-breath-img {
    from {
        opacity: .2;
    }

    to {
        opacity: 1;
    }
}
.Lfa-pageloading .Lfa-pageloading-inner {
    -webkit-animation-name: preloader-breath-img;
    animation-name: preloader-breath-img;
    -webkit-animation-duration: 1800ms;
    animation-duration: 1800ms;
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
    -webkit-animation-timing-function: cubic-bezier(0.73, 0.005, 0.42, 1.005);
    animation-timing-function: cubic-bezier(0.73, 0.005, 0.42, 1.005);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}


/* =======  Lines Style  ======= */
.content-lines-wrapper {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.content-lines-inner {
    position: absolute;
    width: 1140px;
    left: 50%;
    margin-left: -570px;
    top: 0;
    height: 100%;
    border-left: 1px solid #f4f4f4;
    border-right: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
}
.content-lines {
    position: absolute;
    left: 33.333333%;
    right: 33.333333%;
    height: 100%;
    border-left: 1px solid #f4f4f4;
    border-right: 1px solid #f4f4f4;
}


/* =======  Section Style  ======= */
.section-head {
    overflow: hidden;
/*    margin: 30px 0;*/
}
.section-head h4 {
    font-size: 50px;
    line-height: 1.25em;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 20px;
    letter-spacing: 3px;
}
.section-head h4 span {
    color: #c5a47e;
    padding-right: 30px;
}
.section-head h4 span i {
    font-weight: 400;
}
.js .animate-box {
    opacity: 0;
}

/* ======= Homepage Slider ======= */
.swiper-container {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    cursor: -webkit-grab;
    cursor: grab;
    z-index: 700;
}
.swiper-button-next,
.swiper-button-prev {
    width: 50px;
    height: 50px;
    background-image: none;
    background-color: #fff;
    z-index: 2;
    cursor: pointer;
}
.swiper-button-next i,
.swiper-button-prev i {
    position: relative;
    left: 50%;
    top: 40%;
    color: #c5a47e;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all .3s ease-in-out;
}
.next-link {
    display: inline-block;
    width: auto;
    position: relative;
    text-decoration: none;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 5px;
    color: #c5a47e !important;
    transition: all .3s ease-in-out;
    padding-left: 100px;
    text-transform: uppercase;
}
.next-link a:hover {
    color: #c5a47e;
}
.next-link:before {
    content: '';
    display: inline-block;
    width: 90px;
    height: 1px;
    background: #c5a47e;
    position: absolute;
    left: 0;
    bottom: 12px;
}
@-webkit-keyframes arrowRight {
    0% {
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
    50% {
        -webkit-transform: translate(-10px, -50%);
        transform: translate(-10px, -50%);
    }
    100% {
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
}
@keyframes arrowRight {
    0% {
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
    50% {
        -webkit-transform: translate(-10px, -50%);
        transform: translate(-10px, -50%);
    }
    100% {
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
}
.swiper-button-next:hover i,
.swiper-button-prev:hover i {
    -webkit-animation: arrowRight 1s infinite;
    animation: arrowRight 1s infinite;
}
.swiper-button-next {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 0;
}
.swiper-button-prev {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    width: 100%;
    display: flex;
}
.swiper-slide-block {
    width: 100%;
    margin: 0 auto;
    height: 100%;
    text-align: left;
}
.swiper-slide-block .swiper-slide-block-img {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.swiper-slide-block .swiper-slide-block-img a {
    display: block;
    width: 100%;
    height: 100%;
}
.swiper-slide-block .swiper-slide-block-img img {
    width: 100%;
    height: auto;
    transition: all 1.5s ease-in-out;
}
.swiper-slide-block .swiper-slide-block-img:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.swiper-slide-block .swiper-slide-block-text {
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-top: 50px;
    position: relative;
}
.swiper-slide-block .next-main-title {
    color: #272727;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 55px;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 3px
}
.swiper-slide-block .next-main-subtitle {
    font-size: 14px;
    font-weight: 300;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 10px;
    color: #c5a47e;
}
.swiper-slide-block .next-main-subtitle span {
    font-family: "Didact Gothic", sans-serif;
    font-size: 12px;
    line-height: 1.75em;
    font-weight: 400;
    letter-spacing: 1px;
    color: #c5a47e;
}
.swiper-slide-block .next-main-subtitle,
.swiper-slide-block .next-main-title,
.swiper-slide-block .next-paragraph {
    z-index: 2;
    position: relative;
}
.swiper-slide-block .next-paragraph {
    max-width: 413px;
    color: #888;
    margin: 30px 0;
    font-size: 16px;
    line-height: 1.75em;
}
.swiper-slide-block .next-number {
    font-family: 'Oswald', sans-serif;
    font-size: 300px;
    font-weight: 400;
    width: 80%;
    display: block;
    color: #f4f4f4;
    position: relative;
    bottom: 40px;
    z-index: -1;
    text-align: right;
    margin: 0;
    line-height: 200px;
}
.next-section-slider {
    width: 100%;
    height: auto;
    background-color: #fff;
}
.next-section-slider .next-container-center {
    width: 100%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}


/* =======  Services  ======== */
.services .item {
    padding: 40px 20px;
    position: relative;
    background-size: cover;
    background-position: 50% 0% !important;
    margin-bottom: 30px;
}
.services .item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(12, 12, 12, 0.5);
}
.services .item:hover:after {
    opacity: 0;
}
.services .item:hover h5,
.services .item:hover p,
.services .item:hover h5 .services .item:hover span {
    color: #fff;
}
.services .item:hover .numb {
    -webkit-text-stroke: 1px #fff
}
.services .item:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 1;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.services .item .con {
    position: relative;
    z-index: 7;
}
.services h5 {
    color: #c5a47e;
    font-size: 27px;
    position: relative;  
}

.services h5 span {
    color: #c5a47e;
    padding-right: 30px;
}

.services .item h5 {
    font-size: 24px;
    color: #c5a47e;
    font-family: 'Didact Gothic', sans-serif;
}

.services-page h4 {
        color: #c5a47e;
    font-size: 36px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 400;  
}

.services .item .numb {
    font-size: 70px;
    line-height: 70px;
    font-weight: 500;
    font-family: 'Oswald', sans-serif;
    color: transparent;
    -webkit-text-stroke: 1px #888;
    opacity: .7;
    margin-bottom: 20px;
}
.services .item p {
    font-size: 16px;
}
.services .bg-1 {
    background-image: url(../images/blog/1.jpg);
}
.services .bg-2 {
    background-image: url(../images/blog/2.jpg);
}
.services .bg-3 {
    background-image: url(../images/blog/6.jpg);
}
.services .bg-4 {
    background-image: url(../images/blog/3.jpg);
}

.services .bg-5 {
    background-image: url(../images/blog/4.jpg);
}

.services .bg-6 {
    background-image: url(../images/blog/5.jpg);
}

/* services sidebar */
.sidebar .sidebar-widget {
    position: relative;
    display: block;
    margin-bottom: 30px;
}
.sidebar .sidebar-widget:last-child {
    margin-bottom: 0px;
}
.sidebar .sidebar-widget .widget-inner {
    position: relative;
    display: block;
    padding: 45px;
    background: #f4f4f4;
    border-radius: 0px;
}
.sidebar-title {
    position: relative;
    margin-bottom: 20px;
    border-bottom: 1px solid #ececec;
    padding-bottom: 15px;
}
.sidebar-title h4 {
    position: relative;
    display: inline-block;
    font-family: 'Oswald', sans-serif;
    font-size: 30px;
    line-height: 1.25em;
    color: #c5a47e;
    margin-bottom: 0px;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.sidebar .services ul {
    position: relative;
}
.sidebar .services ul li {
    position: relative;
    line-height: 48px;
    font-size: 16px;
    color: #888;
    font-weight: 300;
    margin-bottom: 5px;
}
.sidebar .services ul li:before {
    content: "";
    position: absolute;
    left: -20px;
    top: 0;
    right: -20px;
    bottom: 0;
    background: #c5a47e;
    border-radius: 0;
    opacity: 0;
    transition: all 0.3s ease;
}
.sidebar .services ul li:after {
    content: "";
    position: absolute;
    left: -20px;
    top: 50%;
    margin-top: -12px;
    height: 24px;
    border-left: 2px solid var(--thm-base);
    opacity: 0;
    transition: all 0.3s ease;
}
.sidebar .services ul li:last-child {
    margin-bottom: 0;
}
.sidebar .services ul li a {
    position: relative;
    display: block;
    font-size: 16px;
    color: #888;
    font-weight: 400;
    transition: all 0.3s ease;
    z-index: 1;
}
.sidebar .services ul li:hover a,
.sidebar .services ul li.active a {
    color: #fff;
}
.sidebar .services ul li:hover:before,
.sidebar .services ul li.active:before,
.sidebar .services ul li:hover:after,
.sidebar .services ul li.active:after {
    opacity: 1;
}
.sidebar .services ul li a:after {
    position: absolute;
    right: 0;
    top: -1px;
    font-family: "themify";
    content: "\e649";
    opacity: 1;
    font-size: 10px;
    font-weight: normal;
    z-index: 1;
}
.sidebar .services ul li a:hover:before,
.sidebar .services ul li.active a:before {
    opacity: 1;
    transform: scaleX(1);
    transition: all 0.3s ease 0.1s;
}




/* =======  About  ======== */
.about { }

.about .year-wrap {
    margin-bottom: 90px;
}

.about .numb {
    font-size: 120px;
    line-height: 120px;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
    color: #c5a47e;
    margin-bottom: 0;
}

.about .year {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    padding-left: 20px;
}

.about h3 {
    font-size: 27px;
    font-family: 'Didact Gothic', sans-serif;
}

.about .year h4 {
    font-size: 27px;
    line-height: 1.25em;
    margin: 0;
    font-family: 'Didact Gothic', sans-serif;
}
.about .year h6 {
    color: #c5a47e;
    margin-bottom: 0;
    font-size: 16px;
    /* text-transform: uppercase; */
    font-family: 'Didact Gothic', sans-serif;
    font-weight: 300;
}
.about .yearimg {
    margin: 0;
    display: inline-block;
    vertical-align: bottom;
}
.about .yearimg img {
    width: 200px;
}
.about .video-block {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-top: 80px;
    width: 83.33333333333334%;
    margin-right: auto;
    color: #c5a47e;
    transition: all 0.3s;
}
.about .video-block:hover {
    color: #272727;
}
.about .video-block img {
    width: 100%;
    display: block;
    position: relative;
    z-index: 2;
}
.about .video-block-play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    border-radius: 100%;
    border: 2px solid currentColor;
    z-index: 3;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 8px;
}
.about .video-block-play:after {
    width: 0;
    height: 0;
    background: 0;
    border-style: solid;
    border-width: 15px 0 15px 23px;
    border-color: transparent transparent transparent currentColor;
    content: '';
}
.about .video-block:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: -80px;
    left: 20%;
    background: url(../images/dot.png);
    z-index: 1;
}
.about .image {
    position: relative;
}
.about .image .img {
    position: relative;
    margin-bottom: 20px;
}
.about .image .img img {}

/* =======  Team  ======= */
.team {
    padding-bottom: 30px;
    margin-bottom: 60px;
}
.team .item:hover .info {
    top: 0;
    opacity: 1;
}
.team .item .team-img {
    width: 365px;
    height: 242px;
    overflow: hidden;
    margin: 0 auto 20px;
    position: relative;
}
.team .item .info {
    position: absolute;
    top: 100%;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(197, 164, 126, 0.89);
    color: #fff;
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.team .item h6 {
    font-family: 'Didact Gothic', sans-serif;
    font-size: 16px;
    line-height: 1.25em;
    color: #c5a47e;
    margin-bottom: 0;
}
.team .item span {
    margin-bottom: 20px;
}
.team .item .icon {
    font-size: 16px;
    margin: 0 5px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    color: #fff;
}

.team .item .icon:hover {
    color: #272727;
}


/* =======  Clients  ======= */
.clients {
  padding: 20px 0;
}
.clients .owl-carousel {
  margin-bottom: -20px;
}
.clients .client-logo {
  opacity: 1;
}
.clients .client-logo:hover {
  opacity: .7;
}
.clients img {
 -webkit-filter: none;
  filter: none;
}
.clients img:hover {

      -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all .5s;
  transition: all .5s;
}

/* =======  Testimonials  ======= */
.testimonials .item-box {
    background: #f4f4f4;
    padding: 30px;
    border-radius: 10px;
    margin: 0 0 20px 0;
}
.testimonials .item-box .quote {
    width: 40px;
    margin: 0 auto 10px;
    opacity: 1;
}
.testimonials .item-box p {
    text-align: left;
    font-size: 16px;
    color: #888;
    font-weight: 400;
}
.testimonials .item-box .info {
    text-align: left;
    margin: 40px 0 20px;
}
.testimonials .item-box .info .author-img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    float: left;
    overflow: hidden;
}
.testimonials .item-box .info .cont {
    margin-left: 70px;
}
.testimonials .item-box .info h6 {
    color: #c5a47e;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0px;
    line-height: 1.25em;
    font-family: 'Didact Gothic', sans-serif;
}
.testimonials .item-box .info span {
    font-size: 16px;
    font-weight: 400;
    color: #888;
}


/* =======  Blog  ======= */
.blog .item {
    margin-bottom: 20px;
}
.blog .item .post-img {
    overflow: hidden;
    position: relative;
}
.blog .item .post-img:hover .img {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
.blog .item .post-img .img {
    -webkit-transition: all .4s;
    transition: all .4s;
}
.blog .item .cont {
    padding: 15px 15px 0 0;
}
.blog .item .cont h6 {
    font-size: 21px;
    margin-bottom: 5px;
    font-family: 'Didact Gothic', sans-serif;
}
.blog .item .cont h6 a:hover {
    color: #c5a47e;
}
.blog .item .cont h5 {
    font-size: 40px;
    margin-bottom: 5px;
}
.blog .item .info {
    font-size: 14px;
    color: #888;
    margin-bottom: 10px;
}
.blog .item .info a {
    margin-right: 0px;
    color: #888;
}
.blog .item .info a:last-child {
    margin-right: 0;
}
.blog .item .info b {
    color: #c5a47e;
    font-weight: 400;
    padding-right: 10px;
}

/* blog sidebar */
.blog-sidebar .widget {
    background: #f4f4f4;
    padding: 30px;
    margin-bottom: 30px;
    overflow: hidden;
}
.blog-sidebar .widget ul {
    margin-bottom: 0;
    padding: 0;
}
.blog-sidebar .widget ul li {
    margin-bottom: 15px;
    color: #888;
    font-size: 16px;
    line-height: 1.5em;
}
.blog-sidebar .widget ul li a {
    color: #888;
}
.blog-sidebar .widget ul li a.active {
    color: #c5a47e;
}
.blog-sidebar .widget ul li a:hover {
    color: #c5a47e;
}
.blog-sidebar .widget ul li:last-child {
    margin-bottom: 0;
}
.blog-sidebar .widget ul li i {
    font-size: 9px;
    margin-right: 10px;
}
.blog-sidebar .widget .recent li {
    display: block;
    overflow: hidden;
}
.blog-sidebar .widget .recent .thum {
    width: 90px;
    overflow: hidden;
    float: left;
}
.blog-sidebar .widget .recent a {
    display: block;
    margin-left: 105px;
}
.blog-sidebar .widget-title {
    margin-bottom: 20px;
}
.blog-sidebar .widget-title h6 {
        padding-bottom: 10px;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    font-size: 27px;
    line-height: 1.5em;
    color: #c5a47e;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.blog-sidebar .search form {
    position: relative;
}
.blog-sidebar .search form input {
    width: 100%;
    padding: 10px;
    border: 0;
    background: #fff;
	margin-bottom: 0;
}
.blog-sidebar .search form button {
       position: absolute;
    right: 0px;
    top: -10px;
    background-color: transparent;
    color: #ccc;
    border: 0;
    padding: 10px;
    cursor: pointer;
    outline: none;
}
.blog-sidebar .tags li {
    margin: 3px !important;
    padding: 7px 20px;
    background-color: #c5a47e;
    color: #fff !important;
    float: left;
}
.blog-sidebar ul.tags li a {
    font-size: 15px;
    color: #fff;
}
.blog-sidebar ul.tags li:hover,
.blog-sidebar ul.tags li a:hover {
    background-color: #fff;
    color: #888;
}



/* blog pagination */
.nextarch-pagination-wrap {
    padding: 0;
    margin: 0;
    text-align: center;
}
.nextarch-pagination-wrap li {
    display: inline-block;
    margin: 0 5px;
}
.nextarch-pagination-wrap li a {
    background: transparent;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    color: #888;
    font-weight: 400;
    border: 1px solid #f4f4f4;
    font-size: 17px;
}
.nextarch-pagination-wrap li a i {
    font-size: 11px;
}
.nextarch-pagination-wrap li a:hover {
    opacity: 1;
    text-decoration: none;
    background: transparent;
    border: 1px solid #c5a47e;
    color: #c5a47e;
}
.nextarch-pagination-wrap li a.active {
    background-color: transparent;
    border: 1px solid #c5a47e;
    color: #c5a47e;
}
@media screen and (max-width: 768px) {
    .nextarch-pagination-wrap {
        padding: 0;
        margin: 0;
        text-align: center;
    }
}

/* post */
.next-post-img {
    width: 100%;
}

.post-page h4 {
    color: #c5a47e;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.25em;
    font-family: 'Didact Gothic', sans-serif;
    position: relative;
    margin-bottom: 20px;
}

.post-page h5 {
    color: #c5a47e;
    font-size: 18px;
    font-family: 'Didact Gothic', sans-serif;
    margin-bottom: 10px;
}


/* ======= Projects Style  ======= */
.projects .item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.projects .item:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-filter: brightness(40%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.projects .item:hover .con {
    bottom: 0;
}
.projects .item img {
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-filter: brightness(100%);
}
.projects .item .con {
    padding: 30px;
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: center;
}
.projects .item .con .category {
    color: #c5a47e;
    font-size: 14px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 0;
    letter-spacing: 5px;
}
.projects .item .con .category a {
    margin-right: 5px;
    position: relative;
    color: #c5a47e;
    font-weight: 300;
}
.projects .item .con .category a:last-child {
    margin-right: 0;
}
.projects .item .con .category a:last-child:after {
    display: none;
}

.project-page h4 {
    font-family: 'Didact Gothic', sans-serif;
       color: #c5a47e;
    font-size: 30px;
    line-height: 1.25em;
    position: relative;
    font-weight: 400;
}

.projects .item .con h5 {
    font-size: 24px;
    color: #fff;
    font-family: 'Didact Gothic', sans-serif;
}
.projects .item .con h5 a {
    color: #fff;
}
.projects .item .con p {
    color: #fff;
    font-size: 16px;
}
.projects .item .con i {
    color: #fff;
    font-size: 20px;
}
.projects .item .con .btn {
    margin-left: 0;
    border-radius: 30px;
    border-color: #888;
    padding: 11px 30px;
}
.projects .item .con .btn:hover {
    border-color: #c5a47e;
}


/* prev/next project */
.projects-prev-next {
    padding: 40px 0;
    border: none;
    border-top: 1px solid #f4f4f4;
}
@media (max-width: 576px) {
    .projects-prev-next {
        text-align: center;
    }
    .projects-prev-next-left {
        margin-bottom: 10px;
    }
}
.projects-prev-next a {
    display: inline-block;
    font-size: 16px;
    color: #888;
    line-height: 1em;
}
.projects-prev-next a i {
    font-size: 16px;
}
.projects-prev-next a:hover {
    color: #c5a47e;
}
.projects-prev-next .projects-prev-next-left a i {
    margin-right: 5px;
    font-size: 12px;
}
.projects-prev-next .projects-prev-next-right a i {
    font-size: 12px;
    margin-left: 0;
    margin-left: 5px;
}



/* ======= Gallery Style  ======= */
.works{

}
.works .filtering {
  position: relative;
  z-index: 7;
}
.works .filtering .filter {
  margin-top: 25px;
  margin-bottom: 25px;
  float: right;
  display: inline-block;
}
.works .filtering span {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.5px;
  margin: 0 -2px;
  padding: 0 10px;
  cursor: pointer;
}
.works .filtering span:last-of-type {
  border-right: transparent;
}
.works .filtering .active {
  color: #c5a47e;
}
.works .items {
  margin-bottom: 30px;
}
.works .item-img {
  position: relative;
  color: #fff;
}
.works .item-img:hover .item-img-overlay {
  visibility: visible;
  opacity: 1;
}
.works .item-img:hover p, .works .item-img:hover h6 {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.works .item-img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.works .item-img-overlay .overlay-info {
  position: absolute;
  bottom: 30px;
  left: 30px;
  width: 100%;
  overflow: hidden;
  z-index: 2;
}
.works .item-img-overlay .icon {
  position: absolute;
  left: calc(50% - 20px);
  bottom: calc(50% - 20px);
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  font-size: 40px;
}
.works .item-img-overlay p {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 5px;
  -webkit-transform: translateY(200px);
  transform: translateY(200px);
  -webkit-transition: all .5s;
  transition: all .5s;
  color: #c5a47e;
  margin-bottom: 0px;
}
.works .item-img-overlay h6 {
font-size: 21px;
    font-family: 'Didact Gothic', sans-serif;
    color: #fff;
    -webkit-transform: translateY(150px);
    transform: translateY(150px);
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}



/* ======= Contact Style ======= */

.form-control {
    max-width: 100%;
    margin-bottom: 15px;
    border-color: #ececec;
    padding: 18px 10px 10px;
    height: auto;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-width: 0 0 1px;
    border-style: solid;
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 1.75em;
    font-weight: 400;
    color: #272727;
    background-image: none;
    border-bottom: 1px solid #ececec;
    border-color: ease-in-out .15s, box-shadow ease-in-out .15s;
}

.next-section-contact b {
    
    color: #c5a47e;
    font-size: 16px;
    font-weight: 400;
}

/* ======= Form style ======= */
.next-form-block {
    padding-left: 0;
    list-style-type: none;
    margin: 60px 0;
}
.next-form-block-child {
    padding-top: 45px;
    margin-left: -20px;
}
.next-form-block-item {
    margin-bottom: 60px;
}
.img-wrapper {
    float: left;
    margin-bottom: 40px;
    margin-right: 20px;
}
.next-form-wrapper {
    float: left;
    width: 75%;
}
.next-form-icons {
    list-style-type: none;
    padding-left: 0;
    font-family: "Didact Gothic", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #888;
}
.next-form-icons li {
    display: inline-block;
    margin-right: 10px;
    font-family: "Didact Gothic", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #ccc;
}
.next-forms-img {
    border-radius: 50%;
    width: 90px;
    max-width: 90px;
}
.next-form-icons li span {
    margin-left: 5px;
}


/* ======= Footer styles ======= */
.next-footer-container {
    padding: 40px 0;
    border-top: 1px solid #f4f4f4;
}
@media (min-width: 480px) and (max-width: 767px) {
    .next-footer-container {
        padding-top: 15px;
    }
}
.next-footer-list li {
    display: inline-block;
    margin: 0 7px;
    position: relative;
}
.next-footer-list a {
    font-family: 'Didact Gothic', sans-serif;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.2px;
    text-transform: uppercase;
}
@media (max-width: 479px) {
    .next-footer-list li {
        display: block;
    }
}
.next-footer-list {
    padding-top: 0px;
    margin-bottom: 15px;
    padding-left: 0px;
}
/* footer social icons */
.next-social-icons {
    margin-bottom: 15px;
}
.next-social-icon {
    color: #c5a47e;
    font-size: 16px;
    margin: 0 10px;
}
.next-social-icons-item {
    display: inline-block;
}
.next-copyright {
    color: #888;
    font-size: 14px;
    margin-right: 15px;
    text-align: right;
}
.next-copyright span {
    font-size: 13px;
    font-family: 'Didact Gothic', sans-serif;
    color: #c5a47e;
}
.next-social-link:hover span {
    color: #c5a47e;
}
.next-separator {
    border-top-width: 1px;
    border-top-color: #333;
    border-top-style: solid;
    margin: 60px 0;
}


/* ======= Media Query ======= */
@media (max-width: 390px) {
    .next-form-wrapper {
        width: 58%;
    }
}
@media (max-width: 540px) {
    .next-form-block-child li > .img-wrapper {
        margin-left: 30px;
    }
    .next-form-wrapper {
        width: 61%;
    }
    .next-form-block-child li > .next-form-wrapper {
        width: 47%;
    }
}
@media (max-width: 600px) {
    .next-form-block-child li > .next-form-wrapper {
        width: 75%;
    }
}
@media (max-width: 700px) {
    .next-form-wrapper {
        width: 70%;
    }
}
@media (max-width: 767px) {
    #next-page-wrapper {
        padding: 0 15px;
    }
    section {
        padding: 0;
    }
    
    .next-header-container {
    margin: 30px 0;
}
}
@media (max-width: 1199px) {
    .next-form-wrapper {
        width: 64%;
    }
}
@media (min-width:768px) {
    .swiper-slide-block .swiper-slide-block-text {
        margin-top: 100px;
    }
}
@media (min-width:992px) {
    .next-section-slider .swiper-container-horizontal:after {
        content: "";
        display: block;
        width: 100%;
        height: 50px;
        position: absolute;
        bottom: 0px;
        left: 0;
        z-index: 2;
        background: linear-gradient(to top, #fff, rgba(255, 255, 255, 0));
    }
    .next-section-slider .next-container-center {
        max-width: 1245px;
        width: 100%;
    }
}
@media (min-width:1200px) {
    .next-section-slider {
        padding-bottom: 40px;
    }
    .swiper-container {
        height: 610px;
    }
    .swiper-button-next {
        right: 223px;
        background-color: #fff;
    }
    .swiper-button-prev {
        bottom: 50px;
        background-color: #fff;
    }
    .swiper-slide-block .swiper-slide-block-img {
        width: 70%;
        max-height: 560px;
        height: 560px;
        max-width: 825px;
        overflow: hidden;
        position: relative;
    }
    .swiper-slide-block .swiper-slide-block-img img {
        position: absolute;
        top: 0;
        left: 0;
        width: auto;
        height: 100%;
    }
    .swiper-slide-block .swiper-slide-block-text {
        width: 30%;
        height: 100%;
        max-height: 560px;
        max-width: 375px;
        position: absolute;
        background-color: transparent;
        top: 0;
        right: 0;
        margin-top: 0;
        padding: 0;
    }
    .swiper-slide-block .swiper-slide-block-text:before {
        content: "";
        display: block;
        width: 200px;
        max-width: 408px;
        height: 100%;
        background-color: #f4f4f4;
        position: absolute;
        left: -50px;
    }
    .swiper-slide-block .next-main-title {
        margin-top: 150px;
    }
    .swiper-slide-block .next-number {
        margin-top: 50px;
        font-size: 250px;
    }
}
@media (min-width: 1000px) and (max-width: 1399px) {
    .next-form-block-child li > .next-form-wrapper {
        width: 80%;
    }
}
@media (min-width: 1200px) and (max-width: 1300px) {
    .next-form-wrapper {
        width: 80%;
    }
}