﻿/*Common Head start*/


/*body {
    background-image: url(Images/logo.png);
}*/

/*     Page header */
.page_head {
    /*    background-image: url('../images/svg/page-header.svg');*/
    background: linear-gradient(rgba( 255, 185, 56, 0.5), rgba( 255, 185, 56, 0.5)),url("/Assets/Images/svg/page-header.svg") repeat;
    background-size: 400px;
    border-bottom: 3px solid #dcdbd7;
    padding: 35px 0 0;
    -moz-box-shadow: 0 10px 10px -5px rgba(0,0,0,0.30) inset;
    -webkit-box-shadow: 0 10px 10px -5px rgba(0,0,0,0.30) inset;
    box-shadow: 0 10px 10px -5px rgba(0,0,0,0.30) inset;
}

.page_title h2 {
    color: #181818;
    background: rgba(255,255,255,0.7);
    float: left;
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 -3px 0;
    padding: 7px 15px;
    text-transform: uppercase;
    border-bottom: 4px solid #01153E;
}
/* Breadcrumbs
====================================*/
#breadcrumbs {
    background: #01153E;
    float: right;
    padding: 3px 10px;
}

    #breadcrumbs ul {
        font-size: 16px;
        padding: 0 5px 0 0;
        margin: 0;
    }

        #breadcrumbs ul li {
            display: inline-block;
            padding: 0 11px 1px 0;
            margin: 0 0 0 5px;
            background-image: url('Assets/Images/svg/breadcrumbs.png');
            background: url(/Assets/Images/svg/breadcrumbs.png) no-repeat 100% 50%;
            color: #fff;
        }

            #breadcrumbs ul li a {
                color: #fff;
            }

            #breadcrumbs ul li:last-child {
                background: none;
                padding: 0;
            }

@media only screen and (max-width: 480px) {


    #breadcrumbs {
        display: none;
    }
}

a {
    text-decoration: none !important;
}

/*common head End*/

/*About page css start*/

.Facility-image {
    flex: 0 0 40%;
    transition: 0.4s all
}

    .Facility-image:hover {
        transform: translateY(-8px);
    }

    .Facility-image img {
        width: 100%;
        height: auto;
        display: block;
        border-radius: 12px;
        box-shadow: 0 5px 20px rgba(0,0,0,0.35);
    }

.about-school {
    padding: 70px 5%;
    /*background:#f8faf8;*/
}

.about-container {
    max-width: 1200px;
    margin: auto;
}

.section-title {
    text-align: center;
    margin-bottom: 50px;
}

    .section-title h2 {
        font-size: 42px;
        color: var(--bg-color);
        margin-bottom: 10px;
    }

    .section-title p {
        /*color:#666;*/
        font-size: 18px;
    }

.about-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}


.about-text {
    flex: 2;
}

    .about-text h3 {
        color: var(--bg-color);
        font-size: 30px;
        margin-bottom: 20px;
    }

    .about-text p {
        font-size: 17px;
        line-height: 1.9;
        /*color:#444;*/
        margin-bottom: 18px;
        text-align: justify;
    }

.school-info {
    flex: 1;
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,.08);
    border: 2px solid var(--bg-color);
    text-align: center;
    margin-top: 45px;
    box-shadow: 0px 8px 20px rgba(0,0,0,0.3)
}

    .school-info h3 {
        color: var(--bg-color);
        margin-bottom: 20px;
    }

    .school-info ul {
        list-style: none;
        padding: 0;
    }

        .school-info ul li {
            padding: 12px 0;
            border-bottom: 1px solid #eee;
            line-height: 1.6;
            color: var(--bg-color);
        }

            .school-info ul li:last-child {
                border-bottom: none;
            }

/* Tablet */
@media(max-width:992px) {

    .about-content {
        flex-direction: column;
    }

    .school-info {
        width: 100%;
    }
}

/* Mobile */
@media (max-width:768px) {

    .about-content {
        display: flex !important;
        flex-direction: column !important;
        gap: 25px;
        text-align: center
    }

    .about-text {
        display: block !important;
        width: 100% !important;
        flex: none !important;
        order: 1;
    }

    .school-info {
        display: block !important;
        width: 100% !important;
        flex: none !important;
        order: 2;
        padding: 20px;
    }

    .about-school {
        padding: 30px 15px;
    }

    .about-text h3 {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        font-size: 24px;
        margin-bottom: 15px;
        color: var(--bg-color);
    }

    .about-text p {
        font-size: 15px;
        line-height: 1.8;
        text-align: justify;
        margin-bottom: 15px;
    }

    .school-info h3 {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        color: var(--bg-color) !important;
        font-size: 24px !important;
        font-weight: 700 !important;
        margin-bottom: 20px !important;
        line-height: 1.4 !important;
    }
}
/*About page css End*/

/*Achievers Page Start*/

/* ===== Card Upgrade ===== */
.card {
    background: #fff;
    border: 1px solid #e6e8ec;
    border-radius: 14px;
    overflow: hidden;
    width: 100%;
    font-family: Arial,Impact, Haettenschweiler !important;
    transition: all 0.25s ease;
    box-shadow: 0 4px 12px rgba(0,0,0,0.04);
}

    .card:hover {
        transform: translateY(-4px);
        box-shadow: 0 10px 24px rgba(0,0,0,0.08);
    }

/* Layout */
.card-inner {
    display: flex;
    min-height: 180px;
}

/* Image */
.card-image-wrap {
    flex: 0 0 220px;
    position: relative;
    overflow: hidden;
    background: #f5f6f8;
}

    .card-image-wrap img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.4s ease;
    }

.card:hover .card-image-wrap img {
    transform: scale(1.05);
}

