/*!
Theme Name: central3300
Theme URI: http://birbals.com/
Author: Birbals INC - Theshan Thanushka
Author URI: https://birbals.com/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: central3300
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}
body {
	font-family: "Montserrat", sans-serif;
	margin: 0;
	font-size: 18px;
	padding-top: 90px; 
}
a{
	text-decoration: none;
}
#body-gradient{
	/* background: linear-gradient(to right, #84DAFF, #014E94); */
	background: linear-gradient(180.72deg, #84DAFF 37.7%, #4EA1D3 58.24%, #014E94 97.81%);

}
main {
	display: block;
}
.nav-gradient{
	/* background: linear-gradient(to right, #014E94, #84DAFF); */
	background: #1C78C3;
	color: #fff;
}
.custom-logo-link img{
	height: 65px!important;
	width: auto;
}
.navbar{
	padding: 10px 0px;
}
.nav-link {
	color: #fff;
}
/* #navbarNav{
	float: right;
	float: inline-end;
} */
.video-holder{
	min-height: 516px;
	width: 100%;
	/* background: #D9D9D9; */
}
.home-content{
	text-align: center;
	padding: 30px 30px;
	color: #fff;
}
.home-content h1{
	font-weight: 700;
	padding-bottom: 30px;
}
#menu-main-menu li{
	padding-right: 20px;
}
.navbar-brand{
	padding-right:50px!important;
	color: #fff;
}
.breadcrumb-page {
    position: relative;
    display: block;
    justify-content: center;
    align-items: center;
    text-align: center;
	margin-bottom: 75px;
}

.breadcrumb-page img {
    object-fit: contain;
    width: 100%;
    height: auto;
}

.breadcrumb-page h1 {
	color: #fff;
    position: absolute;
}
.breadcrumb-page button {
	color: #fff;
	background: transparent;
	border: 1px solid #fff;
    position: absolute;
	padding: 10px 30px;
}
.breadcrumb-page h1 {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	padding-bottom: 200px;
}

.breadcrumb-page button {
    top: 60%; /* Adjust as needed */
    left: 50%;
    transform: translate(-50%, -50%);
	border-radius: 10px;
}

.full-width-image {
    width: 100%;
    height: auto;
    margin-bottom: 10px; /* Space between the first image and the grid images */
}

.d-flex img.grid-image {
    flex: 1 1 calc(33.333% - 10px); /* Each image takes approximately one-third of the width */
    width: calc(33.333% - 10px); /* Explicitly set the width */
    margin: 5px; /* Space between grid images */
    height: auto;
    background-color: #014E94;
}
.photogrid-bg{
	background: #F2F5F6;
	border-radius: 22px;
	padding: 80px !important;
	margin-bottom: 100px;
}
.photogrid-holder{
	padding-left: 100px;
}
.photogrid-holder h4{
	margin-bottom: 20px;
	position: relative; /* Needed for the pseudo-element positioning */
    display: inline-block; /* Ensures the underline only covers the text width */
	color: #014E94;
	font-weight: 600;
	
}
.photogrid-holder h4::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px; /* Adjust this value for spacing between text and underline */
    width: 100%;
    height: 2px; /* Adjust the thickness of the underline */
    background-color: #003D74; /* Color of the underline */
}
.photogrid-holder p{
	/* display: flex;
	flex-direction: column;
	justify-content: center; */
	line-height: 30px;
	color: #014E94;
}
.custom-img {
    width: 100%;
    height: 200px; /* Set your desired fixed height */
    object-fit: cover;
}
#tre-grid{
	margin-left: -5px;
	margin-right: -5px;
}
.photogrid-holder a {
	text-decoration: none;
}
#gallery-item{
	margin-bottom: 50px;
}
.photo-heading{
	margin: 20px 0px;
	display: flex;
    align-items: center;
	color: #014E94;
}

