@charset "UTF-8";
/* CSS Document */


/* Features
================================================== */

#features{
	padding: 40px 0;
}

.feature-image{
	position: relative;
}

.feature-image:after{
	content: '';
	width: 120px;
	right:24px;
	top: 50%;
	margin-top: 8px;
	height: 1px;
	background: #cecece;
	position: absolute;
	z-index: -1;
}

.feature-wrapper{
	position: relative;
}

.feature-wrapper:before{
	content: '';
	width: 1px;
	top: 0;
	bottom: 0;
	height: 100%;
	background: #cecece;
	position: absolute;
	left: -50px;
	z-index: 1;
}

.feature-wrapper:after{
	content: "";
	background: #eb2c33;
	width: 8px;
	height: 8px;
	position: absolute;
	top: 50%;
	left: -53.5px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, .09);
	-moz-box-shadow: 0 0 0 3px rgba(0, 0, 0, .09);
	box-shadow: 0 0 0 3px rgba(0, 0, 0, .09);
	z-index: 3;	
}

.feature-content-wrapper{
	position: relative;
	padding: 10px 0;
}

.feature-content-wrapper h2{
	font-size: 24px;
	font-weight: 500;
	margin-top: 0;
}

.feature-content-wrapper:before{
	content: "";
	background: #eb2c33;
	width: 8px;
	height: 8px;
	position: absolute;
	top: 0;
	left: -53.5px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, .09);
	-moz-box-shadow: 0 0 0 3px rgba(0, 0, 0, .09);
	box-shadow: 0 0 0 3px rgba(0, 0, 0, .09);
	z-index: 3;	
}

.feature-content-wrapper:after{
	content: "";
	background: #eb2c33;
	width: 8px;
	height: 8px;
	position: absolute;
	bottom: 0;
	left: -53.5px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, .09);
	-moz-box-shadow: 0 0 0 3px rgba(0, 0, 0, .09);
	box-shadow: 0 0 0 3px rgba(0, 0, 0, .09);
	z-index: 3;	
}

.feature-box .feature-icon{
	text-align: center !important;
	padding: 0px 0 0;
	font-size: 18px;
}

.feature-box .feature-icon i{
	color: #F90;
	font-size: 36px;
}

.feature-box .feature-icon i.fa-mobile-phone{
	font-size: 48px;
}

.feature-box h3{
	font-size: 16px;
	font-weight: 700;
}

.feature-box .feature-box-content{
	margin-left: 60px;
}

/*-- Featured Tab --*/

.featured-tab{
	background: #f2f2f2;
	border: 1px solid #d7d7d7;
	padding: 40px 30px;
	border-radius: 2px;
}

.featured-tab .nav-tabs{
	border-bottom: 0;
}

.featured-tab .nav-tabs>li.active>a{
	color: #fff;
	background: #eb2c33;
}

.featured-tab .nav-tabs>li.active>a:after{
	left: 100%;
	border: transparent solid;
	content: " ";
	position: absolute;
	border-width: 40px;
	top: 50%;
	border-left-color: #E22128;
	margin-top: -40px;
}

.featured-tab .nav-tabs>li>a{
	border-radius: 4px 0 0 4px;
	padding: 20px 15px 8px;
	color: #858585;
	position: relative;
	border: 0 !important;
}

.featured-tab .nav-tabs>li.active>a{
	color: #fff !important;
}

.featured-tab .tab-icon{
	font-size: 34px;
}

.featured-tab .tab-info{
	margin-left: 50px;
}

.featured-tab .tab-info h3{
	font-size: 20px;
	line-height: normal;
	margin: 0;
}

.featured-tab .tab-pane img.pull-left{
	margin: 0 25px 10px 0;
}

.featured-tab .tab-pane img.pull-right{
	margin: 0 0 10px 25px;
}
.featured-tab .tab-pane h3{
	margin: 0;
	line-height: normal;
	color: #eb2c33;
}

.featured-tab .tab-pane h4{
	line-height: normal;
	margin: 0 0 20px;
	font-weight: 300
}

.featured-tab .tab-pane{
	padding-left: 25px;
}
.featured-tab .tab-pane a.read-more{
	color: #eb2c33;
}

/* Footer
================================================== */

/*-- Footer common --*/

#footer-wrapper{
	padding-top: 40px;
}

#footer{
	padding: 40px 0;
	background: #f2f2f2;
	border-top: 1px solid #d7d7d7;
}

h3.footer-title{
	font-size: 18px;
	font-weight: 400;
	margin-top: 0;
	padding-bottom: 20px;
	position: relative;
}

h3.footer-title span{
	background: #f2f2f2;
	z-index: 2;
	position: relative;
	padding: 0 10px 0 0;
}

