/* bootstrap strat */
@import url('https://fonts.cdnfonts.com/css/amity-signature');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
}

.bannerTextShine {
  font-family: 'Amity Signature', sans-serif;
  position: absolute;
  z-index: 9999;
  bottom: 1%;
  left: -6%;
  font-size: 90px;
  font-weight: 500;
  color: #465458;
  text-align: center;
  width: 100%;

}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease;
}

a:hover {
  color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
  /* all: unset; */
  font-weight: unset;
  line-height: inherit;
}

button {
  outline: none;
  background: none;
  background-color: none;
  border: none;
  color: inherit;
  font-size: inherit;
  transition: all 0.3s ease-in-out;
}

/* body {
	  min-height: 10000px;
  } */

input:hover,
input:focus,
textarea:hover,
textarea:focus,
input,
textarea {
  outline: none;
  /* border: none; */
}

dl,
ol,
ul {
  margin-bottom: 0;
}

ol,
ul {
  padding-left: 0;
}

p {
  margin-bottom: 0;
}

a:hover {
  text-decoration: none !important;
}

a {
  text-decoration: none !important;
}

.upper {
  text-transform: uppercase;
}

.mt-50px {
  margin-top: 50px;
}

.mx-80px {
  margin-top: 80px;
  margin-bottom: 80px;
}

.mx-20px {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mb-50px {
  margin-bottom: 50px;
}

.mb-80px {
  margin-bottom: 80px;
}

.mb-20px {
  margin-bottom: 20px;
}

.px-15px {
  padding-left: 15px;
  padding-right: 15px;
}

p a:visited {
  color: unset;
}

.banner-title {
  font-size: 80px;
  color: #fff;
}

a:focus {
  outline: none !important;
}

.w-80 {
  width: 80%;
}

.w-60 {
  width: 60%;
}

.align-center {
  align-items: center;
}

.img-wp img {
  width: 100%;
}

.img-wp {
  width: 100%;
}

.mt-80px {
  margin-top: 80px;
}

.mt-30px {
  margin-top: 30px;
}

.mt-60px {
  margin-top: 60px;
}

.mb-30px {
  margin-bottom: 30px;
}

.pb-10px {
  padding-bottom: 10px;
}

.pb-20px {
  padding-bottom: 20px;
}

/* bootstrap end */

/* fonts */

@font-face {
  font-family: "Montserrat-SemiBold";
  src: url(../font/Montserrat-SemiBold.ttf);
}

@font-face {
  font-family: "Montserrat-Bold";
  src: url(../font/Montserrat-Bold.ttf);
}

@font-face {
  font-family: "Montserrat-ExtraBold";
  src: url(../font/Montserrat-ExtraBold.ttf);
}

@font-face {
  font-family: "Montserrat-Regular";
  src: url(../font/Montserrat-Regular.ttf);
}

@font-face {
  font-family: "Montserrat-Medium";
  src: url(../font/Montserrat-Medium.ttf);
}

@font-face {
  font-family: "AvenirNextLTPro-Regular";
  src: url(../font/Avenir-next-lt-pro/AvenirNextLTPro-Regular.otf);
}

@font-face {
  font-family: "BestermindRegular";
  src: url(../font/BestermindRegular.ttf);
}

.asfasjeh .h2s.mb-5.pb-0.colorg {
  font-family: "BestermindRegular";
}

@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");

body {
  font-family: "AvenirNextLTPro-Regular";
}

.container.header-container {
  max-width: 1492px;
}

.phone-iocosn {
  width: 40px;
  height: 40px;
  display: inline-flex;
  background: #d83d0a;
  color: #fff;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

#primary-menu li {
  text-transform: uppercase;
}

.bnner-subtitle {
  font-family: "Montserrat-SemiBold";
  font-size: 150px;
  color: #fff;
}

.banner-home-page {
  padding-top: 280px;
  padding-bottom: 280px;
  /* background-color: #000000d1; */
  background-size: cover;
  /* background-blend-mode: color; */
}

.tionamv-constisnts {
  display: flex;
  justify-content: space-between;
}

.slls-dv {
  display: flex;
  align-items: center;
}

.teamowner-teht.position-relative.transImage {
  background: whitesmoke;
}

#primary-menu {
  list-style: none;
  margin: 0px;
  font-family: "Montserrat-SemiBold";
  display: flex;
}

.custom-logo-top img {
  width: 261px;
  height: auto;
  transition: 0.6s;
}

.site-header {
  position: fixed;
  left: 0px;
  top: 0px;
  transition: 0.6s;
  background: #5e7175 !important;

  padding-bottom: 15px;
  width: 100%;
}

#primary-menu a {
  color: #fff;
  font-size: 16px;
}

#primary-menu li {
  margin-left: 40px;
}

.header-rightside-text {
  margin-left: 40px;
}

.header-rightside-text a {
  color: #fff;
  font-size: 16px;
  font-family: "Montserrat-SemiBold";
}

.menus-topsa {
  padding-top: 15px;
}

.site-header.scrolling .menus-topsa {
  padding-top: 10px;
}

.site-header.scrolling {
  background: #0000007a;
  padding-bottom: 10px;
  backdrop-filter: blur(5px);
}

.txt-box {
  color: #5e7175;
}

.sec0s {
  background: #8c4b38;
  padding-top: 80px;
  padding-bottom: 80px;
}

.tionamv-constisnts {
  align-items: center;
}

.phone-iocosn {
  margin-right: 8px;
  transition: 0.6s;
}

.site-header.scrolling .phone-iocosn {
  color: #d83d0a;
  background: #fff;
}

.container {
  max-width: 1180px;
}

.text-big {
  color: #000;
  font-size: 100px;
  font-family: "Montserrat-ExtraBold";
}

.text-big span {
  display: inline-block;
  width: 159px;
  height: 1px;
  background-color: #000;
}

.subtitle {
  font-size: 50px;
  color: #b2b2b2;
  font-family: "Montserrat-SemiBold";
}

.primary-btn {
  font-size: 18px;
  color: #fff;
  background: #000;
  display: inline-block;
  padding: 20px 40px;
  font-family: "Montserrat-SemiBold";
}

.text-sec1home {
  font-size: 18p;
  color: #555555;
}

.secton-1home-text {
  padding-left: 0px;
}

.img-sec-1home img {
  max-width: 100%;
}

.secton-1home-text .text-big {
  position: relative;
  margin-left: -180px;
  margin-bottom: -29px;
}

.button-link0home {
  margin-top: 54px;
}

.text-big span {
  position: relative;
  top: -30px;
  margin-left: 35px;
}

.subtitle {
  margin-bottom: 20px;
}

.astehusk .subtitle.text-center {
  margin-bottom: -29px;
}

.blokriwn {
  width: 270px;
  height: 270px;
  border-radius: 50%;
  background: #d1d1d1;
  border: 10px solid #fff;
  cursor: pointer;
}

.tyeb-ashn {
  display: flex;
  justify-content: center;
}

.athhe {
  width: 80px;
  height: 80px;
  object-fit: cover;
}

.blokriwn {
  margin-left: -53px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Montserrat-SemiBold";
}

.therstys {
  font-size: 24px;
}

.blokrsciswn {
  width: 137px;
  text-align: center;
}

.blokriwn:hover {
  background: #000;
  color: #fff;
}

.blokriwn:hover .athhe {
  -webkit-filter: grayscale(1) invert(1);
  filter: grayscale(1) invert(1);
}

