@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: #fff;
}
 
html {
  scroll-behavior: smooth;
}

 button:focus {
   outline: none;
 }

 body p {
   color: #4D4D4D;
   font-family: 'Poppins', sans-serif;
 }

 .p-large {
   /* font: 400 1rem/1.7rem 'Poppins', sans-serif; */
   font-size: 18px;
   line-height: 36px;
   font-family: 'Poppins', sans-serif;
   font-weight: 300;
 }

 .p-small {
   font: 400 0.75rem/1.25rem 'Poppins', sans-serif;
 }

 .font-12 {
   font-size: 12px;
 }

 .font-14 {
   font-size: 14px;
 }

 .fw-400 {
   font-weight: 400 !important;
 }

 .fw-500 {
   font-weight: 500 !important;
 }

 .p-heading {
   margin-bottom: 3.875rem;
 }

 .li-space-lg li {
   margin-bottom: 0.25rem;
 }

 .indent {
   padding-left: 1.25rem;
 }

 h1,
 .h1 {
   color: #4D4D4D;
   font: 700 40px 'Poppins', sans-serif;
	line-height:50px;
 }

 h2,
 .h2 {
   color: #4D4D4D;
   font: 700 2.25rem/2.75rem 'Poppins', sans-serif;
 }

 h3,
 .h3 {
   color: #4D4D4D;
   font: 700 1.75rem/2rem 'Poppins', sans-serif;
 }

 h4,
 .h4 {
   color: #4D4D4D;
   font: 700 1.375rem/1.875rem 'Poppins', sans-serif;
 }

 h5,
 .h5 {
   color: #4D4D4D;
   font: 700 1.125rem/1.625rem 'Poppins', sans-serif;
 }

 h6,
 .h6 {
   color: #4D4D4D;
   font: 700 1rem/1.5rem 'Poppins', sans-serif;
 }

/* a {
   color: #626262;
   text-decoration: underline;
 }

 a:hover {
   color: #626262;
   text-decoration: underline;
 }*/

 .navbar-brand-container {
   z-index: 0;
 }

 .btn:hover,
 .btn:focus,
 .form-control:hover,
 /* .form-control:focous, */
 input:focus {
   box-shadow: none;
 }

 .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%;
 }

 .text-blue {
   color: #33B0C8;
 }

 a.white {
   color: #fff;
 }

 .menu-icon:hover {
   cursor: pointer;
 }
/*.container {
  max-width: 1280px;
}*/
/* .top-menu {
  background: #F2EFFF;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  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 {
	background: #F2EFFF;
	font-size: 16px;
	font-weight: 500;
	text-transform: none;
	text-align: center;
	height: 45px;
  color: rgba(0,0,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;
}
.top-menu .nav-item .nav-link:hover::after {
  width: 100%;
}
.navbar-light .navbar-nav .nav-link {
	color: #4D4D4D;
	text-decoration: none;
}
.top-menu .navbar-nav {
  margin: auto;
}
.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;
}
.logo {
  margin: 15px 0px 0px;
}
.main-logo {
  display: none;
}
.logo img {
  width: 180px;
}
.white {
	background: #fff;
	box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.15);
	border-bottom: solid 1px #FDFDFD;
	height: 75px;
}
.white ul {
	margin: 25px 0px 0px;
	padding: 0px;
	text-align: right;
}
.white ul li {
	display: inline-block;
	padding: 0px 30px;
	font-size: 16px;
	font-weight: 400;
	color:#4D4D4D;
	text-transform: uppercase;
}

.white ul li a {
	text-decoration: none;
	color: #4D4D4D;
}
 
.white ul li a:hover, .white ul li a.active {
	color: #f78a25;
}
 .white ul li a:active {
	color: #4D4D4D;
}
    .header .bg {
     width: 94%;
     height: 100%;
     position: absolute;
     top: 10px;
     left: 0;
     z-index: -3;
     background: url(../images/sliderbg-top.svg) no-repeat center center;
     background-size: cover;
     transform: scale(1.1);
   } 
 .header {
  background: url(../images/sliderbg-top.svg) no-repeat center top;
  background-size: 100%;
	 margin-top:20px;
	 
 }

 .header .header-content {
   padding-top: 3rem;
   padding-bottom: 5rem;
 }

 .header .text-container {
   margin-bottom: 4rem;
	margin-top: 4rem;
	/* margin-left: 1rem; */
	margin-right: 2rem;
 }

   .header .image-container {
     margin-left: auto;
     margin-right: auto;
   }
   .header .image-container .left {
    margin: auto;
    width: 95%;
    text-align: center;
    display: block;
  }
  
  .header .image-container .left1 {
    margin-left: -25px;
    width: 120%;
  }
