.carousel-item {
    min-height: 80vh;
    height: 120vh;
}
.carousel-item img {
    object-fit: cover;
    min-height: 80vh;
    height: 120vh;
}
.carousel-caption.d-none.d-md-block {
    background: rgba(255, 255, 255, 0.85);
    padding: 50px 40px;
    top: 10rem;
    bottom: 10rem;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.carousel-caption.d-none.d-md-block h1 {
    font-size: 50px;
    color: var(--color-primary);
    font-weight: bold;
}

.carousel-caption.d-none.d-md-block p {
    color: var(--text-sec);
    font-size: 18px;
}

h1.service-title {
    font-weight: bold;
    color: var(--color-primary);
}
.contact-ul {
    list-style: disc;
    margin-left: 20px;
}

.contact-ol {
    list-style-type: decimal;
    margin-left: 20px;
}

.footer-bottom a:hover {
    color: #000 !important;
}

.modal-dialog {
    position: absolute;
    z-index: 9999;
    bottom: 0;
    max-width: 100%;
}

.modal-header {
    background: #121c7d;
    display: flex;
    justify-content: space-between;
}

.cookie-title {
    display: flex;
    align-items: center;
}

.cookie-title img {
    width: 50px;
    margin-right: 15px;
    -webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
}

.modal .modal-body {
    padding: 25px;
    max-height: 200px;
    overflow-y: auto;
}

.modal .modal-body ul {
    padding-left: 40px;
}

@media only screen and (max-width: 600px) {
    .carousel-caption.d-none.d-md-block {
        background: transparent;
    }
    .carousel-caption.d-none.d-md-block p {
        color: #fff;
    }
}
@-moz-keyframes spin { 
    100% { -moz-transform: rotate(360deg); } 
}
@-webkit-keyframes spin { 
    100% { -webkit-transform: rotate(360deg); } 
}
@keyframes spin { 
    100% { 
        -webkit-transform: rotate(360deg); 
        transform:rotate(360deg); 
    } 

}
.swal2-select {
  display: none !important;
  
}