/*================================================ navbar ===================================================*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap");
.top-nav {
  background-color: var(--secondery-color);
  color: #DB841B;
  padding-top: 5px;
  padding-bottom: 8px;
  font-family: "Lato", sans-serif;
}

.top-nav p {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 10px;
  color: var(--primary-light);
  font-size: 14px;
  font-weight: 600;
}

.top-nav span,
.top-nav p i {
  width: 25px;
  height: 25px;
  padding: 8px;
  font-size: 10px;
  vertical-align: middle;
  color: white;
  background-color: var(--dark-coffee);
  border-radius: 70%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.top-nav p i {
  margin-right: 5px;
}

.top-nav i:hover {
  background-color: var(--primary-light);
  color: var(--dark-coffee);
}

/* ========== preloader ================== */
#loading {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
}

.loading-bar {
  width: 40px;
  height: 26px;
  --c: linear-gradient(currentColor 0 0);
  background: var(--c) 0 100%, var(--c) 50% 100%, var(--c) 100% 100%;
  background-size: 8px calc(100% - 4px);
  background-repeat: no-repeat;
  position: relative;
}

.loading-bar:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: currentColor;
  left: 0;
  top: 0;
  animation: db3-1 1.5s linear infinite alternate, db3-2 0.75s cubic-bezier(0, 200, 0.8, 200) infinite;
}

@keyframes db3-1 {
  100% {
    left: calc(100% - 8px);
  }
}
@keyframes db3-2 {
  100% {
    top: -0.1px;
  }
}
/* ============preloader end================= */
.header .navbar {
  padding: 1rem 0;
}

.navbar .nav-link {
  color: var(--title);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 27px;
  font-family: var(--font-family);
  text-decoration: none;
  margin: 0 15px;
}

.header .nav-link:hover {
  color: var(--primary-color);
}

.header .active {
  color: var(--effect);
}

.header .navbar-brand img {
  width: 200px;
}

.header .navbar-brand .logo {
  display: block;
}

.navbar-brand .logo2 {
  display: none;
}

.header .navbar-toggler i {
  border: 0;
  color: var(--bg);
}

.header .navbar-toggler:focus {
  box-shadow: none;
}

.header .dropdown-toggle::after {
  display: none;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 12px;
}

@media all and (min-width: 992px) {
  /* .navbar .dropdown-menu-end {
      right: 0;
      left: auto;
  } 
   */
  .navbar .nav-item .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    margin-top: 1rem;
    padding: 0;
    border: none;
    box-shadow: var(--box-shadow);
  }
  .navbar .nav-item .dropdown-menu .dropdown-item {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    color: black;
    border: none;
    background-color: white;
  }
  .navbar .nav-item .dropdown-menu .dropdown-item:hover {
    color: white;
    background-color: var(--primary-color);
  }
  .navbar .nav-item:hover .dropdown-menu {
    transition: 0.3s;
    opacity: 1;
    visibility: visible;
    transform: rotateX(0deg);
  }
  /* .navbar-expand-lg .navbar-nav .dropdown-menu
  {
      position: static;
  } */
  .header .dropdown-menu li {
    position: relative;
  }
  .header .dropdown-menu .submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
  }
  .header .dropdown-menu .submenu-left {
    right: 100%;
    left: auto;
  }
  .header .dropdown-menu > li:hover > .submenu {
    display: block;
  }
}
.header__bars {
  width: 30px;
  justify-content: flex-end;
  transition: all 0.25s ease;
  cursor: pointer;
  /* padding: 0.1rem; */
  border: 1px solid transparent;
}

.header__bars::after {
  display: table;
  clear: both;
}

.header__bars:hover {
  border: 1px solid white;
}

.header__bars-bar {
  height: 2px;
  display: block;
  background-color: var(--coffee);
  margin: 0.3rem 0;
  float: right;
}

.header__bars-bar-1 {
  width: 100%;
}

.header__bars-bar-2 {
  width: 70%;
}

.header__bars-bar-3 {
  width: 40%;
}

/*============ scroll nav ================*/
/* scroll nav */
.scroll-nav {
  background-color: white !important;
  position: fixed !important;
  top: 0 !important;
  left: 0;
  right: 0;
  z-index: 100;
  /* padding:1rem 0; */
}

