@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Sansita:ital,wght@0,400;0,700;0,800;0,900;1,400;1,700;1,800;1,900&display=swap');
body {
    padding: 0;
    margin: 0;
    font-family: 'Sansita', sans-serif;
    font-size: 19px;
    text-align: justify;
	    color: #000;
}
img {
    max-width: 100%;
}
.mt-0 {
    margin-top: 0;
}
.pt-30 {
    padding-top: 30px;
}

a:hover {text-decoration:none;}
a:focus {outline: 0px auto -webkit-focus-ring-color !important;outline-offset: 0px !important;}
/* Custom CSS Start */
.header-widget ul li {display: inline-block;}
.d-table {width: 100%;height: 100%;}
.d-table-cell {display: table-cell;vertical-align: middle;}

.main-logo{ padding:5px 0px;}
.main-logo img{ max-width:100%; height:auto;}
#navbarSupportedContent{ text-align:center !important;}
.header-section {background:#021a46;padding: 10px 0;}
.header-section .header-widget ul {padding-left: 0;margin-bottom: 0;}
.header-section .header-widget ul li {font-size: 14px;padding-right: 30px;margin-right: 15px;color: #ffffff;position: relative;}
.header-section .header-widget ul li::before {position: absolute;content: '';background: #ffffff;width: 4px;height: 23px;right: 0;top: 0px;}
.header-section .header-widget ul li i {margin-right: 5px;font-size: 18px;top: 1px;position: relative;}
.header-section .header-widget ul li a {color: #ffffff; font-weight:500;font-family: 'Sansita', sans-serif;}
.header-section .header-widget ul :nth-child(3)::before {display: none;}
.header-section .header-social ul {padding-left: 0;margin-bottom: 0;}
.header-section .header-social ul li a i {color: #ffffff;background: #B47F41;width: 30px;height: 30px;border-radius: 5px;display: inline-block;text-align: center;line-height: 30px;margin-left: 5px;position: relative;z-index: 0;-webkit-transition: .5s;transition: .5s;}
.header-section .header-social ul li a i::after {position: absolute;content: '';width: 0;height: 0;background: #ffffff;top: 0;left: 0;border-radius: 5px;z-index: -1;-webkit-transition: .5s;transition: .5s;}
.header-section .header-social ul li a i:hover::after {width: 100%;height: 100%;}
.header-section .header-social ul li a i:hover {color: #B47F41;}
.tagline h4 {text-align: center;text-transform: capitalize;font-family: 'Oleo Script', cursive;font-size: 27px;line-height: 35px;font-weight: 500;margin-top: 18px;}


.top-bg{background-color:#111;padding:6px 0px;z-index:999;position:relative;color:#fff;}
.email-id {
    text-align: right;
}
.email-id a {font-size: 19px;text-decoration: none;color:#fcfcfc;font-weight: 600;letter-spacing: 0.3px;}
.email-id a:hover {color: #e2e2e2;transition: 1s;}
.call-us{font-size:15px;text-align:right; color:#fff;}
.home-icon {font-size: 16px;color: #fff;margin: 5px 5px;}
.email-id i{ font-size:17px; margin:10px 5px}

.header-bg {background-color:#fff;z-index:999;position:relative;}
.fb-us span {margin-left:15px;}
.fb-us {
    background-color: #12389d;
}

.menu-bar .row {
    display: flex;
    align-items: center;
}
.stellarnav > ul > li > a { white-space: nowrap; }
li.home a {
    background-color: #ec006d;
}
li.about a {
    background-color: #F15A29;
}
li.gallery a {
    background-color: #8DC63F;
}
li.marriage a {
    background-color: #92278F;
}
li.gamezone a {
    background-color: #00AEEF;
}
li.blog a {
    background-color: #17a2b8;
}
li.contact a {
    background-color: #F15A29;
}

/* ============ Blog Listing & Detail Styles ============ */
.blog-section { padding: 60px 0; }
.blog-section .row { display: flex; flex-wrap: wrap; }
.blog-section .row > [class*="col-"] { display: flex; }
.blog-card { background: #fff; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 18px rgba(0,0,0,0.08); margin-bottom: 30px; transition: transform .35s ease, box-shadow .35s ease; display: flex; flex-direction: column; width: 100%; }
.blog-card:hover { transform: translateY(-6px); box-shadow: 0 10px 28px rgba(0,0,0,0.14); }
.blog-card .blog-thumb { position: relative; overflow: hidden; aspect-ratio: 16 / 10; display: block; background: #eef1f7 url('../images/page-banner.jpg') center / cover no-repeat; }
.blog-card .blog-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.blog-card:hover .blog-thumb img { transform: scale(1.06); }
.blog-card .blog-tag { position: absolute; top: 14px; left: 14px; background: #ec006d; color: #fff; font-size: 13px; font-weight: 600; padding: 5px 12px; border-radius: 4px; text-transform: uppercase; letter-spacing: .5px; }
.blog-card .blog-body { padding: 22px 22px 26px; display: flex; flex-direction: column; flex: 1; }
.blog-meta { font-size: 14px; color: #777; margin-bottom: 10px; }
.blog-meta i { margin-right: 6px; color: #12389d; }
.blog-meta span + span { margin-left: 16px; }
.blog-card h3 { font-size: 22px; line-height: 30px; font-weight: 700; margin: 0 0 12px; color: #12389d; }
.blog-card h3 a { color: inherit; }
.blog-card h3 a:hover { color: #ec006d; }
.blog-card p { color: #555; font-size: 16px; line-height: 26px; margin-bottom: 18px; text-align: left; }
.blog-card .read-more { margin-top: auto; display: inline-flex; align-items: center; font-weight: 700; font-size: 15px; color: #ec006d; text-transform: uppercase; letter-spacing: .6px; }
.blog-card .read-more i { margin-left: 8px; transition: transform .3s ease; }
.blog-card .read-more:hover i { transform: translateX(5px); }

.blog-pagination { display: flex; justify-content: center; margin-top: 30px; gap: 8px; flex-wrap: wrap; }
.blog-pagination a, .blog-pagination span { display: inline-flex; align-items: center; justify-content: center; min-width: 42px; height: 42px; padding: 0 14px; border-radius: 4px; background: #f3f3f3; color: #12389d; font-weight: 600; text-decoration: none; transition: .25s; }
.blog-pagination a:hover, .blog-pagination .current { background: #12389d; color: #fff; }

.blog-detail-section { padding: 60px 0; }
.blog-detail-header h1 { font-size: 36px; line-height: 46px; color: #12389d; font-weight: 800; margin: 0 0 14px; }
.blog-detail-meta { color: #666; font-size: 15px; margin-bottom: 25px; border-bottom: 1px solid #eee; padding-bottom: 18px; }
.blog-detail-meta i { color: #ec006d; margin-right: 6px; }
.blog-detail-meta span + span { margin-left: 20px; }
.blog-detail-meta .tag-pill { background: #ec006d; color: #fff; padding: 4px 12px; border-radius: 4px; font-size: 13px; font-weight: 600; text-transform: uppercase; letter-spacing: .5px; }
.blog-hero-img { width: 100%; border-radius: 8px; margin-bottom: 30px; box-shadow: 0 6px 22px rgba(0,0,0,0.1); }

.blog-content { font-size: 17px; line-height: 30px; color: #333; text-align: justify; }
.blog-content h2 { font-size: 28px; line-height: 36px; color: #12389d; font-weight: 700; margin: 40px 0 16px; scroll-margin-top: 90px; }
.blog-content h3 { font-size: 22px; line-height: 30px; color: #12389d; font-weight: 700; margin: 26px 0 12px; }
.blog-content p { margin-bottom: 18px; }
.blog-content ul { padding-left: 22px; margin-bottom: 20px; }
.blog-content ul li { margin-bottom: 8px; }
.blog-content blockquote { border-left: 4px solid #ec006d; background: #f8f9fc; padding: 18px 22px; margin: 24px 0; font-style: italic; color: #444; border-radius: 0 6px 6px 0; }

.blog-sidebar { position: sticky; top: 20px; }
.toc-box { background: #fff; border: 1px solid #eee; border-radius: 8px; padding: 22px 24px; box-shadow: 0 4px 16px rgba(0,0,0,0.05); margin-bottom: 25px; }
.toc-box h4 { font-size: 18px; font-weight: 700; color: #12389d; margin: 0 0 16px; padding-bottom: 12px; border-bottom: 2px solid #ec006d; display: inline-block; }
.toc-box h4 i { margin-right: 8px; }
.toc-list { list-style: none; padding: 0; margin: 0; counter-reset: toc; }
.toc-list li { margin-bottom: 4px; counter-increment: toc; }
.toc-list a { display: block; padding: 10px 12px 10px 40px; position: relative; color: #444; font-size: 15px; font-weight: 500; border-radius: 5px; text-decoration: none; line-height: 22px; transition: all .25s ease; border-left: 3px solid transparent; }
.toc-list a::before { content: counter(toc, decimal-leading-zero); position: absolute; left: 12px; top: 10px; font-weight: 700; color: #ec006d; font-size: 14px; }
.toc-list a:hover { background: #f8f9fc; color: #12389d; padding-left: 44px; }
.toc-list a.active { background: #f0f4ff; color: #12389d; border-left-color: #ec006d; font-weight: 700; }

.back-to-top { position: fixed; bottom: 30px; right: 30px; width: 50px; height: 50px; background: #ec006d; color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 20px; text-decoration: none; box-shadow: 0 6px 18px rgba(236, 0, 109, 0.4); opacity: 0; visibility: hidden; transform: translateY(15px); transition: all .35s ease; z-index: 999; border: none; cursor: pointer; }
.back-to-top.show { opacity: 1; visibility: visible; transform: translateY(0); }
.back-to-top:hover { background: #12389d; color: #fff; transform: translateY(-3px); }

.share-box { background: #f8f9fc; border-radius: 8px; padding: 18px 22px; margin-top: 30px; display: flex; align-items: center; flex-wrap: wrap; gap: 10px; }
.share-box strong { color: #12389d; margin-right: 10px; }
.share-box a { width: 38px; height: 38px; display: inline-flex; align-items: center; justify-content: center; background: #fff; color: #12389d; border-radius: 50%; transition: .25s; box-shadow: 0 2px 6px rgba(0,0,0,0.08); }
.share-box a:hover { background: #ec006d; color: #fff; }

.blog-content figure { margin: 28px 0; }
.blog-content figure img { width: 100%; border-radius: 8px; box-shadow: 0 6px 20px rgba(0,0,0,0.10); display: block; }
.blog-content figure figcaption { font-size: 14px; color: #777; text-align: center; margin-top: 10px; font-style: italic; }
.blog-content .info-box { background: #f8f9fc; border-left: 4px solid #12389d; padding: 16px 20px; margin: 20px 0 24px; border-radius: 0 6px 6px 0; font-size: 16px; line-height: 26px; }
.blog-content .info-box strong { color: #12389d; }

/* FAQ Section - Two Column Layout */
.faq-section { background: #f3f1ec; padding: 70px 0; margin-top: 50px; }
.faq-section .faq-heading { margin-bottom: 30px; padding-bottom: 18px; border-bottom: 1px solid #d9d4ca; }
.faq-section .faq-heading h2 { font-size: 38px; font-weight: 800; color: #1a1a1a; margin: 0; line-height: 1.2; }
.faq-wrap { display: flex; flex-wrap: wrap; gap: 30px; }
.faq-questions { flex: 0 0 calc(45% - 15px); max-width: calc(45% - 15px); border-right: 1px solid #d9d4ca; padding-right: 30px; }
.faq-answer-pane { flex: 0 0 calc(55% - 15px); max-width: calc(55% - 15px); padding-top: 4px; }
.faq-q-btn { display: block; width: 100%; background: none; border: none; text-align: left; padding: 22px 24px 22px 0; font-size: 19px; font-weight: 600; color: #1a1a1a; cursor: pointer; line-height: 28px; font-family: inherit; border-bottom: 1px solid #e2ddd2; transition: color .25s ease, padding .25s ease, background .25s ease; position: relative; }
.faq-q-btn:last-child { border-bottom: none; }
.faq-q-btn:hover { color: #b04a2f; }
.faq-q-btn:focus { outline: none; }
.faq-q-btn.active { color: #b04a2f; background: #ebe7de; border-top: 2px solid #b04a2f; padding: 20px 24px 22px 24px; margin-top: -1px; }
.faq-q-btn.active + .faq-q-btn { border-top: 1px solid #e2ddd2; }
.faq-answer-pane .faq-content { display: none; }
.faq-answer-pane .faq-content.active { display: block; animation: fadeInFaq .35s ease; }
.faq-answer-pane .faq-content h3 { font-size: 24px; font-weight: 700; color: #1a1a1a; margin: 0 0 22px; line-height: 1.3; }
.faq-answer-pane .faq-content p { font-size: 16px; line-height: 28px; color: #333; margin: 0 0 16px; }
.faq-answer-pane .faq-content ul { padding-left: 22px; margin: 0 0 16px; list-style: none; }
.faq-answer-pane .faq-content ul li { position: relative; padding-left: 18px; margin-bottom: 10px; font-size: 16px; line-height: 26px; color: #333; }
.faq-answer-pane .faq-content ul li::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #b04a2f; position: absolute; left: 0; top: 10px; }
@keyframes fadeInFaq { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 991px) {
    .blog-detail-section .row { display: flex; flex-wrap: wrap; }
    .blog-detail-section .row > .col-lg-8 { order: 2; }
    .blog-detail-section .row > .col-lg-4 { order: 1; }
    .blog-sidebar { position: relative; top: 0; margin: 0 0 30px; }
    .toc-box { margin-bottom: 0; }
    .toc-box .toc-list { max-height: 280px; overflow-y: auto; }
    .toc-box.collapsed .toc-list { display: none; }
    .toc-box h4 { width: 100%; cursor: pointer; display: flex; justify-content: space-between; align-items: center; border-bottom: 2px solid #ec006d; padding-bottom: 12px; margin-bottom: 0; }
    .toc-box.collapsed h4 { margin-bottom: 0; border-bottom-color: transparent; }
    .toc-box h4::after { content: "\f077"; font-family: FontAwesome; font-size: 14px; transition: transform .3s ease; color: #ec006d; }
    .toc-box.collapsed h4::after { transform: rotate(180deg); }
    .toc-box .toc-list { margin-top: 16px; }
}
@media (min-width: 992px) {
    .toc-box h4::after { display: none; }
}
@media (max-width: 768px) {
    .blog-section, .blog-detail-section { padding: 40px 0; }
    .blog-card h3 { font-size: 19px; line-height: 26px; }
    .blog-detail-header h1 { font-size: 26px; line-height: 34px; }
    .blog-content h2 { font-size: 22px; line-height: 30px; }
    .back-to-top { width: 44px; height: 44px; bottom: 20px; right: 20px; font-size: 18px; }
    .faq-section { padding: 50px 0; }
    .faq-section .faq-heading h2 { font-size: 26px; }
    .faq-questions, .faq-answer-pane { flex: 0 0 100%; max-width: 100%; padding-right: 0; border-right: none; }
    .faq-questions { border-bottom: 1px solid #d9d4ca; padding-bottom: 10px; margin-bottom: 24px; }
    .faq-q-btn { font-size: 16px; padding: 18px 0; line-height: 24px; }
    .faq-q-btn.active { padding: 16px 18px 18px 18px; }
    .faq-answer-pane .faq-content h3 { font-size: 20px; }
}
/* ============ End Blog Styles ============ */

/*.fb-us:after {content: "";background:#ff5a12;height: 40px;width: 40%;right: 0;position: absolute;top: 0;z-index: -4;}*/

.carousel-control{opacity:0.8}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right{background-color:#12389dd9;width: 50px;height: 50px;font-size: 25px;border-radius: 50px;line-height: 43px;border: 3px solid #fff !important;}
.carousel-control.left{background-image:none;}
.carousel-control.right {background-image:none;}
.carousel-indicators li {display: inline-block; width: 30px; height: 30px; margin: 0px; text-indent: -999px;cursor: pointer;background-color:#2da7bc;border:5px solid #fff;border-radius: 30px;}
.carousel-indicators .active {width:30px;height: 30px;margin: 0;background-color: #12389d;}


.wel-part{padding:25px 0px;}
.wel-part-img img {width:100%;height:auto;margin:5px 0px;}
.wel-text h1 span {font-weight:300;font-family:'Sansita', sans-serif;font-size: 25px;line-height: 34px;/* letter-spacing:0.5px; */margin:0px 0px;display: block;color: #12389d;}
.wel-text h1 {font-weight:700;font-family:'Sansita', sans-serif;font-size: 45px;text-transform:uppercase;letter-spacing:0.5px;margin:0px 0px;color: #12389d;margin-bottom: 10px;line-height: 55px;}
.welcome-text {font-size: 19px;color:#000000;text-align:justify;line-height:30px; margin:0 0 8px;}
.welcome-text p strong{ font-weight:600; font-size:23px; color:#000;}
.button-box a {background-color: #EC008C;color: #fff;padding: 10px 14px;font-weight: 700;font-size: 19px;text-transform: uppercase;display: inline-block;margin:10px 0px 5px; border: 0px;border-right:5px solid #990951;letter-spacing: 0.5px;}
.button-box a i{ margin-left:5px;}
.title-bdr {position: relative;margin-bottom:15px;}
.left-bdr {height: 6px;width: 150px;background-color:#EC008C;border-radius: 10px;}
.center-bdr {height: 6px;width: 150px;background-color:#EC008C;border-radius: 10px;margin: 0 auto;}


.vision-mission{background-image: url(../images/vision-banner.jpg);width: 100%;height:auto; position:relative;background-repeat: no-repeat;background-size: cover;background-position: center center; padding:50px 0px;}
.vision-mission::before {content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: #d8d8d8;opacity: 0.80;}
.box-mission-goal{background:#2da7bc; height:400px; margin:30px 0px;}
.box-vison{background:#12389d; height:460px;}
.icon-vi{margin:0px; text-align:center;}
.icon-vi img{width: 110px;height: 110px; margin:45px auto 0px;}
.icon-vi-text h3 {font-size: 24px;margin: 10px auto;text-align: center;color: #fff;font-weight:700;text-transform: uppercase;}
.icon-vi-text p{font-size: 17px;color: #f1f1f1;margin: 0px;text-align: center;line-height: 25px;}


.slider-box{ padding:30px 0px; background-color:#f9f9f9; }
.rs-courses .cource-item {border: 1px solid #dddddd;}
.rs-courses .cource-item .cource-img {position: relative;margin-bottom: 22px;}
.rs-courses .cource-item .cource-img img {width: 100%;transition: all 0.3s ease 0s;}
.rs-courses .cource-item .cource-img .course-value {position: absolute;bottom: -25px;right: 25px;height: 50px;width: 50px;line-height: 50px;text-align: center;background-color: #ff3115;color: #ffffff;font-size: 14px;font-weight: 600;border-radius: 50%;z-index: 1;}
.rs-courses .cource-item .course-body {text-align: center;padding: 0 20px;}
.rs-courses .cource-item .course-body .course-category {display: inline-block;}
.rs-courses .cource-item .course-body .course-title {font-size: 20px;margin-bottom: 7px;}
.rs-courses .cource-item .course-body .course-title a {color: #212121;}
.rs-courses .cource-item .course-body .course-title a:hover {color: rgba(33, 33, 33, 0.6);}
.rs-courses .cource-item .course-body .review-wrap .rating {display: inline-block;color: #ff3115;margin-right: 10px;padding-right: 10px;border-right: 1px solid #ddd;line-height: 10px;}
.rs-courses .cource-item .course-body .review-wrap .review {line-height: 10px;display: inline-block;}
.rs-courses .cource-item .course-body .course-desc {margin-top: 10px;}
.rs-courses .cource-item .course-body .course-desc p {margin: 0 0 22px;}
.rs-courses .cource-item .course-footer {padding: 15px 20px;background-color: #f0f0f0;text-align: center;}
.rs-courses .cource-item .course-footer div {display: inline-block;text-align: center;position: relative;line-height: 19px;}
.rs-courses .cource-item .course-footer div span {display: block;font-size: 14px;color: #212121;font-weight: 500;}
.rs-courses .cource-item .course-footer div span.label {font-weight: 700;}
.rs-courses .cource-item .course-footer div div {padding-left: 8px;margin-left: 8px;border-left: 1px solid #ccc;}
.rs-courses .cource-item.blue-color .course-footer {background: #00bcd4;}
.rs-courses .cource-item.orange-color .course-footer {background: #fc7f0c;}
.rs-courses .cource-item.purple-color .course-footer {background: #92278f;}
.rs-courses .cource-item.red-color .course-footer {background: #e84b3a;box-shadow: 0 12px 20px #f4f5ff;}
.event-item .events-details {margin-top: -20px;padding: 15px;}
.event-item .events-details.white-bg {background: #fff;}
.event-item .event-img,
.cource-item .event-img,
.event-item .cource-img,
.cource-item .cource-img {position: relative;}
.event-item .event-img:after,
.cource-item .event-img:after,
.event-item .cource-img:after,
.cource-item .cource-img:after {position: absolute;content: "";width: 100%;height: 100%;top: 0;left: 0;background:#00397182;-webkit-transform: scaleY(0);-ms-transform: scaleY(0);transform: scaleY(0);-webkit-transition: 0.4s;-ms-transition: 0.4s;transition: 0.4s;}
.event-item .event-img .image-link,
.cource-item .event-img .image-link,
.event-item .cource-img .image-link,
.cource-item .cource-img .image-link {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%) !important;-webkit-transform: translate(-50%, -50%) !important;-ms-transform: translate(-50%, -50%) !important;color:#a9cf46;z-index: 11;}
.event-item .event-img .image-link:hover,
.cource-item .event-img .image-link:hover,
.event-item .cource-img .image-link:hover,
.cource-item .cource-img .image-link:hover {color: #fff;}
.event-item .event-img .image-link i,
.cource-item .event-img .image-link i,
.event-item .cource-img .image-link i,
.cource-item .cource-img .image-link i {font-size:40px;font-weight: 400;-webkit-transform: scale(0);-ms-transform: scale(0);transform: scale(0);transition: all 0.3s ease 0s;}
.event-item:hover .event-img:after,
.cource-item:hover .event-img:after,
.event-item:hover .cource-img:after,
.event-item:hover .event-img .image-link i,
.cource-item:hover .event-img .image-link i,
.event-item:hover .cource-img .image-link i,
.cource-item:hover .cource-img .image-link i {-webkit-transform: scale(1);-ms-transform: scale(1);transform: scale(1);}
.rs-courses-2 {padding:0px;}
.rs-courses-2 .cource-item {border: 1px solid #dddddd;margin:15px 0px; text-align:center;}
.rs-courses-2 .cource-item .cource-img {position: relative;overflow: hidden;}
.rs-courses-2 .cource-item .cource-img img {-webkit-transition: all .3s ease;transition: all .3s ease;width: 100%;}
.rs-courses-2 .cource-item .cource-img .course-value {position: absolute;bottom: -25px;right: 25px;height: 50px;width: 50px;line-height: 50px;text-align: center;background-color: #ff3115;color: #ffffff;font-size: 13px;font-weight: 500;border-radius: 50%;}
.rs-courses-2 .cource-item .course-body {padding:10px 0px 0px 0px;transition: all 0.5s ease 0s;background-color: #f0f0f0;text-align: center;}
.rs-courses-2 .cource-item .course-body .course-category {display: inline-block;}
.rs-courses-2 .cource-item .course-body .course-title {font-size: 20px;margin-bottom: 7px;}
.rs-courses-2 .cource-item .course-body .course-title a {text-transform: uppercase;color: #12389d;transition: all 0.35s ease 0s;text-decoration: none;font-size:23px;font-weight: 700;line-height: 31px;}
.rs-courses-2 .cource-item .course-body .course-title a:hover {color: rgba(33, 33, 33, 0.6);}
.rs-courses-2 .cource-item .course-body .course-desc {padding: 0px 30px 10px;}
.rs-courses-2 .cource-item .course-body .course-desc p {margin-bottom:0px;margin: 10px 0px 10px;line-height: 28px;font-size: 18px;transition: all 0.35s ease 0s;}
.rs-courses-2 .cource-item .cource-btn {background-color:#12389d;width:100%;display: inline-block;margin-top: 0px;padding:10px 20px;font-size: 20px;text-transform: uppercase;color: #ffffff;font-weight: 700;transition: all 0.3s ease 0s;}
.rs-courses-2 .cource-item .cource-btn:hover {background-color:#2da7bc;}
.rs-courses-2 .cource-item:hover .course-body {background-color:#12389d;}
.rs-courses-2 .cource-item:hover .course-body .course-title a {color: #fff;}
.rs-courses-2 .cource-item:hover .course-body p {color: #fff;}
.rs-courses-2 .cource-item:hover .cource-btn {background-color:#2da7bc;color: #ffffff;text-decoration:none;}
.rs-courses-2 .cource-item:hover .cource-img img {-webkit-transform: scale(1.08);transform: scale(1.08);opacity:0.9;}
.rs-courses-2 .view-more {bottom: auto;}
.rs-courses-2 .row.grid {min-height: 500px !important;}
.rs-services-style7 .Services-wrap .Services-item {position: relative;overflow: hidden;margin: 15px 0px;border-radius:15px;border: 3px solid #a9cf46;}
.rs-services-style7 .Services-wrap .Services-item:before {position: absolute;content: "";background:#181b29c2;width: 100%;height: 100%;left: 0;top: 0;z-index: 1;opacity: 0;visibility: hidden;transition: all .3s ease 0s;border-radius: 8px;}
.rs-services-style7 .Services-wrap .Services-item .Services-icon img {width: 100%;height: auto;}
.rs-services-style7 .Services-wrap .Services-item .Services-desc {position: absolute;bottom: 25px;left: 0;text-align: center;width: 100%;transition: all .5s ease 0s;z-index: 10;}
.rs-services-style7 .Services-wrap .Services-item .Services-desc i {webkit-animation-name: rs-animation-scale-up;animation-name: rs-animation-scale-up;display: none;}
.rs-services-style7 .Services-wrap .Services-item .Services-desc i:before {color:#b6e243;font-size:45px;}
.rs-services-style7 .Services-wrap .Services-item .Services-desc .services-title {font-size: 22px;line-height: 30px;font-weight: 500;margin: 0;}
.rs-services-style7 .Services-wrap .Services-item .Services-desc .services-title a {text-decoration: none;letter-spacing: 0.5px;font-size: 20px;color: #ffffff;text-transform: uppercase;}
.rs-services-style7 .Services-wrap .Services-item:hover:before {opacity: 1;visibility: visible;}
.rs-services-style7 .Services-wrap .Services-item:hover .Services-desc {bottom: 50%;transform: translateY(50%);}
.rs-services-style7 .Services-wrap .Services-item:hover .Services-desc i {display: block;}
.rs-services-style7 .content-part .sub-text {display: block;font-size: 18px;line-height: 34px;color: #ff3115;font-weight: 600;}
.rs-services-style7 .content-part .title {font-size: 30px;line-height: 40px;color: #212121;font-weight: 700;margin: 0;}
.rs-services-style7 .content-part p {font-size: 16px;line-height: 27px;color: #505050;margin: 0;}
.md-top{ margin-top:40px;}
.owl-controls .owl-nav > div {position: absolute;top: 50%;width: 60px;height: 60px;line-height: 45px;text-align: center;background-color:#12389dd9;color: #fff;transform: translateY(-50%);font-size: 26px;border-radius: 50%;opacity:1;border: 5px solid #fff;-webkit-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;}
.owl-controls .owl-nav > div:hover {background-color:#12389d;}
.owl-controls .owl-nav .owl-prev {left: -25px;}
.owl-controls .owl-nav .owl-next {right: -25px;}
.rs-carousel:hover .owl-controls .owl-nav > div {opacity: 1;}
.owl-carousel .owl-stage-outer{ margin:0px 0px;}


.Submit-box {background-color: #002c7b;color: #fff;padding: 11px 12px;font-size: 14px;width: 80%;border-radius: 32px;margin: 4px 0px 2px;border: 0px;margin: 6px auto;}
.content-top{position: relative;margin-top:-50px; z-index:9;}
.caption-box {background-color: #fff;padding: 20px 25px;width: 100%;border-radius: 10px;border-bottom: 3px solid #002c7b;}

.image-part{margin:10px 0px 0px;}
.image-part-img{ display:inline-block;}
.image-part-img img{ width:auto; height:auto;}
.image-part-con {display: inline-block;position: relative;top: 15px;}
.image-part-con h3 {font-size: 20px;margin: 5px 0px;font-weight: 400;line-height: 25px;display:inline;padding-left: 10px;}
.image-part-con span {font-size: 15px;margin: 3px 0px;font-weight:300;line-height: 25px;display: block;padding-left: 10px;}
.why-text h3 {font-size: 45px;text-align: center;font-weight: 700;color:#12389d;font-family: 'Sansita', sans-serif;margin: 10px 0px 9px;line-height: 55px;text-transform: uppercase;}





/*-- Contact CSS --*/
.contact-text-info h3 {font-size: 20px;font-weight: 600;color: #12389d;line-height: 20px;margin:20px 0px 6px;letter-spacing: 0.5px;text-transform: uppercase;}
.contact-text-info a{color:#1f1f1f; }
.contact-text-info a:hover {color: #2da7bc;text-decoration: none;}
.contact-detail span{ font-size:18px; color:#333; font-weight:500; text-transform:uppercase; }
.contact-detail { padding-top:25px; }
.contact-detail p{ padding-top:0px; }
.contact-text-info {position: relative;padding-left: 0px;list-style: none;text-decoration: none;}
.list-unstyled {padding-left: 0;list-style: none;}
.contact-text-info:before {content: ' ';background: #2da7bc;display: inline-block;position: absolute;left: 7px;width: 7px;height: 100%;z-index: 1;}
.contact-text-info li {padding-left:40px;position: relative;color:#1f1f1f;line-height:25px;font-size: 18px;padding-bottom: 0px;}
.contact-text-info>li:before {content: ' ';background: #fff;display: inline-block;position: absolute;border-radius: 50%;border: 2px solid #12389d;left: 0;width: 20px;height: 20px;z-index: 1;}
.contact-text-info li p {margin-bottom: 0;line-height: 24px;}
.contact-text-info>li::after {content: ' ';background: #000;display: inline-block;position: absolute;border-radius: 50%;top: 5px;left: 5px;width: 10px;height: 10px;z-index: 2;}



.package ul{padding-left:5px;margin-bottom:0;}
.package ul li {background-image: url(../images/arrow.png);background-repeat: no-repeat;background-position: 3px 10px;padding-left: 30px;list-style: none;text-align: left;padding-top: 0px;padding-bottom: 3px;font-size: 18px;line-height: 27px;}

/*ICON PART*/
.icon-part{width: 100%;background-size: cover;position: relative;padding: 25px 0px 50px;}
.icon-part::before {content: '';position: absolute;top: 0;left: 0;width: 100%;height: 50%;background-color: #2da7bc;}
.why-text-icon h3 {font-size:35px;text-align: center;font-weight: 700;color: #fff;font-family: 'Sansita', sans-serif;margin: 10px 0px 10px;line-height: 55px;}
.center-bdr-midal {height: 6px;width: 200px;background-color: #000000;border-radius: 10px;margin: 0 auto;}
.icon-pentagon img{ width:80px ; height:80px;}
.service-icon i {font-size:80px;/* line-height: 46px; */color: #2da7bc;/* margin-bottom:20px; */}
.service-content{ background-color:#fff; padding:0px 27px 30px 27px;}
.service-content h3 {font-size: 18px;line-height: 18px;line-height: 25px;font-weight: 600;color: #032042;text-transform: uppercase;letter-spacing: 0.5px;margin-top: 0;}
.service-content p{font-weight: 400;font-size: 15px;line-height: 1.6em;}
.box {padding:45px 15px 45px;text-align: center;border-radius: 10px;background-color: #f5feff;box-shadow: 0px 4px 4px 0px; margin:18px 0px;}
.box h4 {font-size: 55px;font-weight: 700;color: #12389d;text-align: center;}
.box p {font-size:22px;line-height:28px;color: #000000;margin:10px 0px 10px;text-transform: uppercase;}




.features {padding: 30px 0px;background-color:#eaf0ffde;}
.why-part{ margin:3px 0px;}
.why-part img{ width:100%; height:auto;    border: 1px solid #2da7bc;}
.features-text h4 {font-size: 35px;font-weight: 700;color: #12389d;font-family: 'Sansita', sans-serif;margin:0px 0px 5px;line-height: 55px;}
.img-block-right {padding:25px 20px;}
.image-block-content {padding: 0 0px;margin-bottom:10px;}
.image-block-content .feature-icon {width: 78px;height: 78px;font-size: 39px;position: relative;line-height: 66px;color: #fff;display: inline-block;text-align: center;}
.image-block-content .feature-content {padding-left:90px;}
.image-block-content .feature-content h3 {margin-bottom: 0;}
.feature-content p {font-size:18px;color: #333;line-height:26px;text-align: left;margin: 0 0 0px;}
.img-block-head h3 {font-size: 30px;color: #323232;text-transform: uppercase;letter-spacing: 0.5px;margin: 15px 0px 13px;font-weight:400;}
.img-block-head h3 span {font-size: 30px;color:#ff6f28;text-transform: uppercase;letter-spacing: 0.5px;margin: 15px 0px 13px;font-weight: 600;}
.feature-content h4 {font-size:22px;line-height: 23px;color:#12389d;font-weight: 600;margin:5px ​0px 5px;text-transform: capitalize;}
.float-left {float: left!important;}
.image-block-content .feature-icon {background: #12389d;border-radius: 50px;border: 3px solid #2da7bc;}
.feature-icon {font-size: 28px;}

.table-responsive td {padding: 5px;text-align: left;font-size: 16px;border: 1px solid #2da7bc;line-height: 23px;}
.table-responsive td p {text-align: center;margin: 0px;font-size: 17px;color: #002b4c;}
.bg { margin:10px 0px;}
.bg h3 {font-size:24px; margin:7px 0px;color: #2da7bc;}
.bg tr:nth-child(even){background-color: #dbdbdb;}
.bg tr:hover {background-color:#ddfaff;}
.bg p {font-size:16px;margin: 0px;margin-top: 10px;}
.bg p span{font-size:17px;margin: 0px;margin-top: 10px; color:#ff931e; font-weight:700;}
.bg p a{font-size: 16px;margin: 0px;margin-top: 10px; color:#000052; font-weight:500;}
.bg p a:hover{font-size: 16px;margin: 0px;margin-top: 10px; color:#da7d17}
.table-responsive th{padding: 5px;text-align: left;font-size: 15px;border: 1px solid #ccc;line-height: 27px;color:#fff;background-color:#ff9d33;}



/*----product----part----*/
.page-banner {
	    background-size: cover !important;
	    background-attachment: fixed !important;
	    position: relative;
padding: 150px 0 150px;background: url(../images/page-banner.jpg) center 0px repeat;overflow: hidden;clear: both;width: 100%;}
@-webkit-keyframes wcs-title {0% {background-position: 0% 50%;}100% {background-position: 100% 50%;}}
.page-banner:after {
    background: #33333375;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
}

.page-banner .container {
    position: relative;
    z-index: 1;
}

.wel-big h1 {font-size: 45px;color: #fff;letter-spacing: 0.5px;font-weight: 700;line-height: 55px;text-shadow: 0 2px 2px #000;text-transform: uppercase;text-align: center;margin: 8px 0px;}
.breadcrumb-wrapper { text-align: center;}
.breadcrumb-wrapper a {font-weight:600;text-transform: capitalize;font-size:20px;line-height: 30px;text-decoration: none;color: #ffffff;}
.breadcrumb-wrapper span {color: #fff !important;font-size: 20px;font-weight: 600;}
.page-text{padding:35px 0px;}
.welcome-text-p h3 {font-size: 27px;line-height: 30px;color: #12389d;margin:0px 0px 15px 0px; font-weight: 600;text-transform: capitalize;}
.welcome-text-p p {font-size:18px;color: #000000;text-align: justify;line-height: 30px;margin:0px;}
.welcome-text-p span{font-size:18px; color:#000; font-weight:600;}

.page-text-bg{padding: 35px 0px;background-color: #eeeeee;}




/***********footer**************/
.agile-footer {
    background-color: #12389d;
    padding: 30px 0px 10px;
    background-position: center center;
    text-align: center;
    background-image: url(../images/banner-1.jpg);
    border-top:4px solid #ec006d;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    position: relative;
}

.agile-footer:after {
    content: "";
    background: #12389dde;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    filter: brightness(1);
}
.agile-footer .container {
    position: relative;
    z-index: 1;
}

.aglie-info-logo img{width:auto; height:auto;}
.aglie-info-logo h4 {font-size: 40px;text-align: center;font-weight:600;}
.aglie-info-logo h4 a {color: #FFC107;text-decoration:none;}
ul.aglieits-nav {padding: 15px 0px;margin: 0;}
ul.aglieits-nav li{display:inline-block;font-size:18px;}
ul.aglieits-nav li i {padding: 0 12px;font-size: 18px;color: #fff;font-weight: 800;}
ul.aglieits-nav li a{color:#fff;text-transform:uppercase;text-decoration:none;letter-spacing:0.5px;font-weight: 700;font-size:18px;    padding: 0 15px;}
ul.aglieits-nav li a:hover{color:#00bdde;}
.w3layouts_mail_grid_left span {font-size: 71px;color:#fff;}
.w3layouts_mail_grid_left2 h3 {font-size:26px;color: #ec006d;margin: 14px 0px 10px;font-weight: 700;}
.w3layouts_mail_grid_left2 a{text-decoration: none;color: #fff;font-size: 20px;line-height: 30px;}
.w3layouts_mail_grid_left2 a:hover{color:#cacaca;transition:.5s;}
.w3layouts_mail_grid_left2 p {color: #fff;font-size: 18px;margin: 0px;line-height: 30px;}
.w3layouts_mail_grid {padding:10px 0px 18px;}
.copy-right {border-top: 2px solid #ffffff6e;padding: 15px 0px;width: 90%;margin: 0 auto;}
.copy-right p {color: #fff; margin: 0px;font-size: 19px;}
.copy-right p a{color:#fff;text-decoration:none;font-size: 19px;line-height: 26px;}
.copy-right p a:hover{color:#fff;}
.social i {
    background: #ffffff;
    padding: 7px;
    border-radius: 25px;
    color: #000;
    width: 44px;
    font-size: 27px;
    height: 40px;
    margin: 0 5px;
}
.social i:hover {
    background:#ec006d;
    color: #fff;
}




#whatsapp_btn{position: fixed;bottom: 100px;right: 10px;width: 50px;height: 50px;z-index:100;}
#whatsapp_btn .icon_logo{position: relative;z-index:150;padding: 5px;}
#whatsapp_btn .icon_logo > a > img{width: 100%;}
#whatsapp_btn .circle_waves{border-radius: 50%;background-color: #3cc04e;width: 50px;height: 50px;position: absolute;opacity: 0;bottom: 1px;left: 0px;z-index:120;animation: waves 4s infinite cubic-bezier(.36, .11, .89, .32);}
@keyframes waves {from {transform: scale(.55, .55);opacity: .6;} to {transform: scale(1.8, 1.8);opacity: 0;}}


/*an*/

.m-0 {
    margin: 0;
}
h2 {    color: #12389d;
    font-size: 35px;
}

div#ibyri {
    display: flex;
    flex-direction: row-reverse;
    padding: 0;
    margin: 2.6048% 0;
    background: url(https://res.cloudinary.com/simplotel/image/upload/q_90,fl_progressive,w_1920,f_auto,c_limit/water-kingdom/Group_584_uzfmnx);
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0;
	    background-attachment: fixed;
}

 .water-kingdom-rides .content-link {
    padding: 0;
    width: 51.5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 10.99%;
}

.water-kingdom-rides .img-content {
    padding: 0;
    width: 48.5%;
    position: relative;
}

.water-kingdom-rides ul.content-list {
    margin: 0;
    padding: 0;
}
.water-kingdom-rides .content-header {
    margin-bottom: 4.5%;
}

.water-kingdom-rides h4 {
    font-size:25px;
    line-height: clamp(20px, 2.083vw, 40px);
	    color: #12389d;
		font-weight: 700;
}

.water-kingdom-rides .content-link ul li {
    border: unset;
    padding-left:30px;
    border-radius: 15px;
    margin-bottom: 20px;
    width: 91.5%;
    border: .5px solid rgba(27, 27, 27, 1);
    display: flex;
    flex-direction: column;
	    cursor: pointer;
}

.water-kingdom-rides .content-link ul li:hover {
    background: transparent linear-gradient(90deg, #12389d 0, rgba(0, 174, 239, 0.7) 100%) 0 0 no-repeat padding-box;
    box-shadow: 15px 13px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 174, 239, 0.1);
}

 .water-kingdom-rides .content-link ul li:hover h4,  .water-kingdom-rides .content-link ul li:hover p {
    color: rgba(255, 255, 255, 1);
}

.water-kingdom-rides .row {
    display: flex;
    align-items: center;
}

.content-header h2 {
    position: relative;
    margin-top: 10px;
}

.content-header h2:after {
    content: "";
    height: 6px;
    width: 150px;
    background-color: #EC008C;
    border-radius: 10px;
    display: block;
    margin-top: 15px;
}
.content-header h3 {
    font-size: 18px;
    margin-bottom: 0;
    color: #EC008C;
}

.water-kingdom-rides .image-item img {
    min-height: 740px;
}

.section {
    padding: 40px 0;
}

.img-box img {
    border-radius: 50px 10px;
    box-shadow: #00000024 11px 5px 3px;
}

.ul-text ul {
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
}

.ul-text li {
    background: url(../images/icon.png) no-repeat;
    background-repeat: no-repeat;
    background-size: 18px;
    list-style: none;
    padding-left: 28px;
	margin:2px 0;
    background-position: 0;
}

h3 {
    color: #12389d;
    margin-bottom: 18px;
}

.gallery-item img {
    height: 300px;
    object-fit: cover;
    margin-bottom: 30px;
    width: 100%;
}

.rs-courses-2 .cource-item .cource-btn {
    background-color: transparent !important;
    width: 100%;
    display: inline-block;
    transition: all 0.3s ease 0s;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;	
    right: 0;
	    font-size: 0;
	    border: none;
}

.rs-courses-2 .cource-item .cource-btn i {
    background: #2c54d6;
    padding: 15px;
    border-radius: 50px;
    width: 50px;
    height: 50px;
	    font-size: 19px;
}
i.fa.fa-pause {
    visibility: hidden;
}

.rs-courses-2 .cource-item .cource-img video {
    height: 100%;
    display: block;
}

/* ============ Home Blog Carousel ============ */
.blog-carousel-section { padding: 70px 0 80px; background: #f7f9fc; }
.blog-carousel-section .why-text h3 { text-align: center; }
.blog-carousel-intro { text-align: center; color: #555; font-size: 17px; max-width: 720px; margin: 18px auto 35px; line-height: 26px; }

/* Reserve a 55px gutter on each side for the nav arrows so they never overlap cards */
.blog-owl.owl-carousel { position: relative; padding: 0 55px; }
.blog-owl.owl-carousel .owl-stage-outer { overflow: hidden; }
.blog-owl.owl-carousel .owl-stage { display: flex; padding: 10px 0 20px; }
.blog-owl.owl-carousel .owl-item { display: flex; height: auto; }
.blog-owl.owl-carousel .owl-item .blog-card { margin-bottom: 0; height: 100%; }

/* Hide tag, meta (date/author) inside carousel cards only */
.blog-owl .blog-card .blog-tag,
.blog-owl .blog-card .blog-meta { display: none; }

.blog-owl .blog-card h3 { font-size: 20px; line-height: 28px; min-height: 56px; margin-top: 4px; }
.blog-owl .blog-card p { font-size: 15px; line-height: 24px; }

.blog-owl.owl-carousel .owl-nav { margin: 0; }
.blog-owl.owl-carousel .owl-nav button.owl-prev,
.blog-owl.owl-carousel .owl-nav button.owl-next {
    position: absolute; top: 50%; transform: translateY(-50%);
    width: 44px; height: 44px; border-radius: 50%;
    background: #fff; color: #12389d; border: 1px solid #e2e6ef;
    box-shadow: 0 4px 14px rgba(0,0,0,0.12);
    font-size: 22px; line-height: 1;
    display: flex; align-items: center; justify-content: center;
    z-index: 10; transition: .25s;
    margin: 0; padding: 0;
}
/* left: 0 / right: 0 place arrows AT the edge of .blog-owl's padding box,
   which sits in the 55px reserved gutter — cards start 55px inside, no overlap */
.blog-owl.owl-carousel .owl-nav button.owl-prev { left: 0; }
.blog-owl.owl-carousel .owl-nav button.owl-next { right: 0; }
.blog-owl.owl-carousel .owl-nav button.owl-prev:hover,
.blog-owl.owl-carousel .owl-nav button.owl-next:hover { background: #12389d; color: #fff; border-color: #12389d; box-shadow: 0 6px 18px rgba(18,56,157,0.30); }
.blog-owl.owl-carousel .owl-nav button.owl-prev span,
.blog-owl.owl-carousel .owl-nav button.owl-next span { display: inline-block; line-height: 1; margin-top: -3px; }

.blog-owl.owl-carousel .owl-dots { text-align: center; margin-top: 18px; }
.blog-owl.owl-carousel .owl-dots .owl-dot span { width: 10px; height: 10px; background: #cfd6e3; margin: 0 5px; transition: .25s; }
.blog-owl.owl-carousel .owl-dots .owl-dot.active span,
.blog-owl.owl-carousel .owl-dots .owl-dot:hover span { background: #ec006d; width: 28px; border-radius: 5px; }

.blog-carousel-cta { text-align: center; margin-top: 32px; }
.blog-carousel-cta .view-all-btn { display: inline-flex; align-items: center; gap: 10px; background: #ec006d; color: #fff; padding: 13px 32px; border-radius: 30px; font-weight: 700; text-transform: uppercase; letter-spacing: .6px; font-size: 14px; transition: .3s; box-shadow: 0 6px 16px rgba(236,0,109,0.25); }
.blog-carousel-cta .view-all-btn:hover { background: #12389d; box-shadow: 0 8px 20px rgba(18,56,157,0.3); transform: translateY(-2px); text-decoration: none; }
.blog-carousel-cta .view-all-btn i { transition: transform .3s ease; }
.blog-carousel-cta .view-all-btn:hover i { transform: translateX(4px); }

@media (max-width: 991px) {
    .blog-owl.owl-carousel { padding: 0; }
    .blog-owl.owl-carousel .owl-nav { display: none; }
}

@media (max-width: 768px) {
    .blog-carousel-section { padding: 50px 0 60px; }
    .blog-owl .blog-card h3 { min-height: 0; }
}