@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: url("../svg/body-bg.svg") no-repeat left 250px;
  /*  -webkit-animation: slide 50s linear infinite;*/
  overflow-x: hidden;
  background-size: 25%;
}

body.aboutus {
  background: none;
}

.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: 1280px;
}*/
.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: #F2EFFF !important;
  /*box-shadow: 0px 10px 25px rgba(209, 205, 222, 0.5);*/
}
.top-menu .nav-item {
  line-height:initial !important;
  text-decoration: none;
  color: #4D4D4D;
  margin: 2px 30px;
  padding: .0rem 0;
  display: inline-block;
}
.top-menu .nav-item .nav-link::after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #f78a25;
  transition: width .3s;
}

.navbar-light .navbar-nav .nav-link {
  color: #4D4D4D;
}

.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:#f78a25;
}
.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: 20px auto 20px;
 /*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 8%;
}
.banner-content {
  text-align: left;
  margin: 20px 0px 10px;
  clear: both;
}
.banner-content h1 {
  font-size: 38px;
  font-weight: 700;
  color: #4D4D4D;
}
.banner-content p {
  font-size: 18px;
  font-weight: 400;
  color: #4D4D4D;
  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 {
  transform-origin: 0 100%;
  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 20px;
  text-align: center;
  transition: transform .5s;
  height: 180px;
  overflow: hidden;
  padding: 25px 0px 0px;
  position: relative;
  z-index: 9;
  
}

 

.call-to-action:hover{
    transform: translateY(-10px);
	box-shadow: 0 2px 10px 0 rgba(68, 88, 144, 0.2); 
}
.call-to-action img {
  width: 150px;
}
/*.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: -90px;
  right: 0;
  bottom: 0;
  left: 100px;
  padding: 0;
}
.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: 25px;
  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: #F5FAFF;
  width: 100%;
  margin: 0px auto 50px;
  border-radius: 60px;
  -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;
  overflow: hidden;
  height: 676px;
}
/* .amberpay .img-right img {
  float: right;
  margin-right: -80px;
  margin-top: -240px;
  margin-bottom: 0px;
} */

.amberpay .img-right img {
	float: right;
	margin-right: -45px;
	margin-top: -390px;
	margin-bottom: 0px;
}

.amber-elink {
  background: #F5FAFF;
  width: 100%;
  margin: 0px auto 100px;
  border-radius: 40px;
  -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: #F5FAFF;
  width: 100%;
  margin: 0px auto 100px;
  border-radius: 40px;
  -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 40px 0px;
  overflow: hidden;
  height: 780px;
}
.amber-estore .brand-logo img, .amber-elink .brand-logo img, .amberpay .brand-logo img {
  margin: 0px 0px 10px;
  max-width: 420px;
}
.amber-estore h2, .amber-elink h2, .amberpay h2 {
  font-size: 20px;
  color: #BF7AB2;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 30px;
}
.amber-estore h3, .amber-elink h3, .amberpay h3 {
  font-size: 28px;
  color: #4D4D4D;
  font-weight: 300;
  margin: 30px 0px 30px;
  line-height: 40px;
}

