html , body {
    scroll-behavior: smooth !important;
}

.blog-1-image {
    padding-top: 20px !important;
    margin-bottom: 0px !important;
}

.card-footer1 .heading1 {
    margin: 0px !important;
}

.card-footer1 {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 10px;
    height: 100px;
    background-color: #f4f4f4;
}

.card-footer1 div h5 {
    color: #ffff !important;
    padding: 0px;
    font-size: 24px;
    font-weight: bold;
}


.card-footer1 div h5 .s {
    color: #101010 !important;
    padding-top: 20px;
    font-weight: 800 !important;
}


.list-item li {
    position: relative;
    display: block;
    font-size: 18px !important;
    line-height: 26px;
    color: #003B5A;
    font-weight: 500;
    margin-bottom: 12px;
}

.list-item li:last-child {
    margin-bottom: 0px;
}

.list-item li {
    position: relative;
    padding-left: 30px;
}

.list-item li:before {
    position: absolute;
    content: '✔';
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #00B8F4;
    font-weight: 400;

}

.blog-1-title a {
    color: #fff !important;
    font-size: 24px;
    font-weight: 700;
    text-decoration: none !important;
}

.list-item {
    margin-bottom: 50px;
}

.card1 {
    border-radius: 20px !important;
}

.blog-1-image img {
    border-radius: 5px 5px 0px 0px;
}

.card-footer {
    border-radius: 0px 0px 5px 5px;
}

h4.blog-1-title {
    margin-bottom: 15px;
    z-index: 999999 !important;
    color: #fff !important;
    text-decoration: none !important;
}

.blog-1-title {
    position: absolute !important;

}

/* Adjust the position for small screens */
@media (max-width: 768px) {
    .blog-1-title {
        bottom: 180px;

    }
}

/* Adjust the position for medium screens */
@media (min-width: 769px) and (max-width: 992px) {
    .blog-1-title {
        top: 10px;
        /* Adjust the top position for medium screens */
    }
}

/* Adjust the position for large screens */
@media (min-width: 993px) {
    .blog-1-title {}
}


h3.blog-1-title a {
    position: relative !important;
    display: block !important;
    font-size: 30px !important;
    line-height: 38px !important;
    font-weight: 700 !important;
    margin-bottom: 10px !important;
    color: #fff !important;
}


.blog-1-image a img {
    width: 100% !important;

}

.blog-1-image {
    padding-top: 20px !important;
    margin-bottom: 0px !important;
}

.blog-1-image img {
    border-radius: 5px 5px 0px 0px;
}

.blog-1-image {
    margin-bottom: 30px;
}

.blog-1-image.alt {
    margin-bottom: 0;
}


.footer_h {
    min-height: 440px !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.blog-details__content h1 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 35px;
}

.blog-details__content h2 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 30px;
}

.card-footer1 div h5 {
    color: #d50202 !important;
    font-weight: bolder !important;
}

.card-footer1 div h5:first-child {
    font-size: 28px !important;
    font-weight: bold !important;
}


.card-footer {
    padding: 0.5rem 1rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.blog-1-image a img {
    width: 100% !important;
}


.darken-image-container {
    position: relative;
}


.darken-overlay {

    filter: brightness(0.8);
    opacity: 0.9;
}

.darken-overlay {
    width: 100% !important;
    height: 260px !important;
}

.blog-1-image {
    position: relative;
    width: 100%;
}

.image-link {
    position: relative;
    display: inline-block;
}


.blog-1-title {
    position: absolute !important;
    bottom: 20px;
    left: 20px;
    color: #fff;
}

.footer .usful-links ul li {
    list-style: none !important;
}

.usful-links ul li a {
    text-decoration: none;
}



.newsletter-1.style-two {
    background: #00B8F4;
    padding: 40px 0px 20px 0px;
}

.newsletter-1.style-two h4.newsletter-1-title {
    color: #fff;
}



.newsletter-1.style-two .newsletter-1-form input[type=email] {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.0);
    color: #fff;
}

.newsletter-1.style-two .btn-1 {
    background: #fff;
    color: #003B5A !important;
}

.newsletter-1.style-two .btn-1:hover {
    color: #fff !important;
}

.button-1.btn-light {
    background-color: #fff !important;
    color: #00B8F4 !important;
}

.location-area {
    position: relative
}

.location-item {
    width: 100%;
    margin-bottom: 15px;
    border-radius: 15px;
    overflow: hidden;
    position: relative
}

.location-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    border-radius: 15px;
    transition: all .3s;
    background: rgba(0, 0, 0, .1)
}

.location-img {
    height: 100%;
    width: max-content !important;
}

.location-item img {
    border-radius: 15px;
    width: 100%;
    height: 100% !important;
    transition: all .5s
}

.location-item:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.location-info {
    position: absolute;
    bottom: 20px;
    left: 20px;
    transition: all .3s ease-in-out;
    z-index: 1
}

.location-info h4 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 10px
}

.location-info span {
    display: inline-block;
    color: #fff;
    background: var(--theme-color);
    padding: 0 10px;
    border-radius: 50px
}

.location-slider .owl-dots {
    text-align: center;
    margin-top: 30px
}

.location-slider .owl-dots .owl-dot span {
    background: 0 0;
    border: 2px solid var(--theme-color);
    margin: 5px;
    border-radius: 50px;
    width: 12px;
    height: 12px;
    display: inline-block;
    transition: all .5s ease-in-out
}

.location-slider .owl-dots .owl-dot.active span {
    background: var(--theme-color)
}

@media all and (max-width:1399px) {
    .location-info h4 {
        font-size: 23px
    }

    .location-more-info ul li {
        font-size: 15px
    }
}

.location-item {
    height: 450px
}

@media all and (max-width:767px) {
    .location-item img {
        height: 300px
    }
}


.btn {
    position: relative;
    display: inline-flex;
    overflow: hidden;
    padding: 17px 45px 16px;
    text-align: center;
    z-index: 1;
    border: none !important;
    color: #ffffff;
    text-transform: uppercase;
    transition: .5s;
    background-color: #00B8F4;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    border-radius: 0px !important;
}

.btn:hover {
    background-color: #0b0d15 !important;
}

.btn-sm {
    padding: 4px 10px;
}

.error {
    color: #d50202;
}

.loader {
    width: 48px;
    height: 48px;
    border: 5px solid #FFF;
    border-bottom-color: #00B8F4;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.alert.alert-success {
    background-color: #d1e7dd !important;
    color: #0f5132 !important;
    border-color: #0f5132 !important;
}

.item img {
    width: 100px;
    margin-bottom: 20px;
}

/* width */
::-webkit-scrollbar {
	width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
	border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #00C6DB;
	border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #00b8f4;
}
