
body {
    background: #fff;
    color: #000;
    font-family: 'TitlingGothicFBComp-Regular';
}


@font-face {
    font-family: 'TitlingGothicFBComp-Bold';
    src: url('../fonts/TitlingGothicFBComp-Bold.woff2') format('woff2'),
        url('../fonts/TitlingGothicFBComp-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'TitlingGothicFBComp-Black';
    src: url('../fonts/TitlingGothicFBComp-Black.woff2') format('woff2'),
        url('../fonts/TitlingGothicFBComp-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'TitlingGothicFBComp-Standard';
    src: url('../fonts/TitlingGothicFBComp-Standard.woff2') format('woff2'),
        url('../fonts/TitlingGothicFBComp-Standard.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TitlingGothicFBComp-Light';
    src: url('../fonts/TitlingGothicFBComp-Light.woff2') format('woff2'),
        url('../fonts/TitlingGothicFBComp-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'TitlingGothicFBComp-Regular';
    src: url('../fonts/TitlingGothicFBComp-Regular.woff2') format('woff2'),
        url('../fonts/TitlingGothicFBComp-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'TitlingGothicFBComp-Medium';
    src: url('../fonts/TitlingGothicFBComp-Medium.woff2') format('woff2'),
        url('../fonts/TitlingGothicFBComp-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}


a {
  color: #000;
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  color: #000;
  outline: none;
  text-decoration: none;
}

p, ul {
  padding: 0;
  margin:0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'TitlingGothicFBComp-Medium';
  font-weight: 400;
  padding: 0;
  margin:0;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: #FFD600;
  color: #fff;
  display: inline-block;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

@media (max-width: 992px) {
  .back-to-top {
    bottom: 15px;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
	display:block;
	float:left;
	width:100%;
	position:absolute;
	z-index:3;
	padding:5px 0;
	z-index:998;
}

#header.header-scrolled {
  transition: all 0.5s;
  position:fixed;
  background:#FFF;
  z-index:999;
}

#header #logo {
  float: left;
}
#header #logo img {
	width:100%;
	max-width:139px;
	-webkit-filter: brightness(200%); /* Safari */
  filter: brightness(200%);
}

.header-scrolled #logo img {
	width:100%;
	max-width:139px;
	-webkit-filter: brightness(0%) !important; /* Safari */
  filter: brightness(0%)  !important;
}


#videoBG {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
}

@media (min-aspect-ratio: 16/9) {
    #videoBG {
        width:100%;
        height: auto;
    }
}
@media (max-aspect-ratio: 16/9) {
    #videoBG { 
        width:auto;
        height: 100%;
    }
}
@media (max-width: 767px) {
    #videoBG {
        display: none;
    }
    body {
        /*background: url('poster.jpg'); */
        background-size: cover;
    }
}


/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
#intro {
  display: block;
  float:left;
  width: 100%;
/*   background:url(../images/header_img.jpg) center center no-repeat; */
  padding:200px 0 125px 0;
  position:relative;
}
#intro .text_area
{
	display:block;
	float:left; 
	width:100%;
	padding:30px;
	border:10px solid #FFF;
	text-transform:uppercase;
	color:#FFF;
}
#intro .text_area p
{
	font-size:16px;
    font-family: 'TitlingGothicFBComp-Medium';
	letter-spacing:2px;
	display:inline-block;
	width:100%;
	max-width:455px;
}
#intro .text_area h2
{
	font-size:198px;
    font-family: 'TitlingGothicFBComp-Medium';
	letter-spacing:2px;
	display:inline-block;
	width:100%;
}
#intro .text_area h3
{
	font-size:30px;
    font-family: 'TitlingGothicFBComp-Medium';
	letter-spacing:2px;
	display:inline-block;
	width:100%;
}

