
.page_header{
	height: 400px;
	width: 100%;
	background-repeat: no-repeat;
    background-position: center;
    clear: both;
    position: relative;
    background-color: rgba(0,0,0,0.8);
    border-radius: 0 800px 200px 800px;
}

.nav-fostrap {
  background: rgba(0,0,0, 0);
}
.about-bg{
	background-image: url("../img/about_bg.jpg");
}

.biography-bg{
	background-image: url("../img/biography_bg.jpg");
}

.what_we_do-bg{
	background-image: url("../img/what_we_do_bg.jpg");
}

.news-bg{
	background-image: url("../img/news.jpg");
}

.current-bg{
	background-image: url("../img/current_bg.jpg");
}

.registration-bg{
	background-image: url("../img/registration_bg.jpg");
}

.contact-bg{
	background-image: url("../img/contact_bg.jpg");
}

.books-bg{
	background-image: url("../images/books_bg.jpg");
}

.page_header label{
display: block;
position: absolute;
bottom: 0px;
left:0px;
height: 100%;
width: 94%;
padding-left: 3%;
padding-right: 3%;
background-color: rgba(0,0,0,0.7);
z-index: 777;
text-align: center;
border-radius: 0 800px 200px 800px;
}

.page_header label h1{
margin-top: 160px;
padding-left: 20px;
font-size: 50px;
line-height: 1;
color: #dedede;
}

.page_header label p{
padding-left: 20px;
font-size: 20px;
color: #d8eef5;
font-weight: 300;
}

.pagesection{
	    margin: 0;
		width: 86%;
		padding: 50px 7%;
		clear: both;
		color: #555;
		line-height: 2.0;
	}

.pagesection .section_item{
	float: left;
}

.page_section_header{
	display: block;
	text-align: center;
	font-size: 36px;
	font-weight: 400;
	padding-top: 30px;
	color: #333;
}

.page_bar_container{
	width: 100%;
	height: 5px;
	bottom: 5px;
	text-align: center;
}

.page_bar_container .green_bar{
	width: 30%;
	height: 5px;
	background-color: #0b9100;
	margin: 0 auto;
	border-radius: 0px 0px 5px 5px;
}

.board_page .sub_section{
	width: 23%;
	margin:20px 1%;
	float: left;
	position: relative;
}

.board_page .sub_section img{
	max-width: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.72); 
    box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.72);
}

.board_page .sub_section label{
	display: block;
	color: #333;
	position: absolute;
	background-color: rgba(185,251,179,0.7);
	width: 80%;
	right: 0px;
	bottom: 9px;
	border-radius: 20px 0px 0px 0px;
	font-size: 12px;
	font-weight: 600;
	text-align: center;
	line-height: 1.5;
	padding: 5px;
}

.board_page .sub_section span{
	display: block;
	color: #555;
	padding: 0;
	margin: 0;
	font-weight: 300;
}



.page_sectionTwo{
	background-color: #555;
	width: 100%;
	clear: both;
	line-height: 1.5;
	padding-bottom: 0px;
	padding:10px 0%;
}

.page_sectionTwo .section_item{
width: 23%;
height: 150px;
margin:0px 1%;
float: left;
padding: 20px 0px;
}

.page_sectionTwo .section_item .textcontainer{
}

.page_sectionTwo .section_item .textcontainer h3{
	color: #ffffff;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	font-size: 30px;
}

.page_sectionTwo .section_item .textcontainer span{
	display: block;
	padding: 10px;
	color: #fdfdfd;
	font-size: 16px;
	text-align: center;
}


.page_sectionFive{
	padding-left: 10%;
	padding-right: 10%;
	width: 80%;
	padding-bottom: 10px;
}

.page_sectionFive .about_publication{
	width: 48%;
	float: left;
	margin: 30px 0px;
	line-height: 1.5;
	text-align: center;
} 

.page_sectionFive .about_publication i{
	display: block;
	font-size: 35px;
	padding: 15px 0px;
	width: 65px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	border: 1px solid #ca0505;
	text-align: center;
	color: #ca0505;
	border-radius: 36px;
	margin: 5px auto;
}

