/**
* Template Name: Remember - v4.7.0
* Template URL: https://bootstrapmade.com/remember-free-multipurpose-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  text-decoration: none;
  color: #8fc04e;
}

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

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

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #1a1814;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #1a1814;
  border-top-color: #8fc04e;
  border-bottom-color: #8fc04e;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #8fc04e;
  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: #a2cb6c;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

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

.topbar-logo{
  padding: 10px;
  background: linear-gradient(#ffffffb0,#ffffffb0), url("../img/fondotopbarlogo.png")  no-repeat center;
}

.topbar-logo .social-links a{
  margin-left: 15px;
}

.topbar {
  background: #1c1c1c;
  padding: 10px 0;
  font-size: 14px;
  color: #9b9b9b;
}
.topbar .contact-info i {
  font-style: normal;
  color: rgba(255, 255, 255, 0.568);
  margin-left: 30px;
}
.topbar .contact-info i a, #topbar .contact-info i span {
  padding-left: 5px;
  color: #fff;
}
.topbar .contact-info i a {
  line-height: 0;
  transition: 0.3s;
}
.topbar .contact-info i:hover {
  color: #8fc04e;
}
.topbar .social-links a {
  color: #9b9b9b;
  line-height: 0;
  transition: 0.3s;
  margin-left: 30px;
}

.topbar .contact-info span{
  
  margin-left: 10px;
}
.topbar .social-links a:hover {
  color: white;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#headerCont {
  background: linear-gradient(#1c1c1cb0,#1c1c1cb0), url("../img/fondocountdown.jpg") fixed center;
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  /* countdown */
}

#headerCont .countdown div {
  text-align: center;
  border: #8fc04e solid 1px;
  margin-left: 5px;
  border-radius: 8px;
  width: 100px;
}


#headerCont section h3{
  color: white;
  font-size: 22px;
 
  line-height: 1;
  font-weight: 40;
  letter-spacing: 1px;
  font-family: "Poppins", sans-serif;

}

#headerCont #online{
  padding-top: 5px;
  text-align: center;
  font-weight: 800;
}

#headerCont .countdown div h3{
  color: white;
  font-size: 16px;
  margin: 0;
  padding: 14px 0;
  line-height: 1;
  font-weight: 40;
  letter-spacing: 1px;
  font-family: "Poppins", sans-serif;
}


#headerCont .countdown div h4 {
  font-size: 16px;
  font-weight: 400;
  color: #8fc04e;
}

#headerCont .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #8fc04e;
  color: #8fc04e; 
}
#headerCont .btn-get-started:hover {
  background: #8fc04e;
  color: #fff;
}

@media (max-width: 575px) {
  
  #headerCont .countdown div h4 {
    font-size: 14px;
    font-weight: 500;
  }
}


#header {
  height: 70px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  background: #1c1c1c;
}
#header .logo h1 {
  font-size: 18px;
  margin: 0;
  padding: 11px 0;
  line-height: 1;
  font-weight: 20;
  letter-spacing: 1px;
  font-family: "Poppins", sans-serif;
}
#header .logo h1 a, #header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}
#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}

.scrolled-offset {
  margin-top: 70px;
}


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

.navbar .dropdown-divider{
  border-color: rgba(255, 255, 255, 0.329);
  padding: 0px;
  margin: 0px;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  letter-spacing: 1px;
  transition: 0.3s;
}

.navbar a i, .navbar a:focus i {
  font-size: 13px;
  
  line-height: 0;
  margin-left: 5px;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #8fc04e;
}
.navbar .getstarted, .navbar .getstarted:focus {
  background: #8fc04e;
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 4px;
  color: #fff;
}
.navbar .getstarted:hover, .navbar .getstarted:focus:hover {
  color: #fff;
  background: #9bc761;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #353535;
  transition: 0.3s;
  border-radius: 4px;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  text-align: center;
  padding: 10px 20px;
  font-size: 13px;
  text-transform: none;
  color: #ffffff;
  text-transform: uppercase;
  white-space: nowrap;
}
.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: #8fc04e;
}
.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(28, 28, 28, 0.295);
  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;
  border-radius: 8px;
  background-color: #353535ea;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #ffffff;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #8fc04e;
}
.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: #353535ea;
}
.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: #8fc04e;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}


#main{
  width: 100%;
  background: linear-gradient(#ffffff86, rgba(255, 255, 255, 0.521)),url("../img/fondocontra.png") center;
  background-size: cover;
  position: relative;
}

