/*-----------------    Default Css By Amit Silori   ----------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Lora&display=swap');



* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-display: auto;
  font-display: block;
  font-display: swap;
  font-display: fallback;
  font-display: optional;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

body {
  margin: 0;
  font-weight: 400;
  overflow-x: hidden;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  color: #222;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

article {
  overflow: hidden;
}

body a {
  transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
  font-family: 'Poppins', sans-serif;
  color: #222;
}

/* CSS TOP MARGINS * -------------------------- */

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: #000;
  font-family: 'Crimson Pro', serif;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 26px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 15px;
}

p {
  font-weight: 400;
  color: #222;
  font-size: 16px;
  line-height: 24px;
  margin: 0px 0 0 0;
  color: 666;
  font-family: 'Poppins', sans-serif;
}

em {
  font-family: 'Lora', serif;
}

p a {
  color: #222;
}

b.normal {
  font-weight: 400;
}

ul,
label {
  margin: 0;
  padding: 0;
}

body a:hover {
  text-decoration: none;
}

html input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
select {
  border-radius: 10px;
  height: 42px;
  padding: 0 10px;
  box-sizing: border-box;
  width: 100%;
  color: #777;
  border: 1px solid #ddd;
  font-size: 13px;
  background: #fff;
}

html select {
  padding: 0 11px;
  font-size: 13px;
}

html select option {
  font-size: 14px;
  font-weight: 300;
}

html textarea {
  padding: 10px 10px;
  box-sizing: border-box;
  width: 100%;
  color: #999;
  border: 1px solid #ddd;
  border-radius: 0px;
  font-size: 15px;
}

html button,
html input[type="button"] {
  color: #fff;
  display: inline-block;
  padding: 13px 20px;
  text-transform: uppercase;
  font-size: 16px;
  border-radius: 2px;
  border: none;
  font-weight: 600;
  height: 50px;
}

html button:hover,
html input[type="button"]:hover {
  color: #fff;
}

html input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  outline: 0;
}

.form-control {
  font-size: 13px;
  height: 42px;
  border-radius: 10px;
  margin-bottom: 10px;
}

textarea.form-control {
  height: 120px;
  border-radius: 10px;
}

.btn {
  font-size: 15px;
  padding: 10px 22px;
  font-weight: 400;
  border-width: 2px;
  border-radius: 30px;
  line-height: normal;
  font-weight: 400;
}

.btn-primary {
  color: #fff;
  background-color: #f48c1a;
  border-color: #f48c1a;
}

.btn-primary:hover,
.btn-primary:focus {
  color: #fff;
  background-color: #222;
  border-color: #222;
}

.btn-primary2 {
  color: #044871;
  background-color: transparent;
  border-color: #044871;
}

.btn-primary2:hover,
.btn-primary2:focus {
  color: #fff;
  background-color: #044871;
  border-color: #044871;
}

.btn-primary-outline {
  color: #fff;
  background-color: transparent;
  border-color: #0048a8;
}

.btn-primary-outline:hover,
.btn-primary-outline:focus {
  color: #fff;
  background-color: #333;
  border-color: #333;
}

.btn-primary:focus,
.btn-primary:focus {
  color: #fff;
  background-color: #333;
  border-color: #333;
}

.btn-primary.focus,
.btn-primary:focus {
  box-shadow: none;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

/*--HeaderS ection--*/
.container {
  padding: 0px;
}

/*--nav Section--*/
.img-fluid {
  width: 100%;
}

/*--General CSS--*/
.section {
  padding: 4em 0;
}

.title {
  font-size: 45px;
  line-height: 60px;
  color: #000;
  font-weight: 400;
  font-family: 'Crimson Pro', serif;
  margin: 0 0 20px 0;
  font-family: 'Lora', serif;
  font-weight: 900;
  color: #ff6a00;
}

.title.white {
  color: #222;
}

p.sub-title {
  color: #222;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 5px 0;
}

hr {
  width: 100px;
  margin: 1em 0px;
  background: #e182a8;
  height: 3px !important;
  opacity: 1;
}

hr.hr-center {
  width: 100px;
  margin: 1em auto;
  height: 3px;
}

img.hr {
  padding: 20px 0;
}

ul.navbar-nav li.nav-item.dropdown {
  transition: .5s all;
}

ul.navbar-nav li.nav-item.dropdown:hover .dropdown-menu {
  display: block;
  padding: 0px;
  border-top: 5px solid #f48c1a;
}

.navbar-brand {
  width: 10%;
  background: #fff;
  padding: 0px 8px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.back-gry {
  background: #f7f7f7;
}

.slider_cstm button {
  width: 1.75em !important;
  height: 1.75em !important;
  opacity: 1;
  background-color: #ff6a00;
  color: #fff;
  top: 50%;
  padding: 10px;

}

.carousel-indicators {
  opacity: 0;
}

.deep_practice button {
  width: 50px;
  height: 50px;
  background: #fff;
  box-shadow: 5px 5px 10px rgba(226, 230, 240, 0.5);
  border-radius: 50%;
  z-index: 9;
  opacity: 1;
  color: #ff6a00;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 900;
  transition: all 0.3s;
}

.deep_practice button:hover {
  opacity: 1;
  background-color: #ff6a00;
}

.deep_practice button:focus {
  opacity: 1;
  background-color: #ff6a00;
}

.deep_practice .carousel-indicators {
  opacity: 0;
}

.deep_practice button.carousel-control-prev {
  left: -25px;
}

.deep_practice button.carousel-control-next {
  right: -25px;
}

.panel,
.flip {
  padding: 5px;
  text-align: center;
  background-color: #e5eecc;
  border: solid 1px #c3c3c3;
}

.panel {
  padding: 50px;
  display: none;
}

.faq_section .faq_box {
  background-color: #ff6a00af;
  padding: 2rem 2rem;
}

.faq_section .faq_box i {
  transition: all 0.3s;
}

.faq_section .faq_box .main i {
  transform: rotate(45deg);
}

.faq_section .slidedown_body {
  background-color: rgb(245, 232, 211);
  padding: 30px;
}

.slidedown_head {
  background-color: #fff;
  padding: 10px 20px;
  margin-top: 10px;
  color: #ff6a00;
}

.read_more {
  background-color: #222;
  color: #fff;
  transition: all 0.3s;
}

.read_more:hover {
  background-color: #fff;
  color: #000;
}

.teachers_section .tech_bg {
  background-image: url("../images/parallax-bg.jpg");
  padding: 6rem 0px;
  position: relative;
  background-position: center 18%;
}

.teachers_section .tech_bg::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #000000ca;
}

.teachers_section .floating_box {
  position: relative;
  z-index: 50;
  margin-top: -100px
}

.teachers_section .tech_bg .text_box {
  position: relative;
  z-index: 10;
  padding: 3rem 0px;
}

.teachers_section .teachers .description_box {
  padding: 2rem 1rem;
  text-align: center;
}

.teachers_section .teachers {
  box-shadow: 0 0 31px -5px rgba(0, 0, 0, .14) !important;
  transition: all 0.4s;
}

.teachers_section .teachers h2 {
  font-weight: 600;
  color: #212529;
  font-family: 'Poppins', sans-serif;
  font-size: 1.5rem;
  transition: ease 0.3s;
}

.teachers_section .teachers:hover {
  transform: scale(1.1);
}

.teachers_section .teachers:hover h2 {
  color: #ff6a00;
}

.teachers_section .teachers:hover .view_more i {
  transform: translateX(10px);
}

.teachers_section .teachers .tags {
  color: #969696;
  letter-spacing: 2.2px;
  line-height: 2rem;
  font-size: 15px !important;
}

.teachers_section .teachers p {
  font-size: 14px;
}

.teachers_section .teachers .view_more i {
  transition: all 0.3s;
}

.teachers_section .view_more {
  color: #ff6a00;
}

.pattern-bg {
  background-image: url(../images/chakrabg.png) !important;
  background-repeat: repeat !important;
  background-size: auto !important;
  background-color: #ffefe2 !important;
}

/*-- end General CSS--*/

/*-----------------   End Default Css By Amit Silori   ----------------------------------*/


/*start header section css*/
.top-header {
  background: #fff;
  transition: .5s all;
  padding: 0;
}

.left-header {
  float: left;
}

.right-header {
  float: right;
}

.right-header span a {
  color: #000;
  padding: 12px 20px;
  display: inline-block;
}

.right-header span.link-two a {
  background: red;
  color: #fff;
  background: #00aeb8;
}

.top-header .call {
  padding: 12px 20px;
  border-right: 1px solid #aaa;
}

.top-header span {
  display: inline-block;
  color: #000;
  font-size: 12px;
}

.top-header span i {
  margin-right: 5px;
  color: #00aeb8;
}

.vision_mission i {
  color: #ff6a00;
  border-radius: 50%;
  padding: 5px;
  border: 1px solid #ff6a00;
  font-size: 10px;
  transition: all 0.3s;
}

.alliance_section .certificate img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  transition: all 0.5s;
}

.alliance_section .certificate:hover img {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  transform: translateY(-10px);
}

.border_bars {
  border-left: 1px solid #cdcdcd;
  border-right: 1px solid #cdcdcd;
}

.techer_section .teacher_profile .teacher_img img {
  border-radius: 50%;
  transition: all 0.3s;
}

