
/*** Spinner Start ***/
/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    transition: 0.5s;
    z-index: 99;
}


/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-xl-square {
    width: 66px;
    height: 66px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square,
.btn-xl-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn.btn-primary {
    color: var(--bs-white);
}

.btn.btn-primary:hover {
    background: var(--bs-secondary);
    border: 1px solid var(--bs-secondary);
}

.btn.btn-secondary {
    color: var(--bs-white);
}

.btn.btn-secondary:hover {
    background: var(--bs-primary);
    border: 1px solid var(--bs-primary);
}

.btn.btn-light {
    color: var(--bs-primary);
}

.btn.btn-light:hover {
    color: var(--bs-white);
    background: var(--bs-primary);
    border: 1px solid var(--bs-primary);
}
.right{
    float: right;
}
/*** Icon Animation Start ***/
@keyframes icon-animat {
    0%  {border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;}

    25% {border-radius: 69% 31% 19% 81% / 43% 37% 63% 57%;}

    50% {border-radius: 67% 33% 16% 84% / 57% 37% 63% 43%;}

    75% {border-radius: 77% 23% 61% 39% / 36% 61% 39% 64%;}

    100% {border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;}
}
/*** Icon Animation End ***/


/*** Navbar Start ***/
.nav-bar {
    background: var(--bs-white);
}

.sticky-top {
    transition: 1s;
}

.navbar-light .navbar-nav .nav-link {
    position: relative;
    margin-right: 25px;
    padding: 35px 0;
    letter-spacing: 1px;
    color: var(--bs-dark);
    font-size: 17px;
    font-weight: 500;
    outline: none;
    transition: .5s;
}

.sticky-top .navbar-light .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--bs-dark);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--bs-primary);
}

.navbar-light .navbar-brand img {
    max-height: 60px;
    transition: .5s;
}

.sticky-top .navbar-light .navbar-brand img {
    max-height: 50px;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
}

.dropdown .dropdown-menu a:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    margin-top: 8px !important;
    background: var(--bs-light);
    transition: .5s;
    opacity: 1;
}
.bootstrap-tagsinput{
    width: 100%;
}
.label-info{
    background: rebeccapurple;
    font-size: 12px;
    padding: 3px 5px;
    border-radius: 4px;
}
.add_more{
    cursor: pointer;
}
.badge-success{
    background: #198754;
}
.badge-secondary{
    background: #6c757d;
}
.badge-danger{
    background: #dc3545;
}
.badge-info{
    background: #0dcaf0;
}
.badge-warning{
    background: #ffc107;
}
/* .bootstrap-tagsinput input{
    width: 100%;
    border: 1px solid #ced4da;
    border-radius: 5px;
    line-height: 1.8;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
  }
  
  .bootstrap-tagsinput input:focus-visible{
    border: 1px solid #ced4da;
  }
  
  .bootstrap-tagsinput input::placeholder{
    color: #6e7684;
  } */

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
    display: block;
    visibility: hidden;
    top: 100%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
    border: 0;
    border-radius: 10px;
    margin-top: 8px !important;
    transition: .5s;
    opacity: 0;
    }
}

@media (max-width: 991px) {
    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 8px 15px;
        border: 1px solid var(--bs-primary);
        color: var(--bs-primary);
    }

    .sticky-top .navbar-light .navbar-nav .nav-link {
        padding: 12px 0;
    }
}
/*** Navbar End ***/

/*** Carousel Header Start ***/
.carousel .carousel-item img {
    object-fit: cover;
}

.carousel .carousel-item,
.carousel .carousel-item img {
    height: 85vh;
}

.carousel-item .carousel-caption {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .3);
    display: flex;
    align-items: center;
}

.carousel .carousel-indicators {
    left: 75%;
    top: 50%;
    margin-right: 25%;
    transform: translateY(-50%);
    flex-direction: column;
}

.carousel-indicators [data-bs-target] {
    display: flex;
    width: 8px;
    height: 8px;
    border: 3px solid var(--bs-white);
    border-radius: 15px;
    padding: 0;
    margin-top:10px;
    margin-bottom:10px;
    background-color: var(--bs-secondary);
    opacity: 1;
    transition: 0.5s;
}

.carousel-indicators [data-bs-target].active {
    background-color: var(--bs-primary);
}

@media (max-width: 992px) {
    .carousel-indicators [data-bs-target] {
        display: none;
    }
}
/*** Carousel Header End ***/

