/*-------------- Owl crousel ---------------*/

.owl-carousel .owl-item img {
  width: auto !important;
  margin: 0 auto;
  width: auto;
}
#our_partners img{
  width: auto !important;
}

button.owl-next, button.owl-prev {
  background: #1e202c;
}
button.owl-prev {
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  padding: 10px 20px;
}
button.owl-next {
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  padding: 10px 20px;
}
button.owl-next i, button.owl-prev i{
  color: #ffffff;
}

/* --------- SLIDER--------- */
#banner {
  position: relative;
}
#banner:after {
  content: '';
  width: 60%;
  height: 100%;
  background: url('../images/banner-after.png') no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
}
#banner .banner-bg-img {
  position: relative;
}
#banner .banner-bg-img img {
  width: 100%;
  height: 800px;
}
#banner .banner-bg-img:after {
  content: '';
  width: 100%;
  height: 100%;
  background: #1f1e1ab3;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#banner .banner-bg-img:before {
  content: '';
  width: 400px;
  height: 350px;
  background: url('../images/shape.png') no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
#banner .banner-box {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: 99;
}
#banner .banner-box img {
  width: 100%;
}
.banner-img {
  margin-right: -12em;
  position: relative;
  right: -5em;
}
.banner-content h2 {
  font-size: 55px;
  color: #fff;
  font-weight: 700;
  margin-right: -100px;
  letter-spacing: 0;
}
.banner-content h2 span {
  color: #FF570E;
  text-decoration: underline;
}
.banner-content p {
  max-width: 85%;
  color: #ffffff;
  font-size: 16px;
  line-height: 26px;
}
.banner-btn {
  display: flex;
  gap: 20px;
  margin-top: 30px;
}
.banner-btn a {
  color: #ffffff;
  background: #FF570E;
  border: 1px solid #ffffff;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
}
.banner-btn a:hover {
  background: #ffffff;
  color: #000;
}
.banner-btn a.sec-btn {
  color: #FF570E;
  background: #ffffff;
  border-color: #FF570E;
}
.banner-btn a.sec-btn:hover {
  background: #FF570E;
  color: #fff;
}
a.banner-link {
  display: inline-block;
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
}
a.banner-link:hover, a.banner-link .second-word {
  color: #FF570E;
}
a.banner-link:nth-word(n+2) {
  color: red;
}
.socialbox {
  display: flex;
  gap: 8px;
}
.socialbox a {
  display: inline-block;
  background: #ffffff;
  color: #1F1E1A;
  width: 40px;
  height: 36px;
  border-radius: 6px;
  text-align: center;
  padding: 6px;
  font-size: 16px;
}
.socialbox a:hover {
  color: #FF570E;
}

.feature-img.overlay img {
  opacity: 0.1;
}
.feature-content {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 9;
  right: 60px;
}
.feature-content h3 {
  color: #1F1E1A;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0;
}
.feature-content p {
  color: #1F1E1A;
  font-size: 16px;
}
.feature-content a {
  color: #FF570E;
  border: 1px solid #FF570E;
  background: #ffffff;
  padding: 10px 20px;
  display: inline-block;
  font-weight: 500;
}
.feature-content a:hover {
  background: #FF570E;
  color: #fff;
}

/* --------------- Service ------------- */
#service .box{
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
}
#service img {
  width: 100%;
}
#service .box:before{
  content: '';
  background: #FF570EB2;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%) rotateX(360deg);
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transition: opacity 0.8s,height 0.2s ease 0.2s, width 0.2s ease 0.2s;
}
#service .service_icon img {
  width: 50px;
}
#service .box:hover:before{
  height: 150%;
  width: 150%;
  opacity: 1;
  transform: translateX(-50%) translateY(-50%) rotateX(0);
}
#service .box .box-content{
  color: #fff;
  width: 100%;
  padding: 0 30px;
  opacity: 0;
  transform: rotateX(90deg) scale(0.5);
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  transition: all 0.3s ease 0.4s;
}
#service .box:hover .box-content{
  opacity: 1;
  transform: rotateX(0deg) translateY(-50%) scale(1);
}
#service .box .title{
  letter-spacing: 1px;
  display: block;
  font-size: 21px;
  line-height: 23px;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
}
#service .box .post{
  font-size: 14px;
  margin-bottom:10px;
  display: block;
  color: #ffffff;
  font-weight: 400;
  text-align: center;
}

/* --------------- calculator ------------- */

