@font-face{
	font-family: Jost-regular;
    src: url("../font/Jost/Jost-Regular.ttf");
}
@font-face{
	font-family: Jost-Light;
    src: url("../font/Jost/Jost-Light.ttf");
}

@font-face{
	font-family: Jost-medium;
    src: url("../font/Jost/Jost-Medium.ttf");
}
@font-face{
	font-family: Jost-bold;
    src: url("../font/Jost/Jost-Bold.ttf");
}
@font-face{
	font-family: Jost-SemiBold;
    src: url("../font/Jost/Jost-SemiBold.ttf");
}

@font-face{
	font-family: Poppins-Regular;
    src: url("../font/Poppins/Poppins-Regular.ttf");
}
@font-face{
	font-family: Poppins-Bold;
    src: url("../font/Poppins/Poppins-Bold.ttf");
}
@font-face{
	font-family: Poppins-Medium;
    src: url("../font/Poppins/Poppins-Medium.ttf");
}
@font-face{
	font-family: Poppins-SemiBold;
    src: url("../font/Poppins/Poppins-SemiBold.ttf");
}



body{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: Poppins-Regular;
	overflow-x: hidden;
}
p{
	color: #808080;
	font-size: 16px;
	font-family: Poppins-Regular;
}
ul{
	list-style-type: none;
	padding-left: 0px;
}
li{
	list-style-type: none;
	padding-left: 0px;
}
h1{
	font-size: 45px;
	font-family: Jost-medium;
	
}
h2{
	font-size: 35PX;
	font-family: Jost-medium;
}
h4{
	font-size:22px;
	font-family: Jost-medium;
}
h5{
	font-size:18px;
}
a{
	color: #101010;
	font-size: 18px;
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}

.upper-header-area{
	background-color: #1C3F3A;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
}
.upper-header-area .flex_area{
	display: flex;
	justify-content: space-between;
	align-items: center;

}
.upper-header-area .header-text{
	text-align: center;
	margin-top: 20px;
}
.upper-header-area .header-text h1{
	font-family: Jost-regular;
	color: #01FFFF;
}
.upper-header-area .header-text h1,
.upper-header-area .header-text p{
	display: block;
    line-height:30px;
	
}

.upper-header-area .header-text p{
	color: #ffffff;
	font-size: 16px;
}
.header-menu{
	background-color: #ffff;
}
.header-bred-cum-area{
	margin-top: 8px;
	margin-bottom: 5px;
	
}
.header-bred-cum-area .bread-cum-menu{
	display: flex;
	justify-content: space-between;
	align-items: center;

}
.header-bred-cum-area .bread-cum-menu .login-reg-box li a{
	color: #101010;
	font-family: Jost-medium;
	font-size: 16px;
}
.bread-cum-menu{
	border-bottom: 1px solid #777777;
}
.bread-cum-menu ul{
	list-style-type: none;
	padding-left: 0px;
}
.cat-banner-mob{
	display: none;
}
.bread-cum-menu ul li{
	display: inline-block;
	margin-right: 10px;
	position: relative;
}
.bread-cum-menu ul li a{
	font-size: 14px;
	font-family: Jost-regular;
	color: #0071BC;
}
.bread-cum-menu ul li:not(:last-child)::after {
    content: " / ";
    color: #0071BC; 
    font-size: 10px;
    margin-left: 10px;
}
.navbar .nav-item .nav-link{
	margin-right: 30px;
	color: #000000;
	text-transform: uppercase;
	font-family: Jost-regular;
	font-size: 16px;
	margin-left: -8px;
}
.navbar{
	padding-top: 15px;
	padding-bottom: 15px;
}

.navbar form input[type="text"]{
	width: 100%;
	background-color: #EBEBEB;
	border-radius: 0px;
	padding: 15px 15px 15px 25px;
	outline: none;
	border:none;
}
.navbar form input::placeholder{
	font-size: 14px;
	font-family: Poppins-Regular;
}
.navbar form input[type="submit"]{
	background-color: #3896ED;
	color: #ffffff;
	text-transform: uppercase;
	font-family: Jost-bold;
	border:none;
	outline: none;
	padding: 0 25px 0 25px;
	font-size: 18px;
}

/* Left side single background image */
.img-single {
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    aspect-ratio: 16 / 9; /* Keeps height reduced */
    max-height: 60vh; /* Adjust to desired height */
}

/* Right side grid layout */
.parent {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 5px;
    height: 100%;
    max-height: 50vh; /* Matches left side */
}

/* Ensure the images inside the grid match the height dynamically */
.collapse-div-img {
    width: 100%;
    height: auto;
    display: flex;
    align-items: stretch;
    position: relative;
}

.collapse-div-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 16 / 9; /* Keeps images proportional */
}
.mobile-search{
	display: none;
}
/* Responsive Fixes */
@media (max-width: 768px) {
    .row {
        flex-direction: column;
    }
    .parent {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(4, auto);
        max-height: none;
    }
    .img-single {
        height: 250px; /* Adjusted for smaller screens */
    }
}

.div1 { grid-area: 1 / 1 / 2 / 2; }
.div2 { grid-area: 1 / 2 / 2 / 3; }
.div3 { grid-area: 2 / 1 / 3 / 2; }
.div4 { grid-area: 2 / 2 / 3 / 3; }
/* Remove default container-fluid padding */
.banner-area .container-fluid {
    padding: 0;
    margin: 0;
    max-width: 100vw; /* Prevents overflow */
}

