.cursor-pointer {
    cursor: pointer;
}
.ticker > * {
    transition-timing-function: linear !important;
}
.ticker > * > * {
    transition-timing-function: linear !important;
}
#ofCanvasBody {
    height: 100vh;
}
@media (max-width: 991.98px) {
    body .navbar-nav .active {
        color: var(--bs-navbar-active-color) !important;
    }
    body .navbar-nav .active:hover {
        color: var(--bs-navbar-active-color) !important;
    }
    body .navbar-nav .nav-link.active {
        color: var(--bs-navbar-active-color) !important;
    }
    body .navbar-nav .nav-link.active:hover {
        color: var(--bs-navbar-active-color) !important;
    }
}
@media (max-width: 450px) {
    .headerSocials2:last-child {
        display: none;
    }
}
.modalcustom {
    /* The Modal (background) */
    box-sizing: border-box;
    position: fixed;
    z-index: 2000 !important;
    margin: 0 !important;
    padding: 0 !important;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}
.activeImageLightBox {
    opacity: 1;
    visibility: visible;
    z-index: 5000 !important;
}
/* Modal Content */
.modalcustom .modalcustom-contentcustom {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0 !important;
    width: 90%;
    height: 100% !important;
    max-width: 1200px;
    box-sizing: border-box;
    margin: 0 !important;
}
/* The Close Button */
.modalcustom .close {
    color: white;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 10px;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
    box-sizing: border-box;
}
.modalcustom h3,
.modalcustom h5 {
    width: fit-content;
    margin: 5px auto;
}
.modalcustom h5 {
    font-size: 16px;
    font-weight: 400;
}
.modalcustom .close:hover {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}
.modalcustom .mySlides {
    display: none;
    height: 100%;
    box-sizing: border-box;
    margin: auto auto;
}
.modalcustom .cursor {
    cursor: pointer;
}
/* Next & previous buttons */
.modalcustom .prev,
.modalcustom .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 20000;
}
.modalcustom .prev:hover,
.modalcustom .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}
/* Position the "next button" to the right */
.modalcustom .next {
    right: 0;
    border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */
/* Number text (1/3 etc) */
.modalcustom .numbertext {
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}
.modalcustom img {
    margin-bottom: -4px;
}
.modalcustom .caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}
.modalcustom .demo {
    opacity: 0.6;
}
.modalcustom .active:hover,
.modalcustom .demo:hover {
    opacity: 1;
}
.modalcustom img.hover-shadow {
    transition: 0.3s;
}
.modalcustom .hover-shadow :hover {
    box-shadow:
        0 4px 8px 0 rgba(0, 0, 0, 0.2),
        0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
a.router-link-active.router-link-exact-active.dropdown-item.active img {
    background: #e668b3;
    padding: 3px;
}
/* Add your styles here */
html {
    scroll-behavior: smooth;
}
.bg-sodma {
    background-color: #1a4677!important;
}

.wrapper.bg-sodma.angled.upper-end:before{
    border-right-color: #1a4677!important;
}
