html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
html{
	height: 100%;
}
body {
	line-height:2;
	font-family: 'Signika', sans-serif;
	font-size:16px;
	font-weight:400;
	position: relative;
	height: 100%;
	color: rgba(255,255,255,0.9);
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
p {
	font-weight:300;
}
.no-padding {
	padding-left:0;
	padding-right:0;
}
.no-margin{
	margin-left:0!important;
	margin-right:0!important;
}
textarea {
	resize:none;
}
a {
	text-decoration:none!important;
	color: rgba(255,255,255,0.9);
    font-weight: bold;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
h3, h4 {
	margin-top: 20px;
    margin-bottom: 10px;
} 

/****************MENU*****************/
.navbar-brand {
	font-family: 'Nothing You Could Do', cursive;
	font-weight:normal;
}
h1 {
	font-family:'Aclonica', sans-serif;
	float:left;
	color: rgba(255,255,255,0.9);
	font-size:35px;
}
.navbar-brand h2 {
	margin-left:15px;
	color: rgba(255,255,255,0.9);
	font-size:18px;
}
.color_logo {
	color:#d56157;
}
.custom_navbar.navbar-default {
	background-color:#322e2f;
}
.custom_navbar.navbar-default .navbar-nav>li>a {
	color: rgba(255,255,255,0.9);
	font-weight: 300;
	font-size:18px;
}
.custom_navbar.navbar-default .navbar-nav>li>a:hover, .custom_navbar.navbar-default .navbar-nav>.active>a {
	color: #D56157;
	background-color:transparent;
}
.custom_navbar .navbar-header{
	margin-top:20px;
}
.custom_navbar.navbar{
	border-radius:0;
	min-height: auto;
    margin-bottom: 0;
    border:none;
}
.custom_navbar.navbar>.container .navbar-brand{
	margin-left:0;
}
.TheMap{
	background-color: #3e383a;
} 
.menu_fixed {
	width:100%;
	position:fixed;
	z-index:9999;
	-webkit-animation: 1s ease 0s normal forwards 1 bounceInDown;
	animation: 1s ease 0s normal forwards 1 bounceInDown;
	opacity:0.9;
}

/***********************big_image***********************/
.big_image {
	position:relative;
	background-image:url("../images/main-img.jpg");
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
	width:100%;
	height:70vh;
}
.triangle{
    height: 0;
    border-top: 0 solid transparent;
    border-bottom: 100px solid transparent;
    border-left: 0 solid #322e2f;
    position: absolute;
    left: 0;
	top: -1px;

}

/***********************about_section***********************/
.about1 {
	background-color:#606465;
}
.about_text p {
	font-weight: 300;
}
.about_text h3 {
	font-size:25px;
	margin-top: 20px;
    margin-bottom: 10px;
}
.about1 .container, .about2 .container{
	margin-top:120px;
}
.about_text {
	padding:30px;
}
.about_icons li {
	display:inline-block;
	font-size:16px;
	width:7.5%;
	cursor:pointer;
	text-align:center;
}
.about_icons li a {
	font-size:20px;
}
.about_icons{
	margin-top:25px;
}
.about1 li:hover , .about2 li:hover {
	background: #ab977f;
	color: rgba(255,255,255,0.9);
	border-radius: 6px;
}
.about2 {
	background-color:#ab977f;
}
.about2 li:hover{
	background:#606465;
}
.about1 a:hover, .about2 a:hover {
	color: rgba(255,255,255,0.9);
}
.about1 a , .about2 a {
}

/**************PARALLAX*******************/
.first_parallax, .second_parallax, .third_parallax, .last_parallax  {
	background-image:url("../images/1.jpg");
	background-attachment: fixed;	
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height:55vh;
	position:relative;
}
.second_parallax {
	background-image:url("../images/2.jpg");
}
.third_parallax{
	background-image:url("../images/3.jpg");
}
.last_parallax {
	background-image:url("../images/4.jpg");
}
.parallax_text {
	position:absolute;
	background-color:rgba(62,56,58,0.5);
	bottom:20px;
	right:30px;
	padding:10px 15px;
	border-radius:10px;
}
/**************PARALLAX_END*******************/


/***********************services***********************/

.services {
	background-color:#3e383a;
}
.services .row > div {
	margin-top:30px;
}
.services h4 {
	font-size:18px;
}
.services h3 {
	font-size:25px;
}
.services p {
	margin-top:20px;
}
.services > .container {
	margin-top:120px;
	margin-bottom:120px;
}
.services1 h4:before, .services2 h4:before, .services3 h4:before {
	content:"\f108";
	font-family: FontAwesome;
	margin-right: 7px;
}
.services2 h4:before {
	content:"\f002";
}
.services3 h4:before {
	content:"\f0a1";
}

/**************************GALLERY SECTION********************/
.portofolio {
	background-color:#3e383a;
}
.portofolio .container {
	padding-top:100px;
	padding-bottom:100px;
}
.portofolio_title {
	margin-bottom:50px;
}
.portofolio_title h3 {
	font-size: 25px;
}
.overlay_gallery {
	display:none;
	width:100%;
	color:#000;
	position: absolute;
	background-color:#fdfbfc; 
}
.overlay_text {
	padding:30px;
}
.portofolio .row {
	position:relative;
}
.portofolio .img-responsive{
	margin-left:auto;
	margin-right:auto;
}
.overlay_img {
	padding-bottom:50px;
	padding-top:50px;
}
.overlay_text h4 {
	font-size:25px;
	
}
.gallery_button {
	margin-top:30px;
}
.overlay_img img {
	width:70%;
}
.gallery_item {
	padding-bottom:15px;
	padding-left: 0;
}
.gallery img {
	width:100%;
}
.add:after {
    content: "";
    text-align: center;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #fdfbfc;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.closed {
	position: absolute;
    top: 15px;
    right: 35px;
    color: #000;
    font-size: 40px; 
	cursor:pointer
}


/**********************skills_section***********************/
.skills_section{
	background-color:#3e383a;
	padding-top:100px;
	padding-bottom:100px;
}
.skills_title h3 {
	font-size:25px;
}
.percent_style{
	background-color:#ecebec;
	border-radius:6px;
	border-color:#3e383a;
}
.percent_style:before{
	background-color:#d56157;
	width:80%;
	content:"";
	position: absolute;
    height: 100%;
    left: 0;
	border-radius: 4px;
}
.block2 .percent_style:before{
	background-color:#d0c5bf;
}
.block3 .percent_style:before{
	background-color:#322E2F;
}
.block4 .percent_style:first-child:before{
	background-color:#526483;
}
.block4 .percent_style:nth-child(2):before{
	background-color:#759dc7;
}
.block4 .percent_style:last-child:before{
	background-color:#90b755;
}
.block1 , .block2 , .block3, .block4 {
	margin-top:50px;
	margin-bottom:50px;
}
.block1 >div,.block2 >div,.block3 >div,.block4 >div {
	margin-top:20px;
}
.bar2:before{
	width:90%;
}
.bar3:before{
	width:70%;
}
.bar4:before{
	width:100%;
}
.bar5:before{
	width:90%;
}
.bar6:before{
	width:80%;
}
.bar7:before{
	width:86%;
}
.bar8:before{
	width:93%;
}
.bar9:before{
	width:77%;
}
.bar10:before{
	width:88%;
}
.bar11:before{
	width:92%;
}
.bar12:before{
	width:79%;
}
.skill_text{
	float:left;
	color:#fff;
	position: relative;
	text-transform:uppercase;
}
.skill_procent{
	float:right;
	color: rgba(0, 0, 0, 0.4);
	position: relative;
}

/*******************************education*************************/
.education{
	background-color:#3e383a;
	padding-top:100px;
	padding-bottom:100px;
}
.education .row {
	position:relative;
}
.informatio_education{
	position:relative;
}
.icon_before {
	position: absolute;
    top: 2px;
    left: 26px;
	bottom: 0;
    width: 8px;
    background-color: #E4E6DE;
}
.info_text {
	padding-left:100px;
	position:relative;
	padding-bottom: 50px;
}
.info_text a {
	position:absolute;
	left:0;
	top:0;
}
.info_text a:hover{
	color:rgba(255,255,255,0.9)
}
.info_text i {
    padding: 15px;
    background: #D56157;
    border-radius: 50%;
	border:8px solid #E4E6DE;
}
.education_title {
    margin-bottom: 50px;
    font-size: 25px;
}
.education_inner h4 {
    border-bottom: 1px solid rgba(0,0,0,0.1);
    font-size: 25px;
    margin-top: 0;
    margin-bottom: 20px;
}
.education_inner {
    background-color: #E4E6DE;
    color: #3e383a;
    border-radius: 6px;
    padding: 30px;
	position:relative;
}
.education_inner:before {
	width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #E4E6DE;
    content: "";
    position: absolute;
    left: -9px;
    top: 17px;
}
.years_info {
    text-align: right;
    margin-top: 9px;
    font-size: 20px;
}
#last_info{
	padding-bottom:0;
}


/***********************contact_section*****************/

.contact_section{
	background-color:#3e383a;
	padding-top:100px;
	padding-bottom:10px;
}
.contact_section h3{
	font-size:25px;
}
.contact_section h2{
	font-family:'Aclonica', sans-serif;
	font-size:20px;
}
.contact_section p {
	font-size:14px;
}
.contact_icons li {
    display: inline-block;
    background: rgba(255,255,255,0.9);
    border-radius: 50%;
    width: 40px;
    font-size: 20px;
    margin-left: 5px;
	margin-top:15px;
	cursor:pointer;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.contact_icons a {
	color: #3e383a;
}
.contact_icons li:hover{
	background-color: #d56157;
}
.contact_icons li:hover a {
	color:#fff;
}
.contact_footer{
	margin-top:50px;
}

/********************footer_section****************/
.footer_section {
    background-color: #eee;
    color: #3E383A;
    padding-top: 50px;
    padding-bottom: 50px;
    line-height: 1.6;
    font-size: 14px;
}
.footer_section .container .row>div {
	margin-top:30px;
}
.footer_section i{
	color:#d56157;
}


/******************PROCETN CIRCLE SECTION**********************/
.inner-content {
	margin-left: 40px;
}

.rect-auto, .c100.p51 .slice, .c100.p52 .slice, .c100.p53 .slice, .c100.p54 .slice, .c100.p55 .slice, .c100.p56 .slice, .c100.p57 .slice, .c100.p58 .slice, .c100.p59 .slice, .c100.p60 .slice, .c100.p61 .slice, .c100.p62 .slice, .c100.p63 .slice, .c100.p64 .slice, .c100.p65 .slice, .c100.p66 .slice, .c100.p67 .slice, .c100.p68 .slice, .c100.p69 .slice, .c100.p70 .slice, .c100.p71 .slice, .c100.p72 .slice, .c100.p73 .slice, .c100.p74 .slice, .c100.p75 .slice, .c100.p76 .slice, .c100.p77 .slice, .c100.p78 .slice, .c100.p79 .slice, .c100.p80 .slice, .c100.p81 .slice, .c100.p82 .slice, .c100.p83 .slice, .c100.p84 .slice, .c100.p85 .slice, .c100.p86 .slice, .c100.p87 .slice, .c100.p88 .slice, .c100.p89 .slice, .c100.p90 .slice, .c100.p91 .slice, .c100.p92 .slice, .c100.p93 .slice, .c100.p94 .slice, .c100.p95 .slice, .c100.p96 .slice, .c100.p97 .slice, .c100.p98 .slice, .c100.p99 .slice, .c100.p100 .slice {
    clip: rect(auto, auto, auto, auto);
}
.c100:after {
    position: absolute;
    top: 0.08em;
    left: 0.08em;
    display: block;
    content: " ";
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    width: 0.84em;
    height: 0.84em;
}
.c100 .slice {
    position: absolute;
    width: 1em;
    height: 1em;
    clip: rect(0em, 1em, 1em, 0.5em);
}

.c100.center {
    float: none;
    margin: 0 auto;
}

.c100 {
    position: relative;
    font-size: 150px;
    width: 1em;
    height: 1em;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    float: left;
    margin: 0 0.1em 0.1em 0;

}
.c100 > span {
    position: absolute;
    width: 100%;
    z-index: 1;
    left: -11px;
    top: -12px;
    width: 5em;
    line-height: 5em;
    font-size: 0.2em;
    color: #cccccc;
    display: block;
    text-align: center;
    white-space: nowrap;

}
.c100.p100 .bar {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}
.c100.p90 .bar {
    -webkit-transform: rotate(303deg);
    -moz-transform: rotate(303deg);
    -ms-transform: rotate(303deg);
    -o-transform: rotate(303deg);
    transform: rotate(303deg);
}
.c100.p80 .bar {
    -webkit-transform: rotate(288deg);
    -moz-transform: rotate(288deg);
    -ms-transform: rotate(288deg);
    -o-transform: rotate(288deg);
    transform: rotate(288deg);
}

.pie, .c100 .bar, .c100.p51 .fill, .c100.p52 .fill, .c100.p53 .fill, .c100.p54 .fill, .c100.p55 .fill, .c100.p56 .fill, .c100.p57 .fill, .c100.p58 .fill, .c100.p59 .fill, .c100.p60 .fill, .c100.p61 .fill, .c100.p62 .fill, .c100.p63 .fill, .c100.p64 .fill, .c100.p65 .fill, .c100.p66 .fill, .c100.p67 .fill, .c100.p68 .fill, .c100.p69 .fill, .c100.p70 .fill, .c100.p71 .fill, .c100.p72 .fill, .c100.p73 .fill, .c100.p74 .fill, .c100.p75 .fill, .c100.p76 .fill, .c100.p77 .fill, .c100.p78 .fill, .c100.p79 .fill, .c100.p80 .fill, .c100.p81 .fill, .c100.p82 .fill, .c100.p83 .fill, .c100.p84 .fill, .c100.p85 .fill, .c100.p86 .fill, .c100.p87 .fill, .c100.p88 .fill, .c100.p89 .fill, .c100.p90 .fill, .c100.p91 .fill, .c100.p92 .fill, .c100.p93 .fill, .c100.p94 .fill, .c100.p95 .fill, .c100.p96 .fill, .c100.p97 .fill, .c100.p98 .fill, .c100.p99 .fill, .c100.p100 .fill {
    position: absolute;
    border: 0.08em solid #307bbb;
    width: 0.84em;
    height: 0.84em;
    clip: rect(0em, 0.5em, 1em, 0em);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.pie, .c100 .bar, .c100.p51 .fill, .c100.p52 .fill, .c100.p53 .fill, .c100.p54 .fill, .c100.p55 .fill, .c100.p56 .fill, .c100.p57 .fill, .c100.p58 .fill, .c100.p59 .fill, .c100.p60 .fill, .c100.p61 .fill, .c100.p62 .fill, .c100.p63 .fill, .c100.p64 .fill, .c100.p65 .fill, .c100.p66 .fill, .c100.p67 .fill, .c100.p68 .fill, .c100.p69 .fill, .c100.p70 .fill, .c100.p71 .fill, .c100.p72 .fill, .c100.p73 .fill, .c100.p74 .fill, .c100.p75 .fill, .c100.p76 .fill, .c100.p77 .fill, .c100.p78 .fill, .c100.p79 .fill, .c100.p80 .fill, .c100.p81 .fill, .c100.p82 .fill, .c100.p83 .fill, .c100.p84 .fill, .c100.p85 .fill, .c100.p86 .fill, .c100.p87 .fill, .c100.p88 .fill, .c100.p89 .fill, .c100.p90 .fill, .c100.p91 .fill, .c100.p92 .fill, .c100.p93 .fill, .c100.p94 .fill, .c100.p95 .fill, .c100.p96 .fill, .c100.p97 .fill, .c100.p98 .fill, .c100.p99 .fill, .c100.p100 .fill{
	position: absolute;
    border: 0.08em solid rgb(208, 197, 191);
    width: 0.84em;
    height: 0.84em;
    clip: rect(0em, 0.5em, 1em, 0em);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
.pie-fill, .c100.p51 .bar:after, .c100.p51 .fill, .c100.p52 .bar:after, .c100.p52 .fill, .c100.p53 .bar:after, .c100.p53 .fill, .c100.p54 .bar:after, .c100.p54 .fill, .c100.p55 .bar:after, .c100.p55 .fill, .c100.p56 .bar:after, .c100.p56 .fill, .c100.p57 .bar:after, .c100.p57 .fill, .c100.p58 .bar:after, .c100.p58 .fill, .c100.p59 .bar:after, .c100.p59 .fill, .c100.p60 .bar:after, .c100.p60 .fill, .c100.p61 .bar:after, .c100.p61 .fill, .c100.p62 .bar:after, .c100.p62 .fill, .c100.p63 .bar:after, .c100.p63 .fill, .c100.p64 .bar:after, .c100.p64 .fill, .c100.p65 .bar:after, .c100.p65 .fill, .c100.p66 .bar:after, .c100.p66 .fill, .c100.p67 .bar:after, .c100.p67 .fill, .c100.p68 .bar:after, .c100.p68 .fill, .c100.p69 .bar:after, .c100.p69 .fill, .c100.p70 .bar:after, .c100.p70 .fill, .c100.p71 .bar:after, .c100.p71 .fill, .c100.p72 .bar:after, .c100.p72 .fill, .c100.p73 .bar:after, .c100.p73 .fill, .c100.p74 .bar:after, .c100.p74 .fill, .c100.p75 .bar:after, .c100.p75 .fill, .c100.p76 .bar:after, .c100.p76 .fill, .c100.p77 .bar:after, .c100.p77 .fill, .c100.p78 .bar:after, .c100.p78 .fill, .c100.p79 .bar:after, .c100.p79 .fill, .c100.p80 .bar:after, .c100.p80 .fill, .c100.p81 .bar:after, .c100.p81 .fill, .c100.p82 .bar:after, .c100.p82 .fill, .c100.p83 .bar:after, .c100.p83 .fill, .c100.p84 .bar:after, .c100.p84 .fill, .c100.p85 .bar:after, .c100.p85 .fill, .c100.p86 .bar:after, .c100.p86 .fill, .c100.p87 .bar:after, .c100.p87 .fill, .c100.p88 .bar:after, .c100.p88 .fill, .c100.p89 .bar:after, .c100.p89 .fill, .c100.p90 .bar:after, .c100.p90 .fill, .c100.p91 .bar:after, .c100.p91 .fill, .c100.p92 .bar:after, .c100.p92 .fill, .c100.p93 .bar:after, .c100.p93 .fill, .c100.p94 .bar:after, .c100.p94 .fill, .c100.p95 .bar:after, .c100.p95 .fill, .c100.p96 .bar:after, .c100.p96 .fill, .c100.p97 .bar:after, .c100.p97 .fill, .c100.p98 .bar:after, .c100.p98 .fill, .c100.p99 .bar:after, .c100.p99 .fill, .c100.p100 .bar:after, .c100.p100 .fill {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
/******************PROCETN CIRCLE SECTION END**********************/


/***********************RESPONSIVE***********************/

@media screen and (max-width: 991px) {

	.about_text {
		text-align:center;
	}
}
@media screen and (max-width: 767px){
	.navbar-brand h2{
		display:none;
	}
	h1{
		float:none;
	}
	.custom_navbar .navbar-toggle{
		float:none;
		margin-right: 0;
		background-color: #F8F8F8;
	}
	.custom_navbar .navbar-brand{
		float:none;
	}
	.navbar-header > div:first-child {
		text-align:center;
	}
	.custom_navbar.navbar-default .navbar-collapse{
		border-color: #322e2f;
	}
	.triangle {
		display:none;	
	}
	.overlay_img {
		display:none;
	}
	.overlay_text h4 {
		font-size:20px
	}
	.overlay_text p {
		font-size:14px;
	}
	.gallery img {
		width:auto;
	}
	.education_inner:before {
		border-left: 15px solid transparent;
		border-right: 15px solid transparent;
		border-bottom: 15px solid #E4E6DE;
		border-top:none;
		left: 41px;
		top: -9px;
	}
	.education_inner h4{
		font-size:18px;
	}
	.education_inner p {
		font-size:14px;
	}
	.years_info {
		text-align: left;
		margin-top: 9px;
	}
	.info_text a {
	    top: -70px;
		right: 10px;
		left: auto;
	}
	.icon_before{
		display:none;
	}
	.info_text{
		padding-left:0;
		padding-bottom:70px;
	}
	.footer_section{
		text-align:center;
	}
	.custom_navbar .navbar-header {
		margin-top:0;
	}
	.navbar-brand{
		line-height:10px;
	}
	.navbar-toggle {
		margin-top: 0;
		margin-bottom: 22px;
	}
}
@media screen and (max-width: 500px){
	.about_icons li {
		width:15%;
	}
}

         @-webkit-keyframes bounceInDown {
            0% {
               opacity: 0;
               -webkit-transform: translateY(-2000px);
            }
            60% {
               opacity: 1;
               -webkit-transform: translateY(10px);
            }
            80% {
               -webkit-transform: translateY(-10px);
            }
            100% { 
               -webkit-transform: translateY(0);
            }
         }
         
         @keyframes bounceInDown {
            0% {
               opacity: 0;
               transform: translateY(-2000px);
            }
            60% {
               opacity: 1;
               transform: translateY(10px);
            }
            80% {
               transform: translateY(-10px);
            }
            100% {
               transform: translateY(0);
            }
         }
         