.page_sectionFive .about_publication .headtag{
	text-align:left;
	width: 100%;
	font-size: 25px;
	color: #333;
	text-align: center;
}

.page_sectionFive .about_publication span{
	color: #333;
	line-height: 1.7;
	font-weight: 400;
	text-align: left;
	display: block;
}

.page_sectionFive .about_publication span li{
	margin-left: 20px;
}

.page_sectionFive .about_publication a{
	color: #ca0505;
	display: block;
	text-decoration: underline;
	font-weight: bold; 
	font-size: 14px;
	text-align: left;
}

.page_sectionFive .right_content{
	padding-left: 4%;
	padding-top: 110px;
	float: right;
}

.page_sectionSix .prof_details .textcontainer h3{
	text-align: left;
	padding: 0;
	font-size: 30px;
}

.page_sectionSix .prof_details .textcontainer label{
	color: #888;
	font-weight: 700;
	font-size: 16px;
}

.page_sectionSix .prof_details h4{
	color: #111;
	font-size: 18px;
	display: block;
	padding: 5px 0px 5px 10px;
	margin-top: 10px;
	border-left: 3px solid #f1bc1a;
}

.page_sectionSix .prof_details .textcontainer span{
	padding: 0;
}

.page_sectionSix .prof_details .appoinments{
	padding: 20px 0px;
}

.page_sectionSix .prof_details .appoinments .each_row{
	background-color: #eeeeee;
	border-radius: 35px;
	height: 70px;
	margin: 5px 0px;
	color: #111;
	clear: both;
}

.page_sectionSix .prof_details .appoinments .each_row label{
	display: block;
	float: left;
	width: 100px;
	height: 60px;
	margin:5px 10px;
	padding-top: 17px;
	border-right: 1px solid #ccc;
	text-align: center;
}

.page_sectionSix .prof_details .appoinments .each_row p{
	display: block;
	float: left;
	padding: 5px 0px;
}

.page_sectionSix .prof_details .awards{
	padding: 20px 0px;
	color: #111;
}

.page_sectionSix .prof_details .awards .each_row{
	clear: both;
	padding: 5px 0px;
}

.page_sectionSix .prof_details .awards .each_row label{
	font-weight: 700;
}

.what_we_do{
	padding-top: 50px;
	padding-bottom: 20px;
	width: 90%;
	margin-left: 5%;
}

.what_we_do .sub_section{
width: 23%;
margin:0px 1%;
float: left;
padding: 0px;
background-color: #e0f9de;
border-radius: 5px;
}

.what_we_do .sub_section .imgcontainer{
	width: 100%;
	padding: 50px 0px 20px 0px;
	text-align: center;
}

.what_we_do .sub_section .imgcontainer i{
	display: block;
	font-size: 35px;
	padding: 15px 0px;
	width: 65px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	border: 2px solid #024a38;
	text-align: center;
	color: #024a38;
	border-radius: 36px;
	margin: 0px auto;
}

.what_we_do .sub_section .textcontainer h3{
	color: #024a38;
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	text-align: center;
	font-weight: 500;
	font-size: 25px;
}

.what_we_do .sub_section .textcontainer span{
	color: #222222;
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 50px;
	text-align: center;
	font-weight: 400;
	font-size: 16px;
}

.what_we_do2{
	margin-top: 10px;
	margin-bottom: 30px;
	width: 90%;
	padding-left: 5%;
	padding-right: 5%;
	background-color: #024a38;
}

.what_we_do2 .sub_section{
width: 23%;
margin:0px 1%;
float: left;
padding: 0px;
border-radius: 5px;
}

.what_we_do2 .sub_section .imgcontainer{
	width: 100%;
	padding: 50px 0px 20px 0px;
	text-align: center;
}

.what_we_do2 .sub_section .imgcontainer i{
	display: block;
	font-size: 35px;
	padding: 15px 0px;
	width: 65px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	border: 2px solid #fff;
	text-align: center;
	color: #fff;
	border-radius: 36px;
	margin: 0px auto;
}

