

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}
.sidebar ul li .selected a {
    border-color: orange
}

.header_org_div {
	color: #F2F7A0;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	min-width: 240px;

	
}

.header_org_name {
	color: #F2F7A0;
	padding: 20px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	
}
/* ---------------- Menu Bar on Big Screen ------------------------------*/
@media screen and (min-width: 992px) {
	* {margin: 0; padding: 0;}
		.lead {
			font-size:20px
		}


	.img-responsive {
		margin: 10px 0 32px 0
	}


element.style {
	display: block!important;
}
	.site-header {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 0 1em;
		background: orange linear-gradient(orange,#ff8c00);
		max-height: 70px;
		z-index: 1;
		position: fixed;
		width: 100%;
		padding: 0px 0px 140px 0px;
	}

	.site-header-base {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		
	}

	.site-logo {
		align-content: flex-start;
		/* min-width: 100px; */
		width: 50px;
		height: 40px;
		padding: 0 0 0 0;
		margin-top: 10px;
		margin-bottom: 10px;
		-ms-flex-item-align:center;align-self:center;min-width:100px;padding:0 13px 0 0
	
	}
	


	.site-nav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: auto;
		display: block!important;
	}

	.site-links>ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		list-style-type: none;
		padding: 0;
		margin: 0;
		height: 100%;
		display: inline-block;
		text-align: center;

	}

		.site-links>ul>li {
		width: 110px;
		min-width: 110px; 

	}

	.site-links>ul>li>a {
		display: block;
		padding: 1em .8em;
		color: #fff;
		font-weight: 400;
		text-align: center;
	}

	.site-links>ul>li>a:focus,.site-links>ul>li>a:hover {
		background: #fff;
		color: orange;
		border-bottom: 0;
		text-align: center;

	}

	.site-search-top {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 300px;
		margin-left: 1em
	}

	.site-nav-toggler {
		color: #fff;
		background: 0 0;
		border: 0;
		font-size: 36px;
		font-weight: 300
	}

	.site-nav-toggler:focus,.site-nav-toggler:hover {
		outline: 0;
		background-color: #fff;
		color: orange;
		cursor: pointer;
	}

	.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover {
		background-color: #333
	}

/* 	.site-nav-toggler {
		display:none
	} */


	.site-nav-toggler .icon-bar {
		display: block;
		width: 22px;
		height: 2px;
		border-radius: 1px;
		background-color: #fff
	}

	/*---------------- menu_item_2 on big screen (when min width 992 px) ------------------------*/
	.site-links>ul>li>ul {
		display: none;
	}
	.site-links>ul>li:hover>ul {
		display: block;
		list-style-type: none;
		padding: 0;
		margin: 0;
		height: auto;
		position: relative;
		text-align: center;
		z-index:9999
	} 

	.menu_item_2>li {
		/*
		display: -webkit-box;
		display: -ms-flexbox;
		*/	
		display: flex;
		list-style-type: none;
		background: #ff8c00;
		float: left;
		text-align: center;
		margin: 2px 0px 0px 10px;
		width: 100%;
		position: relative;
		height: auto;
		z-index:9999;
	}	

	.menu_item_2>li>a {
		padding: 0;
		color: #fff;
		font-weight: auto;
		text-align: center ;
		margin-left: 0.5em;
		margin-right: 0.5em;
		left: 122px;
		height: 35px;
		z-index:9999;
		/* background-color: blue; */
		}
					



	/*------------------ menu_item_3 on big screen (when min width  px ) ----------------------*/	


	.menu_item_2>li>ul {
		display: none;

	}
	.menu_item_2>li:hover>ul {
		display: block;
		list-style-type: none;
		padding: 0;
		margin: 0;
		height: auto;
		position: relative;
		z-index:9999
		
		
	} 

	.menu_item_3>li {
		 display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		list-style-type: none;
		padding: 0;
		height: auto;
		text-align: center;
		background: orange linear-gradient(orange,#ff8c00);
		left: 122px;
		height: 35px;
		margin: 0px 0px 0px 10px;
		z-index:9999
		
	}
	.menu_item_3>li>a {
		padding: 0;
		color: #fff;
		font-weight: auto;
		text-align: left;
		margin-left: 0;
		margin-right: 0.5em;
		position: relative;
		height: 35px;
		z-index:9999
		
	}

}

