body {
  background: #B6AEA4;
  color: #fff; }

.navbar {
  border-bottom: #F15E4C 2px solid;
  opacity: 0.8; }

#home-section {
  background: url("../img/home.JPG") no-repeat;
  min-height: 700px;
  background-size: cover;
  background-position: center;
  background-attachment: fixed; }
  #home-section .dark-lay {
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 700px; }
  #home-section .home-inner {
    padding-top: 75px; }
  #home-section .opacityko {
    opacity: 0.8; }
  #home-section .home-content > h1 {
    padding-top: 80px;
    font-size: 55px; }

#about-section {
  color: #000; }
  #about-section .sg-aboutimg {
    padding-top: 80px; }

#creation-section {
  color: #000; }
  #creation-section .fa {
    font-size: 30px; }

#skill-section {
  color: #000; }
  #skill-section .fa {
    color: #000;
    background: #666;
    padding: 4px;
    border-radius: 4px;
    font-size: 30px; }

.btn-moreko > a:hover {
  color: #fff; }

.cotation {
  font-size: 40px;
  font-family: "Pristina", Times, serif; }

@media only screen and (max-width: 500px) {
  .cotation {
    font-size: 30px; }
  .sg-aboutimg {
    padding-top: 20px; } }

#all-article {
  color: #000;
  padding-top: 60px;
  padding-bottom: 5px; }

#contact-section {
  color: #000; }
  #contact-section ul li {
    list-style: none; }
  #contact-section ul li a {
    width: 50px;
    height: 50px;
    background: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 30px;
    margin: 0 8px;
    display: block;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    border: 3px solid #fff; }
  #contact-section ul li a .fa {
    position: relative;
    color: #262626;
    transition: .5s;
    z-index: 2; }
  #contact-section ul li a:hover .fa {
    color: #fff;
    transform: rotateY(360deg); }
  #contact-section ul li a:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f00;
    transition: .5s;
    z-index: 2; }
  #contact-section ul li a:hover:before {
    top: 0; }
  #contact-section ul li:nth-child(1) a:before {
    background: #3B5998; }
  #contact-section ul li:nth-child(2) a:before {
    background: #dd4b39; }
  #contact-section ul li:nth-child(3) a:before {
    background: #55acee; }
  #contact-section ul li:nth-child(4) a:before {
    background: #0077B5; }
  #contact-section ul li:nth-child(5) a:before {
    background: #00AFF0; }

.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative; }

.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 50%;
  margin-left: -1.5px; }

.timeline > li {
  margin-bottom: 20px;
  position: relative; }

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table; }

.timeline > li:after {
  clear: both; }

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table; }

.timeline > li:after {
  clear: both; }

.timeline > li > .timeline-panel {
  background: #a8b6b77a;
  width: 46%;
  float: left;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 20px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175); }

.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " "; }

.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " "; }

.timeline > li > .timeline-badge {
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 50%;
  margin-left: -25px;
  background-color: #999999;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%; }

.timeline > li.timeline-inverted > .timeline-panel {
  float: right; }

.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto; }

.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto; }

.timeline-badge.primary {
  background-color: #2e6da4 !important; }

.timeline-badge.success {
  background-color: #3f903f !important; }

.timeline-badge.warning {
  background-color: #f0ad4e !important; }

.timeline-badge.danger {
  background-color: #d9534f !important; }

.timeline-badge.info {
  background-color: #5bc0de !important; }

.timeline-title {
  margin-top: 0;
  color: inherit; }

.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0; }

.timeline-body > p + p {
  margin-top: 5px; }