.about_container
{
	display:block;
	float:left;
	width:100%;
	padding:70px 0;
	background-color: #fff;
}
.about_desk_img
{
	max-width:100%;
}
.about_mobile_img
{
	max-width:100%;
	display:none;
}
.about_top_text
{
	display:block;
	float:left;
	width:100%;
	padding:0 80px;
}
.about_top_text h2
{
    font-family: 'TitlingGothicFBComp-Medium';
	font-size:16px;	
	text-transform:uppercase;
}
.about_top_text p
{
    font-family: 'TitlingGothicFBComp-Regular';
	font-size:18px;
	margin-top:10px
}
.about_top_text h3
{
	display:inline-block;
    font-family: 'TitlingGothicFBComp-Medium';
	font-size:18px;
	margin-top:30px;	
	text-transform:uppercase;
	position:relative;
	letter-spacing:3px;		
}
.about_top_text h3:before
{
	content:'';
	position:absolute;
	width:100px;
	height:8px;
	background:#FFD600;
	left:0;
	bottom:0px;
	z-index:-1;
}
.about_top_text h3 a
{
	padding:8px 15px;	
}
.about_top_text h3 a:hover
{
	background:#FFD600;
	color:#000;
}
.about_bottom_text
{
	display:block;
	float:left;
	width:100%;
}
.about_bottom_text h2
{
    font-family: 'TitlingGothicFBComp-Medium';
	font-size:350px;	
}
.about_right_testimonail_box1
{
	display:block;
	float:left;
	width:100%;
	margin:30px 0 20px 0;
	position:relative;
	padding-left:90px;
}
.about_right_testimonail_box1 img
{
	position:absolute;
	left:0;
	top:0;
}
.about_right_testimonail_box1 p
{
	font-size:18px;
}
.about_right_testimonail_box1 h2
{
	font-size:16px;
    font-family: 'TitlingGothicFBComp-Medium';	
	margin-top:10px;
}
.about_right_testimonail_box1 h3
{
	font-size:14px;
    font-family: 'TitlingGothicFBComp-Medium';
	margin-top:10px;		
}

.service_container
{
	display:block;
	float:left;
	width:100%;
	padding:50px 0;
	background:#FFD600;
}
.service_heading
{
	display:block;
	float:left;
	width:100%;
	position:relative;
}
.service_heading h2
{
    font-family: 'TitlingGothicFBComp-Medium';
	font-size:370px;
	color:#FFF;	
	position:relative;
	z-index:1;
	line-height:300px;
}
.service_heading_left
{
	position:absolute;
	left:-50px;
	top:20px;
	width:95px;
	height:95px;
	z-index:2;	
}
.service_heading_right
{
	position:absolute;
	right:0px;
	top:40px;
	width:149px;
	height:149px;
	z-index:2;	
}
.service_box1
{
	display:block;
	float:left;
	width:100%;
	margin-top:40px;
	padding:0 20px;	
}
.service_box1 h2
{
    font-family: 'TitlingGothicFBComp-Medium';
	font-size:20px;	
}
.service_box1 p
{
	font-size:18px;
	margin-top:20px;
}
.service_box1 h3 
{
    font-family: 'TitlingGothicFBComp-Medium';
    font-size: 18px;
    margin-top: 30px;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 3px;
    z-index: 2;	
}
.service_box1 h3 a
{
	position:relative;
	z-index:2;
	padding:8px 15px;
}
.service_box1 h3 a:hover
{
	background:#FFF;
	color:#000;
}
.service_box1 h3:before {
    content: '';
    position: absolute;
    width: 100px;
    height: 8px;
    background: #FFFFFF;
    left: 0px;
    bottom: 0px;
    z-index: 1;
}

.service_box2
{
	display:block;
	float:left;
	width:100%;
	margin-top:40px;
	padding:0 20px;
}
.service_box2 h2
{
    font-family: 'TitlingGothicFBComp-Medium';
	text-transform:uppercase;
	font-size:20px;
}
.service_box2 ul
{
	font-size:18px;
	list-style-type:none;
	margin-top:20px;
}
.service_box2 ul li
{
	margin-top:10px;
}

