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

body,
html {
    color: #212529;
    line-height: 1.3;
    font-weight: 400;
    font-size: 14px;
    font-family: Poppins, sans-serif;
    overflow-x: hidden
}

.main {
    background: #fff;
    position: relative;
    z-index: 3
}

.padding-0 {
    padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 600
}

p {
    font-size: 15px;
    font-weight: 400;
    color: #909090;
    line-height: 2;
    margin: 0
}

img {
    width: 100%;
    height: auto
}

.color-red {
    color: red
}

a,
a:hover,
span {
    display: inline-block;
    text-decoration: none;
    color: inherit
}

b {
    font-weight: 700!important
}

.section-padding {
    padding: 120px 0
}

.sub-title {
    color: #af986f;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding-left: 70px;
    position: relative
}

.sub-title:after {
    content: '';
    width: 60px;
    height: 1px;
    background: #af986f;
    position: absolute;
    left: 0;
    bottom: 45%
}

.sub-title.center {
    padding-left: 0
}

.sub-title.center:after {
    display: none
}

.padding-top-0 {
    padding-top: 0
}

.extra-title {
    font-size: 38px;
    text-transform: uppercase;
    line-height: 1.4
}

.extra-text {
    font-size: 20px;
    color: #1e1e1e
}

.blck {
    background: #121213;
    color: #fff
}

.blck p {
    color: #dadada
}

.blck .imgio .cimgio {
    background: #121213
}

.header-black .topnav {
    background-color: #111
}

.kmore {
    color: #af986f;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 30px;
    padding-left: 70px;
    position: relative
}

.kmore:after {
    content: '';
    width: 60px;
    height: 1px;
    background: #af986f;
    position: absolute;
    left: 0;
    bottom: 45%
}

.section-head {
    margin-bottom: 80px
}

.section-head h6 {
    font-size: 13px;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 300;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #af986f;
    margin-bottom: 10px
}

.section-head h3 {
    font-weight: 700;
    line-height: 1.5
}

.bg-gray {
    background: #fafafa
}

.o-hidden {
    overflow: hidden
}

.position-re {
    position: relative
}

.full-width {
    width: 100%!important
}

.bg-img {
    background-size: cover;
    background-repeat: no-repeat
}

.no-cover {
    background-repeat: repeat;
    background-size: auto
}

.bg-fixed {
    background-attachment: fixed
}

.on-top {
    position: relative;
    z-index: 7
}

