/* ===== Buttons Css ===== */
.slider-one .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-btn li .primary-btn {
  background: var(--primary);
  color: var(--white);
  box-shadow: var(--shadow-2);
}
.slider-one .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-btn li .active.primary-btn, .slider-one .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-btn li .primary-btn:hover, .slider-one .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-btn li .primary-btn:focus {
  background: var(--primary-dark);
  color: var(--white);
  box-shadow: var(--shadow-4);
}
.slider-one .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-btn li .deactive.primary-btn {
  background: var(--gray-4);
  color: var(--dark-3);
  pointer-events: none;
}

.slider-one .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-btn li .primary-btn-outline {
  border-color: var(--primary);
  color: var(--primary);
}
.slider-one .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-btn li .active.primary-btn-outline, .slider-one .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-btn li .primary-btn-outline:hover, .slider-one .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-btn li .primary-btn-outline:focus {
  background: var(--primary-dark);
  color: var(--white);
}
.slider-one .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-btn li .deactive.primary-btn-outline {
  color: var(--dark-3);
  border-color: var(--gray-4);
  pointer-events: none;
}

/*===== SLIDER ONE =====*/
.slider-one .bd-example .carousel .carousel-inner {
  /*background-color: var(--primary);*/
}
.slider-one .bd-example .carousel .carousel-inner .carousel-item {
  height: auto;
  padding: 300px 0;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-one .bd-example .carousel .carousel-inner .carousel-item {
    padding: 200px 0;
  }
}
@media (max-width: 767px) {
    .slider-one .bd-example .carousel .carousel-inner .carousel-item {
        padding: 150px 0;
        height: 100vh !important;
    }
}
.slider-one .bd-example .carousel .carousel-inner .carousel-item::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: var(--dark-3);
    opacity: 0.10;
}
.item-2::before {    
    background-color: var(--primary) !important;
    opacity: 0.50 !important;
}
/*@media (max-width: 767px) {
  .slider-one .bd-example .carousel .carousel-inner .carousel-item {
    height: 400px;
  }
}*/