.collapse-images .images {
  display: none;
  padding : 5px;
}

.carousel-inner {
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  background-color: rgba(0,0,0,0);
  overflow: hidden;
}

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



#donar {
  width: 100%;
  height: 60vh;
  background: url("../img/fondodonar.png") top right;
  background-size: cover;
  position: relative;
}


#casaspaz {
  width: 100%;
  height: 60vh;
  background: url("../img/fondocasaspaz.jpg") top right;
  background-size: cover;
  position: relative;
}

#bros {
  width: 100%;
  height: 60vh;
  background: url("../img/fondobros.jpg") top right;
  background-size: cover;
  position: relative;
}


#lirios {
  width: 100%;
  height: 60vh;
  background: url("../img/fondolirios.jpg") top right;
  background-size: cover;
  position: relative;
}



#febes {
  width: 100%;
  height: 60vh;
  background: url("../img/febesfondo.png") top right;
  background-size: cover;
  position: relative;
}

#consejeria {
  width: 100%;
  height: 60vh;
  background: url("../img/fondoconsejeria.jpg") top right;
  background-size: cover;
  position: relative;
}


#adultomayor {
  width: 100%;
  height: 60vh;
  background: url("../img/fondoam.jpg") top right;
  background-size: cover;
  position: relative;
}



#dominical {
  width: 100%;
  height: 60vh;
  background: url("../img/fondodominical.jpg") top right;
  background-size: cover;
  position: relative;
}

#oracion {
  width: 100%;
  height: 60vh;
  background: url("../img/oracion.jpg") top right;
  background-size: cover;
  position: relative;
}

.hero {
  width: 100%;
  height: 100vh;
  background: url("../img/fondocc.jpg") top right;
  background-size: cover;
  position: relative;
}

.hero  .contact-info i {
  font-size:30px;
  color: #8fc04e;
  padding: 10px;
}

.hero  .contact-info i a {
  line-height: 0;
  transition: 0.3s;
}
.hero  .contact-info i:hover {
  color: #ffffff8c;
}


.hero:before {
  content: "";
  background:  linear-gradient(#00000000, rgba(0, 0, 0, 0.445));
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.hero .hero-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 15px;
}
.hero img {
  width: 60%;
}

.hero span{
  color: #8fc04e;
  font-family: 'Parisienne', cursive;
  letter-spacing:15px;
  font-size:60px;
  padding-left: 15px;
  padding-right: 0px;
}

.hero h1 {
  color: rgba(255, 255, 255, 0.836);
  font-family: 'Parisienne', cursive;
  letter-spacing:15px;
  font-size:60px;
  padding-left: 15px;
  padding-right: 0px;
  padding-bottom: 15px;
}

.hero h2 {
  color: rgba(255, 255, 255, 0.815);
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 5px;
  text-transform: uppercase;
}
.hero .btn-scroll {
  transition: 0.4s;
  color: rgba(255, 255, 255, 0.6);
  animation: up-down 1s ease-in-out infinite alternate-reverse both;
}
.hero .btn-scroll i {
  font-size: 48px;
}
.hero .btn-scroll:hover {
  color: #8fc04e;
}


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

@media (max-width: 1560px) {
  .hero img{
    width: 50%;
  }
}

@media (max-width: 1200px) {
  .hero img{
    width: 67%;
  }
}

@media (max-width: 702px) {
  .hero h1 {
    text-align: center;
  }
  .hero img {
    width: 100%;
  }
}

@media (max-width: 575px) {
  
  .hero h2 {
    text-align: center;
    margin-bottom: 30px;
  }
}

@media (max-width: 400px) {
  
  .hero h1 {
  font-size: 55px;
  }
  .hero span {
    text-align: center;
    font-size: 55px;
  }

  .hero #hero-casas{
    font-size: 40px;
  }
}


@-webkit-keyframes up-down {
  0% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(-5px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(-5px);
  }
}

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

.section-title {
  text-align: center;
  padding-bottom: 30px;
  position: relative;
}
.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}
.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #e03a3c;
  bottom: 0;
  left: calc(50% - 25px);
}
.section-title p {
  margin: 15px auto 0 auto;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.514);
}

.section-bg {
  padding: 120px 0;
  color: #fff;
}
.section-bg:before {
  content: "";
  background: #1b1b1b;
  position: absolute;
  bottom: 60px;
  top: 60px;
  left: 0;
  right: 0;
  transform: skewY(-3deg);
}



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




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