/* Ensure row and columns stretch full width */
.banner-area .row {
    margin: 0;
    width: 100%;
    max-width: 100vw; /* Ensures it does not exceed viewport width */
    display: flex;
    flex-wrap: nowrap; /* Prevents wrapping issues */
    column-gap: 5px;
}

/* Prevent columns from overflowing */
.banner-area .col-md-6 {
    padding: 0;
    flex: 1;
    min-width: 0; /* Prevents flexbox from causing overflow */
}
.banner-img{
	position: relative;
}
.banner-img::before{
	background: linear-gradient(to top, rgba(0,0,0,0.9)10%, rgba(0,0,0,0.0)100%);
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	height: 300px;
	content: "";
}
.collapse-div-img::before{
	background: linear-gradient(to top, rgba(0,0,0,0.9)10%, rgba(0,0,0,0.0)100%);
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	height: 100px;
	content: "";
	z-index: 100;
}
.collapse-div-img .banner-text-title {
	z-index: 1000;
}
.collapse-div-img img{
	transform: scale(1.0);
	transition: 0.5s;
}

.banner-text-title{
	position: absolute;
	left: 25px;
	right: 25px;
	bottom: 25px;

}
.banner-text-title h1 a{
	color: #ffffff;
	text-transform: uppercase;
	font-size: 35PX;
}
.banner-text-title p{
	color: #ffffff;
}
.banner-text-title h4 a{
	color: #ffffff;
	text-transform: uppercase;
	font-family: Jost-medium;
	font-size: 22px;
}
.section-padding{
	padding-top: 20px;
	padding-bottom: 20px;
}
.welcome-area {
	background-color: #EFEFEF;
}
.welcome-area .welcome_text{
	padding: 30px;
}
.section-title h4{
	font-size: 20px;
	color: #DF193A;
	font-family: Jost-medium;
	text-transform: uppercase;
}
.welcome-area .section-title{
	border-bottom: 1px solid #777777;
}
.welcome-area .welcome-body{
	margin-top: 25px;
}
.btn-bg-light{
	background-color: #ffffff;
	padding: 10px 5px 10px 5px;
	color: #000000;
	font-size: 13px;
	font-family: Poppins-Regular;
	width: 150px;
	border-radius: 0px;
}
.btn-bg-light:hover{
	background-color: transparent;
	color: #000000;
	border:1px solid #000000;
}
.mission-vission-box{
	background-color: #EFEFEF;
	padding: 20px;
}
.mission-vission-box img {
    width: 100%;
    max-height: 182px;
}
.mission-vission-box .mission_box_img{
	overflow: hidden;

}
.mission-vission-box .mission_box_img img{
	transform: scale(1.0);
	transition: 0.5s;
}
.mission-vission-box:hover .mission_box_img img{
	transform: scale(1.1);
}
.mission-vission-box .mission_vissin_text_tiles h4{
	color: #DF193A;
	text-transform: uppercase;
	font-size: 20px;
	font-family: Jost-medium;
}
.video-area{
	position: relative;
	background-color: #EFEFEF;
	padding: 20px;
}
.video-area img{
	width: 100%;
}
.video-area a {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	max-width: 100px;
}
.popup {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.8);
            justify-content: center;
            align-items: center;
        }

        .popup-content {
            position: relative;
            background: #fff;
            padding: 10px;
            width: 80%;
            max-width: 700px;
            border-radius: 8px;
        }

        .popup iframe {
            width: 100%;
            height: 400px;
        }

        .close-btn {
            position: absolute;
            top: -10px;
            right: -10px;
            background: red;
            color: white;
            border: none;
            border-radius: 50%;
            width: 30px;
            height: 30px;
            cursor: pointer;
            font-size: 16px;
        }

.color-tiles{
	background-color: #75FA95;
	padding: 20px;
	height: 300px;
}        
.color-tiles-details h4{
	font-family: Jost-medium;
	color: #000000;
	text-transform:uppercase;
}

.color-tiles-details ul {
    list-style: none; /* Remove default bullets */
    padding-left: 0; /* Ensure alignment */
}

.color-tiles-details ul li {
    display: flex; /* Enables flexbox for alignment */
    align-items: center; /* Align dot and text vertically */
    gap: 8px; /* Space between dot and text */
    margin-bottom: 10px;
}

.color-tiles-details ul li::before {
    content: "●"; /* Unicode dot */
    color: #4D4D4D; /* Change dot color if needed */
    font-size: 14px; /* Adjust size */
    flex-shrink: 0; /* Prevents dot from shrinking */
}
.color-tiles-details ul li a{
	color: #4D4D4D; 
	font-size: 14px;
	transition: 0.5s
}
.color-tiles-details ul li a:hover{
	color: #000000;
}
.border-title-bottom{
	border-bottom: 1px solid #777777;
	padding-bottom: 10px;
}
.goal-area{
	background-color: #EFEFEF;
	padding: 20px;
}
.goal_slider .goal_tiles img{
	width: 100%;

}
.goal_slider .goal_tiles .goal_details{
	padding: 20px;
	background-color: #ffffff;
}
.goal_details h5{
	color: #FE0002;
	font-weight: 300;
	font-family: Jost-Light;
	font-size: 18px;
}
.goal_details h4{
	color: #000000;
	font-family: Jost-medium;
	font-size: 18px;
}
.goal_details p{
	font-size: 13px;
}
.goal_slider .owl-nav {
    position: absolute;
    top: 20%;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none; /* Ensures nav does not interfere with clicks */
}

.goal_slider .owl-nav .owl-prev,
.goal_slider .owl-nav .owl-next {
    background-color: #ffffff !important;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center; /* Corrected to align properly */
    padding: 5px;
    border-radius: 50%;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    pointer-events: auto; /* Re-enables clicking */
}

