/* Theme Description
-------------------------------------------------

	  Theme Name:
	  Author:
	  Support:
	  Description:
	  Version:
	  
------------------------------------------------- 
*/
/* CSS Index
-------------------------------------------------

	1. Theme default css
	2. header
	3. slider
	4. about-area
	5. features-box
	6. department
	7. team
	8. video-area
	9. counter
	10. footer

-------------------------------------------------
*/
/*--------------- ---- Responsive --------------------------*/
/*-------------   Color Variable  --------------*/
/* @import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&family=Roboto+Condensed:ital,wght@0,300;0,400;1,300;1,400&display=swap"); */
/* ---------------------- */
/* CUSTOM FONT IMPORTS    */
/* ---------------------- */

/* Berkelana – For Headings */
@font-face {
    font-family: 'Berkelana';
    src: url('../fonts/Berkelana_Font/Berkelana.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* Colasta Thin – For Paragraphs */
@font-face {
    font-family: 'Colasta Thin';
    src: url('../fonts/colasta/Colasta-Thin.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins Thin';
    src: url('../fonts/Poppins/Poppins-Regular.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

/* line 30, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_color.scss */
.white-bg {
  background: #ffffff;
}

/* line 33, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_color.scss */
.gray-bg {
  background: #f5f5f5;
}

/*-------------Color include--------------*/
/*-- Background color---*/
/* line 57, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_color.scss */
.gray-bg {
  background: #f7f7fd;
}

/* line 60, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_color.scss */
.white-bg {
  background: #ffffff;
}

/* line 63, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_color.scss */
.black-bg {
  background: #000;
}

/* line 66, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_color.scss */
.theme-bg {
  background:  #EF783C;
}

/* line 69, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_color.scss */
.brand-bg {
  background: #f1f4fa;
}

/* line 72, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_color.scss */
.testimonial-bg {
  background: #f9fafc;
}

/*--- color------*/
/* line 78, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_color.scss */
.white-color {
  color: #ffffff;
}

/* line 81, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_color.scss */
.black-color {
  color: #000;
}

/* line 84, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_color.scss */
.theme-color {
  color:  #EF783C;
}

/* line 50, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_variables.scss */
.boxed-btn {
  background: #fff;
  color:  #EF783C !important;
  display: inline-block;
  padding: 18px 44px;
  font-family: "Berkelana", sans-serif;
  font-size: 14px;
  font-weight: 400;
  border: 0;
  border: 1px solid  #EF783C;
  letter-spacing: 3px;
  text-align: center;
  color:  #EF783C;
  text-transform: uppercase;
  cursor: pointer;
}

/* line 67, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_variables.scss */
.boxed-btn:hover {
  background:  #EF783C;
  color: #fff !important;
  border: 1px solid  #EF783C;
}

/* line 72, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_variables.scss */
.boxed-btn:focus {
  outline: none;
}

/* line 75, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_variables.scss */
.boxed-btn.large-width {
  width: 220px;
}

/*--
    - Overlay
------------------------------------------*/
/* line 4, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_overlay.scss */
[data-overlay] {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

/* line 9, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_overlay.scss */
[data-overlay]::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
}

/*-- Overlay Opacity --*/
/* line 22, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_overlay.scss */
[data-opacity="1"]::before {
  opacity: 0.1;
}

/* line 27, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_overlay.scss */
[data-opacity="2"]::before {
  opacity: 0.2;
}

/* line 32, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_overlay.scss */
[data-opacity="3"]::before {
  opacity: 0.3;
}

/* line 37, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_overlay.scss */
[data-opacity="4"]::before {
  opacity: 0.4;
}

/* line 42, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_overlay.scss */
[data-opacity="5"]::before {
  opacity: 0.5;
}

/* line 47, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_overlay.scss */
[data-opacity="6"]::before {
  opacity: 0.6;
}

/* line 52, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_overlay.scss */
[data-opacity="7"]::before {
  opacity: 0.7;
}

/* line 57, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_overlay.scss */
[data-opacity="8"]::before {
  opacity: 0.8;
}

/* line 62, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_overlay.scss */
[data-opacity="9"]::before {
  opacity: 0.9;
}

/* 1. Theme default css */
/* line 4, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
body {
  font-family: "Colasta Thin", sans-serif;
  font-weight: normal;
  font-style: normal;
}

/* line 9, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Berkelana", sans-serif;
  color: #ED683C;
  margin-top: 20px;
  font-style: normal;
  font-weight: 500;
  text-transform: normal;
}

/* line 23, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
p {
  font-family: "Colasta Thin", sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 15px;
  font-weight: normal;
}

/* line 34, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.bg-img-1 {
  background-image: url(../img/slider/slider-img-1.jpg);
}

/* line 37, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.bg-img-2 {
  background-image: url(../img/background-img/bg-img-2.jpg);
}

/* line 40, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.cta-bg-1 {
  background-image: url(../img/background-img/bg-img-3.jpg);
}

/* line 45, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.img {
  max-width: 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* line 49, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.f-left {
  float: left;
}

/* line 52, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.f-right {
  float: right;
}

/* line 55, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.fix {
  overflow: hidden;
  padding-bottom: 80px;
}

/* line 58, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.clear {
  clear: both;
}

/* line 62, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
a,
.button {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* line 66, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

/* line 71, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
a {
  color: #635c5c;
}

/* line 74, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
a:hover {
  color: #fff;
}

/* line 77, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
  text-decoration: none;
}

/* line 83, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
a,
button {
  color: #fff;
  outline: medium none;
}

/* line 88, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
button:focus, input:focus, input:focus, textarea, textarea:focus {
  outline: 0;
}

/* line 89, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.uppercase {
  text-transform: uppercase;
}

/* line 93, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
input:focus::-moz-placeholder {
  opacity: 0;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

/* line 100, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.capitalize {
  text-transform: capitalize;
}

/* line 104, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

/* line 113, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
ul {
  margin: 0px;
  padding: 0px;
}

/* line 117, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
li {
  list-style: none;
}

/* line 121, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
hr {
  border-bottom: 1px solid #eceff8;
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}

/* Theme-overlay */
/* line 129, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.theme-overlay {
  position: relative;
}

/* line 132, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.theme-overlay::before {
  background: #1696e7 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 142, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.overlay {
  position: relative;
  z-index: 0;
}

/* line 146, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.overlay::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

/* line 156, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.overlay2 {
  position: relative;
  z-index: 0;
}

/* line 160, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.overlay2::before {
  position: absolute;
  content: "";
  background-color: #2E2200;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.5;
}

/* line 173, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.section-padding {
  padding-top: 120px;
  padding-bottom: 120px;
}

/* line 177, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.separator {
  border-top: 1px solid #f2f2f2;
}

/* line 181, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mb-90 {
  margin-bottom: 90px;
}

@media (max-width: 767px) {
  /* line 181, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
  .mb-90 {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 181, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
  .mb-90 {
    margin-bottom: 45px;
  }
}

/* owl-carousel button style */
/* line 193, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.owl-carousel .owl-nav div {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  height: 40px;
  left: 20px;
  line-height: 40px;
  font-size: 22px;
  color: #646464;
  opacity: 1;
  visibility: visible;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease 0s;
  width: 40px;
}

/* line 212, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.owl-carousel .owl-nav div.owl-next {
  left: auto;
  right: -30px;
}

/* line 215, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.owl-carousel .owl-nav div.owl-next i {
  position: relative;
  right: 0;
  top: 1px;
}

/* line 222, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.owl-carousel .owl-nav div.owl-prev i {
  position: relative;
  right: 1px;
  top: 0px;
}

/* line 232, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.owl-carousel:hover .owl-nav div {
  opacity: 1;
  visibility: visible;
}

/* line 235, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.owl-carousel:hover .owl-nav div:hover {
  color: #000;
  background:  #EF783C;
}

/* line 244, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.btn {
  background: linear-gradient(to right, #FDC70C, #F3903F, #ED683C) !important;
  font-family: "Berkelana", sans-serif;
  text-transform: uppercase;
  padding: 27px 44px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  border-radius: 0px;
  line-height: 1;
  border: 2px;
  -moz-user-select: none;
  letter-spacing: 5px;
  line-height: 0;
  margin-bottom: 0;
  margin: 10px;
  cursor: pointer;
  transition: none;
  position: relative;
  z-index: 1; 
  overflow: hidden;
  margin: 0;
}

/* line 272, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 101%;
  height: 101%;
  background:  #EF783C;
  z-index: 1;
  border-radius: none;
  transition: transform 0.5s;
  transition-timing-function: ease;
  transform-origin: 0 0;
  transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
  transform: scaleX(0);
  border-radius: 0px;
}

/* line 291, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.btn:hover::before {
  transform: scaleX(1);
  color: #fff !important;
  z-index: -1;
}

/* line 296, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.btn:hover {
  background-position: right;
}

/* line 299, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: none;
}

/* line 303, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.about-btn {
  padding: 19px 97px 19px 20px;
}

/* line 308, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.header-btn {
  padding: 30px 43px;
}

/* line 311, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.hero-btn {
  padding: 32px 41px;
}

/* line 314, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.white-btn {
  padding: 30px 39px;
  background: #fff;
  color: #331391 !important;
}

/* line 319, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.black-btn {
  padding: 14px 35px;
  background: #000;
}

/* line 322, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.black-btn::before {
  background: #331391;
}

/* line 329, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.submit-btn2 {
  background:  #EF783C;
  width: 100%;
  height: 60px;
  padding: 10px 20px;
  border: 0;
  color: #fff;
  text-transform: capitalize;
  cursor: pointer;
  font-size: 16px;
  border-radius: 0px;
}

/* line 341, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.white-btn {
  background: #fff;
  color: #000;
}

/* line 344, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.white-btn::before {
  background: #000;
  color: #fff;
}

/* line 349, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.border-btn {
  font-size: 16px;
  font-weight: 600;
  border: 2px;
  color: #000;
   background: linear-gradient(to right, #FDC70C, #F3903F, #ED683C) !important;
  border-radius: 0px;
  text-transform: uppercase;
  padding: 14px 43px;
  -moz-user-select: none;
  cursor: pointer;
  display: inline-block;
  letter-spacing: 1px;
  margin-bottom: 0;
  position: relative;
  transition: color 0.4s linear;
  position: relative;
  overflow: hidden;
  margin: 0;
}

/* HOVER STATE */
.border-btn:hover {
    background: none !important; /* light color */
    border: 2px solid #fff !important; /* border on hover */
    color: #fff !important; 
}
/* contact button */
.contact-btn {
  font-size: 15px;
  font-weight: 600;
  border: 2px solid #fff !important;;
  color: #fff;
   background: none;
  border-radius: 0px;
  text-transform: uppercase;
  padding: 10px 35px;
  -moz-user-select: none;
  cursor: pointer;
  display: inline-block;
  letter-spacing: 1px;
  margin-bottom: 0;
  position: relative;
  transition: color 0.4s linear;
  position: relative;
  overflow: hidden;
  margin: 0;
}

/* HOVER STATE */
.contact-btn:hover {
    background:linear-gradient(to right, #FDC70C, #F3903F, #ED683C) !important; /* light color */
    border: 2px !important; /* border on hover */
    color: #000 !important; 
}

/* traning button */
.traning-btn {
  font-size: 16px;
  font-weight: 600;
  border: 2px solid #fff;
  color: #fff;
   background: none;
  border-radius: 0px;
  text-transform: uppercase;
  padding: 14px 43px;
  -moz-user-select: none;
  cursor: pointer;
  display: inline-block;
  letter-spacing: 1px;
  margin-bottom: 0;
  position: relative;
  transition: color 0.4s linear;
  position: relative;
  overflow: hidden;
  margin: 0;
}

/* HOVER STATE */
.traning-btn:hover {
    background: linear-gradient(to right, #FDC70C, #F3903F, #ED683C) !important;
    border: 2px !important; /* border on hover */
    color: #fff !important; 
}
/* line 371, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
/* .border-btn::before {
  border: 1px solid transparent;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 101%;
  height: 101%;
  background: #EF783C;
  z-index: -1;
  transition: transform 0.5s;
  transition-timing-function: ease;
  transform-origin: 0 0;
  transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
  transform: scaleY(0);
  border-radius: 0;
} */

/* line 390, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
/* .border-btn:hover::before {
  transform: scaleY(1);
  border: 1px solid transparent;
} */

/* button style */
/* line 398, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.breadcrumb > .active {
  color: #888;
}

/* scrollUp */
/* line 402, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
#scrollUp, #back-top {
  background:  #EF783C;
  height: 50px;
  width: 50px;
  right: 31px;
  bottom: 18px;
  position: fixed;
  color: #fff;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  line-height: 48px;
  border: 2px solid transparent;
  box-shadow: 0 0 10px 3px rgba(108, 98, 98, 0.2);
}

@media (max-width: 575px) {
  /* line 402, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
  #scrollUp, #back-top {
    right: 16px;
  }
}

/* line 419, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
#scrollUp a i, #back-top a i {
  display: block;
  line-height: 50px;
}

/* line 426, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
#scrollUp:hover {
  color: #fff;
}

/* Sticky*/
/* line 431, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.sticky-bar {
  left: 0;
  margin: auto;
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  z-index: 9999;
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  background: #fff;
}

/* Sticky end */
/*--- Margin & Padding --*/
/*-- Margin Top --*/
/* line 456, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mt-5 {
  margin-top: 5px;
}

/* line 456, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mt-10 {
  margin-top: 10px;
}

/* line 456, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mt-15 {
  margin-top: 15px;
}

/* line 456, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mt-20 {
  margin-top: 20px;
}

/* line 456, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mt-25 {
  margin-top: 25px;
}

/* line 456, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mt-30 {
  margin-top: 30px;
}

/* line 456, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mt-35 {
  margin-top: 35px;
}

/* line 456, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mt-40 {
  margin-top: 40px;
}

/* line 456, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mt-45 {
  margin-top: 45px;
}

/* line 456, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mt-50 {
  margin-top: 50px;
}

/* line 456, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mt-55 {
  margin-top: 55px;
}

/* line 456, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mt-60 {
  margin-top: 60px;
}

/* line 456, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mt-65 {
  margin-top: 65px;
}

/* line 456, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mt-70 {
  margin-top: 70px;
}

/* line 456, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mt-75 {
  margin-top: 75px;
}

/* line 456, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mt-80 {
  margin-top: 80px;
}

/* line 456, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mt-85 {
  margin-top: 85px;
}

/* line 456, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mt-90 {
  margin-top: 90px;
}

/* line 456, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mt-95 {
  margin-top: 95px;
}

/* line 456, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mt-100 {
  margin-top: 100px;
}

/* line 456, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mt-105 {
  margin-top: 105px;
}

/* line 456, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mt-110 {
  margin-top: 110px;
}

/* line 456, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mt-115 {
  margin-top: 115px;
}

/* line 456, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mt-120 {
  margin-top: 120px;
}

/* line 456, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mt-125 {
  margin-top: 125px;
}

/* line 456, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mt-130 {
  margin-top: 130px;
}

/* line 456, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mt-135 {
  margin-top: 135px;
}

/* line 456, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mt-140 {
  margin-top: 140px;
}

/* line 456, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mt-145 {
  margin-top: 145px;
}

/* line 456, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mt-150 {
  margin-top: 150px;
}

/* line 456, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mt-155 {
  margin-top: 155px;
}

/* line 456, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mt-160 {
  margin-top: 160px;
}

/* line 456, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mt-165 {
  margin-top: 165px;
}

/* line 456, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mt-170 {
  margin-top: 170px;
}

/* line 456, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mt-175 {
  margin-top: 175px;
}

/* line 456, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mt-180 {
  margin-top: 180px;
}

/* line 456, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mt-185 {
  margin-top: 185px;
}

/* line 456, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mt-190 {
  margin-top: 190px;
}

/* line 456, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mt-195 {
  margin-top: 195px;
}

/* line 456, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mt-200 {
  margin-top: 200px;
}

/*-- Margin Bottom --*/
/* line 461, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mb-5 {
  margin-bottom: 5px;
}

/* line 461, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mb-10 {
  margin-bottom: 10px;
}

/* line 461, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mb-15 {
  margin-bottom: 15px;
}

/* line 461, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mb-20 {
  margin-bottom: 20px;
}

/* line 461, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mb-25 {
  margin-bottom: 25px;
}

/* line 461, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mb-30 {
  margin-bottom: 30px;
}

/* line 461, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mb-35 {
  margin-bottom: 35px;
}

/* line 461, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mb-40 {
  margin-bottom: 40px;
}

/* line 461, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mb-45 {
  margin-bottom: 45px;
}

/* line 461, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mb-50 {
  margin-bottom: 50px;
}

/* line 461, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mb-55 {
  margin-bottom: 55px;
}

/* line 461, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mb-60 {
  margin-bottom: 60px;
}

/* line 461, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mb-65 {
  margin-bottom: 65px;
}

/* line 461, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mb-70 {
  margin-bottom: 70px;
}

/* line 461, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mb-75 {
  margin-bottom: 75px;
}

/* line 461, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mb-80 {
  margin-bottom: 80px;
}

/* line 461, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mb-85 {
  margin-bottom: 85px;
}

/* line 461, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mb-90 {
  margin-bottom: 90px;
}

/* line 461, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mb-95 {
  margin-bottom: 95px;
}

/* line 461, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mb-100 {
  margin-bottom: 100px;
}

/* line 461, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mb-105 {
  margin-bottom: 105px;
}

/* line 461, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mb-110 {
  margin-bottom: 110px;
}

/* line 461, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mb-115 {
  margin-bottom: 115px;
}

/* line 461, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mb-120 {
  margin-bottom: 120px;
}

/* line 461, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mb-125 {
  margin-bottom: 125px;
}

/* line 461, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mb-130 {
  margin-bottom: 130px;
}

/* line 461, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mb-135 {
  margin-bottom: 135px;
}

/* line 461, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mb-140 {
  margin-bottom: 140px;
}

/* line 461, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mb-145 {
  margin-bottom: 145px;
}

/* line 461, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mb-150 {
  margin-bottom: 150px;
}

/* line 461, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mb-155 {
  margin-bottom: 155px;
}

/* line 461, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mb-160 {
  margin-bottom: 160px;
}

/* line 461, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mb-165 {
  margin-bottom: 165px;
}

/* line 461, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mb-170 {
  margin-bottom: 170px;
}

/* line 461, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mb-175 {
  margin-bottom: 175px;
}

/* line 461, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mb-180 {
  margin-bottom: 180px;
}

/* line 461, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mb-185 {
  margin-bottom: 185px;
}

/* line 461, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mb-190 {
  margin-bottom: 190px;
}

/* line 461, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mb-195 {
  margin-bottom: 195px;
}

/* line 461, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mb-200 {
  margin-bottom: 200px;
}

/*-- Margin Left --*/
/* line 465, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.ml-5 {
  margin-left: 5px;
}

/* line 465, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.ml-10 {
  margin-left: 10px;
}

/* line 465, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.ml-15 {
  margin-left: 15px;
}

/* line 465, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.ml-20 {
  margin-left: 20px;
}

/* line 465, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.ml-25 {
  margin-left: 25px;
}

/* line 465, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.ml-30 {
  margin-left: 30px;
}

/* line 465, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.ml-35 {
  margin-left: 35px;
}

/* line 465, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.ml-40 {
  margin-left: 40px;
}

/* line 465, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.ml-45 {
  margin-left: 45px;
}

/* line 465, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.ml-50 {
  margin-left: 50px;
}

/* line 465, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.ml-55 {
  margin-left: 55px;
}

/* line 465, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.ml-60 {
  margin-left: 60px;
}

/* line 465, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.ml-65 {
  margin-left: 65px;
}

/* line 465, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.ml-70 {
  margin-left: 70px;
}

/* line 465, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.ml-75 {
  margin-left: 75px;
}

/* line 465, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.ml-80 {
  margin-left: 80px;
}

/* line 465, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.ml-85 {
  margin-left: 85px;
}

/* line 465, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.ml-90 {
  margin-left: 90px;
}

/* line 465, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.ml-95 {
  margin-left: 95px;
}

/* line 465, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.ml-100 {
  margin-left: 100px;
}

/* line 465, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.ml-105 {
  margin-left: 105px;
}

/* line 465, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.ml-110 {
  margin-left: 110px;
}

/* line 465, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.ml-115 {
  margin-left: 115px;
}

/* line 465, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.ml-120 {
  margin-left: 120px;
}

/* line 465, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.ml-125 {
  margin-left: 125px;
}

/* line 465, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.ml-130 {
  margin-left: 130px;
}

/* line 465, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.ml-135 {
  margin-left: 135px;
}

/* line 465, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.ml-140 {
  margin-left: 140px;
}

/* line 465, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.ml-145 {
  margin-left: 145px;
}

/* line 465, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.ml-150 {
  margin-left: 150px;
}

/* line 465, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.ml-155 {
  margin-left: 155px;
}

/* line 465, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.ml-160 {
  margin-left: 160px;
}

/* line 465, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.ml-165 {
  margin-left: 165px;
}

/* line 465, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.ml-170 {
  margin-left: 170px;
}

/* line 465, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.ml-175 {
  margin-left: 175px;
}

/* line 465, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.ml-180 {
  margin-left: 180px;
}

/* line 465, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.ml-185 {
  margin-left: 185px;
}

/* line 465, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.ml-190 {
  margin-left: 190px;
}

/* line 465, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.ml-195 {
  margin-left: 195px;
}

/* line 465, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.ml-200 {
  margin-left: 200px;
}

/*-- Margin Right --*/
/* line 470, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mr-5 {
  margin-right: 5px;
}

/* line 470, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mr-10 {
  margin-right: 10px;
}

/* line 470, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mr-15 {
  margin-right: 15px;
}

/* line 470, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mr-20 {
  margin-right: 20px;
}

/* line 470, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mr-25 {
  margin-right: 25px;
}

/* line 470, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mr-30 {
  margin-right: 30px;
}

/* line 470, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mr-35 {
  margin-right: 35px;
}

/* line 470, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mr-40 {
  margin-right: 40px;
}

/* line 470, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mr-45 {
  margin-right: 45px;
}

/* line 470, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mr-50 {
  margin-right: 50px;
}

/* line 470, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mr-55 {
  margin-right: 55px;
}

/* line 470, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mr-60 {
  margin-right: 60px;
}

/* line 470, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mr-65 {
  margin-right: 65px;
}

/* line 470, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mr-70 {
  margin-right: 70px;
}

/* line 470, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mr-75 {
  margin-right: 75px;
}

/* line 470, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mr-80 {
  margin-right: 80px;
}

/* line 470, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mr-85 {
  margin-right: 85px;
}

/* line 470, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mr-90 {
  margin-right: 90px;
}

/* line 470, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mr-95 {
  margin-right: 95px;
}

/* line 470, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mr-100 {
  margin-right: 100px;
}

/* line 470, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mr-105 {
  margin-right: 105px;
}

/* line 470, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mr-110 {
  margin-right: 110px;
}

/* line 470, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mr-115 {
  margin-right: 115px;
}

/* line 470, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mr-120 {
  margin-right: 120px;
}

/* line 470, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mr-125 {
  margin-right: 125px;
}

/* line 470, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mr-130 {
  margin-right: 130px;
}

/* line 470, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mr-135 {
  margin-right: 135px;
}

/* line 470, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mr-140 {
  margin-right: 140px;
}

/* line 470, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mr-145 {
  margin-right: 145px;
}

/* line 470, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mr-150 {
  margin-right: 150px;
}

/* line 470, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mr-155 {
  margin-right: 155px;
}

/* line 470, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mr-160 {
  margin-right: 160px;
}

/* line 470, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mr-165 {
  margin-right: 165px;
}

/* line 470, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mr-170 {
  margin-right: 170px;
}

/* line 470, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mr-175 {
  margin-right: 175px;
}

/* line 470, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mr-180 {
  margin-right: 180px;
}

/* line 470, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mr-185 {
  margin-right: 185px;
}

/* line 470, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mr-190 {
  margin-right: 190px;
}

/* line 470, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mr-195 {
  margin-right: 195px;
}

/* line 470, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mr-200 {
  margin-right: 200px;
}

/*-- Padding Top --*/
/* line 475, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pt-5 {
  padding-top: 5px;
}

/* line 475, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pt-10 {
  padding-top: 20px;
}

/* line 475, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pt-15 {
  padding-top: 15px;
}

/* line 475, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pt-20 {
  padding-top: 20px;
}

/* line 475, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pt-25 {
  padding-top: 25px;
}

/* line 475, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pt-30 {
  padding-top: 30px;
}

/* line 475, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pt-35 {
  padding-top: 35px;
}

/* line 475, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pt-40 {
  padding-top: 40px;
}

/* line 475, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pt-45 {
  padding-top: 45px;
}

/* line 475, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pt-50 {
  padding-top: 30px;
  padding-bottom: 50px;
}

/* line 475, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pt-55 {
  padding-top: 55px;
}

/* line 475, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pt-60 {
  padding-top: 60px;
}

/* line 475, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pt-65 {
  padding-top: 65px;
}

/* line 475, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pt-70 {
  padding-top: 70px;
}

/* line 475, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pt-75 {
  padding-top: 75px;
}

/* line 475, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pt-80 {
  padding-top: 80px;
}

/* line 475, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pt-85 {
  padding-top: 85px;
}

/* line 475, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pt-90 {
  padding-top: 90px;
}

/* line 475, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pt-95 {
  padding-top: 95px;
}

/* line 475, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pt-100 {
  padding-top: 100px;
}

/* line 475, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pt-105 {
  padding-top: 105px;
}

/* line 475, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pt-110 {
  padding-top: 110px;
}

/* line 475, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pt-115 {
  padding-top: 115px;
}

/* line 475, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pt-120 {
  padding-top: 120px;
}

/* line 475, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pt-125 {
  padding-top: 125px;
}

/* line 475, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pt-130 {
  padding-top: 130px;
}

/* line 475, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pt-135 {
  padding-top: 135px;
}

/* line 475, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pt-140 {
  padding-top: 140px;
}

/* line 475, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pt-145 {
  padding-top: 145px;
}

/* line 475, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pt-150 {
  padding-top: 150px;
}

/* line 475, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pt-155 {
  padding-top: 155px;
}

/* line 475, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pt-160 {
  padding-top: 160px;
}

/* line 475, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pt-165 {
  padding-top: 165px;
}

/* line 475, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pt-170 {
  padding-top: 170px;
}

/* line 475, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pt-175 {
  padding-top: 175px;
}

/* line 475, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pt-180 {
  padding-top: 180px;
}

/* line 475, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pt-185 {
  padding-top: 185px;
}

/* line 475, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pt-190 {
  padding-top: 190px;
}

/* line 475, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pt-195 {
  padding-top: 195px;
}

/* line 475, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pt-200 {
  padding-top: 200px;
}

/* line 477, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pt-260 {
  padding-top: 260px;
}

/*-- Padding Bottom --*/
/* line 482, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pb-5 {
  padding-bottom: 5px;
}

/* line 482, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pb-10 {
  padding-bottom: 10px;
}

/* line 482, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pb-15 {
  padding-bottom: 15px;
}

/* line 482, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pb-20 {
  padding-bottom: 20px;
}

/* line 482, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pb-25 {
  padding-bottom: 25px;
}

/* line 482, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pb-30 {
  padding-bottom: 30px;
}

/* line 482, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pb-35 {
  padding-bottom: 35px;
}

/* line 482, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pb-40 {
  padding-bottom: 40px;
}

/* line 482, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pb-45 {
  padding-bottom: 45px;
}

/* line 482, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pb-50 {
  padding-bottom: 0px;
}

/* line 482, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pb-55 {
  padding-bottom: 55px;
}

/* line 482, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pb-60 {
  padding-bottom: 60px;
}

/* line 482, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pb-65 {
  padding-bottom: 65px;
}

/* line 482, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pb-70 {
  padding-bottom: 70px;
}

/* line 482, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pb-75 {
  padding-bottom: 75px;
}

/* line 482, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pb-60 {
  padding-bottom: 60px;
}

/* line 482, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pb-85 {
  padding-bottom: 85px;
}

/* line 482, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pb-90 {
  padding-bottom: 90px;
}

/* line 482, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pb-95 {
  padding-bottom: 95px;
}

/* line 482, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pb-100 {
  padding-bottom: 100px;
}

/* line 482, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pb-105 {
  padding-bottom: 105px;
}

/* line 482, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pb-110 {
  padding-bottom: 110px;
}

/* line 482, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pb-115 {
  padding-bottom: 115px;
}

/* line 482, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pb-120 {
  padding-bottom: 120px;
}

/* line 482, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pb-125 {
  padding-bottom: 125px;
}

/* line 482, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pb-130 {
  padding-bottom: 130px;
}

/* line 482, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pb-135 {
  padding-bottom: 135px;
}

/* line 482, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pb-140 {
  padding-bottom: 140px;
}

/* line 482, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pb-145 {
  padding-bottom: 145px;
}

/* line 482, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pb-150 {
  padding-bottom: 150px;
}

/* line 482, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pb-155 {
  padding-bottom: 155px;
}

/* line 482, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pb-160 {
  padding-bottom: 160px;
}

/* line 482, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pb-165 {
  padding-bottom: 165px;
}

/* line 482, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pb-170 {
  padding-bottom: 170px;
}

/* line 482, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pb-175 {
  padding-bottom: 175px;
}

/* line 482, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pb-180 {
  padding-bottom: 180px;
}

/* line 482, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pb-185 {
  padding-bottom: 185px;
}

/* line 482, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pb-190 {
  padding-bottom: 190px;
}

/* line 482, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pb-195 {
  padding-bottom: 195px;
}

/* line 482, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pb-200 {
  padding-bottom: 200px;
}

/*-- Padding Left --*/
/* line 487, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pl-5 {
  padding-left: 5px;
}

/* line 487, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pl-10 {
  padding-left: 10px;
}

/* line 487, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pl-15 {
  padding-left: 15px;
}

/* line 487, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pl-20 {
  padding-left: 20px;
}

/* line 487, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pl-25 {
  padding-left: 25px;
}

/* line 487, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pl-30 {
  padding-left: 30px;
}

/* line 487, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pl-35 {
  padding-left: 35px;
}

/* line 487, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pl-40 {
  padding-left: 40px;
}

/* line 487, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pl-45 {
  padding-left: 45px;
}

/* line 487, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pl-50 {
  padding-left: 50px;
}

/* line 487, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pl-55 {
  padding-left: 55px;
}

/* line 487, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pl-60 {
  padding-left: 60px;
}

/* line 487, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pl-65 {
  padding-left: 65px;
}

/* line 487, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pl-70 {
  padding-left: 70px;
}

/* line 487, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pl-75 {
  padding-left: 75px;
}

/* line 487, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pl-80 {
  padding-left: 80px;
}

/* line 487, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pl-85 {
  padding-left: 85px;
}

/* line 487, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pl-90 {
  padding-left: 90px;
}

/* line 487, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pl-95 {
  padding-left: 95px;
}

/* line 487, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pl-100 {
  padding-left: 100px;
}

/* line 487, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pl-105 {
  padding-left: 105px;
}

/* line 487, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pl-110 {
  padding-left: 110px;
}

/* line 487, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pl-115 {
  padding-left: 115px;
}

/* line 487, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pl-120 {
  padding-left: 120px;
}

/* line 487, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pl-125 {
  padding-left: 125px;
}

/* line 487, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pl-130 {
  padding-left: 130px;
}

/* line 487, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pl-135 {
  padding-left: 135px;
}

/* line 487, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pl-140 {
  padding-left: 140px;
}

/* line 487, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pl-145 {
  padding-left: 145px;
}

/* line 487, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pl-150 {
  padding-left: 150px;
}

/* line 487, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pl-155 {
  padding-left: 155px;
}

/* line 487, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pl-160 {
  padding-left: 160px;
}

/* line 487, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pl-165 {
  padding-left: 165px;
}

/* line 487, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pl-170 {
  padding-left: 170px;
}

/* line 487, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pl-175 {
  padding-left: 175px;
}

/* line 487, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pl-180 {
  padding-left: 180px;
}

/* line 487, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pl-185 {
  padding-left: 185px;
}

/* line 487, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pl-190 {
  padding-left: 190px;
}

/* line 487, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pl-195 {
  padding-left: 195px;
}

/* line 487, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pl-200 {
  padding-left: 200px;
}

/*-- Padding Right --*/
/* line 492, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pr-5 {
  padding-right: 5px;
}

/* line 492, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pr-10 {
  padding-right: 10px;
}

/* line 492, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pr-15 {
  padding-right: 15px;
}

/* line 492, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pr-20 {
  padding-right: 20px;
}

/* line 492, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pr-25 {
  padding-right: 25px;
}

/* line 492, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pr-30 {
  padding-right: 30px;
}

/* line 492, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pr-35 {
  padding-right: 35px;
}

/* line 492, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pr-40 {
  padding-right: 40px;
}

/* line 492, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pr-45 {
  padding-right: 45px;
}

/* line 492, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pr-50 {
  padding-right: 50px;
}

/* line 492, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pr-55 {
  padding-right: 55px;
}

/* line 492, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pr-60 {
  padding-right: 60px;
}

/* line 492, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pr-65 {
  padding-right: 65px;
}

/* line 492, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pr-70 {
  padding-right: 70px;
}

/* line 492, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pr-75 {
  padding-right: 75px;
}

/* line 492, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pr-80 {
  padding-right: 80px;
}

/* line 492, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pr-85 {
  padding-right: 85px;
}

/* line 492, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pr-90 {
  padding-right: 90px;
}

/* line 492, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pr-95 {
  padding-right: 95px;
}

/* line 492, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pr-100 {
  padding-right: 100px;
}

/* line 492, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pr-105 {
  padding-right: 105px;
}

/* line 492, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pr-110 {
  padding-right: 110px;
}

/* line 492, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pr-115 {
  padding-right: 115px;
}

/* line 492, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pr-120 {
  padding-right: 120px;
}

/* line 492, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pr-125 {
  padding-right: 125px;
}

/* line 492, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pr-130 {
  padding-right: 130px;
}

/* line 492, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pr-135 {
  padding-right: 135px;
}

/* line 492, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pr-140 {
  padding-right: 140px;
}

/* line 492, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pr-145 {
  padding-right: 145px;
}

/* line 492, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pr-150 {
  padding-right: 150px;
}

/* line 492, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pr-155 {
  padding-right: 155px;
}

/* line 492, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pr-160 {
  padding-right: 160px;
}

/* line 492, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pr-165 {
  padding-right: 165px;
}

/* line 492, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pr-170 {
  padding-right: 170px;
}

/* line 492, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pr-175 {
  padding-right: 175px;
}

/* line 492, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pr-180 {
  padding-right: 180px;
}

/* line 492, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pr-185 {
  padding-right: 185px;
}

/* line 492, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pr-190 {
  padding-right: 190px;
}

/* line 492, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pr-195 {
  padding-right: 195px;
}

/* line 492, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pr-200 {
  padding-right: 200px;
}

/*-- Some Animated CSS -- */
/* bounce-animate */
/* line 503, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.bounce-animate {
  animation-name: float-bob;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  /* animation-timing-function: linear; */
  -moz-animation-name: float-bob;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

@-webkit-keyframes float-bob {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

/* heartbeat */
/* line 533, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.heartbeat {
  animation: heartbeat 1s infinite alternate;
}

@-webkit-keyframes heartbeat {
  to {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
  }
}

/* rotateme */
/* line 545, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.rotateme {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 30s;
  animation-duration: 30s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

/* 20. preloader */
/* line 577, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.preloader {
  background-color: #f7f7f7;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
  margin: 0 auto;
}

/* line 593, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.preloader .preloader-circle {
  width: 100px;
  height: 100px;
  position: relative;
  border-style: solid;
  border-width: 1px;
  border-top-color:  #EF783C;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  z-index: 10;
  border-radius: 50%;
  -webkit-box-shadow: 0 1px 5px 0 rgba(35, 181, 185, 0.15);
  box-shadow: 0 1px 5px 0 rgba(35, 181, 185, 0.15);
  background-color: #fff;
  -webkit-animation: zoom 2000ms infinite ease;
  animation: zoom 2000ms infinite ease;
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
}

/* line 615, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.preloader .preloader-circle2 {
  border-top-color: #0078ff;
}

/* line 618, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.preloader .preloader-img {
  position: absolute;
  top: 50%;
  z-index: 200;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-top: 6px;
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
}

/* line 636, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.preloader .preloader-img img {
  max-width: 55px;
}

/* line 639, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.preloader .pere-text strong {
  font-weight: 800;
  color: #dca73a;
  text-transform: uppercase;
}

@-webkit-keyframes zoom {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
  }
}

@keyframes zoom {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
  }
}

/*-- Section Padding -- */
/* line 683, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.section-padding2 {
  padding-top: 200px;
  padding-bottom: 200px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  /* line 683, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
  .section-padding2 {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 683, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
  .section-padding2 {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 683, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
  .section-padding2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 683, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
  .section-padding2 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media (max-width: 575px) {
  /* line 683, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
  .section-padding2 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

/* line 708, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pb-bottom {
  padding-bottom: 200px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 708, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
  .pb-bottom {
    padding-bottom: 200px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 708, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
  .pb-bottom {
    padding-bottom: 50px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 708, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
  .pb-bottom {
    padding-bottom: 10px;
  }
}

@media (max-width: 575px) {
  /* line 708, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
  .pb-bottom {
    padding-bottom: 10px;
  }
}

/* line 723, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pb-top {
  padding-top: 200px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 723, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
  .pb-top {
    padding-top: 70px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 723, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
  .pb-top {
    padding-top: 70px;
  }
}

@media (max-width: 575px) {
  /* line 723, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
  .pb-top {
    padding-top: 70px;
  }
}

/* line 735, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.testimonial-padding {
  padding-top: 190px;
  padding-bottom: 170px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 735, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
  .testimonial-padding {
    padding-top: 190px;
    padding-bottom: 170px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 735, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
  .testimonial-padding {
    padding-top: 70px;
    padding-bottom: 60px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 735, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
  .testimonial-padding {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}

@media (max-width: 575px) {
  /* line 735, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
  .testimonial-padding {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}

/* line 755, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.w-padding {
  padding-top: 100px;
  padding-bottom: 95px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 755, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
  .w-padding {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media (max-width: 575px) {
  /* line 755, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
  .w-padding {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

/* line 767, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.section-padding30 {
  padding-top: 100px;
  padding-bottom: 20px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 767, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
  .section-padding30 {
    padding-top: 65px;
    padding-bottom: 70px;
  }
}

@media (max-width: 575px) {
  /* line 767, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
  .section-padding30 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

/* line 779, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.services-padding {
  padding-top: 145px;
  padding-bottom: 170px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 779, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
  .services-padding {
    padding-top: 145px;
    padding-bottom: 170px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 779, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
  .services-padding {
    padding-top: 100px;
    padding-bottom: 70px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 779, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
  .services-padding {
    padding-top: 65px;
    padding-bottom: 70px;
  }
}

@media (max-width: 575px) {
  /* line 779, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
  .services-padding {
    padding-top: 65px;
    padding-bottom: 70px;
  }
}

/* line 799, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.section-paddingt30 {
  padding-top: 195px;
  padding-bottom: 90px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 799, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
  .section-paddingt30 {
    padding-top: 150px;
    padding-bottom: 90px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 799, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
  .section-paddingt30 {
    padding-top: 100px;
    padding-bottom: 40px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 799, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
  .section-paddingt30 {
    padding-top: 65px;
    padding-bottom: 10px;
  }
}

@media (max-width: 575px) {
  /* line 799, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
  .section-paddingt30 {
    padding-top: 65px;
    padding-bottom: 10px;
  }
}

/* line 821, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.section-padding3 {
  padding-top: 150px;
  padding-bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 821, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
  .section-padding3 {
    padding-top: 150px;
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 821, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
  .section-padding3 {
    padding-top: 60px;
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 821, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
  .section-padding3 {
    padding-top: 60px;
    padding-bottom: 0;
  }
}

@media (max-width: 575px) {
  /* line 821, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
  .section-padding3 {
    padding-top: 60px;
    padding-bottom: 0;
  }
}

/* line 842, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.footer-padding {
  padding-top: 50px;
  padding-bottom: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 842, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
  .footer-padding {
    padding-top: 110px;
    padding-bottom: 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 842, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
  .footer-padding {
    padding-top: 100px;
    padding-bottom: 50px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 842, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
  .footer-padding {
    padding-top: 80px;
    padding-bottom: 50px;
  }
}

@media (max-width: 575px) {
  /* line 842, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
  .footer-padding {
    padding-top: 80px;
    padding-bottom: 0px;
  }
}

@media (max-width: 575px) {
  /* line 867, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
  .section-tittle {
    margin-bottom: 50px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 867, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
  .section-tittle {
    margin-bottom: 50px;
  }
}

/* line 874, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.section-tittle span {
  font-family: "Berkelana", sans-serif;
  font-size: 24px;
  font-weight: 300;
  margin-left: 72px;
  margin-bottom: 22px;
  color: #EF783C;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
}

@media (max-width: 575px) {
  /* line 874, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
  .section-tittle span {
    font-size: 14px;
  }
}

/* line 887, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.section-tittle span::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 2px;
  background: #EF783C;
  top: 0;
  left: -67px;
  top: 50%;
  transform: translateY(-50%);
}

/* line 899, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.section-tittle h2 {
  font-size: 58px;
  line-height: 1;
  display: block;
  color: #2c234d;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  -webkit-text-stroke: 0.2px #f6f7f8;
  -webkit-text-fill-color: transparent;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 899, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
  .section-tittle h2 {
    font-size: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 899, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
  .section-tittle h2 {
    font-size: 50px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 899, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
  .section-tittle h2 {
    font-size: 58px;
  }
}

@media (max-width: 575px) {
  /* line 899, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
  .section-tittle h2 {
    font-size: 40px;
  }
}

/* line 924, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.section-tittle2 h2 {
  font-size: 45px;
  display: block;
  color: #2c234d;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 924, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
  .section-tittle2 h2 {
    font-size: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 924, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
  .section-tittle2 h2 {
    font-size: 50px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 924, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
  .section-tittle2 h2 {
    font-size: 58px;
  }
}

@media (max-width: 575px) {
  /* line 924, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
  .section-tittle2 h2 {
    font-size: 25px;
  }
}

/* line 945, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.section-tittle2 p {
  color: #fff;
  font-size: 18px;
}

/* line 951, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.section-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}

/* line 958, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.section-bg2 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

/*-------------   Color Variable  --------------*/
/* line 30, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_color.scss */
.white-bg {
  background: #ffffff;
}

/* line 33, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_color.scss */
.gray-bg {
  background: #f5f5f5;
}

/*-------------Color include--------------*/
/*-- Background color---*/
/* line 57, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_color.scss */
.gray-bg {
  background: #f7f7fd;
}

/* line 60, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_color.scss */
.white-bg {
  background: #ffffff;
}

/* line 63, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_color.scss */
.black-bg {
  background: #000;
}

/* line 66, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_color.scss */
.theme-bg {
  background: #EF783C;
}

/* line 69, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_color.scss */
.brand-bg {
  background: #f1f4fa;
}

/* line 72, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_color.scss */
.testimonial-bg {
  background: #f9fafc;
}

/*--- color------*/
/* line 78, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_color.scss */
.white-color {
  color: #ffffff;
}

/* line 81, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_color.scss */
.black-color {
  color: #000;
}

/* line 84, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_color.scss */
.theme-color {
  color: #EF783C;
}

/* line 5, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_headerMenu.scss */
.header-area .main-header {
  padding: 0 85px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  /* line 5, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_headerMenu.scss */
  .header-area .main-header {
    padding: 0 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 5, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_headerMenu.scss */
  .header-area .main-header {
    padding: 0 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 5, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_headerMenu.scss */
  .header-area .main-header {
    padding: 0 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 5, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_headerMenu.scss */
  .header-area .main-header {
    padding: 0 20px;
  }
}

@media (max-width: 575px) {
  /* line 5, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_headerMenu.scss */
  .header-area .main-header {
    padding: 0 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 5, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_headerMenu.scss */
  .header-area .main-header {
    padding-top: 16px;
    padding-bottom: 21px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 5, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_headerMenu.scss */
  .header-area .main-header {
    padding-top: 16px;
    padding-bottom: 21px;
  }
}

@media (max-width: 575px) {
  /* line 5, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_headerMenu.scss */
  .header-area .main-header {
    padding-top: 16px;
    padding-bottom: 21px;
  }
}

/* line 36, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_headerMenu.scss */
.header-area .main-header.main-header2 {
  padding: 0;
}

/* line 40, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_headerMenu.scss */
.header-area .menu-wrapper {
  display: flex;
  align-content: center;
  justify-content: space-between;
  height: 80px;
  flex-wrap: wrap;
  align-items: center;
}

/* line 46, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_headerMenu.scss */
.header-area .menu-wrapper.menu-wrapper2 {
  justify-content: center;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  /* line 50, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_headerMenu.scss */
  .header-area .menu-wrapper .main-menu {
    margin-right: 30px;
  }
}

/* line 54, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_headerMenu.scss */
.header-area .menu-wrapper .main-menu.main-header2 {
  padding: 0;
}

/* line 58, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_headerMenu.scss */
.header-area .menu-wrapper .main-menu ul li {
  display: inline-block;
  position: relative;
  z-index: 1;
}

/* line 62, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_headerMenu.scss */
.header-area .menu-wrapper .main-menu ul li a {
  color: #fff;
  font-weight: 500;
  padding: 39px 20px;
  display: block;
  font-size: 15px;
  font-family: "Berkelana", sans-serif;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-transform: uppercase;
  text-decoration: underline transparent;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 62, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_headerMenu.scss */
  .header-area .menu-wrapper .main-menu ul li a {
    padding: 20px 7px;
  }
}

/* line 78, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_headerMenu.scss */
.header-area .menu-wrapper .main-menu ul li:hover > a {
  color: #fff;
  text-decoration: none;
}

/* line 83, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_headerMenu.scss */
.header-area .menu-wrapper .main-menu ul li:hover > ul.submenu {
  visibility: visible;
  opacity: 1;
  top: 100%;
}

/* line 89, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_headerMenu.scss */
.header-area .menu-wrapper .main-menu ul ul.submenu {
  position: absolute;
  width: 170px;
  left: 0;
  top: 90%;
  visibility: hidden;
  opacity: 0;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
  padding: 17px 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* line 101, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_headerMenu.scss */
.header-area .menu-wrapper .main-menu ul ul.submenu > li {
  margin-left: 7px;
  display: block;
}

/* line 104, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_headerMenu.scss */
.header-area .menu-wrapper .main-menu ul ul.submenu > li > a {
  padding: 6px 10px !important;
  font-size: 16px;
  color: #fdfdfd;
}

/* line 108, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_headerMenu.scss */
.header-area .menu-wrapper .main-menu ul ul.submenu > li > a:hover {
  color: #fff;
  background: none;
  padding-left: 13px !important;
}

/* line 124, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_headerMenu.scss */
.main-header .menu-wrapper2 .main-menu2 ul li a {
  padding: 5px 11px;
}

/* line 137, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_headerMenu.scss */
.header-sticky.sticky-bar.sticky .main-menu ul li a {
  padding: 20px 20px !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 133, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_headerMenu.scss */
  .header-sticky.sticky-bar.sticky {
    padding: 15px 0px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 133, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_headerMenu.scss */
  .header-sticky.sticky-bar.sticky {
    padding: 15px 0px;
  }
}

@media (max-width: 575px) {
  /* line 133, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_headerMenu.scss */
  .header-sticky.sticky-bar.sticky {
    padding: 15px 0px;
  }
}

/* line 158, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_headerMenu.scss */
.mobile_menu {
  position: absolute;
  right: 0px;
  width: 100%;
  z-index: 99;
}

/* line 163, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_headerMenu.scss */
.mobile_menu .slicknav_menu {
  background: transparent;
  margin-top: 0px !important;
}

/* line 166, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_headerMenu.scss */
.mobile_menu .slicknav_menu .slicknav_btn {
  top: -29px;
}

/* line 169, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_headerMenu.scss */
.mobile_menu .slicknav_menu .slicknav_btn .slicknav_icon-bar {
  background-color: #FDC70C !important;
}

/* line 173, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_headerMenu.scss */
.mobile_menu .slicknav_menu .slicknav_nav {
  margin-top: 15px !important;
}

/* line 176, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_headerMenu.scss */
.mobile_menu .slicknav_menu .slicknav_nav a:hover {
  background: transparent;
  color: #EF783C;
}

/* line 180, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_headerMenu.scss */
.mobile_menu .slicknav_menu .slicknav_nav a {
  font-size: 15px;
  padding: 7px 10px;
}

/* line 185, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_headerMenu.scss */
.mobile_menu .slicknav_menu .slicknav_nav .slicknav_item a {
  padding: 0 !important;
}

/* line 1, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_h1-hero.scss */
.slider-height {
  height: 900px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 1, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_h1-hero.scss */
  .slider-height {
    height: 800px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 1, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_h1-hero.scss */
  .slider-height {
    height: 650px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 1, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_h1-hero.scss */
  .slider-height {
    height: 600px;
  }
}

@media (max-width: 575px) {
  /* line 1, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_h1-hero.scss */
  .slider-height {
    height: 400px;
  }
}

/* line 18, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_h1-hero.scss */
.slider-height2 {
  height: 450px;
  background-size: cover;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 18, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_h1-hero.scss */
  .slider-height2 {
    height: 350px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 18, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_h1-hero.scss */
  .slider-height2 {
    height: 260px;
  }
}

@media (max-width: 575px) {
  /* line 18, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_h1-hero.scss */
  .slider-height2 {
    height: 260px;
  }
}

/* line 31, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_h1-hero.scss */
.slider-area2 {
  background-image: url(../img/hero/hero2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

/* line 37, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_h1-hero.scss */
.slider-area {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

/* Fullscreen video background */
.banner-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

/* Slider content stays above the video */
.slider-active,
.single-slider,
.hero__caption {
    position: relative;
    z-index: 2;
}


/* line 44, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_h1-hero.scss */
.slider-area .hero__caption {
  overflow: hidden;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 44, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_h1-hero.scss */
  .slider-area .hero__caption {
    padding-top: 80px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 44, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_h1-hero.scss */
  .slider-area .hero__caption {
    padding-top: 80px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 44, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_h1-hero.scss */
  .slider-area .hero__caption {
    padding-top: 80px;
  }
}

@media (max-width: 575px) {
  /* line 44, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_h1-hero.scss */
  .slider-area .hero__caption {
    padding-top: 80px;
  }
}

/* line 58, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_h1-hero.scss */
.slider-area .hero__caption span {
  font-size: 60px;
  font-family: "Berkelana", sans-serif;
  font-weight: 700;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  -webkit-text-stroke: 1px #f6f7f8;
  -webkit-text-fill-color: transparent;
  line-height: 1.2;
}
.hero__buttons {
    display: flex;
    align-items: center;
    gap: 20px; /* space between buttons */
}

/* SVG button styling */
.hero-img-btn img {
    width: 120px;          /* adjust size if needed */
    height: auto;
    display: block;
}

/* Mobile adjustment */
@media (max-width: 767px) {
    .hero__buttons {
        flex-direction: row;   /* force right side */
        justify-content: flex-start;
        gap: 12px;
    }

    .hero-btn {
        padding: 12px 26px; /* slightly smaller button */
        font-size: 14px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 58, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_h1-hero.scss */
  .slider-area .hero__caption span {
    font-size: 53px;
  }
}

@media (max-width: 575px) {
  /* line 58, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_h1-hero.scss */
  .slider-area .hero__caption span {
    font-size: 33px;
  }
}

/* line 75, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_h1-hero.scss */
.slider-area .hero__caption h1 {
  font-size: 100px;
  font-weight: 700;
  margin-bottom: 14px;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 30px;
  text-transform: uppercase;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 75, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_h1-hero.scss */
  .slider-area .hero__caption h1 {
    font-size: 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 75, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_h1-hero.scss */
  .slider-area .hero__caption h1 {
    font-size: 50px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 75, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_h1-hero.scss */
  .slider-area .hero__caption h1 {
    font-size: 84px;
    line-height: 1.4;
  }
}

@media (max-width: 575px) {
  /* line 75, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_h1-hero.scss */
  .slider-area .hero__caption h1 {
    font-size: 35px;
    line-height: 1.4;
  }
}

/* line 98, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_h1-hero.scss */
.slider-area .hero__caption p {
  font-size: 18px;
  color: #fff;
  font-family: "Colasta Thin", sans-serif;
  margin-bottom: 50px;
  padding-right: 35px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 98, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_h1-hero.scss */
  .slider-area .hero__caption p {
    padding-right: 13px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 98, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_h1-hero.scss */
  .slider-area .hero__caption p {
    padding-right: 0px;
  }
}

@media (max-width: 575px) {
  /* line 98, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_h1-hero.scss */
  .slider-area .hero__caption p {
    padding-right: 0px;
    font-size: 15px;
  }
}

/* line 117, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_h1-hero.scss */
.slider-area .video-icon {
  position: absolute;
  right: 160px;
  bottom: 160px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 117, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_h1-hero.scss */
  .slider-area .video-icon {
    right: 48px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 117, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_h1-hero.scss */
  .slider-area .video-icon {
    right: 63px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 117, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_h1-hero.scss */
  .slider-area .video-icon {
    right: 82px;
    bottom: 61px;
  }
}

@media (max-width: 575px) {
  /* line 117, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_h1-hero.scss */
  .slider-area .video-icon {
    right: 27px;
    bottom: 27px;
  }
}

/* line 135, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_h1-hero.scss */
.slider-area .video-icon a {
  background: #EF783C;
  color: #fff;
  width: 80px;
  height: 80px;
  display: inline-block;
  text-align: center;
  line-height: 80px;
  border-radius: 50%;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 135, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_h1-hero.scss */
  .slider-area .video-icon a {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}

@media (max-width: 575px) {
  /* line 135, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_h1-hero.scss */
  .slider-area .video-icon a {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}

/* line 156, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_h1-hero.scss */
.slider-area .video-icon a.btn-icon {
  position: relative;
  /* Animations */
  /* End Animated */
}

/* line 158, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_h1-hero.scss */
.slider-area .video-icon a.btn-icon::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: -2px;
  left: -2px;
  bottom: -2px;
  right: -2px;
  border-radius: inherit;
  border: 1px solid #EF783C;
  -webkit-animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
  animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
}

@-webkit-keyframes btnIconRipple {
  0% {
    border-width: 4px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    border-width: 1px;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  80% {
    border-width: 1px;
    -webkit-transform: scale(1.9);
    transform: scale(1.9);
  }
  100% {
    opacity: 0;
  }
}

/* line 190, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_h1-hero.scss */
.slider-area .video-icon a.btn-icon:hover {
  background: #fff;
  color: #EF783C;
}

/* line 200, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_h1-hero.scss */
.hero-overly {
  position: relative;
  z-index: 1;
}

/* line 203, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_h1-hero.scss */
.hero-overly::before {
  position: absolute;
  content: "";
  background-color: rgba(1, 10, 28, 0.3);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background-repeat: no-repeat;
}

/* line 219, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_h1-hero.scss */
.header-transparent {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9;
}

/* line 230, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_h1-hero.scss */
.slider-area2 .hero-cap h2 {
  color: #fff;
  font-size: 70px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 230, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_h1-hero.scss */
  .slider-area2 .hero-cap h2 {
    font-size: 50px;
  }
}

@media (max-width: 575px) {
  /* line 230, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_h1-hero.scss */
  .slider-area2 .hero-cap h2 {
    font-size: 35px;
  }
}

/* line 3, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_traning-cat.scss */
.traning-categories .single-topic {
  position: relative;
}

/* line 5, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_traning-cat.scss */
.traning-categories .single-topic::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

/* line 17, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_traning-cat.scss */
.traning-categories .single-topic .topic-img {
  border-radius: 12px;
}

@media (max-width: 575px) {
  /* line 17, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_traning-cat.scss */
  .traning-categories .single-topic .topic-img {
    margin-top: 115px;
    margin-bottom: 61px;
  }
}

/* line 22, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_traning-cat.scss */
.traning-categories .single-topic .topic-img img {
  width: 100%;
}

/* line 29, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_traning-cat.scss */
.traning-categories .single-topic .topic-content-box {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  height: 100%;
  width: 100%;
  transition: .4s;
  z-index: 2;
}

/* line 40, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_traning-cat.scss */
.traning-categories .single-topic .topic-content-box .topic-content {
  position: absolute;
  top: 53%;
  transform: translateY(-47%);
  left: 0;
  right: 0;
  text-align: center;
}

/* line 47, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_traning-cat.scss */
.traning-categories .single-topic .topic-content-box .topic-content h3 {
  color: #ffffff;
  font-weight: 500;
  font-size: 30px;
  margin-bottom: 0px;
  text-transform: uppercase;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin-bottom: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 47, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_traning-cat.scss */
  .traning-categories .single-topic .topic-content-box .topic-content h3 {
    font-size: 30px;
  }
}

@media (max-width: 575px) {
  /* line 47, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_traning-cat.scss */
  .traning-categories .single-topic .topic-content-box .topic-content h3 {
    font-size: 28px;
  }
}

/* line 66, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_traning-cat.scss */
.traning-categories .single-topic .topic-content-box .topic-content p {
  font-size: 18px;
  color: #ffff;
  padding: 0 82px;
  line-height: 1.3;
  margin-bottom: 30px;
}

@media (max-width: 575px) {
  /* line 66, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_traning-cat.scss */
  .traning-categories .single-topic .topic-content-box .topic-content p {
    padding: 0 18px;
  }
  /* line 74, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_traning-cat.scss */
  .traning-categories .single-topic .topic-content-box .topic-content p br {
    display: none;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 79, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_traning-cat.scss */
  .traning-categories .single-topic .topic-content-box .topic-content p br {
    display: none;
  }
}

/* line 3, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_pricing.scss */
.pricing-area .properties .about-icon {
  width: 80px;
  height: 80px;
  background: #EF783C;
  border-radius: 50px;
  display: inline-block;
  position: relative;
  margin-bottom: 31px;
  line-height: 80px;
  text-align: center;
  box-shadow: 0px 15px 25px rgba(66, 85, 164, 0.08);
}

/* line 16, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_pricing.scss */
.pricing-area .properties__caption span.month {
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
}

/* line 22, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_pricing.scss */
.pricing-area .properties__caption P {
  color: #EF783C;
  font-size: 30px;
  font-weight: 500;
  text-transform: uppercase;
}

/* line 27, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_pricing.scss */
.pricing-area .properties__caption P > span {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

/* line 35, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_pricing.scss */
.pricing-area .properties:hover .border-btn2 {
  color: #fff;
  background: #EF783C;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

/* line 41, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_pricing.scss */
.pricing-area .properties .single-features {
  display: flex;
}

/* line 43, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_pricing.scss */
.pricing-area .properties .single-features .features-icon {
  position: relative;
  top: 8px;
}

/* line 46, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_pricing.scss */
.pricing-area .properties .single-features .features-icon img {
  display: block;
}

/* line 50, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_pricing.scss */
.pricing-area .properties .single-features .features-caption {
  padding-left: 19px;
}

/* line 52, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_pricing.scss */
.pricing-area .properties .single-features .features-caption p {
  font-size: 16px;
  line-height: 1.7;
  color: #fff;
  text-transform: capitalize;
}

/* line 61, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_pricing.scss */
.pricing-area .properties__card {
  box-shadow: 0px 6px 6px 0px rgba(2, 25, 65, 0.08);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 36px 24px 25px 24px;
}

/* line 66, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_pricing.scss */
.pricing-area .properties__card:hover {
  box-shadow: 0px 8px 8px 0px rgba(2, 25, 65, 0.08);
}

/* line 73, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_pricing.scss */
.border-btn2 {
  width: 100%;
  text-align: center;
}

/* line 1, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_video-area.scss */
.video-area {
  height: 660px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 1, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_video-area.scss */
  .video-area {
    height: 400px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 1, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_video-area.scss */
  .video-area {
    height: 400px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 1, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_video-area.scss */
  .video-area {
    height: 400px;
  }
}

@media (max-width: 575px) {
  /* line 1, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_video-area.scss */
  .video-area {
    height: 300px;
  }
}

/* line 18, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_video-area.scss */
.video-icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  margin: 0 auto;
  text-align: center;
}

/* line 30, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_video-area.scss */
.video-icon a {
  background: #fff;
  color: #EF783C;
  width: 110px;
  height: 110px;
  display: inline-block;
  text-align: center;
  line-height: 110px;
  border-radius: 50%;
}

/* line 39, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_video-area.scss */
.video-icon a::after {
  position: absolute;
  border: 70px solid inherit !important;
  content: "";
  border-radius: 50%;
  left: -9px;
  top: -12px;
  right: 0;
  z-index: 0;
  background: #0000;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 39, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_video-area.scss */
  .video-icon a::after {
    border: 50px solid rgba(241, 65, 5, 0.1);
    left: -19px;
    top: -19px;
    right: 0;
  }
}

@media (max-width: 575px) {
  /* line 39, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_video-area.scss */
  .video-icon a::after {
    border: 50px solid rgba(241, 65, 5, 0.1);
    left: -19px;
    top: -19px;
    right: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 30, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_video-area.scss */
  .video-icon a {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}

@media (max-width: 575px) {
  /* line 30, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_video-area.scss */
  .video-icon a {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}

/* line 72, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_video-area.scss */
.video-icon a i {
  font-size: 31px;
  line-height: 1;
  position: relative;
  right: -4px;
  top: 8px;
}

/* line 82, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_video-area.scss */
.video-icon a.btn-icon {
  position: relative;
  /* Animations */
  /* End Animated */
}

/* line 84, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_video-area.scss */
.video-icon a.btn-icon::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: -2px;
  left: -2px;
  bottom: -2px;
  right: -2px;
  border-radius: inherit;
  border: 1px solid #EF783C;
  -webkit-animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
  animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
}

@-webkit-keyframes btnIconRipple {
  0% {
    border-width: 4px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    border-width: 1px;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  80% {
    border-width: 1px;
    -webkit-transform: scale(1.9);
    transform: scale(1.9);
  }
  100% {
    opacity: 0;
  }
}

/* line 3, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_about.scss */
.about-area2 .support-wrapper {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 3, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_about.scss */
  .about-area2 .support-wrapper {
    display: block;
  }
}

/* line 11, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_about.scss */
.about-area2 .support-wrapper .left-content2 {
  width: 38%;
  padding-left: 60px;
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  /* line 11, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_about.scss */
  .about-area2 .support-wrapper .left-content2 {
    width: 46%;
    padding-left: 60px;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  /* line 11, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_about.scss */
  .about-area2 .support-wrapper .left-content2 {
    width: 35%;
    padding-left: 60px;
  }
}

@media only screen and (min-width: 1601px) and (max-width: 1800px) {
  /* line 11, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_about.scss */
  .about-area2 .support-wrapper .left-content2 {
    width: 40%;
    padding-left: 60px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 11, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_about.scss */
  .about-area2 .support-wrapper .left-content2 {
    width: 60%;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 11, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_about.scss */
  .about-area2 .support-wrapper .left-content2 {
    width: 82%;
    padding-left: 50px;
    padding-right: 60px;
    padding-top: 50px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 11, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_about.scss */
  .about-area2 .support-wrapper .left-content2 {
    width: 100%;
    padding-left: 30px;
    padding-right: 60px;
    padding-top: 50px;
  }
}

@media (max-width: 575px) {
  /* line 11, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_about.scss */
  .about-area2 .support-wrapper .left-content2 {
    width: 100%;
    padding-left: 30px;
    padding-right: 60px;
    padding-top: 50px;
  }
}

/* line 52, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_about.scss */
.about-area2 .support-wrapper .right-content2 {
  width: 40%;
  margin-left: 100px;
  position: relative;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  /* line 52, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_about.scss */
  .about-area2 .support-wrapper .right-content2 {
    width: 46%;
    margin-left: 50px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 52, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_about.scss */
  .about-area2 .support-wrapper .right-content2 {
    width: 78%;
    margin-left: 119px;
    padding-top: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 52, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_about.scss */
  .about-area2 .support-wrapper .right-content2 {
    width: 80%;
    padding-top: 50px;
    margin-left: 50px;
    margin-right: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 52, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_about.scss */
  .about-area2 .support-wrapper .right-content2 {
    width: 100%;
    padding-top: 50px;
    margin-left: 30px;
    margin-right: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 52, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_about.scss */
  .about-area2 .support-wrapper .right-content2 {
    width: 100%;
    padding-top: 50px;
    margin-left: 30px;
    margin-right: 30px;
  }
}

@media (max-width: 575px) {
  /* line 52, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_about.scss */
  .about-area2 .support-wrapper .right-content2 {
    width: 100%;
    padding-top: 50px;
    margin-left: 20px;
    margin-right: 20px;
  }
}

/* line 91, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_about.scss */
.about-area2 .support-wrapper .right-content2 .right-img img {
  width: 100%;
}

/* line 1, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_services_section.scss */
.services-area {
  background: #111111;
  padding-top: 70px;
  padding-bottom: 70px;
}

@media (max-width: 575px) {
  /* line 1, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_services_section.scss */
  .services-area {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

/* line 9, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_services_section.scss */
.services-area.services-area2 {
  margin-top: 0;
}

/* line 12, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_services_section.scss */
.services-area .single-services {
  display: flex;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 12, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_services_section.scss */
  .services-area .single-services {
    padding: 18px 14px;
  }
}

@media (max-width: 575px) {
  /* line 12, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_services_section.scss */
  .services-area .single-services {
    padding: 18px 14px;
  }
}

/* line 20, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_services_section.scss */
.services-area .single-services .features-icon {
  position: relative;
  top: 8px;
}

/* line 23, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_services_section.scss */
.services-area .single-services .features-icon img {
  display: block;
}

/* line 27, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_services_section.scss */
.services-area .single-services .features-caption {
  padding-left: 19px;
}

/* line 29, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_services_section.scss */
.services-area .single-services .features-caption h3 {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 10px;
  font-weight: 700;
  color: #fff;
}

/* line 36, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_services_section.scss */
.services-area .single-services .features-caption p {
  font-size: 17px;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 36, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_services_section.scss */
  .services-area .single-services .features-caption p {
    font-size: 15px;
  }
}

@media (max-width: 575px) {
  /* line 36, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_services_section.scss */
  .services-area .single-services .features-caption p {
    font-size: 15px;
  }
}

/* line 2, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_gallery.scss */
.gallery-area {
  padding-top: 30px;
  padding-bottom: 0px;
  padding-left: 45px;
  padding-right: 45px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 2, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_gallery.scss */
  .gallery-area {
    padding-top: 65px;
    padding-bottom: 50px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (max-width: 575px) {
  /* line 2, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_gallery.scss */
  .gallery-area {
    padding-top: 20px;
    padding-bottom: 50px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

/* line 19, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_gallery.scss */
.gallery-area .box {
  position: relative;
}

/* line 22, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_gallery.scss */
.gallery-area .box .gallery-img {
  height: 565px;
  background-size: cover;
  background-repeat: no-repeat;
}

/* line 27, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_gallery.scss */
.gallery-area .box .big-img {
  height: 500px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 27, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_gallery.scss */
  .gallery-area .box .big-img {
    height: 435px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 27, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_gallery.scss */
  .gallery-area .box .big-img {
    height: 435px;
  }
}

/* line 36, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_gallery.scss */
.gallery-area .box .small-img {
  height: 435px;
}

/* line 40, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_gallery.scss */
.gallery-area .box .overlay {
  position: absolute;
  text-align: center;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.3);
  top: 0;
  left: 0;
}

/* line 48, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_gallery.scss */
.gallery-area .box .overlay .overlay-content {
  position: absolute;
  right: 4%;
  display: flex;
  justify-content: space-between;
  bottom: 7%;
  left: 5%;
}

/* line 55, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_gallery.scss */
.gallery-area .box .overlay .overlay-content h3 {
  color: #ffffff;
  font-size: 30px;
  margin: 0;
  text-transform: uppercase;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  /* line 55, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_gallery.scss */
  .gallery-area .box .overlay .overlay-content h3 {
    font-size: 32px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 55, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_gallery.scss */
  .gallery-area .box .overlay .overlay-content h3 {
    font-size: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 55, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_gallery.scss */
  .gallery-area .box .overlay .overlay-content h3 {
    font-size: 29px;
  }
}

@media (max-width: 575px) {
  /* line 55, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_gallery.scss */
  .gallery-area .box .overlay .overlay-content h3 {
    font-size: 32px;
  }
}

/* line 73, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_gallery.scss */
.gallery-area .box .overlay .overlay-content a {
  color: #EF783C;
  font-size: 20px;
  width: 0;
  height: 0;
  /* border-bottom: 100px solid #EF783C; */
  border-left: 100px solid transparent;
  text-align: center;
  display: inline-block;
  position: relative;
}

/* line 83, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_gallery.scss */
.gallery-area .box .overlay .overlay-content a i {
  position: absolute;
  top: 56px;
  right: 22px;
}

/* line 89, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_gallery.scss */
.gallery-area .box .overlay .overlay-content p {
  color: #fff;
  line-height: 20px;
}

/* line 94, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_gallery.scss */
.gallery-area .box.snake {
  position: relative;
  overflow: hidden;
}

/* line 101, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_gallery.scss */
.box {
  position: relative;
}

/* line 103, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_gallery.scss */
.box img {
  width: 100%;
}

/* line 106, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_gallery.scss */
.box.snake {
  position: relative;
  overflow: hidden;
}

/* line 111, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_gallery.scss */
.overlay {
  position: absolute;
  text-align: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
}

@media (max-width: 575px) {
  /* line 1, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_team.scss */
  .team-area {
    padding-top: 10px;
  }
}

/* line 5, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_team.scss */
.team-area .single-cat {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  z-index: 1;
}

/* line 9, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_team.scss */
.team-area .single-cat .cat-icon img {
  margin: 0 auto;
  margin-bottom: -30px;
}

/* line 15, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_team.scss */
.team-area .single-cat .cat-cap span {
  color: #fff;
  font-size: 46px;
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
}

/* line 23, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_team.scss */
.team-area .single-cat .cat-cap h5 > a {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 14px;
  display: block;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  text-transform: uppercase;
  color: #fff;
}
.team-area .single-cat:hover .cat-cap h5 a {
    color: #ED683C !important;
}

.team-area .single-cat .cat-team h5 > a {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 14px;
  display: block;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  text-transform: uppercase;
  color: #fff;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 23, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_team.scss */
  .team-area .single-cat .cat-team h5 > a {
    font-size: 21px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 23, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_team.scss */
  .team-area .single-cat .cat-cap h5 > a {
    font-size: 21px;
  }
}

@media (max-width: 575px) {
  /* line 23, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_team.scss */
  .team-area .single-cat .cat-cap h5 > a {
    font-size: 23px;
  }
}

/* line 39, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_team.scss */
.team-area .single-cat .cat-cap p {
  color: #fff;
  font-size: 18px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  margin: 0;
}
.team-area .single-cat .cat-team p {
  color: #fff;
  font-size: 18px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  margin: 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 39, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_team.scss */
  .team-area .single-cat .cat-team p {
    font-size: 15px;
  }
}
.team-area .single-cat:hover .cat-cap p {
  color: #ED683C !important;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 39, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_team.scss */
  .team-area .single-cat .cat-cap p {
    font-size: 15px;
  }
}

/* line 49, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_team.scss */
.team-area .single-cat .cat-cap a {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

/* line 59, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_team.scss */
.team-area .single-cat:hover .cat-cap h5 {
  color: #000;
}

/* line 5, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_footer.scss */
.footer-area .footer-top .single-footer-caption .footer-logo {
  margin-bottom: 30px;
}

/* line 13, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_footer.scss */
.footer-area .footer-bottom {
  border-top: 1px solid #1f2024;
  padding-bottom: 50px;
  padding-top: 40px;
}

/* line 18, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_footer.scss */
.footer-area .footer-bottom .footer-copy-right p {
  color: #c4c4c4;
  font-weight: 300;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 12px;
}

/* line 24, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_footer.scss */
.footer-area .footer-bottom .footer-copy-right p i {
  color: #EF783C;
}

/* line 27, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_footer.scss */
.footer-area .footer-bottom .footer-copy-right p a {
  color: #EF783C;
}

/* line 29, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_footer.scss */
.footer-area .footer-bottom .footer-copy-right p a:hover {
  color: #fff;
}

/* line 41, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_footer.scss */
.footer-area .footer-social a {
  background: rgba(255, 0, 0, 0.1);
  color: #EF783C;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 14px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  margin-right: 8px;
}

/* line 53, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_footer.scss */
.footer-area .footer-social a:hover {
  color: #fff;
  background: #EF783C;
}

/* line 57, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_footer.scss */
.footer-area .footer-social a i {
  display: inline-block;
}

/* line 3, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.home-blog-area .home-blog-single {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

/* line 6, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.home-blog-area .home-blog-single .blog-img-cap .blog-img {
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
}

/* line 10, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.home-blog-area .home-blog-single .blog-img-cap .blog-img img {
  width: 100%;
  -webkit-transform: scale 1;
  -moz-transform: scale 1;
  -ms-transform: scale 1;
  transform: scale 1;
  transition: all 0.5s ease-out 0s;
}

/* line 17, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.home-blog-area .home-blog-single .blog-img-cap .blog-cap span {
  color: #fff;
  font-size: 16px;
  margin: 0;
  padding: 0;
  margin-bottom: 0px;
  display: inline-block;
}

/* line 26, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.home-blog-area .home-blog-single .blog-img-cap .blog-cap h3 a {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
  font-family: "Colasta Thin", sans-serif;
  display: block;
  text-transform: uppercase;
  text-decoration: underline #fff transparent;
}

/* line 36, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.home-blog-area .home-blog-single .blog-img-cap .blog-cap h3 a:hover {
  color: #EF783C;
  text-decoration: underline;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 26, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
  .home-blog-area .home-blog-single .blog-img-cap .blog-cap h3 a {
    font-size: 19px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 26, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
  .home-blog-area .home-blog-single .blog-img-cap .blog-cap h3 a {
    font-size: 19px;
  }
}

@media (max-width: 575px) {
  /* line 26, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
  .home-blog-area .home-blog-single .blog-img-cap .blog-cap h3 a {
    font-size: 19px;
  }
}

/* line 59, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.home-blog-single:hover .blog-img img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

/* Start Blog Area css
============================================================================================ */
/* line 72, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.latest-blog-area .area-heading {
  margin-bottom: 70px;
}

/* line 77, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_area a {
  color: "Oswald", sans-serif !important;
  text-decoration: none;
  transition: .4s;
}

/* line 81, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_area a:hover, .blog_area a :hover {
  background: -webkit-linear-gradient(131deg, #EF783C 0%, #EF783C 99%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-decoration: none;
  transition: .4s;
}

/* line 91, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-blog {
  overflow: hidden;
  margin-bottom: 30px;
}

/* line 95, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-blog:hover {
  box-shadow: 0px 10px 20px 0px rgba(42, 34, 123, 0.1);
}

/* line 99, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-blog .thumb {
  overflow: hidden;
  position: relative;
}

/* line 103, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-blog .thumb:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* line 116, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-blog h4 {
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 34px;
  margin-bottom: 25px;
}

/* line 123, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-blog a {
  font-size: 20px;
  font-weight: 600;
}

/* line 133, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-blog .date {
  color: #666666;
  text-align: left;
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
}

/* line 141, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-blog .tag {
  text-align: left;
  display: inline-block;
  float: left;
  font-size: 13px;
  font-weight: 300;
  margin-right: 22px;
  position: relative;
}

/* line 151, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-blog .tag:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 10px;
  background: #acacac;
  right: -12px;
  top: 7px;
}

@media (max-width: 1199px) {
  /* line 141, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
  .single-blog .tag {
    margin-right: 8px;
  }
  /* line 165, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
  .single-blog .tag:after {
    display: none;
  }
}

/* line 171, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-blog .likes {
  margin-right: 16px;
}

@media (max-width: 800px) {
  /* line 91, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
  .single-blog {
    margin-bottom: 30px;
  }
}

/* line 179, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-blog .single-blog-content {
  padding: 30px;
}

/* line 183, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-blog .single-blog-content .meta-bottom p {
  font-size: 13px;
  font-weight: 300;
}

/* line 188, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-blog .single-blog-content .meta-bottom i {
  color: #fdcb9e;
  font-size: 13px;
  margin-right: 7px;
}

@media (max-width: 1199px) {
  /* line 179, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
  .single-blog .single-blog-content {
    padding: 15px;
  }
}

/* line 202, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-blog:hover .thumb:after {
  opacity: .7;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 1199px) {
  /* line 210, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
  .single-blog h4 {
    transition: all 300ms linear 0s;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 14px;
    margin-bottom: 12px;
  }
  /* line 216, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
  .single-blog h4 a {
    font-size: 18px;
  }
}

/* line 224, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.full_image.single-blog {
  position: relative;
}

/* line 227, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.full_image.single-blog .single-blog-content {
  position: absolute;
  left: 35px;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 992px) {
  /* line 227, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
  .full_image.single-blog .single-blog-content {
    bottom: 100px;
  }
}

/* line 246, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.full_image.single-blog h4 {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-bottom: none;
  padding-bottom: 5px;
}

/* line 252, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.full_image.single-blog a {
  font-size: 20px;
  font-weight: 600;
}

/* line 262, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.full_image.single-blog .date {
  color: #fff;
}

/* line 267, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.full_image.single-blog:hover .single-blog-content {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* End Blog Area css
============================================================================================ */
/* Latest Blog Area css
============================================================================================ */
/* line 291, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.l_blog_item .l_blog_text .date {
  margin-top: 24px;
  margin-bottom: 15px;
}

/* line 295, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.l_blog_item .l_blog_text .date a {
  font-size: 12px;
}

/* line 301, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.l_blog_item .l_blog_text h4 {
  font-size: 18px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 0px;
  padding-bottom: 20px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* line 314, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.l_blog_item .l_blog_text p {
  margin-bottom: 0px;
  padding-top: 20px;
}

/* End Latest Blog Area css
============================================================================================ */
/* Causes Area css
============================================================================================ */
/* line 330, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.causes_slider .owl-dots {
  text-align: center;
  margin-top: 80px;
}

/* line 334, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.causes_slider .owl-dots .owl-dot {
  height: 14px;
  width: 14px;
  background: #eeeeee;
  display: inline-block;
  margin-right: 7px;
}

/* line 341, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.causes_slider .owl-dots .owl-dot:last-child {
  margin-right: 0px;
}

/* line 352, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.causes_item {
  background: #fff;
}

/* line 355, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.causes_item .causes_img {
  position: relative;
}

/* line 358, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.causes_item .causes_img .c_parcent {
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0px;
  height: 3px;
  background: rgba(255, 255, 255, 0.5);
}

/* line 366, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.causes_item .causes_img .c_parcent span {
  width: 70%;
  height: 3px;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

/* line 374, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.causes_item .causes_img .c_parcent span:before {
  content: "75%";
  position: absolute;
  right: -10px;
  bottom: 0px;
  color: #fff;
  padding: 0px 5px;
}

/* line 387, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.causes_item .causes_text {
  padding: 30px 35px 40px 30px;
}

/* line 390, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.causes_item .causes_text h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  cursor: pointer;
}

/* line 403, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.causes_item .causes_text p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 0px;
}

/* line 413, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.causes_item .causes_bottom a {
  width: 50%;
  border: 1px solid;
  text-align: center;
  float: left;
  line-height: 50px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

/* line 425, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.causes_item .causes_bottom a + a {
  border-color: #eeeeee;
  background: #fff;
  font-size: 14px;
}

/* End Causes Area css
============================================================================================ */
/*================= latest_blog_area css =============*/
/* line 441, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.latest_blog_area {
  background: #f9f9ff;
}

/* line 445, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-recent-blog-post {
  margin-bottom: 30px;
}

/* line 448, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-recent-blog-post .thumb {
  overflow: hidden;
}

/* line 451, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-recent-blog-post .thumb img {
  transition: all 0.7s linear;
}

/* line 456, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-recent-blog-post .details {
  padding-top: 30px;
}

/* line 459, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-recent-blog-post .details .sec_h4 {
  line-height: 24px;
  padding: 10px 0px 13px;
  transition: all 0.3s linear;
}

/* line 470, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-recent-blog-post .date {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

/* line 477, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-recent-blog-post:hover img {
  transform: scale(1.23) rotate(10deg);
}

/* line 484, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.tags .tag_btn {
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  border: 1px solid #eeeeee;
  display: inline-block;
  padding: 1px 18px;
  text-align: center;
}

/* line 498, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.tags .tag_btn + .tag_btn {
  margin-left: 2px;
}

/*========= blog_categorie_area css ===========*/
/* line 505, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_categorie_area {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 900px) {
  /* line 505, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
  .blog_categorie_area {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (min-width: 1100px) {
  /* line 505, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
  .blog_categorie_area {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

/* line 521, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.categories_post {
  position: relative;
  text-align: center;
  cursor: pointer;
}

/* line 526, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.categories_post img {
  max-width: 100%;
}

/* line 530, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.categories_post .categories_details {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background: rgba(34, 34, 34, 0.75);
  color: #fff;
  transition: all 0.3s linear;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 543, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.categories_post .categories_details h5 {
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
  color: #fff;
  position: relative;
}

/* line 561, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.categories_post .categories_details p {
  font-weight: 300;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 0px;
}

/* line 568, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.categories_post .categories_details .border_line {
  margin: 10px 0px;
  background: #fff;
  width: 100%;
  height: 1px;
}

/* line 577, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.categories_post:hover .categories_details {
  background: rgba(222, 99, 32, 0.85);
}

/*============ blog_left_sidebar css ==============*/
/* line 592, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_item {
  margin-bottom: 50px;
}

/* line 596, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_details {
  padding: 30px 0 20px 10px;
  box-shadow: 0px 10px 20px 0px rgba(221, 221, 221, 0.3);
}

@media (min-width: 768px) {
  /* line 596, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
  .blog_details {
    padding: 60px 30px 35px 35px;
  }
}

/* line 604, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_details p {
  margin-bottom: 30px;
}

/* line 608, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_details a {
  color: #242b5e;
}

/* line 611, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_details a:hover {
  color: #ff1313;
}

/* line 616, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_details h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  /* line 616, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
  .blog_details h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}

/* line 630, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog-info-link li {
  float: left;
  font-size: 14px;
}

/* line 634, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog-info-link li a {
  color: #999999;
}

/* line 638, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog-info-link li i,
.blog-info-link li span {
  font-size: 13px;
  margin-right: 5px;
}

/* line 644, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog-info-link li::after {
  content: "|";
  padding-left: 10px;
  padding-right: 10px;
}

/* line 650, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog-info-link li:last-child::after {
  display: none;
}

/* line 655, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog-info-link::after {
  content: "";
  display: block;
  clear: both;
  display: table;
}

/* line 663, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_item_img {
  position: relative;
}

/* line 666, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_item_img .blog_item_date {
  position: absolute;
  bottom: -10px;
  left: 10px;
  display: block;
  color: #fff;
  background-color: #EF783C;
  padding: 8px 15px;
  border-radius: 5px;
}

@media (min-width: 768px) {
  /* line 666, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
  .blog_item_img .blog_item_date {
    bottom: -20px;
    left: 40px;
    padding: 13px 30px;
  }
}

/* line 682, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_item_img .blog_item_date h3 {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.2;
}

@media (min-width: 768px) {
  /* line 682, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
  .blog_item_img .blog_item_date h3 {
    font-size: 30px;
  }
}

/* line 694, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_item_img .blog_item_date p {
  font-size: 18px;
  margin-bottom: 0;
  color: #fff;
}

@media (min-width: 768px) {
  /* line 694, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
  .blog_item_img .blog_item_date p {
    font-size: 18px;
  }
}

/* line 714, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_right_sidebar .widget_title {
  font-size: 20px;
  margin-bottom: 40px;
}

/* line 719, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_right_sidebar .widget_title::after {
  content: "";
  display: block;
  padding-top: 15px;
  border-bottom: 1px solid #f0e9ff;
}

/* line 727, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_right_sidebar .single_sidebar_widget {
  background: #fbf9ff;
  padding: 30px;
  margin-bottom: 30px;
}

/* line 731, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_right_sidebar .single_sidebar_widget .btn_1 {
  margin-top: 0px;
}

/* line 739, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_right_sidebar .search_widget .form-control {
  height: 50px;
  border-color: #f0e9ff;
  font-size: 13px;
  color: #999999;
  padding-left: 20px;
  border-radius: 0;
  border-right: 0;
}

/* line 748, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_right_sidebar .search_widget .form-control::placeholder {
  color: #999999;
}

/* line 752, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_right_sidebar .search_widget .form-control:focus {
  border-color: #f0e9ff;
  outline: 0;
  box-shadow: none;
}

/* line 761, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_right_sidebar .search_widget .input-group button {
  background: #EF783C;
  border-left: 0;
  border: 1px solid #f0e9ff;
  padding: 4px 15px;
  border-left: 0;
  cursor: pointer;
}

/* line 769, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_right_sidebar .search_widget .input-group button i {
  color: #fff;
}

/* line 772, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_right_sidebar .search_widget .input-group button span {
  font-size: 14px;
  color: #999999;
}

/* line 783, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_right_sidebar .newsletter_widget .form-control {
  height: 50px;
  border-color: #f0e9ff;
  font-size: 13px;
  color: #999999;
  padding-left: 20px;
  border-radius: 0;
}

/* line 792, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_right_sidebar .newsletter_widget .form-control::placeholder {
  color: #999999;
}

/* line 796, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_right_sidebar .newsletter_widget .form-control:focus {
  border-color: #f0e9ff;
  outline: 0;
  box-shadow: none;
}

/* line 805, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_right_sidebar .newsletter_widget .input-group button {
  background: #fff;
  border-left: 0;
  border: 1px solid #f0e9ff;
  padding: 4px 15px;
  border-left: 0;
}

/* line 812, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_right_sidebar .newsletter_widget .input-group button i,
.blog_right_sidebar .newsletter_widget .input-group button span {
  font-size: 14px;
  color: #fff;
}

/* line 825, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_right_sidebar .post_category_widget .cat-list li {
  border-bottom: 1px solid #f0e9ff;
  transition: all 0.3s ease 0s;
  padding-bottom: 12px;
}

/* line 830, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_right_sidebar .post_category_widget .cat-list li:last-child {
  border-bottom: 0;
}

/* line 834, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_right_sidebar .post_category_widget .cat-list li a {
  font-size: 14px;
  line-height: 20px;
  color: #888888;
}

/* line 839, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_right_sidebar .post_category_widget .cat-list li a p {
  margin-bottom: 0px;
}

/* line 844, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_right_sidebar .post_category_widget .cat-list li + li {
  padding-top: 15px;
}

/* line 861, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_right_sidebar .popular_post_widget .post_item .media-body {
  justify-content: center;
  align-self: center;
  padding-left: 20px;
}

/* line 866, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_right_sidebar .popular_post_widget .post_item .media-body h3 {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 6px;
  transition: all 0.3s linear;
}

/* line 877, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_right_sidebar .popular_post_widget .post_item .media-body a:hover {
  color: #fff;
}

/* line 883, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_right_sidebar .popular_post_widget .post_item .media-body p {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 0px;
}

/* line 890, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_right_sidebar .popular_post_widget .post_item + .post_item {
  margin-top: 20px;
}

/* line 898, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_right_sidebar .tag_cloud_widget ul li {
  display: inline-block;
}

/* line 901, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_right_sidebar .tag_cloud_widget ul li a {
  display: inline-block;
  border: 1px solid #eeeeee;
  background: #fff;
  padding: 4px 20px;
  margin-bottom: 8px;
  margin-right: 3px;
  transition: all 0.3s ease 0s;
  color: #888888;
  font-size: 13px;
}

/* line 912, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_right_sidebar .tag_cloud_widget ul li a:hover {
  background: #EF783C;
  color: #fff !important;
  -webkit-text-fill-color: #fff;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 927, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_right_sidebar .instagram_feeds .instagram_row {
  display: flex;
  margin-right: -6px;
  margin-left: -6px;
}

/* line 933, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_right_sidebar .instagram_feeds .instagram_row li {
  width: 33.33%;
  float: left;
  padding-right: 6px;
  padding-left: 6px;
  margin-bottom: 15px;
}

/* line 1033, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_right_sidebar .br {
  width: 100%;
  height: 1px;
  background: #eeeeee;
  margin: 30px 0px;
}

/* line 1054, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog-pagination {
  margin-top: 80px;
}

/* line 1058, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog-pagination .page-link {
  font-size: 14px;
  position: relative;
  display: block;
  padding: 0;
  text-align: center;
  margin-left: -1px;
  line-height: 45px;
  width: 45px;
  height: 45px;
  border-radius: 0 !important;
  color: #8a8a8a;
  border: 1px solid #f0e9ff;
  margin-right: 10px;
}

/* line 1075, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog-pagination .page-link i,
.blog-pagination .page-link span {
  font-size: 13px;
}

/* line 1087, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog-pagination .page-item.active .page-link {
  background-color: #fbf9ff;
  border-color: #f0e9ff;
  color: #888888;
}

/* line 1094, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog-pagination .page-item:last-child .page-link {
  margin-right: 0;
}

/*============ Start Blog Single Styles  =============*/
/* line 1119, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .blog_details {
  box-shadow: none;
  padding: 0;
}

/* line 1124, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .social-links {
  padding-top: 10px;
}

/* line 1127, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .social-links li {
  display: inline-block;
  margin-bottom: 10px;
}

/* line 1131, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .social-links li a {
  color: #cccccc;
  padding: 7px;
  font-size: 14px;
  transition: all 0.2s linear;
}

/* line 1144, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .blog_details {
  padding-top: 26px;
}

/* line 1147, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .blog_details p {
  margin-bottom: 20px;
  font-size: 15px;
}

/* line 1157, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .quote-wrapper {
  background: rgba(130, 139, 178, 0.1);
  padding: 15px;
  line-height: 1.733;
  color: #888888;
  font-style: italic;
  margin-top: 25px;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  /* line 1157, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
  .single-post-area .quote-wrapper {
    padding: 30px;
  }
}

/* line 1171, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .quotes {
  background: #fff;
  padding: 15px 15px 15px 20px;
  border-left: 2px solid;
}

@media (min-width: 768px) {
  /* line 1171, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
  .single-post-area .quotes {
    padding: 25px 25px 25px 30px;
  }
}

/* line 1181, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .arrow {
  position: absolute;
}

/* line 1184, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .arrow .lnr {
  font-size: 20px;
  font-weight: 600;
}

/* line 1191, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .thumb .overlay-bg {
  background: rgba(0, 0, 0, 0.8);
}

/* line 1196, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .navigation-top {
  padding-top: 15px;
  border-top: 1px solid #f0e9ff;
}

/* line 1200, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .navigation-top p {
  margin-bottom: 0;
}

/* line 1204, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .navigation-top .like-info {
  font-size: 14px;
}

/* line 1207, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .navigation-top .like-info i,
.single-post-area .navigation-top .like-info span {
  font-size: 16px;
  margin-right: 5px;
}

/* line 1214, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .navigation-top .comment-count {
  font-size: 14px;
}

/* line 1217, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .navigation-top .comment-count i,
.single-post-area .navigation-top .comment-count span {
  font-size: 16px;
  margin-right: 5px;
}

/* line 1226, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .navigation-top .social-icons li {
  display: inline-block;
  margin-right: 15px;
}

/* line 1230, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .navigation-top .social-icons li:last-child {
  margin: 0;
}

/* line 1234, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .navigation-top .social-icons li i,
.single-post-area .navigation-top .social-icons li span {
  font-size: 14px;
  color: #999999;
}

/* line 1252, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .blog-author {
  padding: 40px 30px;
  background: #fbf9ff;
  margin-top: 50px;
}

@media (max-width: 600px) {
  /* line 1252, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
  .single-post-area .blog-author {
    padding: 20px 8px;
  }
}

/* line 1261, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .blog-author img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin-right: 30px;
}

@media (max-width: 600px) {
  /* line 1261, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
  .single-post-area .blog-author img {
    margin-right: 15px;
    width: 45px;
    height: 45px;
  }
}

/* line 1274, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .blog-author a {
  display: inline-block;
}

/* line 1278, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .blog-author a:hover {
  color: #ff1313;
}

/* line 1283, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .blog-author p {
  margin-bottom: 0;
  font-size: 15px;
}

/* line 1288, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .blog-author h4 {
  font-size: 16px;
}

/* line 1295, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .navigation-area {
  border-bottom: 1px solid #eee;
  padding-bottom: 30px;
  margin-top: 55px;
}

/* line 1300, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .navigation-area p {
  margin-bottom: 0px;
}

/* line 1304, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .navigation-area h4 {
  font-size: 18px;
  line-height: 25px;
}

/* line 1310, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .navigation-area .nav-left {
  text-align: left;
}

/* line 1313, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .navigation-area .nav-left .thumb {
  margin-right: 20px;
  background: #000;
}

/* line 1317, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .navigation-area .nav-left .thumb img {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* line 1322, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .navigation-area .nav-left .lnr {
  margin-left: 20px;
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* line 1329, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .navigation-area .nav-left:hover .lnr {
  opacity: 1;
}

/* line 1334, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .navigation-area .nav-left:hover .thumb img {
  opacity: .5;
}

@media (max-width: 767px) {
  /* line 1310, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
  .single-post-area .navigation-area .nav-left {
    margin-bottom: 30px;
  }
}

/* line 1345, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .navigation-area .nav-right {
  text-align: right;
}

/* line 1348, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .navigation-area .nav-right .thumb {
  margin-left: 20px;
  background: #000;
}

/* line 1352, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .navigation-area .nav-right .thumb img {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* line 1357, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .navigation-area .nav-right .lnr {
  margin-right: 20px;
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* line 1364, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .navigation-area .nav-right:hover .lnr {
  opacity: 1;
}

/* line 1369, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .navigation-area .nav-right:hover .thumb img {
  opacity: .5;
}

@media (max-width: 991px) {
  /* line 1377, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
  .single-post-area .sidebar-widgets {
    padding-bottom: 0px;
  }
}

/* line 1384, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.comments-area {
  background: transparent;
  border-top: 1px solid #eee;
  padding: 45px 0;
  margin-top: 50px;
}

@media (max-width: 414px) {
  /* line 1384, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
  .comments-area {
    padding: 50px 8px;
  }
}

/* line 1395, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.comments-area h4 {
  margin-bottom: 35px;
  font-size: 18px;
}

/* line 1402, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.comments-area h5 {
  font-size: 16px;
  margin-bottom: 0px;
}

/* line 1411, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.comments-area .comment-list {
  padding-bottom: 48px;
}

/* line 1414, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.comments-area .comment-list:last-child {
  padding-bottom: 0px;
}

/* line 1418, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.comments-area .comment-list.left-padding {
  padding-left: 25px;
}

@media (max-width: 413px) {
  /* line 1424, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
  .comments-area .comment-list .single-comment h5 {
    font-size: 12px;
  }
  /* line 1428, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
  .comments-area .comment-list .single-comment .date {
    font-size: 11px;
  }
  /* line 1432, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
  .comments-area .comment-list .single-comment .comment {
    font-size: 10px;
  }
}

/* line 1439, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.comments-area .thumb {
  margin-right: 20px;
}

/* line 1442, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.comments-area .thumb img {
  width: 70px;
  border-radius: 50%;
}

/* line 1448, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.comments-area .date {
  font-size: 14px;
  color: #999999;
  margin-bottom: 0;
  margin-left: 20px;
}

/* line 1455, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.comments-area .comment {
  margin-bottom: 10px;
  color: #777777;
  font-size: 15px;
}

/* line 1461, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.comments-area .btn-reply {
  background-color: transparent;
  color: #888888;
  padding: 5px 18px;
  font-size: 14px;
  display: block;
  font-weight: 400;
}

/* line 1478, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.comment-form {
  border-top: 1px solid #eee;
  padding-top: 45px;
  margin-top: 50px;
  margin-bottom: 20px;
}

/* line 1486, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.comment-form .form-group {
  margin-bottom: 30px;
}

/* line 1490, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.comment-form h4 {
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 22px;
}

/* line 1498, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.comment-form .name {
  padding-left: 0px;
}

@media (max-width: 767px) {
  /* line 1498, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
  .comment-form .name {
    padding-right: 0px;
    margin-bottom: 1rem;
  }
}

/* line 1507, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.comment-form .email {
  padding-right: 0px;
}

@media (max-width: 991px) {
  /* line 1507, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
  .comment-form .email {
    padding-left: 0px;
  }
}

/* line 1515, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.comment-form .form-control {
  border: 1px solid #f0e9ff;
  border-radius: 5px;
  height: 48px;
  padding-left: 18px;
  font-size: 13px;
  background: transparent;
}

/* line 1523, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.comment-form .form-control:focus {
  outline: 0;
  box-shadow: none;
}

/* line 1528, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.comment-form .form-control::placeholder {
  font-weight: 300;
  color: #999999;
}

/* line 1533, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.comment-form .form-control::placeholder {
  color: #777777;
}

/* line 1538, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.comment-form textarea {
  padding-top: 18px;
  border-radius: 12px;
  height: 100% !important;
}

/* line 1544, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.comment-form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 13px;
  color: #777;
}

/* line 1550, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.comment-form ::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 13px;
  color: #777;
}

/* line 1556, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.comment-form :-ms-input-placeholder {
  /* IE 10+ */
  font-size: 13px;
  color: #777;
}

/* line 1562, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.comment-form :-moz-placeholder {
  /* Firefox 18- */
  font-size: 13px;
  color: #777;
}

/*============ End Blog Single Styles  =============*/
/*=================== contact banner start ====================*/
/* line 3, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_contact.scss */
.dropdown .dropdown-menu {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 10, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_contact.scss */
.contact-info {
  margin-bottom: 25px;
}

/* line 13, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_contact.scss */
.contact-info__icon {
  margin-right: 20px;
  padding-top: 20px;

}

/* line 16, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_contact.scss */
.contact-info__icon i, .contact-info__icon span {
  color: #EF783C;
  font-size: 27px;
}

/* line 24, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_contact.scss */
.contact-info .media-body h3 {
  font-size: 20px;
  margin-bottom: 0;
  color: #EF783C;
  font-family: 'Poppins Regular' !important;
}

/* line 30, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_contact.scss */
.contact-info .media-body h3 a:hover {
  color: #1f2b7b;
}

/* line 36, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_contact.scss */
.contact-info .media-body p {
  color: #fff;
}

/*=================== contact banner end ====================*/
/*=================== contact form start ====================*/
/* line 45, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_contact.scss */
.contact-title {
  font-size: 27px;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 10px;
}

/* line 53, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_contact.scss */
.form-contact label {
  font-size: 14px;
}

/* line 57, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_contact.scss */
.form-contact .form-group {
  margin-bottom: 30px;
}

/* line 61, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_contact.scss */
.form-contact .form-control {
  border: 1px solid #fff;
  border-radius: 0px;
  height: 48px;
  padding-left: 18px;
  font-size: 18px;
  background: transparent;
}

/* line 69, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_contact.scss */
.form-contact .form-control:focus {
  outline: 0;
  box-shadow: none;
}

/* line 74, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_contact.scss */
.form-contact .form-control::placeholder {
  font-weight: 300;
  color: #999999;
}

/* line 80, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_contact.scss */
.form-contact textarea {
  border-radius: 0px;
  height: 100% !important;
}

/* Make all form fields equal width */
.contact-section .form-group .form-control,
.contact-section .form-group select,
.contact-section .form-group textarea {
    width: 100% !important;
}

/* Equal height for input and select */
.contact-section .form-control,
.contact-section select {
    height: 55px;
    border-radius: 5px;
    
}
/*=================== contact form end ====================*/
/* Contact Success and error Area css
============================================================================================ */
/* line 97, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_contact.scss */
.modal-message .modal-dialog {
  position: absolute;
  top: 36%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) !important;
  margin: 0px;
  max-width: 500px;
  width: 100%;
}

/* line 106, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_contact.scss */
.modal-message .modal-dialog .modal-content .modal-header {
  text-align: center;
  display: block;
  border-bottom: none;
  padding-top: 50px;
  padding-bottom: 50px;
}

/* line 112, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_contact.scss */
.modal-message .modal-dialog .modal-content .modal-header .close {
  position: absolute;
  right: -15px;
  top: -15px;
  padding: 0px;
  color: #fff;
  opacity: 1;
  cursor: pointer;
}

/* line 121, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_contact.scss */
.modal-message .modal-dialog .modal-content .modal-header h2 {
  display: block;
  text-align: center;
  padding-bottom: 10px;
}

/* line 126, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_contact.scss */
.modal-message .modal-dialog .modal-content .modal-header p {
  display: block;
}

/* line 133, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_contact.scss */
.contact-section {
  padding: 80px 0 100px;
}

@media (max-width: 991px) {
  /* line 133, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_contact.scss */
  .contact-section {
    padding: 70px 0 40px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 133, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_contact.scss */
  .contact-section {
    padding: 10px 0 50px;
  }
}

/* line 141, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_contact.scss */
.contact-section .btn_2 {
  background-color: #191d34;
  padding: 18px 60px;
  border-radius: 50px;
  margin-top: 0;
}

/* line 146, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_contact.scss */
.contact-section .btn_2:hover {
  background-color: #1f2b7b;
}

/* line 1, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_bradcam.scss */
.breadcam_bg {
  background-image: url(../img/banner/bradcam.png);
}

/* line 4, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_bradcam.scss */
.breadcam_bg_1 {
  background-image: url(../img/banner/bradcam2.png);
}

/* line 7, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_bradcam.scss */
.breadcam_bg_2 {
  background-image: url(../img/banner/bradcam3.png);
}

/* line 10, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_bradcam.scss */
.bradcam_area {
  background-size: cover;
  background-position: center center;
  padding: 160px 0;
  background-position: bottom;
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  /* line 10, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_bradcam.scss */
  .bradcam_area {
    padding: 150px 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 10, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_bradcam.scss */
  .bradcam_area {
    padding: 150px 0;
  }
}

/* line 22, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_bradcam.scss */
.bradcam_area h3 {
  font-size: 50px;
  color: #fff;
  font-weight: 900;
  margin-bottom: 0;
  font-family: "Berkelana", sans-serif;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  /* line 22, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_bradcam.scss */
  .bradcam_area h3 {
    font-size: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 22, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_bradcam.scss */
  .bradcam_area h3 {
    font-size: 40px;
  }
}

/* line 38, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_bradcam.scss */
.popup_box {
  background: #fff;
  display: inline-block;
  z-index: 9;
  width: 681px;
  padding: 60px 40px;
}

@media (max-width: 767px) {
  /* line 38, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_bradcam.scss */
  .popup_box {
    width: 320px;
    padding: 45px 30px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  /* line 38, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_bradcam.scss */
  .popup_box {
    width: 420px !important;
    padding: 45px 30px;
  }
}

/* line 57, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_bradcam.scss */
.popup_box h3 {
  text-align: center;
  font-size: 22px;
  color: #1F1F1F;
  margin-bottom: 46px;
}

/* line 63, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_bradcam.scss */
.popup_box .boxed-btn3 {
  width: 100%;
  text-transform: capitalize;
}

/* line 67, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_bradcam.scss */
.popup_box .nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  /* border-radius: 5px; */
  border: solid 1px #E2E2E2;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: "Colasta Thin", sans-serif;
  font-weight: normal;
  width: 100% !important;
  /* height: 42px; */
  line-height: 50px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
  border-radius: 0;
  margin-bottom: 30px;
  height: 50px !important;
  font-size: 16px;
  font-weight: 400;
  color: #919191;
}

/* line 101, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_bradcam.scss */
.popup_box .nice-select::after {
  content: "\f0d7";
  display: block;
  height: 5px;
  margin-top: -5px;
  pointer-events: none;
  position: absolute;
  right: 17px;
  top: 3px;
  transition: all 0.15s ease-in-out;
  width: 5px;
  font-family: fontawesome;
  color: #919191;
  font-size: 15px;
}

/* line 116, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_bradcam.scss */
.popup_box .nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
  height: 200px;
  overflow-y: scroll;
}

/* line 125, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_bradcam.scss */
.popup_box .nice-select.list {
  height: 200px;
  overflow-y: scroll;
}

/* line 131, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_bradcam.scss */
#test-form {
  display: inline-block;
  margin: auto;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  /* line 131, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_bradcam.scss */
  #test-form {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

/* line 146, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_bradcam.scss */
#test-form .mfp-close-btn-in .mfp-close {
  color: #333;
  display: none !important;
}

/* line 151, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_bradcam.scss */
#test-form button.mfp-close {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 151, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_bradcam.scss */
  #test-form button.mfp-close {
    display: block !important;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
  }
}

/* line 162, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_bradcam.scss */
#test-form button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
  width: 40px;
  height: 40px;
  background: #4A3600;
  text-align: center;
  line-height: 20px;
  position: absolute;
  right: 0;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  position: absolute;
  right: -6px;
  color: #fff !important;
}

/* line 189, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_bradcam.scss */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #4A3600;
  opacity: 0.6;
}

@media (max-width: 767px) {
  /* line 208, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_bradcam.scss */
  .gj-picker.gj-picker-md.timepicker {
    width: 310px;
    left: 6px !important;
  }
}

@media (max-width: 767px) {
  /* line 215, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_bradcam.scss */
  .gj-picker.gj-picker-md.datepicker.gj-unselectable {
    width: 320px;
    left: 0 !important;
  }
}

/* line 1, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_extend.scss */
.flex-center-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}

/* line 13, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_extend.scss */
.overlay::before {
  background-image: -moz-linear-gradient(170deg, rgba(34, 34, 34, 0) 0%, black 100%);
  background-image: -webkit-linear-gradient(170deg, rgba(34, 34, 34, 0) 0%, black 100%);
  background-image: -ms-linear-gradient(170deg, rgba(34, 34, 34, 0) 0%, black 100%);
}

/* line 47, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_extend.scss */
.header-area .menu-wrapper .main-menu ul ul.submenu, .header-sticky.sticky-bar {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#950101+0,630102+50,3d0302+100 */
  background: linear-gradient(to right, #FDC70C, #F3903F, #ED683C) !important;
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#950101', endColorstr='#3d0302',GradientType=0 );
  /* IE6-9 */
}

/* line 76, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.sample-text-area {
  background: #fff;
  padding: 100px 0 70px 0;
}

/* line 81, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.text-heading {
  margin-bottom: 30px;
  font-size: 24px;
}

/* line 86, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
b,
sup,
sub,
u,
del {
  color: #1f2b7b;
}

/* line 95, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
  color: #828bb2;
}

/* line 105, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.button-area {
  background: #fff;
}

/* line 106, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.button-area .border-top-generic {
  padding: 70px 15px;
  border-top: 1px dotted #eee;
}

/* line 114, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.button-group-area .genric-btn {
  margin-right: 10px;
  margin-top: 10px;
}

/* line 117, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.button-group-area .genric-btn:last-child {
  margin-right: 0;
}

/* line 123, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.genric-btn {
  display: inline-block;
  outline: none;
  line-height: 40px;
  padding: 0 30px;
  font-size: .8em;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

/* line 134, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.genric-btn:focus {
  outline: none;
}

/* line 137, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.genric-btn.e-large {
  padding: 0 40px;
  line-height: 50px;
}

/* line 141, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.genric-btn.large {
  line-height: 45px;
}

/* line 144, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.genric-btn.medium {
  line-height: 30px;
}

/* line 147, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.genric-btn.small {
  line-height: 25px;
}

/* line 150, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.genric-btn.radius {
  border-radius: 3px;
}

/* line 153, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.genric-btn.circle {
  border-radius: 20px;
}

/* line 156, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.genric-btn.arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 163, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.genric-btn.arrow span {
  margin-left: 10px;
}

/* line 167, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.genric-btn.default {
  color: #415094;
  background: #f9f9ff;
  border: 1px solid transparent;
}

/* line 171, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.genric-btn.default:hover {
  border: 1px solid #f9f9ff;
  background: #fff;
}

/* line 176, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.genric-btn.default-border {
  border: 1px solid #f9f9ff;
  background: #fff;
}

/* line 179, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.genric-btn.default-border:hover {
  color: #415094;
  background: #f9f9ff;
  border: 1px solid transparent;
}

/* line 185, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.genric-btn.primary {
  color: #fff;
  background: #1f2b7b;
  border: 1px solid transparent;
}

/* line 189, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.genric-btn.primary:hover {
  color: #1f2b7b;
  border: 1px solid #1f2b7b;
  background: #fff;
}

/* line 195, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.genric-btn.primary-border {
  color: #1f2b7b;
  border: 1px solid #1f2b7b;
  background: #fff;
}

/* line 199, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.genric-btn.primary-border:hover {
  color: #fff;
  background: #1f2b7b;
  border: 1px solid transparent;
}

/* line 205, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.genric-btn.success {
  color: #fff;
  background: #4cd3e3;
  border: 1px solid transparent;
}

/* line 209, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.genric-btn.success:hover {
  color: #4cd3e3;
  border: 1px solid #4cd3e3;
  background: #fff;
}

/* line 215, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.genric-btn.success-border {
  color: #4cd3e3;
  border: 1px solid #4cd3e3;
  background: #fff;
}

/* line 219, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.genric-btn.success-border:hover {
  color: #fff;
  background: #4cd3e3;
  border: 1px solid transparent;
}

/* line 225, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.genric-btn.info {
  color: #fff;
  background: #38a4ff;
  border: 1px solid transparent;
}

/* line 229, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.genric-btn.info:hover {
  color: #38a4ff;
  border: 1px solid #38a4ff;
  background: #fff;
}

/* line 235, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.genric-btn.info-border {
  color: #38a4ff;
  border: 1px solid #38a4ff;
  background: #fff;
}

/* line 239, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.genric-btn.info-border:hover {
  color: #fff;
  background: #38a4ff;
  border: 1px solid transparent;
}

/* line 245, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.genric-btn.warning {
  color: #fff;
  background: #f4e700;
  border: 1px solid transparent;
}

/* line 249, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.genric-btn.warning:hover {
  color: #f4e700;
  border: 1px solid #f4e700;
  background: #fff;
}

/* line 255, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.genric-btn.warning-border {
  color: #f4e700;
  border: 1px solid #f4e700;
  background: #fff;
}

/* line 259, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.genric-btn.warning-border:hover {
  color: #fff;
  background: #f4e700;
  border: 1px solid transparent;
}

/* line 265, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.genric-btn.danger {
  color: #fff;
  background: #f44a40;
  border: 1px solid transparent;
}

/* line 269, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.genric-btn.danger:hover {
  color: #f44a40;
  border: 1px solid #f44a40;
  background: #fff;
}

/* line 275, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.genric-btn.danger-border {
  color: #f44a40;
  border: 1px solid #f44a40;
  background: #fff;
}

/* line 279, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.genric-btn.danger-border:hover {
  color: #fff;
  background: #f44a40;
  border: 1px solid transparent;
}

/* line 285, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.genric-btn.link {
  color: #415094;
  background: #f9f9ff;
  text-decoration: underline;
  border: 1px solid transparent;
}

/* line 290, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.genric-btn.link:hover {
  color: #415094;
  border: 1px solid #f9f9ff;
  background: #fff;
}

/* line 296, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.genric-btn.link-border {
  color: #415094;
  border: 1px solid #f9f9ff;
  background: #fff;
  text-decoration: underline;
}

/* line 301, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.genric-btn.link-border:hover {
  color: #415094;
  background: #f9f9ff;
  border: 1px solid transparent;
}

/* line 307, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.genric-btn.disable {
  color: #222222, 0.3;
  background: #f9f9ff;
  border: 1px solid transparent;
  cursor: not-allowed;
}

/* line 315, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.generic-blockquote {
  padding: 30px 50px 30px 30px;
  background: #f9f9ff;
  border-left: 2px solid #1f2b7b;
}

/* line 321, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.progress-table-wrap {
  overflow-x: scroll;
}

/* line 325, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.progress-table {
  background: #f9f9ff;
  padding: 15px 0px 30px 0px;
  min-width: 800px;
}

/* line 329, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.progress-table .serial {
  width: 11.83%;
  padding-left: 30px;
}

/* line 333, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.progress-table .country {
  width: 28.07%;
}

/* line 336, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.progress-table .visit {
  width: 19.74%;
}

/* line 339, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.progress-table .percentage {
  width: 40.36%;
  padding-right: 50px;
}

/* line 343, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.progress-table .table-head {
  display: flex;
}

/* line 345, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.progress-table .table-head .serial,
.progress-table .table-head .country,
.progress-table .table-head .visit,
.progress-table .table-head .percentage {
  color: #415094;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 500;
}

/* line 355, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.progress-table .table-row {
  padding: 15px 0;
  border-top: 1px solid #edf3fd;
  display: flex;
}

/* line 359, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.progress-table .table-row .serial,
.progress-table .table-row .country,
.progress-table .table-row .visit,
.progress-table .table-row .percentage {
  display: flex;
  align-items: center;
}

/* line 367, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.progress-table .table-row .country img {
  margin-right: 15px;
}

/* line 372, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.progress-table .table-row .percentage .progress {
  width: 80%;
  border-radius: 0px;
  background: transparent;
}

/* line 376, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.progress-table .table-row .percentage .progress .progress-bar {
  height: 5px;
  line-height: 5px;
}

/* line 379, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.progress-table .table-row .percentage .progress .progress-bar.color-1 {
  background-color: #6382e6;
}

/* line 382, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.progress-table .table-row .percentage .progress .progress-bar.color-2 {
  background-color: #e66686;
}

/* line 385, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.progress-table .table-row .percentage .progress .progress-bar.color-3 {
  background-color: #f09359;
}

/* line 388, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.progress-table .table-row .percentage .progress .progress-bar.color-4 {
  background-color: #73fbaf;
}

/* line 391, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.progress-table .table-row .percentage .progress .progress-bar.color-5 {
  background-color: #73fbaf;
}

/* line 394, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.progress-table .table-row .percentage .progress .progress-bar.color-6 {
  background-color: #6382e6;
}

/* line 397, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.progress-table .table-row .percentage .progress .progress-bar.color-7 {
  background-color: #a367e7;
}

/* line 400, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.progress-table .table-row .percentage .progress .progress-bar.color-8 {
  background-color: #e66686;
}

/* line 409, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.single-gallery-image {
  margin-top: 30px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  height: 200px;
}

/* line 417, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.list-style {
  width: 14px;
  height: 14px;
}

/* line 423, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.unordered-list li {
  position: relative;
  padding-left: 30px;
  line-height: 1.82em !important;
}

/* line 427, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.unordered-list li:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border: 3px solid #1f2b7b;
  background: #fff;
  top: 4px;
  left: 0;
  border-radius: 50%;
}

/* line 441, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.ordered-list {
  margin-left: 30px;
}

/* line 443, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.ordered-list li {
  list-style-type: decimal-leading-zero;
  color: #1f2b7b;
  font-weight: 500;
  line-height: 1.82em !important;
}

/* line 448, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.ordered-list li span {
  font-weight: 300;
  color: #828bb2;
}

/* line 456, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.ordered-list-alpha li {
  margin-left: 30px;
  list-style-type: lower-alpha;
  color: #1f2b7b;
  font-weight: 500;
  line-height: 1.82em !important;
}

/* line 462, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.ordered-list-alpha li span {
  font-weight: 300;
  color: #828bb2;
}

/* line 470, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.ordered-list-roman li {
  margin-left: 30px;
  list-style-type: lower-roman;
  color: #1f2b7b;
  font-weight: 500;
  line-height: 1.82em !important;
}

/* line 476, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.ordered-list-roman li span {
  font-weight: 300;
  color: #828bb2;
}

/* line 483, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.single-input {
  display: block;
  width: 100%;
  line-height: 40px;
  border: none;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}

/* line 491, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.single-input:focus {
  outline: none;
}

/* line 496, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.input-group-icon {
  position: relative;
}

/* line 498, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.input-group-icon .icon {
  position: absolute;
  left: 20px;
  top: 0;
  line-height: 40px;
  z-index: 3;
}

/* line 503, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.input-group-icon .icon i {
  color: #797979;
}

/* line 508, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.input-group-icon .single-input {
  padding-left: 45px;
}

/* line 513, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.single-textarea {
  display: block;
  width: 100%;
  line-height: 40px;
  border: none;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
  height: 100px;
  resize: none;
}

/* line 523, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.single-textarea:focus {
  outline: none;
}

/* line 528, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.single-input-primary {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}

/* line 536, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.single-input-primary:focus {
  outline: none;
  border: 1px solid #1f2b7b;
}

/* line 542, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.single-input-accent {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}

/* line 550, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.single-input-accent:focus {
  outline: none;
  border: 1px solid #eb6b55;
}

/* line 556, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.single-input-secondary {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}

/* line 564, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.single-input-secondary:focus {
  outline: none;
  border: 1px solid #f09359;
}

/* line 570, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.default-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/* line 577, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.default-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

/* line 587, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.default-switch input + label {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #1f2b7b;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

/* line 600, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.default-switch input:checked + label {
  left: 19px;
}

/* line 607, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.primary-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/* line 614, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.primary-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* line 623, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.primary-switch input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

/* line 631, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.primary-switch input + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 8.5px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

/* line 645, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.primary-switch input + label:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

/* line 661, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.primary-switch input:checked + label:after {
  left: 19px;
}

/* line 664, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.primary-switch input:checked + label:before {
  background: #1f2b7b;
}

/* line 672, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.confirm-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/* line 679, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.confirm-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* line 688, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.confirm-switch input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

/* line 696, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.confirm-switch input + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 8.5px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}

/* line 710, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.confirm-switch input + label:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

/* line 726, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.confirm-switch input:checked + label:after {
  left: 19px;
}

/* line 729, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.confirm-switch input:checked + label:before {
  background: #4cd3e3;
}

/* line 737, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.primary-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/* line 744, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.primary-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* line 753, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.primary-checkbox input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

/* line 766, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.primary-checkbox input:checked + label {
  background: url(../img/elements/primary-check.png) no-repeat center center/cover;
  border: none;
}

/* line 774, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.confirm-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/* line 781, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.confirm-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* line 790, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.confirm-checkbox input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

/* line 803, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.confirm-checkbox input:checked + label {
  background: url(../img/elements/success-check.png) no-repeat center center/cover;
  border: none;
}

/* line 811, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.disabled-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/* line 818, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.disabled-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* line 827, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.disabled-checkbox input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

/* line 839, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.disabled-checkbox input:disabled {
  cursor: not-allowed;
  z-index: 3;
}

/* line 844, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.disabled-checkbox input:checked + label {
  background: url(../img/elements/disabled-check.png) no-repeat center center/cover;
  border: none;
}

/* line 852, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.primary-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/* line 859, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.primary-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* line 868, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.primary-radio input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

/* line 881, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.primary-radio input:checked + label {
  background: url(../img/elements/primary-radio.png) no-repeat center center/cover;
  border: none;
}

/* line 889, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.confirm-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/* line 896, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.confirm-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* line 905, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.confirm-radio input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

/* line 918, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.confirm-radio input:checked + label {
  background: url(../img/elements/success-radio.png) no-repeat center center/cover;
  border: none;
}

/* line 926, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.disabled-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/* line 933, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.disabled-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* line 942, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.disabled-radio input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

/* line 954, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.disabled-radio input:disabled {
  cursor: not-allowed;
  z-index: 3;
}

/* line 959, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.disabled-radio input:checked + label {
  background: url(../img/elements/disabled-radio.png) no-repeat center center/cover;
  border: none;
}

/* line 967, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.default-select {
  height: 40px;
}

/* line 969, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.default-select .nice-select {
  border: none;
  border-radius: 0px;
  height: 40px;
  background: #f9f9ff;
  padding-left: 20px;
  padding-right: 40px;
}

/* line 976, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.default-select .nice-select .list {
  margin-top: 0;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  width: 100%;
  padding: 10px 0 10px 0px;
}

/* line 983, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.default-select .nice-select .list .option {
  font-weight: 300;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 28px;
  min-height: 28px;
  font-size: 12px;
  padding-left: 20px;
}

/* line 990, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.default-select .nice-select .list .option.selected {
  color: #1f2b7b;
  background: transparent;
}

/* line 994, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.default-select .nice-select .list .option:hover {
  color: #1f2b7b;
  background: transparent;
}

/* line 1001, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.default-select .current {
  margin-right: 50px;
  font-weight: 300;
}

/* line 1005, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.default-select .nice-select::after {
  right: 20px;
}

/* line 1010, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.form-select {
  height: 40px;
  width: 100%;
}

/* line 1013, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.form-select .nice-select {
  border: none;
  border-radius: 0px;
  height: 40px;
  background: #f9f9ff;
  padding-left: 45px;
  padding-right: 40px;
  width: 100%;
}

/* line 1021, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.form-select .nice-select .list {
  margin-top: 0;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  width: 100%;
  padding: 10px 0 10px 0px;
}

/* line 1028, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.form-select .nice-select .list .option {
  font-weight: 300;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 28px;
  min-height: 28px;
  font-size: 12px;
  padding-left: 45px;
}

/* line 1035, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.form-select .nice-select .list .option.selected {
  color: #1f2b7b;
  background: transparent;
}

/* line 1039, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.form-select .nice-select .list .option:hover {
  color: #1f2b7b;
  background: transparent;
}

/* line 1046, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.form-select .current {
  margin-right: 50px;
  font-weight: 300;
}

/* line 1050, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.form-select .nice-select::after {
  right: 20px;
}

/* line 1054, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.mt-10 {
  margin-top: 10px;
}

/* line 1057, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.section-top-border {
  padding: 50px 0;
  border-top: 1px dotted #eee;
}

/* line 1061, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.mb-30 {
  margin-bottom: 30px;
}

/* line 1064, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.mt-30 {
  margin-top: 30px;
}

/* line 1067, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.switch-wrap {
  margin-bottom: 10px;
}

/*# sourceMappingURL=style.css.map */

/* custom code */
/* TEAM AREA TITLE COLOR */
.team-area .section-tittle h2 {
    color: #EF783C !important;
}

/* TEAM BOX TITLE COLOR */
.team-area .single-cat h5 a {
    color: #f9f9ff !important;
}

/* TEAM PARAGRAPH COLOR */
.team-area .single-cat p {
    color: #f5f5f5 !important;
    font-size: 18px;
}

/* TEAM ICON COLOR (if it’s SVG / icon font) */
.team-area .cat-icon i {
    color: #EF783C !important;
}

/* TEAM IMAGE BORDER OR BG (optional) */
.team-area .cat-icon img {
    border: 2px solid #000 !important;
}

/* HEADLINES — USE BERKELANA */
h1, h2, h3, h4, h5, h6,
.section-tittle h2,
.single-cat h5 a,
.front-text h2, 
.about-content h2 {
    font-family: 'Berkelana', sans-serif !important;
}
.front-textorg h2 {
    font-size: 58px;
    margin-bottom: 20px;
    letter-spacing: 2px;
    font-family: "Berkelana", sans-serif;
    font-weight: 700;
    text-transform: uppercase;

    -webkit-text-stroke: 0.2px #f6f7f8;
    -webkit-text-fill-color: transparent;

    margin-bottom: 30px;
    line-height: 1;
}
/* PARAGRAPHS — USE COLASTA THIN */
p, 
.single-defination p,
.cat-cap p,
.front-text p {
    font-family: 'Colasta Thin', sans-serif !important;
}

/* NORMAL HEADER MENU TEXT WHITE */
.main-menu ul li a {
    color: #ffffff !important;
    text-decoration: none !important;
}

.main-menu ul li:hover > a {
    color: #EF783C !important;
}
/* FORCE STICKY HEADER TEXT TO BLACK */
.header-sticky.sticky-bar.sticky.main-header .main-menu ul li a,
.header-sticky.sticky-bar.sticky .main-menu ul li a {
    color: #fff !important;
}

.header-sticky.sticky-bar.sticky.main-header .main-menu ul li:hover > a,
.header-sticky.sticky-bar.sticky .main-menu ul li:hover > a {
    color: #fff !important;
}
/* Center the H3 inside gallery image */
/* Default H3 bottom-left */
.gallery-title {
    position: absolute;
    left: 20px;
    bottom: 20px;
    text-transform: uppercase;
    color: #fff;
    font-size: 28px;
    font-weight: 900;
    z-index: 2;
    transition: all 0.4s ease;
}

/* On hover → move H3 to top-left */
.box:hover .gallery-title {
    top: 50px;
    bottom: 20px;
}

/* Overlay content wrapper */
.overlay-content {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    z-index: 3;
}

/* Paragraph hidden initially */
.overlay-content p {
    opacity: 0;
    transform: translateY(10px);
    margin-top: 60px;  /* space under headline */
    transition: all 0.4s ease;
}

/* On hover → show paragraph BELOW headline */
.box:hover .overlay-content p {
    opacity: 1;
    transform: translateY(0);
}

/* Arrow stays bottom-right */
.overlay-content a {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 22px;
    color: #fff;
}


/* ===== Custom override: force sub-sub menu to open on same line ===== */

/* make sure the main-menu selector matches your markup */
.main-menu ul li { position: relative; }

/* first-level submenu (keeps normal behavior) */
.main-menu ul ul.submenu {
  position: absolute !important;
  left: 0 !important;
  top: 100% !important;       /* keep this for main dropdown */
  visibility: hidden !important;
  opacity: 0 !important;
  transition: opacity .18s ease, visibility .18s ease, transform .18s ease !important;
  transform: translateY(4px) !important;
  z-index: 9999 !important;
}

/* show first-level submenu on hover */
.main-menu ul li:hover > ul.submenu {
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(0) !important;
}

/* ===== KEY: sub-sub menu (3rd level) =====
   Place it at the SAME top as its parent sub-item,
   and open to the RIGHT (not below). */
.main-menu ul ul.submenu ul.submenu,
.main-menu ul ul.submenu .submenu {
  position: absolute !important;
  top: 0 !important;          /* same vertical position as the sub-list item */
  left: 100% !important;      /* open to right of the sub-list */
  visibility: hidden !important;
  opacity: 0 !important;
  transform: translateX(6px) !important;
  transition: opacity .18s ease, transform .18s ease !important;
  min-width: 180px !important; /* adjust width as needed */
  z-index: 10000 !important;
}

/* show sub-sub when hovering the parent sub-list item */
.main-menu ul ul.submenu > li:hover > ul.submenu,
.main-menu ul ul.submenu > li:hover > .submenu {
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateX(0) !important;
}

/* ensure submenu items are block-level and prevent wrapping */
.main-menu ul ul.submenu > li,
.main-menu ul ul.submenu > li > a {
  display: block !important;
  white-space: nowrap !important;
}

/* optional: small visual tweaks to match your theme */
.main-menu ul ul.submenu,
.main-menu ul ul.submenu ul.submenu {
  box-shadow: 0 6px 18px rgba(0,0,0,0.08) !important;
  background: #fff !important;
}

/* Mobile / small screen: keep default behaviour (stacked) */
@media (max-width: 991px) {
  .main-menu ul ul.submenu,
  .main-menu ul ul.submenu ul.submenu {
    position: static !important;
    transform: none !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}

/* Mobile Menu Background Gradient */
.slicknav_nav {
    background: #fff !important;
}

/* For UL inside */
.slicknav_nav ul {
    background: transparent !important;
}
.slicknav_nav a {
    color: #000 !important;
}

.slicknav_nav a:hover {
    color: #ED683C !important;
}
/* STICKY HEADER DESKTOP MENU COLOR */
.sticky-bar .main-menu ul li a {
    color: #fff !important;
}

.sticky-bar .main-menu ul li a:hover {
    color: #000 !important;
}

/* SUBMENU (2nd level) */
#navigation .submenu li a {
    font-size: 11px !important;
    padding: 8px 12px !important;
    white-space: nowrap;          /* prevents wrapping */
}

/* SUB-SUBMENU (3rd level) */
#navigation .submenu .submenu li a {
    font-size: 11px !important;
    padding: 7px 10px !important;
    white-space: nowrap;
}

/* Reduce width so it doesn't overflow header */
#navigation .submenu {
    min-width: 220px !important;  /* default ~220px */
}

#navigation .submenu .submenu {
    min-width: 170px !important;
}

/* Sticky WhatsApp above the Go-to-Top button */
#whatsapp-sticky {
    background: #25D366;
    height: 50px;
    width: 50px;
    position: fixed;
    right: 31px;
    bottom: 80px;   /* ABOVE the back-top (50px + spacing) */
    color: #fff;
    font-size: 26px;
    text-align: center;
    border-radius: 50%;
    line-height: 50px;
    z-index: 99999;
    box-shadow: 0 0 10px 3px rgba(108, 98, 98, 0.2);
    transition: 0.3s;
}

#whatsapp-sticky:hover {
    background: #1DA851;
    transform: scale(1.1);
}

/* Mobile responsive */
@media (max-width: 575px) {
    #whatsapp-sticky {
        right: 16px;
        bottom: 80px;
    }
}

/* galery section */
.gallery-img .static-content {
    position: absolute;
    left: 30px;
    bottom: 30px;
    z-index: 5;
}

.gallery-img .static-content h3 {
    color: #fff;
    font-family: "Berkelana", sans-serif;
    font-size: 30px;
    margin: 0;
     text-transform: uppercase;
}

.gallery-img .static-content a i {
    color: #fff;
    font-size: 20px;
    margin-left: 10px;
}

.gallery-img {
    position: relative;
}

.static-content {
    position: absolute;
    left: 20px;
    bottom: 20px;
    z-index: 3;
    transition: opacity 0.3s ease;
}

.box:hover .static-content {
    opacity: 0;  /* HIDE on hover */
}
.overlay-content {
    text-align: left !important;
    padding-left: 20px;
    padding-right: 20px;
}

.overlay-content h3 {
    margin-bottom: 10px;
}

.overlay-content p {
    margin-bottom: 15px;
}

/* --- SUBMENU & SUB-SUBMENU BACKGROUND WHITE + TEXT BLACK --- */
#navigation .submenu,
#navigation .submenu .submenu {
    background:linear-gradient(to right, #FDC70C, #F3903F, #ED683C);   /* white background */
}

#navigation .submenu li a,
#navigation .submenu .submenu li a {
    color: #000000 !important;        /* black text */
}

/* --- HOVER COLOR TO #ED683C --- */
#navigation .submenu li a:hover,
#navigation .submenu .submenu li a:hover {
    color: #fff !important;
    background: transparent !important;
}
.logo-default {
    display: block;
}

.logo-sticky {
    display: none;
}

.header-sticky.sticky-bar.sticky .logo-default {
    display: none !important;
}

.header-sticky.sticky-bar.sticky .logo-sticky {
    display: block !important;
}

/* SERVICES ICON STYLE */
.single-services .features-icon i {
    font-size: 38px;
    color: #ED683C;
    padding: 15px 0;
}
/* feature box icon */
.cat-icon i {
    font-size: 60px;
    color: #ED683C;
}

@media (max-width: 768px) {
    .cat-icon i {
        font-size: 55px;
    }
}

@media (max-width: 480px) {
    .cat-icon i {
        font-size: 40px;
    }
}
.cat-icon {
    padding: 30px 0;   /* top and bottom */
}
/* Top padding for the header */
.team-area .section-tittle h2 {
    padding-top: 30px; /* adjust as you like */
    padding-bottom: 0px;
}

/* Center align the paragraph under the header */
.team-area .section-tittle + div p {
    text-align: center;
    max-width: 800px;        /* optional: keeps paragraph neat */
    margin: 0 auto;          /* centers the paragraph block */
    line-height: 22px;       /* optional */
}

/* ============================
   DATE TABS CUSTOM STYLE - time scheduling
============================ */

/* Section Title */
.date-tabs .section-tittle h3 {
    font-family: "Berkelana", sans-serif;
    color: #fff; /* Dark navy like screenshot */
    font-size: 30px;
    font-weight: 100;
    text-transform: uppercase;
}

/* NAV TABS CONTAINER */
.date-tabs .nav-tabs {
    background: #F2F7FF; /* very light blue */
    padding: 30px 0;
    border-radius: 10px;
    border: none;
    justify-content: center;
}

/* DEFAULT TAB */
.date-tabs .nav-tabs .nav-link {
    font-size: 20px;
    font-weight: 700;
    color: #1A1A3C;
    padding: 12px 28px;
    border: none;
    background: none;
    transition: 0.3s;
}

/* ACTIVE TAB (RED) */
.date-tabs .nav-tabs .nav-link.active {
    background: #ED683C !important; /* Bright red */
    color: #fff !important;
    border-radius: 6px;
}

/* HOVER EFFECT */
.date-tabs .nav-tabs .nav-link:hover {
    color: #ED683C;
}

/* ============================
   BOXES BELOW TABS
============================ */

.tab-wrapper {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.single-box {
    width: 220px;
    background: #F2F7FF;  /* Light background */
    padding: 20px 20px;
    border-radius: 8px;
    text-align: center;
    transition: 0.3s;
}

/* TEXT */
.single-box h3 {
    font-family: "Berkelana", sans-serif;
    font-size: 16px;
    color: #1A1A3C;
}

.single-box p {
    font-family: "Colasta Thin", sans-serif;
    color: #444;
}

/* TIME LABEL */
.single-box .caption span {
    color: #000;
    padding: 5px 14px;
    border-radius: 3px;
    font-size: 13px;
    display: inline-block;
    margin-bottom: 15px;
}

/* ACTIVE BOX (RED) */
.single-caption.active {
    background: #ED683C !important;
    color: #fff !important;
    padding: 20px 20px;
    border-radius: 8px;
}

.single-caption.active span {
    color: #fff !important;
}

.single-caption.active h3,
.single-caption.active p {
    color: #fff !important;
}
/* ============================
   RESPONSIVE DATE TABS
============================ */

/* Make nav tabs wrap on mobile */
.date-tabs .nav-tabs {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

/* Nav links responsive */
.date-tabs .nav-tabs .nav-link {
    font-size: 18px;
    padding: 10px 20px;
}

/* Wrapper responsive settings */
.tab-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

/* Single box */
.single-box {
    width: 220px;
}

/* ============================
   TABLET RESPONSIVE
============================ */
@media (max-width: 992px) {

    .date-tabs .nav-tabs .nav-link {
        font-size: 17px;
        padding: 10px 18px;
    }

    .tab-wrapper {
        gap: 15px;
    }

    .single-box {
        width: 45%; 
        margin: auto;
    }
}

/* ============================
   MOBILE RESPONSIVE
============================ */
@media (max-width: 768px) {

    .section-tittle h3 {
        font-size: 26px;
        line-height: 34px;
    }

    .date-tabs .nav-tabs .nav-link {
        font-size: 16px;
        padding: 8px 15px;
    }

    .single-box {
        width: 100%;
        max-width: 320px;
        margin: auto;
    }
}

/* ============================
   SMALL PHONE < 480px
============================ */
@media (max-width: 480px) {

    .section-tittle h3 {
        font-size: 22px;
        line-height: 30px;
    }

    .date-tabs .nav-tabs .nav-link {
        font-size: 14px;
        padding: 7px 12px;
    }

    .single-box {
        width: 100%;
        max-width: 300px;
        margin: auto;
    }
}
/* - visible */
.single-caption .caption span {
  font-family: Arial, Helvetica, sans-serif !important;
  /* keep other styling if needed */
  display: inline-block;
  white-space: nowrap;
}
.team-area .single-cat .cat-capfea h5 > a {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 14px;
  display: block;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  text-transform: uppercase;
  color: #fff;
}
.team-area .single-cat .cat-capfea p {
    font-size: 16px;
    line-height: 20px;
}
/* .team-areafea {
    background-color: #181a1a !important;
} */
 .tab-wrapper {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.single-box {
    width: 30%; /* Perfect for 5 columns */
    margin-bottom: 20px;
}
.tab-pane.active .single-caption {
    background: #ef783c !important;  /* Your highlight color */
    color: #fff !important;
    border-radius: 10px;
}
.tab-pane.active .single-caption h3,
.tab-pane.active .single-caption span,
.tab-pane.active .single-caption p {
    color: #fff !important;
    background: #ef783c !important;
    border-radius: 10px;
}
/* Apply Poppins Regular for the 3 sections */
.team-area p,
.left-content2 p,
.traning-categories p,
.footer-copy-right p,
.features-caption p {
    font-family: 'Poppins Regular', sans-serif !important;
}
/* Default: show desktop video, hide mobile */
.desktop-video {
    display: block;
}
.mobile-video {
    display: none;
}

/* Mobile view */
@media (max-width: 768px) {
    .desktop-video {
        display: none;
    }
    .mobile-video {
        display: block;
    }
}
/* Mobile View: 2 columns + smaller size */
@media (max-width: 767px) {

    .tab-wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px; /* smaller gap */
    }

    .single-box {
        width: 100% !important;
        padding: 10px 5px !important; /* smaller box */
        border-radius: 6px; /* softer edges */
    }

    .single-box .caption span {
        font-size: 12px; /* time text smaller */
    }

    .single-box .caption h3 {
        font-size: 15px; /* heading smaller */
        margin: 5px 0;
    }

    .single-box .caption p {
        font-size: 12px; /* trainer name smaller */
        margin: 0;
        line-height: 16px;
    }
}
/*footer video background */
/*.footer-video {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 60%;*/
/*    object-fit: cover;*/
/*    z-index: 1;*/
/*}*/
/* Footer video responsive */
.footer-video {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
}

/* Default show desktop */
.desktop-footer-video { display: block; }
.mobile-footer-video { display: none; }

/* Mobile view */
@media (max-width: 768px) {
    .desktop-footer-video { display: none; }
    .mobile-footer-video { display: block; }
}

/* .features-icon .glyphicon {
    font-size: 38px;
    color: #ED683C;
    padding: 15px 0;
} */
.tel-icon {
    font-size: 38px;
    color: #ED683C;
    padding: 15px 0;
    display: inline-block;
    line-height: 1;
}

/* Prevent Bootstrap row overflow issue */
.home-blog-area {
    overflow: hidden;
}

/* Horizontal Scroll */
.gallery-scroll-wrapper {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    padding: 0px 16px 30px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
}

/* Hide scrollbar */
.gallery-scroll-wrapper::-webkit-scrollbar {
    display: none;
}

/* Gallery Card */
.gallery-card {
    flex: 0 0 auto;            /* CRITICAL FOR MOBILE */
    width: 260px;
    height: 340px;
    scroll-snap-align: center;
}

/* Center Highlight */
.gallery-card.center {
    transform: scale(1.05);
}

/* Image */
.gallery-img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    transition: transform 0.4s ease;
}

/* Hover Zoom (Desktop only) */
@media (hover: hover) {
    .gallery-card:hover .gallery-img {
        transform: scale(1.15);
    }
}

/* Mobile Fix */
@media (max-width: 768px) {
    .gallery-scroll-wrapper {
        padding-bottom: 20px;
    }

    .gallery-card {
        width: 220px;
        height: 300px;
    }
}
.gallery-scroll-wrapper::after {
    content: "← swipe →";
    position: absolute;
    bottom: 5px;
    right: 20px;
    font-size: 12px;
    color: #aaa;
}
/* Gallery Section Padding Control */
.gallery-section {
    padding-top: 20px;      /* ↓ decrease top padding */
    padding-bottom: 80px;   /* ↑ increase bottom padding */
}
@media (max-width: 768px) {
    .gallery-section {
        padding-top: 0px;
        padding-bottom: 50px;
    }
}

.banner-section {
    position: relative;
    width: 100%;
    min-height: 40vh;
    background: url("../img/hero/hero2.jpg") center right / cover no-repeat;
    display: flex;
    align-items: center;
}


/* Banner text */
.banner-content {
    color: rgba(255, 255, 255, 0.85);
    max-width: 600px;
}

.banner-content h1 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #fff;
}

.banner-content p {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 768px) {
    .banner-section {
        background: url("../img/hero/h1_hero.png") center right / cover no-repeat;
        background-position: center;
    }

    .banner-content h1 {
        font-size: 32px;
    }
}
/* contact page */
.contact-section {
    margin-top: 0px !important;
}
@media (max-width: 768px) {
    .contact-section .form-group {
        margin-bottom: 18px;
    }

    /* Extra gap specifically before message field */
    .contact-section textarea {
        margin-top: 10px;
    }
}
.contact-section input,
.contact-section select,
.contact-section textarea {
    color: #fff !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 15px;
}
.contact-section input::placeholder,
.contact-section textarea::placeholder {
    color: rgba(255, 255, 255, 0.6);
    font-family: 'Poppins', sans-serif;
}
.contact-section select option {
    color: #000;
    font-family: 'Poppins', sans-serif;
}
@media (max-width: 768px) {
    .contact-section {
        padding-top: 0 !important;
        margin-top: 0px !important;
    }
}
/* about what we do */

.what-we-do-dark {
    color: #fff;
    width: 100%;
    height: 400px;
    margin-bottom: 0px !important;
    padding-bottom: 0px;
}

.what-we-do-wrapper {
    display: flex;
    min-height: 100vh;
    justify-content: space-evenly;
}
.vm-box {
    max-width: 480px;
    margin: 0;
}

.col-lg-5:first-child {
    display: flex;
    justify-content: flex-start;
}

.col-lg-5:last-child {
    display: flex;
    justify-content: flex-end;
}

/* LEFT SIDE */
.what-we-do-left {
    width: 50%;
    padding: 0px 0px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.what-we-do-left h2 {
    font-size: 58px;
    margin-bottom: 50px;
    letter-spacing: 0px;
    font-family: "Berkelana", sans-serif;
    font-weight: 700;
    text-transform: uppercase;

    -webkit-text-stroke: 0.2px #f6f7f8;
    -webkit-text-fill-color: transparent;

    margin-bottom: 30px;
    line-height: 1;
}

.what-we-do-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
}

.what-item .icon {
    color: #fff;
    font-size: 22px;
    display: inline-block;
    margin-bottom: 10px;
}

.what-item h4 {
    font-size: 16px;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #ED683C
}

.what-item p {
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    font-family: 'Poppins Regular', sans-serif !important;
}
/* WHAT WE DO ITEMS */
.what-item {
    color: #fff;
}

/* Icon + heading row */
.what-item-head {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
}

/* SVG icon */
.what-item-head img {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
}

/* Heading */
.what-item-head h4 {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    color: #ED683C;
    text-align: left;
}
/* RESPONSIVE */
@media (max-width: 768px) {

    /* SECTION */
    .what-we-do-dark {
        height: auto;         
        padding: 40px 0;
        padding-left: 20px;
        padding-right: 20px;
    }

    /* WRAPPER STACK */
    .what-we-do-wrapper {
        flex-direction: column;
        min-height: auto;      
        gap: 30px;
    }

    /* LEFT & RIGHT FULL WIDTH */
    .what-we-do-left,
    .what-we-do-right {
        width: 100%;
    }

    /* HEADING */
    .what-we-do-left h2 {
        font-size: 33px;
        text-align: center;
        margin-bottom: 25px;
    }

    /* GRID → SINGLE COLUMN */
    .what-we-do-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    /* ITEMS */
    .what-item {
        text-align: center;
    }

    .what-item-head {
        justify-content: center;
    }

    .what-item-head img {
        width: 50px;
        height: 50px;
    }

    .what-item-head h4 {
        font-size: 18px;
    }

    .what-item p {
        font-size: 16px;
        line-height: 1.5;
    }

    /* RIGHT IMAGE */
    .what-we-do-right img {
        width: 100%;
        max-height: 260px;
        object-fit: contain;
    }
}


/* work space */
.explore-space-section {
    background: #fff;
    position: relative;
    padding-bottom: 40px;
    padding-top: 40px;
}

.explore-content {
   position: relative;
    padding-left: 60px;
}

.small-title {
    display: inline-block;
    padding: 6px 14px;
    border: 1px solid #000;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 20px;
}
/* Watermark */
.explore-content .watermark-text {
    position: absolute;
    top: -40px;
    left: 0;
    font-size: 120px;
    font-weight: 800;
    letter-spacing: 12px;
    color: transparent;
    -webkit-text-stroke: 1px #e6e6e6;
    z-index: 0;
}
.explore-content h2 {
    font-size: 40px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 20px;
}

.explore-content h2 span {
  color: #ED683C;
    font-weight: 700;
}

.explore-content p {
    font-size: 16px;
    color: #000;
    line-height: 1.7;
    max-width: 480px;
    font-family: 'Poppins Regular', sans-serif !important;
}

/* Right Image */
/* wrapper limits animation area */
.explore-images-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
}

/* sliding track */
.explore-images {
    display: flex;
    gap: 20px;
    width: max-content;
    animation: scrollRightSide 25s linear infinite;
}

/* images */
.explore-images img {
    width: 600px;
    height: 300px;
    object-fit: cover;
    flex-shrink: 0;
}

/* animation */
@keyframes scrollRightSide {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}
/*scrolling images*/
@media (max-width: 768px) {

    /* SECTION SPACING */
    .explore-space-section {
        padding: 40px 0;
    }

    /* STACK CONTENT */
    .explore-space-section .row {
        flex-direction: column;
    }

    /* LEFT CONTENT */
    .explore-content {
        padding-left: 0;       /* ❌ remove desktop padding */
        text-align: center;
        margin-bottom: 25px;
    }

    .explore-content h2 {
        font-size: 28px;
    }

    .explore-content p {
        font-size: 15px;
        max-width: 100%;
        margin: 0 auto;
    }

    /* RIGHT IMAGES */
    .col-lg-7 {
        padding: 0;
    }

    .explore-images {
        animation-duration: 18s;  /* smoother on mobile */
    }

    .explore-images img {
        width: 260px;             /* mobile size */
        height: 160px;
    }

    /* TOP TITLE */
    .explore-top-title {
        text-align: center;
        margin-bottom: 20px;
    }

    .wariors-outline {
        font-size: 70px;
    }
}


/* TOP CENTER TITLES */
.explore-top-title {
    text-align: center;
    margin-bottom: 80px;
    position: relative;
}

/* WHERE WE ARE */
.top-small-title {
    display: block;
    font-size: 13px;
    letter-spacing: 6px;   /* R I O spacing */
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}

/* WARIORS TEXT */
.top-watermark {
    font-size: 120px;
    font-weight: 800;
    letter-spacing: 14px;
    margin: 0;

    color: transparent;
    -webkit-text-stroke: 1px #ddd;
}
/* TOP TITLE WRAPPER */
.explore-top-title {
    position: relative;
    text-align: center;
    margin-bottom: 40px;
}

/* BIG OUTLINED TEXT */
.top-watermark {
    font-size: 120px;
    font-weight: 800;
    letter-spacing: 14px;

    color: transparent;
    -webkit-text-stroke: 1px #dcdcdc;

    margin: 0;
}

/* OVERLAPPING BLACK TEXT */
.top-overlap-title {
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);

    font-size: 14px;
    font-weight: 700;
    letter-spacing: -2px;   /* OVERLAP effect */
    color: #000;

    background: #fff;       /* masks stroke behind */
    padding: 0 8px;
    z-index: 2;
}
/* WRAPPER */
.explore-top-title {
    position: relative;
    text-align: center;
    padding: 0px 0 0px;
}

/* OUTLINED TEXT */
.wariors-outline {
    font-size: 100px;
    font-weight: 500;
    letter-spacing: 0px;
    margin: 0;

    color: transparent;
    -webkit-text-stroke: 1px #dcdcdc;
}

/* WHERE WE ARE BOX */
.where-box {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px 18px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 3px;
    color: #000;
    font-family: "Berkelana", sans-serif !important;
    z-index: 2;
}
@media (max-width: 768px) {

    .wariors-outline {
        font-size: 50px;
    }

    .explore-content {
        text-align: center;
        padding: 0 15px 30px;
    }

    .where-box {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0px 0px;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    font-family: "Berkelana", sans-serif !important;
    z-index: 2;
}

    .explore-content h2 {
        font-size: 20px;
        line-height: 1.2;
    }

    .explore-content p {
        max-width: 100%;
    }

    .explore-images {
        flex-direction: column;
        gap: 15px;
    }

    .explore-images img {
        width: 100%;
    }
    .where-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px;
    font-weight: 600;
    color: #000;
    font-family: "Berkelana", sans-serif !important;
    z-index: 2;
}
}
@media (max-width: 768px) {
    .top-watermark {
        font-size: 72px;
        letter-spacing: 8px;
    }

    .top-overlap-title {
        font-size: 12px;
        top: -12px;
    }
}

/* Responsive */
@media (max-width: 768px) {
    .explore-space-section {
        padding: 40px 0;
    }

    .explore-content {
        padding-left: 20px;
        text-align: center;
            margin-bottom: -30px;
    }

    .explore-content .watermark-text {
        font-size: 80px;
        left: 50%;
        transform: translateX(-50%);
    }

    .explore-images {
        flex-direction: column;
        margin-top: 40px;
    }

    .explore-images img {
        height: 220px;
    }
}
@media (max-width: 768px) {
    .top-watermark {
        font-size: 40px;
        letter-spacing: 4px;
    }

    .explore-top-title {
        margin-bottom: 0px;
    }
}

@media (max-width: 767px) {
    .watermark-text {
        top: 40%;
        letter-spacing: 0.25em;
        opacity: 0.04;
    }
}


/* Bring content above watermark */
.explore-content * {
    position: relative;
    z-index: 1;
}

/* about page */
/* ABOUT WARRIORS SECTION */
.about-area2 {
    background: #000;
    padding: 40px 0;
    margin-bottom: 0px;
}

.about-warriors {
    display: flex;
    align-items: center;
    gap: 60px;
}

/* LEFT IMAGES */
.about-images {
    display: flex;
    gap: 20px;
}

.about-images img {
    width: 100%;
    max-width: 520px;
    height: auto;
    object-fit: cover;
}

/* RIGHT CONTENT */
.about-content {
    max-width: 600px;
}

.about-content h1 {
    font-size: 58px;
    margin-bottom: 20px;
    letter-spacing: 0px;
    font-family: "Berkelana", sans-serif;
    font-weight: 700;
    text-transform: uppercase;

    -webkit-text-stroke: 0.2px #f6f7f8;
    -webkit-text-fill-color: transparent;

    margin-bottom: 30px;
    line-height: 1;
}

.about-content p {
    color: #fff;
    font-size: 18px;
    line-height: 1.2;
}

@media (max-width: 768px) {

    /* Stack image & content */
    .about-warriors {
        flex-direction: column;
        gap: 30px;
        text-align: center;
    }

    /* Image full width */
    .about-images img {
        max-width: 100%;
    }

    /* Text sizes */
    .about-content h1 {
        font-size: 33px;  
    }

    .about-content h3 {
        font-size: 28px;   
    }

    .about-content p {
        font-size: 18px;   
        line-height: 1.2;
    }

    /* Reduce section padding */
    .about-area2 {
        padding: 60px 0;
        margin-bottom: -70px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* VISION & MISSION – CENTERED LAYOUT */
.vision-mission-section {
    background-image: url("../img/gallery/about2.jpg");
    background-size: contain;        /* SHOW FULL IMAGE */
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 0 !important;
    padding-top: 0 !important;
    margin-bottom: -200px;

    min-height: 100vh;
    width: 100%;
    position: relative;
}

/* Overlay */
.vision-mission-overlay {
    /*background: rgba(0, 0, 0, 0.75);*/
    min-height: 100vh;

    display: flex;
    align-items: center;   /* vertical center */
}

/* Box */
.vm-box {
    max-width: 500px;
    margin: auto;
}

/* Heading */
.vm-box h3 {
    font-family: "Berkelana", sans-serif;
    font-size: 38px;
    text-transform: uppercase;
    color: #ED683C;
    margin-bottom: 20px;
}

/* Text */
.vm-boxv p {
    font-size: 18px;
    line-height: 1.2;
    color: #fff;
    text-align: left;
}
.vm-boxm p {
    font-size: 18px;
    line-height: 1.2;
    color: #fff;
    text-align: right;
}

@media (max-width: 768px) {

    /* SECTION */
    .vision-mission-section {
        background-size: cover;      /* better for mobile */
        background-position: center top;
        min-height: auto;            /* ❌ remove 100vh */
        margin-bottom: 0;
        padding: 40px 0;
    }

    /* OVERLAY */
    .vision-mission-overlay {
        min-height: auto;
        align-items: flex-start;
    }

    /* STACK COLUMNS */
    .vision-mission-section .row {
        flex-direction: column;
        gap: 30px;
    }

    /* FULL WIDTH */
    .vision-mission-section .col-lg-5 {
        width: 100%;
        max-width: 100%;
    }

    /* BOX */
    .vm-box {
        max-width: 100%;
        text-align: center;
    }

    /* HEADING */
    .vm-box h3 {
        font-size: 28px;   /* ✅ mobile size */
        margin-bottom: 15px;
    }

    /* TEXT */
    .vm-box p {
        font-size: 18px;
        line-height: 1.5;
        text-align: center;
    }

    /* ICON */
    .vm-box img {
        width: 80px;
        height: auto;
        margin-bottom: 10px;
    }
}

/* FOUNDER HEADING WRAPPER */
.founder-heading {
    margin-bottom: 50px;
}

/* MAIN HEADING */
.founder-heading h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;

    font-size: 80px;
    font-weight: 800;
    letter-spacing: 0px;
    margin: 0;
}

/* FROM OUR */
.from-text {
    color: #ED683C; /* orange */
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 4px;
}
/* FOUNDER’S OUTLINE */
.founder-outline {
    color: transparent;
    -webkit-text-stroke: 1px #ffffff;
    font-size: 58px;
    font-weight: 800;
    letter-spacing: 0px;
}
/*founder button*/
.role-badge {
    background: linear-gradient(90deg, #f9c400, #ed683c);
    color: #000;
    border: none;
    border-radius: 30px;
    padding: 6px 20px;
    font-size: 14px;
    font-family: 'Poppins Thin';
    font-weight: 700;
    letter-spacing: 1px;
    margin: 12px auto 8px;
    display: inline-block;
    cursor: default;
}

/* Remove button default styles */
.role-badge:focus,
.role-badge:active {
    outline: none;
    box-shadow: none;
}
@media (max-width: 768px) {

    /* SECTION SPACING */
    .team-area {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    /* HEADING STACK */
    .founder-heading h2 {
        flex-direction: column;     /* stack text */
        gap: 6px;
    }

    .from-text {
        font-size: 24px;
        letter-spacing: 2px;
    }

    .founder-outline {
        font-size: 36px;
        -webkit-text-stroke: 0.8px #ffffff;
    }

    /* TEAM GRID */
    .single-cat {
        margin-bottom: 25px;
    }

    /* IMAGE SIZE */
    .cat-icon img {
        width: 180px;
        height: 180px;
        border-radius: 50%;     /* 🔑 makes it round */
        object-fit: cover;     /* crop evenly */
        display: block;
        margin: 0 auto;
    }

    /* NAME */
    .cat-team h5 {
        font-size: 22px !important;
        line-height: 1.3;
    }

    /* ROLE TEXT */
    .cat-team p {
        font-size: 16px;
        line-height: 1.5;
    }
}

  .cat-team p  {
    color: #ED683C;
    font-size: 150px;
}
/* TRY WARRIORS – FULL WIDTH BG */
.try-warriors-section {
    background-image: url("../img/gallery/trywarriors.jpg");
    background-size: cover;      /* show full image */
    background-position: right;
    background-repeat: no-repeat;

    width: 100%;
    position: relative;
}

/* Overlay should NOT force height */
.try-warriors-overlay {
    background: linear-gradient(
        90deg,
        rgba(0,0,0,0.85) 0%,
        rgba(0,0,0,0.55) 50%,
        rgba(0,0,0,0.2) 100%
    );

    padding: 100px 0;   /* controls section height */
}


/* CONTENT */
.try-content {
    color: #fff;
    padding: 40px 0;
}

.try-title {
    margin-bottom: 30px;
    line-height: 1.1;
}

.try-solid {
    font-size: 48px;
    font-weight: 800;
    color: #ED683C;
    letter-spacing: 0px;
}

.try-outline {
    font-size: 58px;
    font-weight: 800;
    letter-spacing: 0px;
    color: transparent;
    -webkit-text-stroke: 1px #ffffff;
}

/* BUTTON */
.try-btn {
    display: inline-block;
    padding: 14px 36px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #000;
    background: linear-gradient(90deg, #f9c400, #ed683c);
    text-decoration: none;
}
@media (max-width: 768px) {

    /* SECTION BACKGROUND */
    .try-warriors-section {
        background-size: cover;
        background-position: right center; /* FORCE RIGHT SIDE */
        min-height: 50vh;
    }

    .try-warriors-overlay {
        min-height: 50vh;
        padding: 80px 20px;
        display: flex;
        align-items: center;
    }

    /* CONTENT */
    .try-content {
        padding: 20px 0;
    }

    /* HEADINGS */
    .try-solid {
        font-size: 32px;
    }

    .try-outline {
        font-size: 36px;
        -webkit-text-stroke: 0.8px #fff;
    }

    .try-title {
        line-height: 1.2;
        margin-bottom: 24px;
    }

    /* BUTTON */
    .try-btn {
        padding: 12px 28px;
        font-size: 13px;
        letter-spacing: 1.5px;
    }
}


/*orgin left img*/
.left-img {
    padding-left: 40px;      /* space from left */
}

.left-img img {
    width: 90%;              /* reduce image size */
    max-width: 1000;        /* limit max size */
    height: 500;
    display: block;
}
@media (max-width: 768px) {

    /* STACK IMAGE & CONTENT */
    .support-wrapper {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    /* IMAGE WRAPPER */
    .left-img {
        padding-left: 0;        /* ❌ remove desktop padding */
        text-align: center;
        margin-left: -40px;
    }

    .left-img img {
        width: 80%;
        max-width: 280px;
        height: auto;           /* 🔑 remove fixed height */
        margin: 0 auto;
    }

    /* TEXT CONTENT */
    .front-textorg {
        text-align: center;
        padding: 0 10px;
    }

    .front-textorg h2 {
        font-size: 33px;        /* mobile heading */
        margin-bottom: 15px;
    }

    .front-textorg p {
        font-size: 18px;
        line-height: 1.5;
    }

    /* REMOVE EXTRA BOTTOM SPACE */
    .mb-40 {
        margin-bottom: 20px !important;
    }
}

/* slideshow container */

.explore-space-section {
    position: relative;
    overflow-x: hidden;   /* hard clip */
}

.explore-space-section .container-fluid {
    overflow: hidden;     /* REQUIRED */
    position: relative;
}

.col-lg-7 {
    overflow: hidden;
}

.explore-images {
    overflow: hidden;
    width: 100%;
}


/* SCROLLING TRACK */

/* wrapper limits animation area */
.explore-images-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
}

/* sliding track */
.explore-images {
    display: flex;
    gap: 20px;
    width: max-content;
    animation: scrollRightSide 25s linear infinite;
}

/* images */
.explore-images img {
    width: 600px;
    height: 300px;
    object-fit: cover;
    flex-shrink: 0;
    margin-right: 20px;
}

/* animation */
@keyframes scrollRightSide {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}



.what-we-do-right {
    display: flex;
}

.what-we-do-right img {
    width: 100%;
    max-height: 520px;   /* 🔽 REDUCE HEIGHT */
    height: auto;
    object-fit: contain;
}
/*origin mobile view*/
@media (max-width: 768px) {
    .front-textorg h2 {
    font-size: 33px;
    }
}

/* martial arts training */
.martial-training {
    padding: 100px 0;
}
.training-content h2 {
color: #F2F7FF;
}
.martial-training .container {
    max-width: 1200px;
    margin: auto;
    padding: 0 15px;
}

.training-row {
    display: flex;
    align-items: center;
    gap: 60px;
    margin-bottom: 100px;
}

.training-row.reverse {
    flex-direction: row-reverse;
}

/* IMAGE AREA */
.training-images {
    flex: 1;
}

.training-images.single img {
    width: 100%;
    border-radius: 6px;
}

.training-images.double {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.training-images.double.vertical {
    flex-direction: row-reverse;
}

.training-images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

/* CONTENT */
.training-content {
    flex: 1;
    color: #fff;
}

.training-content h2 {
    font-size: 40px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.training-content p {
    color: #fff;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 35px;
}

.btn-join {
    display: inline-block;
    background: #ED683C;
    padding: 14px 34px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 4px;
    transition: 0.3s;
}

.btn-join:hover {
    background: #ED683C;
}
/* mobile view  */
@media (max-width: 768px) {
    .training-row,
    .training-row.reverse {
        flex-direction: column;
        gap: 30px;
        margin-bottom: 70px;
    }

    .training-images.double {
        grid-template-columns: 1fr;
    }

    .training-content {
        text-align: center;
    }

    .training-content h2 {
        font-size: 28px;
    }
}
/* FORCE OVERLAP – OVERRIDES GRID */
.training-images.overlap {
    position: relative;
    height: 420px;
    flex: 1;
}

.training-images.overlap img {
    position: absolute !important;
    width: 72%;
    height: auto;
    border-radius: 6px;
    object-fit: cover;
}

/* BACK IMAGE */
.training-images.overlap .img-back {
    top: 0;
    left: 0;
    z-index: 1;
}

/* FRONT IMAGE */
.training-images.overlap .img-front {
    bottom: 0;
    z-index: 2;
}

/* RIGHT OVERLAP */
.training-images.overlap-right .img-front {
    right: -60px;
}

/* LEFT OVERLAP */
.training-images.overlap-left .img-front {
    left: -60px;
}
/* ===============================
   MOBILE OVERLAP – FIX ALL ROWS
================================ */
@media (max-width: 768px) {

    .training-row {
        flex-direction: column;
        gap: 20px;
    }

    /* Keep overlap container */
    .training-images.overlap {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 320px; /* control height */
    }

    /* Overlap images scaled for mobile */
    .training-images.overlap img {
        position: absolute;
        width: 80%;
        max-width: 280px;
    }

    /* Adjust overlap positions */
    .training-images.overlap img:nth-child(1) {
        transform: translateX(-20px) translateY(0);
        z-index: 1;
    }

    .training-images.overlap img:nth-child(2) {
        transform: translateX(20px) translateY(20px);
        z-index: 2;
    }
}

/*martial arts training new section*/
.martial-training {
    padding: 0px 0;
}
.training-row {
    display: flex;
    min-height: 600px;
}
.training-image {
    width: 50%;
    min-height: 600px;
    padding-top: 80px;
}

.training-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.training-content {
    width: 50%;
    display: flex;
    align-items: center;
}
.training-content-inner {
    max-width: 520px;
    padding: 80px 60px;
}
.training-content h2 {
    font-size: 50px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 25px;
}

.training-content p {
    font-size: 18px;
    font-family: 'Poppins Thin';
    line-height: 1.2;
    color: #fff;
    margin-bottom: 30px;
}
.training-points {
    list-style: none;
    padding: 0;
    font-size: 15px;
    font-family: 'Poppins Thin';
    margin-bottom: 40px;
}

.training-points li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    font-size: 16px;
    color: #fff;
}

.training-points li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #ED683C;
    font-weight: bold;
}
.btn-join {
    display: inline-block;
    background: linear-gradient(to right, #FDC70C, #F3903F, #ED683C) !important;
    color: #000;
    padding: 14px 36px;
    border-radius: 0px;
    cursor: pointer;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.btn-join:hover {
  background: none !important; /* light color */
    border: 2px solid #fff !important; /* border on hover */
    color: #fff !important;
}
.karate-features {
    padding: 0px 0;
    text-align: center;
    margin-top: -100px;
}
.features-header {
    max-width: 720px;
    margin: 0 auto 70px;
}

.features-header h2 {
    font-size: 50px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 15px;
}

.features-header p {
    font-size: 18px;
    color: #cfcfcf;
    line-height: 1.2;
}
.features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}
.feature-box {
    background: #f4efe8;
    padding: 40px 25px;
    text-align: center;
    border-radius: 2px;
    transition: 0.3s ease;
}

.feature-box:hover {
    transform: translateY(-6px);
}
.feature-icon {
    margin-bottom: 20px;
}

.feature-icon img {
    height: 42px;
}
.feature-box h4 {
    font-size: 20px;
    font-weight: 700;
    color: #111;
    margin-bottom: 10px;
}

.feature-box p {
    font-size: 18px;
    color: #000;
    line-height: 1.2;
}
.features-cta {
    margin-top: 60px;
    text-align: center;
}
.kickboxing-advantage {
    padding: 50px 0;
    padding-bottom: 100px;
}
.adv-row {
    display: flex;
    gap: 60px;
}

.top-row {
    margin-bottom: 60px;
}
.adv-text {
    max-width: 520px;
}

.adv-text h2 {
    font-size: 50px;
    font-weight: 800;
    margin-bottom: 15px;
    color: #fff;
}

.adv-text p {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 30px;
    color: #fff;
}
.adv-image {
    width: 50%;
}

.adv-image img {
    width: 100%;
    border-radius: 4px;
    object-fit: cover;
}
.adv-features {
    width: 50%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.adv-box {
    background: #f4efe8;
    padding: 35px 25px;
}

.adv-box h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #000;
}

.adv-box p {
    font-size: 16px;
    line-height: 1.2;
    color: #000;
}
.boxing-cta {
    background-image: url("../img/gallery/boxing.jpeg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    min-height: 420px;
}
.boxing-cta-overlay {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.boxing-cta-content {
    max-width: 1000px;
    padding: 70px 20px;
}
.boxing-cta-content h2 {
    font-size: 50px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 20px;
}

.boxing-cta-content p {
    font-size: 18px;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 35px;
}
.boxing-cta .btn-join {
    background: linear-gradient(to right, #FDC70C, #F3903F, #ED683C) !important;
    color: #000;
    padding: 14px 36px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.boxing-cta .btn-join:hover {
  background: none !important; /* light color */
    border: 2px solid #fff !important; /* border on hover */
    color: #fff !important;
}
.boxing-features {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    margin-top: 60px;
}

.feature-boxing {
    background: #fff;
    padding: 30px 20px;
    border-radius: 12px;
    text-align: center;
    transition: transform 0.3s ease;
}
.feature-boxing h4 {
    color: #000;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 12px;
}

.feature-boxing p {
    color: #000;
    font-size: 16px;
    line-height: 1.2;
}
.mma-training {
    padding: 0px 0;
}
.mma-row {
    display: flex;
    min-height: 540px;
}
.mma-content {
    width: 50%;
    padding: 70px;
    color: #fff;
}

.mma-content h2 {
    font-size: 50px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.mma-content h2 span {
    font-size: 30px;
    color: #fff;
    font-weight: 500;
    display: block;
    margin-top: 5px;
}

.mma-content p {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 25px;
}
.mma-points {
    list-style: none;
    padding: 0;
    margin-bottom: 40px;
}

.mma-points li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    font-size: 16px;
}

.mma-points li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #ED683C;
    font-weight: bold;
}
.mma-image {
    width: 50%;
    min-height: 540px;
}

.mma-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.muay-features {
    padding: 50px 0;
    text-align: center;
    padding-bottom: 80px;
}
.adv-box p {
    font-size: 16px;
    line-height: 1.2;
    color: #000;
}
.ems-cta {
    background-image: url("../img/gallery/ems.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    min-height: 420px;
}
.ems-cta-overlay {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.ems-cta-content {
    max-width: 1000px;
    padding: 70px 20px;
}
.ems-cta-content h2 {
    font-size: 50px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 20px;
}

.ems-cta-content p {
    font-size: 18px;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 35px;
}
.ems-cta .btn-join {
    background: linear-gradient(to right, #FDC70C, #F3903F, #ED683C) !important;
    color: #000;
    padding: 14px 36px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.ems-cta .btn-join:hover {
  background: none !important; /* light color */
    border: 2px solid #fff !important; /* border on hover */
    color: #fff !important;
}
.ems-features {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    margin-top: 60px;
}

.feature-ems {
    background: #fff;
    padding: 30px 20px;
    border-radius: 12px;
    text-align: center;
    transition: transform 0.3s ease;
}
.feature-ems h4 {
    color: #000;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 12px;
}

.feature-ems p {
    color: #000;
    font-size: 16px;
    line-height: 1.2;
}
.ems-cta::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65); /* increase/decrease darkness */
    z-index: 1;
}

.ems-cta-overlay {
    position: relative;
    z-index: 2; /* keeps text above overlay */
}
@media (max-width: 768px) {

    /* GLOBAL FLEX STACKING */
    .training-row,
    .mma-row,
    .adv-row {
        flex-direction: column;
        min-height: auto;
    }

    .training-image,
    .training-content,
    .mma-content,
    .mma-image,
    .adv-image,
    .adv-features {
        width: 100%;
        margin-top: -40px;
    }
    .adv-image {
    margin-top: -20px;
    }
    .mma-image {
    min-height: 300px;
    }

    /* TRAINING SECTION */
    .training-image {
        min-height: 280px;
    }

    .training-content-inner {
        padding: 40px 20px;
        max-width: 100%;
    }

    .training-content h2 {
        font-size: 32px;
    }

    .training-content p {
        font-size: 16px;
    }

    /* FEATURES SECTION (KARATE / MUAY THAI) */
    .karate-features {
        padding-top: 50px ;
    }
    .features-header {
        margin-bottom: 40px;
        padding: 0 15px;
    }

    .features-header h2 {
        font-size: 32px;
    }

    .features-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .feature-box {
        padding: 30px 20px;
    }

    .feature-box p {
        font-size: 16px;
    }

    /* CTA BUTTON */
    .features-cta {
        margin-top: 20px;
    }

    .btn-join {
        padding: 12px 28px;
        font-size: 14px;
    }

    /* KICKBOXING ADVANTAGE */
    .adv-text {
        max-width: 100%;
        padding: 0 15px;
    }

    .adv-text h2 {
        font-size: 32px;
    }

    .adv-image img {
        border-radius: 0;
    }

    .adv-features {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    /* BOXING CTA */
    .boxing-cta {
        min-height: auto;
        background-size: cover;
    }

    .boxing-cta-content {
        padding: 50px 20px;
    }

    .boxing-cta-content h2 {
        font-size: 32px;
    }

    .boxing-cta-content p {
        font-size: 16px;
    }
     .boxing-features {
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
        margin-top: 40px;
    }

    .feature-boxing {
        padding: 22px 16px;
    }

    .feature-boxing h4 {
        font-size: 16px;
    }

    .feature-boxing p {
        font-size: 14px;
        line-height: 1.4;
    }
    /* MMA SECTION */
    .mma-training {
    padding-top: 20px;
    }
    .mma-content {
        padding: 40px 20px;
    }

    .mma-content h2 {
        font-size: 32px;
    }

    .mma-content h2 span {
        font-size: 20px;
    }
    .muay-features {
    padding-top: 50px;
    padding-bottom: 50px;
    }
    /*ems-training*/
    .ems-cta {
        min-height: auto;
        background-size: cover;
        background-position: 25% center;
    }

    .ems-cta-content {
        padding: 50px 20px;
    }

    .ems-cta-content h2 {
        font-size: 32px;
    }

    .ems-cta-content p {
        font-size: 16px;
    }
     .ems-features {
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
        margin-top: 40px;
    }

    .feature-ems {
        padding: 22px 16px;
    }

    .feature-ems h4 {
        font-size: 16px;
    }

    .feature-ems p {
        font-size: 14px;
        line-height: 1.4;
    }
}
/*what we offer page*/

.offer-section {
  padding: 80px 0;
}

.offer-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 40px;
}

/* LEFT BOX */
.offer-form {
  background: #ffffff;
  padding: 0px 20px;
  border-radius: 14px;
  padding-bottom: 10px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.offer-form h2 {
  font-size: 35px;
  margin-bottom: 25px;
  padding-top: 20px;
  color: #111;
}

.offer-form input {
  width: 100%;
  padding: 8px;
  margin-bottom: 10px;
  border-radius: 8px;
  border: 1px solid #ddd;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
}

.offer-checkboxes {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2 fields per row */
  gap: 0px 0px;
  margin-top: 0px;
}

/* CHECKBOX ALIGNMENT */
.offer-checkboxes label {
  display: flex;
  gap: 8px;
  font-size: 16px;
  cursor: pointer;
  color: #000;
  margin-bottom: -10px;
}

/* OPTIONAL: nicer checkbox spacing */
.offer-checkboxes input[type="checkbox"] {
  width: 16px;
  height: 30px;
  cursor: pointer;
}

.offer-btn {
  margin-top: 0px;
  width: 100%;
  padding: 15px;
  padding-bottom: 15px;
  background: linear-gradient(to right, #FDC70C, #F3903F, #ED683C) !important;
  color: #000;
  border: none;
  border-radius: 8px;
  font-size: 15px;
  cursor: pointer;
  transition: 0.3s;
}
.offer-btn:hover {
  background: none !important; /* light color */
    border: 2px solid #000 !important; /* border on hover */
    color: #000 !important;
}
/* RIGHT IMAGE */
.offer-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 14px;
}
.trial-info-section {
  padding: 40px 0;
}

.trial-info-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: flex-start;
}

/* IMAGE */
.trial-info-image img {
  width: 100%;
  height: 580px;
  object-fit: cover;
}

/* CONTENT */
.trial-info-content h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
  color: #fff;
}

.trial-info-content p {
  font-size: 18px;
  color: #fff;
  line-height: 1.2;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 18px;
}

/* CHECKLIST */
.trial-checklist {
  list-style: none;
  padding: 0;
  margin: 20px 0 25px;
}

.trial-checklist li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 12px;
  font-size: 16px;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  line-height: 1.2;
}

.trial-checklist li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #ED683C;
  font-weight: bold;
}

/* EXTRA TEXT */
.bottom-text {
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  color: #555;
}

.welcome-section {
  background-color: #181a1a !important;
  padding: 40px 0;
}

.welcome-container {
  max-width: 1300px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 520px;
}

/* LEFT SIDE */
.welcome-content {
  padding: 0px 60px;
  color: #fff;
}

.small-title {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.welcome-content h2 {
  font-size: 40px;
  color: #fff;
  font-weight: 700;
  margin: 12px 0 20px;
}

.welcome-desc {
  font-size: 18px;
  line-height: 1.2;
  color: #fff;
  max-width: 500px;
}

/* FEATURES */
.welcome-features {
  margin-top: 0px;
}

.feature-item {
  display: flex;
  gap: 20px;
  margin-bottom: 0px;    
  align-items: center;
}

.icon-box {
  min-width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0px;
}

.icon-box img {
  width: 50px;
  background-color: #ED683C;
  height: 70px;
}

.feature-item h4 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 6px;
}

.feature-item p {
  font-size: 18px;
  color: #cfcfcf;
  line-height: 1.2;
}

/* BUTTON */
.welcome-btn {
  display: inline-block;
  margin-top: 25px;
  padding: 14px 28px;
  background: linear-gradient(to right, #FDC70C, #F3903F, #ED683C) !important;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}
.welcome-btn:hover {
  background: none !important; /* light color */
    border: 2px solid #fff !important; /* border on hover */
    color: #fff !important;
}
/* RIGHT IMAGE */
.welcome-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.steps-section {
  padding: 40px 0;
  padding-bottom: 40px;
}

.steps-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  align-items: center;
  gap: 60px;
}

/* LEFT CONTENT */
.steps-subtitle {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.steps-content h2 {
  font-size: 30px;
  font-weight: 700;
  margin: 12px 0 20px;
  color: #fff;
}

.steps-content p {
  font-size: 18px;
  color: #fff;
  line-height: 1.2;
  max-width: 420px;
}

.steps-btn {
  display: inline-block;
  margin-top: 25px;
  padding: 14px 26px;
  background: linear-gradient(to right, #FDC70C, #F3903F, #ED683C) !important;
  font-size: 15px;
  color: #000;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}
.steps-btn:hover {
  background: none !important; /* light color */
    border: 2px solid #fff !important; /* border on hover */
    color: #fff !important;
}

/* RIGHT IMAGE LAYOUT */
.steps-images {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.steps-images img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

@media (max-width: 768px) {
  .offer-container {
    grid-template-columns: 1fr;
  }

  .offer-image {
    order: -1;
  }

  .offer-form {
    padding: 35px 25px;
  }
   .offer-checkboxes {
    grid-template-columns: 1fr;
  }
  .trial-info-section {
    padding-left: 20px;
    padding-right: 20px;
  }
  .trial-info-container {
    grid-template-columns: 1fr;
  }

  .trial-info-content h2 {
    font-size: 24px;
  }
   .welcome-container {
    grid-template-columns: 1fr;
  }

  .welcome-content {
    padding: 0px 30px;
  }

  .welcome-content h2 {
    font-size: 28px;
  }
  .welcome-btn {
  margin-top: 0px;
    }
.welcome-image img {
    padding-top: 20px;
    }
  .icon-box img {
  width: 60px;
  background-color: #ED683C;
  height: 100px;
    }
  .steps-section {
    padding-left: 20px;
    padding-right: 20px;
  }
  .steps-container {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .steps-images {
    grid-template-columns: 1fr;
  }

  .steps-content h2 {
    font-size: 28px;
  }
  .steps-btn {
  margin-top: 0px;
    }
}
/*home page cta section*/
.cta-section {
  background-image: url("../img/gallery/giphy.gif");
  background-repeat: no-repeat;
  background-size: cover;     
  background-position: center;
  
  padding: 30px 20px;
  text-align: center;
}

.cta-container {
  max-width: 900px;
  margin: auto;
}

.cta-section h1 {
  font-size: 48px;
  font-weight: 800;
  color: #000;
  margin-bottom: 15px;
}

.cta-text {
  font-size: 18px;
  line-height: 1.2;
  font-family: 'Poppins Regular', sans-serif !important;
  color: #000;
  max-width: 700px;
  margin: 0 auto 20px;
}

.cta-btn {
  font-size: 16px;
  font-weight: 600;
  border: 2px;
  color: #000;
   background: linear-gradient(to right, #FDC70C, #F3903F, #ED683C) !important;
  border-radius: 0px;
  text-transform: uppercase;
  padding: 14px 43px;
  -moz-user-select: none;
  cursor: pointer;
  display: inline-block;
  letter-spacing: 1px;
  margin-bottom: 0;
  position: relative;
  transition: color 0.4s linear;
  position: relative;
  overflow: hidden;
  margin: 0;
}

.cta-btn:hover {
  background: none !important; /* light color */
    border: 2px solid #000 !important; /* border on hover */
    color: #000 !important;
}

.cta-note {
  margin-top: 15px;
  font-size: 14px;
  color: #777;
}
@media (max-width: 768px) {
  .cta-section h1 {
    font-size: 32px;
  }

  .cta-text {
    font-size: 15px;
  }

  .cta-btn {
    padding: 14px 28px;
  }
}


