@charset "utf-8";
body {
	margin: 0;
	font-family: 'Montserrat', sans-serif;
	
}
h1{
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 15px;
	font-size: 1.3em;
	border-bottom: solid 1px #CCC;
}
.alert{
	color: rgb(36, 19, 131);
	border-color: yellow;
	background-color: white;
	padding: 9px;
	font-weight: bold;
	display: block;
	margin: 1.5em;
}
.oneem{
	font-size: 1em;
}
.h2lista {
	color:#11134F;
	text-decoration: none;
	padding-top:0px;
	margin-top:0px;
}
.mtop20{
	margin-top: 20px;
}
.h2lista:hover {
	color:red;
}
.listli{
	margin-bottom: 15px;
}
.job-img{
    float: left;
    display: block;
    margin-right: 20px;
    margin-top: -2px;
    border-radius: 5px 5px;
    overflow: hidden;
    height: 60px;
    border: solid 1px #ccc;
    padding: 5px;
   
    line-height: 60px;
    
}
.job-img img{
    border-radius: 5px 5px;
    max-height: 60px;
    vertical-align: middle;
}

#header {
	padding-top: 1.6em;
	padding-bottom: 1.6em;
	width:80%;
	min-width: 1050px;
	margin-top:0px;
	margin-left: auto;
	margin-right: auto;
	min-height: 60px;
	
}
  .menu-toggle {
    display: none;
  }

input, button {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  border-radius: 0;
  vertical-align: top;
} /* CSS reset end */
button, input[type="submit"]{
	cursor:pointer;
}
.buttonall4 {
  text-align: center;
  border: none;
  height: 40px;
  padding-left: 15px;
padding-right: 15px;
  background:purple;
  color: white;
  font-size: 0.9rem;
	border-radius: 0 35px 35px 0;
	
}
.buttonall4:hover{
	background-color: #D542EA;
}
.buttonall6 {
  text-align: center;
  border: none;
  height: 40px;
  padding-left: 15px;
padding-right: 15px;
  background:#6B6B6B;
  color: white;
  font-size: 0.9rem;
	border-radius: 0 35px 35px 0;
	
}
.buttonall:hover{
	background-color: #D542EA;
}
input[type="text"] {
  border: none;
  height: 39px;
  width: 400px;
  outline: none;
  padding-left: 10px;
  border-radius: 35px 0 0 35px;
  color: rgb(110,110,110);
  font-size: 1rem;
  font-family: 'Lato', sans-serif;
  font-weight: 200;
 border: 1px solid #AFAFAF;
}
input[type="email"] {
  border: none;
  height: 39px;
  width: 70%;
  outline: none;
  padding-left: 10px;
  border-radius: 35px 0 0 35px;
  color: rgb(110,110,110);
  font-size: 1rem;
  font-family: 'Lato', sans-serif;
  font-weight: 200;
 	border: 1px solid #AFAFAF;
}
.bgpurple{
	background-color: purple;
}

.plainul {
	margin: 0;
	padding: 0;
	list-style: none;	
	
}

.menu {
	margin: 0;
	padding-left: 30px;
	padding-right: 30px;
	float: right;
	padding-top: 0.7em;
	padding-bottom: 0.7em;
	float: right;
	background-color: #FFF;
	border-radius: 5px;
	border: solid 1px #DBC1EE;
	z-index: 1000;
}
.menu li {
	float: left;
	position: relative;
	transition-duration: 1s;
}
.menu a {
	text-decoration: none;
	color:#2D1642;
	padding: 0px 25px 15px 0px ;
	text-align: left;
	font-size: .99em;
}

.menu a:hover {
	color: #718daa;
}
.menu li:hover,
.menu li:focus-within {
  cursor: pointer;
}

.menu li:focus-within a {
  outline: none;
}

.menu li ul {
  background: rgb(234, 229, 234);
  visibility: hidden;
  /*opacity: 0; */
  min-width: 250px;
  position: absolute;
  transition: all 0.5s ease;
  margin-top: 0rem;
	padding-top: 1rem;
  left: 0;
  display: none;
}

.menu li:hover > ul,
.menu li:focus-within > ul,
.menu li ul:hover,
.menu li ul:focus {
   visibility: visible;
   opacity: 1;
   display: block;
}