.photo-heading .back-icon{
	margin-right: 20px;
	font-size: 25px;
	padding-bottom: 10px;
	color: #014E94;

}
.kobza-gradient{
	background: linear-gradient(0.02deg, #FEFEFE 1.14%, #014E94 112.94%);
}
.section-header{
	text-align: center;
}
.nb-project-holder{
	color:#003D74;
	text-align: center;
	margin-bottom: 30px;
}
.nb-project-holder h5{
 	font-weight: 600;
}
.nb-project-holder img{
	margin-bottom: 20px;
    width: 100%;
	height: auto;
	box-shadow: 0px 4px 4px 0px #00000040;
}
.section-header{
	padding-bottom: 60px;
	color: #003D74;
}
.section-header h2{
	font-weight: 600;
}
#nb-project{
	margin-top: 60px;
	margin-bottom: 100px;
}
.nb-project-bg{
	border-radius: 30px;
	background: #F2F5F6;
	padding: 80px;
}
.kobza-details{
	color: #003D74;
	margin-bottom: 50px;
}
.plan-note{
	margin-bottom: 150px;
}
.kobza-details p, .plan-note p{
	font-size: 18px;
	color: #003D74;
	font-weight: 400;
}
.italic{
	font-style: italic;
}
.video-page .card{
	background-color: transparent;
	border: none;
	border-radius: 0px!important;

}
.video-page  .card .card-img-top{
	border-radius: 0px!important;
}
.video-page h4{
	margin-bottom: 20px;
	position: relative; /* Needed for the pseudo-element positioning */
    display: inline-block; /* Ensures the underline only covers the text width */
	color: #014E94;
	font-weight: 600;
	
}
.video-page h4 a{
	color: #014E94;
}
.video-page h4::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px; /* Adjust this value for spacing between text and underline */
    width: 100%;
    height: 2px; /* Adjust the thickness of the underline */
    background-color: #014E94; /* Color of the underline */
}
.video-container {
	max-width: 100%;
	margin: 0 auto;
	text-align: center;
}
.video-container-em {
	max-width: 100%;
	margin: 0 auto;
	text-align: center;
	min-height: 500px;
	background: #D9D9D9;

}
video, iframe {
	width: 100%;
	height: auto;
	min-height: 600px;
}
#video-view h4{
	margin-bottom: 20px;
	position: relative; /* Needed for the pseudo-element positioning */
    display: inline-block; /* Ensures the underline only covers the text width */
	color: #014E94;
	font-weight: 600;
	
}
#video-view h3{
	margin-bottom: 20px;
	position: relative; /* Needed for the pseudo-element positioning */
    display: inline-block; /* Ensures the underline only covers the text width */
	color: #014E94;
	font-weight: 600;
	
}
#video-view h4::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px; /* Adjust this value for spacing between text and underline */
    width: 100%;
    height: 2px; /* Adjust the thickness of the underline */
    background-color: #014E94; /* Color of the underline */
}
#video-top-holder{
	margin-bottom: 100px;
}
/* guests page */
#guest-header{
	text-align: center;
	padding: 100px 0px 150px;
	background-color: #F2F5F6;
}
#guest-header h1{
	font-weight: 600;
	color: #014E94;
}
#guest-header p{
	color: #014E94;
	font-weight: 500;
}
#guests{
	margin-top: -80px;
}
#guests .guest-frame{
	margin-bottom: 30px;
	width: 80%
}
/* #guests .guest-frame img{
	width: 80%;
} */
#guests .guest-frame p{
	color: #014E94;
	font-size: 13px;
}
#guests .guest-frame h6{
	color: #014E94;
}
#guests .guests-details{
	margin-top: 10px;
}
.guest-holder{
	padding: 0 100px;
}
/* campus */
#campus-header-details{
	padding: 40 0px;
	margin-bottom: 100px;
}
#campus-header-details h1{
	text-align: center;
	color:#003D74;
	margin: 40px 0px;
	font-weight: 600;
}
.head-left-box{
	border-radius: 10px;
}
.head-right-box{
	border: 4px solid #014E94;
	border-radius: 12px;
	padding: 70px 35px;
	height: 100%;
	text-align: center;
	color: #003D74;
}
.head-right-box p{
	font-weight: 600;
}
#cover img{
	width: 100%;
	margin: 0 auto;
}
#after-before{
	background-color: #F2F5F6;
	padding: 70px 0px;
	border-radius: 10px;
	position: relative;
}
.sperator{
	height: 280px;
	width: 3px;
	background-color: #003D74;
	left: 0;
    right: 0;
    margin: 40px auto;
	position: absolute;
}
#after-before img{
	 width:370px;
	 height: 310px;
	 border-radius: 10px;
}
.after-before-holder{
	width: 90%;
	margin: 0 auto;
	text-align: center;
}
.after-before-holder h4{
	color:#003D74;
	font-weight: 500;
}
#timeline-holder{
	/* background: linear-gradient(0deg, #014E94 0%, #FFFFFF 100%); */
	background-color: #F2F5F6;
	border-radius: 10px;
	text-align: center;
	padding: 50px 0px;
	margin-bottom: 100px;

}
#timeline-holder h1{
	color:#003D74;
	font-weight: 600;
}