.what_we_do2 .sub_section .textcontainer h3{
	color: #fefefe;
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	text-align: center;
	font-weight: 500;
	font-size: 25px;
}

.what_we_do2 .sub_section .textcontainer span{
	color: #dedede;
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 50px;
	text-align: center;
	font-weight: 400;
	font-size: 16px;
}
.join_us{
	padding-top: 20px;
	padding-bottom: 50px;
	text-align: center;
}

.join_us a{
	color: #078d03;
	font-size: 25px;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.join_us a:hover{
	cursor: pointer;
	color: #063da0;
}

.contact_page .sectiontwo{
	margin-top: 0px;
	padding-bottom: 10px;
	width: 90%;
	padding-left: 5%;
	padding-right: 5%;
}

.contact_page .left_info{
	width: 50%;
	float: left;
}

.contact_page .right_info{
	width: 50%;
	float: right;
}

.contact_page .right_info img{
	width: 100%;
	border-radius: 10px;
		-webkit-box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.4); 
    box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.4);
    border:2px solid #727272;
}

.contact_page .right_info img:hover{
	 border:5px solid #727272;
	cursor: pointer;
}

.contact_page .services_highlight{
	width: 80%;
}

.contact_page .services_highlight i{
	color: #2cba0c;

}

.contact_page .services_highlight .headtag{
	color: #333;
}

.contact_page .call_desk{
	width: 90%;
	margin: 0 auto 50px auto;
	background-image: linear-gradient(to right, #2cba0c, #f59e31, #09228f, #ffffff);
	color: #fefefe;
	font-size: 30px;
	padding: 15px 5%;
	text-align: center;
	border-radius: 80px 10px 80px 10px;
	line-height: 1.2;
}

/* The Modal (background) */
.contact_page .modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999; /* 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 */
  z-index: 99999999;
}

/* Modal Content (image) */
.contact_page .modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Add Animation */
.contact_page .modal-content{  
  -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 */
.contact_page .close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.contact_page .close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .contact_page .modal-content {
    width: 100%;
  }
}



.registration_page{
	margin-top: 50px;
}

.registration_page .section_item_left{
	width: 60%;
	float: left;
}

.registration_page .section_item_left span{ 
	font-size: 30px;
	font-weight: 700;
	display: block;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 1.5;
	color: #024a38;
}

.registration_page .section_item_left .regform label{
	display: block;
	font-size: 20px;
	color: #024a38;
}

.registration_page .section_item_left .regform input{
	display: block;
	clear: both;
	color: #222;
	font-size: 16px;
	padding: 10px 20px;
	border-radius: 5px;
	border: 1px solid #024a38;
	width: 70%;
	outline: none;
}

.registration_page .section_item_left .regform input:focus{
	border: 2px solid #024a38;
}

.registration_page .section_item_left .regform textarea{
	display: block;
	clear: both;
	color: #222;
	font-size: 16px;
	padding: 10px 20px;
	border-radius: 5px;
	border: 1px solid #024a38;
	width: 70%;
	font-family: inherit;
	font-size: 16px;
}

.registration_page .section_item_left .regform textarea:focus{
	border: 2px solid #024a38;
}

.registration_page .section_item_left .regform button{
	display: block;
	color: #fefefe;
	font-size: 18px;
	text-align: center;
	background-color: #024a38;
	width: 50%;
	padding: 10px 40px;
	margin: 30px 0;
	-webkit-box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.2); 
    box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.2);
    border-radius: 5px;
    border-style: none;
}

.registration_page .section_item_left .regform button:hover{
	cursor: pointer;
	background-color: #013226;
}

.registration_page .section_item_right{
	width: 32%;
	margin-left: 4%;
	padding: 30px 0%;
	float: left;
	background: #bceee9;
	text-align: center;
	border-radius: 10px;
}


.registration_page .section_item_right span{
	display: block;
	clear: both;
	padding: 20px 30px;
	line-height: 1;
	font-size: 50px;
	margin-bottom: 20px;
	color: #333;
}