.about{
  padding-bottom: 5px;
}


.about h1 {
  
  font-family: "Raleway", sans-serif;
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 5px;
  line-height: 55px;
  color: rgba(0, 0, 0, 0.541);
  text-align: center;
}

.about span {
  
  color: #8fc04e;
  font-family: 'Parisienne', cursive;
  letter-spacing:15px;
  font-size:60px;
  padding-left: 15px;
  padding-right: 0px;
}

.about .myblockquote{
  margin-top: 35px;
  padding: 35px;
}

.about h5{
  font-size: 25px;
  color: rgba(0, 0, 0, 0.527);
}

.about h2 {
  color: rgba(255, 255, 255, 0.658);
  margin-bottom: 50px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.about .content h3 {
  font-weight: 700;
  font-size: 34px;
}
.about .content p {
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: rgba(0, 0, 0, 0.541);
  text-align: center;
}
.about .content .icon-box {
  margin-top: 25px;
}
.about .content .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 5px 0 10px 60px;
}
.about .content .icon-box i {
  font-size: 48px;
  float: left;
  color: #5c9f24;
}
.about .content .icon-box p {
  font-size: 15px;
  color: #848484;
  margin-left: 60px;
}
.about .image {
  background: url("../img/about.jpg") center center no-repeat;
  background-size: cover;
  min-height: 400px;
}
@media (max-width: 991px) {
  .about .image {
    text-align: center;
  }
  .about .image img {
    max-width: 80%;
  }
}
@media (max-width: 667px) {
  .about .image img {
    max-width: 100%;
  }
}


@media (max-width: 400px) {
  
  .about h1{
    font-size: 30px;
  }

  .about h5{
    font-size: 20px;
    line-height: 45px;
   
  }

  .about span{
    font-size: 42px;
  }
}


.about .btn{
  color: #5b9f2479;
  background: transparent;
  font-family: 'Nunito', sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 10px 25px;
  box-shadow: inset 0 0 0 4px #5b9f2479;
  position: relative;
  transition: all 0.5s ease 0.2s;
}
.about .btn:focus,
.about .btn:hover{
  color: #e78433;
  background: transparent;
}
.about .btn:before,
.about .btn:after{
  content: '';
  border: 0 solid transparent;
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.about .btn:before{
  border-bottom-width: 4px;
  border-left-width: 4px;
}
.about .btn:after{
  border-top-width: 4px;
  border-right-width: 4px;
}
.about .btn:hover:before, .about .btn:focus:before,
.about .btn:hover:after, .about .btn:focus:after{
  width: 100%;
  height: 100%;
  border-color: #e78433;
  transition: border-color 0s, width 0.25s, height 0.25s;
}
.about .btn:focus:before,
.about .btn:hover:before{ transition-delay: 0s, 0s, 0.25s; }
.about .btn:focus:after,
.about .btn:hover:after{ transition-delay: 0s, 0.25s, 0s; }
@media only screen and (max-width: 767px){
  .about .btn{ margin-bottom: 30px; }
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery{
  width: 100%;
  background-size: cover;
  position: relative;
  padding: 10px;
  padding-top: 60px;
  padding-bottom: 60px;
}


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



.gallery .btn{
  color: #8fc04e;
  background: transparent;
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 10px 25px;
  border-radius: 0px;
  box-shadow: inset 0 0 0 4px #8fc04e;
  position: relative;
  transition: all 0.5s ease 0.2s;
}
.gallery .btn:focus,
.gallery .btn:hover{
  color: #e78433;
  background: transparent;
}
.gallery .btn:before,
.gallery .btn:after{
  content: '';
  border: 0 solid transparent;
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.gallery .btn:before{
  border-bottom-width: 4px;
  border-left-width: 4px;
}
.gallery .btn:after{
  border-top-width: 4px;
  border-right-width: 4px;
}
.gallery .btn:hover:before, .btn:focus:before,
.gallery .btn:hover:after, .btn:focus:after{
  width: 100%;
  height: 100%;
  border-color: #e78433;
  transition: border-color 0s, width 0.25s, height 0.25s;
}
.gallery .btn:focus:before,
.gallery .btn:hover:before{ transition-delay: 0s, 0s, 0.25s; }
.gallery .btn:focus:after,
.gallery .btn:hover:after{ transition-delay: 0s, 0.25s, 0s; }
@media only screen and (max-width: 767px){
  .gallery .btn{ margin-bottom: 30px; }
}





.gallery .portfolio-item {
  margin-bottom: 30px;
}
.gallery #portfolio-flters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}
.gallery #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 15px 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
}
.gallery #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: #5c9f24;
}
.gallery #portfolio-flters li:last-child {
  margin-right: 0;
}
.gallery .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(42, 42, 42, 0.7);
}
.gallery .portfolio-wrap::before {
  content: "";
  background: rgba(42, 42, 42, 0.7);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}
