:root{
	--tertiary-color:#0F2C6E;
    --primary-color:#9f3481;
    --secondary-color:#4ac6c6;
    --primary-text-color: #000000
    --secondary-text-color: #000000
}

.module-14 {
    margin-top: 0;
}

.module-14 .carousel-control {
    width: 8%;
    background: unset;
}

.module-14 .item .card {
    position: absolute;
    top: 50%;
    padding: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1600px;
    width: 90%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.module-14 .item .card .slide-text-wrap {
    width: 100%;
    max-width: 480px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.module-14.center .item .card .slide-text-wrap {
    width: 100%;
    max-width: 655px;
    margin: 0 auto;
}

.module-14 .item .card .slide-text-wrap .big-title {
    text-align: left;
}

.module-14 .item .card .slide-text-wrap .big-title h1 {
    font-size: clamp(32px, 3.333vw, 48px) !important;
    letter-spacing: .05em;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
    color: var(--primary-color);
}

@media (max-width: 1440px) {

    .module-14 .item .card .slide-text-wrap .big-title {
        margin-bottom: 20px;
        text-align: left;
    }

    .module-14 .item .card .slide-text-wrap .sub-title {
        font-size: 18px;
        line-height: 1.5;
        text-align: left;
        /* margin-bottom: 30px; */
        text-shadow: ;
    }
}


@media screen and (min-width: 0) and (max-width: 991px) {
    .module-14 .item .card .slide-text-wrap .big-title h1 {
        text-align: left;
    }
}

@media screen and (min-width: 0) and (max-width: 991px) {
    .module-14 .item .card .slide-text-wrap .big-title {
        margin-bottom: 20px;
    }
}

.module-14 .item .card .slide-text-wrap .sub-title {
    font-weight: 400;
    font-size: 20px;
    color: #333;
    line-height: 1.5;
    text-align: left;
}

@media (max-width: 767px) {
    .module-14 .item .card .slide-text-wrap .sub-title {
        font-size: 60%;
    }
}

@media screen and (min-width: 0) and (max-width: 991px) {
    .module-14 .item .card .slide-text-wrap .sub-title {
        margin-bottom: 0;
    }
}

.module-14 .item .card .slide-text-wrap .btn-wrap .btn {
    border-radius: 0;
    padding: 20px 35px;
    font-weight: 600;
    font-size: 90%;
}

@media (max-width: 767px) {
    .module-14 .item .card .slide-text-wrap .btn-wrap .btn {
        font-size: 70%;
    }
}

@media screen and (min-width: 0) and (max-width: 991px) {
    .module-14 .item .card .slide-text-wrap .btn-wrap .btn {
        padding: 10px 18px !important;
    }
}

@media screen and (min-width: 0) and (max-width: 991px) {
    .module-14 {
        /*margin-top: 50px;*/
    }
}

@media (max-width: 767px) {
    .module-14 {
        /*margin-top: 50px;*/
    }
}

@media (max-width: 500px) {
    .module-14 {
        /*margin-top: 50px;*/
    }
}

.module-14 .ry-slide {
    height: 100vh;
}

.module-14 .ry-slide.ry-el-bg {
    background-size: cover;
    background-position: 50%;
}

.module-14 .ry-slide.ry-el-bg:before {
    /* content: ""; */
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5046393557422969) 0%, rgba(0, 0, 0, 0.2049194677871149) 35%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, rgb(0 0 0 / 0%), rgb(0 0 0 / 60%));
}

@media screen and (min-width: 0) and (max-width: 991px) {
    .module-14 .ry-slide.ry-el-bg {
        height: 40vh;
        padding: 200px 0;
    }
}

.module-14.style2 .item .card {
    top: 60%;
    padding: 0;
}

.module-14.center .item .card {
    top: 65%;
    padding: 0;
}

.module-14.style2 .item .card .slide-text-wrap {
    max-width: 1100px;
    margin: auto;
}

.module-14.center .item .card .slide-text-wrap {
    max-width: 1100px;
    margin: auto;
}

.module-14.style2 .item .card .slide-text-wrap .big-title {
    margin-bottom: 50px;
}

.module-14.style2 .item .card .slide-text-wrap .big-title h1 {
    text-align: center;
}

.module-14.center .item .card .slide-text-wrap .big-title h1 {
    text-align: center;
}

.module-14.style2 .item .card .slide-text-wrap .sub-title {
    text-align: center;
    max-width: 655px;
    margin: 0 auto 50px;
}

.module-14.center .item .card .slide-text-wrap .sub-title {
    text-align: center;
    max-width: 655px;
    margin: 0 auto 30px;
}