/* =============== banner start ========= */
.banner-wrapper {
  position: relative;
  overflow: hidden;
}

.slide {
  min-height: 60vh !important;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0;
  margin: 0;
}

.banner-wrapper .slide1 {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../images/banner/main-banner1.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.banner-wrapper .slide2 {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../images/banner/main-banner2.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.banner-wrapper .slide3 {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../images/banner/main-banner3.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.banner-wrapper .slide4 {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../images/banner/main-banner4.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.slide .display-3 {
  text-transform: uppercase;
  color: white;
}

.banner-wrapper .swiper-button-next,
.banner-wrapper .swiper-button-prev {
  background-color: rgba(255, 255, 255, 0.2);
  right: 10px;
  padding: 30px;
  color: rgba(255, 255, 255, 0.5) !important;
  font-size: 1rem !important;
}

.banner-txt {
  padding-left: 5rem;
}

.banner-wrapper .swiper-pagination-bullet-active {
  color: var(--primary-color) !important;
  border: 2px solid white !important;
  background-color: var(--coffee) !important;
}

.banner-wrapper .swiper-pagination-bullet-active::after {
  background-color: white !important;
}

.banner-wrapper .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  position: relative;
  text-align: center;
  line-height: 10vh;
  vertical-align: middle;
  margin: 0 0.8rem !important;
  opacity: 1;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
  font-size: 2em;
  /* background-color: wheat; */
  transition: 0.5s ease-in-out;
}

.banner-wrapper .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  width: 12px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.5);
}

.banner-txt h6 {
  color: white;
  text-transform: uppercase;
}

.banner-txt h1 {
  color: white;
  font-weight: 600;
  text-transform: uppercase;
}

.banner-txt .banner-btn {
  margin: 3rem 0;
  padding: 0;
}

/* =======================animation============================================ */
@keyframes fadeUp {
  0% {
    transform: translateY(4rem);
    opacity: 0;
  }
}
.banner-wrapper .mySwiper .swiper-slide-active h6,
.mySwiper .swiper-slide-active .banner-txt h1,
.mySwiper .swiper-slide-active .banner-txt .banner-btn {
  animation: fadeUp 0.4s linear backwards 0.6s;
}

/* ================banner end=========================== */
.banner-title {
  color: white;
  font-weight: 600;
  text-transform: uppercase;
}

.banner-list {
  color: white;
  font-weight: 400;
  text-transform: capitalize;
  padding-bottom: 5px;
}

.banner-list .fa-check {
  color: white;
  background: var(--primary-color);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  height: 30px;
  min-width: 30px;
  margin-right: 1rem;
  font-size: 15px;
}

/*===================== All Button Style ====================================*/
.main-btn {
  border: none;
  background: linear-gradient(to right, var(--coffee) 50%, var(--primary-color) 50%);
  background-size: 220% 100% !important;
  background-position: right bottom !important;
  transition: all 0.5s ease-out !important;
  color: white;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.2px;
  padding: 15px 30px !important;
  text-transform: capitalize;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.main-btn i {
  margin-right: 5px;
  padding: 0.5rem;
  border-radius: 50%;
  color: white;
}

.main-btn:hover {
  background-position: left bottom !important;
  color: white;
}

.main-btn:hover i {
  background: #DB841B;
}

.small {
  border: none;
  background: linear-gradient(to right, var(--coffee) 50%, white 50%);
  background-size: 220% 100% !important;
  background-position: right bottom !important;
  transition: all 0.5s ease-out !important;
  color: var(--coffee);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.2px;
  padding: 15px 30px;
  text-transform: capitalize;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.small:hover {
  background-position: left bottom !important;
  color: white;
}

/* ================= modal ============ */
#myModal {
  z-index: 99999;
}

.modal-form-section .modal-content {
  /* background: var(--primary-color); */
  position: relative;
  padding: 0;
}

.modal-form-section .btn-close:focus {
  outline: 0;
  box-shadow: none;
}

.modal-form-section .modal-body {
  padding: 0;
}

.modal-form-section .modal-header {
  border-bottom: 0;
}

.modal-form-section .forms-body {
  background: white;
  padding: 0.8rem 1.5rem;
  position: relative;
}

.modal-form-section #modalclose {
  position: absolute;
  right: 1rem;
  top: 0.5rem;
  color: var(--black) !important;
  /* left: 22rem; */
  /* border: 1px solid red; */
}

.modal-health {
  background: var(--primary-color);
}

.modal-txt {
  background: var(--primary-color);
  padding: 1.5rem 2rem;
}

.modal-txt p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 3rem;
  color: white;
  text-transform: uppercase;
}