/* Fallback */
.img-fallback {
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 6px;
    font-size: 13px;
    color: #999;
    position: absolute;
    inset: 0;
    background: #f5f6f8;
}

.img-error .card-image-wrap img {
    display: none;
}

.img-error .img-fallback {
    display: flex;
}

/* Body */
.card-body {
    flex: 1;
    padding: 1.2rem 1.4rem;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* Meta */
.card-meta {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.card-heading {
    font-size: 17px;
    font-weight: 600;
    color: #1a1a1a;
    line-height: 1.4;
    font-family: Arial,Impact, Haettenschweiler !important;
}

/* Right meta */
.meta-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 6px;
    font-family: Arial,Impact, Haettenschweiler !important;
}

.card-date {
    font-size: 12px;
    color: #777;
}

/* Category badge */
.card-category {
    font-size: 10px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 20px;
    background: #eef4ff;
    color: #2f6fed;
    font-family: Arial,Impact, Haettenschweiler !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Description */
.card-desc {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}

/* Clamp */
.desc-text {
    overflow: hidden;
    max-height: 60px; /* collapsed height */
    transition: max-height 0.4s ease;
    font-family: Arial,Impact, Haettenschweiler !important;
}

    .desc-text.expanded {
        max-height: 500px; /* large enough */
    }

/* Read More */
.read-more-btn {
    background: none;
    border: none;
    font-size: 13px;
    font-weight: 600;
    color: #2f6fed;
    cursor: pointer;
    padding: 0;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-top: 4px;
    font-family: Arial,Impact, Haettenschweiler !important;
}

    .read-more-btn span {
        font-family: Arial,Impact, Haettenschweiler !important;
    }

    .read-more-btn:hover {
        opacity: 0.7;
    }

    .read-more-btn i {
        transition: transform 0.25s ease;
    }

    .read-more-btn.open i {
        transform: rotate(180deg);
    }

/* Responsive */
@media(max-width: 768px) {
    .card-inner {
        flex-direction: column;
    }

    .card-image-wrap {
        width: 100%;
        height: 200px;
    }

    .meta-right {
        flex-direction: row;
        gap: 8px;
    }
}

/*Achievers Page End*/

/*Admission form page start*/
.pdf-wrapper {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding: 20px;
}

    .pdf-wrapper iframe {
        width: 100%;
        height: 90vh;
        border: none;
        border-radius: 10px;
        box-shadow: 0 5px 20px rgba(0,0,0,.15);
    }
/*Admission form page End*/

/*Facility page start*/
.padd {
    padding: 50px 5%;
}

.Facility-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.Facility-text {
    flex: 1;
}

    .Facility-text p {
        font-size: 17px;
        line-height: 1.8;
        color: #444;
        margin-bottom: 15px;
        text-align: justify;
    }

.Facility-image {
    flex: 0 0 40%;
    transition: 0.4s all
}

    .Facility-image:hover {
        transform: translateY(-8px);
    }

    .Facility-image img {
        width: 100%;
        height: auto;
        display: block;
        border-radius: 12px;
        box-shadow: 0 5px 20px rgba(0,0,0,0.15);
    }

/* Tablet */
@media (max-width: 992px) {
    .Facility-content {
        gap: 25px;
    }

    .Facility-text p {
        font-size: 16px;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .Facility-content {
        flex-direction: column-reverse; /* image first, text below */
        text-align: center;
    }

    .Facility-image,
    .Facility-text {
        width: 100%;
    }

        .Facility-text p {
            text-align: justify;
            font-size: 15px;
        }
}


/*Facility page start*/


/*Contact page start*/

.contact-form .form-control {
    border: 1px solid #740f13;
    border-radius: 0;
    margin-bottom: 20px;
    color: #828282;
    font-size: 17px;
    padding: 10px;
    border: 0;
    border-bottom: 1px solid #656565;
    width: 100%;
    height: 100%;
    background: #f7f7f7;
    margin-bottom: 25px;
}

.school-clock {
    width: 30px;
    margin-right: 2px;
    margin-top: -6px;
}

.conten-detail {
    z-index: 999;
    position: relative;
}

.cont_pg_blw h3 {
    color: #740f13;
    font-size: 30px;
    margin-bottom: 9px;
}

.cont_pg_blw p {
    margin-bottom: 13px
}

.conten-detail img {
    width: 15px;
    margin-right: 4px;
}

@media only screen and (max-width: 575px) {
    .school-clock {
        width: 22px;
        margin-right: 2px;
        margin-top: -6px;
    }

    .conten-detail {
        margin-top: 30px;
    }
}

/* .cont_map {
    float: left;
    width: 60%;
}

.cont_txt {
    float: left;
    width: 35%;
    margin-left: 5%;
    position: relative;
} */

.cont_txt .cont_dt {
    background: #081940;
    padding: 50px;
    margin-top: 82px;
    margin-left: -20%;
    position: absolute;
    width: 100%;
}

    .cont_txt .cont_dt h3 {
        color: #fff;
        font-size: 24px;
        font-weight: normal;
        font-family: 'Poppins';
    }

    .cont_txt .cont_dt ul {
        margin: 0;
        padding: 0;
        margin-top: 30px;
        margin-bottom: 0;
    }

        .cont_txt .cont_dt ul li {
            list-style: none;
            color: #fff;
            margin-bottom: 15px;
        }

            .cont_txt .cont_dt ul li:nth-child(1) span.one_dv {
                background: url(../../../resources.edunexttechnologies.com/web-data/somervilleinternational/img/location_img.png) no-repeat;
                height: 25px;
            }

            .cont_txt .cont_dt ul li:nth-child(2) span.one_dv {
                background: url(../../../resources.edunexttechnologies.com/web-data/somervilleinternational/img/msg_img.png) no-repeat;
                height: 15px;
            }

            .cont_txt .cont_dt ul li:nth-child(3) span.one_dv {
                background: url(../../../resources.edunexttechnologies.com/web-data/somervilleinternational/img/mob_img.png) no-repeat;
                height: 26px;
            }

            .cont_txt .cont_dt ul li span.one_dv {
                widtH: 6%;
                float: left;
            }

.conten-detail {
    background: #081940;
    padding: 50px;
    margin-top: 82px;
    margin-left: -20%;
}

.cont_txt .cont_dt ul li span.tw_dv {
    float: left;
    width: 89%;
    margin-left: 5%;
    margin-top: -5px;
}

.cont_txt .cont_dt ul li:last-child {
    margin-bottom: 0;
}

.cont_pg_blw {
    background: white;
    padding: 40px 0;
    border-top: 1px solid #efecec;
}

.cont_in_pad_l {
    padding-right: 30px;
    border-right: 1px solid #d0d0d0;
}

.cont_pg_blw h3 {
    color: #081940;
    font-size: 38px;
    margin-bottom: 15px;
    font-weight: 500;
}

.cont_pg_blw p {
    color: #3c3c3c;
    font-size: 18px;
    margin-bottom: 40px;
}


.about-section {
    position: relative;
    padding: 64px 0;
    background-color: white;
}

.inner-page-bg::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #feffd8;
    opacity: 0.1;
    /* background-image: radial-gradient(#740F13 2px, #feffd8 2px); */
    background-size: 40px 40px;
    z-index: -1;
}

@media only screen and (max-width: 991px) {
    .conten-detail {
        position: static;
        margin-left: auto;
    }
}


/*Contact page End*/

/*Gallery Page Start*/
  

        /* ── Tab list ── */
        .gallert-tab {
            list-style: none;
            padding: 0;
            margin: 0;
        }

            .gallert-tab li a {
                display: block;
                padding: 10px 16px;
                text-decoration: none;
                color: inherit;
                border-radius: 4px;
                transition: background 0.2s;
            }

            .gallert-tab li.active a,
            .gallert-tab li:hover a {
                /*background: #007bff;*/ /* replace with your existing active color */
                color: #000000;
            }

        /* ── Gallery items ── */
        .gallery-item {
            margin-bottom: 1rem;
        }

            .gallery-item.hidden {
                display: none;
            }
        /*        .gallery-item.fade-in {
                animation: fadeUp 0.3s ease forwards;
            }
            @keyframes fadeUp {
                from { opacity: 0; transform: translateY(10px); }
                to   { opacity: 1; transform: translateY(0); }
            }*/

     
        /* Gallery Page css Start */
        .gallery-right-row .col-lg-4 {
            margin-bottom: 1.5rem;
        }

        .img-raduis img {
            border-radius: 2rem;
        }

        .gallert-tab li {
            color: #070707;
            font-size: 2.5rem;
            text-align: left;
            font-weight: 500;
            line-height: 1.1;
            opacity: 0.8;
            letter-spacing: -1.12px;
            padding: 2rem;
            border-bottom: 2px solid #C1C1C1;
            border-radius: 0 !important;
            list-style: none;
            cursor: pointer;
        }

            .gallert-tab li a {
                font-size: 2.5rem;
            }

            .gallert-tab li.active, .gallert-tab li:hover {
                color: #070707;
                background: #FFE3AD;
                border-color: #FFE3AD;
            }


        .gallery-content .row .col-lg-4 {
            margin-bottom: 2rem;
        }
        /* gallery page tab css start */




        /* the nitty gritty */
        .gallery-tab-section .tabs-container {
            position: relative;
        }

            .gallery-tab-section .tabs-container nav {
                /* position: absolute; */
                width: 100%;
            }

                .gallery-tab-section .tabs-container nav ul li.active:after {
                    width: 1px;
                    height: 1px;
                    border: 5px solid transparent;
                    border-top: 5px solid #555;
                    content: "";
                    position: absolute;
                    right: 1.5em;
                    top: 1.4em;
                    z-index: 9999;
                }

                .gallery-tab-section .tabs-container nav ul li:not(.active) {
                    position: absolute;
                    top: -999em;
                }

                .gallery-tab-section .tabs-container nav ul.expanded li.active:after {
                    border-top-color: transparent;
                    border-bottom-color: #555;
                    top: 1em;
                }

                .gallery-tab-section .tabs-container nav ul.expanded li:not(.active) {
                    position: relative;
                    top: auto;
                }

        .gallery-tab-section .tab-content {
            display: none;
            padding: 15px;
        }

            .gallery-tab-section .tab-content.current {
                display: inherit;
            }
        /* gallery page tab css end */

        @media screen and (max-width: 575px) {
            /* gallery section start */


            .gallery {
                flex-wrap: wrap;
            }

            .gallery__column {
                width: 20%;
            }

            .gallery .gallery__column:last-child {
                display: none;
            }

            /* gallery section ednd */

        }

        @media all and (min-width: 992px) {
            .gallery-tab-section nav {
                background: transparent;
            }

            .gallert-tab li a {
                font-size: 1.5rem;
            }

            .gallery-tab-section .tabs-container nav ul li:not(.active) {
                position: relative;
                top: auto;
            }


            .gallery-tab-section .tabs-container nav ul li.active:after {
                display: none;
            }
        }

        @media screen and (max-width: 414px) {
            .gallery-img img {
                height: 180px;
            }

            .gallert-tab li a {
                font-size: 1.5rem;
            }

            .gallert-tab li {
                padding: 1rem;
            }
        }

        .col-lg-4, .col-12 {
            position: relative;
            width: 100%;
            padding-right: 15px;
            padding-left: 15px;
        }

        @media (min-width:992px) {
            .col-lg-4 {
                -ms-flex: 0 0 33.333333%;
                flex: 0 0 33.333333%;
                max-width: 33.333333%
            }
        }
/*Gallery Page End*/

/*Manadarory Page Start*/
@media (max-width:768px) {
    .table-responsive {
        overflow-x: auto;
    }

    .table {
        min-width: 700px;
    }

        .table th,
        .table td {
            white-space: nowrap;
            font-size: 14px;
        }
}
/*Manadarory Page End*/

/*Facility Page Start*/

h1 {
    font-weight: 400;
    font-size: 3.5rem;
    line-height: 4.25rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 50px
}

h3 {
    font-size: 1.75rem;
    line-height: 2.0625rem;
    text-transform: uppercase
}

h3, h4 {
    margin-top: 0;
    font-weight: 400;
    font-weight: 600;
    color: #dd1e12;
    margin-bottom: 20px
}


.missVissPage .title {
    line-height: 30px;
    font-size: 25px
}

.title span {
    display: table;
    width: 100%;
}


section.aboutsec {
}

    section.aboutsec .fsElementContent {
    }

        section.aboutsec .fsElementContent img.aboutImg {
            float: right;
            margin-left: 25px;
            margin-bottom: 20px;
        }

    section.aboutsec p {
        text-align: justify;
    }

.paddingfix .fsElementContent {
    padding: 0;
}

.paddingfix {
    padding: 80px 0;
}

img.imgframe {
    position: absolute;
    top: 10%;
    left: 5%;
}

.rotate {
    -webkit-animation-name: rotate;
    animation-name: rotate;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

.container-fluid {
    padding: 0 84px;
}

@keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@media(max-width:500px) {
    .paddingfix .fsElementContent {
        width: 90vw;
    }

    .container-fluid {
        padding: 13px;
    }
}
@media(min-width:280px) and (max-width:375px) {
    .aboutImg {
        width: 280px
    }
}

/*Facility Page End*/

/*====NEWS PAGE START===========*/
/* ===== Notice Card ===== */

.notice-card {
    background: #fff;
    border: 1px solid #e6e8ec;
    border-radius: 10px;
    padding: 16px 18px;
    transition: 0.25s ease;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

    .notice-card:hover {
        box-shadow: 0 6px 18px rgba(0,0,0,0.06);
        transform: translateY(-2px);
    }

/* Attachment */
.notice-attachment {
    font-size: 13px;
    font-weight: 500;
    color: #2f6fed;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

    .notice-attachment:hover {
        text-decoration: underline;
    }

/* Heading */
.notice-title {
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
}

/* Description */
.notice-desc {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}

.notice-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 80vh;
    overflow-x: hidden;
    overflow-y: scroll;
}
/*====NEWS PAGE END=============*/

/*=========PRINCIPAL MESSGAE START============*/
.elementor-566 .elementor-element.elementor-element-2e9c35a9 {
    --display: flex;
    --flex-direction: column;
    --container-widget-width: 100%;
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --flex-wrap-mobile: wrap;
    --overflow: hidden;
    --margin-top: 0px;
    --margin-bottom: 0px;
    --margin-left: 0px;
    --margin-right: 0px;
}

.elementor-566 .elementor-element.elementor-element-6caee6b1 > .elementor-widget-container {
    margin: 2% 10% 0% 10%;
}

.elementor-566 .elementor-element.elementor-element-6caee6b1 {
    text-align: center;
    font-family: "Merriweather", Sans-serif;
    font-size: 24px;
    font-weight: 300;
    color: var( --e-global-color-primary );
}

.elementor-566 .elementor-element.elementor-element-543daf07 {
    --display: flex;
    --min-height: 3vh;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px;
}

    .elementor-566 .elementor-element.elementor-element-543daf07:not(.elementor-motion-effects-element-type-background), .elementor-566 .elementor-element.elementor-element-543daf07 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
        background-image: url("../../2022/11/mhs-divider.svg");
        background-position: center center;
        background-repeat: no-repeat;
    }

.elementor-566 .elementor-element.elementor-element-68ddc4c2 > .elementor-widget-container {
    margin: 5% 10% 5% 10%;
}

.elementor-566 .elementor-element.elementor-element-68ddc4c2 {
    text-align: center;
}

.elementor-566 .elementor-element.elementor-element-1aa6f9e {
    --display: flex;
    --flex-direction: column;
    --container-widget-width: 100%;
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --flex-wrap-mobile: wrap;
    --margin-top: 0px;
    --margin-bottom: 0px;
    --margin-left: 0px;
    --margin-right: 0px;
}

.elementor-566 .elementor-element.elementor-element-c61b9a3 {
    --display: flex;
    --min-height: 3vh;
    --margin-top: 25px;
    --margin-bottom: 0px;
    --margin-left: 0px;
    --margin-right: 0px;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px;
}

    .elementor-566 .elementor-element.elementor-element-c61b9a3:not(.elementor-motion-effects-element-type-background), .elementor-566 .elementor-element.elementor-element-c61b9a3 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
        background-image: url("../../2022/11/mhs-divider.svg");
        background-position: center center;
        background-repeat: no-repeat;
    }

.elementor-566 .elementor-element.elementor-element-2a2c03e > .elementor-widget-container {
    margin: 25px 0px 35px 0px;
}

.elementor-566 .elementor-element.elementor-element-2a2c03e {
    text-align: center;
}

    .elementor-566 .elementor-element.elementor-element-2a2c03e .elementor-heading-title {
        font-size: 17px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 7.7px;
        color: var( --e-global-color-accent );
    }

.elementor-566 .elementor-element.elementor-element-1daf204 {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: initial;
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --flex-wrap-mobile: wrap;
    --gap: 25px 25px;
    --row-gap: 25px;
    --column-gap: 25px;
    --margin-top: 0px;
    --margin-bottom: 50px;
    --margin-left: 0px;
    --margin-right: 0px;
}

.elementor-566 .elementor-element.elementor-element-561c50b {
    --display: flex;
    --flex-direction: column;
    --container-widget-width: 100%;
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --flex-wrap-mobile: wrap;
    --background-transition: 0.3s;
}

    .elementor-566 .elementor-element.elementor-element-561c50b:not(.elementor-motion-effects-element-type-background), .elementor-566 .elementor-element.elementor-element-561c50b > .elementor-motion-effects-container > .elementor-motion-effects-layer {
        background-color: var( --e-global-color-primary );
    }

    .elementor-566 .elementor-element.elementor-element-561c50b:hover {
        background-color: var( --e-global-color-secondary );
    }

.elementor-566 .elementor-element.elementor-element-1fa39aa {
    width: auto;
    max-width: auto;
}

    .elementor-566 .elementor-element.elementor-element-1fa39aa > .elementor-widget-container {
        margin: 35px 0px 0px 0px;
    }

    .elementor-566 .elementor-element.elementor-element-1fa39aa .elementor-icon-wrapper {
        text-align: center;
    }

    .elementor-566 .elementor-element.elementor-element-1fa39aa .elementor-icon {
        font-size: 25px;
    }

        .elementor-566 .elementor-element.elementor-element-1fa39aa .elementor-icon svg {
            height: 25px;
        }

.elementor-566 .elementor-element.elementor-element-4dc2d80 > .elementor-widget-container {
    padding: 0% 0% 0% 0%;
}

.elementor-566 .elementor-element.elementor-element-4dc2d80.elementor-element {
    --align-self: center;
}

.elementor-566 .elementor-element.elementor-element-4dc2d80 {
    text-align: center;
}

    .elementor-566 .elementor-element.elementor-element-4dc2d80 .elementor-heading-title {
        font-size: 16px;
        font-weight: 700;
        letter-spacing: 7.7px;
        color: var( --e-global-color-0d526dd );
    }

.elementor-566 .elementor-element.elementor-element-d9ec691 > .elementor-widget-container {
    margin: 0px 100px 0px 100px;
}

.elementor-566 .elementor-element.elementor-element-d9ec691 {
    text-align: center;
}

.elementor-566 .elementor-element.elementor-element-9cef7a2 > .elementor-widget-container {
    margin: 0px 0px 20px 0px;
}

.elementor-566 .elementor-element.elementor-element-9cef7a2 .elementor-widget-container {
    text-align: center;
}

.elementor-566 .elementor-element.elementor-element-9cef7a2:not(:has(.elementor-widget-container)) {
    text-align: center;
}

.elementor-566 .elementor-element.elementor-element-9cef7a2 .ha-creative-btn, .elementor-566 .elementor-element.elementor-element-9cef7a2 .ha-creative-btn.ha-eft--bloom div {
    border-style: none;
}

.elementor-566 .elementor-element.elementor-element-9cef7a2 .ha-creative-btn {
    border-radius: 0px 0px 0px 0px;
    padding: 17px 55px 17px 55px;
}

    .elementor-566 .elementor-element.elementor-element-9cef7a2 .ha-creative-btn.ha-stl--hermosa.ha-eft--bloom div {
        border-radius: 0px 0px 0px 0px;
    }

.elementor-566 .elementor-element.elementor-element-9cef7a2 .ha-creative-btn-wrap .ha-creative-btn {
    --ha-ctv-btn-txt-clr: var( --e-global-color-primary );
    --ha-ctv-btn-bg-hvr-clr: var( --e-global-color-accent );
}

.elementor-566 .elementor-element.elementor-element-9cef7a2 .ha-creative-btn.ha-stl--iconica > span {
    padding: 17px 55px 17px 55px;
}

.elementor-566 .elementor-element.elementor-element-9cef7a2 .ha-creative-btn.ha-stl--montino.ha-eft--winona > span {
    padding: 17px 55px 17px 55px;
}

.elementor-566 .elementor-element.elementor-element-9cef7a2 .ha-creative-btn.ha-stl--montino.ha-eft--winona::after {
    padding: 17px 55px 17px 55px;
}

.elementor-566 .elementor-element.elementor-element-9cef7a2 .ha-creative-btn.ha-stl--montino.ha-eft--rayen > span {
    padding: 17px 55px 17px 55px;
}

.elementor-566 .elementor-element.elementor-element-9cef7a2 .ha-creative-btn.ha-stl--montino.ha-eft--rayen::before {
    padding: 17px 55px 17px 55px;
}

.elementor-566 .elementor-element.elementor-element-9cef7a2 .ha-creative-btn.ha-stl--montino.ha-eft--nina {
    padding: 17px 55px 17px 55px;
}

    .elementor-566 .elementor-element.elementor-element-9cef7a2 .ha-creative-btn.ha-stl--montino.ha-eft--nina::before {
        padding: 17px 55px 17px 55px;
    }

.elementor-566 .elementor-element.elementor-element-9cef7a2 .ha-creative-btn.ha-stl--hermosa.ha-eft--bloom span {
    padding: 17px 55px 17px 55px;
}

.elementor-566 .elementor-element.elementor-element-bee5a21 {
    --display: flex;
    --flex-direction: column;
    --container-widget-width: 100%;
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --flex-wrap-mobile: wrap;
    --background-transition: 0.3s;
}

    .elementor-566 .elementor-element.elementor-element-bee5a21:not(.elementor-motion-effects-element-type-background), .elementor-566 .elementor-element.elementor-element-bee5a21 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
        background-image: url("../../2023/04/mhs-story-001.jpg");
        background-position: top center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .elementor-566 .elementor-element.elementor-element-bee5a21:hover {
        background-image: url("../../2023/04/mhs-story-HOVER.jpg");
    }

.elementor-566 .elementor-element.elementor-element-29d6c5f {
    width: auto;
    max-width: auto;
}

    .elementor-566 .elementor-element.elementor-element-29d6c5f > .elementor-widget-container {
        margin: 35px 0px 0px 0px;
    }

    .elementor-566 .elementor-element.elementor-element-29d6c5f .elementor-icon-wrapper {
        text-align: center;
    }

    .elementor-566 .elementor-element.elementor-element-29d6c5f .elementor-icon {
        font-size: 25px;
    }

        .elementor-566 .elementor-element.elementor-element-29d6c5f .elementor-icon svg {
            height: 25px;
        }

.elementor-566 .elementor-element.elementor-element-2c4cb77 > .elementor-widget-container {
    padding: 0% 0% 0% 0%;
}

.elementor-566 .elementor-element.elementor-element-2c4cb77.elementor-element {
    --align-self: center;
}

.elementor-566 .elementor-element.elementor-element-2c4cb77 {
    text-align: center;
}

    .elementor-566 .elementor-element.elementor-element-2c4cb77 .elementor-heading-title {
        font-size: 16px;
        font-weight: 700;
        letter-spacing: 7.7px;
        color: var( --e-global-color-0d526dd );
    }

.elementor-566 .elementor-element.elementor-element-a3e62f4 > .elementor-widget-container {
    margin: 0px 100px 0px 100px;
}

.elementor-566 .elementor-element.elementor-element-a3e62f4 {
    text-align: center;
}

.elementor-566 .elementor-element.elementor-element-2721f55 > .elementor-widget-container {
    margin: 0px 0px 20px 0px;
}

.elementor-566 .elementor-element.elementor-element-2721f55 .elementor-widget-container {
    text-align: center;
}

.elementor-566 .elementor-element.elementor-element-2721f55:not(:has(.elementor-widget-container)) {
    text-align: center;
}

.elementor-566 .elementor-element.elementor-element-2721f55 .ha-creative-btn, .elementor-566 .elementor-element.elementor-element-2721f55 .ha-creative-btn.ha-eft--bloom div {
    border-style: none;
}

.elementor-566 .elementor-element.elementor-element-2721f55 .ha-creative-btn {
    border-radius: 0px 0px 0px 0px;
    padding: 17px 55px 17px 55px;
}

    .elementor-566 .elementor-element.elementor-element-2721f55 .ha-creative-btn.ha-stl--hermosa.ha-eft--bloom div {
        border-radius: 0px 0px 0px 0px;
    }

.elementor-566 .elementor-element.elementor-element-2721f55 .ha-creative-btn-wrap .ha-creative-btn {
    --ha-ctv-btn-txt-clr: var( --e-global-color-primary );
    --ha-ctv-btn-bg-hvr-clr: var( --e-global-color-accent );
}

.elementor-566 .elementor-element.elementor-element-2721f55 .ha-creative-btn.ha-stl--iconica > span {
    padding: 17px 55px 17px 55px;
}

.elementor-566 .elementor-element.elementor-element-2721f55 .ha-creative-btn.ha-stl--montino.ha-eft--winona > span {
    padding: 17px 55px 17px 55px;
}

.elementor-566 .elementor-element.elementor-element-2721f55 .ha-creative-btn.ha-stl--montino.ha-eft--winona::after {
    padding: 17px 55px 17px 55px;
}

.elementor-566 .elementor-element.elementor-element-2721f55 .ha-creative-btn.ha-stl--montino.ha-eft--rayen > span {
    padding: 17px 55px 17px 55px;
}

.elementor-566 .elementor-element.elementor-element-2721f55 .ha-creative-btn.ha-stl--montino.ha-eft--rayen::before {
    padding: 17px 55px 17px 55px;
}

.elementor-566 .elementor-element.elementor-element-2721f55 .ha-creative-btn.ha-stl--montino.ha-eft--nina {
    padding: 17px 55px 17px 55px;
}

    .elementor-566 .elementor-element.elementor-element-2721f55 .ha-creative-btn.ha-stl--montino.ha-eft--nina::before {
        padding: 17px 55px 17px 55px;
    }

.elementor-566 .elementor-element.elementor-element-2721f55 .ha-creative-btn.ha-stl--hermosa.ha-eft--bloom span {
    padding: 17px 55px 17px 55px;
}

:root {
    --page-title-display: none;
}

@media(max-width: 1024px) and (min-width:391px) {
    .elementor-566 .elementor-element.elementor-element-561c50b {
        --width: 100%;
    }

    .elementor-566 .elementor-element.elementor-element-bee5a21 {
        --width: 100%;
    }
}

@media(max-width: 1440px) {
    .elementor-566 .elementor-element.elementor-element-2e9c35a9 {
        --padding-top: 0px;
        --padding-bottom: 0px;
        --padding-left: 20px;
        --padding-right: 020px;
    }

    .elementor-566 .elementor-element.elementor-element-6caee6b1 > .elementor-widget-container {
        margin: 1% 13% 1% 13%;
    }

    .elementor-566 .elementor-element.elementor-element-1aa6f9e {
        --padding-top: 0px;
        --padding-bottom: 0px;
        --padding-left: 20px;
        --padding-right: 020px;
    }

    .elementor-566 .elementor-element.elementor-element-1daf204 {
        --gap: 24px 24px;
        --row-gap: 24px;
        --column-gap: 24px;
        --margin-top: 0px;
        --margin-bottom: 0px;
        --margin-left: 0px;
        --margin-right: 0px;
        --padding-top: 25px;
        --padding-bottom: 25px;
        --padding-left: 25px;
        --padding-right: 25px;
    }

    .elementor-566 .elementor-element.elementor-element-d9ec691 > .elementor-widget-container {
        margin: 0px 0px 0px 0px;
    }

    .elementor-566 .elementor-element.elementor-element-a3e62f4 > .elementor-widget-container {
        margin: 0px 0px 0px 0px;
    }
}

@media(max-width: 1024px) {
    .elementor-566 .elementor-element.elementor-element-6caee6b1 > .elementor-widget-container {
        margin: 1% 7% 1% 7%;
    }

    .elementor-566 .elementor-element.elementor-element-2a2c03e > .elementor-widget-container {
        margin: 25px 0px 25px 0px;
    }

    .elementor-566 .elementor-element.elementor-element-2a2c03e .elementor-heading-title {
        font-size: 16px;
    }

    .elementor-566 .elementor-element.elementor-element-4dc2d80 .elementor-heading-title {
        font-size: 16px;
    }

    .elementor-566 .elementor-element.elementor-element-2c4cb77 .elementor-heading-title {
        font-size: 16px;
    }
}

@media(max-width: 390px) {
    .elementor-566 .elementor-element.elementor-element-2e9c35a9 {
        --content-width: 90vw;
    }

    .elementor-566 .elementor-element.elementor-element-6caee6b1 {
        font-size: 22px;
    }

    .elementor-566 .elementor-element.elementor-element-543daf07:not(.elementor-motion-effects-element-type-background), .elementor-566 .elementor-element.elementor-element-543daf07 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
        background-image: url("../../2022/11/mhs-divider.svg");
        background-position: center center;
        background-repeat: no-repeat;
    }

    .elementor-566 .elementor-element.elementor-element-543daf07 {
        --min-height: 3vh;
    }

    .elementor-566 .elementor-element.elementor-element-1aa6f9e {
        --content-width: 90vw;
    }

    .elementor-566 .elementor-element.elementor-element-c61b9a3:not(.elementor-motion-effects-element-type-background), .elementor-566 .elementor-element.elementor-element-c61b9a3 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
        background-image: url("../../2022/11/mhs-divider.svg");
        background-position: center center;
        background-repeat: no-repeat;
    }

    .elementor-566 .elementor-element.elementor-element-c61b9a3 {
        --min-height: 3vh;
        --margin-top: 0px;
        --margin-bottom: 0px;
        --margin-left: 0px;
        --margin-right: 0px;
    }

    .elementor-566 .elementor-element.elementor-element-2a2c03e > .elementor-widget-container {
        margin: 15px 0px 25px 0px;
    }

    .elementor-566 .elementor-element.elementor-element-2a2c03e .elementor-heading-title {
        font-size: 14px;
    }

    .elementor-566 .elementor-element.elementor-element-1daf204 {
        --min-height: 0px;
        --padding-top: 20px;
        --padding-bottom: 20px;
        --padding-left: 20px;
        --padding-right: 20px;
    }

    .elementor-566 .elementor-element.elementor-element-561c50b {
        --min-height: 0px;
    }

    .elementor-566 .elementor-element.elementor-element-1fa39aa > .elementor-widget-container {
        margin: 15px 0px 0px 0px;
    }

    .elementor-566 .elementor-element.elementor-element-1fa39aa .elementor-icon {
        font-size: 20px;
    }

        .elementor-566 .elementor-element.elementor-element-1fa39aa .elementor-icon svg {
            height: 20px;
        }

    .elementor-566 .elementor-element.elementor-element-4dc2d80 .elementor-heading-title {
        font-size: 12px;
    }

    .elementor-566 .elementor-element.elementor-element-29d6c5f > .elementor-widget-container {
        margin: 15px 0px 0px 0px;
    }

    .elementor-566 .elementor-element.elementor-element-29d6c5f .elementor-icon {
        font-size: 20px;
    }

        .elementor-566 .elementor-element.elementor-element-29d6c5f .elementor-icon svg {
            height: 20px;
        }

    .elementor-566 .elementor-element.elementor-element-2c4cb77 .elementor-heading-title {
        font-size: 12px;
    }
}

