@charset "utf-8";
/* CSS Document */

/******************************

[Table of Contents]

1. 1600px
2. 1440px
3. 1280px
4. 1199px
5. 1024px
6. 991px
7. 959px
8. 880px
9. 768px
10. 767px
11. 539px
12. 479px
13. 400px

******************************/

/************
1. 1600px
************/

@media only screen and (max-width: 1600px)
{
	.main_nav_container
	{
		display: flex;
	}
	.main_nav_item
{
    padding: 2px 18px;
}
}

/************
2. 1440px
************/

@media only screen and (max-width: 1440px)
{
	.main_nav_container
	{
		display: flex;
	}
	.main_nav_item
{
    padding: 2px 16px;
}
}

/************
3. 1380px
************/

@media only screen and (max-width: 1380px)
{
	.header
	{
		width: 1200px;
	}
	.header_content
	{
		width: calc(100% - 219px);
	}
	.main_nav_container
	{
		display: flex;
	}
	.main_nav_item
{
    padding: 2px 16px;
}
	.main_nav_container
	{
		padding-right: 63px;
	}
	.header_side
	{
		width: 219px;
	}
	.header_side span
	{
		font-size: 14px;
	}
	.header_side img
	{
		width: 20px;
		height: 20px;
	}
	.hamburger_container i
{
	font-size: 45px !important;
}
.main_nav_item a
{
    font-size: 15px;
}
.main_carousel_slide_content h1
{
	font-size: 30px !important;
}
.main_box {
	margin-top: 10px;
}
}

/************
3. 1280px
************/

@media only screen and (max-width: 1338px)
{
	.main_nav_container
	{
		display: flex;
	}
	.main_nav_item
{
    padding: 2px 10px;
}
.dropdown_menu a {
	font-size: 14px; /* Smaller font size for dropdown links */
}
.dropdown_menu p {
	font-size: 15px; /* Smaller font size for dropdown links */
	line-height: 0.2 !important;
}
	.hamburger_container
	{
		display: none;
	}
	#navbar-logo {
		width: 110px !important; /* Set the desired width */
		height: 100px; /* Maintain aspect ratio */
		display: block;
		margin: auto; /* Center the image */
		margin-right: 20px;
		margin-left: 10px;
		
	}
	.icon {
		font-size: 40px !important; /* Size of the icon */
		color: white; /* Icon color */
		padding-left: 5px;
		margin-right: 8px; /* Space between icon and text */
		font-weight: bold; /* Text styling */
		margin-top: 10px;
	}
	.header
	{
		width: 90%;
	}
	.header_content
	{
		width: 100%;
	}
	.header_side
	{
		display: none !important;
	}
	.main_nav_container
	{
		padding-right: 53px;
	}
	.main_carousel_slide_content h1
	{
		font-size: 56px;
	}
	#footer-clg-name {
		white-space: wrap !important;
	}
}
@media only screen and (max-width: 1243px)
{
	.main_nav_container
	{
		display: flex;
	}
	.main_nav_item
{
    padding: 2px 6px;
}
.hamburger_container
	{
		display: none;
	}
}

/************
4. 1199px
************/

@media only screen and (max-width: 1199px)
{
	.main_box
	{
		padding-left: 20px;
	}
	.main_nav_container
	{
		display: none;
	}
	.hamburger_container
	{
		display: block;
	}
	#navbar-logo {
		width: 110px !important; /* Set the desired width */
		height: 100px; /* Maintain aspect ratio */
		display: block;
		margin: auto; /* Center the image */
		margin-right: 20px;
		margin-left: 80px;
		
	}
	.icon {
		font-size: 40px !important; /* Size of the icon */
		color: white; /* Icon color */
		padding-left: 5px;
		margin-right: 8px; /* Space between icon and text */
		font-weight: bold; /* Text styling */
		margin-top: 10px;
	}
	#footer-clg-name {
		white-space: wrap;
	}
}

/************
4. 1100px
************/