.modal-txt h1 {
  color: white;
  font-style: normal;
  font-weight: 700;
  font-size: 34px;
  line-height: 44px;
  margin-bottom: 2rem;
  text-transform: uppercase;
}

.modal-list {
  padding-left: 0;
}

.modal-txt .modal-list li i {
  color: var(--primary-color);
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 12px;
  min-width: 20px;
  height: 20px;
  margin-top: 2px;
}

.modal-txt .modal-list li span {
  padding-left: 0.2em;
  font-size: 16px;
  color: white;
  margin-bottom: 16px;
}

.modal-form h3 {
  color: black;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 2rem;
  text-transform: uppercase;
}

.modal-form {
  /* width: 70%; */
  padding: 0.5rem;
  display: block;
  margin: 0 auto;
}

.modal-form .form-control:focus {
  box-shadow: none;
  border-color: var(--primary-color);
}

.modal-form .form-select:focus {
  box-shadow: none;
  border-color: var(--primary-color);
}

.modal-form .form-select,
.modal-form .form-control {
  outline: 0;
}

.modal-form .form-detail {
  margin: 0.4rem 0;
}

input, textarea, select {
  border-radius: 0 !important;
}

/*----==============-- scroll top================== */
.scroll-to-top {
  position: relative;
}

.btn-position {
  position: fixed;
  bottom: 50px;
  right: 25px;
  z-index: 20;
}

.btn-style {
  background-color: var(--primary-color);
  border-radius: 50%;
  height: 50px;
  width: 50px;
  color: white;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
}

.btn-style:hover {
  background-color: var(--primary-color);
  color: white;
  opacity: 0.9;
}

/* =================================about========================================= */
.about-list li i {
  color: white;
  background: var(--primary-color);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  min-width: 30px;
  height: 30px;
}

.about-list li span {
  padding-left: 1em;
  font-size: 20px;
  color: var(--black);
  margin-bottom: 16px;
}

.about-wrapper {
  padding: 40px 0px;
  background: var(--primary-light);
  overflow: hidden;
  visibility: visible;
  position: relative;
}

.about-left {
  margin: 10px 0 20px 10px;
  display: inline-block;
  position: relative;
}

.about-left p {
  font-size: 16px;
  color: #5c5c5c;
  letter-spacing: 0.2px;
  text-align: left;
  line-height: 33px;
}

.about-icon {
  position: relative;
  padding: 3rem 0;
}

.about-icon i {
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-icon p {
  text-align: center;
  padding: 1rem 0;
  color: var(--text-color);
  font-size: 18px;
  line-height: 22px;
}

.about-icon i::before {
  /* position: absolute; */
  font-size: 30px;
  color: var(--primary-color);
  height: 100px;
  width: 100px;
  background: #dfdfdf;
  border-radius: 50%;
  line-height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: inset 0 0 1px 7px white;
  box-shadow: inset 0 0 1px 10px white;
}

.about-icon i:hover::before {
  transform: rotate(360deg);
  transition: transform 0.9s ease 0s;
  background: var(--title);
  color: white;
  transition: all 0.2s ease-in;
  /*box-shadow: inset 0 0 1px 7px  var(--primary-color);
  -webkit-box-shadow: inset 0 0 1px 10px  var(--primary-color);
  -moz-box-shadow: inset 0 0 1px 10px  var(--primary-color);
  box-shadow: inset 0 0 1px 10px  var(--primary-color);*/
  box-shadow: none;
}

.about-img img {
  width: 100%;
  min-height: 260px;
}

/* accordion */
.about-accordion {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  margin: 20px 0px;
}

.about-accordion .accordion .card {
  margin: 10px 0px;
  border: 1px solid var(--primary-color);
  border-radius: 0px;
  background: transparent;
}

.about-accordion .card-header {
  background: transparent !important;
}

.about-accordion .btn-link {
  color: var(--text-color);
  text-decoration: none;
}

.about-accordion .btn-link:hover {
  color: var(--text-color);
  text-decoration: none;
}

.about-accordion .btn-check:focus + .btn,
.btn:focus {
  outline: 0;
  box-shadow: none !important;
  color: var(--primary-color);
}

.about-accordion .card-header {
  padding: 0rem 1rem;
  position: relative;
}

.about-accordion .about-accordion-icon i {
  position: absolute;
  font-size: 20px;
  /* font-weight: 700; */
  color: var(--primary-color);
  right: 30px;
  bottom: 0.5rem;
}

.about-left .title {
  padding: 1rem;
}

.title-2 {
  font-size: 1.2rem;
}

.line-left::after {
  background-color: red;
  height: 100px;
}

.line-left:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background-color: var(--primary-color);
}

