/* common css */
* {
  padding: 0%;
  margin: 0%;
  box-sizing: border-box;
}
body {
  padding: 0%;
  margin: 0%;
  font-size: 15px;
  font-weight: 700;
  overflow-x: hidden;
  font-family: "Lato", sans-serif;
}
a {
  text-decoration: none;
}
li {
  list-style: none;
}
ul {
  padding-left: 0;
  margin-bottom: 0;
}
a:hover {
  text-decoration: none;
}
/* common css */

/* header-top-section */
button.btn-close.btn-close-black {
  filter: brightness(0.5);
  border: 2px solid;
  padding: 14px;
  width: 15px;
  border-radius: 100%;
  height: 15px;
}
.header-top-section {
  background: #000;
  width: 100%;
  height: 35px;
  display: flex;
  align-items: center;
}
.header-top-left {
  display: flex;
}
.header-top-left ul {
  display: flex;
}
.header-top-left ul li {
  /* padding: 0px 10px; */
  padding-right: 15px;
}
.header-top-left ul li a {
}
.header-top-left ul li a i {
  color: #fff;
  font-size: 17px;
}
.header-top-left a {
  color: #f00003;
  border: 1px solid;
  padding: 10px;
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
.border-1 {
  background: #ffffff91;
  height: 22px;
  margin: 0px 15px;
  width: 1px;
}
.header-top-right {
  display: flex;
  justify-content: end;
}
/* header-top-section */

/* header css */
.navbar-nav {
  align-items: center;
}
.navbar-brand img {
  width: 200px;
  height: auto;
}
ul.dropdown-menu.show {
  background: white;
  border-radius: 0;
  border-top: 3px solid #fff !important;
  width: 250px;
  border: none;
  box-shadow: 0px 0px 7px #80808073;
}
.navbar-nav .nav-link.active,
.navbar-nav .show > .nav-link {
  color: #000 !important;
}
.navbar-expand-lg .navbar-nav .nav-link {
  color: #000;
  padding: 30px 7px;
  margin: 0px;
}
a.dropdown-item {
  color: #fff;
  /* font-size: 18px; */
  width: 76%;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  white-space: revert-layer;
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: #14aecf !important;
  background-color: transparent;
  transition: all 0.4s ease-out;
}
.navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #ff5e00 !important;
}
nav.navbar.navbar-expand-lg.navbar-dark.bg-white {
  padding: 0px 0px;
}
div#offcanvasNavbar2 {
  background-color: #c5c5c5;
}
header.header-section {
  /* box-shadow: 0px 0px 6px #808080a1; */
  position: sticky;
  top: 0;
  z-index: 9999999;
}
input.form-control.me-2 {
  border: none;
  border-bottom: 2px solid #fff;
  border-radius: 0;
}
.dropdown-menu li {
  padding: 7px 10px;
  background: #000;
  /* border-bottom: 2px solid #fff; */
  transition: all 0.4s ease-out;
}
.nav-link i {
  padding-left: 6px;
}
.dropdown-menu li:hover {
  padding: 7px 10px;

  /* background: #5a289f; */
  /* border-bottom: 2px solid #fff; */
  transition: all 0.4s ease-out;
}
.dropdown-menu li span i {
  color: #4189ac;
}
.dropdown-menu li:hover span i {
  color: #6dcfed !important;
}
.dropdown-menu li span {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.dropdown-menu {
  display: none;
  transition: all 0.8s e;
}
.dropdown:hover .dropdown-menu {
  display: block;
  background: white;
  border-radius: 0;
  /* border-top: 3px solid #4189AC !important; */
  border: none;
  box-shadow: 0px 0px 4px #80808073;
  margin-top: 0px;
  position: absolute;
  /* line-height: 21px; */
  width: 320px;
  background-color: white;
  padding: 0;
}
.menu-bar {
  position: relative;
}
.my-menu {
  display: none;
}
.menu-bar:hover .my-menu {
  display: block;
  visibility: visible;
  display: block;
  background: white;
  border-radius: 0;
  border-top: 3px solid #fff !important;
  width: 250px;
  border: none;
  box-shadow: 0px 0px 7px #80808073;
  top: -11px;
  right: -250px;
  position: absolute;
  background-color: #fff;
}
#offcanvasNavbar2 {
  align-items: end;
}
a.nav-link {
  color: #000 !important;
  text-transform: uppercase;
  padding: 35px 18px !important;
}
/* li.nav-item.dropdown {
  padding-left: 36px;
} */
li.nav-item.dropdown:hover a.nav-link {
  color: #fff !important;
  transition: all 0.3s ease-out;
}
li.nav-item.dropdown:hover {
  background-color: #000;
  color: #fff;
  transition: all 0.3s ease-out;
}
/* header css */

