@font-face {
  font-family: PlayfairBold;
  src: url(../fonts/PlayfairDisplay-Bold.ttf);
  font-weight: bold;
}

@font-face {
  font-family: SourceSansPro;
  src: url(./fonts/SourceSansPro-Regular.ttf);
}

@font-face {
  font-family: SourceSansProSemiBold;
  src: url(./fonts/SourceSansPro-SemiBold.ttf);
}

:root {
  --animate-delay: 1s;
}

.modal .navigation {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
}

html {
  scroll-behavior: smooth;
}

body {
  background: white;
  color: #2e2e2e;
  font-family: SourceSansPro;
}

.btn {
  color: white !important;
  border-style: none;
  border-radius: 0px !important;
  /* background: linear-gradient(90deg, rgba(232,55,83,1) 0%, rgba(245,116,27,1) 35%, rgba(255,170,14,1) 100%);  */
  background-image: linear-gradient(
    to right,
    #e83753,
    #ed424a,
    #f14d41,
    #f45837,
    #f5642c,
    #f76e26,
    #f8781e,
    #f98216,
    #fb8c13,
    #fd9610,
    #fea00e,
    #ffaa0e
  );
  padding: .5rem .75rem !important;
}

.btn-false, .btn-false:hover {
  background-color: #D7D7D7 !important;
  color:#000;
  border-style: none;
  border-radius: 0px !important;
  cursor: default;
  font-family: SourceSansProSemiBold !important;
  font-size: 14px !important;
  font-weight:400;
}

.btn-previous {
  background-color: #D7D7D7 !important;
  color:#000;
  border-style: none;
  border-radius: 0px !important;
  padding: .5rem .75rem !important;
}

.btn-previous:hover {
  border: 1px solid #f8781e !important;
}

.btn:focus {
  box-shadow: none !important;
}

.btn:hover {
  /* background: linear-gradient(90deg, rgba(255,170,14,1) 0%, rgba(245,116,27,1) 35%, rgba(232,55,83,1) 100%); */
  background-image: linear-gradient(
    to left,
    #e83753,
    #ed424a,
    #f14d41,
    #f45837,
    #f5642c,
    #f76e26,
    #f8781e,
    #f98216,
    #fb8c13,
    #fd9610,
    #fea00e,
    #ffaa0e
  );
  color: white !important;
}

.boxes {
  margin-top: 10px;
  background: white !important;
}

.boxes div {
  height: 254px !important;
  cursor: pointer !important;
  text-align: center;
}


.boxes div:hover {
  background: linear-gradient(90deg, #f2c343 0%, #eb7350 100%);
  color: white;
}

.boxes div::before {
  background: linear-gradient(
    90deg,
    rgba(255, 170, 14, 1) 0%,
    rgba(245, 116, 27, 1) 100%
  );
  color: white;
  transition: opacity 0.6s linear;
  z-index: -1; /* We'll come back to this */
  opacity: 0;
}

.boxes div:hover::before {
  opacity: 1;
}

.boxes div h6 {
  max-width: 216px;
}

h1,
h2,
h3,
h4 {
  font-family: PlayfairBold;
  font-size: 35px !important;
}

.data-headings, .data-steps {
  font-family: SourceSansProSemiBold;
  font-size: 23px;
}

.data-steps {
  color: white !important ;
  font-size: 26px !important;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
}

.step-1 {
 background-color: #083D77;
}

.step-2 {
  background-color: #feaa29;
}

.step-3 {
  background-color: #f57421;
}

.step-4 {
  background-color: #e83753;
}

.small-text {
  font-family: SourceSansPro;
  font-size: 22px;
}

.border_type1 {
  border-right: 1px rgba(170, 167, 167, 0.66) solid;
  border-bottom: 1px rgba(170, 167, 167, 0.66) solid;
}

.border_type2 {
  border-right: 1px rgba(170, 167, 167, 0.66) solid;
}

.section3 {
  background: url(../images/section3.svg);
  height: 520px;
  align-items: center;
  display: flex;
  background-size: cover !important;
}

.section3-wwd {
  height: 250px !important;
  align-items: center;
  display: flex;
  margin-top: 50px !important;
}

.section3 .container, .section3-wwd .container {
  align-content: center;
  align-items: center;
}

footer {
  background: url(../images/footer.svg);
}

.section2 {
  position: relative;
}

.row .section {
  width: 100%;
  margin: 0px !important;
}

.col2img {
  width: 100%;
}

.col2img_text {
  position: absolute;
  top: 90%;
  width: 50%;
  text-align: center;
  font-size: 18px;
}

.section-text {
  font-size: 28px !important;
}


@media screen and (max-width: 600px) {
  .col2img_text {
    width:80% !important;
  }

  .small-text {
    font-size:14px !important;
  }

  h1,h2,h3,h4,h5,h6 {
    font-size: 22px !important;
  }

  .boxes div {
    height: 100px !important;
    cursor: pointer !important;
  }
  
  .border_type1, .border_type2 {
    border-right: 1px rgba(170, 167, 167, 0.66) solid;
    border-bottom: 1px rgba(170, 167, 167, 0.66) solid;
  }

  .section-line {
    display: none !important;
  }

  .footer_menu {
    margin: 0px !important;
    padding: 0px !important;
  }

  .footer_menu a {
    color: #2E2E2E !important;
  }

  #section2 {
    padding: 0px !important;
    margin: 0px !important;
  }

  .navigation .h-100 {
    height: 30px !important;
  }

  .navigation .nav-link {
    font-size: 21px !important;
  }

  .navigation .row {
    display: initial !important;
  }

  .navigation .row div {
    margin-top: 15%;
  }

  .modal-dialog div .col-md:hover {
    background: none !important;
  }

  
  .hover-1:hover::after,
  .hover-1:hover::before {
    width: 75% !important;
    left: 15% !important;
  }

  .hover-1::after,
  .hover-1::before {
    right: 10% !important;
  }
}

