.top-left {
    position: absolute;
    top: 10%;
    left: 0;
    transform: translateY(-50%);
}

.home-page-div {
    max-height: 4in;
    margin-top: 100px;
    width: 100%;
    /*overflow: hidden;*/
}

.footer-hover a:hover {
    color: black !important;
}

.header {
    background-color: white !important;
}

@media screen and (max-width: 1000px) {
    .slider-image h1 {
        margin-top: -2.2in !important;
        font-size: 26px !important;
        display: none;

    }

    .slider-image a {
        display: none;
    }

    .slider-text-div {
        display: block !important;
        margin-bottom: -2.5in;
    }
    #myVideo{
        margin-top:0!important;
        height:auto!important;
    }
    .home-page .about-section{
        margin-top: -100px;
    }

    /*height: 4in!important;*/
    .home-page-div {
        max-height: 5in;
        margin-top: 100px;
        width: 100%;
        /*overflow: auto;*/
    }

}

.top-left {
    position: absolute;
    top: 25%;
    transform: translateY(-50%);
}


.paragraph {
    text-align: justify;
}

/*Card Hover*/
.card-hover:hover {
    box-shadow: 15px 15px 15px rgb(202, 203, 204);
}

/* Preloader */
.container-preloader {
    align-items: center;
    cursor: none;
    display: flex;
    height: 100%;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 900;
}

.container-preloader .animation-preloader {
    position: absolute;
    z-index: 100;
}

/* Spinner Loading */
.container-preloader .animation-preloader .spinner {
    animation: spinner 1s infinite linear;
    border-radius: 50%;
    border: 10px solid #D5E1DE;
    border-top-color: #98acb4;
    height: 6em;
    margin: 0 auto 3.5em auto;
    width: 6em;
}

.container-preloader .loader-section {
    background-color: #ffffff;
    height: 100%;
    position: fixed;
    top: 0;
    width: calc(50% + 1px);
}

.container-preloader .loader-section.section-left {
    left: 0;
}

.container-preloader .loader-section.section-right {
    right: 0;
}

/* Fade effect on loading animation */
.loaded .animation-preloader {
    opacity: 0;
    transition: 0.3s ease-out;
}

/* Curtain effect */
.loaded .loader-section.section-left {
    transform: translateX(-101%);
    transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1.000);
}

.loaded .loader-section.section-right {
    transform: translateX(101%);
    transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1.000);
}

/* Animation of the preloader */
@keyframes spinner {
    to {
        transform: rotateZ(360deg);
    }
}

/*WhatsApp Button*/
.floatButton {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 90px;
    right: 28px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999 !important;
    z-index: 100;
}

a svg {
    margin-top: 12px;
    margin-left: 5px;
}

a svg:hover {
    color: white;
}

a:hover {
    color: white;
}

@media (max-width: 900px) {
    .custom-padding {
        padding: 0.1in 0 0.1in 0 !important;
    }

    #our_results {
        margin-top: 20px !important;
    }
}

.test1 {
    position: relative;
    overflow: hidden;
}

.image1 {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;

}

.centered span {
    font-size: 20px;
    color: white;
    text-shadow: 0.1em 0.1em 0.5em rgb(105, 108, 114);

}

.test1:hover .overlay {
    opacity: 1;
}

/*navbar*/
.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-menu a:hover {
    background-color: white;
    color: #98acb4
}

.nav-link {
    text-transform: capitalize;
}

.dropdown-item.active {
    background-color: white;
    color: #98acb4
}

.dropdown-item {
    text-transform: capitalize;
    font-size: 13px;
    padding: 0.25rem 0.75rem;

}

.dropdown-content1 {
    display: none;
    border: 1px solid whitesmoke;
    border-radius: 0;
}

.dropdown:hover .dropdown-content1 {
    display: block;
}

@media all and (min-width: 992px) {
    .dropdown-menu li {
        position: relative;
    }

    .nav-item .submenu {
        display: none;
        position: absolute;
        left: 100%;
        top: -7px;
        border: 1px solid whitesmoke;
    }

    .nav-item .submenu-left {
        right: 100%;
        left: auto;
    }

    .dropdown-menu > li:hover {
        background-color: rgba(211, 211, 211, 0.14);
        color: #98acb4 !important;
    }

    .dropdown-menu > li:hover > .submenu {
        display: block;
    }
}

@media (max-width: 991px) {
    .dropdown-menu .dropdown-menu {
        margin-left: 0.7rem;
        margin-right: 0.7rem;
        margin-bottom: .5rem;
    }
}

@media (max-width: 1290px) {
    .nav-link {
        font-size: 12px !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

#submenu-drop:hover {
    background-color: white !important;
    color: #98acb4 !important;
}

@media (min-width: 991px) {
    .dropdown:hover > .dropdown-menu {
        display: block;
    }
}

@media (max-width: 771px) {
    .dropdown-item {
        font-size: 12px;
        width: 80% !important;
    }
}

@keyframes animateFromBottom {
    0% {
        opacity: 0;
        transform: translateY(100%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate-from-bottom {
    animation: animateFromBottom 0.5s ease forwards;
}
.number-big {
    font-size: 72px;
    padding: 10px;
}
/*preloader*/
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

#preloader img {
    animation: spin 2s linear infinite;
}
