/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/


* {
    padding: 0;
    margin: 0;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    outline: none;
    color: #223263;
    text-decoration: none;
}

a {
    color: #223263;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

p {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

.anim_start .into_anim {

    -webkit-animation: slideT 0.4s 1.6s ease-out forwards,
        slideL 0.4s 2.8s ease-out forwards;

    animation: slideT 0.4s 1.6s ease-out forwards,
        slideL 0.4s 2.8s ease-out forwards;
}

@-webkit-keyframes slideT {

    0% {
        height: 100vh;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        height: 14vh;
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
    }
}

@keyframes slideT {

    0% {
        height: 100vh;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        height: 14vh;
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
    }
}

@-webkit-keyframes slideL {

    0% {
        width: 100vw;
        height: 14vh;
        top: 0px;
        /* height: 14vh;
transform: scale(0.4); */
    }

    100% {
        width: 0vw;
        height: 0vh;
        top: 40px;
        /* height: 14vh;
transform: scale(0.4); */
    }
}

@keyframes slideL {

    0% {
        width: 100vw;
        height: 14vh;
        top: 0px;
        /* height: 14vh;
transform: scale(0.4); */
    }

    99.5% {
        opacity: 0;
    }

    100% {
        width: 24vw;
        height: 0vh;
        top: 40px;
        opacity: 0;
        /* height: 14vh;
transform: scale(0.4); */
    }
}

html .anim_start {
    -webkit-animation: scrollH 0.1s 3.5s ease-out forwards;
    animation: scrollH 0.1s 3.5s ease-out forwards;
}

html .anim_start .main_page {
    -webkit-animation: fadeIn 0.6s 1.6s ease-out forwards;
    animation: fadeIn 0.6s 1.6s ease-out forwards;
}

html .anim_start :is(#main_nav, .float_icon, footer) {
    /* html .anim_start :is(#main_nav, .social_media_link, .float_icon, footer) { */
    -webkit-animation: fadeIn 0.6s 3.5s ease-out forwards;
    animation: fadeIn 0.6s 3.5s ease-out forwards;
}

html .anim_start .social_media_link {
    -webkit-animation: displayNoneIn 0.6s 3.5s ease-out forwards;
    animation: displayNoneIn 0.6s 3.5s ease-out forwards;
}

.anim_body :is(#main_nav, .float_icon, .main_page, footer) {
    /* .anim_body :is(#main_nav, .social_media_link, .float_icon, .main_page, footer) { */
    /* display: none; */
    opacity: 0;
}

.anim_body .social_media_link {
    /* display: none; */
    visibility: hidden;
}

.anim_body {
    overflow: hidden;
    height: 100vh;
}



@-webkit-keyframes scrollH {

    0% {
        overflow: hidden;
        height: 100vh;
    }

    /* 100%{
        opacity: 1;
    } */

    100% {
        overflow: visible;
        height: auto;
    }
}



@keyframes scrollH {

    0% {
        overflow: hidden;
        height: 100vh;
    }

    /* 100%{
        opacity: 1;
    } */

    100% {
        overflow: visible;
        height: auto;
    }
}

@-webkit-keyframes fadeIn {

    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {

    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes displayNoneIn {

    0% {
        /* opacity: 0; */
        visibility: hidden;
        /* display: none; */
    }

    100% {
        visibility: visible;
        /* display: flex; */
        /* opacity: 1; */
    }
}

@keyframes displayNoneIn {

    0% {
        /* opacity: 0; */
        visibility: hidden;
        /* display: none; */
    }

    100% {
        visibility: visible;
        /* display: flex; */
        /* opacity: 1; */
    }
}


.anim_start .logo_text {
    /* right: 20%; */
    margin-right: -428px;
    opacity: 1;
}

.anim_start .logo_icon {
    /* right: 17%; */
    margin-right: 500px;
}



::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

/* Track */
::-webkit-scrollbar-track {
    background: transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
    /* background: #d7d7d7;  */
    background: #7EBBE2;
    border-radius: 100px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #A9D2EB;
}



.stop_scroll {
    height: 100vh;
    overflow: hidden;
}

.body_overlay {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 5;
    width: 100vw;
    height: 100vh;
    background: rgba(34, 50, 99, 0.4);
}

.active_overlay .body_overlay {
    visibility: visible !important;
}

/* nav {
    position: fixed;
    width: 100%;
} */



/* nav---------------- */

.into_anim {
    position: relative;
    width: 100vw;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.into_anim img {
    -webkit-transition: all .4s .6s ease-in;
    -o-transition: all .4s .6s ease-in;
    transition: all .4s .6s ease-in;
}


.logo_icon {
    z-index: 1;
    position: relative;
    right: 0%;
    width: 200px;
}

.logo_text {
    position: absolute;
    opacity: 0;
    right: 50%;
}

/* anim slider------------  start*/

/* .svg_slider {
    display: flex;
    align-items: center;
    gap: 80px;
    background: url(../img/clip_path_bg.svg) no-repeat center center / cover;
    overflow: hidden;
} */

.svg_slider {
    /* width: 80%; */
    width: 98%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 60px 1fr;
    grid-template-columns: auto 1fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 60px;
    margin: 0 auto;
    border-radius: 24px;
    padding-top: 24px;
    padding-right: 32px;
    background: url(../limg/clip_path_bg.svg) no-repeat center center / cover;
    overflow: hidden;
}

.svg_anim {
    position: relative;
    width: 640px;
    height: 620px;
    margin-left: 20px;
}

.svg_anim:before {
    content: "";
    width: 260px;
    height: 280px;
    position: absolute;
    z-index: 1;
    left: -16px;
    top: 160px;
    background-image: url(../limg/main_logo_holo.svg);
    background-size: 100% 100%;
}

.svg_anim img {
    width: 200px;
    position: absolute;
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    /* animation-direction: reverse; */
    /* transition: all .6s ease-out; */
}

.svg_anim img:nth-of-type(1) {
    width: 180px;

}

.prev_svg_ai {
    -webkit-animation-name: prevSvgImg;
    animation-name: prevSvgImg;
    /* transform: translate(0px, 0px) scale(1); */
}

.active_svg_ai {
    -webkit-animation-name: activeSvgImg;
    animation-name: activeSvgImg;
    /* transform: translate(280px, 200px) scale(1.8); */
}

.next_svg_ai {
    -webkit-animation-name: nextSvgImg;
    animation-name: nextSvgImg;
    /* transform: translate(0px, 450px) scale(1); */
}

@-webkit-keyframes prevSvgImg {
    from {
        -webkit-transform: translate(350px, 200px) scale(1.8);
        transform: translate(350px, 200px) scale(1.8)
    }

    to {
        -webkit-transform: translate(0px, 0px) scale(1);
        transform: translate(0px, 0px) scale(1);
    }
}

@keyframes prevSvgImg {
    from {
        -webkit-transform: translate(350px, 200px) scale(1.8);
        transform: translate(350px, 200px) scale(1.8)
    }

    to {
        -webkit-transform: translate(0px, 0px) scale(1);
        transform: translate(0px, 0px) scale(1);
    }
}

@-webkit-keyframes activeSvgImg {
    from {
        -webkit-transform: translate(0px, 440px);
        transform: translate(0px, 440px);
    }

    to {
        -webkit-transform: translate(350px, 200px) scale(1.8);
        transform: translate(350px, 200px) scale(1.8)
    }
}

@keyframes activeSvgImg {
    from {
        -webkit-transform: translate(0px, 440px);
        transform: translate(0px, 440px);
    }

    to {
        -webkit-transform: translate(350px, 200px) scale(1.8);
        transform: translate(350px, 200px) scale(1.8)
    }
}

@-webkit-keyframes nextSvgImg {
    0% {
        -webkit-transform: translate(0px, 0px) scale(1);
        transform: translate(0px, 0px) scale(1)
    }

    3% {
        -webkit-transform: translate(-20px, 20px);
        transform: translate(-20px, 20px);

    }

    20% {
        opacity: 0;
    }

    50% {
        -webkit-transform: translate(-180px, 380px);
        transform: translate(-180px, 380px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translate(0px, 440px);
        transform: translate(0px, 440px);
        opacity: 1;
    }
}

@keyframes nextSvgImg {
    0% {
        -webkit-transform: translate(0px, 0px) scale(1);
        transform: translate(0px, 0px) scale(1)
    }

    3% {
        -webkit-transform: translate(-20px, 20px);
        transform: translate(-20px, 20px);

    }

    20% {
        opacity: 0;
    }

    50% {
        -webkit-transform: translate(-180px, 380px);
        transform: translate(-180px, 380px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translate(0px, 440px);
        transform: translate(0px, 440px);
        opacity: 1;
    }
}

.slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/* .slider, */
.slider .imgs {
    /* width: 300px; */
    /* width: 400px; */
    width: 100%;
    margin-right: 4%;
    margin-left: 0;
    height: 380px;
    /* max-height: 300px; */
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}

/* .slider .imgs {
    display: flex;
    overflow: hidden;
} */

.slider .img {
    min-width: 100%;
    height: 100%;
    position: absolute;
    top: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
    -webkit-animation: .6s ease-out;
    animation: .6s ease-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.dots {
    margin-top: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

.dot {
    width: 18px;
    height: 8px;
    background: #ffff;
    /* background: #aaaa; */
    border-radius: 2px;
    margin: 0 6px;
    cursor: pointer;
}

.active-dot {
    background: #223263;
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
    cursor: default;
}

@-webkit-keyframes defaultSlide {
    to {
        top: 0;
        opacity: 1;
    }
}

@keyframes defaultSlide {
    to {
        top: 0;
        opacity: 1;
    }
}

@-webkit-keyframes leftNext {
    from {
        top: 100%;
        opacity: 0;
    }

    to {
        top: 0;
        opacity: 1;
    }
}

@keyframes leftNext {
    from {
        top: 100%;
        opacity: 0;
    }

    to {
        top: 0;
        opacity: 1;
    }
}

@-webkit-keyframes leftCurr {
    from {
        top: 0;
        opacity: 1;
    }

    to {
        top: -100%;
        opacity: 0;
    }
}

@keyframes leftCurr {
    from {
        top: 0;
        opacity: 1;
    }

    to {
        top: -100%;
        opacity: 0;
    }
}

@-webkit-keyframes rightNext {
    from {
        top: -100%;
    }

    to {
        top: 0;
    }
}

@keyframes rightNext {
    from {
        top: -100%;
    }

    to {
        top: 0;
    }
}

@-webkit-keyframes rightCurr {
    from {
        top: 0;
    }

    to {
        top: 100%;
    }
}

@keyframes rightCurr {
    from {
        top: 0;
    }

    to {
        top: 100%;
    }
}

/* anim slider------------ */

.calendar_div>h1 {
    text-align: center;
    margin-bottom: 40px;
}

.wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 40px;
}

.event_div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 40px 0px 0px;
    gap: 24px;
}

.container-calendar {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #ffffff;
    padding: 32px 24px 8px;
    /* margin: 0 auto; */
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
    border-radius: 16px;
}

.button-container-calendar button {
    cursor: pointer;
    display: inline-block;
    zoom: 1;
    /*background: #00a2b7;*/
     background: #288ECE;
    color: #fff;
    border: 1px solid #0aa2b5;
    border-radius: 4px;
    padding: 5px 10px;
}

.table-calendar {
    border-collapse: collapse;
}

.table-calendar td,
.table-calendar th {
    padding: 18px;
    text-align: center;
    vertical-align: top;
}

.table-calendar td span {
    font-weight: 500;
    font-size: 18px;
}

#thead-month {
    border-bottom: 2px solid #EBF0FF;
}

#thead-month tr th {
    color: #288ECE;
}

tbody#calendar-body {
    margin: 0px 20px;
}

.date-picker span {
    
    cursor: not-allowed;
}

.date-picker.selected span {
    /*background: #00a2b7;*/
     background: #288ECE;
    padding: 13px 11px;
    border-radius: 10px;
    color: #FFFFFF !important;
    cursor: pointer;
}

/* sunday */
.date-picker:nth-child(1) span {
    color: #53A5D8;
}

/* friday */
/* .date-picker:nth-child(6) {
    color: green;
} */


.button-container-calendar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-fill-available;
    margin: 0px 20px;
}

.footer-container-calendar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.footer-container-calendar select {
    cursor: pointer;
    zoom: 1;
    color: #288ECE;
    font-weight: 600;
    font-size: 18px;
    margin: 0rem;
    padding: 8px;
    padding-right: 32px;
    border-radius: 8px;
}

.header_div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 60px;
}

.content_img_div {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    /* margin: auto; */
}

.name_tag {
    position: absolute;
    bottom: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px;
    gap: 2px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
}

.name_tag .p_tag_pri {
    width: 230px;
}

.right_tag {
    right: 140px;
}

.left_tag {
    left: 140px;
}

.active_pop .name_tag {
    bottom: 10px;
    right: 200px;
    height: 280px;
}

.span_tag {
    font-size: 16px;
    line-height: 24px;
    color: #9098B1;
}

.popup_btn {
     width: -webkit-fill-available;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px;
}


.modal_text {
    /* font-weight: 400; */
    /* font-size: 18px; */
    /* line-height: 30px; */
    padding: 16px 24px 24px;
    text-align: justify;
}

.modal_text .br {
    display: block;
    content: "";
    margin-top: 8px;
}

.modal_text span {
    font-weight: 600;
}

img.content_img {
    -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.25);
    -o-object-fit: cover;
    object-fit: cover;
    width: 225px;
    height: 300px;
    border-radius: 20px;
}

.name_tag p {
    text-align: center;
    white-space: nowrap;
}

.main_page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /* align-items: center; */
    padding: 140px 0px 80px;
    gap: 80px;
}

