*
{
	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:10px
}

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;
}


.contanear
{
	display:block;
	width:94%;
	max-width:1150px;
	margin:0px auto;
}
.top_slider_and_nav_contanear
{
	display:block;
	float:left;
	width:100%;
	position:relative;
}

.top_slider_panel{float:left; width:100%; position:relative; z-index:1;}

.top_slider_panel img{float:left; width:100%;}

.nav_main_contanear
{
	display:block;
	float:left;
	width:100%;
	z-index:2;
	position:absolute;
	height:64px;
	top:65px;
	background:rgba(0,0,0,.7);
}
.logo_area
{
	display:block;
	float:left;
	width:197px;
	margin-top:-60px;
	-webkit-transition: all .5s ;
	-moz-transition: all .5s ;
	-ms-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
	transition-timing-function:ease-out;	
}
.logo_area:hover
{
	transform: scale(1.1);	
}
.logo_area img
{
	max-width:100%;
}
.nav_main_area
{
	display:block;
	float:right;
	width: calc(100% - 210px);	
}
.nav_main_area ul
{
	list-style-type:none;
	text-align:right;
}
.nav_main_area ul li
{
	display:inline;
	color:#000;
	position:relative;
	line-height:64px;
	text-transform:uppercase;
	text-align:left;	
}
.nav_main_area ul li a
{
	color:#fff;	
	padding:10px 25px;
	font-size:15px;	
	font-family:'OpenSansSemibold';
	text-transform:uppercase;
}
.nav_main_area ul li a:hover
{
	background:#FF4401;
	color:#FFF;
}
.nav_main_area ul li ul{position:absolute; width:200px; top:26px; left:0px;display:none; padding:15px 0; }

.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:rgba(0,0,0,0.76); display:block; border-bottom:1px solid #333333; font-size:13px; color:#FFF; border-radius:0; }

.nav_main_area ul li ul li a:hover{background-color:#36771D; color:#FFF;}

.active a
{
	background:#FF4401 !important;
	color:#FFF !important;
}




.small_manu
		{
		float:right;
		height:auto;
		margin:6px 0 0 0px;
		overflow:visible;
		display:none;
		z-index:10000;
		text-align:left;
		z-index:9999;
		position:absolute;
		clear:right;
		right:3%;
		}


.toggleMenu {
    display:  none;
	margin-top:12px;
}
.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: 8px 15px;
    color:#666;
	text-decoration:none;
	font-size:13px;
	text-transform:uppercase;
	
}

.nav2 a:hover {
	background:#FF4401 ;
	color:#FFF !important;
}

#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:14px;
	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  ul li ul {
    position: relative;
    left: -9999px;
	display:none;
}
.nav2 > li.hover > ul {
    left: 0;
	display:block;
	width:100%;
	box-sizing:border-box;
}
.nav2 > li ul 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 li li a {
    display: block;
    background: #d7d7d7;
    position: relative;
    z-index:100;
    border-top: 1px solid #bababa;

}

.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:#36771D !important;
}
.nav2 li li li a:hover
{
	background:#FF0000 !important;
}

.droparrow{margin:0 0 3px 0;}

/**************dropdown_menu*************/

