@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;
}

: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;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 24px;
}

h1,h2,h3,h4,h5,h6{
     font-family: "Roboto", sans-serif;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.header .branding {
  padding: 10px 0;
  background-color: #000;
}

.header .logo {
  color: #bf963c;
  font-size: 40px;
  line-height: 56px;
}

.header .logo img {
  max-width: 180px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */

@media (min-width: 992px) {
  .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: #bf963c;
    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;
  }
}

/* .default-btn {
  border: none;
  position: relative;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  text-transform: capitalize;
  background-color: #bf963c;
  color: #ffffff;
  transition: 0.5s;
  border-radius: 10px;
  opacity: 1;
  font-weight: 400;
  font-size: 15px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
} */

/* .default-btn::before {
  content: "";
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #000;
  z-index: -1;
  transition: all 0.5s;
} */

/* .default-btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 100%;
  background-color: #000;
  z-index: -1;
  transition: all 0.5s;
}

.default-btn:hover::before {
  left: auto;
  right: 0;
  width: 50%;
}

.default-btn:hover::after {
  left: 0;
  right: 0;
  width: 50%;
} */

.common_banner {
  position: relative;
  z-index: 9;
  overflow: hidden;
}

.common_banner .banner_box:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(
    left,
    rgba(0, 0, 0, 1) 0%,
    rgba(78, 115, 144, 0) 70%,
    rgba(125, 185, 232, 0) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 1) 0%,
    rgba(78, 115, 144, 0) 15%,
    rgba(125, 185, 232, 0) 100%
  );
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 1) 0%,
    rgba(78, 115, 144, 0) 15%,
    rgba(125, 185, 232, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#007db9e8',GradientType=1 );
  left: 0;
  top: 0;
  z-index: 1;
}

