@font-face {
  font-family: "Breathing Personal Use";
  src: url("../fonts/Breathing Personal Use.eot");
  src:
    url("../fonts/Breathing Personal Use.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/Breathing Personal Use.woff2") format("woff2"),
    url("../fonts/Breathing Personal Use.woff") format("woff"),
    url("../fonts/Breathing Personal Use.svg#Breathing Personal Use")
      format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-00FE;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 27px;
}

:root {
  --wa-start: #2fd66a; /* lighter green */
  --wa-end: #1fae4f; /* darker green */
  --wa-shadow: 0 6px 20px rgba(31, 174, 79, 0.25);
  --btn-height: 62px;
  --btn-padding: 14px;
  --radius: 999px;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

.header .branding {
  padding: 10px 0;
  background-color: #000;
}

.mobile_btn {
  display: none !important;
}

.what_we_offer {
  padding: 60px 0;
  background-color: #000;
}

.what_we_offer h2 {
  color: #fff;
  font-size: 36px;
  position: relative;
  padding-bottom: 15px;
}

.what_we_offer h2::after {
  content: "";
  width: 150px;
  height: 4px;
  background-color: #b99636;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.what_we_offer h2 span {
  color: #b99636;
}

.what_we_offer .service_row {
  padding-top: 50px;
}

.what_we_offer
  .service_row
  .col-lg-4:first-child
  .service-item
  .service-content {
  text-align: right;
}

.what_we_offer .service-item {
  padding: 15px;
  position: relative;
  margin-bottom: 24px;
}

.what_we_offer .service_row .col-lg-4:first-child .service-item:nth-child(2) {
  margin-right: 30px;
}

.what_we_offer .service_row .col-lg-4:last-child .service-item:nth-child(2) {
  margin-left: 30px;
}

.what_we_offer .service-item .icon {
  padding-left: 24px;
}

.what_we_offer .service-item h4 {
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 5px !important;
}

.service-content p {
  line-height: 22px;
  color: #fff;
}

.what_we_offer .service-btn {
  width: 32px;
}

.what_we_offer .service-btn img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%)
    hue-rotate(193deg) brightness(105%) contrast(100%);
}

.what_we_offer
  .service_row
  .col-lg-4:last-child
  .service-item
  .service-content {
  order: 2;
}

.what_we_offer .service_row .col-lg-4:last-child .service-item .icon {
  padding-left: 0;
  padding-right: 24px;
}

.middle_img img {
  border-radius: 100%;
}

.testimonial {
  padding: 60px 0;
}

.testimonial h2 {
  color: #000;
  font-weight: 800;
}

.special_offer {
  position: relative;
  background-image: url("../images/bg-6.jpg");
  background-repeat: repeat;
  padding: 50px 0;
}

.left-larg-pic {
  position: absolute;
  left: 0px;
  bottom: 0;
  width: 35%;
}

.awesome-counter h2 {
  font-size: 60px;
  font-weight: 600;
  color: #b99636;
}

.awesome-counter h3 {
  font-size: 24px;
  line-height: 32px;
  color: #3f3e3e;
  font-weight: normal;
  margin-bottom: 20px;
}

.counter-small {
  width: 100%;
  max-width: 550px;
  margin-left: auto;
  padding-top: 10px;
}

.counter-small ul li {
  width: 32.7%;
}

.counter-small .icon-sm {
  float: left;
  margin-right: 15px;
}

.counter-small .counter_no {
  font-size: 20px;
  color: #000;
  font-weight: 800;
}

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */

@media (min-width: 992px) {
  .header a.logo {
    max-width: 100px;
  }

  .navmenu {
    padding: 0;
    display: flex;
  }

  .navmenu ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navmenu > ul > li {
    white-space: nowrap;
    padding: 15px 14px;
  }

  .navmenu > ul > li:last-child {
    padding-right: 0;
  }

  .navmenu a,
  .navmenu a:focus {
    color: #b99636;
    font-size: 18px;
    line-height: 18px;
    padding: 0 2px;
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
  }
}