.office_area_contanear
{
	display:block;
	float:left;
	width:100%;
	padding:20px 0;
	background:url(../images/office_area_bg.jpg) repeat;
}
.office_text_area
{
	display:inline-block;
	width: calc(100% - 230px);	
	vertical-align:middle;
}
.office_text_area p
{
	color:#FFF;
	font-size:15px;
    font-family:'OpenSansSemibold';	
}
.office_text_area p strong
{
	font-size:20px;
	text-transform:uppercase;
	color:#ffff08;
}
.top_donate_but_area
{
	display:inline-block;
	width:210px;
	vertical-align:middle;
	text-align:right;
}
.top_donate_but
{
	display:inline-block;
	width:210px;
	height:50px;
	text-align:center;
	color:#FFF;
    font-family: 'OpenSansBold';
	font-size:20px;
	text-transform:uppercase;
	border-radius:30px;
	background:#ff4400;
	line-height:50px;	
}
.top_donate_but:hover
{
	background:#ffff08;
	color:#000;
}
.home_about_contanear
{
	display:block;
	float:left;
	width:100%;
	padding:45px 0;
	background:#FDF4D5;
	text-align:center;
}
.home_about_top_pannel
{
	display:block;
	float:left;
	width:100%;
}
.home_about_top_pannel h1
{
	font-size:35px;
	text-transform:uppercase;
	font-family:'OpenSansSemibold';
	background:url(../images/about_border.jpg) bottom center no-repeat;
	padding-bottom:10px;
}
.home_about_top_pannel p
{
	font-size:15px;
	line-height:24px;
	margin-top:10px;
}
.home_about_top_pannel h2
{
	font-family: 'OpenSansBold';
	font-size:15px;
	margin-top:10px;
	color:#0147a5;
}
.home_about_top_pannel h2 a
{
	text-decoration:underline;
	color:#0147a5;	
}
.home_about_top_pannel h2 a:hover
{
	text-decoration:none;
}
.home_about_boxes_area
{
	display:block;
	float:left;
	width:100%;
	text-align:center;
	margin-top:70px;
}
.home_about_box1
{
	display:block;
	float:left;
	width:33.3%;
	background-color:#eb6804;
	padding:30px 25px;
	position:relative;
	min-height:100px;
	-webkit-transition: all .5s ;
	-moz-transition: all .5s ;
	-ms-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
	transition-timing-function:ease-out;	
}
.home_about_box1:hover
{
	background:#0146A5;
}
.home_about_box1 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;
}
.home_about_box1:hover img
{
	-ms-transform: rotate(360deg); /* IE 9 */
    -webkit-transform: rotate(360deg); /* Chrome, Safari, Opera */
    transform: rotate(360deg);	
}
.home_about_box1 h2
{
	color:#FFF;
	font-size:22px;
	text-transform:uppercase;
    font-family: 'OpenSansBold';
	margin-top:12px;
}
.home_about_box1 p
{
	color:#FFF;
	font-size:14px;
	line-height:24px;
	margin-top:8px;
}
.home_about_box_top_arrow
{
	display:block;
	float:left;
	width:73px;
	height:73px;
	background:url(../images/about_box_top_arrow.png) top left no-repeat;
	position:absolute;
	top:10px;
	left:10px;
}
.home_about_box_bottom_arrow
{
	display:block;
	float:left;
	width:73px;
	height:73px;
	background:url(../images/about_box_bottom_arrow.png) top left no-repeat;
	position:absolute;
	bottom:10px;
	right:10px;
}

.home_about_box2
{
	display:block;
	float:left;
	width:33.3%;
	background-color:#C81622;
	padding:60px 25px;
	position:relative;
	min-height:100px;
	margin-top:-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;	
}
.home_about_box2:hover
{
	background:#0146A5;
}
.home_about_box2 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;
}
.home_about_box2:hover img
{
	-ms-transform: rotate(360deg); /* IE 9 */
    -webkit-transform: rotate(360deg); /* Chrome, Safari, Opera */
    transform: rotate(360deg);	
}
.home_about_box2 h2
{
	color:#FFF;
	font-size:22px;
	text-transform:uppercase;
    font-family: 'OpenSansBold';
	margin-top:12px;
}
.home_about_box2 p
{
	color:#FFF;
	font-size:14px;
	line-height:24px;
	margin-top:8px;
}

.home_about_box3
{
	display:block;
	float:left;
	width:33.3%;
	background-color:#039228;
	padding:30px 25px;
	position:relative;
	min-height:100px;
	-webkit-transition: all .5s ;
	-moz-transition: all .5s ;
	-ms-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
	transition-timing-function:ease-out;	
}
.home_about_box3:hover
{
	background:#0146A5;
}
.home_about_box3 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;
}
.home_about_box3:hover img
{
	-ms-transform: rotate(360deg); /* IE 9 */
    -webkit-transform: rotate(360deg); /* Chrome, Safari, Opera */
    transform: rotate(360deg);	
}
.home_about_box3 h2
{
	color:#FFF;
	font-size:22px;
	text-transform:uppercase;
    font-family: 'OpenSansBold';
	margin-top:12px;
}
.home_about_box3 p
{
	color:#FFF;
	font-size:14px;
	line-height:24px;
	margin-top:8px;
}

