@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400&display=swap');
@import url("font-awesome.min.css");
/* ==================
 *
 *google fonts 
 *
 *===================*/

/* ==================
 *
 *var section 
 *
 *===================*/
/*****  font size  ******/
/*****  Colors  ******/
/* ==================
 *
 *	Reset Class Css
 *
 *===================*/
body {
  line-height: 24px;
  color: #555;
  font-family: 'Roboto', sans-serif;
  font-size: 17px;

  background: #282d37 url(../img/web/bg.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

h1 {
  font-size: 48px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 16px;
}
p {
  margin: 0px;
}
h1,h2,h3,h4,h5,h6 {
  font-family: 'Roboto', sans-serif;
  margin: 0px;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
a,
a:active,
a:focus,
a:active {
  text-decoration: none !important;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 0px solid #18d26e;
  margin: 20px 0;
}
/* ==================
 *
 *  Global Class 
 *
 *===================*/
.btn {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 300;
  padding: 12px 25px;
  border-radius: 0;
}
.btn2 {
font-size: 14px;
padding: 10px 12px 10px;
margin: 0 10px 0 10px;
color: #fff;
display: inline-block;
border: 2px solid #4baa55;
background-color: #4baa55;
width: auto;
-webkit-transition-duration: .5s;
-webkit-transition-timing-function: ease-in-out;
text-transform: uppercase;
font-weight: 600;
letter-spacing: 1px;
border-radius: 10px 10px 0 0;
}
.btn2:hover, .btn2:focus, .btn2:active {
  color: #fff;
  background-color: #5dcf6f;
  border: 2px solid #5dcf6f;
  }
.btnSP {
  font-size: 14px;
  padding: 14px;
  text-align: center;
  margin: 0 0 40px 0;
  color: #008ece;
  display: inline-block;
  border: 2px solid #5dcf6f;
  background-color: #fff;
  width: auto;
  -webkit-transition-duration: .5s;
  -webkit-transition-timing-function: ease-in-out;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  border-radius: 10px 0 10px 0;
  }
  .btnSP:hover, .btnSP:focus, .btnSP:active {
    color: #fff;
    background-color: #5dcf6f;
    border: 2px solid #5dcf6f;
    }
.nav > li > a:hover,
.nav > li > a:focus {
  background: transparent;
}
.title {
  text-align: center;
  padding-bottom: 70px;
}
.title h2 {
  color: #00508c;
  font-size: 32px;
  padding-bottom: 15px;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
}
.title h2::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}
.title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #18d26e;
  bottom: 0;
  left: calc(50% - 20px);
}
.title p {
  line-height: 24px;
  margin: 40px 0 0 0;
  color: #454a4f;
}
#mixed-items .mix {
  display: none;
}
.bg-white{
  padding: 40px;
  border-radius: 20px;
  background: rgba(250,253,255,0.7);
}
.marginTop {
  margin-top: 80px;
}

/* animation keyfrem */
@-webkit-keyframes wiggle {
  from {
    top: 10px;
  }
  to {
    top: 20px;
  }
}
@-moz-keyframes wiggle {
  from {
    top: 10px;
  }
  to {
    top: 20px;
  }
}
@-o-keyframes wiggle {
  from {
    top: 10px;
  }
  to {
    top: 20px;
  }
}
@keyframes wiggle {
  from {
    top: 10px;
  }
  to {
    top: 20px;
  }
}
.icon {
	position: relative;
	text-decoration: none;
}
.icon:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  text-transform: none !important;
  }
.icon > .label {
  display: none;
}
/* ==================
 *
 *  section Class 
 *
 *===================*/
