@charset "utf-8";
/* CSS Document */
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css");
@import url(https://fonts.googleapis.com/css?family=Josefin+Sans:300,400);
body {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #4D4D4D;
  background:#F0F3F3;
  /*  -webkit-animation: slide 50s linear infinite;*/
  overflow-x: hidden;
  background-size: 25%;
}

.body-thankyou {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #4D4D4D;
  background: url("../images/bg-thanks.svg") no-repeat left 60px;
  /*  -webkit-animation: slide 50s linear infinite;*/
  overflow-x: hidden;
  background-size: 100%;
}
@-webkit-keyframes slide {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -400px 0;
  }
}
html {
  scroll-behavior: smooth;
} 
.container {
  max-width: 1366px;
}
.img-100 {
  max-width: 100%;
}
.img-92 {
  max-width: 92%;
}
.img-95 {
  max-width: 95%;
}
.img-90 {
  max-width: 90%;
}
.img-80 {
  max-width: 80%;
}
.img-70 {
  max-width: 70%;
}
.img-60 {
  max-width: 60%;
}
.img-50 {
  max-width: 50%;
}
.img-40 {
  max-width: 40%;
}
.img-30 {
  max-width: 30%;
}
.img-20 {
  max-width: 20%;
}
.img-10 {
  max-width: 10%;
}
.img-8 {
  max-width: 8%;
}
.img-5 {
  max-width: 5%;
}
.img-2 {
  max-width: 2%;
}
.top-menu {
  background: #F2EFFF;
  font-size: 16px;
  font-weight: 500;
  text-transform: none;
  text-align: center;
  height: 45px;
}
.top-menu .nav-link {
  padding: 0px 0px;
}
.bg-white {
  background: #13A36E !important;
  /*box-shadow: 0px 10px 25px rgba(209, 205, 222, 0.5);*/
}
.top-menu .nav-item {
  line-height:initial !important;
  text-decoration: none;
  color: #fff;
  margin: 2px 30px;
  padding: .0rem 0;
  display: inline-block;
}
.top-menu .nav-item .nav-link::after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #fff;
  transition: width .3s;
}

.navbar-light .navbar-nav .nav-link {
  color: #fff !important;
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
	color:#fff;
}
.top-menu .nav-item .nav-link:hover::after {
  width: 100%;
}
.top-menu .navbar-nav {
  margin: auto;
}
.logo {
  margin: 0px 0px 20px;
}
.main-logo {
  display: none;
}
.logo img {
  width:180px;
}
.logo-contact, .logo-about {
  text-align: center;
}
.logo-contact img {
  width: auto;
  margin: 30px auto;
  text-align: center;
}

.logo-about img {
  width: 55%;
  margin: 130px auto 0px;
}
.banner-home {
  margin: 50px auto 100px;
 /*background: url("../svg/banner-bg.svg") no-repeat right -50px;*/
  /*-webkit-animation: slide-in 20s linear infinite;*/

}
@-webkit-keyframes slide-in {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 400px 0;
  }
}
.banner {
  margin: 0px auto 45px;
}
.banner-content {
  text-align: left;
  margin: 20px 0px 10px;
  clear: both;
}
.banner-content h1 {
  font-size: 38px;
  font-weight: 700;
  color: #02314B;
  line-height: 55px;
}
.banner-content p {
  font-size: 18px;
  font-weight: 400;
  color: #496B7E;
  line-height: 36px;
  text-align: left;
  padding: 20px 0px;
}
/*.call-to-action {
  background: #fff;
  width: 100%;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 10px 7px rgba(0, 0, 0, 0.10);
  -moz-box-shadow: 0px 0px 10px 7px rgba(0, 0, 0, 0.10);
  box-shadow: 0px 0px 10px 7px rgba(0, 0, 0, 0.10);
  margin: 0px auto 30px;
  text-align: center;
	transform-origin: 0 100%;
  transition: transform .5s;

}
.call-to-action img {
  margin: 35px auto;
  vertical-align: top;
}

.call-to-action:hover .hide{
  transform: scaleY(1);
  display: block;
}

.hide {
	display: none; 
    transform: scaleY(0);
}*/
.call-to-action, .call-to-action1 {
  transform-origin: 0 100%;
  background: #fff;
  width: 100%;
  border-radius: 30px;
  -webkit-box-shadow: 0px 0px 10px 7px rgba(0, 0, 0, 0.10);
  -moz-box-shadow: 0px 0px 10px 7px rgba(0, 0, 0, 0.10);
  box-shadow: 0px 0px 10px 7px rgba(0, 0, 0, 0.10);
  margin: 0px auto 20px;
  text-align: center;
  transition: transform .5s;
  height: 170px;  
}

