body {
  background-color: #75DAFF;
  
}
header{
  background-color: rgb(12 10 61 / 79%);
  position: fixed;
  z-index: 1;
  width: 100%;
}
ul{
  padding: 0 60px;
  list-style-type: none;
}
  li{
    padding: 0px 20px;
    line-height: 3;
  }
  li a{
    font-size: 20px;
    color: rgb(254, 251, 251);


  }
  .navbar-expand-md .navbar-nav .nav-link{
    padding: 5px 15px 5px 15px;
    color:black;
    font-family: 'Kanit', sans-serif;
  }
  li a:hover{
    background: #817d7d;
  }
  .navbar{
    padding: 0;
  }

  .brand-name{
    font-size: 35px;
    font-family: 'Bungee Shade', cursive;
    background: linear-gradient(to right, #0c0678,
                    #085d13, #0c0678, #085d13);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
  
  }
  #top li{
    padding: 0;
    line-height: 1.8;

  }
  #top li a{
    font-size: 16px;
    padding: 0;
    color: white;
  }
  #top li a:hover{
   color: #0624e9;
    text-decoration: none;
    background: none;
  }
  .col-md-2 .fab{
    font-size: 20px;
    padding-right: 10px;
    padding-top: 5px;
    padding-left: 10px;
    color: white;
    
  }
  .navbar-brand {
    font-family: 'Poppins', sans-serif !important;
    font-size: 31px;

  }
  button.navbar-toggler.collapsed {
    background: #29364299 !important;
    color: #080809;
}
span.navbar-toggler-icon{
  color: rgb(2,0,36);
}
 
  .fas:hover,.fab:hover{
    color: #4f555b;

  }
  .ownbg{
    background:rgb(255,255,255);
    font-family: 'Kanit', sans-serif;
    color: rgb(8, 7, 7);
  }
.carousel {
  padding-top: 166px !important;
}
  .carousel-item {
    height: 100vh;
    min-height: 300px;
  
  }
  .Firstslide{
    background-color: #252d31;
    opacity: 1.3;
  }
  .Slidetext{
    color: rgba(248, 242, 242, 0.989) !important;
  }
  .carousel-caption {
    bottom: 150px;
  }
  .carousel-caption h3 {
    font-size: 50px;
    text-transform: uppercase;
    letter-spacing: 2px;
   
  }
  img.d-block.w-100 {
    background-color: rgba(0, 0, 0, 0.5);
}
  .carousel-caption h5 {
    font-size: 25px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 35px;
   color: white;

  }
  
  .carousel-caption p {
    width: 75%;
    margin: auto;
    font-size: 18px;
    line-height: 1.9;
  }
  button.btn.btn-warning.mt-5.text-white {
    padding: 15px 20px 15px 20px;
}
  @media(max-width: 992px){
  .col-md-2 .fab{
    font-size: 18px;
    padding-right: 0;

    
  }
  }
  @media(max-width: 768px){
    #top{
      display: none;
    }
     .navbar-brand img{
    height: 50px;

  }
    .navbar-dark .navbar-toggler{
      outline: #080809;
      border-color: rgba(255, 255, 255, 0);
    }
    ul,li{
      padding: 0;
      text-align: center;

    }
    .navbar-nav{
      padding-bottom: 40px;
    }
    .carousel {
      padding-top: 50px !important;
    }
    .carousel-item {
      height: 30vh !important;
    }
    .carousel-caption {
      bottom: 50px;
    }
    .carousel-caption h5 {
      font-size: 10px;
      margin-top: 15px;
     color: white;
  
    }
    .carousel-caption h3 {
      font-size: 10px;
      text-transform: uppercase;
      letter-spacing: 2px;
     
    }
    img.d-block.w-100 {
      background-color: rgba(0, 0, 0, 0.5);
      height: 400px;
  }
  }
/* Navbar ended */
span{
    float: right;
}
#packages{
  padding-top: 180px !important;
}