#calculator {
  text-align: center;
}
#calculator .calculator-head h3 {
  font-size: 32px;
  line-height: 40px;
  color: #222222;
  font-weight: 700;
  text-align: center;
}
#calculator h5.title {
  font-size: 22px;
  color: #222222;
  font-weight: 700;
  text-align: left;
}
#calculator p.post {
  font-size: 16px;
  font-size: 15px;
  line-height: 23px;
  color: #666565;
  font-weight: 400;
  text-align: left;
  max-width: 500px;
}
#calculator .form-horizontal .heading{
  display: block;
  font-size: 35px;
  font-weight: 700;
  padding: 35px 0;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 30px;
}
#calculator .form-horizontal .form-group{
  position: relative;
  margin-bottom: 30px;
}
#calculator .form-horizontal .form-control{
  border: 1px solid #f0f0f0;
  border-radius: 20px;
  height: 40px;
  transition: all 0.3s ease 0s;
}
#calculator .form-horizontal .text{
  float: left;
  margin-left: 7px;
  line-height: 20px;
  padding-top: 5px;
  text-transform: capitalize;
}
#calculator .form-horizontal #submit{
  font-size: 14px;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  background: #FF570E;
  border: 1px solid #1F1E1A4D;
  padding: 8px 30px;
  border-radius: 20px;
  outline: none;
}
#calculator .bmi_btn a {
  font-size: 16px;
  color: #222222;
  font-weight: 700;
  border: 1px solid #FF570E;
  padding: 8px 30px;
  border-radius: 20px;
  text-align: center;
}
#calculator .bmi_btn {
  text-align: left;
}
#calculator ul {
  margin: 0;
}
#calculator .list_title {
  font-size: 22px;
  color: #222222;
  font-weight: 700;
  text-align: left;
}
#calculator .list_box {
  background: #1F1E1A1A;
  border: 1px solid #1F1E1A1A;
}
#calculator .list_box li {
  text-decoration: none;
  list-style-type: none;
  padding: 16px;
  color: #666565;
}
#calculator .list_box li.head {
  font-size: 18px;
  color: #222222;
  font-weight: 500;
  text-align: center;
  border-bottom: 1px solid #1F1E1A1A;
}

/* ------------ Trainer ---------- */

#trainer {
  text-align: center;
}
#trainer h3 {
  font-size: 32px;
  line-height: 40px;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
}
#trainer .pic {
  position: relative;
}
#trainer .pic > img{
  width: 100%!important;
  height: auto;
  margin: 0;
}
#trainer .description{
  padding:20px 0;
  background:#fff;
}
#trainer .pic > span {
  font-size: 15px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 500;
  position: absolute;
  bottom: 0;
  background: #FF570E;
  padding: 5px 37px;
  border-top-right-radius: 25px;
  left: 0;
}
#trainer .trainer-prof > h5{
  font-size: 20px;
  line-height: 24px;
  color: #222222;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0;
  font-family: "Yantramanav", sans-serif;
}
#trainer .trainer-prof > h5 a {
  color: #1F1E1A;
}
#trainer .socialbox {
  text-align: center;
}
#trainer .social-icon a {
  color: #1F1E1A;
  display: inline-block;
  font-size: 16px;
}
#trainer .social-icon a:hover {
  color: #FF570E;
}

/* -------------- Pricing -------------- */

#pricing .pricing-head h3 {
  font-size: 32px;
  line-height: 40px;
  color: #222222;
  font-weight: 700;
  text-align: center;
}
#pricing .pricing-head {
  text-align: center;
  margin-bottom: 27px;
}
#pricing .pricingTable{
  padding: 25px 0px;
  margin: 0 15px;
  text-align: center;
  z-index: 1;
  position: relative;
  background-color: #fff;
  overflow: hidden;
}
#pricing .pricingTable .free {
  padding: 15px 0;
  background: #FF570E99;
  font-size: 18px;
  line-height: 20px;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
#pricing .pricingTable .plan {
  font-size: 16px;
  line-height: 16px;
  color: #222222;
  font-weight: 600;
  text-align: center;
}
#pricing .pricingTable .price-value{
  color: #000;
}
#pricing .pricingTable .currency{
  display: inline-block;
  font-size: 35px;
  vertical-align: top;
  margin-top: 5px;
  font-weight: 500;
}
#pricing .price-value .amount{
  display: inline-block;
  font-size: 40px;
  font-weight: 500;
}
#pricing .price-value .month{
  font-size: 16px;
  line-height: 10px;
  color: #707070;
  font-weight: 400;
  text-align: center;
}
#pricing .pricingTable .pricing-content{
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 25px;
}
.pricingTable .pricing-content li{
  font-size: 16px;
  line-height: 40px;
  color: #707070;
  font-weight: 400;
  text-align: center;
}
#pricing .pricingTable .pricingTable-signup {
  display: inline-block;
  padding: 10px 30px;
  background: transparent;
  font-size: 15px;
  line-height: 23px;
  color: #FF570E;
  font-weight: 600;
  text-align: center;
  border: 1px solid #FF570E;
}
#pricing .pricingTable:hover .pricingTable-signup {
  background: #FF570E;
  color: #fff;
}
#pricing .pricing-label {
  color: #fff;
  background-color: #FF570E;
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: 300;
  text-transform: capitalize;
  padding: 7px 30px 7px 45px;
  transform: rotate(45deg);
  position: absolute;
  top: 10px;
  right: -35px;
  z-index: 1;
  text-align: center;
}
#pricing .owl-item:first-child span.pricing-label {
  display: none;
}
#pricing .owl-item:last-child span.pricing-label {
  display: none;
}