.cds-area {
  position: relative;
}

.cds-area .cds-title {
  margin-top: 0px;
  margin-bottom: 30px;
  position: relative;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 45px;
  color: black;
}

.cds-area .cds-slider {
  overflow: hidden;
}

.cds-box {
  margin-bottom: 2rem;
}

.cds {
  padding: 2rem 1.5rem;
  background-color: white;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.cds-img {
  overflow: hidden;
  border-radius: 5px;
}

.cds-img img {
  width: 100%;
  transition: all 0.9s ease-in-out;
  border-radius: 5px;
}

.cds-img:hover img {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
}

.cds-text h3 {
  font-style: normal;
  font-size: 22.8203px;
  line-height: 34px;
  color: black;
  margin-top: 42px;
  margin-bottom: 14px;
}

.cds-text p {
  font-style: normal;
  font-weight: 400;
  font-size: 15.2136px;
  line-height: 23px;
  color: black;
  margin-bottom: 50px;
  text-overflow: ellipsis;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 28px;
  max-height: 70px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.cds-text a {
  font-style: normal;
  line-height: 25px;
  color: white;
}

.cds-text .main-btn {
  background: linear-gradient(to right, var(--primary-color) 50%, transparent 50%);
  box-shadow: none;
  transition: 0.3s ease-in-out;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}
.cds-text .main-btn:hover {
  background-position: left bottom !important;
  color: white;
}

.cds-text .main-btn i {
  margin-left: 0.5rem;
  font-size: 1rem;
  font-weight: 600;
  color: var(--primary-color);
}

.cds-text .main-btn:hover i {
  color: white;
}

/*===== ==============All Section Title Style ======================*/
section {
  padding: 2rem 0;
}

.pages-section {
  padding: 10rem 0 5rem 0;
}

.section-title {
  display: inline-block;
  width: 100%;
  margin: 30px 0px;
  position: relative;
  z-index: 9;
  text-align: left;
}

.section-title h2 {
  font-size: 20px;
  color: black;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.section-title h2 span {
  color: var(--primary-color);
  margin-left: 5px;
}

.section-title h2::before {
  position: absolute;
  content: "";
  width: 7%;
  height: 3px;
  background: var(--primary-color);
  bottom: 0;
  left: 0;
  top: 2rem;
}

.section-title h2::after {
  position: absolute;
  content: "";
  height: 3px;
  width: 5px;
  background: white;
  left: 0;
  bottom: 0;
  top: 2rem;
  z-index: 1;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-name: LINE-MOVE;
}

.about-section-title {
  margin: 10px 0;
}
.about-section-title h2 {
  position: relative;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
}
.about-section-title h2::after {
  bottom: 0 !important;
  top: auto;
}
.about-section-title h2::before {
  top: auto;
  bottom: 0 !important;
}
.about-section-title h2 span {
  font-weight: 400;
  margin-left: 0;
}

/* animation */
@keyframes LINE-MOVE {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(95px);
  }
}
.section-row {
  padding-top: 3rem;
}

.services-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 1.5rem;
}

.services-item .services-icon {
  padding-top: 2rem;
  position: relative;
  transition: all 0.25s ease;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.services-item .services-icon i {
  font-size: 2.5rem;
  color: var(--coffee);
}

.services-item .services-box {
  background-color: var(--primary-light);
  position: relative;
  border-radius: 10px;
  padding: 2rem;
  min-height: 350px;
  transition: 0.3s ease-in-out;
}
.services-item .services-box:hover {
  background-color: bisque;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.services-item .services-box h3 {
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--coffee);
  margin-bottom: 1rem;
}

.services-item .services-box p {
  color: #292929;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.5px;
  padding-top: 10px;
}

/* Circle */
.circle-eff {
  position: relative;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.circle-eff::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.circle-eff:hover::before {
  animation: circle 0.75s;
}
@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
/* ========== counter section ========== */
.counter-area {
  background: var(--primary-light);
  position: relative;
  padding: 5rem 0;
}

.counter-area::after {
  position: absolute;
  background-image: url(../images/bg/counters_left.webp);
  background-repeat: no-repeat;
  width: 100%;
  height: 280px;
  content: "";
  left: 0;
  bottom: 0px;
  opacity: 0.2;
  z-index: 1;
}

.counter-box {
  display: block;
  margin: 0 auto;
}

.counter-icon {
  text-align: center;
}

.counter-icon i {
  font-size: 3rem;
  color: var(--primary-color);
}

.counter-text p {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: var(--coffee);
  margin-top: 20px;
}

.counter-text .count-num {
  font-family: var(--primary-font);
  font-style: normal;
  font-weight: 900;
  font-size: 40px;
  line-height: 60px;
  margin-top: 15px;
  color: var(--text-color);
}

/* ======================== cta banner =========================================== */
.cta-banner-area {
  position: relative;
  padding: 5rem 0;
}

.cta-banner-area::after {
  position: absolute;
  background-image: url(../images/bg/cta-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  width: 480px;
  height: 380px;
  content: "";
  opacity: 0.6;
  right: 0;
  top: 2rem;
}

.cta-banner {
  background-color: var(--primary-color);
  padding: 4rem 2rem;
  /* overflow: hidden; */
  position: relative;
  z-index: 9;
}

.cta-profile img {
  width: 50%;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
}

.cta-banner .cta-text h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 42px;
  color: white;
  border-radius: 10px;
  margin-bottom: 30px;
}

.cta-banner .cta-text p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: white;
  border-radius: 10px;
}

.cta-banner .main-btn {
  background: linear-gradient(to right, var(--coffee) 50%, white 50%);
  color: brown;
}

.cta-banner .main-btn:hover {
  color: white;
}

/* testimonial */
.testimonial {
  position: relative;
  overflow: hidden;
  padding-bottom: 8rem;
}

.testimonial-item {
  position: relative;
}

.testimonial .swiper-pagination {
  position: absolute;
  top: 22rem;
  /* border: 2px solid red; */
}

.testimonial .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  text-align: center;
  line-height: 15px;
  font-size: 12px;
  position: relative;
  color: var(--coffee);
  opacity: 1;
  background: rgba(0, 0, 0, 0.2);
  margin: 0 0.8rem !important;
}

.testimonial .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  width: 12px;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.2);
}