.client_container
{
	display:block;
	float:left;
	width:100%;
	padding:80px 0;
	background:url(../images/client_bg.jpg) center center no-repeat;
	background-size:cover;
	background-attachment:fixed;
	position:relative;
}
.client_section_icon
{
	display:none;
	position:absolute;
	right:0;
	top:-70px;
}
.client_left_heading
{
	display:block;
	float:left;
	width:100%;
	position:relative;
}
.client_left_heading h2
{
	font-family: 'TitlingGothicFBComp-Medium';
	font-size:270px;
	color:#FFF;
}
.client_left_heading img
{
	position:absolute;
	right:0;
	top:-10px;
}
.client_right_area
{
	display:block;
	float:left;
	width:100%;
	position:relative;
	color:#FFF;
	margin-top:80px;
}
.client_right_area h2
{
    font-family: 'TitlingGothicFBComp-Medium';
	font-size:20px;
	text-transform:uppercase;	
}
.client_right_area p
{
	font-size:18px;	
	margin-top:12px;
}
.client_logo_area
{
	display:block;
	float:left;
	width:100%;
	border-top:5px solid #FFF;
	border-bottom:5px solid #FFF;
	padding:20px 0;
	margin-top:20px;
	text-align:center;
}
.client_logo_area img
{
	display:inline-block;
	vertical-align:middle;
	max-width:125px;
	max-height:40px;
    object-fit: contain;
    object-position: center;
	margin:10px 30px;
}
.footer_contanear
{
	display:block;
	float:left;
	width:100%;
	background:url(../images/contact_bg.jpg) top center no-repeat;
	background-size:cover;
}
.top_footer_container
{
	display:block;
	float:left;
	width:100%;
	padding:40px 0 60px 0;
}
.contact_desk_heading
{
	display:block;
	max-width:100%;
}
.contact_mobile_heading
{
	display:none;
	max-width:100%;
}
.contact_left_text
{
	display:block;
	float:left;
	width:100%;
	padding-left:100px;
}
.contact_left_text h2
{
    font-family: 'TitlingGothicFBComp-Regular';
	font-size:24px;
	color:#fff;
}
.contact_left_text h3
{
	display:inline-block;
    font-family: 'TitlingGothicFBComp-Regular';
	font-size:18px;
	color:#fff;
	margin-top:5px;
	position:relative;	
}
.contact_left_text h3 a
{
	color:#CCC;
	display:inline-block;
	position:relative;
	z-index:2;
}

.contact_left_text h3:hover:after
{
    content: '';
    position: absolute;
    width: 100px;
    height: 4px;
    background: #FFD600;
    left: 0px;
    bottom: 0px;
    z-index: 1;
	color:#FFF;	
}
.contact_left_text h3 a:hover
{
	color:#FFF;	
}
.contact_left_text p
{
    font-family: 'TitlingGothicFBComp-Regular';
	font-size:18px;
	color:#fff;
	margin-top:25px;
}
.contact_right_area
{
	display:block;
	float:left;
	width:100%;
}
.contact_right_input_area
{
	display:block;
	float:left;
	width:100%;
	border-bottom:1px solid #636363;
	padding:5px 0;
	position:relative;
	margin-top:10px;
}
.contact_right_input_area h2
{
	font-size:14px;
	color:#FFF;
	text-transform:uppercase;
	float:left;
	margin-top:12px;
}
.contact_right_input_style
{
	display:block;
	float:right;
	width:calc(100% - 100px);
	height:34px;
	border:none;
	color:#CCC;
	background:none;
	outline-style:none;
	font-size:20px;
}
.contact_right_textarea_style
{
	display:block;
	float:right;
	width:100%;
	height:80px;
	border:none;
	color:#CCC;
	background:none;
	outline-style:none;
	font-size:20px;
}

.contact_right_submit_style
{
	display:block;
	float:left;
	border:none;
	border-bottom:5px solid #FFD600;
    font-family: 'TitlingGothicFBComp-Medium';
	font-size:20px;
	background:none;
	color:#FFF;
	margin-top:15px;
	outline-style:none;
	text-transform:uppercase;
	cursor:pointer;
	padding:7px 15px 2px 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;	
}
.contact_right_submit_style:hover
{
	background:#FFD600;
	color:#000;
}
.bottom_footer_container
{
	display:block;
	float:left;
	width:100%;
	padding:40px 0;
	border-top:1px solid #FEFEFE;
}
.bottom_footer_main_area
{
	display:block;
	float:left;
	width:100%;
	position:relative;
}
.bottom_footer_nav
{
	float:left;
	list-style-type:none;
	margin-top:25px;
	line-height:normal;
}
.bottom_footer_nav li 
{
	display:inline;
}
.bottom_footer_nav li a
{
	font-size:15px;
	color:#FFF;
	margin-right:40px;
	text-transform:uppercase;
}
.bottom_footer_nav li a:hover
{
	color:#FFD600;
}
.bottom_footer_social
{
	float:right;
	list-style-type:none;
	margin-top:25px;
	font-size:15px;
	color:#FFF;	
	text-transform:uppercase;	
    font-family: 'TitlingGothicFBComp-Regular';	
} 
.bottom_footer_social a
{
	color:#fff;
	margin-left:40px;	
}
.bottom_footer_social a:hover
{
	color:#FFD600;
}
.copyright
{
	margin-top:20px;
    font-family: 'TitlingGothicFBComp-Regular';	
	float:left;
	font-size:15px;
	color:#999;	
}
.terms
{
	margin-top:20px;
    font-family: 'TitlingGothicFBComp-Regular';	
	float:right;
	font-size:15px;
	color:#999;	
}