.pannel3_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;
}
.pannel3_heading
{
	display:block;
	float:left;
	width:100%;
	text-align:center;
	color:#FFF;
	font-size:30px;
	text-transform:uppercase;
    font-family:'OpenSansSemibold';	
}
.work_slider_area
{
	display:block;
	float:left;
	width:100%;
	margin-top:15px;
}
.news_and_secretary_contanear
{
	display:block;
	float:left;
	width:100%;
	padding:35px 0;
	background:#DAECF8;
}
.home_news_area
{
	display:block;
	float:left;
	width:49%;
}
.home_news_area h2
{
	font-size:30px;
	text-transform:uppercase;
    font-family:'OpenSansSemibold';		
}

.news_box1
{
	display:block;
	float:left;
	width:100%;
	margin:25px 0 0 0;
	background:#FFF;
	padding:12px;
	border:1px solid #E4E4E4;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition:    all .3s ease-in-out;
	-o-transition:      all .3s ease-in-out;
	-ms-transition:     all .3s ease-in-out;
	position:relative;	
}
.news_box1 .img_area
{
	display:block;
	float:left;
	width:38%;
}
.news_box1 .img_area img
{
	max-width:100%;
	float:left;
}
.news_box1 .text_area
{
	display:block;
	float:right;
	width:58%;
}
.news_box1 .text_area h2
{
	font-size:18px;
	color:#ff4400;
    font-family: 'OpenSansBold';	
}
.news_box1 .text_area h3
{
	color:#000000;
	font-size:15px;
	margin-top:5px;
}
.news_box1 .text_area h3 span
{
	display:inline-block;
	margin-right:5px;
}
.news_box1 .text_area h3 i
{
	margin-right:2px;
}
.news_box1 .text_area p
{
	font-size:15px;
	margin-top:5px;
	letter-spacing:normal;
}
.news_box1 .text_area h4
{
	font-size:15px;
	margin-top:8px;
	font-weight:bold;
	letter-spacing:normal;	
}

.news_box1:hover
{
	background:#FF4400;
	border:1px solid #FF4400;
}
.news_box1:hover .text_area h2
{
	color:#FFF;
}
.news_box1:hover .text_area h3
{
	color:#FFF;	
}
.news_box1:hover .text_area p
{
	color:#FFF;
}
.news_plus_icon
{
	display:block;
	float:right;
	width:48px;
	height:48px;
	position:absolute;
	bottom:0px;
	right:0px;
}
.news_date_box
{
	display:block;
	float:left;
	width:56px;
	height:56px;
	border-radius:100%;
	background:#FFF;
	text-align:center;
	border:2px solid #FF4400;
	position:absolute;
	left:-25px;
	top:15px;	
}
.news_date_box p
{
	font-size:14px;
    font-family:'OpenSansSemibold';
	line-height:15px;
	margin-top:8px;	
}

.secretary_area
{
	display:block;
	float:right;
	width:49%;
}
.secretary_area h2
{
	font-size:30px;
	text-transform:uppercase;
    font-family:'OpenSansSemibold';
	margin-bottom:25px;			
}
.secretary_area img
{
	float:left;
	margin:0 15px 5px 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;	
}
.secretary_area:hover img
{
	transform: scale(1.1);
}
.secretary_area h3
{
	font-size:20px;
	text-transform:uppercase;
    font-family: 'OpenSansBold';	
}
.secretary_area h4
{
	font-size:16px;
    font-family: 'OpenSansBold';	
}
.secretary_area p
{
	font-size:14px;
	line-height:22px;
	margin-top:15px;
}
.secretary_area h5
{
	margin-top:12px;
	font-size:15px;
    font-family: 'OpenSansBold';
	text-transform:uppercase;	
}
.secretary_area h5 a
{
	text-decoration:underline;
	color:#202944;
}
.secretary_area h5 a:hover
{
	text-decoration:none;
}

