body {
  /*background: #142441; /* CCB281 */
  background: #F7F7F7;
  color: #444444;
}

h1 a,
h1 a:hover {
  text-decoration: none;
}

ul.arrow li {
  position: relative;
  padding-bottom: 10px;
}

ul.arrow {
  list-style: none;
}

ul.arrow li:before {
  content: '';
  position: absolute;
  border-right: 2px solid #cccccc;
  border-bottom: 2px solid #cccccc;
  width: 10px;
  height: 10px;
  top: calc(50% - 4px);
  left: -20px;
  transform: translateY(-50%) rotate(-45deg);
}

.border-4 {
  border-width: 4px !important;
}

.btn {
  border-radius: 2.5rem;
}

.btn-primary {
  color: #222222;
  border: 2px solid #222222;
  background: #FFFFFF;
}

.btn-primary:hover {
  color: #000000;
  border: 2px solid #000000;
  background: #EDEDED;
}

.sketch-bg {
  background-image: url('/img/bg_sketch_o25.png');
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 1200px 800px;
}

.color-yellow {
  color: #ffad1f;
}

.carousel-main,
.carousel-main .carousel-item {
  height: 80vh;

}

.carousel-main .carousel-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

img.lb-image {
  max-width: 80vw !important;
  max-height: 80vh !important;
  min-width: 300px !important;
  width: auto !important;
  height: auto !important;
}

#navbar-main {
  background-image: url('/img/bg-navbar.png');
  background-repeat: repeat;
  z-index: 100;
  backdrop-filter: blur(10px);
  border-bottom: 1px solid #EDEDED;
  box-shadow: 0px 0px 3px 2px #EDEDED;
}

.fade-in img {
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}

.fade-in img:hover {
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}

/* Testimonial slider */
.testimonial-carousel h2 {
  color: #333;
  text-align: center;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  position: relative;
  margin: 25px 0 50px
}

.testimonial-carousel h2::after {
  content: "";
  width: 100px;
  position: absolute;
  margin: 0 auto;
  height: 3px;
  background: #ffdc12;
  left: 0;
  right: 0;
  bottom: -10px
}

.testimonial-carousel {
  width: 650px;
  margin: 0 auto;
  font-family: "Open Sans", sans-serif;
}

.testimonial-carousel .item {
  color: #999;
  font-size: 14px;
  text-align: center;
  overflow: hidden;
}

.testimonial-carousel .item a {
  color: #eb7245
}

.testimonial-carousel .img-box {
  width: 145px;
  height: 145px;
  margin: 0 auto;
  border-radius: 50%
}

.testimonial-carousel .img-box img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%
}

.testimonial-carousel .testimonial {
  padding: 30px 0 10px
}

.testimonial {
  color: #000000;
  font: Times Roman
}

.testimonial-carousel .overview {
  text-align: center;
  padding-bottom: 5px
}

.testimonial-carousel .overview b {
  color: #333;
  font-size: 15px;
  text-transform: uppercase;
  display: block;
  padding-bottom: 5px
}

.testimonial-carousel .star-rating i {
  font-size: 18px;
  color: #ffdc12
}

.testimonial-carousel .carousel-control {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #999;
  text-shadow: none;
  top: 4px
}

.testimonial-carousel .carousel-control i {
  font-size: 20px;
  margin-right: 2px
}

.testimonial-carousel .carousel-control.left {
  left: auto;
  right: 40px
}

.testimonial-carousel .carousel-control.right i {
  margin-right: -2px
}

.testimonial-carousel .carousel-indicators {
  bottom: 15px
}

.testimonial-carousel .carousel-indicators li,
.testimonial-carousel .carousel-indicators li.active {
  width: 11px;
  height: 11px;
  margin: 1px 5px;
  border-radius: 50%
}

.testimonial-carousel .carousel-indicators li {
  background: #e2e2e2;
  border-color: transparent
}

.testimonial-carousel .carousel-indicators li.active {
  border: none;
  background: #888
}