/* ------------------------------------------
	Documentation Style 
------------------------------------------ */

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

/* ======= General Style ======= */
body {
    font-size: 15px;
    line-height: 1.75em;
    font-weight: 400;
    color: #666;
    font-family: 'Urbanist', sans-serif;
    background: #fff url('../images/bg.jpg') center top no-repeat;
}
p {
    font-size: 15px;
    line-height: 1.75em;
    font-weight: 400;
    color: #666;
    font-family: 'Urbanist', sans-serif;
}
p i {
    color: #fff;
    font-style: normal;
}
a {
    color: #c5a47e;
    text-decoration: none;
}
a:hover {
    color: #c5a47e;
    text-decoration: underline;
}
ol,
ul {
    margin-top: 0;
    margin-bottom: 30px;
}
ul {
    list-style: none;
    padding: 0;
}
li {
    padding-left: 1.75em;
}
li:before {
    content: "\e64c";
    font-family: "themify";
    display: inline-block;
    margin-left: -1.5em;
    width: 1.5em;
    color: #c5a47e;
}
b,
strong {
    font-weight: 500;
    color: #c5a47e;
    font-size: 16px;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid transparent;
}
.mb-60 {
    margin-bottom: 60px;
}
.mt-30 {
    margin-top: 30px;
}

/* ======= Header ======= */
.header {
    margin: 90px 0;
    text-align: center;
}
.header h1 {
    font-family: 'Khand', sans-serif;
    font-size: 45px;
    font-weight: 400;
    width: 100%;
    color: #c5a47e;
    letter-spacing: 9px;
    margin-top: 5px;
}
.header h1 span {
    display: block;
    font-family: 'Khand', sans-serif;
    font-size: 13px;
    color: #666;
    font-weight: 300;
    letter-spacing: 4px;
    display: block;
    margin-top: 5px;
    line-height: 1.5em;
    text-transform: uppercase;
}
.header h2 {
font-size: 21px;
    color: #fff;
    font-weight: 300;
    line-height: 1.75em;
    font-family: 'Khand', sans-serif;
    margin: 15px 0 0 0;
}
.logo {
    width: 220px;
    margin-bottom: 0px;
}


/* ======= Title ======= */
.title {
    font-size: 27px;
    line-height: 1.25em;
    color: #272727;
    margin-bottom: 10px;
    font-family: 'Khand', sans-serif;
    font-weight: 500;
}
.title span {
    color: #272727;
    font-size: 15px;
    line-height: 1.5em;
    font-weight: 300;
}
.title b {
    font-family: 'Khand', sans-serif;
    font-size: 18px;
    line-height: 1.5em;
    font-weight: 400;
}


/* ======= Content ======= */
.content {
    margin-bottom: 0px;
    padding: 90px 0;
    background: #fff;
    border-radius: 6px;
}


/* ======= Footer ======= */
.footer-section {
    background: #272727;
}
footer p {
    color: #666;
    text-align: center;
    line-height: 1.5em;
    font-size: 14px;
}

/* ======= toTop ======= */
.toTop {
    width: 40px;
    right: 30px;
    border-radius: 6px;
    background-repeat: no-repeat;
    background-position: center 15px;
    background-color: #c5a47e;
    z-index: 999;
    padding: 20px 0;
    position: fixed;
    display: none;
    top: 90%;
    color: #fff;
}
.toTop-vissible {
    right: 10px;
    opacity: 1;
}
.toTop:before {
    position: absolute;
    content: "\e627";
    top: 13px;
    left: 50%;
    margin-left: -7px;
    font-size: 14px;
    display: inline-block;
    font-family: "themify";
    font-style: normal;
    font-weight: 300;
    line-height: 1;
}
.toTop:hover {
    color: #fff;
}
.toTop:focus {
    color: #fff;
}