/*
  Theme Name: Imperial
  Theme URL: https://bootstrapmade.com/imperial-free-onepage-bootstrap-template/
  Author: BootstrapMade
  Author URL: https://bootstrapmade.com
*/
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background: #fff;
  color: #666666;
  font-family: "Barlow", sans-serif;
}

a {
  color: #1A2860;
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  color: #1A2860;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
  text-align: justify;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

.white {
  color: #fff!important;
}

.flex {
  display: flex!important;
}

.block-to-flex {
  display: block!important;
}

.flex-to-block {
  display: flex!important;
}

.col-xs-flex-to-block {
  display: flex;
}

.align-items-center {
  align-items: center!important;
}

.text-align-center {
  text-align: center!important;
}

.text-align-left {
  text-align: left!important;
}

.text-align-left-to-center {
  text-align: left!important;
}

.m-0 {
  margin: 0!important;
}

.mt-0 {
  margin-top: 0!important;
}

.ml-5 {
  margin-left: 5px!important;
}

.mb-0 {
  margin-bottom: 0px!important;
}

.mb-10 {
  margin-bottom: 10px!important;
}

.mb-20 {
  margin-bottom: 20px!important;
}

.mb-40 {
  margin-bottom: 40px!important;
}

.pt-40 {
  padding-top: 40px!important;
}

.pb-0 {
  padding-bottom: 0!important;
}

.pb-40 {
  padding-bottom: 40px!important;
}

section#portfolio div.container div.row div.client-type {
  /* max-height: 90px; */
  overflow: hidden;
}

#portfolio div .actions a{
  width : 145px;
  text-align: center;
  font-family: "Barlow", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: block;
  padding: 8px 0;
  border-radius: 7px;
  transition: 0.5s;
  margin: 40px auto 10px;
}

#articles {
  background: #f6f6f6;
}

#articles div .actions a {
  width : 145px;
  text-align: center;
  font-family: "Barlow", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: block;
  padding: 8px 20px;
  border-radius: 7px;
  transition: 0.5s;
  margin: 40px auto 10px;
  background: #ec4e1f;
  border: 2px solid #ec4e1f;
  color: #fff;
}

#portfolio div .actions a {
  background: #ec4e1f;
  border: 2px solid #ec4e1f;
  color: #fff;
}

#articles div .actions a:hover {
  background: #fff;
  border: 2px solid #ec4e1f;
  color: #ec4e1f;
}

#portfolio div .actions a:hover {
  background: #fff;
  border: 2px solid #ec4e1f;
  color: #ec4e1f;
}

/* Prelaoder */
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url("../img/preloader.svg") no-repeat center center;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  padding: 6px 12px 9px 12px;
  font-size: 16px;
  border-radius: 2px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
}

.back-to-top:focus {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #01A860;
  color: #fff;
}

/*--------------------------------------------------------------
# All Content Section
--------------------------------------------------------------*/

#testimonials, #about, #services, #portfolio, #articles, #team {
  padding-top: 60px!important;
  padding-bottom: 60px!important
}

/*--------------------------------------------------------------
# Welcome
--------------------------------------------------------------*/
#hero {
  display: table;
  width: 100%;
  height: 100vh;
  background: url(../img/header_wayang_2.jpg) top;
  background-size: cover;
  cursor: default;
  background-position: -15%;
}

#hero .hero-container {
  display: table-cell;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

#hero .hero-logo {
  position: absolute;
  top: 45px;
  left: 45px;
}

#hero .hero-logo img {
  max-width: 110px;
}

.intro-desc {
  width: fit-content;
  padding-right: 5%;
  position: absolute;
  right: 0;
  align-self: center;
}

#hero h1 {
  font-weight: 600;
  line-height: 85px;
  letter-spacing: 2px;
  color: #fff;
  font-size: 8.5rem;
}

#hero h1 span {
  font-size: 5rem;
  line-height: 48px;
  font-weight: 500;
}

#hero h2 {
  color: #999;
}

#hero .rotating > .animated {
  display: inline-block;
}

#hero .actions {
  position: absolute;
  right: 60px;
  bottom: 50px;
}

#hero .actions a {
  width: fit-content;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 5px 25px;
  border-radius: 15px;
  transition: 0.5s;
  margin: 10px;
}

#hero .btn-get-started {
  background: #01A860;
  border: 2px solid #01A860;
  color: #fff;
}

#hero .btn-get-started:hover {
  background: none;
  border: 2px solid #01A860;
  color: #fff;
}

