*
{
	margin:0px;
	padding:0px;
	box-sizing:border-box;
}

img
{
	border:none;
}

a
{
	outline-style:none;
	text-decoration:none;
	-webkit-transition: all .5s ;
	-moz-transition: all .5s ;
	-ms-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
	transition-timing-function:ease-out;
}

body
{
	overflow-x:hidden;
    font-family: 'opensansregular';
}

h1 ,h2 ,h3 ,h4 ,h5 ,h6
{
	font-weight:100;
}
@font-face {
    font-family: 'opensansregular';
    src: url('../fonts/opensansregular.eot');
    src: url('../fonts/opensansregular.eot') format('embedded-opentype'),
         url('../fonts/opensansregular.woff2') format('woff2'),
         url('../fonts/opensansregular.woff') format('woff'),
         url('../fonts/opensansregular.ttf') format('truetype'),
         url('../fonts/opensansregular.svg#opensansregular') format('svg');
}
@font-face
{
	font-family:'OpenSansSemibold';
	src:url('../fonts/OpenSansSemibold.eot');
	src:url('../fonts/OpenSansSemibold.eot') format('embedded-opentype'),
	url('../fonts/OpenSansSemibold.woff2') format('woff2'),
	url('../fonts/OpenSansSemibold.ttf') format('truetype'),
	url('../fonts/OpenSansSemibold.svg#OpenSansSemibold') format('svg');
}

