/*--
    Common Css
--*/
body {
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
  color: #3b4045;
  font: 14px/22px "Cabin", sans-serif, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

[data-ca3_icon]::before {
  font-weight: normal;
  content: attr(data-ca3_icon);
}

.ca3-scroll-down-arrow {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2hldnJvbl90aGluX2Rvd24iIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiBmaWxsPSJ3aGl0ZSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZD0iTTE3LjQxOCw2LjEwOWMwLjI3Mi0wLjI2OCwwLjcwOS0wLjI2OCwwLjk3OSwwYzAuMjcsMC4yNjgsMC4yNzEsMC43MDEsMCwwLjk2OWwtNy45MDgsNy44M2MtMC4yNywwLjI2OC0wLjcwNywwLjI2OC0wLjk3OSwwbC03LjkwOC03LjgzYy0wLjI3LTAuMjY4LTAuMjctMC43MDEsMC0wLjk2OWMwLjI3MS0wLjI2OCwwLjcwOS0wLjI2OCwwLjk3OSwwTDEwLDEzLjI1TDE3LjQxOCw2LjEwOXoiLz48L3N2Zz4=);
  background-size: contain;
  background-repeat: no-repeat;
}

.ca3-scroll-down-link {
  cursor: pointer;
  height: 60px;
  width: 80px;
  margin: 0px 0 0 -40px;
  line-height: 60px;
  position: absolute;
  left: 50%;
  bottom: 0px;
  color: #fff;
  text-align: center;
  font-size: 70px;
  z-index: 100;
  text-decoration: none;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);

  -webkit-animation: ca3_fade_move_down 2s ease-in-out infinite;
  -moz-animation: ca3_fade_move_down 2s ease-in-out infinite;
  animation: ca3_fade_move_down 2s ease-in-out infinite;
}

/*animated scroll arrow animation*/
@-webkit-keyframes ca3_fade_move_down {
  0% {
    -webkit-transform: translate(0, -20px);
    opacity: 0;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
}
@-moz-keyframes ca3_fade_move_down {
  0% {
    -moz-transform: translate(0, -20px);
    opacity: 0;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    -moz-transform: translate(0, 20px);
    opacity: 0;
  }
}
@keyframes ca3_fade_move_down {
  0% {
    transform: translate(0, -20px);
    opacity: 0;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    transform: translate(0, 20px);
    opacity: 0;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  margin: 0px;
}

h1 {
  font-size: 44px;
  line-height: 56px;
  color: #fff;
}

h2 {
  font-size: 30px;
  line-height: 35px;
}

h3 {
  font-size: 23px;
  line-height: 25px;
}

h4 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
}

p {
  font-size: 16px;
  line-height: 25px;
  margin: 0px;
}

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

a {
  -webkit-transition: all 0.1s ease-in-out 0s;
  -moz-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}

a:focus,
.btn:focus,
.btn:active:focus {
  box-shadow: none;
  outline: 0 none;
}

a,
a:active,
a:focus,
a:active {
  text-decoration: none;
}

.section {
  padding: 100px 0;
}

/*--
    custom heading
--*/
.text-center {
  text-align: center;
}

.heading {
  text-align: center;
  color: #777777;
  padding-bottom: 70px;
}

.heading h2 {
  color: #3c3c3c;
  padding-bottom: 15px;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 40px;
  line-height: 40px;
}

.heading p {
  font-family: "Cabin", serif;
  font-size: 15px;
  line-height: 24px;
  font-weight: 300;
}

.btn {
  border-radius: 0;
}

.btn-home {
  background-color: #1bafb4;
  border-radius: 0px;
  color: #fff;
  font-size: 18px;
  padding: 10px 40px;
  margin-top: 30px;
}

.btn-home:hover,
.btn-home:focus {
  background-color: #fff;
  color: #555;
  border: 1px solid #fff;
}

/*Preloader*/
#preloader {
  background-color: #fff;
  bottom: auto;
  height: 100%;
  left: auto;
  position: fixed;
  right: auto;
  top: auto;
  width: 100%;
  z-index: 9999;
}

.book {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  margin: 0 auto;
  border: 5px solid #ecf0f1;
  width: 100px;
  height: 60px;
}