.certificates_and_report_contanear
{
	display:block;
	float:left;
	width:100%;
	background:url(../images/certificates_and_report_bg.jpg) top center no-repeat;
	background-size:cover;
	padding:45px 0;
}
.video_area
{
	display:block;
	float:left;
	width:40%;
}
.video_area h2
{
	font-size:25px;
	text-transform:uppercase;
    font-family: 'OpenSansBold';
	margin-bottom:15px;	
}
.video_area p
{
	font-size:15px;
    font-family: 'OpenSansBold';
	margin-top:10px;	
}
.video_area p a
{
	color:#000;
	text-decoration:underline;
}
.video_area p a:hover
{
	text-decoration:none;
}

.report_main_area
{
	display:block;
	float:right;
	width:59%;
	text-align:center;
}
.report_box1
{
	display:inline-block;
	max-width:280px;
	width:46%;
	text-align:center;
	position:relative;
	margin:20px 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 h2
{
	position:absolute;
	z-index:2;
	width:100%;
	text-align:center;
	color:#FFF;
	bottom:25px;
	text-transform:uppercase;
	font-size:24px;
    font-family: 'OpenSansBold';
	line-height:20px;	
}
.report_box1 h2 span
{
	font-size:14px;
}


.gallery_contanear
{
	display:block;
	float:left;
	width:100%;
}
.donation_contanear
{
	display:block;
	float:left;
	width:100%;
	padding:35px 0;
}
.donation_main_area
{
	display:block;
	float:left;
	width:100%;
	padding:30px 15px;
	text-align:center;
	background:url(../images/donation_bg.jpg) top center no-repeat;
	background-size:cover;
}
.donation_main_area h2
{
	color:#f3cf24;
	font-size:40px;
	text-transform:uppercase;
    font-family: 'OpenSansBold';	
}
.donation_main_area p
{
	text-transform:uppercase;
	font-size:20px;
	color:#FFF;
	margin-top:2px;
}
.top_donate_but2
{
	display:inline-block;
	width:210px;
	height:50px;
	text-align:center;
	color:#FFF;
    font-family: 'OpenSansBold';
	font-size:20px;
	text-transform:uppercase;
	border-radius:30px;
	background:#eb6804;
	line-height:50px;
	margin-top:12px;	
}
.top_donate_but2:hover
{
	background:#ffff08;
	color:#000;
}



.top_footer_contanear
{
	display:block;
	float:left;
	width:100%;
	background:url(../images/footer_bg.jpg) top center no-repeat;
	background-size:cover;
	padding:40px 0;
}
.top_footer_box1
{
	display:block;
	float:left;
	width:27%;
	padding-right:20px;
}
.top_footer_box1 h1
{
	color:#FFF;
	text-transform:uppercase;
	font-size:20px;
    font-family:'OpenSansSemibold';
	margin-bottom:15px;	
}
.top_footer_box1 ul
{
	font-size:14px;
}
.top_footer_box1 ul li
{
	list-style-type:none;
	margin-top:5px;
}

.top_footer_box1 ul li a
{
	color:#fff;
}
.top_footer_box1 ul li i
{
	font-weight:bold;
}
.top_footer_box1 ul li a:hover
{
	color:#FF0;
}

.top_footer_box2
{
	display:block;
	float:left;
	width:40%;
	padding-right:40px;
}
.top_footer_box2 h1
{
	color:#fff;
	text-transform:uppercase;
	font-size:20px;
    font-family:'OpenSansSemibold';
	margin-bottom:15px;	
}
.top_footer_box2 p
{
	font-size:15px;
	margin-top:8px;
	color:#FFF;
}
.top_footer_input_style1
{
	display:block;
	float:left;
	width:100%;
	margin-top:10px;
	height:48px;
	border:none;
	padding:0 12px;
	color:#000;
    font-family:'opensansregular';	
}
.top_footer_submit_but
{
	display:block;
	float:left;
	width:150px;
	height:48px;
	border:none;
	cursor:pointer;
	background:#EDC91B;
    font-family:'OpenSansSemibold';
	color:#000;
	font-size:18px;
	margin-top:12px;
	-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_submit_but:hover
{
	background:#FF4401;
	color:#FFF;
}

.top_footer_box3
{
	display:block;
	float:left;
	width:33%;
}
.top_footer_box3 h1
{
	color:#fff;
	text-transform:uppercase;
	font-size:20px;
    font-family:'OpenSansSemibold';
	margin-bottom:15px;	
}
.top_footer_box3 p
{
	font-size:14px;
	margin-bottom:12px;
	position:relative;
	padding-left:30px;
	color:#FFF;
}
.top_footer_box3 p i
{
	font-size:20px;
	color:#EDC91B;
	position:absolute;
	left:0;
	top:0;
}
.top_footer_box3 p a
{
	color:#fff;
}
.top_footer_box3 p a:hover
{
	color:#FFF;
}
.bottom_footer_contanear
{
	display:block;
	float:left;
	width:100%;
	background:url(../images/office_area_bg.jpg) repeat;
	padding:15px 0;
}
.bottom_footer_main_area
{
	display:block;
	float:left;
	width:100%;
}
.bottom_footer_main_area p
{
	float:left;
	color:#FFF;
	font-size:15px;
	margin-top:12px;
}
.bottom_footer_main_area p em
{
	font-style:normal;
	margin-left:30px;
}
.bottom_footer_main_area h2
{
	float:right;
}
.bottom_footer_main_area h2 img
{
	margin:0 2px;

	-webkit-transition: all .5s ;
	-moz-transition: all .5s ;
	-ms-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
	transition-timing-function:ease-out;	
}
.bottom_footer_main_area h2 img:hover
{
	-ms-transform: rotate(360deg); /* IE 9 */
    -webkit-transform: rotate(360deg); /* Chrome, Safari, Opera */
    transform: rotate(360deg);	
}



/*********************************************/
/*********************************************/
/*********************************************/
.subpage_about_contanear
{
	display:block;
	float:left;
	width:100%;
	padding:45px 0;
}
.about_left_area
{
	display:block;
	float:left;
	width:65%;
}
.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;
}


.about_right_area
{
	display:block;
	float:right;
	width:32%;
}
.about_right_area h1
{
	font-size: 30px;
	font-family: 'OpenSansBold';
	border-bottom:1px solid #f3f2f2;
	padding-bottom: 10px;
	margin-bottom: 10px;		
}

.subpage_banner_panel{float:left; width:100%;}

.subpage_banner_panel img{width:100%; height:333px; object-fit:cover;}


.news_box2
{
	display:block;
	float:left;
	width:100%;
	margin-top:10px;
	background:#E2F9FF;
	border-bottom:1px solid #C5C191;
	padding:12px 15px;
		-webkit-transition: all .5s ;
	-moz-transition: all .5s ;
	-ms-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
	transition-timing-function:ease-out;
}
.news_box2:hover
{
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);	
}
.news_box2 h2
{
	color:#f34441;
	font-size:16px;
    font-family:'OpenSansSemibold';	
}
.news_box2 h3
{
	font-size:14px;
    font-family:'OpenSansSemibold';	
}
.news_box2 p
{
	font-size:14px;
}
.news_box2 h4
{
	font-size:14px;
    font-family: 'OpenSansBold';
	margin-top:5px;	
}
.news_box2 h4 a
{
	color:#000;
}
.news_box2 h4 a:hover
{
	color:#F34441;
}

