.m-wrpr section .sctn-wrpr {
    padding: 70px 20px 100px 20px;
}

.m-wrpr section:last-of-type .sctn-wrpr {
    padding: 70px 20px 50px 20px;
}


@media only screen and (max-width: 799px) {
    .m-wrpr section .sctn-wrpr {
        padding: 50px 10px 50px 10px;
    }
    
    .m-wrpr section:last-of-type .sctn-wrpr {
        padding: 50px 10px 40px 10px;
    }
}

.m-wrpr section:first-of-type .sctn-wrpr {
    padding: 20px 20px 50px 20px;
}

.sctn-wrpr .sub-sctn:not(:first-of-type) {
    margin-top: 70px;
}

.sctn-cntn .sub-sctn:not(:last-of-type) {
    margin-bottom: 20px;
}

.sctn-hd, 
.sub-sctn-hd {
    margin-bottom: 20px;
}

.sctn-cntnt {
    overflow: visible;
    overflow: hidden;
}

.sctn-cntnt p:not(:first-of-type) {
    margin-top: 10px;
}

/*  */

.heading-style-1 {
    font-size: 4rem;
    font-weight: 400;
    color: white;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
    font-family: "Sigmar";
}

@media only screen and (max-width: 1040px) {
    .heading-style-1 {
        font-size: 3rem;
        font-weight: 800;
    }
}

@media only screen and (max-width: 770px) {
    .heading-style-1 {
        font-size: 2.6rem;
        font-weight: 400;
    }
}

.heading-style-1.shadow {
    text-shadow: 2px 2px 2px #3b3b3b;
}

.heading-style-1.center {
    text-align: center;
}

/*  */

.heading-style-2 {
    width: 100%;
    text-transform: capitalize;
    color: #1a3655;
    font-size: 2.4rem;
    font-weight: 700;
}

@media only screen and (max-width: 650px) {
    .heading-style-2 {
        font-size: 2rem;
        font-weight: 700;
    }
}

.heading-style-2.center {
    text-align: center;
}

.heading-style-2.underline {
    position: relative;
    margin-bottom: 15px;
}

.heading-style-2.underline::after {
    content: '';
    height: 5px;
    width: 20%;
    background: #01afab;
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    max-width: 100px;
}

.heading-style-2.center.underline::after {
    margin: auto;
}

/*  */

.heading-style-3.center {
    margin: 0 auto;
}

.heading-style-3 {
    background-color: #e7edff7c;
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 10px 20px;
    width: fit-content;
    font-size: 20px;
    font-weight: 500;
}

/*  */

.heading-style-4 {
    font-size: 1.725rem;
    margin: 20px 0px;
    font-weight: 500;
}

@media only screen and (max-width: 914px) {
    .heading-style-4 {
        font-size: 1.5rem;
    }
}

/*  */

.heading-style-5 {
    width: 100%;
    text-transform: capitalize;
    color: #1a3655;
    font-size: 2rem;
    font-weight: 700;
}

@media only screen and (max-width: 1080px) {
    .heading-style-5 {
        font-size: 1.8rem;
        font-weight: 700;
    }
}

@media only screen and (max-width: 580px) {
    .heading-style-5 {
        font-size: 1.4rem;
        font-weight: 700;
    }
}

.heading-style-5.center {
    text-align: center;
}

.heading-style-5.underline {
    position: relative;
    margin-bottom: 15px;
}

.heading-style-5.underline::after {
    content: '';
    height: 5px;
    width: 20%;
    background: #01afab;
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    max-width: 100px;
}

.heading-style-5.center.underline::after {
    margin: auto;
}

/*  */

.cstm-marquee-cntnr {
    width: 100%;
    overflow: hidden;
}

.cstm-marquee-cntnt {
    display: inline-block;
    animation: cstmMarqueeCntnt 20s linear infinite;
    width: 100%;
    white-space: nowrap;
    display: block;
    overflow: visible;
}

@keyframes cstmMarqueeCntnt {
    from { transform: translateX(100%); }
    to { transform: translateX(-100%); }
}

/*  */

