*
{
	margin:0px;
	padding:0px;
	box-sizing:border-box;
}

html, body {
      margin: 0;
      width: 100%;
      height: 100%;
	  
    }


a 
{outline-style:none !important;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;}
a:hover
{
	text-decoration:none !important;
}

body {
	overflow-x:hidden;
	    font-family: 'UbuntuRegular';
	min-height:100% !important;
	background:#FFF;
	color:#000;
}


h1 ,h2 ,h3 ,h4 ,h5 ,h6
{
	font-weight:100;
}




@font-face {
    font-family: 'UbuntuRegular';
    src: url('../fonts/ubuntu-r.eot');
    src: url('../fonts/ubuntu-r.eot') format('embedded-opentype'),
         url('../fonts/ubuntu-r.woff') format('woff'),
         url('../fonts/ubuntu-r.ttf') format('truetype'),
         url('../fonts/ubuntu-r.svg#UbuntuRegular') format('svg');
}

@font-face {
	font-family: 'Ubuntu-Light';
	src: url('../fonts/Ubuntu-Light.eot');
	src: url('../fonts/Ubuntu-Light.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Ubuntu-Light.woff') format('woff'),
		url('../fonts/Ubuntu-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}



@font-face {
    font-family: 'UbuntuBold';
    src: url('../fonts/ubuntu-b.eot');
    src: url('../fonts/ubuntu-b.eot') format('embedded-opentype'),
         url('../fonts/ubuntu-b.woff') format('woff'),
         url('../fonts/ubuntu-b.ttf') format('truetype'),
         url('../fonts/ubuntu-b.svg#UbuntuBold') format('svg');
}

@font-face {
	font-family: 'Revue';
	src: url('../fonts/Revue.eot');
	src: url('../fonts/Revue.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Revue.woff') format('woff'),
		url('../fonts/Revue.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}



.container{width:95%; max-width:1150px; margin:auto;}

.top_pannel_contanear
{
	display:block;
	float:left;
	width:100%;
	background:#a72767;
	height:100px;
	position:relative;
	z-index:9999;
}
.top_pannel_main_area
{
	display:block;
	float:left;
	width:100%;
	position:relative;
}
.logo_area
{
	display:block;
	float:left;
	width:239px;
	position:absolute;
	z-index:2;
	top:0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.logo_area img
{
	max-width:100%;
	-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 img:hover
{
	transform: scale(1.1);	
}
.nav_left_area
{
	display:block;
	float:left;
	width:50%;
	position:relative;
	z-index:1;
	padding-right:130px;
	height:100px;
}
.nav_left_area ul
{
	font-size:14px;
}
.nav_left_area ul li
{
	display:inline-block;
	font-size:13px;
	text-transform:uppercase;
	width:25%;
	text-align:center;
	float:left;
	position:relative;
}
.nav_left_area ul li i
{
	font-size:18px;
	margin-bottom:8px;
}
.nav_left_area ul li a
{
	color:#FFF;
	display:block;
	padding:30px 0;
}
.nav_left_area ul li a:hover
{
	color:#000;
	background:#FFD600;
}
.active a
{
	color:#000 !important;
	background:#FFD600 !important;	
}

.nav_left_area ul li ul{position:absolute; width:200px; top:0; left:0px; display:none; margin-top:100px; padding-top:0px; text-align:left;}

.nav_left_area ul li:hover ul{display:block;}

.nav_left_area ul li ul li{width:100%; line-height:20px !important;}
.nav_left_area ul li ul li a{padding:8px; background-color:#A72767 !important; background-image:none; display:block; border-bottom:1px solid #83104a; font-size:13px; color:#FFF; border-radius:0; border-right:none; }
.nav_left_area ul li ul li a:hover{background-color:#FFD600 !important; color:#000; background-image:none;}



.nav_right_area
{
	display:block;
	float:right;
	width:50%;
	position:relative;
	z-index:1;
	padding-left:130px;
	height:100px;
}
.nav_right_area ul
{
	font-size:14px;
}
.nav_right_area ul li
{
	display:inline-block;
	font-size:13px;
	text-transform:uppercase;
	width:25%;
	text-align:center;
	float:left;
	height:100px;
	overflow:hidden;
	position:relative;
}
.nav_right_area ul li i
{
	font-size:18px;
	margin-bottom:8px;
}
.nav_right_area ul li a
{
	color:#FFF;
	display:block;
	padding:30px 0;
}
.nav_right_area ul li a:hover
{
	color:#000;
	background:#FFD600;
}

.nav_right_area ul li ul{position:absolute; width:200px; top:0; left:0px; display:none; margin-top:100px; padding-top:0px; text-align:left;}

.nav_right_area ul li:hover ul{display:block;}

.nav_right_area ul li ul li{width:100%; line-height:20px !important;}
.nav_right_area ul li ul li a{padding:8px; background-color:#A72767 !important; background-image:none; display:block; border-bottom:1px solid #83104a; font-size:13px; color:#FFF; border-radius:0; border-right:none; }
.nav_right_area ul li ul li a:hover{background-color:#FFD600 !important; color:#000; background-image:none;}


.small_manu
		{
		float:right;
		height:auto;
		margin:5px 0 0 0px;
		overflow:visible;
		display:none;
		z-index:10000;
		text-align:center;
		z-index:9999;
		position:relative;
		}


.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;
	
}

.nav2 a:hover {
	background:#A72767 ;
	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:13px;
	text-transform:uppercase;	
	float:left;
	z-index:1000;

}
.nav2 > li {
    float: left;
	width:100%;
	text-align:center;
	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:#00B1F1 !important;
}


/**************dropdown_menu*************/
.pannel1_contanear
{
	display:block;
	float:left;
	width:100%;
	padding:45px 0;
	background:url(../images/blue_bg.jpg) top center repeat-y;
	background-size:100% 488px;
	min-height:370px; 
	position:relative;
	z-index:1;	
}
.pannel1_main_area
{
	display:block;
	float:left;
	width:100%;
}
.pannel1_main_area h2
{
	font-size:48px;
	color:#FFF;
	float:left;
    font-family: 'Ubuntu-Light';	
}
.pannel1_lernmore_but
{
	display:block;
	float:right;
	width:220px;
	height:54px;
	border:2px solid #FFF;
	text-align:center;
	line-height:50px;
	color:#FFF;
	text-transform:uppercase;
	font-size:20px;
	margin-top:3px;
}
.pannel1_lernmore_but:hover
{
	background:#FFD600;
	color:#000;
}
.yellow_pannel
{
	display:block;
	float:left;
	width:100%;
	padding-bottom:85px;
	min-height:400px;
	background:url(../images/yellow_pattern.jpg) repeat;
	position:relative;
	z-index:2;
}
.yellow_pannel:after
{
	content:'';
	position:absolute;
	height:37px;
	width:100%;
	background:url(../images/yellow_pannel_top.png) repeat-x;
	left:0;
	top:-37px;
}
.yellow_boxse_main_area
{
	display:block;
	float:left;
	width:102%;
	margin:-220px -1% 0 -1%;
	position:relative;
	z-index:10;
	text-align:center;
}



.service_box1
{
	display:inline-block;
	vertical-align:top;
	width:31%;
	margin:0 1% 0 1%;
	text-align:center;
	background:#FFF;
	padding:18px;
	border-radius:10px;	
		-webkit-box-shadow: 5px 5px 0px 0px rgba(169,169,171,1);
	-moz-box-shadow: 5px 5px 0px 0px rgba(169,169,171,1);
	box-shadow: 5px 5px 0px 0px rgba(169,169,171,1);
}
.service_box1 img
{
	border-radius:200px;
	width:240px;
	height:240px;
	-webkit-box-shadow: 6px 7px 0px 0px rgba(169,169,171,1);
	-moz-box-shadow: 6px 7px 0px 0px rgba(169,169,171,1);
	box-shadow: 6px 7px 0px 0px rgba(169,169,171,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;
	position:relative;
	z-index:1;
}
.service_box1:hover img
{
	transform: scale(1.1);	
}
.service_box1 h1
{
	font-size:22px;
	color:#FFF;
	background:#1a3fa5;
	border-radius:8px;
	padding:15px 0 17px 0;
	display:inline-block;
	width:100%;
	max-width:245px;
	margin-top:-15px;
	position:relative;
	z-index:2;
    font-family: 'Revue';		
}
.service_box1 p
{
	color:#000000;
	font-size:16px;
	margin-top:15px;
	line-height:22px;
}
.service_box1 h2
{
	font-size:20px;
	margin:15px 0 15px 0;
}
.service_box1 h2 a
{
	color:#000;
}
.service_box1 h2 a:hover
{
	color:#A72767;
}
.service_box_heading_bg1
{
	background:#1A40A5 !important;
}
.service_box_heading_bg2
{
	background:#27A61B !important;	
}
.service_box_heading_bg3
{
	background:#FF6100 !important;		
}
.yellow_pannel_bottom_area
{
	display:block;
	float:left;
	width:100%;
	margin-top:35px;
}
.yellow_pannel_bottom_left_area
{
	display:block;
	float:left;
	width:65%;
}
.yellow_pannel_bottom_left_area .yellow_pannel_bottom_img 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;
}
.yellow_pannel_bottom_left_area:hover .yellow_pannel_bottom_img img
{
	transform: scale(1.1);	
}
.yellow_pannel_heading_area
{
	display:block;
	float:left;
	width:100%;
	position:relative;
}
.yellow_pannel_heading_area img
{
	position:relative;
	width:100%;
	float:left;
	z-index:1;
}
.yellow_pannel_heading_area h1
{
	font-size:40px;
    font-family: 'Revue';
	color:#FFF;
	position:absolute;
	bottom:40px;
	left:40px;
	z-index:2;	
}
.yellow_pannel_bottom_text_area
{
	display:block;
	float:left;
	width:100%;
	padding:30px 40px 40px 40px;
	background:#FFF;
	position:relative;
	border-radius:0 0 20px 20px;
}
.yellow_pannel_bottom_img
{
	display:block;
	float:left;
	width:30%;
	text-align:center;
}
.yellow_pannel_bottom_img img
{
	max-width:100%;
	border-radius:100%;
}
.yellow_pannel_bottom_img h2
{
	font-size:22px;
	color:#000;
	text-transform:uppercase;
	margin-top:15px;
}
.yellow_pannel_bottom_text
{
	display:block;
	float:right;
	width:66%;
	text-align:center;
}
.yellow_pannel_bottom_text p
{
	font-size:16px;
	line-height:22px;
	color:#626262;
	text-align:left;
}	
.yellow_pannel_bottom_text h2
{
	font-size:20px;
	margin-top:10px;
	text-align:left;
}
.yellow_pannel_bottom_text h2 a
{
	color:#892542;	
}
.yellow_pannel_bottom_text h2 a:hover
{
	color:#1a3fa5;
}

.yellow_pannel_bottom_right_area
{
	display:block;
	float:right;
	width:32%;
}
.yellow_pannel_bottom_right_box1
{
	display:block;
	float:left;
	width:100%;
	position:relative;
	margin-top:15px;
	
}
.yellow_pannel_bottom_right_box1:hover p
{
	color:#A72767;
}
.yellow_pannel_bottom_right_box1:hover h1
{
	transform: scale(1.1);
}
.yellow_pannel_bottom_right_box1 h1
{
	position:absolute;
	left:0;
	top:0;
	font-size:80px;
	color:#9a7500;
    font-family: 'UbuntuBold';
	display:inline-block;
	width:80px;
	background:url(../images/yellow_pannel_bottom_right_line.jpg) center right no-repeat;
	-webkit-transition: all .5s ;
	-moz-transition: all .5s ;
	-ms-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
	transition-timing-function:ease-out;		
}
.yellow_pannel_bottom_right_box1 p
{
	font-size:30px;
    font-family: 'Revue';
	padding-left:110px;
	margin-top:8px;
	color:#000;
	-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_contanear
{
	display:block;
	float:left;
	width:100%;
	padding:100px 0;
	background:url(../images/pannel3_bg.jpg) top center no-repeat;
	background-size:100%  516px;
	min-height:516px;
}
.pannel3_main_area
{
	display:block;
	float:left;
	width:100%;
	text-align:center;
}
.pannel3_box1
{
	display:inline-block;
	vertical-align:top;
	width:24%;
	text-align:center;
}

.pannel3_box1 .pannel3_box_number_area
{
	-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 .pannel3_box_number_area
{
	background:#FFDF00 !important;
	color:#000 !important;
}
.pannel3_box_number_area
{
	display:inline-block;
	width:160px;
	height:160px;
	border-radius:100%;
	text-align:center;
	line-height:160px;
	font-size:80px;
	color:#FFF;
	background:#62E0EC;
}
.pannel3_box1 h1
{
	font-size:24px;
    font-family: 'Revue';
	color:#FFF;
	margin-top:12px;
	text-transform:uppercase;	
}
.pannel3_box_number_bg1
{
	background:#62E0EC !important;	
}
.pannel3_box_number_bg2
{
	background:#a72767 !important;		
}
.pannel3_box_number_bg3
{
	background:#ff8400 !important;		
}
.pannel3_box_number_bg4
{
	background:#3fde00 !important;	
}
.pannel4_contanear
{
	display:block;
	float:left;
	width:100%;
	padding:0 0 90px 0;
	background:#E4F6FF;
}




.news_main_area
{
	display:block;
	float:left;
	width:100%;
	margin-top:35px;
	background:url(../images/news_bg.jpg) repeat;
	padding:50px 0;
	border:2px solid #C6C6C6;
	border-radius:15px;
	margin-top:-110px;
}
.news_main_heading
{
	display:block;
	float:left;
	width:100%;
	text-align:center;
	font-size:40px;
    font-family: 'UbuntuBold';
}
.news_boxes_main_area
{
	display:block;
	float:left;
	width:100%;
	text-align:center;
}
.news_box1
{
	display:inline-block;
	vertical-align:top;	
	width:31%;
	margin:20px 1% 0 1%;
	text-align:center;
	padding:0 15px;
}
.news_box1 img
{
	border-radius:100px;
	width:169px;
	height:169px;
	-webkit-box-shadow: 6px 7px 0px 0px rgba(169,169,171,1);
	-moz-box-shadow: 6px 7px 0px 0px rgba(169,169,171,1);
	box-shadow: 6px 7px 0px 0px rgba(169,169,171,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;	
}
.news_box1:hover img
{
	transform: scale(1.1);	
}
.news_box1 p
{
	font-size:16px;
	margin-top:15px;
	line-height:24px;
}
.news_box1 p span
{
	background:url(../images/testimonial_icon.png);
	display:inline-block;
	width:42px;
	height:36px;
	margin-right:10px;
}
.news_box1 h2
{
	font-size:20px;
	margin-top:12px;
	color:#d12881;
}
.top_footer_contanear
{
	display:block;
	float:left;
	width:100%;
	background:#2F2878;
	padding:40px 0 20px 0;
	position:relative;
}
.top_footer_contanear:after
{
	content:'';
	width:100%;
	position:absolute;
	height:40px;
	background:url(../images/top_footer_bg.png) repeat-x;
	left:0px;
	top:-40px;
}
.top_footer_top_area
{
	display:block;
	float:left;
	width:100%;
}
.top_footer_top_box1
{
	display:block;
	float:left;
	width:35%;
	text-align:center;
}
.top_footer_top_box1 h1
{
	font-size:20px;
	text-transform:uppercase;
	color:#FFF;
    font-family: 'UbuntuBold';	
}
.top_footer_top_box1 p
{
	font-size:18px;
	color:#FFF;
}
.top_footer_subscribe_main_area
{
	display:block;
	float:left;
	width:100%;
	margin-top:20px;
}
.top_footer_subscribe_text_area
{
	display:block;
	float:left;
	width:70%;
	height:50px;
	background:#FFF;
	border-radius:5px 0 0 5px;
	padding:0 15px;
	font-size:15px;
	border:none;
}
.top_footer_subscribe_submiit_but
{
	display:block;
	float:left;
	width:30%;
	height:50px;
	background:#FE8600;
	border-radius:0 5px 5px 0;
	font-size:16px;
	border:none;
	color:#FFF;
    font-family: 'UbuntuBold';
	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;	
}
.top_footer_subscribe_submiit_but:hover
{
	background:#FFDF00;
	color:#000;
}
.top_footer_top_box2
{
	display:block;
	float:left;
	width:30%;
	text-align:center;
	padding:0 20px;
}
.top_footer_top_box2 p
{
	margin-bottom:2px;
}
.top_footer_top_box2 p 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;	
}
.top_footer_top_box2 p a img:hover
{
-ms-transform: rotate(360deg); /* IE 9 */
    -webkit-transform: rotate(360deg); /* Chrome, Safari, Opera */
    transform: rotate(360deg);	
}

.top_footer_top_box3
{
	display:block;
	float:left;
	width:35%;
	text-align:center;
}
.top_footer_top_box3 h1
{
	font-size:20px;
	text-transform:uppercase;
    font-family: 'UbuntuBold';
	color:#FFF;	
}
.top_footer_top_box3 p
{
	font-size:18px;
	color:#FFF;
	border-bottom:1px dotted #FFF;
	padding-bottom:12px;
	margin-top:5px;
	text-align:left;
}
.top_footer_top_box3 p span
{
	float:right;
}
.top_footer_top_box3 h2
{
	font-size:18px;
	color:#FFF;
	padding-bottom:12px;
	margin-top:15px;
	text-align:left;
	float:left;
}
.top_footer_top_box3_closed_but
{
	display:block;
	float:right;
	width:110px;
	height:35px;
	border-radius:50px;
	background:#a72767;
	color:#FFF;
	font-size:18px;
	line-height:34px;
	margin-top:10px;
}
.top_footer_top_box3_closed_but:hover
{
	background:#FFDF00;
	color:#000;	
}
.top_footer_bottom_area
{
	display:block;
	float:left;
	width:100%;
	text-align:center;
	margin-top:10px;
}
.top_footer_bottom_area p
{
	font-size:18px;
	color:#FFF;
}
.bottom_footer_contanear
{
	display:block;
	float:left;
	width:100%;
	background:#211C56;
	padding:12px 0;
	text-align:center;
}
.bottom_footer_main_area
{
	display:block;
	float:left;
	width:100%;
}
.bottom_footer_main_area p
{
	font-size:14px;
	color:#FFF;
}
.bottom_footer_main_area p span
{
	display:inline-block;
	margin:0 10px;
}
.about_header_contanear
{
	display:block;
	float:left;
	width:100%;
}
.about_header_contanear img
{
	max-width:100%;
}

.subpaeg_body_contanear
{
	display:block;
	float:left;
	width:100%;
	margin:60px 0 80px 0;
}


.subpage_left_area
{
	display:block;
	float:left;
	width:70%;
}

.subpage_right_area
{
	display:block;
	float:right;
	width:28%;
}
.right_text_area
{
	display:block;
	float:left;
	width:100%;
}
.right_text_area h1
{
	font-size:30px;
    font-family: 'Revue';
	margin-bottom:8px;
	color:#000000;
	border-bottom:1px solid #333333;
	padding-bottom:10px;
}
.right_text_area p
{
	font-size:15px;
	margin-bottom:20px;	
	text-align:justify;
}

.subpage_left_form_area
{
	display:block;
	float:left;
	width:100%;
	background:#A72767;
	margin-top:12px;
}
.subpage_left_form_area h1
{
	float:left;
	width:100%;
	padding:12px 15px;
	color:#FFF;
    font-family: 'UbuntuBold';
	background:#82154b;
	font-size:20px;	
}
.subpage_left_form_text_area
{
	display:block;
	float:left;
	width:100%;
	padding:15px;
}
.subpage_left_form_input_style1
{
	display:block;
	float:left;
	width:100%;
	height:30px;
	padding:0 10px;
	color:#999;
	font-size:14px;
	margin:5px 0;
}
.subpage_left_form_textarea_style1
{
	display:block;
	float:left;
	width:100%;
	height:80px;
	padding:10px;
	color:#999;
	font-size:14px;
	margin:5px 0;
    font-family: 'UbuntuRegular'	
}
.subpage_left_submit_style1
{
	display:block;
	float:left;
	width:100px;
	height:36px;
	padding:0 10px;
	color:#FFF;
	font-size:14px;
	margin:5px 0;
	background:#FE8600;	
	line-height:36px;
	text-align:center;
    font-family: 'UbuntuBold';
	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;	
}
.subpage_left_submit_style1:hover
{
	background:#FFDF00;
	color:#000;
}

.subpage_left_video_area
{
	display:block;
	float:left;
	width:100%;
	margin-top:20px;
}
.subpage_left_video_area h2
{
    font-family: 'UbuntuBold';
	font-size:20px;
}
.subpage_left_video_area h2 i
{
	color:#8BC53F;		
}





.yellow_pannel_bottom_right_box2
{
	display:block;
	float:left;
	width:100%;
	position:relative;
	margin-top:15px;
	
}
.yellow_pannel_bottom_right_box2:hover p
{
	color:#A72767;
}
.yellow_pannel_bottom_right_box2:hover h1
{
	transform: scale(1.1);
}
.yellow_pannel_bottom_right_box2 h1
{
	position:absolute;
	left:0;
	top:0;
	font-size:35px;
	color:#9a7500;
    font-family: 'UbuntuBold';
	display:inline-block;
	width:40px;
	background:url(../images/yellow_pannel_bottom_right_line.jpg) center right no-repeat;
	-webkit-transition: all .5s ;
	-moz-transition: all .5s ;
	-ms-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
	transition-timing-function:ease-out;		
}
.yellow_pannel_bottom_right_box2 p
{
	font-size:20px;
    font-family: 'Revue';
	padding-left:80px;
	margin-top:0px;
	color:#000;
	-webkit-transition: all .5s ;
	-moz-transition: all .5s ;
	-ms-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
	transition-timing-function:ease-out;
	margin:5px 0	
}
.yellow_pannel_bottom_right_box2 p br
{
	display:none;
}.slider_panel{float:left; position:relative; z-index:1; width:100%;}

.slider_panel_large_image{float:left; position:relative; z-index:1; width:100%;}

.slider_panel_small_matter{position:absolute; z-index:3; width:468px; height:390px; background-image:url(../images/slidertextframe.png); background-repeat:no-repeat; font-size:14px; color:#000; padding:15px; margin:70px 0 0 100px; text-align:center; background-size:100% 100%;  }

.slider_panel_small_matter h2{float:left; width:100%; font-size:50px; color:#06C; font-family: 'Revue';}

.slider_panel_small_matter p{display:inline-block; width:100%; padding:10px; line-height:20px;}

.fun_head22{font-family:'UbuntuRegular'; font-size:16px; font-style:normal; font-weight:bold; color:#000000; text-decoration:none;  line-height:28px; padding:0 0 0 0; text-align:justify;}

.fun_text22{font-family:'UbuntuRegular'; font-size:17px; font-style:normal; font-weight:bold; color:#0000FF; text-decoration:none;  line-height:28px; padding:0 0 0 0; text-align:justify;}

.fun_text23{font-family:'UbuntuRegular'; font-size:21px; font-style:normal; font-weight:bold; color:#0000FF; text-decoration:none;  line-height:28px; padding:0 0 0 0; text-align:justify;}

.fee-fun{font-family:'UbuntuRegular'; font-size:17px; font-weight:bold; color:#330066;  line-height:33px;}