@media only screen and (max-width: 1100px)
{
	.main_nav_container
	{
		display: none;
	}
	.hamburger_container
	{
		display: block;
	}
	#navbar-logo {
		width: 110px !important; /* Set the desired width */
		height: 100px; /* Maintain aspect ratio */
		display: block;
		margin: auto; /* Center the image */
		margin-right: 20px;
		margin-left: 80px;
		
	}
	.icon {
		font-size: 40px !important; /* Size of the icon */
		color: white; /* Icon color */
		padding-left: 5px;
		margin-right: 8px; /* Space between icon and text */
		font-weight: bold; /* Text styling */
		margin-top: 10px;
	}
	#footer-clg-name {
		white-space: wrap;
	}
	
}

/************
5. 1024px
************/

@media only screen and (max-width: 1024px)
{
	.main_nav_container
	{
		display: none;
	}
	.hamburger_container
	{
		display: block;
	}
	#navbar-logo {
		width: 110px !important; /* Set the desired width */
		height: 100px; /* Maintain aspect ratio */
		display: block;
		margin: auto; /* Center the image */
		margin-right: 20px;
		margin-left: 80px;
		
	}
	.icon {
		font-size: 40px !important; /* Size of the icon */
		color: white; /* Icon color */
		padding-left: 5px;
		margin-right: 8px; /* Space between icon and text */
		font-weight: bold; /* Text styling */
		margin-top: 10px;
	}
	.main_nav_item
	{
		margin-right: 33px;
	}

	#footer-img
{
	margin-left: 0px !important;
	width: 250px !important;
}
#footer-logo-text1 {
	margin-left: -260px !important;
	flex-wrap: wrap !important;
	text-align: center;
}

#footer-clg-name {
	white-space: wrap;
}
	
}

/************
6. 991px
************/

@media only screen and (max-width: 990px)
{
	.main_nav_container
	{
		display: none;
	}
	#navbar-logo {
		width: 110px !important; /* Set the desired width */
		height: 100px; /* Maintain aspect ratio */
		display: block;
		margin: auto; /* Center the image */
		margin-right: 20px;
		margin-left: 80px;
		
	}
	.icon {
		font-size: 40px !important; /* Size of the icon */
		color: white; /* Icon color */
		padding-left: 5px;
		margin-right: 8px; /* Space between icon and text */
		font-weight: bold; /* Text styling */
		margin-top: 10px;
	}
	.main_carousel_container
	{
		height: 100%;
	}
	.hamburger_container
	{
		display: block;
	}
	.main_carousel_slide_content h1
	{
		font-size: 48px;
	}
	.main_boxes
	{
		width: 100%;
		height: auto;
		padding-top: 117px;
	}
	.main_boxes_inner
	{
		position: relative;
		top: auto;
		left: auto;
	}
	.main_box
	{
		padding-left: 2px;
	}
	.main_box_col
	{
		margin-bottom: 30px;
	}
	.main_box_col:last-child
	{
		margin-bottom: 0px;
	}

	.quotes_slider_container
	{
		padding-left: 0px;
		padding-right: 0px;
	}
	.footer_col
	{
		margin-bottom: 30px;
	}
	.footer_col:last-child
	{
		margin-bottom: 0px;
	}
	.footer_bar
	{
		padding-top: 49px;
		padding-bottom: 52px;
	}
	.footer_copyright span
	{
		font-size: 13px;
	}
#footer-img
{
	margin-left: 220px !important;
	width: 250px !important;
}
#footer-logo-text1 {
	margin-left: -300px !important;
	flex-wrap: wrap !important;
	text-align: center;
}
#footer-logo-text2 {
	margin-left: -300px !important;
	flex-wrap: wrap !important;
	text-align: center;
}
.footer_column_title
{
	padding-left: 0px !important;
	padding-right: 0px !important;
	margin-left: 60px !important;
	text-align: center;
}

