﻿body {
    background-color: #F2F2F2;
    font-family: 'Rubik', sans-serif;
}

.container, .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
    padding-right: calc(var(--bs-gutter-x)* 1.5);
    padding-left: calc(var(--bs-gutter-x)* 1.5);
}

.arabic {
    direction: rtl;
    font-family: 'KFGQPC Uthman Taha Naskh', Scheherazade, Trebuchet MS, Arial, Helvetica;
    font-size: 19px;
    text-align: justify;
}

.table-dark {
    --bs-table-bg: transparent;
}

.newsreader-italic-bold {
    font-family: 'Newsreader', sans-serif;
    font-weight: 700;
    font-style: italic;
}

.newsreader-italic-medium {
    font-family: 'Newsreader', sans-serif;
    font-weight: 500;
    font-style: italic;
}

.newsreader-italic-normal {
    font-family: 'Newsreader', sans-serif;
    font-weight: 400;
    font-style: italic;
}

a {
    text-decoration: none;
    cursor: pointer;
}

footer .logo, nav .logo {
    width: 303px;
}

.logo-img img {
    width: 303px;
}

@media (max-width: 991px) {
    .logo-img img {
        width: 185px;
    }

    .navbar-toggler-icon {
        width: 1em;
        height: 1.2em;
    }
}

@media (max-width: 767px) {
    .logo-img img {
        width: 175px;
    }
}

.sec-background {
    position: absolute;
    width: 1481px;
    left: calc(50% - 1481px/2 + 0.5px);
    top: 9.37%;
    bottom: 81.38%;
    background: rgba(3, 60, 67, 0.15);
}