.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.loading-text {
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 10px;
    position: absolute;
    top: 45%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.loading-text.isdone {
    top: 40%;
    opacity: 0;
    -webkit-transition: all .8s cubic-bezier(.19, 1, .22, 1);
    transition: all .8s cubic-bezier(.19, 1, .22, 1);
    -webkit-transition-delay: .5s;
    transition-delay: .5s
}

.btn-curve {
    background: 0 0;
    padding: 14px 35px;
    border: 1px solid #1e1e1e;
    border-radius: 0;
    position: relative;
    overflow: hidden;
    cursor: pointer
}

.btn-curve:hover:after {
    bottom: -10px;
    border-radius: 0
}

.btn-curve:hover span {
    color: #fff
}

.btn-curve:after {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: 100%;
    background: #1e1e1e;
    border-radius: 0 0 100% 100%;
    -webkit-transition: all .6s cubic-bezier(1, 0, .55, 1);
    transition: all .6s cubic-bezier(1, 0, .55, 1)
}

.btn-curve span {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    z-index: 2;
    -webkit-transition: all .8s;
    transition: all .8s
}

.btn-curve.btn-lit {
    border-color: #fff;
    color: #fff
}

.btn-curve.btn-lit:hover span {
    color: #1e1e1e
}

.btn-curve.btn-lit:after {
    background: #fff
}

.btn-curve.btn-blc {
    background: #1e1e1e
}

.btn-curve.btn-blc:after {
    background: #fff
}

.btn-curve.btn-blc span {
    color: #fff
}

.btn-curve.btn-blc:hover span {
    color: #1e1e1e
}

.btn-curve.btn-lg {
    padding: 14px 40px
}

.btn-curve.btn-lg span {
    font-size: 14px
}

.btn-curve.btn-wit {
    background: #fff;
    border-color: #fff
}

.btn-curve.btn-wit:after {
    background: #090909
}

.btn-curve.btn-wit span {
    color: #1e1e1e
}

.btn-curve.btn-wit:hover span {
    color: #fff
}

.mouse-cursor {
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    visibility: hidden
}

.cursor-inner {
    margin-left: -3px;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    z-index: 10000001;
    background-color: #af986f;
    -webkit-transition: width .3s ease-in-out, height .3s ease-in-out, margin .3s ease-in-out, opacity .3s ease-in-out;
    transition: width .3s ease-in-out, height .3s ease-in-out, margin .3s ease-in-out, opacity .3s ease-in-out
}

.cursor-inner.cursor-hover {
    margin-left: -40px;
    margin-top: -40px;
    width: 80px;
    height: 80px;
    background-color: #af986f;
    opacity: .3
}

.cursor-outer {
    margin-left: -15px;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    border: 2px solid #af986f;
    z-index: 10000000;
    opacity: .5;
    -webkit-transition: all .08s ease-out;
    transition: all .08s ease-out
}

.cursor-outer.cursor-hover {
    opacity: 0
}

.progress-wrap {
    position: fixed;
    bottom: 30px;
    right: 30px;
    height: 44px;
    width: 44px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .4s linear;
    transition: all .4s linear
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.progress-wrap::after {
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    content: '\f077';
    text-align: center;
    line-height: 44px;
    font-size: 13px;
    font-weight: 900;
    color: #af986f;
    left: 0;
    top: 0;
    height: 44px;
    width: 44px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all .4s linear;
    transition: all .4s linear
}

.progress-wrap svg path {
    fill: none
}

.progress-wrap svg.progress-circle path {
    stroke: #af986f;
    stroke-width: 4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .4s linear;
    transition: all .4s linear
}

.splitting.animated .char {
    -webkit-animation: fadeInUp .4s cubic-bezier(.3, 0, .7, 1) both;
    animation: fadeInUp .4s cubic-bezier(.3, 0, .7, 1) both;
    -webkit-animation-delay: calc(30ms * var(--char-index));
    animation-delay: calc(30ms * var(--char-index))
}

.splitting .whitespace {
    width: 10px
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.splitting.txt.animated .char {
    -webkit-animation: fadeIn .3s cubic-bezier(.3, 0, .7, 1) both;
    animation: fadeIn .3s cubic-bezier(.3, 0, .7, 1) both;
    -webkit-animation-delay: calc(10ms * var(--char-index));
    animation-delay: calc(10ms * var(--char-index))
}

.splitting.txt .whitespace {
    width: 5px
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.imgio {
    position: relative;
    overflow: hidden
}

.imgio .cimgio {
    position: absolute;
    height: 140%;
    width: 140%;
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
    bottom: -20%;
    right: -20%;
    background: #fff;
    visibility: visible!important;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.imgio .animated {
    width: 0
}

.cimgio[data-delay="100"] {
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

.cimgio[data-delay="200"] {
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.cimgio[data-delay="300"] {
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

.cimgio[data-delay="400"] {
    -webkit-transition-delay: .4s;
    transition-delay: .4s
}

.cimgio[data-delay="500"] {
    -webkit-transition-delay: .5s;
    transition-delay: .5s
}

.cimgio[data-delay="600"] {
    -webkit-transition-delay: .6s;
    transition-delay: .6s
}

.cimgio[data-delay="700"] {
    -webkit-transition-delay: .7s;
    transition-delay: .7s
}

.cimgio[data-delay="800"] {
    -webkit-transition-delay: .8s;
    transition-delay: .8s
}

.cimgio[data-delay="900"] {
    -webkit-transition-delay: .9s;
    transition-delay: .9s
}

.cimgio[data-delay="1s"] {
    -webkit-transition-delay: 1s;
    transition-delay: 1s
}

.topnav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding: 25px 0;
    color: #fff;
    -webkit-transition: all .7s;
    transition: all .7s
}

.topnav .container,
.topnav .container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.topnav .container-fluid {
    padding: 0 50px
}

.topnav .logo {
    width: 150px
}

.topnav .menu-icon {
    margin-left: auto;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center
}

.topnav .menu-icon:hover .text .char {
    -webkit-animation: fadeInUp .3s cubic-bezier(.3, 0, .7, 1) both;
    animation: fadeInUp .3s cubic-bezier(.3, 0, .7, 1) both;
    -webkit-animation-delay: calc(30ms * var(--char-index));
    animation-delay: calc(30ms * var(--char-index))
}

.topnav .menu-icon .text {
    font-size: 13px;
    font-weight: 500;
    padding-left: 15px;
    display: table-cell;
    vertical-align: middle;
    position: relative
}

.topnav .menu-icon .text:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-left: 15px;
    opacity: 0;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transition-delay: .4s;
    transition-delay: .4s
}

.topnav .menu-icon .text .word {
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transition-delay: .6s;
    transition-delay: .6s
}

.topnav .menu-icon .text.open .word {
    opacity: 0;
    -webkit-transition-delay: .4s;
    transition-delay: .4s
}

.topnav .menu-icon .text.open:after {
    opacity: 1;
    -webkit-transition-delay: .6s;
    transition-delay: .6s
}

.topnav .menu-icon .icon {
    display: table-cell
}

.topnav .menu-icon .icon i {
    display: block;
    width: 30px;
    height: 3px;
    background: #fff;
    margin: 6px 0
}

.topnav.dark .menu-icon {
    color: #000
}

.topnav.dark .menu-icon .icon i {
    background: #000
}

.topnav.dark.navlit .menu-icon {
    color: #fff
}

.topnav.dark.navlit .menu-icon .icon i {
    background: #fff
}

.nav-scroll {
    background: #111
}

.hamenu {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #0a0a0a;
    opacity: .8;
    padding: 100px 30px 30px;
    overflow: hidden;
    z-index: 99;
    -webkit-transition: all .5s cubic-bezier(1, 0, .55, 1);
    transition: all .5s cubic-bezier(1, 0, .55, 1)
}

.hamenu.open .menu-links .main-menu>li .link {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    color: transparent
}

.hamenu.open .menu-links .main-menu li .o-hidden:hover a {
    color: #fff;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.hamenu.open .menu-links .main-menu li .o-hidden:hover .dmenu {
    color: #fff;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.hamenu.open .cont-info:after {
    height: 100vh;
    -webkit-transition-delay: 1s;
    transition-delay: 1s
}

.hamenu.open .cont-info .item {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transition-delay: 1s;
    transition-delay: 1s
}

.hamenu .menu-links {
    color: #fff;
    margin-top: 30px
}

.hamenu .menu-links .o-hidden {
    display: inline-block
}

.hamenu .menu-links .main-menu {
    position: relative;
    z-index: 2
}

.hamenu .menu-links .main-menu.gosub>li {
    opacity: 0;
    visibility: hidden;
    -webkit-transition-delay: .2s!important;
    transition-delay: .2s!important
}

.hamenu .menu-links .main-menu.gosub>li .link {
    -webkit-transform: translateY(45px)!important;
    transform: translateY(45px)!important;
    opacity: 0!important;
    visibility: hidden!important;
    -webkit-transition-delay: .2s!important;
    transition-delay: .2s!important
}

.hamenu .menu-links .main-menu.gosub .sub-menu.sub-open {
    z-index: 3!important;
    opacity: 1!important;
    visibility: visible!important
}

.hamenu .menu-links .main-menu>li {
    font-size: 50px;
    font-weight: 600;
    line-height: 55px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .5s;
    transition: all .5s
}

.hamenu .menu-links .main-menu>li span.nm {
    opacity: .8;
    font-size: 11px;
    margin-right: 10px
}

.hamenu .menu-links .main-menu>li .link {
    -webkit-transform: translateY(45px);
    transform: translateY(45px);
    -webkit-transition: all .7s;
    transition: all .7s;
    cursor: pointer
}

.hamenu .menu-links .main-menu>li .link i {
    font-size: 15px;
    margin-left: 5px
}

.hamenu .menu-links .main-menu .sub-menu {
    max-height: 0;
    overflow: hidden;
    transition: max-height .8s ease-out
}

.hamenu .menu-links .main-menu .sub-menu.sub-open {
    z-index: 3;
    max-height: 500px;
    transition: max-height 1s ease-in
}

.hamenu .menu-links .main-menu .sub-menu li {
    color: #eee;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 8px 10px;
    line-height: 20px
}

.hamenu .menu-links .main-menu .sub-menu li:hover {
    color: #fff
}

.hamenu .menu-links .main-menu .sub-menu li .sub-link.back {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer
}

.hamenu .menu-links .main-menu .sub-menu li .sub-link.back i {
    margin-left: 10px
}

.hamenu .menu-links .main-menu .sub-menu li .sub-link em {
    font-size: 13px;
    font-weight: 300;
    margin-left: 10px
}

.hamenu .cont-info {
    color: #fff;
    margin-top: 50px;
    position: relative
}

.hamenu .cont-info:after {
    content: '';
    width: 1px;
    height: 0;
    background: rgba(255, 255, 255, .1);
    position: absolute;
    left: -40px;
    top: -170px;
    -webkit-transition: all .7s;
    transition: all .7s
}

.hamenu .cont-info .item {
    margin-bottom: 30px;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 0;
    -webkit-transition: all .7s;
    transition: all .7s
}

.hamenu .cont-info .item:last-of-type {
    margin-bottom: 0
}

.hamenu .cont-info .item h6 {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px
}

.slider .parallax-slider {
    position: relative
}

.slider .parallax-slider .swiper-slide {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 100vh;
    padding-bottom: 50px
}

.slider .parallax-slider .swiper-slide .bg-img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover
}

.slider .parallax-slider .swiper-slide-active .caption h1 {
    -webkit-transition: all 0s;
    transition: all 0s
}

.slider .parallax-slider .swiper-slide-active .caption h1 .char {
    -webkit-animation: fadeInUp .5s cubic-bezier(.3, 0, .7, 1) both;
    animation: fadeInUp .5s cubic-bezier(.3, 0, .7, 1) both;
    -webkit-animation-delay: calc(60ms * var(--char-index));
    animation-delay: calc(60ms * var(--char-index))
}

.slider .parallax-slider .swiper-slide-active .caption .btn-curve,
.slider .parallax-slider .swiper-slide-active .caption h1,
.slider .parallax-slider .swiper-slide-active .caption p {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.slider .parallax-slider .caption h1 {
    font-size: 5vw;
    letter-spacing: 2px;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .5s, visibility .5s;
    transition: opacity .5s, visibility .5s
}

.slider .parallax-slider .caption p {
    color: #eee;
    margin: 20px 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transition-delay: .5s;
    transition-delay: .5s
}

.slider .parallax-slider .caption .btn-curve {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transition-delay: .8s;
    transition-delay: .8s
}

.slider .parallax-slider .social {
    position: absolute;
    left: 50px;
    bottom: 20px;
    z-index: 6
}

.slider .parallax-slider .social.active a {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible
}

.slider .parallax-slider .social .icon {
    color: #fff;
    margin-right: 10px;
    cursor: pointer
}

.slider .parallax-slider .social a {
    color: #fff;
    font-size: 11px;
    margin-right: 7px;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    transition: all .3s
}

.slider.corner {
    background: #161619;
    min-height: 100vh;
    padding: 80px 20px 0
}

.slider.corner .parallax-slider {
    position: relative
}

.slider.corner .parallax-slider .swiper-slide {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: calc(100vh - 100px)
}

.slider.corner .parallax-slider .swiper-slide .bg-img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover
}

.center-slider {
    text-align: center
}

.center-slider .parallax-slider .caption h1 {
    font-size: 85px;
    font-weight: 700;
    letter-spacing: 4px
}

.page-header {
    min-height: 35vh
}

.page-header .cont h1 {
    font-size: 70px;
    margin-bottom: 20px
}

.page-header .cont h5 {
    font-size: 16px;
    font-weight: 400;
    color: #eee
}

.page-header .cont h5 a {
    margin: 0 15px
}

.page-header.proj-det .img-wrapper {
    min-height: 80vh
}

.page-header.blg .cont {
    padding: 220px 0
}

.page-header.blg .cont h2 {
    line-height: 1.6;
    margin-bottom: 10px
}

.page-header.blg .cont .info a {
    margin: 0 10px;
    font-size: 13px;
    font-family: 'Roboto Mono', monospace;
    color: #aaa
}

.slide-controls .swiper-pagination-fraction {
    position: absolute;
    right: 40px;
    left: auto;
    bottom: 40px;
    top: auto;
    width: auto;
    color: #fff;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 600;
    opacity: .8
}

.slide-controls .swiper-pagination-fraction .swiper-pagination-current {
    font-size: 60px;
    position: relative;
    opacity: .5
}

.slide-controls .swiper-pagination-fraction .swiper-pagination-current:after {
    content: '/';
    position: relative;
    margin: 0 10px;
    font-size: 12px
}

.slide-controls .swiper-button-next,
.slide-controls .swiper-button-prev {
    position: absolute;
    bottom: 45%;
    top: auto;
    left: auto;
    right: 40px;
    color: #fff;
    font-size: 15px;
    margin: 0;
    width: 40px;
    height: 40px;
    border: 1px solid #eee;
    border-radius: 50%
}

.slide-controls .swiper-button-next:after,
.slide-controls .swiper-button-prev:after {
    display: none
}

.slide-controls .swiper-button-prev {
    right: auto;
    left: 40px
}

.about .video-wrapper .img {
    position: relative;
    height: 400px;
    padding: 0;
    overflow: hidden
}

.about .video-wrapper .img img {
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover
}

.about .video-wrapper .vid {
    position: absolute;
    z-index: 8;
    top: calc(50% - 50px);
    left: calc(50% - 50px)
}

.about .video-wrapper .vid .vid-butn:hover .icon {
    color: #fff
}

.about .video-wrapper .vid .vid-butn:hover .icon:before {
    -webkit-transform: scale(0);
    transform: scale(0)
}

.about .video-wrapper .vid .vid-butn .icon {
    color: #212529;
    width: 100px;
    height: 100px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 50%;
    line-height: 100px;
    text-align: center;
    font-size: 17px;
    position: relative;
    -webkit-transition: all .5s;
    transition: all .5s
}

.about .video-wrapper .vid .vid-butn .icon:after {
    content: '';
    position: absolute;
    top: 5px;
    bottom: 5px;
    right: 5px;
    left: 5px;
    border: 1px solid #eee;
    border-radius: 50%;
    z-index: -1
}

.about .video-wrapper .vid .vid-butn .icon:before {
    content: '';
    position: absolute;
    top: 5px;
    bottom: 5px;
    right: 5px;
    left: 5px;
    background: #fff;
    border-radius: 50%;
    z-index: -1;
    -webkit-transition: all .5s cubic-bezier(1, 0, 0, 1);
    transition: all .5s cubic-bezier(1, 0, 0, 1)
}

.about .video-wrapper .stats {
    padding: 0 40px
}

.about .video-wrapper .stats h4 {
    margin-bottom: 20px;
    font-weight: 300
}

.about .video-wrapper .stats h3 {
    text-transform: uppercase;
    margin-bottom: 10px
}

.about .video-wrapper .stats ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0
}

.about .video-wrapper .stats ul li {
    width: 100%;
    margin-top: 40px;
    padding-right: 20px
}

.about .video-wrapper .stats ul li:last-of-type {
    padding-right: 0
}

.about .video-wrapper .stats ul li span {
    color: #af986f;
    font-size: 60px;
    font-family: 'Barlow Condensed', sans-serif;
    margin-right: 10px
}

.about .video-wrapper .stats ul li span i {
    color: #777;
    font-size: 20px;
    font-style: normal;
    margin-right: 2px
}

.about .video-wrapper .stats ul li h6 {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.5
}

.img-full {
    min-height: 80vh
}

.intro-section .item h6 {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 10px
}

.work-carousel {
    position: relative;
    z-index: 3
}

.work-carousel .swiper-slide {
    padding: 0
}

.work-carousel .swiper-slide .img {
    border-radius: 3px;
    overflow: hidden;
    -webkit-transition: all .8s;
    transition: all .8s
}

.work-carousel .swiper-slide-active .img:after,
.work-carousel .swiper-slide-next .img:after,
.work-carousel .swiper-slide-prev .img:after {
    opacity: .1!important
}

.work-carousel .swiper-slide-active .cont h4,
.work-carousel .swiper-slide-active .cont h6,
.work-carousel .swiper-slide-next .cont h4,
.work-carousel .swiper-slide-next .cont h6,
.work-carousel .swiper-slide-prev .cont h4,
.work-carousel .swiper-slide-prev .cont h6 {
    opacity: 1!important;
    visibility: visible!important;
    -webkit-transform: translateY(0)!important;
    transform: translateY(0)!important
}

.work-carousel .swiper-pagination-progressbar {
    position: absolute;
    bottom: 0;
    top: auto;
    right: auto;
    left: calc(50% - 120px);
    width: 240px;
    height: 2px;
    border-radius: 10px;
    background: #eee
}

.work-carousel .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    border-radius: 10px;
    background: #1e1e1e
}

.work-carousel .swiper-button-next,
.work-carousel .swiper-button-prev {
    position: absolute;
    bottom: 48%;
    top: auto;
    left: auto;
    right: 20px;
    color: #fff;
    font-size: 15px;
    margin: 0;
    width: 40px;
    height: 40px;
    border: 1px solid #eee;
    border-radius: 50%
}

.work-carousel .swiper-button-next:after,
.work-carousel .swiper-button-prev:after {
    display: none
}

.work-carousel .swiper-button-prev {
    right: auto;
    left: 20px
}

.work-carousel .content {
    position: relative
}

.work-carousel .content .img {
    position: relative
}

.work-carousel .content .img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #333;
    opacity: .9;
    -webkit-transition: all .5s;
    transition: all .5s
}

.work-carousel .content .cont {
    margin-top: 30px;
    padding-left: 15px
}

.work-carousel .content .cont h6 {
    color: #af986f;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-transition: all .7s;
    transition: all .7s;
    -webkit-transition-delay: .5s;
    transition-delay: .5s
}

.work-carousel .content .cont h4 {
    font-size: 20px;
    font-weight: 600;
    font-family: inherit;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .7s;
    transition: all .7s;
    -webkit-transition-delay: .5s;
    transition-delay: .5s
}

.portfolio {
    position: relative;
    z-index: 3
}

.portfolio:after {
    content: '';
    width: 60%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20%;
    z-index: -1
}

.portfolio .filtering {
    text-align: center;
    margin-bottom: 20px
}

.portfolio .filtering span {
    font-weight: 500;
    margin: 10px 20px;
    cursor: pointer;
    position: relative
}

.portfolio .filtering span.active {
    color: #af986f
}

.portfolio .filtering span:after {
    content: '';
    width: 7px;
    height: 7px;
    background: #eee;
    border-radius: 50%;
    position: absolute;
    right: -24px;
    top: 40%
}

.portfolio .filtering span:last-of-type:after {
    display: none
}

.portfolio .gallery .items {
    margin-top: 30px;
    padding: 0 15px;
    width: 50%
}

.portfolio .store-icon-adjust .gallery .items {
    width: 33%;
    padding: 30px 0
}

.portfolio .gallery .items>a {
    display: block
}

.portfolio .gallery .items .item-img {
    overflow: hidden;
    position: relative
}

.portfolio .gallery .items .item-img img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: transform .5s ease
}

.portfolio .gallery .items .item-img:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    transform: scale(1.05, 1.05)
}

