



/* 
FONTS - Poppins from Google font
======================================================== */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&amp;display=swap");
/* 
BASE - Base styles,  Variables, Typhography, etc
======================================================== */
/* -----------------------
Typography 
-------------------------- */
h1, .demo__heading--title, .masthead__form--heading-title {
  font-weight: 700;
  font-size: 55px;
  line-height: 66px;
}

@media (max-width: 991px) {
  h1, .demo__heading--title, .masthead__form--heading-title {
    font-size: 26px;
    line-height: normal;
  }
}

h2, .section__heading--title, .pricing__card--price-currency {
  font-weight: 700;
  font-size: 40px;
  line-height: 52.8px;
}

@media (max-width: 991px) {
  h2, .section__heading--title, .pricing__card--price-currency {
    font-size: 30px;
    line-height: 42px;
  }
}

h3 {
  font-weight: 700;
  font-size: 35px;
  line-height: 42px;
}

@media (max-width: 991px) {
  h3 {
    font-size: 28px;
    line-height: 33.6px;
  }
}

h4 {
  font-weight: 700;
  font-size: 26px;
  line-height: 33.6px;
}

@media (max-width: 991px) {
  h4 {
    font-size: 24px;
    line-height: 28.8px;
  }
}

h5, .section__heading--label, .accordions__title, .masthead__form--heading-subtitle, .clients__heading {
  font-weight: 700;
  font-size: 24px;
  line-height: 28.8px;
}

@media (max-width: 991px) {
  h5, .section__heading--label, .accordions__title, .masthead__form--heading-subtitle, .clients__heading {
    font-size: 18px;
    line-height: 28.8px;
  }
}

h6, .footer__quickContact--heading-subtitle, .form__label, .cta__content {
 /* font-weight: 700;*/
  font-size: 18px;
  line-height: 28.8px;
}

@media (max-width: 991px) {
  h6, .footer__quickContact--heading-subtitle, .form__label, .cta__content {
    font-size: 16px;
    line-height: 25.6px;
  }
}

.text-large {
  font-weight: 400;
  font-size: 24px;
  line-height: 38.4px;
}

@media (max-width: 991px) {
  .text-large {
    font-weight: 400;
    font-size: 18px;
    line-height: 28.8px;
  }
}

.text-medium, .demo__heading--subtitle, .form__lg, .pricing__card--price-currency span, .pricing__card--package ul li, .testimonials__content--blockquote {
  font-weight: 400;
  font-size: 18px;
  line-height: 28.8px;
}

@media (max-width: 991px) {
  .text-medium, .demo__heading--subtitle, .form__lg, .pricing__card--price-currency span, .pricing__card--package ul li, .testimonials__content--blockquote {
    font-size: 16px;
    line-height: 25.6px;
  }
}

body, .text-regular {
  font-weight: 400;
  font-size: 16px;
  line-height: 25.6px;
}

@media (max-width: 991px) {
  body, .text-regular {
    font-size: 14px;
    line-height: 22.4px;
  }
}

.text-small, .form__sm {
  font-weight: 400;
  font-size: 14px;
  line-height: 22.4px;
}

@media (max-width: 991px) {
  .text-small, .form__sm {
    font-size: 12px;
    line-height: 19.2px;
  }
}

.text-print {
  font-weight: 400;
  font-size: 12px;
  line-height: 19.2px;
}

body {
  font-family: "Poppins", sans-serif;
  padding: 0;
  margin: 0;
}

body p {
  margin-bottom: 24px;
}

@media (max-width: 991px) {
  body p {
    margin-bottom: 12px;
  }
}

body p:last-child {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  body p:last-child {
    margin-bottom: 0;
  }
}

h1 {
  margin-bottom: 24px;
}

@media (max-width: 991px) {
  h1 {
    margin-bottom: 12px;
  }
}

h2 {
  margin-bottom: 24px;
}

@media (max-width: 991px) {
  h2 {
    margin-bottom: 12px;
  }
}

h3 {
  margin-bottom: 24px;
}

@media (max-width: 991px) {
  h3 {
    margin-bottom: 12px;
  }
}

h4 {
  margin-bottom: 24px;
}

@media (max-width: 991px) {
  h4 {
    margin-bottom: 12px;
  }
}

h5 {
  margin-bottom: 24px;
}

@media (max-width: 991px) {
  h5 {
    margin-bottom: 12px;
  }
}

h6 {
  margin-bottom: 24px;
}

@media (max-width: 991px) {
  h6 {
    margin-bottom: 12px;
  }
}

