												/* ------CSS required for multiple page ------- */
html,body,h1,h2,h3,h4,h5,h6 {font-family: "lucida sans unicode";}
	.line { /*this is also used in service page and landing page top of footer */
	  border-bottom: 0.5px solid lightgrey;
		
	  }	
	
	.disabled {
        pointer-events: none;
      }
	
	.topnav {
  overflow: hidden;
  background-color: black;
}



.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}
.login_cont:hover{
	  background-color: white;
  color: black;
  border-radius:15px;
	
}
.topnav .icon {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
  margin-top:30px;
}

.dropdown .dropbtn {
  font-size: 17px;    
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.navhover:hover, .dropdown:hover .dropbtn {
  background-color: white;
  color: black;
  border-radius:15px;
}

.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
    border-radius:15px;
}

.dropdown:hover .dropdown-content {
  display: block;
    border-radius:15px;
}

@media screen and (max-width: 1180px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 1180px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}
	

	@media screen and (max-width:1180px){
    .Navbar{
        display:flex;
        position:absolute;
        top:100px;
        background-color:rgba(31,34,53,0.9);
        height: 500px;
        left:0;
        right:0;
        flex-direction: column;
        padding-left:20px;
    }

	.wikidesc{
		float:center;
		align:center;
		text-align:center;
		
	}
}

	@media screen and (min-width:1180px){
		.wikidesc{
			float:center;
			align:center;
			text-align:center;
			padding-left: 200px;
			padding-right: 200px;
			
		}
	}
												
												/* ------CSS FOR landing_page ------- */

/* ------CSS FOR FEEDBACK------- */
		.feedback-container {
		  display: flex;
		  align-items: center;
		  justify-content: center;
		  margin: 20px 0;
		}

		.feedback-msg {
		  font-size: 18px;
		  margin-right: 20px;
		}

		.feedback-buttons {
		  display: flex;
		}

		.feedback-btn {
		  background-color: transparent;
		  border: none;
		  margin-right: 10px;
		  cursor: pointer;
		  transition: transform 0.3s ease-in-out;
		}

		.feedback-btn:hover {
		  transform: scale(1.1);
		}
/* ------CSS FOR image above Login button------- */
	 .center {
	  display: block;
	  margin-left: auto;
	  margin-right: auto;
	  width: 50%;
	  max-width: 500px;
	  margin-top: 50px;
	}
/* ------CSS FOR Login button------- */
	.login_cont {
		float: right;
		margin-right: 30px;
		margin-top:30px;
		 width:auto;
		height:50px;
		justify-content:center;
		align-items:center;
		border:none;
		border-radius:15px;
		font-size:16px;
		font-weight:300;
		color:white;
		background-color: #5271ff;
		cursor:pointer;
		margin-bottom:10px;
	}
/* ------CSS FOR search button------- */	
	.search-container {
	  display: flex;
	  align-items: center;
	  justify-content: center;
	}

	  .search-input2 {
		width: 500px;
		height: 20px;
		padding: 10px;
		border-radius: 20px;
		border: 1px solid #5271ff;
		box-shadow: 0 2px 4px rgba(0,0,0,0.1);
		font-size: 15px;
	  }

	.search-input {
	  width: 500px;
	  height: 40px;
	  padding: 10px;
	  border-radius: 20px;
	  border: 1px solid #5271ff;
	  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
	  font-size: 15px;
	}

	.search-btn {
	  background-color: #5271ff ;
	  color: white;
	  border: none;
	  border-radius: 25px;
	  padding: 10px 20px;
	  margin-left: 15px;
	  cursor: pointer;
	  transition: background-color 0.2s ease-in-out;
	}

	.search-btn:hover {
	  background-color: grey;
	}
/* ------CSS FOR login button hower------- 
	.login_cont button:hover{
		
		background-color:#e9ecf0d1;
	}*/
