/********** Template CSS **********/
:root {
  --primary: #002147;
  --secondary: #8d9297;
  --light: #f8f9fa;
  --dark: #414141;
  --purple: #002147;
  --white: #ffffff;

  --ltn__heading-font: "Poppins", sans-serif;
  --ltn__body-font: "Nunito Sans", sans-serif;

  --base__color: #072425;
  --base__color2: #111d2b77;
  --base__color2__overlay: rgba(94, 92, 95, 0.829);
  --base__color3: #fdc800;


  --bg__lavender: #eeeeff;
  --bg__sky: #e1f7ff;
  --bg__honey: #fff1f0;
  --bg__cream: #fff3e4; 
}






html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: var(--ltn__body-font);
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -moz-osx-font-smoothing: grayscale;
  /* Firefox */
  -webkit-font-smoothing: antialiased;
  /* WebKit  */
}



body {
  color: var(--dark);
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  font-family: var(--ltn__body-font);
  font-family: "Ubuntu";
  /* font-family: "Montserrat"; */
  line-height: 1.8;
  margin: 0 auto;
}

h1,
.h1 {
  font-size: 36px;
  line-height: 1.2;
}

h2,
.h2 {
  font-size: 30px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 20px;
}

h5,
.h5 {
  font-size: 18px;
}

h6,
.h6 {
  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: var(--ltn__heading-color);
  clear: both;
  font-family: var(--ltn__heading-font);
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 15px;
}
.bg-all-color h1{
  color: #2d682d !important;
}
.bg-all-color h2{
  color: #2d682d !important;
}
.bg-all-color h3{
  color: #2d682d !important;
}
.bg-all-color h4{
  color: #2d682d !important;
}
.bg-all-color h5{
  color: #2d682d !important;
}
.bg-all-color h6{
  color: #2d682d !important;
}
p {
  color: var(--ltn__body-font);
  margin-bottom: 1.5em;

}

a {
  color: inherit;
  text-decoration: none;
  color: var(--ltn__paragraph-color);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
  color: inherit;
}

a:hover {
  color: var(--ltn__secondary-color);
}

button,
input,
optgroup,
select,
textarea {
  font-family: var(--ltn__body-font);
}

pre,
code,
kbd,
tt,
var,
samp {
  font-family: var(--ltn__body-font);
}

pre {
  word-break: break-word;
}

a i {
  padding: 0 2px;
}

img {
  max-width: 100%;
  height: auto;
}

.bg-purple {
  background-color: var(--purple);
}

.bg-yellow {
  background-color: var(--yellow);
}

.bg-white {
  background-color: var(--white);
}

.bg-base-color {
  background-color: var(--base__color);
}
.btn-clo{
  background-color: transparent;
  color: white !important;
}

.bg-lavender {
  background-color: var(--bg__lavender);
}

.bg-sky {
  background-color: var(--bg__sky);
}

.bg-honey {
  background-color: var(--bg__honey);
}

.bg-cream {
  background-color: var(--bg__cream);
}


.bg-base-color2 {
  background-color: var(--base__color2);
}

.border-base-color {
  border-color: var(--base__color) !important;
}

.text-yellow {
  color: var(--yellow);
}

.text-base-color {
  color: var(--base__color);
}

.text-base-color3 {
  color: var(--base__color3);
}

.text-white {
  color: var(--white);
}

.back-to-top {
  position: fixed;
  display: none;
  right: 30px;
  bottom: 30px;
  z-index: 99;
}

.hp-title-card {
    border-radius: 5px;
}

.hp-title-card:hover {
  background-color: var(--base__color);
  color: #fff;
}

.hp-title-card p {
  font-weight: 300 !important;
  font-size: 18px;
}
.bg-all-color{
  background-color: #d1ffd1 !important;
}
/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity 0.5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

/*** Button ***/
.btn {
  font-weight: 500;
  transition: 0.5s;
}

.btn-outline-primary {
  color: var(--base__color);
  border-color: var(--base__color);
}

.btn-outline-primary:hover {
  color: var(--white);
  background-color: var(--base__color);
}