.goal_slider .owl-nav .owl-prev {
    position: absolute;
    left: -10px;
}

.goal_slider .owl-nav .owl-next {
    position: absolute;
    right: -10px;
}

.goal_slider .owl-nav img {
    width: 25px;
    height: 25px;
}
.social_header_area{
	background-color: #1C3F3A;
	padding: 20px 20px 10px 20px;
}
.social_header_area h4{
	color: #ffffff;
	text-transform: uppercase;
	font-size: 18px;
	font-family: Jost-medium;
}
.social_header_area ul{
	list-style-type: none;
	padding-left: 0px;
}
.social_header_area ul li{
	display: inline-block;
	margin-right: 10px;
}
.social_header_area ul li a{
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 8px;
	border-radius: 50%;
	color: #ffffff;
}
.social_header_area ul li .fb {
    background-color: #1877F2; /* Facebook Blue */
}

/* Twitter */
.social_header_area ul li .twitter {
    background-color: #1DA1F2; /* Twitter Blue */
}

/* Instagram */
.social_header_area ul li .insatgarm {
    background: linear-gradient(45deg, #fccc63, #e1306c, #bc2a8d); /* Instagram gradient */
}
.news_body{
	padding: 20px;
	background-color:#EFEFEF;
}
.news_tiles{
	margin-bottom: 20px;
	padding: 20px;
	background-color: #ffffff;
	position: relative;
}
.news_tiles .news_date_box{
	width: 60px;
	height: 60px;
	background-color: #DF193A;
	padding: 5px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
}
.news_tiles:first-child{
	margin-top: 20px;
}
.news_tiles img{
	width: 100%;
	transition: 0.5s;
	transform: scale(1.0);
}
.news_tiles .news_img{
	overflow: hidden;
	position: relative;
}
.news_tiles:hover img{
	transform: scale(1.1);
}
.news_tiles .news_details{
	margin-top: 20px;
}
.news_tiles .news_details h4 a{
	color: #000000;
	font-size: 15px;
	font-family: Jost-bold;

}
.news_tiles .news_details a{
	font-family: Poppins-Regular;
	color: #0071BC;
	font-size: 16px;
}
.news_date_box .month{
	color: #ffffff;
	font-size: 14px;
	font-family: Jost-Light;
}
.news_date_box .date{
	color: #ffffff;
	font-size: 16px;
	font-family: Jost-bold;
}
.news_date_box .year{
	color: #ffffff;
	font-size: 14px;
	font-family: Jost-medium;
}
.news_date_box span{

	line-height:5px;
}
.tiles_box {
	padding: 20px;
	background-color: #EFEFEF;
}
.link-text a{
	display: block;
	margin-bottom: 8px;
	color: #0071BC;
	font-family: Poppins-Regular;
	text-decoration-line: underline;
	font-size: 14px;
	position: relative;
}
.link-text a:hover{
	color: #09527c;
}
.link-text a img{
	margin-left: 10px;
}
.event_program_img img{
	width: 100%;
}
.program_tiles{
	margin-top: 20px;
}
.program-details{
	background-color: #EFEFEF;
	padding: 20px;
}

.program-details .program-date{
	display: flex;
	justify-content: flex-start;
	column-gap: 4px;
	align-items: center;
}
.program-details .program-date h4{
	color: #DF193A;
	font-family: Poppins-Bold;
	font-size: 30px;

}
.program-details .program-date span{
	color: #DF193A;
	font-size: 14px;
	position: relative;
	margin-top: -10px;
	font-size: 14px;
}
.program-details a{
	font-size: 20px;
	color: #000000;
	font-family: Jost-medium;
	text-decoration-line: underline;
	 display: -webkit-box;
    -webkit-line-clamp: 2; /* Limits text to 3 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.program-details p{
	margin-top: 15px;
}
.program-details span{
	font-family: Poppins-Medium;
	font-style: italic;
	color: #FB9F22;
	font-size: 14px;
	margin-bottom: 5px;
}
.program_tiles .date-time-location .date{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	column-gap: 10px;
}
.program_tiles .date-time-location .date span{
	color: #777777;
	font-size: 14px;
}
.program_tiles .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0; /* Remove extra margin */
}

.program_tiles .row > div {
    padding: 0; /* Remove padding to eliminate spacing */
    display: flex;
    flex-direction: column; /* Ensure content stacks properly */
}

.program_tiles .event_program_img {
    flex: 1; /* Allows image container to expand to full height */
    display: flex;
}

.program_tiles .event_program_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 277px;
}

.program-details {
    background-color: #EFEFEF;
    padding: 20px;
    flex: 1; /* Ensures equal height with image */
    display: flex;
    flex-direction: column;
    justify-content: center; /* Centers content */
}
.upper-footer{
	background-color: #FB9F22;
	padding-top: 10px;
	padding-bottom: 8px;
}
.upper-footer h4{
	font-size: 20px;
	color: #000000;
	font-family: Jost-medium;
}
.main-footer{
	width: 100%;
	background-color: #1C3F3A;
	padding-top: 20px;
	padding-bottom: 20px;
}
.footer-flex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	column-gap: 20px;
}
.footer-tiles .footer-header h4{
	color: #ffffff;
	font-size: 20px;
	text-transform: uppercase;
}
.footer-tiles .fooer-contact{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	column-gap: 8px;
}
.footer-tiles .fooer-contact img{
	max-width: 15px;
}
.footer-tiles .fooer-contact span{
	color: #ffffff;
	font-family: Poppins-Regular;
}
.fooer-contact ul{
	list-style-type: none;
	padding-left: 0px;
}
.fooer-contact ul li {
	display: block;
	margin-bottom: 10px;
}
.fooer-contact ul li a{
	color: #ffffff;
	font-size: 14px;
	font-family: Poppins-Regular;
	text-decoration-line: underline;
}
.fooer-contact ul li::before {
    content: "•"; /* Unicode for a bullet point */
    color: #FB9F22; /* Change color if needed */
    font-size: 14px; /* Adjust size if needed */
    margin-right: 6px; /* Space between the dot and text */
}
.main-footer .footer-flex{
	border-bottom: 1px solid #777777;
	margin-bottom: 10px;
}

