@font-face {
    font-family: 'EB Garamond';
    src: url('icon-fonts/VAG-HandWritten.otf') format('opentype');
    /* You can specify additional font formats here for better browser compatibility */
}
html,
body {
	background-color:#F5EBE0;
	height: 100%;
	font-family: 'EB Garamond';
	-webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
    text-align: center;

}
.row {
    display: flex;
    flex-wrap: wrap;
}
.eb-garamond-<uniquifier> {
  font-family: "EB Garamond";
  font-optical-sizing: auto;
  font-weight: <600>;
  font-style: normal;
}
h4{
	color:#bb9b49;
}
h1,
h2,
h3,
h5,
h6 {
  margin: 0;
  /* color: #493365; */
  color:#000000;
  font-weight: 500;
}

h1 {
	text-align: center;
	font-size: 70px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 30px;
}

h5 {
  font-size: 30px;
}

h6 {
  font-size: 16px;
}

p {
	font-weight: 500;
  font-size: 22px;
  color: #000000;
  line-height: 2;
}

img {
  max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
  outline: none;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

ul,
ol {
  padding: 0;
  margin: 0;
}

span {
  color: #000000;
  font-size: 22px;
}

/*---------------------
    Helper CSS
  -----------------------*/

.section-title {
  text-align: center;
}

.section-title h2 {
  font-size: 36px;
}

.set-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.spad {
  padding-top: 99px;
  padding-bottom: 99px;

}

.sp-title {
  margin-bottom: 50px;
}

.sp-title img {
  margin-bottom: 25px;
}

.sp-title span {
  font-weight:bold;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
   height: 90px;
  
}

.pricing-plan h4{
	  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  padding-top: 10px;

}
.sp-title h3,
.sp-title h4,
.sp-title h5 {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  padding-top: 10px;

}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
  color: #000000;
}

.i-fix:before {
  margin-right: -15px;
}