.gallery .portfolio-wrap img {
  transition: all ease-in-out 0.3s;
}
.gallery .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px;
}
.gallery .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}
.gallery .portfolio-wrap .portfolio-info p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-style: italic;
}
.gallery .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}
.gallery .portfolio-wrap .portfolio-links a {
  color: #fff;
  margin: 0 5px 0 0;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}
.gallery .portfolio-wrap .portfolio-links a:hover {
  color: #8ed851;
}
.gallery .portfolio-wrap:hover::before {
  opacity: 1;
}
.gallery .portfolio-wrap:hover img {
  transform: scale(1.2);
}
.gallery .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

/*--------------------------------------------------------------
# Gallery Details
--------------------------------------------------------------*/
.gallery-details {
  padding-top: 40px;
}
.gallery-details .portfolio-details-slider img {
  width: 100%;
}
.gallery-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.gallery-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #5c9f24;
}
.gallery-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #5c9f24;
}
.gallery-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(42, 42, 42, 0.08);
}
.gallery-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.gallery-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}
.gallery-details .portfolio-info ul li + li {
  margin-top: 10px;
}
.gallery-details .portfolio-description {
  padding-top: 30px;
}
.gallery-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}
.gallery-details .portfolio-description p {
  padding: 0;
}



/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us{
  margin-top: -70px;
}

.why-us .box {
  padding: 50px 30px;
  box-shadow: 0px 20px 18px #8fc04e34;
  transition: all ease-in-out 0.3s;
}
.why-us .box span {
  display: block;
  font-size: 28px;
  font-weight: 700;
  color: #8fc04e;
}
.why-us .box h4 {
  font-size: 22px;
  font-weight: 600;
  line-height: 40px;
  padding: 0;
  margin: 20px 0;
  color: #353535;
}
.why-us .box p {
  color: #919191;
  font-size: 15px;
  margin: 0;
  padding: 0;
}
.why-us .box:hover {
  background: #8fc04e;
  padding: 30px 30px 70px 30px;
  box-shadow: 10px 15px 30px rgba(0, 0, 0, 0.18);
}
.why-us .box:hover span, .why-us .box:hover h4, .why-us .box:hover p {
  color: #fff;
}

.bg-about-whyus{
  width: 100%;
  padding-top: 50px;
  background: linear-gradient(#ffffff86, rgba(255, 255, 255, 0.521)),url("../img/fondoAboutWhyUs.png") center;
  background-size: cover;
  position: relative;
}


/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  background: #fff;
  padding: 0 0 60px 0;
}
.counts .counters span {
  font-size: 48px;
  display: block;
  color: #8fc04e;
}
.counts .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: linear-gradient(#331b0ec7, rgba(37, 37, 37, 0.856)), url("../img/fondoaniversario.jpg") fixed center center;
  background-size: cover;
  padding: 60px 0;
}
.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}
.cta p {
  color: #fff;
}
.cta .cta-btn {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #ff7b00;
  color: #fff;
}
.cta .cta-btn:hover {
  background: #ff7b005e;
  border: 2px solid #ff7b00;
}

.cta .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#ff7b00 50%, #ff7b006c 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
  margin-top: 110px;
}
.cta .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.cta .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid #ff7b00b9;
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}
.cta .play-btn:hover::after {
  border-left: 15px solid #ff7b00;
  transform: scale(20);
}
.cta .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@media (max-width: 1400px) {
  .cta .play-btn {
    margin-top: 130px;
  }
}

@media (max-width: 1200px) {
  .cta .play-btn {
    margin-top: 100px;
  }
  .cta .blockquote-footer{
    padding-bottom: 70px;
  }
}

@media (max-width: 992px) {
  .cta .play-btn {
    margin-top: 130px;
  }
}

@media (max-width: 768px) {
  .cta .play-btn {
    margin-top: 145px;
  }
}