.registration_page .section_item_right a{
	display: block;
	color: #fefefe;
	text-decoration: none;
	font-weight: bold; 
	font-size: 14px;
	text-align: center;
	background-color: #024a38;
	width: 60%;
	border-radius: 5px;
	padding: 10px 20px;
	margin: 20px auto;
	-webkit-box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.3); 
    box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.3);
}

.registration_page .section_item_right a:hover{
	cursor: pointer;
}

.registration_page .section_item_right form input{
	height: 40px;
	width: 80%;
	font-size: 14px;
	margin: 10px 10%;
	padding-left: 10px;
	padding-right: 10px;
	display: block;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 2px solid #0d8803;
}

.registration_page .services_highlight{

	padding-left: 1%;
	padding-right: 1%;
}

.registration_page .services_highlight .headtag{
   		display: block;
   		clear: both;
 } 


.editorial_page .sub_section{

}


.editorial_page .sub_section{
width: 27%;
height: 350px;
margin:0px 3%;
float: left;
padding: 20px 0px;
background-color: #ffffff;
margin-top: 50px;
margin-bottom: 20px;
border-radius: 5px;
padding-top: 0;
padding-top: 0;
}

.editorial_page .sub_section .imgcontainer{
	width: 100%;
	position:relative;
}
.editorial_page .sub_section .imgcontainer img{
	width: 100%;
	margin: 0;
	border-radius: 10px;
	-webkit-box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.72); 
    box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.72);
}

.editorial_page .sub_section .textcontainer h3{
	color: #130f0f;
	display: block;
	text-align: center;
	font-size: 15px;
	padding-bottom: 0;
}

.editorial_page .sub_section .textcontainer span{
	display: block;
	color: #333;
	text-align: center;
	padding: 0;
}

.editorial_page .sub_section .textcontainer i{
	display: block;
	color: #999;
	text-align: center;
	padding: 0;
	font-style: normal;
}

.board_members{
	background-color: #ffffff;
}

.board_members .section_item{

height: 100px;
;
}

.board_members .section_item .textcontainer h3{
	color: #130f0f;
	display: block;
	text-align: center;
	font-size: 15px;
	padding-bottom: 0;
}

.board_members .section_item .textcontainer span{
	display: block;
	color: #333;
	text-align: center;
	padding: 0;
}

.board_members .section_item .textcontainer i{
	display: block;
	color: #999;
	text-align: center;
	padding: 0;
	font-style: normal;
}

.archive_container{
	padding-top: 0px;
	padding-bottom: 0px;
	background: #e5f0e3;
}

.archive_container h2{
	display: block;
	text-align: center;
	padding: 20px 0px;
}

.archive{
	width: 100%;
}

.archive * {
  box-sizing: border-box;
}
.archive .faqanswer {
	display: none;
	width: 100%;
	background: #e5e5e5;
	padding: 12px 20px 0 30px;	
}

.archive .faqanswer p {
	font-size: 14px;
	padding-bottom: 0;
	margin-bottom: 0;
	font-weight: 700;
	color: #555;
	display: block;
	padding-top: 7px;
}

.archive .faqanswer a {
	color: #0b9100;
	display: block;
	text-decoration: underline;
	font-weight: bold; 
	font-size: 13px;
	text-align: left;
	padding-bottom: 3px;
	border-bottom: 1px solid #ffffff;
}

.archive a.active {
	font-weight: bold;
}

.archive .togglefaq {
	text-decoration: none;
	color: #333;
	font-size: 14px;
	padding: 10px 30px;
	line-height: 20px;
	display: block;
	border: 1px solid #d0d0d0;
	width: 100%;
	margin-bottom: -1px;
}
.archive .fa-plus {
	color: #0b9100;
	margin-right: 20px;
	font-size: 20px;
	float:left;
}

.archive .fa-minus {
	color: #111;
	margin-right: 20px;
	font-size: 20px;
	float:left;
}
.archive p {
  margin: 0;
  padding-bottom: 20px;
}

.upcoming_page{
	padding-top: 50px;
}