.contact_top_pannel
{
	display:block;
	float:left;
	width:100%;
	margin-top:15px;
}
.contact_left_area
{
	display:block;
	float:left;
	width:48%;
}
.contact_left_text_area
{
	display:block;
	float:left;
	width:100%;
}
.contact_left_text_area h5
{
	font-size:16px;
	text-transform:uppercase;
	position:relative;
	margin-bottom:25px;
	margin-top:15px;
	color:#065B31;
    font-family:'OpenSansSemibold';	
}
.contact_left_text_area p
{
	font-size:16px;
	position:relative;
	margin-bottom:25px;
	padding-left:30px;
	margin-top:15px;
}
.contact_left_text_area p i
{
	color:#08AE1E;
	font-size:22px;
	position:absolute;
	left:0;
	top:0;
}
.contact_left_text_area p a
{
	color:#000;
}
.contact_left_text_area p a:hover
{
	color:#51C3BB;
}
.contact_left_text_area h2
{
	font-size:22px;
    font-family: 'OpenSansBold';
	color:#EA3766;	
}
.contact_left_text_area h3
{
	float:left;
	width:50%;
	margin-top:15px;
	font-size:15px;	
}
.contact_left_social_area
{
	display:block;
	float:left;
	width:100%;
	margin-top:30px;
	border-top:1px solid #EDEDED;
}
.contact_left_social_area p
{
	margin-top:15px;
}
.contact_left_social_area p a
{
	margin-right:10px;
}
.contact_right_area
{
	display:block;
	float:right;
	width:50%;
}
.contact_input_style1
{
	display:block;
	float:left;
	width:100%;
	height:48px;
	padding:0 12px;
	font-size:14px;
	color:#403f3f;
	border:1px solid #D3D9D9;
	margin-bottom:15px;
}
.contact_textarea_style1
{
	display:block;
	float:left;
	width:100%;
	height:110px;
	padding:12px;
	font-size:14px;
	color:#403f3f;
	border:1px solid #D3D9D9;
	margin-bottom:15px;
    font-family:'opensansregular';	
}
.contact_submit_but
{
	display:block;
	float:left;
	width:152px;
	height:46px;
	text-align:center;
	line-height:46px;
	font-size:18px;
    font-family:'OpenSansSemibold';
	color:#FFF;
	margin-top:10px;
	background:#ED1E26;
	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;	
}
.contact_submit_but:hover
{
	background:#08AE1E;
}