.amberpay h3 {
  max-width:60%;
}
.amber-estore p {
  font-size: 18px;
  font-weight: 300;
  color: #4D4D4D;
  line-height: 36px;
  text-align: left;
  padding: 10px 0px;
  margin-top: 100px;
}
.amber-estore p a.button {
  margin: 70px 0px 0px;
}
.amber-estore .img-right img {
  float: right;
  margin-right: -80px;
  margin-top: -55px;
  margin-bottom: 0px;
}
.amber-estore .img-right1 img {
  float: right;
  margin-right: -108px;
  margin-top: -120px;
  margin-bottom: 0px;
  position: relative;
  top: -50px;
}
.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: #BF7AB2;
  border: solid #BF7AB2 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: #BF7AB2;
  border: solid #BF7AB2 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: #BF7AB2;
  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: #BF7AB2;
  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/footerbg.svg") no-repeat 20px 20px #F6F6F6;
  min-height: 398px;
  padding: 50px 0px 0px;
}
.footer h3 {
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 15px;
}
.footer p {
  font-size: 18px;
  line-height: 30px;
}
.footer p a {
  text-decoration: none;
  color: #4D4D4D;
}
.footer p a:hover {
color:#f78a25;
}
.cotact {
  background: #E4E4E4;
  border-radius: 10px;
  color: #4D4D4D;
  font-weight: 600;
  font-size: 18px;
  line-height: 40px;
  text-transform: uppercase;
  margin-bottom: 20px;
  width: 200px;
  display: block;
  text-align: center;
}
.footer-copyright.text-center {
  padding: 20px 0px 20px;
  border-top: solid 1px #dcdcdc;
  margin-top: 20px;
  text-decoration: none;
  color: #4D4D4D;
  font-size: 14px;;
}
.footer-copyright a {
  padding: 0px;
  margin-top: 0px;
  text-decoration: none;
  color: #4D4D4D;
}
.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/1.png) no-repeat right top;
}

.app-content {
	background: url(../images/2.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 h2 {
  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: 7;
  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: invert(35%) sepia(91%) saturate(408%) hue-rotate(181deg) brightness(92%) contrast(88%);
}
.social-media a img[alt="instagram"]:hover {
  filter: invert(36%) sepia(75%) saturate(4157%) hue-rotate(321deg) brightness(90%) contrast(95%);
}
.social-media a img[alt="linkedin"]:hover {
  filter: invert(25%) sepia(99%) saturate(1598%) hue-rotate(179deg) brightness(98%) contrast(101%);
}
.social-media a img[alt="youtube"]:hover {
  filter: invert(14%) sepia(95%) saturate(7489%) hue-rotate(1deg) brightness(101%) contrast(111%);
}
.social-media a img[alt="twitter"]:hover {
  filter: invert(0%) sepia(0%) saturate(00%) hue-rotate(172deg) brightness(0%) contrast(100%);
}
.social-media a img[alt="whatsapp"]:hover {
  filter: invert(68%) sepia(24%) saturate(7074%) hue-rotate(96deg) brightness(113%) contrast(71%);
}
.error {
  color: #f20000;
}
.content-contact 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 button:hover {
  background: #BF7AB2;
  color: #fff;
  text-decoration: none;
  transform: translateY(-5px);
  box-shadow: 0 2px 10px 0 rgb(68 88 144 / 20%);
}

.terms, .terms p {
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

.terms p b u {
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
}

.terms h2 {
  font-size: 30px;
  font-weight: 700;
  color: #4D4D4D;
  margin: 0px 0px 20px;
  width: 100%;;
}

.terms h3 {
  font-size: 25px;
  font-weight: 500;
  margin: 20px 0px ;
  color: #4D4D4D;
}

.terms ol, .terms ol li ol {
  margin: 0px 0px 20px;
}

.terms ol li, .terms ol li ol li {
  margin: 0px 0px 10px;
  font-size: 18px;
  font-weight: 300;
  line-height: 35px;
  text-align: left;
  padding-left: 10px;
}

.banner-privacy h1 {
	margin-bottom:0px;
	font-weight: 700;
	font-size: 38px;
}


/*cookies policy*/

.cookie-overlay {
  position: fixed; /* Sit on top of the page content */
  display: none; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5); /* Black background with opacity */
  z-index: 99999; /* Specify a stack order in case you're using a different order for other elements */
 /* cursor: pointer; */ /* Add a pointer on hover */
}

.cookie-overlay .bg-white {
	position: fixed;
	bottom:0rem;
	left: 0%;
	right: 0%;
	background: #fff;
	z-index: 9999;
	line-height: 20px;
	font-size: 14px;
	border-radius: 0px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	text-align: left;
	width: auto;
}

  .cookie-overlay a {
    text-decoration: underline;
    color: #4D4D4D !important;
  }

  .cookie-overlay .bg-warning {
	background-color: #fff1c6 !important;
}
  .cookie-overlay .close-cookies {
    cursor: pointer;
  }

  .cookie-overlay h4 {
    color: #ef6000;
    font-weight: 600;
    font-size: 1rem !important;
    /* font-size: 3.5vw; */
    text-align: left;
  }
  .cookie-overlay .btn {
    font-size: 0.9rem;
  }


.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
	background-color: #000;
}

.modal-backdrop.show {
	opacity: 1;
  background: none;
  position: unset;
}


.cookie-overlay .bg-white .modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: unset;
	z-index: 1050;
	display: none;
	overflow: hidden;
	outline: 0;
}