.upcoming_page .sub_section{
width: 27%;
margin:0px 3%;
float: left;
padding: 20px 0px;
margin-top: 50px;
padding-top: 0;
}

.upcoming_page .sub_section .imgcontainer{
	width: 100%;
	position:relative;
	padding-top: 20px;
}

.upcoming_page .sub_section .imgcontainer .hr_line{
	background-image: linear-gradient(to right, #2cba0c, #f59e31, #09228f, #ffffff);
	display: block;
	height: 2px;
	width: 50%;
	margin-bottom: 20px;
}

.upcoming_page .sub_section .imgcontainer img{
	width: 100%;
	height: 250px;
	margin: 0;
	border-radius: 10px;
		-webkit-box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.5); 
    box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.5);
}

.upcoming_page .sub_section .imgcontainer img:hover{
	opacity: 0.6;
	cursor: pointer;
}

.upcoming_page .sub_section .textcontainer h3{
	color: #130f0f;
	display: block;
	text-align: center;
	font-size: 15px;
	padding-bottom: 0;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 20px;
	text-transform: uppercase;
}

.upcoming_page .sub_section .textcontainer span{
	display: block;
	color: #333;
	text-align: center;
	padding: 0;
	padding-bottom: 30px;
	padding-right: 15px;
	padding-left: 15px;
}

.upcoming_page .sub_section .textcontainer i{
	display: block;
	color: #999;
	text-align: center;
	padding: 0;
	font-style: normal;
}

/* The Modal (background) */
.upcoming_page .modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999; /* 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) */
.upcoming_page .modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Add Animation */
.upcoming_page .modal-content{  
  -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 */
.upcoming_page .close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.upcoming_page .close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .upcoming_page .modal-content {
    width: 100%;
  }
}

.conference_page .sub_section{
width: 27%;
height: 350px;
margin:0px 3%;
float: left;
padding: 20px 0px;
background-color: #ffffff;
margin-top: 50px;
margin-bottom: 20px;
border-radius: 5px;
padding-top: 0;
padding-top: 0;
}

.conference_page .sub_section .imgcontainer{
	width: 100%;
	position:relative;
}
.conference_page .sub_section .imgcontainer img{
	width: 100%;
	margin: 0;
	-webkit-box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.72); 
    box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.72);
}

.conference_page .sub_section .textcontainer h3{
	color: #130f0f;
	display: block;
	text-align: center;
	font-size: 15px;
	padding-bottom: 0;
}

.conference_page .sub_section .textcontainer span{
	display: block;
	color: #333;
	text-align: center;
	padding: 0;
}

.conference_page .sub_section .textcontainer i{
	display: block;
	color: #999;
	text-align: center;
	padding: 0;
	font-style: normal;
}


.membership_page{
	margin-top: 50px;
}

.membership_page .section_item_left{
	width: 80%;
	margin:auto 10%;
}

.membership_page .section_item_left span{ 
	font-size: 30px;
	font-weight: 600;
	display: block;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 1.5;
	color: #444;
	clear: both;
}

.membership_page .section_item_left p{
	display: block;
	padding-bottom: 30px;
	text-align: justify;
}

.membership_page .section_item_left p member{
	display: inline-block;
	background-color: #bdd4f6;
	padding: 15px 25px;
	border-radius: 5px;
	margin: 10px;
	line-height: 1.2;
	float: left;
}

.membership_page .section_item_left ul{
	display: block;
	width: 90%;
	padding: 30px 5%;
	text-align: center;
}

.membership_page .section_item_left ul li{
	padding: 15px 27px;
	margin: 10px;
	display: inline-block;
	background-color: #3061ff;
	border-radius: 50px 5px 50px 5px;
	color: #fff;
	font-weight: 500;
	line-height: 1;
}

.membership_page .section_item_left a{
	color: #1c43a7;
	font-weight: bold;
}

.membership_page .section_item_right{
	width: 32%;
	margin-left: 4%;
	padding: 30px 0%;
	float: left;
	background: #bceee9;
	text-align: center;
	border-radius: 10px;
}