.flexisng-div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 2px; /* 2px gap between images */
}

.div-img {
    flex: 1 1 calc(50% - 1px); /* Ensures two images per row with a 2px gap */
    max-width: calc(50% - 1px);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
}
.div-img .text-title {
   position: absolute;
   bottom: 10px;
   left: 10px;
}
.div-img .text-title h4 a{
	color: #ffffff;
	font-size: 18px;
}
.div-img img {
    width: 100%;
    height: auto; /* Maintain aspect ratio */
    object-fit: cover;
}
.div-img::before{
	background: linear-gradient(to top, rgba(0,0,0,0.9)10%, rgba(0,0,0,0.0)100%);
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	height: 100px;
	content: "";
}


/* Ensure 2 images per row on smaller screens */
@media (max-width: 768px) {
    .div-img {
        flex: 1 1 calc(50% - 1px); /* Two images per row with a 2px gap */
        max-width: calc(50% - 1px);
    }
}

/* Set equal height for all images on larger screens */
@media (min-width: 769px) {
    .div-img img {
        height: 200px;
        object-fit: cover;
        object-position: center; /* Set a fixed height for uniformity */
    }
}
.social-footer h4{
	color: #FB9F22;
	font-size: 16px;
	text-transform: uppercase;
	font-family: Jost-medium;
}
.social-footer ul{
	list-style-type: none;
	padding-left: 0px;
	margin-top: 20px;
}
.social-footer ul li{
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
}
.social-footer ul li a img{
	width: 30px;
}
.footer-menu ul {
	list-style-type: none;
	padding-left: 0px;
}
.footer-menu ul li{
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
}
.footer-menu ul li a{
	color: #ffffff;
	text-decoration-line: underline;
	font-family: Poppins-Regular;
	font-size: 14px;
}
.bread-cum-area{
	background-color: #FE0002;
	width: 100%;
	padding: 15px 0 5px 0;
}
.bread-menu-link ul{
	list-style-type: none;
	padding-left: 0px;
}
.bread-menu-link ul li {
    display: inline-block;
    margin-left: 15px;
    position: relative;
    padding-right: 15px; /* Space for the right angle */
}

.bread-menu-link ul li:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 8px;
    height: 8px;
    border-right: 2px solid #ffffff;
    border-top: 2px solid #ffffff;
}
.bread-menu-link ul li a{
	color: #ffffff;
	font-family: Poppins-Regular;
	font-size: 14px;

  white-space: nowrap;       /* Prevent text from wrapping */
  overflow: hidden;          /* Hide overflowing text */
  text-overflow: ellipsis;   /* Show "..." for truncated text */
  display: block;            /* Ensure proper block display */
  width: 100%;               /* Adjust width as needed */
  max-width: 500px; 
}
.main-content-title h2{
	font-size: 32px;
	font-family: Jost-regular;
}
.main-content-title h2 span{
	color: #969696;
}
.top-news{
	position: relative;
}
.top-news .top-news-image img{
	width: 100%;
}
.news-title{
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	padding: 20px;
	background-color: #353535;
}
.news-title h4 a{
	 font-family: Jost-Regular;
    color: #ffffff;
    font-size: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    width: 100%; /* Adjust width as needed */
}
.news-title span{
	color: #FB9F22;
	font-size: 14px;
	font-family: Poppins-Regular;
}
.news-title h4 a,
.news-title span{
	display: block;
	line-height: 20px;
}
.bg-gray{
	background-color: #EFEFEF;
}
.news-box{
	padding: 20px;
	margin-top: 20px;
}
.news-box-img{
	position: relative;
}
.news-box-img img{
	width: 100%;
	height: 220px;
	object-position: center;
	object-fit: cover;
}
.news-box-img .overly-eye{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	transition: 0.5s;
}
.news-box-img .overly-eye a{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	margin: auto;
	color: #ffffff;
	font-size: 22px;
}
.news-box .news-box-title{
	margin-top: 20px;
}
.news-box .news-box-title a{
	color: #DF193A;
	font-family: Jost-medium;
	font-size: 20px;
	text-transform: uppercase;
	transition: 0.5s;
	 display: -webkit-box;
    -webkit-line-clamp: 3; /* Limits text to 3 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news-box .news-box-title a:hover{
	text-decoration-line: underline;
}
.grid-box{
	padding: 20px;
}
.event-tiles{
	margin-bottom: 10px;

	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: 1px solid #777777
}
.event-tiles:last-child{
	border-bottom: none;
}
.event-tiles h4{
	font-size: 16px;
	font-family: Jost-bold;
}
.event-tiles .link-text{
	color: #0071BC;
	font-size: 14px;
	font-family: Poppins-Medium;
	text-decoration-line: underline;
}
.event-btn a{
	color: #000000;
	font-family: Poppins-Medium;
	text-decoration-line: underline;
	font-size: 14px;
}
.featured-blog-tiles{
	padding-bottom: 15px;
	padding-top: 15px;
	border-bottom: 1px solid #777777;
	display: flex;
	justify-content: flex-start;
	column-gap: 15px;
}
.featured-blog-tiles img{
	width: 150px;
}
.featured-blog-tiles .featured-blog-title h4{
	color: #000000;
	font-family: Jost-medium;
	font-size: 16px;
}
.featured-blog-tiles .featured-blog-title a{
	color: #0071BC;
	font-size: 14px;
	font-family: Poppins-Medium;
	text-decoration-line: underline;
}
.featured_news_tiles{
	display: flex;
	justify-content: flex-start;
	column-gap: 10px;
	margin-bottom: 20px;
}
.featured_news_tiles img{
	max-width: 80px;
}
.featured_news_tiles  a{
	color: #000000;
	font-size: 14px;
	font-family: Poppins-Medium;
	text-decoration-line: underline;
	line-height: 18px;
}
.subscribe-form .group{
	margin-bottom: 15px;
}
.subscribe-form  label{
	font-size: 14px;
	font-family: Poppins-Regular;
	color: #000000;
	margin-bottom: 5px;
}
.subscribe-form input[type="email"],
.subscribe-form input[type="text"],
.subscribe-form select{
	width: 100%;
	padding: 10px 10px 10px 20px;
	background-color: #ffffff;
	border:none;
	border-radius: 0px;
}
.subscribe-form select option{
	font-family: Poppins-Regular;
	color: #777777;
	font-size: 14px;
	opacity: 50%;
}
.subscribe-form input::placeholder{
	font-size: 14px;
	color: #777777;
	font-family: Poppins-Regular;
}
.dark-btn{
	background-color: #000000;
	padding: 10px 20px 10px 20px;
    border-radius: 0px;
    color: #FB9F22;
    text-transform: uppercase;
    font-family: Poppins-Medium;
    font-size: 13px;
}
.dark-btn:hover{
	border:1px solid #000000;
	color: #000000;
	background-color: transparent;
}
.featured-gallery-area {
	padding: 20px;
}
.f-gallery-iteam img{
	width: 100%;
}



.featurd-gallery-slider .owl-nav {
    position: absolute;
    top: 40%;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none; /* Ensures nav does not interfere with clicks */
}