.portfolio .gallery .items .item-img:hover .overlay-info .char {
    -webkit-animation: fadeInUp .3s cubic-bezier(.3, 0, .7, 1) both;
    animation: fadeInUp .3s cubic-bezier(.3, 0, .7, 1) both;
    -webkit-animation-delay: calc(20ms * var(--char-index));
    animation-delay: calc(20ms * var(--char-index))
}

.portfolio .gallery .items .item-img:hover .overlay-info h5 {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.portfolio .gallery .items .item-img:hover .overlay-info p {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.portfolio .gallery .items .item-img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    -webkit-transition: all .3s;
    transition: all .3s
}

.portfolio .gallery .items .overlay-info {
    position: relative;
    z-index: 3
}

.portfolio .gallery .items .overlay-info h5 {
    color: #fff;
    font-size: 22px;
    font-family: inherit;
    line-height: 1.5;
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .4s;
    transition: all .4s
}

.portfolio .gallery .items .overlay-info p {
    color: #fff;
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .4s;
    transition: all .4s;
    padding: 10px
}

.services .img {
    position: relative
}

.services .img .rotitle {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 120px;
    background: #af986f;
    color: #fff;
    z-index: 7
}

.services .img .rotitle h3 {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    text-transform: uppercase;
    letter-spacing: 15px;
    position: absolute;
    top: 50%;
    left: -50%
}

.services .content {
    max-width: 800px;
    padding: 120px 5%
}

.services .content .item {
    margin-bottom: 40px
}

.services .content .item:last-of-type {
    margin-bottom: 0
}

.services .content .item span {
    font-size: 80px;
    text-transform: uppercase;
    font-weight: 700;
    display: table-cell;
    opacity: .1
}

.services .content .item .cont {
    display: table-cell;
    vertical-align: middle;
    padding-left: 40px
}

.services .content .item .cont h6 {
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px
}

.services-grid .items {
    padding: 60px 0;
    text-align: center
}

.services-grid .items .icon {
    font-size: 40px;
    margin-bottom: 30px
}

.services-grid .items h5 {
    font-size: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 1.5;
    margin-bottom: 15px
}

.services-grid .items p {
    padding: 0 20px
}

.services-grid .items.active {
    background: #af986f;
    color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 10px 30px -5px rgba(175, 152, 111, .2);
    box-shadow: 0 10px 30px -5px rgba(175, 152, 111, .2)
}

.services-grid .items.active p {
    color: #eee
}

.store-icon-adjust .items p {
    font-size: 12px;
    margin-bottom: 8px;
    line-height: 20px
}

.store-icon-adjust .items .et-phone {
    font-size: 20px;
    padding-right: 5px;
    margin-bottom: 0
}

.store-icon-adjust .items .et-envelope {
    font-size: 15px;
    padding-right: 5px;
    margin-bottom: 0
}

.testim-bg {
    position: relative;
    z-index: 3
}

.testim-bg .quote-text {
    position: relative;
    margin-top: 40px;
    text-align: center
}

.testim-bg p {
    color: #eee;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 22px;
    font-weight: 300;
    line-height: 2
}

.testim-bg .info {
    text-align: center
}

.testim-bg .author {
    width: 90px;
    height: 90px;
    margin: auto;
    border-radius: 50%;
    overflow: hidden
}

.testim-bg h6 {
    letter-spacing: 2px;
    padding-top: 20px
}

.testim-bg h6 span {
    display: block;
    font-size: 13px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 1px;
    color: #af986f;
    margin-top: 5px
}

.testim-bg .navs {
    position: absolute;
    top: 52%;
    left: 0;
    width: 100%;
    z-index: 3
}

.testim-bg .navs span {
    position: absolute;
    width: 50px;
    height: 50px;
    text-align: center;
    cursor: pointer
}

.testim-bg .navs i {
    position: relative
}

.testim-bg .navs i:after,
.testim-bg .navs i:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 20px;
    width: 3px;
    background: #ccc
}

