/**
* Template Name: FlexStart
* Template URL: https://bootstrapmade.com/flexstart-bootstrap-startup-template/
* Updated: Mar 17 2024 with Bootstrap v5.3.3
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
  scroll-behavior: smooth;
}

body {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #444444;
  margin: 0;
  padding: 0;
}

a {
  color: #FF4600;
  text-decoration: none;
}

a:hover {
  color: #000;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", Helvetica, Arial, sans-serif;
}

p {
  line-height: 27px;
  font-size: 15px;
  margin-bottom: 20px;
}

h3 {
  font-size: 25px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 15px;
}

h6 {
  font-size: 12px;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
  padding: 30px 0;
  overflow: hidden;
}

.section-header {
  text-align: center;
  padding-bottom: 40px;
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 28px;
  color: #FF4600;
  letter-spacing: 1px;
  font-weight: 500;
  margin: 0;
  text-align: center;
}

.section-header p {
  margin: 10px 0 0 0;
  padding: 0;
  font-size: 38px;
  line-height: 42px;
  font-weight: 700;
  color: #012970;
}

@media (max-width: 768px) {
  .section-header p {
    font-size: 28px;
    line-height: 32px;
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/

.internal-banner {
  background: #FAF7F0;
  /* margin-top: 122px; */
  text-align: center;
  position: relative;
}

.internal-banner h1 {
  /* font-weight: 600; */
  color: #FF4600;
}

.internal-banner h6 {
  font-size: 15px !important;
  margin-top: 10px;
}

.breadcrumbs {
  padding: 15px 0;
  background: #012970;
  min-height: 40px;
  margin-top: 82px;
  color: #fff;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 57px;
  }
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 500;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol a {
  color: #fff;
  transition: 0.3s;
}

.breadcrumbs ol a:hover {
  text-decoration: underline;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #8894f6;
  content: "/";
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #FF4600;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top i:hover {
  color: #FF4600 !important;
}

.back-to-top:hover {
  background-color: #d7a4a4;
}


.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.top-header {
  display: inline-block;
  width: 100%;
  background: #FF4600;
  padding: 4px 0;
  color: #fff;
  margin: 0px;
}

.top-headleft {
  float: left;
}

.top-headleft span,
.top-headrgt span {
  padding: 3px;
}

.top-header a {
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  margin: 1px;
}

.top-header .social-links i {
  font-size: 17px;
  padding: 0px 2px;
}

.top-headrgt {
  float: right;
}

.header {
  transition: all 0.5s;
  padding: 15px 0;
  box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
  background-color: #fff;
  margin-top: -5px;
}

.header.header-scrolled {
  background: #fff;
  padding: 15px 0;
  box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
  margin-top: 0px;
}

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: -2px;
  z-index: 1020;
}

.header .logo {
  line-height: 0;
}

.header .logo img {
  max-height: 50px;
  margin-right: 6px;
}

.header .logo span {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #012970;
  font-family: "Nunito", sans-serif;
  margin-top: 3px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #FF4600;
}

/* .navbar .getstarted,
.navbar .getstarted:focus {
  background: #4154f1;
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 4px;
  color: #fff;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: #5969f3;
} */

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 250px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  text-transform: none;
  font-weight: 600;
  border-bottom: 1px dashed #ff46002e;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #FF4600;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .megamenu {
  position: static;
}

.navbar .megamenu ul {
  margin-top: 5px;
  right: 0;
  padding: 10px;
  display: flex;
}

.navbar .megamenu ul li {
  flex: 1;
}

.navbar .megamenu ul li a,
.navbar .megamenu ul li:hover>a {
  color: #00BAF4;
}

.navbar .megamenu ul li a:hover,
.navbar .megamenu ul li .active,
.navbar .megamenu ul li .active:hover {
  color: #4154f1;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #FF4600;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 1200px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #FF4600;
  transition: 0.3s;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #000;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #FF4600;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #FF4600;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

.hero {
  padding: 0px;
}

.hero {
  position: relative;
}

.hero {
  width: 100%;
  height: 100%;
  background: top center no-repeat;
  background-size: cover;
}


.hero .img-fluid {
  width: 100%;
  height: 550px;
}

.swiper-button-next,
.swiper-button-prev {
  color: #fff;
  font-weight: 600;
  transform: translateY(50%);
}

.swiper-button-next {
  right: 30px;
}

.swiper-button-prev {
  left: 30px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 15px;
  background-color: #FF4600;
  padding: 15px 20px;
}

/* .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 1;
 margin-bottom: -20px;
 background-color: #FF4600;
} */

.heroSwiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #FF4600;
  margin: 14px 4px;
}

.heroSwiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #FF4600;
}


@media (min-width: 1024px) {
  .hero {
    background-attachment: fixed;
  }
}

@media (max-width: 991px) {
  .hero {
    height: auto;
    /* padding: 120px 0 60px 0; */
  }

  .hero.hero-img {
    text-align: center;
    margin-top: 80px;
  }

  .hero .hero-img img {
    width: 80%;
  }
}

@media (max-width: 768px) {
  .heroSwiper {
    text-align: center;
  }

  .heroSwiper h1 {
    font-size: 32px;
  }

  .heroSwiper h2 {
    font-size: 24px;
  }

  .heroSwiper .hero-img img {
    width: 100%;
  }
}

/*--------------------------------------------------------------
# Index Page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content {
  padding: 10px 50px 0px;
}

.about .content p {
  line-height: 32px;
}

.about h2 {
  text-align: left;
  margin-left: 50px;
}


.about .btn-read-more {
  line-height: 0;
  padding: 15px 40px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #4154f1;
  box-shadow: 0px 5px 25px rgba(65, 84, 241, 0.3);
}

.about .btn-read-more span {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
}

.about .btn-read-more i {
  margin-left: 5px;
  font-size: 18px;
  transition: 0.3s;
}

.about .btn-read-more:hover i {
  transform: translateX(5px);
}


.leadership {
  background: #eff3f6;
}

.leadership {
  background: #eff3f6;
  min-height: 950px;
}

.leadership img {
  height: 500px;
  object-fit: cover;
}

.leadership-inr {
  margin: 13px 20px;
}

.leadership-inr img,
.leadership .col-lg-6 {
  position: relative;
  border-radius: 20px;
}

.leadership-bottom {
  position: absolute;
  top: 116%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  background: #ffffff;
  width: 75%;
  padding: 32px 30px 0px 32px;
  border: 1px solid #FF4600;
  border-radius: 20px;
}

.socail-header-left {
  position: absolute;
  top: 0%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
}

.socail-header-left svg {
  fill: #fff;
}

.socail-header-left path {
  fill: #fff;
}

.leadership-bottom h4 {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 20px;
  position: relative;
}

.socail-header-left svg {
  width: 28px;
  background: #FF4600;
  height: 28px;
  padding: 6px;
  color: #fff;
  border-radius: 50%;
  border: 1px solid #ffffff;
}

/*--------------------------------------------------------------
# Values
--------------------------------------------------------------*/

.values .box {
  padding: 30px;
  box-shadow: 0px 0 5px rgba(1, 41, 112, 0.08);
  background-color: #fff;
  text-align: center;
  transition: 0.3s;
  height: 100%;
}

.values .box img {
  padding: 30px 50px;
  transition: 0.5s;
  transform: scale(1.1);
  height: 200px;
  object-fit: contain;
}

.values .box h4 {
  color: #FF4600;
  text-align: center;
}

.values .box:hover {
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
}

.values .box:hover img {
  transform: scale(1);
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features .feature-box {
  padding: 24px 20px;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  transition: 0.3s;
  height: 100%;
}

.features img {
  width: 100%;
}

.features .feature-box h5 {
  /* font-weight: 600; */
  margin: 0;
}

.features .feature-box i {
  line-height: 0;
  background: #ecf3ff;
  padding: 4px;
  margin-right: 12px;
  font-size: 24px;
  border-radius: 3px;
  transition: 0.3s;
}

.features .feature-box i {
  background: #FF4600;
  color: #fff;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.craft #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  background: white;
  border-radius: 50px;
  padding: 2px 15px;
}

.craft #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 20px 10px 20px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  color: #444444;
  margin: 0 4px 8px 4px;
  transition: 0.3s;
  border-radius: 50px;
  border: 1px solid #fff;
}