.techer_section .teacher_profile .teacher_img {
  width: 200px;
  overflow: hidden;
  height: 200px;
  object-fit: cover;
  border-radius: 50%;
  margin: 5px auto auto;
  z-index: 9;
  box-shadow: 0 0 8px 0 #828282;
  transition: .3s;
  padding: 5px;
}

.b-bar b {
  color: #ff6a00;
}

.faq_design .slidedown_body ul {
  list-style-type: none;
  line-height: 35px;
}

.read-more.white {
  background-color: #fff;
  color: #222;
}

.read-more.white:hover {
  background-color: #222;
}

.icon_hover {
  transition: all 0.7s;
}

.icon_hover:hover {
  transform: scale(0.9);
}

.course_shadule.icon_hover {
  background-color: #ffefe2 !important;
}

.btn-primary.white:hover {
  background-color: #fff;
  color: #000;
}

.course_shadule.icon_hover ul li {
  color: #222;
}

.course_shadule.icon_hover h2 {
  color: #222;
}

.course_shadule.icon_hover h2::after {
  background-color: #222;
}

.icon_hover ul li {
  transition: all 0.4s;
}

.icon_hover ul li i {
  transition: all 0.4s;
}

.icon_hover ul li:hover {
  transform: translateX(10px);
}

.icon_hover ul li:hover i {
  transform: rotate(90deg);
}

.read-more.whites:hover {
  background-color: #fff;
  color: #ff6a00;
}

.faq_design .slidedown_body b {
  color: #000;
}

.faq_design .slidedown_body i {
  color: #ff6a00;
}

.read-more {
  background-color: #ff6a00;
  padding: 6px 20px !important;
  border-radius: 20px;
  font-size: 10px;
  height: auto !important;
  margin-top: 10px;
  transition: all 0.4s;
  font-weight: 500;
  color: #fff;
}

.read-more:hover {
  background-color: #1c1c1c;
  color: #fff;
}

.read-more.dark {
  background-color: #222;
  color: #fff;
}

.read-more.dark:hover {
  background-color: #ff6a00;
  color: #fff;
}

.know_more {
  background-color: #ff6a00;
  padding: 4px 40px !important;
  border-radius: 20px;
  font-size: 10px;
  height: auto !important;
  margin-top: 10px;
  transition: all 0.4s;
  color: #fff;
  font-weight: 600;
}

.know_more:hover {
  background-color: #222;
  color: #fff;
}

.techer_section .teacher_profile:hover img {
  transform: scale(1.2);
}

.techer_section .teacher_profile .teacher_desc .team-position {
  color: #ff6a00;
}

.techer_section .teacher_profile .teacher_desc .team-name {
  color: #222;
  font-weight: 600;
}

.vision_mission p {
  color: #222;
  line-height: normal !important;
  font-size: 14px;
  margin-bottom: 10px;
}

.vision_mission p:hover i {
  background-color: #ff6a00;
  color: #fff;
}

.header-start {
  transition: .5s all;
  /* position: absolute; */
  z-index: 999;
  left: 0px;
  width: 100%;
  background: #fff;
}

.header-start .navbar {
  padding: 0px;
}

.header-start .navbar-light .navbar-nav .nav-link {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  padding: 30px 20px;
}

.header-start .navbar-light .navbar-nav .nav-link:hover {
  color: #F48C1A;
}

.header-start.darkHeader {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 999999;
  transition: .5s all;
}

.om i {
  text-align: center;
  color: #ff6a00;
  font-size: 24px;
  margin-bottom: 10px;
  border-radius: 50%;
  border: 2px dashed #ff6a00;
  padding: 10px;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  transition: all 0.3s;
}

.course_box {
  box-shadow: 0px 0px 14px rgb(198, 198, 198);
  border-radius: 2px;
  overflow: hidden;
  position: relative;
  background-color: #fff;
}

.course_box h2 {
  font-family: 'Lora', serif;
  font-weight: 700;
  margin-bottom: 10px;
  color: #ff6a00;
}

.course_box .course_details .view_box i {
  position: absolute;
  top: -25px;
  right: 10px;
  border-radius: 50%;
  padding: 1rem;
  color: #fff !important;
  background-color: #ff6a00;
  border: 3px solid #fff;
  transition: all 0.3s;
}

.course_box:hover .course_details .view_box i {
  background-color: #222;
}

.course_box:hover .strip_bar {
  background-color: #222;
}

.course_box .course_details .view_box i:hover {
  background-color: #222;
}

.course_box .course_details {
  padding: 25px 10px 20px;
  position: relative;
}

.course_box .course_details i {
  color: #ff6a00;
}

.course_box img {
  transition: all 0.4s;
}

.course_box:hover img {
  transform: scale(1.3);
}

.course_box .course_img {
  overflow: hidden;
}

.course_box .course_details p {
  font-size: 13px !important;
}

.strip_bar {
  background-color: #ff6a00;
  color: #fff;
  font-size: 11px;
  position: absolute;
  top: 35px;
  left: -50px;
  width: 200px;
  text-align: center;
  padding: 3px 10px;
  transform: rotateZ(-45deg);
  transition: all 0.3s;
}

.strip_bar:hover {
  background-color: #222;
}

.navigation-wrap.scroll-on {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  box-shadow: 0 0.125rem 1.75rem 0 rgba(0, 0, 0, 0.10) !important;
  transition: all 0.1s ease-in-out 0s;
}

.header-start.darkHeader .top-header {
  display: none;
  transition: .5s all;
}

ul.navbar-nav li.nav-item.dropdown .dropdown-menu li a.dropdown-item {
  font-size: 13px;
  padding: 10px 15px;
  border-bottom: 1px solid #ddd;
}

ul.navbar-nav li.nav-item.dropdown .dropdown-menu li:hover a.dropdown-item {
  color: #f48c1a;
  background: #f8f9fa;
}

.header-start.darkHeader {
  background: #fff;
}

.header-start .navbar-light .navbar-nav .nav-link.last-link {
  background: #F48C1A;
  color: #fff;
  border-radius: 30px;
  box-shadow: 0rem 0rem 0.8rem rgba(0, 0, 0, 0.17);
  padding: 7px 20px;
  font-size: 14px;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  transition: all 0.3s;
}

@keyframes pulse {
  50% {
    box-shadow: 0 0 0 0 rgba(255, 123, 21, 0.796);
    scale: 0.9;
  }

  80% {
    box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    scale: 1;
  }

}

.header-start .navbar-light .navbar-nav .nav-link.last-link:hover {
  background: #222;
}


.carousel-indicators [data-bs-target] {
  width: 13px;
  height: 13px;
  border-radius: 50%;
}

/*end header css*/
.top_header {
  padding: 6px 0px;
  border-bottom: 1px solid #dfd6d6;
  background: #f48c1a;
  color: #fff;
  font-size: 14px;
}

.top_header i,
.top_header span a {
  cursor: pointer;
  color: #fff;
}

.top_header span a,
.top_header span a:focus {
  color: #fff;
}

.top_header .social_icons i {
  transition: all 0.4s;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 13px;
}

.top_header .social_icons .fb:hover {
  background-color: #3b5a9a;
}

.top_header .social_icons .insta:hover {
  background-color: #7c4a3a;
}

.top_header .social_icons .twitter:hover {
  background-color: #1aa9e1;
}

.top_header .social_icons .yt:hover {
  background-color: #ff0000;
}

.top_header .social_icons .pin:hover {
  background-color: #c62026;
}

.top_header .social_icons .link:hover {
  background-color: #4c6ef5;
}

.top_header .social_icons .wapp:hover {
  background-color: #0bb365;
}

.top_header .contact_details i {
  font-size: 15px;
  color: #fff;
}

.main-banner .carousel-control-prev {
  left: -50px;
  top: 45%;
}

.main-banner .carousel-control-next {
  right: -50px;
  top: 45%;
}

