/* -----------------------------------------------------------------------------------
 01. Google fonts
 02. Basics style
 03. Preloader style
 04. Selection style 
 05. Owl-Theme custom style
 06. Section style
 07. Navbar style
 08. Header style
 09. Slider style
 10. Slider Services Box style
 11. Parallax Slider style
 12. Page Header style
 13. Top Banner Footer style
 14. About style 
 15. Team style
 16. Services style
 17. Projects 1 style
 18. Projects 2 style
 19. Pricing style
 20. FAQS style
 21. Error Page 404 style
 22. Gallery style
 23. Play video style
 24. Clients style
 25. Testimonials style
 26. Homepage Blog style
 27. Blog style
 28. Blog2 style
 29. Post style
 30. Contact style
 31. Buttons style
 32. Footer style
 33. toTop Button style
 34. Coming Soon style
 35. Responsive (Media Query)
 36. Overlay Effect Bg image 

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

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


/* ======= Basic style ======= */
html,
body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    list-style: none;
    word-wrap: break-word;
}
body {
    font-family: 'Quicksand', sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.75em;
    color: #555;
    overflow-x: hidden !important;
    background: #fff;
}
p {
    font-family: 'Quicksand', sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.75em;
    color: #555;
    margin-bottom: 20px;
    letter-spacing: 0.25px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Quicksand', sans-serif;
    font-weight: 400;
    line-height: 1.25em;
    margin: 0 0 20px 0;
    color: #272727;
}
h1 {
    font-size: 60px;
}
h2 {
    font-size: 50px
}
h3 {
    font-size: 40px;
}
h4 {
    font-size: 30px;
}
h5 {
    font-size: 20px;
}
h6 {
    font-size: 17px;
}
img {
    width: 100%;
    height: auto;
}
img {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    color: #323232;
}
span,
a,
a:hover {
    display: inline-block;
    text-decoration: none;
    color: inherit;
}
b {
    font-weight: 400;
    color: #c5a47e;
}

.mb-15 {
    margin-bottom: 15px;
}
.mb-30 {
    margin-bottom: 30px;
}

.mb-60 {
    margin-bottom: 60px;
}

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

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

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


