@import url("https://fonts.googleapis.com/css2?family=Inria+Serif:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Amethysta&display=swap");

/* 
---------------------------------------------
global styles - start
--------------------------------------------- 
*/

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

html,
body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  background-color: #fff;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* overflow-x: hidden; */
}

header,
nav,
section,
article,
aside,
footer,
hgroup {
  display: block;
}

ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}

a {
  text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: "Inria Serif", serif;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 15px;
  line-height: 26px;
  font-weight: 300;
  color: #252525;
}

img {
  width: 100%;
  overflow: hidden;
}

::selection {
  background: #606626;
  color: #fff !important;
}

::-moz-selection {
  background: #606626;
  color: #fff !important;
}

h1 {
  font-weight: 500 !important;
}

@media (max-width: 991px) {
  html,
  body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

/* ---- custom scroll design ---- */
/* width */
::-webkit-scrollbar {
  width: 12px;
}

/* Track */
::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #d9d9d9;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #606626;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #838b34;
}
/* ---- custom scroll design ---- */

/* 
---------------------------------------------
global styles - end
--------------------------------------------- 
*/

/* ---- top bar ---- */
.pre-header {
  background-color: #ffffff;
  height: 60px;
  padding: 15px 0px;
}

.pre-header ul li {
  display: inline-block;
}

.pre-header ul.info li {
  margin-right: 45px;
}

.pre-header ul.info li a {
  color: #afafaf;
  font-size: 14px;
  transition: all 0.3s;
}

.pre-header ul.info li a:hover {
  color: #606626;
}

.pre-header ul.info li a i {
  font-size: 18px;
  margin-right: 8px;
}

.pre-header ul.social-media {
  text-align: start;
}

.pre-header ul.social-media li {
  margin-left: 5px;
}

.pre-header ul.social-media li a {
  background-color: #ffffff;
  color: #252525;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
  transition: all 0.3s;
}

.pre-header ul.social-media li a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pre-header ul.social-media li a:hover {
  color: #606626;
}

.working-hours {
  margin-right: 20px;
}

.logo-img {
  width: 210px;
  height: auto;
}
/* ---- top bar ---- */

@media (min-width: 768px) and (max-width: 1024px) {
  .testimonial-details {
    margin-top: 14% !important;
  }

  .gallery-details {
    margin-top: 14% !important;
  }

  .header-area .main-nav.nav-visible .nav {
    display: block !important;
  }

  .mob-tab-only {
    margin-top: 17% !important;
  }
}

@media screen and (max-width: 767px) {
  .header-area .main-nav.nav-visible .nav {
    display: block;
  }
}

/* all services button */
.instaface-btn {
  text-transform: uppercase;
}

.instaface-btn a {
  padding: 11px 40px 11px 20px !important;
  position: relative;
  font-size: 14px;
  display: inline-block;
  color: #606626 !important;
  border: 1px solid #606626 !important;
  border-radius: 23px;
  font-weight: 400 !important;
  letter-spacing: 0.3px !important;
  transition: all 0.5s;
}

.instaface-btn a i {
  position: absolute;
  top: 50%;
  right: 7px;
  transform: translateY(-50%);
  font-size: 16px;
  background-color: #606626;
  color: #ffffff !important;
  border-radius: 50%;
  padding: 8px 8px;
}

.instaface-btn a span {
  margin-right: 10px;
}

.instaface-btn a:hover {
  background-color: #606626;
  color: #ffffff !important;
}

.instaface-btn a:hover i {
  background-color: #ffffff;
  color: #606626 !important;
}

/* all services button */

.demos {
  padding-top: 60px;
}

.demo-item {
  position: relative;
  z-index: 2;
}

.demos img {
  transition: all 0.5s;
  border-radius: 23px;
}

.demos img:hover {
  opacity: 1;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
}

.demos h4 {
  text-align: center;
  font-size: 20px;
  margin-top: 30px;
  font-weight: 700;
  text-transform: uppercase;
}

/* 
---------------------------------------------
header
--------------------------------------------- 
*/

.background-header {
  background-color: #fff !important;
  height: 80px !important;
  position: fixed !important;
  top: 0px;
  left: 0px;
  right: 0px;
  box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.03);
}

.background-header .logo,
.background-header .main-nav .nav li a {
  color: #fff;
}

.background-header .main-nav .nav li:hover a {
  color: #606626;
}

.background-header .nav li a.active {
  position: relative;
  color: #fff;
}

.background-header .nav li a.active:after {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #606626;
  content: "";
  left: 50%;
  bottom: -20px;
  /* transform: translateX(-50%); */
}

.background-header .nav li:last-child a.active:after {
  background-color: transparent;
}

.main-nav {
  flex: 1;
}

.main-nav ul {
  text-align: center;
}

.main-nav ul li {
  display: inline-block;
  /* margin-right: 20px;  */
}

/* .main-nav ul li:last-child {
  margin-right: 0;
} */