.footer_list_item
{
	padding-left: 0px !important;
	padding-right: 0px !important;
	margin-left: -80px !important;
}
.footer_list_item a
{
	font-size: 28px !important;
}
.footer_contact_item
{
	padding-left: 0px !important;
	padding-right: 0px !important;
	margin-left: -150px !important;
	font-size: 18px !important;
}
#footer-clg-name {
	white-space: nowrap;
}
}

/************
7. 959px
************/

@media only screen and (max-width: 959px)
{
	
}

/************
8. 880px
************/

@media only screen and (max-width: 880px)
{
	#navbar-logo {
		width: 110px !important; /* Set the desired width */
		height: 100px; /* Maintain aspect ratio */
		display: block;
		margin: auto; /* Center the image */
		margin-right: 20px;
		margin-left: 80px;
		
	}
	.icon {
		font-size: 40px !important; /* Size of the icon */
		color: white; /* Icon color */
		padding-left: 5px;
		margin-right: 8px; /* Space between icon and text */
		font-weight: bold; /* Text styling */
		margin-top: 10px;
	}

	.hamburger_container
	{
		display: block;
	}
	
	.scroll-adjust-about {
		margin-top: 50px; /* Adjust based on your header height */
	}
	
	.image-container {
		height: 80vh; /* Ensure the image stretches to fill the container's height */
	}


	#login-button p {
		margin-top: 0px; /* Space between the icon and the text */
		font-size: 22px !important; /* Size of the text */
		color: white; /* Text color */
		font-weight: bold;
		margin-left: -5px;
	}
	.main_carousel_container
	{
		height: 100%;
	}
	.main_carousel_nav
	{
		display: none;
	}
	.main_carousel_slide_content
	{
		max-width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
	.main_box
	{
		padding-left: 50px;
	}
.main_box_title
{
	font-size: 30px;
	font-weight: 500;
	color: #FFFFFF;
	margin-top: 10px;
	margin-left: -55px;
	padding: 50px 45px;
}
.main_box_link {
	display: none;
}
.svg-main {
	display: none;
}
	.footer_bar
	{
		padding-top: 49px;
		padding-bottom: 52px;
	}
	.footer_copyright span
	{
		font-size: 13px;
	}
#footer-img
{
	margin-left: 210px !important;
	width: 250px !important;
}
#footer-logo-text1 {
	margin-left: -300px !important;
	flex-wrap: wrap !important;
	text-align: center;
}
#footer-logo-text2 {
	margin-left: -300px !important;
	flex-wrap: wrap !important;
	text-align: center;
}
.footer_column_title
{
	padding-left: 0px !important;
	padding-right: 0px !important;
	margin-left: 60px !important;
	text-align: center;
}

.footer_list_item
{
	padding-left: 0px !important;
	padding-right: 0px !important;
	margin-left: -80px !important;
}
.footer_list_item a
{
	font-size: 28px !important;
}
.footer_contact_item
{
	padding-left: 0px !important;
	padding-right: 0px !important;
	margin-left: -150px !important;
	font-size: 18px !important;
}

.gallery-item {
	width: 50% !important;
	height: 180px !important;
}

}

/************
9. 768px
************/