.timeline {
	list-style: none;
	padding: 50px 30px;
	position: relative;
  }
.timeline:before {
	top: 0;
	bottom: 0;
	position: absolute;
	content: " ";
	width: 10px;
	background: #003D74;
	left: 50%;
	margin-left: -1.5px;

}
.timeline > li {
	margin-bottom: 20px;
	position: relative;
}
.timeline > li:before,
.timeline > li:after {
	content: " ";
	display: table;
}
.timeline > li:after {
	clear: both;
}
.timeline > li:before,
.timeline > li:after {
	content: " ";
	display: table;
}
.timeline > li:after {
	clear: both;
}
.timeline > li > .timeline-panel {
	width: 37%;
	float: left;
	border: 4px solid #003D74;
	background: #fff;
	border-radius: 10px;
	position: relative;
	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
	padding: 40px 30px;
}
  
  /* .timeline > li > .timeline-panel:before {
	position: absolute;
	top: 26px;
	right: -15px;
	display: inline-block;
	border-top: 15px solid transparent;
	border-left: 15px solid #ccc;
	border-right: 0 solid #ccc;
	border-bottom: 15px solid transparent;
	content: " ";
  } */
.timeline > li > .timeline-panel:after {
	position: absolute;
	top: 49.8%;
	right: -157px;
	display: inline-block;
	border: 3px solid #003D74;
	width: 157px;
	content: " ";
}
  /* .timeline > li > .timeline-badge {
	color: #fff;
	width: 24px;
	height: 24px;
	line-height: 50px;
	font-size: 1.4em;
	text-align: center;
	position: absolute;
	top: 47.5%;
	left: 50%;
	margin-left: -10px;
	background-color: #003D74;
	z-index: 100;
	border-top-right-radius: 50%;
	border-top-left-radius: 50%;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;

  } */
.timeline > li > .timeline-badge {
    color: #fff;
    width: 24px;
    height: 24px;
    line-height: 24px; /* Match this with height to center the text */
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 47.5%;
    left: 50.2%;
    margin-left: -12px; /* Half of the width */
    background-color: #003D74;
    z-index: 100;
    border-radius: 50%; /* Makes the element perfectly round */
}

.timeline > li > .timeline-badge::before {
    content: '';
    position: absolute;
    top: -8px;
    left: -8px;
    width: 40px; /* Slightly larger than the badge */
    height: 40px;
    border: 4px solid #003D74; /* Adds a border to the outer circle */
    border-radius: 50%; /* Makes the outer element round */
    z-index: -1; /* Ensures it stays behind the badge */
}
.timeline > li.timeline-inverted > .timeline-panel {
	float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
	border-left-width: 0;
	border-right-width: 15px;
	left: -15px;
	right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
	border-left-width: 0;
	border-right-width: 14px;
	left: -158px;
	right: auto;
}
.timeline-badge > a {
	color: #C5C7C5 !important;
}
.timeline-badge a:hover {
	color: #FF531F !important;
}
.timeline-title {
	margin-top: 0;
	color: inherit;
	}