@media(min-width: 391px) {
    .elementor-566 .elementor-element.elementor-element-561c50b {
        --width: 50%;
    }

    .elementor-566 .elementor-element.elementor-element-bee5a21 {
        --width: 50%;
    }
}

@media(min-width: 2400px) {
    .elementor-566 .elementor-element.elementor-element-2e9c35a9 {
        --content-width: 50vw;
        --margin-top: 25px;
        --margin-bottom: 0px;
        --margin-left: 0px;
        --margin-right: 0px;
    }

    .elementor-566 .elementor-element.elementor-element-1aa6f9e {
        --content-width: 50vw;
        --margin-top: 25px;
        --margin-bottom: 0px;
        --margin-left: 0px;
        --margin-right: 0px;
    }

    .elementor-566 .elementor-element.elementor-element-9cef7a2 > .elementor-widget-container {
        margin: 15px 0px 20px 0px;
    }

    .elementor-566 .elementor-element.elementor-element-9cef7a2.elementor-element {
        --align-self: center;
    }

    .elementor-566 .elementor-element.elementor-element-9cef7a2 .elementor-widget-container {
        text-align: center;
    }

    .elementor-566 .elementor-element.elementor-element-9cef7a2:not(:has(.elementor-widget-container)) {
        text-align: center;
    }

    .elementor-566 .elementor-element.elementor-element-9cef7a2 .ha-creative-btn {
        border-radius: 0px 0px 0px 0px;
        padding: 17px 065px 17px 65px;
    }

        .elementor-566 .elementor-element.elementor-element-9cef7a2 .ha-creative-btn.ha-stl--hermosa.ha-eft--bloom div {
            border-radius: 0px 0px 0px 0px;
        }

        .elementor-566 .elementor-element.elementor-element-9cef7a2 .ha-creative-btn.ha-stl--iconica > span {
            padding: 17px 065px 17px 65px;
        }

        .elementor-566 .elementor-element.elementor-element-9cef7a2 .ha-creative-btn.ha-stl--montino.ha-eft--winona > span {
            padding: 17px 065px 17px 65px;
        }

        .elementor-566 .elementor-element.elementor-element-9cef7a2 .ha-creative-btn.ha-stl--montino.ha-eft--winona::after {
            padding: 17px 065px 17px 65px;
        }

        .elementor-566 .elementor-element.elementor-element-9cef7a2 .ha-creative-btn.ha-stl--montino.ha-eft--rayen > span {
            padding: 17px 065px 17px 65px;
        }

        .elementor-566 .elementor-element.elementor-element-9cef7a2 .ha-creative-btn.ha-stl--montino.ha-eft--rayen::before {
            padding: 17px 065px 17px 65px;
        }

        .elementor-566 .elementor-element.elementor-element-9cef7a2 .ha-creative-btn.ha-stl--montino.ha-eft--nina {
            padding: 17px 065px 17px 65px;
        }

            .elementor-566 .elementor-element.elementor-element-9cef7a2 .ha-creative-btn.ha-stl--montino.ha-eft--nina::before {
                padding: 17px 065px 17px 65px;
            }

        .elementor-566 .elementor-element.elementor-element-9cef7a2 .ha-creative-btn.ha-stl--hermosa.ha-eft--bloom span {
            padding: 17px 065px 17px 65px;
        }

    .elementor-566 .elementor-element.elementor-element-2721f55 > .elementor-widget-container {
        margin: 15px 0px 20px 0px;
    }

    .elementor-566 .elementor-element.elementor-element-2721f55.elementor-element {
        --align-self: center;
    }

    .elementor-566 .elementor-element.elementor-element-2721f55 .elementor-widget-container {
        text-align: center;
    }

    .elementor-566 .elementor-element.elementor-element-2721f55:not(:has(.elementor-widget-container)) {
        text-align: center;
    }

    .elementor-566 .elementor-element.elementor-element-2721f55 .ha-creative-btn {
        border-radius: 0px 0px 0px 0px;
        padding: 17px 065px 17px 65px;
    }

        .elementor-566 .elementor-element.elementor-element-2721f55 .ha-creative-btn.ha-stl--hermosa.ha-eft--bloom div {
            border-radius: 0px 0px 0px 0px;
        }

        .elementor-566 .elementor-element.elementor-element-2721f55 .ha-creative-btn.ha-stl--iconica > span {
            padding: 17px 065px 17px 65px;
        }

        .elementor-566 .elementor-element.elementor-element-2721f55 .ha-creative-btn.ha-stl--montino.ha-eft--winona > span {
            padding: 17px 065px 17px 65px;
        }

        .elementor-566 .elementor-element.elementor-element-2721f55 .ha-creative-btn.ha-stl--montino.ha-eft--winona::after {
            padding: 17px 065px 17px 65px;
        }

        .elementor-566 .elementor-element.elementor-element-2721f55 .ha-creative-btn.ha-stl--montino.ha-eft--rayen > span {
            padding: 17px 065px 17px 65px;
        }

        .elementor-566 .elementor-element.elementor-element-2721f55 .ha-creative-btn.ha-stl--montino.ha-eft--rayen::before {
            padding: 17px 065px 17px 65px;
        }

        .elementor-566 .elementor-element.elementor-element-2721f55 .ha-creative-btn.ha-stl--montino.ha-eft--nina {
            padding: 17px 065px 17px 65px;
        }

            .elementor-566 .elementor-element.elementor-element-2721f55 .ha-creative-btn.ha-stl--montino.ha-eft--nina::before {
                padding: 17px 065px 17px 65px;
            }

        .elementor-566 .elementor-element.elementor-element-2721f55 .ha-creative-btn.ha-stl--hermosa.ha-eft--bloom span {
            padding: 17px 065px 17px 65px;
        }
}