@media only screen and (max-width: 768px)
{
	#navbar-logo {
		width: 110px !important; /* Set the desired width */
		height: 100px; /* Maintain aspect ratio */
		display: block;
		margin: auto; /* Center the image */
		margin-right: 20px;
		margin-left: 80px;
		
	}
	.icon {
		font-size: 40px !important; /* Size of the icon */
		color: white; /* Icon color */
		padding-left: 5px;
		margin-right: 8px; /* Space between icon and text */
		font-weight: bold; /* Text styling */
		margin-top: 10px;
	}

	.hamburger_container
	{
		display: block;
	}
	
	.scroll-adjust-about {
		margin-top: 50px; /* Adjust based on your header height */
	}
	
	.image-container {
		height: 80vh; /* Ensure the image stretches to fill the container's height */
	}

	#login-button p {
		margin-top: 0px; /* Space between the icon and the text */
		font-size: 22px !important; /* Size of the text */
		color: white; /* Text color */
		font-weight: bold;
		margin-left: -5px;
	}
	.main_carousel_container
	{
		height: 100%;
	}
	.main_carousel_nav
	{
		display: none;
	}
	.main_carousel_slide_content
	{
		max-width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
	.main_box
	{
		padding-left: 50px;
	}
	.main_box_title
{
	font-size: 30px;
	font-weight: 500;
	color: #FFFFFF;
	margin-bottom: 7px;
	margin-left: -55px;
	padding: 50px 45px;
}
.main_box_link
{
	display: none;
}
.svg-main {
	display: none;
}

	.footer_bar
	{
		padding-top: 49px;
		padding-bottom: 52px;
	}
	.footer_copyright span
	{
		font-size: 13px;
	}
#footer-img
{
	margin-left: 240px !important;
	width: 250px !important;
}
#footer-logo-text1 {
	margin-left: -300px !important;
	flex-wrap: wrap !important;
	text-align: center;
}
#footer-logo-text2 {
	margin-left: -300px !important;
	flex-wrap: wrap !important;
	text-align: center;
}
.footer_column_title
{
	padding-left: 0px !important;
	padding-right: 0px !important;
	margin-left: 60px !important;
	text-align: center;
}

.footer_list_item
{
	padding-left: 0px !important;
	padding-right: 0px !important;
	margin-left: -80px !important;
}
.footer_list_item a
{
	font-size: 28px !important;
}
.footer_contact_item
{
	padding-left: 0px !important;
	padding-right: 0px !important;
	margin-left: -150px !important;
	font-size: 18px !important;
}
	
}

/************
10. 767px
************/

@media only screen and (max-width: 767px)
{
	#navbar-logo {
		width: 110px !important; /* Set the desired width */
		height: 100px; /* Maintain aspect ratio */
		display: block;
		margin: auto; /* Center the image */
		margin-right: 20px;
		margin-left: 80px;
		
	}
	.icon {
		font-size: 40px !important; /* Size of the icon */
		color: white; /* Icon color */
		padding-left: 5px;
		margin-right: 8px; /* Space between icon and text */
		font-weight: bold; /* Text styling */
		margin-top: 10px;
	}

	.hamburger_container
	{
		display: block;
	}
	
	.scroll-adjust-about {
		margin-top: 50px; /* Adjust based on your header height */
	}
	
	.image-container {
		height: 80vh; /* Ensure the image stretches to fill the container's height */
	}


	#login-button p {
		margin-top: 0px; /* Space between the icon and the text */
		font-size: 22px !important; /* Size of the text */
		color: white; /* Text color */
		font-weight: bold;
		margin-left: -5px;
	}
	.main_carousel_container
	{
		height: 100%;
	}
	.main_carousel_nav
	{
		display: none;
	}
	.main_carousel_slide_content
	{
		max-width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
	.main_box
	{
		padding-left: 50px;
	}
	.main_box_title
{
	font-size: 30px;
	font-weight: 500;
	color: #FFFFFF;
	margin-bottom: 7px;
	margin-left: -85px;
	padding: 50px 45px;
}
.main_box_link
{
	display: none;
}
.svg-main {
	display: none;
}

	.footer_bar
	{
		padding-top: 49px;
		padding-bottom: 52px;
	}
	.footer_copyright span
	{
		font-size: 13px;
	}
#footer-img
{
	margin-left: 140px !important;
	width: 250px !important;
}
#footer-logo-text1 {
	margin-left: -300px !important;
	flex-wrap: wrap !important;
	text-align: center;
}
#footer-logo-text2 {
	margin-left: -300px !important;
	flex-wrap: wrap !important;
	text-align: center;
}
.footer_column_title
{
	padding-left: 0px !important;
	padding-right: 0px !important;
	margin-left: 60px !important;
	text-align: center;
}

.footer_list_item
{
	padding-left: 0px !important;
	padding-right: 0px !important;
	margin-left: -95px !important;
}
.footer_list_item a
{
	font-size: 28px !important;
}
.footer_contact_item
{
	padding-left: 0px !important;
	padding-right: 0px !important;
	margin-left: -165px !important;
	font-size: 18px !important;
}

}

