/** OVERALL STYLE **/
/** color: #1b95e0 **/
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;700;800&family=Inter:wght@400;500;600&family=Play:wght@400;700&display=swap');

html,
body {
    font-family: 'Inter', sans-serif;
    color: #444;
    line-height: 1.6;
    width: 100%;
    min-height: 100%;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 20px;
}

/* Custom Premium Scrollbar */
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
    background: #1b95e0;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
    background: #014f79;
}


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

a,
a:active,
a:hover,
a:focus {
    text-decoration: none;
}

.pad_none {
    padding: 0;
}

.pad {
    padding: 0px 5px 10px 0px;
}

.min_height {
    min-height: 600px;
}

.mar_1 {
    margin: 1% 0;
}

.mar_2 {
    margin: 2% 0;
}

.mar_3 {
    margin: 3% 0;
}

.mar_4 {
    margin: 4% 0;
}

.mar_5 {
    margin: 5% 0;
}

.bg_header {
    background-image: url('images/header_bg.html');
    background-repeat: repeat;
    -webkit-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9991;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    animation: slideDownFade 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

@keyframes slideDownFade {
    from { opacity: 0; transform: translateY(-100%); }
    to { opacity: 1; transform: translateY(0); }
}



.bg_content {
    background-color: #fff;
}

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

/*** HEADER STYLE ***/

.ticker {
    margin: 15px 0 0 0;
    position: relative;
}

.ticker_title span {
    position: absolute;
    top: 0;
    line-height: 40px;
    padding: 0 17px;
    color: #fff;
    font-family: 'Play', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #2790b0;
}

.ticker_title:after {
    content: '';
    position: absolute;
    top: 0;
    left: 144px;
    border-right: 20px solid transparent;
    border-left: 20px solid #2790b0;
    border-bottom: 20px solid transparent;
    border-top: 20px solid transparent;
}

.tickercontainer {
    height: 40px !important;
    border: 1px solid #dfdfdf;
    background-color: white;
}

#webTicker li {
    line-height: 40px !important;
    font-weight: 500;
    font-size: 14px;
    padding: 0 !important;
    font-family: 'Play', sans-serif;
    height: 40px !important;
    color: #666;
}

#webTicker li a {
    color: #666;
}

#webTicker li a:hover {
    color: #2790b0;
}

#webTicker li i {
    padding: 0 7px;
    color: #2790b0;
}

#webTicker li.last i {
    display: none;
}

.tw_title {
    margin: 10px 10px 20px 10px;
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    font-family: 'Play', sans-serif;
    text-transform: uppercase;
    margin-bottom: 0;
    background: url(images/tw_line.html) repeat;
    height: 16px;
}

.tw_title a {
    background: #f8f8f8;
    color: #444;
    padding-right: 11px;
    line-height: 20px;
    position: relative;
    top: -3px;
}

.tw_title a:hover {
    color: #444;
}


.top_nav {
    background-color: #f6f6f6;
}

.top_nav p {
    padding: 10px 0 0 0;
    color: #333;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 600;
}

.info {
    width: 100%;
    float: left;
    margin: 27px 0;
    display: flex;
    justify-content: flex-end;
    gap: 30px;
}

.info li {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: all 0.3s ease;
}

.info li i {
    width: 45px;
    height: 45px;
    border: 1px solid #1b95e0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #1b95e0;
    border-radius: 8px;
    background: rgba(27, 149, 224, 0.05);
    transition: all 0.3s ease;
}

.info li:hover i {
    background: #1b95e0;
    color: #fff;
    transform: translateY(-3px) rotate(10deg);
    box-shadow: 0 5px 15px rgba(27, 149, 224, 0.3);
}

.info li span {
    font-family: 'Play', sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 13px;
    color: #333;
    font-weight: 700;
    line-height: 1.4;
}

.info li:nth-child(2) span {
    text-transform: lowercase;
}


.logo {
    width: 100%;
    float: left;
    margin: 20px 0;
}

.logo img {
    width: auto;
    height: 75px;
    padding: 7px 0;
    transition: transform 0.3s ease;
    animation: bounceIn 1s ease-out;
}

@keyframes bounceIn {
    0% { opacity: 0; transform: scale(0.3); }
    50% { opacity: 1; transform: scale(1.05); }
    70% { transform: scale(0.9); }
    100% { transform: scale(1); }
}

.logo img:hover {
    transform: scale(1.1);
}


.menu_fix {
    background-color: #343e47;
}

.navbar-inverse {
    background-color: #343e47;
    border-color: #fff;
    border: 0;
}

.navbar {
    margin-bottom: 0;
    min-height: 0;
    margin-left: -15px;
    margin-right: -15px;
}