.menu li ul li {
  clear: both;
  width: 100%;
}
.menu li ul li a {
	padding: 10px 30px 10px 25px;
	display: block;
	color: #610a67;
}
.search-container {
	clear:both;
	background-color: #E0ABE4;
	border-radius: 5px;
	padding: 20px;
	margin-left: 5%;
	margin-right: 5%;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.search-container form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.search-container input,
.search-container select {
  margin: 5px 0;
  padding: 10px;
  width: calc(25% - 10px);
  border: 1px solid #ccc;
  border-radius: 5px;
	font-size: 1.2em;
}

.search-container button {
  padding: 10px 10px;
  background-color: #4CAF50;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
	width: calc(25% - 10px);
	font-size: 1.4em;
}

.search-container button:hover {
  background-color: #45a049;
}
#wrap {
	width:80%;
	min-width: 1050px;
	padding: 40px 0 0px 0;
	margin-left:auto;
	margin-right: auto;
	
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.clear {
	clear:both;
	width: 0;
	height: 0;
	font-size: 0;
	padding: 0;
}
#leftwrap{
	width: 68%;
	min-width: 728px;
	margin-right: 20px;
}
.listbox{
	border: solid 1px #B6B5B5;
	box-shadow:  3px 3px 5px 5px #FCFCFC;
	padding: 1em;
}
.details {
	font-size: 1em;
	line-height: 1.6em;
	word-wrap: break-word;
	overflow-wrap: anywhere;
}
.details h2{
	padding-top:1.5em;
	font-size: 1.3em;
}
.table {
	padding: 1em;
	background-color: antiquewhite;
}

.listboximg {
	width: 90px;
}
.listboximg2 {
	width: 300px;
}
.listboxbody {
	
	font-size: 1em;
	color: #5B5B5B;
	line-height: 1.3em;
}
.listboxbody2 {
	font-size: 0.8em;
}
.w600 {
	width: 630px;
}
.w410{
	width: 370px;
	padding-left:20px;
}
.tag{
	padding: 3px 10px;
	background-color:#EAE2F9;
	color: purple;
	text-decoration: none;
	font-size: 0.9em;
	border-radius: 1.5em;
	display: inline-block;
}
.tag:hover{
	background-color:#C782EC;
	transition: 1sec;
}
.buttonall1{
	text-decoration: none;
	background-color: #FFDC1F;
	padding: 10px 15px 10px 15px;
	color: #000;
	display: block;
	text-align: center;
	width: 60%;
	min-width: 150px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
.buttonall2{
	text-decoration: none;
	background-color:#D7A2E9;
	padding: 20px 30px 20px 30px;
	color: #000;
	display: block;
	text-align: center;
	width: 40%;
	min-width: 150px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
.buttonall5{
	text-decoration: none;
	background-color:#D7A2E9;
	padding: 15px;
	color: #000;
	
	text-align: center;	
	border-radius: 35px 35px 35px 35px;
}
.buttonall1,.buttonall2,.buttonall4:hover {
	
}
.buttonall5:hover{
	background-color: #F4C409;
}
.postview {
	background-color: yellow;
	padding: 10px;
	margin-bottom: 20px;
	font-size: 0.9em;
}
.ss-share{
    background-color:#3cf;
    float:left;
    height:auto;width:auto;
    padding-left:37px;
    border-top-width:1px;
    border-right-width:1px;
    border-bottom-width:1px;
    border-left-width:1px;
    border-top-style:solid;
    border-right-style:solid;
    border-bottom-style:solid;
    border-left-style:solid;
    font-size:14px;color:#fff;
    text-decoration:none;
    display:block;
    padding-top:10px;
    padding-right:10px;
    padding-bottom:5px;
    background-image:url(../images/share-icons.png);
    background-repeat:no-repeat;
    background-position:left;margin-right:5px
}

.ss-share:hover{opacity:.8}

#ss-fb{background-position:10px 10px;background-color:#4d70a8;padding-left:32px}

#ss-tw{background-position:10px -30px;background-color:#01baf2}

#ss-in{background-position:10px -63px;background-color:#1687b1}

.share-box{
    
    width: 100%;
    margin-top: 30px;
}
.share-box span{
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 16px;
    color: #333;
}
#subscribe {
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 20px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	margin-top: 0px;
	background-color:#E8E8E8;
	font-size: 1.0em;
	color: #3a06aa;
	font-weight: bold;
	clear: both;
}
.relatedul li{
	padding-top:8px;
}
#rightwrap{
	width: 25%;
	min-width: 300px;
	
}
.adbox{
	
	background-color:#EEDCF8;
	color: black;
	padding: 30px;
	margin-bottom: 20px;
}
.adbox h3 {
	font-size: 1.3em;
}
.adbox a{
	display: inline-block;
	background-color: white;
	padding-left: 0.6em;
	padding-right: 0.6em;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	margin-right: 0.4em;
	margin-bottom: 0.4em;
	color: purple;
	text-decoration: none;
	border-radius: 12px;
}
.adbox a:hover {
	background-color: #E8D0F8;
}
.adbox1{
	width: 300px;
	padding: 8px;
	border: solid 1px #DEDEDE;
	margin-bottom: 20px;
}
.adbox1 h3 {
	font-size: 15px;
}
.adbox1 ul li a {
	text-decoration: none;
	padding-bottom: 10px;
	padding-top: 10px;
	color: #363869;
	display: block;
	font-size: 0.9em;
	color: #1B297E;
}
.adbox1 ul li a:hover {
	color: red;
}
.adbox1 ul li:not(:last-child) a {
	border-bottom: solid 1px #DBD9D9;	
}
.bottombox {
	border-bottom: solid 1px #DBD9D9;
	padding-bottom: 20px;
	padding-top: 20px;
}
.blog-content{
	line-height: 1.7em;
}
.blog-content img{
	width:100%;
}
ul.setPaginate li.setPage{
	padding:15px 10px;
	font-size:14px;
	}