/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(31, 46, 78, 1), rgba(0, 12, 33, 0.8)), url(../img/fact-bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0 60px 0;
    transition: 0.5s;
}

.bg-breadcrumb .breadcrumb {
    position: relative;
}

.bg-breadcrumb .breadcrumb .breadcrumb-item a {
    color: var(--bs-white);
}
/*** Single Page Hero Header End ***/

/*** Features Start ***/
.feature {
    background: var(--bs-light);
}

.feature .feature-item {
    display: flex;
    border-radius: 10px;
}

.feature .feature-item .feature-icon span {
    width: 90px; 
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-secondary);
    background: var(--bs-primary);
    border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;;
    animation-name: icon-animat;
    animation-duration: 5s;
    animation-delay: 1s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    transition: 0.5s;
}

/*** Features End ***/

/*** About Start ***/
 .about-item-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 10px;
    background: var(--bs-light);
    transition: 0.5s;
    height: 300px;
    width: 100%;
}

 .about-item-inner .about-icon {
    width: 90px; 
    height: 90px; 
    border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-secondary);
    background: var(--bs-primary);
    animation-name: icon-animat;
    animation-duration: 5s;
    animation-delay: 1s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    transition: 0.5s;
}

 .about-img {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    
}
 .about-img .img-1 {
    /*height: 85%;*/
    margin-right: 50px;
    border: 1px solid #eee;
    border-radius: 10px;
}

.about .about-img .img-2 {
    position: absolute;
    width: 100%; 
    bottom: 0; 
    right: 0;
    padding-left: 50px;
    border-radius: 10px;
    height: 320px;
}

.about .about-img::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 98%;
    top: 0;
    right: 0;
    border-radius: 10px;
    background: var(--bs-primary);
    z-index: -1;
}

.about .about-item .text-item {
    position: relative;
    padding-left: 25px;
}

.about .about-item .text-item::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 10px;
    background: var(--bs-secondary);
}
/*** About End ***/


/*** Fact Counter Start ***/
.counter {
    background: linear-gradient(rgba(0, 12, 33, 0.9), rgba(31, 46, 78, 0.9)), url(../img/fact-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.counter .counter-item .counter-item-icon {
    width: 90px; 
    height: 90px; 
    border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-secondary);
    background: var(--bs-primary);
    animation-name: icon-animat;
    animation-duration: 5s;
    animation-delay: 1s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    transition: 0.5s;
}

/*** Fact Counter End ***/

/*** Services Start ***/
.service .service-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: 0 0 45px rgba(0, 0, 0, .1);
    border-radius: 10px;
    background: var(--bs-white);
    transition: 0.5s;
    height:300px;
}

.service .service-item:hover {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 60px;
    background: var(--bs-light);
}

.service .service-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: var(--bs-primary);
    border-radius: 10px;
    z-index: -1;
    transition: 0.5s;
    opacity: 0;
}

.service .service-item:hover::after {
    opacity: 1;
}

.service .service-item .service-icon {
    width: 90px; 
    height: 90px; 
    border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-secondary);
    background: var(--bs-primary);
    animation-name: icon-animat;
    animation-duration: 5s;
    animation-delay: 1s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    transition: 0.5s;
}
/*** Service End ***/

/*** Cars Categories Start ***/
.categories .categories-item {
    position: relative;
    border: 1px solid var(--bs-secondary);
    border-radius: 10px;
    transition: 0.5s;
    height: 683px;
}

.categories .categories-item:hover {
    border: 1px solid var(--bs-primary);
}

.categories .categories-item .categories-item-inner {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    transition: 0.5s;
}

.categories .categories-item .categories-item-inner:hover {
    box-shadow: 0 0 50px rgba(234, 0, 30, .3);
}

.categories .categories-item-inner .categories-img {
    background: var(--bs-light);
    width:100%;
    height:200px;
}

.categories .categories-item-inner .categories-content {
    border-top: 4px solid var(--bs-white);
   
    background: var(--bs-light);
    height: 433px;
}
.f-22{
    font-size: 22px;
}
.categories .categories-item-inner .categories-content h4{font-weight: 800;}

.category_button{
   position: absolute;
    bottom: 20px;
    text-align: center;
    left: 60px;
    right: 60px;
    padding: 10px 0px !important;
}