.gradient-bg-2,
.site-btn.sb-gradient,
.accordion-area .panel-link.active,
.site-tab-nav.nav.nav-tabs.stn-dark .nav-link.active,
.site-tab-nav.nav.nav-tabs .nav-link.active,
.course-item .ci-icon:after,
.footer-section,
.blog-item .blog-date {
  background: #7364b0;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  /* background: -webkit-gradient(linear, left top, right top, from(#7364b0), to(#ffb8e7)); */
  background: -webkit-gradient(linear, left top, right top, from(#e3e3e3), to(#999));
  /* background: linear-gradient(to right, #7364b0 0%, #ffb8e7 100%); */
  background: linear-gradient(to right, #e3e3e3 0%, #999 100%);

  
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7364b0', endColorstr='#ffb8e7', GradientType=1);
  /* IE6-9 */
}

/*---------------------
    Commom elements
  -----------------------*/

.elements-section {
  padding-top: 99px;
}

.element {
  margin-bottom: 90px;
}

.el-title {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 60px;
}

/* buttons */

.site-btn {
  display: inline-block;
  border: none;
  font-size: 18px;
  font-weight: 700;
  min-width: 185px;
  padding: 23px 40px;
  border-radius: 9px;
  text-transform: uppercase;
  background: #bb9b49;
  line-height: normal;
  letter-spacing: 2px;
  cursor: pointer;
  text-align: center;
  color: #503C3C;
 border: 6px solid #F5EBE0;
  margin: 5px;
  cursor: pointer;

}

.site-btn:hover{
  color: #bb9b49;
  background-color: #503C3C;
  border-color: #808080; /* Change border color on hover */
 
}

.site-btn.sb-shadow {
  -webkit-box-shadow: 0 19px 27px rgba(0, 0, 0, 0.35);
  box-shadow: 0 19px 27px rgba(0, 0, 0, 0.35);
}

.site-btn.sb-gradient {
  color: #fff;
}

.site-btn.sb-dark {
  background: #5a496a;
  color: #fff;
}

/* Accordion */

.accordion-area .panel {
  margin-bottom: 16px;
}

.accordion-area .panel-link:after {
  content: "+";
  position: absolute;
  font-size: 15px;
  right: 26px;
  top: 0;
  line-height: 16px;
  width: 15px;
  height: 100%;
  text-align: center;
  color: #493365;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.faq-accordion.accordion-area .panel-link,
.faq-accordion.accordion-area .panel-link.active.collapsed {
  padding: 17px 100px 17px 20px;
}

.faq-accordion.accordion-area .panel-link:after {
  right: 44px;
}

.accordion-area .panel-header .panel-link.collapsed:after {
  content: "+";
  color: #493365;
}

.accordion-area .panel-link.active:after {
  content: "-";
  color: #fff;
}

.accordion-area .panel-link.active {
  color: #fff;
}

.accordion-area .panel-link,
.accordion-area .panel-link.active.collapsed {
  text-align: left;
  position: relative;
  width: 100%;
  padding: 15px 65px 15px 17px;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #493365;
  line-height: 1;
  cursor: pointer;
  border: none;
  border-left: 7px solid #f7ffa0;
  min-height: 48px;
  background: #f2f8f9;
}

.accordion-area .panel-body {
  padding: 75px 0 0;
}

.accordion-area .panel-body p {
  margin-bottom: 0;
}

/* Tab */

.site-tab-nav.nav.nav-tabs {
  border-bottom: none;
  display: block;
}

.site-tab-nav.nav.nav-tabs.stn-dark .nav-link {
  background: #fff;
}

.site-tab-nav.nav.nav-tabs .nav-item {
  display: block;
  margin-bottom: 1px;
}

.site-tab-nav.nav.nav-tabs .nav-link {
  padding: 41px 40px;
  border: none;
  background: #f2f8f9;
  position: relative;
}

.site-tab-nav.nav.nav-tabs .nav-link:focus,
.site-tab-nav.nav.nav-tabs .nav-link:hover {
  border: none;
}

.site-tab-nav.nav.nav-tabs .nav-link:after {
  position: absolute;
  content: "";
  width: 7px;
  height: 0;
  left: 0;
  top: 0;
  /* background: #f7ffa0; */
  background:#808080;
}

.site-tab-nav.nav.nav-tabs .nav-link.active {
  border: none;
  border-radius: 0;
}

.site-tab-nav.nav.nav-tabs .nav-link.active:after {
  height: 100%;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.site-tab-nav.nav.nav-tabs .nav-link.active h6 {
  color: #fff;
}

.site-tab-nav.nav.nav-tabs .nav-link.active span {
  color: #fff;
}

.site-tab-nav.nav.nav-tabs .nav-link h6 {
  font-weight: 400;
  margin-bottom: 4px;
}

.site-tab-nav.nav.nav-tabs .nav-link span {
  font-size: 14px;
}

.site-tab-content .st-content {
  max-width: 560px;
}

.site-tab-content .st-content p {
  margin-bottom: 50px;
}

.site-tab-content .st-content ul {
  list-style: none;
}

.site-tab-content .st-content ul li {
  font-size: 14px;
  color: #938e99;
  position: relative;
  padding-left: 74px;
  margin-bottom: 41px;
}

.site-tab-content .st-content ul li:after {
  position: absolute;
  content: "";
  width: 46px;
  height: 46px;
  left: 0;
  top: calc(50% - 23px);
  background-image: url("../img/check-icon.png");
  background-position: center center;
  background-repeat: no-repeat;
}

/* Milestones */

.milestone .ms-icon {
  width: 77px;
  height: 77px;
  font-size: 43px;
  color: #493365;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 22px;
  margin-top: 7px;
  border-radius: 50%;
  background: #f7ffa0;
}

.milestone .ms-text {
  overflow: hidden;
}

.milestone .ms-text h2 {
  font-size: 72px;
  font-weight: 400;
}

.milestone .ms-text p {
  margin-bottom: 0;
  line-height: normal;
}

/* Circle progress */

.circle-progress {
  text-align: center;
  display: block;
  position: relative;
  margin-bottom: 30px;
}

.circle-progress canvas {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.circle-progress .progress-info {
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -38px;
}

.circle-progress .progress-info h2 {
  font-size: 48px;
  font-weight: 400;
  margin-bottom: 1px;
}

.circle-progress .progress-info p {
  font-size: 14px;
  margin-bottom: 0;
  line-height: normal;
}

/* Preloder */

#preloder {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999999;
  background: #000;
}

.loader {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -13px;
  margin-left: -13px;
  border-radius: 60px;
  animation: loader 0.8s linear infinite;
  -webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    border: 4px solid #f44336;
    border-left-color: transparent;
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    border: 4px solid #673ab7;
    border-left-color: transparent;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    border: 4px solid #f44336;
    border-left-color: transparent;
  }
}

@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    border: 4px solid #f44336;
    border-left-color: transparent;
  }
  50% {
    -webkit-transform: rotate(180deg);
    border: 4px solid #673ab7;
    border-left-color: transparent;
  }
  100% {
    -webkit-transform: rotate(360deg);
    border: 4px solid #f44336;
    border-left-color: transparent;
  }
}

/*------------------
    Header section
  ---------------------*/

.header-section {
  /* position: absolute; To exw energopoiimeno an thelw na exw to nav transparent kai to element na peftei akrivws sto top */
  width: 100%;
  top: 0;
  left: 0;
  /* padding: 21px 51px; */
  padding: 12px 50px;
  z-index: 99;
}

.header-socil-links {
  float: right;
  padding-top: 10px;
}

.header-socil-links a {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  margin-left: 30px;
}

.header-socil-links a:first-child {
  margin-left: 0;
}

.slicknav_menu {
  display: none;
}

.main-menu {
  list-style: none;
  float: right;
}

.main-menu li {
  display: inline-block;
  margin-right: 40px;
}

.main-menu li a {
  display: block;
  font-size: 25px;
  padding: 10px;
  color: #fff;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.main-menu li a:hover {
  color: #00ff45;
}

.main-menu li.active a {
  color: #00ff45;
}

.main-menu li.active a:after {
  position: absolute;
  content: "";
  width: 11px;
  height: 11px;
  left: calc(50% - 8px);
  bottom: -13px;
  background: #a6ed9b;
  border-radius: 50%;
}

/* ----------------
    Hero section
  ---------------------*/

.hero-section {
  height: 900px;
  overflow: hidden;
}

.hero-content-warp {
  max-width: 1300px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  text-align: center;
}

.hero-content {
  position: relative;
  max-width: 710px;
  padding-top: 180px;
  left: -90px;
}

.hero-content img {
  margin-bottom: 10px;
}

.hero-content h2 {
  font-size: 72px;
  font-weight: 400;
  margin-bottom: 15px;
  color: #fff;
}

.hero-content h2 span {
  color: #b2ff00;
  font-weight: 700;
}

.hero-content p {
  font-size: 1px;
  margin-bottom: 40px;
}

.hero-img {
  position: relative;
margin: auto;

}

/* ----------------
  Courses Section
  ---------------------*/

.courses-section {
  padding-top: 60px;
  margin-bottom: -20px;
}

.course-item {
  text-align: center;
}

.course-item .ci-icon {
  width: 205px;
  height: 205px;
  background: #c9a45c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto 45px;
  position: relative;
  /* color: #2900ff; */
  color: #333;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.course-item .ci-icon:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 50%;
  opacity: 0;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.course-item .ci-icon i {
  font-size: 77px;
  position: relative;
  z-index: 1;
}

.course-item .ci-icon img {
  max-width: 77px;
}

.course-item span {
	font-weight: bold;
  font-size: 15px;
  text-transform: uppercase;
  color: #000000;
}

.course-item h4 {
  font-weight: 700;
  padding-top: 15px;
  margin-bottom: 35px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.course-item p {
  margin-bottom: 0;
}

.course-item:hover .ci-icon {
  color: #503C3C;
  background: #503C3C;
}

.course-item:hover .ci-icon:after {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

/* -------------------
  Meditation section
  ----------------------
.meditation-section {
  position: relative;
  padding-top: 360px;
  padding-bottom: 205px;
}

.meditation-content {
  max-width: 615px;
}

.meditation-content p {

  margin-bottom: 50px;
}

.meditation-img {
  position: absolute;
  right: 0;
  bottom: 27px;
}
*/

/* ----------------
  Timetable section
  ---------------------*/

.timetable-box {
  /* background: #9efeff; 
  background: #bb9b49;*/
  /* padding: 70px 70px 90px; */
  padding: 40px;
}

.timetable-box ul {
  list-style: none;
  padding-top: 15px;
}

.timetable-box ul li {
  font-size: 20px;
  color: #000000;
  margin-bottom: 26px;
}

.timetable-box ul li:last-child {
  margin-bottom: 0;
}

.timetable-box ul li span {
	font-weight: bold;
  color: #493365;
  width: 180px;
  display: inline-block;
}

.timetable-text {
  padding-top: 60px;
}

.timetable-text .site-progress-bars {
  padding-top: 30px;
}

.site-progress-bars .progress-item {
  margin-bottom: 22px;
}

.site-progress-bars .progress-item p {
  margin-bottom: 0;
  line-height: normal;
  padding-top: 15px;
}

.site-progress-bars .progress {
  height: 4px;
  background: #f5f8fb;
  overflow: visible;
}

.site-progress-bars .progress .progress-bar {
  position: relative;
  background: #7364b0;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#7364b0), to(#ffb8e7));
  background: linear-gradient(to right, #7364b0 0%, #ffb8e7 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7364b0', endColorstr='#ffb8e7', GradientType=1);
  /* IE6-9 */
}

.site-progress-bars .progress .progress-bar span {
  position: absolute;
  right: 0;
  bottom: -35px;
  font-size: 14px;
}

/* --------------------
  Testimonial Section
  ------------------------*/

.testimonial-section {
  position: relative;
}

.testimonial-img-1 {
  position: absolute;
  left: 71px;
  top: calc(50% - 85px);
}

.testimonial-img-2 {
  position: absolute;
  right: 0;
  bottom: -95px;
}

.testimonial-content {
  text-align: center;
  padding: 0 20px;
}

.testimonial-content p {
  margin-bottom: 45px;

}

.testimonial-content h6 {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  margin-bottom: 10px;
}

.testimonial-content span {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #c9a45c;
  letter-spacing: 2px;
}

/* ----------------
  Contact Section
  ---------------------*/

.contact-section {
  position: relative;
  overflow: hidden;
}

.map-warp {
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
}

.map-warp iframe {
  width: 100%;
  height: 100%;
}

.contact-box {
  padding: 135px 130px 160px;
}

/* ----------------
  Footer section
  ---------------------*/

.footer-section {
  padding: 24px 0;
}

.footer-section p {
  line-height: normal;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.footer-section p img {
  margin-right: 18px;
}

/* ----------------
  Other pages
  ---------------------*/

.page-info-section {
  height: 338px;
  padding-top: 205px;
  position: relative;
}

.page-info-section .page-info-img {
  position: absolute;
  left: 0;
  top: 175px;
}

.page-info-section h2 {
	text-align: center;
  font-size: 72px;
  font-weight: 400;
}

.site-breadcrumb {
  color: #fff;
}

.site-breadcrumb a {
  color: #fff;
  font-size: 14px;
}

.site-breadcrumb span {
  color: #f7ffa0;
}

/* ----------------
  About page
  ---------------------*/

.about-section {
  padding-top: 95px;
  padding-bottom: 98px;
}

.about-text p {
  margin-bottom: 40px;
}

.ap-course-section {
  padding-bottom: 90px;
}

.ap-course-item .ci-icon {
  float: left;
  width: 97px;
}

.ap-course-item .ci-icon img {
  max-width: 77px;
}

.ap-course-item .ci-icon i {
  font-size: 77px;
  color: #f7ffa0;
}

.ap-course-item .ci-content {
  overflow: hidden;
  padding-top: 20px;
}

.ap-course-item .ci-content span {
  font-size: 12px;
  text-transform: uppercase;
  color: #7f7987;
}

.ap-course-item .ci-content h4 {
  font-weight: 700;
  padding-top: 5px;
  margin-bottom: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.ap-course-item .ci-content p {
  margin-bottom: 0;
}

.appointment-section {
  padding-top: 126px;
  padding-bottom: 117px;
}

.appointment-text {
  max-width: 590px;
  padding-top: 15px;
  position: relative;
  left: 120px;
}

.appointment-text span {
  font-size: 12px;
  text-transform: uppercase;
}

.appointment-text h2 {
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 10px;
  margin-bottom: 40px;
}

.appointment-text p {
  margin-bottom: 0;
}

.appointment-img {
  text-align: right;
}

.ap-timetable-title {
  background: #f7ffa0;
  text-align: center;
  padding: 51px 0;
}

.ap-timetable-title h4 {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 3px;
}

.timetable-item {
  text-align: center;
  padding: 33px 15px;
}

.timetable-item:nth-child(2n) {
  background: #f2f8f9;
}

.timetable-item i {
  font-size: 51px;
  color: #a1b4b7;
  margin-bottom: 15px;
}

.timetable-item img {
  margin-bottom: 15px;
}

.timetable-item span {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.timetable-item h5 {
  padding: 14px 0 5px;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.timetable-item p {
  margin-bottom: 0;
}

/* ----------------
  Courses section 
  ---------------------*/

.cl-courses-section {
  padding-top: 100px;
  padding-bottom: 95px;
}

.feature-tab-section {
  background: #f2f8f9;
  padding-top: 98px;
  padding-bottom: 99px;
}

.feature-tab-section .container {
  position: relative;
}

.feature-tab-section .feature-icon {
  position: absolute;
  right: -91px;
  top: 0;
}

.plans-section {
  padding: 98px 0 57px;
}

 .pricing-plan {
  text-align: center;

} 

.pricing-plan {
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* This will space out the content */
  height: 100%; /* Make sure they take full height */
  padding-top: 4em;
  
}


.pricing-plan h2 {
  font-size: 68px;
  font-weight: 600;
  margin-bottom: 25px;
}

.pricing-plan h5 {
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 45px;
  line-height: 1.7;
}

.pricing-plan ul {
  list-style: none;
  padding: 20px; /* Adjust padding for backdrop effect */
  height: 480px;
  overflow: hidden;
  margin: auto;
  display: flex;
  flex-direction: column;
  border-radius: 30px;

}
.ul-container {
  position: relative;
  display: inline-block;

}
.ul-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
  border-radius: 30px;
}

.plan-background-1 {
  position: relative;
  background-image: url('../img/1s.jpg');
  background-size: cover;
  background-position: center;
  /* Set width and height to 100% to cover the entire area */
  width: 100%;
  justify-content: center;
  align-items: center;
}

/* Add shadow box using pseudo-element */
.plan-background-1::before {
  content: '';
  position: absolute;
  top: 50%; /* Center vertically */
  left: 50%; /* Center horizontally */
  transform: translate(-50%, -50%); /* Center the element */
  width: 90%; /* Adjust width to cover 70% of the picture */
  height: 80%; /* Adjust height to cover 70% of the picture */
  background-color: rgba(0, 0, 0, 0.5); /* Shadow color */
  z-index: 1; /* Ensure the shadow box is above the text */
  pointer-events: none; /* Allow clicks to pass through the shadow box */
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); /* Add additional shadow effect */
}	


.plan-background-2 {
  position: relative;
  background-image: url('../img/2-web.jpg');
  background-size: cover;
  background-position: center;
  width: 100%;
  justify-content: center;
  align-items: center;
}

/* Add shadow box using pseudo-element */
.plan-background-2::before {
  content: '';
  position: absolute;
  top: 50%; /* Center vertically */
  left: 50%; /* Center horizontally */
  transform: translate(-50%, -50%); /* Center the element */
  width: 90%; /* Adjust width to cover 70% of the picture */
  height: 80%; /* Adjust height to cover 70% of the picture */
  background-color: rgba(0, 0, 0, 0.5); /* Shadow color */
  z-index: 1; /* Ensure the shadow box is above the text */
  pointer-events: none; /* Allow clicks to pass through the shadow box */
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); /* Add additional shadow effect */
}	
  


.plan-background-3 {
  position: relative;
  background-image: url('../img/manif.jpg');
  background-size: cover;
  background-position: center;
  width: 100%;
  justify-content: center;
  align-items: center;
}

/* Add shadow box using pseudo-element */
.plan-background-3::before {
  content: '';
  position: absolute;
  top: 50%; /* Center vertically */
  left: 50%; /* Center horizontally */
  transform: translate(-50%, -50%); /* Center the element */
  width: 90%; /* Adjust width to cover 70% of the picture */
  height: 80%; /* Adjust height to cover 70% of the picture */
  background-color: rgba(0, 0, 0, 0.5); /* Shadow color */
  z-index: 1; /* Ensure the shadow box is above the text */
  pointer-events: none; /* Allow clicks to pass through the shadow box */
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); /* Add additional shadow effect */
}	

.plan-background-4 {
  position: relative;
  background-image: url('../img/5s.jpg');
  background-size: cover;
  background-position: center;
  width: 100%;
  justify-content: center;
  align-items: center;

}

/* Add shadow box using pseudo-element */
.plan-background-4::before {
  content: '';
  position: absolute;
  top: 50%; /* Center vertically */
  left: 50%; /* Center horizontally */
  transform: translate(-50%, -50%); /* Center the element */
  width: 90%; /* Adjust width to cover 70% of the picture */
  height: 80%; /* Adjust height to cover 70% of the picture */
  background-color: rgba(0, 0, 0, 0.5); /* Shadow color */
  z-index: 1; /* Ensure the shadow box is above the text */
  pointer-events: none; /* Allow clicks to pass through the shadow box */
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); /* Add additional shadow effect */
}	

 .plan-background-5 {
  position: relative;
  background-image: url('../img/c1.jpg');
  background-size: cover;
  background-position: center;
  width: 100%;
  justify-content: center;
  align-items: center;
}

/* Add shadow box using pseudo-element */
.plan-background-5::before {
  content: '';
  position: absolute;
  top: 50%; /* Center vertically */
  left: 50%; /* Center horizontally */
  transform: translate(-50%, -50%); /* Center the element */
  width: 90%; /* Adjust width to cover 70% of the picture */
  height: 80%; /* Adjust height to cover 70% of the picture */
  background-color: rgba(0, 0, 0, 0.5); /* Shadow color */
  z-index: 1; /* Ensure the shadow box is above the text */
  pointer-events: none; /* Allow clicks to pass through the shadow box */
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); /* Add additional shadow effect */
}	

 .plan-background-6 {
  position: relative;
  background-image: url('../img/c5.jpg');
  background-size: cover;
  background-position: center;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 10px; /* Adjust this value as needed */
  padding-top: 5em; /* Adjust this value as needed */
}

/* Add shadow box using pseudo-element */
.plan-background-6::before {
  content: '';
  position: absolute;
  top: 50%; /* Center vertically */
  left: 50%; /* Center horizontally */
  transform: translate(-50%, -50%); /* Center the element */
  width: 90%; /* Adjust width to cover 70% of the picture */
  height: 80%; /* Adjust height to cover 70% of the picture */
  background-color: rgba(0, 0, 0, 0.5); /* Shadow color */
  z-index: 1; /* Ensure the shadow box is above the text */
  pointer-events: none; /* Allow clicks to pass through the shadow box */
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); /* Add additional shadow effect */
}	
 .plan-background-7 {
  position: relative;
  background-image: url('../img/c7.jpg');
  background-size: cover;
  background-position: center;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 10px; /* Adjust this value as needed */
  padding-top: 5em; /* Adjust this value as needed */
}

/* Add shadow box using pseudo-element */
.plan-background-7::before {
  content: '';
  position: absolute;
  top: 50%; /* Center vertically */
  left: 50%; /* Center horizontally */
  transform: translate(-50%, -50%); /* Center the element */
  width: 90%; /* Adjust width to cover 70% of the picture */
  height: 80%; /* Adjust height to cover 70% of the picture */
  background-color: rgba(0, 0, 0, 0.5); /* Shadow color */
  z-index: 1; /* Ensure the shadow box is above the text */
  pointer-events: none; /* Allow clicks to pass through the shadow box */
  box-
  shadow: 0 0 20px rgba(0, 0, 0, 0.5); /* Add additional shadow effect */
}	


 .plan-background-8 {
  position: relative;
  background-image: url('../img/c8.jpg');
  background-size: cover;
  background-position: center;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 10px; /* Adjust this value as needed */
  padding-top: 5em; /* Adjust this value as needed */
}


/* Add shadow box using pseudo-element */
.plan-background-8::before {
  content: '';
  position: absolute;
  top: 50%; /* Center vertically */
  left: 50%; /* Center horizontally */
  transform: translate(-50%, -50%); /* Center the element */
  width: 90%; /* Adjust width to cover 70% of the picture */
  height: 80%; /* Adjust height to cover 70% of the picture */
  background-color: rgba(0, 0, 0, 0.5); /* Shadow color */
  z-index: 1; /* Ensure the shadow box is above the text */
  pointer-events: none; /* Allow clicks to pass through the shadow box */
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); /* Add additional shadow effect */
}	
.pricing-plan ul li {

  color: white; /* Set text color to contrast with the shadow box */
  font-weight: bold; /* Make the text bolder for better visibility */
  font-size: 22px;
  font-weight: 600;
  z-index: 500;
}

.pricing-plan .site-btn {
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  
}

 
.pricing-plan.spacial-plan {
  /* background: #f7ffa0; */
  background:#808080;
  /* border-color: #f7ffa0; */
  border-color: #808080;
  -webkit-box-shadow: 0 37px 49px rgba(0, 0, 0, 0.16);
  box-shadow: 0 37px 49px rgba(0, 0, 0, 0.16);
}
 
.pricing-plan.spacial-plan .site-btn {
  background: #fff;
}

.plan-icon {
  padding-top: 52px;
}

/* ----------------
  Blog page
  ---------------------*/

.blog-section {
  padding: 99px 0;
}

.blog-item {
  margin-bottom: 99px;
}

.blog-item .blog-thumb {
  height: 349px;
  padding-top: 37px;
  margin-bottom: 55px;
}

.blog-item .blog-date {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #fff;
  padding: 9px 25px 9px 18px;
  border-radius: 0 9px 9px 0;
}

.blog-item .blog-title {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
  letter-spacing: 4px;
}

.blog-item .post-metas {
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
}

.blog-item .post-metas .post-meta {
  float: left;
  font-size: 12px;
  color: #938e99;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-right: 22px;
  margin-right: 20px;
  position: relative;
}

.blog-item .post-metas .post-meta:after {
  position: absolute;
  content: "|";
  font-size: 12px;
  color: #938e99;
  right: 0;
  top: 0;
}

.blog-item .post-metas .post-meta:last-child {
  margin-right: 0;
  padding-right: 0;
}

.blog-item .post-metas .post-meta:last-child:after {
  display: none;
}

.blog-item p {
  margin-bottom: 25px;
}

.blog-item .site-btn {
  padding: 23px 35px;
  min-width: 185px;
}

.site-pagination a {
  font-size: 14px;
  font-weight: 700;
  color: #493365;
  margin-left: 10px;
  position: relative;
}

.site-pagination .active:after {
  position: absolute;
  content: "";
  width: 43px;
  height: 43px;
  left: calc(50% - 21.5px);
  top: calc(50% - 21.5px);
  background: #f7ffa0;
  border-radius: 8px;
  z-index: -1;
}

.sb-widget {
  margin-bottom: 64px;
}

.sb-widget .sbw-title {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 60px;
}

.sb-widget .search-widget {
  position: relative;
}

.sb-widget .search-widget input {
  width: 100%;
  background: #f2f8f9;
  border: none;
  height: 49px;
  padding: 0 50px 0 25px;
  border-radius: 8px;
}

.sb-widget .search-widget button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  border: none;
  padding-right: 20px;
  background: transparent;
}

.sb-widget ul {
  list-style: none;
}

.sb-widget ul li a {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 14px;
  color: #938e99;
  padding: 6px 32px;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.sb-widget ul li a:hover {
  background: #f7ffa0;
}

.letest-blog-widget .lb-item {
  overflow: hidden;
  margin-bottom: 21px;
}

.letest-blog-widget .lb-thumb {
  float: left;
  margin-right: 17px;
}

.letest-blog-widget .lb-text {
  overflow: hidden;
  padding-top: 17px;
}

.letest-blog-widget .lb-text span {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  color: #493365;
  letter-spacing: 2px;
}

.letest-blog-widget .lb-text p {
  margin-bottom: 0;
  line-height: normal;
}

/* ----------------
  Contact Page
  ---------------------*/

.contact-page-section {
  padding: 99px 0;
}

.contact-text p {
  margin-bottom: 80px;
}

.contact-text h6 {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 40px;
}

.contact-text ul {
  list-style: none;
}

.contact-text ul li {
  font-size: 18px;
  color: #938e99;
  margin-bottom: 10px;
}

.contact-form {
  padding-top: 23px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  height: 51px;
  padding: 0 19px;
  margin-bottom: 18px;
  font-size: 14px;
  border: none;
  background: #f2f8f9;
}

.contact-form textarea {
  height: 199px;
  padding: 18px 19px;
  margin-bottom: 43px;
}

.contact-form .site-btn {
  min-width: 185px;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}

.map-section {
  padding-top: 64px;
  padding-bottom: 64px;
  position: relative;
}

.map-section .container {
  position: relative;
  z-index: 9;
}

.map-section iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

/* ----------------
  Responsive
  ---------------------*/

@media (min-width: 1200px) {
  .container {
    max-width: 1176px;
  }
}

@media (max-width: 1610px) {
  .page-info-section .page-info-img {
    display: none;
  }
}

@media (max-width: 1420px) {
  .meditation-img {
    max-width: 1050px;
  }
  .feature-tab-section .feature-icon {
    right: 0;
  }
}

@media (max-width: 1350px) {
  .hero-content {
    left: 0;
  }
  .meditation-img {
    max-width: 1050px;
  }
  .testimonial-img-1 {
    left: 16px;
    top: calc(50% - 50px);
    max-width: 100px;
  }
  .testimonial-img-2 {
    bottom: -65px;
    max-width: 140px;
  }
  .page-info-section {
    background-position: left 10% top;
  }
  .appointment-text {
    left: 0;
  }
  .contact-box {
    padding: 135px 60px 160px;
  }
}

/* Medium screen : 992px. */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-section {
    padding: 21px 20px;
  }
  .main-menu li {
    margin-right: 25px;
  }
  .hero-section {
    background-position: left 40% top;
  }
  .hero-img {
    max-width: 900px;
    right: 0px;
  }
  .meditation-img {
    max-width: 750px;
    bottom: 100px;
  }
  .timetable-box {
    padding: 60px 40px 80px;
  }
  .timetable-box ul li span {
    width: 140px;
  }
  .contact-box {
    padding: 130px 25px 150px;
  }
  .feature-tab-section .feature-icon {
    display: none;
  }
  .pricing-plan {
    padding: 55px 35px 50px;
	 box-sizing: border-box;
	   margin-top: -20px; 
  }
}

/* Tablet :768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-section {
    padding: 21px 15px;
  }
  .main-menu li {
    margin-right: 5px;
  }
  .header-socil-links a {
    margin-left: 10px;
  }
  .hero-section {
    background-position: top left 10%;
  }
  .hero-content h2 {
    font-size: 60px;
  }
  .meditation-img,
  .testimonial-img-1,
  .testimonial-img-2 {
    display: none;
  }
  .map-warp {
    position: relative;
    height: 500px;
    width: 100%;
  }
  .contact-box {
    padding: 135px 0 160px;
    max-width: 650px;
    margin: 0 auto;
  }
  .about-text {
    padding-top: 50px;
  }
  .ap-course-item .ci-icon {
    width: 55px;
  }
  .ap-course-item .ci-icon i {
    font-size: 40px;
  }
  .appointment-img {
    text-align: left;
    margin-bottom: 50px;
  }
  .site-tab-nav.nav.nav-tabs {
    margin-bottom: 40px;
    overflow: hidden;
  }
  .site-tab-nav.nav.nav-tabs .nav-item {
    float: left;
    width: 50%;
  }
  .feature-tab-section .feature-icon {
    display: none;
  }
  .pricing-plan {
    margin-bottom: 50px;
  }
  .sidebar {
    padding-top: 80px;
  }
  .map-section {
    padding-top: 0;
  }
  .map-section iframe {
    position: relative;
    height: 600px;
    margin-bottom: 50px;
  }
  .milestone {
    margin-bottom: 40px;
  }
  .accordion-area {
    margin-bottom: 50px;
  }
}

/* Large Mobile :480px. */

@media only screen and (max-width: 767px) {
  .header-section {
    padding: 21px 15px;
  }
  .main-menu {
    display: none;
  }
  .header-section {
    text-align: center;
  }
  .header-socil-links {
    float: none;
  }
  .slicknav_menu {
    text-align: left;
    background: transparent;
    display: block;
  }
  .slicknav_nav {
    border-radius: 9px;
    background: #1b1c2e;
    padding: 13px 0;
    margin-top: 11px;
  }
  .slicknav_nav li.active a {
    border-radius: 6px;
    color: #f7ffa0;
  }
  .slicknav_btn {
    background-color: #393a52;
    padding: 9px 10px;
    display: block;
    margin: 0 auto;
    width: 39px;
    float: none;
  }
  .slicknav_menu .slicknav_no-text {
    float: none;
  }
  .hero-section {
    background-position: top left 10%;
  }
  .hero-content h2 {
    font-size: 45px;
  }

  .map-warp {
    position: relative;
    height: 500px;
    width: 100%;
  }
  .contact-box {
    padding: 135px 0 160px;
    max-width: 650px;
    margin: 0 auto;
  }
  .course-item {
    margin-bottom: 40px;
  }
  .about-text {
    padding-top: 50px;
  }
  .appointment-img {
    text-align: center;
    margin-bottom: 50px;
  }
  .appointment-text h2 {
    font-size: 30px;
    letter-spacing: 5px;
  }
  .site-tab-nav.nav.nav-tabs {
    margin-bottom: 40px;
    overflow: hidden;
  }
  .site-tab-nav.nav.nav-tabs .nav-link {
    padding: 41px 25px;
  }
  .site-tab-nav.nav.nav-tabs .nav-item {
    float: left;
    width: 50%;
  }
  .feature-tab-section .feature-icon {
    display: none;
  }
  .pricing-plan {
    margin-bottom: 50px;
  }
  .sidebar {
    padding-top: 80px;
  }
  .map-section {
    padding-top: 0;
  }
  .map-section iframe {
    position: relative;
    height: 600px;
    margin-bottom: 50px;
  }
  .milestone {
    margin-bottom: 40px;
  }
  .accordion-area {
    margin-bottom: 50px;
  }
}

/* Small Mobile :320px. */

@media only screen and (max-width: 479px) {
  .timetable-box {
    padding: 70px 30px 90px;
  }
  .timetable-box ul li span {
    width: 100px;
  }
  .page-info-section h2 {
    font-size: 60px;
  }
  .site-tab-nav.nav.nav-tabs .nav-item {
    float: none;
    width: 100%;
  }
}
 
 
/* .slider {
    width: 100%;
    overflow: hidden;
}

.slide {
    width: 100%;
    display: none;
    padding: 20px;
}

.slide p {
    font-size: 24px;
    margin: 0;
}

/* Optional: Add styles for navigation buttons 
#prev, #next {
    background-color: #333;
    color: #fff;
    padding: 10px 20px;
    border: none;
    margin: 5px;
    cursor: pointer;
} */


.owl-carousel .item {
  padding: 20px;
}

.owl-carousel .item p {
  font-size: 24px;
  margin: 0;
}

#prev, #next {
  background-color: #bb9b49;
  color: #503C3C;
  padding: 10px 20px;
  border: none;
  margin: 5px;
  cursor: pointer;
}
#prev:hover{
  color: #bb9b49;
  background-color: #503C3C;

}
#next:hover{
	 color: #bb9b49;
  background-color: #503C3C;
}