ul.setPaginate{
	padding:0px;
	overflow:hidden;
	font:12px 'Tahoma';
	list-style-type:none;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}  

ul.setPaginate li.dot{padding: 3px 0;}

ul.setPaginate li{
	float:left;
	margin:0px;
	padding:0px;
	margin-left:5px;
}



ul.setPaginate li a
{
	background: none repeat scroll 0 0 #ffffff;
	border: 1px solid #cccccc;
	color: #999999;
	display: inline-block;
	font: 15px/25px Arial,Helvetica,sans-serif;
	margin: 5px 3px 0 0;
	padding: 8px 15px;
	text-align: center;
	text-decoration: none;
	border-radius: 5px;
}	

ul.setPaginate li a:hover,
ul.setPaginate li a.current_page
{
	border: 1px solid #F30;
	color: #ffffff;
	text-decoration: none;
	background-attachment: scroll;
	background-color:#7B37BF;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
}

ul.setPaginate li a{
	color:#666;
	display:block;
	text-decoration:none;
	padding: 8px 15px;
}
.pagination {
	float: left;
	height: auto;
	width: 100%;
	color:#666;
}
.deadline{
	color:red;
	padding-left: 10px;
}

#footer a {
	color: #FFF;
	text-decoration-color: #E6BEED;
	display: inline-block;
	line-height: 1.1em;
}
.longtext{
	font-size: 0.9em;
	line-height: 2.1em;
}
#leftwrap .listbox .longtext {
	font-size: 0.9em;
	line-height: 24px;
	color:#313131;
}

.spacecontent{
	line-height: 1.7em;
}

.social-icons {
	display: flex;
	gap: 10px;
	padding: 12px 12px 12px 0px;
}

.social-icon {
	width: 24px;
	height: 24px;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	background-color: rgba(255, 255, 255, 0.2);
	padding: 4px;
}

.social-icon svg {
	width: 100%;
	height: 100%;
	fill: #ffffff; /* White icons for best contrast on purple */
	transition: all 0.3s ease;
}

.social-icon:hover {
	transform: translateY(-2px) scale(1.1);
	background-color: rgba(255, 255, 255, 0.3);
}

/* Facebook */
.social-icon.facebook:hover {
	background-color: #1877f2;
}

/* Twitter */
.social-icon.twitter:hover {
	background-color: #1da1f2;
}

/* LinkedIn */
.social-icon.linkedin:hover {
	background-color: #0077b5;
}

/* Instagram */
.social-icon.instagram:hover {
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

/* Optional: Add subtle glow on hover */
.social-icon:hover {
	filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.4));
}
  footer {
    padding-left: 10%;
	padding-right: 10%;
	padding-top: 50px;
	padding-bottom: 80px;
	background-color: purple;
	clear: both;
	margin-top: 40px;
	color: #fff;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-column {
    flex: 1;
    margin: 0 15px;
}

