body {
    font-size: 16px;
    color: #111;
    font-family: 'DM Sans', sans-serif;
}


/* default css */

.scrollup {
    position: fixed;
    right: 12px;
    bottom: 60px;
    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-color: #333;
    transition: 400ms;
}

.scrollup:hover {
    color: #FFF;
    background-color: #222;
}

.wrapper {
    position: relative;
    padding: 120px 0px;
}

img {
    width: 100%;
}

ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.btn {
    font-size: 14px;
    font-weight: 600;
    padding: 12px 24px;
    text-transform: uppercase;
    transition: 400ms;
}

.btn-primary-1 {
    background-color: #f47621;
    border-color: #f47621;
    color: #FFF;
}

.btn-primary-1:hover {
    background-color: #ff9148;
    border-color: #ff9148;
    color: #FFF;
}

.bg-orange-1 {
    background: rgb(255, 241, 231);
    background: radial-gradient(circle, rgba(255, 241, 231, 1) 0%, rgba(255, 223, 200, 1) 100%);
}

.bg-orange-2 {
    background: linear-gradient(0deg, rgba(244, 118, 33, 0) 0%, rgba(244, 118, 33, 0.10127801120448177) 100%);
}

.bg-orange-3 {
    background: url(../images/black-background.jpg) no-repeat center center;
    background-size: cover;
}

.img-bg-1 {
    background: rgba(0, 0, 0, 0.4) url(../images/opal-bg-1.png) no-repeat bottom right;
    background-size: 200px;
}

.img-bg-2 {
    background: rgba(255, 223, 200, 1) url(../images/opal-bg-2.png) no-repeat center left;
    background-size: 200px;
}

.img-bg-3 {
    background: url(../images/opal-bg-2.png) no-repeat center left;
    background-size: 100px;
}

.img-bg-4 {
    background: #f7f7f7 url(../images/opal-bg-1.png) no-repeat center right;
    background-size: 150px;
}

.text-orange-1 {
    color: #f47621;
    text-transform: uppercase;
    letter-spacing: 2px;
}

@media screen and (max-width: 992px) {
    .img-bg-1 {
        background: rgba(0, 0, 0, 0.4) url(../images/opal-bg-1.png) no-repeat bottom right;
        background-size: 100px;
    }
    .img-bg-2 {
        background: rgba(255, 223, 200, 1) url(../images/opal-bg-2.png) no-repeat top left;
        background-size: 50px;
    }
    .img-bg-3 {
        background: url(../images/opal-bg-2.png) no-repeat top left;
        background-size: 100px;
    }
    .img-bg-4 {
        background: #f7f7f7 url(../images/opal-bg-1.png) no-repeat top right;
        background-size: 50px;
    }
}

@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 80%;
    }
}

@media screen and (max-width: 992px) {
    .wrapper {
        position: relative;
        padding: 60px 0px;
    }
}


/* end default css*/


/* Start Header CSS */

.header-wrapper {
    z-index: 999;
    padding: 15px 0px;
    background: transparent;
    transition: 400ms;
    position: fixed;
    width: 100%;
    background-size: cover;
}

.navbar-brand {
    color: #FFF;
    font-family: 'Bebas Neue', sans-serif;
}

.navbar-brand:hover {
    color: #ededed;
}

.navbar-brand img {
    width: 150px;
    padding-right: 30px;
}

.nav-link {
    display: block;
    font-size: 15px;
    font-weight: 400;
    padding: 5px 15px !important;
    border-radius: 5px;
    color: #FFF !important;
}

.nav-link.active {
    background-color: #111;
    color: #FFF !important;
}

.nav-link:hover {
    background-color: #f47621;
    color: #FFF !important;
}

.dropdown:hover .dropdown-menu {
    display: block !important;
}

.dropdown-item {
    font-size: 14px;
    font-weight: 600;
}

.dropdown-item:hover {
    background-color: #f47621 !important;
    color: #FFF !important;
}

.top-d-flex {
    display: flex;
    align-items: center;
    color: #FFF;
    justify-content: end;
}

@media screen and (max-width: 992px) {
    .header-wrapper {
        background: #111 !important;
    }
    .navbar-nav {
        text-align: center;
        margin-top: 30px;
    }
    .navbar-toggler {
        box-shadow: none !important;
        color: #FFF !important;
    }
    .top-d-flex {
        display: flex;
        align-items: center;
        color: #FFF;
        justify-content: center;
        margin-top: 30px;
    }
}


/* End Header CSS */


/* Start Slider */

.slider-wrapper {
    position: relative;
    display: block;
    width: 100%;
    height: 80vh;
    overflow: hidden;
}

.slider-image {
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
}

.slider-image video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4) url(../images/opal-bg-1.png) no-repeat bottom right;
    background-size: 200px;
    z-index: 2;
}