.read-more-link-cntnr  {
    background: #c31432;
    background: -webkit-linear-gradient(to right, #c31432, #240b36);
    background: linear-gradient(to right, #c31432, #240b36);
    color: white;
    border-radius: 6px;
    font-size: 0.9375rem;
    width: fit-content;
    margin-top: 30px;
    display: flex;
    text-align: center;
}

@media only screen and (max-width: 619px) {
    .read-more-link-cntnr  {
        width: 100%;
    }
}

.read-more-link-cntnr a {
    padding: 10px 40px;
    width: 100%;
}

/*  */

.cstm-slick .slick-prev:before {
    color: black !important;
}

.cstm-slick .slick-next:before {
    color: black !important;
}

.cstm-slick .slick-list {
    margin: 0 -7px !important;
}

.cstm-slick .slick-slide {
    padding: 10px 0px;
}

.cstm-slick .slick-slide>div {
    padding: 0 7px !important;
}

/*  */

.dt-not-found-cntnr {
    text-align: center;
}

/*  */

.page-banner-cntnr {
    width: 100%;
    text-align: center;
}

.page-banner-cntnr img {
    width: 100%;
    max-width: 100%;
    object-fit: cover;
}

ul.list-cntnr {
    list-style-type: none;
    padding: 0 !important;
    margin: 0 !important;
}

.indi-list-item {
    padding: 5px 0;
    width: fit-content;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
}

.indi-list-item .list-item-icon i {
    width: 30px;
}

.indi-list-item a {
    color: #121212;
    font-size: 1rem;
    transition: 0.3s;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 15px;
}

.indi-list-item a:hover .list-item-cntnt {
    text-decoration-line: underline;
    text-decoration-color: dodgerblue;
    text-underline-offset: 2px;
}

.cntnt-img-cntnr,
.page-inner-img-cntnr {
    text-align: center;
}

.cntnt-img-cntnr img,
.page-inner-img-cntnr img {
    width: 500px;
    max-width: 100%;
    height: auto;
    border-radius: 2px;
    margin: 20px auto;
}

@media only screen and (max-width: 619px) {
    .cntnt-img-cntnr img,
    .page-inner-img-cntnr img {
        width: 100%;
    }        
}

.flower-img-cntnr {
    width: 100%;
    text-align: center;
    width: 100%;
    margin: 10px 0;
}

.flower-img-cntnr img {
    width: 100% !important;
    max-width: 100px !important;
}

.flower-img img {
    width: 30px;
}

.quotes p {
    text-align: center;
    margin: 0;
}

.center {
    text-align: center;
}

.cstm-hr {
    height: 3px;
    width: 100%;
    background: #FF4E50;
    background: -webkit-linear-gradient(to right, #F9D423, #FF4E50);
    background: linear-gradient(to right, #F9D423, #FF4E50);
}

/*  */

.breadcrumb-cntnr ol {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0;
    align-items: center;
    gap: 5px;
    color: #14648b;
    flex-wrap: wrap;
}

.breadcrumb-cntnr ol li {
    font-size: 0.8375rem;
}

.breadcrumb-cntnr i {
    line-height: 0;
}

/*  */

.full-iframe {
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 500px;
}

/*  */


.postcards-container {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 40px;
    overflow: hidden;
    margin: 30px auto 180px auto;
}

@media only screen and (max-width: 1250px) {
    .postcards-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 650px) {
    .postcards-container {
        grid-template-columns: repeat(1, 1fr);
    }
}

/*  */


.page-loader {
    display: none;
    margin-top: 40px;
    width: 100%;
}

@media only screen and (max-width: 1000px) {
    .page-loader {
        width: 100%;
    }
}

.page-loader .spinner {
    border: 6px solid transparent;
    border-radius: 50%;
    border-top: 6px solid dodgerblue;
    border-right: 6px solid dodgerblue;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    margin: 0 auto;
}


@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.page-banner-cntnr figure {
    margin: 0 !important;
    width: 100%;
}

.page-banner-cntnr {
    position: relative;
}

.page-banner-title {
    position: absolute;
    top: 99%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px 60px;
    width: 95%;
}

@media only screen and (max-width: 1000px) {
    .page-banner-title {
        padding: 15px 10px;
    }
}

.tinymce-dscr-cntnt {
    margin-top: 50px;
}