.image-container .mobile {
	position: relative;
}
.image-container .notification {
	position: absolute;
	left: -70px;
	bottom: 100px;
}
.image-container .notification1 {
	position: absolute;
	left: 0;
	top: 130px;
}
.image-container .notification2 {
	position: absolute;
	right: -65px;
	top: 210px;
}
 .header h1 {
   margin-bottom:20px;
   line-height: 45px;
   font-size:38px;
 }
 
 .heading-primary-main {
   display: block;
   animation-name: moveInLeft;
   animation-duration: 1s;
   animation-delay: .5s;
   animation-timing-function: ease-in;
 }

 .fade-right {
   display: block;
   animation-name: moveInRight;
   animation-duration: 1s;
   animation-delay: .5s;
   animation-timing-function: ease-in;
 }

 .text-box {
   position: absolute;
   top: 40%;
   left: 50%;
   transform: translate(-50%, -50%);
   text-align: center;
 }

 .btn-primary-color {
	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;

 }



 .btn-primary-color1:hover {
   background-color: #BF7AB2;
   color: #fff;
   text-decoration: none;
   box-shadow: none;
 }

 .btn-primary-color1 {
   display: inline-block;
   padding: 1.75rem 2.625rem 1.75rem 2.625rem;
   border: 0.1rem solid #BF7AB2;
   background-color: #fff;
   color: #BF7AB2;
   font: 600 1.8rem/0 'Poppins', sans-serif;
   text-decoration: none;
   transition: all 0.2s;
   border-radius: .45rem;
 }

 .btn-primary-color:hover {
   background-color: #BF7AB2;
   color: #fff;
   text-decoration: none;
   box-shadow: none;
 }
 /************************/
 /*     06. Services     */
 /************************/
 .bg-lightblue {
   background: #F5FAFF;
 }

 .cards-1 {
   padding-top: 5rem;
   padding-bottom: 1.625rem;
   text-align: center;
 }

 .cards-1 h2 {
   margin-bottom: 1rem;
 }

 .cards-1 .card:hover {
   box-shadow: 5px 5px 10px rgba(0, 0, 0, .3);
 }

 .cards-1 .card {
   max-width: 21rem;
   margin-right: auto;
   margin-bottom: 4.5rem;
   margin-left: auto;
   padding: 1rem;
   background: #fff;
   border: 0;
   box-shadow: 5px 5px 10px rgba(0, 0, 0, .1);
   display: inline-block;
   vertical-align: top;
 }

 .shadow-effect {
   box-shadow: 5px 5px 10px rgba(136, 100, 100, 0.1);
 }

 .shadow-effect-bottom {
   box-shadow: 0px 6px 10px -3px #eee;
 }

 .cards-1 .card-image {
   max-width: 50%;
   margin-right: auto;
   margin-bottom: 2rem;
   margin-left: auto;
 }

 .cards-1 .card-title {
   margin-bottom: 0.875rem;
   text-align: center;
 }

 .cards-1 .card-body {
   padding: 0;
 }

 .cards-1 .card-body p {
   text-align: justify;
 }
   /* Services */
  /* .cards-1 .card {
     display: inline-block;
     max-width: 25rem;
     vertical-align: top;
     height: 85%;
   }*/

   .cards-1 .col-lg-12 div.card:nth-child(3n+2) {
     margin-right: 2rem;
     margin-left: 2rem;
   }

   /* end of services */


 /***********************/
 /*     15. Slider     */
 /***********************/
 .dashboard-slider {
   padding-top: 7rem;
   padding-bottom: 0rem;
   position: sticky;
   top: 0;
 }

 /*Carousel*/

 .slider {
   display: block;
   margin: 0 auto;
 }
/* 
 .slick-slide {

 } */