.craft #portfolio-flters li:hover,
.craft #portfolio-flters li.filter-active {
  color: #FF4600;
  border-color: #FF4600;
}

.craft #portfolio-flters li:last-child {
  margin-right: 0;
}

.craft .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(255, 255, 255, 0.75);
}

.craft .portfolio-wrap {
  height: 250px;
}

.craft .portfolio-item {
  margin-bottom: 24px;
}

.craft .portfolio-wrap::before {
  content: "";
  background: rgba(255, 255, 255, 0.75);
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.craft .portfolio-wrap img {
  transition: 1s;
}

.craft .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.craft .portfolio-wrap .portfolio-info::before {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  top: 35px;
  left: 35px;
  border-top: 3px solid rgba(1, 41, 112, 0.2);
  border-left: 3px solid rgba(1, 41, 112, 0.2);
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.craft .portfolio-wrap .portfolio-info::after {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 35px;
  right: 35px;
  border-bottom: 3px solid rgba(1, 41, 112, 0.2);
  border-right: 3px solid rgba(1, 41, 112, 0.2);
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.craft .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.craft .portfolio-wrap .portfolio-links a {
  color: #fff;
  background: #FF4600;
  margin: 10px 2px;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.3s;
}

.craft .portfolio-wrap .portfolio-links a i {
  font-size: 24px;
  line-height: 0;
}

.craft .portfolio-wrap .portfolio-links a:hover {
  background: #fff;
  color: #FF4600;
}

.craft .portfolio-wrap:hover img {
  transform: scale(1.1);
}

.craft .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.craft .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

.craft .portfolio-wrap:hover .portfolio-info::before {
  top: 15px;
  left: 15px;
}

.craft .portfolio-wrap:hover .portfolio-info::after {
  bottom: 15px;
  right: 15px;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.craft .portfolio-details {
  padding-top: 40px;
}

.craft .portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.craft .portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.craft .portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #4154f1;
}

.craft .portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #4154f1;
}

.craft .portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
}

.craft .portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.craft .portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.craft .portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.craft .portfolio-details .portfolio-description {
  padding-top: 30px;
}

.craft .portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.craft .portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/

.team .member {
  overflow: hidden;
  text-align: center;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  transition: 0.3s;
  height: 400px;
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
}

.team .member .member-img:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: url(../img/team-shape.svg) no-repeat center bottom;
  background-size: contain;
  z-index: 1;
}

.team .member .member-info {
  padding: 10px 15px 20px 15px;
}

.team .member .member-info h4 {
  color: #FF4600;
}

.team .member .member-info span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #aaaaaa;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  padding-top: 15px;
  line-height: 26px;
  color: #5e5e5e;
}

.team .member:hover {
  transform: scale(1.08);
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}

.team .member:hover .social {
  right: 8px;
  opacity: 1;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  background: #fafbff;
  padding: 30px;
}

.contact .info-box i {
  font-size: 38px;
  line-height: 0;
  color: #FF4600;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #FF4600;
  font-weight: 600;
  margin: 20px 0 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  background: #fafbff;
  padding: 30px;
  height: 100%;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 0;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #4154f1;
}

.contact .php-email-form input[type=text],
.contact .php-email-form input[type=email] {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
  background: #FF4600;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #000;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.yogpeeth h2 {
  text-align: left;
  padding-bottom: 20px;
}

/* vision & mission */

.vision-mission .col-lg-6 h3 {
  color: #FF4600;
  margin-left: 30px;
}

.mission-slide {
  padding: 15px !important;
}

.vision-mission {
  background: #fff5f5;
}

.vision-slide h3 {
  margin-top: 20px;
  margin-left: 30px;
}

.vision-mission ul li {
  background: url(../img/tick.png) no-repeat scroll 0 2px transparent;
  background-size: 16px;
  line-height: 24px;
  padding-left: 29px;
  margin-bottom: 11px !important;
  list-style: none;
  text-align: left;
  font-size: 15px !important;
}

.vision-slide {
  padding: 10px;
}

.vision-mission img {
  border-radius: 5px;
}

.yoga-teacher-list h3,
.claswise-title {
  color: #FF4600;
  text-align: center;
}

.yoga-teacher-list table {
  margin-top: 20px;
  margin-bottom: 20px;
}

tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.yoga-teacher-list table th {
  background: #ef4e24;
  padding: 8px;
  color: #fff;
  font-size: 15px;
  text-align: center;
  border: 1px solid #ef8165;
}

tr:nth-child(even) {
  background-color: #fff1f1;
}

.yoga-teacher-list table td {
  padding: 8px 5px;
  color: #333;
  font-size: 14px;
  border: 1px solid #e3e3e3;
  text-align: center;
}

#myInput {
  background-image: url('/css/searchicon.png');
  background-position: 10px 10px;
  background-repeat: no-repeat;
  width: 25%;
  font-size: 16px;
  padding: 8px 20px 12px 20px;
  border: 1px solid #ddd;
  margin-bottom: 12px;
}

#myTable {
  border-collapse: collapse;
  width: 100%;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  background: #eff3f6;
  font-size: 14px;
  margin-top: 30px;
}

.footer .footer-top {
  padding-top: 60px;
}

@media (max-width: 992px) {
  .footer .footer-top {
    background-position: center bottom;
  }
}

.footer .footer-top .footer-info {
  margin-bottom: 30px;
}

.footer .footer-top .footer-info .logo {
  line-height: 0;
  margin-bottom: 15px;
}

.footer .footer-top .footer-info .logo img {
  max-height: 40px;
  margin-right: 6px;
}

.footer .footer-top .footer-info .logo span {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #012970;
  font-family: "Nunito", sans-serif;
  margin-top: 3px;
}

.footer .footer-top .footer-info p {
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 0;
  font-family: "Nunito", sans-serif;
}

.footer .footer-top .social-links a {
  font-size: 20px;
  display: inline-block;
  line-height: 0;
  margin-right: 0px;
  transition: 0.3s;
}

.footer .footer-top .social-links a:hover {
  color: #012970;
}

.footer .footer-top h4 {
  font-size: 20px;
  color: #FF4600;
  position: relative;
  padding-bottom: 10px;
}

.footer i {
  color: #FF4600;
  padding: 3px;
}

.footer p {
  font-size: 14px;
}

.footer li {
  list-style: none;
}

.footer .footer-top .footer-links {
  margin-bottom: 30px;
}

.footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #d0d4fc;
  font-size: 12px;
  line-height: 0;
}

.footer .footer-top .footer-links ul li {
  padding: 8px 0;
  display: flex;
  align-items: center;
}

.footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-top .footer-links ul a {
  color: #000;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

.footer .footer-top .footer-links ul a:hover {
  color: #FF4600;
}

.footer .footer-top .footer-contact p {
  line-height: 26px;
}

.footer .copyright {
  text-align: center;
  padding-top: 30px;
  color: #012970;
}

.footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #012970;
}

@media(max-width:768px) {
  .top-header {
    display: none;
  }

  .header .logo img {
    max-height: 30px;
  }

  .hero .img-fluid {
    width: 100%;
    max-height: 250px !important;
    object-fit: cover;
  }

  h2 {
    font-size: 20px;
  }

  h4,
  .leadership-bottom h4 {
    font-size: 15px;
  }

  h5 {
    font-size: 12px;
  }

  p,
  .team .member .member-info span {
    font-size: 13px;
  }

  .about .content {
    padding: 0px;
  }

  .about h2 {
    margin: 20px 0px 10px;
  }

  .leadership {
    min-height: 10px;
  }

  .leadership-inr {
    margin: 10px 0px;
  }

  .leadership-bottom {
    position: static;
    top: 0px;
    left: 50%;
    transform: translate(0%, 0%);
    width: 100%;
    padding: 20px;
    margin-top: 20px;
  }

  .footer .footer-top h4 {
    font-size: 18px;
    padding-bottom: 2px;
  }

  .footer .footer-top .footer-links {
    margin-bottom: 15px;
  }

  .swiper-button-next:after,
  .swiper-button-prev:after {
    padding: 5px 10px;
  }

  .footer p,
  .footer .footer-top .footer-links ul a,
  .footer-info p {
    font-size: 13px !important;
  }

  .swiper-button-next {
    right: 5px;
    font-weight: 500;
  }

  .swiper-button-prev {
    left: 5px;
    font-weight: 500;
  }
}