@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');

body {
  background-attachment: fixed;
  background-color: rgb(255, 255, 255);
  background-repeat: initial;


}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

p {
  line-height: none;
  color: #FFF;
  font-size: 24px;
  font-family: "Lato Hairline";
}

p1 {
  line-height: 1.55;
  color: #FFFFFF;
  font-size: 20px;
  font-family: "Lato Black";
  text-align: justify;
}

p2 {
  line-height: 1.80 ;
  color: #FFFFFF;
  font-size: 15px;
  font-family: "Lato Black";
  text-align: justify;
}

p3 {
  line-height: 1.60 ;
  font-size: 24px;
  font-family: "Lato Hairline";  
  color: #000000;
  text-align: justify;
}

h1 {
  font-size: 62px;
}

h2 {
  font-size: 40px;
  margin-bottom: 65px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 30px;
  color: white;
  text-shadow: -4px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

h7 {
  font-size: 70px;
  color: #002e3e;
  font-family: "Franklin Gothic Medium";
  border: 5px;
  border-color: #FFF;
  text-shadow: -4px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
  
}

h8 {
  font-size: 30px;
  margin-bottom: 65px;
}

/* ==================================================
  ventana modal
  ================================================== */



/*:::Boton-Modal:::*/
.boton-modal{
    
    background-color:#0f3380;
}
.boton-modal label{
    
    background-color: #5488a3;
    color: #fff;
    border-radius: 8px;
    cursor: pointer;
    transition: all 500ms ease;
}
.boton-modal label:hover{
    background-color: #0b2736;
}
/*:::Fin Boton-Modal:::*/

/*:::Ventana Modal:::*/
#btn-modal{
    display: none;
}
.container-modal{
    width: 100%;
    height: 115vh;
    position: fixed;
    top: 0; left: 0;
    background-color: rgba(0, 0, 0, 0.822);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 100;
    animation-name: animacion-modal;
    animation-duration: 1.5s;
}