/* 
 .slick-list {
   margin: 0px -5px 0px -5px;
 } */

 .slick-list {
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0 auto;
  padding: 0;
  width: 95%;
}

 button.slick-next,
 button.slick-next:hover {
   position: absolute;
   top: 41%;
   right: 54px;
   width: 47px;
   height: 75px;
   background-image: url("http://maggiesadler.com/wp-content/uploads/2015/10/left-right-arrow.png");
   background-size: 95px;
 }

 button.slick-prev,
 button.slick-prev:hover {
   position: absolute;
   top: 41%;
   left: 15px;
   z-index: 1;
   width: 47px;
   height: 75px;
   background-image: url("http://maggiesadler.com/wp-content/uploads/2015/10/left-right-arrow.png");
   background-size: 95px;
   background-position-x: right;
 }
 

 .slick-prev:before,
 .slick-next:before {
   font-size: 70px;
   color: #EA8496;
   line-height: inherit;
   font-weight: bold;
 }

 .slider img {
   max-width: 100% !important;
 }

 /* Slick Slider Styles -- Provided by https://kenwheeler.github.io/slick/ */
 /* Slider */
 .slick-slider {
   position: relative;
   display: block;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
   -webkit-touch-callout: none;
   -khtml-user-select: none;
   -ms-touch-action: pan-y;
   touch-action: pan-y;
   -webkit-tap-highlight-color: transparent;
 }



 .slick-list:focus {
   outline: none;
 }

 .slick-list.dragging {
   cursor: pointer;
   /* cursor: hand; */
 }

 .slick-slider .slick-track,
 .slick-slider .slick-list {
   -webkit-transform: translate3d(0, 0, 0);
   -moz-transform: translate3d(0, 0, 0);
   -ms-transform: translate3d(0, 0, 0);
   -o-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0);
 }

 .slick-track {
   position: relative;
   top: 0;
   left: 0;

   display: block;
 }

 .slick-track:before,
 .slick-track:after {
   display: table;

   content: '';
 }

 .slick-track:after {
   clear: both;
 }

 .slick-loading .slick-track {
   visibility: hidden;
 }

 .slick-slide {
   display: none;
   float: left;
   margin: 0 5px;
   height: 100%;
   min-height: 1px;
 }

 [dir='rtl'] .slick-slide {
   float: right;
 }

 .slick-slide img {
   display: block;
 }

 .slick-slide.slick-loading img {
   display: none;
 }

 .slick-slide.dragging img {
   pointer-events: none;
 }

 .slick-initialized .slick-slide {
   display: block;
 }

 .slick-loading .slick-slide {
   visibility: hidden;
 }

 .slick-vertical .slick-slide {
   display: block;

   height: auto;

   border: 1px solid transparent;
 }

 .slick-arrow.slick-hidden {
   display: none;
 }


 /* Arrows */
 .slick-prev,
 .slick-next {
   font-size: 0;
   line-height: 0;

   position: absolute;
   top: 50%;

   display: block;

   width: 20px;
   height: 20px;
   margin-top: -10px;
   padding: 0;

   cursor: pointer;

   color: transparent;
   border: none;
   outline: none;
   background: transparent;
 }

 .slick-prev:hover,
 .slick-prev:focus,
 .slick-next:hover,
 .slick-next:focus {
   color: transparent;
   outline: none;
   background: transparent;
 }

 .slick-prev:hover:before,
 .slick-prev:focus:before,
 .slick-next:hover:before,
 .slick-next:focus:before {
   opacity: 1;
 }

 .slick-prev.slick-disabled:before,
 .slick-next.slick-disabled:before {
   opacity: .25;
 }

 .slick-prev:before,
 .slick-next:before {
  font-family: Helvetica, Arial, Verdana, Tahoma, sans-serif;
   font-size: 20px;
   line-height: 1;

   opacity: .75;
   color: white;

   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
 }

 .slick-prev {
   left: -25px;
 }

 [dir='rtl'] .slick-prev {
   right: -25px;
   left: auto;
 }

 .slick-prev:before {
   content: '';
 }

 [dir='rtl'] .slick-prev:before {
   content: '';
   font-weight: bold;
   font-size: 20px;
 }

 .slick-next {
   right: -25px;
 }

 [dir='rtl'] .slick-next {
   right: auto;
   left: -25px;
 }

 .slick-next:before {
   content: '';
 }

 [dir='rtl'] .slick-next:before {
   content: '';
 }

 /* Dots */
 .slick-slider {
   margin-bottom: 30px;
 }

 .slick-dots {
   position: absolute;
   bottom: -45px;

   display: block;

   width: 100%;
   padding: 0;

   list-style: none;

   text-align: center;
 }

 .slick-dots li {
   position: relative;
   display: inline-block;
   width: 20px;
   height: 20px;
   margin: 0 5px;
   padding: 0;
   cursor: pointer;
 }

 .slick-dots li button {
   font-size: 0;
   line-height: 0;

   display: block;

   width: 20px;
   height: 20px;
   padding: 5px;

   cursor: pointer;

   color: transparent;
   border: 0;
   outline: none;
   background: transparent;
 }

 .slick-dots li button:hover,
 .slick-dots li button:focus {
   outline: none;
 }

 .slick-dots li button:hover:before,
 .slick-dots li button:focus:before {
   opacity: 1;
 }

 .slick-dots li button:before {
  font-family: Helvetica, Arial, Verdana, Tahoma, sans-serif;
   font-size: 6px;
   line-height: 20px;

   position: absolute;
   top: 0;
   left: 0;

   width: 20px;
   height: 20px;

   content: '•';
   text-align: center;

   opacity: .25;
   color: black;

   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
 }

 .slick-dots li.slick-active button:before {
   opacity: .75;
   color: black;
 }


