/* CSS Document */

body {
    margin: 0px;
    padding: 0px;
    color: #1a1a1a;
    font-family: 'Roboto Condensed', sans-serif;
}

html {
    scroll-behavior: smooth;
    font-smooth: always;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Bebas Neue', cursive;
}

img {
    width: 100%;
}

.scrollup {
    position: fixed;
    right: 10px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    color: #1a1a1a;
    text-align: center;
    line-height: 40px;
    font-weight: 900;
    font-size: 20px;
    z-index: 9999;
    display: none;
    border-radius: 7px;
    background: #d4b265;
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 10px 20px -5px, rgba(0, 0, 0, 0.3) 0px 10px 20px -6px;
}

.scrollup:hover {
    color: #fff;
    background: #1a1a1a;
}

.wrapper {
    position: relative;
    overflow: hidden;
}

.btn-web-1 {
    display: inline-block;
    padding: 10px 40px;
    color: #1a1a1a;
    text-decoration: none;
    display: inline-block;
    border-radius: 15px;
    font-weight: 600;
    border: none;
    text-transform: uppercase;
    background: rgb(212, 178, 101);
    background: linear-gradient(43deg, rgba(212, 178, 101, 1) 0%, rgba(192, 154, 87, 1) 100%);
}

.btn-web-1:hover {
    color: #1a1a1a;
    background: rgb(212, 178, 101);
    background: linear-gradient(43deg, rgba(192, 154, 87, 1) 0%, rgba(192, 154, 87, 1) 100%);
}

.btn-web-2 {
    display: inline-block;
    background-color: #1a1a1a;
    padding: 10px 40px;
    color: #FFF;
    text-decoration: none;
    display: inline-block;
    border-radius: 15px;
    text-transform: uppercase;
}

.btn-web-2:hover {
    color: #FFF;
}

@media screen and (max-width: 992px) {
    .btn-web-1 {
        display: inline-block;
        padding: 7px 25px;
        color: #1a1a1a;
        text-decoration: none;
        display: inline-block;
        border-radius: 5px;
        font-weight: 600;
        border: none;
        font-size: 13px;
        text-transform: uppercase;
        background: rgb(212, 178, 101);
        background: linear-gradient(43deg, rgba(212, 178, 101, 1) 0%, rgba(192, 154, 87, 1) 100%);
    }
    .btn-web-2 {
        display: inline-block;
        background-color: #1a1a1a;
        padding: 7px 25px;
        color: #FFF;
        text-decoration: none;
        display: inline-block;
        border-radius: 5px;
        font-size: 13px;
        text-transform: uppercase;
    }
}

.padding-1 {
    padding: 20px 0px 70px;
}

.padding-2 {
    padding: 20px 0px 150px;
}

.padding-3 {
    padding: 40px 0px 40px;
}

.padding-4 {
    padding: 10px 0px 40px;
}

.slider-bg {
    position: absolute;
    bottom: -20px;
    width: 100%;
    height: 100px;
    z-index: 9999;
    background: url(../images/bg-1.svg) no-repeat bottom center;
    background-size: cover;
}

.slider-bg-2 {
    position: absolute;
    width: 100%;
    height: 150px;
    z-index: 9999;
    background: url(../images/bg-2.svg) no-repeat bottom center;
    background-size: cover;
}

.slider-bg-3 {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 150px;
    z-index: 9999;
    background: url(../images/bg-3.svg) no-repeat bottom center;
    background-size: cover;
}

.slider-bg-4 {
    position: absolute;
    width: 100%;
    height: 150px;
    top: 0px;
    z-index: 9999;
    background: url(../images/bg-2.svg) no-repeat bottom center;
    background-size: cover;
}

.light-bg {
    background: #d0af63;
}


/*header Default CSS*/

.header-wrapper {
    position: fixed;
    z-index: 999999;
    width: 100%;
    padding: 15px 0px;
    background-color: #1a1a1a;
}

.main-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.toggler {
    background: none !important;
    border: none !important;
}

.left-cards {
    display: inline-block;
    color: #FFF;
}

.left-cards h5 {
    display: inline-block;
    padding: 0px;
    margin: 0px;
}

.center-cards {
    display: inline-block;
}

.center-cards img {
    display: inline-block;
    width: 230px;
}

.navbar-brand-2 img {
    width: 210px;
    margin: 0px 0px 30px;
}

.main-menu {
    position: fixed;
    right: 0px;
    top: 0px;
    height: 100%;
    width: 50vh;
    background-color: #1a1a1a;
}

.main-menu-ul {
    width: 100%;
    padding: 100px 0px 0px 50px;
}

.main-menu-ul ul {
    padding: 0px;
    margin: 0px;
}

.main-menu-ul ul li {
    display: block;
    padding: 0px;
    margin: 0px;
    line-height: 50px;
    list-style: none;
    text-transform: uppercase;
}

.main-menu-ul ul li a {
    display: inline-block;
    color: #FFF;
    text-decoration: none;
}

.main-menu-ul ul li a:hover {
    color: #d4b265;
}

.main-menu-ul ul li a.active {
    color: #d4b265;
}