#menu-primary .active {
    background-color: #fff;
}

.navbar-nav>li {
    opacity: 0;
    animation: fadeInUpNav 0.5s ease-out forwards;
}

.navbar-nav>li:nth-child(1) { animation-delay: 0.1s; }
.navbar-nav>li:nth-child(2) { animation-delay: 0.2s; }
.navbar-nav>li:nth-child(3) { animation-delay: 0.3s; }
.navbar-nav>li:nth-child(4) { animation-delay: 0.4s; }
.navbar-nav>li:nth-child(5) { animation-delay: 0.5s; }
.navbar-nav>li:nth-child(6) { animation-delay: 0.6s; }
.navbar-nav>li:nth-child(7) { animation-delay: 0.7s; }
.navbar-nav>li:nth-child(8) { animation-delay: 0.8s; }

@keyframes fadeInUpNav {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

.navbar-nav>li>a {
    position: relative;
    padding: 17px 15px;
    font-family: 'Play', sans-serif;
    font-size: 13px;
    letter-spacing: 1px;
    color: #ddd !important;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.navbar-nav>li>a::after {
    content: '';
    position: absolute;
    bottom: 12px;
    left: 15px;
    right: 15px;
    height: 2px;
    background: #1b95e0;
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.navbar-nav>li>a:hover {
    color: #fff !important;
}

.navbar-nav>li>a:hover::after {
    transform: scaleX(1);
}


.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
    background: transparent !important;
    color: #fff !important;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
    background: transparent !important;
    color: #fff !important;
}

.collapse {
    border-color: transparent !important;
}

.navbar-collapse {
    border-color: transparent !important;
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle {
    border: none;
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background-color: transparent;
}

.navbar-toggle {
    margin-top: 30px;
}

.navbar-toggle .icon-bar {
    width: 30px;
    margin: 7px 0;
    background-color: #000 !important;
}

.navbar-nav>li>.dropdown-menu {
    border-top: 3px solid #014f79;
}

.dropdown-menu>li>a {
    padding: 10px 20px;
    font-size: 13px;
    letter-spacing: 1px;
    border-left: 3px solid transparent;
}

.dropdown-menu>li>a:hover {
    padding: 10px 20px;
    border-left: 3px solid #014f79;
    color: #014f79;
}

/*.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
 }
 */
/*.vertical_menu {
    width:100%;
    float:left;
}
.vertical_nav {
    margin:0;
    padding:0;
}
.vertical_nav li {
    list-style:none;
    padding:15px;
    background-color: #34bee9;
    color:#fff;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    border-left:2px solid transparent;
}
.vertical_nav li:hover {
    border-left:2px solid #34bee9;
    background-color:#555555;
}
.vertical_nav li a {
    color:#fff;
}*/
.social_icons {
    width: 100%;
    float: left;
    margin-top: 20px;
    background-color: #fff;
}

.social {
    margin: 0;
    padding: 15px;
}

.social li {
    list-style: none;
    display: inline;
}

.social li a i {
    padding: 14px;
    width: 45px;
    height: 45px;
    font-size: 18px;
    background-color: #57adac;
    color: #fff;
}

.social li a span.fb i {
    padding: 10px 12px;
}

.social li a span.g_plus i {
    padding: 10px 7px;
}


/**** CONTENT ****/

/*** SLIDER ***/

.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

.carousel-control {
    top: 45%;
    opacity: 1;
}

.carousel-control.left,
.carousel-control.right {
    background-image: none;
}

.carousel-control.left span,
.carousel-control.right span {
    font-weight: bold;
    color: #fff;
    font-size: 16px;
    background: rgba(27, 149, 224, 0.5);
    width: 40px;
    height: 40px;
    padding: 12px 13px;
    border-radius: 50%;
    transition: 0.2s linear all;
}

.carousel-control.left span:hover,
.carousel-control.right span:hover {
    font-weight: bold;
    background: #1b95e0;
}

.carousel-control:focus,
.carousel-control:hover {
    opacity: 1;
}

.carousel-caption {
    bottom: 13%;
    background-color: transparent;
}

.right_zero {
    right: 0;
}

.left_zero {
    left: 0;
}

.carousel-caption h3 {
    padding: 20px 0;
    background-color: rgba(52, 62, 71, 0.7);
    font-size: 34px;
    font-family: 'Play', sans-serif;
}

.carousel-caption h4 {
    font-size: 30px;
    line-height: 1.8em;
    font-family: 'Play', sans-serif;
}

.carousel-caption h3 {
    font-family: 'Outfit', sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.4;
    color: #ffffff !important;
    text-shadow: 2px 2px 10px rgba(0,0,0,1);
}

.ticker {
    font-family: 'Play', sans-serif;
}

.ticker_title span {
    font-family: 'Play', sans-serif;
    font-weight: 700;
}

.premium-content p {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 1.7;
    color: #444;
    text-align: left;
    font-weight: 600;
}

.carousel-caption p {
    font-size: 20px;
}

.item {
    display: none;
    position: relative;
    transition: .1s ease-in-out left;
}

.carousel-indicators .active {
    background-color: #1b95e0;
    border: 1px solid #1b95e0;
}

.carousel-indicators li {
    border: 1px solid #1b95e0;
}

.about_section {
    margin-top: 45px;
    margin-bottom: 55px;
}

.about_box {
    width: 100%;
    float: left;
    border: 1px solid #ddd;
    padding: 5px 15px;
    box-shadow: 0px 1px 1px #DCDFE8;
}

.about_box p {
    text-align: left !important;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.7em;
}

.about_img p {
    text-align: left !important;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.7em;
}

.about_img h3 {
    font-weight: 600;
    text-align: left;
    font-size: 18px;
}

.link {
    padding: 0;
    float: right;
}

.link li {
    letter-spacing: 1px;
    list-style: none;
    color: #1b95e0;
}

.about_section h1 {
    font-size: 24px;
    padding-bottom: 15px;
}

.about_section h1 span {
    color: #1b95e0;
}

.more_link {
    margin: 25px 0;
    padding: 0;
    list-style: none;
}

.more_link li a {
    line-height: 18px;
    border: 2px solid #1b95e0;
    color: #1b95e0;
    padding: 10px 25px 10px 25px;
    border-radius: 3px;
    cursor: pointer;
    letter-spacing: 1px;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

.more_link li a:hover {
    background-color: #1b95e0;
    border: 1px solid #1b95e0;
    color: #fff;
}

.info_section {
    padding: 65px 0 25px 0;
    background-color: #f1f1f1;
}

.feat_item {
    margin-bottom: 45px;
    border: 1px solid #ddd;
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
}

.feat_item:hover {
    background-color: #f7f7f7;
}

.feat_item:hover i {
    color: #1b95e0;
}

.feat_item i {
    float: left;
    margin: 13px 20px 0 0;
    width: 80px;
    height: 80px;
    padding: 23px;
    color: #6d6d6d;
    font-size: 32px;
    position: relative;
    z-index: 1;
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
}

.feat_item h3 {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    color: #014f79;
}

.feat_item p {
    letter-spacing: 1px;
    font-size: 13px;
    line-height: 1.6em;
}

.services {
    /* background: url('images/ser_bg.jpg');
    background-attachment: fixed;
    background-size: cover; */
    padding: 30px 0 60px 0;
    position: relative;
    background: #f7f7f7;
}

.ser_overlay {
    z-index: 2;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(23, 23, 23, 0.5);
}

.services h3 {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 50px;
}

.services h3 span {
    border-bottom: 1px solid #ddd;
    padding-bottom: 7px;
}

.sevices_title {
    color: #343e47;
    margin: 25px 0 15px 0;
    font-weight: 600;
    position: relative;
    z-index: 3;
}

.ser_icon {
    width: 64px;
    height: 64px;
    margin: 0 auto;
    padding: 8px;
    border: 1px solid #1b95e0;
    text-align: center;
    color: #1b95e0;
    font-size: 32px;
    position: relative;
    z-index: 3;
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
}

.col-lg-3:hover .ser_icon {
    color: #7d7d7d;
    border: 1px solid #7d7d7d;
}

.sevices_content {
    color: #666;
    padding: 5px 0;
    font-size: 13px;
    line-height: 1.8em;
    letter-spacing: 1px;
    position: relative;
    z-index: 3;
}

.sevices_content a {
    font-size: 13px;
    color: #749dff;
}

.sevices_content a:hover {
    color: #7d7d7d;
}

.view_mr {
    margin-top: 25px;
    padding: 0;
    text-align: center;
    width: 100%;
    float: left;
}

.view_mr li {
    list-style: none;
}

.view_mr a {
    padding: 7px 35px;
    border: 2px solid #1b95e0;
    border-radius: 4px;
    color: #1b95e0;
    cursor: pointer;
    letter-spacing: 1px;
    transition: all .2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}

.view_mr a:hover {
    background-color: #1b95e0;
    border: 2px solid #1b95e0;
    color: #fff;
}

.event_section {
    background-color: #f1f1f1;
    padding: 45px 0;
}

.gal_post {
    margin-top: 20px;
}

.gal_img {
    overflow: hidden;
    position: relative;
}

.gal_post img {
    height: auto;
    max-width: 100%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.gal_post:hover img {
    transform: translateZ(0) scale(1.1, 1.1);
    -moz-transform: translateZ(0) scale(1.1, 1.1);
    -webkit-transform: translateZ(0) scale(1.1, 1.1);
    -ms-transform: none;
}

.gal_post:hover .gal_img:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(27, 149, 224, 0.5);
    z-index: 2;
    top: 0;
    left: 0;
    transition: background 0.3s;
    -webkit-transition: background 0.3s;
}

.gal_post h4 {
    font-weight: 600;
    color: #fff;
    background: #1b95e0;
    margin-top: 0;
    padding: 15px 10px;
    font-size: 15px;
}

.gal_post h4 a,
.gal_post h4 a:hover {
    color: #fff;
}

/***** SIDEBAR ******/

.home-widget-item h3 {
    background-color: #1b95e0;
    padding: 18px 18px 18px 62px;
    color: #fff;
    position: relative;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600;
}

.home-widget-item h3 i {
    padding-right: 15px;
    font-size: 24px;
}

.tribe-list-widget {
    list-style: none;
    padding: 0px;
    margin-bottom: 0px;
    background-color: #eee;
}

.tribe-list-widget li {
    padding: 0 0 15px 15px;
    border-bottom: 1px solid #ccc;
}

.tribe-list-widget li:last-child {
    border-bottom: 1px solid transparent;
}

.tribe-events-widget-link {
    background-color: #4c4c4c !important;
    padding: 15px !important;
}

.tribe-events-widget-link a,
.tribe-events-widget-link a:hover {
    color: #fff;
}

.tribe-event-title {
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 3px;
}

.tribe-event-title a {
    color: #1b95e0;
}

.tribe-event-title a:hover {
    color: #1b95e0;
}

.tribe-event-duration {
    font-size: 12px;
}

.home-widget-item p {
    padding: 20px 15px;
    background-color: #eee;
}

.widget-item {
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    border: 1px solid #eee;
}

.widget-title {
    background-color: #1b95e0 !important;
    padding: 18px 20px !important;
    color: #fff !important;
    margin-bottom: 0 !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    text-transform: none !important;
}

.widget-item ul {
    background: #fff !important;
    border: none !important;
    padding: 10px 0 !important;
    margin: 0 !important;
}

.widget-item ul li {
    list-style: none !important;
}

.widget-item ul li a {
    display: block !important;
    padding: 10px 20px !important;
    background: transparent !important;
    border-bottom: 1px dotted #ccc !important;
    color: #1b95e0 !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
}

.widget-item ul li a::before {
    content: '•';
    padding-right: 12px;
    color: #444;
    font-size: 18px;
    vertical-align: middle;
}

.widget-item ul li a:hover {
    padding-left: 25px !important;
    background-color: #f9f9f9 !important;
    color: #333 !important;
}

.widget-item ul li.current_page_item a {
    color: #222 !important;
    background-color: #f0f0f0 !important;
    position: relative !important;
}

.widget-item ul li.current_page_item a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #222; /* Single black arrow pointing LEFT as per design */
    display: block !important;
}


.owl_section {
    padding: 75px 0 75px 0;
    background-color: #fff;
}

.span12 {
    margin-top: 25px;
}

.owl_section h6 {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.owl_section h6 span {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 16px;
    font-weight: 600;
}

/**** OWL SLIDER ******/

#owl-demo .item {
    margin: 10px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}

.customNavigation {
    text-align: center;
    display: inline;
    float: right;
    width: 100px;
    height: 50px;
}

.customNavigation a {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    border: 1px solid #093d55;
    color: #093d55;
    padding: 2px 8px;
    transition: all 0.3s linear;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.customNavigation a:hover {
    border: 1px solid #093d55;
    background-color: #fff;
    color: #093d55;
}

.car_section {
    padding: 50px 0 75px 0;
    background-color: #f7f7f7;
}

.car_section h3 {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

.car_section span {
    border-bottom: 1px solid #ddd;
    padding-bottom: 7px;
}

.car_section h6 span {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 16px;
    font-weight: 600;
}

.car_post {
    width: 100%;
    float: left;
    margin: 25px 0;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #ddd;
}

.car_post h4 {
    padding: 0 15px;
    font-weight: 600;
    margin: 20px 0 15px 0;
}

.car_post p {
    padding: 0 15px;
    text-align: justify;
    letter-spacing: 1px;
}

.car_det {
    width: 100%;
    float: left;
    background-color: #fff;
}

.more {
    width: 100%;
    margin: 0;
    padding: 15px 15px 25px 15px;
    float: left;
    background-color: #fff;
}

.more li {
    list-style: none;
    text-align: right;
}

.more li a {
    padding: 7px 20px;
    background-color: none;
    border: 1px solid #014f79;
    border-radius: 3px;
    letter-spacing: 1px;
    cursor: pointer;
    color: #014f79;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

.more li a:hover {
    background-color: #014f79;
    border: 1px solid #014f79;
    color: #fff;
}

.det_section {
    /*background: url('images/det_section.jpg');
    background-attachment: fixed;
    background-size: cover;*/
    position: relative;
    padding: 40px 0;
    margin: 0;
}

.title {
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
    font-weight: 600;
    color: #093d55;
    margin-bottom: 30px;
    letter-spacing: 2px;
    font-size: 20px;
}

.title span {
    border-bottom: 1px solid #ddd;
    padding-bottom: 7px;
}

.page_title {
    font-family: 'Outfit', sans-serif;
    font-size: 32px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #2c3e50;
    margin: 30px 0;
}

.bread {
    font-family: 'Play', sans-serif;
    font-size: 14px;
    color: #777;
    margin: 15px 0;
}

.bread a {
    color: #1b95e0;
    font-weight: 700;
}

.widget-title {
    font-family: 'Outfit', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #1b95e0;
    border-bottom: 2px solid #1b95e0;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.det_section h4 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 17px;
    color: #093d55;
}

.det_section p {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.5em;
}

.club_list {
    margin: 0 0 10px 0;
    padding: 0;
}

.club_list li {
    list-style: none;
    padding: 3px 0;
    font-weight: 600;
}

/*** ARCHIVE PAGE ***/

.arc_gallery {
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin: 8px;
    min-width: 230px;
    max-width: 400px;
    width: 100%;
    color: #000000;
    font-size: 16px;
    line-height: 1.2em;
    text-align: center;
    font-weight: 300;
}

.arc_gallery *,
.arc_gallery *:before,
.arc_gallery *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.65s ease;
    transition: all 0.65s ease;
}

.arc_gallery:after {
    -webkit-transition: all 0.65s ease;
    transition: all 0.65s ease;
    position: absolute;
    height: 0px;
    width: 0px;
    bottom: -478px;
    right: -478px;
    border-radius: 50%;
    border: 500px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.8);
    border-right-color: rgba(0, 0, 0, 0.8);
    content: '';
    opacity: 0.8;
}

.arc_gallery img {
    max-width: 100%;
    vertical-align: top;
}

.arc_gallery i {
    position: absolute;
    bottom: -10px;
    right: -10px;
    border-radius: 50%;
    display: block;
    z-index: 10;
    line-height: 64px;
    width: 64px;
    background: #343e47;
}

.arc_gallery i:before,
.arc_gallery i:after {
    border-radius: 50%;
}

.arc_gallery i:before {
    color: #ddd;
    background-color: #343e47;
    font-size: 18px;
    line-height: 64px;
    text-align: center;
    width: 64px;
}

.arc_gallery i:after {
    position: absolute;
    top: -14px;
    bottom: -14px;
    left: -14px;
    right: -14px;
    border: 15px solid #ddd;
    border-bottom-color: #2980b9;
    border-right-color: #2980b9;
    content: '';
    z-index: -2;
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.5);
}

.arc_gallery i:hover {
    background-color: #343e47;
    cursor: pointer;
}

.footer_bg h3 {
    font-family: 'Outfit', sans-serif;
    color: #fff;
    font-size: 20px;
    margin-bottom: 25px;
    font-weight: 600;
}

.arc_gallery h3 {
    top: 5px;
    color: #fff;
    font-size: 16px;
    margin: 0;
    opacity: 0;
    padding: 10px 15px;
    position: absolute;
    left: 0;
    text-transform: uppercase;
    z-index: 3;
}

.arc_gallery a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
}

.arc_gallery:hover:after,
.arc_gallery.hover:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.arc_gallery:hover img,
.arc_gallery.hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.arc_gallery:hover i:before,
.arc_gallery.hover i:before {
    color: #2980b9;
}

.arc_gallery:hover i:after,
.arc_gallery.hover i:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.arc_gallery:hover h3,
.arc_gallery.hover h3 {
    opacity: 1;
}



/** CONTACT FORM STYLE **/

.wpcf7-form label {
    font-weight: 600;
}

.wpcf7-form input[type="text"] {
    border: 1px solid #444;
    padding: 10px 13px;
    width: 100%;
    margin-top: 10px;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
}

.wpcf7-form input[type="text"]:focus {
    outline: 0;
    background: #f8f8f8;
    color: #444;
}

.wpcf7-form input[type="email"] {
    border: 1px solid #444;
    padding: 10px 13px;
    width: 100%;
    margin-top: 10px;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
}

.wpcf7-form input[type="email"]:focus {
    outline: 0;
    background: #f8f8f8;
    color: #444;
}

.wpcf7-form input[type="tel"] {
    border: 1px solid #444;
    padding: 10px 13px;
    width: 100%;
    margin-top: 10px;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
}

.wpcf7-form input[type="tel"]:focus {
    outline: 0;
    background: #f8f8f8;
    color: #444;
}

.wpcf7-form textarea {
    border: 1px solid #444;
    padding: 10px 13px;
    width: 100%;
    height: 90px;
    margin-top: 10px;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
}

.wpcf7-form textarea:focus {
    outline: 0;
    background: #f8f8f8;
    color: #444;
}

.wpcf7-form select {
    border: 1px solid #444;
    padding: 7px 10px;
    width: 100%;
    margin-top: 10px;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
}

.wpcf7-form select:focus {
    outline: none;
}

.wpcf7-form input[type="submit"] {
    margin-top: 10px;
    outline: none;
    background-color: #fff;
    padding: 5px 25px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    border: 2px solid #4c4c4c;
    color: #4c4c4c;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

.wpcf7-form input[type="submit"]:hover {
    border: 2px solid #4c4c4c;
    background-color: #4c4c4c;
    color: #fff;
}

.wpcf7-form input[type="submit"]:focus {
    outline: 0;
}

div.wpcf7-mail-sent-ok {
    border: 0px solid #398f14;
    color: #398f14;
}

div.wpcf7-validation-errors {
    border: 0px solid #f7e700;
    color: #f00;
}

div.wpcf7-spam-blocked {
    border: 0px solid #ffa500;
}

div.wpcf7-response-output {
    margin: 0;
}

/** IMAGES STYLE **/

img.alignright {
    float: right;
    margin: 0 0 1em 1em
}

img.alignleft {
    float: left;
    margin: 0 1em 1em 0
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

a img.alignright {
    float: right;
    margin: 0 0 1em 1em
}

a img.alignleft {
    float: left;
    margin: 0 1em 1em 0
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

/***** IMAGE MASONRY GALLERY POST VIEW STYLE *****/


#list .gallery-item {
    float: left;
    margin-top: 0px !important;
    text-align: center;
    padding: 5px;
    width: 25%;
    margin-bottom: 0;
}

#list .gallery .gallery-item a img {
    width: 100%;
    padding: 4px;
    border: 1px solid #ddd;
    margin-bottom: 0.3em;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
}

.items_list {}

.post_name h5 {
    padding: 5px 0;
}

.post_name h5 a {
    color: #000;
    font-size: 18px;
    font-weight: 600;
}

.post_name h5 a:hover {
    color: #000;
}


/**** PAGE STYLE ****/

.bg_page {
    background: linear-gradient(135deg, #f3f3f3 0%, #ffffff 100%);
    padding: 20px 0;
}

.page_title {
    margin-top: 40px;
    margin-bottom: 45px;
    font-size: 36px;
    font-weight: 700;
    color: #343e47;
    letter-spacing: -0.5px;
}

.page_bor {
    border-bottom: 1px solid #eee;
    background: #fdfdfd;
}

.bread {
    margin: 15px 0;
    background: rgba(27, 149, 224, 0.05);
    padding: 10px 20px;
    border-radius: 50px;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
}

.bread a {
    color: #666;
    transition: color 0.3s ease;
}

.bread a:hover {
    color: #1b95e0;
}

.bread i {
    padding: 0 8px;
    color: #bbb;
    font-size: 11px;
}


.page_des {
    margin-top: 20px;
}

.page_des p {
    line-height: 1.8em;
    letter-spacing: 0.4px;
    font-weight: 600;
    font-family: "Raleway Webfont";
}

.rale_font {
    font-family: 'Inter', sans-serif;
}

.rale_font h4 {
    font-family: 'Outfit', sans-serif;
    margin-top: 15px;
    line-height: 25px;
    font-weight: 700;
    font-style: normal;
    color: #1b95e0;
    font-size: 20px;
}

.rale_font p {
    font-family: 'Inter', sans-serif;
    line-height: 1.8em;
    letter-spacing: 0.4px;
    font-weight: 600;
    color: #444;
    text-align: justify;
    text-justify: inter-word;
}

.evans_block_quote {
    padding: 25px;
    margin-top: 10px;
    margin-bottom: 29px !important;
    background-color: #FAFAFA;
    border-left: 4px solid #ff7264;
    line-height: 30px;
    font-size: 17px;
    font-weight: 500;
    color: #82878B;
}

blockquote {
    font-size: 18px;
    line-height: 28px;
    margin: 30px 0;
    padding: 0 25px 25px 60px;
    background-color: #FAFAFA;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 5px solid transparent;
    color: #999;
    font-style: italic;
}

blockquote:before {
    content: "\f10d";
    font-family: FontAwesome;
    left: -48px;
    top: 35px;
    position: relative;
    font-size: 23px;
    color: #1b95e0;
}

.obj_list {
    margin: 0;
    padding: 0;
}

.obj_list li {
    list-style: none;
    padding: 3px 0;
    letter-spacing: 0.3px;
}

.obj_list li i {
    color: #1b95e0;
    padding-right: 7px;
}

.term_list {
    margin: 0;
    padding: 0;
}

.term_list li {
    list-style: none;
    position: relative;
    padding-top: 7px;
    font-weight: 600;
}

.term_list li span {
    position: absolute;
    left: 0;
}

.sub_list {
    margin: 0;
    padding: 0;
}

.sub_list li {
    list-style: none;
    font-weight: 600;
    padding: 5px 0;
    letter-spacing: 0.3px;
}

.sub_list li i {
    color: #1b95e0;
    padding-right: 10px;
}

.add_list {
    margin: 0;
    padding: 0;
}

.add_list li {
    font-family: Lato;
    list-style: none;
    font-weight: 600;
    padding: 2px 0;
    letter-spacing: 0.4px;
}








/** FOOTER STYLE **/

.footer {
    width: 100%;
    float: left;
    background: url('images/top_footer.html') top repeat-x;
}

.curveimg {
    width: 100%;
    float: left;
    height: 9px;
}

.footer_bg {
    width: 100%;
    float: left;
    padding: 40px 0 20px;
    background: #1e272e;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.footer_bg h3 {
    color: #fff;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 15px;
}

.footer_bg h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background: #1b95e0;
}

.foot_links {
    margin: 0;
    padding: 0;
    list-style: none;
}

.foot_links li {
    padding: 8px 0;
    transition: transform 0.3s ease;
}

.foot_links li:hover {
    transform: translateX(10px);
}

.foot_links li a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    font-weight: 500;
    transition: color 0.3s ease;
    display: flex;
    align-items: center;
}

.foot_links li a:hover {
    color: #1b95e0;
}

.foot_links li a::before {
    content: '\f105';
    font-family: FontAwesome;
    margin-right: 10px;
    font-size: 12px;
}

.bor_top {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 20px;
}

.footer_text {
    padding: 15px 0;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
    font-size: 13px;
}

.footer_text a {
    color: #1b95e0;
    font-weight: 600;
}


/* Center Navbar Buttons (Added by AI) */
@media (min-width: 768px) {
    .navbar-collapse#myNavbar {
        text-align: center;
    }

    .navbar-nav.menu_top {
        float: none !important;
        display: inline-block;
    }
}

