@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,300,700);
@import url("https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700&display=swap");
:root {
  --blue: #c9972e;
  --ocean: #40a8c4;
  --sky: #c9972e;
  --yellow: #ffc93c;
}
body {
	color: #666;
  font-size: 1.2em;
  /* font-family: "Rajdhani", sans-serif; */
	font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
h2, h3, h4 {
  font-family: "Rajdhani", sans-serif;
}
a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
  text-decoration: none;
}
.f-right {
  float: right;
}
.navbar-brand img {
  max-width: 18%;
}
a.navbar-brand span {
  text-decoration: none;
  background-color: transparent;
  font-weight: 600;
  color: #c9972e;
}
a.navbar-brand:hover span, a.navbar-brand:focus span {
  text-decoration: none;
  color: #ffc93c;
}
.section-title h2 {
  color: #c9972e;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.3;
}
.section-title2 h2 {
  color: #666666;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.3;
}
.single-post {
  background: #fff;
}
.single-post .navigation-top {
  padding-top: 15px;
  border-top: 1px solid #f0e9ff;
  background: #fff;
}
.single-post .navigation-top .social-icons li {
  display: inline-block;
  /* margin-right: 15px; */
}
.single-generating:hover {
  box-shadow: 0px 10px 30px 0px rgba(133, 66, 189, 0.1);
}
.single-article .article-img {
  overflow: hidden;
  border-radius: 10px;
  max-height: 196px;
  margin-bottom: 1em;
}
.single-article .article-img img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 40px;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  object-fit: cover;
  /* transform: rotate(1deg) scale(1); */
}
.single-article:hover .article-img img {
  transform: rotate(1deg) scale(1.1);
}
.single-article .article-caption h4 {
  color: #666666;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 26px;
  padding-right: 27px;
}
.single-article .article-caption h4 a {
  color: #c9972e;
}
.single-article .article-caption h4 a:hover {
  color: #40a8c4;
}
.single-article .article-caption span {
  color: #c9972e;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 27px;
  display: block;
  padding-left: 65px;
  position: relative;
}
.single-article .article-caption span::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 3px;
  background: #40a8c4;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.single-article .article-caption p {
  font-weight: 700;
  font-size: 1rem;
  color: #666666;
}
.vasa-articles .single-article .article-caption h4 {
  min-height: 101px;
}
@media only screen and (max-device-width: 576px) {
  .section-title h2 {
    font-size: 30px;
  }
  .single-generating {
    padding: 20px 8px 20px;
  }
  .navbar-brand {
    max-width: 100px;
  }
  .navbar-brand img {
    max-width: 35%;
  }
  a.navbar-brand span {
    font-size: 0.8em;
  }
}

/* Header */
header .navbar {
  background: #fff;
  padding: 0;
}
header .navbar-brand {
  padding: 0;
}
header nav ul li a {
	font-size: 0.82em;
	font-weight: 700;
	text-transform: uppercase;
	display: inline-block;
	margin-left: 15px;
  margin-right: 15px;
  margin-top: 10px;
	color: #c9972e;
}
header nav .nav-item:hover, header nav .nav-item.active {
  background-color: #ffc93c;
}
header nav .nav-link:hover, header nav .nav-link.active {
	color: #fff;
}
header .toggler-icon {
  color: #c9972e;
  font-size: 28px;
}

/* Pages Header */
.pages-header .header-container {
  padding: 0;
  position: relative;
}
.pages-header .header-caption {
  padding: 2em;
}
.pages-header .caption-title {
  font-weight: 700;
  color: #c9972e;
  text-align: center;
}
@media (max-width: 576px) {
  .pages-header {
    padding-top: 40px;
  }
}