.book__page {
  position: absolute;
  left: 50%;
  top: -5px;
  margin: 0 auto;
  border-top: 5px solid #ecf0f1;
  border-bottom: 5px solid #ecf0f1;
  border-right: 5px solid #ecf0f1;
  background: #1bafb4;
  width: 50px;
  height: 60px;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-animation: flip 1.2s infinite linear;
  animation: flip 1.2s infinite linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.book__page:nth-child(1) {
  z-index: -1;
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

.book__page:nth-child(2) {
  z-index: -2;
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}

.book__page:nth-child(3) {
  z-index: -3;
  -webkit-animation-delay: 2.2s;
  animation-delay: 2.2s;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(600px) rotateY(0deg);
    transform: perspective(600px) rotateY(0deg);
  }

  20% {
    background: #1bafb4;
  }

  29.9% {
    background: #1bafb4;
  }

  30% {
    -webkit-transform: perspective(200px) rotateY(-90deg);
    transform: perspective(200px) rotateY(-90deg);
    background: #1bafb4;
  }

  54.999% {
    opacity: 1;
  }

  55% {
    opacity: 0;
  }

  60% {
    -webkit-transform: perspective(200px) rotateY(-180deg);
    transform: perspective(200px) rotateY(-180deg);
    background: #1bafb4;
  }

  100% {
    -webkit-transform: perspective(200px) rotateY(-180deg);
    transform: perspective(200px) rotateY(-180deg);
    background: #1bafb4;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(600px) rotateY(0deg);
    transform: perspective(600px) rotateY(0deg);
  }

  20% {
    background: #1bafb4;
  }

  29.9% {
    background: #1bafb4;
  }

  30% {
    -webkit-transform: perspective(200px) rotateY(-90deg);
    transform: perspective(200px) rotateY(-90deg);
    background: #1bafb4;
  }

  54.999% {
    opacity: 1;
  }

  55% {
    opacity: 0;
  }

  60% {
    -webkit-transform: perspective(200px) rotateY(-180deg);
    transform: perspective(200px) rotateY(-180deg);
    background: #1bafb4;
  }

  100% {
    -webkit-transform: perspective(200px) rotateY(-180deg);
    transform: perspective(200px) rotateY(-180deg);
    background: #1bafb4;
  }
}

/*--
    .hero-area start
--*/

.bg-gray {
  background: #f8f8f8;
}

.hero-area {
  background-size: cover;
  background-attachment: fixed;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-area h1 {
  color: #fff;
  font-size: 60px;
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 19px;
}

.hero-area p {
  color: #fff;
  font-size: 20px;
  line-height: 1.3;
}

.hero-area .counter {
  background: rgba(255, 255, 255, 0.2);
  padding: 18px;
}

.hero-area .counter ul li {
  background-color: rgba(255, 255, 255, 0.3);
  color: #fff;
  display: inline-block;
  line-height: 25px;
  padding: 25px 28px 20px;
  text-align: center;
  width: 49%;
  margin-bottom: 3px;
}

.hero-area .counter ul li span {
  display: block;
  font-size: 16px;
  font-weight: 600;
}

.hero-area .counter ul li .digit {
  display: inline-block;
  font-size: 50px;
  font-weight: bold;
  line-height: 50px;
  position: relative;
  overflow: hidden;
  height: 60px;
}

@media only screen and (max-width: 400px) {
  .hero-area .counter ul li .digit {
    font-size: 30px;
    line-height: 30px;
    height: 40px;
  }
}

.hero-area .btn {
  margin-bottom: 10px;
}

.float-none {
  float: none;
}

@media only screen and (min-width: 991px) {
  .float-lg-left {
    float: left;
  }
}

/* .hero-area  */
.navigation {
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  padding: 10px 50px;
  margin: 0;
  border: 0;
}

.navigation .navbar-brand {
  padding-top: 10px;
  padding-bottom: 10px;
  display: inline-block;
  color: rgb(142, 142, 142);
  text-align: center;
  font-size: 32px;
}

.navigation .navbar-toggler {
  background: #fff;
  outline: none;
  border-radius: 0;
  float: right;
}

.navigation .navbar-toggler i {
  font-size: 22px;
}

.navigation.animated {
  background-color: #fff;
  box-shadow: 0 2px 7px 0px rgba(142, 142, 142, 0.15);
}

.navigation.animated .menu a {
  color: #666;
}

.menu li select {
  color: #666;
  font-size: 16px;
  margin-top: 5px;
  background-color: transparent;
}

.menu li a {
  color: #fff;
  opacity: 0.7;
  font-size: 22px;
  /* font-weight: bold; */
}

.menu li a:hover,
.menu li a:focus {
  background: none;
}

/*--
    service start
--*/
.service {
  text-align: center;
}

.service .block {
  margin-bottom: 50px;
}

.service .block i {
  font-size: 30px;
  display: inline-block;
  margin-bottom: 15px;
  color: #1bafb4;
}

.service .block h3 {
  color: #333333;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.service .block p {
  color: #666;
}

/*--
    About start
--*/
.about .content h3 {
  font-size: 26px;
  font-weight: 300;
  line-height: 36px;
  color: #7e7e7ecc;
  margin-bottom: 20px;
  font-family: "Droid Serif", serif;
}

.about .about-slider img {
  width: 100%;
  height: auto;
}

.services-heading h2 {
  font-size: 40px;
  font-weight: 500;
  float: left;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  opacity: 1.8;
  letter-spacing: 4px;
}

.services-heading-light h2 {
  font-size: 40px;
  font-weight: 500;
  float: left;
  text-transform: uppercase;
  font-weight: bold;
  color: #000000;
  opacity: 0.8;
  letter-spacing: 4px;
}

.about .heading h2 {
  font-size: 40px;
  font-weight: 500;
  float: left;
  text-transform: uppercase;
  font-weight: bold;
  color: #000000;
  opacity: 0.6;
  letter-spacing: 4px;
}

.about .heading h4 {
  font-size: 32px;
  font-weight: 400;
  float: left;
  text-transform: uppercase;
  font-weight: bold;
  color: #000000;
  opacity: 0.6;
  letter-spacing: 4px;
  line-height: 1.5em;
}

.about .heading h5 {
  font-size: 28px;
  font-weight: 200;
  text-align: left;
  /* font-family:  'swis721-cn-bt-bold', sans-serif; */
  font-family: "Open Sans Condensed", sans-serif;
  color: #000000;
  opacity: 0.6;
  letter-spacing: 1px;
}

.services-heading h5 {
  font-size: 28px;
  font-weight: 200;
  text-align: left;
  /* font-family:  'swis721-cn-bt-bold', sans-serif; */
  font-family: "Open Sans Condensed", sans-serif;
  color: #fff;
  opacity: 1.6;
  letter-spacing: 1px;
}

.services-heading-light h5 {
  font-size: 28px;
  font-weight: 200;
  text-align: left;
  /* font-family:  'swis721-cn-bt-bold', sans-serif; */
  font-family: "Open Sans Condensed", sans-serif;
  color: #000000;
  opacity: 0.8;
  letter-spacing: 1px;
}

.about .heading h6 {
  font-size: 24px;
  font-weight: 200;
  text-align: left;
  /* font-family:  'swis721-cn-bt-bold', sans-serif; */
  font-family: "Open Sans Condensed", sans-serif;
  color: #000000;
  opacity: 0.6;
  letter-spacing: 1px;
}

/*--
    call-to-action start
--*/
.call-to-action {
  padding: 90px 0px;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.call-to-action:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}

.call-to-action .block h2 {
  font-size: 30px;
  margin-bottom: 6px;
  font-weight: 600;
  color: #fff;
}

.call-to-action .block p {
  padding-right: 30px;
  color: #fff;
}

.call-to-action .block .input-group {
  margin-top: 30px;
}

.call-to-action .block .input-group input {
  height: 50px;
  border-radius: 0;
  border: none;
  box-shadow: none;
}

.call-to-action .block .input-group .btn-subscription {
  height: 50px;
  border-radius: 0;
  border: none;
  box-shadow: none;
  background: #1bafb4;
  padding: 0px 35px;
  color: #fff;
  font-weight: bold;
}

.input-field .form-control {
  box-shadow: none;
  background: #f5f5f5;
  border: none;
  width: 100%;
  height: 50px;
  padding-left: 20px;
  font-weight: 500;
  border-radius: 0;
}

.btn-send {
  line-height: 48px;
  border: 2px solid #1bafb4;
  background: #1bafb4;
  color: #fff;
  width: 100%;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  border-radius: 0;
  margin-top: 10px;
}

.btn-send:hover {
  color: #fff;
}

.input-field label {
  color: rgba(237, 28, 36, 0.7);
}

.form-group .input-field + .input-field {
  margin-top: 10px;
}

.input-field textarea.form-control {
  height: 160px;
  box-shadow: none;
}

.form-group {
  margin-top: 10px;
}

#success,
#error {
  display: none;
}

footer {
  text-align: center;
  background: #272727;
  padding: 27px 0px;
}

footer p {
  font-weight: 300;
  font-size: 12px;
  color: #dfdfdf;
  letter-spacing: 3px;
}

footer p a {
  color: #fff;
}

footer p a:hover {
  color: #fff;
  text-decoration: none;
}

#topwrapper {
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 600px) {
  #topScreenDiv {
    min-height: 250px;
    max-width: 100vw;
    padding: 0;
    margin: 0;
    background-color: white;
    position: relative;
  }
}