.slider-content {
    position: relative;
    display: flex;
    height: 80vh;
    flex-direction: column;
    justify-content: center;
    color: #FFF;
    z-index: 3;
}

.slider-content h1 {
    font-size: 50px;
    line-height: 54px;
    margin-bottom: 30px;
}

.slider-content p {
    font-size: 18px;
}

@media screen and (max-width: 992px) {
    .slider-wrapper {
        height: 100vh;
    }
    .reverse-flex {
        flex-direction: column-reverse;
    }
    .slider-content {
        position: relative;
        display: flex;
        height: 100vh;
        flex-direction: column;
        justify-content: end;
        color: #FFF;
        z-index: 3;
        padding-bottom: 50px;
    }
    .slider-content h1 {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 30px;
    }
    .slider-content p {
        font-size: 14px;
    }
    .video-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.4) url(../images/opal-bg-1.png) no-repeat top right;
        background-size: 100px;
        z-index: 2;
    }
}


/* End Slider */


/* Start Main Content */

.default-content-1 {
    display: block;
    position: relative;
}

.default-content-1 h2 {
    display: block;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 30px;
}

.default-content-1 h3 {
    display: block;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 30px;
}

.default-content-1 h4 {
    display: block;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.default-content-1 ul {
    display: block;
}

.default-content-1 ul li i {
    margin: 0px 5px 0px 0px;
}

.default-content-1 p {
    line-height: 28px;
}

.list-one {
    line-height: 38px;
}

.anchor-tag {
    color: #111;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
}

.image-card {
    display: block;
}

.image-card img {
    display: block;
    border-radius: 10px;
}

.icon-image {
    position: absolute;
    width: 64px;
    height: 64px;
    top: -20px;
    right: 10px;
    border-radius: 50%;
    padding: 10px;
    background-color: #FFF;
    box-shadow: 3px 5px 7px rgba(244, 118, 33, 0.2);
}

.tab-link {
    font-size: 18px;
    border: none !important;
    color: #111 !important;
    font-weight: 600;
}

.tab-link.active {
    background-color: #f47621 !important;
    color: #FFF !important;
}

.image-slide {
    width: 100%;
}

.no-link {
    text-decoration: none;
    color: #111;
}

.fs-7 {
    font-size: 14px;
}

@media screen and (max-width: 992px) {
    .default-content-1 {
        margin-bottom: 30px;
    }
    .image-card {
        margin-bottom: 30px;
    }
}


/* End Main Content */


/* Start footer css*/

.footer-wrapper {
    position: relative;
    padding: 70px 0px;
    background-color: #111;
}

.footer {
    display: block;
}

.footer img {
    display: block;
    width: 130px;
}

.footer h6 {
    display: block;
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
}

.footer ul {
    display: block;
    margin: 0px;
    padding: 0px;
    text-align: end;
}

.footer ul li {
    display: inline-block;
    margin: 0px 30px 0px 0px;
    padding: 0px;
    list-style: none;
}

.footer ul li a {
    display: inline-block;
    text-decoration: none;
    color: #fff;
}

.copyrights-wrapper {
    position: relative;
    background-color: #222;
    padding: 30px 0px;
}

.copyrights {
    color: #FFF;
    text-align: end;
}

.copyrights p {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
}

.copyrights a {
    text-decoration: none;
}

@media screen and (max-width: 992px) {
    .footer {
        display: block;
        margin-bottom: 30px;
    }
    .footer ul {
        display: block;
        margin: 0px;
        padding: 0px;
        text-align: left;
    }
    .footer ul li {
        display: block;
        margin: 0px 0px 20px 0px;
        padding: 0px;
        list-style: none;
    }
}


/* end footer css*/

.wrapper-inner-slider {
    padding: 150px 0px 30px 0px;
}

.breadcrumb-card {
    display: flex;
    justify-content: end;
}

.breadcrumb-item {
    color: #FFF !important;
    text-decoration: none !important;
}

.breadcrumb-item a {
    color: #FFF !important;
    font-weight: 600;
    text-decoration: none !important;
}

.breadcrumb-item::before {
    color: #FFF !important;
}

@media screen and (max-width: 992px) {
    .breadcrumb-card {
        display: flex;
        justify-content: start;
    }
}

.default-content-2 {
    display: block;
    position: relative;
}

.default-content-2 h2 {
    display: block;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 30px;
}

.default-content-2 h3 {
    display: block;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 30px;
}

.default-content-2 h4 {
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}

.default-content-2 ul {
    display: block;
}

.default-content-2 ul li i {
    margin: 0px 5px 0px 0px;
}

.default-content-2 p {
    line-height: 28px;
}

@media screen and (max-width: 992px) {
    .default-content-2 {
        margin-bottom: 30px;
    }
}