/**
* Template Name: Tempo
* Template URL: https://bootstrapmade.com/tempo-free-onepage-bootstrap-theme/
* Updated: Mar 17 2024 with Bootstrap v5.3.3
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
   -webkit-user-select: none; /* Chrome, Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Opera */
}

@font-face {
  font-family: Poppins;
  src: url(../font/Poppins-Regular.ttf);
}

@font-face {
  font-family: Philosopher;
  src: url(../font/Philosopher-Regular.ttf);
}

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

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

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

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

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

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

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

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 20px 0;
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#header .logo a {
  color: #fff;
}

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

#header.header-scrolled,
#header.header-inner-pages {
  background: rgba(255, 255, 255, 0.981);
  padding: 12px 0;
}

.header-scrolled a.nav-link.scrollto {
  color: #000 !important;
}

/*--------------------------------------------------------------
# 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>ul>li {
  white-space: nowrap;
  padding: 10px 0 10px 24px;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-size: 15px;
  padding: 0 4px;
  white-space: nowrap;
  transition: 0.3s;
  letter-spacing: 0.4px;
  position: relative;
}

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

.navbar>ul>li>a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -6px;
  left: 0;
  background-color: #e43c5c;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}

.navbar a:hover:before,
.navbar li:hover>a:before,
.navbar .active:before {
  visibility: visible;
  transform: scaleX(1);
}

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

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 24px;
  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;
}

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

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  color: #493c3e;
}

.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: #e43c5c;
}

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

.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: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

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

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(45, 37, 38, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.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;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile>ul>li {
  padding: 0;
}

.navbar-mobile a:hover:before,
.navbar-mobile li:hover>a:before,
.navbar-mobile .active:before {
  visibility: hidden;
}

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

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

.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: #e43c5c;
}

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

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

#hero:before {
  content: "";
  background: rgb(0 0 0 / 16%);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

#hero .hero-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 15px;
  z-index: 2;
}

.slides {
  position: absolute;
  width: 100%;
  height: 100%;
}

.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.slide.active {
  opacity: 1;
}

.slide-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.slide:before {
  content: "";
  background: rgb(0 0 0 / 26%) !important;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.slide-content {
  position: relative;
  z-index: 2;
  margin-top: 15em;
  display: grid;
  place-items: center;
}

#hero h3 {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 22px;
  padding: 10px 30px;
  margin-bottom: 18px;
  border-radius: 50px;
  font-family: 'Poppins';
}

.icon-box.mb-3.p-2 h3 {
  font-family: 'Philosopher';
  font-size: 23px;
  font-weight: 600;
}

.icon-box.mb-3.p-2 p {
    font-size: 14px;
    font-family: 'Poppins';
    line-height: 1.7;
    text-align: justify;
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  color: #fff;
  font-family: "Philosopher";
  text-shadow: 3px 2px 1px #00000051;
}

#hero h2 {
  color: #eee;
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 300;
  font-family: 'Poppins';
}

#hero .btn-get-started {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 30px 9px 30px;
  border-radius: 50px;
  transition: 0.5s;
  border: 2px solid #fff;
  color: #fff;
}

#hero .btn-get-started:hover {
  background: #e43c5c;
  border: 2px solid #e43c5c;
}

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

@media (max-width: 768px) {
    
.col-lg-4.col-md-6.footer-contact h3 {
    font-size: 21px !important;
}

.icon-box.mb-3.p-2 h3 {
    font-family: 'Philosopher';
    font-size: 17px;
    font-weight: 600;
}

  i.bi.mobile-nav-toggle.bi-list {
    color: #000 !important;
}

  #header .logo img {
    max-height: 50px;
    max-width: 80% !important;
}

  #hero h3 {
    font-size: 16px;
  }

  #hero h1 {
    font-size: 25px;
    line-height: 29px;
}

#hero h2 {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 30px;
}
  .slide-content {
    position: relative;
    z-index: 2;
    margin-top: 19em !important;
    display: grid;
    place-items: center;
}

p.desc-about {
    padding: 0px 1em !important;
    font-family: 'Poppins';
    font-size: 17px;
}

.desc-about.pb-3 {
  font-family: 'Poppins';
  margin-top: -8px;
  margin-bottom: 10px;
}

.cta p {
    color: #fff;
    font-size: 20px;
    padding: 0 1em !important;
    font-family: 'Poppins';
}

.breadcrumbs {
  margin-top: 0px !important;
}

.blog .entry .entry-title a {
color: #493c3e;
transition: 0.3s;
font-size: 20px !important;
}

.blog .entry .entry-content blockquote p {
color: #444444;
line-height: 1.6;
margin-bottom: 0;
font-style: italic;
font-weight: 500;
font-size: 17px !important;
}

.blog .entry .entry-content blockquote {
overflow: hidden;
background-color: #fafafa;
padding: 25px !important;
position: relative;
text-align: center;
margin: 20px 0;
}

.blog .entry .entry-content h3 {
font-size: 20px !important;
margin-top: 30px;
font-weight: bold;
}

.blog .entry .entry-content p {
line-height: 24px;
font-family: 'Poppins';
font-size: 13px !important;
text-align: justify;
}

.blog .sidebar .categories ul a {
color: #493c3e;
transition: 0.3s;
font-family: 'Poppins';
font-size: 13px !important;
}

.col-lg-3.col-md-6.footer-contact h3 {
color: #fff;
font-family: 'Philosopher';
font-size: 20px !important;
}

#footer .footer-top .footer-contact p {
font-size: 14px !important;
line-height: 21px;
margin-bottom: 0;
font-family: 'POPPINS';
color: #b8b8b8;
}

.blog-one__content p {
  font-size: 14px !important;
}

#footer .footer-newsletter {
font-size: 13px !important;
font-family: 'Poppins';
color: #b8b8b8;
}

#footer .footer-top .footer-links ul a {
color: #b8b8b8;
transition: 0.3s;
display: inline-block;
font-family: 'Poppins';
font-size: 14px !important;
line-height: 1;
}

.section-title h3 {
  margin: 15px 0 0 0;
  font-size: 21px !important;
  font-weight: 700;
  font-family: 'Philosopher';
}

.section-title {
  text-align: center;
  padding-bottom: 12px;
}


p.desc-about {
  padding: 0px 6em;
  font-family: 'Poppins';
  font-size: 13px !important;
}

.section-title p {
  margin: 8px auto 0 auto;
  font-weight: 200;
  font-family: 'Poppins';
  font-size: 13px !important;
}

.services .description {
  font-size: 15px !important;
  line-height: 28px;
  margin-bottom: 0;
  font-family: 'Poppins';
}


p.description.program {
  font-family: 'Poppins';
  font-size: 13px;
}

.cta p {
  color: #fff;
  font-size: 14px !important;
  padding: 0 10em;
  font-family: 'Poppins';
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 20px !important;
  font-weight: 600;
  margin-bottom: 5px;
  color: #493c3e;
  font-family: 'Philosopher';
}

}

@media (max-height: 500px) {
  #hero {
    height: 150vh ;
  }
}

.nav-buttons {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}

.nav-button {
  background: rgb(0 0 0 / 0%);
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
}

img.img-fluid.rounded.about.service {
  background: #fff;
  padding: 10px;
}

.indicators {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
}

.indicator {
  background: rgba(255, 255, 255, 0.5);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
}

section#program {
  background: #f7f7f7;
}

.indicator.active {
  background: #ff7e5f;
}

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

.section-bg {
  background-color: white;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

p.desc-about {
  padding: 0px 6em;
  font-family: 'Poppins';
  font-size: 17px;
}

section#about {
  background: url(../img/about.jpg) center center;
    background-size: cover;
    padding: 100px 0;
}

.section-title h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 8px 20px;
  line-height: 1;
  margin: 0;
  background: #fdeff2;
  color: #e43c5c;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 50px;
  font-family: 'Poppins';
}

.section-title h3 {
  margin: 15px 0 0 0;
    font-size: 32px;
    font-weight: 700;
    font-family: 'Philosopher';
}

.section-title h3 span {
  color: #e43c5c;
}

.section-title p {
  margin: 8px auto 0 auto;
  font-weight: 200;
  font-family: 'Poppins';
}

@media (min-width: 1024px) {
  .section-title p {
    width: 50%;
  }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/

.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-left: 28px;
  position: relative;
}

.about .content ul li+li {
  margin-top: 10px;
}

.about .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #e43c5c;
  line-height: 1;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .content .btn-learn-more {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.3s;
  line-height: 1;
  color: #e43c5c;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #e43c5c;
}

.about .content .btn-learn-more:hover {
  background: #e43c5c;
  color: #fff;
  text-decoration: none;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services {
  padding-bottom: 30px;
}

.services .icon-box {
  padding: 60px 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 2px 0 35px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
  text-align: center;
}

.services .icon-box:hover .title, .services .icon-box:hover .description {
    color: #fff !important;
}

.services .icon-box:hover {
    color: #fff !important;
}

.services .icon-box::before {
  content: "";
  position: absolute;
  background: #fdeff2;
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  transition: all 0.4s;
  z-index: -1;
}

.services .icon-box:hover::before {
  background: #e43c5c;
  top: 0;
  border-radius: 0px;
}

.services .icon {
  margin-bottom: 15px;
  width: 100%;
}

.services .icon i {
  font-size: 48px;
  line-height: 1;
  color: #e43c5c;
  transition: all 0.3s ease-in-out;
}

.services .title {
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 3em;
  font-family: 'Philosopher';
  font-size: 22px;
}

.services .title a {
  color: #111;
}

.services .description {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 0;
  font-family: 'Poppins';
}

.services .icon-box:hover .title a,
.services .icon-box:hover .description {
  color: #fff;
}

.services .icon-box:hover .icon i {
  color: #fff;
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features {
  padding-top: 20px;
}

.features .icon-box {
  display: flex;
  align-items: center;
  padding: 20px;
  transition: ease-in-out 0.3s;
  box-shadow: 2px 0 35px 0 rgba(68, 88, 144, 0.12);
}

.features .icon-box i {
  font-size: 32px;
  padding-right: 10px;
  line-height: 1;
}

.features .icon-box h3 {
  font-weight: 700;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 16px;
}

.features .icon-box h3 a {
  color: #493c3e;
  transition: ease-in-out 0.3s;
}

.features .icon-box:hover a {
  color: #e43c5c;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: linear-gradient(rgba(2, 2, 2, 0.5), rgba(0, 0, 0, 0.8)), url("../img/cta-bg.jpg") center center;
  background-size: cover;
  padding: 100px 0;
}

.cta h3 {
  color: #fff;
  font-size: 33px;
  font-weight: 700;
  font-family: 'Philosopher';
}

.cta p {
  color: #fff;
  font-size: 20px;
  padding: 0 10em;
  font-family: 'Poppins';
}

.cta .cta-btn {
  font-family: "Nunito", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.cta .cta-btn:hover {
  background: #e43c5c;
  border: 2px solid #e43c5c;
}

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

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

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 7px 17px 9px 17px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #444444;
  margin: 0 3px 10px 3px;
  transition: all ease-in-out 0.3s;
  background: #ede9e9;
  border-radius: 50px;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: #e43c5c;
}

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

.portfolio .portfolio-item {
  margin-bottom: 30px;
  overflow: hidden;
}

.portfolio .portfolio-item img {
  position: relative;
  top: 0;
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: -50px;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: #e43c5c;
  padding: 15px 20px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-item .portfolio-info p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 50px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: white;
  transition: ease-in-out 0.3s;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #f7c2cc;
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 15px;
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 0;
}

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

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

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

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

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

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(73, 60, 62, 0.08);
}

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

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

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

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

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

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

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 20px;
  background: #f9f9f9;
  text-align: center;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  border: 2px solid #f9f9f9;
}

.pricing .box h3 {
  font-weight: 400;
  padding: 15px;
  margin-top: 15px;
  font-size: 20px;
  font-weight: 600;
  color: #493c3e;
}

.pricing .box h4 {
  font-size: 42px;
  color: #e43c5c;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 20px;
}

.pricing .box h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing .box h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}

.pricing .box ul {
  padding: 0;
  list-style: none;
  color: #493c3e;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.pricing .box ul li {
  padding-bottom: 16px;
}

.pricing .box ul i {
  color: #e43c5c;
  font-size: 18px;
  padding-right: 4px;
}

.pricing .box ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.pricing .box .btn-wrap {
  padding: 15px;
  text-align: center;
}

.pricing .box .btn-buy {
  display: inline-block;
  padding: 8px 40px 10px 40px;
  border-radius: 50px;
  border: 2px solid #e43c5c;
  color: #e43c5c;
  font-size: 14px;
  font-weight: 400;
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  transition: 0.3s;
}

.pricing .box .btn-buy:hover {
  background: #e43c5c;
  color: #fff;
}

.pricing .recommended {
  border-color: #e43c5c;
}

.pricing .recommended .btn-buy {
  background: #e43c5c;
  color: #fff;
}

.pricing .recommended .btn-buy:hover {
  background: #d91e42;
  border-color: #d91e42;
}

.pricing .recommended-badge {
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  font-size: 13px;
  padding: 3px 25px 6px 25px;
  background: #fce6ea;
  color: #e43c5c;
  border-radius: 50px;
}

/*--------------------------------------------------------------
# F.A.Q
--------------------------------------------------------------*/
.faq {
  padding: 60px 0;
}