.blokriwn {
  position: relative;
}

.blokriwn:hover::before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  background: #fff;
  border-radius: 50%;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.blokriwn:hover::after {
  position: absolute;
  content: "";
  height: 50px;
  width: 1px;
  background: #000;
  border-radius: 50%;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
}

.text-thertxv-hsj {
  font-size: 20px;
  text-align: center;
  margin-top: 39px;
  border-top: 2px solid #000;
  padding-top: 25px;
}

.ourvalpagesm {
  padding-top: 100px;
  padding-bottom: 100px;
}

#masthead {
  z-index: 999;
}

.section1home {
  padding-top: 100px;
}

.tyeb-ashn {
  margin-top: 40px;
}

.section1home.lastsecton .text-big {
  margin-left: -265px;
}

.footerbg {
  background: url(../image/footerbg.png);
  background-size: cover;
}

.footerlogo .custom-logo {
  width: 240px;
  height: auto;
}

.footerphone-sn {
  color: #fff;
  font-size: 31px;
  margin-top: 37px;
}

.footersocal {
  color: #b2b2b2;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  margin-right: 42px;
}

.sical-media {
  margin-top: 30px;
}

.footersocal span {
  margin-left: 8px;
}

.text-foyeh {
  color: #b2b2b2;
  font-size: 14px;
}

.footer-title {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.text-taofootermme {
  display: flex;
  width: fit-content;
  margin-left: auto;
}

.texts-foorjy-footeascr {
  margin-right: 95px;
}

#footer-menu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ffffff60;
  border-top: 1px solid #ffffff60;
  margin-top: 40px;
}

#footer-menu li {
  font-size: 18px;
  color: #b2b2b2;
  position: relative;
  padding-left: 28px;
  margin-left: 30px;
  margin-right: 30px;
}

#footer-menu li::after {
  position: absolute;
  left: 0px;
  top: 7px;
  content: "";
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
}

