@font-face {
    font-family: light;
    src: url(../Font-family/Helvetica.ttf);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: light;
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: light;
}


/* ==============Common Css Start Here================= */

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 95vw;
        padding: 0px 3.8vw;
    }
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    align-items: center;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0px 15px;
}

.col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 80.666667%;
    max-width: 80.666667%;
}

.col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}


/* =================Common Css End here================= */


/* ================ Banner start here================== */

.banner {
    background-image: url(../images/Banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    position: relative;
    background-position: center;
}

.banner_img {
    width: 43%;
    height: 100vh;
    align-items: center;
    justify-content: center;
    display: flex;
}

.banner_img img {
    width: 60vh;
    /* height: 720px; */
    filter: blur(0);
    image-rendering: pixelated;
}

.iwwa--arrow-down {
    display: inline-block;
    width: 1em;
    height: 1em;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'%3E%3Cpath fill='%23000' d='M4.659 11.833h30.682L20 32.167z'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}

.singl_item {
    position: absolute;
    top: 86vh;
    left: 50vw;
    width: 58.33vw;
    max-width: 100vw;
    transform: translate(-19%, -50%);
    text-align: center;
}

.banner_content {}

.banner_content p {
    font-size: 1.9vw;
    font-weight: 500;
}

.banner_button {
    display: flex;
    align-items: center;
    column-gap: 1.2vw;
    justify-content: center;
    padding: 25px;
}

.pulse_button {
    width: 3.6vw;
    height: 3.6vw;
    background-color: #DF502E;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.arrow {
    display: flex;
    font-size: 2.8vw;
    color: white;
}

.pulseText {
    text-decoration: none;
    color: #032544;
    font-size: 1.8vw;
}


/* =============== Banner End Here==================== */


/* =============Media Start here=============== */

.media {
    background-image: url(../images/bg.png);
    background-color: rgb(244, 235, 218);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 3.5vw 0px;
    position: relative;
    background-size: 60%;
    background-position: center;
}

.media_content_item {}

.title {}

.common_title {
    font-size: 2.3vw;
}

.media_pera {}

.media_pera h2 {
    font-size: 1.8vw;
    font-weight: 500;
}

.media_pera h2 a {
    text-decoration: none;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    display: inline-block;
    color: #4683C6;
}

.media_pera h2 a:hover {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
}


/* ============Media End Here================= */

.no-scroll {
    overflow: hidden;
    /* Prevent scrolling */
}

.image-box {
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
    position: relative;
    /* Positioning context for iframe */
    overflow: hidden;
    /* Hide overflow for iframe */
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(3, 37, 68, 0.8);
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.8s ease;
    z-index: 999;
}

.modal.active {
    display: flex;
    opacity: 1;
}

.modal.fade-out {
    opacity: 0;
    transition: opacity 0.8s ease;
}

.modal-content {
    position: relative;
    background-color: #333;
    width: 80%;
    max-width: 800px;
    animation: smoothZoomIn 0.6s ease forwards;
}

.modal-content iframe {
    width: 59vw;
    height: 33.44vw;
}

.close-btn {
    position: absolute;
    top: -0.8vw;
    right: 1vw;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
    transition: color 0.3s ease;
}

.close-btn:hover {
    color: red;
}

@keyframes smoothFadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes smoothZoomIn {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.custom_margin {
    margin-top: 50px;
    margin-bottom: 50px;
}

.swiper-button-prev {
    left: -50px;
    /* Move left outside the slider */
}

.swiper-button-next {
    right: -50px;
    /* Move right outside the slider */
}

.swiper-wrapper-parent {
    padding: 0px 8.5vw;
    position: relative;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: 'none' !important;
}

.swiper-button-prev img,
.swiper-button-next img {
    width: 6.2vw;
    object-fit: contain;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: 'none' !important;
}

.arrow {
    transition: 0.5s ease-in;
    -webkit-transition: 0.5s ease-in;
    -moz-transition: 0.5s ease-in;
    -ms-transition: 0.5s ease-in;
    -o-transition: 0.5s ease-in;
}

.arrow:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.close-btn {
    font-size: 3.5vw;
}

@media (min-width:2100px) {
    .image-box img {
        width: 100%;
    }
    .modal-content {
        max-width: 60%;
    }
}

.swiper-button-next,
.swiper-button-prev {
    z-index: 0 !important;
}


/* ================Team Start here=============== */

.single_item_slider {}

.team_img {}

.team_img img {
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    cursor: pointer;
}

.mySwiper2 {
    position: relative;
}

@media (min-width:2100px) {
    .team_img img {
        width: 100%;
    }
}

.swiper {
    z-index: initial !important;
}


/* ================Team end here================= */


/* ===============text us call us================ */

.text_call_us {
    background-color: #032544;
    padding: 1.2vw 0px;
}

.call_us_content {
    text-align: center;
}

.call_us_content p {
    font-size: 2.1vw;
    color: white;
}

#triangle-topright {
    width: 0;
    height: 0;
    border-top: 100px solid red;
    border-left: 100px solid transparent;
}

.calender {
    padding: 4vw 0px;
}

.accordion {
    overflow: hidden;
}

.accordion-header {
    color: black;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.accordion-header h3 {
    margin: 0;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

.accordion-content p {}

.icon {
    font-size: 18px;
    transition: transform 0.3s ease;
}


/* Active state */

.accordion-item.active .accordion-content {
    max-height: 150px;
    /* Adjust this according to content size */
}

.row {
    align-items: flex-start;
}

.calender_title {}

.upcoming {
    margin-top: 2.4vw;
}

.upcoming h3 {
    font-size: 1.8vw;
    margin-bottom: 1.4vw;
}

.upcoming p {
    font-size: 1.7vw;
}

.past_event {
    margin-top: 6vw;
}

.past_event p {}

.accordion-header button {
    background: transparent;
    border: 0;
    cursor: pointer;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    font-size: 1.8vw;
    color: #4683C6;
    margin-top: 1vw;
}

.accordion-content {
    margin-top: 15px;
}

.accordion-content p {
    font-size: 1.7vw;
}

@media (min-width:2100px) {
    .cartonImg img {
        width: 100%;
    }
}


/* =============thank you start here============== */

.thankyou {
    position: relative;
    padding: 25px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    margin-bottom: 5vw;
}

.container_bg {
    background-color: #032544;
    padding-top: 1.3vw;
    padding-bottom: 1.4vw;
    border-radius: 1.7vw;
    -webkit-border-radius: 1.7vw;
    -moz-border-radius: 1.7vw;
    -ms-border-radius: 1.7vw;
    -o-border-radius: 1.7vw;
    position: relative;
    margin: 0px -2vw;
}

.thankrow {
    justify-content: center;
}

.singleItem_thank {
    text-align: center;
}

.singleItem_thank h3 {
    color: white;
    font-weight: 400;
    font-size: 1.7vw;
}

#triangle-topright {
    border-top: 4.8vw solid #032544;
    border-left: 4.8vw solid transparent;
    bottom: -3.2vw;
    right: 4vw;
    position: absolute;
    left: auto;
}


/* ==============thank you end here=========== */


/* calender text */

.calenderOther {
    padding-bottom: 2.4vw;
}

.calendar_text {}

.calendar_text p {
    font-size: 1.7vw;
}

.calenderSndpera {
    margin-top: 30px;
}


/* calender text */


/* =================Footer start here================ */

footer {
    background-color: #f4ebda;
    padding: 3.2vw 0px;
}

.footerLogo {}

.footerLogo a {
    text-decoration: none;
    color: #000000;
}

.footerLogo p {
    font-size: 4vw;
    display: inline-block;
}

.col-md-3 {
    width: 30%;
    flex: 0 0 30%;
    max-width: 30%;
}

.contact_item {
    display: flex;
    justify-content: flex-end;
}

.contactTitle {}

.contactTitle h3 {
    margin-bottom: 2.2vw;
}

.contacet_footer_text {
    font-size: 1.6vw;
}

.contacet_footer_text strong {}

.contacet_footer_text a {
    text-decoration: none;
    color: #212529;
}

.contacet_footer_text:nth-child(2) {
    margin-bottom: 0px;
}

.contacet_footer_text:last-child {
    margin-bottom: 0;
    margin-top: 2.3vw;
}

.uim--facebook-f {
    display: inline-block;
    width: 1em;
    height: 1em;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M13.355 22v-9.123h3.062l.459-3.555h-3.52v-2.27c0-1.03.285-1.731 1.761-1.731L17 5.32V2.14A25 25 0 0 0 14.257 2c-2.715 0-4.573 1.657-4.573 4.7v2.622h-3.07v3.555h3.07V22z'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}

.iconoir--instagram {
    display: inline-block;
    width: 1em;
    height: 1em;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%23000' stroke-width='1.5'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M12 16a4 4 0 1 0 0-8a4 4 0 0 0 0 8'/%3E%3Cpath d='M3 16V8a5 5 0 0 1 5-5h8a5 5 0 0 1 5 5v8a5 5 0 0 1-5 5H8a5 5 0 0 1-5-5Z'/%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='m17.5 6.51l.01-.011'/%3E%3C/g%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}

.col-md-2 {
    width: 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.social_icon {
    display: flex;
    /* column-gap: 15px; */
}

.social_icon a {
    font-size: 2.4vw;
    width: 3.2vw;
    height: 3.2vw;
    border: 1px solid #000000;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
}

.social_icon a:last-child {
    margin-left: 1vw;
}

.social_icon a:hover {
    background-color: #032544;
    color: white;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    border: 1px solid #032544;
}

.footer_bottom {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 40px;
}

.common_pera {}

.common_pera p {
    font-size: 1.6vw;
}

.ci--line-l {
    display: inline-block;
    width: 1em;
    height: 1em;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M12 19V5'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}

.footer_middle p {
    position: relative;
    top: 3px;
    font-size: 23px;
    padding: 0px 10px;
}


/* ===================Footer end here================ */

.text_button {
    z-index: 25;
    position: relative;
    display: flex;
    justify-content: flex-end;
}

.text_button button {
    background-color: transparent;
    border: 0;
    cursor: pointer;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    background-color: #25868f;
    display: flex;
    column-gap: 10px;
    align-items: center;
    padding: 1vw 2vw;
    border-radius: 45px;
    -webkit-border-radius: 6vw;
    -moz-border-radius: 45px;
    -ms-border-radius: 45px;
    -o-border-radius: 45px;
}

.text_button button span {
    font-size: 2vw;
    color: white;
    display: flex;
}

.bxs--chat {
    display: inline-block;
    width: 1em;
    height: 1em;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M4 18h2v4.081L11.101 18H16c1.103 0 2-.897 2-2V8c0-1.103-.897-2-2-2H4c-1.103 0-2 .897-2 2v8c0 1.103.897 2 2 2'/%3E%3Cpath fill='%23000' d='M20 2H8c-1.103 0-2 .897-2 2h12c1.103 0 2 .897 2 2v8c1.103 0 2-.897 2-2V4c0-1.103-.897-2-2-2'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}

.pulse-button {
    cursor: pointer;
    box-shadow: 0 0 0 0 rgba(90, 153, 212, 0.5);
    animation: pulseAnimation 1.8s ease infinite;
    -webkit-animation: pulseAnimation 1.8s ease infinite;
}

.pulse-button:hover {
    -webkit-animation: none;
    animation: none;
}

@-webkit-keyframes pulseAnimation {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(37, 134, 143, 0.5);
    }
    50% {
        transform: scale(1);
        box-shadow: 0 0 0 40px rgba(37, 134, 143, 0);
    }
    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(37, 134, 143, 0);
    }
}

@keyframes pulseAnimation {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(37, 134, 143, 0.5);
    }
    50% {
        transform: scale(1);
        box-shadow: 0 0 0 40px rgba(37, 134, 143, 0);
    }
    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(37, 134, 143, 0);
    }
}

.box {
    width: 40vw;
    height: 12vw;
    background-color: white;
    opacity: 0;
    transform: scale(0.5);
    transition: opacity 0.5s ease, transform 0.5s ease;
    margin-top: 20px;
    position: absolute;
    top: auto;
    bottom: 9vw;
    left: auto;
    right: 5vw;
    border-radius: 1.3vw;
    -webkit-border-radius: 1.3vw;
    -moz-border-radius: 1.3vw;
    -ms-border-radius: 1.3vw;
    -o-border-radius: 1.3vw;
    box-shadow: -1px 9px 30px 18px rgba(212, 212, 214, 1);
}

.box::after {
    content: "";
    position: absolute;
    left: 0;
    width: 3.5vw;
    height: 100%;
    background-color: #25868f;
    top: 0;
    border-top-left-radius: 1.3vw;
    border-bottom-left-radius: 1.3vw;
}

.box_text {
    display: flex;
    align-items: center;
    padding: 0px 0px 0px 6vw;
}

.box_text p {
    font-size: 2.3vw;
    color: #032544;
}

.box_text a {
    font-size: 2.6vw;
    text-decoration: none;
    color: #032544;
}

.box.show {
    opacity: 1;
    transform: scale(1);
}

.box.hide {
    opacity: 0;
    transform: scale(0.5);
}

.hidden {
    display: none;
}

#triangle-toprightsnd {
    width: 0;
    height: 0;
    border-top: 5vw solid white;
    border-left: 5vw solid transparent;
    position: absolute;
    left: auto;
    right: 2.8vw;
    top: auto;
    bottom: -3.5vw;
}

header {
    position: absolute;
    width: 58vw;
    left: auto;
    right: 0;
    z-index: 258;
    padding: 1.6vw 0px;
}

.header_main_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header_link {
    display: flex;
    align-items: center;
    /* column-gap: 15px; */
}

.header_link li {
    list-style: none;
    padding: 0px .7vw;
}

.header_link li a {
    text-decoration: none;
    font-size: 1.7vw;
    position: relative;
    color: #4683C6;
}

.header_link li a::after {
    content: "";
    position: absolute;
    top: auto;
    bottom: -7px;
    width: 0%;
    height: 2px;
    background-color: #4683C6;
    left: 0;
    transition: width 0.5s ease;
    -webkit-transition: width 0.5s ease;
    -moz-transition: width 0.5s ease;
    -ms-transition: width 0.5s ease;
    -o-transition: width 0.5s ease;
}

.header_link li a:hover::after {
    width: 100%;
}

.headerIcon a {
    color: #4683C6;
    border: 1px solid #4683C6;
}

.headerIcon a {
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
}

.headerIcon a:hover {
    background-color: #4683C6;
    border: 1px solid #4683C6;
}

#offcanvasMenu {
    position: fixed;
    top: 0;
    right: -500px;
    /* Initially off-screen */
    width: 300px;
    height: 100%;
    background-color: #032544;
    color: white;
    transition: right 0.3s ease;
    /* Animation effect */
    z-index: 1000;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    -webkit-box-shadow: -7px 2px 28px 0px rgba(37, 134, 143, 1);
    -moz-box-shadow: -7px 2px 28px 0px rgba(37, 134, 143, 1);
    box-shadow: -7px 2px 28px 0px rgba(37, 134, 143, 1)
}

.offcanvas .close-btn {
    background: none;
    color: white;
    border: none;
    font-size: 30px;
    cursor: pointer;
    padding: 10px;
    align-self: flex-end;
}

.offcanvas .content {
    padding: 20px;
}

.open {
    right: 0 !important;
    /* Bring menu into view */
}

.mobile_menu {
    display: none;
}

.mdi-light--menu {
    display: inline-block;
    width: 1em;
    height: 1em;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M3 8V7h17v1zm17 4v1H3v-1zM3 17h17v1H3z'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}

.MenuButton {
    background: transparent;
    border: 0;
    outline: 0;
    font-size: 38px;
    color: #012445;
}

.header2 {
    position: relative;
    width: 100%;
    background-color: white;
}

.custom_col_12 {
    display: flex;
    align-items: center;
}

.header_main_item2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 58%;
    flex: 0 0 58%;
    max-width: 58%;
}

.headerlogoInterior {
    width: 40%;
    max-width: 40%;
    flex: 0 0 40%;
}

.headerlogoInterior img {
    width: 100%;
}


/* Circle shape */

.circle {
    animation: pulse 2s infinite;
    -webkit-animation: pulse 2s infinite;
}


/* Keyframes for the pulsating effect */

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

.box_item {
    position: relative;
    margin-top: 22px;
}

.Footer_social_icon a {
    font-size: 4.8vw;
    width: 6vw;
    height: 6vw;
}

.calenderSndpera a {
    text-decoration: none;
    color: #4683C6;
}

#dropDiv {
    position: relative;
    justify-content: center;
    display: flex;
}