.testim-bg .navs i:before {
    top: 20px;
    top: 18px;
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg)
}

.testim-bg .navs i:after {
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg)
}

.testim-bg .navs .next {
    right: 80px
}

.testim-bg .navs .prev {
    left: 80px
}

.testim-bg .navs .prev i:before {
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg)
}

.testim-bg .navs .prev i:after {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg)
}

.testim-blocks {
    position: relative;
    overflow: hidden
}

.testim-blocks:after {
    content: '';
    position: absolute;
    top: -120px;
    bottom: -120px;
    left: -30%;
    width: 60%;
    background: #fafafa;
    z-index: -1
}

.testim-blocks .quote-text {
    padding: 0 30px
}

.testim-blocks .title h6 {
    font-size: 14px;
    letter-spacing: 5px;
    color: #af986f;
    text-transform: uppercase;
    margin-bottom: 5px
}

.testim-blocks .title h4 {
    margin-bottom: 50px
}

.testim-blocks .item .icon {
    width: 40px;
    margin-bottom: 15px;
    opacity: .5
}

.testim-blocks .item .info {
    margin-top: 30px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding-left: 15px;
    border-left: 1px solid #af986f
}

.testim-blocks .item .info h6 {
    margin-bottom: 10px
}

.testim-blocks .item .info span {
    color: #777
}

