/**
KP Theme colours
Logo Dark Blue-Grey: #243545; rgba(36, 53, 69, 1)
Logo Light Blue-Grey: #677685; rgba(103, 118, 133, 1)
Logo Gold: #7c7056; rgba(124,112,86,1)
Dark Grey: #333333
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
.color-a {
  text-decoration: none;
  color: #000000;
}
.color-b {
  color: rgba(103, 118, 133, 1);
}
.color-d {
  color: #adadad;
}
.color-e {
  color:#ddd;
}
.color-text-a {
  text-decoration: none;
  color: #555555;
}
.no-margin {
  margin: 0;
}

/*------/ Nav Pills  /------*/
.nav-pills-a {
  text-decoration: none;
}
.nav-pills-a.nav-pills .nav-link {
  color: #000000;
  position: relative;
  font-weight: 600;
}
.nav-pills-a.nav-pills .nav-link.active {
  background-color: transparent;
}
.nav-pills-a.nav-pills .nav-link.active:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background-color: rgba(103, 118, 133, 1);
  z-index: 2;
}

/*------/ Bg Image /------*/
.bg-image {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
}

/*------/ List a /------*/
.list-a {
  text-decoration: none;
  display: inline-block;
  line-height: 2;
  padding: 0;
  list-style: none;
}
.list-a li {
  position: relative;
  width: 50%;
  float: left;
  padding-left: 25px;
  padding-right: 5px;
}
@media (min-width: 992px) {
  .list-a li {
    width: 33.333%;
  }
}
.list-a li:before {
  content: '';
  width: 10px;
  height: 2px;
  position: absolute;
  background-color: #313131;
  top: 15px;
  left: 0;
}

/*------/ Pagination-a /------*/
.pagination-a {
  text-decoration: none;
}
.pagination-a .pagination .page-link {
  margin: 0 .2rem;
  border-color: transparent;
  padding: .5rem .8rem;
  color: #000000;
}
.pagination-a .pagination .page-link:hover, .pagination-a .pagination .page-link:active, .pagination-a .pagination .page-link:focus {
  background-color: rgba(103, 118, 133, 1);
}
.pagination-a .pagination .page-link span {
  font-size: 1.2rem;
}
.pagination-a .pagination .next .page-link {
  padding: .4rem .9rem;
}
.pagination-a .pagination .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.pagination-a .pagination .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.pagination-a .pagination .page-item.disabled .page-link {
  padding: .4rem .9rem;
  color: #555555;
}
.pagination-a .pagination .page-item.active .page-link {
  background-color: rgba(103, 118, 133, 1);
}
.a {
  text-decoration: none;
  color: rgba(103, 118, 133, 1);
  font-size: 1.3rem;
}

/*------/ Icon Box /------*/
.icon-box .icon-box-icon {
  display: table-cell;
  vertical-align: top;
  font-size: 36px;
  color: #000000;
  width: 50px;
  padding-top: 8px;
}
.icon-box .icon-box-content {
  padding-top: 18px;
}

/*------/ Space Padding /------*/
.section-t8 {
  padding-top: 8rem;
}
@media (max-width: 767px) {
  .section-t8 {
    padding-top: 4rem;
  }
}
.section-t4 {
  padding-top: 4rem;
}
@media (max-width: 767px) {
  .section-t4 {
    padding-top: 2rem;
  }
}
.section-t3 {
  padding-top: 3rem;
}
@media (max-width: 767px) {
  .section-md-t3 {
    padding-top: 3rem;
  }
}
.section-b2 {
  padding-bottom: 2rem;
}
.section-tb85 {
  padding: 8rem 0 5rem 0;
}
@media (max-width: 767px) {
  .section-tb85 {
    padding: 4rem 0 2.5rem 0;
  }
}

/*------/ Title /------*/
.title-wrap {
  padding-bottom: 4rem;
}
.title-a {
  text-decoration: none;
  font-size: 2.6rem;
  font-weight: 600;
}
.title-link {
  font-size: 1.2rem;
  font-weight: 300;
  padding-top: 1.2rem;
}
.title-link a {
  text-decoration: none;
  color: #313131;
}
.title-link span {
  font-size: 20px;
  padding-left: 4px;
  vertical-align: middle;
}
.title-box-d {
  padding-bottom: 1.8rem;
  margin-bottom: 1rem;
  position: relative;
}
.title-box-d .title-d {
  font-weight: 600;
  font-size: 2rem;
}
.title-box-d .title-d:after {
  content: '';
  position: absolute;
  width: 70px;
  height: 4px;
  background-color: rgba(103, 118, 133, 1);
  bottom: 20px;
  left: 0;
}

/*------/ Display Table & Table Cell /------*/
.display-table {
  width: 100%;
  height: 100%;
  display: table;
  
}
.table-cell {
  display: table-cell;
  vertical-align: top;
  padding-top: 100px;
  /* padding-bottom: 0%; */
}

/*------/ Ul Resect /------*/
.ul-resect ul, .list-a ul, .box-comments ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