h2.text-center {
  border: 2px solid;
  width: 60%;
  background: #223666;
  color: white;
  padding: 15px;
}
.pricing-table h4 {
  color: #fff;
  margin: 20px 0px 40px;
  background: rgb(2,0,36);
  background: linear-gradient(90deg, rgb(31, 147, 5) 0%, rgba(9,9,121,1) 35%, rgb(63, 189, 47) 100%);
  padding-bottom: 30px;
  padding-top: 20px;
}
/* .pricing-table {
    margin: 50px 0px;
}

.benefit {
    background: #fff;
    padding: 25px 20px;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 0px 5px 0px #525252;
    border-radius: 10px ;
    border: 2px solid #ffffff;
    transition: 0.5s linear;
    margin-bottom: 40px;
}
.benefit:hover {
  transform: translateY(-5px) scale(1.005) translateZ(0);
  box-shadow: 0 24px 36px rgba(67, 251, 26, 0.961),
    0 24px 46px var(--box-shadow-color);
}

.benefit:hover .overlay {
  transform: scale(4) translateZ(0);
}

.benefit:hover .circle {
  border-color: var(--bg-color-light);
  background: var(--bg-color);
}

.benefit:hover .circle:after {
  background: var(--bg-color-light);
}

.benefit:hover p {
  color: var(--text-color-hover);
}

.benefit:active {
  transform: scale(1) translateZ(0);
  box-shadow: 0 15px 24px rgba(0,0,0,0.11),
    0 15px 24px var(--box-shadow-color);
}
.benefit h2 {
    font-size: 28px;
    margin-bottom: 20px;
    background: rgb(2,0,36);
    color: white;
    text-align: center;
    padding: 15px;
    border-radius: 20px;
} */
/* .benefit .yellow{
  background-color: rgb(245, 245, 42);
}
.benefit .orange{
  background-color:orange ;
}
.benefit .blue{
  background-color: blue;
}

.benefit .red{
  background-color:rgb(244, 45, 6) ;
}
.benefit .brown{
  background-color:rgb(172, 45, 45) ;
}
.benefit .purple{
  background-color:rgb(171, 16, 171) ;
}
.benefit .green{
  background-color:rgb(32, 233, 25) ;
}
.benefit .peach{
  background-color: rgb(240, 158, 86) ;
}
.benefit .grey{
  background-color: rgb(105, 103, 102) ;
}
.benefit .silver{
  background-color: rgb(195, 194, 194) ;
}
.benefit .gold{
  background-color: rgb(251, 214, 2) ;
}
.benefit .diamond{
  background-color: rgb(95, 186, 255);
}
.benefit .crystal{
  background-color: #15fb33;
}
.benefit .titan{
  background-color: #c106ae;
}
.benefit .cyan{
  background-color: #04e6c8;
}
.benefit .olive{
  background-color: #0582039f;
}
.benefit.maroon{
  background-color: rgb(59, 134, 5) !important;
}
.benefit .red{
  background-color: red;
}
.benefit .light{
  background-color: white;
  color: black;
  border: 2px solid;
} */
.benefit ul{
  margin: 0;
  padding: 0;
}
.benefit ul li {
    padding: 10px 0;
    list-style: none;
    border-bottom: 1px solid #ddd;
}
.benefit ul li:last-child {
    border-bottom: 0px;
}
.price{
  font-size: 40px;
  margin-bottom: 20px;
}
.price span {
    font-size: 16px;
    color: #0058d4;
}
.benefit a {
    background-color: #3d6745;
    text-decoration: none;
    color: white;
    display: block;
    padding: 10px 0;
    margin: 20px 0 10px;
    border-radius: 30px;
    text-transform: uppercase;
    font-size: 16px;
    transition: 0.5s linear;
    text-align: center;
    font-weight: bold;
}
.packs i{
  font-size: larger;
}
.benefit a:hover {
    background: #03bcd4;
    color: #fff;
}
.recommend-txt {
    background: #14bad0;
    color: #fff;
    transform: rotate(45deg);
    padding: 6px 30px;
    position: absolute;
    top: 18px;
    right: -34px;
}
.detail{
    justify-content: space-between !important;
}