.call-to-action:hover, .call-to-action1:hover {
  transform: translateY(-10px);
	box-shadow: 0 2px 10px 0 rgba(68, 88, 144, 0.2);
}
.call-to-action img {
  width: 375px;
}

.call-to-action1 img {
  width: 230px;
}


/*.call-to-action:hover {
  margin: 0px auto 30px;
  height: 413px;
  overflow: visible;
  transform-origin: top center;
	position: absolute;
	bottom: 0px;
	width: 410px;
	left: 5.5%;
	 padding: 25px 0px 0px;
	-webkit-animation: scale-up-ver-bottom 0.4s ease-out both;
	        animation: scale-up-ver-bottom 0.4s ease-out both;
}*/
/* ----------------------------------------------
 * Generated by Animista on 2021-3-23 16:3:55
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation scale-up-ver-bottom
 * ----------------------------------------
 */
@-webkit-keyframes scale-up-ver-bottom {
  0% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
  }
}
@keyframes scale-up-ver-bottom {
  0% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
  }
}
.banner-images {
  margin: 0px auto;
}
.banner-images .card-img-overlay {
  position: absolute;
  top: -139px;
  right: 0;
  bottom: 0;
  left: -82px;
  padding: 0;
  width: 1000px;
}
.mobile {
  position: relative;
}
.mobile img {
  z-index: 0;
  position: absolute;
  bottom: 70px;
  left: 30px;
  width: 850px;
}
.shopper-bag {}
.shopper-bag img {
  position: relative;
  right: -115px;
  bottom: 105px;
  width: 650px;
  z-index: 9;
}
.learn-more, .learn-more a {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  margin: 20px auto 0px;
  color: #4D4D4D;
}
.down-arrow {
  margin: 0px auto 100px;
  text-align: center;
}
.down-arrow img {
  text-align: center;
}
section {
  position: relative;
  width: 100%;
  height: 100%;
}
section::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  /* height: 80%; */
}
#section05 a {
  padding-top: 70px;
}
#section05 a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 3px solid #707070;
  border-bottom: 3px solid #707070;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb05 1.5s infinite;
  animation: sdb05 1.5s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb05 {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb05 {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
.amberpay {
  background: #fff;
  width: 100%;
  margin: 0px auto 50px;
  border-radius: 30px;
  -webkit-box-shadow: 0px 0px 10px 7px rgba(0, 0, 0, 0.10);
  -moz-box-shadow: 0px 0px 10px 7px rgba(0, 0, 0, 0.10);
  box-shadow: 0px 0px 10px 7px rgba(0, 0, 0, 0.10);
  padding: 60px 60px 0px;
  overflow: hidden;
  height: 676px;
}
.amberpay .img-right img {
	float: right;
	margin-right: -61px;
	margin-top: -450px;
	margin-bottom: 0px;
}
.amber-elink {
  background: #fff;
  width: 100%;
  margin: 0px auto 100px;
  border-radius: 30px;
  -webkit-box-shadow: 0px 0px 10px 7px rgba(0, 0, 0, 0.10);
  -moz-box-shadow: 0px 0px 10px 7px rgba(0, 0, 0, 0.10);
  box-shadow: 0px 0px 10px 7px rgba(0, 0, 0, 0.10);
  padding: 40px;
}
.amber-estore {
  background: #fff;
  width: 100%;
  margin: 0px auto 100px;
  border-radius: 30px;
  -webkit-box-shadow: 0px 0px 10px 7px rgba(0, 0, 0, 0.10);
  -moz-box-shadow: 0px 0px 10px 7px rgba(0, 0, 0, 0.10);
  box-shadow: 0px 0px 10px 7px rgba(0, 0, 0, 0.10);
  padding: 60px 60px 0px;
  overflow: hidden;
  height: 780px;
}
.amber-estore .brand-logo img, .amber-elink .brand-logo img, .amberpay .brand-logo img {
  margin: 0px 0px 0px;
  max-width: 420px;
}
.amber-estore h2, .amber-elink h2, .amberpay h2 {
  font-size: 20px;
  color: #13A36E;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 30px;
}
.amber-estore h3, .amber-elink h3, .amberpay h3 {
  font-size: 28px;
  color: #02314B;
  font-weight: 300;
  margin: 30px 0px 30px;
  line-height: 40px;
}
.amber-estore p {
  font-size: 18px;
  font-weight: 300;
  color: #4D4D4D;
  line-height: 36px;
  text-align: left;
  padding: 10px 0px;
  margin-top: 20px;
}
.amber-estore p a.button {
  margin: 20px 0px 20px;
}
 
.amber-estore .img-right1 img {
	float: right;
	margin-right: -67px;
	margin-top: -430px;
	margin-bottom: 0px;
	position: relative;
	top: -100px;
}
.amber-elink p {
  font-size: 18px;
  line-height: 36px;
}
.amber-elink .button, .amber-estore .button, .amberpay .button {
  width: 200px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  color: #EF9B1D;
  border: solid #EF9B1D 2px;
  display: block;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}
.thanks-bg .btn-orange  {
  width: 200px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  color: #EF9B1D;
  border: solid #EF9B1D 2px;
  display: block;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  background: none;
  margin: auto;
}
.thanks-bg .btn-orange:hover{
  transform: translateY(-5px);
	box-shadow: 0 2px 10px 0 rgba(68, 88, 144, 0.2);
  background: #EF9B1D;
  color: #fff;
}
.amber-elink .button:hover, .amber-estore .button:hover, .amberpay .button:hover {
  transform: translateY(-5px);
	box-shadow: 0 2px 10px 0 rgba(68, 88, 144, 0.2);
}
.amber-elink .button {
  margin: 50px auto 0px;
}
.amber-elink .button:hover, .amber-estore .button:hover, .amberpay .button:hover {
  background: #EF9B1D;
  color: #fff;
  text-decoration: none;
}
.amber-elink .img-left img {
  float: left;
  margin-left: 0;
  margin-top: -90px;
}
.amber-elink .no-website {
  margin: 20px auto;
  text-align: center;
  clear: both;
}
.amber-elink .no-website p {
  margin: 20px auto;
  text-align: center;
  font-size: 18px;
  line-height: 36px;
}
.btm-image {
  text-align: center;
  padding: 0px 0px 20px;
}
.footer {
  background: url("../svg/footer-bg.svg") no-repeat 0px 5px #02314B;
  min-height: 398px;
  padding: 50px 0px 0px;
  color: #fff;
}
.footer .container {
	max-width: 1140px;
}
.footer h3 {
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 0px;
  color: #fff;
}
.footer p {
  font-size: 18px;
  line-height: 30px;
}
.footer p a {
  text-decoration: none;
  color: #fff;
}
.footer p a:hover {
color:#fff;
}

.footer p.mailaddress a {
  text-decoration: none;
  color: #fff;
  font-weight: 600;
}
.cotact {
  background: transparent;
  border-radius: 10px;
  color: #12A06D;
  font-weight: 600;
  font-size: 18px;
  line-height: 40px;
  text-transform: uppercase;
  margin-bottom: 20px;
  width: 200px;
  display: block;
  text-align: center;
  border: solid 1px #12A06D;
}
.footer-copyright.text-center {
  padding: 20px 0px 20px;
  border-top: solid 0px #dcdcdc;
  margin-top: 20px;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  background: #012031;
}
.footer-copyright a {
  padding: 0px;
  margin-top: 0px;
  text-decoration: none;
  color: #fff;
}
.align-right {
  text-align: right;
}
.img-responsive {
  width: 100%;
}
.navbar-transparant {
  background-color: rgba(255, 255, 255, 1) !important;
  border-color: rgba(255, 255, 255, .4)
}
.main-navbar .navbar-collapse .main-nav .nav-item {
  padding: 0 1rem;
  font-size: 1.2rem;
}
.main-navbar .navbar-collapse .main-nav .nav-item .nav-link {
  color: #25538F;
  font-size: 18px;
}
.main-navbar .navbar-collapse .main-nav .nav-item .nav-link:hover {
  color: #25538F !important;
  font-size: 18px;
} /*
.content-contact {
  min-height: 800px;
}*/
#contact-form .mb-0, .my-0 {
  margin-bottom: 0 !important;
  z-index: 9;
  position: relative;
}
.content-contact a.button {
  width: 200px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  color: #BF7AB2;
  border: solid #BF7AB2 2px;
  display: block;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  z-index: 999;
  margin: 40px 0px;
  background:#fff;
  transition: all 0.4s ease-in-out;
}
.content-contact a.button:hover {
  background: #BF7AB2;
  color: #fff;
  text-decoration: none;
  transform: translateY(-5px);
	box-shadow: 0 2px 10px 0 rgba(68, 88, 144, 0.2);
}
.content-contact h1 {
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 38px;
}
.form-control {
  margin: 10px auto 15px;
  padding: 15px;
  border: 0;
  -webkit-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.10);
  -moz-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.10);
  box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.10);
  border-radius: 10px;
  width: 600px;
}
#message {
  height: 160px;
}