/* --------------- Gallery ----------------- */
#gallery .gallery-col {
  display: flex;
  gap: 5px;
}
#gallery img {
  width: 100%;
}
#gallery .box1 , #gallery .box2 , #gallery .box3 , #gallery .box4 , #gallery .box5 {
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
}
#gallery .gallery_hover:before{
  content: '';
  background: #FF570E99;
  height: 0;
  width: 0;
  transform: translateX(-50%) translateY(-50%) rotateX(360deg);
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transition: opacity 0.8s,height 0.2s ease 0.2s, width 0.2s ease 0.2s;
}

#gallery .gallery_hover:hover:before{
  height: 100%;
  width: 100%;
  transform: translateX(-50%) translateY(-50%) rotateX(0);
}
#gallery .gallery_content {
  color: #fff;
  width: 100%;
  padding: 0 30px;
  opacity: 0;
  transform: rotateX(90deg) scale(0.5);
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  transition: all 0.3s ease 0.4s;
}
#gallery .gallery_hover:hover .gallery_content {
  opacity: 1;
  transform: rotateX(0deg) translateY(-50%) scale(1);
}
#gallery .gallery_hover {
  position: relative;
}
#gallery h5 {
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 700;
}
#gallery p {
  font-size: 12px;
  color: #ffffff;
  font-weight: 400;
}

/* ------------- Calender ------------ */

#calender .calender_head h3 {
  font-size: 32px;
  line-height: 40px;
  color: #222222;
  font-weight: 700;
  text-align: center;
}
#calender .calender_head {
  text-align: center;
}
#calender .calender_content {
  background: #fff;
  text-align: center;
}
#calender .title {
  font-size: 16px;
  color: #222222;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0;
}
#calender th.week {
  font-size: 18px;
  color: #222222;
  font-weight: 600;
  text-align: left;
  vertical-align: middle;
}
#calender th.time {
  font-size: 18px;
  color: #222222;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
}
#calender .text {
  font-size: 12px;
  line-height: 23px;
  color: #adaec1;
  font-weight: 400;
  text-align: center;
  margin-bottom: 0;
}
#calender .icon {
  background: #FF570E;
  color: #fff;
  text-align: center;
}
#calender .calender_content td:hover {
  background: #FF570E;
}
#calender .calender_content td:hover .title , #calender .calender_content td:hover .text{
  color: #fff;
}
#calender .table thead th {
  vertical-align: middle;
}

/*Scroll css*/
#calender .calender_content {
  overflow: hidden;
}
#calender table.table {
  min-width: 500px;
  margin: 0;
}
/* ------------- Diet Plan ------------ */

#diet .diet-head h3 {
  font-size: 32px;
  line-height: 40px;
  color: #222222;
  font-weight: 700;
  text-align: center;
}
#diet .diet-head {
  text-align: center;
}
#diet .box{
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease 0s;
}
#diet .box:hover{ box-shadow: 0 0 25px -5px rgba(0,0,0,0.3); }
#diet .box:before{
  content: '';
  background: #1F1E1A80;
  transform-origin: top left;
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  z-index: 1;
  transition: all 0.3s ease-in 0s;
}
#diet .box:hover:before{
  background: #FF570E;
}
#diet .box img{
  width: 100%;
  height: auto;
  transition: all 0.3s ease 0s;
}
#diet .box:hover img{ filter: hue-rotate(50deg); }
#diet .box .box-content{
  color: #fff;
  text-align: center;
  width: 100%;
  padding: 0 20px;
  opacity: 0;
  transform: translateY(-50%) translateX(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transition: all 0.3s ease 0.1s;
}
#diet .box:hover .box-content { 
  opacity: 1; 
}
#diet .box .title {
  font-size: 17px;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  margin: 0 0 3px;
  transform: translateX(25px);
  transition: all 0.3s ease 0.2s
}
#diet .box:hover .title { 
  transform: translateX(0); 
}
#diet .box .post {
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
  font-weight: 400;
  text-align: center;
  margin: 0 0 7px;
  display: block;
}
#diet .box a {
  font-size: 15px;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
}
#diet .box a span i {
  position: relative;
  top: 1px;
  left: 5px;
}
#diet h5.head {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  width: 100%;
  text-align: center;
  z-index: 9;
  font-size: 18px;
  letter-spacing: 0;
  transition: 0s all;
}
#diet .box:hover h5.head {
  opacity: 0;
}

/* ------------ Latest News ---------- */

#latest_news .latest-news-head h3 {
  font-size: 32px;
  line-height: 40px;
  color: #222222;
  font-weight: 700;
  text-align: center;
}
#latest_news .latest-news-head {
  text-align: center;
}
#latest_news .news-image > img {
  width: 100%!important;
  height: auto;
  margin: 0;
}
#latest_news .news-content h5 a{
  font-size: 17px;
  line-height: 27px;
  color: #1F1E1A;
  font-weight: 700;
  letter-spacing: 0;
}
#latest_news .news-content h5 a:hover {
  color: #FF570E;
}
#latest_news ul li {
  display: inline-block;
  text-decoration: none;
}
#latest_news ul {
  margin: 0;
  margin-top: 10px;
}
#latest_news ul li a {
  font-size: 16px;
  line-height: 24px;
  color: #666565;
  font-weight: 400;
  padding-right: 12px;
}
#latest_news ul li span i {
  padding-right: 10px;
  color: #666565;
}
#latest_news .news-image {
  position: relative;
}
#latest_news span.date {
  position: absolute;
  top: 18px;
  right: 0px;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
  background: #FF570E;
  padding: 5px 10px;
}
#latest_news .content_style {
  padding: 10px;
}

/* ------------ Product ---------- */

#product .product_head h3 {
  font-size: 32px;
  line-height: 40px;
  color: #222222;
  font-weight: 700;
  text-align: center;
}
#product .product_head {
  text-align: center;
  padding: 0 15px;
  letter-spacing: 0;
}
#product .product_content h5 a {
  font-size: 16px;
  line-height: 28px;
  color: #222222;
  font-weight: 600;
  text-align: center;
}
#product del {
  display: none;
}
#product .product_content p {
  font-size: 14px;
  line-height: 24px;
  color: #1F1E1A;
  font-weight: 500;
  text-align: center;
  padding: 0 15px;
}
#product .product_content ul li {
  display: inline-block;
  color: #FFC300;
  text-decoration: none;
  font-size: 13px;
  padding-top: 10px;
}
#product .product_content ul {
  margin: 0;
  padding: 0 15px 15px;
}
#product .product_content li.right {
  float: right;
  font-size: 20px;
  color: #222222;
  font-weight: 900;
  text-align: center;
  padding-top: 0;
}
#product .product_content .product_btn a {
  font-size: 15px;
  color: #ffffff;
  font-weight: 600;
  background: #FF570E;
  text-align: center;
  padding: 10px 20px;
  border: 1px solid #fff;
  border-radius: 0;
}
#product .product_btn {
  text-align: center;
  position: absolute;
  top: 41%;
  width: 100%;
  opacity: 0;
}
#product .product_content:hover .product_btn {
  opacity: 1;
}
#product .product_content{
  margin: 7px;
  box-shadow: 0 0 5px rgba(167, 197, 167, 0.8);
}
#product .owl-nav .disabled i {
  color: #1F1E1A;
}
#product .owl-nav i {
  color: #fe7d15;
}
#product .owl-nav .owl-prev {
  position: absolute;
  left: -7%;
  background: none;
  outline: none;
  font-size: 25px;
  padding: 0;
}
#product .owl-nav .owl-next {
  position: absolute;
  right: -7%;
  background: none;
  outline: none;
  font-size: 25px;
  padding: 0;
}

/* ----------- Newsletter --------------- */

#newsletter {
  padding: 0;
  position: relative;
}
#newsletter:before {
  content: '';
  background: #FF570EE5;
  position: absolute;
  width: 100%;
  height:100%;
} 
.newsletter_content {
  padding: 40px 0;
}
#newsletter h3 {
  font-size: 22px;
  color: #ffffff;
  font-weight: 700;
}
#newsletter p {
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 0
}
#newsletter .newsletter_content input[type="email"] {
  border: 1px solid #fff;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  line-height: 20px;
}
#newsletter .wpcf7-form-control-wrap {
  width: 75%;
  display: inline-block;
}
#newsletter .newsletter_content input[type="email"]::placeholder
{
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  font-weight: 400;
}
#newsletter .newsletter_content input[type="submit"] {
  font-size: 16px;
  color: #1F1E1A;
  font-weight: 600;
  background: #fff;
  border: 1px solid transparent;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  vertical-align: top;
}