.footer-copyrit {
  color: #fff;
  font-size: 14px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.thet0hen {
  text-align: end;
}

.footerbg {
  padding-top: 80px;
}

.section1home.lastsecton {
  margin-bottom: 100px;
}

.inner-banner-div {
  background: url("http://mindshinewellness.com/wp-content/uploads/2025/06/panorama-dramatic-colorful-sunset-with-dark-bright-clouds-against-backdrop-mountains-mountains-fog-background-sunset-sun-s-rays-make-their-way-through-cl.jpg") !important;
  background-position: bottom !important;
  position: relative;
  min-height: 460px;
  background-repeat: no-repeat !important;
}

.innerbannr-texts-title {
  position: absolute;
  width: 100%;
  bottom: 8px;
  left: 0;
}

.inner-banner-div {
  background-color: #0000005c;
  background-blend-mode: color;
  padding-top: 250px;
  padding-bottom: 150px;
  color: #fff;
  background-size: cover !important;
}

.inner-banner-title {
  font-size: 38px;
  font-family: "Montserrat-Bold";
}

.about0sec1-asc h2 {
  font-size: 50px;
  font-family: "Montserrat-SemiBold";
  color: #000;
  margin-bottom: 20px;
}

.about0sec1-asc p {
  font-size: 18px;
  color: #555555;
}

.aboutpgae-sec1 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.mind-hn {
  background-color: #000000cf;
  background-blend-mode: color;
  color: #fff;
}

.mind-hn h2 {
  font-size: 40px;
  font-family: "Montserrat-SemiBold";
  margin-bottom: 20px;
}

.mind-hn ul {
  display: flex;
  flex-wrap: wrap;
  font-size: 20px;
}

.mind-hn ul li {
  width: 25%;
  padding-left: 14px;
  margin-bottom: 20px;
}

.mind-hn {
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.box-div-conat-page-ibfi {
  width: 270px;
  height: 131px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #d2d2d2;
}

.contaci-page-icon-div {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: #d83d0a;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-right: auto;
  margin-left: auto;
}

.divs-conat-divs {
  display: flex;
  justify-content: center;
}

.songale-conatcdiv {
  padding-left: 20px;
  padding-right: 20px;
}

.box-div-conat-page-ibfi {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.contaci-page-icon-div {
  margin-bottom: -20px;
  position: relative;
  z-index: 2;
}

.box-div-conat-page-ibfi {
  font-size: 17px;
  font-family: "Montserrat-Medium";
}

.thertasav {
  font-size: 20px;
  color: #555555;
}

.h2s {
  font-size: 38px;
  color: #5e7175;
  font-family: "Playfair Display", serif;
  line-height: 40px;
  margin-bottom: 20px;
}

.thet-hgsht {
  text-align: center;
}

.section2-contact-page {
  padding-top: 100px;
  padding-bottom: 100px;
}

.cponacy-fme {
  max-width: 830px;
  margin-left: auto;
  margin-right: auto;
}

.inputs {
  height: 51px;
  border: 1px solid #bbbbbb;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.wpcf7-form-control.wpcf7-textarea.inputs.text-areasd {
  height: 150px;
  padding: 15px;
}

.text-input-duic {
  margin-bottom: 25px;
}

.sceyte {
  color: #555;
  margin-top: 6px;
  font-size: 14px;
}

.wpcf7-form-control.wpcf7-submit.has-spinner.submitevrtrge {
  padding: 20px 40px;
  color: #fff;
  background: #d83d0a;
  border: none;
  border-radius: 10px;
}

.text-input-duic.submitgeh {
  text-align: center;
  margin-top: 40px;
}

.contact-form-div {
  padding-bottom: 100px;
}

.thertasav {
  margin-bottom: 40px;
}

.rexfr-serbices {
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
}

.rexfr-serbices h2 {
  color: #000;
  font-size: 50px;
  font-family: "Montserrat-SemiBold";
  margin-bottom: 20px;
}

.tet-gehwe {
  padding-top: 100px;
  padding-bottom: 100px;
}

.black-backgroudn {
  position: absolute;
  background: #000;
  width: 61%;
  height: calc(100% - 100px);
  bottom: 0px;
  left: 0px;
}

.imga-featuredimage-div {
  position: absolute;
  background: #000;
  width: 61%;
  height: calc(100% - 100px);
  top: 0px;
  right: 0px;
  object-fit: cover;
}

.sectioin-balckdiv-section-servoces {
  padding-top: 180px;
  color: #fff;
  padding-bottom: 60px;
}

.sectioin-balckdiv-section-servoces p {
  font-size: 17px;
  margin-bottom: 40px;
}

.image-laal-teh {
  width: 100%;
}

.container.protfolio-single-apge {
  max-width: 970px;
}

.image-laal-teh {
  height: 280px;
  object-fit: cover;
}

.caption-eab {
  font-size: 24px;
  color: #010101;
  margin-top: 15px;
}

.accordion-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 30px;
  line-height: 48px;
  color: #000000;
  font-family: "Montserrat-SemiBold";
}

.accordion-title i {
  font-size: 19px;
  color: #555;
}

.accordion-title {
  padding-bottom: 20px;
  border-bottom: 1px solid #a9a9a9;
  padding-top: 20px;
}

.accordion-content {
  padding-bottom: 40px;
}

.section-sghie {
  padding-top: 80px;
}

.all-afterbeforeimages {
  margin-top: 40px;
}

.image-oopneimage a {
  position: relative;
  display: block;
}

.image-oopneimage:hover a::after {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: #000000ad;
  background-image: url(../image/plus-icon.png);
  background-repeat: no-repeat;
  background-position: center center;
  content: "";
}

.grid-portfolioimage.wp-post-image {
  height: 280px;
  width: 100%;
  object-fit: cover;
}

.title-grid {
  font-size: 24px;
  color: #010101;
  font-family: "Montserrat-Medium";
}

.locatiohin {
  font-size: 18px;
  color: #b2b2b2;
}

.single-portfoliogrod {
  padding-bottom: 50px;
}

.locatiohin {
  font-size: 18px;
  color: #b2b2b2;
  padding-top: 5px;
  padding-bottom: 5px;
}

.title-grid {
  padding-top: 15px;
}

.single-portfoliogrod {
  padding-bottom: 50px;
}

.theta-theu-profolio {
  padding-top: 100px;
}

.post-number.position-relative {
  opacity: 0.349;
  font-size: 80px;
  color: #ffffff;
  font-family: "Montserrat-ExtraBold";
}

.title-name.position-relative {
  font-size: 30px;
  color: #ffffff;
  font-family: "Montserrat-Bold";
}

.overlay-serviocesh-eh {
  background: linear-gradient(#00000087, #000);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.single-services-home-page.d-block.position-relative {
  height: 342px;
  width: 100%;
  background-size: cover;
}

.services-all-infos {
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  padding: 20px;
}

.sectioin-balckdiv-section-servoces.homepage.position-relative {
  padding-bottom: 225px;
}

.text-big.ms-0.me-0.text-white span {
  background: #fff;
}

.overlay-ahye-teh {
  background: url(../image/2238.jpg);
  background-size: cover;
  width: 100%;
  height: 60%;
  position: absolute;
  left: 0;
  top: 0;
}

.portfoliosection-honme.position-relative {
  padding-top: 100px;
}

.whitebuttonn {
  font-size: 18px;
  color: #000;
  background: #fff;
  display: inline-block;
  padding: 20px 40px;
  font-family: "Montserrat-SemiBold";
}

.enns-button-div {
  text-align: right;
}

.sectioin-balckdiv-section-servoces.homepage.position-relative {
  margin-top: 100px;
}

.bannertxte {
  /*font-family: "Montserrat-SemiBold";*/
  font-family: "Pacifico", cursive;
  font-size: 50px;
  color: #fff;
  text-align: center;
}

.bnner-subtitle {
  font-family: "Montserrat-SemiBold";
  font-size: 20px;
  color: #fff;
}

.innerr-bnner-text {
  max-width: 1100px;
  margin: auto;
  text-align: center;
  color: #fff;
}

.video-iverkf,
.overlay-color {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  object-fit: cover;
}

.overlay-color {
  background: #00000032;
}

.primary-button {
  background: #d83d0a;
  color: #fff;
  padding: 10px 30px;
  font-size: 18px;
  font-family: "Montserrat-SemiBold";
  border: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  border-radius: 5px;
}

.primary-button.w-lightbox {
  background: #fff;
  color: #d83d0a;
}

.button-group.is-center {
  margin-top: 20px;
}

.topbar {
  background: #f7ccbe;
  padding: 10px;
  text-align: center;
}

.topbar a {
  color: #d83d0a;
}

.section-bannerbottom {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-bannerbottom p {
  margin-bottom: 25px;
}

.counter-number {
  font-size: 3rem;
  font-weight: 700;
  font-family: "Montserrat-SemiBold";
}

.innerbake-the {
  text-align: center;
  background-color: #f1faf9;
  background-image: linear-gradient(153deg, #d9f0ed, #f1faf9);
  border-radius: 16px;
  padding: 1rem 2rem;
  box-shadow: 0 2px 10px #0003;
  height: 100%;
}

.teamowner-teht {
  background: #b2b2b2;
  overflow: hidden;
}

.background-circle {
  z-index: 0;
  background-color: #ffff92;
  border-radius: 100rem;
  width: 40rem;
  height: 40rem;
  margin-top: -4.1rem;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  right: 0;
}

.background-circle.asc {
  background-color: #9ce3ff;
  right: unset;
}

.teamowner-teht.sec.position-relative {
  background: #caf0ff;
}

.txt-box p {
  margin-bottom: 25px;
}

.feature-icon_circle {
  z-index: 0;
  background-color: #fbddd2;
  border-radius: 100px;
  width: 4rem;
  height: 4rem;
  transition: all 0.2s;
  position: relative;
}

.heading-style-h3 {
  font-family: "Montserrat-Bold";
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.icon-1x1-custom {
  width: 4rem;
  height: 4rem;
}

.stay-card-text {
  letter-spacing: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3;
}

.feature_item {
  text-align: center;
}

.feature-icon_circle {
  margin: auto;
}

.feature_item {
  margin-bottom: 80px;
}

.section_feature.position-relative {
  padding-top: 80px;
}

.feature-icon_circle:hover {
  background-color: #d9f0ed;
  transform: scale(1.05);
}

.faqaccordions {
  padding-top: 100px;
  padding-bottom: 100px;
}

.img-e-blovk {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-item {
  text-align: center;
}

.testimonial-item .text {
  font-size: 18px;
  color: #555555;
  margin-bottom: 20px;
}

.footer-block {
  font-size: 14px;
}

.footer-block ul {
  list-style: none;
}

.menufootye-tile {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.footer-block p {
  margin-bottom: 12px;
}

.testimonails-sldier {
  padding-bottom: 80px;
}

.footer-inp {
  margin-bottom: 15px;
}

.footer-email {
  width: 100%;
  border: 1px solid #000;
  padding: 10px;
}

.rte {
  margin-bottom: 20px;
}

.footer-bg {
  background: #fdefe9;
  padding-top: 80px;
}

.socialicnon a {
  display: inline-flex;
  margin-right: 20px;
  color: #d83d0a;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  width: 40px;
  height: 40px;

  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 10px #0003;
}

.socialicnon {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

.tms {
  margin-top: 20px;
}

.inner-banner-div {
  background-position: center;
}

.innerbannr-texts-title {
  text-align: center;
}

.single-page-services-section-text p {
  padding-bottom: 20px;
}

.single-page-services-section-text img {
  margin-bottom: 20px;
  width: 100%;
}

.single-page-services-section-text ul {
  margin-bottom: 20px;
  padding-left: 20px;
}

.fearderimageeblog {
  padding: 40px;
  background: #fdefe9;
}

.sub-menu li {
  margin: 0px !important;
}

.sub-menu {
  width: 284px;
  position: absolute;
  padding: 24px;
  background: #fff;
  list-style: none;
  color: #000 !important;
  border-radius: 10px;
}

#primary-menu .sub-menu a {
  color: #000;
}

#primary-menu .sub-menu a:hover {
  color: #d83d0a;
}

#primary-menu .sub-menu li {
  margin-bottom: 11px !important;
  text-transform: capitalize !important;
}

#primary-menu .sub-menu {
  display: none;
}

#primary-menu .menu-item-has-children:hover .sub-menu {
  display: block;
}

#primary-menu .menu-item-has-children a::after {
  content: "\f107";
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  margin-left: 5px;
}

#primary-menu .menu-item-has-children .sub-menu a::after {
  display: none;
}

.primary-button:hover {
  background: #751d00;
  color: #fff;
}

.socialicnon a:hover {
  background: #d83d0a;
  color: #fff;
}

#primary-menu a:hover,
#primary-menu .current_page_item {
  color: #d83d0a;
}

/*------------- 9 May 2025 --------*/
.section_feature.position-relative .service-list {
  margin: 15px 0 30px 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  width: 100%;
}

.section_feature.position-relative .service-list li {
  margin: 0 0 30px 0;
  padding: 0 15px;
  display: flex;
  width: 25%;
}

.section_feature.position-relative .service-list li a {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  background: #d83d0a;
  padding: 15px;
  text-align: center;
  color: #fff;
  flex-direction: column;
  border-radius: 15px;
}

.section_feature.position-relative .service-list .icon-box {
  max-width: 100px;
  background: #fff;
  height: 100px;
  display: flex;
  padding: 10px;
  border-radius: 100%;
  margin: 0 auto 15px auto;
}

.section_feature.position-relative .service-list .icon-box img {
  width: 100%;
  max-height: 100px;
  object-fit: contain;
}

.section_feature.position-relative .service-list .title {
  font-size: 16px;
  font-weight: 600;
}

.section_feature.position-relative .service-list li a:hover {
  background: #333;
}

.page-template-templatehome-temp-php header.site-header {
  font-family: "Montserrat", sans-serif;
  background: #090282;
}

.page-template-templatehome-temp-php .topbar {
  background: #333;
  padding: 10px;
  text-align: center;
  color: #fff;
  font-weight: 300;
}

.page-template-templatehome-temp-php .topbar a {
  color: #fff;
  font-weight: 500;
}

.page-template-templatehome-temp-php header.site-header .menu li a {
  color: #fff !important;
  font-weight: 400;
}

.page-template-templatehome-temp-php header.site-header .menu li a:hover {
  color: #c3c0ef !important;
}

.page-template-templatehome-temp-php header.site-header .phone-iocosn {
  background: #fff;
  color: #090282;
}

.page-template-templatehome-temp-php .site-header.scrolling .phone-iocosn {
  color: #000;
}

.page-template-templatehome-temp-php header.site-header .menu .sub-menu li a {
  color: #000 !important;
}

.page-template-templatehome-temp-php header.site-header .menu .sub-menu li a:hover {
  color: #090282 !important;
}

.home-banner {
  padding-top: 280px;
  padding-bottom: 280px;
  background-color: #000000;
  background-size: cover;
  background-blend-mode: color;
  position: relative;
  font-family: "Montserrat", sans-serif;
}

.home-banner .btn-list {
  margin: 30px 0 0 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: center;
}

.home-banner .btn-list li {
  margin: 0;
  padding: 0 10px;
}

.home-banner .btn-list li a {
  display: inline-flex;
  padding: 12px 30px;
  color: #fff;
  background: #090282;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 500;
}

.home-banner .btn-list li a:hover {
  background: #fff;
  color: #090282;
}

.home-banner .btn-list li:last-child a {
  background: #fff;
  color: #090282;
}

.home-banner .btn-list li:last-child a:hover {
  color: #fff;
  background: #090282;
}

.our-service {
  margin: 0;
  padding: 60px 0 30px 0;
  position: relative;
  background: #f1f1f1;
  width: 100%;
  color: #000;
  text-align: center;
  font-family: "Montserrat", sans-serif;
}

.our-service h2 {
  font-size: 32px;
  font-weight: 600;
  margin: 0 0 30px 0;
}

.our-service .service-list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
}