.owl-dots, .owl-nav { 
  text-align: center;
  padding: 1rem;
}

.owl-dot, .owl-nav .owl-prev, .owl-nav .owl-next { 
  display: inline-block; 
  margin: 5px;
}
.custom-div {
  font-size: 1.5rem;
  text-align: center !important;
}

@media (max-width: 768px) {
  .custom-div {
    font-size: 1rem;
  }
}

/* Text Shadow and Color for the Div */
.custom-div {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  color: #333;
}

/* Text Alignment and Line Height for the Div */
.custom-div {
  text-align: center;
  line-height: 1.5;
  padding: 25px;
}

  /* Text Shadow and Color for the Div */
.customDiv h2 {

  font-weight: bold;
  margin: 1rem auto;
  position: relative;
  display: inline-block;
  padding: .5rem 1rem;
}

.customDiv h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-90%);
  width: 50%;
  height: 6px;
  /* background: linear-gradient(to right, #7364b0 0%, #ffb8e7 100%); */
  background: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(218, 165, 32, 0.5) 100%)
}

.customDiv p {
  font-size: 24px;
  font-weight: 600;
  /* color: #555; */
}






/* Aris CSS */
.navbar-brand {
  /* Logo Brand Styling */
}

.navbar-nav li {
  /* Remove if you want default Bootstrap 4 styles for navbar links */
  margin-right: 40px; /* Space between menu items */
}