/* ------CSS FOR footer_for_footer------- */
	.footer_ul_amrc { margin:0px ; list-style-type:none ; font-size:20px; padding:0px 0px 10px 0px ; }
	.footer_ul_amrc li {padding:0px 0px 5px 0px;}
	.footer_ul_amrc li a{ color:black; text-decoration: none;}
	.footer_ul_amrc li a:hover{ color:grey; text-decoration:none;}


	.bottom_border { border-bottom:1px solid #323f45; padding-bottom:20px;}

	footer { 
	width:100%; 
	background-color:#A7D5C5; 
	min-height:250px; 
	margin: 0 auto;
}

	.social  a {
	  font-size:24px;
	  width:40px;
	  height:40px;
	  line-height:40px;
	  display:inline-block;
	  text-align:center;
	  border-radius:50%;
	  border:1px solid #ccc;
	  margin:0 8px;
	  color:inherit;
	  opacity:0.75;
	}

	 .social  a:hover {
	  opacity:0.9;
	}
		.copyright {
	  margin-top:15px;
	  text-align:center;
	  font-size:13px;
	  color:black;
	  margin-bottom:0;
	}
	.columnfooter {
	  float: left;
	  margin:auto;
	  width: 50%;
	  padding: 10px;
	  text-align:center;
	  height: 300px; 
	}

	.row:after {
	  content: "";
	  display: table;
	  clear: both;
	}
	 
	.contact{
		 text-align:center;
		 float:cneter;
	 } 

	 
	/* ------CSS FOR editservice page------- */
	.hr-line{
	  width: 60%;
	  margin: auto;
	  
	}

	#myForm1 {
	  max-width: 600px;
	  margin: 0 auto;
	}

	label {
	  display: block;
	  font-size: 18px;
	  font-weight: bold;
	  margin-bottom: 10px;
	}
							/* ------CSS FOR service page------- */
							

	.deletebutton{
		background-color: white; 
		color: black; 
		border: 2px solid #5271ff;	
		border-radius:20px;
	  text-align: center;
		
	  }
	.deletebutton:hover{
	  background-color: #5271ff;
	  color: white;	
		
	}

		.service-details {
	  margin-top: 20px;
	  border: 1px solid #ccc;
	  padding: 20px;
	  border-radius: 5px;
	  text-align:center;
	}

	.service-details p {
	  margin-bottom: 10px;
	  font-size: 16px;
	}
	  .container {
	  max-width: 800px;
	  margin: 0 auto;
	  padding: 20px;
	}
								/* ------CSS FOR FAQ page------- */
	.faq-heading{
	  border-bottom: #777;
	  padding: 20px 60px;
	}
	.faq-container{
	  display: flex;
	  justify-content: center;
	  flex-direction: column;
	}

	/* Style the buttons that are used to open and close the faq-page body */
	.faq-page {
		/* background-color: #eee; */
		color: #444;
		cursor: pointer;
		padding: 30px 20px;
		width: 60%;
		border: none;
		outline: none;
		transition: 0.4s;
		margin: auto;

	}
	.faq-body{
		margin: auto;
		/* text-align: center; */
	   width: 50%; 
	   padding: auto;
	   
	}


	/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
	.active,
	.faq-page:hover {
		background-color: #F9F9F9;
	}

	/* Style the faq-page panel. Note: hidden by default */
	.faq-body {
		padding: 0 18px;
		background-color: white;
		display: none;
		overflow: hidden;
	}

	.faq-page:after {
		content: '\02795';
		/* Unicode character for "plus" sign (+) */
		font-size: 13px;
		color: #777;
		float: right;
		margin-left: 5px;
	}

	.active:after {
		content: "\2796";
		/* Unicode character for "minus" sign (-) */
	}


/*------------------css for about us page*/
		.main-content{
	  margin-top: 40px;
	  height: 100vh;
	  width: 100%;
	  padding: 90px 0;
	  background: white;
	}
	.pic{
	  height: auto;
	  width:  302px;
	}
	.info{
	  width: 1130px;
	  max-width: 85%;
	  margin: 0 auto;
	  display: flex;
	  align-items: center;
	  justify-content: space-around;

	}
	.text{
	  width: 540px;
	}
	.text h2{
	  font-size: 90px;
	  font-weight: 600;
	  margin-bottom: 10px;

	}

	.text p{
	  font-size: 18px;
	  line-height: 25px;
	  letter-spacing: 1px;
	}
	
	/*----------css for table in adminpannel and search*/
		table {
	border-collapse: collapse;
	width: 98%;
	color: #333;
	font-size: 14px;
	text-align: left;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	margin: auto;
	margin-top: 10px;
	margin-bottom: 50px;
	margin-left: 15px;
	margin-right: 15px;
	padding-right:	5px;
	} 
	table th {
	background-color: #80bdff;
	color: #fff;
	font-weight: bold;
	padding: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ccc;
	}
	table tr:nth-child(even) td {
	background-color: #f2f2f2;
	}

	table tr:hover td {
	background-color: #e6f0ff;
	}
	table td {
	background-color: #fff;
	padding: 10px;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	}
	
	/*---------------------css for form --------*/
	