#hero .btn-services {
  border: 2px solid #01A860;
  color: #fff;
}

#hero .btn-services:hover {
  background: #01A860;
  border: 2px solid #01A860;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #1A2860;
  padding: 20px 0;
  height: 90px;
}

#header #logo {
  float: left;
}

#header #logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 6px 0;
  line-height: 1;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header #logo h1 a, #header #logo h1 a:hover {
  color: #fff;
}

#header #logo img {
  padding: 0;
  margin: 0;
  max-height: 50px;
}

.is-sticky #header {
  background: rgb(26, 40, 96, 0.9);
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */
.container .header-container {
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

#nav-menu-container {
  float: right;
  margin: 5px 0;
}

/* Nav Meu Styling */
.nav-menu a {
  padding: 10px 15px;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-size: 14px;
  outline: none;
}

.nav-menu a:hover, .nav-menu li:hover > a, .nav-menu .menu-active > a {
  color: #01A860;
}

.nav-menu ul {
  margin: 4px 0 0 15px;
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.08);
}

.nav-menu ul li {
  background: #fff;
  border-top: 1px solid #f4f4f4;
}

.nav-menu ul li:first-child {
  border-top: 0;
}

.nav-menu ul li:hover {
  background: #f6f6f6;
}

.nav-menu ul li a {
  color: #333;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 8px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
}

#mobile-nav-toggle i {
  color: #fff;
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(0, 0, 0, 0.9);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #03C4EB;
}

#mobile-nav ul .menu-item-active {
  color: #03C4EB;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

/* Sections Common
--------------------------------*/
.section-title {
  font-size: 3.5rem;
  color: #1A2860;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  position: relative;
}

.p-break span{
  display: block;
}

.section-description {
  font-family: 'Open Sans', 'sans-serif';
  text-align: justify;
  line-height: 24px;
  margin: 0 2.5% 15px 2.5%;
}

.section-title-divider {
  width: 55px;
  height: 5px;
  background: #01A860;
  margin: 0 auto;
  margin-bottom: 40px!important;
}

/* Get Started Section
--------------------------------*/
#about {
  background: #fff;
  padding: 0;
  height: 100vh;
  align-items: center;
  display: flex;
}

div.about-img h3.section-title {
  font-size: 7.5rem;
  margin-bottom: 5px;
  position: relative;
  z-index: 10;
}

#about .about-img img {
  overflow: hidden;
  height: 380px;
  margin-top: -20px;
  z-index: 0;
  position: relative;
}

#about .about-content {
  background: #fff;
}

#about .about-title {
  color: #1A2860;
  font-family: 'Poppins', 'Barlow', 'sans-serif';
  font-weight: bold;
  font-size: 20px;
  width: 95%;
  margin: 0 2.5% 15px 2.5%;
  text-align: center;
}

.section-title-divider-about-us {
  width: 350px;
  height: 7px;
  margin: 0 auto!important;
  position: relative;
  z-index: 10;
  background: #01A860;
}

#about .about-text {
  font-family: 'Poppins', 'Barlow', 'sans-serif';
  font-size: 13px;
  line-height: 23px;
  margin-bottom: 15px;
  width: 95%;
  margin: 0 2.5% 15px 2.5%;
}

#about .about-text:last-child {
  margin-bottom: 0;
}

/* Services Section
--------------------------------*/
#services {
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url("../img/services-bg-2.jpg") fixed center center;
  background-size: cover;
  padding: 80px 0 60px 0;
}

div.intro-services h3.section-title {
  font-size: 4rem;
}

#services .service-item {
  margin-bottom: 20px;
}

.slick-slide {
  outline: none!important;
}

.service-icon {
  width: 20%;
  float: left;
  margin-right: 2%;
}

.service-icon img {
  width: 90%;
}

.service-desc {
  width: 70%;
  float: left;
}

.service-title {
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: #1A2860;
}

#services .service-title a {
  color: #111;
}

div.intro-services div.slicker-container span.c-arrow {
  color: transparent;
}

#services .service-description {
  width: 70%;
  margin-left: 80px;
  line-height: 24px;
}

.slick-dots li button:before {
  width: 15px;
  height: 15px;
  content: ''!important;
  opacity: 1;
  color: transparent;
  background: transparent;
  border: 2px solid #1A2860;
  border-radius: 100px;
}

.slick-dots li.slick-active button:before {
  background : #1A2860;
  opacity: 1;
}