.testimonial .swiper-pagination-bullet-active {
  color: white !important;
  background: var(--primary-color) !important;
}

.testimonial .swiper-pagination-bullet-active::after {
  background-color: var(--primary-color) !important;
}

.testimonial-swiper .swiper-slide-active {
  color: white !important;
  background: var(--primary-color) !important;
}

.testimonial-swiper .swiper-slide-active h5,
.testimonial-swiper .swiper-slide-active p {
  color: white !important;
}

/* ==================== form area ================= */
.form-area {
  background: var(--primary-light);
  padding: 5rem 1.5rem;
  position: relative;
}

.form-area:before {
  position: absolute;
  content: "";
  background-image: url(../images/bg/form_left.webp);
  background-repeat: no-repeat;
  background-size: cover;
  left: 45px;
  top: 10px;
  width: 291px;
  height: 231px;
  overflow: hidden;
  z-index: 1;
  opacity: 0.4;
}

.form-area:after {
  position: absolute;
  content: "";
  background-image: url(../images/bg/form_right.webp);
  background-repeat: no-repeat;
  background-size: cover;
  right: 45px;
  top: 10px;
  width: 291px;
  height: 231px;
  z-index: 1;
  opacity: 0.4;
}

.form-area .section-title .title {
  text-transform: capitalize;
}