@font-face {
    font-family: 'OpenSansBold';
    src: url('../fonts/opensans-bold.eot');
    src: url('../fonts/opensans-bold.eot') format('embedded-opentype'),
         url('../fonts/opensans-bold.woff') format('woff'),
         url('../fonts/opensans-bold.ttf') format('truetype'),
         url('../fonts/opensans-bold.svg#OpenSansBold') format('svg');
}
@font-face {
    font-family: 'OpenSansExtraBold';
    src: url('../fonts/OpenSansExtraBold.eot');
    src: url('../fonts/OpenSansExtraBold.eot') format('embedded-opentype'),
         url('../fonts/OpenSansExtraBold.woff2') format('woff2'),
         url('../fonts/OpenSansExtraBold.woff') format('woff'),
         url('../fonts/OpenSansExtraBold.ttf') format('truetype'),
         url('../fonts/OpenSansExtraBold.svg#OpenSansExtraBold') format('svg');
}
@font-face {
    font-family: 'OpenSansLight';
    src: url('../fonts/OpenSansLight.eot');
    src: url('../fonts/OpenSansLight.eot') format('embedded-opentype'),
         url('../fonts/OpenSansLight.woff2') format('woff2'),
         url('../fonts/OpenSansLight.woff') format('woff'),
         url('../fonts/OpenSansLight.ttf') format('truetype'),
         url('../fonts/OpenSansLight.svg#OpenSansLight') format('svg');
}
@font-face {
	font-family: 'OpenSans-Italic';
	src: url('../fonts/OpenSans-Italic.eot');
	src: url('../fonts/OpenSans-Italic.eot?#iefix') format('embedded-opentype'),
		url('../fonts/OpenSans-Italic.woff') format('woff'),
		url('../fonts/OpenSans-Italic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}
@font-face {
	font-family: 'Damion';
	src: url('../fonts/Damion.eot');
	src: url('../fonts/Damion.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Damion.woff') format('woff'),
		url('../fonts/Damion.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'BebasNeue';
    src: url('../fonts/BebasNeue.eot');
    src: url('../fonts/BebasNeue.eot') format('embedded-opentype'),
         url('../fonts/BebasNeue.woff2') format('woff2'),
         url('../fonts/BebasNeue.woff') format('woff'),
         url('../fonts/BebasNeue.ttf') format('truetype'),
         url('../fonts/BebasNeue.svg#BebasNeue') format('svg');
}
@font-face {
	font-family: 'Bebas_Neue_bold';
	src: url('../fonts/BebasNeueBold.eot');
	src: url('../fonts/BebasNeueBold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/BebasNeueBold.woff') format('woff'),
		url('../fonts/BebasNeueBold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

.contanear
{
	display:block;
	width:94%;
	max-width:1150px;
	margin:0px auto;
}

.logo_panel
{
	width:20%;
	float:left;
	display:block;
	text-align:center;
	margin-top:5px;
}

.logo_panel img
{
	width:100%;
	max-width:250px;
	-webkit-transition: all 1.3s ease-in-out;
    -moz-transition:    all 1.3s ease-in-out;
    -o-transition:      all 1.3s ease-in-out;
    -ms-transition:     all 1.3s ease-in-out;
}

.logo_panel img:hover
{
	-webkit-transform: rotate(0) scale(1.1);
    -moz-transform:    rotate(0) scale(1.1);
    -o-transform:      rotate(0) scale(1.1);
    -ms-transform:     rotate(0) scale(1.1);
}


nav{float:right; width:75%; margin:10px 0;}

#main {
  width: 100%;
  display: block;
  float: left;
  background:#FFFFFF;
  position:relative;
  z-index:2;
  border-top:solid 4px #262626;
  border-bottom:solid 4px #0a8e36;
}

.navigation 
{
  float:right;
  display: block;
  margin: 0 10px 0 0;
}

.navigation li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
  font-size: 17px;
  color: #def1f0;
}

.navigation li a 
{
  font-family: 'OpenSansBold';
  padding: 10px 15px;
  font-size: 16px;
  color: #000000;
  display: inline-block;
  outline: 0;
  font-weight: 400;
  text-transform:uppercase;
}

.navigation li a:hover
{
	color:#9c3c28;
}

.navigation li:hover ul.dropdown 
{
	display: block;
}

.navigation li ul.dropdown {
  position: absolute;
  display: none;
  width: 200px;
  background: #00695b;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  padding-top: 0;
}

.navigation li ul.dropdown li {
  display: block;
  list-style-type: none;
}

.navigation li ul.dropdown li a {
  padding: 10px;
  font-size: 15px;
  color: #fff;
  display: block;
  border-bottom: 1px solid #005c4d;
  font-weight: 400;
}

.navigation li ul.dropdown li:last-child a 
{
	border-bottom: none; 
}

.navigation li:first-child:hover a 
{
	border-radius: 3px 0 0 3px; 
}

.navigation li ul.dropdown li:hover a 
{
	background: #56b5ae; 
}

.navigation li ul.dropdown li:first-child:hover a 
{
	border-radius: 0; 
}

.navigation li:hover .arrow-down 
{
	border-top: 5px solid #fff;
}

.arrow-down {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #69c6c3;
  position: relative;
  top: 9px;
  right: 3px;
  content: '';
  float:left;
}

.slider-wrapper theme-default
{
	width:100%;
	float:left;
	display:block;
}

.slider_contanear
{
	width:100%;
	float:left;
	display:block;
	position:relative;
	z-index:1;
}

<!-------------------------- Header-Banner-Closed -------------------------->

.donatepanel
{
}


.donatepanel a p
{
	font-family: 'OpenSansBold';
	font-size:16px;
	color:#FFF;
	text-transform:uppercase;
	background:#9c3c28;
	padding:10px 30px;
	border-radius:20px;
	display:inline-block;
	float:right;
} 

.donatepanel a p:hover
{
	background:#d92f0b;
}

.phone_panel
{
	width:60%;
	float:right;
	display:block;
	background-image:url(../images/header_background.png);
	background-repeat:no-repeat;
	padding:10px 47px;
	background-size:cover;
}

.phone_panel p
{
	font-family: 'OpenSansBold';
	font-size:17px;
	color:#0A8E36;
	text-transform:uppercase;
	text-align:center;
}

.phone_panel p span
{
	font-family: 'opensansregular';
	font-size:17px;
	color:#FFF;
}

.banner_text_panel
{
	width:100%;
	float:left;
	display:block;
	text-align:center;
	position:relative;
	bottom:0;
	z-index:999;
	margin-top:-147px;
}

.banner_text
{
	width:100%;
	float:left;
	display:block;
	background-image:url(../images/baner_text_background.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	background-size:cover;
	padding:40px 80px;
}

.banner_text h2
{
	font-family: 'OpenSansExtraBold';
	font-size:40px;
	color:#FFF;
	text-transform:uppercase;
}

.banner_text p
{
	font-family:'OpenSansSemibold';
	font-size:15px;
	color:#FFF;
	margin:10px 0;
}

.banner_text a
{
	font-family: 'OpenSansBold';
	font-size:16px;
	color:#FFF;
	text-transform:uppercase;
	background:#FF0000;
	padding:16px 45px;
	display:inline-block;
	border-radius:30px;
	margin-top:15px;
}

.banner_text a:hover
{
	background:#ED9701;
}

.box_panel
{
	width:100%;
	float:left;
	display:block;
	background-image:url(../images/content_background_1.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-attachment:fixed;
	padding:183px 0 70px 0;
	margin-top:-120px;
}

.total_box_panel
{
	width:25%;
	float:left;
	display:block;
	text-align:center;
}

.icon_box
{
	width:25%;
	float:left;
	display:block;
	background:#0A8E36;
	border-radius:200px 0 200px 200px;
	width:220px;
	height:220px;
		text-decoration:none;
	-webkit-transition: all .5s ;
	-moz-transition: all .5s ;
	-ms-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
	transition-timing-function:ease-out;
}

.total_box_panel:hover .icon_box
{
		text-decoration:none;
	-webkit-transition: all .5s ;
	-moz-transition: all .5s ;
	-ms-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
	transition-timing-function:ease-out;
	background:#ED9701;
}

.icon_box img
{
	margin-top:40px;
}

.icon_box p
{
	font-family: 'OpenSansBold';
	font-size:16px;
	color:#FFF;
	text-transform:uppercase;
}

.text
{
	width:100%;
	float:left;
	display:block;
}

.text p
{
	font-family:'OpenSansSemibold';
	font-size:14px;
	color:#FFF;
	margin-top:8px;
}

.text a
{
	font-family: 'OpenSansBold';
	font-size:16px;
	color:#FFF;
	margin-top:10px;
	display:inline-block;
}

.text a:hover
{
	color:#ED9701;
}

.ngo_work
{
	width:100%;
	float:left;
	display:block;
	background-image:url(../images/ngo_work_background.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-attachment:fixed;
	padding:55px 0;
}

.ngo_panel
{
	width:50%;
	float:left;
	display:block;
}

.ngo_panel h5
{
	font-family:'OpenSansSemibold';
	font-size:35px;
	color:#FFF;
	text-transform:uppercase;
}

.ngo_panel a
{
	font-family:'OpenSansSemibold';
	font-size:18px;
	color:#FFF;
	background:#ED9701;
	padding:12px 35px;
}


.ngo_panel_2
{
	width:50%;
	float:right;
	display:block;
}


.ngo_panel_2 a
{
	font-family:'OpenSansSemibold';
	font-size:18px;
	color:#FFF;
	background:#ED9701;
	padding:12px 35px;
	display:inline-block;
	float:right;
}

.ngo_panel_2 a:hover
{
	background:#0A8E36;
}

.light_box
{
	width:100%;
	float:left;
	display:block;
}

.box_1
{
	width:32.3%;
	vertical-align:top;
	display:inline-block;
	margin-top:30px;
	padding:0 30px 0 0;
	overflow:hidden;
}

.box_1 img
{
	width:100%;
	-webkit-transition: all 1.3s ease-in-out;
    -moz-transition:    all 1.3s ease-in-out;
    -o-transition:      all 1.3s ease-in-out;
    -ms-transition:     all 1.3s ease-in-out;
}

.box_1:hover img
{
	    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
	-webkit-transform: rotate(0) scale(1.1);
    -moz-transform:    rotate(0) scale(1.1);
    -o-transform:      rotate(0) scale(1.1);
    -ms-transform:     rotate(0) scale(1.1);
}

.box_1 p
{
	font-family:'OpenSansSemibold';
	font-size:18px;
	color:#FFF;
	margin-top:10px;
}

.news_panel
{
	width:100%;
	float:left;
	display:block;
	background-image:url(../images/news-bg-rpt.png), url(../images/news-bg.jpg);
	background-repeat: repeat-y, no-repeat;
	background-size:100% 100%, cover;
	padding:40px 0;
}

.total_panel_home
{
	width:100%;
	float:left;
	display:block;
}

.white_panel
{
	width:50%;
	float:left;
	display:block;
}

.image_panel
{
	width:25%;
	float:left;
	display:block;
	margin:0 10px;
}

.image_panel img
{
	width:100%;
}

.white_right_panel
{
	width:70%;
	float:left;
	display:block;
	padding-bottom:20px;
}

.white_right_panel h2
{
	font-family: 'OpenSansBold';
	font-size:22px;
	color:#9C3C28;
	text-transform:uppercase;
}

.white_right_panel h6
{
	font-family:'OpenSansSemibold';
	font-size:16px;
	color:#000;
}

.white_right_panel h5
{
	font-family:'OpenSansSemibold';
	font-size:16px;
	color:#000;
	margin-left:10px;
	display:inline-block;
	margin-top:10px;
}

.white_right_panel p
{
	font-family: 'opensansregular';
	font-size:14px;
	line-height:20px;
	color:#000;
	border-top:solid 1px #000000;
	margin-top:20px;
	padding-top:20px;
}

.pragraph_panel
{
	width:100%;
	float:left;
	display:block;
}

.pragraph_panel p
{
	font-family: 'opensansregular';
	font-size:14px;
	line-height:20px;
	color:#000;	
}

.right_panel
{
	width:50%;
	float:left;
	display:block;
	padding-left:50px;
}

.right_panel h2
{
	font-family: 'OpenSansBold';
	font-size:30px;
	color:#FEEF00;
}

.news_text
{
	width:100%;
	float:left;
	display:block;
	border-bottom:solid 1px #FFFFFF;
	padding-bottom:20px;
	margin-top:20px;
}

.news_text h3
{
	font-family: 'OpenSansBold';
	font-size:18px;
	color:#FFF;
}

.news_text p
{
	font-family: 'opensansregular';
	font-size:15px;
	color:#FFF;
	margin-top:8px;
}

.news_text_3
{
	width:100%;
	float:left;
	display:block;
	padding-bottom:20px;
	margin-top:20px;
}

.news_text_3 h3
{
	font-family: 'OpenSansBold';
	font-size:18px;
	color:#FFF;
}

.news_text_3 p
{
	font-family: 'opensansregular';
	font-size:15px;
	color:#FFF;
	margin-top:8px;
}















.right_panel_2
{
	width:100%;
	float:left;
	display:block;
	padding:10px;
}

.right_panel_2 h2
{
	font-family: 'OpenSansBold';
	font-size:30px;
	color:#FEEF00;
}

.news_text_2
{
	width:100%;
	float:left;
	display:block;
	border-bottom:solid 1px #FFFFFF;
	padding-bottom:20px;
	margin-top:20px;
}

.news_text_2 h3
{
	font-family: 'OpenSansBold';
	font-size:18px;
	color:#FFF;
}

.news_text_2 p
{
	font-family: 'opensansregular';
	font-size:15px;
	color:#FFF;
	margin-top:8px;
}

.news_text_4
{
	width:100%;
	float:left;
	display:block;
	padding-bottom:20px;
	margin-top:20px;
}

.news_text_4 h3
{
	font-family: 'OpenSansBold';
	font-size:18px;
	color:#FFF;
}

.news_text_4 p
{
	font-family: 'opensansregular';
	font-size:15px;
	color:#FFF;
	margin-top:8px;
}















.footer_contanear
{
	display:block;
	float:left;
	width:100%;
	background-color:#000;
	background-size:cover;
	background-position:center center;
	padding:40px 0;
	background-image:url(../images/footer-bg.png);
}

.top_footer_box1
{
	display:block;
	float:left;
	width:22%;
	padding-right:15px;
	padding:0 1%;
}
.top_footer_box1 h1
{
	font-size:20px;
	text-transform:uppercase;
	color:#FFF;
    font-family:'OpenSansSemibold';
	margin-bottom:15px;	
}
.top_footer_box1 ul
{
	font-size:15px;
	float:left;
}
.top_footer_box1 ul li
{
	list-style-type:none;
	margin-top:6px;
}
.top_footer_box1 ul li a
{
	color:#FFF;
}
.top_footer_box1 ul li a:hover
{
	color:#0e9323;
}
.top_footer_box2
{
	display:block;
	float:left;
	width:37%;
	padding:0 1%;
	color:#FFF;
}
.top_footer_box2 h1
{
	font-size:22px;
	text-transform:uppercase;
	color:#FFF;
    font-family:'OpenSansSemibold';
	margin-bottom:15px;			
}

.top_footer_box2 p{color:#FFF; position:relative; font-size:14px; padding-left:140px;}

.top_footer_box2 p span{color:#167525; font-family: 'OpenSansBold'; position:absolute; left:0px;}

.news_latter_input_style1
{
	display:block;
	float:left;
	width:100%;
	height:44px;
	padding:0 15px;
	font-size:14px;
	border:none;
	margin-bottom:10px;
	color:#686868;
}
.news_latter_submit_but
{
	display:block;
	float:left;
	width:140px;
	height:44px;
	font-size:18px;
	text-transform:uppercase;
	border:none;
	margin-top:15px;
    font-family:'OpenSansSemibold';
	background:#FFD006;
	color:#000;
	cursor:pointer;	
	-webkit-transition: all .5s ;
	-moz-transition: all .5s ;
	-ms-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
	transition-timing-function:ease-out;
	border-radius:40px;
}
.news_latter_submit_but:hover
{
	background:#EC2327;
	color:#FFF;
}

.top_footer_box3
{
	display:block;
	float:left;
	width:39%;
	padding-left:5%;
}
.top_footer_box3 h1
{
	font-size:20px;
	text-transform:uppercase;
	color:#FFF;
    font-family:'OpenSansSemibold';	
		margin-bottom:15px;	
}
.top_footer_box3 ul
{
	margin:0px 0 0 38px;
	font-size:15px;
	color:#FFF;
}
.top_footer_box3 ul li
{
	margin-top:15px;
	word-wrap:break-word;
}
.top_footer_box3 ul li a
{
	color:#FFF;
}

.top_footer_box3 ul li a:hover
{
	color:#ec9600;
}


.footer_adderss_icon
{
	list-style-image:url(../images/home_icon.png) !important;
}
.footer_phone_icon
{
	list-style-image:url(../images/phone_icon.png) !important;
}
.footer_email_icon
{
	list-style-image:url(../images/mail_icon.png) !important;
}


.footer_copy_contanear
{
	display:block;
	float:left;
	width:100%;
	background:#029D15;
	padding:15px 0;
}
.footer_copy_main_area
{
	display:block;
	float:left;
	width:100%;
}
.footer_copy_main_area h3
{
	float:right;
	color:#FFF;
	font-size:30px;
	margin-top:5px;	
}
.footer_copy_main_area h3 img
{
	margin:0 3px;	
	-webkit-transition: all .5s ;
	-moz-transition: all .5s ;
	-ms-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
	transition-timing-function:ease-out;		
}
.footer_copy_main_area h3 img:hover
{
	-ms-transform: rotate(360deg); /* IE 9 */
    -webkit-transform: rotate(360deg); /* Chrome, Safari, Opera */
    transform: rotate(360deg);	
}
.footer_copy_main_area p
{
	font-size:14px;
	color:#FFF;
	margin-top:12px	
}
.footer_copy_main_area p strong
{
	text-transform:uppercase;
}
.footer_copy_main_area p span
{
	margin-right:20px;
	display:inline-block;
}


.gallery_panel{float:left; width:100%; background-image:url(../images/photo-gallery-bg.jpg); background-size:cover; padding:30px 0;}

.gallery_panel_left{float:left; width:45%;}

.gallery_panel_left h2{font-size:30px; color:#FFF;  font-family: 'OpenSansBold'; text-transform:uppercase; margin-bottom:15px;}

.gallery_panel_right{float:right; width:51%;}

.gallery_panel_right h2{font-size:30px; color:#FFF;  font-family: 'OpenSansBold'; text-transform:uppercase; margin-bottom:15px;}

.gallery_panel_right img{ width:90%; margin:10px 0; -webkit-transition: all .5s ;
	-moz-transition: all .5s ;
	-ms-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
	transition-timing-function:ease-out;}

.gallery_panel_right img:hover{ transform:scale(1.05)}



.gallery_panel{float:left; width:100%;}


.top_footer_contanear
{
	display:block;
	float:left;
	width:100%;
	padding:28px 0;
	background:#EC9600;
		text-decoration:none;
	-webkit-transition: all .5s ;
	-moz-transition: all .5s ;
	-ms-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
	transition-timing-function:ease-out;
}

.top_footer_contanear:hover
{
	background:#e62920;
		text-decoration:none;
	-webkit-transition: all .5s ;
	-moz-transition: all .5s ;
	-ms-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
	transition-timing-function:ease-out;
}
.top_footer_main_area
{
	display:block;
	width:950px;
	margin:0px auto;
}
.top_footer_left_area
{
	display:block;
	float:left;
	width:44%;
	margin-top:8px;
}
.top_footer_left_area h1
{
	font-family: 'opensansregular';
	font-size:25px;
	font-weight:100;
	color:#FFF;
}
.top_footer_left_area h1 img
{
	margin-right:10px;
}
.subscribe_right_area
{
	display:block;
	float:right;
	width:530px;
	height:46px;
}


.subscribe_input_style1
{
	display:block;
	float:left;
	width:308px;
	height:46px;
	padding:0 15px;
	font-size:15px;
	border:none;
	color:#000000;
	background:#FFFFFF;	
		text-decoration:none;
	-webkit-transition: all .5s ;
	-moz-transition: all .5s ;
	-ms-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
	transition-timing-function:ease-out;
}
.subscribe_submit_style1
{
	display:block;
	float:left;
	width:150px;
	height:46px;
	background:#000000;
	color:#FFF;
	font-size:18px;
	border:none;
	cursor:pointer;	
	-webkit-transition: all .5s ;
	-moz-transition: all .5s ;
	-ms-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
	transition-timing-function:ease-out;
    font-family:'OpenSansSemibold';		
}
.subscribe_submit_style1:hover
{
	background:#FFBF06;
	color:#000;
}

.top_footer_left_area h1
{
	font-family: 'opensansregular';
	font-size:25px;
	font-weight:100;
	color:#FFF;
}
.top_footer_left_area h1 img
{
	margin-right:10px;
}
.subscribe_right_area
{
	display:block;
	float:right;
	width:56%;
	height:46px;
}























.banner
{
	width:100%;
	float:left;
	display:block;
}

.banner img
{
	width:100%;
}

.about_panel
{
	width:100%;
	float:left;
	display:block;
	margin-bottom:50px;
}

.about_header
{
	width:100%;
	float:left;
	display:block;
	margin-bottom:10px;
}

.about_header h2
{
	font-family: 'OpenSansBold';
	font-size:30px;
	color:#000;
	border-bottom:solid 1px #999999;
	margin-bottom:20px;
	padding-bottom:10px;
	margin-top:30px;
}



.pragraph
{
	width:100%;
	float:left;
	display:block;
}

.about_left_panel
{
	width:70%;
	float:left;
	display:block;
}

.about_left_panel p
{
	font-family: 'opensansregular';
	font-size:15px;
	color:#666;
}

.right_panel_about
{
	width:30%;
	float:left;
	display:block;
	background:#666;
}

.point
{
	width:100%;
	float:left;
	display:block;
	
}

.point h4
{
	font-family:'birdsofparadise';
	font-size:30px;
	color:#000;
	margin-bottom:15px;

}

.point p
{
	font-family: 'opensansregular';
	font-size:17px;
	color:#000;
	background-image:url(../images/point.png);
	background-repeat:no-repeat;
	padding:0 0 10px 40px;
}

.ranv_border{ border:#CCCCCC solid 1px; font-family:"Minion Pro"; font-size:18px; font-weight:bold; font-style:normal; text-decoration:none;  line-height:30px; text-transform:none; text-align:center;}

.ranv_text1{border:#CCCCCC solid 1px; line-height:30px; text-align:center;}


.reportone {
width:100%;
height:auto;
}


.reportone ul{
list-style:none;
}


.reportone ul li a{
border: 2px solid #e57026;
border-radius:10px;
float:left;
margin:0 0 15px 10px;
list-style:none;
}

.sss_text1{font-family: 'Libre Baskerville', serif; font-size:15px!important; font-weight:normal; text-decoration:none; color:#646464; line-height:23px;}
.sss_head1{font-family:"Minion Pro"; font-size:16px!important; font-weight:bold; text-decoration:none; color:#006600; line-height:25px;}


