.disabled {
    background-color: #E8E8E8 !important;
    border-color: #E8E8E8 !important;
    pointer-events: none !important;
    opacity: .7 !important;
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800&family=Prompt:wght@100;200;300;400;500;600;700;800&display=swap');

body {
    font-family: 'Poppins', 'Prompt';
    background: #1A1A18;
}

p {
    font-weight: 200;
}

/* .section {
    padding: 80px 0px;
} */

.subpage {
    padding-top: 0rem;
    padding-bottom: 3rem;
}

.banner-subpage img {
    width: 100%;
}

/* Form search */
.form-search input {
    color: #000 !important;
}

.form-search {
    background-color: #fff;
    width: fit-content;
    border-radius: 100px;
    padding: 7px 10px;
    margin: auto;
    margin-right: 0;
}

.form-search input {
    border: unset;
    background: unset;
    width: 350px;
}

.form-search button {
    border: unset;
    background: transparent;
}

.form-search input:focus-visible {
    outline: unset !important;
}

/* Button */
.btn-primary {
    background: #F07A22;
    color: #fff;
    border-radius: 100px;
    border: unset;
    text-transform: uppercase;
}

button.btn a {
    color: #fff;
}

.btn-primary:hover,
.btn-primary:active {
    filter: brightness(0.8);
    background: #F07A22 !important;
}

.btn-check:focus+.btn,
.btn:focus {
    outline: 0px;
    box-shadow: rgb(240 122 34 / 13%) 0px 0px 0px 0.25rem;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
    box-shadow: 0 0 0 0.25rem rgb(240 123 34 / 51%) !important;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
    background: #F07A22 !important;
}

.btn-check:active+.btn-primary:focus,
.btn-check:checked+.btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgb(240 123 34 / 51%) !important;
}

/* header-subpage */
.text-center.pt-5.pb-5 {
    background-color: #F07A22;
}

.header-subpage {
    margin-top: 5.5rem;
}

.header-subpage h2 {
    color: #fff;
}

.policy-content {
    color: #fff;
}


.border-nav nav.navbar.fixed-top.navbar-expand-lg {
    border-bottom: 2px solid #b45e1e;
}



/* Login-form */
.login-form {
    width: 550px;
    margin: 5rem auto;
    border: 1px solid #ec7820;
    background-color: #5d2e0a;
    border-radius: 1rem;
    box-shadow: 0px 0px 70px 11px #000000;
}

.login-form .form-control {
    background: #0b0b0a;
    border-color: #8e4c1e;
}

.login-form label,
.login-form .top h5 {
    color: #fff;
}


button.btn.btn-primary.rounded-pill a {
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
}

.login-form .top h4 {
    padding: 0;
}

.login-form .top {
    padding: 1rem;
    border-bottom: 1px solid #b85c17;
}

.login-form .form {
    padding: 2rem 2rem 2rem;
}

.login-form .form div {
    margin-bottom: 1rem;
}

button.btn.btn-login {
    width: 100%;
    background: #F07A22;
    border-radius: 100px;
    color: #fff;
    margin-top: 1rem;
}

/* table */
.t-table.mb-h tr th {
    font-size: 1.5rem;
    font-weight: 500;
}

.t-table.table-headline-bg.mb-h {
    margin-top: -68px;
}

.mb-h tr.headlines {
    background: transparent !important;
}

table {
    width: 100%;
}

.table-headline-bg tr.headlines {
    background: #f07a227d;
    color: #fff;
    border-bottom: unset;
    text-align: center;
}

.table-headline-bg tr.headlines th {
    padding: 1rem;
}

table tr td {
    text-align: center;
    padding: 1rem;
    color: #fff;
}

tr {
    vertical-align: top;
}

.table-headline-trans tr.headlines th {
    color: #fff;
    padding: 1rem;
    text-align: center;
    font-size: 1.3rem;
    font-weight: 500;
}

.table-headline-trans tr td {
    text-align: left;
    padding: 2rem;
}