.faq .faq-list {
  padding: 0;
  list-style: none;
}

.faq .faq-list li {
  border-bottom: 1px solid #f1eeef;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.faq .faq-list .question {
  display: block;
  position: relative;
  font-family: #e43c5c;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  padding-left: 25px;
  cursor: pointer;
  color: #d01d3f;
  transition: 0.3s;
}

.faq .faq-list i {
  font-size: 16px;
  position: absolute;
  left: 0;
  top: -2px;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 25px;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list .collapsed {
  color: black;
}

.faq .faq-list .collapsed:hover {
  color: #e43c5c;
}

.faq .faq-list .collapsed .icon-show {
  display: inline-block;
  transition: 0.6s;
}

.faq .faq-list .collapsed .icon-close {
  display: none;
  transition: 0.6s;
}

@media (min-width: 1280px) {
  .faq .container {
    padding: 0 120px;
  }
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  background: #fff;
  padding: 60px 0;
}

.team .member {
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

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

.team .member .social {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 40px;
  opacity: 0;
  transition: ease-in-out 0.3s;
  background: rgba(255, 255, 255, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
}

.team .member .social a {
  transition: color 0.3s;
  color: #493c3e;
  margin: 0 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.team .member .social a i {
  line-height: 0;
}

.team .member .social a:hover {
  color: #e43c5c;
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

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

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #493c3e;
}

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

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}

.team .member:hover .social {
  opacity: 1;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  width: 100%;
  background: #fff;
}

section#contact {
  background: #f7f7f7;
}

.contact .info {
  width: 100%;
  background: #f7f7f7;
}

.contact .php-email-form {
  width: 100%;
  background: #f7f7f7 !important;
}

.contact .info i {
  font-size: 20px;
  color: #e43c5c;
  float: left;
  width: 44px;
  height: 44px;
  background: #fdeff2;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #493c3e;
  font-family: 'Philosopher';
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 13px;
  font-family: 'Poppins';
  color: #816a6e;
}

.contact .info .email,
.contact .info .phone {
  margin-top: 40px;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  background: #e43c5c;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  background: #fff;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

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

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

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

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

.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;
}

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

.contact .php-email-form input {
  height: 44px;
}

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

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

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

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

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

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 120px 0;
  background: linear-gradient(rgb(0 0 0 / 25%), rgb(0 0 0 / 29%)), url(../img/blog.jpg) center center no-repeat;
  background-size: cover;
}

.breadcrumbs.about {
  padding: 120px 0;
  background: linear-gradient(rgb(0 0 0 / 25%), rgb(0 0 0 / 29%)), url(../img/about2.jpg) center center no-repeat;
  background-size: cover;
}

@media (max-width: 992px) {
  .blog-one__content p {
    font-size: 14px !important;
} 
  .breadcrumbs {
    margin-top: 0px;
  }

  p.desc-about {
    padding: 0px 0em !important;
    font-family: 'Poppins';
    font-size: 17px;
}

.section-title {
  text-align: center;
  padding-bottom: 0px !important;
}

.section-title h3 {
  margin: 15px 0 0 0;
  font-size: 23px !important;
  font-weight: 700;
  font-family: 'Philosopher';
  padding-bottom: 1em;
}

  p.desc-about {
      padding: 0px 0em !important;
      font-family: 'Poppins';
      font-size: 15px;
  }


.section-title p {
  margin: 8px auto 40px auto;
  font-weight: 200;
  font-family: 'Poppins';
  font-size: 15px !important;
}

.services .description {
  font-size: 14px !important;
  line-height: 28px;
  margin-bottom: 0;
  font-family: 'Poppins';
}

.cta p {
  color: #fff;
  font-size: 17px;
  padding: 0 0em !important;
  font-family: 'Poppins';
}

.mobile-nav-toggle {
  color: #000 !important;
}

.slide-content {
  position: relative;
  z-index: 2;
  margin-top: 28em;
  display: grid;
  place-items: center;
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 23px;
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase;
  color: #fff;
  font-family: "Philosopher";
  text-shadow: 3px 2px 1px #00000051;
}

.blog .sidebar {
  padding: 30px;
  margin: 0 0 60px 0px !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .entry .entry-content blockquote {
  padding: 45px !important;
}

.blog .entry .entry-content blockquote p {
  font-size: 16px !important;
}

}

.breadcrumbs h2 {
  font-size: 31px;
  font-weight: 600;
  color: #fff;
  font-family: 'Philosopher';
}

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

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

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

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog {
  padding: 40px 0 20px 0;
}

.blog .entry {
  padding: 30px;
  margin-bottom: 60px;
}

.blog .entry .entry-img {
  max-height: 440px;
  margin: -30px -30px 20px -30px;
  overflow: hidden;
}

.blog .entry .entry-title {
  font-size: 28px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 20px 0;
  font-family: 'Philosopher';
}

.blog .entry .entry-title a {
  color: #493c3e;
  transition: 0.3s;
}

.blog .entry .entry-title a:hover {
  color: #e43c5c;
}

.blog .entry .entry-meta {
  margin-bottom: 15px;
  color: #b1a0a3;
}

.blog .entry .entry-meta ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}

.blog .entry .entry-meta ul li+li {
  padding-left: 20px;
}

.blog .entry .entry-meta i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
}