/* header style */
header {
  padding: 20px 0;
  background: #00325a;
}
header .navbar {
  height: auto;
  margin-bottom: 0;
}
.is-sticky #navigation {
  background: #fff;
  z-index: 1000;
  transition: 0.3s;
  width: 100%;
  padding: 0;
}
.navbar-brand {
  padding: 0;
  height: auto;
}
.navbar-toggle {
  border-color: #333;
  transition: 0.3s;
}
.navbar-toggle .icon-bar {
  background: #333;
  transition: 0.3s;
}
.navbar-toggle:hover {
  border-color: #80d6a3;
}
.navbar-toggle:hover .icon-bar {
  background: #80d6a3;
}
.menu a {
  color: #eee;
  font-size: 20px;
  font-family: 'Bebas Neue', sans-serif;
  font-weight: 300;
  position: relative;  
}
.menu a:before {
  background-color: #00325a;
  margin-right: 4px;
  transition: 0.3s;
}
.menu a:hover {
  color: #f0dc6e;
}
.menu .active a {
  color: #f0dc6e;
}
.menu .active a:before{
  width: 20px;
}
.menu a:hover:before {
  width: 20px;
}
.navbar-brand {
  padding: 0;
  height: auto;
}
.navbar-toggle {
  border-color: #ffe18c;
  background: #00325a;
  margin-right: 20px;;
  transition: 0.3s;
}
.navbar-toggle .icon-bar {
  background: #ffe18c;
  transition: 0.3s;
}
.navbar-toggle:hover {
  border-color: #ffffff;
}
.navbar-toggle:hover .icon-bar {
  background: #ffffff;
}
.navbar .nav-item:not(:last-child) {
  margin-right: 0px;
}
#dropdownMenuButton {
  background-color: #00325a;
}
.dropdown-menu{
  background-color: #00508c;
}
.dropdown-menu .dropdown-item{
  color: #eee;
}
.dropdown-menu .dropdown-item:hover {
  background-color: #00325a;
  color: #ffffff;
}
.dropdown-menu .active .dropdown-item  {
  background-color: #282d37;
  color: #ffe18c;
}
.dropdown-menu .active .dropdown-item:hover  {
  background-color: #282d37;
  color: #ffe18c;
}
.show.dropdown .dropdown-toggle::after {
  transform: translateY(3px);
}

#banner {
  background: url('../img/web/banner.jpg');
  background-size: cover;
  padding: 150px 0;
  position: relative;
}
#banner:before {
  position: absolute;
  z-index: 99;
  background: rgba(250,253,255,0.7);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
}
#banner .block {
  position: relative;
  text-align: center;
  z-index: 999;
  color: #fff;
}
#banner .block h1 {
  padding-bottom: 25px;
  font-size: 55px;
  font-weight: 100;
  color: #80d6a3;
}
#banner .block h2 {
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
}
#banner .block .btn-learn {
  border: 1px solid #fff;
  color: #fff;
  border-radius: 25px;
  margin: 0 7px;
  padding: 10px 22px;
  font-size: 14px;
  transition: 0.3s;
}
#banner .block .btn-learn:hover {
  border-color: #80d6a3;
  color: #80d6a3;
}
#banner .block .buttons {
  margin-top: 40px;
}
#banner .block .buttons a:first-child {
  margin-left: 0;
}
#banner .scrolldown {
  position: absolute;
  left: 50%;
  bottom: 18%;
}
#banner .scrolldown .scroll {
  border-radius: 100px;
  width: 25px;
  height: 45px;
  position: absolute;
  left: 50%;
  margin: 0 0 0 -15px;
  display: inline-block;
  border: 1px solid #fff;
  z-index: 99;
}
#banner .scrolldown .scroll:after {
  background: #fff;
  border-radius: 300px;
  width: 4px;
  height: 9px;
  position: absolute;
  top: 10px;
  left: 50%;
  margin: 0 0 0 -2px;
  display: block;
  content: " ";
  -webkit-animation: wiggle 0.5s linear 0s infinite alternate;
  -moz-animation: wiggle 0.5s linear 0s infinite alternate;
  -o-animation: wiggle 0.5s linear 0s infinite alternate;
  animation: wiggle 0.5s linear 0s infinite alternate;
}