.navbar-nav li a {
  font-size: 25px; /* Adjust link size */
  color: #000000; /* Link color */
  transition: color 0.3s ease; /* Smooth transition for hover effect */
}

.navbar-nav li a:hover {
  /* color: #a2e368 !important; Hover color */
  color: #bb9b49 !important;
}

.navbar-nav .nav-item.active .nav-link {
  /* color: #a2e368 !important; Active link color */
  color:#bb9b49 !important;
}

/* Style adjustments for navbar-toggler (burger icon) */
.navbar-toggler {
  /* border-color: #a2e368; */
  border-color:#fff;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23a2e368' stroke-width='2' stroke-linecap='round' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); /* Example burger icon color */
}

/* Ensuring logo and nav menu are aligned correctly on larger screens */
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-item {
    display: inline-flex; /* Align nav items inline on large screens */
  }
  
}
@media only screen and (max-width: 992px) {
  .navbar-collapse.collapsing,
  .navbar-collapse.show {
    background-color: rgba(255, 255, 255, 0.8) !important; /* Semi-transparent white backdrop */
  }

  .navbar-nav {
    text-align: center; /* Center links when collapsed */
  }
}

/* Custom styling for the active pseudo-element indicator */
.navbar-nav .nav-item.active .nav-link::after {
  content: "";
  display: inline-block !important;
  margin: auto 10px !important;
  height: 11px !important;
  width: 11px !important;
  /* background: #a6ed9b !important; */
  background: #ffffff !important;
  border-radius: 50% !important;
}


.dropdown-item.active, .dropdown-item:active {
  /* background: #a6ed9b !important; */
  background:#999 !important;
}


.thetaUl{
  padding:1rem;
  list-style-type: none; /* Remove default bullets */
}

.thetaUl li {
  /* list-style-image: url('../img/testimonial-img-icon.png'); Replace with your image path */

  display: flex;
  flex-direction: column;
  background-image: url('../img/testimonial-img-icon.png'); /* Replace with your image path */
  background-repeat: no-repeat;
  background-position: 0 50%; /* Adjust as needed */
  padding:.5rem 2.5rem; /* Adjust depending on the size of your image */
  margin-bottom: 5px; /* Adjust space between list items */
}

.quote-area {
  display: flex;
  justify-content: center;
   text-align: center;
}

.quote-area i {
  font-size: 15px;
  
}

.quote-area i:first-child {
  margin: 3px 25px 0 0;
}

.quote-area i:last-child {
  display: flex;
  margin: 0 0 3em -3em;
  align-items: flex-end;
 
}
@media screen and (max-width: 767px){
.quote-area i:last-child{
	margin: 0 0 30px 0;
}
}

.quote-area .quote {
  font-size: 22px;
  text-align: center;
  word-break: break-all;
  padding: 1rem;
  color: #555;
  font-family: 'Montserrat' ,sans-serif;
}

.contact-form input , .contact-form textarea{
  border: 1px solid #ccc;
}







.custom-hero-section .owl-stage{
  display: flex !important;
}

.custom-hero-section .owl-stage .owl-item{
  display: flex;
  flex-direction: column;
}

.custom-hero-carousel .custom-carousel-item {
  background-size: cover;
  background-position: center;
  height: 700px;
  position: relative;
}

.custom-hero-carousel .custom-hero-content {
  position: absolute;
  bottom: 120px;
  left: 120px;
  color: white;
  background:rgba(255,255,255,0.3);
  z-index: 2;
  border:2px solid #fff;
  margin: 1rem;
}

.custom-hero-carousel .custom-carousel-item::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
  z-index: 1; 
}



.custom-hero-carousel .custom-hero-content h2 {
  color:#fff !important;
  font-size:42px;
  padding:1rem !important;
  margin: auto;
}

@media screen and (max-width: 576px) {
  .custom-hero-carousel .custom-hero-content {
    bottom: 60px !important;
    left: 60px !important;
  }

  .custom-hero-carousel .custom-hero-content h2 {
    font-size: 24px !important;
  }
}

@media screen and (max-width: 768px) {
  .custom-hero-carousel .custom-hero-content {
    bottom: 80px !important;
    left: 80px !important;
  }
  .custom-hero-carousel .custom-hero-content h2 {
    font-size: 30px !important;
  }
}