.menu_icon_area
{
	display:block;
	float:right;
	width:61px;
	height:61px;
	position:fixed;
	z-index:2001;
	right:0;
	top:0;
	background:url(../images/menu.png) top center no-repeat;
	background-size:100% 100%;
	cursor:pointer;

}
.menu_icon_area:hover
{
	background:url(../images/menu_hover.png) top center no-repeat;	
}


.menu_icon_close_area
{
	display:block;
	float:right;
	width:61px;
	height:61px;
	position:fixed;
	z-index:2000;
	right:0;
	top:0;
	background:url(../images/manu_close.png) top center no-repeat;
	background-size:100% 100%;
	cursor:pointer;

}
.menu_icon_close_area:hover
{
	background:url(../images/manu_close_hover.png) top center no-repeat;	
}
.manu_full_box
{
	display:none;
	float:left;
	width:100%;
	height:100%;
	overflow-y:auto;
	background:#FFF;
	z-index:997;
	position:fixed;
	left:0;
	top:0;
}
.logo_black img {
	width:100%;
	max-width:139px;
	-webkit-filter: brightness(0%) !important; /* Safari */
  filter: brightness(0%)  !important;
}
.scroll_off
{
	overflow:hidden;
}
.scroll_on
{
	overflow-y:scroll
}
.manu_full_box_inner
{
	display:block;
	float:left;
	width:100%;
	padding:80px 0
}
.menu_left_area
{
	display:block;
	float:left;
	width:100%;
}
.menu_left_area img
{
	max-width:100%;
}
.menu_left_area h2
{
    font-family: 'TitlingGothicFBComp-Medium';
	font-size:22px;
	margin-top:40px;	
}
.menu_left_area p
{
	font-size:18px;
}
.menu_left_area a:hover
{
	color:#FFD600;
}
.menu_left_area h3
{
	font-size:20px;
    font-family: 'TitlingGothicFBComp-Medium';	
}
.menu_area
{
	display:block;
	float:left;
	width:100%;
	padding:0 100px;
}
.menu_area ul
{
	list-style-type:none;
}
.menu_area ul li
{
    font-family: 'TitlingGothicFBComp-Medium';
	font-size:50px;
	position:relative;
	float:left;
	clear:both;
}
.menu_area ul li a
{
	position:relative;
	z-index:2;
}

.menu_area ul li:hover:after
{
	content:'';
	position:absolute;
	z-index:1;
	left:-5px;
	bottom:15px;
	width:100px;
	height:8px;
	background:#FFD600;
}
.active_manu:after
{
	content:'';
	position:absolute;
	z-index:1;
	left:-5px;
	bottom:15px;
	width:100px;
	height:8px;
	background:#FFD600;
}

.menu_social
{
	float:right;
	list-style-type:none;
	margin-top:25px;
	font-size:15px;
	color:#FFF;	
	text-transform:uppercase;	
    font-family: 'TitlingGothicFBComp-Regular';	
	position: absolute;
	z-index:998;	
    right: -35px;
    top: 40%;
    transform: rotate(90deg) translateY(-50%);
	z-index:
} 
.menu_social a
{
	color:#000;
	margin-left:40px;	
}
.menu_social a:hover
{
	color:#FFD600;
}


.header_social
{
	float:right;
	list-style-type:none;
	margin-top:25px;
	font-size:15px;
	color:#FFF;	
	text-transform:uppercase;	
    font-family: 'TitlingGothicFBComp-Regular';	
	position: absolute;
	z-index:995;	
    right: -35px;
    top: 40%;
    transform: rotate(90deg) translateY(-50%);
	z-index:
} 
.header_social a
{
	color:#fff;
	margin-left:40px;	
}
.header_social a:hover
{
	color:#FFD600;
}
.subpage_header
{
    transition: all 0.5s;
    position: fixed;
    background: #FFF;
    z-index: 999;
}
.subpage_header img
{
    filter: brightness(0%) !important;	
}

