/* CSS Document */

body {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    color: #242021;
    scroll-behavior: smooth;
    font-family: 'Lexend', sans-serif;
}

html {
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    width: 100%;
}

a {
    color: #dfb625;
    transition: 400ms;
    text-decoration: none;
}

a:hover {
    color: #cca411;
    text-decoration: none;
}

.scrollup {
    position: fixed;
    right: 12px;
    bottom: 12px;
    width: 40px;
    height: 40px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-weight: 900;
    font-size: 20px;
    z-index: 99999999 !important;
    display: none;
    border-radius: 12px;
    background: #dfb625;
    transition: 400ms;
}

.scrollup:hover {
    color: #fff;
    background: #cca411;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ul li {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.wrapper {
    display: block;
    overflow: hidden;
}

.overflow {
    overflow: hidden;
}

.padding-1 {
    padding: 100px 0px;
}

.padding-2 {
    padding: 30px 0px 30px 0px;
}

.padding-3 {
    padding: 70px 0px;
}

.bg-golden-50 {
    background: url(../images/golden-bg.jpg) repeat-x top center;
    background-size: 100% 250px;
}

.bg-light {
    background-color: #f0f0f0 !important;
}

.bg-gold {
    background: #cca411;
}

.z-index {
    z-index: 99;
}

.min-image {
    height: 300px;
    object-fit: cover;
}

@media screen and (max-width: 992px) {
    .padding-1 {
        padding: 50px 0px;
    }
}

.btn {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    padding: 12px 35px;
    border-radius: 3px;
    transition: 400ms;
}

.btn:focus {
    box-shadow: none !important;
}

.btn-w {
    width: max-content;
}

.btn-gold {
    color: #FFF;
    background-color: #dfb625;
}

.btn-gold:hover {
    background-color: #cca411 !important;
    color: #FFF !important;
}

.button-margin {
    margin-left: 30px;
}

.anchor-link {
    color: #242021;
    padding-bottom: 5px;
    border-bottom: 1px solid #242021;
}

.anchor-link:hover {
    color: #242021;
}

.title-font {
    font-family: 'Yeseva One', cursive;
}

.text-gold {
    color: #cca411;
}

.bg-overlay {
    background: rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 992px) {
    .button-margin {
        margin-left: 0px;
    }
    .btn {
        display: inline-block;
        font-size: 12px;
        font-weight: 600;
        padding: 8px 25px;
        border-radius: 3px;
        transition: 400ms;
    }
}


/*header CSS*/

.header-wrapper {
    display: block;
    background: rgba(36, 32, 33, 1);
    z-index: 9999;
}

.navbar-brand img {
    width: 200px;
}

.nav-item {
    margin-left: 20px;
}

.nav-link {
    color: #ccc;
    font-size: 16px;
}

.nav-link:hover {
    color: #FFF;
}

.nav-link.active {
    color: #FFF !important;
}

.nav-link:focus {
    color: #FFF;
}

.site-dropdown {
    background-color: #1a1818;
}

.site-dropdown .dropdown-item {
    color: #FFF;
}

.site-dropdown .dropdown-item:hover {
    color: #1a1818;
    background-color: #cca411;
}

.header-container {
    background-color: #f7f7f7;
}

.header-message {
    display: flex;
    text-align: center;
    padding: 5px 0px;
    color: #4b4b4b;
    font-size: 13px;
    justify-content: space-between;
}

.header-message a {
    color: #4b4b4b;
}

.message-top {
    display: flex;
    text-align: center;
    font-size: 16px;
    color: #242021;
    margin-left: 30px;
    align-items: center;
}

@media screen and (max-width: 992px) {
    .navbar-toggler {
        font-size: 30px;
        color: #dfb625 !important;
        box-shadow: none !important;
    }
    .navbar-brand img {
        width: 180px;
    }
    .nav-item {
        margin-left: 0px;
    }
    .navbar-collapse {
        padding: 30px;
    }
    .message-top {
        margin-top: 15px;
        margin-left: 0px;
        align-items: flex-start;
        flex-direction: column;
        justify-content: flex-start;
    }
    .message-top a {
        margin-left: 0px;
        margin-top: 10px;
    }
}


/* end header */

.slider-wrapper {
    display: block;
    background-color: #242021;
    overflow: hidden;
}

.slider-container {
    position: relative;
    padding: 340px 0px 0px 0px;
}

