*
{
	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';
	font-size:14px
}

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: 'HarabaraBold';
	src: url('../fonts/HarabaraBold.eot');
	src: url('../fonts/HarabaraBold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/HarabaraBold.woff') format('woff'),
		url('../fonts/HarabaraBold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Tangerine-Bold';
	src: url('../fonts/Tangerine-Bold.eot');
	src: url('../fonts/Tangerine-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Tangerine-Bold.woff') format('woff'),
		url('../fonts/Tangerine-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Tangerine-Regular';
	src: url('../fonts/Tangerine-Regular.eot');
	src: url('../fonts/Tangerine-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Tangerine-Regular.woff') format('woff'),
		url('../fonts/Tangerine-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}


.contanear
{
	display:block;
	width:94%;
	
	margin:0px auto;
}

.top_header_contanear
{
	display:block;
	float:left;
	width:100%;
	padding:6px 0;
}
.top_header_logo_area
{
	display:inline-block;
	float:left;
	vertical-align:middle;
	width:461px;
	-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_header_logo_area:hover
{
	transform: scale(1.1);	
}
.top_header_logo_area img
{
	max-width:100%;
}

.top_header_contact_area
{
	float:right;
	display:inline-block;
	vertical-align:middle;
	width:calc(100% - 480px);
	text-align:right;
	margin-top:30px;
}
.top_header_contact_area p
{
	font-size:16px;
	display:inline-block;
    font-family:'OpenSansSemibold';		
}
.top_header_contact_area p strong
{
	font-weight:normal;
	margin:0 5px;
}
.top_header_contact_area p a
{
	color:#000;
}
.top_header_contact_area p a:hover
{
	color:#67AF31;
}
.top_header_contact_area p i
{
	color:#66af31;
	margin-right:4px;
}


.nav_main_contanear
{
	display:block;
	float:left;
	width:100%;
	position:relative;
	z-index:9999;
	background:#DB1A1B;	
}
.nav_main_area
{
	display:block;
	float:right;
	width:100%;
	position:relative;
	z-index:999;
}
.nav_main_area ul
{
	list-style-type:none;
	text-align:center;
}
.nav_main_area ul li
{
	display:inline;
	color:#000;
	position:relative;
	line-height:50px;
	text-transform:uppercase;
}
.nav_main_area ul li a
{
	color:#fff;	
	padding:8px 20px 9px 20px;
	font-size:14px;	
}
.nav_main_area ul li a:hover
{
	background:#FFFFFF;
	color:#000;
}
.nav_main_area ul li ul{position:absolute; width:200px; top:22px; left:0px;display:none; padding:11px 0; text-align:left; }

.nav_main_area ul li:hover ul{display:block;}

.nav_main_area ul li ul li{width:100%; line-height:20px !important;}
.nav_main_area ul li ul li a{padding:8px; background:#67AF31; display:block; border-bottom:1px solid #508a24; font-size:13px; color:#FFF; border-radius:0; }

.nav_main_area ul li ul li a:hover{background-color:#000000; color:#FFF; border-bottom:1px solid #77295d;}

.active a
{
	background:#FFFFFF;
	color:#000 !important;
}


.small_manu
		{
		display:inline-block;
		height:auto;
		overflow:visible;
		display:none;
		z-index:10000;
		text-align:left;
		z-index:9999;
		position:absolute;
		right:10px;
		margin-top:12px;
		}


.toggleMenu {
    display:  none;
}
.toggleMenu img
{
	vertical-align:middle;
}
.nav2 {
    list-style: none;
     *zoom: 1;
	 float:right;
     background:#FFFFFF;
	 width:250px;
	 margin:0 0;
	 position:absolute;
	 right:0;
	 z-index:9999;
}
.nav2:before,
.nav2:after {
    content: " "; 
    display: table; 
}
.nav2:after {
    clear: both;
}
.nav2 ul {
    list-style: none;
    width: 9em;
}
.nav2 a {
    padding: 9.7px 15px;
    color:#666;
	text-decoration:none;
	
}

.nav2 a:hover {
	background:#DB1A1B ;
	color:#FFF;
}

#redselect{color:#FF0000; background-image:url(../images/arrow_down.png); background-position:bottom; background-repeat:no-repeat;height:30px;}

.nav2 li {
    position: relative;
	font-size:12px;
	text-transform:uppercase;	
	float:left;
	z-index:1000;

}
.nav2 > li {
    float: left;
	width:100%;
	text-align:left;
	border-left:1px solid #D1DADE;
	border-right:1px solid #D1DADE;
	border-bottom:1px solid #D1DADE;
	
}
.nav2 > li:first-child
{
	border-top:1px solid #D1DADE;	
}
.nav2 > li span
{
	float:right;
}
.nav2 > li > .parent {
    background-repeat: no-repeat;
    background-position: right;
}
.nav2 > li > a {
    display: block;
}
.nav2 li  ul {
    position: relative;
    left: -9999px;
	display:none;
}
.nav2 > li.hover > ul {
    left: 0;
	display:block;
	width:100%;
	box-sizing:border-box;
}
.nav2 li li.hover ul {
    left: 100%;
    top: 0;
}
.nav2 li li a {
    display: block;
    background: #eff1f1;
    position: relative;
    z-index:100;
    border-top: 1px solid #D1DADE;

}

.nav2 li ul li{width:100%;box-sizing:border-box;}

.nav2 li ul li a {width:100%;box-sizing:border-box;}

.nav2 li li a:hover
{
	background:#67AF31 !important;
}

.droparrow{margin:0 0 3px 0;}

/**************dropdown_menu*************/


.top_slider_panel{float:left; width:100%; position:relative; z-index:1;}

.top_slider_panel img{float:left; width:100%;}

.top_orange_contanear
{
	display:block;
	float:left;
	width:100%;
	background:#FF9600;
	padding:15px 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;	
}
.top_orange_contanear:hover
{
	background:#67AF31;
}
.top_orange_text_area
{
	display:inline-block;
	vertical-align:middle;
	width: calc(100% - 370px);
}
.top_orange_text_area h2
{
	font-size:40px;
	color:#000;
    font-family: 'Tangerine-Bold';
}
.top_orange_text_area p
{
	font-size:15px;
	color:#000;
}
.top_orange_but_area
{
	display:inline-block;
	vertical-align:middle;
	width: 365px;
	text-align:right;
}
.top_donate_but1
{
	display:inline-block;
	width:175px;
	height:50px;
	text-align:center;
	line-height:50px;
	color:#FFF;
    font-family: 'OpenSansBold';
	background:#DB1A1B;
	font-size:20px;
}
.top_donate_but1:hover
{
	background:#000;
}

.pannel1_contanear
{
	display:block;
	float:left;
	width:100%;
	padding:30px 0;
}
.pannel1_left_area
{
	display:block;
	float:left;
	width:calc(100% - 380px);
}
.pannel1_left_boxes_area
{
	display:block;
	float:left;
	width:104%;
	margin:0 -2%;
}
.pannel1_left_box1
{
	display:block;
	float:left;
	width:46%;
	margin:5px 2%;
}
.pannel1_left_box1 .pannel1_left_box1_img_area img
{
	-webkit-transition: all .5s ;
	-moz-transition: all .5s ;
	-ms-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
	transition-timing-function:ease-out;
}
.pannel1_left_box1:hover .pannel1_left_box1_img_area img
{
	transform: scale(1.1);	
}
.pannel1_left_box1_img_area
{
	display:block;
	float:left;
	width:100%;
	overflow:hidden;
}
.pannel1_left_box1_img_area img
{
	float:left;
	width:100%;
}
.pannel1_left_box1_text_area
{
	display:block;
	float:left;
	width:100%;
	margin-top:15px;
}
.pannel1_left_box1_text_area h2
{
	font-size:25px;
    font-family: 'OpenSansBold';
	background:url(../images/heading_bottom_border.jpg) bottom left no-repeat;
	padding-bottom:10px;
	color:#000;	
}
.pannel1_left_box1_text_area p
{
	font-size:16px;
	margin-top:12px;
	color:#000;		
}

.pannel1_right_area
{
	display:block;
	float:right;
	width:345px;
}
.pannel1_right_area_heading
{
	display:block;
	float:left;
	width:100%;
	font-size:25px;
    font-family: 'OpenSansBold';
	background:url(../images/heading_bottom_border.jpg) bottom left no-repeat;
	padding-bottom:10px;	
}
.pannel1_right_news_box1
{
	display:block;
	float:left;
	width:100%;
	border-bottom:1px solid #D6D6D6;
	padding:12px 0;
}
.pannel1_right_news_box1 .pannel1_right_news_box1_date
{
		-webkit-transition: all .5s ;
	-moz-transition: all .5s ;
	-ms-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
	transition-timing-function:ease-out;
}
.pannel1_right_news_box1:hover .pannel1_right_news_box1_date
{
	background:#DB1A1B;
}
.pannel1_right_news_box1_date
{
	display:block;
	float:left;
	width:75px;
	padding:15px 5px;
	text-align:center;
	background:#66AF34;
	color:#FFF;
}
.pannel1_right_news_box1_date h2
{
	font-size:20px;
    font-family: 'OpenSansBold';
	line-height:22px;
	color:#fff;	
}
.pannel1_right_news_box1_text_area
{
	display:block;
	float:right;
	width:calc(100% - 85px);
	color:#000;
}
.pannel1_right_news_box1_text_area h2
{
    font-family: 'OpenSansBold';
	font-size:16px;
	color:#000;	
}


.pannel2_contanear
{
	display:block;
	float:left;
	width:100%;
	position:relative;
	z-index:1;
	background:url(../images/pannel3_bg.jpg) top center no-repeat;
	background-size:cover;
	padding:50px 0 50px 0;
}
.pannel2_heading
{
	display:block;
	float:left;
	width:100%;
	text-align:center;
	color:#FFF;
	font-size:40px;
    font-family: 'Tangerine-Regular';	
}
.work_slider_area
{
	display:block;
	float:left;
	width:100%;
	margin-top:15px;
}


.pannel3_contanear
{
	display:block;
	float:left;
	width:100%;
	padding:20px 0;
}

.pannel3_boxes_main_area
{
	display:block;
	float:left;
	width:100%;
}

.pannel3_box1
{
	display:block;
	float:left;
	width:48%;
	margin:12px 1%;
	position:relative;
	overflow:hidden;
}
.pannel3_box1 img
{
	float:left;
	width:100%;	
	height:380px;	
	object-fit:cover;
	position:relative;
	z-index:1;
	-webkit-transition: all .5s ;
	-moz-transition: all .5s ;
	-ms-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
	transition-timing-function:ease-out;	
}
.pannel3_box1:hover img
{
	transform: scale(1.1);	
}
.pannel3_box1_video_icon
{
	display:block;
	float:left;
	width:87px;
	height:87px;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	z-index:2;
}
.pannel3_box1_video_icon img
{
	float:left;
	width:auto;
	min-height:inherit;
	object-fit:none;
	position:relative;
	z-index:1;
	height:inherit;	
}
.pannel3_box2
{
	display:block;
	float:right;
	width:48%;
	margin:12px 1%;
	min-height:380px;
	position:relative;
	background:url(../images/pannel2_right_bg.jpg) top center no-repeat;
	background-size:cover;
	padding:10px 20px;
	-webkit-transition: all .5s ;
	-moz-transition: all .5s ;
	-ms-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
	transition-timing-function:ease-out;	
}
.pannel3_box2:hover
{
	-webkit-box-shadow: 0px 0px 14px -3px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 14px -3px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 14px -3px rgba(0,0,0,0.75);	
}
.pannel3_box2 h2
{
	color:#000;
	font-size:30px;
    font-family: 'OpenSansBold';
}
.pannel3_box2 ul
{
	font-size:16px;
	list-style-type:none;
}
.pannel3_box2 ul li
{
	position:relative;
	font-size:16px;
	color:#000;
	margin-top:22px;
	padding-left:33px;
    font-family:'OpenSansSemibold';	
}
.pannel3_box2 ul li:before
{
	-webkit-transition: all .5s ;
	-moz-transition: all .5s ;
	-ms-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
	transition-timing-function:ease-out;
}

.pannel3_box2 ul li:hover:before
{
	-ms-transform: rotate(360deg); /* IE 9 */
    -webkit-transform: rotate(360deg); /* Chrome, Safari, Opera */
    transform: rotate(360deg);	
}

.pannel3_box2 ul li:before
{
	content:url(../images/list_style_type1.png);
	position:absolute;
	left:0;
}

.pannel4_contanear
{
	display:block;
	float:left;
	width:100%;
	background:#DB1A1B;
	padding:35px 0;
}
.pannel4_heading
{
	display:block;
	float:left;
	width:100%;
	font-size:40px;
    font-family: 'Tangerine-Regular';
	color:#FFF;
	text-align:center;
}
.pannel4_img_boxes_area
{
	display:block;
	float:left;
	width:101%;
	margin:25px -.5% 0 -.5%;
}
.pannel4_img_box1
{
	display:block;
	float:left;
	width:24%;
	margin:5px .5%;
	border:1px solid #FFF;
	overflow:hidden;
}
.pannel4_img_box1 img
{
	width:100%;
	float:left;
	height:190px;
	object-fit:cover;
	-webkit-transition: all .5s ;
	-moz-transition: all .5s ;
	-ms-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
	transition-timing-function:ease-out;	
}
.pannel4_img_box1 img:hover
{
	transform: scale(1.1);
	-webkit-filter: contrast(150%);
    filter: contrast(150%);	
}

.pannel5_contanear
{
	display:block;
	float:left;
	width:100%;
	padding:30px 0;
}
.pannel5_left_area
{
	display:block;
	float:left;
	width:35%;
	background:#67AF31;
	padding:30px 30px;
	-webkit-transition: all .5s ;
	-moz-transition: all .5s ;
	-ms-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
	transition-timing-function:ease-out;	
}
.pannel5_left_area:hover
{
	background:#000;
}
.pannel5_left_area h2
{
	font-size:20px;
    font-family: 'OpenSansBold';
	color:#FFF;
	line-height:35px;	
}
.pannel5_left_area h2 strong
{
	font-size:40px;
	text-transform:uppercase;
}
.pannel5_left_input_style1
{
	display:block;
	float:left;
	width:100%;
	margin-top:10px;
	height:50px;
	padding:0 12px;
	color:#1a1a1a;
	font-size:15px;
	background:#FFF;
	border:none;
    font-family:'opensansregular';	
}
.pannel5_left_submit_but
{
	display:block;
	float:left;
	width:100%;
	height:50px;
	margin-top:15px;
	background:#FF9600;
	color:#FFF;
	font-size:19px;
	text-transform:uppercase;
    font-family:'OpenSansSemibold';
	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;
}
.pannel5_left_submit_but:hover
{
	background:#DB1A1B;
}

.pannel5_right_area
{
	display:block;
	float:right;
	width:62%;
}

.achiev_area
{
	display:block;
	float:left;
	width:100%;
	padding:18px 20px;
	background:url(../images/achievements_bg.jpg) top center no-repeat;
	background-size:cover;
	margin-top:10px;
}
.achiev_area h2
{
	font-size:20px;
	text-transform:uppercase;
    font-family: 'OpenSansBold';
	color:#df6e00;	
}
.achiev_area p
{
	font-size:15px;
    font-family: 'OpenSansBold';
	color:#FFFFFF;	
}
.achiev_area p a
{
	color:#df6e00;	
}
.achiev_area p a:hover
{
	text-decoration:underline;
}

.pannel5_right_top_box
{
	display:block;
	float:left;
	width:100%;
}
.pannel5_right_top_box h2
{
	font-size:25px;
    font-family:'OpenSansSemibold';
	line-height:30px;
	float:left;
	margin-top:30px;
}

.report_box1
{
	display:inline-block;
	max-width:280px;
	width:28%;
	min-width:180px;
	text-align:center;
	position:relative;
	margin:0px 2% 0 2%;
	-webkit-transition: all .5s ;
	-moz-transition: all .5s ;
	-ms-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
	transition-timing-function:ease-out;	
}
.report_box1:hover
{
	transform: scale(1.1);	
}
.report_box1 img
{
	position:relative;
	float:left;
	width:100%;
	z-index:1;
}
.report_box1 h3
{
	position:absolute;
	z-index:2;
	width:100%;
	text-align:center;
	color:#FFF;
	bottom:20px;
	text-transform:uppercase;
	font-size:15px;
    font-family: 'OpenSansBold';
	line-height:20px;	
}
.report_box1 h3 span
{
	font-size:14px;
}


.fooetr_contanear
{
	display:block;
	float:left;
	width:100%;
	background:#000;
	padding:40px 0;
}
.fooetr_box1
{
	display:inline-block;
	vertical-align:top;
	width:24%;
	padding-right:15px;
}
.fooetr_box1 h2
{
	font-size:20px;
    font-family: 'OpenSansBold';
	text-transform:uppercase;
	color:#FFF;
}
.fooetr_box1 ul
{
	margin-top:10px;
}
.fooetr_box1 ul li
{
	margin-top:3px;
}
.fooetr_box1 ul li a
{
	color:#CBCBCB;
	font-size:14px;
}
.fooetr_box1 ul li a:hover
{
	color:#ED1E26;
}
.fooetr_box1 p
{
	margin-top:10px;
	color:#CBCBCB;
	font-size:14px;
	position:relative;	
}
.fooetr_box1 p a
{
	color:#CBCBCB;
}
.fooetr_box1 p img
{
	max-width:100%;
}
.fooetr_box1 p a:hover
{
	color:#ED1E26;	
}

.donate_but3
{
	display:block;
	width:98px;
	height:32px;
	margin-top:12px;
	text-align:center;
	line-height:32px;
	color:#FFF;
	font-size:16px;
    font-family:'OpenSansSemibold';
	background:#08AE1E;
	margin-bottom:10px;
	cursor:pointer;
}
.donate_but3:hover
{
	background:#ED1E26;
}
.fooetr_box2
{
	display:inline-block;
	vertical-align:top;
	width:24%;
	padding-left:25px;
}
.fooetr_box2 h2
{
	font-size:20px;
    font-family: 'OpenSansBold';
	text-transform:uppercase;
	color:#FFF;
}
.fooetr_box2 p
{
	margin-top:10px;
	color:#CBCBCB;
	font-size:14px;
	position:relative;	
}
.fooetr_box2 p a
{
	color:#CBCBCB;
}
.fooetr_box2 p a:hover
{
	color:#ED1E26;	
}

.fooetr_box3
{
	display:inline-block;
	vertical-align:top;
	width:24%;
}
.fooetr_box3 h2
{
	font-size:20px;
    font-family: 'OpenSansBold';
	text-transform:uppercase;
	color:#FFF;
}
.fooetr_box3 p
{
	margin-top:10px;
	color:#CBCBCB;
	font-size:14px;
	position:relative;	
	padding-left:25px;
}
.fooetr_box3 p i
{
	position:absolute;
	left:0;
	top:0;
	font-size:18px;
	color:#ED1E26;
}
.fooetr_box3 p a
{
	color:#CBCBCB;
}
.fooetr_box3 p a:hover
{
	color:#ED1E26;	
}
.copy_contanear
{
	display:block;
	float:left;
	width:100%;
	background:#555555;
	padding:18px 0;
}
.copy_main_area
{
	display:block;
	float:left;
	width:100%;
}
.copy_main_area p
{
	font-size:15px;
	color:#FFF;
	float:left;
}
.copy_main_area h2
{
	font-size:15px;
	color:#FFF;
	float:right;
}
.copy_main_area h2 strong
{
    font-family: 'OpenSansBold';
}

.subpage_banner_panel{float:left; width:100%;}

.subpage_banner_panel img{width:100%; float:left;}

.subpage_about_contanear
{
	display:block;
	float:left;
	width:100%;
	padding:45px 0;
}
.about_left_area
{
	display:block;
	float:left;
	width:calc(100% - 400px);
}
.subpage_about_heading_area
{
	display:block;
	float:left;
	width:100%;
}
.subpage_about_heading_area h1
{
font-size: 30px;
font-family: 'OpenSansBold';
border-bottom:1px solid #f3f2f2;
padding-bottom: 10px;
color: #202944;
text-transform: uppercase;
margin-bottom: 15px;
}
.subpage_about_heading_area p
{
	font-size:15px;
	line-height:24px;
	margin-top:15px;
	text-align:justify;
}





