

@import url('animation.css');

/*** 

====================================================================
	Reset
====================================================================

 ***/

@font-face {
  font-family: 'Conv_Muli';
  src: url("../fonts/Muli.eot");
  src: url("../fonts/Muli.eot?#iefix") format("embedded-opentype"),
       url("../fonts/Muli.woff") format("woff"),
       url("../fonts/Muli.ttf") format("truetype"),
       url("../fonts/Muli.svg#Muli") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
  font-family: 'Conv_Muli-SemiBold';
  src: url("../fonts/Muli-SemiBold.eot");
  src: url("../fonts/Muli-SemiBold.eot?#iefix") format("embedded-opentype"),
       url("../fonts/Muli-SemiBold.woff") format("woff"),
       url("../fonts/Muli-SemiBold.ttf") format("truetype"),
       url("../fonts/Muli-SemiBold.svg#Muli") format("svg");
	font-weight: normal;
	font-style: normal;
}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/

h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-weight:normal;
	margin:0px;
	background:none;
	line-height:1.6em;
	font-family: 'Noto Sans TC', sans-serif;
}

textarea{
	overflow:hidden;
}

p{
	position:relative;
	line-height:1.8em;	
}

/* Typography */

h1{
	font-size:55px;
}

h2{
	font-size:40px;
}

h3{
	font-size:30px;
}

h4{
	font-size:24px;
}

h5{
	font-size:20px;
}

h6{
	font-size:18px;
}

.auto-container{
	position:static;
	max-width:1200px;
	padding:0px 15px;
	margin:0 auto;
}

.medium-container{
	max-width:850px;
}

.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;
}

ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}

img{
	display:inline-block;
	max-width:100%;
}


/* List Style One */

.list-style-one{
	position:relative;
}

.list-style-one li{
	position:relative;
	color:#06092d;
	font-size:16px;
	padding-left:65px;
	font-weight:400;
	line-height:1.9em;
	margin-bottom:25px;
}

.list-style-one li:last-child{
	margin-bottom:0px;
}

.list-style-one li strong{
	position:relative;
	display:block;
	color:#000000;
	font-size:24px;
	font-weight:700;
	margin-bottom:10px;
}