.cookie-overlay .bg-white .modal-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1rem 1rem 0px;
	border: 0px;
}

.cookie-overlay .bg-white .modal-body {
	padding: 0rem 2rem 1rem;
}

.cookie-overlay .bg-white .modal-body h5 {
	 color: #ef6000;
   font-size: 1rem;
   font-weight:600;
}

.cookie-overlay .bg-white .modal-body p {
  margin-bottom:0px;
}
.cookie-overlay .bg-white .modal-content {
  background: rgba(255, 255, 255, .90);
  height: 100%;
  right:-17px;
}
.cookie-overlay .bg-white .modal-content .card-body{
 overflow-y: auto;
 scroll-behavior: smooth;
 font-size: 13px;
 line-height: 18px;
}
.cookie-overlay .bg-white .modal-footer {
	padding: 1rem;
	border-top: 0px solid #e9ecef;
}

.cookie-overlay .bg-white .modal .modal-dialog {
	max-width: 650px;
	margin: 0px 0px;
  float: right;
  height: 100%;
   
}

.cookie-overlay .bg-white .btn-orange {
	background: #BF7AB2;
	color: #fff;
  margin: auto;
  display: inline-block;
  font-weight: 700;
  width: 150px;
  height: 45px;
  font-size: 15px;
}
.cookie-overlay .bg-white .btn-success {
	background:none !important;
	color: #BF7AB2;
  margin: auto;
  display: inline-block;
  font-weight: 700;
  width: 150px;
  height: 45px;
  border:none !important;
  text-decoration: underline;
  font-size: 15px;
}

.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
	color: #BF7AB2;
	/* background-color: #1e7e34; */
	border-color: #BF7AB2;
}

.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(191, 122, 178,.5);
}

.cookie-overlay .bg-white #exampleModal .btn-orange {
	background-color: #BF7AB2;
	color: #fff;
  margin: auto;
  display: block;
  font-weight: 700;
  width: 150px;
  height: 45px;
}

.cookie-overlay .bg-white .modal-body .accordion .card-header::after {
  font-family: 'FontAwesome', sans-serif;
  content: "\f068";
  float: left; 
  font-size:15px;
  margin-right: 20px;
  font-weight: 400;
  color: #4D4D4D;
}

.cookie-overlay .bg-white .modal-body .accordion .collapsed::after {
  /* symbol for "collapsed" panels */
  content: "\f067"; 
  font-family: 'FontAwesome', sans-serif;
  color: #4D4D4D;
}

.cookie-overlay .bg-white #exampleModal{
 width: 100%;
  /* background-color: rgba(0,0,0,0.50); Black background with opacity */
  z-index: 9999; /* Specify a stack order in case you're using a different order for other elements */
 /* cursor: pointer; */ /* Add a pointer on hover */
}

.cookies-policy h5 {
	color: #005293;
  font-weight: 700;
}
.cookies-policy h5 b {
	color: #ef6000;
  font-weight: 500;
}

.cookies-policy hr {
  margin: 30px auto;
}

.cookies-policy .nav-tabs {
	border-bottom: 0px solid #dee2e6;
  margin-bottom: 20px;
}

.cookies-policy .nav-tabs .nav-item {
	margin: 0px 10px 0px;
}

.cookies-policy .nav-tabs .nav-link {
	border: none;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  color: #000;
}