.module-14.style2 .item .card .slide-text-wrap .btn-wrap {
    text-align: center;
}

.module-14.center .item .card .slide-text-wrap .btn-wrap {
    text-align: center;
}

.module-14.style2 .item .card .slide-text-wrap .btn-wrap .btn {
    color: #333;
}

@media (max-width: 1024px) {
    .module-14 .ry-slide.ry-el-bg:before {
        opacity: 0;
    }

    #sldr .carousel-inner {
        padding-bottom: 0;
    }

    .module-14 .ry-slide.ry-el-bg {
        height: auto;
        padding: 0;
        background-position: right;
        background: transparent;
    }

    .module-14 .ry-slide.ry-el-bg img {
        display: block;
        height: auto;
        object-fit: contain;
        object-position: right;
        min-height: unset;
        z-index: 22;
        position: relative;
        visibility: visible;
    }

    .module-14 .ry-slide.ry-el-bg .card {
        position: relative;
        top: unset !important;
        padding: 0 !important;
        transform: unset;
        padding: 60px 30px !important;
        justify-content: center;
        align-items: center;
        left: unset;
        width: 100%;
        background: var(--primary-color);
    }

    body .module-14 .item .card .slide-text-wrap .big-title h1 {
        margin-top: 0 !important;
        font-size: clamp(28px, 4.688vw, 48px) !important;
        text-align: center;
        color: #fff;
    }

    .module-14 .item .card .slide-text-wrap .big-title {
        margin-bottom: 0;
    }

    body .module-14 .item .card .slide-text-wrap .sub-title {
        text-align: center;
        font-size: 18px;
        line-height: 1.5;
        color: #fff !important;
    }

    body .module-14 .item .card .slide-text-wrap .btn-wrap {
        display: flex;
        justify-content: center;
    }
}

@media (max-width: 520px) {

    .module-14 .ry-slide.ry-el-bg img {
        display: block;
        height: 100%;
        object-fit: cover;
        min-height: 300px;
    }
}

.module-14 .item .card .slide-text-wrap .btn-wrap .btn {
    background: var(--tertiary-color) !important;
    color: #fff !important;
    font-weight: 400 !important;
    text-transform: uppercase;
    width: fit-content;
}

.module-14 .item .card .slide-text-wrap .btn-wrap .btn:hover {
    background: var(--primary-color) !important;
    border-color: var(--primary-text-color) !important;
    font-weight: 400 !important;
}

@media only screen and (max-width: 768px) {
    .module-14 .item .card .slide-text-wrap .sub-title {
        color: var(--primary-text-color);
        text-shadow: unset;
    }

    .module-14 .item .card {
        top: 145% !important;
        padding: 100px 8.33333vw !important;
    }

    .module-14 .item .card .slide-text-wrap .big-title h1 {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 400px) {
    .module-14 .item .card {
        top: 165% !important;
    }
}

.module-14.center .item .card .slide-text-wrap {
    max-width: 90%;
    margin: 0 auto;
    flex: 100%;
}

.module-14 .item .card .slide-text-wrap .btn-wrap .btn {
    font-size: 19px !important;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.module-14 .item .card .slide-text-wrap .btn-wrap .btn:hover {
    border: 1px solid #fff;
}

@media (max-width: 1024px) {
    .module-14 {
        margin-top: 0px !important;
    }

    .module-14 .carousel-control {
        display: none !important;
    }
}

@media (min-width: 1081px) {

    .module-14,
    .module-14 .item img {
        height: calc(100vh - 0px);
        background-size: cover;
        background-position: top;
        object-fit: cover;
        object-position: top;
        overflow: hidden;
    }
}

#sldr .carousel-inner {
    height: calc(100vh - 120px);
}

@media only screen and (min-width:1200px) {

    .module-14,
    .module-14 .item img,
    .module-14 .carousel,
    .module-14 .carousel .carousel-inner,
    .module-14 .ry-slide {
        height: clamp(800px, 100vh, 1080px) !important;
    }
}



@media only screen and (max-width:1199px) and (min-width:1025px) {

    .module-14,
    .module-14 .item img,
    .module-14 .carousel,
    .module-14 .carousel .carousel-inner,
    .module-14 .ry-slide {
        height: clamp(500px, 100vh, 800px) !important;
    }
}


@media only screen and (max-width:1024px) {
    #sldr .carousel-inner {
        height: unset;
    }

}


@media only screen and (min-width:2000px) {

    .module-76 .ry-container,
    .module-14 .item .card {
        max-width: 90%;
    }
}