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

.leftdownload a{
	text-align:center;
	margin:5px 0px 0px 0px;
	background-color:#fb7a43;
	line-height:40px;
	display:block;
	/*border-radius: 25px;*/
	color:#FFF;
	text-decoration:none;
}
.leftdownload a:hover{
	background-color:#1da0d8;
	color:#fff;
	text-decoration:none;
}
.menutext{
	margin:15px 0px;
	text-indent: 15px;
}
.menutext ul{
	padding:0px;
}
.menutext ul li{
	list-style:none;
	margin-bottom:2px;
}
.menutext ul li a{
	color: #082838;
    display: block;
    /* border-bottom: 1px solid #dee9ed; */
    line-height: 35px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
	background:#e6f7ff;
	border-left:5px solid #1da0d8;
}

.menutext ul li a:hover{
	color:#fb7a43;
	background: #e6f7ff;
}
.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:#333;
    font-size: 18px;
    
}
.coverimgtext h5{
	color: #fb7a43;
	font-size: 25px;
	font-weight: 700;
}
.coverimgtext h6{
	color:#333;
}
.heddingtexs{
	margin-bottom:20px;
}
.heddingtexs h3{
	color:#1da0d8;
	margin-bottom:15px;
	margin-top:25px;
}
.heddingtexs p{
	padding-bottom:5px;
	margin-bottom:0px !important;
	font-size:15px;
}

.articaldetails{
	margin-bottom: 40px;
    background-color: #ffffff;
    padding: 10px;
    color: #082838;
    border: 1px solid #0d2c3c;
}
.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: #1da0d8;
    /* border-radius: 20px; */
    color: #ffffff;
	
}
.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 #90cfed solid;
	font-size:15px;
}
.figurebox{
	padding: 10px 15px;
    background-color: #fff;
    /* border-radius: 20px; */
    border: 1px #fb7a43 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:#1da0d8;
	color:#FFF;
}
.shwd{
	box-shadow: 12px 2px 8px -10px rgba(0,0,0,0.39);
-webkit-box-shadow: 12px 2px 8px -10px rgba(0,0,0,0.39);
-moz-box-shadow: 12px 2px 8px -10px rgba(0,0,0,0.39);
	}
.box01{
	margin:10px 0px;
}
.bcolor{
	background:#e6f7ff;
	border-bottom:5px solid #1da0d8;
}
.articaldetails p{
	margin-bottom:0px !important;
	font-size:16px;
}
.articaldetails p strong{
	color:#fb7a43;
}
.smenu{
	background:#1da0d8;
	padding:15px 10px;
	margin-bottom:15px;
}

.smenu ul{
	margin:0px;
}
.smenu ul li{
	float:left;
	list-style:none;
	margin-right:25px;
}
.smenu ul li a{
	color:#fff;
	font-weight:600;
	text-transform: uppercase;
	font-size: 1rem;
}
.but01{
	width: 150px;
    float: right;
    margin-bottom: 10px !important;
}