/* banner css */
.bannert-section {
  background-image: url(../img/banner-2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  display: flex;
  height: 655px;
  background-position: right;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.bannert-section::after {
  position: absolute;
  content: "";
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  background-image: linear-gradient(
    177deg,
    transparent 0% 0%,
    #000000b0 100% 100%
  );
  /* background-image: linear-gradient(0deg, transparent 0% 0%, #000 0% 0% ); */
}
.banner-all-heading {
  z-index: 99;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-35%, -50%);
}
.banner-all-heading {
  color: #fff;
  width: 70%;
}
.banner-all-heading h3 {
  font-weight: 700;
  font-size: 32px;
  line-height: 35px;
  text-transform: uppercase;
}
.banner-all-heading h1 {
  text-transform: uppercase;
  font-family: "tungsten-medium";
  font-size: 30px;
}
.banner-all-heading a {
  background: #14aecf;
  padding: 10px;
  color: #fff;
  text-transform: uppercase;
}
.banner-all-heading {
}
/* banner css */

/* main-logo-section */
.main-logo-section {
  background: #f7f7f7;
  padding: 30px 0px;
}
.owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.owl-nav button.owl-prev {
  left: 0;
}
.owl-nav button.owl-next {
  right: 0;
}

.owl-dots {
  text-align: center;
  padding-top: 15px;
}
.owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}
.owl-dots button.owl-dot.active {
  background-color: #000;
}
.owl-dots button.owl-dot:focus {
  outline: none;
}
.owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.38) !important;
}
span {
  /* font-size: 70px; */
  position: relative;
  top: -5px;
}
.owl-nav button:focus {
  outline: none;
}
.item img {
  width: 100% !important;
  object-fit: scale-down;
}
.logo-pera p {
  color: #000;
  text-align: justify;
}
.logo-pera h3 {
  font-weight: 600;
  color: #fa183d;
  padding-bottom: 10px;
}
/* main-logo-section */

/* master-section */
.master-section {
}
.master-heading {
  color: #000;
  text-align: center;
}
.master-heading h2 {
  font-size: 40px;
  font-weight: 800;
}
.master-heading p {
}
.master-box {
  position: relative;
}
/* .master-box::after {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  bottom: 0%;
  right: 0%;
  background-color: #000000b0;
} */
.master-box a {
}
.master-box a img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.master-box p {
  color: #000;
  font-size: 20px;
  padding-top: 12px;
  text-transform: capitalize;
  font-weight: 800;
  /* position: absolute; */
  top: 50%;
  left: 50%;
  /* text-transform: uppercase; */
  z-index: 99;
  /* transform: translate(-50%, -50%); */
}
.master-box {
}
/* master-section */

/* no-mission-section */
.no-mission-heading {
  color: #000;
  text-align: center;
}
.no-mission-heading h2 {
  font-size: 40px;
  font-weight: 800;
  text-transform: uppercase;
  width: 61%;
  text-align: center;
  margin: 0 auto;
}
.no-mission-heading p {
}
.no-mission-left {
}
.no-mission-left img {
  width: 100%;
  height: auto;
}
.no-mission-left {
  position: relative;
}
.no-mission-rihgt {
  color: #000;
}
.no-mission-rihgt h4 {
  font-weight: 900;
}
.no-mission-rihgt p {
  font-size: 16px;
}
.no-mission-rihgt a {
  padding: 20px;
  background: #14aecf;
  color: #fff;
  line-height: 76px;
  text-transform: uppercase;
}

.video-play-button {
  position: absolute;
  z-index: 10;
  top: 45%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  /* background: #03a9f4;
	 */
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}
.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 45%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #ba1f24;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}
.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 45%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #03a9f4;
  border-radius: 50%;
  transition: all 200ms;
}
.video-play-button:hover:after {
  background-color: #da0528;
}
.video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}
.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 32px solid #fff;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.video-overlay {
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: all ease 500ms;
}
.video-overlay.open {
  position: fixed;
  z-index: 1000;
  opacity: 1;
}
.video-overlay-close {
  position: absolute;
  z-index: 1000;
  top: 15px;
  right: 20px;
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: all 200ms;
}
.video-overlay-close:hover {
  color: #03a9f4;
}
.video-overlay iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  /* width: 90%;
	 */
  /* height: auto;
	 */
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
}

/* no-mission-section */

/* footer-section */
.footer-section {
  background-color: #000;
  background-image: url(../img/desktop-success.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  height: auto;
  padding: 80px 0px;
}
.footer-section::after {
  background-color: #030303c4;
  position: absolute;
  content: "";
  width: 100%;
  height: auto;
  top: 0%;
  left: 0%;
  bottom: 0%;
  right: 0%;
}
.footer-left img {
  width: 200px;
  height: auto;
  margin-bottom: 20px;
}
.footer-left p {
  color: #fff;
  text-align: justify;
}
.footer-center {
  position: relative;
  z-index: 99;
}
.footer-center h4 {
  font-weight: 600;
  font-size: 27px;
  color: white;
  padding-bottom: 38px;
}
.footer-center ul {
  /* padding-top: 25px; */
}
.footer-center ul li {
  padding-bottom: 18px;
}
.footer-center ul li a {
  color: #fff;
}
.footer-left {
  padding: 0px 30px 0px 0px;
  position: relative;
  z-index: 99;
}
.footer-right h4 {
  font-weight: 600;
  font-size: 29px;
  color: white;
}
.footer-right ul {
  /* padding-top: 25px; */
}
.footer-right ul li {
  padding-bottom: 18px;
  /* display: flex; */
}
.footer-right ul li a {
  color: #fff;
  display: flex;
}
.footer-left h5 {
  font-weight: 600;
  font-size: 18px;
  color: #14aecf;
}
.footer-right {
  color: #fff;
}
.footer-right h5 {
  font-weight: 600;
  font-size: 18px;
  color: #14aecf;
}
.footer-right {
  position: relative;
  z-index: 99;
}
/* .get-socel {
    border: 1px solid;
    padding: 10px;
    border-radius: 100%;
    margin-right: 14px;
} */
.get-socel img {
  border: 1px solid #fff;
  padding: 10px;
  border-radius: 56px;
  margin-right: 13px;
}
.footer-center h4 {
  color: #fff;
}
.footer-right {
}
.footer-right h4 {
  font-weight: 600;
  font-size: 27px;
  color: white;
  padding-bottom: 38px;
}
.footer-right ul {
}
.footer-right ul li {
}
.footer-right ul li a {
}
.footer-right ul li a i {
  font-size: 25px;
  color: #f00003;
  padding-right: 20px;
}
/* footer-section */

/* success-section */
.success-section {
  background-image: url(../img/prabhat.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: auto;
  padding: 100px 0px;
  position: relative;
}
.success-section.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}
.success-section.swiper-button-prev:after,
.swiper-button-next:after {
  display: none;
}
.swiper-container {
  width: 50%;
  height: 60%;
  margin-left: auto;
  margin-right: auto;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  height: 100%;
  color: #000;
  /* 	transform: scale(0.8); */
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 0.3s all;
  box-shadow: 0 0 20px #00000036;
  border-radius: 0px;
}

.swiper-slide:not(.swiper-slide-prev):not(.swiper-slide-active):not(
    .swiper-slide-next
  ) {
  opacity: 0;
}

.swiper-slide-prev,
.swiper-slide-next {
  opacity: 3;
}

.swiper-slide-active {
  transition: 0.3s all;
  opacity: 1;
  background-color: #fff;
}
.success-all {
  padding: 90px 35px;
  width: 90%;
}
.success-img {
  position: absolute;
  top: -11%;
  left: 43%;
}
.success-img img {
  border-radius: 100%;
  border: 6px solid #fff;
  box-shadow: 0px 0px 10px #595555;
}
.swiper-wrapper {
  padding-bottom: 75px;
}
span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
  padding: 9px;
  border: none !important;
}
span.swiper-pagination-bullet {
  background: #fff;
  padding: 7px;
  border: 2px solid #fff !important;
  background: transparent;
}
.success-heading h3 {
  color: #fff;
  font-weight: 700;
  font-size: 40px;
  padding-bottom: 70px;
}
.testimonial-title {
  color: #b7b7b7;
  font-weight: 400;
}
.success-section {
  overflow-x: hidden;
}
/* success-section */