.common_banner .banner_box:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(
    right,
    rgba(0, 0, 0, 1) 0%,
    rgba(78, 115, 144, 0) 70%,
    rgba(125, 185, 232, 0) 100%
  );
  background: -webkit-linear-gradient(
    right,
    rgba(0, 0, 0, 1) 0%,
    rgba(78, 115, 144, 0) 20%,
    rgba(125, 185, 232, 0) 100%
  );
  background: linear-gradient(
    to left,
    rgba(0, 0, 0, 1) 0%,
    rgba(78, 115, 144, 0) 20%,
    rgba(125, 185, 232, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#007db9e8',GradientType=1 );
  left: 0;
  top: 0;
  z-index: 1;
}

.common_banner .banner-content {
  position: absolute;
  transform: translate(0, -50%);
  top: 50%;
  z-index: 2;
  left: 0;
  width: 40%;
  transition: all 2000ms ease-in-out 1s;
  opacity: 0;
}

.common_banner .owl-carousel .owl-item.active .banner_box .banner-content {
  opacity: 1;
  left: 10%;
}
.common_banner .banner-content p {
  font-size: 18px;
  font-weight: 500;
}
.common_banner .banner-content h1 {
  font-size: 44px;
  line-height: 1.2;
  padding-bottom: 10px;
  display: block;
  color: #000;
}
.common_banner .owl-item img {
  transition: all 8s ease-in-out;
  width: 100%;
}

.homeslider .owl-nav button:focus {
  outline: 0px;
}

.homeslider .owl-nav .owl-prev,
.homeslider .owl-nav .owl-next {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}

.homeslider .owl-nav .owl-prev {
  left: 50px;
}
.homeslider .owl-nav .owl-next {
  right: 50px;
}

.homeslider .owl-nav i {
  position: relative;
  border: 1px solid #ecb80a;
  background: -moz-linear-gradient(
    top,
    rgba(250, 232, 103, 1) 1%,
    rgba(238, 208, 70, 1) 51%,
    rgba(220, 175, 23, 1) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(250, 232, 103, 1) 1%,
    rgba(238, 208, 70, 1) 51%,
    rgba(220, 175, 23, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(250, 232, 103, 1) 1%,
    rgba(238, 208, 70, 1) 51%,
    rgba(220, 175, 23, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fae867', endColorstr='#dcaf17',GradientType=0 );
  width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  border-radius: 50%;
  font-size: 24px;
  color: #000;
  text-align: center;
}

.homeslider .owl-nav .owl-prev:before,
.homeslider .owl-nav .owl-next:before {
  content: "";
  position: absolute;
  display: block;
  width: 140%;
  height: 140%;
  border: 1px solid #fff;
  border-radius: 50%;
  animation: pulse-border 2000ms ease-out infinite;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.homeslider .owl-nav .owl-prev:after,
.homeslider .owl-nav .owl-next:after {
  content: "";
  position: absolute;
  display: block;
  width: 180%;
  height: 180%;
  border: 1px solid #fff;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: pulse-border 2000ms ease-out infinite;
}

/* Banner Slider Start */

.main-slider1 {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.main-slider1 .swiper-button {
  position: absolute;
  display: flex;
  align-items: center;
}

.main-slider1 .swiper-button .swiper-button-prev {
  position: unset;
  /* opacity: 1; */
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

.main-slider1 .swiper-button .swiper-button-prev:after,
.main-slider1 .swiper-button .swiper-button-next:after {
  content: none;
}

.main-slider1 {
  padding: 140px 140px 0 0;
}

@media only screen and (max-width: 1400px) {
  .main-slider1 {
    padding: 0px 100px 0px 0px;
  }
}
@media only screen and (max-width: 575px) {
  .main-slider1 {
    padding: 80px 0px 0px 0px;
  }
}
.main-slider1 .banner-inner {
  z-index: 1;
  position: relative;
  overflow: hidden;
  border-right: 4px solid #c29b42;
}
.main-slider1 .banner-inner .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 750px;
  height: calc(100vh - 140px);
  display: flex;
  background-size: cover;
}
@media only screen and (max-width: 1400px) {
  .main-slider1 .banner-inner .swiper-slide {
    min-height: 600px;
  }
}
@media only screen and (max-width: 991px) {
  .main-slider1 .banner-inner .swiper-slide {
    height: calc(100vh - 120px);
  }
}
.main-slider1 .banner-inner .banner-content {
  position: absolute;
  /* left: calc((100% - 970px) / 2); */
}
/* @media only screen and (max-width: 1200px) {
  .main-slider1 .banner-inner .banner-content {
    left: calc((100% - 805px) / 2);
  }
}
@media only screen and (max-width: 991px) {
  .main-slider1 .banner-inner .banner-content {
    left: calc((100% - 590px) / 2);
  }
} */

.main-slider1 .banner-inner .banner-content .inner_content {
  padding: 40px;
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
}



@media only screen and (max-width: 767px) {
  .main-slider1 .banner-inner .banner-content {
    left: 0;
    padding: 0 30px;
  }
}
@media only screen and (max-width: 575px) {
  .main-slider1 .banner-inner .banner-content {
    padding: 0 15px;
  }
}
.main-slider1 .banner-inner .title {
  font-family: "Roboto", sans-serif;
  font-size: 75px;
  color: #fff;
  line-height: 75px;
  margin-bottom: 20px;
  font-weight: 600;
}
@media only screen and (max-width: 1400px) {
  .main-slider1 .banner-inner .title {
    font-size: 62px;
    line-height: 70px;
  }
}
@media only screen and (max-width: 991px) {
  .main-slider1 .banner-inner .title {
    font-size: 55px;
    line-height: 58px;
  }
}
@media only screen and (max-width: 575px) {
  .main-slider1 .banner-inner .title {
    font-size: 30px;
    line-height: 35px;
  }
}
.main-slider1 .banner-inner p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 45px;
}
@media only screen and (max-width: 1400px) {
  .main-slider1 .banner-inner p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 575px) {
  .main-slider1 .banner-inner p {
    margin-bottom: 30px;
  }
}
.main-slider1 .image-slider__pagination {
  position: absolute;
  top: 50%;
  right: -80px;
  z-index: 1;
  transform: translateY(-50%) rotate(90deg);
  color: #fff;
  font-size: 22px;
  display: flex;
  align-items: center;
}
.main-slider1 .image-slider__pagination .image-slider__current,
.main-slider1 .image-slider__pagination .image-slider__total {
  transform: rotate(-90deg);
}
@media only screen and (max-width: 1400px) {
  .main-slider1 .image-slider__pagination {
    right: -100px;
  }
}
@media only screen and (max-width: 575px) {
  .main-slider1 .image-slider__pagination {
    display: none;
  }
}
.main-slider1 .swiper-pagination {
  height: 3px;
  width: 200px;
  position: unset;
  background-color: #444444;
  margin: 0 30px;
}
.main-slider1 .swiper-pagination .swiper-pagination-progressbar-fill {
  background-color: #b5b4b4;
}
.main-slider1 .swiper-button {
  right: 0;
  bottom: 0;
}
.main-slider1 .swiper-button .swiper-button-prev,
.main-slider1 .swiper-button .swiper-button-next {
  height: 105px;
  width: 105px;
  background-color: #c29b42;
  line-height: 105px;
  font-size: 30px;
  color: #fff;
}
@media only screen and (max-width: 1400px) {
  .main-slider1 .swiper-button .swiper-button-prev,
  .main-slider1 .swiper-button .swiper-button-next {
    height: 70px;
    width: 70px;
    line-height: 70px;
  }
}
.main-slider1 .swiper-button .swiper-button-prev:hover,
.main-slider1 .swiper-button .swiper-button-next:hover {
  background-color: #000;
}
.main-slider1 .swiper-button .swiper-button-next {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}
.main-slider1 .slider-thumbs-wraper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100vh - 105px);
  min-height: 785px;
  z-index: 0;
}
@media only screen and (max-width: 1400px) {
  .main-slider1 .slider-thumbs-wraper {
    height: calc(100vh - 70px);
  }
}
.main-slider1 .slider-thumbs-wraper .swiper-slide {
  width: 100%;
  height: 100%;
}
.main-slider1 .slider-thumbs-wraper .swiper-slide .slider-thumbs {
  height: 100%;
}
.main-slider1 .slider-thumbs-wraper .swiper-slide .slider-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.default-btn {
  padding: 14px 65px 14px 25px;
  color: #fff;
  border-color: #c29b42;
  background-color: #c29b42;
  display: inline-flex;
  font-size: 15px;
  font-weight: 500;
  border-radius: 0;
  position: relative;
  line-height: 1.5;
  align-items: center;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  justify-content: center;
}

.default-btn:hover {
  background-color: #c29b42;
  border-color: #c29b42;
}

.default-btn i,
.btn-icon.wp-block-button__link i {
  height: 36px;
  width: 36px;
  background-color: #fff;
  color: #000;
  line-height: 36px;
  font-size: 14px;
  display: block;
  position: absolute;
  transform: translateY(-50%);
  right: 8px;
  top: 50%;
  font-weight: 700;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-dark {
  color: #fff;
  background-color: #181c32 !important;
  border-color: #181c32 !important;
}

.overlay-black-dark:before,
.overlay-black-light:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
}

.overlay-black-light:before,
.overlay-black-dark:before {
  background: #000;
}

.overlay-black-light:before {
  opacity: 0.3;
}

.main-slider1 .swiper-button .swiper-button-prev,
.main-slider1 .swiper-button .swiper-button-next {
  position: unset;
}

.main-slider1 .swiper-button .swiper-button-prev,
.main-slider1 .swiper-button .swiper-button-next {
  height: 105px;
  width: 105px;
  background-color: #c29b42;
  line-height: 105px;
  font-size: 30px;
  color: #fff;
}

.main-slider1 .swiper-button .swiper-button-next {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}

.default-btn:hover i:before,
.default-btn.wp-block-button__link:hover i:before {
  -webkit-animation: upToRight 0.5s forwards;
  -moz-animation: upToRight 0.5s forwards;
  animation: upToRight 0.5s forwards;
}

@-webkit-keyframes upToRight {
  49% {
    -webkit-transform: translateX(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes upToRight {
  49% {
    -moz-transform: translateX(100%);
  }
  50% {
    opacity: 0;
    -moz-transform: translateX(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes upToRight {
  49% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  51% {
    opacity: 1;
  }
}

@media only screen and (max-width: 1400px) {
  .main-slider1 .swiper-button .swiper-button-prev,
  .main-slider1 .swiper-button .swiper-button-next {
    height: 70px;
    width: 70px;
    line-height: 70px;
  }
}

/* Banner Slider End */

@keyframes pulse-border {
  0% {
    transform: translate(-50%, -50%);
    opacity: 1;
    top: 50%;
    left: 50%;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 0;
    top: 50%;
    left: 50%;
  }
}

.common_padding {
  padding: 60px 0;
}

.about {
  padding-bottom: 100px;
}

.about .image {
  padding-right: 40px;
  position: relative;
  margin-left: 50px;
}

.about .image::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: -50px;
  bottom: -50px;
  z-index: -1;
  border-width: 60px;
  border-style: solid;
  border-color: #fff #fff #c29b42 #c29b42;
}

.about .image .experience {
  /* position: absolute;
  right: 10px;
  bottom: -45px;
  border: 5px dashed #000;
  width: auto;
  border-radius: 10px; */
}

.about .image .experience .experience-body {
  width: 270px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  padding: 35px 0px;
  gap: 12px;
  background-color: #cfb057 !important;
}

.about .image .experience .experience-body h4 {
  font-size: 3.6rem;
  font-weight: 700;
  color: #fff;
  padding: 10px 0;
  border-top: 0.5px solid #fff;
  border-bottom: 0.5px solid #fff;
  margin: 0;
}

.about .image .experience .experience-body p {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  width: 90%;
  line-height: 27px;
  color: #fff;
  margin: 0;
  padding: 0;
  text-align: center;
}

.about .content h4 {
  font-weight: 900;
  font-size: 22px;
}

.about .content h2 {
  font-weight: 900;
}

.about .content h2 span {
  color: #c29b42;
}

.about .counter-wrap {
  position: absolute;
  bottom: 82px;
  right: -80px;
  background: #c29b42;
  border: 5px dashed #000;
  padding: 30px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.about .counter-wrap .icon {
  max-width: 48px;
  min-width: 48px;
  min-height: 48px;
  max-height: 48px;
}
.about .counter-wrap .icon img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(17%) saturate(2%)
    hue-rotate(78deg) brightness(109%) contrast(100%);
}

.about .counter-wrap .number {
  color: #fff;
  line-height: 1;
  display: block;
  margin-bottom: 5px;
  font-weight: 900;
  font-size: 36px;
}

.about .counter-wrap .caption {
  font-size: 20px;
  display: block;
  font-weight: 600;
  color: #fff;
}

.core_values {
  padding: 60px 0;
}

.about-feature-card {
  text-align: center;
  border-radius: 10px;
  background: #242627;
  padding: 30px;
  transition: 0.5s;
  margin-top: 30px;
}

.about-feature-card:hover {
  transform: translateY(-10px);
}

.about-feature-card .icon {
  margin-bottom: 20px;
}

.about-feature-card .icon img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(3784%)
    hue-rotate(325deg) brightness(107%) contrast(100%);
}

.about-feature-card .content h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
}

.about-feature-card .content p {
  color: #b5b5b5;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 0;
}

.featured-item.style-2 {
  background: #bf963c;
  padding: 50px 40px;
  text-align: center;
  margin-top: 30px;
  transition: 0.3s all ease-in-out;
  border-radius: 8px;
  min-height: 91%;
}

.featured-item.style-2 .featured-icon {
  width: 90px;
  height: 90px;
  display: inline-block;
  background: #1a1a1c;
  border-radius: 50% 0 50% 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 auto 30px;
}

.featured-item.style-2 img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%)
    hue-rotate(193deg) brightness(105%) contrast(100%);
  width: 48px;
}

.featured-item.style-2 span {
  position: absolute;
  right: 5px;
  top: -6px;
  background-color: #fff;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  border-radius: 50%;
  color: #000;
}

.featured-item.style-2 h5 {
  font-size: 26px;
  line-height: 36px;
  color: #000;
  font-weight: 700;
}

.featured-item.style-2 p {
  color: #000;
  margin-bottom: 0;
}

.featured-item.style-2:hover {
  background: #1a1a1c;
}

.featured-item.style-2:hover .featured-icon {
  background-color: #000;
}

.featured-item.style-2:hover span {
  color: #bf963c;
}

.featured-item.style-2:hover h5,
.featured-item.style-2:hover p {
  color: #fff;
}

.icon-bx-wraper.style-9.active .icon-bx .icon-cell,
.icon-bx-wraper.style-9:hover .icon-bx .icon-cell {
  color: #fff;
}

.icon-bx-wraper.left.m-b30.style-9.box-hover {
  padding-bottom: 15px;
}

.what_we_offer .service_row .col-lg-6.col-md-6:nth-child(2n + 1) {
  padding-right: 50px;
}

.icon-bx-wraper.style-9 .icon-bx {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  z-index: 1;
  float: left;
  margin-right: 20px;
}

.icon-bx-wraper.style-9 .icon-bx:after {
  content: "";
  height: 100%;
  width: 100%;
  border-radius: 50%;
  transform: scale(0);
  background-color: #c29b42;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.icon-bx-wraper.style-9 .icon-bx-sm {
  display: inline-block;
  text-align: center;
  border-radius: 3px;
  width: 80px;
  height: 80px;
  min-width: 80px;
  line-height: 80px;
}

.icon-bx-wraper.style-9.active .icon-bx:after,
.icon-bx-wraper.style-9:hover .icon-bx:after {
  transform: scale(1);
}

.icon-bx-wraper.style-9 .icon-bx img {
  filter: brightness(0) saturate(100%) invert(63%) sepia(5%) saturate(4453%)
    hue-rotate(4deg) brightness(98%) contrast(96%);
  width: 48px;
}

.icon-bx-wraper.style-9:hover .icon-bx img,
.icon-bx-wraper.style-9.active img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%)
    hue-rotate(301deg) brightness(102%) contrast(103%);
}

.icon-bx-wraper.style-9 .list-num {
  background-color: #1e1810;
  height: 30px;
  width: 30px;
  line-height: 30px;
  font-weight: 500;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: -5px;
  color: #fff;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.icon-bx-wraper.style-9 .icon-content {
  overflow: hidden;
}

.icon-bx-wraper.style-9 .icon-content h4 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}

.icon-bx-wraper.style-9 .icon-content p {
  color: #fff;
}

.icon-bx-wraper.style-8 {
  padding: 40px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 100%;
  border-radius: 18px;
}

.icon-bx-wraper.bg-secondary {
  background-color: #1e1d23 !important;
}

.icon-bx-wraper.style-8:after {
  content: "";
  height: 100%;
  width: 0;
  background-color: #c29b42;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -webkit-transform-origin: left;
  -o-transform-origin: left;
}

.icon-bx-wraper.style-8.active:after,
.icon-bx-wraper.style-8:hover:after {
  width: 100%;
  left: 0;
  right: auto;
  transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  -webkit-transform-origin: right;
  -o-transform-origin: right;
}

.icon-bx-wraper.style-8 h4 {
  color: #fff;
}

.icon-bx-wraper.style-8 p {
  color: #fff;
  opacity: 0.7;
}

.icon-bx-wraper.style-8 .icon-lg {
  margin-bottom: 20px;
}

.icon-bx-wraper.style-8 .icon-lg img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%)
    hue-rotate(301deg) brightness(102%) contrast(103%);
}