.timeline-body > p,
.timeline-body > ul {
	padding:20px;
	margin-bottom: 0;
}
.timeline-body > p + p {
	margin-top: 5px;
}
.timeline-footer{
	padding:20px;
	background-color:#f4f4f4;
}
.timeline-footer > a{
	cursor: pointer;
	text-decoration: none;
}
.tooltip{

	position:absolute;
	z-index:1020;
	display:block;
	visibility:visible;
	padding:5px;
	font-size:11px;
	opacity:0;
	filter:alpha(opacity=0);
	
}
.tooltip.top{
	margin-top:-2px;
}
.tooltip.right{
	margin-left:2px;
}
.tooltip.bottom{
	margin-top:2px;
}
.tooltip.left{
	margin-left:-2px;
}
.tooltip.top .tooltip-arrow{
	bottom:0;
	left:0;
	margin-left:0;
	border-left:0 solid transparent;
	border-right:5px solid transparent;
	border-top:0 solid #000;
}
.tooltip.left .tooltip-arrow{
	bottom:0;
	left:0;
	margin-left:0;
	border-left:0 solid transparent;
	border-right:5px solid transparent;
	border-top:0 solid #000;
}
.tooltip.bottom .tooltip-arrow{
	bottom:0;
	left:0;
	margin-left:0;
	border-left:0 solid transparent;
	border-right:5px solid transparent;
	border-top:0 solid #000;
}
.tooltip.right .tooltip-arrow{
	bottom:0;
	left:0;
	margin-left:0;
	border-left:0 solid transparent;
	border-right:5px solid transparent;
	border-top:0 solid #000;
}
.tooltip-inner{
	width:200px;
	padding:3px 8px;
	color:#fff;
	text-align:center;
	text-decoration:none;
	background-color:#FF531F;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
.tooltip-arrow{
	position:absolute;
	width:0;
	height:0;
}
.timeline-body p{
	font-size: 13px;
}

#timeimg-1 {
	padding: 10px; /* Adds space around the container */
	border-radius: 15px; /* Optional: Rounds the corners of the holder */
}

#timeimg-1 img {
	width: 90%;
	padding: 5px;
}

.lights-time{
	max-height: 200px;
	width: auto!important;
}

#timeimg-2 {
	padding: 10px; /* Adds space around the container */
	background-color: #f8f9fa; /* Optional: Light background color for the holder effect */
	border-radius: 15px; /* Optional: Rounds the corners of the holder */
}

#timeimg-2 img {
	width: 45%;
	height: 108px;
	border-radius: 10px;
	padding: 5px;
	object-fit: cover;
	background-color: white; /* Optional: Background for individual images */
}
#timeimg-2 {
	justify-content: space-between;
}


#timeimg-3 {
	padding: 10px; /* Adds space around the container */
	background-color: #f8f9fa; /* Optional: Light background color for the holder effect */
	border-radius: 15px; /* Optional: Rounds the corners of the holder */
}

#timeimg-3 img {
	width: 30%;
	border-radius: 10px;
	padding: 5px;
	object-fit: cover;
	background-color: white; /* Optional: Background for individual images */
}
#timeimg-3 {
	justify-content: space-between;
}

.splendor-img {
	height: 200px;
	border-radius: 10px;
	overflow: hidden; /* Ensures the rounded corners work properly */
}

