body {
  font-family: "Open Sans", sans-serif;
  color: #fff;
  background: url("../img/bg.jpg") top center no-repeat;
  background-size: cover;
  
}

body::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  
}

img {
  margin-bottom: 20px;
}

a {
  color: #24b7a4;
  text-decoration: none;
}

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

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

#main {
  position: relative;
  
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/


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

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

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  
  position: relative;
  width: 100%;
  padding: 50px 0;
  /* countdown */
}

#header h1 {
  
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}



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

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

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

  
}

.row  {
  margin: auto;
}

.rw-cen {
  margin: auto;
}


.container .img {
  width: 50px;
}


/*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/
.contact .info {
  border-top: 3px solid #24b7a4;
  border-bottom: 3px solid #24b7a4;
  padding-top: 20px;
  background: rgba(255, 255, 255, 0.06);
  width: 80%;
  
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
  text-align: center;
  margin: auto;
}



.contact .info h4 {
  padding-top: 20px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
}

.contact .info p {
  
  margin-bottom: 5px;
  font-size: 14px;
}





/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: rgba(38, 55, 69, 0.4);
  padding: 30px 0;
  color: #fff;
  font-size: 14px;
  position: relative;
}

#footer .copyright {
  text-align: center;
}

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

#footer .credits a {
  color: #36d8c3;
}

.responsive-iframe {
  
  
  width: 100%;
  height: 100%;
}

.map {
  padding-top: 20px;
  margin: auto;
  width: 70%;
  height: 350px;
}

.image_ce {
  margin: auto;
}


.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: auto;
}