/* Colors */
/* Fonts */
/* Functions */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDz8V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrFJA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLGT9V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLEj6V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLCz7V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDD4V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLBT5V1s.ttf) format('truetype');
}
body {
  line-height: 1.5;
  --gutter-x: 15px;
  --gutter-x2: -15px;
  overflow-x: hidden;
  font-family: 'Poppins', sans-serif;
  background-image: url('../../imgs/bodybg.jpg');
}
body.modal-opened {
  overflow: hidden !important;
  width: 100%;
}
main {
  overflow-x: clip;
}
a.mobile-hamburger-menu {
  display: flex;
  z-index: 999999;
  flex-direction: column;
  padding: 10px;
  width: 40px;
  height: 34px;
}
a.mobile-hamburger-menu .hamburger-menu {
  position: relative;
  transform: translateY(6px);
  background: #fff;
  transition: all 0ms 300ms;
  width: 20px;
  height: 2px;
}
a.mobile-hamburger-menu .hamburger-menu.animate {
  background: rgba(255, 255, 255, 0);
}
a.mobile-hamburger-menu .hamburger-menu.animate.animate:after {
  top: 0;
  transform: rotate(45deg);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  background: #452582;
}
a.mobile-hamburger-menu .hamburger-menu.animate.animate:before {
  bottom: 0;
  transform: rotate(-45deg);
  background: #452582;
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
a.mobile-hamburger-menu .hamburger-menu:after,
a.mobile-hamburger-menu .hamburger-menu:before {
  width: 20px;
  height: 2px;
}
a.mobile-hamburger-menu .hamburger-menu:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 6px;
  background: #FFC50C;
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
a.mobile-hamburger-menu .hamburger-menu:after {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  background: #FFC50C;
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
}
.video-box {
  display: block;
  overflow: hidden;
}
.video-box .video-image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.video-box .play-icon {
  width: 80px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.video-box:hover .play-icon {
  transform: translate(-50%, -50%) scale(1.2);
}
header {
  background-color: #21123D;
}
header .h-area .top-logo {
  display: block;
}
header .h-area .top-logo img {
  width: 250px;
  height: auto;
}
header .h-area .header-button {
  background-color: #FFC50C;
  padding: 10px 15px;
  color: #452582;
  font-size: 12px;
  font-weight: bold;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header .h-area .header-button:hover {
  background-color: #fff;
  color: #FFC50C;
}
header .h-area .web-lang {
  margin-left: 20px;
  cursor: pointer;
  z-index: 999;
}
header .h-area .web-lang .current-lang {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
}
header .h-area .web-lang .current-lang img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  margin-right: 10px;
}
header .h-area .web-lang .current-lang svg {
  margin-left: 5px;
  width: 40px;
  height: 40px;
}
header .h-area .web-lang > li {
  position: relative;
  padding: 10px 5px;
}
header .h-area .web-lang > li:hover > ul.sub-menu {
  z-index: 15;
  opacity: 1;
  top: 100%;
  pointer-events: initial;
}
header .h-area .web-lang li ul.sub-menu {
  display: initial;
  opacity: 0;
  position: absolute;
  z-index: 9;
  top: 80%;
  margin-top: 25px;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  background-color: #ffffff;
  border: 1px solid #452582;
  pointer-events: none;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header .h-area .web-lang li ul.sub-menu::after {
  content: '';
  width: 100%;
  height: 40px;
  position: absolute;
  top: -40px;
  background: None;
  left: 0;
  z-index: 0;
}
header .h-area .web-lang li ul.sub-menu:before {
  content: ' ';
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -100%);
  border: 10px solid;
  border-color: transparent transparent #452582 transparent;
}
header .h-area .web-lang li ul.sub-menu li {
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #452582;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #fff;
}
header .h-area .web-lang li ul.sub-menu li:last-child {
  border-bottom: 0;
}
header .h-area .web-lang li ul.sub-menu li:hover {
  background-color: #e6e6e6;
}
header .h-area .web-lang li ul.sub-menu li a {
  white-space: nowrap;
  font-size: 18px;
  color: #452582;
  font-weight: 500;
  margin: 0;
  padding: 10px 10px 10px 20px;
  display: block;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
header .h-area .web-lang li ul.sub-menu li a img {
  margin-right: 10px;
  width: 25px;
  height: auto;
}
header .h-area .top-menu {
  display: flex;
  margin-right: 20px;
}
header .h-area .top-menu > li > a {
  display: block;
  font-size: 14px;
  line-height: 1;
  padding: 40px 8px;
  color: #fff;
  font-weight: 500;
}
header .h-area .top-menu li {
  position: relative;
}
header .h-area .top-menu li:hover > ul.sub-menu {
  z-index: 15;
  opacity: 1;
  top: 100%;
  pointer-events: initial;
}
header .h-area .top-menu li ul.sub-menu {
  display: initial;
  opacity: 0;
  position: absolute;
  z-index: 9;
  top: 80%;
  left: 50%;
  margin-top: 10px;
  transform: translateX(-50%);
  background-color: #ffffff;
  border: 1px solid #2b2b2b;
  pointer-events: none;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header .h-area .top-menu li ul.sub-menu::after {
  content: '';
  width: 100%;
  height: 30px;
  position: absolute;
  top: -20px;
  background: None;
  left: 0;
  z-index: 0;
}
header .h-area .top-menu li ul.sub-menu:before {
  content: ' ';
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -100%);
  border: 10px solid;
  border-color: transparent transparent #452582 transparent;
}
header .h-area .top-menu li ul.sub-menu li {
  padding: 0;
  margin: 0;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header .h-area .top-menu li ul.sub-menu li:hover {
  background-color: #e6e6e6;
}
header .h-area .top-menu li ul.sub-menu li:hover > ul.sub-menu {
  opacity: 1;
  top: 0;
  pointer-events: initial;
}
header .h-area .top-menu li ul.sub-menu li:after {
  display: none;
}
header .h-area .top-menu li ul.sub-menu li a {
  white-space: nowrap;
  color: #452582;
  font-weight: 500;
  margin: 0;
  padding: 10px 40px 10px 20px;
  display: block;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
header .h-area .top-menu li ul.sub-menu li ul.sub-menu {
  left: 100%;
  margin: 0;
  transform: translateX(0);
}
header .h-area .top-menu li ul.sub-menu li ul.sub-menu:before {
  display: none;
}
#home-slider {
  position: relative;
}
#home-slider .owl-nav {
  margin: 0;
  position: absolute;
  right: 10%;
  bottom: 10%;
  gap: 60px;
  display: flex;
}
#home-slider .owl-nav button {
  z-index: 8;
  margin: 0;
  width: 80px;
  height: 80px;
  border: 4px solid #452582;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  color: #452582;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#home-slider .owl-nav button svg {
  width: 60px;
  height: 60px;
}
#home-slider .owl-nav button:hover {
  background-color: #452582;
  color: #fff;
}
#home-treatments {
  padding: 140px 0;
}
#home-treatments .owl-stage {
  display: inline-flex;
}
#home-treatments .treatment-box {
  background-color: #DFCFFB;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  align-items: center;
  padding: 25px 20px 30px;
  box-shadow: 0px 3px 7px #0000000D;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  text-align: center;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#home-treatments .treatment-box:hover {
  background-color: #452582;
}
#home-treatments .treatment-box:hover .image-box {
  filter: brightness(0) invert(1);
}
#home-treatments .treatment-box:hover .box-title,
#home-treatments .treatment-box:hover .box-text {
  color: #fff;
}
#home-treatments .treatment-box:hover .box-button {
  background-color: #fff;
  color: #452582;
}
#home-treatments .treatment-box .image-box {
  margin-bottom: 10px;
  padding: 5px;
  border-bottom: 1px solid #452582;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#home-treatments .treatment-box .image-box img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}