.categories .categories-item-inner .categories-review {
    display: flex;
    align-items: center;
    justify-content: center;
}

.categories-carousel .owl-stage-outer {
    margin-top: 0;
    margin-right: -1px;
}

.categories-carousel .owl-nav .owl-prev,
.categories-carousel .owl-nav .owl-next {
    /* position: absolute;
    top: -65px;
    padding: 10px 35px;
    color: var(--bs-white);
    background: var(--bs-primary);
    border-radius: 50px;
    transition: 0.5s; */

    position: absolute;
    top: 40%;
    padding: 0;
    color: #555;
    background: unset;
    border-radius: 50px;
    transition: 0.5s;
    text-shadow: 1px 8px 4px #bbb;
}

.categories-carousel .owl-nav .owl-prev {
    left: 6px !important;
}

.categories-carousel .owl-nav .owl-next {
    right: 6px;
}

.categories-carousel .owl-nav .owl-prev:hover,
.categories-carousel .owl-nav .owl-next:hover {
    background: var(--bs-secondary);
    color: var(--bs-white);
}
/*** Cars Categories End ***/


/*** Process Start ***/
.steps {
    background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), url(../img/bg-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


.steps .steps-item {
    position: relative;
    background: var(--bs-secondary);
    border-radius: 10px;
}

.steps .steps-item h4,
.steps .steps-item p {
    color: var(--bs-white);
}

.steps .steps-item .setps-number {
    position: absolute;
    width: 64px;
    height: 64px;
    bottom: 0; 
    right: 40px;
    font-weight: 900;
    border: 1px solid var(--bs-white); 
    border-radius: 64px;
    transform: translateY(50%);
    color: var(--bs-white);
    background: var(--bs-secondary);
    display: flex;
    align-items: center;
    justify-content: center;
}
/*** Process End ***/


/*** Blog Start ***/
.blog .blog-item {
    border-radius: 10px;
    transition: 0.5s;
    height: 525px;
}

.blog .blog-item:hover {
    box-shadow: 0 0 45px rgba(0, 0, 0, .2);
}

.blog .blog-item .blog-img {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 250px;
}

.blog .blog-item .blog-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.3);
    transition: 0.5s;
}

.blog .blog-item:hover .blog-img::after {
    height: 100%;
}

.blog .blog-item .blog-img img {
    transition: 0.5s;
}

.blog .blog-item:hover .blog-img img {
    transform: scale(1.2);
}  

.blog .blog-item .blog-content {
    position: relative;
    background: var(--bs-light);
    height: 275px;
}


.blog .blog-item .blog-content .blog-date {
    position: absolute;
    top: 0; 
    left: 25px; 
    right: 25px;
    transform: translateY(-50%);
    padding: 12px 25px;
    border-radius: 10px;
    color: var(--bs-white);
    background: var(--bs-primary);
}

.blog .blog-item .blog-content .blog-comment {
    display: flex;
    justify-content: space-between;
}
/*** Blog End ***/


/*** Banner Start ***/
.banner .banner-item {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    transition: 0.5s;
    z-index: 1;
}

.banner .banner-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 10px;
    background: rgba(0, 0, 0, .6);
    z-index: 2;
}

.banner .banner-item .banner-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    margin-left: 0;
    margin-bottom: 0;
    padding: 25px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: end;
    z-index: 5;
}

.custom-tabs{
    padding: 10px;
    background: #ea001e73;
    border-radius: 10px 10px 0 0;
}
.p-0{
    padding: 0;
}
.pl-25{
    padding-left: 25px !important;
}
.application-form{
    padding: 15px 40px;
}
.application-form label{
    font-size: 14px;
    margin-bottom: 5px;
}
.application-form .form-control{
    /* background: none; */
    border-radius: 4px;
}
select.form-control, input[type=file]{
    background: #fff !important;
}
.application-form .form-control, .application-form .form-control::placeholder{
    font-size: 0.8rem;
}
.badge-primary{
    background: blueviolet;
}
@media (min-width: 992px) {
    .banner .banner-item .banner-content h2 {
        font-size: 45px;
        margin-bottom: 20px;
    }

    .banner .banner-item .banner-content h1 {
        font-size: 72px;
        margin-bottom: 20px;
    }

    .banner .banner-item .banner-content p {
        font-size: 40px;
        margin-bottom: 20px;
    }
}
/*** Banner End ***/