.featurd-gallery-slider .owl-nav .owl-prev,
.featurd-gallery-slider .owl-nav .owl-next {
    background-color: #ffffff !important;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center; /* Corrected to align properly */
    padding: 5px;
    border-radius: 50%;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    pointer-events: auto; /* Re-enables clicking */
}

.featurd-gallery-slider .owl-nav .owl-prev {
    position: absolute;
    left: -10px;
}

.featurd-gallery-slider .owl-nav .owl-next {
    position: absolute;
    right: -10px;
}

.featurd-gallery-slider .owl-nav img {
    width: 25px;
    height: 25px;
}
.f-gallery-iteam{
	position: relative;
}
.f-gallery-iteam .video-btn{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.f-gallery-iteam .video-btn img{
	width: 80px;
}
.news_content .link-text{
	color: #3896ED;
	font-size: 16px;
	font-family: Poppins-Bold;
}
.login-area{
	width: 100%;
	position: relative;
	background-color: #ffffff;
	padding-top: 80px;
	padding-bottom: 80px;
}
.login-wrap{
	background-color: #EFEFEF;
	border-radius: 4px;
	padding: 35px;
}
.login-wrap .title h2{
	color: #3896ED;
	text-transform: uppercase;
	font-family: Jost-bold;
	font-size: 36px;
	letter-spacing: 2px;
}
.login-box{
	padding: 30px;
	background-color: #ffffff;
	border-radius: 4px;
	margin-top: 70px;

}
.login-wrap .login-box .login-user img{
	width: 100px;
	margin-top: -80px;
}
@keyframes floatAnimation {
    0% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
    100% { transform: translateY(0); }
}

.map-point-img img {
    max-width: 250px;
    margin-top: -120px;
    animation: floatAnimation 3s ease-in-out infinite;
        filter: drop-shadow(10px 10px 20px rgba(0, 0, 0, 0.3));

}
.login-form input[type="text"],
.login-form input[type="password"],
.login-form input[type="email"],
.login-form select{
	width: 100%;
	background-color: #F2F2F2;
	border-radius: 4px;
	padding: 12px 30px 12px 15px;
	outline: none;
	border:none;
}
.login-form .input-field{
	position: relative;
}
.login-form input::placeholder{
	font-size: 14px;
	font-family: Jost-regular;
}
.login-form .input-field{
	margin-bottom: 25px;
}
.login-form .input-field i{
	position: absolute;
	top: 15px;
	font-size: 16px;
	color: #7D7D77;
	right: 12px;
}
.login-form .remember-field{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.login-form .form-check-label{
	color: #777777;
	font-size: 14px;
	font-family: Poppins-Regular;
}
.login-form .form-check-label input[type="checkbox"]{
	background-color: #E7E7E7;
}
.login-form .remember-field a{
	color: #777777;
	font-size: 14px;
	font-family: Poppins-Regular;
}
.btn-solid-blue{
	background-color: #3896ED;
	border-radius: 5px;
	color: #ffffff;
	font-size: 20px;
	font-family: Jost-medium;
	text-transform: uppercase;
	outline: none;
	border:none;
	width: 100%;
	padding: 12px;
}
.login-form .register-btn-area{
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 10px;
}
.login-form .register-btn-area span{
	color: #7D7D77;
	font-size: 14px;
	font-family: Jost-medium;
}
.default-register-btn {
	background-color: #F0F0F0;
	color: #3896ED;
	font-size: 13px;
	font-family: Jost-medium;
	padding: 5px 12px 5px 12px;
	border-radius: 4px;
	text-transform: uppercase;
}
.login-form .social-login-area{
	text-align: center;
}
.login-form .social-login-area {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px; /* Adjust spacing */
}

.login-form .social-login-area span {
    position: relative;
    font-size: 14px;
    font-family: Jost-medium;
    white-space: nowrap;
}

.login-form .social-login-area::before,
.login-form .social-login-area::after {
    content: "";
    width: 150px; /* Adjust this value to make the lines shorter */
    height: 1px;
    background-color: #000000;
}
.login-form .social-login ul{
	text-align: center;
}
.login-form .social-login ul li{
	display: inline-block;
	margin-left: 8px;
	margin-right: 8px;
}
.hide-web{
	display: none;
}
.f-p-text {
	margin-left: auto;
	margin-top: 5px;
}
.login-form .w-90{
	width: 90%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.tool-tip-filed{
	position: relative;
}

.input-field .tooltip-iocn{
	border:1px solid #777777;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 8px;
	background-color: #7D7D77;
	color: #ffffff!important;
}
 .pagination {
  display: flex;
  list-style: none;
  padding: 0;
}

.page-item {
  margin: 0 5px;
}

.page-link {
  display: inline-block;
  padding: 10px 15px;
  text-decoration: none;

  background-color: #E3E3E3;
  border-radius: 0px;
  font-family: Poppins-Regular;
  color: #111111;
}

.page-item.active .page-link {
  background-color: #d92038;
  color: white;
  outline: none;
  border:none;
  font-family: Poppins-Bold;
  border-radius: 0px;
}

.page-item.disabled .page-link {
  background-color: #ccc;
  cursor: not-allowed;
   outline: none;
  border:none;
   font-family: Poppins-Bold;
  border-radius: 0px;
}

.page-link:hover {
  background-color: #bbb;
}
.listed_message p{
	font-family: Jost-medium;
	color: #000000;
	font-size: 20px;
	text-transform: uppercase;
}
.subscribe-form .icon-withfiled{
	position: relative;
}
.subscribe-form .icon-withfiled i{
	position: absolute;
	right: 10px;
	bottom: 15px;
	font-size: 16px;
	opacity: 50%;
}
.venue{
	background-color: #EFEFEF;
	padding: 20px;
}
.venue ul li{
	margin-bottom: 20px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	column-gap: 10px;
	font-size: 14px;
	 font-family: Poppins-Regular;

}
.venue ul li span {
	font-family: Jost-medium;
	color: #FB9F22;
}
.contact-wraper{
	background-color: #EFEFEF;
	padding: 20px;
}
.contact-section-title h2{
	color: #3896ED;
	font-family: Jost-regular;
	font-size: 32px;
}
.contact-section-title p{
	font-family: Jost-regular;
	font-size: 26px;
	color: #000000;
}
.contact-box{
	background-color: #ffffff;
	border-radius: 10px;
	padding: 25px;
}
.contact-box h4{
	font-family: Jost-bold;
	font-size: 26px;
}
.field-box {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}

.radio-container {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #333;
}

.radio-container input {
  appearance: none;
  width: 16px;
  height: 16px;
  border: 2px solid #ccc;
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
  cursor: pointer;
  background-color: #D9D9D9;
}

.radio-container input:checked {
  border-color: red;
   background-color: #ffffff;
}

.radio-container input:checked::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: red;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.radio-label{
	font-family: Jost-regular;
	font-size: 25px;
}
.form-option {
  display: none;

}
.form-option label{
	color: #000000;
	font-size: 20px;
	font-family: Jost-bold;
	margin-bottom: 10px;
}
.form-option input[type="text"],
.form-option select,
.form-option textarea{
	border:none;
	outline: none;
	background-color: #F2F2F2;
	padding: 12px 12px 12px 20px;
	border-radius: 4px;
	width: 100%;
}
.contact-form  .group-filed{
	margin-bottom: 18px;
}
.contact-box-down-area {
	padding: 20px;
}
.contact-box-down-area p{
	font-size: 16px;
	font-family: Jost-regular;
}
.contact-box-down-area p b{
	color: #000000;
	font-family: Jost-bold;

}
.contact-box-down-area p span{
	color: #3190FE;
	font-family: Jost-bold;
}
.btn-blue-solid-btn{
	background-color: #3896ED;
	padding: 10px 15px 10px 15px;
	color: #ffffff;
	font-family: Jost-medium;
	text-transform: uppercase;
	letter-spacing: 1px;
	width: 150px;
}
.tiles_box p b{
	color: #000000;
}
.tiles_box p a{
	color: #49B9FF;
	font-style: italic;
	font-family: Poppins-Medium;
}
.tiles_box .phone-number{
	font-size: 14px;
	font-family: Poppins-Bold;
}
.contact-tile-box h4{
	font-size: 14px;
	font-family: Poppins-Bold;
	text-transform: uppercase;
}


.sidebar {
  margin: 0;
  padding: 15px;
  width: 250px;
  background-color: #1C3F3A;
  position: fixed;
  height: 100%;
  overflow: auto;
}




div.content {
  margin-left: 250px;
  padding:20px;
  
}
.bg-body-area{
	background-color: #E7E7E8;
}
.sidebar-logo{
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);

	padding-bottom: 15px;
}

@media screen and (max-width: 700px) {
  .sidebar {
    width: 100%;
    height: auto;
    position: relative;
  }
  .sidebar a {float: left;}
  div.content {margin-left: 0;}
}

@media screen and (max-width: 400px) {
  .sidebar a {
    text-align: center;
    float: none;
  }
}

.sidebar-logo a{
	
	display: flex;
	justify-content: flex-start;
	column-gap: 10px;
	align-items: center;
}
.sidebar-logo img{
	max-width: 50px;
}
.sidebar-logo span{
	color: #01FFFF;
	font-size: 16px;
	font-family: Jost-regular;
	display: block;
	line-height: 20px;
}

.menu-bar {
            margin-top: 15px;
        }
        .menu-bar .dropdown {
            position: relative;
        }
        .menu-bar .dropdown-btn {
            color: #ffffff;
            text-transform: uppercase;
           font-family: Jost-regular;
            
        }
       
  
/* Default: Upward Arrow (▲) */
.menu-bar .dropdown-btn::after {
    content: "\02C6"; /* Unicode for ▲ */
    position: absolute;
    right: 0px;
    top: 20px;
    transform: translateY(-50%);
    font-size: 25px;
    color: #ffffff;
    transition: transform 0.3s ease;
}

/* When dropdown is open, show Downward Arrow (▼) */
.menu-bar .dropdown-btn.active::after {
    content: "\02C7"; /* Unicode for ▼ */

}
.menu-bar .dropdown-menu-area {
    display: block;
    width: 100%;
} 
.menu-bar .dropdown-menu-area li:first-child{
	margin-top: 8px;
}
.menu-bar .dropdown-menu-area li a {
    display: block;
    width: 100%;
    /* background-color: rgba(217, 217, 217, 0.1); */
    color: #01FFFF; /* Keep text color solid */
    padding: 5px 5px 5px 10px;
    border-radius: 4px;
    margin-bottom: 8px;
    font-family: Jost-regular;
    font-size: 18px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 10px;
}
.menu-bar .dropdown-menu-area li .active{
    background-color: rgba(217, 217, 217, 0.1); /* 10% opacity background */
}
 .menu-bar .dropdown-menu-area li a img{
 	width: 20px;
 }
  
 .panel-card{
 	background-color: #ffffff;
 } 
 .panel-card-header{
 	display: flex;
 	justify-content:space-between;
 	align-items: center;
 }
 .panel-card-header .dropdown-menu li a{
 	font-size: 16px;
 	text-transform: uppercase;
 	font-family: Jost-regular;
 	display: flex;
 	justify-content: flex-start;
 	align-items: center;
 	column-gap: 5px;
 	border-bottom: 1px solid #d2d2d2;
 	padding-bottom: 8px;
 	padding-top: 8px;
 }
  .panel-card-header .dropdown-menu li:last-child a{
  	border-bottom: none;
  } 
 .panel-title h4{
 	font-family: Jost-bold;
 	font-size: 30px;
 }
 .panel-search {
 	display: flex;
 	justify-content: center;
 	align-items: center;
 	column-gap: 0px;
 }
  .panel-search input[type="text"]{
  	width: 250px;
  	outline: none;
  	border:none;
  	background-color: #E7E7E8;
  	padding: 10px 10px 10px 20px;
  }
  .panel-search input::placeholder{
  	font-size: 14px;
  	color: #777777;
  }
  .panel-search button{
     padding: 10px 20px 10px 20px;
     outline: none;
     border:none;
     color: #ffffff;
     text-transform: uppercase;
     font-family: Jost-bold;
     background-color: #3896ED;
  }
  .panel-card-header .dropdown-toggle{
  	outline:none;
  	border:none;
  	background-color: transparent;
  	padding: 0px;
  	font-family: Jost-regular;
 	font-size: 22px;
 	color: #030303;
  }
  .panel-card-header .dropdown-toggle:focus{
  	outline: none;
  	box-shadow: none;

  }
  .panel-card-body .list-header{
  	background-color: #1C3F3A;
  	padding: 8px 10px 5px 15px;
  	border-radius: 4px;
  	margin-top: 20px;
  }
  .panel-card-body .list-header h4{
  	font-size: 20px;
  	font-family: Jost-medium;
  	color: #ffffff;
  }
.panel-card-body .list-body {
    border-radius: 4px;
    padding: 15px;
    background-color: #E7E7E8;
    height: 230px;
    overflow-y: auto; /* Enables vertical scrolling */
    scrollbar-width: thin; /* For modern browsers */
    scrollbar-color: #888 #E7E7E8; /* Scrollbar color (thumb & track) */
}

/* Custom scrollbar styling for WebKit-based browsers (Chrome, Edge, Safari) */
.panel-card-body .list-body::-webkit-scrollbar {
    width: 6px; /* Width of scrollbar */
}
.panel-card-body .tags-list ul{
	list-style-type: none;
	padding-left: 0px;
}
.panel-card-body .tags-list ul li{
	display: block;
	
	padding: 8px 0 8px 0;
	font-family: Poppins-Regular;
	font-size: 14px;
	color: #000000;
	border-bottom: 1px solid #777777;
}
.panel-card-body .tags-list ul li:last-child{
	border-bottom: none;
}
.video-bodys{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.video-bodys img{
	width: 100%;
}
.video-bodys .overly-play-button{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	margin: auto;
}
.video-bodys .overly-play-button img{
	width: 40px;
}
.status-body{
	display: flex;
	justify-content: center;
	align-items: center;
}
.status-body img{
	max-width: 150px;
}
.status-body .status-img{
	position: relative;
}
.status-body .status-img span{
	font-family: Poppins-Regular;
	color: #000000;
	font-size: 16px;
	text-transform: uppercase;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.btn-body{
	display: flex;
	justify-content: center;
	align-items: center;
}
.list-btn .btn{
	padding: 5px 25px 5px 25px;
	color: #ffffff;
	font-size: 18px;
	text-transform: uppercase;
	font-family: Jost-medium;
	display: block;
	width: 130px;
	margin-bottom: 5px;

}
.list-btn .btn-edit{
	background-color: #6C6C6C;
}
.list-btn .btn-delete{
	background-color: #FF0408;
}
.list-btn .btn-view{
	background-color: #F6C642;
	color: #000000;
}

.panel-card-body .pagination {
  display: inline-flex;
  align-items: center;
}

.panel-card-body .pagination a, .pagination span {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  height: 40px;
  margin: 0 4px;
  border-radius: 4px;
  text-decoration: none;
  font-size: 16px;
  color: #555; /* Adjust color as needed */
  background-color: #f0f0f0; /* Light gray background */
  border: 1px solid #ddd; /* Light gray border */
}
.panel-card-body .pagination a:first-child,.panel-card-body .pagination a:last-child{
	width: 60px;
}
.panel-card-body .pagination a:hover {
  background-color: #e0e0e0; /* Slightly darker gray on hover */
}

.panel-card-body .pagination .current {
  background-color: #1C3F3A; /* Dark green for current page */
  color: white;
  border: 1px solid #2e7d32; /* Match border to background */
}

.panel-card-body .pagination .disabled {
  color: #bbb;
  pointer-events: none; /* Disable clicks */
  border: 1px solid #eee; /* Lighter border for disabled */
}
.panel-card .profile-body{
	background-color: #EFEFEF;
}
.panel-card .profile-title h4{
	font-size: 22px;
	font-family: Jost-bold;
	text-transform: uppercase;
}
.panel-card .profile-body{
	padding: 40px;
}
.profile-body .profile-form{
	margin-top: 60px;
	background-color: #ffffff;
	padding: 25px;
	border-radius: 10px;
}
.profile-form .profile-img{
	position: relative;
	margin-top: -60px;
}
.profile-form .profile-img img{
	max-width: 100px;
}
.profile-form .profile-form-group{
	position: relative;
	margin-bottom: 10px;
}
.profile-form input[type="text"]{
	width: 100%;
	padding: 15px;
	background-color: #F2F2F2;
	border-radius: 4px;
	border:none;
	outline: none;
}
.profile-form .profile-form-group span img{
	position: absolute;
	top: 15px;
	right: 25px;
	width: 18px;
}

.profile-form .flex-group-form {
    display: flex;
    justify-content: space-between;
    width: 100%;
    column-gap: 10px; /* Adds spacing between elements */
}

.profile-form .flex-group-form .profile-form-group {
    display: flex;
    align-items: center;
    flex-grow: 1; /* Ensures equal width distribution */
    position: relative;
}
.media_tiles{
	background-color: #EFEFEF;
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}
.media_tiles:hover img{
	transform: scale(1.1);
}
.media_tiles img{
	width: 100%;
	height: 200px;
	object-fit: cover;
	object-position: center;
	transform: scale(1.0);
	transition: 0.5s;
}
.media_tiles .media_details{
	background-color: #EFEFEF;
	padding: 20px;
}

.media_tiles .media_details a{
	font-size: 16px;
	font-family: Jost-bold;
	color: #0071BC;
	text-decoration-line: underline;
}
.tiles_box .category-list {
	list-style-type: none;
	padding-left: 0px;
}

.tiles_box .category-list li a{
	border-bottom: 1px solid #777777;
	
	font-size: 15px;
	font-family: Jost-bold;
	color: #0071BC;
	display: block;
	padding: 10px;
	transition: 0.5s;
}
.tiles_box .category-list .current{
	background-color: #0071BC;
	color: #ffffff;
}
.tiles_box .category-list li a:hover{
	background-color: #0071BC;
	color: #ffffff;
}
.tiles_box .category-list li:last-child a{
	border-bottom: none;
}
.map-bg-area{
	background-image: url(../images/map-bg.jpg);
	width: 100%;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}
.map-bg-area .login-wrap{
	background-color: rgba(255,255,255,0.5);
	
}

.media-tiles .media-header{
	border-bottom: 1px solid #101010;
	padding: 15px;
	background-color: #EFEFEF;
}
.media-tiles .media-img img{
	width: 100%;
	height: 200px;
	object-position: center;
	object-fit: cover;
}
.media-tiles .media-footer{
	padding: 15px;
	background-color: #101010;
}
.media-tiles .media-footer p{
	 display: -webkit-box;
    -webkit-line-clamp: 3; /* Limit to 3 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #ffffff;
}
.media-fild-img-video{
	position: relative;
	margin-bottom: 20px;
	background-color: #E3E3E3;
	padding: 8px;
}
.media-fild-img-video img{
	width: 100%;
	height: 150px;
	object-fit: cover;
	object-position: center;

}
.media-fild-img-video:hover .overly-img-eye{
	opacity: 1;
}
.overly-img-eye{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: rgba(0,0,0,0.5);
	opacity: 0;
	transition: 0.5s;

}
.overly-img-eye a{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	font-size: 20px;
	color: #ffffff;
}
button.accordion-button.accordion-header-style {
    background-color: #1c3f3a;
    color: #01ffff;
}
.accordian_action_btn {
    display: flex;
    position: absolute;
    z-index: 999;
    right: 113px;
    margin-top: 10px;
}
.policy-edit {
    width: 20px;
}
.policy-name {
    display: flex;
    justify-content: center;
    margin-bottom: 7px;
}