/* placeholder */
::-webkit-input-placeholder {
    color: #555;
    font-size: 17px;
    font-weight: 400;
}
:-moz-placeholder {
    color: #555;
}
::-moz-placeholder {
    color: #555;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #555;
}
.bg-color {
    background: #323232;
}
.bg-wht {
    background: #fff;
}
.o-hidden {
    overflow: hidden;
}
.position-re {
    position: relative;
}
.full-width {
    width: 100%;
}
.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.bg-img2 {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
}
.bg-fixed {
    background-attachment: fixed;
}
.pattern {
    background-repeat: repeat;
    background-size: auto;
}
.bold {
    font-weight: 500;
}
.count {
    font-family: 'Khand', sans-serif;
}
.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.v-middle {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.v-bottom {
    position: absolute;
    width: 100%;
    bottom: 5%;
    left: 0;
    -webkit-transform: translate(0%, -5%);
    transform: translate(0%, -5%);
}
.js .animate-box {
    opacity: 0;
}
.line-vr-section {
    position: relative;
    margin: -37px auto;
    border: 0;
    border-left: 1px solid;
    border-color: #c5a47e;
    width: 2px;
    height: 75px;
    z-index: 10;
}
hr {
    margin-top: 5px;
    margin-bottom: 30px;
    border: 0;
    border-top: 1px solid #444;
}



/* ======= Preloader style ======= */
.preloader-bg,
#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #fff;
    z-index: 999999;
}
#preloader {
    display: table;
    table-layout: fixed;
}
#preloader-status {
    display: table-cell;
    vertical-align: middle;
}
.preloader-position {
    position: relative;
    margin: 0 auto;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.loader {
    position: relative;
    width: 45px;
    height: 45px;
    left: 50%;
    top: auto;
    margin-left: -22px;
    margin-top: 1px;
    -webkit-animation: rotate 1s infinite linear;
    -moz-animation: rotate 1s infinite linear;
    -ms-animation: rotate 1s infinite linear;
    -o-animation: rotate 1s infinite linear;
    animation: rotate 1s infinite linear;
    border: 2px solid #ede3d8;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.loader span {
    position: absolute;
    width: 45px;
    height: 45px;
    top: -1px;
    left: -1px;
    border: 1px solid transparent;
    border-top: 2px solid #c5a47e;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/* ======= Selection style ======= */
::-webkit-selection {
    color: #272727;
    background: rgba(102, 102, 102, 0.1);
}
::-moz-selection {
    color: #272727;
    background: rgba(102, 102, 102, 0.1);
}
::selection {
    color: #272727;
    background: rgba(102, 102, 102, 0.1);
}


/* ======= Owl-Theme custom style ======= */
.owl-theme .owl-dots .owl-dot span {
    background-color: #c5a47e;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #c5a47e;
}
.owl-theme .owl-dots .owl-dot.active {
    border-color: #c5a47e;
}
.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 30px;
    margin-bottom: 30px;
}
.owl-theme .owl-dots .owl-dot {
    position: relative;
    background-color: transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0 4px;
    padding: 0;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border: 1px solid #e2d1be;
    display: inline-block;
    text-align: center;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}
.owl-theme .owl-dots .owl-dot span {
    width: 4px;
    height: 4px;
    margin: 0;
    background: #e2d1be;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.owl-theme .owl-dots .owl-dot.active {
    border: 1px solid #c5a47e;
}
.owl-theme .owl-dots .owl-dot:hover {
    border: 1px solid #c5a47e;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #c5a47e;
}
.owl-theme .owl-dots .owl-dot:focus {
    outline: none;
}
@media (max-width: 992px) {
    .owl-theme .owl-nav.disabled + .owl-dots {
        bottom: 0;
    }
}


/* ======= Section style ======= */
.section-padding {
    padding: 120px 0;
}
.section-title {
    font-size: 40px;
    font-weight: 300;
    line-height: 1em;
    font-family: 'Quicksand', sans-serif;
    text-transform: uppercase;
    color: #272727;
    position: relative;
    margin-bottom: 25px;
    letter-spacing: 0.5px;
}
.section-subtitle {
    color: #c5a47e;
    font-family: 'Khand', sans-serif;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 4px;
    align-items: center;
    display: inline-flex;
}
.section-subtitle::before {
    position: relative;
    top: 0px;
    content: '';
    background-color: #c5a47e;
    width: 40px;
    height: 1px;
    margin-right: 15px;
}


/* ======= Navbar style ======= */
.navbar {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: transparent;
    z-index: 99;
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    height: 100px;
    border-bottom: 1px solid rgba(255,255,255,0.05);
}
.navbar .icon-bar {
    color: #c5a47e;
}
.navbar .navbar-nav .nav-link {
    font-size: 16px;
    font-weight: 300;
    font-family: 'Quicksand', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #fff;
    margin: 5px 5px;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.navbar .navbar-nav .nav-link.nav-color {
    color: #272727;
}
.navbar .navbar-nav .nav-link:hover {
    color: #c5a47e;
}
.navbar .navbar-nav .active {
    color: #c5a47e !important;
}
.nav-scroll {
    background: #fff;
    padding: 0 0 0 0;
    position: fixed;
    top: -100px;
    left: 0;
    width: 100%;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    border-bottom: 1px solid #f6f6f6;
}
.nav-scroll .icon-bar {
    color: #c5a47e;
}
.nav-scroll .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.7);
}
.nav-scroll .navbar-nav .active {
    color: #c5a47e !important;
}
.nav-scroll .navbar-nav .logo {
    padding: 15px 0;
    color: #555;
}
.nav-scroll .logo {
    width: 150px;
    height: 45px;
}
.nav-scroll .logo-img {
    margin-bottom: 0px;
}
.nav-scroll .logo-wrapper {
    padding-left: 0px;
}
.nav-scroll .logo-wrapper .logo h2 a {
    font-family: 'Khand', sans-serif;
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 0px;
    display: block;
    width: 100%;
    position: relative;
    color: #fff;
    line-height: 1.25em;
    letter-spacing: 5px;
    display: none;
    text-transform: uppercase;
}
.nav-scroll .logo-wrapper .logo span {
    display: block;
    font-family: 'Khand', sans-serif;
    font-size: 13px;
    color: #555;
    font-weight: 400;
    letter-spacing: 3px;
    display: block;
    margin-top: 3px;
    line-height: 1.2em;
    text-transform: uppercase;
    margin-left: 5px;
    display: none !important;
}
.logo-wrapper {
float: left;
    position: relative;
    padding: 27px 45px;
    padding-left: 45px;
    background: #fff;
}
.logo-wrapper .logo h2 {
    font-family: 'Khand', sans-serif;
    font-size: 36px;
    font-weight: 400;
    display: block;
    width: 100%;
    position: relative;
    color: #fff;
    letter-spacing: 3px;
    margin-bottom: 0;
}
.logo-wrapper .logo h2 a i {
    color: #555;
    font-size: 20px;
    vertical-align: super;
}
.logo-wrapper .logo span {
    display: block;
    font-family: 'Khand', sans-serif;
    font-size: 12px;
    color: #555;
    font-weight: 400;
    letter-spacing: 4px;
    display: block;
    margin-top: 5px;
    line-height: 1.5em;
    text-transform: uppercase;
}
.logo {
    padding: 0;
    width: 150px;
    height: 45px;
    text-align: center;
}
.logo-img {
    margin-bottom: 5px;
}
.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.dropdown .nav-link {
    cursor: pointer;
}
.dropdown .nav-link i {
    padding-left: 2px;
    font-size: 9px;
}
.dropdown-item {
    position: relative;
}
.dropdown-item:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.dropdown-item span {
    display: block;
    cursor: pointer;
}
.dropdown-menu,
.sub-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    width: 180px;
    padding: 15px 10px;
    border-radius: 0;
    border: 0;
    background-color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.dropdown-menu .dropdown-item,