.our-service .service-list li {
  display: flex;
  flex-wrap: wrap;
  padding: 0 15px;
  margin: 0 0 30px 0;
  width: 20%;
  text-align: center;
  flex-direction: column;
  align-items: center;
}

.our-service .service-list .icon-box {
  margin: 0 0 15px 0;
  overflow: hidden;
  text-align: center;
}

.our-service .service-list .icon-box a {
  background: #090282;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  height: 80px;
  width: 80px;
  border-radius: 100%;
}

.our-service .service-list .icon-box a:hover {
  padding: 10px;
}

.our-service .service-list .icon-box img {
  width: 100%;
  filter: contrast(0) brightness(2);
}

.our-service .service-list .title a {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
}

.our-service .service-list .title a:hover {
  color: #090282;
}

.teamowner-steven {
  margin: 0;
  padding: 60px 0;
  background: #090282;
  color: #fff;
  font-family: "Montserrat", sans-serif;
}

.teamowner-steven p {
  margin-bottom: 15px;
}

.teamowner-steven p strong {
  font-size: 18px;
  font-weight: 600;
}

.teamowner-steven h2 {
  font-size: 32px;
  font-weight: 600;
  margin: 0 0 15px 0;
  line-height: normal;
}

.teamowner-steven h2 span {
  font-weight: 600;
}

.teamowner-steven .custom-btn {
  margin: 15px 0 0 0;
  padding: 0;
}

.teamowner-steven .custom-btn a {
  display: inline-flex;
  padding: 10px 30px;
  background: #fff;
  color: #090282;
  font-weight: 500;
  border-radius: 30px;
}

.teamowner-steven .custom-btn a:hover {
  background: #000;
  color: #fff;
}

.teamowner-steven .img-box img {
  background: #fff;
  border-radius: 15px;
  border: 1px solid #060154;
}

.teamowner-steven .img-box,
.teamowner-steven .content-box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}

.teamowner-steven .img-box img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.teamowner-sheila {
  margin: 0;
  padding: 60px 0;
  background: #f1f1f1;
  color: #000;
  font-family: "Montserrat", sans-serif;
}

.teamowner-sheila p {
  margin-bottom: 15px;
}

.teamowner-sheila p strong {
  font-size: 18px;
  font-weight: 600;
}

.teamowner-sheila h2 {
  font-size: 32px;
  font-weight: 500;
  margin: 0 0 15px 0;
  line-height: normal;
}

.teamowner-sheila h2 span {
  font-weight: 600;
}

.teamowner-sheila .custom-btn {
  margin: 15px 0 0 0;
  padding: 0;
}

.teamowner-sheila .custom-btn a {
  display: inline-flex;
  padding: 10px 30px;
  background: #090282;
  color: #fff;
  font-weight: 500;
  border-radius: 30px;
}

.teamowner-sheila .custom-btn a:hover {
  background: #000;
  color: #fff;
}

.teamowner-sheila .img-box img {
  background: #fff;
  border-radius: 15px;
  border: 1px solid #ccc;
}

.teamowner-sheila .img-box,
.teamowner-sheila .content-box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}

.teamowner-sheila .img-box img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.teamowner-quote {
  margin: 0;
  padding: 60px 0;
  background: #fff;
  color: #000;
  font-family: "Montserrat", sans-serif;
}

.teamowner-quote p {
  margin-bottom: 15px;
}

.teamowner-quote p strong {
  font-size: 18px;
  font-weight: 600;
}

.teamowner-quote h2 {
  font-size: 32px;
  font-weight: 600;
  margin: 0 0 15px 0;
  line-height: normal;
}

.teamowner-quote h2 span {
  font-weight: 600;
}

.teamowner-quote .custom-btn {
  margin: 15px 0 0 0;
  padding: 0;
}

.teamowner-quote .custom-btn a {
  display: inline-flex;
  padding: 10px 30px;
  background: #090282;
  color: #fff;
  font-weight: 500;
  border-radius: 30px;
}

.teamowner-quote .custom-btn a:hover {
  background: #000;
  color: #fff;
}

.teamowner-quote .img-box img {
  background: #fff;
  border-radius: 15px;
  border: 1px solid #ccc;
}

.teamowner-quote .img-box,
.teamowner-quote .content-box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}