/* ==========================================================================================
 *  Home Page Style 
 * ========================================================================================== */

#nosotros {
  padding: 100px 0 0;
}
#nosotros .feature-block {
  padding-bottom: 35px;
  text-align: center;
}
#nosotros .feature-block .icon-box {
  margin-bottom: 24px;
}
#nosotros .feature-block .icon-box i {
  display: inline-block;
  line-height: 1;
  font-size: 60px;
  transition: 0.3s;
  color: #80d6a3;
}
#nosotros .feature-block h4 {
  font-size: 20px;
  color: #333;
  position: relative;
  text-transform: none;
  margin-bottom: 10px;
  font-weight: 400;
}
#nosotros .feature-block p {
  text-align: justify;
  line-height: 24px;
}
#nosotros .showcase-img {
  margin-top: 40px;
}
#galeria {
  padding: 100px 0;
}
#eventos {
  padding: 80px 0 60px 0;
  min-height: 660px;
}
#eventos .block .recent-work-mixMenu {
  padding-bottom: 40px;
  text-align: center;
}
#eventos .block .recent-work-mixMenu ul li {
  display: inline-block;
  padding: 0;
}
#eventos .block .recent-work-mixMenu ul li button {
  background: none;
  border: 0;
  font-size: 16px;
  font-weight: 500;
  color: #008ece;
  margin: 0 20px;
  transition: 0.2s;
  text-transform: uppercase;
}
#eventos .block .recent-work-mixMenu ul li button:hover {
  color: #5dcf6f;
}
#eventos .block .recent-work-mixMenu ul li button:focus {
  outline: 0;
}
#eventos .block .recent-work-mixMenu ul li .active {
  color: #5dcf6f;
}
#eventos .block .recent-work-pic ul li {
  margin-bottom: 30px;
  position: relative;
}
#eventos .block .recent-work-pic ul li:hover .overlay {
  opacity: 1;
}
#eventos .block .recent-work-pic ul li:hover .overlay i {
  top: 40%;
  opacity: 1;
}
#eventos .block .recent-work-pic ul li:hover .overlay h3 {
  bottom: 50%;
  opacity: 1;
}
#eventos .block .recent-work-pic ul li .overlay {
  position: absolute;
  top: 0px;
  left: 14px;
  bottom: 0px;
  right: 14px;
  background: rgba(128, 214, 163, 0.65);
  transition: 0.3s;
  text-align: center;
  opacity: 0;
}
#eventos .block .recent-work-pic ul li .overlay h3,
#eventos .block .recent-work-pic ul li .overlay i {
  color: #fff;
  
}
#eventos .block .recent-work-pic ul li .overlay h3 {
  bottom: 30%;
  left: 50%;
  opacity: 0;
  text-transform: uppercase;
  font-weight: 400;
  width: 100%;
  transition: 0.3s;
  position: absolute;
  transition-delay: 0.1s;
  transform: translateX(-50%);
}
#eventos .block .recent-work-pic ul li .overlay i {
  top: 30%;
  opacity: 0;
  left: 50%;
  font-size: 50px;
  transition: 0.3s;
  transition-delay: 0s;
  position: absolute;
  transform: translate(-50%, 50%);
}
#eventos .block .recent-work-pic ul li .overlay .overlay-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#servicios {
  padding: 65px 0 60px;
}
#servicios .block {
  color: #353535;
  height: 360px;
}
#servicios .block ul {
  padding: 20px 0;
}
#servicios .block ul li {
  padding: 6px 0;
}
#servicios  h3 {
  color: #008ece;
  font-size: 20px;
  font-weight: 500;
  margin: 10px 0 20px 0;
}
#servicios  h4 {
  text-align: center;
  color: #FFFFFF;
  font-size: 17px;
  margin: 10px;
}
#servicios  a {
  color: #5dcf6f;
}
#servicios  a:hover {
  color: #f0a514;
}