.form-area .section-title p {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  text-transform: capitalize;
  color: #8B8B8B;
}

.form-area .form {
  margin-top: 20px;
}

.form-area .inbox-form .form-control {
  /* border-radius: 24px; */
  padding: 1.3rem;
  border-color: var(--primary-color);
  font-weight: 400;
  font-size: 16px;
}

.form-area .form-select:focus {
  box-shadow: none;
  outline: 0;
}

.form-area .form-control:focus {
  box-shadow: none;
  outline: 0;
  border-color: var(--primary-color);
}

.form-area .inbox-form {
  position: relative;
}

.form-area .inbox-form .main-btn {
  position: absolute;
  top: 12px;
  right: 12px;
  border: 0;
  padding: 12.10819px 24.3246px !important;
  background: var(--primary-color);
  color: white !important;
}

.form-area h5 {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  color: var(--effect);
}

.form-area h2 {
  margin-top: 20px;
  margin-bottom: 15px;
  position: relative;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 45px;
  color: var(--title);
}

/* =========================footer ================================== */
/* ==================== footer ============================ */
.footer {
  padding: 4rem 0 2rem 0;
  overflow: hidden;
  position: relative;
  background: #FFE5B4;
}

.footer-logo img {
  width: 200px;
}

.footer h5 {
  color: black;
  margin-bottom: 2rem;
  font-weight: 600;
}

.footer p {
  color: black;
}

.footer-link ul {
  list-style: none;
  padding: 0;
}

.footer-link li {
  padding: 0.5rem 0;
}

.footer-link a {
  color: black;
  transition: 0.3s ease-in-out;
}

.footer-link a:hover {
  color: var(--text-color);
}

.footer p i {
  color: var(--text-color);
}

/*========== footer bottom ===============*/
.footer-bottom {
  background: var(--coffee);
}

.footer-bottom p {
  color: white;
  margin-bottom: 0;
}

/* ====================== /footer =============================== */
.social-btn {
  border-radius: 50%;
  width: 38px;
  height: 38px;
  color: white;
  background-color: var(--primary-color);
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  transition: all 0.4s ease-out 0s;
}

.social-btn:hover {
  background-color: white;
  border: 1px solid white;
  color: var(--primary-color);
}

.page-banner {
  background-position: center center;
  background-repeat: no-repeat !important;
  background-repeat: no-repeat !important;
  background-size: cover;
  height: 50vh;
}

.page-banner p,
.page-banner h1,
.page-banner li a {
  color: white;
  font-weight: 500;
}

.page-banner h1 {
  font-weight: 800;
  font-size: 40px;
}

.page-banner .breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: white;
  content: var(--bs-breadcrumb-divider, "/");
}

/* ========================= blog detail page ======================================================================================= */
.blog-detail-area {
  position: relative;
}

.blog-detail-area .blog-detail-img {
  overflow: hidden;
}

.blog-detail-area .blog-detail-img a img {
  width: 100%;
  height: 53vh;
  transition: all 0.9s ease-in-out;
  -webkit-transition: all 0.9s ease-in-out;
  -moz-transition: all 0.9s ease-in-out;
  -ms-transition: all 0.9s ease-in-out;
  -o-transition: all 0.9s ease-in-out;
}

.blog-detail-area .blog-detail-img:hover a img {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
}

.blog-detail-content-section {
  /* padding: 2rem; */
  position: relative;
}

.blog-detail-content-item {
  background-color: var(--primary-light);
  padding: 2rem;
  margin-bottom: 1rem;
}

.blog-detail-content-title h3 {
  padding-bottom: 1rem;
}

.blog-detail-content-img {
  overflow: hidden;
}

.blog-detail-content-img img {
  width: 100%;
  transition: all 0.5s;
}

.blog-detail-content-img img:hover {
  transform: scale(1.1);
}