.splendor-img img {
	width: 100%; /* Ensure the image covers the full width */
	height: 100%; /* Ensure the image covers the full height */
	object-fit: cover; /* Maintains aspect ratio and fills the div */
	border-radius: 10px; /* Same border radius as parent for consistency */
}
.bold h5{
	font-weight: bold!important;
}
/* event page */
#event-header{
	background: #F2F5F6;
	padding: 50px 0px 20px;
}
#event-header h1{
	color:#014E94;
	margin-bottom: 20px;
	font-weight: 600;
}
#event-header img{
	width: 80%;
}
#event-holder .nav-tabs .nav-link{
	color:#014E94!important;
	border:none!important;
	font-weight: 600;
}
#event-holder .nav-tabs{
	border:none!important;
}
#event-holder .nav-tabs .nav-link.active {
	border-bottom: 2px solid #014E94!important;
}
.event-item{
	margin: 50px 100px;
}
.event-title h3{
	color:#014E94!important;
	font-weight: bold;
}
.event-date span{
	color:#BBBBBB;
	font-size: 12px;
}
.event-description{
	margin-top: 10px;
	font-size: 14px;
}
.date-holder{
	background: #F2F5F6;
	border-radius: 12px;
	text-align: center;
	padding: 30px 30px;
	min-width: 150px;
}
.date-holder .month{
	color:#000000;
	font-weight: bold;
}
.date-holder .date{
	color:#000000;
	font-weight: bold;
	padding-top: 10px;
}
/* campus-v2 */
#campus-header-details-v2{
	background-color: #F2F5F6;
	padding: 50px 0;
}
#campus-header-details-v2 h1{
	color: #1C78C3;
	font-weight: 600;
	margin-bottom: 60px;
}
#campus-history{
	padding: 100px 0px;
}
#after-before-v2{
	text-align: left!important;
}
.after-before-holder{
	text-align: left!important;
}
.after-before-holder img{
   width: 100%;
   margin-top: 10px;
   height: 400px;
   border-radius: 10px;
}
.after-before-holder h4{
	font-weight: 600;
	color: #1C78C3;
}
.after-before-holder h5{
	color: #BBBBBB;
	font-weight: 600;
	margin-bottom: 20px;
}
#timeline-sec-v2 {
	padding-top: 100px;
}
#timeline-sec-v2 .timeline-holder{
	width: 310px;
	background-color: #F2F5F6;
	padding: 20px 10px;
	border-radius: 12px;
	margin-left: 20px;
}
#timeline-sec-v2 .timeline-holder .timeline-heading h5{
	padding-left: 20px;
	color: #1C78C3;
}
#with-image{
	display: flex;
}
#with-image img{
	width: 25px;
	object-fit: contain;
	margin-left: 10px;
}
#timeline-sec-v2 .timeline-body .img-holder-timeline {
	border-radius: 12px;
	overflow: hidden; /* Ensures children (images) also have the same border-radius */
	padding: 0 20px;
}
  