/* ---------------- Menu Bar on Small Screen ------------------------------*/
@media screen and (max-width: 991px) {
    .site-nav {
        display: none;
        /* z-index: 10; */
        background: orange linear-gradient(orange,#ff8c00)
    }

    .site-header,.site-links,.site-links>ul,.site-nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-line-pack: stretch;
        align-content: stretch
    }

    .site-logo {
        -ms-flex-item-align: start;
        align-self: flex-start;
        margin: 1em 0 .5em 0
    }

    .site-search-top {
        padding: 1em;
        width: 100%
    }

    .site-links,.site-links>ul>li>a {
        border-top: 1px solid #ffdab9;
        border-bottom: 1px solid #ffdab9
    }
	
	
	/*---------------- menu_item_2 on small screen (when max width  991 px ) ------------------------*/
	.site-links>ul>li>ul {
		display: none;
	}
	.site-links>ul>li:hover>ul {
		display: block;
		list-style-type: none;
		padding: 0;
		margin: 0;
		height: auto;
		position: relative;
		text-align: center;
		z-index:9999
	} 

	.menu_item_2>li {
		  display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		list-style-type: none;
		padding: 0;
		margin: 0;
		height: 100%;
		text-align: center;
		background: orange linear-gradient(orange,#ff8c00);
		float: left;
		text-align: center;
		margin-right: 2px;
		clear:both;
		position: relative;
		height: 35px;
		left: 122px;
		z-index:9999
	}	
	
	.menu_item_2>li>a {
		padding: 0;
		color: #fff;
		font-weight: auto;
		text-align: justify ;
		margin-left: 0.5em;
		margin-right: 0.5em;
		left: 122px;
		height: 35px;
		z-index:9999
		}
					



	/*------------------ menu_item_3 on small screen (when max width  991 px ) ----------------------*/	


	.menu_item_2>li>ul {
		display: none;

	}
	.menu_item_2>li:hover>ul {
		display: block;
		list-style-type: none;
		padding: 0;
		margin: 0;
		height: auto;
		position: relative;
		
		
	} 

	.menu_item_3>li {
		 display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		list-style-type: none;
		padding: 0;
		margin: 0;
		height: auto;
		text-align: center;
		background: orange linear-gradient(orange,#ff8c00);
		left: 122px;
		height: 35px;
		z-index:9999
		
	}
	.menu_item_3>li>a {
		padding: 0;
		color: #fff;
		font-weight: auto;
		text-align: left;
		margin-left: 0;
		margin-right: 0.5em;
		position: relative;
		height: 35px;
		z-index:9999
		
	}


	/*----------------------------------------*/
	
}
/* ----------------------------- Start:   Header --------------------------- */
.site-nav{display:none}
.site-header{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;-ms-flex-pack:justify;
	justify-content:space-between;
	padding:0 1em;
	background:#e2813d;
	min-height:71px
	}
.site-header-base{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}
.site-logo{-ms-flex-item-align:center;align-self:center;min-width:100px;padding:0 13px 0 0}
.site-nav{display:-webkit-box;display:-ms-flexbox;display:flex}
.site-links>ul{display:-webkit-box;display:-ms-flexbox;display:flex;list-style-type:none;padding:0;margin:0;height:100%}
.site-links>ul>li>a{display:block;padding:1em .8em;color:#fff;font-weight:400}
.site-links>ul>li>a:focus,.site-links>ul>li>a:hover{background:#fff;color:orange;border-bottom:0}
.site-search-top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:300px;margin-left:1em}
.site-nav-toggler{color:#fff;background:0 0;border:0;font-size:36px;font-weight:300}
.site-nav-toggler:focus,.site-nav-toggler:hover{outline:0;background-color:#fff;color:orange;cursor:pointer}
.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover{background-color:#333}
@media (min-width:992px){
	.site-nav-toggler{display:none}
	}
.site-nav-toggler .icon-bar{display:block;width:22px;height:2px;border-radius:1px;background-color:#fff}
@media screen and (max-width:991px){
	.site-nav{display:none;z-index:10;background:orange linear-gradient(orange,#ff8c00)}
	.site-header,.site-links,.site-links>ul,.site-nav{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-line-pack:stretch;align-content:stretch}
	.site-logo{-ms-flex-item-align:start;align-self:flex-start;margin:1em 0 .5em 0}
	.site-search-top{padding:1em;width:100%}
	.site-links,.site-links>ul>li>a{border-top:1px solid #ffdab9;border-bottom:1px solid #ffdab9}
	}

  	/*----------------------------------------*/

/* ----------------------------- Start:   Slide Show --------------------------- */

* {
	box-sizing: border-box;
	}
body {
	font-family: Verdana, sans-serif; 
	margin:0
	}
.home_mySlides {
	clear: both; 
	/* display: none; */
	padding: 0px 0px 0px 0px;
	}
.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
  min-height: 600px;
  /* white-space: pre-line; */
}


/* Slideshow container */
.home_slideshow_container {
	clear: both;
	max-width: 100vw;
	height: 500px;
	position: relative;
	margin: auto;
	padding: 0px 0px 0px 0px;

}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 60%;
  width: auto;
  padding: 16px;
  margin-top: 22px;
  color: Orange;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}


.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */

.dot_block {
	text-align: center; 
	margin: -20px 0px 0px 50%;
	position: absolute;  
	z-index: 10000;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  display: table-inline;
  transition: background-color 0.6s ease;
  white-space: pre-line;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade_image_1 {
  -webkit-animation-name: fade_image_1;
  -webkit-animation-duration: 2s;
  animation-name: fade_image_1;
  animation-duration: 2s;
  opacity: 2
}

@-webkit-keyframes fade_image_1 {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade_image_1 {
  from {opacity: .4} 
  to {opacity: 1}
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}


.fix_img_in_div {
	background-repeat: no-repeat;
	background-position:center;
	background-size: cover;
	object-fit: contain;
	height:500px;
	overflow: hidden;
	position: relative;
	min-height: 100%;
	width: 100%

}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}


	.fix_img_in_div {
		background-repeat: no-repeat;
		background-position:center;
		background-size: cover;
		object-fit: contain;
		height:500px;
		overflow: hidden;
		position: relative;
		min-height: 100%;
		width: 100%;
		z-index: -1
		

	}
	}
/* ---------------- END:   Slide Show -------------- */

/* ---------------- START:   main on Big screen  (when min width 992px )-------------- */
@media (min-width: 992px) {
	* {
	  box-sizing: border-box;
	}		
	
	.main_page {
	clear: both;
	float: left;
	margin: 0px 0px 0px 0px; 
    width: 100%;
    height: auto;
    position: relative;
	display: block;
	/* border: 1px solid orange; */
	padding: 0;
   }

   .main_side_bar {
	 
	clear: both;
	float: left;
	margin: 0px 0px 0px 0px;
    width: 15%;
    height: auto;
    position: relative;
    overflow: hidden;
    text-align: left;
	display: flex;
	/* background-color: lightblue; */
	border: 1px solid orange;
	padding:25px;
	text-decoration: none;
   }
   
    .main_side_bar>ul {
		list-style-type: none;	
   }

       .main_side_bar>ul>li, .main_side_bar>ul>li>ul>li, .main_side_bar>ul>li>ul>li>ul>li {
	 
		padding: 7px 0px 0px 0px;
		
   }

    .main_side_bar>ul>li>a {
	 
		display: -webkit-box;
		display: -ms-flexbox;
		display: block;
		color: orange;
		margin-left: 5px;
		list-style-type: none;	
		text-decoration: none;
		
   }
      .main_side_bar>ul>li>a:hover, .main_side_bar>ul>li>a:active {
		  /* background-color: orange; */
		  text-decoration: none;
		 /*  color: white; */
		  display: flex;
	  }
	  
       .main_side_bar>ul>li>ul {
	 
		display: block;
		padding: 0;
		margin: 0;
		height: auto;
		position: relative;
		text-align: center;
		z-index:9999;
		list-style-type: none;		
		text-decoration: none;
   }
   
    .main_side_bar>ul>li>ul>li>a {
	 
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		list-style-type: none;
		list-style: none;
		/* background: orange linear-gradient(orange,#ff8c00); */
		color: orange;
		/* position: absolute; */
		margin: 0 0 0 40px;
		z-index:9999;
		padding: 0;
		text-align: justify ;
		text-decoration: none;

   }
   
	 .main_side_bar>ul>li>ul>li>a:hover, .main_side_bar>ul>li>ul>li>a:active {
	  /* background-color: orange; */
	  text-decoration: none;
	  /* color: white; */
	  display: flex;
  }
	  
     .main_side_bar>ul>li>ul>li>ul {
	 
		display: block;
		padding: 0;
		margin: 0;
		height: auto;
		position: relative;
		text-align: center;
		z-index:9999;
		list-style-type: none;	
   }
   
    .main_side_bar>ul>li>ul>li>ul>li>a {
	 
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		list-style-type: none;
		/* background: orange linear-gradient(orange,#ff8c00); */
		color: orange;
		/* position: absolute; */
		margin: 0 0 0 80px;
		z-index:9999;
		color: orange;
		text-decoration: none;

		
   }
   
   	.main_side_bar>ul>li>ul>li>ul>li>a:hover, .main_side_bar>ul>li>ul>li>ul>li>a:active {
	  /* background-color: orange; */
	  text-decoration: none;
	  /* color: white; */
	  display: flex;
  }
  
   
    .main_article {
	float: left;
	margin: 0px 0px 0px 0px;
    width: auto;
    height: auto;
    position: relative;
    overflow: block;
    text-align: left;
	display: block;
	background-color: #ddd;
	/* border: 1px solid orange; */
   }
    .main_3rd_column {
	float: left;
	margin: 0px 0px 0px 0px;
    width: 15%;
    height: auto;
    position: relative;
    overflow: block;
    text-align: left;
	display: block;
	background-color: yellow;
	border: 1px solid orange;
	  }
}


/* ---------------- main on small screen  (when max width 991px )-------------- */

@media screen and (max-width: 991px) {
	* {
	  box-sizing: border-box;

	}		


   .main_side_bar {
	display: none;
   }

   .main_page {
	clear: both;
	float: left;
	margin: 0px 0px 0px 0px;
    width: auto;
    height: auto;
    position: relative;
	display: block;
	/* border: 1px solid orange; */
	padding: 0;
   }

/*    .main_side_bar {
	 
	clear: both;
	float: left;
	margin: 0px 0px 0px 0px;
    width: 15%;
    height: auto;
    position: relative;
    overflow: block;
    text-align: left;
	display: flex;
	background-color: lightblue;
	border: 1px solid orange;
	padding:25px;
	text-decoration: none;
   } */
   
    .main_article {
	float: left;
	margin: 0px 0px 0px 0px;
    width: 100%;
    height: auto;
    position: relative;
    overflow: block;
    text-align: left;
	display: block;
	background-color: #ddd;
	/* border: 1px solid orange; */
   }
    .main_3rd_column {
	float: left;
	margin: 0px 0px 0px 0px;
    width: 20%;
    height: auto;
    position: relative;
    overflow: block;
    text-align: left;
	display: block;
	background-color: yellow;
	border: 1px solid orange;
	  }
	  

}



/* --------------------------- Footer Starts--------------------------------------------------- */


/* ----------------------------- */




/*----------------------------- Footer Ends ---------------------------------------------------- */