@media (max-width: 768px) {
  .s-h {
    display: none;
  }

  .top-px {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }

  .pre-header {
    height: auto;
  }

  .pre-header .container-fluid {
    padding: 0 15px;
  }
  .pre-header ul.social-media {
    text-align: center;
    margin-bottom: 10px;
  }
  .pre-header .row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .pre-header ul.info {
    text-align: center !important;
    width: 100%;
  }
  .pre-header .col-lg-4,
  .pre-header .col-lg-8,
  .pre-header .col-sm-4,
  .pre-header .col-sm-8,
  .pre-header .col-5,
  .pre-header .col-7 {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .pre-header {
    padding: 10px 0;
    height: auto;
  }
  .pre-header ul.social-media li {
    margin-left: 3px;
  }
  .pre-header ul.social-media li a {
    width: 25px;
    height: 25px;
    line-height: 25px;
  }
  .social-media i {
    font-size: 15px;
  }
}

/* Book Appointment */
.border-first-button {
  margin-left: 20px;
}

.border-first-button a {
  padding: 11px 40px 11px 20px !important;
  position: relative;
  font-size: 14px;
  display: inline-block;
  color: #606626 !important;
  border: 1px solid #606626 !important;
  border-radius: 23px;
  font-weight: 400 !important;
  letter-spacing: 0.3px !important;
  transition: all 0.5s;
}

.border-first-button a i {
  position: absolute;
  top: 50%;
  right: 7px;
  transform: translateY(-50%);
  font-size: 16px;
  background-color: #606626;
  color: #ffffff !important;
  border-radius: 50%;
  padding: 8px 8px;
}

.border-first-button a span {
  margin-right: 10px;
  text-transform: uppercase;
  font-size: 13px;
}

.border-first-button a:hover {
  background-color: #606626;
  color: #ffffff !important;
}

.border-first-button a:hover i {
  background-color: #ffffff;
  color: #606626 !important;
}

.border-first-button-mob a {
  padding: 10px 40px 10px 20px !important;
  position: relative;
  display: inline-block;
  color: #606626 !important;
  border: 1px solid #606626 !important;
  border-radius: 23px;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all 0.5s;
}

.border-first-button-mob a i {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  font-size: 16px;
  background-color: #606626;
  color: #ffffff !important;
  border-radius: 50%;
  padding: 6px 6px;
}

.border-first-button-mob a span {
  margin-right: 10px;
}

.border-first-button-mob a:hover {
  background-color: #606626;
  color: #ffffff !important;
}

.border-first-button-mob a:hover i {
  background-color: #ffffff;
  color: #606626 !important;
}

@media (min-width: 768px) {
  .border-first-button-mob {
    display: none;
  }
}

@media (max-width: 767px) {
  .border-first-button-mob {
    display: block;
    margin-top: 12px;
  }
  .logo-img {
    width: 222px;
    height: auto;
    margin-top: 13px;
  }
}

.header-area {
  background-color: #fff;
  box-shadow: none !important;
  position: absolute;
  left: 0px;
  right: 0px;
  z-index: 100;
  height: 80px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.header-area .main-nav {
  min-height: 80px;
  background: transparent;
}

.header-area .main-nav .logo {
  float: left;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-area .main-nav .logo {
  /* line-height: 100px; */
  float: left;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.background-header .main-nav .logo {
  line-height: 80px;
}

.background-header .main-nav .nav {
  margin-top: 20px !important;
}

.header-area .main-nav .nav {
  /* float: right; */
  margin-top: 19px;
  margin-right: 0px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li {
  padding-left: 14px;
  padding-right: 10px;
}

/* .header-area .main-nav .nav li:last-child a:hover,
.background-header .main-nav .nav li:last-child a:hover {
  color: #fff !important;
} */

/* Show on mobile devices */
@media (max-width: 768px) {
  .for-mob {
    display: block;
  }
}

/* Hide on tablets and laptops */
@media (min-width: 769px) {
  .border-first-button {
    display: none;
  }
}

@media (max-width: 767px) {
  .header-area .border-first-button {
    display: none;
  }
}

@media (min-width: 767px) {
  .border-first-button {
    display: block;
  }
}

.header-area .main-nav .nav li a {
  font-family: "Inter", sans-serif !important;
  display: block;
  font-weight: 400;
  font-size: 12px;
  color: #2a2a2a;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height: 40px;
  border: transparent;
  letter-spacing: 1px;
}

.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
  color: #606626 !important;
}

.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
  color: #606626 !important;
  opacity: 1;
}

.header-area .main-nav .nav li.submenu {
  position: relative;
  padding-right: 30px;
}

.header-area .main-nav .nav li.submenu:after {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 12px;
  color: #2a2a2a;
  position: absolute;
  right: 18px;
  top: 12px;
}

.background-header .main-nav .nav li.submenu:after {
  color: #2a2a2a;
}

.header-area .main-nav .nav li.submenu ul {
  position: absolute;
  width: 200px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  top: 50px;
  opacity: 0;
  transform: translateY(+2em);
  visibility: hidden;
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s,
    z-index 0s linear 0.01s;
}

.header-area .main-nav .nav li.submenu ul li {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.header-area .main-nav .nav li.submenu ul li a {
  opacity: 1;
  display: block;
  background: #f7f7f7;
  color: #2a2a2a !important;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  font-size: 13px;
  font-weight: 400;
  border-bottom: 1px solid #eee;
}

.header-area .main-nav .nav li.submenu ul li a:hover {
  background: #fff;
  color: #606626 !important;
  padding-left: 25px;
}

.header-area .main-nav .nav li.submenu ul li a:hover:before {
  width: 3px;
}

.header-area .main-nav .nav li.submenu:hover ul {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 33px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
}

.background-header .main-nav .menu-trigger {
  top: 23px;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #2a2a2a;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #2a2a2a;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #2a2a2a;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #2a2a2a;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #2a2a2a;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #2a2a2a;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #2a2a2a;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #2a2a2a;
}

.header-area.header-sticky {
  min-height: 80px;
  background: #fcf7f2;
}

.header-area .nav {
  margin-top: 30px;
}

/* .header-area.header-sticky .nav li a.active {
  color: #606626 !important;
  font-weight: bold;
  text-decoration: underline !important;
  text-decoration-skip-ink: none; 
  text-underline-offset: 0.35em;
} */

.header-area.header-sticky .nav li a.active {
  color: #606626 !important;
  font-weight: 600;
  position: relative;
}

.header-area.header-sticky .nav li a.active::after {
  content: "";
  position: absolute;
  left: 16px;
  bottom: 5px;
  width: 56%;
  border-bottom: 2px solid #606626;
}

.header-area.header-sticky .nav li a {
  position: relative;
}

.header-area.header-sticky .nav li a::after {
  content: "";
  position: absolute;
  left: 16px;
  bottom: 5px;
  width: 0;
  height: 2px;
  background-color: #606626;
  transition: width 0.3s ease;
}

.header-area.header-sticky .nav li a:hover::after,
.header-area.header-sticky .nav li a.active::after {
  width: 56%;
}

@media only screen and (max-width: 768px) {
  .header-area.header-sticky .nav li a.active::after {
    border-bottom: 2px solid #9fa147 !important;
  }
  .header-area.header-sticky .nav li a:hover::after {
    border-bottom: 2px solid #eeeeee !important;
  }
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 12px;
    padding-right: 12px;
  }
  .header-area .main-nav:before {
    display: none;
  }
}

@media (max-width: 992px) {
  .header-area .main-nav .nav li:last-child,
  .background-header .main-nav .nav li:last-child {
    display: inline-block;
  }
  .header-area .main-nav .nav li:nth-child(6),
  .background-header .main-nav .nav li:nth-child(6) {
    padding-right: 0px;
  }
  .background-header .nav li a.active:after {
    display: none;
  }
}

@media (min-width: 600px) and (max-width: 1024px) {
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #606626 !important;
    opacity: 1;
  }

  .header-area.header-sticky .nav li a.active::after {
    border-bottom: 2px solid #9fa147 !important;
  }

  .header-area .menu-trigger {
    display: block !important;
  }

  .pre-header ul.info li:last-child {
    display: none;
  }
  .background-header .main-nav .nav {
    margin-top: 80px !important;
  }
  .header-area .main-nav .logo {
    color: #1e1e1e;
  }
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #606626 !important;
    opacity: 1;
  }
  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }
  .header-area {
    background-color: #fff;
    padding: 0px 15px;
    height: 100px;
    box-shadow: none;
    text-align: center;
    box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.03);
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 30px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .background-header .nav {
    margin-top: 80px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area.header-sticky .nav {
    margin-top: 100px;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #e7e7e7;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #9fa147 !important;
    color: #ffffff !important;
  }
  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
    color: #606626 !important;
  }
  .header-area .main-nav .nav li.submenu ul {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.submenu ul.active {
    height: auto !important;
  }
  .header-area .main-nav .nav li.submenu:after {
    color: #3b566e;
    right: 25px;
    font-size: 14px;
    top: 15px;
  }
  .header-area .main-nav .nav li.submenu:hover ul,
  .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }

  .header-area .main-nav .nav {
    display: flex !important;
  }

  .header-area .border-first-button {
    display: none;
  }

  .header-area .main-nav .nav {
    display: none !important;
    position: absolute;
    top: 0%;
    left: 0;
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #ccc;
  }

  .header-area .main-nav .menu-trigger.active ~ .nav {
    display: block;
  }
}
@media (max-width: 767px) {
  .pre-header ul.info li:last-child {
    display: none;
  }
  .background-header .main-nav .nav {
    margin-top: 80px !important;
  }
  .header-area .main-nav .logo {
    color: #1e1e1e;
  }
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #606626 !important;
    opacity: 1;
  }
  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }
  .header-area {
    background-color: #fff;
    padding: 0px 15px;
    height: 100px;
    box-shadow: none;
    text-align: center;
    box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.03);
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 30px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .background-header .nav {
    margin-top: 80px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area.header-sticky .nav {
    margin-top: 100px;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #e7e7e7;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #9fa147 !important;
    color: #ffffff !important;
  }
  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
    color: #606626 !important;
  }
  .header-area .main-nav .nav li.submenu ul {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.submenu ul.active {
    height: auto !important;
  }
  .header-area .main-nav .nav li.submenu:after {
    color: #3b566e;
    right: 25px;
    font-size: 14px;
    top: 15px;
  }
  .header-area .main-nav .nav li.submenu:hover ul,
  .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
}

@media (min-width: 767px) {
  .header-area .main-nav .nav {
    display: flex;
  }
}

@media (max-width: 767px) {
  .header-area .border-first-button {
    display: none;
  }

  .header-area .main-nav .nav {
    display: none;
    position: absolute;
    top: 0%;
    left: 0;
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #ccc;
  }

  .header-area .main-nav .menu-trigger.active ~ .nav {
    display: block;
  }
}

/* 
---------------------------------------------
preloader
--------------------------------------------- 
*/

.js-preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  opacity: 1;
  visibility: visible;
  z-index: 9999;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.js-preloader.loaded {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

@-webkit-keyframes dot {
  50% {
    -webkit-transform: translateX(96px);
    transform: translateX(96px);
  }
}

@keyframes dot {
  50% {
    -webkit-transform: translateX(96px);
    transform: translateX(96px);
  }
}

@-webkit-keyframes dots {
  50% {
    -webkit-transform: translateX(-31px);
    transform: translateX(-31px);
  }
}

@keyframes dots {
  50% {
    -webkit-transform: translateX(-31px);
    transform: translateX(-31px);
  }
}

.preloader-inner {
  position: relative;
  width: 142px;
  height: 40px;
  background: #fff;
}

.preloader-inner .dot {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 12px;
  left: 15px;
  background: #606626;
  border-radius: 50%;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-animation: dot 2.8s infinite;
  animation: dot 2.8s infinite;
}

.preloader-inner .dots {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  margin-top: 12px;
  margin-left: 31px;
  -webkit-animation: dots 2.8s infinite;
  animation: dots 2.8s infinite;
}

.preloader-inner .dots span {
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  margin-left: 16px;
  background: #606626;
  border-radius: 50%;
}

/* 
---------------------------------------------
Banner Style
--------------------------------------------- 
*/

.main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 102px 19px 0px 30px;
  position: relative;
  overflow: hidden;
  background: #fcf7f2;
}
/* 
.main-banner:after {
  content: '';
  background-image: url(../images/slider-left-dec.jpg);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 60px;
  width: 262px;
  height: 625px;
  z-index: 1;
}

.main-banner:before {
  content: '';
  background-image: url(../images/slider-right-dec.jpg);
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 60px;
  width: 1159px;
  height: 797px;
  z-index: -1;
} */

.main-banner .left-content {
  margin-right: 15px;
}

.main-banner .left-content h6 {
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 700;
  color: #606626;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.main-banner .left-content h2 {
  font-family: "Inria Serif", serif;
  z-index: 2;
  position: relative;
  font-weight: 700;
  font-size: 38px;
  color: #2a2a2a;
  margin-bottom: 20px;
}

.main-banner .left-content p {
  margin-bottom: 30px;
  line-height: 1.3;
}

.main-banner .right-image {
  text-align: right;
  position: relative;
  z-index: 20;
}

.main-banner .right-image img {
  max-width: 593px;
}

/* 
---------------------------------------------
Home page - second section
--------------------------------------------- 
*/

#about {
  padding-top: 46px;
  padding-bottom: 46px;
  background-image: url("../image/bannertwo.jpg");
  background-size: cover;
  background-position: center;
}

.aboutheading {
  color: #252525;
}

.aboutheading p {
  margin-top: 10px;
  font-size: 20px !important;
  line-height: 25px !important;
  font-weight: 300 !important;
  /* padding-left: 60px;
  padding-right: 60px; */
  color: #252525 !important;
  margin-bottom: 47px;
}

.aboutheading img {
  width: 791px;
  height: auto;
}