.sub-menu .dropdown-item {
    padding: 5px 15px;
    font-family: 'Quicksand', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #666;
    position: relative;
    -webkit-transition: all .4s;
    transition: all .4s;
    border-bottom: 1px solid rgba(0, 0, 0, 0.02);
    background-color: #fff;
}

.dropdown-menu .dropdown-item:last-child,
.sub-menu .dropdown-item:last-child {
    border-bottom: none;
}
.dropdown-menu .dropdown-item:hover,
.sub-menu .dropdown-item:hover {
    background: transparent;
    padding-left: 20px;
    color: #c5a47e;
}
.dropdown-menu .dropdown-item a,
.sub-menu .dropdown-item a {
    display: block;
}
.dropdown-menu .dropdown-item i,
.sub-menu .dropdown-item i {
    padding: 13px 0 0 5px;
    font-size: 8px;
    float: right;
}
.dropdown-menu .dropdown-item em,
.sub-menu .dropdown-item em {
    font-size: 8px;
    background-color: #272727;
    padding: 2px 4px;
    color: #fff;
    border-radius: 2px;
    position: absolute;
    right: 10px;
    top: 5px;
}
.dropdown-menu.last {
    left: -55%;
}
.sub-menu {
    position: absolute;
    left: 100%;
    top: -5px;
}
.sub-menu.left {
    left: -100%;
    margin-left: -20px;
}
/* social icon */
.navbar .social-icon {
    padding: 0 20px;
    border-left: 1px solid #f6f6f6;
}
.navbar .social-icon a {
    color: #fff;
    margin: 0 10px;
    font-size: 13px;
}
@media screen and (max-width: 767px) {
    .navbar {
        padding-left: 0px;
        padding-right: 0px;
        background: #fff;
        padding-top: 0px;
        padding-bottom: 0px;
        height: 80px;
    }
    .nav-scroll {
        background: #fff;
    }
    .logo-wrapper {
        float: left;
        padding: 15px;
        background: transparent;
    }
    .nav-scroll .logo-wrapper {
        padding: 15px;
        background-color: #fff;
    }
}
@media screen and (max-width: 991px) {
    .navbar .social-icon,
    .navbar .search {
        border: 0;
        padding: 0;
        margin-top: 30px;
    }
    .navbar .social-icon a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        border: 1px solid rgba(255, 255, 255, 0.3);
        border-radius: 50%;
    }
    .navbar .search .search-form {
        display: block;
        position: static;
        height: auto;
    }
    .navbar .search .search-form form {
        position: static;
        width: 100%;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .navbar .search .search-form form input {
        padding: 15px;
        width: 100%;
        font-size: 14px;
    }
    .navbar .search .icon,
    .navbar .search .search-form .close {
        display: none;
    }
}