.blog .entry .entry-meta a {
  color: #777777;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}

.blog .entry .entry-content p {
  line-height: 24px;
  font-family: 'Poppins';
  font-size: 15px;
  text-align: justify;
}

.blog .entry .entry-content .read-more {
  -moz-text-align-last: right;
  text-align-last: right;
}

.blog .entry .entry-content .read-more a {
  display: inline-block;
  background: #e43c5c;
  color: #fff;
  padding: 6px 20px;
  transition: 0.3s;
  font-size: 14px;
  border-radius: 4px;
}

.blog .entry .entry-content .read-more a:hover {
  background: #e7526f;
}

.blog .entry .entry-content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
  font-family: 'Philosopher';
}

.blog .entry .entry-content blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.blog .entry .entry-content blockquote p {
  color: #444444;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.blog .entry .entry-content blockquote::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #493c3e;
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog .entry .entry-footer {
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.blog .entry .entry-footer i {
  color: #9a8487;
  display: inline;
}

.blog .entry .entry-footer a {
  color: #57484a;
  transition: 0.3s;
  margin-left: 5px;
}

.blog .entry .entry-footer a:hover {
  color: #e43c5c;
}

.blog .entry .entry-footer .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.blog .entry .entry-footer .cats li {
  display: inline-block;
}

.blog .entry .entry-footer .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
  margin-right: 14px;
}

.blog .entry .entry-footer .tags li {
  display: inline-block;
}

.blog .entry .entry-footer .tags li+li::before {
  padding-right: 6px;
  color: #6c757d;
  content: ",";
}

.blog .entry .entry-footer .share {
  font-size: 16px;
}

.blog .entry .entry-footer .share i {
  padding-left: 5px;
}

.blog .entry-single {
  margin-bottom: 30px;
}

.blog .blog-author {
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-author img {
  width: 120px;
  margin-right: 20px;
}

.blog .blog-author h4 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 0;
  color: #493c3e;
}

.blog .blog-author .social-links {
  margin: 0 10px 10px 0;
}

.blog .blog-author .social-links a {
  color: rgba(73, 60, 62, 0.5);
  margin-right: 5px;
}

.blog .blog-author p {
  font-style: italic;
  color: #b7b7b7;
}

.blog .blog-comments {
  margin-bottom: 30px;
}

.blog .blog-comments .comments-count {
  font-weight: bold;
}

.blog .blog-comments .comment {
  margin-top: 30px;
  position: relative;
}

.blog .blog-comments .comment .comment-img {
  margin-right: 14px;
}

.blog .blog-comments .comment .comment-img img {
  width: 60px;
}

.blog .blog-comments .comment h5 {
  font-size: 16px;
  margin-bottom: 2px;
}

.blog .blog-comments .comment h5 a {
  font-weight: bold;
  color: #444444;
  transition: 0.3s;
}

.blog .blog-comments .comment h5 a:hover {
  color: #e43c5c;
}

.blog .blog-comments .comment h5 .reply {
  padding-left: 10px;
  color: #493c3e;
}

.blog .blog-comments .comment h5 .reply i {
  font-size: 20px;
}

.blog .blog-comments .comment time {
  display: block;
  font-size: 14px;
  color: #655356;
  margin-bottom: 5px;
}

.blog .blog-comments .comment.comment-reply {
  padding-left: 40px;
}

.blog .blog-comments .reply-form {
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-comments .reply-form h4 {
  font-weight: bold;
  font-size: 22px;
}

.blog .blog-comments .reply-form p {
  font-size: 14px;
}

.blog .blog-comments .reply-form input {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .blog-comments .reply-form input:focus {
  box-shadow: none;
  border-color: #f096a7;
}

.blog .blog-comments .reply-form textarea {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .blog-comments .reply-form textarea:focus {
  box-shadow: none;
  border-color: #f096a7;
}

.blog .blog-comments .reply-form .form-group {
  margin-bottom: 25px;
}

.blog .blog-comments .reply-form .btn-primary {
  border-radius: 4px;
  padding: 10px 20px;
  border: 0;
  background-color: #493c3e;
}

.blog .blog-comments .reply-form .btn-primary:hover {
  background-color: #57484a;
}

.blog .blog-pagination {
  color: #816a6e;
}

.blog .blog-pagination ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog .blog-pagination li {
  margin: 0 5px;
  transition: 0.3s;
}

.blog .blog-pagination li a {
  color: #493c3e;
  padding: 7px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog .blog-pagination li.active,
.blog .blog-pagination li:hover {
  background: #e43c5c;
}

.blog .blog-pagination li.active a,
.blog .blog-pagination li:hover a {
  color: #fff;
}

.blog .sidebar {
  padding: 30px;
  margin: 0 0 60px 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 0 0;
  margin: 0 0 15px 0;
  color: #493c3e;
  position: relative;
  font-family: 'Philosopher';
}

.blog .sidebar .sidebar-item {
  margin-bottom: 30px;
}

.blog .sidebar .search-form form {
  background: #fff;
  border: 1px solid #ddd;
  padding: 3px 10px;
  position: relative;
}

.blog .sidebar .search-form form input[type=text] {
  border: 0;
  padding: 4px;
  border-radius: 4px;
  width: calc(100% - 40px);
}

.blog .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  background: #e43c5c;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  line-height: 0;
}

.blog .sidebar .search-form form button i {
  line-height: 0;
}

.blog .sidebar .search-form form button:hover {
  background: #e64e6b;
}

.blog .sidebar .categories ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .categories ul li+li {
  padding-top: 10px;
}

.blog .sidebar .categories ul a {
  color: #493c3e;
  transition: 0.3s;
  font-family: 'Poppins';
  font-size: 15px;
}

.blog .sidebar .categories ul a:hover {
  color: #e43c5c;
}

.blog .sidebar .categories ul a span {
  padding-left: 5px;
  color: #aaaaaa;
  font-size: 14px;
}

.blog .sidebar .recent-posts .post-item+.post-item {
  margin-top: 15px;
}

.blog .sidebar .recent-posts img {
  width: 80px;
  float: left;
}

.blog .sidebar .recent-posts h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
}

.blog .sidebar .recent-posts h4 a {
  color: #493c3e;
  transition: 0.3s;
  font-family: 'Philosopher';
}

.blog .sidebar .recent-posts h4 a:hover {
  color: #e43c5c;
}

.blog .sidebar .recent-posts time {
  display: block;
  margin-left: 95px;
  font-style: italic;
  font-size: 14px;
  color: #aaaaaa;
  font-family: 'Poppins';
}

.blog .sidebar .tags {
  margin-bottom: -10px;
}

.blog .sidebar .tags ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .tags ul li {
  display: inline-block;
}

.blog .sidebar .tags ul a {
  color: #8e767a;
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid #f6f4f4;
  display: inline-block;
  transition: 0.3s;
}

.blog .sidebar .tags ul a:hover {
  color: #fff;
  border: 1px solid #e43c5c;
  background: #e43c5c;
}

.blog .sidebar .tags ul a span {
  padding-left: 5px;
  color: #dfd8d9;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #444444;
  font-size: 14px;
  background: #262626;;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #fff;
}

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

#footer .footer-top .footer-contact h4 {
  font-size: 22px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-contact p {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: 'POPPINS';
  color: #b8b8b8;
}

.col-lg-2.col-md-6.footer-links h4 {
  color: #fff !important;
  font-family: 'Philosopher';
  font-size: 21px !important;
  font-weight: 300 !important;
}

.col-lg-3.col-md-6.footer-links h4 {
  color: #fff !important;
  font-family: 'Philosopher';
  font-size: 21px !important;
  font-weight: 300 !important;
}

.col-lg-4.col-md-6.footer-newsletter h4 {
  color: #fff !important;
  font-family: 'Philosopher';
  font-size: 21px !important;
  font-weight: 300 !important;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #444444;
  position: relative;
  padding-bottom: 12px;
}

#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: #ea6981;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 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: #b8b8b8;
  transition: 0.3s;
  display: inline-block;
  font-family: 'Poppins';
  font-size: 15px;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #e43c5c;
}

#footer .footer-newsletter {
  font-size: 15px;
  font-family: 'Poppins';
  color: #b8b8b8;
}

#footer .footer-newsletter h4 {
  font-size: 16px;
  font-weight: bold;
  color: #444444;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  text-align: left;
  border: 1px solid #f7c2cc;
}