@keyframes animacion-modal {
  from {
    transform: scale(0.2);
    opacity: 1;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
#btn-modal:checked ~ .container-modal{
    display: flex;
}
.content-modal{
    width: 100%;
    max-width: 670px;
    padding: 10px;
    background-color: #fff;
    border-radius: 8px;
}
.content-modal h2{
    margin-bottom: 15px;
}
.content-modal p{
    padding: 15px 0px;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
}
.content-modal .btn-cerrar{
    width: 100%;
    margin-top: 15px;
    display: flex;
    justify-content: flex-end;
}
.content-modal .btn-cerrar label{
    padding: 7px 10px;
    background-color: #5488a3;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    transition: all 300ms ease;
}
.content-modal .btn-cerrar label:hover{
    background-color:#0b2533;
}
.cerrar-modal{
    width:100%;
    height: 100vh;
    position: absolute;
    top:0; left: 0;
    z-index: -1;
}
@media screen and (max-width:800px) {
    .content-modal{
        width: 90%;
    }
}
/*:::Fin Ventana Modal:::*/




/* ==================================================
  slider inicial
  ================================================== */


.slider {
  width: 100%;
  margin: auto;
  overflow: hidden;
}

.slider ul {
  display: flex;
  padding: 0;
  width: 200%;

  animation: cambio 12s infinite alternate linear;
}

.slider li {
  width: 100%;
  list-style: none;
}

.slider img {
  width: 100%;
}

@keyframes cambio {
  0% {
    margin-left: 0;
  }

  20% {
    margin-left: 0;
  }

  25% {
    margin-left: -100%;
  }

  45% {
    margin-left: -100%;
  }


}



.sticky-container{
  padding:0px;
  margin:0px;
  position:fixed;
  right:-130px;
  top:230px;
  width:210px;
  z-index: 1100;
}
.sticky li{
  list-style-type:none;
  background-color:#fff;
  color:#efefef;
  height:43px;
  padding:0px;
  margin:0px 0px 1px 0px;
  -webkit-transition:all 0.25s ease-in-out;
  -moz-transition:all 0.25s ease-in-out;
  -o-transition:all 0.25s ease-in-out;
  transition:all 0.25s ease-in-out;
  cursor:pointer;
}
.sticky li:hover{
  margin-left:-115px;
}
.sticky li img{
  float:left;
  margin:5px 4px;
  margin-right:5px;
}
.sticky li p{
  padding-top:5px;
  margin:0px;
  line-height:16px;
  font-size:11px;
}
.sticky li p a{
  text-decoration:none;
  color:#2C3539;
}
.sticky li p a:hover{
  text-decoration:underline;
}





/* ==================================================
  General
  ================================================== */

a {
  transition: 0.5s;
}

/* ==================================================
  Elements
  ================================================== */
.centrar {

  padding: 0px 0px 0px 140px;
}

.btn {
  background-color: #002e3e;
  font-family: "Lato Black";
  font-weight: 800;
  color: #fff;
  padding: 15px 45px;
  border-radius: 50px;
}

.btn:hover {
  background-color: #009999;
  color: #fff;
}

.btn:focus {
  color: #fff;
}

.btn-ghost {
  border: 3px solid #fff;
  background-color: transparent;
}

.btn-ghost:hover {
  background-color: #fff;
  color: #199EB8;
}

section {
  padding: 55px 0;
}

.card {
  position: relative;
  padding: 0;
  border: 0;
  border-radius: 0px;
  margin: 0;
  overflow: auto;
  border-color: #002e3e;
  border: none;
  background: #002e3e;
  color: #f2f2f2;
  padding: 5px;
  font-size: 18px;

  position: relative;
  box-sizing: border-box;
  transition: all 500ms ease;
}


.card1 {
  position: relative;
  padding: 0;
  border: 0;
  border-radius: 0px;
  margin: 0;
  overflow: auto;
  border-color: #002e3e;
  border: none;
  background-image: url(../img/legal.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;


}

.card2 {
  position: relative;
  padding: 0;
  border: 0;
  border-radius: 0px;
  margin: 0;
  overflow: auto;
  border-color: #002e3e;
  border: none;
  background-image: url(../img/triburaria.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;


}

.card3 {
  position: relative;
  padding: 0;
  border: 0;
  border-radius: 0px;
  margin: 0;
  overflow: auto;
  border-color: #002e3e;
  border: none;
  background-image: url(../img/rrhh.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;


}


.card4 {

  border-radius: 0px;
  margin: 0;
  overflow: auto;
  border: solid;
  border-color: #002e3e;
  background: #FFFFFF;
  color: #000;
  padding: 35px;
  font-size: 24px;
  text-align: justify;
  position: relative;
  box-sizing: border-box;
  transition: all 900ms ease;
}

.card5 {
  position: relative;
  padding: 0;
  border: 0;
  border-radius: 0px;
  margin: 0;
  overflow: auto;
  border-color: #FFFFFF;
  border: none;
  background: #FFFFFF;
  color: #f2f2f2;

  padding: 35px;
  font-size: 18px;
  position: relative;
  box-sizing: border-box;
  transition: all 500ms ease;
}

a:hover {
  text-decoration: none !important;
}

.scrolltop {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #199EB8;
  color: #fff;
  text-align: center;
  font-size: 24px;
}

.scrolltop:hover,
.scrolltop:active,
.scrolltop:focus {
  color: #fff !important;
  opacity: .75;
}

/* ==================================================
  Hero Styling
================================================== */

.sueños {
  display: table;
  position: relative;
  background-image: url(../img/adventure.jpg);
  background-size: cover;
  padding: 150px 0;
  color: #fff;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-attachment: fixed;
  border-radius: 100px;

}

.ugpp {
  display: table;
  position: relative;
  background-image: url(../img/blog-6.jpg);
  background-size: cover;
  padding: 150px 0;
  color: #fff;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-attachment: fixed;
  border-radius: 100px;

}




.hero {
  display: table;
  position: relative;

  background-size: cover;
  padding: 5px 0;
  color: #fff;
  width: 100%;
  height: 0px;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.legal {
  display: table;
  position: relative;
  background-image: url(../img/justice.jpg);
  background-size: cover;
  padding: 150px 0;
  color: #fff;
  width: 100%;
  height: 50vh;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.rrhh {
  display: table;
  position: relative;
  background-image: url(../img/rrhh.jpg);
  background-size: cover;
  padding: 150px 0;
  color: #fff;
  width: 100%;
  height: 50vh;
  background-repeat: no-repeat;
  background-attachment: fixed;
}


.tributaria {
  display: table;
  position: relative;
  background-image: url(../img/tributaria.jpg);
  background-size: cover;
  padding: 150px 0;
  color: #fff;
  width: 100%;
  height: 50vh;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.sueños1 {
  display: table;
  position: relative;
  background-image: url(../img/adventure.jpg);
  background-size: cover;
  padding: 150px 0;
  color: #fff;
  width: 100%;
  height: 50vh;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.ugpp1 {
  display: table;
  position: relative;
  background-image: url(../img/blog-6.jpg);
  background-size: cover;
  padding: 150px 0;
  color: #fff;
  width: 100%;
  height: 50vh; 
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.hero:after {
  content: '';
  z-index: 0;
  position: absolute;
  background: rgb(255, 255, 255);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.hero .container {
  position: relative;
  z-index: 1;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  width: 100%;

}

.hero-brand {
  margin-bottom: 75px;
  display: inline-block;
}

.hero-brand:hover {
  opacity: .75;
}

.tagline {
  font-family: "Lato Black";
  font-size: 26px;
  margin: 45px 0 75px 0;
  color: #FFF;
}

/* ==================================================
  Header Styling
================================================== */

#header {
  height: 100px;
  background-color: #ffffff9c;
  -webkit-box-shadow: 6px 8px 14px -1px rgba(0, 0, 0, 0.74);
  -moz-box-shadow: 6px 8px 14px -1px rgba(0, 0, 0, 0.74);
  box-shadow: 6px 8px 14px -1px rgba(0, 0, 0, 0.74);
}

#header #logo {
  margin: 14px 25px 0 0;
}

#header #logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 0px 0;
  line-height: 1;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header #logo h1 a,
#header #logo h1 a:hover {
  color: #fff;
}

#header #logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}

#header .social-nav {
  margin-top: 1px;
}

#header .social-nav a {
  font-size: 22px;
  margin-left: 0px;
  color: #fff;
}



/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Nav Menu Essentials */

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

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu>li {
  float: left;
}

.nav-menu li:hover>ul,
.nav-menu li.sfHover>ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */

.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */

#nav-menu-container {
  margin: 0;
}

/* Nav Meu Styling */

.nav-menu a {
  padding: 30px 15px 15px 12px;
  text-decoration: none;
  display: inline-block;
  color: #002E3E;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  font-weight: 280;
  font-size: 15px;
  outline: none;
}

.nav-menu a:hover,
.nav-menu li:hover>a,
.nav-menu .menu-active>a {
  color: rgba(31, 212, 249, 0.75);
}

.nav-menu ul {
  margin: 4px 0 0 15px;
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.08);
}

.nav-menu ul li {
  background: #ffffff88;
  border-top: 1px solid #f4f4f4;
}

.nav-menu ul li:first-child {
  border-top: 0;
}

.nav-menu ul li:hover {
  background: #199EB8;
  transition: 0.3s;
}

.nav-menu ul li a {
  color: #333;
  transition: none;
  padding: 10px 15px;
}

.nav-menu ul li a:hover {
  color: #fff;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */

#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 8px 10px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #09C;
}

/* Mobile Nav Styling */

#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(0, 0, 0, 0.9);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #199EB8;
}

#mobile-nav ul .menu-item-active {
  color: #199EB8;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}

/* Mobile Nav body classes */

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

body.mobile-nav-active #mobile-nav {
  left: 0;
}

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






@-webkit-keyframes movimiento-diagonal {
  from {
    left: -100px;
  }

  to {
    left: 0px;
  }
}

@keyframes movimiento-diagonal {
  from {
    left: -100px;
  }

  to {
    left: 0px;
  }
}

#anim {
  -webkit-animation-name: movimiento-diagonal;
  animation-name: movimiento-diagonal;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: inherit;
  animation-iteration-count: inherit;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  /*para que vuelva a su posicion inicial */

}




