/*=============================================================================================	
	Author : Muhammad Febriansyah
	Date       : Mei 2017
==============================================================================================*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('../fonts/font_cera.css');

body {
	color: #999999;
	font-size: 14px;
	font-family: 'cera', Fallback, sans-serif;
	font-weight: 400;
}
.wow {
   visibility: hidden;
}

.animated {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    animation-timing-function: ease;
}
img {
	border: 0;
	max-width: 100%;
	height: auto;
}
.italic {
	font-style: italic;
}
.bold {
	font-weight: bold;
}
.regular {
	font-weight: lighter;
}
.left {
	float: left;
	display:inline;
}
.right {
	float: right;
	display:inline;
}
.relative{
	position:relative;
}
.clear {
	clear: both;
}
a {
	text-decoration: none;
	color: #000;
    transition: all 0.3s ease-in-out 0s;
}
a:focus{
	outline: 0;
}
strong {
	font-weight: 700;
}
p {
	margin: 1px 0 15px;
	line-height: 25px;
}
input, textarea, select {
	font-size: 14px;
	font-family: 'Source Sans Pro', sans-serif;
	border: none;
	border: 1px solid #c9c9c9;
	padding: 5px;
	margin: 0;
	color: #666;
}
img {
	margin-bottom: -3px;
}
input[type=checkbox], input[type=radio] {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
}
h1 {
	font-size: 32px;
}
h2 {
	font-size: 28px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	font-family: 'cera', Fallback, sans-serif;
}
section {
    position: relative;
}
.text-center {
	text-align: center;
}
.rows{
	padding: 20px 0;
}
.section_pad{
	padding: 40px 0;
}
/* structure
----------------------------------------------------------------------------------------------*/
.wrapper {
	max-width:1200px;
	margin: 0 auto;
	padding: 0px 20px;
}
.mid-wrapper{
	max-width:960px;
	margin: 0 auto;
	padding: 0px 20px;
	position: relative;
	z-index: 2;
}
.inner_wrap{ width:800px; margin: 0 auto; }
.afterclear:after {
	clear: both;
	content: '';
	display: block;
}
/* style button
----------------------------------------------------------------------------------------------*/
.orange_bt{
	background-image: linear-gradient(253deg, #ff3300, #ff6600);
	display: inline-block;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	padding: 10px 25px;
	border-radius: 6px !important;
	border:none;
    transition: all 0.3s ease-in-out 0s;
}
.orange_bt:hover{
	opacity: 0.8;
}
[type='submit'], [type='button'] {
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
}
/* style header
----------------------------------------------------------------------------------------------*/
#mainHeader{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	padding: 40px 0;
	z-index: 99;
}
.logo{
	display: inline-block;
	max-width: 214px;
}
/* style kontent
----------------------------------------------------------------------------------------------*/
#home_banner{
}
.banner-images {
    width: 100%;
    display: block;
}
.banner-images img {
    width: 100%;
}
.row-list{
	margin-left: -15px;
	margin-right: -15px;
}
.row-list:before,.row-list:after{
	content: '';
	display: table;
}
.row-list:after{
	content: '';
	clear: both;
}
.cols2{
	position: relative;
	float: left;
	width: 50%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 30px;
}