/* Navbar Premium Animations (Added by AI) */
@media (min-width: 768px) {
    .navbar-nav.menu_top>li>a {
        position: relative !important;
        transition: all 0.3s ease !important;
        border-radius: 15px !important;
        /* Refined border size */
        margin: 0 3px;
        padding-left: 18px !important;
        padding-right: 18px !important;
    }

    /* Underline Hover Effect restored as requested */
    .navbar-nav.menu_top>li>a::after {
        content: '';
        position: absolute;
        bottom: 6px;
        left: 50%;
        width: 0;
        height: 1px;
        background: #fff;
        transition: all 0.3s ease;
        transform: translateX(-50%);
    }

    .navbar-nav.menu_top>li>a:hover {
        background-color: rgba(255, 255, 255, 0.1) !important;
        color: #fff !important;
        transform: translateY(-2px);
    }

    .navbar-nav.menu_top>li>a:hover::after {
        width: 20%;
    }

    /* Reduced click animation size as requested */
    .navbar-nav.menu_top>li>a:active {
        transform: translateY(0) scale(0.95);
        /* Reduced scale effect */
        background-color: rgba(255, 255, 255, 0.15) !important;
    }
}
/* Equalize heights for About Section cards */
.about_section .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

/* Premium Card Styling (Added by AI) */
.premium-card {
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.premium-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}

