body {
    font-size: 18px;
    color: #333;
    font-family: 'Jost', 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;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Lexend Deca', sans-serif;
}

.wrapper {
    position: relative;
    padding: 100px 0px;
}

.wrapper-2 {
    position: relative;
    background-color: #111;
    color: #FFF;
    padding: 0px 0px 30px 0px;
    z-index: 9;
}

.wrapper-3 {
    position: relative;
    overflow: hidden;
}

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: 10px 20px;
    text-transform: uppercase;
    transition: 400ms;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-primary-1 {
    background: #f47621;
    border-color: #f47621;
    color: #FFF;
}

.btn-primary-1 i {
    color: #FFF;
}

.btn-primary-1:hover {
    background-color: #f47621;
    border-color: #f47621;
    color: #FFF;
}

.btn-primary-1:hover i {
    color: #FFF;
}

.bg-orange-1 {
    background-color: #f47621;
}

.bg-orange-2 {
    background: rgb(244, 118, 33);
    background: linear-gradient(0deg, rgba(244, 118, 33, 0) 0%, rgba(244, 118, 33, 0.4962359943977591) 100%);
}

.bg-orange-3 {
    background: url(../images/black-background.jpg) no-repeat center center;
    background-size: cover;
}

.bg-orange-4 {
    background: rgb(244, 118, 33);
    background: linear-gradient(180deg, rgba(244, 118, 33, 1) 0%, rgba(244, 118, 33, 1) 80%, rgba(255, 255, 255, 1) 80%);
}

.bg-darken {
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}

.text-orange-1 {
    color: #f47621;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.text-orange-2 {
    color: #f47621;
}

.m-minus-1 {
    margin: -70px 0px 0px 0px;
}

.big-padding {
    padding: 200px 0px;
}

@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: 50px 0px;
    }
    .m-minus-1 {
        margin: 0px 0px 0px 0px;
    }
    .wrapper-2 {
        position: relative;
        background-color: #111;
        color: #FFF;
        padding: 10px 0px 20px 0px;
        z-index: 9;
    }
    .btn {
        font-size: 12px;
        font-weight: 600;
        padding: 6px 15px;
        text-transform: uppercase;
        transition: 400ms;
        border-radius: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}


/* end default css*/


/* Start Header CSS */

.header-wrapper {
    z-index: 999;
    padding: 15px 0px;
    background: transparent;
    transition: 400ms;
    position: fixed;
    width: 100%;
    backdrop-filter: blur(10px);
    background-color: rgba(0, 0, 0, 0.2);
}

.navbar-brand img {
    width: 150px;
    padding-right: 30px;
}

.nav-link {
    display: block;
    font-size: 15px;
    font-weight: 600;
    padding: 5px 15px !important;
    border-radius: 5px;
    color: #FFF !important;
}

.nav-link:hover {
    background-color: #f47621;
}

.dropdown-item {
    font-size: 14px;
    font-weight: 400;
    color: #FFF;
}

.dropdown-item:hover {
    background-color: #f47621;
    color: #FFF;
}

.top-d-flex {
    display: flex;
    align-items: center;
    justify-content: end;
    margin: 0px 0px 0px 30px;
}

@media screen and (max-width: 992px) {
    .navbar-nav {
        text-align: center;
        margin-top: 30px;
    }
    .navbar-toggler {
        box-shadow: none !important;
        color: #FFF;
    }
    .top-d-flex {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 30px 0px 0px 0px;
    }
}


/* End Header CSS */


/* Start Slider */

.slider-wrapper {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    padding: 340px 0px 50px;
}

.slider-content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 3;
    color: #FFF;
    border-radius: 30px;
    padding: 40px;
    backdrop-filter: blur(10px);
    background-color: rgba(0, 0, 0, 0.2);
}

.slider-content h1 {
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
}

.slider-content h1 span {
    color: #f47621;
}

.slider-content p {
    font-size: 15px;
}

.slider-image {
    display: block;
    overflow: hidden;
    top: 0;
    left: 0;
    position: relative;
    z-index: 2;
}

.slider-image video {
    top: 0;
    left: 0;
    width: 100%;
    height: 440px;
    object-fit: cover;
    z-index: 1;
    border-radius: 10px;
}

.pos-image-1 {
    position: absolute;
    bottom: 0px;
    z-index: 9;
    left: 20%;
}

.pos-image-1 img {
    width: 300px;
}

@media screen and (max-width: 992px) {
    .reverse-flex {
        flex-direction: column-reverse;
    }
    .slider-wrapper {
        padding: 220px 0px 20px 0px;
    }
    .slider-content h1 {
        font-size: 22px;
        font-weight: 700;
        line-height: 22px;
    }
}


/* End Slider */


/* Start Main Content */

.web-title {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}

.main-title-1 {
    position: relative;
    z-index: 2;
    display: block;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 135px;
}

.sub-title {
    color: #ebe4e0;
    font-size: 120px;
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-transform: uppercase;
}

.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: 24px;
    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 iframe {
    overflow: hidden;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
    width: 100%;
    height: 480px;
}

.anchor-tag {
    color: #111;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
}

.content-css {
    border-radius: 30px;
    display: flex;
    align-items: end;
    justify-content: end;
    color: #FFF;
    overflow: hidden;
    padding: 200px 0px 0px 0px;
}

.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%;
}

.marquee {
    height: 75px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.marquee div {
    display: block;
    width: 200%;
    top: 0px;
    position: absolute;
    overflow: hidden;
    animation: marquee 30s linear infinite;
}

.marquee span {
    display: inline;
    width: 50%;
    font-size: 70px;
    font-family: 'Bebas Neue', sans-serif;
}

@keyframes marquee {
    0% {
        left: 0;
    }
    100% {
        left: -100%;
    }
}

@media screen and (max-width: 992px) {
    .marquee {
        height: 35px;
        width: 100%;
        overflow: hidden;
        position: relative;
    }
    .marquee span {
        display: inline;
        width: 50%;
        font-size: 30px;
        font-family: 'Bebas Neue', sans-serif;
    }
    .main-title-1 {
        position: relative;
        z-index: 2;
        display: block;
        font-size: 30px;
        font-weight: 600;
        text-transform: uppercase;
        line-height: 30px;
    }
    .sub-title {
        color: #ebe4e0;
        font-size: 60px;
        position: absolute;
        z-index: -1;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        text-transform: uppercase;
    }
}

@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: 170px;
}

.footer h6 {
    display: block;
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
}

.footer ul {
    display: block;
    margin: 0px;
    padding: 0px;
}

.footer ul li {
    display: block;
    margin: 0px;
    padding: 0px;
    list-style: none;
    line-height: 40px;
}

.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*/