/* ==================================================
  Stats Styling
================================================== */

.stats-row {
  margin-top: 2px;
}

.stats-col .circle {
  display: inline-block;
  width: 160px;
  height: 160px;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #666;
  border: 6px solid #199EB8;
  border-radius: 50%;
  padding: 55px 25px 0 25px;
  position: relative;
}

.stats-col .circle .stats-no {
  color: #fff;
  width: 70px;
  height: 70px;
  line-height: 70px;
  top: -25px;
  right: -15px;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 18px;
  background-color: #E04F00;
  position: absolute;
  border-radius: 50%;
  font-weight: 700;
}

/* ==================================================
  Parallax Styling
  ================================================== */

.block {
  color: #fff;
  height: 490px;
  overflow: hidden;
  padding-top: 85px;

}


.block h2 {
  text-transform: uppercase;
  margin-bottom: 15px;
}

.block p {
  color: #FFFFFF;
  margin-bottom: 45px;
}

.block1 {
  color: #fff;
  height: 490px;
  overflow: hidden;
  padding-top: 85px;

}

.block1 h2 {
  text-transform: uppercase;
  margin-bottom: 15px;
}

.block1 p {
  color: #FFFFFF;
  margin-bottom: 45px;
}


/* ==================================================
  Features Styling
  ================================================== */

