﻿/* Header Start*/
span.effect-underline:after {
    content: '';
    position: absolute;
    left: 0;
    display: inline-block;
    height: 1em;
    width: 100%;
    border-bottom: 1px solid;
    margin-top: 10px;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(0,1);
    transform: translateX(0%);
}

span.effect-underline:hover:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: translateX(0%);
}

.white-button a, a.white-button {
    align-items: center;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    display: block;
    display: inline-flex;
    font-size: 1rem;
    font-weight: 600;
    padding: 12px 20px;
    position: relative;
    text-decoration: none !important;
    transition: all .3s ease-out;
    z-index: 1;
}

    .white-button a:hover:before, a.white-button:hover:before {
        width: 100%;
    }

    .white-button a:after, a.white-button:after {
        display: block;
        height: 11px;
        margin-left: 15px;
        width: 17px;
    }

    .white-button a:before, a.white-button:before {
        background: #fff;
        content: "";
        width: 100%;
        height: 100%;
        left: 0;
        opacity: .2;
        position: absolute;
        top: 0;
        transition: all .3s;
        width: 0;
        z-index: -1;
    }

.Theme-Color {
    color: #0F3657;
}

.hideCard {
    visibility: hidden;
}

.nav:hover .hideCard {
    visibility: visible !important;
    transform: translateY(2%);
}

.gradient {
    background: linear-gradient(to bottom, #ffffff, #B1BCC6)
}

.icon {
    content: "";
    height: 32px;
    left: 75px;
    top: -16px;
    transform: rotate(45deg);
    width: 40px;
    z-index: -1;
}

.card-bg {
    background: linear-gradient(90deg, white 50%, #F2F5F8 50%);
}

#Menu.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0;
}

/* Header End*/

/*Carousel Start*/
* {
    box-sizing: border-box
}

body {
    margin: 0
}

img {
    vertical-align: middle;
}

.text-shadow {
    text-shadow: black 1.5px 1.5px;
}


/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -30px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    left: -24px;
}

/* Position the "next button" to the right */
.next {
    left: auto;
    right: -18px;
    border-radius: 3px 0 0 3px;
}


/* Caption text */
.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 8px;
    width: 8px;
    margin: 0 2.5px;
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

    .active, .dot:hover {
        background-color: #717171;
    }

.slider-wrap {
    width: 100%;
    overflow: hidden;
}

.slider {
    position: relative;
    left: 0%;
    width: 500%;
    transition: 1.5s ease-in-out;
    transition-delay: 0.2s;
}

.mySlides {
    float: left;
    width: 100%;
}

.h-120 {
    height: 32rem;
}

.h-110 {
    height: 30rem;
}

.h-128 {
    height: 40rem;
}

.vertex-fit {
    object-position: 75% 50%;
}
/* Hide scrollbar for Chrome, Safari and Opera */
.hideScrollBar::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.hideScrollBar {
    -ms-overflow-style: none; /* IE and Edge */
}

/*Button Style*/
.btn-bg {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.bg-leaf-submit {
    padding: 0 2rem !important;
    height: 42px !important;
}

.bg-leaf-alt {
    background: #10547b !important;
    color: white !important;
}

    .bg-leaf-alt:hover {
        color: #10547b !important;
        background: white !important;
    }

    .bg-leaf-alt:before, .bg-leaf-alt:after {
        background: #10547b !important;
    }

.bg-leaf {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #10547b;
    background: white;
    font-weight: 600;
    border: none;
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
    width: max-content;
    position: relative;
    padding: 0 1.75rem;
    height: 44px;
    overflow: visible;
}

    .bg-leaf:hover {
        background: transparent;
        color: white;
    }

        .bg-leaf:hover::before, .bg-leaf:hover::after {
            -webkit-transition: all .7s ease;
            transition: all .7s ease;
            width: 100%;
        }

    .bg-leaf:before, .bg-leaf:after {
        content: ' ';
        position: absolute;
        z-index: 50;
        top: 0px;
        left: 0;
        width: 0px;
        height: 3px !important;
        background: white;
        transition: all .4s ease;
        overflow: visible;
    }

    .bg-leaf:after {
        top: 40px;
        left: auto;
        right: 0;
    }

.wp-block-image {
    display: none;
}

#iframe, figure {
    display: flex;
    justify-content: center;
    padding: 1rem;
}

#NewsPost h4 {
    margin: 1.5rem 0 0.5rem 0;
}

#NewsPost a {
    color: blue;
}

.square {
    aspect-ratio: 1 / 1;
}

#Description ul {
    display: block !important;
    list-style-type: disc !important;
    margin-block-start: 1em !important;
    margin-block-end: 1em !important;
    margin-inline-start: 0px !important;
    margin-inline-end: 0px !important;
    padding-inline-start: 40px !important;
}

#testimonialVideo iframe {
    height: 100%;
}

@media (min-width: 563px) {
    #testimonialVideo iframe {
        width: 100%;
        max-width: 32rem;
        height: 20rem;
    }

    /* On hover, add a black background color with a little bit see-through */
    .prev:hover, .next:hover {
        background-color: rgba(0,0,0,0.6);
    }
}