@import url("https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,500i,600,700|Paytone+One|Teko:300,400,500,600,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,500i,600,700|Paytone+One|Teko:300,400,500,600,700&display=swap");
.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;
}

body {
  font-family: "Paytone One", sans-serif;
  font-weight: normal;
  font-style: normal;
}

.logo a{
  font-size: 2rem;
  color: #FFFFFF;
  font-family: cursive;
  font-weight: 700;
}

.logo a span{
  font-size: 3rem;
  color: red;
}

a:focus,
a:hover,
a:hover,
.footer li a:hover {
  text-decoration: none;
}

input::placeholder {
  font-family: "Montserrat", sans-serif;
}

textarea::placeholder {
  font-family: "Montserrat", sans-serif;
}

ul {
  margin: 0px;
  padding: 0px;
  border-radius: 10px;
}

li {
  list-style: none;
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #7A838B;
  margin-bottom: 0px;
  font-family: "Montserrat", sans-serif;
}























































































*::-moz-selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

*::-webkit-input-placeholder {
  color: #cccccc;
  font-size: 14px;
  opacity: 1;
}

*:-ms-input-placeholder {
  color: #cccccc;
  font-size: 14px;
  opacity: 1;
}

*::-ms-input-placeholder {
  color: #cccccc;
  font-size: 14px;
  opacity: 1;
}

*::placeholder {
  color: #cccccc;
  font-size: 14px;
  opacity: 1;
}



















































.black-bg {
  background: #000000 !important;
}

.overlay {
  position: relative;
  z-index: 0;
}