#servicios .block ul li p {
  text-transform: none;
}
#servicios .block ul li:first-child {
  margin-bottom: 26px;
}
#servicios .block ul li:first-child h4 {
  padding-bottom: 29px;
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
}
#servicios .block ul li:first-child p {
  font-size: 28px;
  color: #738cb9;
  line-height: 1;
  font-weight: 600;
}
#servicios .block ul li:first-child p span {
  font-weight: 300;
}
#servicios .block ul li:last-child {
  color: #aaa;
  margin-top: 20px;
}
#servicios .block .btn-buy {
  border-color: #f0dc6e;
  border-radius: 25px;
  color: #fff;
  font-size: 17px;
  display: inline-block;
  font-weight: 600;
  transition: 0.3s;
  background: #c89650;
}
#servicios .block .btn-buy {
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
}
#servicios .block:hover {
  background:rgba(32, 38, 58, 0.1);
}
#servicios .block:hover .btn-buy {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
}
#servicios .btn{
  font-size: 14px;
  padding: 10px 12px 10px;
  border: 2px solid #5dcf6f;
  color: #fff;
  display: inline-block;
  background-color: #5dcf6f;
  width: auto;
  -webkit-transition-duration: .5s;
  -webkit-transition-timing-function: ease-in-out;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  border-radius: 4px;
}
#servicios .btn:hover{
  border: 2px solid #5dcf6f;
  color: #5dcf6f;
  background-color: transparent;
}

#equipo {
  padding: 65px 0 140px;
}
#equipo .block {
  position: relative;
  overflow: hidden;
  border:3px solid transparent;
  -webkit-transition: .4s all;
  -o-transition: .4s all;
  transition: .4s all;
}
#equipo .block img {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
#equipo .block:hover {
  border: 3px solid #f0dc6e;
}
#equipo .block:hover .equipo-overlay {
  bottom: 0;
  opacity: 1;
}
#equipo .equipo-overlay {
  background: rgba(255, 255, 255, 0.95);
  color: #fff;
  text-align: center;
  padding: 40px 10px;
  position: absolute;
  bottom: -150px;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
#equipo .equipo-overlay h3,
#equipo .equipo-overlay span {
  color: #333;
}
#equipo .equipo-overlay span {
  display: block;
  font-size: 16px;
  padding-top: 10px;
}
#equipo .equipo-overlay .icon {
  width: 38px;
  height: 38px;
  margin: 0 auto;
  padding: 10px;
  line-height: 1;
  margin-top: 36px;
  margin-bottom: 25px;
  border-radius: 100%;
  display: inline-block;
  background: #f0dc6e;
}
#equipo .equipo-overlay .icon i {
  font-size: 18px;
  color: #fff;
}
#equipo .equipo-overlay p {
  color: #707a8a;
}
#equipo .equipo-overlay .media {
  margin-top: 10px;
}
#equipo .equipo-overlay .media a {
  font-size: 16px;
  color: #fff;
  transition: 0.3s;
  margin: 0 10px;
}
#equipo .equipo-overlay .media a:hover {
  color: #f0dc6e;
}

#valores {
  padding: 85px 0 60px;
  background: rgba(255,255,255,0.7);
}
#valores .feature-block {
  padding-bottom: 35px;
}
#valores .feature-block .icon-box {
  margin-bottom: 24px;
}
#valores .feature-block .icon-box i {
  display: inline-block;
  line-height: 1;
  font-size: 60px;
  transition: 0.3s;
  color: #f0dc6e;
}
#valores .feature-block h4 {
  font-size: 22px;
  color: #e6e696;
  position: relative;
  text-transform: none;
  margin-bottom: 10px;
  font-weight: 600;
}
#valores .feature-block p {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
}
#valores .showcase-img {
  margin-top: 40px;
}
#valores .image-wrap .vision {
	display: table-cell;
	vertical-align: middle;
	top: 50%;
	text-align: center;
	width: 100%;
	height: 200px;
	padding: 2em 2em 2em 2em;
	border:solid 1px #0064a0;
	color: #DCE6F0;
	border-radius: 20px;
	z-index: 1;
  background-image: linear-gradient( 109.6deg,  rgba(0,55,96,1) 16%, rgba(0,142,206,1) 91.1% );
}
#team {
  padding: 85px 0 60px;
  background: rgba(255,255,255,0.7);
}
#team .block {
  position: relative;
  overflow: hidden;
  border:3px solid transparent;
  -webkit-transition: .4s all;
  -o-transition: .4s all;
  transition: .4s all;
  margin: 20px 0px;
}
#team .block img {
  width: 100%;
  position: relative;
}