.testim-blocks .navs {
    position: absolute;
    background: #fff;
    right: 15px;
    bottom: 0
}

.testim-blocks .navs:after {
    content: '';
    position: absolute;
    top: 50%;
    left: calc(50% - 5px);
    background: #eee;
    height: 1px;
    width: 10px
}

.testim-blocks .navs span {
    display: block;
    margin: 12px
}

.clients .sectintro {
    padding-left: 50px
}

.clients .brands {
    padding: 20px 10px;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, .08)
}

.clients .brands:last-of-type {
    border-right: 0
}

.clients .brands:hover .img {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0
}

.clients .brands:hover .link {
    opacity: 1!important;
    -webkit-transition: all 0;
    transition: all 0
}

.clients .brands:hover .char {
    -webkit-animation: fadeInUp .3s cubic-bezier(.3, 0, .7, 1) both;
    animation: fadeInUp .3s cubic-bezier(.3, 0, .7, 1) both;
    -webkit-animation-delay: calc(20ms * var(--char-index));
    animation-delay: calc(20ms * var(--char-index))
}

.clients .brands .item {
    position: relative;
    text-align: center
}

.clients .brands .item .link {
    font-size: 16px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s
}

.clients .brands .img {
    max-width: 192px;
    margin: auto;
    position: relative;
    -webkit-transition: all .4s;
    transition: all .4s
}

.clients .bord {
    border: 1px solid rgba(0, 0, 0, .08);
    margin: 0
}

.clients .bord.nobord {
    border-top: 0
}

.team .title h3 {
    font-size: 50px;
    color: #999;
    text-transform: uppercase;
    margin-bottom: 10px
}

.team .title h3 span {
    display: block;
    color: #af986f;
    font-weight: 800
}

.team .team-container {
    position: relative
}

.team .team-container:after {
    content: '';
    position: absolute;
    top: -120px;
    bottom: -120px;
    right: 0;
    width: 80%;
    background: #fafafa;
    z-index: -1
}

.team .item {
    padding: 0 15px
}

.team .item .img {
    position: relative
}

.team .item .img:hover:after {
    opacity: .7
}

.team .item .img:hover .info,
.team .item .img:hover .social {
    opacity: 1
}

.team .item .img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #111;
    opacity: 0;
    -webkit-transition: all .4s;
    transition: all .4s
}

.team .item .img .info {
    position: absolute;
    bottom: 30px;
    left: 20px;
    z-index: 2;
    opacity: 0;
    -webkit-transition: all .4s;
    transition: all .4s
}

.team .item .img .info h5 {
    font-size: 20px;
    font-weight: 700;
    color: #af986f;
    margin-bottom: 5px
}

.team .item .img .info p {
    color: #eee;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase
}

.team .item .img .social {
    position: absolute;
    bottom: 30px;
    right: 20px;
    z-index: 2;
    opacity: 0;
    -webkit-transition: all .4s;
    transition: all .4s
}

.team .item .img .social a {
    display: block;
    font-size: 13px;
    margin-top: 10px;
    color: #fff
}

.team .slick-dots {
    bottom: -40px
}

.team .slick-dots li.slick-active button {
    background: #af986f
}

.team .slick-dots li button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    opacity: .8
}

.team .slick-dots li button:before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: absolute;
    top: 4px;
    left: 4px;
    line-height: 1;
    background: #af986f;
    opacity: 1
}

.blog .img {
    position: relative
}

.blog .img:after {
    content: '';
    position: absolute;
    top: -120px;
    bottom: -120px;
    right: -25vw;
    width: 50vw;
    z-index: -1
}

.blog .img.left:after {
    right: auto;
    left: -25vw
}

.blog .content {
    width: 100%;
    padding: 40px 70px
}

.blog .content .date {
    display: table-cell;
    position: relative;
    width: 70px;
    z-index: 2
}

.blog .content .date h3 {
    font-size: 50px;
    font-weight: 700;
    color: #af986f;
    margin-bottom: 5px
}

.blog .content .date h6 {
    color: #ccc;
    font-weight: 300
}

.blog .content .cont {
    display: table-cell;
    vertical-align: middle;
    padding-left: 15px
}

.blog .content .cont h4 {
    font-weight: 400;
    line-height: 1.5;
    margin: 10px 0 15px;
    word-spacing: -2px
}

.blog .content .cont .more {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #af986f;
    padding-left: 40px;
    position: relative
}

.blog .content .cont .more:after {
    content: '';
    width: 30px;
    height: 1px;
    background: #af986f;
    position: absolute;
    top: 50%;
    left: 0
}

.blog .content .info h6 {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #999
}

.blog .content .info .tags {
    color: #af986f;
    margin-left: 10px
}

.blog-pg .posts .item .img {
    position: relative
}

.blog-pg .posts .item .img .info {
    position: absolute;
    right: 0;
    top: 0;
    padding: 15px;
    background: #fff
}

.blog-pg .posts .item .img .info .date {
    text-align: center;
    color: #af986f
}

.blog-pg .posts .item .img .info .date .num {
    display: block;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative
}

.blog-pg .posts .item .img .info .date .num:after {
    content: '';
    width: 30px;
    height: 1px;
    background: #eee;
    position: absolute;
    bottom: 0;
    left: calc(50% - 15px)
}

.blog-pg .posts .item .img .info .date h5 {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px
}

.blog-pg .posts .item .content .tags {
    margin-bottom: 10px
}

.blog-pg .posts .item .content .tags a {
    font-size: 12px;
    font-weight: 500;
    color: #af986f;
    padding-right: 20px;
    position: relative
}

.blog-pg .posts .item .content .tags a:after {
    content: '';
    width: 8px;
    height: 2px;
    background: #eee;
    position: absolute;
    right: 4px;
    top: 50%
}