.dropnav-css {
    padding: 0px;
    border-radius: 0px;
}

.dropnav-css a {
    color: #1a1a1a !important;
}

.phone-cards {
    display: inline-block;
    color: #FFF;
    margin: 30px 0px 0px 0px;
}

.phone-cards h5 {
    display: inline-block;
    padding: 0px;
    margin: 0px;
    font-size: 18px;
}

@media screen and (max-width: 992px) {
    .main-menu {
        position: fixed;
        right: 0px;
        top: 0px;
        height: 100%;
        width: 100%;
        background-color: #1a1a1a;
    }
    .main-menu-ul {
        display: block;
        width: 100%;
        padding: 60px 0px 0px 30px;
    }
    .center-cards {
        display: inline-block;
    }
    .center-cards img {
        display: inline-block;
        width: 200px;
    }
    .left-cards {
        display: none;
    }
}


/*end header*/

.slider-wrapper {
    position: relative;
    width: 100%;
}

.slide-container {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.slider-cards {
    display: inline-block;
    width: auto;
    padding: 30px;
    margin: 0px 0px 30px;
    color: #FFF;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 30px;
}

.slider-cards h1 {
    display: block;
    margin: 0px 0px 5px;
    padding: 0px;
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 500;
}

.slider-cards h2 {
    display: block;
    margin: 0px 0px 5px;
    padding: 0px;
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 500;
}

.slider-cards p {
    display: block;
    margin: 0px 0px 30px;
    padding: 0px;
    font-size: 18px;
    line-height: 30px;
}

#banner-slider .owl-prev {
    left: 50px;
    position: absolute;
    background: #fff;
    top: 40vh;
    width: 40px;
    height: 40px;
    font-size: 20px;
    color: #1a1a1a;
    border-radius: 16px;
    line-height: 40px;
    opacity: 0.7;
    transition: 400ms;
}

#banner-slider .owl-prev span {
    font-size: 18px;
}

#banner-slider .owl-prev:hover {
    opacity: 1;
}

#banner-slider .owl-next {
    right: 50px;
    position: absolute;
    background: #fff;
    top: 40vh;
    width: 40px;
    height: 40px;
    font-size: 20px;
    color: #1a1a1a;
    border-radius: 16px;
    line-height: 40px;
    opacity: 0.7;
    transition: 400ms;
}

#banner-slider .owl-next span {
    font-size: 18px;
}

#banner-slider .owl-next:hover {
    opacity: 1;
}

@media screen and (max-width: 992px) {
    .slide-container {
        position: relative;
        width: 100%;
        height: 100;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        flex-direction: column;
        text-align: center;
    }
    .slider-cards h1 {
        display: block;
        margin: 0px 0px 25px;
        padding: 0px;
        font-size: 30px;
        text-transform: uppercase;
        font-weight: 700;
    }
    .slider-cards h2 {
        display: block;
        margin: 0px 0px 25px;
        padding: 0px;
        font-size: 30px;
        text-transform: uppercase;
        font-weight: 700;
    }
    #banner-slider .owl-prev {
        left: 20px;
        position: absolute;
        background: #fff;
        top: 60vh;
        width: 30px;
        height: 30px;
        font-size: 15px;
        color: #1a1a1a;
        border-radius: 16px;
        line-height: 30px;
        opacity: 0.7;
        transition: 400ms;
    }
    #banner-slider .owl-next {
        right: 30px;
        position: absolute;
        background: #fff;
        top: 60vh;
        width: 30px;
        height: 30px;
        font-size: 15px;
        color: #1a1a1a;
        border-radius: 16px;
        line-height: 30px;
        opacity: 0.7;
        transition: 400ms;
    }
}


/* end slider */

.web-title {
    position: relative;
    width: 100%;
    text-align: center;
    transition: all 400ms;
    margin: 0px 0px 60px;
}

.web-title h3 {
    display: block;
    width: 100%;
    font-size: 34px;
    font-weight: 800;
    padding: 0px;
    margin: 0px 0px 5px;
    text-transform: uppercase;
    vertical-align: middle;
    line-height: normal;
}

.web-title h3 i {
    font-size: 30px;
    color: #d4b265;
}

.web-title p {
    display: block;
    width: 100%;
    font-size: 22px;
    padding: 0px;
    margin: 0px;
    font-weight: 300;
}

.web-title img {
    width: 60px;
}

.cards-box {
    display: block;
    border-radius: 30px;
    overflow: hidden;
    margin: 0px 0px 30px;
    background: rgb(212, 178, 101);
    background: linear-gradient(43deg, rgba(212, 178, 101, 1) 0%, rgba(192, 154, 87, 1) 100%);
}

.cards-content {
    display: block;
    padding: 30px;
}

.cards-box-flex {
    display: flex;
    border-radius: 30px;
    overflow: hidden;
    margin: 0px 0px 30px;
    padding: 20px;
    background: rgb(212, 178, 101);
    background: linear-gradient(43deg, rgba(212, 178, 101, 1) 0%, rgba(192, 154, 87, 1) 100%);
}