.icon-bx-wraper.style-8.active p {
  opacity: 1;
}

.service-area-2 [class*="col-"]:first-child .icon-bx-wraper {
  border-radius: 18px 0 0 0;
}

.service-area-2 [class*="col-"]:nth-child(3) .icon-bx-wraper {
  border-radius: 0 18px 0 0;
}

.service-area-2 [class*="col-"]:nth-child(4) .icon-bx-wraper {
  border-radius: 0 0 0 18px;
}

.service-area-2 [class*="col-"]:nth-child(6) .icon-bx-wraper {
  border-radius: 0 0 18px 0;
}

@media only screen and (min-width: 991px) {
  .service-area-2 [class*="col-"] .icon-bx-wraper {
    border-radius: 0;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
  }

  .service-area-2 [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
  }
}

.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: #c29b42;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.what_we_offer h2 span {
  color: #c29b42;
}

.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%;
}

.common_title {
  font-family: "Figtree", sans-serif;
  font-size: 40px;
  line-height: 56px;
  margin-bottom: 30px;
  font-weight: 900;
  color: #000;
}

.our_experience .experience_row {
  /* max-width: 900px; */
  margin: 30px 0;
}

.single-working-process-one {
  display: flex;
  align-items: center;
  gap: 80px;
  margin-bottom: 10px;
}