.teamowner-quote .img-box img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.faq-sec {
  margin: 0;
  padding: 60px 0;
  position: relative;
  background: #fff;
  width: 100%;
  font-family: "Montserrat", sans-serif;
}

.faq-sec button:focus {
  outline: none !important;
  box-shadow: none;
}

.faq-sec h3 {
  font-size: 32px;
  font-weight: 600;
  margin: 0 0 30px 0;
  line-height: normal;
  text-align: center;
}

.faq-sec .accordion-button.collapsed {
  background: #333;
  color: #fff;
  font-weight: 600;
}

.faq-sec .accordion-button.collapsed:after {
  filter: brightness(0) invert(1);
}

.faq-sec .accordion-button:hover {
  background: #090282;
  color: #fff;
}

.faq-sec .accordion-button {
  background: #090282;
  color: #fff;
  font-weight: 600;
}

.faq-sec .accordion-button:after {
  filter: brightness(0) invert(1);
}

.faq-sec .accordion-item {
  margin: 0 0 15px 0;
}

.client-reviews {
  margin: 0;
  padding: 60px 0;
  background: #f1f1f1;
  color: #000;
  font-family: "Montserrat", sans-serif;
}

.client-reviews h4 {
  color: #090282;
  font-weight: 600;
  margin: 15px;
}

.client-reviews .testimocials-dots ul.slick-dots li button {
  background: #333;
}

.client-reviews .img-e-blovk {
  width: 100px;
  height: 100px;
}

.client-reviews .testimocials-dots ul.slick-dots li.slick-active button {
  background: #090282;
}

.client-reviews .slick-dots {
  position: relative;
}

.client-reviews .custom-btn {
  margin: 15px 0 0 0;
  padding: 0;
  text-align: center;
}

.client-reviews .custom-btn a {
  display: inline-flex;
  padding: 10px 30px;
  background: #090282;
  color: #fff;
  font-weight: 500;
  border-radius: 30px;
}

.client-reviews .custom-btn a:hover {
  background: #000;
  color: #fff;
}

.book-session {
  margin: 0;
  padding: 60px 0;
  position: relative;
  background: #fff;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  background-attachment: fixed;
}

.book-session h2 {
  font-size: 32px;
  font-weight: 600;
  margin: 0 0 15px 0;
  line-height: normal;
  text-align: center;
}

.book-session input[type="submit"] {
  display: inline-flex;
  padding: 10px 30px;
  background: #090282;
  color: #fff;
  border-radius: 30px;
}

.book-session input[type="submit"]:hover {
  background: #000;
  color: #fff;
}

.company-info {
  margin: 0;
  padding: 60px 0;
  position: relative;
  background: #fff;
  width: 100%;
  color: #000;
  text-align: center;
  font-family: "Montserrat", sans-serif;
}

.company-info h2 {
  font-size: 42px;
  font-weight: 600;
  margin: 0 0 30px 0;
}

.company-info .counter-list {
  margin: 30px 0 0 0;
  padding: 30px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-radius: 25px;
  background: #090282;
}

.company-info .counter-list li {
  display: flex;
  flex-wrap: wrap;
  padding: 0 15px;
  margin: 0;
  width: 33.33%;
  flex-direction: column;
}

.company-info .counter-list .content {
  font-size: 48px;
  font-weight: 600;
  margin: 0;
  color: #fff;
  font-family: "Sora", sans-serif;
}

.company-info .counter-list p {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
}

.home-slider ul.slick-dots li button {
  background: #333 !important;
}

.home-slider ul.slick-dots li.slick-active button {
  background: #090282 !important;
}

.home-slider .dootsalider ul.slick-dots {
  margin: 15px 0;
}

.page-template-templatehome-temp-php footer.footer-bg {
  font-family: "Montserrat", sans-serif;
  background: #000;
  color: #fff;
  padding: 60px 0 0 0;
}

.page-template-templatehome-temp-php footer.footer-bg .menufootye-tile {
  font-size: 18px;
  font-weight: 500;
}

.page-template-templatehome-temp-php footer.footer-bg .menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.page-template-templatehome-temp-php footer.footer-bg .menu li {
  margin: 0 0 10px 0;
}

.page-template-templatehome-temp-php footer.footer-bg .menu li a {
  color: #fff;
}

.page-template-templatehome-temp-php footer.footer-bg .menu li a:hover {
  color: #d5d5d5;
}

.page-template-templatehome-temp-php footer.footer-bg .primary-button {
  background: #090282;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}

.page-template-templatehome-temp-php footer.footer-bg .primary-button:hover {
  background: #fff;
  color: #090282;
}

.page-template-templatehome-temp-php footer.footer-bg .wpcf7-list-item {
  margin-left: 0;
}

.page-template-templatehome-temp-php footer.footer-bg .socialicnon a {
  color: #090282;
}

.page-template-templatehome-temp-php footer.footer-bg .socialicnon a:hover {
  color: #fff;
  background: #090282;
}

.clluid-tn {
  background: #fff;
  color: #a0a9a8 !important;
  padding: 12px 18px;
  font-size: 13px !important;
  display: inline-block;
}

.bannertxte {
  font-family: "Playfair Display", serif;
}

#primary-menu a {
  font-family: "AvenirNextLTPro-Regular";
}

.primary-button.whitebtn {
  background: #fff;
  color: #a0a9a8 !important;
  padding: 12px 18px;
  font-size: 15px !important;
  display: inline-block;
  text-transform: uppercase;
}

.sectioinascdcn {
  background: #5e7175;
  text-align: center;
  color: #fff;
  padding-bottom: 80px;
}

.ien {
  width: 83px;
  margin-bottom: 12px;
}

.sectioinascdcn .h2s {
  color: #fff;
}

.sectioinascdcn {
  padding-top: 60px;
}

.subehns {
  font-size: 16px;
  font-weight: 600;
  font-family: "Playfair Display";
  margin-bottom: 20px;
  margin-top: 4px;
}

.txt-box {
  text-align: center;
}

.teamowner-teht.position-relative.transImage {
  background: #f7f6f5;
}

.primary-button {
  color: #fff;
  background: #5e7175;
  font-size: 15px;
  font-family: "AvenirNextLTPro-Regular";
  text-transform: uppercase;
  border-radius: 4px;
  letter-spacing: 2px;
}

.teamowner-teht.position-relative.transImage.sdvThr {
  padding-bottom: 50px;
}

.teamowner-teht.sec.sac.sdc.position-relative {
  background: #f7f6f5;
}

.teamowner-teht.sec.sac.sdc.position-relative {
  padding-bottom: 50px;
  padding-top: 70px;
}

.teamowner-teht.bg-white.position-relative {
  background: #f7f6f5 !important;
  padding-bottom: 80px;
}

.counter-list {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 25px;
}

.content-box {
  background: #fff;
}

.content-box {
  background: #ffffff00;
  color: #ffffff;
  padding: 20px;
  height: 100%;
}

.counter-list .content {
  font-size: 20px;
}

.counter-list li {
  width: 33.33%;
  height: 111px;
  font-family: "Playfair Display", serif;
}

.counter-list {
  margin-top: 30px;
}

.inneryts.text-center h2,
.inneryts.text-center,
.inneryts.text-center p {
  color: #5e7175;
}

.inneryts.text-center p {
  margin-bottom: 20px;
}

.new-sectuij {
  background-size: cover;
  background-color: #ffffff5c;
  background-blend-mode: color;
  padding-top: 80px;
  padding-bottom: 80px;
}

.inneryts.text-center,
.inneryts.text-center p {
  font-size: 18px;
}

.singfasfe {
  text-align: center;
  color: #fff;
}

.singfasfe h3 {
  font-family: "Playfair Display", serif;
  margin-bottom: 10px;
}

.askcn {
  width: 54.6px;
  margin-bottom: 17px;
}

.askcn {
  width: 54.6px;
  margin-bottom: 17px;
  margin-top: 50px;
}

.counter-list .content {
  font-size: 30px;
  font-weight: bold;
}

.aggr-sec {
  text-align: center;
}

.iages-imagegs img {
  margin-left: 10px;
  margin-right: 10px;
  width: 110px;
}

.text-s {
  color: #5e7175;
}

.text-s {
  color: #5e7175;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  margin-bottom: 30px;
}

.ascn-sev {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #f7f6f5;
}

.section_feature.position-relative .service-list li a {
  background: none;
  color: #5e7175;
}

.section_feature.position-relative .service-list li a:hover {
  background: #3330;
}

.section_feature.position-relative .service-list li a {
  display: block;
}

.section_feature.position-relative .service-list .icon-box {
  max-width: 100%;
  background: #fff;
  height: auto;
  display: block;
  padding: 0;
  border-radius: 100%;
  margin: 0;
  opacity: 0.3;
  text-align: center;
}

.section_feature.position-relative .service-list .icon-box img {
  width: 71px;
}

.section_feature.position-relative .service-list li a {
  padding: 0;
}

.secn-su {
  background: #5e717524;
  padding-top: 80px;
  padding-bottom: 80px;
}

.succes-textte {
  color: #5e7175;
  font-size: 14px;
  text-align: center;
}

.succes-textte p {
  color: #5e7175;
  font-size: 14px;
  font-style: italic;
  margin-bottom: 10px;
}

.succes-textte h4 {
  font-size: 18px;
  font-family: "Playfair Display";
}

.asfasjeh {
  background: #5e7175;
  text-align: center;
  font-size: 20px;
}

.bg-light {
  background-color: #f8f9fa00 !important;
}

.asfasjeh p {
  color: #fff;
  margin-bottom: 15px;
}

.lastsection {
  background: #efecea;
}

.lastsection {
  background: #efecea;
}

.inner0block-form.bg-light.p-5 {
  background: #efecea !important;
}

.footer-email {
  width: 100%;
  border: none;
  border-bottom: 1px solid #00000030;
  padding: 10px;
  background: transparent;
}

.asfasjeh {
  padding-top: 80px;
  padding-bottom: 80px;
}

.primary-button.whitebtn {
  color: #5e7175 !important;
}

.lastsection {
  padding-top: 80px;
  padding-bottom: 55px;
}

.icon {
  fill: none;
  stroke-width: 1px;
  width: 17px;
  opacity: 0.5;
}

.footer-bg {
  background: #e0dad4;
}

.fpmrikd ul {
  list-style: none;
  color: #65797d;
}

.fpmrikd ul li {
  font-size: 16px;
  margin-bottom: 10px;
}

.footer-icome {
  font-size: 19px;
  color: #65797d;
  margin-bottom: 9px;
  font-family: "Playfair Display";
}

.imanoe-logo {
  width: 50px;
}

.footer-bg {
  padding-left: 50px;
  padding-right: 50px;
}

.tehst-rhj {
  font-size: 19px;
  color: #65797d;
  margin-bottom: 17px;
  font-family: "Playfair Display";
  margin-top: 28px;
}

.thets-footerteh {
  font-size: 14px;
  color: #65797d;
  margin-bottom: 17px;
}

.ebrbtb {
  max-width: 300px;
}

.ascetgsd {
  margin-top: 37px;
  padding-bottom: 30px;
}

.regdk ul {
  display: flex;
  list-style: none;
  gap: 20px;
  justify-content: center;
  color: #65797d;
  padding-bottom: 30px;
  padding-top: 50px;
}

.h2s span.fonuders {
  display: block;
  font-size: 16px;
  font-family: system-ui;
}

#primary-menu a:hover,
#primary-menu .current_page_item {
  color: #fff;
  opacity: 0.5;
}

#primary-menu .sub-menu a:hover {
  color: #5e7175;
}

.sec0s {
  background: #5e7175;
}

.txt-box h2 {
  font-size: 32px;
}

.txt-box {
  padding: 50px;
}

.txt-box.ps-4 {
  padding-left: 80px !important;
}

.txt-box.pe-4 {
  padding-right: 80px !important;
}

.txt-box {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}

.read-morebtn {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
}

.teamowner-teht.position-relative.transImage.sdvThr .txt-box {
  max-width: 100%;
}

.teamowner-teht.sec.sac.sdc.position-relative .txt-box {
  max-width: 100%;
}

.new-sectuij {
  background-size: cover;
  background-color: #ffffff5c;
  background-blend-mode: color;
  padding-top: 130px;
  padding-bottom: 130px;
}

.new-sectuij {
  background-size: cover;
  background-color: #ffffff00;
  background-blend-mode: color;

  background-position: top;
}

.teh-tehs-c {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  image-rendering: auto;
}

.new-sectuij.position-relative .container {
  position: relative;
}

.overlayopsacsc {
  background: #efecea;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.new-sectuij.position-relative .h2s {
  margin-bottom: 31px;
}

.inneryts.text-center {
  line-height: 31px;
}

.inneryts.text-center p {
  margin-bottom: 10px;
}

.new-sectuijsc.position-relative {
  padding-top: 110px;
  padding-bottom: 110px;
}

.primary-button {
  padding: 7px 15px;
}

.margintop-sec {
  padding-top: 20px;
}

.new-sectuijsc.position-relative p {
  line-height: 25px;
}

.asfasjeh p {
  margin: .5em 0;
  margin-top: 0.5em;
  margin-top: 0;
  font-size: 24px;
}

.read-morebtn .icon.icon-arrow-right {
  width: 20px;
  position: relative;
  top: -2px;
}

.read-morebtn .icon.icon-arrow-right {
  width: 20px;
  position: relative;
  top: -2px;
  transform: translatex(0px);
  transition: 0.6s;
}

.read-morebtn:hover .icon.icon-arrow-right {
  transform: translatex(5px);
}

.wpcf7-form.init .read-morebtn {
  color: #5b6e72;
}

.primary-button {
  overflow: hidden;
}

.primary-button::after {
  content: "";
  position: absolute;
  top: 0;
  left: -60px;
  z-index: -1;
  width: calc(100% + 120px);
  height: 100%;
  opacity: .1;
  transform: translate3d(-100%, 0, 0) skew(30deg);
  transition: transform .5s cubic-bezier(.33, 0, 0, 1);
  background: #58696d;
}

.primary-button {
  overflow: hidden;
  position: relative;
  font-size: 13px;
  font-weight: bold;
}

.primary-button:hover {
  background: #5e7175;
}

.primary-button:hover::after {
  transform: translateZ(0);
  background-color: #56666a;
  opacity: 1;
  z-index: 2;
}

.primary-button span {
  z-index: 11;
}

.primary-button.whitebtn::after {
  background: #ece9e7;
}

.primary-button.whitebtn {
  background: #fff !important;
}

.primary-button.whitebtn {
  font-size: 13px !important;
}


.blog-title {
  color: #5e7175;
  font-family: "Playfair Display", serif;
  font-size: 18px;
}

.blog-title {
  margin-top: 15px;
  margin-bottom: 10px;
}