/* aboutuspage style */

.banner-about {
  background: url("../images/about-bg.png") no-repeat center top;
  background-size: 94%;
  margin: 10px auto 0px;
}

.banner-about .logo {
margin: 120px auto 30px;
text-align: center;
}


.banner-about .banner-content {
  margin: 100px auto 0px;
  text-align: left;
}

.banner-about .banner-content p {
  font-size: 18px;
  line-height: 36px;
  font-weight: 300;
}
.our-vision, .our-mission{
  background: rgb(191,122,178);
  background: -moz-linear-gradient(90deg, rgba(191,122,178,1) 0%, rgba(226,162,214,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(191,122,178,1) 0%, rgba(226,162,214,1) 100%);
  background: linear-gradient(90deg, rgba(191,122,178,1) 0%, rgba(226,162,214,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#bf7ab2",endColorstr="#e2a2d6",GradientType=1); 
  color: #fff;
  margin-bottom: 50px;
}
.overvision-bg, .our-mission-bg {
  background: url(../images/our-vision-bg.png) no-repeat center top;
  background-size: 100%;
}
.our-vision h2, .our-mission h2 {
	font-size: 38px;
	font-weight: 700;
	color: #fff;
  margin: 0px 0px 20px;
  width: 100%;
}
.our-vision p, .our-mission p {
  font-size: 18px;
  line-height: 36px;
  font-weight: 300;
  width:60%;
}
.running-business {
margin: 0px auto;
clear: both;
display: block;
background:url(../images/business-bg.png) no-repeat left top;
background-size: 80%;
}

.running-business h2 {
	font-size: 38px;
	font-weight: 700;
	color: #4D4D4D;
  margin: 0px 0px 20px;
  width: 100%;
}
.running-business p {
  font-size: 18px;
  line-height: 36px;
  font-weight: 400;
  width:80%;
}

.encompassing {
  background:url(../images/encompassing.png) no-repeat center top;
  background-size: 84%;
  text-align: center;
  margin:0px auto;
}

.encompassing h2 {
	font-size: 38px;
	font-weight: 700;
	color: #4D4D4D;
  margin: 50px auto 40px;
  text-align:center;
  padding:50px 0px;
  line-height: 55px;
}
.amber-estores, .amber-apps {
  background: rgb(245,250,255);
  background: -moz-linear-gradient(90deg, rgba(245,250,255,1) 0%, rgba(245,250,255,1) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(245,250,255,1) 0%, rgba(245,250,255,1) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
  background: linear-gradient(90deg, rgba(245,250,255,1) 0%, rgba(245,250,255,1) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f5faff",endColorstr="#ffffff",GradientType=1); 
}
.amber-elinks {
  background: rgb(245,250,255);
  background: -moz-linear-gradient(-90deg, rgba(245,250,255,1) 0%, rgba(245,250,255,1) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
  background: -webkit-linear-gradient(-90deg, rgba(245,250,255,1) 0%, rgba(245,250,255,1) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
  background: linear-gradient(-90deg, rgba(245,250,255,1) 0%, rgba(245,250,255,1) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f5faff",endColorstr="#ffffff",GradientType=1); 
}
.amber-estores h2 {
	font-size: 38px;
	font-weight: 700;
	color: #4D4D4D;
  margin: 0px 0px 30px;
  width: 100%;
}
.amber-estores p {
  font-size: 18px;
  line-height: 36px;
  font-weight: 400;
  width:80%;
}
.amber-estores .left{
  margin-left:-100px;
  width: 127%;
}

.amber-apps .left {
  margin-left:-150px;
  width: 125%;
}
.amber-estores .button, .amber-elinks .button, .amber-apps .button {
	width: 200px;
	border-radius: 10px;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	color: #BF7AB2;
	border: solid #BF7AB2 2px;
	display: block;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
  margin: 50px 0 0;
  transition: all 0.4s ease-in-out;
}

.amber-estores .button:hover,  .amber-elinks .button:hover, .amber-apps .button:hover{
	background: #BF7AB2;
	color: #fff;
	text-decoration: none;
  transform: translateY(-10px);
	box-shadow: 0 2px 10px 0 rgba(68, 88, 144, 0.2);
}
.estores-content {
	background: url(../images/1.png) no-repeat left top;
}

.elinks-content {
	background: url(../images/2.png) no-repeat right top;
}

.app-content {
	background: url(../images/3.png) no-repeat -23px top;
  margin-top: 150px !important;
}
.amber-elinks h2 {
	font-size: 38px;
	font-weight: 700;
	color: #4D4D4D;
  margin: 0px 0px 30px;
  width: 100%;
}
.amber-elinks p {
  font-size: 18px;
  line-height: 36px;
  font-weight: 400;
  width:80%;
}
.amber-elinks .card-img-overley {
	margin-left: 65px;
	width: auto;
	margin-top: -130px;
	max-width: 100%;
}
.amber-apps h2 {
	font-size: 38px;
	font-weight: 700;
	color: #4D4D4D;
  margin: 0px 0px 30px;
  width: 100%;
}
.amber-apps p {
  font-size: 18px;
  line-height: 36px;
  font-weight: 400;
  width:80%;
}
.btm-bg {
	background: url("../images/sliderbg-btm.png") no-repeat center top #fff;
	padding: 70px 0px 100px;
	margin: 50px auto 0px;
	background-size: 35%;
}
.btm-bg h1 {
	font-size: 38px;
	font-weight: 700;
	color: #4D4D4D;
	text-align: center;
}
.btm-bg p a.button {
	width: 280px;
	border-radius: 10px;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	color: #BF7AB2;
	border: solid #BF7AB2 2px;
	display: block;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	margin: 30px auto 0px;
  transition: all 0.4s ease-in-out;
}
.btm-bg p a.button:hover {
	background: #BF7AB2;
	color: #fff;
	text-decoration: none;
  transform: translateY(-10px);
	box-shadow: 0 2px 10px 0 rgba(68, 88, 144, 0.2);
}

.btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-danger.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(180, 166, 167, 0.5) !important;
}
.btn-danger.focus, .btn-danger:focus {
	box-shadow: 0 0 0 .2rem rgba(180, 166, 167, 0.5) !important;
}
.fa-arrow-up::before {
	content: "\f062";
	text-align: center;
	margin: auto;
	font-size: 17px;
	color: #000;
}



#scrolltop {
  display: none;
}

#rocketmeluncur {
  position: fixed;
  bottom: 50px;
  z-index: 999;
  display: none;
  visibility: hidden;
  width: 26px;
  height: 48px;
  right: 25px;
  background: url(../images/Ask.png) no-repeat 50% 0;
  opacity: 0;
  -webkit-transition: visibility .6s cubic-bezier(0.6, 0.04, 0.98, 0.335), opacity .6s cubic-bezier(0.6, 0.04, 0.98, 0.335), -webkit-transform .6s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  -moz-transition: visibility .6s cubic-bezier(0.6, 0.04, 0.98, 0.335), opacity .6s cubic-bezier(0.6, 0.04, 0.98, 0.335), -moz-transform .6s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: visibility .6s cubic-bezier(0.6, 0.04, 0.98, 0.335), opacity .6s cubic-bezier(0.6, 0.04, 0.98, 0.335), transform .6s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

#rocketmeluncur i {
  display: block;
  margin-top: 48px;
  height: 14px;
  background: url(../images/Ask.png) no-repeat 50% -48px;
  opacity: .5;
  -webkit-transition: -webkit-transform .2s;
  -moz-transition: -moz-transform .2s;
  transition: transform .2s;
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  transform-origin: 50% 0
}

#rocketmeluncur:hover {
  background-position: 50% -62px
}

#rocketmeluncur:hover i {
  background-position: 50% 100%;
  -webkit-animation: flaming .7s infinite;
  -moz-animation: flaming .7s infinite;
  animation: flaming .7s infinite
}

#rocketmeluncur.showrocket {
  visibility: visible;
  opacity: 1
}

#rocketmeluncur.launchrocket {
  background-position: 50% -62px;
  opacity: 0;
  -webkit-transform: translateY(-800px);
  -moz-transform: translateY(-800px);
  -ms-transform: translateY(-800px);
  transform: translateY(-800px);
  pointer-events: none
}

#rocketmeluncur.launchrocket i {
  background-position: 50% 100%;
  -webkit-transform: scale(1.4, 3.2);
  -moz-transform: scale(1.4, 3.2);
  transform: scale(1.4, 3.2)
}

/* Style */
.social-media a:hover{
  text-decoration: none;
}
.social-media a img{
  transition:.1s;
}

.social-media a img:hover{
  transform: rotate(360deg);
  transition:.5s;
}
.social-media a img[alt="facebook"]:hover {
  filter:   hue-rotate(181deg) brightness(92%) contrast(88%);
}
.social-media a img[alt="instagram"]:hover {
  filter:  hue-rotate(321deg) brightness(90%) contrast(95%);
}
.social-media a img[alt="linkedin"]:hover {
  filter:   hue-rotate(179deg) brightness(98%) contrast(101%);
}
.social-media a img[alt="twitter"]:hover {
  filter:  hue-rotate(179deg) brightness(98%) contrast(101%);
}
.error {
  color: #f20000;
} 