.icon-pdf img {
    transition: all 0.3s;
}

.icon-pdf img:hover {
    transform: scale(1.1);
}




/* Button special */

button.btn-special {
    display: inline-flex;
    background: #F07A22;
    border: unset;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 100px;
    padding: 4px 24px 4px 24px;
    align-items: center;
    margin-left: 1rem;

}

button.btn-special i {
    padding-left: 1rem;
}

button.btn-special i {
    height: 24px;
}

/* step */
.bs-stepper .step-trigger,
p.bs-stepper-circle {
    display: block !important;
    text-align: center;
    margin: auto;
}

.active .bs-stepper-circle {
    background-color: #F07A22;
}

.bs-stepper-circle {
    width: 2.5em;
    height: 2.5em;
    padding: .5em 0;
    margin: .25rem;
    line-height: 1.5em;
    color: #fff;
    background-color: #6c757d;
    border-radius: 100rem;
    font-size: 1.5rem;
    font-weight: 600;
}

.bs-stepper-label {
    color: #fff;
    font-weight: 500;
}

.bs-stepper-content button {
    display: inline-block;
    margin: auto;
    margin-top: 1rem;
    margin-right: 0;
}

.bs-stepper .btn-area {
    display: block;
    text-align: end;
}

.bs-stepper .btn-area button.btn.btn-primary {
    margin-left: 0.5rem;
}

.bs-stepper .form-control {
    color: #eee;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #ced4da87;
    line-height: 2.5;
}

.bs-stepper .form-group .row {
    margin-bottom: 1.5rem;
}

.bs-stepper .border-r {
    border-right: 1px solid #eee;
}

.bs-stepper .step-3 {
    padding-bottom: 1rem;
    margin-bottom: 3rem;
    border-bottom: 3px solid #eee;
}

.bs-stepper-header .step .step-trigger .bs-stepper-circle {
    position: relative;
}

.bs-stepper .step-trigger.disabled,
.bs-stepper .step-trigger:disabled {
    pointer-events: none;
    opacity: 1;
}

/* .bs-stepper-header .step .step-trigger .bs-stepper-circle:before {
    content: "";
    width: 520px;
    height: 3px;
    background: #424242;
    position: absolute;
    z-index: -1;
    top: 30px;
} */

.step button {
    position: relative;
    width: 100%;
}

.step {
    width: 100%;
}

.step button:before {
    content: "";
    width: 100%;
    height: 3px;
    background: #424242;
    position: absolute;
    z-index: -1;
    top: 50px;
    left: 50%;
}

.bs-stepper-header .step.active button:before {
    background-color: #F07A22;
}


.bs-stepper-header .step:last-child.active button:before {
    background-color: #F07A22;
    width: 100%;
    left: -50%;
}


.step:last-child button:before {
    background: transparent;
    right: 0px;
}

/* btn */
.button-area button {
    color: #fff;
    border-radius: 100px;
}

.button-area button:hover {
    background-color: #f07b22a5;
    color: #fff;
}

.button-area button.btn.active {
    background: #F07A22;
    color: #fff;
    border: unset;
}

.tr-hover:hover {
    background: #f07a2229;
    cursor: pointer;
}

/* member */
.head-member {
    padding: 20px 0px;
    background-color: #f07a224a;
}

.head-member h4 {
    margin: 0px;
    color: #fff;
}

.profile-pic input[type="file" i] {
    width: 45px;
    height: 45px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0;
}

.profile-pic .btn {
    position: absolute;
    font-size: 1.5rem;
    background-color: #fff;
    width: 45px;
    height: 45px;
    border-radius: 100px;
    color: #b2b2b2;
    line-height: 2rem;
    display: block;
    text-align: center;
    top: 150px;
    left: 53%;
    margin: auto;
    box-shadow: -2px 2px 2px 2px #00000061;
}

.profile-pic .change-logo {
    position: relative;
    margin: auto;
}