.blog-detail-content-body {
  /* padding: 24px  5px; */
}

.blog-detail-img-meta a {
  color: var(--primary-color);
}

.blog-detail-content-body .blog-detail-meta {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  margin-top: 8px;
  display: flex;
  justify-content: space-between;
}

.blog-details .blog-detail-content-body .blog-detail-meta a {
  color: var(--primary-color);
}

.blog-details .blog-detail-content-body .blog-detail-meta a:hover {
  color: var(--primary-color);
}

.blog-details .blog-detail-content-body .blog-detail-meta a.category {
  color: var(--primary-color);
}

.blog-details .blog-detail-content-body .blog-detail-meta .category {
  margin-right: 20px;
}

.blog-details .blog-detail-content-body .blog-detail-meta .category i {
  margin-right: 4px;
}

.blog-details .blog-detail-content-body.blog-detail-meta .post-date i {
  margin-right: 5px;
}

.blog-details .blog-detail-content-body .blog-detail-content-body-title :hover {
  color: var(--primary-color);
}

.blog-detail-area .blog-que {
  margin: 1rem 0;
}

.blog-detail-area .blog-que h4 {
  padding-bottom: 0.5rem;
}

/* ======================================= career ==================================== */
.career-area {
  position: relative;
}

.career-section {
  position: relative;
  padding: 0.5rem;
}

.career {
  background-color: white;
  border: 1px solid var(--primary-light);
  border-radius: 3px;
  padding: 2rem;
  margin: 1rem 0;
  /* overflow: hidden; */
}

.career-item {
  transition: all 0.4s ease;
}