a {
  color: #e22382;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

a:hover {
  text-decoration: underline;
}

/* -----------------------
Section 
-------------------------- */
.section {
  position: relative;
  padding: 40px 0;
  z-index: 4;
}

@media (max-width: 991px) {
  .section {
    padding: 20px 10px!important;
  }
}

.section__container {
  position: relative;
  z-index: 2;
}

@media (max-width: 991px) {
  .section__container {
    padding-top: 24px;
  }
  .masthead {
    position: relative;
    background-color: transparent;
    background-image: url(../images/banner.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 0;
    min-height: 760px;
    margin-bottom: 40px;
}
.masthead__overview--heading strong {
    font-size: 31px;
    line-height: 5px;
}
}

.section__light-purple {
  position: relative;
  background-color:#f2f9ff;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 0px;
  z-index: 2;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .section__light-purple {
    margin-top: 200px;
  }
}

@media (max-width: 991px) {
  .section__light-purple {
    margin-top:40px;
    margin-bottom: 0;
  }
}

.section__light-purple::before {
  content: '';
  position: absolute;
  background-color: transparent;
  background-image: url("../images/background/vector-bg-top-1.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left bottom;
  width: 100%;
  padding-bottom: 34.375%;
  top: 0;
  left: 0;
  transform: translateY(-80%);
}

.section__light-purple::after {
  content: '';
  position: absolute;
  background-color: transparent;
  background-image: url("../images/background/vector-bg-bottom-1.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left bottom;
  width: 100%;
  padding-bottom: 34.375%;
  bottom: 0;
  left: 0;
  transform: translateY(64%);
}

.section__heading {
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .section__heading {
    margin-bottom: 20px;
  }
}

.section__heading--label {
  position: relative;
  display: block;
  color: #e22382;
  text-transform: uppercase;
  padding-bottom: 24px;
  margin-bottom: 32px;
}

@media (max-width: 991px) {
  .section__heading--label {
    padding-bottom: 14px;
    margin-bottom: 16px;
  }
}

.section__heading--label::after {
  content: '';
  background-color: #e22382;
  position: absolute;
  width: 70px;
  height: 8px;
  border-radius: 8px;
  left: 0;
  bottom: 0;
}

@media (max-width: 991px) {
  .section__heading--label::after {
    width: 60px;
    height: 6px;
  }
}

.section__heading--title {
  margin-bottom: 10px;
}

/* -----------------------
Animate 
-------------------------- */
@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 195, 0, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 20px rgba(255, 195, 0, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 195, 0, 0);
  }
}

@keyframes shimmy {
  0% {
    transform: translate(50px, 0);
  }
  100% {
    transform: translate(0, 50px);
  }
}

@keyframes rocketUp {
  0% {
    transform: translate(-50%, 40px);
  }
  100% {
    transform: translate(-50%, -25px);
  }
}

/* 
PARTIALS - Demo, Header, and Footer Styles
======================================================== */
/* -----------------------
Demo 
-------------------------- */
.demo__heading {
  text-align: center;
  margin-bottom: 64px;
}

@media (max-width: 991px) {
  .demo__heading {
    margin-bottom: 32px;
  }
}

.demo__heading--title {
  margin-bottom: 32px;
}

@media (max-width: 991px) {
  .demo__heading--title {
    margin-bottom: 24px;
  }
}

.demo__heading--subtitle {
  margin-bottom: 0;
}

.demo__card {
  position: relative;
  margin-bottom: 64px;
  cursor: pointer;
}

@media (max-width: 991px) {
  .demo__card {
    margin-bottom: 32px;
  }
}

.demo__card:hover .demo__card--image {
  top: -20px;
}

@media (max-width: 991px) {
  .demo__card:hover .demo__card--image {
    top: 14px;
  }
}

.demo__card:hover .demo__card--title {
  color: #e22382;
}

.demo__card--link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 4;
}

.demo__card--image {
  position: relative;
  background-color: #FFFFFF;
  padding: 12px;
  border-radius: 8px;
  box-shadow: 0px 0px 60px 20px rgba(235, 217, 252, 0.4);
  top: 0;
  margin-bottom: 32px;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 991px) {
  .demo__card--image {
    margin-bottom: 24px;
  }
}

.demo__card--title {
  text-align: center;
  margin-bottom: 0;
}

.demo__cta {
  background-color: #F8F2FE;
  padding: 128px 0;
}

@media (max-width: 991px) {
  .demo__cta {
    padding: 64px 0;
  }
}

@media (max-width: 991px) {
  .demo__cta--image {
    margin-top: 32px;
  }
}

.demo__cta--action {
  margin-top: 32px;
}

@media (max-width: 991px) {
  .demo__cta--action {
    margin-top: 16px;
  }
}

/* -----------------------
Footer 
-------------------------- */
.footer {
  position: relative;
  background-color: transparent;
  background-image: url("../images/footer/footer-img.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  color: #FFFFFF;
  padding: 64px 0 20px 0px;
  margin-top: 40px;
}

@media (max-width: 991px) {
    .footer__network {
    margin-top: 10px !important;
    margin-left: -11px !important;
    margin-bottom: 10px;
}
    .footer__about h5 {
    font-size: 30px !important;
    padding-left:0px !important;
}
.footer__about p {
    font-size: 14px !important;
    line-height: normal !important;
}

  .footer {
    margin-top: 0px;
    padding: 35px 10px 32px 10px;
  }
}

.footer::before {
  content: '';
  position: absolute;
  background: #e22382;
  background: linear-gradient(198deg, #272727 46%, #6fa8dc 100%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: .9;
}

.footer__container {
  position: relative;
  z-index: 2;
}

.footer__main {
  padding-left: 12px;
}

@media (max-width: 991px) {
  .footer__main {
    padding-left: 0;
  }
}

.footer__backtotop {
    /*    position: sticky;*/
    /*background-color: #e22382;*/
    /*width: 100%;*/
    /*height: 45px;*/
    /*border: 0px solid #FFFFFF;*/
    /*color: #FFFFFF;*/
    /*bottom: 0;*/
    /*right: 0;*/
    /*transition: all 0.3s ease-in-out;*/
    /*display: none;*/
    /*z-index: 1030;*/
    /*       font-weight: 600;*/
    /*font-size: 17px;*/
    
    
    position: fixed;
    background-color: #e22382;
    width: 50%;
    height: 45px;
    border: 0px solid #FFFFFF;
    border-radius: -3%;
    color: #FFFFFF;
    bottom: 0;
    right: 0;
    transition: all 0.3s ease-in-out;
    /* display: none; */
    z-index: 1030;
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    line-height: 47px;

}
.footer__callback{
    position: fixed;
    background-color: #e22382;
    width: 50%;
    height: 45px;
    border-right: 1px solid #fff!important;
    border-radius: -3%;
    color: #FFFFFF;
    border: 0px solid #FFFFFF;
    bottom: 0;
    left: 0;
    transition: all 0.3s ease-in-out;
    /* display: none; */
    z-index: 1030;
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    line-height: 47px;
}

@media (max-width: 991px) {
  .footer__backtotop {
    display: block;
  }
}

.footer__backtotop:hover {
  background-color: #e22382;
}

.footer__backtotop:focus {
  outline: 0;
}

.footer__quickContact {
  position: relative;
  margin-bottom: 32px;
}

@media (max-width: 991px) {
  .footer__quickContact {
    margin-bottom: 64px;
  }
}

.footer__quickContact::after {
  content: '';
  position: absolute;
  background-color: #FFDE71;
  width: 94%;
  height: 20px;
  border-radius: 0 0 20px 20px;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
}

@media (max-width: 991px) {
  .footer__quickContact::after {
    width: 90%;
  }
}

.footer__quickContact--body {
  position: relative;
  overflow: hidden;
  background-color: #FFFFFF;
  border-radius: 20px;
  padding: 64px 32px 32px 32px;
  margin-top: -200px;
  color: #11001C;
  box-shadow: 0px 0px 80px 0px rgba(84, 12, 151, 0.2);
}

@media (max-width: 991px) {
  .footer__quickContact--body {
    margin-top: -150px;
    padding: 54px 24px 24px 24px;
  }
}

.footer__quickContact--body::before {
  content: '';
  position: absolute;
  width: 280px;
  height: 280px;
  border: 40px solid #22BA87;
  border-radius: 50%;
  right: -104px;
  bottom: -82px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .footer__quickContact--body::before {
    border: 38px solid #22BA87;
    width: 220px;
    height: 220px;
  }
}

@media (max-width: 991px) {
  .footer__quickContact--body::before {
    border: 35px solid #22BA87;
    width: 220px;
    height: 220px;
  }
}

.footer__quickContact--heading {
  position: relative;
  margin-bottom: 32px;
  padding-left: 52px;
  z-index: 2;
}

@media (max-width: 991px) {
  .footer__quickContact--heading {
    margin-bottom: 24px;
  }
}

.footer__quickContact--heading::before {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  border: 18px solid #FFDE71;
  border-radius: 50%;
  left: 0;
  bottom: 0;
}

@media (max-width: 991px) {
  .footer__quickContact--heading::before {
    width: 85px;
    height: 85px;
    border: 16px solid #FFDE71;
    bottom: 0;
    left: 0;
  }
}

.footer__quickContact--heading-title {
  position: relative;
  margin-bottom: 4px;
  z-index: 2;
}

.footer__quickContact--heading-subtitle {
  position: relative;
  margin-bottom: 0;
  z-index: 2;
}

.footer__quickContact--form {
  position: relative;
  z-index: 2;
}

.footer__contact--column {
  margin-top: 64px;
  word-break: break-all;
}

@media (max-width: 991px) {
  .footer__contact--column {
    margin-top: 32px;
  }
}

.footer__contact--column .icon__circle {
  margin-bottom: 24px;
}

@media (max-width: 991px) {
  .footer__contact--column .icon__circle {
    margin-bottom: 6px;
  }
}

.footer__contact--title {
  margin-bottom: 12px;
}

@media (max-width: 991px) {
  .footer__contact--title {
    margin-bottom: 6px;
  }
}

.footer__bottom {
margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #fff;
    text-align: center;
}

@media (max-width: 991px) {
    
    .faq__image--fluid {
    
    /*display: none;*/
}
    
    
  .footer__bottom {
   border-top: 1px solid #fff;
    margin-top: 15px;
    padding-top: 15px;
  }
}

@media (max-width: 991px) {
  .footer__copyright {
    display: block;
    width: 100%;
  }
}

.footer__copyright a {
  color: #e22382;
}

@media (max-width: 991px) {
    ul.right_footer li a {
    color: #fff !important;
    font-size: 14px !important;
  
}
  .footer__network {
    text-align: left;
    display: block;
    width: 100%;
  }
}

.footer__network--link {
  color: #FFFFFF;
  margin-left: 12px;
}

.footer__network--link:hover {
  text-decoration: none;
  color: #e22382;
}

/* -----------------------
Header 
-------------------------- */
.header {
  position: absolute;
/*  position: fixed;*/
  width: 100%;
  background-color: transparent;
  color: #FFFFFF;
  padding: 42px 0;
  transition: all 0.3s ease-in-out;
  z-index: 99;
}

@media (max-width: 991px) {
  .header {
    padding: 24px 0;
  }
}

.header__scroll {
  /*background-color: #FFFFFF;*/
  /*padding: 12px 0;*/
  /*box-shadow: 0px 0px 37px -6px rgba(84, 12, 151, 0.26);*/
}

@media (max-width: 991px) {
  .header__scroll {
    padding: 12px 0;
  }
}

.header__scroll .header__lists--link {
  color: #11001C;
}

.header__scroll .header__logo--img-default {
  opacity: 1;
}

.header__scroll .header__logo--img-scroll {
  opacity: 1;
}

.header__scroll .header__open--mobile {
  color: #11001C;
}

.header__open--mobile {
  background: none;
  border: none;
  color: #FFFFFF;
  padding: 0;
  display: none;
  margin-left: 12px;
}

@media (max-width: 991px) {
  .header__open--mobile {
    display: block;
  }
}

.header__open--mobile:focus {
  outline: 0;
}

.header__nav {
  margin: 0;
  padding: 0;
  justify-content: space-between;
}

.header__logo--link {
  position: relative;
  display: block;
  width: 152px;
  height: 42px;
}

.header__logo--img {
  position: absolute;
  width: auto;
/*  height: 42px;*/
  left: 0;
  top: 0;
  transition: all 0.3s ease-in-out;
}

.header__logo--img-default {
  opacity: 1;
}

.header__logo--img-scroll {
  opacity: 0;
}

.header__right {
  margin: 0;
  padding: 0;
}

.header__right--main::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100vh;
  background: rgba(84, 12, 151, 0.5);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  top: 0;
  left: 0;
  display: none;
}

.header__right--main-close {
  position: fixed;
  background: none;
  border: none;
  top: 24px;
  right: 32px;
  z-index: 1011;
  padding: 0;
  display: none;
}

.header__right--main.show .header__right--main-close {
  display: inline-block;
}

.header__right--main.show .header__lists {
  right: 0;
}

.header__right--main.show::before {
  display: block;
}

.header__lists {
  display: block;
  text-align: right;
  margin: 0;
  padding: 0;
}

@media (max-width: 991px) {
  .header__lists {
    position: fixed;
    background-color: #FFFFFF;
    width: calc(100vw - 40px);
    height: 100%;
    top: 0;
    right: -100%;
    z-index: 1010;
    padding: 64px 32px;
    text-align: left;
    transition: all 0.3s ease-in-out;
  }
}

.header__lists--item {
  display: inline-block;
  list-style: none;
  margin: 0 0 0 32px;
  padding: 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .header__lists--item {
    margin: 0 0 0 12px;
  }
}

@media (max-width: 991px) {
  .header__lists--item {
    display: block;
    padding: 0;
    margin: 0;
  }
}

.header__lists--item-mobile {
  display: none;
}

@media (max-width: 991px) {
  .header__lists--item-mobile {
    display: block;
  }
}

.header__lists--link {
  position: relative;
  color: #FFFFFF;
  font-weight: 700;
  padding: 22px 0;
}

@media (max-width: 991px) {
  .header__lists--link {
    color: #11001C;
    display: block;
    padding: 12px 0;
  }
}

.header__lists--link:hover {
  color: #e22382;
  text-decoration: none;
}

.header__lists--link.active {
  color: #e22382;
}

.header__lists--link.active::after {
  background-color: #e22382;
  content: '';
  position: absolute;
  width: 100%;
  height: 4px;
  border-radius: 8px;
  left: 0;
  bottom: 0;
}

@media (max-width: 991px) {
  .header__lists--link.active::after {
    display: none;
  }
}

.header__action {
  text-align: right;
  margin-left: 32px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .header__action {
    margin-left: 12px;
  }
}

@media (max-width: 991px) {
  .header__action {
    margin-left: 16px;
    display: none;
  }
}

/* 
ELEMENTS - Style for Button, Icon , Form, etc
======================================================== */
/* -----------------------
Buttons 
-------------------------- */
.button {
  position: relative;
  background-color: #11001C;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  padding: 11px 36px;
  border-radius: 60px;
  border: 3px solid #11001C;
  overflow: hidden;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  color: #FFFFFF;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 991px) {
  .button {
    font-size: 14px;
    line-height: 21px;
    padding: 7px 26px;
  }
}

.button span {
  position: relative;
  z-index: 2;
}

.button::before {
  content: '';
  position: absolute;
  background-color: #11001C;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 60px;
  transition: all 0.3s ease-in-out;
}

.button:hover {
  background-color: transparent;
  text-decoration: none;
  color: #11001C;
}

.button:hover::before {
  left: 100%;
}

.button:focus {
  outline: 0;
}

.button__block {
  display: block;
  width: 100%;
  text-align: center;
}

.button__sm {
  font-size: 14px;
  line-height: 21px;
  padding: 7px 26px;
}

@media (max-width: 991px) {
  .button__sm {
    font-size: 12px;
    line-height: 18px;
    padding: 4px 20px;
  }
}

.button__lg {
  font-size: 18px;
  line-height: 27px;
  padding: 12px 15px;
}

@media (max-width: 991px) {
  .button__lg {
    font-size: 15px;
    line-height: 24px;
    padding: 11px 20px;
  }
}

.button__purple {
  background-color: #e22382;
  border-color: #e22382;
}

.button__purple::before {
  background-color: #e22382;
}

.button__purple:hover {
  color: #e22382;
  background-color: transparent;
}

.button__green {
  background-color: #e22382;
  border-color: #e22382;
}

.button__green::before {
  background-color: #e22382;
}

.button__green:hover {
  background-color: transparent;
  color: #e22382;
}
.button__white:hover {
  background-color: transparent;
  color: #fff;
  border:2px solid #fff;
}
.button__yellow {
      background-color: #e22382;
    border-color: #e22382;
  color: #fff;
}

.button__yellow::before {
  background-color: #e22382;
}

.button__yellow:hover {
  color: #fff;
  background-color: transparent;
}

.button__play {
  background-color: transparent;
  border: none;
  color: #11001C;
  padding: 0;
  line-height: 0;
  overflow: visible;
}

.button__play--screen {
  color: #FFFFFF;
}

.button__play::before {
  display: none;
}

.button__play span {
  transition: all 0.3s ease-in-out;
  top: -25px;
  right: 0;
}

.button__play span.button__play--icon {
  top: 0;
  right: 0;
}

.button__play:hover {
  color: #FFFFFF;
}

.button__play:hover span {
  right: -10px;
}

.button__play:hover span.button__play--icon {
  right: 0;
  transform: scale(1);
  animation: pulse 2s;
}

.button__play--icon {
  position: relative;
  background-color: #FFC300;
  text-align: center;
  color: #e22382;
  display: inline-block;
  text-align: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  margin-right: 8px;
  transform: scale(1);
  animation: pulse 2s infinite;
}

.button__play--icon::after {
  content: '';
  background-color: transparent;
  background-image: url("../images/icons/icon-play.svg");
  background-repeat: no-repeat;
  background-position: 18px center;
  display: block;
  background-size: 34px 34px;
  width: 64px;
  height: 64px;
}

/* -----------------------
Form 
-------------------------- */
.form__base {
  display: block;
  width: 100%;
  padding: 14px 24px;
  border: 1px solid #B0AAB3;
  border-radius: 10px;
  box-shadow: inset 0px 0px 10px 0px rgba(84, 12, 151, 0.1);
  color: #11001C;
}

@media (max-width: 991px) {
  .form__base {
    padding: 10px 18px;
    font-size: 14px;
    line-height: 22.4px;
  }
}

.form__base::-ms-input-placeholder {
  /* Edge 12-18 */
  color: #958E9A;
}

.form__base:-ms-input-placeholder {
  color: #958E9A;
}

.form__base::placeholder {
  color: #958E9A;
}

.form__base:focus {
  outline: 0;
  border: 1px solid #e22382;
  box-shadow: 0px 0px 0px 1px #e22382;
}

.form__base.error:focus {
  border: 1px solid #F94B15;
  box-shadow: 0px 0px 0px 1px #F94B15;
}

.form__lg {
      padding: 4px 7px;
    font-size: 12px;
}

@media (max-width: 991px) {
  .form__lg {
    padding: 10px 15px;
    font-size: 16px;
    line-height: 25.6px;
  }
}

.form__sm {
  padding: 10px 18px;
}

.form__label {
  display: block;
  margin-bottom: 24px;
}

@media (max-width: 991px) {
  .form__label {
    margin-bottom: 12px;
  }
}

.form__label--inline {
  display: inline-block;
}

.form__group {
  margin-bottom: 24px;
}

@media (max-width: 991px) {
  .form__group {
    margin-bottom: 12px;
  }
}

.form .error {
  color: #F94B15;
  margin-top: 12px;
}

/* -----------------------
Modal 
-------------------------- */
.modal-backdrop.show {
  opacity: 1;
  background: rgba(0, 0, 0, 0.75);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}

.modal__popup--content {
  border: none;
  border-radius: 20px;
  text-align: center;
}

.modal__popup--body {
  position: relative;
  border-radius: 20px;
  background-color: #e22382;
  padding: 64px 32px;
  color: #FFFFFF;
}

.modal__popup--body::after {
  content: '';
  position: absolute;
  background-color: #FFD039;
  width: 90%;
  height: 18px;
  left: 50%;
  bottom: -15px;
  transform: translateX(-50%);
  border-radius: 0 0 18px 18px;
}

.modal__popup--icon {
  width: 64px;
  height: 64px;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
}

.modal__popup--icon svg {
  width: 64px;
  height: 64px;
}

.modal__video--content {
  border: none;
  border-radius: 0;
}

.modal__video--body {
  padding: 0;
}

.modal__video--close {
  position: absolute;
  background: #e22382;
  color: #FFFFFF;
  border: none;
  padding: 8px 8px 8px 8px;
  top: -17px;
  right: -15px;
  transition: all 0.3s ease-in-out;
  z-index: 2;
}

@media (max-width: 767px) {
  .modal__video--close {
    top: -40px;
    right: 0;
  }
}

.modal__video--close:hover {
  background-color: #FFC300;
  color: #e22382;
}

.modal__video--close:focus {
  outline: 0;
}

/* -----------------------
Video 
-------------------------- */
.plyr .plyr__control--overlaid {
  background: #FFC300;
  color: #e22382;
  width: 80px;
  height: 80px;
}

@media (max-width: 991px) {
  .plyr .plyr__control--overlaid {
    width: 60px;
    height: 60px;
  }
}

.plyr .plyr__control--overlaid svg {
  width: 32px;
  height: 32px;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 991px) {
  .plyr .plyr__control--overlaid svg {
    width: 24px;
    height: 24px;
  }
}

.plyr--video .plyr__control:hover, .plyr--video .plyr__control:focus, .plyr--video .plyr__control:active,
.plyr--video .plyr__control--overlaid:hover,
.plyr--video .plyr__control--overlaid:focus,
.plyr--video .plyr__control--overlaid:active {
  background: #FFC300;
  color: #e22382;
}

.plyr--full-ui input[type=range] {
  color: #FFC300;
}

/* -----------------------
Icons 
-------------------------- */
.icon__circle {
  display: inline-block;
  background-color: #11001C;
  color: #FFFFFF;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  padding: 10px 10px;
  overflow: hidden;
  text-align: center;
}

.icon__circle--yellow {
  background-color: #FFC300;
  color: #e22382;
}

.icon__circle--green {
  background-color: #e22382;
}

.icon__circle--light-green {
  background-color: #C8EEE1;
  color: #e22382;
}

.icon__circle--purple {
  background-color: #e22382;
}

.icon__circle--light-purple {
  background-color: #F2E6FD;
  color: #e22382;
}

.icon__circle--red {
  background-color: #F94B15;
}

.icon__circle--light-red {
  background-color: #FEEBE5;
  color: #e22382;
}

.icon__circle--light-yellow {
  background-color: #FFF2C6;
  color: #e22382;
}

.icon__circle--lg {
  padding: 34px 10px;
  width: 120px;
  height: 120px;
}

.icon__circle--lg svg {
  width: 54px;
  height: 54px;
  stroke-width: 1px;
}

/* -----------------------
Accordion 
-------------------------- */
.accordions__title {
  position: relative;
  background: none;
  border: none;
  display: block;
  width: 100%;
  text-align: left;
  padding: 24px 32px 24px 0;
  margin: 0;
  border-top: 5px solid #e22382;
}

.accordions__title::before, .accordions__title::after {
  display: block;
  content: '';
  position: absolute;
  background-color: #11001C;
  width: 20px;
  height: 2px;
  border-radius: 4px;
  top: 33px;
  right: 0;
}

.accordions__title::after {
  width: 2px;
  height: 20px;
  top: 24px;
  right: 9px;
  display: none;
}

.accordions__title.collapsed {
  border-top: 5px solid #E5E3E6;
}

.accordions__title.collapsed::after {
  display: block;
}

.accordions__body {
  padding-bottom: 24px;
}

/* 
COMPONETS - Style for Masthead, Cta, Testimoni, etc
======================================================== */
/* -----------------------
Masthead 
-------------------------- */
.masthead {
  position: relative;
  background-color: transparent;
  background-image: url("../images/banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  min-height: 760px;
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .masthead {
        min-height: 0;
    margin-bottom: 0px;
  }
}

.masthead::before {
  content: '';
  position: absolute;
  background-color: transparent;
  background-image: url("../images/fgd2.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

@media (max-width: 991px) {
  .masthead::before {
    background-position: bottom left;
  }
}

.masthead::after {
  content: '';
  position: absolute;
  background-color: #FFFFFF;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: -1px;
}

.masthead__container {
  position: relative;
  padding-top: 100px;
  padding-bottom:0px;
  z-index: 2;
  color: #fff;
}

@media (max-width: 991px) {
  .masthead__container {
    padding-top: 75px;
    padding-bottom: 0;
  }
}

.masthead__rocket {
  position: absolute;
  background-color: transparent;
  background-image: url("../images/masthead/dot-line01.svg");
  background-repeat: no-repeat;
  background-size: 308px 118px;
  background-position: 0 0;
  width: 308px;
  height: 118px;
  left: 26px;
  bottom: 110px;
  /*display:none;*/
}

@media (min-width: 1400px) {
  .masthead__rocket {
    /*left: 94px;
    bottom: 110px;*/
         left: 617px;
    bottom: 9px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .masthead__rocket {
    left: 6px;
    bottom: 70px;
  }
}

@media (max-width: 991px) {
  .masthead__rocket {
    display: none;
  }
}

.masthead__rocket::after {
  content: '';
  position: absolute;
  background-color: transparent;
  background-image: url("../images/masthead/rocket.svg");
  background-repeat: no-repeat;
  background-size: 140px 252px;
  background-position: 0 0;
  width: 140px;
  height: 252px;
  top: -240px;
  right: -115px;
  animation: shimmy 1.5s infinite;
  animation-direction: alternate;
}

@media (min-width: 1400px) {
  .masthead__rocket::after {
    top: -240px;
    right: -115px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .masthead__rocket::after {
    background-size: 110px 198px;
    width: 110px;
    height: 198px;
    top: -190px;
    right: -90px;
  }
}

.masthead__paper-plane {
  position: absolute;
  background-color: transparent;
  background-image: url("../images/masthead/paper-plane-left.svg");
  background-repeat: no-repeat;
  background-size: 327px 218.47px;
  background-position: 0 0;
  width: 327px;
  height: 218.47px;
  left: 42px;
  bottom: 180px;
}

@media (min-width: 1400px) {
  .masthead__paper-plane {
    left: 74px;
    bottom: 210px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .masthead__paper-plane {
    left: 6px;
    bottom: 0;
  }
}

@media (max-width: 991px) {
  .masthead__paper-plane {
    display: none;
  }
}

.masthead__overview {
  position: relative;
  margin-top:30px;
  padding-right: 32px;
  z-index: 4;
}

@media (min-width: 1400px) {
  .masthead__overview {
    padding-right: 64px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .masthead__overview {
    padding-right: 24px;
  }
}

@media (max-width: 991px) {
  .masthead__overview {
    margin-top: 55px;
    margin-bottom: 32px;
    padding-right: 0;
  }
}

.masthead__overview--heading {
  margin-bottom: 10px;
  font-weight:400!important;
     /* font-size: 52px;*/
         letter-spacing: 0px;
             line-height: 50px;
margin-top: 0;
}
.font-weight-400{
    font-weight: 400!important;
}

@media (max-width: 991px) {
  .masthead__overview--heading {
    margin-bottom: 16px;
  }
}

.masthead__overview--desc {
  margin-bottom: 32px;
}
.masthead__overview--desc p{
      /*width: 550px;*/
}
@media (max-width: 991px) {
  .masthead__overview--desc {
    margin-bottom: 130px;
  }
}

.masthead__overview--action {
  margin-top: 42px;
}

@media (max-width: 991px) {
  .masthead__overview--action {
    margin-top: 32px;
  }
      .hide-on-mobile {
        display: none !important;
    }
        .hide-on-desktop {
        display: block !important;
    }
}
.hide-on-desktop {
    display: none;
    margin: auto;
}
.masthead__overview--action-inline {
  margin-left: -8px;
  margin-right: -8px;
}

@media (max-width: 767px) {
  .masthead__overview--action-inline {
    margin-left: 0;
    margin-right: 0;
  }
  .masthead__overview--heading {
  margin-bottom: 10px;
  font-weight:400!important;
         font-size: 22px;
    line-height: 40px;
    letter-spacing: 0;
    
}
.wrapper-2 img{
        width: 126px;
}
.masthead__overview--heading strong {
    font-size: 31px!important;
    line-height: 5px;
}
}

.masthead__overview--action-inline .button {
  margin: 0 8px 24px 8px;
}

@media (max-width: 767px) {
  .masthead__overview--action-inline .button {
    display: block;
    margin: 0 0 24px 0;
    text-align: center;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .masthead__overview--action-inline .button + .button {
    margin: 0;
  }
}

@media (max-width: 767px) {
  .masthead__overview--action-inline .button__play {
    display: inline-block;
    width: auto;
    text-align: left;
  }
}

/* -----------------------
Masthead demo
-------------------------- */
.masthead__demo {
  text-align: center;
  min-height: auto;
}

.masthead__demo--image {
  margin-top: 64px;
}

@media (max-width: 991px) {
  .masthead__demo--image {
    margin-top: 32px;
  }
}

.masthead__demo .masthead__overview {
  padding-right: 0;
}

.masthead__demo .masthead__rocket {
  left: -100px;
  bottom: 340px;
}

@media (min-width: 1600px) {
  .masthead__demo .masthead__rocket {
    left: 0;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .masthead__demo .masthead__rocket {
    bottom: 300px;
    left: -200px;
  }
}

@media (max-width: 991px) {
  .masthead__demo .masthead__rocket {
    display: none;
  }
}

/* -----------------------
Masthead Form
-------------------------- */
.masthead__form {
  position: relative;
  padding-left: 0;
  z-index: 2;
}

@media (max-width: 991px) {
  .masthead__form {
    margin-top: 16px;
  }
}

/*.masthead__form::after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    background-color: #6fa8dc;*/
/*    display: block;*/
/*    width: 85%;*/
/*    height: 13px;*/
/*    bottom: -11px;*/
/*    left: 50%;*/
/*    transform: translateX(-50%);*/
/*    border-radius: 0 0 40px 40px;*/
/*    box-shadow: 0px 0px 80px 0px rgba(84, 12, 151, 0.2);*/
/*}*/

@media (min-width: 1400px) {
  .masthead__form::after {
    margin-left: 16px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .masthead__form::after {
    margin-left: 12px;
    bottom: -25px;
    height: 25px;
  }
}

@media (min-width: 1400px) {
  .masthead__form {
    padding-left: 32px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .masthead__form {
    padding-left: 24px;
  }
}

@media (max-width: 991px) {
  .masthead__form {
    margin-bottom: 32px;
  }
}

.masthead__form--wrapper {
  border-radius: 40px;
  box-shadow: 0px 0px 80px 0px rgba(84, 12, 151, 0.2);
}

.masthead__form--body {
  position: relative;
  background-color: #FFFFFF;
  border-radius: 40px;
  padding:5px 20px 0px 20px;
  color: #11001C;
  overflow: hidden;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .masthead__form--body {
    padding: 64px 32px 64px 32px;
  }
}

@media (max-width: 991px) {
    .masthead__form--heading h2.masthead__form--heading-title {
    font-size: 30px !important;
}
    ul.down_clients li {
        margin: 0 0 15px;
    width: 44% !important;
}
  .masthead__form--body {
    padding:15px 0px;
  }
}

.masthead__form--body::before {
  content: '';
  position: absolute;
  width: 280px;
  height: 280px;
  border: 40px solid #4594db;
  border-radius: 50%;
  right: -54px;
  bottom: -62px;
  opacity: 0.5;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .masthead__form--body::before {
    border: 35px solid #4594db;
    width: 220px;
    height: 220px;
  }
}

@media (max-width: 991px) {
  .masthead__form--body::before {
    border: 35px solid #4594db;
    width: 220px;
    height: 220px;
  }
}

.masthead__form--heading {
  position: relative;
  padding-left: 0px;
  text-align: center;
  margin-bottom: 20px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .masthead__form--heading {
    margin-bottom: 32px;
  }
}

@media (max-width: 991px) {
  .masthead__form--heading {
    padding-left: 0;
    margin-bottom: 24px;
  }
}

.masthead__form--heading::before {
     content: '';
    position: absolute;
    width: 120px;
    height: 120px;
    border: 11px solid #d9368f;
    border-radius: 50%;
    left: -61px;
    bottom: 20px;
    opacity: 0.5;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .masthead__form--heading::before {
    border: 18px solid #FFDE71;
    width: 100px;
    height: 100px;
    bottom: 10px;
  }
}

@media (max-width: 991px) {
  .masthead__form--heading::before {
    border: 18px solid #FFDE71;
    width: 110px;
    height: 110px;
    bottom: 14px;
    left: -60px;
  }
}

.masthead__form--heading-title {
  position: relative;
  margin-bottom: 4px;
  z-index: 2;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .masthead__form--heading-title {
    font-size: 44px;
    line-height: 52.8px;
  }
}

.masthead__form--heading-subtitle {
  position: relative;
  margin-bottom: 0;
  z-index: 2;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .masthead__form--heading-subtitle {
    font-size: 18px;
    line-height: 21.6px;
  }
}

.masthead__form--main {
  position: relative;
  z-index: 2;
      margin: 25px;
}

.masthead__form--group {
  margin-bottom: 20px;
      font-size: 13px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .masthead__form--group {
    margin-bottom: 24px;
  }
}

@media (max-width: 991px) {
  .masthead__form--group {
    margin-bottom: 24px;
  }
}

.masthead__form--action {
  margin-top: 30px;
  margin-bottom: 0;
  text-align:center;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .masthead__form--action {
    margin-top: 32px;
  }
}

@media (max-width: 991px) {
  .masthead__form--action {
    margin-top: 32px;
  }
}

/* -----------------------
Masthead App
-------------------------- */
.masthead__app {
  position: relative;
}

@media (min-width: 1800px) {
  .masthead__app {
    padding-top: 64px;
    margin-bottom: 0;
  }
}

@media (max-width: 991px) {
  .masthead__app {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.masthead__app--section {
  overflow: hidden;
}

.masthead__app--section .masthead__rocket {
  bottom: -60px;
}

@media (min-width: 1400px) {
  .masthead__app--section .masthead__rocket {
    bottom: 67px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .masthead__app--section .masthead__rocket {
    bottom: 0;
  }
}

@media (min-width: 1800px) {
  .masthead__app--section .masthead__container {
    padding-top: 88px;
    padding-bottom: 106px;
  }
}

.masthead__app--section .masthead__overview {
  margin-top: 64px;
}

@media (min-width: 1400px) {
  .masthead__app--section .masthead__overview {
    margin-top: 94px;
  }
}

.masthead__app--image {
  position: relative;
  width: 120%;
  left: -10%;
  bottom: -20px;
  height: auto;
}

@media (max-width: 991px) {
  .masthead__app--image {
    width: 100%;
    left: auto;
    bottom: 0;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .masthead__app--image {
    width: 128%;
    left: -20%;
  }
}

@media (min-width: 1400px) {
  .masthead__app--image {
    width: 130%;
    left: -10%;
  }
}

@media (min-width: 1600px) {
  .masthead__app--image {
    width: 140%;
    left: -10%;
  }
}

@media (min-width: 1800px) {
  .masthead__app--image {
    width: 150%;
    left: -10%;
  }
}

/* -----------------------
Masthead Video
-------------------------- */
.masthead__video {
  position: relative;
  padding: 64px 12px 32px 0;
  margin-top: 32px;
}

@media (min-width: 1400px) {
  .masthead__video {
    padding: 128px 12px 64px 0;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .masthead__video {
    padding: 64px 12px 32px 0;
    margin-top: 16px;
  }
}

@media (max-width: 991px) {
  .masthead__video {
    padding: 32px 0 24px 0;
    margin-top: 16px;
  }
}

.masthead__video::before {
  content: '';
  position: absolute;
  background-color: transparent;
  background-image: url("../images/masthead/video-bg.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  width: 605px;
  height: 444px;
  top: 0;
  right: 0;
}

@media (min-width: 1400px) {
  .masthead__video::before {
    width: 715px;
    height: 525px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .masthead__video::before {
    width: 515px;
    height: 378px;
  }
}

@media (max-width: 991px) {
  .masthead__video::before {
    width: 100%;
    height: auto;
    padding-bottom: 73.42657342657343%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .masthead__video--section {
    padding: 0;
    margin-bottom: 42px;
  }
}

@media (max-width: 767px) {
  .masthead__video--section {
    padding: 0;
    margin-bottom: 0;
  }
}

.masthead__video--container {
  padding-top: 120px;
}

@media (min-width: 1400px) {
  .masthead__video--container {
    padding-top: 140px;
  }
}

@media (max-width: 991px) {
  .masthead__video--container {
    padding-top: 64px;
  }
}

@media (max-width: 767px) {
  .masthead__video--container {
    padding-bottom: 16px;
  }
}

.masthead__video--container .masthead__rocket {
  bottom: -60px;
}

@media (min-width: 1400px) {
  .masthead__video--container .masthead__rocket {
    bottom: 110px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .masthead__video--container .masthead__rocket {
    bottom: 0;
  }
}

.masthead__video--container .masthead__overview {
  margin-top: 32px;
}

@media (min-width: 1400px) {
  .masthead__video--container .masthead__overview {
    margin-top: 64px;
  }
}

.masthead__video--wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 64px;
}

@media (max-width: 991px) {
  .masthead__video--wrapper {
    margin-bottom: 32px;
  }
}

.masthead__video .plyr .plyr__control--overlaid {
  background: #FFC300;
  color: #FFFFFF;
  width: 60px;
  height: 60px;
}

.masthead__video .plyr .plyr__control--overlaid svg {
  width: 24px;
  height: 24px;
  left: 50%;
  transform: translateX(-50%);
}

.masthead__video .plyr--video .plyr__control:hover, .masthead__video .plyr--video .plyr__control:focus, .masthead__video .plyr--video .plyr__control:active,
.masthead__video .plyr--video .plyr__control--overlaid:hover,
.masthead__video .plyr--video .plyr__control--overlaid:focus,
.masthead__video .plyr--video .plyr__control--overlaid:active {
  background: #FFC300;
  color: #FFFFFF;
}

.masthead__video .plyr--full-ui input[type=range] {
  color: #FFC300;
}

/* -----------------------
Masthead Carousel
-------------------------- */
.masthead__screen--wrapper {
  position: relative;
  padding-top: 64px;
  padding-bottom: 87px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .masthead__screen--wrapper {
    padding-bottom: 69px;
  }
}

@media (max-width: 991px) {
  .masthead__screen--wrapper {
    padding-top: 12px;
    padding-bottom: 69px;
  }
}

.masthead__screen--container {
  padding-top: 94px;
  padding-bottom: 74px;
}

@media (min-width: 1400px) {
  .masthead__screen--container {
    padding-top: 110px;
    padding-bottom: 94px;
  }
}

@media (max-width: 991px) {
  .masthead__screen--container {
    padding-top: 64px;
  }
}

@media (max-width: 767px) {
  .masthead__screen--container {
    padding-bottom: 16px;
  }
}

.masthead__screen--container .masthead__overview {
  position: relative;
  margin-top: 42px;
  z-index: 2;
}

@media (min-width: 1600px) {
  .masthead__screen--container .masthead__overview {
    margin-top: 94px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .masthead__screen--container .masthead__overview {
    margin-top: 32px;
  }
}

@media (max-width: 991px) {
  .masthead__screen--container .masthead__overview {
    margin-top: 0;
    margin-bottom: 32px;
  }
}

.masthead__screen--monitor {
  position: relative;
  padding-bottom: 55px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .masthead__screen--monitor {
    padding-bottom: 40px;
  }
}

@media (max-width: 991px) {
  .masthead__screen--monitor {
    padding-bottom: 40px;
  }
}

.masthead__screen--monitor-main {
  position: relative;
  border: 20px solid #11001C;
  border-radius: 15px 15px 0 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .masthead__screen--monitor-main {
    border: 15px solid #11001C;
  }
}

@media (max-width: 991px) {
  .masthead__screen--monitor-main {
    border: 15px solid #11001C;
  }
}

.masthead__screen--monitor-bottom {
  position: absolute;
  background-color: #eee;
  width: 100%;
  height: 55px;
  border-radius: 0 0 15px 15px;
  left: 0;
  bottom: 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .masthead__screen--monitor-bottom {
    height: 40px;
  }
}

@media (max-width: 991px) {
  .masthead__screen--monitor-bottom {
    height: 40px;
  }
}

.masthead__screen--monitor-bottom::after {
  content: '';
  position: absolute;
  background-color: #D0D0D0;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media (min-width: 992px) and (max-width: 1199px) {
  .masthead__screen--monitor-bottom::after {
    width: 24px;
    height: 24px;
  }
}

@media (max-width: 991px) {
  .masthead__screen--monitor-bottom::after {
    width: 24px;
    height: 24px;
  }
}

.masthead__screen--bottom {
  position: absolute;
  background-color: transparent;
  background-image: url("../images/masthead/mac-bottom.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 248px;
  height: 87px;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

@media (min-width: 992px) and (max-width: 1199px) {
  .masthead__screen--bottom {
    width: 198px;
    height: 69px;
  }
}

@media (max-width: 991px) {
  .masthead__screen--bottom {
    width: 198px;
    height: 69px;
  }
}

.masthead__screen--pagination {
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
}

.masthead__screen--pagination .swiper-pagination-bullet {
  display: inline-block;
  background-color: #e22382;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 0 9px;
  transition: all 0.3s ease-in-out;
}

.masthead__screen--pagination .swiper-pagination-bullet:hover {
  background-color: #FFC300;
}

.masthead__screen--pagination .swiper-pagination-bullet-active {
  background-color: #FFC300;
  box-shadow: 0px 0px 0px 3px #FFC300;
}

.masthead__screen .masthead__rocket {
  bottom: -210px;
}

@media (min-width: 1400px) {
  .masthead__screen .masthead__rocket {
    bottom: -70px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .masthead__screen .masthead__rocket {
    bottom: -190px;
  }
}

/* -----------------------
Masthead Rocket
-------------------------- */
.masthead__rocketUp {
  position: relative;
  width: 140%;
 /* left: -20%;*/
  padding-bottom: 130%;
  margin-bottom: 200px;
}

@media (min-width: 1400px) {
  .masthead__rocketUp {
    padding-bottom: 120%;
    margin-bottom: 134px;
  }
}

@media (min-width: 1800px) {
  .masthead__rocketUp {
       position: absolute;
    width: 32%;
    right: -8%;
    padding-bottom: 33%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .masthead__rocketUp {
    width: 110%;
    left: -10%;
    padding-bottom: 100%;
    margin-bottom: 270px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .masthead__rocketUp {
    width: 110%;
    left: -5%;
    padding-bottom: 100%;
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .masthead__rocketUp {
    width: 67%;
    left: 0;
    padding-bottom: 52%;
    margin-bottom: 0;
    margin: 0 auto;
        display: none;
}
}

.masthead__rocketUp--section {
  overflow: hidden;
  min-height: 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .masthead__rocketUp--section .masthead__overview {
    margin-top: 12px;
  }
}

.masthead__rocketUp--container {
  padding-bottom: 0;
}

.masthead__rocketUp--rocket {
    background-image: url(../images/masthead/rocket-lg.svg);
    background-repeat: no-repeat;
    background-size: 137px 320px;
    background-position: bottom center;
    position: absolute;
    width: 283px;
    height: 498px;
    top: 0;
    right: 2%;
    transform: translateX(-50%);
    margin-left: 15px;
    z-index: 2;
    animation: rocketUp 1.5s infinite alternate;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .masthead__rocketUp--rocket {
    background-size: 183px 322px;
    width: 183px;
    height: 322px;
    margin-left: 9px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .masthead__rocketUp--rocket {
    background-image: url("../images/masthead/rocket-lg-mobile.svg");
  }
}

@media (max-width: 767px) {
  .masthead__rocketUp--rocket {
        background-image: url(../images/masthead/rocket-lg-mobile.svg);
    background-size: 75px 225px;
    width: 183px;
    height: 322px;
    margin-left: 5px;
  }
  .masthead__rocketUp--rocket {
    background-image: url(../images/masthead/rocket-lg.svg);
    background-repeat: no-repeat;
    background-size: 76px 320px;
    background-position: bottom center;
    position: absolute;
    width: 283px;
    height: 498px;
    top: -257px;
    right: -165px;
    transform: translateX(-50%);
    margin-left: 15px;
    z-index: 2;
    animation: rocketUp 1.5s infinite alternate;
}
}

.masthead__rocketUp--cloud {
  position: absolute;
  background-color: transparent;
  background-image: url("../images/masthead/cloud.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: bottom center;
  width: 100%;
  padding-bottom: 37.285714%;
  left: 0;
  bottom: 0;
}

/* -----------------------
Masthead Subscription
-------------------------- */
.masthead__subscribe--section {
  min-height: auto;
}

.masthead__subscribe--container {
  padding-bottom: 270px;
}

@media (min-width: 1400px) {
  .masthead__subscribe--container {
    padding-bottom: 100px;
  }
}

@media (max-width: 991px) {
  .masthead__subscribe--container {
    padding-bottom: 0;
  }
}

.masthead__subscribe--image {
  max-width: 100%;
  height: auto;
}

.masthead__subscribe--form {
  position: relative;
  margin-top: 32px;
}

.masthead__subscribe--form-wrapper {
  position: relative;
}

.masthead__subscribe--form-input {
  background-color: #FFFFFF;
  width: 100%;
  font-size: 18px;
  line-height: 27px;
  padding: 22px 210px 22px 46px;
  border: none;
  border-radius: 50px;
  color: #11001C;
}

.masthead__subscribe--form-input::-ms-input-placeholder {
  /* Edge 12-18 */
  color: #958E9A;
}

.masthead__subscribe--form-input:-ms-input-placeholder {
  color: #958E9A;
}

.masthead__subscribe--form-input::placeholder {
  color: #958E9A;
}

.masthead__subscribe--form-input:focus {
  outline: 0;
  box-shadow: 0px 0px 0px 3px #e22382;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .masthead__subscribe--form-input {
    padding: 22px 210px 22px 32px;
  }
}

@media (max-width: 991px) {
  .masthead__subscribe--form-input {
    font-size: 16px;
    line-height: 24px;
    padding: 16px 176px 16px 24px;
  }
}

.masthead__subscribe--form .button {
  position: absolute;
  right: 2px;
  top: 2px;
}

/* -----------------------
Masthead single form
-------------------------- */
.masthead__singleForm {
  min-height: auto;
  text-align: center;
}

.masthead__singleForm--container {
  padding-top: 108px;
  padding-bottom: 530px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .masthead__singleForm--container {
    padding-top: 88px;
    padding-bottom: 300px;
  }
}

@media (min-width: 1600px) {
  .masthead__singleForm--container {
    padding-top: 158px;
    padding-bottom: 570px;
  }
}

.masthead__singleForm .masthead__subscribe--form {
  margin-top: 64px;
}

@media (max-width: 991px) {
  .masthead__singleForm .masthead__subscribe--form {
    margin-top: 32px;
  }
}

.masthead__singleForm .masthead__rocket {
  left: -100px;
  bottom: 340px;
}

@media (min-width: 1600px) {
  .masthead__singleForm .masthead__rocket {
    left: 0;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .masthead__singleForm .masthead__rocket {
    bottom: 300px;
    left: -200px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .masthead__singleForm .masthead__rocket {
    display: block;
    left: 0;
    bottom: 230px;
  }
}

@media (max-width: 991px) {
  .masthead__singleForm .masthead__rocket {
    display: block;
    bottom: 230px;
  }
}

/* -----------------------
Masthead Graphic
-------------------------- */
.masthead__graphic--section {
  position: relative;
  overflow: hidden;
}

.masthead__graphic--container {
  padding-bottom: 256px;
}

@media (min-width: 1400px) {
  .masthead__graphic--container {
    padding-bottom: 76px;
  }
}

.masthead__graphic--container .masthead__overview {
  position: relative;
  margin-top: 42px;
  z-index: 2;
}

@media (min-width: 1600px) {
  .masthead__graphic--container .masthead__overview {
    margin-top: 94px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .masthead__graphic--container .masthead__overview {
    margin-top: 32px;
  }
}

@media (max-width: 991px) {
  .masthead__graphic--container .masthead__overview {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}

.masthead__graphic--image {
  position: relative;
  width: 120%;
  left: -10%;
}

@media (min-width: 1600px) {
  .masthead__graphic--image {
    width: 789px;
    height: 858px;
    left: 0;
  }
}

@media (max-width: 991px) {
  .masthead__graphic--image {
    width: 100%;
    left: 0;
  }
}

/* -----------------------
Masthead app screen
-------------------------- */
.masthead__carousel {
  position: relative;
}

.masthead__carousel--section {
  overflow: hidden;
}

.masthead__carousel--container {
  padding-top: 168px;
}

@media (min-width: 1400px) {
  .masthead__carousel--container {
    padding-bottom: 126px;
  }
}

@media (max-width: 991px) {
  .masthead__carousel--container {
    padding-top: 64px;
  }
}

.masthead__carousel--button-next, .masthead__carousel--button-prev {
  position: absolute;
  background-color: #FFFFFF;
  background-image: url("../images/masthead/chevron-left.svg");
  background-repeat: no-repeat;
  background-size: 44px 44px;
  background-position: center center;
  width: 64px;
  height: 64px;
  left: -32px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  border-radius: 50%;
  display: block;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 991px) {
  .masthead__carousel--button-next, .masthead__carousel--button-prev {
    display: none;
  }
}

.masthead__carousel--button-next:hover, .masthead__carousel--button-prev:hover {
  background-color: #FFC300;
}

.masthead__carousel--button-next.show, .masthead__carousel--button-prev.show {
  display: block;
}

@media (max-width: 991px) {
  .masthead__carousel--button-next.show, .masthead__carousel--button-prev.show {
    display: none;
  }
}

.masthead__carousel--button-next.hide, .masthead__carousel--button-prev.hide {
  display: none;
}

@media (max-width: 991px) {
  .masthead__carousel--button-next.hide, .masthead__carousel--button-prev.hide {
    display: none;
  }
}

.masthead__carousel--button-prev {
  background-image: url("../images/masthead/chevron-right.svg");
  display: none;
}

.masthead__carousel .swiper {
  position: relative;
  width: 400px;
  height: 710px;
}

@media (min-width: 1400px) {
  .masthead__carousel .swiper {
    width: 420px;
    height: 746px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .masthead__carousel .swiper {
    width: 340px;
    height: 604px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .masthead__carousel .swiper {
    width: 340px;
    height: 604px;
  }
}

@media (max-width: 767px) {
  .masthead__carousel .swiper {
    width: 260px;
    height: 462px;
  }
  .footer__backtotop{
      display:block!important;
  }
  .footer__callback  {
      display:block!important;
  }
  .feedback a {
        display: none!important;
        background:#e22382;
        height: 50px;
        width: 233px;
        padding: 12px 32px;
        color: #fff;
        /* font-family: Arial, sans-serif; */
        font-size: 19px;
        text-align: center;
        font-weight: 500;
        text-decoration: none;
        /* border-bottom: solid 1px #333; */
        /* border-left: solid 1px #333; */
        /* border-right: solid 1px #fff; */
        border-radius: 50px;
    }
  
}
.footer__backtotop{
      display:none;
  }
.footer__callback  {
      display:none;
  }
 .feedback {
    height: 0px;
    width: 62px;
    position: fixed;
    right: 19px;
    top: 55%;
    z-index: 5;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
} 
.feedback a {
    display: block;
    background: #e22382;
    height: 50px;
    width: 233px;
    padding: 12px 32px;
    color: #fff;
    /* font-family: Arial, sans-serif; */
    font-size: 19px;
    text-align: center;
    font-weight: 500;
    text-decoration: none;
    /* border-bottom: solid 1px #333; */
    /* border-left: solid 1px #333; */
    /* border-right: solid 1px #fff; */
    border-radius: 50px;
}

.masthead__carousel .swiper-card {
  overflow: visible;
}

.masthead__carousel .swiper-slide {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 20px;
  overflow: hidden;
}

/* -----------------------
Clients Section
-------------------------- */
.clients {
  margin-bottom: 0px;
      margin-top: 30px;
}
.overview{
    padding:40px 0px 35px;
}
@media (max-width: 991px) {
  .clients {
    margin-bottom:10px;
  }
}

.clients__heading {
  text-align: center;
  margin-bottom: 64px;
}

@media (max-width: 991px) {
  .clients__heading {
    margin-bottom: 32px;
  }
}

.clients__wrapper {
  position: relative;
  margin: 0;
  padding: 0;
}

.clients__item {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 0 10px;
}
a.clients__link {
    padding: 10px;
}

@media (max-width: 991px) {
  .clients__item {
    padding: 0 16px;
  }
}

.clients__link {
  display: block;
  text-align: center;
}

.clients__logo {
  max-width: 100%;
  height: auto;
      box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

/* -----------------------
Overview Section
-------------------------- */
@media (max-width: 991px) {
  .overview {
    margin-bottom: 10px;
  }
}

.overview__card {
  background-color: #FFFFFF;
  border-radius: 20px;
  box-shadow: 0px 0px 60px 20px rgba(235, 217, 252, 0.4);
  padding: 114px 64px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .overview__card {
    padding: 64px 32px;
  }
}

@media (max-width: 991px) {
  .overview__card {
    padding: 57px 32px;
  }
}

.overview__card .icon__circle {
  margin-bottom: 12px;
}

@media (max-width: 991px) {
  .overview__card .icon__circle {
    margin-bottom: 6px;
  }
}

@media (max-width: 991px) {
  .overview__column {
    margin-bottom: 0;
  }
}

@media (max-width: 991px) {
  .overview__column + .overview__column {
    margin-top: 32px;
  }
}

/* -----------------------
Introduction Section
-------------------------- */
.introduction {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0;
  top: -10px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .introduction {
    top: 0;
  }
}

@media (min-width: 1400px) {
  .introduction {
    top: -10px;
  }
}

@media (min-width: 1800px) {
  .introduction {
    /*top: -90px;
        margin-bottom: 40px;*/
            margin-top: 20px;
  }
}

.introduction__content {
  padding: 40px 0 0 0;
  position: relative;
}

@media (max-width: 991px) {
  .introduction__content {
    padding: 5px 0 20px 0;
  }
  .introduction__content p {
      text-align:left!important;
  }
  .introduction__content .section__heading .section__heading--title {
      text-align:left!important;
  }
}

.introduction__content--action {
  margin-top: 46px;
}

@media (max-width: 991px) {
  .introduction__content--action {
    margin-top: 16px;
    margin-bottom: 0;
  }
}

.introduction__content--action .button {
  margin-bottom: 24px;
}

@media (max-width: 991px) {
  .introduction__content--action .button {
    margin-top: 24px;
    margin-bottom: 0;
  }
}

.introduction__content--action .button + .button {
  margin-left: 8px;
}

@media (max-width: 991px) {
  .introduction__content--action .button + .button {
    margin-left: 4px;
  }
}

.introduction__hero {
  position: relative;
  width: 160%;
  height: auto;
      
}
.relative{
    position:relative;
}
.sticky-img{
/*  position: sticky;*/
    top: 99px;
}
@media (min-width: 1400px) {
  .introduction__hero {
    width: 184%;
  }
}

@media (min-width: 1800px) {
  .introduction__hero {
    width: 188%;
  }
}

@media (max-width: 991px) {
  .introduction__hero {
      width: 120%;
    right: 2%;
    position: relative;
    top: 0;
  }
}

.introduction__hero--image {
  width: 100%;
  height: auto;
}

.introduction__listing {
  margin: 24px 0 0 0;
  padding: 0;
}

.introduction__listing li {
  position: relative;
  list-style: none;
  padding-left: 45px;
  margin: 0;
  margin-top: 24px;
        text-align: left;
}
.introduction__listing li img{
  padding-right: 15px;
      height: 32px;
          margin-left: 5px;
}
.it-work__item--content h4{
           font-weight: 600;
    font-size: 20px;
    line-height: 28.6px;
}
.introduction__listing--check {
  position: absolute;
    display: inline-block;
    width: 20px;
    /* height: 20px; */
    /* background-color: #e22382; */
    color: #FFFFFF;
    /* border-radius: 50%; */
    margin-right: 8px;
    top: 3px;
    left: -8px;
}
.introduction__listing--check1 {
    /* position: absolute; */
    display: flex;
    /* width: 20px; */
    /* height: 20px; */
    /* background-color: #e22382; */
    color: #000000;
    /* border-radius: 50%; */
    margin-right: 8px;
    top: 3px;
    left: -8px;
}

.introduction__listing--check-icon {
      /* position: absolute; */
    width: 15px;
    height: 15px;
    /* left: 83%; */
    margin-left: 17px;
    /* top: -16%; */
    transform: translate(-50%, -50%);
    line-height: 5;
}

/* -----------------------
How It Work Section
-------------------------- */
.it-work__item {
  position: relative;
  margin-top: 32px;
  padding-right: 32px;
}

@media (max-width: 991px) {
  .it-work__item {
       padding-right: 0;
    margin-bottom: 0px;
  }
  .cta{
    margin-bottom: 0px!important;
}
  .cta {
    position: relative;
    margin-top: 40px!important;
    bottom: -40px;
    padding-bottom: 20px;
    z-index: 2;
    overflow: hidden;
}
.testimonials {
    padding: 20px 0px 0px!important;
}
.faq__image--fluid {
    position: relative;
    height: auto;
    width: 109%!important;
    right: 3%!important;
}
.footer__network--link svg {
    width: 24px!important;
    height: 24px!important;
}
}

.it-work__item--steps {
  position: absolute;
  background-color: #e22382;
  font-weight: 700;
  font-size: 20px;
  line-height: 41px;
  color: #FFFFFF;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  /*top: 0;
  left: 0;*/
}

.it-work__item--image {
      position: relative;
    border: 3px solid #e22382;
    width: auto;
    height: 200px;
    border-radius: 210px 0 210px 200px;
    box-shadow: 2px 6px 0px #458ed0;
}
.width-100{
    width:100%!important;
}

@media (min-width: 1400px) {
  .it-work__item--image {
    width: auto;
    height: 250px;
    border-radius: 210px 0 210px 200px;
        background-color: #fff;
    overflow: hidden;
  }
  .it-work__item--content {
    margin-top: 32px;
    background-color: #fff;
    padding: 17px;
    box-shadow: 2px 3px 9px #e1e1e1;
    
}
}

@media (min-width: 992px) and (max-width: 1199px) {
  .it-work__item--image {
        border: 3px solid #e22382;
    width: auto;
    height: 200px;
    border-radius: 210px 0 210px 200px;
  }
  .it-work__item--content {
    margin-top: 32px;
    background-color: #fff;
    padding: 17px;
    box-shadow: 2px 3px 9px #e1e1e1;
    
}
}

@media (max-width: 991px) {
  .it-work__item--image {
       border: 10px solid #e22382;
    width: 70%;
    height: 220px;
    border-radius: 210px 0 210px 200px;
    margin: 30px auto;
    overflow: hidden;
        background-color: #fff;
  }
  .it-work__item--content {
    margin-top: 32px;
    background-color: #fff;
    padding: 17px;
    box-shadow: 2px 3px 9px #e1e1e1;
        height: 300px!important;
   
}

}

.it-work__item--image-fluid {
  position: absolute;
  width: 70%;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.it-work__item--content {
    margin-top: 32px;
    background-color: #fff;
    padding: 17px;
    box-shadow: 2px 3px 9px #e1e1e1;
   border-radius: 12px;
       height: 444px;
}

/* -----------------------
CTA Section
-------------------------- */
.cta {
   position: relative;
    /* margin-top: 32px; */
    /* bottom: -40px; */
    padding-bottom: 70px;
    z-index: 2;
    overflow: hidden;
}

@media (max-width: 991px) {
  .cta {
    bottom: 10px;
  }
}

.cta__wrapper {
  position: relative;
}

.cta__wrapper::after {
  content: '';
  position: absolute;
  background-color: transparent;
  background-image: url("../images/graphic/dots.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 206px;
  height: 206px;
  right: -80px;
  bottom: -70px;
  display:none;
}

.cta__main {
  position: relative;
  z-index: 2;
  padding:70px 0 70px 0;
  border-radius: 20px;
  color: #FFFFFF;
  text-align: center;
  background: #e22382;
  background: linear-gradient(29deg, #6fa8dc 0%, #6fa8dc 20%, #272727 100%);
}

@media (max-width: 991px) {
  .cta__main {
    padding: 40px 16px;
  }
}

.cta__main::before {
  content: '';
  position: absolute;
  background-color: transparent;
  background-image: url("../images/graphic/map.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.1;
}

.cta__main::after {
  content: '';
  position: absolute;
  background-color: #e22382;
  width: 97%;
  height: 20px;
  border-radius: 0 0 25px 25px;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
}

@media (max-width: 991px) {
  .cta__main::after {
    width: 90%;
  }
}

.cta__container {
  position: relative;
  z-index: 2;
}

.cta__content {
  margin-bottom: 64px;
}

@media (max-width: 991px) {
  .cta__content {
    margin-bottom: 32px;
  }
}

.cta__content p {
  margin-bottom: 0;
}

.cta__action .button {
  margin-bottom: 24px;
}

@media (max-width: 991px) {
  .cta__action .button {
    margin-bottom: 12px;
  }
}

@media (max-width: 767px) {
  .cta__action .button {
    display: block;
    width: 100%;
  }
}

.cta__action .button + .button {
  margin-left: 24px;
}

@media (max-width: 991px) {
  .cta__action .button + .button {
    margin-left: 12px;
  }
}

@media (max-width: 767px) {
  .cta__action .button + .button {
    margin-left: 0;
  }
}

/* -----------------------
Features Section
-------------------------- */
.features {
  position: relative;
  padding-bottom: 0;
  bottom: -80px;
  z-index: 6;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .features {
    bottom: 0;
  }
}

@media (min-width: 1800px) {
  .features {
    bottom: -100px;
  }
}

@media (max-width: 991px) {
  .features {
    padding-top: 0;
  }
}

.features__row {
  margin-bottom: -32px;
}

@media (max-width: 991px) {
  .features__row {
    margin-bottom: -24px;
  }
}

.features__column {
  padding-top: 32px;
  padding-bottom: 32px;
}

@media (max-width: 991px) {
  .features__column {
    padding-top: 0;
    padding-bottom: 32px;
  }
}

.features__item {
  padding-right: 32px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .features__item {
    padding-right: 16px;
  }
}

@media (max-width: 991px) {
  .features__item {
    padding-right: 0;
  }
}

.features__icon {
  display: block;
  margin-bottom: 32px;
}

@media (max-width: 991px) {
  .features__icon {
    margin-bottom: 16px;
  }
  .banner-one-shape1 {
    position: absolute;
    border: 20px solid rgb(242 249 255);
    width: 150px;
    height: 150px;
    border-radius: 100%;
    top: 212px;
    left: 35px;
    mix-blend-mode: overlay;
    display: none;
}
.banner-one-shape2 {
    position: absolute;
    border: 20px solid rgb(227 44 135 / 43%);
    width: 150px;
    height: 150px;
    border-radius: 100%;
    top: 322px;
    left: -43px;
    /* mix-blend-mode: overlay; */
    z-index: 1;
    display: none;
}

}

.features__content {
  position: relative;
}

/* -----------------------
FAQ Section
-------------------------- */
.faq {
  position: relative;
  padding: 40px 0;
}

.faq__wrapper {
  position: relative;
  overflow: hidden;
}

.faq__image {
  position: relative;
  width: 100%;
  height: auto;
}

.faq__image--fluid {
position: relative;
    height: auto;
    width: 100%;
     right: 0%;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .faq__image--fluid {
    width: 160%;
    right: 60%;
  }
}

@media (min-width: 1400px) {
  .faq__image--fluid {
    width: 180%;
    right: 80%;
       /*top: 100px;*/
  }
}

@media (min-width: 1800px) {
 .faq__image--fluid {
    width: 125%;
    right: 62%;
  }
}

.faq__image--fluid {
      width: 155%;
    right: 77%;
  }

@media (max-width: 991px) {
  .faq__content {
    padding-top:20px;
    padding-bottom:40px;
  }
}

/* -----------------------
Pricing Section
-------------------------- */
.pricing {
  position: relative;
  overflow: hidden;
  padding-bottom: 256px;
}

@media (max-width: 991px) {
  .pricing {
    padding-bottom: 64px;
  }
}

.pricing::after {
  content: '';
  position: absolute;
  width: 560px;
  height: 560px;
  border: 60px solid #FFC300;
  border-radius: 50%;
  right: -170px;
  bottom: 0;
}

@media (max-width: 991px) {
  .pricing::after {
    width: 280px;
    height: 280px;
    border: 40px solid #FFC300;
    right: -120px;
  }
}

.pricing__conteiner {
  position: relative;
}

.pricing__main {
  position: relative;
  margin-top: 94px;
}

@media (max-width: 991px) {
  .pricing__main {
    margin-top: 64px;
  }
}

.pricing__main::after {
  content: '';
  position: absolute;
  background-color: transparent;
  background-image: url("../images/graphic/dots.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 206px;
  height: 206px;
  left: -80px;
  top: -70px;
}

.pricing__card {
  position: relative;
  background-color: #FFFFFF;
  border-radius: 20px;
  padding: 32px;
  box-shadow: 0px 0px 64px 0px rgba(50, 17, 83, 0.15);
  z-index: 2;
}
.testimonials__wrapper::after {
    content: '';
    position: absolute;
    background-color: transparent;
    background-image: url(../images/graphic/dots.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 206px;
    height: 206px;
    right: -80px;
    bottom: -134px;
}
@media (max-width: 991px) {
    
    .testimonials__content--quote {
      
    width: 45px;
    height: 45px;
   
    padding: 10px;
    }
    
  .pricing__card {
    margin-bottom: 52px;
  }
}

.pricing__card::after {
  content: '';
  position: absolute;
  background-color: #FFF2C6;
  width: 94%;
  height: 20px;
  border-radius: 0 0 20px 20px;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
}

@media (max-width: 991px) {
  .pricing__card::after {
    width: 90%;
  }
}

.pricing__card.pricing__recommendation {
  background-color: #e22382;
  color: #FFFFFF;
}

.pricing__card.pricing__recommendation::after {
  background-color: #E5CDFB;
}

.pricing__card--icon {
  margin-top: 12px;
  margin-bottom: 24px;
}

.pricing__card--icon .icon__circle--lg {
  padding: 26px 10px;
  width: 100px;
  height: 100px;
}

.pricing__card--icon .icon__circle--lg svg {
  width: 50px;
  height: 50px;
  stroke-width: 1px;
}

.pricing__card--price {
  margin-bottom: 24px;
}

.pricing__card--price-title {
  margin-bottom: 8px;
}

.pricing__card--price-currency {
  margin-bottom: 0;
}

.pricing__card--package {
  position: relative;
}

.pricing__card--package ul {
  margin: 0;
  padding-left: 15px;
}

.pricing__card--package ul li {
  padding: 0;
  margin: 0 0 12px 0;
}

.pricing__card--action {
  margin: 32px 0 24px 0;
}

/* -----------------------
Testimonials Section 
-------------------------- */
.testimonials {
  overflow: hidden;
}
.testimonials{
    padding:40px 0px 0px;
}
.testimonials__wrapper {
  position: relative;
  /*margin-top: 32px;*/
}

@media (min-width: 992px) and (max-width: 1199px) {
  .testimonials__wrapper {
    margin-top: 22px;
  }
}

@media (max-width: 991px) {
  .testimonials__wrapper {
    margin-top: 0;
  }
}

.testimonials__wrapper::before {
  content: '';
  position: absolute;
  background: #e22382;
  background: linear-gradient(29deg, #6fa8dc 0%, #6fa8dc 20%, #272727 100%);
  border-radius: 20px;
  width: 100%;
  padding-bottom: 36.874051593323216%;
  left: 0;
  bottom: -64px;
  z-index: 2;
}

@media (max-width: 991px) {
  .testimonials__wrapper::before {
    padding-bottom: 80%;
    bottom: -10px;
  }
}

.testimonials__wrapper::after {
  content: '';
  position: absolute;
  background-color: transparent;
  background-image: url("../images/graphic/dots.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 206px;
  height: 206px;
  right: -80px;
  bottom: -134px;
  display:none;
}

@media (max-width: 991px) {
  .testimonials__wrapper::after {
    bottom: -70px;
  }
}

.testimonials__body {
  position: relative;
  z-index: 2;
  margin-bottom: 90px;
}

@media (max-width: 991px) {
  .testimonials__body {
    margin-bottom: 44px;
  }
}

.testimonials__avatar {
  position: absolute;
  width: 40%;
  height: auto;
  right: 70px;
  bottom: -64px;
  z-index: 4;
}

@media (max-width: 991px) {
  .testimonials__avatar {
    bottom: 0;
  }
}

@media (max-width: 991px) {
  .testimonials__avatar {
    position: relative;
    width: 100%;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}

.testimonials__avatar--image {
  width: 100%;
  height: auto;
  display:none;
}

@media (max-width: 991px) {
  .testimonials__avatar--image {
    width: 70%;
  }
}

.testimonials__avatar--image-fluid {
  width: 100%;
  height: auto;
}

.testimonials__avatar .swiper-slide {
  opacity: 0 !important;
  transition: all 0ms ease-in-out;
}

.testimonials__avatar .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}

.testimonials__content {
  position: relative;
  padding-bottom: 19%;
  padding-left: 6%;
}

@media (max-width: 991px) {
  .testimonials__content {
    padding: 0;
  }
}

.testimonials__content--inner {
  position: relative;
    padding-right: 18%;
    padding-top: 2%;
    padding-left: 7%;
}

@media (max-width: 991px) {
  .testimonials__content--inner {
    padding: 0;
  }
}

.testimonials__content--inner::after {
  content: '';
  position: absolute;
  background-image: url("../images/testimonials/testimoni-main-body 1.png");
  background-repeat: no-repeat;
  background-size: 884px 478px;
  background-position: 0 0;
  width: 884px;
  height: 478px;
  top: 0;
  left: 0;
}

@media (min-width: 1400px) {
  .testimonials__content--inner::after {
    background-size: 1104px 597px;
    width: 1104px;
    height: 597px;
  }
}

@media (max-width: 991px) {
  .testimonials__content--inner::after {
    background: none;
    width: 100%;
    height: auto;
  }
}

.testimonials__content--inner-row {
  position: relative;
  z-index: 2;
  top: 56px;
}

@media (max-width: 991px) {
  .testimonials__content--inner-row {
    top: 0;
    margin-bottom: 32px;
  }
}

.testimonials__content--quote {
  background-color: #e22382;
  width: 60px;
  height: 60px;
  text-align: center;
  padding: 14px;
  border-radius: 50%;
  margin-bottom: 24px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .testimonials__content--quote {
    width: 48px;
    height: 48px;
    padding: 12px;
    margin-bottom: 12px;
  }
}

@media (max-width: 991px) {
  .testimonials__content--quote {
    margin-bottom: 12px;
  }
}

.testimonials__content--quote-img {
  width: 100%;
  height: auto;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .testimonials__content--quote-img {
    margin-top: -5px;
  }
}

.testimonials__content--blockquote {
  margin-bottom: 32px;
}

@media (min-width: 1400px) {
  .testimonials__content--blockquote {
    font-weight: 400;
    font-size: 18px;
    line-height: 31.4px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .testimonials__content--blockquote {
    margin-bottom: 16px;
  }
}

@media (max-width: 991px) {
  .testimonials__content--blockquote {
    margin-bottom: 16px;
  }
}

.testimonials__content--author {
  position: relative;
}

.testimonials__content--author-name {
  margin-bottom: 8px;
}

.testimonials__nav {
  position: absolute;
  width: auto;
  height: auto;
  left: 0;
  padding-left: 64px;
}

@media (max-width: 991px) {
  .testimonials__nav {
    padding-left: 0;
    left: auto;
    right: 14px;
    bottom: 0px;
    z-index: 4;
  }
}

.testimonials__nav--pagination .swiper-pagination-bullet {
  display: inline-block;
  background-color: #FFFFFF;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 0 9px;
  transition: all 0.3s ease-in-out;
}

.testimonials__nav--pagination .swiper-pagination-bullet:hover {
  background-color: #FFC300;
}

.testimonials__nav--pagination .swiper-pagination-bullet-active {
     background-color: #e22382;
    box-shadow: 0px 0px 0px 3px #e22382;
}

.testimonials__nav--next, .testimonials__nav--prev {
  background: none;
  border: none;
  border-radius: 0;
  color: #FFFFFF;
}

.testimonials__nav--next svg, .testimonials__nav--prev svg {
  transition: all 0.3s ease-in-out;
}

.testimonials__nav--next:hover svg, .testimonials__nav--prev:hover svg {
  stroke: #FFC300;
}



.top_right {}
.top_right ul{
    margin: 0;
    padding: 0;
}
.top_right ul li{
    list-style: none;
    color: #fff;
    display: inline-block;
    margin-right: 20px;
}
.top_right ul li::last-child{
  margin: 0;

}
.cta{
    margin-bottom: 0px;
}
.top_right ul li a{color: #fff;}
.masthead__overview--desc h2{font-size: 25px;line-height: 1;}
textarea::placeholder{
  color: #B0AAB3;
}
ul.down_clients {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    /*gap: 30px;*/
    justify-content: space-between;
}

ul.down_clients li {
    list-style: none;
    width: 20%;
}

ul.down_clients li img {
    width: 100%;
    height: 100%;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    transition: ease-in-out 0.5s;
    transform: scale(1);
}
ul.down_clients li img:hover{
    transform: scale(1.05); 
}
ul.right_footer {
    padding: 0;
    margin: 30px 0 0 0;
}

ul.right_footer li {
    color: #fff;
    list-style: none;
}

ul.right_footer li a {
    color: #fff;
        font-size: 16px;
    line-height: 2;
    padding-left: 30px;
    position: relative;
}
.footer__about p {
    font-size: 18px;
    line-height: 1.2;
}
.footer__about h5 {
    font-size: 40px;
    padding-left: 10px;
}

.footer__network {
   margin-top: 2rem;
    margin-left: -11px;
}
.footer__network--link svg {
    width: 30px;
    height: 30px;
}
.ddg{padding-left: 10px !important;}

.masthead__form--heading h2.masthead__form--heading-title {
    font-size: 40px;
}


.footer__network--link:nth-child(1) {
    margin-left: 0;
}





@media (max-width: 991px) {
   .header__nav {
   /* justify-content: center;
    flex-direction: column;
    align-items: center;
        gap: 50px;*/
} 
.top_right {
    text-align: center;
    display: block;
}
.header__logo--img {
    position: relative;}
    .header__logo--link {
    position: relative;
    display: block;
    /*width: 100%;*/
    /*height: 42px;*/
    text-align: center;
}
    
.it-work__item--content {
    text-align: center;
} 
.overview {
    padding: 40px 0px 0px !important;
}   
.testimonials__content--blockquote{color:#fff;width:90%;margin:0px auto;}  
h5.testimonials__content--author-name, label.testimonials__content--author-label{color:#fff;padding-left:20px;}
    .top_right ul li{margin:5px;}
    .top_right ul li:last-child{margin-top:10px;}
    
}


.banner-one-shape1 {
    position: absolute;
    border: 20px solid rgb(242 249 255);
    width: 150px;
    height: 150px;
    border-radius: 100%;
    top: 212px;
    left: 35px;
    mix-blend-mode: overlay;
}
.banner-one-shape2 {
    position: absolute;
    border: 20px solid rgb(227 44 135 / 43%);
    width: 150px;
    height: 150px;
    border-radius: 100%;
    top: 322px;
    left: -43px;
    /* mix-blend-mode: overlay; */
    z-index: 1;
}
.faq__content
  .introduction__listing li {
    position: relative;
    list-style: none;
    padding-left: 0px;
    margin: 0;
    margin-top: 24px;
    text-align: left;

}
@media (min-width: 992px) and (max-width: 1560px){
  .masthead__rocket {
        left: 359px;
    bottom: 58px;
        transform: rotate(20deg);
}
.masthead::before {
    content: '';
    position: absolute;
    background-color: transparent;
    background-image: url(../images/masthead-bg-13-121.png);
    background-repeat: no-repeat;
    background-size: initial;
    background-position: bottom center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.introduction__content {
    padding: 40px 0 0 0;
    position: relative;
}
.introduction__hero {
    width: 144%;
}

.sticky-img {
    /* position: sticky; */
    top: 126px;
}
.introduction {
    top: -10px;
    margin-bottom: 50px;
}
.testimonials {
    padding:40px 0px 0px;
}
.clients {
    margin-bottom: 0px;
    margin-top: 10px;
}
.overview {
    padding:40px 0px 20px !important;
}
.faq__image--fluid {
    width: 141%;
    right: 34%;
}
.faq {
    position: relative;
    padding: 60px 0;
}
.masthead__rocketUp {
    padding-bottom: 0%;
    margin-bottom: 0;
}
.masthead__rocketUp {
    position: relative;
    width: 32%;
    right: -77%;
    padding-bottom: 1%;
    margin-bottom: 2px;
}
.masthead__rocketUp--rocket {
    background-image: url(../images/masthead/rocket-lg.svg);
    background-repeat: no-repeat;
    background-size: 137px 320px;
    background-position: bottom center;
    position: absolute;
    width: 283px;
    height: 498px;
    top: -525px;
    right: -18%;
    transform: translateX(-50%);
    margin-left: 15px;
    z-index: 2;
    animation: rocketUp 1.5s infinite alternate;
}
/*.masthead__rocketUp--rocket {
    background-image: url(../images/masthead/rocket-lg.svg);
    background-repeat: no-repeat;
    background-size: 115px 262px;
    background-position: bottom center;
    position: absolute;
    width: 275px;
    height: 496px;
    top: -556px;
    right: -17%;
    transform: translateX(-50%);
    margin-left: 15px;
    z-index: 2;
    animation: rocketUp 1.5s infinite alternate;
}*/

}

/*------------Thankyou page--------------------*/


 body.thankyou-page{
        background: #b44c98;
        height: 100%;
        margin: 0;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background: linear-gradient(97deg, rgba(2, 0, 36, 1) 0%, rgba(180, 76, 152, 1) 0%, rgba(87, 108, 168, 1) 100%);
  
}
.thankyou-page .header {
    position: relative;
    /* position: fixed; */
    width: 100%;
    background-color: transparent;
    color: #FFFFFF;
    padding: 42px 0;
    transition: all 0.3s ease-in-out;
    z-index: 99;
}
/*.thankyou-page a {*/
/*  color: #fff;*/
/*  text-decoration: none;*/
/*  transition: all 0.30s linear 0s;*/
/*}*/
.wrapper-1{
  width:100%;
  height:100vh;
  display: flex;
flex-direction: column;
}
.wrapper-2{
  padding: 30px;
  text-align:center;
}
h1{
  font-family: "Poppins", sans-serif;
  font-size:4em;
  font-weight: 900;
  letter-spacing:3px;
  color: #fafafa;
  margin:0;
  margin-top: 35px;
  margin-bottom:35px;
}
.wrapper-2 p{
  margin: 0;
    font-size: 16px;
    color: #fafafa;
    font-family: "Poppins", sans-serif;
    /* letter-spacing: 1px; */
    /* line-height: 1.5;*/
}
.go-home{
  background: #6fa8dc;
    border: none;
    padding: 15px 25px;
    margin: 30px 0;
    border-radius: 44px;
    cursor: pointer;
}
.go-home:hover{
  opacity: 0.9;
}
.go-home a{
      font-family: "Poppins", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    text-transform: capitalize;
    /* letter-spacing: 1px;*/
    color: #fff;
  
}
.footer-like{
  margin-top: auto; 
  background: rgb(31,38,130);
  padding:6px;
  text-align:center;
}
.footer-like p{
  margin:0;
  padding:4px;
  color:#fafafa;
  font-family: "Poppins", sans-serif;
  letter-spacing:1px;
}
.footer-like p a{
  text-decoration:none;
  color:#5892FF;
  font-weight: 600;
}

.footer-like p a:hover{
  color:#FFF;
 }
.masthead__overview--heading strong{
     font-size:46px;
}
.masthead__overview--heading{
     font-size:32px;
}
@media (min-width:360px){
  h1{
    font-size:34px;
  }
  .go-home{
    margin-bottom:20px;
  }
}

@media (min-width:600px){
  .thankyoucontent{
  max-width:1000px;
  margin:0 auto;
}
  .wrapper-1{
  height: initial;
  max-width:620px;
  margin:0 auto;
  margin-top:50px;
  }
  
  
}

@media (min-width: 1400px){
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1200px;
}}
/*--------------------------------*/









.btn-close {
    
    box-sizing: content-box;
    width: 4em;
    height: 4em;
    padding: .25em .25em;
    border: 0;
    border-radius: .375rem;
    position: absolute;
    right: 11px;
    top: 0px;
    z-index: 10;
}
.modal{
    background-color:transparent;
}
.modal {
    --bs-modal-zindex: 1055;
    --bs-modal-width: 500px;
    --bs-modal-padding: 1rem;
    --bs-modal-margin: 0.5rem;
    --bs-modal-bg: transparent; 
    --bs-modal-border-color: var(--bs-border-color-translucent);
    --bs-modal-border-width: var(--bs-border-width);
    --bs-modal-border-radius: var(--bs-border-radius-lg);
    --bs-modal-box-shadow: var(--bs-box-shadow-sm);
    --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
    --bs-modal-header-padding-x: 1rem;
    --bs-modal-header-padding-y: 1rem;
    --bs-modal-header-padding: 1rem 1rem;
    --bs-modal-header-border-color: var(--bs-border-color);
    --bs-modal-header-border-width: var(--bs-border-width);
    --bs-modal-title-line-height: 1.5;
    --bs-modal-footer-gap: 0.5rem;
    --bs-modal-footer-border-color: var(--bs-border-color);
    --bs-modal-footer-border-width: var(--bs-border-width);
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-modal-zindex);
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}