.follower_header 
{
    display: block;
    float: left;
    width: 100%;
    padding: 150px 0 105px 0;
    position: relative;
	background:url(../images/follower_header_bg.png) repeat;
}
.follower_header img
{
	max-width:100%;
}
.follower_pannel1
{
	display:block;
	float:left;
	width:100%;
	padding:60px 0;
}
.follower_pannel1_top_area
{
	display:block;
	float:left;
	width:100%;
	position:relative;
}
.follower_pannel1_top_area h2
{
    font-family: 'TitlingGothicFBComp-Medium';
	font-size:80px;
	line-height:80px;	
}
.follower_pannel1_top_area img
{
	position:absolute;
	right:0;
	top:0;
}
.follower_pannel1_bottom_text p
{
	font-size:18px;
	margin-top:20px;
}
.follower_pannel2
{
	display:block;
	float:left;
	width:100%;
	padding:60px 0;
	background:#FFD600;
}
.follower_pannel2_left_area
{
	display:block;
	float:left;
	width:100%;
	position:relative;
	padding:0 200px 0 0;
}
.follower_pannel2_left_area img
{
	position:absolute;
	right:50px;
	top:0;
}
.follower_pannel2_left_area h2
{
    font-family: 'TitlingGothicFBComp-Medium';
	font-size:60px;	
}

.follower_pannel2_left_area h3 {
    font-family: 'TitlingGothicFBComp-Medium';
    font-size: 18px;
    margin-top: 30px;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 3px;
    z-index: 2;
}
.follower_pannel2_left_area h3:before {
    content: '';
    position: absolute;
    width: 100px;
    height: 8px;
    background: #FFFFFF;
    left: 0px;
    bottom: 0px;
    z-index: 1;
}
.follower_pannel2_left_area h3 a {
    position: relative;
    z-index: 2;
    padding: 8px 15px;
}
.follower_pannel2_left_area h3 a:hover {
    background: #FFF;
    color: #000;
}

.follower_pannel2_right_area
{
	display:block;
	float:left;
	width:100%;
	position:relative;
}
.follower_pannel2_right_area h2
{
    font-family: 'TitlingGothicFBComp-Medium';
	font-size:22px;
}
.follower_pannel2_right_area p
{
	font-size:18px;
	margin-top:20px;
}
.follower_pannel3
{
	display:flex;
	flex-wrap:wrap;
	float:left;
	width:100%;
	position:relative;
}
.follower_pannel3_right_area
{
	display:block;
	float:right;
	width:50%;
}
.follower_pannel3_right_area img
{
	float:left;
	width:100%;
	height:100%;
}
.follower_pannel3_left_area
{
	display:block;
	float:right;
	width:50%;
	background:url(../images/.follower_pannel3_left_bg.png) repeat;
}
.follower_pannel3_left_inner
{
	display:block;
	float:right;
	width:96%;
	max-width:570px;
	padding:60px 60px 60px 0;
}
.follower_pannel3_left_inner h2
{
	font-size:22px;
    font-family: 'TitlingGothicFBComp-Medium';	
}
.follower_pannel3_left_inner p
{
	font-size:18px;
	margin-top:20px;
}
.follower_pannel3_left_inner h3 {
    font-family: 'TitlingGothicFBComp-Medium';
    font-size: 18px;
    margin-top: 30px;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 3px;
    z-index: 2;
}
.follower_pannel3_left_inner h3:before {
    content: '';
    position: absolute;
    width: 100px;
    height: 8px;
    background: #FFD600;
    left: 0px;
    bottom: 0px;
    z-index: 1;
}
.follower_pannel3_left_inner h3 a {
    position: relative;
    z-index: 2;
    padding: 8px 15px;
}
.follower_pannel3_left_inner h3 a:hover {
    background: #FFD600;
    color: #000;
}


.follower_pannel4
{
	display:flex;
	flex-wrap:wrap;
	float:left;
	width:100%;
	position:relative;
}
.follower_pannel4_left_area
{
	display:block;
	float:right;
	width:50%;
}
.follower_pannel4_left_area img
{
	float:left;
	width:100%;
	height:100%;
}


