


*{
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
            
  }
.text{
 text-align: center;
 margin-top: 40px;
 font-family: cursive;
 color: #fff;
}

  
  h1{
    font-size: 1.5rem;
    font-family: 'Montserrat';
    font-weight: normal;
    color: #444;
    text-align: center;
    margin: 2rem 0;
  }
  
  .wrapper{
    width: 90%;
    margin: 0 auto;
    max-width: 80rem;
  }
  
  .cols{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  
  .col{
    width: calc(25% - 2rem);
    margin: 1rem;
    cursor: pointer;
  }
  
  .container{
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
      -webkit-perspective: 1000px;
              perspective: 1000px;
  }
  
  .front,
  .back{
    background-size: cover;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.25);
    border-radius: 10px;
      background-position: center;
      -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
      transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
      -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
      transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
      transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      text-align: center;
      min-height: 280px;
      height: 225px;
      border-radius: 10px;
      color: #fff;
      font-size: 1.5rem;
  }
  
  .back{
    background: #cedce7;
    background: -webkit-linear-gradient(45deg,  #cedce7 0%,#596a72 100%);
    background: -o-linear-gradient(45deg,  #cedce7 0%,#596a72 100%);
    background: linear-gradient(45deg,  #cedce7 0%,#596a72 100%);
  }
  
  .front:after{
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      width: 100%;
      height: 100%;
      content: '';
      display: block;
      opacity: .6;
      background-color: #000;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      border-radius: 10px;
  }
  .container:hover .front,
  .container:hover .back{
      -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
      transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
      -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
      transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
      transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
  }
  
  .back{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
  }
  
  .inner{
      -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
              transform: translateY(-50%) translateZ(60px) scale(0.94);
      top: 50%;
      position: absolute;
      left: 0;
      width: 100%;
      padding: 2rem;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      outline: 1px solid transparent;
      -webkit-perspective: inherit;
              perspective: inherit;
      z-index: 2;
  }
  
  .container .back{
      -webkit-transform: rotateY(180deg);
              transform: rotateY(180deg);
      -webkit-transform-style: preserve-3d;
              transform-style: preserve-3d;
  }
  
  .container .front{
      -webkit-transform: rotateY(0deg);
              transform: rotateY(0deg);
      -webkit-transform-style: preserve-3d;
              transform-style: preserve-3d;
  }
  
  .container:hover .back{
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
  }
  
  .container:hover .front{
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
  }
  
  .front .inner p{
    font-size: 2rem;
    margin-bottom: 2rem;
    position: relative;
  }
  
  .front .inner p:after{
    content: '';
    width: 4rem;
    height: 2px;
    position: absolute;
    background: #C6D4DF;
    display: block;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -.75rem;
  }
  
  .front .inner span{
    color: rgba(255,255,255,0.7);
    font-family: 'Montserrat';
    font-weight: 300;
  }
  
  @media screen and (max-width: 64rem){
    .col{
      width: calc(33.333333% - 2rem);
    }
  }
  
  @media screen and (max-width: 48rem){
    .col{
      width: calc(50% - 2rem);
    }
  }
  
  @media screen and (max-width: 32rem){
    .col{
      width: 100%;
      margin: 0 0 2rem 0;
    }
  }
  /* background */
  body {
    background: linear-gradient(
        to bottom right,  
        #2C3E50, #FD746C, 
        #FF8235, #acac04, 
        #03a813, #056a86, 
        #a044ff, #e73827);
      background-repeat: no-repeat;
      background-size: 1000% 1000%;
      animation: gradient 240s ease infinite;
      height: 200%;
	
	
}



  h1 {
    padding: 0;
    margin: 0;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 100;
  }
      
  @keyframes gradient { 
    0%{background-position:0% 0%}
    50%{background-position:100% 100%}
    100%{background-position:0% 0%}
  }
  
  /* beeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee */
  .bee {
    display: inline-block;
    position: relative;
    width: 130px;
    height: 90px;
    z-index: 100;
    background-color: #61555a;
    border-radius: 100% 98% 98% 100%;
    box-shadow: inset 0px -10px 0px -2px rgba(0, 0, 0, 0.15), inset 32px 0px 0px -20px #61555a, inset 48px 0px 0px -20px #fcd658, inset 58px 0px 0px -20px #61555a, inset 88px 0px 0px -28px #fcd658;
    -moz-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
    -moz-animation: float 3s infinite;
    -webkit-animation: float 3s infinite;
    animation: float 3s infinite;
    align-items: center;
  }
  .bee:before, .bee:after {
    display: block;
    content: "";
    position: absolute;
  }
  .bee:before {
    right: 24px;
    bottom: 57%;
    width: 8px;
    height: 15px;
    border-radius: 100% 100% 88% 88%;
    background-color: #fff;
    box-shadow: 10px 0px 0px -2px #fff;
    -moz-animation: blink 7s infinite;
    -webkit-animation: blink 7s infinite;
    animation: blink 7s infinite;
  }
  .bee:after {
    left: -7px;
    top: 50%;
    width: 20px;
    height: 10px;
    border-radius: 100% 100% 0 0%;
    border-top: 5px solid #61555a;
  }
  .bee .antennae {
    position: relative;
  }
  .bee .antennae:before, .bee .antennae:after {
    display: block;
    content: "";
    position: absolute;
  }
  .bee .antennae:before {
    top: 4px;
    right: 2px;
    height: 32px;
    width: 18px;
    z-index: -1;
    border-left: 4px solid #61555a;
    border-radius: 100% 0 0 100%;
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
    -moz-animation: antenna 5s infinite;
    -webkit-animation: antenna 5s infinite;
    animation: antenna 5s infinite;
  }
  .bee .antennae:after {
    top: -4px;
    right: 20px;
    height: 32px;
    width: 6px;
    z-index: -1;
    border-left: 4px solid #61555a;
    border-radius: 100% 0 0 100%;
    -moz-transform: rotate(14deg);
    -ms-transform: rotate(14deg);
    -webkit-transform: rotate(14deg);
    transform: rotate(14deg);
    -moz-animation: antenna 10s infinite;
    -webkit-animation: antenna 10s infinite;
    animation: antenna 10s infinite;
  }
  .bee .wing {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 100% 100% 100% 100%;
  }
  .bee .wing.one {
    width: 34px;
    height: 52px;
    top: -44px;
    left: 27px;
    box-shadow: inset 6px 1px 0px -4px rgba(0, 0, 0, 0.3);
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
    -moz-animation: wings 0.01s infinite;
    -webkit-animation: wings 0.01s infinite;
    animation: wings 0.01s infinite;
  }
  .bee .wing.two {
    width: 32px;
    height: 44px;
    top: -48px;
    left: 32px;
    box-shadow: 3px 1px 0px -1px rgba(0, 0, 0, 0.4);
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -moz-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    -webkit-transform: rotate(50deg);
    transform: rotate(50deg);
    -moz-animation: wingstwo 0.01s infinite;
    -webkit-animation: wingstwo 0.01s infinite;
    animation: wingstwo 0.01s infinite;
  }
  
  .shadow {
    position: absolute;
    width: 90px;
    height: 30px;
    z-index: 10;
    top: 62%;
    left: 50%;
    margin-left: -45px;
    border-radius: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    -moz-animation: shadow 3s infinite;
    -webkit-animation: shadow 3s infinite;
    animation: shadow 3s infinite;
  }
  
  @-webkit-keyframes float {
    0% {
      box-shadow: inset 0px -11px 0px -2px rgba(0, 0, 0, 0.2), inset 32px 0px 0px -20px #61555a, inset 48px 0px 0px -20px #fcd658, inset 58px 0px 0px -20px #61555a, inset 88px 0px 0px -28px #fcd658;
      -moz-transform: translate(0, 7px);
      -ms-transform: translate(0, 7px);
      -webkit-transform: translate(0, 7px);
      transform: translate(0, 7px);
    }
    50% {
      box-shadow: inset 0px -10px 0px -2px rgba(0, 0, 0, 0.15), inset 32px 0px 0px -20px #61555a, inset 48px 0px 0px -20px #fcd658, inset 58px 0px 0px -20px #61555a, inset 88px 0px 0px -28px #fcd658;
      -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
    }
    100% {
      box-shadow: inset 0px -11px 0px -2px rgba(0, 0, 0, 0.2), inset 32px 0px 0px -20px #61555a, inset 48px 0px 0px -20px #fcd658, inset 58px 0px 0px -20px #61555a, inset 88px 0px 0px -28px #fcd658;
      -moz-transform: translate(0, 7px);
      -ms-transform: translate(0, 7px);
      -webkit-transform: translate(0, 7px);
      transform: translate(0, 7px);
    }
  }
  @-moz-keyframes float {
    0% {
      box-shadow: inset 0px -11px 0px -2px rgba(0, 0, 0, 0.2), inset 32px 0px 0px -20px #61555a, inset 48px 0px 0px -20px #fcd658, inset 58px 0px 0px -20px #61555a, inset 88px 0px 0px -28px #fcd658;
      -moz-transform: translate(0, 7px);
      -ms-transform: translate(0, 7px);
      -webkit-transform: translate(0, 7px);
      transform: translate(0, 7px);
    }
    50% {
      box-shadow: inset 0px -10px 0px -2px rgba(0, 0, 0, 0.15), inset 32px 0px 0px -20px #61555a, inset 48px 0px 0px -20px #fcd658, inset 58px 0px 0px -20px #61555a, inset 88px 0px 0px -28px #fcd658;
      -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
    }
    100% {
      box-shadow: inset 0px -11px 0px -2px rgba(0, 0, 0, 0.2), inset 32px 0px 0px -20px #61555a, inset 48px 0px 0px -20px #fcd658, inset 58px 0px 0px -20px #61555a, inset 88px 0px 0px -28px #fcd658;
      -moz-transform: translate(0, 7px);
      -ms-transform: translate(0, 7px);
      -webkit-transform: translate(0, 7px);
      transform: translate(0, 7px);
    }
  }
  @-ms-keyframes float {
    0% {
      box-shadow: inset 0px -11px 0px -2px rgba(0, 0, 0, 0.2), inset 32px 0px 0px -20px #61555a, inset 48px 0px 0px -20px #fcd658, inset 58px 0px 0px -20px #61555a, inset 88px 0px 0px -28px #fcd658;
      -moz-transform: translate(0, 7px);
      -ms-transform: translate(0, 7px);
      -webkit-transform: translate(0, 7px);
      transform: translate(0, 7px);
    }
    50% {
      box-shadow: inset 0px -10px 0px -2px rgba(0, 0, 0, 0.15), inset 32px 0px 0px -20px #61555a, inset 48px 0px 0px -20px #fcd658, inset 58px 0px 0px -20px #61555a, inset 88px 0px 0px -28px #fcd658;
      -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
    }
    100% {
      box-shadow: inset 0px -11px 0px -2px rgba(0, 0, 0, 0.2), inset 32px 0px 0px -20px #61555a, inset 48px 0px 0px -20px #fcd658, inset 58px 0px 0px -20px #61555a, inset 88px 0px 0px -28px #fcd658;
      -moz-transform: translate(0, 7px);
      -ms-transform: translate(0, 7px);
      -webkit-transform: translate(0, 7px);
      transform: translate(0, 7px);
    }
  }
  @keyframes float {
    0% {
      box-shadow: inset 0px -11px 0px -2px rgba(0, 0, 0, 0.2), inset 32px 0px 0px -20px #61555a, inset 48px 0px 0px -20px #fcd658, inset 58px 0px 0px -20px #61555a, inset 88px 0px 0px -28px #fcd658;
      -moz-transform: translate(0, 7px);
      -ms-transform: translate(0, 7px);
      -webkit-transform: translate(0, 7px);
      transform: translate(0, 7px);
    }
    50% {
      box-shadow: inset 0px -10px 0px -2px rgba(0, 0, 0, 0.15), inset 32px 0px 0px -20px #61555a, inset 48px 0px 0px -20px #fcd658, inset 58px 0px 0px -20px #61555a, inset 88px 0px 0px -28px #fcd658;
      -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
    }
    100% {
      box-shadow: inset 0px -11px 0px -2px rgba(0, 0, 0, 0.2), inset 32px 0px 0px -20px #61555a, inset 48px 0px 0px -20px #fcd658, inset 58px 0px 0px -20px #61555a, inset 88px 0px 0px -28px #fcd658;
      -moz-transform: translate(0, 7px);
      -ms-transform: translate(0, 7px);
      -webkit-transform: translate(0, 7px);
      transform: translate(0, 7px);
    }
  }
  @-webkit-keyframes shadow {
    0% {
      margin-left: -49px;
      width: 98px;
    }
    50% {
      margin-left: -45px;
      width: 90px;
    }
    100% {
      margin-left: -49px;
      width: 98px;
    }
  }
  @-moz-keyframes shadow {
    0% {
      margin-left: -49px;
      width: 98px;
    }
    50% {
      margin-left: -45px;
      width: 90px;
    }
    100% {
      margin-left: -49px;
      width: 98px;
    }
  }
  @-ms-keyframes shadow {
    0% {
      margin-left: -49px;
      width: 98px;
    }
    50% {
      margin-left: -45px;
      width: 90px;
    }
    100% {
      margin-left: -49px;
      width: 98px;
    }
  }
  @keyframes shadow {
    0% {
      margin-left: -49px;
      width: 98px;
    }
    50% {
      margin-left: -45px;
      width: 90px;
    }
    100% {
      margin-left: -49px;
      width: 98px;
    }
  }
  @-webkit-keyframes antenna {
    0% {
      -moz-transform: rotate(0);
      -ms-transform: rotate(0);
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
    30% {
      -moz-transform: rotate(-8deg);
      -ms-transform: rotate(-8deg);
      -webkit-transform: rotate(-8deg);
      transform: rotate(-8deg);
    }
    79% {
      -moz-transform: rotate(0);
      -ms-transform: rotate(0);
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
    80% {
      -moz-transform: rotate(10deg);
      -ms-transform: rotate(10deg);
      -webkit-transform: rotate(10deg);
      transform: rotate(10deg);
    }
    81% {
      -moz-transform: rotate(0);
      -ms-transform: rotate(0);
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
    100% {
      -moz-transform: rotate(0);
      -ms-transform: rotate(0);
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
  }
  @-moz-keyframes antenna {
    0% {
      -moz-transform: rotate(0);
      -ms-transform: rotate(0);
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
    30% {
      -moz-transform: rotate(-8deg);
      -ms-transform: rotate(-8deg);
      -webkit-transform: rotate(-8deg);
      transform: rotate(-8deg);
    }
    79% {
      -moz-transform: rotate(0);
      -ms-transform: rotate(0);
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
    80% {
      -moz-transform: rotate(10deg);
      -ms-transform: rotate(10deg);
      -webkit-transform: rotate(10deg);
      transform: rotate(10deg);
    }
    81% {
      -moz-transform: rotate(0);
      -ms-transform: rotate(0);
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
    100% {
      -moz-transform: rotate(0);
      -ms-transform: rotate(0);
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
  }
  @-ms-keyframes antenna {
    0% {
      -moz-transform: rotate(0);
      -ms-transform: rotate(0);
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
    30% {
      -moz-transform: rotate(-8deg);
      -ms-transform: rotate(-8deg);
      -webkit-transform: rotate(-8deg);
      transform: rotate(-8deg);
    }
    79% {
      -moz-transform: rotate(0);
      -ms-transform: rotate(0);
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
    80% {
      -moz-transform: rotate(10deg);
      -ms-transform: rotate(10deg);
      -webkit-transform: rotate(10deg);
      transform: rotate(10deg);
    }
    81% {
      -moz-transform: rotate(0);
      -ms-transform: rotate(0);
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
    100% {
      -moz-transform: rotate(0);
      -ms-transform: rotate(0);
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
  }
  @keyframes antenna {
    0% {
      -moz-transform: rotate(0);
      -ms-transform: rotate(0);
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
    30% {
      -moz-transform: rotate(-8deg);
      -ms-transform: rotate(-8deg);
      -webkit-transform: rotate(-8deg);
      transform: rotate(-8deg);
    }
    79% {
      -moz-transform: rotate(0);
      -ms-transform: rotate(0);
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
    80% {
      -moz-transform: rotate(10deg);
      -ms-transform: rotate(10deg);
      -webkit-transform: rotate(10deg);
      transform: rotate(10deg);
    }
    81% {
      -moz-transform: rotate(0);
      -ms-transform: rotate(0);
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
    100% {
      -moz-transform: rotate(0);
      -ms-transform: rotate(0);
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
  }
  @-webkit-keyframes blink {
    0% {
      height: 14px;
    }
    30% {
      height: 14px;
    }
    31% {
      height: 1px;
    }
    32% {
      height: 14px;
    }
    88% {
      height: 14px;
    }
    89% {
      height: 1px;
    }
    90% {
      height: 14px;
    }
    100% {
      height: 14px;
    }
  }
  @-moz-keyframes blink {
    0% {
      height: 14px;
    }
    30% {
      height: 14px;
    }
    31% {
      height: 1px;
    }
    32% {
      height: 14px;
    }
    88% {
      height: 14px;
    }
    89% {
      height: 1px;
    }
    90% {
      height: 14px;
    }
    100% {
      height: 14px;
    }
  }
  @-ms-keyframes blink {
    0% {
      height: 14px;
    }
    30% {
      height: 14px;
    }
    31% {
      height: 1px;
    }
    32% {
      height: 14px;
    }
    88% {
      height: 14px;
    }
    89% {
      height: 1px;
    }
    90% {
      height: 14px;
    }
    100% {
      height: 14px;
    }
  }
  @keyframes blink {
    0% {
      height: 14px;
    }
    30% {
      height: 14px;
    }
    31% {
      height: 1px;
    }
    32% {
      height: 14px;
    }
    88% {
      height: 14px;
    }
    89% {
      height: 1px;
    }
    90% {
      height: 14px;
    }
    100% {
      height: 14px;
    }
  }
  @-webkit-keyframes wings {
    0% {
      -moz-transform: rotate(-36deg);
      -ms-transform: rotate(-36deg);
      -webkit-transform: rotate(-36deg);
      transform: rotate(-36deg);
    }
    50% {
      -moz-transform: rotate(-40deg);
      -ms-transform: rotate(-40deg);
      -webkit-transform: rotate(-40deg);
      transform: rotate(-40deg);
    }
    100% {
      -moz-transform: rotate(-36deg);
      -ms-transform: rotate(-36deg);
      -webkit-transform: rotate(-36deg);
      transform: rotate(-36deg);
    }
  }
  @-moz-keyframes wings {
    0% {
      -moz-transform: rotate(-36deg);
      -ms-transform: rotate(-36deg);
      -webkit-transform: rotate(-36deg);
      transform: rotate(-36deg);
    }
    50% {
      -moz-transform: rotate(-40deg);
      -ms-transform: rotate(-40deg);
      -webkit-transform: rotate(-40deg);
      transform: rotate(-40deg);
    }
    100% {
      -moz-transform: rotate(-36deg);
      -ms-transform: rotate(-36deg);
      -webkit-transform: rotate(-36deg);
      transform: rotate(-36deg);
    }
  }
  @-ms-keyframes wings {
    0% {
      -moz-transform: rotate(-36deg);
      -ms-transform: rotate(-36deg);
      -webkit-transform: rotate(-36deg);
      transform: rotate(-36deg);
    }
    50% {
      -moz-transform: rotate(-40deg);
      -ms-transform: rotate(-40deg);
      -webkit-transform: rotate(-40deg);
      transform: rotate(-40deg);
    }
    100% {
      -moz-transform: rotate(-36deg);
      -ms-transform: rotate(-36deg);
      -webkit-transform: rotate(-36deg);
      transform: rotate(-36deg);
    }
  }
  @keyframes wings {
    0% {
      -moz-transform: rotate(-36deg);
      -ms-transform: rotate(-36deg);
      -webkit-transform: rotate(-36deg);
      transform: rotate(-36deg);
    }
    50% {
      -moz-transform: rotate(-40deg);
      -ms-transform: rotate(-40deg);
      -webkit-transform: rotate(-40deg);
      transform: rotate(-40deg);
    }
    100% {
      -moz-transform: rotate(-36deg);
      -ms-transform: rotate(-36deg);
      -webkit-transform: rotate(-36deg);
      transform: rotate(-36deg);
    }
  }
  @-webkit-keyframes wingstwo {
    0% {
      -moz-transform: rotate(50deg);
      -ms-transform: rotate(50deg);
      -webkit-transform: rotate(50deg);
      transform: rotate(50deg);
    }
    50% {
      -moz-transform: rotate(54deg);
      -ms-transform: rotate(54deg);
      -webkit-transform: rotate(54deg);
      transform: rotate(54deg);
    }
    100% {
      -moz-transform: rotate(50deg);
      -ms-transform: rotate(50deg);
      -webkit-transform: rotate(50deg);
      transform: rotate(50deg);
    }
  }
  @-moz-keyframes wingstwo {
    0% {
      -moz-transform: rotate(50deg);
      -ms-transform: rotate(50deg);
      -webkit-transform: rotate(50deg);
      transform: rotate(50deg);
    }
    50% {
      -moz-transform: rotate(54deg);
      -ms-transform: rotate(54deg);
      -webkit-transform: rotate(54deg);
      transform: rotate(54deg);
    }
    100% {
      -moz-transform: rotate(50deg);
      -ms-transform: rotate(50deg);
      -webkit-transform: rotate(50deg);
      transform: rotate(50deg);
    }
  }
  @-ms-keyframes wingstwo {
    0% {
      -moz-transform: rotate(50deg);
      -ms-transform: rotate(50deg);
      -webkit-transform: rotate(50deg);
      transform: rotate(50deg);
    }
    50% {
      -moz-transform: rotate(54deg);
      -ms-transform: rotate(54deg);
      -webkit-transform: rotate(54deg);
      transform: rotate(54deg);
    }
    100% {
      -moz-transform: rotate(50deg);
      -ms-transform: rotate(50deg);
      -webkit-transform: rotate(50deg);
      transform: rotate(50deg);
    }
  }
  @keyframes wingstwo {
    0% {
      -moz-transform: rotate(50deg);
      -ms-transform: rotate(50deg);
      -webkit-transform: rotate(50deg);
      transform: rotate(50deg);
    }
    50% {
      -moz-transform: rotate(54deg);
      -ms-transform: rotate(54deg);
      -webkit-transform: rotate(54deg);
      transform: rotate(54deg);
    }
    100% {
      -moz-transform: rotate(50deg);
      -ms-transform: rotate(50deg);
      -webkit-transform: rotate(50deg);
      transform: rotate(50deg);
    }
  }
  html, body {
    height: 155%;
    background-color: #fcfade;
    font-size: 62.5%;
    line-height: 3rem;
  }
  
  .v-t {
    display: table;
    vertical-align: middle;
    text-align: center;
    height: 100%;
    width: 100%;
  }
  .v-t .v-tc {
    display: table-cell;
    vertical-align: middle;
  }
  
  
  
 
  

  
  
/* /stars */

/* footer */
ul {
    margin: 0px;
    padding: 0px;
}
.footer-section {
  background: #151414;
  position: relative;
}
.footer-cta {
  border-bottom: 1px solid #373636;
}
.single-cta i {
  color: #ff5e14;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  color: #757575;
  font-size: 15px;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-logo img {
    max-width: 200px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
      color: #7e7e7e;
  line-height: 28px;
}
.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}
.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}
.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}
.facebook-bg{
  background: #3B5998;
}
.twitter-bg{
  background: #55ACEE;
}
.google-bg{
  background: #DD4B39;
}
.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #ff5e14;
}
.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
}
.footer-widget ul li a:hover{
  color: #ff5e14;
}
.footer-widget ul li a {
  color: #878787;
  text-transform: capitalize;
}
.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2E2E2E;
  border: 1px solid #2E2E2E;
  color: #fff;
}
.subscribe-form button {
    position: absolute;
    right: 0;
    background: #ff5e14;
    padding: 13px 20px;
    border: 1px solid #ff5e14;
    top: 0;
}
.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}
.copyright-area{
  background: #202020;
  padding: 25px 0;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
}
.copyright-text p a{
  color: #ff5e14;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a{
  color: #ff5e14;
}
.footer-menu li a {
  font-size: 14px;
  color: #878787;
}