.scroll_img {
  position: relative;
  float: right;
}

.footer_menu {
  list-style-type: none;
  margin: 10px;
  padding: 2px;
  overflow: hidden;
}

.footer_menu li a {
  display: block;
  text-align: left;
  padding: 5px 15px;
  text-decoration: none;
}

.socials {
  background-color: #2e2e2e;
  border-radius: 20px;
}

.socials span {
  padding: 4px;
  color: white;
}

.footer_menu li a:hover {
  color: #e83752 !important;
}

.footer_text {
  font-family: SourceSansPro;
  font-size: 12px;
}

.footer_menu .nav .nav-link {
  padding-right: 17px !important;
  padding-left: 17px !important;
  color: #2e2e2e !important;
  font-family: SourceSansPro;
  font-size: 16px;
}

.section-line {
  position: relative;
  padding: 0;
}

.hscroll-line {
  bottom: 0px;
  right: -50px;
  height: 2px;
  position: absolute;
  overflow: hidden;
  width: 100px;
  transform: rotate(90deg);
  transform-origin: 50% 50%;
}

.wwd .hscroll-line {
  right: -75px !important;
  width: 150px !important;
}

.seems .hscroll-line {
  bottom: -14px !important;
  right: -75px !important;
  height: 2px !important;
  position: absolute !important;
  overflow: hidden !important;
  width: 165px !important;
  transform: rotate(90deg) !important;
}

.hscroll-line::before,
.hscroll-line::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
}

.hscroll-line:before {
  background: #fff;
}

.hscroll-line::after {
  background: #f5741b;
  animation: move 3s infinite;
}

@keyframes move {
  0% {
    transform: translate3d(-100%, 0, 0);
  }
  60% {
    transform: translate3d(100%, 0, 0);
  }
  100% {
    transform: translate3d(100%, 0, 0);
  }
}


.hover-1:hover::after,
.hover-1:hover::before {
  width: 100%;
  left: 0;
}

.hover-1::after,
.hover-1::before {
  content: "";
  position: absolute;
  top: calc(100% + -5px);
  width: 0;
  right: 0;
  height: 3px;
}

.hover-1::before {
  transition: width 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 0.1s;
  background: #EE1379;
}

.hover-1::after {
  transition: width 0.2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
  background: #EE1379;
}


.navigation .nav-link {
  color: #2e2e2e;
  position: relative;
  display: inline-block;
  font-family: PlayfairBold;
  font-size: 32px;
}

.navigation .modal-content {
  height: 100% !important;
}

button .close {
    position: absolute !important;
    right: -1% !important;
    z-index: 10 !important;
}

.close:focus {
    outline: none !important;
    border: none !important;
}

.navbar-toggler, .navbar-toggler:focus {
    border: none !important;
    outline: none !important;
}

.h-100vh {
  height: 100vh;
}

.modal-dialog div .col-md:hover {
  background: linear-gradient(
    180deg,
    rgba(251, 159, 39, 0) 0%,
    rgba(243, 107, 43, 0.25) 80%,
    rgba(238, 19, 121, 0.25) 100%
  );
}

.navigation .modal-content .modal-body {
  background: url(../images/footer.svg) no-repeat bottom right;
}


.hero_img {
  -webkit-animation: breathing 5s ease-out infinite normal;
  animation: breathing 5s ease-out infinite normal;
  font-family:'Lantinghei SC';
  font-size: 16px;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  max-width: 500px;
}