/* ======= Header style ======= */
.header {
    min-height: 100vh;
    overflow: hidden;
}
.header .caption .o-hidden {
    display: inline-block;
}
.header .caption h2 {
    font-weight: 400;
    font-size: 30px;
}
.header .caption h6 {
    font-family: 'Khand', sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #c5a47e;
    text-align: left;
    margin-bottom: 10px;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
    text-transform: uppercase;
    letter-spacing: 4px;
    align-items: center;
    display: inline-flex;
}
.header .caption h6::before {
    position: relative;
    top: 0px;
    content: '';
    background-color: #c5a47e;
    width: 30px;
    height: 1px;
    margin-right: 15px;
}
.header .caption h1 {
    position: relative;
    font-family: 'Quicksand', sans-serif;
    font-size: 65px;
    font-weight: 500;
    line-height: 1.1em;
    text-transform: uppercase;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    color: #fff;
    margin-bottom: 0;
}
.header .caption p {
    font-size: 17px;
    margin-bottom: 0;
    color: #fff;
    -webkit-animation-delay: .7s;
    animation-delay: .7s;
    margin-right: 15px;
}
.header .caption p span {
    letter-spacing: 5px;
    text-transform: uppercase;
    margin: 0 5px;
    padding-right: 14px;
    position: relative;
}
.header .caption p span:last-child {
    padding: 0;
}
.header .caption p span:last-child:after {
    display: none;
}
.header .caption p span:after {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    right: 0;
    opacity: .5;
}
.header .caption .btn {
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    color: #fff;
}
.header .social a {
    color: #eee;
    font-size: 20px;
    margin: 10px 15px;
}



/* ======= Page Header style ======= */
.banner-header {
    height: 70vh;
    background-attachment: inherit;
    background-position: top;
}
.banner-header h6 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 10px;
}
.banner-header h6 a:hover {
    color: #fff;
}
.banner-header h6 i {
    margin: 0 15px;
    font-size: 10px;
}
.banner-header h5 {
    font-size: 18px;
    font-family: 'Khand', sans-serif;
    font-weight: 400;
    margin-bottom: 20px;
}
.banner-header h5 a {
    color: #c5a47e;
}
.banner-header h1 {
    font-size: 70px;
    font-weight: 300;
    color: #fff;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 0;
}
.banner-header p {
    margin-bottom: 0;
}
.banner-header p a {
    color: #c5a47e;
}
@media screen and (max-width: 767px) {
    .banner-header {}
    .banner-header h6 {
        font-size: 12px;
        font-weight: 400;
        margin-bottom: 10px;
    }
    .banner-header h6 a:hover {
        color: #c5a47e;
    }
    .banner-header h6 i {
        margin: 0 15px;
        font-size: 10px;
    }
    .banner-header h5 {}
    .banner-header h1 {
        font-size: 60px;
        line-height: 1em;
    }
}


/* ======= Top Banner Footer style ======= */
.topbanner-footer {}
.topbanner-footer h6 {
    color: #fff;
    font-size: 17px;
    font-family: 'Khand', sans-serif;
    font-weight: 400;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 4px;
}
.topbanner-footer h5 {
    color: #fff;
    font-size: 24px;
    font-family: 'Khand', sans-serif;
    margin-bottom: 20px;
}
.topbanner-footer h5 a {
    color: #c5a47e;
}
.topbanner-footer h1 {
    font-size: 45px;
    font-family: 'Khand', sans-serif;
    color: #fff;
    position: relative;
    margin-bottom: 20px;
    line-height: 1.25em;
}
.topbanner-footer p {
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    line-height: 1.75em;
}
@media screen and (max-width: 767px) {
    .topbanner-footer {}
    .topbanner-footer h6 {
        font-size: 12px;
        font-weight: 400;
        margin-bottom: 10px;
    }
    .topbanner-footer h5 {}
    .topbanner-footer h1 {}
}
.banner-img:after {
    position: absolute;
    height: 100%;
    right: 0;
    left: 0;
    content: "";
    background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, .5) 100%, rgba(255, 255, 255, 0.2) 100%);
    background: linear-gradient(to top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.5) 100%, rgba(255, 255, 255, 0.2) 100%);
    object-fit: cover;
}