.single-working-process-one .left .icon {
  height: 90px;
  width: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #141416;
  border-radius: 0;
  position: relative;
}

.single-working-process-one .left .icon img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7459%)
    hue-rotate(308deg) brightness(100%) contrast(94%);
  width: 52px;
}

.single-working-process-one .inner-content .number-main {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.single-working-process-one .inner-content .number-main::before {
  content: "";
  position: absolute;
  width: 80px;
  border: 1px dashed #474e52;
  left: -80px;
  z-index: -2;
}

.single-working-process-one .inner-content .number-main::after {
  content: "";
  position: absolute;
  height: 50px;
  width: 50px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #bf963c;
  z-index: -2;
  border-radius: 50%;
}

.single-working-process-one .inner-content .number {
  color: #fff;
  width: 32px;
  height: 32px;
  border-radius: 500%;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  left: -16px;
  z-index: -1;
  position: absolute;
  top: 50%;
  transform: translateY(-16px);
}

.single-working-process-one .inner-content {
  border-radius: 0px;
  padding: 40px 50px;
  background: #141416;
  position: relative;
  z-index: 1;
}

.single-working-process-one .inner-content .title {
  color: #fff;
  font-size: 20px;
  margin-bottom: 15px;
}

.single-working-process-one .inner-content p {
  color: #c9c9c9;
  margin-bottom: 0;
}

.single-feature {
  background-color: #bf963c;
  padding: 35px 30px 35px 30px;
  border-radius: 30px 30px 0 30px;
  transition: 0.6s;
  margin-top: 20px;
  position: relative;
}

.features-title {
  display: flex;
  align-items: center;
}

.single-feature .features-img {
  display: inline-block;
  height: 60px;
  width: 60px;
  line-height: 60px;
  background-color: #ffffff;
  text-align: center;
  font-size: 35px;
  border-radius: 20px 0 0 0;
  transition: 0.6s;
  margin-right: 15px;
}

.single-feature .features-title .features-img img {
  width: 45px;
}

.single-feature .features-title h3 {
  font-size: 22px;
  margin-bottom: 12px;
  font-weight: 600;
  color: #fff;
}

.single-feature p {
  font-weight: 500;
  color: #fff;
  margin: 15px 0 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

#enrollModal .modal-content label,
.book_appointment_form label,
#enrollModal .modal-content h5 {
  color: #cfb057;
}

#enrollModal .modal-content {
  background-color: #000;
  border: 3px solid #cfb057;
}

#enrollModal .modal-content .form-control,
#enrollModal .modal-content .form-select,
.book_appointment_form .form-control,
.book_appointment_form .form-select {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  color: #fff;
  padding: 8px 0;
}

#enrollModal .modal-content .form-select option,
.book_appointment_form .form-select option {
  color: #000;
}

#enrollModal .modal-content .form-control:focus,
#enrollModal .modal-content .form-select:focus,
.book_appointment_form .form-control:focus,
.book_appointment_form .form-select:focus {
  box-shadow: none;
}

#enrollModal .modal-content .form-control::placeholder,
.book_appointment_form .form-control::placeholder {
  color: #fff;
}

#enrollModal .modal-content .custom-select,
.book_appointment_form .custom-select {
  appearance: none;
  background: none;
  position: relative;
}

#enrollModal .modal-content .custom-select::after,
.book_appointment_form .custom-select::after {
  content: "\f078"; /* Font Awesome down arrow */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  pointer-events: none;
}