.membership_page .section_item_right img{
		width: 100%;
}

.membership_page .section_item_right span{
	display: block;
	clear: both;
	padding: 20px 0px;
}

.membership_page .section_item_right label{
	display: block;
	clear: both;
	font-size: 25px;
	line-height: 1.5;
	font-weight: 600;
}

.membership_page .section_item_right a{
	color: #fefefe;
	text-decoration: none;
	font-weight: bold; 
	font-size: 14px;
	text-align: center;
	background-color: #024a38;
	padding: 15px 20px;
	-webkit-box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.3); 
    box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.3);
}

.membership_page .section_item_right a:hover{
	cursor: pointer;
}

.membership_page .section_item_right form input{
	height: 40px;
	width: 80%;
	font-size: 14px;
	margin: 10px 10%;
	padding-left: 10px;
	padding-right: 10px;
	display: block;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 2px solid #0d8803;
}

.membership_page .participants{
	width: 100%;
	text-align: center;
}

.membership_page .participants .each_participant{
	width: 29%;
	margin: 20px 2%;
	max-width: 200px;
	float: left;
}

.membership_page .participants .each_participant img{
	border-radius: 50%;
	width:100%;
}

.membership_page .participants .each_participant h5{
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2;
}

.membership_page .participants .each_participant em{
	font-style: normal;
	color: #048c0e;
	font-size: 12px;
}

.journals_page .section_item_left{
	width: 70%;
	float: left;
}


.journals_page .section_item_left img{
	width: 30%;
	margin-right: 2%;
	display: block;
	float: left;
	-webkit-box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.6); 
    box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.6);
}

.journals_page .section_item_left span{ 
	display: block;
	padding-top: 0px;
	padding-bottom: 0px;
	float: left;
	width: 68%;
}

.journals_page .section_item_left span strong{ 
	font-size: 18px;
	line-height:1;
}

.journals_page .section_item_left p{
	display: block;
	clear: both;
	padding: 20px 0px;
	width: 100%;
}

.journals_page .section_item_right{
	width: 22%;
	margin-left: 4%;
	padding: 30px 0%;
	float: left;
}

.journals_page .section_item_right a{
	display: block;
	clear: both;
	color: #fefefe;
	text-decoration: none;
	font-weight: bold; 
	font-size: 14px;
	text-align: center;
	float: left;
	background-color: #064401;
	padding: 10px 20px;
	-webkit-box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.3); 
    box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.3);
}


.books_page{
	border-bottom: 1px solid #0b9100;
	border-bottom-style: dashed;
}

.books_page .section_item_left{
	width: 70%;
	float: left;
}


.books_page .section_item_left img{
	width: 30%;
	margin-right: 2%;
	display: block;
	float: left;
	-webkit-box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.6); 
    box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.6);
}

.books_page .section_item_left span{ 
	display: block;
	padding-top: 0px;
	padding-bottom: 0px;
	float: left;
	width: 68%;
}

.books_page .section_item_left span strong{ 
	font-size: 18px;
	line-height:1;
}

.books_page .section_item_left p{
	display: block;
	clear: both;
	padding: 20px 0px;
	width: 100%;
}

.books_page .section_item_right{
	width: 22%;
	margin-left: 4%;
	padding: 30px 0%;
	float: left;
}

.books_page .section_item_right a{
	display: block;
	clear: both;
	color: #fefefe;
	text-decoration: none;
	font-weight: bold; 
	font-size: 14px;
	text-align: center;
	float: left;
	background-color: #064401;
	padding: 10px 20px;
	-webkit-box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.3); 
    box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.3);
}


.conference_page{
	border: 1px solid #0b9100;
	width: 80%;
	margin: 50px auto;
	border-radius: 10px;
	padding: 2px 2px 1px 2px;
}

.conference_page .section_item_left{
	width: 60%;
	float: left;
	position: relative;
	padding: 0;
	line-height: 0;
}

.conference_page .section_item_left img{
	width: 100%;
	min-height: 430px;
	padding: 0;
	margin: 0;
	border-radius: 10px 0px 0px 10px;
	-webkit-box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.2); 
    box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.2);
}

