body{
	background: #ededed;
}
.top-header.black-bg {
    background: white !important;
}

/* header bg */

.mian-menu-area {
    background: var(--Headers-background-color);
}

.main-menu .top-menu li a {
    margin: 0 4px;
    font-size: 13px;
    text-transform: capitalize;
    padding: 8px 4px;
    text-transform: uppercase;
    font-family: Muli, sans-serif;
    color: white;
}
.E_logo img{
	height: 70px;
}
.Main_logo img{
	height: 90px;
}


/* old */



/* Created Ganesh */

/* for header menu */

.mian-menu-area {
    background: var(--Headers-background-color);
    border-top: solid 1px #2f38562b;
}

.main-menu .top-menu li a:hover:before ,.main-menu .top-menu li a:hover:after {
    opacity: 0;
}

.main-menu .top-menu li a {
    margin: 0 4px;
    font-size: 13px;
    text-transform: capitalize;
    padding: 8px 4px;
    text-transform: uppercase;
    /* font-family: 'Exo 2', sans-serif; */
    font-family: Muli, sans-serif;
    color: white;
}

.top-menu li:hover {
   background:var(--Headers-hover-background-color);
}

.main-menu>ul>li.has-child>ul.sub-menu>li:after, .main-menu>ul>li.has-child>ul.sub-menu>li>ul.menu-sub li:after{
	background: #0c5770;
}
.top-menu li:hover a{
    color:white;
}
.main-menu .top-menu li a:hover{
	color:white;
}

.main-menu>ul>li.has-child>ul.sub-menu>li>a, .main-menu>ul>li.has-child>ul.sub-menu>li>ul.menu-sub li a{
	text-transform: uppercase;
	font-size: 12px;
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.main-menu>ul>li.has-child>ul.sub-menu>li:hover>a, .main-menu>ul>li.has-child>ul.sub-menu>li>ul.menu-sub li:hover a {
    padding: 8px 15px;
}

.intra-block-hedr {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

/* for header menu  ends*/

/* content body */
.intr-block-innr {
    margin-top: 11%;
    margin-bottom: 40px;
}
/* content body end */

/* Header Logos */

.logo::after {
	background:unset !important;
} 

.Elogo a img{
	    width: 100px;
}

.logo img {
    width: 90% !important;
}

.header-block {
    display: flex;
    align-items: center;
}

/* For footer starts */

.footer-bottom {
    background: var(--Headers-background-color);
}

.powerby a:hover {
    color: #d5d5d5;
}

/* For footer ends */

/* 	news and notifications adjest */
/* .testimonial { */
/*     width: 65%; */
/* } */
.panel ul {
/*     height: unset !important; */
}


.main-menu.intnt-modul ul {
    text-align: center;
}


a, button, a:hover, li:hover, button:hover {
    -webkit-transition: unset;
    -moz-transition: unset;
    -o-transition: unset;
    transition: unset;
}




/* For login section */
.btn-block {
	margin-top: 10px;
}

.userinputgroup{
    padding: 2px 3px;
    position: relative;
    display: grid;
    margin: 12px 0px;
}
.userInput{
	height: 38px;
    border-radius: unset !important;
    width: 100%;
    font-size: 14px;
    padding: 0px 26px;
    border: unset;
    border-bottom: solid 1px #cccccc !important;
}

.userInput::placeholder{
	 opacity: 0.5;
}

.fontawesome_icons{
   	position: absolute;
    top: 40px;
    font-size: 17px;
    opacity: 0.6;
    cursor: pointer;
}

/* for Qu */
.valtd.input.Inputcaptcha {
    position: relative;
}
span.Captcha {
    color: black !important;
    top: unset !important;
    font-size: 18px !important;
    letter-spacing: 4px;
    font-weight: 600;
}
.Inputcaptcha{
	display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
i#reset.fontawesome_icons , i#resetHt.fontawesome_icons{
    width: unset;
    padding: unset;
    top: 10px;
    right: 15px;
    background-color: unset;
}

span.userInputHint {
    font-size: 16px;
}
.btn-block::after {
    content: unset;
}
form#Login {
    padding: 22px;
    background-color: white;
    margin: 0px 0px 10px 0px; 
    border-radius: 8px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
input#ans {
    padding: 0px 16px;
}
.loginTittle{
	width: 100%;
    display: flex;
    justify-content: center;
    font-size: 24px;
    text-align: center;
    font-weight: 600;
    padding: 9px;
}



/* new width */

/* For login section ends */


/* for body height its effects to total */
html, body {
    height: unset !important;
}

/* for news and notifications */
.EmployeenewsNotifications {
    width: 100%;
/*     height: 26vh; */
    margin: 8px 0px 0px 0px;
/*     display: flex; */
/*     box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px; */
}
.Employeenews {
    background-color: #ffffff;
    margin: 2px;
    position: relative;
}
.notifications {
    background-color: #ffffff;
    margin: 2px;
    position: relative;
}
.Employeenews, .notifications{
	height: 160px;
	margin: 0px 4px 8px 4px;
}
.newsNotifi_footer{
	position: absolute;
    bottom: 4px;
    display: flex;
    width: 100%;
    justify-content: center;
}
.NewsNotifiheader{
	background: #006b8f;
    color: white;
}
.NewsNotifiheader .fa-icons{
	margin: 10px;
    font-size: 18px;
}
.NewsNotifiheader span{
	font-size: 17px;
    font-weight: 600;
}
.contentfieldnews,.contentfieldNotifi{
	line-height: 22px;
	padding: 10px;
	position: relative;
	display: none;
}
.contentfieldnews.active,.contentfieldNotifi.active{
	display: block;
}
.contentfieldnews span ,.contentfieldNotifi span{
	font-size: 16px;
	font-family: math;
}


.newsDate{
	position: absolute;
    top: -28px;
    right: 10px;
    color: white;
}
.newsDate i{
	margin-right: 5px;
}
/* read more */
.contentfieldnews a{
	color: #0000FF;
	text-decoration: underline;
}

/* arrows */
.newsNotifi_footer .Arrowsdiv i{
	background: red;
    padding: 8px;
    border-radius: 5px;
}


/* Container takes full width but keeps content centered */
.slide_banners {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden; /* Prevents any overflow */
}

/* Ensures the images fit within their container and maintain aspect ratio */
.slide_banners_images {
    width: 100%;
    display: flex;
    justify-content: center;
}

.slide_banners_images img {
    width: auto; /* Allows image to keep its natural width */
    max-width: 100%; /* Prevents image from going beyond container width */
    height: auto; /* Maintains aspect ratio */
    object-fit: contain; /* Ensures the image scales without zooming */
}


.left-block-emply.forBanners{
	margin-bottom:0px;
}
.btn.news{
	font-size: 13px !important;
	padding: 4px 8px;
}

.slideBannersList {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    display: flex;
    width: max-content;
    transition: 1s;
}

.buttons {
    position: absolute;
    top: 45%;
    left: 5%;
    width: 90%;
    display: flex;
    justify-content: space-between;
}
.buttons button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #ffffffa8;
    color: #202020;
    border: none;
    font-family: monospace;
    font-weight: bold;
}
.dots {
    position: absolute;
    bottom: 10px;
    color: #fff;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    transition: 1s;
}
.dots li {
    list-style: none;
    width: 10px;
    height: 10px;
    background-color: #cacaca;
    margin: 20px;
    border-radius: 20px;
}
.dots li.active {
    width: 30px;
}




/* others starting */
.loginBTnUdyogi{
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
/* others end */


.right-menu ul li span strong{
	font-size: 20px;
}