.features {
  padding-bottom: 45px;
}

.features h2 {
  color: #002e3e;
}

.feature-col {
  display: table;
  padding-bottom: 45px;
}

.feature-col1 {
  display: block;
  padding-bottom: 45px;
}

.feature-col1>div>div {
  display: table-cell;
  vertical-align: central;
}

feature-col1>div>div:last-child {
  padding-left: 40px;
}

.feature-col>div>div {
  display: table-cell;
  vertical-align: middle;
}

.feature-col>div>div:last-child {
  padding-left: 20px;
}

.feature-col .feature-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 15px;
  background: #FFFFFF;
  color: #002e3e;
  font-size: 24px;
  text-align: center;
  line-height: 70px;
  border-radius: 50%;
  display: inline-block;


}

.feature-col h3 {
  color: #FFFFFF;
  font-size: 24px;
}

.feature-col p {
  font-family: "Lato Black";
  font-size: 14px;
  color: #FFF;
}

/* ==================================================
  Call-to-action Styling
  ================================================== */

.cta {
  background-color: #002e3e;
  padding: 25px 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-image: url(../img/fondo.png);
  background-repeat: no-repeat;
  background-size: cover;

}

.legalcta {
  background-color: #002e3e;
  padding: 25px 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-image: url(../img/hamer.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.cta1 {
  background-color: #002e3e;
  padding: 80px 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-image: url(../img/business1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.tributariacta {
  background-color: #002e3e;
  padding: 25px 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-image: url(../img/fondo3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.ugppcta {
  background-color: #002e3e;
  padding: 25px 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-image: url(../img/fondo3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}


.cta h2 {
  margin-bottom: 5px;
}

.cta h2,
.cta p {
  color: #fff;
}

.cta p {
  margin-bottom: 0;
  opacity: .75;
}

.cta .btn-ghost {
  position: relative;
  top: 13px;
}

/* ==================================================
  Portfolio Styling
  ================================================== */

.portfolio {
  padding-bottom: 0;
}

.portfolio h2 {
  color: #002e3e;
  margin-bottom: 25px;
}

.portfolio-grid {
  margin-top: 65px;
}

.portfolio-grid .row {
  margin: 0;
}

.portfolio-grid .row>div {
  padding: 0;
}

.portfolio-grid .row>div .card img {
  width: 100%;
}

.portfolio-grid .row>div .card .portfolio-over {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.portfolio-grid .row>div .card .portfolio-over>div {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.portfolio-grid .row>div .card .portfolio-over .card-title {
  color: #fff;
  font-size: 30px;
}

.portfolio-grid .row>div .card .portfolio-over .card-text {
  color: #fff;
  opacity: .75;
  padding: 0 45px;
}

.portfolio-grid .row>div .card:hover .portfolio-over {
  opacity: 1;
  visibility: visible;
}

/* ==================================================

/* Pulse Shrink */
@-webkit-keyframes pulse-shrink {
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@keyframes pulse-shrink {
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

.pulse-shrink {
  display: inline-block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.pulse-shrink:hover,
.pulse-shrink:focus,
.pulse-shrink:active {
  -webkit-animation-name: pulse-shrink;
  animation-name: pulse-shrink;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}


/* Shrink */
.shrink {
  
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 50px 50px 50px rgb(3, 3, 3);
}

.shrink:hover,
.shrink:focus,  
.shrink:active {
  cursor: pointer;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

/* Shrink */
.shrink1 {
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 10px 10px 10px rgb(3, 3, 3);


}

.shrink1:hover,
.shrink1:focus,
.shrink1:active,
p2:hover {

  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  overflow: auto;
  transition: all .5s ease-in-out;
  background-color: #002e3e;
  color: #FFFFFF
}





/* Shrink */
.shrink2 {
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  
}

.shrink2:hover,
.shrink2:focus,
.shrink2:active {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  overflow: hidden;

  transition: all .9s ease-in-out;
}



/* Shrink */
.shrink3 {
  display: inline-block;
  -webkit-transition-duration: 1.3s;
  transition-duration: 1.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 2px 1px 1px 3px rgb(0, 0, 0);
  border-color: #000;
  border-width: 1px;


}

.shrink3:hover,
.shrink3:focus,
.shrink3:active,
p3:hover {

  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  overflow: auto;
  transition: all .5s ease-in-out;
  background-color: #ffffff;
  
}



.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.image-wrapper {
  position: relative;
  width: 430px;
  height: 300px;
  overflow:hidden;
  margin: 5px;
  
}

.image-wrapper img {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 0.9s;
}

.image-wrapper .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  transition: width .9s;
  
}

.image-wrapper:hover .overlay {
  width: 200%;
}

.image-wrapper:hover img {
  transform: scale(1.5);
}

.image-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
  text-align: center;
  z-index: 1;
  transition: opacity 1.9s;
  
}

.image-wrapper.active .image-title {
  opacity: 1;
}

.image-wrapper:not(.active) img {
  opacity: 1.8;
}

.image-wrapper:not(.active) .overlay {
  width: 0;
}










/* Team Styling
  ================================================== */

.team h2 {
  color: #002e3e;
}

.team .col-sm-3 {
  padding: 2% 0 0 2%;
}

.team .card>a {
  display: block;
}

.team .card img {
  width: 100%;
}

.team .card h4 {
  color: #fff;
  text-transform: uppercase;
}

.team .card p {
  font-size: 11px;
  color: #fff;
  opacity: .75;
  margin: 0;
  padding: 0 35px;
}

.team .card .social-nav {
  margin-bottom: 45px;
}

.team .card .social-nav a {
  color: #fff;
  font-size: 16px;
  margin: 0 4px;
}

.team .card .social-nav a:hover {
  opacity: .75;
}

.team .card:hover .team-over {
  opacity: 1;
  visibility: visible;
}

.team .card:hover .card-title-wrap {
  background-color: #002e3e;
}

.team .card:hover .card-title-wrap .card-title,
.team .card:hover .card-title-wrap .card-text {
  color: #fff;
}

.team .team-over {
  padding-top: 45px;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.team .card-title-wrap {
  padding: 15px 25px;
  position: relative;
  z-index: 9;
  background-color: #fff;
}

.team .card-title-wrap .card-title,
.team .card-title-wrap .card-text {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  display: block;
  margin: 0;
}

.team .card-title-wrap .card-title {
  font-size: 24px;
  color: #333;
}

.team .card-title-wrap .card-text {
  font-size: 18px;
  color: #999;
}

/* ==================================================
  Contact Section
  ================================================== */

#contact {
  background: #002e3e;
  padding: 40px 0;
  border-radius: 0px;
}

#contact h2 {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  color: #002e3e;
}

#contact .info i {
  font-size: 18px;
  color: #199EB8;
  float: left;
}

#contact .info p {
  line-height: none;
  text-align: left;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 10px;
  padding-left: 20px;
  font-size: 12px;
}

#contact .form #sendmessage {
  color: #199EB8;
  border: 1px solid #199EB8;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show,
#contact .form #errormessage.show,
#contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input,
#contact .form textarea {
  border-radius: 0;
  box-shadow: none;
}

#contact .form button[type="submit"] {
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  background-color: #009999;
}

#contact .form button[type="submit"]:hover {
  background: #23c2e1;
}

/* ==================================================
  Footer Styling
  ================================================== */

.site-footer {
  background-color: #111;
  padding: 0;
}

.site-footer h2,
.site-footer p {
  color: #fff;
}

.site-footer p {
  opacity: .75;
  line-height: 2.0925;
}

.site-footer h2,
.site-footer .btn {
  margin-bottom: 25px;
}

.site-footer .social-nav a {
  color: #fff;
  opacity: .25;
}

.site-footer .social-nav a:hover {
  opacity: 1;
}

.site-footer .bottom {
  background-color: #000;
  padding: 20px 0;
}

.site-footer .bottom .list-inline,
.site-footer .bottom p {
  margin: 0;
}

.site-footer .bottom .list-inline {
  position: relative;
  top: 5px;
}

.site-footer .bottom .list-inline a {
  color: #fff;
  font-family: "Lato Black";
  margin-right: 15px;
}

.site-footer .bottom .list-inline a:hover {
  color: #199EB8;
}

.site-footer .credits {
  color: #ddd;
}

.site-footer .credits a {
  color: #199EB8;
}

/* ==================================================
  Responsive Styling
  ================================================== */

@media (max-width: 768px) {
  #header {
    height: 120px;
  }

  #header #logo {
    margin: 10px 0 0 0;
  }

  #header #logo h1 {
    padding: 2px 0;
    font-size: 26px;
  }

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

  #nav-menu-container {
    display: none;
  }

  #mobile-nav-toggle {
    display: inline;
  }
}