.conference_page .section_item_left span{ 
	font-weight: 600;
	display: block;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: rgba(0,0,0,0.8);
	line-height: 1.5;
	position: absolute;
	left: 0px;
	bottom: 0px;
	height: 100%;
	width: 100%;
	color: #f1f1f1;
	text-align: center;
	text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
	border-radius: 10px 0px 0px 10px;
}


.conference_page .section_item_left span h1{
	margin-top: 30px;
	padding-left: 10px;
	padding-right: 10px;
}

.conference_page .section_item_left span h3{
	font-size: 20px;
	padding-left: 10px;
	padding-right: 10px;
}

.conference_page .section_item_left span label{
	display: block;
	line-height: 1;
	font-size: 25px;
	margin-top: 50px;
	padding-left: 10px;
	padding-right: 10px;
}

.conference_page .section_item_right{
	width: 32%;
	margin-left: 4%;
	padding: 15px 2%;
	float: left;
	text-align: center;
}

.conference_page .section_item_right a{
	width: 80%;
	margin: 15px auto;
	display: block;
	clear: both;
	color: #0b9100;
	text-decoration: none;
	font-weight: bold; 
	font-size: 14px;
	text-align: center;
	float: left;
	padding: 10px 20px;
	-webkit-box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.3); 
    box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.3);
}

.gallery_video_cont{
	width: 70%;
	height: 470px;
	clear: both;
	margin: 20px 15% 20px 15%;
}

.gallery_setion{
	background-color: #f5f5f5;
}

.gallery_setion * {
  box-sizing: border-box;
}

.gallery_setion img {
  vertical-align: middle;
}

/* Position the image container (needed to position the left and right arrows) */
.gallery_setion .container {
  position: relative;
}

/* Hide the images by default */
.gallery_setion .mySlides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.gallery_setion .cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.gallery_setion .prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.gallery_setion .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.gallery_setion .prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.gallery_setion .numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.gallery_setion .caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

.gallery_setion .row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.gallery_setion .column {
  float: left;
  width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
.gallery_setion .demo {
  opacity: 0.6;
}

.gallery_setion .active,
.demo:hover {
  opacity: 1;
}

.blog_pg{
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
}
.blog_pg .sectiondesc{
	padding: 20px 0%;
}
.blog_pg .leftP{
	width: 60%;
	margin: 0% auto;
	line-height: 1.5;
	text-align: justify;
	padding: 0% 3%;
	float: left;
}

.blog_pg .leftP h1{
	text-align: left;
}

.blog_pg .leftP p{
	padding: 5px 0px;
}

.blog_pg .leftP h3{
	text-align: center;
}

.blog_pg .leftP .art_references{
	margin: 30px auto;
	text-align: left;
	border-top: 2px solid #777;
	margin-top: 20px;
}

.blog_pg .leftP .author{
	margin-top: 30px;
	text-align: left;
	font-size: 12px;
	margin-bottom: 10px;
}

.blog_pg .section_item h4{
	text-align: left;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	font-size: 30px;
}
.blog_pg .section_item label{
	font-size: 12px;
	text-align: left;
	display: block;
}
.blog_pg .leftP img{
	border-radius: 3px;
	width: 100%;
}

.blog_pg .leftP .full_text img{
	display: block;
	width: auto;
	max-width: 100%;
	margin: 10px auto;
}
.blog_pg .rightP{
	width: 34%;
	float: right;
}
.blog_pg .other_news{
	margin-top: 30px;
	padding: 0px 3%;
	height: 80px;
}

.blog_pg .other_news label{
	font-size: 20px;
	color: #000;
	font-weight: 400px;
	text-align: left;
	display: block;
	padding: 10px;
	border-bottom: 1px solid #ddd;
	height: 60px;
}



 @media only screen and (max-width:1100px) {

  	.registration_page .section_item_right span{
   		font-size: 40px;
   	} 
}

 @media only screen and (max-width:970px) {

	.page_header label{
	width: 80%;
	padding-left: 10%;
	padding-right: 10%;
	text-align: center;
	}

	.page_header label h1{
	text-align: center;
	font-size: 40px;
	padding-left: 0;
	padding-right: 0;
	}

	.page_header label p{
	text-align: center;
	padding-left: 0;
	padding-right: 0;
	}

 	.what_we_do .sub_section{
	width: 48%;
	margin-bottom: 20px;
	}

	.what_we_do2 .sub_section{
	width: 48%;
	margin-bottom: 20px;
	}

	.registration_page .section_item_left{
	width: 100%;
	margin-bottom: 60px;
   	}

   	.registration_page .section_item_left .regform{
	width: 90%;
	margin-left: 5%;
   	}

   	.registration_page .section_item_left .regform input{
	width: 100%;
   	}

   	.registration_page .section_item_left .regform textarea{
	width: 100%;
   	}

   	.registration_page .section_item_left .regform button{
	margin: 30px auto;
   	}


   	.registration_page .section_item_right{
   		width: 100%;
   	}

   	.registration_page .services_highlight .cont_icon{
   		display: block;
   		clear: both;
   	}

   	.registration_page .services_highlight .headtag{
   		display: block;
   		clear: both;
   	} 

   	.contact_page .left_info{
	width: 100%;
	float: none;
	}

	.contact_page .right_info{
		width: 100%;
		float: none;
		padding-top: 30px;
	}

 	.membership_page .section_item_left{
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
   	}

   	.membership_page .section_item_right{
	display: none;
   	}

   	.membership_page .webinar_right_panel{
	display: block;
	width: 90%;
	padding-right: 5%;
   	}

   	.board_page .sub_section{
   		width: 48%;
   	}

   	.journals_page .section_item_left{
	width: 100%;
   	}

   	.journals_page .section_item_right{
	width: 100%;
	margin-left: 0;
	margin-right: 0;
   	}

   	.books_page .section_item_left{
	width: 100%;
   	}

   	.books_page .section_item_right{
	width: 100%;
	margin-left: 0;
	margin-right: 0;
   	}

   	.upcoming_page  .sub_section{
	width: 46%;
	margin-left: 1%;
	margin-top: 20px;
	height: auto;
	}

	.conference_page .section_item_left{
		width: 100%;
	}

	.conference_page .section_item_left img{
		min-height: 400px;
		border-radius: 10px 10px 0px 0px;
	}

	.conference_page .section_item_left span{ 
		border-radius: 10px 10px 0px 0px;
	}

	.conference_page .section_item_right{
		width: 100%;
		margin: 20px 0;
		padding: 0;
	}

	.conference_page .section_item_right a{
		width: 70%;
		margin-left: 11%;
	}

	.gallery_video_cont{
	width: 90%;
	height: 300px;
	margin: 20px 5% 20px 5%;
	}

	.blog_pg .leftP{
		width: 94%;
		margin:0px auto;
		padding: 0;
		float: none;
	}

	.blog_pg .rightP{
	width: 94%;
	margin: 20px auto;
	}

	.membership_page .participants .each_participant{
	width: 46%;
	margin: 20px 2%;
	}

 }

  @media only screen and (max-width:600px) {


  	.what_we_do .sub_section{
	width: 90%;
	margin-left:5%;
	margin-bottom: 20px;
	}


  	.what_we_do2 .sub_section{
	width: 90%;
	margin-left:5%;
	margin-bottom: 20px;
	}

  	.board_page .sub_section{
   		width: 90%;
   		margin-left: 5%;
   	}

   	.upcoming_page  .sub_section{
	width: 80%;
	margin-left: 10%;
	height: auto;
	margin-top: 30px;
	}

	.conference_page .section_item_left img{
		min-height: 450px;
	}

	.conference_page .section_item_right a{
		width: 70%;
		margin-left: 9%;
	}

	.gallery_setion{
	width: 100%;
	padding-left:0;
	padding-right:0;
	}

	.membership_page .participants .each_participant{
	width: 80%;
	margin: 20px 10%;
	}
 }