/* Subscribe Section
--------------------------------*/
#subscribe {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/jakarta_landscape.jpg) fixed center center;
  background-size: cover;
  padding: 30px 0;
}

#subscribe .subscribe-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 5px;
}

#subscribe .subscribe-text {
  color: #fff;
}

#subscribe .subscribe-btn-container {
  text-align: right;
}

#subscribe .subscribe-btn {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 50px;
  border-radius: 2px;
  transition: 0.5s;
  border: 2px solid #fff;
  color: #fff;
}

#subscribe .subscribe-btn:hover {
  background: #01A860;
  border: 2px solid #01A860;
}

/* Portfolio Section
--------------------------------*/
#portfolio {
  background: #fff;
  padding: 80px 0;
}

div.intro-clients h3.section-title {
  font-size: 4rem;
  margin-bottom: 20px;
}

.section-title-divider-clients {
  width: 55px;
  height: 5px;
  background: #01A860;
  margin: 0 auto;
  margin-bottom: 25px!important;
}

#portfolio .portfolio-item {
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;

  display: table;
  overflow: hidden;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 3px 5px 5px #1a286047;

  position: relative;
  height: 100%;
  width: 100%;
}

#portfolio .portfolio-item .details {
  background: #fff;
  display: table-cell;
  vertical-align: middle;
  opacity: 0;
  transition: 0.3s;
  text-align: center;
}

#portfolio .portfolio-item .details h4 {
  font-size: 16px;
  transition: transform 0.3s, opacity 0.3s;
  transform: translate3d(0, -15px, 0);
  font-weight: 700;
  color: #333333;
}

#portfolio .portfolio-item .details span {
  display: block;
  color: #666666;
  font-size: 13px;
  transition: transform 0.3s, opacity 0.3s;
  transform: translate3d(0, 15px, 0);
}

#portfolio .portfolio-item:hover .details {
  opacity: 0.8;
}

#portfolio .portfolio-item:hover .details h4 {
  transform: translate3d(0, 0, 0);
}

#portfolio .portfolio-item:hover .details span {
  transform: translate3d(0, 0, 0);
}

/* Testimonials Section
--------------------------------*/
#testimonials {
  background: #f6f6f6;
  padding: 80px 0;
}

#testimonials .profile {
  text-align: center;
  margin: 0 auto;
}

#testimonials .profile .pic {
  border-radius: 50%;
  border: 6px solid #fff;
  margin: 0 auto;
  margin-bottom: 15px;
  overflow: hidden;
  height: 100%;
  width: 100%;
  max-width: 260px;
}

#testimonials .profile .pic img {
  max-width: 100%;
}

#testimonials .profile h4 {
  font-weight: 700;
  color: #01A860;
  margin-bottom: 5px;
}

#testimonials .profile span {
  color: #333333;
}

#testimonials .quote {
  font-family: 'Open Sans', 'sans-serif';
  font-size: 16px;
  font-style: italic;
  text-align: justify;
  background: #fff;
  border-radius: 5px;
  padding: 60px;
  position: relative;
}

#testimonials .quote b {
  display: inline-block;
  font-size: 22px;
  left: -9px;
  position: relative;
  top: -8px;
}

#testimonials .quote small {
  display: inline-block;
  right: -9px;
  position: relative;
  top: 4px;
}

/* Team Section
--------------------------------*/
#team {
  background: #fff;
  padding: 55px 0 60px 0;
}

div.intro-team h3.section-title {
  font-size: 4rem;
  margin-bottom: 20px;
}

div.intro-team div.section-title-divider {
  width: 140px;
  margin-bottom: 55px!important;
}

#team .member {
  text-align: center;
  margin-bottom: 20px;
}

#team .member .pic {
  margin: 0 auto;
  margin-bottom: 20px;
  overflow: hidden;
  height: 200px;
  width: 200px;
  border-radius: 50%;
}

#team .member .pic img {
  width: 100%; 
  height: 100%; 
  object-fit: cover; 
}

#team .member h4 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 2px;
}

#team .member p {
  font-family: 'Open Sans', 'sans-serif';
  text-align: justify;
}

#team .member span {
  font-size: 2rem;
  font-style: italic;
  display: block;
  margin-bottom: 10px;
}

#team .member .social {
  margin-bottom: 20px;
}

#team .member .social a {
  color: #b3b3b3;
}

#team .member .social a:hover {
  color: #03C4EB;
}

#team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/* Contact Section
--------------------------------*/
#contact {
  /* height: 90vh; */
  background: #1A2860;
  padding: 90px 0 20px;
}

