/**********************************************************/
/*************************Header***************************/
/**********************************************************/
header{
	width:100%;
	max-width: 1170px;
	font-size: var(--headerfooter-text-size);
	z-index:11;
	height: 52px;
}
nav {	
	clear: both;
	position: fixed;
	width:100%;
	z-index: 10;
	background-color:var(--nav-color);
	padding: 0% 10%;
	height: 51px;
	border-bottom: 0px solid var(--text-color);
	}

.menu ul{
	margin:0;
	display: flex;
	padding:0;
	}
.menu ul li{
	padding:2% 2%;
	text-align:Left;
	text-wrap: nowrap;
	}
.menu a {
	color:var(--text-color);
	}
.menu a:hover,
.menu a:focus,
.menu a:active {
	color:var(--a-color);	
	}
ul.sub-menu{
	padding:1%;
	position:absolute;
	background-color: var(--nav-color);
	border-left:1px solid var(--border-color);
	border-right:1px solid var(--border-color);
	border-bottom:1px solid var(--border-color);
	border-radius: 0 0 5px 5px;
	z-index:10;
}
ul.sub-menu a li{
	color:var(--text-color);
}
.menu ul li .sub-menu{
	display:none;
} 

.menu ul li:hover .sub-menu{
	display:block;
} 
ul.sub-menu a li:hover{
	color:var(--a-color);	
}

.rightsidemenu{
	position: fixed;
	top: 0;
	right: 0;
	z-index: 111;
	margin-top: 2%;
	margin-right: 5%;
}
.rightsideicons{
	font-size: x-large;
	width: 41px;
	height: 41px;
	background-color: var(--a-color);
	color: var(--nav-color);
	border: 1px solid var(--border-color);
	border-radius: 55%;
	box-shadow: 1px 1px 10px var(--boxshadow-color);
	
}

/* Tooltip styles */
.tooltip {
	position: relative;
	display: inline-block;
	cursor: pointer;
}

.tooltip .tooltiptext {
	visibility: hidden;
	width: 100px;
	background-color: var(--a-color);
	color:var(--nav-color);
	text-align: center;
	border-radius: 5px;
	padding: 5px 0;
	position: absolute;
	z-index: 111;
	top: 100%; /* Position above the button */
	left: 50%;
	transform: translateX(-50%); /* Center tooltip */
	opacity: 0;
	transition: opacity 0.3s;
}

.tooltip:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
}
/*************************** For tab only **********************************/ 
@media only screen and (max-width:900px) {
	/***** For Tab ****/
	header {
		width:99.75%;
		margin:0px;
		padding:0%;
		height:auto;
		border:0px solid white;	
	}
}
/*************************** For Mobile only **********************************/ 
.mobile-header{
	display:none;
}