/* home------------- */

.page_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 124px 64px 0;
    gap: 40px;
}

.left_section {
    width: 100%;
    height: 74vh;
    overflow-y: scroll;
    border-right: 1px solid #223263;
}

.right_section {
    /* width: fit-content; */
    height: 74vh;
    overflow-y: scroll;
}


.left_scroll_div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 8px 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 16px;
}

.text_div {
    margin: 40px 0 24px;
}

.text_div .pri_btn {
    margin: 40px auto 0 auto;
}

.pri_btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 12px 24px;
    background: #FFFFFF;
    border: 2px solid #288ECE;
    border-radius: 100px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #288ECE;
}

.side_navbtn {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: #9098B1;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    padding: 12px 16px;
    overflow: hidden;
    white-space: nowrap;
}

.active_snavbtn {
    color: #223263;
    background: rgba(36, 34, 32, 0.04);
    border: 1px solid #EBF0FF;
    border-radius: 12px;
}

.active_snavbtn::before {
    content: "";
    position: absolute;
    width: 293px;
    height: 56px;
    left: calc(50% - 293px/2 - 9.5px);
    top: calc(50% - 56px/2);
    background: -o-radial-gradient(50% 50%, 50% 50%, rgba(126, 187, 226, 0.48) 0%, rgba(126, 187, 226, 0) 100%, rgba(126, 187, 226, 0) 100%);
    background: radial-gradient(50% 50% at 50% 50%, rgba(126, 187, 226, 0.48) 0%, rgba(126, 187, 226, 0) 100%, rgba(126, 187, 226, 0) 100%);
    opacity: 0.6;
    -webkit-filter: blur(20px);
    filter: blur(20px);
}