.blog-text {
  font-family: "AvenirNextLTPro-Regular";
  font-size: 14px;
}

.all-post-blog .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}

.blog-text {
  font-family: "AvenirNextLTPro-Regular";
  font-size: 14px;
  color: #5e7175;
}

.readmroe-btnsd {
  margin-top: 6px;
  display: inline-block;
  text-transform: uppercase;
  font-family: "AvenirNextLTPro-Regular";
  color: #5e7175;
  font-size: 15px;
  font-weight: bold;
  border-bottom: 2px solid;
}

.blog-button {
  margin-top: 10px;
}

.all-post-blog {
  background: #f7f6f5;
}

.conatt-blog {
  font-family: "AvenirNextLTPro-Regular";
  color: #5e7175;
}

.conatt-blog h1,
.conatt-blog h2,
.conatt-blog h3,
.conatt-blog h4,
.conatt-blog h4,
.conatt-blog h5,
.conatt-blog h6 {
  font-family: "Playfair Display", serif;
  color: #5e7175;
}

.section-listing-servicesList h2,
.section-listing-servicesList h3,
.section-listing-servicesList h4,
.section-listing-servicesList h5,
.section-listing-servicesList h6 {
  font-family: "Playfair Display", serif;
  color: #5e7175;
}

.section-listing-servicesList {
  background: #f7f6f5;
  color: #5e7175;
}

.single-page-services-section-text p {
  padding-bottom: 20px;
}

.single-page-services-section-text img {
  margin-bottom: 20px;
  width: 100%;
}

.single-page-services-section-text ul {
  margin-bottom: 20px;
  padding-left: 20px;
  list-style: none;
}

.single-page-services-section-text {
  padding-top: 80px;
  padding-bottom: 80px;
}

.wpcf7-form-control.wpcf7-textarea.inputs.text-areasd {
  padding-left: 0;
}

.post-navigation {
  display: flex;
  align-items: center;
  color: #5e7175;
}

.post-navigation {
  display: flex;
  align-items: center;
  color: #5e7175;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
}

.section-listing-servicesList h2 {
  font-size: 38px;
  margin-bottom: 15px;
}

.iogos-imagegs-about img {
  margin-left: 10px;
  margin-right: 10px;
  width: 110px;
}

.iogos-imagegs-about {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

.single-blog-postsimgs {
  padding-bottom: 60px;
  background: #f7f6f5;
}

.wpcf7-form-control.wpcf7-submit.has-spinner.primary-button {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.cponacy-fme {
  max-width: 570px;
}

.contact-form-div {
  background: #f7f6f5;
  padding-top: 80px;
  padding-bottom: 80px;
}

.inputs {
  border: none;
  border-bottom: 1px solid #bbbbbb;
  background: transparent;
  padding-left: 0px;
  padding-right: 0px;
}

.text-input-duic {
  margin-bottom: 14px;

}

.single-page-services-section-text {
  text-align: center;
}

.the-font {
  font-family: 'Amity Signature', sans-serif;
}

.inner-banner-div {
  background-color: #ffffff12;
  /* background-blend-mode: ; */
}

.container {
  max-width: 80vw;
}

.the-font {
  font-size: 55px;
}

.owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #cacaca !important;
  margin-left: 5px;
  margin-right: 5px;
}

.owl-dots {
  text-align: center;
}

.owl-nav {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.owl-dot.active {
  background: #000 !important;
}

.img120 img {
  width: 500px;
  margin: 4px auto 20px !important;
}

.NameImg {
  width: 125px;
  height: 125px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  border-radius: 100%;
  overflow: hidden;
  background: url(https://darksalmon-rabbit-202101.hostingersite.com/wp-content/uploads/2025/05/Image-1-rotated.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0px 0;
}



p.cName {
  font-size: 20px;
  font-weight: 600;
}

.ser1s {
  display: flex;
}

.ser1s span {
  margin: 0 10px 0 0;
}

.ser1s {
  padding-left: 20%;
}

div#faqAccordion {
  margin-top: 40px;
}

div#faqAccordion .accordion-item {
  background: transparent;
  border: 0;
}

div#faqAccordion .accordion-header button {
  background: #5e7175 !important;
  border: 0 !important;
  box-shadow: none;
  font-size: 34px;
  margin-bottom: 15px;
  color: #ffffff;
}

/* .section-listing-servicesList h2 {} */

.accordion-body p {
  text-align: left;
}

.sectioinascdcn p,
.sectioinascdcn h2,
.sectioinascdcn span {
  font-family: "AvenirNextLTPro-Regular" !important;
}

.accordion-body li {
  text-align: left;
}

.accordion-body ul {
  margin: 0;
  padding: 0;
}

/* .accordion-button::after {} */

.BtnNewBook a {
  background: #5e7175;
  padding: 10px 20px;
  color: #fff;
  font-family: "AvenirNextLTPro-Regular";
  text-transform: uppercase;
  border-radius: 4px;
  letter-spacing: 2px;
  transition: 0.9s;
  border: 2px solid #5e7175;
}

.BtnNewBook {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 20px;
}

.BtnNewBook a:hover {
  background: transparent;
  color: #5e7175;
}

.shineFonts {
  position: relative;
  top: -42px;
}

.colorg {
  color: #fff;
  font-size: 80px;
}

span.the-font {
  font-size: 80px;
  letter-spacing: 0.05em;
  display: block;
  margin: 0 0 30px;
}

.custom-logo-top img {
  width: 120px;
  height: auto;
  transition: 0.6s;
}

.blacklogo {
  display: none;
}

.site-header.scrolling .blacklogo {
  display: block;
}

.site-header.scrolling .whitelogo {
  display: none;
}

.site-header.scrolling {
  background: #fff !important;
}

.site-header.scrolling #primary-menu a {
  color: #5e7175;
}

.site-header.scrolling .clluid-tn {
  background: #5e7175;
  color: #fff !important;
}

.site-header.scrolling {
  box-shadow: 0px 0px 12px #0000003b;
}

/* New css added for book a appointment page */

section.card-main-wrapper {
  padding: 4rem 0;
}

.card-main-wrapper .container {
  max-width: 900px;
}

.card-main-wrapper h4 {
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: 600;
  margin: 0;
  margin-top: 30px !important;
  margin-bottom: 15px;
}

.coaching-card {
  border: 1px solid #eee;
  border-radius: 2px;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 2px 8px 0px, rgba(0, 0, 0, 0.08) 0px 0px 1px 0px;
}

.coaching-card h5 {
  margin: 0;
  font-weight: 600;
  font-size: 15px;
}

.coaching-card p {
  margin: 0;
  color: #555;
  font-size: 14px;
}

.book-btn {
  background-color: #5e7175;
  color: #fff;
  border: none;
  padding: 6px 20px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
}

.book-btn:hover {
  background-color: #333;
  color: white;
}

.heading-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1rem 0;
}

.heading-wrap h2 {
  font-size: 20px;
  margin: 0;
}

.coaching-card-heading {
  font-size: 18px;
}

.new-sectuijsc {
  margin: 0 !important;
}

.card-main-wrapper.bookAppointmentPage
 
 {
    padding: 90px 0 0 0;
}

/* Responsive code start here */

@media (min-width:991px) {
  .phone-nav {
    display: none;
  }
}

@media (max-width:1024px) {
  #primary-menu li {
    margin-left: 25px !important;
  }

}