.career-item .career__meta {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.career-item .career__type {
  font-size: 13px;
  text-transform: capitalize;
  background-color: var(--primary-color);
  color: #ffffff;
  padding: 3px 8px;
  border-radius: 2px;
  margin-right: 20px;
}

.career-item .career__title {
  font-size: 20px;
  margin-bottom: 0;
}

.career-item .career__desc {
  font-size: 15px;
  margin-bottom: 0;
}

.rcm-navbar .nav-link {
  text-align: center;
  color: var(--primary-color);
  font-weight: 600;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
.rcm-navbar .nav-link:hover {
  color: var(--coffee);
}

.rcm-scroll {
  background-color: var(--primary-light);
  position: fixed;
  top: 74px;
  left: 0;
  right: 0;
  z-index: 99;
}

.rcm-navbar .rcm-navbar-slider {
  position: relative;
  overflow: hidden;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-weight: 400 !important;
  font-size: 1rem !important;
}

.rcm-navbar .swiper-button-next,
.rcm-navbar .swiper-button-prev {
  width: 5px !important;
  height: 20px !important;
  z-index: 10;
  cursor: pointer;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: wheat;
  color: var(--primary-color);
}

.rcm-services {
  padding-top: 10rem !important;
}

.rcm-navbar {
  position: relative;
  padding: 1rem 0;
  background-color: var(--primary-light);
}

.rcm-navbar .nav-link {
  font-size: 1rem;
  margin: 0 15px;
  color: var(--primary-color);
  font-weight: 400;
  cursor: pointer;
}
.rcm-navbar .nav-link:hover {
  color: var(--coffee);
}

.rcm-scroll {
  background-color: var(--primary-light);
  position: fixed;
  top: 74px;
  left: 0;
  right: 0;
  z-index: 99;
}

.rcm-services-area {
  position: relative;
}

.rcm-services-area .rcm-services-text {
  position: relative;
  padding-left: 40px;
}

.rcm-services-text-wrapper {
  position: relative;
}

.rcm-services-area .rcm-services-text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background-color: var(--primary-color);
}

.rcm-services-heading .rcm-services-title {
  font-size: 28px;
  color: var(--primary-color);
  margin-bottom: 12px;
  text-transform: capitalize;
}

.rcm-services-img {
  overflow: hidden;
}

.rcm-services-img img {
  width: 100%;
  transition: all 0.5s;
}

.rcm-services-img img:hover {
  transform: scale(1.1);
}

/*  Contact */
.contact-area {
  padding: 5rem 0 0 0;
}

.other-address-area {
  padding: 0 0 1rem 0;
}

/* ==================== contact page start =================== */
.contact-form .form-control:focus {
  box-shadow: none;
  border-color: var(--primary-color);
}

.contact-form .form-control {
  outline: 0;
}

/*START ADDRESS*/
.contact-address .single_address {
  overflow: hidden;
  margin-bottom: 10px;
  padding-left: 40px;
}

@media only screen and (max-width: 768px) {
  .contact-address .single_address {
    padding-left: 0px;
  }
}
.contact-address .single_address i {
  background: var(--primary-color);
  color: white;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  float: left;
  margin-right: 14px;
  font-size: 14px;
  margin-bottom: 20px;
  transition: all 0.3s ease 0s;
}

.contact-address .single_address h4 {
  font-size: 18px;
  margin-bottom: 0px;
  overflow: hidden;
  font-weight: 600;
}

.contact-address .single_address p {
  overflow: hidden;
  margin-top: 5px;
}

/*
-----------------------------------------------------------------------
    Blog CSS
-----------------------------------------------------------------------
*/
.post-item {
  position: relative;
  overflow: hidden;
}

.post-item .thumb {
  overflow: hidden;
}

.post-item .thumb a img {
  width: 100%;
  transition: all 0.9s ease-in-out;
  -webkit-transition: all 0.9s ease-in-out;
  -moz-transition: all 0.9s ease-in-out;
  -ms-transition: all 0.9s ease-in-out;
  -o-transition: all 0.9s ease-in-out;
}

.post-item .content {
  box-shadow: var(--box-shadow);
  padding: 24px 5px;
}

.post-item .content .meta {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  display: flex;
  justify-content: space-between;
}

.post-item .content .meta a {
  color: var(--primary-color);
}

.post-item .content .meta a:hover {
  color: var(--primary-color);
}

.post-item .content .meta a.category {
  color: var(--primary-color);
}

.post-item .content .meta .category {
  margin-right: 20px;
}

.post-item .content .meta .category i {
  margin-right: 4px;
}

.post-item .content .meta .post-date i {
  margin-right: 5px;
}

.post-item .content .title {
  font-size: 24px;
  line-height: 1.25;
  margin-bottom: 15px;
}

.post-item .content .title a {
  color: black;
}

.post-item .content .title a:hover {
  color: var(--primary-color);
}

.post-item .content p {
  color: black;
  font-size: 16px;
  line-height: 1.5;
}

.post-item:hover .thumb a img {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
}

/* ================= testimonial page section =============== */
.testimonial-page-section {
  position: relative;
  padding: 0.5rem;
}

.testimonial-page-box {
  position: relative;
  margin-bottom: 1.5rem;
}

.testimonial-page-item {
  background: var(--primary-light);
  padding: 2rem;
}

.testimonial-page-item .testimonial-page-img {
  display: flex;
  justify-content: center;
  align-items: center;
}

.testimonial-page-item .testimonial-page-img img {
  border-radius: 5%;
  width: 100%;
}

.testimonial-page-item .testimonial-page-txt h3 {
  margin-bottom: 1rem;
}

.testimonial-page-item .testimonial-page-txt h5 {
  margin-bottom: 0.2rem;
}

.testimonial-page-item .testimonial-page-txt h6 {
  opacity: 0.5;
  font-size: 14px;
}

.about-page-box {
  position: relative;
  margin-bottom: 1.5rem;
}

.about-page-item {
  background: var(--primary-light);
  padding: 2rem;
}

.about-page-item h5 {
  margin-bottom: 1.5rem;
  line-height: 2rem;
}

.about-page-item .user-img {
  width: 300px;
  margin-bottom: 15px;
  margin-right: 15px;
  float: left;
}

:root {
  --primary-color: #DB841B;
  --primary-light: #fff4df;
  --secondery-color: #946351;
  --dark-color: #6c757d;
  --dark-coffee: #4a2c2a;
  --coffee: #9f6841;
  --lite-coffee: #e0bb82;
}

html,
body {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-family: "Roboto", sans-serif;
}

a {
  text-decoration: none;
}

.our-partner {
  background-color: var(--primary-light);
}/*# sourceMappingURL=style.css.map */