.about-us {
    flex: 3; /* Makes the "About Us" section take up more space */
	line-height: 1.5em;
	padding-right: 2em;
}
#highlighted-content{
	padding:1.2em;
	
}
#highlighted-content ul{
	padding:0;
	margin:0;
}
#highlighted-content li{
	list-style-type:none;
	float:left;
	width:41%;
	padding:4%;
}
#highlighted-content li:not(:last-child) {
	border-right: #F4C409 solid 1px;
}
.telegram-button {
    display: inline-block;
    padding: 12px 24px;
    font-weight: bold;
    color: #fff;
    background-color: #0088cc; /* Telegram's brand color */
    border: none;
    border-radius: 5px;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.telegram-button:hover {
    background-color: #0077b3; /* Slightly darker shade for hover effect */
    transform: scale(1.05); /* Slightly enlarge the button on hover */
}

.telegram-button:active {
    background-color: #006699; /* Even darker shade for active state */
    transform: scale(0.95); /* Slightly shrink the button when clicked */
}
.footer-column h3 {
    margin-bottom: 10px;
    font-size: 18px;
}

.footer-column p, .footer-column ul {
    margin-bottom: 15px;
	padding-left: 0px;
}

.footer-column ul {
    list-style-type: none;
}

.footer-column ul li {
    margin-bottom: 8px;
}

.footer-column ul li a {
    color:#DBC1EE;
    text-decoration: none;
    
}

.footer-column ul li a:hover {
    text-decoration: underline;
}
@media only screen and (max-width: 1200px) {
	#header {
		padding-top: 0em;
		padding-bottom: 1em;
		margin-top: 0em;
		margin-bottom: 0px;
		min-height: auto;
		width:auto;
		min-width: auto;
	}
	#header img{
		width:250px;
		height: auto;
		padding-top: 0.8em;
	}
	
	.menu {
		display: none;
	  }
	  .menu li ul {
		background: rgb(255, 255, 255);
		visibility: visible;
		min-width: auto;
		position: relative;
		/* transition: all 0.5s ease; */
		margin-top: 0rem;
		padding-left: 0;
		left: 0;
		display: block;
	  }
	  .menu li ul li a {
		padding: 5px 5px 5px 5px;
		display: block;
		color: #392280;
	}
	  
	  .menu-toggle {
		display: block;
		cursor: pointer;
		float: right;
		padding-top: 1.6em;
		padding-right: 1.6em;
	  }
  
	  .menu-toggle .icon {
		font-size: 24px;
		color: #333;
	  }
  
	  .menu-toggle.open .icon {
		color: #007bff;
	  }
  
	  .menu-toggle.open + .menu {
		display: flex;
		flex-direction: column;
		position: absolute;
		/* top: 100%; */
		left: 0;
		width: 96%;
		padding: 0;
		background-color: #ffffff;
		border-top: 1px solid #ccc;
		box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	  }
  
	  .menu-toggle.open + .menu li {
		margin-left: 0;
		
		border-bottom: 1px solid #ccc;
	  }
  
	  .menu-toggle.open + .menu li:last-child {
		border-bottom: none;
	  }
  
	  .menu-toggle.open + .menu li a {
		font-size: 16px;
		padding: 10px 20px;
		display: block;
		color: #0077B5;
	  }
	  
	 
	
	
	.center{
		margin-left:auto;
		margin-right:auto;
	}
	#leftwrap{
		width: auto;
		min-width: auto;
		margin-right: auto;
		border-width: 0;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	#rightwrap{
		width: auto;
		min-width: auto;
		
	}
	#wrap {
		width:auto;
		min-width: auto;
		padding: 15px;
		
	}
	.floatleft{
		float:none;
	}
	.floatright{
		float:none;
	}
	.adbox{
		width: auto;
		
	}
	.adbox1{
		width: auto;
		
	}
	.listboximg{
		display: none;
	}
	.w600{
		width:auto;
	}
	.w410{
		width:auto;
		padding-left:0px;
	}
	.hide{
		display:none;
	}
	
	
	#subscribe {
		padding: 15px;
		
		
	}
	
	input[type="text"] {
  
  		width: 73%;
		
	}
	input[type="email"] {
  
  		width: 60%;
		
	}
	.details h2{
		padding-top:1.1em;
	}
	.blog-content img{
		width:100%;
		max-width:100%;
	}
	.deadline{
		display: block;
		padding-left: 0px;
		padding-top: 5px;
	}
	.search-container input,
	.search-container select,
	.search-container button
	{
	  margin: 5px;
	  padding: 7px;
	  width: calc(100% - 10px);
	  font-size: 1em;
	}
	footer {
		padding-left: 1%;
		padding-right: 1%;
	}
	.footer-container {
        flex-direction: column;
        text-align: left;
    }

    .about-us, .footer-column {
        margin-bottom: 20px;
		padding-right: 0;
    }
}
