body {
  font-family: "Open Sans", sans-serif;
  color: #4d4643;
}

a {
  color: #189CD8;
}

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

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

/*--------------------------------------------------------------
# WSP-BTN
--------------------------------------------------------------*/
.wsp-btn{
  position: fixed;
  left: 15px;
  bottom: 15px;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}
.wsp-btn .wsp-btn_content{
  position: relative;
  min-height: 130px;
  min-width: 190px;
  height: 100%;
  display: block;
}
.wsp-btn .wsp-btn_content .wsp-close{
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 99999;
  font-size: .8em;
  font-style: normal;
  font-weight: normal;
  border-radius: 50%;
  background-color: #189cd8 ;
  color: white;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  float:none;
  cursor: pointer;
}
.back-to-top {
  position: absolute;
  bottom: 0;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background-image: url('../img/wapp.png');
  background-position: center;
  background-size: cover;
  color: #151515;
  transition: all 0.4s;
}
.wsp-btn-text{
  
  display: block;
  width: 150px;
  height: auto;
  max-height: 90px;
  background-color: white;
  transition: all 0.4s;
  position: absolute;
  padding: 1em;
  font-size: .6em;
  bottom: 40px;
  left: 40px;
  color: black;
  text-align: left;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background: linear-gradient(315deg, #ffffff, #dadada);
  box-shadow:  1px 1px 0px #cbcbcb,
             1px 1px 0px #ffffff;
  z-index: 10;
}

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

/*--Top of the top--*/
.has-blue-background-color {
  background-color: #189cd8;
}
.menu-top-bar-container a{
  color: white;
}
.menu-top-bar-container a:hover{
  color:#243646;
}
#top-nav li:first-child:before {
  content: "";
  margin-right: 0;
}
#top-nav li:before {
  content: " | ";
  margin-right: 5px;
  color: #fff;
}
@media (max-width: 992px){
  .has-blue-background-color > *{
    font-size: 12px;
  }
}
/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: white;
  padding: 0;
  font-size: 14px;
}

#topbar a.btn-know {
  font-family: "Muli", sans-serif;
  font-weight: 700;
  font-size: 12px;
  padding: 8px 15px;
  border-radius: 10px;
  transition: 0.5s;
  margin: 6px 10px 0px 10px;
  color: #fff;


}


#topbar .social-links a {
  color: white;
  margin-top: 5px;
  padding: 4px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
  background-color: #189CD8;
  border-radius: 50%;
}

#topbar .social-links a:hover {
  color: #243646;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 60px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 0;
  background: #fff;
  position: relative;
  display: flex;
}

#header.header-scrolled {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

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

#header .logo h1 a, #header .logo h1 a:hover {
  color: #2b2320;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 70px;
  max-width: 260px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.nav-menu > ul > li + li {
  padding-left: 20px;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #243646;
  padding: 14px 0 15px 0;
  transition: 0.3s;
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #189CD8;
  text-decoration: none;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 20px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #43BBC7;
  color: white;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 13px;
  font-weight: 500;
  text-transform: none;
  color: white;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #243646;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

.menu-servicios{
  background-color:#43BBC7;
  padding: 2em;
  color: white;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  
}
.menu-servicios ul{
  border-top: solid 1px white;
}
.menu-servicios li{
  padding: 5px 0;
  border-bottom: solid 1px white;
}

.menu-servicios li a{
  color: white;
}
.menu-servicios li a:hover{
  color: #243646;
}
/* Mobile Navigation */
.mobile-nav-toggle {
  position: absolute;
  right: 15px;
  top: 20px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #65534c;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #43BBC7;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
  color: white;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: white;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
  text-transform: uppercase;
  font-size: 14px;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #2b2320;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(14, 11, 10, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

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

#hero .carousel, #hero .carousel-inner, #hero .carousel-item, #hero .carousel-item::before {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-container {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: absolute;
  bottom: 0px;
  top: 0px;
  left: 0px;
  right: 0px;
}

#hero .carousel-content {
  background-image:url(../img/1.png);
  background-position-x: left;
  background-position-y: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 0px 60px 0px 100px;
  color: #fff;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  max-width: 500px;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
}