#home-treatments .treatment-box .box-title {
  color: #7A62A7;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#home-treatments .treatment-box .box-text {
  font-size: 13px;
  color: #4C2C87;
  margin-bottom: 10px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#home-treatments .treatment-box .box-button {
  padding: 5px 25px;
  background-color: #452582;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  font-size: 14px;
  color: #fff;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: max-content;
}
#home-treatments .owl-nav {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 100px;
}
#home-treatments .owl-nav button {
  z-index: 8;
  border: 4px solid #452582;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  color: #452582;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#home-treatments .owl-nav button svg {
  width: 40px;
  height: 40px;
}
#home-treatments .owl-nav button:hover {
  background-color: #452582;
  color: #fff;
}
#home-about-us {
  margin-bottom: 160px;
  --gutter-x: 35px;
  --gutter-x2: -35px;
}
#home-about-us .about-text-area .about-title {
  font-size: 32px;
  font-weight: 600;
  color: #645C84;
  margin-bottom: 20px;
  line-height: 1.2;
}
#home-about-us .about-text-area .about-text {
  font-size: 18px;
  color: #645C84;
  margin-bottom: 30px;
}
#home-about-us .about-text-area .about-text p {
  margin: 10px 0;
}
#home-about-us .about-text-area .about-button {
  display: block;
  padding: 5px 30px;
  background-color: #452582;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  font-size: 16px;
  color: #fff;
  width: max-content;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#home-about-us .about-text-area .about-button:hover {
  background-color: #21123D;
}
#home-form {
  padding: 100px 0;
  margin-bottom: 120px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 90vw 100%;
}
#home-form .form-text-area .form-title {
  font-size: 30px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 10px;
}
#home-form .form-text-area .form-text {
  color: #fff;
  font-weight: 300;
  font-size: 20px;
}
#home-form .form-area {
  --gutter-x: 20px;
  --gutter-x2: -20px;
}
#home-form .form-area form .wpcf7-not-valid-tip {
  color: #fff;
  margin-top: 5px;
}
#home-form .form-area form .wpcf7-response-output {
  border-color: #452582;
  color: #fff;
  margin: 10px 0;
  padding: 5px 10px;
}
#home-form .form-area .input-area {
  margin-bottom: 40px;
}
#home-form .form-area .input-area .form-in {
  border: none;
  background-color: #fff;
  color: #645C84;
  padding: 20px;
  width: 100%;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
}
#home-form .form-area .input-area .form-in::placeholder {
  font-family: 'Poppins', sans-serif;
}
#home-form .form-area .input-area textarea {
  height: 120px;
}
#home-form .form-area .form-button {
  padding: 20px 70px;
  background-color: #FFC50C;
  color: #452582;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  border: none;
  -webkit-appearance: none;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#home-form .form-area .form-button:hover {
  background-color: #fff;
  color: #FFC50C;
}
#home-services {
  margin-bottom: 120px;
}
#home-services .section-title-area {
  margin-bottom: 60px;
}
#home-services .section-title-area .section-title {
  text-align: center;
  font-weight: 600;
  color: #645C84;
  font-size: 32px;
}
#home-services .services-area {
  --gutter-x: 20px;
  --gutter-x2: -20px;
}
#home-services .service-box {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-align: center;
}
#home-services .service-box .box-title {
  margin-top: 10px;
  font-size: 22px;
  color: #452582;
  font-weight: bold;
}
#home-steps-area {
  margin-bottom: 100px;
}
#home-steps-area .section-title-area {
  margin-bottom: 60px;
  text-align: center;
}
#home-steps-area .section-title-area .section-top-title {
  font-size: 24px;
  font-weight: 600;
  color: #645C84;
  margin-bottom: 5px;
}
#home-steps-area .section-title-area .section-title {
  color: #645C84;
  font-size: 32px;
  font-weight: 600;
}
#home-steps-area .steps-area {
  --gutter-x: 30px;
  --gutter-x2: -30px;
}
#home-steps-area .steps-area .box-mb {
  margin-bottom: 60px;
}
#home-steps-area .steps-area .steps-box {
  position: relative;
  background-color: #F7F3FE;
  box-shadow: 0px 3px 7px #0000000D;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  border-radius: 18px;
  --gutter-x: 15px;
  --gutter-x2: -15px;
  padding: 45px 35px 50px;
  height: 100%;
}
#home-steps-area .steps-area .steps-box .step-box-image {
  width: 100px;
  height: 100px;
  object-fit: contain;
  max-width: 100%;
}
#home-steps-area .steps-area .steps-box .box-number {
  position: absolute;
  right: 10px;
  bottom: 5px;
  font-weight: 900;
  color: #452582;
  font-size: 32px;
  line-height: 1.2;
}
#home-steps-area .steps-area .steps-box .box-text-area .box-title {
  color: #452582;
  font-size: 24px;
  font-weight: 500;
}
#home-steps-area .steps-area .steps-box .box-text-area .box-text {
  font-size: 18px;
  color: #452582;
}
#home-crew-area {
  background-color: rgba(240, 232, 254, 0.9);
  padding: 75px 0;
  margin-bottom: 100px;
}
#home-crew-area .section-title-area {
  margin-bottom: 80px;
  text-align: center;
}
#home-crew-area .section-title-area .section-title {
  font-size: 32px;
  font-weight: 600;
  color: #645C84;
  margin-bottom: 10px;
}
#home-crew-area .section-title-area .section-text {
  font-size: 24px;
  color: #707070;
  width: 80%;
  margin: 0 auto;
}
#home-crew-area .crew-outer .box-mb {
  margin-bottom: 30px;
}
#home-crew-area .crew-outer .crew-box .box-text-area {
  text-align: center;
  padding: 15px 10px;
}
#home-crew-area .crew-outer .crew-box .box-text-area .box-name {
  color: #0D13D7;
  font-size: 24px;
  font-weight: 500;
}
#home-crew-area .crew-outer .crew-box .box-text-area .box-title {
  font-weight: 500;
  font-size: 16px;
}
#home-crew-area .crew-outer .crew-url-button {
  padding: 5px 30px;
  background-color: #452582;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  font-size: 16px;
  color: #fff;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: max-content;
  margin-top: 20px;
}
#home-crew-area .crew-outer .crew-url-button:hover {
  background-color: #21123D;
}
#home-logo-area {
  margin-bottom: 120px;
}
#home-logo-area .section-title-area {
  margin-bottom: 30px;
  text-align: center;
}
#home-logo-area .section-title-area .section-title {
  font-weight: 600;
  font-size: 32px;
  color: #452582;
}
#home-logo-area .logo-item {
  background-color: #21123D;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  padding: 15px 20px;
  display: flex;
  justify-content: center;
}
#home-logo-area .logo-item img {
  height: 75px;
  width: auto;
  object-fit: contain;
}
#home-social-text-area {
  --gutter-x: 20px;
  --gutter-x2: -20px;
  margin-bottom: 140px;
}
#home-social-text-area .sm-text-area .sm-title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 30px;
  color: #645C84;
}
#home-social-text-area .sm-text-area .sm-text {
  font-size: 16px;
  color: #645C84;
  font-weight: 500;
}
#home-social-text-area .sm-text-area .sm-list {
  margin-top: 40px;
}
#home-social-text-area .sm-text-area .sm-list li {
  margin: 10px;
}
#home-social-text-area .sm-text-area .sm-list li a {
  display: block;
}
#home-social-text-area .sm-text-area .sm-list li a svg {
  width: 40px;
  height: 40px;
  color: #452582;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#home-social-text-area .sm-text-area .sm-list li a:hover svg {
  color: #FFC50C;
}
#home-before-after {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 3;
  margin-bottom: -400px;
}
#home-before-after .ba-outer {
  margin-left: 15%;
  padding: 160px 60px 160px 120px;
  --gutter-x: 15px;
  --gutter-x2: -15px;
}
#home-before-after .ba-outer .ba-text-area .ba-title {
  font-size: 30px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 10px;
}
#home-before-after .ba-outer .ba-text-area .ba-text {
  color: #fff;
  font-weight: 300;
  font-size: 16px;
}
#home-before-after .ba-outer .ba-nav-area {
  margin-top: 40px;
  display: flex;
  justify-content: end;
  gap: 50px;
}
#home-before-after .ba-outer .ba-nav-area button {
  z-index: 8;
  border: 2px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: transparent;
  cursor: pointer;
  color: #fff;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0;
}
#home-before-after .ba-outer .ba-nav-area button svg {
  width: 60px;
  height: 60px;
}
#home-before-after .ba-outer .ba-nav-area button:hover {
  background-color: #fff;
  color: #452582;
}