/* Modal Css Stratin from Here */
a.pr-3 {
  color: royalblue;
}
a.pr-5 {
  color: royalblue;
}
i.fas.fa-envelope-open.pr-2 {
  color: royalblue;
}
i.fas.fa-phone.pr-2{
  color: royalblue;
}
.modal-content{
  background-color: #a4eae6 !important;
}
/* PRICING TABLE */
.single-price {
  text-align: center;
  background: #293a7d;
  transition: .7s;
  margin-top: 20px;
}
.single-price h3 {
  font-size: 25px;
  color: #000;
  font-weight: 600;
  text-align: center;
  margin: 0;
  margin-top: -80px;
  font-family: poppins;
  color: #fff;
}
.single-price h4 {
  font-size: 48px;
  font-weight: 500;
  color: #fff;
}
.single-price h4 span.sup {
  vertical-align: text-top;
  font-size: 25px;
}
.deal-top {
  position: relative;
  background: #16A086;
  font-size: 16px;
  text-transform: uppercase;
  padding: 136px 24px 0;
}
.deal-top::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -50px;
  width: 0;
  height: 0;
  border-top: 50px solid #16A086;
  border-left: 175px solid transparent;
  border-right: 183px solid transparent;
}
.deal-bottom {
  padding: 56px 16px 0;
}
.deal-bottom ul {
  margin: 0;
  padding: 0;
}
.deal-bottom  ul li {
  font-size: 18px;
  color: #fff;
  font-weight: 300;
  margin-top: 16px;
  border-top: 1px solid #E4E4E4;
  padding-top: 16px;
  list-style: none;
}
.btn-area a {
  display: inline-block;
  font-size: 18px;
  color: #fff;
  background: #16A086;
  padding: 8px 64px;
  margin-top: 32px;
  border-radius: 4px; 
  margin-bottom: 40px;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
}


.single-price:hover {
  background: #16A086;
}
.single-price:hover .deal-top {
  background: #262626;
}
.single-price:hover .deal-top:after {
  border-top: 50px solid #262626;
}
.single-price:hover .btn-area a {
  background: #262626;
}





/* Contact Form */
@font-face {
  font-family: Montserrat-Regular;
  src: url('../fonts/montserrat/Montserrat-Regular.ttf'); 
}

@font-face {
  font-family: Montserrat-Bold;
  src: url('../fonts/montserrat/Montserrat-Bold.ttf'); 
}

@font-face {
  font-family: Montserrat-ExtraBold;
  src: url('../fonts/montserrat/Montserrat-ExtraBold.ttf'); 
}

@font-face {
  font-family: Montserrat-Medium;
  src: url('../fonts/montserrat/Montserrat-Medium.ttf'); 
}


/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/

* {
	margin: 0px; 
	padding: 0px; 
	box-sizing: border-box;
}