@media (max-width:991px) {
  .desktopmenus {
    display: none;
  }

  ul.sub-menu a {
    color: black;
  }

  .sub-menu {
    z-index: 999;
  }

  .phone-nav.phe-bibe img {
    max-width: max-content;
    height: 70px;
  }

  .phone-nav.phe-bibe {
    padding: 7px 20px;
  }

  .site-header {
    padding: 0;
  }

  .scrolling .pull-nav {
    border-color: #b5bfc7;
  }

  .scrolling .pull-nav .n,
  .scrolling .pull-nav .g,
  .scrolling .pull-nav .s {
    background: #b5bfc7;
  }

  .main_nav {
    z-index: 101;
    width: 100%;
    margin-top: 25px;
    background: #21262c;
    height: 100vh;
  }

  #swipeNav.open {
    right: 0;
    overflow: visible;
  }

  .banner-home-page.position-relative img.mainImgPic {
    top: 0 !important;
    height: 100%;
    object-fit: cover;
  }

  .banner-home-page {
    height: 80dvh !important;
  }

  .section_feature.position-relative .service-list li {
    width: 33%;
  }

  .txt-box {
    padding: 10px;
  }

  .txt-box.ps-4 {
    padding: 0;
    padding-left: 0 !important;
  }

  .txt-box {
    max-width: 100%;
  }

  .txt-box.pe-4 {
    padding-right: 0 !important;
  }

  .ser1s {
    padding-left: 0;
  }

  .txt-box h2 {
    font-size: 25px;
    line-height: normal;
  }

  .lastsection {
    padding: 2rem;
  }

  .container {
    max-width: 90vw;
  }

  .new-sectuij {
    padding: 2rem 0;
  }

  .single-blog-list {
    margin: 1rem 0;
  }

  div#faqAccordion .accordion-header button {
    font-size: 20px;
  }

  .herascng .h2s.mb-5.pb-0.colorg {
    font-family: 'Amity Signature', sans-serif;
    font-size: 80px;
  }

}

@media (max-width:768px) {
  .teamowner-teht.sec.sac.sdc.position-relative {
    padding-bottom: 0;
    padding-top: 0;
  }

  .txt-box h2 {
    font-size: 27px;
  }

  .herascng .h2s.mb-5.pb-0.colorg {
    font-family: 'Amity Signature', sans-serif;
    font-size: 40px !important;
  }

  .sectioinascdcn {
    padding-top: 30px;
  }

  .image-about-sec1 {
    margin: 3rem;
  }

  span.the-font {
    font-size: 50px;
    margin: 0;
  }

  .asfasjeh {
    padding: 2rem 0;
  }

  .aboutpgae-sec1 {
    padding: 2rem 0;
  }

  .coaching-card {
    flex-direction: column;
    gap: 20px;
    text-align: center;
    justify-content: center;
  }
  .banner-home-page.position-relative {
  height: auto !important;
}
.banner-home-page.position-relative img.mainImgPic {
position: relative !important;
  margin-top: 52px;
}
.asfasjeh .primary-button.whitebtn {
    font-size: 12px !important;
    padding: 12px;
}
.lastsection {
    padding: 50px 0;
}
.single-page-services-section-text {
    padding: 0;
}

.new-sectuijsc.position-relative {
    padding: 40px 0;
}

div#faqAccordion .accordion-header button {
    font-size: 18px;
}
.section-listing-servicesList{
    
    padding-top: 40px;
}
.contact-form-div {
    background: #f7f6f5;
    padding-top: 40px;
    padding-bottom: 40px;
}
.all-post-blog{
     padding-top: 40px !important;
    padding-bottom: 40px !important;
}
.single-blog-postsimgs{
    padding-top: 0 !important;
}
.card-main-wrapper.bookAppointmentPage
 
 {
    padding-bottom: 0;
}
}

@media (max-width:600px) {
  .section_feature.position-relative .service-list li {
    width: 50%;
  }

  .inner0block-form.bg-light.p-5 {
    padding: 0 !important;
  }

  .iages-imagegs img {
    margin-bottom: 24px;
  }

  .counter-list li {
    width: 100%;
  }

  .counter-list {
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 0;
  }

  .content-box {
    padding: 0;
  }
.h2s {
  font-size: 24px;
  color: #5e7175;
  font-family: "Playfair Display", serif;
  line-height: 31px;
  margin-bottom: 20px;
}
.sectioinascdcn {
  padding-bottom: 10px;
}
.content-box {
  height: auto !important;
}
 .counter-list li {
    width: auto !important;
    height: 93px;
  }
  .section_feature.position-relative {
  padding-top: 32px;
}
.teamowner-teht.sec.sac.sdc.position-relative .row.align-items-center {
  flex-wrap: wrap-reverse;
}
.sec0s {
  background: #8c4b38;
  padding-top: 40px;
  padding-bottom: 40px;
}
.askcn {
  width: 54.6px;
  margin-bottom: 17px;
  margin-top: 18px;
}
.succes-textte.p-5 {
  padding: 0px !important;
}
.asfasjeh p {
  margin: .5em 0;
    margin-top: 0.5em;
  margin-top: 0.5em;
  margin-top: 0;
  font-size: 18px;
}
 .herascng .h2s.mb-5.pb-0.colorg {
    font-family: 'Amity Signature', sans-serif;
    font-size: 48px !important;
    color: #fff;
  }
  .lastsection {
  padding-top: 40px;
  padding-bottom: 40px;
}
.footer-bg {
  padding-left: 10px;
  padding-right: 10px;
}
#footesdfr-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: center;
}
.footer-icome {
  text-align: center;
}
.ionctdh {
  text-align: center;
}
.ascetgsd {
  text-align: center;
}
.icontehs {
  text-align: center;
}
.footer-bg {
  padding-top: 45px;
}
.teamowner-teht.position-relative.transImage.sdvThr .image-box img {
  margin-bottom: 21px;
}
.section-listing-servicesList h2 {
  font-size: 24px;
  margin-bottom: 11px;
}
.inner-banner-title {
  font-size: 28px;
  font-family: "Montserrat-Bold";
}
.regdk {
  text-align: center;
}
#footesdfr-menu li {
  width: fit-content;
}
 .txt-box h2 {
    font-size: 22px;
  }
  .teamowner-teht.position-relative.transImage.sdvThr {
  padding-bottom: 0;
}
.teamowner-teht.bg-white.position-relative.pb-0 {
  padding-top: 31px !important;
}
.image-box {
  margin-bottom: 15px;
}
.txt-box h2 {
    font-size: 20px;
  }
  .teamowner-teht.bg-white.position-relative {
  padding-bottom: 30px;
}
.secn-su {
  background: #5e717524;
  padding-top: 40px;
  padding-bottom: 40px;
}
.top_nav li a:hover, .top_nav li:hover > a, .top_nav li.current-menu-item > a  ,.top_nav li.has-dropdown.open > a{
  color: #717171 !important;
}
.inner-banner-div {
  min-height: 40px;
}
#Hypnotherapy {
  text-align: center;
}
.card-main-wrapper.my-5 {
  text-align: center;
}
.lastsection {
  padding-top: 35px;
  padding-bottom: 35px;
}
.regdk ul {
  padding-bottom: 20px;
  padding-top: 13px;
}
}

@media (max-width:480px) {
  .regdk ul {
    flex-direction: column;
    justify-content: center;
    align-items: anchor-center;
  }
  .regdk ul {
  padding-bottom: 20px;
  padding-top: 0;
}

}