/* Paleta colores 
#01242F
#0E4650
#05343E
#F5F5F5
#D9D9D9
#B1B1B1
*/

* {
  font-family: "Montserrat", sans-serif;
}

body {
  color: #01242f;
  /* font-size: 1.5em; */
}

a {
  color: #05343e;
}

.container.marketing a {
  /* opacity: 1; */
  border: 0px;
  border-radius: 0px;
}

.btn-primary {
  background: #01242f;
}
.btn-primary:hover {
  background: #0e4650;
}

.what {
  position: fixed;
  z-index: 2323;
  bottom: 20px;
  right: 9px;
}
/* .page-footer hr {
  width: 60px;
  margin-left: 0em;
} */

.container-servicios {
  margin-top: 4rem;
}

.navbar {
  min-height: 80px;
}

.navbar-toggle {
  /* (80px - button height 34px) / 2 = 23px */
  margin-top: 23px;
  padding: 9px 10px !important;
}

@media (min-width: 768px) {
  .navbar-nav > li > a {
    /* (80px - line-height of 27px) / 2 = 26.5px */
    padding-top: 26.5px;
    padding-bottom: 26.5px;
    line-height: 27px;
  }
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
  background-color: #05343e;
}

.footer-list {
  margin: 1em 0 1em 0;
}
.footer-list li {
  margin-bottom: 0.5em;
}
.footer-copyright {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.social-links {
  margin-top: 35px;
}
.social-links a {
  margin-right: 0.5em;
}

.no-gutter {
  margin-right: 0;
  margin-left: 0;
}

.no-gutter > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* portfolio inicio */

.text-secondary {
  color: #0e4650 !important;
}

.content-section {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.content-section-heading h2 {
  font-size: 3rem;
}

.content-section-heading h3 {
  font-size: 1.5rem;
  text-transform: uppercase;
}

.portfolio-item {
  display: block;
  position: relative;
  overflow: hidden;
  max-width: 530px;
  margin: auto auto 1rem;
}

.portfolio-item .caption {
  display: flex;
  height: 100%;
  width: 100%;
  background-color: rgba(33, 37, 41, 0.2);
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.portfolio-item .caption .caption-content {
  color: #f5f5f5;
  margin: auto 2rem 2rem;
}

.portfolio-item .caption .caption-content h2 {
  font-size: 1rem;
  text-transform: uppercase;
}

.portfolio-item .caption .caption-content p {
  font-weight: 300;
  font-size: 1.5rem;
}

@media (min-width: 992px) {
  .portfolio-item {
    max-width: none;
    margin: 0;
  }
  .portfolio-item .caption {
    -webkit-transition: -webkit-clip-path 0.25s ease-out, background-color 0.7s;
    -webkit-clip-path: inset(0px);
    clip-path: inset(0px);
  }
  .portfolio-item .caption .caption-content {
    transition: opacity 0.25s;
    margin-left: 5rem;
    margin-right: 5rem;
    margin-bottom: 5rem;
  }
  .portfolio-item img {
    -webkit-transition: -webkit-clip-path 0.25s ease-out;
    -webkit-clip-path: inset(-1px);
    clip-path: inset(-1px);
  }
  .portfolio-item:hover img {
    -webkit-clip-path: inset(2rem);
    clip-path: inset(2rem);
  }
  .portfolio-item:hover .caption {
    background-color: rgba(29, 128, 159, 0.9);
    -webkit-clip-path: inset(2rem);
    clip-path: inset(2rem);
  }
}
/* portfolio fin */

/* portfolio nuevo */
portfolio .project {
  padding-top: 15px;
  padding-bottom: 15px;
}
img {
  width: 100%;
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  -webkit-backface-visibility: hidden;
}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
/* .navbar-wrapper .navbar .container {
  height: 100px;
} */

.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

.navbar-inverse {
  background-color: #01242f;
  border-color: #01242f;
  /* opacity: 0.5; */
  filter: alpha(opacity=50); /* For IE8 and earlier */
}

/* sub menu
----------------------------------------*/
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
  border-left-color: #f5f5f5;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
  margin-top: -6px;
}

/*fin sub menu

/*===footer menu=========*/
.navbar-fixed-bottom {
  margin-bottom: 0;
  flex-wrap: wrap;
  display: flex;
  padding: 0;
}

.navbar-fixed-bottom .presupuesto {
  width: 50%;
  background: dodgerblue;
  text-align: center;
  overflow: hidden;
  margin: auto;
}

.navbar-fixed-bottom .redes {
  width: 50%;
  text-align: center;
  background: #f5f5f5;
  display: flex;
  padding: 10px;
}
.navbar-fixed-bottom .presupuesto a {
  text-decoration: none;
  color: #f5f5f5;
  font-size: 20px;
  display: block;
  line-height: 80px;
}
.navbar-fixed-bottom .redes a {
  text-decoration: none;
  margin: auto;
  display: block;
}
.navbar-fixed-bottom .presupuesto:hover {
  background: rgba(255, 51, 25);
}

.navbar-fixed-bottom a .fa-facebook-f {
  width: 60px;
  font-size: 55px;
  border: solid 3px;
  /* border-radius: 6px; */
  padding: 5px;
  color: #f5f5f5;
  background: #4080ff;
}
.navbar-fixed-bottom a .fa-whatsapp {
  width: 60px;
  font-size: 55px;
  border: solid 3px;
  /* border-radius: 6px; */
  padding: 1.5px;
  color: #f5f5f5;
  background: #05343e;
}
.navbar-fixed-bottom a .fa-facebook-f:hover {
  width: 58px;
  font-size: 52px;
  color: #f5f5f5;
  background: #4080ff;
}
.navbar-fixed-bottom a .fa-whatsapp:hover {
  width: 58px;
  font-size: 52px;
  color: #f5f5f5;
  background: #05343e;
}

.navbar-brand img {
  display: flex;
  position: relative;
  width: 200px;
}

.fa-file-invoice-dollar {
  margin-right: 6px;
  color: #f5f5f5;
}
.footer-fijo {
  position: relative;
  margin-right: 0px;
  color: #f5f5f5;
  flex-wrap: wrap;
  display: flex;
  font-size: 18px;
  width: 89%;
}
.footer-fijo .footer-con a {
  margin-top: 5px;
  text-decoration: none;
  color: #f5f5f5;
}
.footer-con p {
  margin: 0;
}

.footer-fijo .footer-con {
  margin-top: 15px;
}
.face-like {
  display: block;
  text-align: center;
  width: 30%;
  left: 3%;
  margin: auto;
}
.divider {
  display: block;
  position: relative;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 5px;
  border-bottom: 0;
}

/*===fin footer menu=========


------------------------------------------------------*/
/* Flip around the padding for proper display in narrow viewports */

/*decoracion historias de los servicios*/
.img-servicios {
  border: 2.3px solid;
  border-color: rgba(029, 141, 250, 0.2);
}
.certificado {
  display: block;
  position: relative;
  margin-top: -25px;
  left: 50%;
  font-size: 40px;
  color: #1cb957;
  width: 10%;
}
.cont-servicio {
  margin-bottom: 50px;
}
.textservicios {
  text-align: left;
  padding: 10px;
  font-size: 18px;
  justify-content: center;
}
.comillas-servicio {
  font-size: 25px;
  color: #05343e;
}
/* Fin decoracion historias de los servicios*/

/*.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
 .navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
} */
.navbar-wrapper .navbar .container {
  /* width: auto; */
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: 88vh;
  margin-bottom: 40px;
}
.carousel-caption {
  z-index: 10; /* Since positioning the image, we need to help out the caption */
}
.carousel-caption a {
  background: #01242f;
  /* opacity: 1; */
  border: 0px;
  border-radius: 0px;
}
.carousel-caption h1 {
  font-size: 20px;
  padding: 3px;
  /* background-color: rgba(51, 51, 51, 0.1); */
}
.carousel-caption a:hover {
  background: #01242f;
  opacity: 0.6;
  border: 0px;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 88vh;
  background-color: #777;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 88vh;
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
/* .marketing h2 {
  font-weight: 400;
} */
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}

/* Featurettes
------------------------- */

.featurette-divider {
  margin: 60px 0; /* Space out the Bootstrap <hr> more */
}

/*=======  copy right == */
.copy {
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  padding: 25px;
  background: #222222;
  color: #f5f5f5;
  padding-bottom: 170px;
}
.emplacas {
  display: block;
  position: relative;
  text-align: center;
  justify-content: center;
  padding: 0;
  color: #f5f5f5;
  margin: auto;
  font-size: 11px;
}
.pull-right {
  visibility: visible;
  display: block;
  font-size: 35px;
  z-index: 1000;
}
.check-text {
  line-height: 25px;
}
.check-icon {
  color: #05343e;
  padding: 2px;
}

.fa-phone {
  transform: scaleX(-1);
}
.fa-home {
  transform: scaleX(-1);
}
.text_mvo {
  margin: 25px 10px 10px 25px;
  padding: 5px;
  font-size: 18px;
  text-align: left;
  color: #b1b1b1;
}
.mvo-circle {
  text-align: center;
  display: inline-block;
  color: #f5f5f5;
  margin: 0;
  padding: 0;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: #222222;
}
.mvo-circle .mvo-f {
  margin: 20%;
  padding: auto;
  font-size: 80px;
  text-align-last: center;
}

/* ************ Doc Contacto ********* */
.slider-contacto {
  margin: 0;
  width: 100%;
  height: 350px;
}
.slider-contacto img {
  height: 100%;
}

.slider-contacto h2 {
  /* font-size: 20px; */
  display: flex;
  position: absolute;
  top: 220px;
  right: 2.5%;
  padding: 2px;
  color: #f5f5f5;
  /* text-shadow: -1px 0 #05343e, 0 1px #05343e, 1px 0 #05343e, 0 -1px #05343e; */
  text-shadow: 0 1px 3px #b1b1b1;
}

.contactos {
  /*background:rgba(51,51,51,0.05);*/
  padding-top: 20px;
}
.contactos .site-button {
  color: #f5f5f5;
  background-color: #05343e;
  padding: 8px;
  font-size: 15px;
}
.contactos .site-button:hover {
  opacity: 0.8;
}
.datoscontactos {
  text-align: center;
  justify-content: center;
  position: relative;
  display: block;
  flex-wrap: wrap;
}
.contacto {
  display: block;
  position: relative;
  padding: 10px;
  line-height: 40px;
  font-size: 20px;
  text-align: center;
  margin: 5px auto;
}

.contactos .featurette-divider {
  margin-top: 20px;
  margin-bottom: 20px;
}
.contacto a {
  text-decoration: none;
  color: rgba(51, 51, 51, 1);
  display: block;
}

.contacto a:hover {
  color: #05343e;
}

.tituloformulario {
  text-align: center;
  font-size: 20px;
  margin: 1px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  padding: 20px;
}
.maps {
  border: 3px solid;
  border-color: #f5f5f5;
}
/* *********** Fin Doc Contacto ******** */
/* *********** Doc Nosotros ******** */
.slider-nosotros {
  margin: 0;
  width: 100%;
  height: 88vh;
}
.slider-nosotros img {
  height: 100%;
}
.slider-nosotros h2 {
  display: flex;
  position: absolute;
  width: 100%;
  top: 40vh;
  text-align: center;
}
.slider-nosotros h2 b {
  /* font-size: 20px; */
  margin: auto;
  padding: 10px;
  color: #f5f5f5;
  text-shadow: 0 1px 3px #b1b1b1;
  /* background: rgba(51, 51, 51, 0.1); */
  /* box-shadow: 0px 0px 2px; */
  cursor: default;
}
.titulonosotros {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
.titulonosotros h1 {
  margin: 5px;
  font-size: 15px;
  border: solid 2px;
  border-color: black;
  padding: 15px;
}
.mvo_nosotros {
  box-shadow: 0px 0px 0.7px 0.1px;
  padding: 20px;
  height: 500px;
}
.tmvo_nosotros {
  margin: auto;
  text-align: center;
}

.nosotros .featurette-divider {
  margin-top: 30px;
  margin-bottom: 30px;
}
.textnosotros {
  width: 100%;
  margin: auto;
  justify-content: center;
}
.textnosotros p {
  font-size: 15px;
  margin-top: 5px;
  padding: 20px;
  text-align: justify;
}

/* *********** Fin Doc Nosotros ******** */

/* *********** Doc Cielorraso ******** */
.cielorraso {
  margin-top: -100px;
}

.slider-cielorraso {
  display: block;
  position: relative;
  top: -25vh;
  margin: auto;
}
.slider-cielorraso img {
  box-shadow: #f5f5f5 0px 0px 2px 0.5px;
}

.cielorraso .featurette-divider {
  margin: 30px;
}
.cuerpo-cielorraso {
  display: block;
  text-align: justify;
  font-size: 13px;
  background-color: rgba(51, 51, 51, 0.1);
}
.text-cielorraso {
  display: inline-block;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 15px;
  background-color: #f5f5f5;
}

.ventajas-cielorraso {
  display: inline-block;
  padding: 20px;
  background-color: #f5f5f5;
  font-size: 13px;
  text-align: left;
}
/* *********** Fin Doc Cielorraso ******** */

.cuerpo-pared-divisora {
  font-size: 20px;
  padding: 1px;
  background-color: rgba(51, 51, 51, 0.1);
}

/* .text-center {
  text-align: center !important;
  margin: 35px;
  padding: 20px;
  background-color: #f5f5f5;
} */

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (max-width: 480px) {
  .pull-right {
    visibility: hidden;
    display: none;
  }
  .copy {
    position: absolute;
    display: inline-block;
    margin-bottom: 60px;
  }

  .text-cielorraso {
    margin: 10px;
  }
  .ventajas-cielorraso {
    margin: 10px;
  }
}
@media (max-width: 768px) {
  .text-cielorraso {
    margin: 20px;
  }
  .ventajas-cielorraso {
    margin: 20px;
  }
}

@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
    /* border-radius: 4px;  */
  }
  .navbar-fixed-bottom .presupuesto a {
    font-size: 30px;
  }

  .menu-pwf {
    top: 20px;
    display: flex;
    position: absolute;
    visibility: visible;
    left: 74%;
    width: 190px;
    z-index: 999;
    overflow: hidden;
  }

  .menu-pwf .presupuesto {
    width: 85%;
    background: dodgerblue;
    border-radius: 0px 6px 6px 0px;
    text-align: center;
    padding: 2;
    margin: 0;
    overflow: hidden;
  }

  .menu-pwf .presupuesto a {
    display: block;
    line-height: 51.5px;
    padding-left: 2px;
    padding-right: 2px;
    width: 100%;
    margin: 0;
    color: #f5f5f5;
    text-decoration: none;
  }

  .menu-pwf .presupuesto:hover {
    background: rgba(255, 51, 25);
    color: #f5f5f5;
  }

  .menu-pwf .redes {
    display: block;
    flex-wrap: wrap;
    text-align: center;
    margin: auto;
    width: 120px;
  }

  .menu-pwf .redes a {
    padding: 0;
    text-decoration: none;
    padding: 0;
    margin: 2px;
  }

  .menu-pwf a .fa-facebook-f {
    display: inline-block;
    width: 30px;
    font-size: 30px;
    border: solid 3px;
    /* border-radius: 6px; */
    padding: 2px;
    color: #4080ff;
  }
  .menu-pwf a .fa-whatsapp {
    display: inline-block;
    width: 30px;
    font-size: 30px;
    border: solid 3px;
    /* border-radius: 6px; */
    padding: 1.5px;
    color: #05343e;
  }
  .menu-pwf a .fa-facebook-f:hover {
    width: 28px;
    font-size: 28px;
    color: #f5f5f5;
    background: #4080ff;
  }
  .menu-pwf a .fa-whatsapp:hover {
    width: 28px;
    font-size: 28px;
    color: #f5f5f5;
    background: #05343e;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }
  /*=====tamaño no slider resposive=======*/
  .carousel {
    height: 100vh;
  }
  .carousel .item {
    height: 100vh;
  }
  .carousel-inner > .item > img {
    height: 100vh;
  }
  .carousel-caption h1 {
    font-size: 35px;
    padding: 5px;
  }

  /*=====fin tamño no reponsive slider=======*/

  /* ********* Doc contacto ******* */

  .slider-contacto h2 {
    font-size: 30px;
    right: 8%;
    padding: 5px;
    top: 210px;
  }

  .contacto {
    display: inline-block;
    position: relative;
    padding: 10px;
    line-height: 30px;
    font-size: 25px;
    text-align: center;
    width: 48%;
    margin: 5px;
  }
  .contacto h2 {
    text-align: center;
    font-size: 30px;
  }

  .contacto p {
    margin: 10px;
  }

  /* ********* FIN Doc contacto ******* */

  /* ********* Doc nosotros ******* */

  .titulonosotros {
    margin-top: 50px;
  }
  .titulonosotros h1 {
    margin: 5px;
    font-size: 35px;
    border: solid 2px;
    border-color: black;
    padding: 15px;
  }
  .slider-nosotros {
    height: 100vh;
  }
  .slider-nosotros h2 {
    top: 47vh;
  }
  .slider-nosotros h2 b {
    font-size: 25px;
  }
  /* ********* FIN Doc nosotros ******* */

  /* ********* Doc cielorraso ******* */

  .slider-cielorraso {
    top: -40vh;
  }

  .cuerpo-cielorraso {
    position: relative;
    flex-wrap: wrap;
  }
  .text-cielorraso {
    width: 25%;
    margin-right: 60px;
    margin-left: 30px;
  }
  .ventajas-cielorraso {
    margin-top: 30px;
    margin-right: 0px;
    width: 55%;
  }

  /* ********* FIN Doc cielorraso ******* */
}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 80px;
  }
  .menu-pwf {
    left: 69%;
    width: 300px;
  }
  .navbar-brand img {
    margin-left: 45px;
    margin-right: 80px;
  }
  /* ********* Doc contacto ******* */

  .slider-contacto h2 {
    font-size: 45px;
    right: 8%;
    padding: 10px;
    top: 180px;
  }

  .contacto {
    width: 23%;
  }

  .contacto h2 {
    text-align: center;
    font-size: 30px;
  }

  .contacto p {
    margin: 10px;
    font-size: 0.5em;
  }
  .linehidden {
    display: none;
    visibility: hidden;
  }
  .fm {
    display: block;
    position: relative;
    flex-wrap: wrap;
    margin: auto;
    width: 100%;
    text-align: center;
  }

  /* ********* FIN Doc contacto ******* */
  /* ********* Doc nosotros ******* */
  .textnosotros {
    display: block;
    position: relative;
    width: 100%;
    margin: auto;
  }

  .textn {
    display: inline-block;
    width: 49.5%;
    margin: auto;
  }

  .textn p {
    display: block;
    margin: 10px;
  }
  .textn img {
    width: 70%;
    display: block;
    position: relative;
    margin-left: 100px;
  }
  .slider-nosotros h2 b {
    font-size: 35px;
  }
  /* ********* FIN Doc nosotros ******* */

  /* ********* Doc cielorraso ******* */

  .text-cielorraso {
    width: 20%;
    margin-right: 55px;
    margin-left: 60px;
  }
  /* ********* FIN Doc cielorraso ******* */
}
@media (min-width: 1200px) {
  .menu-pwf {
    left: 73%;
  }
  /* contact*/
  .contacto {
    width: 23%;
  }

  .contacto h2 {
    text-align: center;
    font-size: 40px;
  }

  .contacto p {
    margin: 10px;
    font-size: 25px;
  }

  /*Fin contacto*/

  /*Cielorraso*/
  .ventajas-cielorraso {
    margin-left: 30px;
    margin-top: 40px;
  }
  .text-cielorraso {
    margin-right: 120px;
    margin-left: 65px;
  }

  /*Fin cielorraso*/
}