#hero .carousel-content h2 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 700;
}
#hero .hero-buttons{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  bottom: 0;
  width: 100%;
}
#hero .hero-btn{
  font-family: "Muli", sans-serif;
  font-weight: 700;
  font-size: 12px;
  padding: 8px 15px;
  border-radius: 10px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #189CD8;
  background-color: #189CD8;
  z-index: 10;
}
#hero .hero-btn:hover{
  background-color: transparent;
  color: #189CD8;
  text-decoration: none;
}
#hero .btn-get-started {
  font-family: "Muli", sans-serif;
  font-weight: 700;
  font-size: 12px;
  padding: 8px 15px;
  border-radius: 10px;
  transition: 0.5s;
  margin: 0 10px 10px 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid white;
  z-index: 10;
}

#hero .btn-get-started:hover {
  background: #189CD8;
  color: #fff;
  text-decoration: none;
  border-color: #189CD8 ;
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-left,
#hero .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-prev, #hero .carousel-control-next {
  width: 30px;
}

#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
  background: none;
}

#hero .carousel-indicators li {
  cursor: pointer;
}

@media (min-width: 1024px) {
  #hero .carousel-content {
    width: 60%;
  }
  #hero .carousel-control-prev, #hero .carousel-control-next {
    width: 30px;
  }
}

@media (max-width: 992px) {
  #hero {
    height: 70vh;
    
  }
  #hero .carousel-content {
    width: 100%;
    max-width: 100%;
    background-position-x: center;
    background-position-y: center;
    background-size: inherit;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 0;
    text-align: justify;
  }
  #hero .carousel-content h2 {
    margin-bottom: 15px;
    font-size: 22px;
  }
  #hero .carousel-content p {
    font-size: 15px;
  }
  #hero .carousel-control-prev-icon, #hero .carousel-control-next-icon {
    font-size: 20px;
  }
}

@media (max-height: 500px) {
  #hero {
    height: 50vh;
    
  }
  #hero .carousel-content {
    padding-top: 20px;
    
  }
}
.owl-carousel{
  min-height: 100%;
}
.owl-nav{
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  
}
.owl-prev,.owl-next{
  width: 30px;
  outline: none;
}
.owl-prev:focus,.owl-next:focus{
  outline: none;
}
.owl-next{
  transform: scaleX(-1);
}
.owl-item .item img{
  max-width: 250px;
  margin: auto;
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}
section p{
  text-align: justify;
}

.section-bg {
  background-color: #f6f3f2;
}

.section-title {
  text-align: left;
}

.section-title h2 {
  font-size: 28px;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #189CD8;
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #2b2320;
  min-height: 40px;
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 300;
  color: #fff;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  color: #ded5d2;
}

.breadcrumbs ol a {
  color: #fe825a;
}

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

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

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: url("../img/fonto-cta.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 60px 0;
  color: #574741;
}

.cta h3,.cta h5 {
  font-size: 28px;
  font-weight: 700;
}
.cta h5{
  color:white;
}
.cta h3 span {
  color: #189CD8;
}

.cta p {
  padding: 0;
  margin: 0;
  color:white;
  text-align: center;
}

.cta .cta-btn {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 25px;
  border-radius: 2px;
  transition: 0.4s;
  margin: 10px;
  border-radius: 4px;
  border: 2px solid white;
  color: white;
  
}

.cta .cta-btn:hover {
  background: #189CD8;
  color: #fff;
  border: 2px solid #189CD8;
}

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