.cards-img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cards-img-img {
    width: 200px;
    display: block;
}

@media screen and (max-width: 992px) {
    .cards-box-flex {
        flex-direction: column;
    }
    .cards-img-img {
        width: 100%;
        display: block;
    }
}

.bg-top {
    position: absolute;
}

.web-content-1 {
    position: relative;
    width: 100%;
}

.web-content-1 iframe {
    position: relative;
    width: 100%;
    height: 500px;
}

.padding-div-2 {
    padding: 250px 40px 40px 40px;
}

.web-content-1 h2 {
    position: relative;
    width: 100%;
    padding: 0px;
    margin: 0px 0px 15px;
    font-size: 34px;
    font-weight: 800;
}

.web-content-1 h3 {
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: 800;
    padding: 0px;
    margin: 0px 0px 5px;
    text-transform: uppercase;
    vertical-align: middle;
    line-height: normal;
}

.web-content-1 h3 i {
    font-size: 18px;
    color: #d4b265;
}

.web-content-1 h5 {
    position: relative;
    width: 100%;
    padding: 0px;
    margin: 0px 0px 15px;
    font-size: 34px;
    font-weight: 700;
    line-height: 44px;
}

.web-content-1 h6 {
    position: relative;
    width: 100%;
    padding: 0px;
    margin: 0px 0px 25px;
    font-size: 24px;
    font-weight: 700;
}

.web-content-1 p {
    position: relative;
    width: 100%;
    padding: 0px;
    margin: 0px 0px 20px;
    font-size: 18px;
    line-height: 30px;
}

.web-content-1 iframe {
    min-height: 360px;
}

.blog-box {
    display: block;
    border-radius: 30px;
    overflow: hidden;
    margin: 0px 0px 30px;
    background: rgb(212, 178, 101);
    background: linear-gradient(70deg, rgba(212, 178, 101, 1) 0%, rgba(192, 154, 87, 1) 100%);
}

.ft-news-img {
    display: block;
}

.ft-news-img img {
    display: block;
    height: 200px;
    object-fit: cover;
}

.ft-news-content {
    padding: 30px;
}


/*start footer */

.footer-wrapper {
    position: relative;
    width: 100%;
    padding: 150px 0px 70px 0px;
    background: #1a1a1a;
}

.footer {
    display: block;
    width: 100%;
    color: #ededed;
}

.footer img {
    display: inline-block;
    width: 200px;
    margin: 0px 0px 15px;
}

.footer ul {
    margin: 0px;
    padding: 0px;
    display: block;
    width: 100%;
}

.footer ul li {
    margin: 0px 0px 15px;
    padding: 0px;
    display: block;
    width: 100%;
    color: #ededed;
}

.footer ul li a {
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    color: #ededed;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.footer p a {
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    color: #ededed;
    font-weight: 700;
}

.footer h5 {
    margin: 0px 0px 20px;
    padding: 0px;
    font-size: 16px;
}

.footer h6 {
    margin: 0px 0px 4px;
    padding: 0px;
    font-size: 13px;
    color: #d4b265;
}

.site-clr {
    font-weight: 700;
}

.footer p {
    margin: 0px 0px 15px;
    padding: 0px;
    font-size: 13px;
}

.social-media {
    display: inline-block;
    width: 100%;
}

.social-media ul {
    display: inline-block;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.social-media ul li {
    display: inline-block;
    width: auto;
    margin: 0px 10px 0px 0px;
    padding: 0px;
}

.social-media ul li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    font-size: 14px;
    font-weight: 300;
    color: #1a1a1a;
    background: #d4b265;
    text-decoration: none;
    text-align: center;
    line-height: 30px;
    border-radius: 50px;
    transition: all 400ms;
    justify-content: center;
}

.social-media ul li a:hover {
    background: #1a1a1a;
    color: #d4b265;
}

.footer ul li a .fa-arrow-right {
    font-size: 11px !important;
}

.ico-cir {
    display: inline-block;
    background: #e21f26
}

.ico-cir {
    display: inline-block;
    width: 30px;
    height: 30px;
    font-size: 14px;
    font-weight: 300;
    color: #1a1a1a;
    background: #d4b265;
    text-decoration: none;
    text-align: center;
    line-height: 30px;
    border-radius: 50px;
    transition: all 400ms;
    justify-content: center;
    margin: 0px 15px 0px 0px;
}

@media screen and (max-width: 992px) {
    .footer {
        display: block;
        width: 100%;
        text-align: center;
        margin: 0px 0px 30px;
    }
    .footer ul {
        display: inline-block;
        width: 100%;
        margin: 0px;
        padding: 0px;
        text-align: center;
    }
    .footer ul li {
        display: inline-block;
        width: 100%;
        margin: 0px 0px 15px;
        padding: 0px;
        text-align: center;
    }
    .footer ul li a {
        display: inline-block;
        width: 100%;
    }
    .social-media ul {
        display: inline-block;
        width: 100%;
        margin: 0px;
        padding: 0px;
        text-align: center;
    }
}


/* end footer */

.landing-pages-slider {
    position: relative;
    padding: 150px 0px;
}