.header_btn {
  background-color: #b99636;
  padding: 10px 30px !important;
  color: #000 !important;
  margin-left: 40px;
}

/*
Hero Slider Area Style
======================================================*/

.hero-1 {
  height: 100vh;
  background-position: center center;
  background-size: cover;
}

.hero-1 .slider-content {
  max-width: 55%;
  margin-top: 40px;
  background: rgba(0, 0, 0, 0.5);
  padding: 30px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .hero-1 .slider-content {
    max-width: 75%;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 479px) {
  .hero-1 .slider-content {
    max-width: 100%;
  }
}
.hero-1 .slider-content h1 {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
/* .hero-1 .slider-content h1 span {
  color: #b99636;
} */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-1 .slider-content h1 {
    font-size: 38px;
    line-height: 46px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-1 .slider-content h1 {
    font-size: 28px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-1 .slider-content h1 {
    font-size: 22px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-1 .slider-content h1 {
    font-size: 20px;
    line-height: 24px;
  }
}
.hero-1 .slider-content h3 {
  color: #000;
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
  text-transform: uppercase;
  padding-top: 15px;
  padding-bottom: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-1 .slider-content h3 {
    font-size: 22px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-1 .slider-content h3 {
    font-size: 18px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-1 .slider-content h3 {
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 20px;
  }
}
.hero-1 .slider-content h4 {
  color: #000;
  font-size: 24px;
  line-height: 36px;
  padding-top: 15px;
  margin-top: 10px;
  padding-bottom: 30px;
  position: relative;
  text-transform: capitalize;
}
.hero-1 .slider-content h4:before {
  top: 0;
  left: 0;
  content: "";
  height: 3px;
  width: 150px;
  position: absolute;
  background-color: #b99636;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-1 .slider-content h4 {
    font-size: 20px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-1 .slider-content h4 {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 20px;
  }
}

/* ---- sick slider arrow style start ----*/
.slider-arrow-style.slick-slider .slick-arrow {
  top: 50%;
  width: 56px;
  height: 56px;
  color: #fff;
  font-size: 28px;
  text-align: center;
  border-radius: 50%;
  z-index: 1;
  cursor: pointer;
  display: block;
  position: absolute;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-color: #000;
  line-height: 24px;
  border: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
}
.slider-arrow-style.slick-slider .slick-arrow.slick-prev {
  left: 50px;
}
.slider-arrow-style.slick-slider .slick-arrow.slick-prev i {
  padding-right: 2px;
  display: block;
}
.slider-arrow-style.slick-slider .slick-arrow.slick-next {
  right: 50px;
}
.slider-arrow-style.slick-slider .slick-arrow.slick-next i {
  padding-left: 2px;
  display: block;
}
.slider-arrow-style.slick-slider .slick-arrow:hover {
  color: #ffffff;
  background-color: #b99636;
}
.slider-arrow-style.slick-slider:hover .slick-arrow {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  visibility: visible;
}
.slider-arrow-style.slick-slider:hover .slick-arrow.slick-prev {
  left: 20px;
}
.slider-arrow-style.slick-slider:hover .slick-arrow.slick-next {
  right: 20px;
}
.slider-arrow-style__style-2.slick-slider .slick-arrow {
  top: 50%;
  width: 36px;
  height: 36px;
  font-size: 22px;
  line-height: 24px;
  background-color: #ededed;
  border-radius: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.slider-arrow-style__style-2.slick-slider:hover .slick-arrow.slick-prev {
  left: 0;
}
.slider-arrow-style__style-2.slick-slider:hover .slick-arrow.slick-next {
  right: 0;
}

/* ---- sick arrow style start ----*/
.slick-arrow-style.slick-slider .slick-arrow {
  top: -68px;
  right: 0;
  width: 46px;
  height: 46px;
  color: #333c4a;
  font-size: 24px;
  text-align: center;
  z-index: 1;
  cursor: pointer;
  display: block;
  position: absolute;
  border-radius: 4px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-color: #f5f5f5;
  line-height: 46px;
}
.slick-arrow-style.slick-slider .slick-arrow.slick-prev {
  right: 68px;
}
.slick-arrow-style.slick-slider .slick-arrow.slick-prev i {
  padding-right: 2px;
  display: block;
}
.slick-arrow-style.slick-slider .slick-arrow.slick-next i {
  padding-left: 2px;
  display: block;
}
.slick-arrow-style.slick-slider .slick-arrow:hover {
  color: #ffffff;
  background-color: #b99636;
}
.slick-arrow-style.slick-slider.arrow-top .slick-arrow {
  top: -55px;
}

.slick-padding .slick-list {
  margin: 0 -15px;
}
.slick-padding .slick-list .slick-slide {
  margin: 0 15px;
}

.slick-padding2 .slick-list {
  margin: 0 -5px;
}
.slick-padding2 .slick-list .slick-slide {
  margin: 0 5px;
}

/*--------- slick slider dot style start -------*/
.slick-dot-style ul.slick-dots {
  bottom: -40px;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.slick-dot-style ul.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.slick-dot-style ul.slick-dots li button {
  width: 30px;
  height: 6px;
  line-height: 12px;
  padding: 0;
  background-color: #000;
  border: none;
  border-radius: 10px;
  display: block;
  text-indent: -5000px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.slick-dot-style ul.slick-dots li.slick-active button {
  background-color: #b99636;
  border-radius: 10px;
}
.slick-dot-style.hero-dot ul.slick-dots {
  bottom: 20px;
}

.slider-btn {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  padding: 15px 20px;
  border-radius: 5px;
  display: inline-block;
  text-transform: uppercase;
  background-color: #b99636;
}
@media only screen and (max-width: 575px) {
  .slider-btn {
    font-size: 15px;
    line-height: 32px;
    padding: 4px 15px 0px;
  }
}

/*--------- slick slider dot style end -------*/

.common_padding {
  padding: 60px 0;
}

.about .image {
  padding-right: 60px;
}

.about .image img {
  width: 100%;
  object-position: top;
}

.about .content h2 {
  font-weight: 900;
}

.about .content h2 span {
  color: #b99636;
}

.testimonial_section {
  padding: 60px 0;
}

.testimonial-bg {
  border: 10px solid #b99636;
  padding: 50px 40px;
  text-align: center;
  position: relative;
  max-width: 1000px;
  margin: 40px auto 0;
}
.testimonial-bg:before {
  content: "\f10d";
  font-family: "fontawesome";
  width: 75px;
  height: 75px;
  line-height: 75px;
  background: #fff;
  text-align: center;
  font-size: 50px;
  color: #3c414c;
  position: absolute;
  top: -40px;
  left: 2%;
}
.testimonial {
  padding: 0 15px;
}
.testimonial .description {
  font-size: 20px;
  font-weight: 400;
  font-style: italic;
  color: #000;
  line-height: 30px;
  padding-bottom: 25px;
  margin-bottom: 15px;
  position: relative;
}
.testimonial .description:before {
  content: "";
  width: 75%;
  border-top: 1px solid #ddd;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.testimonial .description:after {
  content: "";
  width: 20px;
  height: 20px;
  background: #fff;
  position: absolute;
  bottom: -10px;
  left: 50%;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  transform: translateX(-50%) rotate(45deg);
}
.testimonial .pic {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 25px auto;
  overflow: hidden;
}
.testimonial .pic img {
  width: 100%;
  height: auto;
}
.testimonial .title {
  display: inline-block;
  font-size: 23px;
  font-weight: 700;
  color: #000;
  text-transform: capitalize;
  margin: 0;
}
.testimonial .post {
  display: inline-block;
  font-size: 20px;
  color: #848484;
}
.testimonial-slider .owl-nav {
  background: #fff;
  margin-top: 10px;
  position: absolute;
  bottom: -21%;
  right: 0;
  display: flex;
}
.testimonial-slider .owl-nav .owl-prev,
.testimonial-slider .owl-nav .owl-next {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background: #34363b;
  opacity: 1;
  padding: 0;
}

.testimonial-slider .owl-nav .owl-prev i,
.testimonial-slider .owl-nav .owl-next i {
  color: #fff;
}

.testimonial-slider .owl-nav .owl-prev {
  margin-right: 12px;
}

.footer_section {
  background-color: #000;
  color: #fff;
}

.footer_top {
  padding: 60px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.footer_top img {
  margin-bottom: 30px;
  max-width: 200px;
}

.footer_top p {
  margin-bottom: 0;
}

.footer_block ul {
  padding-left: 0;
  margin-bottom: 0;
}

.footer_block ul li {
  padding-bottom: 15px;
}

.footer_block ul li:last-child {
  padding-bottom: 0;
}

.footer_block ul li a {
  color: #fff;
}

.footer_block {
  margin-top: 115px;
}

.footer_block h5 {
  color: #b99636;
  font-size: 24px;
  margin-bottom: 35px;
}

.footer_top .col-lg-3.col-md-6:nth-child(2) {
  padding-left: 50px;
}

.footer_top .contact_details p {
  margin-bottom: 16px;
  position: relative;
}

.footer_top .contact_details p a:last-child {
  position: absolute;
  bottom: -3px;
  left: 35px;
}

.footer_top .contact_details p:last-child {
  margin-bottom: 0;
}

.footer_top .contact_details p a {
  color: #b99636;
}

.footer_top .contact_details p i {
  font-size: 24px;
}

.footer_top .contact_details p:first-child i {
  margin-top: 5px;
}

.footer_top .contact_details p:last-child {
  margin-bottom: 0;
}

.btn-social {
  padding: 9px 12px;
  background-color: #b99636;
  border-radius: 100%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  transition: 0.3s all ease-in-out;
}

.btn-social:hover {
  background-color: #fff;
}

.btn-social:last-child {
  margin-right: 0;
}

.btn-social i {
  font-size: 24px;
  color: #fff;
}

.btn-social:hover i {
  color: #b99636;
}

.footer_bottom {
  padding: 25px 0;
}

.footer_bottom p {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer_bottom p img {
  margin: 0 6px;
}

.footer_bottom p .company_logo {
  max-width: 50px;
}

.whatsapp-chatbox {
  position: fixed;
  right: 18px;
  bottom: 20px;
  z-index: 9999;
}

.whatsapp-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: white;
  padding: var(--btn-padding);
  height: var(--btn-height);
  background: linear-gradient(90deg, var(--wa-start), var(--wa-end));
  border-radius: var(--radius);
  box-shadow: var(--wa-shadow);
  transition:
    transform 0.12s ease,
    box-shadow 0.12s ease,
    filter 0.12s ease;
  will-change: transform;
  border: none;
}

.whatsapp-btn svg {
  flex: 0 0 auto;
  display: block;
  margin-left: 2px;
}

.whatsapp-label {
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.1px;
  white-space: nowrap;
}

.whatsapp-btn:hover {
  transform: translateY(-3px);
  filter: brightness(1.02);
  box-shadow: 0 10px 30px rgba(31, 174, 79, 0.28);
}

/* Service Page */

.bg-gray {
  background-color: #f5f6f6;
}

.common_title {
  font-family: "Figtree", sans-serif;
  font-size: 40px;
  line-height: 56px;
  margin-bottom: 30px;
  font-weight: 900;
}

.our_service h2 {
  margin-bottom: 10px;
}

.vertical_tab {
  padding-top: 40px;
}

.vertical_tab .nav-tabs {
  border-bottom: medium none;
  border-right: 1px solid #ddd;
  float: left;
  width: 275px;
  display: block;
}

.vertical_tab .nav-tabs li {
  float: none;
  margin-right: -1px;
}

.vertical_tab .nav-tabs > li > a {
  background-color: #fff;
  border: 1px solid #ddd;
  margin-right: -1px;
  color: #000;
  font-size: 15px;
  font-weight: 500;
  padding: 21px 15px;
  display: block;
}

.vertical_tab .nav-tabs li a.active {
  background-color: #b99636;
  color: #fff;
  position: relative;
}

.vertical_tab .nav-tabs li a.active:after {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 24px;
  position: absolute;
  right: 20px;
  top: 20px;
}

.vertical_tab_content .pricingtable-wrapper6 {
  margin-left: 275px;
  padding-left: 50px;
}

.vertical_tab_content h3 {
  font-family: "Figtree", sans-serif;
  font-size: 30px;
  font-weight: 900;
  color: #000;
  margin-bottom: 20px;
}

.vertical_tab_content .btn-primary {
  background-color: #b99636 !important;
  border-color: #b99636 !important;
  padding: 10px 30px !important;
  color: #000 !important;
  border-radius: 0;
  font-size: 18px;
  font-weight: 700;
}

.vertical_tab_content .img_row .img_col {
  margin-top: 25px;
}

/* Contact CSS */

.contact_section .subtitle {
  margin-bottom: 20px;
}

.contact_info {
  padding: 0;
  margin-bottom: 0;
}

.contact_info li {
  display: flex;
  padding-bottom: 15px;
  position: relative;
}

.contact_info li i {
  margin-top: 3px;
  font-size: 20px;
  color: #b99636;
}

.contact_info li a {
  color: #b99636;
}

/* .contact_info li:last-child a:last-child {
  position: absolute;
  bottom: -8px;
  left: 35px;
} */

.contact_social {
  padding: 30px 0 0;
  margin-bottom: 0;
  display: flex;
}

.contact_social li {
  width: 40px;
  height: 40px;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
}

.contact_social li:last-child {
  margin-right: 0;
}

.contact_social li a {
  color: #fff;
  font-size: 20px;
}

.ltx-hours {
  list-style: none;
  padding: 0;
  max-width: 360px;
  display: inline-block;
  width: 100%;
}

.ltx-hours li > strong {
  color: #b99636;
  position: relative;
}

.ltx-hours li strong + strong {
  float: right;
  color: #000;
}

.ltx-hours li {
  text-align: left;
  padding-bottom: 20px;
}

.contact_info_row .col-md-6:last-child {
  padding-left: 60px;
}

.contact_form {
  background-color: #000;
  color: #fff;
}

.contact_form form {
  max-width: 1000px;
  margin: auto;
}

.contact_form label {
  font-size: 16px;
  font-weight: 900;
  color: #b99636;
  margin-bottom: 10px;
}

.contact_form .form_group {
  margin-bottom: 16px;
}

.contact_form .form-control,
.contact_form .form-select {
  padding: 15px;
  border-radius: 0;
  font-size: 18px;
}

.contact_form .form-control:focus,
.contact_form .form-select:focus {
  box-shadow: none;
  outline: none;
  border-color: #fff;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.contact_form .btn.btn-primary {
  max-width: 200px;
  margin: 25px auto 0;
  background-color: #b99636 !important;
  border-color: #b99636 !important;
  padding: 10px 30px !important;
  border-radius: 0;
  color: #000 !important;
}

.contact_form button[type="submit"] {
  background-color: transparent;
  border: 0;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.map_section {
  margin-bottom: -7px;
}

/* Academy Page */

.academy_banner {
  background-image: url("../images/academy_banner.webp") !important;
  padding: 145px 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.academy_banner h1 {
  font-size: 60px;
  color: #fff;
}

.academy_banner h6 {
  font-size: 17px;
  color: #fff;
}

.why_choose {
  padding: 60px 0;
}

.why_choose .left_content h3 {
  font-size: 24px;
  color: #b99636;
  font-weight: 700;
}

.why_choose ul {
  padding-left: 20px;
  padding-top: 20px;
  margin-bottom: 0;
}

.why_choose ul li {
  list-style-type: disc;
  padding-bottom: 8px;
}

.book_appointment_form {
  background-color: #000;
  border: 6px solid #b99636;
  padding: 30px;
}

.book_appointment_form h3 {
  font-size: 30px;
  color: #b99636;
  font-weight: 700;
}

.book_appointment_form .deafult-btn1 {
  position: relative;
  padding: 7px 30px !important;
  border: 0;
  margin-top: 20px;
  background-color: #b99636;
  color: #000;
  font-weight: 700;
}

.book_appointment_form textarea {
  height: 70px;
}

.beyond_training {
  background-color: #000;
  padding: 60px 0;
}

.beyond_training h2 {
  color: #c59f67;
}

.beyond_training p {
  color: #fff;
}

.training_award_row {
  padding-top: 30px;
}

.award_btn {
  max-width: 200px;
  margin: 25px auto 0;
  background-color: #b99636 !important;
  border-color: #b99636 !important;
  padding: 10px 30px !important;
  border-radius: 0;
  color: #000 !important;
  font-weight: 700;
  display: block;
}

.beyond_training_tab {
  margin-top: 30px;
  border: 0;
  justify-content: center;
}

.book_appointment_form label {
  color: #b99636;
}

.beyond_training_tab .nav-link {
  border-radius: 8px;
  padding: 12px 20px;
  font-size: 20px;
  font-weight: 500;
  background-color: #b99636;
  color: #fff;
  border: 0;
}

.beyond_training_tab .nav-link.active {
  background-color: #fff;
  color: #b99636;
}

.beyond_training_tab .nav-item {
  margin-right: 20px;
}

.beyond_training_tab .nav-item:last-child {
  margin-right: 0;
}

.terms_and_condition {
  padding: 50px 0;
}

.terms_and_condition h2 {
  font-family: "Breathing Personal Use";
  color: #b99636;
}

.terms_and_condition ul {
  padding: 0;
  max-width: 820px;
  margin: 0 auto;
}

.terms_and_condition ul li {
  padding-bottom: 10px;
}

/* Mobile Navigation */

@media (max-width: 1099px) {
  .what_we_offer .service-item {
    margin-bottom: 0;
  }
  .awesome-counter h2 {
    font-size: 50px;
  }
  .awesome-counter h3 {
    font-size: 22px;
  }
  .vertical_tab_content .pricingtable-wrapper6 {
    padding-left: 20px;
  }
  .contact_form .form-control,
  .contact_form .form-select {
    padding: 10px 15px;
  }
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    color: #2c4964;
    font-size: 28px;
    line-height: 0;
    margin-right: 10px;
    cursor: pointer;
    transition: color 0.3s;
  }

  .header_btn {
    display: none !important;
  }

  .navmenu {
    padding: 0;
    z-index: 9997;
  }

  .navmenu ul {
    display: none;
    list-style: none;
    position: absolute;
    padding: 15px 0 40px;
    width: 96%;
    left: 50%;
    transform: translateX(-50%);
    top: 60px;
    margin: 0 auto;
    border-radius: 6px;
    background-color: #ffffff;
    border: 1px solid color-mix(in srgb, #444444, transparent 90%);
    box-shadow: none;
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
  }

  .navmenu a,
  .navmenu a:focus {
    color: #2c4964;
    padding: 6px 15px;
    font-size: 17px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navmenu a:hover,
  .navmenu .active,
  .navmenu .active:focus {
    color: #b99636;
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .mobile-nav-toggle {
    color: #fff;
    position: absolute;
    font-size: 32px;
    top: 15px;
    right: 15px;
    margin-right: 0;
    z-index: 9999;
  }

  .mobile-nav-active .navmenu {
    position: fixed;
    overflow: hidden;
    inset: 0;
    background: rgba(33, 37, 41, 0.8);
    transition: 0.3s;
  }

  .mobile-nav-active .navmenu > ul {
    display: block;
  }

  .logo {
    max-width: 90px;
  }
  .mobile_btn {
    display: block !important;
    max-width: max-content;
    margin-left: 15px !important;
    margin-top: 20px;
  }
  .navmenu .btn.btn-primary {
    display: none;
  }
  .navmenu .btn.btn-primary {
    padding: 8px 26px !important;
    font-size: 16px;
    line-height: 16px;
  }
  .mobile-nav-toggle {
    color: #fff;
    margin-top: 20px;
    margin-right: 0;
  }

  .service_grid {
    flex-wrap: wrap;
  }

  .what_we_offer .service-item .icon {
    order: 1;
    margin: auto;
    padding-left: 0;
    padding-bottom: 20px;
  }
  .what_we_offer .service-item .service-content {
    order: 2;
    text-align: center;
  }
  .what_we_offer .service-item h4 {
    margin-bottom: 15px !important;
  }

  .pricingtable-media {
    padding-bottom: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .logo {
    max-width: 50px;
  }

  .testimonial-bg {
    padding: 50px 40px;
  }
  .testimonial-slider .owl-nav {
    bottom: -22%;
  }
  .hero-1 {
    height: 61vh;
  }
  .slick-dot-style.hero-dot ul.slick-dots {
    bottom: 0;
  }
  .about .image {
    padding-right: 0;
    padding-bottom: 30px;
  }
  .about .content h2 {
    font-size: 22px;
  }
  .common_padding,
  .what_we_offer {
    padding: 30px 0;
  }
  .what_we_offer .service_row {
    padding-top: 15px;
  }
  .what_we_offer
    .service_row
    .col-lg-4:first-child
    .service-item
    .service-content {
    text-align: center;
  }

  .what_we_offer .service_row .col-lg-4:first-child .service-item:nth-child(2) {
    margin-right: 0px;
  }

  .what_we_offer .service_row .col-lg-4:last-child .service-item:nth-child(2) {
    margin-left: 0;
  }

  .what_we_offer h2 {
    font-size: 26px;
  }
  .middle_img {
    padding: 15px 0;
  }
  .awesome-counter {
    text-align: center;
  }
  .special_offer {
    padding: 30px 0;
  }
  .awesome-counter h2 {
    font-size: 36px;
  }
  .awesome-counter h3 br {
    display: none;
  }
  .awesome-counter h3 {
    font-size: 17px;
    line-height: 26px;
  }
  .left-larg-pic {
    width: 0%;
  }
  .counter-small ul li {
    width: 100%;
    text-align: center;
    padding: 0 0 20px;
  }
  .counter-small ul li:last-child {
    padding-bottom: 0;
  }
  .counter-small .icon-sm {
    float: none;
    margin-right: 0;
  }
  .testimonial {
    padding: 0;
  }
  .testimonial .description {
    font-size: 16px;
    line-height: 24px;
  }
  .testimonial .pic {
    margin: 25px auto 8px;
  }
  .footer_top img {
    max-width: 130px;
  }
  .footer_block {
    margin-top: 30px;
  }
  .footer_top .col-lg-3.col-md-6:nth-child(2) {
    padding-left: 12px;
  }
  .footer_block h5 {
    margin-bottom: 20px;
  }

  .footer_top .contact_details {
    padding-bottom: 25px;
  }
  .footer_bottom p {
    display: block;
  }

  .vertical_tab .nav-tabs {
    float: none;
    width: 100%;
  }

  .vertical_tab_content .pricingtable-wrapper6 {
    margin-left: 0;
    padding-left: 0;
    --bs-gutter-x: 0;
    padding-top: 30px;
  }

  .common_title {
    font-size: 30px;
    line-height: 36px;
  }

  .contact_section .subtitle {
    margin-bottom: 20px;
  }
  .contact_info_row .col-md-6:last-child {
    padding-left: 12px;
    padding-top: 30px;
  }

  .academy_banner {
    padding: 60px 0;
  }

  .academy_banner h1 {
    font-size: 30px;
  }

  .academy_banner h6 {
    margin-bottom: 0;
  }

  .why_choose {
    padding: 30px 0;
  }

  .award_img {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .testimonial-bg:before {
    width: 55px;
    height: 55px;
    line-height: 55px;
    font-size: 40px;
  }
  .testimonial-bg {
    padding: 30px 10px;
  }
  .testimonial-slider .owl-nav {
    bottom: -15%;
  }
}
@media only screen and (max-width: 360px) {
  .testimonial .title,
  .testimonial .post {
    font-size: 16px;
  }
  .testimonial-slider .owl-nav {
    bottom: -12%;
  }
}