h3.footer-title:after{
	content: '';
	position: absolute;
	top: 50%;
	height: 1px;
	width: 100%;
	left: 0;
	margin-top: -10px;
	border-bottom: 1px solid #cecece;
	z-index: 0;
}

/*-- Footer about us --*/

.footer-about-us .desc{
	padding: 40px 0 30px;
}

.footer-about-us .footer-social a{
	color: #949494;
	margin-right: 25px;
}

.footer-about-us .footer-social a:hover{
	color: #eb2c33;
}
.footer-about-us .footer-social a i{
	font-size: 18px;
}


/*-- Recent post --*/

.recent-post ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.recent-post ul li{
	line-height: 40px;
	border-bottom: 1px dashed #cecece;
	position: relative;
}

.recent-post ul li:last-child{
	border-bottom: 0;
}

/*.recent-post ul li:before{
	content: "\f01d";
	color: #F90;
	position: absolute;
	font-family: FontAwesome;
	font-size: 11px;
	line-height: 9px;
	top: 14px;
	border: 2px solid rgba(0, 0, 0,.1);
	border-radius: 100%;
	
}*/

.recent-post ul li a{
	color: #323232;
	/*padding-left: 25px;*/
}
.recent-post ul li a:hover{
	color: #eb2c33;
	text-decoration:none
}

/*-- Photo Gallery --*/

.img-gallery a.thumb-holder img{
	margin: 0 10px 10px 0;
	display: inline-block;
	width: 72px;
	height: 77px;
	border-radius: 100%;
}

/*-- Twitter feed --*/
.tweet a{
	color: #323232;
}
.tweet a:hover{
	color: #eb2c33;
}

.tweet .tweet-time{
	margin-top: 10px;
}

.tweet .tweet-time i{
	font-size: 16px;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	background: #eb2c33;
	color: #fff;
	border-radius: 100%;
	margin-right: 5px;
	-webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, .09);
	-moz-box-shadow: 0 0 0 3px rgba(0, 0, 0, .09);
	box-shadow: 0 0 0 3px rgba(0, 0, 0, .09);

}

/*-- Footer bottom --*/
.footer-bottom{
	background: #494949;
	
}

.footer-bottom-menu{
	list-style: none;
	margin: 50px 0 0 0;
	padding: 0;
}

.footer-bottom-menu li{
	display: inline-block;
	margin-right: 10px;
}

.footer-bottom-menu li a{
	color: #6e1518;
	font-size: 16px;
	font-weight: 500;
}

.footer-bottom-menu li a:hover{
	color: #fff;
}

.scroll-up img{
	margin-top: -20px;
}
.back-to-top {
   
}
.copyright-info{
    margin-top: 20px;
    font-size: 12px;
    color: #fff;
    text-align: right;
}

.copyright-info a{
	color: #6e1518;
	font-weight: 700;
}
.copyright-info a:hover{
	color: #fff;
}


/* Deafult title */

h2.title{
	font-size: 24px;
	font-weight: 500;
	padding: 0px 10px 0px;
	position: relative;
	left: 0;
	line-height: normal;
}

 h2.title span{
	background: #fff;
	z-index: 1;
	padding: 10px 15px;
	color:#F90
 }

h2.title:before{
	content: '';
	position: absolute;
	top: 50%;
	/*margin-top: -10px;*/
	height: 1px;
	width: 100%;
	left: 0;
	z-index: -1;
	border-bottom: 1px solid #cecece;
}

h3.widget-title{
	margin-bottom: 30px;
}

h2.entry-title{
	font-size: 24px;
	font-weight: 400;
}

h2.entry-title a{
	color: #323232;
}

h2.entry-title a:hover{
	color: #eb2c33;
}

/* Subpages 
================================================== */

/*-- Subpage common --*/

#inner-header{
	position: relative;
	width: 100%;
	overflow: hidden;
}

#inner-header img{
	width: 100%;
}

.inner-title-content{
	margin-top: -100px;
	background: #fff;
	padding: 35px 30px;
	opacity:0.6;
}

.inner-title-content h2{
	font-size: 36px;
	font-weight: 400;
	color: #000;
}

ul.breadcrumb{
	background: none;
	margin: 0;
	padding: 0;
}

ul.breadcrumb li a{
	font-size: 16px;
	color: #000;
}
.breadcrumb>li+li:before{
	content: "\f105";
	font-family: FontAwesome;
}

h3.page-content-title{
	margin-top: 0;
}
.white {
	color: #FFF;
}


.titleOrange {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: #F90;
	margin-top: 20px;
	margin-bottom: 10px
}


.titleTheme {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: #F90;
	
	font-size:56px;
}




/* Section 
================================================== */


