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

.logostyle img{
	width:100%;
}


.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;
	margin-top:20px;
}
.imgcover img{
	width:100%;
}
.coverimgtext{
	margin:20px 0px;
}
.coverimgtext h4{
	color:#0b755c;
}
.coverimgtext h5{
	color:#333;
}
.coverimgtext h6{
	color:#333;
}
.heddingtexs{
	margin-bottom:10px;
}
.heddingtexs h3{
	color:#1e77d9;
	margin-bottom:15px;
}
.heddingtexs p{
	padding-bottom:5px;
	margin-bottom:0px !important;
	font-size:15px;
}

.articaldetails{
	margin-bottom:40px;
	background-color:#8b112b;
}
.articaldetailsbox1{
	background:#e92f56;
	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;
    border-radius: 3px;
    color: #103270;
    border: 1px #1ea9dc dotted;
    font-size: 18px;
    font-weight: 500;
	
}
.textforheddings p{
	padding:10px 15px;
	margin-bottom:0px !important;
	font-size:15px;
	text-align:justify;
}
.textforheddings h6{
	padding: 10px 15px;
    background-color: #f9fde4;
    border-radius: 3px;
    /*border: 1px #1ea9dc solid;*/
    font-size: 15px;
}
.figurebox{
	padding:10px 15px;
	background-color:#fff;
	border-radius: 3px;
	border:1px #1fa6da 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;
	list-style: auto;
}
.linkmenu{
	
}
.linkmenu ul{
	margin:10px 0px;
}
.linkmenu li{
	list-style:none;
	margin-bottom:10px;
}
.linkmenu a{
	text-decoration:none;
	font-size:16px;
	font-weight:600;
	color:#fff;
	background-color:#669c41;
	padding:6px 0px;
	display:block;
	text-align:center;
	border-radius:2px;
}
.linkmenu a:hover{
	background-color:#1ea3d7;
	color:#FFF;
}
.bgtit{
	margin-bottom:20px;
	padding-top:20px;
}
.heddingtexs h3{
	line-height:normal !important;
	font-weight:500;
	font-size: 25px;
}
.corsp{
	background:#456cb4;
	padding:10px;
}
.corsp h4{
	font-size:18px;
	color:#fff;
}
.corsp h4 span{
	color:#8aff4b;
}
.corsp p{
	color:#fff;
	margin-bottom:8px !important;
}
.corsp h5{
	font-size:16px;
	color:#fff;
}
.corsp h5 span{
	color:#8aff4b;
}
.subtit{
	margin-bottom:10px;
}
.subtit p{
	background:#dde9ff;
	padding:10px 10px;
	font-size:16px;
	font-weight:700;
	color:#19489f;
	
}
.subtit p span{
	float:right;
}
.subtit2{
	border:1px solid #CCC;
	padding:10px;
}
.subtit2 h4{
	text-align:;
	font-size:18px;
	color:#000;
	padding:10px;
	background:#e7f5d1;

}
.subtit2 h4 span{
	color:#456cb4;
}
.subtit2 h5{
	text-align:;
	font-size:18px;
	color:#000;
	margin-bottom: 20px;
	margin-top:5px;
	padding-left:10px;
}
.subtit2 p{
	font-size:16px;
	padding-left:10px;
}
.subtit2 p strong{
	color:#456cb4;
	
}