.display_h1,
.display_h {
    font-weight: 300;
    font-size: 32px;
    line-height: 39px;
}

.italic {
    font-style: italic;
}

.display_h2,
.display_h2b {
    font-weight: 300;
    font-size: 24px;
}

/* .display_h2b {
    font-weight: 600;
    font-size: 24px;
} */

.display_h,
.display_h2b {
    font-weight: 600;
}

.text_div .display_h1 {
    padding-bottom: 24px;
}

.p_tag,
.p_tag_pri {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    text-align: justify;
}

.p_tag_pri {
    font-weight: 600;
}

.p_smb {
    font-weight: 600;
    font-size: 14px;
}

.p_smb_500 {
    font-weight: 500;
    font-size: 14px;
}

.margin_b4 {
    margin-bottom: 4px;
}

.acc_color {
    color: #9098B1;
}

.marginS_64 {
    margin: 0px 64px;
}

.readm_btn {
    font-weight: 700;
    text-decoration: underline;
    color: #288ECE;
}

.footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 16px;
    background: #53A5D8;
    width: 100%;
    /*position: fixed;*/
    /*bottom: 0;*/
    /*z-index: 3;*/

}

.footer * {
    color: #FFFFFF;
    vertical-align: middle;
    text-align: center;
}

/* .footer_div{
    grid:;
} */

