/*1. Animate css, 2. Smartmenus css, 3. Slick css, 4. Reset css, 5. Core css, 6. custom css*/

/* =================animate css starts here================= */
.animated { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }
@-webkit-keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
.fadeIn { -webkit-animation-name: fadeIn; animation-name: fadeIn; }
@-webkit-keyframes fadeInUp {
    from { opacity: 0; -webkit-transform: translate3d(0, 30px, 0); transform: translate3d(0, 30px, 0); }
    to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
}
@keyframes fadeInUp {
    from { opacity: 0; -webkit-transform: translate3d(0, 30px, 0); transform: translate3d(0, 30px, 0); }
    to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
}
.fadeInUp { -webkit-animation-name: fadeInUp; animation-name: fadeInUp; }

/* =================animate css ends here================= */
:root { --primary-color: #00929F; --secondry-color: #C6A75E; --text-color: #4a6b6b; --blue-color: #0F172A; }

/* =================smartmenus css start here================= */
.navbar-nav.sm-collapsible .sub-arrow { position: absolute; top: 50%; right: 0; margin: -0.7em 0.5em 0 0; border: 1px solid rgba(0, 0, 0, .1); border-radius: .25rem; padding: 0; width: 2em; height: 1.4em; font-size: 1.25rem; line-height: 1.2em; text-align: center; }
.navbar-nav.sm-collapsible .sub-arrow::before { content: '+'; }
.navbar-nav.sm-collapsible .show>a>.sub-arrow::before { content: '-'; }
.navbar-dark .navbar-nav.sm-collapsible .nav-link .sub-arrow { border-color: rgba(255, 255, 255, .1); }
.navbar-nav.sm-collapsible .has-submenu { padding-right: 3em; }
.navbar-nav.sm-collapsible .nav-link, .navbar-nav.sm-collapsible .dropdown-item { position: relative; }
.navbar-nav:not(.sm-collapsible) .nav-link .sub-arrow { display: inline-block; width: 0; height: 0; margin-left: .255em; vertical-align: .255em; border-top: .3em solid; border-right: .3em solid transparent; border-left: .3em solid transparent; }
.fixed-bottom .navbar-nav:not(.sm-collapsible) .nav-link .sub-arrow, .fixed-bottom .navbar-nav:not(.sm-collapsible):not([data-sm-skip]) .dropdown-toggle::after { border-top: 0; border-bottom: .3em solid; }
.navbar-nav:not(.sm-collapsible) .dropdown-item .sub-arrow, .navbar-nav:not(.sm-collapsible):not([data-sm-skip]) .dropdown-menu .dropdown-toggle::after { position: absolute; top: 50%; right: 0; width: 0; height: 0; margin-top: -.3em; margin-right: 1em; border-top: .3em solid transparent; border-bottom: .3em solid transparent; border-left: .3em solid; }
.navbar-nav:not(.sm-collapsible) .dropdown-item.has-submenu { padding-right: 2em; }
.navbar-nav .scroll-up, .navbar-nav .scroll-down { position: absolute; display: none; visibility: hidden; height: 20px; overflow: hidden; text-align: center; }
.navbar-nav .scroll-up-arrow, .navbar-nav .scroll-down-arrow { position: absolute; top: -2px; left: 50%; margin-left: -8px; width: 0; height: 0; overflow: hidden; border-top: 7px solid transparent; border-right: 7px solid transparent; border-bottom: 7px solid; border-left: 7px solid transparent; }
.navbar-nav .scroll-down-arrow { top: 6px; border-top: 7px solid; border-right: 7px solid transparent; border-bottom: 7px solid transparent; border-left: 7px solid transparent; }
.navbar-nav.sm-collapsible .dropdown-menu .dropdown-menu { margin: .5em; }
.navbar-nav:not([data-sm-skip]) .dropdown-item { white-space: normal; }
.navbar-nav:not(.sm-collapsible) .sm-nowrap>li>.dropdown-item { white-space: nowrap; }

/* =================smartmenus css ends here================= */

/* =================slick css ends here================= */
.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { position: relative; display: block; overflow: hidden; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { position: relative; top: 0; left: 0; display: block; margin-left: auto; margin-right: auto; }
.slick-track:before, .slick-track:after { display: table; content: ''; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { display: none; float: left; height: 100%; min-height: 1px; }
.slick-slide img { display: block; width: 100% }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
.slick-arrow.slick-hidden { display: none; }
.slick-loading .slick-list { background: #fff url('../images/ajax-loader.gif') center center no-repeat; }
.slick-prev, .slick-next { z-index: 99; font-size: 0; line-height: 0; position: absolute; top: calc(100% - 50px); display: block; float: left; padding: 0; margin-top: -25px\9;    /*lte IE 8*/ -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); cursor: pointer; color: transparent; border: none; outline: none; background: var(--secondry-color); width: 30px; height: 30px; border-radius: 50%; }
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus { color: transparent; outline: none; background: var(--secondry-color); }
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before { opacity: 1; }
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before { opacity: .3; }
.slick-prev:before, .slick-next:before { font-family: 'font Awesome 5 Free'; font-weight: 900; font-size: 50px; line-height: 1; opacity: 0.9; color: #fff; text-shadow: 0 5px 5px rgba(0, 0, 0, 0.2); -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; background: transparent; border-radius: 50%; display: inline-block; padding: 0; }
.slick-prev { left: calc(50% - 80px); }
.slick-prev:before { content: "\f053"; }
.slick-next { right: calc(50% - 80px); }
.slick-next:before { content: "\f054"; }
.slick-slider { margin-bottom: 0; padding-bottom: 45px; }
.slick-dots { position: absolute; bottom: 20px; display: block; width: 100%; padding: 0; list-style: none; text-align: center; vertical-align: top; }
.slick-dots li { position: relative; display: inline-block; margin: 0 0px; padding: 0; text-align: center; cursor: pointer; vertical-align: top; }
.slick-dots li button { font-size: 0; line-height: 0; display: inline-block; width: 11px; height: 11px; padding: 0; cursor: pointer; color: transparent; border: 0; outline: none; background: var(--secondry-color); opacity: 1; border-radius: 50%; vertical-align: top; margin: 5px 6px; opacity: .5; }
.slick-dots li.slick-active button, .slick-dots li:hover button { opacity: 1; background-color: var(--secondry-color); }
.white-dots .slick-dots li button { border-color: #fff; background: #fff; opacity: 0.4; }
.white-dots .slick-dots li.slick-active button, .white-dots .slick-dots li:hover button { background-color: #fff; opacity: 1; }

/* =================slick css end here=================  */

/* =================reset css starts here=================  */
* { margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6, p, ul, li, body, html, form, fieldset { margin: 0; padding: 0; outline: none; border: 0 }
a { text-decoration: none; border: 0; outline: 0; }
ul { list-style: none; }
a:focus, input:focus, textarea:focus, *:focus { outline: 0 !important; }

/* =================reset css ends here================= */

/* =================core css starts here================= */
body { font-size: 16px; line-height: 24px; font-weight: 400; font-family: 'Jost', sans-serif; color: #000; background: #fff; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.container { width: 100%; max-width: 1200px; }
a, input, button { display: inline-block; text-decoration: none; color: inherit; outline: none; transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in; }
a img { border: 0px none; }
a:hover { outline: none; color: var(--primary-color); text-decoration: none; }
a:active { outline: none; text-decoration: none; }
a:focus { outline: none; outline-offset: 0px; text-decoration: none; color: inherit; }
::-webkit-input-placeholder { color: #000; opacity: 0.5; }
::-moz-placeholder { color: #000; opacity: 0.5; }
:-moz-placeholder { color: #000; opacity: 0.5; }
:-ms-input-placeholder { color: #000; opacity: 0.5; }
.os-animation { opacity: 0; }
.os-animation.animated { opacity: 1; }
img { max-width: 100%; border: 0; height: auto; }
h1, h2, h3, h4, h5, h6 { margin: 0px; padding: 0px; margin-bottom: 24px; line-height: 1.2; font-weight: 700; color: inherit; font-family: 'Cormorant Garamond', serif; }
h1 { font-size: 58px; }
h2 { font-size: 48px; }
h3 { font-size: 40px; }
h4 { font-size: 30px; }
h5 { font-size: 22px; }
h6 { font-size: 22px; }
p { margin: 0px; padding: 0px; margin-bottom: 24px; font-size: 14px; line-height: 22px; color: var(--text-color); }
strong { font-weight: 700; }
b { font-weight: 400; }
p:last-child { margin-bottom: 0; }
.btn { border-radius: 3px; font-weight: 500; padding: 10px 15px; min-width: 160px; font-size: 16px; line-height: 18px; box-shadow: none; transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in; }
.btn-default, .btn-default:focus { color: #fff; background-color: var(--secondry-color); border: solid 1px var(--secondry-color); }
.btn-default:hover, .btn-default:active { color: var(--secondry-color); background-color: transparent; border-color: var(--secondry-color); }
.btn-primary, .btn-primary:focus { color: #fff; background-color: var(--primary-color); border: solid 1px var(--primary-color); }
.btn-primary:hover, .btn-primary:active { color: #fff; background-color: #008c98; border-color: #008c98; }
.btn.btn-block { min-width: 100%; }
.btn+.btn { margin-left: 15px; }
.read-more-cta { font-size: 14px; }
ul:not([class]) { list-style: none; margin-bottom: 15px; text-align: left; line-height: 22px; }
ul:not([class])>li { padding-left: 16px; position: relative; margin-bottom: 14px; }
ul:not([class])>li:last-child { margin-bottom: 0; }
ul:not([class])>li:before { content: ''; position: absolute; left: 2px; top: 10px; background: #000; height: 5px; width: 5px; border-radius: 50%; }
.grey-bg { background: #E6F7F8; }
.dark-bg { background: var(--blue-color); }

/* =================core css ends here================= */

/* ================= Header Start ================= */
#header { color: #001F3C; background: #fff; position: sticky; left: 0; top: 0; right: 0; padding: 0; z-index: 9999; transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in; }
.header-upper .navbar { padding: 0; width: 100%; height: 70px; }
.navbar-brand { width: 140px; padding: 0; margin: 0; position: relative; z-index: 999; }
.navbar-expand-xl .navbar-nav .nav-item { padding: 0 5px; position: relative; }
.navbar-expand-xl .navbar-nav .nav-link { font-size: 14px; padding: 0 10px; line-height: 70px; font-weight: 500; color: #000000; margin: 0; text-transform: capitalize; transition: none; }
.navbar-expand-xl .navbar-nav .nav-link.dropdown-toggle::after { display: inline-block; margin-left: 5px; filter: brightness(0); content: ""; width: 10px; border: none; height: 9px; background-image: url(../images/down-arrow.png); background-repeat: no-repeat; background-size: 9px; vertical-align: 1px; }
.navbar-expand-xl .navbar-nav .nav-item:hover .nav-link, .navbar-expand-xl .navbar-nav .nav-item.active .nav-link { color: #001F3C; }
.navbar-expand-xl .navbar-nav .nav-item:hover .nav-link::after { transform: scaleY(-1); }
.navbar-nav:not(.sm-collapsible) .nav-link .sub-arrow { display: none; }
.nav-inside { width: 100%; padding: 0; }
.header-right { margin-left: 15px; }
.nav-inside-content { padding: 30px 0; }
.header-upper .navbar { position: relative; }
.navbar-expand-xl .navbar-nav .nav-item.has-mega-menu { position: static !important; }
.navbar-expand-xl .navbar-nav .has-mega-menu .dropdown-menu { width: 100%; max-width: 1080px; left: 50%; transform: translateX(-50%); border-top: 2px solid var(--primary-color); top: 70px !important; z-index: 9; }
.navbar-expand-xl .navbar-nav .has-mega-menu .dropdown-menu.type-2 { width: 100%; max-width: 740px; }
@media only screen and (min-width:1200px) {
    .navbar .navbar-nav>li>.dropdown-menu { display: block !important; top: 100% !important; margin-top: 10px !important; opacity: 0; visibility: hidden; background: #fff; min-width: 180px; box-shadow: 0 5px 8px rgba(0, 0, 0, 0.1); border: 0; border-radius: 0; transition: all 0.1s ease-in; -moz-transition: all 0.1s ease-in; -webkit-transition: all 0.1s ease-in; }
    .navbar .dropdown:hover .dropdown-menu { opacity: 1; visibility: visible; margin-top: 0px !important; transition: all 0.2s ease-in; -moz-transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in; }
    .navbar .dropdown-item { padding: 5px 15px; font-weight: 400; }
    .navbar .dropdown-item:focus, .dropdown-item:hover { color: #333; background: transparent; }
    .navbar-expand-xl .navbar-nav .nav-item+.nav-item::before { content: ''; position: absolute; width: 2px; height: 20px; top: 50%; transform: translateY(-50%); background: #00000030; left: 0; display: none; }
}
.navbar-toggler { width: 45px; height: 45px; box-shadow: none !important; border-radius: 0; cursor: pointer; text-decoration: none; padding: 0; border: 0; background: transparent; margin: 0; position: absolute; top: 0; right: 0; }
.navbar-default .navbar-toggler:hover, .navbar-default .navbar-toggler:focus { background: transparent; }
.navbar-toggler:not([class="collapsed"]), .navbar-toggler:not([class="collapsed"]):focus, .navbar-toggler:not([class="collapsed"]):hover { background: transparent; }
.navbar-toggler.collapsed, .navbar-toggler.collapsed:focus, .navbar-toggler.collapsed:hover { background: transparent; }
.navbar-toggler .icon-bar { position: relative; display: inline-block; width: 22px; height: 4px; color: #243238; text-indent: -55px; margin-top: 0; background: transparent !important; transition: all .2s ease-out; -webkit-transition: all .2s ease-out; vertical-align: middle; }
.navbar-toggler .icon-bar:before, .navbar-toggler .icon-bar:after { content: ''; width: 22px; height: 4px; background: #005983; position: absolute; left: 0; transition: all .2s ease-out; }
.navbar-toggler.collapsed .icon-bar { background: #005983 !important; }
.navbar-toggler.collapsed .icon-bar:before, .navbar-toggler.collapsed .icon-bar:after { background: #005983; }
.navbar-toggler.collapsed .icon-bar:before { top: -8px; -webkit-transform: rotateZ(0deg); -moz-transform: rotateZ(0deg); -ms-transform: rotateZ(0deg); -o-transform: rotateZ(0deg); transform: rotateZ(0deg); }
.navbar-toggler .icon-bar:before { top: 0; -webkit-transform: rotateZ(45deg); -moz-transform: rotateZ(45deg); -ms-transform: rotateZ(45deg); -o-transform: rotateZ(45deg); transform: rotateZ(45deg); }
.navbar-toggler.collapsed .icon-bar:after { bottom: -8px; -webkit-transform: rotateZ(0deg); -moz-transform: rotateZ(0deg); -ms-transform: rotateZ(0deg); -o-transform: rotateZ(0deg); transform: rotateZ(0deg); }
.navbar-toggler .icon-bar:after { bottom: 0; -webkit-transform: rotateZ(-45deg); -moz-transform: rotateZ(-45deg); -ms-transform: rotateZ(-45deg); -o-transform: rotateZ(-45deg); transform: rotateZ(-45deg); }
.navbar-expand-xl .navbar-nav .has-mega-menu .dropdown-menu::before { content: ""; position: absolute; display: none; opacity: 0; background: #fff; width: 16px; height: 16px; top: -9.5px; z-index: 99; left: 40%; transform: rotate(45deg); border: 2px solid var(--primary-color); border-bottom: 0; border-right: 0; }
.navbar-expand-xl .navbar-nav .has-mega-menu:hover .dropdown-menu:before { opacity: 1; }
.top-bar { background: var(--primary-color); display: flex; align-items: center; position: relative; height: 34px; color: #fff; }
.top-bar_list { display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 9; }
.top-bar-content-left { display: flex; color: var(--primary-color); position: relative; }
.top-bar-content-left li { padding-right: 13px; font-size: 12px; position: relative; margin-right: 14px; color: #fff; }
.top-bar-content-left li a:hover { color: #d3d1d1; }
.top-bar-content-left li:nth-child(3)::before { display: none; }
.top-bar-content-left li span { margin-right: 7px; }
.top-bar-content-left li::before { position: absolute; content: ''; width: 1px; height: 70%; background: #fff; right: 0; top: 50%; transform: translateY(-50%); }
.top-bar-content-right li a { color: #fff; font-size: 14px; }
.top-bar-content-right li span { color: #fff; font-size: 12px; margin-right: 7px; }
.top-bar-content-right li+li { margin-left: 12px; padding-left: 12px; position: relative; }
.top-bar-content-right li+li::before { position: absolute; content: ''; width: 1px; height: 94%; top: 50%; transform: translateY(-50%); left: 0; background: #fff; }
.top-bar .btn { padding: 7px 12px; font-weight: 500; font-size: 14px; }
.top-bar-content-right li+li::before { display: none; }
.top-bar .social-link { color: #fff; }
.social-links { display: flex; gap: 20px; color: #fff; }
.top-bar-content-left li + li { margin: 0; padding: 0; }
.top-bar-content-left li + li::before { display: none; }
.mega-menu-wrapper { display: flex; }
.mega-menu-wrapper .mega-menu-left { width: 280px; }
.mega-menu-wrapper .mega-menu-right { width: 100%; padding: 0; padding: 20px 0px; }
.mega-menu-wrapper .mega-menu-left .nav-tabs { display: flex; flex-flow: column; max-height: 420px; overflow-y: scroll; border: 0; }
.mega-menu-wrapper .mega-menu-left .nav-tabs .nav-item { padding: 0; }
.mega-menu-wrapper .mega-menu-left .nav-tabs .nav-item button { display: block; border-radius: 0; width: 100%; font-size: 14px; text-align: left; border: 0; padding: 11px; line-height: 30px; }
.mega-menu-wrapper .mega-menu-left .nav-tabs .nav-item .nav-link.active, .mega-menu-wrapper .mega-menu-left .nav-tabs .nav-item .nav-link:hover { background: #f1f1ff; }
.has-mega-menu .dropdown-menu { padding: 0; }
.mega-menu-wrapper .mega-menu-left .nav-tabs .nav-item .nav-link { border-radius: 0px; }
.mega-menu-wrapper .mega-menu-left .nav-tabs .nav-item .nav-link span img { width: 24px; margin-right: 5px; }
.mega-menu-left-right-wrapper { display: flex; flex-wrap: wrap; width: calc(100% + 24px); margin-left: -12px; padding: 20px; padding-top: 10px; }
.mega-menu-left-right-item { width: 25%; padding: 0px 12px; }
.mega-menu-left-right-head h5 { font-size: 16px; font-weight: 500; color: var(--primary-color); margin: 0; padding: 0px 20px; }
.mega-menu-left-right-item h6 { font-size: 20px; font-weight: 700; margin-bottom: 12px; color: var(--primary-color); }
.mega-menu-left-right-list li a span img { width: 22px; margin-right: 8px; }
.mega-menu-left-right-list li a { display: flex; font-size: 14px; }
.mega-menu-left-right-list li+li { margin-top: 10px; }
.mega-menu-left-right-wrapper.mega-menu-type-2 .mega-menu-left-right-item { width: 50%; }
.mega-menu-left-right-img { width: 100%; height: 100%; }
.mega-menu-left-right-img img { width: 100%; height: 100%; object-fit: cover; border-radius: 5px; overflow: hidden; filter: brightness(0.8); }
.mega-menu-left-right-img.maega-menu-type2-img { height: 292px; padding: 0px 20px; }
.mega-menu-left-right-head { border-bottom: 1px solid #e6e6e6; padding-bottom: 10px; }
.mega-menu-right .accordion-button::after { content: '\f068'; position: absolute; text-align: center; top: 0px; background-image: none !important; font-family: 'Font Awesome 5 Free'; right: 14px; transition: .3s ease-in; font-size: 14px; font-weight: 900; color: var(--primary-color); }
.mega-menu-right .accordion-button.collapsed::after { content: '\f067'; }
.cts-scroll::-webkit-scrollbar-track { border-radius: 10px; background-color: #e5e5fd; }
.cts-scroll::-webkit-scrollbar { width: 3.5px; background-color: #e5e5fd; }
.cts-scroll::-webkit-scrollbar-thumb { border-radius: 10px; background-color: var(--primary-color); }
.fixed #header { background: #fff; box-shadow: 0 5px 8px rgba(0, 0, 0, 0.1); top: -34px; }
.mega-menu-left-right-wrapper.type-2 .mega-menu-left-right-item { width: 33.33%; }
.mega-menu-left-right-item-box { background: #E6F7F8; padding: 12px; border-radius: 4px; }
.mega-menu-left-right-item-box-icon { width: 34px; height: 34px; background: #fff; border-radius: 20px; margin-bottom: 5px; display: flex; align-items: center; justify-content: center; }
.mega-menu-left-right-item-box-icon svg path { fill: var(--primary-color); }
.mega-menu-left-right-item-box-icon svg { width: 20px; }
.mega-menu-left-right-item-box h5 { font-size: 16px; margin-bottom: 5px; }
.mega-menu-left-right-item-box p { font-size: 12px; line-height: 18px; margin-bottom: 5px; }
.mega-menu-left-right-item-box .read-more-cta { font-size: 12px; }
.nav-item.dropdown.menu-type-3 .mega-menu-left-right-item { width: 100%; padding: 0; }
.nav-item.dropdown.menu-type-3 .mega-menu-right { padding: 0; }
.nav-item.dropdown.menu-type-3 .dropdown-menu { border-top: 2px solid var(--primary-color); margin: 0; padding: 0; border-radius: 0; }

/* ================= Header End ================= */

/* ================= Footer Start ================= */

/*===================================*/
.hero-slider { margin-top:; }
.hero-slider { position: relative; top: 0; width: 100%; height: 100%; object-fit: cover; height: calc(100vh - 80px); }
.hero-slide { height: calc(100vh - 80px); display: flex !important; flex-flow: column; justify-content: center; padding: 50px 0; position: relative; }
.hero-slide-img { width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: -1; overflow: hidden; }
.hero-slide-img>img { width: 100%; height: 100%; object-fit: cover; animation: zoom-in-zoom-out 10s ease-out infinite; overflow: hidden; }
.hero-slide-content { position: relative; z-index: 99999999; padding: 40px 30px; color: #ffffff; }
.hero-slide-content h1, .hero-slide-content h2 { transform: translateY(50px); opacity: 0; transition: .6s ease-in-out; transition-delay: .6s; font-size: 44px; line-height: 51px; margin-bottom: 4px; color: #ffffff; font-weight: 700; }
.hero-arrow { width: 50px; height: 50px; position: absolute; border: 2px solid #ddd; padding: 7px; transform: translateY(-50%); z-index: 99; top: 50%; border-radius: 5px; }
.hero-slider .slick-prev:before { font-size: 14px; }
.hero-slider .slick-next:before { font-size: 14px; }
.hero-slide-content p { font-size: 18px; color: #fff; font-weight: 400; }
.hero-slide-content h6 { transform: translateY(50px); opacity: 0; transition: .6s ease-in-out; transition-delay: .3s; background: #ffffff2e; padding: 7px 12px 7px 25px; border-radius: 4px; display: inline-block; font-size: 16px; margin-bottom: 14px; font-weight: 500; border: 1px solid rgba(255, 255, 255, 0.2); border-radius: 20px; position: relative; color: #ffffff; }
.slick-current .hero-slide-content h6 { opacity: 1; transform: translateY(0); }
.slick-current .hero-slide-content h1, .slick-current .hero-slide-content h2 { opacity: 1; transform: translateY(0); }
.hero-slide-content h6 span { color: #ffff; background: var(--secondry-color); margin-right: 8px; font-size: 16px; padding: 5px; border-radius: 4px; }
.hero-slide-content h1 { margin-bottom: 20px; }
.hero-cta { margin-top: 28px; transform: translateY(50px); opacity: 0; transition: .3s ease-in-out; transition-delay: .9s; }
.slick-current .hero-cta { transform: translateY(0); opacity: 1; }
.hero-slider .slick-prev, .hero-slider .slick-next { transform: scale(1); }
.hero-slider:hover .slick-prev, .hero-slider:hover .slick-next { transform: scale(1.0); }
.hero-slide-content h1 span { color: var(--secondry-color); }
.hero-slide-img::before { position: absolute; content: ''; width: 100%; height: 100%; background: linear-gradient(105deg, rgba(8, 45, 45, 0.92) 0%, rgba(8, 45, 45, 0.75) 42%, rgba(13, 90, 90, 0.35) 68%, rgba(26, 154, 154, 0.08) 100%), linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, transparent 50%); }
.hero-slide-content h6::before { position: absolute; }
.hero-slide-content h6::before { position: absolute; content: ''; width: 6px; height: 6px; background: #ffffff; left: 12px; top: 50%; transform: translateY(-50%); border-radius: 4px; }
.hero-slide-content p { transform: translateY(50px); opacity: 0; transition: .6s ease-in-out; transition-delay: .6s; font-size: 16px; margin-bottom: 14px; font-weight: 500; }
.slick-current .hero-slide-content p { opacity: 1; transform: translateY(0); }

/*===================================*/

/*===================================*/
.heading h5 { font-size: 16px; margin-bottom: 0; display: inline; padding-left: 40px; position: relative; line-height: 24px; color: var(--primary-color); }
.heading h5::before { position: absolute; content: ''; width: 30px; height: 2px; background: var(--primary-color); left: 0; top: 50%; transform: translateY(-50%); }
.heading h3 { font-size: 42px; font-weight: 500; margin-bottom: 0; line-height: 50px; }
.heading h3 span { color: var(--primary-color); font-style: italic; }
.heading p { margin-top: 16px; }
.heading { margin-bottom: 30px; }
.white-heading h3, .white-heading p { color: #fff; }
.director-profile-wrapper { padding: 20px; background: #fff; border-radius: 4px; border: 1px solid rgba(26, 154, 154, .35); }
.heading blockquote { background: #E6F7F8; padding: 10px; border-left: 3px solid var(--primary-color); font-size: 14px; font-style: italic; }

/*===================================*/

/*===================================*/
.welcome-quote { position: absolute; bottom: -20px; right: -20px; max-width: 250px; background: #E6F7F8; border: 1px solid #d9d9d9; padding: 14px; border-left: 3px solid var(--primary-color); border-radius: 2px; }
.welcome-quote blockquote { font-size: 13px; line-height: 20px; margin-bottom: 4px; font-style: italic; }
.welcome-quote cite { font-size: 14px; font-weight: 600; color: var(--primary-color); }
.about-img img { height: 100%; border-radius: 2px; }

/*===================================*/
.banner_container {
    display: flex;
    flex-flow: column;
    justify-content: center;
    min-height: 200px;
    padding: 40px 0 40px;
    position: relative;
    color: #fff;
    text-align: center;
    z-index: -1;
    background: var(--blue-color);
}

.banner_container h1,
.banner_container h2 {
    font-size: 44px;
    margin-bottom: 6px;
    color: #fff;
    font-weight: 600;
    line-height: 54px;
}

.breadcrumb {
    margin-bottom: 0;
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding: 8px 12px;
    border-radius: 4px;
}

.breadcrumb-item,
.breadcrumb-item a {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    transition: all .3s ease-in;
    white-space: nowrap;
    display: block;
}

.breadcrumb .breadcrumb-item:last-child {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.breadcrumb-item a .breadcrumb-item.active {
    color: #2D3E51;
}

.breadcrumb-item {
    font-weight: 500;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 20px;
}
.breadcrumb-item+.breadcrumb-item::before {
    position: absolute;
    left: 6px;
    content: '>';
    font-weight: 600;
    font-size: 14px;
    color: #fff;
}

.breadcrumb-item {
    position: relative;
}

.breadcrumb-item.active {
    color: var(--secondry-color);
}

.breadcrumb-item a:hover {
    color: #e16a00;
}

.breadcrumb-item a i {
    background: var(--secondry-color);
    padding: 4px;
    margin-right: 10px;
    border-radius: 4px;
    font-size: 14px;
}

.banner_container::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='70' height='70'%3E%3Cdefs%3E%3Cpattern id='bp' width='70' height='70' patternUnits='userSpaceOnUse'%3E%3Cpath d='M35 3 L67 35 L35 67 L3 35 Z' fill='none' stroke='%23c9a84c' stroke-width='0.6' opacity='0.18'/%3E%3Cpath d='M35 16 L54 35 L35 54 L16 35 Z' fill='none' stroke='%23c9a84c' stroke-width='0.5' opacity='0.12'/%3E%3Cpath d='M35 3 L35 16 M35 54 L35 67 M3 35 L16 35 M54 35 L67 35' stroke='%23c9a84c' stroke-width='0.4' opacity='0.14'/%3E%3Cpath d='M3 35 L16 22 M3 35 L16 48 M67 35 L54 22 M67 35 L54 48 M35 3 L22 16 M35 3 L48 16 M35 67 L22 54 M35 67 L48 54' stroke='%23c9a84c' stroke-width='0.35' opacity='0.1'/%3E%3Ccircle cx='35' cy='35' r='2' fill='none' stroke='%23c9a84c' stroke-width='0.5' opacity='0.15'/%3E%3C/pattern%3E%3C/defs%3E%3Crect width='70' height='70' fill='url(%23bp)'/%3E%3C/svg%3E");
    background-repeat: repeat;
    pointer-events: none;
}
/*===================================*/
.foundation-wrappper { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.foundation-image { height: 240px; width: 100%; overflow: hidden; }
.foundation-image img { height: 100%; width: 100%; transition: all .3s ease-in; }
.foundation:hover .foundation-image img { transform: scale(1.05); }
.foundation { background: #E6F7F8; position: relative; border-radius: 4px; border: 1px solid rgba(26, 154, 154, .35); overflow: hidden; display: flex; flex-flow: column; height: 100%; }
.foundation-cta { margin-top: auto; padding: 20px; }
.foundation-content { padding: 20px; }
.foundation-content h6 { font-size: 14px; margin-bottom: 12px; }
.foundation-content h3 { font-size: 20px; margin-bottom: 10px; }
.foundation-position { position: absolute; top: 10px; right: 10px; background: var(--secondry-color); min-width: 70px; text-align: center; padding: 3px 10px; border-radius: 4px; color: #fff; font-size: 14px; }
.foundation-wrappper.type-2 { grid-template-columns: repeat(4, 1fr); }

/*===================================*/
.faculty-wrappper { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.faculty-box { background: #E6F7F8; border-radius: 4px; padding: 10px; display: flex; flex-wrap: wrap; border: 1px solid rgba(26, 154, 154, .35); border-top: 2px solid var(--primary-color); }
.faculty-image { width: 80px; height: 80px; background: #fff; padding: 4px; border: 1px solid rgba(26, 154, 154, .35); }
.faculty-content { width: calc(100% - 80px); padding-left: 12px; }
.faculty-content h3 { font-size: 20px; margin-bottom: 6px; }
.faculty-image img { width: 100%; height: 100%; object-fit: cover; }
.faculty-box-head { display: flex; align-items: center; width: 100%; margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px solid rgba(26, 154, 154, .35); }
.faculty-content h6 { background: #fff; border-radius: 20px; border: 1px solid rgba(26, 154, 154, .35); font-size: 12px; text-align: center; padding: 3px 12px; margin: 0; display: inline-block; }
.faculty-box p { margin-bottom: 12px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }

/*===================================*/
.blog-wrappper { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.blog-image { height: 240px; width: 100%; }
.blog-image img { height: 100%; width: 100%; }
.blog-content h6 { font-size: 14px; margin-bottom: 10px; }
.blog-card { background: #E6F7F8; border-radius: 4px; overflow: hidden; display: flex; flex-flow: column; height: 100%; }
.blog-cta { margin-top: auto; padding: 20px; padding-top: 0; }
.blog-content { padding: 30px 20px 20px 20px; position: relative; }
.blog-content h3 { font-size: 20px; margin-bottom: 10px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.blog-date { position: absolute; border-radius: 4px; top: -30px; right: 20px; background: var(--secondry-color); min-width: 70px; text-align: center; padding: 7px 10px; color: #fff; font-size: 14px; }
.blog-content p { margin: 0; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.blog-date span { display: block; font-size: 20px; line-height: 1; font-weight: 500; }
.pagination { display: flex; justify-content: center; margin-top: 30px; list-style: none; }
.pagination li { margin: 0 5px; }
.pagination li a, .pagination li span { display: inline-block; padding: 8px 16px; text-decoration: none; background-color: var(--secondry-color); color: #fff; border-radius: 4px; transition: background-color 0.3s ease; }
.pagination li a:hover { background-color: var(--secondry-color); }
.pagination li.active span { background-color: var(--primary-color); }
.pagination li.disabled span { background-color: #d3d3d3; cursor: not-allowed; }
.blog-inner-details-img { width: 100%; height: 240px; margin-bottom: 20px; }
.blog-inner-details-img img { width: 100%; height: 100%; object-fit: cover; border-radius: 4px; }
.blog-inner-details-content h1 { font-size: 36px; margin-bottom: 8px; line-height: 44px; }
.blog-inner-details-content h2 { font-size: 32px; margin-bottom: 8px; line-height: 40px; }
.blog-inner-details-content h3 { font-size: 30px; margin-bottom: 8px; line-height: 46px; }
.blog-inner-details-content h4 { font-size: 27px; margin-bottom: 8px; line-height: 33px; }
.blog-inner-details-content h5 { font-size: 24px; margin-bottom: 8px; line-height: 30px; }
.blog-inner-details-content h6 { font-size: 20px; margin-bottom: 8px; line-height: 26px; }
.blog-inner-item + .blog-inner-item { margin-top: 12px; padding-top: 12px; }
.blog-inner-item { display: flex; }
.blog-inner-item-img { width: 100px; height: 80px; display: block; }
.blog-inner-content { width: calc(100% - 80px); padding-left: 20px; }
a.blog-inner-item-img img { width: 100%; height: 100%; object-fit: cover; border-radius: 4px; }
.blog-inner-content h3 { font-size: 20px; margin-bottom: 2px; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; line-height: 24px; }
.blog-inner-content p { display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; margin-bottom: 2px; }
.blog-inner-list { position: sticky; top: 100px; }
.blog-inner-details-date { position: absolute; border-radius: 4px; bottom: -30px; right: 20px; background: var(--secondry-color); min-width: 70px; text-align: center; padding: 7px 10px; color: #fff; font-size: 14px; }
.blog-inner-details-date span { display: block; font-size: 20px; line-height: 1; font-weight: 500; }

/*===================================*/

.programs-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.program-card { background: #E6F7F8; border-radius: 4px; padding: 24px; display: flex; flex-wrap: wrap; border: 1px solid rgba(26, 154, 154, .35); border-left: 2px solid var(--primary-color); }
.program-card h5 {
    font-size: 20px;
    margin-bottom: 12px;
}

.program-card p {
    margin-bottom: 12px;
}

/*===================================*/
.why-list { display: flex; flex-direction: column; gap: 24px; margin-top: 32px }
.why-item { display: flex; align-items: flex-start; gap: 18px; padding: 22px 24px; background: #fff; border: 1px solid rgba(26, 154, 154, .35); border-radius: 4px; transition: all .3s; border-left: 2px solid var(--primary-color); }
.why-item:hover { background: #fff; transform: translateX(6px) }
.wi-icon { width: 42px; height: 42px; background: #E6F7F8; border: 1px solid rgba(26, 154, 154, .35); display: flex; align-items: center; justify-content: center; flex-shrink: 0; border-radius: 4px; }
.wi-icon svg { width: 20px; height: 20px; fill: none; stroke: var(--primary-color); stroke-width: 1.5 }
.wi-txt h4 { font-size: 18px; font-weight: 600; color: #000000; margin-bottom: 5px }
.wi-txt p { font-size: 14px; color: #000000; line-height: 1.7; }
.why-float1 { position: absolute; top: 20px; right: 0; background: var(--primary-color); border-radius: 4px; padding: 20px; }
.why-float1 h2, .why-float2 h2 { color: #fff; margin-bottom: 10px; line-height: 1; }
.why-float2 h2 { color: var(--primary-color); }
.why-float1 p { color: #fff; }
.why-float2 { position: absolute; bottom: 20px; left: 0; background: #fff; border-radius: 4px; padding: 20px; }
.why-bg-img { padding: 0px 20px; height: 100%; position: relative; }
.why-bg-img img { width: 100%; height: 100%; object-fit: cover; border-radius: 4px; }

/*===================================*/
.event-list { display: flex; flex-wrap: wrap; width: calc(100% + 24px); margin-left: -12px; margin-bottom: -24px; }
.event-list-item { width: 50%; margin-bottom: 24px; padding: 0px 12px; }
.event-card { display: flex; background: #fff; border: 1px solid #d9d9d9; border-radius: 4px; overflow: hidden; }
.event-card-type-2 .event-content h5 { padding-right: 0; }
.event-image { width: 200px; position: relative; padding: 4px; border-radius: 4px; overflow: hidden; }
.event-content { width: calc(100% - 200px); padding: 12px; position: relative; }
.event-card { }
.event-image img { height: 100%; border-radius: 4px; }
.event-date { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-size: 20px; color: #ffff; font-weight: 700; text-align: center; }
.event-content h5 { font-size: 18px; margin-bottom: 10px; padding-right: 100px; }
.event-meta { display: flex; gap: 10px; font-size: 12px; }
.event-content p { margin-bottom: 10px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.event-badge { position: absolute; top: 12px; right: 12px; font-size: 12px; background: var(--secondry-color); padding: 6px 10px; color: #fff; border-radius: 2px; line-height: 1; }
.event-date span { display: block; }
.event-details-countdown-card { background: #E6F7F8; margin-bottom: 20px; border: 1px solid rgba(26, 154, 154, .35); border-radius: 4px; padding: 20px; border-top: 2px solid var(--primary-color); }
.event-details-right-side { position: sticky; top: 120px; }
.event-details-countdown-grid { display: flex; align-items: center; justify-content: center; gap: 10px; margin-bottom: 20px; }
.event-details-countdown-label { text-align: center; font-size: 20px; margin-bottom: 20px; font-weight: 500; }
.event-details-seats-left { text-align: center; font-size: 12px; margin-top: 5px; }
.cd-unit { background: var(--primary-color); color: #fff; padding: 10px; text-align: center; border-radius: 4px; min-width: 75px; }
.cd-num { font-size: 20px; font-weight: 500; }
.cd-lbl { font-size: 14px; }
.event-details-head-badge { font-size: 12px; background: var(--secondry-color); padding: 4px 10px; color: #fff; border-radius: 2px; display: inline-block; margin-bottom: 12px; }
.event-details-head h3 { font-size: 42px; margin-bottom: 0; font-weight: 500; }
.event-details-head p { margin-top: 10px; }
.event-details-head h3 span { color: var(--primary-color); font-style: italic; }
.event-details-time { display: flex; margin-bottom: 20px; background: #E6F7F8; border: 1px solid rgba(26, 154, 154, .35); border-radius: 4px; }
.event-details-time-item { display: flex; align-items: center; width: 33.33%; gap: 10px; padding: 12px; }
.event-details-time-label { font-size: 12px; line-height: 18px; }
.event-details-time-value { font-size: 14px; }
.event-details-time-item + .event-details-time-item { border-left: 1px solid rgba(26, 154, 154, .35); }
.event-details-time-icon { color: var(--primary-color); }
.events-mid { margin-top: 20px; }
.events-mid h3 { font-size: 36px; font-weight: 500; margin-bottom: 10px; }
.events-mid p + p { margin-top: 10px; }
.events-mid p { margin: 0; }
.event-inner-card { }
.event-inner-list-item + .event-inner-list-item { margin-top: 20px; }
.event-inner-list { background: #E6F7F8; border: 1px solid rgba(26, 154, 154, .35); border-radius: 4px; padding: 20px; border-top: 2px solid var(--primary-color); }
.event-inner-card { display: flex; }
.event-inner-image { width: 80px; height: 80px; border-radius: 4px; overflow: hidden; }
.event-inner-content { width: calc(100% - 80px); padding-left: 10px; }
.event-inner-content h5 { font-size: 20px; margin-bottom: 4px; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; }
.event-inner-image img { width: 100%; height: 100%; object-fit: cover; }
.event-inner-badge { font-size: 12px; background: var(--secondry-color); padding: 0px 10px; color: #fff; border-radius: 2px; display: inline-block; margin-bottom: 4px; }
.event-inner-meta { font-size: 12px; }
.event-inner-meta span { display: flex; align-items: center; gap: 6px; }
.events-scheduled { margin-top: 20px; padding-left: 30px; position: relative; border-left: 2px solid var(--primary-color); }
.events-scheduled-item + .events-scheduled-item { margin-top: 12px; padding-top: 12px; border-top: 1px solid rgba(26, 154, 154, .35); }
.events-scheduled-item { display: flex; gap: 30px; position: relative; }
.events-scheduled-time { flex-shrink: 0; font-size: 14px; }
.events-scheduled-item::before { position: absolute; content: ''; width: 12px; height: 12px; border: 2px solid var(--primary-color); border-radius: 50%; left: -37px; top: 5px; background: #fff; }
.events-scheduled-details h5 { font-size: 20px; margin-bottom: 6px; }
.events-scheduled-item:nth-child(even)::before { background: var(--primary-color); }

/*===================================*/
.brand-track { display: flex; gap: 0; animation: btrack 22s linear infinite }
.brand-track:hover { animation-play-state: paused }
@keyframes btrack {
    0% { transform: translateX(0) }
    100% { transform: translateX(-50%) }
}
.brand-item { display: flex; align-items: center; gap: 10px; padding: 0 24px; border-right: 1px solid var(--border); font-size: 12px; font-weight: 600; letter-spacing: 1px; white-space: nowrap; flex-shrink: 0 }
.brand-item::before { content: '✦'; font-size: 18px; color: var(--primary-color); opacity: .6 }

/*===================================*/

/*===================================*/
.mission-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.mission-grid-type-2 { grid-template-columns: repeat(3, 1fr); }
.mission-card { background: #E6F7F8; display: flex; flex-flow: column; transition: all .3s ease-in; padding: 20px; border-radius: 4px; border: 1px solid #d9d9d9; border-top: 2px solid var(--primary-color); }
.mission-card:hover { transform: translateY(-5px); }
.common-cta { margin-top: auto; }
.mission-card h5 { font-size: 20px; margin-bottom: 10px; }
.mission-icon { width: 50px; height: 50px; background: var(--primary-color); border-radius: 4px; margin-bottom: 12px; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 20px; }
.vision-img { width: 100%; height: 200px; }
.vision-img img { width: 100%; height: 100%; border-radius: 4px; object-fit: cover; }
.director-img { width: 100%; }
.director-img { width: 100%; height: 280px; padding: 4px; border: 1px solid rgba(26, 154, 154, .35); border-radius: 4px; background: #E6F7F8; }
.director-img img { width: 100%; height: 100%; object-fit: cover; border-radius: 4px; }
.director-name { margin: 10px 0px 5px 0px; text-align: center; font-size: 18px; font-weight: 500; }
.director-bade { text-align: center; font-size: 12px; background: #E6F7F8; border-radius: 20px; display: table; padding: 4px 12px; margin: 0 auto; line-height: 1; border: 1px solid rgba(26, 154, 154, .35); }
.director-contact-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.director-contact-links a { display: flex; gap: 9px; font-size: 14px; background: #E6F7F8; width: 100%; padding: 4px; border-radius: 4px; border: 1px solid rgba(26, 154, 154, .35); }
.values-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.value-card { background: #fff; border: 1px solid rgba(26, 154, 154, .35); padding: 22px; border-radius: 4px; display: flex; gap: 16px; }
.value-icon { width: 70px; height: 70px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; background: #E6F7F8; border: 1px solid rgba(26, 154, 154, .35); border-radius: 4px; color: var(--primary-color); font-size: 30px; }
.value-content h4 { font-size: 20px; margin-bottom: 6px; }
.common-blockquote { background: #E6F7F8; border: 1px solid #d9d9d9; padding: 14px; border-left: 3px solid var(--primary-color); border-radius: 2px; }

/*===================================*/

/*===================================*/
.contact-wrapper { z-index: 99; border-radius: 10px; position: relative; }
.contact-info-inner-list li+li { margin-top: 10px; }
.contact-info-inner-list li { display: flex; align-items: center; gap: 10px; color: #a6a6a6; }
.form-group label { margin-bottom: 6px; color: #a6a6a6; font-size: 14px; }
.contact-form { padding: 40px; background: #E6F7F8; border: 1px solid #d9d9d9; border-radius: 4px; border-top: 2px solid var(--primary-color); }
.form-group .form-control { border-radius: 4px; height: 44px; box-shadow: none ! IMPORTANT; background: #fff; border: 1px solid #d9d9d9; color: #a6a6a6; }
.form-group { margin-bottom: 12px; }
.form-group textarea { height: 100px; min-height: 100px; resize: none; }
.map { margin-top: 50px; padding: 8px; border: 1px solid #d9d9d9; background: #E6F7F8; border-radius: 4px; }
.map iframe { width: 100%; height: 440px; border-radius: 4px; }
.contact-info-box { width: 100%; border: 1px solid #d9d9d9; background: #E6F7F8; border-radius: 4px; padding: 8px; display: flex; align-items: center; max-width: 500px; }
.contact-info-box span { width: 44px; height: 44px; background: var(--primary-color); border-radius: 2px;    /* padding: 16px; */ color: #fff; display: flex; align-items: center; justify-content: center; }
.contact-info-box p { width: calc(100% - 54px); padding-left: 10px; }
.contact-form-type-2 { background: #fff; }
.contact-form-type-2 .form-group .form-control, .event-reg-model .form-group .form-control { background: #E6F7F8; }
.event-reg-model .modal { z-index: 9999; }
.event-reg-model .modal-content { border-radius: 4px; }
.event-reg-model .heading h3 { font-size: 27px; }
.modal-header { padding: 10px 20px; }
.form-select {
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url(data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E) ! IMPORTANT;
    background-repeat: no-repeat ! IMPORTANT;
    background-position: right .75rem center !important;
    background-size: 16px 12px ! IMPORTANT;
    border: 1px solid #ced4da ! IMPORTANT;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
/*===================================*/

/*===================================*/
.filter-wrapper { display: flex; gap: 24px; justify-content: center; flex-wrap: wrap; }
.filter-btn { padding: 7px 22px; font-size: 18px; border-radius: 4px; border: 1px solid var(--primary-color); background: #fff; cursor: pointer; transition: .3s; }
.filter-btn.active { background: var(--primary-color); color: #fff; border-color: var(--primary-color); }
.filter-btn:hover { background: #138a92; color: white; }
.gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 30px; }
.gallery-item img { width: 100%; border-radius: 4px; display: block; height: 100%; object-fit: cover; }
.gallery-item { padding: 4px; background: #fff; border: 1px solid #d9d9d9; border-radius: 4px; height: 200px; }
.mfp-wrap { z-index: 99999; }
.gallery-item a { display: block; height: 100%; position: relative;}
/* Caption overlay */
.caption-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.75));
    color: #fff;
    padding: 30px 12px 12px;
}


.caption-overlay p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.3px;
    color: #fff;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: #ffffff;
    right: -15px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
    top: 28px;
    background: var(--primary-color);
    opacity: 1;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
/*===================================*/

/*===============================*/
.ptc-content-wrapper h3 { font-size: 30px; font-weight: 500; color: var(--primary); margin-bottom: 10px; }
.ptc-content-item + .ptc-content-item { margin-top: 20px; }
.ptc-content-item h5 { font-size: 18px; color: var(--primary); margin-bottom: 10px; }
.ptc-content-item p { margin-bottom: 0; font-size: 14px; }
.ptc-content-list { margin-top: 10px; padding-left: 40px; }
.ptc-content-list li::before { position: absolute; content: '70'; width: 6px; height: 6px; background: var(--primary); border-radius: 5px; left: 0; top: 8px; }
.ptc-content-list li { position: relative; padding-left: 20px; font-size: 14px; color: var(--text-color); }
.ptc-content-list li + li { margin-top: 8px; }
.ptc-content-list li strong { font-weight: 600; }

/*===============================*/

/*===========================================*/
.event__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.event__card__date {
    position: absolute;
    top: 10px;
    left: 10px;
    background: var(--secondry-color);
    border-radius: 4px;
    padding: 6px 12px;
    color: #fff;
    text-align: center;
    line-height: 18px;
    font-weight: 600;
}

.event__img {
    position: relative;
    height: 220px;
}

.event__card__date span {
    display: block;
    font-weight: 300;
}

.event__card {
    cursor: pointer;
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(26, 154, 154, .35);
}

.event__content {
    padding: 20px;
}

.event__title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.event__meta {
    font-size: 12px;
}

.event__location {
    font-size: 12px;
    margin-top: 2px;
}

.event__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.month-row {
    display: flex;
    gap: 10px;
    width: max-content;
    margin-bottom: 20px;
}

.month-pill {
    padding: 2px 12px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 500;
    background: #fff;
    cursor: pointer;
    white-space: nowrap;
    border: 1px solid rgba(26, 154, 154, .35);
    transition: all 0.18s;
    min-width: 70px;
    text-align: center;
}

.month-pill.active, .month-pill:hover{
    background: var(--blue-color);
    color: #fff;
}
.filters-scroll {
    overflow-x: auto;
    scrollbar-width: none;
}
.date-row {
    display: flex;
    gap: 10px;
    width: max-content;
    margin-bottom: 20px;
}

.date-pill {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 12px;
    border-radius: 4px;
    cursor: pointer;
    min-width: 54px;
    border: 1px solid rgba(26, 154, 154, .35);
    transition: all 0.18s;
    background: #fff;
}

span.dow {
    line-height: 12px;
    font-size: 12px;
    margin-bottom: 4px;
}

span.dom {
    line-height: 15px;
    font-weight: 500;
}

.date-pill.active, .date-pill:hover {
    background: var(--blue-color);
    color: #fff;
}
/*===========================================*/


.library-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.lib-card { border-radius: 4px; overflow: hidden; position: relative; height: 420px; cursor: pointer; transition: transform 0.4s ease, box-shadow 0.4s ease; }
.lib-card:hover { transform: translateY(-8px); box-shadow: 0 24px 60px rgba(0, 0, 0, 0.2); }
.lib-card img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.6s ease; }
.lib-card:hover img { transform: scale(1.06); }
.lib-card-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background: linear-gradient(transparent, rgb(0 0 0));
}
.lib-card:hover .lib-card-arrow { opacity: 1; transform: translateY(0); }
.lib-card-content h5 {
    color: #fff;
    margin-bottom: 10px;
}

.lib-card-content p {
    color: #fff;
    margin: 0;
}


/* ================= Footer Start ================= */
#footer { background: var(--blue-color); color: var(--primary-color); position: relative; overflow: hidden; }
.footer-upper { padding: 30px; position: relative; z-index: 9; background: var(--secondry-color); margin-bottom: 60px; }
.footer-upper .heading h3, .footer-upper .heading p { color: #fff; }
.footer-upper .heading p { margin-top: 12px; }
.footer-upper-form { position: relative; }
.footer-upper-form .form-control { height: 44px; border-radius: 2px; padding-right: 120px; }
.footer-upper-form .btn { position: absolute; top: 0; right: 0; height: 100%; min-width: 120px; padding: 13px; }
.footer-conent { padding-bottom: 54px; }
.footer-left { width: 33%; padding-right: 5%; }
.footer-logo { width: 140px; margin-bottom: 18px; }
.footer-logo img { width: 100%; }
.footer-left p { color: #ffffff; font-size: 14px; }
.footer-right { width: 67%; }
.footer-menu-box h6 { font-size: 20px; line-height: 25px; margin-bottom: 14px; color: var(--secondry-color); font-weight: 700; }
.footer-menu-list li+li { margin-top: 6px; }
.foorer-right-content { width: calc(100% + 30px); margin-left: -15px; justify-content: space-between; }
.footer-menu-box { padding: 0 15px; width: 33.33%; }
.footer-contact-list li { padding-left: 28px; position: relative; line-height: 20px; }
.footer-contact-list li+li { margin-top: 15px; }
.footer-contact-list li span { position: absolute; left: 0; top: 4px; left: 0; width: 36px; display: block; height: 25px; }
.footer-contact-list { padding-right: 12px; }
.social-media { padding: 0; gap: 10px; }
.social-media a { border-radius: 35.2962px; font-size: 16px; color: var(--primary-color); }
.social-media a+a { margin-left: 15px; }
.social-media a:hover { box-shadow: none; }
.footer-lower { padding: 8px 0px; text-align: center; font-size: 14px; line-height: 24px; font-weight: 300; letter-spacing: .5px; position: relative; border-top: 1px solid #ffffff29; background: var(--primary-color); }
.footer-menu-link { font-weight: normal; color: var(--text-color); font-size: 14px; }
.footer-contact-list li { color: #ffffff; font-weight: 400; font-size: 14px; }
.footer-shocket { display: flex; justify-content: space-between; flex-wrap: wrap; color: #fff; }
.copyright { font-size: 12px; font-weight: normal; }
.footer-shocket-list { display: flex; gap: 10px; }
.footer-shocket-list li { font-size: 12px; }
.footer-menu-list li { position: relative; padding-left: 20px; }
.footer-menu-link { color: #ffffff; }
.footer-menu-list li::before { position: absolute; content: '\f061';    /* fa-arrow-right */ font-family: "Font Awesome 6 Free"; font-weight: 900;    /* solid icon ke liye */ left: 0; top: 2px; font-size: 12px; color: var(--primary-color); transform: rotate(-45deg); }
.footer-contact-list li span img { width: 100%; height: 100%; object-fit: cover; }
.footer-shocket-list li a:hover { color: #fff; }

/* ================= Footer End ================= */

/* ================= Footer End ================= */

/* ================= Content Start ================= */
.content-container { padding: 80px 0; }

/* ================= Content End ================= */

/* ========================================== 
! Large devices (desktops, less than 1200px)
=========================================== */
@media (max-width:1199.98px) {
    .navbar { padding: 0 15px; width: 100%; height: 80px; }
    .navbar-toggler { width: 54px; height: 40px; height: 60px; order-radius: 0; cursor: pointer; text-decoration: none; padding: 0; border: 0; background: transparent; margin: 0; position: absolute; right: 0; top: 50%; z-index: 999; transform: translateY(-50%); }
    .navbar-default .navbar-toggler:hover, .navbar-default .navbar-toggler:focus { background: transparent; }
    .navbar-toggler:not([class='70']), .navbar-toggler:not([class='70']):focus, .navbar-toggler:not([class='userSpaceOnUse']):hover { background: transparent; }
    .navbar-toggler.collapsed, .navbar-toggler.collapsed:focus, .navbar-toggler.collapsed:hover { background: transparent; }
    .home .navbar-toggler.collapsed, .home .navbar-toggler.collapsed:focus, .home .navbar-toggler.collapsed:hover { background: transparent; }
    .navbar-toggler .navbar-toggler-icon { position: relative; display: inline-block; width: 24px; height: 2.5px; color: #243238; text-indent: -55px; margin-top: 0; background: transparent !important; transition: all .2s ease-out; -webkit-transition: all .2s ease-out; -moz-transition: all .2s ease-out; -ms-transition: all .2s ease-out; vertical-align: middle; }
    .navbar-toggler .navbar-toggler-icon:before, .navbar-toggler .navbar-toggler-icon:after { content: ''; width: 24px; height: 2.5px; background: var(--primary-color); position: absolute; left: 0; transition: all .2s ease-out; }
    .navbar-toggler.collapsed .navbar-toggler-icon { background: var(--primary-color) !important; }
    .navbar-toggler.collapsed .navbar-toggler-icon:before, .navbar-toggler.collapsed .navbar-toggler-icon:after { background: var(--primary-color); }
    .navbar-toggler.collapsed .navbar-toggler-icon:before { top: -8px; -webkit-transform: rotateZ(0deg); -moz-transform: rotateZ(0deg); -ms-transform: rotateZ(0deg); -o-transform: rotateZ(0deg); transform: rotateZ(0deg); }
    .navbar-toggler .navbar-toggler-icon:before { top: 0; -webkit-transform: rotateZ(45deg); -moz-transform: rotateZ(45deg); -ms-transform: rotateZ(45deg); -o-transform: rotateZ(45deg); transform: rotateZ(45deg); }
    .navbar-toggler.collapsed .navbar-toggler-icon:after { bottom: -8px; -webkit-transform: rotateZ(0deg); -moz-transform: rotateZ(0deg); -ms-transform: rotateZ(0deg); -o-transform: rotateZ(0deg); transform: rotateZ(0deg); }
    .navbar-toggler .navbar-toggler-icon:after { bottom: 0; -webkit-transform: rotateZ(-45deg); -moz-transform: rotateZ(-45deg); -ms-transform: rotateZ(-45deg); -o-transform: rotateZ(-45deg); transform: rotateZ(-45deg); }
    .header-right { position: relative; z-index: 999; margin-right: 50px; }
    .navbar-collapse, .navbar-collapse.collapsing { position: fixed; top: 80px; left: 0; background: #ffffff; padding: 0; z-index: 99; margin: 0; border: 0; overflow-y: auto; bottom: 0; width: 100%; height: 0; display: block !important; transition: all .3s cubic-bezier(0.77, 0.2, 0.05, 1.0); }
    .navbar .collapse.show { height: calc(100vh - 80px); }
    .navbar-inside { height: calc(100vh - 80px); padding: 0 15px; display: flex; flex-flow: column; }
    .navbar-expand-xl .navbar-nav .nav-item { padding: 0; margin: 0; border-bottom: solid 1px #00929f5c; }
    .navbar-expand-xl .navbar-nav .nav-link { font-size: 16px; line-height: 30px; padding: 15px 0; position: relative; color: #333; }
    .navbar-nav.sm-collapsible .sub-arrow { border: 0; margin: 0; width: auto; font-size: 30px; line-height: 60px; top: 0; height: 60px; color: var(--primary-color); width: 40px; }
    .dropdown-menu { background: transparent; border: 0; padding: 0; margin: 0 0 20px 0; }
    .dropdown-item { padding: 7px 20px 7px 40px; }
    .dropdown-item:focus, .dropdown-item:hover { color: var(--primary-color); background: transparent; }
    .content-container { padding: 50px 0; }
    .navbar-expand-xl .navbar-nav .has-mega-menu .dropdown-menu { position: relative; }
    .navbar-expand-xl .navbar-nav .nav-link.dropdown-toggle::after { right: 20px; position: absolute; top: 50%; transform: translateY(-50%); }
}

/*==========================================
! Medium devices (tablets, less than 992px)
========================================== */
@media (max-width:991.98px) {
    .top-bar { display: none; }
    .foundation-wrappper.type-2 { grid-template-columns: repeat(3, 1fr); }
    .footer-left { width: 100%; text-align: center; padding: 0; }
    .footer-logo { margin: 0 auto; margin-bottom: 10px; }
    .footer-right { width: 100%; margin-top: 20px; }
    .social-media { justify-content: center; }
    .event-card { flex-direction: column; }
    .event-image { width: 100%; }
    .event-content { width: 100%; }
    .heading h3 { font-size: 36px; line-height: 44px; }
    .fixed #header { top: 0px; }
    .mega-menu-left-right-wrapper.type-2 .mega-menu-left-right-item { width: 50%; }
    .mega-menu-left-right-wrapper.type-2 { }
    .mega-menu-left-right-wrapper { padding: 10px; margin-bottom: -20px; }
    .mega-menu-left-right-wrapper.type-2 .mega-menu-left-right-item:nth-child(3) { width: 100%; margin-top: 20px; }
    .navbar-expand-xl .navbar-nav .has-mega-menu .dropdown-menu { top: 0 !important; }
    .mega-menu-left-right-item { width: 50%; margin-bottom: 20px; }
    .faculty-wrappper { grid-template-columns: repeat(3, 1fr); gap: 24px; }
    .contact-form { margin-top: 20px; padding: 20px; }
    .mega-menu-wrapper .mega-menu-right { padding: 0; }
    .navbar-expand-xl .navbar-nav .has-mega-menu .dropdown-menu { border-radius: 0; }
    .banner_container h1, .banner_container h2 { font-size: 36px; line-height: 44px; }
    .gallery { grid-template-columns: repeat(3, 1fr); }
    .event-details-right-side { margin-bottom: 20px; }
    .event-details-head h3 { font-size: 36px; }
    .mission-grid { grid-template-columns: repeat(3, 1fr); }
    .event-right-list { padding: 0; margin-top: 20px; width: 100%; }
    .event-left-list { width: 100%; position: relative; }
    .event-left-box { height: 320px; }
    .event-inner-list {  margin-top: 20px; }
    .event__grid {
    grid-template-columns: repeat(3, 1fr);
}
}

/* =================================================  
 ! Small devices (landscape phones, less than 768px)
 ================================================= */
@media (max-width:767.98px) {
    .navbar { height: 60px; }
    .navbar-collapse, .navbar-collapse.collapsing { top: 60px; }
    .navbar .collapse.show { height: calc(100vh - 60px); }
    .navbar-inside { height: calc(100vh - 60px); }
    .content-container { padding: 40px 0; }
    .foundation-wrappper.type-2 { grid-template-columns: repeat(2, 1fr); }
    .foundation-wrappper { grid-template-columns: repeat(2, 1fr); }
    .blog-wrappper { grid-template-columns: repeat(2, 1fr); }
    .footer-menu-box { width: 50%; }
    .footer-menu-box:nth-child(3) { width: 100%; margin-top: 20px; }
    .footer-shocket { justify-content: center; }
    .heading h3 { font-size: 32px; line-height: 40px; }
    .hero-slide-content { padding: 0px; text-align: center; }
    .hero-slide-content h1, .hero-slide-content h2 { font-size: 34px; line-height: 40px; margin-bottom: 10px; }
    .hero-slide { height: 70vh; }
    .hero-slider { height: 70vh; }
    .about-img { margin-bottom: 20px; }
    .heading h5 { padding-left: 34px; }
    .heading h5::before { width: 24px; }
    .heading { margin-bottom: 20px; }
    .why-bg-img { margin-top: 20px; padding: 0; }
    .why-float1 { padding: 12px; }
    .why-float1 h2, .why-float2 h2 { font-size: 30px; max-width: 120px; }
    .faculty-wrappper { grid-template-columns: repeat(2, 1fr); }
    .values-grid { grid-template-columns: 1fr; }
    .map iframe { height: 240px; }
    .banner_container h1, .banner_container h2 { font-size: 27px; line-height: 33px; margin-bottom: 6px; }
    .banner_container { min-height: 180px; }
    .gallery { grid-template-columns: repeat(2, 1fr); margin-top: 20px; }
    .filter-wrapper { gap: 10px; }
    .filter-btn { font-size: 16px; padding: 6px 12px; }
    .blog-inner-details-content h1 { font-size: 32px; margin-bottom: 8px; line-height: 38px; }
    .blog-inner-details-content h2 { font-size: 27px; margin-bottom: 8px; line-height: 33px; }
    .blog-inner-details-content h3 { font-size: 24px; margin-bottom: 8px; line-height: 32px; }
    .blog-inner-details-content h4 { font-size: 22px; margin-bottom: 8px; line-height: 28px; }
    .blog-inner-details-content h5 { font-size: 20px; margin-bottom: 8px; line-height: 27px; }
    .blog-inner-details-content h6 { font-size: 18px; margin-bottom: 8px; line-height: 24px; }
    .blog-inner-content { padding-left: 12px; }
    .events-scheduled-item { flex-wrap: wrap; gap: 10px; }
    .events-scheduled-details h5 { font-size: 18px; }
    .event-details-head h3 { font-size: 27px; }
    .mission-grid-type-2 { grid-template-columns: repeat(2, 1fr); }
    .mission-grid { grid-template-columns: repeat(2, 1fr); }
    .event-left-content h3 {
    font-size: 24px;
    margin: 0;
}
.library-cards { grid-template-columns: repeat(2, 1fr); }
.event__grid {
    grid-template-columns: repeat(2, 1fr);
}
}

/* ======================================================
 ! Extra small devices (portrait phones, less than 576px)
 ====================================================== */
@media (max-width:575.98px) {
    .foundation-wrappper.type-2 { grid-template-columns: 1fr; }
    .foundation-wrappper { grid-template-columns: 1fr; }
    .blog-wrappper { grid-template-columns: 1fr; }
    .event-list-item { width: 100%; }
    .heading h3 { font-size: 27px; line-height: 34px; }
    .hero-slide-content h6 { padding: 6px 10px 6px 10px; font-size: 14px; }
    .hero-slide-content h6::before { display: none; }
    .btn { font-size: 14px; min-width: 120px; }
    .footer-upper .heading { text-align: center; margin-bottom: 20px !IMPORTANT; }
    .footer-upper-form .btn { font-size: 13px; min-width: 70px; }
    .why-float1, .why-float2 { font-size: 24px; max-width: 120px; }
    .faculty-wrappper { grid-template-columns: 1fr; }
    .value-card { flex-wrap: wrap; justify-content: center; }
    .value-content { text-align: center; }
    .value-content h4 { font-size: 18px; }
    .footer-upper { padding: 30px 0px; }
    .footer-upper .heading p { margin-top: 6px; }
    .gallery { grid-template-columns: 1fr; margin-top: 20px; }
    .blog-inner-details-content h1 { font-size: 27px; margin-bottom: 8px; line-height: 33px; }
    .blog-inner-details-content h2 { font-size: 24px; margin-bottom: 8px; line-height: 30px; }
    .blog-inner-details-content h3 { font-size: 22px; margin-bottom: 8px; line-height: 27px; }
    .blog-inner-details-content h4 { font-size: 20px; margin-bottom: 8px; line-height: 24px; }
    .blog-inner-details-content h5 { font-size: 18px; margin-bottom: 8px; line-height: 22px; }
    .blog-inner-details-content h6 { font-size: 16px; margin-bottom: 8px; line-height: 20px; }
    .event-details-time-item { width: 100%; }
    .event-details-time { flex-wrap: wrap; margin-bottom: 20px; }
    .event-details-time-item + .event-details-time-item { border-left: 0; border-top: 1px solid rgba(26, 154, 154, .35); }
    .cd-unit { min-width: 60px; }
    .event-details-head h3 { font-size: 24px; }
    .mission-grid-type-2 { grid-template-columns: 1fr; }
    .mission-grid { grid-template-columns: 1fr; }
    .event-inner-item {
    width: 100%;
}
.event-inner-box-content h5 {
    font-size: 18px;
    margin-bottom: 5px;
}
.event-left-content h3 {
    font-size: 20px;
    margin: 0;
}
.event-right-content h3 {
    font-size: 18px;
}

.event-right-content {
    padding: 14px;
}
.programs-grid { grid-template-columns: 1fr; }
.library-cards { grid-template-columns: 1fr; }
.lib-card {
    height: 320px;
}
.event__grid {
    grid-template-columns: 1fr;
}
}