.news_details_box
{
	display:block;
	float:left;
	width:100%;
	margin-top: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;
}
.news_details_box:hover
{
	padding:15px;
	background:#E2F9FF;
}
.news_details_box img
{
	max-width:100%;
	float:left;
	margin:0 20px 10px 0
}
.news_details_box h2
{
	font-size:20px;
    font-family:'OpenSansSemibold';
	margin-top:-6px;
}
.news_details_box h3
{
	font-size:14px;
	color:#e62920;
    font-family: 'OpenSansBold';
	margin-top:4px;
}
.news_details_box p

{
	font-size:14px;
	margin-top:5px;
}


.news_box3
{
	display:block;
	float:left;
	width:100%;
	margin-top:25px;
	position:relative;
	min-height:113px;
		-webkit-transition: all .5s ;
	-moz-transition: all .5s ;
	-ms-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
	transition-timing-function:ease-out;
	
}
.news_box3:hover
{
	padding:15px;
	background:#E2F9FF;
}
.news_box3 .news_box_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;	
}

.news_box3:hover .news_box_img_area img
{
	transform: scale(1.1);	
}
.news_box_img_area
{
	display:block;
	float:left;
	width:116px;
	position:absolute;
}
.news_box_img_area img
{
	max-width:100%;
}

.news_box_text_area
{
	display:block;
	float:left;
	width:100%;
	padding-left:130px;
}
.news_box_text_area h2
{
	font-size:20px;
    font-family:'OpenSansSemibold';
	margin-top:-6px;
	color:#000;
}
.news_box_text_area h3
{
	font-size:14px;
	color:#e62920;
    font-family: 'OpenSansBold';
	margin-top:4px;
}
.news_box_text_area p
{
	font-size:14px;
	margin-top:5px;
	text-align:justify;
	color:#000;
}
.news_box_text_area h4
{
	font-size:16px;
    font-family: 'OpenSansBold';
	margin-top:12px;	
}
.news_box_text_area h4 a
{
	color:#002261;
}
.news_box_text_area h4 a:hover
{
	color:#000;
}
.report_boxes_main_area
{
	display:block;
	float:left;
	width:102%;
	margin:25px -1%;
}
.report_page_box1
{
	width: 23%;
	float: left;
	display: block;
	border: solid 1px #bdbdbd;
	background: #efefef;
	padding: 10px;
	margin: 0 1%;
	margin-bottom: 10px;
	-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_page_box1:hover
{
	transform: scale(1.1);	
}
.report_page_box1 img
{
	max-width:100%;
}