#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 15px;
  padding: 0 22px;
  background: #e43c5c;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type=submit]:hover {
  background: #d01d3f;
}

#footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: #444444;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #e43c5c;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #d01d3f;
  color: #fff;
  text-decoration: none;
}

.copyright {
  color: #959595;
}

.col-lg-4.col-md-6.footer-contact h3 {
    color: #fff !important;
    font-family: 'Philosopher' !important;
    font-size: 25px;
}

/* programs */
.programs img.img-fluid.rounded.about {
  box-shadow: 17px 17px #b8b8b82b;
}

h4.title.program {
  font-family: 'Philosopher';
  font-weight: 600;
}

p.description.program {
  font-family: 'Poppins';
  font-size: 15px;
}

/* 404 */

.page-header {
  background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/404.jpeg) center center no-repeat;
  background-size: cover;
}


/* program image box */
.image-box {
  position: relative;
  display: block;
}

.image-box .shape .shape-1 {
  position: absolute;
  left: -100px;
  bottom: 197px;
  width: 197px;
  height: 197px;
  border: 47px solid rgb(174 23 23 / 20%);
  border-radius: 50%;
  -webkit-animation: zoom-fade 5s infinite linear;
  animation: zoom-fade 5s infinite linear;
}

.image-box .shape .shape-2 {
    position: absolute;
    left: 23em;
    top: -2px !important;
    width: 190px;
    height: 190px;
    background-repeat: no-repeat;
}