.premium-img-wrapper {
    position: relative;
    width: 100%;
    padding-top: 100%; /* Better for about us portraits */
    overflow: hidden;
    background: #f8f9fa;
}

.premium-img-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.6s ease;
}

.premium-card:hover .premium-img-wrapper img {
    transform: scale(1.08);
}

.premium-content {
    padding: 25px;
    text-align: left;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.premium-content h3 {
    margin: 0 0 15px 0;
    color: #2c3e50;
    font-weight: 700;
    font-size: 19px;
    border-left: 4px solid #3498db;
    padding-left: 15px;
    line-height: 1.2;
}

.premium-content p {
    color: #5d6d7e;
    line-height: 1.6;
    font-size: 13.5px;
    margin-bottom: 20px;
    flex-grow: 1;
}

.link-premium {
    display: inline-flex;
    align-items: center;
    color: #3498db;
    font-weight: 600;
    text-decoration: none !important;
    transition: all 0.3s ease;
    font-size: 14px;
}

.link-premium:hover {
    color: #2980b9;
    padding-left: 5px;
}

/* Page-specific overrides for About Us */
.about-page-card .premium-img-wrapper {
    padding-top: 60% !important; /* Zooms out the image by making the crop less vertical */
}


/* Rectangular crop for facility images (Added by AI) */
.facility-img-rect-wrapper {
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio */
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    margin-bottom: 20px;
}

.facility-img-rect-wrapper img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    transition: transform 0.5s ease;
}