.slider {
    color: #FFF;
    display: flex;
    padding: 60px 40px;
    justify-content: space-between;
    background: rgb(78, 62, 6);
    background: linear-gradient(333deg, rgba(78, 62, 6, 0.9) 0%, rgba(36, 32, 33, 0.9) 40%);
}

.slider h1 {
    font-size: 34px;
    line-height: 44px;
    margin-bottom: 15px;
    padding-right: 30px;
}

.slider p {
    font-size: 16px;
    margin-bottom: 15px;
    padding-right: 30px;
}

.slider-image {
    display: block;
    border-radius: 5px;
    overflow: hidden;
}

@media screen and (max-width: 992px) {
    .slider-container {
        position: relative;
        padding: 200px 0px 0px 0px;
    }
    .slider {
        flex-direction: column;
        padding: 30px;
    }
    .slider h1 {
        display: block;
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .slider p {
        font-size: 14px;
        margin-bottom: 10px;
        padding-right: 10px;
    }
}


/* end slider wrapper */

.web-title {
    display: flex;
    justify-content: space-between;
    z-index: 99;
    text-align: center;
    margin: 0px 0px 50px;
}

.web-title h2 {
    font-weight: 600;
    font-size: 36px;
    display: flex;
    width: auto;
    position: relative;
    align-items: center;
    justify-content: center;
}

.web-title h2 i {
    margin: 0px 5px;
    font-size: 24px;
}

.web-title p {
    font-weight: 600;
}

@media screen and (max-width: 992px) {
    .web-title {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        margin-bottom: 20px;
    }
    .web-title h2 {
        color: #dfb625;
        font-weight: 600;
        font-size: 20px;
        display: flex;
        width: auto;
        position: relative;
        align-items: flex-start;
        justify-content: flex-start;
    }
}

.default-content {
    position: relative;
}

.default-content h2 {
    display: block;
    font-size: 40px;
    margin-bottom: 15px;
}

.default-content h3 {
    display: block;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 15px;
}

.default-content h4 {
    display: block;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 15px;
}

.default-content h5 {
    display: block;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

.default-content h6 {
    display: block;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 20px;
}

.default-content p {
    display: block;
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 30px;
    font-weight: 400;
}

.testimonials {
    color: #FFF;
    padding: 30px;
    border: 2px dashed #cca411;
    border-radius: 40px;
}

.testimonials h4 {
    display: block;
    font-size: 16px;
}

.testimonials p {
    display: block;
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 30px;
    font-weight: 200;
}

.testimonials h5 {
    display: block;
    font-size: 15px;
    font-weight: 600;
}

.testimonials h6 {
    display: block;
    font-size: 13px;
    font-weight: 300;
}

.faq {
    display: block;
}

.faq h5 {
    display: block;
    font-size: 16px;
    margin-bottom: 5px;
}

.faq p {
    display: block;
    font-size: 14px;
    line-height: 26px;
}

.images-card {
    position: relative;
}

.images-card img {
    border-radius: 5px !important;
}

.pos-image {
    position: absolute;
    bottom: 0px;
    left: 100px;
    z-index: 999;
}

.pos-image img {
    width: 140px;
    margin-bottom: -50px;
}

@media screen and (max-width: 992px) {
    .default-content {
        margin-bottom: 30px;
    }
    .default-content h2 {
        display: block;
        font-size: 30px;
        margin-bottom: 15px;
    }
    .images-card {
        margin-bottom: 30px;
    }
    .testimonials {
        margin-bottom: 30px;
    }
}


/* end content area */

.footer-wrapper {
    position: relative;
    padding: 70px 0px;
}

.footer {
    display: block;
    margin: 0px 0px 30px;
}

.footer img {
    width: 200px;
}

.footer h5 {
    display: block;
    margin: 0px 0px 15px;
    padding: 0px;
    font-weight: 600;
}

.footer ul {
    display: block;
    margin: 0px;
    padding: 0px;
}

.footer ul li {
    display: block;
    margin: 0px 0px 10px;
    padding: 0px;
    font-size: 16px;
}

.footer ul li a {
    display: block;
    font-size: 16px;
    color: #242021;
    align-items: center;
    text-decoration: none;
    font-weight: 500;
}

.footer a {
    text-decoration: none;
}

@media screen and (max-width: 992px) {
    .footer {
        text-align: center;
    }
    .footer h5 {
        display: block;
        margin: 0px 0px 15px;
        padding: 0px;
        font-weight: 600;
        font-size: 15px;
    }
    .footer ul li {
        text-align: center !important;
    }
    .footer ul .d-flex {
        justify-content: center;
    }
}


/*end home page*/