#enrollModal .modal-content textarea,
.book_appointment_form textarea {
  resize: none;
}

#enrollModal button.deafult-btn1.btn-primary {
  position: relative;
  padding: 7px 30px !important;
  border: 0;
}

#enrollModal button.deafult-btn1.btn-primary::before,
#enrollModal button.deafult-btn1.btn-primary::after,
.book_appointment_form .deafult-btn1.btn-primary::before,
.book_appointment_form .deafult-btn1.btn-primary::after {
  display: none;
}

#enrollModal button.btn-close {
  filter: brightness(0) saturate(100%) invert(94%) sepia(99%) saturate(5197%)
    hue-rotate(314deg) brightness(89%) contrast(81%);
  opacity: 1;
}

#enrollModal .modal-header {
  border-bottom-color: #cfb057;
}

#enrollModal .modal-footer {
  border-top: 0;
  justify-content: start;
}

#enrollModal button.deafult-btn1.btn-primary {
  position: relative;
}

#enrollModal .btn-primary {
  color: #000;
  background-color: #cfb057;
  border-color: #cfb057;
  padding: 10px 48px !important;
  font-weight: 600;
  display: inline-block;
  border-radius: 0;
}

#enrollModal .default-btn {
  font-weight: 700;
  padding: 8px 40px;
  font-size: 16px;
}

#enrollModal .default-btn:hover {
  color: #bf963c;
}

#enrollModal .default-btn::before,
#enrollModal .default-btn::after {
  background-color: #fff;
}

.testimonial {
  background-color: #000;
}

.testimonial h4 {
  font-size: 30px;
  color: #bf963c;
  font-weight: 900;
}

.testimonial h2 {
  color: #fff;
}

.single-testimonial-content {
  text-align: center;
  max-width: 750px;
  margin: auto;
}

.testimonial-avatar {
  position: relative;
  display: inline-block;
}

.testimonial-slider .owl-item img {
  width: auto;
  margin: auto;
}

.testimonial-slider .avatar {
  border-radius: 100px;
}

.single-testimonial-content h3 {
  font-size: 20px;
  margin-top: 15px;
  margin-bottom: 5px;
  font-weight: 800;
  color: #fff;
}

.single-testimonial-content p {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  position: relative;
  margin: 40px 0 0;
}

.single-testimonial-content p i {
  color: #bf963c;
  font-size: 40px;
}

.single-testimonial-content p i:first-child {
  position: absolute;
  top: -45px;
  left: -8px;
}

.single-testimonial-content p i:last-child {
  position: absolute;
  bottom: -35px;
  right: -30px;
}

.single-testimonial-content p .quat {
  position: absolute;
  left: 0;
  top: -50px;
}

.testimonial-slider .owl-nav {
  margin-top: 0;
  position: relative;
  line-height: 1;
}

.testimonial-slider .owl-nav .owl-prev i,
.testimonial-slider .owl-nav .owl-next i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: rgba(0, 0, 0, 0);
  display: inline-block;
  color: #bf963c;
  border: 1px solid #bf963c !important;
  transition: 0.5s all ease;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 50px;
  text-align: center;
}

.testimonial-slider .owl-nav .owl-prev {
  left: 50px;
  right: auto;
  background: rgba(0, 0, 0, 0);
  position: absolute;
  bottom: 100px;
  margin: 0;
}

.testimonial-slider .owl-nav .owl-prev,
.testimonial-slider .owl-nav .owl-next {
  background: rgba(0, 0, 0, 0);
  position: absolute;
  bottom: 100px;
  right: 50px;
  margin: 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
  width: 40px;
  height: 40px;
  border-radius: 100px;
}

.single-testimonial-content ul {
  padding: 0;
  list-style-type: none;
  margin-top: 21px;
  margin-bottom: 0;
}

.single-testimonial-content ul li {
  display: inline-block;
  margin: 0 5px;
}

.testimonial-slider .single-testimonial-content ul li i {
  color: #bf963c;
}

.testimonial-slider .owl-nav .owl-prev:hover,
.testimonial-slider .owl-nav .owl-next:hover {
  background-color: #fff;
}

.testimonial-info {
  position: relative;
  padding-top: 50px;
  padding-left: 30px;
}

.testimonial-info::before {
  content: "\f10d";
  position: absolute;
  left: -21px;
  top: 0px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 65px;
  line-height: 65px;
  color: #c29b42;
}

.testimonial-pic {
  position: relative;
  display: inline-block;
}
.testimonial-pic.radius {
  border-radius: 100%;
  -webkit-border-radius: 100%;
}
.testimonial-pic.radius img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  -webkit-border-radius: 100%;
}
.testimonial-pic.shadow {
  -webkit-box-shadow: 2px 3px 6px -3px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 2px 3px 6px -3px rgba(0, 0, 0, 0.35);
  box-shadow: 2px 3px 6px -3px rgba(0, 0, 0, 0.35);
}

.testimonial-4 {
  display: flex;
}
.testimonial-4 .testimonial-pic {
  border: 0px;
  height: auto;
  width: auto;
  padding: 20px 0 0;
  display: flex;
  align-items: center;
}
.testimonial-4 .testimonial-pic img {
  min-width: 100px;
  height: 100px;
  border-radius: 50%;
}

.testimonial-4 .testimonial-text {
  margin-bottom: 15px;
  margin-top: 10px;
}
.testimonial-4 .testimonial-text p {
  font-size: 20px;
  font-style: italic;
  color: #fff;
}
.testimonial-4 .testimonial-name {
  margin-bottom: 0;
  color: #fff;
  margin-left: 25px;
}
@media only screen and (max-width: 767px) {
  .testimonial-4 .testimonial-text p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 575px) {
  .testimonial-4 {
    display: block;
  }
}

.swiper-container .testimonial-4 {
  max-width: 850px;
  margin: 0 auto;
  padding-right: 50px;
}
@media only screen and (max-width: 575px) {
  .swiper-container .testimonial-4 {
    padding-right: 0;
  }
}

.slider-btn-1 .swiper-button {
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 180px;
  margin: 15px auto 0;
}