/* Portfolio */
#portfolio {
  padding-bottom: 50px;
}

#portfolio.full-screen {
  padding: 0;
}

#portfolio.full-screen-spacer {
  padding: 15px 0;
}

#portfolio .project {
  padding-top: 15px;
  padding-bottom: 15px;
}

#portfolio.no-gutter .project {
  margin: 0;
  padding: 0;
}

#portfolio .container-fluid {
  margin: 0;
  padding: 0;
}

#portfolio.info-box .container-fluid {
  margin: 0 15px;
}

#portfolio.w-shadow .project .img-bg-color {
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

#portfolio.w-shadow .project:hover .img-bg-color {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

#portfolio ul.portfolio {
  margin-bottom: 0 !important;
}

.portfolio-filter {
  margin-top: 40px;
  margin-bottom: 10px;
}

.portfolio-filter.list-inline li {
  padding: 0;
}

.portfolio-filter a {
  color: #666666;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 40px;
  border: 2px solid transparent;
  margin: 0 5px;
  padding: 10px 8px;
}

.portfolio-filter a.active {
  color: #0e4650;
  background-color: transparent;
  border: 2px solid transparent;
}

.portfolio-filter a:hover {
  color: #0e4650;
  background-color: transparent;
  border: 2px solid transparent;
}