.main-banner-overlay {
  background: rgba(0, 0, 0, .5);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.main-banner .carousel-caption {
  text-align: center !important;
  z-index: 10;
  position: absolute;
  right: 10%;
  bottom: 32%;
  left: 10%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: left;
}

.main-banner .carousel-caption .heading {
  font-size: 50px;
  color: #fff;
  font-family: 'Crimson Pro', serif;
  font-weight: 700;
  line-height: 56px;
  margin-bottom: 20px;
  text-shadow: 2px 2px 2px #000;
}

.float-card {
  position: fixed;
  right: 0px;
  top: 50%;
  background-color: #fff;
  padding: 20px;
  z-index: 99999999;
  width: 200px;
  box-shadow: 0rem 0rem 0.8rem rgba(0, 0, 0, 0.17);
  text-align: center;
}

.float-card .hd {
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  font-weight: 900;
  color: #ff6a00;
  margin-bottom: 10px;
}

.float-card .contact-details {
  position: relative;
}

.float-card .contact-details .fa-phone-volume {
  color: #222;
  font-size: 14px;
  transition: all 0.3s;
  animation: incoming ease-in-out 2s infinite;
}

@keyframes incoming {
  0% {
    transform: rotate(-10deg) scale(0.9);
    color: #ff6a00;
  }

  50% {
    transform: rotate(10deg) scale(1);
    color: #ff6a00;
  }

  100% {
    color: #ff6a00;
    transform: rotate(-10deg) scale(0.9);
  }
}

body,
html {
  width: 100vw;
  overflow-x: hidden;
}

.float-card .close-btn {
  position: absolute;
  top: -30px;
  left: -30px;
  background: #222;
  padding: 5px;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
}

.float-card p {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.main-banner .carousel-caption p {
  font-size: 20px;
  color: #fff;
  margin: 15px 0;
  text-shadow: 2px 2px 2px #000
}

.banner-overlay {
  background-color: transparent;
  background-image: linear-gradient(180deg, #f48c1a 50%, #fff 100%);
  opacity: .2;
  /* mix-blend-mode: ; */
  transition: background .3s, border-radius .3s, opacity .3s;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

/*end banner css */

/*start about section css*/
.about p {
  text-align: justify;
}

.rys-img span {
  display: inline-block;
  width: 25%;
  margin: 0 5px;
}

.rys-img {
  width: 39%;
  margin: 0 auto;
  margin-top: 30px;
}

.rys-box {
  padding: 3em;
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, .15);
  position: relative;
  overflow: hidden;
}

.rys-box:before {
  position: absolute;
  top: 0px;
  left: 0px;
  content: '';
  height: 30%;
  width: 10%;
  border-left: 5px solid #f26520;
  border-top: 5px solid #f26520
}

.rys-box:after {
  position: absolute;
  bottom: 0px;
  right: 0px;
  content: '';
  height: 30%;
  width: 10%;
  border-right: 5px solid #f26520;
  border-bottom: 5px solid #f26520
}

.rys-logo {
  background: url(../img/ya-bg.jpg) fixed no-repeat center;
  background-size: cover;
  position: relative;
}

.rys-logo:before {
  content: '';
  background: #1a1c1c;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  opacity: .5
}

.rys-box .chakra-img {
  position: absolute;
  bottom: -80px;
  left: -70px;
  width: 22%;
  opacity: .5;
  animation: spin 9s infinite linear;
  -webkit-animation: spin 9s infinite linear;
  -moz-animation: spin 9s infinite linear;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

/*end home about */

/*start home course css*/
.home-course-left-inner {
  position: relative;
  overflow: hidden;
}

.home-course-text {
  position: absolute;
  z-index: 9;
  top: 26%;
  left: 10%;
  text-align: justify;
  padding: 3em;
}

.home-course-text h3 {
  font-size: 30px;
  color: #fff;
  margin: 12px 0;
  font-weight: 600;
}

.home-course-text p {
  color: #fff;
}

.home-course-box {
  margin-top: 40px;
}

.home-course-box p {
  font-size: 13px;
  line-height: 18px;
}

img.dd {
  transform: rotateY(180deg);
}

.home-course-box b span {
  color: #ff6a00;
}

.home-course-box img {
  transition: all 0.7s;
}

.home-course-box:hover img {
  transform: translateY(-10px);
}

.home-course-box b {
  display: block;
  margin: 8px 0;
  color: #222;
}

.home-course-right {
  padding: 0em 5em 3em 3em;
  margin-top: 40px;
}

.course-date .home-course-text {
  text-align: right;
}

.home-course-right .table-list ul li {
  padding: 18px 0;
  font-size: 14px;
  display: inline-block;
  width: 24%;
  vertical-align: middle;
}

.why-yoga {
  position: relative;
}


.why-box {
  padding: 2em 1rem;
  background: #fff;
  border: 1px solid #ddd;
  margin-top: 50px;
  position: relative;
  border-radius: 12px;
  transition: .5s all;
  background: #2222;
}

.why-box:hover {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, .16);
  scale: 0.9;
}

.why-box b {
  display: block;
  font-size: 60px;
  color: #ff6a00;
  font-weight: 700;
  font-weight: bold;
  line-height: 60px;
}

.why-box strong {
  display: block;
  color: #ff6a00;
  margin: 0 0 10px 0;
  font-size: 17px;
  font-weight: 400;
}

.why-yoga .why-box p {
  font-size: 14px;
  line-height: 20px;
  color: #000;
}

.why-yoga {
  background: url(../img/main4.png) no-repeat fixed;
  background-size: cover;
  position: relative;
  overflow: hidden;
}



.why-yoga:before {
  content: '';
  background: #000000;
  opacity: .8;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.why-yoga .title,
.why-yoga p {
  position: relative;
  color: #fff;
}

.arrow_btn {
  opacity: 1;
}

.arrow_btn .arrows {
  width: 50px;
  height: 50px;
  background: #fff;
  box-shadow: 5px 5px 10px rgba(226, 230, 240, 0.5);
  border-radius: 50%;
  z-index: 9;
  opacity: 1;
  color: #ff6a00;
  font-weight: 900;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}

.arrow_btn .arrows:hover {
  background-color: #222;
}

.we-offer .col-md-2 {
  max-width: 19.66%;
  width: 19.66%;
  flex: 19.66%;
}

.ytt_section {
  padding: 2rem 0px 3rem;
  background-color: #f3f3f3;
}


.offer-box {
  margin-top: 50px;
  position: relative;
  background: #fff;
  padding: 20px 10px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: all 0.4s;
  /* border: 1px dashed #ff6a00; */
  box-shadow: 0rem 0rem 0.8rem rgba(0, 0, 0, 0.15);
}

.index_modal {
  z-index: 9000000;
}

.index_modal .modal-body {
  position: relative;
  z-index: 100000;
}



.offer-box:hover {
  transform: translateY(-15px);
  background-color: #ff6a00;
}

.offer-box:hover strong {
  color: #fff;
}

.offer-box:hover i {
  transform: scale(1.1);
  color: #fff;
}

.offer-box i {
  font-size: 30px;
  transition: all 0.4s;
  color: #ff6a00;
}

.close_btn_modal {
  background-color: #000;
  color: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
  position: absolute;
  right: -12px;
  top: -14px;
}

.close_btn_modal i {
  color: #fff;
  font-size: 14px;
}

.offer-box::after {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  transform: scale(1.04);
  height: 100%;
  width: 100%;
  content: '';
}

.offer-box strong {
  display: block;
  font-weight: 400;
  font-size: 16px;
  color: #222;
  position: relative;
  margin-top: 15px;
  transition: all 0.4s;
}

.testimonials em span {
  color: #ff6a00;
}

.testimonials {
  background: #ffefe2;
}

.testimonials p.sub-title {
  color: #222;
}

.review-box {
  text-align: left;
  padding: 4em 2em 2em 0;
}

.review-box span i {
  color: #ff6a00;
}

.review-box h4 {
  font-size: 28px;
  margin-bottom: 15px;
}

.review-box p {
  margin-top: 10px;
  margin-bottom: 20px;
}

.review-box b {
  display: block;
  text-transform: uppercase;
}

.testimonials .owl-carousel .owl-nav {
  position: absolute;
  width: 100%;
  left: 0px;
}

.testimonials .owl-carousel .owl-nav .owl-next,
.testimonials .owl-carousel .owl-nav .owl-prev {
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  padding: 0px;
  background: #fff;
  color: #222;
  margin: 0 5px;
}

.testimonials-img {
  width: 60%;
  margin: 0 auto;
}


.bank-details p {
  padding: 10px 0;
  border-bottom: 1px dashed #aaa;
}

.contat-form {
  padding: 3em;
  background: #00aeb8;
}

.bank-details {
  padding: 4em 2em 4em 5em;
}

.quick {
  background: #f7f7f7;
}

.contat-form form {
  background: #fff;
  padding: 3em;
  box-shadow: 0 0px 12px rgba(0, 0, 0, 0.5);
}

.home-blog-text p {
  text-align: justify;
}

.main-footer {
  background: #fff;
}

.footer-box {
  padding: 0 20px
}

.footer-box ul li,
.footer-box a,
.footer-box p,
.footer-box i {
  color: #535353;
  list-style: none;
  font-size: 14px;
}

.style .title span {
  color: #ff6a00;
}

.style p {
  position: relative;
  z-index: 10;
}

.footer-box ul li a {
  padding: 8px 0;
  display: block;
  width: 100%;
  border-bottom: 1px dashed #aaa;
  transition: .5s all;
}

.footer-box h6 {
  font-size: 22px;
  color: #ff6a00;
  margin-bottom: 12px;
}

.footer-box ul li a i {
  margin-right: 5px;
}

.footer-box ul li a:hover i {
  color: #ff6a00;
}

.footer-box ul li a:hover {
  color: #ff6a00
}

.footer-box p {
  text-align: justify;
  line-height: 20px;
  margin-bottom: 10px;
}

.footer-box p b {
  display: block;
  color: #ff6a00;
  font-weight: 400;
}

.footer-social a i {
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  margin: 1px;
  font-size: 12px;
  color: #fff;
}

.footer-social .fa-facebook-f {
  background: #1a4790;
}

.footer-social .fa-twitter {
  background: #1c9deb
}

.footer-social .fa-whatsapp {
  background: #0bb365;
}

.footer-social .fa-linkedin-in {
  background: #4c6ef5;
}

.footer-social .fa-instagram {
  background: linear-gradient(10deg, #efa513, #9007dc);
}

.footer-social .fa-pinterest-p {
  background: #c62026;
}

.footer-social .fa-youtube {
  background: #ac1419;
}

.copy-footer {
  padding: 20px 0;
  border-top: 1px solid #eee;
  text-align: center;
  font-size: 12px;
  background: #ff6a00;
}

.copy-footer p {
  color: #fff;
  font-size: 12px;
}

.copy-footer p a {
  color: #fff;
}

/*end footer css*/


/*start inner banner css*/
.inner-banner {
  padding: 14em 0 22em 0;
  position: relative;
  background: url(../images/inner-banner.jpg) no-repeat;
  background-size: cover
}

.inner-banner.online-inner {
  position: relative;
  background: url(../images/online-inner.jpg) no-repeat bottom;
  background-size: cover
}

.inner-banner.about-inner {
  position: relative;
  background: url(../images/about-inner.jpg) no-repeat center;
  background-size: cover
}

.inner-banner.retreat-inner {
  position: relative;
  background: url(../images/retreat-inner.jpg) no-repeat center;
  background-size: cover
}

.inner-banner.food-inner {
  position: relative;
  background: url(../images/food-inner.jpg) no-repeat center;
  background-size: cover;
}

.inner-banner.faq-inner {
  position: relative;
  background: url(../images/faq-inner.jpg) no-repeat center;
  background-size: cover;
}

.inner-banner.hour-inner {
  position: relative;
  background: url(../images/100-inner.jpg) no-repeat center;
  background-size: cover;
}

.inner-banner.contact-inner {
  position: relative;
  background: url(../images/contact-inner.jpg) no-repeat center;
  background-size: cover;
}

.inner-banner .about-us {
  position: relative;
  background: url(../images/slide1.jpg) no-repeat center;
  background-size: cover;
}

.about-us {
  background-color: #222;
  padding: 3rem 1rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.inner-overlay {
  background-color: transparent;
  background-image: linear-gradient(180deg, #00f2ff 50%, #fff 100%);
  opacity: .5;
  transition: background .3s, border-radius .3s, opacity .3s;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.inner-banner::after {
  background: url(../images/inner-btm.png) no-repeat;
  background-size: auto;
  background-size: cover;
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0pc;
  width: 100%;
  height: 30%;
  z-index: 99;
}

.inner-banner-text {
  position: relative;
}

.inner-banner-text .title {
  margin-bottom: 10px;
}

.inner-banner-text small {
  color: #fff;
}

.inner-banner-text small a {
  color: #fff;
}

.online-inner .title.white {
  text-shadow: 2px 2px 0px #333;
}

.inner-banner-text .title.white {
  text-shadow: 2px 2px 2px #000;
}

/*END INNER bannerr css*/

/* course page css */
.learn-text {
  padding-left: 2em;
}

.sm-ll {
  font-size: 14px;
  line-height: 20px !important;
}

.c-table.schedule tr:hover {
  color: #ff6a00;
}

.c-table.schedule tr:hover i {
  color: #ff6a00;
}

.learn-text ul li {
  padding: 4px 0;
  list-style: none;
}

.learn-text ul li i {
  color: #ff6a00;
  margin-right: 5px;
}

.learn-img {
  position: relative;
}

.learn-overlay {
  padding: 20px;
  background: #000
}

.learn-overlay {
  position: absolute;
  bottom: 20%;
  right: -40px;
  text-align: left;
  background: #ff6a00;
  padding: 5px;
}

.learn-overlay-inner {
  padding: 10px;
  background: 0 0;
  border: 1px dashed #fff;
}

.learn-overlay-inner p {
  color: #fff;
  float: right;
  font-size: 20px;
  font-weight: 600
}

.learn-overlay-inner p a {
  color: #fff;
}

.learn-overlay-inner p b {
  display: block;
  font-size: 15px;
  font-weight: 400;
}

.learn-overlay-inner span {
  float: left;
  vertical-align: middle;
}

.learn-overlay-inner span i {
  height: 45px;
  width: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 100%;
  background: #fff;
  vertical-align: middle;
  font-size: 22px;
  color: #222;
  margin-right: 15px;
}

.learn-overlay-inner {
  padding: 20px;
}

.course-page-text {
  text-align: justify;
}

.course-page-heading .btn {}

.why-ttc {
  background: #fff;
}

.why-ttc-text {
  box-shadow: 0 30px 40px 0 rgb(0 0 0 / 10%);
  height: 100%;
  border-top: 3px solid #ff6a00;
  height: 100% !important;
}

.why-ttc-text i {
  color: #ff6a00;
}

.why-ttc-text .title {
  position: relative;
}

.why-ttc-text p {
  color: #ff6a00;
  position: relative;
  text-align: center;
}

.why-ttc-text ul li {
  list-style: none;
  padding: 5px;
  position: relative;
}

.why-ttc-text ul li i {
  margin-right: 5px;
}

.why-ttc-text {
  padding: 3em;
  position: relative;
  height: 90%;
}

.why-ttc-text::before {
  position: absolute;
  left: 0px;
  width: 200px;
  height: 200px;
  border: 1px dashed #fff;
  content: '';
  border: 0px;
  border-left: 3px solid #ff6a00;
  bottom: 0px;
  transition: all 0.7s;
}

.why-ttc-text::after {
  position: absolute;
  right: 0px;
  width: 200px;
  height: 200px;
  border: 1px dashed #fff;
  content: '';
  border: 0px;
  border-right: 3px solid #ff6a00;
  bottom: 40%;
  transition: all 0.7s;
}

.why-ttc-text:hover::after {
  height: 50%;
  bottom: 0;
}

.why-ttc-text:hover::before {
  height: 50%;
  bottom: 40%;
}

.start-curryculam .accordion-item .accordion-body ul {
  list-style: none;
}

.start-curryculam .accordion-item .accordion-body ul li i {
  margin-right: 5px;
}

.start-curryculam .accordion-button {
  background: #fff;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  text-transform: capitalize;
  box-shadow: none;
  outline: none;
}

.start-curryculam .accordion-button:hover {
  background: #00aeb8;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  box-shadow: none;
  outline: none;
}

.start-curryculam .accordion-button:not(.collapsed) {
  background: #00aeb8;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  box-shadow: none;
  outline: none;
}

.start-curryculam .accordion-item {
  margin-top: 5px;
  box-shadow: 1px 1.732px 17px 0px rgba(0, 0, 0, 0.1)
}

.start-curryculam .accordion-body {
  text-align: left;
}

.ttc-table table.table thead.table-dark2 {
  background: #00aeb8;
  color: #fff;
}

.ttc-table {
  position: relative;
}

.ttc-table .chakra-img {
  position: absolute;
  top: 20px;
  left: -0px;
  width: 22%;
  opacity: .4;
  animation: spin 9s infinite linear;
  -webkit-animation: spin 9s infinite linear;
  -moz-animation: spin 9s infinite linear;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

.ttc-food-text {
  text-align: justify;
}

.food-gallery img {
  margin-bottom: 20px;
}

.start-include ul li {
  list-style: none;
  display: inline-block;
  width: 100%;
  padding: 8px 0;
}

.start-include ul li i {
  color: #ff6a00;
  margin-right: 5px;
}

.start-include {
  padding: 2em;
  background: #fff;
  border-radius: 15px;
  margin: 20px 0;
  box-shadow: 0 0px 12px rgba(0, 0, 0, 0.5);
}

.start-include .title {
  font-size: 22px;
}

.ttc-video {
  position: relative;
  overflow: hidden;
}

.ttc-video-text {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .6);
  padding-top: 12%;
}

.ttc-video-text i {
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  background: #fff;
  color: #00aeb8;
  font-size: 25px;
  border-radius: 100%;
}

.ttc-video-text p {
  color: #fff;
  margin: 15px 0;
}

.cstm_table tr th {
  background-color: #ff6a00;
  color: #fff;
  border: none;
  border-radius: 0px;
  text-align: center;
}

.booking_btn {
  background-color: #222;
  color: #fff;
  height: auto;
  transition: all 0.4s;
  padding: 5px 15px;
  font-size: 11px;
  border-radius: 20px;
  border: 1px solid #222;
}

.outdoor {
  overflow: hidden;
}

.outdoor img {
  transition: all 0.7s;
}

.outdoor:hover img {
  transform: scale(1.2);
}

.booking_btn:hover {
  background-color: #fff;
  color: #222;
}

.cstm_table tr td {
  background-color: #ffefe2;
  border: none;
  border-radius: 0px;
  text-align: center;
}

.cstm_table tbody tr {
  border-bottom: 1px dashed #dcdcdc;
}

.start-refund {
  padding: 2em;
  background: #ffefe2;
  border-left: 4px solid #f48c1a;
}

.start-refund ul li {
  list-style: none;
  padding: 8px 0;
}

.start-refund h5 {
  color: #00aeb8;
  font-size: 25px;
  margin-bottom: 12px;
}

.start-refund ul li i {
  color: #00aeb8;
  margin-right: 5px;
}

.ttc-other {
  background: url(../img/parallax-bg.jpg) no-repeat fixed;
  position: relative;
  overflow: hidden;
}

.ttc-other:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
}

.ttc-other-start {
  position: relative;
  padding: 2em 0;
}

.ttc-other-start .title,
.ttc-other-start p {
  color: #fff;
}

.fee-table table.table {
  background: #fff;
}

.fee-table table.table thead.table-dark {
  background: #00aeb8;
  --bs-table-bg: #00aeb8;
}

.learn-text p {
  text-align: justify;
}

.online-video {
  padding: 2em;
  background: #fff;
  border: 1px solid #ddd;
}

.online-video p {
  font-size: 16px;
}

.tdr i {
  color: #ff6a00 !important;
}

.tdr ul {
  list-style: none;
}

.tdr p {
  color: #fff;
}

.tdr li {
  color: #fff;
  margin-bottom: 10px;
  font-size: 13px;
}

.video-class .col-md-3 {
  padding: 0px;
  width: 20%;
}

.style {
  background: url(../images/online-bg.jpg) no-repeat center fixed;
  background-size: cover;
  position: relative;
  padding: 3rem 0px;
}

.style:before {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(0, 0, 0, .6);
}

.style .title,
.style ul li,
.style p.sub-title {
  color: #fff;
  position: relative;
}

.style ul li {
  padding: 8px 0;
  list-style: none;
}

.start-choose-online {
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(43, 52, 59, .08);
  background: #00aeb8;
  overflow: hidden;
  margin-top: -15em;
  position: relative;
}

.start-choose-online .col-md-4 {
  padding: 0px;
}

.choose-online-box {
  padding: 3em;
  background: #fff;
  height: 100%;
}

.choose-online-box h4 {
  color: #00aeb8;
  margin-bottom: 20px
}

.choose-online-box ul li {
  list-style: none;
  padding: 5px;
  border-bottom: 1px dashed #ddd;
  font-size: 14px;
}

.choose-online-box ul li i {
  color: #00aeb8;
  margin-right: 5px;
}

.choose-online-box.choose-online-box2 {
  background: transparent;
}

.choose-online-box.choose-online-box2 h4,
.choose-online-box.choose-online-box2 ul li,
.choose-online-box.choose-online-box2 ul li i {
  color: #fff;
}

.choose-online-box-img {
  height: 100%
}

.choose-online-box-img img {
  height: 100%
}

.phone-text {
  padding: 5em 4em;
}

.phone-text p {
  margin-bottom: 15px;
}

.book-box b {
  display: block;
  font-size: 18px;
}

.book-box strong {
  display: block;
  font-size: 40px;
  margin-top: 10px;
  color: #00aeb8;
}

.book-course .row {
  box-shadow: 0 0 10px 0 rgba(43, 52, 59, .2);
  border-radius: 100px;
  text-align: center;
  overflow: hidden;
}

.book-course .row .col-md-4 {
  padding: 0px;
}

.book-box {
  vertical-align: middle;
  padding: 20px;
  border-right: 1px solid #aaa;
  height: 150px;
}

.book-box a.btn {
  display: block;
  margin: 4px;
}

.why-retreat-text p {
  text-align: justify;
}

.ttc-course-box-text {
  padding: 20px;
}

.ttc-course-box {
  box-shadow: 0 0 10px 0 rgba(43, 52, 59, .2);
}

.ttc-course-box-text h2 {
  font-size: 25px;
  margin-bottom: 20px;
  font-weight: 600;
  color: #00aeb8;
}

.ttc-course-box-footer {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 2px dashed #aaa;
}

.ttc-course-box-footer a.btn {
  float: right;
  vertical-align: middle;
}

.ttc-course-box-footer span {
  vertical-align: middle;
  font-size: 18px;
  margin-top: 5px;
  display: inline-block;
}

.ttc-course-box-footer span i {
  color: #00aeb8;
  margin-right: 5px;
}

.online-schedules ul li {
  list-style: none;
  padding: 8px 0;
  border-bottom: 1px dashed #ccc;
}

.online-schedules ul li i {
  color: #00aeb8;
  margin-right: 5px;
}

.include_sec li {
  width: 50%;
}

.tet-white p {
  font-size: 13px;
  color: #fff;
  margin-bottom: 5px;
}

.tet-white p i {
  color: #ff6a00;
}

.include_sec li button {
  width: 100%;
  background-color: #ffefe2 !important;
  color: #222 !important;
  border: none;
  border-radius: 0px !important;
}

.include_sec li button.active {
  background-color: #ff6a00 !important;
  color: #fff !important;
  border: none;
  transition: all 0.3s;
}

.include_sec .tab-pane {
  padding: 1.5rem 1rem;
  background-color: #fff;
  box-shadow: 0 30px 40px 0 rgb(0 0 0 / 10%);
  border-bottom: 2px solid #ff6a00;
}

.include_sec .tab-pane p {
  margin-bottom: 10px;
}

.include_sec .tab-pane i {
  color: #ff6a00;
}

.include_sec li button:focus {
  border: none !important;
}

/*start contact page css*/
.start-contact .form-group {
  margin: 0px;
}

.start-contact {
  margin-left: 1.5em;
  border-left: 1px solid #ddd;
}

.contact-form .title i {
  background: #ff6a00;
  padding: 15px;
  font-size: 20px;
  color: #fff;
}

.address-details {
  background: #fff;
  padding: 2em;
  box-shadow: 0 30px 60px 0 rgb(0 0 0 / 10%);
  border-top: 3px solid #ff6a00
}

.address-details .txt {
  color: #ff6a00;
  font-family: 'Lora', serif;
}

.contact-page {
  position: relative;
}

.rishikesh-img {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
}

.address-box {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

.address-box h3 {
  margin-bottom: 5px;
}

.address-box h3 i {
  color: #3a3a3a;
  margin-right: 5px;
}

.gallery_page img {
  border-radius: 4px;
}

.new-gallery-box {
  box-shadow: 0 20px 20px 0 rgb(0 0 0 / 10%);
}

.bycar {
  padding: 3em;
  background: #fff;
  text-align: left;
  text-align: justify;
  position: relative;
  box-shadow: 0 1px 2px 0 rgb(60 64 67 / 30%), 0 1px 3px 1px rgb(60 64 67 / 15%);
  transition: .5s all;
  margin-bottom: 80px;
}

.bycar span {
  display: inline-block;
  height: 80px;
  width: 80px;
  line-height: 80px;
  text-align: center;
  background: #fff;
  color: #ff6a00;
  font-size: 25px;
  border: 1px solid #ff6a00;
  position: absolute;
  top: -40px;
  transition: 2s all;
}

.bycar h3 {
  margin-bottom: 15px;
  font-size: 24px;
  text-transform: capitalize;
}

.bycar p {
  margin-bottom: 10px;
}

.bycar p i {
  font-size: 14px;
  margin-right: 5px;
}

.bycar:hover span {
  font-size: 50px;
}



/*end contact form*/

/*start about page css*/
.about-page .row {
  margin-top: 50px;
}

.about-page-text p {
  text-align: justify;
  margin-top: 10px;
}

.about-offer-box {
  padding: 2em;
  background: #fff;
  position: relative;
  box-shadow: 0 0 10px 0 rgba(43, 52, 59, .2);
}

.about-offer-box:before {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 25%;
  height: 30%;
  border-top: 3px solid #00aeb8;
  border-left: 3px solid #00aeb8;
  content: '';
}

.about-offer-box:after {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 25%;
  height: 30%;
  border-bottom: 3px solid #00aeb8;
  border-right: 3px solid #00aeb8;
  content: '';
}

.about-offer-box h3 {
  margin-bottom: 15px;
  color: #00aeb8;
}

.about-page-offer {
  padding: 2em;
  background: #fff;
  position: relative;
  box-shadow: 0 30px 60px 0 rgb(0 0 0 / 10%);
  margin-top: 30px;
  transition: all 0.5s;
  border-top: 2px solid #ff6a00;
}

.about-page-offer b {
  display: block;
  padding: 10px 0;
  color: #ff6a00;
}

.about-page-offer:hover {
  scale: 0.9;
}

.about-page-offer:hover::before {
  width: 40%;
  height: 40%;
}

.about-page-offer:hover::after {
  width: 40%;
  height: 40%;
}

.text_main {
  color: #ff6a00 !important;
  font-size: 25px !important;
  font-weight: 900;
  font-family: 'Lora', serif;
}

.text_main span {
  color: #222;
}

.teacher_seaction {
  transition: all 0.3s;
  padding: 10px;
}

.top_header .social_icons i {
  transition: all 0.4s;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 13px;
}

.teacher_seaction .teacher_social_media .fb {
  background-color: #3b5a9a;
  color: #fff;
}

.teacher_seaction .teacher_social_media .insta {
  background-color: #7c4a3a;
  color: #fff;
}

.teacher_seaction .teacher_social_media .twitter {
  background-color: #1aa9e1;
  color: #fff;
}

.teacher_seaction .teacher_social_media .link {
  background-color: #4c6ef5;
  color: #fff;
}

.teacher_seaction .teacher_social_media i {
  transition: all 0.4s;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 13px;
  margin-right: 10px;
  transition: all 0.4s;
}

.teacher_seaction .teacher_img img {
  border-radius: 50%;
}

.teacher_seaction .teacher_social_media i:hover {
  transform: rotate3d(1, 1, 1, 360deg);
}

.teacher_seaction:hover {
  background-color: #f2f2f2;
  box-shadow: 0px 0px 5px #eeeeee;
}

.teacher_seaction .teacher_bio .spechality p {
  background-color: #ff6a00;
  padding: 2px 1.5rem;
  border-radius: 20px;
  margin-right: 10px;
  color: #fff;
  font-size: 12px;
  transition: all 0.3s;
}

.teacher_seaction .teacher_bio .spechality p:hover {
  background-color: #222;
}

.about-page-offer:before {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 25%;
  height: 30%;
  border-bottom: 3px solid #ff6a00;
  border-left: 3px solid #ff6a00;
  content: '';
  transition: all 0.7s;
}

.img_about {
  box-shadow: 20px 20px 0px 0 rgb(244 140 26);
  transition: all 0.4s;
}

.img_about:hover {
  box-shadow: 10px 10px 0px 0 rgb(244 140 26);
}

.alliance_section {
  background-image: url(../images/chakrabg.png) !important;
  background-repeat: repeat !important;
  background-size: auto !important;
  background-color: #222 !important;
  padding: 4rem 0px;
}

.about-page-offer:after {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 25%;
  height: 30%;
  border-bottom: 3px solid #ff6a00;
  border-right: 3px solid #ff6a00;
  content: '';
  transition: all 0.7s;
}


.teacher-text p {
  text-align: justify;
}

.teacher-text .teacher-heading {
  font-size: 28px;
}

.teacher-text p.sub-title {
  margin: 10px 0;
  padding: 0px;
}

.teacher-text {
  padding: 30px;
  text-align: left;
}

.teacher-page .row {
  box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.2);
  margin-top: 30px;
}




/*-------------------------------------start image gallery lightbox css-------------------------------------------*/

.lb-loader,
.lightbox {
  text-align: center;
  line-height: 0;
  position: absolute;
  left: 0
}

body.lb-disable-scrolling {
  overflow: hidden
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #000;
  filter: alpha(Opacity=80);
  opacity: .8;
  display: none
}

.lightbox {
  width: 100%;
  z-index: 10000;
  font-weight: 400;
  outline: 0
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  border: 4px solid #fff
}

.lightbox a img {
  border: none
}

.lb-outerContainer {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  background-color: #fff
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both
}

.lb-loader {
  top: 43%;
  height: 25%;
  width: 100%
}


.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10
}

.lb-container>.nav {
  left: 0
}

.lb-nav a {
  outline: 0;
  background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)
}

.lb-next,
.lb-prev {
  height: 100%;
  cursor: pointer;
  display: block
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity .6s;
  -moz-transition: opacity .6s;
  -o-transition: opacity .6s;
  transition: opacity .6s
}

.lb-nav a.lb-prev:hover {
  filter: alpha(Opacity=100);
  opacity: 1
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity .6s;
  -moz-transition: opacity .6s;
  -o-transition: opacity .6s;
  transition: opacity .6s
}

.lb-nav a.lb-next:hover {
  filter: alpha(Opacity=100);
  opacity: 1
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both
}

.lb-data {
  padding: 0 4px;
  color: #ccc
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: 700;
  line-height: 1em
}

.lb-data .lb-caption a {
  color: #4ae
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: alpha(Opacity=100);
  opacity: 1
}

.lb-nav a.lb-prev,
.lb-nav a.lb-next {
  opacity: 1
}

.gallery-start .col-md-3,
.gallery-start .col-lg-3 {
  padding: 5px 5px;
}

.gallery-img {
  overflow: hidden;
  height: 200px;
}

.gallery-img img {
  transition: .5s all;
  height: 100%;
}

.gallery-img:hover img {
  transform: scale(1.05);
}

.course_feature {
  padding: 1.5rem;
  box-shadow: 0 30px 40px 0 rgb(0 0 0 / 10%);
  border-top: 3px solid #ff6a00;
}

.course_feature h2 {
  color: #222;
  position: relative;
  padding-bottom: 6px;
  display: inline-block;
}

.course_feature h2::after {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 50px;
  height: 2px;
  background-color: #ff6a00;
  content: "";
  transition: all 0.4s;
}

.course_feature h2:hover::after {
  width: 100%;
}

.course_feature i {
  color: #ff6a00;
}


.course_shadule {
  padding: 1.5rem;
  box-shadow: 0 30px 40px 0 rgb(0 0 0 / 10%);
}

.course_shadule h2 {
  color: #fff;
  position: relative;
  padding-bottom: 6px;
  display: inline-block;
}

.course_shadule h2::after {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 50px;
  height: 2px;
  background-color: #fff;
  content: "";
  transition: all 0.4s;
}

.course_shadule h2:hover::after {
  width: 100%;
}

.course_shadule i {
  color: #fff;
}

.course_shadule .c-table tr {
  line-height: 30px;
  font-size: 14px;
  color: #fff;
}

.course_shadule .c-table th {
  color: #ff6a00;
}

/*=======================================end image gallery lightbox css================================================*/

.new-gallery-box {
  position: relative;
  overflow: hidden;
}

.gallery-overlay-new {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, #f48c1a69 50%, #444343a6 100%);
  opacity: 1;
  transition: .5s all;
  text-align: center;
  padding: 35%;
  transform: rotateY(90deg);
}


.gallery-overlay-new i {
  font-size: 30px;
  color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.new-gallery-box:hover .gallery-overlay-new {
  transform: rotateY(180deg);
}

.new-gallery .col-md-6,
.new-gallery .col-md-4 {
  padding: 0px;
}

.gallery .nav {
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.gallery .nav .nav-pills li.nav-item {
  width: 48%;
  margin: 5px;
}

.nav-pills .nav-link.active {
  background: #f26520;
}

.nav-pills .nav-link {
  background: #02494d;
  padding: 15px 58px;
  margin-right: 10px;
  margin-top: 20px;
}

/*start food page css*/
.food-page-feature {
  padding: 3em;
  background: #fff;
  box-shadow: 0 30px 60px 0 rgb(0 0 0 / 10%);
  margin-top: 50px;
}

.food-page-feature ul li {
  list-style: none;
  padding: 8px 0;
}

.food-page-feature ul li i {
  margin-right: 5px;
  color: #ff6a00;
}

.food-page-feature h3 {
  font-size: 22px;
  margin-bottom: 12px;
}


.contact-page form {
  box-shadow: 0 30px 60px 0 rgb(0 0 0 / 10%);
  padding: 3em;
  margin: 0 auto;
  width: 80%;
  margin-top: 10px;
}



.payment-page-inner {
  box-shadow: 0 30px 60px 0 rgb(0 0 0 / 10%);
}

.payment-page-text {
  padding: 3em;
}

.payment-page-text ul li {
  list-style: none;
  padding: 10px 0;
  border-bottom: 1px dashed #aaa;
}

.payment-page-inner .col-md-5 {
  padding: 0px;
}

.pay-pal {
  padding: 20px;
  margin-top: 30px;
  border: 1px solid #00aeb8;
  color: #00aeb8;
}

.pay-pal p {
  border: none;
  padding: 0px;
  margin: 0px;
}

.title span {
  color: #222;
}

.paypal-sec #smart-button-container {
  padding: 2em;
  width: 70%;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0 0px 12px rgba(0, 0, 0, 0.5)
}


@media (max-width: 1366px) {
  p {
    font-size: 15px;
  }

  body {
    font-size: 15px;
  }

  .food-gallery img {
    height: 230px;
  }

  .why-tc-img {
    height: 100%
  }

  .why-tc-img img {
    height: 100%;
  }

  .title {
    font-size: 40px;
    line-height: 60px;
  }

  .learn-img2 img {
    height: 780px;
  }
}




/*X-Large devices (large desktops, 1200px and up)*/
@media (max-width: 1024px) {


  .header-start .navbar-light .navbar-nav .nav-link {
    padding: 7px 10px;
  }

  .home-blog-img img {
    height: 435px;
  }

  .footer-box {
    padding: 0 0px;
  }

  .about-page-img img {
    height: 500px;
  }

  /* .why-ttc .col-md-4 {
    width: 100%;
    max-width: 100%;
    flex: 100%;
  } */

  .ttc-food-text h3 {
    font-size: 30px;
  }

  .learn .col-md-6 {
    width: 100%;
    max-width: 100%;
    flex: 100%;
  }

  .learn-text {
    margin-top: 20px;
    padding-left: 0;
  }

  .home-course-right tr td a {
    width: 111%;
    margin-left: 10px;
  }

  .why-retreat-img {
    margin-top: 25px;
  }

  .accom .food-gallery {
    margin-top: 50px
  }
}

@media (max-width: 992px) {

  .learn-overlay {
    right: -26px;
  }

}


@media (max-width:455px) {
  .top_header .contact_details i {
    font-size: 10px !important;
    margin: 0px !important;
  }

  .top_header .contact_details span a {
    font-size: 10px !important;
  }

  .top_header .col-12 .contact_details {
    padding: 0px 5px !important;
  }

  .top_header .col-12 {
    margin: 0px !important;
    padding: 0px !important;
  }

  .top_header .contact_details .me-4 {
    margin-right: 5px !important;
  }
}

@media (max-width:320px) {
  .top_header .contact_details i {
    font-size: 9px;
  }

  .top_header .contact_details span a {
    font-size: 9px;
  }
}


/* Medium devices (tablets, 768px and up)*/
@media (max-width: 768px) {
  .carousel-inner .carousel-item img {
    width: auto !important;
  }

  .top_header .contact_details .top_images {
    display: none;
  }

  .table_sm td {
    font-size: 10px;
  }

  .table_sm {
    overflow-x: auto;
    width: 400px !important;
  }

  .esp::-webkit-scrollbar {
    width: 3px;
  }

  /* Track */
  .esp::-webkit-scrollbar-track {
    background: #000;
  }

  /* Handle */
  .esp::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 10px;
    height: 10px !important;
  }

  .title {
    text-align: center;
  }

  .cstm_table {
    font-size: 12px !important;
    overflow-x: scroll;
    width: 600px;
  }

  .cstm_table a {
    padding: 2px 8px;
    font-size: 10px;
    display: flex;
  }

  .header-start {
    z-index: 999999;
  }

  .carousel-item img {
    height: 500px;
  }

  .main-banner .carousel-caption {
    bottom: 20%;
  }

  .home-course .col-md-5 {
    width: 100%;
    max-width: 100%;
    flex: 100%;
  }

  .home-course .col-md-7 {
    width: 100%;
    max-width: 100%;
    flex: 100%;
  }

  .why-yoga .col-md-4 {
    width: 100%;
    max-width: 100%;
    flex: 100%;
  }

  .home-blog .col-md-6 {
    width: 100%;
    max-width: 100%;
    flex: 100%;
  }

  .main-footer .col-md-3 {
    width: 50%;
    max-width: 50%;
    flex: 50%;
  }

  .we-offer .col-md-2 {
    width: 33%;
    max-width: 33%;
    flex: 33%;
  }

  .home-blog-text h5 {
    margin-top: 30px;
  }

  .inner-banner {
    padding: 14em 0 14em 0
  }

  .home-course-right tr td a {
    width: 84%;
    margin-left: 10px;
  }

  .about-page .col-md-6 {
    width: 100%;
    max-width: 100%;
    flex: 100%;
  }

  .teacher-page .col-md-8 {
    width: 100%;
    max-width: 100%;
    flex: 100%;
  }

  .why-retreat .col-md-6 {
    width: 100%;
    max-width: 100%;
    height: 100%;
  }

  .why-retreat .why-retreat-text {
    margin-top: 30px;
  }

  .main-banner .carousel-caption .heading {
    font-size: 35px;
    color: #fff;
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    line-height: 41px;
    margin-bottom: 20px;
    text-shadow: 2px 2px 2px #6a6a6a;
  }

  .navbar-brand {
    width: 19%;
    background: #fff;
    padding: 5px 8px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .header-start .navbar-light .navbar-nav .nav-link.last-link {
    background: #02494d;
    color: #fff;
    border-radius: 30px;
    width: 13%;
  }

  .learn .col-md-6 {
    width: 100%;
    max-width: 100%;
    flex: 100%;
  }

  .learn-text {
    margin-top: 20px;
  }

  .course-page h2 {
    font-size: 26px;
  }

  .ttc-food-text h3 {
    font-size: 23px;
  }

  .accom .col-md-5 {
    width: 100%;
    max-width: 100%;
    flex: 100%;
  }

  .accom .col-md-7 {
    width: 100%;
    max-width: 100%;
    flex: 100%;
  }

  .footer-box {
    padding: 0 0px;
    margin-top: 20px;
  }

  .course-type .col-md-4 {
    width: 100%;
    max-width: 100%;
    flex: 100%;
  }

  .learn-overlay {
    margin-right: 40px;
  }

  .contact-page .col-md-4 {
    width: 100%;
    max-width: 100%;
    flex: 100%;
    margin-top: 25px;
  }

  .contact-page .col-md-8 {
    width: 100%;
    max-width: 100%;
    flex: 100%;
  }

  .start-contact {
    margin: 15px 0px 0px 0px;
  }

  .contact-page form {
    width: 100%;
  }

  ;

  .learn-img2 img {
    height: auto;
  }

  .food-gallery img {
    height: auto;
  }

  .we-offer .col-md-4 {
    width: 100%;
    max-width: 100%;
    flex: 100%;
  }

  .teacher-page .col-md-4 {
    width: 100%;
    max-width: 100%;
    flex: 100%;
  }

  .teacher-page .col-md-8 {
    width: 100%;
    max-width: 100%;
    flex: 100%;
  }

  .start-choose-online .col-md-4 {
    width: 100%;
    max-width: 100%;
    flex: 100%;
  }

  .title {
    font-size: 30px;
    line-height: 45px;
  }

  .online1001 .col-md-8 {
    width: 100%;
    max-width: 100%;
    flex: 100%;
  }

  .online1001 .col-md-4 {
    width: 100%;
    max-width: 100%;
    flex: 100%;
  }

  .phone-text {
    padding: 2em 2em;
  }

  .header-start .navbar {
    padding: 0px;
    background: #fff;
  }



  .header-start .navbar-light .navbar-nav .nav-link {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    padding: 7px 16px;
    border-bottom: 1px dashed #ddd;
  }

  .header-start .navbar-light .navbar-nav .nav-link:hover {
    color: #00aeb8;
  }

  .header-start .navbar-light .navbar-nav .nav-link.last-link {
    width: auto;
  }
}

@media (max-width: 667px) {


  .header-start ul li a {
    width: 18%;
    text-align: center;
  }

  .home-course {
    padding: 0 0px;
  }

  .inner-banner {
    padding: 14em 0 11em 0
  }

  .header-start .navbar-light .navbar-nav .nav-link.last-link {
    background: #02494d;
    color: #fff;
    border-radius: 30px;
    width: 18%;
  }



  .main-footer .col-md-3 {
    margin-top: 30px;
  }

  .food-page h2 {
    font-size: 30px;
  }

  .food-page p {
    text-align: justify;
  }

  .inner-banner {
    padding: 12em 0 8em 0;
  }

  .ttc-page p {
    text-align: justify;
  }

  .course-page p {
    padding: 2em 0;
  }

  .accom .col-md-7 {
    padding: 2em 0;
  }

  .ttc-video-text {
    padding-top: 5%;
  }

  .course-page {
    padding: 1em 0;
  }

  .home-course-right tr td a {
    width: 96%;
    margin-left: 10px;
  }

  .about-page-text p {
    margin-top: 20px;
  }

  .why-retreat {
    padding: 2em 0;
  }

  .review-box {
    text-align: center;
  }

  .book-box a.btn {
    display: block;
    margin: 4px;
    width: 50%;
    text-align: center;
  }

  .book-box {
    text-align: -webkit-center;
  }

  .video-class .col-md-3 {
    width: 50%;
    max-width: 50%;
    flex: 50%;
  }

}


/*Small devices (landscape phones, 576px and up)*/
@media (max-width: 576px) {
  .table-list {
    margin-top: 25px;
  }

  .about p {
    padding: 0 40px;
  }

  .home-course {
    padding: 3em 0px 0;
  }

  .we-offer p {
    padding: 0 25px;
  }

  .review-box {
    margin-left: 50px;
  }

  .home-blog-text {
    padding: 0 25px;
  }

  .home-course-right tr td a {
    width: 104%;
    margin-left: 10px;
  }

  .header-start .navbar-light .navbar-nav .nav-link.last-link {
    width: 18%;
    margin-left: 10px;
  }

  .inner-banner {
    padding: 8em 0 11em 0;
  }

  .about-page-text p {
    text-align: justify;
    margin-top: 20px;
  }

  .inner-banner {
    padding: 6em 0 11em 0;
  }

  .ttc-video-text {
    padding-top: 3%;
  }

  .course-page {
    padding: 0em 0;
    margin-left: 5px;
  }

  .course-page h2 {
    line-height: 33px;
    margin: -13px 0 20px 0;
  }

  .main-banner .carousel-caption {
    left: 9%;
  }

  .carousel-caption {
    text-align: center;
  }

  .book-box {
    vertical-align: middle;
    padding: 20px;
    border-right: 1px solid #aaa;
    height: auto;
  }

  .book-box {
    vertical-align: middle;
    padding: 0px;
    border-right: none;
    height: auto;
  }

  .book-course .row {
    box-shadow: 0 0 10px 0 rgba(43, 52, 59, .2);
    border-radius: 0px;
    text-align: center;
    overflow: hidden;
    margin: 0 15px;
    padding: 20px;
  }

  .book-box a.btn {
    display: inline-block;
    width: auto;
  }

  .home-course-right .table-list ul li {
    padding: 5px 0;
    font-size: 16px;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    border-bottom: 1px dashed #ddd;
  }

  .home-course-right .table-list ul {
    padding: 20px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    box-shadow: 0 0px 12px rgba(0, 0, 0, 0.1)
  }

  .home-course-right {
    padding: 0em 5em 3em 3em;
    margin-top: 0px;
  }
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #333333;
  border-radius: 10px;
  height: 70px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #ff6a00c0;
}


@media (max-width: 480px) {

  .about-page-img img {
    height: auto !important;
  }

  .top_header .contact_details span a {
    font-size: 12px;
  }

  .top_header .contact_details i {
    font-size: 12px;
  }

  .header-start ul li a {
    width: 20%;
    margin-left: 10px;
  }

  .home-course h2 {
    font-size: 28px;
  }

  .home-course-right tr td a {
    width: 114%;
    margin-left: 10px;
  }

  .we-offer .col-md-2 {
    width: 50%;
    max-width: 50%;
    flex: 50%;
  }

  .offer-box {
    margin-top: 15px;
  }

  .container {
    padding: 0 15px;
  }

  .main-footer .col-md-3 {
    margin-top: 20px;
    width: 100%;
    max-width: 100%;
    flex: 100%;
  }

  .footer-box img {
    width: 50%;
  }

  .main-banner .carousel-caption .heading {
    font-size: 31px;
    color: #fff;
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    line-height: 38px;
    margin-bottom: 20px;
    text-shadow: 2px 2px 2px #6a6a6a;
  }

  .carousel-item img {
    height: 360px;
  }

  .inner-banner {
    padding: 4em 0 11em 0;
  }

  .inner-banner-text {
    position: relative;
    margin-top: 25px;
  }

  .we-offer .col-md-2 {
    width: 100%;
    max-width: 100%;
    flex: 100%;
  }

  .offer-box {
    height: auto;
  }

  .header-start .navbar-light .navbar-nav .nav-link.last-link {
    width: 20%;
  }

  .food-page h2 {
    font-size: 25px;
  }

  .food-page p {
    padding: 0 10px;
  }

  .food-page {
    padding: 2em 0;
  }

  .inner-banner {
    padding: 4em 0 7em 0;
  }

  .course-page {
    padding: 0em 0;
    margin-left: 10px;
  }

  .ttc-video-text .title {
    font-size: 16px;
    line-height: 31px;
  }

  .accom {
    padding: 1em 0;
  }

  .why-retreat {
    padding: 0em 0;
  }

  .why-retreat-img img {
    margin-top: 20px;
  }

  .home-blog-text p {
    text-align: justify;
    margin-top: 10px;
  }

  .main-banner .carousel-caption {
    left: 9%;
  }

  .home-course-right {
    padding: 0em 1em 3em 1em;
    padding-top: 0em;
    padding-right: 1em;
    padding-bottom: 3em;
    padding-left: 1em;
    margin-top: 0px;
  }
}




@media (max-width: 400px) {

  .bootsnav .navbar {
    padding: 0px 20px !important;
  }

  .about h1 {
    font-size: 25px;
  }

  .home-course h2 {
    font-size: 28px;
  }

  .home-course-right tr td a {
    width: 123%;
    margin-left: 10px;
  }

  .main-footer {
    /* margin-left: 25px; */
  }

  .header-start .navbar-light .navbar-nav .nav-link.last-link {
    width: 25%;
    margin-left: 10px;
  }

  .inner-banner {
    padding: 5em 0 6em 0;
  }

  .about-page h2 {
    font-size: 31px;
  }

  .inner-banner {
    padding: 4em 0 4em 0;
  }

  .inner-banner:after {
    height: 25%;
  }

  .food-page h2 {
    font-size: 20px;
  }

  .inner-banner:after {
    height: 20%;
  }

  .learn-overlay-inner {
    padding: 20px;
    margin-right: 23px;
  }

  .learn-overlay {
    margin-right: 0px;
  }

  .learn-text .title {
    font-size: 30px;
  }

  .curryculam p {
    font-size: 16px;
  }

  .why-retreat h4 {
    font-size: 33px;
  }

  .learn-text h3 {
    margin-top: 30px;
  }

  .gallery h4 {
    font-size: 26px;
  }


}

.hidden-bar {
  display: none;
}

@media (max-width:1199px) {
  .header-start .navbar-light .navbar-nav .nav-link {
    font-size: 13px !important;
    padding: 30px 10px !important;
  }

  .header-start .navbar-light .navbar-nav .nav-link.last-link {
    border-radius: 0px !important;
  }
}

@media (max-width:991px) {
  .learn-overlay {
    display: none;
  }

  .navbar-collapse {
    opacity: 0;
    position: absolute;
    top: 70px;
    right: -100%;
    background: #fff;
    width: 100%;
    height: 100vh;
    z-index: 100;
    transition: all 0.4s;
  }



  .none-bar {
    display: none !important;
  }

  .hidden-bar {
    display: block;
  }


  .header-start .navbar-light .navbar-nav .dropdown-menu li {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }


  .header-start .navbar-light .navbar-nav .dropdown-menu li a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }

  .fr {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .header-start .navbar-light .navbar-nav li {
    width: 100%;
  }

  .header-start .navbar-light .navbar-nav .nav-link {
    padding: 15px 10px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }

  .navwrapper {
    opacity: 1;
    right: 0px;
  }

  .navbar-brand img {
    width: 60px;
  }

  .main-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
  }

  .top_header .social_icons {
    display: none;
  }

  .top_header .col-12 .contact_details {
    justify-content: space-between !important;
    width: 100%;
    padding: 0px 20px;
  }

  .navbar-toggler {
    border: none;
    max-height: 35px !important;
    color: #ff6a00;
  }

  .navbar-toggler i {
    color: #ff6a00;
  }

  .navbar-toggler:focus {
    box-shadow: none;
    outline: line;
    color: #ff6a00;
  }

  .main-banner .carousel-caption {
    bottom: 20%;
  }

  .bootsnav .navbar {
    padding: 0px 60px;
  }

  .fa-arrow-right-long.arrows {
    position: relative;
    left: -25px;
  }

  .fa-arrow-left-long.arrows {
    position: relative;
    right: -25px;
  }

  .rys-img {
    width: 100% !important;
  }
}

@media (max-width:666px) {
  .arrows {
    width: 25px !important;
    height: 25px !important;
  }

  .fa-arrow-right-long.arrows {
    position: relative;
    left: -45px;
  }

  .fa-arrow-left-long.arrows {
    position: relative;
    right: -45px;
  }

  .faq_box .title {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .slidedown_head p {
    font-size: 10px;
  }

  .slidedown_body p {
    font-size: 10px;
  }

  .slidedown_body {
    padding: 20px;
  }

  .deep_practice button.carousel-control-next {
    right: 0px !important;
  }

  .deep_practice button.carousel-control-prev {
    left: 0px;
  }
}

@media (max-width:400px) {
  .main-banner .carousel-caption {
    bottom: 3%;
  }

  .about p {
    padding: 0 15px;
  }

  .title {
    font-size: 27px;
    line-height: 32px;
  }
}

.break {
  word-wrap: break-word;
}

/* sub-drop */
.sub-drop {
  position: relative;
}

.list-ul {
  color: #fff;
  list-style: none;
  position: relative;
  z-index: 10;
}

.i-b i {
  color: #ff6a00;
}

.i-b b {
  color: #ff6a00;
}

.card-img {
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 30px 40px 0 rgb(0 0 0 / 10%);
}

.list-ul2 {
  color: #222;
  list-style: none;
  position: relative;
  z-index: 10;
  line-height: 30px;
}

.img-bar {
  overflow: hidden;
}

.content-box {
  background-color: #ff6a00;
  color: #fff !important;
  padding: 15px;
}

.content-box h3 {
  color: #fff !important;
}

.img-bar img {
  transition: all 0.7s;
}

.img-bar:hover img {
  transform: scale(1.3);
}

.list-ul2 i {
  color: #ff6a00;
  margin-right: 7px;
}

.list-ul i {
  color: #ff6a00;
  margin-right: 7px;
  line-height: 30px;
}

.drop-down {
  position: absolute;
  background: #fff;
  right: -275px;
  font-size: 13px;
  display: none;
  border-top: 5px solid #f48c1a;
  list-style-type: none;
  text-align: left;
  top: 15px;
}

.drop-down li {
  font-size: 13px;
  padding: 10px 15px;
  border-bottom: 1px solid #ddd;
}


.drop-down li a:hover {
  color: #f48c1a;
}

.sub-drop:hover .drop-down {
  display: block;
}

/*  */
.Whatsapp_btn {
  position: fixed;
  bottom: 0px;
  left: 20px;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.Whatsapp_icon {
  color: #fff;
  width: 50px;
  height: 50px;
  font-size: 30px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  box-shadow: 0 0 0 0 #00833b;
  animation-name: pulse2;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  font-weight: normal;
  font-family: sans-serif;
  text-decoration: none !important;


}

@keyframes pulse2 {
  50% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }

  80% {
    box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
  }

}

.Phone_btn {
  position: fixed;
  bottom: 0px;
  right: 20px;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.Phone_icon {
  color: #fff;
  width: 50px;
  height: 50px;
  font-size: 30px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  box-shadow: 0 0 0 0 #327ff3;
  animation-name: pulse2;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  font-weight: normal;
  font-family: sans-serif;
  text-decoration: none !important;
}

/* Blog css */
.blog-box {
  margin-bottom: 25px;
  padding: 15px;
  border-radius: 10px;
  position: relative;
  box-shadow: 0 0 40px 5px rgb(0 0 0/5%);
  cursor: pointer;
}

.blog-box .blog-content {
  text-align: center;
  padding: 10px 12px;
}

.blog-box .blog-content h3 {
  color: #ff6a00;
  font-size: 28px;
  font-weight: 600;
}

.blog-box .blog-content p {
  font-size: 14px;
  margin-top: 8px;
}

.blog-box .category {
  position: absolute;
  top: 23px;
  left: 23px;
  padding: 0.4px 10px;
  border-radius: 3px;
  background-color: #ff6a00;
  color: #fff;
  font-size: 14px;
}

.category-box {
  box-shadow: 2px 2px 20px rgba(0,0,0,.05);
  border-top: 3px solid #ff6a00;
  margin-top:4px;
}

.category-box h2 {
  box-shadow: 0 3px 7px hsla(0, 0%, 47%, .122);
  font-weight: 400;
  letter-spacing: 1px;
  margin: 0;
  color: #000;
  padding: 15px 20px;
  position: relative;
  z-index: 2;
  font-size: 25px;
  text-transform: uppercase;
  margin: 0px !important;
}

.category-box .link-list{
  padding: 15px 20px;
}

.category-box .link-list a i{
  color: #ff6a00;
  transition: all 0.4s;
}

.category-box .link-list a{
  display: block;
  color: #333;
  line-height: 30px;
}

.category-box .link-list a:hover i{
  transform: rotate(90deg);
}

.main-content .banner-img{
  border-radius: 10px;
}

.contact-set{
  word-break: break-all;
  padding: 17px !important;
}

.contact-set p{
  font-size: 13px !important;
}

.contact-set .address-box {
  padding-bottom: 10px !important;
  border-bottom: none !important;
  margin: 0px !important;
}