@import url(../css/animate.css);
@import url(../css/swiper.min.css);
@import url(../css/fancybox.min.css);
@import url(../css/aos.css);
@import url(../css/default.css);
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
/* @font-face {
    font-family: 'Rustic Roadway - Personal use';
    src: url('../font/RusticRoadwayPersonaluse.woff2') format('woff2'),
        url('../font/RusticRoadwayPersonaluse.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
} */
:root {
  --font-family-Poppins:  "Poppins", sans-serif;
  --font-family-Rustic-Roadway:  'Rustic Roadway - Personal use';
  --color-762c3f: #762c3f;
  --color-520019: #520019;
  --color-e9bdb9: #e9bdb9;
  --color-e09f99: #e09f99;
  --color-000000: #000000;
  --color-ffffff: #ffffff;
  --font-style-normal: normal;
  --font-size-14: 14px;
  --font-size-17: 17px;
  --font-size-19: 19px;
  --font-size-20: 20px;
  --font-size-22: 22px;
  --font-size-25: 25px;
  --font-size-30: 30px;
  --font-size-40: 40px;
  --font-size-50: 50px;
  --font-size-66: 66px;
  --font-size-84: 60px;
  --font-size-112: 112px;
  --character-spacing-0: 0px;
  --line-height-14: 21px;
  --line-height-17: 24px;
  --line-height-19: 26px;
  --line-height-20: 28px;
  --line-height-22: 30px;
  --line-height-25: 34px;
  --line-height-30: 40px;
  --line-height-40: 50px;
  --line-height-50: 60px;
  --line-height-66: 74px;
  --line-height-84: 70px;
  --line-height-112: 122px;
  --line-height-inherit: inherit;
  --font-weight-Thin: 100;
  --font-weight-ExtraLight: 200;
  --font-weight-Light: 300;
  --font-weight-Regular: 400;
  --font-weight-Medium: 500;
  --font-weight-SemiBold: 600;
  --font-weight-Bold: 700;
  --font-weight-ExtraBold: 800;
  --font-weight-Black: 900;
  --font-weight-normal: normal;
}
* {
  outline: 0;
}
html {
  scroll-behavior: smooth;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
body {
  font-family: var(--font-family-Poppins);
  font-style: var(--font-style-normal);
  font-size: var(--font-size-18);
  line-height: var(--line-height-18);
  color: var(--color-3A3A3A);
  font-weight: var(--font-weight-Regular);
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background-color: var(--color-1c1c1d);
}
.clr {
  width: 100%;
  float: left;
}
.img {
  width: 100%;
}
.svg {
  object-fit: contain;
  object-position: center center;
}
a,
.btn,
button {
  color: var(--color-000000);
  outline: none;
  cursor: pointer;
  outline: 0;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
a:focus,
.btn:focus,
button:focus,
.custom-select:focus,
.form-control:focus {
  outline: none;
  box-shadow: none;
}
.btn:hover,
a:hover,
button:hover {
  color: var(--color-EF8800);
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--color-000000);
  text-transform: normal;
  margin-bottom: 10px;
}
ul,
ol {
  margin: 0px;
  padding: 0px;
}
.nav-link:focus,
.nav-link:hover {
  color: var(--color-EF8800);
}
.dropdown-item.active,
.dropdown-item:active {
  color: var(--color-83B640);
  text-decoration: none;
  background-color: transparent;
}
li {
  list-style: none;
}
header,
footer,
section {
  width: 100%;
  float: left;
}
hr {
  border-bottom: 2px solid var(--color-520019);
  border-top: 0 none;
  margin: 50px 0;
  padding: 0;
  opacity: 1;
}
p {
  font-size: var(--font-size-17);
  line-height: var(--line-height-17);
  color: var(--color-e09f99);
  margin-bottom: 20px;
}
.p_content {
  font-size: var(--font-size-19);
  line-height: var(--line-height-19);
  color: var(--color-e09f99);
  margin-bottom: 20px;
}
.extra_small {
  font-size: var(--font-size-14);
  line-height: var(--line-height-14);
  color: var(--color-000000);
  margin-bottom: 20px;
}
.section_title {
  font-size: var(--font-size-50);
  line-height: var(--line-height-50);
  color: var(--color-520019);
  /* font-family: var(--font-family-Rustic-Roadway); */
  font-family: "Playfair Display", Sans-serif;
  font-weight: var(--font-weight-SemiBold);
  margin-bottom: 20px;
}
.title_main {
  font-size: var(--font-size-84);
  line-height: var(--line-height-84);
  color: var(--color-520019);
  font-weight: var(--font-weight-Medium);
  /* font-family: var(--font-family-Rustic-Roadway); */
  font-family: "Playfair Display", Sans-serif;
  margin-bottom: 30px;
  font-style: italic;
}
.title_sub {
  font-size: var(--font-size-50);
  line-height: var(--line-height-50);
  color: var(--color-520019);
  font-weight: var(--font-weight-Medium);
  margin-bottom: 30px;
}
.div_title {
  font-size: var(--font-size-25);
  line-height: var(--line-height-25);
  color: var(--color-000000);
  font-weight: var(--font-weight-SemiBold);
  margin-bottom: 12px;
}
.div_sub_title {
  font-size: var(--font-size-22);
  line-height: var(--line-height-22);
  color: var(--color-000000);
  margin-bottom: 12px;
}
.div_text {
  font-size: var(--font-size-20);
  line-height: var(--line-height-20);
  color: var(--color-000000);
  margin-bottom: 12px;
}
.weight-Light {
  font-weight: var(--font-weight-Light);
}
.weight-Regular {
  font-weight: var(--font-weight-Regular);
}
.weight-Medium {
  font-weight: var(--font-weight-Medium);
}
.weight-SemiBold {
  font-weight: var(--font-weight-SemiBold);
}
.weight-Bold {
  font-weight: var(--font-weight-Bold);
}
.weight-ExtraBold {
  font-weight: var(--font-weight-ExtraBold);
}
.weight-Black {
  font-weight: var(--font-weight-Black);
}
.height-100 {
  height: 100vh;
}


.color-520019 {
  color: var(--color-520019) !important;
}
.color-e9bdb9 {
  color: var(--color-e9bdb9) !important;
}
.color-e09f99 {
  color: var(--color-e09f99) !important;
}
.color-000000 {
  color: var(--color-000000) !important;
}
.view-more-text {
  display: inline-block;
}
.view-more-text-btn {
  font-size: var(--font-size-17);
  line-height: var(--line-height-inherit);
  color: var(--color-520019);
  font-weight: var(--font-weight-Medium);
  display: inline-block;
  background: transparent;
  border-radius: 0;
  position: relative;
  z-index: 2;
  padding: 0;
  outline: none;
  border: none;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.view-more-text-btn img {
    width: 28px;
    margin-right: 10px;
    transform: rotate(-45deg);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.view-more-text-btn:hover {
  color: var(--color-762c3f);
  letter-spacing: 1.5px;
}
.view-more-text-btn:hover img {
  transform: rotate(0deg);
}
.view-more {
  display: inline-block;
}
.view-more-btn {
  display: inline-block;
  font-size: var(--font-size-17);
  line-height: var(--line-height-inherit);
  color: var(--color-000000);
  font-weight: var(--font-weight-Medium);
  padding: 15px 30px;
  border-radius: 30px;
  border: none;
  background-color: var(--color-e09f99);
  position: relative;
  z-index: 2;
  outline: none;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.view-more-btn:hover {
  color: var(--color-ffffff);
  background-color: var(--color-520019);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.view-more-btn img {
  width: 28px;
  height: 28px;
  margin-left: 14px;
  transform: rotate(-45deg);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.view-more-btn:hover img {
  transform: rotate(0deg);
  filter: invert(1);
}
.img-zoom {
  overflow: hidden;
}
.img-zoom .zoom {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 2.5s ease-out 0s;
  -moz-transition: all 2.5s ease-out 0s;
  -ms-transition: all 2.5s ease-out 0s;
  -o-transition: all 2.5s ease-out 0s;
  transition: all 2.5s ease-out 0s;
}
.img-zoom:hover .zoom {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/* @import url(../css/root.css); */
/* main-header */
.g_header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background: var(--color-ffffff);
  /* background: transparent; */
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.main-header.g_shrink {
  position: fixed;
  background: var(--color-ffffff);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  z-index: 999;
}
/* loader css*/
/* loader css */
/* top-menu */
.top-menu {
  background: var(--color-520019);
  padding: 10px 0;
}
.left-top-header p {
  color: var(--color-e9bdb9);
}
.left-top-header p a img{
  width: 15px;
  margin-right: 3px;
  position: relative;
  top: -2px;
}
.left-top-header p a {
  padding-right: 20px;
  color: var(--color-e9bdb9);
}
.left-top-header p:hover a {
  color: var(--color-ffffff);
}
.right-top-header ul li {
  float: left;
  margin: 0 7px;
}
.right-top-header ul li a .svg, .right-top-header ul li a .img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  fill: var(--color-ffffff) !important;
  /* -webkit-filter: invert(100%); */
  /* filter: invert(100%); */
}
.right-top-header ul li a .svg path {
  fill: var(--color-ffffff) !important;
}
.right-top-header ul li:hover a .svg path {
  fill: var(--color-ff9600) !important;
}
/* top-menu */
.main-nav {
  background: var(--color-e3e0e0);
  padding: 10px 0px;
  width: 100%;
  float: left;
  position: relative;
}
.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
}
.main-nav .navbar {
  padding: 0;
  width: 100%;
  float: left;
}
.main-nav .navbar-expand-lg .navbar-brand {
  margin-right: 0;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.main-nav .navbar-expand-lg .navbar-brand img,
.main-nav .navbar-expand-lg .navbar-brand .svg {
  width: 100px;
  object-fit: contain;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.main-nav .nav-item {
  padding-left: 40px;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.main-nav .nav-item .nav-link {
  position: relative;
  display: block;
  font-size: var(--font-size-17);
  color: var(--color-000000);
  font-weight: var(--font-weight-Regular);
  line-height: initial;
  padding: 12px 0px;
}
.main-nav .nav-item .nav-link:focus,
.main-nav .nav-item.active .nav-link,
.main-nav .nav-item .nav-link:hover {
  font-weight: var(--font-weight-SemiBold);
}
.main-nav .nav-item .nav-link.show,
.main-nav .nav-item .show>.nav-link {
  font-weight: var(--font-weight-SemiBold);
}
.main-nav .appointment {
  position: relative;
  display: inline-block;
}
.main-nav .appointment .nav-link {
  padding: 12px 30px;
  background: var(--color-e09f99);
  color: var(--color-000000);
  border-radius: 50px;
}
.main-nav .appointment:hover .nav-link {
  background: var(--color-520019);
  color: var(--color-ffffff);
}
.main-nav .appointment img {
  width: 25px;
  height: 25px;
  margin-left: 14px;
  transform: rotate(-45deg);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.main-nav .appointment:hover img {
  transform: rotate(0deg);
  filter: invert(1);
}
/* main-header */
/* main-banner */
.banner-img img {
  height: 750px;
  object-fit: cover;
  position: relative;
}
.banner-img::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(-90deg, #00000000 0%, #000000d4 50%, #000000 100%);
  z-index: 1;
  opacity: 0.8;
}
.banner-text {
  position: absolute;
  bottom: 20%;
  width: 60%;
  padding-left: 0;
  z-index: 11;
}
.banner-text .section_title {
  -webkit-animation: fadeInDown 1.5s;
  animation: fadeInDown 1.5s;
  animation-duration: 2s;
}
.banner-text .div_title {
  -webkit-animation: fadeInUp 1.5s;
  animation: fadeInUp 1.5s;
  animation-duration: 2s;
}
.banner-text p {
  -webkit-animation: fadeInUp 1.5s;
  animation: fadeInUp 1.5s;
  animation-duration: 2s;
}
.banner-text .view-more, .banner-text .view-more {
  -webkit-animation: zoomIn 2s;
  animation: zoomIn 2s;
  animation-duration: 2s;
}
.banner-text .view-more-btn img {
  width: 28px;
  height: 28px;
}
/* main-banner */
/* orange-scroll */
.orange-scroll {
  background-color: var(--color-520019);
  padding: 30px 0;
  overflow: hidden;
  transform: rotate(-2deg);
  top: -40px;
  position: relative;
  z-index: 10;
}
.orange-scroll span {
  padding: 0px 20px;
  font-size: var(--font-size-22);
  font-weight: var(--font-weight-SemiBold);
  color: var(--color-ffffff);
}
.orange-scroll  .fa-circle {
    width: 12px;
    height: 12px;
    background: var(--color-ffffff);
    border-radius: 30px;
    display: inline-block;
}
.scrollingText {
  position: relative;
  left: -500px;
  width: 250%;
  overflow: hidden;
}
/* orange-scroll */
/* about-section */

.about-bg {
  margin-top: -80px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 77%;
  /* background-attachment: fixed; */
}
.about-bg::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0px;
  width: 100%;
  height: 77%;
  background: var(--color-000000);
  /* z-index: 1; */
  opacity: 0.7;
}
.about-text {
    padding-left: 50px;
}
.about-img .bhavnesh-sawhney {
  position: relative;
  left: -100px;
  top: -50px;
}
.farid-img .div_sub_title {
  position: absolute;
  top: 10px;
  right: -50px;
  z-index: 1;
  padding: 8px 15px;
  background: #ffffff;
}  
.bhavnesh-img .div_sub_title {
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 1;
  padding: 8px 15px;
  background: #ffffff;
}  
/* about-section */
/* why-choose-section */
.why-choose-img img {
  border-radius: 120px;
  height: 400px;
}
.swiper-button-next, .swiper-button-prev {
  background-image: unset;
}
.swiper-button-next img, .swiper-button-prev img  {
  width: 50px;
}
.why-choose-right .swiper-button-next {
    right: 100px;
}
.why-choose-right {
  padding-right: 150px;
}
.why-choose-swiper {
  padding: 30px 0;
}
.why-choose-right-position {
  top: 0;
  width: 100%;
  position: absolute;
  right: 0;
}
.why-choose-right .swiper-pagination {
    left: -70%;
    top: 90%;
}
.swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  background: var(--color-000000);
  border: none;
}
.why-choose-img .why-choose-text span {
  background: var(--color-e9bdb9);
  position: absolute;
  width: 3px;
  height: 60px;
  left: 50%;
  top: 410px;
  display: none;
}
.why-choose-img .why-choose-text .div_text {
  text-align: center;
  /* padding-top: 80px; */
  margin-top: 10px;
}
.why-choose-img .why-choose-text p {
  text-align: center;
  color: var(--color-000000);
}
/* .why-choose-bg::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 38%;
    height: 100%;
    background-image: url(../images/bg/why-choose-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
} */
.why-choose-left {
    height: 550px;
    position: relative;
    z-index: 11;
}
/* why-choose-section */
/* service-section */
.service-bg::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
  background-color: var(--color-520019);
  z-index: -1;
}
.service-list {
  border: solid 2px var(--color-762c3f);
  border-radius: 120px 120px;
  border-right: none;
  margin-left: -80px;
  padding: 20px 0;
  padding-left: 90px;
  height: 210px;
  /* margin-top: 60px; */
}
.service-img {
  position: absolute;
  top: -15px;
  right: 0;
  height: 235px;
  width: 40%;
}
.service-img img {
  border: solid 5px var(--color-e9bdb9);
  border-radius: 220px;
  height: 100%;
  width: 100%;
}
.service-list-text {
    padding-right: 20px;
    width: 55%;
}
.service-swiper .swiper-wrapper {
  height: 720px !important;
}
.service-swiper .swiper-wrapper .swiper-slide {
  height: 235px !important;
}
.service-swiper.swiper-container {
  padding-left: 80px;
  padding-top: 13px;
  margin-left: -100px;
  padding-bottom: 0px;
}
.service-swiper-arrow .swiper-button-next2, .service-swiper-arrow .swiper-button-prev2 {
  top: 100%;
  width: 70px;
  height: 40px;
  margin-top: 0px;
  background-size: 40px 70px;
}
.service-swiper-arrow .swiper-button-next2 img, .service-swiper-arrow .swiper-button-prev2 img {
  width: 70px;
  height: 40px;
}
.service-swiper-arrow .swiper-button-prev2 {
  left: 0;
  transform: rotate(180deg);
}
.service-swiper-arrow  .swiper-button-next2 {
  right: unset;
  left: 100px;
}
.service-swiper-side-img {
    position: absolute;
    right: 0;
    top: 40%;
    width: 46%;
    /* height: 100%; */
    /* padding: 0; */
    transform: translate(0%, -50%);
}
.service-swiper-side-img .mandala {
  width: 50%;
  position: absolute;
  left: 40%;
}
.service-swiper-side-img .mandala .mandala-img {
  width: 100%;
  animation: textRotation 35s linear infinite;
}
.service-swiper-side-img .logo-gif {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    border-radius: 50%;
}
@keyframes textRotation {
	to {
		transform: rotate(360deg);
	}
}

/* service-section */
/* media-section  */
.media-scroll {
  background-color: var(--color-ffffff);
  padding: 30px 0;
  overflow: hidden;
  transform: rotate(-2deg);
  top: -40px;
  position: relative;
  z-index: 10;
  border-top: solid 2px var(--color-000000);
  border-bottom: solid 2px var(--color-000000);
}
.media-scroll .media-img {
  margin: 0 20px;
  width: auto;
  height: 50px;
  object-fit: contain;
}
.media-scroll .scrollingText {
    height: 50px;
}
/* media-section  */
/* testimonial-section */
.testimonial-bg {
  position: absolute;
  left: 0;
  top: -40px;
  width: 100%;
  height: 300px;
  /* transform: rotate(-2deg); */
  z-index: -1;
}
.testimonial-bg::before {
  position: absolute;
  content: "";
  top: -30px;
  left: 0;
  width: 100%;
  height: 560px;
  background: var(--color-520019);
  /* z-index: -1; */
}
/* our-work-section */
  .testimonial-video-img {
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
    -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  box-shadow: -1px 18px 27px 0px rgba(0, 0, 0, 0.42);
  -webkit-box-shadow: -1px 18px 27px 0px rgba(0, 0, 0, 0.42);
  -moz-box-shadow: -1px 18px 27px 0px rgba(0,0,0,0.42);
   border-radius: 30px;
  }
  .testimonial-video-img img {
    height: 400px;
    object-fit: cover;
  }
.video-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.video-icon .img {
  width: 70px;
  height: 70px;
}
.testimonial-video-img .testimonialimg {
  border-radius: 30px;
}
.testimonial-swiper {
    width: 100%;
    overflow: visible;
}
.testimonial-swiper .swiper-slide {
 filter: blur(1px);
}
.testimonial-swiper .swiper-slide.swiper-slide-active {
   filter: blur(0px);
  transform: scale(1.4);
  z-index: 2;
}
/* testimonial-section */
/* faq-section */
.faq-accordion {
  padding-right: 100px;
}
.faq-accordion .accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: none;
}
.faq-accordion .accordion-button {
  padding: 20px 0px;
  font-size: var(--font-size-20);
  color: var(--color-520019);
  font-weight: var(--font-weight-SemiBold);
  background-color: transparent;
}
.faq-accordion .accordion-button:not(.collapsed) {
    color: var(--color-520019);
    background-color: transparent;
}
.faq-accordion .accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}
.faq-accordion .accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: none;
  border-bottom: solid 2px var(--color-e09f99);
  background-color: transparent;
}
.accordion-body {
  padding: 20px 0px;
  font-size: var(--font-size-17);
}
.faq-img img {
  border: solid 10px var(--color-e9bdb9);
  border-radius: 220px;
}
.faq-bg::before {
    position: absolute;
    content: "";
    top: -20%;
    left: 0;
    width: 100%;
    height: 120%;
    background-image: url(../images/bg/faq-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}
/* faq-section */
/* footer-section */
.footer-left .footer-logo {
  width: 150px;
  margin-bottom: 20px;
}
.footer-link li {
 margin-bottom: 10px;
}
.footer-link li a img {
 width: 25px;
 margin-right: 10px;
}
.footer-link .footer-social {
  margin-top: 30px;
  margin-left: 25px;
}
.contact-form .form-group {
margin-bottom: 25px;
}
.contact-form label {
  font-size: var(--font-size-14);
  line-height: var(--line-height-14);
  color: var(--color-520019);
  margin-bottom: 5px;
  width: 100%;
}
.contact-form .form-control {
  font-size: var(--font-size-17);
  line-height: var(--line-height-17);
  color: var(--color-520019);
  padding: 10px 10px;
  width: 100%;
  margin-bottom: 5px;
  border-radius: 10px;
  border: solid 1px var(--color-520019);
  height: 50px;
  margin-bottom: 0px;
  background: transparent;
}
.ajax-error, .waiting-msg {
  font-size: 12px;
}
.contact-form textarea.form-control {
  resize: none;
  height: 130px;
}
.footer-left {
  padding-right: 200px;
}
.footer-right {
  padding-left: 100px;
}
.footer-bg {
  position: relative;
}
.footer-bg::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
  /* opacity: 0.5; */
  background: var(--color-e9bdb9);
}
/* .footer-bg::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 18%;
  width: 50%;
  height: 75%;
  z-index: -1;
  background-image: url(../images/bg/footer-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  mix-blend-mode: multiply;
  opacity: 0.3;
} */
.copyright-box {
  background: var(--color-000000);
  padding: 30px 0;
}
.submit-btn {
  background: var(--color-520019);
  border: none;
  padding: 10px 40px;
  color: var(--color-ffffff);
  font-size: var(--font-size-17);
  border-radius: 10px;
  text-transform: uppercase;
}
.submit-btn:hover {
  background: var(--color-762c3f);
  color: var(--color-ffffff);
}
/* footer-section */
.modal-header {
  padding: 0;
  border-bottom: none;
}
.modal-body {
  padding: 20px 20px;
}
.modal-header .btn-close {
  position: absolute;
  padding: 10px;
  margin: 0;
  right: -14px;
  opacity: 1;
  font-size: var(--font-size-17);
  z-index: 11;
  background-color: var(--color-ffffff);
  border-radius: 30px;
  box-shadow: -1px 18px 27px 0px #0000006b;
  -webkit-box-shadow: -1px 18px 27px 0px #0000006b;
  -moz-box-shadow: -1px 18px 27px 0px #0000006b;
}
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: var(--color-520019);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    text-align: center;
    line-height: 50px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top img {
    width: 25px;
    height: 25px;
    transform: rotate(-90deg);
    -webkit-filter: invert(1);
    filter: invert(1);
}
#return-to-top:hover {
  background: var(--color-8b8a8e);
}
/* footer-section */

































.fix-social { 
  display: none;
}
.sidenav,
.mobile-toggle {
  display: none;
}
.mobile-md-none {
  display: block !important;
}
.desktop-md-none {
  display: none !important;
}
.mobile-none {
  display: block !important;
}
.desktop-none {
  display: none !important;
}
/* responsive css */
@media only screen and (min-width: 1921px) {}
@media (max-width: 1880px) {}
@media (max-width: 1780px) {
 .testimonial-video-img img {
    height: 300px;
}
.video-icon .img {
    width: 50px;
    height: 50px;
}
}
@media (max-width: 1660px) {}
@media (max-width: 1480px) {
  :root {
  --font-size-14: 14px;
  --font-size-17: 16px;
  --font-size-19: 18px;
  --font-size-20: 19px;
  --font-size-22: 20px;
  --font-size-25: 23px;
  --font-size-30: 26px;
  --font-size-40: 34px;
  --font-size-50: 40px;
  --font-size-66: 48px;
  --font-size-84: 50px;
  --font-size-112: 90px;
  --line-height-14: 20px;
  --line-height-17: 22px;
  --line-height-19: 24px;
  --line-height-20: 26px;
  --line-height-22: 26px;
  --line-height-25: 32px;
  --line-height-30: 34px;
  --line-height-40: 46px;
  --line-height-50: 50px;
  --line-height-66: 72px;
  --line-height-84: 80px;
  --line-height-112: 100px;
}
 .main-nav .nav-item {
  padding-left: 25px;
}
.orange-scroll {
  padding: 15px 0;
  top: -36px;
}
.service-img {
    height: 200px;
}
.service-list {
  height: 180px;
  margin-left: 0;
  padding: 10px 0;
  padding-left: 60px;
}
.faq-accordion {
  padding-right: 30px;
}
.footer-left {
    padding-right: 120px;
}
.footer-right {
    padding-left: 50px;
}
.scrollingText {
  width: 330%;
}
.pb-100 {
    padding-bottom: 40px;
}
.pt-100 {
    padding-top: 40px;
}
}

@media (max-width: 1366px) {}
@media (max-width: 1280px) {
 
}
@media (max-width: 1199.98px) {

}
@media (max-width: 1024px) {
  :root {
    --font-size-14: 13px;
    --font-size-17: 15px;
    --font-size-19: 17px;
    --font-size-20: 18px;
    --font-size-22: 19px;
    --font-size-25: 21px;
    --font-size-30: 25px;
    --font-size-40: 30px;
    --font-size-50: 40px;
    --font-size-66: 42px;
    --font-size-84: 40px;
    --font-size-112: 60px;
    --line-height-14: 18px;
    --line-height-17: 20px;
    --line-height-19: 22px;
    --line-height-20: 24px;
    --line-height-22: 24px;
    --line-height-25: 30px;
    --line-height-30: 32px;
    --line-height-40: 38px;
    --line-height-50: 50px;
    --line-height-66: 60px;
    --line-height-84: 50px;
    --line-height-112: 70px;
  }
.main-nav .navbar-expand-lg .navbar-brand img, .main-nav .navbar-expand-lg .navbar-brand .svg {
  width: 70px;
}
.about-text {
  padding-left: 0;
}
.about-bg::before {
  height: 96%;
}
.about-bg {
    background-size: 100% 96%;
}
.why-choose-right {
    padding-right: 60px;
}
.why-choose-right .swiper-button-next {
  right: 30px;
}
.service-swiper-side-img {
  width: 35%;
}
.service-bg::before {
  width: 65%;
}
.service-list-text {
  padding-right: 10px;
  width: 65%;
}
.service-img {
  width: 35%;
}
.media-scroll {
  padding: 10px 0;
}
.media-scroll .media-img {
    height: 35px;
}
.media-scroll .scrollingText {
    height: 34px;
}
.mt-50 {
    margin-top: 40px;
}
.pt-150 {
    padding-top: 60px;
}
.testimonial-video-img img {
  height: 170px;
}
.testimonial-video-img {
  margin-bottom: 0;
  border-radius: 15px;
}
.testimonial-video-img .testimonialimg {
  border-radius: 15px;
}
.video-icon .img {
  width: 40px;
  height: 40px;
}
.contact-form .form-control {
    height: 40px;
}
.contact-form textarea.form-control {
    height: 100px;
}
.footer-left .footer-logo {
  width: 100px;
  margin-bottom: 20px;
}
.why-choose-bg::after {
    width: 70%;
    opacity: 0.5;
}
.mb-100 {
    margin-bottom: 40px;
}
.service-img {
  height: 280px;
  object-fit: cover;
}
}
@media (max-width: 991.98px) {
  .sidenav,
  .mobile-toggle {
    display: block;
  }
  .mobile-md-none {
    display: none !important;
  }
  .desktop-md-none {
    display: block !important;
  }
  /* mob-sidenav */
  /* mob-sidenav */
  .order-lg-div {
    order: 2;
  }
  /* mob-login */
  .navbar-toggler {
    position: relative;
    padding: 0;
    font-size: unset;
    line-height: 1;
    background-color: transparent;
    border: none;
    border-radius: 0;
  }
  .navbar-toggler:focus {
    box-shadow: none;
  }
  .navbar-toggler-icon {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .navbar-toggler-icon img {
    width: 38px;
    height: 38px;
  }
  .navbar-collapse {
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    background: var(--color-e9bdb9);
    padding: 20px 5px;
  }
  .main-nav .appointment:hover .nav-link {
    display: inline-block;
  }
.main-nav .nav-item .nav-link {
    display: inline-block;
}
  .main-nav .nav-item {
    padding-left: 0px;
    text-align: center;
  }
  .top-menu {
    display: none;
}
.banner-text {
    bottom: 20%;
    width: 90%;
}
.service-swiper-side-img {
    width: 100%;
   position: relative;
    left: 0;
    top: 0;
    transform: unset;
}
.service-swiper-side-img .mandala {
  width: 100%;
  position: relative;
  left: 0;

}
    .service-bg::before {
    width: 100%;
}
.about-img img {
    border: solid 5px var(--color-e9bdb9);
}
.scrollingText {
    width: 400%;
    left: -640px;
}
    .testimonial-video-img img {
        height: 150px;
    }
    .footer-left {
        padding-right: 20px;
    }
    .footer-right {
        padding-left: 20px;
    }
.testimonial-swiper .swiper-slide.swiper-slide-active {
  transform: scale(1.6);
}
}
@media (max-width: 800px) {}
@media (max-width: 767.98px) {
  .mobile-none {
    display: none !important;
  }
  .desktop-none {
    display: block !important;
  }
  .order-md-div {
    order: 2;
  }
.about-text {
    padding-left: 0;
    margin-top: 30px;
  }  
  .why-choose-right-position {
    top: 0;
    width: 100%;
    position: relative;
    right: 0;
  } 
  .why-choose-left {
    height: auto;
}
.why-choose-right .swiper-button-next {
  right: 50%;
  top: 100%;
}

.why-choose-right {
  padding-right: 20px;
  padding-left: 20px;
}

.service-swiper .swiper-wrapper {
  height: 200px !important;
}

.service-list-text {
  padding-right: 10px;
  width: 100%;
  margin-bottom: 20px;
}

.service-img {
  width: 100%;
  position: relative;
  top: 0;
  right: 0;
}
.service-list {
  height: auto;
  margin-left: 0;
  padding: 10px 0;
  padding-left: 0;
  display: block !important;
  border: none;
  border-radius: 0px 0px;
}
.service-swiper.swiper-container {
  padding-left: 0;
  padding-top: 0;
  margin-left: 0;
  padding-bottom: 0px;
}
.service-swiper .swiper-wrapper .swiper-slide {
    height: auto !important;
}
    .service-swiper .swiper-wrapper {
        height: 100% !important;
    }
    .about-bg::before {
        height: 100%;
    }
        .about-bg {
        background-size: 100% 100%;
    }
  .why-choose-section {
    padding-top: 50px;
  }

.service-img img {
    border-radius: 40px;
}
.faq-img img {
    border: solid 5px var(--color-e9bdb9);
    border-radius: 0px;
    margin-top: 40px;
}
    .faq-accordion {
        padding-right: 0;
    }
  .footer-bg::before {
    width: 0;
}
    .footer-right {
        padding-left: 0;
        margin-top: 40px;
    }
    .about-img img {
    border-radius: 0;
}

.fix-social {
  position: fixed;
  right: 25px;
  bottom: 80px;
  z-index: 99;
  display: block;
}
.fix-social ul li {
  margin-bottom: 10px;
  width: 40px;
  height: 40px;
  background: var(--color-762c3f);
  border-radius: 100px;
  text-align: center;
  line-height: 34px;
}
.fix-social ul li img {
    width: 20px;
    height: 20px;
}
.service-swiper-arrow .swiper-button-next2, .service-swiper-arrow .swiper-button-prev2 {
    width: 40px;
    height: 30px;
    background-size: 30px 40px;
}
.service-swiper-arrow .swiper-button-next2 img, .service-swiper-arrow .swiper-button-prev2 img {
    width: 40px;
    height: 30px;
}

}
@media (max-width: 575.98px) {
  .scrollingText {
      width: 600%;
      left: -640px;
  }
  :root {
    --font-size-14: 13px;
    --font-size-17: 15px;
    --font-size-19: 17px;
    --font-size-20: 18px;
    --font-size-22: 19px;
    --font-size-25: 20px;
    --font-size-30: 23px;
    --font-size-40: 28px;
    --font-size-50: 25px;
    --font-size-66: 30px;
    --font-size-84: 34px;
    --font-size-112: 45px;
    --line-height-14: 18px;
    --line-height-17: 20px;
    --line-height-19: 22px;
    --line-height-20: 24px;
    --line-height-22: 24px;
    --line-height-25: 28px;
    --line-height-30: 33px;
    --line-height-40: 38px;
    --line-height-50: 35px;
    --line-height-66: 48px;
    --line-height-84: 44px;
    --line-height-112: 55px;
  }
      .media-scroll .media-img {
        height: 34px;
    }
    .testimonial-swiper .swiper-slide.swiper-slide-active {
      transform: scale(1);
    }
       .why-choose-img img {
        border-radius: 20px;
        height: 400px;
        object-fit: cover;
        object-position: bottom center;
    }
    .pt-100 {
    padding-top: 40px;
    }
.pb-100 {
    padding-bottom: 40px;
}
.pb-50 {
    padding-bottom: 40px;
}
.pt-50 {
    padding-top: 40px;
}
.title_main {
    margin-bottom: 10px;
}
.testimonial-video-img img {
    height: 240px;
}
.banner-img img {
    height: 400px;
}
.banner-text {
        bottom: 0;
        width: 100%;
        padding: 20px;
        margin-top: -100px;
        padding-bottom: 20px;
        background: var(--color-520019);
        position: relative;
    }
    .main-banner {
    padding-bottom: 60px;
}
.banner-img::before {
    z-index: -1;
    opacity: 0;
}
}
@media (max-width: 480px) {
}
@media (max-width: 375px) {
  .scrollingText {
    width: 800%;
    left: -840px;
}
    .testimonial-video-img img {
        height: 300px;
    }
}
@media (max-width: 320px) {
      .testimonial-video-img img {
        height: 250px;
    }
}
/* responsive css */