@-webkit-keyframes breathing {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  30% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  60% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@keyframes breathing {
  0% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }

  25% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  60% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@-webkit-keyframes mover {
  0% { transform: translateY(0); }
  100% { transform: translateY(-10px); }
}
@keyframes mover {
  0% { transform: translateY(0); }
  100% { transform: translateY(-10px); }
}


.funnel-main {
  width: 375px;
  z-index: -1;
  position: relative;
}

.funnel-main-mob {
  position: relative;
  -webkit-animation: mover 1s infinite  alternate;
  animation: mover 1s infinite  alternate;
}

.funnel-in {
  z-index: 10;
  position: relative;
  -webkit-animation: mover 1s infinite  alternate;
  animation: mover 1s infinite  alternate;
  width:35% !important;
}

.funnel-in .arrow {
  width:auto !important;
}


.funnel-out {
  -webkit-animation: mover 1s infinite  alternate;
  animation: mover 1s infinite  alternate;
}

.research .row div {
  max-width: 300px;
}

.sspBold {
  font-family: SourceSansProSemiBold;
  font-size: 25px;
}

.request-form {
  background-color: #fafafa !important;
  padding: 30px 40px;
  color: #474747 !important;
}

.inp {
  border:none;
  border-bottom: 2px solid #dee2e6;
  border-radius: 0px;
  background-color: #fafafa !important;
  padding: 5px 10px;
  outline: none;
}

.inp:focus {
  box-shadow: none !important;
  border-color: #dee2e6;
}

[placeholder]:focus::-webkit-input-placeholder {
  transition: text-indent 0.4s 0.4s ease; 
  text-indent: -100%;
  opacity: 1;
}

.slick-dots li button::before {
  color: #f5741b !important;
  font-size: 10px !important;
}

.dcp {
  display: initial !important;
}

/* Mark input boxes that gets an error on validation: */
input.invalid {
  background-color: #ffdddd !important;
}

/* Hide all steps by default: */
.tab {
  display: none;
}

/* Make circles that indicate the steps of the form: */
.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #f5741b;
  border: none;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.2;
}

/* Mark the active step: */
.step.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #f5741b;
}

.radio-card {
  margin: 5px 5px;
  padding: 5px 5px;
}

.radio-label {
  font-size: 20px;
}

/** SweetAlert2 **/
.colored-toast.swal2-icon-success {
  background-color: #a5dc86 !important;
}

.colored-toast.swal2-icon-error {
  background-color: #f27474 !important;
}

.colored-toast.swal2-icon-warning {
  background-color: #f8bb86 !important;
}

.colored-toast.swal2-icon-info {
  background-color: #3fc3ee !important;
}

.colored-toast.swal2-icon-question {
  background-color: #87adbd !important;
}

.colored-toast .swal2-title {
  color: white;
}

.colored-toast .swal2-close {
  color: white;
}

.colored-toast .swal2-html-container {
  color: white;
}

.swal2-title {
  font-size: 18px !important;
}

.single_price_plan {
  position: relative;
  z-index: 1;
  border-radius: 0 0 0 0;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  margin-bottom: 50px;
  background-color: #fafafa;
  padding: 3rem 4rem;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single_price_plan {
    padding: 3rem;
  }
}
@media only screen and (max-width: 575px) {
  .single_price_plan {
    padding: 3rem;
  }
}
.single_price_plan::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 17px;
  bottom: -17px;
  z-index: 1;
  left: 0;
}

.single_price_plan .title {
  text-transform: capitalize;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  margin-bottom: 2rem;
}

.single_price_plan .title span {
  color: #ffffff;
  padding: 0.2rem 0.6rem;
  font-size: 12px;
  text-transform: uppercase;
  background-color: #2ecc71;
  display: inline-block;
  margin-bottom: 0.5rem;
  border-radius: 0.25rem;
}

.single_price_plan .title h3 {
  font-size: 1.25rem;
}

.single_price_plan .title p {
  font-weight: 300;
  line-height: 1;
  font-size: 22px;
}

.single_price_plan .title .line {
  width: 80px;
  height: 4px;
  border-radius: 10px;
  background-color: #EE1379;
}
.single_price_plan .price {
  margin-bottom: 1.5rem;
}
.single_price_plan .price h4 {
  position: relative;
  z-index: 1;
  font-size: 2.4rem;
  line-height: 1;
  margin-bottom: 0;
  color: #3f43fd;
  display: inline-block;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-color: transparent;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#e83753),
    to(#ffaa0e)
  );
  background-image: linear-gradient(90deg,
  #e83753,
  #ed424a,
  #f14d41,
  #f45837,
  #f5642c,
  #f76e26,
  #f8781e,
  #f98216,
  #fb8c13,
  #fd9610,
  #fea00e,
  #ffaa0e);
}
.single_price_plan .description {
  position: relative;
  margin-bottom: 1.5rem;
}
.single_price_plan .description p {
  line-height: 16px;
  margin: 0;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}
.single_price_plan .description p i {
  color: #2ecc71;
  margin-right: 0.5rem;
}
.single_price_plan .description p .lni-close {
  color: #e74c3c;
}
.single_price_plan.active,
.single_price_plan:hover,
.single_price_plan:focus {
  -webkit-box-shadow: 0 6px 50px 8px rgba(21, 131, 233, 0.15);
  box-shadow: 0 6px 50px 8px rgba(21, 131, 233, 0.15);
}
.single_price_plan .side-shape img {
  position: absolute;
  width: auto;
  top: 0;
  right: 0;
  z-index: -2;
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
    font-size:30px;
	box-shadow: 2px 2px 3px #999;
    z-index:100;
}

.my-float{
	margin-top:16px;
}

.float:hover {
    color: #fff !important;
    background-color: #3cc570;
}