@media screen and (max-width: 992px) {
  .custom-hero-carousel .custom-hero-content {
    bottom: 100px !important;
    left: 100px !important;
  }
  .custom-hero-carousel .custom-hero-content h2 {
    font-size: 36px !important;
  }
}

@media screen and (max-width: 1200px) {
  .custom-hero-carousel .custom-hero-content {
    bottom: 120px !important;
    left: 120px !important;
  }
  .custom-hero-carousel .custom-hero-content h2 {
    font-size: 40px !important;
  }
}

.custom-hero-carousel .custom-hero-content p {

}


.navbar-collapse.collapsing, .navbar-collapse.show {
  background-color: #343a40 !important;
}




.owl-dot {
  background: #e0e0e0 !important;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  transform: scale(1);
  border: 3px solid #808080 !important;
}

.owl-dot.active {
  transform: scale(1.2);
  border:3px solid #343a40 !important;
}


.owl-dot:hover{
  transform: scale(1.2);
}
 .-wrapper {
            position: -webkit-sticky; /* For Safari */
            position: sticky;
            bottom: 20px; /* Adjust this value to change the distance from the bottom */
            right: 20px; /* Adjust this value to change the distance from the right */
            z-index: 9999; /* Ensure it stays on top of other content */
        }

	.btn-linkedin {
	  background: #0E76A8;
	  border-radius: 0;
	  color: #fff;
	  border-width: 1px;
	  border-style: solid;
	  border-color: #084461;
	}
	.btn-linkedin:link, .btn-linkedin:visited {
	  color: #fff;
	}
	.btn-linkedin:active, .btn-linkedin:hover {
	  background: #084461;
	  color: #fff;
	}