.facility-img-rect-wrapper:hover img {
    transform: translate(-50%, -50%) scale(1.05);
}

/* Focus on student faces for the vertical Transportation image */
.facility-img-rect-wrapper img.transport-focus {
    object-position: center 15% !important; /* Shifts the crop up to prioritize faces */
}

/* --- Premium Kinetic Gallery Rollers --- */

.gallery-roller-section {
    padding: 60px 0;
    overflow: hidden;
    background: #f8f9fa;
}

.gallery-roller-container {
    width: 100%;
    margin-bottom: 40px;
    position: relative;
    user-select: none;
}

.roller-track {
    display: flex;
    gap: 20px;
    width: max-content;
}

/* Row 1: Left Scroll */
.track-left {
    animation: scrollLeft 40s linear infinite;
}

/* Row 2: Right Scroll */
.track-right {
    animation: scrollRight 40s linear infinite;
}

.roller-track:hover {
    animation-play-state: paused;
}

.roller-item {
    flex: 0 0 auto;
    width: 350px;
    height: 220px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    border: 3px solid #fff;
}

.roller-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.roller-item:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
    z-index: 10;
}

.roller-item:hover img {
    transform: scale(1.1);
}

@keyframes scrollLeft {
    0% { transform: translateX(0); }
    100% { transform: translateX(calc(-50% - 10px)); }
}