@media (max-width: 768px) {
  .aboutheading p {
    padding-left: 0px;
    padding-right: 0px;
  }
  .aboutheading h1 {
    margin-bottom: 2px;
  }
  .aboutheading img {
    width: 365px;
  }
  #about {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

@media (max-width: 480px) {
  .aboutheading p {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.service-heading p,
.dedication-heading p {
  margin-top: 10px;
  font-size: 14px !important;
  line-height: 22px !important;
  font-weight: 400 !important;
  color: #252525 !important;
}

.dedication-h h1 {
  margin-bottom: 5px;
}

.aboutheading span {
  color: #606626 !important;
  font-weight: 500 !important;
  font-family: "Amethysta", serif !important;
  word-spacing: -4px;
}

/* services */
#services {
  padding-top: 52px;
  padding-bottom: 87px;
  background: #faf8f8;
}

.service-cards {
  border-radius: 1rem;
  height: 376px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.service-section:hover .service-cards {
  cursor: pointer;
  transform: scale(1.05);
}

.service-section h2 {
  font-size: 1.2em !important;
  font-weight: 400 !important;
  margin-top: 15px !important;
  font-family: "Inter", sans-serif;
  margin-bottom: 3px;
  color: black !important;
}

/* packages */
#packages {
  padding-top: 46px;
  padding-bottom: 46px;
}

.package-cards {
  position: relative;
  display: inline-block;
  width: 100%;
}

.package-cards .image {
  display: block;
  width: 50%;
  height: auto;
  max-width: 186px;
  z-index: 2;
  position: relative;
}

.p-card {
  position: absolute;
  top: 50%;
  left: 58%;
  transform: translate(-50%, -50%);
  background-color: #fcf7f2;
  padding: 20px;
  border-radius: 10px;
  z-index: 1;
  width: 100%;
  max-width: 93%;
  height: 200px;
}

.p-head h2 {
  font-size: 1.5em !important;
}

.p-head p {
  font-size: 1em !important;
}

.package-padding {
  padding-left: 7%;
}

.skills-content {
  position: relative;
  z-index: 1;
  margin-top: -50px;
  background-color: #f5f5f5;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  padding: 110px 0px 50px 0px;
}

.skill-item {
  text-align: center;
}

.instaface-btns {
  text-transform: uppercase;
}

.instaface-btns a {
  padding: 12px 40px 12px 20px !important;
  position: relative;
  font-size: 14px;
  display: inline-block;
  color: #606626 !important;
  border: 1px solid #606626 !important;
  border-radius: 23px;
  font-weight: 400 !important;
  letter-spacing: 0.3px !important;
  transition: all 0.5s;
}

.instaface-btns a i {
  position: absolute;
  top: 50%;
  right: 7px;
  transform: translateY(-50%);
  font-size: 16px;
  background-color: #606626;
  color: #ffffff !important;
  border-radius: 50%;
  padding: 8px 8px;
}

.instaface-btns a span {
  margin-right: 10px;
  text-transform: uppercase;
  font-size: 13px;
}

.instaface-btns a:hover {
  background-color: #606626;
  color: #ffffff !important;
}

.instaface-btns a:hover i {
  background-color: #ffffff;
  color: #606626 !important;
}

/*  blog slider */
.blog-slider {
  width: 100%;
  position: relative;
  margin: auto;
  background: #fcf7f2;
  box-shadow: none !important;
  border-radius: 25px;
  height: 356px;
  transition: all 0.3s;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 5px 4px !important;
}

@media screen and (max-width: 992px) {
  .blog-slider {
    max-width: 680px;
    height: 400px;
  }
}
@media screen and (max-width: 768px) {
  .blog-slider {
    min-height: 500px;
    height: auto;
    margin: 130px auto;
    margin-bottom: 0px !important;
  }
}
@media screen and (max-height: 500px) and (min-width: 992px) {
  .blog-slider {
    height: 350px;
  }
}
.blog-slider__item {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .blog-slider__item {
    flex-direction: column;
  }
}
.blog-slider__item.swiper-slide-active .blog-slider__img img {
  opacity: 1;
  transition-delay: 0.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > * {
  opacity: 1;
  transform: none;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(1) {
  transition-delay: 0.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(2) {
  transition-delay: 0.4s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(3) {
  transition-delay: 0.5s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(4) {
  transition-delay: 0.6s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(5) {
  transition-delay: 0.7s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(6) {
  transition-delay: 0.8s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(7) {
  transition-delay: 0.9s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(8) {
  transition-delay: 1s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(9) {
  transition-delay: 1.1s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(10) {
  transition-delay: 1.2s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(11) {
  transition-delay: 1.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(12) {
  transition-delay: 1.4s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(13) {
  transition-delay: 1.5s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(14) {
  transition-delay: 1.6s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(15) {
  transition-delay: 1.7s;
}
.blog-slider__img {
  width: 300px;
  flex-shrink: 0;
  height: 300px;

  border-radius: 20px;
  transform: translateX(-46px);
  overflow: hidden;
}
.blog-slider__img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  opacity: 0.8;
}
.blog-slider__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0;
  border-radius: 20px;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .blog-slider__img {
    transform: translateY(-50%);
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .blog-slider__img {
    width: 95%;
  }
}
@media screen and (max-height: 500px) and (min-width: 992px) {
  .blog-slider__img {
    height: 270px;
  }
}
/* .blog-slider__content {
  padding-right: 35px;
} */
@media screen and (max-width: 768px) {
  .blog-slider__content {
    margin-top: -80px;
    text-align: center;
    padding: 0 30px;
  }
  .blog-slider__title {
    font-size: 35px !important;
  }
}
@media screen and (max-width: 576px) {
  .blog-slider__content {
    padding: 10px;
  }
}
.blog-slider__content > * {
  opacity: 0;
  transform: translateY(25px);
  transition: all 0.4s;
}
.blog-slider__code {
  color: #7b7992;
  margin-bottom: 15px;
  display: block;
  font-weight: 500;
}
.blog-slider__title {
  font-size: 46px;
  font-weight: 500;
  color: #0d0925;
  line-height: 1.1;
  margin-bottom: 20px;
  font-family: "Inter Serif", serif;
}
.blog-slider__text {
  color: #252525;
  font-size: 15px;
  margin-bottom: 30px;
  line-height: 1.4em;
  font-family: "Inter", serif;
}
.blog-slider__button {
  display: inline-flex;
  background-image: linear-gradient(147deg, #eedecf 0%, #009e6d 74%);
  padding: 15px 35px;
  border-radius: 50px;
  color: #fff;
  box-shadow: 0px 14px 80px rgba(252, 56, 56, 0.4);
  text-decoration: none;
  font-weight: 500;
  justify-content: center;
  text-align: center;
  letter-spacing: 1px;
}
@media screen and (max-width: 576px) {
  .blog-slider__button {
    width: 100%;
  }
}
.blog-slider .swiper-container-horizontal > .swiper-pagination-bullets,
.blog-slider .swiper-pagination-custom,
.blog-slider .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.blog-slider__pagination {
  position: absolute;
  z-index: 21;
  right: 20px;
  width: 11px !important;
  text-align: center;
  left: auto !important;
  top: 50%;
  bottom: auto !important;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .blog-slider__pagination {
    transform: translateX(-50%);
    left: 50% !important;
    top: 189px;
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 8px 0;
}
@media screen and (max-width: 768px) {
  .blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
  }
}
.blog-slider__pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  display: block;
  border-radius: 10px;
  background: #062744;
  opacity: 0.2;
  transition: all 0.3s;
}
.blog-slider__pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #606626;
  height: 30px;
}
@media screen and (max-width: 768px) {
  .blog-slider__pagination .swiper-pagination-bullet-active {
    height: 11px;
    width: 30px;
  }
}
/* blog slider */

/* package section */
.dedication-heading h1 {
  font-size: 2em;
  margin-bottom: 0px;
}

.dedication-heading p {
  font-size: 14px !important;
  line-height: 24px !important;
  font-weight: 300 !important;
  color: #252525 !important;
}

.dedication-p {
  padding-left: 112px;
  padding-right: 112px;
}

.image-wrapper {
  position: relative;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  border-radius: 1rem;
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.overlay-text {
  position: absolute;
  bottom: 0px;
  left: 10px;
  right: 10px;
  color: white;
  font-size: 20px;
  font-weight: 300;
}

.image-wrapper:hover .dedication-cards {
  cursor: pointer;
  transform: scale(1.1);
}

.image-wrapper:hover .overlay {
  opacity: 1;
  transform: scale(1.1);
}

.overlay-p {
  color: white;
  font-size: 14px;
  font-weight: 300;
}

.d-icon {
  background-color: transparent;
  color: #ffffff !important;
  border-radius: 50%;
  padding: 5px 5px;
  vertical-align: middle;
  border: 0.2px solid #ffffffb8;
  font-size: 13px;
}

.package-logo {
  max-width: 77%;
  height: auto;
  display: block;
  margin: auto;
}

.dedication-h p {
  font-size: 16px !important;
  line-height: 21px !important;
  font-weight: 300 !important;
  color: #000000 !important;
}

#dedication {
  padding-top: 36px;
  padding-bottom: 46px;
}

.dedication-cards {
  border-radius: 1rem;
  height: 334px;
  object-fit: cover;
  transition: transform 0.5s ease;
  cursor: pointer !important;
}

.dedication-section h2 {
  font-size: 1em !important;
  font-weight: 600 !important;
  margin-top: 9px !important;
}

.custom-row > div:nth-child(even) .dedication-cards {
  height: 467px;
}

.custom-row > div:nth-child(odd) .dedication-cards {
  height: 394px;
}

/* package section */

/* testimonial */

.testimonial-heading h1 {
  font-size: 2em;
  margin-bottom: 10px;
  font-weight: 500;
}

.testimonial-heading p {
  font-size: 16px !important;
  line-height: 21px !important;
  font-weight: 300 !important;
  color: #252525 !important;
}

.testimonial-p {
  padding: 60px 0px 60px 88px;
}

#testimonial {
  background: #fcf7f2;
}

/* .testimonial {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #3d5a80;
  color: #3d5a80;
} */

.testimonial-slide {
  padding: 17px 20px;
}

.testimonial_box-top {
  background-color: #ffffff;
  padding: 16px 18px;
  border-radius: 15px;
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column;
  text-align: start;
}

.testimonial_box-icon {
  padding: 10px 0;
}

.testimonial_box-icon i {
  font-size: 25px;
  color: #14213d;
}

.testimonial_box-text {
  padding: 10px 0;
}

.testimonial_box-text p {
  color: #000000;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 26px;
  height: 20vh;
}

.testimonial_box-img {
  display: flex;
  justify-content: center;
}

/* .slick-slide{
  width: 376px !important;
} */

.testimonial_box-img img {
  width: 70px;
  height: 84px;
  object-fit: cover;
  border-radius: 25px;
  margin-right: 10px;
  border: none;
}

.testimonial_box-info {
  display: flex;
  flex-direction: row;
}

.testimonial_box-name {
  padding-top: 16px;
}

.testimonial_box-name h4 {
  font-family: "Inter", sans-serif !important;
  font-size: 20px;
  line-height: 25px;
  color: #000000;
  font-weight: 400;
  margin-bottom: 0px;
}

.testimonial_box-job p {
  font-family: "Inter", sans-serif !important;
  color: #000000;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 0;
}

.slick-slide {
  width: 374px;
}

/* .slick-slide {
  width: 374px !important;
  height: 19vh !important;
}
@media only screen and (max-width: 768px) {
  .slick-slide {
    width: 310px !important;
    height: auto !important;
  }
} */

/* testimonial */

/* gallery */
#gallery {
  padding-top: 61px;
  padding-bottom: 88px;
}
.media-section {
  position: relative;
  width: 100%;
  height: 100%;
}

/* .media-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: all 0.4s ease;
} */

.media-section.active::before {
  opacity: 1;
}

.container-gallery {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  overflow: hidden;
  padding: 8px;
}

.container-gallery .main-media {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  width: 25%;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  visibility: visible;
  transition: all 0.4s ease;
}

.media-section.active .container-gallery .main-media {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  pointer-events: auto;
}

@media (max-width: 750px) {
  .container-gallery .media:nth-child(even),
  .container-gallery .media:nth-child(odd) {
    margin-top: 0px !important;
  }
}

.container-gallery .media:nth-child(odd) {
  margin-top: 0px;
}

.container-gallery .media:nth-child(even) {
  margin-top: 60px;
}

.container-gallery .main-media .media-wrapper {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.container-gallery .main-media video,
.container-gallery .main-media img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  outline: none;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.container-gallery .main-media .close {
  position: absolute;
  top: -10px;
  right: -36px;
  font-size: 35px;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 1000;
  pointer-events: auto;
  opacity: 0.6;
}

.container-gallery .main-media .close:hover {
  opacity: 1;
}

.container-gallery .media {
  position: relative;
  cursor: pointer;
  border-radius: 1rem;
  height: 420px;
  object-fit: cover;
  margin-bottom: 19px;
  flex: 0 0 auto;
  transition: transform 0.5s ease;
}

.container-gallery .media:hover {
  transform: scale(1.05);
}

.container-gallery .media::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
}

.container-gallery .media video,
.container-gallery .media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  outline: none;
  border-radius: 1rem;
  pointer-events: none;
}

.container-gallery .media i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 50px;
  color: #fff;
  pointer-events: none;
}

@media (max-width: 800px) {
  .container-gallery .main-media {
    position: fixed;
    width: 83%;
  }

  .container-gallery .media {
    height: 420px;
    margin-bottom: 10px;
  }
  .testimonial-p {
    padding: 22px 23px;
  }
}

#closeModalBtn {
  cursor: pointer;
  position: absolute;
  top: -3px;
  left: 199%;
  z-index: 110;
  width: 40px;
  border-radius: 3px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 18px;
  background-color: #000000;
  color: #ffffff;
  box-shadow: 0 12px 25px 0 rgba(16, 39, 112, 0.25);
}

.modal-body {
  padding: 0px !important;
}

.modal-dialog {
  width: 30% !important;
}

.modal-content {
  background: transparent !important;
}

/* gallery */
/*
---------------------------------------------
Services Style
--------------------------------------------- 
*/

.services {
  padding-top: 130px;
  position: relative;
}

.services:after {
  content: "";
  background-image: url(../images/services-left-dec.jpg);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0px;
  width: 786px;
  height: 1217px;
  z-index: 0;
}

.services:before {
  content: "";
  background-image: url(../images/services-right-dec.jpg);
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 400px;
  width: 161px;
  height: 413px;
  z-index: 0;
}

.services .section-heading {
  text-align: center;
  margin-bottom: 80px;
}

.services .section-heading .line-dec {
  margin: 0 auto;
}

.services .naccs {
  position: relative;
  z-index: 1;
}

.services .icon {
  display: block;
  text-align: center;
  margin: 0 auto;
}

.services .naccs .menu div h4 {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  width: 100%;
}

.services .icon img {
  margin-bottom: 10px;
  max-width: 60px;
  min-width: 60px;
}

.services .naccs .menu {
  text-align: center;
  margin-bottom: 30px;
}

.services .naccs .menu div {
  color: #2a2a2a;
  margin: 0px;
  width: 15%;
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  position: relative;
  border-radius: 15px;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.services .naccs .menu div .thumb {
  display: inline-block;
  width: 100%;
  padding: 30px 0px;
  background-color: #fff;
}

.services .naccs .menu div.active {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.services ul.nacc {
  height: 100% !important;
  position: relative;
  min-height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.services ul.nacc li {
  opacity: 0;
  transform: translateX(-50px);
  position: absolute;
  list-style: none;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.services ul.nacc li.active {
  transition-delay: 0.3s;
  position: relative;
  z-index: 2;
  opacity: 1;
  transform: translateX(0px);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 15px;
  padding: 80px 120px 50px 120px;
}

.services ul.nacc li {
  width: 100%;
}

.services ul.nacc li .right-image img {
  max-width: 420px;
  float: right;
}

.services .nacc .thumb h4 {
  color: #2a2a2a;
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
  margin-bottom: 25px;
}

.services .nacc .thumb .main-white-button {
  text-align: right;
  margin-top: 40px;
}

.services .nacc .thumb .main-white-button a {
  background-color: #8d99af;
  color: #fff;
}

.services .nacc .thumb .main-white-button a i {
  background-color: #fff;
  color: #8d99af;
}

.services .left-text h4 {
  font-size: 20px;
  font-weight: 700;
  color: #606626 !important;
}

.services .left-text p {
  margin-bottom: 30px;
}

.nacc .ticks-list span {
  display: inline-block;
  opacity: 1;
  margin-right: 45px;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 400;
}

/* 
---------------------------------------------
Footer Style
--------------------------------------------- 
*/

footer {
  background-image: url(../images/footer-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 130px;
}

footer p {
  text-align: center;
  margin: 20px 0px;
  color: #fff;
}

footer p a {
  color: #fff;
  transition: all 0.5s;
}

/* 
---------------------------------------------
responsive
--------------------------------------------- 
*/

@media (max-width: 1200px) {
  .header-area .main-nav .logo h4 {
    font-size: 24px;
  }
  .header-area .main-nav .logo h4 img {
    max-width: 25px;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:last-child {
    padding-left: 20px;
  }
}

@media (max-width: 992px) {
  .footer-area {
    padding: 20px 0 !important;
  }
  .footer-box p {
    line-height: 1 !important;
    margin-left: 4px;
    margin-top: 3px;
  }

  .custom-container {
    width: 100%;
    margin-left: 2px;
    margin-bottom: 15px;
  }

  h2.widget-title {
    font-size: 26px !important;
    font-weight: 500 !important;
    margin-bottom: -11px !important;
  }

  .footer-box ul li {
    opacity: 0.7 !important;
    font-size: 14px !important;
    margin-bottom: 10px !important;
    line-height: 1.5 !important;
    margin-left: 3px;
    font-weight: 300;
  }

  .footer-box ul {
    margin-bottom: 20px;
  }

  .intro-banner:before {
    display: none;
  }
  form#contact {
    overflow: hidden;
  }
  .header-area .main-nav .logo h4 {
    font-size: 20px;
  }
  .main-banner .left-content {
    margin-right: 0px;
  }
  .main-banner {
    text-align: center;
    padding: 114px 0px 30px 0px;
  }

  #services {
    padding-top: 26px;
  }

  #packages {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .dedication-p {
    padding-left: 14px;
    padding-right: 14px;
  }

  .custom-row > div:nth-child(odd) .dedication-cards {
    height: 412px;
  }

  .instaface-btn {
    margin-left: 0px;
  }

  .service-heading h1 {
    margin-bottom: 0px;
  }

  .main-banner:before {
    display: none;
  }
  .main-banner .left-content h2 {
    font-size: 34px;
  }
  .main-banner .right-image {
    margin: 30px auto 0px auto;
    text-align: center;
  }
  .features-item {
    margin-bottom: 45px;
  }
  .last-features-item,
  .last-skill-item {
    margin-bottom: 0px !important;
  }
  .skill-item {
    margin-bottom: 30px;
  }
  .about-left-image img {
    margin-right: 0px;
    margin-bottom: 45px;
  }
  .services .naccs .menu div {
    font-size: 15px;
    font-weight: 500;
  }
  .service-item {
    text-align: center;
  }
  .service-item .icon {
    margin-top: 0px;
    margin-bottom: 30px;
  }
  .about-us .left-image {
    margin-right: 30px;
    margin-left: 30px;
    margin-bottom: 45px;
  }
  .blog-posts {
    margin-left: 0px;
    margin-top: 30px;
  }
  .post-item {
    margin-bottom: 70px;
  }
  .our-portfolio .owl-nav {
    display: none !important;
  }
  .contact-info {
    margin-top: 60px;
  }
  form#contact {
    padding: 45px;
  }
}

@media (max-width: 767px) {
  .footer-area {
    padding: 20px 0 !important;
  }
  .footer-box p {
    line-height: 1 !important;
    margin-left: 4px;
    margin-top: 3px;
  }

  .custom-container {
    width: 100%;
    margin-left: 2px;
    margin-bottom: 15px;
  }

  h2.widget-title {
    font-size: 26px !important;
    font-weight: 500 !important;
    margin-bottom: -11px !important;
  }

  .footer-box ul li {
    opacity: 0.7 !important;
    font-size: 14px !important;
    margin-bottom: 10px !important;
    line-height: 1.5 !important;
    margin-left: 3px;
    font-weight: 300;
  }

  .footer-box ul {
    margin-bottom: 20px;
  }

  .header-area .main-nav .logo h4 {
    font-size: 30px;
  }
  .header-area .main-nav .logo h4 img {
    max-width: 30px;
    margin-left: 5px;
  }
  .main-banner .info-stat {
    margin-bottom: 15px;
  }
  .service-item {
    text-align: center;
    padding: 30px;
  }
  .service-item .icon {
    float: none;
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .service-item .right-content {
    display: inline-block;
  }
  .services .naccs .menu div .thumb {
    padding: 5px;
  }
  .services .icon img {
    margin: 0px;
  }
  .services ul.nacc li.active {
    padding: 45px;
  }
  .services .naccs .menu div {
    font-size: 0px;
  }
  .services ul.nacc li .right-image img {
    float: none;
  }
  .our-portfolio .section-heading,
  .about-us .section-heading,
  .about-us .about-item,
  .about-us p,
  .about-us .main-green-button {
    text-align: center;
  }
  .our-portfolio .section-heading .line-dec {
    margin: 0 auto;
  }
  .our-services .section-heading {
    margin-left: 15px;
    margin-right: 15px;
  }
  .free-quote form input {
    margin-left: 0px;
    padding: 0px 30px;
  }
  .free-quote form button {
    margin-left: 0px;
    border-bottom-left-radius: 40px;
    border-top-right-radius: 0px;
  }
  .blog-posts {
    margin-left: 0px;
    margin-top: 30px;
  }
  .post-item {
    margin-bottom: 30px;
  }
  .post-item .thumb img {
    max-width: 140px;
  }
  .post-item .right-content p {
    display: none;
  }
  .about-us .about-item {
    margin-top: 15px;
  }
  form#contact {
    padding: 30px;
  }
}

/* --- Footer * / 
---------------------------------------------------------------------------- */
.single-logo-item img {
  max-width: 180px;
  margin: 0 auto;
}

.logo-carousel-section {
  background-color: #f5f5f5;
  padding: 50px 0;
}

.footer-area {
  background-color: #606626;
  color: #fff;
  padding: 68px 0;
  padding-bottom: 24px;
}

h2.widget-title {
  font-size: 19px;
  font-weight: 300;
  position: relative;
  padding-bottom: 20px;
  color: #fff;
  font-family: "Inter", sans-serif !important;
}

.footer-box p {
  color: #fff;
  opacity: 0.7;
  line-height: 1.8;
}

.footer-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-box ul li {
  opacity: 0.7;
  margin-bottom: 10px;
  line-height: 1.8;
  font-weight: 200;
  font-size: 13px;
}

.footer-box ul li a:hover {
  color: #ddd6cf;
}

.footer-box ul li:last-child {
  margin-bottom: 0;
}

.footer-box.subscribe form input[type="email"] {
  border: none;
  background-color: #012738;
  width: 78%;
  padding: 15px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  color: #fff;
}

.footer-box.subscribe form button {
  width: 20%;
  border: none;
  background-color: #012738;
  color: #f28123;
  padding: 14px 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  cursor: pointer;
}

.footer-box.subscribe form button:focus {
  outline: none;
}

.custom-container {
  padding: 10px 40px 10px 20px !important;
  position: relative;
  color: #606626 !important;
  border: 1px solid #ffffff !important;
  border-radius: 23px;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all 0.5s;
  width: 90%;
}

.custom-container input[type="email"] {
  border: none;
  outline: none;
  background: #606626;
  font-size: 16px;
  color: white;
  width: calc(100% - 10px);
}

.custom-container button {
  position: absolute;
  top: 51%;
  right: 10px;
  transform: translateY(-50%);
  font-size: 16px;
  background-color: #ffffff;
  color: #606626 !important;
  border: none;
  border-radius: 50%;
  padding: 4px 6px;
  cursor: pointer !important;
}

.custom-container button i {
  font-size: 15px;
}

.p-abt {
  padding: 10px 40px 10px 40px !important;
}

.copyright {
  background-color: #606626;
}

.copyright p {
  margin: 0;
  color: #fff;
  opacity: 0.7;
  padding: 16px 0;
  font-size: 15px;
}

.copyright a {
  color: #ffffff;
  font-weight: 400;
}

.copyright a:hover {
  color: #ddd6cf;
}

.social-icons ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.social-icons ul li {
  display: inline-block;
}

.social-icons ul li a {
  font-size: 16px;
  color: #fff;
  opacity: 0.7;
  padding: 16px 10px;
  display: block;
}

.footer-box ul li a {
  color: #fff;
}

.footer-box.pages ul li {
  position: relative;
}

/* about page */

.custom-overlay-container {
  position: relative;
  padding: 10px 20px 10px 20px !important;
  width: 100%;
  max-height: 400px;
  margin-top: 7%;
  overflow: hidden;
}

.custom-overlay-image {
  width: 100%;
  height: auto;
  filter: brightness(87%);
}

.custom-overlay-text {
  position: absolute;
  top: 12%;
  left: 4%;
  transform: translateY(-50%);
  text-align: left;
  padding: 20px;
  border-radius: 10px;
  max-width: 46%;
}

.custom-overlay-text h2,
.custom-overlay-text p {
  color: white;
}

.custom-overlay-text p {
  margin-top: 14px;
  font-size: 14px;
  line-height: 22px;
}
.abt-instaface-btn span {
  margin-right: 10px;
  text-transform: uppercase;
  font-size: 13px;
}

.abt-instaface-btn a {
  padding: 11px 40px 11px 20px !important;
  position: relative;
  font-size: 14px;
  display: inline-block;
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
  border-radius: 23px;
  font-weight: 300 !important;
  letter-spacing: 0.3px !important;
  transition: all 0.5s;
}

.abt-instaface-btn a i {
  position: absolute;
  top: 50%;
  right: 7px;
  transform: translateY(-50%);
  font-size: 16px;
  background-color: white;
  color: #000000 !important;
  border-radius: 50%;
  border: 1px solid white;
  padding: 8px 8px;
}

@media (max-width: 768px) {
  .custom-overlay-container {
    margin-top: 25%;
  }

  .custom-overlay-image {
    width: 100%;
    height: 27vh;
  }
  .custom-overlay-text {
    max-width: 91%;
    padding: 10px;
    top: 5%;
  }

  .custom-overlay-text p {
    margin-top: 7px;
    margin-bottom: 0px;
    font-size: 9px;
    line-height: 1.4;
  }

  .custom-overlay-text h2 {
    font-size: 13px !important;
    line-height: 1.4;
  }

  .abt-instaface-btn a {
    padding: 2px 20px 6px 10px !important;
    position: relative;
    display: inline-block;
    font-size: 12px;
    color: #ffffff !important;
    border: 1px solid #ffffff !important;
    border-radius: 23px;
    font-weight: 500 !important;
    letter-spacing: 0.3px !important;
    transition: all 0.5s;
  }
  .abt-instaface-btn span {
    margin-right: 10px;
    font-size: 9px;
  }

  .abt-instaface-btn a i {
    position: absolute;
    top: 51%;
    right: 6px;
    transform: translateY(-50%);
    font-size: 8px;
    background-color: transparent;
    color: #ffffff !important;
    border-radius: 50%;
    border: 1px solid white;
    padding: 4px 4px;
  }
  .choose {
    padding-left: 22px;
    padding-top: 12px;
  }
  .mob-i {
    margin-left: 12px;
    padding: 0px;
  }
}

@media only screen and (max-width: 389px) {
  .custom-overlay-image {
    width: 100%;
    height: 26vh;
  }
}

@media only screen and (width: 344px) {
  .custom-overlay-image {
    width: 100%;
    height: 21vh;
  }
}

@media only screen and (min-width: 820px) and (max-width: 1180px) {
  .custom-overlay-text h2 {
    font-size: 27px !important;
  }
}
@media (max-width: 480px) {
  .abt-instaface-btn a {
    padding: 4px 20px 4px 10px !important;
    position: relative;
    display: inline-block;
    font-size: 12px;
    color: #ffffff !important;
    border: 1px solid #ffffff !important;
    margin-top: 10px;
    border-radius: 23px;
    font-weight: 500 !important;
    letter-spacing: 0.3px !important;
    transition: all 0.5s;
  }
  .abt-instaface-btn span {
    margin-right: 10px;
    font-size: 9px;
  }
  .custom-overlay-text p {
    margin-top: 7px;
    margin-bottom: 0px;
    font-size: 9px;
    line-height: 1.4;
  }
  .abt-instaface-btn a i {
    position: absolute;
    top: 51%;
    right: 6px;
    transform: translateY(-50%);
    font-size: 8px;
    background-color: transparent;
    color: #ffffff !important;
    border-radius: 50%;
    border: 1px solid white;
    padding: 4px 4px;
  }
  /* .custom-overlay-container {
    margin-top: 32%;
  } */

  .services-imgg {
    width: 100%;
    height: 16vh !important;
  }

  .custom-overlay-text2 {
    position: absolute;
    top: 4% !important;
    left: 4% !important;
    transform: translateY(-50%);
    text-align: left;
    padding: 8px !important;
    border-radius: 10px;
    max-width: 66% !important;
  }
  .custom-overlay-text2 h2 {
    font-size: 11px;
  }
  .custom-overlay-text2 p {
    margin-top: 3px !important;
    font-size: 10px;
    line-height: 1;
    margin-bottom: 9px;
  }

  .border-first-button {
    margin-left: 5px;
  }

  .border-first-button a {
    padding: 5px 15px 5px 15px !important;
    font-size: 12px;
    border-radius: 15px;
  }

  .border-first-button a i {
    font-size: 10px;
    padding: 4px 4px;
  }

  .border-first-button a span {
    margin-right: 16px;
    font-size: 10px;
  }

  .border-first-button a:hover {
    background-color: #606626;
    color: #ffffff !important;
  }

  .border-first-button a:hover i {
    background-color: #ffffff;
    color: #606626 !important;
  }
}

.abt p {
  margin-top: 10px;
  font-size: 20px !important;
  line-height: 22px !important;
  font-weight: 300 !important;
  color: #252525 !important;
}

.choose p {
  margin-top: 9px;
  line-height: 1.4 !important;
  font-size: 17px;
  color: #000000eb;
}

.book-contact {
  font-size: 20px;
  color: white;
  margin-bottom: 0px;
}

.choose h3 {
  font-size: 29px;
}

.mission h3 {
  color: #606626;
}

.custom-container {
  position: relative;
}

.custom-container input[type="email"]::placeholder {
  color: white;
}

.custom-text-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.custom-image {
  display: block;
  margin: 0 auto;
}

.abt-contact-btn a {
  padding: 10px 26px 11px 26px !important;
  position: relative;
  display: inline-block;
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
  border-radius: 23px;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all 0.5s;
}

.abt-contact-text h2 {
  color: white !important;
  font-size: 41px;
}

.custom-overlay-text4 h2 {
  font-size: 44px;
}

@media only screen and (max-width: 600px) {
  .custom-text-container {
    width: 80%;
    max-width: 300px;
  }

  .abt-contact-btn a {
    padding: 8px 20px !important;
    font-size: 14px !important;
  }

  .custom-container {
    padding: 10px 10px 10px 4px !important;
  }

  .book-contact {
    font-size: 7px;
    color: white;
    margin-bottom: -4px;
    margin-top: 4px;
    line-height: 1.2 !important;
  }

  .abt-contact-text h2 {
    color: white !important;
    font-size: 10px;
    line-height: 1.2 !important;
  }

  .custom-image {
    height: 24vh;
  }
  .custom-overlay-text4 {
    position: absolute;
    top: -6% !important;
    left: 34% !important;
    transform: translateY(-50%);
    text-align: left;
    padding: 5px !important;
    border-radius: 10px;
    max-width: 61% !important;
  }
  .custom-overlay-text4 p {
    font-size: 12px;
    line-height: 1;
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .custom-overlay-text4 h2 {
    font-size: 13px;
  }
}

@media only screen and (min-width: 600px) and (max-width: 1024px) {
  .custom-overlay-text4 {
    position: absolute;
    top: 30% !important;
    left: 36% !important;
    transform: translateY(-50%);
    text-align: left;
    padding: 5px !important;
    border-radius: 10px;
    max-width: 61% !important;
  }
  .custom-overlay-text4 p {
    font-size: 12px;
    line-height: 1;
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .custom-overlay-text4 h2 {
    font-size: 13px;
  }
  .custom-overlay-text2 {
    position: absolute;
    top: 17% !important;
    left: 5%;
    transform: translateY(-50%);
    text-align: left;
    padding: 20px;
    border-radius: 10px;
    max-width: 55% !important;
  }
  .custom-overlay-text2 h2 {
    font-size: 15px;
  }
  .custom-overlay-text {
    top: 4% !important;
    position: absolute;
    top: 18%;
    left: 3%;
    transform: translateY(-50%);
    text-align: left;
    padding: 20px;
    border-radius: 10px;
    max-width: 92%;
  }
  .custom-overlay-text h2 {
    font-size: 19px;
  }
  .custom-overlay-text p {
    font-size: 15px;
  }
  .missionimg {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .mob-i {
    margin-left: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .custom-overlay-container {
    margin-top: 13%;
  }
}

/* services page */

.services-imgg {
  width: 100%;
  height: auto;
}

.custom-overlay-text2 {
  position: absolute;
  top: 14%;
  left: 5%;
  transform: translateY(-50%);
  text-align: left;
  padding: 20px;
  border-radius: 10px;
  max-width: 50%;
}

.custom-overlay-text2 h2 {
  font-size: 44px;
}

.custom-overlay-text2 p {
  margin-top: 14px;
  color: #000000;
  font-size: 16px;
  line-height: 22px;
}

.custom-overlay-text2 h2,
.custom-overlay-text2 p {
  color: rgb(0, 0, 0);
}

.custom-overlay-text2 p {
  margin-top: 14px;
}

.qar-amt {
  color: #606626;
  font-weight: 500;
}

.del-amt {
  color: #afadad;
  font-weight: 400;
  font-size: 17px;
}

/* treatment detail  page */

.custom-overlay-container3 {
  position: relative;
  width: 100%;
  max-height: 400px;
  margin-top: 7%;
  overflow: hidden;
}

.custom-overlay-text3 {
  position: absolute;
  top: 24%;
  left: 13%;
  transform: translateY(-50%);
  text-align: left;
  padding: 20px;
  border-radius: 10px;
  max-width: 50%;
}

.custom-overlay-text3 h2,
.custom-overlay-text3 p {
  color: rgb(0, 0, 0);
}

.custom-overlay-text3 h2 {
  font-size: 44px;
}

.custom-overlay-text3 p {
  margin-top: 14px;
  font-size: 16px !important;
  line-height: 21px !important;
  font-weight: 300 !important;
  color: #000000 !important;
}

.treat-detailpic img {
  border-radius: 1rem;
  height: 504px;
  object-fit: cover;
}

.t-imgs {
  border-radius: 1rem;
  width: 100%;
  max-width: 125px;
  height: auto;
}

.time-span {
  color: #606626;
  font-weight: 500;
  font-size: 15px;
}

.time-iclass {
  color: #606626;
}

.appointment-btn {
  margin-left: 20px;
}

.appointment-btn a {
  padding: 10px 40px 10px 20px !important;
  position: relative;
  display: inline-block;
  color: #606626;
  border: 1px solid #606626 !important;
  border-radius: 23px;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all 0.5s;
}

.appointment-btn a i {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  font-size: 16px;
  background-color: #606626;
  color: #ffffff !important;
  border-radius: 50%;
  padding: 6px 6px;
}

.appointment-btn a span {
  margin-right: 10px;
}

.appointment-btn a:hover {
  background-color: #606626 !important;
  color: #ffffff !important;
}

.appointment-btn a:hover i {
  background-color: #ffffff;
  color: #606626 !important;
}

@media (max-width: 767.98px) {
  .mt-topbar span {
    font-size: 13px !important;
  }

  .form-card1 {
    margin-top: 17px;
  }
  .custom-overlay-container {
    padding: 0 !important;
  }
  .mob-m {
    margin-top: 10px;
  }
  .custom-overlay-container3 {
    margin-top: 28%;
  }
  .custom-overlay-text3 {
    position: absolute;
    top: -8%;
    left: 8%;
    max-width: 68% !important;
  }

  .radio-container label {
    margin-right: 11px !important;
  }

  .custom-overlay-text3 p {
    font-size: 18px;
  }
  .custom-overlay-text3 p {
    margin-top: 6px;
    font-size: 8px;
    line-height: 1;
  }
  .dedication-bannert {
    margin-top: 29% !important;
  }
  .testimonial-details,
  .gallery-details {
    margin-top: 26% !important;
  }
  .contact-icon-row {
    padding-left: 20px !important;
    padding-top: 36px;
  }
  .p-mob {
    padding-left: 10px;
    padding-right: 10px;
  }
  .dedication-cards {
    height: 500px !important;
    object-position: top;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .contact-icon-row {
    padding-left: 20px !important;
    padding-top: 10px;
  }
  .custom-overlay-container {
    padding: 0 !important;
  }
  .mob-m {
    margin-top: 10px;
  }
  .custom-overlay-container3 {
    margin-top: 28%;
  }
  .custom-overlay-text3 {
    position: absolute;
    top: 11%;
    left: 8%;
    max-width: 68% !important;
  }
  .custom-overlay-text3 h2 {
    font-size: 18px;
  }
  .custom-overlay-text3 p {
    font-size: 18px;
  }
  .custom-overlay-text3 p {
    margin-top: 6px;
    font-size: 8px;
    line-height: 1;
  }

  .testimonial-details,
  .gallery-details {
    margin-top: 26%;
  }

  .p-mob {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.t-ul {
  margin-left: 30px;
  margin-top: 10px;
  color: #606626;
}

.t-ul li {
  list-style: disc !important;
}

.dedication-bannert {
  margin-top: 7%;
}

.dedication-btext {
  top: 13%;
  left: 6%;
}

.custom-row > div:nth-child(even) .dedication-cards-detail {
  height: 412px;
}

.custom-row > div:nth-child(odd) .dedication-cards-detail {
  height: 412px;
}

.staff-d h4 {
  font-size: 17px;
  font-family: "Inter", serif;
  font-weight: 400;
}

.staff-d p {
  font-size: 17px;
  margin-left: 10px;
  margin-top: 0;
  line-height: 20px;
  margin-bottom: 1rem;
  font-weight: 400;
  font-family: "Inter", serif;
}

.mob-m {
  margin-left: 10px;
}

.btn-s {
  margin-left: 10px;
  margin-top: 10px;
}

.testimonial-details {
  margin-top: 6%;
}

.gallery-details {
  margin-top: 6%;
}

.contact-btext {
  top: 9%;
  left: 38%;
}

fieldset {
  padding: 0 0 0 13px;
  border: 1px solid #a5af50 !important;
  border-radius: 25px !important;
  padding: 0.35em 0.985em 0.75em !important;
}

legend {
  float: none;
  padding: 0 7px !important;
  margin: 0;
  font-size: 13px;
  font-weight: 500;
  color: #606626 !important;
  width: auto;
}

.form-card input {
  border: none !important;
  padding: 0;
  box-shadow: none !important;
  margin-top: -25px;
  padding-left: 5px;
  font-size: 13px !important;
}

.form-card input::placeholder {
  color: #999;
}

.form-select {
  height: 100% !important;
  border: none !important;
  padding: 2px 0px 0px 5px;
  margin-top: -3px;
  height: 100%;
  font-size: 13px !important;
}

.form-select:focus {
  border-color: #ffffff;
  outline: 0;
  box-shadow: none !important;
}

.form-card:focus-within fieldset {
  border-color: #606626 !important;
}

.send-btn {
  padding: 12px 25px 12px 25px !important;
  position: relative;
  display: inline-block;
  color: #ffffff !important;
  border: 1px solid #606626 !important;
  border-radius: 23px;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  background: #606626;
  font-size: 16px;
  margin-top: 10px;
  font-family: "Inter", sans-serif;
  transition: all 0.5s;
}

.send-btn:hover {
  background: #424615;
}

.text-box {
  box-shadow: none !important;
  border: none !important;
  resize: none !important;
  height: 17vh !important;
  padding-left: 3px !important;
  font-size: 13px !important;
}

.text-box::placeholder {
  color: #999;
}

.icon-div {
  display: flex;
  justify-content: center;
  font-size: 1rem;
  background: linear-gradient(to right, #0e0e0e 0%, #141414 100%);
  border-radius: 5px;
  padding: 8px;
  color: #fff;
  width: 13%;
  height: 10%;
}

@media (max-width: 767px) {
  .icon-div {
    width: 11%;
  }
}

.detail-div h6 {
  margin-bottom: 3px;
  color: #000000;
  font-weight: 500;
  font-size: 1.2rem;
}

.detail-div p {
  font-size: 0.9rem;
  margin-bottom: 4px;
  color: #8b8b8b;
}

.detail-div a {
  color: #606626;
  text-decoration: none;
}

.contact-icon-row {
  padding-left: 47px;
}

.map-div {
  margin-top: 16px;
  padding: 11px;
  border: 1px solid #606626;
  border-radius: 10px;
  margin-bottom: 15px;
}

/* testimonials */
.img-area-test {
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 15px;
}

.img-area-test img {
  width: 70px;
  height: 84px;
  object-fit: cover;
  border-radius: 25px;
  margin-right: 0px;
  border: none;
}

.custom-card {
  background-color: #eff0e9;
  border-color: #eff0e9 !important;
  border-radius: 15px !important;
  padding: 7px;
}

.card-text {
  font-size: 16px !important;
  line-height: 21px !important;
  font-weight: 300 !important;
  color: #000000 !important;
  height: 27vh;
  overflow-y: auto;
}

.container-gallery .gmedia:nth-child(even) {
  margin-top: 0px !important;
  margin-bottom: 18px;
}

.container-gallery .gmedia:nth-child(odd) {
  margin-top: 0px !important;
  margin-bottom: 18px;
}

.custom-overlay-text4 {
  position: absolute;
  top: 13%;
  left: 38%;
  transform: translateY(-50%);
  text-align: left;
  padding: 20px;
  border-radius: 10px;
  max-width: 50%;
}

.custom-overlay-text2 h2,
.custom-overlay-text2 p {
  color: rgb(0, 0, 0);
}

.custom-overlay-text2 p {
  margin-top: 14px;
}

.search-container {
  display: flex;
  justify-content: end;
  align-items: end;
  height: 100%;
}

.search {
  height: 50px;
  background-color: #fff;
  padding: 5px;
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 25px;
  border: 1px solid #606626;
}

.search-input {
  flex-grow: 1;
  border: none;
  outline: none;
  background: none;
  margin-right: 10px;
  caret-color: #838b34;
  font-size: 18px;
  font-weight: 300;
  color: black;
  padding-left: 10px;
  transition: width 0.4s linear;
}

.search-icon {
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  background-color: #ffffff;
  border-radius: 50%;
}

.search:hover .search-icon {
  background: #ffffff;
}

.search-icon a {
  text-decoration: none;
  color: #838b34;
}

.search-icon a:link {
  text-decoration: none;
}

.modal-body {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

@media (max-width: 768px) {
  .modal-body {
    padding: 15px;
  }
}

@media (max-width: 768px) {
  #closeModalBtn {
    position: absolute;
    top: 27px;
    left: 84%;
  }

  .modal-dialog {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin: 0;
    width: 100% !important;
    max-width: 100%;
  }

  .modal-content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    padding: 0;
  }

  .modal-body img,
  .modal-body video {
    width: 100%;
    height: auto;
    max-width: 77%;
    max-height: 100%;
    object-fit: contain;
  }
}

@media (min-width: 769px) {
  .modal-dialog {
    max-width: 90%;
  }

  .modal-body img,
  .modal-body video {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
  }
}

.modal-content {
  border: none !important;
}

body.modal-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

@media (max-width: 767px) {
  .mob-topbar {
    text-align: center !important;
    font-size: 13px;
  }
  .mob-testi {
    margin-bottom: 9.5rem !important;
  }
  .custom-container {
    width: 100%;
  }

  .custom-overlay-text6 {
    position: absolute;
    top: 1% !important;
    left: 9% !important;
    transform: translateY(-50%);
    text-align: left;
    padding: 20px;
    border-radius: 10px;
    max-width: 69% !important;
  }
  .custom-overlay-text6 h2 {
    font-size: 12px;
  }
  .custom-overlay-text6 p {
    margin-top: 3px !important;
    font-size: 9px;
    line-height: 1.2;
  }
}

@media only screen and (max-width: 768px) {
  .custom-overlay-text6 {
    top: 6% !important;
    left: 8% !important;
    max-width: 68% !important;
    padding: 15px;
  }

  .custom-overlay-text6 h2 {
    font-size: 16px;
  }

  .custom-overlay-text6 p {
    font-size: 12px;
  }
}

.custom-overlay-text6 {
  position: absolute;
  top: 24%;
  left: 13%;
  transform: translateY(-50%);
  text-align: left;
  padding: 20px;
  border-radius: 10px;
  max-width: 50%;
}

.custom-overlay-text6 h2,
.custom-overlay-text6 p {
  color: rgb(0, 0, 0);
}

.custom-overlay-text6 p {
  margin-top: 14px;
}

.custom-container-abt {
  position: relative;
  padding: 10px 20px 10px 20px !important;
  color: #606626 !important;
  border: 1px solid #ffffff !important;
  border-radius: 23px;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all 0.5s;
  width: 100%;
}

.custom-container-abt input[type="text"]::placeholder {
  color: white;
}

.custom-text-container-abt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.custom-image-abt {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
}

.custom-container-abt input[type="text"] {
  border: none;
  outline: none;
  background: #606626;
  font-size: 16px;
  color: white;
  width: calc(100% - 10px);
}

.custom-container-abt button {
  position: absolute;
  top: 51%;
  right: 10px;
  transform: translateY(-50%);
  font-size: 16px;
  background-color: #ffffff;
  color: #606626 !important;
  border: none;
  border-radius: 50%;
  padding: 4px 6px;
  cursor: pointer !important;
}

.custom-container-abt button i {
  font-size: 15px;
}

@media (max-width: 600px) {
  .abt-contact-btn a {
    padding: 4px 10px 5px 10px !important;
    font-size: 6px !important;
    border-radius: 15px;
  }
  .abt-contact-btn span {
    font-size: 6px;
  }
  .abt-contact-btn {
    margin-top: 0.3rem !important;
  }
}

.modal-header {
  border-bottom: none !important;
}

.card-body {
  margin-bottom: 25px;
}

@media only screen and (max-width: 768px) {
  .custom-container input[type="email"] {
    padding-left: 9px;
  }
}

.add-service {
  display: flex;
  align-items: center;
  justify-content: start;
  cursor: pointer;
  margin-left: 11px;
  color: #606626;
}
.add-service .fas {
  margin-right: 5px;
}

/* book appointment */
.appointment-heading {
  font-family: "Inria Serif", serif;
  font-size: 19px;
  font-weight: 500;
  margin-bottom: 5px;
}

.datepicker-container {
  position: relative;
  display: inline-block;
  width: 100%;
}
.datepicker-container input {
  padding-right: 30px;
  width: 100% !important;
}

.datepicker-icon {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #555;
}

.confirm-btn {
  padding: 12px 32px 12px 32px !important;
  position: relative;
  display: inline-block;
  color: #ffffff !important;
  border: 1px solid #606626 !important;
  border-radius: 23px;
  font-weight: 500 !important;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.3px !important;
  background: #606626;
  font-size: 15px;
  margin-top: 0px;
  transition: all 0.5s;
}

.confirm-btn:hover {
  background: #424615;
}

.cancel-icon {
  cursor: pointer;
  font-size: 23px;
  color: #707270;
}

.cancel-icon:hover {
  color: #000000;
}

.services-p {
  margin-bottom: 4px !important;
  font-size: 19px !important;
  font-weight: 500;
}

.text-p {
  margin-bottom: 3px !important;
  font-size: 16px !important;
  font-weight: 400;
}

.text-p span {
  letter-spacing: 1px;
}

.text2-p {
  margin-bottom: 3px !important;
  font-size: 16px !important;
  font-weight: 400;
}

.hrtag {
  margin-top: 10px;
  margin-bottom: 10px;
}

.continue-btn {
  padding: 12px 32px;
  position: relative;
  display: inline-flex;
  align-items: center;
  color: #ffffff !important;
  border: 1px solid #606626 !important;
  border-radius: 23px;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  background: #606626;
  font-size: 16px;
  margin-top: 5px;
  transition: all 0.5s;
  font-family: "Inter", sans-serif;
}

.continue-btn:hover {
  background: #424615;
}

.continue-btn i {
  margin-left: 8px;
  font-size: 15px;
}

.add-service:hover {
  color: #000000 !important;
  transition: color 0.3s ease;
}

.selected-service {
  display: flex;
  align-items: center;
  margin-left: 10px;
  margin-top: 6px;
  margin-bottom: 0px;
  font-size: 15px;
  color: #606626;
  font-weight: 500 !important;
}

.add-servicee {
  display: flex;
  align-items: center;
  justify-content: start;
  cursor: pointer;
  color: #606626;
}

.add-servicee .fas {
  margin-right: 5px;
}

.add-servicee:hover {
  color: #000000 !important;
  transition: color 0.3s ease;
}

@media (max-width: 767px) {
  .mob-mt {
    margin-top: 10px;
  }

  .mt-topbar {
    margin-top: 0px;
  }

  .px-nav {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }

  .top-px {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }
}

.radio-container {
  display: flex;
  align-items: center;
}
.radio-container label {
  margin-right: 20px;
  cursor: pointer !important;
}

.price {
  color: #000000;
  font-weight: 500;
  font-size: 15px;
}

.qar {
  color: #606626;
  font-weight: 600;
  font-size: 17px;
  font-family: "Inria Serif", serif !important;
}

.price-q {
  color: #000000;
  font-weight: 400;
  font-size: 16px;
}

.radio-b span {
  margin-left: 5px;
}

.radio-b p {
  padding-left: 18px;
  font-weight: 400;
}

input[type="radio"] {
  accent-color: #606626;
}

.form-select:disabled {
  background-color: transparent !important;
  color: #606626;
  font-weight: 500;
}

.container-gallery .media[data-type="video"] video {
  background-color: rgba(0, 0, 0, 0.5);
  filter: brightness(0.5);
}

.color-square {
  background: #fcf7f2;
  border-radius: 10px;
  padding: 13px;
  text-align: center;
}

.color-square h2 {
  font-size: 17px;
}

.color-square p {
  font-size: 11px;
  line-height: 1.4;
  margin-top: 6px;
  margin-bottom: 6px;
}

.mob-tab-only {
  display: none;
  margin-top: 29%;
}

.laptop-only {
  display: block;
}

@media (max-width: 992px) {
  .laptop-only {
    display: none;
  }
  .mob-tab-only {
    display: block;
  }
}

.mob-m h3 {
  color: #606626;
  font-size: 43px;
  margin-bottom: 30px;
}

.mob-mm h3 {
  margin-left: 10px;
}

.pri {
  margin-top: 13px;
  margin-bottom: 0px;
}

.common-h1 {
  font-size: 48px !important;
  margin-bottom: 8px;
}

.px-nav {
  padding-right: 1.8rem;
  padding-left: 1.8rem;
}

.top-px {
  padding-right: 1.5rem;
  padding-left: 1rem;
}

.mt-topbar {
  margin-top: 2px;
}

.mt-topbar span {
  font-size: 15px;
}

/* .footer-padding {
  padding-left: 7%;
  padding-right: 5%;
}

@media (max-width: 992px) {
  .footer-padding {
    padding-left: 5%;
    padding-right: 3%;
  }
}

@media (max-width: 768px) {
  .footer-padding {
    padding-left: 1%;
    padding-right: 1%;
  }
} */

.custom-overlay-text h2 {
  font-size: 44px;
}

.common-h2 {
  font-size: 48px !important;
}

.common-h3 {
  font-size: 48px !important;
}

@media only screen and (max-width: 768px) {
  .mob-flex {
    display: block !important;
  }
  .dedication-h h1 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .common-h1 {
    font-size: 24px !important;
  }
  .common-h2 {
    font-size: 38px !important;
  }

  .common-h3 {
    font-size: 33px !important;
  }
  .dedication-h p {
    padding-left: 5px;
    padding-right: 5px;
  }
  .search-container {
    justify-content: center;
    align-items: center;
  }
  .mt-d {
    margin-top: 10px;
  }
  .mt-blog {
    margin-top: 168px !important;
  }
  .common-p {
    padding-left: 0% !important;
    padding-right: 0% !important;
  }
}

.mt-d {
  margin-top: 40px;
}

.mt-blog {
  margin-top: 69px;
}

.common-p {
  font-size: 16px !important;
  line-height: 21px !important;
  font-weight: 300 !important;
  color: #000000 !important;
  padding-left: 15%;
  padding-right: 15%;
}

.common-h4 {
  font-size: 48px !important;
  margin-bottom: 6px;
}

.custom-overlay-text4 p {
  margin-top: 14px;
  color: #000000;
  font-size: 16px;
  line-height: 22px;
}

.testh {
  font-family: "Inter", sans-serif !important;
  font-size: 20px;
  line-height: 25px;
  color: #000000;
  font-weight: 400;
  margin-bottom: 0px;
}

.testp {
  font-family: "Inter", sans-serif !important;
  color: #000000;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 0;
}

.mob-flex {
  display: flex;
}

.footer-box ul li a.active {
  font-weight: 600;
}

.dobfieldset {
  padding: 0.16em 0.985em 0.75em !important;
}

/* 
.services_img {
	width: 100%;
	float: left;
	position: -webkit-sticky !important;
  position: sticky !important;
  top: 10px;
	border-radius: 45px;
} */

/*services */
.services_img {
  width: 100%;
  border-radius: 45px;
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
  height: 683px;
  object-fit: cover;
}

@media (max-width: 767.98px) {
  .services_img {
    height: auto !important;
  }
}

.price-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.price-list li {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid #ddd;
}
.price-list .item {
  flex: 1;
}
.price-list .price {
  text-align: right;
  width: 100px;
}
/*services */

.blog-slider__pagination {
  display: none; /* Hide pagination by default */
}

@media (min-width: 1200px) and (max-width: 1299px) {
  .custom-overlay-text h2 {
    font-size: 29px !important;
  }
  .custom-overlay-text p {
    font-size: 13px !important;
  }
  .custom-overlay-text {
    top: 9% !important;
  }
}

@media (min-width: 1300px) and (max-width: 1399px) {
  .custom-overlay-text {
    top: 8% !important;
    left: 4%;
    max-width: 60% !important;
  }
}

@media (min-width: 1600px) and (max-width: 1799.98px) {
  .custom-overlay-container {
    max-height: 449px !important;
  }
  .custom-overlay-text p {
    font-size: 16px;
  }
}

@media (min-width: 1800px) and (max-width: 1999.98px) {
  .custom-overlay-container {
    max-height: 474px !important;
  }
  .custom-overlay-text p {
    font-size: 16px;
  }
}

@media (min-width: 481px) and (max-width: 580px) {
  .custom-overlay-text h2 {
    font-size: 15px !important;
  }
  .custom-overlay-text p {
    font-size: 10px !important;
    margin-bottom: 5px !important;
  }
}

@media (min-width: 581px) and (max-width: 599px) {
  .custom-overlay-text h2 {
    font-size: 17px !important;
  }
  .custom-overlay-text p {
    font-size: 11px !important;
    margin-bottom: 5px !important;
  }
}

/* Extra Small Devices (e.g., very small smartphones) */
@media (max-width: 280px) {
  .custom-overlay-container {
    margin-top: 36% !important;
  }
  .custom-overlay-image {
    height: 28vh !important;
  }  
}

/* Small Devices (e.g., small smartphones like older iPhones) */
@media (min-width: 281px) and (max-width: 320px) {
  .custom-overlay-container {
    margin-top: 32% !important;
  }
  .custom-overlay-image {
    height: 28vh !important;
  }   
}

/* Slightly Larger Small Devices (e.g., standard smartphones) */
@media (min-width: 321px) and (max-width: 360px) {
  .custom-overlay-container {
    margin-top: 28% !important;
  }
  .custom-overlay-image {
    height: 28vh !important;
  }  
}

/* Small Tablets or Larger Smartphones */
@media (min-width: 361px) and (max-width: 411px) {
  .custom-overlay-container {
    margin-top: 28% !important;
  }
  .custom-overlay-image {
    height: 28vh !important;
  }  
}

/* Medium Smartphones or Phablets */
@media (min-width: 412px) and (max-width: 480px) {
  /* Styles for devices between 411px and 480px */
}

/* Large Smartphones and Small Tablets */
@media (min-width: 481px) and (max-width: 576px) {
  /* Styles for devices between 480px and 576px */
  .custom-overlay-container {
    margin-top: 24% !important;
}
.custom-overlay-text {
  /* max-width: 91%; */
  padding: 10px;
  top: 2% !important;
} 
}

/* Standard Tablet Size */
@media (min-width: 576px) and (max-width: 768px) {
  .custom-overlay-container {
    margin-top: 20% !important;
}
}

@media (min-width: 600px) and (max-width: 700px) {
  .custom-overlay-text p {
    font-size: 12px !important;
    margin-bottom: 4px !important;
}
}

@media (min-width: 769px) and (max-width: 1000px) {
  .custom-overlay-text h2 {
    font-size: 26px !important;
  }

  .custom-overlay-text p {
    font-size: 13px !important;
    margin-top: 3px !important;
  }
}

@media (min-width: 1001px) and (max-width: 1024px) {
  .custom-overlay-text h2 {
    font-size: 28px !important;
  }

  .custom-overlay-text p {
    font-size: 13px !important;
    margin-top: 3px !important;
  }
  .custom-overlay-text {
    top: 15% !important;
  }
}



@media (min-width: 1024px) and (max-width: 1157px) {
  .custom-overlay-text {
    top: 9% !important;
    max-width: 64% !important;
  }
}

@media (max-width: 1024px) {
  .header-area.header-sticky .nav li a::after {
    content: none !important;
  }
  .border-first-button-mob {
    display: block;
    margin-top: 12px;
  }
}

@media (min-width: 993px) and (max-width: 1024px) {
  .border-first-button-mob {       
    margin-left: -13px !important;
  }
}