.img-overlay {
    background-color: rgb(60 72 88 / 75%);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.img-overlay-white {
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.img-section-overlay {
    width: 100%;
    padding-top: 0;
    position: absolute;
    inset: auto 0% 0%;
}

.img-section-side-overlay {
    width: 25%;
    padding-top: 0;
    position: absolute;
    inset: auto 0% 0%;
    transform: rotate(180deg);
}
    .img-section-side-overlay.top-right {
        width: 35% !important;
        inset: 0% 0% 0% auto;
        transform: rotate(0deg);
    }
    .img-section-side-overlay.top-left {
        width: 35% !important;
        inset: 0% auto auto 0%;
        transform: scale(-1, 1);
    }

.card-overlay-bottom-left {
    width: 45%;
    padding-top: 0;
    position: absolute;
    inset: auto 0% 0%;
    transform: rotate(180deg);
}

.card-overlay-bottom-right {
    width: 45%;
    padding-top: 0;
    position: absolute;
    inset: auto 57% 0%;
    transform: rotate(90deg);
}

.bg-header-img {
    height: 500px;
}

@media (max-width: 1199px) {
    .bg-header-img {
        height: 400px;
    }
}

@media (max-width: 991px) {
    .bg-header-img {
        height: 330px;
    }
}

@media (max-width: 767px) {
    .bg-header-img {
        height: 250px;
    }
}

.p-150 {
    padding-top: 100px;
    padding-bottom: 80px;
}

@media (min-width: 768px) {
    .p-150 {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media (min-width: 992px) {
    .p-150 {
        padding-top: 130px;
        padding-bottom: 100px;
    }
}

@media (min-width: 1200px) {
    .p-150 {
        padding-top: 150px;
        padding-bottom: 150px;
    }
}

.p-250 {
    padding-top: 140px;
    padding-bottom: 140px;
}

@media (min-width: 576px) {
    .p-250 {
        padding-top: 180px;
        padding-bottom: 180px;
    }
}

@media (min-width: 1200px) {
    .p-250 {
        padding-top: 250px;
        padding-bottom: 250px;
    }
}

.w-text-banner {
    width: 100%;
}

@media (min-width: 576px) {
    .w-text-banner {
        width: 80%;
    }
}

@media (min-width: 992px) {
    .w-text-banner {
        width: 55%;
    }
}

@media (min-width: 1200px) {
    .w-text-banner {
        width: 50%;
    }
}

.rounded-3px {
    border-radius: 3px !important;
}

.rounded-20 {
    border-radius: 20px;
}

.rounded-30 {
    border-radius: 30px;
}

.rounded-top-30 {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.rounded-top-left-30 {
    border-top-left-radius: 30px !important;
}

.rounded-top-right-30 {
    border-top-right-radius: 30px !important;
}

.rounded-bottom-30 {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.rounded-bottom-left-30 {
    border-bottom-left-radius: 30px !important;
}

.rounded-bottom-right-30 {
    border-bottom-right-radius: 30px !important;
}

.rounded-left-30 {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.rounded-right-30 {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

@media (min-width: 576px) {
    .rounded-sm-top-left-0 {
        border-top-left-radius: 0px !important;
    }

    .rounded-sm-top-right-0 {
        border-top-right-radius: 0px !important;
    }

    .rounded-sm-bottom-left-0 {
        border-bottom-left-radius: 0px !important;
    }

    .rounded-sm-bottom-right-0 {
        border-bottom-right-radius: 0px !important;
    }

    .rounded-sm-top-left-30 {
        border-top-left-radius: 30px !important;
    }

    .rounded-sm-top-right-30 {
        border-top-right-radius: 30px !important;
    }

    .rounded-sm-bottom-left-30 {
        border-bottom-left-radius: 30px !important;
    }

    .rounded-sm-bottom-right-30 {
        border-bottom-right-radius: 30px !important;
    }
}

@media (min-width: 768px) {
    .rounded-md-top-left-0 {
        border-top-left-radius: 0px !important;
    }

    .rounded-md-top-right-0 {
        border-top-right-radius: 0px !important;
    }

    .rounded-md-bottom-left-0 {
        border-bottom-left-radius: 0px !important;
    }

    .rounded-md-bottom-right-0 {
        border-bottom-right-radius: 0px !important;
    }

    .rounded-md-top-left-30 {
        border-top-left-radius: 30px !important;
    }

    .rounded-md-top-right-30 {
        border-top-right-radius: 30px !important;
    }

    .rounded-md-bottom-left-30 {
        border-bottom-left-radius: 30px !important;
    }

    .rounded-md-bottom-right-30 {
        border-bottom-right-radius: 30px !important;
    }
}

@media (min-width: 992px) {
    .rounded-lg-top-left-0 {
        border-top-left-radius: 0px !important;
    }

    .rounded-lg-top-right-0 {
        border-top-right-radius: 0px !important;
    }

    .rounded-lg-bottom-left-0 {
        border-bottom-left-radius: 0px !important;
    }

    .rounded-lg-bottom-right-0 {
        border-bottom-right-radius: 0px !important;
    }

    .rounded-lg-top-left-30 {
        border-top-left-radius: 30px !important;
    }

    .rounded-lg-top-right-30 {
        border-top-right-radius: 30px !important;
    }

    .rounded-lg-bottom-left-30 {
        border-bottom-left-radius: 30px !important;
    }

    .rounded-lg-bottom-right-30 {
        border-bottom-right-radius: 30px !important;
    }
}

@media (min-width: 1200px) {
    .rounded-xl-top-left-0 {
        border-top-left-radius: 0px !important;
    }

    .rounded-xl-top-right-0 {
        border-top-right-radius: 0px !important;
    }

    .rounded-xl-bottom-left-0 {
        border-bottom-left-radius: 0px !important;
    }

    .rounded-xl-bottom-right-0 {
        border-bottom-right-radius: 0px !important;
    }

    .rounded-xl-top-left-30 {
        border-top-left-radius: 30px !important;
    }

    .rounded-xl-top-right-30 {
        border-top-right-radius: 30px !important;
    }

    .rounded-xl-bottom-left-30 {
        border-bottom-left-radius: 30px !important;
    }

    .rounded-xl-bottom-right-30 {
        border-bottom-right-radius: 30px !important;
    }
}

.rounded-50 {
    border-radius: 50px;
}

@media (max-width: 991px) {
    .rounded-50 {
        border-radius: 35px;
    }
}

@media (max-width: 575px) {
    .rounded-50 {
        border-radius: 25px;
    }
}

.rounded-top-50 {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
}

@media (max-width: 991px) {
    .rounded-top-50 {
        border-top-left-radius: 35px;
        border-top-right-radius: 35px;
    }
}

@media (max-width: 575px) {
    .rounded-top-50 {
        border-top-left-radius: 25px;
        border-top-right-radius: 25px;
    }
}

.rounded-bottom-50 {
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}

@media (max-width: 991px) {
    .rounded-bottom-50 {
        border-bottom-left-radius: 35px;
        border-bottom-right-radius: 35px;
    }
}

@media (max-width: 575px) {
    .rounded-bottom-50 {
        border-bottom-left-radius: 25px;
        border-bottom-right-radius: 25px;
    }
}

.bg-geometry {
    background-image: url(../images/sec-background.svg);
}

.bg-geometry-grad-blue {
    background: linear-gradient(71.9deg, #033C43 19.01%, #004852 35.07%, rgb(0 92 104 / 49%) 86.06%), url(../images/sec-background.svg);
}

.bg-geometry-black-84 {
    background: linear-gradient(0deg, rgb(0 0 0 / 84%), rgb(0 0 0 / 84%)), url(../images/sec-background.svg);
}

.bg-main-banner {
    background-image: linear-gradient(71.9deg, #033C43 19.01%, #004852 35.07%, rgba(0, 92, 104, 0.27) 86.06%), url(../images/sec-3-image-1.webp), url(../images/sec-background.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-header-ourstory {
    background-image: url(../images/sec-4-image-5.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
}

.bg-header-ourteam {
    background-image: url(../images/sec-2-image-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
}

.bg-card-ourstory {
    background: url(../images/bg.png);
    background-size: contain;
}

.bg-card-cover {
    background: url(../images/bg.png);
    background-size: cover;
    background-position: center;
}

@media (max-width: 991px) {
    .bg-main-banner {
        background-position: center;
    }
}

.bg-footer, .bg-dark-cyan {
    background-color: #005C68;
}

.bg-footer-dark {
    background-color: #004852;
}

.bg-blue {
    background-color: #004552;
}

.bg-blue-80 {
    background-color: #004552cc;
}

.bg-black-84 {
    background-color: #000000d6;
}



.bg-lightblue {
    background-color: #00B9AE1A;
}

.bg-lightblue-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to bottom, transparent 50%, #00B9AE1A 50%);
}

.bg-lightgray {
    background-color: #F2F2F2;
}

.robo-position {
    position: relative;
    bottom: 70px;
    margin-bottom: -70px
}

.robo-top {
    height: 65px;
}

@media (min-width: 450px) {
    .robo-position {
        bottom: 90px;
        margin-bottom: -90px;
    }

    .robo-top {
        height: 80px;
    }
}

@media (min-width: 500px) {
    .robo-position {
        bottom: 100px;
        margin-bottom: -100px;
    }

    .robo-top {
        height: 100px;
    }
}

@media (min-width: 768px) {
    .robo-position {
        bottom: 140px;
        margin-bottom: -140px;
    }

    .robo-top {
        height: 145px;
    }
}

@media (min-width: 992px) {
    .robo-position {
        bottom: 180px;
        margin-bottom: -180px;
    }

    .robo-top {
        height: 170px;
    }

    .w-lg-50 {
        width: 50% !important;
    }
}

@media (min-width: 1200px) {
    .robo-position {
        bottom: 220px;
        margin-bottom: -220px;
    }

    .robo-top {
        height: 230px;
    }

    .subscription-div {
        position: relative;
        bottom: 390px;
        margin-bottom: -390px;
    }
}

@media (min-width: 1400px){
    .robo-position {
        bottom: 250px;
        margin-bottom: -250px;
    }

    .robo-top {
        height: 250px;
    }
}

.border-bottom-lightblue {
    border-bottom: 3px solid #00B9AE;
}

.border-white-20 {
    border-color: #ffffff33;
}

.text-lightblue {
    color: #00B9AE;
}

.text-lightcyan {
    color: #4f8f97;
}

.text-knowledge {
    color: #005C68;
}

.text-yellow {
    color: #F0C000;
}

.text-gradient-yellow {
    background: linear-gradient(to right, #fddf81, #fcbe00);
    color: transparent;
    background-clip: text;
}

.text-fordgray {
    color: #979797;
}

.mouse-down {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}
    .mouse-down:hover, .mouse-down:focus {
        color: #4f8f97 !important;
    }

.custom-shadow {
    box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.15);
}

.search-input {
    height: 55px;
}
    .search-input .form-control:focus {
        color: var(--bs-body-color);
        background-color: var(--bs-body-bg);
        border-color: #86b7fe;
        outline: 0;
        box-shadow: 0 0 0 0;
    }
    .search-input.custom-shadow {
        box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.15)
    }

.sec-5-card {
    background-color: #005C6875;
}

.sec-5-circle {
    background-color: #FFFFFF1A;
    border-radius: 50%;
    display: inline-flex;
    height: 130px;
    width: 130px;
    align-items: center;
    justify-content: center;
}

.sec-6-img {
    width: 80%;
    float: right
}

.asso-images {
    background-color: #ffffff;
    display: inline-flex;
    height: 91px;
    width: 200px;
    align-items: center;
    justify-content: center;
}

.small-flower-img-bottom {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 23%);
}

.big-flower-img-bottom {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 33%);
}

.small-flower-img-top {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -33%);
}

.big-flower-img-top {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -43%);
}

.display-icon-sm {
    font-size: 22px;
}

.btn-icon {
    background-color: #F0C000;
    border-radius: 50%;
    display: inline-flex;
    height: 40px;
    width: 40px;
    align-items: center;
    justify-content: center;
    color: #005C68;
}


.btn-gradient-yellow {
    background: linear-gradient(90deg, #F0C000 0%, #EF9500 100%);
    color: #101010;
    border: 0;
    border-radius: 30px;
    font-weight: 600;
    width: 260px;
    height: 64px;
    align-content: space-evenly;
}
    .btn-gradient-yellow:hover, .btn-gradient-yellow:focus {
        background: linear-gradient(90deg, #F0C000 0%, #EF9500 100%);
        color: #ffffff;
        border-color: transparent;
    }

.btn-gradient-yellow-outline {
    background: linear-gradient(#033C43, #033C43) padding-box, linear-gradient(90deg, #F0C000 0%, #EF9500 100%) border-box;
    color: #ffffff;
    border: 3px solid transparent;
    border-radius: 30px;
    font-weight: 600;
    width: 260px;
    height: 64px;
    align-content: space-evenly;
}
    .btn-gradient-yellow-outline:hover, .btn-gradient-yellow-outline:focus {
        background: linear-gradient(#033C43, #033C43) padding-box, linear-gradient(90deg, #F0C000 0%, #EF9500 100%) border-box;
        color: #EF9500;
        border: 3px solid transparent;
    }

.btn-gradient-black-yellow-outline {
    background: linear-gradient(#000000, #000000) padding-box, linear-gradient(90deg, #F0C000 0%, #EF9500 100%) border-box;
    color: #ffffff;
    border: 3px solid transparent;
    border-radius: 30px;
    font-weight: 600;
    width: 260px;
    height: 64px;
    align-content: space-evenly;
}
    .btn-gradient-black-yellow-outline:hover, .btn-gradient-black-yellow-outline:focus {
        background: linear-gradient(#000000, #000000) padding-box, linear-gradient(90deg, #F0C000 0%, #EF9500 100%) border-box;
        color: #EF9500;
        border: 3px solid transparent;
    }

.btn-white {
    background: #ffffff;
}
    .btn-white:focus, .btn-white:hover {
        background: #ffffff;
    }

.btn-sec-1 {
    position: absolute;
    bottom: 17%;
    left: 7%;
}

@media (max-width: 1100px) {
    .btn-sec-1 {
        bottom: 15%;
    }

        .btn-sec-1 .btn-lg {
            font-size: 16px;
        }

        .btn-sec-1 .btn-gradient-yellow, .btn-sec-1 .btn-gradient-yellow-outline {
            height: 50px;
            width: 195px;
        }
}

@media (max-width: 991px) {
    .btn-gradient-yellow, .btn-gradient-yellow-outline, .btn-gradient-black-yellow-outline {
        height: 60px;
        font-size: 18px;
    }

    .btn-lg {
        font-size: 18px;
    }

    .btn-sec-1 {
        bottom: 13%;
    }

    .btn-sec-1 .btn-lg {
        font-size: 16px;
    }

    .btn-sec-1 .btn-gradient-yellow, .btn-sec-1 .btn-gradient-yellow-outline {
        height: 50px;
        width: 170px;
    }
}

@media (max-width: 767px) {
    .btn-gradient-yellow, .btn-gradient-yellow-outline, .btn-gradient-black-yellow-outline {
        width: auto;
        height: 50px;
        font-size: 16px;
    }

    .btn-lg {
        font-size: 16px;
    }

    .btn-sec-1 .btn-gradient-yellow, .btn-sec-1 .btn-gradient-yellow-outline {
        height: 40px;
        width: 170px;
        font-size: 14px;
    }
}

@media (max-width: 650px) {
    .btn-sec-1 {
        bottom: 10%;
    }

        .btn-sec-1 .btn-gradient-yellow, .btn-sec-1 .btn-gradient-yellow-outline {
            height: 40px;
            width: 170px;
            font-size: 12px;
        }
}

@media (max-width: 575px) {
    .btn-sec-1 {
        bottom: 7%;
    }

        .btn-sec-1 .btn-gradient-yellow, .btn-sec-1 .btn-gradient-yellow-outline {
            height: 40px;
            width: 130px;
            font-size: 12px;
            border: 1px solid transparent;
        }
}

@media (max-width: 500px) {
    .btn-sec-1 {
        bottom: 9%;
    }

        .btn-sec-1 .btn-gradient-yellow, .btn-sec-1 .btn-gradient-yellow-outline {
            height: 30px;
            width: 120px;
            font-size: 10px;
            border: 1px solid transparent;
        }
}

@media (max-width: 420px) {
    .btn-sec-1 {
        bottom: 7%;
    }

        .btn-sec-1 .btn-gradient-yellow, .btn-sec-1 .btn-gradient-yellow-outline {
            height: 30px;
            width: 100px;
            font-size: 9px;
            border: 1px solid transparent;
        }
}

@media (max-width: 377px) {
    .btn-sec-1 {
        bottom: 4%;
    }

    .btn-gradient-yellow, .btn-gradient-yellow-outline, .btn-gradient-black-yellow-outline {
        height: 70px;
    }
}

.right-buttons-vertical {
    position: fixed;
    right: 0;
    top: 45%;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform-origin: bottom right;
    z-index: 1;
}

.btn-blue-vertical {
    background: #0033DA;
    color: #ffffff;
    height: 54px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    align-content: center;
    font-weight: 600;
}

    .btn-blue-vertical:hover, .btn-blue-vertical:focus {
        color: #101010;
        background-color: #0033DA;
        border-color: transparent;
    }

.btn-pink-vertical {
    background: #E80077;
    color: #ffffff;
    height: 54px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    align-content: center;
    font-weight: 600;
}
    .btn-pink-vertical:hover, .btn-pink-vertical:focus {
        color: #101010;
        background-color: #E80077;
        border-color: transparent;
    }

@media (max-width: 767px) {
    .btn-blue-vertical, .btn-pink-vertical {
        height: 50px;
    }
}

.navbar-top {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 1030;
    background-color: transparent;
    border: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

    .navbar-top.nav-sticky {
        background: #ffffff !important;
        -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
        box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
        top: 0 !important;
        margin-top: 0 !important;
    }

    .navbar-top .logo-img .logo-white {
        display: inline-block;
    }

    .navbar-top .logo-img .logo-color {
        display: none;
    }

    .navbar-top .navbar-nav .nav-link {
        color: #ffffff;
    }

    .navbar-top .navbar-nav .nav-link.active {
        color: #ffffff;
    }

    .navbar-top .navbar-nav .btn a {
        display: block;
        font-size: var(--bs-nav-link-font-size);
        font-weight: var(--bs-nav-link-font-weight);
        color: #ffffff;
        text-decoration: none;
        border: 0;
    }

    .navbar-top.nav-sticky .logo-img .logo-white {
        display: none;
    }

    .navbar-top.nav-sticky .logo-img .logo-color {
        display: inline-block;
    }

    .navbar-top.nav-sticky .navbar-nav .nav-link {
        color: #000000a6;
    }

    .navbar-top.nav-sticky .navbar-nav .nav-link.active {
        color: #000000;
    }

    .navbar-top.nav-sticky .navbar-nav .btn a {
        color: #000000;
    }

@media(max-width: 992px){
    .navbar-top {
        background: #ffffff;
    }

        .navbar-top .logo-img .logo-white {
            display: none !important;
        }

        .navbar-top .logo-img .logo-color {
            display: inline-block !important;
        }
}

.list-group-horizontal > .list-group-item + .list-group-item {
    border-left-width: 1px;
}

.alphabet-list .list-group-item {
    position: relative;
    display: block;
    padding: 0;
    color: #212529;
    text-decoration: none;
    background-color: #ffffff;
    border-radius: 0 !important;
    margin: 2px;
}
    .alphabet-list .list-group-item a {
        position: relative;
        display: block;
        width: 45px;
        padding: 0.5rem 1rem;
        text-decoration: none;
        background-color: #ffffff;
        color: #212529;
    }
        .alphabet-list .list-group-item a:hover, .alphabet-list .list-group-item a:focus, .alphabet-list .list-group-item a.active {
            background: #004552;
            color: #ffffff;
            font-weight: 500;
        }
        .list-group-item.active a, .alphabet-list .list-group-item:hover a, .alphabet-list .list-group-item:focus a {
            color: #ffffff;
        }
    .alphabet-list .list-group-item a.all {
        width: auto;
    }


.justify-items-center {
    justify-items: center;
}

@media(min-width: 1200px) {
    .header-search {
        width: 65%;
    }
    
    .font-18 {
        font-size: 18px;
    }

    .sec-2-col-height {
        height: 584px;
    }

    .w-xl-50 {
        width: 50%;
    }

    .w-xl-75 {
        width: 75% !important;
    }
}

.accordion-button {
    font-size: 18px;
}

.accordion-button:not(.collapsed) {
    box-shadow: none;
}

.form-control:focus, .form-select:focus, .accordion-button:focus {
    outline: none !important;
    box-shadow: none !important;
}

.form-control::-moz-placeholder {
    color: #21252975;
}

.form-control::placeholder {
    color: #21252975;
}

.form-custom .btn-gradient-yellow, .form-custom .btn-gradient-yellow-outline, .form-custom .btn-gradient-black-yellow-outline, 
.form-custom-shadow .btn-gradient-yellow, .form-custom-shadow .btn-gradient-yellow-outline, .form-custom-shadow .btn-gradient-black-yellow-outline {
    width: 75%;
    height: auto;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
}

.form-custom .input-group select {
    flex: none;
    width: 25%;
    background-color: #ffc107;
    border-color: #ffc107;
    text-align: center;
    height: 48px;
}

.form-custom-shadow .input-group select {
    flex: none;
    width: 30%;
    background-color: #ffc107;
    border-color: #ffc107;
    text-align: center;
    height: 48px;
}

@media (max-width: 767px) {
    .form-custom .input-group select,
    .form-custom-shadow .input-group select {
        width: 48%;
    }
}

.form-custom .form-control,
.form-custom-shadow .form-control {
    height: 48px;
}

.form-custom-shadow label {
    font-size: 14px;
}

.form-custom-shadow .form-control {
    border: 0;
    box-shadow: 0 0.1rem 0.4rem rgba(0, 0, 0, 0.15) !important;
}

.form-custom-shadow select {
    border: 0;
    box-shadow: 0 0.1rem 0.4rem rgb(255 190 0) !important;
}

.page-link {
    color: #212529;
}
    .page-link:focus, .page-link:hover {
        outline: 0;
        box-shadow: none;
        z-index: 3;
        color: #212529;
        background: #ffffff;
        border: 1px solid #ffc107;
    }
    .page-link.active, .active > .page-link {
        z-index: 3;
        color: #ffffff;
        background-color: #ffc107;
        border-color: #ffc107;
    }
    .page-link.disabled, .disabled > .page-link {
        background-color: #d3d3d3;
    }
    
.otp-input {
    width: 48px;
}

hr {
    margin: inherit;
    margin-bottom: 15px;
    margin-top: 15px;
    color: #21252975;
}

.modal .close {
    border: 0;
    background: transparent;
    font-size: 25px;
}

.yellow-bullet {
    list-style-type: none;
}

    .yellow-bullet li::before {
        content: "";
        width: 1rem;
        height: 1rem;
        background-color: #ffc107;
        border-radius: 50%;
        display: inline-block;
        margin-left: -25px;
        margin-right: 8px;
        margin-bottom: -2px;
    }

.ribbon.ribbon-warning span {
    background-color: #ffc107 !important;
}

    .ribbon.ribbon-warning span:before {
        border-left-color: #ffc107;
        border-top-color: #ffc107;
    }

    .ribbon.ribbon-warning span:after {
        border-right-color: #ffc107;
        border-top-color: #ffc107;
    }

.ribbon {
    position: absolute;
    top: -4px;
    width: 130px;
    height: 130px;
    z-index: 2;
}

.ribbon.ribbon-right {
    right: -4px;
}

    .ribbon.ribbon-right span {
        right: -33px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .ribbon span {
        position: absolute;
        top: 35px;
        width: 160px;
        color: #ffffff;
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
    }

    .ribbon span:before, .ribbon span:after {
        content: "";
        position: absolute;
        top: 100%;
        z-index: -1;
        border: 3px solid transparent;
    }

    .ribbon span:before {
        left: 0;
    }

    .ribbon span:after {
        right: 0;
    }

.font-12 {
    font-size: 12px;
}

.font-14 {
    font-size: 14px;
}


/*----------------------------------------------------------------------- Timeline --------------------------------------------------------------*/
.main-timeline6 {
    overflow: hidden;
    position: relative
}
    .main-timeline6 .timeline {
        width: 50%;
        float: right;
        position: relative;
        z-index: 1
    }
        .main-timeline6 .timeline:after, .main-timeline6 .timeline:before {
            position: absolute;
            top: 50%;
            content: "";
            display: block;
            clear: both
        }
        .main-timeline6 .timeline:before {
            width: 40%;
            height: 6px;
            background: #9f005d;
            left: 0;
            z-index: -1;
            transform: translateY(-50%)
        }
        .main-timeline6 .timeline:after {
            width: 6px;
            height: 70%;
            background: #9f005d;
            left: -3px
        }
    .main-timeline6 .timeline-content {
        width: 65%;
        float: right;
        padding: 0 0 30px 30px;
        margin-right: 15px;
        background: #fff;
        border-radius: 10px;
        box-shadow: 3px 3px 5px 6px #ccc
    }
        .main-timeline6 .timeline-content:after, .main-timeline6 .timeline-content:before {
            content: "";
            width: 26px;
            height: 26px;
            border-radius: 50%;
            background: #9f005d;
            position: absolute;
            top: 50%;
            left: -13px;
            z-index: 1;
            transform: translateY(-50%)
        }
        .main-timeline6 .timeline-content:after {
            left: 30%;
            transform: translate(-50%,-50%)
        }
    .main-timeline6 .year {
        display: block;
        font-size: 28px;
        font-weight: 700;
        color: #9f005d;
        text-align: center;
        padding-left: 50px
    }
    .main-timeline6 .content-inner {
        padding: 35px 15px 35px 110px;
        margin-right: -15px;
        background: #9f005d;
        border-radius: 150px 0 0 150px;
        position: relative
    }
        .main-timeline6 .content-inner:after, .main-timeline6 .content-inner:before {
            content: "";
            border-left: 15px solid #640026;
            border-top: 10px solid transparent;
            position: absolute;
            top: -10px;
            right: 0
        }
        .main-timeline6 .content-inner:after {
            border-top: none;
            border-bottom: 10px solid transparent;
            top: auto;
            bottom: -10px
        }
    .main-timeline6 .icon {
        width: 110px;
        height: 100%;
        text-align: center;
        position: absolute;
        top: 0;
        left: 0
    }
        .main-timeline6 .icon i {
            font-size: 60px;
            font-weight: 700;
            color: #fff;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%)
        }
    .main-timeline6 .title {
        font-size: 22px;
        font-weight: 700;
        color: #fff;
        margin: 0 0 5px
    }
    .main-timeline6 .description {
        font-size: 14px;
        color: #fff;
        margin: 0
    }
    .main-timeline6 .timeline:nth-child(2n) .icon, .main-timeline6 .timeline:nth-child(2n):after, .main-timeline6 .timeline:nth-child(2n):before {
        left: auto;
        right: 0
    }
    .main-timeline6 .timeline:nth-child(2n):after {
        right: -3px
    }
    .main-timeline6 .timeline:nth-child(2n) .timeline-content {
        float: left;
        padding: 0 30px 30px 0;
        margin: 0 0 0 15px
    }
        .main-timeline6 .timeline:nth-child(2n) .timeline-content:after, .main-timeline6 .timeline:nth-child(2n) .timeline-content:before {
            left: auto;
            right: -13px
        }
        .main-timeline6 .timeline:nth-child(2n) .timeline-content:after {
            right: 30%;
            margin-right: -25px
        }
    .main-timeline6 .timeline:nth-child(2n) .year {
        padding: 0 50px 0 0;
        color: #05b1ff
    }
    .main-timeline6 .timeline:nth-child(2n) .content-inner {
        padding: 35px 110px 35px 15px;
        margin: 0 0 0 -15px;
        border-radius: 0 150px 150px 0
    }
        .main-timeline6 .timeline:nth-child(2n) .content-inner:after, .main-timeline6 .timeline:nth-child(2n) .content-inner:before {
            border: none;
            border-right: 15px solid #027dcd;
            border-top: 10px solid transparent;
            right: auto;
            left: 0
        }
        .main-timeline6 .timeline:nth-child(2n) .content-inner:after {
            border-top: none;
            border-bottom: 10px solid transparent
        }
    .main-timeline6 .timeline:nth-child(2) {
        margin-top: 200px
    }
    .main-timeline6 .timeline:nth-child(odd) {
        margin: -190px 0 0
    }
    .main-timeline6 .timeline:nth-child(even) {
        margin-bottom: 70px
    }
    /*, .main-timeline6 .timeline:last-child:nth-child(even)*/
    .main-timeline6 .timeline:first-child {
        margin: 0
    }
    .main-timeline6 .timeline:nth-child(2n) .content-inner, .main-timeline6 .timeline:nth-child(2n) .timeline-content:after, .main-timeline6 .timeline:nth-child(2n) .timeline-content:before, .main-timeline6 .timeline:nth-child(2n):after, .main-timeline6 .timeline:nth-child(2n):before {
        background: #05b1ff
    }
    .main-timeline6 .timeline:nth-child(3n) .content-inner, .main-timeline6 .timeline:nth-child(3n) .timeline-content:after, .main-timeline6 .timeline:nth-child(3n) .timeline-content:before, .main-timeline6 .timeline:nth-child(3n):after, .main-timeline6 .timeline:nth-child(3n):before {
        background: #00a3a9
    }
        .main-timeline6 .timeline:nth-child(3n) .content-inner:after, .main-timeline6 .timeline:nth-child(3n) .content-inner:before {
            border-left-color: #006662
        }
    .main-timeline6 .timeline:nth-child(3n) .year {
        color: #00a3a9
    }
    .main-timeline6 .timeline:nth-child(4n) .content-inner, .main-timeline6 .timeline:nth-child(4n) .timeline-content:after, .main-timeline6 .timeline:nth-child(4n) .timeline-content:before, .main-timeline6 .timeline:nth-child(4n):before {
        background: #f92534
    }
    .main-timeline6 .timeline:nth-child(4n):after {
        background: #05b1ff00;
    }
        .main-timeline6 .timeline:nth-child(4n) .content-inner:after, .main-timeline6 .timeline:nth-child(4n) .content-inner:before {
            border-right-color: #92070e
        }
    .main-timeline6 .timeline:nth-child(4n) .year {
        color: #f92534
    }

@media only screen and (max-width:1399px) and (min-width:1200px) {
    .main-timeline6 .timeline:after {
        height: 63%
    }
}

@media only screen and (max-width:1199px) and (min-width:992px) {
    .main-timeline6 .timeline:nth-child(3n):after {
        height: 50%
    }
}

@media only screen and (max-width:990px) and (min-width:768px) {
    .main-timeline6 .timeline:after {
        height: 80%
    }
}

@media only screen and (max-width:991px) {
    .main-timeline6 .timeline:last-child, .main-timeline6 .timeline:nth-child(even), .main-timeline6 .timeline:nth-child(odd) {
        margin: 0
    }
    .main-timeline6 .timeline {
        width: 95%;
        margin: 15px 15px 15px 0 !important
    }
        .main-timeline6 .timeline .timeline-content:after, .main-timeline6 .timeline .timeline-content:before, .main-timeline6 .timeline:after, .main-timeline6 .timeline:before {
            display: none
        }
        .main-timeline6 .timeline-content, .main-timeline6 .timeline:nth-child(2n) .timeline-content {
            width: 100%;
            float: none;
            padding: 0 0 30px 30px;
            margin: 0
        }
        .main-timeline6 .content-inner, .main-timeline6 .timeline:nth-child(2n) .content-inner {
            padding: 35px 15px 35px 110px;
            margin: 0 -15px 0 0;
            border-radius: 150px 0 0 150px
        }
            .main-timeline6 .timeline:nth-child(2n) .content-inner:after, .main-timeline6 .timeline:nth-child(2n) .content-inner:before {
                border: none;
                border-left: 15px solid #027dcd;
                border-top: 10px solid transparent;
                right: 0;
                left: auto
            }
            .main-timeline6 .timeline:nth-child(2n) .content-inner:after {
                border-top: none;
                border-bottom: 10px solid transparent
            }
        .main-timeline6 .timeline:nth-child(2n) .icon {
            top: 0;
            left: 0
        }
        .main-timeline6 .timeline:nth-child(4n) .content-inner:after, .main-timeline6 .timeline:nth-child(4n) .content-inner:before {
            border-left-color: #92070e
        }
}

.sticky-bar {
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
}
    .sticky-bar.policy {
        top: 120px;
    }

.shape {
    position: absolute;
    pointer-events: none;
    right: 0;
    bottom: -3px;
    left: 0;
}
    .shape > svg {
        -webkit-transform: scale(2);
        transform: scale(2);
        width: 100%;
        height: auto;
        -webkit-transform-origin: top center;
        transform-origin: top center;
    }

.single-owlcarousel .owl-dots .owl-dot {
    margin: 0px 5px;
}

    .single-owlcarousel .owl-dots .owl-dot button {
        background: none;
        border: none;
        padding: 0;
        color: #555555;
        font-size: 14px;
        font-weight: 500;
        cursor: pointer;
        padding: 2px 15px;
        border-radius: 20px;
        box-shadow: 0 0.1rem 0.3rem rgb(0 0 0 / 40%);
    }

        .single-owlcarousel .owl-dots .owl-dot button:focus {
            outline: none;
        }

    .single-owlcarousel .owl-dots .owl-dot.active button {
        color: #ffffff;
        background: #00B9AE;
    }

    .single-owlcarousel.blue .owl-dots .owl-dot.active button {
        color: #ffffff;
        background: #004552;
    }

.single-owlcarousel .owl-item img {
    max-width: 100%;
    width: auto;
}

/***************************************** MESSAGE PAGE *******************************************/
.message.card {
    height: 65vh;
    border-radius: 15px !important;
    background-color: #00000000;
}

.msg_card_body {
    overflow-y: auto;
}
    .msg_card_body::-webkit-scrollbar {
        width: 8px; /* Scrollbar width */
    }

    .msg_card_body::-webkit-scrollbar-track {
        /*background: #f1f1f1;*/ /* Track color */
        border-radius: 10px;
    }

    .msg_card_body::-webkit-scrollbar-thumb {
        background: #888; /* Scroll thumb color */
        border-radius: 10px;
    }

        .msg_card_body::-webkit-scrollbar-thumb:hover {
            background: #555; /* Change thumb color on hover */
        }

.card-footer {
    border-radius: 0 0 15px 15px !important;
    border-top: 0 !important;
}

.input-div {
    border: 1px solid #626161;
    border-radius: 30px;
    align-items: center;
    height: 58px;
    min-height: 58px;
}

textarea.textarea-grow {
    width: 100% !important;
    height: 0 !important;
    color: white !important;
    overflow-y: hidden;
    resize: none;
    overflow: hidden;
    min-height: 40px;
}

textarea.inbox_typemsg {
    background-color: transparent !important;
    border: 0 !important;
    color: white !important;
    overflow-y: hidden;
    resize: none;
    overflow: hidden;
    min-height: 40px;
    max-height: 100px;
    line-height: 1.6;
}

.inbox_typemsg:focus, .inbox_typemsg:hover {
    box-shadow: none !important;
    outline: 0px !important;
    overflow-y: auto;
}

.inbox_typemsg::placeholder {
    color: #626161;
}

.inbox_plusbtn {
    border-radius: 15px 0 0 15px !important;
    background-color: transparent !important;
    border: 0 !important;
    color: white !important;
    cursor: pointer;
    font-size: 23px;
    padding-right: 0px !important;
}

.inbox_sendbtn {
    border-radius: 0 15px 15px 0 !important;
    background-color: transparent !important;
    border: 0 !important;
    color: white !important;
    cursor: pointer;
    font-size: 23px;
    padding-left: 0px !important;
}

.robo-icon-sm {
    height: 30px;
    width: 30px;
}

.robo-questiontext {
    display: flex;
    justify-content: flex-end;
}

.img_cont {
    position: relative;
    height: 70px;
    width: 70px;
}

.img_cont_msg {
    height: 50px;
    width: 50px;
    max-width: 50px;
}

.img_inmsg {
    width: 25%
}

.inputmsg_container {
    width: fit-content;
    padding: 1rem 1.5rem;
    border-radius: 30px;
    background-color: #333537;
    color: white;
}

#sidebar {
    min-width: 270px;
    max-width: 270px;
    color: #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 1;
    top: 0;
    background: #000;
    margin-top: 105px;
    padding-top: 30px;
    position: fixed;
    left: 0;
    width: 270px;
    height: calc(100% - 9%);
    overflow-y: auto;
}

    #sidebar::-webkit-scrollbar {
        width: 8px; /* Scrollbar width */
    }

    #sidebar::-webkit-scrollbar-track {
        /*background: #f1f1f1;*/ /* Track color */
        border-radius: 10px;
    }

    #sidebar::-webkit-scrollbar-thumb {
        background: #888; /* Scroll thumb color */
        border-radius: 10px;
    }

        #sidebar::-webkit-scrollbar-thumb:hover {
            background: #555; /* Change thumb color on hover */
        }

    #sidebar + #content {
        margin-left: 270px;
    }

    #sidebar .h6 {
        color: #fff;
    }

    #sidebar.active {
        margin-left: -270px;
        overflow-y: inherit;
    }

        #sidebar.active + #content {
            margin-left: 0px;
        }

        #sidebar.active .custom-menu {
            margin-right: -50px;
            right: 0;
        }

    #sidebar h1 {
        margin-bottom: 20px;
        font-weight: 700;
    }

    #sidebar ul.components {
        padding: 0;
    }

    #sidebar ul li {
        font-size: 16px;
    }

        #sidebar ul li > ul {
            margin-left: 10px;
        }

            #sidebar ul li > ul li {
                font-size: 14px;
            }

        #sidebar ul li a {
            padding: 7px 0;
            display: block;
            color: #fff;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

            #sidebar ul li a:hover {
                color: #fff;
                background: #0000001c;
            }

        #sidebar ul li.active > a {
            background: #0000001c;
            color: #fff;
        }