.section {
  background-color: #f2f4f4;
}

.section > .section-inner {
  position: relative;
}

.section > .section-inner > .section-content {
  padding-top: 50px;
  padding-bottom: 60px;
}



.section > .section-inner > .section-content .section-line {
  display: inline-block;
  width: 50px;
  height: 1px;
  background-color: #222;
}

.section.section-bgtype-image {
  background-color: #222;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.section.section-bgtype-image > .section-inner > .bg-overlay {
	content: '';
	position: absolute;
/*background-color: #069;*/
	background-color: #FFF;
	left: 0px;
	right: 0px;
	bottom: 0px;
	top: 0px;
	zoom: 1;
	opacity: 0.7;
	filter: alpha(opacity=80);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
}

.section.section-bgtype-image > .section-inner > .section-content .section-title {
  color: #b7ada4;
}

.section.section-bgtype-image > .section-inner > .section-content .section-title > .section-line {
  background-color: #b7ada4;
}

/*-- Sectiion --*/

/* ##### Theme Section ##### */

#theme {
	background-image: url(../images/useful-link2015-gallery.jpg);
}

#theme > .section-inner > .section-content {
	padding-top: 50px;
	padding-bottom: 50px;
	color: #FFF;
}

#theme > .section-inner > .section-content .quote-text > .quote-icon > i {
  color: #3996cc;
  padding-bottom: 20px;
}

#theme > .section-inner > .section-content .quote-text > h2 {
  font-size: 40px;
}

#theme > .section-inner > .section-content .quote-text > h2.quote-by {
  color: #3996cc;
}


/* ##### AGM Section ##### */

#agm {
	background-image: url(../images/image-agm.jpg);
}

#agm > .section-inner > .section-content {
	padding-top: 50px;
	padding-bottom: 50px;
	color: #FFF;
}

#agm > .section-inner > .section-content .quote-text > .quote-icon > i {
  color: #3996cc;
  padding-bottom: 20px;
}

#agm > .section-inner > .section-content .quote-text > h2 {
  font-size: 40px;
}

#agm > .section-inner > .section-content .quote-text > h2.quote-by {
  color: #3996cc;
}


/* ##### TOP CONTACT DETAIL ##### */

.top-bar {
	background-color: #fff;
	border-bottom: 1px solid #f2f2f2;
}

.top-bar.color-bar {
	border-bottom: 0;
}

.top-bar.color-bar a {
	color: rgba(255,255,255,.6);
}

.top-bar.color-bar a:hover {
	color: rgba(255,255,255,1) !important;
}

.top-bar.color-bar ul.social-list li a i {
	border-left: 1px solid rgba(255,255,255,.1);
}

.top-bar.color-bar ul.social-list li:last-child a i {
	border-right: 1px solid rgba(255,255,255,.1);
}

.top-bar.color-bar .contact-details li a:before {
	color: rgba(255,255,255,.2);
}

.top-bar.dark-bar {
	background-color: #444;
	border-bottom: 0;
}

.top-bar.dark-bar a {
	color: rgba(255,255,255,.4);
}

.top-bar.dark-bar a:hover {
	color: rgba(255,255,255,1) !important;
}

.top-bar.dark-bar ul.social-list li a i {
	border-left: 1px solid rgba(255,255,255,.08);
}

.top-bar.dark-bar ul.social-list li:last-child a i {
	border-right: 1px solid rgba(255,255,255,.08);
}

.top-bar.dark-bar .contact-details li a:before {
	color: rgba(255,255,255,.2);
}

.top-bar a {
	color: #aaa;
}

.top-bar .contact-details li {
	display: inline-block;
}

.top-bar .contact-details li a:before {
	position: relative;
	content: "|";
	font-size: 13px;
	margin: 0 3px;
	top: -1px;
	color: #ddd;
}

.top-bar .contact-details li a:before {
	color: #aaa;
}

.top-bar .contact-details li:first-child a:before {
	display: none;
}

.top-bar .contact-details li a {
	font-size: 12px;
	display: block;
	line-height: 32px;
}


/* ##### HORIZONTAL LINE ##### */
.horizontal-line{
	line-height: 40px;
	border-bottom: 1px dashed #cecece;
	position: relative;
}


/* Background Color
================================================== */
#bg-color-wrapper{
	padding-top: 40px;
}

#bg-color{
	padding: 40px 0;
	background: #074B61;
	color: white;
}


/* Background Image1
================================================== */

#bg-image1 {
	background-image: url("../images/83875213_m.jpg");
}

#bg-image1 > .section-inner > .section-content {
	padding-top: 50px;
	padding-bottom: 50px;


}

.spacer-single {
    width: 100%;
    height: 30px;
    display: block;
    clear: both;
}