.follower_pannel4_right_area
{
	display:block;
	float:right;
	width:50%;
	background:url(../images/.follower_pannel3_left_bg.png) repeat;
}
.follower_pannel4_right_inner
{
	display:block;
	float:left;
	width:96%;
	max-width:570px;
	padding:60px 0 60px 60px;
}
.follower_pannel4_right_inner h2
{
	font-size:22px;
    font-family: 'TitlingGothicFBComp-Medium';	
}
.follower_pannel4_right_inner p
{
	font-size:18px;
	margin-top:20px;
}
.follower_pannel4_right_inner h3 {
    font-family: 'TitlingGothicFBComp-Medium';
    font-size: 18px;
    margin-top: 30px;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 3px;
    z-index: 2;
}
.follower_pannel4_right_inner h3:before {
    content: '';
    position: absolute;
    width: 100px;
    height: 8px;
    background: #FFD600;
    left: 0px;
    bottom: 0px;
    z-index: 1;
}
.follower_pannel4_right_inner h3 a {
    position: relative;
    z-index: 2;
    padding: 8px 15px;
}
.follower_pannel4_right_inner h3 a:hover {
    background: #FFD600;
    color: #000;
}

.follower_pannel5
{
	display:block;
	float:left;
	width:100%;
	position:relative;
	padding:60px 0;
}
.follower_pannel5_header
{
	text-align:center;
}
.follower_pannel5_header img
{
	max-width:100%;
}


.follower_pannel5_left_area
{
	display:block;
	float:left;
	width:100%;
	position:relative;
	padding:0 200px 0 0;
}
.follower_pannel5_left_area h2
{
    font-family: 'TitlingGothicFBComp-Medium';
	font-size:60px;
	line-height:55px;	
}
.follower_pannel5_left_area p
{
	font-size:18px;
	margin-top:20px;
}

.follower_pannel5_left_area h3 {
    font-family: 'TitlingGothicFBComp-Medium';
    font-size: 18px;
    margin-top: 30px;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 3px;
    z-index: 2;
}
.follower_pannel5_left_area h3:before {
    content: '';
    position: absolute;
    width: 100px;
    height: 8px;
    background: #FFD600;
    left: 0px;
    bottom: 0px;
    z-index: 1;
}
.follower_pannel5_left_area h3 a {
    position: relative;
    z-index: 2;
    padding: 8px 15px;
}
.follower_pannel5_left_area h3 a:hover {
    background: #FFD600;
    color: #000;
}
.follower_pannel5_right_area
{
	display:block;
	float:left;
	width:100%;
	position:relative;
}
.follower_pannel5_right_area p
{
	font-size:18px;
	margin:15px 0;
}
.follower_pannel6
{
	display:block;
	float:left;
	width:100%;
}
.follower_pannel6 img
{
	float:left;
	width:100%;
}
.follower_pannel7
{
	display:block;
	float:left;
	width:100%;
	padding:70px 0;
	background:#F7F7F7;
}
.follower_pannel7 p
{
	margin:15px 0;
	font-size:18px;
}

.follower_pannel8
{
	display:block;
	float:left;
	width:100%;
	padding:70px 0;
	background:#fff;
}

.follower_pannel8_top_pannel
{
	display:block;
	float:left;
	width:100%;
	border-bottom:1px solid #D4D4D4;
	padding-bottom:30px;
}
.follower_pannel8_top_left_area
{
	display:block;
	float:left;
	width:100%;
	padding-right:150px;
	position:relative;
}
.follower_pannel8_top_left_area img
{
	position:absolute;
	right:150px;
	top:0;
}
.follower_pannel8_top_left_area h2
{
    font-family: 'TitlingGothicFBComp-Medium';
	font-size:70px;
	line-height:65px;
}

.follower_pannel8_top_right_area p
{
	font-size:22px;
	margin-top:15px;
}

.follower_pannel8_bottom_pannel
{
	padding-top:30px;
	float:left;
	width:100%;
}
.follower_pannel8_bottom_pannel ul
{
	list-style-type:none;
	font-size:20px;
}
.follower_pannel8_bottom_pannel ul li
{
	margin:12px 0;
	position:relative;
	float:left;
	width:50%;
	padding-left:25px;
}
.follower_pannel8_bottom_pannel ul li:before
{
	position:absolute;
	left:0;
	top:0;
	content:url(../images/list_type.png);
}