.image-box .shape .shape-3 {
  position: absolute;
  right: -40px;
  bottom: 180px;
  width: 130px;
  height: 110px;
  background-repeat: no-repeat;
}

.image-box .column:first-child {
  padding-top: 30px;
}

.image-box .image {
    position: relative;
    display: block;
    height: 85%;
    overflow: hidden;
    box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.2);
}

.image-box .image::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, .2);
  border-radius: 0%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}

.image-box .image img {
  width: 100%;
}


@keyframes zoom-fade {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

/* new blog */

.row.portfolio-container.mt-4 {
  position: relative;
  height: unset !important;
}


.blog-one {
	padding-top: 110px;
	padding-bottom: 120px;
}

.blog-one__top {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	        justify-content: space-between;
	margin-bottom: 55px;
}

.blog-one__single {
	margin-bottom: 30px;
}

.blog-one__image {
    position: relative;
    overflow: hidden;
    background-color: #000;
}

.blog-one__image::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgba(255, 255, 255,.2);
  border-radius: 0%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}

.blog-one__single:hover .blog-one__image::before {
  -webkit-animation: circle .95s;
  animation: circle .95s;
}

.blog-one__image>img {
	width: 100%;
	-webkit-transform: scale(1);
	        transform: scale(1);
	opacity: 1;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.blog-one__single:hover .blog-one__image>img {
	opacity: 0.5;
	-webkit-transform: scale(1.05);
	        transform: scale(1.05);
}

.blog-one__date {
  display: inline-block;
  vertical-align: middle;
  color: #252930;
  line-height: 45px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #ffffff;
  position: absolute;
  top: 40px;
  left: 40px;
  text-transform: uppercase;
  font-family: 'Poppins';
  font-size: 14px;
}

.blog-one__date i {
	color: #e43c5c;
	margin-right: 4px;
}

.blog-one__content {
	position: relative;
	padding-top: 40px;
	padding-bottom: 45px;
	padding-left: 40px;
	padding-right: 40px;
	box-shadow: 0px 20px 50px 0px rgba(33, 37, 43, 0.1);
}

.blog-one__content::before {
	content: "";
	width: 2px;
	height: 40px;
	background-color: #ea6981;
	position: absolute;
	top: -20px;
	right: 40px;
	z-index: 10;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.blog-one__single:hover .blog-one__content::before {
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.blog-one__meta {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin: 0;
    margin-bottom: 5px;
    border-bottom: 1px solid  #f3f3f3;
    padding-bottom: 15px;
}

.blog-one__meta li {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	color: var(--thm-base);
	text-transform: uppercase;
	font-size: 16px;
}

.blog-one__meta li a, .blog-one__meta li {
  color: #484848;
  font-size: 13px;
  font-family: 'Poppins';
}

.blog-one__meta li+li:before {
	content: "|";
	margin-left: 14px;
	margin-right: 14px;
}

.blog-one__content h3 {
	margin: 0;
	font-size: 20px;
	line-height: 34px;
	color: var(--thm-black);
	margin-bottom: 15px;
}

.blog-one__content h3 a {
  color: inherit;
  -webkit-transition: 500ms;
  transition: 500ms;
  font-weight: 600;
  font-family: 'Philosopher';
}

.blog-one__content h3 a:hover {
	color: var(--thm-base);
}

.blog-one__content p {
  margin: 0;
  font-size: 15px;
  line-height: 28px;
  color: #848484;
  margin-bottom: 10px;
  font-family: 'Poppins';
}

.blog-one__link {
  color: #252930;
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  position: relative;
  display: inline-block;
  font-family: 'Poppins';
}

.blog-one__link::before {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #e43c5c;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transform: scale(0, 1);
	        transform: scale(0, 1);
	-webkit-transform-origin: left center;
	        transform-origin: left center;
	-webkit-transition: -webkit-transform 500ms ease;
	transition: -webkit-transform 500ms ease;
	transition: transform 500ms ease;
	transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.blog-one__link:hover {
	color: var(--thm-base);
}

.blog-one__link:hover::before {
	-webkit-transform-origin: right center;
	        transform-origin: right center;
	-webkit-transform: scale(1, 1);
	        transform: scale(1, 1);
}

.blog-one__single:before {
  opacity: 0;
}

.blog-one__single:hover .shape {
  opacity: 1;
}

.blog-one__single .shape {
  background: url(../img/shape-12.png);
}

.blog-one__single .shape {
  position: absolute;
  /* left: 9em; */
  margin-left: 20em;
  bottom: 0px;
  width: 78px;
  height: 74px;
  background-repeat: no-repeat;
  opacity: 0;
  transition: all 500ms ease;
}

.blog-one__link:hover {
  color: #e43c5c;
}

.col-lg-4.col-md-6.portfolio-item {
  position: relative !important;
  left: unset !important;
  top: unset !important;
}

/* social media */
.sidebar-social-media {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
}

.social-item {
  width: calc(100% / 3);
}

.social-item .icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  display: inline-block;
  text-align: center;
  border: 3px solid transparent;
  border-radius: 50%;
  margin: 5px;
  transition: all 0.3s ease;
}

.icon {
  display: inline-block;
  fill: currentColor;
  height: 1em;
  position: relative;
  top: -0.0625em;
  vertical-align: middle;
  width: 1em;
}

.sidebar-media .sidebar-wrapper .sidebar-social-media .social-item .icon i {
  transition: all 0.3s ease;
}

.social-item .icon-title {
  display: inline-block;
  outline: none;
  text-transform: capitalize;
  color: #3f485d;
  padding: 15px 0;
  padding-top: 0;
}

.facebook {
  background: #3b5998;
  color: #fff;
}

.facebook:hover {
  background: #fff;
  color: #3b5998;
  border-color: #3b5998 !important;
}

.instagram {
  background: #e4405f;
  color: #fff;
}

.instagram:hover {
  background: #fff;
  color: #e4405f;
  border-color: #e4405f !important;
}

.youtube {
  background: #cd201f;
  color: #fff;
}

.youtube:hover {
  background: #fff;
  color: #cd201f;
  border-color: #cd201f !important;
}

.tiktok {
  background: #2a2626;
  color: #fff;
}

.tiktok:hover {
  background: #fff;
  color: #2a2626;
  border-color: #2a2626 !important;
}

.tags-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #ededed;
  overflow: hidden;
  align-items: center;
}

.social-link-list li a {
  width: 40px;
  height: 40px;
  padding: 12px 15px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  margin: 0 2px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.tags-section .tags-part li {
  list-style: none;
  text-transform: capitalize;
  color: #3f485d;
}

.whatsapp {
  background: #2bb741;
  color: #fff;
}

.whatsapp:hover {
  background: #fff;
  color: #2bb741;
  border-color: #2bb741 !important;
}

/*Whatsapp-popup*/

#whatsapp .wtsapp:focus {    
  border: none;    
  outline: none;
}

#whatsapp .wtsapp{
  position: fixed;
  transform: all .5s ease;
  background-color: #25d366;
  display: block;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  border-radius: 50px;
  border-right: none;
  color: #fff;
  font-weight: 700;
  font-size: 30px;
  bottom: 30px;
  left: 20px;
  border: 0;
  z-index: 9999;
  width: 50px;
  height: 50px;
  line-height: 50px;
}

#whatsapp .wtsapp:before {    
  content: "";    
  position: absolute;    
  z-index: -1;    
  left: 50%;    
  top: 50%;    
  transform: translateX(-50%) translateY(-50%);    
  display: block;    
  width: 60px;    
  height: 60px;    
  background: #25d366;    
  border-radius: 50%;    
  -webkit-animation: pulse-border 1500ms ease-out infinite;    animation: pulse-border 1500ms ease-out infinite;}