#home-image-gallery {
	margin-bottom:100px;
}
#home-image-gallery .section-title-area{
	text-align:center;
	margin-bottom:40px;
}
#home-image-gallery .section-title{
	font-size: 30px;
	color: #fff;
	font-weight: 600;
  color: #452582;
}
#home-video-gallery {
  	margin-bottom: -450px;
}
#home-video-gallery .section-title-area{
	text-align:center;
	margin-bottom:40px;
}
#home-video-gallery .section-title{
	font-size: 30px;
	color: #fff;
	font-weight: 600;
  color: #452582;
}
#home-video-gallery .video-box{
	aspect-ratio: 9/16;
}
#home-video-gallery .video-box iframe{
	aspect-ratio: 9/16;
    height: 100%;
	width:auto;
}
#home-video-gallery .owl-nav{
	display: flex;
	justify-content:center;
	margin-top: 30px;
}
#home-video-gallery .owl-nav button {
  z-index: 8;
  border: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #452582;
  cursor: pointer;
  color: #fff;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0;
}
#home-video-gallery .owl-nav button svg {
  width: 40px;
  height: 40px;
}
#home-video-gallery .owl-nav button:hover {
  background-color: #21123D;
}
#home-organizations {
  background-color: #cfc1e0;
  padding: 600px 0 80px;
}
#home-organizations .section-title-area {
  margin-bottom: 100px;
  text-align: center;
}
#home-organizations .section-title-area .section-title {
  font-size: 32px;
  font-weight: 600;
  color: #452582;
}
#home-organizations .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  background-color: #452582;
}
#home-organizations .owl-dots .owl-dot.active span {
  background-color: #21123D;
}
#home-organizations .organizations-area .organization-card {
   overflow: hidden;
  -webkit-border-radius: 65px 65px 25px 25px;
  -moz-border-radius: 65px 65px 25px 25px;
  -ms-border-radius: 65px 65px 25px 25px;
  border-radius: 65px 65px 25px 25px;
  background-color: #fff;
}
#home-organizations .organizations-area .organization-card .card-text-area {
  text-align: center;
  padding: 25px 30px 40px;
}
#home-organizations .organizations-area .organization-card .card-text-area .card-title {
  font-size: 22px;
  font-weight: 600;
  color: #452582;
  margin-bottom: 10px;
}
#home-organizations .organizations-area .organization-card .card-text-area .card-text {
  font-size: 18px;
  color: #452582;
}
#home-comments {
  background-color: #cfc1e0;
  padding: 80px 0 160px;
}
#home-comments .section-title-area {
  margin-bottom: 60px;
  text-align: center;
}
#home-comments .section-title-area .section-title {
  font-size: 32px;
  font-weight: 600;
  color: #452582;
}
#home-comments .comments-area .comment-box {
  padding: 60px 60px 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  border-radius: 40px;
  background-color: #fff;
  box-shadow: 0px 15px 78px #6351C326;
}
#home-comments .comments-area .comment-box .comment-text {
  font-size: 16px;
  color: rgba(34, 33, 54, 0.7);
  margin-bottom: 30px;
}
#home-comments .comments-area .comment-box .comment-image {
  width: 80px;
  height: 80px;
  object-fit: cover;
  margin-right: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#home-comments .comments-area .comment-box .comment-name {
  font-size: 16px;
  font-weight: 500;
  color: #6351C3;
}
#home-comments .comments-area .comment-box .comment-title {
  font-size: 16px;
  color: #6351C3;
  opacity: 0.6;
}
#home-comments .comments-area .comment-box .box-bottom .bottom-right img {
  margin: 5px;
}
#home-comments .comments-area .comment-box .box-bottom .bottom-right .google {
  height: 30px;
  width: auto;
}
#home-comments .comments-area .comment-box .box-bottom .bottom-right .what-clinic {
  height: auto;
}
#home-comments .comments-area .comment-box .box-bottom .bottom-right .star {
  width: auto;
  height: 15px;
}
#home-comments .comments-area .comment-box .box-bottom .bottom-right .trustplot {
  width: 50px;
  height: auto;
}
#home-comments .comments-area .owl-nav {
  margin: 0;
}
#home-comments .comments-area .owl-nav button {
  z-index: 8;
  border: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  color: #452582;
  background-color: #fff;
  color: #E9615B;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  width: 50px;
  height: 50px;
}
#home-comments .comments-area .owl-nav button svg {
  width: 30px;
  height: 30px;
}
#home-comments .comments-area .owl-nav button.owl-prev {
  left: 28%;
}
#home-comments .comments-area .owl-nav button.owl-next {
  right: 28%;
}
footer {
  background-color: #21123D;
  overflow-x: clip;
}
footer .footer-top {
  border-bottom: solid 1px #fff;
  padding: 80px 0;
  --gutter-x: 20px;
  --gutter-x2: -20px;
}
footer .footer-top .footer-logo {
  margin-bottom: 35px;
  display: block;
}
footer .footer-top .footer-logo img {
  width: 250px;
  height: auto;
  max-width: 100%;
}
footer .footer-top .footer-text {
  font-size: 14px;
  color: #fff;
}
footer .footer-top .footer-socials {
  border-left: 1px solid #fff;
  padding: 20px 0 20px 20px;
  width: max-content;
}
footer .footer-top .footer-socials li {
  margin: 10px;
}
footer .footer-top .footer-socials li a {
  display: block;
  width: max-content;
  padding: 4px;
  color: #21123D;
  background-color: #fff;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
footer .footer-top .footer-socials li a svg {
  height: 32px;
  width: 32px;
}
footer .footer-top .footer-socials li a:hover {
  background-color: #FFC50C;
}
footer .footer-top .footer-title {
  font-weight: bold;
  color: #fff;
  font-size: 16px;
  margin-bottom: 20px;
}
footer .footer-top .footer-menu {
  margin: 0 0 0 -7px;
}
footer .footer-top .footer-menu li a {
  display: block;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  padding: 7px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
footer .footer-top .footer-menu li a:hover {
  color: #FFC50C;
}
footer .footer-top .footer-contacts .footer-contact {
  display: flex;
  color: #fff;
  margin-bottom: 10px;
  align-items: center;
}
footer .footer-top .footer-contacts .footer-contact .icon {
  margin-right: 15px;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  color: #21123D;
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
footer .footer-top .footer-contacts .footer-contact .icon svg {
  width: 25px;
  height: 25px;
}
footer .footer-top .footer-contacts .footer-contact .value {
  display: flex;
  flex-direction: column;
}
footer .footer-top .footer-contacts .footer-contact:hover .icon {
  background-color: #FFC50C;
}
footer .footer-top .footer-images {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
footer .footer-top .footer-images img {
  width: 50%;
  aspect-ratio: 1;
  object-fit: cover;
}
footer .footer-bottom {
  padding: 25px 0;
}
footer .footer-bottom .copyright {
  font-size: 14px;
  color: #fff;
}

#category-logo-area{
	margin-top:40px;
}

#category-logo-area .section-title-area{
	margin-bottom:30px;
	text-align:center;
}
#category-logo-area .section-title-area .section-title{
	text-align: center;
	font-weight: 600;
	color: #645C84;
	font-size: 32px;
}

#category-logo-area .logo-item img{
	height:120px;
	object-fit:contain;
}