@media only screen and (min-width: 768px) {
  #topScreenDiv {
    max-width: 100vw;
    min-width: auto;
    max-height: 10vh;
    transform: translate(0px, 0px);
    padding: 0;
    margin: 0;
    background-color: white;
    position: relative;
  }
}

#videowrapper {
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 600px) {
  #fullScreenDiv {
    min-height: 240px;
    max-width: 80vw;
    padding: 0;
    margin: 0;
    background-color: white;
    position: relative;
  }
}

@media only screen and (min-width: 768px) {
  #fullScreenDiv {
    max-width: 100vw;
    min-width: auto;
    max-height: 100vh;
    transform: translate(0px, 0px);
    padding: 0;
    margin: 0;
    background-color: white;
    position: relative;
  }
}

#video {
  width: 100vw;
  height: auto;
  margin: auto;
  display: block;
}
@media (min-aspect-ratio: 16/9) {
  #video {
    width: 100vw;
    height: auto;
  }
}

@media (max-aspect-ratio: 16/9) {
  #video {
    height: 100vh;
    width: auto;
    margin-left: 50vw;
    transform: translate(-50%);
  }
}

@media only screen and (min-width: 768px) {
  #videoMessage {
    display: block;
    position: absolute;
    top: 48%;
    left: 25%;
    right: 0;
    z-index: 2;
  }
}