/* upcoming-section */
.upcoming-section {
  background-image: url(../img/dust_scratches.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: auto;
  padding: 80px 0px;
}
.upcoming-heading {
  text-align: center;
}
.upcoming-heading h3 {
  font-size: 50px;
  font-weight: 800;
}
.upcoming-heading p {
}
.home-demo .item {
  /* background: #ff3f4d; */
}
.home-demo h2 {
  color: #fff;
  text-align: center;
  padding: 5rem 0;
  margin: 0;
  font-style: italic;
  font-weight: 300;
}
.upcoming-left {
}
.upcoming-left img {
  width: 100%;
  height: auto;
}
.upcoming-left {
}
.upcomning-25 {
  display: flex;
}
.event_date p.month {
  margin-bottom: 5px;
  font-size: 28px;
  text-transform: uppercase;
}
.event_date hr {
  border-top: 7px solid #14aecf;
  width: 50%;
  margin: 5px 0;
}
.event_date p {
  font-size: 28px;
}
h5.event-title {
  font-size: 28px;
  margin-bottom: 0px;
  margin-top: -5px;
  text-transform: uppercase;
  font-weight: 600;
}
.event-date {
  color: #14aecf;
  font-family: "proxima_nova_bold";
  font-size: 18px;
}
.event-slide .col-sm-6 hr {
  border-top: 1px solid #000;
}
.btn {
  padding: 12px 25px;
  background-color: #14aecf;
  border-radius: 0;
  color: #fff;
  text-transform: uppercase;
}
p.event-description {
  font-size: 15px;
}
.upcoming-section span {
  font-size: 70px;
}
/* upcoming-section */

/* tony-section */
.tony-heading {
  color: #000;
  text-align: center;
}
.tony-heading h3 {
  font-size: 50px;
  font-weight: 800;
}
.swiper {
  width: 100%;
  max-width: 1280px;
  height: 300px;
  margin-top: 40px;
}
.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eee;
}
/* tony-section */

/* start-section */
.start-section {
  background-color: #14aecf;
  padding: 100px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.start-all {
  text-align: center;
}
.start-all h4 {
  font-weight: 800;
  color: #fff;
}
.start-all i {
  color: #fff;
  font-size: 16px;
}
.start-all a {
  color: #14aecf;
  background-color: #fff;
  padding: 13px 24px;
  line-height: 69px;
  text-transform: uppercase;
}
/* start-section */

/*  */
#button {
  display: inline-block;
  background-color: #03a9f4;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 0px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 17px;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

/* Styles for the content section */

.content {
  width: 77%;
  margin: 50px auto;
  font-family: "Merriweather", serif;
  font-size: 17px;
  color: #6c767a;
  line-height: 1.9;
}
@media (min-width: 500px) {
  .content {
    width: 43%;
  }
  #button {
    margin: 30px;
  }
}
.content h1 {
  margin-bottom: -10px;
  color: #03a9f4;
  line-height: 1.5;
}
.content h3 {
  font-style: italic;
  color: #96a2a7;
}