.btn.btn-primary,
.btn.btn-outline-primary:hover {
  color: #ffffff;
}

.btn.btn-base-color {
  background-color: var(--base__color);
  color: #ffffff;
}

.btn.btn-base-color3 {
  background-color: var(--base__color3);
  color: var(--base__color);
}

.btn-square {
  width: 38px;
  height: 38px;
}

.btn-social {
  color: var(--white);
}

.btn-social:hover {
  color: var(--base__color3);
}

.btn-sm-square {
  width: 32px;
  height: 32px;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}

/*** Navbar ***/
.navbar.sticky-top {
  top: -100px;
  transition: 0.5s;
}

.navbar .navbar-nav .nav-link {
  margin-left: 30px;
  padding: 25px 0;
  color: var(--base__color);
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  outline: none;
}

.navbar .navbar-nav .nav-link:hover {
  color: var(--base__color3);
}
.fa-solid{
  font-size: 42px;
}
.form-select{
  border-color: #5d008f;
}

/*** Header ***/
.carousel-caption {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  text-align: start;
  background: rgba(0, 0, 0, 0.15);
  z-index: 2;
}

.carousel-caption h1 {
  font-size: 48px;
}

.carousel-control-prev,
.carousel-control-next {
  width: 15%;
  z-index: 2;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 4rem;
  height: 4rem;
  background-color: var(--dark);
  border: 15px solid var(--dark);
  border-radius: 50px;
  z-index: 2;
}

.carousel-caption .breadcrumb-item + .breadcrumb-item::before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: var(--base__color);
  z-index: 2;
}


.carousel-item:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
}


@media (max-width: 768px) {
  .carousel-caption h1 {
    font-size: 24px !important;
  }

  #header-carousel .carousel-item {
    position: relative;
  }
}

@media (max-width: 440px) {
  #header-carousel .carousel-item {
    position: relative;
    min-height: 350px;
  }

  #header-carousel .carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .carousel-caption h1 {
    font-size: 18px !important;
  }
  

  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    border-width: 12px;
  }
}


.page-header {
  background: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)),
    url(../images/achievements/about-us.jpg) center center no-repeat;
  background-size: cover;
}

.section-img {
  position: relative;
  height: auto;
  width: 100%;
}

.section-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('../bg-img.png') center center no-repeat;
  background-size: cover;
  opacity: 0.1;
  z-index: -1; 
}

.page-header .breadcrumb-item + .breadcrumb-item::before {
  color: #999999;
}

/*** Facts ***/
.facts-overlay {
  position: absolute;
  padding: 30px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: rgba(0, 0, 0, 0.65);
}

.facts-overlay h1 {
  font-size: 120px;
  color: transparent;
  -webkit-text-stroke: 2px var(--primary);
}

.facts-overlay a:hover {
  color: var(--primary) !important;
}
.copyright .container .row .text-md-end a:hover {
  color: var(--secondary) !important;
}



/*** Service ***/
.service-text::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  background: var(--primary);
  opacity: 0;
  transition: 0.5s;
}

.service-item:hover .service-text::before {
  height: 100%;
  opacity: 1;
}

.service-text * {
  position: relative;
  transition: 0.5s;
  z-index: 1;
}

.service-item:hover .service-text * {
  color: #ffffff !important;
}

/*** Amenities ***/
.amenity-text::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  background: var(--base__color3);
  opacity: 0;
  transition: 0.5s;
}

.amenity-text {
  padding: 30px !important;
}

.amenity-item:hover .amenity-text::before {
  height: 100%;
  opacity: 1;
  background-color: #94c7a2 !important;
}

.amenity-text * {
  position: relative;
  transition: 0.5s;
  z-index: 1;
}

.amenity-item:hover .amenity-text * {
  color: #000 !important;
}

/*** Appointment ***/
.appointment {
  background: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)),
    url(../img/19.jpg) center center no-repeat;
  background-size: cover;
}

/*** Team ***/
.team-text {
  position: absolute;
  width: 75%;
  bottom: 30px;
  left: 0;
  transition: 0.5s;
}