.list-style-one li .icon{
	position:absolute;
	left:0px;
	top:5px;
	color:#ffffff;
	font-size:22px;
	line-height:34px;
	font-weight:300;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.list-style-one li .icon:after{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:20px;
	height:38px;
	z-index:-1;
	display:inline-block;
	transform:rotate(30deg);
	background-color:#44bb7f;
}

.list-style-one li:nth-child(2) .icon:after{
	background-color:#fe6b8d;
}

.list-style-one li:nth-child(3) .icon:after{
	background-color:#fbb890;
}

/* List Style Two */

.list-style-two{
	position:relative;
}

.list-style-two li{
	position:relative;
	color:#ffffff;
	font-size:16px;
	padding-left:30px;
	font-weight:400;
	line-height:1.6em;
	margin-bottom:20px;
}

.list-style-two li .icon{
	position:absolute;
	left:0px;
	top:5px;
	color:#ffffff;
	font-size:18px;
	line-height:1em;
	font-weight:300;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}



/*** 

====================================================================
	Section Title
====================================================================

***/

.sec-title{
	position:relative;
	margin-bottom:55px;
}

.sec-title .section-color-layer{
	position:absolute;
	left:0px;
	top:-45px;
	bottom:-45px;
	width:150px;
	background-color:#f6f1eb;
}

.sec-title.centered .section-color-layer{
	left:50%;
	margin-left:-400px;
}

.sec-title .title{
	position:relative;
	color:#43b97e;
	font-size:16px;
	font-weight:400;
	text-transform:capitalize;
}

.sec-title h2{
	position: relative;
    color:#06092d;
    font-weight: 700;
    line-height: 1.2em;
	margin-top:18px;
}

.sec-title .text{
	position: relative;
    color:#06092d;
    font-weight: 400;
    line-height: 1.7em;
	margin-top:25px;
	font-size:20px;
}

.sec-title.light .text,
.sec-title.light .title,
.sec-title.light h2{
	color:#ffffff;
}

.sec-title.centered{
	text-align: center !important;
}


/*** 

====================================================================
	Goal Section
====================================================================

***/

.goal-section{
	position:relative;
	overflow:hidden;
	padding:30px 0px 20px;
}

.goal-section.style-two{
	padding-top:120px;
	padding-bottom:100px;
}

.goal-section .images-column{
	position:relative;
	margin-bottom:40px;
}

.goal-section .images-column .inner-column{
	position:relative;
	width: 70%;
    margin: 0 auto;
}

.goal-section .images-column .image{
	position:relative;
	border-radius: 5px;
    overflow: hidden;
    transform: rotate(-12deg);
}

.goal-section .images-column .image-two{
	position:absolute;
	right: -25px;
    bottom: -160px;
    border-radius: 5px;
    overflow: hidden;
    transform: rotate(17deg);
    width: 301px !important;
    height: 350px !important;
}

.goal-section .images-column .color-layer{
	position:absolute;
	left:0px;
	top:50px;
	width:470px;
	height:470px;
	border-radius:50%;
	background-color:#ffe00c;
}

.goal-section .images-column .pattern-layer{
	position:absolute;
	right:180px;
	top:60px;
	width:241px;
	height:388px;
	background-repeat:no-repeat;
}

.goal-section .images-column .pattern-layer-two{
	position:absolute;
	left:50px;
	bottom:-280px;
	width:385px;
	height:348px;
	background-repeat:no-repeat;
}

.goal-section .content-column{
	position:relative;
	margin-bottom:40px;
}

.goal-section .content-column .inner-column{
	position:relative;
	padding-left:20px;
}

.pattern-layer-three{
	position:absolute;
	right:-50px;
	top:40px;
	width:120px;
	height:120px;
	background-repeat:no-repeat;
}

.goal-section .pattern-layer-four{
	position:absolute;
	right:0px;
	top:150px;
	width:667px;
	height:120px;
	background-repeat:no-repeat;
}

.goal-section .content-column .inner-column .btn-box{
	position:relative;
	margin-top:40px;
}

/* .goal-section .content-column .inner-column .sec-title{
	
} */

.goal-section .content-column .inner-column .bold-text{
	position:relative;
	color:#06092d;
	font-size:20px;
	line-height:1.5em;
	margin-bottom:15px;
}

.goal-section .content-column .inner-column p{
	position:relative;
	color:#06092d;
	font-size:16px;
	line-height:1.9em;
}

/* Fact Counter */

.fact-counter{
	position:relative;
}

.fact-counter .column{
	position:relative;
	margin-bottom:40px;
}

.fact-counter .column .inner{
	position:relative;
}

.fact-counter .column .inner .content{
	position:relative;
}

.fact-counter .column .inner .icon{
	position:absolute;
	left:0px;
	top:10px;
	color:#bbbbbb;
	font-size:60px;
	text-align:center;
	line-height:1em;
	font-weight: 400;
	margin-bottom:0px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.fact-counter .count-outer .percentage{
	display:inline-block;
	font-weight:800;
	color:#06092d;
	font-size:65px;
	line-height:1em;
	text-transform:uppercase;
}

.fact-counter .column .inner .count-outer{
	position:relative;
	font-weight:800;
	color:#06092d;
	font-size:65px;
	line-height:1em;
	text-transform:uppercase;
}

.fact-counter .column .inner .counter-title{
	position:relative;
	font-size:19px;
	font-weight:700;
	margin-top:14px;
	color:#06092d;
}
@media only screen and (min-width: 0px) and (max-width: 600px){
	.goal-section{
		position:relative;
		overflow:hidden;
		padding:30px 0px 20px;
	}
    .fact-counter .column .inner .count-outer {
		position: relative;
		font-weight: 800;
		color: #06092d;
		font-size: 35px;
		line-height: 1em;
		text-transform: uppercase;
	}

	.goal-section {
		position: relative;
		overflow: hidden;
		padding: 30px 0px 150px;
	}

	.goal-section .images-column .image-two{
		position: absolute;
        right: -25px;
        bottom: -181px;
        border-radius: 5px;
        overflow: hidden;
        transform: rotate(7deg);
        width: 260px !important;
        height: 326px !important;
	}

  }