.bouncing {
    animation: rubberband 1000ms alternate ease-out;
    -webkit-animation: rubberband 1000ms alternate ease-out;
}

@keyframes rubberband {
    0% {
        transform: scaleX(1);
    }
    30% {
        transform: scaleX(1) scaleY(1);
    }
    40% {
        transform: scaleX(1.1) scaleY(0.8);
    }
    50% {
        transform: scaleX(1.05) scaleY(0.8);
    }
    50% {
        transform: scaleX(1.15) scaleY(0.75);
    }
    65% {
        transform: scaleX(1) scaleY(1);
    }
    75% {
        transform: scaleX(1.05) scaleY(0.9);
    }
    90% {
        transform: scaleX(1.01) scaleY(0.95);
    }
    100% {
        transform: scaleX(1) scaleY(1);
    }
}

@media (max-width: 992px) {
    #dropDiv {
        display: flex;
        align-items: center;
        height: 88vh;
    }
}

.mobile_banner {
    background: #032544;
    padding: 30px 0px 20px 0px;
    display: none;
}

.mobileBanner {}

.mobileBanner img {}

.content_mobile {
    background-color: white;
    display: none;
}

.mobile_banner_content {
    padding: 20px 0px;
}

.mobile_banner_content p {
    margin-bottom: 5px;
    font-size: 21px;
    text-align: center;
    font-weight: 600;
}

#dropDiv2 {
    display: none;
}

@font-face {
    font-family: segoBold;
    src: url(../Font-family/Segoe\ UI\ Bold.ttf);
}

.last_p {
    margin-top: 50px;
    padding-bottom: 40px;
}

.last_p p {
    font-size: 1.8vw;
}

@media (min-width:1400px) {
    .playlist_content_item p {
        font-size: 24px;
    }
}

@media (min-width:2100px) {
    .playlist_img {
        text-align: center;
    }
    .playlist_content_item p {
        font-size: 43px;
    }
}

.call_us_content a {
    color: white !important;
    text-decoration: none;
}

.swiper-button-next,
.swiper-button-prev {
    width: 6.2vw !important;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 10px);
    right: auto;
    width: 6.2vw !important;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto;
    width: 6.2vw !important;
}

.media_pera h1 {
    margin-bottom: 15px;
}