/* ======= Post style ======= */
.savoye-post-section {
    padding-top: 120px;
}
.savoye-comment-section {
    padding-top: 60px;
    margin-bottom: 0px;
}
.savoye-comment-section h6 {
    font-size: 24px;
    color: #272727;
    font-weight: 400;
}
.savoye-comment-section h6 span {
    font-size: 14px;
    color: #555;
    font-weight: 400;
    margin-left: 15px;
}
.savoye-post-comment-wrap {
    display: flex;
    margin-bottom: 60px;
}
.savoye-user-comment {
    margin-right: 30px;
    flex: 0 0 auto;
}
.savoye-user-comment img {
    border-radius: 100%;
    width: 100px;
}
.savoye-user-content {
    margin-right: 26px;
}
.savoye-repay {
    font-size: 15px;
    color: #c5a47e;
    margin: 0;
    font-weight: 400;
}
/* prev/next post */
.savoye-post-prev-next {
    padding: 40px 0;
    border: none;
    border-top: 1px solid #f6f6f6;
}
@media (max-width: 576px) {
    .savoye-post-prev-next {
        text-align: center;
    }
    .savoye-post-prev-next-left {
        margin-bottom: 10px;
    }
}
.savoye-post-prev-next a {
    display: inline-block;
    font-size: 17px;
    color: #555;
    line-height: 1em;
}
.savoye-post-prev-next a i {
    font-size: 20px;
}
.savoye-post-prev-next a:hover {
    color: #c5a47e;
}
.savoye-post-prev-next .savoye-post-prev-next-left a i {
    margin-right: 5px;
    font-size: 12px;
}
.savoye-post-prev-next .savoye-post-prev-next-right a i {
    font-size: 12px;
    margin-left: 0;
    margin-left: 5px;
}


/* ======= Contact style ======= */
.contact h5 {
    color: #272727;
    font-size: 30px;
    font-weight: 500;
    text-transform: uppercase;
}
.contact p {
    margin-bottom: 15px;
}