#contact .info {
  color: #333333;
}

.section-title-divider-contact {
  width: 55px;
  height: 3px;
  background: #fff;
  margin: 0 0 10px 5px!important;
}

#contact .info i {
  height: 45px;
  font-size: 40px;
  color: #01A860;
}

#contact .info p {
  font-family: 'Poppins', 'Open Sans', 'sans-serif';
  font-size: 1.7rem;
  font-weight: 200;
  line-height: 24px;
  text-align: left;
  word-break: break-word;
}

#contact .form #sendmessage {
  color: #03C4EB;
  border: 1px solid #03C4EB;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show, #contact .form #errormessage.show, #contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

.form-group {
  margin-bottom: 22px!important;
}

#contact .form input, #contact .form textarea {
  font-family: 'Poppins', 'Open Sans';
  border-radius: 7px;
  box-shadow: none;
}

#contact .form button[type="submit"] {
  background: #ec4e1f;
  border: 2px solid #ec4e1f;
  padding: 10px 24px;
  color: #fff;
  border-radius: 3px;
  transition: 0.4s;
}

#contact .form button[type="submit"]:hover {
  background: #fff;
  color: #ec4e1f;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  height: auto;
  background: #1A2860;
  background-size: cover;
  padding: 19px 0;
  color: #fff;
}

#footer .copyright {
  width: 60%;
  font-family: 'Poppins', 'Open sans', 'sans-serif';
  font-size: 13px;
  font-weight: 100;
  color: #fff;
  text-align: center;
  letter-spacing: 6px;
  margin: auto;
  padding-top: 30px;
  border-top: 2px solid #fff;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #ccc;
}

/* BATAS */
.card {
  height: auto;
  display: flex;
  flex-direction: column;
  transition: 0.3s;
  overflow: hidden;
  margin-top: 20px;
  border-bottom : #1A2860 solid 3px;
}

.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
  transform: scale(1.02);
}

/* Add some padding inside the card container */
.card-body {
  padding: 2px 16px;
}

div.intro-articles h3.section-title {
  font-size: 4rem;
}

.article-title {
  height: 70px;
  font-family: 'Poppins', 'sans-serif';
  text-overflow: ellipsis;
  padding-top: 10px;
  font-weight: 500;
  margin-bottom: 13px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.article-image-container {
  position: relative;
  width: 37%;
}
.article-image-container:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.article-image {
  width: 360px;
  height: 270px;
  background-position: center;
  background-size: cover;  
  overflow: hidden;
}

.article-image-container img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.article-tags {
  word-break: break-all;
  position: absolute;
  bottom: 9px;
  margin-bottom: 0;
}

.badge {
  background-color: #01A860;
  border-radius: 5px !important;
  float: left;
  display: inline-block;
  width: fit-content;
  margin: 5px 5px 0 0;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
}

#article{
  background: #f6f6f6;
  padding: 50px 0 65px;
}

.article-date {
  font-family: 'Poppins', 'Open Sans', 'sans-serif';
  text-transform: uppercase;
  font-size: 1.0rem;
  margin: 5px 0px 10px 0;
}

/* Batas lage */
.gallery-title {
  font-size: 36px;
  color: #01A860;
  text-align: center;
  font-weight: 500;
  margin-bottom: 70px;
}

.gallery-title:after {
  content: "";
  position: absolute;
  width: 7.5%;
  left: 46.5%;
  height: 45px;
  border-bottom: 1px solid #5e5e5e;
}

.filter-button {
  background-color: #01A860;
  font-family: 'Poppins', 'Open Sans', 'sans-serif';
  text-align: center;
  color: white;
  border: 1px solid #01A860!important;
  border-radius: 1000px;
  margin: 10px 7px 0 0;
  padding: 6px 18px;
}

.filter-button:last-child {
  margin-right: 0;
}

.filter-button:hover {
  text-align: center;
  color: #01A860;
  background-color: white;
}

.btn-default:active, .filter-button:active, .filter-button:focus {
  color: #ffffff !important;
  background-color: #01A860 !important;
  outline:0 !important;
}

.filter {
  padding: 8px;
  display: flex;
}

.port-image
{
  width: 100%;
}

/* batas */
#quote-carousel 
{
  padding: 0 10px 30px 10px;
  margin-top: 30px;
}

/* Control buttons  */
#quote-carousel .carousel-control
{
  background: none;
  color: #222;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px;
}
/* Previous button  */
#quote-carousel .carousel-control.left 
{
  left: -70px;
}
/* Next button  */
#quote-carousel .carousel-control.right 
{
  right: -70px !important;
}
/* Changes the position of the indicators */
#quote-carousel .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the color of the indicators */
#quote-carousel .carousel-indicators li 
{
  background: #c0c0c0;
}
#quote-carousel .carousel-indicators .active 
{
  background: #333333;
}
#quote-carousel img
{
  width: 250px;
  height: 100px
}
/* End carousel */

.item blockquote {
    border-left: none; 
    margin: 0;
}

.item blockquote img {
    margin-bottom: 10px;
}

.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}

#rotating-desc {
  font-weight: 500;
}

.slicker-container {
  position: relative;
  width: calc(100% - 50px);
  margin: 0 auto;
}

.c-arrow {
  position: absolute;
  top: 30%;
  font-size: 25px;
  cursor: pointer;
}

.prev{
  left: -25px;
}

.next {
  right: -25px;
}

.ig{
  margin-top: 20px;
}

.ig div div{
  float: left;
}

.ig div div div{
  width: 100%;
  height: 0;
  padding-top: 100%;
  background-size: cover !important;
  background-position: center !important;
}

.client-tile {
  width: 20%;
  float: left;
}

/* MAX-WIDTH */
@media only screen and (max-width: 1200px) {
  .card {
    height: 370px;
  }
}

@media (max-width: 1024px) {
  .card {
    height: 360px;
  }
}

@media (max-width: 992px) {
  #nav-menu-container {
      display: none;
  }

  #mobile-nav-toggle {
      display: inline;
  }

  .card {
      height: 380px;
  }

  #about {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  #portfolio .portfolio-item {
      height: 240px;
      background-size: 80%;
  }

  .flex-to-block {
    display: block!important;
  }

  .text-align-left-to-center {
    text-align: center!important;
  }
}

@media (max-width: 991px) {
  div.info div.col-md-12 {
    padding: 0;
  }

  .intro-desc {
    margin-left: 35px;
    left: 0;
  }

  #hero h1 {
    font-size: 5.5rem;
    line-height: 55px;
  }

  #hero h1 span {
    font-size: 3rem;
    line-height: 34px;
  }

  #hero h2 {
      font-size: 24px;
      line-height: 15px;
  }

  #hero .actions {
    position: absolute;
    right: 0;
    bottom: 50px;
    left: 35px;
  }
  
  #hero .actions {
    width: min-content;
    right: 50px;
    bottom: 40px;
  }

  #hero .actions a {
    width: 163.75px;
    font-size: 15px;
    border-radius: 9px;
    margin: 5px;
  }

  .block-to-flex {
    display: flex!important;
  }

  #subscribe div.container div.row div.col-sm-8 h3.subscribe-title img {
    display: none;
  }

  #subscribe .subscribe-btn-container {
    text-align: center;
  }

  div.container-article div.col-xs-6:last-child {
    display: none;
  }

  section#contact div div div.col-md-4 {
    margin-bottom: 20px;
  }

  #contact {
    height: auto;
    padding: 40px 0 10px;
  }

  #contact p, #contact i, #contact h2 {
    text-align: center!important;
    margin: 0;
    margin-left: 0!important;
    padding: 0!important;
  }

  #contact i {
    margin-bottom: 5px;
  }

  #contact h2 {
    margin-top: 10px!important;
    font-size: 2.5rem!important;
  }

  #contact p {
    margin-top: 10px!important;
    font-size: 1.5rem!important;
  }

  .section-title-divider-contact {
    margin: 0 auto!important;
  }

  section#portfolio div.container div.client-tile-wrap {
    /* max-height: 648px; */
    overflow: hidden;
  }

  .client-tile-wrap {
    width: 1125px;
  }

  #team .member {
    text-align: left;
  }
}