/*---------------------------------------------*/
a {
	font-family: Montserrat-Regular;
	font-size: 20px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

a:focus {
	outline: none !important;
}

a:hover {
	text-decoration: none;
	color: #57b846;
}

/*---------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
	margin: 0px;
}

p {
	font-family: Montserrat-Regular;
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
}

ul, li {
	margin: 0px;
	list-style-type: none;
}


/*---------------------------------------------*/
input {
	outline: none;
	border: none;
}

textarea {
  outline: none;
  border: none;
}

textarea:focus, input:focus {
  border-color: transparent !important;
}

input::-webkit-input-placeholder { color: #999999; }
input:-moz-placeholder { color: #999999; }
input::-moz-placeholder { color: #999999; }
input:-ms-input-placeholder { color: #999999; }

textarea::-webkit-input-placeholder { color: #999999; }
textarea:-moz-placeholder { color: #999999; }
textarea::-moz-placeholder { color: #999999; }
textarea:-ms-input-placeholder { color: #999999; }

/*---------------------------------------------*/
button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

iframe {
	border: none !important;
}




/*//////////////////////////////////////////////////////////////////
[ Contact 1 ]*/

.contact1 {
  width: 100%;
  min-height: 100%;
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.container-contact1 {
  width: 1163px;
  background: rgb(22 160 134);
  border-radius: 10px;
  overflow: hidden;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;

  padding: 90px 130px 88px 148px;
}

/*------------------------------------------------------------------
[  ]*/
.contact1-pic {
  width: 420px;
}

.contact1-pic img {
  max-width: 100%;
}


/*------------------------------------------------------------------
[  ]*/
.contact1-form {
  width: 390px;
}

.contact1-form-title {
  display: block;
  font-family: Montserrat-ExtraBold;
  font-size: 24px;
  color: #f8f9fa;
  line-height: 1.2;
  text-align: center;
  padding-bottom: 44px;
}

input.input1 {
  height: 50px;
  border-radius: 25px;
  padding: 0 30px;
}
input.input1 + .shadow-input1 {
  border-radius: 25px;
}

textarea.input1 {
  min-height: 150px;
  border-radius: 25px;
  padding: 12px 30px;
}
textarea.input1 + .shadow-input1 {
  border-radius: 25px;
}

/*---------------------------------------------*/
.wrap-input1 {
  position: relative;
  width: 100%;
  z-index: 0;
  margin-bottom: 20px;
}

.input1 {
  display: block;
  width: 100%;
  background: #3e3c3c;
  font-family: Montserrat-Bold;
  font-size: 15px;
  line-height: 1.5;
  color: #f8f4f4;
}

.shadow-input1 {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 0px 0px;
  color: rgba(87,184,70, 0.5);
}

.input1:focus + .shadow-input1 {
  -webkit-animation: anim-shadow 0.5s ease-in-out forwards;
  animation: anim-shadow 0.5s ease-in-out forwards;
}

@-webkit-keyframes anim-shadow {
  to {
    box-shadow: 0px 0px 80px 30px;
    opacity: 0;
  }
}

@keyframes anim-shadow {
  to {
    box-shadow: 0px 0px 80px 30px;
    opacity: 0;
  }
}

/*---------------------------------------------*/
.container-contact1-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.contact1-form-btn {
  min-width: 193px;
  height: 50px;
  border-radius: 25px;
  background: #57b846;
  font-family: Montserrat-Bold;
  font-size: 15px;
  line-height: 1.5;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 25px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.contact1-form-btn i {
  margin-left: 7px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.contact1-form-btn:hover {
  background: #333333;
  color: white;
}

.contact1-form-btn:hover i {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  .deal-top::after {
    border-right: 40px solid transparent !important;
  }
}



/*------------------------------------------------------------------
[ Responsive ]*/

@media (max-width: 1200px) {
  .contact1-pic {
    width: 33.5%;
  }

  .contact1-form {
    width: 44%;
  }
}

@media (max-width: 992px) {
  .container-contact1 {
    padding: 90px 80px 88px 90px;
  }

  .contact1-pic {
    width: 35%;
  }

  .contact1-form {
    width: 55%;
  }
}

@media (max-width: 768px) {
  .container-contact1 {
    padding: 90px 80px 88px 80px;
  }

  .contact1-pic {
    display: none;
  }

  .contact1-form {
    width: 100%;
  }
  #packages{
    padding-top: 50px !important;
  }
  
}

@media (max-width: 576px) {
  .container-contact1 {
    padding: 90px 15px 88px 15px;
  }
  .brand-name{
    font-size: 20px;
  }
  .grid figure {
    min-width: 350px !important;
  }
  .navbar-brand{
    padding: 0 !important;
  }
.ownbg{
  background: rgb(72, 192, 138);
}
}


/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: white;
  border: 1px solid #c80000;
  border-radius: 13px;
  padding: 4px 25px 4px 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 8px;
  pointer-events: none;

  font-family: Montserrat-Medium;
  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.alert-validate::after {
  content: "\f06a";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  color: #c80000;
  font-size: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 13px;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
}
/* Contact form ended */

/* Footer starting from Here */
.Footersec{
  background-color: rgb(12 10 61 / 79%) ;
}
  .card{
    width: 100%;
    padding: 50px;
    /* background: linear-gradient(90deg, rgb(31, 147, 5) 0%, rgba(9,9,121,1) 35%, rgb(63, 189, 47) 100%); */
    background-color: rgb(12 10 61 / 79%) ;;
    color: #fff
  }
  a{
    color: #fff
  }
  a:hover{
    color: #fff
  }
  .box{
    margin-bottom: 60px;
    margin-top: 20px
  }
  .adress :hover{
    color: #0624e9 !important;
  }
  a.numbr:hover {
    color: #0624e9 !important;
  }
  .form-control{
    border: none;
    margin-left: 0;
    background-color:  rgb(12 10 61 / 79%);
    color: #fff
  }
  input{
    border-bottom: 1px solid #fff !important;
    border-radius: 0 !important
  }
  ::-webkit-input-placeholder{
    color: #E1F5FE !important
  }
  ::-moz-placeholder{
    color: #E1F5FE !important
  }
:-ms-input-placeholder{
  color: #E1F5FE !important
}
:-moz-placeholder{
  color: #E1F5FE !important
}
.form-head{
  padding-left: 10px;
  padding-right: 12px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 22px
}
 .custom-control-label{font-size: 14px !important}
 .get-input{
  padding-left: 0
}
 button{
  color: #f8fafd !important;
  background-color: #191717;
  font-weight: bold !important;
  padding: 10px 20px 10px 20px !important;
  border-radius: 0 !important
}
button:hover{
  color: #080809 !important;
  background-color: rgb(255, 247, 247)}
  

  /* Footer Css Ended */

  /* About us page css */
  .aboutpage{
    background-color: rgb(12 10 61 / 79%) ;
  }
  h2.abouttext{
     color: #fef8f9 !important;
     font-size: 45px;

  }
  h1.text-center.abouttext.text-white.pt-5 {
    padding-top: 7rem !important;
}
  p.abouttext{
    color: #fef8f9 !important;
    font-size: 20px;
 }
 h2.abouttext1{
  color: #2e2d2d !important;
  font-size: 45px;

}
p.abouttext1{
 color: #424141 !important;
 font-size: 20px;

}
  /* Img1 css */
  .grid {
    position: relative;
    margin: 0 auto;
    padding: 1em 0 4em;
    max-width: 1000px;
    list-style: none;
    text-align: center;
  }
  
  /* Common style */
  .grid figure {
    margin-top: 20px;
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    min-width: 600px;
    max-width: 600px;
    height: 450px;
    max-height: 460px;
    width: 48%;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
  }
  
  .grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
  }
  
  .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%;
  }
  
  /* Individual effects */
  /*---------------*/
  /***** Zoe *****/
  /*---------------*/
  
  figure.effect-zoe figcaption {
    top: auto;
    bottom: 0;
    padding: 1em;
    height: 3.75em;
    background: #fff;
    color: #3c4a50;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
  }
  
  figure.effect-zoe h2 {
    float: left;
  }
  
  figure.effect-zoe p.icon-links a {
    float: right;
    color: #3c4a50;
    font-size: 1.4em;
  }
  
  figure.effect-zoe:hover p.icon-links a:hover,
  figure.effect-zoe:hover p.icon-links a:focus {
    color: #252d31;
  }
  
  figure.effect-zoe p.description {
    position: absolute;
    bottom: 8em;
    padding: 2em;
    color: rgb(253, 253, 255);
    font-weight: bold;
    text-transform: none;
    font-size: 90%;
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
    -webkit-backface-visibility: hidden; /* Fix for Chrome 37.0.2062.120 (Mac) */
  }
  
  figure.effect-zoe h2,
  figure.effect-zoe p.icon-links a {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,200%,0);
    transform: translate3d(0,200%,0);
  }
  
  figure.effect-zoe p.icon-links a span::before {
    display: inline-block;
    padding: 8px 10px;
    font-family: 'feathericons';
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .icon-eye::before {
    content: '\e000';
  }
  
  .icon-paper-clip::before {
    content: '\e001';
  }
  
  .icon-heart::before {
    content: '\e024';
  }
  
  figure.effect-zoe h2 {
    display: inline-block;
  }
  
  figure.effect-zoe:hover p.description {
    opacity: 1;
  }
  
  figure.effect-zoe:hover figcaption,
  figure.effect-zoe:hover h2,
  figure.effect-zoe:hover p.icon-links a {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  
  figure.effect-zoe:hover h2 {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
  }
  
  figure.effect-zoe:hover p.icon-links a:nth-child(3) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }
  
  figure.effect-zoe:hover p.icon-links a:nth-child(2) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
  }
  
  figure.effect-zoe:hover p.icon-links a:first-child {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }