* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
    line-height: 1.5;
    font-family: "Sora", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.w-150px {
    width: 150px;
}

.w-120px {
    width: 120px !important;
}

.w-30px {
    width: 70px;
}

.list-style-type-disc {
    list-style-type: disc !important;
}

.gradient-text {
    background: linear-gradient(to right, #5D01F1, #F9C016);
    -webkit-background-clip: text;
    color: transparent;
}

.bg-purple-yellow-grad {
    background: linear-gradient(to right, #6D14DB, #DFA03B);
}

.bg-blue-pink-grad {
    background: linear-gradient(to right, #335BC1, #BC38D1);
}

.bg-black-red-grad {
    background: linear-gradient(to right, #000000 40%, #FF260E);
}

.bg-black-blue-grad {
    background: linear-gradient(to right, #000000 40%, #0ECFFF);
}

.contact-form {
    background-image: url(../images/career/contact-form-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.bg-1E1E1E {
    background-color: #1e1e1e;
}

.bg-101010 {
    background-color: #101010;
}

.bg-171717 {
    background-color: #171717 !important;
}

.bg-373737 {
    background-color: #373737 !important;
}

.bg-424242 {
    background-color: #424242 !important;
}

.color-007500 {
    color: #007500;
}

.color-FF0000 {
    color: #FF0000;
}

.color-F1C644 {
    color: #F1C644;
}

.color-2F2F2F {
    color: #2F2F2F !important;
}

.color-1A1A75 {
    color: #1A1A75;
}

.color-666666 {
    color: #666666;
}

.border-323232 {
    border: 1px solid #323232;
}

.border-3C3C3C {
    border: 1px solid #3C3C3C !important;
}

.border-d2d2d2 {
    border: 1px solid #d2d2d2 !important;
}

.object-position-right {
    object-fit: cover;
    object-position: right;
}

@media (max-width: 991px) {
    .mobile-order {
        -ms-flex-order: 1;
        order: 1;
    }
}

@media (min-width: 768px) {
    .fs-3rem {
        font-size: 3rem !important;
    }
}

.form-control::placeholder {
    color: #FFFFFF !important;
    font-size: 0.8rem !important;
    font-weight: 300 !important;
}

.nav-search::placeholder {
    color: #FFFFFF !important;
    font-size: .875em !important;
    font-weight: 300 !important;
}

.navbar-nav-link.active {
    small {
        font-weight: 600 !important;
    }
}

.explore-more-container {
    background-image: url(../images/home/explore-now-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: center;
}

@media (max-width: 768px) {
    .carousel-section {
        height: 50vh;
    }
}

.footer-icon-container {
    padding: 0.65rem 0.5rem;
}

.timeline {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: 5x;
}

.timeline::before {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #363636;
    z-index: 0;
    border-radius: 20px;
}

.step {
    z-index: 1;
    background-color: #F1C644;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    position: relative;
}

.step.active {
    background-color: #32D500;
}

@media (min-width:992px) and (max-width: 1024px) {
    .modal-dialog {
        max-width: 850px !important;
    }
}

@media (min-width:1024px) and (max-width: 1280px) {
    .modal-dialog {
        max-width: 900px !important;
    }
}

@media (min-width:1280px) {
    .modal-dialog {
        max-width: 1100px !important;
    }
}

.offerings-card {
    background-image: url("../images/about/offerings-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 0.5rem;
}

.navbar-toggler-icon {
    background-size: contain;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    filter: invert(1);
    -webkit-filter: invert(1);
    -moz-filter: invert(1);
    -o-filter: invert(1);
    -ms-filter: invert(1);
}

.navbar-toggler {
    border: 1px solid #555454 !important;
    background: transparent !important;
}

.navbar-toggler:focus {
    box-shadow: none !important;
}

@media (max-width: 768px) {
    .carousel-section {
        display: none !important;
    }
}