@media (max-width: 991.98px) {
    #sidebar {
        margin-left: -270px;
        margin-top: 80px;
        overflow-y: inherit;
    }

    #sidebar + #content {
        margin-left: 0px;
    }

        #sidebar.active {
            margin-left: 0;
            overflow-y: auto;
        }

        #sidebar.active + #content {
            margin-left: 270px;
        }

        #sidebar .custom-menu {
            margin-right: -60px !important;
            right: 0;
        }

        #sidebar.active .custom-menu {
            right: auto;
        }
}

@media (max-width: 767px) {
    #sidebar {
        background: #000;
    }

        #sidebar.active + #content {
            margin-left: 0;
        }
}

@media (max-width: 575px) {
    #sidebar {
        background: #000;
    }

        #sidebar.active + #content {
            margin-left: 0;
        }

        #sidebar .custom-menu {
            right: 10px;
        }
}

#sidebar .custom-menu {
    display: inline-block;
    position: absolute;
    top: 20px;
    margin-right: -20px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    padding-left: 10px;
}

@media (prefers-reduced-motion: reduce) {
    #sidebar .custom-menu {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

#sidebar .custom-menu .btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

    #sidebar .custom-menu .btn.btn-transparent, #sidebar .btn-chat {
        background: #00000000;
        border-color: #00000000;
        color: #fff;
    }

        #sidebar .custom-menu .btn.btn-transparent:hover,
        #sidebar .btn-chat:hover,
        #sidebar .btn-chat:focus {
            background: #6161614f !important;
            border-color: #6161614f !important;
        }

@media (max-width: 991.98px) {
    #sidebarCollapse span {
        display: none;
    }
}

#content {
    min-height: 100vh;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    padding: 20px;
    height: 100vh;
}