.cols3{
	position: relative;
	float: left;
	width: 33.33%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 30px;
}
#home_banner{
}
.caption_banner{
	display: block;
	text-align: left;
	margin-top: 75px;
}
.caption_banner h1{
	font-family: 'cera', Fallback, sans-serif;
	font-size: 38px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.23;
	letter-spacing: -0.1px;
	color: #ffffff;
	margin: 0 0 35px 0;
}
.caption_banner h2{
	font-family: 'cera', Fallback, sans-serif;
    font-size: 27px;
    line-height: 1.23;
    letter-spacing: -0.1px;
    color: #ffffff;
    margin: 20px 0 50px 0;
    font-weight: 500;
}
.banner_img{
	display: inline-block;
	width: 100%;
	text-align: center;
}
.banner_img img{
	display: inline-block;
}
.abs_content{
	position: absolute;
	left: 0;
	top: 10%;
	width: 100%;
}
.abs_content .row-list{
}
.abs_content .row-list .cols2{
	display: inline-block;
	float: none;
	width: 49%;
	vertical-align: middle;
}
.row_downlaod{
	display: block;
	text-align: left;
}
.row_downlaod a{
	width: 152px;
	display: inline-block;
	margin-right: 20px;
}
.row_downlaod a:hover{
	opacity: 0.8;
}
.scroll_bt{
	display: inline-block;
	border-radius: 5px;
	border: solid 0.8px #ffffff;
	padding: 5px 10px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	margin-top: 30%;
}
#sumber_home{
	padding-bottom: 140px;
}
.icon_oval{
	position: absolute;
	right: 0;
	top: 0;
	width: 700px;
}
.tabs_menu{
	display: block;
	text-align: center;
	width: 100%;
	margin-bottom: 60px;
	position: relative;
	z-index: 2;
}