@keyframes scrollRight {
    0% { transform: translateX(calc(-50% - 10px)); }
    100% { transform: translateX(0); }
}

@media (max-width: 768px) {
    .roller-item {
        width: 250px;
        height: 160px;
    }
    .track-left, .track-right {
        animation-duration: 25s;
    }
}

/* --- Gallery Intro Styling --- */
.gallery-welcome-section {
    margin-bottom: 40px;
}

.premium-sub-title {
    font-size: 28px;
    font-weight: 700;
    color: #014f79;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

.premium-sub-title:after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 60px;
    height: 3px;
    background: #1b95e0;
}

.premium-text {
    line-height: 1.8;
    color: #555;
    font-size: 15px;
}

.premium-divider {
    height: 1px;
    background: linear-gradient(to right, #1b95e0, transparent);
    margin: 30px 0;
}

.roller-title {
    font-weight: 600;
    color: #343e47;
    margin-bottom: 25px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* --- Premium Content Modernization --- */

.premium-content-card {
    background: #ffffff;
    border-radius: 15px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
}

.premium-content-card:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
}

.premium-accent-heading {
    color: #014f79;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 12px;
}

.premium-accent-heading::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background: #3498db;
    border-radius: 2px;
}

.premium-list {
    list-style: none;
    padding: 0;
}

.premium-list li {
    position: relative;
    padding: 10px 0 10px 25px;
    color: #5d6d7e;
    font-weight: 500;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.premium-list li:last-child {
    border-bottom: none;
}

.premium-list li::before {
    content: '\f105';
    font-family: FontAwesome;
    position: absolute;
    left: 5px;
    color: #3498db;
    font-weight: 900;
}

.contact-icon-box {
    width: 50px;
    height: 50px;
    background: #ebf5fb;
    color: #3498db;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    font-size: 20px;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.premium-content-card:hover .contact-icon-box {
    background: #3498db;
    color: #fff;
    transform: rotate(10deg);
}

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

.info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
    margin-top: 20px;
}


/* --- Phone Number Styling --- */
.nice-phone-font {
    font-family: 'Play', sans-serif;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #2c3e50;
    display: inline-block;
}