#team .block:hover {
  border: 3px solid #008ece;
}
#team .block:hover .team-overlay {
  bottom: 0;
  opacity: 1;
}
#team .team-overlay {
  background: rgba(255, 255, 255, 0.95);
  color: #fff;
  text-align: center;
  padding: 40px 34px;
  position: absolute;
  bottom: -150px;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
#team .team-overlay h3,
#team .team-overlay span {
  font-size: 24px;
  font-weight: 700;
  color: #008ece;
}
#team .team-overlay span {
  display: block;
  font-size: 14px;
  padding-top: 10px;
}
#team .team-overlay .icon {
  width: 38px;
  height: 38px;
  margin: 0 auto;
  padding: 10px;
  line-height: 1;
  margin-top: 6px;
  margin-bottom: 8px;
  border-radius: 100%;
  display: inline-block;
  background: #80d6a3;
}
#team .team-overlay .icon i {
  font-size: 18px;
  color: #fff;
}
#team .team-overlay p {
  font-size: 16px;
  line-height: 23px;
  color: #505a6a;
  
}
#team .team-overlay .media {
  margin-top: 10px;
}
#team .team-overlay .media a {
  font-size: 12px;
  color: #fff;
  transition: 0.3s;
  margin: 0 10px;
}
#team .team-overlay .media a:hover {
  color: #008ece;
}
#payments {
  padding: 65px 0;
}
#payments p {
  margin: 40px 0 0 0;
}
#payments a {
  color: #0065a7;
}
#payments a:hover {
  color: #008ece;
}
#payments .focus {
  font-style: italic;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
}
#payments .showcase-img {
  margin-top: 40px;
}
#play-video {
  padding: 105px 0;
  background: url("../img/new-latter.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
#play-video:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(32, 35, 34, 0.7);
}
#play-video .block {
  text-align: center;
}
#play-video .block h2 {
  color: #fff;
  padding-bottom: 5px;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
}
#play-video .block p {
  text-align: center;
  color: #dfdfdf;
  padding-bottom: 30px;
  font-family: 'Lora', serif;
  font-size: 15px;
  line-height: 22px;
  margin-top: 10px;
}
#play-video .block .button {
  position: relative;
  width: 100px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #fff;
  background: #80d6a3;
  display: block;
  margin: 0 auto;
  text-align: center;
  border-radius: 4px;
  transition: all 300ms linear;
  font-size: 30px;
  margin-top: 10px;
}
#play-video .block .button:hover {
  color: #424242;
  border-color: red;
}
#html5-watermark {
  display: none !important;
}

/** Google Map**/
.map #googleMap {
  min-height: 345px;
  -webkit-filter: gray;
  filter: gray;
  filter: grayscale(100%);
  -webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
}
/* ================ Home end ========================= */
/* =====================
   contact page style
   ===================== */

  #contacto {
    padding: 65px 0;
  }
  #contacto form input,
  #contacto form textarea {
    padding: 24px 20px 0;
    border-color: #97a0af;
    background-color: #080a12;
    border-radius: 5px;
    font-size: 14px;
    color: #e6dcaa;
    box-shadow: none;
  }
  #contacto form input {
    margin-bottom: 15px;
    padding: 0px 20px;
  }
  #contacto form textarea {
    margin-bottom: 28px;
    min-height: 172px;
    resize: none;
  }
  #contacto form button {
    float: right;
    color: #fff;
    font-size: 16px;
    padding: 17px 43px;
    border-radius: 40px;
    font-weight: 600;
    background: #2d3a5a;
    border: 1px solid #2d3a5a;
    transition: 0.3s;
  }
  #contacto form button:hover {
    background: #556487;
    color: #fff;
    border-color: #2d3a5a;
  } 
/* ================ Contact end ========================= */

#footer-top iframe {
  width: 100%;
  height: 385px;
  transform: translateZ(0px);
  background-color: #ffffff;
  border: 0;
}
footer {
  background: #00325a;
  padding: 10px 0 25px 0;
  text-align: center;
}
footer p {
  font-size: 14px;
  color: #fff;
  line-height: 1;
  padding-top: 26px;
}
footer .block a{
  font-weight: 600;
}

/* ==========================================================================================
 *  Carousel 
 * ========================================================================================== */
 .carousel li {
  margin-right: 5px;
}

#latest{position:relative; margin:0; padding:32px 0 0 0;}
#latest .carousel-items li{margin-right:20px}
#latest ul li figure{position:relative;}
#latest ul li figure::after, #latest ul li figure figcaption{position:absolute;}
#latest ul li figure::after{top:0; left:0; width:100%; height:100%; content:""; visibility:hidden; opacity:0;}
#latest ul li figure:hover::after{visibility:visible; opacity:1;}
#latest ul li figure img{width:100%;}
#latest ul li figure figcaption{bottom:5%; left:5%; width:90%; z-index:999;}
#latest ul li figure figcaption *{margin:0; padding:0;}
#latest ul li figure figcaption time{font-size:1em; color:#FFF0D2; opacity:.5;}
#latest ul li figure figcaption p:first-of-type{margin:0;}
#latest figure figcaption{color:#FFFFFF; background-color:transparent;}
#latest figure:hover::after{background-color:rgba(255,255,255,.5);}
/*--------------------------------------------------------------------------------------------------------------- */
#latest2{position:relative; margin:0; padding:32px 0 0 0;}
#latest2 .carousel-items li{margin-right:20px}
#latest2 ul li figure{position:relative;}
#latest2 ul li figure::after, #latest2 ul li figure figcaption{position:absolute;}
#latest2 ul li figure::after{top:0; left:0; width:100%; height:100%; content:""; visibility:hidden; opacity:0;}
#latest2 ul li figure:hover::after{visibility:visible; opacity:1;}
#latest2 ul li figure img{width:100%;}
#latest2 ul li figure figcaption{bottom:5%; left:5%; width:90%; z-index:999;}
#latest2 ul li figure figcaption *{margin:0; padding:0;}
#latest2 ul li figure figcaption time{font-size:1em; color:#FFF0D2; opacity:.5;}
#latest2 ul li figure figcaption p:first-of-type{margin:0;}
#latest2 figure figcaption{color:#FFFFFF; background-color:transparent;}
#latest2 figure:hover::after{background-color:rgba(255,255,255,.5);}
/*--------------------------------------------------------------------------------------------------------------- */

.flex-direction-nav {
  display:block;
  position:absolute;
  top:-25px;
  right:0;
  width:auto;
}
.flex-direction-nav li {
	display:inline-block;
	width:32px;
	height:32px;
	text-align:center;
}
.flex-direction-nav li a {
	display:block;
	width:32px;
	height:32px;
	line-height:32px;
}
.flex-direction-nav a {
  color:#FFFFFF;
  background-color:#00508c;
  position: absolute;
  cursor: pointer;
}
.flex-direction-nav a:hover {
  color:#FFFFFF;
  background-color:#0064a0;
}
.flex-direction-nav .flex-prev {
  left: -10px;
}
.flex-direction-nav .flex-next {
  right: 0px;
}
.flexslider:hover .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0.35 !important;
  filter: alpha(opacity=35);
  cursor: default;
}
.flex-direction-nav a:before {
  font-family: 'FontAwesome';
  font-size: 16px;
  display: inline-block;
  content: "\f053";
}
.flex-direction-nav a.flex-next:before {
  content: "\f054";
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -50px;
  text-align: center;
}
.flex-control-nav li {
  margin: 20px 6px 0px 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 12px;
  height: 12px;
  display: block;
  background: #666666;
  background: rgba(185, 185, 185, 0.75);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
       -o-border-radius: 20px;
          border-radius: 20px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
       -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.flex-control-paging li a:hover {
  background: #FFFFFF;
  background: rgba(255, 255, 255, 1);
}
.flex-control-paging li a.flex-active {
  background: #D5A75E;
  background: rgba(213, 167, 94, 1);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

/* ==========================================================================================
 *  Control Panel 
 * ========================================================================================== */

#single-page {
  padding: 160px 0 100px;
  min-height: 660px;
}
#single-page form input,
#single-page form textarea,
#single-page form select {
  padding: 8px 20px;
  border-color: #80d6a3;
  border-radius: 5px;
  font-size: 14px;
  color: #97a0af;
  box-shadow: none;
  height: 42px;
  margin-bottom: 28px;
}
#single-page form textarea {
  min-height: 172px;
  resize: none;
}
#single-page form button {
  float: right;
  color: #fff;
  font-size: 16px;
  padding: 17px 43px;
  background: #80d6a3;
  border-radius: 40px;
  font-weight: 600;
  border-color: transparent;
  transition: 0.3s;
}
#single-page form button:hover {
  background: none;
  color: #80d6a3;
  border-color: #80d6a3;
}
#single-page .btn-basic{
  color: #FFFFFF;
  border: 1px solid #008ece;
  font-size: 14px;
  text-align: center;
  padding: 8px 16px;
  margin: 12px 0;
  border-radius: 5px;
  font-weight: 500;
  transition: 0.3s;
  background: #008ece;
}
#single-page .btn-basic:hover{
  color: #008ece;
  border-color: #008ece;
  background: transparent;
}
#single-page .btn-basic2{
  color: #FFFFFF;
  border: 1px solid #d68d80;
  font-size: 14px;
  text-align: center;
  padding: 8px 16px;
  margin: 12px 0;
  border-radius: 5px;
  font-weight: 500;
  transition: 0.3s;
  background: #d68d80;
}
#single-page .btn-basic2:hover{
  color: #d6a780;
  border-color: #d68d80;
  background: transparent;
}
#single-page .btn-basic3{
  color: #FFFFFF;
  border: 1px solid #80d6a3;
  font-size: 14px;
  text-align: center;
  padding: 8px 16px;
  margin: 12px 0;
  border-radius: 5px;
  font-weight: 500;
  transition: 0.3s;
  background: #80d6a3;
}
#single-page .btn-basic3:hover{
  color: #80d6a3;
  border-color: #80d6a3;
  background: transparent;
}

#card {
  padding: 85px 0 60px;
  background: rgba(255,255,255,0.7);
}
.flip-card {
  background-color: transparent;
  width: 360px;
  height: 270px;
  border: 1px solid #f1f1f1;
  perspective: 1000px;
  margin-bottom: 40px;
  border-radius: 10px;
  }
  .flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;  
   text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  }
  .flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
  }
  .flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  }
  .flip-card-front {
  background-color: #bbb;
  color: black;
  }
  .flip-card-back {
  background-color: #fff;
  color: 333; 
  padding: 60px 25px;
  transform: rotateY(180deg);
  }
.flip-card  h3 {
    font-size: 32px;
    font-weight: 600;
    color: #00508c;
  }
.flip-card  p {
    font-size: 17px;
    line-height: 23px;
    color: #505a6a;
  }