.tabs_block{
	padding: 10px;
	display: inline-block;
	border-radius: 33.5px;
	box-shadow: 0 0 19px 0 rgba(0, 0, 0, 0.07);
	background-color: #ffffff;
}
.tabsRef{
	display: inline-block;
	font-size: 17px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #333146;
	margin: 0 5px;
	padding: 15px 30px;
	border-radius: 25.5px;
}
.tabsRef.active,.tabsRef:hover{
	border-radius: 25.5px;
	box-shadow: 0 2px 10px 0 rgba(255, 160, 106, 0.6);
	background-image: linear-gradient(255deg, #ff3300, #ff6600);
	padding: 15px 30px;
	color: #fff;
}
.tabs_inline{
	display: block;
	text-align: center;
	margin-left: -15px;
	margin-right: -15px;
}
.half_inline{
	display: inline-block;
	position: relative;
	min-height: 1px;
	padding-right: 15px;
    padding-left: 15px;
    width: 49%;
    vertical-align: middle;
}
.caption_sumber{
	display: block;
	text-align: left;
}
.caption_sumber h3{
	background-image: linear-gradient(260deg, #ff3300, #ff6600);
	font-size: 38px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.21;
	letter-spacing: -0.1px;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	margin: 10px 0 10px 0;
}
.caption_sumber p{
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: normal;
  color: #333146;
}
.line_grad{
	display: inline-block;
	width: 62px;
	height: 6px;
	border-radius: 6px;
	background-image: linear-gradient(to left, #ef9f20, #ffcf6b);
}
.image_sumber{
	display: block;
	text-align: center;
	position: relative;
	z-index: 2;
}
.image_sumber img{
	display: inline-block;
}
.doodle1_sumber{
	position: absolute;
	width: 85px;
	bottom: 30%;
	left: 0;
}
#visual_home{
	background-image: linear-gradient(12deg, #ff6600, #ff6600 12%, #ff3300);
	display: block;
	width: 100%;
	padding-bottom: 350px;
}
.edge-left {
    -moz-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(-5deg);
    -webkit-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(-5deg);
    -o-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(-5deg);
    -ms-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(-5deg);
    transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(-5deg);
}

.edge-left-content {
    -moz-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(5deg);
    -webkit-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(5deg);
    -o-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(5deg);
    -ms-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(5deg);
    transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(5deg);
}
.row_top_hp{
	display:block;
	text-align: left;
	position: relative;
	width: 100%;
	top: -150px;
}
.row_bottom_hp{
	display:block;
	text-align: left;
	position: relative;
	width: 100%;
	margin-top: -180px;
	padding-left: 50px;
}

.img_hp1{
	display: inline-block;
	position: relative;
	z-index: 2;
}
.abs_text{
	text-align: center;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 20%;
}
.text_visual{
	display: inline-block;
	max-width: 420px;
	padding-right: 20px;
	padding-left: 20px;
}
.text_visual h3{
	font-size: 38px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.21;
	letter-spacing: -0.1px;
	text-align: center;
	color: #ffffff;
	margin: 15px 0;
}
.text_visual p{
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.67;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
}
.row_bottom_hp .row-list{
	margin-left: 0;
	margin-right: 0;
}
.row_bottom_hp .row-list .cols3{
	padding-right: 0;
	padding-left: 0;
	margin-bottom: 0;
	text-align: center;
}
.img_hpx{
	display: inline-block;
}
.row_bottom_hp .cols3:last-child .img_hpx{
	margin-top: -250px;
}
.doodle_hp1{
	display: inline-block;
	position: absolute;
	left: -70px;
	bottom: 0;
	width: 100px;
}
.kertas_hp3{
	display: inline-block;
	position: absolute;
	bottom: -180px;
	left: 50%;
	width: 150px;
	margin-left: -75px;
}
.kertas_hp_atas2{
	position: absolute;
	width: 140px;
	right: 30px;
	top: 20%;
}
.kertas_hp_atas1{
	position: absolute;
	width: 150px;
	bottom: 0;
	left: 0;
}
.half_circle{
	position: absolute;
	width: 120px;
	left: 0;
	top: 30%;
}
.half_circle2{
	position: absolute;
	width: 100px;
	right: 0;
	top: 20%;
}
.fill_lip6{
	position: absolute;
	bottom: -110px;
	left: 0;
	z-index: 1;
	width: 380px;
}
.oval_download{
	position: absolute;
	width: 90px;
	right: 0;
	bottom: 10%;
}
#download_home{
	margin-top: -200px;
	padding-bottom: 200px;
}
#contact_us{
	padding: 60px 0;
	background: #fff2e9;
}
.title_section{
	text-align: center;
	display: block;
	width: 100%;
	margin-bottom: 60px;
}
.title_section h3{
    background-image: linear-gradient(260deg, #ff3300, #ff6600);
    font-size: 38px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.21;
    letter-spacing: -0.1px;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 10px 0 10px 0;
}
.orange{
	color: #ff3300;
}
.caption_contact p{
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.67;
	letter-spacing: normal;
	color: #333146;
}
.group_form{
	display: block;
	width: 100%;
	margin-bottom: 15px;
}
.input_form{
	display: block;
	width: 100%;
	border-radius: 6px;
	border: solid 1px #e7e7e7;
	background-color: #ffffff;
	font-size: 18px;
	padding: 12px 15px;
	color: #333146;
}
.input_textarea{
	display: block;
	width: 100%;
	border-radius: 6px;
	border: solid 1px #e7e7e7;
	background-color: #ffffff;
	font-size: 18px;
	padding: 12px 15px;
	color: #333146;
}

.hide{
	display: none;
}
.loader_gif {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    background: #fff;
    z-index: 3;
    display: none;
    padding-top: 10%;
}
.loader_gif .loadingnya {
    display: inline-block;
    max-width: 100px;
}
.lds-roller {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 32px 32px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ff6600;
  margin: -3px 0 0 -3px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 50px;
  left: 50px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 54px;
  left: 45px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 57px;
  left: 39px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 58px;
  left: 32px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 57px;
  left: 25px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 54px;
  left: 19px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 50px;
  left: 14px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 45px;
  left: 10px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.tabs_content{
	position: relative;
	display: block;
	width: 100%;
}
/*------------- footer -----------------*/
#footer{
	border-top:1px solid #ddd;
	overflow: hidden; 
	padding: 20px 0;
	background: #fff2e9;
}
#footer p{
	margin-bottom: 0;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.88;
	letter-spacing: normal;
	color: #333146;
}

#footer .right img{
	padding-top: 10px;
}
.error{
    border: 1px solid red;
}
/* ------------------------- popup style -----------------------*/

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (max-width: 480px) {
/* Mobile styles */
}
 @media screen and (min-width:481px) and (max-width:1024px) {
/* Tablet styles */
}
 @media only screen and (min-width: 1140px) {
/* Desktop styles */
}
