/*-------------- 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--------- */

#slider{ 
  max-width:100%; 
  margin:auto; 
  padding:0; 
  position:relative;
}
#slider img {
  width: 100%;
}
.slide_next_image img{
  width: auto !important;
  height: 100%;
}
#slider .slider-box h1 {
  font-size: 50px;
  font-weight: 900;
  text-align: left;
  margin: 0;
  padding: 0;
  letter-spacing: 3px;
  line-height: 60px;
}
h1.slide-main-head1 {
    color: #e2133a;
}
#slider .slider-box p {
  font-size: 16px;
    letter-spacing: 1px;
    color: #ffffff;
    font-weight: 500;
    font-family: "roboto";
    text-align: left;
    margin-bottom: 0;
}
#slider .slider-box {
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  max-width: 50%;
  left: 70px;
  right: 0;
  text-align: center;
}
#slider .carousel-caption {
  top: 0;
  bottom: inherit;
  text-align: left;
  left: 0;
  right: 0;
  margin: 0 !important;
  padding: 0 !important;
  bottom: 0;
}
#slider .slider-box a {
  font-size: 15px;
    color: #ffffff;
    font-weight: 700;
    background: #e2133a;
    text-align: center;
    padding: 10px 15px;
}
#slider .slide_btn {
  text-align: left;
  margin-top: 20px;
}
#slider .carousel-prev-button {
  position: absolute;
  left: 0px;
  top: 50%;
}
#slider .carousel-next-button{
  position: absolute;
  right: 0px;
  top: 50%;
}
#slider .carousel-control-next-icon,.carousel-control-prev-icon{
  height: auto;
  font-size: 10px;
  letter-spacing: 3px;
  color: #ffffff;
  font-weight: 500;
  font-family: "Yantramanav";
  background-image: none!important;
}
#slider .carousel-control-next-icon {
  display: block;
  padding:8px 10px 8px 29px;
  color: #fff;
  background-color: #202027;
  width: 90px!important;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 31% 100%);
}
#slider .carousel-control-prev-icon {
  display: block;
  padding:9px 0px 24px 4px;
  color: #fff;
  background-color: #202027;
  width: 90px!important;
  clip-path: polygon(0 0, 100% 0, 66% 100%, 0 100%);
}
#slider .slide_nav i{
  font-size: 10px;
  color: #ffffff;
}
/*---------------about--------------*/
.quote-box-abt {
    position: relative;
}
.abt-box {
    position: absolute;
    bottom: 0%;
    top: 0;
    background: rgba(255,255,255,0.9);
}
h2.abt-main-head {
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #000000;
}
p.abt-para {
    font-size: 15px;
    font-weight: 400;
    color: #171d29;
}
a.couns-read-btn {
    font-size: 15px;
    font-weight: 700;
    background: #e2133a;
    color: #ffffff;
    border-radius: unset;
}
.about-img-box img,.quote-box-abt img {
    width: 100%;
}
/* --------------- Service ------------- */

section#service {
  padding: 0;
}
#service .box{
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
}
#service img {
  width: 100%;
}
#service .box:hover{ box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.1); }
#service .box:before{
  content: '';
  background: #f0899c;
  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: 0.8;
  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;
  font-family: "Yantramanav";
  text-align: center;
}
#service .box .post{
  font-size: 14px;
  margin-bottom:10px;
  display: block;
  color: #ffffff;
  font-weight: 400;
  font-family: "Yantramanav";
  text-align: center;
}

/* --------------- calculator ------------- */

#calculator {
  text-align: center;
}
#calculator .calculator-head h3 {
  font-size: 32px;
  line-height: 40px;
  color: #222222;
  font-weight: 700;
  font-family: "Yantramanav";
  text-align: center;
}
#calculator h5.title {
  font-size: 22px;
  color: #222222;
  font-weight: 700;
  font-family: "Yantramanav";
  text-align: left;
}
#calculator p.post {
  font-size: 16px;
  font-size: 15px;
  line-height: 23px;
  color: #666565;
  font-weight: 400;
  font-family: "Yantramanav";
  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;
  letter-spacing: 2px;
  color: #ffffff;
  font-weight: 700;
  font-family: "Yantramanav";
  text-align: center;
  background: #e2133a;
  border: 1px solid;
  padding: 8px 30px;
  border-radius: 20px;
  outline: none;
}
#calculator .bmi_btn a {
  font-size: 16px;
  color: #222222;
  font-weight: 700;
  font-family: "Yantramanav";
  border: 1px solid #e2133a;
  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;
  font-family: "Yantramanav";
  text-align: left;
}
#calculator .list_box {
  background: #f9fbfd;
  border: 1px solid #dbe7eb;
}
#calculator .list_box li {
  text-decoration: none;
  list-style-type: none;
  padding: 16px;
  color: #666565;
  font-family: "Yantramanav";
}
#calculator .list_box li.head {
  font-size: 18px;
  color: #222222;
  font-weight: 500;
  font-family: "Yantramanav";
  text-align: center;
  border-bottom: 1px solid #dbe7eb;
}