@media only screen and (max-width: 400px) {
  #videoMessage {
    display: block;
    position: absolute;
    top: 48%;
    left: 25%;
    bottom: 0;
    right: 0;
    z-index: 2;
  }
}

#videowrapper_2 {
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 600px) {
  #fullScreenDiv_2 {
    /* min-height: 240px; */
    max-height: 640px;
    /* max-width: 80vw; */
    padding: 0;
    margin: 0;
    background-color: rgb(0, 0, 0);
    opacity: 0.9;
    position: relative;
  }
}

@media only screen and (min-width: 768px) {
  #fullScreenDiv_2 {
    max-width: 100vw;
    min-width: auto;
    max-height: 70vh;
    transform: translate(0px, 0px);
    padding: 0;
    margin: 0;
    background-color: rgb(0, 0, 0);
    opacity: 1;
    position: relative;
    margin-top: 5%;
  }
}

#video_2 {
  width: 100vw;
  height: auto;
  margin: auto;
  display: block;
}
@media (min-aspect-ratio: 16/9) {
  #video_2 {
    width: 100vw;
    height: auto;
  }
}

@media (max-aspect-ratio: 16/9) {
  #video_2 {
    height: 100vh;
    width: auto;
    margin-left: 50vw;
    transform: translate(-50%);
  }
}

@media only screen and (min-width: 768px) {
  #videoMessage_2 {
    display: block;
    position: absolute;
    top: -25%;
    left: 15%;
    z-index: 2;
  }
}

@media only screen and (max-width: 400px) {
  #videoMessage_2 {
    display: block;
    position: absolute;
    top: -5%;
    left: 15%;
    bottom: 0;
    right: 0;
    z-index: 2;
  }
}

.services-area {
  /* background-size: cover; */
  background-attachment: fixed;
  /* height: 50vh; */
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10%;
  /* margin-left: 50%; */
}

#serviceImage_1 {
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 600px) {
  #fullScreenDiv_3 {
    /* min-height: 240px; */
    /* max-height: 640px; */
    /* max-width: 80vw; */
    /* padding: 0;
    margin: 0; */
    transform: translate(0px, 0px);
    background-color: rgb(0, 0, 0);
    opacity: 0.9;
    position: relative;
  }
}

