@media (max-width: 425px) {
    .mob {
        margin: 10% 0;
    }

    .img-fluid {
        width: 35% !important;
    }

    .img-fluid:nth-child(1) {
        width: 10% !important;
    }

    .bg-img {
        height: 90vh !important;
    }

}

@media (max-width: 768px) {

    .carousel-caption {
        width: 100% !important;
        right: 0 !important;
    }

    .carousel-caption h2 {
        font-size: 4vw !important;
    }
}

.divider::after {
    content: ' ';
    width: 40%;
    display: block;
    border: 1px solid #fff;
    border-radius: 4px;

}

.divider-contact::after {
    content: ' ';
    width: 40%;
    display: block;
    border: 1px solid #0A4E77;
    border-radius: 4px;

}

/* carousel style */
.carousel-container {
    position: relative;
}

ul.slides {
    display: block;
    position: relative;
    height: 600px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    list-style: none;
}

.slides * {
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

ul.slides input {
    display: none;
}


.slide-container {
    display: block;

}

.slide-image {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0;
    transition: all .7s ease-in-out;
}

.slide-image img {
    width: auto;
    min-width: 100%;
    height: 100%;
    object-fit: cover;
}


.carousel-dots {

    display: none;
}

.carousel-dots .carousel-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.5;
    margin: 5px;
    border: 1px solid black;
}

input:checked+.slide-container .slide-image {
    opacity: 1;
    transform: scale(1);
    transition: opacity 1s ease-in-out;
}


.carousel-caption {
    position: absolute;
    bottom: 8%;
    right: 3%;
    color: #fff;
    background-color: #0A4E77;
    z-index: 999;
    border-radius: 15px;
    height: 20%;
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.carousel-caption h2 {
    font-size: 1.3vw;
    color: #fff;
}

.carousel-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* end carousel style */


/* scroll bar style */

/* width */
::-webkit-scrollbar {
    width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888888bb;
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* end scrollbar style */

.goal-img {
    border-bottom-left-radius: 15%;
    border-top-right-radius: 15%;
}

.container {
    max-width: 720px;
}
.contact-padding{
    padding: 10vh 0 0 0;
}