/* ------------ Trainer ---------- */

#trainer {
  text-align: center;
}
#trainer h3 {
  font-size: 32px;
  line-height: 40px;
  color: #ffffff;
  font-weight: 700;
  font-family: "Yantramanav";
  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: 14px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Yantramanav";
  position: absolute;
  bottom: 0;
  background: #f95759;
  padding: 5px 37px;
  border: 1px solid transparent;
  border-top-right-radius: 25px;
  left: 0;
}
#trainer .trainer-prof > h5{
  font-size: 18px;
  line-height: 24px;
  color: #222222;
  font-weight: 700;
  font-family: "Yantramanav";
  text-align: center;
}
#trainer .socialbox {
  text-align: center;
}
#trainer .socialbox i {
  padding-right: 9px;
}
#trainer a.facebook i {
  color: #3B5998;
}
#trainer a.twitter i {
  color: #00ACEE;
}
#trainer a.pintrest i {
  color: #E60023;
}
#trainer a.youtube i {
  color: #0e76a8;
}

/* -------------- Pricing -------------- */

#pricing .pricing-head h3 {
  font-size: 32px;
  line-height: 40px;
  color: #222222;
  font-weight: 700;
  font-family: "Yantramanav";
  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: #f9cfd7;
  font-size: 18px;
  line-height: 20px;
  color: #e2133a;
  font-weight: 700;
  font-family: "Yantramanav";
  text-align: center;
}
#pricing .pricingTable .plan {
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  color: #222222;
  font-weight: 700;
  font-family: "Yantramanav";
  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: 700;
  font-family: "Yantramanav";
}
#pricing .price-value .amount{
  display: inline-block;
  font-size: 40px;
  font-weight: 700;
  font-family: "Yantramanav";
}
#pricing .price-value .month{
  font-size: 16px;
  line-height: 10px;
  color: #707070;
  font-weight: 400;
  font-family: "Yantramanav";
  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;
  font-family: "Yantramanav";
  text-align: center;
}
#pricing .pricingTable .pricingTable-signup {
  display: inline-block;
  padding: 10px 30px;
  background: #e2133a;
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 23px;
  color: #ffffff;
  font-weight: 700;
  font-family: "Yantramanav";
  text-align: center;
  border-radius: 50px;
}
#pricing .pricing-label {
  color: #fff;
  background-color: #e2133a;
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: 300;
  text-transform: capitalize;
  padding: 7px 30px 7px 45px;
  transform: rotate(45deg);
  position: absolute;
  top: 6px;
  right: -31px;
  z-index: 1;
  font-family: "Yantramanav";
  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 .box1 {
  float: left;
  width: 20%;
  height: 30%;
}
#gallery .box2 {
  float: left;
  width: 20%;
  height: 30%;
}
#gallery .box3 {
  float: left;
  width: 20%;
  height: 30%;
}
#gallery .box4 {
  float: left;
  width: 20%;
  height: 30%;
}
#gallery .box5 {
  float: left;
  width: 20%;
  height: 30%;
}
#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: #e2133a;
  height: 20px;
  width: 20px;
  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;
}

#gallery .gallery_hover:hover:before{
  height: 100%;
  width: 100%;
  opacity: 0.8;
  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;
  font-family: "Yantramanav";
}
#gallery p {
  font-size: 12px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Yantramanav";
}

/* ------------- Calender ------------ */

#calender .calender_head h3 {
  font-size: 32px;
  line-height: 40px;
  color: #222222;
  font-weight: 700;
  font-family: "Yantramanav";
  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;
  font-family: "Yantramanav";
  text-align: center;
  margin-bottom: 0;
}
#calender th.week {
  font-size: 18px;
  color: #222222;
  font-weight: 600;
  font-family: "Yantramanav";
  text-align: left;
  vertical-align: middle;
}
#calender th.time {
  font-size: 18px;
  color: #222222;
  font-weight: 600;
  font-family: "Yantramanav";
  text-align: center;
  vertical-align: middle;
}
#calender .text {
  font-size: 12px;
  line-height: 23px;
  color: #adaec1;
  font-weight: 400;
  font-family: "Yantramanav";
  text-align: center;
  margin-bottom: 0;
}
#calender .icon {
  background: #e2133a;
  color: #fff;
  text-align: center;
}
#calender .calender_content td:hover {
  background: #e2133a;
}
#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;
}
/* ------------- Diet Plan ------------ */