/* ------/ Slide Overlay /------ */
.overlay-a {
  text-decoration: none;
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 3%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.1) 70%);
}
.overlay {
  position: absolute;
  top: 0;
  left: 0px;
  padding: 0;
  height: 100%;
  width: 100%;
}
.carousel-pagination {
  margin-top: 10px;
  text-align: center;
}
.carousel-pagination .swiper-pagination-bullet {
  width: 18px;
  height: 10px;
  background-color: #555;
  margin: 0 4px;
  border-radius: 0;
  opacity: 1;
  transition: 0.3s;
}
.carousel-pagination .swiper-pagination-bullet-active {
  background-color: rgba(103, 118, 133, 1);
  width: 36px;
}
.nav-arrow-a {
  text-decoration: none;
}
.nav-arrow-a .owl-arrow .owl-nav {
  font-size: 1.8rem;
  margin-top: -110px;
}
.nav-arrow-a .owl-arrow .owl-nav .owl-next {
  margin-left: 15px;
}
.nav-arrow-b .owl-arrow .owl-nav {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.2rem;
}
.nav-arrow-b .owl-arrow .owl-nav .owl-prev,
.nav-arrow-b .owl-arrow .owl-nav .owl-next {
  padding: .7rem 1.5rem !important;
  display: inline-block;
  transition: all 0.6s ease-in-out;
  color: #ffffff;
  background-color: rgba(103, 118, 133, 1);
  opacity: .9;
}
.nav-arrow-b .owl-arrow .owl-nav .owl-prev.disabled,
.nav-arrow-b .owl-arrow .owl-nav .owl-next.disabled {
  transition: all 0.6s ease-in-out;
  color: #ffffff;
}
.nav-arrow-b .owl-arrow .owl-nav .owl-prev:hover,
.nav-arrow-b .owl-arrow .owl-nav .owl-next:hover {
  background-color: rgba(103, 118, 133, 1);
}
.nav-arrow-b .owl-arrow .owl-nav .owl-next {
  margin-left: 0px;
}

/*--------------------------------------------------------------
# Hero Section (Slides + Text)
--------------------------------------------------------------*/
.intro {
  height: 88vh; /*adjust slide-image box height */
  width: 100vw;
  position: relative;
  color: #222;
}
.intro .swiper-pagination {
  bottom: 20px;
}
.intro .swiper-pagination .swiper-pagination-bullet {
  width: 18px;
  height: 10px;
  background-color: #ffffff;
  border-radius: 0;
  opacity: 1;
  transition: 0.3s;
}
.intro .swiper-pagination .swiper-pagination-bullet-active {
  background-color: rgba(103, 118, 133, 1);
  width: 36px;
}
.intro .intro-item {
  padding-top: 8rem; /* adjust Intro text padding */
}
.intro .carousel-item-a {
  position: relative;
  height: 88vh;
}
.intro .carousel-item-a.bg-image {
  background-attachment: scroll;
  height: 88vh; /* added for image height */
}
.intro .intro-content {
  position: relative;
}
.intro .intro-body {
  padding-left: 0rem;
}
@media (min-width: 1400px) {
  .intro .intro-body {
    padding-left: 0rem;
  }
}
.intro .intro-body .price-a {
  color: #ffffff;
  padding: 1rem 1.5rem;
  border: 2px solid rgba(103, 118, 133, 1);
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 0.030em;
}
.intro .spacial {
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
  color: #ffffff;
}
.intro .intro-title-top {
  margin-bottom: 1rem;
  font-size: .9rem;
  color: #ffffff;
  letter-spacing: .05em;
}
@media (min-width: 768px) {
  .intro .intro-title-top {
    font-size: .9rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .intro .intro-title-top {
    font-size: 1rem;
    margin-bottom: 2rem;
  }
}
.intro .intro-title {
  color: #ffffff;
  font-weight: 300;
  font-size: 3.5rem;
  text-shadow: 2px 4px 4px rgba(0,0,0,0.7);
  /*text-transform: uppercase; */
}

@media (max-width: 576px) {
  .intro .intro-title {
    font-size: 2.5rem;
  }
}
@media (max-width: 768px) {
  .intro .intro-title {
    font-size: 2.5rem;
  }
}
@media (max-width: 992px) {
  .intro .intro-title {
    font-size: 2.8rem;
  }
}
.intro .intro-subtitle {
  font-size: 1.5rem;
  font-weight: 300;
}
@media (min-width: 768px) {
  .intro .intro-subtitle {
    font-size: 2.5rem;
  }
}
.intro .intro-subtitle.intro-price {
  padding-top: 1rem;
  font-size: 1.2rem;
}
@media (min-width: 576px) {
  .intro .intro-subtitle.intro-price {
    font-size: 1.3rem;
  }
}
@media (min-width: 768px) {
  .intro .intro-subtitle.intro-price {
    padding-top: 2rem;
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  .intro .intro-subtitle.intro-price {
    padding-top: 3rem;
  }
}