.right_section .contact_div {
    width: 94%;
}

option {
    font-size: 16px;
    color: #223263;
}

option:first-child {
    color: #BDC2D0;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent !important;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='12' viewBox='0 0 25 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 0.633423H24.5L12.6418 11.3666L0.5 0.633423Z' fill='%23223263' fill-opacity='0.3'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position-x: 96% !important;
    background-position-y: 60% !important;
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    margin-right: 2rem;
    padding: 1rem;
    padding-right: 2rem;
}

/* login page------------- */

form.login_form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 2px 18px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 18px rgba(0, 0, 0, 0.1);
    border-radius: 24px;
    padding: 32px 24px;
    margin: 60px 0px;
}

form.login_form .display_h1 {
    margin-bottom: 40px;
    text-align: center;
    color: #288ECE;
}

.input_tag {
    width: 301px;
    padding: 15px 24px;
    margin: 8px 0 40px;
    border: 1.5px solid #288ECE;
    border-radius: 24px;
}

::-webkit-input-placeholder {
    color: rgba(34, 50, 99, 0.6);
    opacity: 1;
    /* Firefox */
}

::-moz-placeholder {
    color: rgba(34, 50, 99, 0.6);
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    color: rgba(34, 50, 99, 0.6);
    opacity: 1;
    /* Firefox */
}