#diet .diet-head h3 {
  font-size: 32px;
  line-height: 40px;
  color: #222222;
  font-weight: 700;
  font-family: "Yantramanav";
  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: #e2133a;
  transform-origin: top left;
  transform: scale(0);
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0px;
  right: 0px;
  z-index: 1;
  transition: all 0.3s ease-in 0s;
}
#diet .box:hover:before{
  opacity: 1;
  transform: scale(1);
  left: 0px;
  top: 0px;
}
#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 25px;
  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: 18px;
  color: #ffffff;
  font-weight: 700;
  font-family: "Yantramanav";
  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;
  font-family: "Yantramanav";
  text-align: center;
  margin: 0 0 7px;
  display: block;
}
#diet .box a {
  font-size: 14px;
  letter-spacing: 2px;
  color: #ffffff;
  font-weight: 700;
  font-family: "Yantramanav";
  text-align: center;
}
#diet .box a span i {
  position: relative;
  top: 1px;
  left: 5px;
}
#diet h5.head {
  position: absolute;
  top: 37%;
  color: #fff;
  width: 100%;
  text-align: center;
}

/* ------------ Latest News ---------- */

#latest_news .latest-news-head h3 {
  font-size: 32px;
  line-height: 40px;
  color: #222222;
  font-weight: 700;
  font-family: "Yantramanav";
  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: 18px;
  line-height: 30px;
  color: #222222;
  font-weight: 800;
  font-family: "Yantramanav";
}
#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;
  font-family: "Yantramanav";
  padding-right: 12px;
}
#latest_news ul li span i {
  padding-right: 10px;
  color: #666565;
}
#latest_news span.date {
  position: absolute;
  top: 18px;
  right: 0px;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 700;
  font-family: "Yantramanav";
  text-align: center;
  background: #e2133a;
  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;
  font-family: "Yantramanav";
  text-align: center;
}
#product .product_head {
  text-align: center;
}
#product .product_content h5 a {
  font-size: 18px;
  line-height: 28px;
  color: #222222;
  font-weight: 500;
  font-family: "Yantramanav";
  text-align: center;
}
#product del {
  display: none;
}
#product .product_content p {
  font-size: 12px;
  line-height: 28px;
  color: #222222;
  font-weight: 500;
  font-family: "Yantramanav";
  text-align: center;
}
#product .product_content ul li {
  display: inline-block;
  color: #ffd825;
  text-decoration: none;
  font-size: 12px;
  padding-top: 10px;
}
#product .product_content ul {
  margin: 0;
  padding: 0 25px 20px;
}
#product .product_content li.right {
  float: right;
  font-size: 20px;
  color: #222222;
  font-weight: 900;
  font-family: "Yantramanav";
  text-align: center;
  padding-top: 0;
}
#product .product_content .product_btn a {
  font-size: 14px;
  letter-spacing: 2px;
  color: #ffffff;
  font-weight: 400;
  background: #e2133a;
  font-family: "Yantramanav";
  text-align: center;
  padding: 10px;
  border: 1px solid transparent;
  border-radius: 50px;
}
#product .product_btn {
  text-align: center;
  position: absolute;
  top: 41%;
  width: 88%;
  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: #b8b8b8;
}
#product .owl-nav i {
  color: #e2133a;
}
#product .owl-nav .owl-prev {
  position: absolute;
  left: -7%;
  background: none;
  outline: none;
  font-size: 25px;
}
#product .owl-nav .owl-next {
  position: absolute;
  right: -7%;
  background: none;
  outline: none;
  font-size: 25px;
}

/* ----------- Newsletter --------------- */

#newsletter {
  padding: 0;
  position: relative;
}
#newsletter:before {
  content: '';
  background: #e2133a;
  opacity: 0.9;
  position: absolute;
  width: 100%;
  height:100%;
}
.newsletter_content {
  padding: 40px 20px;
}
#newsletter h3 {
  font-size: 22px;
  color: #ffffff;
  font-weight: 700;
  font-family: "Yantramanav";
}
#newsletter p {
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Yantramanav";
  margin-bottom: 0
}
#newsletter .newsletter_content input[type="email"] {
  max-width: 75%;
  border: 1px solid #fff;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  line-height: 20px;
}
#newsletter .newsletter_content input[type="email"]::placeholder
{
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  font-weight: 400;
  font-family: "Yantramanav";
}
#newsletter .newsletter_content input[type="submit"] {
  font-size: 16px;
  letter-spacing: 2px;
  color: #222222;
  font-family: "Yantramanav";
  font-weight: 400;
  background: #fff;
  border: 1px solid transparent;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}