/*** Team Start ***/
.team .team-item {
    position: relative;
    text-align: center;
    border-radius: 10px;
    margin-top: 100px;
    background: var(--bs-light);
    transition: 0.5s;
    z-index: 1;
}

.team .team-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    border-radius: 10px;
    background: var(--bs-secondary);
    z-index: 2;
    transition: 0.5s;
}

.team .team-item:hover::after {
    height: 100%;
}

.team .team-item .team-content {
    position: relative;
    z-index: 5;
    /* overflow: hidden; */
}

.team .team-item .team-content h4,
.team .team-item .team-content p {
    transition: 0.5s;
}

.team .team-item:hover .team-content h4 {
    color: var(--bs-white);
}
.team .team-item:hover .team-content p {
    color: var(--bs-white);
}

.team .team-item .team-img {
    position: relative;
    overflow: hidden;
    top: -100px;
    margin-bottom: -100px;
    border-radius: 10px;
    z-index: 3;
    width: 100%;
    height: 280px;
}

.team .team-item .team-img img {
    transition: 0.5s;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.team .team-item:hover .team-img img {
    transform: scale(1.1);
}

.team .team-item .team-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    border-radius: 10px;
    background: rgba(255, 255, 255, .3);
    z-index: 4;
    transition: 0.5s;
}

.team .team-item:hover .team-img::after {
    height: 100%;
}
/*** Team End ***/

/*** Testimonial Start ***/
.testimonial-carousel .owl-stage-outer {
    margin-right: -1px;
}

.testimonial .testimonial-item {
    position: relative;
    margin-top: 35px;
    border: 1px solid var(--bs-secondary);
    border-radius: 10px;
    height: 270px;
}

.testimonial .testimonial-item .testimonial-quote {
    position: absolute;
    width: 70px;
    height: 70px;
    top: 0;
    right: 25px;
    transform: translateY(-50%);
    border-radius: 70px;
    color: var(--bs-white);
    background: var(--bs-secondary);
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial .testimonial-item .testimonial-inner {
    display: flex;
    align-items: center;
    background: var(--bs-light);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.testimonial .testimonial-item .testimonial-inner img {
    width: 100px; 
    height: 100px; 
    border-radius: 100px;
    border: 4px solid var(--bs-white);
}

.testimonial-carousel .owl-dots {
    display: flex;
    justify-content: center;
}

.testimonial-carousel .owl-dots .owl-dot {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    margin: 20px 10px 0 10px;
    background: var(--bs-primary);
    transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot.active {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background: var(--bs-secondary);
    transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot span {
    position: relative;
    margin-top: 50%;
    margin-left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.testimonial-carousel .owl-dots .owl-dot.active span::after {
    background: var(--bs-primary);
}

.testimonial-carousel .owl-dots .owl-dot span::after {
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 15px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--bs-white);
    transition: 0.5s;
}

.testimonial-carousel .owl-item {
        user-select: none;
    box-sizing: border-box;
    flex: 1 1 13%;

}

.testimonial-carousel .owl-stage{
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 16px;
}

/*** Testimonial End ***/

/*** Contact Start ***/
.contact .contact-add-item {
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--bs-light);
}

.contact .contact-add-item .contact-icon {
    width: 90px; 
    height: 90px; 
    border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-secondary);
    background: var(--bs-primary);
    animation-name: icon-animat;
    animation-duration: 5s;
    animation-delay: 1s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    transition: 0.5s;
}

/*** Contact End ***/


/*** Footer Start ***/
.footer {
    background: var(--bs-dark);
}

.footer .footer-item a {
    line-height: 35px;
    color: var(--bs-body);
    transition: 0.5s;
}

.footer .footer-item p {
    line-height: 35px;
}

.footer .footer-item a:hover {
    letter-spacing: 1px;
    color: var(--bs-primary);
}

.footer .footer-item .footer-btn a,
.footer .footer-item .footer-btn a i {
    transition: 0.5s;
}

.footer .footer-item .footer-btn a:hover {
    background: var(--bs-white);
}

.footer .footer-item .footer-btn a:hover i {
    color: var(--bs-primary) !important;
}
/*** Footer End ***/

/*** copyright Start ***/
.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: var(--bs-dark);
}
/*** copyright end ***/

.w-35{
    width: 35%;
}
.image-preview {
    display: inline-block;
    margin: 10px;
    position: relative;
    border: 1px solid #ccc;
    cursor: pointer;
    width: 100px;
    height: 100px;
    border-radius: 5px;
    padding: 5px;
}
.image-preview p{
    font-size: 12px;
}
.preview-img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}