::-ms-input-placeholder {
    color: rgba(34, 50, 99, 0.6);
    opacity: 1;
    /* Firefox */
}

::placeholder {
    color: rgba(34, 50, 99, 0.6);
    opacity: 1;
    /* Firefox */
}

.fullp_center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* height: 94vh; */
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

form.login_form label {
    color: #7F7E83;
    font-weight: 600;
    font-size: 14px;
}

form.login_form .pri_btn {
    background: #288ECE;
    color: #FFFFFF;
    border: none;
    margin: 0 auto 24px;
}

span.bm_link {
    text-align: center;
}

span.bm_link * {
    font-weight: 500;
    font-size: 14px;
    text-align: center;
}

span.bm_link a {
    font-weight: 600;
    font-size: 14px;
    color: #288ECE;
    text-decoration: underline;
}

/* login page------------- end */

.mcard_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 60px;
    margin: 40px 0;
}

.title_mcard_div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
}

.mcard_div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 40px;
}

.mcard_veiw {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 470px;
}

.profile_img {
    position: relative;
    top: 0px;
    width: 100%;
    height: 380px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-box-shadow: 0px 4px 20px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 20px 2px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.pro_content {
    position: relative;
    top: 0px;
    margin-top: -40px;
    width: 360px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px 24px 16px;
    gap: 6px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 20px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 20px 2px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.pro_name {
    width: -webkit-fill-available;
}

.pro_name>h2 {
    margin-bottom: 4px;
}

.pro_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    height: 0px;
    opacity: 0.1;
    overflow: hidden;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.pro_subtitle {
    letter-spacing: 0.5px;
    font-weight: 600;
    text-decoration: underline;
}

.mcard_veiw:hover .profile_img {
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4);
    top: -100px;
}

.mcard_veiw:hover .pro_content {
    z-index: -1;
    top: -212px;
    padding: 40px 24px 16px;
}

.mcard_veiw:hover .pro_info {
    height: 228px;
    opacity: 1;
    /* animation: proinfoHA 0.4s ease-in-out both; */
}



@-webkit-keyframes proinfoHA {
    /* 0% {
        display: none;
        visibility: hidden;
        height: 0px;
        opacity: 0.1;
    } */

    1% {
        display: -webkit-box;
        display: flex;
        visibility: visible;
    }

    100% {
        height: 284px;
        opacity: 1;
    }
}



@keyframes proinfoHA {
    /* 0% {
        display: none;
        visibility: hidden;
        height: 0px;
        opacity: 0.1;
    } */

    1% {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        visibility: visible;
    }

    100% {
        height: 284px;
        opacity: 1;
    }
}

.msg_toggle_right .right_msg_sect .name_tag,
.msg_toggle_left .left_msg_sect .name_tag {
    top: 0px;
    width: 248px;
}

.msg_toggle_left .left_msg_sect img.content_img {
    -webkit-transform: scale(0.6) translate(-40px, -140px);
    -ms-transform: scale(0.6) translate(-40px, -140px);
    transform: scale(0.6) translate(-40px, -140px);
}

.msg_toggle_right .right_msg_sect img.content_img {
    -webkit-transform: scale(0.6) translate(40px, -140px);
    -ms-transform: scale(0.6) translate(40px, -140px);
    transform: scale(0.6) translate(40px, -140px);
}

.msg_toggle_right .right_msg_sect .msg_text,
.msg_toggle_left .left_msg_sect .msg_text {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.toggleid1 .container,
.toggleid2 .social_media_link,
.toggleid3 .phone_div,
.toggleid4 .action_link_div {
    -webkit-animation: none !important;
    animation: none !important;
    visibility: visible !important;
}

.socialh_slider {
    margin-top: 32px;
}

/* executive committee-------------*/
@media (max-width: 1080px) {
    /*.slider .imgs {*/
    /*    margin-right: 0;*/
    /*}*/
    
    .slider .imgs {
    height: 440px;
    margin-right: 0;
}

    .svg_slider {
        gap: 24px;
        padding-right: 24px;
        width: 98%;
    }

    .svg_anim {
        width: 600px
    }

    .svg_anim img {
        width: 180px;
    }

    .svg_anim img:nth-of-type(1) {
        width: 160px;
    }

    .slider {
        padding: 16px 24px 24px;
    }
}

.modal_box_w .modal-content {
    background-color: white;
}

@media (max-width: 991px) {
    /* .logo_div {
        position: relative;
        display: flex;
        flex-direction: column;
        gap: 8px;
        padding: 0px 24px 14px;
        border: none;
    }

    .input_nav_div {
        justify-content: center;
        flex-wrap: wrap;
    }

    .container {
        display: none;
        position: absolute;
        width: 100vw;
        height: 90vh;
        padding: 24px;
        justify-content: flex-start;
        background-color: #ddf2ff;
        flex-direction: column;
        overflow-x: scroll;
    }

    .container a,
    .dropdown .dropbtn {
        padding: 8px;
        border-bottom: solid 0.5px rgba(34, 50, 99, 0.3);
    }

    .dropdown .dropbtn img {
        margin-left: 8px;
    }

    .dropdown-content {
        position: static;
        flex-direction: column !important;
        box-shadow: none;
        border: none;
        border-radius: none;
        background-color: transparent;
    }

    .toggle .container {
        display: flex;
    }

    .toggle-menu {
        position: absolute;
        top: 20%;
        left: 2%;
        width: 34px;
        height: 30px;
        display: flex !important;
        flex-direction: column;
        justify-content: space-around;
        padding: 4px;
        background-color: #288ECE;
        background-color: rgba(0, 0, 0, 0.2);
        border-radius: 5px;
        cursor: pointer;
    }

    .line {
        width: 100%;
        height: 3px;
        border-radius: 5px;
        background-color: #ffff;
        transition: transform 0.2s ease-out;
    }

    .toggle .line1 {
        background-color: #ffff;
        transform: scale(0.9) rotateZ(-45deg) translate(-5px, 4px);
    }

    .toggle .line2 {
        display: none;
    }

    .toggle .line3 {
        background-color: #ffff;
        transform: scale(0.9) rotateZ(45deg) translate(-5px, -4px);
    }

    .toggle .toggle-menu {
        background-color: #288ECE;
    }

    .nav_link {
        position: fixed;
        padding-top: 12%;
        background-color: #ffffff;
        margin: auto;
        z-index: 2;
        top: 90px;
        left: 0%;
        height: 100vh;
        width: 0px;
        overflow: hidden;
        display: none;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        gap: 4%;
        transition: all .2s ease-in-out;
    }

    .toggle .nav_link {
        display: flex;
        width: 300px;
        box-shadow: 1px 0 15px 2px rgba(0, 0, 0, 0.4);
    } */

    .page_content {
        padding: 150px 64px 0;
    }

    .content_img_div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .name_tag {
        margin-top: -16px;
        position: static;
    }

    img.content_img {
        border-radius: 20px 20px 0px 0px;
    }


    .header_div {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }


    .marginS_64 {
         margin: 0px 24px; 
        /*margin: 0px 32px;*/
    }


    .wrapper {
        gap: 24px;
    }

    .logo_icon {
        /* margin-right: 40%; */
        margin-right: 100vw;
        width: 140px;
    }

    .logo_text {
        width: 300px;
    }

    .svg_slider {
        -ms-grid-columns: auto;
        grid-template-columns: auto;
        padding: 24px;
        padding: 0px;
    }


    .svg_anim {
        height: 500px;
    }

    .anim_start .logo_icon {
        margin-right: 0px;
    }

    .anim_start .logo_text {
        position: static;
        margin-right: 0%;
        opacity: 1;
    }

    /* .anim_start .logo_icon {
        margin-right: 80px;
    }

    .anim_start .logo_text {
        margin-right: -35%;
        opacity: 1;
    } */

    .msg_toggle_left .left_msg_sect .name_tag {
        margin-top: -120px;
    }

    .msg_toggle_left .left_msg_sect img.content_img {
        -webkit-transform: scale(0.6) translate(0px, -80px);
        -ms-transform: scale(0.6) translate(0px, -80px);
        transform: scale(0.6) translate(0px, -80px);
        border-radius: 20px;
    }

    .msg_toggle_right .right_msg_sect .name_tag {
        margin-top: -120px;
    }

    .msg_toggle_right .right_msg_sect img.content_img {
        -webkit-transform: scale(0.6) translate(0px, -80px);
        -ms-transform: scale(0.6) translate(0px, -80px);
        transform: scale(0.6) translate(0px, -80px);
        border-radius: 20px;
    }


    .footer {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 12px 16px;
        gap: 5px;
    }


    .footer * {
        font-size: 14px;
    }

    .footer span img {
        width: 180px !important;
    }

}


@media (max-width: 830px) {
    .wrapper {
        gap: 0px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .event_div {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 32px 0px 0px;
        gap: 16px;
    }

    .event_div .display_h2 {
        font-size: 22px;
        text-align: center;
    }
}


@media (max-width: 574px) {

    .container-calendar {
        padding: 24px 8px 8px;
    }

    .table-calendar td,
    .table-calendar th {
        padding: 16px 14px;
    }

    .calendar_div>h1 {
        text-align: center;
        margin-bottom: 32px;
    }

    .svg_anim {
        margin-left: -40px;
    }

    /* .logo_icon {
        margin-right: 80%;
        width: 140px;
    } */
}


@media (max-width: 480px) {


    .logo_icon {
        /* margin-right: 40%; */
        width: 100px;
    }

    .logo_text {
        width: 240px;
    }

    .svg_anim {
        -webkit-transform: translateY(160px) rotateZ(-90deg);
        -ms-transform: translateY(160px) rotate(-90deg);
        transform: translateY(160px) rotateZ(-90deg);
        height: 320px;
        width: 240px;
        /* margin: 24px 0; */
    }

    .svg_anim img {
        /* animation: none !important; */
    }

    .svg_anim:before {
        content: none;
    }

    /* .svg_anim img:nth-of-type(1) {
    transform: translate(-20vw, 0%) scale(1) !important;
}

.svg_anim img:nth-of-type(2) {
    transform: translate(40vw, 0%) scale(1) !important;
}

.svg_anim img:nth-of-type(3) {
    transform: translate(80vw, 0%) scale(1) !important;
} */

    @-webkit-keyframes prevSvgImg {
        from {
            -webkit-transform: translate(350px, 200px) scale(1.8) rotateZ(90deg);
            transform: translate(350px, 200px) scale(1.8) rotateZ(90deg);
        }

        to {
            -webkit-transform: translate(0px, 0px) rotateZ(90deg) scale(1);
            transform: translate(0px, 0px) rotateZ(90deg) scale(1);
        }
    }

    @keyframes prevSvgImg {
        from {
            -webkit-transform: translate(350px, 200px) scale(1.8) rotateZ(90deg);
            transform: translate(350px, 200px) scale(1.8) rotateZ(90deg);
        }

        to {
            -webkit-transform: translate(0px, 0px) rotateZ(90deg) scale(1);
            transform: translate(0px, 0px) rotateZ(90deg) scale(1);
        }
    }

    @-webkit-keyframes activeSvgImg {
        from {
            -webkit-transform: translate(0px, 440px) rotateZ(90deg);
            transform: translate(0px, 440px) rotateZ(90deg);
        }

        to {

            -webkit-transform: translate(200px, 200px) rotateZ(90deg) scale(1.8);

            transform: translate(200px, 200px) rotateZ(90deg) scale(1.8)
                /* transform: translate(350px, 200px) rotateZ(90deg) scale(1.8) */
        }
    }

    @keyframes activeSvgImg {
        from {
            -webkit-transform: translate(0px, 440px) rotateZ(90deg);
            transform: translate(0px, 440px) rotateZ(90deg);
        }

        to {

            -webkit-transform: translate(200px, 200px) rotateZ(90deg) scale(1.8);

            transform: translate(200px, 200px) rotateZ(90deg) scale(1.8)
                /* transform: translate(350px, 200px) rotateZ(90deg) scale(1.8) */
        }
    }

    @-webkit-keyframes nextSvgImg {
        0% {

            -webkit-transform: translate(0px, 0px) scale(1) rotateZ(90deg);

            transform: translate(0px, 0px) scale(1) rotateZ(90deg);
        }

        3% {

            -webkit-transform: translate(-20px, 20px) rotateZ(90deg);

            transform: translate(-20px, 20px) rotateZ(90deg);

        }

        20% {
            opacity: 0;
        }

        50% {
            -webkit-transform: translate(-180px, 380px) rotateZ(90deg);
            transform: translate(-180px, 380px) rotateZ(90deg);
            opacity: 0;
        }

        100% {
            -webkit-transform: translate(0px, 440px) rotateZ(90deg);
            transform: translate(0px, 440px) rotateZ(90deg);
            opacity: 1;
        }
    }

    @keyframes nextSvgImg {
        0% {

            -webkit-transform: translate(0px, 0px) scale(1) rotateZ(90deg);

            transform: translate(0px, 0px) scale(1) rotateZ(90deg);
        }

        3% {

            -webkit-transform: translate(-20px, 20px) rotateZ(90deg);

            transform: translate(-20px, 20px) rotateZ(90deg);

        }

        20% {
            opacity: 0;
        }

        50% {
            -webkit-transform: translate(-180px, 380px) rotateZ(90deg);
            transform: translate(-180px, 380px) rotateZ(90deg);
            opacity: 0;
        }

        100% {
            -webkit-transform: translate(0px, 440px) rotateZ(90deg);
            transform: translate(0px, 440px) rotateZ(90deg);
            opacity: 1;
        }
    }
}

@media (max-width: 440px) {

    .table-calendar td,
    .table-calendar th {
        padding: 16px 8px;
        font-size: 14px;
    }

    .container-calendar {
        padding: 14px 12px 4px;
    }

    .date-picker.selected span {
        padding: 8px 11px;
    }
}



@media (max-width: 360px) {

    .table-calendar td,
    .table-calendar th {
        padding: 12px 6px;
    }
}

/* @media (max-width: 780px) {
    .left_section {
        display: none;
    }
} */