@media (max-width: 768px) { 
  #header {
      height: 80px;
  }
  #header #logo h1 {
      font-size: 26px;
  }
  #header #logo img {
      max-height: 40px;
  }

  #hero {
    background: rgb(26 36 87);
  }

  #hero .hero-container {
    background: url(../img/header_wayang_2_green.png) top center;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 213px;
  }

  #mobile-nav-toggle {
      margin: 2px 20px 0 0;
  }

  #testimonials, #about, #services, #portfolio, #articles, #team {
    padding-top: 30px!important;
    padding-bottom: 30px!important
  }

  section#subscribe div.container div.row div.col-xs-12 h3, section#subscribe div.container div.row div.col-xs-12 p {
    text-align: center;
  }
  
  section#subscribe div.container div.row div.col-xs-12 p {
    margin-bottom: 20px!important;
  }

  .col-xs-flex-to-block {
    display: block;
  }

  .ig div div div{
      width: 80%;
      height: 0;
      margin: 1% 10%;
      padding-top: 80%;
  }

  .back-to-top {
      bottom: 15px;
  }

  #testimonials .quote {
    margin-top: 20px;
    padding: 30px;
  }

  #about .about-img {
    height: auto;
  }

  #about .about-img img {
    width: 70%;
    height: auto;
    margin-left: 0;
    padding-bottom: 30px;
  }

  #quote-carousel {
    margin-bottom: 0;
    padding: 0 40px 30px 40px;
  }

  #quote-carousel .carousel-indicators {
      bottom: -20px !important;  
  }

  #quote-carousel .carousel-indicators li {
      display: inline-block;
      margin: 0px 5px;
      width: 15px;
      height: 15px;
  }
  #quote-carousel .carousel-indicators li.active {
      margin: 0px 5px;
      width: 20px;
      height: 20px;
  }

  .card {
    height: auto;
  }

  .article-title {
    height: 71px;
    margin-bottom: 10px;
  }

  #footer .copyright {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  div.member div.row div.col-md-12.col-sm-8 {
    padding-right: 40px;
    padding-left: 40px;
  }

  #team .member {
    text-align: center;
  }
}

@media only screen and (max-width: 605px) {
  .article-date {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 600px) {
  section#portfolio div.container div.client-tile-wrap {
    /* max-height: 544px; */
  }
}

@media only screen and (max-width: 576px) {
  h3.subscribe-title img {
    display: none;
  }

  .service-desc {
    width: 100%;
  }

  #hero .hero-logo {
    left: 20px;
  }

  #hero .hero-logo img {
    max-width: 95px;
  }

  .intro-desc {
    margin: 0 0 0 20px;
  }

  #hero h1 {
    font-size: 4.5rem;
    line-height: 48px;
  }

  #hero h1 span {
    font-size: 3rem;
    line-height: 34px;
  }

  #hero h2 {
      font-size: 24px;
      line-height: 15px;
  }

  /* #hero h2 .rotating {
      display: block;
  } */
  
  #hero .actions {
    right: 0;
    left: 20px;
  }

  div.service-icon img {
    display: none;
  }

  .service-desc {
    text-align: center;
  }

  /* .client-tile {
    width: 14%;
    float: left;
  } */

  #portfolio .portfolio-item {
    height: 135.68px;
    background-size: 60%;
  }
}

@media only screen and (max-width: 450px) {
  /* #portfolio .portfolio-item {
    height: 25vh;
    background-size: 80%!important;
  } */

  #hero h1 {
    font-size: 3.4rem;
    line-height: 35px;
  }

  #hero h1 span {
    font-size: 2rem;
    line-height: 34px;
  }

  #hero h2 {
    font-size: 20px;
    line-height: 7px;
  }

  .article-tile-small {
    width: 80%;
    margin-left: 10%;
  }
}

@media only screen and (max-width: 396px) {
  div.about-img h3.section-title {
    font-size: 5.5rem;
  }

  .section-title-divider-about-us {
    width: 80%; 
  }
}

@media only screen and (max-width: 320px) {
  .article-date {
      font-size: 65%!important;
  }

  /* #portfolio .portfolio-item {
    height: 20vh;
    background-size: 80%!important;
  } */
}

/* MIN-WIDTH */
@media only screen and (min-width: 740px) {
  #portfolio .portfolio-item {
      height: 220px;
      background-size: 80%;
  }
}

@media only screen and (min-width: 601px) {
  #portfolio .portfolio-item {
    height: 180px;
    background-size: 70%;
  }
}

/* MAX-HEIGHT */
@media only screen and (max-height: 500px) {
  #hero {
    height: 500px;
  }

  #hero .hero-logo img {
    max-width: 90px;
  }

  #hero h1 {
    font-size: 4.5rem;
    line-height: 40px;
  }

  #hero h1 span {
    font-size: 2.4rem;
    line-height: 30px;
  }

  #hero h2 {
    font-size: 23px;
    line-height: 4px;
  }

  section#portfolio div.container div.client-tile-wrap {
    /* max-height: 295px; */
  }

  #portfolio .portfolio-item {
    height: 130px;
  }
}