@media only screen and (max-width:768px) {
	/********For mobile************* */
	.mobile-header{
		width: 100%;
		margin: 0;
		padding-left:10%;
		display:block;
	}
	
	
	#sidemenuline{
		font-size:150%;
		padding:5%;
		float:left;
		color:var(--highlighttext-color);
	}
	
	#headerline1{
		float: left;
		text-align: center;
		display: block;
		padding: 5% 0%;
		margin: 0% 3%;
		
	}	
	#headerline1>img{
		height: 50px;
		
	}
	.menu{
		display:none;	
	}
	header li{
		margin:0%;
		clear:both;
		width:auto;
		font-size:125%;
		color:var(--highlighttext-color);
		padding:1%;		
	}

	.rightsidemenu{
		margin-top: 6%;
		margin-right: 10%;
	}
	.rightsideicons{
		font-size: large;
		width: 31px;
		height: 31px;
		
	}
	/************Ads************/

	.header-ads{
	display:none;
	}
	#sidemenuline{
		display:block;	
	}
	#sidemenuline	#side-menu{
		float:none;
		padding:3%;
		margin-left:-10%;
		z-index:15;
		position:absolute;
		display:block;	
	}
	#sidemenuline	#close-side-menu{
		display:block;
		font-size:21px;
		padding:3%;
		margin-top:-1%;
		margin-left:46.5%;
		color:var(--highlighttext-color);
		z-index:17;
		position:absolute;
		left:-999px;
		transition: all 0.8s ease 0s;
		-moz-transition: all 0.8s ease 0s;
		-webkit-transition: all 0.8s ease 0s;
		-o-transition: all 0.8s ease 0s;
	}
	#home{
		font-size:25px;
		padding: 1% 5%;
	}
	#SideMenu{
		display:block;
		left:-999px;
		top:0px;
		width:75%;
		height:100%;
		overflow:scroll;
		text-align:left;
		position:absolute;
		z-index:16;
		background:var(--background-color);
		opacity:0.98;		
		padding:5%;
		transition: all 0.5s ease 0s;
		-moz-transition: all 0.5s ease 0s;
		-webkit-transition: all 0.5s ease 0s;
		-o-transition: all 0.5s ease 0s;
	}
	#SideMenu ul>li>a{
		color:var(--text-color);
	}
	#SideMenu ul>a>li{
		color:var(--text-color);
	}		
	li b{
		font-size:21px;
		color:var(--highlighttext-color);
		font-weight:bold;
		text-transform:capitalize;
	}
	#subject1{
		display:none;
	}#subject2{
		display:none;
	}#subject3{
		display:none;
	}#subject4{
		display:none;
	}#subject5{
		display:none;
	}#subject6{
		display:none;
	}#subject7{
		display:none;
	}	
	ul .subjects a li {
		font-weight:bold;
		font-size:10px;
		color:var(--border-color);
		margin-left:10%;
		padding:2% 1%;
		text-transform:capitalize;	
	}
}
/****************************************************************
***************************foooter*******************************
*****************************************************************/
footer {
    background-color: var(--nav-color); /* Dark blue shade */
    color: var(--text-color); /* Light grey text color */
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding: 40px 0;
	clear: both;
	margin-top:2%;
}
.footer-container {
    width: 80%;
    max-width: 1170px;
    margin: 0 auto;
    text-align: left;
	border-top: 2px solid var(--border-color);
	padding-top: 20px;
}
.social-media {
    text-align: center; /* Center the social media icons */
    margin-bottom: 20px;
}
.social-media a i{
    display: inline-block;
    margin: 0 10px;
	font-size: var(--headerfooter-text-size);
	color: var(--text-color);
	text-decoration:none;
	padding:1%;
}
.social-media a:hover {
    color: var(--a-color);
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}
.fa-facebook:hover {
	background: #3b5998;
}

.fa-twitter:hover  {
	background:#55acee;
}

.fa-google-plus:hover  {
	background:#dd4b39;
}
.fa-youtube-play:hover  {
	background:#c4302b;
}

.fa-instagram:hover  {
	background:#125688;
}
.footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content:inter-word;
    margin-top: 10px;
}

.footer-column {
    flex: 1;
    min-width: 225px;
	margin-right:5%;;
}
.footer-column h4 {
    color: var(--highlighttext-color); /* Golden color for headings */
    margin-bottom: 15px;
	font-size: var(--headerfooter-text-size);
}
.footer-column p {
	font-size: var(--headerfooter-text-size);
    margin-bottom: 15px;
    line-height: 1.5;
	text-decoration:none;
	text-align: justify;
	text-justify: inter-word;
	padding-right:5%;
}
.footer-column a {
	font-size: var(--headerfooter-text-size);
	text-decoration:none;
	margin-left:10px;
}
.footer-column img.footer-logo {
    max-width: 221px;
    margin-bottom: 5px;
}
.footer-link {
    display: block;
    color: var(--text-color);
    margin-bottom: 10px;
    transition: color 0.3s ease;
}
.footer-link:hover {
    color:var(--a-color);
    text-decoration: none;
}
.footer-important-links {
    text-align: center;
    border-top: 1px solid var(--border-color);
    padding-top: 10px;
    margin-top: 10px;
}
.footer-important-links a {
	display:inline-block;
	text-decoration:none;
    margin: 0 15px;
    color: var(--text-color);
    transition: color 0.3s ease;
}

.footer-important-links a:hover {
    color: var(--a-color);
}

.footer-bottom {
    text-align: center;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid var(--border-color);
}

.footer-bottom p {
	text-align: center;
    color: var(--beige-color);
}

@media screen and (max-width: 992px) {
    .footer-links {
        justify-content: center;
    }

    .footer-column {
        flex: 1 1 100%;
        max-width: none;
    }
}

@media screen and (max-width: 768px) {
    .footer-important-links {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .footer-important-links a {
        flex: 1 1 50%;
        margin: 5px 0;
    }
}


/****************************/

@media only screen and (max-width:768px) {
	/********For mobile************* */
.footer-container { 
	text-align:center;
}
}