@charset "utf-8";
/* CSS Document */
.leftbox{
	background:#055495;
	margin-bottom:30px;
	position: sticky;
	top:20px;
}
.logostyle{
	text-align:center;
	    background-color: #ffffff;
    padding: 10px 0px;
}

.leftdownload a{
	text-align:center;
	margin:20px 20px;
	background-color:#fff;
	line-height:40px;
	display:block;
border-radius: 25px;
color:#0a755b;
text-decoration:none;

}
.leftdownload a:hover{
	background-color:#10b58d;
	color:#fff;
}
.menutext{
	margin:15px 0px;
}
.menutext ul{
	padding:0px;
}
.menutext ul li{
	list-style:none;
	border-bottom:1px solid #006789;
	padding:5px 10px 5px 10px;

}
.menutext ul li a{
	color:#fff;
	display:block;
	text-decoration:none;
	
}

.menutext ul li a:hover{
	color:#deff00;
}
.shareicons{
	background:#FFF;
	padding:15px 0px;
}
.coverimg{
	background-color:#edecec;
	padding:10px;
	margin-bottom:20px;
}
.imgcover img{
	width:100%;
}
.coverimgtext{
	margin:20px 0px;
}
.coverimgtext h4{
	color:#0b755c;
}
.coverimgtext h5{
	color:#333;
}
.coverimgtext h6{
	color:#333;
}
.heddingtexs{
	margin-bottom:20px;
}
.heddingtexs h3{
	color:#055495;
	margin-bottom:15px;
}
.heddingtexs p{
	padding-bottom:5px;
	margin-bottom:0px !important;
	font-size:15px;
}

.articaldetails{
	margin-bottom:40px;
	background-color:#004e3b;
}
.articaldetailsbox1{
	background:#0a755b;
	padding:20px 20px 30px 20px;
}
.articaldetailsbox1 p{
	color:#FFF;
	font-size:15px;
}
.articaldetailsbox2{
	padding:20px;
}
.articaldetailsbox2 p{
	color:#FFF;
	font-size:15px;
	margin-bottom:0px !important;
}
.textforheddings{
	margin-bottom:50px;
}
.textforheddings h4{
	padding:10px 15px;
	background-color:#e4f1f5;
	border-radius: 20px;
	color:#055495;
	
}
.textforheddings p{
	padding:10px 15px;
	margin-bottom:0px !important;
	font-size:15px;
	text-align:justify;
}
.textforheddings h6{
	padding:10px 15px;
	background-color:#fff;
	border-radius: 20px;
	border:1px #333 solid;
	font-size:15px;
}
.figurebox{
	padding:10px 15px;
	background-color:#fff;
	border-radius: 20px;
	border:1px #333 solid;
}
.popimg img{
	width:100%;
	border:1px solid #999;
	cursor: pointer;
}
.popimgtext{
	margin:20px 10px;
	font-size:15px;
	font-weight:500;
}


/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}
.tablebox{
	margin:15px 15px 0px 15px;
}
.textforheddings ol{
	margin-top:15px;
}
.textforheddings li{
	font-size:15px;
	padding-bottom:15px;
}
.linkmenu{
	
}
.linkmenu ul{
	margin:20px 5px;
}
.linkmenu li{
	list-style:none;
	margin-bottom:10px;
}
.linkmenu a{
	text-decoration:none;
	font-size:16px;
	font-weight:600;
	color:#fff;
	background-color:#09755a;
	padding:6px;
	display:block;
	text-align:center;
	border-radius:10px;
}
.linkmenu a:hover{
	background-color:#055495;
	color:#FFF;
}