.cookies-policy .nav-tabs .nav-item.show .nav-link, .cookies-policy .nav-tabs .nav-link.active {
	color: #ef6000;
	background-color: #fff;
	border-bottom: 3px solid #ef6000;
}

.close {
	opacity:1;
}

.cookies-btn {
	background-color: #BF7AB2;
	height: 43px;
	width: 43px;
	border-radius: 100%;
	position: fixed;
	bottom: 46px;
	left: 25px;
	cursor: pointer;
  border:solid 1px #dcdcdc;
  padding: 3px;
  z-index: 999;
  -webkit-box-shadow: 0px 0px 26px 3px rgba(122,122,122,0.46);
-moz-box-shadow: 0px 0px 26px 3px rgba(122,122,122,0.46);
box-shadow: 0px 0px 26px 3px rgba(122,122,122,0.46);
}


.btn-success.focus, .btn-success:focus {
	box-shadow:none;
}
 
.cookies-policy .table-bordered thead th {
  color: #ef6000;
}

body.modal-open {
  overflow: visible;
}

/*body.modal-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}*/

@media (max-width: 560px) {
 
  .cookie-overlay h4 {
    font-size: 0.85rem !important;
    margin: 10px 0px 0px 25px !important;
}
.cookie-overlay .bg-white {
  font-size: 12px;
}
.cookie-overlay .bg-warning {
  margin-bottom: 10px;
}
.bg-white.p-4 {
  padding: 10px 0px !important;
}
.cookie-overlay .bg-white .modal-content {
  background: rgba(255, 255, 255, .90);
  height: 100%;
  right: 0;
}
.cookie-overlay .bg-white .modal-header img {
  width: 70%;
}
}

.banner-about 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;
}

.banner-about 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);
}

 
.accordion .fa {
  margin-right: 0.5rem;
  font-size: 18px;
}
.accordion button, .accordion button:hover, .accordion button:focus{
  text-decoration: none;
}

.terms .card {
	background-color: #fff;
	border: none;
  border-bottom: solid 1px #4D4D4D;
  border-radius: 0;
}

.terms .card:last-child {
  border-bottom: none;
}

/* .terms .card .show {
  background: #fbfbfb;
} */

.terms .card .card-body {
	padding: 1.5rem;
  animation: fadeIn 3s; 
}

.terms .card-header {
	padding: .75rem 1.25rem 0px ;
	margin-bottom: 10px;
	background-color:transparent;
	border-bottom: none;
}

.terms .card-header .btn-link {
	font-weight: 600;
	color: #4D4D4D;
  font-size: 18px;
	background-color: transparent;
}
/* blog design */
.blog-content h3{
  font-weight: 700;
}
.cursor-pointer{
  cursor: pointer !important;
}
.home-latest-blog img{
  height: 300px;
  /* background-size: cover; */
  object-fit: cover;
  background-position: center;
  border-radius: 10px; 
  margin: 0px auto 20px;;
}
.inside-tag img{
  height: 150px;
  background-size: cover;
  object-fit: cover;
  background-position: center;
  border-radius: 10px; 
  margin: 0px  20px 0px;;
  width: 180px;
}
.latest-blog img{
  height: 350px;
  background-size: cover;
  background-position: center;
  border-radius: 10px; 
  margin: 0px  auto 20px;;
  width: 100%;
}
.home-latest-blog h5{
  font-weight: 700;
  font-size: 20px;
  color: #BF7AB2;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  /* min-height: 50px; */
}