.overlay::before {
  position: absolute;
  content: "";
  background: -moz-radial-gradient(center, ellipse cover, rgba(181, 8, 8, 0.38) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: -webkit-radial-gradient(center, ellipse cover, rgba(181, 8, 8, 0.38) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: radial-gradient(ellipse at center, rgba(181, 8, 8, 0.38) 0%, rgba(0, 0, 0, 0.6) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#61b50808', endColorstr='#99000000',GradientType=1 );
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.overlay2 {
  position: relative;
  z-index: 0;
}

.overlay2::before {
  position: absolute;
  content: "";
  background-color: #000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.7;
}

.owl-carousel .owl-nav div {
  background: transparent;
  height: 100px;
  left: 0px;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 50px;
  color: #707070;
  background-color: transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  left: 50px;
  font-size: 15px;
  line-height: 50px;
  border: 1px solid #4D6174;
  left: 150px;
  color: #fff;
}

.owl-carousel .owl-nav div.owl-next i {
  position: relative;
  right: 0;
}

.owl-carousel .owl-nav div.owl-prev i {
  position: relative;
  top: 0px;
}

.owl-carousel:hover .owl-nav div {
  opacity: 1;
  visibility: visible;
}

.owl-carousel:hover .owl-nav div:hover {
  color: #fff;
  background: #001D38;
  border: 1px solid transparent;
}

.boxed-btn {
  background: #FF1414;
  display: inline-block;
  padding: 12px 44px;
  font-size: 16px;
  font-weight: 600;
  border: 0;
  border: 1px solid #FF1414;
  letter-spacing: 3px;
  text-align: center;
  color: #ffffff !important;
  text-transform: uppercase;
  cursor: pointer;
  width: 100%;
}

.boxed-btn:hover {
  background: #FF1414;
  color: #fff !important;
  border: 1px solid #FF1414;
}

.boxed-btn:focus {
  outline: none;
}

.boxed-btn.large-width {
  width: 220px;
}

.boxed-btn3 {
  background: #FF1414;
  /* IE6-9 */
  color: #fff;
  display: inline-block;
  padding: 12px 53px;
  font-size: 16px;
  font-weight: 500;
  border: 0;
  border: 1px solid transparent;
  -webkit-border-radius: 0px;
  -moz-border-radius: 20px;
  border-radius: 35px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  letter-spacing: 2px;
}

.boxed-btn3:hover {
  background: transparent;
  color: #FFFFFF !important;
  border: 1px solid #FF1414;
}

.boxed-btn3:focus {
  outline: none;
}

.boxed-btn3.large-width {
  width: 220px;
}

.section_title h3 {
  font-size: 46px;
  font-weight: 400;
  color: #fff;
  position: relative;
  z-index: 0;
  padding-bottom: 7px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .section_title h3 {
    font-size: 30px;
    line-height: 36px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section_title h3 {
    font-size: 36px;
    line-height: 42px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .section_title h3 {
    font-size: 35px;
    line-height: 42px;
  }
}

@media (max-width: 767px) {
  .section_title h3 br {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section_title h3 br {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .section_title h3 br {
    display: none;
  }
}

.section_title p {
  font-size: 16px;
  color: #AAB1B7;
  line-height: 28px;
  margin-bottom: 0;
  font-weight: 400;
  margin-bottom: 0px;
}

@media (max-width: 767px) {
  .section_title p br {
    display: none;
  }
}

@media (max-width: 767px) {
  .mobile_menu {
    position: absolute;
    right: 0px;
    width: 100%;
    z-index: 9;
  }
}

.slicknav_menu .slicknav_nav {
  background: #fff;
  float: right;
  margin-top: 0;
  padding: 0;
  width: 95%;
  padding: 0;
  border-radius: 0px;
  margin-top: 5px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 11px;
}

.slicknav_menu .slicknav_nav a:hover {
  background: transparent;
  color: #FF1414;
}

.slicknav_menu .slicknav_nav a.active {
  color: #FF1414;
}

@media (max-width: 767px) {
  .slicknav_menu .slicknav_nav a i {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .slicknav_menu .slicknav_nav a i {
    display: none;
  }
}

.slicknav_menu .slicknav_nav .slicknav_btn {
  background-color: transparent;
  cursor: pointer;
  margin-bottom: 10px;
  margin-top: -40px;
  position: relative;
  z-index: 99;
  border: 1px solid #ddd;
  top: 3px;
  right: 5px;
  top: -36px;
}

.slicknav_menu .slicknav_nav .slicknav_btn .slicknav_icon {
  margin-right: 6px;
  margin-top: 3px;
  position: relative;
  padding-bottom: 3px;
  top: -11px;
  right: -5px;
}

@media (max-width: 767px) {
  .slicknav_menu {
    margin-right: 0px;
  }
}

.slicknav_nav .slicknav_arrow {
  float: right;
  font-size: 22px;
  position: relative;
  top: -9px;
}

.slicknav_btn {
  background-color: transparent;
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  z-index: 99;
  border: none;
  border-radius: 3px;
  top: 5px;
  padding: 5px;
  right: 5px;
  margin-top: -5px;
  top: -31px;
}

.slicknav_btn {
  background-color: transparent;
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  z-index: 99;
  border: none;
  border-radius: 3px;
  top: 5px;
  padding: 5px;
  right: 0;
  margin-top: -5px;
  top: -41px;
}

.slicknav_menu .slicknav_nav {
  top: -1px;
}

.header-area {
  left: 0;
  right: 0;
  width: 100%;
  top: 0;
  z-index: 9;
  position: absolute;
}

@media (max-width: 767px) {
  .header-area {
    padding-top: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .header-area {
    padding-top: 0;
  }
}

.header-area .main-header-area {
  background: #fff;
  background: transparent;
  padding: 40px 185px;
}

@media (max-width: 767px) {
  .header-area .main-header-area {
    padding: 10px 10px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .header-area .main-header-area {
    padding: 10px 10px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .header-area .main-header-area {
    padding: 20px 20px;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .header-area .main-header-area {
    padding: 20px 20px;
  }
}


.header-area .main-header-area .logo-img {
  text-align: center;
}

@media (max-width: 767px) {
  .header-area .main-header-area .logo-img {
    text-align: left;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .header-area .main-header-area .logo-img {
    text-align: left;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .header-area .main-header-area .logo-img {
    text-align: left;
  }
}

@media (max-width: 767px) {
  .header-area .main-header-area .logo-img img {
    width: 70px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .header-area .main-header-area .logo-img img {
    width: 70px;
  }
}

.header-area .main-header-area .Appointment {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .header-area .main-header-area .Appointment .search_button {
    margin-right: 15px;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .header-area .main-header-area .Appointment .search_button {
    margin-right: 15px;
  }
}

.header-area .main-header-area .Appointment .search_button a i {
  color: #E8E8E8;
}

.header-area .main-header-area .Appointment .socail_links ul li {
  display: inline-block;
}

.header-area .main-header-area .Appointment .socail_links ul li a {
  color: #A8A7A0;
  margin: 0 10px;
  font-size: 15px;
}

.header-area .main-header-area .Appointment .socail_links ul li a:hover {
  color: #fff;
}

.header-area .main-header-area .Appointment .book_btn {
  margin-left: 30px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .header-area .main-header-area .Appointment .book_btn {
    margin-left: 0;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .header-area .main-header-area .Appointment .book_btn {
    margin-left: 0;
  }
}

.header-area .main-header-area .Appointment .book_btn a {
  background: #FF1414;
  font-family: "Teko", sans-serif;
  padding: 12px 46px;
  font-size: 16px;
  font-weight: 600;
  border: 1px solid transparent;
  color: #fff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  text-transform: uppercase;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .header-area .main-header-area .Appointment .book_btn a {
    padding: 12px 20px;
  }
}

.header-area .main-header-area .Appointment .book_btn a:hover {
  background: #FF1414;
}

.header-area .main-header-area .main-menu {
  text-align: center;
  padding: 12px 0;
}

.header-area .main-header-area .main-menu ul li {
  display: inline-block;
  position: relative;
  margin: 0 10px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .header-area .main-header-area .main-menu ul li {
    margin: 0 2px;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .header-area .main-header-area .main-menu ul li {
    margin: 0 2px;
  }
}

.header-area .main-header-area .main-menu ul li a {
  color: #fff;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 600;
  display: inline-block;
  padding: 0px 10px 0px 10px;
  font-family: "Teko", sans-serif;
  position: relative;
  text-transform: uppercase;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .header-area .main-header-area .main-menu ul li a {
    font-size: 15px;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .header-area .main-header-area .main-menu ul li a {
    font-size: 15px;
  }
}

.header-area .main-header-area .main-menu ul li a i {
  font-size: 9px;
}

@media (max-width: 767px) {
  .header-area .main-header-area .main-menu ul li a i {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .header-area .main-header-area .main-menu ul li a i {
    display: none !important;
  }
}

.header-area .main-header-area .main-menu ul li a::before {
  position: absolute;
  content: "";
  background: #FF1414;
  width: 100%;
  height: 3px;
  bottom: -33px;
  left: 0;
  opacity: 0;
  transform: scaleX(0);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.header-area .main-header-area .main-menu ul li a:hover::before {
  opacity: 1;
  transform: scaleX(1);
}

.header-area .main-header-area .main-menu ul li a.active {
  color: #FF1414;
}

.header-area .main-header-area .main-menu ul li a.active::before {
  opacity: 1;
  transform: scaleX(1);
}

.header-area .main-header-area .main-menu ul li a:hover {
  color: #FF1414;
}

.header-area .main-header-area .main-menu ul li .submenu {
  position: absolute;
  left: 0;
  top: 160%;
  background: #fff;
  width: 200px;
  z-index: 2;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.02);
  opacity: 0;
  visibility: hidden;
  text-align: left;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

.header-area .main-header-area .main-menu ul li .submenu li {
  display: block;
}

.header-area .main-header-area .main-menu ul li .submenu li a {
  padding: 10px 15px;
  position: inherit;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: block;
  color: #000;
}

.header-area .main-header-area .main-menu ul li .submenu li a::before {
  display: none;
}

.header-area .main-header-area .main-menu ul li .submenu li:hover a {
  color: #000;
}

.header-area .main-header-area .main-menu ul li:hover > .submenu {
  opacity: 1;
  visibility: visible;
  top: 150%;
}

.header-area .main-header-area .main-menu ul li:hover > a::before {
  opacity: 1;
  transform: scaleX(1);
}

.header-area .main-header-area .main-menu ul li:first-child a {
  padding-left: 0;
}

.header-area .main-header-area.sticky {
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
  position: fixed;
  width: 100%;
  top: -70px;
  left: 0;
  right: 0;
  z-index: 990;
  transform: translateY(70px);
  transition: transform 500ms ease, background 500ms ease;
  -webkit-transition: transform 500ms ease, background 500ms ease;
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
  padding: 10px 150px;
  background: #000;
}

@media (max-width: 767px) {
  .header-area .main-header-area.sticky {
    padding: 10px 10px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .header-area .main-header-area.sticky {
    padding: 10px 10px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .header-area .main-header-area.sticky {
    padding: 10px 20px;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .header-area .main-header-area.sticky {
    padding: 10px 20px;
  }
}

.header-area .main-header-area.sticky .main-menu {
  padding: 0;
}

.header-area .main-header-area.sticky .header_bottom_border {
  border-bottom: none;
}

.header-area .main-header-area.sticky .header_bottom_border.white_border {
  border-bottom: none !important;
}

.header-area .main-header-area.sticky ul li a::before {
  position: absolute;
  content: "";
  background: #FF1414;
  width: 100%;
  height: 3px;
  bottom: -27px;
  left: 0;
  opacity: 0;
  transform: scaleX(0);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.header-area .header-top_area {
  padding: 12px 0;
  background: #001D38;
}

@media (max-width: 767px) {
  .header-area .header-top_area .social_media_links {
    text-align: center;
  }
}

.header-area .header-top_area .social_media_links a {
  font-size: 15px;
  color: #C7C7C7;
  margin-right: 12px;
}

.header-area .header-top_area .social_media_links a:hover {
  color: #FF1414;
}

.header-area .header-top_area .header_left p {
  color: #727272;
  font-weight: 400;
  font-size: 13px;
  margin-bottom: 0;
}

.header-area .header-top_area .short_contact_list {
  text-align: right;
}

@media (max-width: 767px) {
  .header-area .header-top_area .short_contact_list {
    text-align: center;
  }
}

.header-area .header-top_area .short_contact_list ul li {
  display: inline-block;
}

.header-area .header-top_area .short_contact_list ul li a {
  font-size: 13px;
  color: #919191;
  margin-right: 50px;
}

@media (max-width: 767px) {
  .header-area .header-top_area .short_contact_list ul li a {
    margin-left: 0;
    margin: 0 5px;
  }
}

.header-area .header-top_area .short_contact_list ul li a i {
  color: #FF1414;
  margin-right: 7px;
}

.header-area .header-top_area .header_right.d-flex {
  display: flex;
  justify-content: flex-end;
}

.header-area .search_btn i {
  color: #fff;
  font-size: 15px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .header-area .search_btn {
    position: relative;
    right: 10px;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .header-area .search_btn {
    position: relative;
    right: 10px;
  }
}

.slider_bg_1 {
  background-image: url(../img/banner/IMG_4073.jpg);
}

.slider_bg_2 {
  background-image: url(../img/banner/Gym_12.23-19.webp);
}

.slider_area {
  position: relative;
  z-index: 0;
}

.slider_area .single_slider {
  height: 580px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

@media (max-width: 767px) {
  .slider_area .single_slider {
    height: auto;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .slider_area .single_slider {
    height: 100px;
  }
}

@media (max-width: 767px) {
  .slider_area .single_slider .slider_text {
    margin: 100px 0 50px 0;
  }
}

.slider_area .single_slider .slider_text span {
  font-size: 40px;
  font-weight: 400;
  color: #FFFFFF;
  text-transform: uppercase;
  font-family: "Paytone One", sans-serif;
}

.slider_area .single_slider .slider_text h3 {
  font-family: "Paytone One", sans-serif;
  font-size: 153px;
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
  line-height: 1;
  margin-top: 5px;
  margin-bottom: 23px;
}

.slider_area .single_slider .slider_text h3 span {
  font-weight: 700;
}

@media (max-width: 767px) {
  .slider_area .single_slider .slider_text h3 {
    font-size: 30px;
    line-height: 45px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .slider_area .single_slider .slider_text h3 {
    font-size: 54px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .slider_area .single_slider .slider_text h3 {
    font-size: 100px;
  }
}

.slider_area .single_slider .slider_text p {
  font-size: 20px;
  font-weight: 600;
  color: #FFF;
  margin-bottom: 34px;
  margin-top: 10px;
  font-family: "Montserrat", sans-serif;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .slider_area .single_slider .slider_text p {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .slider_area .single_slider .slider_text p {
    font-size: 16px;
  }
}

.slider_area .owl-carousel .owl-nav div {
  height: 120px;
  left: 0px;
  width: 50px;
  color: #fff;
  background-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  left: 50px;
  font-size: 14px;
  border: none;
  left: 150px;
  line-height: 120px;
  background: rgba(255, 255, 255, 0.2);
  left: 0;
  border: none !important;
}

.slider_area .owl-carousel .owl-nav div.owl-next {
  right: 0;
  left: auto;
}

.slider_area .owl-carousel .owl-nav div:hover {
  background: white;
  color: #001D38;
  border: none;
}

.about_area {
  padding-top: 160px;
  padding-bottom: 320px;
  background: #FFFBF5;
  position: relative;
}

@media (max-width: 767px) {
  .about_area {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.cat_bg_1 {
  background-image: url(../img/catagory/c3.jpg);
}

.cat_bg_2 {
  background-image: url(../img/catagory/c2);
}

.catagory_area .single_catagory {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 150px 0;
  background-size: 100% 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 767px) {
  .catagory_area .single_catagory {
    padding: 100px 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .catagory_area .single_catagory {
    padding: 100px 0px;
  }
}

.catagory_area .single_catagory h3 {
  font-size: 40px;
  color: #fff;
  font-weight: 400;
  font-family: "Paytone One", sans-serif;
  text-transform: uppercase;
  margin-bottom: 0;
}

.catagory_area .single_catagory p {
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  margin: 16px 0 24px 0;
}

@media (max-width: 767px) {
  .catagory_area .single_catagory p br {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .catagory_area .single_catagory p br {
    display: none;
  }
}

.catagory_area .single_catagory:hover {
  background-size: 105% 105%;
}

.features_area {
  background: #000000;
  padding-bottom: 30px;
  padding-top: 30px;
}

.features_area .single_feature {
  margin-bottom: 30px;
}

.features_area .single_feature h4 {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
  margin-top: 35px;
  margin-bottom: 11px;
}

.features_area .single_feature p {
  color: #AAB1B7;
}

.offer_bg {
  background-image: url(../img/banner/offer5.png);
}

.offer_area {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 80px 0 80px 0;
}

@media (max-width: 767px) {
  .offer_area {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .offer_area {
    padding-top: 100px;
    padding-bottom: 70px;
  }
}

.offer_area .offer_text h4 {
  font-size: 46px;
  line-height: 56px;
  font-family: "Paytone One", sans-serif;
  color: #fff;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .offer_area .offer_text h4 {
    font-size: 30px;
    line-height: 36px;
  }
}

.offer_area .offer_text h3 {
  color: #0f711f;
  font-size: 100px;
  font-weight: 400;
  font-family: "Teko", sans-serif;
  line-height: 1;
  margin-top: 20px;
  margin-bottom: 10px;
  transition: .5s ease;
}
.offer_area .offer_text h3:hover {
  color: #FF1414;
  
}

@media (max-width: 767px) {
  .offer_area .offer_text h3 {
    font-size: 60px;
    line-height: 66px;
  }
}

.offer_area .offer_text p {
  color: #FFFFFF;
  font-size: 16px;
  margin-bottom: 20px;
}

.offerbtn {
  background: #0e611a;
  /* IE6-9 */
  color: #fff;
  display: inline-block;
  padding: 12px 53px;
  font-size: 16px;
  font-weight: 500;
  border: 0;
  border: 1px solid transparent;
  -webkit-border-radius: 0px;
  -moz-border-radius: 20px;
  border-radius: 35px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  letter-spacing: 2px;
}

.offerbtn:hover {
  background: transparent;
  color: #FFFFFF !important;
  border: 1px solid #FF1414;
}

.offerbtn:focus {
  outline: none;
}

.offerbtn.large-width {
  width: 220px;
}














































































































































/* ========================================================= packages area =========================================================== */
.priscing_area {
  background: #000000;
  padding-bottom: 10px;
  padding-top: 30px;
}

@media (max-width: 767px) {
  .priscing_area {
    padding-top: 50px;
    padding-bottom: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .priscing_area {
    padding-top: 100px;
    padding-bottom: 70px;
  }
}

.priscing_area .single_prising {
  background: #1A1A1A;
  padding: 40px 0;
  border: 1px solid transparent;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 60px;
  border-radius: 15px;
}

.priscing_area .single_prising .prising_header {
  padding-bottom: 10px;
}

/* line 21, ../../Arafath/CL/Cl November/227. Health _ Fitness/HTML/scss/_pricings.scss */
.priscing_area .single_prising .prising_header h3 {
  font-size: 30px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
}

/* line 27, ../../Arafath/CL/Cl November/227. Health _ Fitness/HTML/scss/_pricings.scss */
.priscing_area .single_prising .prising_header span {
  position: relative;
  font-family: "Teko", sans-serif;
  color: #FF1414;
  font-weight: 400;
  font-size: 30px;
}

/* line 35, ../../Arafath/CL/Cl November/227. Health _ Fitness/HTML/scss/_pricings.scss */
.priscing_area .single_prising .pricing_body {
  border-top: 1px solid #313131;
  padding-top: 10px;
  padding-bottom: 20px;
}

/* line 40, ../../Arafath/CL/Cl November/227. Health _ Fitness/HTML/scss/_pricings.scss */
.priscing_area .single_prising .pricing_body ul li {
  font-family: "cursive";
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  color: #fff;
}

.priscing_area .single_prising .pricing_body ol li {
  font-family: "cursive";
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;

  color: #fff;
}

/* line 46, ../../Arafath/CL/Cl November/227. Health _ Fitness/HTML/scss/_pricings.scss */
.priscing_area .single_prising .pricing_body ul li.off-color {
  color: #7A838B;
}
.priscing_area .single_prising .pricing_body ul li.off-color a{
  color: #7A838B;
}
/* line 57, ../../Arafath/CL/Cl November/227. Health _ Fitness/HTML/scss/_pricings.scss */
.priscing_area .single_prising:hover {
  border: 1px solid #FF1414;
}















































































.team_bg_1 {
  background-image: url(../img/banner/group.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.team_area {
  padding-top: 50px;
  padding-bottom: 10px;
}

@media (max-width: 767px) {
  .team_area {
    padding-top: 50px;
    padding-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .team_area {
    padding-top: 100px;
    padding-bottom: 70px;
  }
}

.team_area.overlay2::before {
  opacity: 0.85;
}

.team_area .single_team {
  margin-bottom: 15px;
}

.team_area .single_team .team_thumb {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.team_area .single_team .team_thumb img {
  width: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.team_area .single_team .team_thumb .team_hover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transform: translateY(10%);
  -moz-transform: translateY(10%);
  -ms-transform: translateY(10%);
  transform: translateY(10%);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}

.team_area .single_team .team_thumb .team_hover .hover_inner {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
}








































/* line 48, ../../Arafath/CL/Cl November/227. Health _ Fitness/HTML/scss/_team.scss */
.team_area .single_team .team_thumb .team_hover .hover_inner ul li {
  display: inline-block;
  margin: 0 4px;
}

/* line 51, ../../Arafath/CL/Cl November/227. Health _ Fitness/HTML/scss/_team.scss */
.team_area .single_team .team_thumb .team_hover .hover_inner ul li a {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  line-height: 37px !important;
  text-align: center;
  font-size: 15px;
  color: #909294;
  border: 1px solid #909294;
  display: inline-block;
}

/* line 61, ../../Arafath/CL/Cl November/227. Health _ Fitness/HTML/scss/_team.scss */
.team_area .single_team .team_thumb .team_hover .hover_inner ul li a:hover {
  background: #FF1414;
  border: 1px solid #FF1414;
  color: #fff;
}

/* line 72, ../../Arafath/CL/Cl November/227. Health _ Fitness/HTML/scss/_team.scss */
.team_area .single_team .team_title {
  padding-top: 15px;
}

/* line 74, ../../Arafath/CL/Cl November/227. Health _ Fitness/HTML/scss/_team.scss */
.team_area .single_team .team_title h3 {
  font-size: 36px;
  font-family: "Teko", sans-serif;
  color: #FFFFFF;
  font-weight: 500;
  margin-bottom: 5px;
}

/* line 81, ../../Arafath/CL/Cl November/227. Health _ Fitness/HTML/scss/_team.scss */
.team_area .single_team .team_title p {
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 400;
  color: #fff;
}

/* line 89, ../../Arafath/CL/Cl November/227. Health _ Fitness/HTML/scss/_team.scss */
.team_area .single_team:hover .team_hover {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}

.bradcam_bg_1 {
  background-image: url(../img/banner/b7.jpg);
}

.bradcam_bg_2 {
  background-image: url(../img/banner/b1.avif);
}

.bradcam_bg_3 {
  background-image: url(../img/banner/b2);
}

.bradcam_bg_5 {
  background-image: url(../img/banner/b4.webp);
}

.bradcam_bg_6 {
  background-image: url(../img/banner/b3.avif);
}

.bradcam_bg_7 {
  background-image: url(../img/banner/b8.jpg);
}

.bradcam_bg_8 {
  background-image: url(../img/banner/b9.jpg);
}

/* line 14, ../../Arafath/CL/Cl November/227. Health _ Fitness/HTML/scss/_bradcam.scss */
.bradcam_area {
  position: relative;
  z-index: 0;
}

/* line 17, ../../Arafath/CL/Cl November/227. Health _ Fitness/HTML/scss/_bradcam.scss */
.bradcam_area .single_bradcam {
  height: 590px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

@media (max-width: 767px) {
  /* line 17, ../../Arafath/CL/Cl November/227. Health _ Fitness/HTML/scss/_bradcam.scss */
  .bradcam_area .single_bradcam {
    height: 450px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 17, ../../Arafath/CL/Cl November/227. Health _ Fitness/HTML/scss/_bradcam.scss */
  .bradcam_area .single_bradcam {
    height: 600px;
  }
}

@media (max-width: 767px) {
  /* line 28, ../../Arafath/CL/Cl November/227. Health _ Fitness/HTML/scss/_bradcam.scss */
  .bradcam_area .single_bradcam .bradcam_text {
    margin: 0;
  }
}

/* line 32, ../../Arafath/CL/Cl November/227. Health _ Fitness/HTML/scss/_bradcam.scss */
.bradcam_area .single_bradcam .bradcam_text span {
  font-size: 40px;
  font-weight: 400;
  color: #FFFFFF;
  text-transform: uppercase;
  font-family: "Paytone One", sans-serif;
}

/* line 39, ../../Arafath/CL/Cl November/227. Health _ Fitness/HTML/scss/_bradcam.scss */
.bradcam_area .single_bradcam .bradcam_text h3 {
  font-family: "Paytone One", sans-serif;
  font-size: 153px;
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
  line-height: 1;
  margin-top: 5px;
  margin-bottom: 23px;
}

/* line 48, ../../Arafath/CL/Cl November/227. Health _ Fitness/HTML/scss/_bradcam.scss */
.bradcam_area .single_bradcam .bradcam_text h3 span {
  font-weight: 700;
}

@media (max-width: 767px) {
  /* line 39, ../../Arafath/CL/Cl November/227. Health _ Fitness/HTML/scss/_bradcam.scss */
  .bradcam_area .single_bradcam .bradcam_text h3 {
    font-size: 30px;
    line-height: 45px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 39, ../../Arafath/CL/Cl November/227. Health _ Fitness/HTML/scss/_bradcam.scss */
  .bradcam_area .single_bradcam .bradcam_text h3 {
    font-size: 54px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 39, ../../Arafath/CL/Cl November/227. Health _ Fitness/HTML/scss/_bradcam.scss */
  .bradcam_area .single_bradcam .bradcam_text h3 {
    font-size: 100px;
  }
}

/* line 63, ../../Arafath/CL/Cl November/227. Health _ Fitness/HTML/scss/_bradcam.scss */
.bradcam_area .single_bradcam .bradcam_text p {
  font-size: 20px;
  font-weight: 600;
  color: #FFF;
  margin-bottom: 34px;
  margin-top: 10px;
  font-family: "Montserrat", sans-serif;
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 63, ../../Arafath/CL/Cl November/227. Health _ Fitness/HTML/scss/_bradcam.scss */
  .bradcam_area .single_bradcam .bradcam_text p {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  /* line 63, ../../Arafath/CL/Cl November/227. Health _ Fitness/HTML/scss/_bradcam.scss */
  .bradcam_area .single_bradcam .bradcam_text p {
    font-size: 16px;
  }
}



/* line 1, ../../Arafath/CL/Cl November/227. Health _ Fitness/HTML/scss/_footer.scss */
.footer {
  background-repeat: no-repeat;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background: #000000;
  position: relative;
  z-index: 9;
}

/* line 9, ../../Arafath/CL/Cl November/227. Health _ Fitness/HTML/scss/_footer.scss */
.footer .footer_top {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 767px) {
  /* line 9, ../../Arafath/CL/Cl November/227. Health _ Fitness/HTML/scss/_footer.scss */
  .footer .footer_top {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}

@media (max-width: 767px) {
  /* line 16, ../../Arafath/CL/Cl November/227. Health _ Fitness/HTML/scss/_footer.scss */
  .footer .footer_top .footer_widget {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 16, ../../Arafath/CL/Cl November/227. Health _ Fitness/HTML/scss/_footer.scss */
  .footer .footer_top .footer_widget {
    margin-bottom: 30px;
  }
}

/* line 23, ../../Arafath/CL/Cl November/227. Health _ Fitness/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget .links {
  position: relative;
  top: -14px;
}

/* line 27, ../../Arafath/CL/Cl November/227. Health _ Fitness/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget .footer_title {
  font-size: 20px;
  font-weight: 400;
  color: #FF1414;
  text-transform: capitalize;
  margin-bottom: 45px;
  font-family: "Teko", sans-serif;
}

@media (max-width: 767px) {
  /* line 27, ../../Arafath/CL/Cl November/227. Health _ Fitness/HTML/scss/_footer.scss */
  .footer .footer_top .footer_widget .footer_title {
    margin-bottom: 20px;
  }
}

/* line 38, ../../Arafath/CL/Cl November/227. Health _ Fitness/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget .footer_logo {
  font-size: 22px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  /* line 38, ../../Arafath/CL/Cl November/227. Health _ Fitness/HTML/scss/_footer.scss */
  .footer .footer_top .footer_widget .footer_logo {
    margin-bottom: 20px;
  }
}

/* line 48, ../../Arafath/CL/Cl November/227. Health _ Fitness/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget p {
  color: #AAB1B7;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  color: #AAB1B7;
}

/* line 55, ../../Arafath/CL/Cl November/227. Health _ Fitness/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget p a {
  color: #AAB1B7;
}

/* line 57, ../../Arafath/CL/Cl November/227. Health _ Fitness/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget p a:hover {
  color: #FF1414;
}

/* line 63, ../../Arafath/CL/Cl November/227. Health _ Fitness/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget p.footer_text {
  font-size: 16px;
  color: #B2B2B2;
  margin-bottom: 23px;
  font-weight: 400;
  line-height: 26px;
}

/* line 69, ../../Arafath/CL/Cl November/227. Health _ Fitness/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget p.footer_text a.domain {
  color: #B2B2B2;
  font-weight: 400;
}

/* line 72, ../../Arafath/CL/Cl November/227. Health _ Fitness/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget p.footer_text a.domain:hover {
  color: #FF1414;
  border-bottom: 1px solid #FF1414;
}

/* line 78, ../../Arafath/CL/Cl November/227. Health _ Fitness/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget p.footer_text.doanar a {
  font-weight: 500;
  color: #B2B2B2;
}

/* line 82, ../../Arafath/CL/Cl November/227. Health _ Fitness/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget p.footer_text.doanar a:hover {
  color: #FF1414;
  border-bottom: 1px solid #FF1414;
}

/* line 86, ../../Arafath/CL/Cl November/227. Health _ Fitness/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget p.footer_text.doanar a.first {
  margin-bottom: 10px;
}

/* line 94, ../../Arafath/CL/Cl November/227. Health _ Fitness/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget ul li {
  color: #ACACAC;
  font-size: 14px;
  line-height: 36px;
}

/* line 98, ../../Arafath/CL/Cl November/227. Health _ Fitness/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget ul li a {
  color: #AAB1B7;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}

/* line 102, ../../Arafath/CL/Cl November/227. Health _ Fitness/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget ul li a:hover {
  color: #FF1414;
}

/* line 108, ../../Arafath/CL/Cl November/227. Health _ Fitness/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget .newsletter_form {
  position: relative;
  margin-bottom: 20px;
}

/* line 111, ../../Arafath/CL/Cl November/227. Health _ Fitness/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget .newsletter_form input {
  width: 100%;
  height: 50px;
  background: #F5FBFF;
  padding-left: 20px;
  font-size: 15px;
  color: #000;
  border: none;
  border: 1px solid #E8E8E8;
  border-radius: 30px;
  font-family: "Montserrat", sans-serif;
  padding-right: 120px;
}

/* line 123, ../../Arafath/CL/Cl November/227. Health _ Fitness/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget .newsletter_form input::placeholder {
  font-size: 15px;
  color: #AAB1B7;
}

/* line 127, ../../Arafath/CL/Cl November/227. Health _ Fitness/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget .newsletter_form input:focus {
  outline: none;
}

/* line 131, ../../Arafath/CL/Cl November/227. Health _ Fitness/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget .newsletter_form button {
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  border: none;
  font-size: 14px;
  color: #fff;
  background: #FF1414;
  padding: 10px;
  padding: 0 22px;
  cursor: pointer;
  border-radius: 30px;
  top: 5px;
  right: 5px;
  font-size: 14px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}

/* line 151, ../../Arafath/CL/Cl November/227. Health _ Fitness/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget .newsletter_text {
  font-size: 14px;
  color: #AAB1B7;
  line-height: 26px;
  font-family: "Montserrat", sans-serif;
}

/* line 159, ../../Arafath/CL/Cl November/227. Health _ Fitness/HTML/scss/_footer.scss */
.footer .copy-right_text {
  padding-bottom: 26px;
}

/* line 161, ../../Arafath/CL/Cl November/227. Health _ Fitness/HTML/scss/_footer.scss */
.footer .copy-right_text .footer_border {
  border-top: 1px solid #1A1A1A;
  padding-bottom: 26px;
}

/* line 165, ../../Arafath/CL/Cl November/227. Health _ Fitness/HTML/scss/_footer.scss */
.footer .copy-right_text .copy_right {
  font-size: 15px;
  color: #AAB1B7;
  margin-bottom: 0;
  font-weight: 500;
}

@media (max-width: 767px) {
  /* line 165, ../../Arafath/CL/Cl November/227. Health _ Fitness/HTML/scss/_footer.scss */
  .footer .copy-right_text .copy_right {
    font-size: 14px;
  }
}

/* line 173, ../../Arafath/CL/Cl November/227. Health _ Fitness/HTML/scss/_footer.scss */
.footer .copy-right_text .copy_right a {
  color: #FF1414;
}

/* line 178, ../../Arafath/CL/Cl November/227. Health _ Fitness/HTML/scss/_footer.scss */
.footer .socail_links {
  margin-top: 47px;
}

@media (max-width: 767px) {
  /* line 178, ../../Arafath/CL/Cl November/227. Health _ Fitness/HTML/scss/_footer.scss */
  .footer .socail_links {
    margin-top: 30px;
  }
}

/* line 184, ../../Arafath/CL/Cl November/227. Health _ Fitness/HTML/scss/_footer.scss */
.footer .socail_links ul li {
  display: inline-block;
}

/* line 187, ../../Arafath/CL/Cl November/227. Health _ Fitness/HTML/scss/_footer.scss */
.footer .socail_links ul li a {
  font-size: 15px;
  color: #C3B2F0;
  width: 30px;
  display: inline-block;
  text-align: center;
  background: transparent;
  margin-right: 7px;
  color: #FFFFFF;
  line-height: 40px !important;
  color: #E8E8E8;
}

/* line 202, ../../Arafath/CL/Cl November/227. Health _ Fitness/HTML/scss/_footer.scss */
.footer .socail_links ul li a:hover {
  color: #FF1414 !important;
  border-color: transparent;
}

/*=================== contact banner start ====================*/
/* line 3, ../../Arafath/CL/Cl November/227. Health _ Fitness/HTML/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, ../../Arafath/CL/Cl November/227. Health _ Fitness/HTML/scss/_contact.scss */
.contact-info {
  margin-bottom: 25px;
}

/* line 13, ../../Arafath/CL/Cl November/227. Health _ Fitness/HTML/scss/_contact.scss */
.contact-info__icon {
  margin-right: 20px;
}

/* line 16, ../../Arafath/CL/Cl November/227. Health _ Fitness/HTML/scss/_contact.scss */
.contact-info__icon i, .contact-info__icon span {
  color: #f22121;
  font-size: 27px;
}

/* line 24, ../../Arafath/CL/Cl November/227. Health _ Fitness/HTML/scss/_contact.scss */
.contact-info .media-body h3 {
  font-size: 16px;
  margin-bottom: 0;
  font-size: 16px;
  color: #ffffff;
}

/* line 30, ../../Arafath/CL/Cl November/227. Health _ Fitness/HTML/scss/_contact.scss */
.contact-info .media-body h3 a:hover {
  color: #ff5e13;
}

/* line 36, ../../Arafath/CL/Cl November/227. Health _ Fitness/HTML/scss/_contact.scss */
.contact-info .media-body p {
  color: #8a8a8a;
}

/*=================== contact banner end ====================*/
/*=================== contact form start ====================*/
/* line 45, ../../Arafath/CL/Cl November/227. Health _ Fitness/HTML/scss/_contact.scss */
.contact-title {
  font-size: 27px;
  font-weight: 600;
  margin-bottom: 20px;
}

/* line 53, ../../Arafath/CL/Cl November/227. Health _ Fitness/HTML/scss/_contact.scss */
.form-contact label {
  font-size: 14px;
}

/* line 57, ../../Arafath/CL/Cl November/227. Health _ Fitness/HTML/scss/_contact.scss */
.form-contact .form-group {
  margin-bottom: 30px;
}

/* line 61, ../../Arafath/CL/Cl November/227. Health _ Fitness/HTML/scss/_contact.scss */
.form-contact .form-control {
  border: 1px solid rgb(99, 45, 45);
  border-radius: 10px;
  height: 48px;
  padding-left: 18px;
  font-size: 13px;
  background: rgba(244, 164, 164, 0.811);
}

/* line 69, ../../Arafath/CL/Cl November/227. Health _ Fitness/HTML/scss/_contact.scss */
.form-contact .form-control:focus {
  outline: 0;
  box-shadow: none;
}

/* line 74, ../../Arafath/CL/Cl November/227. Health _ Fitness/HTML/scss/_contact.scss */
.form-contact .form-control::placeholder {
  font-weight: 300;
  color: #d4d2d2;
}

/* line 80, ../../Arafath/CL/Cl November/227. Health _ Fitness/HTML/scss/_contact.scss */
.form-contact textarea {
  border-radius: 10px;
  height: 100% !important;
}

/*=================== contact form end ====================*/
/* Contact Success and error Area css
============================================================================================ */


/* line 133, ../../Arafath/CL/Cl November/227. Health _ Fitness/HTML/scss/_contact.scss */
.contact-section {
  padding: 40px 0 10px;
  background-color: #000;
}

@media (max-width: 991px) {
  /* line 133, ../../Arafath/CL/Cl November/227. Health _ Fitness/HTML/scss/_contact.scss */
  .contact-section {
    padding: 70px 0 40px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 133, ../../Arafath/CL/Cl November/227. Health _ Fitness/HTML/scss/_contact.scss */
  .contact-section {
    padding: 80px 0 50px;
  }
}





/* line 93, ../../Arafath/CL/Cl November/227. Health _ Fitness/HTML/scss/_elements.scss */
h1 {
  font-size: 36px;
}

/* line 97, ../../Arafath/CL/Cl November/227. Health _ Fitness/HTML/scss/_elements.scss */
h2 {
  font-size: 30px;
}

/* line 101, ../../Arafath/CL/Cl November/227. Health _ Fitness/HTML/scss/_elements.scss */
h3 {
  font-size: 24px;
}

/* line 105, ../../Arafath/CL/Cl November/227. Health _ Fitness/HTML/scss/_elements.scss */
h4 {
  font-size: 18px;
}

/* line 109, ../../Arafath/CL/Cl November/227. Health _ Fitness/HTML/scss/_elements.scss */
h5 {
  font-size: 16px;
}

/* line 113, ../../Arafath/CL/Cl November/227. Health _ Fitness/HTML/scss/_elements.scss */
h6 {
  font-size: 14px;
}

/* line 117, ../../Arafath/CL/Cl November/227. Health _ Fitness/HTML/scss/_elements.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2em;
}



































































.progress-table-wrap {
  overflow-x: scroll;
}

.progress-table {
  background: #f9f9ff;
  padding: 15px 0px 30px 0px;
  min-width: 800px;
}

.progress-table .timings     {
  width: 16.83%;
  text-align: center;
}

.progress-table .days {
  width: 18.07%;
  text-align: center;
}

.progress-table .people {
  width: 10.74%;
  text-align: center;
}
.progress-table .trainers {
  width: 40%;
  padding-right: 50px;
  text-align: center;
}

.progress-table .group {
  width: 14.36%;
  text-align: center;
}

.progress-table .table-head {
  display: flex;
}

.progress-table .table-head .timings,
.progress-table .table-head .days,
.progress-table .table-head .people,
.progress-table .table-head .group,
.progress-table .table-head .trainers {
  color: #415094;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 500;
}

.progress-table .table-row {
  padding: 15px 0;
  border-top: 1px solid #7e2626;
  display: flex;
}

.progress-table .table-row .timings,
.progress-table .table-row .days,
.progress-table .table-row .people,
.progress-table .table-row .group,
.progress-table .table-row .trainers {
  align-items: center;
}

.single-gallery-image {
  margin-top: 30px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  height: 200px;
}













































































/* line 999, ../../Arafath/CL/Cl November/227. Health _ Fitness/HTML/scss/_elements.scss */
.default-select {
  height: 40px;
}

/* line 1001, ../../Arafath/CL/Cl November/227. Health _ Fitness/HTML/scss/_elements.scss */
.default-select .nice-select {
  border: none;
  border-radius: 10px;
  height: 40px;
  background: #f99c9cd1;
  padding-left: 20px;
  padding-right: 40px;
}

/* line 1008, ../../Arafath/CL/Cl November/227. Health _ Fitness/HTML/scss/_elements.scss */
.default-select .nice-select .list {
  margin-top:5px;
  border: none;
  border-radius: 10px;
  box-shadow: none;
  width: 100%;
  padding: 10px 0 10px 0px;
}

/* line 1015, ../../Arafath/CL/Cl November/227. Health _ Fitness/HTML/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 1022, ../../Arafath/CL/Cl November/227. Health _ Fitness/HTML/scss/_elements.scss */
.default-select .nice-select .list .option.selected {
  color: #ff5e13;
  background: transparent;
}

/* line 1026, ../../Arafath/CL/Cl November/227. Health _ Fitness/HTML/scss/_elements.scss */
.default-select .nice-select .list .option:hover {
  color: #ff5e13;
  background: transparent;
}

/* line 1033, ../../Arafath/CL/Cl November/227. Health _ Fitness/HTML/scss/_elements.scss */
.default-select .current {
  margin-right: 50px;
  font-weight: 300;
}

/* line 1037, ../../Arafath/CL/Cl November/227. Health _ Fitness/HTML/scss/_elements.scss */
.default-select .nice-select::after {
  right: 20px;
}




/* line 1086, ../../Arafath/CL/Cl November/227. Health _ Fitness/HTML/scss/_elements.scss */
.mt-10 {
  margin-top: 10px;
}

/* line 1089, ../../Arafath/CL/Cl November/227. Health _ Fitness/HTML/scss/_elements.scss */
.section-top-border {
  padding: 50px 0;
  border-top: 1px dotted #eee;
}

/* line 1093, ../../Arafath/CL/Cl November/227. Health _ Fitness/HTML/scss/_elements.scss */
.mb-30 {
  margin-bottom: 30px;
}

/* line 1096, ../../Arafath/CL/Cl November/227. Health _ Fitness/HTML/scss/_elements.scss */
.mt-30 {
  margin-top: 30px;
}

/* line 1099, ../../Arafath/CL/Cl November/227. Health _ Fitness/HTML/scss/_elements.scss */
.switch-wrap {
  margin-bottom: 10px;
}




.sample-text-area {
  background: #000000;
  padding: 100px 0 70px 0;
}

/* line 80, ../../Arafath/CL/Cl November/227. Health _ Fitness/HTML/scss/_elements.scss */
.text-heading {
  margin-bottom: 30px;
  font-size: 45px;
  text-align: center;
  color: #FFFFFF;
}
.sample-text{
  color: #ACACAC;
  font-family: cursive;
}

.sample-text b{
  color: #FFFFFF;
}


















































.animate_banner {
  animation-duration: 1s;
  animation-name: banner;
  animation-fill-mode: backwards; /* add this to run animation on page load and scroll */
}

@keyframes banner {
  from {
    transform: translateY(100vh) scale(1); /* animate from bottom */
  }
  to {
    transform: translateY(0) scale(1);
  }
}
.animate-cat-1 {
  opacity: 0; /* initial opacity */
  transform: translateX(-100%); /* initial position */
  transition: none; /* disable transition on page load */
}

.animate-cat-1.scroll-in-view {
  animation: slideIn 1s forwards; /* animate when in view */
}

@keyframes slideIn {
  to {
    opacity: 1; /* final opacity */
    transform: translateX(0); /* final position */
  }
}
.animate-cat-2 {
  opacity: 0; /* initial opacity */
  transform: translateX(100%); /* initial position */
  transition: none; /* disable transition on page load */
}

.animate-cat-2.scroll-in-view {
  animation: slideIn 1s forwards; /* animate when in view */
}

@keyframes slideIn {
  to {
    opacity: 1; /* final opacity */
    transform: translateX(0); /* final position */
  }
}

/*# sourceMappingURL=style.css.map */