/* ======= Default style ======= */
html,
body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
body {
    color: #797370;
    line-height: 1.75;
    font-size: 18px;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    height: 100%;
    background: #000;
}
a {
    color: #797370;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
a:focus,
a:hover {
    color: #797370;
    text-decoration: underline;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: "Oswald", serif;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 400;
    line-height: 1.2em;
}
p {
    margin: 0 0 20px;
    color: #797370;
    line-height: 1.75em;
    font-size: 18px;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
}
b,
strong {
    color: #797370;
}
.mr-10 {
    margin-right: 10px;
}
.mb-60 {
    margin-bottom: 60px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-30 {
    margin-bottom: 30px;
}
.pt-0 {
    padding-top: 0;
}
.js .animate-box {
    opacity: 0;
}
:root {
    scroll-behavior: auto;
}
.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
}
.bg-fixed {
    background-attachment: fixed;
}
.bg-lightbrown {
    background-color: #fbf6f1;
}
.bg-lightbrown2 {
    background-color: #f1e8df;
}
.bg-white {
    background-color: #fff;
}


/* ======= Parallax Header style ======= */
.parallax-header {
    min-height: 60vh;
    background-position: center;
    background-position: 50% 0 !important;
}
.parallax-header[data-overlay-dark] h1,
.parallax-header h1 {
    position: relative;
    font-family: "Oswald", sans-serif;
    font-size: 45px;
    line-height: 1.25em;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    margin-bottom: 30px;
}
.parallax-header[data-overlay-dark] h1 span,
.parallax-header h1 span {
    color: #cb9d55;
}
.parallax-header[data-overlay-dark] p,
.parallax-header p {
    position: relative;
    font-family: "Oswald", sans-serif;
    color: rgba(255,255,255,0.9);
    font-size: 18px;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}

@media screen and (max-width: 991px) {
    .parallax-header[data-overlay-dark] h1, .parallax-header h1 {
        font-size: 32px;
    }
}


/* ======= Section-Padding style ======= */
.section-padding {
    padding: 100px 0;
}
.section-padding h6 {
    font-family: "Oswald", sans-serif;
    font-size: 18px;
    color: #232323;
    border-bottom: 2px solid rgb(203,157,85,0.5);
    display: inline;
}


/* ======= Panel style ======= */
.panel {
    position: relative;
    width: 100%;
    padding: 0;
    border: none;
    background-color: transparent;
    text-align: center;
}
.panel .panel-item .img {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
    padding: 20px 20px 20px 20px;
    background-color: #fff;
    position: relative;
    border-radius: 5px;
}
.panel .panel-item .img img {
    width: 100%;
    transform: scale(1);
    transition: transform 500ms ease;
        border-radius: 5px;
}
.panel .panel-item:hover .img img {
    transform: scale(0.99);
}

/* ======= Button Link style ======= */
.panel .panel-item .link-btn {
    display: inline-block;
    position: relative;
    font-family: "Oswald", sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
}
.panel .panel-item .link-btn.blck {
    color: #fff;
    padding: 20px 0 0 0;
    text-decoration: none;
}



/* ======= Footer style ======= */
.footer {
    position: relative;
    padding: 20px 0;
}
.footer .item {
    position: relative;
}
.footer .item h1 {
    position: relative;
    font-family: "Jost", sans-serif;
    font-size: 36px;
    color: #232323;
    line-height: 1.25em;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    margin-bottom: 30px;
}
.footer .item h1 span {
    color: #cb9d55;
}
.footer .item h5 {
    font-family: "Petit Formal Script", serif;
    font-weight: 400;
    font-size: 18px;
    color: #232323;
    margin-bottom: 45px;
}
.footer .item h5 span {
    color: #cb9d55;
    font-size: 12px;
    margin: 0 10px;
}


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


/* ======= Overlay Effect Bg Image style ======= */
[data-overlay-dark] {
    position: relative;
}
[data-overlay-dark] .container {
    position: relative;
    z-index: 2;
}
[data-overlay-dark]:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
[data-overlay-dark]:before {
    background: #000;
}
[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-dark] p {
    color: #797370;
}
[data-overlay-dark="0"]:before {
    opacity: 0;
}
[data-overlay-dark="1"]:before {
    opacity: 0.1;
}
[data-overlay-dark="2"]:before {
    opacity: 0.2;
}
[data-overlay-dark="3"]:before {
    opacity: 0.3;
}
[data-overlay-dark="4"]:before {
    opacity: 0.4;
}
[data-overlay-dark="5"]:before {
    opacity: 0.5;
}
[data-overlay-dark="6"]:before {
    opacity: 0.6;
}
[data-overlay-dark="7"]:before {
    opacity: 0.7;
}
[data-overlay-dark="8"]:before {
    opacity: 0.8;
}
[data-overlay-dark="9"]:before {
    opacity: 0.9;
}
[data-overlay-dark="10"]:before {
    opacity: 1;
}


/* ======= Media Query style ======= */
@media (min-width: 1200px) {
    .container {
        max-width: 1140px !important;
    }
}
@media screen and (max-width: 991px) {
    .bg-fixed {
        background-attachment: scroll !important;
    }
}