@media (max-width: 515px) {
  .cta .play-btn {
    margin-top: 160px;
  }
}

@media (max-width: 461px) {
  .cta .play-btn {
    margin-top: 175px;
  }
}

@media (max-width: 439px) {
  .cta .play-btn {
    margin-top: 190px;
  }
}

@media (max-width: 389px) {
  .cta .play-btn {
    margin-top: 205px;
  }
}

@media (max-width: 383px) {
  .cta .play-btn {
    margin-top: 220px;
  }
}

@media (max-width: 363px) {
  .cta .play-btn {
    margin-top: 240px;
  }
}


.modal-dialog {
  max-width: 800px;
}

.modal-body {
position:relative;
padding:0rem;
}

.my-mh{ 
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 400;
}



/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  border: 1px solid #e5f0d5;
  padding: 0px;
  padding-bottom: 15px;
  transition: all ease-in-out 0.3s;
  background: #fff;
  border-top-left-radius: 10px ;
  border-top-right-radius: 10px ;
}

.services .icon-box img {
  margin-bottom: 15px;
  border-top-left-radius: 10px ;
  border-top-right-radius: 10px ;
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #f3f8ec;
  border-radius: 50px;
  border: 1px solid #d6e8bf;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: ease-in-out 0.3s;
}
.services .icon-box .icon i {
  color: #bfdb99;
  font-size: 28px;
  transition: ease-in-out 0.3s;
}
.services .icon-box h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}
.services .icon-box h4 a {
  color: #353535;
  transition: ease-in-out 0.3s;
}
.services .icon-box p {
  line-height: 24px;
  font-size: 18px;
  margin-bottom: 0;
}
.services .icon-box:hover {
  background: #8fc04e;
  padding: 30px 30px 40px 30px;
  box-shadow: 10px 15px 30px rgba(0, 0, 0, 0.18);
}
.services .icon-box:hover a, .services .icon-box:hover h4, .services .icon-box:hover p {
  color: #fff;
}



/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/

.portfolio{
  margin-top: 30px;
}

.portfolio .container {
  position: relative;
  z-index: 10;
}

.portfolio .section-title{
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.portfolio span{
  color: #8fc04e;
  font-family: 'Parisienne', cursive;
  letter-spacing:15px;
  font-size:60px;
  padding-left: 15px;
  padding-right: 0px;
}

.portfolio .content {
  padding: 30px 30px 30px 0;
}
.portfolio h3 {
  font-family: "Raleway", sans-serif;
  font-size: 40px;
  font-weight: 200;
  letter-spacing: 5px;
  line-height: 55px;
  color: rgba(255, 255, 255, 0.541);
  text-align: center;
}


.portfolio .content p {
  margin-bottom: 30px;
}
.portfolio .content .about-btn {
  padding: 8px 30px 9px 30px;
  color: #fff;
  border-radius: 50px;
  transition: 0.3s;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  border: 2px solid #e03a3c;
}
.portfolio .content .about-btn i {
  font-size: 16px;
  padding-left: 5px;
}
.portfolio .content .about-btn:hover {
  background: #e35052;
  background: #e03a3c;
}
.portfolio .icon-boxes .icon-box {
  margin-top: 30px;
}
.portfolio .icon-boxes .icon-box i {
  font-size: 40px;
  color: #e03a3c;
  margin-bottom: 10px;
}
.portfolio .icon-boxes .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px 0;
}
.portfolio .icon-boxes .icon-box p {
  font-size: 15px;
  color: #848484;
}
@media (max-width: 1200px) {
  .portfolio .content {
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .portfolio {
    text-align: center;
  }
}

@media (max-width: 400px) {
  
  
  .portfolio h3{
    font-size: 30px;
  }

  .portfolio span{
    font-size: 37px;
  }
}

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

.bg-team-faq{
  width: 100%;
  background: linear-gradient(#ffffff86, rgba(255, 255, 255, 0.521)),url("../img/fondoteamfaq.png") center;
  background-size: cover;
  position: relative;
}


#owl-demo .item{
  margin: 3px;
}
#owl-demo .item img{
  display: block;
  width: 100%;
  height: auto;
  
}