.team-item:hover .team-text {
  width: 100%;
}

.team-text * {
  transition: 0.5s;
}

.team-item:hover .team-text * {
  letter-spacing: 2px;
}

/*** Testimonial ***/
.testimonial-carousel .owl-item img {
  width: 100px;
  height: 100px;
}

.testimonial-carousel .owl-nav {
  margin-top: 10px;
  display: flex;
  justify-content: center;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
  /* margin-right: 15px; */
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--dark);
  border: 2px solid var(--primary);
  border-radius: 50px;
  font-size: 18px;
  transition: 0.5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
  color: #ffffff;
  background: var(--primary);
}

/*** Footer ***/
.footer {
  color: #999999;
  background-color: #073f18 !important;
}

.footer .btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  color: white;
  font-weight: normal;
  text-transform: capitalize;
  transition: 0.3s;
}

.footer .btn.btn-link::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: white;
  margin-right: 10px;
}

.footer .btn.btn-link:hover {
  color: var(--light);
  letter-spacing: 1px;
  box-shadow: none;
}

.footer .copyright {
  padding: 25px 0;
  font-size: 15px;
  border-top: 1px solid rgba(256, 256, 256, 0.1);
}

.footer .copyright a {
  color: var(--base__color3);
}

.footer .copyright a:hover {
  color: var(--primary);
}

section#counter-stats {
  display: flex;
  justify-content: center;
  padding: 20px 0px;
  background: linear-gradient(rgb(17 71 0 / 85%), rgb(14 71 0 / 85%)),
    url(../img/stats-banner.jpg) center center no-repeat;
  background-size: cover;
}

.stats {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  font-family: "poppins", sans-serif;
  color: var(--white);
}

.stats .fa {
  color: var(--white);
  /* font-size: 48px; */
}

/*/ end count stats /*/

.property-card {
  width: 100%;
  background-color: white;
  position: relative;
}

.property-card .top {
  position: relative;
  background-color: var(--light);
}

.property-card .top:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--base__color2__overlay);
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.3s;
  opacity: 0;
}

.property-card .top:hover:before {
  opacity: 1;
}

.property-card .top:after {
  content: "View Property";
  color: white;
  font-size: 12px;
  padding: 10px;
  border: 1px solid white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  transition: 0.3s;
  opacity: 0;
}

.property-card .top:hover:after {
  opacity: 1;
}

.property-card .top img {
  width: 100%;
  margin-bottom: 0px;
}

.property-card .top span {
  position: absolute;
  right: 20px;
  top: 15px;
  color: white;
  font-size: 14px;
}

.property-card .top span i {
  margin-left: 5px;
}

.property-card .bottom {
  padding: 20px 15px;
  position: relative;
}

.property-card:not(:last-of-type) .bottom:before {
  content: "Hot";
  background-color: #ea723d;
  color: white;
  font-size: 11px;
  padding: 4px 7px;
  position: absolute;
  left: 20px;
  top: -40px;
  z-index: 1;
}

.property-card .bottom h3 {
  font-size: 15px;
}

.property-card .bottom > p {
  margin: 15px 0;
  font-size: 13px;
  line-height: 1.4;
  color: #777;
}

.property-card .bottom .advants {
  display: flex;
}

.property-card .bottom .advants > div {
  margin-right: 15px;
}

.property-card .bottom .advants > div > span {
  font-weight: bold;
  font-size: 12px;
}

.property-card .bottom .advants > div > div {
  margin-top: 10px;
  display: flex;
  align-items: center;
}

.property-card .bottom .advants > div > div i {
  color: #777;
  font-size: 18px;
}

.property-card .bottom .advants > div > div > span {
  font-size: 12px;
  font-weight: bold;
  margin-left: 10px;
}

.property-card .bottom .advants > div > div > span > span {
  color: #777;
  font-weight: normal;
  margin-left: 5px;
}

.property-card .bottom .price {
  margin-top: 0px;
}

.property-card .bottom .price span {
  color: var(--yellow);
  font-size: 16px;
}