.latest-blog-list img{
  height: 150px;
  object-fit: cover;
  background-position: center;
  border-radius: 10px; 
  margin: 0px auto 20px;;
}
.latest-blog-list h5{
  font-weight: 700;
  font-size: 20px;
  color: #BF7AB2;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
i.bi {
  margin-right: 8px;
}
.orange-icon{
  color: #FF8C00;
}
.bi-person::before {
  font-weight: bold !important;
}

.bi-calendar-week::before {
  font-weight: bold !important;
}
.bi::before, [class^="bi-"]::before, [class*=" bi-"]::before{
  font-weight: bold !important;
}
.user-calender-icon {
  display: flex;
  align-items: center;
  /* position: absolute;
  bottom: -30px; */
}
.user-calender-icon span{
  margin-right: 10px;
}

.user-calender-icon img{
  height:15px;
  width: 15px;
  margin: 0px;
  border-radius: 0px;
}
.share-bg{
    background: #f8e2cf;
    padding: 10px;
    border-radius: 10px;
    /* width: 60%; */
}
.blog-desc{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 55px;
}


.pagination {
  flex-direction: column;
}
.pagination ul a {
  padding: 3px;
  height: 30px;
  width: 30px;
  display: inline-block;
  text-align: center;
  color: #333;
  border-radius: 20px;
  text-decoration: none;
  background: #ECEEF7;
  
}
.pagination ul a.active {
  background: #EE6000;
  color: #fff;
}
.pagination ul{
  display: flex;
  justify-content: center;
  padding: 0px;
  margin: 0px;
  list-style: none;
  align-items: center;
  gap: 20px;
}
.pagination img{
  width: 100%;
}
.clear-float {
  clear: both;
}


.blog-desc h1,.blog-desc h2,.blog-desc h3,.blog-desc h4,.blog-desc h5,.blog-desc h6{
  display: none;
}
.inside-tag {
  align-items: center;
  margin-bottom: 30px;
}
.mb-2rem{
  margin-bottom: 2rem;
}



/*new*css*/

.d-flex{
  display: flex;
}
.flex-1{
  flex: 1;
}
.toggle-nav {
  position: relative;
  width: 50px;
  height: 40px;
  background: #fff;
  box-shadow: 0px 10px 20px rgba(0,0,0,0.08);
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  overflow: hidden;
}

.toggle-nav span {
  position: absolute;
  width: 20px;
  height: 3px;
  background: rgba(0,0,0,.5);
  border-radius: 10px;
  transition: 0.5s;
}

.toggle-nav span:nth-child(1) {
  transform: translateY(-10px);
  width: 25px;
  left: 15px;
}

.toggle-nav.active span:nth-child(1) {
  width: 20px;
  transform: translateY(0) rotate(45deg);
  transition-delay: 0.125s;
}

.toggle-nav span:nth-child(2) {
  transform: translateY(10px);
  width: 25px;
  left: 15px;
}

.toggle-nav.active span:nth-child(2) {
  width: 20px;
  transform: translateY(0) rotate(315deg);
  transition-delay: 0.25s;
}

.toggle-nav.active span:nth-child(3) {
  transform: translateX(60px);
}

.latest-blog-home{
  cursor: pointer;
}

 
.ribbon {
  /* height: 188px; */
  z-index: 9999;
  position: relative;
  margin-bottom: 0px;
  background: url(https://html5book.ru/wp-content/uploads/2015/10/snow-road.jpg);
  background-size: cover;
  text-transform: uppercase;
  color: white;
} 
.wrap {
	width: 40%;
	height: 188px;
	position: absolute;
	top: -8px;
	right: -9px;
	overflow: hidden;
}
.wrap:before, .wrap:after {
  content: ""; 
  position: absolute;
}
.wrap:before {
  width: 40px;
  height: 8px;
  right: 100px;
  background: #4D6530;
  border-radius: 8px 8px 0px 0px;
}
.wrap:after {
  width: 8px;
  height: 40px;
  right: 0px;
  top: 100px;
  background: #4D6530;
  border-radius: 0px 8px 8px 0px;
}
.ribbon6 {
  width: 200px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  top: 30px;
  right: -50px;
  z-index: 2;
  overflow: hidden;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border: 1px dashed;
  box-shadow:0 0 0 3px #000,  0px 21px 5px -18px rgba(0,0,0,0.6);
  background: #000;
  text-align: center;
  font-size: 13px;
}
@media (min-width: 500px) {
  .ribbons-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .ribbon {
    width: 100%;
  }
}


 