.slider-btn-1 .swiper-button .swiper-pagination {
  position: unset;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}

.slider-btn-1 .swiper-button .button-prev,
.slider-btn-1 .swiper-button .button-next {
  position: unset;
  display: block;
  text-align: center;
  font-size: 25px;
  line-height: 1;
  color: #fff;
  margin: 0 20px;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

.gallery_img {
  border: 6px solid #bf963c;
  border-radius: 10px;
}

.gallery_img img {
  width: 100%;
}

.counter-section {
  background-color: #141416;
}

.counter-top {
  position: relative;
  z-index: 9;
  display: flex;
  justify-content: center;
  align-items: center;
}
.counter span {
  font-size: 60px;
  line-height: 1;
  color: #ffffff;
  display: inline-block;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #fff;
}
.counter span + span {
  color: #fff;
  margin-bottom: 0;
  vertical-align: middle;
}
.counter h6 {
  display: block;
  color: #d0d0d0;
  position: relative;
  margin-bottom: 0;
  margin-top: 10px;
  text-align: center;
}
.counter-icon {
  margin-right: 10px;
}
.counter-icon img {
  position: relative;
  display: inline-block;
  filter: brightness(0) saturate(100%) invert(73%) sepia(75%) saturate(355%)
    hue-rotate(357deg) brightness(96%) contrast(92%);
}

.footer_section {
  background-color: #000;
  color: #fff;
}

.footer_top {
  padding: 60px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  position: relative;
  z-index: 1;
}

.footer_top::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -20px;
  height: 20px;
  background-size: 30px 40px;
  background-image: radial-gradient(
    circle at 10px -10px,
    transparent 20px,
    #000 21px
  );
}

.footer_logo {
  display: block;
  margin: 0 0 30px;
}

.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: 80px;
}

.footer_block h5 {
  color: #bf963c;
  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;
}

.footer_top .contact_details p:last-child {
  margin-bottom: 0;
}

.footer_top .contact_details p a {
  color: #bf963c;
}

.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: #fff;
  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: #bf963c;
}

.btn-social:last-child {
  margin-right: 0;
}

.btn-social i {
  font-size: 24px;
  color: #bf963c;
}

.btn-social:hover i {
  color: #fff;
}

.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;
}

.fixed_btn {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  rotate: 90deg;
  left: -80px;
  z-index: 99;
}

/* Service Page Css */

.our_service .section-title .common_title {
  margin-bottom: 15px;
}

.vertical_tab .custom-nav-tabs {
  float: left;
  width: 300px;
  display: block;
}

.custom-nav-tabs {
  border: none;
  border-right: 8px solid;
  border-color: #bf963c;
  display: block;
}

.custom-nav-tabs > li {
  float: none;
  margin: 0 0 1px;
}

.custom-nav-tabs > li > a {
  display: block;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  line-height: 59px;
  background: #1a1a1c;
  border: none;
  padding: 0 12px;
  margin: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  outline: none;
  color: #bf963c;
  transition: all ease 0.5s;
}

.custom-nav-tabs > li > a:hover,
.custom-nav-tabs > li > a.active {
  background: #bf963c;
  color: #000;
}

.vertical_tab {
  padding-top: 30px;
}

.vertical_tab_content .pricingtable-wrapper6 {
  margin-left: 300px;
  padding-left: 50px;
}

.vertical_tab_content .common_title {
  font-size: 30px;
  line-height: 40px;
}

.vertical_tab_content .img_row .img_col {
  margin-top: 25px;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.vertical_tab_content .img_row .img_col::before {
  content: "";
  position: absolute;
  border: 2px solid #bdbdbd69;
  left: 9px;
  top: 9px;
  width: 94%;
  height: 94%;
  border-radius: 20px;
}

.vertical_tab_content .pricingtable-wrapper6 .default-btn {
  margin-top: 15px;
}

/* Contact Page CSS */

.contact_section .subtitle {
  margin-bottom: 20px;
}

.contact_info li {
  display: flex;
  padding-bottom: 15px;
}

.contact_info li i {
  margin-top: 3px;
  font-size: 20px;
  color: #bf963c;
}

.contact_info li a {
  color: #bf963c;
}

.contact_social {
  padding: 15px 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;
}

.contact_info_row .working {
  border-radius: 10px;
  background: #000;
  padding: 30px 35px;
  margin-top: 25px;
}

.contact_info_row .working .list {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.contact_info_row .working .list li {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  border-bottom: 1px dashed #fff;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-weight: 600;
}

.contact_info_row .working .list li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.contact_info_row .working .list li span {
  color: #fff;
}

.contact_info_row .working .list li span:first-child {
  color: #bf963c;
}

.contact_form {
  background-color: #000;
  color: #fff;
}

.contact_form .common_title {
  color: #fff;
}

.contact_form form {
  max-width: 1000px;
  margin: 40px auto 0;
}

.contact_form label {
  font-size: 16px;
  font-weight: 900;
  color: #bf963c;
  margin-bottom: 10px;
}

.contact_form .form_group {
  margin-bottom: 30px;
}

.contact_form .form-control,
.contact_form .form-select {
  padding: 0 0 15px;
  border-radius: 0;
  font-size: 18px;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #bf963c;
  color: #bf963c;
}

.contact_form .form-select {
  filter: brightness(0) saturate(100%) invert(63%) sepia(16%) saturate(1649%)
    hue-rotate(3deg) brightness(95%) contrast(82%);
}

.contact_form .form-control:focus,
.contact_form .form-select:focus {
  box-shadow: none;
  outline: none;
  border-color: #fff;
}

.contact_form textarea {
  resize: none;
  height: 80px;
}

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;
}

.contact_form input[type="submit"] {
  border: 0;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  background: transparent;
  color: #fff;
  margin: auto;
}

.contact_form .default-btn {
  /* max-width: 200px;
  margin: 30px auto 0;
  text-align: center;
  padding: 12px 15px; */

  width: 140px;
  margin: 30px auto 0;
  text-align: center;
  padding: 12px 15px 12px 25px;
  margin: auto;
  display: flex;
  justify-content: flex-start;
}

#enrollModal .default-btn {
  font-weight: 700;
  padding: 8px 40px;
  font-size: 16px;
}