.blog-pg .posts .item .content .tags a:last-of-type {
    padding-right: 0
}

.blog-pg .posts .item .content .tags a:last-of-type:after {
    display: none
}

.blog-pg .posts .item .content h4 {
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 5px
}

.blog-pg .posts .item .content .more {
    margin-top: 20px;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-left: 60px;
    position: relative;
    -webkit-transition: all .5s;
    transition: all .5s
}

.blog-pg .posts .item .content .more:after {
    content: '';
    width: 50px;
    height: 1px;
    background: #090909;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transition: all .5s;
    transition: all .5s
}

.blog-pg .posts .item .content .more:hover {
    padding-left: 40px
}

.blog-pg .posts .item .content .more:hover:after {
    width: 30px
}

.blog-pg .posts .pagination {
    margin: 80px auto 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    text-align: center
}

.blog-pg .posts .pagination span {
    text-align: center;
    margin: 0 2px
}

.blog-pg .posts .pagination span a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #eee;
    font-size: 18px
}

.blog-pg .posts .pagination span.active a {
    border-color: #af986f;
    color: #af986f
}

.blog-pg.single .post .title-head {
    text-align: center;
    margin-bottom: 50px
}

.blog-pg.single .post .title-head h2 {
    margin-bottom: 10px
}

.blog-pg.single .post .title-head a {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0 10px
}

.blog-pg.single .post .content p {
    color: #555;
    font-size: 16px;
    font-family: inherit;
    margin: 30px 0
}

.blog-pg.single .post .content ul li {
    margin: 10px 0
}

.blog-pg.single .post .content ul li span {
    margin-right: 10px;
    font-weight: 500;
    font-size: 13px
}

.blog-pg.single .post .content .quotes {
    background: #fafafa;
    padding: 30px;
    margin: 30px 0
}

.blog-pg.single .post .content .quotes p {
    color: #111;
    font-size: 18px;
    font-style: italic
}

.blog-pg.single .post .content .spacial p {
    color: #111;
    font-size: 18px;
    font-weight: 500
}

.blog-pg.single .post .content .share-info {
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px solid #999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.blog-pg.single .post .content .share-info .social a {
    font-size: 13px;
    margin-right: 20px
}

.blog-pg.single .post .content .share-info .tags {
    margin-left: auto
}

.blog-pg.single .post .content .share-info .tags a {
    font-size: 12px;
    margin: 0 10px
}

.blog-pg.single .post .author {
    padding: 30px;
    margin-top: 40px;
    background: #fafafa
}

.blog-pg.single .post .author .author-img {
    display: table-cell;
    vertical-align: middle;
    width: 140px
}

.blog-pg.single .post .author .info {
    display: table-cell;
    padding-left: 40px
}

.blog-pg.single .post .author .info h6 {
    margin-bottom: 10px;
    font-size: 15px
}

.blog-pg.single .post .author .info h6 span {
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 10px
}

.blog-pg.single .post .author .info p {
    padding: 0;
    margin: 0
}

.blog-pg.single .post .author .info .social {
    margin-top: 15px;
    font-size: 13px
}

.blog-pg.single .post .author .info .social a {
    margin-right: 15px
}

.blog-pg.single .pagination {
    margin-top: 80px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.blog-pg.single .pagination span {
    width: 100%;
    padding: 20px;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 1px
}

.blog-pg.single .pagination .icon {
    border: 0;
    width: 70px
}

.blog-pg.single .comments-area {
    margin-top: 80px
}

.blog-pg.single .comments-area .item {
    padding: 30px 0;
    margin: 30px 0;
    border-bottom: 1px solid #eee
}

.blog-pg.single .comments-area .item.relped {
    margin-left: 100px
}

.blog-pg.single .comments-area .item .comment-img {
    display: table-cell;
    width: 80px
}

.blog-pg.single .comments-area .item .info {
    display: table-cell;
    vertical-align: middle;
    padding-left: 40px;
    position: relative
}

.blog-pg.single .comments-area .item .info h6 {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500
}

.blog-pg.single .comments-area .item .info h6 span {
    color: #999;
    font-size: 12px;
    font-weight: 400;
    margin-left: 10px
}

.blog-pg.single .comments-area .item .info p {
    line-height: 1.5;
    margin-top: 10px
}

.blog-pg.single .comments-area .item .info .replay {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 13px
}

.blog-pg.single .comments-area .item .info .replay i {
    margin-left: 5px
}

.blog-pg.single .comment-form {
    margin-top: 80px
}

.blog-pg.single .comment-form form {
    margin-top: 50px
}

.blog-pg.single .comment-form form input,
.blog-pg.single .comment-form form textarea {
    width: 100%;
    padding: 17px;
    background: #fafafa;
    border: 0
}

.blog-pg.single .comment-form form textarea {
    height: 140px
}

.blog-pg.single .comment-form form button {
    cursor: pointer
}

.next-project {
    position: relative;
    padding: 80px 0;
    margin-top: 90px;
    background: #fafafa;
    z-index: 2;
    overflow: hidden
}

.next-project:before {
    display: none
}

.next-project:after {
    content: '';
    height: 0;
    width: 100%;
    position: absolute;
    bottom: auto;
    right: 0;
    top: 0;
    -webkit-transition: height .6s cubic-bezier(.25, .8, .25, 1) 0s;
    transition: height .6s cubic-bezier(.25, .8, .25, 1) 0s;
    background: #f5f5f5;
    z-index: -1
}

.next-project:hover:after {
    height: 100%;
    bottom: 0;
    top: auto
}

.next-project .content {
    width: 100%
}

.next-project .content h2 {
    font-size: 90px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 20px
}

.next-project .content p {
    font-size: 18px;
    color: #555
}

.contact .form input,
.contact .form select,
.contact .form textarea {
    width: 100%;
    padding: 15px;
    background: 0 0;
    border: 0;
    border-bottom: 1px solid #ddd
}

.contact .form select {
    height: 49px!important
}

.contact .form textarea {
    height: 160px
}

.contact .cont-info .item {
    margin-bottom: 30px
}

.contact .cont-info .item h6 {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #af986f;
    margin-bottom: 15px
}

.contact .cont-info .item .social a {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #fafafa;
    border-radius: 50%
}

.map-section .map {
    min-height: 400px;
    width: 100%
}

footer.fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%
}

footer .call-action {
    background-color: #0e0e0e;
    color: #fff
}

footer .call-action .content h6 {
    color: #af986f;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 10px
}

footer .call-action .content h2 {
    font-size: 70px;
    font-weight: 700;
    margin-bottom: 20px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    color: transparent
}

footer .call-action .content h2 b {
    color: #fff;
    -webkit-text-stroke-width: 0
}

footer .call-action .content p {
    font-size: 17px;
    font-weight: 300
}

footer .call-action .contact-info {
    margin-top: 30px
}

footer .call-action .contact-info h6 {
    color: #af986f;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 10px
}

footer .call-action .tlink {
    margin-left: auto;
    border-bottom: 1px solid #eee
}