/************
11. 575px
************/

@media only screen and (max-width: 575px)
{
	h1{font-size: 24px;}
	p{font-size:13px;}
	.header
	{
		height: 100px;
	}
	#navbar-logo {
		width: 110px !important; /* Set the desired width */
		height: 100px; /* Maintain aspect ratio */
		display: block;
		margin: auto; /* Center the image */
		margin-right: 20px;
		margin-left: 80px;
		
	}
	.icon {
		font-size: 40px !important; /* Size of the icon */
		color: white; /* Icon color */
		padding-left: 5px;
		margin-right: 8px; /* Space between icon and text */
		font-weight: bold; /* Text styling */
		margin-top: 10px;
	}

	.hamburger_container
	{
		display: block;
	}
	
	.scroll-adjust-about {
		margin-top: 50px; /* Adjust based on your header height */
	}
	
	.image-container {
		height: 80vh; /* Ensure the image stretches to fill the container's height */
	}

	#login-button p {
		margin-top: 0px; /* Space between the icon and the text */
		font-size: 22px !important; /* Size of the text */
		color: white; /* Text color */
		font-weight: bold;
		margin-left: -5px;
	}
	.main_carousel_container
	{
		height: 100%;
	}
	.main_carousel_nav
	{
		display: none;
	}
	.main_carousel_slide_content
	{
		max-width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
	.container {
        display: flex !important;
        flex-direction: column !important; /* Stack boxes vertically */
        align-items: center; /* Center-align the stacked boxes */
    }

	.main_boxes_inner
	{
		position: relative !important;
		top: auto;
		left: auto;
	}

    .main_box {
        width: 100%; /* Adjust width to fit within the screen */
        margin: 10px 0; /* Add vertical spacing between boxes */
        height: 161px; /* Allow height to adjust based on content */
		padding-left: 50px;
    }
	.main_box_content
{
	padding-left: 13px;
	padding-top: 11px;
	margin-top: -6px;
}

.main_box_title
{
	font-size: 30px;
	font-weight: 500;
	color: #FFFFFF;
	margin-bottom: 7px;
	margin-left: -85px;
	padding: 50px 45px;
}
.main_box_link
{
	display: none;
}
.svg-main {
	display: none;
}
	
	.footer_bar
	{
		padding-top: 49px;
		padding-bottom: 52px;
	}
	.footer_copyright span
	{
		font-size: 13px;
	}
#footer-img
{
	margin-left: 600px !important;
	width: 300px !important;
}
#footer-logo-text1 {
	margin-left: -300px !important;
	flex-wrap: wrap !important;
	text-align: center;
}
#footer-logo-text2 {
	margin-left: -300px !important;
	flex-wrap: wrap !important;
	text-align: center;
}
.footer_column_title
{
	padding-left: 0px !important;
	padding-right: 0px !important;
	margin-left: 60px !important;
	text-align: center;
}

.footer_list_item
{
	padding-left: 0px !important;
	padding-right: 0px !important;
	margin-left: 450px !important;
}
.footer_list_item a
{
	font-size: 28px !important;
}
.footer_contact_item
{
	padding-left: 0px !important;
	padding-right: 0px !important;
	margin-left: 350px !important;
	font-size: 18px !important;
}
.gallery-item {
	width: 100% !important;
	height: 180px !important;
}

}

/************
11. 539px
************/

@media only screen and (max-width: 500px)
{
	.main_box_title
{
	font-size: 20px;
	font-weight: 500;
	color: #FFFFFF;
	margin-bottom: 7px;
	margin-left: -85px;
	padding: 50px;
}
.main_box_link
{
	display: none;
}
.svg-main {
	display: none;
}
.calendar-container {
	height: 80%;
	width:60%;
}
	
}

/************
12. 480px
************/