.contact_form .default-btn:before,
.book_appointment_form .default-btn:before,
.beyond_training .default-btn::before,
#enrollModal .default-btn::before {
  background-color: #fff;
}

.contact_form .default-btn::after,
.book_appointment_form .default-btn::after,
.beyond_training .default-btn::after,
#enrollModal .default-btn::after {
  background-color: #fff;
}

.contact_form .default-btn:hover input[type="submit"],
#enrollModal .default-btn:hover {
  color: #bf963c;
}

.map_section {
  margin-bottom: -7px;
}

/* Academy Page CSS */

.academy_banner {
  background-image: url(../images/academy_banner.jpg) !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 .section-title .common_title {
  font-size: 30px;
  line-height: 1.1;
}

.why_choose .left_content ul {
  padding: 15px 0 0;
}

.why_choose .left_content ul li {
  list-style-type: none;
  display: flex;
  margin-bottom: 12px;
}

.why_choose .left_content ul li img,
.terms_and_condition ul li img {
  margin-right: 7px;
  filter: brightness(0) saturate(100%) invert(63%) sepia(16%) saturate(1649%)
    hue-rotate(3deg) brightness(95%) contrast(82%);
     width: 24px;
}

.why_choose .left_content ul li div:first-child {
  width: 35px;
}

.why_choose .left_content ul li div:last-child {
  width: 90%;
}

.book_appointment_form {
  background-color: #000;
  border: 6px solid #bf963c;
  padding: 30px;
}

.book_appointment_form h3 {
  font-size: 30px;
  color: #bf963c;
  font-weight: 700;
}

.book_appointment_form textarea {
  height: 70px;
}

.book_appointment_form label {
  color: #bf963c;
}

.book_appointment_form .form-control,
.book_appointment_form .form-select {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  color: #fff;
  padding: 8px 0;
}

.book_appointment_form .form-select option {
  color: #000;
}

.book_appointment_form .form-control:focus,
.book_appointment_form .form-select:focus {
  box-shadow: none;
}

.book_appointment_form .form-control::placeholder {
  color: #fff;
}

.book_appointment_form .custom-select {
  appearance: none;
  background: none;
  position: relative;
}

.book_appointment_form .custom-select::after {
  content: "\f078"; /* Font Awesome down arrow */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  pointer-events: none;
}
.book_appointment_form textarea {
  resize: none;
}

.book_appointment_form .default-btn {
  font-size: 20px;
  margin-top: 15px;
  padding: 11px 15px;
  width: 100%;
  max-width: 170px;
}

.book_appointment_form .default-btn:hover,
.beyond_training .default-btn:hover {
  color: #bf963c;
}

.beyond_training {
  background-color: #000;
  padding: 60px 0;
}

.beyond_training h2 {
  color: #bf963c;
}

.beyond_training p {
  color: #fff;
}

.training_award_row {
  padding-top: 30px;
}

.beyond_training .default-btn {
  display: block;
  max-width: 160px;
  margin: 25px auto 0;
  font-weight: 700;
  padding: 11px 15px;
}

.terms_and_condition {
  padding: 50px 0;
}

.terms_and_condition h2 {
  font-family: "Breathing Personal Use";
  color: #bf963c;
}

.terms_and_condition ul {
  padding: 0;
  max-width: 880px;
  margin: 0 auto;
}

.terms_and_condition ul li {
  padding-bottom: 10px;
  display: flex;
  align-items: flex-start;
}

.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;
}

@media (max-width: 1199px) {
  .featured-item.style-2 {
    padding: 50px 30px;
  }
  .featured-item.style-2 h5 {
    font-size: 24px;
  }
  .common_banner .banner-content h1 br {
    display: none;
  }
}

@media only screen and (max-width: 1099px) {
  .vertical_tab_content .pricingtable-wrapper6 {
    padding-left: 20px;
  }
}

@media (max-width: 991px) {
  .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;
  }

  .mobile_btn {
    display: block !important;
    max-width: max-content;
    margin-left: 15px !important;
    margin-top: 20px;
  }

  .mobile-nav-active .navmenu {
    position: fixed;
    overflow: hidden;
    inset: 0;
    background: rgba(33, 37, 41, 0.8);
    transition: 0.3s;
  }

  .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 > ul {
    display: block;
  }
  .mobile-nav-toggle {
    color: #fff;
    margin-top: 20px;
    margin-right: 0;
    cursor: pointer;
    transition: color 0.3s;
    font-size: 28px;
    line-height: 0;
  }
  .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: #bf963c;
  }
  .what_we_offer .service-item .service-content {
    order: 2;
    text-align: center;
  }
  .what_we_offer .service-item .icon {
    order: 1;
    margin: auto;
    padding-bottom: 20px;
  }
}