.form-group.form-account {
    width: 80%;
    margin: auto;
}

.change-logo img {
    width: 200px;
    height: 100%;
}

.change-logo .crop {
    width: 200px;
    height: 200px;
    display: block;
    margin: auto;
    overflow: hidden;
    border-radius: 100rem;
}

.btn:focus-visible,
.btn:active {
    background-color: #F07A22 !important;
    border: #f07b228f !important;
}

.second-header {
    padding-top: 8rem;
}

/*  pop up */
/*  POP UP */
.popup {
    position: unset;
    display: block;
}

div#myPopup img {
    width: 65px;
    margin-top: 10px;
}

button.close-popup:hover {
    transform: scale(1.1);
}


/* The actual popup */
.popuptext {
    visibility: hidden;
    width: 100%;
    height: 100%;
    background-color: #0000008f;
    /* background-color: #000000c7; */
    backdrop-filter: blur(5px);
    color: #fff;
    text-align: center;
    border-radius: 0px;
    padding: 8px 0px;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0rem;
    margin: auto;
    /* margin-top: 0rem; */
    z-index: 999;
    border: oldlace;
    overflow: hidden;
}

div#myPopup .d-flex {
    justify-content: center;
    height: 100vh;
    align-items: center;
}

.popuptext.show .inner {
    width: 500px;
    height: 200px;
    /* background: #fff; */
    padding: 8px 0px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 15px;
    margin-top: 11rem;
    /* box-shadow: 0px 0px 60px 1px #20202040; */
    /* overflow: hidden; */
}



div#myPopup h3 {
    color: #142c46;
    /* font-family: 'promt'; */
    font-family: 'Prompt', sans-serif;
    font-size: 1.5rem;
    margin-top: 10px;
}

/* div#myPopup:before {
      content: "";
      position: absolute;
      background: #f9f9f9;
      top: 0;
      width: 283px;
      height: 216px;
      border-radius: 291px 10px 17px 0px;
      z-index: -1;
  } */

.popup-btn {
    background: #142c46;
    padding: 10px 20px;
    border-radius: 50px;
    color: #fff;
    font-family: 'Prompt';
    width: fit-content;
    display: block;
    margin: auto;
}

button.close-popup {
    background: #ff7e00;
    font-size: 1.2rem;
    width: 170px;
    display: block;
    padding: 8px 0px;
    margin: auto;
    border-radius: 0;
    font-family: 'Prompt', sans-serif;
    color: #fff;
    border: unset;
    cursor: pointer;
}

/* Toggle this class - hide and show the popup */
.show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.disabled {
    background-color: #E8E8E8 !important;
    border-color: #E8E8E8 !important;
    pointer-events: none !important;
    opacity: .7 !important;
}

/* pop up */

.show {
    visibility: unset !important;
    -webkit-animation: unset;
    animation: unset !important;
}

.modal {
    background: #00000036 !important;
}

/* modal */
.confirm-icon {
    text-align: center;
    margin-bottom: 2rem;
}

.confirm-icon i {
    font-size: 4rem;
    color: #f07a22;
}

.modal-body {
    padding: 4rem 0px;
}

/* modal */

/* pop up policy */
.close-alert {
    position: absolute;
    top: 0;
    right: 0;
}

#lawmsg {
    z-index: 9999999999999999;
}

/* pop up policy */



.timeline-tab {
    margin-left: 70px;
    margin-right: 70px;
    overflow: hidden;
}

.timeline-tab .nav-item {
    flex: unset;
}

.timeline-tab .nav-item::before {
    width: 400px;
    left: 50%;
}


#dropdown-nav {
    background-color: #00000094 !important;
    backdrop-filter: blur(9px);
}

@media (max-width:991px) {

    .timeline-tab,
    .event-teb {
        justify-content: unset !important;
        flex-wrap: unset;
        overflow-x: auto;
    }

    .timeline-tab::-webkit-scrollbar,
    .event-teb::-webkit-scrollbar {
        display: none;
    }

    /* Hide scrollbar for IE, Edge and Firefox */
    .timeline-tab,
    .event-teb {
        -ms-overflow-style: none;
        /* IE and Edge */
        scrollbar-width: none;
        /* Firefox */
    }

    .timeline-tab .nav-item {
        padding: 0 10px;
        flex: 1;
    }

    .timeline-tab .nav-item::before {
        width: 100%;
    }

    .timeline-tab .nav-item:last-child:before {
        display: none;
    }

    .timeline-tab {
        margin-left: 0px;
        margin-right: 0px;
    }

    #dropdown-nav {
        background-color: transparent !important;
        backdrop-filter: unset;
        border: 0;
    }
}



.timeline-tab .nav-item .nav-link:hover,
.timeline-tab .nav-item.active .nav-link {
    color: #FFFFFF;
    background-color: #F07A22;
    border-color: #F07A22;
}


.form-group label {
    text-transform: uppercase;
    margin-bottom: .5rem;
}

.form-group {
    text-align: left;
}

select.text-white option {
    color: #000;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    background-clip: content-box !important;
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #fff;
    -webkit-box-shadow: 0 0 0 60px #1A1A18 inset !important;
    background-color: transparent !important;
}


img {
    max-width: 100%;
    height: auto;
}

@media (max-width:767px) {
    .section.about table tr {
        display: flex;
        flex-direction: column;
    }

    .section.about table tr td {
        flex: 1;
        width: 100% !important;
    }
}
.about table{
    max-width: 100% !important;
}

@media (max-width:991px) {
    .header+div {
        margin-top: 83px;
    }
}

.full-cover{
    width: 100%!important;
    height: 100%!important;
    object-fit: cover!important;
    object-position: center!important;
}
.footer-banner-ratio{
    aspect-ratio: 96/25;
}

.com-carousel-banner .splide__list{
    height: initial;
}
.com-carousel-banner .carousel-banner-item{
    height: 100%;
}
.contact .icon{
    flex:0 0 40px;
    height: 40px;
}
.contact .icon i{
    font-size: 1rem!important;
}
.section.testimomials{
    position: relative;
}
.box-nav-carousel{
    height: 100%!important;
}

.asp-191-100{
    aspect-ratio: 191/100;
}
.asp-191-100 img{
    width: 100%!important;
    height: 100%!important;
    object-fit: cover!important;
    object-position: center!important;
}
.text-right{
    text-align: right;
}

.feedb + .invalid-feedback{
    position: absolute;
    font-size: .85rem;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
    right: 35px;
    text-align: right;
    display: inline-block;
    width: auto;
}
@media (max-width:991px){
.feedb + .invalid-feedback{
    display: none!important;
}
}

.relative{
    position: relative;
}
input[type="date" i]::-webkit-calendar-picker-indicator {
    filter: invert(1);
}

.user-img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    @screen lg{
        margin-left: 70px;
    }
}

#profilephoto{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 2px solid #912e5459;
    box-shadow: 2px 4px 4px rgba(0,0,0,0.644);

}

#profile-image{
    display: none;
}

#uploadbtn{
    position: absolute;
    height: 32px;
    width: 32px;
    padding: 8px;
    border-radius: 50%;
    cursor: pointer;
    color: #fff;
    transform:translateX(120%) ;
    margin-top: 60px;
    background-color: rgba(173,172,172,.901);
    box-shadow: 2px 4px 4px rgba(0,0,0,0.644);
}
.aspect-\[16\/9\]{
    aspect-ratio: 16/7;
    }

    .pagination .active>.page-link, .page-link.active{
        background-color: #f07a22;
        border-color:tomato;
    }
    .page-link ,.page-link:hover{
        color:tomato;
    }
    .form-check-input:disabled~.form-check-label, .form-check-input[disabled]~.form-check-label,.form-check-input:disabled{
        opacity: 1;
    }