/* Hover Effect */
.project-hover-tools {
  position: absolute;
  z-index: 2;
  bottom: 46%;
  right: 43%;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s, ease-in-out 0.3s;
  -moz-transition: opacity 0.3s, ease-in-out 0.3s;
  -o-transition: opacity 0.3s, ease-in-out 0.3s;
  transition: opacity 0.3s, ease-in-out 0.3s;
}

.project:hover .project-hover-tools {
  bottom: 43%;
  right: 43%;
  text-align: center;
  visibility: visible;
  opacity: 1;
}

.m-project .project-hover-tools {
  bottom: 49%;
}

.project.m-project:hover .project-hover-tools {
  bottom: 46%;
}

.project .img-bg-color.primary {
  background: #0e4650;
}

.project .img-bg-color.default {
  background: #333333;
}

.project img {
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.project:hover img {
  opacity: 0.25;
}

.view-btn {
  display: inline-block;
  color: #333333;
  background-color: white;
  width: 42px;
  height: 42px;
  text-align: center;
  line-height: 45px;
  text-decoration: none;
  vertical-align: middle;
  border-radius: 50%;
  margin: 3px;
}

.view-btn:hover {
  color: white;
  background-color: #333333;
}

.open-gallery {
  display: inline-block;
  color: white;
  background-color: #333333;
  width: 42px;
  height: 42px;
  text-align: center;
  line-height: 45px;
  text-decoration: none;
  vertical-align: middle;
  border-radius: 50%;
  margin: 3px;
}

.open-gallery i {
  margin-left: 3px;
}

.open-gallery:hover {
  color: white;
  background-color: #111111;
}

.project .img-bg-color.default .open-gallery {
  color: white;
  background-color: #0e4650;
}

.project .img-bg-color.default .open-gallery:hover {
  color: white;
  background-color: #0e4650;
}

.project-details {
  position: absolute;
  z-index: 2;
  bottom: 5%;
  left: 10%;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s, ease-in-out 0.3s;
  -moz-transition: opacity 0.3s, ease-in-out 0.3s;
  -o-transition: opacity 0.3s, ease-in-out 0.3s;
  transition: opacity 0.3s, ease-in-out 0.3s;
}

.project:hover .project-details {
  bottom: 8%;
  left: 10%;
  text-align: left;
  visibility: visible;
  opacity: 1;
}

.m-project .project-details {
  bottom: 2%;
}

.project.m-project:hover .project-details {
  bottom: 5%;
}

.project-title {
  color: white;
  font-size: 14px;
  letter-spacing: 0.1em;
  margin-bottom: 3px;
}

.project .skill {
  color: #f8f8f8;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.mfp-arrow {
  color: white;
  opacity: 0.7 !important;
}

.mfp-arrow:hover {
  opacity: 1 !important;
}

.mfp-arrow:after {
  border-top-width: 0 !important;
  border-bottom-width: 0 !important;
  top: 5px !important;
}

.mfp-arrow-right:before {
  border-left: none !important;
}

.mfp-arrow-left:before {
  border-right: none !important;
}

.mfp-arrow-right:after {
  content: "\e876" !important;
  font-family: "FontAwesome" !important;
  font-size: 30px;
  border-right: none !important;
  margin-left: 25px !important;
}

.mfp-arrow-left:after {
  content: "\e875" !important;
  font-family: "FontAwesome" !important;
  font-size: 30px;
  border-right: none !important;
  margin-left: 15px !important;
}

/* End Hover Effect */
/* Portfolio with Info Box */
#portfolio.info-box .portfolio-filter a.active {
  color: #0e4650;
  background-color: transparent;
  border: 2px solid #0e4650;
}

#portfolio.info-box .portfolio-filter a.active:hover {
  color: white;
  background-color: #0e4650;
  border: 2px solid #0e4650;
}

#portfolio.info-box .portfolio-filter a:hover {
  color: white;
  background-color: #0e4650;
  border: 2px solid #0e4650;
}

#portfolio.info-box .project-details {
  background: white;
  position: relative;
  left: 0;
  bottom: 0;
  text-align: center;
  border: 1px solid #ebebeb;
  visibility: visible;
  opacity: 1;
  padding: 30px;
}

#portfolio.info-box .project-details h5 {
  color: #111111;
}

#portfolio.info-box .project-details p {
  color: #666666;
  margin-bottom: 0;
}

#portfolio.info-box .project-hover-tools {
  bottom: 60%;
  right: 37%;
}

#portfolio.info-box .project:hover .project-hover-tools {
  bottom: 57%;
  right: 37%;
  text-align: center;
  visibility: visible;
  opacity: 1;
}

#portfolio.info-box .m-project .project-hover-tools {
  bottom: 58%;
}

#portfolio.info-box .project.m-project:hover .project-hover-tools {
  bottom: 55%;
}

/* End Portfolio with Info Box */
/* End Portfolio */