@media (max-width: 767px) {
  .block {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 61.9em) {

  section,
  .block,
  .cta {
    padding: 35px 0;
  }

  .features {
    padding-bottom: 5px;
  }


  p,
  .block p {
    margin: 0;
  }

  p1,
  .block p {
    margin: 0;
    font-size: 14px;
    text-align: left;
  }

  .hero-brand {
    margin-bottom: 35px;
  }

  .tagline {
    margin: 35px 0;
  }

  h1 {
    font-size: 36px;
    margin: 0;
    color: #FFFFFF;
  }

  h2,
  .tagline {
    font-size: 36px;
    color: #FFFFFF;
  }

  h2 {
    margin-bottom: 25px;
  }

  h3 {
    font-size: 9px;
  }

  .hero {
    padding: 15px 0;
  }

  .stats-col {
    margin-bottom: 25px;
  }

  .block {
    height: auto;
    background-image: url(none);
    background-color: #002e3e;
  }

  .feature-col {
    padding-bottom: 30px;
  }

  .portfolio-grid .card h3.card-title {
    font-size: 18px !important;
  }

  .portfolio-grid .card .card-text {
    font-size: 13px;
  }

  .team .team-over {
    padding-top: 20px;
  }

  .team .card .social-nav {
    margin-bottom: 15px;
    padding: 0;
  }

  .site-footer .social-nav {
    margin-bottom: 35px;
  }

  .site-footer .list-inline {
    text-align: center;
    padding-bottom: 15px;
  }

  .site-footer .list-inline li {
    display: inline-block;
  }




  /*------------------------------------------*/

  /* Zoom Out #1 */
  .hover03 figure img {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  }

  .hover03 figure:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
  }


  /* Zoom In #2 */
  .hover02 figure img {
    width: 300px;
    height: auto;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  }

  .hover02 figure:hover img {
    width: 350px;
  }

  .column {
    margin: 15px 15px 0;
    padding: 0;
  }

  .column {
    margin: 15px 15px 0;
    padding: 0;
  }

  .column:last-child {
    padding-bottom: 60px;
  }

  .column::after {
    content: '';
    clear: both;
    display: block;
  }

  .column div {
    position: relative;
    float: left;
    width: 300px;
    height: 200px;
    margin: 0 0 0 25px;
    padding: 0;
  }

  .column div:first-child {
    margin-left: 0;
  }

  .column div span {
    position: absolute;
    bottom: -20px;
    left: 0;
    z-index: -1;
    display: block;
    width: 300px;
    margin: 0;
    padding: 0;
    color: #444;
    font-size: 18px;
    text-decoration: none;
    text-align: center;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    opacity: 0;

  }

  /*--------------------------------------*/

  Demo styles Demo styles html,
  body {
    position: relative;
    height: 100%;
  }

  body {
    font-family: "Lato Black", "Lato Hairline", "Lato Heavy", "Lato Light", "Lato Medium", "Lato Semibold", "Lato Thin", "Leelawadee UI";
    font-size: 12px;
    color: #000;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
  }

  .swiper-container {
    width: 100%;
    height: 100%;
    background: #fff;
  }

  .swiper-slide {
    font-size: 18px;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 60px;
  }

  .parallax-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 130%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
  }

  .swiper-slide .title {
    font-size: 41px;
    font-weight: 300;
  }

  .swiper-slide .subtitle {
    font-size: 21px;
  }

  .swiper-slide .text {
    font-size: 14px;
    max-width: 400px;
    line-height: 1.3;
  }
}