/* ======= Button style ======= */
.btn {
	padding: 12px 24px 9px 24px;
	position:relative;
	font-size: 17px;
    letter-spacing: 4px;
	-webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
	text-transform:uppercase;
    border-radius: 0;
}
.trsp-btn {
	border:1px solid rgba(255,255,255,0.6);
	color:#fff;
}
.trsp-btn:before , .flat-btn:before {
	background:#fff;
}
.flat-btn {
	color:#fff;
	background:#c5a47e;
}
a.flat-btn {
color: #fff;
}
.float-btn {
	float:left;
}
.btn:before {
	content:'';
	position:absolute;
	top:50%;
	left:20px;
	height:1px;
	width:0;
	-webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.btn:hover:before {
	width:30px;
}
.btn:hover {
	padding-left:60px;
}
/* button line */
.btn-line {
    position: relative;
    line-height: 1em;
}
.btn-line a {
    background: transparent;
    border: none;
    border-bottom: 1px solid #888;
    color: #555;
    padding: 5px 0 5px 0;
    margin: 0;
    font-weight: 400;
    position: relative;
    font-size: 17px;
}
.btn-line a:hover {
    color: #c5a47e;
    border-bottom: 1px solid transparent;
}
.btn-line a:last-child {
    margin-right: 0px;
    display: inline-block;
}


/* ======= Footer style ======= */
.main-footer {
    padding: 30px 0 0;
}
.main-footer.dark {
    position: relative;
    background: #fff;
    color: #555;
}
.main-footer p,
.main-footer .abot p {
    color: #555;
}
.main-footer .abot .logo img {
    width: 150px;
    height: 45px;
    width: auto;
    display: block;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.main-footer .abot .social-icon {
    margin-top: 20px;
}
.main-footer .abot .social-icon a {
    font-size: 17px;
    margin-right: 10px;
    color: rgba(0, 0, 0, 0.7);
}
.main-footer .abot .social-icon a:hover {
    color: #c5a47e;
}
.main-footer .usful-links ul {
    margin: 0;
    padding: 0;
}
.main-footer .usful-links ul li {
    margin-bottom: 5px;
}
.main-footer .usful-links ul li:hover {
    color: #c5a47e;
}
.main-footer .usful-links ul li i {
    font-size: 7px;
    color: #555;
    margin-right: 3px;
}
.main-footer .usful-links ul li a {
    color: #555;
}
.main-footer .usful-links ul li a:hover {
    color: #c5a47e;
}
.main-footer .fothead h6 {
    color: #272727;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
    font-weight: 500;
}
.main-footer .fotcont .fothead h6 {
    position: relative;
}
.main-footer .fotcont p {
    margin-bottom: 0px;
    color: #555;
}
.main-footer .sub-footer {
    padding: 20px 0;
    border-top: 1px solid #f6f6f6;
}
.main-footer .sub-footer p {
    font-size: 15px;
    color: #555;
    margin-bottom: 0;
}
.main-footer .sub-footer p a {
    color: color: #555;
}
.main-footer .sub-footer p a:hover {
    color: #c5a47e;
}
.main-footer .sub-footer p span {
    color: #f6f6f6;;
    padding: 0 10px;
}
.main-footer .logo h2 {
    font-weight: normal;
    font-size: 30px;
    color: #272727;
    line-height: 1.25em;
    margin-bottom: 20px;
    letter-spacing: 1px;
}
.main-footer .logo span {
    display: block;
    color: #272727;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 9px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
    line-height: 1.25em;
}
.main-footer .sub-footer .text-right-left {
    text-align: right !important;
}


/* ======= toTop Button style ======= */
.progress-wrap {
    position: fixed;
    bottom: 30px;
    right: 30px;
    height: 40px;
    width: 40px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    -webkit-box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}
.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.progress-wrap::after {
    position: absolute;
    font-family: 'themify';
    content: '\e648';
    text-align: center;
    line-height: 40px;
    font-size: 12px;
    font-weight: 400;
    color: #c5a47e;
    left: 0;
    top: 0;
    height: 40px;
    width: 40px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}
.progress-wrap svg path {
    fill: none;
}
.progress-wrap svg.progress-circle path {
    stroke: rgba(0, 0, 0, 0.1);
    stroke-width: 4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}
.progress-wrap {
    -webkit-box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
}
.progress-wrap::after {
    color: #c5a47e;
}
.progress-wrap svg.progress-circle path {
    stroke: #c5a47e;
}


/* ======= Coming Soon style ======= */
.comming {
    min-height: 100vh;
    height: auto;
    position: relative;
    background-blend-mode: overlay;
    background: rgba(27, 27, 27, .6);
    background-image: url("../img/slider/2.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: #fff;
}
@media (max-width: 767px) {
    .comming {
        min-height: 200vh;
    }
}
.comming .item {
    background-color: rgba(27, 27, 27, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 30px 15px;
    margin-bottom: 30px;
}
.comming h6 {
    color: #c5a47e;
    font-size: 17px;
    font-family: 'Khand', sans-serif;
    text-transform: uppercase;
    margin-bottom: 0px;
    letter-spacing: 4px;
    font-weight: 400;
}
.comming h3 {
    font-size: 75px;
    font-weight: 500;
    line-height: 1.25em;
    font-family: 'Khand', sans-serif;
    color: #fff;
    position: relative;
    margin-bottom: 0px;
}
.comming h1 {
    font-size: 75px;
    line-height: 1em;
    font-weight: 500;
    font-family: 'Khand', sans-serif;
    color: #fff;
    position: relative;
    margin-bottom: 20px;
    margin-top: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.comming p {
    color: #fff;
    font-size: 17px;
}
/* coming form */
.comming form {
    margin-top: 30px;
    position: relative;
}
.comming form input {
    width: 100%;
    padding: 13px 50px 15px 11px;
    background-color: transparent;
    border: 1px solid #c5a47e;
    border-radius: 0px;
    color: #fff;
    margin-bottom: 15px;
    outline: none;
}
.comming form button {
    background-color: #c5a47e;
    padding: 10px 20px 6px 20px;
    border-radius: 0px;
    color: #fff;
    border: 0;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    font-family: 'Khand', sans-serif;
    font-size: 17px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 400
    outline: none;
}
.comming form button:hover {
    background-color: #c5a47e;
    color: #fff;
    outline: none;
}

.comming form input::placeholder {
   color: #fff; 
}
/* go home */
.go-back {
    margin-top: 45px;
}
.go-back a {
    color: #fff;
    display: inline-block;
    font-size: 17px;
    font-family: 'Khand', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.go-back a:hover {
    color: #c5a47e;
}
.go-back a span {
    transition: all .5s;
}
.go-back a span i {
    color: #fff;
    font-size: 14px;
}
.go-back a:hover span {
    padding-right: 15px;
}


/* ======= Responsive style ======= */
@media screen and (max-width: 991px) {
    .bg-fixed {
        background-attachment: scroll !important;
    }
    .navbar .logo {
        text-align: left;
        margin-left: 0px;
    }
    .logo-wrapper {
    padding-left: 15px;
}
    .nav-scroll .logo-wrapper {
     padding-left: 15px; 
}
    .nav-scroll .logo {}
    .logo-img {
        margin-bottom: 0px;
    }
    .navbar button {
        margin-right: 15px;
        outline: none !important;
        background: transparent;
    }
    .navbar button:hover {
        background: transparent;
    }
    .navbar .container {
        max-width: 100%;
        background: #fff;
    }
    .navbar .navbar-collapse {
        max-height: 360px;
        overflow: auto;
        background: #fff;
        text-align: left;
        padding: 15px 30px 30px 15px;
        margin-top: 0px;
    }
    .navbar .nav-link {
        margin: 0px auto !important;
    }
    .navbar .navbar-nav .nav-link {
        color: #555;
    }
    .nav-scroll .navbar-collapse .nav-link {
        color: #888 !important;
    }
    .nav-scroll .navbar-collapse .active {
        color: #c5a47e !important;
    }
    .dropdown-menu {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        width: 100%;
        display: none;
    }
    .dropdown-menu .sub-menu {
        position: static;
        margin-top: 15px;
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        width: 100%;
        display: none;
    }
    .dropdown:hover .dropdown-menu {
        display: block;
    }
    .dropdown .dropdown-menu:hover .sub-menu {
        display: block;
    }
    .dropdown-menu .dropdown-item,
    .sub-menu .dropdown-item {
        color: #555;
    }
    .header {
        background-attachment: scroll !important;
        background-position: 50% 0% !important;
    }
    .header .caption h1 {
        font-size: 70px;
    }
    .slider-services-box .slider-services-box-info {
    padding: 10px;
}
    .slider-box-content.box-up {
            margin-top: 0px;
    }
    .slider-services-box-info h5 {
    font-size: 15px;
}  
}
@media screen and (max-width: 767px) {
    .logo-wrapper .logo h2 {
        display: none;
    }
    .header .caption h1 {
       font-size: 70px;
    margin-bottom: 15px;
    line-height: 1em;
    }
    .header .caption h1 span {
        font-size: 50px;
    }
    .parallax-header .caption h2 {
        margin-bottom: 0px;
        font-size: 70px;
        line-height: 1em;
    }
    .header .caption h6 {
        font-size: 15px;
    }
    .about .about-img .img {
        padding: 0 0px 20px 0px;
        position: relative;
    }
    .about-img .about-img-2 {
        width: 40% !important;
        position: absolute;
        bottom: 0px;
        right: 15px;
        z-index: 3;
        padding: 15px;
    }
    .header .caption p {
        font-size: 17px;
        margin-right: 10px;
    }
    .header .caption .btn {
        margin-top: 30px;
        -webkit-animation-delay: 1.2s;
        animation-delay: 1.2s;
    }
    .project-texts {
        padding: 20px
    }
    .savoye-comment-section h3 span {
        margin-left: 0px;
    }
    .main-footer .sub-footer p.right {
        text-align: left;
    }
    .main-footer .abot .social-icon {
        text-align: left;
        margin-bottom: 15px;
    }
    .main-footer .sub-footer .text-right-left {
    text-align: left!important;
    }
    .footer .logo {
        padding: 0;
        width: auto;
        margin: 0px 0;
    }
}
@media screen and (max-width: 480px) {
    .footer {
        padding: 60px 0;
    }
    .text-left {
        text-align: center;
    }
    .text-center {
        text-align: center;
    }
    .text-right {
        text-align: center;
    }
}


/* ======= Overlay Effect Bg image style ======= */
[data-overlay-dark],
[data-overlay-darkgray],
[data-overlay-light] {
    position: relative;
}
[data-overlay-dark] .container,
[data-overlay-darkgray] .container,
[data-overlay-light] .container {
    position: relative;
    z-index: 2;
}
[data-overlay-dark]:before,
[data-overlay-darkgray]:before,
[data-overlay-light]:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
[data-overlay-dark]:before {
    background: #000;
}
[data-overlay-darkgray]:before {
    background: #272727;
}
[data-overlay-light]:before {
    background: #fff;
}
[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-dark] span {
    color: #fff;
}
[data-overlay-darkgray] h1,
[data-overlay-darkgray] h2,
[data-overlay-darkgray] h3,
[data-overlay-darkgray] h4,
[data-overlay-darkgray] h5,
[data-overlay-darkgray] h6,
[data-overlay-darkgray] span {
    color: #fff;
}
[data-overlay-light] h1,
[data-overlay-light] h2,
[data-overlay-light] h3,
[data-overlay-light] h4,
[data-overlay-light] h5,
[data-overlay-light] h6,
[data-overlay-light] span {
    color: #272727;
}
[data-overlay-dark] p {
    color: #fff;
}
[data-overlay-darkgray] p {
    color: rgba(255, 255, 255, 0.7);
}
[data-overlay-light] p {
    color: #555;
}
[data-overlay-dark="0"]:before,
[data-overlay-darkgray="0"]:before,
[data-overlay-light="0"]:before {
    opacity: 0;
}
[data-overlay-dark="1"]:before,
[data-overlay-darkgray="1"]:before,
[data-overlay-light="1"]:before {
    opacity: 0.1;
}
[data-overlay-dark="2"]:before,
[data-overlay-darkgray="2"]:before,
[data-overlay-light="2"]:before {
    opacity: 0.2;
}
[data-overlay-dark="3"]:before,
[data-overlay-darkgray="3"]:before,
[data-overlay-light="3"]:before {
    opacity: 0.3;
}
[data-overlay-dark="4"]:before,
[data-overlay-darkgray="4"]:before,
[data-overlay-light="4"]:before {
    opacity: 0.4;
}
[data-overlay-dark="5"]:before,
[data-overlay-darkgray="5"]:before,
[data-overlay-light="5"]:before {
    opacity: 0.5;
}
[data-overlay-dark="6"]:before,
[data-overlay-darkgray="6"]:before,
[data-overlay-light="6"]:before {
    opacity: 0.6;
}
[data-overlay-dark="7"]:before,
[data-overlay-darkgray="7"]:before,
[data-overlay-light="7"]:before {
    opacity: 0.7;
}
[data-overlay-dark="8"]:before,
[data-overlay-darkgray="8"]:before,
[data-overlay-light="8"]:before {
    opacity: 0.8;
}
[data-overlay-dark="9"]:before,
[data-overlay-darkgray="9"]:before,
[data-overlay-light="9"]:before {
    opacity: 0.9;
}
[data-overlay-dark="10"]:before,
[data-overlay-darkgray="10"]:before,
[data-overlay-light="10"]:before {
    opacity: 1;
}

.navbar::after {
    position: absolute;
    content: "";
    width: 25%;
    background: #ffffff;
    height: 100%;
    z-index: -1;
}






/* ======= Play video style ======= */
/* play button */
.vid-area {
    padding: 0 0 30px 0;
}
.vid-area h5 {
    font-size: 24px;
    line-height: 1.5em;
    font-weight: 400;
    color: #fff;
}
.play-button {
    position: relative;
    width: 85px;
    height: 85px;
    margin: auto;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    z-index: 4;
    margin-left: 5px;
}
.play-button svg {
    position: absolute;
    width: 100%;
    height: 100%;
}
.circle-fill circle {
    opacity: 1;
    fill: rgba(255, 255, 255, 0.8);
}
.polygon {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 95px;
    font-size: 35px;
    z-index: 2;
    padding-left: 0;
}
.play-button svg.circle-fill {
    z-index: 1;
    stroke-dasharray: 322;
    stroke-dashoffset: 322;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.play-button:hover svg.circle-fill {
    stroke-dashoffset: 38.5;
}
.play-button svg.circle-track {
    z-index: 0;
}
.play-button.color {
    color: #c5a47e;
}
.play-button.color .circle-fill circle {
    fill: #c5a47e;
}
/* video gallery */
.vid-area .vid-icon {
    position: relative;
    overflow: hidden;
}
.vid-area:hover .vid-icon > img {
    transform: scale(1.05);
}
.video-gallery-button {
    position: relative;
    margin: auto;
    z-index: 4;
    margin-left: 15px;
    float: right;
}
.video-gallery-polygon {
    z-index: 2;
    padding-left: 5px;
    display: inline-block;
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: #c5a47e;
    border-radius: 50%;
    border: 1px solid #c5a47e;
    color: #fff;
    padding: 15px 14px 15px 16px;
    line-height: 0;
}
.video-gallery-polygon:hover {
    background: #272727;
    border: 1px solid #272727;
}
.video-gallery-polygon i {
    font-size: 20px;
}