.boxfield{
  max-width: 1000px;
  width: 100%;
  background: #fff;
  margin: 20px auto;
  box-shadow: 1px 1px 2px rgba(0,0,0,0.125);
  padding: 30px;
}

.boxfield .heading{
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 25px;
  font-size: Arial;
  text-transform: uppercase;
  text-align: center;
}

.boxfield em {
  text-align: center;
  color: red;
}

.boxfield .title{
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #336fe0;
  text-transform: uppercase;
  text-align: center;
}

.boxfield .form{
  width: 100%;
}

.boxfield .form .inputbox{
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

.boxfield .form .inputbox label{
   width: 200px;
   color: #757575;
   margin-right: 10px;
  font-size: 14px;
}

.boxfield .form .inputbox .input,
.boxfield .form .inputbox .textarea{
  width: 100%;
  outline: none;
  border: 1px solid #d5dbd9;
  font-size: 15px;
  padding: 8px 10px;
  border-radius: 3px;
  transition: all 0.3s ease;
}

.boxfield .form .inputbox .textarea{
  width: 100%;
  height: 125px;
  resize: none;
}

.boxfield .form .inputbox .custom_select{
  position: relative;
  width: 100%;
  height: 37px;
}

.boxfield .form .inputbox .custom_select:before{
  content: "";
  position: absolute;
  top: 12px;
  right: 10px;
  border: 8px solid;
  border-color: #d5dbd9 transparent transparent transparent;
  pointer-events: none;
}

.boxfield .form .inputbox .custom_select select{
  -webkit-appearance: none;
  -moz-appearance:   none;
  appearance:        none;
  outline: none;
  width: 100%;
  height: 100%;
  border: 0px;
  padding: 8px 10px;
  font-size: 15px;
  border: 1px solid #d5dbd9;
  border-radius: 3px;
}


.boxfield .form .inputbox .input:focus,
.boxfield .form .inputbox .textarea:focus,
.boxfield .form .inputbox .custom_select select:focus{
  border: 1px solid #336fe0;
}

.boxfield .form .inputbox p{
   font-size: 14px;
   color: #757575;
}
.boxfield .form .inputbox .check{
  width: 15px;
  height: 15px;
  position: relative;
  display: block;
  cursor: pointer;
}
.boxfield .form .inputbox .check input[type="checkbox"]{
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.boxfield .form .inputbox .check {
  width: 15px;
  height: 15px;
  border: 1px solid #336fe0;
  display: block;
  position: relative;
}
.boxfield .form .inputbox .check {
  content: "";
  position: absolute;
  top: 1px;
  left: 2px;
  width: 5px;
  height: 2px;
  border: 2px solid;
  border-color: transparent transparent #fff #fff;
  transform: rotate(-45deg);
  display: none;
}

.boxfield .form .inputbox .btn{
  width: 100%;
  padding: 8px 10px;
  font-size: 15px; 
  border: 0px;
  background:  #336fe0;
  color: #fff;
  cursor: pointer;
  border-radius: 3px;
  outline: none;
}

.boxfield .form .inputbox .btn:hover{
  background: #336fe0;
}

.boxfield .form .inputbox:last-child{
  margin-bottom: 0;
}

@media (max-width:420px) {
  .boxfield .form .inputbox{
    flex-direction: column;
    align-items: flex-start;
  }
  .boxfield .form .inputbox label{
    margin-bottom: 5px;
  }
  .boxfield .form .inputbox.terms{
    flex-direction: row;
  }
}