@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;
}

}

.testimonial-carousel .owl-item img {
  margin: 0 auto;
  width: 100px;
  height: 100px;
}

.testimonial-carousel .owl-dots {
  margin-top: 25px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.testimonial-carousel .owl-dot {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  width: 30px;
  height: 30px;
  border: 1px solid #DFE4FD;
  border-radius: 30px;
  transition: .5s;
}

.testimonial-carousel .owl-dot::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  top: 6px;
  left: 6px;
  border-radius: 16px;
  background: #DFE4FD;
  transition: .5s;
}

.testimonial-carousel .owl-dot.active {
  border-color: #ed3c0d;
}

.testimonial-carousel .owl-dot.active::after {
  background: #e4405f;
}

.item-video {
  padding: 15px;
}

.contact button[type=submit] {
  background: #e43c5c;
  border: 0;
  padding: 10px 28px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact textarea {
  padding: 10px 12px;
}


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

.about-four {
  position: relative;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(245, 247, 250, 0)), to(rgba(245, 247, 250, 0.8)));
  background-image: linear-gradient(90deg, rgba(245, 247, 250, 0) 0%, rgba(245, 247, 250, 0.8) 100%);
}

.about-four {
  padding-top: 70px;
  padding-bottom: 200px;
}

.about-four__image {
  position: absolute;
  right: 38px;
  top: 125px;
}