/* ======================================================= */

.custom-margin {
  justify-content: center;
  margin-bottom: 50px;
}
.custom-button:hover {
  background-color: white;
  color: #5d008f;
  border-color: #5d008f;
}
.custom-button {
  background-color: #5d008f;
  color: white;
}

.center-buttons {
  display: flex;
  justify-content: center;
}
.center-buttons .col-md-3 {
  margin: 0 10px;
}
.form-control {
  border-color: #5d008f;
}

.blink {
  animation: blink-animation 1s steps(5, start) infinite;
}

@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}


.text-sm-stats{
  font-size: 16px !important;
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features {
  padding-top: 0;
}
.features .nav-tabs {
  border: 0;
}
.features .nav-link {
  border: 0;
  padding: 25px 20px;
  padding-bottom: 10px !important;
  transition: 0.3s;
  color: #2b2320;
}
.features .nav-link:hover {
  color: #ffa500;
}
.features .nav-link h4 {
  font-size: 18px;
  font-weight: 600;
}
.features .nav-link p {
  font-size: 14px;
  margin-bottom: 0;
}
.features .nav-link.active {
  box-shadow: 0px 0 15px rgba(0, 0, 0, 0.12);
  color: #ffa500;
}
.features .tab-pane {
  text-align: center;
}
.features .tab-pane img {
  max-height: 300px;
}
.features .tab-pane.active {
  -webkit-animation: slide-down 0.5s ease-out;
  animation: slide-down 0.5s ease-out;
}
@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slide-down {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.card-icon {
  padding: 40px;
  width: 150px;
  height: 150px;
}

.gallery-title
{
    font-size: 36px;
    color: #42B32F;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}
.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
}

.filter-button
{
    font-size: 18px;
    border: 1px solid var(--base__color);
    border-radius: 5px;
    text-align: center;
    color: var(--base__color);
    margin-bottom: 30px;
}

@media (max-width:781px){
  .filter-button{
    padding: 5px !important;
  }
  .table > :not(caption) > * > *{
    padding: 0 !important;
  }
}

.filter-button:hover
{
    font-size: 18px;
    border: 1px solid var(--base__color);
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    background-color: var(--base__color);
}
.filter-button.active {
  font-size: 18px;
  border: 1px solid var(--base__color);
  color: #ffffff;
  background-color: var(--base__color);
}
.btn-default.active
{
    background-color: var(--base__color) !important;
    color: white;
}

.port-image
{
    width: 100%;
}

.gallery_product
{
    margin-bottom: 15px;
}

table {
  color: var(--dark)!important;
}

.section_padding_130 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.faq_area {
  position: relative;
  z-index: 1;
  background-color: #f5f5ff;
}

.faq-accordian {
  position: relative;
  z-index: 1;
}
.faq-accordian .card {
  position: relative;
  z-index: 1;
  margin-bottom: 1.5rem;
}
.faq-accordian .card:last-child {
  margin-bottom: 0;
}
.faq-accordian .card .card-header {
  background-color: #ffffff;
  padding: 0;
  border-bottom-color: #ebebeb;
}
.faq-accordian .card .card-header h6 {
  cursor: pointer;
  padding: 1.75rem 2rem;
  color: var(--base__color3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.faq-accordian .card .card-header h6 span {
  font-size: 1.5rem;
}
.faq-accordian .card .card-header h6.collapsed {
  color: #070a57;
}
.faq-accordian .card .card-header h6.collapsed span {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.faq-accordian .card .card-body {
  padding: 1.75rem 2rem;
}
.faq-accordian .card .card-body p:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 575px) {
  .support-button p {
      font-size: 14px;
  }
}

.support-button i {
  color: #3f43fd;
  font-size: 1.25rem;
}
@media only screen and (max-width: 575px) {
  .support-button i {
      font-size: 1rem;
  }
}

.support-button a {
  text-transform: capitalize;
  color: #2ecc71;
}
@media only screen and (max-width: 575px) {
  .support-button a {
      font-size: 13px;
  }
}


    .album .responsive-container-block {
        min-height: 75px;
        height: fit-content;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        margin: 0 auto;
        justify-content: flex-start;
        padding-left: 10px;
        padding-right: 10px;
    }

    .album .responsive-container-block.bg {
        max-width: 1320px;
        margin: 0 auto;
        justify-content: space-between;
    }

    .album .img {
        width: 100%;
        margin-bottom: 10px;
    }

    .album .responsive-container-block.img-cont {
        flex-direction: column;
        max-width: 33.3%;
        min-height: auto;
        margin: 0;
        height: 100%;
    }

    .album .img.img-big {
        height: 50%;
        margin-bottom: 16px;
    }

    @media (max-width: 1024px) {
        .album .img {
            margin-bottom: 18px;
        }
    }

    @media (max-width: 650px) {
        .album .img {
            max-width: 32.5%;
            margin: 0;
        }

        .album .responsive-container-block.bg {
            flex-direction: column;
        }

        .album .responsive-container-block.img-cont {
            max-width: 100%;
            justify-content: space-between;
        }

        .album .img.img-big {
            max-width: 49%;
            margin: 0;
        }
    }


    .request-loader {
      position: relative;
      height: 60px;
      width: 60px;
      border-radius: 50% !important;
      background-color: #00346d;
      display: flex;
      justify-content: center;
      align-items: center;
      color: white;
  }

    

.request-loader::after, .request-loader::before {
  opacity: 0.2;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  color: rgb(238, 238, 238);
  border: 4px solid currentColor;
  border-radius: 50%;
  animation-name: ripple;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(.65, 0, .34, 1);
  z-index: 0;
}


    .hover-img {
        color: #fff;
        display: inline-block;
        margin: 8px;
        overflow: hidden;
        position: relative;
        text-align: center;
        width: 100%;
        height: auto;
        }

        .hover-img * {
            box-sizing: border-box;
            transition: all 0.45s ease;
        }

        .hover-img::before,
        .hover-img::after {
            background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.1));
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            content: '';
            transition: all 0.3s ease;
            z-index: 1;
            opacity: 0;
            transform: scale(1.1);
        }

        .hover-img img {
            vertical-align: top;
            max-width: 100%;
            backface-visibility: hidden;
        }

        .hover-img figcaption {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            align-items: left;
            z-index: 1;
            display: flex;
            flex-direction: column;
            justify-content: center;
            line-height: 1.1em;
            opacity: 0;
            z-index: 2;
            transition-delay: 0.1s;
            font-size: 16px;
            font-family: sans-serif;
            font-weight: 400;
            letter-spacing: 1px;
        }

        .hover-img:hover::before,
        .hover-img:hover::after {
            transform: scale(1);
            opacity: 1;
        }

        .hover-img:hover > img {
            opacity: 0.7;
            transform: scale(1.1);
        }

        .hover-img:hover figcaption {
            opacity: 1;
        }

        .hover-content2 {
            position: absolute;
            bottom: 10%;
            left: 10%;
            z-index: 9;
            transition: all 0.4s;
            background: rgba(0, 0, 0, 0.5);
        }

        .hover-content {
            position: absolute;
            bottom: 20px;
            left: 0;
            z-index: 9;
            transition: all 0.4s;
            background: rgba(0, 0, 0, 0.5);
        }


        @media (max-width: 568px) {
          .hover-content {
              bottom: 5px;
          }

          .hover-title {
              font-size: 12px;
              font-weight: 300 !important;
          }
          .hover-img figcaption{
            font-size: 10px !important;
            font-weight: 200px !important;
          }
        }

        .hover-1 .hover-overlay {
            background: linear-gradient(to top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.1));
        }

        .hover-title span {
            font-family: "Dancing Script", cursive;
            font-optical-sizing: auto;
            font-style: normal;
            font-size: 30px;
            color: #fdc800;
        }

.section-title {
  font-size: 28px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-weight: 400;
  display: inline-block;
  position: relative;
}
.section-title:after,
.section-title:before {
  content: "";
  position: absolute;
  bottom: 0;
}
.section-title:after {
  height: 2px;
  background-color: rgba(252, 92, 15, 0.46);
  left: 25%;
  right: 25%;
}

.section-title:before {
  width: 15px;
  height: 15px;
  border: 3px solid #fff;
  background-color: #fc5c0f;
  left: 50%;
  transform: translatex(-50%);
  bottom: -6px;
  z-index: 9;
  border-radius: 50%;
}

/* CAROUSEL STARTS */
.customer-feedback .owl-item img {
  width: 85px;
  height: 85px;
}

.feedback-slider-item {
  position: relative;
  padding: 60px;
  margin-top: -40px;
}

.customer-name {
  margin-top: 15px;
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 500;
}

.feedback-slider-item p {
  line-height: 1.875;
}

.customer-rating {
  background-color: #eee;
  border: 3px solid #fff;
  color: rgba(1, 1, 1, 0.702);
  font-weight: 700;
  border-radius: 50%;
  position: absolute;
  width: 57px;
  height: 57px;
  line-height: 55px;
  font-size: 15px;
  right: 0;
  top: 77px;
  text-indent: 12px;
}

.thumb-prev .customer-rating {
  top: -20px;
  left: 0;
  right: auto;
}

.thumb-next .customer-rating {
  top: -20px;
  right: 0;
}

.customer-rating i {
  color: rgb(251, 90, 13);
  position: absolute;
  top: 20px;
  right: 3px;
  font-weight: 600;
  font-size: 12px;
}

/* GREY BACKGROUND COLOR OF THE ACTIVE SLIDER */
.feedback-slider-item:after {
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 0;
  top: 103px;
  background-color: #f6f6f6;
  border: 1px solid rgba(251, 90, 13, 0.1);
  border-radius: 10px;
  z-index: -1;
}

.thumb-prev,
.thumb-next {
  position: absolute;
  z-index: 99;
  top: 45%;
  width: 98px;
  height: 98px;
  left: -90px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.thumb-next {
  left: auto;
  right: -90px;
}

.feedback-slider-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
}

.feedback-slider-thumb:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.customer-feedback .owl-nav [class*="owl-"] {
  position: relative;
  display: inline-block;
  /* bottom: 45px; */
  transition: all 0.2s ease-in;
}

.customer-feedback .owl-nav i {
  background-color: transparent;
  color: rgb(251, 90, 13);
  font-size: 25px;
  margin-left: 8.2px;
}

.customer-feedback .owl-prev {
  left: -15px;
}

.customer-feedback .owl-prev:hover {
  left: -20px;
}

.customer-feedback .owl-next {
  right: -15px;
}

.customer-feedback .owl-next:hover {
  right: -20px;
}

/* DOTS */
.customer-feedback .owl-dots {
  position: absolute;
  left: 50%;
  bottom: 35px;
}
.customer-feedback .owl-dot {
  display: inline-block;
}

.customer-feedback .owl-dots .owl-dot span {
  width: 11px;
  height: 11px;
  margin: 0 5px;
  background: #fff;
  border: 1px solid rgb(251, 90, 13);
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  border-radius: 50%;
}

.customer-feedback .owl-dots .owl-dot.active span {
  background-color: rgb(251, 90, 13);
}

/* RESPONSIVE */
@media screen and (max-width: 767px) {
  .feedback-slider-item:after {
    left: 30px;
    right: 30px;
  }
  .customer-feedback .owl-nav [class*="owl-"] {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    margin-top: 45px;
    bottom: auto;
  }
  .customer-feedback .owl-prev {
    left: 0;
  }
  .customer-feedback .owl-next {
    right: 0;
  }
}

/* ======================================================== */

.nav-pills .nav-link.active, .nav-pills .show > .nav-link{
  background-color: var(--base__color) !important;
  color: white;
}

.nav-pills .nav-link{
  border: 1px solid var(--base__color);
  color: var(--base__color);
  margin: 2px;
}

@media (max-width: 420px) {
  .nav-pills .nav-link {
    font-size: 12px !important;
  }
}
/* ====================================================== */