.team {
  width: 100%;
  background: linear-gradient(#d3f1b559, rgba(255, 255, 255, 0.521)),url("../img/fondocontacto.png") center;
  background-size: cover;
  position: relative;
  padding: 10px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.team .section-title h2 {
  background: #e9f3dd;
}

.team .container {
  position: relative;
  z-index: 10;
}
.team .member {
  margin-bottom: 80px;
  position: relative;
}
.team .member .pic {
  overflow: hidden;
  
}

.team .member .member-img img{
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.team .member .member-info {
  position: absolute;
  bottom: -50px;
  left: 20px;
  right: 20px;
  background: #fff;
  padding: 20px 15px;
  color: #15222b;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: 0.5s;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.team .member h4 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 16px;
  color: #15222b;
  position: relative;
  padding-bottom: 10px;
}
.team .member h4::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #8fc04e;
  bottom: 0;
  left: 0;
}
.team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}
.team .member .social {
  position: absolute;
  right: 15px;
  bottom: 15px;
}
.team .member .social a {
  transition: color 0.3s;
  color: #8fc04e;
}
.team .member .social a:hover {
  color: #ff4a17;
}
.team .member .social i {
  font-size: 16px;
  margin: 0 2px;
}
@media (max-width: 992px) {
  .team .member {
    margin-bottom: 110px;
  }
}

.carousel .carousel-item {
  transition-duration: 3s;
}
/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials {
  padding:0px;
  background: url("../img/testimonials-bg.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}
.testimonials::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(2, 2, 2, 0.7);
}
.testimonials .section-header {
  margin-bottom: 40px;
}
.testimonials .testimonials-carousel, .testimonials .testimonials-slider {
  overflow: hidden;
}
.testimonials .testimonial-item {
  text-align: center;
  color: #fff;
}
.testimonials .testimonial-item .testimonial-img {
  width: 100px;
  border-radius: 50%;
  border: 6px solid rgba(255, 255, 255, 0.15);
  margin: 0 auto;
}
.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #fff;
}
.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #ddd;
  margin: 0 0 15px 0;
}
.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: rgba(255, 255, 255, 0.4);
  font-size: 26px;
}
.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}
.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}
.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
  color: #eee;
}
.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #8fc04e;
}
@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 20px;
  background: #f9f9f9;
  text-align: center;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  border: 1px solid #f9f9f9;
}
.pricing .box h3 {
  font-weight: 400;
  padding: 15px;
  margin-top: 15px;
  font-size: 18px;
  font-weight: 600;
  color: #353535;
}
.pricing .box h4 {
  font-size: 42px;
  color: #8fc04e;
  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: #353535;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}
.pricing .box ul li {
  padding-bottom: 16px;
}
.pricing .box ul i {
  color: #8fc04e;
  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: 10px 40px 12px 40px;
  border-radius: 50px;
  border: 2px solid #8fc04e;
  color: #8fc04e;
  font-size: 14px;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  transition: 0.3s;
}
.pricing .box .btn-buy:hover {
  background: #8fc04e;
  color: #fff;
}
.pricing .recommended {
  border-color: #8fc04e;
}
.pricing .recommended .btn-buy {
  background: #8fc04e;
  color: #fff;
}
.pricing .recommended .btn-buy:hover {
  background: #7aa93c;
  border-color: #7aa93c;
}
.pricing .recommended-badge {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  font-size: 13px;
  padding: 3px 25px 6px 25px;
  background: #8fc04e;
  color: #fff;
  border-radius: 0 0 25px 25px;
}

/*--------------------------------------------------------------
# F.A.Q
--------------------------------------------------------------*/

.faq{
  padding-top: 90px;
  width: 100%;
  background: linear-gradient(#d3f1b559, rgba(255, 255, 255, 0.521)),url("../img/fondocontacto.png") center;
  background-size: cover;
  position: relative;
  padding-bottom: 100px;
}


.faq .section-title h2 {
  background: #e9f3dd;
}

.faq .faq-list {
  padding: 0 100px;
}
.faq .faq-list ul {
  padding: 0;
  list-style: none;
}
.faq .faq-list li + li {
  margin-top: 15px;
}
.faq .faq-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}

.faq .faq-list p {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
  cursor: pointer;
}
.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #cbe1ac;
}
.faq .faq-list .icon-show, .faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}
.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}
.faq .faq-list .icon-show {
  display: none;
}
.faq .faq-list a.collapsed {
  color: #343a40;
}
.faq .faq-list a.collapsed:hover {
  color: #8fc04e;
}
.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}
.faq .faq-list a.collapsed .icon-close {
  display: none;
}
@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}