.about-four__image::before {
  content: '';
  width: 250px;
  height: 370px;
  background-image: url(../img/about-4-dots.png);
  background-repeat: no-repeat;
  background-position: top left;
  position: absolute;
  top: -100px;
  right: -19px;
}


.about-four__image>img {
  position: relative;
  top: -62px;
  width: 95%;
  padding: -3px 0px;
}

.about-four__content .block-title {
  margin-bottom: 30px;
}

.block-title p {
  margin: 0;
  font-size: 17px;
  line-height: 1em;
  font-weight: bold;
  color: var(--thm-base);
  text-transform: uppercase;
  letter-spacing: 0.15em;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.block-title p:before {
  content: "";
  width: 60px;
  height: 2px;
  background-color: var(--thm-base);
  display: block;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.about-four__highlite-text p {
    font-size: 14px;
    font-family: 'Poppins';
    line-height: 1.7;
    text-align: justify;
}

.about-four .container {
  position: relative;
}

/*--------------------------------------------------------------
# FAQ
--------------------------------------------------------------*/

.faq-one__top {
	margin-bottom: 60px;
}

section.faq-one {
  margin-top: -5em;
}

.faq-one__top>p {
    margin: 0;
    font-size: 14px;
    line-height: 28px;
    color: #444444;
    font-family: 'Poppins';
    text-align: justify;
}

.faq-one .accrodion-grp {
	margin-bottom: 40px;
}

.faq-one .accrodion {
	border: 1px solid #e5e5e5;
}

.faq-one .accrodion+.accrodion {
	margin-top: 20px;
}

.faq-one .accrodion-title {
	padding-top: 18px;
	padding-bottom: 18px;
	padding-left: 30px;
	cursor: pointer;
	padding-right: 30px;
  background: #fff;
}

.faq-one .accrodion-title h4 {
	font-family: var(--thm-font);
  color: #252930;
  font-size: 20px;
  margin: 0;
  font-family: 'Philosopher';
}

.faq-one .accrodion-content {
	padding-left: 30px;
	padding-right: 30px;
	border-top: 1px solid #e5e5e5;
	padding-top: 25px;
	padding-bottom: 25px;
  background: #fff;
}

.faq-one .accrodion-content p {
    margin: 0;
    font-size: 14px;
    line-height: 28px;
    color: #444444;
    font-family: 'Poppins';
    text-align: justify;
}

@media (max-width: 991px) {
  .about-four__image {
      position: relative;
      right: auto;
      top: 90px;
      display: inline-block;
      margin-bottom: 80px;
  }

  .about-four {
    padding-top: 70px;
    padding-bottom: 0px !important;
}

.about-four__highlite-text p {
  font-size: 14px;
}

.faq-one__top>p {
  margin: 0;
  font-size: 14px !important;
  line-height: 28px;
  color: #444444;
  font-family: 'Poppins';
  text-align: justify;
}

.faq-one .accrodion-title h4 {
  font-family: var(--thm-font);
  color: #252930;
  font-size: 16px;
  margin: 0;
  font-family: 'Philosopher';
  font-weight: 600;
}
.faq-one .accrodion-content p {
  margin: 0;
  font-size: 13px;
  line-height: 28px;
  color: #444444;
  font-family: 'Poppins';
  text-align: justify;
}

section.faq-one {
  margin-top: unset;
}

}

.icon-box.mb-3.p-2 li {
    font-family: 'Poppins';
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 1.7em;
    text-align: justify;
}

.desc-about.pb-3.mb-3 {
    font-size: 14px;
}

.desc-about.pb-3.mb-3 li {
    font-size: 14px;
    font-family: 'Poppins';
    line-height: 1.7;
}

.timeline ul li p {
    margin: 15px 0 0;
    padding: 0;
    line-height: 1.7;
    font-family: 'Poppins';
    font-size: 14px;
}