/* Fix width of dropdown language */
.dropdown-menu {
    min-width: 5rem;
}

.banner-home {
    padding-bottom: calc(5vw + 5px);
}

.time-inner.expands .picture_holder big {
    color: #e96d00;
}

.navbar-nav .nav-link {
    font-weight: 600;
}

.dropdown-item {
    font-size: .8rem;
}

.about-card {
    padding-bottom: 1.5rem;
}

.about-card .about-body {
    padding: 0 4rem;
    text-align: justify;
}

.about-body p {
    margin-top: 25px;
    margin-bottom: 0;
}

h3 a {
    color: #242424;
}

h3 a:hover {
    color: #e96e01;
}

.about-card .about-lead .about-lead-content {
    text-align: justify;
    font-weight: bold;
}

.detail-card .text-heading {
    text-transform: uppercase;
}


/* Page loading */
.loading-wrap {
  position: fixed;
  z-index: 999999;
  height: 30px;
  width: 150px;
  text-align: center;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }
.loading-wrap:before {
content: '';
display: block;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(245, 245, 245, 0.5); }
.loading-wrap:before {

    background-color: rgba(245, 245, 245, 0.8);

}
@keyframes lds-double-ring {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes lds-double-ring {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes lds-double-ring_reverse {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes lds-double-ring_reverse {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
.lds-double-ring {
  position: relative;
}
.lds-double-ring div {
  position: absolute;
  width: 160px;
  height: 160px;
  top: 20px;
  left: 20px;
  border-radius: 50%;
  border: 18px solid #000;
  border-color: #EC7C2B transparent #EC7C2B transparent;
  -webkit-animation: lds-double-ring 1s linear infinite;
  animation: lds-double-ring 1s linear infinite;
}
.lds-double-ring div:nth-child(2) {
  width: 120px;
  height: 120px;
  top: 40px;
  left: 40px;
  border-color: transparent #fac090 transparent #fac090;
  -webkit-animation: lds-double-ring_reverse 1s linear infinite;
  animation: lds-double-ring_reverse 1s linear infinite;
}
.lds-double-ring {
  width: 32px !important;
  height: 32px !important;
  transform: translate(-50%, -50%) scale(0.16) translate(-80px, -80px);
  -webkit-transform: translate(-50%, -50%) scale(0.16) translate(-80px, -80px);
position: absolute;
left: 50%;
top: 50%;
}

/*.contact-form.form-default .form-control {
  border-color: #000 !important;
}*/

.g-recaptcha > div {
  margin: 0 auto;
}
.border-red {
  border-color: red !important;
}

.invalid-message {
  color: red;
  font-size: 12px;
}

.text-red {
  color: red !important;
}

.font-size-14 {
  font-size: 14px !important;
}

.font-size-15 {
  font-size: 15px !important;
}

.font-size-16 {
  font-size: 16px !important;
}


.mobile  {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .mobile  {
    display: block !important;
    font-weight: bold;
  }
}

.footer-link:hover {
  color: #d08025;
}

.sub_active {
  color: #E96D00;
}