@media (max-width: 767px) {
    
    
 .header .logo img{
     max-width: 80px;
 }
  .banner_box {
    height: 61vh;
  }
  .common_banner .owl-item img {
    height: 100%;
    object-fit: cover;
  }
  .common_banner .banner-content {
    width: 100%;
  }
  .common_banner .banner_box:before,
  .common_banner .banner_box:after {
    background: none;
  }
  .common_banner .owl-carousel .owl-item.active .banner_box .banner-content {
    left: 2%;
    width: 96%;
    padding: 30px 15px;
    background: rgba(0, 0, 0, 0.7);
  }
  .common_banner .banner-content h1 {
    font-size: 24px;
    color: #fff;
  }
  .common_banner .banner-content p {
    color: #fff;
  }
  
  .default-btn{
      padding: 9px 65px 9px 25px;
  }

  .main-slider1 {
    padding: 0px 0px 0px 0px;
  }

  .main-slider1 .image-slider__pagination {
    display: none;
  }
  
  .main-slider1 .banner-inner p br{
      display: none;
  }

  .main-slider1 .banner-inner .swiper-slide {
    min-height: 450px;
    max-height: 450px;
    background-image: none !important;
  }

  .main-slider1 .swiper-button .swiper-button-prev,
  .main-slider1 .swiper-button .swiper-button-next {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }

  .main-slider1 .banner-inner .banner-content {
    padding: 25px 15px 30px;
    background-color: rgba(0, 0, 0, 0.4);
  }

  .mobile_img {
    height: 100%;
    object-fit: cover;
    object-position: right;
  }

  .homeslider .owl-nav .owl-prev,
  .homeslider .owl-nav .owl-next {
    transform: translateY(165px);
  }

  .homeslider .owl-nav i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
  }
  .homeslider .owl-nav .owl-prev:before,
  .homeslider .owl-nav .owl-next:before,
  .homeslider .owl-nav .owl-prev:after,
  .homeslider .owl-nav .owl-next:after {
    display: none !important;
  }
  .about .image {
    padding-right: 0;
  }
  .about .counter-wrap {
        bottom: -2px;
        right: -48px;
        padding: 15px 8px;
  }
  .about .counter-wrap .caption {
    font-size: 16px;
  }
  .about .content {
    padding-top: 60px;
  }
  .about .content h4 {
    font-size: 19px;
  }
  .what_we_offer h2 {
    font-size: 26px;
  }
  
  .counter {
    margin-bottom: 12px;
}

  .about {
    padding-bottom: 60px;
  }

  .about .image {
    margin-left: 0;
    padding-left: 25px;
  }

  .about .image::before {
    bottom: -25px;
    border-width: 30px;
    left: 0;
  }

  .service_grid {
    flex-wrap: wrap;
  }
  .middle_img {
    padding: 15px 0;
  }
  .what_we_offer .service_row .col-lg-4:first-child .service-item:nth-child(2) {
    margin-right: 0px;
  }
  .what_we_offer .service-item h4 {
    margin-bottom: 15px;
  }
  .what_we_offer
    .service_row
    .col-lg-4:first-child
    .service-item
    .service-content {
    text-align: center;
  }

  .what_we_offer .service_row {
    padding-top: 30px;
  }

  .what_we_offer .service-item {
    margin-bottom: 15px;
  }

  .what_we_offer .service_row .col-lg-4:last-child .service-item .icon {
    padding-right: 0;
  }

  .common_padding {
    padding: 30px 0;
  }

  .common_title {
    font-size: 30px;
    line-height: 36px;
  }
  .core_values {
    padding: 30px 0;
  }

  .what_we_offer {
    padding: 30px 0;
  }

  .what_we_offer
    .service_row
    .col-lg-6.col-md-6:last-child
    .icon-bx-wraper.left.m-b30.style-9.box-hover:last-child {
    padding-bottom: 0;
  }

  .what_we_offer .service_row .col-lg-6.col-md-6:nth-child(2n + 1) {
    padding-right: 12px;
  }

  .single-working-process-one {
    gap: 10px;
  }

  .single-working-process-one .left .icon {
    height: 75px;
    width: 75px;
  }

  .single-working-process-one .inner-content .number {
    left: 10px;
  }

  .single-working-process-one .inner-content .number-main::after,
  .single-working-process-one .inner-content .number-main::before {
    display: none;
  }

  .single-working-process-one .inner-content {
    padding: 15px 5px 15px 50px;
  }

  .single-working-process-one .inner-content .title {
    margin-bottom: 8px;
  }

  .single-working-process-one {
    margin-bottom: 24px;
  }

  .our_experience
    .experience_row
    .col-md-6:last-child
    .single-working-process-one {
    margin-bottom: 0;
  }

  .single-feature {
    padding: 25px 15px;
  }
  .single-feature .features-title h3 {
    font-size: 20px;
  }
  .single-testimonial-content p i:first-child {
    left: 0;
  }
  .single-testimonial-content p i:last-child {
    right: 0;
  }

  .service-area-2 .icon-bx-wraper {
    border-radius: 18px !important;
    margin-bottom: 30px;
  }

  .service-area-2 .col-lg-4.col-md-6:last-child .icon-bx-wraper {
    margin-bottom: 0;
  }

  .icon-bx-wraper.style-8 {
    padding: 30px;
  }

  .counter span {
    font-size: 50px;
  }

  .testimonial-slider {
    padding-bottom: 60px;
  }
  .testimonial-slider .owl-nav .owl-prev,
  .testimonial-slider .owl-nav .owl-next {
    bottom: -50px;
    right: auto;
    left: 40%;
    transform: translateX(-50%);
  }
  .testimonial-slider .owl-nav .owl-next {
    left: 60%;
  }

  .testimonial-4 .testimonial-pic {
    padding: 6px 0 0;
  }

  .testimonial-info {
    padding-left: 0;
  }

  .testimonial-info::before {
    left: 0;
  }

  .testimonial h2 {
    margin-bottom: 0;
  }

  .testimonial .slider-btn-1 .swiper-button {
    margin: 10px auto 0;
  }

  .testimonial-info::before {
    font-size: 40px;
  }

  .gallery_img {
    margin-bottom: 24px;
  }

  .footer_logo {
    margin: 0 0 30px;
  }

  .footer_top .col-lg-3.col-md-6:nth-child(2) {
    padding-left: 12px;
  }

  .footer_block {
    margin-top: 45px;
  }

  .footer_block h5 {
    margin-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;
  }
  .pricingtable-media {
    padding-bottom: 25px;
  }

  .contact_info_row .col-md-6:last-child {
    padding-left: 12px;
    padding-top: 30px;
  }
  .contact_info_row .working {
    padding: 20px 15px;
  }
  .contact_form .default-btn {
    max-width: 160px;
    padding: 8px 15px;
    margin: 0 auto;
  }
  .contact_form textarea {
    height: 60px;
  }
  .map_section iframe {
    height: 400px;
  }

  .academy_banner {
    padding: 60px 0;
  }

  .academy_banner h1 {
    font-size: 30px;
  }

  .beyond_training p br {
    display: none;
  }

  .award_img {
    margin-bottom: 20px;
  }

  .training_award_row .col-md-4:last-child .award_img {
    margin-bottom: 0;
  }
  .book_appointment_form {
    padding: 30px 15px;
    margin-top: 20px;
  }

  .icon-bx-wraper.style-8 {
    height: auto;
  }
}
