/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */
body {
  /*padding-top: 90px;*/
}

.carousel-item {
  height: 65vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.portfolio-item {
  margin-bottom: 30px;
}
.text-mellow-grey{
    color:#777;
}
.btn-outline-orange {
  color: #01634f;
  border-color: #01634f;
  background-color: #F9f9f9;
}

.btn-outline-orange:hover {
  color: #fff;
  background-color: #01634f;
  border-color: #01634f;
}

.btn-outline-orange:focus, .btn-outline-orange.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-orange.disabled, .btn-outline-orange:disabled {
  color: #ffc107;
  
  background-color: transparent;
}

.btn-outline-orange:not(:disabled):not(.disabled):active, .btn-outline-orange:not(:disabled):not(.disabled).active,
.show > .btn-outline-orange.dropdown-toggle {
  color: #fff;
  /*font-weight: bold;*/
  background-color: #FB761D;
  border-color: #FB761D;
}

.btn-outline-orange:not(:disabled):not(.disabled):active:focus, .btn-outline-orange:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-violet {
  color: #01634f;
  border-color: #01634f;
  background-color: #f9f9f9;
}

.btn-outline-violet:hover {
  color: #fff;
  background-color: #01634f;
  border-color: #01634f;
}

.btn-outline-violet:focus, .btn-outline-violet.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-violet.disabled, .btn-outline-violet:disabled {
  color: #ffc107;
  
  background-color: transparent;
}

.btn-outline-violet:not(:disabled):not(.disabled):active, .btn-outline-violet:not(:disabled):not(.disabled).active,
.show > .btn-outline-violet.dropdown-toggle {
  color: #fff;
  
  background-color: #01634f;
  border-color: #01634f;
}

.btn-outline-violet:not(:disabled):not(.disabled):active:focus, .btn-outline-violet:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-violet.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.bg-violet{
  background-color: #01634f !important;
}
.text-violet{
  color: #01634f !important;
}
.btn-violet {
  color: #fff;
  background-color: #01634f;
  border-color: #01634f;;
}

.btn-violet:hover {
  color: #fff;
  background-color: #01634f;
  border-color: #01634f;
}

.btn-violet:focus, .btn-violet.focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-violet.disabled, .btn-violet:disabled {
  color: #fff;
  background-color: #01634f;
  border-color: #01634f;
}

.btn-violet:not(:disabled):not(.disabled):active, .btn-violet:not(:disabled):not(.disabled).active,
.show > .btn-violet.dropdown-toggle {
  color: #fff;
  background-color: #01634f;
  border-color: #01634f;
}

.btn-violet:not(:disabled):not(.disabled):active:focus, .btn-violet:not(:disabled):not(.disabled).active:focus,
.show > .btn-violet.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-orange{
  color: #fff;
  background-color: #01634f;;
  border-color: #01634f;;
}

.btn-orange:hover {
  color: #fff;
  background-color: #FB761D;;
  border-color: #FB761D;;
}

.btn-orange:focus, .btn-orange.focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-orange.disabled, .btn-orange:disabled {
  color: #fff;
  background-color: #FB761D;;
  border-color: #FB761D;;
}

.btn-orange:not(:disabled):not(.disabled):active, .btn-orange:not(:disabled):not(.disabled).active,
.show > .btn-orange.dropdown-toggle {
  color: #fff;
  background-color: #01634f;
  border-color: #01634f;
}

.btn-orange:not(:disabled):not(.disabled):active:focus, .btn-orange:not(:disabled):not(.disabled).active:focus,
.show > .btn-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

._box:hover{
    box-shadow: 0 0rem 1rem rgba(0,0,0,.35) !important;
}
.btn-outline-sky {
  color: #fff;
  border-color: #29aed6;
  background-color: #29aed6;
  border-width: 1px !important;
  font-size:1.2rem;
  font-weight: bold;
}

.btn-outline-sky:hover {
  color: #fff;
  background-color: #29aed6;
  border-color: #29aed6;
}

.btn-outline-sky:focus, .btn-outline-sky.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-sky.disabled, .btn-outline-sky:disabled {
  color: #ffc107;
  
  background-color: transparent;
}

.btn-outline-sky:not(:disabled):not(.disabled):active, .btn-outline-sky:not(:disabled):not(.disabled).active,
.show > .btn-outline-sky.dropdown-toggle {
  color: #fff;
  
  background-color: #29aed6;
  border-color: #29aed6;
}

.btn-outline-sky:not(:disabled):not(.disabled):active:focus, .btn-outline-sky:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-sky.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-gold {
  color: #d6a113;
  border-color: #d6a113;
  background-color: #fff;
  border-width: 1px !important;
  font-size:1.2rem;
  font-weight: bold;
}

.btn-outline-gold:hover {
  color: #fff;
  background-color: #d6a113;
  border-color: #d6a113;
}

.btn-outline-gold:focus, .btn-outline-gold.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-gold.disabled, .btn-outline-gold:disabled {
  color: #ffc107;
  
  background-color: transparent;
}

.btn-outline-gold:not(:disabled):not(.disabled):active, .btn-outline-gold:not(:disabled):not(.disabled).active,
.show > .btn-outline-gold.dropdown-toggle {
  color: #fff;
  
  background-color: #d6a113;
  border-color: #d6a113;
}

.btn-outline-gold:not(:disabled):not(.disabled):active:focus, .btn-outline-gold:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-gold.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}