p {
    text-align: justify
}


/*image css*/
.elementor-widget-image {
    text-align: center;
    margin-top: 125px
}

    .elementor-widget-image a {
        display: inline-block
    }

        .elementor-widget-image a img[src$=".svg"] {
            width: 48px
        }

    .elementor-widget-image img {
        display: inline-block;
        vertical-align: middle
    }

/*title*/

.page-title {
    text-align: center;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 60px;
    font-weight: 500;
    color: #222;
    margin: 20px 0 30px;
    line-height: 1.2;
}

}

@media (max-width: 992px) {
    .page-title {
        font-size: 48px;
    }
}

@media (max-width: 768px) {
    .page-title {
        font-size: 36px;
    }
}

@media (max-width: 480px) {
    .page-title {
        font-size: 28px;
        margin: 15px 0;
    }
}



.elementor-widget-container img {
    width: 100%;
    max-width: 350px;
    height: auto;
    border-radius: 10px;
    display: block;
    margin: 0 auto;
}

span {
    font-size: 1.3rem !important
}

/*=========PRINCIPAL MESSGAE END==============*/

/*=========STAFF DETAILS START================*/
@media(max-width:600px) {
    body {
        width: 100vw
    }
}

@media(max-width:650px) {
    .scrollabe {
        overflow: scroll
    }
}


@media (max-width:767px) {
    .elementor-2520 .elementor-element.elementor-element-6637657:not(.elementor-motion-effects-element-type-background) {
        height: 200px
    }
}

.table-m {
    margin-top: 60px
}

/*=========STAFF DETAILS END==================*/