footer .sub-footer {
    background: #121213;
    padding: 40px 0
}

footer .sub-footer .right p {
    margin-left: auto;
    text-align: right
}

@media screen and (min-width:1200px) {
    .container {
        max-width: 1170px
    }
}

@media screen and (max-width:992px) {
    .topnav {
        background-color: #000
    }
    .md-pt40 {
        padding-top: 40px
    }
    .md-pb0 {
        padding-bottom: 0
    }
}

@media screen and (max-width:991px) {
    .md-mb10 {
        margin-bottom: 10px
    }
    .md-mb20 {
        margin-bottom: 20px
    }
    .md-mb30 {
        margin-bottom: 30px
    }
    .md-mb40 {
        margin-bottom: 40px
    }
    .md-mb50 {
        margin-bottom: 50px
    }
    .md-mb60 {
        margin-bottom: 60px
    }
    .md-mb70 {
        margin-bottom: 70px
    }
    .md-mb80 {
        margin-bottom: 80px
    }
    .md-pb10 {
        padding-bottom: 10px!important
    }
    .md-pb20 {
        padding-bottom: 20px
    }
    .md-pb30 {
        padding-bottom: 30px
    }
    .md-pb40 {
        padding-bottom: 40px
    }
    .md-pb50 {
        padding-bottom: 50px
    }
    .md-pb60 {
        padding-bottom: 60px
    }
    .md-pb70 {
        padding-bottom: 70px
    }
    .md-pb80 {
        padding-bottom: 80px
    }
    .order2 {
        -webkit-box-ordinal-group: 3!important;
        -ms-flex-order: 2!important;
        order: 2!important
    }
    .order1 {
        -webkit-box-ordinal-group: 2!important;
        -ms-flex-order: 1!important;
        order: 1!important
    }
    .slider .parallax-slider .swiper-slide .bg-img {
        background-position: center center
    }
    .slider .parallax-slider .caption {
        text-align: center
    }
    .slider .parallax-slider .caption h1 {
        font-size: 50px
    }
    .slide-controls .swiper-button-next,
    .slide-controls .swiper-button-prev {
        width: 30px;
        height: 30px;
        font-size: 12px
    }
    .slide-controls .swiper-button-next {
        right: 15px
    }
    .slide-controls .swiper-button-prev {
        left: 15px
    }
    .about .video-wrapper .img {
        margin-bottom: 50px
    }
    .about .video-wrapper .stats ul li h6 {
        display: block;
        text-align: center!important
    }
    .about .video-wrapper .stats ul li h6 br {
        display: none
    }
    .about .video-wrapper .stats ul li {
        text-align: center;
        padding: 0
    }
    .about .video-wrapper .stats ul li span {
        padding: 0;
        margin: 0
    }
    .team .title {
        margin-bottom: 50px
    }
    .team .title h3 {
        font-size: 40px
    }
    .team .team-container:after {
        display: none
    }
    .team .team-container {
        width: 100%
    }
    .work-carousel .swiper-slide-next .img:after,
    .work-carousel .swiper-slide-prev .img:after {
        opacity: 1!important
    }
    .work-carousel .swiper-slide-next .cont h6,
    .work-carousel .swiper-slide-prev .cont h6 {
        opacity: 0!important;
        visibility: hidden!important;
        -webkit-transform: translateY(-20px)!important;
        transform: translateY(-20px)!important
    }
    .work-carousel .swiper-slide-next .cont h4,
    .work-carousel .swiper-slide-prev .cont h4 {
        opacity: 0!important;
        visibility: hidden!important;
        -webkit-transform: translateY(20px)!important;
        transform: translateY(20px)!important
    }
    .services .img {
        height: 400px
    }
    .services .img .rotitle {
        display: none
    }
    .testim-bg .navs .next {
        right: 0
    }
    .testim-bg .navs .prev {
        left: 0
    }
    .testim-blocks .title {
        display: none
    }
    .intro-section .htit {
        margin-bottom: 30px
    }
    .clients .brands {
        padding: 50px 10px;
        border: 1px solid rgba(0, 0, 0, .08);
        margin-bottom: 15px
    }
    .team {
        padding-top: 0
    }
    .blog .content {
        padding: 0 30px;
        margin-top: 40px
    }
    .main {
        margin-bottom: 0!important
    }
    footer.fixed {
        position: static
    }
    footer .sub-footer,
    footer .sub-footer .right p {
        text-align: center
    }
}

@media screen and (max-width:767px) {
    .sm-mb10 {
        margin-bottom: 10px
    }
    .portfolio .store-icon-adjust .gallery .items {
        width: 100%;
        padding: 30px 0
    }
    .hamenu .menu-links .main-menu>li {
        line-height: 25px
    }
    .sm-mb20 {
        margin-bottom: 20px
    }
    .sm-mb30 {
        margin-bottom: 30px
    }
    .sm-mb40 {
        margin-bottom: 40px
    }
    .sm-mb50 {
        margin-bottom: 50px
    }
    .sm-mb60 {
        margin-bottom: 60px!important
    }
    .sm-mb70 {
        margin-bottom: 70px
    }
    .sm-mb80 {
        margin-bottom: 80px
    }
    .sm-pb10 {
        padding-bottom: 10px
    }
    .sm-pb20 {
        padding-bottom: 20px!important
    }
    .sm-pb30 {
        padding-bottom: 30px
    }
    .sm-pb40 {
        padding-bottom: 40px!important
    }
    .sm-pb50 {
        padding-bottom: 50px
    }
    .sm-pb60 {
        padding-bottom: 60px
    }
    .sm-pb70 {
        padding-bottom: 70px
    }
    .sm-pb80 {
        padding-bottom: 80px
    }
    .sm-mt30 {
        margin-top: 30px!important
    }
    .sm-mb-20 {
        margin-bottom: 20px!important
    }
    .sm-pt80 {
        padding-top: 80px!important
    }
    .sm-pt90 {
        padding-top: 90px!important
    }
    .sm-pt-0 {
        padding-top: 0!important
    }
    h1 {
        font-size: 35px
    }
    h2 {
        font-size: 28px
    }
    h3 {
        font-size: 24px
    }
    h4 {
        font-size: 20px
    }
    h5 {
        font-size: 18px
    }
    h6 {
        font-size: 16px
    }
    .hamenu .menu-links .main-menu>li {
        font-size: 24px
    }
    .hamenu .menu-links .main-menu .sub-menu li {
        font-size: 18px
    }
    .topnav .container-fluid {
        padding: 0 30px
    }
    .section-padding {
        padding: 60px 0
    }
    .section-head h6 {
        letter-spacing: 2px;
        font-size: 12px
    }
    .section-head {
        margin-bottom: 60px!important
    }
    .slider .parallax-slider .caption h1 {
        font-size: 40px
    }
    .slide-controls .swiper-pagination-fraction {
        right: 15px;
        bottom: 10px
    }
    .slide-controls .swiper-pagination-fraction .swiper-pagination-current {
        font-size: 45px
    }
    .slider .parallax-slider .social {
        left: 15px
    }
    .extra-title {
        font-size: 30px
    }
    .progress-wrap {
        right: 20px;
        bottom: 20px;
        width: 30px;
        height: 30px
    }
    .progress-wrap::after {
        width: 30px;
        height: 30px;
        line-height: 30px
    }
    .testim-blocks .quote-text {
        padding: 0 10px;
        margin-top: 40px
    }
    .portfolio:after,
    .testim-blocks:after {
        width: 100%;
        left: 0
    }
    .portfolio .gallery .items {
        width: 100%
    }
    .clients .bord {
        border: 0
    }
    .call-action.next .content h2,
    footer .call-action .content h2 {
        font-size: 50px
    }
    .blog-pg .posts .item .content {
        position: relative
    }
    .blog-pg .posts .item .content .col-10,
    .blog-pg .posts .item .content .col-2 {
        width: 100%;
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
    .blog-pg .posts .item .content .col-2 {
        position: absolute;
        right: 0;
        top: -90px;
        z-index: 3
    }
    .blog-pg .posts .item .content .date a {
        padding: 10px;
        background: #fff;
        margin: 0
    }
    .blog-pg .posts .item .content .date .num {
        font-size: 25px;
        margin: 0
    }
    .blog-pg.single .comments-area .item.relped {
        margin-left: 0
    }
    .blog-pg.single .post .img {
        min-height: 50vh
    }
    .blog-pg.single .comments-area .item .info h6 span {
        display: block;
        margin: 10px 0 0 0
    }
}

@media screen and (max-width:480px) {
    .hamenu .cont-info {
        display: none
    }
    .hamenu .menu-links .main-menu>li {
        font-size: 20px;
        padding: 7px
    }
    .hamenu .menu-links .main-menu .sub-menu li {
        font-size: 16px
    }
    .topnav .container-fluid {
        padding: 0 15px
    }
    .slider .parallax-slider .caption p {
        display: none
    }
    .slider .parallax-slider .caption h1 {
        font-size: 28px;
        letter-spacing: 0
    }
    .slider .parallax-slider .btn-curve {
        padding: 10px 15px;
        margin-top: 20px
    }
    .slider .parallax-slider .btn-curve span {
        font-size: 12px;
        letter-spacing: 1px
    }
    .about .video-wrapper .stats ul {
        display: block
    }
    .about .video-wrapper .img {
        height: auto
    }
    .about .video-wrapper .stats {
        padding: 0
    }
    .work-carousel .swiper-button-next,
    .work-carousel .swiper-button-prev {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 16px
    }
    .work-carousel .swiper-button-next {
        right: 15px
    }
    .work-carousel .swiper-button-prev {
        left: 15px
    }
    .work-carousel .content .cont h6 {
        letter-spacing: 2px
    }
    .work-carousel .content .cont h4 {
        font-size: 20px
    }
    .work-carousel .content .cont {
        width: 100%;
        text-align: center;
        left: 0;
        bottom: 20px
    }
    .portfolio .gallery .items .overlay-info h5 {
        font-size: 16px
    }
    .extra-title {
        font-size: 22px
    }
    .call-action.next .content h2,
    footer .call-action .content h2 {
        font-size: 38px
    }
    .testim-bg p {
        font-size: 15px
    }
    .testim-bg .quote-text {
        margin-top: 20px
    }
    .testim-bg .navs {
        top: 30%
    }
    .clients .brands {
        padding: 0 10px
    }
    .clients {
        padding-bottom: 70px
    }
    .clients .sectintro {
        padding-left: 0;
        margin-bottom: 50px!important
    }
    .blog .content {
        padding: 0 15px
    }
    .blog .content .date {
        width: 60px
    }
    .blog .content .info .tags {
        margin: 5px 0 0
    }
    .blog .content .date h3 {
        font-size: 30px
    }
    .page-header .cont h1 {
        font-size: 42px
    }
    .blog-pg.single .post .title-head a {
        letter-spacing: 0;
        margin: 0 7px
    }
    .blog-pg .posts .item .img .info {
        padding: 10px
    }
    .blog-pg .posts .item .img .info .date .num {
        font-size: 20px
    }
    .blog-pg.single .post .content .share-info {
        display: block
    }
    .blog-pg.single .post .content .share-info .social,
    .blog-pg.single .post .content .share-info .tags {
        display: block;
        width: 100%;
        text-align: center
    }
    .blog-pg.single .post .content .share-info .tags {
        margin-top: 20px
    }
    .blog-pg.single .post .author {
        padding: 30px 15px
    }
    .blog-pg.single .post .author .author-img {
        display: block;
        width: 120px;
        margin: 0 auto 30px
    }
    .blog-pg.single .post .author .info {
        display: block;
        padding: 0;
        text-align: center
    }
    .blog-pg.single .comments-area .item .comment-img {
        display: block;
        margin: 0 auto 30px;
        width: 60px
    }
    .blog-pg.single .comments-area .item .info {
        display: block;
        padding: 0;
        text-align: center
    }
    .blog-pg.single .comments-area .item.relped {
        margin-left: 0
    }
    .blog-pg.single .comments-area .item .info h6 {
        font-size: 14px;
        letter-spacing: 1px
    }
    .blog-pg.single .comments-area .item .info .replay {
        top: -25px
    }
    .portfolio .filtering span {
        margin: 0 6px;
        font-size: 13px;
        line-height: 1.6
    }
    .portfolio .filtering span:after {
        display: none
    }
}

.footer-social a {
    margin-right: 5px;
    color: #909090;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    border: 1px solid #909090
}

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

.contact-footer {
    padding: 60px 0;
    background-color: #fafafa
}

.contact-footer .contact-button {
    background-color: #af986f;
    border-color: #af986f;
    color: #fff
}

.fileinput-button {
    border: 1px solid #292929;
    color: #292929;
    font-size: 16px;
    padding: 12.5px 30px;
    margin-bottom: 30px
}

.fileinput-button input {
    cursor: pointer;
    font-size: 23px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.pt-200 {
    padding-top: 200px
}

video::-webkit-media-controls-fullscreen-button {
    display: none
}

.infra-section {
    padding-top: 0
}

.infra-section .items {
    box-sizing: border-box;
    border-radius: 10px;
    -webkit-box-shadow: 0 10px 30px -5px rgb(175 152 111 / 20%);
    box-shadow: 0 10px 30px -5px rgb(175 152 111 / 20%);
    padding: 30px 40px;
    text-align: center
}

.infra-section .infra-item img {
    box-sizing: border-box;
    border-radius: 10px;
    -webkit-box-shadow: 0 10px 30px -5px rgb(175 152 111 / 20%);
    box-shadow: 0 10px 30px -5px rgb(175 152 111 / 20%)
}

.infra-section .items h5 {
    font-size: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 1.5;
    margin-bottom: 15px;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 600
}

.infra-section .items p {
    text-align: justify
}

.hosp-btn {
    margin-top: 15px
}