#timeline-sec-v2 .timeline-body .img-holder-timeline img {
	object-fit: cover;
	height: 180px;
	width: 100%; /* Make sure the image covers its container */
	border-radius: 12px; /* Apply border-radius directly to image */
}
#timeline-sec-v2 .timeline-body .lights-time img{
	width: auto; 
	max-height: 180px;
	margin: 0 auto;
}
#timeline-sec-v2 .timeline-body p {
	min-height:250px;
}
.img-holder-timeline-2{
	height: 180px;
}
 .owl-theme .owl-nav{
	text-align: right!important;
	color: #003D74!important;
}
.owl-carousel .owl-nav button.owl-prev{
	margin-right: 50px;
}
#campus-header-details-v2 img{
	border-radius: 12px;
}
/* new event */
#event-left{
	background-color: #F2F5F6;
	padding: 55px 20px;
}
#event-holder #event-left .nav-tabs .nav-link.active {
    background-color: #F2F5F6;
	border-bottom: 2px solid #000 !important;
}
#event-left .event-item {
    margin: 10px 0px;
	/* background-color: #fff; */
	padding: 22px 5px;
	border-radius: 12px;

}
#event-holder .card-img-top img{
	border-radius: 12px;
}
#event-left .event-image img{
	border-radius: 12px;
}
#event-left .date-holder {
	background-color: transparent;
	padding: 0px;
	font-weight: 600;
}
#event-detail{
	margin: 50px 25px;
}
#event-detail img{
	border-radius: 12px;
}
#event-detail h3{
	font-weight: bold;
	margin: 30px 0px;
}
#event-left  .active-event {
    background-color: #fff; /* Adjust this color to your preference */
    transition: background-color 0.3s ease;
}
#event-left .nav{
	margin-bottom: 50px;
}
#event-left .event-title h3{
	font-size: 24px;
}
/* partners */
.partner-card{
 	background-color: #F2F5F6;
	border-radius: 12px;
	margin-bottom: 38px;
}
.partner-name{
	font-weight: bold;
	color: #1C78C3;
}
.section-title{
	font-weight: bold;
	color: #1C78C3;
	margin-top: 100px;
	margin-bottom: 50px;
}
@media (max-width: 992px) {
	body {
		padding-top: 35px; 
	}
    .photo-page {
        padding: 0px 200px;
    }
	.photogrid-bg{
		padding: 40px !important;
	}
	.photogrid-holder{
		padding-left: 15px;
	}
	.guest-holder{
		padding: 0 5px;
	}
	#guests .guest-frame p{
		font-size: 10px;
	}
	#guests .guest-frame img{
		width: 100%;
	}
	#guest-header h1{
		font-size: 30px;
	}
	#guest-header p{
		font-size: 15px;
	}
	.timeline > li.timeline-inverted > .timeline-panel:after,.timeline > li > .timeline-panel:after  {
		display: none;
	}
	#after-before img{
		width: 100%;
	}
	.event-item{
		margin: 50px 0px;
	}
	#event-left .event-title h3{
		font-size: 12px;
	 }
	 #event-left  .event-date span {
		font-size: 8px;
	 }
	 #event-left .date-holder{
		font-size: 12px;
	 }

}

@media (max-width: 552px) {
	body {
		padding-top: 45px; 
	}
	.nb-project-bg{
		padding: 50px 30px;
	}
	.photogrid-bg{
		background: none;
		padding: 0px !important;
	}
	.photogrid-holder{
		padding-left: 15px;
	}
	.guest-holder{
		padding: 0 5px;
	}
	#guests .guest-frame img{
		width: 100%;
	}
	#guests .guest-frame p{
		font-size: 12px;
	}
	#guest-header h1{
		font-size: 15px;
	}
	#guest-header p{
		font-size: 7px;
	}
	#guest-header{
		padding: 50px 0px 100px;

	}
	.breadcrumb-page h1 {
		top: 80%;
		font-size: 15px;

	}
	.breadcrumb-page button {
		padding: 5px 20px;
		border-radius: 10px;
	}
	/* campus */
	/* #campus{
		overflow: hidden;
	} */
	 #after-before{
		padding: 50px 0px;
	}
	.sperator{
		display: none;
	}
	#after-before img{
		width:100%;
		min-height: 280px;
   }
   .after-before-holder{
	   margin-bottom: 50px;
   } 
   .timeline > li > .timeline-panel {
	 width: 90%;
   }
   .timeline > li > .timeline-badge {
	display: none;
   }
   .head-right-box{
		margin-top: 35px;
   }
   .event-item{
	margin: 50px 0px;
   }
   #campus-header-details-v2 h1 {

    margin-bottom: 20px;
}
   .after-before-holder img{

	height: 250px;

 }

 #event-left .event-title h3{
	font-size: 12px;
 }
 #event-left  .event-date span {
	font-size: 8px;
 }
 #event-left .date-holder{
	font-size: 12px;
 }
.video-holder{
	min-height: auto !important;
	width: 100%;
}
}
.video-holder-home iframe {
	width: 100%;
	height: auto;
	min-height: auto !important;
}