/* about us pages */
.about-baner-section {
  background-image: url(../img/prabhart-about.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  display: flex;
  width: 100%;
  height: 500px;
}
.about-banner-heading h5 {
  color: #fff;
  text-transform: capitalize;
  align-items: start;
  display: flex;
}
.about-banner-heading h5 a {
  color: #fff;
}
.about-banner-heading h5 a:hover {
  color: #f00003;
}
.about-banner-heading h5 span {
  font-size: 28px;
  padding: 0px 7px;
}
.about-content-all p {
  margin: 0;
  padding: 15px 0;
  text-align: justify;
}
.about-content-img img {
  width: 100%;
  height: auto;
}
.about-content-all h3 {
  text-transform: capitalize;
  font-size: 40px;
  font-weight: 900;
}
/* about us pages */

/* contact pages  */
.contact-details {
  /* border: 1px solid #fff; */
  width: 100%;
  height: 250px;
  background: #f8f8f8;
  text-align: center;
  padding: 50px 25px;
  align-items: center;
}
.contact-details:hover {
  border-radius: 4px;
  box-shadow: 0px 0px 10px #cdcdcd;
  transition: all 0.5s ease-out;
}
.contact-details:hover i {
  transform: scale(1.2);
  transition: all 0.5s ease-out;
}
.contact-details i {
  font-size: 26px;
  border: 1px dashed #03a9f4;
  padding: 25px;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  transition: all 0.5s ease-out;
}
.contact-details h5 {
  padding-top: 20px;
  color: #da0528;
  /* text-transform: capitalize; */
}
.contact-details h5 a {
  color: #000;
}
/* contact pages  */

/* business pages */
.business-baner-section {
  background-image: url(../img/business-coaching.webp);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  align-items: center;
  display: flex;
  width: 100%;
  height: 500px;
}
.business-baner-section::after {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  bottom: 0%;
  right: 0%;
  background: #000000a6;
}
.about-banner-heading {
  position: relative;
  z-index: 99;
}
.business-banner-heading h5 {
  color: #fff;
  text-transform: capitalize;
  align-items: start;
  display: flex;
}
.business-banner-heading h5 a {
  color: #fff;
}
.business-banner-heading h5 a:hover {
  color: #f00003;
}
.business-banner-heading h5 span {
  font-size: 28px;
  padding: 0px 7px;
}
.business-all-left-img img {
  width: 100%;
  height: auto;
}
.business-all-right-text {
}
.business-all-right-text h3 {
  color: #fa183d;
  font-weight: 700;
  margin-bottom: 20px;
}
.business-all-right-text p {
  text-align: justify;
  color: #000;
}
.business-all-right-text p span {
  color: #14aecf;
}
/* business pages */

/* self-mstery */
.self-mstery-section {
  background-image: url(../img/mediu.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  align-items: center;
  display: flex;
  width: 100%;
  height: 500px;
}
.self-mstery-section::after {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  bottom: 0%;
  right: 0%;
  background: #000000a6;
}
.about-banner-heading {
  position: relative;
  z-index: 99;
}
.business-banner-heading h5 {
  color: #fff;
  text-transform: capitalize;
  align-items: start;
  display: flex;
}
.business-banner-heading h5 a {
  color: #fff;
}
.business-banner-heading h5 a:hover {
  color: #f00003;
}
.business-banner-heading h5 span {
  font-size: 28px;
  padding: 0px 7px;
}
/* self-mstery */

/* lift chaching */
.life-baner-section {
  background-image: url(../img/960x0.webp);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  align-items: center;
  display: flex;
  width: 100%;
  height: 500px;
}
.life-baner-section::after {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  bottom: 0%;
  right: 0%;
  background: #000000a6;
}
.life-banner-heading {
  position: relative;
  z-index: 99;
}
.life-banner-heading h5 {
  color: #fff;
  text-transform: capitalize;
  align-items: start;
  display: flex;
}
.life-banner-heading h5 a {
  color: #fff;
}
.life-banner-heading h5 a:hover {
  color: #f00003;
}
.life-banner-heading h5 span {
  font-size: 28px;
  padding: 0px 7px;
}

.life-headign h3 {
  color: #f00003;
  font-weight: 700;
  margin-bottom: 20px;
}
.life-headign p {
  color: #000;
}
ul.accordion-list li h3 {
  font-weight: 600;
  font-size: 20px;
  color: #f00003;
}
ul.accordion-list li {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  /* background-color: #fff; */
  /* padding: 20px; */
  margin: 0 auto 20px auto;
  /* border: 1px solid #eee; */
  border-radius: 5px;
  cursor: pointer;
}
i div.answer {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
ul.accordion-list li div.answer p {
  position: relative;
  display: block;
  text-align: justify;
  /* font-weight: 300; */
  /* padding: 10px 0 0 0; */
  cursor: pointer;
  line-height: 150%;
  margin: 0 0 15px 0;
  /* font-size: 14px; */
}

.life-right {
}
.life-right ul {
}
.life-right ul li {
  text-transform: capitalize;
  font-size: 23px;
  font-weight: 600;
  padding-bottom: 10px;
  /* list-style: none; */
}
.life-right ul li i {
  padding-right: 12px;
  color: #f00003;
}
.life-right h5 {
  padding-top: 25px;
  font-size: 20px;
  color: #f00003;
  font-weight: 700;
}
.life-right p {
  text-align: justify;
  padding-top: 15px;
}
.life-right {
}
.mcaa h3 {
  color: #f00003;
  font-weight: 700;
  margin-bottom: 30px;
  font-size: 36px;
  text-transform: capitalize;
  text-align: center;
}
/* lift chaching */
.magnific-img img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.mfp-bottom-bar,
.magnific-img {
  display: inline-block;
  width: 100%;
}
a.image-popup-vertical-fit {
  cursor: -webkit-zoom-in;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.98;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-arrow-left:before {
  border-right: none !important;
}
.mfp-arrow-right:before {
  border-left: none !important;
}
button.mfp-arrow,
.mfp-counter {
  opacity: 0 !important;
  transition: opacity 200ms ease-in, opacity 2000ms ease-out;
}
.mfp-container:hover button.mfp-arrow,
.mfp-container:hover .mfp-counter {
  opacity: 1 !important;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: 100%;
  max-width: 100%;
  height: 450px;
  object-fit: cover;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
/* lift chaching */

/* Gallery pages */
.gallery-heading {
}
.gallery-heading h3 {
  font-size: 50px;
  font-weight: 800;
  text-align: center;
}
/* Gallery pages */

/*  */
div.bg-color {
  background-color: #484848;
}
div.swiper-5 div.swiper-slide {
  padding: 3em 0;
  color: #fff;
  text-align: center;
  font-size: 1.1em;
  outline: 0;
  background-color: #4899dd;
}
div.swiper-5 .swiper-button-prev {
  background: none;
}
div.swiper-5 .swiper-button-prev:before {
  position: absolute;
  content: "\f137";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  color: #fff;
  margin-top: 10px;
}
div.swiper-5 .swiper-button-next {
  background: none;
}
div.swiper-5 .swiper-button-next:before {
  position: absolute;
  content: "\f138";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  color: #fff;
  margin-top: 10px;
}

/* blog pages */
.blog-img {
}
.blog-img img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
.blog-text {
  padding: 25px 0px;
}
.blog-text h4 {
  font-weight: 600;
  color: #f00003;
}
.blog-text p {
  color: #000;
}
.blog-text a {
  text-transform: capitalize;
  color: #f00003;
  /* border-bottom: 2px solid; */
  padding: 10px;
  background: #7777771c;
  border: 4px;
}
.all-blog-details {
}
.all-blog-details img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.all-blog-details h3 {
  color: #f00003;
  font-weight: 600;
  padding: 42px 0px 5px 0px;
}
.all-blog-details p {
  padding-bottom: 12px;
  text-align: justify;
  color: #000;
}
.blog-widget-title {
  position: relative;
  font-size: 28px;
  font-weight: 600;
  color: var(--text-primary);
  font-family: var(--font-merriw);
  display: inline-block;
  padding-bottom: 12px;
  /* margin-bottom: 30px; */
}
.blog-widget-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 70px;
  background: linear-gradient(
    90.04deg,
    var(--primary-color1) 0%,
    rgba(30, 204, 209, 0) 99.27%
  );
  border-radius: 30px;
  height: 2px;
}
.blog-widget .trending-post-list li {
  margin-bottom: 30px;
}
.blog-widget .trending-post-list .trending-post-single {
  display: flex;
  flex-direction: row;
  justify-content: start;
  gap: 15px;
  align-items: center;
}
.package-image.side img {
  width: 140px;
}
.blog-widget .trending-post-list .trending-post-single .post-content h6 a {
  font-size: 16px;
  font-weight: 600;
  color: var(--text-primary);
  font-family: var(--font-merriw);
  line-height: 1.55;
  transition: all 0.45s ease;
}
.post-content.side p {
  margin-top: -7px;
  color: #ababab;
}
.blog-widget {
  position: sticky;
  top: 14%;
}
/* blog pages */

@media (max-width: 575px) {
  .bannert-section {
    height: 300px;
  }
}

/* stopping-section */
.stopping-section {
}
.stoppign {
  position: relative;
  text-align: center;
  border: 1px solid #03a9f4;
  width: 100%;
  height: 190px;
  padding: 37px 0px;
}
.stoppign svg {
  transition: all 0.5s ease-out;
}
.stoppign:hover svg {
  transform: scale(1.3);
  transition: all 0.5s ease-out;
}
.stoppign h5 {
  color: #03a9f4;
  font-weight: 900;
  padding-top: 25px;
  transition: all 0.5s ease-out;
}
.stoppign:hover h5 {
  transition: all 0.5s ease-out;
  color: #fff;
}
.stoppign:before {
  content: "";
  display: block;
  position: absolute;
  height: 0%;
  width: 100%;
  bottom: 0;
  transition: height 0.5s ease-out;
  background: linear-gradient(to bottom, transparent 0%, #03a9f4 100%);
}
.stoppign:hover:before {
  height: 100%;
  z-index: -1;
}
/* stopping-section */

.businesscontent {
  text-align: center;
}
.businesscontent h3 {
  font-weight: 600;
  color: #fa183d;
  padding-bottom: 13px;
  text-transform: capitalize;
}
.businesscontent p {
}

.business-box {
  height: 380px;
  text-align: center;
  border: 1px solid #03a9f4;
  padding: 32px 15px;
  border-radius: 3px;
  box-shadow: 11px 11px 1px #03a9f4;
  transition: all 0.4s ease-out;
}
.business-box:hover {
  color: #fff;
  background: #03a9f4;
  transition: all 0.4s ease-out;
  box-shadow: 0px 0px 0px #03a9f4;
}
.business-box svg {
}
.business-box h5 {
  font-weight: 600;
  color: #fa183d;
  padding: 14px 0px;
  transition: all 0.4s ease-out;
  margin-bottom: 0;
  text-transform: capitalize;
}
.business-box:hover h5 {
  color: #fff;
  transition: all 0.4s ease-out;
}
.business-box p {
}

.business-box svg {
  position: relative;
}
.business-box svg {
  animation: compti 1s infinite linear;
  position: relative;
}

@keyframes compti {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  60% {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

.work-heading {
}
.work-heading h4 {
  font-weight: 600;
  text-align: center;
  color: #fa183d;
  text-transform: capitalize;
}
.work-heading p {
}
.work-heading a {
  width: 210px;
  background-color: #03a9f4;
  color: #fff;
  padding: 16px;
  justify-content: center;
  text-align: center;
  display: flex;
  margin: 0 auto;
  /* border-radius: 3px; */
  outline: 1px solid #03a9f4;
  outline-offset: 4px;
}

/* form */
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-bottom: 2px solid #03a9f4;
  /* border-color: transparent; */
  outline: 0;
  box-shadow: none;
}
.form-control {
  border: none;
  border-radius: 0;
  border-bottom: 2px solid #00000052;
  color: #000000b3;
}
.form-input h3 {
  color: #03a9f4;
  font-weight: 600;
  padding-bottom: 19px;
}
.form-input a {
  border: 1px solid #03a9f4;
  color: #03a9f4;
  padding: 13px 40px;
  line-height: 70px;
  transition: all 0.4s ease-out;
}
.form-input a:hover {
  background: #03a9f4;
  color: #fff;
  transition: all 0.4s ease-out;
}
.form img {
  width: 100%;
  height: auto;
}
/* .mainthrive {
  background: #03a9f4;
  box-shadow: none;
  color: #fff;
}
.mainthrive h5 {
  color: #fff;
} */
/* form */

.life-coaching img {
  width: 100%;
  height: auto;
}
.wrapper h5 {
  font-size: 20px;
  text-transform: capitalize;
  padding-top: 20px;
}

.wrapper {
}

.wrapper a {
  display: block;
  width: 100%;
  padding: 48px 0px;
  height: 220px;
  background: #03a9f4;
  text-align: center;
  position: relative;
  text-decoration: none;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  /* text-transform: lowercase; */
  /* letter-spacing: 2px; */
}

.wrapper a:before,
.wrapper a:after {
  position: absolute;
  content: "";
  transition: all 0.25s;
}

.wrapper a:before {
  border-bottom: 2px solid #fa183d;
  border-left: 2px solid #fa183d;
  width: 10%;
  height: 33%;
  left: -10px;
  bottom: -10px;
}

.wrapper a:after {
  border-top: 2px solid #fa183d;
  border-right: 2px solid #fa183d;
  width: 10%;
  height: 33%;
  top: -10px;
  right: -10px;
}

.wrapper a:hover:before {
  width: 106%;
  height: 109%;
}
.wrapper a:hover:after {
  width: 106%;
  height: 109%;
}
/* 
.wrapper svg {
  position: relative;
} */
.wrapper:hover svg {
  animation: compti 1s infinite linear;
  position: relative;
}

@keyframes compti {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  60% {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

.life-headign p {
  text-align: justify;
}

.benefits-bottom {
  text-align: center;
}
.benefits-bottom h4 {
  color: #fa183d;
}
.benefits-bottom p {
}
.benefits-bottom {
}
.benefits-bottom a {
  width: 200px;
  background-color: #03a9f4;
  color: #fff;
  padding: 16px;
  justify-content: center;
  text-align: center;
  display: flex;
  margin: 0 auto;
  /* border-radius: 3px; */
  outline: 1px solid #03a9f4;
  outline-offset: 4px;
}

.work-heading {
  text-align: center;
}

.mainthrive {
  height: 257px;
  text-align: center;
  border: 1px solid #03a9f4;
  padding: 50px 15px;
  border-radius: 3px;
  box-shadow: 11px 11px 1px #03a9f4;
  transition: all 0.4s ease-out;
}

.testimonial-info .five-star svg {
  text-align: center;
}

/*  */
.sticky-icon {
  z-index: 999;
  position: fixed;
  top: 40%;
  left: -19%;
  width: 220px;
  display: flex;
  flex-direction: column;
  z-index: 99999999;
}

.sticky-icon a {
  transform: translate(100px, 0px);
  border-radius: 0px 50px 50px 0px;
  text-align: right;
  margin: 5px 0;
  text-decoration: none;
  padding: 5px;
  font-size: 18px;
  font-family: "Oswald", sans-serif;
  transition: all 0.8s;
}
.Facebook {
  background-color: #19b931;
  color: #fff;
}
.sticky-icon a:hover {
  color: #fff;
  transform: translate(240px, 0px);
}
.sticky-icon a i {
  background-color: #fff;
  height: 40px;
  width: 40px;
  color: #000;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  transition: all 0.5s;
}

.sticky-icon a i {
  margin-left: 10px;
}
.sticky-icon a.contact {
  background: #366ad8;
  color: #fff;
}
.sticky-icon a.email {
  background: #e44033;
  color: #fff;
}
.sticky-icon a:hover i {
  transform: rotate(360deg);
}