@media only screen and (min-width: 768px) {
  #fullScreenDiv_3 {
    /* max-width: 100vw;
    min-width: auto;
    max-height: 70vh; */
    /* min-height: 350px; */
    transform: translate(0px, 0px);
    padding: 0;
    margin: 0;
    background-color: rgb(0, 0, 0);
    opacity: 0.9;
    position: relative;
    margin-top: 5%;
  }
}

#image_2 {
  width: 100vw;
  height: auto;
  margin: auto;
  display: block;
}
@media (min-aspect-ratio: 16/9) {
  #image_2 {
    width: 100vw;
    height: auto;
  }
}

@media (max-aspect-ratio: 16/9) {
  #image_2 {
    height: 100vh;
    width: auto;
    margin-left: 50vw;
    transform: translate(-50%);
  }
}

@media only screen and (min-width: 768px) {
  #imageMessage_1 {
    display: block;
    position: absolute;
    top: 25%;
    left: 15%;
    z-index: 2;
  }
}

@media only screen and (max-width: 400px) {
  #imageMessage_1 {
    display: block;
    position: absolute;
    top: 5%;
    left: 15%;
    bottom: 0;
    right: 0;
    z-index: 2;
  }
}

@media only screen and (max-width: 600px) {
  .grid {
    position: relative;
    margin: 0 auto;
    padding: 1em 0 4em;
    max-width: 100%;
    list-style: none;
    text-align: center;
  }
}

@media only screen and (min-width: 768px) {
  .grid {
    position: relative;
    margin: 0 auto;
    padding: 1em 0 4em;
    max-width: 80%;
    list-style: none;
    text-align: center;
  }
}
/* Common style */
@media only screen and (max-width: 600px) {
  .grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    min-width: 360px;
    max-width: 480px;
    max-height: 250px;
    width: 48%;
    background: #272f31;
    text-align: center;
    cursor: pointer;
  }
}

@media only screen and (min-width: 768px) {
  .grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    min-width: 360px;
    max-width: 480px;
    max-height: 500px;
    width: 48%;
    background: #272f31;
    text-align: center;
    cursor: pointer;
  }
}

.grid figure img {
  position: relative;
  display: block;
  height: 550px;
  /* min-height: 100%;
  max-width: 100%; */
  opacity: 0.6;
  object-fit: contain;
}

.grid figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  /* backface-visibility: hidden; */
}

.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.grid figure h2 {
  word-spacing: -0.15em;
  font-weight: 300;
}

.grid figure h2 span {
  font-weight: 800;
}

.grid figure h2,
.grid figure p {
  margin: 0;
}

.grid figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}

figure.effect-marley img {
  opacity: 0.6;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  /* transition: opacity 0.35s, transform 0.35s; */
  -webkit-transform: scale(1.15);
  /* transform: scale(1.15); */
}

figure.effect-marley:hover img {
  opacity: 0.4;
  -webkit-transform: scale(1);
  /* transform: scale(1); */
}

figure.effect-marley figcaption {
  text-align: right;
}

figure.effect-marley h2,
figure.effect-marley p {
  position: absolute;
  right: 30px;
  left: 30px;
  padding: 10px 0;
}

figure.effect-marley p {
  bottom: 30px;
  font-size: 22px;
  line-height: 1.5;
  -webkit-transform: translate3d(0, 100%, 0);
  /* transform: translate3d(0,100%,0); */
}

figure.effect-marley h2 {
  top: 30px;
  -webkit-transition: -webkit-transform 0.35s;
  /* transition: transform 0.35s; */
  -webkit-transform: translate3d(0, 20px, 0);
  /* transform: translate3d(0,20px,0); */
}

figure.effect-marley:hover h2 {
  -webkit-transform: translate3d(0, 0, 0);
  /* transform: translate3d(0,0,0); */
}

figure.effect-marley h2::after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 4px;
  background: #fff;
  content: "";
  -webkit-transform: translate3d(0, 40px, 0);
  /* transform: translate3d(0,40px,0); */
}

figure.effect-marley h2::after,
figure.effect-marley p {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  /* transition: opacity 0.35s, transform 0.35s; */
}

figure.effect-marley:hover h2::after,
figure.effect-marley:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  /* transform: translate3d(0,0,0); */
}