@media (min-width: 769px) {
  .cta .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/

.services .title {
  display: block;
  padding-bottom: 15px;  
}
.services .title h2{
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  width: 80%;
}
.services .title img{
  padding-right: 5px;
  display: inline-block;
}
.services ul{
  list-style-image: url('../img/listitem.png');
  padding-left: 70px;
}

.services li a:hover{
  color: black;
}


/*--------------------------------------------------------------
# Nosotros
--------------------------------------------------------------*/


.stats{
  text-align: center;
  padding-bottom: 2em;
}
.stats .numbers{
  color: #189CD8;
  font-weight: bold;
  font-size: 4em;
}
.stats img{
  height: 85px;
}

/*--------------------------------------------------------------
# STAFF
--------------------------------------------------------------*/
.staff{
  text-align: center;
}
.staff img{
  width: 100%;
  max-width: 200px;
  margin-top: 1em;
}
.staff h2{
  font-size: 1em;
  margin-top: .5em;
}
.staff h5{
  font-size: 1em;
  color: #189CD8;
  max-width: 300px;
  text-align: center;
  margin: 0 auto;
}
.staff a{
  color: black;
}
.staff a:hover{
  color: #4d4643;
}
.modal .modal-content{
  background-color: rgba(67, 187, 199, 1);
  color: white;

}
.modal .modal-content .modal-title{
  font-size: .8em;
  text-align: justify;
}
.modal .modal-content .modal-title small{
  font-size: .7em;
  font-stretch: condensed;
}
.modal .modal-content .modal-body{
  font-size: .8em;
  text-align: justify;
}
.modal.show{
  display: flex !important;
  justify-content: center;
  align-items: center;
}
/*--------------------------------------------------------------
# Our Skills
--------------------------------------------------------------*/
.skills .progress {
  height: 50px;
  display: block;
  background: none;
}

.skills .progress .skill {
  padding: 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #2b2320;
}

.skills .progress .skill .val {
  float: right;
  font-style: normal;
}

.skills .progress-bar-wrap {
  background: #ded5d2;
}

.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: .9s;
  background-color: #189CD8;
}

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

.features .nav-tabs {
  border: 0;
}

.features .nav-link {
  border: 0;
  padding: 25px 20px;
  transition: 0.3s;
  color: #2b2320;
}

.features .nav-link:hover {
  color: #189CD8;
}

.features .nav-link h4 {
  font-size: 18px;
  font-weight: 600;
}

.features .nav-link p {
  font-size: 14px;
  margin-bottom: 0;
}

.features .nav-link.active {
  box-shadow: 0px 0 15px rgba(0, 0, 0, 0.12);
  color: #189CD8;
}

.features .tab-pane.active {
  -webkit-animation: slide-down 0.5s ease-out;
  animation: slide-down 0.5s ease-out;
}

@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes slide-down {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*--------------------------------------------------------------
# SECTORES
--------------------------------------------------------------*/
.sector{
  font-size: .9em;
}
.sector h2{
  font-size: 1em;
  vertical-align: text-top;
}
.sector i{
  font-size: 24px;
  vertical-align: middle;
}
.sector ul{
  list-style-image: url('../img/listitem.png');
}

/*--------------------------------------------------------------
# Cta Pricing
--------------------------------------------------------------*/
.cta-pricing {
  background: #f3f1f0;
  color: #65534c;
}

.cta-pricing h3 {
  font-size: 28px;
  font-weight: 700;
}

.cta-pricing .cta-btn {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 25px;
  border-radius: 2px;
  transition: 0.4s;
  margin: 10px;
  border-radius: 4px;
  border: 2px solid #189CD8;
  color: #189CD8;
  background: #fff;
}

.cta-pricing .cta-btn:hover {
  background: #189CD8;
  color: #fff;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 40px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  position: relative;
  background: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50px;
  border: 6px solid #fff;
  float: left;
  margin: 0 10px 0 0;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: #fecfc0;
  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: 15px 0 0 0;
  padding: 0;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
#mapa iframe{
  min-width: 100%;
  min-height: 300px;
  height: 50vh;
  overflow: hidden;
}

.contact .php-email-form {
  width: 100%;
  padding: 5px;
  background: transparent;
}

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

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.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;
  -webkit-animation: animate-loading 1s linear infinite;
  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:not(.form-check-input) {
  height: 44px;
  background-color: rgba(243, 243, 243, 0.4);

  
}
.contact .php-email-form input::placeholder{
  color:#243646;
}

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

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

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

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

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




/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: white;
  font-size: 14px;
  background: #00364A;
}

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

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

#footer .footer-top .footer-contact h3 {
  font-size: 22px;
  margin: 0 0 10px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Muli", sans-serif;
  color: white;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  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: #EA5B0B;
  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: white;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

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

#footer .footer-newsletter {
  font-size: 15px;
}

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

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

#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: -4px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #EA5B0B;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

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

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #189CD8;
  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: #fd5c28;
  color: #fff;
  text-decoration: none;
}