.departments{
  width: 100%;
  background: linear-gradient(rgba(255, 255, 255, 0.336), rgba(255, 255, 255, 0.336)),url("../img/fondodepart.png") center;
  background-size: cover;
  position: relative;
}

.departments .back-color{
  background: linear-gradient( #d3f1b559, rgba(255, 255, 255, 0));
}

.departments .top-color{
  background: linear-gradient( rgba(255, 255, 255, 0), #d3f1b559);
}

.departments #last{
  padding-bottom: 50px;
}


.departments .section{
  padding: 100px 0;
  padding-bottom: 0px;
}

.departments .feature-list .btn-main {
  margin-top: 15px;
  background-color: #8fc04e;
}

.departments img {
  box-shadow: 10px 30px 45px rgba(0, 0, 0, 0.18);
  border-bottom-right-radius: 50px;
  border-top-left-radius: 50px;
}

.departments .subheading {
  font-family: "Raleway", sans-serif;
  font-size: 22px;
  letter-spacing: 1px;
  font-weight: 400;
  padding: 8px 20px;
  margin: 0;
  background: #e9f3dd;
  color: #8fc04e;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 50px;
  margin-bottom: 35px;
}


.departments .animated-button4 {
 
  background: linear-gradient(-30deg, #7d9e5cee, #7d9e5cc5);
  margin: 12px;
  display: inline-block;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
  overflow: hidden;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 5px;
  padding:10px;
  border-radius: 10px;
  transition: 0.5s;
  color: #ffffffee;
  margin-bottom: 10px;
 box-shadow: none;
}

.departments .animated-button4::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}


.departments .animated-button4:hover{
  background-color: rgb(215, 250, 119);
  color: #2b35219f;
}


.departments .animated-button4 span {
  position: absolute;
}

.departments .animated-button4 span:nth-child(1) {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(26, 43, 8, 0)), to(#80d926));
  background: linear-gradient(to left, rgba(26, 43, 8, 0), #80d926);
  -webkit-animation: 2s animateTop linear infinite;
          animation: 2s animateTop linear infinite;
}


.departments .animated-button4 span:nth-child(2) {
  top: 0px;
  right: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(26, 43, 8, 0)), to(#7fd92600));
  background: linear-gradient(to top, rgba(26, 43, 8, 0), #7fd92600);
  -webkit-animation: 2s animateRight linear -1s infinite;
          animation: 2s animateRight linear -1s infinite;
}


.departments .animated-button4 span:nth-child(3) {
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(26, 43, 8, 0)), to(#7fd92600));
  background: linear-gradient(to right, rgba(26, 43, 8, 0), #80d926);
  -webkit-animation: 2s animateBottom linear infinite;
          animation: 2s animateBottom linear infinite;
}

.departments .animated-button4 span:nth-child(4) {
  top: 0px;
  left: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(26, 43, 8, 0)), to(#80d926));
  background: linear-gradient(to bottom, rgba(26, 43, 8, 0), #7fd92600);
  -webkit-animation: 2s animateLeft linear -1s infinite;
          animation: 2s animateLeft linear -1s infinite;
}







/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

.get-in-touch {
  max-width: 800px;
  margin: 50px auto;
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.get-in-touch .title {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 3.2em;
  line-height: 48px;
  padding-bottom: 48px;
     color: #5543ca;
    background: #5543ca;
    background: -moz-linear-gradient(left,#f4524d  0%,#5543ca 100%) !important;
    background: -webkit-linear-gradient(left,#f4524d  0%,#5543ca 100%) !important;
    background: linear-gradient(to right,#f4524d  0%,#5543ca  100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.contact-form .form-field {
  position: relative;
  margin: 32px 0;
}
.contact-form .input-text {
  display: block;
  width: 100%;
  height: 36px;
  border-width: 0 0 2px 0;
  border-color: #8fc04e;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}
.contact-form .input-text:focus {
  outline: none;
}

.contact-form .label {
  position: absolute;
  left: 20px;
  bottom: 30px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #383737b0;
  cursor: text;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, 
  -webkit-transform .2s ease-in-out;
}
.contact-form .submit-btn {
  border-radius: 15px;
  display: inline-block;
  background-color: #000;
   background-image: linear-gradient(125deg,#8fc04e,#8fc04e);
  color: #fff;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 14px;
  padding: 8px 16px;
  border: none;
  width:200px;
  cursor: pointer;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f4f4f4;
  min-height: 40px;
}
.breadcrumbs h2 {
  font-size: 24px;
  padding-top: 4px;
  font-weight: 500;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #4f4f4f;
  content: "/";
}
@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.topfoot{
  padding:20px;
  background: #1c1c1c;
  margin-bottom: 40px;
  display: inline-block; 
  width: 100%;
}
.bottomfoot{
  padding:20px;
  background: #1c1c1c;
  width: 100%;
  padding-bottom: 0px;
}

.ftco-footer-social li {
  list-style: none;
  margin: 0 10px 0 0;
  display: inline-block; }
  .ftco-footer-social li a {
    height: 40px;
    width: 40px;
    display: block;
    background: #1c1c1c;
    border-radius: 50%;
    color: rgba(255, 255, 255, 0.541);
    position: relative; }
    .ftco-footer-social li a span {
      position: absolute;
      font-size: 20px;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .ftco-footer-social li a:hover {
      color: #fff; }

.ftco-section {
  padding: 12em 0; }
  .ftco-section h2 {
    margin-bottom: 0; }

footer {
  padding: 7em 0; }

.footer-10 {
  background: #222222;
  padding: 0 0 4em 0; 
  padding-bottom: 0px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);}
  .footer-10 .border-top, .footer-10 .border-bottom {
    border-color: rgba(255, 255, 255, 0.1) !important; }
  .footer-10 .footer-heading {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 10px; }
    .footer-10 .footer-heading a{
      text-decoration: none;
      color: white;
    }
  .footer-10 p {
    color: rgba(255, 255, 255, 0.3); }
  .footer-10 a {
    color: #1089ff; }
  .footer-10 .con.con-1 {
    border-radius: 25px;
    background: #8fc04e; }
  .footer-10 .con.con-2 {
    border-radius: 25px;
    background: #8fc04e; }
  .footer-10 .con.con-3 {
    border-radius: 25px;
    background: #8fc04e; }
  .footer-10 .list-unstyled li a {
    color: rgba(255, 255, 255, 0.568); }
    .footer-10 .list-unstyled li a:hover {
      color: #fff; }
      .footer-10 .list-unstyled .text{
        color: rgba(255, 255, 255, 0.3);
        padding: 10px 0;
      }
  .footer-10 .con-info .icon {
    width: 50px;
    height: 50px;
    background: #8fc04e;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 10px; }
    .footer-10 .con-info .icon span {
      color: #fff;
      font-size: 24px; }
  .footer-10 .con-info span {
    color: rgba(255, 255, 255, 2); }
  .footer-10 .subscribe-form .form-group {
    position: relative;
    margin-bottom: 0;
    border-radius: 0; }
    .footer-10 .subscribe-form .form-group input {
      background: white !important;
      border: none !important;
      outline: none !important;
      color: rgba(0, 0, 0, 0.3) !important;
      font-size: 16px;
      border-radius: 0; }
      .footer-10 .subscribe-form .form-group input::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: rgba(0, 0, 0, 0.3) !important; }
      .footer-10 .subscribe-form .form-group input::-moz-placeholder {
        /* Firefox 19+ */
        color: rgba(0, 0, 0, 0.3) !important; }
      .footer-10 .subscribe-form .form-group input:-ms-input-placeholder {
        /* IE 10+ */
        color: rgba(0, 0, 0, 0.3) !important; }
      .footer-10 .subscribe-form .form-group input:-moz-placeholder {
        /* Firefox 18- */
        color: rgba(0, 0, 0, 0.3) !important; }
      .footer-10 .subscribe-form .form-group input:focus {
        outline: none !important;
        -webkit-box-shadow: none;
        box-shadow: none; }
    .footer-10 .subscribe-form .form-group .submit {
      color: #fff !important;
      display: block;
      width: 130px;
      height: 52px;
      font-size: 16px;
      background: #1089ff !important;
      border: none;
      border-radius: 0; }
      .footer-10 .subscribe-form .form-group .submit:hover, .footer-10 .subscribe-form .form-group .submit:focus {
        text-decoration: none !important;
        outline: none !important; }
  .footer-10 .subscribe-form .subheading {
    display: inline-block;
    margin-top: 5px;
    color: rgba(255, 255, 255, 0.3);
    font-size: 13px; }
    
  .footer-10 .ftco-footer-social li a {
    background: rgba(255, 255, 255, 0.1);
    color: #fff; }