/* Main Slider */
.main-slider {
  padding-top: 60px;
}
.slider-wrapper {
  padding: 0;
  position: relative;
}
.arrow-slick {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 18px;
  color: white;
  position: absolute;
  background-color: black;
  opacity: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  z-index: 1;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.slider-wrapper:hover .arrow-slick {
  opacity: 0.5;
}
.arrow-slick:hover {
  background-color: #ffc93c;
}
.next-slick {
  right: 50px;
  left: auto;
}
.prev-slick {
  left: 50px;
  right: auto;
}
@media (max-width: 576px) {
  .main-slider {
    padding-top: 40px;
  }
  .next-slick {
    right: 15px;
  }
  .prev-slick {
    left: 15px;
  }
  .arrow-slick {
    opacity: 0.5;
    background-color: #ffc93c;
    width: 20px;
    height: 20px;
  }
  .clients-wrapper {
    width: 80%;
  }
}

/* Why Us */
.why-us {
  background: #f8f8f8;
  padding-top: 3em;
  padding-bottom: 3em;
}
.why-us .single-generating {
  /* border: 2px solid #f2f2f2;
  background: #fff; */
  /* padding: 36px 54px 25px 56px; */
  padding: 1em;
  border-radius: 10px;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.why-us .generating-icon span {
  color: #c9972e;
  font-size: 60px;
}
.why-us h4 {
  color: #c9972e;
  margin-top: 0px;
  font-style: normal;
  font-weight: 700;
  text-transform: normal;
  font-size: 1.2em;
}
.why-us p {
  color: #666;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 15px;
  font-weight: normal;
}

/* Contact Form */
.contact-form {
  background: #f8f8f8; padding: 3em 0;
}
.contact-list .contact-phone {
  margin: 1em 0;
  font-weight: 700;
}
.contact-list .contact-description {
  min-height: 87px;
}

/* Our Clients */
.our-clients {
  background: #f8f8f8;
  padding-top: 3em;
  padding-bottom: 3em;
}
.our-clients .clients-wrapper .client-item {
  padding: 10px 5px;
}
.our-clients .clients-wrapper .client-item img {
  border-radius: 10px;
}

/* Demo Area */
.demo-form h4 {
  margin: 3em 1em;
  text-align: justify;
  font-weight: 800;
}
.demo-form .form-label, .contact-form .label-form {
  text-align: right;
  font-weight: 700;
  font-size: 1.2em;
}
@media (max-width: 576px) {
  .demo-form h4, .demo-form .form-label, .contact-form .label-form{
    font-size: 100%;
  }
  .demo-form .form-label, .contact-form .label-form {
    text-align: left;
  }
}
.demo-area {
  padding-top: 3em;
  padding-bottom: 3em;
}
.have-demo {
  padding: 64px 69px 54px 78px;
  background-repeat: no-repeat;
  border-radius: 10px;
  position: relative;
}
.have-demo::before {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  content: "";
  border-radius: 10px;
  opacity: 0.95;
}
.have-demo::before {
  /* background-image: -moz-linear-gradient(0deg, #ff5c98 0%, #7b40c0 100%);
  background-image: -webkit-linear-gradient(0deg, #ff5c98 0%, #7b40c0 100%);
  background-image: -ms-linear-gradient(0deg, #ff5c98 0%, #7b40c0 100%); */


  /*background: rgb(7,104,159);
  background: linear-gradient(90deg, rgba(7,104,159,1) 0%, rgba(64,168,196,1) 35%, rgba(255,201,60,1) 100%);*/

  background: rgb(204,153,0);
  background: linear-gradient(90deg, rgba(7,104,159,1) 0%, rgba(64,168,196,1) 20%, rgba(204,153,0,1) 85%);
}
.have-demo .btn {
  background: #ffc93c;
  -moz-user-select: none;
  text-transform: capitalize;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 0;
  margin-bottom: 0;
  padding: 30px 44px;
  border-radius: 5px;
  min-width: 200px;
  cursor: pointer;
  transition: color .4s linear;
  position: relative;
  z-index: 1;
  border: 0;
  overflow: hidden;
  margin: 0;
}
.have-demo .btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffc93c;
  z-index: 1;
  border-radius: 5px;
  transition: transform 0.5s;
  transition-timing-function: ease;
  transform-origin: 0 0;
  transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
  transform: scaleX(0);
}
.have-demo .btn-ans {
  background: #fff;
  position: relative;
  color: #666666;
  font-weight: 700;
}
.have-demo .btn-ans::before {
  background: #ffc93c;
  color: #c9972e;
}
.have-demo .btn-ans:hover::before {
  transform: scaleX(1);
  color: #fff !important;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .have-demo {
    padding: 42px 69px 36px 57px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .have-demo {
    padding: 42px 19px 36px 40px;
  }
}
@media (max-width: 767px) {
  .have-demo {
    padding: 42px 19px 36px 40px;
  }
}
.have-demo .wantToWork-caption h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 13px;
}
.have-demo .wantToWork-btn a {
  font-size: 0.8em;
  font-weight: 700;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .have-demo .wantToWork-caption h2 {
    padding-right: 20px;
    margin-bottom: 18px;
  }
}
@media (max-width: 767px) {
  .have-demo .wantToWork-caption h2 {
    margin-bottom: 18px;
    font-size: 31px;
  }
}
.have-demo .wantToWork-caption p {
  color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .have-demo .wantToWork-caption p {
    padding-right: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .have-demo .wantToWork-caption p {
    padding-right: 20px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .have-demo .wantToWork-caption p {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .have-demo .wantToWork-caption p {
    margin-bottom: 30px;
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .have-demo .wantToWork-btn {
    float: left;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .have-demo .wantToWork-btn {
    float: left;
  }
}
@media (max-width: 767px) {
  .have-demo .wantToWork-btn {
    float: left;
  }
}

/* Footer */
.footer-top {
  padding: 60px 0; background: #efefef; text-align: left; color: #666;
}
.footer-top h3 {
  padding-bottom: 10px; color: #666; font-weight: 700;
}
.footer-about img.logo-footer {
  max-width: 87px; margin-top: 0; margin-bottom: 18px;
}
@media only screen and (max-device-width: 576px) {
  .footer-about img.logo-footer {
    display: block;
    margin: auto;
  }
}
.footer-about p a {
  color: #fff; border-bottom: 1px dashed #c9972e;
}
.footer-about p a:hover, .footer-about p a:focus {
  color: #fff; border-color: #c9972e;
}
.footer-contact p {
  word-wrap: break-word;
}
.footer-contact i {
  padding-right: 10px; font-size: 18px; color: #c9972e;
}
.footer-contact p a {
  color: #666; border-bottom: 1px dashed #c9972e;
}
.footer-contact p a:hover, .footer-contact p a:focus {
  color: #ffc93c; border-color: #c9972e;
}
.footer-social a {
  display: inline-block; margin-right: 10px; margin-bottom: 8px; color: #c9972e; border: 0;
}
.footer-social a:hover, .footer-social a:focus {
  color: #ffc93c; border: 0;
}
.footer-social i {
  font-size: 24px; vertical-align: middle;
}
.footer-bottom {
  padding: 15px 0; background: #cccccc; text-align: center; color: #666;
}
.footer-copyright p {
  margin: 0; padding: 0.5rem 0; font-weight: 700;
}
.footer-copyright a {
  color: #fff; border: 0; font-weight: 700;
}
.footer-copyright a:hover, .footer-copyright a:focus {
  color: #c9972e; border: 0;
}
footer .navbar {
  padding: 0; background: transparent; backface-visibility: hidden;
}

/* Blog List */
.news-area {
  background: #f8f8f8;
  padding-top: 3em;
  padding-bottom: 3em;
}
.news-left .news-details p {
  min-height: 87px;
}
.news-left .news-details .title-h2 {
  min-height: 73px;
}
.news-item {
  margin-bottom: 50px;
}
.news-details {
  padding: 30px 0 20px 10px;
  box-shadow: 0px 10px 20px 0px rgba(221, 221, 221, 0.3);
}

@media (min-width: 768px) {
  .news-details {
    padding: 60px 30px 35px 35px;
  }
  /* .news-left .news-details p {
    min-height: 37px;
  }
  .news-left .news-details .title-h2 {
    min-height: 33px;
  } */
}
.news-details p {
  margin-bottom: 30px;
}
.news-details .btn-read-more {
  text-decoration: none;
  background: transparent;
}
.news-details a {
  color: #c9972e;
}
.news-details a:hover {
  color: #ffc93c;
}
.news-details h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .news-details h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
.news-item-img {
  position: relative;
}
.news-item-img .img-box {
  max-height: 303px;
  overflow: hidden;
}
.news-item-img img {
  border-radius: 10px;
}
.news-item-img .news-item-date {
  position: absolute;
  bottom: -10px;
  left: 10px;
  display: block;
  color: #fff;
  background-color: #ffc93c;
  padding: 8px 15px;
  border-radius: 5px;
}
.news-item-img .news-item-date:hover {
  background-color: #c9972e;
}
@media (min-width: 768px) {
  .news-item-img .news-item-date {
    bottom: -20px;
    left: 40px;
    padding: 13px 30px;
  }
}
.news-item-img .news-item-date h3 {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .news-item-img .news-item-date h3 {
    font-size: 30px;
  }
}
.news-item-img .news-item-date p {
  font-size: 18px;
  margin-bottom: 0;
  color: #fff;
}
@media (min-width: 768px) {
  .news-item-img .news-item-date p {
    font-size: 18px;
  }
}

/* Blog Single & Product Single*/
.single-post .news-details, .single-post .product-details {
  box-shadow: none;
  padding: 0;
  /* margin: 0 10px; */
}
.single-post .news-details .post-title, 
.single-post .product-details .post-title,
.single-post .service-details .post-title,
.single-post .career-details .post-title {
  font-size: 2rem;
  font-weight: 700;
  color: #c9972e;
  text-align: center;
  margin: 10px 30px;
}
.single-post .news-details .post-title {
  text-align: left;
}
.single-post .news-details .post-content,
.single-post .product-details .post-content,
.single-post .service-details .post-content,
.single-post .career-details .post-content {
  margin: 10px 30px;
  text-align: justify;
}
.single-post .navigation-top {
  margin: 5px 30px;
}
.single-post .navigation-top p {
  margin-bottom: 0;
}
.single-post .navigation-top .social-icons li {
  display: inline-block;
  /* margin-right: 15px; */
}
.single-post .navigation-top .social-icons li:last-child {
  margin: 0;
}
.single-post .navigation-top .social-icons li i,
.single-post .navigation-top .social-icons li span,
.single-post .navigation-top .details h4 {
  font-size: 25px;
  color: #c9972e;
}
.single-post .navigation-top .back-btn span,
.single-post .navigation-top .back-btn i {
  color: #c9972e;
}
.single-post .navigation-top .social-icons li i:hover,
.single-post .navigation-top .social-icons li span:hover,
.single-post .navigation-top .details h4:hover {
  color: #ffc93c;
}

.product-detail .single-post .feature-img .img-box {
  border-radius: 0.25em;
  border: 1px solid rgba(0,0,0,.125);
  margin-bottom: 2em;
}
.product-detail .single-post .video-container {
  padding: 0 30px;
}
.service-detail .single-post .feature-img {
  /* margin: 40px; */
}

.product-list .img-box {
  overflow: hidden;
  max-height: 261.5px;
}
.product-list h4 {
  font-weight: 700;
  min-height: 58px;
}
.product-list p {
  min-height: 58px;
}
.product-list .btn-selengkapnya,
.news-area .btn-selengkapnya {
  font-size: 0.8em;
  font-weight: 700;
}

/* About Page */
.team-area {
  background: #f8f8f8;
  padding-top: 3em;
  padding-bottom: 3em;
}
.vision-area, .history-area, .team-area {
  padding-top: 3em;
  padding-bottom: 3em;
}
.team-area h3, .vision-area h3, .history-area h3 {
  font-weight: 700;
}
.history-area p, .team-area p {
  margin: 10px;
  text-align: justify;
  font-size: 1.5em;
  line-height: 1.5;
}
@media only screen and (max-device-width: 576px) {
  .history-area p, .team-area p {
    font-size: 1em;
  }
}
.social-link {
  width: 30px;
  height: 30px;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  border-radius: 50%;
  transition: all 0.3s;
  font-size: 0.9rem;
}
.social-link:hover,
.social-link:focus {
  background: #ddd;
  text-decoration: none;
  color: #555;
}
.vision-area .list-group li {
  font-size: 1.2em;
  font-weight: 600;
}
.vision-area .list-group li small {
  font-size: 1em;
  font-weight: 500;
}

/* Services Area */
.service-area .service-label {
  font-size: 1.5em;
  font-weight: 700;
}
.service-area .card {
  max-height: 196px;
  overflow: hidden;
}
.service-area .service-list-col {
  padding: 3px 3px;
}

/* Career */
.career-box .narrative {
  margin-right: 1em;
  margin-left: 1em;
  margin-top: 1em;
}
.career-box .cta, .career-box .share {
  margin-left: 1em;
  margin-right: 1em;
}
.career-box .cta span {
  font-size: 0.8em;
}
.career-box .cta h4 {
  font-size: 0.8em;
}
.career-box .share .social-icons {
  display: flex;
  margin: auto;
}
.career-box .share .social-icons ul {
  text-align: center;
}
.career-box .share .social-icons li {
  display: inline-block;
  margin-right: 1em;
  font-size: 2em;
}
.career-box .share .social-icons li i {
  color: #c9972e;
}
.career-box .next-job h4 {
  color: #c9972e;
}
.career-box .back-to-list a {
  color: #c9972e;
}

/* About */
.nav-about .nav-pills .nav-link.active {
  color: #fff;
  background-color: #c9972e;
}
.nav-about .nav-pills .nav-link {
  color: #c9972e;
}