.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: 183px;
    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: 20px 0px 20px;
	margin-top: 50px;
	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;
}


.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, .amber-elinks h2 {
	font-size: 38px;
	font-weight: 700;
	color: #4D4D4D;
  margin: 0px 0px 30px;
  width: 100%;
}

.header-content h4 {
	font:700 1.375rem/1.875rem 'Poppins', sans-serif;
	color: #f78a25;
  padding: 4% 0px 4%;
}


.amber-estores p, .elinks-content p, .text-container p {
  font-size: 18px;
  line-height: 36px;
  font-weight: 300;
  width:100%;
}
 
.estores-content {
  margin-left: 60px !important;
  max-width: 80%;
}
.elinks-content {
  margin-left: 75px !important;
  max-width: 80%;
}
.amber-estores .button, .amber-elinks .button, .amber-apps .button, .text-container .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: 30px 0 0;
  transition: all 0.4s ease-in-out;
}

.amber-estores .button:hover,  .amber-elinks .button:hover, .amber-apps .button:hover, .text-container .button:hover {
	background: #BF7AB2;
	color: #fff;
	text-decoration: none;
  transform: translateY(-10px);
	box-shadow: 0 2px 10px 0 rgba(68, 88, 144, 0.2);
}

.amber-estores .button-signup, .amber-elinks .button-signup {
	width: 80%;
	border-radius: 10px;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	color: #BF7AB2;
	border: solid #BF7AB2 2px;
	display: block;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
  margin: 20px auto;
  padding: 10px 0px;
  transition: all 0.4s ease-in-out;
  float: inline-start;
  
}

.amber-estores  .d-flex p:nth-child(2), .amber-elinks  .d-flex p:nth-child(2) {
  margin-left: 10px;
}

/* .header-content .text-container p:nth-child(2){
  margin-left: 10px;
} */

.amber-estores .button-signup:hover, .amber-elinks .button-signup:hover {
	background: #BF7AB2;
	color: #fff;
	text-decoration: none;
  transform: translateY(-10px);
	box-shadow: 0 2px 10px 0 rgba(68, 88, 144, 0.2);
}


.amber-elinks .card-img-overley {
	width: 70%;
  margin: 20px auto;
  display: block;
}

.amber-estores .left {
	width: 80%;
  margin: 20px auto;
  display: block;
  text-align: center;
}
 

.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(https://3.bp.blogspot.com/-GZOBULN1Q4s/VbNxQrf37EI/AAAAAAAAAPk/rak337seJ70/s1600/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(https://1.bp.blogspot.com/-UR9I7YEuEUY/VXIJn8MrBPI/AAAAAAAAKRE/qZObHBd5zIo/s1600/rocket.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%);
}
/*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: 9999; /* 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;
}


.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: 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%;
}
}

#elink-demo {
	background-color: rgba(0,0,0,0.5);
}

.video-fluid {
  width: 100%;
}

#elink-demo .modal-dialog {
  max-width: 800px;
}