.remove-btn {
    border: unset;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
    padding: 0px 4px;
    /* box-shadow: 1px 1px 3px #fff; */
    position: absolute;
    top: -5px;
    right: -3px;
    background: #fff;
    box-shadow: 1px 1px 5px #bbb;
    border-radius: 4px;
}   
.remove-btn svg{
    color: darkred !important;
}

.remove-btn:hover {
    background-color: darkred;
}
.remove-btn:hover svg{
    color: #fff;
}

.video-preview{
    position: relative;
    display: inline-block;
    margin: 10px;
}
.error-message{
    display: none;
    font-size: 12px;
    color: red;
   
}
.mt--15{
    margin-top: -15px;
}

.file-preview{
    width: 200px;
    max-height: 300px;
    overflow-y: scroll;
    padding: 20px;
    border: 1px solid #ccc;
}

.select2-container{
    width: 100% !important;
}
.uploaded_file_checkbox{
    box-shadow: 1px 1px 5px #ccc;
    position: absolute;
    right: -5px;
    bottom: -5px;
}
.uploaded_file_checkbox_doc{
    margin-left: 8px;
    font-size: 16px;
    box-shadow: 1px 1px 5px #ccc;
}
.previewImg{
    max-width: 200px;
    width: 100px;
    margin: 5px;
    border: 1px solid #ddd;
}
.ql-editor {
    min-height: 120px;
}
.uploaded_images {
    display: contents;
}
.display_img_list {
    width: 80px;
    height: 80px;
    object-position: center;
    object-fit: cover;
    border: 1px solid #eee;
    padding: 5px;
    margin: 5px;
    position: relative;
}
.display_img_list img {
    height: 100%;
    width: 100%;
}
.display_vid_list {
    width: 300px;
    height: 200px;
    object-position: center;
    object-fit: cover;
    border: 1px solid #eee;
    padding: 5px;
    margin: 5px;
    position: relative;
    display: inline-block;
}
.uploaded_docs a{
    width: 100%;
/*    display: block;*/
    font-size: 12px;
    position: relative;
}
.uploaded_docs a svg{
    font-size: 18px;
    margin-right:3px;
}

.remove-btn-doc{
    border: unset;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
    padding: 0px 4px;
    margin-left: 5px;
    background: #fff;
    box-shadow: 1px 1px 5px #bbb;
    border-radius: 4px;
}

.prev_id_title{
    color: green;
    font-size: 14px;
}

.custom-gallery-div{
    height: 150px;
    width: 100%;
}
.custom-gallery-div img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.image-container{
    border-top: 1px solid #ddd;
}
.table>:not(caption)>*>*{
    padding: 1rem 0.5rem;
}
.pay-btn{
    position: absolute;
    right: 10px;
}
.bg-gray{
    background: #f2f2f2;
}
.categories.custom-cat .categories-item{
    background: #fff;
}
.team .team-item{
    background: #fff;
    height: 320px;
}
.record-title{
    color: #555;
}

.banner-button{
    position: absolute;
    bottom: 10%;
    text-align: center;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}  
.banner-btn-left{
    left: 21%;
} 
.banner-btn-right{
    right: 26%;
} 

.main-loader {
    display: none; /* Hidden by default */
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 9999;
    width: 50px;
    height: 50px;
    border: 5px solid #f3f3f3;
    border-top: 5px solid #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.custom-banner-form-label{
    float: left;
    /* display: inline-block; */
    margin-right: 10px;
    font-size: 34px;
    margin-top: -6px;
}
.banner-register-form input.form-control{
    width: 85%;
}

.fixed-content {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    color: white;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5); /* Optional for readability */
    padding: 10px;
    border-radius: 5px;
}
.banner_custom_box{
    float: left;
    /* line-height: 14px; */
    padding: 10px;
    font-size: 10pz;
    width: 20px;
    height: 17px;

}
.banner_custom_box_label{
    float: left;
    margin-top: -22px;
    margin-left: 10px;
}
#bannerform{
    position: absolute;
    top: 10%;
    left: 20%;
    width: 50%;
}
#verifyCertiform{
    position: absolute;
    top: 29%;
    left: 0;
    right: 0;
    width: 41%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.banner-buttons{
    /* height: 55px; */
    font-size:18px;
    opacity:0.6;
}
.banner-button button{
    width: 25%;
}
.service-icon-custom{
    width: 100px;
    height: 100px;
    border: 2px solid #ea001e;
    border-radius: 50%;
}
.w-75{
    width: 75%;
}
.w-50{
    width: 50%;
}
.service-icon-custom img{
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
    border-radius: 50%;
}
.banner-close-btn{
    position: absolute;
    right: 0;
    top: 0;
}

.cat_img_small{
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 2px solid #ea001e;
    margin-right: 7px;
    flex: 1 1 auto;
    min-width: 35px;
    max-width: 35px;
}
.cat_img_small img{
    width: 100%;
    height:100%;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}
.flex{
    display: flex;
}
.search_bar{
    height: 50px;
}

.search_bar select{
    width: 25% !important;

}
.search_bar select:focus, .search_bar input:focus, .search_bar button:focus{
    border-color: unset;
    box-shadow: unset;
}
.search_bar input{
    width: 60% !important;
}
.v-align{
    vertical-align: middle;
}
.ml-10px{
    margin-left: 12px;
}
.text-right{
    text-align: right;
}
.w-10{
    width: 10%;
}
.pb-20px{
    padding-bottom: 25px !important;
}
.text-light-gray{
    color: #eee;
}
.hero-img{
    position: absolute;
    left: 9%;
    top: 0px;
    width: 23%;
    height: auto;
}
.hero-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.position-relative{
    position: relative;
}
.z-9{
    z-index: 9;
}
.hide{
    display: none;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.height-auto{
    height:auto !important;
}

.star-rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    gap: 5px;
/*    width:23%;*/
}
  
.star {
    font-size: 2rem;
    color: #ccc;
    cursor: pointer;
    transition: color 0.2s;
}

.star:hover,
.star:hover ~ .star {
color: gold;
}

.star.selected, .show-star-only.selected, .index.star-rating .show-star-only.selected {
color: gold;
}
.show-star-only{
    font-size: 2rem;
    color: #ccc;
    cursor: pointer;
    transition: color 0.2s;
}
.index.star-rating .show-star-only{
    font-size: 1.3rem;
    color: #ccc;
    cursor: pointer;
    transition: color 0.2s;
}

.index.star-rating{
/*    width:81%;*/
}

#search_result{
    padding: 20px;
    border: 1px solid #ddd;
    border-top: unset;
    border-radius: 0 0 10px 10px;
    display: none;
    z-index: -1;
    height: 200px;
    overflow-y: scroll;
    margin-top: -5px;
}
#search_result ul {
    padding-left: 0;
    list-style-type: none;
}
#search_result ul li {
    list-style: none;
    padding: 0px;
    /*margin-top: 10px;
     background: aliceblue;
    border-radius: 4px; */
    text-align: left;
}
.custom-paginate{
    position: relative;
}
.prev-li, .next-li{
    position: absolute;
}
.prev-li{
    top: 0;
    right: 15%;
    border: 1px solid #ced4da;
    padding: 6px 15px;
    border-radius: 10px 0 0 10px;
}
.next-li{
    top:0;
    right:0;
    border: 1px solid #ced4da;
    padding: 6px 15px;
    border-radius: 0 10px 10px 0;
}
#page{
    position: absolute;
    right: 32px;
    top: 0;
    border-radius: 0;
}
.prev-li:hover a{
    border-radius: 10px 0 0 10px !important;
}
.next-li:hover a{
    border-radius: 0 10px 10px 0 !important;
}
.page-item.disabled a {
    pointer-events: none;
    cursor: not-allowed;
    color: #6c757d; /* Bootstrap disabled color */
    background-color: transparent;
    border: none;
}
.pointer{
    cursor: pointer;
}
.gallery-item{
    width: 200px;
    height: 200px;
    border: 1px solid #eee;
    border-radius: 10px;
    object-fit: cover;
    object-position: center;
    cursor: pointer;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
}

.documents{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.documents a{
    border: 1px solid #eee;
    padding: 10px;
    border-radius: 10px;
}

.popup-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 30%;
    right: 30%;
    text-align: center;
    top: 5%;
    width: 50%;
    height: 70vh;
    background-color: #fff;
    border-radius: 10px;
    align-items: center;
}


.popup-content {
    position: relative;
    width: 100%;
    height: 60vh;

}

.popup-media {
    padding: 1rem 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.popup-image,
.popup-video {
  max-width: 100%;
  max-height: 100%;
  display: none;
}

.popup-image.active,
.popup-video.active {
  display: block;
}

.close {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 30px;
  
  cursor: pointer;
}

/*.prev,
.next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
  
  cursor: pointer;
  padding: 10px;
}

.prev {
  left: 10px;
}

.next {
  right: 10px;
}*/

.img-fluid{
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%
}
.p-20p{
    padding: 0 20px;
}
.prev_record_details{
        color: #555;
    font-weight: 600;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px 20px;
    background: #eee;
}
#scrollableDiv{
    overflow-y: auto;
    max-height: 200px;
}
  #scrollableDiv::-webkit-scrollbar {
            width: 12px; /* Width of the scrollbar */
        }

        #scrollableDiv::-webkit-scrollbar-track {
            background: #f0f0f0; /* Background of the track */
            border-radius: 2px;
        }

        #scrollableDiv::-webkit-scrollbar-thumb {
            background: #ea001e ; /* Color of the scrollbar thumb */
            border-radius: 2px; /* Rounded corners */
        }

        #scrollableDiv::-webkit-scrollbar-thumb:hover {
            background: #555; /* Color when hovering over the scrollbar thumb */
        }

        /* Firefox (using scrollbar-width and scrollbar-color properties) */
        #scrollableDiv {
            scrollbar-width: thin; /* Thin scrollbar */
            scrollbar-color: #ea001e #f0f0f0; /* Thumb color and track color */
        }

.load_more{
    text-align: center;
    border: 2px solid #ea001e;
    background: #fff;
    padding: 5px 40px;
    border-radius: 20px;
}
.editor_data p{
    margin: 5px;
/*    padding: 10px;*/
    line-height: 20px;
}

.foot-img{
    width: 200px;
    height: 200px;
}
.foot-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.quill-data p{
    margin-bottom: 0.5rem;
}
.quill-data ol, .quill-data ul{
    margin-top: 0.3rem;
    padding-left: 3.5rem;
}
.ql-align-center{
    margin: 0;
}

.detail-close-btn button{
    position: absolute;
    top: 0;
    right: 0;
}
.modal-img-content{
    width: auto;
    height: auto;
    
}

#myModal .modal-dialog, #showQRCodeFooter .modal-dialog{
    display: inline-block;
    max-width: none;
}

#myModal .modal-body, #showQRCodeFooter .modal-body{
    padding: 0;
    margin: 0;
}

#myModal, #showQRCodeFooter{
    text-align: center;
    margin-top: 0;
    margin: 0;
    vertical-align: middle;
}

.h-90{
    height: 90%;
}

.font-10{
    font-size: 10px;
}
.asso_logos{
    position: absolute;
    top: 28%;
    padding: 7px;
    width: 100%;
    justify-content: center;
    display: flex;
/*    flex-wrap: wrap;*/
    gap: 5px;
}

.associate_img{
    height: 250px;
    display: block;
}
.associate_img img{
    width: 100%;
    height: 100%;
    max-height: 140px;
}
.h-80{
    height: 80%;
    overflow: hidden;
}

.term-service .active{
  color:#ea001e;
}

/*-----------------achievers page pagination-------------*/
.custom-paginate .pagination{

    position: relative !important;
}
#current-page-input{
    width: 50px;
    border-radius: 4px;
    margin:-3px 10px;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6e7684;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
}

.paginate_button {
        border: 1px solid #bb0018;
    padding: 10px 5px;
    font-size: 12px;
    border-radius: 4px;
    color: #fff;
    font-weight: 600;
    background: #ea001e;
}

.paginate_button_disabled {
       background: #777;
    border: 1px solid #777;

}

.volume_list_by_year{
    border: 1px solid #777;
    border-radius: 10px;
    margin-top: 0.2rem;
    padding: 10px 10px;
    text-align: justify;
   
}

.volume_list_by_year a{
    margin: 3px 2px;
    padding: 4px 11px;
    font-size: 12px;
    border: 1px solid #ea001e;
    border-radius: 6px;
    text-align: center;
    display: inline-block;
}

.associate_list{
    height: 570px !important;
}

.associate_list_content{
    height: 320px !important;
}