@media only screen and (max-width: 480px)
{
	@media only screen and (max-width: 500px)
{
	.main_box_title
{
	font-size: 20px;
	font-weight: 500;
	color: #FFFFFF;
	margin-bottom: 7px;
	margin-left: -45px;
	padding: 50px;
}
.main_box_link
{
	display: none;
}
.svg-main {
	display: none;
}
	
}
.gallery-item {
	width: 40% !important;
	height: 180px !important;
}
	
}

/************
13. 479px
************/

@media only screen and (max-width: 479px)
{
	.header
	{
		height: 80px;
		top: 0px;
	}
	#navbar-logo {
		width: 70px !important; /* Set the desired width */
		height: 70px; /* Maintain aspect ratio */
		display: block;
		margin: auto; /* Center the image */
		margin-right: 20px;
		margin-left: 70px;
		
	}
	.icon {
		font-size: 35px !important; /* Size of the icon */
	}
	#login-button p {
		font-size: 16px !important; /* Size of the text */
	}
.hamburger_container i
{
	font-size: 35px !important;
}
	.main_carousel_slide_content h1
	{
		font-size: 28px;
	}
	.main_carousel_slide_content h1 span
	{
		padding-left: 5px;
		padding-right: 5px;
		margin-left: 0px;
		margin-right: 0px;
	}
	.main_boxes
	{
		padding-top: 80px;
	}
	.main_box
	{
		padding-left: 10px;
		height: 120px;
	}
	.main_box_content
	{
		padding-top: 6px;
	}
	.main_box img
	{
		width: 45px;
	}
	.main_box_title
	{
		font-size: 18px;
		margin-bottom: 3px;
	}
	.main_box_link
	{
		font-size: 10px;
	}
	table {
		width: 120%;
	}
.quotes_item
{
	margin-left: 20px;
	width: 90%;
}
.quotes_text
{
	color: #FFFFFF;
	margin-bottom: 0px;
	font-size: 20px;
}
	#footer-img
{
	margin-left:580px !important;
	width: 250px !important;
}
.gallery-item {
	width: 50% !important;
	height: 180px !important;
}
}

/************
14. 400px
************/

@media only screen and (max-width: 400px)
{
	.header
	{
		height: 60px;
		top: 0px;
	}
	#navbar-logo {
		width: 60px !important; /* Set the desired width */
		height: 60px; /* Maintain aspect ratio */
		display: block;
		margin: auto; /* Center the image */
		margin-right: 20px;
		margin-left: 70px;
		
	}
	.icon {
		font-size: 25px !important; /* Size of the icon */
	}
	#login-button p {
		font-size: 12px !important; /* Size of the text */
	}
	.main_carousel_slide_content h1
	{
		font-size: 28px;
	}
	.main_carousel_slide_content h1 span
	{
		padding-left: 5px;
		padding-right: 5px;
		margin-left: 0px;
		margin-right: 0px;
	}
	.main_boxes
	{
		padding-top: 80px;
	}
	.main_box
	{
		padding-left: 0px !important;
		height: 100px;
		width: 120%;
	}
	.main_box_content
	{
		padding-top: 6px;
	}
	.main_box img
	{
		width: 45px;
	}
	.main_box_title
	{
		font-size: 18px;
		margin-bottom: 3px;
	}
	.main_box_link
	{
		font-size: 10px;
	}
	table {
		width: 120%;
	}
#footer-img
{
	margin-left:580px !important;
	width: 250px !important;
}
	.footer_column_title
{
	padding-left: 0px !important;
	padding-right: 0px !important;
	margin-left: 60px !important;
	text-align: center;
}

.footer_list_item
{
	padding-left: 0px !important;
	padding-right: 0px !important;
	margin-left: 450px !important;
}
.footer_list_item a
{
	font-size: 22px !important;
}
.footer_contact_item
{
	padding-left: 0px !important;
	padding-right: 0px !important;
	margin-left: 350px !important;
	font-size: 18px !important;
}
.know-more {
    font-size: 10px; /* Font size */
}
.gallery-item {
	width: 100% !important;
	height: 180px !important;
}
	
}