.slider-one .bd-example .carousel .carousel-inner .carousel-item .carousel-caption {
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  left: 0;
}
.slider-one .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-title {
  font-size: 36px;
  font-weight: 700;
  color: var(--white);
  line-height: 55px;
}
.carousel-title-lg {
    font-size: 48px;
    font-weight: 700;
    color: var(--white);
    line-height: 67px;
}
.carousel-title-xl {
    font-size: 60px;
    font-weight: 700;
    color: var(--white);
    line-height: 79px;
}
@media only screen and (min-width: 1400px) {
    .slider-one .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-title {
        font-size: 36px;
        line-height: 42px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .slider-one .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-title {
    font-size: 32px;
    line-height: 38px;
  }
}
@media only screen and (min-width: 922px) and (max-width: 1199px) {
    .slider-one .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-title {
        font-size: 28px;
        line-height: 34px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-one .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-title {
        font-size: 24px;
        line-height: 30px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-one .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-title {
        font-size: 20px;
        line-height: 26px;
    }
}
@media (max-width: 575px) {
  .slider-one .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-title {
    font-size: 18px;
    line-height: 24px;
  }
}
.slider-one .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .text {
  color: var(--white);
  display: block;
  margin: 20px 0;
}
.slider-one .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-btn li {
  display: inline-block;
  margin: 16px 8px 0;
}
@media (max-width: 767px) {
  .slider-one .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-btn li {
    margin: 16px 3px 0;
  }
}
.slider-one .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-btn li .primary-btn {
  background-color: var(--white);
  color: var(--primary);
  border: 1px solid transparent;
}
.slider-one .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-btn li .primary-btn:hover {
  background-color: transparent;
  border-color: var(--white);
  color: var(--white);
}
.slider-one .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-btn li .primary-btn-outline {
  border-color: var(--white);
  color: var(--white);
}
.slider-one .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-btn li .primary-btn-outline:hover {
  border-color: transparent;
  background-color: var(--white);
  color: var(--primary);
}
.slider-one .bd-example .carousel .carousel-control-prev, .slider-one .bd-example .carousel .carousel-control-next {
  top: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  border: 1px solid var(--white);
  font-size: 20px;
  color: var(--white);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  bottom: auto;
  left: 30px;
  opacity: 1;
  z-index: 99;
  border-radius: 50%;
  -webkit-transition: all .4s ease-out 0s;
  -moz-transition: all .4s ease-out 0s;
  -ms-transition: all .4s ease-out 0s;
  -o-transition: all .4s ease-out 0s;
  transition: all .4s ease-out 0s;
}
.slider-one .bd-example .carousel .carousel-control-prev:hover, .slider-one .bd-example .carousel .carousel-control-next:hover {
  background-color: var(--white);
  color: var(--primary);
  border-color: transparent;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-one .bd-example .carousel .carousel-control-prev, .slider-one .bd-example .carousel .carousel-control-next {
    left: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-one .bd-example .carousel .carousel-control-prev, .slider-one .bd-example .carousel .carousel-control-next {
    left: 30px;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .slider-one .bd-example .carousel .carousel-control-prev, .slider-one .bd-example .carousel .carousel-control-next {
    left: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
.slider-one .bd-example .carousel .carousel-control-next {
  right: 30px;
  left: auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-one .bd-example .carousel .carousel-control-next {
    right: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-one .bd-example .carousel .carousel-control-next {
    right: 40px;
  }
}
@media (max-width: 767px) {
  .slider-one .bd-example .carousel .carousel-control-next {
    right: 20px;
  }
}
.slider-one .bd-example .carousel .carousel-indicators {
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-one .bd-example .carousel .carousel-indicators {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .slider-one .bd-example .carousel .carousel-indicators {
    margin-bottom: 30px;
  }
}
.slider-one .bd-example .carousel .carousel-indicators li {
  width: 10px;
  height: 10px;
  background-color: var(--white);
  border-radius: 50px;
  border: 0;
  margin: 0px 5px;
  -webkit-transition: all 2.4s ease-out 0s;
  -moz-transition: all 2.4s ease-out 0s;
  -ms-transition: all 2.4s ease-out 0s;
  -o-transition: all .4s ease-out 0s;
  transition: all 2.4s ease-out 0s;
}
.slider-one .bd-example .carousel .carousel-indicators li.active {
  width: 20px;
  background-color: var(--white);
  border-radius: 5px;
}
.slider-one .bd-example .carousel .carousel-indicators li:hover {
  opacity: 1;
}

.slider-top-left {
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 9;
    color: white;
}

.slider-top-right {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 9;
    color: white;
}

.slider-middle-center {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    z-index: 9;
    text-align: center;
    color: white;
}

.slider-bottom-center {
    position: absolute;
    bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    z-index: 9;
    text-align: center;
    color: white;
}

.slider-bottom-left {
    position: absolute;
    bottom: 30px;
    left: 30px;
    z-index: 9;
    color: white !important;
    font-size: 20px !important;
    font-weight: 600 !important
}

.highlight {
    background-image: url(/images/jpg/action_2.jpg);
    background-position: center;
    background-size: cover;   
    background-repeat: no-repeat;   
    z-index: 5;   
}

.highlight-bedfordshire {
    background-image: url(/images/counties/bedfordshireccc.png);
    background-color:white;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 5;
}

.highlight-berkshire {
    background-image: url(/images/counties/berkshireccc.png);
    background-color: white;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 5;
}

.highlight-buckinghamshire {
    background-image: url(/images/counties/buckinghamshireccc.png);
    background-color: white;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 5;
}

.highlight-cambridgeshire {
    background-image: url(/images/counties/cambridgeshireccc.png);
    background-color: white;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 5;
}

.highlight-cheshire {
    background-image: url(/images/counties/cheshireccc.png);
    background-color: white;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 5;
}

.highlight-cornwall {
    background-image: url(/images/counties/cornwallccc.png);
    background-color: white;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 5;
}

.highlight-cumbria {
    background-image: url(/images/counties/cumbriaccc.png);
    background-color: white;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 5;
}

.highlight-devon {
    background-image: url(/images/counties/devonccc.png);
    background-color: white;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 5;
}

.highlight-dorset {
    background-image: url(/images/counties/dorsetccc.png);
    background-color: white;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 5;
}

.highlight-herefordshire {
    background-image: url(/images/counties/herefordshireccc.png);
    background-color: white;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 5;
}

.highlight-hertfordshire {
    background-image: url(/images/counties/hertfordshireccc.png);
    background-color: white;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 5;
}

.highlight-lincolnshire {
    background-image: url(/images/counties/lincolnshireccc.png);
    background-color: white;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 5;
}

.highlight-norfolk {
    background-image: url(/images/counties/norfolkccc.png);
    background-color: white;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 5;
}

.highlight-northumberland {
    background-image: url(/images/counties/northumberlandccc.png);
    background-color: white;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 5;
}

.highlight-oxfordshire {
    background-image: url(/images/counties/oxfordshireccc.png);
    background-color: white;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 5;
}

.highlight-shropshire {
    background-image: url(/images/counties/shropshireccc.png);
    background-color: white;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 5;
}

.highlight-staffordshire {
    background-image: url(/images/counties/staffordshireccc.png);
    background-color: white;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 5;
}

.highlight-suffolk {
    background-image: url(/images/counties/suffolkccc.png);
    background-color: white;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 5;
}

.highlight-wales {
    background-image: url(/images/counties/walesccc.png);
    background-color: white;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 5;
}

.highlight-wiltshire {
    background-image: url(/images/counties/wiltshireccc.png);
    background-color: white;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 5;
}
